Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of weichou1229 for edgexfoundry/edgex-go Loading trusted files from base branch master at 04784571c64111dd2069565982d29e4bcbbafa66 rather than fb650b50dcd735cec13b6d517224b4e36adaa169 Obtained Jenkinsfile from 04784571c64111dd2069565982d29e4bcbbafa66 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 raml_verify, buildScript:make build, publishSwaggerDocs:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test raml_verify BUILD_SCRIPT: make build GO_VERSION: 1.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: api/openapi/v1 api/openapi/v2 [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-724’ is offline Running on prd-centos7-docker-4c-2g-965 in /w/workspace/edgexfoundry_edgex-go_PR-2627 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/14 [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/14 # 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/2627/head:refs/remotes/origin/PR-2627 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/2627/head:refs/remotes/origin/PR-2627 # 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/2627/head:refs/remotes/origin/PR-2627 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 04784571c64111dd2069565982d29e4bcbbafa66 into PR head commit fb650b50dcd735cec13b6d517224b4e36adaa169 Merge succeeded, producing c6771f42a5524429f96f8d73a9bafba19bf2e966 Checking out Revision c6771f42a5524429f96f8d73a9bafba19bf2e966 (PR-2627) > git config core.sparsecheckout # timeout=10 > git checkout -f fb650b50dcd735cec13b6d517224b4e36adaa169 # 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 04784571c64111dd2069565982d29e4bcbbafa66 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f c6771f42a5524429f96f8d73a9bafba19bf2e966 # timeout=10 Commit message: "Merge commit '04784571c64111dd2069565982d29e4bcbbafa66' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-07-25T04:30:31.262Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) > git rev-list --no-walk 98380472605f4711941f475a8de95c5685366209 # timeout=10 [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-07-25T04:30:31.472Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-07-25T04:30:31.553Z] ========================================================= [2020-07-25T04:30:31.553Z] EdgeX Global Pipelines Version Info [2020-07-25T04:30:31.553Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-07-25T04:30:32.979Z] ------------------- [2020-07-25T04:30:32.979Z] stable info: [2020-07-25T04:30:32.979Z] ------------------- [2020-07-25T04:30:32.979Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-07-25T04:30:32.979Z] Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [2020-07-25T04:30:32.979Z] Message: update stable to v1.0.106 [2020-07-25T04:30:33.928Z] ------------------- [2020-07-25T04:30:33.928Z] experimental info: [2020-07-25T04:30:33.928Z] ------------------- [2020-07-25T04:30:33.928Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-07-25T04:30:33.928Z] Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [2020-07-25T04:30:33.928Z] Message: update experimental to v1.0.106 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] sh [2020-07-25T04:30:35.488Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secrets-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-logging/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2020-07-25T04:30:35.488Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-25T04:30:35.488Z] ++ dirname cmd/core-command/Dockerfile [2020-07-25T04:30:35.488Z] ++ cut -d/ -f2 [2020-07-25T04:30:35.488Z] + echo core-command,cmd/core-command/Dockerfile [2020-07-25T04:30:35.488Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-25T04:30:35.488Z] ++ dirname cmd/core-data/Dockerfile [2020-07-25T04:30:35.488Z] ++ cut -d/ -f2 [2020-07-25T04:30:35.488Z] + echo core-data,cmd/core-data/Dockerfile [2020-07-25T04:30:35.488Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-25T04:30:35.488Z] ++ dirname cmd/core-metadata/Dockerfile [2020-07-25T04:30:35.488Z] ++ cut -d/ -f2 [2020-07-25T04:30:35.488Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-07-25T04:30:35.488Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-25T04:30:35.488Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-07-25T04:30:35.488Z] ++ cut -d/ -f2 [2020-07-25T04:30:35.488Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-07-25T04:30:35.488Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-25T04:30:35.488Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-07-25T04:30:35.488Z] ++ cut -d/ -f2 [2020-07-25T04:30:35.488Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-07-25T04:30:35.488Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-25T04:30:35.488Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-07-25T04:30:35.488Z] ++ cut -d/ -f2 [2020-07-25T04:30:35.488Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-07-25T04:30:35.488Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-25T04:30:35.488Z] ++ dirname cmd/support-logging/Dockerfile [2020-07-25T04:30:35.488Z] ++ cut -d/ -f2 [2020-07-25T04:30:35.488Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-07-25T04:30:35.488Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-25T04:30:35.488Z] ++ dirname cmd/support-notifications/Dockerfile [2020-07-25T04:30:35.488Z] ++ cut -d/ -f2 [2020-07-25T04:30:35.488Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-07-25T04:30:35.488Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-25T04:30:35.488Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-07-25T04:30:35.488Z] ++ cut -d/ -f2 [2020-07-25T04:30:35.488Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-07-25T04:30:35.488Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-25T04:30:35.488Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-07-25T04:30:35.488Z] ++ cut -d/ -f2 [2020-07-25T04:30:35.488Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-07-25T04:30:35.548Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secrets-setup-go, dockerfile:cmd/security-secrets-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-logging-go, dockerfile:cmd/support-logging/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2020-07-25T04:30:36.190Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-25T04:30:36.190Z] [2020-07-25T04:30:36.190Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-07-25T04:30:36.590Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-25T04:30:36.590Z] latest: Pulling from edgex-devops/git-semver [2020-07-25T04:30:36.590Z] 31603596830f: Pulling fs layer [2020-07-25T04:30:36.590Z] 2a8b12db71e7: Pulling fs layer [2020-07-25T04:30:36.590Z] 6ca5941a6612: Pulling fs layer [2020-07-25T04:30:36.590Z] ecc8261a40a4: Pulling fs layer [2020-07-25T04:30:36.590Z] ecc8261a40a4: Waiting [2020-07-25T04:30:36.590Z] 2a8b12db71e7: Download complete [2020-07-25T04:30:36.590Z] 31603596830f: Verifying Checksum [2020-07-25T04:30:36.590Z] 31603596830f: Download complete [2020-07-25T04:30:36.862Z] ecc8261a40a4: Verifying Checksum [2020-07-25T04:30:36.862Z] ecc8261a40a4: Download complete [2020-07-25T04:30:36.862Z] 6ca5941a6612: Verifying Checksum [2020-07-25T04:30:36.862Z] 6ca5941a6612: Download complete [2020-07-25T04:30:37.124Z] 31603596830f: Pull complete [2020-07-25T04:30:37.124Z] 2a8b12db71e7: Pull complete [2020-07-25T04:30:38.133Z] 6ca5941a6612: Pull complete [2020-07-25T04:30:38.133Z] ecc8261a40a4: Pull complete [2020-07-25T04:30:38.133Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-07-25T04:30:38.394Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-25T04:30:38.394Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-07-25T04:30:38.496Z] prd-centos7-docker-4c-2g-965 does not seem to be running inside a container [2020-07-25T04:30:38.557Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@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:10004/edgex-devops/git-semver:latest cat [2020-07-25T04:30:40.784Z] $ docker top a132d365d2d7849bbca9f1443aa463e7fe42b11b6d952088c8fb7f55c378f4ad -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-07-25T04:30:41.296Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-25T04:30:41.296Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-25T04:30:41.494Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-25T04:30:41.495Z] $ docker exec a132d365d2d7849bbca9f1443aa463e7fe42b11b6d952088c8fb7f55c378f4ad ssh-agent [2020-07-25T04:30:41.654Z] SSH_AUTH_SOCK=/tmp/ssh-wZsCbQnSijAA/agent.11 [2020-07-25T04:30:41.654Z] SSH_AGENT_PID=16 [2020-07-25T04:30:41.665Z] Running ssh-add (command line suppressed) [2020-07-25T04:30:41.780Z] Identity added: /w/workspace/edgex-go/14@tmp/private_key_1066504922999383983.key (/w/workspace/edgex-go/14@tmp/private_key_1066504922999383983.key) [2020-07-25T04:30:41.831Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-25T04:30:42.165Z] + git describe --exact-match --tags HEAD [2020-07-25T04:30:42.165Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-07-25T04:30:42.184Z] $ docker exec --env ******** --env ******** a132d365d2d7849bbca9f1443aa463e7fe42b11b6d952088c8fb7f55c378f4ad ssh-agent -k [2020-07-25T04:30:42.305Z] unset SSH_AUTH_SOCK; [2020-07-25T04:30:42.305Z] unset SSH_AGENT_PID; [2020-07-25T04:30:42.306Z] echo Agent pid 16 killed; [2020-07-25T04:30:42.353Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-07-25T04:30:42.432Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-07-25T04:30:42.432Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-07-25T04:30:42.518Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-25T04:30:42.518Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-25T04:30:42.689Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-25T04:30:42.690Z] $ docker exec a132d365d2d7849bbca9f1443aa463e7fe42b11b6d952088c8fb7f55c378f4ad ssh-agent [2020-07-25T04:30:42.853Z] SSH_AUTH_SOCK=/tmp/ssh-OtpjVMf6ltc7/agent.45 [2020-07-25T04:30:42.853Z] SSH_AGENT_PID=50 [2020-07-25T04:30:42.859Z] Running ssh-add (command line suppressed) [2020-07-25T04:30:42.981Z] Identity added: /w/workspace/edgex-go/14@tmp/private_key_6023573190045178811.key (/w/workspace/edgex-go/14@tmp/private_key_6023573190045178811.key) [2020-07-25T04:30:43.034Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-25T04:30:43.370Z] + git semver init [2020-07-25T04:30:43.370Z] # -> Open(): unable to determine branch for HEAD [2020-07-25T04:30:43.370Z] # $GIT_DIR = /w/workspace/edgex-go/14/.git [2020-07-25T04:30:43.370Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/14 [2020-07-25T04:30:43.370Z] # $SEMVER_REMOTE_NAME = origin [2020-07-25T04:30:43.370Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-07-25T04:30:43.370Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-07-25T04:30:43.370Z] # $SEMVER_BRANCH = PR-2627 [2020-07-25T04:30:43.370Z] # $SEMVER_TEMP = /tmp/semver-739715287 [2020-07-25T04:30:43.370Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-07-25T04:31:01.519Z] # '/tmp/semver-739715287' -> '/w/workspace/edgex-go/14/.semver' [2020-07-25T04:31:01.780Z] # -> Force: false [2020-07-25T04:31:01.780Z] # $SEMVER_DIR = /w/workspace/edgex-go/14/.semver [Pipeline] } [2020-07-25T04:31:01.790Z] $ docker exec --env ******** --env ******** a132d365d2d7849bbca9f1443aa463e7fe42b11b6d952088c8fb7f55c378f4ad ssh-agent -k [2020-07-25T04:31:01.956Z] unset SSH_AUTH_SOCK; [2020-07-25T04:31:01.957Z] unset SSH_AGENT_PID; [2020-07-25T04:31:01.957Z] echo Agent pid 50 killed; [2020-07-25T04:31:02.016Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-07-25T04:31:02.526Z] + git semver [Pipeline] } [2020-07-25T04:31:02.543Z] $ docker stop --time=1 a132d365d2d7849bbca9f1443aa463e7fe42b11b6d952088c8fb7f55c378f4ad [2020-07-25T04:31:04.225Z] $ docker rm -f a132d365d2d7849bbca9f1443aa463e7fe42b11b6d952088c8fb7f55c378f4ad [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-07-25T04:31:18.173Z] Stashed 25 file(s) [Pipeline] echo [2020-07-25T04:31:18.176Z] [edgeXSemver] initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] echo [2020-07-25T04:31:18.644Z] ========================================================= [2020-07-25T04:31:18.644Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-07-25T04:31:18.644Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-07-25T04:31:18.977Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . [2020-07-25T04:31:22.293Z] Sending build context to Docker daemon 323.2MB [2020-07-25T04:31:22.293Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-07-25T04:31:22.293Z] Step 2/7 : FROM ${BASE} [2020-07-25T04:31:22.293Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-07-25T04:31:22.293Z] df20fa9351a1: Pulling fs layer [2020-07-25T04:31:22.293Z] ed8968b2872e: Pulling fs layer [2020-07-25T04:31:22.293Z] a92cc7c5fd73: Pulling fs layer [2020-07-25T04:31:22.293Z] 2dd03ba5bac4: Pulling fs layer [2020-07-25T04:31:22.293Z] 1e091d79d1de: Pulling fs layer [2020-07-25T04:31:22.293Z] 481702a1767f: Pulling fs layer [2020-07-25T04:31:22.293Z] f64a6f60c768: Pulling fs layer [2020-07-25T04:31:22.293Z] e78d2573fc39: Pulling fs layer [2020-07-25T04:31:22.293Z] e876d2f968b6: Pulling fs layer [2020-07-25T04:31:22.293Z] ce8a83651883: Pulling fs layer [2020-07-25T04:31:22.293Z] 07967f4d0e4b: Pulling fs layer [2020-07-25T04:31:22.293Z] f64a6f60c768: Waiting [2020-07-25T04:31:22.293Z] e78d2573fc39: Waiting [2020-07-25T04:31:22.293Z] ce8a83651883: Waiting [2020-07-25T04:31:22.293Z] 07967f4d0e4b: Waiting [2020-07-25T04:31:22.293Z] 1e091d79d1de: Waiting [2020-07-25T04:31:22.293Z] 2dd03ba5bac4: Waiting [2020-07-25T04:31:22.293Z] 481702a1767f: Waiting [2020-07-25T04:31:22.293Z] a92cc7c5fd73: Verifying Checksum [2020-07-25T04:31:22.293Z] a92cc7c5fd73: Download complete [2020-07-25T04:31:22.293Z] ed8968b2872e: Verifying Checksum [2020-07-25T04:31:22.293Z] ed8968b2872e: Download complete [2020-07-25T04:31:22.293Z] 1e091d79d1de: Verifying Checksum [2020-07-25T04:31:22.293Z] 1e091d79d1de: Download complete [2020-07-25T04:31:22.293Z] 481702a1767f: Verifying Checksum [2020-07-25T04:31:22.293Z] 481702a1767f: Download complete [2020-07-25T04:31:22.293Z] df20fa9351a1: Verifying Checksum [2020-07-25T04:31:22.293Z] df20fa9351a1: Download complete [2020-07-25T04:31:22.293Z] df20fa9351a1: Pull complete [2020-07-25T04:31:22.884Z] f64a6f60c768: Download complete [2020-07-25T04:31:22.884Z] e876d2f968b6: Verifying Checksum [2020-07-25T04:31:22.884Z] e876d2f968b6: Download complete [2020-07-25T04:31:23.463Z] e78d2573fc39: Verifying Checksum [2020-07-25T04:31:23.463Z] e78d2573fc39: Download complete [2020-07-25T04:31:23.463Z] 2dd03ba5bac4: Verifying Checksum [2020-07-25T04:31:23.463Z] 2dd03ba5bac4: Download complete [2020-07-25T04:31:23.463Z] 07967f4d0e4b: Verifying Checksum [2020-07-25T04:31:23.463Z] 07967f4d0e4b: Download complete [2020-07-25T04:31:23.724Z] ce8a83651883: Download complete [2020-07-25T04:31:24.668Z] ed8968b2872e: Pull complete [2020-07-25T04:31:24.931Z] a92cc7c5fd73: Pull complete [2020-07-25T04:31:30.271Z] 2dd03ba5bac4: Pull complete [2020-07-25T04:31:30.271Z] 1e091d79d1de: Pull complete [2020-07-25T04:31:30.271Z] 481702a1767f: Pull complete [2020-07-25T04:31:33.449Z] Still waiting to schedule task [2020-07-25T04:31:33.449Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-07-25T04:31:36.878Z] f64a6f60c768: Pull complete [2020-07-25T04:31:39.461Z] e78d2573fc39: Pull complete [2020-07-25T04:31:39.461Z] e876d2f968b6: Pull complete [2020-07-25T04:31:40.877Z] ce8a83651883: Pull complete [2020-07-25T04:31:40.877Z] 07967f4d0e4b: Pull complete [2020-07-25T04:31:40.877Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-07-25T04:31:40.877Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-07-25T04:31:40.877Z] ---> 5d7c900382c6 [2020-07-25T04:31:40.877Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-07-25T04:31:41.450Z] ---> Running in 0151ee328f6c [2020-07-25T04:31:42.024Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-25T04:31:42.968Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-25T04:31:43.909Z] (1/12) Installing libmagic (5.38-r0) [2020-07-25T04:31:44.481Z] (2/12) Installing file (5.38-r0) [2020-07-25T04:31:44.481Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-07-25T04:31:44.481Z] (4/12) Installing g++ (9.3.0-r2) [2020-07-25T04:32:02.613Z] (5/12) Installing fortify-headers (1.1-r0) [2020-07-25T04:32:02.613Z] (6/12) Installing patch (2.7.6-r6) [2020-07-25T04:32:02.613Z] (7/12) Installing build-base (0.5-r2) [2020-07-25T04:32:02.613Z] (8/12) Installing libsodium (1.0.18-r0) [2020-07-25T04:32:02.613Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-07-25T04:32:02.613Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-07-25T04:32:02.613Z] (11/12) Installing libzmq (4.3.2-r0) [2020-07-25T04:32:02.877Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-07-25T04:32:02.877Z] Executing busybox-1.31.1-r16.trigger [2020-07-25T04:32:02.877Z] OK: 233 MiB in 51 packages [2020-07-25T04:32:07.100Z] Removing intermediate container 0151ee328f6c [2020-07-25T04:32:07.100Z] ---> c9206826c95f [2020-07-25T04:32:07.100Z] Step 4/7 : WORKDIR /edgex-go [2020-07-25T04:32:07.100Z] ---> Running in c4691fa9bd80 [2020-07-25T04:32:07.100Z] Removing intermediate container c4691fa9bd80 [2020-07-25T04:32:07.100Z] ---> 24b4f799f775 [2020-07-25T04:32:07.100Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-07-25T04:32:07.361Z] latest: Pulling from library/docker [2020-07-25T04:32:07.623Z] df20fa9351a1: Already exists [2020-07-25T04:32:07.623Z] 25ad7478873d: Pulling fs layer [2020-07-25T04:32:07.623Z] 4684f6177b5d: Pulling fs layer [2020-07-25T04:32:07.623Z] 46e300cec669: Pulling fs layer [2020-07-25T04:32:07.623Z] 63038576ad94: Pulling fs layer [2020-07-25T04:32:07.623Z] 0fdb76c4706c: Pulling fs layer [2020-07-25T04:32:07.623Z] cb7edeffdfd5: Pulling fs layer [2020-07-25T04:32:07.623Z] 63038576ad94: Waiting [2020-07-25T04:32:07.623Z] 0fdb76c4706c: Waiting [2020-07-25T04:32:07.623Z] cb7edeffdfd5: Waiting [2020-07-25T04:32:07.623Z] 4684f6177b5d: Verifying Checksum [2020-07-25T04:32:07.623Z] 4684f6177b5d: Download complete [2020-07-25T04:32:07.889Z] 25ad7478873d: Verifying Checksum [2020-07-25T04:32:07.889Z] 25ad7478873d: Download complete [2020-07-25T04:32:07.889Z] 0fdb76c4706c: Verifying Checksum [2020-07-25T04:32:07.889Z] 0fdb76c4706c: Download complete [2020-07-25T04:32:08.159Z] cb7edeffdfd5: Verifying Checksum [2020-07-25T04:32:08.159Z] cb7edeffdfd5: Download complete [2020-07-25T04:32:08.159Z] 63038576ad94: Verifying Checksum [2020-07-25T04:32:08.159Z] 63038576ad94: Download complete [2020-07-25T04:32:08.159Z] 25ad7478873d: Pull complete [2020-07-25T04:32:08.159Z] 4684f6177b5d: Pull complete [2020-07-25T04:32:08.420Z] 46e300cec669: Verifying Checksum [2020-07-25T04:32:08.420Z] 46e300cec669: Download complete [2020-07-25T04:32:11.010Z] 46e300cec669: Pull complete [2020-07-25T04:32:11.010Z] 63038576ad94: Pull complete [2020-07-25T04:32:11.010Z] 0fdb76c4706c: Pull complete [2020-07-25T04:32:11.270Z] cb7edeffdfd5: Pull complete [2020-07-25T04:32:11.270Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-07-25T04:32:11.270Z] Status: Downloaded newer image for docker:latest [2020-07-25T04:32:12.666Z] ---> de4996cc2a88 [2020-07-25T04:32:12.666Z] Step 6/7 : COPY go.mod . [2020-07-25T04:32:12.927Z] ---> 8db0ece066a6 [2020-07-25T04:32:12.927Z] Step 7/7 : RUN go mod download [2020-07-25T04:32:12.927Z] ---> Running in f686ebbb2965 [2020-07-25T04:32:15.476Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-07-25T04:32:15.476Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-07-25T04:32:15.476Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-07-25T04:32:15.476Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-07-25T04:32:15.477Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-07-25T04:32:15.477Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-07-25T04:32:15.477Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-07-25T04:32:15.477Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-07-25T04:32:15.477Z] go: finding github.com/cloudflare/gokey v0.1.0 [2020-07-25T04:32:15.477Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-07-25T04:32:15.477Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-07-25T04:32:15.477Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-07-25T04:32:15.477Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-07-25T04:32:15.477Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-07-25T04:32:15.477Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-07-25T04:32:15.477Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-07-25T04:32:15.477Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-07-25T04:32:15.477Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-07-25T04:32:15.477Z] go: finding github.com/fatih/color v1.7.0 [2020-07-25T04:32:15.477Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-07-25T04:32:15.477Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-07-25T04:32:15.477Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-07-25T04:32:15.477Z] go: finding github.com/go-kit/kit v0.8.0 [2020-07-25T04:32:15.477Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-07-25T04:32:15.477Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-07-25T04:32:15.477Z] go: finding github.com/go-stack/stack v1.8.0 [2020-07-25T04:32:15.477Z] go: finding github.com/golang/protobuf v1.3.2 [2020-07-25T04:32:15.477Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-07-25T04:32:15.477Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-07-25T04:32:15.477Z] go: finding github.com/google/uuid v1.1.0 [2020-07-25T04:32:15.738Z] go: finding github.com/gorilla/mux v1.7.1 [2020-07-25T04:32:15.738Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-07-25T04:32:15.738Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-07-25T04:32:15.738Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-07-25T04:32:15.738Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-07-25T04:32:15.738Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-07-25T04:32:15.738Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-07-25T04:32:15.738Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-07-25T04:32:15.738Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-07-25T04:32:15.738Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-07-25T04:32:15.738Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-07-25T04:32:15.738Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-07-25T04:32:15.738Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-07-25T04:32:15.999Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-07-25T04:32:15.999Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-07-25T04:32:15.999Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-07-25T04:32:15.999Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-07-25T04:32:15.999Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-07-25T04:32:15.999Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-07-25T04:32:16.000Z] go: finding github.com/imdario/mergo v0.3.6 [2020-07-25T04:32:16.000Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-07-25T04:32:16.000Z] go: finding github.com/kr/pretty v0.1.0 [2020-07-25T04:32:16.000Z] go: finding github.com/kr/pty v1.1.1 [2020-07-25T04:32:16.000Z] go: finding github.com/kr/text v0.1.0 [2020-07-25T04:32:16.000Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-07-25T04:32:16.000Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-07-25T04:32:16.260Z] go: finding github.com/miekg/dns v1.0.14 [2020-07-25T04:32:16.260Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-07-25T04:32:16.260Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-07-25T04:32:16.260Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-07-25T04:32:16.260Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-07-25T04:32:16.260Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-07-25T04:32:16.260Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-07-25T04:32:16.260Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-07-25T04:32:16.260Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-07-25T04:32:16.260Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-07-25T04:32:16.260Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-07-25T04:32:16.260Z] go: finding github.com/onsi/gomega v1.7.0 [2020-07-25T04:32:16.521Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-07-25T04:32:16.521Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-07-25T04:32:16.521Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-07-25T04:32:16.521Z] go: finding github.com/pkg/errors v0.8.1 [2020-07-25T04:32:16.521Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-07-25T04:32:16.521Z] go: finding github.com/posener/complete v1.1.1 [2020-07-25T04:32:16.521Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-07-25T04:32:16.521Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-07-25T04:32:16.521Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-07-25T04:32:16.521Z] go: finding github.com/stretchr/objx v0.1.0 [2020-07-25T04:32:16.521Z] go: finding github.com/stretchr/testify v1.5.1 [2020-07-25T04:32:16.521Z] go: finding github.com/ugorji/go v1.1.4 [2020-07-25T04:32:16.782Z] go: finding github.com/x448/float16 v0.8.4 [2020-07-25T04:32:16.782Z] go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 [2020-07-25T04:32:16.782Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-07-25T04:32:16.782Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-07-25T04:32:16.782Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-07-25T04:32:16.782Z] go: finding golang.org/x/text v0.3.2 [2020-07-25T04:32:16.782Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-07-25T04:32:16.782Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-07-25T04:32:16.782Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-07-25T04:32:16.782Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-07-25T04:32:16.782Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-07-25T04:32:16.782Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-07-25T04:32:31.794Z] Removing intermediate container f686ebbb2965 [2020-07-25T04:32:31.794Z] ---> c489caa631e2 [2020-07-25T04:32:31.794Z] Successfully built c489caa631e2 [2020-07-25T04:32:31.794Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-25T04:32:32.439Z] + docker inspect -f . ci-base-image-x86_64 [2020-07-25T04:32:32.439Z] . [Pipeline] withDockerContainer [2020-07-25T04:32:32.551Z] prd-centos7-docker-4c-2g-965 does not seem to be running inside a container [2020-07-25T04:32:32.599Z] $ 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/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@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-x86_64 cat [2020-07-25T04:32:33.195Z] $ docker top bcc74f3544750c3ad19e3de3534fc3e99b30a6e7cc8c0cb1e3e849efb12df14f -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-25T04:32:33.660Z] + go version [2020-07-25T04:32:33.660Z] go version go1.13.13 linux/amd64 [Pipeline] echo [2020-07-25T04:32:33.672Z] ========================================================= [2020-07-25T04:32:33.672Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-07-25T04:32:33.672Z] ========================================================= [Pipeline] sh [2020-07-25T04:32:33.968Z] + make test raml_verify [2020-07-25T04:32:33.968Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-07-25T04:32:37.437Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-07-25T04:32:45.639Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-07-25T04:32:51.076Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-07-25T04:32:51.076Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-07-25T04:32:51.076Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-07-25T04:32:51.076Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-07-25T04:32:52.069Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.022s [2020-07-25T04:32:52.069Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-07-25T04:32:52.069Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-07-25T04:32:52.069Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-07-25T04:32:52.338Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-07-25T04:32:52.932Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-07-25T04:32:52.932Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-07-25T04:32:52.932Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-07-25T04:32:52.932Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-07-25T04:32:59.607Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.020s coverage: 46.6% of statements [2020-07-25T04:32:59.607Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-07-25T04:32:59.607Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-07-25T04:32:59.607Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-07-25T04:32:59.607Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-07-25T04:32:59.607Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-07-25T04:33:02.967Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.057s coverage: 27.4% of statements [2020-07-25T04:33:02.967Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-07-25T04:33:02.967Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-07-25T04:33:02.967Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-07-25T04:33:02.967Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-07-25T04:33:02.967Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-07-25T04:33:02.967Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-07-25T04:33:02.967Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.023s coverage: 100.0% of statements [2020-07-25T04:33:02.967Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-07-25T04:33:02.967Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.035s coverage: 100.0% of statements [2020-07-25T04:33:02.967Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-07-25T04:33:02.967Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.104s coverage: 29.3% of statements [2020-07-25T04:33:02.967Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-07-25T04:33:02.967Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-07-25T04:33:02.967Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-07-25T04:33:02.967Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-07-25T04:33:02.967Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-07-25T04:33:02.967Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.045s coverage: 100.0% of statements [2020-07-25T04:33:02.967Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-07-25T04:33:02.967Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.014s coverage: 100.0% of statements [2020-07-25T04:33:02.967Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-07-25T04:33:03.926Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.034s coverage: 89.8% of statements [2020-07-25T04:33:03.926Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-07-25T04:33:04.527Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.046s coverage: 97.5% of statements [2020-07-25T04:33:04.527Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-07-25T04:33:05.124Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.044s coverage: 100.0% of statements [2020-07-25T04:33:05.124Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-07-25T04:33:05.124Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-07-25T04:33:05.124Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-07-25T04:33:05.124Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-07-25T04:33:05.124Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-07-25T04:33:05.124Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-07-25T04:33:05.124Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-07-25T04:33:05.124Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-07-25T04:33:05.124Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-07-25T04:33:05.124Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-07-25T04:33:05.124Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-07-25T04:33:05.124Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-07-25T04:33:05.124Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-07-25T04:33:05.124Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-07-25T04:33:05.124Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-07-25T04:33:05.124Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-07-25T04:33:05.124Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-07-25T04:33:05.124Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.008s coverage: 58.8% of statements [2020-07-25T04:33:06.522Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.048s coverage: 63.5% of statements [2020-07-25T04:33:06.522Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-07-25T04:33:06.522Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-07-25T04:33:06.522Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.008s coverage: 100.0% of statements [2020-07-25T04:33:06.793Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.102s coverage: 55.9% of statements [2020-07-25T04:33:06.793Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-07-25T04:33:06.793Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-07-25T04:33:06.793Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-07-25T04:33:06.793Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-07-25T04:33:19.145Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 11.510s coverage: 86.3% of statements [2020-07-25T04:33:19.145Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-07-25T04:33:19.145Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.319s coverage: 72.2% of statements [2020-07-25T04:33:19.145Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.207s coverage: 72.1% of statements [2020-07-25T04:33:19.145Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.016s coverage: 82.4% of statements [2020-07-25T04:33:19.145Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.010s coverage: 48.4% of statements [2020-07-25T04:33:19.145Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-07-25T04:33:19.145Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-07-25T04:33:19.145Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-07-25T04:33:19.145Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.006s coverage: 28.8% of statements [2020-07-25T04:33:19.145Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-07-25T04:33:19.145Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.007s coverage: 96.8% of statements [2020-07-25T04:33:19.145Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-07-25T04:33:19.145Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.077s coverage: 26.9% of statements [2020-07-25T04:33:19.145Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-07-25T04:33:19.145Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-07-25T04:33:19.145Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.146s coverage: 84.1% of statements [2020-07-25T04:33:19.145Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.038s coverage: 100.0% of statements [2020-07-25T04:33:19.145Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.010s coverage: 43.1% of statements [2020-07-25T04:33:19.145Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-07-25T04:33:19.145Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-07-25T04:33:19.145Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.014s coverage: 100.0% of statements [2020-07-25T04:33:19.145Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-07-25T04:33:19.145Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.011s coverage: 83.8% of statements [2020-07-25T04:33:19.145Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-07-25T04:33:19.145Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.040s coverage: 46.1% of statements [2020-07-25T04:33:19.145Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-07-25T04:33:19.145Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-07-25T04:33:19.145Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.004s coverage: 100.0% of statements [2020-07-25T04:33:19.145Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-07-25T04:33:19.145Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-07-25T04:33:19.145Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-07-25T04:33:19.145Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.049s coverage: 100.0% of statements [2020-07-25T04:33:19.145Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-07-25T04:33:19.145Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.049s coverage: 100.0% of statements [2020-07-25T04:33:19.145Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-07-25T04:33:19.145Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.066s coverage: 29.1% of statements [2020-07-25T04:33:19.145Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-07-25T04:33:19.145Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-07-25T04:33:19.145Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-07-25T04:33:19.145Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-07-25T04:33:19.145Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-07-25T04:33:19.145Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.017s coverage: 99.0% of statements [2020-07-25T04:33:19.145Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-07-25T04:33:19.145Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.022s coverage: 100.0% of statements [2020-07-25T04:33:19.145Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-07-25T04:33:19.145Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.020s coverage: 0.0% of statements [2020-07-25T04:33:19.145Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-07-25T04:33:19.145Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.014s coverage: 100.0% of statements [2020-07-25T04:33:19.145Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-07-25T04:33:19.145Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-07-25T04:33:19.145Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-07-25T04:33:19.145Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-07-25T04:33:19.145Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.036s coverage: 87.9% of statements [2020-07-25T04:33:19.145Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-07-25T04:33:19.145Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-07-25T04:33:19.145Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.004s coverage: 100.0% of statements [2020-07-25T04:33:19.145Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.004s coverage: 32.1% of statements [2020-07-25T04:33:19.717Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.007s coverage: 100.0% of statements [2020-07-25T04:33:19.978Z] GO111MODULE=on go vet ./... [2020-07-25T04:33:26.612Z] gofmt -l . [2020-07-25T04:33:26.612Z] [ "`gofmt -l .`" = "" ] [2020-07-25T04:33:26.612Z] ./bin/test-go-mod-tidy.sh [2020-07-25T04:33:27.564Z] ./bin/test-attribution-txt.sh [2020-07-25T04:33:28.949Z] docker run --rm --privileged \ [2020-07-25T04:33:28.949Z] -v /w/workspace/edgex-go/14:/raml-verification -w /raml-verification \ [2020-07-25T04:33:28.949Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:x86_64 \ [2020-07-25T04:33:28.949Z] /scripts/raml-verify.sh [2020-07-25T04:33:29.212Z] Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:x86_64' locally [2020-07-25T04:33:29.212Z] x86_64: Pulling from edgex-devops/edgex-docs-builder [2020-07-25T04:33:29.212Z] cbdbe7a5bc2a: Pulling fs layer [2020-07-25T04:33:29.212Z] bd07af9ed1a4: Pulling fs layer [2020-07-25T04:33:29.212Z] 3556ccf180b2: Pulling fs layer [2020-07-25T04:33:29.212Z] 089d4748da74: Pulling fs layer [2020-07-25T04:33:29.212Z] c6eb57c77bc5: Pulling fs layer [2020-07-25T04:33:29.212Z] 0364d5097239: Pulling fs layer [2020-07-25T04:33:29.212Z] 089d4748da74: Waiting [2020-07-25T04:33:29.212Z] c6eb57c77bc5: Waiting [2020-07-25T04:33:29.212Z] 0364d5097239: Waiting [2020-07-25T04:33:29.212Z] 3556ccf180b2: Verifying Checksum [2020-07-25T04:33:29.212Z] 3556ccf180b2: Download complete [2020-07-25T04:33:29.212Z] cbdbe7a5bc2a: Download complete [2020-07-25T04:33:29.474Z] 089d4748da74: Verifying Checksum [2020-07-25T04:33:29.474Z] 089d4748da74: Download complete [2020-07-25T04:33:29.474Z] 0364d5097239: Verifying Checksum [2020-07-25T04:33:29.474Z] 0364d5097239: Download complete [2020-07-25T04:33:29.474Z] c6eb57c77bc5: Verifying Checksum [2020-07-25T04:33:29.474Z] c6eb57c77bc5: Download complete [2020-07-25T04:33:29.738Z] bd07af9ed1a4: Download complete [2020-07-25T04:33:29.738Z] cbdbe7a5bc2a: Pull complete [2020-07-25T04:33:31.664Z] bd07af9ed1a4: Pull complete [2020-07-25T04:33:32.236Z] 3556ccf180b2: Pull complete [2020-07-25T04:33:32.236Z] 089d4748da74: Pull complete [2020-07-25T04:33:34.162Z] c6eb57c77bc5: Pull complete [2020-07-25T04:33:34.162Z] 0364d5097239: Pull complete [2020-07-25T04:33:34.162Z] Digest: sha256:4a127cc467df9c60bd6f299319ae4edf4b743dcc93660e351fd7c0ef1fa6b942 [2020-07-25T04:33:34.162Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:x86_64 [2020-07-25T04:33:44.173Z] Verifying ./api/raml/core-command.raml... [2020-07-25T04:33:44.173Z] OK [2020-07-25T04:33:44.173Z] Verifying ./api/raml/core-data.raml... [2020-07-25T04:33:45.561Z] OK [2020-07-25T04:33:45.561Z] Verifying ./api/raml/core-metadata.raml... [2020-07-25T04:33:45.913Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-971 in /w/workspace/edgexfoundry_edgex-go_PR-2627 [Pipeline] { [Pipeline] ws [2020-07-25T04:33:45.952Z] Running in /w/workspace/edgex-go/14 [Pipeline] { [Pipeline] checkout [2020-07-25T04:33:47.490Z] OK [2020-07-25T04:33:47.490Z] Verifying ./api/raml/support-logging.raml... [2020-07-25T04:33:48.440Z] OK [2020-07-25T04:33:48.440Z] Verifying ./api/raml/support-notifications.raml... [2020-07-25T04:33:49.390Z] OK [2020-07-25T04:33:49.390Z] Verifying ./api/raml/support-scheduler.raml... [2020-07-25T04:33:50.338Z] OK [2020-07-25T04:33:50.338Z] Verifying ./api/raml/system-agent.raml... [2020-07-25T04:33:51.286Z] OK [Pipeline] sh [2020-07-25T04:33:51.366Z] using credential edgex-jenkins-ssh [2020-07-25T04:33:51.421Z] Cloning the remote Git repository [2020-07-25T04:33:51.422Z] Cloning with configured refspecs honoured and without tags [2020-07-25T04:33:51.605Z] + ls -al . [2020-07-25T04:33:51.605Z] total 556 [2020-07-25T04:33:51.605Z] drwxrwxr-x 10 1001 1001 4096 Jul 25 04:33 . [2020-07-25T04:33:51.605Z] drwxr-xr-x 4 root root 30 Jul 25 04:32 .. [2020-07-25T04:33:51.605Z] -rw-rw-r-- 1 1001 1001 11 Jul 25 04:30 .dockerignore [2020-07-25T04:33:51.605Z] drwxrwxr-x 8 1001 1001 179 Jul 25 04:30 .git [2020-07-25T04:33:51.605Z] drwxrwxr-x 3 1001 1001 60 Jul 25 04:30 .github [2020-07-25T04:33:51.605Z] -rw-rw-r-- 1 1001 1001 924 Jul 25 04:30 .gitignore [2020-07-25T04:33:51.605Z] drwx------ 3 1001 1001 47 Jul 25 04:31 .semver [2020-07-25T04:33:51.605Z] -rw-rw-r-- 1 1001 1001 178 Jul 25 04:30 .sonarcloud.properties [2020-07-25T04:33:51.605Z] -rw-rw-r-- 1 1001 1001 3804 Jul 25 04:30 CONTRIBUTING.md [2020-07-25T04:33:51.605Z] -rw-rw-r-- 1 1001 1001 1035 Jul 25 04:30 Dockerfile.build [2020-07-25T04:33:51.605Z] -rw-rw-r-- 1 1001 1001 824 Jul 25 04:30 Jenkinsfile [2020-07-25T04:33:51.605Z] -rw-rw-r-- 1 1001 1001 10775 Jul 25 04:30 LICENSE [2020-07-25T04:33:51.605Z] -rw-rw-r-- 1 1001 1001 6417 Jul 25 04:30 Makefile [2020-07-25T04:33:51.605Z] -rw-rw-r-- 1 1001 1001 5652 Jul 25 04:30 README.md [2020-07-25T04:33:51.605Z] -rw-rw-r-- 1 1001 1001 7111 Jul 25 04:30 SECURITY.md [2020-07-25T04:33:51.605Z] -rw-rw-r-- 1 1001 1001 5 Jul 25 04:31 VERSION [2020-07-25T04:33:51.605Z] -rw-rw-r-- 1 1001 1001 4131 Jul 25 04:30 ZMQWindows.md [2020-07-25T04:33:51.605Z] drwxrwxr-x 4 1001 1001 33 Jul 25 04:30 api [2020-07-25T04:33:51.605Z] drwxrwxr-x 2 1001 1001 117 Jul 25 04:30 bin [2020-07-25T04:33:51.605Z] drwxrwxr-x 15 1001 1001 4096 Jul 25 04:30 cmd [2020-07-25T04:33:51.605Z] -rw-r--r-- 1 root root 456067 Jul 25 04:33 coverage.out [2020-07-25T04:33:51.605Z] -rw-r--r-- 1 root root 1019 Jul 25 04:33 go.mod [2020-07-25T04:33:51.605Z] -rw-r--r-- 1 root root 18146 Jul 25 04:33 go.sum [2020-07-25T04:33:51.605Z] drwxrwxr-x 8 1001 1001 127 Jul 25 04:30 internal [2020-07-25T04:33:51.605Z] drwxrwxr-x 4 1001 1001 71 Jul 25 04:30 snap [2020-07-25T04:33:51.605Z] -rw-rw-r-- 1 1001 1001 168 Jul 25 04:30 version.go [Pipeline] sh [2020-07-25T04:33:51.918Z] + '[' -e coverage.out ] [2020-07-25T04:33:51.918Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-07-25T04:33:52.063Z] Stashed 1 file(s) [Pipeline] sh [2020-07-25T04:33:51.479Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-07-25T04:33:51.601Z] > git init /w/workspace/edgex-go/14 # timeout=10 [2020-07-25T04:33:51.679Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-07-25T04:33:51.680Z] > git --version # timeout=10 [2020-07-25T04:33:51.698Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-25T04:33:51.754Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2627/head:refs/remotes/origin/PR-2627 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-25T04:33:52.390Z] + make build [2020-07-25T04:33:52.390Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-07-25T04:33:59.275Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-07-25T04:34:03.539Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-07-25T04:34:04.486Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-07-25T04:34:06.417Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-07-25T04:34:07.328Z] Fetching without tags [2020-07-25T04:34:07.859Z] Merging remotes/origin/master commit 04784571c64111dd2069565982d29e4bcbbafa66 into PR head commit fb650b50dcd735cec13b6d517224b4e36adaa169 [2020-07-25T04:34:07.217Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-07-25T04:34:07.240Z] > git config --add remote.origin.fetch +refs/pull/2627/head:refs/remotes/origin/PR-2627 # timeout=10 [2020-07-25T04:34:07.255Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-25T04:34:07.291Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-07-25T04:34:07.325Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-07-25T04:34:07.325Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-25T04:34:07.337Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2627/head:refs/remotes/origin/PR-2627 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-25T04:34:07.863Z] > git config core.sparsecheckout # timeout=10 [2020-07-25T04:34:07.886Z] > git checkout -f fb650b50dcd735cec13b6d517224b4e36adaa169 # timeout=10 [2020-07-25T04:34:08.183Z] > git remote # timeout=10 [2020-07-25T04:34:08.202Z] > git config --get remote.origin.url # timeout=10 [2020-07-25T04:34:08.352Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-07-25T04:34:08.448Z] Merge succeeded, producing a925369fdc3da4f376c5581abf80e79677ecad1b [2020-07-25T04:34:08.448Z] Checking out Revision a925369fdc3da4f376c5581abf80e79677ecad1b (PR-2627) [2020-07-25T04:34:08.614Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-07-25T04:34:08.215Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-25T04:34:08.227Z] > git merge 04784571c64111dd2069565982d29e4bcbbafa66 # timeout=10 [2020-07-25T04:34:08.421Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-07-25T04:34:08.440Z] > git config core.sparsecheckout # timeout=10 [2020-07-25T04:34:08.450Z] > git checkout -f a925369fdc3da4f376c5581abf80e79677ecad1b # timeout=10 [2020-07-25T04:34:10.539Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-07-25T04:34:12.456Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-07-25T04:34:12.762Z] Commit message: "Merge commit '04784571c64111dd2069565982d29e4bcbbafa66' into HEAD" [2020-07-25T04:34:12.787Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [2020-07-25T04:34:13.401Z] 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 [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [2020-07-25T04:34:15.369Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-07-25T04:34:16.767Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-07-25T04:34:18.166Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [Pipeline] } [2020-07-25T04:34:19.136Z] $ docker stop --time=1 bcc74f3544750c3ad19e3de3534fc3e99b30a6e7cc8c0cb1e3e849efb12df14f [2020-07-25T04:34:20.832Z] $ docker rm -f bcc74f3544750c3ad19e3de3534fc3e99b30a6e7cc8c0cb1e3e849efb12df14f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-25T04:34:22.236Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-07-25T04:34:22.236Z] [2020-07-25T04:34:22.236Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-07-25T04:34:22.586Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-07-25T04:34:22.587Z] latest: Pulling from edgex-devops/edgex-compose [2020-07-25T04:34:22.587Z] cbdbe7a5bc2a: Already exists [2020-07-25T04:34:22.587Z] ca9280d653b3: Pulling fs layer [2020-07-25T04:34:22.587Z] 7e9c9ca2126c: Pulling fs layer [2020-07-25T04:34:22.858Z] ca9280d653b3: Verifying Checksum [2020-07-25T04:34:22.858Z] ca9280d653b3: Download complete [2020-07-25T04:34:23.811Z] 7e9c9ca2126c: Verifying Checksum [2020-07-25T04:34:23.811Z] 7e9c9ca2126c: Download complete [2020-07-25T04:34:24.077Z] ca9280d653b3: Pull complete [Pipeline] echo [2020-07-25T04:34:24.674Z] ========================================================= [2020-07-25T04:34:24.674Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-07-25T04:34:24.674Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-07-25T04:34:25.496Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . [2020-07-25T04:34:29.795Z] Sending build context to Docker daemon 323.2MB [2020-07-25T04:34:29.795Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-07-25T04:34:29.795Z] Step 2/7 : FROM ${BASE} [2020-07-25T04:34:29.795Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-07-25T04:34:29.795Z] b538f80385f9: Pulling fs layer [2020-07-25T04:34:29.795Z] 74f711af9a0d: Pulling fs layer [2020-07-25T04:34:29.795Z] 99f96fe45779: Pulling fs layer [2020-07-25T04:34:29.795Z] fd7a069fd194: Pulling fs layer [2020-07-25T04:34:29.795Z] 66aa3694b03b: Pulling fs layer [2020-07-25T04:34:29.795Z] 170f70906a0f: Pulling fs layer [2020-07-25T04:34:29.795Z] ad7c5574e4b9: Pulling fs layer [2020-07-25T04:34:29.795Z] e772456be8f7: Pulling fs layer [2020-07-25T04:34:29.795Z] c890913d741a: Pulling fs layer [2020-07-25T04:34:29.795Z] 2480fcc9aa5a: Pulling fs layer [2020-07-25T04:34:29.795Z] 09adf4765672: Pulling fs layer [2020-07-25T04:34:29.795Z] fd7a069fd194: Waiting [2020-07-25T04:34:29.795Z] 66aa3694b03b: Waiting [2020-07-25T04:34:29.795Z] 170f70906a0f: Waiting [2020-07-25T04:34:29.795Z] ad7c5574e4b9: Waiting [2020-07-25T04:34:29.795Z] e772456be8f7: Waiting [2020-07-25T04:34:29.795Z] c890913d741a: Waiting [2020-07-25T04:34:29.795Z] 2480fcc9aa5a: Waiting [2020-07-25T04:34:29.795Z] 09adf4765672: Waiting [2020-07-25T04:34:29.795Z] 99f96fe45779: Verifying Checksum [2020-07-25T04:34:29.795Z] 99f96fe45779: Download complete [2020-07-25T04:34:29.795Z] 74f711af9a0d: Verifying Checksum [2020-07-25T04:34:29.795Z] 74f711af9a0d: Download complete [2020-07-25T04:34:29.795Z] 66aa3694b03b: Verifying Checksum [2020-07-25T04:34:29.795Z] 66aa3694b03b: Download complete [2020-07-25T04:34:29.795Z] 170f70906a0f: Verifying Checksum [2020-07-25T04:34:29.795Z] 170f70906a0f: Download complete [2020-07-25T04:34:29.795Z] b538f80385f9: Verifying Checksum [2020-07-25T04:34:29.795Z] b538f80385f9: Download complete [2020-07-25T04:34:30.396Z] b538f80385f9: Pull complete [2020-07-25T04:34:30.699Z] 7e9c9ca2126c: Pull complete [2020-07-25T04:34:30.699Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-07-25T04:34:30.699Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-07-25T04:34:30.699Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-07-25T04:34:30.891Z] prd-centos7-docker-4c-2g-965 does not seem to be running inside a container [2020-07-25T04:34:30.933Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-07-25T04:34:31.002Z] 74f711af9a0d: Pull complete [2020-07-25T04:34:31.278Z] 99f96fe45779: Pull complete [2020-07-25T04:34:31.876Z] ad7c5574e4b9: Verifying Checksum [2020-07-25T04:34:31.876Z] ad7c5574e4b9: Download complete [2020-07-25T04:34:31.876Z] c890913d741a: Verifying Checksum [2020-07-25T04:34:31.876Z] c890913d741a: Download complete [2020-07-25T04:34:34.278Z] $ docker top 02e05024a159c33f7203d6b50be3d054f8cafe923e566ce59492999328afc473 -eo pid,comm [Pipeline] { [2020-07-25T04:34:34.499Z] 2480fcc9aa5a: Verifying Checksum [2020-07-25T04:34:34.499Z] 09adf4765672: Verifying Checksum [2020-07-25T04:34:34.499Z] 09adf4765672: Download complete [2020-07-25T04:34:34.499Z] e772456be8f7: Download complete [Pipeline] sh [2020-07-25T04:34:34.784Z] + docker-compose build --help [2020-07-25T04:34:34.784Z] + grep parallel [2020-07-25T04:34:35.094Z] fd7a069fd194: Verifying Checksum [2020-07-25T04:34:35.094Z] fd7a069fd194: Download complete [2020-07-25T04:34:35.731Z] --parallel Build images in parallel. [Pipeline] } [2020-07-25T04:34:36.017Z] $ docker stop --time=1 02e05024a159c33f7203d6b50be3d054f8cafe923e566ce59492999328afc473 [2020-07-25T04:34:37.374Z] $ docker rm -f 02e05024a159c33f7203d6b50be3d054f8cafe923e566ce59492999328afc473 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-25T04:34:37.957Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-07-25T04:34:37.957Z] . [Pipeline] withDockerContainer [2020-07-25T04:34:38.075Z] prd-centos7-docker-4c-2g-965 does not seem to be running inside a container [2020-07-25T04:34:38.119Z] $ 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/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@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:latest cat [2020-07-25T04:34:39.356Z] $ docker top 96dc4fdcdf2776856b40de73409a9529b6ceedb3b8c06c7bedf84e2785a659bb -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-25T04:34:39.842Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-07-25T04:34:40.789Z] Building docker-core-command-go ... [2020-07-25T04:34:40.789Z] Building docker-core-data-go ... [2020-07-25T04:34:40.789Z] Building docker-core-metadata-go ... [2020-07-25T04:34:40.789Z] Building docker-security-proxy-setup-go ... [2020-07-25T04:34:40.789Z] Building docker-security-secrets-setup-go ... [2020-07-25T04:34:40.789Z] Building docker-security-secretstore-setup-go ... [2020-07-25T04:34:40.789Z] Building docker-support-logging-go ... [2020-07-25T04:34:40.789Z] Building docker-support-notifications-go ... [2020-07-25T04:34:40.789Z] Building docker-support-scheduler-go ... [2020-07-25T04:34:40.789Z] Building docker-sys-mgmt-agent-go ... [2020-07-25T04:34:40.789Z] Building docker-sys-mgmt-agent-go [2020-07-25T04:34:40.789Z] Building docker-core-data-go [2020-07-25T04:34:40.789Z] Building docker-security-secretstore-setup-go [2020-07-25T04:34:40.789Z] Building docker-support-notifications-go [2020-07-25T04:34:40.789Z] Building docker-support-scheduler-go [2020-07-25T04:34:47.511Z] fd7a069fd194: Pull complete [2020-07-25T04:34:47.511Z] 66aa3694b03b: Pull complete [2020-07-25T04:34:47.511Z] 170f70906a0f: Pull complete [2020-07-25T04:34:50.191Z] ad7c5574e4b9: Pull complete [2020-07-25T04:34:54.499Z] e772456be8f7: Pull complete [2020-07-25T04:34:54.499Z] c890913d741a: Pull complete [2020-07-25T04:34:56.486Z] 2480fcc9aa5a: Pull complete [2020-07-25T04:34:56.756Z] 09adf4765672: Pull complete [2020-07-25T04:34:57.027Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-07-25T04:34:57.027Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-07-25T04:34:57.027Z] ---> 2248a725d1cf [2020-07-25T04:34:57.027Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-07-25T04:35:03.719Z] ---> Running in 4f3b1f5e9f0c [2020-07-25T04:35:04.691Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-25T04:35:06.658Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-25T04:35:08.089Z] (1/12) Installing libmagic (5.38-r0) [2020-07-25T04:35:08.360Z] (2/12) Installing file (5.38-r0) [2020-07-25T04:35:08.632Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-07-25T04:35:08.632Z] (4/12) Installing g++ (9.3.0-r2) [2020-07-25T04:35:13.028Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-25T04:35:13.028Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-07-25T04:35:13.028Z] ---> c489caa631e2 [2020-07-25T04:35:13.028Z] Step 3/20 : WORKDIR /edgex-go [2020-07-25T04:35:13.028Z] Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-25T04:35:13.028Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-07-25T04:35:13.028Z] ---> c489caa631e2 [2020-07-25T04:35:13.028Z] Step 3/23 : WORKDIR /edgex-go [2020-07-25T04:35:13.028Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-25T04:35:13.028Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-07-25T04:35:13.028Z] ---> c489caa631e2 [2020-07-25T04:35:13.028Z] Step 3/26 : WORKDIR /edgex-go [2020-07-25T04:35:13.028Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-25T04:35:13.028Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-07-25T04:35:13.028Z] ---> c489caa631e2 [2020-07-25T04:35:13.028Z] Step 3/22 : WORKDIR /edgex-go [2020-07-25T04:35:13.028Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-25T04:35:13.028Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-07-25T04:35:13.028Z] ---> c489caa631e2 [2020-07-25T04:35:13.028Z] Step 3/26 : WORKDIR /edgex-go [2020-07-25T04:35:13.028Z] ---> Running in 6a1673d979c3 [2020-07-25T04:35:13.028Z] ---> Running in 2961758bee05 [2020-07-25T04:35:13.028Z] ---> Running in 9ed2f5d68358 [2020-07-25T04:35:13.028Z] ---> Running in 42806b7bcace [2020-07-25T04:35:13.028Z] ---> Running in c648d36520da [2020-07-25T04:35:13.292Z] Removing intermediate container 42806b7bcace [2020-07-25T04:35:13.292Z] ---> 38568c9e9140 [2020-07-25T04:35:13.292Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-25T04:35:13.292Z] Removing intermediate container c648d36520da [2020-07-25T04:35:13.292Z] ---> 3484955fe133 [2020-07-25T04:35:13.292Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-25T04:35:13.292Z] Removing intermediate container 9ed2f5d68358 [2020-07-25T04:35:13.292Z] ---> c8a39f79cd8b [2020-07-25T04:35:13.292Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-25T04:35:13.292Z] Removing intermediate container 2961758bee05 [2020-07-25T04:35:13.292Z] ---> f2392dd39638 [2020-07-25T04:35:13.292Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-25T04:35:13.556Z] Removing intermediate container 6a1673d979c3 [2020-07-25T04:35:13.556Z] ---> f39fad34fd39 [2020-07-25T04:35:13.556Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-25T04:35:13.556Z] ---> Running in e889df01c64d [2020-07-25T04:35:13.556Z] ---> Running in ab33805e403f [2020-07-25T04:35:13.556Z] ---> Running in f7a93beadeb8 [2020-07-25T04:35:13.556Z] ---> Running in 1e31a067f404 [2020-07-25T04:35:13.556Z] ---> Running in 75ff7603cda1 [2020-07-25T04:35:16.121Z] Removing intermediate container f7a93beadeb8 [2020-07-25T04:35:16.121Z] ---> 74fef2d32113 [2020-07-25T04:35:16.121Z] Step 5/23 : RUN apk update && apk add make bash git ca-certificates [2020-07-25T04:35:16.121Z] ---> Running in 7e521de7681e [2020-07-25T04:35:16.121Z] Removing intermediate container ab33805e403f [2020-07-25T04:35:16.121Z] ---> f7a3696072f6 [2020-07-25T04:35:16.121Z] Step 5/26 : RUN apk update && apk add make bash git [2020-07-25T04:35:16.121Z] Removing intermediate container e889df01c64d [2020-07-25T04:35:16.121Z] ---> fe1d422377a2 [2020-07-25T04:35:16.121Z] Step 5/26 : RUN apk update && apk add make git [2020-07-25T04:35:16.121Z] Removing intermediate container 75ff7603cda1 [2020-07-25T04:35:16.121Z] ---> ad81fb54679d [2020-07-25T04:35:16.121Z] Step 5/20 : RUN apk update && apk add make git [2020-07-25T04:35:16.121Z] ---> Running in 2922995d73e3 [2020-07-25T04:35:16.385Z] ---> Running in cf2de15083bd [2020-07-25T04:35:16.385Z] Removing intermediate container 1e31a067f404 [2020-07-25T04:35:16.385Z] ---> 163f31127935 [2020-07-25T04:35:16.385Z] Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-07-25T04:35:16.385Z] ---> Running in b074e29970d2 [2020-07-25T04:35:16.385Z] ---> Running in 933a6ad97973 [2020-07-25T04:35:16.647Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-25T04:35:17.231Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-25T04:35:17.231Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-25T04:35:17.491Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-25T04:35:17.491Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-25T04:35:18.068Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-25T04:35:18.327Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-25T04:35:18.586Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-25T04:35:18.845Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-25T04:35:18.845Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-25T04:35:19.415Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-25T04:35:19.415Z] v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-25T04:35:19.415Z] OK: 12749 distinct packages available [2020-07-25T04:35:19.678Z] OK: 233 MiB in 51 packages [2020-07-25T04:35:19.678Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-25T04:35:19.678Z] v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-25T04:35:19.678Z] OK: 12749 distinct packages available [2020-07-25T04:35:19.944Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-25T04:35:19.944Z] v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-25T04:35:19.944Z] OK: 12749 distinct packages available [2020-07-25T04:35:19.944Z] OK: 233 MiB in 51 packages [2020-07-25T04:35:20.209Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-25T04:35:20.209Z] v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-25T04:35:20.209Z] OK: 12749 distinct packages available [2020-07-25T04:35:20.209Z] OK: 233 MiB in 51 packages [2020-07-25T04:35:20.209Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-25T04:35:20.209Z] v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-25T04:35:20.209Z] OK: 12749 distinct packages available [2020-07-25T04:35:20.478Z] Removing intermediate container 7e521de7681e [2020-07-25T04:35:20.478Z] ---> 1ed3ac992ef6 [2020-07-25T04:35:20.478Z] Step 6/23 : COPY go.mod . [2020-07-25T04:35:20.478Z] OK: 233 MiB in 51 packages [2020-07-25T04:35:20.478Z] OK: 233 MiB in 51 packages [2020-07-25T04:35:20.744Z] ---> bc38d77641bd [2020-07-25T04:35:20.744Z] Step 7/23 : RUN go mod download [2020-07-25T04:35:21.008Z] ---> Running in ad352f99c530 [2020-07-25T04:35:21.008Z] Removing intermediate container 2922995d73e3 [2020-07-25T04:35:21.008Z] ---> 2834ae1a6ed9 [2020-07-25T04:35:21.008Z] Step 6/26 : COPY go.mod . [2020-07-25T04:35:21.008Z] Removing intermediate container cf2de15083bd [2020-07-25T04:35:21.008Z] ---> 6d849b48925b [2020-07-25T04:35:21.008Z] Step 6/26 : COPY go.mod . [2020-07-25T04:35:21.588Z] ---> 82222443e75d [2020-07-25T04:35:21.588Z] Step 7/26 : RUN go mod download [2020-07-25T04:35:21.588Z] Removing intermediate container b074e29970d2 [2020-07-25T04:35:21.588Z] ---> a0d0f05e185c [2020-07-25T04:35:21.588Z] Step 6/20 : COPY go.mod . [2020-07-25T04:35:21.588Z] ---> 43ecf6f40ba5 [2020-07-25T04:35:21.588Z] Step 7/26 : RUN go mod download [2020-07-25T04:35:21.588Z] Removing intermediate container 933a6ad97973 [2020-07-25T04:35:21.588Z] ---> c9027e61db23 [2020-07-25T04:35:21.588Z] Step 6/22 : COPY go.mod . [2020-07-25T04:35:21.851Z] ---> Running in 46f4b3d544c5 [2020-07-25T04:35:21.851Z] ---> Running in 49788dfad9ec [2020-07-25T04:35:21.851Z] ---> 391b0db3e5c2 [2020-07-25T04:35:21.851Z] Step 7/20 : RUN go mod download [2020-07-25T04:35:22.118Z] ---> Running in 409aef88f7f5 [2020-07-25T04:35:22.118Z] ---> 71d01cb73ecc [2020-07-25T04:35:22.118Z] Step 7/22 : RUN go mod download [2020-07-25T04:35:22.385Z] ---> Running in 376f15f7fb9a [2020-07-25T04:35:23.332Z] Removing intermediate container ad352f99c530 [2020-07-25T04:35:23.332Z] ---> aab6edbbde98 [2020-07-25T04:35:23.332Z] Step 8/23 : COPY . . [2020-07-25T04:35:24.283Z] Removing intermediate container 49788dfad9ec [2020-07-25T04:35:24.283Z] ---> 2a15cb9d40ac [2020-07-25T04:35:24.283Z] Step 8/26 : COPY . . [2020-07-25T04:35:27.636Z] Removing intermediate container 46f4b3d544c5 [2020-07-25T04:35:27.636Z] ---> 1f2fbce4a62e [2020-07-25T04:35:27.636Z] Step 8/26 : COPY . . [2020-07-25T04:35:29.565Z] Removing intermediate container 409aef88f7f5 [2020-07-25T04:35:29.565Z] ---> 7b88db8af978 [2020-07-25T04:35:29.565Z] Step 8/20 : COPY . . [2020-07-25T04:35:30.776Z] (5/12) Installing fortify-headers (1.1-r0) [2020-07-25T04:35:30.776Z] (6/12) Installing patch (2.7.6-r6) [2020-07-25T04:35:30.776Z] (7/12) Installing build-base (0.5-r2) [2020-07-25T04:35:30.776Z] (8/12) Installing libsodium (1.0.18-r0) [2020-07-25T04:35:30.776Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-07-25T04:35:30.776Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-07-25T04:35:30.776Z] (11/12) Installing libzmq (4.3.2-r0) [2020-07-25T04:35:30.776Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-07-25T04:35:30.776Z] Executing busybox-1.31.1-r16.trigger [2020-07-25T04:35:30.776Z] OK: 217 MiB in 51 packages [2020-07-25T04:35:31.489Z] Removing intermediate container 376f15f7fb9a [2020-07-25T04:35:31.489Z] ---> 070a15272058 [2020-07-25T04:35:31.489Z] Step 8/22 : COPY . . [2020-07-25T04:35:32.743Z] Removing intermediate container 4f3b1f5e9f0c [2020-07-25T04:35:32.743Z] ---> 22a839ee6ec6 [2020-07-25T04:35:32.743Z] Step 4/7 : WORKDIR /edgex-go [2020-07-25T04:35:33.015Z] ---> Running in c0b92e5445cb [2020-07-25T04:35:33.288Z] Removing intermediate container c0b92e5445cb [2020-07-25T04:35:33.288Z] ---> 0c3e6337cd0e [2020-07-25T04:35:33.288Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-07-25T04:35:33.556Z] latest: Pulling from library/docker [2020-07-25T04:35:33.830Z] b538f80385f9: Already exists [2020-07-25T04:35:33.830Z] 259a493cd78d: Pulling fs layer [2020-07-25T04:35:33.830Z] b8e66b5100f5: Pulling fs layer [2020-07-25T04:35:33.830Z] 39dc9c94d07c: Pulling fs layer [2020-07-25T04:35:33.830Z] 551b823b3b82: Pulling fs layer [2020-07-25T04:35:33.830Z] 3c52a74df98c: Pulling fs layer [2020-07-25T04:35:33.830Z] 6c9b121b6998: Pulling fs layer [2020-07-25T04:35:33.830Z] 551b823b3b82: Waiting [2020-07-25T04:35:33.830Z] 3c52a74df98c: Waiting [2020-07-25T04:35:33.830Z] 6c9b121b6998: Waiting [2020-07-25T04:35:33.830Z] b8e66b5100f5: Download complete [2020-07-25T04:35:33.830Z] 259a493cd78d: Verifying Checksum [2020-07-25T04:35:33.830Z] 259a493cd78d: Download complete [2020-07-25T04:35:34.103Z] 551b823b3b82: Verifying Checksum [2020-07-25T04:35:34.103Z] 551b823b3b82: Download complete [2020-07-25T04:35:34.103Z] 3c52a74df98c: Verifying Checksum [2020-07-25T04:35:34.103Z] 3c52a74df98c: Download complete [2020-07-25T04:35:34.103Z] 6c9b121b6998: Verifying Checksum [2020-07-25T04:35:34.103Z] 6c9b121b6998: Download complete [2020-07-25T04:35:34.700Z] 259a493cd78d: Pull complete [2020-07-25T04:35:34.971Z] b8e66b5100f5: Pull complete [2020-07-25T04:35:35.243Z] 39dc9c94d07c: Verifying Checksum [2020-07-25T04:35:35.243Z] 39dc9c94d07c: Download complete [2020-07-25T04:35:38.626Z] 39dc9c94d07c: Pull complete [2020-07-25T04:35:38.626Z] 551b823b3b82: Pull complete [2020-07-25T04:35:38.626Z] 3c52a74df98c: Pull complete [2020-07-25T04:35:39.229Z] 6c9b121b6998: Pull complete [2020-07-25T04:35:39.229Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-07-25T04:35:39.229Z] Status: Downloaded newer image for docker:latest [2020-07-25T04:35:42.616Z] ---> 162ae92eef14 [2020-07-25T04:35:42.616Z] Step 6/7 : COPY go.mod . [2020-07-25T04:35:43.208Z] ---> 8667f4d650e3 [2020-07-25T04:35:43.208Z] Step 7/7 : RUN go mod download [2020-07-25T04:35:43.484Z] ---> Running in df136324c191 [2020-07-25T04:35:46.106Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-07-25T04:35:46.377Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-07-25T04:35:46.377Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-07-25T04:35:46.377Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-07-25T04:35:46.377Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-07-25T04:35:46.377Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-07-25T04:35:46.377Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-07-25T04:35:46.377Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-07-25T04:35:46.377Z] go: finding github.com/cloudflare/gokey v0.1.0 [2020-07-25T04:35:46.649Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-07-25T04:35:46.649Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-07-25T04:35:46.649Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-07-25T04:35:46.649Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-07-25T04:35:46.649Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-07-25T04:35:46.649Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-07-25T04:35:46.649Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-07-25T04:35:46.649Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-07-25T04:35:46.649Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-07-25T04:35:46.649Z] go: finding github.com/fatih/color v1.7.0 [2020-07-25T04:35:46.649Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-07-25T04:35:46.649Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-07-25T04:35:46.927Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-07-25T04:35:46.927Z] go: finding github.com/go-kit/kit v0.8.0 [2020-07-25T04:35:46.927Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-07-25T04:35:46.927Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-07-25T04:35:46.927Z] go: finding github.com/go-stack/stack v1.8.0 [2020-07-25T04:35:46.927Z] go: finding github.com/golang/protobuf v1.3.2 [2020-07-25T04:35:46.927Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-07-25T04:35:46.927Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-07-25T04:35:46.927Z] go: finding github.com/google/uuid v1.1.0 [2020-07-25T04:35:46.927Z] go: finding github.com/gorilla/mux v1.7.1 [2020-07-25T04:35:46.927Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-07-25T04:35:46.927Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-07-25T04:35:47.208Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-07-25T04:35:47.208Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-07-25T04:35:47.208Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-07-25T04:35:47.208Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-07-25T04:35:47.208Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-07-25T04:35:47.208Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-07-25T04:35:47.208Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-07-25T04:35:47.208Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-07-25T04:35:47.208Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-07-25T04:35:47.208Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-07-25T04:35:47.208Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-07-25T04:35:47.208Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-07-25T04:35:47.486Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-07-25T04:35:47.486Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-07-25T04:35:47.486Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-07-25T04:35:47.486Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-07-25T04:35:47.486Z] go: finding github.com/imdario/mergo v0.3.6 [2020-07-25T04:35:47.486Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-07-25T04:35:47.486Z] go: finding github.com/kr/pretty v0.1.0 [2020-07-25T04:35:47.486Z] go: finding github.com/kr/pty v1.1.1 [2020-07-25T04:35:47.486Z] go: finding github.com/kr/text v0.1.0 [2020-07-25T04:35:47.486Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-07-25T04:35:47.486Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-07-25T04:35:47.761Z] go: finding github.com/miekg/dns v1.0.14 [2020-07-25T04:35:47.761Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-07-25T04:35:47.761Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-07-25T04:35:47.761Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-07-25T04:35:47.761Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-07-25T04:35:47.761Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-07-25T04:35:47.761Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-07-25T04:35:47.761Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-07-25T04:35:47.761Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-07-25T04:35:47.761Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-07-25T04:35:47.761Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-07-25T04:35:47.761Z] go: finding github.com/onsi/gomega v1.7.0 [2020-07-25T04:35:47.761Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-07-25T04:35:48.032Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-07-25T04:35:48.032Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-07-25T04:35:48.032Z] go: finding github.com/pkg/errors v0.8.1 [2020-07-25T04:35:48.032Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-07-25T04:35:48.032Z] go: finding github.com/posener/complete v1.1.1 [2020-07-25T04:35:48.032Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-07-25T04:35:48.032Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-07-25T04:35:48.032Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-07-25T04:35:48.032Z] go: finding github.com/stretchr/objx v0.1.0 [2020-07-25T04:35:48.032Z] go: finding github.com/stretchr/testify v1.5.1 [2020-07-25T04:35:48.032Z] go: finding github.com/ugorji/go v1.1.4 [2020-07-25T04:35:48.304Z] go: finding github.com/x448/float16 v0.8.4 [2020-07-25T04:35:48.304Z] go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 [2020-07-25T04:35:48.304Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-07-25T04:35:48.304Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-07-25T04:35:48.304Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-07-25T04:35:48.304Z] go: finding golang.org/x/text v0.3.2 [2020-07-25T04:35:48.304Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-07-25T04:35:48.304Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-07-25T04:35:48.304Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-07-25T04:35:48.304Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-07-25T04:35:48.304Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-07-25T04:35:48.304Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-07-25T04:36:03.735Z] ---> 41262c7908a1 [2020-07-25T04:36:03.735Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2020-07-25T04:36:03.735Z] ---> 9372718b8b37 [2020-07-25T04:36:03.735Z] Step 9/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup cmd/security-secretstore-read/security-secretstore-read [2020-07-25T04:36:03.735Z] ---> f8d62ca5979c [2020-07-25T04:36:03.735Z] Step 9/20 : RUN make cmd/support-scheduler/support-scheduler [2020-07-25T04:36:03.735Z] ---> Running in 9714dea73b70 [2020-07-25T04:36:03.735Z] ---> Running in bd5d5ec06df3 [2020-07-25T04:36:03.735Z] ---> cd09aaed8c37 [2020-07-25T04:36:03.735Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-07-25T04:36:03.735Z] ---> Running in e1301127d16d [2020-07-25T04:36:03.735Z] ---> 0ee3ebf6cbc2 [2020-07-25T04:36:03.735Z] Step 9/22 : RUN make cmd/core-data/core-data [2020-07-25T04:36:03.735Z] ---> Running in 462a4085a0e7 [2020-07-25T04:36:03.735Z] ---> Running in 30f8cb6f6878 [2020-07-25T04:36:03.735Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-07-25T04:36:03.735Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-07-25T04:36:03.736Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-07-25T04:36:03.736Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-07-25T04:36:03.736Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-07-25T04:36:06.607Z] Removing intermediate container df136324c191 [2020-07-25T04:36:06.607Z] ---> 47353950573b [2020-07-25T04:36:06.607Z] Successfully built 47353950573b [2020-07-25T04:36:06.607Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-25T04:36:07.262Z] + docker inspect -f . ci-base-image-arm64 [2020-07-25T04:36:07.263Z] . [Pipeline] withDockerContainer [2020-07-25T04:36:07.501Z] prd-ubuntu18.04-docker-arm64-4c-16g-971 does not seem to be running inside a container [2020-07-25T04:36:07.558Z] $ 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/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@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-07-25T04:36:08.900Z] $ docker top 7066fd540907634ead80b88e5d9b9868adecba7c36ee446df5bddaa937bccbde -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-25T04:36:09.906Z] + go version [2020-07-25T04:36:09.906Z] go version go1.13.13 linux/arm64 [Pipeline] echo [2020-07-25T04:36:09.925Z] ========================================================= [2020-07-25T04:36:09.925Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-07-25T04:36:09.925Z] ========================================================= [Pipeline] sh [2020-07-25T04:36:10.570Z] + make test raml_verify [2020-07-25T04:36:10.570Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-07-25T04:36:13.181Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-07-25T04:36:30.529Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-07-25T04:36:35.875Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-07-25T04:36:36.827Z] Removing intermediate container 462a4085a0e7 [2020-07-25T04:36:36.827Z] ---> 68da2faf519e [2020-07-25T04:36:36.827Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-07-25T04:36:36.827Z] ---> Running in ccdd795a4da9 [2020-07-25T04:36:39.416Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-07-25T04:36:44.781Z] Removing intermediate container ccdd795a4da9 [2020-07-25T04:36:44.781Z] ---> 0038fdc4801d [2020-07-25T04:36:44.781Z] [2020-07-25T04:36:44.781Z] Step 11/26 : FROM docker:latest [2020-07-25T04:36:44.781Z] ---> 81f5749c9058 [2020-07-25T04:36:44.781Z] Step 12/26 : RUN apk add --no-cache bash [2020-07-25T04:36:44.781Z] Removing intermediate container bd5d5ec06df3 [2020-07-25T04:36:44.781Z] ---> e9c20a377cf4 [2020-07-25T04:36:44.781Z] [2020-07-25T04:36:44.781Z] Step 10/26 : FROM alpine:3.10 [2020-07-25T04:36:44.781Z] 3.10: Pulling from library/alpine [2020-07-25T04:36:44.781Z] Removing intermediate container e1301127d16d [2020-07-25T04:36:44.781Z] ---> 0e5d3e8f0486 [2020-07-25T04:36:44.781Z] [2020-07-25T04:36:44.781Z] Step 10/20 : FROM scratch [2020-07-25T04:36:44.781Z] ---> [2020-07-25T04:36:44.781Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-25T04:36:44.781Z] ---> Running in 82a7e60b78e4 [2020-07-25T04:36:45.583Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-07-25T04:36:45.728Z] Removing intermediate container 9714dea73b70 [2020-07-25T04:36:45.728Z] ---> e603f42f12a4 [2020-07-25T04:36:45.728Z] [2020-07-25T04:36:45.728Z] Step 10/23 : FROM scratch [2020-07-25T04:36:45.728Z] ---> [2020-07-25T04:36:45.728Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-07-25T04:36:47.119Z] ---> Running in e771479d48a3 [2020-07-25T04:36:47.119Z] ---> Running in bda96bf46df7 [2020-07-25T04:36:47.119Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-07-25T04:36:47.119Z] Status: Downloaded newer image for alpine:3.10 [2020-07-25T04:36:47.119Z] ---> be4e4bea2c2e [2020-07-25T04:36:47.119Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-07-25T04:36:48.508Z] ---> Running in 27eff1d09066 [2020-07-25T04:36:48.508Z] Removing intermediate container e771479d48a3 [2020-07-25T04:36:48.508Z] ---> 3a813cdba209 [2020-07-25T04:36:48.508Z] Step 12/20 : ENV APP_PORT=48085 [2020-07-25T04:36:48.508Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-25T04:36:48.508Z] Removing intermediate container bda96bf46df7 [2020-07-25T04:36:48.508Z] ---> b019ca6c0c15 [2020-07-25T04:36:48.508Z] Step 12/23 : ENV APP_PORT=48060 [2020-07-25T04:36:48.508Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-25T04:36:48.508Z] (1/2) Installing readline (8.0.4-r0) [2020-07-25T04:36:48.508Z] (2/2) Installing bash (5.0.17-r0) [2020-07-25T04:36:48.508Z] Executing bash-5.0.17-r0.post-install [2020-07-25T04:36:48.508Z] Executing busybox-1.31.1-r16.trigger [2020-07-25T04:36:48.508Z] OK: 12 MiB in 22 packages [2020-07-25T04:36:48.768Z] Removing intermediate container 30f8cb6f6878 [2020-07-25T04:36:48.768Z] ---> 642b51c4a32d [2020-07-25T04:36:48.768Z] [2020-07-25T04:36:48.768Z] Step 10/22 : FROM alpine [2020-07-25T04:36:49.028Z] latest: Pulling from library/alpine [2020-07-25T04:36:49.289Z] ---> Running in 8681ff2525c9 [2020-07-25T04:36:49.289Z] ---> Running in 986b52602f2a [2020-07-25T04:36:49.289Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-07-25T04:36:49.289Z] Status: Downloaded newer image for alpine:latest [2020-07-25T04:36:49.289Z] ---> a24bb4013296 [2020-07-25T04:36:49.289Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-25T04:36:49.550Z] ---> Running in d7cc9adcac38 [2020-07-25T04:36:49.550Z] Removing intermediate container 8681ff2525c9 [2020-07-25T04:36:49.550Z] ---> c08564d50afa [2020-07-25T04:36:49.550Z] Step 13/20 : EXPOSE $APP_PORT [2020-07-25T04:36:49.550Z] Removing intermediate container 986b52602f2a [2020-07-25T04:36:49.550Z] ---> 2dc9e2990e5b [2020-07-25T04:36:49.550Z] Step 13/23 : EXPOSE $APP_PORT [2020-07-25T04:36:49.818Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-07-25T04:36:49.818Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-07-25T04:36:49.818Z] ---> Running in 3a094bd32a72 [2020-07-25T04:36:49.818Z] ---> Running in feea4fb9e842 [2020-07-25T04:36:50.080Z] v3.10.5-60-gf7c8b9a88d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-07-25T04:36:50.080Z] v3.10.5-58-g477aae6b2f [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-07-25T04:36:50.080Z] OK: 10346 distinct packages available [2020-07-25T04:36:50.080Z] Removing intermediate container d7cc9adcac38 [2020-07-25T04:36:50.080Z] ---> 578779212008 [2020-07-25T04:36:50.080Z] Step 12/22 : ENV APP_PORT=48080 [2020-07-25T04:36:50.080Z] Removing intermediate container 82a7e60b78e4 [2020-07-25T04:36:50.080Z] ---> baad5cb3ee10 [2020-07-25T04:36:50.080Z] Step 13/26 : RUN rm -rf /var/cache/apk/* [2020-07-25T04:36:50.080Z] (1/5) Installing ca-certificates (20191127-r2) [2020-07-25T04:36:50.080Z] ---> Running in 197001a9fbff [2020-07-25T04:36:50.080Z] Removing intermediate container 3a094bd32a72 [2020-07-25T04:36:50.080Z] ---> 559d14df3fba [2020-07-25T04:36:50.080Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-07-25T04:36:50.080Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-07-25T04:36:50.080Z] (3/5) Installing libcurl (7.66.0-r0) [2020-07-25T04:36:50.080Z] (4/5) Installing curl (7.66.0-r0) [2020-07-25T04:36:50.343Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-07-25T04:36:50.343Z] Executing busybox-1.30.1-r3.trigger [2020-07-25T04:36:50.343Z] Executing ca-certificates-20191127-r2.trigger [2020-07-25T04:36:50.343Z] ---> Running in 3a0dfed9790d [2020-07-25T04:36:50.343Z] Removing intermediate container feea4fb9e842 [2020-07-25T04:36:50.343Z] ---> 9d17948c27b8 [2020-07-25T04:36:50.343Z] Step 14/23 : COPY --from=builder /bin/sh /bin/sh [2020-07-25T04:36:50.343Z] OK: 7 MiB in 19 packages [2020-07-25T04:36:50.914Z] ---> 8e0232236ce3 [2020-07-25T04:36:50.914Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-07-25T04:36:50.914Z] Removing intermediate container 3a0dfed9790d [2020-07-25T04:36:50.914Z] ---> f3ab38bd33d4 [2020-07-25T04:36:50.914Z] Step 13/22 : EXPOSE $APP_PORT [2020-07-25T04:36:51.176Z] ---> fb2c403ef2f0 [2020-07-25T04:36:51.176Z] Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-07-25T04:36:51.176Z] ---> Running in 045da32c0ddc [2020-07-25T04:36:52.558Z] Removing intermediate container 045da32c0ddc [2020-07-25T04:36:52.558Z] ---> 4e2e19127bed [2020-07-25T04:36:52.558Z] Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-25T04:36:53.130Z] ---> Running in d4532e11cf3a [2020-07-25T04:36:53.130Z] ---> c4d65d0c60b8 [2020-07-25T04:36:53.130Z] Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl [2020-07-25T04:36:53.130Z] ---> 2ef1cd89d4e8 [2020-07-25T04:36:53.130Z] Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-07-25T04:36:53.130Z] Removing intermediate container 27eff1d09066 [2020-07-25T04:36:53.130Z] ---> 920ad20a978d [2020-07-25T04:36:53.130Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-07-25T04:36:53.392Z] ---> Running in 742f8cdd2eae [2020-07-25T04:36:53.392Z] Removing intermediate container 197001a9fbff [2020-07-25T04:36:53.392Z] ---> bf58bc621e62 [2020-07-25T04:36:53.392Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-07-25T04:36:53.660Z] ---> 5a9176577adb [2020-07-25T04:36:53.660Z] Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-25T04:36:53.660Z] ---> be94f907b259 [2020-07-25T04:36:53.660Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-07-25T04:36:53.660Z] ---> Running in 8742fb2cb356 [2020-07-25T04:36:54.237Z] Removing intermediate container 742f8cdd2eae [2020-07-25T04:36:54.237Z] ---> c4ac11d12eea [2020-07-25T04:36:54.237Z] Step 13/26 : WORKDIR / [2020-07-25T04:36:54.237Z] ---> Running in ec4d94de84cb [2020-07-25T04:36:54.237Z] ---> Running in 6620c2add32d [2020-07-25T04:36:54.499Z] ---> a308ae22a9b3 [2020-07-25T04:36:54.499Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-07-25T04:36:54.499Z] Removing intermediate container 8742fb2cb356 [2020-07-25T04:36:54.499Z] ---> d1506ad6f200 [2020-07-25T04:36:54.499Z] Step 15/26 : ENV APP_PORT=48090 [2020-07-25T04:36:54.762Z] ---> Running in 2e594f1d36be [2020-07-25T04:36:54.762Z] Removing intermediate container ec4d94de84cb [2020-07-25T04:36:54.762Z] ---> 4ae44f899968 [2020-07-25T04:36:54.762Z] Step 18/20 : LABEL arch=x86_64 [2020-07-25T04:36:54.762Z] Removing intermediate container 6620c2add32d [2020-07-25T04:36:54.762Z] ---> 87ccaa64ad4c [2020-07-25T04:36:54.762Z] Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-07-25T04:36:55.022Z] ---> Running in 156a6c97bd7f [2020-07-25T04:36:55.293Z] Removing intermediate container 2e594f1d36be [2020-07-25T04:36:55.293Z] ---> 857ce19ca922 [2020-07-25T04:36:55.293Z] Step 16/26 : EXPOSE $APP_PORT [2020-07-25T04:36:55.293Z] ---> d66b6d036263 [2020-07-25T04:36:55.293Z] Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-07-25T04:36:55.293Z] Removing intermediate container d4532e11cf3a [2020-07-25T04:36:55.293Z] ---> 9880bc5332b7 [2020-07-25T04:36:55.293Z] Step 15/22 : RUN apk --no-cache add zeromq [2020-07-25T04:36:55.293Z] ---> 41dcfade5ef6 [2020-07-25T04:36:55.293Z] Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-07-25T04:36:55.293Z] ---> Running in cef42ef449a0 [2020-07-25T04:36:55.293Z] Removing intermediate container 156a6c97bd7f [2020-07-25T04:36:55.293Z] ---> 1833c5758588 [2020-07-25T04:36:55.293Z] Step 19/20 : LABEL git_sha=c6771f42a5524429f96f8d73a9bafba19bf2e966 [2020-07-25T04:36:55.555Z] ---> Running in 7657a18db0c8 [2020-07-25T04:36:55.816Z] ---> Running in fd3b6a873173 [2020-07-25T04:36:55.816Z] ---> 4ff6d6415862 [2020-07-25T04:36:55.816Z] Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-25T04:36:56.077Z] Removing intermediate container cef42ef449a0 [2020-07-25T04:36:56.077Z] ---> 4c169796b281 [2020-07-25T04:36:56.077Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-07-25T04:36:56.077Z] ---> Running in 7a0d03ef26e0 [2020-07-25T04:36:56.077Z] ---> 1d2511d2e12c [2020-07-25T04:36:56.077Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-07-25T04:36:56.077Z] Removing intermediate container fd3b6a873173 [2020-07-25T04:36:56.077Z] ---> 4a505898d441 [2020-07-25T04:36:56.077Z] Step 20/20 : LABEL version=0.0.0 [2020-07-25T04:36:56.077Z] ---> Running in 591e622fd54c [2020-07-25T04:36:56.337Z] Removing intermediate container 7a0d03ef26e0 [2020-07-25T04:36:56.337Z] ---> 6fdb5bdd515f [2020-07-25T04:36:56.337Z] Step 21/23 : LABEL arch=x86_64 [2020-07-25T04:36:56.655Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-25T04:36:56.965Z] ---> Running in c842ffce29ee [2020-07-25T04:36:56.965Z] ---> 526ae9525785 [2020-07-25T04:36:56.965Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-07-25T04:36:56.965Z] ---> 59118902b2bf [2020-07-25T04:36:56.965Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-07-25T04:36:56.965Z] Removing intermediate container 591e622fd54c [2020-07-25T04:36:56.965Z] ---> be5b23451498 [2020-07-25T04:36:56.965Z] [2020-07-25T04:36:56.965Z] Removing intermediate container c842ffce29ee [2020-07-25T04:36:56.965Z] ---> 59ae5a0183bc [2020-07-25T04:36:56.965Z] Step 22/23 : LABEL git_sha=c6771f42a5524429f96f8d73a9bafba19bf2e966 [2020-07-25T04:36:57.323Z] Successfully built be5b23451498 [2020-07-25T04:36:57.323Z] ---> Running in f1df859ea69f [2020-07-25T04:36:57.323Z] Successfully tagged docker-support-scheduler-go:latest [2020-07-25T04:36:57.323Z] Building docker-security-secrets-setup-go [2020-07-25T04:36:57.323Z]  Building docker-support-scheduler-go ... done  ---> 181ce9a0eec4 [2020-07-25T04:36:57.323Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-07-25T04:36:57.323Z] ---> 6fd861f1d1d1 [2020-07-25T04:36:57.323Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-07-25T04:36:57.633Z] Removing intermediate container f1df859ea69f [2020-07-25T04:36:57.633Z] ---> 0796766cb94e [2020-07-25T04:36:57.633Z] Step 23/23 : LABEL version=0.0.0 [2020-07-25T04:36:57.633Z] ---> Running in ec6c52b05f03 [2020-07-25T04:36:57.923Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-25T04:36:57.923Z] ---> 6fd1d3a3b1b9 [2020-07-25T04:36:57.923Z] Step 20/26 : RUN apk --no-cache add py-pip [2020-07-25T04:36:57.923Z] Removing intermediate container ec6c52b05f03 [2020-07-25T04:36:57.923Z] ---> f40ea29773a0 [2020-07-25T04:36:57.923Z] [2020-07-25T04:36:58.018Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-07-25T04:36:58.018Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-07-25T04:36:58.018Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-07-25T04:36:58.018Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-07-25T04:36:58.018Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.047s [2020-07-25T04:36:58.018Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-07-25T04:36:58.019Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-07-25T04:36:58.188Z] Successfully built f40ea29773a0 [2020-07-25T04:36:58.450Z] ---> 7c46be211235 [2020-07-25T04:36:58.450Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-07-25T04:36:58.450Z] ---> Running in 55d96ef74fed [2020-07-25T04:36:58.450Z] Successfully tagged docker-support-notifications-go:latest [2020-07-25T04:36:58.450Z] Building docker-security-proxy-setup-go [2020-07-25T04:36:58.819Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-07-25T04:37:00.371Z]  Building docker-support-notifications-go ... done (1/5) Installing libgcc (9.3.0-r2) [2020-07-25T04:37:00.846Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-07-25T04:37:00.943Z] (2/5) Installing libsodium (1.0.18-r0) [2020-07-25T04:37:01.205Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-25T04:37:01.205Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-25T04:37:01.465Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-07-25T04:37:01.465Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-07-25T04:37:01.465Z] (2/33) Installing expat (2.2.9-r1) [2020-07-25T04:37:01.465Z] (3/33) Installing libffi (3.3-r2) [2020-07-25T04:37:01.465Z] (4/33) Installing gdbm (1.13-r1) [2020-07-25T04:37:01.828Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-07-25T04:37:02.035Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-07-25T04:37:02.035Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-07-25T04:37:02.035Z] (7/33) Installing python3 (3.8.5-r0) [2020-07-25T04:37:02.036Z] (4/5) Installing libzmq (4.3.2-r0) [2020-07-25T04:37:02.103Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-07-25T04:37:02.103Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-07-25T04:37:02.103Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-07-25T04:37:02.983Z] (5/5) Installing zeromq (4.3.2-r0) [2020-07-25T04:37:02.983Z] Executing busybox-1.31.1-r16.trigger [2020-07-25T04:37:02.983Z] OK: 8 MiB in 19 packages [2020-07-25T04:37:10.405Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.094s coverage: 46.6% of statements [2020-07-25T04:37:10.406Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-07-25T04:37:10.406Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-07-25T04:37:10.406Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-07-25T04:37:10.406Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-07-25T04:37:10.406Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-07-25T04:37:13.000Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-07-25T04:37:13.000Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-07-25T04:37:13.000Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-07-25T04:37:13.000Z] (11/33) Installing py3-six (1.15.0-r0) [2020-07-25T04:37:13.000Z] (12/33) Installing py3-packaging (20.4-r0) [2020-07-25T04:37:13.000Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-07-25T04:37:13.274Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-07-25T04:37:13.274Z] ---> 750af5dfbaab [2020-07-25T04:37:13.274Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-07-25T04:37:13.546Z] (15/33) Installing py3-idna (2.9-r0) [2020-07-25T04:37:13.546Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-07-25T04:37:14.122Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-07-25T04:37:14.706Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-07-25T04:37:14.706Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-07-25T04:37:14.967Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-07-25T04:37:15.551Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-07-25T04:37:16.126Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-07-25T04:37:16.699Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-07-25T04:37:17.130Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.188s coverage: 27.4% of statements [2020-07-25T04:37:17.130Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-07-25T04:37:17.130Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-07-25T04:37:17.130Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-07-25T04:37:17.130Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-07-25T04:37:17.130Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-07-25T04:37:17.130Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-07-25T04:37:17.130Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.026s coverage: 100.0% of statements [2020-07-25T04:37:17.130Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-07-25T04:37:17.130Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.031s coverage: 100.0% of statements [2020-07-25T04:37:17.130Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-07-25T04:37:17.271Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-07-25T04:37:17.534Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-07-25T04:37:17.534Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-07-25T04:37:18.531Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-07-25T04:37:18.531Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-07-25T04:37:18.531Z] (29/33) Installing py3-progress (1.5-r0) [2020-07-25T04:37:18.791Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-07-25T04:37:19.367Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-07-25T04:37:19.367Z] ---> bf989ef24bb0 [2020-07-25T04:37:19.367Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-07-25T04:37:19.367Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-07-25T04:37:19.367Z] Removing intermediate container 7657a18db0c8 [2020-07-25T04:37:19.367Z] ---> c79132d26b78 [2020-07-25T04:37:19.367Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-07-25T04:37:19.367Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-07-25T04:37:19.367Z] Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-25T04:37:19.367Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-07-25T04:37:19.367Z] ---> c489caa631e2 [2020-07-25T04:37:19.367Z] Step 3/29 : WORKDIR /edgex-go [2020-07-25T04:37:19.367Z] ---> Using cache [2020-07-25T04:37:19.367Z] ---> f39fad34fd39 [2020-07-25T04:37:19.367Z] Step 4/29 : RUN apk update && apk add make git [2020-07-25T04:37:19.367Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-25T04:37:19.367Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-07-25T04:37:19.367Z] ---> c489caa631e2 [2020-07-25T04:37:19.367Z] Step 3/20 : WORKDIR /edgex-go [2020-07-25T04:37:19.367Z] ---> Using cache [2020-07-25T04:37:19.367Z] ---> f39fad34fd39 [2020-07-25T04:37:19.367Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-25T04:37:19.367Z] ---> Using cache [2020-07-25T04:37:19.367Z] ---> ad81fb54679d [2020-07-25T04:37:19.367Z] Step 5/20 : RUN apk update && apk add make git [2020-07-25T04:37:19.367Z] ---> Using cache [2020-07-25T04:37:19.367Z] ---> a0d0f05e185c [2020-07-25T04:37:19.367Z] Step 6/20 : COPY go.mod . [2020-07-25T04:37:19.367Z] ---> Using cache [2020-07-25T04:37:19.367Z] ---> 391b0db3e5c2 [2020-07-25T04:37:19.367Z] Step 7/20 : RUN go mod download [2020-07-25T04:37:19.367Z] ---> Using cache [2020-07-25T04:37:19.367Z] ---> 7b88db8af978 [2020-07-25T04:37:19.367Z] Step 8/20 : COPY . . [2020-07-25T04:37:19.627Z] ---> Using cache [2020-07-25T04:37:19.627Z] ---> f8d62ca5979c [2020-07-25T04:37:19.627Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-07-25T04:37:19.769Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.305s coverage: 29.3% of statements [2020-07-25T04:37:19.769Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-07-25T04:37:19.769Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-07-25T04:37:19.769Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-07-25T04:37:19.769Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-07-25T04:37:19.769Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-07-25T04:37:19.769Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.048s coverage: 100.0% of statements [2020-07-25T04:37:19.769Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-07-25T04:37:19.769Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.029s coverage: 100.0% of statements [2020-07-25T04:37:19.769Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-07-25T04:37:21.020Z] Executing busybox-1.31.1-r16.trigger [2020-07-25T04:37:21.020Z] OK: 71 MiB in 55 packages [2020-07-25T04:37:21.020Z] ---> Running in 9c153964106c [2020-07-25T04:37:21.020Z] ---> Running in 06bba0a69d84 [2020-07-25T04:37:21.281Z] ---> 145482726a07 [2020-07-25T04:37:21.281Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-07-25T04:37:21.281Z] ---> e5c56061b227 [2020-07-25T04:37:21.281Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-07-25T04:37:21.281Z] ---> Running in b96e18b3b7c4 [2020-07-25T04:37:21.752Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.090s coverage: 89.8% of statements [2020-07-25T04:37:21.752Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-07-25T04:37:22.272Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-25T04:37:22.272Z] ---> d4c5568bf435 [2020-07-25T04:37:22.272Z] Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-07-25T04:37:22.366Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.137s coverage: 97.5% of statements [2020-07-25T04:37:22.366Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-07-25T04:37:22.640Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.050s coverage: 100.0% of statements [2020-07-25T04:37:22.640Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-07-25T04:37:22.640Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-07-25T04:37:22.640Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-07-25T04:37:22.640Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-07-25T04:37:22.640Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-07-25T04:37:22.640Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-07-25T04:37:22.640Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-07-25T04:37:22.640Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-07-25T04:37:22.640Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-07-25T04:37:22.640Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-07-25T04:37:22.640Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-07-25T04:37:22.640Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-07-25T04:37:22.640Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-07-25T04:37:22.640Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-07-25T04:37:22.640Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-07-25T04:37:22.640Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-07-25T04:37:22.640Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-07-25T04:37:22.849Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-07-25T04:37:23.113Z] ---> b95b351b3ede [2020-07-25T04:37:23.113Z] Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-25T04:37:23.390Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-25T04:37:23.983Z] ---> Running in 15a082420ded [2020-07-25T04:37:24.100Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.031s coverage: 58.8% of statements [2020-07-25T04:37:25.424Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-25T04:37:25.424Z] v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-25T04:37:25.424Z] OK: 12749 distinct packages available [2020-07-25T04:37:25.424Z] Removing intermediate container 15a082420ded [2020-07-25T04:37:25.424Z] ---> ea75bdda50b6 [2020-07-25T04:37:25.424Z] Step 20/22 : LABEL arch=x86_64 [2020-07-25T04:37:25.424Z] OK: 233 MiB in 51 packages [2020-07-25T04:37:26.389Z] ---> Running in 4796dd3a651a [2020-07-25T04:37:26.389Z] Removing intermediate container b96e18b3b7c4 [2020-07-25T04:37:26.389Z] ---> c67a495a6f3f [2020-07-25T04:37:26.389Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-07-25T04:37:27.365Z] ---> Running in 6589b3ed70ca [2020-07-25T04:37:27.505Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.179s coverage: 63.5% of statements [2020-07-25T04:37:27.505Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-07-25T04:37:27.505Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-07-25T04:37:27.505Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.027s coverage: 100.0% of statements [2020-07-25T04:37:27.635Z] Removing intermediate container 4796dd3a651a [2020-07-25T04:37:27.635Z] ---> 922c7ed69178 [2020-07-25T04:37:27.635Z] Step 21/22 : LABEL git_sha=c6771f42a5524429f96f8d73a9bafba19bf2e966 [2020-07-25T04:37:28.486Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.337s coverage: 55.9% of statements [2020-07-25T04:37:28.486Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-07-25T04:37:28.486Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-07-25T04:37:28.486Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-07-25T04:37:28.486Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-07-25T04:37:30.949Z] Removing intermediate container 9c153964106c [2020-07-25T04:37:30.949Z] ---> bb16068b9ae5 [2020-07-25T04:37:30.949Z] Step 5/29 : COPY go.mod . [2020-07-25T04:37:30.949Z] ---> Running in c0ccca98ba5c [2020-07-25T04:37:30.949Z] Removing intermediate container 6589b3ed70ca [2020-07-25T04:37:30.949Z] ---> 839cd64ffdf4 [2020-07-25T04:37:30.949Z] Step 24/26 : LABEL arch=x86_64 [2020-07-25T04:37:31.213Z] ---> Running in bfde68670cf0 [2020-07-25T04:37:31.482Z] Removing intermediate container 55d96ef74fed [2020-07-25T04:37:31.482Z] ---> 420f912ce358 [2020-07-25T04:37:31.482Z] Step 21/26 : RUN pip install docker-compose==1.23.2 [2020-07-25T04:37:31.482Z] ---> 11836d0488e6 [2020-07-25T04:37:31.482Z] Step 6/29 : RUN go mod download [2020-07-25T04:37:31.482Z] Removing intermediate container c0ccca98ba5c [2020-07-25T04:37:31.482Z] ---> 5c84bc3b33a0 [2020-07-25T04:37:31.482Z] Step 22/22 : LABEL version=0.0.0 [2020-07-25T04:37:31.752Z] ---> Running in 9d894ada1934 [2020-07-25T04:37:31.752Z] ---> Running in 4e26e6412d02 [2020-07-25T04:37:31.752Z] ---> Running in 86646ed1b540 [2020-07-25T04:37:31.752Z] Removing intermediate container bfde68670cf0 [2020-07-25T04:37:31.752Z] ---> b5d9315910a3 [2020-07-25T04:37:31.752Z] Step 25/26 : LABEL git_sha=c6771f42a5524429f96f8d73a9bafba19bf2e966 [2020-07-25T04:37:32.705Z] ---> Running in b5375e938f78 [2020-07-25T04:37:32.705Z] Removing intermediate container 86646ed1b540 [2020-07-25T04:37:32.705Z] ---> 98114abdb1b0 [2020-07-25T04:37:32.705Z] [2020-07-25T04:37:32.705Z] Successfully built 98114abdb1b0 [2020-07-25T04:37:32.969Z] Successfully tagged docker-core-data-go:latest [2020-07-25T04:37:32.969Z] Building docker-core-command-go [2020-07-25T04:37:32.969Z]  Building docker-core-data-go ... done Removing intermediate container b5375e938f78 [2020-07-25T04:37:32.969Z] ---> 97b94d8bbb1c [2020-07-25T04:37:32.969Z] Step 26/26 : LABEL version=0.0.0 [2020-07-25T04:37:32.969Z] ---> Running in 72279dc27569 [2020-07-25T04:37:37.177Z] Collecting docker-compose==1.23.2 [2020-07-25T04:37:37.177Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-07-25T04:37:37.177Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-07-25T04:37:38.125Z] Removing intermediate container 72279dc27569 [2020-07-25T04:37:38.125Z] ---> 9249c3feee30 [2020-07-25T04:37:38.125Z] [2020-07-25T04:37:38.125Z] Collecting docker<4.0,>=3.6.0 [2020-07-25T04:37:38.125Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-07-25T04:37:38.387Z] Successfully built 9249c3feee30 [2020-07-25T04:37:39.334Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-07-25T04:37:39.334Z] Building docker-support-logging-go [2020-07-25T04:37:39.598Z]  Building docker-security-secretstore-setup-go ... done Collecting jsonschema<3,>=2.5.1 [2020-07-25T04:37:39.598Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-07-25T04:37:39.860Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-07-25T04:37:39.860Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-07-25T04:37:41.775Z] Collecting PyYAML<4,>=3.10 [2020-07-25T04:37:41.775Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-07-25T04:37:43.565Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 12.531s coverage: 86.3% of statements [2020-07-25T04:37:43.565Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-07-25T04:37:43.565Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.047s coverage: 72.2% of statements [2020-07-25T04:37:43.565Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.332s coverage: 72.1% of statements [2020-07-25T04:37:43.565Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.036s coverage: 82.4% of statements [2020-07-25T04:37:43.565Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.027s coverage: 48.4% of statements [2020-07-25T04:37:43.565Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-07-25T04:37:43.566Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-07-25T04:37:43.566Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-07-25T04:37:43.566Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.030s coverage: 28.8% of statements [2020-07-25T04:37:43.566Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-07-25T04:37:43.566Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.055s coverage: 96.8% of statements [2020-07-25T04:37:43.566Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-07-25T04:37:43.566Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.129s coverage: 26.9% of statements [2020-07-25T04:37:43.566Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-07-25T04:37:43.566Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-07-25T04:37:43.566Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.300s coverage: 84.1% of statements [2020-07-25T04:37:43.566Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.024s coverage: 100.0% of statements [2020-07-25T04:37:43.566Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.046s coverage: 43.1% of statements [2020-07-25T04:37:43.566Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-07-25T04:37:43.566Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-07-25T04:37:43.566Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.026s coverage: 100.0% of statements [2020-07-25T04:37:43.566Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-07-25T04:37:43.695Z] Removing intermediate container 4e26e6412d02 [2020-07-25T04:37:43.695Z] ---> dd77a06957d3 [2020-07-25T04:37:43.695Z] Step 7/29 : COPY . . [2020-07-25T04:37:44.160Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.074s coverage: 83.8% of statements [2020-07-25T04:37:44.160Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-07-25T04:37:46.259Z] Collecting dockerpty<0.5,>=0.4.1 [2020-07-25T04:37:46.259Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-07-25T04:37:48.197Z] Collecting cached-property<2,>=1.2.0 [2020-07-25T04:37:48.197Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-07-25T04:37:49.564Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.132s coverage: 46.1% of statements [2020-07-25T04:37:49.565Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-07-25T04:37:49.565Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-07-25T04:37:49.565Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.051s coverage: 100.0% of statements [2020-07-25T04:37:49.565Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-07-25T04:37:49.565Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-07-25T04:37:49.565Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-07-25T04:37:49.565Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.039s coverage: 100.0% of statements [2020-07-25T04:37:49.565Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-07-25T04:37:49.565Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.052s coverage: 100.0% of statements [2020-07-25T04:37:49.565Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-07-25T04:37:50.123Z] Collecting websocket-client<1.0,>=0.32.0 [2020-07-25T04:37:50.123Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-07-25T04:37:51.305Z] Collecting texttable<0.10,>=0.9.0 [2020-07-25T04:37:51.305Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-07-25T04:37:52.739Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-25T04:37:52.739Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-25T04:37:52.739Z] ---> c489caa631e2 [2020-07-25T04:37:52.739Z] Step 3/21 : WORKDIR /edgex-go [2020-07-25T04:37:52.739Z] ---> Using cache [2020-07-25T04:37:52.739Z] ---> f39fad34fd39 [2020-07-25T04:37:52.739Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-25T04:37:52.739Z] ---> Using cache [2020-07-25T04:37:52.739Z] ---> ad81fb54679d [2020-07-25T04:37:52.739Z] Step 5/21 : RUN apk update && apk add make git [2020-07-25T04:37:52.739Z] ---> Using cache [2020-07-25T04:37:52.739Z] ---> a0d0f05e185c [2020-07-25T04:37:52.739Z] Step 6/21 : COPY go.mod . [2020-07-25T04:37:52.739Z] ---> Using cache [2020-07-25T04:37:52.739Z] ---> 391b0db3e5c2 [2020-07-25T04:37:52.739Z] Step 7/21 : RUN go mod download [2020-07-25T04:37:52.739Z] ---> Using cache [2020-07-25T04:37:52.739Z] ---> 7b88db8af978 [2020-07-25T04:37:52.739Z] Step 8/21 : COPY . . [2020-07-25T04:37:53.000Z] ---> Using cache [2020-07-25T04:37:53.000Z] ---> f8d62ca5979c [2020-07-25T04:37:53.000Z] Step 9/21 : RUN make cmd/core-command/core-command [2020-07-25T04:37:53.000Z] Collecting docopt<0.7,>=0.6.1 [2020-07-25T04:37:53.000Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-07-25T04:37:53.875Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.202s coverage: 29.1% of statements [2020-07-25T04:37:53.875Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-07-25T04:37:53.875Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-07-25T04:37:53.875Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-07-25T04:37:53.875Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-07-25T04:37:53.875Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-07-25T04:37:53.875Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.055s coverage: 99.0% of statements [2020-07-25T04:37:53.875Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-07-25T04:37:53.875Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.047s coverage: 100.0% of statements [2020-07-25T04:37:53.875Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-07-25T04:37:53.875Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.023s coverage: 0.0% of statements [2020-07-25T04:37:53.875Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-07-25T04:37:55.552Z] ---> Running in caac5788c485 [2020-07-25T04:37:55.552Z] Collecting docker-pycreds>=0.4.0 [2020-07-25T04:37:55.552Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-07-25T04:37:55.814Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2020-07-25T04:37:55.814Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2020-07-25T04:37:55.855Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.019s coverage: 100.0% of statements [2020-07-25T04:37:55.855Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-07-25T04:37:55.855Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-07-25T04:37:55.855Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-07-25T04:37:55.855Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-07-25T04:37:56.073Z] Collecting urllib3<1.25,>=1.21.1 [2020-07-25T04:37:56.073Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-07-25T04:37:56.137Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.030s coverage: 87.9% of statements [2020-07-25T04:37:56.137Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-07-25T04:37:56.137Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-07-25T04:37:57.122Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.023s coverage: 100.0% of statements [2020-07-25T04:37:57.122Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.016s coverage: 32.1% of statements [2020-07-25T04:37:57.992Z] Collecting idna<2.8,>=2.5 [2020-07-25T04:37:57.992Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-07-25T04:37:57.992Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-07-25T04:37:57.992Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-07-25T04:37:57.992Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-07-25T04:37:57.992Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-07-25T04:37:57.992Z] Removing intermediate container 06bba0a69d84 [2020-07-25T04:37:57.992Z] ---> 83ab5f6cc43a [2020-07-25T04:37:57.992Z] [2020-07-25T04:37:57.992Z] Step 10/20 : FROM alpine [2020-07-25T04:37:57.992Z] ---> a24bb4013296 [2020-07-25T04:37:57.992Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-07-25T04:37:57.992Z] Installing collected packages: docker-pycreds, websocket-client, urllib3, idna, requests, docker, jsonschema, PyYAML, dockerpty, cached-property, texttable, docopt, docker-compose [2020-07-25T04:37:58.555Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.028s coverage: 100.0% of statements [2020-07-25T04:37:59.149Z] GO111MODULE=on go vet ./... [2020-07-25T04:38:00.541Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-25T04:38:00.541Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-25T04:38:00.541Z] ---> c489caa631e2 [2020-07-25T04:38:00.541Z] Step 3/21 : WORKDIR /edgex-go [2020-07-25T04:38:00.541Z] ---> Using cache [2020-07-25T04:38:00.541Z] ---> f39fad34fd39 [2020-07-25T04:38:00.541Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-25T04:38:00.541Z] ---> Using cache [2020-07-25T04:38:00.541Z] ---> ad81fb54679d [2020-07-25T04:38:00.541Z] Step 5/21 : RUN apk update && apk add make && apk add bash git [2020-07-25T04:38:01.110Z] Attempting uninstall: urllib3 [2020-07-25T04:38:01.110Z] Found existing installation: urllib3 1.25.9 [2020-07-25T04:38:01.110Z] Uninstalling urllib3-1.25.9: [2020-07-25T04:38:01.110Z] ---> Running in c4d7c118446e [2020-07-25T04:38:01.110Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-07-25T04:38:01.378Z] Successfully uninstalled urllib3-1.25.9 [2020-07-25T04:38:01.378Z] ---> Running in 5ca7f8881b5c [2020-07-25T04:38:01.645Z] Attempting uninstall: idna [2020-07-25T04:38:01.645Z] Found existing installation: idna 2.9 [2020-07-25T04:38:01.645Z] Uninstalling idna-2.9: [2020-07-25T04:38:01.915Z] Successfully uninstalled idna-2.9 [2020-07-25T04:38:01.915Z] Attempting uninstall: requests [2020-07-25T04:38:01.915Z] Found existing installation: requests 2.23.0 [2020-07-25T04:38:02.186Z] Uninstalling requests-2.23.0: [2020-07-25T04:38:02.186Z] Successfully uninstalled requests-2.23.0 [2020-07-25T04:38:04.113Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-25T04:38:04.716Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-25T04:38:04.716Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-25T04:38:04.716Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-25T04:38:05.307Z] v3.12.0-175-g8b3334c57c [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-07-25T04:38:05.307Z] v3.12.0-179-gc1e97b6747 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-07-25T04:38:05.307Z] OK: 12749 distinct packages available [2020-07-25T04:38:05.589Z] (1/4) Installing ca-certificates (20191127-r4) [2020-07-25T04:38:05.589Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-07-25T04:38:05.589Z] (3/4) Installing libcurl (7.69.1-r0) [2020-07-25T04:38:05.589Z] (4/4) Installing curl (7.69.1-r0) [2020-07-25T04:38:05.589Z] Executing busybox-1.31.1-r16.trigger [2020-07-25T04:38:05.589Z] Executing ca-certificates-20191127-r4.trigger [2020-07-25T04:38:05.870Z] OK: 7 MiB in 18 packages [2020-07-25T04:38:05.870Z] Running setup.py install for PyYAML: started [2020-07-25T04:38:05.870Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-25T04:38:05.870Z] v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-25T04:38:05.870Z] OK: 12749 distinct packages available [2020-07-25T04:38:06.478Z] OK: 233 MiB in 51 packages [2020-07-25T04:38:06.746Z] OK: 233 MiB in 51 packages [2020-07-25T04:38:07.694Z] Running setup.py install for PyYAML: finished with status 'done' [2020-07-25T04:38:07.694Z] Running setup.py install for dockerpty: started [2020-07-25T04:38:08.276Z] Running setup.py install for dockerpty: finished with status 'done' [2020-07-25T04:38:08.870Z] Running setup.py install for texttable: started [2020-07-25T04:38:09.812Z] Running setup.py install for texttable: finished with status 'done' [2020-07-25T04:38:10.384Z] Running setup.py install for docopt: started [2020-07-25T04:38:10.384Z] Removing intermediate container c4d7c118446e [2020-07-25T04:38:10.384Z] ---> 8949ebf2c697 [2020-07-25T04:38:10.384Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-07-25T04:38:10.649Z] Running setup.py install for docopt: finished with status 'done' [2020-07-25T04:38:11.228Z] Removing intermediate container 5ca7f8881b5c [2020-07-25T04:38:11.229Z] ---> b005e3e228ed [2020-07-25T04:38:11.229Z] Step 6/21 : COPY go.mod . [2020-07-25T04:38:11.229Z] ---> a650af171d31 [2020-07-25T04:38:11.229Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-07-25T04:38:11.229Z] ---> Running in 29d2ac94b604 [2020-07-25T04:38:11.493Z] Successfully installed PyYAML-3.13 cached-property-1.5.1 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2020-07-25T04:38:11.758Z] ---> Running in ade4deacef08 [2020-07-25T04:38:11.758Z] ---> dd454b931b7e [2020-07-25T04:38:11.758Z] Step 7/21 : RUN go mod download [2020-07-25T04:38:11.759Z] Removing intermediate container 29d2ac94b604 [2020-07-25T04:38:11.759Z] ---> d630f9cb9d3d [2020-07-25T04:38:11.759Z] Step 13/20 : WORKDIR /edgex [2020-07-25T04:38:12.034Z] ---> Running in 9e51431520b1 [2020-07-25T04:38:12.034Z] ---> Running in 60d558190458 [2020-07-25T04:38:12.313Z] Removing intermediate container 60d558190458 [2020-07-25T04:38:12.313Z] ---> 3e6ec785e8ce [2020-07-25T04:38:12.313Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-07-25T04:38:12.907Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-07-25T04:38:12.907Z] ---> 6b09ba8c53e2 [2020-07-25T04:38:12.907Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-07-25T04:38:15.515Z] ---> 1959971bf581 [2020-07-25T04:38:15.515Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-07-25T04:38:15.515Z] Removing intermediate container 9d894ada1934 [2020-07-25T04:38:15.515Z] ---> 54613199247a [2020-07-25T04:38:15.515Z] Step 22/26 : RUN apk --no-cache add curl [2020-07-25T04:38:15.791Z] ---> Running in 6b3a506a8d2e [2020-07-25T04:38:15.791Z] ---> Running in 0d078a3e9b1c [2020-07-25T04:38:16.386Z] Removing intermediate container 9e51431520b1 [2020-07-25T04:38:16.386Z] ---> 1b82947fcc2d [2020-07-25T04:38:16.386Z] Step 8/21 : COPY . . [2020-07-25T04:38:16.386Z] Removing intermediate container 0d078a3e9b1c [2020-07-25T04:38:16.386Z] ---> 17f6ad609b99 [2020-07-25T04:38:16.386Z] Step 17/20 : CMD ["--init=true"] [2020-07-25T04:38:16.386Z] ---> Running in e800324f5fb6 [2020-07-25T04:38:16.977Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-25T04:38:16.977Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-25T04:38:16.978Z] Removing intermediate container e800324f5fb6 [2020-07-25T04:38:16.978Z] ---> 05360bbf6cdf [2020-07-25T04:38:16.978Z] Step 18/20 : LABEL arch=x86_64 [2020-07-25T04:38:17.250Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-07-25T04:38:17.250Z] (2/3) Installing libcurl (7.69.1-r0) [2020-07-25T04:38:17.250Z] (3/3) Installing curl (7.69.1-r0) [2020-07-25T04:38:17.250Z] Executing busybox-1.31.1-r16.trigger [2020-07-25T04:38:17.250Z] OK: 72 MiB in 58 packages [2020-07-25T04:38:17.466Z] gofmt -l . [2020-07-25T04:38:17.522Z] ---> Running in da8b9a1caeca [2020-07-25T04:38:17.744Z] [ "`gofmt -l .`" = "" ] [2020-07-25T04:38:20.356Z] ./bin/test-go-mod-tidy.sh [2020-07-25T04:38:20.627Z] ./bin/test-attribution-txt.sh [2020-07-25T04:38:21.773Z] Removing intermediate container da8b9a1caeca [2020-07-25T04:38:21.773Z] ---> e152cd490cb0 [2020-07-25T04:38:21.773Z] Step 19/20 : LABEL git_sha=c6771f42a5524429f96f8d73a9bafba19bf2e966 [2020-07-25T04:38:24.011Z] docker run --rm --privileged \ [2020-07-25T04:38:24.011Z] -v /w/workspace/edgex-go/14:/raml-verification -w /raml-verification \ [2020-07-25T04:38:24.011Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:aarch64 \ [2020-07-25T04:38:24.011Z] /scripts/raml-verify.sh [2020-07-25T04:38:24.011Z] Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:aarch64' locally [2020-07-25T04:38:24.011Z] aarch64: Pulling from edgex-devops/edgex-docs-builder [2020-07-25T04:38:24.011Z] 29e5d40040c1: Pulling fs layer [2020-07-25T04:38:24.011Z] 8c46fbeab2c7: Pulling fs layer [2020-07-25T04:38:24.011Z] 8ba552a4e5fe: Pulling fs layer [2020-07-25T04:38:24.011Z] 1fb62381901b: Pulling fs layer [2020-07-25T04:38:24.011Z] 147fb30a95d9: Pulling fs layer [2020-07-25T04:38:24.011Z] 3ccc99ad11dc: Pulling fs layer [2020-07-25T04:38:24.011Z] 1fb62381901b: Waiting [2020-07-25T04:38:24.011Z] 147fb30a95d9: Waiting [2020-07-25T04:38:24.011Z] 3ccc99ad11dc: Waiting [2020-07-25T04:38:24.011Z] 8ba552a4e5fe: Verifying Checksum [2020-07-25T04:38:24.011Z] 8ba552a4e5fe: Download complete [2020-07-25T04:38:24.011Z] 1fb62381901b: Verifying Checksum [2020-07-25T04:38:24.011Z] 1fb62381901b: Download complete [2020-07-25T04:38:24.011Z] 29e5d40040c1: Verifying Checksum [2020-07-25T04:38:24.011Z] 29e5d40040c1: Download complete [2020-07-25T04:38:24.011Z] 3ccc99ad11dc: Verifying Checksum [2020-07-25T04:38:24.011Z] 3ccc99ad11dc: Download complete [2020-07-25T04:38:24.011Z] 147fb30a95d9: Verifying Checksum [2020-07-25T04:38:24.011Z] 147fb30a95d9: Download complete [2020-07-25T04:38:24.351Z] ---> Running in 5e4d937dd334 [2020-07-25T04:38:24.609Z] 29e5d40040c1: Pull complete [2020-07-25T04:38:24.609Z] 8c46fbeab2c7: Verifying Checksum [2020-07-25T04:38:24.609Z] 8c46fbeab2c7: Download complete [2020-07-25T04:38:25.293Z] Removing intermediate container 6b3a506a8d2e [2020-07-25T04:38:25.293Z] ---> a858194ef7c7 [2020-07-25T04:38:25.293Z] Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-25T04:38:29.510Z] ---> Running in 2c0953bb3351 [2020-07-25T04:38:29.510Z] Removing intermediate container 5e4d937dd334 [2020-07-25T04:38:29.510Z] ---> 69176ef9bd60 [2020-07-25T04:38:29.510Z] Step 20/20 : LABEL version=0.0.0 [2020-07-25T04:38:30.082Z] 8c46fbeab2c7: Pull complete [2020-07-25T04:38:30.082Z] 8ba552a4e5fe: Pull complete [2020-07-25T04:38:30.354Z] 1fb62381901b: Pull complete [2020-07-25T04:38:32.835Z] ---> Running in f1046bc003e1 [2020-07-25T04:38:33.405Z] Removing intermediate container 2c0953bb3351 [2020-07-25T04:38:33.405Z] ---> 88644304c7aa [2020-07-25T04:38:33.405Z] Step 24/26 : LABEL arch=x86_64 [2020-07-25T04:38:34.650Z] 147fb30a95d9: Pull complete [2020-07-25T04:38:34.923Z] 3ccc99ad11dc: Pull complete [2020-07-25T04:38:34.923Z] Digest: sha256:33ff93263c5b0dedea05ed711b2d4931bc621bb5cb6457c0d27b1e4e2c1565c0 [2020-07-25T04:38:34.923Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:aarch64 [2020-07-25T04:38:35.948Z] Removing intermediate container f1046bc003e1 [2020-07-25T04:38:35.948Z] ---> 2962b50cf1a1 [2020-07-25T04:38:35.948Z] [2020-07-25T04:38:35.948Z] ---> Running in 7b7797f40387 [2020-07-25T04:38:35.948Z] Successfully built 2962b50cf1a1 [2020-07-25T04:38:36.211Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-07-25T04:38:36.211Z] Building docker-core-metadata-go [2020-07-25T04:38:36.211Z]  Building docker-security-proxy-setup-go ... done  ---> 4c894d7e7a59 [2020-07-25T04:38:36.211Z] Step 9/21 : RUN make cmd/support-logging/support-logging [2020-07-25T04:38:37.536Z] Verifying ./api/raml/core-command.raml... [2020-07-25T04:38:40.142Z] OK [2020-07-25T04:38:40.142Z] Verifying ./api/raml/core-metadata.raml... [2020-07-25T04:38:42.807Z] Removing intermediate container 7b7797f40387 [2020-07-25T04:38:42.807Z] ---> d8f42b686882 [2020-07-25T04:38:42.807Z] Step 25/26 : LABEL git_sha=c6771f42a5524429f96f8d73a9bafba19bf2e966 [2020-07-25T04:38:43.750Z] ---> Running in 03f68b1bbcfc [2020-07-25T04:38:44.322Z] Removing intermediate container caac5788c485 [2020-07-25T04:38:44.322Z] ---> 125796468310 [2020-07-25T04:38:44.322Z] [2020-07-25T04:38:44.322Z] Step 10/21 : FROM scratch [2020-07-25T04:38:44.322Z] ---> [2020-07-25T04:38:44.322Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-25T04:38:45.727Z] ---> Using cache [2020-07-25T04:38:45.727Z] ---> 3a813cdba209 [2020-07-25T04:38:45.727Z] Step 12/21 : ENV APP_PORT=48082 [2020-07-25T04:38:45.727Z] ---> Running in c4d26bde67b6 [2020-07-25T04:38:47.644Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-07-25T04:38:48.393Z] OK [2020-07-25T04:38:48.393Z] Verifying ./api/raml/support-logging.raml... [2020-07-25T04:38:48.589Z] ---> Running in f37c26e5c692 [2020-07-25T04:38:49.813Z] OK [2020-07-25T04:38:49.813Z] Verifying ./api/raml/support-scheduler.raml... [2020-07-25T04:38:50.130Z] Removing intermediate container c4d26bde67b6 [2020-07-25T04:38:50.131Z] ---> 42541ef71312 [2020-07-25T04:38:50.131Z] Step 26/26 : LABEL version=0.0.0 [2020-07-25T04:38:50.507Z] Removing intermediate container ade4deacef08 [2020-07-25T04:38:50.507Z] ---> de4c8e70a5dc [2020-07-25T04:38:50.507Z] [2020-07-25T04:38:50.507Z] Step 9/29 : FROM alpine:latest [2020-07-25T04:38:50.507Z] ---> a24bb4013296 [2020-07-25T04:38:50.507Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-07-25T04:38:50.507Z] Removing intermediate container f37c26e5c692 [2020-07-25T04:38:50.507Z] ---> 8253f11e93d6 [2020-07-25T04:38:50.507Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-25T04:38:51.963Z] ---> Running in 8b7e440d1589 [2020-07-25T04:38:51.963Z] ---> Running in ac554d66b4d0 [2020-07-25T04:38:51.963Z] ---> Running in ff9e4664c7ea [2020-07-25T04:38:53.176Z] OK [2020-07-25T04:38:53.176Z] Verifying ./api/raml/core-data.raml... [2020-07-25T04:38:54.554Z] Removing intermediate container 8b7e440d1589 [2020-07-25T04:38:54.554Z] ---> 35a1e4956737 [2020-07-25T04:38:54.554Z] Step 11/29 : USER root [2020-07-25T04:38:54.554Z] Removing intermediate container ac554d66b4d0 [2020-07-25T04:38:54.554Z] ---> 9ee69bb852d8 [2020-07-25T04:38:54.554Z] Step 14/21 : WORKDIR / [2020-07-25T04:38:54.554Z] Removing intermediate container ff9e4664c7ea [2020-07-25T04:38:54.554Z] ---> 3fc2c2bb42f2 [2020-07-25T04:38:54.554Z] [2020-07-25T04:38:54.819Z] Successfully built 3fc2c2bb42f2 [2020-07-25T04:38:54.819Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-07-25T04:38:55.084Z]  Building docker-sys-mgmt-agent-go ... done  ---> Running in 15b729fd0d8e [2020-07-25T04:38:55.084Z] ---> Running in e88ef27e983d [2020-07-25T04:38:57.035Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-25T04:38:57.035Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-25T04:38:57.035Z] ---> c489caa631e2 [2020-07-25T04:38:57.035Z] Step 3/21 : WORKDIR /edgex-go [2020-07-25T04:38:57.035Z] ---> Using cache [2020-07-25T04:38:57.035Z] ---> f39fad34fd39 [2020-07-25T04:38:57.035Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-25T04:38:57.035Z] ---> Using cache [2020-07-25T04:38:57.035Z] ---> ad81fb54679d [2020-07-25T04:38:57.035Z] Step 5/21 : RUN apk update && apk add make git [2020-07-25T04:38:57.035Z] ---> Using cache [2020-07-25T04:38:57.035Z] ---> a0d0f05e185c [2020-07-25T04:38:57.035Z] Step 6/21 : COPY go.mod . [2020-07-25T04:38:57.035Z] ---> Using cache [2020-07-25T04:38:57.035Z] ---> 391b0db3e5c2 [2020-07-25T04:38:57.035Z] Step 7/21 : RUN go mod download [2020-07-25T04:38:57.035Z] ---> Using cache [2020-07-25T04:38:57.035Z] ---> 7b88db8af978 [2020-07-25T04:38:57.035Z] Step 8/21 : COPY . . [2020-07-25T04:38:57.035Z] ---> Using cache [2020-07-25T04:38:57.035Z] ---> f8d62ca5979c [2020-07-25T04:38:57.035Z] Step 9/21 : RUN make cmd/core-metadata/core-metadata [2020-07-25T04:38:57.454Z] OK [2020-07-25T04:38:57.454Z] Verifying ./api/raml/support-notifications.raml... [2020-07-25T04:38:57.990Z] ---> Running in 8d4f8bd0be53 [2020-07-25T04:38:57.990Z] Removing intermediate container e88ef27e983d [2020-07-25T04:38:57.990Z] ---> a1e32df10da0 [2020-07-25T04:38:57.990Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-07-25T04:38:57.990Z] Removing intermediate container 15b729fd0d8e [2020-07-25T04:38:57.990Z] ---> f8e80c9fceb2 [2020-07-25T04:38:57.990Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-07-25T04:38:58.257Z] ---> Running in f3bc7dc879af [2020-07-25T04:38:58.854Z] ---> c5c5018b240a [2020-07-25T04:38:58.854Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-07-25T04:38:59.118Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-07-25T04:38:59.118Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-25T04:38:59.385Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-25T04:38:59.385Z] v3.12.0-175-g8b3334c57c [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-07-25T04:38:59.385Z] v3.12.0-179-gc1e97b6747 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-07-25T04:38:59.385Z] OK: 12749 distinct packages available [2020-07-25T04:38:59.652Z] ---> 94d43929496e [2020-07-25T04:38:59.652Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-07-25T04:38:59.652Z] (1/2) Installing ca-certificates (20191127-r4) [2020-07-25T04:38:59.913Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-07-25T04:38:59.913Z] Executing busybox-1.31.1-r16.trigger [2020-07-25T04:38:59.913Z] Executing ca-certificates-20191127-r4.trigger [2020-07-25T04:38:59.913Z] OK: 6 MiB in 16 packages [2020-07-25T04:39:00.492Z] ---> 44c55a0c1519 [2020-07-25T04:39:00.492Z] Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-25T04:39:00.762Z] ---> Running in 7c16a1117c1a [2020-07-25T04:39:01.035Z] Removing intermediate container 7c16a1117c1a [2020-07-25T04:39:01.035Z] ---> 21ae77c4a44e [2020-07-25T04:39:01.035Z] Step 19/21 : LABEL arch=x86_64 [2020-07-25T04:39:01.316Z] ---> Running in 86eea8dc8ad3 [2020-07-25T04:39:01.588Z] Removing intermediate container f3bc7dc879af [2020-07-25T04:39:01.588Z] ---> 27763b334722 [2020-07-25T04:39:01.588Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-07-25T04:39:01.588Z] ---> Running in bbe19d9dfc63 [2020-07-25T04:39:01.733Z] OK [2020-07-25T04:39:01.733Z] Verifying ./api/raml/system-agent.raml... [2020-07-25T04:39:01.853Z] Removing intermediate container 86eea8dc8ad3 [2020-07-25T04:39:01.853Z] ---> 843dff40f0b3 [2020-07-25T04:39:01.853Z] Step 20/21 : LABEL git_sha=c6771f42a5524429f96f8d73a9bafba19bf2e966 [2020-07-25T04:39:01.853Z] ---> Running in 96b5b70cf818 [2020-07-25T04:39:01.853Z] Removing intermediate container bbe19d9dfc63 [2020-07-25T04:39:01.853Z] ---> 9ce83f2df7b2 [2020-07-25T04:39:01.853Z] Step 14/29 : WORKDIR $BASE_DIR [2020-07-25T04:39:02.122Z] ---> Running in 4a6fb4d3d652 [2020-07-25T04:39:02.122Z] Removing intermediate container 96b5b70cf818 [2020-07-25T04:39:02.122Z] ---> 230bff66721e [2020-07-25T04:39:02.122Z] Step 21/21 : LABEL version=0.0.0 [2020-07-25T04:39:02.404Z] ---> Running in fa871c4f5b59 [2020-07-25T04:39:02.676Z] Removing intermediate container 4a6fb4d3d652 [2020-07-25T04:39:02.676Z] ---> e5e38f970b35 [2020-07-25T04:39:02.676Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-07-25T04:39:02.948Z] Removing intermediate container fa871c4f5b59 [2020-07-25T04:39:02.948Z] ---> 4ca086092790 [2020-07-25T04:39:02.948Z] [2020-07-25T04:39:02.948Z] ---> Running in 2f640577b94d [2020-07-25T04:39:02.948Z] Successfully built 4ca086092790 [2020-07-25T04:39:03.211Z] Successfully tagged docker-core-command-go:latest [2020-07-25T04:39:03.698Z] OK [Pipeline] sh [2020-07-25T04:39:04.959Z] + ls -al . [2020-07-25T04:39:04.959Z] total 588 [2020-07-25T04:39:04.959Z] drwxrwxr-x 10 1001 1001 4096 Jul 25 04:38 . [2020-07-25T04:39:04.959Z] drwxr-xr-x 4 root root 4096 Jul 25 04:36 .. [2020-07-25T04:39:04.959Z] -rw-rw-r-- 1 1001 1001 11 Jul 25 04:34 .dockerignore [2020-07-25T04:39:04.959Z] drwxrwxr-x 8 1001 1001 4096 Jul 25 04:34 .git [2020-07-25T04:39:04.959Z] drwxrwxr-x 3 1001 1001 4096 Jul 25 04:34 .github [2020-07-25T04:39:04.959Z] -rw-rw-r-- 1 1001 1001 924 Jul 25 04:34 .gitignore [2020-07-25T04:39:04.959Z] drwxrwxr-x 3 1001 1001 4096 Jul 25 04:34 .semver [2020-07-25T04:39:04.959Z] -rw-rw-r-- 1 1001 1001 178 Jul 25 04:34 .sonarcloud.properties [2020-07-25T04:39:04.959Z] -rw-rw-r-- 1 1001 1001 3804 Jul 25 04:34 CONTRIBUTING.md [2020-07-25T04:39:04.959Z] -rw-rw-r-- 1 1001 1001 1035 Jul 25 04:34 Dockerfile.build [2020-07-25T04:39:04.959Z] -rw-rw-r-- 1 1001 1001 824 Jul 25 04:34 Jenkinsfile [2020-07-25T04:39:04.959Z] -rw-rw-r-- 1 1001 1001 10775 Jul 25 04:34 LICENSE [2020-07-25T04:39:04.959Z] -rw-rw-r-- 1 1001 1001 6417 Jul 25 04:34 Makefile [2020-07-25T04:39:04.959Z] -rw-rw-r-- 1 1001 1001 5652 Jul 25 04:34 README.md [2020-07-25T04:39:04.959Z] -rw-rw-r-- 1 1001 1001 7111 Jul 25 04:34 SECURITY.md [2020-07-25T04:39:04.959Z] -rw-rw-r-- 1 1001 1001 5 Jul 25 04:31 VERSION [2020-07-25T04:39:04.959Z] -rw-rw-r-- 1 1001 1001 4131 Jul 25 04:34 ZMQWindows.md [2020-07-25T04:39:04.959Z] drwxrwxr-x 4 1001 1001 4096 Jul 25 04:34 api [2020-07-25T04:39:04.959Z] drwxrwxr-x 2 1001 1001 4096 Jul 25 04:34 bin [2020-07-25T04:39:04.959Z] drwxrwxr-x 15 1001 1001 4096 Jul 25 04:34 cmd [2020-07-25T04:39:04.959Z] -rw-r--r-- 1 root root 456067 Jul 25 04:37 coverage.out [2020-07-25T04:39:04.959Z] -rw-r--r-- 1 root root 1019 Jul 25 04:38 go.mod [2020-07-25T04:39:04.959Z] -rw-r--r-- 1 root root 18146 Jul 25 04:38 go.sum [2020-07-25T04:39:04.959Z] drwxrwxr-x 8 1001 1001 4096 Jul 25 04:34 internal [2020-07-25T04:39:04.959Z] drwxrwxr-x 4 1001 1001 4096 Jul 25 04:34 snap [2020-07-25T04:39:04.959Z] -rw-rw-r-- 1 1001 1001 168 Jul 25 04:34 version.go [Pipeline] sh [2020-07-25T04:39:05.603Z] + '[' -e coverage.out ] [2020-07-25T04:39:05.603Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-07-25T04:39:05.620Z] Warning: overwriting stash ‘coverage-report’ [2020-07-25T04:39:06.586Z]  Building docker-core-command-go ... done Removing intermediate container 2f640577b94d [2020-07-25T04:39:06.586Z] ---> 98b9bfd5fe65 [2020-07-25T04:39:06.586Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-07-25T04:39:06.586Z] Removing intermediate container 03f68b1bbcfc [2020-07-25T04:39:06.586Z] ---> e978438be671 [2020-07-25T04:39:06.586Z] [2020-07-25T04:39:06.586Z] Step 10/21 : FROM scratch [2020-07-25T04:39:06.586Z] ---> [2020-07-25T04:39:06.586Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-07-25T04:39:06.624Z] Stashed 1 file(s) [Pipeline] sh [2020-07-25T04:39:06.852Z] ---> Using cache [2020-07-25T04:39:06.852Z] ---> b019ca6c0c15 [2020-07-25T04:39:06.852Z] Step 12/21 : ENV APP_PORT=48061 [2020-07-25T04:39:06.852Z] ---> Running in 51ed7b65147c [2020-07-25T04:39:07.127Z] ---> 10f824a3b717 [2020-07-25T04:39:07.127Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-07-25T04:39:07.127Z] Removing intermediate container 51ed7b65147c [2020-07-25T04:39:07.127Z] ---> 63f183362806 [2020-07-25T04:39:07.127Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-25T04:39:07.332Z] + make build [2020-07-25T04:39:07.332Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-07-25T04:39:07.396Z] ---> Running in 1ee7d14503ac [2020-07-25T04:39:07.658Z] ---> 358b31f1470c [2020-07-25T04:39:07.658Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-07-25T04:39:07.930Z] Removing intermediate container 1ee7d14503ac [2020-07-25T04:39:07.930Z] ---> 5cb979602cc0 [2020-07-25T04:39:07.930Z] Step 14/21 : COPY --from=builder /bin/bash /bin/bash [2020-07-25T04:39:08.207Z] ---> 8cba87767fe9 [2020-07-25T04:39:08.207Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-07-25T04:39:08.490Z] ---> 82d8df13a017 [2020-07-25T04:39:08.490Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-07-25T04:39:08.490Z] ---> cb78254a937c [2020-07-25T04:39:08.490Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-07-25T04:39:08.768Z] ---> f6511e3dfd53 [2020-07-25T04:39:08.768Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-07-25T04:39:11.330Z] ---> 42219a3e7560 [2020-07-25T04:39:11.330Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-07-25T04:39:11.330Z] ---> c1fef47b1b02 [2020-07-25T04:39:11.330Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-07-25T04:39:11.330Z] ---> Running in d7712ac7a1f4 [2020-07-25T04:39:11.599Z] ---> c01e10bdd5c0 [2020-07-25T04:39:11.599Z] Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-25T04:39:11.599Z] ---> Running in 8d9673683250 [2020-07-25T04:39:11.870Z] Removing intermediate container 8d9673683250 [2020-07-25T04:39:11.870Z] ---> 2e8befc187c2 [2020-07-25T04:39:11.870Z] Step 19/21 : LABEL arch=x86_64 [2020-07-25T04:39:12.133Z] ---> Running in b68cf8e41e2e [2020-07-25T04:39:12.133Z] Removing intermediate container b68cf8e41e2e [2020-07-25T04:39:12.133Z] ---> 6880dff59490 [2020-07-25T04:39:12.133Z] Step 20/21 : LABEL git_sha=c6771f42a5524429f96f8d73a9bafba19bf2e966 [2020-07-25T04:39:12.394Z] ---> Running in bb87e6f3b1ee [2020-07-25T04:39:12.394Z] Removing intermediate container bb87e6f3b1ee [2020-07-25T04:39:12.394Z] ---> e99171cbefed [2020-07-25T04:39:12.394Z] Step 21/21 : LABEL version=0.0.0 [2020-07-25T04:39:12.659Z] Removing intermediate container d7712ac7a1f4 [2020-07-25T04:39:12.659Z] ---> 7f2f6d49dedc [2020-07-25T04:39:12.659Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-07-25T04:39:12.659Z] ---> Running in 17ca31f127e2 [2020-07-25T04:39:12.922Z] Removing intermediate container 17ca31f127e2 [2020-07-25T04:39:12.922Z] ---> 6f1467876da1 [2020-07-25T04:39:12.922Z] [2020-07-25T04:39:12.922Z] ---> 169b96ccfd59 [2020-07-25T04:39:12.922Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-07-25T04:39:12.922Z] Successfully built 6f1467876da1 [2020-07-25T04:39:12.922Z] Successfully tagged docker-support-logging-go:latest [2020-07-25T04:39:12.922Z]  Building docker-support-logging-go ... done  ---> Running in ca1104824067 [2020-07-25T04:39:13.863Z] Removing intermediate container ca1104824067 [2020-07-25T04:39:13.863Z] ---> 7fe9fee9e3b1 [2020-07-25T04:39:13.863Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-07-25T04:39:14.125Z] ---> Running in f89d7db40a59 [2020-07-25T04:39:16.041Z] Removing intermediate container 8d4f8bd0be53 [2020-07-25T04:39:16.041Z] ---> cf7467ecdb7c [2020-07-25T04:39:16.041Z] [2020-07-25T04:39:16.041Z] Step 10/21 : FROM scratch [2020-07-25T04:39:16.041Z] ---> [2020-07-25T04:39:16.041Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-25T04:39:16.303Z] ---> Using cache [2020-07-25T04:39:16.303Z] ---> 3a813cdba209 [2020-07-25T04:39:16.303Z] Step 12/21 : ENV APP_PORT=48081 [2020-07-25T04:39:16.303Z] ---> Running in c1c8eaeca7fe [2020-07-25T04:39:16.303Z] Removing intermediate container f89d7db40a59 [2020-07-25T04:39:16.303Z] ---> ee694efab31f [2020-07-25T04:39:16.303Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-07-25T04:39:16.303Z] ---> Running in 0d5c656d49a5 [2020-07-25T04:39:16.303Z] Removing intermediate container c1c8eaeca7fe [2020-07-25T04:39:16.303Z] ---> b3d29dff8983 [2020-07-25T04:39:16.303Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-25T04:39:16.564Z] ---> Running in 5f4c6aa8341b [2020-07-25T04:39:16.564Z] Removing intermediate container 0d5c656d49a5 [2020-07-25T04:39:16.564Z] ---> af583e819c2b [2020-07-25T04:39:16.564Z] Step 26/29 : CMD [ "generate" ] [2020-07-25T04:39:16.564Z] ---> Running in 21abc55446cb [2020-07-25T04:39:16.564Z] Removing intermediate container 5f4c6aa8341b [2020-07-25T04:39:16.564Z] ---> f745002d28d3 [2020-07-25T04:39:16.564Z] Step 14/21 : WORKDIR / [2020-07-25T04:39:16.826Z] ---> Running in c6b5e2a9110e [2020-07-25T04:39:16.826Z] Removing intermediate container 21abc55446cb [2020-07-25T04:39:16.826Z] ---> 5de8a2123324 [2020-07-25T04:39:16.826Z] Step 27/29 : LABEL arch=x86_64 [2020-07-25T04:39:16.826Z] ---> Running in f0d922dfe04d [2020-07-25T04:39:17.086Z] Removing intermediate container c6b5e2a9110e [2020-07-25T04:39:17.086Z] ---> 9c9326b010d3 [2020-07-25T04:39:17.086Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-07-25T04:39:17.086Z] Removing intermediate container f0d922dfe04d [2020-07-25T04:39:17.086Z] ---> 34b0cadbf86b [2020-07-25T04:39:17.086Z] Step 28/29 : LABEL git_sha=c6771f42a5524429f96f8d73a9bafba19bf2e966 [2020-07-25T04:39:17.086Z] ---> Running in c599e006901b [2020-07-25T04:39:17.353Z] ---> 10d70d4cda1d [2020-07-25T04:39:17.353Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-07-25T04:39:17.353Z] Removing intermediate container c599e006901b [2020-07-25T04:39:17.353Z] ---> 4e08e557a5ee [2020-07-25T04:39:17.353Z] Step 29/29 : LABEL version=0.0.0 [2020-07-25T04:39:17.353Z] ---> Running in a0861084162c [2020-07-25T04:39:17.614Z] Removing intermediate container a0861084162c [2020-07-25T04:39:17.614Z] ---> ad70336418c2 [2020-07-25T04:39:17.614Z] [2020-07-25T04:39:17.875Z] Successfully built ad70336418c2 [2020-07-25T04:39:17.875Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-07-25T04:39:17.875Z]  Building docker-security-secrets-setup-go ... done  ---> 7eba2b94d3ee [2020-07-25T04:39:17.875Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-07-25T04:39:18.135Z] ---> 9454689e3ea8 [2020-07-25T04:39:18.135Z] Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-25T04:39:18.396Z] ---> Running in 4f01fd238be8 [2020-07-25T04:39:18.396Z] Removing intermediate container 4f01fd238be8 [2020-07-25T04:39:18.396Z] ---> 3548f544fadd [2020-07-25T04:39:18.396Z] Step 19/21 : LABEL arch=x86_64 [2020-07-25T04:39:18.396Z] ---> Running in 944d32b34e07 [2020-07-25T04:39:18.657Z] Removing intermediate container 944d32b34e07 [2020-07-25T04:39:18.657Z] ---> 07ea2d85d15c [2020-07-25T04:39:18.657Z] Step 20/21 : LABEL git_sha=c6771f42a5524429f96f8d73a9bafba19bf2e966 [2020-07-25T04:39:18.657Z] ---> Running in 3219393ee262 [2020-07-25T04:39:18.917Z] Removing intermediate container 3219393ee262 [2020-07-25T04:39:18.918Z] ---> ca26bcf7a5b1 [2020-07-25T04:39:18.918Z] Step 21/21 : LABEL version=0.0.0 [2020-07-25T04:39:18.918Z] ---> Running in bc79f7a07d77 [2020-07-25T04:39:19.178Z] Removing intermediate container bc79f7a07d77 [2020-07-25T04:39:19.178Z] ---> 0e32a8c972a4 [2020-07-25T04:39:19.178Z] [2020-07-25T04:39:19.178Z] Successfully built 0e32a8c972a4 [2020-07-25T04:39:19.178Z] Successfully tagged docker-core-metadata-go:latest [2020-07-25T04:39:19.777Z]  Building docker-core-metadata-go ... done  [Pipeline] } [2020-07-25T04:39:19.804Z] $ docker stop --time=1 96dc4fdcdf2776856b40de73409a9529b6ceedb3b8c06c7bedf84e2785a659bb [2020-07-25T04:39:21.443Z] $ docker rm -f 96dc4fdcdf2776856b40de73409a9529b6ceedb3b8c06c7bedf84e2785a659bb [Pipeline] // withDockerContainer [Pipeline] sh [2020-07-25T04:39:21.943Z] + docker images [2020-07-25T04:39:21.943Z] + grep docker [2020-07-25T04:39:21.943Z] docker-core-metadata-go latest 0e32a8c972a4 3 seconds ago 14.4MB [2020-07-25T04:39:21.943Z] docker-security-secrets-setup-go latest ad70336418c2 4 seconds ago 25.1MB [2020-07-25T04:39:21.943Z] docker-support-logging-go latest 6f1467876da1 9 seconds ago 11.8MB [2020-07-25T04:39:21.943Z] docker-core-command-go latest 4ca086092790 19 seconds ago 13MB [2020-07-25T04:39:21.943Z] docker-sys-mgmt-agent-go latest 3fc2c2bb42f2 29 seconds ago 284MB [2020-07-25T04:39:21.943Z] docker-security-proxy-setup-go latest 2962b50cf1a1 48 seconds ago 16.4MB [2020-07-25T04:39:21.943Z] docker-security-secretstore-setup-go latest 9249c3feee30 About a minute ago 33.9MB [2020-07-25T04:39:21.943Z] docker-core-data-go latest 98114abdb1b0 About a minute ago 23.8MB [2020-07-25T04:39:21.943Z] docker-support-notifications-go latest f40ea29773a0 2 minutes ago 14.4MB [2020-07-25T04:39:21.943Z] docker-support-scheduler-go latest be5b23451498 2 minutes ago 13.1MB [2020-07-25T04:39:21.943Z] docker latest 81f5749c9058 4 weeks ago 211MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-07-25T04:39:25.620Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-07-25T04:39:35.753Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-07-25T04:39:41.134Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-07-25T04:39:46.512Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-07-25T04:39:51.894Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-07-25T04:39:53.859Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-07-25T04:39:59.260Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-07-25T04:40:04.635Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-07-25T04:40:08.922Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-07-25T04:40:14.309Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-07-25T04:40:18.601Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-07-25T04:40:22.888Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [Pipeline] } [2020-07-25T04:40:27.129Z] $ docker stop --time=1 7066fd540907634ead80b88e5d9b9868adecba7c36ee446df5bddaa937bccbde [2020-07-25T04:40:29.544Z] $ docker rm -f 7066fd540907634ead80b88e5d9b9868adecba7c36ee446df5bddaa937bccbde [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-25T04:40:31.119Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-07-25T04:40:31.119Z] [2020-07-25T04:40:31.119Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-07-25T04:40:31.760Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-07-25T04:40:31.760Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-07-25T04:40:31.760Z] 29e5d40040c1: Already exists [2020-07-25T04:40:32.070Z] 1ce36da41761: Pulling fs layer [2020-07-25T04:40:32.070Z] 25b303627fd3: Pulling fs layer [2020-07-25T04:40:32.686Z] 1ce36da41761: Verifying Checksum [2020-07-25T04:40:32.686Z] 1ce36da41761: Download complete [2020-07-25T04:40:34.126Z] 1ce36da41761: Pull complete [2020-07-25T04:40:34.126Z] 25b303627fd3: Verifying Checksum [2020-07-25T04:40:34.126Z] 25b303627fd3: Download complete [2020-07-25T04:40:44.282Z] 25b303627fd3: Pull complete [2020-07-25T04:40:44.282Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-07-25T04:40:44.282Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-07-25T04:40:44.282Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-07-25T04:40:44.547Z] prd-ubuntu18.04-docker-arm64-4c-16g-971 does not seem to be running inside a container [2020-07-25T04:40:44.560Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@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-07-25T04:40:47.992Z] $ docker top 7c6dcb6c32764b22a4b00f8ac25e8178054cf0a6d71d84b81b9e248c127f1ef6 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-25T04:40:49.458Z] + docker-compose build --help [2020-07-25T04:40:49.459Z] + grep parallel [2020-07-25T04:40:52.821Z] --parallel Build images in parallel. [Pipeline] } [2020-07-25T04:40:53.049Z] $ docker stop --time=1 7c6dcb6c32764b22a4b00f8ac25e8178054cf0a6d71d84b81b9e248c127f1ef6 [2020-07-25T04:40:55.005Z] $ docker rm -f 7c6dcb6c32764b22a4b00f8ac25e8178054cf0a6d71d84b81b9e248c127f1ef6 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-25T04:40:55.808Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-07-25T04:40:55.808Z] . [Pipeline] withDockerContainer [2020-07-25T04:40:56.069Z] prd-ubuntu18.04-docker-arm64-4c-16g-971 does not seem to be running inside a container [2020-07-25T04:40:56.081Z] $ 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/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@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-07-25T04:40:57.526Z] $ docker top 0134bd33667973f22254e6a8bde52ca47e8bdde66668748d02b7b0193f34b68d -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-25T04:40:58.586Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-07-25T04:41:02.872Z] Building docker-core-command-go ... [2020-07-25T04:41:02.872Z] Building docker-core-data-go ... [2020-07-25T04:41:02.872Z] Building docker-core-metadata-go ... [2020-07-25T04:41:02.872Z] Building docker-security-proxy-setup-go ... [2020-07-25T04:41:02.872Z] Building docker-security-secrets-setup-go ... [2020-07-25T04:41:02.872Z] Building docker-security-secretstore-setup-go ... [2020-07-25T04:41:02.872Z] Building docker-support-logging-go ... [2020-07-25T04:41:02.872Z] Building docker-support-notifications-go ... [2020-07-25T04:41:02.872Z] Building docker-support-scheduler-go ... [2020-07-25T04:41:02.872Z] Building docker-sys-mgmt-agent-go ... [2020-07-25T04:41:02.872Z] Building docker-core-data-go [2020-07-25T04:41:02.872Z] Building docker-support-scheduler-go [2020-07-25T04:41:02.872Z] Building docker-core-metadata-go [2020-07-25T04:41:02.872Z] Building docker-security-proxy-setup-go [2020-07-25T04:41:02.872Z] Building docker-support-logging-go [2020-07-25T04:42:54.653Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-25T04:42:54.653Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-25T04:42:54.653Z] ---> 47353950573b [2020-07-25T04:42:54.653Z] Step 3/21 : WORKDIR /edgex-go [2020-07-25T04:42:54.653Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-25T04:42:54.653Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-07-25T04:42:54.653Z] ---> 47353950573b [2020-07-25T04:42:54.653Z] Step 3/20 : WORKDIR /edgex-go [2020-07-25T04:42:54.653Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-25T04:42:54.653Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-07-25T04:42:54.653Z] ---> 47353950573b [2020-07-25T04:42:54.653Z] Step 3/22 : WORKDIR /edgex-go [2020-07-25T04:42:54.653Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-25T04:42:54.653Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-07-25T04:42:54.653Z] ---> 47353950573b [2020-07-25T04:42:54.653Z] Step 3/20 : WORKDIR /edgex-go [2020-07-25T04:42:54.653Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-25T04:42:54.653Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-25T04:42:54.653Z] ---> 47353950573b [2020-07-25T04:42:54.653Z] Step 3/21 : WORKDIR /edgex-go [2020-07-25T04:42:54.653Z] ---> Running in 1db009170f93 [2020-07-25T04:42:54.653Z] ---> Running in 6f31fc927bed [2020-07-25T04:42:54.653Z] ---> Running in d6b6d652afdf [2020-07-25T04:42:54.653Z] ---> Running in 9b4cf4803d06 [2020-07-25T04:42:54.653Z] ---> Running in 2dddf0a7ba19 [2020-07-25T04:42:54.653Z] Removing intermediate container 6f31fc927bed [2020-07-25T04:42:54.653Z] ---> 2b6f58a82ff0 [2020-07-25T04:42:54.653Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-25T04:42:54.653Z] Removing intermediate container 9b4cf4803d06 [2020-07-25T04:42:54.653Z] ---> f173c9b5f1b9 [2020-07-25T04:42:54.653Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-25T04:42:54.653Z] Removing intermediate container 1db009170f93 [2020-07-25T04:42:54.654Z] ---> 8e22342c1590 [2020-07-25T04:42:54.654Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-25T04:42:54.654Z] Removing intermediate container 2dddf0a7ba19 [2020-07-25T04:42:54.654Z] ---> d6adcf9aee8b [2020-07-25T04:42:54.654Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-25T04:42:54.654Z] Removing intermediate container d6b6d652afdf [2020-07-25T04:42:54.654Z] ---> 4e77d8973222 [2020-07-25T04:42:54.654Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-25T04:42:54.654Z] ---> Running in 6ac5f85bd7f4 [2020-07-25T04:42:54.654Z] ---> Running in 2853f81ac668 [2020-07-25T04:42:54.654Z] ---> Running in e4b13bcca7b1 [2020-07-25T04:42:54.654Z] ---> Running in 6dceebba8b06 [2020-07-25T04:42:54.654Z] ---> Running in 81ce1d190deb [2020-07-25T04:42:57.270Z] Removing intermediate container 6ac5f85bd7f4 [2020-07-25T04:42:57.270Z] ---> 44e44e0f0ac5 [2020-07-25T04:42:57.270Z] Step 5/20 : RUN apk update && apk add make git [2020-07-25T04:42:57.863Z] ---> Running in 0a2a64038548 [2020-07-25T04:42:57.863Z] Removing intermediate container e4b13bcca7b1 [2020-07-25T04:42:57.863Z] ---> c6cc515700c8 [2020-07-25T04:42:57.863Z] Step 5/21 : RUN apk update && apk add make git [2020-07-25T04:42:58.153Z] ---> Running in 2df97df616a3 [2020-07-25T04:42:58.431Z] Removing intermediate container 2853f81ac668 [2020-07-25T04:42:58.431Z] ---> 99beb8db5b42 [2020-07-25T04:42:58.431Z] Step 5/20 : RUN apk update && apk add make git [2020-07-25T04:42:58.704Z] ---> Running in 994b5b7e4c19 [2020-07-25T04:42:58.975Z] Removing intermediate container 81ce1d190deb [2020-07-25T04:42:58.975Z] ---> 231abd367b69 [2020-07-25T04:42:58.975Z] Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-07-25T04:42:58.975Z] Removing intermediate container 6dceebba8b06 [2020-07-25T04:42:58.975Z] ---> 7249804c9283 [2020-07-25T04:42:58.975Z] Step 5/21 : RUN apk update && apk add make && apk add bash git [2020-07-25T04:42:59.268Z] ---> Running in 496bb27c5098 [2020-07-25T04:42:59.268Z] ---> Running in 1293eea24c09 [2020-07-25T04:43:00.256Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-25T04:43:00.529Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-25T04:43:01.128Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-25T04:43:01.128Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-25T04:43:01.398Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-25T04:43:01.671Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-25T04:43:01.671Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-25T04:43:01.671Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-25T04:43:01.942Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-25T04:43:01.942Z] v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-25T04:43:01.942Z] OK: 12620 distinct packages available [2020-07-25T04:43:02.213Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-25T04:43:02.491Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-25T04:43:02.764Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-25T04:43:02.764Z] v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-25T04:43:02.764Z] OK: 12620 distinct packages available [2020-07-25T04:43:02.764Z] OK: 217 MiB in 51 packages [2020-07-25T04:43:03.041Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-25T04:43:03.041Z] v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-25T04:43:03.041Z] OK: 12620 distinct packages available [2020-07-25T04:43:03.316Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-25T04:43:03.316Z] v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-25T04:43:03.316Z] OK: 12620 distinct packages available [2020-07-25T04:43:03.589Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-25T04:43:03.589Z] v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-25T04:43:03.589Z] OK: 12620 distinct packages available [2020-07-25T04:43:03.589Z] OK: 217 MiB in 51 packages [2020-07-25T04:43:03.872Z] OK: 217 MiB in 51 packages [2020-07-25T04:43:04.145Z] OK: 217 MiB in 51 packages [2020-07-25T04:43:04.426Z] OK: 217 MiB in 51 packages [2020-07-25T04:43:04.426Z] Removing intermediate container 0a2a64038548 [2020-07-25T04:43:04.426Z] ---> 6cbbaecf31cd [2020-07-25T04:43:04.426Z] Step 6/20 : COPY go.mod . [2020-07-25T04:43:05.038Z] OK: 217 MiB in 51 packages [2020-07-25T04:43:05.306Z] Removing intermediate container 2df97df616a3 [2020-07-25T04:43:05.307Z] ---> 72de0a5aeae2 [2020-07-25T04:43:05.307Z] Step 6/21 : COPY go.mod . [2020-07-25T04:43:05.576Z] ---> 3320fcc597e4 [2020-07-25T04:43:05.576Z] Step 7/20 : RUN go mod download [2020-07-25T04:43:05.847Z] Removing intermediate container 994b5b7e4c19 [2020-07-25T04:43:05.847Z] ---> 0856071b0c31 [2020-07-25T04:43:05.847Z] Step 6/20 : COPY go.mod . [2020-07-25T04:43:05.847Z] ---> Running in 5c5f487e4f6d [2020-07-25T04:43:06.438Z] ---> 5adcd25fd929 [2020-07-25T04:43:06.438Z] Step 7/21 : RUN go mod download [2020-07-25T04:43:06.711Z] Removing intermediate container 496bb27c5098 [2020-07-25T04:43:06.711Z] ---> aba40f943584 [2020-07-25T04:43:06.711Z] Step 6/22 : COPY go.mod . [2020-07-25T04:43:06.711Z] ---> Running in 4f21ae085258 [2020-07-25T04:43:06.987Z] ---> 87eb511454cb [2020-07-25T04:43:06.987Z] Step 7/20 : RUN go mod download [2020-07-25T04:43:06.987Z] Removing intermediate container 1293eea24c09 [2020-07-25T04:43:06.987Z] ---> f3d56dbd4e26 [2020-07-25T04:43:06.987Z] Step 6/21 : COPY go.mod . [2020-07-25T04:43:07.586Z] ---> Running in 1daed9b21c1f [2020-07-25T04:43:07.863Z] ---> f931451c828c [2020-07-25T04:43:07.863Z] Step 7/22 : RUN go mod download [2020-07-25T04:43:08.141Z] ---> 29e052dd72f2 [2020-07-25T04:43:08.141Z] Step 7/21 : RUN go mod download [2020-07-25T04:43:08.141Z] ---> Running in 0028afeba625 [2020-07-25T04:43:08.413Z] ---> Running in 20efd630e417 [2020-07-25T04:43:10.395Z] Removing intermediate container 5c5f487e4f6d [2020-07-25T04:43:10.395Z] ---> c02ead9daa79 [2020-07-25T04:43:10.395Z] Step 8/20 : COPY . . [2020-07-25T04:43:11.834Z] Removing intermediate container 4f21ae085258 [2020-07-25T04:43:11.834Z] ---> 05e70929d6fb [2020-07-25T04:43:11.834Z] Step 8/21 : COPY . . [2020-07-25T04:43:17.239Z] Removing intermediate container 1daed9b21c1f [2020-07-25T04:43:17.239Z] ---> 799beebf17f6 [2020-07-25T04:43:17.239Z] Step 8/20 : COPY . . [2020-07-25T04:43:17.512Z] Removing intermediate container 20efd630e417 [2020-07-25T04:43:17.512Z] ---> 55a18c662d1e [2020-07-25T04:43:17.512Z] Step 8/21 : COPY . . [2020-07-25T04:43:17.512Z] Removing intermediate container 0028afeba625 [2020-07-25T04:43:17.512Z] ---> 0e06d8ed4be0 [2020-07-25T04:43:17.512Z] Step 8/22 : COPY . . [2020-07-25T04:43:44.300Z] ---> a8111d848318 [2020-07-25T04:43:44.300Z] Step 9/21 : RUN make cmd/core-metadata/core-metadata [2020-07-25T04:43:44.300Z] ---> ae1d2a7d05ae [2020-07-25T04:43:44.300Z] Step 9/20 : RUN make cmd/support-scheduler/support-scheduler [2020-07-25T04:43:44.300Z] ---> f82828488fd1 [2020-07-25T04:43:44.300Z] Step 9/21 : RUN make cmd/support-logging/support-logging [2020-07-25T04:43:44.300Z] ---> 1bc4a437bdee [2020-07-25T04:43:44.300Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-07-25T04:43:44.300Z] ---> Running in 8ad3d9235588 [2020-07-25T04:43:44.300Z] ---> Running in 33ee787d797b [2020-07-25T04:43:44.300Z] ---> Running in 25c17c332df3 [2020-07-25T04:43:44.300Z] ---> Running in dfd7ec774303 [2020-07-25T04:43:44.300Z] ---> e190a2428207 [2020-07-25T04:43:44.300Z] Step 9/22 : RUN make cmd/core-data/core-data [2020-07-25T04:43:44.300Z] ---> Running in f0c116245ebb [2020-07-25T04:43:44.897Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-07-25T04:43:45.172Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-07-25T04:43:45.775Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-07-25T04:43:45.775Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-07-25T04:43:45.775Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-07-25T04:45:22.635Z] Removing intermediate container dfd7ec774303 [2020-07-25T04:45:22.635Z] ---> b60de469c5a9 [2020-07-25T04:45:22.635Z] [2020-07-25T04:45:22.635Z] Step 10/20 : FROM alpine [2020-07-25T04:45:22.635Z] latest: Pulling from library/alpine [2020-07-25T04:45:22.635Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-07-25T04:45:22.635Z] Status: Downloaded newer image for alpine:latest [2020-07-25T04:45:22.635Z] ---> 62ee0e9f8440 [2020-07-25T04:45:22.635Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-07-25T04:45:22.635Z] ---> Running in dd75509541f1 [2020-07-25T04:45:22.635Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-25T04:45:22.635Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-25T04:45:22.636Z] v3.12.0-175-g8b3334c57c [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-07-25T04:45:22.636Z] v3.12.0-179-gc1e97b6747 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-07-25T04:45:22.636Z] OK: 12620 distinct packages available [2020-07-25T04:45:22.636Z] (1/4) Installing ca-certificates (20191127-r4) [2020-07-25T04:45:22.636Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-07-25T04:45:22.636Z] (3/4) Installing libcurl (7.69.1-r0) [2020-07-25T04:45:22.636Z] (4/4) Installing curl (7.69.1-r0) [2020-07-25T04:45:22.636Z] Executing busybox-1.31.1-r16.trigger [2020-07-25T04:45:22.636Z] Executing ca-certificates-20191127-r4.trigger [2020-07-25T04:45:22.636Z] OK: 7 MiB in 18 packages [2020-07-25T04:45:22.636Z] Removing intermediate container dd75509541f1 [2020-07-25T04:45:22.636Z] ---> 8229648c690d [2020-07-25T04:45:22.636Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-07-25T04:45:22.636Z] ---> Running in 96327f73a3b1 [2020-07-25T04:45:22.636Z] Removing intermediate container 96327f73a3b1 [2020-07-25T04:45:22.636Z] ---> 246d9f84f2de [2020-07-25T04:45:22.636Z] Step 13/20 : WORKDIR /edgex [2020-07-25T04:45:22.636Z] ---> Running in f0c169ddfdbb [2020-07-25T04:45:22.636Z] Removing intermediate container f0c169ddfdbb [2020-07-25T04:45:22.636Z] ---> 7dd0d42a6777 [2020-07-25T04:45:22.636Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-07-25T04:45:22.636Z] ---> 677a551e546d [2020-07-25T04:45:22.636Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-07-25T04:45:23.241Z] ---> 0a2a6e35df52 [2020-07-25T04:45:23.241Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-07-25T04:45:23.845Z] ---> Running in 22c93540284b [2020-07-25T04:45:24.459Z] Removing intermediate container 22c93540284b [2020-07-25T04:45:24.459Z] ---> 764782b60f9a [2020-07-25T04:45:24.459Z] Step 17/20 : CMD ["--init=true"] [2020-07-25T04:45:24.751Z] ---> Running in 0fe1e84966ef [2020-07-25T04:45:25.747Z] Removing intermediate container 0fe1e84966ef [2020-07-25T04:45:25.747Z] ---> 4e7a5ab8d8d3 [2020-07-25T04:45:25.747Z] Step 18/20 : LABEL arch=arm64 [2020-07-25T04:45:26.026Z] ---> Running in 3df57a722083 [2020-07-25T04:45:27.497Z] Removing intermediate container 3df57a722083 [2020-07-25T04:45:27.497Z] ---> f2f3c3140084 [2020-07-25T04:45:27.497Z] Step 19/20 : LABEL git_sha=c6771f42a5524429f96f8d73a9bafba19bf2e966 [2020-07-25T04:45:27.785Z] ---> Running in 08c68f938202 [2020-07-25T04:45:28.783Z] Removing intermediate container 08c68f938202 [2020-07-25T04:45:28.783Z] ---> 13ef24d2dc24 [2020-07-25T04:45:28.783Z] Step 20/20 : LABEL version=0.0.0 [2020-07-25T04:45:28.783Z] Removing intermediate container 25c17c332df3 [2020-07-25T04:45:28.783Z] ---> 51a6d2d37f11 [2020-07-25T04:45:28.783Z] [2020-07-25T04:45:28.783Z] Step 10/21 : FROM scratch [2020-07-25T04:45:28.783Z] ---> [2020-07-25T04:45:28.783Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-07-25T04:45:29.060Z] ---> Running in cfe44c681aa6 [2020-07-25T04:45:29.060Z] ---> Running in f6c0516674d3 [2020-07-25T04:45:29.666Z] Removing intermediate container cfe44c681aa6 [2020-07-25T04:45:29.666Z] ---> a167ff6f3250 [2020-07-25T04:45:29.666Z] [2020-07-25T04:45:29.945Z] Removing intermediate container f6c0516674d3 [2020-07-25T04:45:29.945Z] ---> f09d363bc225 [2020-07-25T04:45:29.945Z] Step 12/21 : ENV APP_PORT=48061 [2020-07-25T04:45:29.945Z] ---> Running in d667ceb3adcb [2020-07-25T04:45:30.573Z] Successfully built a167ff6f3250 [2020-07-25T04:45:30.573Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-07-25T04:45:30.573Z]  Building docker-security-proxy-setup-go ... done Building docker-support-notifications-go [2020-07-25T04:45:31.036Z] Removing intermediate container d667ceb3adcb [2020-07-25T04:45:31.036Z] ---> f9f34e9004b9 [2020-07-25T04:45:31.036Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-25T04:45:31.036Z] ---> Running in 0d9f559b726b [2020-07-25T04:45:31.359Z] Removing intermediate container 0d9f559b726b [2020-07-25T04:45:31.359Z] ---> c3f1b4f0df0a [2020-07-25T04:45:31.359Z] Step 14/21 : COPY --from=builder /bin/bash /bin/bash [2020-07-25T04:45:32.447Z] ---> be5671ce6538 [2020-07-25T04:45:32.447Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-07-25T04:45:35.112Z] ---> cdedf8e810ad [2020-07-25T04:45:35.112Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-07-25T04:45:38.514Z] ---> fee481488a8d [2020-07-25T04:45:38.514Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-07-25T04:45:41.154Z] ---> 9b2d121e8bac [2020-07-25T04:45:41.154Z] Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-25T04:45:41.154Z] ---> Running in 6d1fe14e708e [2020-07-25T04:45:41.759Z] Removing intermediate container 6d1fe14e708e [2020-07-25T04:45:41.759Z] ---> e4e2a5778d3d [2020-07-25T04:45:41.759Z] Step 19/21 : LABEL arch=arm64 [2020-07-25T04:45:42.370Z] ---> Running in 7f3be7726efe [2020-07-25T04:45:43.816Z] Removing intermediate container 7f3be7726efe [2020-07-25T04:45:43.816Z] ---> eace4b13ce13 [2020-07-25T04:45:43.816Z] Step 20/21 : LABEL git_sha=c6771f42a5524429f96f8d73a9bafba19bf2e966 [2020-07-25T04:45:44.420Z] ---> Running in 9a266d2970d9 [2020-07-25T04:45:45.871Z] Removing intermediate container 9a266d2970d9 [2020-07-25T04:45:45.871Z] ---> 04de155a6871 [2020-07-25T04:45:45.871Z] Step 21/21 : LABEL version=0.0.0 [2020-07-25T04:45:46.145Z] Removing intermediate container 33ee787d797b [2020-07-25T04:45:46.145Z] ---> 3241c716e343 [2020-07-25T04:45:46.145Z] [2020-07-25T04:45:46.145Z] Step 10/20 : FROM scratch [2020-07-25T04:45:46.145Z] ---> [2020-07-25T04:45:46.145Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-25T04:45:46.145Z] ---> Running in bc38470c34a3 [2020-07-25T04:45:46.746Z] ---> Running in 5c60988a5e5c [2020-07-25T04:45:47.345Z] Removing intermediate container bc38470c34a3 [2020-07-25T04:45:47.345Z] ---> 530c325e64f0 [2020-07-25T04:45:47.345Z] [2020-07-25T04:45:47.945Z] Successfully built 530c325e64f0 [2020-07-25T04:45:48.225Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-07-25T04:45:48.225Z]  Building docker-support-logging-go ... done Building docker-sys-mgmt-agent-go [2020-07-25T04:45:48.225Z] Removing intermediate container 5c60988a5e5c [2020-07-25T04:45:48.225Z] ---> b46e9450f1a4 [2020-07-25T04:45:48.226Z] Step 12/20 : ENV APP_PORT=48085 [2020-07-25T04:45:48.501Z] ---> Running in e72cb5b2bac4 [2020-07-25T04:45:49.492Z] Removing intermediate container e72cb5b2bac4 [2020-07-25T04:45:49.492Z] ---> eee8cfc3d53d [2020-07-25T04:45:49.492Z] Step 13/20 : EXPOSE $APP_PORT [2020-07-25T04:45:50.479Z] ---> Running in bb2c52944c53 [2020-07-25T04:45:53.108Z] Removing intermediate container bb2c52944c53 [2020-07-25T04:45:53.108Z] ---> 0238ea143b31 [2020-07-25T04:45:53.108Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-07-25T04:45:53.383Z] Removing intermediate container 8ad3d9235588 [2020-07-25T04:45:53.383Z] ---> aad1aa022bf3 [2020-07-25T04:45:53.383Z] [2020-07-25T04:45:53.383Z] Step 10/21 : FROM scratch [2020-07-25T04:45:53.383Z] ---> [2020-07-25T04:45:53.383Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-25T04:45:53.656Z] ---> Using cache [2020-07-25T04:45:53.656Z] ---> b46e9450f1a4 [2020-07-25T04:45:53.656Z] Step 12/21 : ENV APP_PORT=48081 [2020-07-25T04:45:54.253Z] ---> bff1f35769ae [2020-07-25T04:45:54.253Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-07-25T04:45:54.253Z] ---> Running in 36673361775f [2020-07-25T04:45:56.245Z] Removing intermediate container 36673361775f [2020-07-25T04:45:56.245Z] ---> e45ff46a0d3c [2020-07-25T04:45:56.245Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-25T04:45:57.689Z] ---> 0d593ad9e44e [2020-07-25T04:45:57.689Z] Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-07-25T04:45:57.689Z] ---> Running in 3640ff57dbf5 [2020-07-25T04:45:58.677Z] Removing intermediate container 3640ff57dbf5 [2020-07-25T04:45:58.677Z] ---> a66c008c4394 [2020-07-25T04:45:58.677Z] Step 14/21 : WORKDIR / [2020-07-25T04:45:58.959Z] Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-25T04:45:58.959Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-07-25T04:45:58.959Z] ---> 47353950573b [2020-07-25T04:45:58.959Z] Step 3/23 : WORKDIR /edgex-go [2020-07-25T04:45:58.959Z] ---> Using cache [2020-07-25T04:45:58.959Z] ---> 4e77d8973222 [2020-07-25T04:45:58.959Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-25T04:45:58.959Z] ---> Using cache [2020-07-25T04:45:58.959Z] ---> 231abd367b69 [2020-07-25T04:45:58.959Z] Step 5/23 : RUN apk update && apk add make bash git ca-certificates [2020-07-25T04:45:59.934Z] ---> Running in 011246310c0f [2020-07-25T04:45:59.934Z] ---> 0dbc2e413ed7 [2020-07-25T04:45:59.935Z] Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-25T04:46:00.218Z] ---> Running in 33faeaf39f41 [2020-07-25T04:46:00.497Z] ---> Running in ed9d0afab04a [2020-07-25T04:46:00.777Z] Removing intermediate container 011246310c0f [2020-07-25T04:46:00.777Z] ---> 23298fb4595c [2020-07-25T04:46:00.777Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-07-25T04:46:01.050Z] Removing intermediate container f0c116245ebb [2020-07-25T04:46:01.050Z] ---> e63b9a06357f [2020-07-25T04:46:01.050Z] [2020-07-25T04:46:01.050Z] Step 10/22 : FROM alpine [2020-07-25T04:46:01.050Z] ---> 62ee0e9f8440 [2020-07-25T04:46:01.050Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-25T04:46:01.326Z] ---> Running in a55d2a4afae1 [2020-07-25T04:46:01.326Z] Removing intermediate container ed9d0afab04a [2020-07-25T04:46:01.326Z] ---> 8dc2877553ee [2020-07-25T04:46:01.326Z] Step 18/20 : LABEL arch=arm64 [2020-07-25T04:46:01.598Z] ---> Running in 342a405a5b63 [2020-07-25T04:46:02.207Z] ---> 541a3d2ad3dc [2020-07-25T04:46:02.207Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-07-25T04:46:02.207Z] Removing intermediate container a55d2a4afae1 [2020-07-25T04:46:02.207Z] ---> 1f73bc749db0 [2020-07-25T04:46:02.207Z] Step 12/22 : ENV APP_PORT=48080 [2020-07-25T04:46:02.479Z] Removing intermediate container 342a405a5b63 [2020-07-25T04:46:02.479Z] ---> 8601f5429829 [2020-07-25T04:46:02.479Z] Step 19/20 : LABEL git_sha=c6771f42a5524429f96f8d73a9bafba19bf2e966 [2020-07-25T04:46:02.479Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-25T04:46:02.479Z] ---> Running in 8566edb9e98b [2020-07-25T04:46:03.128Z] ---> Running in c6c4e947f83f [2020-07-25T04:46:03.399Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-25T04:46:03.399Z] Removing intermediate container 8566edb9e98b [2020-07-25T04:46:03.399Z] ---> d91f146f6149 [2020-07-25T04:46:03.399Z] Step 13/22 : EXPOSE $APP_PORT [2020-07-25T04:46:04.378Z] Removing intermediate container c6c4e947f83f [2020-07-25T04:46:04.378Z] ---> 03ec82527e63 [2020-07-25T04:46:04.378Z] Step 20/20 : LABEL version=0.0.0 [2020-07-25T04:46:04.378Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-25T04:46:04.378Z] v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-25T04:46:04.378Z] OK: 12620 distinct packages available [2020-07-25T04:46:04.378Z] ---> e9404150df91 [2020-07-25T04:46:04.378Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-07-25T04:46:04.655Z] ---> Running in 8d92d40f9b7a [2020-07-25T04:46:04.655Z] ---> Running in 9435fa1435ed [2020-07-25T04:46:05.272Z] OK: 217 MiB in 51 packages [2020-07-25T04:46:05.272Z] Removing intermediate container 8d92d40f9b7a [2020-07-25T04:46:05.272Z] ---> 41afe7e57412 [2020-07-25T04:46:05.272Z] Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-25T04:46:06.250Z] ---> Running in 1c6ecc8bccc4 [2020-07-25T04:46:06.250Z] Removing intermediate container 9435fa1435ed [2020-07-25T04:46:06.250Z] ---> cc09f231d326 [2020-07-25T04:46:06.250Z] [2020-07-25T04:46:06.250Z] ---> a25a024af136 [2020-07-25T04:46:06.250Z] Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-25T04:46:06.524Z] Successfully built cc09f231d326 [2020-07-25T04:46:06.799Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-07-25T04:46:06.799Z]  Building docker-support-scheduler-go ... done Building docker-security-secrets-setup-go [2020-07-25T04:46:06.799Z] ---> Running in 580e02ae435a [2020-07-25T04:46:07.798Z] Removing intermediate container 580e02ae435a [2020-07-25T04:46:07.798Z] ---> f399130141c3 [2020-07-25T04:46:07.798Z] Step 19/21 : LABEL arch=arm64 [2020-07-25T04:46:07.798Z] Removing intermediate container 33faeaf39f41 [2020-07-25T04:46:07.798Z] ---> 946be77149f6 [2020-07-25T04:46:07.798Z] Step 6/23 : COPY go.mod . [2020-07-25T04:46:08.075Z] ---> Running in cff769c45a0e [2020-07-25T04:46:09.517Z] ---> 30bcae63a7ce [2020-07-25T04:46:09.517Z] Step 7/23 : RUN go mod download [2020-07-25T04:46:09.517Z] Removing intermediate container cff769c45a0e [2020-07-25T04:46:09.517Z] ---> 49abed6e3fcd [2020-07-25T04:46:09.517Z] Step 20/21 : LABEL git_sha=c6771f42a5524429f96f8d73a9bafba19bf2e966 [2020-07-25T04:46:09.800Z] ---> Running in c1076322e7fd [2020-07-25T04:46:10.075Z] ---> Running in 6a600e5d87e9 [2020-07-25T04:46:11.622Z] Removing intermediate container 1c6ecc8bccc4 [2020-07-25T04:46:11.622Z] ---> a504e953962b [2020-07-25T04:46:11.622Z] Step 15/22 : RUN apk --no-cache add zeromq [2020-07-25T04:46:11.895Z] Removing intermediate container 6a600e5d87e9 [2020-07-25T04:46:11.895Z] ---> 211f950a7db7 [2020-07-25T04:46:11.895Z] Step 21/21 : LABEL version=0.0.0 [2020-07-25T04:46:12.538Z] ---> Running in 3e588348b7dd [2020-07-25T04:46:13.144Z] ---> Running in eaa4f8ab1b5a [2020-07-25T04:46:15.125Z] Removing intermediate container eaa4f8ab1b5a [2020-07-25T04:46:15.125Z] ---> 982629b29c58 [2020-07-25T04:46:15.125Z] [2020-07-25T04:46:15.125Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-25T04:46:15.399Z] Removing intermediate container c1076322e7fd [2020-07-25T04:46:15.399Z] ---> d30658f4a0b9 [2020-07-25T04:46:15.399Z] Step 8/23 : COPY . . [2020-07-25T04:46:15.399Z] Successfully built 982629b29c58 [2020-07-25T04:46:15.672Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-07-25T04:46:15.672Z] Building docker-core-command-go [2020-07-25T04:46:15.948Z]  Building docker-core-metadata-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-25T04:46:16.546Z] (1/5) Installing libgcc (9.3.0-r2) [2020-07-25T04:46:16.823Z] (2/5) Installing libsodium (1.0.18-r0) [2020-07-25T04:46:16.823Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-07-25T04:46:17.098Z] (4/5) Installing libzmq (4.3.2-r0) [2020-07-25T04:46:17.369Z] (5/5) Installing zeromq (4.3.2-r0) [2020-07-25T04:46:17.369Z] Executing busybox-1.31.1-r16.trigger [2020-07-25T04:46:17.369Z] OK: 8 MiB in 19 packages [2020-07-25T04:46:18.816Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-25T04:46:18.816Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-07-25T04:46:18.816Z] ---> 47353950573b [2020-07-25T04:46:18.816Z] Step 3/26 : WORKDIR /edgex-go [2020-07-25T04:46:18.816Z] ---> Using cache [2020-07-25T04:46:18.816Z] ---> 4e77d8973222 [2020-07-25T04:46:18.816Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-25T04:46:18.816Z] ---> Using cache [2020-07-25T04:46:18.816Z] ---> 231abd367b69 [2020-07-25T04:46:18.816Z] Step 5/26 : RUN apk update && apk add make bash git [2020-07-25T04:46:25.517Z] ---> Running in 83d3ccbe92c1 [2020-07-25T04:46:25.517Z] Removing intermediate container 3e588348b7dd [2020-07-25T04:46:25.517Z] ---> 7afcec6721b3 [2020-07-25T04:46:25.517Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-07-25T04:46:26.983Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-25T04:46:27.577Z] ---> e290990f529c [2020-07-25T04:46:27.577Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-07-25T04:46:27.577Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-25T04:46:28.559Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-25T04:46:28.559Z] v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-25T04:46:28.559Z] OK: 12620 distinct packages available [2020-07-25T04:46:29.555Z] OK: 217 MiB in 51 packages [2020-07-25T04:46:30.157Z] ---> 5a8cf03852de [2020-07-25T04:46:30.157Z] Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-07-25T04:46:31.626Z] Removing intermediate container 83d3ccbe92c1 [2020-07-25T04:46:31.626Z] ---> c4b96f9dc163 [2020-07-25T04:46:31.626Z] Step 6/26 : COPY go.mod . [2020-07-25T04:46:31.626Z] ---> 54f0397f5b86 [2020-07-25T04:46:31.626Z] Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-25T04:46:31.901Z] ---> Running in 1ccc468f6094 [2020-07-25T04:46:32.495Z] ---> c289f17f7bcb [2020-07-25T04:46:32.495Z] Step 7/26 : RUN go mod download [2020-07-25T04:46:32.791Z] ---> Running in 8cefd14a1e1a [2020-07-25T04:46:33.075Z] Removing intermediate container 1ccc468f6094 [2020-07-25T04:46:33.075Z] ---> 295d2303a0e4 [2020-07-25T04:46:33.075Z] Step 20/22 : LABEL arch=arm64 [2020-07-25T04:46:33.075Z] ---> 3ce10a8c5d09 [2020-07-25T04:46:33.075Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2020-07-25T04:46:33.353Z] ---> Running in fa5b527eae5b [2020-07-25T04:46:33.353Z] ---> Running in c4e207f41a8b [2020-07-25T04:46:34.801Z] Removing intermediate container c4e207f41a8b [2020-07-25T04:46:34.801Z] ---> 6ba2c4867e72 [2020-07-25T04:46:34.801Z] Step 21/22 : LABEL git_sha=c6771f42a5524429f96f8d73a9bafba19bf2e966 [2020-07-25T04:46:34.801Z] ---> Running in 620fb7433258 [2020-07-25T04:46:35.786Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-07-25T04:46:35.786Z] Removing intermediate container 620fb7433258 [2020-07-25T04:46:35.786Z] ---> fbe6a7f4424e [2020-07-25T04:46:35.786Z] Step 22/22 : LABEL version=0.0.0 [2020-07-25T04:46:36.062Z] ---> Running in b4f2f4d6f10c [2020-07-25T04:46:37.044Z] Removing intermediate container b4f2f4d6f10c [2020-07-25T04:46:37.044Z] ---> cea70ae413cc [2020-07-25T04:46:37.044Z] [2020-07-25T04:46:37.638Z] Removing intermediate container 8cefd14a1e1a [2020-07-25T04:46:37.638Z] ---> 2f1e0885418c [2020-07-25T04:46:37.638Z] Step 8/26 : COPY . . [2020-07-25T04:46:38.236Z] Successfully built cea70ae413cc [2020-07-25T04:46:38.236Z] Successfully tagged docker-core-data-go-arm64:latest [2020-07-25T04:46:38.236Z] Building docker-security-secretstore-setup-go [2020-07-25T04:46:48.410Z]  Building docker-core-data-go ... done Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-25T04:46:48.410Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-07-25T04:46:48.410Z] ---> 47353950573b [2020-07-25T04:46:48.410Z] Step 3/29 : WORKDIR /edgex-go [2020-07-25T04:46:48.410Z] ---> Using cache [2020-07-25T04:46:48.410Z] ---> 4e77d8973222 [2020-07-25T04:46:48.410Z] Step 4/29 : RUN apk update && apk add make git [2020-07-25T04:46:53.839Z] ---> Running in e30b368f26f0 [2020-07-25T04:46:56.483Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-25T04:46:56.483Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-25T04:46:56.483Z] ---> 47353950573b [2020-07-25T04:46:56.483Z] Step 3/21 : WORKDIR /edgex-go [2020-07-25T04:46:56.483Z] ---> Using cache [2020-07-25T04:46:56.483Z] ---> 4e77d8973222 [2020-07-25T04:46:56.483Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-25T04:46:56.483Z] ---> Using cache [2020-07-25T04:46:56.483Z] ---> 231abd367b69 [2020-07-25T04:46:56.483Z] Step 5/21 : RUN apk update && apk add make git [2020-07-25T04:46:56.758Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-25T04:46:57.032Z] ---> Running in 64b186f96071 [2020-07-25T04:46:57.629Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-25T04:46:58.610Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-25T04:46:58.610Z] v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-25T04:46:58.610Z] OK: 12620 distinct packages available [2020-07-25T04:46:59.599Z] OK: 217 MiB in 51 packages [2020-07-25T04:46:59.879Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-25T04:47:00.860Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-25T04:47:01.880Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-25T04:47:01.880Z] v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-25T04:47:01.880Z] OK: 12620 distinct packages available [2020-07-25T04:47:02.857Z] OK: 217 MiB in 51 packages [2020-07-25T04:47:03.168Z] Removing intermediate container e30b368f26f0 [2020-07-25T04:47:03.168Z] ---> b37b246173e7 [2020-07-25T04:47:03.168Z] Step 5/29 : COPY go.mod . [2020-07-25T04:47:05.884Z] Removing intermediate container 64b186f96071 [2020-07-25T04:47:05.884Z] ---> 2d9274e395b4 [2020-07-25T04:47:05.884Z] Step 6/21 : COPY go.mod . [2020-07-25T04:47:05.884Z] ---> c2829818afae [2020-07-25T04:47:05.884Z] Step 6/29 : RUN go mod download [2020-07-25T04:47:06.158Z] ---> Running in 845cc8a68669 [2020-07-25T04:47:08.155Z] ---> 300c4297653f [2020-07-25T04:47:08.155Z] Step 7/21 : RUN go mod download [2020-07-25T04:47:08.155Z] ---> Running in aad8f1c355a8 [2020-07-25T04:47:12.503Z] Removing intermediate container 845cc8a68669 [2020-07-25T04:47:12.503Z] ---> fa4a25ac952b [2020-07-25T04:47:12.503Z] Step 7/29 : COPY . . [2020-07-25T04:47:13.492Z] ---> 01869d23c52e [2020-07-25T04:47:13.492Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-07-25T04:47:13.771Z] Removing intermediate container aad8f1c355a8 [2020-07-25T04:47:13.771Z] ---> 5301cd3bcf43 [2020-07-25T04:47:13.771Z] Step 8/21 : COPY . . [2020-07-25T04:47:14.051Z] ---> Running in 9986f2acda67 [2020-07-25T04:47:16.696Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-07-25T04:47:19.358Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-25T04:47:19.358Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-07-25T04:47:19.358Z] ---> 47353950573b [2020-07-25T04:47:19.358Z] Step 3/26 : WORKDIR /edgex-go [2020-07-25T04:47:19.358Z] ---> Using cache [2020-07-25T04:47:19.358Z] ---> 4e77d8973222 [2020-07-25T04:47:19.358Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-25T04:47:19.358Z] ---> Using cache [2020-07-25T04:47:19.358Z] ---> 231abd367b69 [2020-07-25T04:47:19.358Z] Step 5/26 : RUN apk update && apk add make git [2020-07-25T04:47:19.358Z] ---> Using cache [2020-07-25T04:47:19.358Z] ---> 2d9274e395b4 [2020-07-25T04:47:19.358Z] Step 6/26 : COPY go.mod . [2020-07-25T04:47:19.358Z] ---> Using cache [2020-07-25T04:47:19.358Z] ---> 300c4297653f [2020-07-25T04:47:19.358Z] Step 7/26 : RUN go mod download [2020-07-25T04:47:19.358Z] ---> Using cache [2020-07-25T04:47:19.358Z] ---> 5301cd3bcf43 [2020-07-25T04:47:19.358Z] Step 8/26 : COPY . . [2020-07-25T04:47:58.442Z] ---> c85ee5be804d [2020-07-25T04:47:58.442Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-07-25T04:47:58.442Z] ---> 48e59f18e0a6 [2020-07-25T04:47:58.442Z] Step 9/21 : RUN make cmd/core-command/core-command [2020-07-25T04:47:58.442Z] ---> Running in d0aaf6ab6429 [2020-07-25T04:47:58.442Z] ---> Running in dacf7ea0f89a [2020-07-25T04:47:58.442Z] Removing intermediate container fa5b527eae5b [2020-07-25T04:47:58.442Z] ---> 1e00e384c42b [2020-07-25T04:47:58.442Z] [2020-07-25T04:47:58.442Z] Step 10/23 : FROM scratch [2020-07-25T04:47:58.442Z] ---> [2020-07-25T04:47:58.442Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-07-25T04:47:58.442Z] ---> Using cache [2020-07-25T04:47:58.442Z] ---> f09d363bc225 [2020-07-25T04:47:58.442Z] Step 12/23 : ENV APP_PORT=48060 [2020-07-25T04:47:58.442Z] ---> Running in 8be380c9f966 [2020-07-25T04:47:58.442Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-07-25T04:47:58.442Z] Removing intermediate container 8be380c9f966 [2020-07-25T04:47:58.442Z] ---> fea743098287 [2020-07-25T04:47:58.442Z] Step 13/23 : EXPOSE $APP_PORT [2020-07-25T04:47:58.442Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-07-25T04:47:58.442Z] ---> Running in acf24cc5ac4a [2020-07-25T04:47:58.442Z] Removing intermediate container acf24cc5ac4a [2020-07-25T04:47:58.442Z] ---> 7c7a5c74f139 [2020-07-25T04:47:58.442Z] Step 14/23 : COPY --from=builder /bin/sh /bin/sh [2020-07-25T04:47:58.442Z] ---> eddfeb4499c2 [2020-07-25T04:47:58.442Z] Step 9/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup cmd/security-secretstore-read/security-secretstore-read [2020-07-25T04:47:58.442Z] ---> Running in a8774fa4df85 [2020-07-25T04:47:59.065Z] ---> 2831985833b6 [2020-07-25T04:47:59.065Z] Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-07-25T04:48:00.525Z] ---> cfdc42521995 [2020-07-25T04:48:00.525Z] Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl [2020-07-25T04:48:00.806Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-07-25T04:48:02.815Z] ---> ea511115bb74 [2020-07-25T04:48:02.815Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-07-25T04:48:03.421Z] ---> 9bb57dad3c62 [2020-07-25T04:48:03.421Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-07-25T04:48:05.431Z] ---> 068b3cdac7a9 [2020-07-25T04:48:05.431Z] Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-07-25T04:48:06.419Z] ---> 1f7421197f5a [2020-07-25T04:48:06.419Z] Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-25T04:48:06.709Z] ---> Running in 286223d0303b [2020-07-25T04:48:07.317Z] Removing intermediate container 286223d0303b [2020-07-25T04:48:07.317Z] ---> d3fd315b8da7 [2020-07-25T04:48:07.317Z] Step 21/23 : LABEL arch=arm64 [2020-07-25T04:48:07.595Z] ---> Running in 4f7710e6d0d1 [2020-07-25T04:48:08.201Z] Removing intermediate container 4f7710e6d0d1 [2020-07-25T04:48:08.201Z] ---> 46d83396e0ab [2020-07-25T04:48:08.201Z] Step 22/23 : LABEL git_sha=c6771f42a5524429f96f8d73a9bafba19bf2e966 [2020-07-25T04:48:08.482Z] ---> Running in 7888f7449cc9 [2020-07-25T04:48:09.089Z] Removing intermediate container 7888f7449cc9 [2020-07-25T04:48:09.089Z] ---> 5af0ffad0eca [2020-07-25T04:48:09.089Z] Step 23/23 : LABEL version=0.0.0 [2020-07-25T04:48:09.089Z] ---> Running in 82a1a82302fd [2020-07-25T04:48:09.693Z] Removing intermediate container 82a1a82302fd [2020-07-25T04:48:09.693Z] ---> 7a42aeaade27 [2020-07-25T04:48:09.693Z] [2020-07-25T04:48:10.686Z] Successfully built 7a42aeaade27 [2020-07-25T04:48:10.686Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-07-25T04:48:16.141Z]  Building docker-support-notifications-go ... done Removing intermediate container 9986f2acda67 [2020-07-25T04:48:16.141Z] ---> 5040286ef14e [2020-07-25T04:48:16.141Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-07-25T04:48:16.141Z] ---> Running in 1052074caec6 [2020-07-25T04:48:18.777Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-07-25T04:48:25.746Z] Removing intermediate container 1052074caec6 [2020-07-25T04:48:25.746Z] ---> bebe0e7fe1c3 [2020-07-25T04:48:25.746Z] [2020-07-25T04:48:25.746Z] Step 11/26 : FROM docker:latest [2020-07-25T04:48:25.746Z] ---> ce9d55ae87f1 [2020-07-25T04:48:25.746Z] Step 12/26 : RUN apk add --no-cache bash [2020-07-25T04:48:25.746Z] ---> Running in 3c6f25eca1f5 [2020-07-25T04:48:27.199Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-25T04:48:27.479Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-25T04:48:28.084Z] (1/2) Installing readline (8.0.4-r0) [2020-07-25T04:48:28.084Z] (2/2) Installing bash (5.0.17-r0) [2020-07-25T04:48:28.364Z] Executing bash-5.0.17-r0.post-install [2020-07-25T04:48:28.364Z] Executing busybox-1.31.1-r16.trigger [2020-07-25T04:48:28.364Z] OK: 12 MiB in 22 packages [2020-07-25T04:48:29.816Z] Removing intermediate container 3c6f25eca1f5 [2020-07-25T04:48:29.816Z] ---> 44714781c107 [2020-07-25T04:48:29.816Z] Step 13/26 : RUN rm -rf /var/cache/apk/* [2020-07-25T04:48:30.095Z] ---> Running in 24245b01f0af [2020-07-25T04:48:34.443Z] Removing intermediate container 24245b01f0af [2020-07-25T04:48:34.443Z] ---> 33ee27874623 [2020-07-25T04:48:34.443Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-07-25T04:48:34.443Z] ---> Running in e362604ee077 [2020-07-25T04:48:34.725Z] Removing intermediate container e362604ee077 [2020-07-25T04:48:34.725Z] ---> 7a16cceec6a7 [2020-07-25T04:48:34.725Z] Step 15/26 : ENV APP_PORT=48090 [2020-07-25T04:48:34.725Z] ---> Running in 6aa511b4b167 [2020-07-25T04:48:35.333Z] Removing intermediate container 6aa511b4b167 [2020-07-25T04:48:35.333Z] ---> 59dc9960f567 [2020-07-25T04:48:35.333Z] Step 16/26 : EXPOSE $APP_PORT [2020-07-25T04:48:35.611Z] ---> Running in 6f745cc909bd [2020-07-25T04:48:36.217Z] Removing intermediate container 6f745cc909bd [2020-07-25T04:48:36.217Z] ---> 7cfb90ccda0d [2020-07-25T04:48:36.217Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-07-25T04:48:38.221Z] ---> 2f3bf49bc66c [2020-07-25T04:48:38.221Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-07-25T04:48:39.214Z] ---> e1265ecbca7d [2020-07-25T04:48:39.214Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-07-25T04:48:40.207Z] ---> 79621f9cc3d8 [2020-07-25T04:48:40.207Z] Step 20/26 : RUN apk --no-cache add py-pip [2020-07-25T04:48:40.813Z] ---> Running in e34a8b6669e4 [2020-07-25T04:48:42.840Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-25T04:48:43.126Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-25T04:48:43.733Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-07-25T04:48:43.733Z] (2/33) Installing expat (2.2.9-r1) [2020-07-25T04:48:43.733Z] (3/33) Installing libffi (3.3-r2) [2020-07-25T04:48:43.733Z] (4/33) Installing gdbm (1.13-r1) [2020-07-25T04:48:43.733Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-07-25T04:48:43.733Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-07-25T04:48:43.733Z] (7/33) Installing python3 (3.8.5-r0) [2020-07-25T04:48:45.735Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-07-25T04:48:45.735Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-07-25T04:48:45.735Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-07-25T04:48:45.735Z] (11/33) Installing py3-six (1.15.0-r0) [2020-07-25T04:48:45.735Z] (12/33) Installing py3-packaging (20.4-r0) [2020-07-25T04:48:45.735Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-07-25T04:48:45.735Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-07-25T04:48:45.735Z] (15/33) Installing py3-idna (2.9-r0) [2020-07-25T04:48:45.735Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-07-25T04:48:45.735Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-07-25T04:48:46.013Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-07-25T04:48:46.013Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-07-25T04:48:46.013Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-07-25T04:48:46.013Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-07-25T04:48:46.013Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-07-25T04:48:46.013Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-07-25T04:48:46.013Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-07-25T04:48:46.013Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-07-25T04:48:46.013Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-07-25T04:48:46.293Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-07-25T04:48:46.293Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-07-25T04:48:46.293Z] (29/33) Installing py3-progress (1.5-r0) [2020-07-25T04:48:46.293Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-07-25T04:48:46.293Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-07-25T04:48:46.293Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-07-25T04:48:46.293Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-07-25T04:48:46.293Z] Executing busybox-1.31.1-r16.trigger [2020-07-25T04:48:46.571Z] OK: 71 MiB in 55 packages [2020-07-25T04:48:56.779Z] Removing intermediate container e34a8b6669e4 [2020-07-25T04:48:56.779Z] ---> a057aa42cf01 [2020-07-25T04:48:56.779Z] Step 21/26 : RUN pip install docker-compose==1.23.2 [2020-07-25T04:48:56.779Z] ---> Running in c4634858df13 [2020-07-25T04:49:02.201Z] Collecting docker-compose==1.23.2 [2020-07-25T04:49:02.201Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-07-25T04:49:04.221Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-07-25T04:49:04.221Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-07-25T04:49:04.221Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-07-25T04:49:05.217Z] Collecting PyYAML<4,>=3.10 [2020-07-25T04:49:05.217Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-07-25T04:49:07.207Z] Removing intermediate container d0aaf6ab6429 [2020-07-25T04:49:07.207Z] ---> 55ba281c2f69 [2020-07-25T04:49:07.207Z] [2020-07-25T04:49:07.207Z] Step 9/29 : FROM alpine:latest [2020-07-25T04:49:07.207Z] ---> 62ee0e9f8440 [2020-07-25T04:49:07.207Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-07-25T04:49:07.207Z] ---> Running in 56a87a8dd835 [2020-07-25T04:49:07.811Z] Removing intermediate container 56a87a8dd835 [2020-07-25T04:49:07.811Z] ---> 50a079e5dd86 [2020-07-25T04:49:07.811Z] Step 11/29 : USER root [2020-07-25T04:49:08.088Z] ---> Running in 50d5fdc56237 [2020-07-25T04:49:08.694Z] Removing intermediate container 50d5fdc56237 [2020-07-25T04:49:08.694Z] ---> 9e4795acc3c0 [2020-07-25T04:49:08.694Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-07-25T04:49:08.694Z] ---> Running in ff06c45a8bc9 [2020-07-25T04:49:10.141Z] Collecting cached-property<2,>=1.2.0 [2020-07-25T04:49:10.141Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-07-25T04:49:10.415Z] Collecting dockerpty<0.5,>=0.4.1 [2020-07-25T04:49:10.415Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-07-25T04:49:10.691Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-25T04:49:10.967Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-25T04:49:11.570Z] v3.12.0-175-g8b3334c57c [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-07-25T04:49:11.570Z] v3.12.0-179-gc1e97b6747 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-07-25T04:49:11.570Z] OK: 12620 distinct packages available [2020-07-25T04:49:12.555Z] (1/2) Installing ca-certificates (20191127-r4) [2020-07-25T04:49:12.555Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-07-25T04:49:12.555Z] Executing busybox-1.31.1-r16.trigger [2020-07-25T04:49:12.555Z] Executing ca-certificates-20191127-r4.trigger [2020-07-25T04:49:12.833Z] OK: 6 MiB in 16 packages [2020-07-25T04:49:13.108Z] Collecting docopt<0.7,>=0.6.1 [2020-07-25T04:49:13.108Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-07-25T04:49:14.160Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-07-25T04:49:15.165Z] Removing intermediate container ff06c45a8bc9 [2020-07-25T04:49:15.165Z] ---> ec40f6f0b8e8 [2020-07-25T04:49:15.165Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-07-25T04:49:15.165Z] ---> Running in 8f4dd284df73 [2020-07-25T04:49:15.759Z] Removing intermediate container 8f4dd284df73 [2020-07-25T04:49:15.759Z] ---> c1b8701c38ec [2020-07-25T04:49:15.759Z] Step 14/29 : WORKDIR $BASE_DIR [2020-07-25T04:49:16.031Z] ---> Running in 32016bc3f156 [2020-07-25T04:49:16.626Z] Collecting websocket-client<1.0,>=0.32.0 [2020-07-25T04:49:16.626Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-07-25T04:49:16.626Z] Removing intermediate container 32016bc3f156 [2020-07-25T04:49:16.626Z] ---> 6ebf5d0a7963 [2020-07-25T04:49:16.626Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-07-25T04:49:16.900Z] ---> Running in cbf2458a5698 [2020-07-25T04:49:17.501Z] Collecting docker<4.0,>=3.6.0 [2020-07-25T04:49:17.501Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-07-25T04:49:18.481Z] Collecting texttable<0.10,>=0.9.0 [2020-07-25T04:49:18.481Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-07-25T04:49:20.471Z] Removing intermediate container cbf2458a5698 [2020-07-25T04:49:20.471Z] ---> a9fb958caba6 [2020-07-25T04:49:20.471Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-07-25T04:49:20.472Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-07-25T04:49:21.094Z] Collecting jsonschema<3,>=2.5.1 [2020-07-25T04:49:21.094Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-07-25T04:49:21.398Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2020-07-25T04:49:21.673Z] Collecting idna<2.8,>=2.5 [2020-07-25T04:49:21.673Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-07-25T04:49:21.673Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2020-07-25T04:49:22.650Z] Collecting urllib3<1.25,>=1.21.1 [2020-07-25T04:49:22.650Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-07-25T04:49:22.650Z] ---> d70f594ba7fc [2020-07-25T04:49:22.650Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-07-25T04:49:22.927Z] Collecting docker-pycreds>=0.4.0 [2020-07-25T04:49:22.927Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-07-25T04:49:23.196Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-07-25T04:49:23.196Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-07-25T04:49:23.196Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-07-25T04:49:23.196Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-07-25T04:49:23.795Z] ---> 0831ce6bdfa4 [2020-07-25T04:49:23.795Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-07-25T04:49:23.795Z] Removing intermediate container dacf7ea0f89a [2020-07-25T04:49:23.795Z] ---> 4dcd18b9f080 [2020-07-25T04:49:23.795Z] [2020-07-25T04:49:23.795Z] Step 10/21 : FROM scratch [2020-07-25T04:49:23.795Z] ---> [2020-07-25T04:49:23.795Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-25T04:49:24.066Z] ---> Using cache [2020-07-25T04:49:24.067Z] ---> b46e9450f1a4 [2020-07-25T04:49:24.067Z] Step 12/21 : ENV APP_PORT=48082 [2020-07-25T04:49:24.338Z] ---> Running in 7d2b4cfec41c [2020-07-25T04:49:24.626Z] Installing collected packages: idna, urllib3, requests, PyYAML, cached-property, dockerpty, docopt, websocket-client, docker-pycreds, docker, texttable, jsonschema, docker-compose [2020-07-25T04:49:24.626Z] Attempting uninstall: idna [2020-07-25T04:49:24.626Z] Found existing installation: idna 2.9 [2020-07-25T04:49:24.626Z] Uninstalling idna-2.9: [2020-07-25T04:49:24.626Z] Successfully uninstalled idna-2.9 [2020-07-25T04:49:24.626Z] Removing intermediate container a8774fa4df85 [2020-07-25T04:49:24.626Z] ---> b5210d94a1d2 [2020-07-25T04:49:24.626Z] [2020-07-25T04:49:24.626Z] Step 10/26 : FROM alpine:3.10 [2020-07-25T04:49:24.626Z] ---> 99bbfcd3b850 [2020-07-25T04:49:24.626Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-07-25T04:49:24.896Z] Removing intermediate container 7d2b4cfec41c [2020-07-25T04:49:24.896Z] ---> 838d58b8740b [2020-07-25T04:49:24.896Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-25T04:49:24.896Z] 3.10: Pulling from library/alpine [2020-07-25T04:49:25.171Z] ---> Running in 341318bc324f [2020-07-25T04:49:25.171Z] Attempting uninstall: urllib3 [2020-07-25T04:49:25.453Z] Found existing installation: urllib3 1.25.9 [2020-07-25T04:49:25.453Z] Uninstalling urllib3-1.25.9: [2020-07-25T04:49:25.453Z] Removing intermediate container 341318bc324f [2020-07-25T04:49:25.453Z] ---> 9fd91ed7893c [2020-07-25T04:49:25.453Z] Step 14/21 : WORKDIR / [2020-07-25T04:49:25.729Z] Successfully uninstalled urllib3-1.25.9 [2020-07-25T04:49:25.729Z] ---> 47b0d022338f [2020-07-25T04:49:25.729Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-07-25T04:49:25.729Z] ---> Running in 32c6447af48b [2020-07-25T04:49:26.332Z] Attempting uninstall: requests [2020-07-25T04:49:26.332Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-07-25T04:49:26.332Z] Found existing installation: requests 2.23.0 [2020-07-25T04:49:26.332Z] Uninstalling requests-2.23.0: [2020-07-25T04:49:26.604Z] Status: Downloaded newer image for alpine:3.10 [2020-07-25T04:49:26.604Z] ---> 536a684cf733 [2020-07-25T04:49:26.604Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-07-25T04:49:26.604Z] Removing intermediate container 32c6447af48b [2020-07-25T04:49:26.604Z] ---> 089a49e04d4a [2020-07-25T04:49:26.604Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-07-25T04:49:26.604Z] Successfully uninstalled requests-2.23.0 [2020-07-25T04:49:26.878Z] ---> Running in 8c08981fe125 [2020-07-25T04:49:26.878Z] ---> 491619a8563f [2020-07-25T04:49:26.878Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-07-25T04:49:27.150Z] Running setup.py install for PyYAML: started [2020-07-25T04:49:27.150Z] ---> Running in ba29bdfe5383 [2020-07-25T04:49:27.424Z] ---> 8497eff70a90 [2020-07-25T04:49:27.424Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-07-25T04:49:28.872Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-07-25T04:49:29.151Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-07-25T04:49:29.151Z] ---> 309620cc8058 [2020-07-25T04:49:29.151Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-07-25T04:49:29.750Z] v3.10.5-60-gf7c8b9a88d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-07-25T04:49:29.750Z] v3.10.5-58-g477aae6b2f [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-07-25T04:49:29.750Z] OK: 10167 distinct packages available [2020-07-25T04:49:30.023Z] Running setup.py install for PyYAML: finished with status 'done' [2020-07-25T04:49:30.301Z] (1/5) Installing ca-certificates (20191127-r2) [2020-07-25T04:49:30.301Z] Running setup.py install for dockerpty: started [2020-07-25T04:49:30.301Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-07-25T04:49:30.301Z] (3/5) Installing libcurl (7.66.0-r0) [2020-07-25T04:49:30.301Z] (4/5) Installing curl (7.66.0-r0) [2020-07-25T04:49:30.573Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-07-25T04:49:30.573Z] Executing busybox-1.30.1-r3.trigger [2020-07-25T04:49:30.573Z] Executing ca-certificates-20191127-r2.trigger [2020-07-25T04:49:30.573Z] ---> 39d37ff17110 [2020-07-25T04:49:30.573Z] Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-25T04:49:30.857Z] ---> Running in 30eefbaf06ad [2020-07-25T04:49:30.857Z] OK: 7 MiB in 19 packages [2020-07-25T04:49:30.857Z] Removing intermediate container ba29bdfe5383 [2020-07-25T04:49:30.857Z] ---> 4771cd942b3d [2020-07-25T04:49:30.857Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-07-25T04:49:31.130Z] Removing intermediate container 30eefbaf06ad [2020-07-25T04:49:31.130Z] ---> d5ddbd5d55da [2020-07-25T04:49:31.130Z] Step 19/21 : LABEL arch=arm64 [2020-07-25T04:49:31.723Z] ---> Running in 2acba003adf6 [2020-07-25T04:49:31.723Z] ---> f6fccab7587b [2020-07-25T04:49:31.723Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-07-25T04:49:31.993Z] ---> Running in a4a3ed060ebc [2020-07-25T04:49:32.271Z] Removing intermediate container 2acba003adf6 [2020-07-25T04:49:32.271Z] ---> 278421384b9b [2020-07-25T04:49:32.271Z] Step 20/21 : LABEL git_sha=c6771f42a5524429f96f8d73a9bafba19bf2e966 [2020-07-25T04:49:32.543Z] ---> Running in f1ab55bc392c [2020-07-25T04:49:32.543Z] Removing intermediate container 8c08981fe125 [2020-07-25T04:49:32.543Z] ---> cf504630e40c [2020-07-25T04:49:32.543Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-07-25T04:49:32.813Z] ---> Running in 28eddd072749 [2020-07-25T04:49:33.092Z] Running setup.py install for dockerpty: finished with status 'done' [2020-07-25T04:49:33.092Z] Running setup.py install for docopt: started [2020-07-25T04:49:33.092Z] Removing intermediate container f1ab55bc392c [2020-07-25T04:49:33.092Z] ---> 314ecab0d7d5 [2020-07-25T04:49:33.092Z] Step 21/21 : LABEL version=0.0.0 [2020-07-25T04:49:33.366Z] ---> Running in bc2f2af18a6d [2020-07-25T04:49:33.366Z] Removing intermediate container 28eddd072749 [2020-07-25T04:49:33.366Z] ---> 1545a90ccbe4 [2020-07-25T04:49:33.366Z] Step 13/26 : WORKDIR / [2020-07-25T04:49:33.639Z] ---> Running in 7a45735da232 [2020-07-25T04:49:33.913Z] Removing intermediate container bc2f2af18a6d [2020-07-25T04:49:33.913Z] ---> 38acd3be7004 [2020-07-25T04:49:33.913Z] [2020-07-25T04:49:34.183Z] Removing intermediate container 7a45735da232 [2020-07-25T04:49:34.183Z] ---> 137ccd075325 [2020-07-25T04:49:34.183Z] Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-07-25T04:49:34.471Z] Successfully built 38acd3be7004 [2020-07-25T04:49:34.471Z] Successfully tagged docker-core-command-go-arm64:latest [2020-07-25T04:49:35.061Z]  Building docker-core-command-go ... done  ---> 97bfa37d1e1e [2020-07-25T04:49:35.061Z] Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-07-25T04:49:35.061Z] Removing intermediate container a4a3ed060ebc [2020-07-25T04:49:35.061Z] ---> 12f5cf5fa802 [2020-07-25T04:49:35.061Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-07-25T04:49:35.333Z] ---> Running in 28d904fdcf0f [2020-07-25T04:49:35.607Z] Running setup.py install for docopt: finished with status 'done' [2020-07-25T04:49:35.879Z] ---> 08436bea7f4b [2020-07-25T04:49:35.879Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-07-25T04:49:36.862Z] ---> 6f8d627eec40 [2020-07-25T04:49:36.862Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-07-25T04:49:36.862Z] Running setup.py install for texttable: started [2020-07-25T04:49:37.851Z] ---> f6612dafb8ff [2020-07-25T04:49:37.851Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-07-25T04:49:38.458Z] Removing intermediate container 28d904fdcf0f [2020-07-25T04:49:38.458Z] ---> e21c14edf89f [2020-07-25T04:49:38.458Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-07-25T04:49:38.729Z] ---> Running in b5ec3ef3a643 [2020-07-25T04:49:39.006Z] ---> 3d4e6c4c68f8 [2020-07-25T04:49:39.006Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-07-25T04:49:39.281Z] Running setup.py install for texttable: finished with status 'done' [2020-07-25T04:49:39.281Z] Removing intermediate container b5ec3ef3a643 [2020-07-25T04:49:39.281Z] ---> bf66fb02fb99 [2020-07-25T04:49:39.281Z] Step 26/29 : CMD [ "generate" ] [2020-07-25T04:49:39.872Z] ---> Running in 7bc876aed0b1 [2020-07-25T04:49:40.146Z] ---> 7b14ab5863c1 [2020-07-25T04:49:40.146Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-07-25T04:49:40.420Z] Removing intermediate container 7bc876aed0b1 [2020-07-25T04:49:40.420Z] ---> 9282d2840908 [2020-07-25T04:49:40.420Z] Step 27/29 : LABEL arch=arm64 [2020-07-25T04:49:40.420Z] ---> Running in 4799c4992441 [2020-07-25T04:49:40.695Z] Successfully installed PyYAML-3.13 cached-property-1.5.1 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2020-07-25T04:49:41.289Z] Removing intermediate container 4799c4992441 [2020-07-25T04:49:41.290Z] ---> 51e4b5d25ec3 [2020-07-25T04:49:41.290Z] Step 28/29 : LABEL git_sha=c6771f42a5524429f96f8d73a9bafba19bf2e966 [2020-07-25T04:49:41.290Z] ---> Running in bc9c20bd5bd1 [2020-07-25T04:49:41.562Z] ---> 8b745834b335 [2020-07-25T04:49:41.562Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-07-25T04:49:41.837Z] Removing intermediate container bc9c20bd5bd1 [2020-07-25T04:49:41.837Z] ---> 534524665368 [2020-07-25T04:49:41.837Z] Step 29/29 : LABEL version=0.0.0 [2020-07-25T04:49:42.114Z] ---> Running in a456308a2509 [2020-07-25T04:49:42.386Z] ---> 4af0cf3d7f9d [2020-07-25T04:49:42.386Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-07-25T04:49:42.658Z] ---> Running in 86a118f28ce6 [2020-07-25T04:49:42.936Z] Removing intermediate container a456308a2509 [2020-07-25T04:49:42.936Z] ---> fe38212afeab [2020-07-25T04:49:42.936Z] [2020-07-25T04:49:43.539Z] Successfully built fe38212afeab [2020-07-25T04:49:43.539Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-07-25T04:49:45.505Z]  Building docker-security-secrets-setup-go ... done Removing intermediate container c4634858df13 [2020-07-25T04:49:45.505Z] ---> 262ee5c86284 [2020-07-25T04:49:45.505Z] Step 22/26 : RUN apk --no-cache add curl [2020-07-25T04:49:45.505Z] ---> Running in bf6266d88e57 [2020-07-25T04:49:46.101Z] Removing intermediate container 86a118f28ce6 [2020-07-25T04:49:46.101Z] ---> f11cfa0f31c6 [2020-07-25T04:49:46.101Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-07-25T04:49:46.101Z] ---> Running in 8656f89bf94a [2020-07-25T04:49:46.694Z] Removing intermediate container 8656f89bf94a [2020-07-25T04:49:46.694Z] ---> 5dae9afedd24 [2020-07-25T04:49:46.694Z] Step 24/26 : LABEL arch=arm64 [2020-07-25T04:49:46.694Z] ---> Running in 7222d2e1bf19 [2020-07-25T04:49:46.989Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-25T04:49:47.306Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-25T04:49:47.306Z] Removing intermediate container 7222d2e1bf19 [2020-07-25T04:49:47.306Z] ---> 896b6e9cf2b9 [2020-07-25T04:49:47.306Z] Step 25/26 : LABEL git_sha=c6771f42a5524429f96f8d73a9bafba19bf2e966 [2020-07-25T04:49:47.605Z] ---> Running in fff7eca24a3c [2020-07-25T04:49:47.884Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-07-25T04:49:47.884Z] (2/3) Installing libcurl (7.69.1-r0) [2020-07-25T04:49:47.884Z] (3/3) Installing curl (7.69.1-r0) [2020-07-25T04:49:47.884Z] Executing busybox-1.31.1-r16.trigger [2020-07-25T04:49:47.884Z] OK: 71 MiB in 58 packages [2020-07-25T04:49:47.884Z] Removing intermediate container fff7eca24a3c [2020-07-25T04:49:47.884Z] ---> 18e47d9dc943 [2020-07-25T04:49:47.884Z] Step 26/26 : LABEL version=0.0.0 [2020-07-25T04:49:48.156Z] ---> Running in 24764ddd6549 [2020-07-25T04:49:48.753Z] Removing intermediate container 24764ddd6549 [2020-07-25T04:49:48.753Z] ---> 5fa14c76ef90 [2020-07-25T04:49:48.753Z] [2020-07-25T04:49:49.343Z] Successfully built 5fa14c76ef90 [2020-07-25T04:49:49.343Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-07-25T04:49:49.343Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container bf6266d88e57 [2020-07-25T04:49:49.343Z] ---> 7a7569175b98 [2020-07-25T04:49:49.343Z] Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-25T04:49:49.615Z] ---> Running in 512e93a0f3aa [2020-07-25T04:49:49.884Z] Removing intermediate container 512e93a0f3aa [2020-07-25T04:49:49.884Z] ---> b50fb9e7026d [2020-07-25T04:49:49.884Z] Step 24/26 : LABEL arch=arm64 [2020-07-25T04:49:50.154Z] ---> Running in 596509410cae [2020-07-25T04:49:50.424Z] Removing intermediate container 596509410cae [2020-07-25T04:49:50.424Z] ---> 57c5c0ad9818 [2020-07-25T04:49:50.424Z] Step 25/26 : LABEL git_sha=c6771f42a5524429f96f8d73a9bafba19bf2e966 [2020-07-25T04:49:50.694Z] ---> Running in d8a69992bf1c [2020-07-25T04:49:50.963Z] Removing intermediate container d8a69992bf1c [2020-07-25T04:49:50.963Z] ---> 6705ecbbb361 [2020-07-25T04:49:50.963Z] Step 26/26 : LABEL version=0.0.0 [2020-07-25T04:49:51.234Z] ---> Running in 39d8ce4f4646 [2020-07-25T04:49:51.824Z] Removing intermediate container 39d8ce4f4646 [2020-07-25T04:49:51.824Z] ---> cd15b3dd8d62 [2020-07-25T04:49:51.824Z] [2020-07-25T04:49:52.094Z] Successfully built cd15b3dd8d62 [2020-07-25T04:49:52.367Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-07-25T04:49:52.652Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-07-25T04:49:52.570Z] $ docker stop --time=1 0134bd33667973f22254e6a8bde52ca47e8bdde66668748d02b7b0193f34b68d [2020-07-25T04:49:54.539Z] $ docker rm -f 0134bd33667973f22254e6a8bde52ca47e8bdde66668748d02b7b0193f34b68d [Pipeline] // withDockerContainer [Pipeline] sh [2020-07-25T04:49:55.319Z] + grep docker [2020-07-25T04:49:55.319Z] + docker images [2020-07-25T04:49:55.590Z] docker-sys-mgmt-agent-go-arm64 latest cd15b3dd8d62 4 seconds ago 266MB [2020-07-25T04:49:55.590Z] docker-security-secretstore-setup-go-arm64 latest 5fa14c76ef90 7 seconds ago 32.6MB [2020-07-25T04:49:55.590Z] docker-security-secrets-setup-go-arm64 latest fe38212afeab 13 seconds ago 24.2MB [2020-07-25T04:49:55.590Z] docker-core-command-go-arm64 latest 38acd3be7004 22 seconds ago 12.4MB [2020-07-25T04:49:55.590Z] docker-support-notifications-go-arm64 latest 7a42aeaade27 About a minute ago 13.9MB [2020-07-25T04:49:55.590Z] docker-core-data-go-arm64 latest cea70ae413cc 3 minutes ago 22.6MB [2020-07-25T04:49:55.590Z] docker-core-metadata-go-arm64 latest 982629b29c58 3 minutes ago 13.8MB [2020-07-25T04:49:55.590Z] docker-support-scheduler-go-arm64 latest cc09f231d326 3 minutes ago 12.6MB [2020-07-25T04:49:55.590Z] docker-support-logging-go-arm64 latest 530c325e64f0 4 minutes ago 11.4MB [2020-07-25T04:49:55.590Z] docker-security-proxy-setup-go-arm64 latest a167ff6f3250 4 minutes ago 15.8MB [2020-07-25T04:49:55.590Z] docker latest ce9d55ae87f1 4 weeks ago 193MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2020-07-25T04:49:57.166Z] provisioning config files... [2020-07-25T04:49:57.183Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/14@tmp/config6570670030477888618tmp [Pipeline] { [Pipeline] sh [2020-07-25T04:49:57.540Z] + curl -s https://codecov.io/bash [2020-07-25T04:49:57.540Z] + bash -s - -t @/w/workspace/edgex-go/14@tmp/config6570670030477888618tmp [Pipeline] } [2020-07-25T04:49:57.811Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-07-25T04:49:59.161Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-25T04:50:00.080Z] ---> package-listing.sh [2020-07-25T04:50:00.080Z] ++ facter osfamily [2020-07-25T04:50:00.080Z] ++ tr '[:upper:]' '[:lower:]' [2020-07-25T04:50:00.080Z] + OS_FAMILY=redhat [2020-07-25T04:50:00.080Z] + workspace=/w/workspace/edgex-go/14 [2020-07-25T04:50:00.080Z] + START_PACKAGES=/tmp/packages_start.txt [2020-07-25T04:50:00.080Z] + END_PACKAGES=/tmp/packages_end.txt [2020-07-25T04:50:00.080Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-07-25T04:50:00.080Z] + PACKAGES=/tmp/packages_start.txt [2020-07-25T04:50:00.080Z] + '[' /w/workspace/edgex-go/14 ']' [2020-07-25T04:50:00.080Z] + PACKAGES=/tmp/packages_end.txt [2020-07-25T04:50:00.080Z] + case "${OS_FAMILY}" in [2020-07-25T04:50:00.080Z] + rpm -qa [2020-07-25T04:50:00.080Z] + sort [2020-07-25T04:50:04.327Z] + '[' -f /tmp/packages_start.txt ']' [2020-07-25T04:50:04.327Z] + '[' -f /tmp/packages_end.txt ']' [2020-07-25T04:50:04.327Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-07-25T04:50:04.327Z] + '[' /w/workspace/edgex-go/14 ']' [2020-07-25T04:50:04.327Z] + mkdir -p /w/workspace/edgex-go/14/archives/ [2020-07-25T04:50:04.327Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/14/archives/ [Pipeline] isUnix [Pipeline] sh [2020-07-25T04:50:04.701Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-25T04:50:04.701Z] [2020-07-25T04:50:04.701Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-07-25T04:50:05.106Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-25T04:50:05.106Z] alpine: Pulling from edgex-lftools-log-publisher [2020-07-25T04:50:05.106Z] c9b1b535fdd9: Pulling fs layer [2020-07-25T04:50:05.106Z] 2cc5ad85d9ab: Pulling fs layer [2020-07-25T04:50:05.106Z] 756a868c4378: Pulling fs layer [2020-07-25T04:50:05.106Z] 444b2fc9a129: Pulling fs layer [2020-07-25T04:50:05.106Z] ea15f1150254: Pulling fs layer [2020-07-25T04:50:05.106Z] 41b27a9f41bf: Pulling fs layer [2020-07-25T04:50:05.106Z] 28c525ee5125: Pulling fs layer [2020-07-25T04:50:05.106Z] 094b1ea09ed8: Pulling fs layer [2020-07-25T04:50:05.106Z] 138eaada9080: Pulling fs layer [2020-07-25T04:50:05.106Z] 0622d0fa9048: Pulling fs layer [2020-07-25T04:50:05.106Z] 444b2fc9a129: Waiting [2020-07-25T04:50:05.106Z] ea15f1150254: Waiting [2020-07-25T04:50:05.106Z] 41b27a9f41bf: Waiting [2020-07-25T04:50:05.106Z] 28c525ee5125: Waiting [2020-07-25T04:50:05.106Z] 094b1ea09ed8: Waiting [2020-07-25T04:50:05.106Z] 138eaada9080: Waiting [2020-07-25T04:50:05.106Z] 0622d0fa9048: Waiting [2020-07-25T04:50:05.106Z] 2cc5ad85d9ab: Verifying Checksum [2020-07-25T04:50:05.106Z] 2cc5ad85d9ab: Download complete [2020-07-25T04:50:05.106Z] 444b2fc9a129: Download complete [2020-07-25T04:50:05.106Z] c9b1b535fdd9: Verifying Checksum [2020-07-25T04:50:05.106Z] ea15f1150254: Download complete [2020-07-25T04:50:05.106Z] 28c525ee5125: Download complete [2020-07-25T04:50:05.375Z] 756a868c4378: Verifying Checksum [2020-07-25T04:50:05.375Z] 756a868c4378: Download complete [2020-07-25T04:50:05.639Z] 138eaada9080: Verifying Checksum [2020-07-25T04:50:05.639Z] 138eaada9080: Download complete [2020-07-25T04:50:05.639Z] c9b1b535fdd9: Pull complete [2020-07-25T04:50:05.639Z] 0622d0fa9048: Verifying Checksum [2020-07-25T04:50:05.639Z] 0622d0fa9048: Download complete [2020-07-25T04:50:05.639Z] 094b1ea09ed8: Verifying Checksum [2020-07-25T04:50:05.639Z] 094b1ea09ed8: Download complete [2020-07-25T04:50:06.211Z] 2cc5ad85d9ab: Pull complete [2020-07-25T04:50:06.211Z] 41b27a9f41bf: Verifying Checksum [2020-07-25T04:50:06.211Z] 41b27a9f41bf: Download complete [2020-07-25T04:50:08.130Z] 756a868c4378: Pull complete [2020-07-25T04:50:08.130Z] 444b2fc9a129: Pull complete [2020-07-25T04:50:08.396Z] ea15f1150254: Pull complete [2020-07-25T04:50:14.984Z] 41b27a9f41bf: Pull complete [2020-07-25T04:50:14.984Z] 28c525ee5125: Pull complete [2020-07-25T04:50:16.899Z] 094b1ea09ed8: Pull complete [2020-07-25T04:50:17.160Z] 138eaada9080: Pull complete [2020-07-25T04:50:19.703Z] 0622d0fa9048: Pull complete [2020-07-25T04:50:19.703Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-07-25T04:50:19.703Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-25T04:50:19.703Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-07-25T04:50:19.857Z] prd-centos7-docker-4c-2g-965 does not seem to be running inside a container [2020-07-25T04:50:19.898Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgex-go/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@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-lftools-log-publisher:alpine cat [2020-07-25T04:50:23.678Z] $ docker top 5d04704033cfe0a203439b7b57d62bf255760f8fe39f5cfba7aa5db85859afa8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-07-25T04:50:23.985Z] provisioning config files... [2020-07-25T04:50:23.998Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/14@tmp/config3062063078257351139tmp [Pipeline] { [Pipeline] echo [2020-07-25T04:50:24.058Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-25T04:50:24.348Z] ---> create-netrc.sh [Pipeline] echo [2020-07-25T04:50:24.357Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-25T04:50:24.650Z] ---> logs-deploy.sh [2020-07-25T04:50:24.650Z] + ARCHIVE_ARTIFACTS= [2020-07-25T04:50:24.650Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-07-25T04:50:24.650Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-07-25T04:50:24.650Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-07-25T04:50:24.650Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2627/14 [2020-07-25T04:50:24.650Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2627/14/ [2020-07-25T04:50:24.650Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2627/14 /w/workspace/edgex-go/14 [2020-07-25T04:50:25.593Z] Archives upload complete. [2020-07-25T04:50:25.853Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2627/14 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2627/14/