Pull request #2673 opened Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of adam-intel for edgexfoundry/edgex-go Loading trusted files from base branch master at 3555043a6994042684a9c8b6423498381cadcc6f rather than b4bfd58027c81c708385082aa5fd62a8126638b5 Obtained Jenkinsfile from 3555043a6994042684a9c8b6423498381cadcc6f Running in Durability level: MAX_SURVIVABILITY Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-2673/workspace@libs/edgex-global-pipelines # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > 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 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, goVersion:1.13, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-213’ is offline Running on prd-centos7-docker-4c-2g-409 in /w/workspace/edgexfoundry_edgex-go_PR-2673 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/1 [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/1 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2673/head:refs/remotes/origin/PR-2673 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit 3555043a6994042684a9c8b6423498381cadcc6f into PR head commit b4bfd58027c81c708385082aa5fd62a8126638b5 Merge succeeded, producing b4bfd58027c81c708385082aa5fd62a8126638b5 Checking out Revision b4bfd58027c81c708385082aa5fd62a8126638b5 (PR-2673) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/2673/head:refs/remotes/origin/PR-2673 # 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/2673/head:refs/remotes/origin/PR-2673 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b4bfd58027c81c708385082aa5fd62a8126638b5 # 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 3555043a6994042684a9c8b6423498381cadcc6f # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b4bfd58027c81c708385082aa5fd62a8126638b5 # timeout=10 Commit message: "Adding vault config default env var and allowing setting VAULT_LOCAL_CONFIG" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.16.5' fatal: bad object aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-08-26T18:30:04.813Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-08-26T18:30:05.100Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-08-26T18:30:05.312Z] ========================================================= [2020-08-26T18:30:05.312Z] EdgeX Global Pipelines Version Info [2020-08-26T18:30:05.312Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-08-26T18:30:06.722Z] ------------------- [2020-08-26T18:30:06.722Z] stable info: [2020-08-26T18:30:06.722Z] ------------------- [2020-08-26T18:30:06.722Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-08-26T18:30:06.722Z] Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [2020-08-26T18:30:06.722Z] Message: update stable to v1.0.106 [2020-08-26T18:30:07.666Z] ------------------- [2020-08-26T18:30:07.666Z] experimental info: [2020-08-26T18:30:07.666Z] ------------------- [2020-08-26T18:30:07.666Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-08-26T18:30:07.666Z] Commit SHA: 69b11ffe9275ab8e68c4cba724b6d595bdc2db9b [2020-08-26T18:30:07.666Z] Message: update experimental to v1.0.111 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] sh [2020-08-26T18:30:09.591Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secrets-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-logging/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2020-08-26T18:30:09.591Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-26T18:30:09.591Z] ++ dirname cmd/core-command/Dockerfile [2020-08-26T18:30:09.591Z] ++ cut -d/ -f2 [2020-08-26T18:30:09.591Z] + echo core-command,cmd/core-command/Dockerfile [2020-08-26T18:30:09.591Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-26T18:30:09.591Z] ++ dirname cmd/core-data/Dockerfile [2020-08-26T18:30:09.591Z] ++ cut -d/ -f2 [2020-08-26T18:30:09.591Z] + echo core-data,cmd/core-data/Dockerfile [2020-08-26T18:30:09.591Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-26T18:30:09.591Z] ++ dirname cmd/core-metadata/Dockerfile [2020-08-26T18:30:09.591Z] ++ cut -d/ -f2 [2020-08-26T18:30:09.591Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-08-26T18:30:09.591Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-26T18:30:09.591Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-08-26T18:30:09.591Z] ++ cut -d/ -f2 [2020-08-26T18:30:09.591Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-08-26T18:30:09.591Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-26T18:30:09.591Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-08-26T18:30:09.591Z] ++ cut -d/ -f2 [2020-08-26T18:30:09.591Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-08-26T18:30:09.591Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-26T18:30:09.591Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-08-26T18:30:09.591Z] ++ cut -d/ -f2 [2020-08-26T18:30:09.591Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-08-26T18:30:09.591Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-26T18:30:09.591Z] ++ dirname cmd/support-logging/Dockerfile [2020-08-26T18:30:09.591Z] ++ cut -d/ -f2 [2020-08-26T18:30:09.591Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-08-26T18:30:09.591Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-26T18:30:09.591Z] ++ dirname cmd/support-notifications/Dockerfile [2020-08-26T18:30:09.591Z] ++ cut -d/ -f2 [2020-08-26T18:30:09.591Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-08-26T18:30:09.591Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-26T18:30:09.591Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-08-26T18:30:09.591Z] ++ cut -d/ -f2 [2020-08-26T18:30:09.591Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-08-26T18:30:09.591Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-26T18:30:09.591Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-08-26T18:30:09.591Z] ++ cut -d/ -f2 [2020-08-26T18:30:09.591Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-08-26T18:30:09.676Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secrets-setup-go, dockerfile:cmd/security-secrets-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-logging-go, dockerfile:cmd/support-logging/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2020-08-26T18:30:10.936Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-26T18:30:11.199Z] [2020-08-26T18:30:11.199Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-08-26T18:30:11.590Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-26T18:30:11.591Z] latest: Pulling from edgex-devops/git-semver [2020-08-26T18:30:11.591Z] 31603596830f: Pulling fs layer [2020-08-26T18:30:11.591Z] 2a8b12db71e7: Pulling fs layer [2020-08-26T18:30:11.591Z] 6ca5941a6612: Pulling fs layer [2020-08-26T18:30:11.591Z] ecc8261a40a4: Pulling fs layer [2020-08-26T18:30:11.591Z] ecc8261a40a4: Waiting [2020-08-26T18:30:11.591Z] 2a8b12db71e7: Verifying Checksum [2020-08-26T18:30:11.591Z] 2a8b12db71e7: Download complete [2020-08-26T18:30:11.856Z] 31603596830f: Verifying Checksum [2020-08-26T18:30:11.856Z] 31603596830f: Download complete [2020-08-26T18:30:11.856Z] ecc8261a40a4: Verifying Checksum [2020-08-26T18:30:11.856Z] ecc8261a40a4: Download complete [2020-08-26T18:30:11.856Z] 6ca5941a6612: Verifying Checksum [2020-08-26T18:30:11.856Z] 6ca5941a6612: Download complete [2020-08-26T18:30:12.120Z] 31603596830f: Pull complete [2020-08-26T18:30:12.120Z] 2a8b12db71e7: Pull complete [2020-08-26T18:30:13.061Z] 6ca5941a6612: Pull complete [2020-08-26T18:30:13.061Z] ecc8261a40a4: Pull complete [2020-08-26T18:30:13.061Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-08-26T18:30:13.061Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-26T18:30:13.061Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-08-26T18:30:13.172Z] prd-centos7-docker-4c-2g-409 does not seem to be running inside a container [2020-08-26T18:30:13.219Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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-08-26T18:30:15.588Z] $ docker top 345a95f09699da58bfd115c28d19d306e71eb276b7d19e0d351783f5a61e4ef8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-26T18:30:15.995Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-26T18:30:15.995Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-26T18:30:16.206Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-26T18:30:16.210Z] $ docker exec 345a95f09699da58bfd115c28d19d306e71eb276b7d19e0d351783f5a61e4ef8 ssh-agent [2020-08-26T18:30:16.368Z] SSH_AUTH_SOCK=/tmp/ssh-uEstcbvV2nNo/agent.11 [2020-08-26T18:30:16.368Z] SSH_AGENT_PID=16 [2020-08-26T18:30:16.378Z] Running ssh-add (command line suppressed) [2020-08-26T18:30:16.498Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_8123120803465893051.key (/w/workspace/edgex-go/1@tmp/private_key_8123120803465893051.key) [2020-08-26T18:30:16.548Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-26T18:30:16.918Z] + git describe --exact-match --tags HEAD [2020-08-26T18:30:16.918Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-08-26T18:30:16.961Z] $ docker exec --env ******** --env ******** 345a95f09699da58bfd115c28d19d306e71eb276b7d19e0d351783f5a61e4ef8 ssh-agent -k [2020-08-26T18:30:17.068Z] unset SSH_AUTH_SOCK; [2020-08-26T18:30:17.069Z] unset SSH_AGENT_PID; [2020-08-26T18:30:17.069Z] echo Agent pid 16 killed; [2020-08-26T18:30:17.111Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-08-26T18:30:17.271Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-08-26T18:30:17.271Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-08-26T18:30:17.432Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-26T18:30:17.432Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-26T18:30:17.589Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-26T18:30:17.593Z] $ docker exec 345a95f09699da58bfd115c28d19d306e71eb276b7d19e0d351783f5a61e4ef8 ssh-agent [2020-08-26T18:30:17.742Z] SSH_AUTH_SOCK=/tmp/ssh-SWmGW8Wn4Tif/agent.45 [2020-08-26T18:30:17.742Z] SSH_AGENT_PID=51 [2020-08-26T18:30:17.748Z] Running ssh-add (command line suppressed) [2020-08-26T18:30:17.864Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_3004534095873178024.key (/w/workspace/edgex-go/1@tmp/private_key_3004534095873178024.key) [2020-08-26T18:30:17.911Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-26T18:30:18.355Z] + git semver init [2020-08-26T18:30:18.355Z] # -> Open(): unable to determine branch for HEAD [2020-08-26T18:30:18.355Z] # $GIT_DIR = /w/workspace/edgex-go/1/.git [2020-08-26T18:30:18.355Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/1 [2020-08-26T18:30:18.355Z] # $SEMVER_REMOTE_NAME = origin [2020-08-26T18:30:18.355Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-26T18:30:18.355Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-26T18:30:18.355Z] # $SEMVER_BRANCH = PR-2673 [2020-08-26T18:30:18.355Z] # $SEMVER_TEMP = /tmp/semver-679413356 [2020-08-26T18:30:18.355Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-08-26T18:30:36.536Z] # '/tmp/semver-679413356' -> '/w/workspace/edgex-go/1/.semver' [2020-08-26T18:30:36.536Z] # -> Force: false [2020-08-26T18:30:36.536Z] # $SEMVER_DIR = /w/workspace/edgex-go/1/.semver [Pipeline] } [2020-08-26T18:30:36.560Z] $ docker exec --env ******** --env ******** 345a95f09699da58bfd115c28d19d306e71eb276b7d19e0d351783f5a61e4ef8 ssh-agent -k [2020-08-26T18:30:36.747Z] unset SSH_AUTH_SOCK; [2020-08-26T18:30:36.747Z] unset SSH_AGENT_PID; [2020-08-26T18:30:36.747Z] echo Agent pid 51 killed; [2020-08-26T18:30:36.820Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-26T18:30:37.428Z] + git semver [Pipeline] } [2020-08-26T18:30:37.455Z] $ docker stop --time=1 345a95f09699da58bfd115c28d19d306e71eb276b7d19e0d351783f5a61e4ef8 [2020-08-26T18:30:39.126Z] $ docker rm -f 345a95f09699da58bfd115c28d19d306e71eb276b7d19e0d351783f5a61e4ef8 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-08-26T18:30:52.190Z] Stashed 38 file(s) [Pipeline] echo [2020-08-26T18:30:52.211Z] [edgeXSemver] initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] echo [2020-08-26T18:30:53.139Z] ========================================================= [2020-08-26T18:30:53.139Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-08-26T18:30:53.139Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-08-26T18:30:53.494Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . [2020-08-26T18:30:56.813Z] Sending build context to Docker daemon 323.1MB [2020-08-26T18:30:56.813Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-08-26T18:30:56.813Z] Step 2/7 : FROM ${BASE} [2020-08-26T18:30:56.813Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-08-26T18:30:56.813Z] df20fa9351a1: Pulling fs layer [2020-08-26T18:30:56.813Z] ed8968b2872e: Pulling fs layer [2020-08-26T18:30:56.813Z] a92cc7c5fd73: Pulling fs layer [2020-08-26T18:30:56.813Z] 2dd03ba5bac4: Pulling fs layer [2020-08-26T18:30:56.813Z] 1e091d79d1de: Pulling fs layer [2020-08-26T18:30:56.813Z] 481702a1767f: Pulling fs layer [2020-08-26T18:30:56.813Z] f64a6f60c768: Pulling fs layer [2020-08-26T18:30:56.813Z] e78d2573fc39: Pulling fs layer [2020-08-26T18:30:56.813Z] e876d2f968b6: Pulling fs layer [2020-08-26T18:30:56.813Z] ce8a83651883: Pulling fs layer [2020-08-26T18:30:56.813Z] 07967f4d0e4b: Pulling fs layer [2020-08-26T18:30:56.813Z] f64a6f60c768: Waiting [2020-08-26T18:30:56.813Z] e78d2573fc39: Waiting [2020-08-26T18:30:56.813Z] ce8a83651883: Waiting [2020-08-26T18:30:56.813Z] 2dd03ba5bac4: Waiting [2020-08-26T18:30:56.813Z] 07967f4d0e4b: Waiting [2020-08-26T18:30:56.813Z] 1e091d79d1de: Waiting [2020-08-26T18:30:56.813Z] e876d2f968b6: Waiting [2020-08-26T18:30:56.813Z] 481702a1767f: Waiting [2020-08-26T18:30:56.813Z] a92cc7c5fd73: Verifying Checksum [2020-08-26T18:30:56.813Z] a92cc7c5fd73: Download complete [2020-08-26T18:30:56.813Z] ed8968b2872e: Verifying Checksum [2020-08-26T18:30:56.813Z] ed8968b2872e: Download complete [2020-08-26T18:30:56.813Z] 1e091d79d1de: Verifying Checksum [2020-08-26T18:30:56.813Z] 1e091d79d1de: Download complete [2020-08-26T18:30:56.813Z] 481702a1767f: Verifying Checksum [2020-08-26T18:30:56.813Z] 481702a1767f: Download complete [2020-08-26T18:30:56.813Z] df20fa9351a1: Verifying Checksum [2020-08-26T18:30:56.813Z] df20fa9351a1: Download complete [2020-08-26T18:30:57.082Z] df20fa9351a1: Pull complete [2020-08-26T18:30:57.679Z] f64a6f60c768: Verifying Checksum [2020-08-26T18:30:57.679Z] f64a6f60c768: Download complete [2020-08-26T18:30:57.679Z] e876d2f968b6: Verifying Checksum [2020-08-26T18:30:57.679Z] e876d2f968b6: Download complete [2020-08-26T18:30:57.947Z] 2dd03ba5bac4: Verifying Checksum [2020-08-26T18:30:57.947Z] 2dd03ba5bac4: Download complete [2020-08-26T18:30:58.208Z] ce8a83651883: Verifying Checksum [2020-08-26T18:30:58.208Z] ce8a83651883: Download complete [2020-08-26T18:30:58.208Z] e78d2573fc39: Verifying Checksum [2020-08-26T18:30:58.208Z] e78d2573fc39: Download complete [2020-08-26T18:30:58.208Z] 07967f4d0e4b: Verifying Checksum [2020-08-26T18:30:58.208Z] 07967f4d0e4b: Download complete [2020-08-26T18:30:59.162Z] ed8968b2872e: Pull complete [2020-08-26T18:30:59.425Z] a92cc7c5fd73: Pull complete [2020-08-26T18:31:04.742Z] 2dd03ba5bac4: Pull complete [2020-08-26T18:31:04.742Z] 1e091d79d1de: Pull complete [2020-08-26T18:31:04.742Z] 481702a1767f: Pull complete [2020-08-26T18:31:07.810Z] Still waiting to schedule task [2020-08-26T18:31:07.811Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-406’ [2020-08-26T18:31:12.890Z] f64a6f60c768: Pull complete [2020-08-26T18:31:14.815Z] e78d2573fc39: Pull complete [2020-08-26T18:31:14.815Z] e876d2f968b6: Pull complete [2020-08-26T18:31:15.760Z] ce8a83651883: Pull complete [2020-08-26T18:31:16.020Z] 07967f4d0e4b: Pull complete [2020-08-26T18:31:16.020Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-08-26T18:31:16.020Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-08-26T18:31:16.020Z] ---> 5d7c900382c6 [2020-08-26T18:31:16.020Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-08-26T18:31:16.596Z] ---> Running in 04127f33bdba [2020-08-26T18:31:17.171Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-26T18:31:18.117Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-26T18:31:18.378Z] (1/12) Installing libmagic (5.38-r0) [2020-08-26T18:31:18.952Z] (2/12) Installing file (5.38-r0) [2020-08-26T18:31:19.213Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-08-26T18:31:19.213Z] (4/12) Installing g++ (9.3.0-r2) [2020-08-26T18:31:24.561Z] (5/12) Installing fortify-headers (1.1-r0) [2020-08-26T18:31:24.561Z] (6/12) Installing patch (2.7.6-r6) [2020-08-26T18:31:24.828Z] (7/12) Installing build-base (0.5-r2) [2020-08-26T18:31:24.828Z] (8/12) Installing libsodium (1.0.18-r0) [2020-08-26T18:31:25.106Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-08-26T18:31:25.106Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-08-26T18:31:25.106Z] (11/12) Installing libzmq (4.3.2-r0) [2020-08-26T18:31:25.372Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-08-26T18:31:25.372Z] Executing busybox-1.31.1-r16.trigger [2020-08-26T18:31:25.372Z] OK: 233 MiB in 51 packages [2020-08-26T18:31:29.609Z] Removing intermediate container 04127f33bdba [2020-08-26T18:31:29.609Z] ---> 1043931b0183 [2020-08-26T18:31:29.609Z] Step 4/7 : WORKDIR /edgex-go [2020-08-26T18:31:29.609Z] ---> Running in 9c2bdae4ad1f [2020-08-26T18:31:29.874Z] Removing intermediate container 9c2bdae4ad1f [2020-08-26T18:31:29.874Z] ---> 438f3d65f57f [2020-08-26T18:31:29.874Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-08-26T18:31:30.139Z] latest: Pulling from library/docker [2020-08-26T18:31:30.402Z] df20fa9351a1: Already exists [2020-08-26T18:31:30.402Z] 25ad7478873d: Pulling fs layer [2020-08-26T18:31:30.402Z] 4684f6177b5d: Pulling fs layer [2020-08-26T18:31:30.402Z] 46e300cec669: Pulling fs layer [2020-08-26T18:31:30.402Z] 63038576ad94: Pulling fs layer [2020-08-26T18:31:30.402Z] 0fdb76c4706c: Pulling fs layer [2020-08-26T18:31:30.402Z] cb7edeffdfd5: Pulling fs layer [2020-08-26T18:31:30.402Z] 63038576ad94: Waiting [2020-08-26T18:31:30.402Z] 0fdb76c4706c: Waiting [2020-08-26T18:31:30.402Z] cb7edeffdfd5: Waiting [2020-08-26T18:31:30.402Z] 25ad7478873d: Verifying Checksum [2020-08-26T18:31:30.402Z] 25ad7478873d: Download complete [2020-08-26T18:31:30.402Z] 4684f6177b5d: Verifying Checksum [2020-08-26T18:31:30.402Z] 4684f6177b5d: Download complete [2020-08-26T18:31:30.669Z] 0fdb76c4706c: Verifying Checksum [2020-08-26T18:31:30.669Z] 0fdb76c4706c: Download complete [2020-08-26T18:31:30.669Z] 63038576ad94: Verifying Checksum [2020-08-26T18:31:30.669Z] 63038576ad94: Download complete [2020-08-26T18:31:30.669Z] 25ad7478873d: Pull complete [2020-08-26T18:31:30.933Z] cb7edeffdfd5: Verifying Checksum [2020-08-26T18:31:30.933Z] cb7edeffdfd5: Download complete [2020-08-26T18:31:30.933Z] 4684f6177b5d: Pull complete [2020-08-26T18:31:31.200Z] 46e300cec669: Verifying Checksum [2020-08-26T18:31:31.200Z] 46e300cec669: Download complete [2020-08-26T18:31:33.791Z] 46e300cec669: Pull complete [2020-08-26T18:31:33.791Z] 63038576ad94: Pull complete [2020-08-26T18:31:33.791Z] 0fdb76c4706c: Pull complete [2020-08-26T18:31:33.791Z] cb7edeffdfd5: Pull complete [2020-08-26T18:31:33.791Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-08-26T18:31:33.791Z] Status: Downloaded newer image for docker:latest [2020-08-26T18:31:35.741Z] ---> 7fae1c1f7928 [2020-08-26T18:31:35.741Z] Step 6/7 : COPY go.mod . [2020-08-26T18:31:35.741Z] ---> f7d363c1987f [2020-08-26T18:31:35.741Z] Step 7/7 : RUN go mod download [2020-08-26T18:31:35.741Z] ---> Running in eff5672d4fa9 [2020-08-26T18:31:39.060Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-08-26T18:31:39.060Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-08-26T18:31:39.060Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-08-26T18:31:39.060Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-08-26T18:31:39.060Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-26T18:31:39.060Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-08-26T18:31:39.060Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-08-26T18:31:39.060Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-26T18:31:39.060Z] go: finding github.com/cloudflare/gokey v0.1.0 [2020-08-26T18:31:39.060Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-08-26T18:31:39.060Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-08-26T18:31:39.060Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-08-26T18:31:39.060Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 [2020-08-26T18:31:39.060Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-26T18:31:39.324Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.72 [2020-08-26T18:31:39.324Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-08-26T18:31:39.324Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-08-26T18:31:39.324Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-08-26T18:31:39.585Z] go: finding github.com/fatih/color v1.7.0 [2020-08-26T18:31:39.585Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-08-26T18:31:39.585Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-26T18:31:39.585Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-08-26T18:31:39.845Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-26T18:31:39.845Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-26T18:31:39.845Z] go: finding github.com/go-playground/assert/v2 v2.0.1 [2020-08-26T18:31:39.845Z] go: finding github.com/go-playground/locales v0.13.0 [2020-08-26T18:31:39.845Z] go: finding github.com/go-playground/universal-translator v0.17.0 [2020-08-26T18:31:39.845Z] go: finding github.com/go-playground/validator/v10 v10.3.0 [2020-08-26T18:31:40.107Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-08-26T18:31:40.107Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-26T18:31:40.107Z] go: finding github.com/golang/protobuf v1.3.2 [2020-08-26T18:31:40.107Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-08-26T18:31:40.107Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-08-26T18:31:40.107Z] go: finding github.com/google/uuid v1.1.0 [2020-08-26T18:31:40.107Z] go: finding github.com/gorilla/mux v1.7.1 [2020-08-26T18:31:40.371Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-08-26T18:31:40.371Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-08-26T18:31:40.371Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-08-26T18:31:40.371Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-26T18:31:40.371Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-26T18:31:40.371Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-08-26T18:31:40.632Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-08-26T18:31:40.632Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-26T18:31:40.632Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-08-26T18:31:40.632Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-08-26T18:31:40.632Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-08-26T18:31:40.632Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-08-26T18:31:40.895Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-08-26T18:31:40.895Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-08-26T18:31:41.155Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-08-26T18:31:41.155Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-08-26T18:31:41.155Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-08-26T18:31:41.155Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-08-26T18:31:41.421Z] go: finding github.com/imdario/mergo v0.3.6 [2020-08-26T18:31:41.421Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-26T18:31:41.421Z] go: finding github.com/kr/pretty v0.1.0 [2020-08-26T18:31:41.421Z] go: finding github.com/kr/pty v1.1.1 [2020-08-26T18:31:41.421Z] go: finding github.com/kr/text v0.1.0 [2020-08-26T18:31:41.421Z] go: finding github.com/leodido/go-urn v1.2.0 [2020-08-26T18:31:41.686Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-08-26T18:31:41.686Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-08-26T18:31:41.686Z] go: finding github.com/miekg/dns v1.0.14 [2020-08-26T18:31:41.686Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-08-26T18:31:41.686Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-26T18:31:41.686Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-08-26T18:31:41.953Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-08-26T18:31:41.953Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-08-26T18:31:41.953Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-08-26T18:31:41.953Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-08-26T18:31:41.953Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-08-26T18:31:41.953Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-08-26T18:31:41.953Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-08-26T18:31:42.217Z] go: finding github.com/onsi/gomega v1.7.0 [2020-08-26T18:31:42.217Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-08-26T18:31:42.217Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-08-26T18:31:42.217Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-08-26T18:31:42.217Z] go: finding github.com/pkg/errors v0.8.1 [2020-08-26T18:31:42.217Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-26T18:31:42.478Z] go: finding github.com/posener/complete v1.1.1 [2020-08-26T18:31:42.478Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-08-26T18:31:42.478Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-08-26T18:31:42.478Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-08-26T18:31:42.478Z] go: finding github.com/stretchr/objx v0.1.0 [2020-08-26T18:31:42.478Z] go: finding github.com/stretchr/testify v1.5.1 [2020-08-26T18:31:42.478Z] go: finding github.com/ugorji/go v1.1.4 [2020-08-26T18:31:42.741Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-26T18:31:42.741Z] go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 [2020-08-26T18:31:42.741Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-08-26T18:31:42.741Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-08-26T18:31:42.741Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-08-26T18:31:43.002Z] go: finding golang.org/x/text v0.3.2 [2020-08-26T18:31:43.002Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-08-26T18:31:43.002Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-08-26T18:31:43.002Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-08-26T18:31:43.002Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-08-26T18:31:43.002Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-08-26T18:31:43.264Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-26T18:32:01.418Z] Removing intermediate container eff5672d4fa9 [2020-08-26T18:32:01.418Z] ---> 25822bd0f932 [2020-08-26T18:32:01.418Z] Successfully built 25822bd0f932 [2020-08-26T18:32:01.418Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-26T18:32:02.292Z] + docker inspect -f . ci-base-image-x86_64 [2020-08-26T18:32:02.292Z] . [Pipeline] withDockerContainer [2020-08-26T18:32:02.414Z] prd-centos7-docker-4c-2g-409 does not seem to be running inside a container [2020-08-26T18:32:02.460Z] $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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-08-26T18:32:03.194Z] $ docker top 02e9264d4b563ccaa597832d719c808610946dcf4fb47c3a284894704f177f87 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-26T18:32:03.807Z] + go version [2020-08-26T18:32:03.807Z] go version go1.13.13 linux/amd64 [Pipeline] echo [2020-08-26T18:32:03.836Z] ========================================================= [2020-08-26T18:32:03.836Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-08-26T18:32:03.836Z] ========================================================= [Pipeline] sh [2020-08-26T18:32:04.136Z] + make test [2020-08-26T18:32:04.136Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-08-26T18:32:06.695Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-08-26T18:32:16.829Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-08-26T18:32:21.101Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-08-26T18:32:21.101Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-08-26T18:32:21.101Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-08-26T18:32:21.101Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-08-26T18:32:23.040Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.016s [2020-08-26T18:32:23.040Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-08-26T18:32:23.040Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-08-26T18:32:23.040Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-08-26T18:32:23.040Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-08-26T18:32:23.628Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-08-26T18:32:23.628Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-08-26T18:32:23.628Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-08-26T18:32:23.628Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-08-26T18:32:28.999Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.020s coverage: 46.6% of statements [2020-08-26T18:32:28.999Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-08-26T18:32:28.999Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-08-26T18:32:28.999Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-08-26T18:32:28.999Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-08-26T18:32:28.999Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-08-26T18:32:30.942Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.086s coverage: 27.2% of statements [2020-08-26T18:32:30.942Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-08-26T18:32:30.942Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-08-26T18:32:30.942Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-08-26T18:32:30.942Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-08-26T18:32:30.942Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-08-26T18:32:30.942Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-08-26T18:32:30.942Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.005s coverage: 100.0% of statements [2020-08-26T18:32:30.942Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-08-26T18:32:30.942Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.005s coverage: 100.0% of statements [2020-08-26T18:32:30.942Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-08-26T18:32:30.942Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-08-26T18:32:31.212Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.016s coverage: 80.0% of statements [2020-08-26T18:32:31.212Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-08-26T18:32:31.212Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-08-26T18:32:31.212Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.349s coverage: 92.9% of statements [2020-08-26T18:32:31.212Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-08-26T18:32:31.212Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-08-26T18:32:31.212Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-08-26T18:32:31.212Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-08-26T18:32:32.277Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.099s coverage: 28.6% of statements [2020-08-26T18:32:32.277Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-08-26T18:32:32.277Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-08-26T18:32:32.277Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-08-26T18:32:32.277Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-08-26T18:32:32.277Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-08-26T18:32:32.649Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.031s coverage: 100.0% of statements [2020-08-26T18:32:32.649Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-08-26T18:32:32.928Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.031s coverage: 100.0% of statements [2020-08-26T18:32:32.928Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-08-26T18:32:33.526Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.031s coverage: 89.8% of statements [2020-08-26T18:32:33.526Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-08-26T18:32:34.512Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.021s coverage: 97.5% of statements [2020-08-26T18:32:34.512Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-08-26T18:32:34.512Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.011s coverage: 100.0% of statements [2020-08-26T18:32:34.512Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-08-26T18:32:34.512Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-08-26T18:32:34.512Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-08-26T18:32:34.512Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-08-26T18:32:34.512Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-08-26T18:32:34.512Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-08-26T18:32:34.512Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-08-26T18:32:34.512Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-08-26T18:32:34.512Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-08-26T18:32:34.512Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-08-26T18:32:34.512Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-08-26T18:32:34.512Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-08-26T18:32:34.512Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-08-26T18:32:34.512Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-08-26T18:32:34.512Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-08-26T18:32:34.512Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-08-26T18:32:34.512Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-08-26T18:32:34.512Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-08-26T18:32:34.512Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.051s coverage: 58.8% of statements [2020-08-26T18:32:34.512Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-08-26T18:32:34.512Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/error [no test files] [2020-08-26T18:32:34.512Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis [no test files] [2020-08-26T18:32:35.104Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.077s coverage: 63.5% of statements [2020-08-26T18:32:35.104Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-08-26T18:32:35.104Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-08-26T18:32:35.104Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.023s coverage: 100.0% of statements [2020-08-26T18:32:35.377Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.130s coverage: 55.9% of statements [2020-08-26T18:32:35.377Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-08-26T18:32:35.377Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-08-26T18:32:35.377Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-08-26T18:32:35.377Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-08-26T18:32:45.486Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 8.001s coverage: 86.3% of statements [2020-08-26T18:32:45.486Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-08-26T18:32:45.486Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.345s coverage: 72.2% of statements [2020-08-26T18:32:45.486Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.106s coverage: 72.1% of statements [2020-08-26T18:32:45.486Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.014s coverage: 82.4% of statements [2020-08-26T18:32:45.486Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.022s coverage: 48.4% of statements [2020-08-26T18:32:45.486Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-08-26T18:32:45.486Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-08-26T18:32:45.486Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-08-26T18:32:45.486Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.005s coverage: 28.8% of statements [2020-08-26T18:32:45.486Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-08-26T18:32:45.486Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.034s coverage: 96.8% of statements [2020-08-26T18:32:45.486Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-08-26T18:32:45.486Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.050s coverage: 26.9% of statements [2020-08-26T18:32:45.486Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-08-26T18:32:45.486Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-08-26T18:32:45.486Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.081s coverage: 84.1% of statements [2020-08-26T18:32:45.486Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.044s coverage: 100.0% of statements [2020-08-26T18:32:45.486Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.007s coverage: 42.9% of statements [2020-08-26T18:32:45.486Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-08-26T18:32:45.486Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-08-26T18:32:45.486Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.004s coverage: 100.0% of statements [2020-08-26T18:32:45.486Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-08-26T18:32:45.486Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.013s coverage: 83.8% of statements [2020-08-26T18:32:45.486Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-08-26T18:32:45.486Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.019s coverage: 46.1% of statements [2020-08-26T18:32:45.486Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-08-26T18:32:45.486Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-08-26T18:32:45.486Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.010s coverage: 100.0% of statements [2020-08-26T18:32:45.486Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-08-26T18:32:45.486Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-08-26T18:32:45.486Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-08-26T18:32:45.486Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.040s coverage: 100.0% of statements [2020-08-26T18:32:45.486Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-08-26T18:32:45.486Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.008s coverage: 100.0% of statements [2020-08-26T18:32:45.486Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-08-26T18:32:45.486Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.042s coverage: 29.1% of statements [2020-08-26T18:32:45.486Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-08-26T18:32:45.486Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-08-26T18:32:45.486Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-08-26T18:32:45.852Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-08-26T18:32:45.852Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-08-26T18:32:45.852Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.014s coverage: 99.0% of statements [2020-08-26T18:32:45.852Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-08-26T18:32:45.852Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.011s coverage: 100.0% of statements [2020-08-26T18:32:45.852Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-08-26T18:32:45.852Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.003s coverage: 0.0% of statements [2020-08-26T18:32:45.852Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-08-26T18:32:45.852Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.010s coverage: 100.0% of statements [2020-08-26T18:32:45.852Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-08-26T18:32:45.852Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-08-26T18:32:45.852Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-08-26T18:32:45.852Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-08-26T18:32:46.116Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.006s coverage: 87.9% of statements [2020-08-26T18:32:46.116Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-08-26T18:32:46.116Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-08-26T18:32:46.116Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.005s coverage: 100.0% of statements [2020-08-26T18:32:46.116Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.004s coverage: 32.1% of statements [2020-08-26T18:32:46.690Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.007s coverage: 100.0% of statements [2020-08-26T18:32:46.690Z] GO111MODULE=on go vet ./... [2020-08-26T18:32:53.316Z] gofmt -l . [2020-08-26T18:32:53.316Z] [ "`gofmt -l .`" = "" ] [2020-08-26T18:32:53.584Z] ./bin/test-go-mod-tidy.sh [2020-08-26T18:32:54.164Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-08-26T18:32:55.870Z] + ls -al . [2020-08-26T18:32:55.871Z] total 552 [2020-08-26T18:32:55.871Z] drwxrwxr-x 10 1001 1001 4096 Aug 26 18:32 . [2020-08-26T18:32:55.871Z] drwxr-xr-x 4 root root 28 Aug 26 18:32 .. [2020-08-26T18:32:55.871Z] -rw-rw-r-- 1 1001 1001 11 Aug 26 18:29 .dockerignore [2020-08-26T18:32:55.871Z] drwxrwxr-x 8 1001 1001 179 Aug 26 18:30 .git [2020-08-26T18:32:55.871Z] drwxrwxr-x 3 1001 1001 60 Aug 26 18:29 .github [2020-08-26T18:32:55.871Z] -rw-rw-r-- 1 1001 1001 932 Aug 26 18:29 .gitignore [2020-08-26T18:32:55.871Z] drwx------ 3 1001 1001 47 Aug 26 18:30 .semver [2020-08-26T18:32:55.871Z] -rw-rw-r-- 1 1001 1001 166 Aug 26 18:29 .sonarcloud.properties [2020-08-26T18:32:55.871Z] -rw-rw-r-- 1 1001 1001 3804 Aug 26 18:29 CONTRIBUTING.md [2020-08-26T18:32:55.871Z] -rw-rw-r-- 1 1001 1001 1035 Aug 26 18:29 Dockerfile.build [2020-08-26T18:32:55.871Z] -rw-rw-r-- 1 1001 1001 865 Aug 26 18:29 Jenkinsfile [2020-08-26T18:32:55.871Z] -rw-rw-r-- 1 1001 1001 10775 Aug 26 18:29 LICENSE [2020-08-26T18:32:55.871Z] -rw-rw-r-- 1 1001 1001 6237 Aug 26 18:29 Makefile [2020-08-26T18:32:55.871Z] -rw-rw-r-- 1 1001 1001 5652 Aug 26 18:29 README.md [2020-08-26T18:32:55.871Z] -rw-rw-r-- 1 1001 1001 259 Aug 26 18:29 SECURITY.md [2020-08-26T18:32:55.871Z] -rw-rw-r-- 1 1001 1001 5 Aug 26 18:30 VERSION [2020-08-26T18:32:55.871Z] -rw-rw-r-- 1 1001 1001 4131 Aug 26 18:29 ZMQWindows.md [2020-08-26T18:32:55.871Z] drwxrwxr-x 2 1001 1001 117 Aug 26 18:29 bin [2020-08-26T18:32:55.871Z] drwxrwxr-x 15 1001 1001 4096 Aug 26 18:29 cmd [2020-08-26T18:32:55.871Z] -rw-r--r-- 1 root root 458659 Aug 26 18:32 coverage.out [2020-08-26T18:32:55.871Z] -rw-r--r-- 1 root root 1019 Aug 26 18:32 go.mod [2020-08-26T18:32:55.871Z] -rw-r--r-- 1 root root 19185 Aug 26 18:32 go.sum [2020-08-26T18:32:55.871Z] drwxrwxr-x 8 1001 1001 127 Aug 26 18:30 internal [2020-08-26T18:32:55.871Z] drwxrwxr-x 4 1001 1001 26 Aug 26 18:30 openapi [2020-08-26T18:32:55.871Z] drwxrwxr-x 4 1001 1001 71 Aug 26 18:30 snap [2020-08-26T18:32:55.871Z] -rw-rw-r-- 1 1001 1001 168 Aug 26 18:30 version.go [Pipeline] sh [2020-08-26T18:32:56.187Z] + '[' -e coverage.out ] [2020-08-26T18:32:56.187Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-08-26T18:32:56.304Z] Stashed 1 file(s) [Pipeline] sh [2020-08-26T18:32:56.610Z] + make build [2020-08-26T18:32:56.610Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-08-26T18:33:03.270Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-08-26T18:33:05.819Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-08-26T18:33:07.737Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-08-26T18:33:09.131Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-08-26T18:33:11.057Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-08-26T18:33:12.972Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-08-26T18:33:14.895Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-08-26T18:33:16.284Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-08-26T18:33:17.673Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-08-26T18:33:19.066Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-08-26T18:33:20.450Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-08-26T18:33:21.860Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [Pipeline] } [2020-08-26T18:33:22.865Z] $ docker stop --time=1 02e9264d4b563ccaa597832d719c808610946dcf4fb47c3a284894704f177f87 [2020-08-26T18:33:24.441Z] $ docker rm -f 02e9264d4b563ccaa597832d719c808610946dcf4fb47c3a284894704f177f87 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-26T18:33:27.790Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-26T18:33:27.790Z] [2020-08-26T18:33:27.790Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-08-26T18:33:28.188Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-26T18:33:28.188Z] latest: Pulling from edgex-devops/edgex-compose [2020-08-26T18:33:28.188Z] cbdbe7a5bc2a: Pulling fs layer [2020-08-26T18:33:28.188Z] ca9280d653b3: Pulling fs layer [2020-08-26T18:33:28.188Z] 7e9c9ca2126c: Pulling fs layer [2020-08-26T18:33:28.188Z] cbdbe7a5bc2a: Verifying Checksum [2020-08-26T18:33:28.188Z] cbdbe7a5bc2a: Download complete [2020-08-26T18:33:28.455Z] ca9280d653b3: Verifying Checksum [2020-08-26T18:33:28.455Z] ca9280d653b3: Download complete [2020-08-26T18:33:28.455Z] cbdbe7a5bc2a: Pull complete [2020-08-26T18:33:29.034Z] 7e9c9ca2126c: Download complete [2020-08-26T18:33:29.611Z] ca9280d653b3: Pull complete [2020-08-26T18:33:34.913Z] 7e9c9ca2126c: Pull complete [2020-08-26T18:33:34.913Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-08-26T18:33:34.913Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-26T18:33:34.913Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-08-26T18:33:35.117Z] prd-centos7-docker-4c-2g-409 does not seem to be running inside a container [2020-08-26T18:33:35.160Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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-08-26T18:33:38.145Z] $ docker top e33b745add1d78cf2b1afc50e93a5acd4de376bbaca98c08d1db5dd9c93a4fbc -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-26T18:33:38.669Z] + docker-compose build --help [2020-08-26T18:33:38.669Z] + grep parallel [2020-08-26T18:33:39.611Z] --parallel Build images in parallel. [Pipeline] } [2020-08-26T18:33:39.638Z] $ docker stop --time=1 e33b745add1d78cf2b1afc50e93a5acd4de376bbaca98c08d1db5dd9c93a4fbc [2020-08-26T18:33:41.020Z] $ docker rm -f e33b745add1d78cf2b1afc50e93a5acd4de376bbaca98c08d1db5dd9c93a4fbc [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-26T18:33:42.366Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-26T18:33:42.366Z] . [Pipeline] withDockerContainer [2020-08-26T18:33:42.478Z] prd-centos7-docker-4c-2g-409 does not seem to be running inside a container [2020-08-26T18:33:42.523Z] $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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-08-26T18:33:43.112Z] $ docker top 882c497271851a611d5bd862e742b5edcf96be0d3243a91a02d1bae82a523e9c -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-26T18:33:43.637Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-08-26T18:33:44.582Z] Building docker-core-command-go ... [2020-08-26T18:33:44.582Z] Building docker-core-data-go ... [2020-08-26T18:33:44.582Z] Building docker-core-metadata-go ... [2020-08-26T18:33:44.582Z] Building docker-security-proxy-setup-go ... [2020-08-26T18:33:44.582Z] Building docker-security-secrets-setup-go ... [2020-08-26T18:33:44.582Z] Building docker-security-secretstore-setup-go ... [2020-08-26T18:33:44.582Z] Building docker-support-logging-go ... [2020-08-26T18:33:44.582Z] Building docker-support-notifications-go ... [2020-08-26T18:33:44.582Z] Building docker-support-scheduler-go ... [2020-08-26T18:33:44.582Z] Building docker-sys-mgmt-agent-go ... [2020-08-26T18:33:44.582Z] Building docker-support-scheduler-go [2020-08-26T18:33:44.582Z] Building docker-core-command-go [2020-08-26T18:33:44.582Z] Building docker-security-proxy-setup-go [2020-08-26T18:33:44.582Z] Building docker-support-logging-go [2020-08-26T18:33:44.582Z] Building docker-security-secretstore-setup-go [2020-08-26T18:33:49.709Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-410 in /w/workspace/edgexfoundry_edgex-go_PR-2673 [Pipeline] { [Pipeline] ws [2020-08-26T18:33:49.854Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2020-08-26T18:33:54.571Z] using credential edgex-jenkins-ssh [2020-08-26T18:33:54.627Z] Cloning the remote Git repository [2020-08-26T18:33:54.627Z] Cloning with configured refspecs honoured and without tags [2020-08-26T18:33:54.699Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-08-26T18:33:54.831Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2020-08-26T18:33:54.899Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-08-26T18:33:54.899Z] > git --version # timeout=10 [2020-08-26T18:33:54.921Z] > git --version # 'git version 2.17.1' [2020-08-26T18:33:54.923Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-26T18:33:55.009Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2673/head:refs/remotes/origin/PR-2673 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-26T18:34:14.085Z] Fetching without tags [2020-08-26T18:34:13.938Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-08-26T18:34:13.956Z] > git config --add remote.origin.fetch +refs/pull/2673/head:refs/remotes/origin/PR-2673 # timeout=10 [2020-08-26T18:34:13.972Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-26T18:34:14.037Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-08-26T18:34:14.097Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-08-26T18:34:14.097Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-26T18:34:14.119Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2673/head:refs/remotes/origin/PR-2673 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-26T18:34:14.632Z] Merging remotes/origin/master commit 3555043a6994042684a9c8b6423498381cadcc6f into PR head commit b4bfd58027c81c708385082aa5fd62a8126638b5 [2020-08-26T18:34:15.042Z] Merge succeeded, producing b4bfd58027c81c708385082aa5fd62a8126638b5 [2020-08-26T18:34:15.042Z] Checking out Revision b4bfd58027c81c708385082aa5fd62a8126638b5 (PR-2673) [2020-08-26T18:34:14.652Z] > git config core.sparsecheckout # timeout=10 [2020-08-26T18:34:14.685Z] > git checkout -f b4bfd58027c81c708385082aa5fd62a8126638b5 # timeout=10 [2020-08-26T18:34:14.956Z] > git remote # timeout=10 [2020-08-26T18:34:14.981Z] > git config --get remote.origin.url # timeout=10 [2020-08-26T18:34:14.998Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-26T18:34:15.011Z] > git merge 3555043a6994042684a9c8b6423498381cadcc6f # timeout=10 [2020-08-26T18:34:15.032Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-08-26T18:34:15.050Z] > git config core.sparsecheckout # timeout=10 [2020-08-26T18:34:15.066Z] > git checkout -f b4bfd58027c81c708385082aa5fd62a8126638b5 # timeout=10 [2020-08-26T18:34:16.983Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-26T18:34:16.983Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-26T18:34:16.983Z] ---> 25822bd0f932 [2020-08-26T18:34:16.983Z] Step 3/21 : WORKDIR /edgex-go [2020-08-26T18:34:16.983Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-26T18:34:16.983Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-08-26T18:34:16.983Z] ---> 25822bd0f932 [2020-08-26T18:34:16.983Z] Step 3/26 : WORKDIR /edgex-go [2020-08-26T18:34:16.983Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-26T18:34:16.983Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-08-26T18:34:16.983Z] ---> 25822bd0f932 [2020-08-26T18:34:16.983Z] Step 3/20 : WORKDIR /edgex-go [2020-08-26T18:34:16.983Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-26T18:34:16.983Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-08-26T18:34:16.983Z] ---> 25822bd0f932 [2020-08-26T18:34:16.983Z] Step 3/22 : WORKDIR /edgex-go [2020-08-26T18:34:16.983Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-26T18:34:16.983Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-08-26T18:34:16.983Z] ---> 25822bd0f932 [2020-08-26T18:34:16.983Z] Step 3/22 : WORKDIR /edgex-go [2020-08-26T18:34:16.983Z] ---> Running in e16dd8fc92d6 [2020-08-26T18:34:16.983Z] ---> Running in cf1e9d76cca9 [2020-08-26T18:34:16.983Z] ---> Running in 9cc9608dbd9e [2020-08-26T18:34:16.983Z] ---> Running in 72a8fe7b74f8 [2020-08-26T18:34:16.983Z] ---> Running in 4782147768cf [2020-08-26T18:34:16.983Z] Removing intermediate container 72a8fe7b74f8 [2020-08-26T18:34:16.983Z] ---> 2e2b3f5d7d0d [2020-08-26T18:34:16.983Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-26T18:34:16.983Z] Removing intermediate container 9cc9608dbd9e [2020-08-26T18:34:16.983Z] ---> e66f0be6f75b [2020-08-26T18:34:16.983Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-26T18:34:16.983Z] Removing intermediate container cf1e9d76cca9 [2020-08-26T18:34:16.983Z] ---> 05a5bcd717ab [2020-08-26T18:34:16.983Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-26T18:34:16.983Z] Removing intermediate container e16dd8fc92d6 [2020-08-26T18:34:16.983Z] ---> 213c1076101b [2020-08-26T18:34:16.983Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-26T18:34:16.983Z] Removing intermediate container 4782147768cf [2020-08-26T18:34:16.983Z] ---> 68eccf82f0f3 [2020-08-26T18:34:16.983Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-26T18:34:16.983Z] ---> Running in 8645601b3a5e [2020-08-26T18:34:16.983Z] ---> Running in 915485f781b9 [2020-08-26T18:34:16.983Z] ---> Running in 8ef2d4d1dfbd [2020-08-26T18:34:16.983Z] ---> Running in 59120abe167f [2020-08-26T18:34:16.983Z] ---> Running in ad3e1f21561a [2020-08-26T18:34:16.983Z] Removing intermediate container 915485f781b9 [2020-08-26T18:34:16.983Z] ---> 4236ce558ab0 [2020-08-26T18:34:16.983Z] Step 5/20 : RUN apk update && apk add make git [2020-08-26T18:34:16.983Z] ---> Running in a6e79277077e [2020-08-26T18:34:16.983Z] Removing intermediate container 8645601b3a5e [2020-08-26T18:34:16.983Z] ---> ee330a92f7ea [2020-08-26T18:34:16.983Z] Step 5/21 : RUN apk update && apk add make git [2020-08-26T18:34:16.983Z] Removing intermediate container 8ef2d4d1dfbd [2020-08-26T18:34:16.983Z] ---> 7378e532bb07 [2020-08-26T18:34:16.983Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-08-26T18:34:16.983Z] ---> Running in df8d2b7da512 [2020-08-26T18:34:16.983Z] ---> Running in 1072f2760342 [2020-08-26T18:34:16.983Z] Removing intermediate container 59120abe167f [2020-08-26T18:34:16.983Z] ---> b16d3b2bcc92 [2020-08-26T18:34:16.983Z] Step 5/26 : RUN apk update && apk add make git [2020-08-26T18:34:16.983Z] Removing intermediate container ad3e1f21561a [2020-08-26T18:34:16.983Z] ---> cc2151e71d41 [2020-08-26T18:34:16.983Z] Step 5/22 : RUN apk update && apk add make git [2020-08-26T18:34:16.983Z] ---> Running in d00923ff22e0 [2020-08-26T18:34:16.983Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-26T18:34:16.983Z] ---> Running in 86c5766a5039 [2020-08-26T18:34:17.566Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-26T18:34:17.828Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-26T18:34:17.828Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-26T18:34:17.828Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-26T18:34:18.088Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-26T18:34:18.660Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-26T18:34:18.923Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-26T18:34:18.923Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-26T18:34:18.923Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-26T18:34:19.185Z] v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-26T18:34:19.185Z] v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-26T18:34:19.185Z] OK: 12746 distinct packages available [2020-08-26T18:34:19.312Z] Commit message: "Adding vault config default env var and allowing setting VAULT_LOCAL_CONFIG" [2020-08-26T18:34:19.363Z] > git --version # timeout=10 [2020-08-26T18:34:19.374Z] > git --version # 'git version 2.17.1' [2020-08-26T18:34:19.383Z] fatal: bad object aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [2020-08-26T18:34:19.451Z] OK: 233 MiB in 51 packages [2020-08-26T18:34:19.716Z] v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-26T18:34:19.716Z] v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-26T18:34:19.716Z] OK: 12746 distinct packages available [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [2020-08-26T18:34:19.994Z] Removing intermediate container a6e79277077e [2020-08-26T18:34:19.994Z] ---> e211be23555a [2020-08-26T18:34:19.994Z] Step 6/20 : COPY go.mod . [2020-08-26T18:34:19.994Z] OK: 233 MiB in 51 packages [2020-08-26T18:34:19.994Z] v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-26T18:34:19.994Z] v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-26T18:34:19.994Z] OK: 12746 distinct packages available [2020-08-26T18:34:19.994Z] ---> 5343681e1cd2 [2020-08-26T18:34:19.994Z] Step 7/20 : RUN go mod download [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [2020-08-26T18:34:20.259Z] v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-26T18:34:20.259Z] v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-26T18:34:20.259Z] OK: 12746 distinct packages available [2020-08-26T18:34:20.259Z] ---> Running in 41f3b067e141 [2020-08-26T18:34:20.259Z] v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-26T18:34:20.259Z] v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-26T18:34:20.259Z] OK: 12746 distinct packages available [2020-08-26T18:34:20.259Z] OK: 233 MiB in 51 packages [2020-08-26T18:34:20.526Z] OK: 233 MiB in 51 packages [2020-08-26T18:34:20.526Z] OK: 233 MiB in 51 packages [2020-08-26T18:34:20.526Z] Removing intermediate container df8d2b7da512 [2020-08-26T18:34:20.526Z] ---> bbdf93e4bfb1 [2020-08-26T18:34:20.526Z] Step 6/21 : COPY go.mod . [2020-08-26T18:34:20.791Z] OK: 233 MiB in 51 packages [2020-08-26T18:34:21.058Z] ---> bb2c67945500 [2020-08-26T18:34:21.058Z] Step 7/21 : RUN go mod download [2020-08-26T18:34:21.058Z] Removing intermediate container 86c5766a5039 [2020-08-26T18:34:21.058Z] ---> 091075c8f31f [2020-08-26T18:34:21.058Z] Step 6/22 : COPY go.mod . [2020-08-26T18:34:21.319Z] ---> Running in 065a88ac55a8 [2020-08-26T18:34:21.319Z] Removing intermediate container d00923ff22e0 [2020-08-26T18:34:21.319Z] ---> 7fe5bb3955da [2020-08-26T18:34:21.319Z] Step 6/26 : COPY go.mod . [2020-08-26T18:34:21.588Z] ---> 3fb07fc88c94 [2020-08-26T18:34:21.588Z] Step 7/22 : RUN go mod download [2020-08-26T18:34:21.588Z] Removing intermediate container 1072f2760342 [2020-08-26T18:34:21.588Z] ---> 28194e24e17b [2020-08-26T18:34:21.588Z] Step 6/22 : COPY go.mod . [2020-08-26T18:34:21.588Z] ---> 831808510eea [2020-08-26T18:34:21.588Z] Step 7/26 : RUN go mod download [2020-08-26T18:34:21.858Z] ---> Running in a9f963b392c4 [2020-08-26T18:34:21.858Z] ---> Running in 2ddd2c7b8c23 [2020-08-26T18:34:22.119Z] ---> 65ae82b90317 [2020-08-26T18:34:22.119Z] Step 7/22 : RUN go mod download [2020-08-26T18:34:22.386Z] ---> Running in 08d17ee61011 [2020-08-26T18:34:22.968Z] Removing intermediate container 41f3b067e141 [2020-08-26T18:34:22.968Z] ---> a9b65c068df4 [2020-08-26T18:34:22.968Z] Step 8/20 : COPY . . [2020-08-26T18:34:22.968Z] Removing intermediate container 065a88ac55a8 [2020-08-26T18:34:22.968Z] ---> 501b367acdc2 [2020-08-26T18:34:22.968Z] Step 8/21 : COPY . . [2020-08-26T18:34:28.306Z] Removing intermediate container a9f963b392c4 [2020-08-26T18:34:28.306Z] ---> 46f4c6e8d8db [2020-08-26T18:34:28.306Z] Step 8/22 : COPY . . [Pipeline] echo [2020-08-26T18:34:31.489Z] ========================================================= [2020-08-26T18:34:31.489Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-08-26T18:34:31.489Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-08-26T18:34:32.416Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . [2020-08-26T18:34:36.734Z] Sending build context to Docker daemon 323.1MB [2020-08-26T18:34:36.734Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-08-26T18:34:36.734Z] Step 2/7 : FROM ${BASE} [2020-08-26T18:34:36.734Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-08-26T18:34:36.734Z] b538f80385f9: Pulling fs layer [2020-08-26T18:34:36.734Z] 74f711af9a0d: Pulling fs layer [2020-08-26T18:34:36.734Z] 99f96fe45779: Pulling fs layer [2020-08-26T18:34:36.734Z] fd7a069fd194: Pulling fs layer [2020-08-26T18:34:36.734Z] 66aa3694b03b: Pulling fs layer [2020-08-26T18:34:36.734Z] 170f70906a0f: Pulling fs layer [2020-08-26T18:34:36.734Z] ad7c5574e4b9: Pulling fs layer [2020-08-26T18:34:36.734Z] e772456be8f7: Pulling fs layer [2020-08-26T18:34:36.734Z] c890913d741a: Pulling fs layer [2020-08-26T18:34:36.734Z] 2480fcc9aa5a: Pulling fs layer [2020-08-26T18:34:36.734Z] 09adf4765672: Pulling fs layer [2020-08-26T18:34:36.734Z] 170f70906a0f: Waiting [2020-08-26T18:34:36.734Z] ad7c5574e4b9: Waiting [2020-08-26T18:34:36.734Z] c890913d741a: Waiting [2020-08-26T18:34:36.734Z] 09adf4765672: Waiting [2020-08-26T18:34:36.734Z] 2480fcc9aa5a: Waiting [2020-08-26T18:34:36.734Z] fd7a069fd194: Waiting [2020-08-26T18:34:36.734Z] 66aa3694b03b: Waiting [2020-08-26T18:34:36.734Z] 99f96fe45779: Download complete [2020-08-26T18:34:36.734Z] 74f711af9a0d: Download complete [2020-08-26T18:34:36.734Z] 66aa3694b03b: Verifying Checksum [2020-08-26T18:34:36.734Z] 66aa3694b03b: Download complete [2020-08-26T18:34:36.734Z] 170f70906a0f: Download complete [2020-08-26T18:34:36.734Z] b538f80385f9: Verifying Checksum [2020-08-26T18:34:36.734Z] b538f80385f9: Download complete [2020-08-26T18:34:36.807Z] Removing intermediate container 2ddd2c7b8c23 [2020-08-26T18:34:36.807Z] ---> 05c9ce79f1b2 [2020-08-26T18:34:36.807Z] Step 8/26 : COPY . . [2020-08-26T18:34:37.719Z] b538f80385f9: Pull complete [2020-08-26T18:34:38.323Z] 74f711af9a0d: Pull complete [2020-08-26T18:34:38.599Z] 99f96fe45779: Pull complete [2020-08-26T18:34:39.358Z] Removing intermediate container 08d17ee61011 [2020-08-26T18:34:39.358Z] ---> 5e29118459f3 [2020-08-26T18:34:39.358Z] Step 8/22 : COPY . . [2020-08-26T18:34:40.027Z] ad7c5574e4b9: Verifying Checksum [2020-08-26T18:34:40.027Z] ad7c5574e4b9: Download complete [2020-08-26T18:34:40.299Z] c890913d741a: Download complete [2020-08-26T18:34:41.725Z] e772456be8f7: Verifying Checksum [2020-08-26T18:34:41.725Z] e772456be8f7: Download complete [2020-08-26T18:34:41.725Z] 09adf4765672: Verifying Checksum [2020-08-26T18:34:41.725Z] 09adf4765672: Download complete [2020-08-26T18:34:42.319Z] 2480fcc9aa5a: Verifying Checksum [2020-08-26T18:34:42.319Z] 2480fcc9aa5a: Download complete [2020-08-26T18:34:42.590Z] fd7a069fd194: Download complete [2020-08-26T18:34:54.980Z] fd7a069fd194: Pull complete [2020-08-26T18:34:54.980Z] 66aa3694b03b: Pull complete [2020-08-26T18:34:54.980Z] 170f70906a0f: Pull complete [2020-08-26T18:34:57.548Z] ---> 1dc769cd0c8d [2020-08-26T18:34:57.548Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-08-26T18:34:57.548Z] ---> 912e7d86081f [2020-08-26T18:34:57.548Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-08-26T18:34:58.369Z] ad7c5574e4b9: Pull complete [2020-08-26T18:35:00.883Z] ---> Running in 938818f85213 [2020-08-26T18:35:00.883Z] ---> Running in 10a175180c5f [2020-08-26T18:35:02.677Z] e772456be8f7: Pull complete [2020-08-26T18:35:02.677Z] c890913d741a: Pull complete [2020-08-26T18:35:02.886Z] ---> 2600fc8a1035 [2020-08-26T18:35:02.886Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-08-26T18:35:03.831Z] ---> Running in 75f8d8254e44 [2020-08-26T18:35:04.654Z] 2480fcc9aa5a: Pull complete [2020-08-26T18:35:04.787Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-08-26T18:35:04.787Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-08-26T18:35:04.787Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-08-26T18:35:04.927Z] 09adf4765672: Pull complete [2020-08-26T18:35:04.927Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-08-26T18:35:04.927Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-08-26T18:35:04.927Z] ---> 2248a725d1cf [2020-08-26T18:35:04.927Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-08-26T18:35:05.739Z] ---> 5543f513e94b [2020-08-26T18:35:05.739Z] Step 9/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup cmd/security-secretstore-read/security-secretstore-read [2020-08-26T18:35:06.001Z] ---> 12f8f14ce870 [2020-08-26T18:35:06.001Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-08-26T18:35:06.001Z] ---> Running in 8c0ed65ef636 [2020-08-26T18:35:06.001Z] ---> Running in 206eb60af708 [2020-08-26T18:35:06.968Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-08-26T18:35:06.968Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-08-26T18:35:11.710Z] ---> Running in 2a22c7c76dff [2020-08-26T18:35:12.343Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-26T18:35:13.416Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-26T18:35:15.571Z] (1/12) Installing libmagic (5.38-r0) [2020-08-26T18:35:16.211Z] (2/12) Installing file (5.38-r0) [2020-08-26T18:35:16.211Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-08-26T18:35:16.502Z] (4/12) Installing g++ (9.3.0-r2) [2020-08-26T18:35:31.719Z] (5/12) Installing fortify-headers (1.1-r0) [2020-08-26T18:35:31.719Z] (6/12) Installing patch (2.7.6-r6) [2020-08-26T18:35:31.719Z] (7/12) Installing build-base (0.5-r2) [2020-08-26T18:35:31.719Z] (8/12) Installing libsodium (1.0.18-r0) [2020-08-26T18:35:31.719Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-08-26T18:35:31.719Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-08-26T18:35:31.719Z] (11/12) Installing libzmq (4.3.2-r0) [2020-08-26T18:35:31.719Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-08-26T18:35:31.719Z] Executing busybox-1.31.1-r16.trigger [2020-08-26T18:35:31.719Z] OK: 217 MiB in 51 packages [2020-08-26T18:35:33.818Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-08-26T18:35:33.818Z] Removing intermediate container 10a175180c5f [2020-08-26T18:35:33.818Z] ---> 9897fa02675a [2020-08-26T18:35:33.818Z] [2020-08-26T18:35:33.818Z] Step 10/20 : FROM alpine [2020-08-26T18:35:33.818Z] latest: Pulling from library/alpine [2020-08-26T18:35:33.818Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-08-26T18:35:33.818Z] Status: Downloaded newer image for alpine:latest [2020-08-26T18:35:33.818Z] ---> a24bb4013296 [2020-08-26T18:35:33.818Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-08-26T18:35:33.818Z] ---> Running in b05fa961eafd [2020-08-26T18:35:35.838Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-26T18:35:35.838Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-26T18:35:35.838Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-08-26T18:35:35.838Z] v3.12.0-263-gf2a2ffc32b [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-26T18:35:35.838Z] v3.12.0-259-g31aac9de85 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-26T18:35:35.838Z] OK: 12746 distinct packages available [2020-08-26T18:35:36.152Z] (1/4) Installing ca-certificates (20191127-r4) [2020-08-26T18:35:36.152Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-08-26T18:35:36.152Z] (3/4) Installing libcurl (7.69.1-r0) [2020-08-26T18:35:36.152Z] (4/4) Installing curl (7.69.1-r0) [2020-08-26T18:35:36.152Z] Executing busybox-1.31.1-r16.trigger [2020-08-26T18:35:36.152Z] Executing ca-certificates-20191127-r4.trigger [2020-08-26T18:35:36.152Z] OK: 7 MiB in 18 packages [2020-08-26T18:35:36.241Z] Removing intermediate container 2a22c7c76dff [2020-08-26T18:35:36.241Z] ---> c0d10c045738 [2020-08-26T18:35:36.241Z] Step 4/7 : WORKDIR /edgex-go [2020-08-26T18:35:36.241Z] ---> Running in 59fe4ac334b4 [2020-08-26T18:35:36.241Z] Removing intermediate container 59fe4ac334b4 [2020-08-26T18:35:36.241Z] ---> 5b81ebd170b6 [2020-08-26T18:35:36.241Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-08-26T18:35:36.543Z] latest: Pulling from library/docker [2020-08-26T18:35:36.843Z] b538f80385f9: Already exists [2020-08-26T18:35:36.843Z] 259a493cd78d: Pulling fs layer [2020-08-26T18:35:36.843Z] b8e66b5100f5: Pulling fs layer [2020-08-26T18:35:36.843Z] 39dc9c94d07c: Pulling fs layer [2020-08-26T18:35:36.843Z] 551b823b3b82: Pulling fs layer [2020-08-26T18:35:36.843Z] 3c52a74df98c: Pulling fs layer [2020-08-26T18:35:36.843Z] 6c9b121b6998: Pulling fs layer [2020-08-26T18:35:36.843Z] 551b823b3b82: Waiting [2020-08-26T18:35:36.843Z] 3c52a74df98c: Waiting [2020-08-26T18:35:36.843Z] 6c9b121b6998: Waiting [2020-08-26T18:35:36.843Z] b8e66b5100f5: Download complete [2020-08-26T18:35:37.170Z] 259a493cd78d: Verifying Checksum [2020-08-26T18:35:37.170Z] 259a493cd78d: Download complete [2020-08-26T18:35:37.170Z] 3c52a74df98c: Verifying Checksum [2020-08-26T18:35:37.170Z] 3c52a74df98c: Download complete [2020-08-26T18:35:37.170Z] 551b823b3b82: Verifying Checksum [2020-08-26T18:35:37.170Z] 551b823b3b82: Download complete [2020-08-26T18:35:37.524Z] 6c9b121b6998: Verifying Checksum [2020-08-26T18:35:37.524Z] 6c9b121b6998: Download complete [2020-08-26T18:35:37.799Z] 259a493cd78d: Pull complete [2020-08-26T18:35:38.076Z] b8e66b5100f5: Pull complete [2020-08-26T18:35:38.671Z] 39dc9c94d07c: Verifying Checksum [2020-08-26T18:35:38.671Z] 39dc9c94d07c: Download complete [2020-08-26T18:35:40.477Z] Removing intermediate container 206eb60af708 [2020-08-26T18:35:40.477Z] ---> 314c79438a85 [2020-08-26T18:35:40.477Z] [2020-08-26T18:35:40.478Z] Step 10/22 : FROM scratch [2020-08-26T18:35:40.478Z] ---> [2020-08-26T18:35:40.478Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-26T18:35:40.478Z] Removing intermediate container 75f8d8254e44 [2020-08-26T18:35:40.478Z] ---> 4cc48d6c9b75 [2020-08-26T18:35:40.478Z] [2020-08-26T18:35:40.478Z] Step 10/22 : FROM scratch [2020-08-26T18:35:40.478Z] ---> [2020-08-26T18:35:40.478Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-26T18:35:41.339Z] 39dc9c94d07c: Pull complete [2020-08-26T18:35:41.942Z] ---> Running in fa09430c7d41 [2020-08-26T18:35:41.992Z] 551b823b3b82: Pull complete [2020-08-26T18:35:42.305Z] 3c52a74df98c: Pull complete [2020-08-26T18:35:42.611Z] 6c9b121b6998: Pull complete [2020-08-26T18:35:42.611Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-08-26T18:35:42.611Z] Status: Downloaded newer image for docker:latest [2020-08-26T18:35:43.986Z] Removing intermediate container b05fa961eafd [2020-08-26T18:35:43.986Z] ---> a2b8c6efde3f [2020-08-26T18:35:43.986Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-26T18:35:44.270Z] ---> Running in e4fc341877f2 [2020-08-26T18:35:44.884Z] Removing intermediate container fa09430c7d41 [2020-08-26T18:35:44.884Z] ---> e05b6a772848 [2020-08-26T18:35:44.884Z] Step 12/22 : ENV APP_PORT=48061 [2020-08-26T18:35:44.884Z] ---> Running in d9de7e3b41c2 [2020-08-26T18:35:45.201Z] Removing intermediate container 938818f85213 [2020-08-26T18:35:45.201Z] ---> dcdaf4c5488d [2020-08-26T18:35:45.201Z] [2020-08-26T18:35:45.201Z] Step 10/21 : FROM scratch [2020-08-26T18:35:45.201Z] ---> [2020-08-26T18:35:45.201Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-26T18:35:45.201Z] ---> Using cache [2020-08-26T18:35:45.201Z] ---> 6dc7e362f989 [2020-08-26T18:35:45.201Z] Step 12/21 : ENV APP_PORT=48085 [2020-08-26T18:35:45.201Z] ---> Running in 91b06ac49f47 [2020-08-26T18:35:45.201Z] Removing intermediate container 8c0ed65ef636 [2020-08-26T18:35:45.201Z] ---> d287bb5b5e08 [2020-08-26T18:35:45.201Z] [2020-08-26T18:35:45.201Z] Step 10/26 : FROM alpine:3.10 [2020-08-26T18:35:45.201Z] Removing intermediate container e4fc341877f2 [2020-08-26T18:35:45.201Z] ---> 6dc7e362f989 [2020-08-26T18:35:45.201Z] Step 12/22 : ENV APP_PORT=48082 [2020-08-26T18:35:45.201Z] ---> Running in afb2c4d09ad7 [2020-08-26T18:35:45.201Z] ---> Running in ab444d8779e5 [2020-08-26T18:35:45.560Z] Removing intermediate container d9de7e3b41c2 [2020-08-26T18:35:45.560Z] ---> db98375f7edc [2020-08-26T18:35:45.560Z] Step 13/20 : WORKDIR /edgex [2020-08-26T18:35:45.560Z] Removing intermediate container 91b06ac49f47 [2020-08-26T18:35:45.560Z] ---> e196f9205b5a [2020-08-26T18:35:45.560Z] Step 13/22 : EXPOSE $APP_PORT [2020-08-26T18:35:45.560Z] ---> Running in a79886fdcf10 [2020-08-26T18:35:45.560Z] ---> Running in e201c0f35903 [2020-08-26T18:35:45.560Z] 3.10: Pulling from library/alpine [2020-08-26T18:35:45.560Z] Removing intermediate container afb2c4d09ad7 [2020-08-26T18:35:45.560Z] ---> 019cce5646f2 [2020-08-26T18:35:45.560Z] Step 13/22 : EXPOSE $APP_PORT [2020-08-26T18:35:45.560Z] Removing intermediate container ab444d8779e5 [2020-08-26T18:35:45.560Z] ---> 11faf9890c24 [2020-08-26T18:35:45.560Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-26T18:35:45.835Z] ---> Running in 42ff62ae6763 [2020-08-26T18:35:45.835Z] ---> Running in 6117dac66999 [2020-08-26T18:35:45.835Z] Removing intermediate container e201c0f35903 [2020-08-26T18:35:45.835Z] ---> b3400683ed62 [2020-08-26T18:35:45.835Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-08-26T18:35:45.835Z] Removing intermediate container a79886fdcf10 [2020-08-26T18:35:45.835Z] ---> 1b2afe69f6b3 [2020-08-26T18:35:45.835Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-08-26T18:35:46.111Z] Removing intermediate container 6117dac66999 [2020-08-26T18:35:46.111Z] ---> bebe357d5184 [2020-08-26T18:35:46.111Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-08-26T18:35:46.111Z] Removing intermediate container 42ff62ae6763 [2020-08-26T18:35:46.111Z] ---> d97dde3553dc [2020-08-26T18:35:46.111Z] Step 14/22 : WORKDIR / [2020-08-26T18:35:46.395Z] ---> Running in 020e41f850d5 [2020-08-26T18:35:46.395Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-08-26T18:35:46.395Z] ---> efbbc9fb70eb [2020-08-26T18:35:46.395Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-08-26T18:35:46.418Z] ---> 910bff0a532d [2020-08-26T18:35:46.418Z] Step 6/7 : COPY go.mod . [2020-08-26T18:35:46.418Z] ---> c1838d2b9ae0 [2020-08-26T18:35:46.418Z] Step 7/7 : RUN go mod download [2020-08-26T18:35:46.697Z] Status: Downloaded newer image for alpine:3.10 [2020-08-26T18:35:46.698Z] ---> be4e4bea2c2e [2020-08-26T18:35:46.698Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-08-26T18:35:46.698Z] ---> 8a93a4077e59 [2020-08-26T18:35:46.698Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-08-26T18:35:46.698Z] ---> eec265271772 [2020-08-26T18:35:46.698Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-08-26T18:35:46.698Z] ---> Running in b27582631f42 [2020-08-26T18:35:46.738Z] ---> Running in 84ac7ca1684d [2020-08-26T18:35:47.009Z] Removing intermediate container 020e41f850d5 [2020-08-26T18:35:47.009Z] ---> 043eb2c26238 [2020-08-26T18:35:47.009Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-08-26T18:35:47.009Z] ---> 5848abcbde23 [2020-08-26T18:35:47.009Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-08-26T18:35:47.288Z] ---> 156bc975d3ce [2020-08-26T18:35:47.288Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-08-26T18:35:47.288Z] ---> 9bf3771ea6b9 [2020-08-26T18:35:47.288Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-08-26T18:35:47.589Z] ---> bd55142d87a3 [2020-08-26T18:35:47.589Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-08-26T18:35:47.589Z] ---> Running in 9c10532ddd89 [2020-08-26T18:35:47.589Z] ---> e4b5fee0c5d7 [2020-08-26T18:35:47.589Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-08-26T18:35:47.883Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-08-26T18:35:47.883Z] Removing intermediate container 9c10532ddd89 [2020-08-26T18:35:47.883Z] ---> 682113202556 [2020-08-26T18:35:47.883Z] Step 17/20 : CMD ["--init=true"] [2020-08-26T18:35:47.883Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-08-26T18:35:48.627Z] v3.10.5-78-g117b307f50 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-08-26T18:35:48.627Z] v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-08-26T18:35:48.627Z] OK: 10346 distinct packages available [2020-08-26T18:35:48.627Z] (1/5) Installing ca-certificates (20191127-r2) [2020-08-26T18:35:48.627Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-08-26T18:35:48.627Z] (3/5) Installing libcurl (7.66.0-r0) [2020-08-26T18:35:48.627Z] (4/5) Installing curl (7.66.0-r0) [2020-08-26T18:35:48.627Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-08-26T18:35:48.627Z] Executing busybox-1.30.1-r3.trigger [2020-08-26T18:35:48.908Z] Executing ca-certificates-20191127-r2.trigger [2020-08-26T18:35:48.908Z] OK: 7 MiB in 19 packages [2020-08-26T18:35:49.514Z] ---> 21f974f51dd9 [2020-08-26T18:35:49.514Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-08-26T18:35:49.514Z] ---> Running in abf8ae41bc31 [2020-08-26T18:35:49.514Z] ---> e048c801cd9e [2020-08-26T18:35:49.514Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-08-26T18:35:49.514Z] ---> 9b956960555c [2020-08-26T18:35:49.514Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-08-26T18:35:49.781Z] ---> Running in 17a440321670 [2020-08-26T18:35:49.781Z] ---> Running in 2ff047341760 [2020-08-26T18:35:49.781Z] Removing intermediate container abf8ae41bc31 [2020-08-26T18:35:49.781Z] ---> 9e557214f412 [2020-08-26T18:35:49.781Z] Step 18/20 : LABEL arch=x86_64 [2020-08-26T18:35:50.374Z] ---> Running in 442105de7822 [2020-08-26T18:35:50.374Z] Removing intermediate container 17a440321670 [2020-08-26T18:35:50.374Z] ---> 62c6db11ec7d [2020-08-26T18:35:50.374Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-26T18:35:50.374Z] ---> 729897d38d38 [2020-08-26T18:35:50.374Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-08-26T18:35:50.668Z] Removing intermediate container 2ff047341760 [2020-08-26T18:35:50.668Z] ---> ae64a612d509 [2020-08-26T18:35:50.668Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-26T18:35:50.668Z] Removing intermediate container b27582631f42 [2020-08-26T18:35:50.668Z] ---> bb8f6e39da70 [2020-08-26T18:35:50.668Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-26T18:35:50.668Z] ---> Running in a3175374ca01 [2020-08-26T18:35:50.961Z] ---> Running in 1341479d5e98 [2020-08-26T18:35:50.961Z] ---> Running in e2f5df6f7575 [2020-08-26T18:35:50.961Z] ---> Running in 772b3a628e6a [2020-08-26T18:35:50.961Z] Removing intermediate container 442105de7822 [2020-08-26T18:35:50.961Z] ---> b1089bdc12fa [2020-08-26T18:35:50.961Z] Step 19/20 : LABEL git_sha=b4bfd58027c81c708385082aa5fd62a8126638b5 [2020-08-26T18:35:50.961Z] Removing intermediate container a3175374ca01 [2020-08-26T18:35:50.961Z] ---> 63ac3d6278d7 [2020-08-26T18:35:50.961Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-26T18:35:51.297Z] ---> Running in b5b842f4bf14 [2020-08-26T18:35:51.297Z] Removing intermediate container 1341479d5e98 [2020-08-26T18:35:51.297Z] ---> 63556c61b246 [2020-08-26T18:35:51.297Z] Step 19/21 : LABEL arch=x86_64 [2020-08-26T18:35:51.297Z] ---> Running in e687aa018706 [2020-08-26T18:35:51.297Z] Removing intermediate container e2f5df6f7575 [2020-08-26T18:35:51.297Z] ---> 342038ec8306 [2020-08-26T18:35:51.297Z] Step 20/22 : LABEL arch=x86_64 [2020-08-26T18:35:51.297Z] Removing intermediate container 772b3a628e6a [2020-08-26T18:35:51.297Z] ---> 773fe6f70df7 [2020-08-26T18:35:51.297Z] Step 13/26 : WORKDIR / [2020-08-26T18:35:51.297Z] ---> Running in 405f36400c1d [2020-08-26T18:35:51.590Z] ---> Running in 8f7e9c488ff3 [2020-08-26T18:35:51.590Z] ---> Running in ff3368f4ce2a [2020-08-26T18:35:51.590Z] Removing intermediate container b5b842f4bf14 [2020-08-26T18:35:51.590Z] ---> 1344631b7130 [2020-08-26T18:35:51.590Z] Step 20/20 : LABEL version=0.0.0 [2020-08-26T18:35:51.873Z] Removing intermediate container e687aa018706 [2020-08-26T18:35:51.873Z] ---> 5cedc259f656 [2020-08-26T18:35:51.873Z] Step 20/22 : LABEL arch=x86_64 [2020-08-26T18:35:51.873Z] Removing intermediate container 405f36400c1d [2020-08-26T18:35:51.873Z] ---> 437f09948ed6 [2020-08-26T18:35:51.873Z] Step 20/21 : LABEL git_sha=b4bfd58027c81c708385082aa5fd62a8126638b5 [2020-08-26T18:35:51.873Z] ---> Running in 877e28ca48e3 [2020-08-26T18:35:51.873Z] ---> Running in 30fb26f2e174 [2020-08-26T18:35:51.873Z] ---> Running in fcf29fe4868e [2020-08-26T18:35:52.139Z] Removing intermediate container 8f7e9c488ff3 [2020-08-26T18:35:52.139Z] ---> 4a0b61385959 [2020-08-26T18:35:52.139Z] Step 21/22 : LABEL git_sha=b4bfd58027c81c708385082aa5fd62a8126638b5 [2020-08-26T18:35:52.139Z] Removing intermediate container ff3368f4ce2a [2020-08-26T18:35:52.139Z] ---> a3ce44e7964a [2020-08-26T18:35:52.139Z] Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-08-26T18:35:52.414Z] ---> Running in 81349a9d1fd6 [2020-08-26T18:35:52.414Z] Removing intermediate container 877e28ca48e3 [2020-08-26T18:35:52.414Z] ---> 48d3f0d17f25 [2020-08-26T18:35:52.414Z] [2020-08-26T18:35:52.414Z] Removing intermediate container 30fb26f2e174 [2020-08-26T18:35:52.414Z] ---> eb6c63742718 [2020-08-26T18:35:52.414Z] Step 21/22 : LABEL git_sha=b4bfd58027c81c708385082aa5fd62a8126638b5 [2020-08-26T18:35:52.718Z] Successfully built 48d3f0d17f25 [2020-08-26T18:35:52.718Z] Removing intermediate container fcf29fe4868e [2020-08-26T18:35:52.718Z] ---> 482e157cc0e8 [2020-08-26T18:35:52.718Z] Step 21/21 : LABEL version=0.0.0 [2020-08-26T18:35:52.718Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-08-26T18:35:52.718Z]  Building docker-security-proxy-setup-go ... done Building docker-core-metadata-go [2020-08-26T18:35:52.718Z] ---> b2aa9b330050 [2020-08-26T18:35:52.718Z] Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-08-26T18:35:52.718Z] ---> Running in 180c14ca4690 [2020-08-26T18:35:52.718Z] ---> Running in 40340f8a3b8f [2020-08-26T18:35:52.996Z] Removing intermediate container 81349a9d1fd6 [2020-08-26T18:35:52.996Z] ---> b5f77dbd26b9 [2020-08-26T18:35:52.996Z] Step 22/22 : LABEL version=0.0.0 [2020-08-26T18:35:52.996Z] ---> Running in 02182f7e8aa7 [2020-08-26T18:35:53.266Z] ---> 40d2ef833112 [2020-08-26T18:35:53.266Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-08-26T18:35:53.266Z] Removing intermediate container 180c14ca4690 [2020-08-26T18:35:53.266Z] ---> 2928e8e7b6bb [2020-08-26T18:35:53.266Z] Step 22/22 : LABEL version=0.0.0 [2020-08-26T18:35:53.266Z] Removing intermediate container 40340f8a3b8f [2020-08-26T18:35:53.266Z] ---> cd6a763ff37a [2020-08-26T18:35:53.266Z] [2020-08-26T18:35:53.573Z] ---> Running in f6a134f52f33 [2020-08-26T18:35:53.573Z] Removing intermediate container 02182f7e8aa7 [2020-08-26T18:35:53.573Z] ---> c56c940db624 [2020-08-26T18:35:53.573Z] [2020-08-26T18:35:53.573Z] Successfully built cd6a763ff37a [2020-08-26T18:35:53.573Z] Successfully built c56c940db624 [2020-08-26T18:35:53.878Z] Successfully tagged docker-support-scheduler-go:latest [2020-08-26T18:35:53.878Z]  Building docker-support-scheduler-go ... done Building docker-sys-mgmt-agent-go [2020-08-26T18:35:53.878Z] Successfully tagged docker-support-logging-go:latest [2020-08-26T18:35:53.878Z]  Building docker-support-logging-go ... done Building docker-support-notifications-go [2020-08-26T18:35:54.933Z] ---> cdd9657deb34 [2020-08-26T18:35:54.933Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-08-26T18:35:55.549Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-08-26T18:35:55.549Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-08-26T18:35:55.549Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-08-26T18:35:55.549Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-08-26T18:35:55.549Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-26T18:35:55.549Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-08-26T18:35:55.549Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-08-26T18:35:55.549Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-26T18:35:55.860Z] go: finding github.com/cloudflare/gokey v0.1.0 [2020-08-26T18:35:55.860Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-08-26T18:35:55.860Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-08-26T18:35:55.860Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-08-26T18:35:55.860Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 [2020-08-26T18:35:55.860Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-26T18:35:55.860Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.72 [2020-08-26T18:35:56.157Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-08-26T18:35:56.157Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-08-26T18:35:56.157Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-08-26T18:35:56.157Z] go: finding github.com/fatih/color v1.7.0 [2020-08-26T18:35:56.157Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-08-26T18:35:56.157Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-26T18:35:56.444Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-08-26T18:35:56.444Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-26T18:35:56.444Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-26T18:35:56.444Z] go: finding github.com/go-playground/assert/v2 v2.0.1 [2020-08-26T18:35:56.444Z] go: finding github.com/go-playground/locales v0.13.0 [2020-08-26T18:35:56.444Z] go: finding github.com/go-playground/universal-translator v0.17.0 [2020-08-26T18:35:56.444Z] go: finding github.com/go-playground/validator/v10 v10.3.0 [2020-08-26T18:35:56.738Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-08-26T18:35:56.738Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-26T18:35:56.738Z] go: finding github.com/golang/protobuf v1.3.2 [2020-08-26T18:35:56.738Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-08-26T18:35:56.738Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-08-26T18:35:56.738Z] go: finding github.com/google/uuid v1.1.0 [2020-08-26T18:35:56.738Z] go: finding github.com/gorilla/mux v1.7.1 [2020-08-26T18:35:57.040Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-08-26T18:35:57.040Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-08-26T18:35:57.040Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-08-26T18:35:57.040Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-26T18:35:57.040Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-26T18:35:57.040Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-08-26T18:35:57.040Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-08-26T18:35:57.342Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-26T18:35:57.342Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-08-26T18:35:57.342Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-08-26T18:35:57.342Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-08-26T18:35:57.342Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-08-26T18:35:57.342Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-08-26T18:35:57.342Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-08-26T18:35:57.627Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-08-26T18:35:57.627Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-08-26T18:35:57.627Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-08-26T18:35:57.627Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-08-26T18:35:57.627Z] go: finding github.com/imdario/mergo v0.3.6 [2020-08-26T18:35:57.627Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-26T18:35:57.660Z] Removing intermediate container f6a134f52f33 [2020-08-26T18:35:57.660Z] ---> 3725ac1ced28 [2020-08-26T18:35:57.660Z] [2020-08-26T18:35:57.912Z] go: finding github.com/kr/pretty v0.1.0 [2020-08-26T18:35:57.912Z] go: finding github.com/kr/pty v1.1.1 [2020-08-26T18:35:57.912Z] go: finding github.com/kr/text v0.1.0 [2020-08-26T18:35:57.912Z] go: finding github.com/leodido/go-urn v1.2.0 [2020-08-26T18:35:57.912Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-08-26T18:35:57.912Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-08-26T18:35:57.912Z] go: finding github.com/miekg/dns v1.0.14 [2020-08-26T18:35:58.194Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-08-26T18:35:58.194Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-26T18:35:58.194Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-08-26T18:35:58.194Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-08-26T18:35:58.194Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-08-26T18:35:58.194Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-08-26T18:35:58.256Z] Successfully built 3725ac1ced28 [2020-08-26T18:35:58.477Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-08-26T18:35:58.477Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-08-26T18:35:58.477Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-08-26T18:35:58.477Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-08-26T18:35:58.477Z] go: finding github.com/onsi/gomega v1.7.0 [2020-08-26T18:35:58.477Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-08-26T18:35:58.777Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-08-26T18:35:58.777Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-08-26T18:35:58.777Z] go: finding github.com/pkg/errors v0.8.1 [2020-08-26T18:35:58.777Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-26T18:35:58.777Z] go: finding github.com/posener/complete v1.1.1 [2020-08-26T18:35:58.777Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-08-26T18:35:58.777Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-08-26T18:35:59.080Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-08-26T18:35:59.080Z] go: finding github.com/stretchr/objx v0.1.0 [2020-08-26T18:35:59.080Z] go: finding github.com/stretchr/testify v1.5.1 [2020-08-26T18:35:59.080Z] go: finding github.com/ugorji/go v1.1.4 [2020-08-26T18:35:59.080Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-26T18:35:59.080Z] go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 [2020-08-26T18:35:59.376Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-08-26T18:35:59.376Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-08-26T18:35:59.376Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-08-26T18:35:59.376Z] go: finding golang.org/x/text v0.3.2 [2020-08-26T18:35:59.376Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-08-26T18:35:59.376Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-08-26T18:35:59.376Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-08-26T18:35:59.664Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-08-26T18:35:59.664Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-08-26T18:35:59.664Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-26T18:36:00.228Z] Successfully tagged docker-core-command-go:latest [2020-08-26T18:36:00.228Z] Building docker-security-secrets-setup-go [2020-08-26T18:36:01.259Z]  Building docker-core-command-go ... done  ---> a5b83d7aa6e3 [2020-08-26T18:36:01.259Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-08-26T18:36:01.872Z] ---> 9e5a29f99043 [2020-08-26T18:36:01.872Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-08-26T18:36:12.826Z] ---> 32539fd2750e [2020-08-26T18:36:12.826Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-08-26T18:36:13.131Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-26T18:36:13.131Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-08-26T18:36:13.131Z] ---> 25822bd0f932 [2020-08-26T18:36:13.131Z] Step 3/22 : WORKDIR /edgex-go [2020-08-26T18:36:13.131Z] ---> Using cache [2020-08-26T18:36:13.131Z] ---> 68eccf82f0f3 [2020-08-26T18:36:13.131Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-26T18:36:13.131Z] ---> Using cache [2020-08-26T18:36:13.131Z] ---> cc2151e71d41 [2020-08-26T18:36:13.131Z] Step 5/22 : RUN apk update && apk add make git [2020-08-26T18:36:13.131Z] ---> Using cache [2020-08-26T18:36:13.131Z] ---> 091075c8f31f [2020-08-26T18:36:13.131Z] Step 6/22 : COPY go.mod . [2020-08-26T18:36:13.131Z] ---> Using cache [2020-08-26T18:36:13.131Z] ---> 3fb07fc88c94 [2020-08-26T18:36:13.131Z] Step 7/22 : RUN go mod download [2020-08-26T18:36:13.131Z] ---> Using cache [2020-08-26T18:36:13.131Z] ---> 46f4c6e8d8db [2020-08-26T18:36:13.131Z] Step 8/22 : COPY . . [2020-08-26T18:36:13.131Z] ---> Using cache [2020-08-26T18:36:13.131Z] ---> 2600fc8a1035 [2020-08-26T18:36:13.423Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-08-26T18:36:13.423Z] Step 1/27 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-26T18:36:13.423Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-08-26T18:36:13.423Z] ---> 25822bd0f932 [2020-08-26T18:36:13.423Z] Step 3/27 : WORKDIR /edgex-go [2020-08-26T18:36:13.423Z] ---> Using cache [2020-08-26T18:36:13.423Z] ---> 68eccf82f0f3 [2020-08-26T18:36:13.423Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-26T18:36:13.423Z] ---> Using cache [2020-08-26T18:36:13.423Z] ---> cc2151e71d41 [2020-08-26T18:36:13.423Z] Step 5/27 : RUN apk update && apk add make bash git [2020-08-26T18:36:13.722Z] Step 1/24 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-26T18:36:13.722Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-08-26T18:36:13.722Z] ---> 25822bd0f932 [2020-08-26T18:36:13.722Z] Step 3/24 : WORKDIR /edgex-go [2020-08-26T18:36:13.722Z] ---> Using cache [2020-08-26T18:36:13.722Z] ---> 68eccf82f0f3 [2020-08-26T18:36:13.722Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-26T18:36:13.722Z] ---> Using cache [2020-08-26T18:36:13.722Z] ---> cc2151e71d41 [2020-08-26T18:36:13.722Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-08-26T18:36:15.812Z] ---> 54070a70aa0f [2020-08-26T18:36:15.812Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-08-26T18:36:16.144Z] ---> Running in 5a7431966c38 [2020-08-26T18:36:16.144Z] ---> Running in cf4c01790dde [2020-08-26T18:36:16.144Z] ---> Running in 10c136c9cdea [2020-08-26T18:36:17.671Z] ---> 586c60c5dd48 [2020-08-26T18:36:17.671Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-26T18:36:17.987Z] ---> Running in f6e000c62533 [2020-08-26T18:36:19.292Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-08-26T18:36:19.292Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-26T18:36:19.292Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-26T18:36:19.602Z] Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-26T18:36:19.602Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-08-26T18:36:19.602Z] ---> 25822bd0f932 [2020-08-26T18:36:19.602Z] Step 3/29 : WORKDIR /edgex-go [2020-08-26T18:36:19.602Z] ---> Using cache [2020-08-26T18:36:19.602Z] ---> 68eccf82f0f3 [2020-08-26T18:36:19.602Z] Step 4/29 : RUN apk update && apk add make git [2020-08-26T18:36:20.272Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-26T18:36:20.272Z] ---> Running in 6e7ab53df3c2 [2020-08-26T18:36:20.272Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-26T18:36:20.625Z] Removing intermediate container f6e000c62533 [2020-08-26T18:36:20.625Z] ---> 1a7ee62844f1 [2020-08-26T18:36:20.625Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-08-26T18:36:20.928Z] ---> Running in bfc835c77a28 [2020-08-26T18:36:20.928Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-26T18:36:20.928Z] v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-26T18:36:20.928Z] v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-26T18:36:20.928Z] OK: 12746 distinct packages available [2020-08-26T18:36:20.928Z] Removing intermediate container bfc835c77a28 [2020-08-26T18:36:20.928Z] ---> 7c6eecc0b139 [2020-08-26T18:36:20.928Z] Step 24/26 : LABEL arch=x86_64 [2020-08-26T18:36:21.229Z] ---> Running in d4f81336c7b2 [2020-08-26T18:36:21.229Z] v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-26T18:36:21.229Z] v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-26T18:36:21.229Z] OK: 12746 distinct packages available [2020-08-26T18:36:21.229Z] OK: 233 MiB in 51 packages [2020-08-26T18:36:21.505Z] Removing intermediate container d4f81336c7b2 [2020-08-26T18:36:21.506Z] ---> a9e4beca387f [2020-08-26T18:36:21.506Z] Step 25/26 : LABEL git_sha=b4bfd58027c81c708385082aa5fd62a8126638b5 [2020-08-26T18:36:21.506Z] ---> Running in 321dc058b08c [2020-08-26T18:36:21.793Z] OK: 233 MiB in 51 packages [2020-08-26T18:36:21.793Z] Removing intermediate container 321dc058b08c [2020-08-26T18:36:21.793Z] ---> 08942e574b98 [2020-08-26T18:36:21.793Z] Step 26/26 : LABEL version=0.0.0 [2020-08-26T18:36:22.111Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-26T18:36:22.111Z] ---> Running in cb3f08f215d7 [2020-08-26T18:36:22.344Z] Removing intermediate container 84ac7ca1684d [2020-08-26T18:36:22.344Z] ---> 85fa614693a9 [2020-08-26T18:36:22.344Z] Successfully built 85fa614693a9 [2020-08-26T18:36:22.344Z] Successfully tagged ci-base-image-arm64:latest [2020-08-26T18:36:22.411Z] Removing intermediate container cb3f08f215d7 [2020-08-26T18:36:22.411Z] ---> 107192725e14 [2020-08-26T18:36:22.411Z] [2020-08-26T18:36:22.411Z] Removing intermediate container cf4c01790dde [2020-08-26T18:36:22.411Z] ---> 722cd6c601b2 [2020-08-26T18:36:22.411Z] Step 6/27 : COPY go.mod . [Pipeline] } [Pipeline] // script [Pipeline] } [2020-08-26T18:36:22.722Z] Successfully built 107192725e14 [2020-08-26T18:36:22.722Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-08-26T18:36:22.722Z] Removing intermediate container 5a7431966c38 [2020-08-26T18:36:22.722Z] ---> e880cd298467 [2020-08-26T18:36:22.722Z] Step 6/24 : COPY go.mod . [2020-08-26T18:36:22.722Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-data-go [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [2020-08-26T18:36:23.005Z] ---> 8a0d9581dda5 [2020-08-26T18:36:23.005Z] Step 7/27 : RUN go mod download [2020-08-26T18:36:23.005Z] v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-26T18:36:23.005Z] v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-26T18:36:23.005Z] OK: 12746 distinct packages available [2020-08-26T18:36:23.005Z] ---> Running in 1985dbe43502 [2020-08-26T18:36:23.005Z] ---> 46b7d8bc3533 [2020-08-26T18:36:23.005Z] Step 7/24 : RUN go mod download [Pipeline] sh [2020-08-26T18:36:23.290Z] OK: 233 MiB in 51 packages [2020-08-26T18:36:23.290Z] ---> Running in be87803953a8 [2020-08-26T18:36:23.350Z] + docker inspect -f . ci-base-image-arm64 [2020-08-26T18:36:23.350Z] . [Pipeline] withDockerContainer [2020-08-26T18:36:23.728Z] prd-ubuntu18.04-docker-arm64-4c-16g-410 does not seem to be running inside a container [2020-08-26T18:36:23.870Z] $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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-arm64 cat [2020-08-26T18:36:25.210Z] $ docker top 7375a655f23275e018988175e2254177120c23fde0ffca14da7c3bbd50355f69 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-26T18:36:26.586Z] + go version [2020-08-26T18:36:26.586Z] go version go1.13.13 linux/arm64 [Pipeline] echo [2020-08-26T18:36:26.647Z] ========================================================= [2020-08-26T18:36:26.648Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-08-26T18:36:26.648Z] ========================================================= [Pipeline] sh [2020-08-26T18:36:27.403Z] + make test [2020-08-26T18:36:27.403Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-08-26T18:36:27.749Z] Removing intermediate container 6e7ab53df3c2 [2020-08-26T18:36:27.749Z] ---> 2f30f2835655 [2020-08-26T18:36:27.749Z] Step 5/29 : COPY go.mod . [2020-08-26T18:36:27.749Z] ---> 483aafd95402 [2020-08-26T18:36:27.749Z] Step 6/29 : RUN go mod download [2020-08-26T18:36:27.749Z] Removing intermediate container 1985dbe43502 [2020-08-26T18:36:27.749Z] ---> 32049ca1f37c [2020-08-26T18:36:27.749Z] Step 8/27 : COPY . . [2020-08-26T18:36:27.749Z] ---> Running in c63e8459619f [2020-08-26T18:36:29.231Z] Removing intermediate container be87803953a8 [2020-08-26T18:36:29.231Z] ---> efd3bbdef227 [2020-08-26T18:36:29.231Z] Step 8/24 : COPY . . [2020-08-26T18:36:30.066Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-08-26T18:36:41.699Z] Removing intermediate container c63e8459619f [2020-08-26T18:36:41.699Z] ---> a1366c2c6391 [2020-08-26T18:36:41.699Z] Step 7/29 : COPY . . [2020-08-26T18:36:48.374Z] Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-26T18:36:48.374Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-08-26T18:36:48.374Z] ---> 25822bd0f932 [2020-08-26T18:36:48.374Z] Step 3/23 : WORKDIR /edgex-go [2020-08-26T18:36:48.374Z] ---> Using cache [2020-08-26T18:36:48.374Z] ---> 68eccf82f0f3 [2020-08-26T18:36:48.374Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-26T18:36:48.374Z] ---> Using cache [2020-08-26T18:36:48.374Z] ---> cc2151e71d41 [2020-08-26T18:36:48.374Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-08-26T18:36:50.952Z] ---> Running in dd78d9048664 [2020-08-26T18:36:54.285Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-26T18:36:54.572Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-26T18:36:55.570Z] v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-26T18:36:55.570Z] v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-26T18:36:55.570Z] OK: 12746 distinct packages available [2020-08-26T18:36:55.898Z] OK: 233 MiB in 51 packages [2020-08-26T18:36:58.539Z] ---> 5cc572af3d34 [2020-08-26T18:36:58.539Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-08-26T18:36:58.539Z] ---> 53a3b9eb77a9 [2020-08-26T18:36:58.539Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-08-26T18:36:58.812Z] ---> Running in b36a58847f64 [2020-08-26T18:36:59.083Z] ---> Running in b5ce62e52899 [2020-08-26T18:36:59.083Z] Removing intermediate container dd78d9048664 [2020-08-26T18:36:59.083Z] ---> b65134c40121 [2020-08-26T18:36:59.083Z] Step 6/23 : COPY go.mod . [2020-08-26T18:37:01.706Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-08-26T18:37:01.706Z] ---> e3acb394ae1b [2020-08-26T18:37:01.706Z] Step 7/23 : RUN go mod download [2020-08-26T18:37:01.706Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-08-26T18:37:02.582Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-08-26T18:37:03.147Z] ---> Running in c4a899cbd334 [2020-08-26T18:37:07.477Z] ---> a1b76eda8aef [2020-08-26T18:37:07.477Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-08-26T18:37:07.477Z] Removing intermediate container 10c136c9cdea [2020-08-26T18:37:07.477Z] ---> cbdc455956af [2020-08-26T18:37:07.477Z] [2020-08-26T18:37:07.477Z] Step 10/22 : FROM scratch [2020-08-26T18:37:07.477Z] ---> [2020-08-26T18:37:07.477Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-26T18:37:07.477Z] ---> Running in 47280c396023 [2020-08-26T18:37:07.756Z] ---> Using cache [2020-08-26T18:37:07.756Z] ---> 6dc7e362f989 [2020-08-26T18:37:07.756Z] Step 12/22 : ENV APP_PORT=48081 [2020-08-26T18:37:08.025Z] ---> Running in 85f7bad998ca [2020-08-26T18:37:08.025Z] Removing intermediate container c4a899cbd334 [2020-08-26T18:37:08.025Z] ---> 44f011a42328 [2020-08-26T18:37:08.025Z] Step 8/23 : COPY . . [2020-08-26T18:37:08.306Z] Removing intermediate container 85f7bad998ca [2020-08-26T18:37:08.306Z] ---> 691d47a8c59e [2020-08-26T18:37:08.306Z] Step 13/22 : EXPOSE $APP_PORT [2020-08-26T18:37:08.581Z] ---> Running in 4dd3b7d8e775 [2020-08-26T18:37:08.581Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-08-26T18:37:09.183Z] Removing intermediate container 4dd3b7d8e775 [2020-08-26T18:37:09.183Z] ---> bc02b45e60e5 [2020-08-26T18:37:09.183Z] Step 14/22 : WORKDIR / [2020-08-26T18:37:10.619Z] ---> Running in c49272e784ea [2020-08-26T18:37:15.989Z] Removing intermediate container c49272e784ea [2020-08-26T18:37:15.990Z] ---> e65cf3564076 [2020-08-26T18:37:15.990Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-08-26T18:37:17.026Z] ---> dc3229e75577 [2020-08-26T18:37:17.026Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-08-26T18:37:17.813Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-08-26T18:37:17.813Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-08-26T18:37:17.813Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-08-26T18:37:17.813Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-08-26T18:37:17.813Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.038s [2020-08-26T18:37:17.813Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-08-26T18:37:17.813Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-08-26T18:37:17.813Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-08-26T18:37:19.008Z] ---> 85bbeeb5e3da [2020-08-26T18:37:19.008Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-08-26T18:37:19.254Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-08-26T18:37:20.241Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-08-26T18:37:20.521Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-08-26T18:37:20.521Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-08-26T18:37:20.521Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-08-26T18:37:22.384Z] ---> 03ad266883d8 [2020-08-26T18:37:22.384Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-08-26T18:37:22.977Z] ---> Running in 81b8c3d5296d [2020-08-26T18:37:25.568Z] Removing intermediate container 81b8c3d5296d [2020-08-26T18:37:25.568Z] ---> 8f5b9daedfa5 [2020-08-26T18:37:25.568Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-26T18:37:26.530Z] ---> Running in 784be5a955bf [2020-08-26T18:37:29.095Z] ---> 23ee61eaacb3 [2020-08-26T18:37:29.095Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-08-26T18:37:29.095Z] Removing intermediate container 784be5a955bf [2020-08-26T18:37:29.095Z] ---> 061a8eb20bb0 [2020-08-26T18:37:29.095Z] Step 20/22 : LABEL arch=x86_64 [2020-08-26T18:37:29.671Z] ---> Running in 10e1e74788d7 [2020-08-26T18:37:29.671Z] ---> Running in 9e25410524fd [2020-08-26T18:37:29.948Z] Removing intermediate container 9e25410524fd [2020-08-26T18:37:29.948Z] ---> d6a1074e01fe [2020-08-26T18:37:29.948Z] Step 21/22 : LABEL git_sha=b4bfd58027c81c708385082aa5fd62a8126638b5 [2020-08-26T18:37:29.948Z] ---> Running in e92e52d87443 [2020-08-26T18:37:30.214Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-08-26T18:37:30.486Z] Removing intermediate container e92e52d87443 [2020-08-26T18:37:30.486Z] ---> a206a0e3cc3f [2020-08-26T18:37:30.486Z] Step 22/22 : LABEL version=0.0.0 [2020-08-26T18:37:30.486Z] ---> Running in afbec1e9f173 [2020-08-26T18:37:30.689Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.109s coverage: 46.6% of statements [2020-08-26T18:37:30.689Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-08-26T18:37:30.689Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-08-26T18:37:30.689Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-08-26T18:37:30.689Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-08-26T18:37:30.689Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-08-26T18:37:31.085Z] Removing intermediate container afbec1e9f173 [2020-08-26T18:37:31.085Z] ---> 17223a149b33 [2020-08-26T18:37:31.085Z] [2020-08-26T18:37:31.355Z] Successfully built 17223a149b33 [2020-08-26T18:37:31.620Z] Successfully tagged docker-core-metadata-go:latest [2020-08-26T18:37:34.953Z]  Building docker-core-metadata-go ... done Removing intermediate container 47280c396023 [2020-08-26T18:37:34.953Z] ---> 45f969b99e38 [2020-08-26T18:37:34.953Z] [2020-08-26T18:37:34.953Z] Step 9/29 : FROM alpine:latest [2020-08-26T18:37:34.953Z] ---> a24bb4013296 [2020-08-26T18:37:34.953Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-08-26T18:37:36.388Z] ---> Running in ca9f913f0e7a [2020-08-26T18:37:37.438Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.177s coverage: 27.2% of statements [2020-08-26T18:37:37.438Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-08-26T18:37:37.438Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-08-26T18:37:37.438Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-08-26T18:37:37.438Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-08-26T18:37:37.438Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-08-26T18:37:37.438Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-08-26T18:37:37.438Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.062s coverage: 100.0% of statements [2020-08-26T18:37:37.438Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-08-26T18:37:37.438Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.045s coverage: 100.0% of statements [2020-08-26T18:37:37.438Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-08-26T18:37:37.438Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-08-26T18:37:37.720Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.464s coverage: 82.5% of statements [2020-08-26T18:37:37.720Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-08-26T18:37:37.720Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-08-26T18:37:37.862Z] Removing intermediate container b36a58847f64 [2020-08-26T18:37:37.862Z] ---> b0525a644406 [2020-08-26T18:37:37.862Z] [2020-08-26T18:37:37.862Z] Step 10/24 : FROM scratch [2020-08-26T18:37:37.862Z] ---> [2020-08-26T18:37:37.862Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-26T18:37:37.862Z] Removing intermediate container b5ce62e52899 [2020-08-26T18:37:37.862Z] ---> 0da25f3fa96a [2020-08-26T18:37:37.862Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-08-26T18:37:37.862Z] ---> Running in 84a5ebd344ce [2020-08-26T18:37:38.138Z] ---> Using cache [2020-08-26T18:37:38.138Z] ---> e05b6a772848 [2020-08-26T18:37:38.138Z] Step 12/24 : ENV APP_PORT=48060 [2020-08-26T18:37:38.138Z] Removing intermediate container ca9f913f0e7a [2020-08-26T18:37:38.138Z] ---> a50fd90084fc [2020-08-26T18:37:38.138Z] Step 11/29 : USER root [2020-08-26T18:37:38.412Z] ---> Running in 8f8b7b9233be [2020-08-26T18:37:38.412Z] ---> Running in ccc03d39affb [2020-08-26T18:37:38.687Z] Removing intermediate container 8f8b7b9233be [2020-08-26T18:37:38.687Z] ---> a37808bde1e4 [2020-08-26T18:37:38.687Z] Step 13/24 : EXPOSE $APP_PORT [2020-08-26T18:37:38.687Z] Removing intermediate container ccc03d39affb [2020-08-26T18:37:38.687Z] ---> ee8c982228d4 [2020-08-26T18:37:38.687Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-08-26T18:37:38.687Z] ---> Running in ad9703e29ce3 [2020-08-26T18:37:38.687Z] ---> Running in cae47948c97d [2020-08-26T18:37:38.715Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.368s coverage: 92.9% of statements [2020-08-26T18:37:38.715Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-08-26T18:37:38.715Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-08-26T18:37:38.715Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-08-26T18:37:38.715Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-08-26T18:37:38.964Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-08-26T18:37:38.964Z] Removing intermediate container ad9703e29ce3 [2020-08-26T18:37:38.964Z] ---> 4514d2e1f536 [2020-08-26T18:37:38.964Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-08-26T18:37:39.568Z] ---> 7d04747d7ebe [2020-08-26T18:37:39.568Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-08-26T18:37:39.850Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-26T18:37:40.138Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-26T18:37:40.138Z] v3.12.0-263-gf2a2ffc32b [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-26T18:37:40.138Z] v3.12.0-259-g31aac9de85 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-26T18:37:40.138Z] OK: 12746 distinct packages available [2020-08-26T18:37:40.433Z] (1/2) Installing ca-certificates (20191127-r4) [2020-08-26T18:37:40.433Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-08-26T18:37:40.433Z] Executing busybox-1.31.1-r16.trigger [2020-08-26T18:37:40.716Z] Executing ca-certificates-20191127-r4.trigger [2020-08-26T18:37:40.716Z] OK: 6 MiB in 16 packages [2020-08-26T18:37:41.394Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.372s coverage: 28.6% of statements [2020-08-26T18:37:41.394Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-08-26T18:37:41.394Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-08-26T18:37:41.394Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-08-26T18:37:41.394Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-08-26T18:37:41.394Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-08-26T18:37:42.708Z] ---> b675dada53d9 [2020-08-26T18:37:42.708Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-08-26T18:37:43.379Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.078s coverage: 100.0% of statements [2020-08-26T18:37:43.379Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-08-26T18:37:43.379Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.042s coverage: 100.0% of statements [2020-08-26T18:37:43.379Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-08-26T18:37:44.651Z] Removing intermediate container cae47948c97d [2020-08-26T18:37:44.651Z] ---> 37e628b90cd7 [2020-08-26T18:37:44.651Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-08-26T18:37:44.651Z] Removing intermediate container 84a5ebd344ce [2020-08-26T18:37:44.651Z] ---> 16d181dedd07 [2020-08-26T18:37:44.651Z] [2020-08-26T18:37:44.651Z] Step 11/27 : FROM docker:latest [2020-08-26T18:37:44.651Z] ---> 81f5749c9058 [2020-08-26T18:37:44.651Z] Step 12/27 : RUN apk add --no-cache bash [2020-08-26T18:37:44.950Z] ---> b3f3a9f6f89b [2020-08-26T18:37:44.950Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-08-26T18:37:44.950Z] ---> Running in b83c731b081c [2020-08-26T18:37:44.950Z] ---> Running in e3dda277b8f9 [2020-08-26T18:37:45.386Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.076s coverage: 89.8% of statements [2020-08-26T18:37:45.386Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-08-26T18:37:45.594Z] Removing intermediate container e3dda277b8f9 [2020-08-26T18:37:45.594Z] ---> f4e265f7f4bc [2020-08-26T18:37:45.594Z] Step 14/29 : WORKDIR $BASE_DIR [2020-08-26T18:37:45.594Z] ---> 795816175d44 [2020-08-26T18:37:45.594Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-08-26T18:37:45.594Z] ---> Running in 6b1b334c2a18 [2020-08-26T18:37:45.860Z] Removing intermediate container 6b1b334c2a18 [2020-08-26T18:37:45.860Z] ---> 7e746c73fafb [2020-08-26T18:37:45.860Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-08-26T18:37:46.131Z] ---> Running in e9fba5352f51 [2020-08-26T18:37:46.131Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-26T18:37:46.131Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-26T18:37:46.408Z] (1/2) Installing readline (8.0.4-r0) [2020-08-26T18:37:46.408Z] (2/2) Installing bash (5.0.17-r0) [2020-08-26T18:37:46.408Z] Executing bash-5.0.17-r0.post-install [2020-08-26T18:37:46.408Z] Executing busybox-1.31.1-r16.trigger [2020-08-26T18:37:46.408Z] OK: 12 MiB in 22 packages [2020-08-26T18:37:46.408Z] ---> ab0af642d244 [2020-08-26T18:37:46.408Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-08-26T18:37:47.023Z] ---> f9913db1ee6b [2020-08-26T18:37:47.023Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-08-26T18:37:47.023Z] ---> Running in 3be2fc793e97 [2020-08-26T18:37:47.299Z] Removing intermediate container b83c731b081c [2020-08-26T18:37:47.299Z] ---> 2102fe12ab02 [2020-08-26T18:37:47.299Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-08-26T18:37:47.380Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.140s coverage: 97.5% of statements [2020-08-26T18:37:47.380Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-08-26T18:37:47.380Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.071s coverage: 100.0% of statements [2020-08-26T18:37:47.380Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-08-26T18:37:47.380Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-08-26T18:37:47.380Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-08-26T18:37:47.380Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-08-26T18:37:47.380Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-08-26T18:37:47.380Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-08-26T18:37:47.380Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-08-26T18:37:47.380Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-08-26T18:37:47.380Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-08-26T18:37:47.380Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-08-26T18:37:47.380Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-08-26T18:37:47.380Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-08-26T18:37:47.380Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-08-26T18:37:47.380Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-08-26T18:37:47.380Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-08-26T18:37:47.380Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-08-26T18:37:47.380Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-08-26T18:37:47.380Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-08-26T18:37:47.380Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.036s coverage: 58.8% of statements [2020-08-26T18:37:47.380Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-08-26T18:37:47.380Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/error [no test files] [2020-08-26T18:37:47.380Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis [no test files] [2020-08-26T18:37:47.575Z] Removing intermediate container 3be2fc793e97 [2020-08-26T18:37:47.575Z] ---> 39eae1e43b69 [2020-08-26T18:37:47.575Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-26T18:37:47.575Z] ---> Running in 3184353b6956 [2020-08-26T18:37:47.854Z] ---> Running in c8c06e38c8f3 [2020-08-26T18:37:48.479Z] Removing intermediate container c8c06e38c8f3 [2020-08-26T18:37:48.479Z] ---> 8b663d9f78cd [2020-08-26T18:37:48.479Z] Step 22/24 : LABEL arch=x86_64 [2020-08-26T18:37:48.479Z] Removing intermediate container e9fba5352f51 [2020-08-26T18:37:48.479Z] ---> 7000a323713c [2020-08-26T18:37:48.479Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-08-26T18:37:48.479Z] ---> Running in 8ef7dc5d4051 [2020-08-26T18:37:48.758Z] Removing intermediate container 8ef7dc5d4051 [2020-08-26T18:37:48.758Z] ---> 9e48dfab5f06 [2020-08-26T18:37:48.758Z] Step 23/24 : LABEL git_sha=b4bfd58027c81c708385082aa5fd62a8126638b5 [2020-08-26T18:37:49.021Z] ---> Running in 7ed8af4410e3 [2020-08-26T18:37:49.021Z] ---> 1a28b8a32296 [2020-08-26T18:37:49.021Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-08-26T18:37:49.285Z] Removing intermediate container 3184353b6956 [2020-08-26T18:37:49.285Z] ---> ed1029496e51 [2020-08-26T18:37:49.285Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-08-26T18:37:49.285Z] Removing intermediate container 7ed8af4410e3 [2020-08-26T18:37:49.285Z] ---> df8fe37f919c [2020-08-26T18:37:49.285Z] Step 24/24 : LABEL version=0.0.0 [2020-08-26T18:37:49.285Z] ---> Running in 4078982308a4 [2020-08-26T18:37:49.285Z] ---> Running in 8e0dded7405a [2020-08-26T18:37:49.558Z] ---> a8052b2ace9a [2020-08-26T18:37:49.558Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-08-26T18:37:49.558Z] Removing intermediate container 4078982308a4 [2020-08-26T18:37:49.558Z] ---> 71bbf4e980a1 [2020-08-26T18:37:49.558Z] Step 15/27 : ENV APP_PORT=48090 [2020-08-26T18:37:49.558Z] ---> Running in 3897db3cb7e8 [2020-08-26T18:37:49.558Z] Removing intermediate container 8e0dded7405a [2020-08-26T18:37:49.558Z] ---> 3234afec265f [2020-08-26T18:37:49.558Z] [2020-08-26T18:37:49.842Z] ---> 9af2b3ae594f [2020-08-26T18:37:49.842Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-08-26T18:37:49.842Z] Successfully built 3234afec265f [2020-08-26T18:37:49.842Z] Successfully tagged docker-support-notifications-go:latest [2020-08-26T18:37:49.842Z]  Building docker-support-notifications-go ... done Removing intermediate container 3897db3cb7e8 [2020-08-26T18:37:49.842Z] ---> b1dcfb29c802 [2020-08-26T18:37:49.842Z] Step 16/27 : EXPOSE $APP_PORT [2020-08-26T18:37:50.802Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.153s coverage: 63.5% of statements [2020-08-26T18:37:50.802Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-08-26T18:37:50.802Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-08-26T18:37:50.802Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.036s coverage: 100.0% of statements [2020-08-26T18:37:50.835Z] ---> Running in 86359471a018 [2020-08-26T18:37:51.105Z] ---> 3acea42f4464 [2020-08-26T18:37:51.105Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-08-26T18:37:51.381Z] Removing intermediate container 86359471a018 [2020-08-26T18:37:51.381Z] ---> c0d8b8fbe43b [2020-08-26T18:37:51.381Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-08-26T18:37:51.428Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.388s coverage: 55.9% of statements [2020-08-26T18:37:51.428Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-08-26T18:37:51.428Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-08-26T18:37:51.428Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-08-26T18:37:51.428Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-08-26T18:37:51.656Z] ---> 49b01dc2dec2 [2020-08-26T18:37:51.656Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-08-26T18:37:51.656Z] ---> Running in 52904dcbc19a [2020-08-26T18:37:53.093Z] ---> 74c82b81abf6 [2020-08-26T18:37:53.093Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-08-26T18:37:53.363Z] ---> bfad1db0dc0f [2020-08-26T18:37:53.363Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-08-26T18:37:53.630Z] Removing intermediate container 52904dcbc19a [2020-08-26T18:37:53.630Z] ---> ed406e490b6e [2020-08-26T18:37:53.630Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-08-26T18:37:53.904Z] ---> 652db908d7f5 [2020-08-26T18:37:53.904Z] Step 20/27 : RUN apk --no-cache add py-pip [2020-08-26T18:37:54.183Z] ---> Running in e60a1b70b780 [2020-08-26T18:37:55.597Z] ---> 45095a430ff9 [2020-08-26T18:37:55.597Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-26T18:37:55.886Z] ---> Running in 027cbfb2e800 [2020-08-26T18:37:55.886Z] Removing intermediate container 10e1e74788d7 [2020-08-26T18:37:55.886Z] ---> 8c4f247f7d16 [2020-08-26T18:37:55.886Z] [2020-08-26T18:37:55.886Z] Step 10/23 : FROM alpine [2020-08-26T18:37:55.886Z] ---> a24bb4013296 [2020-08-26T18:37:55.886Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-26T18:37:56.172Z] ---> Running in 48da243ca0aa [2020-08-26T18:37:56.172Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-26T18:37:56.172Z] Removing intermediate container 48da243ca0aa [2020-08-26T18:37:56.172Z] ---> b7f28b1556d2 [2020-08-26T18:37:56.172Z] Step 12/23 : ENV APP_PORT=48080 [2020-08-26T18:37:56.172Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-26T18:37:56.172Z] ---> Running in c96c38ab0699 [2020-08-26T18:37:56.455Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-08-26T18:37:56.455Z] (2/33) Installing expat (2.2.9-r1) [2020-08-26T18:37:56.455Z] (3/33) Installing libffi (3.3-r2) [2020-08-26T18:37:56.455Z] (4/33) Installing gdbm (1.13-r1) [2020-08-26T18:37:56.455Z] Removing intermediate container c96c38ab0699 [2020-08-26T18:37:56.455Z] ---> c55c5c8bfede [2020-08-26T18:37:56.455Z] Step 13/23 : EXPOSE $APP_PORT [2020-08-26T18:37:56.455Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-08-26T18:37:56.455Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-08-26T18:37:56.455Z] (7/33) Installing python3 (3.8.5-r0) [2020-08-26T18:37:56.455Z] ---> Running in 3a7dc07b1d01 [2020-08-26T18:38:01.954Z] Removing intermediate container 3a7dc07b1d01 [2020-08-26T18:38:01.954Z] ---> bc9484defec8 [2020-08-26T18:38:01.954Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-26T18:38:01.954Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-08-26T18:38:01.954Z] Removing intermediate container 027cbfb2e800 [2020-08-26T18:38:01.954Z] ---> 80fb27757168 [2020-08-26T18:38:01.954Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-08-26T18:38:01.954Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-08-26T18:38:01.954Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-08-26T18:38:01.954Z] (11/33) Installing py3-six (1.15.0-r0) [2020-08-26T18:38:01.954Z] (12/33) Installing py3-packaging (20.4-r0) [2020-08-26T18:38:01.954Z] ---> Running in 10a1851fb997 [2020-08-26T18:38:01.954Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-08-26T18:38:01.954Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-08-26T18:38:01.954Z] (15/33) Installing py3-idna (2.9-r0) [2020-08-26T18:38:01.954Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-08-26T18:38:01.954Z] ---> Running in d64e73829272 [2020-08-26T18:38:01.954Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-08-26T18:38:01.954Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-08-26T18:38:01.954Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-08-26T18:38:01.954Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-08-26T18:38:01.954Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-08-26T18:38:01.954Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-08-26T18:38:02.227Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-08-26T18:38:02.227Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-08-26T18:38:02.227Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-08-26T18:38:02.227Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-08-26T18:38:02.227Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-08-26T18:38:02.227Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-08-26T18:38:02.227Z] (29/33) Installing py3-progress (1.5-r0) [2020-08-26T18:38:02.227Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-08-26T18:38:02.227Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-08-26T18:38:02.227Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-08-26T18:38:02.227Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-08-26T18:38:02.562Z] Executing busybox-1.31.1-r16.trigger [2020-08-26T18:38:02.562Z] OK: 71 MiB in 55 packages [2020-08-26T18:38:08.144Z] Removing intermediate container d64e73829272 [2020-08-26T18:38:08.144Z] ---> 6e74fa47b629 [2020-08-26T18:38:08.144Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-08-26T18:38:09.837Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 16.874s coverage: 86.3% of statements [2020-08-26T18:38:09.837Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-08-26T18:38:09.837Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.955s coverage: 72.2% of statements [2020-08-26T18:38:09.837Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.367s coverage: 72.1% of statements [2020-08-26T18:38:09.837Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.044s coverage: 82.4% of statements [2020-08-26T18:38:09.837Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.024s coverage: 48.4% of statements [2020-08-26T18:38:09.837Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-08-26T18:38:09.837Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-08-26T18:38:09.837Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-08-26T18:38:09.837Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.039s coverage: 28.8% of statements [2020-08-26T18:38:09.837Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-08-26T18:38:09.837Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.028s coverage: 96.8% of statements [2020-08-26T18:38:09.837Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-08-26T18:38:09.837Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.100s coverage: 26.9% of statements [2020-08-26T18:38:09.837Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-08-26T18:38:09.837Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-08-26T18:38:09.837Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.270s coverage: 84.1% of statements [2020-08-26T18:38:09.837Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.038s coverage: 100.0% of statements [2020-08-26T18:38:09.837Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.033s coverage: 42.9% of statements [2020-08-26T18:38:09.837Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-08-26T18:38:09.837Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-08-26T18:38:09.837Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.021s coverage: 100.0% of statements [2020-08-26T18:38:09.837Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-08-26T18:38:09.837Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.082s coverage: 83.8% of statements [2020-08-26T18:38:09.837Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-08-26T18:38:10.100Z] ---> Running in 9dff50c386ab [2020-08-26T18:38:10.100Z] Removing intermediate container 10a1851fb997 [2020-08-26T18:38:10.100Z] ---> 3581fc92fa52 [2020-08-26T18:38:10.100Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-08-26T18:38:10.100Z] ---> Running in 642fcdf0c271 [2020-08-26T18:38:10.100Z] Removing intermediate container e60a1b70b780 [2020-08-26T18:38:10.100Z] ---> 7bdba2f61c22 [2020-08-26T18:38:10.100Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-08-26T18:38:10.365Z] ---> Running in f95836792938 [2020-08-26T18:38:10.365Z] Removing intermediate container 9dff50c386ab [2020-08-26T18:38:10.365Z] ---> e6dbe47bdc2d [2020-08-26T18:38:10.365Z] Step 26/29 : CMD [ "generate" ] [2020-08-26T18:38:10.632Z] ---> Running in e5d9ef0e50bb [2020-08-26T18:38:10.632Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-26T18:38:10.895Z] Removing intermediate container e5d9ef0e50bb [2020-08-26T18:38:10.895Z] ---> e4700ba16078 [2020-08-26T18:38:10.895Z] Step 27/29 : LABEL arch=x86_64 [2020-08-26T18:38:10.895Z] ---> Running in 8995719c4c3a [2020-08-26T18:38:11.158Z] Removing intermediate container 8995719c4c3a [2020-08-26T18:38:11.158Z] ---> 8bc8f20e778a [2020-08-26T18:38:11.158Z] Step 28/29 : LABEL git_sha=b4bfd58027c81c708385082aa5fd62a8126638b5 [2020-08-26T18:38:11.158Z] ---> Running in f9b77ccbc7c5 [2020-08-26T18:38:11.426Z] Removing intermediate container f9b77ccbc7c5 [2020-08-26T18:38:11.426Z] ---> e93ef6f5d710 [2020-08-26T18:38:11.426Z] Step 29/29 : LABEL version=0.0.0 [2020-08-26T18:38:11.426Z] ---> Running in 280d339ba9e5 [2020-08-26T18:38:11.426Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-26T18:38:11.426Z] Removing intermediate container 280d339ba9e5 [2020-08-26T18:38:11.426Z] ---> 0db3c85fcd36 [2020-08-26T18:38:11.426Z] [2020-08-26T18:38:11.692Z] Successfully built 0db3c85fcd36 [2020-08-26T18:38:11.692Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-08-26T18:38:11.967Z]  Building docker-security-secrets-setup-go ... done Collecting docker-compose==1.23.2 [2020-08-26T18:38:11.967Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-08-26T18:38:12.233Z] Collecting PyYAML<4,>=3.10 [2020-08-26T18:38:12.233Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-08-26T18:38:12.233Z] (1/5) Installing libgcc (9.3.0-r2) [2020-08-26T18:38:12.233Z] (2/5) Installing libsodium (1.0.18-r0) [2020-08-26T18:38:12.511Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-08-26T18:38:12.790Z] (4/5) Installing libzmq (4.3.2-r0) [2020-08-26T18:38:13.376Z] (5/5) Installing zeromq (4.3.2-r0) [2020-08-26T18:38:13.376Z] Executing busybox-1.31.1-r16.trigger [2020-08-26T18:38:13.376Z] OK: 8 MiB in 19 packages [2020-08-26T18:38:14.210Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.090s coverage: 46.1% of statements [2020-08-26T18:38:14.210Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-08-26T18:38:14.210Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-08-26T18:38:14.210Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.039s coverage: 100.0% of statements [2020-08-26T18:38:14.210Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-08-26T18:38:14.210Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-08-26T18:38:14.210Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-08-26T18:38:14.210Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.093s coverage: 100.0% of statements [2020-08-26T18:38:14.210Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-08-26T18:38:14.210Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.029s coverage: 100.0% of statements [2020-08-26T18:38:14.210Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-08-26T18:38:14.351Z] Collecting texttable<0.10,>=0.9.0 [2020-08-26T18:38:14.351Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-08-26T18:38:15.302Z] Collecting docker<4.0,>=3.6.0 [2020-08-26T18:38:15.302Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-08-26T18:38:15.302Z] Removing intermediate container 642fcdf0c271 [2020-08-26T18:38:15.302Z] ---> 8f13dd86bae1 [2020-08-26T18:38:15.302Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-08-26T18:38:15.302Z] Collecting dockerpty<0.5,>=0.4.1 [2020-08-26T18:38:15.302Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-08-26T18:38:15.570Z] ---> 0a0df38d4674 [2020-08-26T18:38:15.570Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-08-26T18:38:15.837Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-08-26T18:38:15.837Z] Collecting docopt<0.7,>=0.6.1 [2020-08-26T18:38:15.837Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-08-26T18:38:16.103Z] ---> 797e60e62d11 [2020-08-26T18:38:16.103Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-08-26T18:38:16.365Z] Collecting cached-property<2,>=1.2.0 [2020-08-26T18:38:16.366Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-08-26T18:38:16.366Z] ---> 57f79ac3b363 [2020-08-26T18:38:16.366Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-08-26T18:38:16.629Z] Collecting jsonschema<3,>=2.5.1 [2020-08-26T18:38:16.629Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-08-26T18:38:16.629Z] ---> Running in a0126ff1f98e [2020-08-26T18:38:16.629Z] Collecting websocket-client<1.0,>=0.32.0 [2020-08-26T18:38:16.629Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-08-26T18:38:16.629Z] Removing intermediate container a0126ff1f98e [2020-08-26T18:38:16.629Z] ---> 95e28d527833 [2020-08-26T18:38:16.629Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-26T18:38:16.889Z] ---> Running in 60c4cdabf98f [2020-08-26T18:38:16.889Z] Removing intermediate container 60c4cdabf98f [2020-08-26T18:38:16.889Z] ---> 363e7a0d5f6b [2020-08-26T18:38:16.889Z] Step 21/23 : LABEL arch=x86_64 [2020-08-26T18:38:16.889Z] ---> Running in 893e1c80a89d [2020-08-26T18:38:16.889Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-08-26T18:38:16.889Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-08-26T18:38:17.152Z] Collecting docker-pycreds>=0.4.0 [2020-08-26T18:38:17.152Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-08-26T18:38:17.152Z] Removing intermediate container 893e1c80a89d [2020-08-26T18:38:17.152Z] ---> 38bb75316ff5 [2020-08-26T18:38:17.152Z] Step 22/23 : LABEL git_sha=b4bfd58027c81c708385082aa5fd62a8126638b5 [2020-08-26T18:38:17.152Z] Collecting idna<2.8,>=2.5 [2020-08-26T18:38:17.152Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-08-26T18:38:17.152Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2020-08-26T18:38:17.152Z] ---> Running in 446e3c4de25c [2020-08-26T18:38:17.415Z] Collecting urllib3<1.25,>=1.21.1 [2020-08-26T18:38:17.415Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-08-26T18:38:17.415Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2020-08-26T18:38:17.415Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-08-26T18:38:17.415Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-08-26T18:38:17.415Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-08-26T18:38:17.415Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-08-26T18:38:17.415Z] Removing intermediate container 446e3c4de25c [2020-08-26T18:38:17.415Z] ---> 844b488fdac9 [2020-08-26T18:38:17.415Z] Step 23/23 : LABEL version=0.0.0 [2020-08-26T18:38:17.415Z] ---> Running in 1ab5bb7c6502 [2020-08-26T18:38:17.415Z] Installing collected packages: PyYAML, texttable, idna, urllib3, requests, websocket-client, docker-pycreds, docker, dockerpty, docopt, cached-property, jsonschema, docker-compose [2020-08-26T18:38:17.415Z] Running setup.py install for PyYAML: started [2020-08-26T18:38:17.678Z] Removing intermediate container 1ab5bb7c6502 [2020-08-26T18:38:17.678Z] ---> 7b525d7aadb7 [2020-08-26T18:38:17.678Z] [2020-08-26T18:38:17.678Z] Successfully built 7b525d7aadb7 [2020-08-26T18:38:17.678Z] Successfully tagged docker-core-data-go:latest [2020-08-26T18:38:17.940Z]  Building docker-core-data-go ... done  Running setup.py install for PyYAML: finished with status 'done' [2020-08-26T18:38:18.201Z] Running setup.py install for texttable: started [2020-08-26T18:38:18.469Z] Running setup.py install for texttable: finished with status 'done' [2020-08-26T18:38:18.469Z] Attempting uninstall: idna [2020-08-26T18:38:18.469Z] Found existing installation: idna 2.9 [2020-08-26T18:38:18.469Z] Uninstalling idna-2.9: [2020-08-26T18:38:18.469Z] Successfully uninstalled idna-2.9 [2020-08-26T18:38:18.561Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.231s coverage: 29.1% of statements [2020-08-26T18:38:18.561Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-08-26T18:38:18.561Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-08-26T18:38:18.561Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-08-26T18:38:18.561Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-08-26T18:38:18.561Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-08-26T18:38:18.561Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.052s coverage: 99.0% of statements [2020-08-26T18:38:18.561Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-08-26T18:38:18.561Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.055s coverage: 100.0% of statements [2020-08-26T18:38:18.561Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-08-26T18:38:18.561Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.014s coverage: 0.0% of statements [2020-08-26T18:38:18.561Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-08-26T18:38:18.735Z] Attempting uninstall: urllib3 [2020-08-26T18:38:18.735Z] Found existing installation: urllib3 1.25.9 [2020-08-26T18:38:18.735Z] Uninstalling urllib3-1.25.9: [2020-08-26T18:38:18.735Z] Successfully uninstalled urllib3-1.25.9 [2020-08-26T18:38:19.002Z] Attempting uninstall: requests [2020-08-26T18:38:19.002Z] Found existing installation: requests 2.23.0 [2020-08-26T18:38:19.002Z] Uninstalling requests-2.23.0: [2020-08-26T18:38:19.002Z] Successfully uninstalled requests-2.23.0 [2020-08-26T18:38:19.589Z] Running setup.py install for dockerpty: started [2020-08-26T18:38:19.853Z] Running setup.py install for dockerpty: finished with status 'done' [2020-08-26T18:38:19.853Z] Running setup.py install for docopt: started [2020-08-26T18:38:20.430Z] Running setup.py install for docopt: finished with status 'done' [2020-08-26T18:38:20.551Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.056s coverage: 100.0% of statements [2020-08-26T18:38:20.551Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-08-26T18:38:20.551Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-08-26T18:38:20.551Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-08-26T18:38:20.551Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-08-26T18:38:20.694Z] Successfully installed PyYAML-3.13 cached-property-1.5.1 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2020-08-26T18:38:21.538Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.026s coverage: 87.9% of statements [2020-08-26T18:38:21.538Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-08-26T18:38:21.538Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-08-26T18:38:21.538Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.024s coverage: 100.0% of statements [2020-08-26T18:38:22.572Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.016s coverage: 32.1% of statements [2020-08-26T18:38:23.996Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.028s coverage: 100.0% of statements [2020-08-26T18:38:24.014Z] Removing intermediate container f95836792938 [2020-08-26T18:38:24.014Z] ---> c28b6a0ef308 [2020-08-26T18:38:24.014Z] Step 22/27 : RUN apk --no-cache add curl [2020-08-26T18:38:24.014Z] ---> Running in 053d466bcf96 [2020-08-26T18:38:24.277Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-26T18:38:24.278Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-26T18:38:24.278Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-08-26T18:38:24.568Z] (2/3) Installing libcurl (7.69.1-r0) [2020-08-26T18:38:24.568Z] (3/3) Installing curl (7.69.1-r0) [2020-08-26T18:38:24.568Z] Executing busybox-1.31.1-r16.trigger [2020-08-26T18:38:24.568Z] OK: 72 MiB in 58 packages [2020-08-26T18:38:24.606Z] GO111MODULE=on go vet ./... [2020-08-26T18:38:24.853Z] Removing intermediate container 053d466bcf96 [2020-08-26T18:38:24.853Z] ---> 3ad19bca7451 [2020-08-26T18:38:24.853Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-08-26T18:38:24.853Z] ---> Running in dac21a543c51 [2020-08-26T18:38:25.146Z] Removing intermediate container dac21a543c51 [2020-08-26T18:38:25.146Z] ---> 60ccbb56d9de [2020-08-26T18:38:25.146Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-26T18:38:25.146Z] ---> Running in ae3242d60da9 [2020-08-26T18:38:25.418Z] Removing intermediate container ae3242d60da9 [2020-08-26T18:38:25.418Z] ---> 22abc1495238 [2020-08-26T18:38:25.418Z] Step 25/27 : LABEL arch=x86_64 [2020-08-26T18:38:25.418Z] ---> Running in bdbe92ffe123 [2020-08-26T18:38:25.418Z] Removing intermediate container bdbe92ffe123 [2020-08-26T18:38:25.418Z] ---> b2cf4fd43415 [2020-08-26T18:38:25.418Z] Step 26/27 : LABEL git_sha=b4bfd58027c81c708385082aa5fd62a8126638b5 [2020-08-26T18:38:25.687Z] ---> Running in 6a37ec977d69 [2020-08-26T18:38:25.687Z] Removing intermediate container 6a37ec977d69 [2020-08-26T18:38:25.687Z] ---> 4fc9d27be83f [2020-08-26T18:38:25.687Z] Step 27/27 : LABEL version=0.0.0 [2020-08-26T18:38:25.958Z] ---> Running in 54ace191052e [2020-08-26T18:38:25.958Z] Removing intermediate container 54ace191052e [2020-08-26T18:38:25.958Z] ---> 7dbc050ac8cf [2020-08-26T18:38:25.958Z] [2020-08-26T18:38:26.240Z] Successfully built 7dbc050ac8cf [2020-08-26T18:38:26.240Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-08-26T18:38:26.552Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-08-26T18:38:26.595Z] $ docker stop --time=1 882c497271851a611d5bd862e742b5edcf96be0d3243a91a02d1bae82a523e9c [2020-08-26T18:38:28.139Z] $ docker rm -f 882c497271851a611d5bd862e742b5edcf96be0d3243a91a02d1bae82a523e9c [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-26T18:38:28.794Z] + docker images [2020-08-26T18:38:28.794Z] + grep docker [2020-08-26T18:38:28.795Z] docker-sys-mgmt-agent-go latest 7dbc050ac8cf 3 seconds ago 284MB [2020-08-26T18:38:28.795Z] docker-core-data-go latest 7b525d7aadb7 11 seconds ago 24.5MB [2020-08-26T18:38:28.795Z] docker-security-secrets-setup-go latest 0db3c85fcd36 17 seconds ago 25.1MB [2020-08-26T18:38:28.795Z] docker-support-notifications-go latest 3234afec265f 39 seconds ago 14.5MB [2020-08-26T18:38:28.795Z] docker-core-metadata-go latest 17223a149b33 58 seconds ago 14.4MB [2020-08-26T18:38:28.795Z] docker-security-secretstore-setup-go latest 107192725e14 2 minutes ago 33.9MB [2020-08-26T18:38:28.795Z] docker-support-logging-go latest c56c940db624 2 minutes ago 11.8MB [2020-08-26T18:38:28.795Z] docker-core-command-go latest 3725ac1ced28 2 minutes ago 13MB [2020-08-26T18:38:28.795Z] docker-security-proxy-setup-go latest 48d3f0d17f25 2 minutes ago 16.4MB [2020-08-26T18:38:28.795Z] docker-support-scheduler-go latest cd6a763ff37a 2 minutes ago 13.1MB [2020-08-26T18:38:28.795Z] docker latest 81f5749c9058 2 months ago 211MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-08-26T18:38:43.086Z] gofmt -l . [2020-08-26T18:38:44.482Z] [ "`gofmt -l .`" = "" ] [2020-08-26T18:38:46.626Z] ./bin/test-go-mod-tidy.sh [2020-08-26T18:38:47.237Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-08-26T18:38:51.474Z] + ls -al . [2020-08-26T18:38:51.474Z] total 584 [2020-08-26T18:38:51.474Z] drwxrwxr-x 10 1001 1001 4096 Aug 26 18:38 . [2020-08-26T18:38:51.474Z] drwxr-xr-x 4 root root 4096 Aug 26 18:36 .. [2020-08-26T18:38:51.474Z] -rw-rw-r-- 1 1001 1001 11 Aug 26 18:34 .dockerignore [2020-08-26T18:38:51.474Z] drwxrwxr-x 8 1001 1001 4096 Aug 26 18:34 .git [2020-08-26T18:38:51.474Z] drwxrwxr-x 3 1001 1001 4096 Aug 26 18:34 .github [2020-08-26T18:38:51.474Z] -rw-rw-r-- 1 1001 1001 932 Aug 26 18:34 .gitignore [2020-08-26T18:38:51.474Z] drwxrwxr-x 3 1001 1001 4096 Aug 26 18:34 .semver [2020-08-26T18:38:51.474Z] -rw-rw-r-- 1 1001 1001 166 Aug 26 18:34 .sonarcloud.properties [2020-08-26T18:38:51.474Z] -rw-rw-r-- 1 1001 1001 3804 Aug 26 18:34 CONTRIBUTING.md [2020-08-26T18:38:51.474Z] -rw-rw-r-- 1 1001 1001 1035 Aug 26 18:34 Dockerfile.build [2020-08-26T18:38:51.474Z] -rw-rw-r-- 1 1001 1001 865 Aug 26 18:34 Jenkinsfile [2020-08-26T18:38:51.474Z] -rw-rw-r-- 1 1001 1001 10775 Aug 26 18:34 LICENSE [2020-08-26T18:38:51.474Z] -rw-rw-r-- 1 1001 1001 6237 Aug 26 18:34 Makefile [2020-08-26T18:38:51.474Z] -rw-rw-r-- 1 1001 1001 5652 Aug 26 18:34 README.md [2020-08-26T18:38:51.474Z] -rw-rw-r-- 1 1001 1001 259 Aug 26 18:34 SECURITY.md [2020-08-26T18:38:51.474Z] -rw-rw-r-- 1 1001 1001 5 Aug 26 18:30 VERSION [2020-08-26T18:38:51.474Z] -rw-rw-r-- 1 1001 1001 4131 Aug 26 18:34 ZMQWindows.md [2020-08-26T18:38:51.474Z] drwxrwxr-x 2 1001 1001 4096 Aug 26 18:34 bin [2020-08-26T18:38:51.474Z] drwxrwxr-x 15 1001 1001 4096 Aug 26 18:34 cmd [2020-08-26T18:38:51.474Z] -rw-r--r-- 1 root root 458659 Aug 26 18:38 coverage.out [2020-08-26T18:38:51.474Z] -rw-r--r-- 1 root root 1019 Aug 26 18:38 go.mod [2020-08-26T18:38:51.474Z] -rw-r--r-- 1 root root 19185 Aug 26 18:38 go.sum [2020-08-26T18:38:51.474Z] drwxrwxr-x 8 1001 1001 4096 Aug 26 18:34 internal [2020-08-26T18:38:51.474Z] drwxrwxr-x 4 1001 1001 4096 Aug 26 18:34 openapi [2020-08-26T18:38:51.474Z] drwxrwxr-x 4 1001 1001 4096 Aug 26 18:34 snap [2020-08-26T18:38:51.474Z] -rw-rw-r-- 1 1001 1001 168 Aug 26 18:34 version.go [Pipeline] sh [2020-08-26T18:38:52.178Z] + '[' -e coverage.out ] [2020-08-26T18:38:52.178Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-08-26T18:38:52.252Z] Warning: overwriting stash ‘coverage-report’ [2020-08-26T18:38:53.509Z] Stashed 1 file(s) [Pipeline] sh [2020-08-26T18:38:54.184Z] + make build [2020-08-26T18:38:54.184Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-08-26T18:39:12.559Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-08-26T18:39:24.970Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-08-26T18:39:29.278Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-08-26T18:39:33.567Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-08-26T18:39:40.279Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-08-26T18:39:41.259Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-08-26T18:39:45.556Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-08-26T18:39:50.941Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-08-26T18:39:54.313Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-08-26T18:39:59.703Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-08-26T18:40:04.007Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-08-26T18:40:08.297Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [Pipeline] } [2020-08-26T18:40:11.705Z] $ docker stop --time=1 7375a655f23275e018988175e2254177120c23fde0ffca14da7c3bbd50355f69 [2020-08-26T18:40:14.215Z] $ docker rm -f 7375a655f23275e018988175e2254177120c23fde0ffca14da7c3bbd50355f69 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-26T18:40:15.894Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-26T18:40:15.894Z] [2020-08-26T18:40:15.894Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-08-26T18:40:16.331Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-26T18:40:16.603Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-08-26T18:40:16.603Z] 29e5d40040c1: Pulling fs layer [2020-08-26T18:40:16.604Z] 1ce36da41761: Pulling fs layer [2020-08-26T18:40:16.604Z] 25b303627fd3: Pulling fs layer [2020-08-26T18:40:16.881Z] 29e5d40040c1: Download complete [2020-08-26T18:40:17.162Z] 1ce36da41761: Verifying Checksum [2020-08-26T18:40:17.162Z] 1ce36da41761: Download complete [2020-08-26T18:40:17.437Z] 29e5d40040c1: Pull complete [2020-08-26T18:40:18.878Z] 1ce36da41761: Pull complete [2020-08-26T18:40:19.161Z] 25b303627fd3: Verifying Checksum [2020-08-26T18:40:19.161Z] 25b303627fd3: Download complete [2020-08-26T18:40:29.567Z] 25b303627fd3: Pull complete [2020-08-26T18:40:29.567Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-08-26T18:40:29.567Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-26T18:40:29.567Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-08-26T18:40:29.868Z] prd-ubuntu18.04-docker-arm64-4c-16g-410 does not seem to be running inside a container [2020-08-26T18:40:30.024Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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-arm64:latest cat [2020-08-26T18:40:33.550Z] $ docker top 369fe46c0be71d5f0c14ba8142057f22c4411ef05006ff3908307d9cb1b56adf -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-26T18:40:35.162Z] + docker-compose build --help [2020-08-26T18:40:35.162Z] + grep parallel [2020-08-26T18:40:38.601Z] --parallel Build images in parallel. [Pipeline] } [2020-08-26T18:40:38.933Z] $ docker stop --time=1 369fe46c0be71d5f0c14ba8142057f22c4411ef05006ff3908307d9cb1b56adf [2020-08-26T18:40:40.883Z] $ docker rm -f 369fe46c0be71d5f0c14ba8142057f22c4411ef05006ff3908307d9cb1b56adf [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-26T18:40:41.889Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-26T18:40:41.889Z] . [Pipeline] withDockerContainer [2020-08-26T18:40:42.205Z] prd-ubuntu18.04-docker-arm64-4c-16g-410 does not seem to be running inside a container [2020-08-26T18:40:42.309Z] $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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-08-26T18:40:43.714Z] $ docker top f0b6e228a8503d88f11627b520cbd606e32e2421df9ee63d1f654202463f7002 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-26T18:40:44.809Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-08-26T18:40:48.234Z] Building docker-core-command-go ... [2020-08-26T18:40:48.234Z] Building docker-core-data-go ... [2020-08-26T18:40:48.234Z] Building docker-core-metadata-go ... [2020-08-26T18:40:48.234Z] Building docker-security-proxy-setup-go ... [2020-08-26T18:40:48.234Z] Building docker-security-secrets-setup-go ... [2020-08-26T18:40:48.234Z] Building docker-security-secretstore-setup-go ... [2020-08-26T18:40:48.234Z] Building docker-support-logging-go ... [2020-08-26T18:40:48.234Z] Building docker-support-notifications-go ... [2020-08-26T18:40:48.234Z] Building docker-support-scheduler-go ... [2020-08-26T18:40:48.234Z] Building docker-sys-mgmt-agent-go ... [2020-08-26T18:40:48.234Z] Building docker-core-metadata-go [2020-08-26T18:40:48.234Z] Building docker-support-scheduler-go [2020-08-26T18:40:48.234Z] Building docker-core-data-go [2020-08-26T18:40:48.234Z] Building docker-sys-mgmt-agent-go [2020-08-26T18:40:48.234Z] Building docker-security-secrets-setup-go [2020-08-26T18:42:55.130Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-26T18:42:55.130Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-26T18:42:55.130Z] ---> 85fa614693a9 [2020-08-26T18:42:55.130Z] Step 3/21 : WORKDIR /edgex-go [2020-08-26T18:42:55.130Z] Step 1/27 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-26T18:42:55.130Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-08-26T18:42:55.130Z] ---> 85fa614693a9 [2020-08-26T18:42:55.130Z] Step 3/27 : WORKDIR /edgex-go [2020-08-26T18:42:55.130Z] Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-26T18:42:55.130Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-08-26T18:42:55.130Z] ---> 85fa614693a9 [2020-08-26T18:42:55.130Z] Step 3/29 : WORKDIR /edgex-go [2020-08-26T18:42:55.130Z] Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-26T18:42:55.130Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-08-26T18:42:55.130Z] ---> 85fa614693a9 [2020-08-26T18:42:55.130Z] Step 3/23 : WORKDIR /edgex-go [2020-08-26T18:42:55.130Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-26T18:42:55.130Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-08-26T18:42:55.130Z] ---> 85fa614693a9 [2020-08-26T18:42:55.130Z] Step 3/22 : WORKDIR /edgex-go [2020-08-26T18:42:55.130Z] ---> Running in ec8d9f4ec883 [2020-08-26T18:42:55.130Z] ---> Running in 067b3b682ceb [2020-08-26T18:42:55.130Z] ---> Running in e8d56cf86eab [2020-08-26T18:42:55.130Z] ---> Running in c98420db90f9 [2020-08-26T18:42:55.130Z] ---> Running in 7011572aec2c [2020-08-26T18:42:55.130Z] Removing intermediate container 067b3b682ceb [2020-08-26T18:42:55.130Z] ---> a5c744343b63 [2020-08-26T18:42:55.130Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-26T18:42:55.130Z] Removing intermediate container ec8d9f4ec883 [2020-08-26T18:42:55.130Z] ---> 1a77fe02f2b7 [2020-08-26T18:42:55.130Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-26T18:42:55.130Z] Removing intermediate container c98420db90f9 [2020-08-26T18:42:55.130Z] ---> fd5bb157d4d9 [2020-08-26T18:42:55.130Z] Step 4/29 : RUN apk update && apk add make git [2020-08-26T18:42:55.130Z] ---> Running in af0e1f96df33 [2020-08-26T18:42:55.130Z] Removing intermediate container e8d56cf86eab [2020-08-26T18:42:55.130Z] ---> 372eb73e899b [2020-08-26T18:42:55.130Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-26T18:42:55.130Z] Removing intermediate container 7011572aec2c [2020-08-26T18:42:55.130Z] ---> 6ab594ce28d3 [2020-08-26T18:42:55.130Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-26T18:42:55.130Z] ---> Running in 96e940535c31 [2020-08-26T18:42:55.130Z] ---> Running in b9c1e73a3ebd [2020-08-26T18:42:55.130Z] ---> Running in 8e1f81089461 [2020-08-26T18:42:55.130Z] ---> Running in 5f6241f73a72 [2020-08-26T18:42:55.130Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-26T18:42:55.130Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-26T18:42:55.130Z] Removing intermediate container af0e1f96df33 [2020-08-26T18:42:55.130Z] ---> af35632ec4bb [2020-08-26T18:42:55.130Z] Step 5/22 : RUN apk update && apk add make git [2020-08-26T18:42:55.130Z] ---> Running in cfd1c1a56a2d [2020-08-26T18:42:55.130Z] Removing intermediate container 96e940535c31 [2020-08-26T18:42:55.130Z] ---> eab17b08958f [2020-08-26T18:42:55.130Z] Step 5/27 : RUN apk update && apk add make bash git [2020-08-26T18:42:55.130Z] v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-26T18:42:55.130Z] v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-26T18:42:55.130Z] OK: 12617 distinct packages available [2020-08-26T18:42:55.130Z] ---> Running in 41c8ac16c643 [2020-08-26T18:42:55.130Z] Removing intermediate container 5f6241f73a72 [2020-08-26T18:42:55.130Z] ---> a5044cc23127 [2020-08-26T18:42:55.130Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-08-26T18:42:55.130Z] Removing intermediate container 8e1f81089461 [2020-08-26T18:42:55.130Z] ---> d97a22374dcc [2020-08-26T18:42:55.130Z] Step 5/21 : RUN apk update && apk add make git [2020-08-26T18:42:55.130Z] ---> Running in d2045f84949b [2020-08-26T18:42:55.130Z] ---> Running in 9cf53f28ea8d [2020-08-26T18:42:55.130Z] OK: 217 MiB in 51 packages [2020-08-26T18:42:55.130Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-26T18:42:55.130Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-26T18:42:55.130Z] Removing intermediate container b9c1e73a3ebd [2020-08-26T18:42:55.130Z] ---> 2b23bbf4f041 [2020-08-26T18:42:55.130Z] Step 5/29 : COPY go.mod . [2020-08-26T18:42:55.130Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-26T18:42:55.130Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-26T18:42:55.130Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-26T18:42:55.130Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-26T18:42:55.130Z] ---> 7fc695eba0d1 [2020-08-26T18:42:55.130Z] Step 6/29 : RUN go mod download [2020-08-26T18:42:55.130Z] ---> Running in 159979c17f77 [2020-08-26T18:42:55.130Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-26T18:42:55.130Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-26T18:42:55.130Z] v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-26T18:42:55.130Z] v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-26T18:42:55.130Z] OK: 12617 distinct packages available [2020-08-26T18:42:55.130Z] v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-26T18:42:55.130Z] v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-26T18:42:55.130Z] OK: 12617 distinct packages available [2020-08-26T18:42:55.130Z] OK: 217 MiB in 51 packages [2020-08-26T18:42:55.130Z] v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-26T18:42:55.130Z] v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-26T18:42:55.130Z] OK: 12617 distinct packages available [2020-08-26T18:42:55.409Z] OK: 217 MiB in 51 packages [2020-08-26T18:42:55.409Z] v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-26T18:42:55.409Z] v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-26T18:42:55.409Z] OK: 12617 distinct packages available [2020-08-26T18:42:56.405Z] OK: 217 MiB in 51 packages [2020-08-26T18:42:56.405Z] OK: 217 MiB in 51 packages [2020-08-26T18:42:57.005Z] Removing intermediate container cfd1c1a56a2d [2020-08-26T18:42:57.005Z] ---> cf66ce495345 [2020-08-26T18:42:57.005Z] Step 6/22 : COPY go.mod . [2020-08-26T18:42:57.279Z] Removing intermediate container 41c8ac16c643 [2020-08-26T18:42:57.280Z] ---> 17b7a186d873 [2020-08-26T18:42:57.280Z] Step 6/27 : COPY go.mod . [2020-08-26T18:42:57.878Z] ---> e0a64d549aea [2020-08-26T18:42:57.878Z] Step 7/22 : RUN go mod download [2020-08-26T18:42:58.149Z] ---> Running in ebf7c8d49835 [2020-08-26T18:42:58.149Z] Removing intermediate container 159979c17f77 [2020-08-26T18:42:58.149Z] ---> 74aa5be03151 [2020-08-26T18:42:58.149Z] Step 7/29 : COPY . . [2020-08-26T18:42:58.471Z] Removing intermediate container 9cf53f28ea8d [2020-08-26T18:42:58.471Z] ---> 28e9d692c253 [2020-08-26T18:42:58.471Z] Step 6/21 : COPY go.mod . [2020-08-26T18:42:58.471Z] ---> c28206f8084e [2020-08-26T18:42:58.471Z] Step 7/27 : RUN go mod download [2020-08-26T18:42:58.471Z] Removing intermediate container d2045f84949b [2020-08-26T18:42:58.471Z] ---> 4a6a6de3a1e2 [2020-08-26T18:42:58.471Z] Step 6/23 : COPY go.mod . [2020-08-26T18:42:58.769Z] ---> Running in fdacd10d1ee8 [2020-08-26T18:42:59.835Z] ---> 05093755da23 [2020-08-26T18:42:59.835Z] Step 7/21 : RUN go mod download [2020-08-26T18:43:00.107Z] ---> ff2347f84db1 [2020-08-26T18:43:00.107Z] Step 7/23 : RUN go mod download [2020-08-26T18:43:00.381Z] ---> Running in 0d60fdf08cfb [2020-08-26T18:43:00.381Z] ---> Running in 5dd76ed85634 [2020-08-26T18:43:03.785Z] Removing intermediate container ebf7c8d49835 [2020-08-26T18:43:03.785Z] ---> 4729ca03662c [2020-08-26T18:43:03.785Z] Step 8/22 : COPY . . [2020-08-26T18:43:04.379Z] Removing intermediate container fdacd10d1ee8 [2020-08-26T18:43:04.379Z] ---> 1747c7664da9 [2020-08-26T18:43:04.379Z] Step 8/27 : COPY . . [2020-08-26T18:43:05.382Z] Removing intermediate container 5dd76ed85634 [2020-08-26T18:43:05.382Z] ---> ec00b398d374 [2020-08-26T18:43:05.382Z] Step 8/23 : COPY . . [2020-08-26T18:43:05.983Z] Removing intermediate container 0d60fdf08cfb [2020-08-26T18:43:05.983Z] ---> 8a73c270032d [2020-08-26T18:43:05.983Z] Step 8/21 : COPY . . [2020-08-26T18:43:32.862Z] ---> bb2c2c43b537 [2020-08-26T18:43:32.862Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-08-26T18:43:32.862Z] ---> 66c8340bd464 [2020-08-26T18:43:32.862Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-08-26T18:43:32.862Z] ---> Running in dd56f2dcb587 [2020-08-26T18:43:32.862Z] ---> 7cd081229a8b [2020-08-26T18:43:32.862Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-08-26T18:43:32.862Z] ---> 39d6d92ba8b8 [2020-08-26T18:43:32.862Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-08-26T18:43:32.862Z] ---> Running in ab1409b22eee [2020-08-26T18:43:32.862Z] ---> Running in 6072cc1a638d [2020-08-26T18:43:32.862Z] ---> Running in 04742de78347 [2020-08-26T18:43:32.862Z] ---> 559bb7b36a10 [2020-08-26T18:43:32.862Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-08-26T18:43:32.862Z] ---> Running in f8ca578f3a83 [2020-08-26T18:43:32.862Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-08-26T18:43:33.467Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-08-26T18:43:33.745Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-08-26T18:43:34.021Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-08-26T18:43:34.298Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-08-26T18:44:56.108Z] Removing intermediate container dd56f2dcb587 [2020-08-26T18:44:56.108Z] ---> 6629148a38b5 [2020-08-26T18:44:56.108Z] [2020-08-26T18:44:56.108Z] Step 9/29 : FROM alpine:latest [2020-08-26T18:44:56.108Z] latest: Pulling from library/alpine [2020-08-26T18:44:56.108Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-08-26T18:44:56.108Z] Status: Downloaded newer image for alpine:latest [2020-08-26T18:44:56.108Z] ---> 62ee0e9f8440 [2020-08-26T18:44:56.108Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-08-26T18:44:56.108Z] ---> Running in e5b3442c5f7c [2020-08-26T18:44:56.108Z] Removing intermediate container e5b3442c5f7c [2020-08-26T18:44:56.108Z] ---> 5d1607fcce71 [2020-08-26T18:44:56.108Z] Step 11/29 : USER root [2020-08-26T18:44:56.108Z] ---> Running in a9c0db2d52c0 [2020-08-26T18:44:56.108Z] Removing intermediate container a9c0db2d52c0 [2020-08-26T18:44:56.108Z] ---> eb943c53e42b [2020-08-26T18:44:56.108Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-08-26T18:44:56.380Z] ---> Running in 1a457c33428e [2020-08-26T18:44:59.013Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-26T18:44:59.288Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-26T18:45:00.277Z] v3.12.0-263-gf2a2ffc32b [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-26T18:45:00.277Z] v3.12.0-259-g31aac9de85 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-26T18:45:00.277Z] OK: 12617 distinct packages available [2020-08-26T18:45:00.878Z] (1/2) Installing ca-certificates (20191127-r4) [2020-08-26T18:45:01.156Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-08-26T18:45:01.156Z] Executing busybox-1.31.1-r16.trigger [2020-08-26T18:45:01.156Z] Executing ca-certificates-20191127-r4.trigger [2020-08-26T18:45:01.433Z] OK: 6 MiB in 16 packages [2020-08-26T18:45:04.079Z] Removing intermediate container 1a457c33428e [2020-08-26T18:45:04.079Z] ---> 994e243f6ccc [2020-08-26T18:45:04.079Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-08-26T18:45:04.365Z] ---> Running in d2bc42ea6358 [2020-08-26T18:45:04.975Z] Removing intermediate container d2bc42ea6358 [2020-08-26T18:45:04.975Z] ---> 36bc00e3af08 [2020-08-26T18:45:04.975Z] Step 14/29 : WORKDIR $BASE_DIR [2020-08-26T18:45:05.254Z] ---> Running in 2a4bb479b3b1 [2020-08-26T18:45:06.252Z] Removing intermediate container 2a4bb479b3b1 [2020-08-26T18:45:06.252Z] ---> d70850029b6f [2020-08-26T18:45:06.252Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-08-26T18:45:06.856Z] ---> Running in ea5b48219989 [2020-08-26T18:45:09.498Z] Removing intermediate container 04742de78347 [2020-08-26T18:45:09.498Z] ---> 2b2a83914493 [2020-08-26T18:45:09.498Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-08-26T18:45:09.498Z] ---> Running in 3319bb3b13d7 [2020-08-26T18:45:12.143Z] Removing intermediate container ea5b48219989 [2020-08-26T18:45:12.143Z] ---> 6a2137cd1d10 [2020-08-26T18:45:12.143Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-08-26T18:45:12.143Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-08-26T18:45:13.586Z] ---> 694d02603dc8 [2020-08-26T18:45:13.586Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-08-26T18:45:14.200Z] ---> bb6e0b150ce4 [2020-08-26T18:45:14.200Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-08-26T18:45:15.644Z] ---> 4327b8cdb89f [2020-08-26T18:45:15.644Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-08-26T18:45:16.638Z] ---> fbbbd883f738 [2020-08-26T18:45:16.638Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-08-26T18:45:17.645Z] ---> 78dc5557e7a3 [2020-08-26T18:45:17.645Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-08-26T18:45:17.935Z] ---> Running in 524adde3b208 [2020-08-26T18:45:18.945Z] Removing intermediate container 3319bb3b13d7 [2020-08-26T18:45:18.945Z] ---> d6bd4d841c64 [2020-08-26T18:45:18.945Z] [2020-08-26T18:45:18.945Z] Step 11/27 : FROM docker:latest [2020-08-26T18:45:18.945Z] ---> ce9d55ae87f1 [2020-08-26T18:45:18.945Z] Step 12/27 : RUN apk add --no-cache bash [2020-08-26T18:45:19.227Z] ---> Running in 3bcdf55c25d0 [2020-08-26T18:45:21.884Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-26T18:45:21.884Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-26T18:45:21.884Z] Removing intermediate container 524adde3b208 [2020-08-26T18:45:21.884Z] ---> 23c74d6f37b0 [2020-08-26T18:45:21.884Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-08-26T18:45:22.871Z] (1/2) Installing readline (8.0.4-r0) [2020-08-26T18:45:22.871Z] (2/2) Installing bash (5.0.17-r0) [2020-08-26T18:45:22.871Z] Executing bash-5.0.17-r0.post-install [2020-08-26T18:45:22.871Z] Executing busybox-1.31.1-r16.trigger [2020-08-26T18:45:22.871Z] OK: 12 MiB in 22 packages [2020-08-26T18:45:23.150Z] ---> ea0654c9da3e [2020-08-26T18:45:23.151Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-26T18:45:23.432Z] ---> Running in a59efb156f73 [2020-08-26T18:45:25.438Z] Removing intermediate container 3bcdf55c25d0 [2020-08-26T18:45:25.438Z] ---> f4ae05d28fee [2020-08-26T18:45:25.438Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-08-26T18:45:25.719Z] ---> Running in 954ef884b41b [2020-08-26T18:45:29.245Z] Removing intermediate container a59efb156f73 [2020-08-26T18:45:29.245Z] ---> dc84bc64039b [2020-08-26T18:45:29.245Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-08-26T18:45:29.519Z] ---> Running in 0727d8d8e61a [2020-08-26T18:45:31.502Z] Removing intermediate container 6072cc1a638d [2020-08-26T18:45:31.502Z] ---> 4d3cc3a03114 [2020-08-26T18:45:31.502Z] [2020-08-26T18:45:31.502Z] Step 10/21 : FROM scratch [2020-08-26T18:45:31.502Z] ---> [2020-08-26T18:45:31.502Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-26T18:45:31.775Z] ---> Running in d0fa95de15af [2020-08-26T18:45:31.775Z] Removing intermediate container 954ef884b41b [2020-08-26T18:45:31.775Z] ---> b3c606e8007c [2020-08-26T18:45:31.775Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-08-26T18:45:32.055Z] ---> Running in 58d40124d296 [2020-08-26T18:45:32.658Z] Removing intermediate container d0fa95de15af [2020-08-26T18:45:32.658Z] ---> 34851e93f378 [2020-08-26T18:45:32.658Z] Step 12/21 : ENV APP_PORT=48085 [2020-08-26T18:45:32.940Z] ---> Running in 7ec419203816 [2020-08-26T18:45:32.940Z] Removing intermediate container 58d40124d296 [2020-08-26T18:45:32.940Z] ---> dcc8713f9c79 [2020-08-26T18:45:32.940Z] Step 15/27 : ENV APP_PORT=48090 [2020-08-26T18:45:33.231Z] ---> Running in 779551f2f42a [2020-08-26T18:45:33.832Z] Removing intermediate container 7ec419203816 [2020-08-26T18:45:33.832Z] ---> 9fba71514c93 [2020-08-26T18:45:33.832Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-26T18:45:34.428Z] ---> Running in f58fc7cf4d0f [2020-08-26T18:45:34.428Z] Removing intermediate container 779551f2f42a [2020-08-26T18:45:34.428Z] ---> c906b32d646a [2020-08-26T18:45:34.428Z] Step 16/27 : EXPOSE $APP_PORT [2020-08-26T18:45:34.705Z] Removing intermediate container 0727d8d8e61a [2020-08-26T18:45:34.705Z] ---> 05e2c5f0dc91 [2020-08-26T18:45:34.705Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-08-26T18:45:34.705Z] ---> Running in 8b52ec725f4b [2020-08-26T18:45:34.987Z] ---> Running in 5b9220063346 [2020-08-26T18:45:35.262Z] Removing intermediate container f58fc7cf4d0f [2020-08-26T18:45:35.262Z] ---> 88677b785bc9 [2020-08-26T18:45:35.262Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-08-26T18:45:35.861Z] Removing intermediate container 8b52ec725f4b [2020-08-26T18:45:35.861Z] ---> 722ad4f552f3 [2020-08-26T18:45:35.861Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-08-26T18:45:35.861Z] Removing intermediate container 5b9220063346 [2020-08-26T18:45:35.861Z] ---> a670a6d7d4e0 [2020-08-26T18:45:35.861Z] Step 26/29 : CMD [ "generate" ] [2020-08-26T18:45:36.457Z] ---> Running in 38e99c542d24 [2020-08-26T18:45:36.457Z] ---> 916ee4e26221 [2020-08-26T18:45:36.457Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-08-26T18:45:36.457Z] Removing intermediate container ab1409b22eee [2020-08-26T18:45:36.457Z] ---> fbfa7a90c4f3 [2020-08-26T18:45:36.457Z] [2020-08-26T18:45:36.457Z] Step 10/22 : FROM scratch [2020-08-26T18:45:36.457Z] ---> [2020-08-26T18:45:36.457Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-26T18:45:36.732Z] ---> Using cache [2020-08-26T18:45:36.732Z] ---> 34851e93f378 [2020-08-26T18:45:36.732Z] Step 12/22 : ENV APP_PORT=48081 [2020-08-26T18:45:37.007Z] ---> Running in 406f11652d97 [2020-08-26T18:45:37.285Z] Removing intermediate container 38e99c542d24 [2020-08-26T18:45:37.285Z] ---> b61e4f9cb582 [2020-08-26T18:45:37.285Z] Step 27/29 : LABEL arch=arm64 [2020-08-26T18:45:37.564Z] ---> f678cc55745c [2020-08-26T18:45:37.564Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-08-26T18:45:37.564Z] ---> Running in 272ff9cbefdb [2020-08-26T18:45:37.837Z] Removing intermediate container 406f11652d97 [2020-08-26T18:45:37.837Z] ---> c651b30f5111 [2020-08-26T18:45:37.837Z] Step 13/22 : EXPOSE $APP_PORT [2020-08-26T18:45:37.837Z] ---> Running in ef7083548a8b [2020-08-26T18:45:38.449Z] ---> f32f10c34156 [2020-08-26T18:45:38.449Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-08-26T18:45:38.728Z] Removing intermediate container 272ff9cbefdb [2020-08-26T18:45:38.728Z] ---> c0936efcfa92 [2020-08-26T18:45:38.728Z] Step 28/29 : LABEL git_sha=b4bfd58027c81c708385082aa5fd62a8126638b5 [2020-08-26T18:45:38.728Z] Removing intermediate container ef7083548a8b [2020-08-26T18:45:38.728Z] ---> 7a5a5f2bf7d2 [2020-08-26T18:45:38.728Z] Step 14/22 : WORKDIR / [2020-08-26T18:45:38.728Z] ---> Running in 3f2d18a5a080 [2020-08-26T18:45:38.728Z] ---> 176b1831859d [2020-08-26T18:45:38.728Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-08-26T18:45:39.007Z] ---> Running in c3070dab9579 [2020-08-26T18:45:39.606Z] Removing intermediate container 3f2d18a5a080 [2020-08-26T18:45:39.606Z] ---> 948aea93c80e [2020-08-26T18:45:39.606Z] Step 29/29 : LABEL version=0.0.0 [2020-08-26T18:45:39.606Z] ---> Running in cf413ad6c5fc [2020-08-26T18:45:39.880Z] ---> 9594b45a802f [2020-08-26T18:45:39.880Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-08-26T18:45:39.880Z] Removing intermediate container c3070dab9579 [2020-08-26T18:45:39.880Z] ---> 26b420d985fe [2020-08-26T18:45:39.880Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-08-26T18:45:39.880Z] ---> Running in ce67617c9847 [2020-08-26T18:45:40.159Z] ---> a4a67a799539 [2020-08-26T18:45:40.159Z] Step 20/27 : RUN apk --no-cache add py-pip [2020-08-26T18:45:40.433Z] Removing intermediate container cf413ad6c5fc [2020-08-26T18:45:40.433Z] ---> 818b93124785 [2020-08-26T18:45:40.433Z] [2020-08-26T18:45:41.054Z] ---> Running in 99cefdfa5856 [2020-08-26T18:45:41.054Z] Successfully built 818b93124785 [2020-08-26T18:45:41.054Z] ---> e9d2b4888c84 [2020-08-26T18:45:41.054Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-08-26T18:45:41.054Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-08-26T18:45:41.054Z]  Building docker-security-secrets-setup-go ... done Building docker-security-secretstore-setup-go [2020-08-26T18:45:41.054Z] Removing intermediate container ce67617c9847 [2020-08-26T18:45:41.054Z] ---> 2d83cf1ffe0b [2020-08-26T18:45:41.054Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-26T18:45:41.357Z] ---> Running in bb0fc3f92c34 [2020-08-26T18:45:42.809Z] Removing intermediate container bb0fc3f92c34 [2020-08-26T18:45:42.809Z] ---> 03530ac7897e [2020-08-26T18:45:42.809Z] Step 19/21 : LABEL arch=arm64 [2020-08-26T18:45:43.410Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-26T18:45:43.687Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-26T18:45:43.972Z] ---> 4cd00d5acede [2020-08-26T18:45:43.972Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-08-26T18:45:44.254Z] ---> Running in 2931b0736378 [2020-08-26T18:45:44.533Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-08-26T18:45:44.533Z] (2/33) Installing expat (2.2.9-r1) [2020-08-26T18:45:44.533Z] (3/33) Installing libffi (3.3-r2) [2020-08-26T18:45:44.533Z] (4/33) Installing gdbm (1.13-r1) [2020-08-26T18:45:44.533Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-08-26T18:45:44.533Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-08-26T18:45:44.533Z] (7/33) Installing python3 (3.8.5-r0) [2020-08-26T18:45:45.990Z] Removing intermediate container 2931b0736378 [2020-08-26T18:45:45.990Z] ---> e4db91b3007a [2020-08-26T18:45:45.990Z] Step 20/21 : LABEL git_sha=b4bfd58027c81c708385082aa5fd62a8126638b5 [2020-08-26T18:45:46.605Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-08-26T18:45:46.605Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-08-26T18:45:46.605Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-08-26T18:45:46.605Z] (11/33) Installing py3-six (1.15.0-r0) [2020-08-26T18:45:46.605Z] (12/33) Installing py3-packaging (20.4-r0) [2020-08-26T18:45:46.605Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-08-26T18:45:46.605Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-08-26T18:45:46.605Z] (15/33) Installing py3-idna (2.9-r0) [2020-08-26T18:45:46.879Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-08-26T18:45:46.879Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-08-26T18:45:46.879Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-08-26T18:45:46.879Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-08-26T18:45:46.879Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-08-26T18:45:46.879Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-08-26T18:45:46.879Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-08-26T18:45:46.879Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-08-26T18:45:46.879Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-08-26T18:45:46.879Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-08-26T18:45:46.879Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-08-26T18:45:47.152Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-08-26T18:45:47.152Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-08-26T18:45:47.152Z] (29/33) Installing py3-progress (1.5-r0) [2020-08-26T18:45:47.152Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-08-26T18:45:47.152Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-08-26T18:45:47.152Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-08-26T18:45:47.152Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-08-26T18:45:47.152Z] ---> c970bd891b2a [2020-08-26T18:45:47.152Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-08-26T18:45:47.152Z] Executing busybox-1.31.1-r16.trigger [2020-08-26T18:45:47.433Z] OK: 71 MiB in 55 packages [2020-08-26T18:45:47.433Z] ---> Running in 09bd409bcb3f [2020-08-26T18:45:47.708Z] ---> Running in da87966f9389 [2020-08-26T18:45:48.692Z] Removing intermediate container 09bd409bcb3f [2020-08-26T18:45:48.692Z] ---> 2349a4dc17ca [2020-08-26T18:45:48.692Z] Step 21/21 : LABEL version=0.0.0 [2020-08-26T18:45:49.300Z] Removing intermediate container da87966f9389 [2020-08-26T18:45:49.300Z] ---> 74f6a8e02e48 [2020-08-26T18:45:49.300Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-26T18:45:49.300Z] ---> Running in ce32229fc7ee [2020-08-26T18:45:49.594Z] ---> Running in b2cf1839f64e [2020-08-26T18:45:50.192Z] Removing intermediate container ce32229fc7ee [2020-08-26T18:45:50.192Z] ---> 731b8a953936 [2020-08-26T18:45:50.192Z] [2020-08-26T18:45:50.463Z] Removing intermediate container b2cf1839f64e [2020-08-26T18:45:50.463Z] ---> 9654ba0f8c34 [2020-08-26T18:45:50.463Z] Step 20/22 : LABEL arch=arm64 [2020-08-26T18:45:51.070Z] ---> Running in 2e0fae1c8cda [2020-08-26T18:45:51.070Z] Successfully built 731b8a953936 [2020-08-26T18:45:51.070Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-08-26T18:45:51.070Z] Building docker-support-notifications-go [2020-08-26T18:45:52.049Z]  Building docker-support-scheduler-go ... done Removing intermediate container 2e0fae1c8cda [2020-08-26T18:45:52.049Z] ---> c492b3b88bab [2020-08-26T18:45:52.049Z] Step 21/22 : LABEL git_sha=b4bfd58027c81c708385082aa5fd62a8126638b5 [2020-08-26T18:45:52.647Z] ---> Running in 34bbb62d6583 [2020-08-26T18:45:54.630Z] Removing intermediate container 34bbb62d6583 [2020-08-26T18:45:54.630Z] ---> 59dc70ce438c [2020-08-26T18:45:54.630Z] Step 22/22 : LABEL version=0.0.0 [2020-08-26T18:45:54.899Z] Removing intermediate container f8ca578f3a83 [2020-08-26T18:45:54.899Z] ---> fca4dfc1d3af [2020-08-26T18:45:54.899Z] [2020-08-26T18:45:54.899Z] Step 10/23 : FROM alpine [2020-08-26T18:45:54.899Z] ---> 62ee0e9f8440 [2020-08-26T18:45:54.899Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-26T18:45:55.875Z] ---> Running in 4640c4dd2c36 [2020-08-26T18:45:55.875Z] ---> Running in c6cb04e6dea6 [2020-08-26T18:45:56.859Z] Removing intermediate container 99cefdfa5856 [2020-08-26T18:45:56.859Z] ---> c7b727be60c5 [2020-08-26T18:45:56.859Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-08-26T18:45:57.134Z] Removing intermediate container c6cb04e6dea6 [2020-08-26T18:45:57.134Z] ---> 907365116458 [2020-08-26T18:45:57.134Z] Step 12/23 : ENV APP_PORT=48080 [2020-08-26T18:45:57.134Z] Removing intermediate container 4640c4dd2c36 [2020-08-26T18:45:57.134Z] ---> a062b829eac6 [2020-08-26T18:45:57.134Z] [2020-08-26T18:45:57.408Z] ---> Running in 094627d7c8f1 [2020-08-26T18:45:57.683Z] ---> Running in 5b1349094548 [2020-08-26T18:45:57.683Z] Successfully built a062b829eac6 [2020-08-26T18:45:57.683Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-08-26T18:45:57.683Z] Building docker-core-command-go [2020-08-26T18:45:58.671Z]  Building docker-core-metadata-go ... done Removing intermediate container 5b1349094548 [2020-08-26T18:45:58.671Z] ---> 695e21dfd875 [2020-08-26T18:45:58.671Z] Step 13/23 : EXPOSE $APP_PORT [2020-08-26T18:45:58.671Z] ---> Running in a2575c70a2ce [2020-08-26T18:45:59.663Z] Removing intermediate container a2575c70a2ce [2020-08-26T18:45:59.663Z] ---> 1c2e3fcb8f10 [2020-08-26T18:45:59.663Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-26T18:46:01.105Z] ---> Running in c9960f9319d2 [2020-08-26T18:46:03.913Z] Collecting docker-compose==1.23.2 [2020-08-26T18:46:03.913Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-08-26T18:46:05.934Z] Collecting cached-property<2,>=1.2.0 [2020-08-26T18:46:05.934Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-08-26T18:46:05.934Z] Removing intermediate container c9960f9319d2 [2020-08-26T18:46:05.934Z] ---> d0bc37330671 [2020-08-26T18:46:05.934Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-08-26T18:46:06.910Z] Collecting PyYAML<4,>=3.10 [2020-08-26T18:46:06.910Z] ---> Running in 8406b16bbf6e [2020-08-26T18:46:06.910Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-08-26T18:46:08.874Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-26T18:46:09.146Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-26T18:46:10.137Z] (1/5) Installing libgcc (9.3.0-r2) [2020-08-26T18:46:10.137Z] (2/5) Installing libsodium (1.0.18-r0) [2020-08-26T18:46:10.137Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-08-26T18:46:10.413Z] (4/5) Installing libzmq (4.3.2-r0) [2020-08-26T18:46:10.413Z] (5/5) Installing zeromq (4.3.2-r0) [2020-08-26T18:46:10.413Z] Collecting texttable<0.10,>=0.9.0 [2020-08-26T18:46:10.413Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-08-26T18:46:10.687Z] Executing busybox-1.31.1-r16.trigger [2020-08-26T18:46:10.687Z] OK: 8 MiB in 19 packages [2020-08-26T18:46:13.311Z] Collecting dockerpty<0.5,>=0.4.1 [2020-08-26T18:46:13.311Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-08-26T18:46:14.296Z] Removing intermediate container 8406b16bbf6e [2020-08-26T18:46:14.296Z] ---> 2c2cf60f8fb6 [2020-08-26T18:46:14.296Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-08-26T18:46:15.739Z] ---> 0e92e4f09a59 [2020-08-26T18:46:15.739Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-08-26T18:46:17.167Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-08-26T18:46:17.167Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-08-26T18:46:18.150Z] Collecting docker<4.0,>=3.6.0 [2020-08-26T18:46:18.150Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-08-26T18:46:18.746Z] ---> 88a5d0665af3 [2020-08-26T18:46:18.746Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-08-26T18:46:19.339Z] Collecting jsonschema<3,>=2.5.1 [2020-08-26T18:46:19.339Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-08-26T18:46:19.339Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-26T18:46:19.339Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-08-26T18:46:19.339Z] ---> 85fa614693a9 [2020-08-26T18:46:19.339Z] Step 3/26 : WORKDIR /edgex-go [2020-08-26T18:46:19.339Z] ---> Using cache [2020-08-26T18:46:19.339Z] ---> 6ab594ce28d3 [2020-08-26T18:46:19.339Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-26T18:46:19.339Z] ---> Using cache [2020-08-26T18:46:19.339Z] ---> d97a22374dcc [2020-08-26T18:46:19.339Z] Step 5/26 : RUN apk update && apk add make git [2020-08-26T18:46:19.339Z] ---> Using cache [2020-08-26T18:46:19.339Z] ---> 28e9d692c253 [2020-08-26T18:46:19.339Z] Step 6/26 : COPY go.mod . [2020-08-26T18:46:19.339Z] ---> Using cache [2020-08-26T18:46:19.339Z] ---> 05093755da23 [2020-08-26T18:46:19.339Z] Step 7/26 : RUN go mod download [2020-08-26T18:46:19.339Z] ---> Using cache [2020-08-26T18:46:19.339Z] ---> 8a73c270032d [2020-08-26T18:46:19.339Z] Step 8/26 : COPY . . [2020-08-26T18:46:19.339Z] ---> Using cache [2020-08-26T18:46:19.339Z] ---> 7cd081229a8b [2020-08-26T18:46:19.339Z] Step 9/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup cmd/security-secretstore-read/security-secretstore-read [2020-08-26T18:46:19.942Z] ---> Running in 8e138bac06d8 [2020-08-26T18:46:19.942Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-08-26T18:46:20.225Z] ---> 8c2dc8b7798f [2020-08-26T18:46:20.225Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-08-26T18:46:20.504Z] Collecting websocket-client<1.0,>=0.32.0 [2020-08-26T18:46:20.505Z] ---> Running in 64c70acc19f5 [2020-08-26T18:46:20.505Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-08-26T18:46:21.109Z] Collecting docopt<0.7,>=0.6.1 [2020-08-26T18:46:21.109Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-08-26T18:46:21.109Z] Removing intermediate container 64c70acc19f5 [2020-08-26T18:46:21.109Z] ---> 0bf158c0de37 [2020-08-26T18:46:21.109Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-26T18:46:21.387Z] ---> Running in 7b14ee93d548 [2020-08-26T18:46:22.005Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-08-26T18:46:22.005Z] Removing intermediate container 7b14ee93d548 [2020-08-26T18:46:22.005Z] ---> c153016c6023 [2020-08-26T18:46:22.005Z] Step 21/23 : LABEL arch=arm64 [2020-08-26T18:46:22.615Z] ---> Running in cd4bd208fa73 [2020-08-26T18:46:23.604Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2020-08-26T18:46:23.880Z] Removing intermediate container cd4bd208fa73 [2020-08-26T18:46:23.880Z] ---> 71502fee3a2b [2020-08-26T18:46:23.880Z] Step 22/23 : LABEL git_sha=b4bfd58027c81c708385082aa5fd62a8126638b5 [2020-08-26T18:46:24.485Z] ---> Running in 050b57078452 [2020-08-26T18:46:24.759Z] Collecting urllib3<1.25,>=1.21.1 [2020-08-26T18:46:24.759Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-08-26T18:46:25.038Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2020-08-26T18:46:25.315Z] Collecting idna<2.8,>=2.5 [2020-08-26T18:46:25.315Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-08-26T18:46:25.915Z] Removing intermediate container 050b57078452 [2020-08-26T18:46:25.915Z] ---> 83ce7a0bf612 [2020-08-26T18:46:25.915Z] Step 23/23 : LABEL version=0.0.0 [2020-08-26T18:46:26.189Z] Collecting docker-pycreds>=0.4.0 [2020-08-26T18:46:26.189Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-08-26T18:46:26.467Z] ---> Running in 4ff5b5dfe685 [2020-08-26T18:46:26.467Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-08-26T18:46:26.741Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-08-26T18:46:26.741Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-08-26T18:46:26.741Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-08-26T18:46:27.725Z] Removing intermediate container 4ff5b5dfe685 [2020-08-26T18:46:27.725Z] ---> 7a20f5efd4ab [2020-08-26T18:46:27.725Z] [2020-08-26T18:46:27.725Z] Installing collected packages: cached-property, PyYAML, texttable, dockerpty, urllib3, idna, requests, websocket-client, docker-pycreds, docker, jsonschema, docopt, docker-compose [2020-08-26T18:46:27.725Z] Running setup.py install for PyYAML: started [2020-08-26T18:46:28.325Z] Successfully built 7a20f5efd4ab [2020-08-26T18:46:28.325Z] Successfully tagged docker-core-data-go-arm64:latest [2020-08-26T18:46:28.325Z] Building docker-support-logging-go [2020-08-26T18:46:30.947Z]  Building docker-core-data-go ... done  Running setup.py install for PyYAML: finished with status 'done' [2020-08-26T18:46:30.947Z] Running setup.py install for texttable: started [2020-08-26T18:46:32.942Z] Running setup.py install for texttable: finished with status 'done' [2020-08-26T18:46:32.942Z] Running setup.py install for dockerpty: started [2020-08-26T18:46:34.935Z] Running setup.py install for dockerpty: finished with status 'done' [2020-08-26T18:46:34.935Z] Attempting uninstall: urllib3 [2020-08-26T18:46:34.935Z] Found existing installation: urllib3 1.25.9 [2020-08-26T18:46:34.935Z] Uninstalling urllib3-1.25.9: [2020-08-26T18:46:35.213Z] Successfully uninstalled urllib3-1.25.9 [2020-08-26T18:46:35.819Z] Attempting uninstall: idna [2020-08-26T18:46:35.820Z] Found existing installation: idna 2.9 [2020-08-26T18:46:36.095Z] Uninstalling idna-2.9: [2020-08-26T18:46:36.095Z] Successfully uninstalled idna-2.9 [2020-08-26T18:46:36.689Z] Attempting uninstall: requests [2020-08-26T18:46:36.689Z] Found existing installation: requests 2.23.0 [2020-08-26T18:46:36.689Z] Uninstalling requests-2.23.0: [2020-08-26T18:46:36.965Z] Successfully uninstalled requests-2.23.0 [2020-08-26T18:46:38.947Z] Running setup.py install for docopt: started [2020-08-26T18:46:40.415Z] Step 1/24 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-26T18:46:40.415Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-08-26T18:46:40.415Z] ---> 85fa614693a9 [2020-08-26T18:46:40.415Z] Step 3/24 : WORKDIR /edgex-go [2020-08-26T18:46:40.415Z] ---> Using cache [2020-08-26T18:46:40.415Z] ---> 6ab594ce28d3 [2020-08-26T18:46:40.415Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-26T18:46:40.415Z] ---> Using cache [2020-08-26T18:46:40.415Z] ---> d97a22374dcc [2020-08-26T18:46:40.415Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-08-26T18:46:41.402Z] Running setup.py install for docopt: finished with status 'done' [2020-08-26T18:46:42.034Z] ---> Running in 7aa1e4b442a0 [2020-08-26T18:46:42.652Z] Successfully installed PyYAML-3.13 cached-property-1.5.1 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2020-08-26T18:46:44.647Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-26T18:46:45.746Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-26T18:46:46.789Z] v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-26T18:46:46.789Z] v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-26T18:46:46.789Z] OK: 12617 distinct packages available [2020-08-26T18:46:47.393Z] OK: 217 MiB in 51 packages [2020-08-26T18:46:50.042Z] Removing intermediate container 094627d7c8f1 [2020-08-26T18:46:50.042Z] ---> b78bb8b89795 [2020-08-26T18:46:50.042Z] Step 22/27 : RUN apk --no-cache add curl [2020-08-26T18:46:50.042Z] ---> Running in fc75ab60db2d [2020-08-26T18:46:50.042Z] Removing intermediate container 7aa1e4b442a0 [2020-08-26T18:46:50.042Z] ---> 3b9bcd3b71c2 [2020-08-26T18:46:50.042Z] Step 6/24 : COPY go.mod . [2020-08-26T18:46:52.042Z] ---> 56f6b574463f [2020-08-26T18:46:52.042Z] Step 7/24 : RUN go mod download [2020-08-26T18:46:52.042Z] ---> Running in 4865ef0cca2c [2020-08-26T18:46:52.042Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-26T18:46:52.042Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-08-26T18:46:52.042Z] ---> 85fa614693a9 [2020-08-26T18:46:52.042Z] Step 3/22 : WORKDIR /edgex-go [2020-08-26T18:46:52.042Z] ---> Using cache [2020-08-26T18:46:52.042Z] ---> 6ab594ce28d3 [2020-08-26T18:46:52.042Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-26T18:46:52.042Z] ---> Using cache [2020-08-26T18:46:52.042Z] ---> d97a22374dcc [2020-08-26T18:46:52.042Z] Step 5/22 : RUN apk update && apk add make git [2020-08-26T18:46:52.042Z] ---> Using cache [2020-08-26T18:46:52.042Z] ---> 28e9d692c253 [2020-08-26T18:46:52.042Z] Step 6/22 : COPY go.mod . [2020-08-26T18:46:52.042Z] ---> Using cache [2020-08-26T18:46:52.042Z] ---> 05093755da23 [2020-08-26T18:46:52.042Z] Step 7/22 : RUN go mod download [2020-08-26T18:46:52.042Z] ---> Using cache [2020-08-26T18:46:52.042Z] ---> 8a73c270032d [2020-08-26T18:46:52.042Z] Step 8/22 : COPY . . [2020-08-26T18:46:52.042Z] ---> Using cache [2020-08-26T18:46:52.042Z] ---> 7cd081229a8b [2020-08-26T18:46:52.042Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-08-26T18:46:52.649Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-26T18:46:52.649Z] ---> Running in e19138504a8d [2020-08-26T18:46:52.932Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-26T18:46:53.540Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-08-26T18:46:53.540Z] (2/3) Installing libcurl (7.69.1-r0) [2020-08-26T18:46:53.540Z] (3/3) Installing curl (7.69.1-r0) [2020-08-26T18:46:53.540Z] Executing busybox-1.31.1-r16.trigger [2020-08-26T18:46:53.540Z] OK: 71 MiB in 58 packages [2020-08-26T18:46:56.253Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-08-26T18:46:56.529Z] Removing intermediate container fc75ab60db2d [2020-08-26T18:46:56.529Z] ---> 5e91e6d0bd5b [2020-08-26T18:46:56.529Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-08-26T18:46:57.129Z] ---> Running in 5d1aba19bb0c [2020-08-26T18:46:57.129Z] Removing intermediate container 4865ef0cca2c [2020-08-26T18:46:57.129Z] ---> ed3a381466aa [2020-08-26T18:46:57.129Z] Step 8/24 : COPY . . [2020-08-26T18:46:58.601Z] Removing intermediate container 5d1aba19bb0c [2020-08-26T18:46:58.601Z] ---> 4e6e00a63db9 [2020-08-26T18:46:58.601Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-26T18:46:59.230Z] ---> Running in 51fb3e7ac15e [2020-08-26T18:47:01.244Z] Removing intermediate container 51fb3e7ac15e [2020-08-26T18:47:01.244Z] ---> 700d53776de3 [2020-08-26T18:47:01.244Z] Step 25/27 : LABEL arch=arm64 [2020-08-26T18:47:01.880Z] ---> Running in a2c31924dd09 [2020-08-26T18:47:04.039Z] Removing intermediate container a2c31924dd09 [2020-08-26T18:47:04.040Z] ---> 9e25115dc777 [2020-08-26T18:47:04.040Z] Step 26/27 : LABEL git_sha=b4bfd58027c81c708385082aa5fd62a8126638b5 [2020-08-26T18:47:05.073Z] ---> Running in 781b03621c8d [2020-08-26T18:47:06.055Z] Removing intermediate container 781b03621c8d [2020-08-26T18:47:06.055Z] ---> 5955a2ddc1c0 [2020-08-26T18:47:06.055Z] Step 27/27 : LABEL version=0.0.0 [2020-08-26T18:47:06.657Z] ---> Running in a790d88ccb0a [2020-08-26T18:47:07.653Z] Removing intermediate container a790d88ccb0a [2020-08-26T18:47:07.653Z] ---> 91d7f21df551 [2020-08-26T18:47:07.653Z] [2020-08-26T18:47:09.107Z] Successfully built 91d7f21df551 [2020-08-26T18:47:09.107Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-08-26T18:47:09.107Z] Building docker-security-proxy-setup-go [2020-08-26T18:47:12.512Z]  Building docker-sys-mgmt-agent-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-26T18:47:12.512Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-08-26T18:47:12.512Z] ---> 85fa614693a9 [2020-08-26T18:47:12.512Z] Step 3/22 : WORKDIR /edgex-go [2020-08-26T18:47:12.512Z] ---> Using cache [2020-08-26T18:47:12.512Z] ---> 6ab594ce28d3 [2020-08-26T18:47:12.512Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-26T18:47:12.512Z] ---> Using cache [2020-08-26T18:47:12.512Z] ---> d97a22374dcc [2020-08-26T18:47:12.512Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-08-26T18:47:14.517Z] ---> Running in 12dcd89f8609 [2020-08-26T18:47:15.118Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-08-26T18:47:17.133Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-26T18:47:18.118Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-26T18:47:19.564Z] v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-26T18:47:19.564Z] v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-26T18:47:19.564Z] OK: 12617 distinct packages available [2020-08-26T18:47:20.548Z] OK: 217 MiB in 51 packages [2020-08-26T18:47:21.150Z] OK: 217 MiB in 51 packages [2020-08-26T18:47:27.940Z] Removing intermediate container 12dcd89f8609 [2020-08-26T18:47:27.940Z] ---> 8f84b16460c4 [2020-08-26T18:47:27.940Z] Step 6/22 : COPY go.mod . [2020-08-26T18:47:27.940Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-08-26T18:47:27.940Z] ---> dc68bda58ec4 [2020-08-26T18:47:27.940Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-08-26T18:47:28.545Z] ---> Running in 8ec4842fe6cd [2020-08-26T18:47:28.824Z] ---> 30dfcc7402d4 [2020-08-26T18:47:28.824Z] Step 7/22 : RUN go mod download [2020-08-26T18:47:29.430Z] ---> Running in e625fcaa9cee [2020-08-26T18:47:32.219Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-08-26T18:47:36.602Z] Removing intermediate container e625fcaa9cee [2020-08-26T18:47:36.602Z] ---> 5d00cfc98f0c [2020-08-26T18:47:36.602Z] Step 8/22 : COPY . . [2020-08-26T18:47:42.134Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-26T18:47:42.135Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-08-26T18:47:42.135Z] ---> 85fa614693a9 [2020-08-26T18:47:42.135Z] Step 3/20 : WORKDIR /edgex-go [2020-08-26T18:47:42.135Z] ---> Using cache [2020-08-26T18:47:42.135Z] ---> 6ab594ce28d3 [2020-08-26T18:47:42.135Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-26T18:47:42.135Z] ---> Using cache [2020-08-26T18:47:42.135Z] ---> d97a22374dcc [2020-08-26T18:47:42.135Z] Step 5/20 : RUN apk update && apk add make git [2020-08-26T18:47:42.135Z] ---> Using cache [2020-08-26T18:47:42.135Z] ---> 28e9d692c253 [2020-08-26T18:47:42.135Z] Step 6/20 : COPY go.mod . [2020-08-26T18:47:42.135Z] ---> Using cache [2020-08-26T18:47:42.135Z] ---> 05093755da23 [2020-08-26T18:47:42.135Z] Step 7/20 : RUN go mod download [2020-08-26T18:47:42.135Z] ---> Using cache [2020-08-26T18:47:42.135Z] ---> 8a73c270032d [2020-08-26T18:47:42.135Z] Step 8/20 : COPY . . [2020-08-26T18:47:42.135Z] ---> Using cache [2020-08-26T18:47:42.135Z] ---> 7cd081229a8b [2020-08-26T18:47:42.135Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-08-26T18:47:42.759Z] ---> Running in 830a8e43c7c5 [2020-08-26T18:47:46.240Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-08-26T18:47:46.240Z] Removing intermediate container 8e138bac06d8 [2020-08-26T18:47:46.240Z] ---> 39eb17f65381 [2020-08-26T18:47:46.240Z] [2020-08-26T18:47:46.240Z] Step 10/26 : FROM alpine:3.10 [2020-08-26T18:47:46.849Z] 3.10: Pulling from library/alpine [2020-08-26T18:47:48.878Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-08-26T18:47:48.878Z] Status: Downloaded newer image for alpine:3.10 [2020-08-26T18:47:48.878Z] ---> 536a684cf733 [2020-08-26T18:47:48.878Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-08-26T18:47:49.919Z] ---> Running in 643009fd0b04 [2020-08-26T18:47:53.384Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-08-26T18:47:53.384Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-08-26T18:47:54.384Z] v3.10.5-78-g117b307f50 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-08-26T18:47:54.384Z] v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-08-26T18:47:54.384Z] OK: 10167 distinct packages available [2020-08-26T18:47:55.000Z] (1/5) Installing ca-certificates (20191127-r2) [2020-08-26T18:47:55.000Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-08-26T18:47:55.000Z] (3/5) Installing libcurl (7.66.0-r0) [2020-08-26T18:47:55.000Z] (4/5) Installing curl (7.66.0-r0) [2020-08-26T18:47:55.000Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-08-26T18:47:55.000Z] Executing busybox-1.30.1-r3.trigger [2020-08-26T18:47:55.000Z] Executing ca-certificates-20191127-r2.trigger [2020-08-26T18:47:55.608Z] OK: 7 MiB in 19 packages [2020-08-26T18:47:59.961Z] Removing intermediate container 643009fd0b04 [2020-08-26T18:47:59.961Z] ---> c9a1111651a9 [2020-08-26T18:47:59.961Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-26T18:48:00.236Z] ---> Running in 9bfb1f87e2ca [2020-08-26T18:48:01.231Z] Removing intermediate container 9bfb1f87e2ca [2020-08-26T18:48:01.231Z] ---> 094cb69198b5 [2020-08-26T18:48:01.231Z] Step 13/26 : WORKDIR / [2020-08-26T18:48:01.506Z] ---> Running in 66955f3fb7b8 [2020-08-26T18:48:02.984Z] Removing intermediate container 66955f3fb7b8 [2020-08-26T18:48:02.984Z] ---> 47c4df4d8843 [2020-08-26T18:48:02.984Z] Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-08-26T18:48:04.439Z] ---> c9c65ff08ddf [2020-08-26T18:48:04.439Z] Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-08-26T18:48:05.905Z] ---> 0dccc1fe0e3d [2020-08-26T18:48:05.905Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-08-26T18:48:05.905Z] ---> 8a537a72ddce [2020-08-26T18:48:05.905Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-08-26T18:48:05.905Z] ---> Running in 34afb3b45c27 [2020-08-26T18:48:07.360Z] ---> 2fd259c97067 [2020-08-26T18:48:07.360Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-08-26T18:48:08.805Z] ---> d1b6014dc509 [2020-08-26T18:48:08.805Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-08-26T18:48:08.805Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-08-26T18:48:10.278Z] ---> 5f7ae1b2e7a2 [2020-08-26T18:48:10.278Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-08-26T18:48:11.737Z] ---> fd303630b1cd [2020-08-26T18:48:11.737Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-08-26T18:48:13.745Z] ---> 1b1f32f05094 [2020-08-26T18:48:13.745Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-08-26T18:48:14.767Z] ---> 155c3a376431 [2020-08-26T18:48:14.767Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-26T18:48:15.043Z] ---> Running in 55eeebc8cf71 [2020-08-26T18:48:19.398Z] Removing intermediate container 55eeebc8cf71 [2020-08-26T18:48:19.398Z] ---> 880952b498e3 [2020-08-26T18:48:19.398Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-08-26T18:48:19.398Z] ---> Running in c14120afcf31 [2020-08-26T18:48:20.005Z] Removing intermediate container c14120afcf31 [2020-08-26T18:48:20.005Z] ---> 8d4018c2e689 [2020-08-26T18:48:20.005Z] Step 24/26 : LABEL arch=arm64 [2020-08-26T18:48:20.005Z] ---> Running in 91707fce265d [2020-08-26T18:48:21.006Z] Removing intermediate container 91707fce265d [2020-08-26T18:48:21.006Z] ---> 0bfe1efb3ff0 [2020-08-26T18:48:21.006Z] Step 25/26 : LABEL git_sha=b4bfd58027c81c708385082aa5fd62a8126638b5 [2020-08-26T18:48:21.006Z] ---> Running in a885cfd65e01 [2020-08-26T18:48:22.328Z] Removing intermediate container a885cfd65e01 [2020-08-26T18:48:22.328Z] ---> 75b83c210667 [2020-08-26T18:48:22.328Z] Step 26/26 : LABEL version=0.0.0 [2020-08-26T18:48:22.328Z] ---> Running in 170f2449ad54 [2020-08-26T18:48:22.956Z] Removing intermediate container 170f2449ad54 [2020-08-26T18:48:22.956Z] ---> b7cf14e60fe9 [2020-08-26T18:48:22.956Z] [2020-08-26T18:48:23.566Z] Successfully built b7cf14e60fe9 [2020-08-26T18:48:23.566Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-08-26T18:48:31.928Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container e19138504a8d [2020-08-26T18:48:31.928Z] ---> 670f73f22d78 [2020-08-26T18:48:31.928Z] [2020-08-26T18:48:31.928Z] Step 10/22 : FROM scratch [2020-08-26T18:48:31.928Z] ---> [2020-08-26T18:48:31.928Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-26T18:48:31.928Z] ---> Using cache [2020-08-26T18:48:31.928Z] ---> 34851e93f378 [2020-08-26T18:48:31.928Z] Step 12/22 : ENV APP_PORT=48082 [2020-08-26T18:48:31.928Z] ---> Running in bd43de348456 [2020-08-26T18:48:32.288Z] Removing intermediate container bd43de348456 [2020-08-26T18:48:32.288Z] ---> 9bd389b9e5aa [2020-08-26T18:48:32.288Z] Step 13/22 : EXPOSE $APP_PORT [2020-08-26T18:48:32.629Z] ---> Running in 3a26f30ea764 [2020-08-26T18:48:33.270Z] Removing intermediate container 3a26f30ea764 [2020-08-26T18:48:33.270Z] ---> 2abfe7c06637 [2020-08-26T18:48:33.270Z] Step 14/22 : WORKDIR / [2020-08-26T18:48:33.270Z] ---> Running in 3db7d37c8b29 [2020-08-26T18:48:33.952Z] Removing intermediate container 3db7d37c8b29 [2020-08-26T18:48:33.952Z] ---> 5130d102afd4 [2020-08-26T18:48:33.952Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-08-26T18:48:34.992Z] ---> 70546b698117 [2020-08-26T18:48:34.992Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-08-26T18:48:37.110Z] ---> fb2e3ca13114 [2020-08-26T18:48:37.110Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-08-26T18:48:38.165Z] ---> 0b33a0fe2cde [2020-08-26T18:48:38.166Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-08-26T18:48:38.166Z] ---> Running in 8f6f6ddb1345 [2020-08-26T18:48:38.797Z] Removing intermediate container 8f6f6ddb1345 [2020-08-26T18:48:38.797Z] ---> c3e4be799e87 [2020-08-26T18:48:38.797Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-26T18:48:38.797Z] ---> Running in 9f42e42c49f4 [2020-08-26T18:48:39.808Z] Removing intermediate container 9f42e42c49f4 [2020-08-26T18:48:39.808Z] ---> 5b045d1dd366 [2020-08-26T18:48:39.808Z] Step 20/22 : LABEL arch=arm64 [2020-08-26T18:48:39.808Z] ---> Running in 0c9cdc64bf45 [2020-08-26T18:48:40.442Z] Removing intermediate container 0c9cdc64bf45 [2020-08-26T18:48:40.442Z] ---> f51e5fe56da9 [2020-08-26T18:48:40.442Z] Step 21/22 : LABEL git_sha=b4bfd58027c81c708385082aa5fd62a8126638b5 [2020-08-26T18:48:40.747Z] ---> Running in c2c800fabcd4 [2020-08-26T18:48:41.359Z] Removing intermediate container c2c800fabcd4 [2020-08-26T18:48:41.359Z] ---> b52d5165b9b1 [2020-08-26T18:48:41.359Z] Step 22/22 : LABEL version=0.0.0 [2020-08-26T18:48:41.359Z] ---> Running in 9b28ffa72901 [2020-08-26T18:48:41.980Z] Removing intermediate container 9b28ffa72901 [2020-08-26T18:48:41.980Z] ---> 7e6dbc6aa0a5 [2020-08-26T18:48:41.980Z] [2020-08-26T18:48:42.581Z] Successfully built 7e6dbc6aa0a5 [2020-08-26T18:48:42.581Z] Successfully tagged docker-core-command-go-arm64:latest [2020-08-26T18:49:01.006Z]  Building docker-core-command-go ... done Removing intermediate container 830a8e43c7c5 [2020-08-26T18:49:01.006Z] ---> fa6902c9f390 [2020-08-26T18:49:01.006Z] [2020-08-26T18:49:01.006Z] Step 10/20 : FROM alpine [2020-08-26T18:49:01.006Z] ---> 62ee0e9f8440 [2020-08-26T18:49:01.006Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-08-26T18:49:01.006Z] ---> Running in c9ef3fa9b67d [2020-08-26T18:49:01.006Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-26T18:49:01.006Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-26T18:49:01.614Z] v3.12.0-263-gf2a2ffc32b [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-26T18:49:01.614Z] v3.12.0-259-g31aac9de85 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-26T18:49:01.614Z] OK: 12617 distinct packages available [2020-08-26T18:49:02.213Z] (1/4) Installing ca-certificates (20191127-r4) [2020-08-26T18:49:02.492Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-08-26T18:49:02.492Z] (3/4) Installing libcurl (7.69.1-r0) [2020-08-26T18:49:02.492Z] (4/4) Installing curl (7.69.1-r0) [2020-08-26T18:49:02.492Z] Executing busybox-1.31.1-r16.trigger [2020-08-26T18:49:02.492Z] Executing ca-certificates-20191127-r4.trigger [2020-08-26T18:49:02.766Z] OK: 7 MiB in 18 packages [2020-08-26T18:49:03.044Z] Removing intermediate container 8ec4842fe6cd [2020-08-26T18:49:03.044Z] ---> c764d3fb7894 [2020-08-26T18:49:03.044Z] [2020-08-26T18:49:03.044Z] Step 10/24 : FROM scratch [2020-08-26T18:49:03.044Z] ---> [2020-08-26T18:49:03.044Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-26T18:49:03.321Z] ---> Running in dd53d7c2df2e [2020-08-26T18:49:03.924Z] Removing intermediate container dd53d7c2df2e [2020-08-26T18:49:03.924Z] ---> 93394338f70b [2020-08-26T18:49:03.924Z] Step 12/24 : ENV APP_PORT=48060 [2020-08-26T18:49:04.197Z] ---> Running in f493c637cae1 [2020-08-26T18:49:04.477Z] Removing intermediate container c9ef3fa9b67d [2020-08-26T18:49:04.477Z] ---> 5a25109244a6 [2020-08-26T18:49:04.477Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-26T18:49:04.477Z] ---> Running in cadcc9c84fcb [2020-08-26T18:49:04.477Z] Removing intermediate container f493c637cae1 [2020-08-26T18:49:04.477Z] ---> 77888f4311d8 [2020-08-26T18:49:04.477Z] Step 13/24 : EXPOSE $APP_PORT [2020-08-26T18:49:04.752Z] ---> Running in ea9178b33763 [2020-08-26T18:49:05.032Z] Removing intermediate container cadcc9c84fcb [2020-08-26T18:49:05.032Z] ---> a506efad5d6a [2020-08-26T18:49:05.032Z] Step 13/20 : WORKDIR /edgex [2020-08-26T18:49:05.312Z] ---> Running in 4c3c8f174eda [2020-08-26T18:49:05.312Z] Removing intermediate container ea9178b33763 [2020-08-26T18:49:05.312Z] ---> 79df837a702c [2020-08-26T18:49:05.312Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-08-26T18:49:05.913Z] Removing intermediate container 4c3c8f174eda [2020-08-26T18:49:05.913Z] ---> 7dd683ecafbc [2020-08-26T18:49:05.913Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-08-26T18:49:06.507Z] ---> a87f3d6bf60f [2020-08-26T18:49:06.507Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-08-26T18:49:06.786Z] ---> 08a21072fef1 [2020-08-26T18:49:06.786Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-08-26T18:49:08.212Z] ---> 016d1153e63d [2020-08-26T18:49:08.212Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-08-26T18:49:08.212Z] ---> e8d47afc6a63 [2020-08-26T18:49:08.212Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-08-26T18:49:08.494Z] ---> Running in f66c911c1879 [2020-08-26T18:49:09.490Z] Removing intermediate container f66c911c1879 [2020-08-26T18:49:09.490Z] ---> 75fd77641121 [2020-08-26T18:49:09.490Z] Step 17/20 : CMD ["--init=true"] [2020-08-26T18:49:09.490Z] ---> Running in 54a1be9ddc89 [2020-08-26T18:49:09.490Z] ---> 79c7c763702d [2020-08-26T18:49:09.490Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-08-26T18:49:09.767Z] Removing intermediate container 34afb3b45c27 [2020-08-26T18:49:09.767Z] ---> d750fb2c2362 [2020-08-26T18:49:09.767Z] [2020-08-26T18:49:09.767Z] Step 10/22 : FROM scratch [2020-08-26T18:49:09.767Z] ---> [2020-08-26T18:49:09.767Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-26T18:49:10.041Z] ---> Using cache [2020-08-26T18:49:10.041Z] ---> 93394338f70b [2020-08-26T18:49:10.041Z] Step 12/22 : ENV APP_PORT=48061 [2020-08-26T18:49:10.041Z] Removing intermediate container 54a1be9ddc89 [2020-08-26T18:49:10.041Z] ---> 6a3db552a84d [2020-08-26T18:49:10.041Z] Step 18/20 : LABEL arch=arm64 [2020-08-26T18:49:10.041Z] ---> Running in ea565c819df5 [2020-08-26T18:49:10.319Z] ---> Running in 39a3ebafa07a [2020-08-26T18:49:10.319Z] ---> 38e337a5d817 [2020-08-26T18:49:10.319Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-08-26T18:49:10.603Z] Removing intermediate container ea565c819df5 [2020-08-26T18:49:10.603Z] ---> 59dbc260e4ea [2020-08-26T18:49:10.603Z] Step 13/22 : EXPOSE $APP_PORT [2020-08-26T18:49:10.603Z] ---> Running in c41b6a2b0b25 [2020-08-26T18:49:10.603Z] Removing intermediate container 39a3ebafa07a [2020-08-26T18:49:10.603Z] ---> e08734aeadbb [2020-08-26T18:49:10.603Z] Step 19/20 : LABEL git_sha=b4bfd58027c81c708385082aa5fd62a8126638b5 [2020-08-26T18:49:10.877Z] ---> Running in 38eb332ce2f6 [2020-08-26T18:49:11.152Z] Removing intermediate container c41b6a2b0b25 [2020-08-26T18:49:11.152Z] ---> a8c4b44ff2b3 [2020-08-26T18:49:11.152Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-08-26T18:49:11.424Z] Removing intermediate container 38eb332ce2f6 [2020-08-26T18:49:11.424Z] ---> 7628c25fc1cc [2020-08-26T18:49:11.424Z] Step 20/20 : LABEL version=0.0.0 [2020-08-26T18:49:11.701Z] ---> Running in d1f434e26dc1 [2020-08-26T18:49:11.701Z] ---> 749f1d008202 [2020-08-26T18:49:11.701Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-08-26T18:49:11.978Z] ---> 3b2a036f2263 [2020-08-26T18:49:11.978Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-08-26T18:49:12.250Z] Removing intermediate container d1f434e26dc1 [2020-08-26T18:49:12.250Z] ---> 3b3272c375b3 [2020-08-26T18:49:12.250Z] [2020-08-26T18:49:12.843Z] ---> 16eb721c0a02 [2020-08-26T18:49:12.843Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-08-26T18:49:12.843Z] Successfully built 3b3272c375b3 [2020-08-26T18:49:12.843Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-08-26T18:49:12.843Z]  Building docker-security-proxy-setup-go ... done  ---> Running in 9ea7f896ab4c [2020-08-26T18:49:12.843Z] ---> 2153e9a9b02d [2020-08-26T18:49:12.843Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-08-26T18:49:13.441Z] Removing intermediate container 9ea7f896ab4c [2020-08-26T18:49:13.441Z] ---> 3faaf8d31867 [2020-08-26T18:49:13.441Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-26T18:49:13.711Z] ---> Running in e05248d9af86 [2020-08-26T18:49:14.302Z] ---> 1b1bdeffbecd [2020-08-26T18:49:14.302Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-08-26T18:49:14.302Z] Removing intermediate container e05248d9af86 [2020-08-26T18:49:14.302Z] ---> d1b60b187170 [2020-08-26T18:49:14.302Z] Step 22/24 : LABEL arch=arm64 [2020-08-26T18:49:14.302Z] ---> Running in 8ad6dfb05481 [2020-08-26T18:49:14.947Z] Removing intermediate container 8ad6dfb05481 [2020-08-26T18:49:14.947Z] ---> f47301613fa3 [2020-08-26T18:49:14.947Z] Step 23/24 : LABEL git_sha=b4bfd58027c81c708385082aa5fd62a8126638b5 [2020-08-26T18:49:14.947Z] ---> 632624f874e4 [2020-08-26T18:49:14.947Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-08-26T18:49:14.947Z] ---> Running in 9a960bac630d [2020-08-26T18:49:15.222Z] ---> Running in 674c00b13950 [2020-08-26T18:49:15.504Z] Removing intermediate container 9a960bac630d [2020-08-26T18:49:15.504Z] ---> 032b6c78e0be [2020-08-26T18:49:15.504Z] Step 24/24 : LABEL version=0.0.0 [2020-08-26T18:49:15.780Z] Removing intermediate container 674c00b13950 [2020-08-26T18:49:15.780Z] ---> 0e83dabe4fa7 [2020-08-26T18:49:15.780Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-26T18:49:15.780Z] ---> Running in 0fc25f6f3355 [2020-08-26T18:49:15.780Z] ---> Running in b9a0fde96c51 [2020-08-26T18:49:16.403Z] Removing intermediate container 0fc25f6f3355 [2020-08-26T18:49:16.403Z] ---> 94c050b76ee0 [2020-08-26T18:49:16.403Z] [2020-08-26T18:49:16.403Z] Removing intermediate container b9a0fde96c51 [2020-08-26T18:49:16.403Z] ---> 15f42a0a2584 [2020-08-26T18:49:16.403Z] Step 20/22 : LABEL arch=arm64 [2020-08-26T18:49:16.702Z] ---> Running in 267cd4401b3d [2020-08-26T18:49:16.702Z] Successfully built 94c050b76ee0 [2020-08-26T18:49:16.702Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-08-26T18:49:16.995Z]  Building docker-support-notifications-go ... done Removing intermediate container 267cd4401b3d [2020-08-26T18:49:16.995Z] ---> b9f518736286 [2020-08-26T18:49:16.995Z] Step 21/22 : LABEL git_sha=b4bfd58027c81c708385082aa5fd62a8126638b5 [2020-08-26T18:49:17.279Z] ---> Running in 416ad499d41a [2020-08-26T18:49:17.572Z] Removing intermediate container 416ad499d41a [2020-08-26T18:49:17.572Z] ---> ce3b24556232 [2020-08-26T18:49:17.572Z] Step 22/22 : LABEL version=0.0.0 [2020-08-26T18:49:17.572Z] ---> Running in 437f5ac37e27 [2020-08-26T18:49:18.221Z] Removing intermediate container 437f5ac37e27 [2020-08-26T18:49:18.221Z] ---> 6215def00fb5 [2020-08-26T18:49:18.221Z] [2020-08-26T18:49:18.507Z] Successfully built 6215def00fb5 [2020-08-26T18:49:18.507Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-08-26T18:49:19.160Z]  Building docker-support-logging-go ... done  [Pipeline] } [2020-08-26T18:49:19.179Z] $ docker stop --time=1 f0b6e228a8503d88f11627b520cbd606e32e2421df9ee63d1f654202463f7002 [2020-08-26T18:49:21.065Z] $ docker rm -f f0b6e228a8503d88f11627b520cbd606e32e2421df9ee63d1f654202463f7002 [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-26T18:49:21.846Z] + docker images [2020-08-26T18:49:21.846Z] + grep docker [2020-08-26T18:49:22.121Z] docker-support-logging-go-arm64 latest 6215def00fb5 4 seconds ago 11.4MB [2020-08-26T18:49:22.121Z] docker-support-notifications-go-arm64 latest 94c050b76ee0 6 seconds ago 13.9MB [2020-08-26T18:49:22.121Z] docker-security-proxy-setup-go-arm64 latest 3b3272c375b3 10 seconds ago 15.8MB [2020-08-26T18:49:22.121Z] docker-core-command-go-arm64 latest 7e6dbc6aa0a5 40 seconds ago 12.4MB [2020-08-26T18:49:22.121Z] docker-security-secretstore-setup-go-arm64 latest b7cf14e60fe9 59 seconds ago 32.6MB [2020-08-26T18:49:22.121Z] docker-sys-mgmt-agent-go-arm64 latest 91d7f21df551 2 minutes ago 266MB [2020-08-26T18:49:22.121Z] docker-core-data-go-arm64 latest 7a20f5efd4ab 2 minutes ago 23.3MB [2020-08-26T18:49:22.121Z] docker-core-metadata-go-arm64 latest a062b829eac6 3 minutes ago 13.8MB [2020-08-26T18:49:22.121Z] docker-support-scheduler-go-arm64 latest 731b8a953936 3 minutes ago 12.6MB [2020-08-26T18:49:22.121Z] docker-security-secrets-setup-go-arm64 latest 818b93124785 3 minutes ago 24.2MB [2020-08-26T18:49:22.121Z] docker latest ce9d55ae87f1 2 months ago 193MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2020-08-26T18:49:24.887Z] provisioning config files... [2020-08-26T18:49:24.912Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config8599358049698043755tmp [Pipeline] { [Pipeline] sh [2020-08-26T18:49:25.350Z] + curl -s https://codecov.io/bash [2020-08-26T18:49:25.350Z] + bash -s - -t @/w/workspace/edgex-go/1@tmp/config8599358049698043755tmp [Pipeline] } [2020-08-26T18:49:25.966Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-08-26T18:49:28.495Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-26T18:49:29.389Z] ---> package-listing.sh [2020-08-26T18:49:29.389Z] ++ facter osfamily [2020-08-26T18:49:29.389Z] ++ tr '[:upper:]' '[:lower:]' [2020-08-26T18:49:29.389Z] + OS_FAMILY=redhat [2020-08-26T18:49:29.389Z] + workspace=/w/workspace/edgex-go/1 [2020-08-26T18:49:29.389Z] + START_PACKAGES=/tmp/packages_start.txt [2020-08-26T18:49:29.389Z] + END_PACKAGES=/tmp/packages_end.txt [2020-08-26T18:49:29.389Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-08-26T18:49:29.389Z] + PACKAGES=/tmp/packages_start.txt [2020-08-26T18:49:29.389Z] + '[' /w/workspace/edgex-go/1 ']' [2020-08-26T18:49:29.389Z] + PACKAGES=/tmp/packages_end.txt [2020-08-26T18:49:29.389Z] + case "${OS_FAMILY}" in [2020-08-26T18:49:29.389Z] + rpm -qa [2020-08-26T18:49:29.389Z] + sort [2020-08-26T18:49:33.680Z] + '[' -f /tmp/packages_start.txt ']' [2020-08-26T18:49:33.680Z] + '[' -f /tmp/packages_end.txt ']' [2020-08-26T18:49:33.680Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-08-26T18:49:33.680Z] + '[' /w/workspace/edgex-go/1 ']' [2020-08-26T18:49:33.680Z] + mkdir -p /w/workspace/edgex-go/1/archives/ [2020-08-26T18:49:33.680Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] isUnix [Pipeline] sh [2020-08-26T18:49:34.540Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-26T18:49:34.540Z] [2020-08-26T18:49:34.540Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-08-26T18:49:34.951Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-26T18:49:34.951Z] alpine: Pulling from edgex-lftools-log-publisher [2020-08-26T18:49:34.951Z] c9b1b535fdd9: Pulling fs layer [2020-08-26T18:49:34.951Z] 2cc5ad85d9ab: Pulling fs layer [2020-08-26T18:49:34.951Z] 756a868c4378: Pulling fs layer [2020-08-26T18:49:34.951Z] 444b2fc9a129: Pulling fs layer [2020-08-26T18:49:34.951Z] ea15f1150254: Pulling fs layer [2020-08-26T18:49:34.951Z] 41b27a9f41bf: Pulling fs layer [2020-08-26T18:49:34.951Z] 28c525ee5125: Pulling fs layer [2020-08-26T18:49:34.951Z] 094b1ea09ed8: Pulling fs layer [2020-08-26T18:49:34.951Z] 138eaada9080: Pulling fs layer [2020-08-26T18:49:34.951Z] 0622d0fa9048: Pulling fs layer [2020-08-26T18:49:34.951Z] 444b2fc9a129: Waiting [2020-08-26T18:49:34.951Z] ea15f1150254: Waiting [2020-08-26T18:49:34.951Z] 41b27a9f41bf: Waiting [2020-08-26T18:49:34.951Z] 28c525ee5125: Waiting [2020-08-26T18:49:34.951Z] 094b1ea09ed8: Waiting [2020-08-26T18:49:34.951Z] 138eaada9080: Waiting [2020-08-26T18:49:34.951Z] 0622d0fa9048: Waiting [2020-08-26T18:49:34.951Z] 2cc5ad85d9ab: Verifying Checksum [2020-08-26T18:49:34.951Z] 2cc5ad85d9ab: Download complete [2020-08-26T18:49:34.951Z] 444b2fc9a129: Download complete [2020-08-26T18:49:35.231Z] ea15f1150254: Verifying Checksum [2020-08-26T18:49:35.231Z] ea15f1150254: Download complete [2020-08-26T18:49:35.231Z] c9b1b535fdd9: Verifying Checksum [2020-08-26T18:49:35.231Z] c9b1b535fdd9: Download complete [2020-08-26T18:49:35.231Z] 28c525ee5125: Verifying Checksum [2020-08-26T18:49:35.231Z] 28c525ee5125: Download complete [2020-08-26T18:49:35.510Z] c9b1b535fdd9: Pull complete [2020-08-26T18:49:35.796Z] 756a868c4378: Verifying Checksum [2020-08-26T18:49:35.796Z] 756a868c4378: Download complete [2020-08-26T18:49:35.796Z] 138eaada9080: Verifying Checksum [2020-08-26T18:49:35.796Z] 138eaada9080: Download complete [2020-08-26T18:49:35.796Z] 2cc5ad85d9ab: Pull complete [2020-08-26T18:49:35.796Z] 0622d0fa9048: Download complete [2020-08-26T18:49:36.086Z] 094b1ea09ed8: Verifying Checksum [2020-08-26T18:49:36.086Z] 094b1ea09ed8: Download complete [2020-08-26T18:49:36.696Z] 41b27a9f41bf: Verifying Checksum [2020-08-26T18:49:36.696Z] 41b27a9f41bf: Download complete [2020-08-26T18:49:37.689Z] 756a868c4378: Pull complete [2020-08-26T18:49:37.960Z] 444b2fc9a129: Pull complete [2020-08-26T18:49:39.381Z] ea15f1150254: Pull complete [2020-08-26T18:49:44.784Z] 41b27a9f41bf: Pull complete [2020-08-26T18:49:45.369Z] 28c525ee5125: Pull complete [2020-08-26T18:49:47.349Z] 094b1ea09ed8: Pull complete [2020-08-26T18:49:48.827Z] 138eaada9080: Pull complete [2020-08-26T18:49:48.827Z] 0622d0fa9048: Pull complete [2020-08-26T18:49:48.827Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-08-26T18:49:48.827Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-26T18:49:48.827Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-08-26T18:49:49.053Z] prd-centos7-docker-4c-2g-409 does not seem to be running inside a container [2020-08-26T18:49:49.130Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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-08-26T18:49:53.942Z] $ docker top e69264234ea291f9f9800a346e4953b2880a8aed7bed075a6ddc0ae781dda0fb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-08-26T18:49:54.425Z] provisioning config files... [2020-08-26T18:49:54.447Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config6548358152536910074tmp [Pipeline] { [Pipeline] echo [2020-08-26T18:49:54.549Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-26T18:49:54.911Z] ---> create-netrc.sh [Pipeline] echo [2020-08-26T18:49:54.941Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-26T18:49:55.274Z] ---> logs-deploy.sh [2020-08-26T18:49:55.274Z] + ARCHIVE_ARTIFACTS= [2020-08-26T18:49:55.274Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-08-26T18:49:55.274Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-08-26T18:49:55.274Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-08-26T18:49:55.274Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2673/1 [2020-08-26T18:49:55.274Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2673/1/ [2020-08-26T18:49:55.274Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2673/1 /w/workspace/edgex-go/1 [2020-08-26T18:49:56.254Z] Archives upload complete. [2020-08-26T18:49:56.527Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2673/1 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2673/1/ [2020-08-26T18:49:57.160Z] ---> uname -a: [2020-08-26T18:49:57.160Z] Linux e69264234ea2 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux [2020-08-26T18:49:57.160Z] [2020-08-26T18:49:57.160Z] [2020-08-26T18:49:57.160Z] ---> lscpu: [2020-08-26T18:49:57.160Z] Architecture: x86_64 [2020-08-26T18:49:57.160Z] CPU op-mode(s): 32-bit, 64-bit [2020-08-26T18:49:57.160Z] Byte Order: Little Endian [2020-08-26T18:49:57.160Z] Address sizes: 40 bits physical, 48 bits virtual [2020-08-26T18:49:57.160Z] CPU(s): 4 [2020-08-26T18:49:57.160Z] On-line CPU(s) list: 0-3 [2020-08-26T18:49:57.160Z] Thread(s) per core: 1 [2020-08-26T18:49:57.160Z] Core(s) per socket: 1 [2020-08-26T18:49:57.160Z] Socket(s): 4 [2020-08-26T18:49:57.160Z] NUMA node(s): 1 [2020-08-26T18:49:57.160Z] Vendor ID: GenuineIntel [2020-08-26T18:49:57.160Z] CPU family: 6 [2020-08-26T18:49:57.160Z] Model: 44 [2020-08-26T18:49:57.160Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-08-26T18:49:57.160Z] Stepping: 1 [2020-08-26T18:49:57.160Z] CPU MHz: 2933.442 [2020-08-26T18:49:57.160Z] BogoMIPS: 5866.88 [2020-08-26T18:49:57.160Z] Virtualization: VT-x [2020-08-26T18:49:57.160Z] Hypervisor vendor: KVM [2020-08-26T18:49:57.160Z] Virtualization type: full [2020-08-26T18:49:57.160Z] L1d cache: 128 KiB [2020-08-26T18:49:57.160Z] L1i cache: 128 KiB [2020-08-26T18:49:57.160Z] L2 cache: 16 MiB [2020-08-26T18:49:57.160Z] L3 cache: 64 MiB [2020-08-26T18:49:57.160Z] NUMA node0 CPU(s): 0-3 [2020-08-26T18:49:57.160Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-08-26T18:49:57.160Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-08-26T18:49:57.160Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-08-26T18:49:57.160Z] Vulnerability Meltdown: Mitigation; PTI [2020-08-26T18:49:57.160Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-08-26T18:49:57.160Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-08-26T18:49:57.160Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-08-26T18:49:57.160Z] Vulnerability Tsx async abort: Not affected [2020-08-26T18:49:57.160Z] 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-08-26T18:49:57.160Z] [2020-08-26T18:49:57.160Z] [2020-08-26T18:49:57.160Z] ---> nproc: [2020-08-26T18:49:57.160Z] 4 [2020-08-26T18:49:57.160Z] [2020-08-26T18:49:57.160Z] [2020-08-26T18:49:57.160Z] ---> df -h: [2020-08-26T18:49:57.160Z] Filesystem Size Used Available Use% Mounted on [2020-08-26T18:49:57.160Z] overlay 50.0G 13.4G 36.6G 27% / [2020-08-26T18:49:57.160Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-08-26T18:49:57.160Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-08-26T18:49:57.160Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-08-26T18:49:57.160Z] /dev/vda1 50.0G 13.4G 36.6G 27% /etc/resolv.conf [2020-08-26T18:49:57.160Z] /dev/vda1 50.0G 13.4G 36.6G 27% /etc/hostname [2020-08-26T18:49:57.160Z] /dev/vda1 50.0G 13.4G 36.6G 27% /etc/hosts [2020-08-26T18:49:57.160Z] /dev/vda1 50.0G 13.4G 36.6G 27% /var/log/sa [2020-08-26T18:49:57.160Z] /dev/vda1 50.0G 13.4G 36.6G 27% /w/workspace/edgex-go/1 [2020-08-26T18:49:57.160Z] /dev/vda1 50.0G 13.4G 36.6G 27% /w/workspace/edgex-go/1@tmp [2020-08-26T18:49:57.160Z] [2020-08-26T18:49:57.160Z] [2020-08-26T18:49:57.160Z] ---> free -m: [2020-08-26T18:49:57.160Z] total used free shared buff/cache available [2020-08-26T18:49:57.160Z] Mem: 1837 649 108 0 1079 1105 [2020-08-26T18:49:57.160Z] Swap: 1023 51 972 [2020-08-26T18:49:57.160Z] [2020-08-26T18:49:57.160Z] [2020-08-26T18:49:57.160Z] ---> ip addr: [2020-08-26T18:49:57.160Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-08-26T18:49:57.160Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-08-26T18:49:57.160Z] inet 127.0.0.1/8 scope host lo [2020-08-26T18:49:57.160Z] valid_lft forever preferred_lft forever [2020-08-26T18:49:57.160Z] 114: eth0@if115: mtu 1458 qdisc noqueue state UP [2020-08-26T18:49:57.160Z] link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff [2020-08-26T18:49:57.160Z] inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 [2020-08-26T18:49:57.160Z] valid_lft forever preferred_lft forever [2020-08-26T18:49:57.160Z] [2020-08-26T18:49:57.160Z] [2020-08-26T18:49:57.160Z] ---> sar -b -r -n DEV: [2020-08-26T18:49:57.160Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 08/26/20 _x86_64_ (4 CPU) [2020-08-26T18:49:57.160Z] [2020-08-26T18:49:57.160Z] 18:29:10 LINUX RESTART [2020-08-26T18:49:57.160Z] [2020-08-26T18:49:57.160Z] 18:30:02 tps rtps wtps bread/s bwrtn/s [2020-08-26T18:49:57.160Z] 18:31:01 143.00 63.97 79.04 9181.39 38796.01 [2020-08-26T18:49:57.160Z] 18:32:01 453.69 246.87 206.82 8080.51 54602.56 [2020-08-26T18:49:57.160Z] 18:33:01 342.06 223.90 118.16 10120.87 24293.66 [2020-08-26T18:49:57.160Z] 18:34:01 284.70 89.38 195.32 39477.29 121314.50 [2020-08-26T18:49:57.160Z] 18:35:02 3025.97 2664.47 361.50 191968.13 204603.84 [2020-08-26T18:49:57.160Z] 18:36:01 581.98 311.19 270.80 48073.96 80075.22 [2020-08-26T18:49:57.160Z] 18:37:02 2387.89 2011.97 375.92 191609.42 202776.86 [2020-08-26T18:49:57.160Z] 18:38:01 843.39 519.60 323.79 43518.89 58341.13 [2020-08-26T18:49:57.160Z] 18:39:01 114.00 11.49 102.51 3110.09 6875.24 [2020-08-26T18:49:57.160Z] 18:40:01 2.63 1.30 1.33 30.24 17.10 [2020-08-26T18:49:57.160Z] 18:41:01 0.47 0.18 0.28 2.66 2.75 [2020-08-26T18:49:57.160Z] 18:42:01 0.20 0.03 0.17 0.80 2.30 [2020-08-26T18:49:57.160Z] 18:43:01 0.27 0.00 0.27 0.00 3.51 [2020-08-26T18:49:57.160Z] 18:44:01 0.27 0.02 0.25 0.53 2.30 [2020-08-26T18:49:57.160Z] 18:45:01 1.98 1.73 0.25 54.62 3.23 [2020-08-26T18:49:57.160Z] 18:46:01 0.80 0.03 0.77 1.07 14.59 [2020-08-26T18:49:57.160Z] 18:47:01 0.28 0.02 0.27 0.53 3.50 [2020-08-26T18:49:57.160Z] 18:48:01 0.25 0.00 0.25 0.00 2.50 [2020-08-26T18:49:57.160Z] 18:49:01 0.22 0.02 0.20 0.53 2.58 [2020-08-26T18:49:57.160Z] Average: 432.64 325.35 107.29 28846.00 41816.79 [2020-08-26T18:49:57.160Z] [2020-08-26T18:49:57.160Z] 18:30:02 kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-08-26T18:49:57.160Z] 18:31:01 73144 1808412 96.11 2596 1161040 1512504 51.62 706720 932412 44988 [2020-08-26T18:49:57.160Z] 18:32:01 352304 1529252 81.28 1496 879536 1076588 36.74 516640 769280 28 [2020-08-26T18:49:57.160Z] 18:33:01 308904 1572652 83.58 528 756196 1566936 53.48 703152 623628 50884 [2020-08-26T18:49:57.160Z] 18:34:01 68784 1812772 96.34 112 1040276 2251704 76.85 758220 885972 48620 [2020-08-26T18:49:57.160Z] 18:35:02 76832 1804724 95.92 4 1134284 1713420 58.48 701724 930500 70576 [2020-08-26T18:49:57.160Z] 18:36:01 111744 1769812 94.06 4 1132592 1324248 45.19 743792 818512 75804 [2020-08-26T18:49:57.160Z] 18:37:02 73224 1808332 96.11 4 1113948 2150508 73.39 580464 1034088 1048 [2020-08-26T18:49:57.160Z] 18:38:01 422000 1459556 77.57 4 813240 1483864 50.64 454156 790616 744 [2020-08-26T18:49:57.160Z] 18:39:01 354964 1526592 81.13 4 936572 1214144 41.44 475556 832776 8 [2020-08-26T18:49:57.160Z] 18:40:01 363560 1517996 80.68 4 937144 1146892 39.14 470040 831768 8 [2020-08-26T18:49:57.160Z] 18:41:01 363672 1517884 80.67 4 937144 1144812 39.07 469820 831876 8 [2020-08-26T18:49:57.160Z] 18:42:01 363940 1517616 80.66 4 937168 1141728 38.97 469648 831920 8 [2020-08-26T18:49:57.160Z] 18:43:01 364344 1517212 80.64 4 937180 1141728 38.97 469516 831920 8 [2020-08-26T18:49:57.160Z] 18:44:01 364276 1517280 80.64 4 937168 1141728 38.97 469408 831920 8 [2020-08-26T18:49:57.160Z] 18:45:01 362152 1519404 80.75 4 938172 1141812 38.97 470332 832324 16 [2020-08-26T18:49:57.160Z] 18:46:01 362520 1519036 80.73 4 938180 1141764 38.97 470272 832324 8 [2020-08-26T18:49:57.160Z] 18:47:01 362824 1518732 80.72 4 938188 1141728 38.97 470140 832340 8 [2020-08-26T18:49:57.160Z] 18:48:01 362584 1518972 80.73 4 938196 1141728 38.97 470268 832340 16 [2020-08-26T18:49:57.160Z] 18:49:01 363004 1518552 80.71 4 938192 1141728 38.97 470148 832344 8 [2020-08-26T18:49:57.160Z] Average: 288146 1593410 84.69 252 965496 1353661 46.20 544211 838887 15410 [2020-08-26T18:49:57.160Z] [2020-08-26T18:49:57.160Z] 18:30:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s [2020-08-26T18:49:57.160Z] 18:31:01 eth0 2045.12 1545.03 8840.13 2895.32 0.00 0.00 0.00 [2020-08-26T18:49:57.160Z] 18:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-26T18:49:57.160Z] 18:31:01 docker0 862.39 780.22 69.31 2702.55 0.00 0.00 0.00 [2020-08-26T18:49:57.160Z] 18:32:01 eth0 292.48 210.45 1896.34 28.68 0.00 0.00 0.00 [2020-08-26T18:49:57.160Z] 18:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-26T18:49:57.160Z] 18:32:01 docker0 135.51 167.83 9.60 835.11 0.00 0.00 0.00 [2020-08-26T18:49:57.160Z] 18:33:01 eth0 49.74 31.66 37.45 75.65 0.00 0.00 0.00 [2020-08-26T18:49:57.160Z] 18:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-26T18:49:57.160Z] 18:33:01 vethac5ad1f 0.00 0.13 0.00 0.01 0.00 0.00 0.00 [2020-08-26T18:49:57.160Z] 18:33:01 docker0 983.25 934.79 77.73 3491.68 0.00 0.00 0.00 [2020-08-26T18:49:57.160Z] 18:34:01 veth5e88e62 0.00 0.13 0.00 0.01 0.00 0.00 0.00 [2020-08-26T18:49:57.160Z] 18:34:01 eth0 3199.22 2348.88 15480.38 3066.16 0.00 0.00 0.00 [2020-08-26T18:49:57.160Z] 18:34:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 [2020-08-26T18:49:57.160Z] 18:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-26T18:49:57.160Z] 18:35:02 veth5e88e62 0.00 0.30 0.00 0.01 0.00 0.00 0.00 [2020-08-26T18:49:57.160Z] 18:35:02 veth4aac7aa 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-26T18:49:57.160Z] 18:35:02 vethdfa804c 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-26T18:49:57.160Z] 18:35:02 eth0 3250.57 2381.67 15638.89 3108.89 0.00 0.00 0.00 [2020-08-26T18:49:57.160Z] 18:36:01 veth5e88e62 0.00 0.14 0.00 0.01 0.00 0.00 0.00 [2020-08-26T18:49:57.161Z] 18:36:01 eth0 49.59 32.36 145.90 14.84 0.00 0.00 0.00 [2020-08-26T18:49:57.161Z] 18:36:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 [2020-08-26T18:49:57.161Z] 18:36:01 docker0 1022.33 985.48 80.22 3769.43 0.00 0.00 0.00 [2020-08-26T18:49:57.161Z] 18:37:02 veth5e88e62 0.00 0.18 0.00 0.01 0.00 0.00 0.00 [2020-08-26T18:49:57.161Z] 18:37:02 eth0 51.90 38.36 141.30 60.71 0.00 0.00 0.00 [2020-08-26T18:49:57.161Z] 18:37:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-26T18:49:57.161Z] 18:37:02 vethd06994d 0.00 0.10 0.00 0.01 0.00 0.00 0.00 [2020-08-26T18:49:57.161Z] 18:38:01 veth590f376 12.47 24.79 0.84 273.34 0.00 0.00 0.00 [2020-08-26T18:49:57.161Z] 18:38:01 veth5e88e62 0.00 0.91 0.00 0.04 0.00 0.00 0.00 [2020-08-26T18:49:57.161Z] 18:38:01 vethf294263 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-26T18:49:57.161Z] 18:38:01 eth0 3508.01 2554.55 16656.23 3313.04 0.00 0.00 0.00 [2020-08-26T18:49:57.161Z] 18:39:01 eth0 51.47 34.92 156.24 50.89 0.00 0.00 0.00 [2020-08-26T18:49:57.161Z] 18:39:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 [2020-08-26T18:49:57.161Z] 18:39:01 docker0 1047.55 1039.68 81.49 4305.68 0.00 0.00 0.00 [2020-08-26T18:49:57.161Z] 18:40:01 eth0 0.22 0.20 0.08 0.07 0.00 0.00 0.00 [2020-08-26T18:49:57.161Z] 18:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-26T18:49:57.161Z] 18:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-26T18:49:57.161Z] 18:41:01 eth0 0.18 0.17 0.07 0.01 0.00 0.00 0.00 [2020-08-26T18:49:57.161Z] 18:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-26T18:49:57.161Z] 18:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-26T18:49:57.161Z] 18:42:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 [2020-08-26T18:49:57.161Z] 18:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-26T18:49:57.161Z] 18:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-26T18:49:57.161Z] 18:43:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 [2020-08-26T18:49:57.161Z] 18:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-26T18:49:57.161Z] 18:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-26T18:49:57.161Z] 18:44:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 [2020-08-26T18:49:57.161Z] 18:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-26T18:49:57.161Z] 18:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-26T18:49:57.161Z] 18:45:01 eth0 0.20 0.18 0.08 0.07 0.00 0.00 0.00 [2020-08-26T18:49:57.161Z] 18:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-26T18:49:57.161Z] 18:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-26T18:49:57.161Z] 18:46:01 eth0 0.20 0.18 0.07 0.01 0.00 0.00 0.00 [2020-08-26T18:49:57.161Z] 18:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-26T18:49:57.161Z] 18:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-26T18:49:57.161Z] 18:47:01 eth0 0.02 0.02 0.00 0.00 0.00 0.00 0.00 [2020-08-26T18:49:57.161Z] 18:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-26T18:49:57.161Z] 18:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-26T18:49:57.161Z] 18:48:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 [2020-08-26T18:49:57.161Z] 18:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-26T18:49:57.161Z] 18:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-26T18:49:57.161Z] 18:49:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 [2020-08-26T18:49:57.161Z] 18:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-26T18:49:57.161Z] 18:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-26T18:49:57.161Z] Average: eth0 145.40 107.00 701.76 170.57 0.00 0.00 0.00 [2020-08-26T18:49:57.161Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-26T18:49:57.161Z] Average: docker0 55.19 54.78 4.29 226.86 0.00 0.00 0.00 [2020-08-26T18:49:57.161Z] [2020-08-26T18:49:57.161Z] [2020-08-26T18:49:57.161Z] ---> sar -P ALL: [2020-08-26T18:49:57.161Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 08/26/20 _x86_64_ (4 CPU) [2020-08-26T18:49:57.161Z] [2020-08-26T18:49:57.161Z] 18:29:10 LINUX RESTART [2020-08-26T18:49:57.161Z] [2020-08-26T18:49:57.161Z] 18:30:02 CPU %user %nice %system %iowait %steal %idle [2020-08-26T18:49:57.161Z] 18:31:01 all 20.00 0.00 7.66 2.40 0.04 69.90 [2020-08-26T18:49:57.161Z] 18:31:01 0 19.95 0.00 9.32 1.84 0.05 68.83 [2020-08-26T18:49:57.161Z] 18:31:01 1 24.93 0.00 6.81 4.20 0.02 64.04 [2020-08-26T18:49:57.161Z] 18:31:01 2 14.28 0.00 7.03 3.06 0.07 75.57 [2020-08-26T18:49:57.161Z] 18:31:01 3 20.85 0.00 7.48 0.45 0.02 71.20 [2020-08-26T18:49:57.161Z] 18:32:01 all 11.20 0.00 8.18 5.11 0.02 75.48 [2020-08-26T18:49:57.161Z] 18:32:01 0 11.77 0.00 8.77 7.39 0.02 72.06 [2020-08-26T18:49:57.161Z] 18:32:01 1 10.87 0.00 7.77 5.35 0.03 75.98 [2020-08-26T18:49:57.161Z] 18:32:01 2 10.85 0.00 7.91 5.54 0.02 75.69 [2020-08-26T18:49:57.161Z] 18:32:01 3 11.34 0.00 8.30 2.16 0.02 78.19 [2020-08-26T18:49:57.161Z] 18:33:01 all 54.57 0.00 14.97 6.50 0.03 23.93 [2020-08-26T18:49:57.161Z] 18:33:01 0 53.44 0.00 15.37 6.76 0.03 24.39 [2020-08-26T18:49:57.161Z] 18:33:01 1 55.23 0.00 14.81 6.29 0.02 23.65 [2020-08-26T18:49:57.161Z] 18:33:01 2 53.72 0.00 15.76 6.10 0.02 24.41 [2020-08-26T18:49:57.161Z] 18:33:01 3 55.86 0.00 13.93 6.91 0.03 23.26 [2020-08-26T18:49:57.161Z] 18:34:01 all 16.95 0.00 12.28 10.98 0.03 59.75 [2020-08-26T18:49:57.161Z] 18:34:01 0 16.28 0.00 11.75 7.55 0.02 64.40 [2020-08-26T18:49:57.161Z] 18:34:01 1 18.90 0.00 12.79 14.53 0.03 53.75 [2020-08-26T18:49:57.161Z] 18:34:01 2 17.12 0.00 12.05 10.20 0.03 60.60 [2020-08-26T18:49:57.161Z] 18:34:01 3 15.50 0.00 12.55 11.64 0.05 60.25 [2020-08-26T18:49:57.161Z] 18:35:02 all 20.70 0.00 23.64 28.27 0.07 27.31 [2020-08-26T18:49:57.161Z] 18:35:02 0 20.37 0.00 23.22 27.64 0.09 28.68 [2020-08-26T18:49:57.161Z] 18:35:02 1 21.71 0.00 22.91 26.31 0.07 28.99 [2020-08-26T18:49:57.161Z] 18:35:02 2 19.47 0.00 24.42 29.55 0.05 26.50 [2020-08-26T18:49:57.161Z] 18:35:02 3 21.25 0.00 24.01 29.62 0.07 25.05 [2020-08-26T18:49:57.161Z] 18:36:01 all 46.76 0.00 16.03 18.69 0.03 18.48 [2020-08-26T18:49:57.161Z] 18:36:01 0 47.52 0.00 15.29 17.21 0.02 19.97 [2020-08-26T18:49:57.161Z] 18:36:01 1 44.86 0.00 17.43 17.23 0.05 20.42 [2020-08-26T18:49:57.161Z] 18:36:01 2 47.43 0.00 16.10 19.79 0.05 16.62 [2020-08-26T18:49:57.161Z] 18:36:01 3 47.22 0.00 15.32 20.56 0.02 16.89 [2020-08-26T18:49:57.161Z] 18:37:02 all 30.62 0.00 24.09 28.76 0.06 16.47 [2020-08-26T18:49:57.161Z] 18:37:02 0 29.86 0.00 23.96 29.32 0.05 16.81 [2020-08-26T18:49:57.161Z] 18:37:02 1 30.39 0.00 24.03 31.32 0.03 14.23 [2020-08-26T18:49:57.161Z] 18:37:02 2 31.80 0.00 23.57 29.58 0.09 14.96 [2020-08-26T18:49:57.161Z] 18:37:02 3 30.45 0.00 24.81 24.78 0.05 19.91 [2020-08-26T18:49:57.161Z] 18:38:01 all 44.05 0.00 17.28 22.10 0.05 16.52 [2020-08-26T18:49:57.161Z] 18:38:01 0 43.82 0.00 17.41 22.95 0.05 15.77 [2020-08-26T18:49:57.161Z] 18:38:01 1 44.59 0.00 17.31 18.48 0.03 19.59 [2020-08-26T18:49:57.161Z] 18:38:01 2 44.09 0.00 16.68 21.21 0.03 17.99 [2020-08-26T18:49:57.161Z] 18:38:01 3 43.74 0.00 17.72 25.76 0.07 12.71 [2020-08-26T18:49:57.161Z] 18:39:01 all 5.27 0.00 3.47 7.62 0.02 83.63 [2020-08-26T18:49:57.161Z] 18:39:01 0 4.32 0.00 3.07 4.17 0.02 88.42 [2020-08-26T18:49:57.161Z] 18:39:01 1 5.66 0.00 3.57 9.08 0.02 81.67 [2020-08-26T18:49:57.161Z] 18:39:01 2 4.03 0.00 3.17 11.48 0.02 81.30 [2020-08-26T18:49:57.161Z] 18:39:01 3 7.02 0.00 4.07 5.73 0.03 83.15 [2020-08-26T18:49:57.161Z] 18:40:01 all 0.15 0.00 0.03 0.02 0.00 99.79 [2020-08-26T18:49:57.161Z] 18:40:01 0 0.03 0.00 0.05 0.00 0.00 99.92 [2020-08-26T18:49:57.161Z] 18:40:01 1 0.53 0.00 0.05 0.02 0.00 99.40 [2020-08-26T18:49:57.161Z] 18:40:01 2 0.03 0.00 0.02 0.02 0.00 99.93 [2020-08-26T18:49:57.161Z] 18:40:01 3 0.05 0.00 0.03 0.08 0.00 99.83 [2020-08-26T18:49:57.161Z] 18:41:01 all 0.17 0.00 0.02 0.00 0.00 99.80 [2020-08-26T18:49:57.161Z] 18:41:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2020-08-26T18:49:57.161Z] 18:41:01 1 0.53 0.00 0.02 0.00 0.00 99.45 [2020-08-26T18:49:57.161Z] 18:41:01 2 0.05 0.00 0.03 0.02 0.00 99.90 [2020-08-26T18:49:57.161Z] 18:41:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2020-08-26T18:49:57.161Z] 18:42:01 all 0.15 0.00 0.03 0.00 0.00 99.82 [2020-08-26T18:49:57.161Z] 18:42:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2020-08-26T18:49:57.161Z] 18:42:01 1 0.53 0.00 0.02 0.00 0.00 99.45 [2020-08-26T18:49:57.161Z] 18:42:01 2 0.02 0.00 0.03 0.02 0.00 99.93 [2020-08-26T18:49:57.161Z] 18:42:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2020-08-26T18:49:57.161Z] 18:43:01 all 0.15 0.00 0.02 0.00 0.00 99.82 [2020-08-26T18:49:57.161Z] 18:43:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2020-08-26T18:49:57.161Z] 18:43:01 1 0.53 0.00 0.03 0.00 0.00 99.43 [2020-08-26T18:49:57.161Z] 18:43:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2020-08-26T18:49:57.161Z] 18:43:01 3 0.02 0.00 0.03 0.00 0.00 99.95 [2020-08-26T18:49:57.161Z] 18:44:01 all 0.15 0.00 0.02 0.00 0.00 99.83 [2020-08-26T18:49:57.161Z] 18:44:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2020-08-26T18:49:57.161Z] 18:44:01 1 0.53 0.00 0.02 0.00 0.00 99.45 [2020-08-26T18:49:57.161Z] 18:44:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2020-08-26T18:49:57.161Z] 18:44:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2020-08-26T18:49:57.161Z] 18:45:01 all 0.16 0.00 0.06 0.02 0.00 99.76 [2020-08-26T18:49:57.161Z] 18:45:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2020-08-26T18:49:57.161Z] 18:45:01 1 0.28 0.00 0.05 0.00 0.00 99.67 [2020-08-26T18:49:57.161Z] 18:45:01 2 0.27 0.00 0.07 0.00 0.00 99.67 [2020-08-26T18:49:57.161Z] 18:45:01 3 0.05 0.00 0.10 0.08 0.00 99.77 [2020-08-26T18:49:57.161Z] 18:46:01 all 0.11 0.00 0.03 0.00 0.00 99.86 [2020-08-26T18:49:57.161Z] 18:46:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2020-08-26T18:49:57.161Z] 18:46:01 1 0.37 0.00 0.07 0.00 0.00 99.57 [2020-08-26T18:49:57.161Z] 18:46:01 2 0.02 0.00 0.02 0.00 0.02 99.95 [2020-08-26T18:49:57.161Z] 18:46:01 3 0.02 0.00 0.03 0.00 0.00 99.95 [2020-08-26T18:49:57.161Z] 18:47:01 all 0.03 0.00 0.03 0.00 0.00 99.95 [2020-08-26T18:49:57.161Z] 18:47:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2020-08-26T18:49:57.161Z] 18:47:01 1 0.05 0.00 0.02 0.00 0.00 99.93 [2020-08-26T18:49:57.161Z] 18:47:01 2 0.05 0.00 0.03 0.00 0.00 99.92 [2020-08-26T18:49:57.161Z] 18:47:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2020-08-26T18:49:57.161Z] 18:48:01 all 0.05 0.00 0.03 0.00 0.00 99.92 [2020-08-26T18:49:57.161Z] 18:48:01 0 0.03 0.00 0.05 0.00 0.00 99.92 [2020-08-26T18:49:57.161Z] 18:48:01 1 0.13 0.00 0.00 0.00 0.00 99.87 [2020-08-26T18:49:57.161Z] 18:48:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2020-08-26T18:49:57.161Z] 18:48:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2020-08-26T18:49:57.161Z] 18:49:01 all 0.16 0.00 0.03 0.00 0.00 99.81 [2020-08-26T18:49:57.161Z] 18:49:01 0 0.02 0.00 0.05 0.00 0.00 99.93 [2020-08-26T18:49:57.161Z] 18:49:01 1 0.53 0.00 0.03 0.00 0.00 99.43 [2020-08-26T18:49:57.161Z] 18:49:01 2 0.02 0.00 0.03 0.00 0.00 99.95 [2020-08-26T18:49:57.161Z] 18:49:01 3 0.05 0.00 0.02 0.00 0.00 99.93 [2020-08-26T18:49:57.161Z] Average: all 13.03 0.00 6.63 6.76 0.02 73.57 [2020-08-26T18:49:57.161Z] Average: 0 12.84 0.00 6.67 6.47 0.02 74.01 [2020-08-26T18:49:57.161Z] Average: 1 13.53 0.00 6.62 6.89 0.02 72.94 [2020-08-26T18:49:57.161Z] Average: 2 12.61 0.00 6.58 7.08 0.02 73.71 [2020-08-26T18:49:57.161Z] Average: 3 13.13 0.00 6.65 6.60 0.02 73.60 [2020-08-26T18:49:57.161Z] [2020-08-26T18:49:57.161Z] [2020-08-26T18:49:57.161Z]