Pull request #2661 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) GitHub API Usage: Current quota has 3770 remaining (159 under budget). Next quota of 5000 in 53 min GitHub API Usage: Current quota has 3770 remaining (159 under budget). Next quota of 5000 in 53 min GitHub API Usage: Current quota has 3770 remaining (160 under budget). Next quota of 5000 in 53 min Connecting to https://api.github.com to check permissions of obtain list of weichou1229 for edgexfoundry/edgex-go Loading trusted files from base branch master at d08647e33299f35346a0c0e1b5c282da7a73a79b rather than 6d97bc60ab52e7107df88a754bad392e725fd52e Obtained Jenkinsfile from d08647e33299f35346a0c0e1b5c282da7a73a79b Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 # timeout=10 Commit message: "Merge pull request #220 from ernestojeda/fix-arm64-semver" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, goVersion:1.13, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-108 in /w/workspace/edgexfoundry_edgex-go_PR-2661 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/5 [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/5 # 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/2661/head:refs/remotes/origin/PR-2661 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit d08647e33299f35346a0c0e1b5c282da7a73a79b into PR head commit 6d97bc60ab52e7107df88a754bad392e725fd52e Merge succeeded, producing 6d97bc60ab52e7107df88a754bad392e725fd52e Checking out Revision 6d97bc60ab52e7107df88a754bad392e725fd52e (PR-2661) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/2661/head:refs/remotes/origin/PR-2661 # 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/2661/head:refs/remotes/origin/PR-2661 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 6d97bc60ab52e7107df88a754bad392e725fd52e # 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 d08647e33299f35346a0c0e1b5c282da7a73a79b # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 6d97bc60ab52e7107df88a754bad392e725fd52e # timeout=10 Commit message: "feat(metadata): Update swagger file for V2 API" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { > git rev-list --no-walk c6fa3948cf30706ca6042270d1f8512184d3b2d3 # timeout=10 [Pipeline] timeout [2020-08-15T03:07:56.935Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-08-15T03:07:57.148Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-08-15T03:07:57.220Z] ========================================================= [2020-08-15T03:07:57.220Z] EdgeX Global Pipelines Version Info [2020-08-15T03:07:57.220Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-08-15T03:07:59.113Z] ------------------- [2020-08-15T03:07:59.113Z] stable info: [2020-08-15T03:07:59.113Z] ------------------- [2020-08-15T03:07:59.113Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-08-15T03:07:59.113Z] Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [2020-08-15T03:07:59.113Z] Message: update stable to v1.0.106 [2020-08-15T03:07:59.686Z] ------------------- [2020-08-15T03:07:59.686Z] experimental info: [2020-08-15T03:07:59.686Z] ------------------- [2020-08-15T03:07:59.686Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-08-15T03:07:59.686Z] Commit SHA: 69b11ffe9275ab8e68c4cba724b6d595bdc2db9b [2020-08-15T03:07:59.686Z] Message: update experimental to v1.0.111 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] sh [2020-08-15T03:08:01.412Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secrets-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-logging/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2020-08-15T03:08:01.412Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-15T03:08:01.412Z] ++ dirname cmd/core-command/Dockerfile [2020-08-15T03:08:01.412Z] ++ cut -d/ -f2 [2020-08-15T03:08:01.412Z] + echo core-command,cmd/core-command/Dockerfile [2020-08-15T03:08:01.412Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-15T03:08:01.412Z] ++ dirname cmd/core-data/Dockerfile [2020-08-15T03:08:01.412Z] ++ cut -d/ -f2 [2020-08-15T03:08:01.412Z] + echo core-data,cmd/core-data/Dockerfile [2020-08-15T03:08:01.412Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-15T03:08:01.412Z] ++ dirname cmd/core-metadata/Dockerfile [2020-08-15T03:08:01.412Z] ++ cut -d/ -f2 [2020-08-15T03:08:01.412Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-08-15T03:08:01.412Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-15T03:08:01.412Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-08-15T03:08:01.412Z] ++ cut -d/ -f2 [2020-08-15T03:08:01.412Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-08-15T03:08:01.412Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-15T03:08:01.412Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-08-15T03:08:01.412Z] ++ cut -d/ -f2 [2020-08-15T03:08:01.412Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-08-15T03:08:01.412Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-15T03:08:01.412Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-08-15T03:08:01.412Z] ++ cut -d/ -f2 [2020-08-15T03:08:01.412Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-08-15T03:08:01.412Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-15T03:08:01.412Z] ++ dirname cmd/support-logging/Dockerfile [2020-08-15T03:08:01.412Z] ++ cut -d/ -f2 [2020-08-15T03:08:01.412Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-08-15T03:08:01.412Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-15T03:08:01.412Z] ++ dirname cmd/support-notifications/Dockerfile [2020-08-15T03:08:01.412Z] ++ cut -d/ -f2 [2020-08-15T03:08:01.412Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-08-15T03:08:01.412Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-15T03:08:01.412Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-08-15T03:08:01.412Z] ++ cut -d/ -f2 [2020-08-15T03:08:01.412Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-08-15T03:08:01.412Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-15T03:08:01.412Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-08-15T03:08:01.412Z] ++ cut -d/ -f2 [2020-08-15T03:08:01.412Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-08-15T03:08:01.475Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secrets-setup-go, dockerfile:cmd/security-secrets-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-logging-go, dockerfile:cmd/support-logging/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2020-08-15T03:08:02.245Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-15T03:08:02.509Z] [2020-08-15T03:08:02.509Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-08-15T03:08:02.856Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-15T03:08:02.856Z] latest: Pulling from edgex-devops/git-semver [2020-08-15T03:08:02.856Z] 31603596830f: Pulling fs layer [2020-08-15T03:08:02.856Z] 2a8b12db71e7: Pulling fs layer [2020-08-15T03:08:02.856Z] 6ca5941a6612: Pulling fs layer [2020-08-15T03:08:02.856Z] ecc8261a40a4: Pulling fs layer [2020-08-15T03:08:02.856Z] ecc8261a40a4: Waiting [2020-08-15T03:08:02.856Z] 2a8b12db71e7: Verifying Checksum [2020-08-15T03:08:02.856Z] 2a8b12db71e7: Download complete [2020-08-15T03:08:02.856Z] 31603596830f: Download complete [2020-08-15T03:08:03.119Z] ecc8261a40a4: Verifying Checksum [2020-08-15T03:08:03.119Z] ecc8261a40a4: Download complete [2020-08-15T03:08:03.119Z] 6ca5941a6612: Verifying Checksum [2020-08-15T03:08:03.119Z] 6ca5941a6612: Download complete [2020-08-15T03:08:03.382Z] 31603596830f: Pull complete [2020-08-15T03:08:03.382Z] 2a8b12db71e7: Pull complete [2020-08-15T03:08:04.328Z] 6ca5941a6612: Pull complete [2020-08-15T03:08:04.328Z] ecc8261a40a4: Pull complete [2020-08-15T03:08:04.328Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-08-15T03:08:04.328Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-15T03:08:04.328Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-08-15T03:08:04.426Z] prd-centos7-docker-4c-2g-108 does not seem to be running inside a container [2020-08-15T03:08:04.469Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-08-15T03:08:06.745Z] $ docker top e095ef7c7b845d52ed67d2578d6f0e3a220c564176a45d20560d81cab6893e5d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-15T03:08:07.021Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-15T03:08:07.021Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-15T03:08:07.216Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-15T03:08:07.219Z] $ docker exec e095ef7c7b845d52ed67d2578d6f0e3a220c564176a45d20560d81cab6893e5d ssh-agent [2020-08-15T03:08:07.376Z] SSH_AUTH_SOCK=/tmp/ssh-iSGxs3cNi4zx/agent.11 [2020-08-15T03:08:07.376Z] SSH_AGENT_PID=16 [2020-08-15T03:08:07.387Z] Running ssh-add (command line suppressed) [2020-08-15T03:08:07.513Z] Identity added: /w/workspace/edgex-go/5@tmp/private_key_3177929566714539995.key (/w/workspace/edgex-go/5@tmp/private_key_3177929566714539995.key) [2020-08-15T03:08:07.562Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-15T03:08:07.885Z] + git describe --exact-match --tags HEAD [2020-08-15T03:08:07.885Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-08-15T03:08:07.907Z] $ docker exec --env ******** --env ******** e095ef7c7b845d52ed67d2578d6f0e3a220c564176a45d20560d81cab6893e5d ssh-agent -k [2020-08-15T03:08:08.021Z] unset SSH_AUTH_SOCK; [2020-08-15T03:08:08.021Z] unset SSH_AGENT_PID; [2020-08-15T03:08:08.021Z] echo Agent pid 16 killed; [2020-08-15T03:08:08.064Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-08-15T03:08:08.135Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-08-15T03:08:08.135Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-08-15T03:08:08.222Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-15T03:08:08.222Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-15T03:08:08.383Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-15T03:08:08.387Z] $ docker exec e095ef7c7b845d52ed67d2578d6f0e3a220c564176a45d20560d81cab6893e5d ssh-agent [2020-08-15T03:08:08.541Z] SSH_AUTH_SOCK=/tmp/ssh-zYAky8VaHYja/agent.44 [2020-08-15T03:08:08.541Z] SSH_AGENT_PID=49 [2020-08-15T03:08:08.547Z] Running ssh-add (command line suppressed) [2020-08-15T03:08:08.659Z] Identity added: /w/workspace/edgex-go/5@tmp/private_key_5518828539175987644.key (/w/workspace/edgex-go/5@tmp/private_key_5518828539175987644.key) [2020-08-15T03:08:08.712Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-15T03:08:09.071Z] + git semver init [2020-08-15T03:08:09.071Z] # -> Open(): unable to determine branch for HEAD [2020-08-15T03:08:09.071Z] # $GIT_DIR = /w/workspace/edgex-go/5/.git [2020-08-15T03:08:09.071Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/5 [2020-08-15T03:08:09.071Z] # $SEMVER_REMOTE_NAME = origin [2020-08-15T03:08:09.071Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-15T03:08:09.071Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-15T03:08:09.071Z] # $SEMVER_BRANCH = PR-2661 [2020-08-15T03:08:09.071Z] # $SEMVER_TEMP = /tmp/semver-534259360 [2020-08-15T03:08:09.071Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-08-15T03:08:31.091Z] # '/tmp/semver-534259360' -> '/w/workspace/edgex-go/5/.semver' [2020-08-15T03:08:31.091Z] # -> Force: false [2020-08-15T03:08:31.091Z] # $SEMVER_DIR = /w/workspace/edgex-go/5/.semver [Pipeline] } [2020-08-15T03:08:31.106Z] $ docker exec --env ******** --env ******** e095ef7c7b845d52ed67d2578d6f0e3a220c564176a45d20560d81cab6893e5d ssh-agent -k [2020-08-15T03:08:31.307Z] unset SSH_AUTH_SOCK; [2020-08-15T03:08:31.309Z] unset SSH_AGENT_PID; [2020-08-15T03:08:31.309Z] echo Agent pid 49 killed; [2020-08-15T03:08:31.389Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-15T03:08:31.869Z] + git semver [Pipeline] } [2020-08-15T03:08:31.889Z] $ docker stop --time=1 e095ef7c7b845d52ed67d2578d6f0e3a220c564176a45d20560d81cab6893e5d [2020-08-15T03:08:33.536Z] $ docker rm -f e095ef7c7b845d52ed67d2578d6f0e3a220c564176a45d20560d81cab6893e5d [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-08-15T03:08:46.293Z] Stashed 32 file(s) [Pipeline] echo [2020-08-15T03:08:46.295Z] [edgeXSemver] initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] echo [2020-08-15T03:08:46.766Z] ========================================================= [2020-08-15T03:08:46.766Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-08-15T03:08:46.766Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-08-15T03:08:47.108Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . [2020-08-15T03:08:50.511Z] Sending build context to Docker daemon 323MB [2020-08-15T03:08:50.511Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-08-15T03:08:50.511Z] Step 2/7 : FROM ${BASE} [2020-08-15T03:08:50.511Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-08-15T03:08:50.511Z] df20fa9351a1: Pulling fs layer [2020-08-15T03:08:50.511Z] ed8968b2872e: Pulling fs layer [2020-08-15T03:08:50.511Z] a92cc7c5fd73: Pulling fs layer [2020-08-15T03:08:50.511Z] 2dd03ba5bac4: Pulling fs layer [2020-08-15T03:08:50.511Z] 1e091d79d1de: Pulling fs layer [2020-08-15T03:08:50.511Z] 481702a1767f: Pulling fs layer [2020-08-15T03:08:50.511Z] f64a6f60c768: Pulling fs layer [2020-08-15T03:08:50.511Z] e78d2573fc39: Pulling fs layer [2020-08-15T03:08:50.511Z] e876d2f968b6: Pulling fs layer [2020-08-15T03:08:50.511Z] ce8a83651883: Pulling fs layer [2020-08-15T03:08:50.511Z] 07967f4d0e4b: Pulling fs layer [2020-08-15T03:08:50.511Z] f64a6f60c768: Waiting [2020-08-15T03:08:50.511Z] e78d2573fc39: Waiting [2020-08-15T03:08:50.511Z] 2dd03ba5bac4: Waiting [2020-08-15T03:08:50.511Z] e876d2f968b6: Waiting [2020-08-15T03:08:50.511Z] ce8a83651883: Waiting [2020-08-15T03:08:50.511Z] 1e091d79d1de: Waiting [2020-08-15T03:08:50.511Z] 481702a1767f: Waiting [2020-08-15T03:08:50.511Z] 07967f4d0e4b: Waiting [2020-08-15T03:08:50.511Z] a92cc7c5fd73: Verifying Checksum [2020-08-15T03:08:50.511Z] a92cc7c5fd73: Download complete [2020-08-15T03:08:50.511Z] ed8968b2872e: Download complete [2020-08-15T03:08:50.511Z] 1e091d79d1de: Verifying Checksum [2020-08-15T03:08:50.511Z] 1e091d79d1de: Download complete [2020-08-15T03:08:50.511Z] 481702a1767f: Verifying Checksum [2020-08-15T03:08:50.511Z] 481702a1767f: Download complete [2020-08-15T03:08:50.511Z] df20fa9351a1: Verifying Checksum [2020-08-15T03:08:50.511Z] df20fa9351a1: Download complete [2020-08-15T03:08:50.511Z] df20fa9351a1: Pull complete [2020-08-15T03:08:51.159Z] f64a6f60c768: Verifying Checksum [2020-08-15T03:08:51.159Z] f64a6f60c768: Download complete [2020-08-15T03:08:51.159Z] e876d2f968b6: Verifying Checksum [2020-08-15T03:08:51.159Z] e876d2f968b6: Download complete [2020-08-15T03:08:51.791Z] 2dd03ba5bac4: Verifying Checksum [2020-08-15T03:08:51.791Z] 2dd03ba5bac4: Download complete [2020-08-15T03:08:51.791Z] e78d2573fc39: Verifying Checksum [2020-08-15T03:08:51.791Z] e78d2573fc39: Download complete [2020-08-15T03:08:51.791Z] ce8a83651883: Verifying Checksum [2020-08-15T03:08:51.791Z] ce8a83651883: Download complete [2020-08-15T03:08:51.791Z] 07967f4d0e4b: Verifying Checksum [2020-08-15T03:08:51.791Z] 07967f4d0e4b: Download complete [2020-08-15T03:08:52.365Z] ed8968b2872e: Pull complete [2020-08-15T03:08:52.628Z] a92cc7c5fd73: Pull complete [2020-08-15T03:08:57.946Z] 2dd03ba5bac4: Pull complete [2020-08-15T03:08:57.946Z] 1e091d79d1de: Pull complete [2020-08-15T03:08:57.946Z] 481702a1767f: Pull complete [2020-08-15T03:09:01.582Z] Still waiting to schedule task [2020-08-15T03:09:01.582Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-08-15T03:09:04.542Z] f64a6f60c768: Pull complete [2020-08-15T03:09:07.871Z] e78d2573fc39: Pull complete [2020-08-15T03:09:07.871Z] e876d2f968b6: Pull complete [2020-08-15T03:09:08.450Z] ce8a83651883: Pull complete [2020-08-15T03:09:08.712Z] 07967f4d0e4b: Pull complete [2020-08-15T03:09:08.712Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-08-15T03:09:08.712Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-08-15T03:09:08.712Z] ---> 5d7c900382c6 [2020-08-15T03:09:08.712Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-08-15T03:09:09.286Z] ---> Running in 1c54f72a022c [2020-08-15T03:09:09.862Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-15T03:09:10.809Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-15T03:09:11.073Z] (1/12) Installing libmagic (5.38-r0) [2020-08-15T03:09:11.073Z] (2/12) Installing file (5.38-r0) [2020-08-15T03:09:11.340Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-08-15T03:09:11.340Z] (4/12) Installing g++ (9.3.0-r2) [2020-08-15T03:09:13.263Z] (5/12) Installing fortify-headers (1.1-r0) [2020-08-15T03:09:13.263Z] (6/12) Installing patch (2.7.6-r6) [2020-08-15T03:09:13.263Z] (7/12) Installing build-base (0.5-r2) [2020-08-15T03:09:13.524Z] (8/12) Installing libsodium (1.0.18-r0) [2020-08-15T03:09:13.524Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-08-15T03:09:13.524Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-08-15T03:09:13.786Z] (11/12) Installing libzmq (4.3.2-r0) [2020-08-15T03:09:13.786Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-08-15T03:09:14.048Z] Executing busybox-1.31.1-r16.trigger [2020-08-15T03:09:14.048Z] OK: 233 MiB in 51 packages [2020-08-15T03:09:17.373Z] Removing intermediate container 1c54f72a022c [2020-08-15T03:09:17.373Z] ---> 8d9fe145b0b0 [2020-08-15T03:09:17.373Z] Step 4/7 : WORKDIR /edgex-go [2020-08-15T03:09:17.373Z] ---> Running in bf7b972f4b86 [2020-08-15T03:09:17.637Z] Removing intermediate container bf7b972f4b86 [2020-08-15T03:09:17.637Z] ---> 3e19f9894525 [2020-08-15T03:09:17.637Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-08-15T03:09:17.898Z] latest: Pulling from library/docker [2020-08-15T03:09:18.159Z] df20fa9351a1: Already exists [2020-08-15T03:09:18.159Z] 25ad7478873d: Pulling fs layer [2020-08-15T03:09:18.159Z] 4684f6177b5d: Pulling fs layer [2020-08-15T03:09:18.159Z] 46e300cec669: Pulling fs layer [2020-08-15T03:09:18.159Z] 63038576ad94: Pulling fs layer [2020-08-15T03:09:18.159Z] 0fdb76c4706c: Pulling fs layer [2020-08-15T03:09:18.159Z] cb7edeffdfd5: Pulling fs layer [2020-08-15T03:09:18.159Z] 0fdb76c4706c: Waiting [2020-08-15T03:09:18.159Z] 63038576ad94: Waiting [2020-08-15T03:09:18.159Z] cb7edeffdfd5: Waiting [2020-08-15T03:09:18.429Z] 4684f6177b5d: Verifying Checksum [2020-08-15T03:09:18.429Z] 4684f6177b5d: Download complete [2020-08-15T03:09:18.429Z] 25ad7478873d: Verifying Checksum [2020-08-15T03:09:18.429Z] 63038576ad94: Verifying Checksum [2020-08-15T03:09:18.429Z] 63038576ad94: Download complete [2020-08-15T03:09:18.429Z] 0fdb76c4706c: Verifying Checksum [2020-08-15T03:09:18.429Z] 0fdb76c4706c: Download complete [2020-08-15T03:09:18.696Z] 25ad7478873d: Pull complete [2020-08-15T03:09:18.696Z] cb7edeffdfd5: Verifying Checksum [2020-08-15T03:09:18.696Z] cb7edeffdfd5: Download complete [2020-08-15T03:09:18.696Z] 4684f6177b5d: Pull complete [2020-08-15T03:09:19.282Z] 46e300cec669: Verifying Checksum [2020-08-15T03:09:19.282Z] 46e300cec669: Download complete [2020-08-15T03:09:21.228Z] 46e300cec669: Pull complete [2020-08-15T03:09:21.492Z] 63038576ad94: Pull complete [2020-08-15T03:09:21.492Z] 0fdb76c4706c: Pull complete [2020-08-15T03:09:21.756Z] cb7edeffdfd5: Pull complete [2020-08-15T03:09:21.756Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-08-15T03:09:21.756Z] Status: Downloaded newer image for docker:latest [2020-08-15T03:09:23.683Z] ---> 177ee3f3e144 [2020-08-15T03:09:23.683Z] Step 6/7 : COPY go.mod . [2020-08-15T03:09:23.683Z] ---> 6a2fbf6b1e42 [2020-08-15T03:09:23.683Z] Step 7/7 : RUN go mod download [2020-08-15T03:09:23.683Z] ---> Running in 60249cdd3e80 [2020-08-15T03:09:26.234Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-08-15T03:09:26.234Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-08-15T03:09:26.234Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-08-15T03:09:26.234Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-08-15T03:09:26.234Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-15T03:09:26.234Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-08-15T03:09:26.234Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-08-15T03:09:26.234Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-15T03:09:26.234Z] go: finding github.com/cloudflare/gokey v0.1.0 [2020-08-15T03:09:26.234Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-08-15T03:09:26.234Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-08-15T03:09:26.234Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-08-15T03:09:26.234Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 [2020-08-15T03:09:26.234Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-15T03:09:26.234Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-08-15T03:09:26.234Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-08-15T03:09:26.234Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-08-15T03:09:26.234Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-08-15T03:09:26.234Z] go: finding github.com/fatih/color v1.7.0 [2020-08-15T03:09:26.234Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-08-15T03:09:26.234Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-15T03:09:26.234Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-08-15T03:09:26.234Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-15T03:09:26.234Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-15T03:09:26.234Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-08-15T03:09:26.495Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-15T03:09:26.495Z] go: finding github.com/golang/protobuf v1.3.2 [2020-08-15T03:09:26.495Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-08-15T03:09:26.495Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-08-15T03:09:26.495Z] go: finding github.com/google/uuid v1.1.0 [2020-08-15T03:09:26.495Z] go: finding github.com/gorilla/mux v1.7.1 [2020-08-15T03:09:26.495Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-08-15T03:09:26.495Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-08-15T03:09:26.495Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-08-15T03:09:26.495Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-15T03:09:26.756Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-15T03:09:26.756Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-08-15T03:09:26.756Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-08-15T03:09:26.756Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-15T03:09:26.756Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-08-15T03:09:26.756Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-08-15T03:09:26.756Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-08-15T03:09:26.756Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-08-15T03:09:26.756Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-08-15T03:09:26.756Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-08-15T03:09:26.756Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-08-15T03:09:26.756Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-08-15T03:09:27.017Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-08-15T03:09:27.017Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-08-15T03:09:27.017Z] go: finding github.com/imdario/mergo v0.3.6 [2020-08-15T03:09:27.017Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-15T03:09:27.017Z] go: finding github.com/kr/pretty v0.1.0 [2020-08-15T03:09:27.017Z] go: finding github.com/kr/pty v1.1.1 [2020-08-15T03:09:27.017Z] go: finding github.com/kr/text v0.1.0 [2020-08-15T03:09:27.017Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-08-15T03:09:27.017Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-08-15T03:09:27.017Z] go: finding github.com/miekg/dns v1.0.14 [2020-08-15T03:09:27.017Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-08-15T03:09:27.280Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-15T03:09:27.280Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-08-15T03:09:27.280Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-08-15T03:09:27.280Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-08-15T03:09:27.280Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-08-15T03:09:27.280Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-08-15T03:09:27.280Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-08-15T03:09:27.280Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-08-15T03:09:27.280Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-08-15T03:09:27.280Z] go: finding github.com/onsi/gomega v1.7.0 [2020-08-15T03:09:27.280Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-08-15T03:09:27.541Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-08-15T03:09:27.541Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-08-15T03:09:27.541Z] go: finding github.com/pkg/errors v0.8.1 [2020-08-15T03:09:27.541Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-15T03:09:27.541Z] go: finding github.com/posener/complete v1.1.1 [2020-08-15T03:09:27.541Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-08-15T03:09:27.541Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-08-15T03:09:27.541Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-08-15T03:09:27.541Z] go: finding github.com/stretchr/objx v0.1.0 [2020-08-15T03:09:27.541Z] go: finding github.com/stretchr/testify v1.5.1 [2020-08-15T03:09:27.541Z] go: finding github.com/ugorji/go v1.1.4 [2020-08-15T03:09:27.803Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-15T03:09:27.803Z] go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 [2020-08-15T03:09:27.803Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-08-15T03:09:27.803Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-08-15T03:09:27.803Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-08-15T03:09:27.803Z] go: finding golang.org/x/text v0.3.2 [2020-08-15T03:09:27.803Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-08-15T03:09:27.803Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-08-15T03:09:27.803Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-08-15T03:09:27.803Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-08-15T03:09:28.064Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-08-15T03:09:28.064Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-15T03:09:40.352Z] Removing intermediate container 60249cdd3e80 [2020-08-15T03:09:40.352Z] ---> f072d36c96a6 [2020-08-15T03:09:40.352Z] Successfully built f072d36c96a6 [2020-08-15T03:09:40.352Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-15T03:09:41.198Z] + docker inspect -f . ci-base-image-x86_64 [2020-08-15T03:09:41.198Z] . [Pipeline] withDockerContainer [2020-08-15T03:09:41.297Z] prd-centos7-docker-4c-2g-108 does not seem to be running inside a container [2020-08-15T03:09:41.346Z] $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-08-15T03:09:41.994Z] $ docker top 9eb6a1f5aca6944035257bea905fdccd322f13482c254d7ae0bf7f0333552db0 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-15T03:09:42.475Z] + go version [2020-08-15T03:09:42.475Z] go version go1.13.13 linux/amd64 [Pipeline] echo [2020-08-15T03:09:42.486Z] ========================================================= [2020-08-15T03:09:42.486Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-08-15T03:09:42.486Z] ========================================================= [Pipeline] sh [2020-08-15T03:09:42.775Z] + make test [2020-08-15T03:09:42.775Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-08-15T03:09:45.349Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-08-15T03:09:53.597Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-08-15T03:09:58.973Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-08-15T03:09:58.974Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-08-15T03:09:58.974Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-08-15T03:09:58.974Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-08-15T03:10:00.373Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.004s [2020-08-15T03:10:00.373Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-08-15T03:10:00.373Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-08-15T03:10:00.373Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-08-15T03:10:00.643Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-08-15T03:10:00.909Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-08-15T03:10:01.176Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-08-15T03:10:01.176Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-08-15T03:10:01.176Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-08-15T03:10:06.566Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.041s coverage: 46.6% of statements [2020-08-15T03:10:06.566Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-08-15T03:10:06.566Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-08-15T03:10:06.566Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-08-15T03:10:06.566Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-08-15T03:10:06.566Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-08-15T03:10:08.562Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.068s coverage: 27.3% of statements [2020-08-15T03:10:08.562Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-08-15T03:10:08.562Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-08-15T03:10:08.562Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-08-15T03:10:08.562Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-08-15T03:10:08.562Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-08-15T03:10:08.562Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-08-15T03:10:08.562Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.005s coverage: 100.0% of statements [2020-08-15T03:10:08.562Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-08-15T03:10:08.562Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.018s coverage: 100.0% of statements [2020-08-15T03:10:08.562Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-08-15T03:10:09.530Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.060s coverage: 28.6% of statements [2020-08-15T03:10:09.530Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-08-15T03:10:09.530Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-08-15T03:10:09.530Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-08-15T03:10:09.530Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-08-15T03:10:09.530Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-08-15T03:10:09.530Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.020s coverage: 100.0% of statements [2020-08-15T03:10:09.530Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-08-15T03:10:09.530Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.045s coverage: 100.0% of statements [2020-08-15T03:10:09.530Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-08-15T03:10:10.492Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.026s coverage: 89.8% of statements [2020-08-15T03:10:10.492Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-08-15T03:10:10.756Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.022s coverage: 97.5% of statements [2020-08-15T03:10:10.756Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-08-15T03:10:10.756Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.017s coverage: 100.0% of statements [2020-08-15T03:10:10.756Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-08-15T03:10:10.756Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-08-15T03:10:10.756Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-08-15T03:10:10.756Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-08-15T03:10:10.756Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-08-15T03:10:10.756Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-08-15T03:10:10.757Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-08-15T03:10:10.757Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-08-15T03:10:10.757Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-08-15T03:10:10.757Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-08-15T03:10:10.757Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-08-15T03:10:10.757Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-08-15T03:10:10.757Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-08-15T03:10:10.757Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-08-15T03:10:10.757Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-08-15T03:10:10.757Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-08-15T03:10:10.757Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-08-15T03:10:10.757Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.007s coverage: 58.8% of statements [2020-08-15T03:10:12.188Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.065s coverage: 63.5% of statements [2020-08-15T03:10:12.188Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-08-15T03:10:12.188Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-08-15T03:10:12.188Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.006s coverage: 100.0% of statements [2020-08-15T03:10:12.188Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.154s coverage: 55.9% of statements [2020-08-15T03:10:12.188Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-08-15T03:10:12.188Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-08-15T03:10:12.188Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-08-15T03:10:12.188Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-08-15T03:10:20.402Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 7.275s coverage: 86.3% of statements [2020-08-15T03:10:20.403Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-08-15T03:10:20.403Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.268s coverage: 72.2% of statements [2020-08-15T03:10:20.403Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.090s coverage: 72.1% of statements [2020-08-15T03:10:20.403Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.023s coverage: 82.4% of statements [2020-08-15T03:10:20.403Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.011s coverage: 48.4% of statements [2020-08-15T03:10:20.403Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-08-15T03:10:20.403Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-08-15T03:10:20.403Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-08-15T03:10:20.403Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.008s coverage: 28.8% of statements [2020-08-15T03:10:20.403Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-08-15T03:10:20.403Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.020s coverage: 96.8% of statements [2020-08-15T03:10:20.403Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-08-15T03:10:20.403Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.049s coverage: 26.9% of statements [2020-08-15T03:10:20.403Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-08-15T03:10:20.403Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-08-15T03:10:20.403Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.085s coverage: 84.1% of statements [2020-08-15T03:10:20.403Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.010s coverage: 100.0% of statements [2020-08-15T03:10:20.403Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.079s coverage: 42.9% of statements [2020-08-15T03:10:20.403Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-08-15T03:10:20.403Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-08-15T03:10:20.403Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.004s coverage: 100.0% of statements [2020-08-15T03:10:20.403Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-08-15T03:10:20.403Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.013s coverage: 83.8% of statements [2020-08-15T03:10:20.403Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-08-15T03:10:20.403Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.029s coverage: 46.1% of statements [2020-08-15T03:10:20.403Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-08-15T03:10:20.403Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-08-15T03:10:20.403Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.007s coverage: 100.0% of statements [2020-08-15T03:10:20.403Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-08-15T03:10:20.403Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-08-15T03:10:20.403Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-08-15T03:10:20.403Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.008s coverage: 100.0% of statements [2020-08-15T03:10:20.403Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-08-15T03:10:20.403Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.009s coverage: 100.0% of statements [2020-08-15T03:10:20.403Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-08-15T03:10:20.988Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.068s coverage: 29.1% of statements [2020-08-15T03:10:20.988Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-08-15T03:10:20.988Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-08-15T03:10:20.988Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-08-15T03:10:20.988Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-08-15T03:10:20.988Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-08-15T03:10:20.988Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.022s coverage: 99.0% of statements [2020-08-15T03:10:20.988Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-08-15T03:10:20.988Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.014s coverage: 100.0% of statements [2020-08-15T03:10:20.988Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-08-15T03:10:20.988Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.004s coverage: 0.0% of statements [2020-08-15T03:10:20.988Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-08-15T03:10:21.259Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.033s coverage: 100.0% of statements [2020-08-15T03:10:21.259Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-08-15T03:10:21.259Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-08-15T03:10:21.260Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-08-15T03:10:21.260Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-08-15T03:10:21.844Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.026s coverage: 87.9% of statements [2020-08-15T03:10:21.844Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-08-15T03:10:21.844Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-08-15T03:10:21.844Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.020s coverage: 100.0% of statements [2020-08-15T03:10:22.108Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.014s coverage: 32.1% of statements [2020-08-15T03:10:22.369Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.007s coverage: 100.0% of statements [2020-08-15T03:10:22.630Z] GO111MODULE=on go vet ./... [2020-08-15T03:10:28.231Z] gofmt -l . [2020-08-15T03:10:28.823Z] [ "`gofmt -l .`" = "" ] [2020-08-15T03:10:29.402Z] ./bin/test-go-mod-tidy.sh [2020-08-15T03:10:29.977Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-08-15T03:10:31.667Z] + ls -al . [2020-08-15T03:10:31.667Z] total 556 [2020-08-15T03:10:31.667Z] drwxrwxr-x 10 1001 1001 4096 Aug 15 03:10 . [2020-08-15T03:10:31.667Z] drwxr-xr-x 4 root root 28 Aug 15 03:09 .. [2020-08-15T03:10:31.667Z] -rw-rw-r-- 1 1001 1001 11 Aug 15 03:07 .dockerignore [2020-08-15T03:10:31.667Z] drwxrwxr-x 8 1001 1001 179 Aug 15 03:07 .git [2020-08-15T03:10:31.667Z] drwxrwxr-x 3 1001 1001 60 Aug 15 03:07 .github [2020-08-15T03:10:31.667Z] -rw-rw-r-- 1 1001 1001 932 Aug 15 03:07 .gitignore [2020-08-15T03:10:31.667Z] drwx------ 3 1001 1001 47 Aug 15 03:08 .semver [2020-08-15T03:10:31.667Z] -rw-rw-r-- 1 1001 1001 166 Aug 15 03:07 .sonarcloud.properties [2020-08-15T03:10:31.667Z] -rw-rw-r-- 1 1001 1001 3804 Aug 15 03:07 CONTRIBUTING.md [2020-08-15T03:10:31.667Z] -rw-rw-r-- 1 1001 1001 1035 Aug 15 03:07 Dockerfile.build [2020-08-15T03:10:31.667Z] -rw-rw-r-- 1 1001 1001 865 Aug 15 03:07 Jenkinsfile [2020-08-15T03:10:31.667Z] -rw-rw-r-- 1 1001 1001 10775 Aug 15 03:07 LICENSE [2020-08-15T03:10:31.667Z] -rw-rw-r-- 1 1001 1001 6237 Aug 15 03:07 Makefile [2020-08-15T03:10:31.667Z] -rw-rw-r-- 1 1001 1001 5652 Aug 15 03:07 README.md [2020-08-15T03:10:31.667Z] -rw-rw-r-- 1 1001 1001 7111 Aug 15 03:07 SECURITY.md [2020-08-15T03:10:31.667Z] -rw-rw-r-- 1 1001 1001 5 Aug 15 03:08 VERSION [2020-08-15T03:10:31.667Z] -rw-rw-r-- 1 1001 1001 4131 Aug 15 03:07 ZMQWindows.md [2020-08-15T03:10:31.667Z] drwxrwxr-x 2 1001 1001 117 Aug 15 03:07 bin [2020-08-15T03:10:31.667Z] drwxrwxr-x 15 1001 1001 4096 Aug 15 03:07 cmd [2020-08-15T03:10:31.667Z] -rw-r--r-- 1 root root 455803 Aug 15 03:10 coverage.out [2020-08-15T03:10:31.667Z] -rw-r--r-- 1 root root 1019 Aug 15 03:10 go.mod [2020-08-15T03:10:31.667Z] -rw-r--r-- 1 root root 18146 Aug 15 03:10 go.sum [2020-08-15T03:10:31.667Z] drwxrwxr-x 8 1001 1001 127 Aug 15 03:07 internal [2020-08-15T03:10:31.667Z] drwxrwxr-x 4 1001 1001 26 Aug 15 03:07 openapi [2020-08-15T03:10:31.667Z] drwxrwxr-x 4 1001 1001 71 Aug 15 03:07 snap [2020-08-15T03:10:31.667Z] -rw-rw-r-- 1 1001 1001 168 Aug 15 03:07 version.go [Pipeline] sh [2020-08-15T03:10:31.962Z] + '[' -e coverage.out ] [2020-08-15T03:10:31.962Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-08-15T03:10:32.106Z] Stashed 1 file(s) [Pipeline] sh [2020-08-15T03:10:32.394Z] + make build [2020-08-15T03:10:32.394Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-08-15T03:10:39.059Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-08-15T03:10:42.364Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-08-15T03:10:43.748Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-08-15T03:10:44.219Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-109 in /w/workspace/edgexfoundry_edgex-go_PR-2661 [Pipeline] { [Pipeline] ws [2020-08-15T03:10:44.311Z] Running in /w/workspace/edgex-go/5 [Pipeline] { [Pipeline] checkout [2020-08-15T03:10:45.161Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-08-15T03:10:47.081Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-08-15T03:10:47.343Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-08-15T03:10:49.329Z] using credential edgex-jenkins-ssh [2020-08-15T03:10:49.377Z] Cloning the remote Git repository [2020-08-15T03:10:49.377Z] Cloning with configured refspecs honoured and without tags [2020-08-15T03:10:49.890Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-08-15T03:10:49.434Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-08-15T03:10:49.548Z] > git init /w/workspace/edgex-go/5 # timeout=10 [2020-08-15T03:10:49.618Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-08-15T03:10:49.619Z] > git --version # timeout=10 [2020-08-15T03:10:49.643Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-15T03:10:49.693Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2661/head:refs/remotes/origin/PR-2661 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-15T03:10:51.280Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-08-15T03:10:52.668Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-08-15T03:10:54.085Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-08-15T03:10:55.471Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-08-15T03:10:56.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 [Pipeline] } [2020-08-15T03:10:57.818Z] $ docker stop --time=1 9eb6a1f5aca6944035257bea905fdccd322f13482c254d7ae0bf7f0333552db0 [2020-08-15T03:10:59.453Z] $ docker rm -f 9eb6a1f5aca6944035257bea905fdccd322f13482c254d7ae0bf7f0333552db0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-15T03:11:02.541Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-15T03:11:02.541Z] [2020-08-15T03:11:02.541Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-08-15T03:11:02.883Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-15T03:11:02.883Z] latest: Pulling from edgex-devops/edgex-compose [2020-08-15T03:11:02.883Z] cbdbe7a5bc2a: Pulling fs layer [2020-08-15T03:11:02.883Z] ca9280d653b3: Pulling fs layer [2020-08-15T03:11:02.883Z] 7e9c9ca2126c: Pulling fs layer [2020-08-15T03:11:02.883Z] cbdbe7a5bc2a: Download complete [2020-08-15T03:11:03.148Z] ca9280d653b3: Verifying Checksum [2020-08-15T03:11:03.148Z] ca9280d653b3: Download complete [2020-08-15T03:11:03.410Z] cbdbe7a5bc2a: Pull complete [2020-08-15T03:11:03.991Z] 7e9c9ca2126c: Download complete [2020-08-15T03:11:04.572Z] ca9280d653b3: Pull complete [2020-08-15T03:11:09.300Z] Fetching without tags [2020-08-15T03:11:09.795Z] Merging remotes/origin/master commit d08647e33299f35346a0c0e1b5c282da7a73a79b into PR head commit 6d97bc60ab52e7107df88a754bad392e725fd52e [2020-08-15T03:11:10.321Z] Merge succeeded, producing 6d97bc60ab52e7107df88a754bad392e725fd52e [2020-08-15T03:11:10.321Z] Checking out Revision 6d97bc60ab52e7107df88a754bad392e725fd52e (PR-2661) [2020-08-15T03:11:09.198Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-08-15T03:11:09.227Z] > git config --add remote.origin.fetch +refs/pull/2661/head:refs/remotes/origin/PR-2661 # timeout=10 [2020-08-15T03:11:09.240Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-15T03:11:09.268Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-08-15T03:11:09.308Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-08-15T03:11:09.309Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-15T03:11:09.321Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2661/head:refs/remotes/origin/PR-2661 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-15T03:11:09.811Z] > git config core.sparsecheckout # timeout=10 [2020-08-15T03:11:09.826Z] > git checkout -f 6d97bc60ab52e7107df88a754bad392e725fd52e # timeout=10 [2020-08-15T03:11:10.138Z] > git remote # timeout=10 [2020-08-15T03:11:10.165Z] > git config --get remote.origin.url # timeout=10 [2020-08-15T03:11:10.215Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-15T03:11:10.235Z] > git merge d08647e33299f35346a0c0e1b5c282da7a73a79b # timeout=10 [2020-08-15T03:11:10.294Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-08-15T03:11:10.325Z] > git config core.sparsecheckout # timeout=10 [2020-08-15T03:11:10.361Z] > git checkout -f 6d97bc60ab52e7107df88a754bad392e725fd52e # timeout=10 [2020-08-15T03:11:12.747Z] 7e9c9ca2126c: Pull complete [2020-08-15T03:11:12.747Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-08-15T03:11:12.747Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-15T03:11:12.747Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-08-15T03:11:12.867Z] prd-centos7-docker-4c-2g-108 does not seem to be running inside a container [2020-08-15T03:11:12.922Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-08-15T03:11:13.793Z] $ docker top 928e01ec8be6733f42eae044d32296501f7f9f2962e2a9326da54b817d034e1d -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-15T03:11:14.382Z] + docker-compose build --help [2020-08-15T03:11:14.382Z] + grep parallel [2020-08-15T03:11:14.623Z] Commit message: "feat(metadata): Update swagger file for V2 API" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [2020-08-15T03:11:15.357Z] --parallel Build images in parallel. [Pipeline] } [2020-08-15T03:11:15.369Z] $ docker stop --time=1 928e01ec8be6733f42eae044d32296501f7f9f2962e2a9326da54b817d034e1d [2020-08-15T03:11:16.715Z] $ docker rm -f 928e01ec8be6733f42eae044d32296501f7f9f2962e2a9326da54b817d034e1d [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-15T03:11:17.318Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-15T03:11:17.318Z] . [Pipeline] withDockerContainer [2020-08-15T03:11:17.406Z] prd-centos7-docker-4c-2g-108 does not seem to be running inside a container [2020-08-15T03:11:17.452Z] $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-08-15T03:11:18.130Z] $ docker top fec99582e0e00659c742c94ec7e8be69054998afaf0d2c3a9520c49f67f7cc05 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-15T03:11:18.607Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-08-15T03:11:19.551Z] Building docker-core-command-go ... [2020-08-15T03:11:19.551Z] Building docker-core-data-go ... [2020-08-15T03:11:19.551Z] Building docker-core-metadata-go ... [2020-08-15T03:11:19.551Z] Building docker-security-proxy-setup-go ... [2020-08-15T03:11:19.551Z] Building docker-security-secrets-setup-go ... [2020-08-15T03:11:19.551Z] Building docker-security-secretstore-setup-go ... [2020-08-15T03:11:19.551Z] Building docker-support-logging-go ... [2020-08-15T03:11:19.551Z] Building docker-support-notifications-go ... [2020-08-15T03:11:19.551Z] Building docker-support-scheduler-go ... [2020-08-15T03:11:19.551Z] Building docker-sys-mgmt-agent-go ... [2020-08-15T03:11:19.551Z] Building docker-security-secretstore-setup-go [2020-08-15T03:11:19.551Z] Building docker-support-scheduler-go [2020-08-15T03:11:19.551Z] Building docker-core-metadata-go [2020-08-15T03:11:19.551Z] Building docker-support-notifications-go [2020-08-15T03:11:19.551Z] Building docker-security-secrets-setup-go [Pipeline] echo [2020-08-15T03:11:25.817Z] ========================================================= [2020-08-15T03:11:25.817Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-08-15T03:11:25.817Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-08-15T03:11:26.661Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . [2020-08-15T03:11:31.022Z] Sending build context to Docker daemon 323MB [2020-08-15T03:11:31.022Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-08-15T03:11:31.022Z] Step 2/7 : FROM ${BASE} [2020-08-15T03:11:31.022Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-08-15T03:11:31.022Z] b538f80385f9: Pulling fs layer [2020-08-15T03:11:31.022Z] 74f711af9a0d: Pulling fs layer [2020-08-15T03:11:31.022Z] 99f96fe45779: Pulling fs layer [2020-08-15T03:11:31.022Z] fd7a069fd194: Pulling fs layer [2020-08-15T03:11:31.022Z] 66aa3694b03b: Pulling fs layer [2020-08-15T03:11:31.022Z] 170f70906a0f: Pulling fs layer [2020-08-15T03:11:31.022Z] ad7c5574e4b9: Pulling fs layer [2020-08-15T03:11:31.022Z] e772456be8f7: Pulling fs layer [2020-08-15T03:11:31.022Z] c890913d741a: Pulling fs layer [2020-08-15T03:11:31.022Z] 2480fcc9aa5a: Pulling fs layer [2020-08-15T03:11:31.022Z] 09adf4765672: Pulling fs layer [2020-08-15T03:11:31.022Z] fd7a069fd194: Waiting [2020-08-15T03:11:31.022Z] 66aa3694b03b: Waiting [2020-08-15T03:11:31.022Z] 170f70906a0f: Waiting [2020-08-15T03:11:31.022Z] ad7c5574e4b9: Waiting [2020-08-15T03:11:31.022Z] e772456be8f7: Waiting [2020-08-15T03:11:31.022Z] c890913d741a: Waiting [2020-08-15T03:11:31.022Z] 2480fcc9aa5a: Waiting [2020-08-15T03:11:31.022Z] 09adf4765672: Waiting [2020-08-15T03:11:31.022Z] 99f96fe45779: Verifying Checksum [2020-08-15T03:11:31.022Z] 99f96fe45779: Download complete [2020-08-15T03:11:31.022Z] 74f711af9a0d: Download complete [2020-08-15T03:11:31.022Z] 66aa3694b03b: Verifying Checksum [2020-08-15T03:11:31.022Z] 66aa3694b03b: Download complete [2020-08-15T03:11:31.022Z] 170f70906a0f: Verifying Checksum [2020-08-15T03:11:31.022Z] 170f70906a0f: Download complete [2020-08-15T03:11:31.022Z] b538f80385f9: Verifying Checksum [2020-08-15T03:11:31.022Z] b538f80385f9: Download complete [2020-08-15T03:11:31.625Z] b538f80385f9: Pull complete [2020-08-15T03:11:32.247Z] 74f711af9a0d: Pull complete [2020-08-15T03:11:32.526Z] 99f96fe45779: Pull complete [2020-08-15T03:11:33.509Z] ad7c5574e4b9: Verifying Checksum [2020-08-15T03:11:33.510Z] ad7c5574e4b9: Download complete [2020-08-15T03:11:33.510Z] c890913d741a: Download complete [2020-08-15T03:11:35.497Z] 2480fcc9aa5a: Verifying Checksum [2020-08-15T03:11:35.497Z] 2480fcc9aa5a: Download complete [2020-08-15T03:11:35.497Z] 09adf4765672: Verifying Checksum [2020-08-15T03:11:35.497Z] 09adf4765672: Download complete [2020-08-15T03:11:36.097Z] fd7a069fd194: Verifying Checksum [2020-08-15T03:11:36.097Z] fd7a069fd194: Download complete [2020-08-15T03:11:36.711Z] e772456be8f7: Verifying Checksum [2020-08-15T03:11:36.711Z] e772456be8f7: Download complete [2020-08-15T03:11:49.149Z] fd7a069fd194: Pull complete [2020-08-15T03:11:49.149Z] 66aa3694b03b: Pull complete [2020-08-15T03:11:49.149Z] 170f70906a0f: Pull complete [2020-08-15T03:11:51.770Z] ad7c5574e4b9: Pull complete [2020-08-15T03:11:51.822Z] Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-15T03:11:51.822Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-08-15T03:11:51.822Z] ---> f072d36c96a6 [2020-08-15T03:11:51.822Z] Step 3/29 : WORKDIR /edgex-go [2020-08-15T03:11:51.822Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-15T03:11:51.822Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-08-15T03:11:51.822Z] ---> f072d36c96a6 [2020-08-15T03:11:51.822Z] Step 3/20 : WORKDIR /edgex-go [2020-08-15T03:11:51.822Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-15T03:11:51.822Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-15T03:11:51.822Z] ---> f072d36c96a6 [2020-08-15T03:11:51.822Z] Step 3/21 : WORKDIR /edgex-go [2020-08-15T03:11:51.822Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-15T03:11:51.822Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-08-15T03:11:51.822Z] ---> f072d36c96a6 [2020-08-15T03:11:51.822Z] Step 3/26 : WORKDIR /edgex-go [2020-08-15T03:11:51.822Z] Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-15T03:11:51.822Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-08-15T03:11:51.822Z] ---> f072d36c96a6 [2020-08-15T03:11:51.822Z] Step 3/23 : WORKDIR /edgex-go [2020-08-15T03:11:51.822Z] ---> Running in 96e1f8c98f2e [2020-08-15T03:11:51.822Z] ---> Running in ea062f33a4f6 [2020-08-15T03:11:51.822Z] ---> Running in f7141997141f [2020-08-15T03:11:51.822Z] ---> Running in 71a9f7d70858 [2020-08-15T03:11:51.822Z] ---> Running in 04d8f4518098 [2020-08-15T03:11:51.822Z] Removing intermediate container f7141997141f [2020-08-15T03:11:51.822Z] ---> a986e16640c3 [2020-08-15T03:11:51.822Z] Step 4/29 : RUN apk update && apk add make git [2020-08-15T03:11:51.822Z] Removing intermediate container 04d8f4518098 [2020-08-15T03:11:51.822Z] ---> eb3e4c63a852 [2020-08-15T03:11:51.822Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-15T03:11:51.822Z] Removing intermediate container ea062f33a4f6 [2020-08-15T03:11:51.822Z] ---> d2fd769b0e01 [2020-08-15T03:11:51.822Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-15T03:11:51.822Z] Removing intermediate container 96e1f8c98f2e [2020-08-15T03:11:51.822Z] ---> 4596245363ab [2020-08-15T03:11:51.822Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-15T03:11:51.822Z] Removing intermediate container 71a9f7d70858 [2020-08-15T03:11:51.822Z] ---> 0bb9cf2a6a18 [2020-08-15T03:11:51.822Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-15T03:11:51.822Z] ---> Running in bb59f4ba0595 [2020-08-15T03:11:51.822Z] ---> Running in 71540f0e02fa [2020-08-15T03:11:51.822Z] ---> Running in facc068cc2a6 [2020-08-15T03:11:51.822Z] ---> Running in addc3951f65a [2020-08-15T03:11:51.822Z] ---> Running in 36edc52d4c2f [2020-08-15T03:11:51.822Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-15T03:11:51.822Z] Removing intermediate container 71540f0e02fa [2020-08-15T03:11:51.822Z] ---> f89133689a50 [2020-08-15T03:11:51.822Z] Step 5/26 : RUN apk update && apk add make git [2020-08-15T03:11:51.822Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-15T03:11:51.822Z] ---> Running in 69104623c87c [2020-08-15T03:11:51.822Z] Removing intermediate container facc068cc2a6 [2020-08-15T03:11:51.822Z] ---> 83c179b8cc2c [2020-08-15T03:11:51.822Z] Step 5/23 : RUN apk update && apk add make bash git ca-certificates [2020-08-15T03:11:51.822Z] ---> Running in a0ae434587e2 [2020-08-15T03:11:51.822Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-15T03:11:51.822Z] v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-15T03:11:51.822Z] OK: 12749 distinct packages available [2020-08-15T03:11:51.822Z] Removing intermediate container addc3951f65a [2020-08-15T03:11:51.822Z] ---> 1e2274faffaa [2020-08-15T03:11:51.822Z] Step 5/21 : RUN apk update && apk add make git [2020-08-15T03:11:51.822Z] Removing intermediate container 36edc52d4c2f [2020-08-15T03:11:51.822Z] ---> 2e535824c8fb [2020-08-15T03:11:51.822Z] Step 5/20 : RUN apk update && apk add make git [2020-08-15T03:11:51.822Z] OK: 233 MiB in 51 packages [2020-08-15T03:11:51.822Z] ---> Running in f6687ed2322d [2020-08-15T03:11:51.822Z] ---> Running in d96142f21e34 [2020-08-15T03:11:51.822Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-15T03:11:52.088Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-15T03:11:52.359Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-15T03:11:52.623Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-15T03:11:52.623Z] Removing intermediate container bb59f4ba0595 [2020-08-15T03:11:52.623Z] ---> 6c0bf1ada4f8 [2020-08-15T03:11:52.623Z] Step 5/29 : COPY go.mod . [2020-08-15T03:11:52.623Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-15T03:11:52.884Z] ---> 3a8484578dd7 [2020-08-15T03:11:52.884Z] Step 6/29 : RUN go mod download [2020-08-15T03:11:52.884Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-15T03:11:52.884Z] v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-15T03:11:52.884Z] OK: 12749 distinct packages available [2020-08-15T03:11:52.884Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-15T03:11:52.884Z] ---> Running in 44a4d4f74f22 [2020-08-15T03:11:53.151Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-15T03:11:53.151Z] OK: 233 MiB in 51 packages [2020-08-15T03:11:53.151Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-15T03:11:53.151Z] v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-15T03:11:53.151Z] OK: 12749 distinct packages available [2020-08-15T03:11:53.422Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-15T03:11:53.422Z] OK: 233 MiB in 51 packages [2020-08-15T03:11:53.422Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-15T03:11:53.422Z] v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-15T03:11:53.422Z] OK: 12749 distinct packages available [2020-08-15T03:11:53.685Z] Removing intermediate container 69104623c87c [2020-08-15T03:11:53.685Z] ---> 083fe60c0074 [2020-08-15T03:11:53.685Z] Step 6/26 : COPY go.mod . [2020-08-15T03:11:53.685Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-15T03:11:53.685Z] v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-15T03:11:53.685Z] OK: 12749 distinct packages available [2020-08-15T03:11:53.685Z] OK: 233 MiB in 51 packages [2020-08-15T03:11:53.948Z] OK: 233 MiB in 51 packages [2020-08-15T03:11:53.948Z] ---> 29c6d35fc1b6 [2020-08-15T03:11:53.948Z] Step 7/26 : RUN go mod download [2020-08-15T03:11:54.231Z] Removing intermediate container a0ae434587e2 [2020-08-15T03:11:54.231Z] ---> b5dd4e3b2518 [2020-08-15T03:11:54.231Z] Step 6/23 : COPY go.mod . [2020-08-15T03:11:54.231Z] ---> Running in 72ab47833143 [2020-08-15T03:11:54.493Z] Removing intermediate container f6687ed2322d [2020-08-15T03:11:54.493Z] ---> b593722a18b9 [2020-08-15T03:11:54.493Z] Step 6/21 : COPY go.mod . [2020-08-15T03:11:54.754Z] ---> 10420c10f144 [2020-08-15T03:11:54.754Z] Step 7/23 : RUN go mod download [2020-08-15T03:11:55.015Z] ---> Running in 626ea11f2782 [2020-08-15T03:11:55.015Z] ---> 0c963eb2e6cf [2020-08-15T03:11:55.015Z] Step 7/21 : RUN go mod download [2020-08-15T03:11:55.015Z] Removing intermediate container d96142f21e34 [2020-08-15T03:11:55.015Z] ---> e918166355e3 [2020-08-15T03:11:55.015Z] Step 6/20 : COPY go.mod . [2020-08-15T03:11:55.283Z] ---> Running in 4d801b9cc885 [2020-08-15T03:11:55.550Z] Removing intermediate container 44a4d4f74f22 [2020-08-15T03:11:55.550Z] ---> 65513d5949bc [2020-08-15T03:11:55.550Z] Step 7/29 : COPY . . [2020-08-15T03:11:55.550Z] ---> a1238e0ce411 [2020-08-15T03:11:55.550Z] Step 7/20 : RUN go mod download [2020-08-15T03:11:55.815Z] ---> Running in 0a425abac3fa [2020-08-15T03:11:57.188Z] e772456be8f7: Pull complete [2020-08-15T03:11:57.188Z] c890913d741a: Pull complete [2020-08-15T03:11:59.165Z] 2480fcc9aa5a: Pull complete [2020-08-15T03:11:59.766Z] 09adf4765672: Pull complete [2020-08-15T03:11:59.766Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-08-15T03:11:59.766Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-08-15T03:11:59.766Z] ---> 2248a725d1cf [2020-08-15T03:11:59.766Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-08-15T03:12:00.036Z] Removing intermediate container 72ab47833143 [2020-08-15T03:12:00.036Z] ---> 85b98aa1bdcf [2020-08-15T03:12:00.036Z] Step 8/26 : COPY . . [2020-08-15T03:12:02.605Z] Removing intermediate container 626ea11f2782 [2020-08-15T03:12:02.605Z] ---> 2c3457adb1e9 [2020-08-15T03:12:02.605Z] Step 8/23 : COPY . . [2020-08-15T03:12:02.866Z] Removing intermediate container 4d801b9cc885 [2020-08-15T03:12:02.866Z] ---> bea76a1a031b [2020-08-15T03:12:02.866Z] Step 8/21 : COPY . . [2020-08-15T03:12:05.150Z] ---> Running in 2a2dfd30628c [2020-08-15T03:12:06.579Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-15T03:12:07.096Z] Removing intermediate container 0a425abac3fa [2020-08-15T03:12:07.097Z] ---> 12cde8d1c196 [2020-08-15T03:12:07.097Z] Step 8/20 : COPY . . [2020-08-15T03:12:07.551Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-15T03:12:08.139Z] (1/12) Installing libmagic (5.38-r0) [2020-08-15T03:12:08.139Z] (2/12) Installing file (5.38-r0) [2020-08-15T03:12:08.409Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-08-15T03:12:08.409Z] (4/12) Installing g++ (9.3.0-r2) [2020-08-15T03:12:11.013Z] (5/12) Installing fortify-headers (1.1-r0) [2020-08-15T03:12:11.013Z] (6/12) Installing patch (2.7.6-r6) [2020-08-15T03:12:11.283Z] (7/12) Installing build-base (0.5-r2) [2020-08-15T03:12:11.283Z] (8/12) Installing libsodium (1.0.18-r0) [2020-08-15T03:12:11.554Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-08-15T03:12:11.554Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-08-15T03:12:11.554Z] (11/12) Installing libzmq (4.3.2-r0) [2020-08-15T03:12:11.827Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-08-15T03:12:11.827Z] Executing busybox-1.31.1-r16.trigger [2020-08-15T03:12:11.827Z] OK: 217 MiB in 51 packages [2020-08-15T03:12:16.138Z] Removing intermediate container 2a2dfd30628c [2020-08-15T03:12:16.138Z] ---> e745e3a44aa9 [2020-08-15T03:12:16.138Z] Step 4/7 : WORKDIR /edgex-go [2020-08-15T03:12:16.138Z] ---> Running in c6e56405a245 [2020-08-15T03:12:16.729Z] Removing intermediate container c6e56405a245 [2020-08-15T03:12:16.730Z] ---> 792e948b5fbb [2020-08-15T03:12:16.730Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-08-15T03:12:17.002Z] latest: Pulling from library/docker [2020-08-15T03:12:17.002Z] b538f80385f9: Already exists [2020-08-15T03:12:17.002Z] 259a493cd78d: Pulling fs layer [2020-08-15T03:12:17.002Z] b8e66b5100f5: Pulling fs layer [2020-08-15T03:12:17.002Z] 39dc9c94d07c: Pulling fs layer [2020-08-15T03:12:17.002Z] 551b823b3b82: Pulling fs layer [2020-08-15T03:12:17.002Z] 3c52a74df98c: Pulling fs layer [2020-08-15T03:12:17.002Z] 6c9b121b6998: Pulling fs layer [2020-08-15T03:12:17.002Z] 3c52a74df98c: Waiting [2020-08-15T03:12:17.002Z] 6c9b121b6998: Waiting [2020-08-15T03:12:17.002Z] 551b823b3b82: Waiting [2020-08-15T03:12:17.280Z] b8e66b5100f5: Verifying Checksum [2020-08-15T03:12:17.280Z] b8e66b5100f5: Download complete [2020-08-15T03:12:17.280Z] 259a493cd78d: Verifying Checksum [2020-08-15T03:12:17.280Z] 259a493cd78d: Download complete [2020-08-15T03:12:17.565Z] 3c52a74df98c: Verifying Checksum [2020-08-15T03:12:17.565Z] 3c52a74df98c: Download complete [2020-08-15T03:12:17.565Z] 6c9b121b6998: Verifying Checksum [2020-08-15T03:12:17.565Z] 6c9b121b6998: Download complete [2020-08-15T03:12:18.167Z] 259a493cd78d: Pull complete [2020-08-15T03:12:18.440Z] b8e66b5100f5: Pull complete [2020-08-15T03:12:18.440Z] 551b823b3b82: Download complete [2020-08-15T03:12:18.716Z] 39dc9c94d07c: Verifying Checksum [2020-08-15T03:12:18.716Z] 39dc9c94d07c: Download complete [2020-08-15T03:12:22.100Z] 39dc9c94d07c: Pull complete [2020-08-15T03:12:22.100Z] 551b823b3b82: Pull complete [2020-08-15T03:12:22.372Z] 3c52a74df98c: Pull complete [2020-08-15T03:12:22.965Z] 6c9b121b6998: Pull complete [2020-08-15T03:12:22.965Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-08-15T03:12:22.965Z] Status: Downloaded newer image for docker:latest [2020-08-15T03:12:26.355Z] ---> e760b26a03aa [2020-08-15T03:12:26.355Z] Step 6/7 : COPY go.mod . [2020-08-15T03:12:26.950Z] ---> 6555006b2bef [2020-08-15T03:12:26.950Z] Step 7/7 : RUN go mod download [2020-08-15T03:12:27.234Z] ---> Running in 8c7ab0c6e7e3 [2020-08-15T03:12:30.625Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-08-15T03:12:30.625Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-08-15T03:12:30.625Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-08-15T03:12:30.625Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-08-15T03:12:30.625Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-15T03:12:30.625Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-08-15T03:12:30.625Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-08-15T03:12:30.625Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-15T03:12:30.625Z] go: finding github.com/cloudflare/gokey v0.1.0 [2020-08-15T03:12:30.625Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-08-15T03:12:30.625Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-08-15T03:12:30.625Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-08-15T03:12:30.625Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 [2020-08-15T03:12:30.625Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-15T03:12:30.625Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-08-15T03:12:30.625Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-08-15T03:12:30.625Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-08-15T03:12:30.625Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-08-15T03:12:30.625Z] go: finding github.com/fatih/color v1.7.0 [2020-08-15T03:12:30.625Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-08-15T03:12:30.625Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-15T03:12:30.625Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-08-15T03:12:30.625Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-15T03:12:30.625Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-15T03:12:30.897Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-08-15T03:12:30.897Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-15T03:12:30.897Z] go: finding github.com/golang/protobuf v1.3.2 [2020-08-15T03:12:30.897Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-08-15T03:12:30.897Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-08-15T03:12:30.897Z] go: finding github.com/google/uuid v1.1.0 [2020-08-15T03:12:30.897Z] go: finding github.com/gorilla/mux v1.7.1 [2020-08-15T03:12:30.897Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-08-15T03:12:30.897Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-08-15T03:12:30.897Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-08-15T03:12:30.897Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-15T03:12:31.166Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-15T03:12:31.166Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-08-15T03:12:31.166Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-08-15T03:12:31.166Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-15T03:12:31.166Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-08-15T03:12:31.166Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-08-15T03:12:31.166Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-08-15T03:12:31.166Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-08-15T03:12:31.166Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-08-15T03:12:31.166Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-08-15T03:12:31.166Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-08-15T03:12:31.436Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-08-15T03:12:31.436Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-08-15T03:12:31.436Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-08-15T03:12:31.436Z] go: finding github.com/imdario/mergo v0.3.6 [2020-08-15T03:12:31.436Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-15T03:12:31.436Z] go: finding github.com/kr/pretty v0.1.0 [2020-08-15T03:12:31.436Z] go: finding github.com/kr/pty v1.1.1 [2020-08-15T03:12:31.436Z] go: finding github.com/kr/text v0.1.0 [2020-08-15T03:12:31.436Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-08-15T03:12:31.436Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-08-15T03:12:31.436Z] go: finding github.com/miekg/dns v1.0.14 [2020-08-15T03:12:31.707Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-08-15T03:12:31.707Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-15T03:12:31.707Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-08-15T03:12:31.707Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-08-15T03:12:31.707Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-08-15T03:12:31.707Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-08-15T03:12:31.707Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-08-15T03:12:31.707Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-08-15T03:12:31.707Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-08-15T03:12:31.707Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-08-15T03:12:31.707Z] go: finding github.com/onsi/gomega v1.7.0 [2020-08-15T03:12:31.976Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-08-15T03:12:31.976Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-08-15T03:12:31.976Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-08-15T03:12:31.976Z] go: finding github.com/pkg/errors v0.8.1 [2020-08-15T03:12:31.976Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-15T03:12:31.976Z] go: finding github.com/posener/complete v1.1.1 [2020-08-15T03:12:31.976Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-08-15T03:12:31.976Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-08-15T03:12:31.976Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-08-15T03:12:31.976Z] go: finding github.com/stretchr/objx v0.1.0 [2020-08-15T03:12:31.976Z] go: finding github.com/stretchr/testify v1.5.1 [2020-08-15T03:12:31.977Z] go: finding github.com/ugorji/go v1.1.4 [2020-08-15T03:12:32.246Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-15T03:12:32.246Z] go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 [2020-08-15T03:12:32.246Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-08-15T03:12:32.246Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-08-15T03:12:32.246Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-08-15T03:12:32.246Z] go: finding golang.org/x/text v0.3.2 [2020-08-15T03:12:32.246Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-08-15T03:12:32.246Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-08-15T03:12:32.246Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-08-15T03:12:32.246Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-08-15T03:12:32.246Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-08-15T03:12:32.518Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-15T03:12:33.758Z] ---> ce23c87ef617 [2020-08-15T03:12:33.759Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-08-15T03:12:33.759Z] ---> Running in 329f7af08244 [2020-08-15T03:12:33.759Z] ---> 8455bc5488e0 [2020-08-15T03:12:33.759Z] Step 9/21 : RUN make cmd/core-metadata/core-metadata [2020-08-15T03:12:33.759Z] ---> 29280880a00e [2020-08-15T03:12:33.759Z] Step 9/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup cmd/security-secretstore-read/security-secretstore-read [2020-08-15T03:12:33.759Z] ---> e48372c337cf [2020-08-15T03:12:33.759Z] Step 9/20 : RUN make cmd/support-scheduler/support-scheduler [2020-08-15T03:12:33.759Z] ---> d8ccf8e4f619 [2020-08-15T03:12:33.759Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2020-08-15T03:12:33.759Z] ---> Running in 531ae33425f3 [2020-08-15T03:12:33.759Z] ---> Running in a581d4a5a28c [2020-08-15T03:12:33.759Z] ---> Running in 5070b9919397 [2020-08-15T03:12:33.759Z] ---> Running in 81e20669c872 [2020-08-15T03:12:34.022Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-08-15T03:12:34.022Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-08-15T03:12:34.970Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-08-15T03:12:34.970Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-08-15T03:12:34.970Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-08-15T03:12:50.820Z] Removing intermediate container 8c7ab0c6e7e3 [2020-08-15T03:12:50.820Z] ---> 3ee132909865 [2020-08-15T03:12:50.820Z] Successfully built 3ee132909865 [2020-08-15T03:12:50.820Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-15T03:12:51.498Z] + docker inspect -f . ci-base-image-arm64 [2020-08-15T03:12:51.498Z] . [Pipeline] withDockerContainer [2020-08-15T03:12:51.770Z] prd-ubuntu18.04-docker-arm64-4c-16g-109 does not seem to be running inside a container [2020-08-15T03:12:51.846Z] $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-08-15T03:12:53.311Z] $ docker top 71c8b70aca1a27794075acbce1e20c8df17c4b86cd404c2e2a716317b8e5a34a -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-15T03:12:54.338Z] + go version [2020-08-15T03:12:54.338Z] go version go1.13.13 linux/arm64 [Pipeline] echo [2020-08-15T03:12:54.357Z] ========================================================= [2020-08-15T03:12:54.357Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-08-15T03:12:54.357Z] ========================================================= [Pipeline] sh [2020-08-15T03:12:54.998Z] + make test [2020-08-15T03:12:54.998Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-08-15T03:12:57.629Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-08-15T03:13:01.702Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-08-15T03:13:03.100Z] Removing intermediate container 329f7af08244 [2020-08-15T03:13:03.100Z] ---> 43a893c907c6 [2020-08-15T03:13:03.100Z] [2020-08-15T03:13:03.100Z] Step 9/29 : FROM alpine:latest [2020-08-15T03:13:03.686Z] latest: Pulling from library/alpine [2020-08-15T03:13:03.686Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-08-15T03:13:03.959Z] Status: Downloaded newer image for alpine:latest [2020-08-15T03:13:03.959Z] ---> a24bb4013296 [2020-08-15T03:13:03.959Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-08-15T03:13:03.959Z] ---> Running in 8f2f9d58a856 [2020-08-15T03:13:06.529Z] Removing intermediate container 8f2f9d58a856 [2020-08-15T03:13:06.529Z] ---> c31c266d2bc3 [2020-08-15T03:13:06.529Z] Step 11/29 : USER root [2020-08-15T03:13:06.529Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-08-15T03:13:06.529Z] ---> Running in db11d275a105 [2020-08-15T03:13:07.118Z] Removing intermediate container db11d275a105 [2020-08-15T03:13:07.118Z] ---> d5a84aa36ffc [2020-08-15T03:13:07.118Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-08-15T03:13:07.118Z] ---> Running in 8b6e89acb8d9 [2020-08-15T03:13:08.068Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-15T03:13:08.328Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-15T03:13:08.593Z] v3.12.0-240-g35a7b2e977 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-15T03:13:08.593Z] v3.12.0-241-g30378ef162 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-15T03:13:08.593Z] OK: 12749 distinct packages available [2020-08-15T03:13:08.854Z] (1/2) Installing ca-certificates (20191127-r4) [2020-08-15T03:13:08.854Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-08-15T03:13:08.854Z] Executing busybox-1.31.1-r16.trigger [2020-08-15T03:13:09.115Z] Executing ca-certificates-20191127-r4.trigger [2020-08-15T03:13:09.115Z] OK: 6 MiB in 16 packages [2020-08-15T03:13:11.034Z] Removing intermediate container a581d4a5a28c [2020-08-15T03:13:11.034Z] ---> 91549cc3ed7f [2020-08-15T03:13:11.034Z] [2020-08-15T03:13:11.034Z] Step 10/20 : FROM scratch [2020-08-15T03:13:11.034Z] ---> [2020-08-15T03:13:11.034Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-15T03:13:11.034Z] Removing intermediate container 81e20669c872 [2020-08-15T03:13:11.034Z] ---> d1fc96161fbb [2020-08-15T03:13:11.034Z] [2020-08-15T03:13:11.034Z] Step 10/23 : FROM scratch [2020-08-15T03:13:11.034Z] ---> [2020-08-15T03:13:11.034Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-15T03:13:11.296Z] ---> Running in 94942f5a19c8 [2020-08-15T03:13:11.296Z] ---> Running in 5a2091a39bc5 [2020-08-15T03:13:13.211Z] Removing intermediate container 8b6e89acb8d9 [2020-08-15T03:13:13.211Z] ---> bdb162fa7f3e [2020-08-15T03:13:13.211Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-08-15T03:13:15.760Z] Removing intermediate container 94942f5a19c8 [2020-08-15T03:13:15.760Z] ---> 3da0ae2f26cd [2020-08-15T03:13:15.760Z] Step 12/20 : ENV APP_PORT=48085 [2020-08-15T03:13:15.760Z] ---> Running in 6948dc1325cb [2020-08-15T03:13:15.760Z] Removing intermediate container 5a2091a39bc5 [2020-08-15T03:13:15.760Z] ---> 8d1fe5faf65c [2020-08-15T03:13:15.760Z] Step 12/23 : ENV APP_PORT=48060 [2020-08-15T03:13:15.760Z] ---> Running in ec7fb4b61a31 [2020-08-15T03:13:15.760Z] ---> Running in 7345f8b58b4c [2020-08-15T03:13:15.760Z] Removing intermediate container 531ae33425f3 [2020-08-15T03:13:15.760Z] ---> 05d0bee6468c [2020-08-15T03:13:15.760Z] [2020-08-15T03:13:15.760Z] Step 10/21 : FROM scratch [2020-08-15T03:13:15.760Z] ---> [2020-08-15T03:13:15.760Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-15T03:13:15.760Z] Removing intermediate container 5070b9919397 [2020-08-15T03:13:15.760Z] ---> a92923aafded [2020-08-15T03:13:15.760Z] [2020-08-15T03:13:15.760Z] Step 10/26 : FROM alpine:3.10 [2020-08-15T03:13:15.760Z] ---> Using cache [2020-08-15T03:13:15.760Z] ---> 3da0ae2f26cd [2020-08-15T03:13:15.760Z] Step 12/21 : ENV APP_PORT=48081 [2020-08-15T03:13:15.760Z] ---> Running in f95ea13bb080 [2020-08-15T03:13:15.760Z] Removing intermediate container 6948dc1325cb [2020-08-15T03:13:15.760Z] ---> 485dfa66646a [2020-08-15T03:13:15.760Z] Step 14/29 : WORKDIR $BASE_DIR [2020-08-15T03:13:15.760Z] Removing intermediate container 7345f8b58b4c [2020-08-15T03:13:15.760Z] ---> 20db52431700 [2020-08-15T03:13:15.760Z] Step 13/23 : EXPOSE $APP_PORT [2020-08-15T03:13:15.760Z] Removing intermediate container ec7fb4b61a31 [2020-08-15T03:13:15.760Z] ---> 2e64d023f293 [2020-08-15T03:13:15.760Z] Step 13/20 : EXPOSE $APP_PORT [2020-08-15T03:13:15.760Z] 3.10: Pulling from library/alpine [2020-08-15T03:13:16.021Z] ---> Running in 0067dcf3ac06 [2020-08-15T03:13:16.021Z] ---> Running in cd5db5279b9a [2020-08-15T03:13:16.021Z] ---> Running in 004c0fa075ec [2020-08-15T03:13:16.021Z] Removing intermediate container f95ea13bb080 [2020-08-15T03:13:16.021Z] ---> 87950ee7114e [2020-08-15T03:13:16.021Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-15T03:13:16.283Z] ---> Running in b681c67f915e [2020-08-15T03:13:16.283Z] Removing intermediate container cd5db5279b9a [2020-08-15T03:13:16.283Z] ---> ba7ec6067d8f [2020-08-15T03:13:16.283Z] Step 14/23 : COPY --from=builder /bin/sh /bin/sh [2020-08-15T03:13:16.283Z] Removing intermediate container 004c0fa075ec [2020-08-15T03:13:16.283Z] ---> b56945a61264 [2020-08-15T03:13:16.283Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-08-15T03:13:16.544Z] Removing intermediate container 0067dcf3ac06 [2020-08-15T03:13:16.544Z] ---> 6b9d0b5e3594 [2020-08-15T03:13:16.544Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-08-15T03:13:16.544Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-08-15T03:13:17.116Z] ---> Running in a90c6c85d353 [2020-08-15T03:13:17.377Z] Status: Downloaded newer image for alpine:3.10 [2020-08-15T03:13:17.638Z] Removing intermediate container b681c67f915e [2020-08-15T03:13:17.638Z] ---> b8850a6940db [2020-08-15T03:13:17.638Z] Step 14/21 : WORKDIR / [2020-08-15T03:13:17.638Z] ---> b87f27a28cde [2020-08-15T03:13:17.638Z] Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-08-15T03:13:17.638Z] ---> be4e4bea2c2e [2020-08-15T03:13:17.638Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-08-15T03:13:17.638Z] ---> 950872ccbe2d [2020-08-15T03:13:17.638Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-08-15T03:13:17.902Z] ---> Running in 6e483c3d5901 [2020-08-15T03:13:17.902Z] ---> Running in ac3ddef235f8 [2020-08-15T03:13:18.874Z] Removing intermediate container 6e483c3d5901 [2020-08-15T03:13:18.874Z] ---> 2a6652a22127 [2020-08-15T03:13:18.874Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-08-15T03:13:18.874Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-08-15T03:13:18.874Z] ---> d9803f816b54 [2020-08-15T03:13:18.874Z] Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl [2020-08-15T03:13:18.874Z] ---> 0338256c93aa [2020-08-15T03:13:18.874Z] Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-08-15T03:13:18.874Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-08-15T03:13:19.239Z] ---> b71eb56ee65d [2020-08-15T03:13:19.239Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-08-15T03:13:19.239Z] v3.10.5-74-g0b1cb9d719 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-08-15T03:13:19.239Z] v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-08-15T03:13:19.239Z] OK: 10346 distinct packages available [2020-08-15T03:13:19.239Z] (1/5) Installing ca-certificates (20191127-r2) [2020-08-15T03:13:19.239Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-08-15T03:13:19.239Z] (3/5) Installing libcurl (7.66.0-r0) [2020-08-15T03:13:19.239Z] (4/5) Installing curl (7.66.0-r0) [2020-08-15T03:13:19.239Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-08-15T03:13:19.239Z] Executing busybox-1.30.1-r3.trigger [2020-08-15T03:13:19.239Z] Executing ca-certificates-20191127-r2.trigger [2020-08-15T03:13:20.297Z] OK: 7 MiB in 19 packages [2020-08-15T03:13:20.585Z] Removing intermediate container a90c6c85d353 [2020-08-15T03:13:20.585Z] ---> e54fed34e0a6 [2020-08-15T03:13:20.585Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-08-15T03:13:20.585Z] ---> 2a78b82687d2 [2020-08-15T03:13:20.585Z] Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-15T03:13:20.585Z] ---> 71f13380ba86 [2020-08-15T03:13:20.585Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-08-15T03:13:20.585Z] ---> c36aea5fb49b [2020-08-15T03:13:20.585Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-08-15T03:13:20.585Z] ---> Running in 84d3b7907551 [2020-08-15T03:13:21.532Z] Removing intermediate container 84d3b7907551 [2020-08-15T03:13:21.532Z] ---> 04b52c687fe8 [2020-08-15T03:13:21.532Z] Step 18/20 : LABEL arch=x86_64 [2020-08-15T03:13:21.532Z] ---> 2041a608516a [2020-08-15T03:13:21.532Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-08-15T03:13:21.532Z] ---> a78c74231ff9 [2020-08-15T03:13:21.532Z] Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-15T03:13:21.532Z] ---> Running in 2049ca591377 [2020-08-15T03:13:21.532Z] Removing intermediate container ac3ddef235f8 [2020-08-15T03:13:21.532Z] ---> 45a0e01f2079 [2020-08-15T03:13:21.532Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-15T03:13:21.794Z] ---> afcacda695dd [2020-08-15T03:13:21.794Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-08-15T03:13:21.794Z] ---> Running in acca72b2829c [2020-08-15T03:13:21.794Z] ---> Running in d7dc28b84e5b [2020-08-15T03:13:21.794Z] ---> ea38c030960b [2020-08-15T03:13:21.794Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-08-15T03:13:22.371Z] Removing intermediate container 2049ca591377 [2020-08-15T03:13:22.371Z] ---> 8da8a1b5c097 [2020-08-15T03:13:22.371Z] Step 19/20 : LABEL git_sha=6d97bc60ab52e7107df88a754bad392e725fd52e [2020-08-15T03:13:22.371Z] Removing intermediate container acca72b2829c [2020-08-15T03:13:22.371Z] ---> 40d877ece25a [2020-08-15T03:13:22.371Z] Step 19/21 : LABEL arch=x86_64 [2020-08-15T03:13:22.371Z] ---> 6f0dfc26f06c [2020-08-15T03:13:22.371Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-08-15T03:13:22.634Z] ---> f7dd20f41162 [2020-08-15T03:13:22.634Z] Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-08-15T03:13:22.634Z] Removing intermediate container d7dc28b84e5b [2020-08-15T03:13:22.634Z] ---> c3b8b347bc5a [2020-08-15T03:13:22.634Z] Step 13/26 : WORKDIR / [2020-08-15T03:13:22.634Z] ---> Running in 435e88833490 [2020-08-15T03:13:22.634Z] ---> Running in b07ecdb15f01 [2020-08-15T03:13:22.897Z] ---> Running in fde4771e0583 [2020-08-15T03:13:22.897Z] ---> 6d4323b706b6 [2020-08-15T03:13:22.897Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-08-15T03:13:22.897Z] ---> 7e50920601ab [2020-08-15T03:13:22.897Z] Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-15T03:13:23.159Z] Removing intermediate container 435e88833490 [2020-08-15T03:13:23.159Z] ---> ed969ffd19b2 [2020-08-15T03:13:23.159Z] Step 20/20 : LABEL version=0.0.0 [2020-08-15T03:13:23.159Z] Removing intermediate container b07ecdb15f01 [2020-08-15T03:13:23.159Z] ---> 36bf2ce13b8f [2020-08-15T03:13:23.159Z] Step 20/21 : LABEL git_sha=6d97bc60ab52e7107df88a754bad392e725fd52e [2020-08-15T03:13:23.159Z] ---> Running in 3dd3a6462edd [2020-08-15T03:13:23.159Z] ---> Running in 18f536fd9d20 [2020-08-15T03:13:23.159Z] Removing intermediate container fde4771e0583 [2020-08-15T03:13:23.159Z] ---> 3469f49b867d [2020-08-15T03:13:23.159Z] Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-08-15T03:13:23.159Z] ---> Running in 9f50451408b5 [2020-08-15T03:13:23.423Z] ---> 68775a16fd9c [2020-08-15T03:13:23.423Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-08-15T03:13:23.423Z] Removing intermediate container 3dd3a6462edd [2020-08-15T03:13:23.423Z] ---> c7643d6a5017 [2020-08-15T03:13:23.423Z] Step 21/23 : LABEL arch=x86_64 [2020-08-15T03:13:23.684Z] ---> Running in 4eac757a5396 [2020-08-15T03:13:23.684Z] Removing intermediate container 9f50451408b5 [2020-08-15T03:13:23.684Z] ---> 14d6a62d0b00 [2020-08-15T03:13:23.684Z] Step 21/21 : LABEL version=0.0.0 [2020-08-15T03:13:23.944Z] Removing intermediate container 18f536fd9d20 [2020-08-15T03:13:23.945Z] ---> 1b0debfc1411 [2020-08-15T03:13:23.945Z] [2020-08-15T03:13:23.945Z] ---> 06f3bdf27096 [2020-08-15T03:13:23.945Z] Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-08-15T03:13:23.945Z] Successfully built 1b0debfc1411 [2020-08-15T03:13:24.207Z] Successfully tagged docker-support-scheduler-go:latest [2020-08-15T03:13:24.207Z] ---> Running in ce2b4ebb57a7 [2020-08-15T03:13:24.207Z] Building docker-core-data-go [2020-08-15T03:13:24.207Z]  Building docker-support-scheduler-go ... done  ---> Running in 3e32dc3e116a [2020-08-15T03:13:24.207Z] ---> 9018f8768de9 [2020-08-15T03:13:24.207Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-08-15T03:13:24.469Z] Removing intermediate container 3e32dc3e116a [2020-08-15T03:13:24.469Z] ---> 69772d754931 [2020-08-15T03:13:24.469Z] [2020-08-15T03:13:24.469Z] Removing intermediate container ce2b4ebb57a7 [2020-08-15T03:13:24.469Z] ---> 8a11e3942ac3 [2020-08-15T03:13:24.469Z] Step 22/23 : LABEL git_sha=6d97bc60ab52e7107df88a754bad392e725fd52e [2020-08-15T03:13:24.730Z] Successfully built 69772d754931 [2020-08-15T03:13:24.730Z] ---> Running in 6d6875605670 [2020-08-15T03:13:24.730Z] Successfully tagged docker-core-metadata-go:latest [2020-08-15T03:13:24.730Z] Building docker-core-command-go [2020-08-15T03:13:24.994Z]  Building docker-core-metadata-go ... done  ---> 0c58a240ba56 [2020-08-15T03:13:24.994Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-08-15T03:13:25.257Z] Removing intermediate container 6d6875605670 [2020-08-15T03:13:25.257Z] ---> be48e89b5772 [2020-08-15T03:13:25.257Z] Step 23/23 : LABEL version=0.0.0 [2020-08-15T03:13:28.575Z] ---> Running in 01f081f1282c [2020-08-15T03:13:30.053Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-08-15T03:13:30.490Z] ---> cd8e63fb51f5 [2020-08-15T03:13:30.490Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-08-15T03:13:30.490Z] Removing intermediate container 4eac757a5396 [2020-08-15T03:13:30.490Z] ---> 0f7c5ff70a52 [2020-08-15T03:13:30.490Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-08-15T03:13:31.446Z] Removing intermediate container 01f081f1282c [2020-08-15T03:13:31.446Z] ---> 15e8b4299e5d [2020-08-15T03:13:31.446Z] [2020-08-15T03:13:31.446Z] Successfully built 15e8b4299e5d [2020-08-15T03:13:32.834Z] Successfully tagged docker-support-notifications-go:latest [2020-08-15T03:13:32.834Z]  Building docker-support-notifications-go ... done Building docker-sys-mgmt-agent-go [2020-08-15T03:13:37.063Z] ---> 74d982df2256 [2020-08-15T03:13:37.063Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-15T03:13:39.625Z] ---> c1ab6a5a3e27 [2020-08-15T03:13:39.625Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-08-15T03:13:41.037Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-15T03:13:41.037Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-15T03:13:41.037Z] ---> f072d36c96a6 [2020-08-15T03:13:41.037Z] Step 3/21 : WORKDIR /edgex-go [2020-08-15T03:13:41.037Z] ---> Using cache [2020-08-15T03:13:41.037Z] ---> 0bb9cf2a6a18 [2020-08-15T03:13:41.037Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-15T03:13:41.037Z] ---> Using cache [2020-08-15T03:13:41.037Z] ---> 1e2274faffaa [2020-08-15T03:13:41.037Z] Step 5/21 : RUN apk update && apk add make git [2020-08-15T03:13:41.037Z] ---> Using cache [2020-08-15T03:13:41.037Z] ---> b593722a18b9 [2020-08-15T03:13:41.037Z] Step 6/21 : COPY go.mod . [2020-08-15T03:13:41.306Z] ---> Using cache [2020-08-15T03:13:41.306Z] ---> 0c963eb2e6cf [2020-08-15T03:13:41.306Z] Step 7/21 : RUN go mod download [2020-08-15T03:13:41.306Z] ---> Using cache [2020-08-15T03:13:41.306Z] ---> bea76a1a031b [2020-08-15T03:13:41.306Z] Step 8/21 : COPY . . [2020-08-15T03:13:41.306Z] ---> Using cache [2020-08-15T03:13:41.306Z] ---> 8455bc5488e0 [2020-08-15T03:13:41.306Z] Step 9/21 : RUN make cmd/core-command/core-command [2020-08-15T03:13:41.567Z] ---> Running in 3d76948ec856 [2020-08-15T03:13:42.137Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-15T03:13:42.137Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-08-15T03:13:42.137Z] ---> f072d36c96a6 [2020-08-15T03:13:42.137Z] Step 3/22 : WORKDIR /edgex-go [2020-08-15T03:13:42.137Z] ---> Using cache [2020-08-15T03:13:42.137Z] ---> 0bb9cf2a6a18 [2020-08-15T03:13:42.137Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-15T03:13:42.137Z] ---> Using cache [2020-08-15T03:13:42.137Z] ---> 1e2274faffaa [2020-08-15T03:13:42.137Z] Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-08-15T03:13:43.524Z] ---> Running in 83e79282c3e5 [2020-08-15T03:13:43.524Z] ---> Running in c604fe927727 [2020-08-15T03:13:43.805Z] ---> c8934c636982 [2020-08-15T03:13:43.805Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-08-15T03:13:45.181Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-08-15T03:13:45.181Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-08-15T03:13:45.181Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-08-15T03:13:45.181Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-08-15T03:13:45.181Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.035s [2020-08-15T03:13:45.181Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-08-15T03:13:45.181Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-08-15T03:13:45.181Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-08-15T03:13:45.181Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-08-15T03:13:45.181Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-08-15T03:13:45.181Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-08-15T03:13:45.181Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-08-15T03:13:45.181Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-08-15T03:13:46.494Z] ---> d9d14c3d40e5 [2020-08-15T03:13:46.494Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-08-15T03:13:46.494Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-15T03:13:46.825Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-15T03:13:47.088Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-08-15T03:13:47.352Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-15T03:13:47.352Z] v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-15T03:13:47.352Z] OK: 12749 distinct packages available [2020-08-15T03:13:47.616Z] OK: 233 MiB in 51 packages [2020-08-15T03:13:47.616Z] ---> c79540cc9042 [2020-08-15T03:13:47.616Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-15T03:13:48.569Z] ---> Running in f54c60a79cea [2020-08-15T03:13:49.527Z] Removing intermediate container 3d76948ec856 [2020-08-15T03:13:49.527Z] ---> e7be12dcff32 [2020-08-15T03:13:49.527Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-08-15T03:13:49.788Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-15T03:13:49.788Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-08-15T03:13:49.788Z] ---> f072d36c96a6 [2020-08-15T03:13:49.788Z] Step 3/26 : WORKDIR /edgex-go [2020-08-15T03:13:49.788Z] ---> Using cache [2020-08-15T03:13:49.788Z] ---> 0bb9cf2a6a18 [2020-08-15T03:13:49.788Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-15T03:13:49.788Z] ---> Using cache [2020-08-15T03:13:49.788Z] ---> 1e2274faffaa [2020-08-15T03:13:49.788Z] Step 5/26 : RUN apk update && apk add make bash git [2020-08-15T03:13:50.737Z] ---> Running in cd5b20072dee [2020-08-15T03:13:50.737Z] ---> Running in f44bb4bd2e42 [2020-08-15T03:13:51.010Z] Removing intermediate container 83e79282c3e5 [2020-08-15T03:13:51.010Z] ---> cdb047b8ae1c [2020-08-15T03:13:51.010Z] Step 6/22 : COPY go.mod . [2020-08-15T03:13:51.608Z] ---> d29b3b5c9ffa [2020-08-15T03:13:51.608Z] Step 7/22 : RUN go mod download [2020-08-15T03:13:51.608Z] ---> Running in a5f4e59f8e97 [2020-08-15T03:13:53.049Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-15T03:13:53.336Z] Removing intermediate container f54c60a79cea [2020-08-15T03:13:53.336Z] ---> c22d94f30511 [2020-08-15T03:13:53.336Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-08-15T03:13:53.510Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.081s coverage: 46.6% of statements [2020-08-15T03:13:53.510Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-08-15T03:13:53.510Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-08-15T03:13:53.510Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-08-15T03:13:53.510Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-08-15T03:13:53.510Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-08-15T03:13:53.614Z] ---> Running in f7667967935a [2020-08-15T03:13:53.614Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-15T03:13:53.896Z] Removing intermediate container f7667967935a [2020-08-15T03:13:53.896Z] ---> bfd1d53e45be [2020-08-15T03:13:53.896Z] Step 24/26 : LABEL arch=x86_64 [2020-08-15T03:13:53.896Z] Removing intermediate container cd5b20072dee [2020-08-15T03:13:53.896Z] ---> 3761c832d762 [2020-08-15T03:13:53.896Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-08-15T03:13:54.184Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-15T03:13:54.184Z] v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-15T03:13:54.184Z] OK: 12749 distinct packages available [2020-08-15T03:13:54.184Z] ---> Running in ecacc0de591e [2020-08-15T03:13:54.184Z] ---> Running in f0d071b8e22d [2020-08-15T03:13:54.184Z] Removing intermediate container a5f4e59f8e97 [2020-08-15T03:13:54.184Z] ---> 80ddc7d953d2 [2020-08-15T03:13:54.184Z] Step 8/22 : COPY . . [2020-08-15T03:13:54.469Z] OK: 233 MiB in 51 packages [2020-08-15T03:13:54.469Z] Removing intermediate container f0d071b8e22d [2020-08-15T03:13:54.469Z] ---> bd6adda92078 [2020-08-15T03:13:54.469Z] Step 26/29 : CMD [ "generate" ] [2020-08-15T03:13:54.469Z] Removing intermediate container ecacc0de591e [2020-08-15T03:13:54.469Z] ---> 2e9d52e2b86b [2020-08-15T03:13:54.469Z] Step 25/26 : LABEL git_sha=6d97bc60ab52e7107df88a754bad392e725fd52e [2020-08-15T03:13:54.469Z] ---> Running in 31aea9bd0bf9 [2020-08-15T03:13:54.469Z] ---> Running in fd80d11b85d5 [2020-08-15T03:13:57.855Z] Removing intermediate container 31aea9bd0bf9 [2020-08-15T03:13:57.855Z] ---> a02682c2d52d [2020-08-15T03:13:57.855Z] Step 27/29 : LABEL arch=x86_64 [2020-08-15T03:13:58.801Z] Removing intermediate container fd80d11b85d5 [2020-08-15T03:13:58.801Z] ---> 38efd0f85cca [2020-08-15T03:13:58.801Z] Step 26/26 : LABEL version=0.0.0 [2020-08-15T03:14:00.726Z] Removing intermediate container f44bb4bd2e42 [2020-08-15T03:14:00.726Z] ---> 757201da1c04 [2020-08-15T03:14:00.726Z] Step 6/26 : COPY go.mod . [2020-08-15T03:14:00.726Z] ---> Running in db7eddcd4dfb [2020-08-15T03:14:00.726Z] ---> Running in 11ef3f469e2b [2020-08-15T03:14:01.827Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.195s coverage: 27.3% of statements [2020-08-15T03:14:01.827Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-08-15T03:14:01.827Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-08-15T03:14:01.827Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-08-15T03:14:01.827Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-08-15T03:14:01.827Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-08-15T03:14:01.827Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-08-15T03:14:01.827Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.060s coverage: 100.0% of statements [2020-08-15T03:14:01.827Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-08-15T03:14:01.827Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.022s coverage: 100.0% of statements [2020-08-15T03:14:01.827Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-08-15T03:14:02.431Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.331s coverage: 28.6% of statements [2020-08-15T03:14:02.431Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-08-15T03:14:02.431Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-08-15T03:14:02.431Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-08-15T03:14:02.431Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-08-15T03:14:02.431Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-08-15T03:14:02.431Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.042s coverage: 100.0% of statements [2020-08-15T03:14:02.431Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-08-15T03:14:02.431Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.025s coverage: 100.0% of statements [2020-08-15T03:14:02.431Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-08-15T03:14:03.279Z] ---> 4a57deb1ddbe [2020-08-15T03:14:03.279Z] Step 7/26 : RUN go mod download [2020-08-15T03:14:03.279Z] Removing intermediate container db7eddcd4dfb [2020-08-15T03:14:03.279Z] ---> 14bf2a5a9eb7 [2020-08-15T03:14:03.279Z] Step 28/29 : LABEL git_sha=6d97bc60ab52e7107df88a754bad392e725fd52e [2020-08-15T03:14:03.279Z] Removing intermediate container 11ef3f469e2b [2020-08-15T03:14:03.279Z] ---> 4caa2c7ac1d5 [2020-08-15T03:14:03.279Z] [2020-08-15T03:14:03.540Z] Successfully built 4caa2c7ac1d5 [2020-08-15T03:14:03.889Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.084s coverage: 89.8% of statements [2020-08-15T03:14:03.889Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-08-15T03:14:04.496Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-08-15T03:14:04.496Z]  Building docker-security-secretstore-setup-go ... done Building docker-support-logging-go [2020-08-15T03:14:05.342Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.141s coverage: 97.5% of statements [2020-08-15T03:14:05.342Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-08-15T03:14:06.641Z] ---> Running in 675dd00f14bd [2020-08-15T03:14:06.641Z] ---> Running in 2cb0f63fa3ec [2020-08-15T03:14:06.800Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.052s coverage: 100.0% of statements [2020-08-15T03:14:06.800Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-08-15T03:14:06.800Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-08-15T03:14:06.800Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-08-15T03:14:06.800Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-08-15T03:14:06.800Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-08-15T03:14:06.800Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-08-15T03:14:06.800Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-08-15T03:14:06.800Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-08-15T03:14:06.800Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-08-15T03:14:06.800Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-08-15T03:14:06.800Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-08-15T03:14:06.800Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-08-15T03:14:06.800Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-08-15T03:14:06.800Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-08-15T03:14:06.800Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-08-15T03:14:06.800Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-08-15T03:14:06.800Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-08-15T03:14:07.402Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.024s coverage: 58.8% of statements [2020-08-15T03:14:10.822Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.162s coverage: 63.5% of statements [2020-08-15T03:14:10.822Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-08-15T03:14:10.822Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-08-15T03:14:10.822Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.018s coverage: 100.0% of statements [2020-08-15T03:14:12.195Z] Removing intermediate container 2cb0f63fa3ec [2020-08-15T03:14:12.196Z] ---> 2640e4eb6dd5 [2020-08-15T03:14:12.196Z] Step 29/29 : LABEL version=0.0.0 [2020-08-15T03:14:12.832Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.318s coverage: 55.9% of statements [2020-08-15T03:14:12.832Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-08-15T03:14:12.832Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-08-15T03:14:12.833Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-08-15T03:14:12.833Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-08-15T03:14:13.606Z] ---> Running in 815964ae33c7 [2020-08-15T03:14:15.775Z] Removing intermediate container 815964ae33c7 [2020-08-15T03:14:15.776Z] ---> 6e8cd0878baf [2020-08-15T03:14:15.776Z] [2020-08-15T03:14:16.285Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 4.628s coverage: 86.3% of statements [2020-08-15T03:14:16.285Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-08-15T03:14:16.285Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.160s coverage: 72.2% of statements [2020-08-15T03:14:16.285Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.360s coverage: 72.1% of statements [2020-08-15T03:14:16.561Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.069s coverage: 82.4% of statements [2020-08-15T03:14:16.733Z] Successfully built 6e8cd0878baf [2020-08-15T03:14:17.683Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-08-15T03:14:17.683Z]  Building docker-security-secrets-setup-go ... done Building docker-security-proxy-setup-go [2020-08-15T03:14:18.014Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.087s coverage: 48.4% of statements [2020-08-15T03:14:18.014Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-08-15T03:14:18.014Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-08-15T03:14:18.014Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-08-15T03:14:18.617Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.056s coverage: 28.8% of statements [2020-08-15T03:14:18.617Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-08-15T03:14:20.620Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.033s coverage: 96.8% of statements [2020-08-15T03:14:20.620Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-08-15T03:14:22.619Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.099s coverage: 26.9% of statements [2020-08-15T03:14:22.619Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-08-15T03:14:22.619Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-08-15T03:14:22.619Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.364s coverage: 84.1% of statements [2020-08-15T03:14:24.075Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.032s coverage: 100.0% of statements [2020-08-15T03:14:24.541Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-15T03:14:24.541Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-15T03:14:24.541Z] ---> f072d36c96a6 [2020-08-15T03:14:24.541Z] Step 3/21 : WORKDIR /edgex-go [2020-08-15T03:14:24.541Z] ---> Using cache [2020-08-15T03:14:24.541Z] ---> 0bb9cf2a6a18 [2020-08-15T03:14:24.541Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-15T03:14:24.541Z] ---> Using cache [2020-08-15T03:14:24.541Z] ---> 1e2274faffaa [2020-08-15T03:14:24.541Z] Step 5/21 : RUN apk update && apk add make && apk add bash git [2020-08-15T03:14:24.686Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.073s coverage: 42.9% of statements [2020-08-15T03:14:24.686Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-08-15T03:14:24.686Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-08-15T03:14:26.001Z] ---> Running in 1aa2d137b258 [2020-08-15T03:14:26.001Z] Removing intermediate container 675dd00f14bd [2020-08-15T03:14:26.001Z] ---> da132ae7b774 [2020-08-15T03:14:26.001Z] Step 8/26 : COPY . . [2020-08-15T03:14:26.130Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.043s coverage: 100.0% of statements [2020-08-15T03:14:26.130Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-08-15T03:14:26.263Z] ---> 3782c4adbe44 [2020-08-15T03:14:26.263Z] Step 9/22 : RUN make cmd/core-data/core-data [2020-08-15T03:14:26.263Z] Removing intermediate container c604fe927727 [2020-08-15T03:14:26.263Z] ---> b2d541e0b90f [2020-08-15T03:14:26.263Z] [2020-08-15T03:14:26.263Z] Step 10/21 : FROM scratch [2020-08-15T03:14:26.263Z] ---> [2020-08-15T03:14:26.263Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-15T03:14:26.527Z] ---> Running in 9339e8fccf8a [2020-08-15T03:14:26.730Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.065s coverage: 83.8% of statements [2020-08-15T03:14:26.730Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-08-15T03:14:27.481Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-15T03:14:28.436Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-15T03:14:29.028Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-15T03:14:29.028Z] v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-15T03:14:29.028Z] OK: 12749 distinct packages available [2020-08-15T03:14:29.290Z] OK: 233 MiB in 51 packages [2020-08-15T03:14:29.551Z] ---> Using cache [2020-08-15T03:14:29.551Z] ---> 3da0ae2f26cd [2020-08-15T03:14:29.551Z] Step 12/21 : ENV APP_PORT=48082 [2020-08-15T03:14:30.124Z] OK: 233 MiB in 51 packages [2020-08-15T03:14:30.724Z] ---> Running in d84efa0b8276 [2020-08-15T03:14:30.991Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-08-15T03:14:32.173Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.104s coverage: 46.1% of statements [2020-08-15T03:14:32.173Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-08-15T03:14:32.173Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-08-15T03:14:32.173Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.043s coverage: 100.0% of statements [2020-08-15T03:14:32.173Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-08-15T03:14:32.173Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-08-15T03:14:32.173Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-08-15T03:14:32.173Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.058s coverage: 100.0% of statements [2020-08-15T03:14:32.173Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-08-15T03:14:32.173Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.071s coverage: 100.0% of statements [2020-08-15T03:14:32.173Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-08-15T03:14:32.928Z] Removing intermediate container d84efa0b8276 [2020-08-15T03:14:32.928Z] ---> db721707ef4a [2020-08-15T03:14:32.928Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-15T03:14:34.337Z] ---> Running in 0d96022a7727 [2020-08-15T03:14:35.769Z] Removing intermediate container 1aa2d137b258 [2020-08-15T03:14:35.769Z] ---> 8531199eec98 [2020-08-15T03:14:35.769Z] Step 6/21 : COPY go.mod . [2020-08-15T03:14:36.366Z] Removing intermediate container 0d96022a7727 [2020-08-15T03:14:36.366Z] ---> 3f27fd25ed74 [2020-08-15T03:14:36.366Z] Step 14/21 : WORKDIR / [2020-08-15T03:14:36.366Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-15T03:14:36.366Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-08-15T03:14:36.366Z] ---> f072d36c96a6 [2020-08-15T03:14:36.366Z] Step 3/20 : WORKDIR /edgex-go [2020-08-15T03:14:36.366Z] ---> Using cache [2020-08-15T03:14:36.366Z] ---> 0bb9cf2a6a18 [2020-08-15T03:14:36.366Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-15T03:14:36.366Z] ---> Using cache [2020-08-15T03:14:36.366Z] ---> 1e2274faffaa [2020-08-15T03:14:36.366Z] Step 5/20 : RUN apk update && apk add make git [2020-08-15T03:14:36.366Z] ---> Using cache [2020-08-15T03:14:36.366Z] ---> b593722a18b9 [2020-08-15T03:14:36.366Z] Step 6/20 : COPY go.mod . [2020-08-15T03:14:36.366Z] ---> Using cache [2020-08-15T03:14:36.366Z] ---> 0c963eb2e6cf [2020-08-15T03:14:36.366Z] Step 7/20 : RUN go mod download [2020-08-15T03:14:36.366Z] ---> Using cache [2020-08-15T03:14:36.366Z] ---> bea76a1a031b [2020-08-15T03:14:36.366Z] Step 8/20 : COPY . . [2020-08-15T03:14:37.328Z] ---> Using cache [2020-08-15T03:14:37.328Z] ---> 8455bc5488e0 [2020-08-15T03:14:37.328Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-08-15T03:14:37.617Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.251s coverage: 29.1% of statements [2020-08-15T03:14:37.617Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-08-15T03:14:37.617Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-08-15T03:14:37.617Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-08-15T03:14:37.617Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-08-15T03:14:37.617Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-08-15T03:14:37.617Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.060s coverage: 99.0% of statements [2020-08-15T03:14:37.617Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-08-15T03:14:37.617Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.050s coverage: 100.0% of statements [2020-08-15T03:14:37.617Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-08-15T03:14:37.617Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.014s coverage: 0.0% of statements [2020-08-15T03:14:37.617Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-08-15T03:14:37.907Z] ---> f947d2be2762 [2020-08-15T03:14:37.908Z] Step 7/21 : RUN go mod download [2020-08-15T03:14:38.492Z] ---> Running in 64ba839ddeef [2020-08-15T03:14:38.777Z] ---> Running in b696cba6aa29 [2020-08-15T03:14:38.777Z] ---> Running in e82c6e9c0768 [2020-08-15T03:14:39.039Z] Removing intermediate container 64ba839ddeef [2020-08-15T03:14:39.039Z] ---> adb45d49be7b [2020-08-15T03:14:39.039Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-08-15T03:14:39.065Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.016s coverage: 100.0% of statements [2020-08-15T03:14:39.065Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-08-15T03:14:39.065Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-08-15T03:14:39.065Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-08-15T03:14:39.065Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-08-15T03:14:39.660Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.028s coverage: 87.9% of statements [2020-08-15T03:14:39.660Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-08-15T03:14:39.660Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-08-15T03:14:39.660Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.038s coverage: 100.0% of statements [2020-08-15T03:14:40.475Z] ---> 329cbed78e28 [2020-08-15T03:14:40.475Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-08-15T03:14:40.475Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-08-15T03:14:40.643Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.021s coverage: 32.1% of statements [2020-08-15T03:14:42.061Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.028s coverage: 100.0% of statements [2020-08-15T03:14:42.661Z] GO111MODULE=on go vet ./... [2020-08-15T03:14:43.877Z] ---> c05113333fba [2020-08-15T03:14:43.878Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-08-15T03:14:47.265Z] ---> 851456aa31f7 [2020-08-15T03:14:47.265Z] Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-15T03:14:47.265Z] Removing intermediate container e82c6e9c0768 [2020-08-15T03:14:47.265Z] ---> c396b86d7520 [2020-08-15T03:14:47.265Z] Step 8/21 : COPY . . [2020-08-15T03:14:47.861Z] ---> Running in c795645f7375 [2020-08-15T03:14:48.128Z] ---> 5208ba6a9652 [2020-08-15T03:14:48.128Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-08-15T03:14:48.749Z] ---> Running in 3c41291deba9 [2020-08-15T03:14:49.018Z] Removing intermediate container c795645f7375 [2020-08-15T03:14:49.018Z] ---> b24d45f49856 [2020-08-15T03:14:49.018Z] Step 19/21 : LABEL arch=x86_64 [2020-08-15T03:14:51.618Z] ---> Running in fe7c3854b948 [2020-08-15T03:14:52.574Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-08-15T03:14:54.517Z] Removing intermediate container fe7c3854b948 [2020-08-15T03:14:54.517Z] ---> f4e0df757db3 [2020-08-15T03:14:54.517Z] Step 20/21 : LABEL git_sha=6d97bc60ab52e7107df88a754bad392e725fd52e [2020-08-15T03:14:56.490Z] ---> Running in dc66b7de480f [2020-08-15T03:14:59.098Z] Removing intermediate container dc66b7de480f [2020-08-15T03:14:59.098Z] ---> e8aa20cdc154 [2020-08-15T03:14:59.098Z] Step 21/21 : LABEL version=0.0.0 [2020-08-15T03:15:00.995Z] gofmt -l . [2020-08-15T03:15:00.995Z] [ "`gofmt -l .`" = "" ] [2020-08-15T03:15:03.066Z] ./bin/test-go-mod-tidy.sh [2020-08-15T03:15:03.422Z] ---> Running in 005906a2ec36 [2020-08-15T03:15:04.074Z] ./bin/test-attribution-txt.sh [2020-08-15T03:15:04.390Z] Removing intermediate container 005906a2ec36 [2020-08-15T03:15:04.390Z] ---> ae3d4031e539 [2020-08-15T03:15:04.390Z] [2020-08-15T03:15:05.785Z] Successfully built ae3d4031e539 [2020-08-15T03:15:05.785Z] Successfully tagged docker-core-command-go:latest [Pipeline] sh [2020-08-15T03:15:07.377Z] + ls -al . [2020-08-15T03:15:07.377Z] total 588 [2020-08-15T03:15:07.377Z] drwxrwxr-x 10 1001 1001 4096 Aug 15 03:15 . [2020-08-15T03:15:07.377Z] drwxr-xr-x 4 root root 4096 Aug 15 03:12 .. [2020-08-15T03:15:07.377Z] -rw-rw-r-- 1 1001 1001 11 Aug 15 03:11 .dockerignore [2020-08-15T03:15:07.377Z] drwxrwxr-x 8 1001 1001 4096 Aug 15 03:11 .git [2020-08-15T03:15:07.377Z] drwxrwxr-x 3 1001 1001 4096 Aug 15 03:11 .github [2020-08-15T03:15:07.377Z] -rw-rw-r-- 1 1001 1001 932 Aug 15 03:11 .gitignore [2020-08-15T03:15:07.377Z] drwxrwxr-x 3 1001 1001 4096 Aug 15 03:11 .semver [2020-08-15T03:15:07.377Z] -rw-rw-r-- 1 1001 1001 166 Aug 15 03:11 .sonarcloud.properties [2020-08-15T03:15:07.377Z] -rw-rw-r-- 1 1001 1001 3804 Aug 15 03:11 CONTRIBUTING.md [2020-08-15T03:15:07.377Z] -rw-rw-r-- 1 1001 1001 1035 Aug 15 03:11 Dockerfile.build [2020-08-15T03:15:07.377Z] -rw-rw-r-- 1 1001 1001 865 Aug 15 03:11 Jenkinsfile [2020-08-15T03:15:07.377Z] -rw-rw-r-- 1 1001 1001 10775 Aug 15 03:11 LICENSE [2020-08-15T03:15:07.377Z] -rw-rw-r-- 1 1001 1001 6237 Aug 15 03:11 Makefile [2020-08-15T03:15:07.377Z] -rw-rw-r-- 1 1001 1001 5652 Aug 15 03:11 README.md [2020-08-15T03:15:07.377Z] -rw-rw-r-- 1 1001 1001 7111 Aug 15 03:11 SECURITY.md [2020-08-15T03:15:07.377Z] -rw-rw-r-- 1 1001 1001 5 Aug 15 03:08 VERSION [2020-08-15T03:15:07.377Z] -rw-rw-r-- 1 1001 1001 4131 Aug 15 03:11 ZMQWindows.md [2020-08-15T03:15:07.377Z] drwxrwxr-x 2 1001 1001 4096 Aug 15 03:11 bin [2020-08-15T03:15:07.377Z] drwxrwxr-x 15 1001 1001 4096 Aug 15 03:11 cmd [2020-08-15T03:15:07.377Z] -rw-r--r-- 1 root root 455803 Aug 15 03:14 coverage.out [2020-08-15T03:15:07.377Z] -rw-r--r-- 1 root root 1019 Aug 15 03:15 go.mod [2020-08-15T03:15:07.377Z] -rw-r--r-- 1 root root 18146 Aug 15 03:15 go.sum [2020-08-15T03:15:07.377Z] drwxrwxr-x 8 1001 1001 4096 Aug 15 03:11 internal [2020-08-15T03:15:07.377Z] drwxrwxr-x 4 1001 1001 4096 Aug 15 03:11 openapi [2020-08-15T03:15:07.377Z] drwxrwxr-x 4 1001 1001 4096 Aug 15 03:11 snap [2020-08-15T03:15:07.377Z] -rw-rw-r-- 1 1001 1001 168 Aug 15 03:11 version.go [Pipeline] sh [2020-08-15T03:15:08.033Z] + '[' -e coverage.out ] [2020-08-15T03:15:08.034Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-08-15T03:15:08.090Z] Warning: overwriting stash ‘coverage-report’ [2020-08-15T03:15:08.355Z]  Building docker-core-command-go ... done  ---> f75eb5fa9deb [2020-08-15T03:15:08.355Z] Step 9/21 : RUN make cmd/support-logging/support-logging [2020-08-15T03:15:09.029Z] Stashed 1 file(s) [Pipeline] sh [2020-08-15T03:15:09.305Z] ---> Running in 3fec30d20e3b [2020-08-15T03:15:09.675Z] + make build [2020-08-15T03:15:09.675Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-08-15T03:15:10.247Z] Removing intermediate container b696cba6aa29 [2020-08-15T03:15:10.247Z] ---> 3d24c8a6ed6e [2020-08-15T03:15:10.247Z] [2020-08-15T03:15:10.247Z] Step 10/20 : FROM alpine [2020-08-15T03:15:10.247Z] ---> a24bb4013296 [2020-08-15T03:15:10.247Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-08-15T03:15:10.820Z] ---> Running in ff8ff0a642af [2020-08-15T03:15:10.820Z] Removing intermediate container 9339e8fccf8a [2020-08-15T03:15:10.820Z] ---> 9d6c38f023fd [2020-08-15T03:15:10.820Z] [2020-08-15T03:15:10.820Z] Step 10/22 : FROM alpine [2020-08-15T03:15:10.820Z] ---> a24bb4013296 [2020-08-15T03:15:10.820Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-15T03:15:11.086Z] ---> Running in ed19fa767be4 [2020-08-15T03:15:11.086Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-08-15T03:15:11.353Z] Removing intermediate container ed19fa767be4 [2020-08-15T03:15:11.353Z] ---> f23485f44947 [2020-08-15T03:15:11.353Z] Step 12/22 : ENV APP_PORT=48080 [2020-08-15T03:15:11.353Z] ---> Running in 636de7ba3f7d [2020-08-15T03:15:11.618Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-15T03:15:11.618Z] Removing intermediate container 636de7ba3f7d [2020-08-15T03:15:11.618Z] ---> b19a8f029d2b [2020-08-15T03:15:11.618Z] Step 13/22 : EXPOSE $APP_PORT [2020-08-15T03:15:11.618Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-15T03:15:11.882Z] v3.12.0-240-g35a7b2e977 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-15T03:15:11.882Z] v3.12.0-241-g30378ef162 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-15T03:15:11.882Z] OK: 12749 distinct packages available [2020-08-15T03:15:12.156Z] (1/4) Installing ca-certificates (20191127-r4) [2020-08-15T03:15:12.156Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-08-15T03:15:12.156Z] (3/4) Installing libcurl (7.69.1-r0) [2020-08-15T03:15:12.156Z] (4/4) Installing curl (7.69.1-r0) [2020-08-15T03:15:12.156Z] Executing busybox-1.31.1-r16.trigger [2020-08-15T03:15:12.156Z] Executing ca-certificates-20191127-r4.trigger [2020-08-15T03:15:12.423Z] OK: 7 MiB in 18 packages [2020-08-15T03:15:14.374Z] ---> Running in 1c602f513367 [2020-08-15T03:15:14.374Z] Removing intermediate container 3c41291deba9 [2020-08-15T03:15:14.374Z] ---> 1df31d8d1465 [2020-08-15T03:15:14.374Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-08-15T03:15:14.647Z] ---> Running in 4f4525c2d692 [2020-08-15T03:15:15.606Z] Removing intermediate container 1c602f513367 [2020-08-15T03:15:15.606Z] ---> c079a0078377 [2020-08-15T03:15:15.606Z] Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-15T03:15:15.884Z] ---> Running in 9dcd77d1524b [2020-08-15T03:15:15.884Z] Removing intermediate container ff8ff0a642af [2020-08-15T03:15:15.884Z] ---> 2eaeaa4a3350 [2020-08-15T03:15:15.884Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-15T03:15:16.154Z] ---> Running in 458a1bcd8d8d [2020-08-15T03:15:16.431Z] Removing intermediate container 458a1bcd8d8d [2020-08-15T03:15:16.431Z] ---> cf8111414d9b [2020-08-15T03:15:16.431Z] Step 13/20 : WORKDIR /edgex [2020-08-15T03:15:16.431Z] ---> Running in 5bdf3730bde4 [2020-08-15T03:15:17.025Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-08-15T03:15:17.025Z] Removing intermediate container 5bdf3730bde4 [2020-08-15T03:15:17.025Z] ---> cea447651ebe [2020-08-15T03:15:17.025Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-08-15T03:15:17.316Z] ---> a2a4c0786995 [2020-08-15T03:15:17.316Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-08-15T03:15:17.902Z] Removing intermediate container 9dcd77d1524b [2020-08-15T03:15:17.902Z] ---> edb7cb123fa6 [2020-08-15T03:15:17.902Z] Step 15/22 : RUN apk --no-cache add zeromq [2020-08-15T03:15:18.175Z] ---> Running in 8484423d8aac [2020-08-15T03:15:18.175Z] ---> 497363471eed [2020-08-15T03:15:18.175Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-08-15T03:15:18.175Z] ---> Running in 1e10838fe469 [2020-08-15T03:15:18.802Z] Removing intermediate container 1e10838fe469 [2020-08-15T03:15:18.802Z] ---> 55045de7f791 [2020-08-15T03:15:18.802Z] Step 17/20 : CMD ["--init=true"] [2020-08-15T03:15:18.802Z] ---> Running in d6fef88b1af7 [2020-08-15T03:15:19.066Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-15T03:15:19.638Z] Removing intermediate container d6fef88b1af7 [2020-08-15T03:15:19.638Z] ---> 3c52c997ca01 [2020-08-15T03:15:19.638Z] Step 18/20 : LABEL arch=x86_64 [2020-08-15T03:15:19.638Z] Removing intermediate container 4f4525c2d692 [2020-08-15T03:15:19.638Z] ---> 998a00046701 [2020-08-15T03:15:19.638Z] [2020-08-15T03:15:19.638Z] Step 11/26 : FROM docker:latest [2020-08-15T03:15:19.638Z] ---> 81f5749c9058 [2020-08-15T03:15:19.638Z] Step 12/26 : RUN apk add --no-cache bash [2020-08-15T03:15:19.638Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-15T03:15:19.905Z] ---> Running in 31ab9c14cac8 [2020-08-15T03:15:19.905Z] ---> Running in 0ccec1b49895 [2020-08-15T03:15:20.364Z] (1/5) Installing libgcc (9.3.0-r2) [2020-08-15T03:15:20.364Z] Removing intermediate container 31ab9c14cac8 [2020-08-15T03:15:20.364Z] ---> ac501c5bb1d6 [2020-08-15T03:15:20.364Z] Step 19/20 : LABEL git_sha=6d97bc60ab52e7107df88a754bad392e725fd52e [2020-08-15T03:15:20.364Z] (2/5) Installing libsodium (1.0.18-r0) [2020-08-15T03:15:20.364Z] ---> Running in 4fb5759f0c1b [2020-08-15T03:15:20.364Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-08-15T03:15:20.698Z] (4/5) Installing libzmq (4.3.2-r0) [2020-08-15T03:15:20.698Z] (5/5) Installing zeromq (4.3.2-r0) [2020-08-15T03:15:21.048Z] Executing busybox-1.31.1-r16.trigger [2020-08-15T03:15:21.048Z] OK: 8 MiB in 19 packages [2020-08-15T03:15:21.048Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-15T03:15:21.048Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-15T03:15:21.048Z] Removing intermediate container 4fb5759f0c1b [2020-08-15T03:15:21.048Z] ---> c944ee75f7a8 [2020-08-15T03:15:21.048Z] Step 20/20 : LABEL version=0.0.0 [2020-08-15T03:15:21.048Z] (1/2) Installing readline (8.0.4-r0) [2020-08-15T03:15:21.048Z] (2/2) Installing bash (5.0.17-r0) [2020-08-15T03:15:21.315Z] Executing bash-5.0.17-r0.post-install [2020-08-15T03:15:21.315Z] ---> Running in 7ef94d4b1067 [2020-08-15T03:15:21.315Z] Executing busybox-1.31.1-r16.trigger [2020-08-15T03:15:21.315Z] OK: 12 MiB in 22 packages [2020-08-15T03:15:21.899Z] Removing intermediate container 7ef94d4b1067 [2020-08-15T03:15:21.899Z] ---> 2ca188902db3 [2020-08-15T03:15:21.899Z] [2020-08-15T03:15:21.899Z] Successfully built 2ca188902db3 [2020-08-15T03:15:22.159Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-08-15T03:15:22.159Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 8484423d8aac [2020-08-15T03:15:22.159Z] ---> f408e538d387 [2020-08-15T03:15:22.159Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-08-15T03:15:22.735Z] Removing intermediate container 0ccec1b49895 [2020-08-15T03:15:22.735Z] ---> 4d9a59b24c7c [2020-08-15T03:15:22.735Z] Step 13/26 : RUN rm -rf /var/cache/apk/* [2020-08-15T03:15:22.735Z] ---> Running in 861aa29b0bd4 [2020-08-15T03:15:22.735Z] ---> cfa72cadd400 [2020-08-15T03:15:22.735Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-08-15T03:15:23.685Z] ---> 7aaa3b362598 [2020-08-15T03:15:23.685Z] Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-08-15T03:15:23.948Z] ---> 5431aac7003a [2020-08-15T03:15:23.948Z] Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-15T03:15:23.948Z] ---> Running in d7a26d030f3d [2020-08-15T03:15:23.948Z] Removing intermediate container 861aa29b0bd4 [2020-08-15T03:15:23.948Z] ---> 24ee6ba62182 [2020-08-15T03:15:23.948Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-08-15T03:15:24.209Z] ---> Running in d127f090424a [2020-08-15T03:15:24.209Z] Removing intermediate container d7a26d030f3d [2020-08-15T03:15:24.209Z] ---> d01093451d2e [2020-08-15T03:15:24.209Z] Step 20/22 : LABEL arch=x86_64 [2020-08-15T03:15:24.468Z] ---> Running in dd4e36a40c88 [2020-08-15T03:15:24.468Z] Removing intermediate container d127f090424a [2020-08-15T03:15:24.468Z] ---> c1679460ef45 [2020-08-15T03:15:24.468Z] Step 15/26 : ENV APP_PORT=48090 [2020-08-15T03:15:24.734Z] ---> Running in 83df5a49c5cb [2020-08-15T03:15:25.303Z] Removing intermediate container dd4e36a40c88 [2020-08-15T03:15:25.303Z] ---> 0a5d863574c1 [2020-08-15T03:15:25.303Z] Step 21/22 : LABEL git_sha=6d97bc60ab52e7107df88a754bad392e725fd52e [2020-08-15T03:15:26.241Z] ---> Running in d61ccb61a88a [2020-08-15T03:15:26.241Z] Removing intermediate container 83df5a49c5cb [2020-08-15T03:15:26.241Z] ---> a28390f98f55 [2020-08-15T03:15:26.241Z] Step 16/26 : EXPOSE $APP_PORT [2020-08-15T03:15:26.241Z] Removing intermediate container 3fec30d20e3b [2020-08-15T03:15:26.241Z] ---> 1e03f79dae79 [2020-08-15T03:15:26.241Z] [2020-08-15T03:15:26.241Z] Step 10/21 : FROM scratch [2020-08-15T03:15:26.241Z] ---> [2020-08-15T03:15:26.241Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-15T03:15:26.241Z] ---> Running in e888e7e7595c [2020-08-15T03:15:26.502Z] ---> Using cache [2020-08-15T03:15:26.502Z] ---> 8d1fe5faf65c [2020-08-15T03:15:26.502Z] Step 12/21 : ENV APP_PORT=48061 [2020-08-15T03:15:26.502Z] Removing intermediate container d61ccb61a88a [2020-08-15T03:15:26.502Z] ---> 038ec57a9114 [2020-08-15T03:15:26.502Z] Step 22/22 : LABEL version=0.0.0 [2020-08-15T03:15:26.502Z] Removing intermediate container e888e7e7595c [2020-08-15T03:15:26.502Z] ---> 9d9571ffb692 [2020-08-15T03:15:26.502Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-08-15T03:15:26.765Z] ---> Running in a9d9f4e3de2f [2020-08-15T03:15:27.029Z] ---> Running in 761a686d4098 [2020-08-15T03:15:27.029Z] Removing intermediate container a9d9f4e3de2f [2020-08-15T03:15:27.029Z] ---> 6ab9b7421f3c [2020-08-15T03:15:27.029Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-15T03:15:27.029Z] ---> ea765a7e19a7 [2020-08-15T03:15:27.029Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-08-15T03:15:27.291Z] Removing intermediate container 761a686d4098 [2020-08-15T03:15:27.291Z] ---> e51cf559995a [2020-08-15T03:15:27.291Z] [2020-08-15T03:15:27.291Z] ---> Running in e82e4057821d [2020-08-15T03:15:27.291Z] Successfully built e51cf559995a [2020-08-15T03:15:27.291Z] Successfully tagged docker-core-data-go:latest [2020-08-15T03:15:27.291Z]  Building docker-core-data-go ... done  ---> a2ed64ff021a [2020-08-15T03:15:27.291Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-08-15T03:15:27.291Z] Removing intermediate container e82e4057821d [2020-08-15T03:15:27.291Z] ---> 4ac7662e5678 [2020-08-15T03:15:27.291Z] Step 14/21 : COPY --from=builder /bin/bash /bin/bash [2020-08-15T03:15:27.551Z] ---> 17b305ef3d31 [2020-08-15T03:15:27.551Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-08-15T03:15:27.812Z] ---> 70ae1dfe6f0d [2020-08-15T03:15:27.812Z] Step 20/26 : RUN apk --no-cache add py-pip [2020-08-15T03:15:27.812Z] ---> Running in 8cc491c880cf [2020-08-15T03:15:27.986Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-08-15T03:15:28.085Z] ---> 980fc19d3b2b [2020-08-15T03:15:28.085Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-08-15T03:15:28.357Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-15T03:15:28.357Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-15T03:15:28.618Z] ---> 31a33c1c7463 [2020-08-15T03:15:28.618Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-08-15T03:15:28.618Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-08-15T03:15:28.618Z] (2/33) Installing expat (2.2.9-r1) [2020-08-15T03:15:28.618Z] (3/33) Installing libffi (3.3-r2) [2020-08-15T03:15:28.618Z] (4/33) Installing gdbm (1.13-r1) [2020-08-15T03:15:28.618Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-08-15T03:15:28.618Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-08-15T03:15:28.618Z] (7/33) Installing python3 (3.8.5-r0) [2020-08-15T03:15:32.821Z] ---> caff7e8f3a7d [2020-08-15T03:15:32.821Z] Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-15T03:15:32.821Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-08-15T03:15:32.821Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-08-15T03:15:32.821Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-08-15T03:15:32.821Z] (11/33) Installing py3-six (1.15.0-r0) [2020-08-15T03:15:32.821Z] (12/33) Installing py3-packaging (20.4-r0) [2020-08-15T03:15:32.821Z] ---> Running in a12e3955503b [2020-08-15T03:15:32.821Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-08-15T03:15:33.081Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-08-15T03:15:33.081Z] (15/33) Installing py3-idna (2.9-r0) [2020-08-15T03:15:33.081Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-08-15T03:15:33.081Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-08-15T03:15:33.081Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-08-15T03:15:33.081Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-08-15T03:15:33.081Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-08-15T03:15:33.081Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-08-15T03:15:34.025Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-08-15T03:15:34.025Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-08-15T03:15:34.025Z] Removing intermediate container a12e3955503b [2020-08-15T03:15:34.025Z] ---> 9ed876f4220a [2020-08-15T03:15:34.025Z] Step 19/21 : LABEL arch=x86_64 [2020-08-15T03:15:34.025Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-08-15T03:15:34.025Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-08-15T03:15:34.025Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-08-15T03:15:34.285Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-08-15T03:15:34.285Z] ---> Running in 51582855d34e [2020-08-15T03:15:34.285Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-08-15T03:15:34.285Z] (29/33) Installing py3-progress (1.5-r0) [2020-08-15T03:15:34.285Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-08-15T03:15:34.285Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-08-15T03:15:34.285Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-08-15T03:15:34.285Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-08-15T03:15:34.285Z] Executing busybox-1.31.1-r16.trigger [2020-08-15T03:15:34.285Z] OK: 71 MiB in 55 packages [2020-08-15T03:15:36.199Z] Removing intermediate container 51582855d34e [2020-08-15T03:15:36.199Z] ---> d71f48da3a70 [2020-08-15T03:15:36.199Z] Step 20/21 : LABEL git_sha=6d97bc60ab52e7107df88a754bad392e725fd52e [2020-08-15T03:15:36.459Z] ---> Running in 7f6473f87d14 [2020-08-15T03:15:36.719Z] Removing intermediate container 7f6473f87d14 [2020-08-15T03:15:36.719Z] ---> e250ad53b979 [2020-08-15T03:15:36.719Z] Step 21/21 : LABEL version=0.0.0 [2020-08-15T03:15:36.984Z] ---> Running in 871d34bd366b [2020-08-15T03:15:38.118Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-08-15T03:15:38.373Z] Removing intermediate container 871d34bd366b [2020-08-15T03:15:38.373Z] ---> cd1c6c9bb77f [2020-08-15T03:15:38.373Z] [2020-08-15T03:15:38.373Z] Successfully built cd1c6c9bb77f [2020-08-15T03:15:40.287Z] Successfully tagged docker-support-logging-go:latest [2020-08-15T03:15:40.859Z]  Building docker-support-logging-go ... done Removing intermediate container 8cc491c880cf [2020-08-15T03:15:40.859Z] ---> 8d4ee2988188 [2020-08-15T03:15:40.859Z] Step 21/26 : RUN pip install docker-compose==1.23.2 [2020-08-15T03:15:40.859Z] ---> Running in b214e3c99814 [2020-08-15T03:15:42.246Z] Collecting docker-compose==1.23.2 [2020-08-15T03:15:42.246Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-08-15T03:15:42.246Z] Collecting websocket-client<1.0,>=0.32.0 [2020-08-15T03:15:42.246Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-08-15T03:15:42.505Z] Collecting jsonschema<3,>=2.5.1 [2020-08-15T03:15:42.505Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-08-15T03:15:42.767Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-08-15T03:15:42.767Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-08-15T03:15:43.026Z] Collecting PyYAML<4,>=3.10 [2020-08-15T03:15:43.026Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-08-15T03:15:43.502Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-08-15T03:15:43.603Z] Collecting dockerpty<0.5,>=0.4.1 [2020-08-15T03:15:43.603Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-08-15T03:15:44.173Z] Collecting docker<4.0,>=3.6.0 [2020-08-15T03:15:44.173Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-08-15T03:15:44.173Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-08-15T03:15:44.437Z] Collecting cached-property<2,>=1.2.0 [2020-08-15T03:15:44.437Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-08-15T03:15:44.437Z] Collecting docopt<0.7,>=0.6.1 [2020-08-15T03:15:44.437Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-08-15T03:15:45.006Z] Collecting texttable<0.10,>=0.9.0 [2020-08-15T03:15:45.006Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-08-15T03:15:45.266Z] Collecting idna<2.8,>=2.5 [2020-08-15T03:15:45.266Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-08-15T03:15:45.266Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2020-08-15T03:15:45.527Z] Collecting urllib3<1.25,>=1.21.1 [2020-08-15T03:15:45.527Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-08-15T03:15:45.527Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2020-08-15T03:15:45.527Z] Collecting docker-pycreds>=0.4.0 [2020-08-15T03:15:45.527Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-08-15T03:15:45.527Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-08-15T03:15:45.527Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-08-15T03:15:45.527Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-08-15T03:15:45.527Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-08-15T03:15:45.787Z] Installing collected packages: websocket-client, jsonschema, idna, urllib3, requests, PyYAML, dockerpty, docker-pycreds, docker, cached-property, docopt, texttable, docker-compose [2020-08-15T03:15:46.047Z] Attempting uninstall: idna [2020-08-15T03:15:46.047Z] Found existing installation: idna 2.9 [2020-08-15T03:15:46.047Z] Uninstalling idna-2.9: [2020-08-15T03:15:46.047Z] Successfully uninstalled idna-2.9 [2020-08-15T03:15:46.047Z] Attempting uninstall: urllib3 [2020-08-15T03:15:46.047Z] Found existing installation: urllib3 1.25.9 [2020-08-15T03:15:46.047Z] Uninstalling urllib3-1.25.9: [2020-08-15T03:15:46.308Z] Successfully uninstalled urllib3-1.25.9 [2020-08-15T03:15:46.308Z] Attempting uninstall: requests [2020-08-15T03:15:46.308Z] Found existing installation: requests 2.23.0 [2020-08-15T03:15:46.308Z] Uninstalling requests-2.23.0: [2020-08-15T03:15:46.569Z] Successfully uninstalled requests-2.23.0 [2020-08-15T03:15:46.569Z] Running setup.py install for PyYAML: started [2020-08-15T03:15:46.867Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-08-15T03:15:47.145Z] Running setup.py install for PyYAML: finished with status 'done' [2020-08-15T03:15:47.145Z] Running setup.py install for dockerpty: started [2020-08-15T03:15:47.405Z] Running setup.py install for dockerpty: finished with status 'done' [2020-08-15T03:15:47.667Z] Running setup.py install for docopt: started [2020-08-15T03:15:48.237Z] Running setup.py install for docopt: finished with status 'done' [2020-08-15T03:15:48.237Z] Running setup.py install for texttable: started [2020-08-15T03:15:48.810Z] Running setup.py install for texttable: finished with status 'done' [2020-08-15T03:15:48.810Z] Successfully installed PyYAML-3.13 cached-property-1.5.1 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2020-08-15T03:15:53.024Z] Removing intermediate container b214e3c99814 [2020-08-15T03:15:53.024Z] ---> 6bff34ea34b6 [2020-08-15T03:15:53.024Z] Step 22/26 : RUN apk --no-cache add curl [2020-08-15T03:15:53.024Z] ---> Running in afee4e2c0897 [2020-08-15T03:15:53.024Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-15T03:15:53.024Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-15T03:15:53.024Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-08-15T03:15:53.024Z] (2/3) Installing libcurl (7.69.1-r0) [2020-08-15T03:15:53.024Z] (3/3) Installing curl (7.69.1-r0) [2020-08-15T03:15:53.024Z] Executing busybox-1.31.1-r16.trigger [2020-08-15T03:15:53.024Z] OK: 72 MiB in 58 packages [2020-08-15T03:15:53.559Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-08-15T03:15:53.595Z] Removing intermediate container afee4e2c0897 [2020-08-15T03:15:53.595Z] ---> 6e238e8579ed [2020-08-15T03:15:53.595Z] Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-15T03:15:53.595Z] ---> Running in f63be7191f3b [2020-08-15T03:15:53.595Z] Removing intermediate container f63be7191f3b [2020-08-15T03:15:53.595Z] ---> 4c2d29d9d450 [2020-08-15T03:15:53.595Z] Step 24/26 : LABEL arch=x86_64 [2020-08-15T03:15:53.827Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-08-15T03:15:53.855Z] ---> Running in cab75b4a48f1 [2020-08-15T03:15:53.855Z] Removing intermediate container cab75b4a48f1 [2020-08-15T03:15:53.855Z] ---> 684d5feaba64 [2020-08-15T03:15:53.855Z] Step 25/26 : LABEL git_sha=6d97bc60ab52e7107df88a754bad392e725fd52e [2020-08-15T03:15:54.115Z] ---> Running in 150d9c3fad30 [2020-08-15T03:15:54.115Z] Removing intermediate container 150d9c3fad30 [2020-08-15T03:15:54.115Z] ---> 0663c49579eb [2020-08-15T03:15:54.115Z] Step 26/26 : LABEL version=0.0.0 [2020-08-15T03:15:54.376Z] ---> Running in 52c26771577e [2020-08-15T03:15:54.376Z] Removing intermediate container 52c26771577e [2020-08-15T03:15:54.376Z] ---> 0f8ee3d4ed80 [2020-08-15T03:15:54.376Z] [2020-08-15T03:15:54.637Z] Successfully built 0f8ee3d4ed80 [2020-08-15T03:15:54.637Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-08-15T03:15:54.933Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-08-15T03:15:54.983Z] $ docker stop --time=1 fec99582e0e00659c742c94ec7e8be69054998afaf0d2c3a9520c49f67f7cc05 [2020-08-15T03:15:56.632Z] $ docker rm -f fec99582e0e00659c742c94ec7e8be69054998afaf0d2c3a9520c49f67f7cc05 [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-15T03:15:57.224Z] + docker images [2020-08-15T03:15:57.224Z] + grep docker [2020-08-15T03:15:57.224Z] docker-sys-mgmt-agent-go latest 0f8ee3d4ed80 3 seconds ago 284MB [2020-08-15T03:15:57.224Z] docker-support-logging-go latest cd1c6c9bb77f 21 seconds ago 11.8MB [2020-08-15T03:15:57.224Z] docker-core-data-go latest e51cf559995a 31 seconds ago 23.8MB [2020-08-15T03:15:57.224Z] docker-security-proxy-setup-go latest 2ca188902db3 36 seconds ago 16.4MB [2020-08-15T03:15:57.224Z] docker-core-command-go latest ae3d4031e539 54 seconds ago 13MB [2020-08-15T03:15:57.224Z] docker-security-secrets-setup-go latest 6e8cd0878baf About a minute ago 25.1MB [2020-08-15T03:15:57.224Z] docker-security-secretstore-setup-go latest 4caa2c7ac1d5 About a minute ago 33.9MB [2020-08-15T03:15:57.224Z] docker-support-notifications-go latest 15e8b4299e5d 2 minutes ago 14.4MB [2020-08-15T03:15:57.224Z] docker-core-metadata-go latest 69772d754931 2 minutes ago 14.4MB [2020-08-15T03:15:57.224Z] docker-support-scheduler-go latest 1b0debfc1411 2 minutes ago 13.1MB [2020-08-15T03:15:57.224Z] docker latest 81f5749c9058 7 weeks ago 211MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-08-15T03:15:59.205Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-08-15T03:16:03.550Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-08-15T03:16:07.856Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-08-15T03:16:12.147Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-08-15T03:16:16.442Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-08-15T03:16:20.866Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [Pipeline] } [2020-08-15T03:16:24.313Z] $ docker stop --time=1 71c8b70aca1a27794075acbce1e20c8df17c4b86cd404c2e2a716317b8e5a34a [2020-08-15T03:16:26.822Z] $ docker rm -f 71c8b70aca1a27794075acbce1e20c8df17c4b86cd404c2e2a716317b8e5a34a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-15T03:16:28.317Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-15T03:16:28.318Z] [2020-08-15T03:16:28.318Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-08-15T03:16:28.992Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-15T03:16:29.269Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-08-15T03:16:29.269Z] 29e5d40040c1: Pulling fs layer [2020-08-15T03:16:29.269Z] 1ce36da41761: Pulling fs layer [2020-08-15T03:16:29.269Z] 25b303627fd3: Pulling fs layer [2020-08-15T03:16:29.540Z] 29e5d40040c1: Verifying Checksum [2020-08-15T03:16:29.540Z] 29e5d40040c1: Download complete [2020-08-15T03:16:29.821Z] 1ce36da41761: Verifying Checksum [2020-08-15T03:16:29.821Z] 1ce36da41761: Download complete [2020-08-15T03:16:30.096Z] 29e5d40040c1: Pull complete [2020-08-15T03:16:31.125Z] 1ce36da41761: Pull complete [2020-08-15T03:16:32.120Z] 25b303627fd3: Verifying Checksum [2020-08-15T03:16:32.120Z] 25b303627fd3: Download complete [2020-08-15T03:16:40.432Z] 25b303627fd3: Pull complete [2020-08-15T03:16:40.432Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-08-15T03:16:40.432Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-15T03:16:40.432Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-08-15T03:16:40.669Z] prd-ubuntu18.04-docker-arm64-4c-16g-109 does not seem to be running inside a container [2020-08-15T03:16:40.745Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-08-15T03:16:44.205Z] $ docker top cb8550aeacb610735bbe815604c23cd97738e3355212cb314e22e7228bcd37d9 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-15T03:16:45.627Z] + docker-compose build --help [2020-08-15T03:16:45.627Z] + grep parallel [2020-08-15T03:16:48.990Z] --parallel Build images in parallel. [Pipeline] } [2020-08-15T03:16:49.270Z] $ docker stop --time=1 cb8550aeacb610735bbe815604c23cd97738e3355212cb314e22e7228bcd37d9 [2020-08-15T03:16:51.217Z] $ docker rm -f cb8550aeacb610735bbe815604c23cd97738e3355212cb314e22e7228bcd37d9 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-15T03:16:51.995Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-15T03:16:51.995Z] . [Pipeline] withDockerContainer [2020-08-15T03:16:52.258Z] prd-ubuntu18.04-docker-arm64-4c-16g-109 does not seem to be running inside a container [2020-08-15T03:16:52.327Z] $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-08-15T03:16:53.781Z] $ docker top e2e83c34d17189aa8e7f5d4de3a52c03dd8b4d7c5dd6d5db14f780681ae80035 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-15T03:16:54.815Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-08-15T03:16:58.193Z] Building docker-core-command-go ... [2020-08-15T03:16:58.193Z] Building docker-core-data-go ... [2020-08-15T03:16:58.193Z] Building docker-core-metadata-go ... [2020-08-15T03:16:58.193Z] Building docker-security-proxy-setup-go ... [2020-08-15T03:16:58.193Z] Building docker-security-secrets-setup-go ... [2020-08-15T03:16:58.193Z] Building docker-security-secretstore-setup-go ... [2020-08-15T03:16:58.193Z] Building docker-support-logging-go ... [2020-08-15T03:16:58.193Z] Building docker-support-notifications-go ... [2020-08-15T03:16:58.193Z] Building docker-support-scheduler-go ... [2020-08-15T03:16:58.193Z] Building docker-sys-mgmt-agent-go ... [2020-08-15T03:16:58.193Z] Building docker-security-secretstore-setup-go [2020-08-15T03:16:58.193Z] Building docker-support-scheduler-go [2020-08-15T03:16:58.193Z] Building docker-support-notifications-go [2020-08-15T03:16:58.193Z] Building docker-core-metadata-go [2020-08-15T03:16:58.194Z] Building docker-security-secrets-setup-go [2020-08-15T03:18:49.979Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-15T03:18:49.979Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-08-15T03:18:49.979Z] ---> 3ee132909865 [2020-08-15T03:18:49.979Z] Step 3/20 : WORKDIR /edgex-go [2020-08-15T03:18:50.269Z] Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-15T03:18:50.269Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-08-15T03:18:50.269Z] ---> 3ee132909865 [2020-08-15T03:18:50.269Z] Step 3/23 : WORKDIR /edgex-go [2020-08-15T03:18:50.269Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-15T03:18:50.269Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-15T03:18:50.269Z] ---> 3ee132909865 [2020-08-15T03:18:50.269Z] Step 3/21 : WORKDIR /edgex-go [2020-08-15T03:18:50.269Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-15T03:18:50.269Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-08-15T03:18:50.269Z] ---> 3ee132909865 [2020-08-15T03:18:50.269Z] Step 3/26 : WORKDIR /edgex-go [2020-08-15T03:18:50.542Z] Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-15T03:18:50.542Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-08-15T03:18:50.542Z] ---> 3ee132909865 [2020-08-15T03:18:50.542Z] Step 3/29 : WORKDIR /edgex-go [2020-08-15T03:18:53.160Z] ---> Running in 6d88d0dd090c [2020-08-15T03:18:53.160Z] ---> Running in c7a6a15ae73f [2020-08-15T03:18:53.160Z] ---> Running in 5811b61ef6dc [2020-08-15T03:18:53.160Z] ---> Running in e8b5060eb18d [2020-08-15T03:18:53.160Z] ---> Running in eceb27547d0a [2020-08-15T03:18:53.769Z] Removing intermediate container c7a6a15ae73f [2020-08-15T03:18:53.769Z] ---> 42e4df8c88ba [2020-08-15T03:18:53.769Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-15T03:18:53.769Z] Removing intermediate container e8b5060eb18d [2020-08-15T03:18:53.769Z] ---> 8f12381e8acb [2020-08-15T03:18:53.769Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-15T03:18:53.769Z] Removing intermediate container 5811b61ef6dc [2020-08-15T03:18:53.769Z] ---> 2e46acb1e093 [2020-08-15T03:18:53.769Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-15T03:18:53.769Z] Removing intermediate container 6d88d0dd090c [2020-08-15T03:18:53.769Z] ---> 09a16c5417e8 [2020-08-15T03:18:53.769Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-15T03:18:53.769Z] Removing intermediate container eceb27547d0a [2020-08-15T03:18:53.769Z] ---> 47087f4e9950 [2020-08-15T03:18:53.769Z] Step 4/29 : RUN apk update && apk add make git [2020-08-15T03:18:53.769Z] ---> Running in 9e1bb1b330bf [2020-08-15T03:18:53.769Z] ---> Running in 29c09874752a [2020-08-15T03:18:54.053Z] ---> Running in 9f16eb99e848 [2020-08-15T03:18:54.053Z] ---> Running in 3c8599e185fd [2020-08-15T03:18:54.053Z] ---> Running in 06f860ca7b27 [2020-08-15T03:18:57.442Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-15T03:18:58.053Z] Removing intermediate container 9e1bb1b330bf [2020-08-15T03:18:58.053Z] ---> 67ac6096a28b [2020-08-15T03:18:58.053Z] Step 5/21 : RUN apk update && apk add make git [2020-08-15T03:18:58.053Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-15T03:18:58.053Z] ---> Running in 50083052ee14 [2020-08-15T03:18:58.334Z] Removing intermediate container 29c09874752a [2020-08-15T03:18:58.334Z] ---> 1a2cd4607810 [2020-08-15T03:18:58.334Z] Step 5/26 : RUN apk update && apk add make git [2020-08-15T03:18:58.611Z] ---> Running in cb537c168592 [2020-08-15T03:18:58.611Z] Removing intermediate container 9f16eb99e848 [2020-08-15T03:18:58.611Z] ---> 1e001fba366e [2020-08-15T03:18:58.611Z] Step 5/20 : RUN apk update && apk add make git [2020-08-15T03:18:58.890Z] Removing intermediate container 3c8599e185fd [2020-08-15T03:18:58.890Z] ---> 3fc089360c0f [2020-08-15T03:18:58.890Z] Step 5/23 : RUN apk update && apk add make bash git ca-certificates [2020-08-15T03:18:58.890Z] ---> Running in 9334818bb6db [2020-08-15T03:18:58.890Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-15T03:18:58.890Z] v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-15T03:18:58.890Z] OK: 12620 distinct packages available [2020-08-15T03:18:59.176Z] ---> Running in 1ce93eeb0e9c [2020-08-15T03:19:00.157Z] OK: 217 MiB in 51 packages [2020-08-15T03:19:00.767Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-15T03:19:01.042Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-15T03:19:01.641Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-15T03:19:01.642Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-15T03:19:01.642Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-15T03:19:01.642Z] Removing intermediate container 06f860ca7b27 [2020-08-15T03:19:01.642Z] ---> e775f4d8f8a3 [2020-08-15T03:19:01.642Z] Step 5/29 : COPY go.mod . [2020-08-15T03:19:01.914Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-15T03:19:02.521Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-15T03:19:02.521Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-15T03:19:02.521Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-15T03:19:02.521Z] v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-15T03:19:02.521Z] OK: 12620 distinct packages available [2020-08-15T03:19:02.521Z] ---> 6f4476355c17 [2020-08-15T03:19:02.521Z] Step 6/29 : RUN go mod download [2020-08-15T03:19:02.794Z] ---> Running in 8dc5c128d28c [2020-08-15T03:19:02.794Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-15T03:19:02.794Z] v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-15T03:19:02.794Z] OK: 12620 distinct packages available [2020-08-15T03:19:03.389Z] OK: 217 MiB in 51 packages [2020-08-15T03:19:03.389Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-15T03:19:03.389Z] v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-15T03:19:03.389Z] OK: 12620 distinct packages available [2020-08-15T03:19:03.664Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-15T03:19:03.664Z] v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-15T03:19:03.664Z] OK: 12620 distinct packages available [2020-08-15T03:19:03.664Z] OK: 217 MiB in 51 packages [2020-08-15T03:19:04.286Z] OK: 217 MiB in 51 packages [2020-08-15T03:19:04.560Z] OK: 217 MiB in 51 packages [2020-08-15T03:19:05.552Z] Removing intermediate container 50083052ee14 [2020-08-15T03:19:05.552Z] ---> 625d0d1e967b [2020-08-15T03:19:05.552Z] Step 6/21 : COPY go.mod . [2020-08-15T03:19:05.826Z] Removing intermediate container cb537c168592 [2020-08-15T03:19:05.826Z] ---> 676140045131 [2020-08-15T03:19:05.826Z] Step 6/26 : COPY go.mod . [2020-08-15T03:19:06.431Z] Removing intermediate container 1ce93eeb0e9c [2020-08-15T03:19:06.431Z] ---> 48f29c7932d7 [2020-08-15T03:19:06.431Z] Step 6/23 : COPY go.mod . [2020-08-15T03:19:06.707Z] Removing intermediate container 9334818bb6db [2020-08-15T03:19:06.707Z] ---> 93128982e15b [2020-08-15T03:19:06.707Z] Step 6/20 : COPY go.mod . [2020-08-15T03:19:06.707Z] Removing intermediate container 8dc5c128d28c [2020-08-15T03:19:06.707Z] ---> 7e27796f0251 [2020-08-15T03:19:06.707Z] Step 7/29 : COPY . . [2020-08-15T03:19:06.707Z] ---> 5690b004b588 [2020-08-15T03:19:06.707Z] Step 7/21 : RUN go mod download [2020-08-15T03:19:06.980Z] ---> fd07f22c2c72 [2020-08-15T03:19:06.980Z] Step 7/26 : RUN go mod download [2020-08-15T03:19:07.262Z] ---> Running in 0e70ab0093fa [2020-08-15T03:19:07.262Z] ---> Running in 974c696bc555 [2020-08-15T03:19:07.538Z] ---> d756b830ba75 [2020-08-15T03:19:07.538Z] Step 7/23 : RUN go mod download [2020-08-15T03:19:09.508Z] ---> 0f956aebd7a1 [2020-08-15T03:19:09.508Z] Step 7/20 : RUN go mod download [2020-08-15T03:19:09.508Z] ---> Running in fcafe8c33b4c [2020-08-15T03:19:10.941Z] ---> Running in e1614bfeaac7 [2020-08-15T03:19:15.279Z] Removing intermediate container 0e70ab0093fa [2020-08-15T03:19:15.279Z] ---> d62f073b2eb1 [2020-08-15T03:19:15.279Z] Step 8/21 : COPY . . [2020-08-15T03:19:15.279Z] Removing intermediate container 974c696bc555 [2020-08-15T03:19:15.279Z] ---> 41a103a5dd64 [2020-08-15T03:19:15.279Z] Step 8/26 : COPY . . [2020-08-15T03:19:15.668Z] Removing intermediate container fcafe8c33b4c [2020-08-15T03:19:15.668Z] ---> c2fa5a531b87 [2020-08-15T03:19:15.668Z] Step 8/23 : COPY . . [2020-08-15T03:19:17.654Z] Removing intermediate container e1614bfeaac7 [2020-08-15T03:19:17.654Z] ---> d5cbf72a0a23 [2020-08-15T03:19:17.654Z] Step 8/20 : COPY . . [2020-08-15T03:19:39.814Z] ---> bbdd1c4cfc5a [2020-08-15T03:19:39.814Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-08-15T03:19:40.408Z] ---> Running in cd487d06d5e7 [2020-08-15T03:19:41.016Z] ---> e51e89943648 [2020-08-15T03:19:41.016Z] Step 9/21 : RUN make cmd/core-metadata/core-metadata [2020-08-15T03:19:41.016Z] ---> 8e07cc2fdea1 [2020-08-15T03:19:41.016Z] Step 9/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup cmd/security-secretstore-read/security-secretstore-read [2020-08-15T03:19:41.287Z] ---> ec5ac67d06f8 [2020-08-15T03:19:41.287Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2020-08-15T03:19:41.287Z] ---> 7a542801c2a1 [2020-08-15T03:19:41.287Z] Step 9/20 : RUN make cmd/support-scheduler/support-scheduler [2020-08-15T03:19:41.560Z] ---> Running in 9105ca0ab63a [2020-08-15T03:19:41.560Z] ---> Running in c5d6c9143789 [2020-08-15T03:19:41.560Z] ---> Running in 6d6255a4c50b [2020-08-15T03:19:41.560Z] ---> Running in 72e2792df615 [2020-08-15T03:19:42.539Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-08-15T03:19:44.537Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-08-15T03:19:44.537Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-08-15T03:19:44.537Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-08-15T03:19:44.819Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-08-15T03:21:06.655Z] Removing intermediate container cd487d06d5e7 [2020-08-15T03:21:06.655Z] ---> 341d8be210ce [2020-08-15T03:21:06.655Z] [2020-08-15T03:21:06.655Z] Step 9/29 : FROM alpine:latest [2020-08-15T03:21:06.655Z] latest: Pulling from library/alpine [2020-08-15T03:21:06.655Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-08-15T03:21:06.655Z] Status: Downloaded newer image for alpine:latest [2020-08-15T03:21:06.655Z] ---> 62ee0e9f8440 [2020-08-15T03:21:06.655Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-08-15T03:21:06.655Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-08-15T03:21:06.655Z] ---> Running in feb04548665c [2020-08-15T03:21:06.655Z] Removing intermediate container feb04548665c [2020-08-15T03:21:06.655Z] ---> 725a6868773d [2020-08-15T03:21:06.655Z] Step 11/29 : USER root [2020-08-15T03:21:06.655Z] ---> Running in b00bc8af680d [2020-08-15T03:21:06.655Z] Removing intermediate container b00bc8af680d [2020-08-15T03:21:06.655Z] ---> e873af623607 [2020-08-15T03:21:06.655Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-08-15T03:21:06.655Z] ---> Running in c75136259058 [2020-08-15T03:21:06.655Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-15T03:21:06.655Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-15T03:21:06.931Z] v3.12.0-240-g35a7b2e977 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-15T03:21:06.931Z] v3.12.0-241-g30378ef162 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-15T03:21:06.931Z] OK: 12620 distinct packages available [2020-08-15T03:21:07.914Z] (1/2) Installing ca-certificates (20191127-r4) [2020-08-15T03:21:07.914Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-08-15T03:21:07.914Z] Executing busybox-1.31.1-r16.trigger [2020-08-15T03:21:07.914Z] Executing ca-certificates-20191127-r4.trigger [2020-08-15T03:21:08.189Z] OK: 6 MiB in 16 packages [2020-08-15T03:21:11.648Z] Removing intermediate container c75136259058 [2020-08-15T03:21:11.648Z] ---> c5d5bc68f189 [2020-08-15T03:21:11.648Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-08-15T03:21:11.648Z] ---> Running in 8a05d8740399 [2020-08-15T03:21:11.935Z] Removing intermediate container 8a05d8740399 [2020-08-15T03:21:11.935Z] ---> 0aa423cf3a48 [2020-08-15T03:21:11.935Z] Step 14/29 : WORKDIR $BASE_DIR [2020-08-15T03:21:12.214Z] ---> Running in 487af07ce1ff [2020-08-15T03:21:12.828Z] Removing intermediate container 487af07ce1ff [2020-08-15T03:21:12.828Z] ---> 804cc8675207 [2020-08-15T03:21:12.828Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-08-15T03:21:13.113Z] ---> Running in e6edde69c991 [2020-08-15T03:21:15.777Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-08-15T03:21:17.241Z] Removing intermediate container e6edde69c991 [2020-08-15T03:21:17.241Z] ---> e66979784ea8 [2020-08-15T03:21:17.241Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-08-15T03:21:19.239Z] ---> 5426a885585d [2020-08-15T03:21:19.239Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-08-15T03:21:20.730Z] ---> 090c12834f1a [2020-08-15T03:21:20.730Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-08-15T03:21:21.731Z] ---> ce4044c9be69 [2020-08-15T03:21:21.731Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-08-15T03:21:22.739Z] ---> 6dedb2a30756 [2020-08-15T03:21:22.739Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-08-15T03:21:23.751Z] ---> 249b5cc51d86 [2020-08-15T03:21:23.751Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-08-15T03:21:24.387Z] ---> Running in c3e3ce84a63c [2020-08-15T03:21:29.829Z] Removing intermediate container c3e3ce84a63c [2020-08-15T03:21:29.829Z] ---> 5e9ab05eb291 [2020-08-15T03:21:29.829Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-08-15T03:21:29.829Z] Removing intermediate container c5d6c9143789 [2020-08-15T03:21:29.829Z] ---> bb29643e94c7 [2020-08-15T03:21:29.829Z] [2020-08-15T03:21:29.829Z] Step 10/26 : FROM alpine:3.10 [2020-08-15T03:21:30.117Z] 3.10: Pulling from library/alpine [2020-08-15T03:21:30.734Z] ---> ad0a47b32ab2 [2020-08-15T03:21:30.734Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-15T03:21:31.361Z] ---> Running in 9fe719620e3a [2020-08-15T03:21:31.963Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-08-15T03:21:31.963Z] Status: Downloaded newer image for alpine:3.10 [2020-08-15T03:21:31.963Z] ---> 536a684cf733 [2020-08-15T03:21:31.963Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-08-15T03:21:32.946Z] ---> Running in 8314ea197ffd [2020-08-15T03:21:35.802Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-08-15T03:21:36.444Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-08-15T03:21:36.737Z] v3.10.5-74-g0b1cb9d719 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-08-15T03:21:36.737Z] v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-08-15T03:21:36.737Z] OK: 10167 distinct packages available [2020-08-15T03:21:37.483Z] Removing intermediate container 9fe719620e3a [2020-08-15T03:21:37.483Z] ---> d6fd6e526f29 [2020-08-15T03:21:37.483Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-08-15T03:21:37.787Z] (1/5) Installing ca-certificates (20191127-r2) [2020-08-15T03:21:37.787Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-08-15T03:21:37.787Z] (3/5) Installing libcurl (7.66.0-r0) [2020-08-15T03:21:37.787Z] (4/5) Installing curl (7.66.0-r0) [2020-08-15T03:21:37.787Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-08-15T03:21:37.787Z] Executing busybox-1.30.1-r3.trigger [2020-08-15T03:21:37.787Z] Executing ca-certificates-20191127-r2.trigger [2020-08-15T03:21:38.093Z] OK: 7 MiB in 19 packages [2020-08-15T03:21:38.386Z] ---> Running in bcca0d899a58 [2020-08-15T03:21:39.020Z] Removing intermediate container 72e2792df615 [2020-08-15T03:21:39.020Z] ---> be280841b030 [2020-08-15T03:21:39.020Z] [2020-08-15T03:21:39.020Z] Step 10/20 : FROM scratch [2020-08-15T03:21:39.020Z] ---> [2020-08-15T03:21:39.020Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-15T03:21:39.635Z] Removing intermediate container 6d6255a4c50b [2020-08-15T03:21:39.635Z] ---> 8a8c9760f847 [2020-08-15T03:21:39.635Z] [2020-08-15T03:21:39.635Z] Step 10/23 : FROM scratch [2020-08-15T03:21:39.635Z] ---> [2020-08-15T03:21:39.635Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-15T03:21:39.635Z] ---> Running in 33a7f3c7056d [2020-08-15T03:21:39.915Z] ---> Running in 81bd5b087780 [2020-08-15T03:21:40.508Z] Removing intermediate container 33a7f3c7056d [2020-08-15T03:21:40.508Z] ---> ff08d27eab92 [2020-08-15T03:21:40.508Z] Step 12/20 : ENV APP_PORT=48085 [2020-08-15T03:21:41.487Z] Removing intermediate container 81bd5b087780 [2020-08-15T03:21:41.487Z] ---> c9d9c5ccd2e7 [2020-08-15T03:21:41.487Z] Step 12/23 : ENV APP_PORT=48060 [2020-08-15T03:21:41.487Z] ---> Running in e43f25d0428e [2020-08-15T03:21:41.762Z] ---> Running in 2a551ad2f37a [2020-08-15T03:21:41.762Z] Removing intermediate container 8314ea197ffd [2020-08-15T03:21:41.762Z] ---> 386da345cf10 [2020-08-15T03:21:41.762Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-15T03:21:42.356Z] ---> Running in fd192f86d45f [2020-08-15T03:21:42.356Z] Removing intermediate container e43f25d0428e [2020-08-15T03:21:42.356Z] ---> 7419a3195c4b [2020-08-15T03:21:42.356Z] Step 13/20 : EXPOSE $APP_PORT [2020-08-15T03:21:42.630Z] Removing intermediate container 2a551ad2f37a [2020-08-15T03:21:42.630Z] ---> 8b6133dc1b90 [2020-08-15T03:21:42.630Z] Step 13/23 : EXPOSE $APP_PORT [2020-08-15T03:21:42.630Z] ---> Running in e9f7a711408b [2020-08-15T03:21:42.902Z] ---> Running in fc47844875c4 [2020-08-15T03:21:43.174Z] Removing intermediate container fd192f86d45f [2020-08-15T03:21:43.174Z] ---> f96f675dd0ed [2020-08-15T03:21:43.174Z] Step 13/26 : WORKDIR / [2020-08-15T03:21:43.174Z] Removing intermediate container bcca0d899a58 [2020-08-15T03:21:43.174Z] ---> e2cfe186f69c [2020-08-15T03:21:43.174Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-08-15T03:21:43.174Z] Removing intermediate container 9105ca0ab63a [2020-08-15T03:21:43.174Z] ---> 09ab2e62d443 [2020-08-15T03:21:43.174Z] [2020-08-15T03:21:43.174Z] Step 10/21 : FROM scratch [2020-08-15T03:21:43.174Z] ---> [2020-08-15T03:21:43.174Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-15T03:21:43.453Z] ---> Using cache [2020-08-15T03:21:43.453Z] ---> ff08d27eab92 [2020-08-15T03:21:43.453Z] Step 12/21 : ENV APP_PORT=48081 [2020-08-15T03:21:43.453Z] Removing intermediate container e9f7a711408b [2020-08-15T03:21:43.453Z] ---> 8788f77da801 [2020-08-15T03:21:43.453Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-08-15T03:21:43.453Z] ---> Running in 84c8e06cf686 [2020-08-15T03:21:43.737Z] ---> Running in b88ed934fadd [2020-08-15T03:21:43.737Z] Removing intermediate container fc47844875c4 [2020-08-15T03:21:43.737Z] ---> Running in 00871424224c [2020-08-15T03:21:43.737Z] ---> de2ef44a7232 [2020-08-15T03:21:43.737Z] Step 14/23 : COPY --from=builder /bin/sh /bin/sh [2020-08-15T03:21:44.327Z] Removing intermediate container 84c8e06cf686 [2020-08-15T03:21:44.327Z] ---> efdb01510ccc [2020-08-15T03:21:44.327Z] Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-08-15T03:21:44.327Z] Removing intermediate container b88ed934fadd [2020-08-15T03:21:44.327Z] ---> 047559cbe715 [2020-08-15T03:21:44.327Z] Step 26/29 : CMD [ "generate" ] [2020-08-15T03:21:44.327Z] ---> 905e2d39d603 [2020-08-15T03:21:44.327Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-08-15T03:21:44.327Z] Removing intermediate container 00871424224c [2020-08-15T03:21:44.327Z] ---> 4400284f26d6 [2020-08-15T03:21:44.327Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-15T03:21:44.598Z] ---> Running in c01d5dc81c9b [2020-08-15T03:21:44.598Z] ---> Running in 86bf62be46d5 [2020-08-15T03:21:44.598Z] ---> 945b35d431ab [2020-08-15T03:21:44.598Z] Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-08-15T03:21:45.587Z] ---> 1b6de85fff51 [2020-08-15T03:21:45.587Z] Removing intermediate container 86bf62be46d5 [2020-08-15T03:21:45.587Z] ---> f8142845ea95 [2020-08-15T03:21:45.587Z] Step 27/29 : LABEL arch=arm64 [2020-08-15T03:21:45.587Z] Removing intermediate container c01d5dc81c9b [2020-08-15T03:21:45.587Z] ---> 106ff202fccb [2020-08-15T03:21:45.587Z] Step 14/21 : WORKDIR / [2020-08-15T03:21:45.587Z] Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-08-15T03:21:45.862Z] ---> Running in 8828ae01cea4 [2020-08-15T03:21:45.862Z] ---> Running in 3314bd4cb716 [2020-08-15T03:21:46.137Z] ---> ad442cb0d5c9 [2020-08-15T03:21:46.137Z] Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-08-15T03:21:46.137Z] ---> 5c7c47322bdd [2020-08-15T03:21:46.137Z] Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl [2020-08-15T03:21:46.412Z] ---> 4a0112aa33c9 [2020-08-15T03:21:46.412Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-08-15T03:21:46.685Z] Removing intermediate container 8828ae01cea4 [2020-08-15T03:21:46.685Z] Removing intermediate container 3314bd4cb716 [2020-08-15T03:21:46.685Z] ---> c305569f65f5 [2020-08-15T03:21:46.685Z] Step 28/29 : LABEL git_sha=6d97bc60ab52e7107df88a754bad392e725fd52e [2020-08-15T03:21:46.685Z] ---> 4b5745503852 [2020-08-15T03:21:46.685Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-08-15T03:21:46.964Z] ---> Running in 38c51d53446f [2020-08-15T03:21:47.235Z] ---> b78b9a77aa59 [2020-08-15T03:21:47.235Z] Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-15T03:21:47.517Z] ---> Running in 1faa0d7f4595 [2020-08-15T03:21:47.517Z] ---> 6580756beecc [2020-08-15T03:21:47.517Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-08-15T03:21:47.793Z] ---> 173fae79c62a [2020-08-15T03:21:47.793Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-08-15T03:21:47.793Z] Removing intermediate container 38c51d53446f [2020-08-15T03:21:47.793Z] ---> 4d14b06dce55 [2020-08-15T03:21:47.793Z] Step 29/29 : LABEL version=0.0.0 [2020-08-15T03:21:47.793Z] ---> 91fc494b2f57 [2020-08-15T03:21:47.793Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-08-15T03:21:48.079Z] ---> Running in 3dce8c88bdee [2020-08-15T03:21:48.362Z] Removing intermediate container 1faa0d7f4595 [2020-08-15T03:21:48.362Z] ---> d355ea051dca [2020-08-15T03:21:48.362Z] Step 18/20 : LABEL arch=arm64 [2020-08-15T03:21:48.638Z] ---> Running in 1faf5bbdcac0 [2020-08-15T03:21:48.916Z] Removing intermediate container 3dce8c88bdee [2020-08-15T03:21:48.916Z] ---> b59c92b5c3a5 [2020-08-15T03:21:48.916Z] [2020-08-15T03:21:48.916Z] ---> ae669d4bd56f [2020-08-15T03:21:48.916Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-08-15T03:21:49.190Z] ---> 2e78ea884064 [2020-08-15T03:21:49.190Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-08-15T03:21:49.468Z] Successfully built b59c92b5c3a5 [2020-08-15T03:21:49.747Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-08-15T03:21:49.747Z] Removing intermediate container 1faf5bbdcac0 [2020-08-15T03:21:49.747Z] ---> 5b02d49c337e [2020-08-15T03:21:49.747Z] Step 19/20 : LABEL git_sha=6d97bc60ab52e7107df88a754bad392e725fd52e [2020-08-15T03:21:49.747Z]  Building docker-security-secrets-setup-go ... done Building docker-support-logging-go [2020-08-15T03:21:50.019Z] ---> 55ddeeddb897 [2020-08-15T03:21:50.019Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-08-15T03:21:50.019Z] ---> Running in 1eff164283c8 [2020-08-15T03:21:50.618Z] ---> 56f37f647f46 [2020-08-15T03:21:50.618Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-08-15T03:21:51.229Z] ---> fe48c52ed2ca [2020-08-15T03:21:51.229Z] Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-08-15T03:21:51.500Z] Removing intermediate container 1eff164283c8 [2020-08-15T03:21:51.500Z] ---> d0839a438fa1 [2020-08-15T03:21:51.500Z] Step 20/20 : LABEL version=0.0.0 [2020-08-15T03:21:52.506Z] ---> 8b49711c12dc [2020-08-15T03:21:52.506Z] Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-15T03:21:52.506Z] ---> Running in 1714754cf947 [2020-08-15T03:21:53.494Z] ---> Running in a657366172b7 [2020-08-15T03:21:53.494Z] ---> f2128520c8be [2020-08-15T03:21:53.494Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-08-15T03:21:53.769Z] ---> 60d0cd1884a6 [2020-08-15T03:21:53.769Z] Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-15T03:21:53.769Z] Removing intermediate container 1714754cf947 [2020-08-15T03:21:53.769Z] ---> 6153f2f92ea7 [2020-08-15T03:21:53.769Z] [2020-08-15T03:21:54.040Z] Successfully built 6153f2f92ea7 [2020-08-15T03:21:54.316Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-08-15T03:21:54.316Z]  Building docker-support-scheduler-go ... done Building docker-core-data-go [2020-08-15T03:21:54.588Z] Removing intermediate container a657366172b7 [2020-08-15T03:21:54.588Z] ---> 958cd210e899 [2020-08-15T03:21:54.588Z] Step 19/21 : LABEL arch=arm64 [2020-08-15T03:21:54.869Z] ---> Running in f19cdb269c73 [2020-08-15T03:21:54.869Z] ---> Running in 7219e7e69d8e [2020-08-15T03:21:55.144Z] ---> c854481f5d05 [2020-08-15T03:21:55.144Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-08-15T03:21:55.742Z] Removing intermediate container f19cdb269c73 [2020-08-15T03:21:55.742Z] ---> 3a957d606dd7 [2020-08-15T03:21:55.742Z] Step 21/23 : LABEL arch=arm64 [2020-08-15T03:21:56.019Z] Removing intermediate container 7219e7e69d8e [2020-08-15T03:21:56.019Z] ---> ab7285095a73 [2020-08-15T03:21:56.019Z] Step 20/21 : LABEL git_sha=6d97bc60ab52e7107df88a754bad392e725fd52e [2020-08-15T03:21:56.741Z] ---> Running in 391e4ed12924 [2020-08-15T03:21:57.336Z] ---> ff568047b396 [2020-08-15T03:21:57.336Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-15T03:21:57.336Z] ---> Running in dec2e9a2d7d4 [2020-08-15T03:21:58.317Z] ---> Running in 6b8c090c76be [2020-08-15T03:21:58.317Z] Removing intermediate container 391e4ed12924 [2020-08-15T03:21:58.317Z] ---> c935f88304e8 [2020-08-15T03:21:58.317Z] Step 22/23 : LABEL git_sha=6d97bc60ab52e7107df88a754bad392e725fd52e [2020-08-15T03:21:58.590Z] Removing intermediate container dec2e9a2d7d4 [2020-08-15T03:21:58.590Z] ---> bedad2264250 [2020-08-15T03:21:58.590Z] Step 21/21 : LABEL version=0.0.0 [2020-08-15T03:21:58.590Z] ---> Running in 1331e1d77d23 [2020-08-15T03:21:58.862Z] ---> Running in 35f4310dfeb9 [2020-08-15T03:21:59.456Z] Removing intermediate container 1331e1d77d23 [2020-08-15T03:21:59.456Z] ---> 0fc83594b377 [2020-08-15T03:21:59.456Z] Step 23/23 : LABEL version=0.0.0 [2020-08-15T03:21:59.730Z] Removing intermediate container 35f4310dfeb9 [2020-08-15T03:21:59.730Z] ---> 3e1dacd4dcc7 [2020-08-15T03:21:59.730Z] [2020-08-15T03:21:59.730Z] ---> Running in 8dbb7daef328 [2020-08-15T03:22:00.332Z] Successfully built 3e1dacd4dcc7 [2020-08-15T03:22:00.332Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-08-15T03:22:00.332Z] Building docker-core-command-go [2020-08-15T03:22:01.304Z]  Building docker-core-metadata-go ... done Removing intermediate container 8dbb7daef328 [2020-08-15T03:22:01.304Z] ---> d1d22d66804f [2020-08-15T03:22:01.304Z] [2020-08-15T03:22:01.577Z] Successfully built d1d22d66804f [2020-08-15T03:22:02.179Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-08-15T03:22:02.179Z] Building docker-sys-mgmt-agent-go [2020-08-15T03:22:03.157Z]  Building docker-support-notifications-go ... done Removing intermediate container 6b8c090c76be [2020-08-15T03:22:03.157Z] ---> 92e4295f0056 [2020-08-15T03:22:03.157Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-08-15T03:22:03.431Z] ---> Running in f987c46d121a [2020-08-15T03:22:04.411Z] Removing intermediate container f987c46d121a [2020-08-15T03:22:04.411Z] ---> 975bab24fcfa [2020-08-15T03:22:04.411Z] Step 24/26 : LABEL arch=arm64 [2020-08-15T03:22:05.839Z] ---> Running in e5e9a1603849 [2020-08-15T03:22:06.811Z] Removing intermediate container e5e9a1603849 [2020-08-15T03:22:06.811Z] ---> 0f443f6607c6 [2020-08-15T03:22:06.811Z] Step 25/26 : LABEL git_sha=6d97bc60ab52e7107df88a754bad392e725fd52e [2020-08-15T03:22:07.782Z] ---> Running in 753412e02a50 [2020-08-15T03:22:09.213Z] Removing intermediate container 753412e02a50 [2020-08-15T03:22:09.213Z] ---> ae2e7f93c705 [2020-08-15T03:22:09.213Z] Step 26/26 : LABEL version=0.0.0 [2020-08-15T03:22:09.808Z] ---> Running in 17925965bb07 [2020-08-15T03:22:11.239Z] Removing intermediate container 17925965bb07 [2020-08-15T03:22:11.239Z] ---> 9fa37f6f3cdf [2020-08-15T03:22:11.239Z] [2020-08-15T03:22:11.510Z] Successfully built 9fa37f6f3cdf [2020-08-15T03:22:11.510Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-08-15T03:22:11.510Z]  Building docker-security-secretstore-setup-go ... done Building docker-security-proxy-setup-go [2020-08-15T03:23:19.489Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-15T03:23:19.489Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-15T03:23:19.489Z] ---> 3ee132909865 [2020-08-15T03:23:19.489Z] Step 3/21 : WORKDIR /edgex-go [2020-08-15T03:23:19.489Z] ---> Using cache [2020-08-15T03:23:19.489Z] ---> 09a16c5417e8 [2020-08-15T03:23:19.489Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-15T03:23:19.489Z] ---> Using cache [2020-08-15T03:23:19.489Z] ---> 3fc089360c0f [2020-08-15T03:23:19.489Z] Step 5/21 : RUN apk update && apk add make && apk add bash git [2020-08-15T03:23:19.489Z] ---> Running in dd122a14b4e2 [2020-08-15T03:23:19.489Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-15T03:23:19.489Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-15T03:23:19.489Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-15T03:23:19.489Z] v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-15T03:23:19.489Z] OK: 12620 distinct packages available [2020-08-15T03:23:19.489Z] OK: 217 MiB in 51 packages [2020-08-15T03:23:19.489Z] OK: 217 MiB in 51 packages [2020-08-15T03:23:20.471Z] Removing intermediate container dd122a14b4e2 [2020-08-15T03:23:20.471Z] ---> 7e54ddacbe84 [2020-08-15T03:23:20.471Z] Step 6/21 : COPY go.mod . [2020-08-15T03:23:21.462Z] ---> 815ff53cbf40 [2020-08-15T03:23:21.462Z] Step 7/21 : RUN go mod download [2020-08-15T03:23:21.735Z] ---> Running in 26cb17a33374 [2020-08-15T03:23:25.137Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-15T03:23:25.137Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-08-15T03:23:25.137Z] ---> 3ee132909865 [2020-08-15T03:23:25.137Z] Step 3/22 : WORKDIR /edgex-go [2020-08-15T03:23:25.137Z] ---> Using cache [2020-08-15T03:23:25.137Z] ---> 09a16c5417e8 [2020-08-15T03:23:25.137Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-15T03:23:25.137Z] ---> Using cache [2020-08-15T03:23:25.137Z] ---> 3fc089360c0f [2020-08-15T03:23:25.137Z] Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-08-15T03:23:25.137Z] ---> Running in d49e86e25f08 [2020-08-15T03:23:26.128Z] Removing intermediate container 26cb17a33374 [2020-08-15T03:23:26.128Z] ---> 29b5b636ca6a [2020-08-15T03:23:26.128Z] Step 8/21 : COPY . . [2020-08-15T03:23:27.105Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-15T03:23:27.701Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-15T03:23:28.677Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-15T03:23:28.677Z] v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-15T03:23:28.677Z] OK: 12620 distinct packages available [2020-08-15T03:23:29.659Z] OK: 217 MiB in 51 packages [2020-08-15T03:23:31.096Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-15T03:23:31.097Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-15T03:23:31.097Z] ---> 3ee132909865 [2020-08-15T03:23:31.097Z] Step 3/21 : WORKDIR /edgex-go [2020-08-15T03:23:31.097Z] ---> Using cache [2020-08-15T03:23:31.097Z] ---> 09a16c5417e8 [2020-08-15T03:23:31.097Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-15T03:23:31.097Z] ---> Using cache [2020-08-15T03:23:31.097Z] ---> 3fc089360c0f [2020-08-15T03:23:31.097Z] Step 5/21 : RUN apk update && apk add make git [2020-08-15T03:23:31.692Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-15T03:23:31.692Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-08-15T03:23:31.692Z] ---> 3ee132909865 [2020-08-15T03:23:31.692Z] Step 3/26 : WORKDIR /edgex-go [2020-08-15T03:23:31.692Z] ---> Using cache [2020-08-15T03:23:31.692Z] ---> 09a16c5417e8 [2020-08-15T03:23:31.692Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-15T03:23:31.692Z] ---> Using cache [2020-08-15T03:23:31.692Z] ---> 3fc089360c0f [2020-08-15T03:23:31.692Z] Step 5/26 : RUN apk update && apk add make bash git [2020-08-15T03:23:33.673Z] ---> Running in 554de43b50d6 [2020-08-15T03:23:33.673Z] ---> Running in 9f2d83640be0 [2020-08-15T03:23:33.673Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-15T03:23:33.673Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-08-15T03:23:33.673Z] ---> 3ee132909865 [2020-08-15T03:23:33.673Z] Step 3/20 : WORKDIR /edgex-go [2020-08-15T03:23:33.673Z] ---> Using cache [2020-08-15T03:23:33.673Z] ---> 09a16c5417e8 [2020-08-15T03:23:33.673Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-15T03:23:33.673Z] ---> Using cache [2020-08-15T03:23:33.673Z] ---> 3fc089360c0f [2020-08-15T03:23:33.673Z] Step 5/20 : RUN apk update && apk add make git [2020-08-15T03:23:33.954Z] ---> Running in 4cb62c05087e [2020-08-15T03:23:34.228Z] Removing intermediate container d49e86e25f08 [2020-08-15T03:23:34.228Z] ---> 6ddd857d5c03 [2020-08-15T03:23:34.228Z] Step 6/22 : COPY go.mod . [2020-08-15T03:23:35.666Z] ---> b716098fbe7b [2020-08-15T03:23:35.666Z] Step 7/22 : RUN go mod download [2020-08-15T03:23:35.939Z] ---> Running in e547ab039f33 [2020-08-15T03:23:35.939Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-15T03:23:36.539Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-15T03:23:36.539Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-15T03:23:36.812Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-15T03:23:37.411Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-15T03:23:37.684Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-15T03:23:37.957Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-15T03:23:37.957Z] v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-15T03:23:37.957Z] OK: 12620 distinct packages available [2020-08-15T03:23:38.555Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-15T03:23:38.555Z] v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-15T03:23:38.555Z] OK: 12620 distinct packages available [2020-08-15T03:23:38.829Z] OK: 217 MiB in 51 packages [2020-08-15T03:23:38.829Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-15T03:23:38.829Z] v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-15T03:23:38.829Z] OK: 12620 distinct packages available [2020-08-15T03:23:39.437Z] OK: 217 MiB in 51 packages [2020-08-15T03:23:39.716Z] OK: 217 MiB in 51 packages [2020-08-15T03:23:41.146Z] Removing intermediate container e547ab039f33 [2020-08-15T03:23:41.146Z] ---> a8e0263be9f4 [2020-08-15T03:23:41.146Z] Step 8/22 : COPY . . [2020-08-15T03:23:41.740Z] Removing intermediate container 9f2d83640be0 [2020-08-15T03:23:41.740Z] ---> 926338390e93 [2020-08-15T03:23:41.741Z] Step 6/21 : COPY go.mod . [2020-08-15T03:23:42.017Z] Removing intermediate container 4cb62c05087e [2020-08-15T03:23:42.017Z] ---> 3ccbe447a584 [2020-08-15T03:23:42.017Z] Step 6/20 : COPY go.mod . [2020-08-15T03:23:42.017Z] Removing intermediate container 554de43b50d6 [2020-08-15T03:23:42.017Z] ---> 37f872ca5d3c [2020-08-15T03:23:42.017Z] Step 6/26 : COPY go.mod . [2020-08-15T03:23:43.011Z] ---> bd03e05a53e0 [2020-08-15T03:23:43.011Z] Step 7/21 : RUN go mod download [2020-08-15T03:23:43.603Z] ---> 3a5f30d1a678 [2020-08-15T03:23:43.603Z] Step 7/20 : RUN go mod download [2020-08-15T03:23:43.603Z] ---> 57f1507a9a55 [2020-08-15T03:23:43.603Z] Step 7/26 : RUN go mod download [2020-08-15T03:23:43.603Z] ---> Running in 30b0a2513be5 [2020-08-15T03:23:44.198Z] ---> Running in 60fe85a5f88f [2020-08-15T03:23:44.198Z] ---> Running in 6bcd3f380397 [2020-08-15T03:23:50.935Z] Removing intermediate container 30b0a2513be5 [2020-08-15T03:23:50.935Z] ---> 639fc666727e [2020-08-15T03:23:50.935Z] Step 8/21 : COPY . . [2020-08-15T03:23:50.935Z] ---> 258bcaa30b01 [2020-08-15T03:23:50.935Z] Step 9/21 : RUN make cmd/support-logging/support-logging [2020-08-15T03:23:50.935Z] Removing intermediate container 60fe85a5f88f [2020-08-15T03:23:50.935Z] ---> 856e91c9fe8a [2020-08-15T03:23:50.935Z] Step 8/26 : COPY . . [2020-08-15T03:23:50.935Z] ---> Running in 2170ef8dce13 [2020-08-15T03:23:50.935Z] Removing intermediate container 6bcd3f380397 [2020-08-15T03:23:50.935Z] ---> d748ce4d47dc [2020-08-15T03:23:50.935Z] Step 8/20 : COPY . . [2020-08-15T03:23:52.366Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-08-15T03:24:19.224Z] ---> 9e6e6987fd3b [2020-08-15T03:24:19.224Z] Step 9/22 : RUN make cmd/core-data/core-data [2020-08-15T03:24:19.224Z] ---> Running in d6f34b4bc476 [2020-08-15T03:24:19.500Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-08-15T03:24:34.605Z] ---> 1c725152a717 [2020-08-15T03:24:34.605Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-08-15T03:24:34.605Z] ---> b14fd869e9f1 [2020-08-15T03:24:34.605Z] Step 9/21 : RUN make cmd/core-command/core-command [2020-08-15T03:24:34.605Z] ---> Running in 2defb8a5c434 [2020-08-15T03:24:34.605Z] ---> e7b2c50c3c87 [2020-08-15T03:24:34.605Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-08-15T03:24:34.605Z] ---> Running in fadfc6087a7e [2020-08-15T03:24:34.605Z] ---> Running in 6d749070bad4 [2020-08-15T03:24:36.591Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-08-15T03:24:36.866Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-08-15T03:24:37.147Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-08-15T03:24:39.134Z] Removing intermediate container 2170ef8dce13 [2020-08-15T03:24:39.135Z] ---> 79a5897b4be1 [2020-08-15T03:24:39.135Z] [2020-08-15T03:24:39.135Z] Step 10/21 : FROM scratch [2020-08-15T03:24:39.135Z] ---> [2020-08-15T03:24:39.135Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-15T03:24:39.135Z] ---> Using cache [2020-08-15T03:24:39.135Z] ---> c9d9c5ccd2e7 [2020-08-15T03:24:39.135Z] Step 12/21 : ENV APP_PORT=48061 [2020-08-15T03:24:39.135Z] ---> Running in 67d3934c6131 [2020-08-15T03:24:39.733Z] Removing intermediate container 67d3934c6131 [2020-08-15T03:24:39.733Z] ---> 30032e4c2af7 [2020-08-15T03:24:39.733Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-15T03:24:40.006Z] ---> Running in abc8ca0a9906 [2020-08-15T03:24:40.606Z] Removing intermediate container abc8ca0a9906 [2020-08-15T03:24:40.606Z] ---> 8c6144344e79 [2020-08-15T03:24:40.606Z] Step 14/21 : COPY --from=builder /bin/bash /bin/bash [2020-08-15T03:24:41.600Z] ---> 3884d2a96442 [2020-08-15T03:24:41.600Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-08-15T03:24:43.042Z] ---> 32280c2075c0 [2020-08-15T03:24:43.042Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-08-15T03:24:44.481Z] ---> e3759ddb2337 [2020-08-15T03:24:44.481Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-08-15T03:24:45.964Z] ---> 7a83a8f94148 [2020-08-15T03:24:45.964Z] Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-15T03:24:45.964Z] ---> Running in 49e21573063a [2020-08-15T03:24:46.610Z] Removing intermediate container 49e21573063a [2020-08-15T03:24:46.610Z] ---> bbe78343fcab [2020-08-15T03:24:46.610Z] Step 19/21 : LABEL arch=arm64 [2020-08-15T03:24:46.930Z] ---> Running in b9cfb5235d56 [2020-08-15T03:24:47.738Z] Removing intermediate container b9cfb5235d56 [2020-08-15T03:24:47.738Z] ---> 9769eb3ce07d [2020-08-15T03:24:47.738Z] Step 20/21 : LABEL git_sha=6d97bc60ab52e7107df88a754bad392e725fd52e [2020-08-15T03:24:47.738Z] ---> Running in 4e35cd8d26e8 [2020-08-15T03:24:48.421Z] Removing intermediate container 4e35cd8d26e8 [2020-08-15T03:24:48.421Z] ---> 458d483ca643 [2020-08-15T03:24:48.421Z] Step 21/21 : LABEL version=0.0.0 [2020-08-15T03:24:48.736Z] ---> Running in 274a34d0e617 [2020-08-15T03:24:49.419Z] Removing intermediate container 274a34d0e617 [2020-08-15T03:24:49.419Z] ---> 3485c42df58a [2020-08-15T03:24:49.419Z] [2020-08-15T03:24:50.122Z] Successfully built 3485c42df58a [2020-08-15T03:24:50.122Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-08-15T03:25:58.123Z]  Building docker-support-logging-go ... done Removing intermediate container 6d749070bad4 [2020-08-15T03:25:58.123Z] ---> 7444c46bcbb0 [2020-08-15T03:25:58.123Z] [2020-08-15T03:25:58.123Z] Step 10/20 : FROM alpine [2020-08-15T03:25:58.123Z] ---> 62ee0e9f8440 [2020-08-15T03:25:58.123Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-08-15T03:25:58.123Z] ---> Running in 05b6c547a626 [2020-08-15T03:25:58.123Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-15T03:25:58.123Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-15T03:25:58.123Z] v3.12.0-240-g35a7b2e977 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-15T03:25:58.123Z] v3.12.0-241-g30378ef162 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-15T03:25:58.123Z] OK: 12620 distinct packages available [2020-08-15T03:25:58.123Z] (1/4) Installing ca-certificates (20191127-r4) [2020-08-15T03:25:58.123Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-08-15T03:25:58.123Z] (3/4) Installing libcurl (7.69.1-r0) [2020-08-15T03:25:58.123Z] (4/4) Installing curl (7.69.1-r0) [2020-08-15T03:25:58.123Z] Executing busybox-1.31.1-r16.trigger [2020-08-15T03:25:58.123Z] Executing ca-certificates-20191127-r4.trigger [2020-08-15T03:25:58.123Z] OK: 7 MiB in 18 packages [2020-08-15T03:25:58.123Z] Removing intermediate container 2defb8a5c434 [2020-08-15T03:25:58.123Z] ---> fddfb25d4122 [2020-08-15T03:25:58.123Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-08-15T03:25:58.123Z] ---> Running in f4608838febd [2020-08-15T03:25:58.123Z] Removing intermediate container 05b6c547a626 [2020-08-15T03:25:58.123Z] ---> 1bf500924103 [2020-08-15T03:25:58.123Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-15T03:25:58.123Z] ---> Running in 8c880395ca0b [2020-08-15T03:25:58.123Z] Removing intermediate container 8c880395ca0b [2020-08-15T03:25:58.123Z] ---> cae357ffd081 [2020-08-15T03:25:58.123Z] Step 13/20 : WORKDIR /edgex [2020-08-15T03:25:58.123Z] ---> Running in ca25a9ea5142 [2020-08-15T03:25:58.123Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-08-15T03:25:58.123Z] Removing intermediate container ca25a9ea5142 [2020-08-15T03:25:58.123Z] ---> 4d8fd4327eb9 [2020-08-15T03:25:58.123Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-08-15T03:25:58.399Z] ---> d76a5b7713ba [2020-08-15T03:25:58.399Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-08-15T03:26:00.376Z] ---> 616a02258d8d [2020-08-15T03:26:00.376Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-08-15T03:26:00.376Z] ---> Running in 4bccaf3b5608 [2020-08-15T03:26:01.354Z] Removing intermediate container 4bccaf3b5608 [2020-08-15T03:26:01.354Z] ---> 1f1935b03edf [2020-08-15T03:26:01.354Z] Step 17/20 : CMD ["--init=true"] [2020-08-15T03:26:01.354Z] Removing intermediate container f4608838febd [2020-08-15T03:26:01.354Z] ---> cf60dce48d45 [2020-08-15T03:26:01.354Z] [2020-08-15T03:26:01.354Z] Step 11/26 : FROM docker:latest [2020-08-15T03:26:01.354Z] ---> ce9d55ae87f1 [2020-08-15T03:26:01.354Z] Step 12/26 : RUN apk add --no-cache bash [2020-08-15T03:26:01.354Z] ---> Running in fa4bd2380ebf [2020-08-15T03:26:01.354Z] ---> Running in e43e10668af0 [2020-08-15T03:26:02.334Z] Removing intermediate container fa4bd2380ebf [2020-08-15T03:26:02.334Z] ---> 1795a58165d9 [2020-08-15T03:26:02.334Z] Step 18/20 : LABEL arch=arm64 [2020-08-15T03:26:02.932Z] ---> Running in e1e426949073 [2020-08-15T03:26:03.554Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-15T03:26:03.554Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-15T03:26:03.826Z] Removing intermediate container e1e426949073 [2020-08-15T03:26:03.827Z] ---> 21997bb94450 [2020-08-15T03:26:03.827Z] Step 19/20 : LABEL git_sha=6d97bc60ab52e7107df88a754bad392e725fd52e [2020-08-15T03:26:04.101Z] ---> Running in e5a3ba4a20d7 [2020-08-15T03:26:04.378Z] (1/2) Installing readline (8.0.4-r0) [2020-08-15T03:26:04.378Z] (2/2) Installing bash (5.0.17-r0) [2020-08-15T03:26:04.378Z] Executing bash-5.0.17-r0.post-install [2020-08-15T03:26:04.378Z] Executing busybox-1.31.1-r16.trigger [2020-08-15T03:26:04.378Z] OK: 12 MiB in 22 packages [2020-08-15T03:26:04.661Z] Removing intermediate container d6f34b4bc476 [2020-08-15T03:26:04.661Z] ---> cc67098d60ba [2020-08-15T03:26:04.661Z] [2020-08-15T03:26:04.661Z] Step 10/22 : FROM alpine [2020-08-15T03:26:04.661Z] ---> 62ee0e9f8440 [2020-08-15T03:26:04.661Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-15T03:26:04.934Z] Removing intermediate container e5a3ba4a20d7 [2020-08-15T03:26:04.934Z] ---> dc2f0d46847e [2020-08-15T03:26:04.934Z] Step 20/20 : LABEL version=0.0.0 [2020-08-15T03:26:05.205Z] ---> Running in e88d20a9f226 [2020-08-15T03:26:05.480Z] ---> Running in dee782e4e0d3 [2020-08-15T03:26:05.759Z] Removing intermediate container e88d20a9f226 [2020-08-15T03:26:05.759Z] ---> c60d1b719d8d [2020-08-15T03:26:05.759Z] Step 12/22 : ENV APP_PORT=48080 [2020-08-15T03:26:06.040Z] ---> Running in dadad51f0529 [2020-08-15T03:26:06.040Z] Removing intermediate container dee782e4e0d3 [2020-08-15T03:26:06.040Z] ---> e62d0bd62dfa [2020-08-15T03:26:06.040Z] [2020-08-15T03:26:06.313Z] Removing intermediate container e43e10668af0 [2020-08-15T03:26:06.313Z] ---> f26471868b40 [2020-08-15T03:26:06.313Z] Step 13/26 : RUN rm -rf /var/cache/apk/* [2020-08-15T03:26:06.584Z] ---> Running in 51753716b66b [2020-08-15T03:26:06.863Z] Successfully built e62d0bd62dfa [2020-08-15T03:26:06.863Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-08-15T03:26:06.863Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container dadad51f0529 [2020-08-15T03:26:06.863Z] ---> e2eb26af7b0a [2020-08-15T03:26:06.863Z] Step 13/22 : EXPOSE $APP_PORT [2020-08-15T03:26:07.139Z] Removing intermediate container fadfc6087a7e [2020-08-15T03:26:07.139Z] ---> c61d8e0515fd [2020-08-15T03:26:07.139Z] [2020-08-15T03:26:07.139Z] Step 10/21 : FROM scratch [2020-08-15T03:26:07.139Z] ---> [2020-08-15T03:26:07.139Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-15T03:26:07.139Z] ---> Running in 6cfaee5d0213 [2020-08-15T03:26:07.412Z] ---> Using cache [2020-08-15T03:26:07.412Z] ---> ff08d27eab92 [2020-08-15T03:26:07.412Z] Step 12/21 : ENV APP_PORT=48082 [2020-08-15T03:26:07.412Z] ---> Running in 7c61da9aee0d [2020-08-15T03:26:07.685Z] Removing intermediate container 6cfaee5d0213 [2020-08-15T03:26:07.685Z] ---> 61b1e5190efb [2020-08-15T03:26:07.685Z] Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-15T03:26:07.960Z] Removing intermediate container 7c61da9aee0d [2020-08-15T03:26:07.960Z] ---> f1128def45fb [2020-08-15T03:26:07.960Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-15T03:26:07.960Z] ---> Running in 9a502f26c2e8 [2020-08-15T03:26:07.960Z] ---> Running in 588b3b48b081 [2020-08-15T03:26:08.555Z] Removing intermediate container 588b3b48b081 [2020-08-15T03:26:08.555Z] ---> 27be34dddb85 [2020-08-15T03:26:08.555Z] Step 14/21 : WORKDIR / [2020-08-15T03:26:08.555Z] ---> Running in 6e08cf1417a4 [2020-08-15T03:26:09.542Z] Removing intermediate container 6e08cf1417a4 [2020-08-15T03:26:09.542Z] ---> bb938131083d [2020-08-15T03:26:09.542Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-08-15T03:26:09.542Z] Removing intermediate container 51753716b66b [2020-08-15T03:26:09.542Z] ---> 951a8bece42c [2020-08-15T03:26:09.542Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-08-15T03:26:09.815Z] ---> Running in 06a35cd79c95 [2020-08-15T03:26:10.090Z] ---> 9fe96777d88a [2020-08-15T03:26:10.090Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-08-15T03:26:10.361Z] Removing intermediate container 06a35cd79c95 [2020-08-15T03:26:10.361Z] ---> 8cf185c6a4c7 [2020-08-15T03:26:10.361Z] Step 15/26 : ENV APP_PORT=48090 [2020-08-15T03:26:10.634Z] ---> Running in 096a2fea9666 [2020-08-15T03:26:11.229Z] Removing intermediate container 9a502f26c2e8 [2020-08-15T03:26:11.229Z] ---> f31a8abfaeff [2020-08-15T03:26:11.229Z] Step 15/22 : RUN apk --no-cache add zeromq [2020-08-15T03:26:11.229Z] Removing intermediate container 096a2fea9666 [2020-08-15T03:26:11.229Z] ---> 44ba1d18afb1 [2020-08-15T03:26:11.229Z] Step 16/26 : EXPOSE $APP_PORT [2020-08-15T03:26:11.229Z] ---> Running in 9bdd1ea2f261 [2020-08-15T03:26:11.500Z] ---> Running in 342515230c8b [2020-08-15T03:26:11.500Z] ---> 384b461fda4c [2020-08-15T03:26:11.500Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-08-15T03:26:12.096Z] Removing intermediate container 342515230c8b [2020-08-15T03:26:12.096Z] ---> 12096e5aeb46 [2020-08-15T03:26:12.096Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-08-15T03:26:12.366Z] ---> 6b4a4ca2282a [2020-08-15T03:26:12.366Z] Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-15T03:26:12.640Z] ---> Running in 76e3c6e36888 [2020-08-15T03:26:13.233Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-15T03:26:13.233Z] Removing intermediate container 76e3c6e36888 [2020-08-15T03:26:13.233Z] ---> c04efe0c6382 [2020-08-15T03:26:13.233Z] Step 19/21 : LABEL arch=arm64 [2020-08-15T03:26:13.502Z] ---> 7617259e9984 [2020-08-15T03:26:13.502Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-08-15T03:26:13.502Z] ---> Running in 2a939b1e37f5 [2020-08-15T03:26:13.774Z] Removing intermediate container 2a939b1e37f5 [2020-08-15T03:26:13.774Z] ---> 2ee0553b7eb6 [2020-08-15T03:26:13.774Z] Step 20/21 : LABEL git_sha=6d97bc60ab52e7107df88a754bad392e725fd52e [2020-08-15T03:26:14.042Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-15T03:26:14.042Z] ---> Running in d69b1bcc4bd9 [2020-08-15T03:26:14.316Z] ---> 8c83a6b1b51b [2020-08-15T03:26:14.316Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-08-15T03:26:14.587Z] Removing intermediate container d69b1bcc4bd9 [2020-08-15T03:26:14.588Z] ---> 176658dd211d [2020-08-15T03:26:14.588Z] Step 21/21 : LABEL version=0.0.0 [2020-08-15T03:26:14.588Z] (1/5) Installing libgcc (9.3.0-r2) [2020-08-15T03:26:14.588Z] ---> Running in 90100240afed [2020-08-15T03:26:14.859Z] (2/5) Installing libsodium (1.0.18-r0) [2020-08-15T03:26:14.859Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-08-15T03:26:15.138Z] ---> b1faad15141f [2020-08-15T03:26:15.138Z] Step 20/26 : RUN apk --no-cache add py-pip [2020-08-15T03:26:15.138Z] (4/5) Installing libzmq (4.3.2-r0) [2020-08-15T03:26:15.138Z] ---> Running in 511d3f0845f0 [2020-08-15T03:26:15.138Z] Removing intermediate container 90100240afed [2020-08-15T03:26:15.138Z] ---> 725b1813e8f6 [2020-08-15T03:26:15.138Z] [2020-08-15T03:26:15.138Z] (5/5) Installing zeromq (4.3.2-r0) [2020-08-15T03:26:15.410Z] Executing busybox-1.31.1-r16.trigger [2020-08-15T03:26:15.410Z] OK: 8 MiB in 19 packages [2020-08-15T03:26:15.683Z] Successfully built 725b1813e8f6 [2020-08-15T03:26:15.954Z] Successfully tagged docker-core-command-go-arm64:latest [2020-08-15T03:26:16.924Z]  Building docker-core-command-go ... done Removing intermediate container 9bdd1ea2f261 [2020-08-15T03:26:16.924Z] ---> 2c38d4a2b847 [2020-08-15T03:26:16.924Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-08-15T03:26:16.924Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-15T03:26:17.196Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-15T03:26:17.471Z] ---> afeef091af10 [2020-08-15T03:26:17.471Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-08-15T03:26:17.742Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-08-15T03:26:17.742Z] (2/33) Installing expat (2.2.9-r1) [2020-08-15T03:26:17.742Z] (3/33) Installing libffi (3.3-r2) [2020-08-15T03:26:17.742Z] (4/33) Installing gdbm (1.13-r1) [2020-08-15T03:26:17.742Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-08-15T03:26:17.742Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-08-15T03:26:17.742Z] (7/33) Installing python3 (3.8.5-r0) [2020-08-15T03:26:19.165Z] ---> 3743d7073ca4 [2020-08-15T03:26:19.165Z] Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-08-15T03:26:19.770Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-08-15T03:26:19.770Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-08-15T03:26:19.770Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-08-15T03:26:19.770Z] (11/33) Installing py3-six (1.15.0-r0) [2020-08-15T03:26:19.770Z] (12/33) Installing py3-packaging (20.4-r0) [2020-08-15T03:26:19.770Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-08-15T03:26:19.770Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-08-15T03:26:19.770Z] (15/33) Installing py3-idna (2.9-r0) [2020-08-15T03:26:19.770Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-08-15T03:26:19.770Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-08-15T03:26:19.770Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-08-15T03:26:20.043Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-08-15T03:26:20.043Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-08-15T03:26:20.043Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-08-15T03:26:20.043Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-08-15T03:26:20.043Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-08-15T03:26:20.043Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-08-15T03:26:20.043Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-08-15T03:26:20.043Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-08-15T03:26:20.043Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-08-15T03:26:20.043Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-08-15T03:26:20.043Z] (29/33) Installing py3-progress (1.5-r0) [2020-08-15T03:26:20.043Z] ---> fbcd2cfabcb7 [2020-08-15T03:26:20.043Z] Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-15T03:26:20.043Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-08-15T03:26:20.043Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-08-15T03:26:20.318Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-08-15T03:26:20.318Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-08-15T03:26:20.318Z] Executing busybox-1.31.1-r16.trigger [2020-08-15T03:26:20.318Z] ---> Running in 42368a6b1cfe [2020-08-15T03:26:20.318Z] OK: 71 MiB in 55 packages [2020-08-15T03:26:20.914Z] Removing intermediate container 42368a6b1cfe [2020-08-15T03:26:20.914Z] ---> e97afb13f14b [2020-08-15T03:26:20.914Z] Step 20/22 : LABEL arch=arm64 [2020-08-15T03:26:21.183Z] ---> Running in 3b050f590a1b [2020-08-15T03:26:21.454Z] Removing intermediate container 3b050f590a1b [2020-08-15T03:26:21.454Z] ---> fe05ee584c52 [2020-08-15T03:26:21.454Z] Step 21/22 : LABEL git_sha=6d97bc60ab52e7107df88a754bad392e725fd52e [2020-08-15T03:26:21.724Z] ---> Running in b5795b42a51c [2020-08-15T03:26:22.313Z] Removing intermediate container b5795b42a51c [2020-08-15T03:26:22.313Z] ---> 76b74eb7928f [2020-08-15T03:26:22.313Z] Step 22/22 : LABEL version=0.0.0 [2020-08-15T03:26:22.583Z] ---> Running in 231bc23847fd [2020-08-15T03:26:22.851Z] Removing intermediate container 231bc23847fd [2020-08-15T03:26:22.852Z] ---> 3df8f3dccf7e [2020-08-15T03:26:22.852Z] [2020-08-15T03:26:23.442Z] Successfully built 3df8f3dccf7e [2020-08-15T03:26:23.442Z] Successfully tagged docker-core-data-go-arm64:latest [2020-08-15T03:26:26.061Z]  Building docker-core-data-go ... done Removing intermediate container 511d3f0845f0 [2020-08-15T03:26:26.061Z] ---> 2f644f7f5817 [2020-08-15T03:26:26.061Z] Step 21/26 : RUN pip install docker-compose==1.23.2 [2020-08-15T03:26:26.061Z] ---> Running in 77977d894f83 [2020-08-15T03:26:31.441Z] Collecting docker-compose==1.23.2 [2020-08-15T03:26:31.441Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-08-15T03:26:31.441Z] Collecting cached-property<2,>=1.2.0 [2020-08-15T03:26:31.441Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-08-15T03:26:31.441Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-08-15T03:26:32.032Z] Collecting PyYAML<4,>=3.10 [2020-08-15T03:26:32.032Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-08-15T03:26:35.412Z] Collecting docopt<0.7,>=0.6.1 [2020-08-15T03:26:35.412Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-08-15T03:26:36.861Z] Collecting docker<4.0,>=3.6.0 [2020-08-15T03:26:37.140Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-08-15T03:26:37.426Z] Collecting dockerpty<0.5,>=0.4.1 [2020-08-15T03:26:37.699Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-08-15T03:26:39.713Z] Collecting texttable<0.10,>=0.9.0 [2020-08-15T03:26:39.713Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-08-15T03:26:41.757Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-08-15T03:26:41.757Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-08-15T03:26:42.356Z] Collecting websocket-client<1.0,>=0.32.0 [2020-08-15T03:26:42.356Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-08-15T03:26:42.948Z] Collecting jsonschema<3,>=2.5.1 [2020-08-15T03:26:42.948Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-08-15T03:26:43.221Z] Collecting docker-pycreds>=0.4.0 [2020-08-15T03:26:43.221Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-08-15T03:26:43.814Z] Collecting urllib3<1.25,>=1.21.1 [2020-08-15T03:26:43.814Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-08-15T03:26:44.085Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2020-08-15T03:26:44.085Z] Collecting idna<2.8,>=2.5 [2020-08-15T03:26:44.085Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-08-15T03:26:44.355Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2020-08-15T03:26:44.355Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-08-15T03:26:44.355Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-08-15T03:26:44.355Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-08-15T03:26:44.355Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-08-15T03:26:44.947Z] Installing collected packages: cached-property, PyYAML, docopt, docker-pycreds, urllib3, idna, requests, websocket-client, docker, dockerpty, texttable, jsonschema, docker-compose [2020-08-15T03:26:45.219Z] Running setup.py install for PyYAML: started [2020-08-15T03:26:47.191Z] Running setup.py install for PyYAML: finished with status 'done' [2020-08-15T03:26:47.191Z] Running setup.py install for docopt: started [2020-08-15T03:26:48.678Z] Running setup.py install for docopt: finished with status 'done' [2020-08-15T03:26:48.955Z] Attempting uninstall: urllib3 [2020-08-15T03:26:48.955Z] Found existing installation: urllib3 1.25.9 [2020-08-15T03:26:48.955Z] Uninstalling urllib3-1.25.9: [2020-08-15T03:26:48.955Z] Successfully uninstalled urllib3-1.25.9 [2020-08-15T03:26:49.598Z] Attempting uninstall: idna [2020-08-15T03:26:49.598Z] Found existing installation: idna 2.9 [2020-08-15T03:26:49.598Z] Uninstalling idna-2.9: [2020-08-15T03:26:49.598Z] Successfully uninstalled idna-2.9 [2020-08-15T03:26:50.196Z] Attempting uninstall: requests [2020-08-15T03:26:50.196Z] Found existing installation: requests 2.23.0 [2020-08-15T03:26:50.196Z] Uninstalling requests-2.23.0: [2020-08-15T03:26:50.469Z] Successfully uninstalled requests-2.23.0 [2020-08-15T03:26:51.443Z] Running setup.py install for dockerpty: started [2020-08-15T03:26:53.407Z] Running setup.py install for dockerpty: finished with status 'done' [2020-08-15T03:26:53.407Z] Running setup.py install for texttable: started [2020-08-15T03:26:55.379Z] Running setup.py install for texttable: finished with status 'done' [2020-08-15T03:26:56.352Z] Successfully installed PyYAML-3.13 cached-property-1.5.1 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2020-08-15T03:26:59.748Z] Removing intermediate container 77977d894f83 [2020-08-15T03:26:59.748Z] ---> 025f2c43f504 [2020-08-15T03:26:59.748Z] Step 22/26 : RUN apk --no-cache add curl [2020-08-15T03:27:00.024Z] ---> Running in e44b05e8bba3 [2020-08-15T03:27:01.461Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-15T03:27:01.461Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-15T03:27:02.062Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-08-15T03:27:02.062Z] (2/3) Installing libcurl (7.69.1-r0) [2020-08-15T03:27:02.335Z] (3/3) Installing curl (7.69.1-r0) [2020-08-15T03:27:02.335Z] Executing busybox-1.31.1-r16.trigger [2020-08-15T03:27:02.335Z] OK: 71 MiB in 58 packages [2020-08-15T03:27:03.318Z] Removing intermediate container e44b05e8bba3 [2020-08-15T03:27:03.318Z] ---> c58eaf807720 [2020-08-15T03:27:03.318Z] Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-15T03:27:03.592Z] ---> Running in dedafbc5e1f1 [2020-08-15T03:27:04.188Z] Removing intermediate container dedafbc5e1f1 [2020-08-15T03:27:04.188Z] ---> eda3cbbc3f6d [2020-08-15T03:27:04.188Z] Step 24/26 : LABEL arch=arm64 [2020-08-15T03:27:04.188Z] ---> Running in 709b0c075503 [2020-08-15T03:27:04.466Z] Removing intermediate container 709b0c075503 [2020-08-15T03:27:04.466Z] ---> 346adb06ca9e [2020-08-15T03:27:04.466Z] Step 25/26 : LABEL git_sha=6d97bc60ab52e7107df88a754bad392e725fd52e [2020-08-15T03:27:04.740Z] ---> Running in 07933aa6e288 [2020-08-15T03:27:05.335Z] Removing intermediate container 07933aa6e288 [2020-08-15T03:27:05.335Z] ---> 3a67433603a6 [2020-08-15T03:27:05.335Z] Step 26/26 : LABEL version=0.0.0 [2020-08-15T03:27:05.335Z] ---> Running in 089e21d09d79 [2020-08-15T03:27:05.610Z] Removing intermediate container 089e21d09d79 [2020-08-15T03:27:05.610Z] ---> f90995434c23 [2020-08-15T03:27:05.610Z] [2020-08-15T03:27:06.208Z] Successfully built f90995434c23 [2020-08-15T03:27:06.208Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-08-15T03:27:06.496Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-08-15T03:27:06.488Z] $ docker stop --time=1 e2e83c34d17189aa8e7f5d4de3a52c03dd8b4d7c5dd6d5db14f780681ae80035 [2020-08-15T03:27:08.440Z] $ docker rm -f e2e83c34d17189aa8e7f5d4de3a52c03dd8b4d7c5dd6d5db14f780681ae80035 [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-15T03:27:09.154Z] + docker images [2020-08-15T03:27:09.154Z] + grep docker [2020-08-15T03:27:09.428Z] docker-sys-mgmt-agent-go-arm64 latest f90995434c23 4 seconds ago 266MB [2020-08-15T03:27:09.428Z] docker-core-data-go-arm64 latest 3df8f3dccf7e 47 seconds ago 22.6MB [2020-08-15T03:27:09.428Z] docker-core-command-go-arm64 latest 725b1813e8f6 55 seconds ago 12.4MB [2020-08-15T03:27:09.428Z] docker-security-proxy-setup-go-arm64 latest e62d0bd62dfa About a minute ago 15.8MB [2020-08-15T03:27:09.428Z] docker-support-logging-go-arm64 latest 3485c42df58a 2 minutes ago 11.4MB [2020-08-15T03:27:09.428Z] docker-security-secretstore-setup-go-arm64 latest 9fa37f6f3cdf 4 minutes ago 32.6MB [2020-08-15T03:27:09.428Z] docker-support-notifications-go-arm64 latest d1d22d66804f 5 minutes ago 13.9MB [2020-08-15T03:27:09.428Z] docker-core-metadata-go-arm64 latest 3e1dacd4dcc7 5 minutes ago 13.8MB [2020-08-15T03:27:09.428Z] docker-support-scheduler-go-arm64 latest 6153f2f92ea7 5 minutes ago 12.6MB [2020-08-15T03:27:09.428Z] docker-security-secrets-setup-go-arm64 latest b59c92b5c3a5 5 minutes ago 24.2MB [2020-08-15T03:27:09.428Z] docker latest ce9d55ae87f1 7 weeks ago 193MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2020-08-15T03:27:11.145Z] provisioning config files... [2020-08-15T03:27:11.167Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/5@tmp/config9056511779605813831tmp [Pipeline] { [Pipeline] sh [2020-08-15T03:27:11.512Z] + curl -s https://codecov.io/bash [2020-08-15T03:27:11.512Z] + bash -s - -t @/w/workspace/edgex-go/5@tmp/config9056511779605813831tmp [Pipeline] } [2020-08-15T03:27:12.093Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-08-15T03:27:13.498Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-15T03:27:14.447Z] ---> package-listing.sh [2020-08-15T03:27:14.448Z] ++ facter osfamily [2020-08-15T03:27:14.448Z] ++ tr '[:upper:]' '[:lower:]' [2020-08-15T03:27:14.448Z] + OS_FAMILY=redhat [2020-08-15T03:27:14.448Z] + workspace=/w/workspace/edgex-go/5 [2020-08-15T03:27:14.448Z] + START_PACKAGES=/tmp/packages_start.txt [2020-08-15T03:27:14.448Z] + END_PACKAGES=/tmp/packages_end.txt [2020-08-15T03:27:14.448Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-08-15T03:27:14.448Z] + PACKAGES=/tmp/packages_start.txt [2020-08-15T03:27:14.448Z] + '[' /w/workspace/edgex-go/5 ']' [2020-08-15T03:27:14.448Z] + PACKAGES=/tmp/packages_end.txt [2020-08-15T03:27:14.448Z] + case "${OS_FAMILY}" in [2020-08-15T03:27:14.448Z] + rpm -qa [2020-08-15T03:27:14.448Z] + sort [2020-08-15T03:27:18.647Z] + '[' -f /tmp/packages_start.txt ']' [2020-08-15T03:27:18.647Z] + '[' -f /tmp/packages_end.txt ']' [2020-08-15T03:27:18.647Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-08-15T03:27:18.647Z] + '[' /w/workspace/edgex-go/5 ']' [2020-08-15T03:27:18.647Z] + mkdir -p /w/workspace/edgex-go/5/archives/ [2020-08-15T03:27:18.647Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/5/archives/ [Pipeline] isUnix [Pipeline] sh [2020-08-15T03:27:19.389Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-15T03:27:19.389Z] [2020-08-15T03:27:19.389Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-08-15T03:27:19.727Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-15T03:27:19.727Z] alpine: Pulling from edgex-lftools-log-publisher [2020-08-15T03:27:19.727Z] c9b1b535fdd9: Pulling fs layer [2020-08-15T03:27:19.727Z] 2cc5ad85d9ab: Pulling fs layer [2020-08-15T03:27:19.727Z] 756a868c4378: Pulling fs layer [2020-08-15T03:27:19.727Z] 444b2fc9a129: Pulling fs layer [2020-08-15T03:27:19.727Z] ea15f1150254: Pulling fs layer [2020-08-15T03:27:19.727Z] 41b27a9f41bf: Pulling fs layer [2020-08-15T03:27:19.727Z] 28c525ee5125: Pulling fs layer [2020-08-15T03:27:19.727Z] 094b1ea09ed8: Pulling fs layer [2020-08-15T03:27:19.727Z] 138eaada9080: Pulling fs layer [2020-08-15T03:27:19.727Z] 0622d0fa9048: Pulling fs layer [2020-08-15T03:27:19.727Z] 444b2fc9a129: Waiting [2020-08-15T03:27:19.727Z] ea15f1150254: Waiting [2020-08-15T03:27:19.727Z] 41b27a9f41bf: Waiting [2020-08-15T03:27:19.727Z] 28c525ee5125: Waiting [2020-08-15T03:27:19.727Z] 138eaada9080: Waiting [2020-08-15T03:27:19.727Z] 0622d0fa9048: Waiting [2020-08-15T03:27:19.727Z] 2cc5ad85d9ab: Download complete [2020-08-15T03:27:19.727Z] 444b2fc9a129: Verifying Checksum [2020-08-15T03:27:19.727Z] 444b2fc9a129: Download complete [2020-08-15T03:27:19.727Z] c9b1b535fdd9: Verifying Checksum [2020-08-15T03:27:19.727Z] c9b1b535fdd9: Download complete [2020-08-15T03:27:20.004Z] ea15f1150254: Verifying Checksum [2020-08-15T03:27:20.004Z] ea15f1150254: Download complete [2020-08-15T03:27:20.004Z] 28c525ee5125: Verifying Checksum [2020-08-15T03:27:20.004Z] 28c525ee5125: Download complete [2020-08-15T03:27:20.271Z] 756a868c4378: Verifying Checksum [2020-08-15T03:27:20.271Z] 756a868c4378: Download complete [2020-08-15T03:27:20.271Z] 094b1ea09ed8: Verifying Checksum [2020-08-15T03:27:20.271Z] 094b1ea09ed8: Download complete [2020-08-15T03:27:20.271Z] 138eaada9080: Verifying Checksum [2020-08-15T03:27:20.271Z] 138eaada9080: Download complete [2020-08-15T03:27:20.271Z] c9b1b535fdd9: Pull complete [2020-08-15T03:27:20.271Z] 0622d0fa9048: Download complete [2020-08-15T03:27:20.845Z] 2cc5ad85d9ab: Pull complete [2020-08-15T03:27:20.845Z] 41b27a9f41bf: Verifying Checksum [2020-08-15T03:27:20.845Z] 41b27a9f41bf: Download complete [2020-08-15T03:27:22.763Z] 756a868c4378: Pull complete [2020-08-15T03:27:22.763Z] 444b2fc9a129: Pull complete [2020-08-15T03:27:22.763Z] ea15f1150254: Pull complete [2020-08-15T03:27:29.369Z] 41b27a9f41bf: Pull complete [2020-08-15T03:27:29.369Z] 28c525ee5125: Pull complete [2020-08-15T03:27:31.284Z] 094b1ea09ed8: Pull complete [2020-08-15T03:27:31.553Z] 138eaada9080: Pull complete [2020-08-15T03:27:32.938Z] 0622d0fa9048: Pull complete [2020-08-15T03:27:32.938Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-08-15T03:27:32.938Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-15T03:27:32.938Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-08-15T03:27:33.115Z] prd-centos7-docker-4c-2g-108 does not seem to be running inside a container [2020-08-15T03:27:33.171Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-08-15T03:27:38.138Z] $ docker top 62fe4ed10895a78a9025f30ca07306d24048e5348f3334051cf1e6e42301bc68 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-08-15T03:27:38.401Z] provisioning config files... [2020-08-15T03:27:38.422Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/5@tmp/config1841432517839944208tmp [Pipeline] { [Pipeline] echo [2020-08-15T03:27:38.486Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-15T03:27:38.788Z] ---> create-netrc.sh [Pipeline] echo [2020-08-15T03:27:38.798Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-15T03:27:39.100Z] ---> logs-deploy.sh [2020-08-15T03:27:39.100Z] + ARCHIVE_ARTIFACTS= [2020-08-15T03:27:39.100Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-08-15T03:27:39.100Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-08-15T03:27:39.100Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-08-15T03:27:39.100Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2661/5 [2020-08-15T03:27:39.100Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2661/5/ [2020-08-15T03:27:39.100Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2661/5 /w/workspace/edgex-go/5 [2020-08-15T03:27:40.047Z] Archives upload complete. [2020-08-15T03:27:40.307Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2661/5 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2661/5/