Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from a04406103a62564c13dcc9fb2d65b5b68ac6555c+04784571c64111dd2069565982d29e4bcbbafa66 (375842c10e9b10df44dbc68341f39aa4e1559936) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 # timeout=10 Commit message: "Merge pull request #220 from ernestojeda/fix-arm64-semver" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, goVersion:1.13, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test raml_verify, buildScript:make build, publishSwaggerDocs:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test raml_verify BUILD_SCRIPT: make build GO_VERSION: 1.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: api/openapi/v1 api/openapi/v2 [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-724’ is offline Running on prd-centos7-docker-4c-2g-963 in /w/workspace/edgexfoundry_edgex-go_PR-2633 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/4 [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/4 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2633/head:refs/remotes/origin/PR-2633 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/2633/head:refs/remotes/origin/PR-2633 # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2633/head:refs/remotes/origin/PR-2633 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 04784571c64111dd2069565982d29e4bcbbafa66 into PR head commit a04406103a62564c13dcc9fb2d65b5b68ac6555c Merge succeeded, producing 21f4b50dc1e9d26bc24f17d3af9b40e2c55f8d82 Checking out Revision 21f4b50dc1e9d26bc24f17d3af9b40e2c55f8d82 (PR-2633) > git config core.sparsecheckout # timeout=10 > git checkout -f a04406103a62564c13dcc9fb2d65b5b68ac6555c # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 04784571c64111dd2069565982d29e4bcbbafa66 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 21f4b50dc1e9d26bc24f17d3af9b40e2c55f8d82 # timeout=10 Commit message: "Merge commit '04784571c64111dd2069565982d29e4bcbbafa66' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { > git rev-list --no-walk 385245abc2bf814ba8189430357638f4b46d471c # timeout=10 [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-07-25T04:29:34.376Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-07-25T04:29:34.592Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-07-25T04:29:34.672Z] ========================================================= [2020-07-25T04:29:34.672Z] EdgeX Global Pipelines Version Info [2020-07-25T04:29:34.672Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-07-25T04:29:36.517Z] ------------------- [2020-07-25T04:29:36.517Z] stable info: [2020-07-25T04:29:36.517Z] ------------------- [2020-07-25T04:29:36.517Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-07-25T04:29:36.517Z] Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [2020-07-25T04:29:36.517Z] Message: update stable to v1.0.106 [2020-07-25T04:29:37.087Z] ------------------- [2020-07-25T04:29:37.087Z] experimental info: [2020-07-25T04:29:37.087Z] ------------------- [2020-07-25T04:29:37.087Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-07-25T04:29:37.087Z] Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [2020-07-25T04:29:37.087Z] Message: update experimental to v1.0.106 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] sh [2020-07-25T04:29:38.634Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secrets-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-logging/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2020-07-25T04:29:38.634Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-25T04:29:38.634Z] ++ dirname cmd/core-command/Dockerfile [2020-07-25T04:29:38.634Z] ++ cut -d/ -f2 [2020-07-25T04:29:38.634Z] + echo core-command,cmd/core-command/Dockerfile [2020-07-25T04:29:38.634Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-25T04:29:38.634Z] ++ dirname cmd/core-data/Dockerfile [2020-07-25T04:29:38.634Z] ++ cut -d/ -f2 [2020-07-25T04:29:38.634Z] + echo core-data,cmd/core-data/Dockerfile [2020-07-25T04:29:38.634Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-25T04:29:38.634Z] ++ dirname cmd/core-metadata/Dockerfile [2020-07-25T04:29:38.634Z] ++ cut -d/ -f2 [2020-07-25T04:29:38.634Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-07-25T04:29:38.634Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-25T04:29:38.634Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-07-25T04:29:38.634Z] ++ cut -d/ -f2 [2020-07-25T04:29:38.634Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-07-25T04:29:38.634Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-25T04:29:38.634Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-07-25T04:29:38.634Z] ++ cut -d/ -f2 [2020-07-25T04:29:38.634Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-07-25T04:29:38.634Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-25T04:29:38.634Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-07-25T04:29:38.634Z] ++ cut -d/ -f2 [2020-07-25T04:29:38.634Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-07-25T04:29:38.634Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-25T04:29:38.634Z] ++ dirname cmd/support-logging/Dockerfile [2020-07-25T04:29:38.634Z] ++ cut -d/ -f2 [2020-07-25T04:29:38.634Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-07-25T04:29:38.634Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-25T04:29:38.634Z] ++ dirname cmd/support-notifications/Dockerfile [2020-07-25T04:29:38.634Z] ++ cut -d/ -f2 [2020-07-25T04:29:38.634Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-07-25T04:29:38.634Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-25T04:29:38.634Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-07-25T04:29:38.634Z] ++ cut -d/ -f2 [2020-07-25T04:29:38.634Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-07-25T04:29:38.634Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-25T04:29:38.634Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-07-25T04:29:38.634Z] ++ cut -d/ -f2 [2020-07-25T04:29:38.634Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-07-25T04:29:38.711Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secrets-setup-go, dockerfile:cmd/security-secrets-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-logging-go, dockerfile:cmd/support-logging/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2020-07-25T04:29:39.724Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-25T04:29:39.985Z] [2020-07-25T04:29:39.985Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-07-25T04:29:40.333Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-25T04:29:40.333Z] latest: Pulling from edgex-devops/git-semver [2020-07-25T04:29:40.333Z] 31603596830f: Pulling fs layer [2020-07-25T04:29:40.333Z] 2a8b12db71e7: Pulling fs layer [2020-07-25T04:29:40.333Z] 6ca5941a6612: Pulling fs layer [2020-07-25T04:29:40.333Z] ecc8261a40a4: Pulling fs layer [2020-07-25T04:29:40.333Z] ecc8261a40a4: Waiting [2020-07-25T04:29:40.333Z] 2a8b12db71e7: Verifying Checksum [2020-07-25T04:29:40.333Z] 2a8b12db71e7: Download complete [2020-07-25T04:29:40.605Z] 31603596830f: Verifying Checksum [2020-07-25T04:29:40.605Z] 31603596830f: Download complete [2020-07-25T04:29:40.605Z] ecc8261a40a4: Verifying Checksum [2020-07-25T04:29:40.605Z] ecc8261a40a4: Download complete [2020-07-25T04:29:40.605Z] 6ca5941a6612: Verifying Checksum [2020-07-25T04:29:40.605Z] 6ca5941a6612: Download complete [2020-07-25T04:29:40.872Z] 31603596830f: Pull complete [2020-07-25T04:29:40.873Z] 2a8b12db71e7: Pull complete [2020-07-25T04:29:41.445Z] 6ca5941a6612: Pull complete [2020-07-25T04:29:41.706Z] ecc8261a40a4: Pull complete [2020-07-25T04:29:41.706Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-07-25T04:29:41.706Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-25T04:29:41.706Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-07-25T04:29:41.800Z] prd-centos7-docker-4c-2g-963 does not seem to be running inside a container [2020-07-25T04:29:41.837Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-07-25T04:29:44.272Z] $ docker top 377d1ff2a94af80c293acaca3e22904d1e52421f6d240b06ee43e89b3c370c33 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-07-25T04:29:44.528Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-25T04:29:44.528Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-25T04:29:44.703Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-25T04:29:44.701Z] $ docker exec 377d1ff2a94af80c293acaca3e22904d1e52421f6d240b06ee43e89b3c370c33 ssh-agent [2020-07-25T04:29:44.859Z] SSH_AUTH_SOCK=/tmp/ssh-CQLf59bs1fps/agent.11 [2020-07-25T04:29:44.859Z] SSH_AGENT_PID=16 [2020-07-25T04:29:44.868Z] Running ssh-add (command line suppressed) [2020-07-25T04:29:44.991Z] Identity added: /w/workspace/edgex-go/4@tmp/private_key_1195608210850794905.key (/w/workspace/edgex-go/4@tmp/private_key_1195608210850794905.key) [2020-07-25T04:29:45.041Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-25T04:29:45.755Z] + git describe --exact-match --tags HEAD [2020-07-25T04:29:45.756Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-07-25T04:29:45.770Z] $ docker exec --env ******** --env ******** 377d1ff2a94af80c293acaca3e22904d1e52421f6d240b06ee43e89b3c370c33 ssh-agent -k [2020-07-25T04:29:45.878Z] unset SSH_AUTH_SOCK; [2020-07-25T04:29:45.879Z] unset SSH_AGENT_PID; [2020-07-25T04:29:45.879Z] echo Agent pid 16 killed; [2020-07-25T04:29:45.926Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-07-25T04:29:46.003Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-07-25T04:29:46.003Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-07-25T04:29:46.089Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-25T04:29:46.089Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-25T04:29:46.239Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-25T04:29:46.237Z] $ docker exec 377d1ff2a94af80c293acaca3e22904d1e52421f6d240b06ee43e89b3c370c33 ssh-agent [2020-07-25T04:29:46.386Z] SSH_AUTH_SOCK=/tmp/ssh-hN64GACQNEhl/agent.44 [2020-07-25T04:29:46.386Z] SSH_AGENT_PID=50 [2020-07-25T04:29:46.391Z] Running ssh-add (command line suppressed) [2020-07-25T04:29:46.504Z] Identity added: /w/workspace/edgex-go/4@tmp/private_key_6386457884788360262.key (/w/workspace/edgex-go/4@tmp/private_key_6386457884788360262.key) [2020-07-25T04:29:46.563Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-25T04:29:46.884Z] + git semver init [2020-07-25T04:29:46.884Z] # -> Open(): unable to determine branch for HEAD [2020-07-25T04:29:46.884Z] # $GIT_DIR = /w/workspace/edgex-go/4/.git [2020-07-25T04:29:46.884Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/4 [2020-07-25T04:29:46.884Z] # $SEMVER_REMOTE_NAME = origin [2020-07-25T04:29:46.884Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-07-25T04:29:46.884Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-07-25T04:29:46.884Z] # $SEMVER_BRANCH = PR-2633 [2020-07-25T04:29:46.884Z] # $SEMVER_TEMP = /tmp/semver-408886654 [2020-07-25T04:29:46.884Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-07-25T04:30:08.880Z] # '/tmp/semver-408886654' -> '/w/workspace/edgex-go/4/.semver' [2020-07-25T04:30:08.880Z] # -> Force: false [2020-07-25T04:30:08.880Z] # $SEMVER_DIR = /w/workspace/edgex-go/4/.semver [Pipeline] } [2020-07-25T04:30:08.886Z] $ docker exec --env ******** --env ******** 377d1ff2a94af80c293acaca3e22904d1e52421f6d240b06ee43e89b3c370c33 ssh-agent -k [2020-07-25T04:30:09.054Z] unset SSH_AUTH_SOCK; [2020-07-25T04:30:09.055Z] unset SSH_AGENT_PID; [2020-07-25T04:30:09.055Z] echo Agent pid 50 killed; [2020-07-25T04:30:09.111Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-07-25T04:30:09.545Z] + git semver [Pipeline] } [2020-07-25T04:30:09.555Z] $ docker stop --time=1 377d1ff2a94af80c293acaca3e22904d1e52421f6d240b06ee43e89b3c370c33 [2020-07-25T04:30:11.018Z] $ docker rm -f 377d1ff2a94af80c293acaca3e22904d1e52421f6d240b06ee43e89b3c370c33 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-07-25T04:30:23.522Z] Stashed 25 file(s) [Pipeline] echo [2020-07-25T04:30:23.524Z] [edgeXSemver] initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] echo [2020-07-25T04:30:23.987Z] ========================================================= [2020-07-25T04:30:23.987Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-07-25T04:30:23.987Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-07-25T04:30:24.310Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . [2020-07-25T04:30:27.614Z] Sending build context to Docker daemon 323.2MB [2020-07-25T04:30:27.615Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-07-25T04:30:27.615Z] Step 2/7 : FROM ${BASE} [2020-07-25T04:30:27.615Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-07-25T04:30:27.615Z] df20fa9351a1: Pulling fs layer [2020-07-25T04:30:27.615Z] ed8968b2872e: Pulling fs layer [2020-07-25T04:30:27.615Z] a92cc7c5fd73: Pulling fs layer [2020-07-25T04:30:27.615Z] 2dd03ba5bac4: Pulling fs layer [2020-07-25T04:30:27.615Z] 1e091d79d1de: Pulling fs layer [2020-07-25T04:30:27.615Z] 481702a1767f: Pulling fs layer [2020-07-25T04:30:27.615Z] f64a6f60c768: Pulling fs layer [2020-07-25T04:30:27.615Z] e78d2573fc39: Pulling fs layer [2020-07-25T04:30:27.615Z] e876d2f968b6: Pulling fs layer [2020-07-25T04:30:27.615Z] ce8a83651883: Pulling fs layer [2020-07-25T04:30:27.615Z] 07967f4d0e4b: Pulling fs layer [2020-07-25T04:30:27.615Z] 481702a1767f: Waiting [2020-07-25T04:30:27.615Z] f64a6f60c768: Waiting [2020-07-25T04:30:27.615Z] e78d2573fc39: Waiting [2020-07-25T04:30:27.615Z] e876d2f968b6: Waiting [2020-07-25T04:30:27.615Z] ce8a83651883: Waiting [2020-07-25T04:30:27.615Z] 07967f4d0e4b: Waiting [2020-07-25T04:30:27.615Z] 2dd03ba5bac4: Waiting [2020-07-25T04:30:27.615Z] 1e091d79d1de: Waiting [2020-07-25T04:30:27.615Z] a92cc7c5fd73: Download complete [2020-07-25T04:30:27.615Z] ed8968b2872e: Download complete [2020-07-25T04:30:27.615Z] 1e091d79d1de: Verifying Checksum [2020-07-25T04:30:27.615Z] 1e091d79d1de: Download complete [2020-07-25T04:30:27.615Z] 481702a1767f: Verifying Checksum [2020-07-25T04:30:27.615Z] 481702a1767f: Download complete [2020-07-25T04:30:27.615Z] df20fa9351a1: Verifying Checksum [2020-07-25T04:30:27.615Z] df20fa9351a1: Download complete [2020-07-25T04:30:27.880Z] df20fa9351a1: Pull complete [2020-07-25T04:30:28.847Z] f64a6f60c768: Download complete [2020-07-25T04:30:28.847Z] e876d2f968b6: Verifying Checksum [2020-07-25T04:30:28.847Z] e876d2f968b6: Download complete [2020-07-25T04:30:29.109Z] e78d2573fc39: Verifying Checksum [2020-07-25T04:30:29.109Z] e78d2573fc39: Download complete [2020-07-25T04:30:29.109Z] 07967f4d0e4b: Verifying Checksum [2020-07-25T04:30:29.109Z] 07967f4d0e4b: Download complete [2020-07-25T04:30:29.368Z] ce8a83651883: Verifying Checksum [2020-07-25T04:30:29.368Z] ce8a83651883: Download complete [2020-07-25T04:30:29.368Z] 2dd03ba5bac4: Verifying Checksum [2020-07-25T04:30:29.368Z] 2dd03ba5bac4: Download complete [2020-07-25T04:30:30.325Z] ed8968b2872e: Pull complete [2020-07-25T04:30:30.325Z] a92cc7c5fd73: Pull complete [2020-07-25T04:30:35.647Z] 2dd03ba5bac4: Pull complete [2020-07-25T04:30:35.647Z] 1e091d79d1de: Pull complete [2020-07-25T04:30:35.647Z] 481702a1767f: Pull complete [2020-07-25T04:30:38.811Z] Still waiting to schedule task [2020-07-25T04:30:38.811Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-07-25T04:30:42.287Z] f64a6f60c768: Pull complete [2020-07-25T04:30:44.833Z] e78d2573fc39: Pull complete [2020-07-25T04:30:45.125Z] e876d2f968b6: Pull complete [2020-07-25T04:30:46.082Z] ce8a83651883: Pull complete [2020-07-25T04:30:46.082Z] 07967f4d0e4b: Pull complete [2020-07-25T04:30:46.082Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-07-25T04:30:46.346Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-07-25T04:30:46.346Z] ---> 5d7c900382c6 [2020-07-25T04:30:46.346Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-07-25T04:30:46.918Z] ---> Running in 07dad324f30b [2020-07-25T04:30:47.489Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-25T04:30:48.430Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-25T04:30:49.002Z] (1/12) Installing libmagic (5.38-r0) [2020-07-25T04:30:49.002Z] (2/12) Installing file (5.38-r0) [2020-07-25T04:30:49.262Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-07-25T04:30:49.262Z] (4/12) Installing g++ (9.3.0-r2) [2020-07-25T04:31:01.487Z] (5/12) Installing fortify-headers (1.1-r0) [2020-07-25T04:31:01.487Z] (6/12) Installing patch (2.7.6-r6) [2020-07-25T04:31:01.487Z] (7/12) Installing build-base (0.5-r2) [2020-07-25T04:31:01.487Z] (8/12) Installing libsodium (1.0.18-r0) [2020-07-25T04:31:01.487Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-07-25T04:31:01.487Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-07-25T04:31:01.487Z] (11/12) Installing libzmq (4.3.2-r0) [2020-07-25T04:31:01.751Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-07-25T04:31:01.751Z] Executing busybox-1.31.1-r16.trigger [2020-07-25T04:31:01.751Z] OK: 233 MiB in 51 packages [2020-07-25T04:31:05.958Z] Removing intermediate container 07dad324f30b [2020-07-25T04:31:05.958Z] ---> 1a397c4b52ac [2020-07-25T04:31:05.958Z] Step 4/7 : WORKDIR /edgex-go [2020-07-25T04:31:05.958Z] ---> Running in cf04e4d86d3d [2020-07-25T04:31:05.958Z] Removing intermediate container cf04e4d86d3d [2020-07-25T04:31:05.958Z] ---> 16aca84f0534 [2020-07-25T04:31:05.958Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-07-25T04:31:05.958Z] latest: Pulling from library/docker [2020-07-25T04:31:05.958Z] df20fa9351a1: Already exists [2020-07-25T04:31:05.958Z] 25ad7478873d: Pulling fs layer [2020-07-25T04:31:05.958Z] 4684f6177b5d: Pulling fs layer [2020-07-25T04:31:05.958Z] 46e300cec669: Pulling fs layer [2020-07-25T04:31:05.958Z] 63038576ad94: Pulling fs layer [2020-07-25T04:31:05.958Z] 0fdb76c4706c: Pulling fs layer [2020-07-25T04:31:05.958Z] cb7edeffdfd5: Pulling fs layer [2020-07-25T04:31:05.958Z] 63038576ad94: Waiting [2020-07-25T04:31:05.958Z] 0fdb76c4706c: Waiting [2020-07-25T04:31:05.958Z] cb7edeffdfd5: Waiting [2020-07-25T04:31:06.224Z] 4684f6177b5d: Verifying Checksum [2020-07-25T04:31:06.224Z] 4684f6177b5d: Download complete [2020-07-25T04:31:06.224Z] 25ad7478873d: Verifying Checksum [2020-07-25T04:31:06.224Z] 63038576ad94: Verifying Checksum [2020-07-25T04:31:06.224Z] 63038576ad94: Download complete [2020-07-25T04:31:06.488Z] 0fdb76c4706c: Verifying Checksum [2020-07-25T04:31:06.488Z] 0fdb76c4706c: Download complete [2020-07-25T04:31:06.488Z] cb7edeffdfd5: Verifying Checksum [2020-07-25T04:31:06.488Z] cb7edeffdfd5: Download complete [2020-07-25T04:31:06.488Z] 25ad7478873d: Pull complete [2020-07-25T04:31:06.752Z] 4684f6177b5d: Pull complete [2020-07-25T04:31:07.013Z] 46e300cec669: Verifying Checksum [2020-07-25T04:31:07.013Z] 46e300cec669: Download complete [2020-07-25T04:31:09.444Z] 46e300cec669: Pull complete [2020-07-25T04:31:09.444Z] 63038576ad94: Pull complete [2020-07-25T04:31:09.444Z] 0fdb76c4706c: Pull complete [2020-07-25T04:31:09.444Z] cb7edeffdfd5: Pull complete [2020-07-25T04:31:09.444Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-07-25T04:31:09.444Z] Status: Downloaded newer image for docker:latest [2020-07-25T04:31:11.363Z] ---> b48320623834 [2020-07-25T04:31:11.363Z] Step 6/7 : COPY go.mod . [2020-07-25T04:31:11.623Z] ---> 70f6676006b5 [2020-07-25T04:31:11.623Z] Step 7/7 : RUN go mod download [2020-07-25T04:31:11.623Z] ---> Running in bb787e99b8d9 [2020-07-25T04:31:14.197Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-07-25T04:31:14.197Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-07-25T04:31:14.197Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-07-25T04:31:14.197Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-07-25T04:31:14.197Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-07-25T04:31:14.197Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-07-25T04:31:14.197Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-07-25T04:31:14.197Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-07-25T04:31:14.197Z] go: finding github.com/cloudflare/gokey v0.1.0 [2020-07-25T04:31:14.197Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-07-25T04:31:14.197Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-07-25T04:31:14.197Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-07-25T04:31:14.197Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-07-25T04:31:14.197Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-07-25T04:31:14.197Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-07-25T04:31:14.197Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-07-25T04:31:14.197Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-07-25T04:31:14.197Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-07-25T04:31:14.461Z] go: finding github.com/fatih/color v1.7.0 [2020-07-25T04:31:14.461Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-07-25T04:31:14.461Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-07-25T04:31:14.461Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-07-25T04:31:14.461Z] go: finding github.com/go-kit/kit v0.8.0 [2020-07-25T04:31:14.461Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-07-25T04:31:14.461Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-07-25T04:31:14.461Z] go: finding github.com/go-stack/stack v1.8.0 [2020-07-25T04:31:14.461Z] go: finding github.com/golang/protobuf v1.3.2 [2020-07-25T04:31:14.461Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-07-25T04:31:14.723Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-07-25T04:31:14.723Z] go: finding github.com/google/uuid v1.1.0 [2020-07-25T04:31:14.723Z] go: finding github.com/gorilla/mux v1.7.1 [2020-07-25T04:31:14.723Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-07-25T04:31:14.723Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-07-25T04:31:14.723Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-07-25T04:31:14.723Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-07-25T04:31:14.723Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-07-25T04:31:14.723Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-07-25T04:31:14.723Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-07-25T04:31:14.723Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-07-25T04:31:14.983Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-07-25T04:31:14.983Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-07-25T04:31:14.983Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-07-25T04:31:14.983Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-07-25T04:31:14.983Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-07-25T04:31:14.983Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-07-25T04:31:14.983Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-07-25T04:31:14.983Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-07-25T04:31:14.983Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-07-25T04:31:14.983Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-07-25T04:31:14.983Z] go: finding github.com/imdario/mergo v0.3.6 [2020-07-25T04:31:15.618Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-07-25T04:31:15.618Z] go: finding github.com/kr/pretty v0.1.0 [2020-07-25T04:31:15.618Z] go: finding github.com/kr/pty v1.1.1 [2020-07-25T04:31:15.618Z] go: finding github.com/kr/text v0.1.0 [2020-07-25T04:31:15.618Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-07-25T04:31:15.618Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-07-25T04:31:15.618Z] go: finding github.com/miekg/dns v1.0.14 [2020-07-25T04:31:15.618Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-07-25T04:31:15.618Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-07-25T04:31:15.618Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-07-25T04:31:15.618Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-07-25T04:31:15.618Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-07-25T04:31:15.618Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-07-25T04:31:15.618Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-07-25T04:31:15.618Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-07-25T04:31:15.618Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-07-25T04:31:15.618Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-07-25T04:31:15.618Z] go: finding github.com/onsi/gomega v1.7.0 [2020-07-25T04:31:15.618Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-07-25T04:31:15.618Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-07-25T04:31:15.882Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-07-25T04:31:15.882Z] go: finding github.com/pkg/errors v0.8.1 [2020-07-25T04:31:16.147Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-07-25T04:31:16.147Z] go: finding github.com/posener/complete v1.1.1 [2020-07-25T04:31:16.147Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-07-25T04:31:16.147Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-07-25T04:31:16.147Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-07-25T04:31:16.147Z] go: finding github.com/stretchr/objx v0.1.0 [2020-07-25T04:31:16.147Z] go: finding github.com/stretchr/testify v1.5.1 [2020-07-25T04:31:16.147Z] go: finding github.com/ugorji/go v1.1.4 [2020-07-25T04:31:16.147Z] go: finding github.com/x448/float16 v0.8.4 [2020-07-25T04:31:16.147Z] go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 [2020-07-25T04:31:16.409Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-07-25T04:31:16.409Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-07-25T04:31:16.409Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-07-25T04:31:16.409Z] go: finding golang.org/x/text v0.3.2 [2020-07-25T04:31:16.409Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-07-25T04:31:16.409Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-07-25T04:31:16.409Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-07-25T04:31:16.409Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-07-25T04:31:16.409Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-07-25T04:31:16.675Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-07-25T04:31:28.937Z] Removing intermediate container bb787e99b8d9 [2020-07-25T04:31:28.937Z] ---> d1a8d2cb2fc7 [2020-07-25T04:31:28.937Z] Successfully built d1a8d2cb2fc7 [2020-07-25T04:31:28.937Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-25T04:31:29.478Z] + docker inspect -f . ci-base-image-x86_64 [2020-07-25T04:31:29.478Z] . [Pipeline] withDockerContainer [2020-07-25T04:31:29.570Z] prd-centos7-docker-4c-2g-963 does not seem to be running inside a container [2020-07-25T04:31:29.610Z] $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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 ******** ci-base-image-x86_64 cat [2020-07-25T04:31:30.167Z] $ docker top 3cc1d3276aa4fd48a6a99204b5d0caf2f440c05fd21b1234263dacc1017fdae9 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-25T04:31:30.653Z] + go version [2020-07-25T04:31:30.653Z] go version go1.13.13 linux/amd64 [Pipeline] echo [2020-07-25T04:31:30.665Z] ========================================================= [2020-07-25T04:31:30.665Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-07-25T04:31:30.665Z] ========================================================= [Pipeline] sh [2020-07-25T04:31:30.953Z] + make test raml_verify [2020-07-25T04:31:30.953Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-07-25T04:31:33.523Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-07-25T04:31:41.783Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-07-25T04:31:47.160Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-07-25T04:31:47.160Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-07-25T04:31:47.160Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-07-25T04:31:47.160Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-07-25T04:31:48.569Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.013s [2020-07-25T04:31:48.569Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-07-25T04:31:48.569Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-07-25T04:31:48.569Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-07-25T04:31:48.569Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-07-25T04:31:49.161Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-07-25T04:31:49.440Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-07-25T04:31:49.440Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-07-25T04:31:49.440Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-07-25T04:31:54.777Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.018s coverage: 46.6% of statements [2020-07-25T04:31:54.777Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-07-25T04:31:54.777Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-07-25T04:31:54.777Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-07-25T04:31:54.778Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-07-25T04:31:54.778Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-07-25T04:31:56.202Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.072s coverage: 27.4% of statements [2020-07-25T04:31:56.202Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-07-25T04:31:56.202Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-07-25T04:31:56.202Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-07-25T04:31:56.202Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-07-25T04:31:56.202Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-07-25T04:31:56.202Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-07-25T04:31:56.202Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.005s coverage: 100.0% of statements [2020-07-25T04:31:56.202Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-07-25T04:31:56.202Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.008s coverage: 100.0% of statements [2020-07-25T04:31:56.202Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-07-25T04:31:57.167Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.064s coverage: 29.3% of statements [2020-07-25T04:31:57.167Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-07-25T04:31:57.167Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-07-25T04:31:57.167Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-07-25T04:31:57.167Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-07-25T04:31:57.167Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-07-25T04:31:57.168Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.024s coverage: 100.0% of statements [2020-07-25T04:31:57.168Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-07-25T04:31:57.168Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.023s coverage: 100.0% of statements [2020-07-25T04:31:57.168Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-07-25T04:31:58.122Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.032s coverage: 89.8% of statements [2020-07-25T04:31:58.122Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-07-25T04:31:58.122Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.018s coverage: 97.5% of statements [2020-07-25T04:31:58.122Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-07-25T04:31:58.122Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.020s coverage: 100.0% of statements [2020-07-25T04:31:58.122Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-07-25T04:31:58.122Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-07-25T04:31:58.122Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-07-25T04:31:58.122Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-07-25T04:31:58.122Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-07-25T04:31:58.122Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-07-25T04:31:58.122Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-07-25T04:31:58.122Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-07-25T04:31:58.122Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-07-25T04:31:58.122Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-07-25T04:31:58.122Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-07-25T04:31:58.122Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-07-25T04:31:58.122Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-07-25T04:31:58.122Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-07-25T04:31:58.122Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-07-25T04:31:58.122Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-07-25T04:31:58.122Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-07-25T04:31:58.122Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.022s coverage: 58.8% of statements [2020-07-25T04:31:59.536Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.051s coverage: 63.5% of statements [2020-07-25T04:31:59.537Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-07-25T04:31:59.537Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-07-25T04:31:59.537Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.015s coverage: 100.0% of statements [2020-07-25T04:31:59.537Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.067s coverage: 55.9% of statements [2020-07-25T04:31:59.537Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-07-25T04:31:59.537Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-07-25T04:31:59.537Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-07-25T04:31:59.537Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-07-25T04:32:11.816Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 11.676s coverage: 86.3% of statements [2020-07-25T04:32:11.816Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-07-25T04:32:11.816Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.261s coverage: 72.2% of statements [2020-07-25T04:32:11.816Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.088s coverage: 72.1% of statements [2020-07-25T04:32:11.816Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.025s coverage: 82.4% of statements [2020-07-25T04:32:11.816Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.007s coverage: 48.4% of statements [2020-07-25T04:32:11.816Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-07-25T04:32:11.816Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-07-25T04:32:11.816Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-07-25T04:32:11.816Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.005s coverage: 28.8% of statements [2020-07-25T04:32:11.817Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-07-25T04:32:11.817Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.021s coverage: 96.8% of statements [2020-07-25T04:32:11.817Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-07-25T04:32:11.817Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.038s coverage: 26.9% of statements [2020-07-25T04:32:11.817Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-07-25T04:32:11.817Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-07-25T04:32:11.817Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.089s coverage: 84.1% of statements [2020-07-25T04:32:11.817Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.006s coverage: 100.0% of statements [2020-07-25T04:32:11.817Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.017s coverage: 43.1% of statements [2020-07-25T04:32:11.817Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-07-25T04:32:11.817Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-07-25T04:32:11.817Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.003s coverage: 100.0% of statements [2020-07-25T04:32:11.817Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-07-25T04:32:11.817Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.017s coverage: 83.8% of statements [2020-07-25T04:32:11.817Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-07-25T04:32:11.817Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.020s coverage: 46.1% of statements [2020-07-25T04:32:11.817Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-07-25T04:32:11.817Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-07-25T04:32:11.817Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.033s coverage: 100.0% of statements [2020-07-25T04:32:11.817Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-07-25T04:32:11.817Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-07-25T04:32:11.817Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-07-25T04:32:11.817Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.031s coverage: 100.0% of statements [2020-07-25T04:32:11.817Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-07-25T04:32:11.817Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.034s coverage: 100.0% of statements [2020-07-25T04:32:11.817Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-07-25T04:32:11.817Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.084s coverage: 29.1% of statements [2020-07-25T04:32:11.817Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-07-25T04:32:11.817Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-07-25T04:32:11.817Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-07-25T04:32:11.817Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-07-25T04:32:11.817Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-07-25T04:32:11.817Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.012s coverage: 99.0% of statements [2020-07-25T04:32:11.817Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-07-25T04:32:11.817Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.008s coverage: 100.0% of statements [2020-07-25T04:32:11.817Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-07-25T04:32:11.817Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.003s coverage: 0.0% of statements [2020-07-25T04:32:11.817Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-07-25T04:32:11.817Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.020s coverage: 100.0% of statements [2020-07-25T04:32:11.817Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-07-25T04:32:11.817Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-07-25T04:32:11.817Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-07-25T04:32:11.817Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-07-25T04:32:11.817Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.006s coverage: 87.9% of statements [2020-07-25T04:32:11.817Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-07-25T04:32:11.817Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-07-25T04:32:11.817Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.014s coverage: 100.0% of statements [2020-07-25T04:32:11.817Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.004s coverage: 32.1% of statements [2020-07-25T04:32:11.817Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.006s coverage: 100.0% of statements [2020-07-25T04:32:11.817Z] GO111MODULE=on go vet ./... [2020-07-25T04:32:18.445Z] gofmt -l . [2020-07-25T04:32:18.445Z] [ "`gofmt -l .`" = "" ] [2020-07-25T04:32:18.708Z] ./bin/test-go-mod-tidy.sh [2020-07-25T04:32:19.290Z] ./bin/test-attribution-txt.sh [2020-07-25T04:32:20.676Z] docker run --rm --privileged \ [2020-07-25T04:32:20.676Z] -v /w/workspace/edgex-go/4:/raml-verification -w /raml-verification \ [2020-07-25T04:32:20.676Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:x86_64 \ [2020-07-25T04:32:20.676Z] /scripts/raml-verify.sh [2020-07-25T04:32:20.942Z] Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:x86_64' locally [2020-07-25T04:32:20.942Z] x86_64: Pulling from edgex-devops/edgex-docs-builder [2020-07-25T04:32:20.942Z] cbdbe7a5bc2a: Pulling fs layer [2020-07-25T04:32:20.942Z] bd07af9ed1a4: Pulling fs layer [2020-07-25T04:32:20.942Z] 3556ccf180b2: Pulling fs layer [2020-07-25T04:32:20.942Z] 089d4748da74: Pulling fs layer [2020-07-25T04:32:20.942Z] c6eb57c77bc5: Pulling fs layer [2020-07-25T04:32:20.942Z] 0364d5097239: Pulling fs layer [2020-07-25T04:32:20.942Z] 089d4748da74: Waiting [2020-07-25T04:32:20.942Z] c6eb57c77bc5: Waiting [2020-07-25T04:32:20.942Z] 0364d5097239: Waiting [2020-07-25T04:32:20.942Z] cbdbe7a5bc2a: Download complete [2020-07-25T04:32:20.942Z] 3556ccf180b2: Verifying Checksum [2020-07-25T04:32:20.942Z] 3556ccf180b2: Download complete [2020-07-25T04:32:20.942Z] 089d4748da74: Download complete [2020-07-25T04:32:20.942Z] 0364d5097239: Verifying Checksum [2020-07-25T04:32:20.942Z] 0364d5097239: Download complete [2020-07-25T04:32:21.209Z] c6eb57c77bc5: Verifying Checksum [2020-07-25T04:32:21.209Z] c6eb57c77bc5: Download complete [2020-07-25T04:32:21.209Z] bd07af9ed1a4: Verifying Checksum [2020-07-25T04:32:21.209Z] bd07af9ed1a4: Download complete [2020-07-25T04:32:21.209Z] cbdbe7a5bc2a: Pull complete [2020-07-25T04:32:21.420Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-970 in /w/workspace/edgexfoundry_edgex-go_PR-2633 [Pipeline] { [Pipeline] ws [2020-07-25T04:32:21.464Z] Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout [2020-07-25T04:32:23.765Z] bd07af9ed1a4: Pull complete [2020-07-25T04:32:23.766Z] 3556ccf180b2: Pull complete [2020-07-25T04:32:23.766Z] 089d4748da74: Pull complete [2020-07-25T04:32:26.322Z] c6eb57c77bc5: Pull complete [2020-07-25T04:32:26.322Z] 0364d5097239: Pull complete [2020-07-25T04:32:26.322Z] Digest: sha256:4a127cc467df9c60bd6f299319ae4edf4b743dcc93660e351fd7c0ef1fa6b942 [2020-07-25T04:32:26.322Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:x86_64 [2020-07-25T04:32:26.834Z] using credential edgex-jenkins-ssh [2020-07-25T04:32:26.885Z] Cloning the remote Git repository [2020-07-25T04:32:26.885Z] Cloning with configured refspecs honoured and without tags [2020-07-25T04:32:26.927Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-07-25T04:32:27.032Z] > git init /w/workspace/edgex-go/4 # timeout=10 [2020-07-25T04:32:27.097Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-07-25T04:32:27.098Z] > git --version # timeout=10 [2020-07-25T04:32:27.115Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-25T04:32:27.166Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2633/head:refs/remotes/origin/PR-2633 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-25T04:32:30.639Z] Verifying ./api/raml/core-command.raml... [2020-07-25T04:32:31.583Z] OK [2020-07-25T04:32:31.583Z] Verifying ./api/raml/core-data.raml... [2020-07-25T04:32:32.525Z] OK [2020-07-25T04:32:32.525Z] Verifying ./api/raml/core-metadata.raml... [2020-07-25T04:32:34.437Z] OK [2020-07-25T04:32:34.437Z] Verifying ./api/raml/support-logging.raml... [2020-07-25T04:32:35.011Z] OK [2020-07-25T04:32:35.011Z] Verifying ./api/raml/support-notifications.raml... [2020-07-25T04:32:35.952Z] OK [2020-07-25T04:32:35.952Z] Verifying ./api/raml/support-scheduler.raml... [2020-07-25T04:32:36.896Z] OK [2020-07-25T04:32:36.896Z] Verifying ./api/raml/system-agent.raml... [2020-07-25T04:32:37.469Z] OK [Pipeline] sh [2020-07-25T04:32:38.063Z] + ls -al . [2020-07-25T04:32:38.063Z] total 556 [2020-07-25T04:32:38.063Z] drwxrwxr-x 10 1001 1001 4096 Jul 25 04:32 . [2020-07-25T04:32:38.063Z] drwxr-xr-x 4 root root 28 Jul 25 04:31 .. [2020-07-25T04:32:38.063Z] -rw-rw-r-- 1 1001 1001 11 Jul 25 04:29 .dockerignore [2020-07-25T04:32:38.063Z] drwxrwxr-x 8 1001 1001 179 Jul 25 04:29 .git [2020-07-25T04:32:38.063Z] drwxrwxr-x 3 1001 1001 60 Jul 25 04:29 .github [2020-07-25T04:32:38.063Z] -rw-rw-r-- 1 1001 1001 924 Jul 25 04:29 .gitignore [2020-07-25T04:32:38.063Z] drwx------ 3 1001 1001 47 Jul 25 04:30 .semver [2020-07-25T04:32:38.063Z] -rw-rw-r-- 1 1001 1001 178 Jul 25 04:29 .sonarcloud.properties [2020-07-25T04:32:38.063Z] -rw-rw-r-- 1 1001 1001 3804 Jul 25 04:29 CONTRIBUTING.md [2020-07-25T04:32:38.063Z] -rw-rw-r-- 1 1001 1001 1035 Jul 25 04:29 Dockerfile.build [2020-07-25T04:32:38.063Z] -rw-rw-r-- 1 1001 1001 824 Jul 25 04:29 Jenkinsfile [2020-07-25T04:32:38.063Z] -rw-rw-r-- 1 1001 1001 10775 Jul 25 04:29 LICENSE [2020-07-25T04:32:38.063Z] -rw-rw-r-- 1 1001 1001 6417 Jul 25 04:29 Makefile [2020-07-25T04:32:38.063Z] -rw-rw-r-- 1 1001 1001 5652 Jul 25 04:29 README.md [2020-07-25T04:32:38.063Z] -rw-rw-r-- 1 1001 1001 7111 Jul 25 04:29 SECURITY.md [2020-07-25T04:32:38.063Z] -rw-rw-r-- 1 1001 1001 5 Jul 25 04:30 VERSION [2020-07-25T04:32:38.063Z] -rw-rw-r-- 1 1001 1001 4131 Jul 25 04:29 ZMQWindows.md [2020-07-25T04:32:38.063Z] drwxrwxr-x 4 1001 1001 33 Jul 25 04:29 api [2020-07-25T04:32:38.063Z] drwxrwxr-x 2 1001 1001 117 Jul 25 04:29 bin [2020-07-25T04:32:38.063Z] drwxrwxr-x 15 1001 1001 4096 Jul 25 04:29 cmd [2020-07-25T04:32:38.063Z] -rw-r--r-- 1 root root 456067 Jul 25 04:32 coverage.out [2020-07-25T04:32:38.063Z] -rw-r--r-- 1 root root 1019 Jul 25 04:32 go.mod [2020-07-25T04:32:38.063Z] -rw-r--r-- 1 root root 18146 Jul 25 04:32 go.sum [2020-07-25T04:32:38.063Z] drwxrwxr-x 8 1001 1001 127 Jul 25 04:29 internal [2020-07-25T04:32:38.063Z] drwxrwxr-x 4 1001 1001 71 Jul 25 04:29 snap [2020-07-25T04:32:38.063Z] -rw-rw-r-- 1 1001 1001 168 Jul 25 04:29 version.go [Pipeline] sh [2020-07-25T04:32:38.498Z] + '[' -e coverage.out ] [2020-07-25T04:32:38.498Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-07-25T04:32:38.629Z] Stashed 1 file(s) [Pipeline] sh [2020-07-25T04:32:38.930Z] + make build [2020-07-25T04:32:38.930Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-07-25T04:32:44.390Z] Fetching without tags [2020-07-25T04:32:44.936Z] Merging remotes/origin/master commit 04784571c64111dd2069565982d29e4bcbbafa66 into PR head commit a04406103a62564c13dcc9fb2d65b5b68ac6555c [2020-07-25T04:32:45.598Z] Merge succeeded, producing 1caa090ac4105ea1a0e5adfe4375e11c6c7c8ffa [2020-07-25T04:32:45.598Z] Checking out Revision 1caa090ac4105ea1a0e5adfe4375e11c6c7c8ffa (PR-2633) [2020-07-25T04:32:45.607Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-07-25T04:32:44.291Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-07-25T04:32:44.306Z] > git config --add remote.origin.fetch +refs/pull/2633/head:refs/remotes/origin/PR-2633 # timeout=10 [2020-07-25T04:32:44.329Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-25T04:32:44.368Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-07-25T04:32:44.395Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-07-25T04:32:44.396Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-25T04:32:44.408Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2633/head:refs/remotes/origin/PR-2633 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-25T04:32:44.946Z] > git config core.sparsecheckout # timeout=10 [2020-07-25T04:32:44.965Z] > git checkout -f a04406103a62564c13dcc9fb2d65b5b68ac6555c # timeout=10 [2020-07-25T04:32:45.237Z] > git remote # timeout=10 [2020-07-25T04:32:45.256Z] > git config --get remote.origin.url # timeout=10 [2020-07-25T04:32:45.273Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-25T04:32:45.283Z] > git merge 04784571c64111dd2069565982d29e4bcbbafa66 # timeout=10 [2020-07-25T04:32:45.573Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-07-25T04:32:45.597Z] > git config core.sparsecheckout # timeout=10 [2020-07-25T04:32:45.615Z] > git checkout -f 1caa090ac4105ea1a0e5adfe4375e11c6c7c8ffa # timeout=10 [2020-07-25T04:32:49.842Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-07-25T04:32:49.999Z] Commit message: "Merge commit '04784571c64111dd2069565982d29e4bcbbafa66' into HEAD" [2020-07-25T04:32:50.028Z] First time build. Skipping changelog. [2020-07-25T04:32:50.001Z] > git rev-list --no-walk 385245abc2bf814ba8189430357638f4b46d471c # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [2020-07-25T04:32:51.233Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-07-25T04:32:52.628Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-07-25T04:32:54.544Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-07-25T04:32:54.804Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-07-25T04:32:56.723Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-07-25T04:32:58.112Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-07-25T04:32:59.512Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-07-25T04:33:00.909Z] 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 [Pipeline] echo [2020-07-25T04:33:01.919Z] ========================================================= [2020-07-25T04:33:01.919Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-07-25T04:33:01.919Z] ========================================================= [2020-07-25T04:33:01.926Z] 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 [Pipeline] isUnix [Pipeline] sh [2020-07-25T04:33:02.759Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . [2020-07-25T04:33:03.312Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [Pipeline] } [2020-07-25T04:33:04.262Z] $ docker stop --time=1 3cc1d3276aa4fd48a6a99204b5d0caf2f440c05fd21b1234263dacc1017fdae9 [2020-07-25T04:33:05.881Z] $ docker rm -f 3cc1d3276aa4fd48a6a99204b5d0caf2f440c05fd21b1234263dacc1017fdae9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2020-07-25T04:33:07.079Z] Sending build context to Docker daemon 323.2MB [2020-07-25T04:33:07.079Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-07-25T04:33:07.079Z] Step 2/7 : FROM ${BASE} [2020-07-25T04:33:07.079Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-07-25T04:33:07.079Z] b538f80385f9: Pulling fs layer [2020-07-25T04:33:07.079Z] 74f711af9a0d: Pulling fs layer [2020-07-25T04:33:07.079Z] 99f96fe45779: Pulling fs layer [2020-07-25T04:33:07.079Z] fd7a069fd194: Pulling fs layer [2020-07-25T04:33:07.079Z] 66aa3694b03b: Pulling fs layer [2020-07-25T04:33:07.079Z] 170f70906a0f: Pulling fs layer [2020-07-25T04:33:07.079Z] ad7c5574e4b9: Pulling fs layer [2020-07-25T04:33:07.079Z] e772456be8f7: Pulling fs layer [2020-07-25T04:33:07.079Z] c890913d741a: Pulling fs layer [2020-07-25T04:33:07.079Z] 2480fcc9aa5a: Pulling fs layer [2020-07-25T04:33:07.079Z] 09adf4765672: Pulling fs layer [2020-07-25T04:33:07.079Z] 170f70906a0f: Waiting [2020-07-25T04:33:07.079Z] e772456be8f7: Waiting [2020-07-25T04:33:07.079Z] c890913d741a: Waiting [2020-07-25T04:33:07.079Z] fd7a069fd194: Waiting [2020-07-25T04:33:07.079Z] ad7c5574e4b9: Waiting [2020-07-25T04:33:07.079Z] 66aa3694b03b: Waiting [2020-07-25T04:33:07.079Z] 2480fcc9aa5a: Waiting [2020-07-25T04:33:07.079Z] 09adf4765672: Waiting [2020-07-25T04:33:07.358Z] 99f96fe45779: Verifying Checksum [2020-07-25T04:33:07.358Z] 99f96fe45779: Download complete [2020-07-25T04:33:07.358Z] 74f711af9a0d: Verifying Checksum [2020-07-25T04:33:07.358Z] 74f711af9a0d: Download complete [2020-07-25T04:33:07.358Z] 66aa3694b03b: Verifying Checksum [2020-07-25T04:33:07.358Z] 66aa3694b03b: Download complete [2020-07-25T04:33:07.358Z] 170f70906a0f: Verifying Checksum [2020-07-25T04:33:07.358Z] 170f70906a0f: Download complete [2020-07-25T04:33:07.358Z] b538f80385f9: Download complete [2020-07-25T04:33:07.962Z] b538f80385f9: Pull complete [2020-07-25T04:33:08.568Z] 74f711af9a0d: Pull complete [Pipeline] isUnix [Pipeline] sh [2020-07-25T04:33:08.951Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-07-25T04:33:08.951Z] [2020-07-25T04:33:08.951Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-07-25T04:33:09.169Z] 99f96fe45779: Pull complete [2020-07-25T04:33:09.280Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-07-25T04:33:09.280Z] latest: Pulling from edgex-devops/edgex-compose [2020-07-25T04:33:09.280Z] cbdbe7a5bc2a: Already exists [2020-07-25T04:33:09.280Z] ca9280d653b3: Pulling fs layer [2020-07-25T04:33:09.280Z] 7e9c9ca2126c: Pulling fs layer [2020-07-25T04:33:09.549Z] ca9280d653b3: Verifying Checksum [2020-07-25T04:33:09.549Z] ca9280d653b3: Download complete [2020-07-25T04:33:10.165Z] ad7c5574e4b9: Verifying Checksum [2020-07-25T04:33:10.165Z] ad7c5574e4b9: Download complete [2020-07-25T04:33:10.165Z] c890913d741a: Verifying Checksum [2020-07-25T04:33:10.165Z] c890913d741a: Download complete [2020-07-25T04:33:10.506Z] 7e9c9ca2126c: Verifying Checksum [2020-07-25T04:33:10.506Z] 7e9c9ca2126c: Download complete [2020-07-25T04:33:10.775Z] ca9280d653b3: Pull complete [2020-07-25T04:33:12.137Z] 2480fcc9aa5a: Download complete [2020-07-25T04:33:12.137Z] 09adf4765672: Verifying Checksum [2020-07-25T04:33:12.137Z] 09adf4765672: Download complete [2020-07-25T04:33:12.137Z] e772456be8f7: Verifying Checksum [2020-07-25T04:33:12.137Z] e772456be8f7: Download complete [2020-07-25T04:33:13.108Z] fd7a069fd194: Verifying Checksum [2020-07-25T04:33:13.108Z] fd7a069fd194: Download complete [2020-07-25T04:33:18.964Z] 7e9c9ca2126c: Pull complete [2020-07-25T04:33:18.964Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-07-25T04:33:18.964Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-07-25T04:33:18.964Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-07-25T04:33:19.101Z] prd-centos7-docker-4c-2g-963 does not seem to be running inside a container [2020-07-25T04:33:19.143Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-07-25T04:33:21.630Z] $ docker top 1e93fd0bd20288a9d595ed7a01e9f6731254fd95ab34f64d1a8d8ec176b3c5a3 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-25T04:33:22.100Z] + docker-compose build --help [2020-07-25T04:33:22.100Z] + grep parallel [2020-07-25T04:33:23.068Z] --parallel Build images in parallel. [Pipeline] } [2020-07-25T04:33:23.078Z] $ docker stop --time=1 1e93fd0bd20288a9d595ed7a01e9f6731254fd95ab34f64d1a8d8ec176b3c5a3 [2020-07-25T04:33:24.405Z] $ docker rm -f 1e93fd0bd20288a9d595ed7a01e9f6731254fd95ab34f64d1a8d8ec176b3c5a3 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-25T04:33:24.968Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-07-25T04:33:24.968Z] . [Pipeline] withDockerContainer [2020-07-25T04:33:25.071Z] prd-centos7-docker-4c-2g-963 does not seem to be running inside a container [2020-07-25T04:33:25.180Z] $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-07-25T04:33:25.512Z] fd7a069fd194: Pull complete [2020-07-25T04:33:25.512Z] 66aa3694b03b: Pull complete [2020-07-25T04:33:25.512Z] 170f70906a0f: Pull complete [2020-07-25T04:33:25.788Z] $ docker top 38b0ccf163dc203e235d76bcf856b8f37d45ab5f5e27aba75f9b2d60ca7b2a37 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-25T04:33:26.323Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-07-25T04:33:27.263Z] Building docker-core-command-go ... [2020-07-25T04:33:27.263Z] Building docker-core-data-go ... [2020-07-25T04:33:27.263Z] Building docker-core-metadata-go ... [2020-07-25T04:33:27.263Z] Building docker-security-proxy-setup-go ... [2020-07-25T04:33:27.263Z] Building docker-security-secrets-setup-go ... [2020-07-25T04:33:27.263Z] Building docker-security-secretstore-setup-go ... [2020-07-25T04:33:27.263Z] Building docker-support-logging-go ... [2020-07-25T04:33:27.263Z] Building docker-support-notifications-go ... [2020-07-25T04:33:27.263Z] Building docker-support-scheduler-go ... [2020-07-25T04:33:27.263Z] Building docker-sys-mgmt-agent-go ... [2020-07-25T04:33:27.263Z] Building docker-support-scheduler-go [2020-07-25T04:33:27.263Z] Building docker-core-command-go [2020-07-25T04:33:27.263Z] Building docker-security-proxy-setup-go [2020-07-25T04:33:27.263Z] Building docker-support-logging-go [2020-07-25T04:33:27.263Z] Building docker-security-secretstore-setup-go [2020-07-25T04:33:29.835Z] ad7c5574e4b9: Pull complete [2020-07-25T04:33:34.160Z] e772456be8f7: Pull complete [2020-07-25T04:33:34.160Z] c890913d741a: Pull complete [2020-07-25T04:33:36.779Z] 2480fcc9aa5a: Pull complete [2020-07-25T04:33:37.374Z] 09adf4765672: Pull complete [2020-07-25T04:33:37.374Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-07-25T04:33:37.374Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-07-25T04:33:37.374Z] ---> 2248a725d1cf [2020-07-25T04:33:37.374Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-07-25T04:33:42.761Z] ---> Running in adec1483c2ab [2020-07-25T04:33:43.740Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-25T04:33:46.351Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-25T04:33:48.962Z] (1/12) Installing libmagic (5.38-r0) [2020-07-25T04:33:49.552Z] (2/12) Installing file (5.38-r0) [2020-07-25T04:33:49.552Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-07-25T04:33:49.828Z] (4/12) Installing g++ (9.3.0-r2) [2020-07-25T04:33:53.882Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-25T04:33:53.882Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-07-25T04:33:53.882Z] ---> d1a8d2cb2fc7 [2020-07-25T04:33:53.882Z] Step 3/20 : WORKDIR /edgex-go [2020-07-25T04:33:53.882Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-25T04:33:53.882Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-07-25T04:33:53.882Z] ---> d1a8d2cb2fc7 [2020-07-25T04:33:53.882Z] Step 3/20 : WORKDIR /edgex-go [2020-07-25T04:33:53.882Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-25T04:33:53.882Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-07-25T04:33:53.883Z] ---> d1a8d2cb2fc7 [2020-07-25T04:33:53.883Z] Step 3/26 : WORKDIR /edgex-go [2020-07-25T04:33:53.883Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-25T04:33:53.883Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-25T04:33:53.883Z] ---> d1a8d2cb2fc7 [2020-07-25T04:33:53.883Z] Step 3/21 : WORKDIR /edgex-go [2020-07-25T04:33:53.883Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-25T04:33:53.883Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-25T04:33:53.883Z] ---> d1a8d2cb2fc7 [2020-07-25T04:33:53.883Z] Step 3/21 : WORKDIR /edgex-go [2020-07-25T04:33:54.483Z] ---> Running in a6bbb1586ed1 [2020-07-25T04:33:54.483Z] ---> Running in a363a407131e [2020-07-25T04:33:54.483Z] ---> Running in 630cecef99be [2020-07-25T04:33:54.483Z] ---> Running in 8b38e6a98bc4 [2020-07-25T04:33:54.483Z] ---> Running in 51db37c120c9 [2020-07-25T04:33:54.744Z] Removing intermediate container a6bbb1586ed1 [2020-07-25T04:33:54.744Z] ---> 2103dee3c6fa [2020-07-25T04:33:54.744Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-25T04:33:54.744Z] Removing intermediate container 8b38e6a98bc4 [2020-07-25T04:33:54.744Z] ---> 7617676f88b1 [2020-07-25T04:33:54.744Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-25T04:33:54.744Z] Removing intermediate container 51db37c120c9 [2020-07-25T04:33:54.744Z] ---> 19f546d90ecb [2020-07-25T04:33:54.744Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-25T04:33:55.009Z] Removing intermediate container a363a407131e [2020-07-25T04:33:55.009Z] ---> 5bcd31e37e19 [2020-07-25T04:33:55.009Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-25T04:33:55.009Z] Removing intermediate container 630cecef99be [2020-07-25T04:33:55.009Z] ---> 5a374bcc5f58 [2020-07-25T04:33:55.009Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-25T04:33:55.009Z] ---> Running in 048a7b5661cc [2020-07-25T04:33:55.009Z] ---> Running in 0a96f136d55f [2020-07-25T04:33:55.009Z] ---> Running in 821e75ff1980 [2020-07-25T04:33:55.009Z] ---> Running in f5712cbb07a4 [2020-07-25T04:33:55.009Z] ---> Running in 39193f671c9c [2020-07-25T04:33:56.937Z] Removing intermediate container 0a96f136d55f [2020-07-25T04:33:56.937Z] ---> 1ef428eece83 [2020-07-25T04:33:56.937Z] Step 5/20 : RUN apk update && apk add make git [2020-07-25T04:33:56.937Z] Removing intermediate container 048a7b5661cc [2020-07-25T04:33:56.937Z] ---> 9a11646e9816 [2020-07-25T04:33:56.937Z] Step 5/21 : RUN apk update && apk add make && apk add bash git [2020-07-25T04:33:57.199Z] ---> Running in c110fe07a4b5 [2020-07-25T04:33:57.199Z] Removing intermediate container 821e75ff1980 [2020-07-25T04:33:57.199Z] ---> 7ec55466b1dc [2020-07-25T04:33:57.199Z] Step 5/21 : RUN apk update && apk add make git [2020-07-25T04:33:57.199Z] ---> Running in c25bbbc46342 [2020-07-25T04:33:57.459Z] ---> Running in 30b104655dde [2020-07-25T04:33:57.719Z] Removing intermediate container 39193f671c9c [2020-07-25T04:33:57.719Z] ---> 703d69842ae4 [2020-07-25T04:33:57.719Z] Step 5/20 : RUN apk update && apk add make git [2020-07-25T04:33:57.719Z] Removing intermediate container f5712cbb07a4 [2020-07-25T04:33:57.719Z] ---> 3394adb5325a [2020-07-25T04:33:57.719Z] Step 5/26 : RUN apk update && apk add make git [2020-07-25T04:33:57.984Z] ---> Running in 58015e3aa672 [2020-07-25T04:33:57.984Z] ---> Running in b1dad920e167 [2020-07-25T04:33:58.253Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-25T04:33:58.522Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-25T04:33:58.522Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-25T04:33:58.782Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-25T04:33:58.782Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-25T04:33:59.351Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-25T04:33:59.351Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-25T04:33:59.611Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-25T04:33:59.611Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-25T04:33:59.957Z] (5/12) Installing fortify-headers (1.1-r0) [2020-07-25T04:33:59.957Z] (6/12) Installing patch (2.7.6-r6) [2020-07-25T04:33:59.957Z] (7/12) Installing build-base (0.5-r2) [2020-07-25T04:33:59.957Z] (8/12) Installing libsodium (1.0.18-r0) [2020-07-25T04:33:59.957Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-07-25T04:34:00.181Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-25T04:34:00.226Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-07-25T04:34:00.443Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-25T04:34:00.443Z] v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-25T04:34:00.443Z] OK: 12749 distinct packages available [2020-07-25T04:34:00.495Z] (11/12) Installing libzmq (4.3.2-r0) [2020-07-25T04:34:00.495Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-07-25T04:34:00.709Z] OK: 233 MiB in 51 packages [2020-07-25T04:34:00.769Z] Executing busybox-1.31.1-r16.trigger [2020-07-25T04:34:00.769Z] OK: 217 MiB in 51 packages [2020-07-25T04:34:01.296Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-25T04:34:01.296Z] v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-25T04:34:01.296Z] OK: 12749 distinct packages available [2020-07-25T04:34:01.296Z] Removing intermediate container 30b104655dde [2020-07-25T04:34:01.296Z] ---> d7616701d084 [2020-07-25T04:34:01.296Z] Step 6/21 : COPY go.mod . [2020-07-25T04:34:01.296Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-25T04:34:01.296Z] v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-25T04:34:01.296Z] OK: 12749 distinct packages available [2020-07-25T04:34:01.296Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-25T04:34:01.296Z] v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-25T04:34:01.296Z] OK: 12749 distinct packages available [2020-07-25T04:34:01.296Z] OK: 233 MiB in 51 packages [2020-07-25T04:34:01.296Z] ---> d308ae66dc97 [2020-07-25T04:34:01.296Z] Step 7/21 : RUN go mod download [2020-07-25T04:34:01.560Z] ---> Running in 156e5e33c89d [2020-07-25T04:34:01.560Z] OK: 233 MiB in 51 packages [2020-07-25T04:34:01.560Z] OK: 233 MiB in 51 packages [2020-07-25T04:34:01.821Z] OK: 233 MiB in 51 packages [2020-07-25T04:34:02.088Z] Removing intermediate container 58015e3aa672 [2020-07-25T04:34:02.089Z] ---> 007af1eacae8 [2020-07-25T04:34:02.089Z] Step 6/20 : COPY go.mod . [2020-07-25T04:34:02.355Z] Removing intermediate container c110fe07a4b5 [2020-07-25T04:34:02.355Z] ---> 5bb284855aae [2020-07-25T04:34:02.355Z] Step 6/20 : COPY go.mod . [2020-07-25T04:34:02.616Z] Removing intermediate container c25bbbc46342 [2020-07-25T04:34:02.616Z] ---> 1d55836b5144 [2020-07-25T04:34:02.616Z] Step 6/21 : COPY go.mod . [2020-07-25T04:34:02.616Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-25T04:34:02.616Z] v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-25T04:34:02.616Z] OK: 12749 distinct packages available [2020-07-25T04:34:02.616Z] ---> 77d3fef65c88 [2020-07-25T04:34:02.616Z] Step 7/20 : RUN go mod download [2020-07-25T04:34:02.616Z] ---> Running in fa154e057673 [2020-07-25T04:34:02.879Z] OK: 233 MiB in 51 packages [2020-07-25T04:34:02.879Z] ---> 3d4cbe92f11e [2020-07-25T04:34:02.879Z] Step 7/20 : RUN go mod download [2020-07-25T04:34:03.151Z] ---> Running in a72f74906c61 [2020-07-25T04:34:03.151Z] ---> 64a6743fea93 [2020-07-25T04:34:03.151Z] Step 7/21 : RUN go mod download [2020-07-25T04:34:03.151Z] ---> Running in 961a3823e0a1 [2020-07-25T04:34:03.728Z] Removing intermediate container b1dad920e167 [2020-07-25T04:34:03.728Z] ---> 0f878857a945 [2020-07-25T04:34:03.728Z] Step 6/26 : COPY go.mod . [2020-07-25T04:34:04.001Z] Removing intermediate container 156e5e33c89d [2020-07-25T04:34:04.001Z] ---> abaa26c917ae [2020-07-25T04:34:04.001Z] Step 8/21 : COPY . . [2020-07-25T04:34:04.273Z] ---> 195372d5a9e1 [2020-07-25T04:34:04.273Z] Step 7/26 : RUN go mod download [2020-07-25T04:34:04.273Z] ---> Running in 0348fae400b2 [2020-07-25T04:34:05.077Z] Removing intermediate container adec1483c2ab [2020-07-25T04:34:05.077Z] ---> 6122152f96d8 [2020-07-25T04:34:05.077Z] Step 4/7 : WORKDIR /edgex-go [2020-07-25T04:34:05.077Z] ---> Running in a6e132c2a308 [2020-07-25T04:34:05.237Z] Removing intermediate container fa154e057673 [2020-07-25T04:34:05.237Z] ---> 9c67a6498498 [2020-07-25T04:34:05.237Z] Step 8/20 : COPY . . [2020-07-25T04:34:05.669Z] Removing intermediate container a6e132c2a308 [2020-07-25T04:34:05.669Z] ---> b638db1b1efb [2020-07-25T04:34:05.669Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-07-25T04:34:05.940Z] latest: Pulling from library/docker [2020-07-25T04:34:05.940Z] b538f80385f9: Already exists [2020-07-25T04:34:05.940Z] 259a493cd78d: Pulling fs layer [2020-07-25T04:34:05.940Z] b8e66b5100f5: Pulling fs layer [2020-07-25T04:34:05.940Z] 39dc9c94d07c: Pulling fs layer [2020-07-25T04:34:05.941Z] 551b823b3b82: Pulling fs layer [2020-07-25T04:34:05.941Z] 3c52a74df98c: Pulling fs layer [2020-07-25T04:34:05.941Z] 6c9b121b6998: Pulling fs layer [2020-07-25T04:34:05.941Z] 551b823b3b82: Waiting [2020-07-25T04:34:05.941Z] 3c52a74df98c: Waiting [2020-07-25T04:34:05.941Z] 6c9b121b6998: Waiting [2020-07-25T04:34:06.223Z] b8e66b5100f5: Verifying Checksum [2020-07-25T04:34:06.223Z] b8e66b5100f5: Download complete [2020-07-25T04:34:06.223Z] 259a493cd78d: Verifying Checksum [2020-07-25T04:34:06.223Z] 259a493cd78d: Download complete [2020-07-25T04:34:06.223Z] 551b823b3b82: Verifying Checksum [2020-07-25T04:34:06.223Z] 551b823b3b82: Download complete [2020-07-25T04:34:06.223Z] 3c52a74df98c: Verifying Checksum [2020-07-25T04:34:06.223Z] 3c52a74df98c: Download complete [2020-07-25T04:34:06.510Z] 6c9b121b6998: Verifying Checksum [2020-07-25T04:34:06.510Z] 6c9b121b6998: Download complete [2020-07-25T04:34:06.786Z] 259a493cd78d: Pull complete [2020-07-25T04:34:07.385Z] b8e66b5100f5: Pull complete [2020-07-25T04:34:07.385Z] 39dc9c94d07c: Download complete [2020-07-25T04:34:10.783Z] 39dc9c94d07c: Pull complete [2020-07-25T04:34:11.056Z] 551b823b3b82: Pull complete [2020-07-25T04:34:11.648Z] 3c52a74df98c: Pull complete [2020-07-25T04:34:11.920Z] 6c9b121b6998: Pull complete [2020-07-25T04:34:11.920Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-07-25T04:34:11.920Z] Status: Downloaded newer image for docker:latest [2020-07-25T04:34:13.404Z] Removing intermediate container 961a3823e0a1 [2020-07-25T04:34:13.404Z] ---> 309a831cd1f6 [2020-07-25T04:34:13.404Z] Step 8/21 : COPY . . [2020-07-25T04:34:14.831Z] Removing intermediate container a72f74906c61 [2020-07-25T04:34:14.831Z] ---> 9db27eaa4a10 [2020-07-25T04:34:14.831Z] Step 8/20 : COPY . . [2020-07-25T04:34:16.222Z] ---> 4878b4eb9b8c [2020-07-25T04:34:16.222Z] Step 6/7 : COPY go.mod . [2020-07-25T04:34:16.222Z] ---> 193b8c3240aa [2020-07-25T04:34:16.222Z] Step 7/7 : RUN go mod download [2020-07-25T04:34:16.513Z] ---> Running in f82ccb324358 [2020-07-25T04:34:19.916Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-07-25T04:34:19.916Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-07-25T04:34:19.916Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-07-25T04:34:19.916Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-07-25T04:34:19.916Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-07-25T04:34:19.916Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-07-25T04:34:19.916Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-07-25T04:34:19.916Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-07-25T04:34:19.916Z] go: finding github.com/cloudflare/gokey v0.1.0 [2020-07-25T04:34:19.916Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-07-25T04:34:19.916Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-07-25T04:34:19.916Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-07-25T04:34:19.916Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-07-25T04:34:19.916Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-07-25T04:34:19.916Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-07-25T04:34:19.916Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-07-25T04:34:19.916Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-07-25T04:34:19.916Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-07-25T04:34:19.916Z] go: finding github.com/fatih/color v1.7.0 [2020-07-25T04:34:19.916Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-07-25T04:34:19.916Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-07-25T04:34:19.916Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-07-25T04:34:19.916Z] go: finding github.com/go-kit/kit v0.8.0 [2020-07-25T04:34:19.916Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-07-25T04:34:19.916Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-07-25T04:34:19.916Z] go: finding github.com/go-stack/stack v1.8.0 [2020-07-25T04:34:20.188Z] go: finding github.com/golang/protobuf v1.3.2 [2020-07-25T04:34:20.188Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-07-25T04:34:20.188Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-07-25T04:34:20.188Z] go: finding github.com/google/uuid v1.1.0 [2020-07-25T04:34:20.188Z] go: finding github.com/gorilla/mux v1.7.1 [2020-07-25T04:34:20.188Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-07-25T04:34:20.188Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-07-25T04:34:20.188Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-07-25T04:34:20.188Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-07-25T04:34:20.188Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-07-25T04:34:20.188Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-07-25T04:34:20.188Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-07-25T04:34:20.459Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-07-25T04:34:20.459Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-07-25T04:34:20.459Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-07-25T04:34:20.459Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-07-25T04:34:20.459Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-07-25T04:34:20.459Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-07-25T04:34:20.459Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-07-25T04:34:20.459Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-07-25T04:34:20.459Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-07-25T04:34:20.459Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-07-25T04:34:20.459Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-07-25T04:34:20.735Z] go: finding github.com/imdario/mergo v0.3.6 [2020-07-25T04:34:20.735Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-07-25T04:34:20.735Z] go: finding github.com/kr/pretty v0.1.0 [2020-07-25T04:34:20.735Z] go: finding github.com/kr/pty v1.1.1 [2020-07-25T04:34:20.735Z] go: finding github.com/kr/text v0.1.0 [2020-07-25T04:34:20.735Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-07-25T04:34:20.735Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-07-25T04:34:20.735Z] go: finding github.com/miekg/dns v1.0.14 [2020-07-25T04:34:20.735Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-07-25T04:34:20.735Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-07-25T04:34:20.735Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-07-25T04:34:20.735Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-07-25T04:34:21.006Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-07-25T04:34:21.006Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-07-25T04:34:21.006Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-07-25T04:34:21.006Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-07-25T04:34:21.006Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-07-25T04:34:21.006Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-07-25T04:34:21.006Z] go: finding github.com/onsi/gomega v1.7.0 [2020-07-25T04:34:21.006Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-07-25T04:34:21.006Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-07-25T04:34:21.006Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-07-25T04:34:21.006Z] go: finding github.com/pkg/errors v0.8.1 [2020-07-25T04:34:21.286Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-07-25T04:34:21.286Z] go: finding github.com/posener/complete v1.1.1 [2020-07-25T04:34:21.286Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-07-25T04:34:21.286Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-07-25T04:34:21.286Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-07-25T04:34:21.286Z] go: finding github.com/stretchr/objx v0.1.0 [2020-07-25T04:34:21.286Z] go: finding github.com/stretchr/testify v1.5.1 [2020-07-25T04:34:21.286Z] go: finding github.com/ugorji/go v1.1.4 [2020-07-25T04:34:21.286Z] go: finding github.com/x448/float16 v0.8.4 [2020-07-25T04:34:21.286Z] go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 [2020-07-25T04:34:21.286Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-07-25T04:34:21.286Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-07-25T04:34:21.490Z] Removing intermediate container 0348fae400b2 [2020-07-25T04:34:21.490Z] ---> ac08ef0958bd [2020-07-25T04:34:21.490Z] Step 8/26 : COPY . . [2020-07-25T04:34:21.576Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-07-25T04:34:21.576Z] go: finding golang.org/x/text v0.3.2 [2020-07-25T04:34:21.576Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-07-25T04:34:21.576Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-07-25T04:34:21.576Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-07-25T04:34:21.576Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-07-25T04:34:21.576Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-07-25T04:34:21.576Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-07-25T04:34:36.554Z] ---> 6c21c526b998 [2020-07-25T04:34:36.554Z] Step 9/21 : RUN make cmd/core-command/core-command [2020-07-25T04:34:36.554Z] ---> 8263c49d771d [2020-07-25T04:34:36.554Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-07-25T04:34:39.920Z] ---> Running in 00dfd10b30fe [2020-07-25T04:34:39.920Z] ---> Running in 24355f6d1552 [2020-07-25T04:34:39.922Z] Removing intermediate container f82ccb324358 [2020-07-25T04:34:39.922Z] ---> f27422fb7e8c [2020-07-25T04:34:39.922Z] Successfully built f27422fb7e8c [2020-07-25T04:34:39.922Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-25T04:34:40.641Z] + docker inspect -f . ci-base-image-arm64 [2020-07-25T04:34:40.642Z] . [Pipeline] withDockerContainer [2020-07-25T04:34:40.920Z] prd-ubuntu18.04-docker-arm64-4c-16g-970 does not seem to be running inside a container [2020-07-25T04:34:40.995Z] $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-07-25T04:34:42.433Z] $ docker top 757d20d5cb17184ce94320f6115109d04c45f7c76f7b8ea31787b83237270df7 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-25T04:34:43.387Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-07-25T04:34:43.387Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-07-25T04:34:43.462Z] + go version [2020-07-25T04:34:43.462Z] go version go1.13.13 linux/arm64 [Pipeline] echo [2020-07-25T04:34:43.481Z] ========================================================= [2020-07-25T04:34:43.481Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-07-25T04:34:43.481Z] ========================================================= [Pipeline] sh [2020-07-25T04:34:44.127Z] + make test raml_verify [2020-07-25T04:34:44.127Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-07-25T04:34:45.313Z] ---> a3531d6484e5 [2020-07-25T04:34:45.313Z] Step 9/21 : RUN make cmd/support-logging/support-logging [2020-07-25T04:34:46.750Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-07-25T04:34:47.886Z] ---> 583236299421 [2020-07-25T04:34:47.886Z] Step 9/20 : RUN make cmd/support-scheduler/support-scheduler [2020-07-25T04:34:47.886Z] ---> Running in ca847b031e42 [2020-07-25T04:34:48.464Z] ---> 89d312165061 [2020-07-25T04:34:48.464Z] Step 9/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup cmd/security-secretstore-read/security-secretstore-read [2020-07-25T04:34:49.047Z] ---> Running in c957430d0dbd [2020-07-25T04:34:49.047Z] ---> Running in 625ae734ed9e [2020-07-25T04:34:50.017Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-07-25T04:34:50.285Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-07-25T04:34:50.285Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-07-25T04:35:12.409Z] Removing intermediate container 00dfd10b30fe [2020-07-25T04:35:12.409Z] ---> ae08b2aff78a [2020-07-25T04:35:12.409Z] [2020-07-25T04:35:12.409Z] Step 10/20 : FROM alpine [2020-07-25T04:35:12.409Z] latest: Pulling from library/alpine [2020-07-25T04:35:12.409Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-07-25T04:35:12.409Z] Status: Downloaded newer image for alpine:latest [2020-07-25T04:35:12.409Z] ---> a24bb4013296 [2020-07-25T04:35:12.409Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-07-25T04:35:12.409Z] ---> Running in 7f50a1a4c761 [2020-07-25T04:35:12.409Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-25T04:35:12.409Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-25T04:35:12.409Z] v3.12.0-175-g8b3334c57c [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-07-25T04:35:12.409Z] v3.12.0-179-gc1e97b6747 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-07-25T04:35:12.409Z] OK: 12749 distinct packages available [2020-07-25T04:35:12.409Z] (1/4) Installing ca-certificates (20191127-r4) [2020-07-25T04:35:12.409Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-07-25T04:35:12.409Z] (3/4) Installing libcurl (7.69.1-r0) [2020-07-25T04:35:12.409Z] (4/4) Installing curl (7.69.1-r0) [2020-07-25T04:35:12.409Z] Executing busybox-1.31.1-r16.trigger [2020-07-25T04:35:12.409Z] Executing ca-certificates-20191127-r4.trigger [2020-07-25T04:35:12.683Z] OK: 7 MiB in 18 packages [2020-07-25T04:35:13.659Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-07-25T04:35:16.227Z] Removing intermediate container 7f50a1a4c761 [2020-07-25T04:35:16.227Z] ---> f626912c72b4 [2020-07-25T04:35:16.227Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-07-25T04:35:16.227Z] Removing intermediate container 24355f6d1552 [2020-07-25T04:35:16.227Z] ---> 9bde5323b19c [2020-07-25T04:35:16.227Z] [2020-07-25T04:35:16.227Z] Step 10/21 : FROM scratch [2020-07-25T04:35:16.227Z] ---> [2020-07-25T04:35:16.227Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-25T04:35:16.498Z] ---> Running in 2e5a4b3875bb [2020-07-25T04:35:16.771Z] Removing intermediate container 2e5a4b3875bb [2020-07-25T04:35:16.771Z] ---> 5e7034203976 [2020-07-25T04:35:16.771Z] Step 13/20 : WORKDIR /edgex [2020-07-25T04:35:16.771Z] ---> Running in 97ce3a48ef2f [2020-07-25T04:35:16.771Z] ---> Running in f38666f24d79 [2020-07-25T04:35:19.151Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-07-25T04:35:20.071Z] Removing intermediate container 97ce3a48ef2f [2020-07-25T04:35:20.071Z] ---> b76283d9c464 [2020-07-25T04:35:20.071Z] Step 12/21 : ENV APP_PORT=48082 [2020-07-25T04:35:20.342Z] Removing intermediate container f38666f24d79 [2020-07-25T04:35:20.342Z] ---> Running in 9d8ad7e5f367 [2020-07-25T04:35:20.342Z] ---> 34aae2624cf3 [2020-07-25T04:35:20.342Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-07-25T04:35:20.607Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-07-25T04:35:20.607Z] Removing intermediate container ca847b031e42 [2020-07-25T04:35:20.607Z] ---> 80b0a306c4b1 [2020-07-25T04:35:20.607Z] [2020-07-25T04:35:20.607Z] Step 10/21 : FROM scratch [2020-07-25T04:35:20.607Z] ---> [2020-07-25T04:35:20.607Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-07-25T04:35:20.607Z] ---> Running in dc47ecd92210 [2020-07-25T04:35:20.607Z] Removing intermediate container 9d8ad7e5f367 [2020-07-25T04:35:20.607Z] ---> 7d93239d3b91 [2020-07-25T04:35:20.607Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-25T04:35:20.877Z] ---> Running in 6f0450741524 [2020-07-25T04:35:20.877Z] ---> f7017f2d81f5 [2020-07-25T04:35:20.877Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-07-25T04:35:20.877Z] Removing intermediate container dc47ecd92210 [2020-07-25T04:35:20.877Z] ---> 5aad467e3652 [2020-07-25T04:35:20.877Z] Step 12/21 : ENV APP_PORT=48061 [2020-07-25T04:35:21.149Z] ---> Running in 841bea3c2dfc [2020-07-25T04:35:21.149Z] Removing intermediate container 6f0450741524 [2020-07-25T04:35:21.149Z] ---> c158df40f383 [2020-07-25T04:35:21.149Z] Step 14/21 : WORKDIR / [2020-07-25T04:35:21.422Z] ---> Running in 1c8075053490 [2020-07-25T04:35:21.422Z] Removing intermediate container 841bea3c2dfc [2020-07-25T04:35:21.422Z] ---> 477a864c7fb3 [2020-07-25T04:35:21.422Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-25T04:35:21.694Z] ---> 40ee125766c7 [2020-07-25T04:35:21.694Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-07-25T04:35:21.694Z] ---> Running in 56f45858645f [2020-07-25T04:35:21.694Z] ---> Running in 6ec4ebe1a75f [2020-07-25T04:35:21.694Z] Removing intermediate container 1c8075053490 [2020-07-25T04:35:21.694Z] ---> d0e6ed7e4569 [2020-07-25T04:35:21.694Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-07-25T04:35:22.274Z] Removing intermediate container 56f45858645f [2020-07-25T04:35:22.274Z] ---> 02f0c7cc781c [2020-07-25T04:35:22.274Z] Step 14/21 : COPY --from=builder /bin/bash /bin/bash [2020-07-25T04:35:23.666Z] ---> 00eb2f554f9e [2020-07-25T04:35:23.666Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-07-25T04:35:23.666Z] Removing intermediate container 6ec4ebe1a75f [2020-07-25T04:35:23.666Z] ---> bc131783ed89 [2020-07-25T04:35:23.666Z] Step 17/20 : CMD ["--init=true"] [2020-07-25T04:35:23.666Z] ---> 79f664dc68c8 [2020-07-25T04:35:23.666Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-07-25T04:35:23.666Z] ---> Running in 2298b551cbce [2020-07-25T04:35:23.932Z] Removing intermediate container c957430d0dbd [2020-07-25T04:35:23.933Z] ---> 73bab871008a [2020-07-25T04:35:23.933Z] [2020-07-25T04:35:23.933Z] Step 10/20 : FROM scratch [2020-07-25T04:35:23.933Z] ---> [2020-07-25T04:35:23.933Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-25T04:35:23.933Z] ---> Using cache [2020-07-25T04:35:23.933Z] ---> b76283d9c464 [2020-07-25T04:35:23.933Z] Step 12/20 : ENV APP_PORT=48085 [2020-07-25T04:35:23.933Z] ---> Running in 20da6569ae49 [2020-07-25T04:35:23.933Z] Removing intermediate container 2298b551cbce [2020-07-25T04:35:23.933Z] ---> 42969b1c2e9b [2020-07-25T04:35:23.933Z] Step 18/20 : LABEL arch=x86_64 [2020-07-25T04:35:24.200Z] ---> abb59c7c2cb4 [2020-07-25T04:35:24.200Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-07-25T04:35:24.201Z] ---> b2e364b18d52 [2020-07-25T04:35:24.201Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-07-25T04:35:24.201Z] ---> Running in 3b610e8f0c96 [2020-07-25T04:35:24.463Z] Removing intermediate container 20da6569ae49 [2020-07-25T04:35:24.463Z] ---> 429d9511e7ed [2020-07-25T04:35:24.463Z] Step 13/20 : EXPOSE $APP_PORT [2020-07-25T04:35:26.100Z] ---> Running in ecd0f9dd09d0 [2020-07-25T04:35:26.100Z] Removing intermediate container 3b610e8f0c96 [2020-07-25T04:35:26.100Z] ---> 1db33836c185 [2020-07-25T04:35:26.100Z] Step 19/20 : LABEL git_sha=21f4b50dc1e9d26bc24f17d3af9b40e2c55f8d82 [2020-07-25T04:35:26.384Z] ---> 5714091cbcef [2020-07-25T04:35:26.384Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-07-25T04:35:26.384Z] ---> ae64b495db78 [2020-07-25T04:35:26.384Z] Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-25T04:35:26.384Z] Removing intermediate container ecd0f9dd09d0 [2020-07-25T04:35:26.384Z] ---> 4b64d1c58025 [2020-07-25T04:35:26.384Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-07-25T04:35:26.384Z] ---> Running in a008223346b9 [2020-07-25T04:35:26.981Z] Removing intermediate container 625ae734ed9e [2020-07-25T04:35:26.981Z] ---> 5e49b236b7e2 [2020-07-25T04:35:26.981Z] [2020-07-25T04:35:26.981Z] Step 10/26 : FROM alpine:3.10 [2020-07-25T04:35:27.258Z] 3.10: Pulling from library/alpine [2020-07-25T04:35:27.259Z] ---> Running in 08a06af49eff [2020-07-25T04:35:27.259Z] ---> ae426459a03e [2020-07-25T04:35:27.259Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-07-25T04:35:27.521Z] Removing intermediate container a008223346b9 [2020-07-25T04:35:27.521Z] ---> b752b7fb8bfd [2020-07-25T04:35:27.521Z] Step 20/20 : LABEL version=0.0.0 [2020-07-25T04:35:27.521Z] ---> b1f81e39f5b2 [2020-07-25T04:35:27.521Z] Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-25T04:35:27.788Z] ---> Running in 0d6bd52d1ba5 [2020-07-25T04:35:27.788Z] ---> Running in 8c674b0c01e8 [2020-07-25T04:35:27.788Z] Removing intermediate container 08a06af49eff [2020-07-25T04:35:27.788Z] ---> 09587e7f1059 [2020-07-25T04:35:27.788Z] Step 19/21 : LABEL arch=x86_64 [2020-07-25T04:35:28.360Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-07-25T04:35:28.361Z] Status: Downloaded newer image for alpine:3.10 [2020-07-25T04:35:28.361Z] ---> Running in 9ce93192b396 [2020-07-25T04:35:28.361Z] ---> be4e4bea2c2e [2020-07-25T04:35:28.361Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-07-25T04:35:28.361Z] Removing intermediate container 8c674b0c01e8 [2020-07-25T04:35:28.361Z] ---> fbc35dd91dd3 [2020-07-25T04:35:28.361Z] [2020-07-25T04:35:28.361Z] Removing intermediate container 0d6bd52d1ba5 [2020-07-25T04:35:28.361Z] ---> 4edddddd79cd [2020-07-25T04:35:28.361Z] Step 19/21 : LABEL arch=x86_64 [2020-07-25T04:35:28.361Z] ---> fef6350a622c [2020-07-25T04:35:28.361Z] Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-07-25T04:35:28.361Z] ---> Running in f6e874184daf [2020-07-25T04:35:28.620Z] Successfully built fbc35dd91dd3 [2020-07-25T04:35:28.620Z] ---> Running in aab179652ef8 [2020-07-25T04:35:28.620Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-07-25T04:35:28.620Z]  Building docker-security-proxy-setup-go ... done Building docker-core-metadata-go [2020-07-25T04:35:28.620Z] Removing intermediate container 9ce93192b396 [2020-07-25T04:35:28.620Z] ---> 23212ec11d6f [2020-07-25T04:35:28.620Z] Step 20/21 : LABEL git_sha=21f4b50dc1e9d26bc24f17d3af9b40e2c55f8d82 [2020-07-25T04:35:28.878Z] ---> Running in 27480be3c014 [2020-07-25T04:35:28.878Z] ---> 2977312e1532 [2020-07-25T04:35:28.878Z] Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-25T04:35:28.878Z] Removing intermediate container aab179652ef8 [2020-07-25T04:35:28.878Z] ---> 9b75ade673cd [2020-07-25T04:35:28.878Z] Step 20/21 : LABEL git_sha=21f4b50dc1e9d26bc24f17d3af9b40e2c55f8d82 [2020-07-25T04:35:29.825Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-07-25T04:35:30.087Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-07-25T04:35:30.347Z] v3.10.5-60-gf7c8b9a88d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-07-25T04:35:30.347Z] v3.10.5-58-g477aae6b2f [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-07-25T04:35:30.347Z] OK: 10346 distinct packages available [2020-07-25T04:35:30.347Z] (1/5) Installing ca-certificates (20191127-r2) [2020-07-25T04:35:31.580Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-07-25T04:35:31.580Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-07-25T04:35:31.580Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-07-25T04:35:31.580Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-07-25T04:35:31.580Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.047s [2020-07-25T04:35:31.580Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-07-25T04:35:31.740Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-07-25T04:35:31.741Z] (3/5) Installing libcurl (7.66.0-r0) [2020-07-25T04:35:31.741Z] (4/5) Installing curl (7.66.0-r0) [2020-07-25T04:35:31.741Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-07-25T04:35:31.741Z] Executing busybox-1.30.1-r3.trigger [2020-07-25T04:35:31.741Z] Executing ca-certificates-20191127-r2.trigger [2020-07-25T04:35:31.857Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-07-25T04:35:32.313Z] OK: 7 MiB in 19 packages [2020-07-25T04:35:32.457Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-07-25T04:35:33.259Z] ---> Running in e89a58e75d9d [2020-07-25T04:35:33.259Z] ---> Running in ff9c1b8a54ed [2020-07-25T04:35:34.454Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-07-25T04:35:34.649Z] Removing intermediate container 27480be3c014 [2020-07-25T04:35:34.649Z] ---> 094414b2cb35 [2020-07-25T04:35:34.649Z] Step 21/21 : LABEL version=0.0.0 [2020-07-25T04:35:34.910Z] Removing intermediate container e89a58e75d9d [2020-07-25T04:35:34.910Z] ---> ba8b6fa9d121 [2020-07-25T04:35:34.910Z] Step 18/20 : LABEL arch=x86_64 [2020-07-25T04:35:34.910Z] Removing intermediate container ff9c1b8a54ed [2020-07-25T04:35:34.910Z] ---> 49ed05028717 [2020-07-25T04:35:34.910Z] Step 21/21 : LABEL version=0.0.0 [2020-07-25T04:35:35.445Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-07-25T04:35:35.723Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-07-25T04:35:35.723Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-07-25T04:35:35.723Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-07-25T04:35:36.314Z] ---> Running in 256c9f2d852e [2020-07-25T04:35:36.314Z] ---> Running in fd3c4a3ab5b9 [2020-07-25T04:35:36.579Z] ---> Running in f27e2f1f162b [2020-07-25T04:35:37.531Z] Removing intermediate container f6e874184daf [2020-07-25T04:35:37.532Z] ---> 3ed7b2f3c8a5 [2020-07-25T04:35:37.532Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-07-25T04:35:37.792Z] Removing intermediate container 256c9f2d852e [2020-07-25T04:35:37.792Z] ---> e38c1b747b3d [2020-07-25T04:35:37.792Z] [2020-07-25T04:35:37.792Z] Removing intermediate container fd3c4a3ab5b9 [2020-07-25T04:35:37.792Z] ---> f91ff55df5a6 [2020-07-25T04:35:37.792Z] Step 19/20 : LABEL git_sha=21f4b50dc1e9d26bc24f17d3af9b40e2c55f8d82 [2020-07-25T04:35:38.068Z] Removing intermediate container f27e2f1f162b [2020-07-25T04:35:38.068Z] ---> 34e3c26c7f9a [2020-07-25T04:35:38.068Z] [2020-07-25T04:35:38.330Z] Successfully built e38c1b747b3d [2020-07-25T04:35:38.596Z] Successfully built 34e3c26c7f9a [2020-07-25T04:35:38.596Z] Successfully tagged docker-core-command-go:latest [2020-07-25T04:35:38.596Z]  Building docker-core-command-go ... done Building docker-support-notifications-go [2020-07-25T04:35:39.170Z] Successfully tagged docker-support-logging-go:latest [2020-07-25T04:35:39.170Z]  Building docker-support-logging-go ... done Building docker-sys-mgmt-agent-go [2020-07-25T04:35:39.441Z] ---> Running in d11e1ac9dbc1 [2020-07-25T04:35:39.441Z] ---> Running in ec36250de6fa [2020-07-25T04:35:45.914Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.087s coverage: 46.6% of statements [2020-07-25T04:35:45.914Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-07-25T04:35:45.914Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-07-25T04:35:45.914Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-07-25T04:35:45.914Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-07-25T04:35:45.914Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-07-25T04:35:46.059Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-25T04:35:46.059Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-25T04:35:46.059Z] ---> d1a8d2cb2fc7 [2020-07-25T04:35:46.059Z] Step 3/21 : WORKDIR /edgex-go [2020-07-25T04:35:46.323Z] ---> Using cache [2020-07-25T04:35:46.323Z] ---> 5a374bcc5f58 [2020-07-25T04:35:46.323Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-25T04:35:46.323Z] ---> Using cache [2020-07-25T04:35:46.323Z] ---> 703d69842ae4 [2020-07-25T04:35:46.323Z] Step 5/21 : RUN apk update && apk add make git [2020-07-25T04:35:46.323Z] ---> Using cache [2020-07-25T04:35:46.323Z] ---> 007af1eacae8 [2020-07-25T04:35:46.323Z] Step 6/21 : COPY go.mod . [2020-07-25T04:35:46.323Z] ---> Using cache [2020-07-25T04:35:46.323Z] ---> 77d3fef65c88 [2020-07-25T04:35:46.323Z] Step 7/21 : RUN go mod download [2020-07-25T04:35:46.323Z] ---> Using cache [2020-07-25T04:35:46.323Z] ---> 9c67a6498498 [2020-07-25T04:35:46.323Z] Step 8/21 : COPY . . [2020-07-25T04:35:46.323Z] ---> Using cache [2020-07-25T04:35:46.323Z] ---> 8263c49d771d [2020-07-25T04:35:46.323Z] Step 9/21 : RUN make cmd/core-metadata/core-metadata [2020-07-25T04:35:46.918Z] Removing intermediate container ec36250de6fa [2020-07-25T04:35:46.918Z] ---> 8e10a5d0244a [2020-07-25T04:35:46.918Z] Step 13/26 : WORKDIR / [2020-07-25T04:35:46.918Z] Removing intermediate container d11e1ac9dbc1 [2020-07-25T04:35:46.918Z] ---> 80c4849bba3c [2020-07-25T04:35:46.918Z] Step 20/20 : LABEL version=0.0.0 [2020-07-25T04:35:46.918Z] ---> Running in f51afd50a5d5 [2020-07-25T04:35:46.918Z] ---> Running in 5cef788e4e92 [2020-07-25T04:35:46.918Z] ---> Running in 2acfe440ff28 [2020-07-25T04:35:49.506Z] Removing intermediate container 2acfe440ff28 [2020-07-25T04:35:49.506Z] ---> 7c5f2490c8ec [2020-07-25T04:35:49.506Z] [2020-07-25T04:35:49.506Z] Removing intermediate container 5cef788e4e92 [2020-07-25T04:35:49.506Z] ---> bf99c12b59de [2020-07-25T04:35:49.506Z] Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-07-25T04:35:49.506Z] Successfully built 7c5f2490c8ec [2020-07-25T04:35:49.506Z] Successfully tagged docker-support-scheduler-go:latest [2020-07-25T04:35:49.506Z] Building docker-security-secrets-setup-go [2020-07-25T04:35:49.770Z]  Building docker-support-scheduler-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-07-25T04:35:51.362Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.137s coverage: 27.4% of statements [2020-07-25T04:35:51.362Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-07-25T04:35:51.362Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-07-25T04:35:51.362Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-07-25T04:35:51.362Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-07-25T04:35:51.362Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-07-25T04:35:51.362Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-07-25T04:35:51.362Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.028s coverage: 100.0% of statements [2020-07-25T04:35:51.362Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-07-25T04:35:51.362Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.112s coverage: 100.0% of statements [2020-07-25T04:35:51.362Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-07-25T04:35:55.077Z] ---> efec295cba8a [2020-07-25T04:35:55.077Z] Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-07-25T04:35:55.671Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.362s coverage: 29.3% of statements [2020-07-25T04:35:55.671Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-07-25T04:35:55.671Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-07-25T04:35:55.671Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-07-25T04:35:55.671Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-07-25T04:35:55.671Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-07-25T04:35:55.671Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.057s coverage: 100.0% of statements [2020-07-25T04:35:55.671Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-07-25T04:35:55.671Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.029s coverage: 100.0% of statements [2020-07-25T04:35:55.671Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-07-25T04:35:56.072Z] ---> ce9b5fd14e53 [2020-07-25T04:35:56.072Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-07-25T04:35:56.657Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.102s coverage: 89.8% of statements [2020-07-25T04:35:56.657Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-07-25T04:35:57.031Z] ---> 0048d1c8407a [2020-07-25T04:35:57.031Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-07-25T04:35:57.641Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.120s coverage: 97.5% of statements [2020-07-25T04:35:57.641Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-07-25T04:35:57.641Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.057s coverage: 100.0% of statements [2020-07-25T04:35:57.641Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-07-25T04:35:57.641Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-07-25T04:35:57.641Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-07-25T04:35:57.641Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-07-25T04:35:57.641Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-07-25T04:35:57.641Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-07-25T04:35:57.641Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-07-25T04:35:57.641Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-07-25T04:35:57.641Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-07-25T04:35:57.641Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-07-25T04:35:57.641Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-07-25T04:35:57.641Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-07-25T04:35:57.641Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-07-25T04:35:57.641Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-07-25T04:35:57.641Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-07-25T04:35:57.641Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-07-25T04:35:57.641Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-07-25T04:35:57.641Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.018s coverage: 58.8% of statements [2020-07-25T04:35:58.472Z] ---> e6a19402f642 [2020-07-25T04:35:58.472Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-07-25T04:35:59.442Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-25T04:35:59.442Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-07-25T04:35:59.442Z] ---> d1a8d2cb2fc7 [2020-07-25T04:35:59.442Z] Step 3/26 : WORKDIR /edgex-go [2020-07-25T04:35:59.442Z] ---> Using cache [2020-07-25T04:35:59.442Z] ---> 5a374bcc5f58 [2020-07-25T04:35:59.442Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-25T04:35:59.442Z] ---> Using cache [2020-07-25T04:35:59.442Z] ---> 703d69842ae4 [2020-07-25T04:35:59.442Z] Step 5/26 : RUN apk update && apk add make bash git [2020-07-25T04:36:00.119Z] Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-25T04:36:00.119Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-07-25T04:36:00.119Z] ---> d1a8d2cb2fc7 [2020-07-25T04:36:00.119Z] Step 3/23 : WORKDIR /edgex-go [2020-07-25T04:36:00.119Z] ---> Using cache [2020-07-25T04:36:00.119Z] ---> 5a374bcc5f58 [2020-07-25T04:36:00.119Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-25T04:36:00.119Z] ---> Using cache [2020-07-25T04:36:00.119Z] ---> 703d69842ae4 [2020-07-25T04:36:00.119Z] Step 5/23 : RUN apk update && apk add make bash git ca-certificates [2020-07-25T04:36:01.069Z] ---> Running in 896b69092b75 [2020-07-25T04:36:01.069Z] ---> Running in 0f71875365d9 [2020-07-25T04:36:01.069Z] ---> 8d445351074e [2020-07-25T04:36:01.069Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-07-25T04:36:02.043Z] ---> dbd8ad8cc25e [2020-07-25T04:36:02.043Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-07-25T04:36:02.642Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-25T04:36:02.642Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-25T04:36:02.913Z] ---> 4490917a8be2 [2020-07-25T04:36:02.913Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-07-25T04:36:03.061Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.201s coverage: 63.5% of statements [2020-07-25T04:36:03.061Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-07-25T04:36:03.061Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-07-25T04:36:03.061Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.022s coverage: 100.0% of statements [2020-07-25T04:36:03.896Z] ---> f906bf6be606 [2020-07-25T04:36:03.896Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-07-25T04:36:03.896Z] ---> Running in 81bb064fa7bb [2020-07-25T04:36:04.050Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.379s coverage: 55.9% of statements [2020-07-25T04:36:04.050Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-07-25T04:36:04.050Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-07-25T04:36:04.050Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-07-25T04:36:04.051Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-07-25T04:36:04.510Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-25T04:36:04.510Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-25T04:36:05.940Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-25T04:36:05.940Z] v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-25T04:36:05.940Z] OK: 12749 distinct packages available [2020-07-25T04:36:05.940Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-25T04:36:05.940Z] v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-25T04:36:05.940Z] OK: 12749 distinct packages available [2020-07-25T04:36:06.228Z] OK: 233 MiB in 51 packages [2020-07-25T04:36:06.228Z] OK: 233 MiB in 51 packages [2020-07-25T04:36:07.187Z] Removing intermediate container 81bb064fa7bb [2020-07-25T04:36:07.188Z] ---> 82d8468dab04 [2020-07-25T04:36:07.188Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-07-25T04:36:07.463Z] ---> Running in 643338727a4a [2020-07-25T04:36:09.420Z] Removing intermediate container 643338727a4a [2020-07-25T04:36:09.420Z] ---> 57918be009c2 [2020-07-25T04:36:09.420Z] Step 24/26 : LABEL arch=x86_64 [2020-07-25T04:36:09.420Z] Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-25T04:36:09.420Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-07-25T04:36:09.420Z] ---> d1a8d2cb2fc7 [2020-07-25T04:36:09.420Z] Step 3/29 : WORKDIR /edgex-go [2020-07-25T04:36:09.420Z] ---> Using cache [2020-07-25T04:36:09.420Z] ---> 5a374bcc5f58 [2020-07-25T04:36:09.420Z] Step 4/29 : RUN apk update && apk add make git [2020-07-25T04:36:09.991Z] Removing intermediate container 0f71875365d9 [2020-07-25T04:36:09.991Z] ---> d377c95cef6b [2020-07-25T04:36:09.991Z] Step 6/26 : COPY go.mod . [2020-07-25T04:36:10.260Z] ---> Running in f90a55f53dfe [2020-07-25T04:36:10.520Z] ---> Running in 7ad614d2b798 [2020-07-25T04:36:10.520Z] Removing intermediate container 896b69092b75 [2020-07-25T04:36:10.520Z] ---> fa7ef6695d34 [2020-07-25T04:36:10.520Z] Step 6/23 : COPY go.mod . [2020-07-25T04:36:10.799Z] ---> 7a4b8308dee0 [2020-07-25T04:36:10.799Z] Step 7/26 : RUN go mod download [2020-07-25T04:36:10.799Z] ---> Running in 29c76957c08b [2020-07-25T04:36:11.067Z] Removing intermediate container 7ad614d2b798 [2020-07-25T04:36:11.067Z] ---> c4b65745bb97 [2020-07-25T04:36:11.067Z] Step 25/26 : LABEL git_sha=21f4b50dc1e9d26bc24f17d3af9b40e2c55f8d82 [2020-07-25T04:36:11.067Z] ---> 5e71f1ea8dec [2020-07-25T04:36:11.067Z] Step 7/23 : RUN go mod download [2020-07-25T04:36:11.067Z] ---> Running in 87ae5fd953be [2020-07-25T04:36:11.336Z] ---> Running in ff608f709e0c [2020-07-25T04:36:11.336Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-25T04:36:11.605Z] Removing intermediate container 87ae5fd953be [2020-07-25T04:36:11.605Z] ---> 5622ecf9ff3b [2020-07-25T04:36:11.605Z] Step 26/26 : LABEL version=0.0.0 [2020-07-25T04:36:11.605Z] ---> Running in c3f9d4df38b3 [2020-07-25T04:36:11.880Z] Removing intermediate container c3f9d4df38b3 [2020-07-25T04:36:11.880Z] ---> 0cce1f5172b5 [2020-07-25T04:36:11.880Z] [2020-07-25T04:36:12.147Z] Successfully built 0cce1f5172b5 [2020-07-25T04:36:12.147Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-07-25T04:36:12.147Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-data-go [2020-07-25T04:36:12.407Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-25T04:36:13.348Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-25T04:36:13.348Z] v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-25T04:36:13.348Z] OK: 12749 distinct packages available [2020-07-25T04:36:13.915Z] OK: 233 MiB in 51 packages [2020-07-25T04:36:17.211Z] Removing intermediate container 29c76957c08b [2020-07-25T04:36:17.212Z] ---> ed7c23917cc4 [2020-07-25T04:36:17.212Z] Step 8/26 : COPY . . [2020-07-25T04:36:18.599Z] Removing intermediate container ff608f709e0c [2020-07-25T04:36:18.599Z] ---> 300b4d6e9fc2 [2020-07-25T04:36:18.599Z] Step 8/23 : COPY . . [2020-07-25T04:36:22.824Z] Removing intermediate container f90a55f53dfe [2020-07-25T04:36:22.824Z] ---> be2906856ba2 [2020-07-25T04:36:22.824Z] Step 5/29 : COPY go.mod . [2020-07-25T04:36:33.037Z] ---> 9103ace13228 [2020-07-25T04:36:33.037Z] Step 6/29 : RUN go mod download [2020-07-25T04:36:33.037Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-25T04:36:33.037Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-07-25T04:36:33.037Z] ---> d1a8d2cb2fc7 [2020-07-25T04:36:33.037Z] Step 3/22 : WORKDIR /edgex-go [2020-07-25T04:36:33.037Z] ---> Using cache [2020-07-25T04:36:33.037Z] ---> 5a374bcc5f58 [2020-07-25T04:36:33.037Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-25T04:36:33.037Z] ---> Using cache [2020-07-25T04:36:33.037Z] ---> 703d69842ae4 [2020-07-25T04:36:33.037Z] Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-07-25T04:36:33.665Z] ---> Running in d1dec97b51b4 [2020-07-25T04:36:33.665Z] ---> Running in 4b32070bc2a3 [2020-07-25T04:36:34.678Z] Removing intermediate container f51afd50a5d5 [2020-07-25T04:36:34.678Z] ---> 44d0255be963 [2020-07-25T04:36:34.678Z] [2020-07-25T04:36:34.678Z] Step 10/21 : FROM scratch [2020-07-25T04:36:34.678Z] ---> [2020-07-25T04:36:34.678Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-25T04:36:36.599Z] ---> Using cache [2020-07-25T04:36:36.599Z] ---> b76283d9c464 [2020-07-25T04:36:36.599Z] Step 12/21 : ENV APP_PORT=48081 [2020-07-25T04:36:38.009Z] ---> Running in 2b37b3733871 [2020-07-25T04:36:38.959Z] Removing intermediate container 2b37b3733871 [2020-07-25T04:36:38.959Z] ---> 7dbb58c1555c [2020-07-25T04:36:38.959Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-25T04:36:38.959Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-25T04:36:39.223Z] ---> Running in 7262de8c53fe [2020-07-25T04:36:40.175Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-25T04:36:41.117Z] Removing intermediate container 7262de8c53fe [2020-07-25T04:36:41.117Z] ---> db6ff8010158 [2020-07-25T04:36:41.117Z] Step 14/21 : WORKDIR / [2020-07-25T04:36:41.376Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-25T04:36:41.376Z] v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-25T04:36:41.376Z] OK: 12749 distinct packages available [2020-07-25T04:36:41.635Z] OK: 233 MiB in 51 packages [2020-07-25T04:36:42.578Z] ---> Running in 5d798deabe82 [2020-07-25T04:36:43.106Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 35.982s coverage: 86.3% of statements [2020-07-25T04:36:43.106Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-07-25T04:36:43.106Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.125s coverage: 72.2% of statements [2020-07-25T04:36:43.106Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.435s coverage: 72.1% of statements [2020-07-25T04:36:43.106Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.051s coverage: 82.4% of statements [2020-07-25T04:36:43.106Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.022s coverage: 48.4% of statements [2020-07-25T04:36:43.106Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-07-25T04:36:43.106Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-07-25T04:36:43.106Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-07-25T04:36:43.106Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.033s coverage: 28.8% of statements [2020-07-25T04:36:43.106Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-07-25T04:36:43.106Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.080s coverage: 96.8% of statements [2020-07-25T04:36:43.106Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-07-25T04:36:43.106Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.127s coverage: 26.9% of statements [2020-07-25T04:36:43.106Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-07-25T04:36:43.106Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-07-25T04:36:43.106Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.291s coverage: 84.1% of statements [2020-07-25T04:36:43.106Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.053s coverage: 100.0% of statements [2020-07-25T04:36:43.106Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.053s coverage: 43.1% of statements [2020-07-25T04:36:43.106Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-07-25T04:36:43.106Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-07-25T04:36:43.106Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.029s coverage: 100.0% of statements [2020-07-25T04:36:43.106Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-07-25T04:36:43.106Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.049s coverage: 83.8% of statements [2020-07-25T04:36:43.106Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-07-25T04:36:43.106Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.097s coverage: 46.1% of statements [2020-07-25T04:36:43.106Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-07-25T04:36:43.106Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-07-25T04:36:43.106Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.023s coverage: 100.0% of statements [2020-07-25T04:36:43.106Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-07-25T04:36:43.106Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-07-25T04:36:43.106Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-07-25T04:36:43.106Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.049s coverage: 100.0% of statements [2020-07-25T04:36:43.106Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-07-25T04:36:43.106Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.042s coverage: 100.0% of statements [2020-07-25T04:36:43.106Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-07-25T04:36:43.106Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.179s coverage: 29.1% of statements [2020-07-25T04:36:43.106Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-07-25T04:36:43.106Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-07-25T04:36:43.106Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-07-25T04:36:43.106Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-07-25T04:36:43.106Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-07-25T04:36:43.106Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.081s coverage: 99.0% of statements [2020-07-25T04:36:43.106Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-07-25T04:36:43.106Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.036s coverage: 100.0% of statements [2020-07-25T04:36:43.106Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-07-25T04:36:43.106Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.019s coverage: 0.0% of statements [2020-07-25T04:36:43.106Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-07-25T04:36:43.106Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.018s coverage: 100.0% of statements [2020-07-25T04:36:43.106Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-07-25T04:36:43.106Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-07-25T04:36:43.106Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-07-25T04:36:43.106Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-07-25T04:36:43.106Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.031s coverage: 87.9% of statements [2020-07-25T04:36:43.106Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-07-25T04:36:43.106Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-07-25T04:36:43.106Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.018s coverage: 100.0% of statements [2020-07-25T04:36:43.106Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.016s coverage: 32.1% of statements [2020-07-25T04:36:43.106Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.022s coverage: 100.0% of statements [2020-07-25T04:36:43.106Z] GO111MODULE=on go vet ./... [2020-07-25T04:36:44.491Z] Removing intermediate container d1dec97b51b4 [2020-07-25T04:36:44.491Z] ---> 73c8518d8fff [2020-07-25T04:36:44.491Z] Step 7/29 : COPY . . [2020-07-25T04:36:44.491Z] Removing intermediate container 5d798deabe82 [2020-07-25T04:36:44.491Z] ---> 2011f8ba0af4 [2020-07-25T04:36:44.491Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-07-25T04:36:44.491Z] ---> e55722b9a6a5 [2020-07-25T04:36:44.491Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-07-25T04:36:44.491Z] ---> Running in 900b2dffec28 [2020-07-25T04:36:44.491Z] ---> b6ae5f626ec6 [2020-07-25T04:36:44.491Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2020-07-25T04:36:45.067Z] ---> Running in e36a9ae4451e [2020-07-25T04:36:45.337Z] Removing intermediate container 4b32070bc2a3 [2020-07-25T04:36:45.337Z] ---> dc353ebd0b83 [2020-07-25T04:36:45.337Z] Step 6/22 : COPY go.mod . [2020-07-25T04:36:45.337Z] ---> 84ef547a702a [2020-07-25T04:36:45.337Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-07-25T04:36:47.893Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-07-25T04:36:47.893Z] ---> e825d9749935 [2020-07-25T04:36:47.893Z] Step 7/22 : RUN go mod download [2020-07-25T04:36:48.158Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-07-25T04:36:50.726Z] ---> Running in 4500084e8af8 [2020-07-25T04:36:51.691Z] ---> 81d9d8356b76 [2020-07-25T04:36:51.691Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-07-25T04:36:54.296Z] ---> 8c21ccf5ffbc [2020-07-25T04:36:54.296Z] Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-25T04:36:56.262Z] ---> Running in cfd57402d4c0 [2020-07-25T04:36:58.300Z] gofmt -l . [2020-07-25T04:36:58.875Z] Removing intermediate container cfd57402d4c0 [2020-07-25T04:36:58.875Z] ---> 0c83c13fa620 [2020-07-25T04:36:58.875Z] Step 19/21 : LABEL arch=x86_64 [2020-07-25T04:36:59.477Z] Removing intermediate container 4500084e8af8 [2020-07-25T04:36:59.477Z] ---> 41608acbb910 [2020-07-25T04:36:59.477Z] Step 8/22 : COPY . . [2020-07-25T04:37:00.064Z] ---> Running in fcca0edb890e [2020-07-25T04:37:00.902Z] [ "`gofmt -l .`" = "" ] [2020-07-25T04:37:02.873Z] ./bin/test-go-mod-tidy.sh [2020-07-25T04:37:03.472Z] ./bin/test-attribution-txt.sh [2020-07-25T04:37:04.551Z] Removing intermediate container fcca0edb890e [2020-07-25T04:37:04.551Z] ---> 8e4a5c86f52b [2020-07-25T04:37:04.551Z] Step 20/21 : LABEL git_sha=21f4b50dc1e9d26bc24f17d3af9b40e2c55f8d82 [2020-07-25T04:37:06.854Z] docker run --rm --privileged \ [2020-07-25T04:37:06.854Z] -v /w/workspace/edgex-go/4:/raml-verification -w /raml-verification \ [2020-07-25T04:37:06.854Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:aarch64 \ [2020-07-25T04:37:06.854Z] /scripts/raml-verify.sh [2020-07-25T04:37:06.854Z] Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:aarch64' locally [2020-07-25T04:37:06.854Z] aarch64: Pulling from edgex-devops/edgex-docs-builder [2020-07-25T04:37:06.854Z] 29e5d40040c1: Pulling fs layer [2020-07-25T04:37:06.854Z] 8c46fbeab2c7: Pulling fs layer [2020-07-25T04:37:06.854Z] 8ba552a4e5fe: Pulling fs layer [2020-07-25T04:37:06.854Z] 1fb62381901b: Pulling fs layer [2020-07-25T04:37:06.854Z] 147fb30a95d9: Pulling fs layer [2020-07-25T04:37:06.854Z] 3ccc99ad11dc: Pulling fs layer [2020-07-25T04:37:06.854Z] 1fb62381901b: Waiting [2020-07-25T04:37:06.854Z] 147fb30a95d9: Waiting [2020-07-25T04:37:06.854Z] 3ccc99ad11dc: Waiting [2020-07-25T04:37:06.854Z] 29e5d40040c1: Verifying Checksum [2020-07-25T04:37:06.854Z] 29e5d40040c1: Download complete [2020-07-25T04:37:06.854Z] 8ba552a4e5fe: Verifying Checksum [2020-07-25T04:37:06.854Z] 8ba552a4e5fe: Download complete [2020-07-25T04:37:06.854Z] 1fb62381901b: Verifying Checksum [2020-07-25T04:37:06.854Z] 1fb62381901b: Download complete [2020-07-25T04:37:06.854Z] 3ccc99ad11dc: Verifying Checksum [2020-07-25T04:37:06.854Z] 3ccc99ad11dc: Download complete [2020-07-25T04:37:06.854Z] 147fb30a95d9: Verifying Checksum [2020-07-25T04:37:06.854Z] 147fb30a95d9: Download complete [2020-07-25T04:37:07.167Z] ---> Running in 7289c49f0dc7 [2020-07-25T04:37:07.452Z] 29e5d40040c1: Pull complete [2020-07-25T04:37:07.452Z] 8c46fbeab2c7: Verifying Checksum [2020-07-25T04:37:07.452Z] 8c46fbeab2c7: Download complete [2020-07-25T04:37:08.126Z] ---> f26f2dad69a6 [2020-07-25T04:37:08.126Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-07-25T04:37:08.126Z] Removing intermediate container 7289c49f0dc7 [2020-07-25T04:37:08.126Z] ---> 9e4a1886299c [2020-07-25T04:37:08.126Z] Step 21/21 : LABEL version=0.0.0 [2020-07-25T04:37:08.702Z] ---> Running in e064f2708a6e [2020-07-25T04:37:08.966Z] ---> Running in 3321a140ff36 [2020-07-25T04:37:10.896Z] Removing intermediate container 3321a140ff36 [2020-07-25T04:37:10.896Z] ---> 9d20096dcb94 [2020-07-25T04:37:10.896Z] [2020-07-25T04:37:10.896Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-07-25T04:37:11.474Z] Successfully built 9d20096dcb94 [2020-07-25T04:37:11.735Z] Successfully tagged docker-core-metadata-go:latest [2020-07-25T04:37:11.747Z] 8c46fbeab2c7: Pull complete [2020-07-25T04:37:12.344Z] 8ba552a4e5fe: Pull complete [2020-07-25T04:37:12.618Z] 1fb62381901b: Pull complete [2020-07-25T04:37:16.922Z] 147fb30a95d9: Pull complete [2020-07-25T04:37:17.514Z] 3ccc99ad11dc: Pull complete [2020-07-25T04:37:17.514Z] Digest: sha256:33ff93263c5b0dedea05ed711b2d4931bc621bb5cb6457c0d27b1e4e2c1565c0 [2020-07-25T04:37:17.514Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:aarch64 [2020-07-25T04:37:18.408Z]  Building docker-core-metadata-go ... done  ---> e55f1e2e8732 [2020-07-25T04:37:18.408Z] Step 9/22 : RUN make cmd/core-data/core-data [2020-07-25T04:37:20.124Z] Verifying ./api/raml/core-command.raml... [2020-07-25T04:37:21.729Z] ---> Running in 1a89a0c8c126 [2020-07-25T04:37:21.994Z] Removing intermediate container 900b2dffec28 [2020-07-25T04:37:21.994Z] ---> f7385d1dd004 [2020-07-25T04:37:21.994Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-07-25T04:37:22.285Z] Removing intermediate container e36a9ae4451e [2020-07-25T04:37:22.285Z] ---> 3a7dc8c36571 [2020-07-25T04:37:22.285Z] [2020-07-25T04:37:22.285Z] Step 10/23 : FROM scratch [2020-07-25T04:37:22.285Z] ---> [2020-07-25T04:37:22.285Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-07-25T04:37:22.285Z] ---> Running in 1e1b6a88ae01 [2020-07-25T04:37:22.548Z] ---> Using cache [2020-07-25T04:37:22.548Z] ---> 5aad467e3652 [2020-07-25T04:37:22.548Z] Step 12/23 : ENV APP_PORT=48060 [2020-07-25T04:37:22.825Z] ---> Running in 2b5bbae26c6c [2020-07-25T04:37:22.825Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-07-25T04:37:23.102Z] Removing intermediate container 2b5bbae26c6c [2020-07-25T04:37:23.102Z] ---> 968490aba1e9 [2020-07-25T04:37:23.102Z] Step 13/23 : EXPOSE $APP_PORT [2020-07-25T04:37:23.102Z] ---> Running in 87d557f54da5 [2020-07-25T04:37:23.102Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-07-25T04:37:23.102Z] Removing intermediate container 87d557f54da5 [2020-07-25T04:37:23.102Z] ---> 3fa94d7007ce [2020-07-25T04:37:23.102Z] Step 14/23 : COPY --from=builder /bin/sh /bin/sh [2020-07-25T04:37:23.524Z] OK [2020-07-25T04:37:23.524Z] Verifying ./api/raml/core-metadata.raml... [2020-07-25T04:37:23.701Z] ---> 9ae943ff2bf1 [2020-07-25T04:37:23.701Z] Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-07-25T04:37:25.116Z] ---> 7fa7ca4730fd [2020-07-25T04:37:25.116Z] Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl [2020-07-25T04:37:26.085Z] ---> 5ac842491ca4 [2020-07-25T04:37:26.085Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-07-25T04:37:26.366Z] Removing intermediate container 1e1b6a88ae01 [2020-07-25T04:37:26.366Z] ---> 7b449c0b2235 [2020-07-25T04:37:26.366Z] [2020-07-25T04:37:26.366Z] Step 11/26 : FROM docker:latest [2020-07-25T04:37:26.366Z] ---> 81f5749c9058 [2020-07-25T04:37:26.366Z] Step 12/26 : RUN apk add --no-cache bash [2020-07-25T04:37:27.825Z] ---> Running in d73f9caa7c6d [2020-07-25T04:37:27.825Z] Removing intermediate container e064f2708a6e [2020-07-25T04:37:27.825Z] ---> d78922fb4fcc [2020-07-25T04:37:27.825Z] [2020-07-25T04:37:27.825Z] Step 9/29 : FROM alpine:latest [2020-07-25T04:37:27.825Z] ---> a24bb4013296 [2020-07-25T04:37:27.825Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-07-25T04:37:28.098Z] ---> 3782c43e64d7 [2020-07-25T04:37:28.098Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-07-25T04:37:28.098Z] ---> Running in a90d6955c194 [2020-07-25T04:37:28.377Z] Removing intermediate container a90d6955c194 [2020-07-25T04:37:28.377Z] ---> b11b321e7426 [2020-07-25T04:37:28.377Z] Step 11/29 : USER root [2020-07-25T04:37:28.656Z] ---> Running in 29172c6cb0c3 [2020-07-25T04:37:28.928Z] ---> 5a192ec7a906 [2020-07-25T04:37:28.928Z] Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-07-25T04:37:28.928Z] Removing intermediate container 29172c6cb0c3 [2020-07-25T04:37:28.928Z] ---> 7f875e8d4aff [2020-07-25T04:37:28.928Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-07-25T04:37:28.928Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-25T04:37:28.928Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-25T04:37:29.206Z] ---> Running in 306d41be2ae6 [2020-07-25T04:37:29.206Z] (1/2) Installing readline (8.0.4-r0) [2020-07-25T04:37:29.206Z] (2/2) Installing bash (5.0.17-r0) [2020-07-25T04:37:29.206Z] Executing bash-5.0.17-r0.post-install [2020-07-25T04:37:29.206Z] Executing busybox-1.31.1-r16.trigger [2020-07-25T04:37:29.471Z] OK: 12 MiB in 22 packages [2020-07-25T04:37:29.471Z] ---> 30c3be44cd0c [2020-07-25T04:37:29.471Z] Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-25T04:37:29.732Z] ---> Running in 3a721a0c38aa [2020-07-25T04:37:29.997Z] Removing intermediate container 3a721a0c38aa [2020-07-25T04:37:29.997Z] ---> 0fcb5e8bb04a [2020-07-25T04:37:29.997Z] Step 21/23 : LABEL arch=x86_64 [2020-07-25T04:37:29.997Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-25T04:37:30.280Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-25T04:37:30.280Z] ---> Running in ac3f725a6561 [2020-07-25T04:37:30.280Z] Removing intermediate container d73f9caa7c6d [2020-07-25T04:37:30.280Z] ---> c92bd540cc40 [2020-07-25T04:37:30.280Z] Step 13/26 : RUN rm -rf /var/cache/apk/* [2020-07-25T04:37:30.280Z] v3.12.0-175-g8b3334c57c [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-07-25T04:37:30.280Z] v3.12.0-179-gc1e97b6747 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-07-25T04:37:30.280Z] OK: 12749 distinct packages available [2020-07-25T04:37:30.555Z] (1/2) Installing ca-certificates (20191127-r4) [2020-07-25T04:37:30.555Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-07-25T04:37:30.555Z] Executing busybox-1.31.1-r16.trigger [2020-07-25T04:37:30.555Z] Executing ca-certificates-20191127-r4.trigger [2020-07-25T04:37:31.155Z] OK: 6 MiB in 16 packages [2020-07-25T04:37:31.155Z] ---> Running in e6501c41f058 [2020-07-25T04:37:31.155Z] Removing intermediate container ac3f725a6561 [2020-07-25T04:37:31.155Z] ---> bed16e640545 [2020-07-25T04:37:31.155Z] Step 22/23 : LABEL git_sha=21f4b50dc1e9d26bc24f17d3af9b40e2c55f8d82 [2020-07-25T04:37:31.745Z] ---> Running in 0abd2ef950c2 [2020-07-25T04:37:31.761Z] OK [2020-07-25T04:37:31.761Z] Verifying ./api/raml/support-logging.raml... [2020-07-25T04:37:32.025Z] Removing intermediate container 0abd2ef950c2 [2020-07-25T04:37:32.025Z] ---> ea1c5a41e662 [2020-07-25T04:37:32.025Z] Step 23/23 : LABEL version=0.0.0 [2020-07-25T04:37:32.025Z] ---> Running in ead529e053a0 [2020-07-25T04:37:32.984Z] Removing intermediate container 306d41be2ae6 [2020-07-25T04:37:32.984Z] ---> 727ce3b2ba73 [2020-07-25T04:37:32.984Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-07-25T04:37:33.724Z] OK [2020-07-25T04:37:33.724Z] Verifying ./api/raml/support-scheduler.raml... [2020-07-25T04:37:33.930Z] Removing intermediate container ead529e053a0 [2020-07-25T04:37:33.931Z] ---> e7e75991a691 [2020-07-25T04:37:33.931Z] [2020-07-25T04:37:34.199Z] Successfully built e7e75991a691 [2020-07-25T04:37:34.199Z] Successfully tagged docker-support-notifications-go:latest [2020-07-25T04:37:34.199Z]  Building docker-support-notifications-go ... done  ---> Running in d6092ee999d7 [2020-07-25T04:37:34.775Z] Removing intermediate container d6092ee999d7 [2020-07-25T04:37:34.775Z] ---> 8dfacbfdfc11 [2020-07-25T04:37:34.775Z] Step 14/29 : WORKDIR $BASE_DIR [2020-07-25T04:37:34.775Z] Removing intermediate container e6501c41f058 [2020-07-25T04:37:34.775Z] ---> cc800beee95d [2020-07-25T04:37:34.775Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-07-25T04:37:34.775Z] ---> Running in bcbb20277a5a [2020-07-25T04:37:35.090Z] ---> Running in 5c46a1ab5ad6 [2020-07-25T04:37:35.090Z] Removing intermediate container bcbb20277a5a [2020-07-25T04:37:35.090Z] ---> f9a093e9e75a [2020-07-25T04:37:35.090Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-07-25T04:37:35.527Z] Removing intermediate container 5c46a1ab5ad6 [2020-07-25T04:37:35.527Z] ---> 481902f8e540 [2020-07-25T04:37:35.527Z] Step 15/26 : ENV APP_PORT=48090 [2020-07-25T04:37:35.527Z] ---> Running in 9cb0183c9c68 [2020-07-25T04:37:35.527Z] ---> Running in f95288384bb8 [2020-07-25T04:37:35.810Z] Removing intermediate container f95288384bb8 [2020-07-25T04:37:35.810Z] ---> fb3a2ed194b2 [2020-07-25T04:37:35.810Z] Step 16/26 : EXPOSE $APP_PORT [2020-07-25T04:37:35.810Z] ---> Running in decb06aeb52e [2020-07-25T04:37:36.107Z] Removing intermediate container decb06aeb52e [2020-07-25T04:37:36.107Z] ---> 5486fda454b9 [2020-07-25T04:37:36.107Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-07-25T04:37:36.723Z] ---> e3444a8865d8 [2020-07-25T04:37:36.723Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-07-25T04:37:36.723Z] Removing intermediate container 9cb0183c9c68 [2020-07-25T04:37:36.723Z] ---> 25aba2bc913e [2020-07-25T04:37:36.723Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-07-25T04:37:37.008Z] ---> d5facef9085e [2020-07-25T04:37:37.008Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-07-25T04:37:37.095Z] OK [2020-07-25T04:37:37.095Z] Verifying ./api/raml/core-data.raml... [2020-07-25T04:37:37.578Z] ---> ed3bc1f2ea65 [2020-07-25T04:37:37.578Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-07-25T04:37:37.578Z] ---> 3767d1ffc9a1 [2020-07-25T04:37:37.578Z] Step 20/26 : RUN apk --no-cache add py-pip [2020-07-25T04:37:37.578Z] ---> Running in 2454636fe3f8 [2020-07-25T04:37:37.837Z] ---> 8ff1e800d250 [2020-07-25T04:37:37.837Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-07-25T04:37:39.223Z] ---> 74ef13b702f1 [2020-07-25T04:37:39.223Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-07-25T04:37:39.483Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-25T04:37:39.483Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-25T04:37:39.746Z] ---> fd3d6e9f7e0c [2020-07-25T04:37:39.746Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-07-25T04:37:39.746Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-07-25T04:37:39.746Z] (2/33) Installing expat (2.2.9-r1) [2020-07-25T04:37:39.746Z] (3/33) Installing libffi (3.3-r2) [2020-07-25T04:37:39.746Z] (4/33) Installing gdbm (1.13-r1) [2020-07-25T04:37:39.746Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-07-25T04:37:39.746Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-07-25T04:37:39.746Z] (7/33) Installing python3 (3.8.5-r0) [2020-07-25T04:37:41.386Z] OK [2020-07-25T04:37:41.386Z] Verifying ./api/raml/support-notifications.raml... [2020-07-25T04:37:45.023Z] ---> b0694eed798b [2020-07-25T04:37:45.024Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-07-25T04:37:45.596Z] ---> Running in b0be4dbfffea [2020-07-25T04:37:45.596Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-07-25T04:37:45.596Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-07-25T04:37:45.596Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-07-25T04:37:45.596Z] (11/33) Installing py3-six (1.15.0-r0) [2020-07-25T04:37:45.596Z] (12/33) Installing py3-packaging (20.4-r0) [2020-07-25T04:37:45.855Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-07-25T04:37:45.855Z] Removing intermediate container 1a89a0c8c126 [2020-07-25T04:37:45.855Z] ---> f8618fe3d61c [2020-07-25T04:37:45.855Z] [2020-07-25T04:37:45.855Z] Step 10/22 : FROM alpine [2020-07-25T04:37:45.855Z] ---> a24bb4013296 [2020-07-25T04:37:45.856Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-25T04:37:45.856Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-07-25T04:37:46.116Z] (15/33) Installing py3-idna (2.9-r0) [2020-07-25T04:37:46.116Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-07-25T04:37:46.116Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-07-25T04:37:46.694Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-07-25T04:37:46.694Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-07-25T04:37:46.694Z] ---> Running in f033da655389 [2020-07-25T04:37:46.694Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-07-25T04:37:46.694Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-07-25T04:37:46.694Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-07-25T04:37:46.694Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-07-25T04:37:46.763Z] OK [2020-07-25T04:37:46.763Z] Verifying ./api/raml/system-agent.raml... [2020-07-25T04:37:46.954Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-07-25T04:37:46.954Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-07-25T04:37:46.954Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-07-25T04:37:46.954Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-07-25T04:37:46.954Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-07-25T04:37:46.954Z] (29/33) Installing py3-progress (1.5-r0) [2020-07-25T04:37:46.954Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-07-25T04:37:47.525Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-07-25T04:37:47.787Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-07-25T04:37:47.787Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-07-25T04:37:47.787Z] Removing intermediate container f033da655389 [2020-07-25T04:37:47.787Z] ---> 584516e3aaa2 [2020-07-25T04:37:47.787Z] Step 12/22 : ENV APP_PORT=48080 [2020-07-25T04:37:48.359Z] Executing busybox-1.31.1-r16.trigger [2020-07-25T04:37:48.359Z] OK: 71 MiB in 55 packages [2020-07-25T04:37:48.359Z] ---> Running in 359e36f85f32 [2020-07-25T04:37:48.619Z] Removing intermediate container 359e36f85f32 [2020-07-25T04:37:48.619Z] ---> 99863e2cd1d6 [2020-07-25T04:37:48.619Z] Step 13/22 : EXPOSE $APP_PORT [2020-07-25T04:37:48.729Z] OK [2020-07-25T04:37:48.884Z] ---> Running in 272b5845475c [2020-07-25T04:37:48.884Z] Removing intermediate container b0be4dbfffea [2020-07-25T04:37:48.884Z] ---> 7c643fa62c76 [2020-07-25T04:37:48.884Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-07-25T04:37:49.144Z] Removing intermediate container 272b5845475c [2020-07-25T04:37:49.144Z] ---> d4c84ba64d21 [2020-07-25T04:37:49.144Z] Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [Pipeline] sh [2020-07-25T04:37:49.979Z] + ls -al . [2020-07-25T04:37:49.979Z] total 588 [2020-07-25T04:37:49.979Z] drwxrwxr-x 10 1001 1001 4096 Jul 25 04:37 . [2020-07-25T04:37:49.979Z] drwxr-xr-x 4 root root 4096 Jul 25 04:34 .. [2020-07-25T04:37:49.979Z] -rw-rw-r-- 1 1001 1001 11 Jul 25 04:32 .dockerignore [2020-07-25T04:37:49.979Z] drwxrwxr-x 8 1001 1001 4096 Jul 25 04:32 .git [2020-07-25T04:37:49.979Z] drwxrwxr-x 3 1001 1001 4096 Jul 25 04:32 .github [2020-07-25T04:37:49.979Z] -rw-rw-r-- 1 1001 1001 924 Jul 25 04:32 .gitignore [2020-07-25T04:37:49.979Z] drwxrwxr-x 3 1001 1001 4096 Jul 25 04:33 .semver [2020-07-25T04:37:49.979Z] -rw-rw-r-- 1 1001 1001 178 Jul 25 04:32 .sonarcloud.properties [2020-07-25T04:37:49.979Z] -rw-rw-r-- 1 1001 1001 3804 Jul 25 04:32 CONTRIBUTING.md [2020-07-25T04:37:49.979Z] -rw-rw-r-- 1 1001 1001 1035 Jul 25 04:32 Dockerfile.build [2020-07-25T04:37:49.979Z] -rw-rw-r-- 1 1001 1001 824 Jul 25 04:32 Jenkinsfile [2020-07-25T04:37:49.979Z] -rw-rw-r-- 1 1001 1001 10775 Jul 25 04:32 LICENSE [2020-07-25T04:37:49.979Z] -rw-rw-r-- 1 1001 1001 6417 Jul 25 04:32 Makefile [2020-07-25T04:37:49.979Z] -rw-rw-r-- 1 1001 1001 5652 Jul 25 04:32 README.md [2020-07-25T04:37:49.979Z] -rw-rw-r-- 1 1001 1001 7111 Jul 25 04:32 SECURITY.md [2020-07-25T04:37:49.979Z] -rw-rw-r-- 1 1001 1001 5 Jul 25 04:30 VERSION [2020-07-25T04:37:49.979Z] -rw-rw-r-- 1 1001 1001 4131 Jul 25 04:32 ZMQWindows.md [2020-07-25T04:37:49.979Z] drwxrwxr-x 4 1001 1001 4096 Jul 25 04:32 api [2020-07-25T04:37:49.979Z] drwxrwxr-x 2 1001 1001 4096 Jul 25 04:32 bin [2020-07-25T04:37:49.979Z] drwxrwxr-x 15 1001 1001 4096 Jul 25 04:32 cmd [2020-07-25T04:37:49.979Z] -rw-r--r-- 1 root root 456067 Jul 25 04:36 coverage.out [2020-07-25T04:37:49.979Z] -rw-r--r-- 1 root root 1019 Jul 25 04:37 go.mod [2020-07-25T04:37:49.979Z] -rw-r--r-- 1 root root 18146 Jul 25 04:37 go.sum [2020-07-25T04:37:49.979Z] drwxrwxr-x 8 1001 1001 4096 Jul 25 04:32 internal [2020-07-25T04:37:49.979Z] drwxrwxr-x 4 1001 1001 4096 Jul 25 04:32 snap [2020-07-25T04:37:49.979Z] -rw-rw-r-- 1 1001 1001 168 Jul 25 04:32 version.go [Pipeline] sh [2020-07-25T04:37:50.633Z] + '[' -e coverage.out ] [2020-07-25T04:37:50.633Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-07-25T04:37:50.687Z] Warning: overwriting stash ‘coverage-report’ [2020-07-25T04:37:51.767Z] Stashed 1 file(s) [Pipeline] sh [2020-07-25T04:37:52.442Z] ---> Running in b76214cb43d0 [2020-07-25T04:37:52.452Z] + make build [2020-07-25T04:37:52.452Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-07-25T04:37:54.983Z] ---> 4c021209c54e [2020-07-25T04:37:54.983Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-07-25T04:37:54.983Z] Removing intermediate container 2454636fe3f8 [2020-07-25T04:37:54.983Z] ---> 8201eabe31f0 [2020-07-25T04:37:54.983Z] Step 21/26 : RUN pip install docker-compose==1.23.2 [2020-07-25T04:37:54.983Z] ---> Running in 0ff0c00ffb30 [2020-07-25T04:37:54.983Z] ---> Running in fcc6525df7c2 [2020-07-25T04:37:55.922Z] Removing intermediate container b76214cb43d0 [2020-07-25T04:37:55.922Z] ---> 83ba45e5782e [2020-07-25T04:37:55.922Z] Step 15/22 : RUN apk --no-cache add zeromq [2020-07-25T04:37:55.922Z] ---> Running in d1bba25ec47e [2020-07-25T04:37:56.498Z] Removing intermediate container 0ff0c00ffb30 [2020-07-25T04:37:56.498Z] ---> c7a1ecab4519 [2020-07-25T04:37:56.498Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-07-25T04:37:56.498Z] ---> Running in 09666b7f08a8 [2020-07-25T04:37:56.498Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-25T04:37:56.757Z] Collecting docker-compose==1.23.2 [2020-07-25T04:37:56.757Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-07-25T04:37:57.017Z] Collecting docopt<0.7,>=0.6.1 [2020-07-25T04:37:57.017Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-07-25T04:37:57.591Z] Removing intermediate container 09666b7f08a8 [2020-07-25T04:37:57.591Z] ---> 055035501840 [2020-07-25T04:37:57.591Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-07-25T04:37:57.591Z] ---> Running in 1cabce99a12c [2020-07-25T04:37:57.591Z] Collecting docker<4.0,>=3.6.0 [2020-07-25T04:37:57.591Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-07-25T04:37:57.591Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-25T04:37:57.591Z] Removing intermediate container 1cabce99a12c [2020-07-25T04:37:57.591Z] ---> 11ab73e21081 [2020-07-25T04:37:57.591Z] Step 26/29 : CMD [ "generate" ] [2020-07-25T04:37:57.591Z] Collecting dockerpty<0.5,>=0.4.1 [2020-07-25T04:37:57.851Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-07-25T04:37:57.851Z] ---> Running in c1aaa2446afa [2020-07-25T04:37:58.110Z] Removing intermediate container c1aaa2446afa [2020-07-25T04:37:58.110Z] ---> b83a3b46c06d [2020-07-25T04:37:58.110Z] Step 27/29 : LABEL arch=x86_64 [2020-07-25T04:37:58.110Z] ---> Running in fdad31bfc5aa [2020-07-25T04:37:58.110Z] Removing intermediate container fdad31bfc5aa [2020-07-25T04:37:58.110Z] ---> ed754589f1f0 [2020-07-25T04:37:58.110Z] Step 28/29 : LABEL git_sha=21f4b50dc1e9d26bc24f17d3af9b40e2c55f8d82 [2020-07-25T04:37:58.372Z] ---> Running in 3e519de401f6 [2020-07-25T04:37:58.372Z] Removing intermediate container 3e519de401f6 [2020-07-25T04:37:58.372Z] ---> 40525e70fc6c [2020-07-25T04:37:58.372Z] Step 29/29 : LABEL version=0.0.0 [2020-07-25T04:37:58.372Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-07-25T04:37:58.372Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-07-25T04:37:58.372Z] ---> Running in 43f8c9f41e6a [2020-07-25T04:37:58.632Z] Removing intermediate container 43f8c9f41e6a [2020-07-25T04:37:58.632Z] ---> baeedc5b4226 [2020-07-25T04:37:58.632Z] [2020-07-25T04:37:58.632Z] Collecting PyYAML<4,>=3.10 [2020-07-25T04:37:58.632Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-07-25T04:37:58.632Z] Successfully built baeedc5b4226 [2020-07-25T04:37:58.632Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-07-25T04:37:58.897Z]  Building docker-security-secrets-setup-go ... done (1/5) Installing libgcc (9.3.0-r2) [2020-07-25T04:37:58.897Z] (2/5) Installing libsodium (1.0.18-r0) [2020-07-25T04:37:59.156Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-07-25T04:37:59.415Z] Collecting websocket-client<1.0,>=0.32.0 [2020-07-25T04:37:59.415Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-07-25T04:37:59.415Z] Collecting jsonschema<3,>=2.5.1 [2020-07-25T04:37:59.676Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-07-25T04:37:59.676Z] Collecting texttable<0.10,>=0.9.0 [2020-07-25T04:37:59.676Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-07-25T04:37:59.676Z] (4/5) Installing libzmq (4.3.2-r0) [2020-07-25T04:37:59.936Z] (5/5) Installing zeromq (4.3.2-r0) [2020-07-25T04:37:59.936Z] Executing busybox-1.31.1-r16.trigger [2020-07-25T04:37:59.936Z] OK: 8 MiB in 19 packages [2020-07-25T04:38:00.196Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-07-25T04:38:00.196Z] Collecting cached-property<2,>=1.2.0 [2020-07-25T04:38:00.196Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-07-25T04:38:00.196Z] Collecting docker-pycreds>=0.4.0 [2020-07-25T04:38:00.196Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-07-25T04:38:00.196Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2020-07-25T04:38:02.108Z] Collecting urllib3<1.25,>=1.21.1 [2020-07-25T04:38:02.108Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-07-25T04:38:02.108Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2020-07-25T04:38:02.108Z] Collecting idna<2.8,>=2.5 [2020-07-25T04:38:02.108Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-07-25T04:38:02.108Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-07-25T04:38:02.108Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-07-25T04:38:02.108Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-07-25T04:38:02.108Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-07-25T04:38:02.108Z] Removing intermediate container d1bba25ec47e [2020-07-25T04:38:02.108Z] ---> 1a6a483d16e1 [2020-07-25T04:38:02.108Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-07-25T04:38:02.108Z] Installing collected packages: docopt, websocket-client, docker-pycreds, urllib3, idna, requests, docker, dockerpty, PyYAML, jsonschema, texttable, cached-property, docker-compose [2020-07-25T04:38:02.108Z] Running setup.py install for docopt: started [2020-07-25T04:38:02.366Z] ---> dd1ffa6e189e [2020-07-25T04:38:02.366Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-07-25T04:38:02.625Z] Running setup.py install for docopt: finished with status 'done' [2020-07-25T04:38:02.625Z] Attempting uninstall: urllib3 [2020-07-25T04:38:02.625Z] Found existing installation: urllib3 1.25.9 [2020-07-25T04:38:02.625Z] Uninstalling urllib3-1.25.9: [2020-07-25T04:38:02.885Z] Successfully uninstalled urllib3-1.25.9 [2020-07-25T04:38:03.144Z] ---> 0f4ec5de742a [2020-07-25T04:38:03.144Z] Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-07-25T04:38:03.144Z] Attempting uninstall: idna [2020-07-25T04:38:03.144Z] Found existing installation: idna 2.9 [2020-07-25T04:38:03.144Z] Uninstalling idna-2.9: [2020-07-25T04:38:03.144Z] Successfully uninstalled idna-2.9 [2020-07-25T04:38:03.712Z] Attempting uninstall: requests [2020-07-25T04:38:03.712Z] Found existing installation: requests 2.23.0 [2020-07-25T04:38:03.712Z] Uninstalling requests-2.23.0: [2020-07-25T04:38:03.712Z] ---> 2a48a219b697 [2020-07-25T04:38:03.712Z] Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-25T04:38:03.712Z] Successfully uninstalled requests-2.23.0 [2020-07-25T04:38:03.972Z] ---> Running in 4d2ad55cf580 [2020-07-25T04:38:04.543Z] Removing intermediate container 4d2ad55cf580 [2020-07-25T04:38:04.543Z] ---> 0d4f09ef3aef [2020-07-25T04:38:04.543Z] Step 20/22 : LABEL arch=x86_64 [2020-07-25T04:38:04.543Z] Running setup.py install for dockerpty: started [2020-07-25T04:38:04.803Z] ---> Running in f73e6ff45ea2 [2020-07-25T04:38:04.803Z] Removing intermediate container f73e6ff45ea2 [2020-07-25T04:38:04.803Z] ---> 26cde883744b [2020-07-25T04:38:04.803Z] Step 21/22 : LABEL git_sha=21f4b50dc1e9d26bc24f17d3af9b40e2c55f8d82 [2020-07-25T04:38:05.065Z] ---> Running in 8229015bad8e [2020-07-25T04:38:05.065Z] Running setup.py install for dockerpty: finished with status 'done' [2020-07-25T04:38:05.065Z] Running setup.py install for PyYAML: started [2020-07-25T04:38:05.065Z] Removing intermediate container 8229015bad8e [2020-07-25T04:38:05.065Z] ---> a750614ebac8 [2020-07-25T04:38:05.065Z] Step 22/22 : LABEL version=0.0.0 [2020-07-25T04:38:05.325Z] ---> Running in 3053fef63176 [2020-07-25T04:38:05.325Z] Removing intermediate container 3053fef63176 [2020-07-25T04:38:05.325Z] ---> 537bcf8e2300 [2020-07-25T04:38:05.325Z] [2020-07-25T04:38:05.325Z] Successfully built 537bcf8e2300 [2020-07-25T04:38:05.585Z] Successfully tagged docker-core-data-go:latest [2020-07-25T04:38:05.852Z]  Building docker-core-data-go ... done  Running setup.py install for PyYAML: finished with status 'done' [2020-07-25T04:38:05.852Z] Running setup.py install for texttable: started [2020-07-25T04:38:06.422Z] Running setup.py install for texttable: finished with status 'done' [2020-07-25T04:38:06.684Z] Successfully installed PyYAML-3.13 cached-property-1.5.1 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2020-07-25T04:38:09.982Z] Removing intermediate container fcc6525df7c2 [2020-07-25T04:38:09.982Z] ---> 1f72bfe30895 [2020-07-25T04:38:09.982Z] Step 22/26 : RUN apk --no-cache add curl [2020-07-25T04:38:09.982Z] ---> Running in 244d7ece9b59 [2020-07-25T04:38:09.982Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-25T04:38:09.982Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-25T04:38:09.982Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-07-25T04:38:09.982Z] (2/3) Installing libcurl (7.69.1-r0) [2020-07-25T04:38:09.982Z] (3/3) Installing curl (7.69.1-r0) [2020-07-25T04:38:09.982Z] Executing busybox-1.31.1-r16.trigger [2020-07-25T04:38:10.241Z] OK: 72 MiB in 58 packages [2020-07-25T04:38:10.501Z] Removing intermediate container 244d7ece9b59 [2020-07-25T04:38:10.501Z] ---> a82aa9cb6086 [2020-07-25T04:38:10.501Z] Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-25T04:38:10.501Z] ---> Running in 5dd53f82d420 [2020-07-25T04:38:10.761Z] Removing intermediate container 5dd53f82d420 [2020-07-25T04:38:10.761Z] ---> a09daceb6ddd [2020-07-25T04:38:10.761Z] Step 24/26 : LABEL arch=x86_64 [2020-07-25T04:38:10.761Z] ---> Running in 1f852a0c4482 [2020-07-25T04:38:10.761Z] Removing intermediate container 1f852a0c4482 [2020-07-25T04:38:10.761Z] ---> 29ac704b5ddb [2020-07-25T04:38:10.761Z] Step 25/26 : LABEL git_sha=21f4b50dc1e9d26bc24f17d3af9b40e2c55f8d82 [2020-07-25T04:38:11.021Z] ---> Running in 1299a5fc3f2f [2020-07-25T04:38:11.021Z] Removing intermediate container 1299a5fc3f2f [2020-07-25T04:38:11.021Z] ---> b8c4d572d62b [2020-07-25T04:38:11.021Z] Step 26/26 : LABEL version=0.0.0 [2020-07-25T04:38:11.021Z] ---> Running in 8c5ce50bac17 [2020-07-25T04:38:11.280Z] Removing intermediate container 8c5ce50bac17 [2020-07-25T04:38:11.280Z] ---> 0b25d5126dcc [2020-07-25T04:38:11.280Z] [2020-07-25T04:38:11.280Z] Successfully built 0b25d5126dcc [2020-07-25T04:38:11.280Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-07-25T04:38:11.547Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-07-25T04:38:11.550Z] $ docker stop --time=1 38b0ccf163dc203e235d76bcf856b8f37d45ab5f5e27aba75f9b2d60ca7b2a37 [2020-07-25T04:38:13.068Z] $ docker rm -f 38b0ccf163dc203e235d76bcf856b8f37d45ab5f5e27aba75f9b2d60ca7b2a37 [Pipeline] // withDockerContainer [Pipeline] sh [2020-07-25T04:38:13.558Z] + docker images [2020-07-25T04:38:13.558Z] + grep docker [2020-07-25T04:38:13.558Z] docker-sys-mgmt-agent-go latest 0b25d5126dcc 2 seconds ago 284MB [2020-07-25T04:38:13.558Z] docker-core-data-go latest 537bcf8e2300 8 seconds ago 23.8MB [2020-07-25T04:38:13.558Z] docker-security-secrets-setup-go latest baeedc5b4226 15 seconds ago 25.1MB [2020-07-25T04:38:13.558Z] docker-support-notifications-go latest e7e75991a691 41 seconds ago 14.4MB [2020-07-25T04:38:13.558Z] docker-core-metadata-go latest 9d20096dcb94 About a minute ago 14.4MB [2020-07-25T04:38:13.558Z] docker-security-secretstore-setup-go latest 0cce1f5172b5 2 minutes ago 33.9MB [2020-07-25T04:38:13.558Z] docker-support-scheduler-go latest 7c5f2490c8ec 2 minutes ago 13.1MB [2020-07-25T04:38:13.558Z] docker-support-logging-go latest 34e3c26c7f9a 2 minutes ago 11.8MB [2020-07-25T04:38:13.558Z] docker-core-command-go latest e38c1b747b3d 2 minutes ago 13MB [2020-07-25T04:38:13.558Z] docker-security-proxy-setup-go latest fbc35dd91dd3 2 minutes ago 16.4MB [2020-07-25T04:38:13.558Z] docker latest 81f5749c9058 4 weeks ago 211MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-07-25T04:38:14.620Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-07-25T04:38:22.871Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-07-25T04:38:27.157Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-07-25T04:38:31.447Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-07-25T04:38:38.146Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-07-25T04:38:38.735Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-07-25T04:38:43.041Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-07-25T04:38:48.444Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-07-25T04:38:52.731Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-07-25T04:38:58.115Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-07-25T04:39:03.503Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-07-25T04:39:07.808Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [Pipeline] } [2020-07-25T04:39:13.197Z] $ docker stop --time=1 757d20d5cb17184ce94320f6115109d04c45f7c76f7b8ea31787b83237270df7 [2020-07-25T04:39:15.619Z] $ docker rm -f 757d20d5cb17184ce94320f6115109d04c45f7c76f7b8ea31787b83237270df7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-25T04:39:17.201Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-07-25T04:39:17.474Z] [2020-07-25T04:39:17.474Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-07-25T04:39:17.886Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-07-25T04:39:18.168Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-07-25T04:39:18.168Z] 29e5d40040c1: Already exists [2020-07-25T04:39:18.168Z] 1ce36da41761: Pulling fs layer [2020-07-25T04:39:18.168Z] 25b303627fd3: Pulling fs layer [2020-07-25T04:39:18.766Z] 1ce36da41761: Verifying Checksum [2020-07-25T04:39:18.766Z] 1ce36da41761: Download complete [2020-07-25T04:39:19.743Z] 1ce36da41761: Pull complete [2020-07-25T04:39:20.340Z] 25b303627fd3: Verifying Checksum [2020-07-25T04:39:20.340Z] 25b303627fd3: Download complete [2020-07-25T04:39:30.480Z] 25b303627fd3: Pull complete [2020-07-25T04:39:30.480Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-07-25T04:39:30.480Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-07-25T04:39:30.480Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-07-25T04:39:30.765Z] prd-ubuntu18.04-docker-arm64-4c-16g-970 does not seem to be running inside a container [2020-07-25T04:39:30.833Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-07-25T04:39:34.914Z] $ docker top fac8f945e578c35cb580156f0b107043a007b1912395f46db7785c1a9786d088 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-25T04:39:36.330Z] + docker-compose build --help [2020-07-25T04:39:36.331Z] + grep parallel [2020-07-25T04:39:41.705Z] --parallel Build images in parallel. [Pipeline] } [2020-07-25T04:39:41.711Z] $ docker stop --time=1 fac8f945e578c35cb580156f0b107043a007b1912395f46db7785c1a9786d088 [2020-07-25T04:39:44.252Z] $ docker rm -f fac8f945e578c35cb580156f0b107043a007b1912395f46db7785c1a9786d088 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-25T04:39:45.068Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-07-25T04:39:45.068Z] . [Pipeline] withDockerContainer [2020-07-25T04:39:45.352Z] prd-ubuntu18.04-docker-arm64-4c-16g-970 does not seem to be running inside a container [2020-07-25T04:39:45.423Z] $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-07-25T04:39:46.936Z] $ docker top c9f4c0eef4a86cc08214045913b94c7971ed9ff43f3622d8aeb3ba367aebc9fc -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-25T04:39:47.982Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-07-25T04:39:52.260Z] Building docker-core-command-go ... [2020-07-25T04:39:52.260Z] Building docker-core-data-go ... [2020-07-25T04:39:52.260Z] Building docker-core-metadata-go ... [2020-07-25T04:39:52.260Z] Building docker-security-proxy-setup-go ... [2020-07-25T04:39:52.260Z] Building docker-security-secrets-setup-go ... [2020-07-25T04:39:52.260Z] Building docker-security-secretstore-setup-go ... [2020-07-25T04:39:52.260Z] Building docker-support-logging-go ... [2020-07-25T04:39:52.260Z] Building docker-support-notifications-go ... [2020-07-25T04:39:52.260Z] Building docker-support-scheduler-go ... [2020-07-25T04:39:52.260Z] Building docker-sys-mgmt-agent-go ... [2020-07-25T04:39:52.260Z] Building docker-core-data-go [2020-07-25T04:39:52.260Z] Building docker-security-secretstore-setup-go [2020-07-25T04:39:52.260Z] Building docker-core-metadata-go [2020-07-25T04:39:52.260Z] Building docker-security-proxy-setup-go [2020-07-25T04:39:52.260Z] Building docker-security-secrets-setup-go [2020-07-25T04:41:44.022Z] Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-25T04:41:44.022Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-07-25T04:41:44.022Z] ---> f27422fb7e8c [2020-07-25T04:41:44.022Z] Step 3/29 : WORKDIR /edgex-go [2020-07-25T04:41:44.022Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-25T04:41:44.022Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-25T04:41:44.022Z] ---> f27422fb7e8c [2020-07-25T04:41:44.022Z] Step 3/21 : WORKDIR /edgex-go [2020-07-25T04:41:44.022Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-25T04:41:44.022Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-07-25T04:41:44.022Z] ---> f27422fb7e8c [2020-07-25T04:41:44.022Z] Step 3/26 : WORKDIR /edgex-go [2020-07-25T04:41:44.022Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-25T04:41:44.022Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-07-25T04:41:44.022Z] ---> f27422fb7e8c [2020-07-25T04:41:44.022Z] Step 3/20 : WORKDIR /edgex-go [2020-07-25T04:41:44.022Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-25T04:41:44.022Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-07-25T04:41:44.022Z] ---> f27422fb7e8c [2020-07-25T04:41:44.022Z] Step 3/22 : WORKDIR /edgex-go [2020-07-25T04:41:44.022Z] ---> Running in 43a069b62072 [2020-07-25T04:41:44.022Z] ---> Running in bcc00738d080 [2020-07-25T04:41:44.022Z] ---> Running in 6bfbf6145e2e [2020-07-25T04:41:44.022Z] ---> Running in 7bebf990e9e0 [2020-07-25T04:41:44.022Z] ---> Running in c01eba6e9807 [2020-07-25T04:41:44.022Z] Removing intermediate container c01eba6e9807 [2020-07-25T04:41:44.023Z] ---> 5b91b9ffe8a6 [2020-07-25T04:41:44.023Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-25T04:41:44.023Z] Removing intermediate container bcc00738d080 [2020-07-25T04:41:44.023Z] ---> ec66f735ffaf [2020-07-25T04:41:44.023Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-25T04:41:44.023Z] Removing intermediate container 43a069b62072 [2020-07-25T04:41:44.023Z] ---> ce1cc7fbef24 [2020-07-25T04:41:44.023Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-25T04:41:44.023Z] Removing intermediate container 7bebf990e9e0 [2020-07-25T04:41:44.023Z] ---> 14a58e7dc40d [2020-07-25T04:41:44.023Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-25T04:41:44.023Z] Removing intermediate container 6bfbf6145e2e [2020-07-25T04:41:44.023Z] ---> f747655529e7 [2020-07-25T04:41:44.023Z] Step 4/29 : RUN apk update && apk add make git [2020-07-25T04:41:44.023Z] ---> Running in 74e63bbfb72d [2020-07-25T04:41:44.023Z] ---> Running in 9f84723243ce [2020-07-25T04:41:44.023Z] ---> Running in 25bafb49de96 [2020-07-25T04:41:44.023Z] ---> Running in 5237d540129c [2020-07-25T04:41:44.023Z] ---> Running in 9b6c8ffd208c [2020-07-25T04:41:44.023Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-25T04:41:44.023Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-25T04:41:44.619Z] Removing intermediate container 25bafb49de96 [2020-07-25T04:41:44.619Z] ---> 26a83e6ed8a9 [2020-07-25T04:41:44.619Z] Step 5/20 : RUN apk update && apk add make git [2020-07-25T04:41:44.889Z] Removing intermediate container 5237d540129c [2020-07-25T04:41:44.889Z] ---> c0ff819e4e37 [2020-07-25T04:41:44.889Z] Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-07-25T04:41:44.889Z] Removing intermediate container 74e63bbfb72d [2020-07-25T04:41:44.889Z] ---> 2829897c0fda [2020-07-25T04:41:44.889Z] Step 5/21 : RUN apk update && apk add make git [2020-07-25T04:41:44.889Z] ---> Running in 02e2b13cdeb8 [2020-07-25T04:41:45.162Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-25T04:41:45.162Z] v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-25T04:41:45.162Z] OK: 12620 distinct packages available [2020-07-25T04:41:45.162Z] ---> Running in 092ec9bd434b [2020-07-25T04:41:45.162Z] ---> Running in fdb2e951a5c2 [2020-07-25T04:41:45.162Z] Removing intermediate container 9f84723243ce [2020-07-25T04:41:45.162Z] ---> 3935b3649921 [2020-07-25T04:41:45.162Z] Step 5/26 : RUN apk update && apk add make git [2020-07-25T04:41:45.437Z] ---> Running in 5ed77a8f0a93 [2020-07-25T04:41:46.044Z] OK: 217 MiB in 51 packages [2020-07-25T04:41:48.039Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-25T04:41:48.039Z] Removing intermediate container 9b6c8ffd208c [2020-07-25T04:41:48.039Z] ---> 3796ac7684f0 [2020-07-25T04:41:48.039Z] Step 5/29 : COPY go.mod . [2020-07-25T04:41:48.039Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-25T04:41:48.315Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-25T04:41:48.315Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-25T04:41:48.591Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-25T04:41:48.866Z] ---> cfdd1cee7084 [2020-07-25T04:41:48.866Z] Step 6/29 : RUN go mod download [2020-07-25T04:41:48.866Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-25T04:41:48.866Z] ---> Running in b6eddff17295 [2020-07-25T04:41:49.143Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-25T04:41:49.143Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-25T04:41:49.749Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-25T04:41:49.749Z] v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-25T04:41:49.749Z] OK: 12620 distinct packages available [2020-07-25T04:41:50.034Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-25T04:41:50.034Z] v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-25T04:41:50.034Z] OK: 12620 distinct packages available [2020-07-25T04:41:50.633Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-25T04:41:50.633Z] v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-25T04:41:50.633Z] OK: 12620 distinct packages available [2020-07-25T04:41:50.633Z] OK: 217 MiB in 51 packages [2020-07-25T04:41:50.633Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-25T04:41:50.633Z] v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-25T04:41:50.633Z] OK: 12620 distinct packages available [2020-07-25T04:41:50.908Z] OK: 217 MiB in 51 packages [2020-07-25T04:41:51.517Z] OK: 217 MiB in 51 packages [2020-07-25T04:41:51.792Z] OK: 217 MiB in 51 packages [2020-07-25T04:41:52.779Z] Removing intermediate container 02e2b13cdeb8 [2020-07-25T04:41:52.779Z] ---> e3dd18ba014e [2020-07-25T04:41:52.779Z] Step 6/20 : COPY go.mod . [2020-07-25T04:41:52.779Z] Removing intermediate container fdb2e951a5c2 [2020-07-25T04:41:52.779Z] ---> 1270509d313e [2020-07-25T04:41:52.779Z] Step 6/22 : COPY go.mod . [2020-07-25T04:41:53.375Z] Removing intermediate container 5ed77a8f0a93 [2020-07-25T04:41:53.375Z] ---> 18d37a2fdf6d [2020-07-25T04:41:53.375Z] Step 6/26 : COPY go.mod . [2020-07-25T04:41:53.648Z] ---> 42f179fed76d [2020-07-25T04:41:53.648Z] Step 7/20 : RUN go mod download [2020-07-25T04:41:53.648Z] Removing intermediate container 092ec9bd434b [2020-07-25T04:41:53.648Z] ---> 982a157b4c96 [2020-07-25T04:41:53.648Z] Step 6/21 : COPY go.mod . [2020-07-25T04:41:53.926Z] Removing intermediate container b6eddff17295 [2020-07-25T04:41:53.926Z] ---> c123db66f17c [2020-07-25T04:41:53.927Z] Step 7/29 : COPY . . [2020-07-25T04:41:53.927Z] ---> 266fd350dcd0 [2020-07-25T04:41:53.927Z] Step 7/22 : RUN go mod download [2020-07-25T04:41:53.927Z] ---> Running in a418c73d3214 [2020-07-25T04:41:54.200Z] ---> Running in 06d6dbf0cc6c [2020-07-25T04:41:54.488Z] ---> 402abbce3b98 [2020-07-25T04:41:54.488Z] Step 7/26 : RUN go mod download [2020-07-25T04:41:54.758Z] ---> Running in 35b73a5cf6c1 [2020-07-25T04:41:55.037Z] ---> ed84dc376d6d [2020-07-25T04:41:55.037Z] Step 7/21 : RUN go mod download [2020-07-25T04:41:56.020Z] ---> Running in 6aa692d44a91 [2020-07-25T04:42:02.747Z] Removing intermediate container a418c73d3214 [2020-07-25T04:42:02.747Z] ---> 0944ba9d9ffd [2020-07-25T04:42:02.747Z] Step 8/20 : COPY . . [2020-07-25T04:42:03.378Z] Removing intermediate container 06d6dbf0cc6c [2020-07-25T04:42:03.378Z] ---> 703bffe4ae8f [2020-07-25T04:42:03.378Z] Step 8/22 : COPY . . [2020-07-25T04:42:03.651Z] Removing intermediate container 35b73a5cf6c1 [2020-07-25T04:42:03.651Z] ---> bcd7d0f1bd3c [2020-07-25T04:42:03.651Z] Step 8/26 : COPY . . [2020-07-25T04:42:03.925Z] Removing intermediate container 6aa692d44a91 [2020-07-25T04:42:03.926Z] ---> 685084c01c40 [2020-07-25T04:42:03.926Z] Step 8/21 : COPY . . [2020-07-25T04:42:30.761Z] ---> af6125ad661a [2020-07-25T04:42:30.761Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-07-25T04:42:30.761Z] ---> Running in 27ba4656f9ec [2020-07-25T04:42:30.761Z] ---> 36abd8b39077 [2020-07-25T04:42:30.761Z] Step 9/22 : RUN make cmd/core-data/core-data [2020-07-25T04:42:30.761Z] ---> 50e834b66bfc [2020-07-25T04:42:30.761Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-07-25T04:42:30.761Z] ---> 5a25f0880ee7 [2020-07-25T04:42:30.761Z] Step 9/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup cmd/security-secretstore-read/security-secretstore-read [2020-07-25T04:42:30.761Z] ---> Running in ae7bd2909895 [2020-07-25T04:42:30.761Z] ---> f41d5bcc6023 [2020-07-25T04:42:30.761Z] Step 9/21 : RUN make cmd/core-metadata/core-metadata [2020-07-25T04:42:30.761Z] ---> Running in c4ebdb93d31e [2020-07-25T04:42:30.761Z] ---> Running in 66387c8d070b [2020-07-25T04:42:30.761Z] ---> Running in 43f98a02e0c7 [2020-07-25T04:42:31.764Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-07-25T04:42:32.755Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-07-25T04:42:33.033Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-07-25T04:42:33.033Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-07-25T04:42:33.309Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-07-25T04:44:10.185Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-07-25T04:44:10.185Z] Removing intermediate container 27ba4656f9ec [2020-07-25T04:44:10.185Z] ---> 985c6e4d86bc [2020-07-25T04:44:10.185Z] [2020-07-25T04:44:10.185Z] Step 9/29 : FROM alpine:latest [2020-07-25T04:44:10.185Z] latest: Pulling from library/alpine [2020-07-25T04:44:10.185Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-07-25T04:44:10.185Z] Status: Downloaded newer image for alpine:latest [2020-07-25T04:44:10.185Z] ---> 62ee0e9f8440 [2020-07-25T04:44:10.185Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-07-25T04:44:10.185Z] ---> Running in 6601ee0b3c22 [2020-07-25T04:44:10.185Z] Removing intermediate container 6601ee0b3c22 [2020-07-25T04:44:10.185Z] ---> 718605656983 [2020-07-25T04:44:10.185Z] Step 11/29 : USER root [2020-07-25T04:44:10.185Z] ---> Running in da511cce7936 [2020-07-25T04:44:10.185Z] Removing intermediate container c4ebdb93d31e [2020-07-25T04:44:10.185Z] ---> e3410ef9cb20 [2020-07-25T04:44:10.185Z] [2020-07-25T04:44:10.185Z] Step 10/20 : FROM alpine [2020-07-25T04:44:10.185Z] ---> 62ee0e9f8440 [2020-07-25T04:44:10.185Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-07-25T04:44:10.185Z] ---> Running in bfec0b0ecd80 [2020-07-25T04:44:10.185Z] Removing intermediate container da511cce7936 [2020-07-25T04:44:10.185Z] ---> 13cccf762a68 [2020-07-25T04:44:10.185Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-07-25T04:44:10.185Z] ---> Running in 3c638fed1df1 [2020-07-25T04:44:10.185Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-25T04:44:10.185Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-25T04:44:10.185Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-25T04:44:10.185Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-25T04:44:10.185Z] v3.12.0-175-g8b3334c57c [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-07-25T04:44:10.185Z] v3.12.0-179-gc1e97b6747 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-07-25T04:44:10.185Z] OK: 12620 distinct packages available [2020-07-25T04:44:10.185Z] v3.12.0-175-g8b3334c57c [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-07-25T04:44:10.185Z] v3.12.0-179-gc1e97b6747 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-07-25T04:44:10.185Z] OK: 12620 distinct packages available [2020-07-25T04:44:10.185Z] (1/2) Installing ca-certificates (20191127-r4) [2020-07-25T04:44:10.185Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-07-25T04:44:10.185Z] Executing busybox-1.31.1-r16.trigger [2020-07-25T04:44:10.185Z] Executing ca-certificates-20191127-r4.trigger [2020-07-25T04:44:10.185Z] (1/4) Installing ca-certificates (20191127-r4) [2020-07-25T04:44:10.185Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-07-25T04:44:10.185Z] (3/4) Installing libcurl (7.69.1-r0) [2020-07-25T04:44:10.185Z] (4/4) Installing curl (7.69.1-r0) [2020-07-25T04:44:10.185Z] OK: 6 MiB in 16 packages [2020-07-25T04:44:10.185Z] Executing busybox-1.31.1-r16.trigger [2020-07-25T04:44:10.185Z] Executing ca-certificates-20191127-r4.trigger [2020-07-25T04:44:10.185Z] OK: 7 MiB in 18 packages [2020-07-25T04:44:10.471Z] Removing intermediate container 3c638fed1df1 [2020-07-25T04:44:10.471Z] ---> 3f9db388b546 [2020-07-25T04:44:10.471Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-07-25T04:44:10.750Z] ---> Running in a93dee6ba3ae [2020-07-25T04:44:10.750Z] Removing intermediate container bfec0b0ecd80 [2020-07-25T04:44:10.750Z] ---> ad120379bf6e [2020-07-25T04:44:10.750Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-07-25T04:44:11.743Z] ---> Running in bf5163434cf0 [2020-07-25T04:44:11.744Z] Removing intermediate container a93dee6ba3ae [2020-07-25T04:44:11.744Z] ---> ac01aa93fa06 [2020-07-25T04:44:11.744Z] Step 14/29 : WORKDIR $BASE_DIR [2020-07-25T04:44:12.030Z] ---> Running in 3cc32b230074 [2020-07-25T04:44:12.325Z] Removing intermediate container bf5163434cf0 [2020-07-25T04:44:12.325Z] ---> 969965bcc896 [2020-07-25T04:44:12.325Z] Step 13/20 : WORKDIR /edgex [2020-07-25T04:44:12.325Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-07-25T04:44:12.606Z] ---> Running in 8e40bd9bce42 [2020-07-25T04:44:12.888Z] Removing intermediate container 3cc32b230074 [2020-07-25T04:44:12.888Z] ---> 266b4a65a861 [2020-07-25T04:44:12.888Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-07-25T04:44:13.164Z] ---> Running in 45269efd71d7 [2020-07-25T04:44:13.448Z] Removing intermediate container 8e40bd9bce42 [2020-07-25T04:44:13.448Z] ---> b6c90b06d485 [2020-07-25T04:44:13.448Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-07-25T04:44:15.453Z] ---> 0493bb3e9e6a [2020-07-25T04:44:15.453Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-07-25T04:44:17.465Z] ---> 58f0bd91c419 [2020-07-25T04:44:17.465Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-07-25T04:44:17.465Z] ---> Running in c7a80c838dd7 [2020-07-25T04:44:18.075Z] Removing intermediate container 45269efd71d7 [2020-07-25T04:44:18.075Z] ---> c64d58b04319 [2020-07-25T04:44:18.075Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-07-25T04:44:18.358Z] Removing intermediate container c7a80c838dd7 [2020-07-25T04:44:18.358Z] ---> d893ac19b720 [2020-07-25T04:44:18.358Z] Step 17/20 : CMD ["--init=true"] [2020-07-25T04:44:18.642Z] ---> Running in 9473b3b7c61e [2020-07-25T04:44:19.640Z] Removing intermediate container 9473b3b7c61e [2020-07-25T04:44:19.640Z] ---> cdd12ff1ee52 [2020-07-25T04:44:19.640Z] Step 18/20 : LABEL arch=arm64 [2020-07-25T04:44:20.244Z] ---> 83acbce58da9 [2020-07-25T04:44:20.244Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-07-25T04:44:20.244Z] ---> Running in 77ac77630d30 [2020-07-25T04:44:21.238Z] Removing intermediate container 77ac77630d30 [2020-07-25T04:44:21.238Z] ---> db63dedefda5 [2020-07-25T04:44:21.238Z] Step 19/20 : LABEL git_sha=21f4b50dc1e9d26bc24f17d3af9b40e2c55f8d82 [2020-07-25T04:44:21.238Z] ---> Running in 9f7b69a88110 [2020-07-25T04:44:21.853Z] ---> 337b0aaf8f70 [2020-07-25T04:44:21.853Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-07-25T04:44:22.463Z] Removing intermediate container 9f7b69a88110 [2020-07-25T04:44:22.463Z] ---> 625077e0ea37 [2020-07-25T04:44:22.463Z] Step 20/20 : LABEL version=0.0.0 [2020-07-25T04:44:22.742Z] ---> Running in 36037ad9f8b5 [2020-07-25T04:44:23.365Z] ---> 867fca86ee6e [2020-07-25T04:44:23.365Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-07-25T04:44:23.651Z] Removing intermediate container 36037ad9f8b5 [2020-07-25T04:44:23.651Z] ---> 43e02048203b [2020-07-25T04:44:23.651Z] [2020-07-25T04:44:25.122Z] Successfully built 43e02048203b [2020-07-25T04:44:25.416Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-07-25T04:44:25.416Z]  Building docker-security-proxy-setup-go ... done Building docker-sys-mgmt-agent-go [2020-07-25T04:44:25.694Z] ---> ce7804983ebf [2020-07-25T04:44:25.694Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-07-25T04:44:28.223Z] ---> fca8df56e139 [2020-07-25T04:44:28.223Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-07-25T04:44:28.223Z] Removing intermediate container 66387c8d070b [2020-07-25T04:44:28.223Z] ---> 52782e75c5e6 [2020-07-25T04:44:28.223Z] [2020-07-25T04:44:28.223Z] Step 10/26 : FROM alpine:3.10 [2020-07-25T04:44:28.851Z] 3.10: Pulling from library/alpine [2020-07-25T04:44:28.851Z] ---> Running in be1c35889ab5 [2020-07-25T04:44:30.882Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-07-25T04:44:30.882Z] Status: Downloaded newer image for alpine:3.10 [2020-07-25T04:44:30.882Z] ---> 536a684cf733 [2020-07-25T04:44:30.882Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-07-25T04:44:32.384Z] ---> Running in 9f6a36736213 [2020-07-25T04:44:35.019Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-07-25T04:44:35.291Z] Removing intermediate container be1c35889ab5 [2020-07-25T04:44:35.291Z] ---> 98b6682f1b8c [2020-07-25T04:44:35.291Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-07-25T04:44:35.566Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-07-25T04:44:36.179Z] v3.10.5-60-gf7c8b9a88d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-07-25T04:44:36.179Z] v3.10.5-58-g477aae6b2f [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-07-25T04:44:36.179Z] OK: 10167 distinct packages available [2020-07-25T04:44:36.791Z] (1/5) Installing ca-certificates (20191127-r2) [2020-07-25T04:44:37.068Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-07-25T04:44:37.068Z] (3/5) Installing libcurl (7.66.0-r0) [2020-07-25T04:44:37.068Z] (4/5) Installing curl (7.66.0-r0) [2020-07-25T04:44:37.068Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-07-25T04:44:37.068Z] Executing busybox-1.30.1-r3.trigger [2020-07-25T04:44:37.068Z] Executing ca-certificates-20191127-r2.trigger [2020-07-25T04:44:37.068Z] ---> f6a46a23b7d3 [2020-07-25T04:44:37.068Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-07-25T04:44:37.343Z] OK: 7 MiB in 19 packages [2020-07-25T04:44:37.343Z] ---> Running in 51a3ae37f622 [2020-07-25T04:44:41.680Z] Removing intermediate container 9f6a36736213 [2020-07-25T04:44:41.680Z] ---> aae199b2459e [2020-07-25T04:44:41.680Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-07-25T04:44:42.292Z] ---> Running in 18ca5a01609c [2020-07-25T04:44:42.585Z] Removing intermediate container 51a3ae37f622 [2020-07-25T04:44:42.585Z] ---> 9ea8dccb7e67 [2020-07-25T04:44:42.585Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-07-25T04:44:43.566Z] ---> Running in deb72e819930 [2020-07-25T04:44:43.566Z] Removing intermediate container 18ca5a01609c [2020-07-25T04:44:43.566Z] ---> 314679c3f053 [2020-07-25T04:44:43.566Z] Step 13/26 : WORKDIR / [2020-07-25T04:44:44.537Z] Removing intermediate container 43f98a02e0c7 [2020-07-25T04:44:44.537Z] ---> b0b2bd3533f8 [2020-07-25T04:44:44.537Z] [2020-07-25T04:44:44.537Z] Step 10/21 : FROM scratch [2020-07-25T04:44:44.537Z] ---> [2020-07-25T04:44:44.537Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-25T04:44:44.811Z] ---> Running in 4bb66be7531e [2020-07-25T04:44:45.408Z] ---> Running in 18775f4f047e [2020-07-25T04:44:46.385Z] Removing intermediate container 4bb66be7531e [2020-07-25T04:44:46.385Z] ---> 951022243c5b [2020-07-25T04:44:46.385Z] Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-07-25T04:44:47.000Z] Removing intermediate container 18775f4f047e [2020-07-25T04:44:47.000Z] ---> ae4e05533da5 [2020-07-25T04:44:47.000Z] Step 12/21 : ENV APP_PORT=48081 [2020-07-25T04:44:47.973Z] ---> Running in fff29ca6155a [2020-07-25T04:44:49.421Z] ---> 73c7044dcc88 [2020-07-25T04:44:49.421Z] Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-07-25T04:44:49.694Z] Removing intermediate container fff29ca6155a [2020-07-25T04:44:49.694Z] ---> cb71033c868c [2020-07-25T04:44:49.694Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-25T04:44:50.695Z] ---> Running in 1a9bb8453973 [2020-07-25T04:44:51.312Z] ---> 62c94b34386f [2020-07-25T04:44:51.312Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-07-25T04:44:51.312Z] Removing intermediate container deb72e819930 [2020-07-25T04:44:51.312Z] ---> 59f50c094e23 [2020-07-25T04:44:51.312Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-07-25T04:44:51.594Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-25T04:44:51.594Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-07-25T04:44:51.594Z] ---> f27422fb7e8c [2020-07-25T04:44:51.594Z] Step 3/26 : WORKDIR /edgex-go [2020-07-25T04:44:51.594Z] ---> Using cache [2020-07-25T04:44:51.594Z] ---> f747655529e7 [2020-07-25T04:44:51.594Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-25T04:44:51.594Z] ---> Running in 9b6342b3b2b2 [2020-07-25T04:44:51.594Z] Removing intermediate container 1a9bb8453973 [2020-07-25T04:44:51.594Z] ---> 550e7d2d4312 [2020-07-25T04:44:51.594Z] Step 14/21 : WORKDIR / [2020-07-25T04:44:51.870Z] ---> Running in 0325b72a3c26 [2020-07-25T04:44:52.146Z] ---> Running in f5ec45b7c962 [2020-07-25T04:44:52.146Z] ---> 1fc649f54183 [2020-07-25T04:44:52.146Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-07-25T04:44:52.745Z] Removing intermediate container ae7bd2909895 [2020-07-25T04:44:52.745Z] ---> 15d628e07cad [2020-07-25T04:44:52.745Z] [2020-07-25T04:44:52.745Z] Step 10/22 : FROM alpine [2020-07-25T04:44:52.745Z] ---> 62ee0e9f8440 [2020-07-25T04:44:52.745Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-25T04:44:52.745Z] Removing intermediate container 0325b72a3c26 [2020-07-25T04:44:52.745Z] ---> d5de9b29d62b [2020-07-25T04:44:52.745Z] Step 26/29 : CMD [ "generate" ] [2020-07-25T04:44:53.020Z] ---> Running in 1d4a981ee74e [2020-07-25T04:44:53.020Z] Removing intermediate container f5ec45b7c962 [2020-07-25T04:44:53.020Z] ---> d8ae7d858d23 [2020-07-25T04:44:53.020Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-07-25T04:44:53.020Z] ---> Running in 0ae1404431ea [2020-07-25T04:44:53.620Z] ---> 4a9e0c3b80a4 [2020-07-25T04:44:53.621Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-07-25T04:44:53.621Z] Removing intermediate container 1d4a981ee74e [2020-07-25T04:44:53.621Z] ---> 2b8f2ab057ec [2020-07-25T04:44:53.621Z] Step 12/22 : ENV APP_PORT=48080 [2020-07-25T04:44:53.893Z] Removing intermediate container 0ae1404431ea [2020-07-25T04:44:53.893Z] ---> 67be37792931 [2020-07-25T04:44:53.893Z] Step 27/29 : LABEL arch=arm64 [2020-07-25T04:44:53.893Z] ---> Running in 73fac6c8afa3 [2020-07-25T04:44:53.893Z] ---> Running in 585caa2ab5d8 [2020-07-25T04:44:54.169Z] ---> 20b6497bc350 [2020-07-25T04:44:54.169Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-07-25T04:44:54.450Z] Removing intermediate container 73fac6c8afa3 [2020-07-25T04:44:54.450Z] ---> 428b1133b908 [2020-07-25T04:44:54.450Z] Step 13/22 : EXPOSE $APP_PORT [2020-07-25T04:44:54.751Z] Removing intermediate container 585caa2ab5d8 [2020-07-25T04:44:54.751Z] ---> 520056ba24a1 [2020-07-25T04:44:54.751Z] Step 28/29 : LABEL git_sha=21f4b50dc1e9d26bc24f17d3af9b40e2c55f8d82 [2020-07-25T04:44:55.030Z] ---> Running in cb32f03bcbfe [2020-07-25T04:44:55.304Z] ---> Running in b3bfe4a8d521 [2020-07-25T04:44:55.304Z] ---> 5a062c0d7756 [2020-07-25T04:44:55.304Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-07-25T04:44:56.303Z] Removing intermediate container 9b6342b3b2b2 [2020-07-25T04:44:56.303Z] ---> a76db3ab2f69 [2020-07-25T04:44:56.303Z] Step 5/26 : RUN apk update && apk add make bash git [2020-07-25T04:44:56.303Z] Removing intermediate container cb32f03bcbfe [2020-07-25T04:44:56.303Z] ---> 02bc6f2dcf42 [2020-07-25T04:44:56.303Z] Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-25T04:44:56.303Z] ---> 00eabef64bae [2020-07-25T04:44:56.303Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-07-25T04:44:56.303Z] Removing intermediate container b3bfe4a8d521 [2020-07-25T04:44:56.303Z] ---> cdd20f0789f3 [2020-07-25T04:44:56.303Z] Step 29/29 : LABEL version=0.0.0 [2020-07-25T04:44:56.584Z] ---> Running in aa0a770c680a [2020-07-25T04:44:56.584Z] ---> Running in 7884ec75c80b [2020-07-25T04:44:56.584Z] ---> Running in 4416864b5f77 [2020-07-25T04:44:56.858Z] ---> 58e567d2a6f7 [2020-07-25T04:44:56.858Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-07-25T04:44:57.458Z] Removing intermediate container 4416864b5f77 [2020-07-25T04:44:57.458Z] ---> d67e374d3fe2 [2020-07-25T04:44:57.458Z] [2020-07-25T04:44:57.458Z] ---> f0d2d50c425c [2020-07-25T04:44:57.458Z] Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-25T04:44:58.055Z] ---> Running in 36698ed9395c [2020-07-25T04:44:58.335Z] Successfully built d67e374d3fe2 [2020-07-25T04:44:58.335Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-07-25T04:44:58.335Z]  Building docker-security-secrets-setup-go ... done Building docker-support-notifications-go [2020-07-25T04:44:58.609Z] Removing intermediate container 36698ed9395c [2020-07-25T04:44:58.609Z] ---> 9d184a637d19 [2020-07-25T04:44:58.609Z] Step 19/21 : LABEL arch=arm64 [2020-07-25T04:44:58.880Z] ---> 552f2cb0eece [2020-07-25T04:44:58.880Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-07-25T04:44:58.880Z] ---> Running in b48e9797a20f [2020-07-25T04:44:59.488Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-25T04:45:00.084Z] Removing intermediate container b48e9797a20f [2020-07-25T04:45:00.084Z] ---> 86c8ed491968 [2020-07-25T04:45:00.084Z] Step 20/21 : LABEL git_sha=21f4b50dc1e9d26bc24f17d3af9b40e2c55f8d82 [2020-07-25T04:45:00.356Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-25T04:45:00.952Z] ---> 282da5b4e90a [2020-07-25T04:45:00.952Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-07-25T04:45:01.593Z] ---> Running in 463d1de576ed [2020-07-25T04:45:01.876Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-25T04:45:01.876Z] v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-25T04:45:01.876Z] OK: 12620 distinct packages available [2020-07-25T04:45:02.157Z] ---> Running in 5dd22e507e72 [2020-07-25T04:45:02.762Z] OK: 217 MiB in 51 packages [2020-07-25T04:45:02.762Z] Removing intermediate container 7884ec75c80b [2020-07-25T04:45:02.762Z] ---> 1d8bdb94b636 [2020-07-25T04:45:02.762Z] Step 15/22 : RUN apk --no-cache add zeromq [2020-07-25T04:45:02.762Z] Removing intermediate container 463d1de576ed [2020-07-25T04:45:02.762Z] ---> bbc24818466e [2020-07-25T04:45:02.762Z] Step 21/21 : LABEL version=0.0.0 [2020-07-25T04:45:03.758Z] ---> Running in 85f753a73062 [2020-07-25T04:45:04.038Z] ---> Running in 9ee5c30c4d7d [2020-07-25T04:45:05.118Z] Removing intermediate container 9ee5c30c4d7d [2020-07-25T04:45:05.118Z] ---> 50b358dc399d [2020-07-25T04:45:05.118Z] [2020-07-25T04:45:05.726Z] Removing intermediate container aa0a770c680a [2020-07-25T04:45:05.726Z] ---> a709c239586c [2020-07-25T04:45:05.726Z] Step 6/26 : COPY go.mod . [2020-07-25T04:45:05.726Z] Successfully built 50b358dc399d [2020-07-25T04:45:05.726Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-07-25T04:45:05.726Z]  Building docker-core-metadata-go ... done Building docker-core-command-go [2020-07-25T04:45:06.723Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-25T04:45:06.723Z] ---> 353c75502258 [2020-07-25T04:45:06.723Z] Step 7/26 : RUN go mod download [2020-07-25T04:45:07.715Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-25T04:45:07.715Z] ---> Running in 3a9ce659e081 [2020-07-25T04:45:08.313Z] (1/5) Installing libgcc (9.3.0-r2) [2020-07-25T04:45:08.313Z] (2/5) Installing libsodium (1.0.18-r0) [2020-07-25T04:45:08.588Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-07-25T04:45:08.588Z] Removing intermediate container 5dd22e507e72 [2020-07-25T04:45:08.588Z] ---> 1d9c296529e3 [2020-07-25T04:45:08.588Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-07-25T04:45:08.868Z] (4/5) Installing libzmq (4.3.2-r0) [2020-07-25T04:45:08.868Z] (5/5) Installing zeromq (4.3.2-r0) [2020-07-25T04:45:09.142Z] Executing busybox-1.31.1-r16.trigger [2020-07-25T04:45:09.142Z] OK: 8 MiB in 19 packages [2020-07-25T04:45:09.418Z] ---> Running in 5a5e140198b4 [2020-07-25T04:45:10.451Z] Removing intermediate container 5a5e140198b4 [2020-07-25T04:45:10.451Z] ---> 726a93fac355 [2020-07-25T04:45:10.451Z] Step 24/26 : LABEL arch=arm64 [2020-07-25T04:45:11.945Z] ---> Running in e3af18db0d33 [2020-07-25T04:45:13.396Z] Removing intermediate container 85f753a73062 [2020-07-25T04:45:13.396Z] ---> 0e327cde41f3 [2020-07-25T04:45:13.396Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-07-25T04:45:13.998Z] Removing intermediate container e3af18db0d33 [2020-07-25T04:45:13.998Z] ---> 1b2c55e64f67 [2020-07-25T04:45:13.998Z] Step 25/26 : LABEL git_sha=21f4b50dc1e9d26bc24f17d3af9b40e2c55f8d82 [2020-07-25T04:45:15.988Z] ---> Running in 40cc7c81eb21 [2020-07-25T04:45:15.988Z] Removing intermediate container 3a9ce659e081 [2020-07-25T04:45:15.988Z] ---> e7852890591f [2020-07-25T04:45:15.988Z] Step 8/26 : COPY . . [2020-07-25T04:45:15.988Z] ---> 62b8d7a9db0e [2020-07-25T04:45:15.988Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-07-25T04:45:16.980Z] Removing intermediate container 40cc7c81eb21 [2020-07-25T04:45:16.980Z] ---> e8f5a520f281 [2020-07-25T04:45:16.980Z] Step 26/26 : LABEL version=0.0.0 [2020-07-25T04:45:18.450Z] ---> Running in a1a07b2479f6 [2020-07-25T04:45:20.459Z] ---> 88eec7facb4b [2020-07-25T04:45:20.459Z] Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-07-25T04:45:21.458Z] Removing intermediate container a1a07b2479f6 [2020-07-25T04:45:21.458Z] ---> 49da27927196 [2020-07-25T04:45:21.458Z] [2020-07-25T04:45:22.057Z] Successfully built 49da27927196 [2020-07-25T04:45:22.666Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-07-25T04:45:22.666Z]  Building docker-security-secretstore-setup-go ... done Building docker-support-logging-go [2020-07-25T04:45:22.939Z] ---> 4e8b2d7cc607 [2020-07-25T04:45:22.939Z] Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-25T04:45:23.925Z] ---> Running in 2903add10ea4 [2020-07-25T04:45:24.912Z] Removing intermediate container 2903add10ea4 [2020-07-25T04:45:24.912Z] ---> 8f7a245e74b8 [2020-07-25T04:45:24.912Z] Step 20/22 : LABEL arch=arm64 [2020-07-25T04:45:26.893Z] ---> Running in 1fd79f32ef7c [2020-07-25T04:45:28.878Z] Removing intermediate container 1fd79f32ef7c [2020-07-25T04:45:28.878Z] ---> 816950ecfc3b [2020-07-25T04:45:28.878Z] Step 21/22 : LABEL git_sha=21f4b50dc1e9d26bc24f17d3af9b40e2c55f8d82 [2020-07-25T04:45:30.853Z] ---> Running in a980b9842b10 [2020-07-25T04:45:31.852Z] Removing intermediate container a980b9842b10 [2020-07-25T04:45:31.852Z] ---> 9ddcc67a63e2 [2020-07-25T04:45:31.852Z] Step 22/22 : LABEL version=0.0.0 [2020-07-25T04:45:32.465Z] ---> Running in 76b5b184919e [2020-07-25T04:45:33.457Z] Removing intermediate container 76b5b184919e [2020-07-25T04:45:33.457Z] ---> 11b14d8b2d43 [2020-07-25T04:45:33.457Z] [2020-07-25T04:45:33.737Z] Successfully built 11b14d8b2d43 [2020-07-25T04:45:33.737Z] Successfully tagged docker-core-data-go-arm64:latest [2020-07-25T04:45:33.737Z]  Building docker-core-data-go ... done Building docker-support-scheduler-go [2020-07-25T04:45:34.737Z] Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-25T04:45:34.737Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-07-25T04:45:34.737Z] ---> f27422fb7e8c [2020-07-25T04:45:34.737Z] Step 3/23 : WORKDIR /edgex-go [2020-07-25T04:45:34.737Z] ---> Using cache [2020-07-25T04:45:34.737Z] ---> f747655529e7 [2020-07-25T04:45:34.737Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-25T04:45:34.737Z] ---> Using cache [2020-07-25T04:45:34.737Z] ---> a76db3ab2f69 [2020-07-25T04:45:34.737Z] Step 5/23 : RUN apk update && apk add make bash git ca-certificates [2020-07-25T04:45:35.338Z] ---> Running in 95da79e1d0c2 [2020-07-25T04:45:36.802Z] ---> 1c6785158c1d [2020-07-25T04:45:36.802Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-07-25T04:45:37.408Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-25T04:45:37.684Z] ---> Running in 86f87cd40bf9 [2020-07-25T04:45:39.127Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-25T04:45:39.127Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-07-25T04:45:41.762Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-25T04:45:41.762Z] v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-25T04:45:41.762Z] OK: 12620 distinct packages available [2020-07-25T04:45:42.384Z] OK: 217 MiB in 51 packages [2020-07-25T04:45:46.746Z] Removing intermediate container 95da79e1d0c2 [2020-07-25T04:45:46.746Z] ---> ed5c898a5f9f [2020-07-25T04:45:46.746Z] Step 6/23 : COPY go.mod . [2020-07-25T04:45:48.204Z] ---> 8a6ddde0a79f [2020-07-25T04:45:48.204Z] Step 7/23 : RUN go mod download [2020-07-25T04:45:48.204Z] ---> Running in 34bc74096cb7 [2020-07-25T04:45:54.966Z] Removing intermediate container 34bc74096cb7 [2020-07-25T04:45:54.966Z] ---> 324a7d0cde82 [2020-07-25T04:45:54.966Z] Step 8/23 : COPY . . [2020-07-25T04:45:56.415Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-25T04:45:56.415Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-25T04:45:56.415Z] ---> f27422fb7e8c [2020-07-25T04:45:56.415Z] Step 3/21 : WORKDIR /edgex-go [2020-07-25T04:45:56.415Z] ---> Using cache [2020-07-25T04:45:56.415Z] ---> f747655529e7 [2020-07-25T04:45:56.415Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-25T04:45:56.415Z] ---> Using cache [2020-07-25T04:45:56.415Z] ---> a76db3ab2f69 [2020-07-25T04:45:56.415Z] Step 5/21 : RUN apk update && apk add make git [2020-07-25T04:45:56.690Z] ---> Running in a3c75d3bbca6 [2020-07-25T04:45:59.338Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-25T04:45:59.947Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-25T04:46:01.401Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-25T04:46:01.401Z] v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-25T04:46:01.401Z] OK: 12620 distinct packages available [2020-07-25T04:46:02.007Z] OK: 217 MiB in 51 packages [2020-07-25T04:46:07.464Z] Removing intermediate container a3c75d3bbca6 [2020-07-25T04:46:07.464Z] ---> e2e32d105d23 [2020-07-25T04:46:07.464Z] Step 6/21 : COPY go.mod . [2020-07-25T04:46:10.116Z] ---> 134174249093 [2020-07-25T04:46:10.116Z] Step 7/21 : RUN go mod download [2020-07-25T04:46:10.116Z] ---> Running in 58139a981d5b [2020-07-25T04:46:15.555Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-25T04:46:15.555Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-25T04:46:15.555Z] ---> f27422fb7e8c [2020-07-25T04:46:15.555Z] Step 3/21 : WORKDIR /edgex-go [2020-07-25T04:46:15.555Z] ---> Using cache [2020-07-25T04:46:15.555Z] ---> f747655529e7 [2020-07-25T04:46:15.555Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-25T04:46:15.555Z] ---> Using cache [2020-07-25T04:46:15.555Z] ---> a76db3ab2f69 [2020-07-25T04:46:15.555Z] Step 5/21 : RUN apk update && apk add make && apk add bash git [2020-07-25T04:46:15.833Z] ---> Running in bc6d8c564676 [2020-07-25T04:46:16.833Z] Removing intermediate container 58139a981d5b [2020-07-25T04:46:16.833Z] ---> 5ca438d248d0 [2020-07-25T04:46:16.833Z] Step 8/21 : COPY . . [2020-07-25T04:46:18.821Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-25T04:46:19.421Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-25T04:46:20.413Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-25T04:46:20.413Z] v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-25T04:46:20.413Z] OK: 12620 distinct packages available [2020-07-25T04:46:21.397Z] OK: 217 MiB in 51 packages [2020-07-25T04:46:22.382Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-25T04:46:22.382Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-07-25T04:46:22.382Z] ---> f27422fb7e8c [2020-07-25T04:46:22.382Z] Step 3/20 : WORKDIR /edgex-go [2020-07-25T04:46:22.382Z] ---> Using cache [2020-07-25T04:46:22.382Z] ---> f747655529e7 [2020-07-25T04:46:22.382Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-25T04:46:22.382Z] ---> Using cache [2020-07-25T04:46:22.382Z] ---> a76db3ab2f69 [2020-07-25T04:46:22.382Z] Step 5/20 : RUN apk update && apk add make git [2020-07-25T04:46:22.382Z] ---> Using cache [2020-07-25T04:46:22.382Z] ---> e2e32d105d23 [2020-07-25T04:46:22.382Z] Step 6/20 : COPY go.mod . [2020-07-25T04:46:22.382Z] ---> Using cache [2020-07-25T04:46:22.382Z] ---> 134174249093 [2020-07-25T04:46:22.382Z] Step 7/20 : RUN go mod download [2020-07-25T04:46:22.382Z] ---> Using cache [2020-07-25T04:46:22.382Z] ---> 5ca438d248d0 [2020-07-25T04:46:22.382Z] Step 8/20 : COPY . . [2020-07-25T04:46:22.382Z] OK: 217 MiB in 51 packages [2020-07-25T04:46:30.810Z] Removing intermediate container bc6d8c564676 [2020-07-25T04:46:30.810Z] ---> 4e7e351d8a06 [2020-07-25T04:46:30.810Z] Step 6/21 : COPY go.mod . [2020-07-25T04:46:30.810Z] ---> 35d7e209bf04 [2020-07-25T04:46:30.811Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2020-07-25T04:46:30.811Z] ---> Running in 313dbfbc9375 [2020-07-25T04:46:31.100Z] ---> 314601b22324 [2020-07-25T04:46:31.100Z] Step 7/21 : RUN go mod download [2020-07-25T04:46:31.713Z] ---> Running in 68b7b7b9fa54 [2020-07-25T04:46:31.987Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-07-25T04:46:36.329Z] Removing intermediate container 86f87cd40bf9 [2020-07-25T04:46:36.329Z] ---> 3b56ce05941a [2020-07-25T04:46:36.329Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-07-25T04:46:36.610Z] ---> Running in 3d1abfa34be9 [2020-07-25T04:46:36.610Z] Removing intermediate container 68b7b7b9fa54 [2020-07-25T04:46:36.610Z] ---> 1ac4b299ec34 [2020-07-25T04:46:36.610Z] Step 8/21 : COPY . . [2020-07-25T04:46:40.044Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-07-25T04:46:48.397Z] Removing intermediate container 3d1abfa34be9 [2020-07-25T04:46:48.397Z] ---> 757b71372b50 [2020-07-25T04:46:48.397Z] [2020-07-25T04:46:48.397Z] Step 11/26 : FROM docker:latest [2020-07-25T04:46:48.397Z] ---> ce9d55ae87f1 [2020-07-25T04:46:48.397Z] Step 12/26 : RUN apk add --no-cache bash [2020-07-25T04:46:48.699Z] ---> Running in 47335f46b298 [2020-07-25T04:46:51.356Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-25T04:46:51.356Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-25T04:46:51.970Z] (1/2) Installing readline (8.0.4-r0) [2020-07-25T04:46:51.970Z] (2/2) Installing bash (5.0.17-r0) [2020-07-25T04:46:51.970Z] Executing bash-5.0.17-r0.post-install [2020-07-25T04:46:51.970Z] Executing busybox-1.31.1-r16.trigger [2020-07-25T04:46:51.970Z] OK: 12 MiB in 22 packages [2020-07-25T04:46:54.021Z] ---> cafa7f32bba7 [2020-07-25T04:46:54.021Z] Step 9/21 : RUN make cmd/core-command/core-command [2020-07-25T04:46:54.634Z] ---> Running in 868f653e2e6a [2020-07-25T04:46:54.634Z] Removing intermediate container 47335f46b298 [2020-07-25T04:46:54.634Z] ---> efa0fa51e9e6 [2020-07-25T04:46:54.634Z] Step 13/26 : RUN rm -rf /var/cache/apk/* [2020-07-25T04:46:55.243Z] ---> Running in aee3ab898108 [2020-07-25T04:46:57.884Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-07-25T04:47:01.313Z] ---> eb46459b6369 [2020-07-25T04:47:01.313Z] Step 9/20 : RUN make cmd/support-scheduler/support-scheduler [2020-07-25T04:47:01.313Z] Removing intermediate container aee3ab898108 [2020-07-25T04:47:01.313Z] ---> 70e6afee68d3 [2020-07-25T04:47:01.313Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-07-25T04:47:01.313Z] ---> Running in c59e5454741e [2020-07-25T04:47:01.313Z] ---> Running in 313875f562a8 [2020-07-25T04:47:02.781Z] Removing intermediate container 313875f562a8 [2020-07-25T04:47:02.781Z] ---> d27a8c41e509 [2020-07-25T04:47:02.781Z] Step 15/26 : ENV APP_PORT=48090 [2020-07-25T04:47:03.061Z] ---> Running in c7e7fa6cf91c [2020-07-25T04:47:04.063Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-07-25T04:47:04.342Z] Removing intermediate container c7e7fa6cf91c [2020-07-25T04:47:04.342Z] ---> 73b17f0080de [2020-07-25T04:47:04.342Z] Step 16/26 : EXPOSE $APP_PORT [2020-07-25T04:47:04.619Z] ---> Running in 7207322f6ab4 [2020-07-25T04:47:05.606Z] Removing intermediate container 7207322f6ab4 [2020-07-25T04:47:05.606Z] ---> d7ad4c711f1b [2020-07-25T04:47:05.606Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-07-25T04:47:08.249Z] ---> 8a60884b5474 [2020-07-25T04:47:08.249Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-07-25T04:47:10.896Z] ---> 28d4136ce8a2 [2020-07-25T04:47:10.896Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-07-25T04:47:12.886Z] ---> e1707d51641b [2020-07-25T04:47:12.886Z] Step 20/26 : RUN apk --no-cache add py-pip [2020-07-25T04:47:13.169Z] ---> Running in 77cb18eb9549 [2020-07-25T04:47:16.579Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-25T04:47:16.579Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-25T04:47:16.579Z] ---> 281eba3ef4c5 [2020-07-25T04:47:16.579Z] Step 9/21 : RUN make cmd/support-logging/support-logging [2020-07-25T04:47:16.861Z] ---> Running in f27b9c727ddf [2020-07-25T04:47:17.472Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-07-25T04:47:17.472Z] (2/33) Installing expat (2.2.9-r1) [2020-07-25T04:47:17.472Z] (3/33) Installing libffi (3.3-r2) [2020-07-25T04:47:17.472Z] (4/33) Installing gdbm (1.13-r1) [2020-07-25T04:47:17.472Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-07-25T04:47:17.472Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-07-25T04:47:17.472Z] (7/33) Installing python3 (3.8.5-r0) [2020-07-25T04:47:19.460Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-07-25T04:47:20.063Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-07-25T04:47:20.064Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-07-25T04:47:20.064Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-07-25T04:47:20.064Z] (11/33) Installing py3-six (1.15.0-r0) [2020-07-25T04:47:20.064Z] (12/33) Installing py3-packaging (20.4-r0) [2020-07-25T04:47:20.064Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-07-25T04:47:20.064Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-07-25T04:47:20.352Z] (15/33) Installing py3-idna (2.9-r0) [2020-07-25T04:47:20.352Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-07-25T04:47:20.352Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-07-25T04:47:20.352Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-07-25T04:47:20.352Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-07-25T04:47:20.352Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-07-25T04:47:20.352Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-07-25T04:47:20.630Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-07-25T04:47:20.630Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-07-25T04:47:20.630Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-07-25T04:47:20.630Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-07-25T04:47:20.630Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-07-25T04:47:20.630Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-07-25T04:47:20.630Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-07-25T04:47:20.630Z] (29/33) Installing py3-progress (1.5-r0) [2020-07-25T04:47:20.630Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-07-25T04:47:20.630Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-07-25T04:47:20.630Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-07-25T04:47:20.630Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-07-25T04:47:20.906Z] Executing busybox-1.31.1-r16.trigger [2020-07-25T04:47:20.906Z] OK: 71 MiB in 55 packages [2020-07-25T04:47:31.101Z] Removing intermediate container 77cb18eb9549 [2020-07-25T04:47:31.101Z] ---> 98f6b82dc1ff [2020-07-25T04:47:31.101Z] Step 21/26 : RUN pip install docker-compose==1.23.2 [2020-07-25T04:47:31.101Z] ---> Running in 96ee9991aa9d [2020-07-25T04:47:41.290Z] Collecting docker-compose==1.23.2 [2020-07-25T04:47:41.290Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-07-25T04:47:41.290Z] Collecting dockerpty<0.5,>=0.4.1 [2020-07-25T04:47:41.290Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-07-25T04:47:44.693Z] Collecting websocket-client<1.0,>=0.32.0 [2020-07-25T04:47:44.693Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-07-25T04:47:44.693Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-07-25T04:47:47.329Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-07-25T04:47:47.329Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-07-25T04:47:47.604Z] Collecting docopt<0.7,>=0.6.1 [2020-07-25T04:47:47.604Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-07-25T04:47:51.934Z] Collecting docker<4.0,>=3.6.0 [2020-07-25T04:47:51.934Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-07-25T04:47:52.211Z] Collecting texttable<0.10,>=0.9.0 [2020-07-25T04:47:52.211Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-07-25T04:47:55.642Z] Collecting cached-property<2,>=1.2.0 [2020-07-25T04:47:55.642Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-07-25T04:47:56.646Z] Collecting PyYAML<4,>=3.10 [2020-07-25T04:47:56.646Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-07-25T04:48:01.016Z] Removing intermediate container 313dbfbc9375 [2020-07-25T04:48:01.016Z] ---> 989332ba0b54 [2020-07-25T04:48:01.016Z] [2020-07-25T04:48:01.016Z] Step 10/23 : FROM scratch [2020-07-25T04:48:01.016Z] ---> [2020-07-25T04:48:01.016Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-07-25T04:48:01.016Z] ---> Running in 3d98da399723 [2020-07-25T04:48:01.294Z] Removing intermediate container 3d98da399723 [2020-07-25T04:48:01.294Z] ---> 3dce5ac463ba [2020-07-25T04:48:01.294Z] Step 12/23 : ENV APP_PORT=48060 [2020-07-25T04:48:01.573Z] ---> Running in 2ab24ad86bcd [2020-07-25T04:48:02.176Z] Removing intermediate container 2ab24ad86bcd [2020-07-25T04:48:02.176Z] ---> 5b7f921b1787 [2020-07-25T04:48:02.176Z] Step 13/23 : EXPOSE $APP_PORT [2020-07-25T04:48:02.176Z] Collecting jsonschema<3,>=2.5.1 [2020-07-25T04:48:02.176Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-07-25T04:48:02.452Z] ---> Running in 1862b1768a07 [2020-07-25T04:48:02.733Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2020-07-25T04:48:02.733Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2020-07-25T04:48:03.010Z] Removing intermediate container 1862b1768a07 [2020-07-25T04:48:03.010Z] ---> c3de7b1bd3f1 [2020-07-25T04:48:03.010Z] Step 14/23 : COPY --from=builder /bin/sh /bin/sh [2020-07-25T04:48:03.010Z] Collecting idna<2.8,>=2.5 [2020-07-25T04:48:03.010Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-07-25T04:48:04.460Z] ---> f42e551f8aad [2020-07-25T04:48:04.461Z] Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-07-25T04:48:04.461Z] Collecting urllib3<1.25,>=1.21.1 [2020-07-25T04:48:04.461Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-07-25T04:48:05.462Z] Collecting docker-pycreds>=0.4.0 [2020-07-25T04:48:05.462Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-07-25T04:48:05.738Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-07-25T04:48:05.738Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-07-25T04:48:05.738Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-07-25T04:48:05.739Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-07-25T04:48:05.739Z] ---> 80d01756f7f6 [2020-07-25T04:48:05.739Z] Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl [2020-07-25T04:48:07.742Z] Installing collected packages: dockerpty, websocket-client, idna, urllib3, requests, docopt, docker-pycreds, docker, texttable, cached-property, PyYAML, jsonschema, docker-compose [2020-07-25T04:48:07.742Z] Running setup.py install for dockerpty: started [2020-07-25T04:48:07.742Z] ---> db1ccd3b4b5b [2020-07-25T04:48:07.742Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-07-25T04:48:08.732Z] ---> 4f3a24f4ef49 [2020-07-25T04:48:08.733Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-07-25T04:48:10.782Z] ---> 57138102d842 [2020-07-25T04:48:10.782Z] Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-07-25T04:48:11.790Z] Running setup.py install for dockerpty: finished with status 'done' [2020-07-25T04:48:12.078Z] ---> 4d7119d5d6b0 [2020-07-25T04:48:12.078Z] Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-25T04:48:12.362Z] Attempting uninstall: idna [2020-07-25T04:48:12.362Z] Found existing installation: idna 2.9 [2020-07-25T04:48:12.362Z] Uninstalling idna-2.9: [2020-07-25T04:48:12.362Z] ---> Running in 4a084fa671cc [2020-07-25T04:48:12.639Z] Successfully uninstalled idna-2.9 [2020-07-25T04:48:12.928Z] Removing intermediate container 4a084fa671cc [2020-07-25T04:48:12.928Z] ---> 3b041589eebd [2020-07-25T04:48:12.928Z] Step 21/23 : LABEL arch=arm64 [2020-07-25T04:48:13.213Z] ---> Running in f5ef398df48b [2020-07-25T04:48:13.501Z] Attempting uninstall: urllib3 [2020-07-25T04:48:13.501Z] Found existing installation: urllib3 1.25.9 [2020-07-25T04:48:13.501Z] Uninstalling urllib3-1.25.9: [2020-07-25T04:48:13.789Z] Successfully uninstalled urllib3-1.25.9 [2020-07-25T04:48:13.789Z] Removing intermediate container f5ef398df48b [2020-07-25T04:48:13.789Z] ---> f8e7bb8aa973 [2020-07-25T04:48:13.789Z] Step 22/23 : LABEL git_sha=21f4b50dc1e9d26bc24f17d3af9b40e2c55f8d82 [2020-07-25T04:48:14.073Z] ---> Running in 15238ca47969 [2020-07-25T04:48:14.683Z] Attempting uninstall: requests [2020-07-25T04:48:14.683Z] Found existing installation: requests 2.23.0 [2020-07-25T04:48:14.683Z] Uninstalling requests-2.23.0: [2020-07-25T04:48:14.964Z] Removing intermediate container 15238ca47969 [2020-07-25T04:48:14.964Z] ---> 3886db56cad3 [2020-07-25T04:48:14.964Z] Step 23/23 : LABEL version=0.0.0 [2020-07-25T04:48:14.964Z] Successfully uninstalled requests-2.23.0 [2020-07-25T04:48:15.243Z] ---> Running in 4a9dadf40220 [2020-07-25T04:48:15.849Z] Running setup.py install for docopt: started [2020-07-25T04:48:16.131Z] Removing intermediate container 4a9dadf40220 [2020-07-25T04:48:16.131Z] ---> 5346e22d64b3 [2020-07-25T04:48:16.131Z] [2020-07-25T04:48:16.732Z] Successfully built 5346e22d64b3 [2020-07-25T04:48:16.732Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-07-25T04:48:18.729Z]  Building docker-support-notifications-go ... done  Running setup.py install for docopt: finished with status 'done' [2020-07-25T04:48:19.725Z] Running setup.py install for texttable: started [2020-07-25T04:48:22.376Z] Running setup.py install for texttable: finished with status 'done' [2020-07-25T04:48:22.376Z] Running setup.py install for PyYAML: started [2020-07-25T04:48:25.804Z] Running setup.py install for PyYAML: finished with status 'done' [2020-07-25T04:48:27.261Z] Successfully installed PyYAML-3.13 cached-property-1.5.1 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2020-07-25T04:48:32.718Z] Removing intermediate container 96ee9991aa9d [2020-07-25T04:48:32.718Z] ---> a28f1af08ac9 [2020-07-25T04:48:32.718Z] Step 22/26 : RUN apk --no-cache add curl [2020-07-25T04:48:33.009Z] ---> Running in 9e282675bbdb [2020-07-25T04:48:36.448Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-25T04:48:36.448Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-25T04:48:36.729Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-07-25T04:48:36.729Z] (2/3) Installing libcurl (7.69.1-r0) [2020-07-25T04:48:37.009Z] (3/3) Installing curl (7.69.1-r0) [2020-07-25T04:48:37.009Z] Executing busybox-1.31.1-r16.trigger [2020-07-25T04:48:37.009Z] OK: 71 MiB in 58 packages [2020-07-25T04:48:39.044Z] Removing intermediate container 9e282675bbdb [2020-07-25T04:48:39.044Z] ---> ca13b44ead6f [2020-07-25T04:48:39.044Z] Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-25T04:48:39.326Z] ---> Running in 40162a470e97 [2020-07-25T04:48:39.935Z] Removing intermediate container 40162a470e97 [2020-07-25T04:48:39.935Z] ---> 974d994f62d0 [2020-07-25T04:48:39.935Z] Step 24/26 : LABEL arch=arm64 [2020-07-25T04:48:40.213Z] ---> Running in 03133aad3cb0 [2020-07-25T04:48:40.825Z] Removing intermediate container 03133aad3cb0 [2020-07-25T04:48:40.825Z] ---> 4366b8fb5828 [2020-07-25T04:48:40.825Z] Step 25/26 : LABEL git_sha=21f4b50dc1e9d26bc24f17d3af9b40e2c55f8d82 [2020-07-25T04:48:41.106Z] ---> Running in aee78098b741 [2020-07-25T04:48:41.727Z] Removing intermediate container aee78098b741 [2020-07-25T04:48:41.727Z] ---> d6644e70c34b [2020-07-25T04:48:41.727Z] Step 26/26 : LABEL version=0.0.0 [2020-07-25T04:48:42.007Z] ---> Running in ccf98f7d1e49 [2020-07-25T04:48:42.615Z] Removing intermediate container ccf98f7d1e49 [2020-07-25T04:48:42.615Z] ---> c50a19fccb62 [2020-07-25T04:48:42.615Z] [2020-07-25T04:48:43.224Z] Successfully built c50a19fccb62 [2020-07-25T04:48:43.505Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-07-25T04:48:58.643Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 868f653e2e6a [2020-07-25T04:48:58.643Z] ---> b6261dc01ce6 [2020-07-25T04:48:58.643Z] [2020-07-25T04:48:58.643Z] Step 10/21 : FROM scratch [2020-07-25T04:48:58.643Z] ---> [2020-07-25T04:48:58.643Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-25T04:48:58.643Z] ---> Using cache [2020-07-25T04:48:58.643Z] ---> ae4e05533da5 [2020-07-25T04:48:58.643Z] Step 12/21 : ENV APP_PORT=48082 [2020-07-25T04:48:58.643Z] ---> Running in 39118cabd43a [2020-07-25T04:48:58.643Z] Removing intermediate container f27b9c727ddf [2020-07-25T04:48:58.643Z] ---> 4ce4492a34db [2020-07-25T04:48:58.643Z] [2020-07-25T04:48:58.643Z] Step 10/21 : FROM scratch [2020-07-25T04:48:58.643Z] ---> [2020-07-25T04:48:58.643Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-07-25T04:48:58.643Z] ---> Using cache [2020-07-25T04:48:58.643Z] ---> 3dce5ac463ba [2020-07-25T04:48:58.643Z] Step 12/21 : ENV APP_PORT=48061 [2020-07-25T04:48:58.643Z] Removing intermediate container c59e5454741e [2020-07-25T04:48:58.643Z] ---> 2930cf31dee6 [2020-07-25T04:48:58.643Z] [2020-07-25T04:48:58.643Z] Step 10/20 : FROM scratch [2020-07-25T04:48:58.643Z] ---> [2020-07-25T04:48:58.643Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-25T04:48:58.643Z] ---> Running in 786ad07ef653 [2020-07-25T04:48:58.643Z] ---> Using cache [2020-07-25T04:48:58.643Z] ---> ae4e05533da5 [2020-07-25T04:48:58.643Z] Step 12/20 : ENV APP_PORT=48085 [2020-07-25T04:48:58.643Z] Removing intermediate container 39118cabd43a [2020-07-25T04:48:58.643Z] ---> 58ddf0d89979 [2020-07-25T04:48:58.643Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-25T04:48:58.643Z] ---> Running in f9a0463bd177 [2020-07-25T04:48:58.643Z] ---> Running in c0367da8acdb [2020-07-25T04:48:58.643Z] Removing intermediate container 786ad07ef653 [2020-07-25T04:48:58.643Z] ---> fcf51a6a9ebf [2020-07-25T04:48:58.643Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-25T04:48:58.643Z] ---> Running in dd2427398f5f [2020-07-25T04:48:58.643Z] Removing intermediate container f9a0463bd177 [2020-07-25T04:48:58.643Z] ---> 79f38ce55578 [2020-07-25T04:48:58.643Z] Step 13/20 : EXPOSE $APP_PORT [2020-07-25T04:48:58.643Z] ---> Running in 2f332ee18c86 [2020-07-25T04:48:58.643Z] Removing intermediate container c0367da8acdb [2020-07-25T04:48:58.643Z] ---> 7ad87bd1c467 [2020-07-25T04:48:58.643Z] Step 14/21 : WORKDIR / [2020-07-25T04:48:58.643Z] Removing intermediate container dd2427398f5f [2020-07-25T04:48:58.643Z] ---> 40b04d95b331 [2020-07-25T04:48:58.643Z] Step 14/21 : COPY --from=builder /bin/bash /bin/bash [2020-07-25T04:48:58.643Z] ---> Running in 6f8a63c7b455 [2020-07-25T04:48:58.926Z] Removing intermediate container 2f332ee18c86 [2020-07-25T04:48:58.926Z] ---> 48b00351b269 [2020-07-25T04:48:58.926Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-07-25T04:48:59.203Z] Removing intermediate container 6f8a63c7b455 [2020-07-25T04:48:59.203Z] ---> b38ce1364f03 [2020-07-25T04:48:59.203Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-07-25T04:48:59.480Z] ---> e326c282169c [2020-07-25T04:48:59.480Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-07-25T04:48:59.757Z] ---> ffb17d8388e5 [2020-07-25T04:48:59.757Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-07-25T04:49:00.032Z] ---> 6d2ed07ccadd [2020-07-25T04:49:00.032Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-07-25T04:49:00.787Z] ---> 5094f859c722 [2020-07-25T04:49:00.787Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-07-25T04:49:01.848Z] ---> e8c5aafd407d [2020-07-25T04:49:01.848Z] Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-07-25T04:49:02.126Z] ---> 84e153775b03 [2020-07-25T04:49:02.126Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-07-25T04:49:02.421Z] ---> a4e8735486df [2020-07-25T04:49:02.421Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-07-25T04:49:03.085Z] ---> ecd5a9902502 [2020-07-25T04:49:03.085Z] Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-25T04:49:03.085Z] ---> Running in 4809e193f9cf [2020-07-25T04:49:03.375Z] ---> 7ce5bb4d0feb [2020-07-25T04:49:03.375Z] Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-25T04:49:03.375Z] ---> 5239e91819df [2020-07-25T04:49:03.375Z] Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-25T04:49:03.375Z] ---> Running in 87bd255a37c4 [2020-07-25T04:49:03.651Z] ---> Running in 8b1e95b05d9c [2020-07-25T04:49:03.651Z] Removing intermediate container 4809e193f9cf [2020-07-25T04:49:03.651Z] ---> bed5548b121b [2020-07-25T04:49:03.651Z] Step 18/20 : LABEL arch=arm64 [2020-07-25T04:49:03.927Z] ---> Running in 3d06acb3d027 [2020-07-25T04:49:03.927Z] Removing intermediate container 87bd255a37c4 [2020-07-25T04:49:03.927Z] ---> 675102ebb56c [2020-07-25T04:49:03.927Z] Step 19/21 : LABEL arch=arm64 [2020-07-25T04:49:04.198Z] Removing intermediate container 8b1e95b05d9c [2020-07-25T04:49:04.198Z] ---> 2a4894469c04 [2020-07-25T04:49:04.198Z] Step 19/21 : LABEL arch=arm64 [2020-07-25T04:49:04.198Z] ---> Running in 333eebc59ae4 [2020-07-25T04:49:04.198Z] ---> Running in d8148b876590 [2020-07-25T04:49:04.473Z] Removing intermediate container 3d06acb3d027 [2020-07-25T04:49:04.473Z] ---> cda24c54ce43 [2020-07-25T04:49:04.473Z] Step 19/20 : LABEL git_sha=21f4b50dc1e9d26bc24f17d3af9b40e2c55f8d82 [2020-07-25T04:49:04.473Z] ---> Running in f5d195574086 [2020-07-25T04:49:04.743Z] Removing intermediate container 333eebc59ae4 [2020-07-25T04:49:04.743Z] ---> 16c2ae6518d2 [2020-07-25T04:49:04.743Z] Step 20/21 : LABEL git_sha=21f4b50dc1e9d26bc24f17d3af9b40e2c55f8d82 [2020-07-25T04:49:04.743Z] Removing intermediate container d8148b876590 [2020-07-25T04:49:04.743Z] ---> 649bfda56954 [2020-07-25T04:49:04.743Z] Step 20/21 : LABEL git_sha=21f4b50dc1e9d26bc24f17d3af9b40e2c55f8d82 [2020-07-25T04:49:05.013Z] ---> Running in 91f1a2ef5f3e [2020-07-25T04:49:05.013Z] ---> Running in 224278b27fbc [2020-07-25T04:49:05.013Z] Removing intermediate container f5d195574086 [2020-07-25T04:49:05.013Z] ---> da565619188d [2020-07-25T04:49:05.013Z] Step 20/20 : LABEL version=0.0.0 [2020-07-25T04:49:05.286Z] ---> Running in 4259f4b1c267 [2020-07-25T04:49:05.559Z] Removing intermediate container 91f1a2ef5f3e [2020-07-25T04:49:05.559Z] ---> 150e27965654 [2020-07-25T04:49:05.559Z] Step 21/21 : LABEL version=0.0.0 [2020-07-25T04:49:05.559Z] Removing intermediate container 224278b27fbc [2020-07-25T04:49:05.559Z] ---> 3937017f59cb [2020-07-25T04:49:05.559Z] Step 21/21 : LABEL version=0.0.0 [2020-07-25T04:49:05.559Z] ---> Running in 71ea0e1690ea [2020-07-25T04:49:05.559Z] ---> Running in ea942193dc31 [2020-07-25T04:49:05.831Z] Removing intermediate container 4259f4b1c267 [2020-07-25T04:49:05.831Z] ---> f5bb1e225885 [2020-07-25T04:49:05.831Z] [2020-07-25T04:49:06.422Z] Successfully built f5bb1e225885 [2020-07-25T04:49:06.422Z] Removing intermediate container ea942193dc31 [2020-07-25T04:49:06.422Z] ---> 6d2780abd6a5 [2020-07-25T04:49:06.422Z] [2020-07-25T04:49:06.422Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-07-25T04:49:06.422Z]  Building docker-support-scheduler-go ... done Removing intermediate container 71ea0e1690ea [2020-07-25T04:49:06.422Z] ---> f1928e901401 [2020-07-25T04:49:06.422Z] [2020-07-25T04:49:07.015Z] Successfully built 6d2780abd6a5 [2020-07-25T04:49:07.015Z] Successfully tagged docker-core-command-go-arm64:latest [2020-07-25T04:49:07.015Z]  Building docker-core-command-go ... done Successfully built f1928e901401 [2020-07-25T04:49:07.015Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-07-25T04:49:07.301Z]  Building docker-support-logging-go ... done  [Pipeline] } [2020-07-25T04:49:07.282Z] $ docker stop --time=1 c9f4c0eef4a86cc08214045913b94c7971ed9ff43f3622d8aeb3ba367aebc9fc [2020-07-25T04:49:09.172Z] $ docker rm -f c9f4c0eef4a86cc08214045913b94c7971ed9ff43f3622d8aeb3ba367aebc9fc [Pipeline] // withDockerContainer [Pipeline] sh [2020-07-25T04:49:09.886Z] + docker images [2020-07-25T04:49:09.886Z] + grep docker [2020-07-25T04:49:10.157Z] docker-support-logging-go-arm64 latest f1928e901401 4 seconds ago 11.4MB [2020-07-25T04:49:10.157Z] docker-core-command-go-arm64 latest 6d2780abd6a5 4 seconds ago 12.4MB [2020-07-25T04:49:10.157Z] docker-support-scheduler-go-arm64 latest f5bb1e225885 5 seconds ago 12.6MB [2020-07-25T04:49:10.157Z] docker-sys-mgmt-agent-go-arm64 latest c50a19fccb62 28 seconds ago 266MB [2020-07-25T04:49:10.157Z] docker-support-notifications-go-arm64 latest 5346e22d64b3 55 seconds ago 13.9MB [2020-07-25T04:49:10.157Z] docker-core-data-go-arm64 latest 11b14d8b2d43 3 minutes ago 22.6MB [2020-07-25T04:49:10.158Z] docker-security-secretstore-setup-go-arm64 latest 49da27927196 3 minutes ago 32.6MB [2020-07-25T04:49:10.158Z] docker-core-metadata-go-arm64 latest 50b358dc399d 4 minutes ago 13.8MB [2020-07-25T04:49:10.158Z] docker-security-secrets-setup-go-arm64 latest d67e374d3fe2 4 minutes ago 24.2MB [2020-07-25T04:49:10.158Z] docker-security-proxy-setup-go-arm64 latest 43e02048203b 4 minutes ago 15.8MB [2020-07-25T04:49:10.158Z] docker latest ce9d55ae87f1 4 weeks ago 193MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2020-07-25T04:49:11.929Z] provisioning config files... [2020-07-25T04:49:11.941Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/4@tmp/config6208207078023342926tmp [Pipeline] { [Pipeline] sh [2020-07-25T04:49:12.286Z] + curl -s https://codecov.io/bash [2020-07-25T04:49:12.286Z] + bash -s - -t @/w/workspace/edgex-go/4@tmp/config6208207078023342926tmp [Pipeline] } [2020-07-25T04:49:12.555Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-07-25T04:49:13.883Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-25T04:49:14.751Z] ---> package-listing.sh [2020-07-25T04:49:14.751Z] ++ facter osfamily [2020-07-25T04:49:14.751Z] ++ tr '[:upper:]' '[:lower:]' [2020-07-25T04:49:14.751Z] + OS_FAMILY=redhat [2020-07-25T04:49:14.751Z] + workspace=/w/workspace/edgex-go/4 [2020-07-25T04:49:14.751Z] + START_PACKAGES=/tmp/packages_start.txt [2020-07-25T04:49:14.751Z] + END_PACKAGES=/tmp/packages_end.txt [2020-07-25T04:49:14.751Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-07-25T04:49:14.751Z] + PACKAGES=/tmp/packages_start.txt [2020-07-25T04:49:14.751Z] + '[' /w/workspace/edgex-go/4 ']' [2020-07-25T04:49:14.751Z] + PACKAGES=/tmp/packages_end.txt [2020-07-25T04:49:14.751Z] + case "${OS_FAMILY}" in [2020-07-25T04:49:14.751Z] + rpm -qa [2020-07-25T04:49:14.751Z] + sort [2020-07-25T04:49:19.007Z] + '[' -f /tmp/packages_start.txt ']' [2020-07-25T04:49:19.007Z] + '[' -f /tmp/packages_end.txt ']' [2020-07-25T04:49:19.007Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-07-25T04:49:19.007Z] + '[' /w/workspace/edgex-go/4 ']' [2020-07-25T04:49:19.007Z] + mkdir -p /w/workspace/edgex-go/4/archives/ [2020-07-25T04:49:19.007Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/4/archives/ [Pipeline] isUnix [Pipeline] sh [2020-07-25T04:49:19.738Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-25T04:49:19.738Z] [2020-07-25T04:49:19.738Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-07-25T04:49:20.074Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-25T04:49:20.074Z] alpine: Pulling from edgex-lftools-log-publisher [2020-07-25T04:49:20.074Z] c9b1b535fdd9: Pulling fs layer [2020-07-25T04:49:20.074Z] 2cc5ad85d9ab: Pulling fs layer [2020-07-25T04:49:20.074Z] 756a868c4378: Pulling fs layer [2020-07-25T04:49:20.074Z] 444b2fc9a129: Pulling fs layer [2020-07-25T04:49:20.074Z] ea15f1150254: Pulling fs layer [2020-07-25T04:49:20.074Z] 41b27a9f41bf: Pulling fs layer [2020-07-25T04:49:20.074Z] 28c525ee5125: Pulling fs layer [2020-07-25T04:49:20.074Z] 094b1ea09ed8: Pulling fs layer [2020-07-25T04:49:20.074Z] 138eaada9080: Pulling fs layer [2020-07-25T04:49:20.074Z] 0622d0fa9048: Pulling fs layer [2020-07-25T04:49:20.074Z] 444b2fc9a129: Waiting [2020-07-25T04:49:20.074Z] ea15f1150254: Waiting [2020-07-25T04:49:20.074Z] 41b27a9f41bf: Waiting [2020-07-25T04:49:20.075Z] 28c525ee5125: Waiting [2020-07-25T04:49:20.075Z] 094b1ea09ed8: Waiting [2020-07-25T04:49:20.075Z] 138eaada9080: Waiting [2020-07-25T04:49:20.075Z] 0622d0fa9048: Waiting [2020-07-25T04:49:20.075Z] 2cc5ad85d9ab: Verifying Checksum [2020-07-25T04:49:20.075Z] 2cc5ad85d9ab: Download complete [2020-07-25T04:49:20.075Z] 444b2fc9a129: Verifying Checksum [2020-07-25T04:49:20.075Z] 444b2fc9a129: Download complete [2020-07-25T04:49:20.075Z] c9b1b535fdd9: Verifying Checksum [2020-07-25T04:49:20.075Z] ea15f1150254: Verifying Checksum [2020-07-25T04:49:20.075Z] ea15f1150254: Download complete [2020-07-25T04:49:20.343Z] 28c525ee5125: Verifying Checksum [2020-07-25T04:49:20.343Z] 28c525ee5125: Download complete [2020-07-25T04:49:20.604Z] 756a868c4378: Verifying Checksum [2020-07-25T04:49:20.604Z] 756a868c4378: Download complete [2020-07-25T04:49:20.604Z] 138eaada9080: Verifying Checksum [2020-07-25T04:49:20.604Z] 138eaada9080: Download complete [2020-07-25T04:49:20.604Z] c9b1b535fdd9: Pull complete [2020-07-25T04:49:20.604Z] 0622d0fa9048: Verifying Checksum [2020-07-25T04:49:20.604Z] 0622d0fa9048: Download complete [2020-07-25T04:49:20.604Z] 094b1ea09ed8: Verifying Checksum [2020-07-25T04:49:20.604Z] 094b1ea09ed8: Download complete [2020-07-25T04:49:21.185Z] 41b27a9f41bf: Verifying Checksum [2020-07-25T04:49:21.185Z] 2cc5ad85d9ab: Pull complete [2020-07-25T04:49:23.114Z] 756a868c4378: Pull complete [2020-07-25T04:49:23.374Z] 444b2fc9a129: Pull complete [2020-07-25T04:49:23.637Z] ea15f1150254: Pull complete [2020-07-25T04:49:27.892Z] 41b27a9f41bf: Pull complete [2020-07-25T04:49:28.153Z] 28c525ee5125: Pull complete [2020-07-25T04:49:30.706Z] 094b1ea09ed8: Pull complete [2020-07-25T04:49:30.973Z] 138eaada9080: Pull complete [2020-07-25T04:49:31.234Z] 0622d0fa9048: Pull complete [2020-07-25T04:49:31.234Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-07-25T04:49:31.234Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-25T04:49:31.234Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-07-25T04:49:31.396Z] prd-centos7-docker-4c-2g-963 does not seem to be running inside a container [2020-07-25T04:49:31.441Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-07-25T04:49:34.452Z] $ docker top 52878dd3a01e2e9d9853dd5b494c2a7815316d46ea0dfbde9c79f937eccf381f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-07-25T04:49:34.676Z] provisioning config files... [2020-07-25T04:49:34.693Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/4@tmp/config1242273838929853702tmp [Pipeline] { [Pipeline] echo [2020-07-25T04:49:34.753Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-25T04:49:35.043Z] ---> create-netrc.sh [Pipeline] echo [2020-07-25T04:49:35.052Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-25T04:49:35.352Z] ---> logs-deploy.sh [2020-07-25T04:49:35.352Z] + ARCHIVE_ARTIFACTS= [2020-07-25T04:49:35.352Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-07-25T04:49:35.352Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-07-25T04:49:35.352Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-07-25T04:49:35.352Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2633/4 [2020-07-25T04:49:35.352Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2633/4/ [2020-07-25T04:49:35.352Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2633/4 /w/workspace/edgex-go/4 [2020-07-25T04:49:36.293Z] Archives upload complete. [2020-07-25T04:49:36.554Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2633/4 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2633/4/ [2020-07-25T04:49:37.124Z] ---> uname -a: [2020-07-25T04:49:37.124Z] Linux 52878dd3a01e 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux [2020-07-25T04:49:37.124Z] [2020-07-25T04:49:37.124Z] [2020-07-25T04:49:37.124Z] ---> lscpu: [2020-07-25T04:49:37.124Z] Architecture: x86_64 [2020-07-25T04:49:37.124Z] CPU op-mode(s): 32-bit, 64-bit [2020-07-25T04:49:37.124Z] Byte Order: Little Endian [2020-07-25T04:49:37.124Z] Address sizes: 40 bits physical, 48 bits virtual [2020-07-25T04:49:37.124Z] CPU(s): 4 [2020-07-25T04:49:37.124Z] On-line CPU(s) list: 0-3 [2020-07-25T04:49:37.124Z] Thread(s) per core: 1 [2020-07-25T04:49:37.124Z] Core(s) per socket: 1 [2020-07-25T04:49:37.124Z] Socket(s): 4 [2020-07-25T04:49:37.124Z] NUMA node(s): 1 [2020-07-25T04:49:37.124Z] Vendor ID: GenuineIntel [2020-07-25T04:49:37.124Z] CPU family: 6 [2020-07-25T04:49:37.125Z] Model: 44 [2020-07-25T04:49:37.125Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-07-25T04:49:37.125Z] Stepping: 1 [2020-07-25T04:49:37.125Z] CPU MHz: 2933.438 [2020-07-25T04:49:37.125Z] BogoMIPS: 5866.87 [2020-07-25T04:49:37.125Z] Virtualization: VT-x [2020-07-25T04:49:37.125Z] Hypervisor vendor: KVM [2020-07-25T04:49:37.125Z] Virtualization type: full [2020-07-25T04:49:37.125Z] L1d cache: 128 KiB [2020-07-25T04:49:37.125Z] L1i cache: 128 KiB [2020-07-25T04:49:37.125Z] L2 cache: 16 MiB [2020-07-25T04:49:37.125Z] L3 cache: 64 MiB [2020-07-25T04:49:37.125Z] NUMA node0 CPU(s): 0-3 [2020-07-25T04:49:37.125Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-07-25T04:49:37.125Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-07-25T04:49:37.125Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-07-25T04:49:37.125Z] Vulnerability Meltdown: Mitigation; PTI [2020-07-25T04:49:37.125Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-07-25T04:49:37.125Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-07-25T04:49:37.125Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-07-25T04:49:37.125Z] Vulnerability Tsx async abort: Not affected [2020-07-25T04:49:37.125Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2020-07-25T04:49:37.125Z] [2020-07-25T04:49:37.125Z] [2020-07-25T04:49:37.125Z] ---> nproc: [2020-07-25T04:49:37.125Z] 4 [2020-07-25T04:49:37.125Z] [2020-07-25T04:49:37.125Z] [2020-07-25T04:49:37.125Z] ---> df -h: [2020-07-25T04:49:37.125Z] Filesystem Size Used Available Use% Mounted on [2020-07-25T04:49:37.125Z] overlay 50.0G 13.5G 36.5G 27% / [2020-07-25T04:49:37.125Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-07-25T04:49:37.125Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-07-25T04:49:37.125Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-07-25T04:49:37.125Z] /dev/vda1 50.0G 13.5G 36.5G 27% /etc/resolv.conf [2020-07-25T04:49:37.125Z] /dev/vda1 50.0G 13.5G 36.5G 27% /etc/hostname [2020-07-25T04:49:37.125Z] /dev/vda1 50.0G 13.5G 36.5G 27% /etc/hosts [2020-07-25T04:49:37.125Z] /dev/vda1 50.0G 13.5G 36.5G 27% /var/log/sa [2020-07-25T04:49:37.125Z] /dev/vda1 50.0G 13.5G 36.5G 27% /w/workspace/edgex-go/4 [2020-07-25T04:49:37.125Z] /dev/vda1 50.0G 13.5G 36.5G 27% /w/workspace/edgex-go/4@tmp [2020-07-25T04:49:37.125Z] [2020-07-25T04:49:37.125Z] [2020-07-25T04:49:37.125Z] ---> free -m: [2020-07-25T04:49:37.125Z] total used free shared buff/cache available [2020-07-25T04:49:37.125Z] Mem: 1837 656 117 0 1063 1098 [2020-07-25T04:49:37.125Z] Swap: 1023 71 952 [2020-07-25T04:49:37.125Z] [2020-07-25T04:49:37.125Z] [2020-07-25T04:49:37.125Z] ---> ip addr: [2020-07-25T04:49:37.125Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-07-25T04:49:37.125Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-07-25T04:49:37.125Z] inet 127.0.0.1/8 scope host lo [2020-07-25T04:49:37.125Z] valid_lft forever preferred_lft forever [2020-07-25T04:49:37.125Z] 116: eth0@if117: mtu 1458 qdisc noqueue state UP [2020-07-25T04:49:37.125Z] link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff [2020-07-25T04:49:37.125Z] inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 [2020-07-25T04:49:37.125Z] valid_lft forever preferred_lft forever [2020-07-25T04:49:37.125Z] [2020-07-25T04:49:37.125Z]