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 bnevis-i for edgexfoundry/edgex-go Obtained Jenkinsfile from 82b187e91532f82db40e9dc8d7590bd46fa6d242+1421448afc2248c8ed7ba2afa89517a5a2307549 (bc7167ae61bf5ef193d2f94b9bbc60bd12b60b01) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' 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 --version # 'git version 2.16.6' > 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 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 # timeout=10 Commit message: "Merge pull request #220 from ernestojeda/fix-arm64-semver" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, goVersion:1.13, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-213’ is offline Running on prd-centos7-docker-4c-2g-508 in /w/workspace/edgexfoundry_edgex-go_PR-2574 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/36 [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/36 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2574/head:refs/remotes/origin/PR-2574 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit 1421448afc2248c8ed7ba2afa89517a5a2307549 into PR head commit 82b187e91532f82db40e9dc8d7590bd46fa6d242 Merge succeeded, producing 3d601a6f95eac701c590ba37c1cfdc001ca4253f Checking out Revision 3d601a6f95eac701c590ba37c1cfdc001ca4253f (PR-2574) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/2574/head:refs/remotes/origin/PR-2574 # 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/2574/head:refs/remotes/origin/PR-2574 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 82b187e91532f82db40e9dc8d7590bd46fa6d242 # 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 1421448afc2248c8ed7ba2afa89517a5a2307549 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3d601a6f95eac701c590ba37c1cfdc001ca4253f # timeout=10 Commit message: "Merge commit '1421448afc2248c8ed7ba2afa89517a5a2307549' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-08-27T20:36:25.437Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-08-27T20:36:25.672Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-08-27T20:36:25.757Z] ========================================================= [2020-08-27T20:36:25.757Z] EdgeX Global Pipelines Version Info [2020-08-27T20:36:25.757Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk f139f14a87b86e6d838ea9d54dd059048dc5bc09 # timeout=10 [2020-08-27T20:36:27.178Z] ------------------- [2020-08-27T20:36:27.178Z] stable info: [2020-08-27T20:36:27.178Z] ------------------- [2020-08-27T20:36:27.178Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-08-27T20:36:27.178Z] Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [2020-08-27T20:36:27.178Z] Message: update stable to v1.0.106 [2020-08-27T20:36:28.127Z] ------------------- [2020-08-27T20:36:28.127Z] experimental info: [2020-08-27T20:36:28.127Z] ------------------- [2020-08-27T20:36:28.127Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-08-27T20:36:28.127Z] Commit SHA: 4bfbf48e2de9ad395c46d40451a58600a1527367 [2020-08-27T20:36:28.127Z] Message: update experimental to v1.0.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] sh [2020-08-27T20:36:29.756Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secrets-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-logging/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2020-08-27T20:36:29.756Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-27T20:36:29.756Z] ++ dirname cmd/core-command/Dockerfile [2020-08-27T20:36:29.756Z] ++ cut -d/ -f2 [2020-08-27T20:36:29.756Z] + echo core-command,cmd/core-command/Dockerfile [2020-08-27T20:36:29.756Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-27T20:36:29.756Z] ++ dirname cmd/core-data/Dockerfile [2020-08-27T20:36:29.756Z] ++ cut -d/ -f2 [2020-08-27T20:36:29.756Z] + echo core-data,cmd/core-data/Dockerfile [2020-08-27T20:36:29.756Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-27T20:36:29.756Z] ++ dirname cmd/core-metadata/Dockerfile [2020-08-27T20:36:29.756Z] ++ cut -d/ -f2 [2020-08-27T20:36:29.756Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-08-27T20:36:29.756Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-27T20:36:29.756Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-08-27T20:36:29.756Z] ++ cut -d/ -f2 [2020-08-27T20:36:29.756Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-08-27T20:36:29.756Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-27T20:36:29.756Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-08-27T20:36:29.756Z] ++ cut -d/ -f2 [2020-08-27T20:36:29.756Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-08-27T20:36:29.756Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-27T20:36:29.756Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-08-27T20:36:29.756Z] ++ cut -d/ -f2 [2020-08-27T20:36:29.756Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-08-27T20:36:29.756Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-27T20:36:29.756Z] ++ dirname cmd/support-logging/Dockerfile [2020-08-27T20:36:29.756Z] ++ cut -d/ -f2 [2020-08-27T20:36:29.756Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-08-27T20:36:29.756Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-27T20:36:29.756Z] ++ dirname cmd/support-notifications/Dockerfile [2020-08-27T20:36:29.756Z] ++ cut -d/ -f2 [2020-08-27T20:36:29.756Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-08-27T20:36:29.756Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-27T20:36:29.756Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-08-27T20:36:29.756Z] ++ cut -d/ -f2 [2020-08-27T20:36:29.756Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-08-27T20:36:29.756Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-27T20:36:29.756Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-08-27T20:36:29.756Z] ++ cut -d/ -f2 [2020-08-27T20:36:29.756Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-08-27T20:36:29.842Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secrets-setup-go, dockerfile:cmd/security-secrets-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-logging-go, dockerfile:cmd/support-logging/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2020-08-27T20:36:30.637Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-27T20:36:30.906Z] [2020-08-27T20:36:30.906Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-08-27T20:36:31.526Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-27T20:36:31.526Z] latest: Pulling from edgex-devops/git-semver [2020-08-27T20:36:31.526Z] 31603596830f: Pulling fs layer [2020-08-27T20:36:31.526Z] 2a8b12db71e7: Pulling fs layer [2020-08-27T20:36:31.526Z] 6ca5941a6612: Pulling fs layer [2020-08-27T20:36:31.526Z] ecc8261a40a4: Pulling fs layer [2020-08-27T20:36:31.526Z] ecc8261a40a4: Waiting [2020-08-27T20:36:31.526Z] 2a8b12db71e7: Verifying Checksum [2020-08-27T20:36:31.526Z] 2a8b12db71e7: Download complete [2020-08-27T20:36:31.526Z] 31603596830f: Verifying Checksum [2020-08-27T20:36:31.526Z] 31603596830f: Download complete [2020-08-27T20:36:31.794Z] ecc8261a40a4: Verifying Checksum [2020-08-27T20:36:31.794Z] ecc8261a40a4: Download complete [2020-08-27T20:36:31.794Z] 6ca5941a6612: Verifying Checksum [2020-08-27T20:36:31.794Z] 6ca5941a6612: Download complete [2020-08-27T20:36:32.057Z] 31603596830f: Pull complete [2020-08-27T20:36:32.322Z] 2a8b12db71e7: Pull complete [2020-08-27T20:36:33.269Z] 6ca5941a6612: Pull complete [2020-08-27T20:36:33.534Z] ecc8261a40a4: Pull complete [2020-08-27T20:36:33.534Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-08-27T20:36:33.534Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-27T20:36:33.534Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-08-27T20:36:33.677Z] prd-centos7-docker-4c-2g-508 does not seem to be running inside a container [2020-08-27T20:36:33.734Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/36 -v /w/workspace/edgex-go/36:/w/workspace/edgex-go/36:rw,z -v /w/workspace/edgex-go/36@tmp:/w/workspace/edgex-go/36@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-08-27T20:36:36.357Z] $ docker top 00b580391f6c196f84d59578511fc071ab08d5b1bea38e02116ebde353fb3737 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-27T20:36:36.728Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-27T20:36:36.729Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-27T20:36:36.994Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-27T20:36:37.001Z] $ docker exec 00b580391f6c196f84d59578511fc071ab08d5b1bea38e02116ebde353fb3737 ssh-agent [2020-08-27T20:36:37.177Z] SSH_AUTH_SOCK=/tmp/ssh-sqkRRSgX7Bvm/agent.11 [2020-08-27T20:36:37.177Z] SSH_AGENT_PID=16 [2020-08-27T20:36:37.195Z] Running ssh-add (command line suppressed) [2020-08-27T20:36:37.326Z] Identity added: /w/workspace/edgex-go/36@tmp/private_key_2070085997176378802.key (/w/workspace/edgex-go/36@tmp/private_key_2070085997176378802.key) [2020-08-27T20:36:37.382Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-27T20:36:37.724Z] + git describe --exact-match --tags HEAD [2020-08-27T20:36:37.724Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-08-27T20:36:37.762Z] $ docker exec --env ******** --env ******** 00b580391f6c196f84d59578511fc071ab08d5b1bea38e02116ebde353fb3737 ssh-agent -k [2020-08-27T20:36:37.888Z] unset SSH_AUTH_SOCK; [2020-08-27T20:36:37.889Z] unset SSH_AGENT_PID; [2020-08-27T20:36:37.889Z] echo Agent pid 16 killed; [2020-08-27T20:36:37.940Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-08-27T20:36:38.025Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-08-27T20:36:38.025Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-08-27T20:36:38.119Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-27T20:36:38.119Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-27T20:36:38.320Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-27T20:36:38.328Z] $ docker exec 00b580391f6c196f84d59578511fc071ab08d5b1bea38e02116ebde353fb3737 ssh-agent [2020-08-27T20:36:38.527Z] SSH_AUTH_SOCK=/tmp/ssh-h1V0MIKQUnnO/agent.45 [2020-08-27T20:36:38.527Z] SSH_AGENT_PID=50 [2020-08-27T20:36:38.536Z] Running ssh-add (command line suppressed) [2020-08-27T20:36:38.677Z] Identity added: /w/workspace/edgex-go/36@tmp/private_key_388866615040806268.key (/w/workspace/edgex-go/36@tmp/private_key_388866615040806268.key) [2020-08-27T20:36:38.729Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-27T20:36:39.071Z] + git semver init [2020-08-27T20:36:39.071Z] # -> Open(): unable to determine branch for HEAD [2020-08-27T20:36:39.071Z] # $GIT_DIR = /w/workspace/edgex-go/36/.git [2020-08-27T20:36:39.071Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/36 [2020-08-27T20:36:39.071Z] # $SEMVER_REMOTE_NAME = origin [2020-08-27T20:36:39.071Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-27T20:36:39.071Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-27T20:36:39.071Z] # $SEMVER_BRANCH = PR-2574 [2020-08-27T20:36:39.071Z] # $SEMVER_TEMP = /tmp/semver-760478771 [2020-08-27T20:36:39.071Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-08-27T20:37:17.961Z] # '/tmp/semver-760478771' -> '/w/workspace/edgex-go/36/.semver' [2020-08-27T20:37:17.961Z] # -> Force: false [2020-08-27T20:37:18.225Z] # $SEMVER_DIR = /w/workspace/edgex-go/36/.semver [Pipeline] } [2020-08-27T20:37:18.244Z] $ docker exec --env ******** --env ******** 00b580391f6c196f84d59578511fc071ab08d5b1bea38e02116ebde353fb3737 ssh-agent -k [2020-08-27T20:37:18.486Z] unset SSH_AUTH_SOCK; [2020-08-27T20:37:18.489Z] unset SSH_AGENT_PID; [2020-08-27T20:37:18.489Z] echo Agent pid 50 killed; [2020-08-27T20:37:18.576Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-27T20:37:19.020Z] + git semver [Pipeline] } [2020-08-27T20:37:19.041Z] $ docker stop --time=1 00b580391f6c196f84d59578511fc071ab08d5b1bea38e02116ebde353fb3737 [2020-08-27T20:37:20.736Z] $ docker rm -f 00b580391f6c196f84d59578511fc071ab08d5b1bea38e02116ebde353fb3737 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-08-27T20:37:34.461Z] Stashed 39 file(s) [Pipeline] echo [2020-08-27T20:37:34.464Z] [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] { [2020-08-27T20:37:34.936Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-507 in /w/workspace/edgexfoundry_edgex-go_PR-2574 [Pipeline] echo [2020-08-27T20:37:34.953Z] ========================================================= [2020-08-27T20:37:34.953Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-08-27T20:37:34.953Z] ========================================================= [Pipeline] { [Pipeline] ws [2020-08-27T20:37:35.002Z] Running in /w/workspace/edgex-go/36 [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] checkout [2020-08-27T20:37:35.298Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . [2020-08-27T20:37:38.639Z] Sending build context to Docker daemon 323.2MB [2020-08-27T20:37:38.639Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-08-27T20:37:38.639Z] Step 2/7 : FROM ${BASE} [2020-08-27T20:37:38.639Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-08-27T20:37:38.639Z] df20fa9351a1: Pulling fs layer [2020-08-27T20:37:38.639Z] ed8968b2872e: Pulling fs layer [2020-08-27T20:37:38.639Z] a92cc7c5fd73: Pulling fs layer [2020-08-27T20:37:38.639Z] 2dd03ba5bac4: Pulling fs layer [2020-08-27T20:37:38.639Z] 1e091d79d1de: Pulling fs layer [2020-08-27T20:37:38.639Z] 481702a1767f: Pulling fs layer [2020-08-27T20:37:38.639Z] f64a6f60c768: Pulling fs layer [2020-08-27T20:37:38.639Z] e78d2573fc39: Pulling fs layer [2020-08-27T20:37:38.639Z] e876d2f968b6: Pulling fs layer [2020-08-27T20:37:38.639Z] ce8a83651883: Pulling fs layer [2020-08-27T20:37:38.639Z] 07967f4d0e4b: Pulling fs layer [2020-08-27T20:37:38.639Z] 1e091d79d1de: Waiting [2020-08-27T20:37:38.639Z] 481702a1767f: Waiting [2020-08-27T20:37:38.639Z] f64a6f60c768: Waiting [2020-08-27T20:37:38.639Z] e78d2573fc39: Waiting [2020-08-27T20:37:38.639Z] e876d2f968b6: Waiting [2020-08-27T20:37:38.639Z] ce8a83651883: Waiting [2020-08-27T20:37:38.639Z] 07967f4d0e4b: Waiting [2020-08-27T20:37:38.639Z] 2dd03ba5bac4: Waiting [2020-08-27T20:37:38.639Z] a92cc7c5fd73: Verifying Checksum [2020-08-27T20:37:38.639Z] a92cc7c5fd73: Download complete [2020-08-27T20:37:38.639Z] ed8968b2872e: Download complete [2020-08-27T20:37:38.639Z] 1e091d79d1de: Verifying Checksum [2020-08-27T20:37:38.639Z] 1e091d79d1de: Download complete [2020-08-27T20:37:38.639Z] 481702a1767f: Verifying Checksum [2020-08-27T20:37:38.640Z] 481702a1767f: Download complete [2020-08-27T20:37:38.640Z] df20fa9351a1: Verifying Checksum [2020-08-27T20:37:39.238Z] df20fa9351a1: Pull complete [2020-08-27T20:37:39.916Z] f64a6f60c768: Verifying Checksum [2020-08-27T20:37:39.916Z] f64a6f60c768: Download complete [2020-08-27T20:37:39.916Z] e876d2f968b6: Verifying Checksum [2020-08-27T20:37:39.916Z] e876d2f968b6: Download complete [2020-08-27T20:37:39.916Z] ed8968b2872e: Pull complete [2020-08-27T20:37:40.507Z] ce8a83651883: Verifying Checksum [2020-08-27T20:37:40.507Z] ce8a83651883: Download complete [2020-08-27T20:37:40.507Z] a92cc7c5fd73: Pull complete [2020-08-27T20:37:40.507Z] e78d2573fc39: Verifying Checksum [2020-08-27T20:37:40.507Z] e78d2573fc39: Download complete [2020-08-27T20:37:40.507Z] 07967f4d0e4b: Verifying Checksum [2020-08-27T20:37:40.507Z] 07967f4d0e4b: Download complete [2020-08-27T20:37:40.507Z] 2dd03ba5bac4: Verifying Checksum [2020-08-27T20:37:40.507Z] 2dd03ba5bac4: Download complete [2020-08-27T20:37:41.129Z] using credential edgex-jenkins-ssh [2020-08-27T20:37:41.267Z] Cloning the remote Git repository [2020-08-27T20:37:41.267Z] Cloning with configured refspecs honoured and without tags [2020-08-27T20:37:41.356Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-08-27T20:37:41.493Z] > git init /w/workspace/edgex-go/36 # timeout=10 [2020-08-27T20:37:41.581Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-08-27T20:37:41.582Z] > git --version # timeout=10 [2020-08-27T20:37:41.607Z] > git --version # 'git version 2.17.1' [2020-08-27T20:37:41.610Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-27T20:37:41.694Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2574/head:refs/remotes/origin/PR-2574 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-27T20:37:47.143Z] 2dd03ba5bac4: Pull complete [2020-08-27T20:37:47.143Z] 1e091d79d1de: Pull complete [2020-08-27T20:37:47.143Z] 481702a1767f: Pull complete [2020-08-27T20:37:52.448Z] f64a6f60c768: Pull complete [2020-08-27T20:37:56.690Z] e78d2573fc39: Pull complete [2020-08-27T20:37:56.690Z] e876d2f968b6: Pull complete [2020-08-27T20:37:57.636Z] ce8a83651883: Pull complete [2020-08-27T20:37:57.648Z] Fetching without tags [2020-08-27T20:37:57.914Z] 07967f4d0e4b: Pull complete [2020-08-27T20:37:57.914Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-08-27T20:37:57.914Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-08-27T20:37:57.914Z] ---> 5d7c900382c6 [2020-08-27T20:37:57.914Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-08-27T20:37:58.184Z] Merging remotes/origin/master commit 1421448afc2248c8ed7ba2afa89517a5a2307549 into PR head commit 82b187e91532f82db40e9dc8d7590bd46fa6d242 [2020-08-27T20:37:59.152Z] Merge succeeded, producing a2312f798b2cf509921e2d3877c382acb52e76c7 [2020-08-27T20:37:59.152Z] Checking out Revision a2312f798b2cf509921e2d3877c382acb52e76c7 (PR-2574) [2020-08-27T20:37:59.307Z] ---> Running in 5f0c641c1602 [2020-08-27T20:37:57.543Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-08-27T20:37:57.569Z] > git config --add remote.origin.fetch +refs/pull/2574/head:refs/remotes/origin/PR-2574 # timeout=10 [2020-08-27T20:37:57.590Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-27T20:37:57.622Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-08-27T20:37:57.665Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-08-27T20:37:57.666Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-27T20:37:57.678Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2574/head:refs/remotes/origin/PR-2574 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-27T20:37:58.210Z] > git config core.sparsecheckout # timeout=10 [2020-08-27T20:37:58.229Z] > git checkout -f 82b187e91532f82db40e9dc8d7590bd46fa6d242 # timeout=10 [2020-08-27T20:37:58.565Z] > git remote # timeout=10 [2020-08-27T20:37:58.586Z] > git config --get remote.origin.url # timeout=10 [2020-08-27T20:37:58.599Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-27T20:37:58.614Z] > git merge 1421448afc2248c8ed7ba2afa89517a5a2307549 # timeout=10 [2020-08-27T20:37:59.139Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-08-27T20:37:59.163Z] > git config core.sparsecheckout # timeout=10 [2020-08-27T20:37:59.189Z] > git checkout -f a2312f798b2cf509921e2d3877c382acb52e76c7 # timeout=10 [2020-08-27T20:37:59.888Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-27T20:38:00.837Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-27T20:38:01.099Z] (1/12) Installing libmagic (5.38-r0) [2020-08-27T20:38:01.363Z] (2/12) Installing file (5.38-r0) [2020-08-27T20:38:01.363Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-08-27T20:38:01.626Z] (4/12) Installing g++ (9.3.0-r2) [2020-08-27T20:38:03.581Z] Commit message: "Merge commit '1421448afc2248c8ed7ba2afa89517a5a2307549' into HEAD" [2020-08-27T20:38:03.608Z] First time build. Skipping changelog. [2020-08-27T20:38:03.594Z] > git rev-list --no-walk f139f14a87b86e6d838ea9d54dd059048dc5bc09 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [2020-08-27T20:38:04.961Z] (5/12) Installing fortify-headers (1.1-r0) [2020-08-27T20:38:04.961Z] (6/12) Installing patch (2.7.6-r6) [2020-08-27T20:38:04.961Z] (7/12) Installing build-base (0.5-r2) [2020-08-27T20:38:04.961Z] (8/12) Installing libsodium (1.0.18-r0) [2020-08-27T20:38:04.961Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-08-27T20:38:04.961Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-08-27T20:38:05.227Z] (11/12) Installing libzmq (4.3.2-r0) [2020-08-27T20:38:05.227Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-08-27T20:38:05.227Z] Executing busybox-1.31.1-r16.trigger [2020-08-27T20:38:05.489Z] OK: 233 MiB in 51 packages [2020-08-27T20:38:08.818Z] Removing intermediate container 5f0c641c1602 [2020-08-27T20:38:08.818Z] ---> 3a436951d896 [2020-08-27T20:38:08.818Z] Step 4/7 : WORKDIR /edgex-go [2020-08-27T20:38:08.818Z] ---> Running in fc1690ba2ce5 [2020-08-27T20:38:08.818Z] Removing intermediate container fc1690ba2ce5 [2020-08-27T20:38:08.818Z] ---> 518fa85f19a5 [2020-08-27T20:38:08.818Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-08-27T20:38:09.396Z] latest: Pulling from library/docker [2020-08-27T20:38:09.396Z] df20fa9351a1: Already exists [2020-08-27T20:38:09.396Z] 25ad7478873d: Pulling fs layer [2020-08-27T20:38:09.396Z] 4684f6177b5d: Pulling fs layer [2020-08-27T20:38:09.396Z] 46e300cec669: Pulling fs layer [2020-08-27T20:38:09.396Z] 63038576ad94: Pulling fs layer [2020-08-27T20:38:09.396Z] 0fdb76c4706c: Pulling fs layer [2020-08-27T20:38:09.396Z] cb7edeffdfd5: Pulling fs layer [2020-08-27T20:38:09.396Z] 63038576ad94: Waiting [2020-08-27T20:38:09.396Z] 0fdb76c4706c: Waiting [2020-08-27T20:38:09.396Z] cb7edeffdfd5: Waiting [2020-08-27T20:38:09.396Z] 4684f6177b5d: Verifying Checksum [2020-08-27T20:38:09.396Z] 4684f6177b5d: Download complete [2020-08-27T20:38:09.396Z] 25ad7478873d: Verifying Checksum [2020-08-27T20:38:09.396Z] 25ad7478873d: Download complete [2020-08-27T20:38:09.675Z] 0fdb76c4706c: Verifying Checksum [2020-08-27T20:38:09.675Z] 0fdb76c4706c: Download complete [2020-08-27T20:38:09.940Z] cb7edeffdfd5: Verifying Checksum [2020-08-27T20:38:09.940Z] cb7edeffdfd5: Download complete [2020-08-27T20:38:09.940Z] 63038576ad94: Verifying Checksum [2020-08-27T20:38:09.940Z] 63038576ad94: Download complete [2020-08-27T20:38:09.940Z] 25ad7478873d: Pull complete [2020-08-27T20:38:10.206Z] 4684f6177b5d: Pull complete [2020-08-27T20:38:10.471Z] 46e300cec669: Download complete [2020-08-27T20:38:13.042Z] 46e300cec669: Pull complete [2020-08-27T20:38:13.311Z] 63038576ad94: Pull complete [2020-08-27T20:38:13.311Z] 0fdb76c4706c: Pull complete [2020-08-27T20:38:13.576Z] cb7edeffdfd5: Pull complete [2020-08-27T20:38:13.576Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-08-27T20:38:13.576Z] Status: Downloaded newer image for docker:latest [2020-08-27T20:38:15.521Z] ---> 0238666dd545 [2020-08-27T20:38:15.521Z] Step 6/7 : COPY go.mod . [2020-08-27T20:38:15.521Z] ---> 192bd2b7dfe7 [2020-08-27T20:38:15.521Z] Step 7/7 : RUN go mod download [2020-08-27T20:38:15.521Z] ---> Running in fff2ccd563fc [Pipeline] echo [2020-08-27T20:38:16.031Z] ========================================================= [2020-08-27T20:38:16.031Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-08-27T20:38:16.031Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-08-27T20:38:16.977Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . [2020-08-27T20:38:18.082Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-08-27T20:38:18.082Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-08-27T20:38:18.082Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-08-27T20:38:18.082Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-08-27T20:38:18.346Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-27T20:38:18.346Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-08-27T20:38:18.346Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-08-27T20:38:18.346Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-27T20:38:18.346Z] go: finding github.com/cloudflare/gokey v0.1.0 [2020-08-27T20:38:18.346Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-08-27T20:38:18.346Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-08-27T20:38:18.606Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-08-27T20:38:18.606Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 [2020-08-27T20:38:18.606Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-27T20:38:18.606Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.72 [2020-08-27T20:38:18.606Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-08-27T20:38:18.606Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-08-27T20:38:18.867Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-08-27T20:38:18.867Z] go: finding github.com/fatih/color v1.7.0 [2020-08-27T20:38:18.867Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-08-27T20:38:18.867Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-27T20:38:18.867Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-08-27T20:38:18.867Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-27T20:38:18.867Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-27T20:38:19.129Z] go: finding github.com/go-playground/assert/v2 v2.0.1 [2020-08-27T20:38:19.129Z] go: finding github.com/go-playground/locales v0.13.0 [2020-08-27T20:38:19.129Z] go: finding github.com/go-playground/universal-translator v0.17.0 [2020-08-27T20:38:19.129Z] go: finding github.com/go-playground/validator/v10 v10.3.0 [2020-08-27T20:38:19.129Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-08-27T20:38:19.129Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-27T20:38:19.391Z] go: finding github.com/golang/protobuf v1.3.2 [2020-08-27T20:38:19.391Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-08-27T20:38:19.391Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-08-27T20:38:19.391Z] go: finding github.com/google/uuid v1.1.0 [2020-08-27T20:38:19.391Z] go: finding github.com/gorilla/mux v1.7.1 [2020-08-27T20:38:19.391Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-08-27T20:38:19.653Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-08-27T20:38:19.653Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-08-27T20:38:19.653Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-27T20:38:19.653Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-27T20:38:19.653Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-08-27T20:38:19.653Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-08-27T20:38:19.915Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-27T20:38:19.915Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-08-27T20:38:19.915Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-08-27T20:38:19.915Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-08-27T20:38:19.915Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-08-27T20:38:19.915Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-08-27T20:38:19.915Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-08-27T20:38:20.180Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-08-27T20:38:20.180Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-08-27T20:38:20.180Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-08-27T20:38:20.180Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-08-27T20:38:20.180Z] go: finding github.com/imdario/mergo v0.3.6 [2020-08-27T20:38:20.180Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-27T20:38:20.441Z] go: finding github.com/kr/pretty v0.1.0 [2020-08-27T20:38:20.441Z] go: finding github.com/kr/pty v1.1.1 [2020-08-27T20:38:20.441Z] go: finding github.com/kr/text v0.1.0 [2020-08-27T20:38:20.441Z] go: finding github.com/leodido/go-urn v1.2.0 [2020-08-27T20:38:20.441Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-08-27T20:38:20.441Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-08-27T20:38:20.441Z] go: finding github.com/miekg/dns v1.0.14 [2020-08-27T20:38:20.703Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-08-27T20:38:20.703Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-27T20:38:20.703Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-08-27T20:38:20.703Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-08-27T20:38:20.703Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-08-27T20:38:20.703Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-08-27T20:38:20.968Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-08-27T20:38:20.968Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-08-27T20:38:20.968Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-08-27T20:38:20.968Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-08-27T20:38:20.968Z] go: finding github.com/onsi/gomega v1.7.0 [2020-08-27T20:38:20.968Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-08-27T20:38:21.230Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-08-27T20:38:21.230Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-08-27T20:38:21.230Z] go: finding github.com/pkg/errors v0.8.1 [2020-08-27T20:38:21.230Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-27T20:38:21.230Z] go: finding github.com/posener/complete v1.1.1 [2020-08-27T20:38:21.230Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-08-27T20:38:21.230Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-08-27T20:38:21.357Z] Sending build context to Docker daemon 323.2MB [2020-08-27T20:38:21.357Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-08-27T20:38:21.357Z] Step 2/7 : FROM ${BASE} [2020-08-27T20:38:21.493Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-08-27T20:38:21.493Z] go: finding github.com/stretchr/objx v0.1.0 [2020-08-27T20:38:21.493Z] go: finding github.com/stretchr/testify v1.5.1 [2020-08-27T20:38:21.493Z] go: finding github.com/ugorji/go v1.1.4 [2020-08-27T20:38:21.493Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-27T20:38:21.493Z] go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 [2020-08-27T20:38:21.755Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-08-27T20:38:21.755Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-08-27T20:38:21.755Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-08-27T20:38:21.755Z] go: finding golang.org/x/text v0.3.2 [2020-08-27T20:38:21.755Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-08-27T20:38:21.755Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-08-27T20:38:21.755Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-08-27T20:38:21.955Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-08-27T20:38:21.955Z] b538f80385f9: Pulling fs layer [2020-08-27T20:38:21.955Z] 74f711af9a0d: Pulling fs layer [2020-08-27T20:38:21.955Z] 99f96fe45779: Pulling fs layer [2020-08-27T20:38:21.955Z] fd7a069fd194: Pulling fs layer [2020-08-27T20:38:21.955Z] 66aa3694b03b: Pulling fs layer [2020-08-27T20:38:21.955Z] 170f70906a0f: Pulling fs layer [2020-08-27T20:38:21.955Z] ad7c5574e4b9: Pulling fs layer [2020-08-27T20:38:21.955Z] e772456be8f7: Pulling fs layer [2020-08-27T20:38:21.955Z] c890913d741a: Pulling fs layer [2020-08-27T20:38:21.955Z] 2480fcc9aa5a: Pulling fs layer [2020-08-27T20:38:21.955Z] 09adf4765672: Pulling fs layer [2020-08-27T20:38:21.955Z] fd7a069fd194: Waiting [2020-08-27T20:38:21.955Z] 66aa3694b03b: Waiting [2020-08-27T20:38:21.955Z] 170f70906a0f: Waiting [2020-08-27T20:38:21.955Z] ad7c5574e4b9: Waiting [2020-08-27T20:38:21.955Z] e772456be8f7: Waiting [2020-08-27T20:38:21.955Z] c890913d741a: Waiting [2020-08-27T20:38:21.955Z] 2480fcc9aa5a: Waiting [2020-08-27T20:38:21.955Z] 99f96fe45779: Verifying Checksum [2020-08-27T20:38:21.955Z] 99f96fe45779: Download complete [2020-08-27T20:38:21.955Z] 74f711af9a0d: Verifying Checksum [2020-08-27T20:38:21.955Z] 74f711af9a0d: Download complete [2020-08-27T20:38:21.955Z] 66aa3694b03b: Download complete [2020-08-27T20:38:21.955Z] 170f70906a0f: Verifying Checksum [2020-08-27T20:38:21.955Z] 170f70906a0f: Download complete [2020-08-27T20:38:21.955Z] b538f80385f9: Verifying Checksum [2020-08-27T20:38:21.955Z] b538f80385f9: Download complete [2020-08-27T20:38:22.016Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-08-27T20:38:22.016Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-08-27T20:38:22.279Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-27T20:38:22.555Z] b538f80385f9: Pull complete [2020-08-27T20:38:23.156Z] 74f711af9a0d: Pull complete [2020-08-27T20:38:23.762Z] 99f96fe45779: Pull complete [2020-08-27T20:38:25.750Z] ad7c5574e4b9: Verifying Checksum [2020-08-27T20:38:25.750Z] ad7c5574e4b9: Download complete [2020-08-27T20:38:25.750Z] c890913d741a: Verifying Checksum [2020-08-27T20:38:25.750Z] c890913d741a: Download complete [2020-08-27T20:38:27.217Z] e772456be8f7: Verifying Checksum [2020-08-27T20:38:27.217Z] e772456be8f7: Download complete [2020-08-27T20:38:27.497Z] 09adf4765672: Verifying Checksum [2020-08-27T20:38:27.497Z] 09adf4765672: Download complete [2020-08-27T20:38:28.107Z] fd7a069fd194: Verifying Checksum [2020-08-27T20:38:28.107Z] fd7a069fd194: Download complete [2020-08-27T20:38:28.107Z] 2480fcc9aa5a: Verifying Checksum [2020-08-27T20:38:28.107Z] 2480fcc9aa5a: Download complete [2020-08-27T20:38:38.284Z] fd7a069fd194: Pull complete [2020-08-27T20:38:38.881Z] 66aa3694b03b: Pull complete [2020-08-27T20:38:39.154Z] 170f70906a0f: Pull complete [2020-08-27T20:38:40.478Z] Removing intermediate container fff2ccd563fc [2020-08-27T20:38:40.478Z] ---> 4661d2aaacfb [2020-08-27T20:38:40.478Z] Successfully built 4661d2aaacfb [2020-08-27T20:38:40.478Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-27T20:38:41.301Z] + docker inspect -f . ci-base-image-x86_64 [2020-08-27T20:38:41.301Z] . [Pipeline] withDockerContainer [2020-08-27T20:38:41.486Z] prd-centos7-docker-4c-2g-508 does not seem to be running inside a container [2020-08-27T20:38:41.759Z] $ 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/36 -v /w/workspace/edgex-go/36:/w/workspace/edgex-go/36:rw,z -v /w/workspace/edgex-go/36@tmp:/w/workspace/edgex-go/36@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-08-27T20:38:42.556Z] $ docker top 325dfedbd99141e9555dac24c2b8d21141ef82d8665822308d0095ad4184fa75 -eo pid,comm [2020-08-27T20:38:42.815Z] ad7c5574e4b9: Pull complete [Pipeline] { [Pipeline] sh [2020-08-27T20:38:43.168Z] + go version [2020-08-27T20:38:43.168Z] go version go1.13.13 linux/amd64 [Pipeline] echo [2020-08-27T20:38:43.202Z] ========================================================= [2020-08-27T20:38:43.202Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-08-27T20:38:43.202Z] ========================================================= [Pipeline] sh [2020-08-27T20:38:43.504Z] + make test [2020-08-27T20:38:43.504Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-08-27T20:38:46.343Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-08-27T20:38:47.270Z] e772456be8f7: Pull complete [2020-08-27T20:38:47.888Z] c890913d741a: Pull complete [2020-08-27T20:38:50.646Z] 2480fcc9aa5a: Pull complete [2020-08-27T20:38:50.925Z] 09adf4765672: Pull complete [2020-08-27T20:38:50.925Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-08-27T20:38:50.925Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-08-27T20:38:50.925Z] ---> 2248a725d1cf [2020-08-27T20:38:50.925Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-08-27T20:38:56.991Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-08-27T20:38:57.796Z] ---> Running in 013ee828b648 [2020-08-27T20:38:59.259Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-27T20:39:00.706Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-27T20:39:02.144Z] (1/12) Installing libmagic (5.38-r0) [2020-08-27T20:39:02.361Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-08-27T20:39:02.361Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-08-27T20:39:02.361Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-08-27T20:39:02.361Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-08-27T20:39:02.418Z] (2/12) Installing file (5.38-r0) [2020-08-27T20:39:02.692Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-08-27T20:39:02.692Z] (4/12) Installing g++ (9.3.0-r2) [2020-08-27T20:39:04.951Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.020s [2020-08-27T20:39:04.951Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-08-27T20:39:04.951Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-08-27T20:39:04.951Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-08-27T20:39:05.221Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-08-27T20:39:05.804Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-08-27T20:39:05.804Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-08-27T20:39:05.804Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-08-27T20:39:05.804Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-08-27T20:39:07.006Z] (5/12) Installing fortify-headers (1.1-r0) [2020-08-27T20:39:07.279Z] (6/12) Installing patch (2.7.6-r6) [2020-08-27T20:39:07.279Z] (7/12) Installing build-base (0.5-r2) [2020-08-27T20:39:07.279Z] (8/12) Installing libsodium (1.0.18-r0) [2020-08-27T20:39:07.552Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-08-27T20:39:07.552Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-08-27T20:39:07.552Z] (11/12) Installing libzmq (4.3.2-r0) [2020-08-27T20:39:07.827Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-08-27T20:39:07.828Z] Executing busybox-1.31.1-r16.trigger [2020-08-27T20:39:07.828Z] OK: 217 MiB in 51 packages [2020-08-27T20:39:12.456Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.022s coverage: 46.6% of statements [2020-08-27T20:39:12.456Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-08-27T20:39:12.456Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-08-27T20:39:12.456Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-08-27T20:39:12.456Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-08-27T20:39:12.456Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-08-27T20:39:13.250Z] Removing intermediate container 013ee828b648 [2020-08-27T20:39:13.250Z] ---> 48d25b6b44fd [2020-08-27T20:39:13.250Z] Step 4/7 : WORKDIR /edgex-go [2020-08-27T20:39:13.250Z] ---> Running in 8041a6d54fa9 [2020-08-27T20:39:13.250Z] Removing intermediate container 8041a6d54fa9 [2020-08-27T20:39:13.250Z] ---> 8f914bd4f364 [2020-08-27T20:39:13.250Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-08-27T20:39:13.421Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.059s coverage: 27.2% of statements [2020-08-27T20:39:13.421Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-08-27T20:39:13.421Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-08-27T20:39:13.421Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-08-27T20:39:13.421Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-08-27T20:39:13.421Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-08-27T20:39:13.421Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-08-27T20:39:13.421Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.016s coverage: 100.0% of statements [2020-08-27T20:39:13.421Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-08-27T20:39:13.421Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.017s coverage: 100.0% of statements [2020-08-27T20:39:13.421Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-08-27T20:39:13.421Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-08-27T20:39:13.524Z] latest: Pulling from library/docker [2020-08-27T20:39:13.685Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.348s coverage: 82.5% of statements [2020-08-27T20:39:13.685Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-08-27T20:39:13.685Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-08-27T20:39:13.806Z] b538f80385f9: Already exists [2020-08-27T20:39:13.806Z] 259a493cd78d: Pulling fs layer [2020-08-27T20:39:13.806Z] b8e66b5100f5: Pulling fs layer [2020-08-27T20:39:13.806Z] 39dc9c94d07c: Pulling fs layer [2020-08-27T20:39:13.806Z] 551b823b3b82: Pulling fs layer [2020-08-27T20:39:13.806Z] 3c52a74df98c: Pulling fs layer [2020-08-27T20:39:13.806Z] 6c9b121b6998: Pulling fs layer [2020-08-27T20:39:13.806Z] 551b823b3b82: Waiting [2020-08-27T20:39:13.806Z] 3c52a74df98c: Waiting [2020-08-27T20:39:13.806Z] 6c9b121b6998: Waiting [2020-08-27T20:39:13.806Z] b8e66b5100f5: Download complete [2020-08-27T20:39:13.806Z] 259a493cd78d: Download complete [2020-08-27T20:39:14.088Z] 551b823b3b82: Verifying Checksum [2020-08-27T20:39:14.088Z] 551b823b3b82: Download complete [2020-08-27T20:39:14.088Z] 3c52a74df98c: Verifying Checksum [2020-08-27T20:39:14.088Z] 3c52a74df98c: Download complete [2020-08-27T20:39:14.088Z] 6c9b121b6998: Verifying Checksum [2020-08-27T20:39:14.088Z] 6c9b121b6998: Download complete [2020-08-27T20:39:14.653Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.354s coverage: 92.9% of statements [2020-08-27T20:39:14.653Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-08-27T20:39:14.653Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-08-27T20:39:14.653Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-08-27T20:39:14.653Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-08-27T20:39:14.694Z] 259a493cd78d: Pull complete [2020-08-27T20:39:14.973Z] b8e66b5100f5: Pull complete [2020-08-27T20:39:15.248Z] 39dc9c94d07c: Verifying Checksum [2020-08-27T20:39:15.248Z] 39dc9c94d07c: Download complete [2020-08-27T20:39:15.634Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.063s coverage: 28.6% of statements [2020-08-27T20:39:15.634Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-08-27T20:39:15.634Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-08-27T20:39:15.634Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-08-27T20:39:15.634Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-08-27T20:39:15.634Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-08-27T20:39:15.634Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.017s coverage: 100.0% of statements [2020-08-27T20:39:15.634Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-08-27T20:39:15.634Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.060s coverage: 100.0% of statements [2020-08-27T20:39:15.634Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-08-27T20:39:16.594Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.015s coverage: 89.8% of statements [2020-08-27T20:39:16.594Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-08-27T20:39:17.548Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.023s coverage: 97.5% of statements [2020-08-27T20:39:17.548Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-08-27T20:39:17.548Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.021s coverage: 100.0% of statements [2020-08-27T20:39:17.548Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-08-27T20:39:17.548Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-08-27T20:39:17.548Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-08-27T20:39:17.548Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-08-27T20:39:17.548Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-08-27T20:39:17.548Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-08-27T20:39:17.548Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-08-27T20:39:17.548Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-08-27T20:39:17.548Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-08-27T20:39:17.548Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-08-27T20:39:17.548Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-08-27T20:39:17.548Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-08-27T20:39:17.548Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-08-27T20:39:17.548Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-08-27T20:39:17.548Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-08-27T20:39:17.548Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-08-27T20:39:17.548Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-08-27T20:39:17.548Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-08-27T20:39:17.548Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.024s coverage: 58.8% of statements [2020-08-27T20:39:17.548Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-08-27T20:39:17.548Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/error [no test files] [2020-08-27T20:39:17.548Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis [no test files] [2020-08-27T20:39:17.817Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.075s coverage: 63.5% of statements [2020-08-27T20:39:17.817Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-08-27T20:39:17.817Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-08-27T20:39:17.817Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.004s coverage: 100.0% of statements [2020-08-27T20:39:18.083Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.025s coverage: 92.3% of statements [2020-08-27T20:39:18.360Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.031s coverage: 100.0% of statements [2020-08-27T20:39:18.657Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.012s coverage: 73.7% of statements [2020-08-27T20:39:18.666Z] 39dc9c94d07c: Pull complete [2020-08-27T20:39:18.666Z] 551b823b3b82: Pull complete [2020-08-27T20:39:18.934Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.011s coverage: 100.0% of statements [2020-08-27T20:39:18.939Z] 3c52a74df98c: Pull complete [2020-08-27T20:39:19.213Z] 6c9b121b6998: Pull complete [2020-08-27T20:39:19.213Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-08-27T20:39:19.213Z] Status: Downloaded newer image for docker:latest [2020-08-27T20:39:19.894Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.113s coverage: 55.9% of statements [2020-08-27T20:39:19.894Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-08-27T20:39:19.894Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-08-27T20:39:19.894Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-08-27T20:39:19.894Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-08-27T20:39:22.616Z] ---> 89b7a987fc32 [2020-08-27T20:39:22.616Z] Step 6/7 : COPY go.mod . [2020-08-27T20:39:23.601Z] ---> 94c269cbb47f [2020-08-27T20:39:23.601Z] Step 7/7 : RUN go mod download [2020-08-27T20:39:23.601Z] ---> Running in aad8a23ae7f4 [2020-08-27T20:39:27.912Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-08-27T20:39:27.912Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-08-27T20:39:27.912Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-08-27T20:39:27.912Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-08-27T20:39:27.912Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-27T20:39:27.912Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-08-27T20:39:27.912Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-08-27T20:39:27.912Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-27T20:39:27.912Z] go: finding github.com/cloudflare/gokey v0.1.0 [2020-08-27T20:39:27.912Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-08-27T20:39:27.912Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-08-27T20:39:27.912Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-08-27T20:39:27.912Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 [2020-08-27T20:39:27.912Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-27T20:39:27.912Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.72 [2020-08-27T20:39:28.185Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-08-27T20:39:28.185Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-08-27T20:39:28.185Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-08-27T20:39:28.185Z] go: finding github.com/fatih/color v1.7.0 [2020-08-27T20:39:28.185Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-08-27T20:39:28.185Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-27T20:39:28.461Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-08-27T20:39:28.461Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-27T20:39:28.461Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-27T20:39:28.461Z] go: finding github.com/go-playground/assert/v2 v2.0.1 [2020-08-27T20:39:28.461Z] go: finding github.com/go-playground/locales v0.13.0 [2020-08-27T20:39:28.461Z] go: finding github.com/go-playground/universal-translator v0.17.0 [2020-08-27T20:39:28.461Z] go: finding github.com/go-playground/validator/v10 v10.3.0 [2020-08-27T20:39:28.736Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-08-27T20:39:28.736Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-27T20:39:28.736Z] go: finding github.com/golang/protobuf v1.3.2 [2020-08-27T20:39:28.736Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-08-27T20:39:28.736Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-08-27T20:39:28.736Z] go: finding github.com/google/uuid v1.1.0 [2020-08-27T20:39:29.012Z] go: finding github.com/gorilla/mux v1.7.1 [2020-08-27T20:39:29.012Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-08-27T20:39:29.012Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-08-27T20:39:29.012Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-08-27T20:39:29.012Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-27T20:39:29.012Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-27T20:39:29.012Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-08-27T20:39:29.287Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-08-27T20:39:29.287Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-27T20:39:29.287Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-08-27T20:39:29.287Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-08-27T20:39:29.287Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-08-27T20:39:29.287Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-08-27T20:39:29.560Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-08-27T20:39:29.560Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-08-27T20:39:29.560Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-08-27T20:39:29.560Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-08-27T20:39:29.560Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-08-27T20:39:29.560Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-08-27T20:39:29.836Z] go: finding github.com/imdario/mergo v0.3.6 [2020-08-27T20:39:29.836Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-27T20:39:29.836Z] go: finding github.com/kr/pretty v0.1.0 [2020-08-27T20:39:29.836Z] go: finding github.com/kr/pty v1.1.1 [2020-08-27T20:39:29.836Z] go: finding github.com/kr/text v0.1.0 [2020-08-27T20:39:29.836Z] go: finding github.com/leodido/go-urn v1.2.0 [2020-08-27T20:39:30.110Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-08-27T20:39:30.110Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-08-27T20:39:30.110Z] go: finding github.com/miekg/dns v1.0.14 [2020-08-27T20:39:30.110Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-08-27T20:39:30.110Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-27T20:39:30.110Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-08-27T20:39:30.383Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-08-27T20:39:30.383Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-08-27T20:39:30.383Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-08-27T20:39:30.383Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-08-27T20:39:30.383Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-08-27T20:39:30.383Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-08-27T20:39:30.659Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-08-27T20:39:30.659Z] go: finding github.com/onsi/gomega v1.7.0 [2020-08-27T20:39:30.659Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-08-27T20:39:30.659Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-08-27T20:39:30.659Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-08-27T20:39:30.659Z] go: finding github.com/pkg/errors v0.8.1 [2020-08-27T20:39:30.935Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-27T20:39:30.935Z] go: finding github.com/posener/complete v1.1.1 [2020-08-27T20:39:30.935Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-08-27T20:39:30.935Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-08-27T20:39:30.935Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-08-27T20:39:30.935Z] go: finding github.com/stretchr/objx v0.1.0 [2020-08-27T20:39:30.935Z] go: finding github.com/stretchr/testify v1.5.1 [2020-08-27T20:39:31.211Z] go: finding github.com/ugorji/go v1.1.4 [2020-08-27T20:39:31.211Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-27T20:39:31.211Z] go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 [2020-08-27T20:39:31.211Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-08-27T20:39:31.211Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-08-27T20:39:31.211Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-08-27T20:39:31.485Z] go: finding golang.org/x/text v0.3.2 [2020-08-27T20:39:31.485Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-08-27T20:39:31.485Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-08-27T20:39:31.485Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-08-27T20:39:31.485Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-08-27T20:39:31.485Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-08-27T20:39:31.778Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-27T20:39:34.947Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 14.360s coverage: 86.3% of statements [2020-08-27T20:39:34.947Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-08-27T20:39:34.947Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.305s coverage: 72.2% of statements [2020-08-27T20:39:34.947Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.112s coverage: 72.1% of statements [2020-08-27T20:39:34.947Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.012s coverage: 82.4% of statements [2020-08-27T20:39:34.947Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.022s coverage: 48.4% of statements [2020-08-27T20:39:34.947Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-08-27T20:39:34.947Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-08-27T20:39:34.947Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-08-27T20:39:34.947Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.010s coverage: 28.8% of statements [2020-08-27T20:39:34.947Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-08-27T20:39:34.947Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.026s coverage: 96.8% of statements [2020-08-27T20:39:34.947Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-08-27T20:39:34.947Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.035s coverage: 33.7% of statements [2020-08-27T20:39:34.947Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-08-27T20:39:34.947Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-08-27T20:39:34.947Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.129s coverage: 84.1% of statements [2020-08-27T20:39:34.947Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.011s coverage: 100.0% of statements [2020-08-27T20:39:34.947Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.039s coverage: 42.9% of statements [2020-08-27T20:39:34.947Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-08-27T20:39:34.947Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-08-27T20:39:34.947Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.018s coverage: 100.0% of statements [2020-08-27T20:39:34.947Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-08-27T20:39:34.948Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.018s coverage: 83.8% of statements [2020-08-27T20:39:34.948Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-08-27T20:39:34.948Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.061s coverage: 46.1% of statements [2020-08-27T20:39:34.948Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-08-27T20:39:34.948Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-08-27T20:39:34.948Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.003s coverage: 100.0% of statements [2020-08-27T20:39:34.948Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-08-27T20:39:34.948Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-08-27T20:39:34.948Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-08-27T20:39:34.948Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.008s coverage: 100.0% of statements [2020-08-27T20:39:34.948Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-08-27T20:39:34.948Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.046s coverage: 100.0% of statements [2020-08-27T20:39:34.948Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-08-27T20:39:34.948Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.070s coverage: 29.1% of statements [2020-08-27T20:39:34.948Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-08-27T20:39:34.948Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-08-27T20:39:34.948Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-08-27T20:39:34.948Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-08-27T20:39:34.948Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-08-27T20:39:34.948Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.011s coverage: 99.0% of statements [2020-08-27T20:39:34.948Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-08-27T20:39:34.948Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.007s coverage: 100.0% of statements [2020-08-27T20:39:34.948Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-08-27T20:39:34.948Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.012s coverage: 0.0% of statements [2020-08-27T20:39:34.948Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-08-27T20:39:34.948Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.004s coverage: 100.0% of statements [2020-08-27T20:39:34.948Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-08-27T20:39:34.948Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-08-27T20:39:34.948Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-08-27T20:39:34.948Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-08-27T20:39:34.948Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.020s coverage: 87.9% of statements [2020-08-27T20:39:34.948Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-08-27T20:39:34.948Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-08-27T20:39:34.948Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.006s coverage: 100.0% of statements [2020-08-27T20:39:34.948Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.005s coverage: 32.1% of statements [2020-08-27T20:39:34.948Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.006s coverage: 100.0% of statements [2020-08-27T20:39:34.948Z] GO111MODULE=on go vet ./... [2020-08-27T20:39:41.581Z] gofmt -l . [2020-08-27T20:39:41.581Z] [ "`gofmt -l .`" = "" ] [2020-08-27T20:39:41.843Z] ./bin/test-go-mod-tidy.sh [2020-08-27T20:39:42.414Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-08-27T20:39:44.095Z] + ls -al . [2020-08-27T20:39:44.095Z] total 564 [2020-08-27T20:39:44.095Z] drwxrwxr-x 10 1001 1001 4096 Aug 27 20:39 . [2020-08-27T20:39:44.095Z] drwxr-xr-x 4 root root 30 Aug 27 20:38 .. [2020-08-27T20:39:44.095Z] -rw-rw-r-- 1 1001 1001 11 Aug 27 20:36 .dockerignore [2020-08-27T20:39:44.095Z] drwxrwxr-x 8 1001 1001 179 Aug 27 20:36 .git [2020-08-27T20:39:44.095Z] drwxrwxr-x 3 1001 1001 60 Aug 27 20:36 .github [2020-08-27T20:39:44.095Z] -rw-rw-r-- 1 1001 1001 932 Aug 27 20:36 .gitignore [2020-08-27T20:39:44.095Z] drwx------ 3 1001 1001 47 Aug 27 20:37 .semver [2020-08-27T20:39:44.095Z] -rw-rw-r-- 1 1001 1001 166 Aug 27 20:36 .sonarcloud.properties [2020-08-27T20:39:44.095Z] -rw-rw-r-- 1 1001 1001 3804 Aug 27 20:36 CONTRIBUTING.md [2020-08-27T20:39:44.095Z] -rw-rw-r-- 1 1001 1001 1035 Aug 27 20:36 Dockerfile.build [2020-08-27T20:39:44.095Z] -rw-rw-r-- 1 1001 1001 865 Aug 27 20:36 Jenkinsfile [2020-08-27T20:39:44.095Z] -rw-rw-r-- 1 1001 1001 10775 Aug 27 20:36 LICENSE [2020-08-27T20:39:44.096Z] -rw-rw-r-- 1 1001 1001 6237 Aug 27 20:36 Makefile [2020-08-27T20:39:44.096Z] -rw-rw-r-- 1 1001 1001 5652 Aug 27 20:36 README.md [2020-08-27T20:39:44.096Z] -rw-rw-r-- 1 1001 1001 259 Aug 27 20:36 SECURITY.md [2020-08-27T20:39:44.096Z] -rw-rw-r-- 1 1001 1001 5 Aug 27 20:37 VERSION [2020-08-27T20:39:44.096Z] -rw-rw-r-- 1 1001 1001 4131 Aug 27 20:36 ZMQWindows.md [2020-08-27T20:39:44.096Z] drwxrwxr-x 2 1001 1001 117 Aug 27 20:36 bin [2020-08-27T20:39:44.096Z] drwxrwxr-x 15 1001 1001 4096 Aug 27 20:36 cmd [2020-08-27T20:39:44.096Z] -rw-r--r-- 1 root root 467869 Aug 27 20:39 coverage.out [2020-08-27T20:39:44.096Z] -rw-r--r-- 1 root root 1075 Aug 27 20:39 go.mod [2020-08-27T20:39:44.096Z] -rw-r--r-- 1 root root 19185 Aug 27 20:39 go.sum [2020-08-27T20:39:44.096Z] drwxrwxr-x 8 1001 1001 127 Aug 27 20:36 internal [2020-08-27T20:39:44.096Z] drwxrwxr-x 4 1001 1001 26 Aug 27 20:36 openapi [2020-08-27T20:39:44.096Z] drwxrwxr-x 4 1001 1001 71 Aug 27 20:36 snap [2020-08-27T20:39:44.096Z] -rw-rw-r-- 1 1001 1001 168 Aug 27 20:36 version.go [Pipeline] sh [2020-08-27T20:39:44.393Z] + '[' -e coverage.out ] [2020-08-27T20:39:44.393Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-08-27T20:39:44.544Z] Stashed 1 file(s) [Pipeline] sh [2020-08-27T20:39:44.836Z] + make build [2020-08-27T20:39:44.836Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-08-27T20:39:51.493Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-08-27T20:39:54.010Z] Removing intermediate container aad8a23ae7f4 [2020-08-27T20:39:54.010Z] ---> 1949e66f8117 [2020-08-27T20:39:54.010Z] Successfully built 1949e66f8117 [2020-08-27T20:39:54.010Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-27T20:39:54.753Z] + docker inspect -f . ci-base-image-arm64 [2020-08-27T20:39:54.753Z] . [Pipeline] withDockerContainer [2020-08-27T20:39:55.014Z] prd-ubuntu18.04-docker-arm64-4c-16g-507 does not seem to be running inside a container [2020-08-27T20:39:55.109Z] $ 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/36 -v /w/workspace/edgex-go/36:/w/workspace/edgex-go/36:rw,z -v /w/workspace/edgex-go/36@tmp:/w/workspace/edgex-go/36@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-08-27T20:39:55.701Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-08-27T20:39:56.615Z] $ docker top ef875257104e5979b168a182c8731ad7442aa22d59aa9c900ce8779d40ff5aa7 -eo pid,comm [2020-08-27T20:39:56.648Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging [Pipeline] { [Pipeline] sh [2020-08-27T20:39:57.632Z] + go version [2020-08-27T20:39:57.632Z] go version go1.13.13 linux/arm64 [Pipeline] echo [2020-08-27T20:39:57.651Z] ========================================================= [2020-08-27T20:39:57.651Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-08-27T20:39:57.651Z] ========================================================= [Pipeline] sh [2020-08-27T20:39:58.044Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-08-27T20:39:58.317Z] + make test [2020-08-27T20:39:58.317Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-08-27T20:39:59.965Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-08-27T20:40:00.537Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-08-27T20:40:00.940Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-08-27T20:40:02.455Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-08-27T20:40:04.372Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-08-27T20:40:05.319Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-08-27T20:40:06.706Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-08-27T20:40:08.173Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-08-27T20:40:09.578Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [Pipeline] } [2020-08-27T20:40:10.537Z] $ docker stop --time=1 325dfedbd99141e9555dac24c2b8d21141ef82d8665822308d0095ad4184fa75 [2020-08-27T20:40:12.245Z] $ docker rm -f 325dfedbd99141e9555dac24c2b8d21141ef82d8665822308d0095ad4184fa75 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-27T20:40:13.678Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-27T20:40:13.678Z] [2020-08-27T20:40:13.678Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-08-27T20:40:14.020Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-27T20:40:14.020Z] latest: Pulling from edgex-devops/edgex-compose [2020-08-27T20:40:14.020Z] cbdbe7a5bc2a: Pulling fs layer [2020-08-27T20:40:14.020Z] ca9280d653b3: Pulling fs layer [2020-08-27T20:40:14.020Z] 7e9c9ca2126c: Pulling fs layer [2020-08-27T20:40:14.020Z] cbdbe7a5bc2a: Download complete [2020-08-27T20:40:14.285Z] ca9280d653b3: Verifying Checksum [2020-08-27T20:40:14.285Z] ca9280d653b3: Download complete [2020-08-27T20:40:14.547Z] cbdbe7a5bc2a: Pull complete [2020-08-27T20:40:14.812Z] 7e9c9ca2126c: Verifying Checksum [2020-08-27T20:40:14.812Z] 7e9c9ca2126c: Download complete [2020-08-27T20:40:15.385Z] ca9280d653b3: Pull complete [2020-08-27T20:40:21.978Z] 7e9c9ca2126c: Pull complete [2020-08-27T20:40:21.978Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-08-27T20:40:21.978Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-27T20:40:21.978Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-08-27T20:40:22.124Z] prd-centos7-docker-4c-2g-508 does not seem to be running inside a container [2020-08-27T20:40:22.174Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/36 -v /w/workspace/edgex-go/36:/w/workspace/edgex-go/36:rw,z -v /w/workspace/edgex-go/36@tmp:/w/workspace/edgex-go/36@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-08-27T20:40:24.884Z] $ docker top 29da828b74218d4f5fc314d4874dbc51801cf9cdd5e5ec5cb5540d3aa3b9cc94 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-27T20:40:25.355Z] + docker-compose build --help [2020-08-27T20:40:25.355Z] + grep parallel [2020-08-27T20:40:26.295Z] --parallel Build images in parallel. [Pipeline] } [2020-08-27T20:40:26.310Z] $ docker stop --time=1 29da828b74218d4f5fc314d4874dbc51801cf9cdd5e5ec5cb5540d3aa3b9cc94 [2020-08-27T20:40:27.644Z] $ docker rm -f 29da828b74218d4f5fc314d4874dbc51801cf9cdd5e5ec5cb5540d3aa3b9cc94 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-27T20:40:28.240Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-27T20:40:28.240Z] . [Pipeline] withDockerContainer [2020-08-27T20:40:28.333Z] prd-centos7-docker-4c-2g-508 does not seem to be running inside a container [2020-08-27T20:40:28.379Z] $ 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/36 -v /w/workspace/edgex-go/36:/w/workspace/edgex-go/36:rw,z -v /w/workspace/edgex-go/36@tmp:/w/workspace/edgex-go/36@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-08-27T20:40:28.989Z] $ docker top 51e73c18a14a232802c184c181766fa1b66e412fdd8758333fe5755d8770ff98 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-27T20:40:29.476Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-08-27T20:40:30.418Z] Building docker-core-command-go ... [2020-08-27T20:40:30.418Z] Building docker-core-data-go ... [2020-08-27T20:40:30.418Z] Building docker-core-metadata-go ... [2020-08-27T20:40:30.418Z] Building docker-security-proxy-setup-go ... [2020-08-27T20:40:30.418Z] Building docker-security-secrets-setup-go ... [2020-08-27T20:40:30.418Z] Building docker-security-secretstore-setup-go ... [2020-08-27T20:40:30.418Z] Building docker-support-logging-go ... [2020-08-27T20:40:30.418Z] Building docker-support-notifications-go ... [2020-08-27T20:40:30.418Z] Building docker-support-scheduler-go ... [2020-08-27T20:40:30.418Z] Building docker-sys-mgmt-agent-go ... [2020-08-27T20:40:30.418Z] Building docker-security-proxy-setup-go [2020-08-27T20:40:30.418Z] Building docker-sys-mgmt-agent-go [2020-08-27T20:40:30.418Z] Building docker-support-logging-go [2020-08-27T20:40:30.418Z] Building docker-support-scheduler-go [2020-08-27T20:40:30.418Z] Building docker-security-secretstore-setup-go [2020-08-27T20:40:39.990Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-08-27T20:40:55.126Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-08-27T20:40:55.126Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-08-27T20:40:55.126Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-08-27T20:40:55.126Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-08-27T20:40:55.126Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.078s [2020-08-27T20:40:55.126Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-08-27T20:40:55.126Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-08-27T20:40:55.730Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-08-27T20:40:57.245Z] Step 1/27 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-27T20:40:57.245Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-08-27T20:40:57.245Z] ---> 4661d2aaacfb [2020-08-27T20:40:57.245Z] Step 3/27 : WORKDIR /edgex-go [2020-08-27T20:40:57.245Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-27T20:40:57.245Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-08-27T20:40:57.245Z] ---> 4661d2aaacfb [2020-08-27T20:40:57.245Z] Step 3/22 : WORKDIR /edgex-go [2020-08-27T20:40:57.245Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-27T20:40:57.246Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-08-27T20:40:57.246Z] ---> 4661d2aaacfb [2020-08-27T20:40:57.246Z] Step 3/26 : WORKDIR /edgex-go [2020-08-27T20:40:57.246Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-27T20:40:57.246Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-08-27T20:40:57.246Z] ---> 4661d2aaacfb [2020-08-27T20:40:57.246Z] Step 3/20 : WORKDIR /edgex-go [2020-08-27T20:40:57.246Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-27T20:40:57.246Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-27T20:40:57.506Z] ---> 4661d2aaacfb [2020-08-27T20:40:57.506Z] Step 3/21 : WORKDIR /edgex-go [2020-08-27T20:40:57.719Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-08-27T20:40:58.449Z] ---> Running in 9c2af2b8cb21 [2020-08-27T20:40:58.449Z] ---> Running in 8fb0288995d1 [2020-08-27T20:40:58.449Z] ---> Running in b72d39095a46 [2020-08-27T20:40:58.449Z] ---> Running in ba2499b5819a [2020-08-27T20:40:58.449Z] ---> Running in b00be1bed856 [2020-08-27T20:40:58.709Z] Removing intermediate container b00be1bed856 [2020-08-27T20:40:58.709Z] ---> 32ac3eb24e33 [2020-08-27T20:40:58.709Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-27T20:40:58.709Z] Removing intermediate container b72d39095a46 [2020-08-27T20:40:58.709Z] ---> 481ed021bbad [2020-08-27T20:40:58.709Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-27T20:40:58.709Z] Removing intermediate container 9c2af2b8cb21 [2020-08-27T20:40:58.709Z] ---> efe6fe756d46 [2020-08-27T20:40:58.709Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-27T20:40:58.709Z] Removing intermediate container 8fb0288995d1 [2020-08-27T20:40:58.709Z] ---> 4ff86ea194b0 [2020-08-27T20:40:58.709Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-27T20:40:58.972Z] Removing intermediate container ba2499b5819a [2020-08-27T20:40:58.972Z] ---> 7d0da0389029 [2020-08-27T20:40:58.972Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-27T20:40:58.972Z] ---> Running in 66ba80ca09d4 [2020-08-27T20:40:58.972Z] ---> Running in d05cd1020807 [2020-08-27T20:40:58.972Z] ---> Running in 3819beb916ac [2020-08-27T20:40:58.972Z] ---> Running in 367dbb366fe2 [2020-08-27T20:40:58.972Z] ---> Running in 18fa48b036fa [2020-08-27T20:40:59.157Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-08-27T20:40:59.157Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-08-27T20:40:59.157Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-08-27T20:40:59.157Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-08-27T20:41:01.552Z] Removing intermediate container 3819beb916ac [2020-08-27T20:41:01.552Z] ---> 6f5087dd46e1 [2020-08-27T20:41:01.552Z] Step 5/26 : RUN apk update && apk add make git [2020-08-27T20:41:01.552Z] Removing intermediate container d05cd1020807 [2020-08-27T20:41:01.552Z] ---> c4e3579c3c2e [2020-08-27T20:41:01.552Z] Step 5/21 : RUN apk update && apk add make git [2020-08-27T20:41:01.552Z] ---> Running in e337d688d1bf [2020-08-27T20:41:01.552Z] Removing intermediate container 367dbb366fe2 [2020-08-27T20:41:01.552Z] ---> d9dc5a129dde [2020-08-27T20:41:01.552Z] Step 5/20 : RUN apk update && apk add make git [2020-08-27T20:41:01.552Z] Removing intermediate container 66ba80ca09d4 [2020-08-27T20:41:01.552Z] ---> b5d17e23661e [2020-08-27T20:41:01.552Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-08-27T20:41:01.552Z] Removing intermediate container 18fa48b036fa [2020-08-27T20:41:01.552Z] ---> 73ebf6088cec [2020-08-27T20:41:01.552Z] Step 5/27 : RUN apk update && apk add make bash git [2020-08-27T20:41:01.552Z] ---> Running in fb3424a007c6 [2020-08-27T20:41:01.824Z] ---> Running in 813759949b00 [2020-08-27T20:41:01.824Z] ---> Running in 13b296f191a2 [2020-08-27T20:41:01.824Z] ---> Running in 512aadb85aec [2020-08-27T20:41:02.398Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-27T20:41:02.665Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-27T20:41:02.926Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-27T20:41:02.926Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-27T20:41:02.926Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-27T20:41:02.926Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-27T20:41:03.187Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-27T20:41:03.450Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-27T20:41:03.450Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-27T20:41:03.450Z] v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-27T20:41:03.450Z] v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-27T20:41:03.450Z] OK: 12746 distinct packages available [2020-08-27T20:41:03.450Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-27T20:41:03.737Z] v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-27T20:41:03.737Z] v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-27T20:41:03.737Z] OK: 12746 distinct packages available [2020-08-27T20:41:03.737Z] OK: 233 MiB in 51 packages [2020-08-27T20:41:04.018Z] OK: 233 MiB in 51 packages [2020-08-27T20:41:04.018Z] v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-27T20:41:04.018Z] v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-27T20:41:04.018Z] OK: 12746 distinct packages available [2020-08-27T20:41:04.018Z] v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-27T20:41:04.018Z] v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-27T20:41:04.018Z] OK: 12746 distinct packages available [2020-08-27T20:41:04.018Z] v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-27T20:41:04.018Z] v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-27T20:41:04.018Z] OK: 12746 distinct packages available [2020-08-27T20:41:04.286Z] OK: 233 MiB in 51 packages [2020-08-27T20:41:04.286Z] OK: 233 MiB in 51 packages [2020-08-27T20:41:04.286Z] OK: 233 MiB in 51 packages [2020-08-27T20:41:04.557Z] OK: 233 MiB in 51 packages [2020-08-27T20:41:04.557Z] Removing intermediate container e337d688d1bf [2020-08-27T20:41:04.557Z] ---> c1afde33d79b [2020-08-27T20:41:04.557Z] Step 6/26 : COPY go.mod . [2020-08-27T20:41:04.557Z] Removing intermediate container fb3424a007c6 [2020-08-27T20:41:04.557Z] ---> 2c5223c279c5 [2020-08-27T20:41:04.557Z] Step 6/21 : COPY go.mod . [2020-08-27T20:41:05.131Z] ---> a81c54dbbaa2 [2020-08-27T20:41:05.131Z] Step 7/26 : RUN go mod download [2020-08-27T20:41:05.131Z] ---> 4c84d12f9d74 [2020-08-27T20:41:05.131Z] Step 7/21 : RUN go mod download [2020-08-27T20:41:05.131Z] Removing intermediate container 512aadb85aec [2020-08-27T20:41:05.131Z] ---> b24a6e22a542 [2020-08-27T20:41:05.131Z] Step 6/27 : COPY go.mod . [2020-08-27T20:41:05.393Z] ---> Running in 3814a0f4ddb1 [2020-08-27T20:41:05.393Z] ---> Running in 8d62e36d0967 [2020-08-27T20:41:05.393Z] Removing intermediate container 813759949b00 [2020-08-27T20:41:05.393Z] ---> ebad67a6dab1 [2020-08-27T20:41:05.393Z] Step 6/20 : COPY go.mod . [2020-08-27T20:41:05.657Z] Removing intermediate container 13b296f191a2 [2020-08-27T20:41:05.657Z] ---> a0638499fe09 [2020-08-27T20:41:05.657Z] Step 6/22 : COPY go.mod . [2020-08-27T20:41:05.657Z] ---> 54bd63b55522 [2020-08-27T20:41:05.657Z] Step 7/27 : RUN go mod download [2020-08-27T20:41:05.918Z] ---> 3f634f8c82cd [2020-08-27T20:41:05.918Z] Step 7/20 : RUN go mod download [2020-08-27T20:41:05.918Z] ---> Running in 16205c48e2cf [2020-08-27T20:41:06.178Z] ---> 30ea0a9718f5 [2020-08-27T20:41:06.178Z] Step 7/22 : RUN go mod download [2020-08-27T20:41:06.178Z] ---> Running in f0fd3320c362 [2020-08-27T20:41:06.819Z] ---> Running in f05dd6d6ade2 [2020-08-27T20:41:08.767Z] Removing intermediate container 16205c48e2cf [2020-08-27T20:41:08.767Z] ---> f6f89ab1791f [2020-08-27T20:41:08.767Z] Step 8/27 : COPY . . [2020-08-27T20:41:08.767Z] Removing intermediate container 8d62e36d0967 [2020-08-27T20:41:08.767Z] ---> 7fa0b590b014 [2020-08-27T20:41:08.767Z] Step 8/26 : COPY . . [2020-08-27T20:41:08.767Z] Removing intermediate container 3814a0f4ddb1 [2020-08-27T20:41:08.767Z] ---> d84d098da828 [2020-08-27T20:41:08.767Z] Step 8/21 : COPY . . [2020-08-27T20:41:09.034Z] Removing intermediate container f0fd3320c362 [2020-08-27T20:41:09.034Z] ---> 57ba1c33f004 [2020-08-27T20:41:09.034Z] Step 8/20 : COPY . . [2020-08-27T20:41:09.362Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.097s coverage: 46.6% of statements [2020-08-27T20:41:09.362Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-08-27T20:41:09.362Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-08-27T20:41:09.362Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-08-27T20:41:09.362Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-08-27T20:41:09.362Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-08-27T20:41:13.290Z] Removing intermediate container f05dd6d6ade2 [2020-08-27T20:41:13.290Z] ---> ffa7beddb4a3 [2020-08-27T20:41:13.290Z] Step 8/22 : COPY . . [2020-08-27T20:41:19.576Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.222s coverage: 27.2% of statements [2020-08-27T20:41:19.576Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-08-27T20:41:19.576Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-08-27T20:41:19.576Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-08-27T20:41:19.576Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-08-27T20:41:19.576Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-08-27T20:41:19.576Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-08-27T20:41:19.576Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.026s coverage: 100.0% of statements [2020-08-27T20:41:19.576Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-08-27T20:41:19.576Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.094s coverage: 100.0% of statements [2020-08-27T20:41:19.576Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-08-27T20:41:19.576Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-08-27T20:41:19.853Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.417s coverage: 82.5% of statements [2020-08-27T20:41:19.853Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-08-27T20:41:19.853Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-08-27T20:41:21.304Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.384s coverage: 92.9% of statements [2020-08-27T20:41:21.305Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-08-27T20:41:21.305Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-08-27T20:41:21.305Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-08-27T20:41:21.305Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-08-27T20:41:24.720Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.467s coverage: 28.6% of statements [2020-08-27T20:41:24.720Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-08-27T20:41:24.720Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-08-27T20:41:24.720Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-08-27T20:41:24.720Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-08-27T20:41:24.720Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-08-27T20:41:25.723Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.050s coverage: 100.0% of statements [2020-08-27T20:41:25.723Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-08-27T20:41:25.723Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.060s coverage: 100.0% of statements [2020-08-27T20:41:25.723Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-08-27T20:41:29.150Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.086s coverage: 89.8% of statements [2020-08-27T20:41:29.150Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-08-27T20:41:32.576Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.095s coverage: 97.5% of statements [2020-08-27T20:41:32.576Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-08-27T20:41:32.576Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.074s coverage: 100.0% of statements [2020-08-27T20:41:32.576Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-08-27T20:41:32.576Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-08-27T20:41:32.576Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-08-27T20:41:32.576Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-08-27T20:41:32.576Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-08-27T20:41:32.576Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-08-27T20:41:32.576Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-08-27T20:41:32.576Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-08-27T20:41:32.576Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-08-27T20:41:32.576Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-08-27T20:41:32.576Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-08-27T20:41:32.576Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-08-27T20:41:32.576Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-08-27T20:41:32.576Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-08-27T20:41:32.576Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-08-27T20:41:32.576Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-08-27T20:41:32.576Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-08-27T20:41:32.576Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-08-27T20:41:32.576Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.058s coverage: 58.8% of statements [2020-08-27T20:41:32.576Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-08-27T20:41:32.576Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/error [no test files] [2020-08-27T20:41:32.576Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis [no test files] [2020-08-27T20:41:34.047Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.251s coverage: 63.5% of statements [2020-08-27T20:41:34.047Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-08-27T20:41:34.047Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-08-27T20:41:34.047Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.023s coverage: 100.0% of statements [2020-08-27T20:41:35.046Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.057s coverage: 92.3% of statements [2020-08-27T20:41:36.496Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.040s coverage: 100.0% of statements [2020-08-27T20:41:36.496Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.052s coverage: 73.7% of statements [2020-08-27T20:41:37.947Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.034s coverage: 100.0% of statements [2020-08-27T20:41:39.971Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.351s coverage: 55.9% of statements [2020-08-27T20:41:39.971Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-08-27T20:41:39.971Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-08-27T20:41:39.971Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-08-27T20:41:39.971Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-08-27T20:41:45.714Z] ---> 347be1ad1928 [2020-08-27T20:41:45.714Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-08-27T20:41:45.714Z] ---> 1604a3872971 [2020-08-27T20:41:45.714Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-08-27T20:41:45.714Z] ---> Running in 3aa0a13c37d0 [2020-08-27T20:41:45.714Z] ---> Running in f3dc1cf4be75 [2020-08-27T20:41:45.714Z] ---> 80106e481302 [2020-08-27T20:41:45.714Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-08-27T20:41:45.714Z] ---> f5991814b65b [2020-08-27T20:41:45.714Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-08-27T20:41:45.714Z] ---> 76064ad8cbb4 [2020-08-27T20:41:45.714Z] Step 9/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup cmd/security-secretstore-read/security-secretstore-read [2020-08-27T20:41:45.714Z] ---> Running in b2caf76480da [2020-08-27T20:41:45.714Z] ---> Running in 4409d9a14319 [2020-08-27T20:41:45.714Z] ---> Running in 7e58c26c8900 [2020-08-27T20:41:45.979Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-08-27T20:41:45.979Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-08-27T20:41:45.979Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-08-27T20:41:45.979Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-08-27T20:41:46.250Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-08-27T20:41:55.083Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 14.925s coverage: 86.3% of statements [2020-08-27T20:41:55.083Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-08-27T20:41:55.083Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.204s coverage: 72.2% of statements [2020-08-27T20:41:55.083Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.547s coverage: 72.1% of statements [2020-08-27T20:41:55.083Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.043s coverage: 82.4% of statements [2020-08-27T20:41:55.083Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.019s coverage: 48.4% of statements [2020-08-27T20:41:55.083Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-08-27T20:41:55.083Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-08-27T20:41:55.083Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-08-27T20:41:55.083Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.047s coverage: 28.8% of statements [2020-08-27T20:41:55.083Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-08-27T20:41:55.083Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.038s coverage: 96.8% of statements [2020-08-27T20:41:55.083Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-08-27T20:41:55.083Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.118s coverage: 33.7% of statements [2020-08-27T20:41:55.083Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-08-27T20:41:55.083Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-08-27T20:41:55.083Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.264s coverage: 84.1% of statements [2020-08-27T20:41:55.083Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.026s coverage: 100.0% of statements [2020-08-27T20:41:55.689Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.055s coverage: 42.9% of statements [2020-08-27T20:41:55.689Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-08-27T20:41:55.689Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-08-27T20:41:55.965Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.077s coverage: 100.0% of statements [2020-08-27T20:41:55.965Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-08-27T20:41:56.957Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.047s coverage: 83.8% of statements [2020-08-27T20:41:56.957Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-08-27T20:42:05.274Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.128s coverage: 46.1% of statements [2020-08-27T20:42:05.274Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-08-27T20:42:05.274Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-08-27T20:42:05.274Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.043s coverage: 100.0% of statements [2020-08-27T20:42:05.274Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-08-27T20:42:05.274Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-08-27T20:42:05.274Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-08-27T20:42:05.274Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.088s coverage: 100.0% of statements [2020-08-27T20:42:05.274Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-08-27T20:42:05.274Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.085s coverage: 100.0% of statements [2020-08-27T20:42:05.274Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-08-27T20:42:08.683Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.242s coverage: 29.1% of statements [2020-08-27T20:42:08.683Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-08-27T20:42:08.683Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-08-27T20:42:08.683Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-08-27T20:42:08.683Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-08-27T20:42:08.683Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-08-27T20:42:09.280Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.116s coverage: 99.0% of statements [2020-08-27T20:42:09.280Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-08-27T20:42:09.554Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.044s coverage: 100.0% of statements [2020-08-27T20:42:09.554Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-08-27T20:42:09.554Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.036s coverage: 0.0% of statements [2020-08-27T20:42:09.554Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-08-27T20:42:10.996Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.022s coverage: 100.0% of statements [2020-08-27T20:42:10.996Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-08-27T20:42:10.996Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-08-27T20:42:10.996Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-08-27T20:42:10.996Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-08-27T20:42:12.439Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.024s coverage: 87.9% of statements [2020-08-27T20:42:12.439Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-08-27T20:42:12.439Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-08-27T20:42:12.959Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-08-27T20:42:13.430Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.022s coverage: 100.0% of statements [2020-08-27T20:42:14.025Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.021s coverage: 32.1% of statements [2020-08-27T20:42:14.361Z] Removing intermediate container 3aa0a13c37d0 [2020-08-27T20:42:14.362Z] ---> f9f6fecf8462 [2020-08-27T20:42:14.362Z] [2020-08-27T20:42:14.362Z] Step 10/20 : FROM alpine [2020-08-27T20:42:14.626Z] latest: Pulling from library/alpine [2020-08-27T20:42:14.894Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-08-27T20:42:15.457Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.030s coverage: 100.0% of statements [2020-08-27T20:42:16.286Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-08-27T20:42:16.286Z] Status: Downloaded newer image for alpine:latest [2020-08-27T20:42:16.286Z] ---> a24bb4013296 [2020-08-27T20:42:16.286Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-08-27T20:42:16.435Z] GO111MODULE=on go vet ./... [2020-08-27T20:42:18.845Z] ---> Running in 943dfae6f143 [2020-08-27T20:42:19.109Z] Removing intermediate container f3dc1cf4be75 [2020-08-27T20:42:19.109Z] ---> 69c91d752f55 [2020-08-27T20:42:19.109Z] [2020-08-27T20:42:19.109Z] Step 10/22 : FROM scratch [2020-08-27T20:42:19.109Z] ---> [2020-08-27T20:42:19.109Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-27T20:42:20.504Z] ---> Running in 4e26e8e3bd6a [2020-08-27T20:42:20.504Z] Removing intermediate container 7e58c26c8900 [2020-08-27T20:42:20.504Z] ---> 852d1a6d2ed3 [2020-08-27T20:42:20.504Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-08-27T20:42:20.504Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-27T20:42:20.764Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-27T20:42:21.025Z] v3.12.0-263-gf2a2ffc32b [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-27T20:42:21.025Z] v3.12.0-259-g31aac9de85 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-27T20:42:21.025Z] OK: 12746 distinct packages available [2020-08-27T20:42:21.025Z] (1/4) Installing ca-certificates (20191127-r4) [2020-08-27T20:42:21.286Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-08-27T20:42:21.286Z] (3/4) Installing libcurl (7.69.1-r0) [2020-08-27T20:42:21.286Z] (4/4) Installing curl (7.69.1-r0) [2020-08-27T20:42:21.286Z] Executing busybox-1.31.1-r16.trigger [2020-08-27T20:42:21.286Z] Executing ca-certificates-20191127-r4.trigger [2020-08-27T20:42:21.547Z] Removing intermediate container b2caf76480da [2020-08-27T20:42:21.547Z] ---> 42b13362aaf9 [2020-08-27T20:42:21.547Z] [2020-08-27T20:42:21.547Z] Step 10/21 : FROM scratch [2020-08-27T20:42:21.547Z] ---> [2020-08-27T20:42:21.548Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-27T20:42:21.809Z] OK: 7 MiB in 18 packages [2020-08-27T20:42:21.809Z] ---> Running in 939e74d55e98 [2020-08-27T20:42:23.727Z] Removing intermediate container 4e26e8e3bd6a [2020-08-27T20:42:23.727Z] ---> 6cd7fada843e [2020-08-27T20:42:23.727Z] Step 12/22 : ENV APP_PORT=48061 [2020-08-27T20:42:24.302Z] ---> Running in e28c4e91ddde [2020-08-27T20:42:25.245Z] ---> Running in 4387539a7626 [2020-08-27T20:42:25.245Z] Removing intermediate container e28c4e91ddde [2020-08-27T20:42:25.245Z] ---> 19f14323399e [2020-08-27T20:42:25.245Z] Step 12/21 : ENV APP_PORT=48085 [2020-08-27T20:42:25.507Z] Removing intermediate container 4409d9a14319 [2020-08-27T20:42:25.507Z] ---> 5d89c99f6992 [2020-08-27T20:42:25.507Z] [2020-08-27T20:42:25.507Z] Step 10/26 : FROM alpine:3.10 [2020-08-27T20:42:25.774Z] 3.10: Pulling from library/alpine [2020-08-27T20:42:25.774Z] ---> Running in 76f616c184bd [2020-08-27T20:42:25.774Z] Removing intermediate container 4387539a7626 [2020-08-27T20:42:25.774Z] ---> 810c130d6b4f [2020-08-27T20:42:25.774Z] Step 13/22 : EXPOSE $APP_PORT [2020-08-27T20:42:26.044Z] ---> Running in cf28de29a9aa [2020-08-27T20:42:26.044Z] Removing intermediate container 943dfae6f143 [2020-08-27T20:42:26.044Z] ---> e0aa89cb7132 [2020-08-27T20:42:26.044Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-27T20:42:26.044Z] Removing intermediate container 76f616c184bd [2020-08-27T20:42:26.044Z] ---> d07eed4b4863 [2020-08-27T20:42:26.044Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-27T20:42:26.314Z] ---> Running in b9a5a415dafc [2020-08-27T20:42:26.314Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-08-27T20:42:26.577Z] ---> Running in 3e994d57f6ab [2020-08-27T20:42:26.577Z] Removing intermediate container cf28de29a9aa [2020-08-27T20:42:26.577Z] ---> 585c3b44c65c [2020-08-27T20:42:26.577Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-08-27T20:42:26.577Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-08-27T20:42:26.577Z] Status: Downloaded newer image for alpine:3.10 [2020-08-27T20:42:26.577Z] ---> be4e4bea2c2e [2020-08-27T20:42:26.577Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-08-27T20:42:26.839Z] Removing intermediate container b9a5a415dafc [2020-08-27T20:42:26.839Z] ---> 0f9c0dd2e39a [2020-08-27T20:42:26.839Z] Step 13/20 : WORKDIR /edgex [2020-08-27T20:42:26.839Z] ---> Running in 217cff286633 [2020-08-27T20:42:26.839Z] ---> Running in 1e9b3f11a4ef [2020-08-27T20:42:27.104Z] Removing intermediate container 3e994d57f6ab [2020-08-27T20:42:27.104Z] ---> 497f2e918ab8 [2020-08-27T20:42:27.104Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-08-27T20:42:27.104Z] ---> 576aa27bbe83 [2020-08-27T20:42:27.104Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-08-27T20:42:27.371Z] Removing intermediate container 1e9b3f11a4ef [2020-08-27T20:42:27.371Z] ---> d271170a0de3 [2020-08-27T20:42:27.371Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-08-27T20:42:27.635Z] ---> 6576e09a58e6 [2020-08-27T20:42:27.635Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-08-27T20:42:27.635Z] ---> 1b835d554ab7 [2020-08-27T20:42:27.635Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-08-27T20:42:27.635Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-08-27T20:42:27.906Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-08-27T20:42:27.906Z] ---> 9ba73233d751 [2020-08-27T20:42:27.906Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-08-27T20:42:27.906Z] v3.10.5-78-g117b307f50 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-08-27T20:42:27.906Z] v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-08-27T20:42:27.906Z] OK: 10346 distinct packages available [2020-08-27T20:42:28.169Z] Removing intermediate container 939e74d55e98 [2020-08-27T20:42:28.169Z] ---> 5ea7aa9e6599 [2020-08-27T20:42:28.169Z] [2020-08-27T20:42:28.169Z] Step 11/27 : FROM docker:latest [2020-08-27T20:42:28.169Z] ---> 81f5749c9058 [2020-08-27T20:42:28.169Z] Step 12/27 : RUN apk add --no-cache bash [2020-08-27T20:42:28.169Z] (1/5) Installing ca-certificates (20191127-r2) [2020-08-27T20:42:28.169Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-08-27T20:42:28.169Z] (3/5) Installing libcurl (7.66.0-r0) [2020-08-27T20:42:28.430Z] (4/5) Installing curl (7.66.0-r0) [2020-08-27T20:42:28.430Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-08-27T20:42:28.430Z] Executing busybox-1.30.1-r3.trigger [2020-08-27T20:42:28.430Z] Executing ca-certificates-20191127-r2.trigger [2020-08-27T20:42:28.430Z] OK: 7 MiB in 19 packages [2020-08-27T20:42:28.709Z] ---> fb9aa80bfa0a [2020-08-27T20:42:28.709Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-08-27T20:42:28.709Z] ---> Running in b80aae280df0 [2020-08-27T20:42:28.709Z] ---> ca3f85a2b4a2 [2020-08-27T20:42:28.709Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-08-27T20:42:28.976Z] ---> 2fb97c8c9f66 [2020-08-27T20:42:28.976Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-08-27T20:42:29.236Z] ---> Running in 656243f668dd [2020-08-27T20:42:29.236Z] ---> 38f4b59032bf [2020-08-27T20:42:29.236Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-08-27T20:42:29.236Z] ---> 892c4052c22e [2020-08-27T20:42:29.236Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-08-27T20:42:29.502Z] ---> Running in f2ef188e3c0a [2020-08-27T20:42:29.502Z] ---> Running in 6c974b2f4e1c [2020-08-27T20:42:29.783Z] Removing intermediate container 656243f668dd [2020-08-27T20:42:29.783Z] ---> 0c528f60e895 [2020-08-27T20:42:29.783Z] Step 17/20 : CMD ["--init=true"] [2020-08-27T20:42:29.783Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-27T20:42:29.783Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-27T20:42:30.044Z] (1/2) Installing readline (8.0.4-r0) [2020-08-27T20:42:30.044Z] (2/2) Installing bash (5.0.17-r0) [2020-08-27T20:42:30.044Z] Executing bash-5.0.17-r0.post-install [2020-08-27T20:42:30.044Z] Executing busybox-1.31.1-r16.trigger [2020-08-27T20:42:30.044Z] OK: 12 MiB in 22 packages [2020-08-27T20:42:30.305Z] ---> Running in 04c9f58a1045 [2020-08-27T20:42:30.306Z] Removing intermediate container 217cff286633 [2020-08-27T20:42:30.306Z] ---> 02b02ec90bde [2020-08-27T20:42:30.306Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-27T20:42:30.878Z] Removing intermediate container f2ef188e3c0a [2020-08-27T20:42:30.878Z] ---> 10584343d37c [2020-08-27T20:42:30.878Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-27T20:42:31.140Z] Removing intermediate container 6c974b2f4e1c [2020-08-27T20:42:31.140Z] ---> 32f54451b0d7 [2020-08-27T20:42:31.140Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-27T20:42:31.140Z] ---> Running in ec9a8ddac6d0 [2020-08-27T20:42:31.140Z] ---> Running in a58893db2b3a [2020-08-27T20:42:31.402Z] ---> Running in 6b93ef30b6dd [2020-08-27T20:42:31.402Z] Removing intermediate container 04c9f58a1045 [2020-08-27T20:42:31.402Z] ---> 14f4f47ca0ad [2020-08-27T20:42:31.402Z] Step 18/20 : LABEL arch=x86_64 [2020-08-27T20:42:31.662Z] ---> Running in 6353e67279e6 [2020-08-27T20:42:31.662Z] Removing intermediate container ec9a8ddac6d0 [2020-08-27T20:42:31.662Z] ---> 1d0742605d28 [2020-08-27T20:42:31.662Z] Step 13/26 : WORKDIR / [2020-08-27T20:42:31.662Z] Removing intermediate container 6b93ef30b6dd [2020-08-27T20:42:31.662Z] ---> 9ba009460603 [2020-08-27T20:42:31.662Z] Step 19/21 : LABEL arch=x86_64 [2020-08-27T20:42:31.662Z] Removing intermediate container a58893db2b3a [2020-08-27T20:42:31.662Z] ---> 5a3e7ae83aa5 [2020-08-27T20:42:31.662Z] Step 20/22 : LABEL arch=x86_64 [2020-08-27T20:42:31.922Z] ---> Running in a8d216189609 [2020-08-27T20:42:31.922Z] Removing intermediate container b80aae280df0 [2020-08-27T20:42:31.922Z] ---> 762e8d56bfd1 [2020-08-27T20:42:31.922Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-08-27T20:42:31.922Z] ---> Running in 0c1f775a61c0 [2020-08-27T20:42:31.922Z] ---> Running in 0b0f67319381 [2020-08-27T20:42:31.922Z] Removing intermediate container 6353e67279e6 [2020-08-27T20:42:31.922Z] ---> 8bb8d5a30a0a [2020-08-27T20:42:31.922Z] Step 19/20 : LABEL git_sha=3d601a6f95eac701c590ba37c1cfdc001ca4253f [2020-08-27T20:42:32.183Z] ---> Running in bdd474ae0962 [2020-08-27T20:42:32.183Z] ---> Running in 1105e4efe8b8 [2020-08-27T20:42:32.447Z] Removing intermediate container a8d216189609 [2020-08-27T20:42:32.447Z] ---> aea848b435ab [2020-08-27T20:42:32.447Z] Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-08-27T20:42:32.447Z] Removing intermediate container 0c1f775a61c0 [2020-08-27T20:42:32.447Z] ---> 7a2d0e4f43a8 [2020-08-27T20:42:32.447Z] Step 20/21 : LABEL git_sha=3d601a6f95eac701c590ba37c1cfdc001ca4253f [2020-08-27T20:42:32.447Z] Removing intermediate container 0b0f67319381 [2020-08-27T20:42:32.447Z] ---> 6293234a7b9f [2020-08-27T20:42:32.447Z] Step 21/22 : LABEL git_sha=3d601a6f95eac701c590ba37c1cfdc001ca4253f [2020-08-27T20:42:32.708Z] ---> Running in 73cb2e1887a6 [2020-08-27T20:42:32.968Z] ---> Running in 74662818c6fe [2020-08-27T20:42:32.968Z] Removing intermediate container 1105e4efe8b8 [2020-08-27T20:42:32.968Z] ---> 767191dcb044 [2020-08-27T20:42:32.968Z] Step 20/20 : LABEL version=0.0.0 [2020-08-27T20:42:33.229Z] ---> 08f248faffe8 [2020-08-27T20:42:33.229Z] Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-08-27T20:42:33.229Z] ---> Running in 80e557485f88 [2020-08-27T20:42:33.229Z] Removing intermediate container 73cb2e1887a6 [2020-08-27T20:42:33.229Z] ---> f61d4a2a5a8f [2020-08-27T20:42:33.229Z] Step 21/21 : LABEL version=0.0.0 [2020-08-27T20:42:33.496Z] Removing intermediate container 74662818c6fe [2020-08-27T20:42:33.496Z] ---> 7349527c7ad4 [2020-08-27T20:42:33.496Z] Step 22/22 : LABEL version=0.0.0 [2020-08-27T20:42:33.496Z] ---> Running in 619a0006eb6e [2020-08-27T20:42:33.763Z] ---> Running in b89d298920a0 [2020-08-27T20:42:33.763Z] ---> 241733a3a5ee [2020-08-27T20:42:33.763Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-08-27T20:42:33.763Z] Removing intermediate container 80e557485f88 [2020-08-27T20:42:33.763Z] ---> d4d76d8e53c0 [2020-08-27T20:42:33.763Z] [2020-08-27T20:42:33.763Z] Removing intermediate container bdd474ae0962 [2020-08-27T20:42:33.763Z] ---> 04b9a8f87a86 [2020-08-27T20:42:33.763Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-08-27T20:42:33.763Z] Successfully built d4d76d8e53c0 [2020-08-27T20:42:34.024Z] Removing intermediate container 619a0006eb6e [2020-08-27T20:42:34.024Z] ---> ddae943c16ea [2020-08-27T20:42:34.024Z] [2020-08-27T20:42:34.024Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-08-27T20:42:34.024Z]  Building docker-security-proxy-setup-go ... done Building docker-core-data-go [2020-08-27T20:42:34.024Z] Successfully built ddae943c16ea [2020-08-27T20:42:34.024Z] ---> Running in 5b20d1a7d409 [2020-08-27T20:42:34.288Z] Successfully tagged docker-support-scheduler-go:latest [2020-08-27T20:42:34.288Z] Building docker-core-metadata-go [2020-08-27T20:42:34.288Z]  Building docker-support-scheduler-go ... done Removing intermediate container b89d298920a0 [2020-08-27T20:42:34.288Z] ---> 05c8faeca3ae [2020-08-27T20:42:34.288Z] [2020-08-27T20:42:34.288Z] ---> 4acf279551b7 [2020-08-27T20:42:34.288Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-08-27T20:42:34.288Z] Successfully built 05c8faeca3ae [2020-08-27T20:42:34.288Z] Successfully tagged docker-support-logging-go:latest [2020-08-27T20:42:34.288Z] Building docker-core-command-go [2020-08-27T20:42:34.551Z]  Building docker-support-logging-go ... done Removing intermediate container 5b20d1a7d409 [2020-08-27T20:42:34.551Z] ---> e8cc028f5eff [2020-08-27T20:42:34.551Z] Step 15/27 : ENV APP_PORT=48090 [2020-08-27T20:42:34.815Z] ---> Running in 71c47487c6a3 [2020-08-27T20:42:34.815Z] ---> ef90879d34d6 [2020-08-27T20:42:34.815Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-08-27T20:42:35.081Z] Removing intermediate container 71c47487c6a3 [2020-08-27T20:42:35.081Z] ---> bfd49a2d4268 [2020-08-27T20:42:35.081Z] Step 16/27 : EXPOSE $APP_PORT [2020-08-27T20:42:38.642Z] gofmt -l . [2020-08-27T20:42:39.290Z] ---> Running in a538fe80b2b6 [2020-08-27T20:42:39.653Z] [ "`gofmt -l .`" = "" ] [2020-08-27T20:42:41.841Z] ---> 973e9fa17175 [2020-08-27T20:42:41.841Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-08-27T20:42:42.416Z] Removing intermediate container a538fe80b2b6 [2020-08-27T20:42:42.416Z] ---> f66b7a0e2bee [2020-08-27T20:42:42.416Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-08-27T20:42:42.679Z] ---> df597a4675ac [2020-08-27T20:42:42.679Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-08-27T20:42:43.038Z] ./bin/test-go-mod-tidy.sh [2020-08-27T20:42:44.022Z] ./bin/test-attribution-txt.sh [2020-08-27T20:42:46.922Z] ---> 27e294e1af8e [2020-08-27T20:42:46.922Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-08-27T20:42:46.922Z] ---> fc252c2dbe7e [2020-08-27T20:42:46.922Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [Pipeline] sh [2020-08-27T20:42:48.073Z] + ls -al . [2020-08-27T20:42:48.073Z] total 596 [2020-08-27T20:42:48.073Z] drwxrwxr-x 10 1001 1001 4096 Aug 27 20:42 . [2020-08-27T20:42:48.073Z] drwxr-xr-x 4 root root 4096 Aug 27 20:39 .. [2020-08-27T20:42:48.073Z] -rw-rw-r-- 1 1001 1001 11 Aug 27 20:37 .dockerignore [2020-08-27T20:42:48.073Z] drwxrwxr-x 8 1001 1001 4096 Aug 27 20:38 .git [2020-08-27T20:42:48.073Z] drwxrwxr-x 3 1001 1001 4096 Aug 27 20:37 .github [2020-08-27T20:42:48.073Z] -rw-rw-r-- 1 1001 1001 932 Aug 27 20:37 .gitignore [2020-08-27T20:42:48.073Z] drwxrwxr-x 3 1001 1001 4096 Aug 27 20:38 .semver [2020-08-27T20:42:48.073Z] -rw-rw-r-- 1 1001 1001 166 Aug 27 20:37 .sonarcloud.properties [2020-08-27T20:42:48.073Z] -rw-rw-r-- 1 1001 1001 3804 Aug 27 20:37 CONTRIBUTING.md [2020-08-27T20:42:48.073Z] -rw-rw-r-- 1 1001 1001 1035 Aug 27 20:37 Dockerfile.build [2020-08-27T20:42:48.073Z] -rw-rw-r-- 1 1001 1001 865 Aug 27 20:37 Jenkinsfile [2020-08-27T20:42:48.073Z] -rw-rw-r-- 1 1001 1001 10775 Aug 27 20:37 LICENSE [2020-08-27T20:42:48.073Z] -rw-rw-r-- 1 1001 1001 6237 Aug 27 20:37 Makefile [2020-08-27T20:42:48.073Z] -rw-rw-r-- 1 1001 1001 5652 Aug 27 20:37 README.md [2020-08-27T20:42:48.073Z] -rw-rw-r-- 1 1001 1001 259 Aug 27 20:37 SECURITY.md [2020-08-27T20:42:48.073Z] -rw-rw-r-- 1 1001 1001 5 Aug 27 20:37 VERSION [2020-08-27T20:42:48.073Z] -rw-rw-r-- 1 1001 1001 4131 Aug 27 20:37 ZMQWindows.md [2020-08-27T20:42:48.073Z] drwxrwxr-x 2 1001 1001 4096 Aug 27 20:37 bin [2020-08-27T20:42:48.073Z] drwxrwxr-x 15 1001 1001 4096 Aug 27 20:37 cmd [2020-08-27T20:42:48.073Z] -rw-r--r-- 1 root root 467869 Aug 27 20:42 coverage.out [2020-08-27T20:42:48.073Z] -rw-r--r-- 1 root root 1075 Aug 27 20:42 go.mod [2020-08-27T20:42:48.073Z] -rw-r--r-- 1 root root 19185 Aug 27 20:42 go.sum [2020-08-27T20:42:48.073Z] drwxrwxr-x 8 1001 1001 4096 Aug 27 20:37 internal [2020-08-27T20:42:48.073Z] drwxrwxr-x 4 1001 1001 4096 Aug 27 20:37 openapi [2020-08-27T20:42:48.073Z] drwxrwxr-x 4 1001 1001 4096 Aug 27 20:37 snap [2020-08-27T20:42:48.073Z] -rw-rw-r-- 1 1001 1001 168 Aug 27 20:37 version.go [Pipeline] sh [2020-08-27T20:42:48.311Z] ---> f073090a70a0 [2020-08-27T20:42:48.311Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-27T20:42:48.311Z] ---> 7d53cb4e3cf7 [2020-08-27T20:42:48.311Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-08-27T20:42:48.581Z] ---> Running in 85e38e24ef2b [2020-08-27T20:42:48.738Z] + '[' -e coverage.out ] [2020-08-27T20:42:48.738Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-08-27T20:42:48.800Z] Warning: overwriting stash ‘coverage-report’ [2020-08-27T20:42:49.541Z] ---> 80c51724e561 [2020-08-27T20:42:49.542Z] Step 20/27 : RUN apk --no-cache add py-pip [2020-08-27T20:42:49.813Z] ---> Running in db776c53e072 [2020-08-27T20:42:50.073Z] Stashed 1 file(s) [Pipeline] sh [2020-08-27T20:42:50.777Z] + make build [2020-08-27T20:42:50.778Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-08-27T20:42:51.249Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-27T20:42:51.249Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-27T20:42:51.522Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-08-27T20:42:51.522Z] (2/33) Installing expat (2.2.9-r1) [2020-08-27T20:42:51.523Z] (3/33) Installing libffi (3.3-r2) [2020-08-27T20:42:51.523Z] (4/33) Installing gdbm (1.13-r1) [2020-08-27T20:42:51.523Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-08-27T20:42:51.523Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-08-27T20:42:51.523Z] (7/33) Installing python3 (3.8.5-r0) [2020-08-27T20:42:59.700Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-27T20:42:59.700Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-08-27T20:42:59.700Z] ---> 4661d2aaacfb [2020-08-27T20:42:59.700Z] Step 3/22 : WORKDIR /edgex-go [2020-08-27T20:42:59.700Z] ---> Using cache [2020-08-27T20:42:59.700Z] ---> 7d0da0389029 [2020-08-27T20:42:59.700Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-27T20:42:59.700Z] ---> Using cache [2020-08-27T20:42:59.700Z] ---> 73ebf6088cec [2020-08-27T20:42:59.700Z] Step 5/22 : RUN apk update && apk add make git [2020-08-27T20:42:59.700Z] Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-27T20:42:59.700Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-08-27T20:42:59.700Z] ---> 4661d2aaacfb [2020-08-27T20:42:59.700Z] Step 3/23 : WORKDIR /edgex-go [2020-08-27T20:42:59.700Z] ---> Using cache [2020-08-27T20:42:59.700Z] ---> 7d0da0389029 [2020-08-27T20:42:59.700Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-27T20:42:59.700Z] ---> Using cache [2020-08-27T20:42:59.700Z] ---> 73ebf6088cec [2020-08-27T20:42:59.700Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-08-27T20:42:59.700Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-27T20:42:59.700Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-08-27T20:42:59.700Z] ---> 4661d2aaacfb [2020-08-27T20:42:59.700Z] Step 3/22 : WORKDIR /edgex-go [2020-08-27T20:42:59.700Z] ---> Using cache [2020-08-27T20:42:59.700Z] ---> 7d0da0389029 [2020-08-27T20:42:59.700Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-27T20:42:59.700Z] ---> Using cache [2020-08-27T20:42:59.700Z] ---> 73ebf6088cec [2020-08-27T20:42:59.700Z] Step 5/22 : RUN apk update && apk add make git [2020-08-27T20:42:59.700Z] ---> Running in b7806a785937 [2020-08-27T20:42:59.700Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-08-27T20:42:59.700Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-08-27T20:42:59.700Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-08-27T20:42:59.700Z] (11/33) Installing py3-six (1.15.0-r0) [2020-08-27T20:42:59.700Z] (12/33) Installing py3-packaging (20.4-r0) [2020-08-27T20:42:59.700Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-08-27T20:42:59.700Z] ---> Running in 4e09d27731d4 [2020-08-27T20:42:59.700Z] ---> Running in cac1c7a1c434 [2020-08-27T20:42:59.700Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-08-27T20:42:59.700Z] (15/33) Installing py3-idna (2.9-r0) [2020-08-27T20:42:59.700Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-08-27T20:42:59.700Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-08-27T20:42:59.700Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-08-27T20:42:59.700Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-08-27T20:42:59.700Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-08-27T20:42:59.700Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-08-27T20:43:00.282Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-08-27T20:43:00.282Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-08-27T20:43:00.282Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-08-27T20:43:00.282Z] Removing intermediate container 85e38e24ef2b [2020-08-27T20:43:00.282Z] ---> dca6aa5bd7b2 [2020-08-27T20:43:00.282Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-08-27T20:43:00.282Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-08-27T20:43:00.550Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-08-27T20:43:00.550Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-08-27T20:43:00.550Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-08-27T20:43:00.550Z] (29/33) Installing py3-progress (1.5-r0) [2020-08-27T20:43:00.550Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-08-27T20:43:00.550Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-27T20:43:01.267Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-08-27T20:43:01.267Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-08-27T20:43:01.267Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-08-27T20:43:01.267Z] ---> Running in 8adb33c01a53 [2020-08-27T20:43:01.267Z] Executing busybox-1.31.1-r16.trigger [2020-08-27T20:43:01.267Z] OK: 71 MiB in 55 packages [2020-08-27T20:43:01.572Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-27T20:43:01.572Z] Removing intermediate container 8adb33c01a53 [2020-08-27T20:43:01.572Z] ---> 8dfa05918f44 [2020-08-27T20:43:01.572Z] Step 24/26 : LABEL arch=x86_64 [2020-08-27T20:43:01.572Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-27T20:43:01.858Z] ---> Running in 05a7f24ea28a [2020-08-27T20:43:01.858Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-27T20:43:02.126Z] Removing intermediate container 05a7f24ea28a [2020-08-27T20:43:02.126Z] ---> 87a4d8efd60a [2020-08-27T20:43:02.126Z] Step 25/26 : LABEL git_sha=3d601a6f95eac701c590ba37c1cfdc001ca4253f [2020-08-27T20:43:02.126Z] ---> Running in 88f6128e74a2 [2020-08-27T20:43:02.126Z] v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-27T20:43:02.126Z] v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-27T20:43:02.126Z] OK: 12746 distinct packages available [2020-08-27T20:43:02.396Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-27T20:43:02.396Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-27T20:43:02.396Z] OK: 233 MiB in 51 packages [2020-08-27T20:43:02.396Z] Removing intermediate container 88f6128e74a2 [2020-08-27T20:43:02.396Z] ---> e9727d8e782e [2020-08-27T20:43:02.396Z] Step 26/26 : LABEL version=0.0.0 [2020-08-27T20:43:02.970Z] ---> Running in 1df10d58b34b [2020-08-27T20:43:02.970Z] v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-27T20:43:02.970Z] v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-27T20:43:02.970Z] OK: 12746 distinct packages available [2020-08-27T20:43:02.970Z] v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-27T20:43:02.970Z] v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-27T20:43:02.970Z] OK: 12746 distinct packages available [2020-08-27T20:43:03.232Z] OK: 233 MiB in 51 packages [2020-08-27T20:43:03.232Z] OK: 233 MiB in 51 packages [2020-08-27T20:43:05.151Z] Removing intermediate container 1df10d58b34b [2020-08-27T20:43:05.151Z] ---> 070f8c4a4f2b [2020-08-27T20:43:05.151Z] [2020-08-27T20:43:05.151Z] Successfully built 070f8c4a4f2b [2020-08-27T20:43:06.536Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-08-27T20:43:06.536Z]  Building docker-security-secretstore-setup-go ... done Building docker-support-notifications-go [2020-08-27T20:43:07.919Z] Removing intermediate container b7806a785937 [2020-08-27T20:43:07.919Z] ---> 32e6359885e1 [2020-08-27T20:43:07.919Z] Step 6/22 : COPY go.mod . [2020-08-27T20:43:12.136Z] ---> b24b4533e217 [2020-08-27T20:43:12.136Z] Step 7/22 : RUN go mod download [2020-08-27T20:43:12.136Z] ---> Running in 31d491bc1b35 [2020-08-27T20:43:12.403Z] Removing intermediate container 4e09d27731d4 [2020-08-27T20:43:12.403Z] ---> 55e752af02d6 [2020-08-27T20:43:12.403Z] Step 6/23 : COPY go.mod . [2020-08-27T20:43:12.403Z] Removing intermediate container cac1c7a1c434 [2020-08-27T20:43:12.403Z] ---> 1a2f293e5dd4 [2020-08-27T20:43:12.403Z] Step 6/22 : COPY go.mod . [2020-08-27T20:43:12.403Z] Removing intermediate container db776c53e072 [2020-08-27T20:43:12.403Z] ---> 4c79e9404b36 [2020-08-27T20:43:12.403Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-08-27T20:43:12.665Z] ---> Running in 9cf413e75590 [2020-08-27T20:43:12.929Z] ---> 6af819857063 [2020-08-27T20:43:12.929Z] Step 7/23 : RUN go mod download [2020-08-27T20:43:12.929Z] ---> d5a3303b727b [2020-08-27T20:43:12.929Z] Step 7/22 : RUN go mod download [2020-08-27T20:43:13.133Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-08-27T20:43:14.321Z] ---> Running in 81c9ae1be912 [2020-08-27T20:43:14.908Z] ---> Running in faa9cedf3fd0 [2020-08-27T20:43:17.516Z] Removing intermediate container 31d491bc1b35 [2020-08-27T20:43:17.516Z] ---> 36ec6874f87e [2020-08-27T20:43:17.516Z] Step 8/22 : COPY . . [2020-08-27T20:43:17.777Z] Removing intermediate container 81c9ae1be912 [2020-08-27T20:43:17.777Z] ---> af76f8a638a3 [2020-08-27T20:43:17.777Z] Step 8/23 : COPY . . [2020-08-27T20:43:23.089Z] Step 1/24 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-27T20:43:23.089Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-08-27T20:43:23.089Z] ---> 4661d2aaacfb [2020-08-27T20:43:23.089Z] Step 3/24 : WORKDIR /edgex-go [2020-08-27T20:43:23.089Z] ---> Using cache [2020-08-27T20:43:23.089Z] ---> 7d0da0389029 [2020-08-27T20:43:23.089Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-27T20:43:23.089Z] ---> Using cache [2020-08-27T20:43:23.089Z] ---> 73ebf6088cec [2020-08-27T20:43:23.089Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-08-27T20:43:23.089Z] Removing intermediate container faa9cedf3fd0 [2020-08-27T20:43:23.089Z] ---> 586514d28f64 [2020-08-27T20:43:23.089Z] Step 8/22 : COPY . . [2020-08-27T20:43:23.276Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-08-27T20:43:28.405Z] ---> Running in 3bec07b995e3 [2020-08-27T20:43:28.672Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-08-27T20:43:29.355Z] Collecting docker-compose==1.23.2 [2020-08-27T20:43:29.617Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-08-27T20:43:31.067Z] Collecting PyYAML<4,>=3.10 [2020-08-27T20:43:31.067Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-08-27T20:43:31.641Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-27T20:43:32.592Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-27T20:43:33.169Z] v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-27T20:43:33.169Z] v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-27T20:43:33.169Z] OK: 12746 distinct packages available [2020-08-27T20:43:33.431Z] OK: 233 MiB in 51 packages [2020-08-27T20:43:34.080Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-08-27T20:43:40.214Z] Collecting docopt<0.7,>=0.6.1 [2020-08-27T20:43:40.214Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-08-27T20:43:42.356Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-08-27T20:43:42.792Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-08-27T20:43:42.792Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-08-27T20:43:42.954Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-08-27T20:43:43.062Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-08-27T20:43:43.062Z] Removing intermediate container 3bec07b995e3 [2020-08-27T20:43:43.062Z] ---> a0699053389f [2020-08-27T20:43:43.062Z] Step 6/24 : COPY go.mod . [2020-08-27T20:43:43.062Z] Collecting texttable<0.10,>=0.9.0 [2020-08-27T20:43:43.062Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-08-27T20:43:44.026Z] Collecting docker<4.0,>=3.6.0 [2020-08-27T20:43:44.293Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-08-27T20:43:44.556Z] ---> 1ad935763b97 [2020-08-27T20:43:44.556Z] Step 7/24 : RUN go mod download [2020-08-27T20:43:45.136Z] Collecting websocket-client<1.0,>=0.32.0 [2020-08-27T20:43:45.405Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-08-27T20:43:46.795Z] ---> Running in 4133acee3116 [2020-08-27T20:43:46.795Z] Collecting dockerpty<0.5,>=0.4.1 [2020-08-27T20:43:46.795Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-08-27T20:43:48.249Z] Collecting jsonschema<3,>=2.5.1 [2020-08-27T20:43:48.249Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-08-27T20:43:48.347Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-08-27T20:43:48.828Z] Collecting cached-property<2,>=1.2.0 [2020-08-27T20:43:48.828Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-08-27T20:43:48.828Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2020-08-27T20:43:48.828Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2020-08-27T20:43:49.090Z] Collecting idna<2.8,>=2.5 [2020-08-27T20:43:49.090Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-08-27T20:43:49.090Z] ---> 83f3c1cb85bd [2020-08-27T20:43:49.090Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-08-27T20:43:49.090Z] ---> 4bf2f55c5f5b [2020-08-27T20:43:49.090Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-08-27T20:43:49.661Z] Collecting urllib3<1.25,>=1.21.1 [2020-08-27T20:43:49.661Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-08-27T20:43:49.921Z] Collecting docker-pycreds>=0.4.0 [2020-08-27T20:43:49.921Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-08-27T20:43:49.921Z] ---> Running in 33597e5425ad [2020-08-27T20:43:49.921Z] ---> Running in 8a7caa9b462e [2020-08-27T20:43:49.921Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-08-27T20:43:49.921Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-08-27T20:43:49.921Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-08-27T20:43:49.921Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-08-27T20:43:50.183Z] ---> bf9902a846ed [2020-08-27T20:43:50.183Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-08-27T20:43:50.183Z] Installing collected packages: PyYAML, docopt, idna, urllib3, requests, texttable, docker-pycreds, websocket-client, docker, dockerpty, jsonschema, cached-property, docker-compose [2020-08-27T20:43:50.183Z] Running setup.py install for PyYAML: started [2020-08-27T20:43:50.444Z] ---> Running in c6d60bcc68ee [2020-08-27T20:43:50.708Z] Removing intermediate container 4133acee3116 [2020-08-27T20:43:50.708Z] ---> 26a94bbb046a [2020-08-27T20:43:50.708Z] Step 8/24 : COPY . . [2020-08-27T20:43:50.984Z] Running setup.py install for PyYAML: finished with status 'done' [2020-08-27T20:43:50.984Z] Running setup.py install for docopt: started [2020-08-27T20:43:51.278Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-08-27T20:43:51.278Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-08-27T20:43:51.559Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-08-27T20:43:51.832Z] Running setup.py install for docopt: finished with status 'done' [2020-08-27T20:43:51.832Z] Attempting uninstall: idna [2020-08-27T20:43:51.832Z] Found existing installation: idna 2.9 [2020-08-27T20:43:51.832Z] Uninstalling idna-2.9: [2020-08-27T20:43:52.095Z] Successfully uninstalled idna-2.9 [2020-08-27T20:43:53.737Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-08-27T20:43:55.419Z] Attempting uninstall: urllib3 [2020-08-27T20:43:55.420Z] Found existing installation: urllib3 1.25.9 [2020-08-27T20:43:55.420Z] Uninstalling urllib3-1.25.9: [2020-08-27T20:43:55.695Z] Successfully uninstalled urllib3-1.25.9 [2020-08-27T20:43:57.385Z] Attempting uninstall: requests [2020-08-27T20:43:57.385Z] Found existing installation: requests 2.23.0 [2020-08-27T20:43:57.385Z] Uninstalling requests-2.23.0: [2020-08-27T20:43:57.878Z] Successfully uninstalled requests-2.23.0 [2020-08-27T20:43:58.032Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-08-27T20:43:58.462Z] Running setup.py install for texttable: started [2020-08-27T20:43:59.872Z] Running setup.py install for texttable: finished with status 'done' [2020-08-27T20:44:03.424Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-08-27T20:44:04.336Z] Running setup.py install for dockerpty: started [2020-08-27T20:44:06.953Z] Running setup.py install for dockerpty: finished with status 'done' [2020-08-27T20:44:07.733Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-08-27T20:44:08.899Z] Successfully installed PyYAML-3.13 cached-property-1.5.1 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2020-08-27T20:44:13.130Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-08-27T20:44:15.570Z] Removing intermediate container 9cf413e75590 [2020-08-27T20:44:15.570Z] ---> c281b47ab341 [2020-08-27T20:44:15.570Z] Step 22/27 : RUN apk --no-cache add curl [2020-08-27T20:44:15.570Z] ---> 525ff230aea2 [2020-08-27T20:44:15.570Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-08-27T20:44:15.570Z] ---> Running in 2ae496e41651 [2020-08-27T20:44:15.570Z] ---> Running in 998124e520a0 [2020-08-27T20:44:16.970Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-27T20:44:16.970Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-08-27T20:44:16.970Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-27T20:44:17.238Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-08-27T20:44:17.238Z] (2/3) Installing libcurl (7.69.1-r0) [2020-08-27T20:44:17.238Z] (3/3) Installing curl (7.69.1-r0) [2020-08-27T20:44:17.238Z] Executing busybox-1.31.1-r16.trigger [2020-08-27T20:44:17.238Z] OK: 72 MiB in 58 packages [Pipeline] } [2020-08-27T20:44:18.577Z] $ docker stop --time=1 ef875257104e5979b168a182c8731ad7442aa22d59aa9c900ce8779d40ff5aa7 [2020-08-27T20:44:19.213Z] Removing intermediate container 2ae496e41651 [2020-08-27T20:44:19.213Z] ---> 1f99433da46c [2020-08-27T20:44:19.213Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-08-27T20:44:19.480Z] ---> Running in 4e3d14d57c2b [2020-08-27T20:44:19.752Z] Removing intermediate container 4e3d14d57c2b [2020-08-27T20:44:19.752Z] ---> 67d843e9ae2b [2020-08-27T20:44:19.752Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-27T20:44:20.052Z] ---> Running in 0ca41931944f [2020-08-27T20:44:20.339Z] Removing intermediate container 0ca41931944f [2020-08-27T20:44:20.339Z] ---> c08e90aba839 [2020-08-27T20:44:20.339Z] Step 25/27 : LABEL arch=x86_64 [2020-08-27T20:44:20.609Z] ---> Running in acffee763bd1 [2020-08-27T20:44:20.892Z] Removing intermediate container acffee763bd1 [2020-08-27T20:44:20.892Z] ---> 617d44e95ada [2020-08-27T20:44:20.892Z] Step 26/27 : LABEL git_sha=3d601a6f95eac701c590ba37c1cfdc001ca4253f [2020-08-27T20:44:20.892Z] ---> Running in d6401205a5be [2020-08-27T20:44:21.157Z] Removing intermediate container d6401205a5be [2020-08-27T20:44:21.157Z] ---> f94bb5ce8d18 [2020-08-27T20:44:21.157Z] Step 27/27 : LABEL version=0.0.0 [2020-08-27T20:44:21.199Z] $ docker rm -f ef875257104e5979b168a182c8731ad7442aa22d59aa9c900ce8779d40ff5aa7 [2020-08-27T20:44:21.421Z] ---> Running in ddfae7399cbc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-27T20:44:22.957Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-27T20:44:23.230Z] [2020-08-27T20:44:23.230Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-08-27T20:44:23.610Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-27T20:44:23.885Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-08-27T20:44:23.885Z] 29e5d40040c1: Pulling fs layer [2020-08-27T20:44:23.885Z] 1ce36da41761: Pulling fs layer [2020-08-27T20:44:23.885Z] 25b303627fd3: Pulling fs layer [2020-08-27T20:44:23.885Z] 29e5d40040c1: Verifying Checksum [2020-08-27T20:44:23.885Z] 29e5d40040c1: Download complete [2020-08-27T20:44:23.993Z] Removing intermediate container ddfae7399cbc [2020-08-27T20:44:23.993Z] ---> c7ff827eea21 [2020-08-27T20:44:23.993Z] [2020-08-27T20:44:23.994Z] Successfully built c7ff827eea21 [2020-08-27T20:44:24.482Z] 1ce36da41761: Verifying Checksum [2020-08-27T20:44:24.482Z] 1ce36da41761: Download complete [2020-08-27T20:44:24.757Z] 29e5d40040c1: Pull complete [2020-08-27T20:44:24.956Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-08-27T20:44:24.957Z] Building docker-security-secrets-setup-go [2020-08-27T20:44:26.190Z] 1ce36da41761: Pull complete [2020-08-27T20:44:26.191Z] 25b303627fd3: Verifying Checksum [2020-08-27T20:44:26.191Z] 25b303627fd3: Download complete [2020-08-27T20:44:35.061Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 8a7caa9b462e [2020-08-27T20:44:35.061Z] ---> d275ecd3ee62 [2020-08-27T20:44:35.061Z] [2020-08-27T20:44:35.061Z] Step 10/22 : FROM scratch [2020-08-27T20:44:35.061Z] ---> [2020-08-27T20:44:35.061Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-27T20:44:35.323Z] ---> Using cache [2020-08-27T20:44:35.323Z] ---> 19f14323399e [2020-08-27T20:44:35.323Z] Step 12/22 : ENV APP_PORT=48082 [2020-08-27T20:44:36.327Z] 25b303627fd3: Pull complete [2020-08-27T20:44:36.327Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-08-27T20:44:36.327Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-27T20:44:36.327Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-08-27T20:44:36.580Z] prd-ubuntu18.04-docker-arm64-4c-16g-507 does not seem to be running inside a container [2020-08-27T20:44:36.660Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/36 -v /w/workspace/edgex-go/36:/w/workspace/edgex-go/36:rw,z -v /w/workspace/edgex-go/36@tmp:/w/workspace/edgex-go/36@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-08-27T20:44:40.590Z] $ docker top d75cc25f86d9f7f24bcd8d672c88c22cf48bcbc1f723ece1a7c526cd1e853a53 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-27T20:44:41.943Z] ---> Running in 8924315e25a8 [2020-08-27T20:44:42.111Z] + docker-compose build --help [2020-08-27T20:44:42.111Z] + grep parallel [2020-08-27T20:44:44.489Z] Removing intermediate container 8924315e25a8 [2020-08-27T20:44:44.489Z] ---> c084b6202608 [2020-08-27T20:44:44.489Z] Step 13/22 : EXPOSE $APP_PORT [2020-08-27T20:44:44.753Z] Removing intermediate container c6d60bcc68ee [2020-08-27T20:44:44.753Z] ---> e0b499064708 [2020-08-27T20:44:44.753Z] [2020-08-27T20:44:44.753Z] Step 10/22 : FROM scratch [2020-08-27T20:44:44.753Z] ---> [2020-08-27T20:44:44.753Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-27T20:44:45.697Z] ---> Using cache [2020-08-27T20:44:45.697Z] ---> 19f14323399e [2020-08-27T20:44:45.697Z] Step 12/22 : ENV APP_PORT=48081 [2020-08-27T20:44:46.317Z] ---> Running in 4e1724d491c2 [2020-08-27T20:44:46.892Z] ---> Running in 4bd89514e7cd [2020-08-27T20:44:47.463Z] Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-27T20:44:47.463Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-08-27T20:44:47.463Z] ---> 4661d2aaacfb [2020-08-27T20:44:47.463Z] Step 3/29 : WORKDIR /edgex-go [2020-08-27T20:44:47.463Z] ---> Using cache [2020-08-27T20:44:47.463Z] ---> 7d0da0389029 [2020-08-27T20:44:47.463Z] Step 4/29 : RUN apk update && apk add make git [2020-08-27T20:44:47.481Z] --parallel Build images in parallel. [Pipeline] } [2020-08-27T20:44:47.774Z] $ docker stop --time=1 d75cc25f86d9f7f24bcd8d672c88c22cf48bcbc1f723ece1a7c526cd1e853a53 [2020-08-27T20:44:48.849Z] Removing intermediate container 4e1724d491c2 [2020-08-27T20:44:48.849Z] ---> daf6a2071935 [2020-08-27T20:44:48.849Z] Step 14/22 : WORKDIR / [2020-08-27T20:44:48.849Z] Removing intermediate container 4bd89514e7cd [2020-08-27T20:44:48.849Z] ---> e8a34d221a50 [2020-08-27T20:44:48.849Z] Step 13/22 : EXPOSE $APP_PORT [2020-08-27T20:44:48.849Z] ---> Running in 924b7c381630 [2020-08-27T20:44:48.849Z] ---> Running in 5caa65190a6b [2020-08-27T20:44:49.113Z] ---> Running in 8c3f6d504280 [2020-08-27T20:44:49.396Z] Removing intermediate container 5caa65190a6b [2020-08-27T20:44:49.396Z] ---> f7d5fc98ee96 [2020-08-27T20:44:49.396Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-08-27T20:44:49.396Z] Removing intermediate container 8c3f6d504280 [2020-08-27T20:44:49.396Z] ---> 4d5ddc430305 [2020-08-27T20:44:49.396Z] Step 14/22 : WORKDIR / [2020-08-27T20:44:49.396Z] ---> Running in 4bd19d7afa2b [2020-08-27T20:44:49.652Z] $ docker rm -f d75cc25f86d9f7f24bcd8d672c88c22cf48bcbc1f723ece1a7c526cd1e853a53 [2020-08-27T20:44:49.671Z] ---> e1812ffada43 [2020-08-27T20:44:49.671Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-08-27T20:44:49.671Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-27T20:44:49.937Z] Removing intermediate container 4bd19d7afa2b [2020-08-27T20:44:49.937Z] ---> 875411d82517 [2020-08-27T20:44:49.937Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-27T20:44:50.512Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-27T20:44:50.512Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-27T20:44:50.512Z] . [Pipeline] withDockerContainer [2020-08-27T20:44:50.786Z] prd-ubuntu18.04-docker-arm64-4c-16g-507 does not seem to be running inside a container [2020-08-27T20:44:50.886Z] $ 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/36 -v /w/workspace/edgex-go/36:/w/workspace/edgex-go/36:rw,z -v /w/workspace/edgex-go/36@tmp:/w/workspace/edgex-go/36@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-08-27T20:44:51.084Z] ---> 786195400504 [2020-08-27T20:44:51.084Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-08-27T20:44:51.084Z] v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-27T20:44:51.084Z] v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-27T20:44:51.084Z] OK: 12746 distinct packages available [2020-08-27T20:44:51.347Z] OK: 233 MiB in 51 packages [2020-08-27T20:44:52.560Z] $ docker top 0b02efe271e4f6a1049faa5c63dc5fb1134cbf47aac752a7a1d1506773d298e1 -eo pid,comm [2020-08-27T20:44:52.759Z] ---> 163f1f930ac2 [2020-08-27T20:44:52.759Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-08-27T20:44:52.759Z] ---> 10889c81d9e0 [2020-08-27T20:44:52.759Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [Pipeline] { [Pipeline] sh [2020-08-27T20:44:53.020Z] Removing intermediate container 33597e5425ad [2020-08-27T20:44:53.020Z] ---> 0928df8a90ba [2020-08-27T20:44:53.020Z] [2020-08-27T20:44:53.020Z] Step 10/23 : FROM alpine [2020-08-27T20:44:53.020Z] ---> a24bb4013296 [2020-08-27T20:44:53.020Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-27T20:44:53.286Z] ---> Running in 3a3a5905b41d [2020-08-27T20:44:53.286Z] ---> ba6eca32b5bb [2020-08-27T20:44:53.286Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-08-27T20:44:53.286Z] ---> bf3ba9ccf19e [2020-08-27T20:44:53.286Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-08-27T20:44:53.286Z] Removing intermediate container 924b7c381630 [2020-08-27T20:44:53.286Z] ---> edf82f917171 [2020-08-27T20:44:53.286Z] Step 5/29 : COPY go.mod . [2020-08-27T20:44:53.555Z] ---> Running in 00f53cfc9463 [2020-08-27T20:44:53.555Z] ---> Running in e605c37af952 [2020-08-27T20:44:53.638Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-08-27T20:44:53.816Z] Removing intermediate container 3a3a5905b41d [2020-08-27T20:44:53.816Z] ---> 6833aecb576c [2020-08-27T20:44:53.816Z] Step 12/23 : ENV APP_PORT=48080 [2020-08-27T20:44:58.025Z] ---> Running in c20849577c79 [2020-08-27T20:44:58.025Z] ---> 3325683fa6a9 [2020-08-27T20:44:58.025Z] Step 6/29 : RUN go mod download [2020-08-27T20:44:58.025Z] Removing intermediate container e605c37af952 [2020-08-27T20:44:58.025Z] ---> 53939b3c8610 [2020-08-27T20:44:58.025Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-27T20:44:58.025Z] Removing intermediate container 00f53cfc9463 [2020-08-27T20:44:58.025Z] ---> 63c19f3efd2a [2020-08-27T20:44:58.025Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-27T20:44:58.025Z] ---> Running in ebfd24e50995 [2020-08-27T20:44:58.025Z] ---> Running in f0f188f1fb14 [2020-08-27T20:44:58.025Z] Removing intermediate container 998124e520a0 [2020-08-27T20:44:58.025Z] ---> 0f2635ca5ee6 [2020-08-27T20:44:58.025Z] [2020-08-27T20:44:58.025Z] Step 10/24 : FROM scratch [2020-08-27T20:44:58.025Z] ---> [2020-08-27T20:44:58.025Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-27T20:44:58.025Z] ---> Running in a9becbbc20b0 [2020-08-27T20:44:58.025Z] ---> Using cache [2020-08-27T20:44:58.025Z] ---> 6cd7fada843e [2020-08-27T20:44:58.025Z] Step 12/24 : ENV APP_PORT=48060 [2020-08-27T20:44:58.025Z] Removing intermediate container c20849577c79 [2020-08-27T20:44:58.025Z] ---> a907865b7651 [2020-08-27T20:44:58.025Z] Step 13/23 : EXPOSE $APP_PORT [2020-08-27T20:44:58.025Z] ---> Running in 1b3a4a00a893 [2020-08-27T20:44:58.025Z] Removing intermediate container ebfd24e50995 [2020-08-27T20:44:58.025Z] ---> be0671a8d61e [2020-08-27T20:44:58.025Z] Step 20/22 : LABEL arch=x86_64 [2020-08-27T20:44:58.025Z] Removing intermediate container a9becbbc20b0 [2020-08-27T20:44:58.025Z] ---> 514066169364 [2020-08-27T20:44:58.025Z] Step 20/22 : LABEL arch=x86_64 [2020-08-27T20:44:58.025Z] ---> Running in a351e6416f60 [2020-08-27T20:44:58.285Z] ---> Running in 1cc8a8259676 [2020-08-27T20:44:58.285Z] ---> Running in 587878b716e9 [2020-08-27T20:44:58.285Z] Removing intermediate container 1b3a4a00a893 [2020-08-27T20:44:58.285Z] ---> 62d3053664cc [2020-08-27T20:44:58.285Z] Step 13/24 : EXPOSE $APP_PORT [2020-08-27T20:44:58.547Z] Removing intermediate container a351e6416f60 [2020-08-27T20:44:58.547Z] ---> e870c6ca6f53 [2020-08-27T20:44:58.547Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-27T20:44:58.547Z] ---> Running in bd708fab4bab [2020-08-27T20:44:58.547Z] ---> Running in de313fa5c652 [2020-08-27T20:44:58.807Z] Removing intermediate container 1cc8a8259676 [2020-08-27T20:44:58.807Z] ---> 25f84a3da3a1 [2020-08-27T20:44:58.807Z] Step 21/22 : LABEL git_sha=3d601a6f95eac701c590ba37c1cfdc001ca4253f [2020-08-27T20:44:58.807Z] Removing intermediate container 587878b716e9 [2020-08-27T20:44:58.807Z] ---> 3e3986b27171 [2020-08-27T20:44:58.807Z] Step 21/22 : LABEL git_sha=3d601a6f95eac701c590ba37c1cfdc001ca4253f [2020-08-27T20:44:58.807Z] Removing intermediate container bd708fab4bab [2020-08-27T20:44:58.807Z] ---> ffdae8a046c0 [2020-08-27T20:44:58.807Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-08-27T20:44:59.071Z] ---> Running in 0e1a2de2f1cd [2020-08-27T20:44:59.071Z] ---> Running in 6222354a00a7 [2020-08-27T20:44:59.333Z] ---> b28baa81b582 [2020-08-27T20:44:59.333Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-08-27T20:44:59.333Z] Removing intermediate container 6222354a00a7 [2020-08-27T20:44:59.333Z] ---> aeeae390aefa [2020-08-27T20:44:59.333Z] Step 22/22 : LABEL version=0.0.0 [2020-08-27T20:44:59.333Z] Removing intermediate container 0e1a2de2f1cd [2020-08-27T20:44:59.333Z] ---> 16101231d875 [2020-08-27T20:44:59.333Z] Step 22/22 : LABEL version=0.0.0 [2020-08-27T20:44:59.906Z] ---> Running in a4147195a97b [2020-08-27T20:44:59.906Z] ---> Running in 962e4306598e [2020-08-27T20:44:59.906Z] Removing intermediate container f0f188f1fb14 [2020-08-27T20:44:59.906Z] ---> 3ff32c2dc209 [2020-08-27T20:44:59.906Z] Step 7/29 : COPY . . [2020-08-27T20:45:00.333Z] Building docker-core-command-go ... [2020-08-27T20:45:00.333Z] Building docker-core-data-go ... [2020-08-27T20:45:00.333Z] Building docker-core-metadata-go ... [2020-08-27T20:45:00.333Z] Building docker-security-proxy-setup-go ... [2020-08-27T20:45:00.333Z] Building docker-security-secrets-setup-go ... [2020-08-27T20:45:00.333Z] Building docker-security-secretstore-setup-go ... [2020-08-27T20:45:00.333Z] Building docker-support-logging-go ... [2020-08-27T20:45:00.333Z] Building docker-support-notifications-go ... [2020-08-27T20:45:00.333Z] Building docker-support-scheduler-go ... [2020-08-27T20:45:00.333Z] Building docker-sys-mgmt-agent-go ... [2020-08-27T20:45:00.333Z] Building docker-core-metadata-go [2020-08-27T20:45:00.333Z] Building docker-core-data-go [2020-08-27T20:45:00.333Z] Building docker-security-secrets-setup-go [2020-08-27T20:45:00.333Z] Building docker-security-secretstore-setup-go [2020-08-27T20:45:00.333Z] Building docker-support-notifications-go [2020-08-27T20:45:00.854Z] ---> fa8f9be84a16 [2020-08-27T20:45:00.854Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-08-27T20:45:01.430Z] Removing intermediate container 962e4306598e [2020-08-27T20:45:01.430Z] ---> bda023a1921d [2020-08-27T20:45:01.430Z] [2020-08-27T20:45:02.378Z] Removing intermediate container a4147195a97b [2020-08-27T20:45:02.378Z] ---> d30934a93a12 [2020-08-27T20:45:02.378Z] [2020-08-27T20:45:04.438Z] Successfully built d30934a93a12 [2020-08-27T20:45:04.438Z] Successfully tagged docker-core-metadata-go:latest [2020-08-27T20:45:04.707Z]  Building docker-core-metadata-go ... done Successfully built bda023a1921d [2020-08-27T20:45:05.657Z] Successfully tagged docker-core-command-go:latest [2020-08-27T20:45:05.917Z]  Building docker-core-command-go ... done  ---> 230130080e3e [2020-08-27T20:45:05.917Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-08-27T20:45:06.178Z] Removing intermediate container de313fa5c652 [2020-08-27T20:45:06.178Z] ---> 815a0d74780f [2020-08-27T20:45:06.178Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-08-27T20:45:08.095Z] ---> Running in 826734643a72 [2020-08-27T20:45:11.407Z] ---> 1fd8fb8c3c44 [2020-08-27T20:45:11.407Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-08-27T20:45:12.357Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-27T20:45:12.617Z] ---> 649c8cface06 [2020-08-27T20:45:12.617Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-08-27T20:45:12.877Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-27T20:45:13.447Z] ---> 3b0de5750d04 [2020-08-27T20:45:13.448Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-08-27T20:45:13.448Z] (1/5) Installing libgcc (9.3.0-r2) [2020-08-27T20:45:13.448Z] (2/5) Installing libsodium (1.0.18-r0) [2020-08-27T20:45:13.709Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-08-27T20:45:13.709Z] (4/5) Installing libzmq (4.3.2-r0) [2020-08-27T20:45:13.972Z] (5/5) Installing zeromq (4.3.2-r0) [2020-08-27T20:45:13.972Z] ---> Running in df8d5d2b8417 [2020-08-27T20:45:13.972Z] Executing busybox-1.31.1-r16.trigger [2020-08-27T20:45:13.972Z] OK: 8 MiB in 19 packages [2020-08-27T20:45:14.547Z] Removing intermediate container df8d5d2b8417 [2020-08-27T20:45:14.548Z] ---> 3d25c2c02eff [2020-08-27T20:45:14.548Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-27T20:45:15.964Z] ---> Running in 2bf586064e90 [2020-08-27T20:45:16.228Z] ---> 3acaea424a26 [2020-08-27T20:45:16.228Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-08-27T20:45:16.228Z] Removing intermediate container 2bf586064e90 [2020-08-27T20:45:16.228Z] ---> 1e23cae601a5 [2020-08-27T20:45:16.228Z] Step 22/24 : LABEL arch=x86_64 [2020-08-27T20:45:16.228Z] ---> Running in 7ca20ec366bf [2020-08-27T20:45:16.228Z] Removing intermediate container 826734643a72 [2020-08-27T20:45:16.228Z] ---> cd3f730d226c [2020-08-27T20:45:16.228Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-08-27T20:45:16.523Z] ---> Running in fc9bc81aaae4 [2020-08-27T20:45:16.523Z] Removing intermediate container fc9bc81aaae4 [2020-08-27T20:45:16.523Z] ---> 7df166a4a48b [2020-08-27T20:45:16.524Z] Step 23/24 : LABEL git_sha=3d601a6f95eac701c590ba37c1cfdc001ca4253f [2020-08-27T20:45:16.524Z] ---> 91e2dac124db [2020-08-27T20:45:16.524Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-08-27T20:45:16.791Z] ---> Running in 4f0373494434 [2020-08-27T20:45:16.791Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-08-27T20:45:17.056Z] Removing intermediate container 4f0373494434 [2020-08-27T20:45:17.056Z] ---> 271ad186929a [2020-08-27T20:45:17.056Z] Step 24/24 : LABEL version=0.0.0 [2020-08-27T20:45:17.056Z] ---> Running in cb7a79164d7b [2020-08-27T20:45:17.325Z] ---> 71a9e0956d96 [2020-08-27T20:45:17.325Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-08-27T20:45:17.325Z] Removing intermediate container cb7a79164d7b [2020-08-27T20:45:17.325Z] ---> 266c8980822a [2020-08-27T20:45:17.325Z] [2020-08-27T20:45:17.603Z] Successfully built 266c8980822a [2020-08-27T20:45:17.603Z] Successfully tagged docker-support-notifications-go:latest [2020-08-27T20:45:17.603Z]  Building docker-support-notifications-go ... done  ---> 511113576e96 [2020-08-27T20:45:17.603Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-08-27T20:45:17.603Z] ---> Running in 640f5b090167 [2020-08-27T20:45:17.882Z] Removing intermediate container 640f5b090167 [2020-08-27T20:45:17.882Z] ---> c5eecbf05174 [2020-08-27T20:45:17.882Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-27T20:45:18.148Z] ---> Running in 6fa5390821b6 [2020-08-27T20:45:18.415Z] Removing intermediate container 6fa5390821b6 [2020-08-27T20:45:18.415Z] ---> cf8582e9fc1c [2020-08-27T20:45:18.415Z] Step 21/23 : LABEL arch=x86_64 [2020-08-27T20:45:18.415Z] ---> Running in 6d1f33914176 [2020-08-27T20:45:18.684Z] Removing intermediate container 6d1f33914176 [2020-08-27T20:45:18.684Z] ---> fb5447f6a343 [2020-08-27T20:45:18.684Z] Step 22/23 : LABEL git_sha=3d601a6f95eac701c590ba37c1cfdc001ca4253f [2020-08-27T20:45:18.950Z] ---> Running in abf75e8c6325 [2020-08-27T20:45:19.218Z] Removing intermediate container abf75e8c6325 [2020-08-27T20:45:19.218Z] ---> 262fd3461716 [2020-08-27T20:45:19.218Z] Step 23/23 : LABEL version=0.0.0 [2020-08-27T20:45:19.484Z] ---> Running in b92b51d2af22 [2020-08-27T20:45:19.484Z] Removing intermediate container b92b51d2af22 [2020-08-27T20:45:19.484Z] ---> dadea2cc629a [2020-08-27T20:45:19.484Z] [2020-08-27T20:45:19.768Z] Successfully built dadea2cc629a [2020-08-27T20:45:19.768Z] Successfully tagged docker-core-data-go:latest [2020-08-27T20:45:27.942Z]  Building docker-core-data-go ... done Removing intermediate container 7ca20ec366bf [2020-08-27T20:45:27.942Z] ---> 3022df4087cc [2020-08-27T20:45:27.942Z] [2020-08-27T20:45:27.942Z] Step 9/29 : FROM alpine:latest [2020-08-27T20:45:27.942Z] ---> a24bb4013296 [2020-08-27T20:45:27.942Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-08-27T20:45:27.942Z] ---> Running in 6b50f02bd091 [2020-08-27T20:45:27.942Z] Removing intermediate container 6b50f02bd091 [2020-08-27T20:45:27.942Z] ---> c5608f350890 [2020-08-27T20:45:27.942Z] Step 11/29 : USER root [2020-08-27T20:45:27.942Z] ---> Running in 86c09a6d01fb [2020-08-27T20:45:27.942Z] Removing intermediate container 86c09a6d01fb [2020-08-27T20:45:27.942Z] ---> 04f526f0a744 [2020-08-27T20:45:27.942Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-08-27T20:45:27.942Z] ---> Running in ec863c680e2d [2020-08-27T20:45:27.942Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-27T20:45:28.203Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-27T20:45:28.203Z] v3.12.0-263-gf2a2ffc32b [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-27T20:45:28.203Z] v3.12.0-259-g31aac9de85 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-27T20:45:28.203Z] OK: 12746 distinct packages available [2020-08-27T20:45:28.463Z] (1/2) Installing ca-certificates (20191127-r4) [2020-08-27T20:45:28.463Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-08-27T20:45:28.463Z] Executing busybox-1.31.1-r16.trigger [2020-08-27T20:45:28.463Z] Executing ca-certificates-20191127-r4.trigger [2020-08-27T20:45:28.463Z] OK: 6 MiB in 16 packages [2020-08-27T20:45:29.846Z] Removing intermediate container ec863c680e2d [2020-08-27T20:45:29.847Z] ---> 027bb0a2dc85 [2020-08-27T20:45:29.847Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-08-27T20:45:29.847Z] ---> Running in 5ef95728db62 [2020-08-27T20:45:30.238Z] Removing intermediate container 5ef95728db62 [2020-08-27T20:45:30.238Z] ---> 0280bacd1d28 [2020-08-27T20:45:30.238Z] Step 14/29 : WORKDIR $BASE_DIR [2020-08-27T20:45:30.238Z] ---> Running in 68e33855127f [2020-08-27T20:45:30.238Z] Removing intermediate container 68e33855127f [2020-08-27T20:45:30.238Z] ---> 01f8e1aa67c6 [2020-08-27T20:45:30.238Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-08-27T20:45:30.497Z] ---> Running in 24f6f756afa0 [2020-08-27T20:45:31.067Z] Removing intermediate container 24f6f756afa0 [2020-08-27T20:45:31.067Z] ---> 236c1be030bd [2020-08-27T20:45:31.067Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-08-27T20:45:31.639Z] ---> 6e019466404f [2020-08-27T20:45:31.639Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-08-27T20:45:31.898Z] ---> 8083d923b114 [2020-08-27T20:45:31.898Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-08-27T20:45:32.158Z] ---> f46559cf72e7 [2020-08-27T20:45:32.158Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-08-27T20:45:32.418Z] ---> 88e2790a9287 [2020-08-27T20:45:32.418Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-08-27T20:45:32.679Z] ---> 6c213ea50c47 [2020-08-27T20:45:32.679Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-08-27T20:45:32.679Z] ---> Running in 25bd794d2ea7 [2020-08-27T20:45:33.619Z] Removing intermediate container 25bd794d2ea7 [2020-08-27T20:45:33.619Z] ---> 59b6a8b5a2b6 [2020-08-27T20:45:33.619Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-08-27T20:45:33.619Z] ---> 92a4616b01eb [2020-08-27T20:45:33.619Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-27T20:45:33.880Z] ---> Running in 14fbbf592010 [2020-08-27T20:45:34.451Z] Removing intermediate container 14fbbf592010 [2020-08-27T20:45:34.451Z] ---> 82c6e94c650c [2020-08-27T20:45:34.451Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-08-27T20:45:34.711Z] ---> Running in 2b1b17398267 [2020-08-27T20:45:35.651Z] Removing intermediate container 2b1b17398267 [2020-08-27T20:45:35.651Z] ---> 95739b6ec29c [2020-08-27T20:45:35.651Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-08-27T20:45:35.651Z] ---> Running in ec69773cbb99 [2020-08-27T20:45:35.911Z] Removing intermediate container ec69773cbb99 [2020-08-27T20:45:35.911Z] ---> 566bc3d5ec7f [2020-08-27T20:45:35.911Z] Step 26/29 : CMD [ "generate" ] [2020-08-27T20:45:35.911Z] ---> Running in c194ff6b1efc [2020-08-27T20:45:35.911Z] Removing intermediate container c194ff6b1efc [2020-08-27T20:45:35.911Z] ---> 70916053c451 [2020-08-27T20:45:35.911Z] Step 27/29 : LABEL arch=x86_64 [2020-08-27T20:45:36.171Z] ---> Running in dbe0b49992ae [2020-08-27T20:45:36.171Z] Removing intermediate container dbe0b49992ae [2020-08-27T20:45:36.171Z] ---> 0b4cd1b76f29 [2020-08-27T20:45:36.171Z] Step 28/29 : LABEL git_sha=3d601a6f95eac701c590ba37c1cfdc001ca4253f [2020-08-27T20:45:36.433Z] ---> Running in 689eb5a74d7f [2020-08-27T20:45:36.433Z] Removing intermediate container 689eb5a74d7f [2020-08-27T20:45:36.433Z] ---> 985e1883cbc7 [2020-08-27T20:45:36.433Z] Step 29/29 : LABEL version=0.0.0 [2020-08-27T20:45:36.433Z] ---> Running in b1503c59ac25 [2020-08-27T20:45:36.694Z] Removing intermediate container b1503c59ac25 [2020-08-27T20:45:36.694Z] ---> da7a1abfc813 [2020-08-27T20:45:36.694Z] [2020-08-27T20:45:36.955Z] Successfully built da7a1abfc813 [2020-08-27T20:45:36.955Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-08-27T20:45:37.244Z]  Building docker-security-secrets-setup-go ... done  [Pipeline] } [2020-08-27T20:45:37.306Z] $ docker stop --time=1 51e73c18a14a232802c184c181766fa1b66e412fdd8758333fe5755d8770ff98 [2020-08-27T20:45:39.144Z] $ docker rm -f 51e73c18a14a232802c184c181766fa1b66e412fdd8758333fe5755d8770ff98 [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-27T20:45:39.720Z] + docker images [2020-08-27T20:45:39.720Z] + grep docker [2020-08-27T20:45:39.982Z] docker-security-secrets-setup-go latest da7a1abfc813 3 seconds ago 25.1MB [2020-08-27T20:45:39.982Z] docker-core-data-go latest dadea2cc629a 20 seconds ago 24.5MB [2020-08-27T20:45:39.982Z] docker-support-notifications-go latest 266c8980822a 22 seconds ago 14.5MB [2020-08-27T20:45:39.982Z] docker-core-command-go latest bda023a1921d 39 seconds ago 13MB [2020-08-27T20:45:39.982Z] docker-core-metadata-go latest d30934a93a12 39 seconds ago 14.4MB [2020-08-27T20:45:39.982Z] docker-sys-mgmt-agent-go latest c7ff827eea21 About a minute ago 284MB [2020-08-27T20:45:39.982Z] docker-security-secretstore-setup-go latest 070f8c4a4f2b 2 minutes ago 33.9MB [2020-08-27T20:45:39.982Z] docker-support-logging-go latest 05c8faeca3ae 3 minutes ago 11.8MB [2020-08-27T20:45:39.982Z] docker-security-proxy-setup-go latest d4d76d8e53c0 3 minutes ago 16.4MB [2020-08-27T20:45:39.982Z] docker-support-scheduler-go latest ddae943c16ea 3 minutes ago 13.1MB [2020-08-27T20:45:39.982Z] docker latest 81f5749c9058 2 months ago 211MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-08-27T20:46:52.140Z] Step 1/24 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-27T20:46:52.140Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-08-27T20:46:52.140Z] ---> 1949e66f8117 [2020-08-27T20:46:52.140Z] Step 3/24 : WORKDIR /edgex-go [2020-08-27T20:46:52.140Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-27T20:46:52.140Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-08-27T20:46:52.140Z] ---> 1949e66f8117 [2020-08-27T20:46:52.140Z] Step 3/22 : WORKDIR /edgex-go [2020-08-27T20:46:52.140Z] Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-27T20:46:52.140Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-08-27T20:46:52.140Z] ---> 1949e66f8117 [2020-08-27T20:46:52.140Z] Step 3/23 : WORKDIR /edgex-go [2020-08-27T20:46:52.141Z] Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-27T20:46:52.141Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-08-27T20:46:52.141Z] ---> 1949e66f8117 [2020-08-27T20:46:52.141Z] Step 3/29 : WORKDIR /edgex-go [2020-08-27T20:46:52.141Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-27T20:46:52.141Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-08-27T20:46:52.141Z] ---> 1949e66f8117 [2020-08-27T20:46:52.141Z] Step 3/26 : WORKDIR /edgex-go [2020-08-27T20:46:53.574Z] ---> Running in 132bbb23f51f [2020-08-27T20:46:53.574Z] ---> Running in 173f26fcd105 [2020-08-27T20:46:53.574Z] ---> Running in 946956d1aa05 [2020-08-27T20:46:53.574Z] ---> Running in e2a8007ce4cf [2020-08-27T20:46:53.574Z] ---> Running in 3b6123407fa3 [2020-08-27T20:46:54.589Z] Removing intermediate container 3b6123407fa3 [2020-08-27T20:46:54.589Z] ---> c40ec30ace2f [2020-08-27T20:46:54.589Z] Step 4/29 : RUN apk update && apk add make git [2020-08-27T20:46:54.589Z] Removing intermediate container e2a8007ce4cf [2020-08-27T20:46:54.589Z] ---> f91aa0634ac5 [2020-08-27T20:46:54.589Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-27T20:46:54.589Z] Removing intermediate container 173f26fcd105 [2020-08-27T20:46:54.589Z] ---> 41a3fd28edac [2020-08-27T20:46:54.589Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-27T20:46:54.589Z] Removing intermediate container 946956d1aa05 [2020-08-27T20:46:54.589Z] ---> 7c75b599dd0e [2020-08-27T20:46:54.589Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-27T20:46:54.589Z] Removing intermediate container 132bbb23f51f [2020-08-27T20:46:54.589Z] ---> d25ecbd4224e [2020-08-27T20:46:54.589Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-27T20:46:54.869Z] ---> Running in 471724f762fc [2020-08-27T20:46:54.869Z] ---> Running in 904ac4e0098e [2020-08-27T20:46:54.869Z] ---> Running in eb58759db399 [2020-08-27T20:46:54.869Z] ---> Running in 909a5a3c8129 [2020-08-27T20:46:55.162Z] ---> Running in 1ed695bf4c69 [2020-08-27T20:46:58.003Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-27T20:46:58.607Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-27T20:47:00.050Z] v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-27T20:47:00.050Z] v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-27T20:47:00.050Z] OK: 12617 distinct packages available [2020-08-27T20:47:00.050Z] Removing intermediate container 904ac4e0098e [2020-08-27T20:47:00.050Z] ---> 59fce1266405 [2020-08-27T20:47:00.050Z] Step 5/22 : RUN apk update && apk add make git [2020-08-27T20:47:00.343Z] ---> Running in cdeb28b0cea6 [2020-08-27T20:47:00.343Z] Removing intermediate container eb58759db399 [2020-08-27T20:47:00.343Z] ---> c4fdf2efc502 [2020-08-27T20:47:00.343Z] Step 5/26 : RUN apk update && apk add make git [2020-08-27T20:47:00.632Z] ---> Running in 16b76afc394a [2020-08-27T20:47:00.912Z] Removing intermediate container 909a5a3c8129 [2020-08-27T20:47:00.912Z] ---> a73ab3136bd7 [2020-08-27T20:47:00.912Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-08-27T20:47:00.912Z] OK: 217 MiB in 51 packages [2020-08-27T20:47:01.200Z] Removing intermediate container 1ed695bf4c69 [2020-08-27T20:47:01.200Z] ---> 743564ec93a6 [2020-08-27T20:47:01.200Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-08-27T20:47:01.200Z] ---> Running in c4fcb9968d50 [2020-08-27T20:47:01.484Z] ---> Running in f6ba55f2fc7f [2020-08-27T20:47:02.920Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-27T20:47:03.196Z] Removing intermediate container 471724f762fc [2020-08-27T20:47:03.196Z] ---> 88e98d2bf766 [2020-08-27T20:47:03.196Z] Step 5/29 : COPY go.mod . [2020-08-27T20:47:03.471Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-27T20:47:03.746Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-27T20:47:04.025Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-27T20:47:04.301Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-27T20:47:04.302Z] ---> cfe266186ba2 [2020-08-27T20:47:04.302Z] Step 6/29 : RUN go mod download [2020-08-27T20:47:04.302Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-27T20:47:04.571Z] ---> Running in 18a30cdccff1 [2020-08-27T20:47:04.848Z] v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-27T20:47:04.848Z] v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-27T20:47:04.848Z] OK: 12617 distinct packages available [2020-08-27T20:47:04.848Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-27T20:47:05.126Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-27T20:47:05.742Z] v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-27T20:47:05.742Z] v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-27T20:47:05.742Z] OK: 12617 distinct packages available [2020-08-27T20:47:06.015Z] OK: 217 MiB in 51 packages [2020-08-27T20:47:06.291Z] v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-27T20:47:06.291Z] v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-27T20:47:06.291Z] OK: 12617 distinct packages available [2020-08-27T20:47:06.572Z] v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-27T20:47:06.572Z] v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-27T20:47:06.572Z] OK: 12617 distinct packages available [2020-08-27T20:47:07.186Z] OK: 217 MiB in 51 packages [2020-08-27T20:47:07.467Z] OK: 217 MiB in 51 packages [2020-08-27T20:47:07.747Z] OK: 217 MiB in 51 packages [2020-08-27T20:47:08.059Z] Removing intermediate container cdeb28b0cea6 [2020-08-27T20:47:08.059Z] ---> f26683d07245 [2020-08-27T20:47:08.059Z] Step 6/22 : COPY go.mod . [2020-08-27T20:47:09.054Z] Removing intermediate container 16b76afc394a [2020-08-27T20:47:09.054Z] ---> 8dab4b2ebb7e [2020-08-27T20:47:09.054Z] Step 6/26 : COPY go.mod . [2020-08-27T20:47:09.331Z] ---> 95c3edd31276 [2020-08-27T20:47:09.331Z] Step 7/22 : RUN go mod download [2020-08-27T20:47:09.609Z] Removing intermediate container c4fcb9968d50 [2020-08-27T20:47:09.609Z] ---> f96671f265f2 [2020-08-27T20:47:09.609Z] Step 6/24 : COPY go.mod . [2020-08-27T20:47:09.609Z] ---> Running in f101d30518d9 [2020-08-27T20:47:09.901Z] Removing intermediate container 18a30cdccff1 [2020-08-27T20:47:09.901Z] ---> bd75a02f0933 [2020-08-27T20:47:09.901Z] Step 7/29 : COPY . . [2020-08-27T20:47:10.179Z] Removing intermediate container f6ba55f2fc7f [2020-08-27T20:47:10.179Z] ---> 516978d09e8a [2020-08-27T20:47:10.179Z] Step 6/23 : COPY go.mod . [2020-08-27T20:47:10.463Z] ---> b5650d2b473e [2020-08-27T20:47:10.463Z] Step 7/26 : RUN go mod download [2020-08-27T20:47:10.744Z] ---> Running in 0f5d062ba1e3 [2020-08-27T20:47:10.744Z] ---> ea4139c2b87b [2020-08-27T20:47:10.744Z] Step 7/24 : RUN go mod download [2020-08-27T20:47:11.032Z] ---> Running in d457717a6772 [2020-08-27T20:47:11.645Z] ---> d95cb2a43c01 [2020-08-27T20:47:11.645Z] Step 7/23 : RUN go mod download [2020-08-27T20:47:12.250Z] ---> Running in 7865472502c1 [2020-08-27T20:47:14.897Z] Removing intermediate container f101d30518d9 [2020-08-27T20:47:14.897Z] ---> 4666843100d0 [2020-08-27T20:47:14.897Z] Step 8/22 : COPY . . [2020-08-27T20:47:16.338Z] Removing intermediate container 0f5d062ba1e3 [2020-08-27T20:47:16.338Z] ---> 425c1476587f [2020-08-27T20:47:16.338Z] Step 8/26 : COPY . . [2020-08-27T20:47:16.338Z] Removing intermediate container d457717a6772 [2020-08-27T20:47:16.338Z] ---> 37ec9ff67f38 [2020-08-27T20:47:16.338Z] Step 8/24 : COPY . . [2020-08-27T20:47:17.822Z] Removing intermediate container 7865472502c1 [2020-08-27T20:47:17.822Z] ---> 7caa1b72d423 [2020-08-27T20:47:17.822Z] Step 8/23 : COPY . . [2020-08-27T20:47:50.169Z] ---> 131265679744 [2020-08-27T20:47:50.169Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-08-27T20:47:50.169Z] ---> fba11c839697 [2020-08-27T20:47:50.169Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-08-27T20:47:50.169Z] ---> 79c7b2cac4e1 [2020-08-27T20:47:50.169Z] Step 9/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup cmd/security-secretstore-read/security-secretstore-read [2020-08-27T20:47:50.169Z] ---> Running in 38b311fd6ee9 [2020-08-27T20:47:50.169Z] ---> 688256e52ac1 [2020-08-27T20:47:50.169Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-08-27T20:47:50.169Z] ---> 0e632a9c89f4 [2020-08-27T20:47:50.169Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-08-27T20:47:50.169Z] ---> Running in 1feaf1eacee6 [2020-08-27T20:47:50.169Z] ---> Running in 7a809344b3ce [2020-08-27T20:47:50.169Z] ---> Running in b344f96c3be7 [2020-08-27T20:47:50.169Z] ---> Running in 8e222e482fa2 [2020-08-27T20:47:51.161Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-08-27T20:47:51.762Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-08-27T20:47:51.762Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-08-27T20:47:52.048Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-08-27T20:47:52.048Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-08-27T20:49:43.960Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-08-27T20:49:43.960Z] Removing intermediate container 38b311fd6ee9 [2020-08-27T20:49:43.960Z] ---> 1261a0940f9d [2020-08-27T20:49:43.960Z] [2020-08-27T20:49:43.960Z] Step 9/29 : FROM alpine:latest [2020-08-27T20:49:43.960Z] latest: Pulling from library/alpine [2020-08-27T20:49:43.960Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-08-27T20:49:43.960Z] Status: Downloaded newer image for alpine:latest [2020-08-27T20:49:43.960Z] ---> 62ee0e9f8440 [2020-08-27T20:49:43.960Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-08-27T20:49:43.960Z] ---> Running in e7c6548d8a99 [2020-08-27T20:49:43.960Z] Removing intermediate container e7c6548d8a99 [2020-08-27T20:49:43.960Z] ---> b468ec2b6940 [2020-08-27T20:49:43.960Z] Step 11/29 : USER root [2020-08-27T20:49:43.960Z] ---> Running in b7895deb3b4c [2020-08-27T20:49:43.960Z] Removing intermediate container b7895deb3b4c [2020-08-27T20:49:43.960Z] ---> 97577c0e4903 [2020-08-27T20:49:43.960Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-08-27T20:49:43.960Z] ---> Running in f6eb37996b04 [2020-08-27T20:49:43.960Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-27T20:49:43.960Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-27T20:49:43.960Z] v3.12.0-263-gf2a2ffc32b [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-27T20:49:43.960Z] v3.12.0-259-g31aac9de85 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-27T20:49:43.960Z] OK: 12617 distinct packages available [2020-08-27T20:49:43.960Z] (1/2) Installing ca-certificates (20191127-r4) [2020-08-27T20:49:43.960Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-08-27T20:49:43.960Z] Executing busybox-1.31.1-r16.trigger [2020-08-27T20:49:43.960Z] Executing ca-certificates-20191127-r4.trigger [2020-08-27T20:49:43.960Z] OK: 6 MiB in 16 packages [2020-08-27T20:49:43.960Z] Removing intermediate container f6eb37996b04 [2020-08-27T20:49:43.960Z] ---> 8904a6d066cf [2020-08-27T20:49:43.960Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-08-27T20:49:43.960Z] ---> Running in 483ce92bddcc [2020-08-27T20:49:43.960Z] Removing intermediate container 483ce92bddcc [2020-08-27T20:49:43.960Z] ---> c3977b5bf069 [2020-08-27T20:49:43.960Z] Step 14/29 : WORKDIR $BASE_DIR [2020-08-27T20:49:43.960Z] ---> Running in 6d225c3da996 [2020-08-27T20:49:43.960Z] Removing intermediate container 6d225c3da996 [2020-08-27T20:49:43.960Z] ---> 16001618aec7 [2020-08-27T20:49:43.960Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-08-27T20:49:43.960Z] ---> Running in 9098213ff0f1 [2020-08-27T20:49:45.985Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-08-27T20:49:47.470Z] Removing intermediate container 9098213ff0f1 [2020-08-27T20:49:47.470Z] ---> e09552eab7ab [2020-08-27T20:49:47.470Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-08-27T20:49:49.477Z] ---> d857f5469a56 [2020-08-27T20:49:49.477Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-08-27T20:49:50.938Z] ---> 1b9bd5570aaf [2020-08-27T20:49:50.938Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-08-27T20:49:52.420Z] ---> 7f8c0b7a09ed [2020-08-27T20:49:52.420Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-08-27T20:49:53.424Z] ---> 5b22153cfc20 [2020-08-27T20:49:53.424Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-08-27T20:49:54.916Z] ---> 3c5f3e515236 [2020-08-27T20:49:54.916Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-08-27T20:49:55.192Z] ---> Running in 21d3ef2250b9 [2020-08-27T20:50:00.712Z] Removing intermediate container 21d3ef2250b9 [2020-08-27T20:50:00.712Z] ---> 90b6fb7e6be5 [2020-08-27T20:50:00.712Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-08-27T20:50:02.734Z] ---> 741985a2f7bc [2020-08-27T20:50:02.734Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-27T20:50:03.016Z] ---> Running in b0e4e9057392 [2020-08-27T20:50:04.020Z] Removing intermediate container 1feaf1eacee6 [2020-08-27T20:50:04.020Z] ---> b32624c46b8a [2020-08-27T20:50:04.020Z] [2020-08-27T20:50:04.020Z] Step 10/26 : FROM alpine:3.10 [2020-08-27T20:50:04.324Z] 3.10: Pulling from library/alpine [2020-08-27T20:50:06.365Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-08-27T20:50:06.365Z] Status: Downloaded newer image for alpine:3.10 [2020-08-27T20:50:06.365Z] ---> 536a684cf733 [2020-08-27T20:50:06.365Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-08-27T20:50:07.376Z] ---> Running in 33d71afd5559 [2020-08-27T20:50:08.882Z] Removing intermediate container b0e4e9057392 [2020-08-27T20:50:08.882Z] ---> 813b0a9f796e [2020-08-27T20:50:08.882Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-08-27T20:50:08.882Z] ---> Running in 69b5fc206e83 [2020-08-27T20:50:10.340Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-08-27T20:50:10.943Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-08-27T20:50:11.567Z] v3.10.5-78-g117b307f50 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-08-27T20:50:11.567Z] v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-08-27T20:50:11.567Z] OK: 10167 distinct packages available [2020-08-27T20:50:13.039Z] (1/5) Installing ca-certificates (20191127-r2) [2020-08-27T20:50:13.039Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-08-27T20:50:13.039Z] (3/5) Installing libcurl (7.66.0-r0) [2020-08-27T20:50:13.039Z] (4/5) Installing curl (7.66.0-r0) [2020-08-27T20:50:13.039Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-08-27T20:50:13.039Z] Executing busybox-1.30.1-r3.trigger [2020-08-27T20:50:13.039Z] Executing ca-certificates-20191127-r2.trigger [2020-08-27T20:50:13.319Z] OK: 7 MiB in 19 packages [2020-08-27T20:50:14.321Z] Removing intermediate container b344f96c3be7 [2020-08-27T20:50:14.321Z] ---> 5614daf2a9b0 [2020-08-27T20:50:14.321Z] [2020-08-27T20:50:14.321Z] Step 10/24 : FROM scratch [2020-08-27T20:50:14.321Z] ---> [2020-08-27T20:50:14.321Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-27T20:50:14.924Z] ---> Running in ee0a301e00d5 [2020-08-27T20:50:15.911Z] Removing intermediate container 69b5fc206e83 [2020-08-27T20:50:15.911Z] ---> 6b7235f7298c [2020-08-27T20:50:15.911Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-08-27T20:50:16.195Z] Removing intermediate container ee0a301e00d5 [2020-08-27T20:50:16.195Z] ---> 0f489489d41d [2020-08-27T20:50:16.195Z] Step 12/24 : ENV APP_PORT=48060 [2020-08-27T20:50:16.195Z] ---> Running in 7b22570d8df6 [2020-08-27T20:50:16.195Z] ---> Running in 94a3638e29a5 [2020-08-27T20:50:16.480Z] Removing intermediate container 33d71afd5559 [2020-08-27T20:50:16.480Z] ---> 8090a48f6bdc [2020-08-27T20:50:16.480Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-27T20:50:16.755Z] ---> Running in ec545342c03e [2020-08-27T20:50:17.356Z] Removing intermediate container 94a3638e29a5 [2020-08-27T20:50:17.356Z] ---> 0e4ba66cdde0 [2020-08-27T20:50:17.356Z] Removing intermediate container 7b22570d8df6 [2020-08-27T20:50:17.356Z] ---> 7743c4b06e7f [2020-08-27T20:50:17.356Z] Step 13/24 : EXPOSE $APP_PORTStep 26/29 : CMD [ "generate" ] [2020-08-27T20:50:17.356Z] [2020-08-27T20:50:17.631Z] ---> Running in 620e29c172ae [2020-08-27T20:50:17.631Z] ---> Running in d8adbd128ba8 [2020-08-27T20:50:17.631Z] Removing intermediate container ec545342c03e [2020-08-27T20:50:17.631Z] ---> 90e1046bc04f [2020-08-27T20:50:17.631Z] Step 13/26 : WORKDIR / [2020-08-27T20:50:18.230Z] ---> Running in b654a612b786 [2020-08-27T20:50:18.504Z] Removing intermediate container 620e29c172ae [2020-08-27T20:50:18.504Z] Removing intermediate container d8adbd128ba8 [2020-08-27T20:50:18.777Z] ---> 40cef53a8875 [2020-08-27T20:50:18.777Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-08-27T20:50:18.777Z] ---> 274be9dd775e [2020-08-27T20:50:18.777Z] Step 27/29 : LABEL arch=arm64 [2020-08-27T20:50:19.056Z] ---> Running in 154f587e6345 [2020-08-27T20:50:19.056Z] Removing intermediate container b654a612b786 [2020-08-27T20:50:19.056Z] ---> f706074a0c5b [2020-08-27T20:50:19.056Z] Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-08-27T20:50:20.046Z] Removing intermediate container 154f587e6345 [2020-08-27T20:50:20.046Z] ---> 0efc7da1c8df [2020-08-27T20:50:20.046Z] Step 28/29 : LABEL git_sha=3d601a6f95eac701c590ba37c1cfdc001ca4253f [2020-08-27T20:50:20.327Z] ---> Running in cfdf4534cb50 [2020-08-27T20:50:20.608Z] ---> 9188249316eb [2020-08-27T20:50:20.608Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-08-27T20:50:20.883Z] ---> d072e5e01bf8 [2020-08-27T20:50:20.883Z] Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-08-27T20:50:21.168Z] Removing intermediate container cfdf4534cb50 [2020-08-27T20:50:21.168Z] ---> e420d401c914 [2020-08-27T20:50:21.168Z] Step 29/29 : LABEL version=0.0.0 [2020-08-27T20:50:21.765Z] ---> Running in 6aafeaa0365c [2020-08-27T20:50:21.765Z] Removing intermediate container 7a809344b3ce [2020-08-27T20:50:21.765Z] ---> 924717ebdf32 [2020-08-27T20:50:21.765Z] [2020-08-27T20:50:21.765Z] Step 10/22 : FROM scratch [2020-08-27T20:50:21.765Z] ---> [2020-08-27T20:50:21.765Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-27T20:50:22.372Z] ---> Running in 40e4abd8ec53 [2020-08-27T20:50:22.372Z] ---> f28d91f0ce6d [2020-08-27T20:50:22.372Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-08-27T20:50:22.372Z] Removing intermediate container 6aafeaa0365c [2020-08-27T20:50:22.372Z] ---> 352387279bae [2020-08-27T20:50:22.372Z] [2020-08-27T20:50:22.662Z] ---> 27b1f83ece2b [2020-08-27T20:50:22.662Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-08-27T20:50:22.934Z] Removing intermediate container 40e4abd8ec53 [2020-08-27T20:50:22.934Z] ---> 1d190ac23bdf [2020-08-27T20:50:22.934Z] Step 12/22 : ENV APP_PORT=48081 [2020-08-27T20:50:22.934Z] ---> Running in 03916ac139c9 [2020-08-27T20:50:23.217Z] Successfully built 352387279bae [2020-08-27T20:50:23.495Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-08-27T20:50:23.495Z] Building docker-support-scheduler-go [2020-08-27T20:50:23.495Z]  Building docker-security-secrets-setup-go ... done  ---> c90494a1a3b1 [2020-08-27T20:50:23.495Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-08-27T20:50:23.770Z] Removing intermediate container 03916ac139c9 [2020-08-27T20:50:23.770Z] ---> 7776dbbc1286 [2020-08-27T20:50:23.770Z] Step 13/22 : EXPOSE $APP_PORT [2020-08-27T20:50:24.043Z] ---> Running in ef668947b908 [2020-08-27T20:50:24.642Z] ---> d415f281bac4 [2020-08-27T20:50:24.642Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-08-27T20:50:24.915Z] Removing intermediate container ef668947b908 [2020-08-27T20:50:24.915Z] ---> 80a566576c9d [2020-08-27T20:50:24.915Z] Step 14/22 : WORKDIR / [2020-08-27T20:50:24.915Z] ---> 9ae7eb1f6bee [2020-08-27T20:50:24.915Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-08-27T20:50:25.192Z] ---> Running in e94aa215876b [2020-08-27T20:50:26.644Z] ---> 7c5f1726693b [2020-08-27T20:50:26.644Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-08-27T20:50:26.644Z] Removing intermediate container e94aa215876b [2020-08-27T20:50:26.644Z] ---> a36a04ddd84e [2020-08-27T20:50:26.644Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-08-27T20:50:27.247Z] ---> 1557603d2b3e [2020-08-27T20:50:27.248Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-08-27T20:50:28.234Z] ---> 9c410251e9b6 [2020-08-27T20:50:28.234Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-08-27T20:50:29.683Z] ---> 3bf3014d79a1 [2020-08-27T20:50:29.683Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-08-27T20:50:29.683Z] ---> dcb8180b37b9 [2020-08-27T20:50:29.683Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-08-27T20:50:31.135Z] ---> c616c58b5b66 [2020-08-27T20:50:31.135Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-08-27T20:50:31.747Z] ---> a080a1afc6c6 [2020-08-27T20:50:31.747Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-08-27T20:50:32.027Z] ---> 4bcab7206255 [2020-08-27T20:50:32.027Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-08-27T20:50:32.027Z] ---> Running in 76a58afbba49 [2020-08-27T20:50:32.027Z] ---> 176e1cbd0772 [2020-08-27T20:50:32.027Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-08-27T20:50:32.637Z] ---> Running in f9211282ffa0 [2020-08-27T20:50:32.909Z] Removing intermediate container 76a58afbba49 [2020-08-27T20:50:32.909Z] ---> 085a1aba608c [2020-08-27T20:50:32.909Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-27T20:50:33.182Z] ---> Running in c95ccfcb48f7 [2020-08-27T20:50:33.467Z] ---> 5fb21c322c9e [2020-08-27T20:50:33.467Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-27T20:50:33.467Z] Removing intermediate container f9211282ffa0 [2020-08-27T20:50:33.467Z] ---> b1995e45bf12 [2020-08-27T20:50:33.467Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-27T20:50:33.467Z] ---> Running in 7c7bd6937186 [2020-08-27T20:50:33.745Z] ---> Running in 56d987117701 [2020-08-27T20:50:33.745Z] Removing intermediate container c95ccfcb48f7 [2020-08-27T20:50:33.745Z] ---> 9aba15020c6b [2020-08-27T20:50:33.745Z] Step 22/24 : LABEL arch=arm64 [2020-08-27T20:50:34.021Z] ---> Running in 79bcc3780d52 [2020-08-27T20:50:34.632Z] Removing intermediate container 7c7bd6937186 [2020-08-27T20:50:34.632Z] ---> 953e16c938d2 [2020-08-27T20:50:34.632Z] Step 20/22 : LABEL arch=arm64 [2020-08-27T20:50:34.906Z] Removing intermediate container 79bcc3780d52 [2020-08-27T20:50:34.906Z] ---> e83b88736f43 [2020-08-27T20:50:34.906Z] Step 23/24 : LABEL git_sha=3d601a6f95eac701c590ba37c1cfdc001ca4253f [2020-08-27T20:50:35.185Z] ---> Running in 625caff2f916 [2020-08-27T20:50:35.786Z] ---> Running in 88c0b6ed7016 [2020-08-27T20:50:36.381Z] Removing intermediate container 625caff2f916 [2020-08-27T20:50:36.381Z] ---> a07d209bb84f [2020-08-27T20:50:36.381Z] Step 21/22 : LABEL git_sha=3d601a6f95eac701c590ba37c1cfdc001ca4253f [2020-08-27T20:50:36.653Z] Removing intermediate container 88c0b6ed7016 [2020-08-27T20:50:36.653Z] ---> 42917a01fcec [2020-08-27T20:50:36.653Z] Step 24/24 : LABEL version=0.0.0 [2020-08-27T20:50:36.931Z] ---> Running in f6bc00318fc0 [2020-08-27T20:50:37.207Z] ---> Running in b6f2e07c1976 [2020-08-27T20:50:38.185Z] Removing intermediate container f6bc00318fc0 [2020-08-27T20:50:38.185Z] ---> 765bf304dbe7 [2020-08-27T20:50:38.185Z] Step 22/22 : LABEL version=0.0.0 [2020-08-27T20:50:38.480Z] Removing intermediate container b6f2e07c1976 [2020-08-27T20:50:38.480Z] ---> 44ae83636784 [2020-08-27T20:50:38.480Z] [2020-08-27T20:50:39.084Z] Successfully built 44ae83636784 [2020-08-27T20:50:39.084Z] ---> Running in 5fd61cfcf77c [2020-08-27T20:50:39.084Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-08-27T20:50:39.084Z]  Building docker-support-notifications-go ... done Building docker-sys-mgmt-agent-go [2020-08-27T20:50:39.084Z] Removing intermediate container 56d987117701 [2020-08-27T20:50:39.084Z] ---> 628a13fbe966 [2020-08-27T20:50:39.084Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-08-27T20:50:39.693Z] ---> Running in 451dde22b9f4 [2020-08-27T20:50:39.969Z] Removing intermediate container 5fd61cfcf77c [2020-08-27T20:50:39.969Z] ---> cb5eaeb08550 [2020-08-27T20:50:39.969Z] [2020-08-27T20:50:40.562Z] Successfully built cb5eaeb08550 [2020-08-27T20:50:41.158Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-08-27T20:50:41.158Z]  Building docker-core-metadata-go ... done Building docker-core-command-go [2020-08-27T20:50:41.158Z] Removing intermediate container 451dde22b9f4 [2020-08-27T20:50:41.158Z] ---> 56e8852bf2ed [2020-08-27T20:50:41.158Z] Step 24/26 : LABEL arch=arm64 [2020-08-27T20:50:41.759Z] ---> Running in 5e5cfbf8dbdd [2020-08-27T20:50:42.030Z] Removing intermediate container 8e222e482fa2 [2020-08-27T20:50:42.030Z] ---> a9ca516dffd5 [2020-08-27T20:50:42.030Z] [2020-08-27T20:50:42.030Z] Step 10/23 : FROM alpine [2020-08-27T20:50:42.030Z] ---> 62ee0e9f8440 [2020-08-27T20:50:42.030Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-27T20:50:42.307Z] ---> Running in c0a947fb2872 [2020-08-27T20:50:42.307Z] Removing intermediate container 5e5cfbf8dbdd [2020-08-27T20:50:42.307Z] ---> 9d54ddad08ec [2020-08-27T20:50:42.307Z] Step 25/26 : LABEL git_sha=3d601a6f95eac701c590ba37c1cfdc001ca4253f [2020-08-27T20:50:42.903Z] ---> Running in d7fa45de82fb [2020-08-27T20:50:43.499Z] Removing intermediate container c0a947fb2872 [2020-08-27T20:50:43.499Z] ---> e313a24fb500 [2020-08-27T20:50:43.499Z] Step 12/23 : ENV APP_PORT=48080 [2020-08-27T20:50:43.768Z] Removing intermediate container d7fa45de82fb [2020-08-27T20:50:43.769Z] ---> 8fd336bcefc3 [2020-08-27T20:50:43.769Z] Step 26/26 : LABEL version=0.0.0 [2020-08-27T20:50:44.411Z] ---> Running in 2266e6a58b65 [2020-08-27T20:50:45.005Z] ---> Running in b8adef5fe9c6 [2020-08-27T20:50:45.597Z] Removing intermediate container 2266e6a58b65 [2020-08-27T20:50:45.597Z] ---> f40e7c3abac8 [2020-08-27T20:50:45.597Z] Step 13/23 : EXPOSE $APP_PORT [2020-08-27T20:50:46.191Z] Removing intermediate container b8adef5fe9c6 [2020-08-27T20:50:46.191Z] ---> 01e88bd9f3dc [2020-08-27T20:50:46.191Z] [2020-08-27T20:50:46.783Z] Successfully built 01e88bd9f3dc [2020-08-27T20:50:47.055Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-08-27T20:50:47.055Z]  Building docker-security-secretstore-setup-go ... done Building docker-support-logging-go [2020-08-27T20:50:47.055Z] ---> Running in 4c3fead98eed [2020-08-27T20:50:47.662Z] Removing intermediate container 4c3fead98eed [2020-08-27T20:50:47.662Z] ---> 8149df713d8c [2020-08-27T20:50:47.662Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-27T20:50:47.662Z] ---> Running in 759e80f68c5f [2020-08-27T20:50:53.063Z] Removing intermediate container 759e80f68c5f [2020-08-27T20:50:53.063Z] ---> e19bb1eeece6 [2020-08-27T20:50:53.063Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-08-27T20:50:53.665Z] ---> Running in 5993a7accfa4 [2020-08-27T20:50:55.099Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-27T20:50:56.078Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-27T20:50:56.672Z] (1/5) Installing libgcc (9.3.0-r2) [2020-08-27T20:50:56.672Z] (2/5) Installing libsodium (1.0.18-r0) [2020-08-27T20:50:56.944Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-08-27T20:50:57.215Z] (4/5) Installing libzmq (4.3.2-r0) [2020-08-27T20:50:57.216Z] (5/5) Installing zeromq (4.3.2-r0) [2020-08-27T20:50:57.216Z] Executing busybox-1.31.1-r16.trigger [2020-08-27T20:50:57.216Z] OK: 8 MiB in 19 packages [2020-08-27T20:51:02.615Z] Removing intermediate container 5993a7accfa4 [2020-08-27T20:51:02.615Z] ---> 2e964eb9340b [2020-08-27T20:51:02.615Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-08-27T20:51:03.593Z] ---> 227cabd9361f [2020-08-27T20:51:03.593Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-08-27T20:51:05.716Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-27T20:51:05.716Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-27T20:51:05.716Z] ---> 1949e66f8117 [2020-08-27T20:51:05.716Z] Step 3/21 : WORKDIR /edgex-go [2020-08-27T20:51:05.716Z] ---> Using cache [2020-08-27T20:51:05.716Z] ---> d25ecbd4224e [2020-08-27T20:51:05.716Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-27T20:51:05.716Z] ---> Using cache [2020-08-27T20:51:05.716Z] ---> 743564ec93a6 [2020-08-27T20:51:05.716Z] Step 5/21 : RUN apk update && apk add make git [2020-08-27T20:51:06.050Z] ---> af9b6f1ce2ca [2020-08-27T20:51:06.050Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-08-27T20:51:06.341Z] ---> Running in 7691b35c1fb3 [2020-08-27T20:51:07.861Z] ---> fff831e38a19 [2020-08-27T20:51:07.861Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-08-27T20:51:07.861Z] ---> Running in e12a5793ad88 [2020-08-27T20:51:08.506Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-27T20:51:08.791Z] Removing intermediate container e12a5793ad88 [2020-08-27T20:51:08.791Z] ---> ea74f0d74238 [2020-08-27T20:51:08.791Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-27T20:51:09.097Z] ---> Running in cd7d55a502f5 [2020-08-27T20:51:09.397Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-27T20:51:10.000Z] Removing intermediate container cd7d55a502f5 [2020-08-27T20:51:10.000Z] ---> 1d2439f14e24 [2020-08-27T20:51:10.000Z] Step 21/23 : LABEL arch=arm64 [2020-08-27T20:51:10.274Z] v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-27T20:51:10.274Z] v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-27T20:51:10.274Z] OK: 12617 distinct packages available [2020-08-27T20:51:10.274Z] ---> Running in 88502e036123 [2020-08-27T20:51:11.260Z] OK: 217 MiB in 51 packages [2020-08-27T20:51:11.536Z] Removing intermediate container 88502e036123 [2020-08-27T20:51:11.536Z] ---> 03ad2c8ad237 [2020-08-27T20:51:11.536Z] Step 22/23 : LABEL git_sha=3d601a6f95eac701c590ba37c1cfdc001ca4253f [2020-08-27T20:51:12.516Z] ---> Running in 5865321e2055 [2020-08-27T20:51:13.498Z] Removing intermediate container 5865321e2055 [2020-08-27T20:51:13.498Z] ---> c688bec06666 [2020-08-27T20:51:13.498Z] Step 23/23 : LABEL version=0.0.0 [2020-08-27T20:51:13.772Z] ---> Running in e6cca8c50e82 [2020-08-27T20:51:14.046Z] Removing intermediate container 7691b35c1fb3 [2020-08-27T20:51:14.046Z] ---> 4e20ffb99a9f [2020-08-27T20:51:14.046Z] Step 6/21 : COPY go.mod . [2020-08-27T20:51:14.656Z] Removing intermediate container e6cca8c50e82 [2020-08-27T20:51:14.656Z] ---> 69a8ad0a33c0 [2020-08-27T20:51:14.656Z] [2020-08-27T20:51:15.254Z] Successfully built 69a8ad0a33c0 [2020-08-27T20:51:15.526Z] ---> a231232658ec [2020-08-27T20:51:15.526Z] Step 7/21 : RUN go mod download [2020-08-27T20:51:15.526Z] Successfully tagged docker-core-data-go-arm64:latest [2020-08-27T20:51:15.526Z] Building docker-security-proxy-setup-go [2020-08-27T20:51:15.802Z]  Building docker-core-data-go ... done  ---> Running in cdebec38d2eb [2020-08-27T20:51:20.091Z] Removing intermediate container cdebec38d2eb [2020-08-27T20:51:20.091Z] ---> a24f603f43b8 [2020-08-27T20:51:20.091Z] Step 8/21 : COPY . . [2020-08-27T20:51:42.234Z] ---> 560a81ae2050 [2020-08-27T20:51:42.234Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-08-27T20:51:42.512Z] ---> Running in b5a3d2d70d99 [2020-08-27T20:51:44.481Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-08-27T20:51:49.902Z] Step 1/27 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-27T20:51:49.902Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-08-27T20:51:49.902Z] ---> 1949e66f8117 [2020-08-27T20:51:49.903Z] Step 3/27 : WORKDIR /edgex-go [2020-08-27T20:51:49.903Z] ---> Using cache [2020-08-27T20:51:49.903Z] ---> d25ecbd4224e [2020-08-27T20:51:49.903Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-27T20:51:49.903Z] ---> Using cache [2020-08-27T20:51:49.903Z] ---> 743564ec93a6 [2020-08-27T20:51:49.903Z] Step 5/27 : RUN apk update && apk add make bash git [2020-08-27T20:51:50.497Z] ---> Running in f04c37569765 [2020-08-27T20:51:53.122Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-27T20:51:53.122Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-08-27T20:51:53.122Z] ---> 1949e66f8117 [2020-08-27T20:51:53.122Z] Step 3/22 : WORKDIR /edgex-go [2020-08-27T20:51:53.122Z] ---> Using cache [2020-08-27T20:51:53.122Z] ---> d25ecbd4224e [2020-08-27T20:51:53.122Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-27T20:51:53.122Z] ---> Using cache [2020-08-27T20:51:53.122Z] ---> 743564ec93a6 [2020-08-27T20:51:53.122Z] Step 5/22 : RUN apk update && apk add make git [2020-08-27T20:51:53.122Z] ---> Using cache [2020-08-27T20:51:53.122Z] ---> 4e20ffb99a9f [2020-08-27T20:51:53.122Z] Step 6/22 : COPY go.mod . [2020-08-27T20:51:53.122Z] ---> Using cache [2020-08-27T20:51:53.122Z] ---> a231232658ec [2020-08-27T20:51:53.122Z] Step 7/22 : RUN go mod download [2020-08-27T20:51:53.122Z] ---> Using cache [2020-08-27T20:51:53.122Z] ---> a24f603f43b8 [2020-08-27T20:51:53.122Z] Step 8/22 : COPY . . [2020-08-27T20:51:53.122Z] ---> Using cache [2020-08-27T20:51:53.122Z] ---> 560a81ae2050 [2020-08-27T20:51:53.122Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-08-27T20:51:53.399Z] ---> Running in 74ee336dce11 [2020-08-27T20:51:53.399Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-27T20:51:54.384Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-27T20:51:55.823Z] v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-27T20:51:55.823Z] v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-27T20:51:55.823Z] OK: 12617 distinct packages available [2020-08-27T20:51:55.823Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-08-27T20:51:56.860Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-27T20:51:56.860Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-08-27T20:51:56.860Z] ---> 1949e66f8117 [2020-08-27T20:51:56.860Z] Step 3/22 : WORKDIR /edgex-go [2020-08-27T20:51:56.860Z] ---> Using cache [2020-08-27T20:51:56.860Z] ---> d25ecbd4224e [2020-08-27T20:51:56.860Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-27T20:51:56.860Z] ---> Using cache [2020-08-27T20:51:56.860Z] ---> 743564ec93a6 [2020-08-27T20:51:56.860Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-08-27T20:51:56.860Z] ---> Running in c17bf2dd4c93 [2020-08-27T20:51:57.142Z] OK: 217 MiB in 51 packages [2020-08-27T20:51:59.817Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-27T20:51:59.817Z] Removing intermediate container f04c37569765 [2020-08-27T20:51:59.817Z] ---> ae76e6515a81 [2020-08-27T20:51:59.817Z] Step 6/27 : COPY go.mod . [2020-08-27T20:52:00.419Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-27T20:52:01.056Z] ---> 656c0a328c5e [2020-08-27T20:52:01.056Z] Step 7/27 : RUN go mod download [2020-08-27T20:52:01.335Z] ---> Running in 5231e13276c4 [2020-08-27T20:52:01.956Z] v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-27T20:52:01.957Z] v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-27T20:52:01.957Z] OK: 12617 distinct packages available [2020-08-27T20:52:03.416Z] OK: 217 MiB in 51 packages [2020-08-27T20:52:04.406Z] OK: 217 MiB in 51 packages [2020-08-27T20:52:07.082Z] Removing intermediate container c17bf2dd4c93 [2020-08-27T20:52:07.082Z] ---> d91b5d032121 [2020-08-27T20:52:07.082Z] Step 6/22 : COPY go.mod . [2020-08-27T20:52:08.554Z] Removing intermediate container 5231e13276c4 [2020-08-27T20:52:08.554Z] ---> eaef4197f089 [2020-08-27T20:52:08.554Z] Step 8/27 : COPY . . [2020-08-27T20:52:08.841Z] ---> 5beb7bf2956e [2020-08-27T20:52:08.841Z] Step 7/22 : RUN go mod download [2020-08-27T20:52:09.471Z] ---> Running in ba0fc03d9f2a [2020-08-27T20:52:13.836Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-27T20:52:13.836Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-08-27T20:52:13.836Z] ---> 1949e66f8117 [2020-08-27T20:52:13.836Z] Step 3/20 : WORKDIR /edgex-go [2020-08-27T20:52:13.836Z] ---> Using cache [2020-08-27T20:52:13.836Z] ---> d25ecbd4224e [2020-08-27T20:52:13.836Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-27T20:52:13.836Z] ---> Using cache [2020-08-27T20:52:13.836Z] ---> 743564ec93a6 [2020-08-27T20:52:13.836Z] Step 5/20 : RUN apk update && apk add make git [2020-08-27T20:52:13.836Z] ---> Using cache [2020-08-27T20:52:13.836Z] ---> 4e20ffb99a9f [2020-08-27T20:52:13.836Z] Step 6/20 : COPY go.mod . [2020-08-27T20:52:13.836Z] ---> Using cache [2020-08-27T20:52:13.836Z] ---> a231232658ec [2020-08-27T20:52:13.836Z] Step 7/20 : RUN go mod download [2020-08-27T20:52:13.836Z] ---> Using cache [2020-08-27T20:52:13.836Z] ---> a24f603f43b8 [2020-08-27T20:52:13.836Z] Step 8/20 : COPY . . [2020-08-27T20:52:13.836Z] ---> Using cache [2020-08-27T20:52:13.836Z] ---> 560a81ae2050 [2020-08-27T20:52:13.836Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-08-27T20:52:14.838Z] ---> Running in a295658ce08a [2020-08-27T20:52:16.296Z] Removing intermediate container ba0fc03d9f2a [2020-08-27T20:52:16.296Z] ---> 6418dd417f5c [2020-08-27T20:52:16.575Z] Step 8/22 : COPY . . [2020-08-27T20:52:18.037Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-08-27T20:52:44.894Z] ---> a0fdd6afbf9a [2020-08-27T20:52:44.894Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-08-27T20:52:44.894Z] ---> Running in c6691fb48c15 [2020-08-27T20:52:46.339Z] ---> 849dbb0951ef [2020-08-27T20:52:46.339Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-08-27T20:52:46.339Z] ---> Running in 3b096fadf0c8 [2020-08-27T20:52:46.948Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-08-27T20:52:48.948Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-08-27T20:53:21.334Z] Removing intermediate container b5a3d2d70d99 [2020-08-27T20:53:21.334Z] ---> 7d93dccc9535 [2020-08-27T20:53:21.334Z] [2020-08-27T20:53:21.334Z] Step 10/21 : FROM scratch [2020-08-27T20:53:21.334Z] ---> [2020-08-27T20:53:21.334Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-27T20:53:21.334Z] ---> Using cache [2020-08-27T20:53:21.334Z] ---> 1d190ac23bdf [2020-08-27T20:53:21.334Z] Step 12/21 : ENV APP_PORT=48085 [2020-08-27T20:53:21.334Z] ---> Running in b3eb6e8fb314 [2020-08-27T20:53:21.629Z] Removing intermediate container b3eb6e8fb314 [2020-08-27T20:53:21.629Z] ---> 57f75a492440 [2020-08-27T20:53:21.629Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-27T20:53:21.915Z] ---> Running in 46f8a7ecc16a [2020-08-27T20:53:22.534Z] Removing intermediate container 46f8a7ecc16a [2020-08-27T20:53:22.534Z] ---> 6720226e5b4c [2020-08-27T20:53:22.534Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-08-27T20:53:23.540Z] ---> 907d55e53628 [2020-08-27T20:53:23.540Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-08-27T20:53:25.552Z] ---> 9f491dd995aa [2020-08-27T20:53:25.552Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-08-27T20:53:26.555Z] ---> 0338089d2b56 [2020-08-27T20:53:26.555Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-08-27T20:53:26.834Z] ---> Running in cdd9991feb5c [2020-08-27T20:53:27.447Z] Removing intermediate container cdd9991feb5c [2020-08-27T20:53:27.447Z] ---> a4e917c458a4 [2020-08-27T20:53:27.447Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-27T20:53:27.729Z] ---> Running in 6b0652c4ae12 [2020-08-27T20:53:28.339Z] Removing intermediate container 6b0652c4ae12 [2020-08-27T20:53:28.339Z] ---> aed4b4bd8244 [2020-08-27T20:53:28.339Z] Step 19/21 : LABEL arch=arm64 [2020-08-27T20:53:28.339Z] ---> Running in 3da59f35874f [2020-08-27T20:53:29.340Z] Removing intermediate container 3da59f35874f [2020-08-27T20:53:29.340Z] ---> 7021f8093c93 [2020-08-27T20:53:29.340Z] Step 20/21 : LABEL git_sha=3d601a6f95eac701c590ba37c1cfdc001ca4253f [2020-08-27T20:53:29.340Z] ---> Running in 62ce86fe9e8b [2020-08-27T20:53:29.960Z] Removing intermediate container 62ce86fe9e8b [2020-08-27T20:53:29.960Z] ---> 02f2d3c08633 [2020-08-27T20:53:29.960Z] Step 21/21 : LABEL version=0.0.0 [2020-08-27T20:53:30.241Z] ---> Running in 4dca1c8d713a [2020-08-27T20:53:30.847Z] Removing intermediate container 4dca1c8d713a [2020-08-27T20:53:30.847Z] ---> ac92fa632a64 [2020-08-27T20:53:30.847Z] [2020-08-27T20:53:31.457Z] Successfully built ac92fa632a64 [2020-08-27T20:53:31.457Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-08-27T20:53:37.007Z]  Building docker-support-scheduler-go ... done Removing intermediate container a295658ce08a [2020-08-27T20:53:37.007Z] ---> c2660f48cf48 [2020-08-27T20:53:37.007Z] [2020-08-27T20:53:37.007Z] Step 10/20 : FROM alpine [2020-08-27T20:53:37.007Z] ---> 62ee0e9f8440 [2020-08-27T20:53:37.007Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-08-27T20:53:37.007Z] ---> Running in b6c068f5c47c [2020-08-27T20:53:39.487Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-27T20:53:39.810Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-27T20:53:40.427Z] v3.12.0-263-gf2a2ffc32b [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-27T20:53:40.427Z] v3.12.0-259-g31aac9de85 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-27T20:53:40.427Z] OK: 12617 distinct packages available [2020-08-27T20:53:41.429Z] (1/4) Installing ca-certificates (20191127-r4) [2020-08-27T20:53:41.429Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-08-27T20:53:41.429Z] (3/4) Installing libcurl (7.69.1-r0) [2020-08-27T20:53:41.429Z] (4/4) Installing curl (7.69.1-r0) [2020-08-27T20:53:41.429Z] Executing busybox-1.31.1-r16.trigger [2020-08-27T20:53:41.749Z] Executing ca-certificates-20191127-r4.trigger [2020-08-27T20:53:41.749Z] OK: 7 MiB in 18 packages [2020-08-27T20:53:45.326Z] Removing intermediate container 74ee336dce11 [2020-08-27T20:53:45.326Z] ---> b9da8639e33c [2020-08-27T20:53:45.326Z] [2020-08-27T20:53:45.326Z] Step 10/22 : FROM scratch [2020-08-27T20:53:45.326Z] ---> [2020-08-27T20:53:45.326Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-27T20:53:45.326Z] Removing intermediate container b6c068f5c47c [2020-08-27T20:53:45.326Z] ---> b17077dac4b7 [2020-08-27T20:53:45.326Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-27T20:53:45.326Z] ---> Using cache [2020-08-27T20:53:45.326Z] ---> 1d190ac23bdf [2020-08-27T20:53:45.326Z] Step 12/22 : ENV APP_PORT=48082 [2020-08-27T20:53:45.326Z] ---> Running in 1434834e5570 [2020-08-27T20:53:45.630Z] ---> Running in 0a7a6c2369f7 [2020-08-27T20:53:46.251Z] Removing intermediate container 1434834e5570 [2020-08-27T20:53:46.251Z] ---> 49ea3fb9b8e2 [2020-08-27T20:53:46.251Z] Step 13/20 : WORKDIR /edgex [2020-08-27T20:53:46.251Z] Removing intermediate container 0a7a6c2369f7 [2020-08-27T20:53:46.251Z] ---> 4b4ccfbc1bad [2020-08-27T20:53:46.251Z] Step 13/22 : EXPOSE $APP_PORT [2020-08-27T20:53:46.251Z] ---> Running in 671f4f4e20db [2020-08-27T20:53:46.550Z] ---> Running in 87334b2fc2b5 [2020-08-27T20:53:47.158Z] Removing intermediate container 671f4f4e20db [2020-08-27T20:53:47.158Z] ---> 3181c9973194 [2020-08-27T20:53:47.158Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-08-27T20:53:47.158Z] Removing intermediate container 87334b2fc2b5 [2020-08-27T20:53:47.158Z] ---> 0158e93ec074 [2020-08-27T20:53:47.158Z] Step 14/22 : WORKDIR / [2020-08-27T20:53:47.442Z] ---> Running in 3401fd050f1a [2020-08-27T20:53:48.461Z] Removing intermediate container 3401fd050f1a [2020-08-27T20:53:48.461Z] ---> 7fbd891372d2 [2020-08-27T20:53:48.461Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-08-27T20:53:48.461Z] ---> 896799d528a0 [2020-08-27T20:53:48.461Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-08-27T20:53:49.975Z] ---> c0a6d63347bf [2020-08-27T20:53:49.975Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-08-27T20:53:50.597Z] ---> ab52ec8ffeb8 [2020-08-27T20:53:50.597Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-08-27T20:53:50.597Z] ---> Running in 34a6471ba20e [2020-08-27T20:53:51.621Z] Removing intermediate container 34a6471ba20e [2020-08-27T20:53:51.621Z] ---> 8b54115f33e7 [2020-08-27T20:53:51.621Z] Step 17/20 : CMD ["--init=true"] [2020-08-27T20:53:51.621Z] ---> Running in 1efd1d3516b9 [2020-08-27T20:53:52.250Z] ---> 594e3c05db72 [2020-08-27T20:53:52.250Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-08-27T20:53:52.539Z] Removing intermediate container 1efd1d3516b9 [2020-08-27T20:53:52.539Z] ---> d49f89efb890 [2020-08-27T20:53:52.539Z] Step 18/20 : LABEL arch=arm64 [2020-08-27T20:53:52.821Z] ---> Running in f7a5a1dabbad [2020-08-27T20:53:53.725Z] Removing intermediate container f7a5a1dabbad [2020-08-27T20:53:53.725Z] ---> c51ba5b09483 [2020-08-27T20:53:53.725Z] Step 19/20 : LABEL git_sha=3d601a6f95eac701c590ba37c1cfdc001ca4253f [2020-08-27T20:53:53.725Z] ---> 62b1bc73dcdb [2020-08-27T20:53:53.725Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-08-27T20:53:53.725Z] ---> Running in 401426e1e122 [2020-08-27T20:53:53.725Z] ---> Running in a505e81d7434 [2020-08-27T20:53:54.823Z] Removing intermediate container a505e81d7434 [2020-08-27T20:53:54.823Z] ---> 1aac8be5909e [2020-08-27T20:53:54.823Z] Step 20/20 : LABEL version=0.0.0 [2020-08-27T20:53:54.823Z] Removing intermediate container 401426e1e122 [2020-08-27T20:53:54.823Z] ---> 540e227d29d9 [2020-08-27T20:53:54.823Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-27T20:53:54.823Z] ---> Running in 0621f27e4674 [2020-08-27T20:53:55.138Z] ---> Running in 5e81c3687a44 [2020-08-27T20:53:56.067Z] Removing intermediate container 0621f27e4674 [2020-08-27T20:53:56.067Z] ---> 0a7e8c482990 [2020-08-27T20:53:56.067Z] [2020-08-27T20:53:56.067Z] Removing intermediate container 5e81c3687a44 [2020-08-27T20:53:56.067Z] ---> 926fa5986d79 [2020-08-27T20:53:56.067Z] Step 20/22 : LABEL arch=arm64 [2020-08-27T20:53:56.067Z] ---> Running in c0b1fec205f4 [2020-08-27T20:53:57.198Z] Removing intermediate container c0b1fec205f4 [2020-08-27T20:53:57.198Z] ---> 28817521b581 [2020-08-27T20:53:57.198Z] Step 21/22 : LABEL git_sha=3d601a6f95eac701c590ba37c1cfdc001ca4253f [2020-08-27T20:53:57.198Z] Successfully built 0a7e8c482990 [2020-08-27T20:53:57.198Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-08-27T20:53:57.198Z]  Building docker-security-proxy-setup-go ... done  ---> Running in 6837d5228572 [2020-08-27T20:53:57.804Z] Removing intermediate container 6837d5228572 [2020-08-27T20:53:57.804Z] ---> 34f6d1fdb069 [2020-08-27T20:53:57.804Z] Step 22/22 : LABEL version=0.0.0 [2020-08-27T20:53:57.804Z] ---> Running in 5db4fdca15e1 [2020-08-27T20:53:58.406Z] Removing intermediate container 5db4fdca15e1 [2020-08-27T20:53:58.406Z] ---> f11629f81f04 [2020-08-27T20:53:58.406Z] [2020-08-27T20:53:59.011Z] Successfully built f11629f81f04 [2020-08-27T20:53:59.011Z] Successfully tagged docker-core-command-go-arm64:latest [2020-08-27T20:54:05.745Z]  Building docker-core-command-go ... done Removing intermediate container c6691fb48c15 [2020-08-27T20:54:05.745Z] ---> 16b50209640b [2020-08-27T20:54:05.745Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-08-27T20:54:05.745Z] ---> Running in 3fc804589593 [2020-08-27T20:54:05.745Z] Removing intermediate container 3b096fadf0c8 [2020-08-27T20:54:05.745Z] ---> b97a63b96489 [2020-08-27T20:54:05.745Z] [2020-08-27T20:54:05.745Z] Step 10/22 : FROM scratch [2020-08-27T20:54:05.745Z] ---> [2020-08-27T20:54:05.745Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-27T20:54:05.745Z] ---> Using cache [2020-08-27T20:54:05.745Z] ---> 0f489489d41d [2020-08-27T20:54:05.745Z] Step 12/22 : ENV APP_PORT=48061 [2020-08-27T20:54:06.031Z] ---> Running in be78c7a2dd48 [2020-08-27T20:54:06.306Z] Removing intermediate container be78c7a2dd48 [2020-08-27T20:54:06.306Z] ---> e9f431bd1cba [2020-08-27T20:54:06.306Z] Step 13/22 : EXPOSE $APP_PORT [2020-08-27T20:54:06.306Z] ---> Running in af2304e62e60 [2020-08-27T20:54:06.582Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-08-27T20:54:06.857Z] Removing intermediate container af2304e62e60 [2020-08-27T20:54:06.857Z] ---> 7ec558d7fddf [2020-08-27T20:54:06.857Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-08-27T20:54:07.851Z] ---> 8ef941fa6e86 [2020-08-27T20:54:07.851Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-08-27T20:54:08.467Z] ---> 08e649c2bc28 [2020-08-27T20:54:08.467Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-08-27T20:54:09.466Z] ---> d789a35b60fa [2020-08-27T20:54:09.466Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-08-27T20:54:09.738Z] Removing intermediate container 3fc804589593 [2020-08-27T20:54:09.738Z] ---> 096ce8416296 [2020-08-27T20:54:09.738Z] [2020-08-27T20:54:09.738Z] Step 11/27 : FROM docker:latest [2020-08-27T20:54:09.738Z] ---> ce9d55ae87f1 [2020-08-27T20:54:09.738Z] Step 12/27 : RUN apk add --no-cache bash [2020-08-27T20:54:09.738Z] ---> Running in 0c70b78eba82 [2020-08-27T20:54:10.008Z] ---> b7bb4fd09403 [2020-08-27T20:54:10.008Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-08-27T20:54:10.280Z] ---> Running in 143069ef2a6d [2020-08-27T20:54:10.868Z] Removing intermediate container 143069ef2a6d [2020-08-27T20:54:10.868Z] ---> ba071491e48b [2020-08-27T20:54:10.868Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-27T20:54:10.868Z] ---> Running in 13ff8b388c4f [2020-08-27T20:54:11.147Z] Removing intermediate container 13ff8b388c4f [2020-08-27T20:54:11.147Z] ---> c190246690d3 [2020-08-27T20:54:11.147Z] Step 20/22 : LABEL arch=arm64 [2020-08-27T20:54:11.420Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-27T20:54:11.420Z] ---> Running in b46685092895 [2020-08-27T20:54:11.420Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-27T20:54:11.690Z] Removing intermediate container b46685092895 [2020-08-27T20:54:11.690Z] ---> 793d4a1e09eb [2020-08-27T20:54:11.690Z] Step 21/22 : LABEL git_sha=3d601a6f95eac701c590ba37c1cfdc001ca4253f [2020-08-27T20:54:11.962Z] ---> Running in a94229739f72 [2020-08-27T20:54:12.241Z] (1/2) Installing readline (8.0.4-r0) [2020-08-27T20:54:12.241Z] (2/2) Installing bash (5.0.17-r0) [2020-08-27T20:54:12.241Z] Executing bash-5.0.17-r0.post-install [2020-08-27T20:54:12.241Z] Executing busybox-1.31.1-r16.trigger [2020-08-27T20:54:12.241Z] OK: 12 MiB in 22 packages [2020-08-27T20:54:12.241Z] Removing intermediate container a94229739f72 [2020-08-27T20:54:12.241Z] ---> aa818fc52cf3 [2020-08-27T20:54:12.241Z] Step 22/22 : LABEL version=0.0.0 [2020-08-27T20:54:12.522Z] ---> Running in 04e292a85151 [2020-08-27T20:54:13.115Z] Removing intermediate container 04e292a85151 [2020-08-27T20:54:13.115Z] ---> 1fcf83f0389b [2020-08-27T20:54:13.115Z] [2020-08-27T20:54:13.707Z] Successfully built 1fcf83f0389b [2020-08-27T20:54:13.707Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-08-27T20:54:13.707Z]  Building docker-support-logging-go ... done Removing intermediate container 0c70b78eba82 [2020-08-27T20:54:13.707Z] ---> af1b0bcad6f8 [2020-08-27T20:54:13.707Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-08-27T20:54:13.707Z] ---> Running in d16efb57b6dc [2020-08-27T20:54:16.347Z] Removing intermediate container d16efb57b6dc [2020-08-27T20:54:16.347Z] ---> c6afa81e46c6 [2020-08-27T20:54:16.347Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-08-27T20:54:16.347Z] ---> Running in 91a56b0cf0f5 [2020-08-27T20:54:16.618Z] Removing intermediate container 91a56b0cf0f5 [2020-08-27T20:54:16.618Z] ---> 6f8e6b16e5eb [2020-08-27T20:54:16.618Z] Step 15/27 : ENV APP_PORT=48090 [2020-08-27T20:54:16.889Z] ---> Running in 675c0aacba0f [2020-08-27T20:54:17.162Z] Removing intermediate container 675c0aacba0f [2020-08-27T20:54:17.162Z] ---> 04780c0cfc5a [2020-08-27T20:54:17.162Z] Step 16/27 : EXPOSE $APP_PORT [2020-08-27T20:54:17.430Z] ---> Running in 67c0b2072d95 [2020-08-27T20:54:18.027Z] Removing intermediate container 67c0b2072d95 [2020-08-27T20:54:18.027Z] ---> 2f0292943185 [2020-08-27T20:54:18.027Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-08-27T20:54:18.998Z] ---> 7fbeab0ae8c3 [2020-08-27T20:54:18.998Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-08-27T20:54:19.965Z] ---> 65c43f175911 [2020-08-27T20:54:19.965Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-08-27T20:54:20.558Z] ---> a29e56ca48f3 [2020-08-27T20:54:20.558Z] Step 20/27 : RUN apk --no-cache add py-pip [2020-08-27T20:54:20.829Z] ---> Running in fdc115f90804 [2020-08-27T20:54:22.251Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-27T20:54:22.521Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-27T20:54:23.112Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-08-27T20:54:23.112Z] (2/33) Installing expat (2.2.9-r1) [2020-08-27T20:54:23.112Z] (3/33) Installing libffi (3.3-r2) [2020-08-27T20:54:23.112Z] (4/33) Installing gdbm (1.13-r1) [2020-08-27T20:54:23.112Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-08-27T20:54:23.112Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-08-27T20:54:23.112Z] (7/33) Installing python3 (3.8.5-r0) [2020-08-27T20:54:25.069Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-08-27T20:54:25.069Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-08-27T20:54:25.069Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-08-27T20:54:25.069Z] (11/33) Installing py3-six (1.15.0-r0) [2020-08-27T20:54:25.069Z] (12/33) Installing py3-packaging (20.4-r0) [2020-08-27T20:54:25.069Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-08-27T20:54:25.069Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-08-27T20:54:25.069Z] (15/33) Installing py3-idna (2.9-r0) [2020-08-27T20:54:25.069Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-08-27T20:54:25.069Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-08-27T20:54:25.069Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-08-27T20:54:25.069Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-08-27T20:54:25.069Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-08-27T20:54:25.069Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-08-27T20:54:25.069Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-08-27T20:54:25.341Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-08-27T20:54:25.341Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-08-27T20:54:25.341Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-08-27T20:54:25.341Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-08-27T20:54:25.341Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-08-27T20:54:25.341Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-08-27T20:54:25.341Z] (29/33) Installing py3-progress (1.5-r0) [2020-08-27T20:54:25.341Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-08-27T20:54:25.341Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-08-27T20:54:25.341Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-08-27T20:54:25.341Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-08-27T20:54:25.614Z] Executing busybox-1.31.1-r16.trigger [2020-08-27T20:54:25.614Z] OK: 71 MiB in 55 packages [2020-08-27T20:54:32.302Z] Removing intermediate container fdc115f90804 [2020-08-27T20:54:32.302Z] ---> f49f916ef1c3 [2020-08-27T20:54:32.302Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-08-27T20:54:32.572Z] ---> Running in 229794d56374 [2020-08-27T20:54:37.938Z] Collecting docker-compose==1.23.2 [2020-08-27T20:54:37.938Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-08-27T20:54:38.207Z] Collecting docker<4.0,>=3.6.0 [2020-08-27T20:54:38.207Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-08-27T20:54:38.475Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-08-27T20:54:38.746Z] Collecting websocket-client<1.0,>=0.32.0 [2020-08-27T20:54:39.017Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-08-27T20:54:39.603Z] Collecting PyYAML<4,>=3.10 [2020-08-27T20:54:39.603Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-08-27T20:54:42.958Z] Collecting jsonschema<3,>=2.5.1 [2020-08-27T20:54:42.959Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-08-27T20:54:42.959Z] Collecting cached-property<2,>=1.2.0 [2020-08-27T20:54:42.959Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-08-27T20:54:43.228Z] Collecting dockerpty<0.5,>=0.4.1 [2020-08-27T20:54:43.228Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-08-27T20:54:45.191Z] Collecting docopt<0.7,>=0.6.1 [2020-08-27T20:54:45.191Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-08-27T20:54:47.789Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-08-27T20:54:47.789Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-08-27T20:54:48.057Z] Collecting texttable<0.10,>=0.9.0 [2020-08-27T20:54:48.057Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-08-27T20:54:50.015Z] Collecting docker-pycreds>=0.4.0 [2020-08-27T20:54:50.015Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-08-27T20:54:50.285Z] Collecting urllib3<1.25,>=1.21.1 [2020-08-27T20:54:50.285Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-08-27T20:54:50.558Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2020-08-27T20:54:50.558Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2020-08-27T20:54:50.828Z] Collecting idna<2.8,>=2.5 [2020-08-27T20:54:50.828Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-08-27T20:54:50.828Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-08-27T20:54:50.828Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-08-27T20:54:50.828Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-08-27T20:54:50.828Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-08-27T20:54:51.795Z] Installing collected packages: websocket-client, urllib3, idna, requests, docker-pycreds, docker, PyYAML, jsonschema, cached-property, dockerpty, docopt, texttable, docker-compose [2020-08-27T20:54:51.795Z] Attempting uninstall: urllib3 [2020-08-27T20:54:51.795Z] Found existing installation: urllib3 1.25.9 [2020-08-27T20:54:51.795Z] Uninstalling urllib3-1.25.9: [2020-08-27T20:54:52.063Z] Successfully uninstalled urllib3-1.25.9 [2020-08-27T20:54:52.648Z] Attempting uninstall: idna [2020-08-27T20:54:52.648Z] Found existing installation: idna 2.9 [2020-08-27T20:54:52.648Z] Uninstalling idna-2.9: [2020-08-27T20:54:52.648Z] Successfully uninstalled idna-2.9 [2020-08-27T20:54:53.235Z] Attempting uninstall: requests [2020-08-27T20:54:53.235Z] Found existing installation: requests 2.23.0 [2020-08-27T20:54:53.235Z] Uninstalling requests-2.23.0: [2020-08-27T20:54:53.235Z] Successfully uninstalled requests-2.23.0 [2020-08-27T20:54:54.655Z] Running setup.py install for PyYAML: started [2020-08-27T20:54:56.611Z] Running setup.py install for PyYAML: finished with status 'done' [2020-08-27T20:54:56.892Z] Running setup.py install for dockerpty: started [2020-08-27T20:54:58.843Z] Running setup.py install for dockerpty: finished with status 'done' [2020-08-27T20:54:58.843Z] Running setup.py install for docopt: started [2020-08-27T20:55:00.796Z] Running setup.py install for docopt: finished with status 'done' [2020-08-27T20:55:00.796Z] Running setup.py install for texttable: started [2020-08-27T20:55:02.213Z] Running setup.py install for texttable: finished with status 'done' [2020-08-27T20:55:03.179Z] Successfully installed PyYAML-3.13 cached-property-1.5.1 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2020-08-27T20:55:07.458Z] Removing intermediate container 229794d56374 [2020-08-27T20:55:07.458Z] ---> a0d0ea29adb9 [2020-08-27T20:55:07.458Z] Step 22/27 : RUN apk --no-cache add curl [2020-08-27T20:55:07.458Z] ---> Running in 7dbd48f34901 [2020-08-27T20:55:08.425Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-27T20:55:08.693Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-27T20:55:09.282Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-08-27T20:55:09.282Z] (2/3) Installing libcurl (7.69.1-r0) [2020-08-27T20:55:09.282Z] (3/3) Installing curl (7.69.1-r0) [2020-08-27T20:55:09.282Z] Executing busybox-1.31.1-r16.trigger [2020-08-27T20:55:09.282Z] OK: 71 MiB in 58 packages [2020-08-27T20:55:10.705Z] Removing intermediate container 7dbd48f34901 [2020-08-27T20:55:10.705Z] ---> c0b4c1507ddf [2020-08-27T20:55:10.705Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-08-27T20:55:10.705Z] ---> Running in 1cc4c1681dbd [2020-08-27T20:55:10.974Z] Removing intermediate container 1cc4c1681dbd [2020-08-27T20:55:10.974Z] ---> 11dd0f11c3a8 [2020-08-27T20:55:10.974Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-27T20:55:11.244Z] ---> Running in 63be5febf78d [2020-08-27T20:55:11.832Z] Removing intermediate container 63be5febf78d [2020-08-27T20:55:11.832Z] ---> 32a06c7ef3a3 [2020-08-27T20:55:11.832Z] Step 25/27 : LABEL arch=arm64 [2020-08-27T20:55:11.832Z] ---> Running in f3650309f73d [2020-08-27T20:55:12.424Z] Removing intermediate container f3650309f73d [2020-08-27T20:55:12.424Z] ---> f4859d9e4ea1 [2020-08-27T20:55:12.424Z] Step 26/27 : LABEL git_sha=3d601a6f95eac701c590ba37c1cfdc001ca4253f [2020-08-27T20:55:12.424Z] ---> Running in fc51c9c14971 [2020-08-27T20:55:13.013Z] Removing intermediate container fc51c9c14971 [2020-08-27T20:55:13.013Z] ---> 38d3374d04c3 [2020-08-27T20:55:13.013Z] Step 27/27 : LABEL version=0.0.0 [2020-08-27T20:55:13.013Z] ---> Running in 4517aac88b2d [2020-08-27T20:55:13.601Z] Removing intermediate container 4517aac88b2d [2020-08-27T20:55:13.601Z] ---> ca198c657807 [2020-08-27T20:55:13.601Z] [2020-08-27T20:55:14.190Z] Successfully built ca198c657807 [2020-08-27T20:55:14.190Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-08-27T20:55:14.472Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-08-27T20:55:14.469Z] $ docker stop --time=1 0b02efe271e4f6a1049faa5c63dc5fb1134cbf47aac752a7a1d1506773d298e1 [2020-08-27T20:55:16.370Z] $ docker rm -f 0b02efe271e4f6a1049faa5c63dc5fb1134cbf47aac752a7a1d1506773d298e1 [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-27T20:55:17.045Z] + + grepdocker docker images [2020-08-27T20:55:17.045Z] [2020-08-27T20:55:17.315Z] docker-sys-mgmt-agent-go-arm64 latest ca198c657807 4 seconds ago 266MB [2020-08-27T20:55:17.315Z] docker-support-logging-go-arm64 latest 1fcf83f0389b About a minute ago 11.4MB [2020-08-27T20:55:17.315Z] docker-core-command-go-arm64 latest f11629f81f04 About a minute ago 12.4MB [2020-08-27T20:55:17.315Z] docker-security-proxy-setup-go-arm64 latest 0a7e8c482990 About a minute ago 15.8MB [2020-08-27T20:55:17.315Z] docker-support-scheduler-go-arm64 latest ac92fa632a64 About a minute ago 12.6MB [2020-08-27T20:55:17.315Z] docker-core-data-go-arm64 latest 69a8ad0a33c0 4 minutes ago 23.3MB [2020-08-27T20:55:17.315Z] docker-security-secretstore-setup-go-arm64 latest 01e88bd9f3dc 4 minutes ago 32.6MB [2020-08-27T20:55:17.315Z] docker-core-metadata-go-arm64 latest cb5eaeb08550 4 minutes ago 13.8MB [2020-08-27T20:55:17.315Z] docker-support-notifications-go-arm64 latest 44ae83636784 4 minutes ago 13.9MB [2020-08-27T20:55:17.315Z] docker-security-secrets-setup-go-arm64 latest 352387279bae 4 minutes ago 24.2MB [2020-08-27T20:55:17.315Z] docker latest ce9d55ae87f1 2 months ago 193MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2020-08-27T20:55:19.736Z] provisioning config files... [2020-08-27T20:55:19.762Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/36@tmp/config3137348196893908416tmp [Pipeline] { [Pipeline] sh [2020-08-27T20:55:20.136Z] + curl -s https://codecov.io/bash [2020-08-27T20:55:20.136Z] + bash -s - -t @/w/workspace/edgex-go/36@tmp/config3137348196893908416tmp [Pipeline] } [2020-08-27T20:55:20.716Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-08-27T20:55:22.515Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-27T20:55:23.491Z] ---> package-listing.sh [2020-08-27T20:55:23.491Z] ++ facter osfamily [2020-08-27T20:55:23.491Z] ++ tr '[:upper:]' '[:lower:]' [2020-08-27T20:55:23.491Z] + OS_FAMILY=redhat [2020-08-27T20:55:23.491Z] + workspace=/w/workspace/edgex-go/36 [2020-08-27T20:55:23.491Z] + START_PACKAGES=/tmp/packages_start.txt [2020-08-27T20:55:23.491Z] + END_PACKAGES=/tmp/packages_end.txt [2020-08-27T20:55:23.491Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-08-27T20:55:23.491Z] + PACKAGES=/tmp/packages_start.txt [2020-08-27T20:55:23.491Z] + '[' /w/workspace/edgex-go/36 ']' [2020-08-27T20:55:23.491Z] + PACKAGES=/tmp/packages_end.txt [2020-08-27T20:55:23.491Z] + case "${OS_FAMILY}" in [2020-08-27T20:55:23.491Z] + rpm -qa [2020-08-27T20:55:23.491Z] + sort [2020-08-27T20:55:27.709Z] + '[' -f /tmp/packages_start.txt ']' [2020-08-27T20:55:27.709Z] + '[' -f /tmp/packages_end.txt ']' [2020-08-27T20:55:27.709Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-08-27T20:55:27.709Z] + '[' /w/workspace/edgex-go/36 ']' [2020-08-27T20:55:27.709Z] + mkdir -p /w/workspace/edgex-go/36/archives/ [2020-08-27T20:55:27.709Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/36/archives/ [Pipeline] isUnix [Pipeline] sh [2020-08-27T20:55:28.110Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-27T20:55:28.110Z] [2020-08-27T20:55:28.110Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-08-27T20:55:28.484Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-27T20:55:28.484Z] alpine: Pulling from edgex-lftools-log-publisher [2020-08-27T20:55:28.484Z] c9b1b535fdd9: Pulling fs layer [2020-08-27T20:55:28.484Z] 2cc5ad85d9ab: Pulling fs layer [2020-08-27T20:55:28.484Z] 756a868c4378: Pulling fs layer [2020-08-27T20:55:28.484Z] 444b2fc9a129: Pulling fs layer [2020-08-27T20:55:28.484Z] ea15f1150254: Pulling fs layer [2020-08-27T20:55:28.484Z] 41b27a9f41bf: Pulling fs layer [2020-08-27T20:55:28.484Z] 28c525ee5125: Pulling fs layer [2020-08-27T20:55:28.484Z] 094b1ea09ed8: Pulling fs layer [2020-08-27T20:55:28.484Z] 138eaada9080: Pulling fs layer [2020-08-27T20:55:28.484Z] 0622d0fa9048: Pulling fs layer [2020-08-27T20:55:28.484Z] 444b2fc9a129: Waiting [2020-08-27T20:55:28.484Z] ea15f1150254: Waiting [2020-08-27T20:55:28.484Z] 41b27a9f41bf: Waiting [2020-08-27T20:55:28.484Z] 28c525ee5125: Waiting [2020-08-27T20:55:28.484Z] 094b1ea09ed8: Waiting [2020-08-27T20:55:28.484Z] 138eaada9080: Waiting [2020-08-27T20:55:28.484Z] 0622d0fa9048: Waiting [2020-08-27T20:55:28.484Z] 2cc5ad85d9ab: Verifying Checksum [2020-08-27T20:55:28.484Z] 2cc5ad85d9ab: Download complete [2020-08-27T20:55:28.484Z] 444b2fc9a129: Verifying Checksum [2020-08-27T20:55:28.484Z] 444b2fc9a129: Download complete [2020-08-27T20:55:28.484Z] c9b1b535fdd9: Download complete [2020-08-27T20:55:28.484Z] ea15f1150254: Verifying Checksum [2020-08-27T20:55:28.484Z] ea15f1150254: Download complete [2020-08-27T20:55:28.765Z] 28c525ee5125: Download complete [2020-08-27T20:55:28.765Z] 756a868c4378: Verifying Checksum [2020-08-27T20:55:28.765Z] 756a868c4378: Download complete [2020-08-27T20:55:29.038Z] c9b1b535fdd9: Pull complete [2020-08-27T20:55:29.038Z] 138eaada9080: Verifying Checksum [2020-08-27T20:55:29.038Z] 138eaada9080: Download complete [2020-08-27T20:55:29.038Z] 094b1ea09ed8: Verifying Checksum [2020-08-27T20:55:29.038Z] 094b1ea09ed8: Download complete [2020-08-27T20:55:29.038Z] 0622d0fa9048: Verifying Checksum [2020-08-27T20:55:29.038Z] 0622d0fa9048: Download complete [2020-08-27T20:55:29.300Z] 2cc5ad85d9ab: Pull complete [2020-08-27T20:55:29.565Z] 41b27a9f41bf: Verifying Checksum [2020-08-27T20:55:29.565Z] 41b27a9f41bf: Download complete [2020-08-27T20:55:30.953Z] 756a868c4378: Pull complete [2020-08-27T20:55:31.214Z] 444b2fc9a129: Pull complete [2020-08-27T20:55:31.474Z] ea15f1150254: Pull complete [2020-08-27T20:55:39.620Z] 41b27a9f41bf: Pull complete [2020-08-27T20:55:39.620Z] 28c525ee5125: Pull complete [2020-08-27T20:55:40.562Z] 094b1ea09ed8: Pull complete [2020-08-27T20:55:40.562Z] 138eaada9080: Pull complete [2020-08-27T20:55:40.822Z] 0622d0fa9048: Pull complete [2020-08-27T20:55:40.822Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-08-27T20:55:40.822Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-27T20:55:40.822Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-08-27T20:55:41.018Z] prd-centos7-docker-4c-2g-508 does not seem to be running inside a container [2020-08-27T20:55:41.070Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgex-go/36 -v /w/workspace/edgex-go/36:/w/workspace/edgex-go/36:rw,z -v /w/workspace/edgex-go/36@tmp:/w/workspace/edgex-go/36@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-08-27T20:55:45.797Z] $ docker top 813cc4d5e1acc77f1e990efc6deea0b1b22095d0bb148e05672fae8fd7dd9395 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-08-27T20:55:46.087Z] provisioning config files... [2020-08-27T20:55:46.101Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/36@tmp/config7421243315125357715tmp [Pipeline] { [Pipeline] echo [2020-08-27T20:55:46.191Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-27T20:55:46.488Z] ---> create-netrc.sh [Pipeline] echo [2020-08-27T20:55:46.498Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-27T20:55:46.791Z] ---> logs-deploy.sh [2020-08-27T20:55:46.791Z] + ARCHIVE_ARTIFACTS= [2020-08-27T20:55:46.791Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-08-27T20:55:46.791Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-08-27T20:55:46.791Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-08-27T20:55:46.791Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2574/36 [2020-08-27T20:55:46.791Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2574/36/ [2020-08-27T20:55:46.791Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2574/36 /w/workspace/edgex-go/36 [2020-08-27T20:55:47.734Z] Archives upload complete. [2020-08-27T20:55:47.996Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2574/36 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2574/36/