Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of anonymouse64 for edgexfoundry/edgex-go Obtained Jenkinsfile from 99ac93074a3e34989b3d43e9392a48a56cab33e0+1421448afc2248c8ed7ba2afa89517a5a2307549 (06aa909980254da69a2fff36f203504531e43c12) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 # timeout=10 Commit message: "Merge pull request #220 from ernestojeda/fix-arm64-semver" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, goVersion:1.13, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-213’ is offline Running on prd-centos7-docker-4c-2g-500 in /w/workspace/edgexfoundry_edgex-go_PR-2664 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/3 [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/3 # 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/2664/head:refs/remotes/origin/PR-2664 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit 1421448afc2248c8ed7ba2afa89517a5a2307549 into PR head commit 99ac93074a3e34989b3d43e9392a48a56cab33e0 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/2664/head:refs/remotes/origin/PR-2664 # 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/2664/head:refs/remotes/origin/PR-2664 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 99ac93074a3e34989b3d43e9392a48a56cab33e0 # timeout=10 Merge succeeded, producing 720e7787e780524db870908aa63d76c69fee835c Checking out Revision 720e7787e780524db870908aa63d76c69fee835c (PR-2664) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 1421448afc2248c8ed7ba2afa89517a5a2307549 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 720e7787e780524db870908aa63d76c69fee835c # timeout=10 Commit message: "Merge commit '1421448afc2248c8ed7ba2afa89517a5a2307549' into HEAD" First time build. Skipping changelog. [Pipeline] } > git rev-list --no-walk e7a70cb4cc5114df5fdccf338a5c3dca0591bde0 # timeout=10 [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-08-27T20:30:51.006Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-08-27T20:30:51.202Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-08-27T20:30:51.386Z] ========================================================= [2020-08-27T20:30:51.386Z] EdgeX Global Pipelines Version Info [2020-08-27T20:30:51.386Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-08-27T20:30:53.253Z] ------------------- [2020-08-27T20:30:53.253Z] stable info: [2020-08-27T20:30:53.253Z] ------------------- [2020-08-27T20:30:53.253Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-08-27T20:30:53.253Z] Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [2020-08-27T20:30:53.253Z] Message: update stable to v1.0.106 [2020-08-27T20:30:54.193Z] ------------------- [2020-08-27T20:30:54.193Z] experimental info: [2020-08-27T20:30:54.193Z] ------------------- [2020-08-27T20:30:54.193Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-08-27T20:30:54.194Z] Commit SHA: 4bfbf48e2de9ad395c46d40451a58600a1527367 [2020-08-27T20:30:54.194Z] Message: update experimental to v1.0.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] sh [2020-08-27T20:30:55.770Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secrets-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-logging/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2020-08-27T20:30:55.770Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-27T20:30:55.770Z] ++ dirname cmd/core-command/Dockerfile [2020-08-27T20:30:55.770Z] ++ cut -d/ -f2 [2020-08-27T20:30:55.770Z] + echo core-command,cmd/core-command/Dockerfile [2020-08-27T20:30:55.770Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-27T20:30:55.770Z] ++ cut -d/ -f2 [2020-08-27T20:30:55.770Z] ++ dirname cmd/core-data/Dockerfile [2020-08-27T20:30:55.770Z] + echo core-data,cmd/core-data/Dockerfile [2020-08-27T20:30:55.770Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-27T20:30:55.770Z] ++ dirname cmd/core-metadata/Dockerfile [2020-08-27T20:30:55.770Z] ++ cut -d/ -f2 [2020-08-27T20:30:55.770Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-08-27T20:30:55.770Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-27T20:30:55.770Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-08-27T20:30:55.770Z] ++ cut -d/ -f2 [2020-08-27T20:30:55.770Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-08-27T20:30:55.770Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-27T20:30:55.770Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-08-27T20:30:55.770Z] ++ cut -d/ -f2 [2020-08-27T20:30:55.770Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-08-27T20:30:55.770Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-27T20:30:55.770Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-08-27T20:30:55.770Z] ++ cut -d/ -f2 [2020-08-27T20:30:55.770Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-08-27T20:30:55.770Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-27T20:30:55.770Z] ++ dirname cmd/support-logging/Dockerfile [2020-08-27T20:30:55.770Z] ++ cut -d/ -f2 [2020-08-27T20:30:55.770Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-08-27T20:30:55.770Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-27T20:30:55.770Z] ++ dirname cmd/support-notifications/Dockerfile [2020-08-27T20:30:55.770Z] ++ cut -d/ -f2 [2020-08-27T20:30:55.770Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-08-27T20:30:55.770Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-27T20:30:55.770Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-08-27T20:30:55.770Z] ++ cut -d/ -f2 [2020-08-27T20:30:55.770Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-08-27T20:30:55.770Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-27T20:30:55.770Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-08-27T20:30:55.770Z] ++ cut -d/ -f2 [2020-08-27T20:30:55.770Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-08-27T20:30:55.829Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secrets-setup-go, dockerfile:cmd/security-secrets-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-logging-go, dockerfile:cmd/support-logging/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2020-08-27T20:30:56.572Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-27T20:30:56.847Z] [2020-08-27T20:30:56.847Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-08-27T20:30:57.235Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-27T20:30:57.235Z] latest: Pulling from edgex-devops/git-semver [2020-08-27T20:30:57.235Z] 31603596830f: Pulling fs layer [2020-08-27T20:30:57.235Z] 2a8b12db71e7: Pulling fs layer [2020-08-27T20:30:57.235Z] 6ca5941a6612: Pulling fs layer [2020-08-27T20:30:57.235Z] ecc8261a40a4: Pulling fs layer [2020-08-27T20:30:57.235Z] ecc8261a40a4: Waiting [2020-08-27T20:30:57.235Z] 2a8b12db71e7: Verifying Checksum [2020-08-27T20:30:57.235Z] 2a8b12db71e7: Download complete [2020-08-27T20:30:57.235Z] 31603596830f: Verifying Checksum [2020-08-27T20:30:57.235Z] 31603596830f: Download complete [2020-08-27T20:30:57.501Z] 6ca5941a6612: Verifying Checksum [2020-08-27T20:30:57.501Z] 6ca5941a6612: Download complete [2020-08-27T20:30:57.501Z] ecc8261a40a4: Verifying Checksum [2020-08-27T20:30:57.501Z] ecc8261a40a4: Download complete [2020-08-27T20:30:57.765Z] 31603596830f: Pull complete [2020-08-27T20:30:57.765Z] 2a8b12db71e7: Pull complete [2020-08-27T20:30:58.715Z] 6ca5941a6612: Pull complete [2020-08-27T20:30:58.715Z] ecc8261a40a4: Pull complete [2020-08-27T20:30:58.715Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-08-27T20:30:58.715Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-27T20:30:58.715Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-08-27T20:30:58.823Z] prd-centos7-docker-4c-2g-500 does not seem to be running inside a container [2020-08-27T20:30:58.876Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-08-27T20:31:01.184Z] $ docker top 113ea3932aa6f0f04a313bf28ed2071d4a97d83d12da78fb24ef36b386d4dadd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-27T20:31:01.466Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-27T20:31:01.467Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-27T20:31:01.683Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-27T20:31:01.693Z] $ docker exec 113ea3932aa6f0f04a313bf28ed2071d4a97d83d12da78fb24ef36b386d4dadd ssh-agent [2020-08-27T20:31:01.852Z] SSH_AUTH_SOCK=/tmp/ssh-fMYtadi6F8Nd/agent.12 [2020-08-27T20:31:01.852Z] SSH_AGENT_PID=17 [2020-08-27T20:31:01.863Z] Running ssh-add (command line suppressed) [2020-08-27T20:31:01.985Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_3251860690627688343.key (/w/workspace/edgex-go/3@tmp/private_key_3251860690627688343.key) [2020-08-27T20:31:02.025Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-27T20:31:02.355Z] + git describe --exact-match --tags HEAD [2020-08-27T20:31:02.355Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-08-27T20:31:02.384Z] $ docker exec --env ******** --env ******** 113ea3932aa6f0f04a313bf28ed2071d4a97d83d12da78fb24ef36b386d4dadd ssh-agent -k [2020-08-27T20:31:02.495Z] unset SSH_AUTH_SOCK; [2020-08-27T20:31:02.495Z] unset SSH_AGENT_PID; [2020-08-27T20:31:02.496Z] echo Agent pid 17 killed; [2020-08-27T20:31:02.531Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-08-27T20:31:02.619Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-08-27T20:31:02.619Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-08-27T20:31:02.714Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-27T20:31:02.714Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-27T20:31:02.878Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-27T20:31:02.888Z] $ docker exec 113ea3932aa6f0f04a313bf28ed2071d4a97d83d12da78fb24ef36b386d4dadd ssh-agent [2020-08-27T20:31:03.026Z] SSH_AUTH_SOCK=/tmp/ssh-suRkgWzEfWzN/agent.46 [2020-08-27T20:31:03.026Z] SSH_AGENT_PID=51 [2020-08-27T20:31:03.033Z] Running ssh-add (command line suppressed) [2020-08-27T20:31:03.150Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_2510255591943613603.key (/w/workspace/edgex-go/3@tmp/private_key_2510255591943613603.key) [2020-08-27T20:31:03.188Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-27T20:31:03.513Z] + git semver init [2020-08-27T20:31:03.513Z] # -> Open(): unable to determine branch for HEAD [2020-08-27T20:31:03.513Z] # $GIT_DIR = /w/workspace/edgex-go/3/.git [2020-08-27T20:31:03.513Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/3 [2020-08-27T20:31:03.513Z] # $SEMVER_REMOTE_NAME = origin [2020-08-27T20:31:03.513Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-27T20:31:03.513Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-27T20:31:03.513Z] # $SEMVER_BRANCH = PR-2664 [2020-08-27T20:31:03.513Z] # $SEMVER_TEMP = /tmp/semver-853598217 [2020-08-27T20:31:03.513Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-08-27T20:32:00.223Z] # '/tmp/semver-853598217' -> '/w/workspace/edgex-go/3/.semver' [2020-08-27T20:32:00.223Z] # -> Force: false [2020-08-27T20:32:00.223Z] # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } [2020-08-27T20:32:00.245Z] $ docker exec --env ******** --env ******** 113ea3932aa6f0f04a313bf28ed2071d4a97d83d12da78fb24ef36b386d4dadd ssh-agent -k [2020-08-27T20:32:00.473Z] unset SSH_AUTH_SOCK; [2020-08-27T20:32:00.474Z] unset SSH_AGENT_PID; [2020-08-27T20:32:00.474Z] echo Agent pid 51 killed; [2020-08-27T20:32:00.548Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-27T20:32:01.008Z] + git semver [Pipeline] } [2020-08-27T20:32:01.031Z] $ docker stop --time=1 113ea3932aa6f0f04a313bf28ed2071d4a97d83d12da78fb24ef36b386d4dadd [2020-08-27T20:32:02.581Z] $ docker rm -f 113ea3932aa6f0f04a313bf28ed2071d4a97d83d12da78fb24ef36b386d4dadd [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-08-27T20:32:15.866Z] Stashed 39 file(s) [Pipeline] echo [2020-08-27T20:32:15.869Z] [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-27T20:32:16.406Z] ========================================================= [2020-08-27T20:32:16.406Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-08-27T20:32:16.406Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-08-27T20:32:16.752Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . [2020-08-27T20:32:19.294Z] Sending build context to Docker daemon 323.1MB [2020-08-27T20:32:19.567Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-08-27T20:32:19.567Z] Step 2/7 : FROM ${BASE} [2020-08-27T20:32:19.567Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-08-27T20:32:19.567Z] df20fa9351a1: Pulling fs layer [2020-08-27T20:32:19.567Z] ed8968b2872e: Pulling fs layer [2020-08-27T20:32:19.567Z] a92cc7c5fd73: Pulling fs layer [2020-08-27T20:32:19.567Z] 2dd03ba5bac4: Pulling fs layer [2020-08-27T20:32:19.567Z] 1e091d79d1de: Pulling fs layer [2020-08-27T20:32:19.567Z] 481702a1767f: Pulling fs layer [2020-08-27T20:32:19.567Z] f64a6f60c768: Pulling fs layer [2020-08-27T20:32:19.567Z] e78d2573fc39: Pulling fs layer [2020-08-27T20:32:19.567Z] e876d2f968b6: Pulling fs layer [2020-08-27T20:32:19.567Z] ce8a83651883: Pulling fs layer [2020-08-27T20:32:19.567Z] 07967f4d0e4b: Pulling fs layer [2020-08-27T20:32:19.567Z] f64a6f60c768: Waiting [2020-08-27T20:32:19.567Z] e78d2573fc39: Waiting [2020-08-27T20:32:19.567Z] e876d2f968b6: Waiting [2020-08-27T20:32:19.567Z] 07967f4d0e4b: Waiting [2020-08-27T20:32:19.567Z] ce8a83651883: Waiting [2020-08-27T20:32:19.567Z] 1e091d79d1de: Waiting [2020-08-27T20:32:19.567Z] 2dd03ba5bac4: Waiting [2020-08-27T20:32:19.567Z] 481702a1767f: Waiting [2020-08-27T20:32:19.567Z] a92cc7c5fd73: Verifying Checksum [2020-08-27T20:32:19.567Z] a92cc7c5fd73: Download complete [2020-08-27T20:32:19.567Z] ed8968b2872e: Download complete [2020-08-27T20:32:19.567Z] 1e091d79d1de: Verifying Checksum [2020-08-27T20:32:19.567Z] 1e091d79d1de: Download complete [2020-08-27T20:32:19.567Z] df20fa9351a1: Verifying Checksum [2020-08-27T20:32:19.567Z] df20fa9351a1: Download complete [2020-08-27T20:32:20.995Z] f64a6f60c768: Verifying Checksum [2020-08-27T20:32:20.995Z] f64a6f60c768: Download complete [2020-08-27T20:32:20.995Z] e876d2f968b6: Verifying Checksum [2020-08-27T20:32:20.995Z] e876d2f968b6: Download complete [2020-08-27T20:32:21.639Z] 2dd03ba5bac4: Verifying Checksum [2020-08-27T20:32:21.639Z] 2dd03ba5bac4: Download complete [2020-08-27T20:32:21.907Z] 07967f4d0e4b: Verifying Checksum [2020-08-27T20:32:21.907Z] 07967f4d0e4b: Download complete [2020-08-27T20:32:21.907Z] ce8a83651883: Verifying Checksum [2020-08-27T20:32:21.907Z] e78d2573fc39: Verifying Checksum [2020-08-27T20:32:21.907Z] e78d2573fc39: Download complete [2020-08-27T20:32:21.907Z] df20fa9351a1: Pull complete [2020-08-27T20:32:22.168Z] ed8968b2872e: Pull complete [2020-08-27T20:32:22.433Z] a92cc7c5fd73: Pull complete [2020-08-27T20:32:27.751Z] 2dd03ba5bac4: Pull complete [2020-08-27T20:32:27.751Z] 1e091d79d1de: Pull complete [2020-08-27T20:32:27.751Z] 481702a1767f: Pull complete [2020-08-27T20:32:31.196Z] Still waiting to schedule task [2020-08-27T20:32:31.196Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-08-27T20:32:34.346Z] f64a6f60c768: Pull complete [2020-08-27T20:32:37.659Z] e78d2573fc39: Pull complete [2020-08-27T20:32:37.659Z] e876d2f968b6: Pull complete [2020-08-27T20:32:38.607Z] ce8a83651883: Pull complete [2020-08-27T20:32:38.607Z] 07967f4d0e4b: Pull complete [2020-08-27T20:32:38.607Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-08-27T20:32:38.607Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-08-27T20:32:38.607Z] ---> 5d7c900382c6 [2020-08-27T20:32:38.607Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-08-27T20:32:39.551Z] ---> Running in 5def0c67c157 [2020-08-27T20:32:40.496Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-27T20:32:41.066Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-27T20:32:41.637Z] (1/12) Installing libmagic (5.38-r0) [2020-08-27T20:32:41.898Z] (2/12) Installing file (5.38-r0) [2020-08-27T20:32:41.898Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-08-27T20:32:41.898Z] (4/12) Installing g++ (9.3.0-r2) [2020-08-27T20:32:47.189Z] (5/12) Installing fortify-headers (1.1-r0) [2020-08-27T20:32:47.189Z] (6/12) Installing patch (2.7.6-r6) [2020-08-27T20:32:47.786Z] (7/12) Installing build-base (0.5-r2) [2020-08-27T20:32:47.786Z] (8/12) Installing libsodium (1.0.18-r0) [2020-08-27T20:32:47.786Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-08-27T20:32:47.786Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-08-27T20:32:47.786Z] (11/12) Installing libzmq (4.3.2-r0) [2020-08-27T20:32:47.786Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-08-27T20:32:47.786Z] Executing busybox-1.31.1-r16.trigger [2020-08-27T20:32:47.786Z] OK: 233 MiB in 51 packages [2020-08-27T20:32:51.101Z] Removing intermediate container 5def0c67c157 [2020-08-27T20:32:51.101Z] ---> 91180f3dd40d [2020-08-27T20:32:51.101Z] Step 4/7 : WORKDIR /edgex-go [2020-08-27T20:32:51.101Z] ---> Running in 7756bfc9da47 [2020-08-27T20:32:51.101Z] Removing intermediate container 7756bfc9da47 [2020-08-27T20:32:51.101Z] ---> 4aeab90144b9 [2020-08-27T20:32:51.101Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-08-27T20:32:51.675Z] latest: Pulling from library/docker [2020-08-27T20:32:51.675Z] df20fa9351a1: Already exists [2020-08-27T20:32:51.675Z] 25ad7478873d: Pulling fs layer [2020-08-27T20:32:51.675Z] 4684f6177b5d: Pulling fs layer [2020-08-27T20:32:51.675Z] 46e300cec669: Pulling fs layer [2020-08-27T20:32:51.675Z] 63038576ad94: Pulling fs layer [2020-08-27T20:32:51.675Z] 0fdb76c4706c: Pulling fs layer [2020-08-27T20:32:51.675Z] cb7edeffdfd5: Pulling fs layer [2020-08-27T20:32:51.675Z] 0fdb76c4706c: Waiting [2020-08-27T20:32:51.675Z] cb7edeffdfd5: Waiting [2020-08-27T20:32:51.675Z] 63038576ad94: Waiting [2020-08-27T20:32:51.675Z] 4684f6177b5d: Download complete [2020-08-27T20:32:51.936Z] 25ad7478873d: Verifying Checksum [2020-08-27T20:32:52.205Z] 0fdb76c4706c: Verifying Checksum [2020-08-27T20:32:52.205Z] 0fdb76c4706c: Download complete [2020-08-27T20:32:52.205Z] 25ad7478873d: Pull complete [2020-08-27T20:32:52.205Z] 63038576ad94: Download complete [2020-08-27T20:32:52.205Z] cb7edeffdfd5: Verifying Checksum [2020-08-27T20:32:52.205Z] cb7edeffdfd5: Download complete [2020-08-27T20:32:52.205Z] 4684f6177b5d: Pull complete [2020-08-27T20:32:53.147Z] 46e300cec669: Verifying Checksum [2020-08-27T20:32:53.147Z] 46e300cec669: Download complete [2020-08-27T20:32:55.704Z] 46e300cec669: Pull complete [2020-08-27T20:32:55.704Z] 63038576ad94: Pull complete [2020-08-27T20:32:55.704Z] 0fdb76c4706c: Pull complete [2020-08-27T20:32:55.704Z] cb7edeffdfd5: Pull complete [2020-08-27T20:32:55.704Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-08-27T20:32:55.704Z] Status: Downloaded newer image for docker:latest [2020-08-27T20:32:57.625Z] ---> 098dd1cd28e4 [2020-08-27T20:32:57.625Z] Step 6/7 : COPY go.mod . [2020-08-27T20:32:57.625Z] ---> e718fe8a3e3f [2020-08-27T20:32:57.625Z] Step 7/7 : RUN go mod download [2020-08-27T20:32:57.625Z] ---> Running in dd88b2cdb148 [2020-08-27T20:33:00.176Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-08-27T20:33:00.176Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-08-27T20:33:00.176Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-08-27T20:33:00.438Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-08-27T20:33:00.438Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-27T20:33:00.438Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-08-27T20:33:00.438Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-08-27T20:33:00.438Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-27T20:33:00.438Z] go: finding github.com/cloudflare/gokey v0.1.0 [2020-08-27T20:33:00.699Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-08-27T20:33:00.699Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-08-27T20:33:00.699Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-08-27T20:33:00.699Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 [2020-08-27T20:33:00.699Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-27T20:33:00.699Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.72 [2020-08-27T20:33:00.699Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-08-27T20:33:00.959Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-08-27T20:33:00.959Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-08-27T20:33:00.959Z] go: finding github.com/fatih/color v1.7.0 [2020-08-27T20:33:00.959Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-08-27T20:33:00.959Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-27T20:33:00.959Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-08-27T20:33:01.219Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-27T20:33:01.219Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-27T20:33:01.219Z] go: finding github.com/go-playground/assert/v2 v2.0.1 [2020-08-27T20:33:01.219Z] go: finding github.com/go-playground/locales v0.13.0 [2020-08-27T20:33:01.219Z] go: finding github.com/go-playground/universal-translator v0.17.0 [2020-08-27T20:33:01.219Z] go: finding github.com/go-playground/validator/v10 v10.3.0 [2020-08-27T20:33:01.480Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-08-27T20:33:01.480Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-27T20:33:01.480Z] go: finding github.com/golang/protobuf v1.3.2 [2020-08-27T20:33:01.480Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-08-27T20:33:01.480Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-08-27T20:33:01.480Z] go: finding github.com/google/uuid v1.1.0 [2020-08-27T20:33:01.742Z] go: finding github.com/gorilla/mux v1.7.1 [2020-08-27T20:33:01.742Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-08-27T20:33:01.742Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-08-27T20:33:01.742Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-08-27T20:33:01.742Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-27T20:33:01.742Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-27T20:33:02.003Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-08-27T20:33:02.003Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-08-27T20:33:02.003Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-27T20:33:02.003Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-08-27T20:33:02.003Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-08-27T20:33:02.263Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-08-27T20:33:02.263Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-08-27T20:33:02.263Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-08-27T20:33:02.263Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-08-27T20:33:02.263Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-08-27T20:33:02.263Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-08-27T20:33:02.523Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-08-27T20:33:02.523Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-08-27T20:33:02.523Z] go: finding github.com/imdario/mergo v0.3.6 [2020-08-27T20:33:02.523Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-27T20:33:02.523Z] go: finding github.com/kr/pretty v0.1.0 [2020-08-27T20:33:02.784Z] go: finding github.com/kr/pty v1.1.1 [2020-08-27T20:33:02.784Z] go: finding github.com/kr/text v0.1.0 [2020-08-27T20:33:02.784Z] go: finding github.com/leodido/go-urn v1.2.0 [2020-08-27T20:33:02.784Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-08-27T20:33:02.784Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-08-27T20:33:02.784Z] go: finding github.com/miekg/dns v1.0.14 [2020-08-27T20:33:03.045Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-08-27T20:33:03.045Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-27T20:33:03.045Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-08-27T20:33:03.045Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-08-27T20:33:03.045Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-08-27T20:33:03.045Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-08-27T20:33:03.307Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-08-27T20:33:03.307Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-08-27T20:33:03.307Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-08-27T20:33:03.307Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-08-27T20:33:03.307Z] go: finding github.com/onsi/gomega v1.7.0 [2020-08-27T20:33:03.307Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-08-27T20:33:03.569Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-08-27T20:33:03.569Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-08-27T20:33:03.569Z] go: finding github.com/pkg/errors v0.8.1 [2020-08-27T20:33:03.569Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-27T20:33:03.569Z] go: finding github.com/posener/complete v1.1.1 [2020-08-27T20:33:03.569Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-08-27T20:33:03.830Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-08-27T20:33:03.830Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-08-27T20:33:03.830Z] go: finding github.com/stretchr/objx v0.1.0 [2020-08-27T20:33:03.830Z] go: finding github.com/stretchr/testify v1.5.1 [2020-08-27T20:33:03.830Z] go: finding github.com/ugorji/go v1.1.4 [2020-08-27T20:33:03.831Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-27T20:33:04.092Z] go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 [2020-08-27T20:33:04.092Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-08-27T20:33:04.092Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-08-27T20:33:04.092Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-08-27T20:33:04.092Z] go: finding golang.org/x/text v0.3.2 [2020-08-27T20:33:04.092Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-08-27T20:33:04.352Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-08-27T20:33:04.352Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-08-27T20:33:04.352Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-08-27T20:33:04.352Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-08-27T20:33:04.352Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-27T20:33:22.507Z] Removing intermediate container dd88b2cdb148 [2020-08-27T20:33:22.507Z] ---> 2ad6cc1100f1 [2020-08-27T20:33:22.507Z] Successfully built 2ad6cc1100f1 [2020-08-27T20:33:22.507Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-27T20:33:23.188Z] + docker inspect -f . ci-base-image-x86_64 [2020-08-27T20:33:23.188Z] . [Pipeline] withDockerContainer [2020-08-27T20:33:23.280Z] prd-centos7-docker-4c-2g-500 does not seem to be running inside a container [2020-08-27T20:33:23.332Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-08-27T20:33:24.035Z] $ docker top 3e25d073611b90975f3ab5aac52b512b66ab7d649bc7b278da83ba3d9c9e9dbe -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-27T20:33:24.749Z] + go version [2020-08-27T20:33:24.749Z] go version go1.13.13 linux/amd64 [Pipeline] echo [2020-08-27T20:33:24.760Z] ========================================================= [2020-08-27T20:33:24.760Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-08-27T20:33:24.760Z] ========================================================= [Pipeline] sh [2020-08-27T20:33:25.045Z] + make test [2020-08-27T20:33:25.045Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-08-27T20:33:27.589Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-08-27T20:33:35.818Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-08-27T20:33:40.106Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-08-27T20:33:40.106Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-08-27T20:33:40.106Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-08-27T20:33:40.380Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-08-27T20:33:42.947Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.009s [2020-08-27T20:33:42.947Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-08-27T20:33:42.947Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-08-27T20:33:42.947Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-08-27T20:33:42.947Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-08-27T20:33:43.217Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-08-27T20:33:43.482Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-08-27T20:33:43.482Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-08-27T20:33:43.482Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-08-27T20:33:48.833Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.027s coverage: 46.6% of statements [2020-08-27T20:33:48.833Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-08-27T20:33:48.833Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-08-27T20:33:48.833Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-08-27T20:33:48.833Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-08-27T20:33:48.833Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-08-27T20:33:50.816Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.074s coverage: 27.2% of statements [2020-08-27T20:33:50.816Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-08-27T20:33:50.816Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-08-27T20:33:50.816Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-08-27T20:33:50.816Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-08-27T20:33:50.816Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-08-27T20:33:50.816Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-08-27T20:33:50.816Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.004s coverage: 100.0% of statements [2020-08-27T20:33:50.816Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-08-27T20:33:50.816Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.008s coverage: 100.0% of statements [2020-08-27T20:33:50.816Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-08-27T20:33:50.816Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-08-27T20:33:51.395Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.321s coverage: 82.5% of statements [2020-08-27T20:33:51.395Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-08-27T20:33:51.395Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-08-27T20:33:51.661Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.326s coverage: 92.9% of statements [2020-08-27T20:33:51.661Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-08-27T20:33:51.661Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-08-27T20:33:51.661Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-08-27T20:33:51.661Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-08-27T20:33:51.930Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.085s coverage: 28.6% of statements [2020-08-27T20:33:51.930Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-08-27T20:33:51.930Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-08-27T20:33:51.930Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-08-27T20:33:51.931Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-08-27T20:33:51.931Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-08-27T20:33:52.514Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.008s coverage: 100.0% of statements [2020-08-27T20:33:52.514Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-08-27T20:33:52.514Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.015s coverage: 100.0% of statements [2020-08-27T20:33:52.514Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-08-27T20:33:53.949Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.015s coverage: 89.8% of statements [2020-08-27T20:33:53.949Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-08-27T20:33:53.949Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.026s coverage: 97.5% of statements [2020-08-27T20:33:53.949Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-08-27T20:33:53.949Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.031s coverage: 100.0% of statements [2020-08-27T20:33:53.949Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-08-27T20:33:53.949Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-08-27T20:33:53.949Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-08-27T20:33:53.949Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-08-27T20:33:53.949Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-08-27T20:33:53.949Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-08-27T20:33:53.949Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-08-27T20:33:53.949Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-08-27T20:33:53.949Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-08-27T20:33:53.949Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-08-27T20:33:53.949Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-08-27T20:33:53.949Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-08-27T20:33:53.949Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-08-27T20:33:53.949Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-08-27T20:33:53.949Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-08-27T20:33:53.949Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-08-27T20:33:53.949Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-08-27T20:33:53.949Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-08-27T20:33:53.949Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.005s coverage: 58.8% of statements [2020-08-27T20:33:53.949Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-08-27T20:33:53.949Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/error [no test files] [2020-08-27T20:33:53.949Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis [no test files] [2020-08-27T20:33:55.351Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.041s coverage: 63.5% of statements [2020-08-27T20:33:55.351Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-08-27T20:33:55.351Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-08-27T20:33:55.351Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.017s coverage: 100.0% of statements [2020-08-27T20:33:55.351Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.079s coverage: 55.9% of statements [2020-08-27T20:33:55.351Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-08-27T20:33:55.351Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-08-27T20:33:55.351Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-08-27T20:33:55.351Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-08-27T20:34:00.730Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 4.418s coverage: 86.3% of statements [2020-08-27T20:34:00.730Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-08-27T20:34:00.730Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.260s coverage: 72.2% of statements [2020-08-27T20:34:00.730Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.097s coverage: 72.1% of statements [2020-08-27T20:34:00.730Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.008s coverage: 82.4% of statements [2020-08-27T20:34:00.730Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.008s coverage: 48.4% of statements [2020-08-27T20:34:00.730Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-08-27T20:34:00.730Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-08-27T20:34:00.730Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-08-27T20:34:00.730Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.013s coverage: 28.8% of statements [2020-08-27T20:34:00.730Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-08-27T20:34:00.730Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.010s coverage: 96.8% of statements [2020-08-27T20:34:00.730Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-08-27T20:34:00.730Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.051s coverage: 26.9% of statements [2020-08-27T20:34:00.730Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-08-27T20:34:00.730Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-08-27T20:34:00.730Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.070s coverage: 84.1% of statements [2020-08-27T20:34:00.730Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.025s coverage: 100.0% of statements [2020-08-27T20:34:00.730Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.005s coverage: 42.9% of statements [2020-08-27T20:34:00.730Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-08-27T20:34:00.730Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-08-27T20:34:00.730Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.011s coverage: 100.0% of statements [2020-08-27T20:34:00.730Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-08-27T20:34:00.730Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.035s coverage: 83.8% of statements [2020-08-27T20:34:00.730Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-08-27T20:34:02.372Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.036s coverage: 45.1% of statements [2020-08-27T20:34:02.372Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-08-27T20:34:02.372Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-08-27T20:34:02.372Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.031s coverage: 100.0% of statements [2020-08-27T20:34:02.372Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-08-27T20:34:02.372Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-08-27T20:34:02.372Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-08-27T20:34:02.372Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.036s coverage: 100.0% of statements [2020-08-27T20:34:02.372Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-08-27T20:34:02.372Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.026s coverage: 100.0% of statements [2020-08-27T20:34:02.372Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-08-27T20:34:03.575Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.048s coverage: 29.1% of statements [2020-08-27T20:34:03.575Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-08-27T20:34:03.575Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-08-27T20:34:03.575Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-08-27T20:34:03.575Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-08-27T20:34:03.575Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-08-27T20:34:03.854Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.019s coverage: 99.0% of statements [2020-08-27T20:34:03.854Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-08-27T20:34:03.854Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.028s coverage: 100.0% of statements [2020-08-27T20:34:03.854Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-08-27T20:34:03.854Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.003s coverage: 0.0% of statements [2020-08-27T20:34:03.854Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-08-27T20:34:04.441Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.013s coverage: 100.0% of statements [2020-08-27T20:34:04.441Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-08-27T20:34:04.441Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-08-27T20:34:04.441Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-08-27T20:34:04.441Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-08-27T20:34:04.705Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.014s coverage: 87.9% of statements [2020-08-27T20:34:04.705Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-08-27T20:34:04.705Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-08-27T20:34:04.705Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.022s coverage: 100.0% of statements [2020-08-27T20:34:04.966Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.004s coverage: 32.1% of statements [2020-08-27T20:34:05.226Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.010s coverage: 100.0% of statements [2020-08-27T20:34:05.486Z] GO111MODULE=on go vet ./... [2020-08-27T20:34:10.819Z] gofmt -l . [2020-08-27T20:34:11.394Z] [ "`gofmt -l .`" = "" ] [2020-08-27T20:34:11.965Z] ./bin/test-go-mod-tidy.sh [2020-08-27T20:34:12.538Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-08-27T20:34:14.224Z] + ls -al . [2020-08-27T20:34:14.224Z] total 552 [2020-08-27T20:34:14.224Z] drwxrwxr-x 10 1001 1001 4096 Aug 27 20:34 . [2020-08-27T20:34:14.224Z] drwxr-xr-x 4 root root 28 Aug 27 20:33 .. [2020-08-27T20:34:14.224Z] -rw-rw-r-- 1 1001 1001 11 Aug 27 20:30 .dockerignore [2020-08-27T20:34:14.224Z] drwxrwxr-x 8 1001 1001 179 Aug 27 20:30 .git [2020-08-27T20:34:14.224Z] drwxrwxr-x 3 1001 1001 60 Aug 27 20:30 .github [2020-08-27T20:34:14.224Z] -rw-rw-r-- 1 1001 1001 932 Aug 27 20:30 .gitignore [2020-08-27T20:34:14.224Z] drwx------ 3 1001 1001 47 Aug 27 20:31 .semver [2020-08-27T20:34:14.224Z] -rw-rw-r-- 1 1001 1001 166 Aug 27 20:30 .sonarcloud.properties [2020-08-27T20:34:14.224Z] -rw-rw-r-- 1 1001 1001 3804 Aug 27 20:30 CONTRIBUTING.md [2020-08-27T20:34:14.224Z] -rw-rw-r-- 1 1001 1001 1035 Aug 27 20:30 Dockerfile.build [2020-08-27T20:34:14.224Z] -rw-rw-r-- 1 1001 1001 865 Aug 27 20:30 Jenkinsfile [2020-08-27T20:34:14.224Z] -rw-rw-r-- 1 1001 1001 10775 Aug 27 20:30 LICENSE [2020-08-27T20:34:14.224Z] -rw-rw-r-- 1 1001 1001 6237 Aug 27 20:30 Makefile [2020-08-27T20:34:14.224Z] -rw-rw-r-- 1 1001 1001 5652 Aug 27 20:30 README.md [2020-08-27T20:34:14.224Z] -rw-rw-r-- 1 1001 1001 259 Aug 27 20:30 SECURITY.md [2020-08-27T20:34:14.224Z] -rw-rw-r-- 1 1001 1001 5 Aug 27 20:32 VERSION [2020-08-27T20:34:14.224Z] -rw-rw-r-- 1 1001 1001 4131 Aug 27 20:30 ZMQWindows.md [2020-08-27T20:34:14.224Z] drwxrwxr-x 2 1001 1001 117 Aug 27 20:30 bin [2020-08-27T20:34:14.224Z] drwxrwxr-x 15 1001 1001 4096 Aug 27 20:30 cmd [2020-08-27T20:34:14.224Z] -rw-r--r-- 1 root root 458659 Aug 27 20:34 coverage.out [2020-08-27T20:34:14.224Z] -rw-r--r-- 1 root root 1019 Aug 27 20:34 go.mod [2020-08-27T20:34:14.224Z] -rw-r--r-- 1 root root 19185 Aug 27 20:34 go.sum [2020-08-27T20:34:14.224Z] drwxrwxr-x 8 1001 1001 127 Aug 27 20:30 internal [2020-08-27T20:34:14.224Z] drwxrwxr-x 4 1001 1001 26 Aug 27 20:30 openapi [2020-08-27T20:34:14.224Z] drwxrwxr-x 4 1001 1001 71 Aug 27 20:30 snap [2020-08-27T20:34:14.224Z] -rw-rw-r-- 1 1001 1001 168 Aug 27 20:30 version.go [Pipeline] sh [2020-08-27T20:34:14.518Z] + '[' -e coverage.out ] [2020-08-27T20:34:14.518Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-08-27T20:34:14.658Z] Stashed 1 file(s) [Pipeline] sh [2020-08-27T20:34:14.948Z] + make build [2020-08-27T20:34:14.948Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-08-27T20:34:21.560Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-08-27T20:34:24.870Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-08-27T20:34:26.260Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-08-27T20:34:27.646Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-08-27T20:34:29.571Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-08-27T20:34:29.571Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-08-27T20:34:32.118Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-08-27T20:34:33.512Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-08-27T20:34:34.896Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-08-27T20:34:36.278Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-08-27T20:34:37.226Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-08-27T20:34:38.611Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [Pipeline] } [2020-08-27T20:34:39.570Z] $ docker stop --time=1 3e25d073611b90975f3ab5aac52b512b66ab7d649bc7b278da83ba3d9c9e9dbe [2020-08-27T20:34:41.154Z] $ docker rm -f 3e25d073611b90975f3ab5aac52b512b66ab7d649bc7b278da83ba3d9c9e9dbe [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-27T20:34:42.956Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-27T20:34:42.956Z] [2020-08-27T20:34:42.956Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-08-27T20:34:43.392Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-27T20:34:43.392Z] latest: Pulling from edgex-devops/edgex-compose [2020-08-27T20:34:43.392Z] cbdbe7a5bc2a: Pulling fs layer [2020-08-27T20:34:43.392Z] ca9280d653b3: Pulling fs layer [2020-08-27T20:34:43.392Z] 7e9c9ca2126c: Pulling fs layer [2020-08-27T20:34:43.392Z] cbdbe7a5bc2a: Verifying Checksum [2020-08-27T20:34:43.392Z] cbdbe7a5bc2a: Download complete [2020-08-27T20:34:43.661Z] ca9280d653b3: Verifying Checksum [2020-08-27T20:34:43.661Z] ca9280d653b3: Download complete [2020-08-27T20:34:43.661Z] cbdbe7a5bc2a: Pull complete [2020-08-27T20:34:44.251Z] 7e9c9ca2126c: Verifying Checksum [2020-08-27T20:34:44.251Z] 7e9c9ca2126c: Download complete [2020-08-27T20:34:44.511Z] ca9280d653b3: Pull complete [2020-08-27T20:34:49.809Z] 7e9c9ca2126c: Pull complete [2020-08-27T20:34:49.809Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-08-27T20:34:49.809Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-27T20:34:49.809Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-08-27T20:34:49.917Z] prd-centos7-docker-4c-2g-500 does not seem to be running inside a container [2020-08-27T20:34:49.964Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-08-27T20:34:52.953Z] $ docker top d7f976e749534714db509accad29747fc302ed7d7a27170ae2f6e6c6707d4d78 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-27T20:34:53.411Z] + docker-compose build --help [2020-08-27T20:34:53.411Z] + grep parallel [2020-08-27T20:34:54.352Z] --parallel Build images in parallel. [Pipeline] } [2020-08-27T20:34:54.372Z] $ docker stop --time=1 d7f976e749534714db509accad29747fc302ed7d7a27170ae2f6e6c6707d4d78 [2020-08-27T20:34:56.027Z] $ docker rm -f d7f976e749534714db509accad29747fc302ed7d7a27170ae2f6e6c6707d4d78 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-27T20:34:56.584Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-27T20:34:56.584Z] . [Pipeline] withDockerContainer [2020-08-27T20:34:56.672Z] prd-centos7-docker-4c-2g-500 does not seem to be running inside a container [2020-08-27T20:34:56.720Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-08-27T20:34:57.336Z] $ docker top e3a1a2936692824a072d6ef843d8ab6fc18949d31fddc5304ba6353cf2770ddc -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-27T20:34:57.857Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-08-27T20:34:58.806Z] Building docker-core-command-go ... [2020-08-27T20:34:58.806Z] Building docker-core-data-go ... [2020-08-27T20:34:58.806Z] Building docker-core-metadata-go ... [2020-08-27T20:34:58.806Z] Building docker-security-proxy-setup-go ... [2020-08-27T20:34:58.806Z] Building docker-security-secrets-setup-go ... [2020-08-27T20:34:58.806Z] Building docker-security-secretstore-setup-go ... [2020-08-27T20:34:58.806Z] Building docker-support-logging-go ... [2020-08-27T20:34:58.806Z] Building docker-support-notifications-go ... [2020-08-27T20:34:58.806Z] Building docker-support-scheduler-go ... [2020-08-27T20:34:58.806Z] Building docker-sys-mgmt-agent-go ... [2020-08-27T20:34:58.806Z] Building docker-security-proxy-setup-go [2020-08-27T20:34:58.806Z] Building docker-support-scheduler-go [2020-08-27T20:34:58.806Z] Building docker-support-logging-go [2020-08-27T20:34:58.806Z] Building docker-security-secretstore-setup-go [2020-08-27T20:34:58.806Z] Building docker-core-data-go [2020-08-27T20:35:03.541Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-504 in /w/workspace/edgexfoundry_edgex-go_PR-2664 [Pipeline] { [Pipeline] ws [2020-08-27T20:35:03.585Z] Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout [2020-08-27T20:35:08.956Z] using credential edgex-jenkins-ssh [2020-08-27T20:35:09.022Z] Cloning the remote Git repository [2020-08-27T20:35:09.022Z] Cloning with configured refspecs honoured and without tags [2020-08-27T20:35:09.092Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-08-27T20:35:09.195Z] > git init /w/workspace/edgex-go/3 # timeout=10 [2020-08-27T20:35:09.256Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-08-27T20:35:09.257Z] > git --version # timeout=10 [2020-08-27T20:35:09.279Z] > git --version # 'git version 2.17.1' [2020-08-27T20:35:09.281Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-27T20:35:09.689Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2664/head:refs/remotes/origin/PR-2664 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-27T20:35:25.543Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-27T20:35:25.543Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-08-27T20:35:25.543Z] ---> 2ad6cc1100f1 [2020-08-27T20:35:25.543Z] Step 3/20 : WORKDIR /edgex-go [2020-08-27T20:35:25.543Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-27T20:35:25.543Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-08-27T20:35:25.543Z] ---> 2ad6cc1100f1 [2020-08-27T20:35:25.543Z] Step 3/22 : WORKDIR /edgex-go [2020-08-27T20:35:25.543Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-27T20:35:25.543Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-27T20:35:25.543Z] ---> 2ad6cc1100f1 [2020-08-27T20:35:25.543Z] Step 3/21 : WORKDIR /edgex-go [2020-08-27T20:35:25.543Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-27T20:35:25.543Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-08-27T20:35:25.543Z] ---> 2ad6cc1100f1 [2020-08-27T20:35:25.543Z] Step 3/26 : WORKDIR /edgex-go [2020-08-27T20:35:25.543Z] Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-27T20:35:25.543Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-08-27T20:35:25.543Z] ---> 2ad6cc1100f1 [2020-08-27T20:35:25.543Z] Step 3/23 : WORKDIR /edgex-go [2020-08-27T20:35:26.127Z] ---> Running in e0faed406d70 [2020-08-27T20:35:26.127Z] ---> Running in a0e7af08ea14 [2020-08-27T20:35:26.127Z] ---> Running in 4d7362bf4a95 [2020-08-27T20:35:26.127Z] ---> Running in 50466aae3bca [2020-08-27T20:35:26.127Z] ---> Running in 792d91567de6 [2020-08-27T20:35:26.402Z] Removing intermediate container a0e7af08ea14 [2020-08-27T20:35:26.402Z] ---> af4ce086d049 [2020-08-27T20:35:26.402Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-27T20:35:26.402Z] Removing intermediate container e0faed406d70 [2020-08-27T20:35:26.402Z] ---> fbfed1d29986 [2020-08-27T20:35:26.402Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-27T20:35:26.666Z] Removing intermediate container 4d7362bf4a95 [2020-08-27T20:35:26.666Z] ---> 932c11a415f2 [2020-08-27T20:35:26.666Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-27T20:35:26.666Z] Removing intermediate container 50466aae3bca [2020-08-27T20:35:26.666Z] ---> 9e2e992839ba [2020-08-27T20:35:26.666Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-27T20:35:26.666Z] Removing intermediate container 792d91567de6 [2020-08-27T20:35:26.666Z] ---> cf5695ee3be1 [2020-08-27T20:35:26.666Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-27T20:35:26.666Z] ---> Running in d652276138cf [2020-08-27T20:35:26.666Z] ---> Running in 886a0228ceb8 [2020-08-27T20:35:26.666Z] ---> Running in d3a3b7641dd6 [2020-08-27T20:35:26.666Z] ---> Running in 23718adc202e [2020-08-27T20:35:26.666Z] ---> Running in 25cd1d8129df [2020-08-27T20:35:28.260Z] Fetching without tags [2020-08-27T20:35:28.796Z] Merging remotes/origin/master commit 1421448afc2248c8ed7ba2afa89517a5a2307549 into PR head commit 99ac93074a3e34989b3d43e9392a48a56cab33e0 [2020-08-27T20:35:29.240Z] Removing intermediate container 886a0228ceb8 [2020-08-27T20:35:29.240Z] ---> 275214762427 [2020-08-27T20:35:29.240Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-08-27T20:35:29.240Z] Removing intermediate container d652276138cf [2020-08-27T20:35:29.240Z] ---> abe8cc1266ca [2020-08-27T20:35:29.240Z] Step 5/26 : RUN apk update && apk add make git [2020-08-27T20:35:29.240Z] Removing intermediate container 23718adc202e [2020-08-27T20:35:29.240Z] ---> b94227902b2a [2020-08-27T20:35:29.240Z] Step 5/20 : RUN apk update && apk add make git [2020-08-27T20:35:29.240Z] ---> Running in b4cb44387a0f [2020-08-27T20:35:29.240Z] ---> Running in bbcc8300ea2c [2020-08-27T20:35:29.240Z] Removing intermediate container d3a3b7641dd6 [2020-08-27T20:35:29.240Z] ---> 247676933912 [2020-08-27T20:35:29.240Z] Step 5/21 : RUN apk update && apk add make git [2020-08-27T20:35:29.240Z] Removing intermediate container 25cd1d8129df [2020-08-27T20:35:29.240Z] ---> 9aa2f7376037 [2020-08-27T20:35:29.240Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-08-27T20:35:29.240Z] ---> Running in d9bdd9efe270 [2020-08-27T20:35:29.240Z] ---> Running in 0b0b99ac576d [2020-08-27T20:35:29.486Z] Merge succeeded, producing 28775db9230fa58d54722be3939d6b74b82f49ef [2020-08-27T20:35:29.487Z] Checking out Revision 28775db9230fa58d54722be3939d6b74b82f49ef (PR-2664) [2020-08-27T20:35:29.501Z] ---> Running in e31d006dac79 [2020-08-27T20:35:30.075Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-27T20:35:30.075Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-27T20:35:28.155Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-08-27T20:35:28.193Z] > git config --add remote.origin.fetch +refs/pull/2664/head:refs/remotes/origin/PR-2664 # timeout=10 [2020-08-27T20:35:28.209Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-27T20:35:28.236Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-08-27T20:35:28.277Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-08-27T20:35:28.278Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-27T20:35:28.293Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2664/head:refs/remotes/origin/PR-2664 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-27T20:35:28.821Z] > git config core.sparsecheckout # timeout=10 [2020-08-27T20:35:28.840Z] > git checkout -f 99ac93074a3e34989b3d43e9392a48a56cab33e0 # timeout=10 [2020-08-27T20:35:29.199Z] > git remote # timeout=10 [2020-08-27T20:35:29.234Z] > git config --get remote.origin.url # timeout=10 [2020-08-27T20:35:29.265Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-27T20:35:29.279Z] > git merge 1421448afc2248c8ed7ba2afa89517a5a2307549 # timeout=10 [2020-08-27T20:35:29.474Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-08-27T20:35:29.498Z] > git config core.sparsecheckout # timeout=10 [2020-08-27T20:35:29.528Z] > git checkout -f 28775db9230fa58d54722be3939d6b74b82f49ef # timeout=10 [2020-08-27T20:35:30.338Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-27T20:35:30.338Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-27T20:35:30.338Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-27T20:35:30.908Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-27T20:35:30.908Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-27T20:35:31.172Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-27T20:35:31.435Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-27T20:35:31.435Z] v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-27T20:35:31.435Z] v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-27T20:35:31.435Z] OK: 12746 distinct packages available [2020-08-27T20:35:31.698Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-27T20:35:31.698Z] v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-27T20:35:31.698Z] v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-27T20:35:31.698Z] OK: 12746 distinct packages available [2020-08-27T20:35:31.698Z] OK: 233 MiB in 51 packages [2020-08-27T20:35:31.960Z] OK: 233 MiB in 51 packages [2020-08-27T20:35:31.960Z] v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-27T20:35:31.960Z] v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-27T20:35:31.960Z] OK: 12746 distinct packages available [2020-08-27T20:35:31.960Z] OK: 233 MiB in 51 packages [2020-08-27T20:35:32.223Z] OK: 233 MiB in 51 packages [2020-08-27T20:35:32.484Z] Removing intermediate container b4cb44387a0f [2020-08-27T20:35:32.484Z] ---> 909062383438 [2020-08-27T20:35:32.484Z] Step 6/26 : COPY go.mod . [2020-08-27T20:35:32.752Z] Removing intermediate container bbcc8300ea2c [2020-08-27T20:35:32.752Z] ---> 922705223e00 [2020-08-27T20:35:32.752Z] Step 6/22 : COPY go.mod . [2020-08-27T20:35:32.752Z] ---> a953be5d5da1 [2020-08-27T20:35:32.752Z] Step 7/26 : RUN go mod download [2020-08-27T20:35:32.752Z] Removing intermediate container 0b0b99ac576d [2020-08-27T20:35:32.752Z] ---> 8b95df085f2d [2020-08-27T20:35:32.752Z] Step 6/21 : COPY go.mod . [2020-08-27T20:35:32.752Z] ---> Running in d41532aa8963 [2020-08-27T20:35:33.019Z] ---> cd2eddae292d [2020-08-27T20:35:33.019Z] Step 7/22 : RUN go mod download [2020-08-27T20:35:33.288Z] ---> Running in 3728d200d0d0 [2020-08-27T20:35:33.288Z] ---> f3f240cf8051 [2020-08-27T20:35:33.289Z] Step 7/21 : RUN go mod download [2020-08-27T20:35:33.289Z] v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-27T20:35:33.289Z] v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-27T20:35:33.289Z] OK: 12746 distinct packages available [2020-08-27T20:35:33.576Z] ---> Running in 8c25182f4149 [2020-08-27T20:35:33.576Z] v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-27T20:35:33.576Z] v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-27T20:35:33.576Z] OK: 12746 distinct packages available [2020-08-27T20:35:33.576Z] OK: 233 MiB in 51 packages [2020-08-27T20:35:33.845Z] OK: 233 MiB in 51 packages [2020-08-27T20:35:33.979Z] Commit message: "Merge commit '1421448afc2248c8ed7ba2afa89517a5a2307549' into HEAD" [2020-08-27T20:35:34.006Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [2020-08-27T20:35:34.428Z] Removing intermediate container d9bdd9efe270 [2020-08-27T20:35:34.428Z] ---> 3c9f6ff83fea [2020-08-27T20:35:34.428Z] Step 6/20 : COPY go.mod . [2020-08-27T20:35:34.428Z] Removing intermediate container e31d006dac79 [2020-08-27T20:35:34.429Z] ---> d68d1733f68f [2020-08-27T20:35:34.429Z] Step 6/23 : COPY go.mod . [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [2020-08-27T20:35:34.693Z] ---> 5200af558093 [2020-08-27T20:35:34.693Z] Step 7/20 : RUN go mod download [2020-08-27T20:35:34.693Z] ---> 00819495d896 [2020-08-27T20:35:34.693Z] Step 7/23 : RUN go mod download [2020-08-27T20:35:34.693Z] ---> Running in 53ea62916404 [2020-08-27T20:35:34.693Z] ---> Running in 50693f3a6f90 [2020-08-27T20:35:33.992Z] > git rev-list --no-walk e7a70cb4cc5114df5fdccf338a5c3dca0591bde0 # timeout=10 [2020-08-27T20:35:35.637Z] Removing intermediate container 3728d200d0d0 [2020-08-27T20:35:35.637Z] ---> d5b2a89e5e55 [2020-08-27T20:35:35.637Z] Step 8/22 : COPY . . [2020-08-27T20:35:35.907Z] Removing intermediate container 8c25182f4149 [2020-08-27T20:35:35.907Z] ---> 3981502e3b99 [2020-08-27T20:35:35.907Z] Step 8/21 : COPY . . [2020-08-27T20:35:40.159Z] Removing intermediate container d41532aa8963 [2020-08-27T20:35:40.159Z] ---> cd6a206f569c [2020-08-27T20:35:40.159Z] Step 8/26 : COPY . . [Pipeline] echo [2020-08-27T20:35:46.531Z] ========================================================= [2020-08-27T20:35:46.531Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-08-27T20:35:46.531Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-08-27T20:35:47.483Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . [2020-08-27T20:35:48.398Z] Removing intermediate container 53ea62916404 [2020-08-27T20:35:48.398Z] ---> 5b5c95fcc698 [2020-08-27T20:35:48.398Z] Step 8/20 : COPY . . [2020-08-27T20:35:51.816Z] Sending build context to Docker daemon 323.1MB [2020-08-27T20:35:51.816Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-08-27T20:35:51.816Z] Step 2/7 : FROM ${BASE} [2020-08-27T20:35:51.816Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-08-27T20:35:51.816Z] b538f80385f9: Pulling fs layer [2020-08-27T20:35:51.816Z] 74f711af9a0d: Pulling fs layer [2020-08-27T20:35:51.816Z] 99f96fe45779: Pulling fs layer [2020-08-27T20:35:51.816Z] fd7a069fd194: Pulling fs layer [2020-08-27T20:35:51.816Z] 66aa3694b03b: Pulling fs layer [2020-08-27T20:35:51.816Z] 170f70906a0f: Pulling fs layer [2020-08-27T20:35:51.816Z] ad7c5574e4b9: Pulling fs layer [2020-08-27T20:35:51.816Z] e772456be8f7: Pulling fs layer [2020-08-27T20:35:51.816Z] c890913d741a: Pulling fs layer [2020-08-27T20:35:51.816Z] 2480fcc9aa5a: Pulling fs layer [2020-08-27T20:35:51.816Z] 09adf4765672: Pulling fs layer [2020-08-27T20:35:51.816Z] fd7a069fd194: Waiting [2020-08-27T20:35:51.816Z] 66aa3694b03b: Waiting [2020-08-27T20:35:51.816Z] 170f70906a0f: Waiting [2020-08-27T20:35:51.816Z] ad7c5574e4b9: Waiting [2020-08-27T20:35:51.816Z] e772456be8f7: Waiting [2020-08-27T20:35:51.816Z] c890913d741a: Waiting [2020-08-27T20:35:51.816Z] 2480fcc9aa5a: Waiting [2020-08-27T20:35:51.816Z] 09adf4765672: Waiting [2020-08-27T20:35:51.816Z] 99f96fe45779: Verifying Checksum [2020-08-27T20:35:51.816Z] 99f96fe45779: Download complete [2020-08-27T20:35:51.816Z] 74f711af9a0d: Verifying Checksum [2020-08-27T20:35:51.816Z] 74f711af9a0d: Download complete [2020-08-27T20:35:51.816Z] 66aa3694b03b: Verifying Checksum [2020-08-27T20:35:51.816Z] 66aa3694b03b: Download complete [2020-08-27T20:35:51.816Z] 170f70906a0f: Verifying Checksum [2020-08-27T20:35:51.816Z] 170f70906a0f: Download complete [2020-08-27T20:35:51.816Z] b538f80385f9: Verifying Checksum [2020-08-27T20:35:51.816Z] b538f80385f9: Download complete [2020-08-27T20:35:52.805Z] b538f80385f9: Pull complete [2020-08-27T20:35:53.090Z] 74f711af9a0d: Pull complete [2020-08-27T20:35:53.693Z] 99f96fe45779: Pull complete [2020-08-27T20:35:53.829Z] Removing intermediate container 50693f3a6f90 [2020-08-27T20:35:53.829Z] ---> d62a0da70dcb [2020-08-27T20:35:53.829Z] Step 8/23 : COPY . . [2020-08-27T20:35:54.680Z] ad7c5574e4b9: Verifying Checksum [2020-08-27T20:35:54.680Z] ad7c5574e4b9: Download complete [2020-08-27T20:35:54.680Z] c890913d741a: Verifying Checksum [2020-08-27T20:35:54.680Z] c890913d741a: Download complete [2020-08-27T20:35:56.121Z] 2480fcc9aa5a: Verifying Checksum [2020-08-27T20:35:56.121Z] 2480fcc9aa5a: Download complete [2020-08-27T20:35:56.399Z] 09adf4765672: Download complete [2020-08-27T20:35:57.382Z] e772456be8f7: Verifying Checksum [2020-08-27T20:35:57.382Z] e772456be8f7: Download complete [2020-08-27T20:35:57.382Z] fd7a069fd194: Verifying Checksum [2020-08-27T20:35:57.382Z] fd7a069fd194: Download complete [2020-08-27T20:36:09.830Z] fd7a069fd194: Pull complete [2020-08-27T20:36:09.830Z] 66aa3694b03b: Pull complete [2020-08-27T20:36:09.830Z] 170f70906a0f: Pull complete [2020-08-27T20:36:12.026Z] ---> f0cc7e29dcb6 [2020-08-27T20:36:12.026Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-08-27T20:36:13.242Z] ad7c5574e4b9: Pull complete [2020-08-27T20:36:13.950Z] ---> 69c3a5549e84 [2020-08-27T20:36:13.950Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-08-27T20:36:13.950Z] ---> 276249d246d8 [2020-08-27T20:36:13.950Z] Step 9/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup cmd/security-secretstore-read/security-secretstore-read [2020-08-27T20:36:14.215Z] ---> Running in 4bed9652d36b [2020-08-27T20:36:15.160Z] ---> Running in e944d334e50e [2020-08-27T20:36:15.161Z] ---> Running in 3e56da99fe73 [2020-08-27T20:36:17.093Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-08-27T20:36:17.359Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-08-27T20:36:17.359Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-08-27T20:36:17.557Z] e772456be8f7: Pull complete [2020-08-27T20:36:17.829Z] c890913d741a: Pull complete [2020-08-27T20:36:18.773Z] ---> 5bc1bf8c6cc0 [2020-08-27T20:36:18.773Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-08-27T20:36:19.044Z] ---> c2666d2a1a3b [2020-08-27T20:36:19.044Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-08-27T20:36:19.044Z] ---> Running in 564d07b3d529 [2020-08-27T20:36:19.313Z] ---> Running in c469bc5c3e98 [2020-08-27T20:36:20.275Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-08-27T20:36:20.470Z] 2480fcc9aa5a: Pull complete [2020-08-27T20:36:20.545Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-08-27T20:36:21.069Z] 09adf4765672: Pull complete [2020-08-27T20:36:21.069Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-08-27T20:36:21.069Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-08-27T20:36:21.069Z] ---> 2248a725d1cf [2020-08-27T20:36:21.069Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-08-27T20:36:27.789Z] ---> Running in 9b68668ad7fc [2020-08-27T20:36:28.763Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-27T20:36:29.363Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-27T20:36:30.817Z] (1/12) Installing libmagic (5.38-r0) [2020-08-27T20:36:30.817Z] (2/12) Installing file (5.38-r0) [2020-08-27T20:36:31.093Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-08-27T20:36:31.093Z] (4/12) Installing g++ (9.3.0-r2) [2020-08-27T20:36:34.475Z] (5/12) Installing fortify-headers (1.1-r0) [2020-08-27T20:36:34.475Z] (6/12) Installing patch (2.7.6-r6) [2020-08-27T20:36:34.475Z] (7/12) Installing build-base (0.5-r2) [2020-08-27T20:36:34.475Z] (8/12) Installing libsodium (1.0.18-r0) [2020-08-27T20:36:34.475Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-08-27T20:36:34.745Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-08-27T20:36:34.745Z] (11/12) Installing libzmq (4.3.2-r0) [2020-08-27T20:36:34.745Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-08-27T20:36:35.019Z] Executing busybox-1.31.1-r16.trigger [2020-08-27T20:36:35.019Z] OK: 217 MiB in 51 packages [2020-08-27T20:36:39.371Z] Removing intermediate container 9b68668ad7fc [2020-08-27T20:36:39.371Z] ---> a8ac9d5190fc [2020-08-27T20:36:39.371Z] Step 4/7 : WORKDIR /edgex-go [2020-08-27T20:36:39.371Z] ---> Running in 7b77d6c2d6d8 [2020-08-27T20:36:39.975Z] Removing intermediate container 7b77d6c2d6d8 [2020-08-27T20:36:39.975Z] ---> 2914f2c35277 [2020-08-27T20:36:39.975Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-08-27T20:36:40.248Z] latest: Pulling from library/docker [2020-08-27T20:36:40.248Z] b538f80385f9: Already exists [2020-08-27T20:36:40.248Z] 259a493cd78d: Pulling fs layer [2020-08-27T20:36:40.248Z] b8e66b5100f5: Pulling fs layer [2020-08-27T20:36:40.248Z] 39dc9c94d07c: Pulling fs layer [2020-08-27T20:36:40.248Z] 551b823b3b82: Pulling fs layer [2020-08-27T20:36:40.248Z] 3c52a74df98c: Pulling fs layer [2020-08-27T20:36:40.248Z] 6c9b121b6998: Pulling fs layer [2020-08-27T20:36:40.248Z] 551b823b3b82: Waiting [2020-08-27T20:36:40.248Z] 3c52a74df98c: Waiting [2020-08-27T20:36:40.248Z] 6c9b121b6998: Waiting [2020-08-27T20:36:40.525Z] b8e66b5100f5: Download complete [2020-08-27T20:36:40.525Z] 259a493cd78d: Verifying Checksum [2020-08-27T20:36:40.526Z] 259a493cd78d: Download complete [2020-08-27T20:36:40.526Z] 551b823b3b82: Download complete [2020-08-27T20:36:40.803Z] 3c52a74df98c: Download complete [2020-08-27T20:36:40.803Z] 6c9b121b6998: Verifying Checksum [2020-08-27T20:36:40.803Z] 6c9b121b6998: Download complete [2020-08-27T20:36:41.081Z] 259a493cd78d: Pull complete [2020-08-27T20:36:41.692Z] b8e66b5100f5: Pull complete [2020-08-27T20:36:41.967Z] 39dc9c94d07c: Verifying Checksum [2020-08-27T20:36:41.967Z] 39dc9c94d07c: Download complete [2020-08-27T20:36:42.639Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-08-27T20:36:45.379Z] 39dc9c94d07c: Pull complete [2020-08-27T20:36:45.379Z] 551b823b3b82: Pull complete [2020-08-27T20:36:45.689Z] 3c52a74df98c: Pull complete [2020-08-27T20:36:45.970Z] 6c9b121b6998: Pull complete [2020-08-27T20:36:45.970Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-08-27T20:36:45.970Z] Status: Downloaded newer image for docker:latest [2020-08-27T20:36:46.949Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-08-27T20:36:48.877Z] Removing intermediate container 564d07b3d529 [2020-08-27T20:36:48.877Z] ---> dfbebac8477e [2020-08-27T20:36:48.877Z] [2020-08-27T20:36:48.877Z] Step 10/20 : FROM alpine [2020-08-27T20:36:48.877Z] latest: Pulling from library/alpine [2020-08-27T20:36:48.877Z] Removing intermediate container 4bed9652d36b [2020-08-27T20:36:48.877Z] ---> 0a45c697edf0 [2020-08-27T20:36:48.877Z] [2020-08-27T20:36:48.877Z] Step 10/22 : FROM scratch [2020-08-27T20:36:48.877Z] ---> [2020-08-27T20:36:48.877Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-27T20:36:49.143Z] ---> Running in 617f363160a9 [2020-08-27T20:36:49.143Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-08-27T20:36:49.143Z] Status: Downloaded newer image for alpine:latest [2020-08-27T20:36:49.143Z] ---> a24bb4013296 [2020-08-27T20:36:49.143Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-08-27T20:36:49.366Z] ---> bbf81748a8fd [2020-08-27T20:36:49.366Z] Step 6/7 : COPY go.mod . [2020-08-27T20:36:49.721Z] ---> Running in 00dadff1b0be [2020-08-27T20:36:49.959Z] ---> 0c2e27cbbf7e [2020-08-27T20:36:49.959Z] Step 7/7 : RUN go mod download [2020-08-27T20:36:50.232Z] ---> Running in 3ced0b0cee3c [2020-08-27T20:36:50.292Z] Removing intermediate container 617f363160a9 [2020-08-27T20:36:50.292Z] ---> a9e43caec10e [2020-08-27T20:36:50.292Z] Step 12/22 : ENV APP_PORT=48061 [2020-08-27T20:36:51.234Z] ---> Running in 89769c4e8ccd [2020-08-27T20:36:51.234Z] Removing intermediate container 3e56da99fe73 [2020-08-27T20:36:51.234Z] ---> 02a4578152fe [2020-08-27T20:36:51.234Z] [2020-08-27T20:36:51.234Z] Step 10/21 : FROM scratch [2020-08-27T20:36:51.234Z] ---> [2020-08-27T20:36:51.234Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-27T20:36:51.498Z] ---> Running in 965d40f04baf [2020-08-27T20:36:51.760Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-27T20:36:51.760Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-27T20:36:52.020Z] v3.12.0-263-gf2a2ffc32b [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-27T20:36:52.020Z] v3.12.0-259-g31aac9de85 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-27T20:36:52.020Z] OK: 12746 distinct packages available [2020-08-27T20:36:52.281Z] (1/4) Installing ca-certificates (20191127-r4) [2020-08-27T20:36:52.281Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-08-27T20:36:52.281Z] (3/4) Installing libcurl (7.69.1-r0) [2020-08-27T20:36:52.281Z] (4/4) Installing curl (7.69.1-r0) [2020-08-27T20:36:52.281Z] Executing busybox-1.31.1-r16.trigger [2020-08-27T20:36:52.542Z] Executing ca-certificates-20191127-r4.trigger [2020-08-27T20:36:52.542Z] OK: 7 MiB in 18 packages [2020-08-27T20:36:53.115Z] Removing intermediate container 89769c4e8ccd [2020-08-27T20:36:53.115Z] ---> c24f242e2f14 [2020-08-27T20:36:53.115Z] Step 13/22 : EXPOSE $APP_PORT [2020-08-27T20:36:54.057Z] Removing intermediate container 965d40f04baf [2020-08-27T20:36:54.057Z] ---> eef6d73bec6f [2020-08-27T20:36:54.057Z] Step 12/21 : ENV APP_PORT=48085 [2020-08-27T20:36:54.058Z] ---> Running in 79cfb7c2a7e4 [2020-08-27T20:36:54.318Z] Removing intermediate container e944d334e50e [2020-08-27T20:36:54.318Z] ---> e454478428eb [2020-08-27T20:36:54.318Z] [2020-08-27T20:36:54.318Z] Step 10/26 : FROM alpine:3.10 [2020-08-27T20:36:54.318Z] ---> Running in 1c8c4b89cb3a [2020-08-27T20:36:54.525Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-08-27T20:36:54.525Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-08-27T20:36:54.525Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-08-27T20:36:54.525Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-08-27T20:36:54.525Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-27T20:36:54.525Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-08-27T20:36:54.525Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-08-27T20:36:54.525Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-27T20:36:54.525Z] go: finding github.com/cloudflare/gokey v0.1.0 [2020-08-27T20:36:54.525Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-08-27T20:36:54.525Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-08-27T20:36:54.525Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-08-27T20:36:54.525Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 [2020-08-27T20:36:54.525Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-27T20:36:54.525Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.72 [2020-08-27T20:36:54.525Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-08-27T20:36:54.525Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-08-27T20:36:54.525Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-08-27T20:36:54.578Z] Removing intermediate container 79cfb7c2a7e4 [2020-08-27T20:36:54.578Z] ---> ce53f98a5cc4 [2020-08-27T20:36:54.578Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-08-27T20:36:54.578Z] 3.10: Pulling from library/alpine [2020-08-27T20:36:54.797Z] go: finding github.com/fatih/color v1.7.0 [2020-08-27T20:36:54.797Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-08-27T20:36:54.797Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-27T20:36:54.797Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-08-27T20:36:54.797Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-27T20:36:54.797Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-27T20:36:55.068Z] go: finding github.com/go-playground/assert/v2 v2.0.1 [2020-08-27T20:36:55.068Z] go: finding github.com/go-playground/locales v0.13.0 [2020-08-27T20:36:55.068Z] go: finding github.com/go-playground/universal-translator v0.17.0 [2020-08-27T20:36:55.068Z] go: finding github.com/go-playground/validator/v10 v10.3.0 [2020-08-27T20:36:55.068Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-08-27T20:36:55.068Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-27T20:36:55.068Z] go: finding github.com/golang/protobuf v1.3.2 [2020-08-27T20:36:55.338Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-08-27T20:36:55.338Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-08-27T20:36:55.338Z] go: finding github.com/google/uuid v1.1.0 [2020-08-27T20:36:55.338Z] go: finding github.com/gorilla/mux v1.7.1 [2020-08-27T20:36:55.338Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-08-27T20:36:55.338Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-08-27T20:36:55.608Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-08-27T20:36:55.608Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-27T20:36:55.608Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-27T20:36:55.608Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-08-27T20:36:55.608Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-08-27T20:36:55.608Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-27T20:36:55.608Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-08-27T20:36:55.877Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-08-27T20:36:55.877Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-08-27T20:36:55.877Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-08-27T20:36:55.877Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-08-27T20:36:55.877Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-08-27T20:36:55.877Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-08-27T20:36:56.148Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-08-27T20:36:56.148Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-08-27T20:36:56.148Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-08-27T20:36:56.148Z] go: finding github.com/imdario/mergo v0.3.6 [2020-08-27T20:36:56.148Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-27T20:36:56.148Z] go: finding github.com/kr/pretty v0.1.0 [2020-08-27T20:36:56.148Z] go: finding github.com/kr/pty v1.1.1 [2020-08-27T20:36:56.418Z] go: finding github.com/kr/text v0.1.0 [2020-08-27T20:36:56.418Z] go: finding github.com/leodido/go-urn v1.2.0 [2020-08-27T20:36:56.418Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-08-27T20:36:56.418Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-08-27T20:36:56.418Z] go: finding github.com/miekg/dns v1.0.14 [2020-08-27T20:36:56.418Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-08-27T20:36:56.490Z] Removing intermediate container 1c8c4b89cb3a [2020-08-27T20:36:56.490Z] ---> d584b22e2cae [2020-08-27T20:36:56.490Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-27T20:36:56.688Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-27T20:36:56.688Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-08-27T20:36:56.688Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-08-27T20:36:56.688Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-08-27T20:36:56.688Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-08-27T20:36:56.688Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-08-27T20:36:56.959Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-08-27T20:36:56.959Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-08-27T20:36:56.959Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-08-27T20:36:56.959Z] go: finding github.com/onsi/gomega v1.7.0 [2020-08-27T20:36:56.959Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-08-27T20:36:56.959Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-08-27T20:36:57.061Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-08-27T20:36:57.061Z] ---> 4924ed771e72 [2020-08-27T20:36:57.061Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-08-27T20:36:57.061Z] ---> Running in f6137ed7fb69 [2020-08-27T20:36:57.061Z] Status: Downloaded newer image for alpine:3.10 [2020-08-27T20:36:57.061Z] ---> be4e4bea2c2e [2020-08-27T20:36:57.061Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-08-27T20:36:57.061Z] Removing intermediate container 00dadff1b0be [2020-08-27T20:36:57.061Z] ---> a3b0c67fe535 [2020-08-27T20:36:57.061Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-27T20:36:57.061Z] ---> Running in ffc488f1d6f8 [2020-08-27T20:36:57.229Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-08-27T20:36:57.229Z] go: finding github.com/pkg/errors v0.8.1 [2020-08-27T20:36:57.229Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-27T20:36:57.229Z] go: finding github.com/posener/complete v1.1.1 [2020-08-27T20:36:57.229Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-08-27T20:36:57.229Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-08-27T20:36:57.324Z] ---> Running in b36793866f75 [2020-08-27T20:36:57.324Z] Removing intermediate container f6137ed7fb69 [2020-08-27T20:36:57.324Z] ---> 14ff7d307f71 [2020-08-27T20:36:57.324Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-08-27T20:36:57.500Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-08-27T20:36:57.500Z] go: finding github.com/stretchr/objx v0.1.0 [2020-08-27T20:36:57.500Z] go: finding github.com/stretchr/testify v1.5.1 [2020-08-27T20:36:57.500Z] go: finding github.com/ugorji/go v1.1.4 [2020-08-27T20:36:57.500Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-27T20:36:57.587Z] ---> 75f109c002fb [2020-08-27T20:36:57.587Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-08-27T20:36:57.771Z] go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 [2020-08-27T20:36:57.771Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-08-27T20:36:57.771Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-08-27T20:36:57.771Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-08-27T20:36:57.771Z] go: finding golang.org/x/text v0.3.2 [2020-08-27T20:36:57.771Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-08-27T20:36:58.043Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-08-27T20:36:58.043Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-08-27T20:36:58.043Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-08-27T20:36:58.043Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-08-27T20:36:58.043Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-27T20:36:58.533Z] Removing intermediate container b36793866f75 [2020-08-27T20:36:58.533Z] ---> 2c385b27650a [2020-08-27T20:36:58.533Z] Step 13/20 : WORKDIR /edgex [2020-08-27T20:36:58.533Z] ---> 32e8212d114f [2020-08-27T20:36:58.533Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-08-27T20:36:58.533Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-08-27T20:36:58.533Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-08-27T20:36:58.533Z] v3.10.5-78-g117b307f50 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-08-27T20:36:58.533Z] v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-08-27T20:36:58.533Z] OK: 10346 distinct packages available [2020-08-27T20:36:58.794Z] (1/5) Installing ca-certificates (20191127-r2) [2020-08-27T20:36:58.794Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-08-27T20:36:58.794Z] (3/5) Installing libcurl (7.66.0-r0) [2020-08-27T20:36:58.794Z] (4/5) Installing curl (7.66.0-r0) [2020-08-27T20:36:58.794Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-08-27T20:36:58.794Z] Executing busybox-1.30.1-r3.trigger [2020-08-27T20:36:58.794Z] Executing ca-certificates-20191127-r2.trigger [2020-08-27T20:36:59.056Z] OK: 7 MiB in 19 packages [2020-08-27T20:36:59.997Z] ---> Running in 184819000c18 [2020-08-27T20:36:59.997Z] ---> 037a9619384d [2020-08-27T20:36:59.997Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-08-27T20:37:00.257Z] ---> 12bea9e1bb45 [2020-08-27T20:37:00.257Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-08-27T20:37:00.257Z] Removing intermediate container c469bc5c3e98 [2020-08-27T20:37:00.257Z] ---> 373c601cb897 [2020-08-27T20:37:00.257Z] [2020-08-27T20:37:00.257Z] Step 10/23 : FROM alpine [2020-08-27T20:37:00.257Z] ---> a24bb4013296 [2020-08-27T20:37:00.257Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-27T20:37:00.519Z] Removing intermediate container 184819000c18 [2020-08-27T20:37:00.519Z] ---> c87dba7671b9 [2020-08-27T20:37:00.519Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-08-27T20:37:00.519Z] ---> Running in 59fa78b72906 [2020-08-27T20:37:01.089Z] ---> c048903e1405 [2020-08-27T20:37:01.089Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-08-27T20:37:01.089Z] ---> 3656aa3277fb [2020-08-27T20:37:01.089Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-08-27T20:37:01.089Z] ---> Running in 2f28e201b40d [2020-08-27T20:37:01.089Z] ---> Running in 3429fd300015 [2020-08-27T20:37:01.089Z] Removing intermediate container 59fa78b72906 [2020-08-27T20:37:01.089Z] ---> 2e463363ce6f [2020-08-27T20:37:01.089Z] Step 12/23 : ENV APP_PORT=48080 [2020-08-27T20:37:02.030Z] ---> abb43c73d4a1 [2020-08-27T20:37:02.030Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-08-27T20:37:02.030Z] Removing intermediate container ffc488f1d6f8 [2020-08-27T20:37:02.030Z] ---> 57029c819357 [2020-08-27T20:37:02.030Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-27T20:37:02.030Z] ---> Running in 7574313dafa2 [2020-08-27T20:37:02.030Z] ---> Running in 149c2f5bf8d6 [2020-08-27T20:37:02.292Z] Removing intermediate container 2f28e201b40d [2020-08-27T20:37:02.292Z] ---> 8069591b1532 [2020-08-27T20:37:02.292Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-27T20:37:02.292Z] Removing intermediate container 3429fd300015 [2020-08-27T20:37:02.292Z] ---> 3af31386547a [2020-08-27T20:37:02.292Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-27T20:37:02.292Z] ---> Running in 3fba7daa7b4d [2020-08-27T20:37:02.292Z] Removing intermediate container 7574313dafa2 [2020-08-27T20:37:02.292Z] ---> cb7b10e69cc9 [2020-08-27T20:37:02.292Z] Step 13/23 : EXPOSE $APP_PORT [2020-08-27T20:37:02.292Z] ---> 14a957106883 [2020-08-27T20:37:02.292Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-08-27T20:37:02.292Z] ---> Running in 2cbfce6b8420 [2020-08-27T20:37:02.553Z] ---> Running in 782f8abbcc87 [2020-08-27T20:37:02.554Z] Removing intermediate container 149c2f5bf8d6 [2020-08-27T20:37:02.554Z] ---> 28191537a08a [2020-08-27T20:37:02.554Z] Step 13/26 : WORKDIR / [2020-08-27T20:37:02.554Z] ---> Running in 5d884878d30a [2020-08-27T20:37:02.818Z] Removing intermediate container 3fba7daa7b4d [2020-08-27T20:37:02.818Z] ---> 4398b8fd80d5 [2020-08-27T20:37:02.818Z] Step 20/22 : LABEL arch=x86_64 [2020-08-27T20:37:02.818Z] ---> Running in 23ccdffbe40e [2020-08-27T20:37:02.818Z] ---> Running in 363e0e86037c [2020-08-27T20:37:02.818Z] Removing intermediate container 2cbfce6b8420 [2020-08-27T20:37:02.818Z] ---> 0dfdf71557bc [2020-08-27T20:37:02.818Z] Step 19/21 : LABEL arch=x86_64 [2020-08-27T20:37:02.818Z] Removing intermediate container 782f8abbcc87 [2020-08-27T20:37:02.818Z] ---> 403f962d083e [2020-08-27T20:37:02.818Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-27T20:37:03.080Z] Removing intermediate container 5d884878d30a [2020-08-27T20:37:03.080Z] ---> fac04826f776 [2020-08-27T20:37:03.080Z] Step 17/20 : CMD ["--init=true"] [2020-08-27T20:37:03.653Z] ---> Running in 29194271b84a [2020-08-27T20:37:03.653Z] ---> Running in 9e19554d24bd [2020-08-27T20:37:03.916Z] ---> Running in ee0cd30ddfe2 [2020-08-27T20:37:03.916Z] Removing intermediate container 23ccdffbe40e [2020-08-27T20:37:03.916Z] ---> fa9acbba017f [2020-08-27T20:37:03.916Z] Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-08-27T20:37:03.916Z] Removing intermediate container 363e0e86037c [2020-08-27T20:37:03.916Z] ---> 605e616b9e82 [2020-08-27T20:37:03.916Z] Step 21/22 : LABEL git_sha=720e7787e780524db870908aa63d76c69fee835c [2020-08-27T20:37:04.176Z] Removing intermediate container 9e19554d24bd [2020-08-27T20:37:04.176Z] ---> ddd79ca4084f [2020-08-27T20:37:04.176Z] Step 20/21 : LABEL git_sha=720e7787e780524db870908aa63d76c69fee835c [2020-08-27T20:37:04.176Z] ---> Running in 2a236132e84d [2020-08-27T20:37:04.437Z] Removing intermediate container ee0cd30ddfe2 [2020-08-27T20:37:04.437Z] ---> 5b8e82ad2791 [2020-08-27T20:37:04.437Z] Step 18/20 : LABEL arch=x86_64 [2020-08-27T20:37:04.437Z] ---> 5ce6367357ac [2020-08-27T20:37:04.437Z] Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-08-27T20:37:04.437Z] ---> Running in c3ba23f8c244 [2020-08-27T20:37:04.697Z] ---> Running in d66a5dcca2ef [2020-08-27T20:37:04.697Z] Removing intermediate container 2a236132e84d [2020-08-27T20:37:04.697Z] ---> 1ff60f53c508 [2020-08-27T20:37:04.697Z] Step 22/22 : LABEL version=0.0.0 [2020-08-27T20:37:04.958Z] ---> Running in a976fbcc9347 [2020-08-27T20:37:04.958Z] ---> f39e94e6088b [2020-08-27T20:37:04.958Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-08-27T20:37:04.958Z] Removing intermediate container c3ba23f8c244 [2020-08-27T20:37:04.958Z] ---> b361b356aaa8 [2020-08-27T20:37:04.958Z] Step 21/21 : LABEL version=0.0.0 [2020-08-27T20:37:05.219Z] Removing intermediate container d66a5dcca2ef [2020-08-27T20:37:05.219Z] ---> f65d8864fdeb [2020-08-27T20:37:05.219Z] Step 19/20 : LABEL git_sha=720e7787e780524db870908aa63d76c69fee835c [2020-08-27T20:37:05.219Z] ---> Running in 8dd630074043 [2020-08-27T20:37:05.219Z] ---> Running in 26d676061e6c [2020-08-27T20:37:05.219Z] Removing intermediate container 29194271b84a [2020-08-27T20:37:05.219Z] ---> 42f9c0c94490 [2020-08-27T20:37:05.219Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-08-27T20:37:05.219Z] ---> 3ad462470e48 [2020-08-27T20:37:05.219Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-08-27T20:37:05.482Z] Removing intermediate container a976fbcc9347 [2020-08-27T20:37:05.482Z] ---> dacfd6a9f478 [2020-08-27T20:37:05.482Z] [2020-08-27T20:37:05.482Z] ---> Running in ec997dcad1ac [2020-08-27T20:37:05.743Z] Removing intermediate container 8dd630074043 [2020-08-27T20:37:05.743Z] ---> e6b5d435d4c5 [2020-08-27T20:37:05.743Z] [2020-08-27T20:37:05.743Z] Successfully built dacfd6a9f478 [2020-08-27T20:37:06.004Z] Successfully built e6b5d435d4c5 [2020-08-27T20:37:06.004Z] Removing intermediate container 26d676061e6c [2020-08-27T20:37:06.004Z] ---> 2c4fd5e5675e [2020-08-27T20:37:06.004Z] Step 20/20 : LABEL version=0.0.0 [2020-08-27T20:37:06.004Z] Successfully tagged docker-support-logging-go:latest [2020-08-27T20:37:06.004Z]  Building docker-support-logging-go ... done Building docker-sys-mgmt-agent-go [2020-08-27T20:37:06.004Z] Successfully tagged docker-support-scheduler-go:latest [2020-08-27T20:37:06.004Z] Building docker-core-command-go [2020-08-27T20:37:06.004Z]  Building docker-support-scheduler-go ... done  ---> 475a12010324 [2020-08-27T20:37:06.004Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-08-27T20:37:06.267Z] ---> Running in 39f849351265 [2020-08-27T20:37:06.528Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-27T20:37:06.528Z] Removing intermediate container 39f849351265 [2020-08-27T20:37:06.528Z] ---> 990954883be1 [2020-08-27T20:37:06.528Z] [2020-08-27T20:37:06.789Z] Successfully built 990954883be1 [2020-08-27T20:37:06.789Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-08-27T20:37:06.789Z] Building docker-support-notifications-go [2020-08-27T20:37:06.789Z]  Building docker-security-proxy-setup-go ... done  ---> f3906b4a8bb0 [2020-08-27T20:37:06.789Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-08-27T20:37:08.700Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-27T20:37:10.085Z] (1/5) Installing libgcc (9.3.0-r2) [2020-08-27T20:37:10.345Z] (2/5) Installing libsodium (1.0.18-r0) [2020-08-27T20:37:10.613Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-08-27T20:37:11.183Z] (4/5) Installing libzmq (4.3.2-r0) [2020-08-27T20:37:11.862Z] (5/5) Installing zeromq (4.3.2-r0) [2020-08-27T20:37:11.862Z] Executing busybox-1.31.1-r16.trigger [2020-08-27T20:37:11.862Z] OK: 8 MiB in 19 packages [2020-08-27T20:37:15.193Z] ---> 7126aa9e87f7 [2020-08-27T20:37:15.193Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-08-27T20:37:16.144Z] Removing intermediate container ec997dcad1ac [2020-08-27T20:37:16.144Z] ---> 6d6b327cf731 [2020-08-27T20:37:16.144Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-08-27T20:37:16.144Z] ---> 341a708de150 [2020-08-27T20:37:16.144Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-08-27T20:37:20.217Z] Removing intermediate container 3ced0b0cee3c [2020-08-27T20:37:20.217Z] ---> 0f3d7b965462 [2020-08-27T20:37:20.217Z] Successfully built 0f3d7b965462 [2020-08-27T20:37:20.217Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-27T20:37:20.942Z] + docker inspect -f . ci-base-image-arm64 [2020-08-27T20:37:20.942Z] . [Pipeline] withDockerContainer [2020-08-27T20:37:21.236Z] prd-ubuntu18.04-docker-arm64-4c-16g-504 does not seem to be running inside a container [2020-08-27T20:37:21.332Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-08-27T20:37:21.470Z] ---> 28b47194d09d [2020-08-27T20:37:21.470Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-08-27T20:37:21.470Z] ---> 9ec90914ca63 [2020-08-27T20:37:21.470Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-27T20:37:22.416Z] ---> Running in 2af738826aa6 [2020-08-27T20:37:22.888Z] $ docker top 39fb8557353507e3cce0f2f0f6ea7879fab86dabc673971a6bfa7a2ce4220b58 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-27T20:37:23.930Z] + go version [2020-08-27T20:37:23.930Z] go version go1.13.13 linux/arm64 [Pipeline] echo [2020-08-27T20:37:23.949Z] ========================================================= [2020-08-27T20:37:23.949Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-08-27T20:37:23.949Z] ========================================================= [Pipeline] sh [2020-08-27T20:37:24.369Z] ---> 14f3c292d472 [2020-08-27T20:37:24.369Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-08-27T20:37:24.599Z] + make test [2020-08-27T20:37:24.599Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-08-27T20:37:26.297Z] ---> 2b75689b31b0 [2020-08-27T20:37:26.297Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-08-27T20:37:26.297Z] Step 1/24 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-27T20:37:26.297Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-08-27T20:37:26.297Z] ---> 2ad6cc1100f1 [2020-08-27T20:37:26.297Z] Step 3/24 : WORKDIR /edgex-go [2020-08-27T20:37:26.297Z] ---> Using cache [2020-08-27T20:37:26.297Z] ---> cf5695ee3be1 [2020-08-27T20:37:26.297Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-27T20:37:26.297Z] ---> Using cache [2020-08-27T20:37:26.297Z] ---> 9aa2f7376037 [2020-08-27T20:37:26.297Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-08-27T20:37:26.297Z] Step 1/27 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-27T20:37:26.297Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-08-27T20:37:26.297Z] ---> 2ad6cc1100f1 [2020-08-27T20:37:26.297Z] Step 3/27 : WORKDIR /edgex-go [2020-08-27T20:37:26.297Z] ---> Using cache [2020-08-27T20:37:26.297Z] ---> cf5695ee3be1 [2020-08-27T20:37:26.297Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-27T20:37:26.297Z] ---> Using cache [2020-08-27T20:37:26.297Z] ---> 9aa2f7376037 [2020-08-27T20:37:26.297Z] Step 5/27 : RUN apk update && apk add make bash git [2020-08-27T20:37:26.558Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-27T20:37:26.558Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-08-27T20:37:26.558Z] ---> 2ad6cc1100f1 [2020-08-27T20:37:26.558Z] Step 3/22 : WORKDIR /edgex-go [2020-08-27T20:37:26.558Z] ---> Using cache [2020-08-27T20:37:26.558Z] ---> cf5695ee3be1 [2020-08-27T20:37:26.558Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-27T20:37:26.558Z] ---> Using cache [2020-08-27T20:37:26.558Z] ---> 9aa2f7376037 [2020-08-27T20:37:26.558Z] Step 5/22 : RUN apk update && apk add make git [2020-08-27T20:37:27.225Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-08-27T20:37:27.948Z] ---> Running in 9326ca6bab85 [2020-08-27T20:37:27.948Z] ---> Running in 210de7c35340 [2020-08-27T20:37:27.948Z] ---> Running in 0677abf21c0d [2020-08-27T20:37:27.948Z] ---> Running in 70fd841adb23 [2020-08-27T20:37:28.526Z] Removing intermediate container 9326ca6bab85 [2020-08-27T20:37:28.526Z] ---> 1f3aa74a1d4e [2020-08-27T20:37:28.526Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-27T20:37:28.526Z] Removing intermediate container 2af738826aa6 [2020-08-27T20:37:28.526Z] ---> 66d6e828cb2e [2020-08-27T20:37:28.526Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-08-27T20:37:28.795Z] ---> Running in 1d66aab653e4 [2020-08-27T20:37:28.795Z] ---> Running in 437d0f917002 [2020-08-27T20:37:29.062Z] Removing intermediate container 1d66aab653e4 [2020-08-27T20:37:29.062Z] ---> 7c2ca16f68c4 [2020-08-27T20:37:29.062Z] Step 21/23 : LABEL arch=x86_64 [2020-08-27T20:37:29.062Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-27T20:37:29.062Z] Removing intermediate container 437d0f917002 [2020-08-27T20:37:29.062Z] ---> 16772dbebf4b [2020-08-27T20:37:29.062Z] Step 24/26 : LABEL arch=x86_64 [2020-08-27T20:37:29.062Z] ---> Running in ec675442df3c [2020-08-27T20:37:29.323Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-27T20:37:29.323Z] ---> Running in 00a418f511bf [2020-08-27T20:37:29.323Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-27T20:37:29.323Z] Removing intermediate container ec675442df3c [2020-08-27T20:37:29.323Z] ---> 0f60650a9d32 [2020-08-27T20:37:29.323Z] Step 22/23 : LABEL git_sha=720e7787e780524db870908aa63d76c69fee835c [2020-08-27T20:37:29.323Z] ---> Running in ea00732b8c46 [2020-08-27T20:37:29.584Z] Removing intermediate container 00a418f511bf [2020-08-27T20:37:29.584Z] ---> 477ce15851ee [2020-08-27T20:37:29.584Z] Step 25/26 : LABEL git_sha=720e7787e780524db870908aa63d76c69fee835c [2020-08-27T20:37:29.584Z] ---> Running in a1d599224b98 [2020-08-27T20:37:29.584Z] Removing intermediate container ea00732b8c46 [2020-08-27T20:37:29.584Z] ---> 83dadd74bf9e [2020-08-27T20:37:29.584Z] Step 23/23 : LABEL version=0.0.0 [2020-08-27T20:37:29.844Z] ---> Running in e171891635f3 [2020-08-27T20:37:29.844Z] Removing intermediate container a1d599224b98 [2020-08-27T20:37:29.844Z] ---> a50091876e1d [2020-08-27T20:37:29.844Z] Step 26/26 : LABEL version=0.0.0 [2020-08-27T20:37:29.844Z] ---> Running in cf48ca34b7b6 [2020-08-27T20:37:30.103Z] Removing intermediate container e171891635f3 [2020-08-27T20:37:30.103Z] ---> 5494d93feec2 [2020-08-27T20:37:30.103Z] [2020-08-27T20:37:30.103Z] Removing intermediate container cf48ca34b7b6 [2020-08-27T20:37:30.104Z] ---> 49313a6e995e [2020-08-27T20:37:30.104Z] [2020-08-27T20:37:30.104Z] Successfully built 5494d93feec2 [2020-08-27T20:37:30.104Z] Successfully tagged docker-core-data-go:latest [2020-08-27T20:37:30.104Z]  Building docker-core-data-go ... done Building docker-core-metadata-go [2020-08-27T20:37:30.364Z] Successfully built 49313a6e995e [2020-08-27T20:37:30.364Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-27T20:37:30.364Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-08-27T20:37:30.364Z] Building docker-security-secrets-setup-go [2020-08-27T20:37:30.364Z]  Building docker-security-secretstore-setup-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-27T20:37:30.364Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-27T20:37:31.774Z] v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-27T20:37:31.774Z] v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-27T20:37:31.774Z] OK: 12746 distinct packages available [2020-08-27T20:37:31.774Z] v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-27T20:37:31.774Z] v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-27T20:37:31.774Z] OK: 12746 distinct packages available [2020-08-27T20:37:31.774Z] v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-27T20:37:31.774Z] v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-27T20:37:31.774Z] OK: 12746 distinct packages available [2020-08-27T20:37:32.035Z] OK: 233 MiB in 51 packages [2020-08-27T20:37:32.295Z] OK: 233 MiB in 51 packages [2020-08-27T20:37:32.295Z] OK: 233 MiB in 51 packages [2020-08-27T20:37:37.595Z] Removing intermediate container 0677abf21c0d [2020-08-27T20:37:37.595Z] ---> fccaafd39fb1 [2020-08-27T20:37:37.595Z] Step 6/24 : COPY go.mod . [2020-08-27T20:37:37.595Z] Removing intermediate container 210de7c35340 [2020-08-27T20:37:37.595Z] ---> 118e0a26af32 [2020-08-27T20:37:37.595Z] Step 6/27 : COPY go.mod . [2020-08-27T20:37:39.910Z] Removing intermediate container 70fd841adb23 [2020-08-27T20:37:39.910Z] ---> af4635a0cfb1 [2020-08-27T20:37:39.910Z] Step 6/22 : COPY go.mod . [2020-08-27T20:37:40.496Z] ---> a23648cb907a [2020-08-27T20:37:40.496Z] Step 7/24 : RUN go mod download [2020-08-27T20:37:40.759Z] ---> 49a899d7a16a [2020-08-27T20:37:40.759Z] Step 7/27 : RUN go mod download [2020-08-27T20:37:41.332Z] ---> 58f275f3e399 [2020-08-27T20:37:41.332Z] Step 7/22 : RUN go mod download [2020-08-27T20:37:41.332Z] ---> Running in 21cc260cde82 [2020-08-27T20:37:41.332Z] ---> Running in 8553cf7a0af1 [2020-08-27T20:37:41.906Z] ---> Running in f10ddc6c6d3f [2020-08-27T20:37:45.246Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-27T20:37:45.246Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-08-27T20:37:45.246Z] ---> 2ad6cc1100f1 [2020-08-27T20:37:45.246Z] Step 3/22 : WORKDIR /edgex-go [2020-08-27T20:37:45.246Z] ---> Using cache [2020-08-27T20:37:45.246Z] ---> cf5695ee3be1 [2020-08-27T20:37:45.246Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-27T20:37:45.246Z] ---> Using cache [2020-08-27T20:37:45.246Z] ---> 9aa2f7376037 [2020-08-27T20:37:45.246Z] Step 5/22 : RUN apk update && apk add make git [2020-08-27T20:37:45.246Z] ---> Using cache [2020-08-27T20:37:45.246Z] ---> af4635a0cfb1 [2020-08-27T20:37:45.246Z] Step 6/22 : COPY go.mod . [2020-08-27T20:37:45.246Z] ---> Using cache [2020-08-27T20:37:45.246Z] ---> 58f275f3e399 [2020-08-27T20:37:45.246Z] Step 7/22 : RUN go mod download [2020-08-27T20:37:45.246Z] Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-27T20:37:45.246Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-08-27T20:37:45.246Z] ---> 2ad6cc1100f1 [2020-08-27T20:37:45.246Z] Step 3/29 : WORKDIR /edgex-go [2020-08-27T20:37:45.246Z] ---> Using cache [2020-08-27T20:37:45.246Z] ---> cf5695ee3be1 [2020-08-27T20:37:45.246Z] Step 4/29 : RUN apk update && apk add make git [2020-08-27T20:37:46.187Z] ---> Running in 672c3826d576 [2020-08-27T20:37:46.187Z] ---> Running in ebfaef3411e3 [2020-08-27T20:37:46.760Z] Removing intermediate container 8553cf7a0af1 [2020-08-27T20:37:46.760Z] ---> 1a653ab55a97 [2020-08-27T20:37:46.760Z] Step 8/27 : COPY . . [2020-08-27T20:37:46.760Z] Removing intermediate container f10ddc6c6d3f [2020-08-27T20:37:46.760Z] ---> 1d7f980ed5fc [2020-08-27T20:37:46.760Z] Step 8/22 : COPY . . [2020-08-27T20:37:47.342Z] Removing intermediate container 21cc260cde82 [2020-08-27T20:37:47.342Z] ---> 78246b889230 [2020-08-27T20:37:47.342Z] Step 8/24 : COPY . . [2020-08-27T20:37:47.342Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-27T20:37:48.291Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-27T20:37:48.550Z] v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-27T20:37:48.550Z] v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-27T20:37:48.550Z] OK: 12746 distinct packages available [2020-08-27T20:37:49.132Z] OK: 233 MiB in 51 packages [2020-08-27T20:37:59.858Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-08-27T20:38:01.422Z] Removing intermediate container 672c3826d576 [2020-08-27T20:38:01.422Z] ---> 4a11760b3845 [2020-08-27T20:38:01.422Z] Step 8/22 : COPY . . [2020-08-27T20:38:06.743Z] Removing intermediate container ebfaef3411e3 [2020-08-27T20:38:06.743Z] ---> 7cc10f8a6182 [2020-08-27T20:38:06.743Z] Step 5/29 : COPY go.mod . [2020-08-27T20:38:12.379Z] ---> 492d6d1b7f5f [2020-08-27T20:38:12.379Z] Step 6/29 : RUN go mod download [2020-08-27T20:38:13.787Z] ---> Running in 733faba2440f [2020-08-27T20:38:16.543Z] ---> 81d67029de6f [2020-08-27T20:38:16.543Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-08-27T20:38:17.136Z] ---> 2a0b166c8f5f [2020-08-27T20:38:17.136Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-08-27T20:38:17.397Z] ---> b5419ce001d2 [2020-08-27T20:38:17.397Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-08-27T20:38:17.659Z] ---> Running in 80a034c4fd1e [2020-08-27T20:38:17.659Z] ---> Running in 4a64d58236da [2020-08-27T20:38:17.659Z] ---> Running in 4274b8061cb9 [2020-08-27T20:38:18.205Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-08-27T20:38:18.205Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-08-27T20:38:18.205Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-08-27T20:38:18.205Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-08-27T20:38:18.615Z] Removing intermediate container 733faba2440f [2020-08-27T20:38:18.615Z] ---> 386e16d377eb [2020-08-27T20:38:18.615Z] Step 7/29 : COPY . . [2020-08-27T20:38:18.811Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.032s [2020-08-27T20:38:18.811Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-08-27T20:38:18.811Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-08-27T20:38:19.416Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-08-27T20:38:20.032Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-08-27T20:38:20.293Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-08-27T20:38:20.554Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-08-27T20:38:20.868Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-08-27T20:38:22.331Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-08-27T20:38:22.604Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-08-27T20:38:22.604Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-08-27T20:38:22.604Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-08-27T20:38:28.783Z] ---> b372e8e272a6 [2020-08-27T20:38:28.783Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-08-27T20:38:28.783Z] ---> Running in c5cea3947196 [2020-08-27T20:38:30.194Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-08-27T20:38:32.846Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.102s coverage: 46.6% of statements [2020-08-27T20:38:32.846Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-08-27T20:38:32.846Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-08-27T20:38:32.846Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-08-27T20:38:32.846Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-08-27T20:38:32.846Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-08-27T20:38:39.615Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.256s coverage: 27.2% of statements [2020-08-27T20:38:39.615Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-08-27T20:38:39.615Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-08-27T20:38:39.615Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-08-27T20:38:39.615Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-08-27T20:38:39.615Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-08-27T20:38:39.615Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-08-27T20:38:39.615Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.023s coverage: 100.0% of statements [2020-08-27T20:38:39.615Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-08-27T20:38:39.615Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.056s coverage: 100.0% of statements [2020-08-27T20:38:39.615Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-08-27T20:38:39.615Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-08-27T20:38:40.335Z] ---> 3f9a4b745b02 [2020-08-27T20:38:40.335Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-08-27T20:38:40.679Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.358s coverage: 82.5% of statements [2020-08-27T20:38:40.679Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-08-27T20:38:40.679Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-08-27T20:38:41.336Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.446s coverage: 92.9% of statements [2020-08-27T20:38:41.336Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-08-27T20:38:41.336Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-08-27T20:38:41.336Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-08-27T20:38:41.336Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-08-27T20:38:41.433Z] ---> Running in be840f1cca0a [2020-08-27T20:38:42.587Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-08-27T20:38:44.224Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.405s coverage: 28.6% of statements [2020-08-27T20:38:44.224Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-08-27T20:38:44.224Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-08-27T20:38:44.224Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-08-27T20:38:44.224Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-08-27T20:38:44.224Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-08-27T20:38:46.396Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.098s coverage: 100.0% of statements [2020-08-27T20:38:46.396Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-08-27T20:38:46.396Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.046s coverage: 100.0% of statements [2020-08-27T20:38:46.396Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-08-27T20:38:47.844Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.086s coverage: 89.8% of statements [2020-08-27T20:38:47.844Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-08-27T20:38:51.366Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.102s coverage: 97.5% of statements [2020-08-27T20:38:51.366Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-08-27T20:38:51.366Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.044s coverage: 100.0% of statements [2020-08-27T20:38:51.366Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-08-27T20:38:51.366Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-08-27T20:38:51.366Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-08-27T20:38:51.366Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-08-27T20:38:51.366Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-08-27T20:38:51.366Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-08-27T20:38:51.366Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-08-27T20:38:51.366Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-08-27T20:38:51.366Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-08-27T20:38:51.366Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-08-27T20:38:51.366Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-08-27T20:38:51.366Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-08-27T20:38:51.366Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-08-27T20:38:51.366Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-08-27T20:38:51.366Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-08-27T20:38:51.366Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-08-27T20:38:51.366Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-08-27T20:38:51.366Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-08-27T20:38:51.366Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.078s coverage: 58.8% of statements [2020-08-27T20:38:51.366Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-08-27T20:38:51.366Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/error [no test files] [2020-08-27T20:38:51.366Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis [no test files] [2020-08-27T20:38:53.407Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.227s coverage: 63.5% of statements [2020-08-27T20:38:53.407Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-08-27T20:38:53.407Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-08-27T20:38:53.407Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.020s coverage: 100.0% of statements [2020-08-27T20:38:54.889Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.418s coverage: 55.9% of statements [2020-08-27T20:38:54.889Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-08-27T20:38:54.889Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-08-27T20:38:54.889Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-08-27T20:38:54.889Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-08-27T20:38:57.809Z] Removing intermediate container 80a034c4fd1e [2020-08-27T20:38:57.810Z] ---> 58bcd689896d [2020-08-27T20:38:57.810Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-08-27T20:38:58.086Z] ---> Running in 0c26250201fc [2020-08-27T20:38:59.052Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-08-27T20:39:02.387Z] Removing intermediate container 4274b8061cb9 [2020-08-27T20:39:02.387Z] ---> f155598f9ea9 [2020-08-27T20:39:02.387Z] [2020-08-27T20:39:02.387Z] Step 10/24 : FROM scratch [2020-08-27T20:39:02.387Z] ---> [2020-08-27T20:39:02.387Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-27T20:39:02.656Z] ---> Using cache [2020-08-27T20:39:02.656Z] ---> a9e43caec10e [2020-08-27T20:39:02.656Z] Step 12/24 : ENV APP_PORT=48060 [2020-08-27T20:39:02.656Z] ---> Running in ad43e11d6731 [2020-08-27T20:39:02.656Z] Removing intermediate container 4a64d58236da [2020-08-27T20:39:02.656Z] ---> da5e658dd8a2 [2020-08-27T20:39:02.656Z] [2020-08-27T20:39:02.656Z] Step 10/22 : FROM scratch [2020-08-27T20:39:02.656Z] ---> [2020-08-27T20:39:02.656Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-27T20:39:02.930Z] ---> Using cache [2020-08-27T20:39:02.930Z] ---> eef6d73bec6f [2020-08-27T20:39:02.930Z] Step 12/22 : ENV APP_PORT=48082 [2020-08-27T20:39:02.930Z] ---> Running in 79c0686798de [2020-08-27T20:39:02.930Z] Removing intermediate container 0c26250201fc [2020-08-27T20:39:02.930Z] ---> c6d04a93c026 [2020-08-27T20:39:02.930Z] [2020-08-27T20:39:02.930Z] Step 11/27 : FROM docker:latest [2020-08-27T20:39:02.930Z] ---> 81f5749c9058 [2020-08-27T20:39:02.930Z] Step 12/27 : RUN apk add --no-cache bash [2020-08-27T20:39:03.190Z] Removing intermediate container ad43e11d6731 [2020-08-27T20:39:03.190Z] ---> 15727dee7176 [2020-08-27T20:39:03.190Z] Step 13/24 : EXPOSE $APP_PORT [2020-08-27T20:39:03.190Z] ---> Running in 309106d27ae5 [2020-08-27T20:39:03.450Z] ---> Running in 6a3585985243 [2020-08-27T20:39:03.450Z] Removing intermediate container 79c0686798de [2020-08-27T20:39:03.450Z] ---> fadcfcbd6d15 [2020-08-27T20:39:03.450Z] Step 13/22 : EXPOSE $APP_PORT [2020-08-27T20:39:05.992Z] ---> Running in eb281402d418 [2020-08-27T20:39:06.256Z] Removing intermediate container 6a3585985243 [2020-08-27T20:39:06.256Z] ---> 4ffe9cd3e25c [2020-08-27T20:39:06.256Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-08-27T20:39:06.516Z] Removing intermediate container c5cea3947196 [2020-08-27T20:39:06.516Z] ---> 69706e46266c [2020-08-27T20:39:06.516Z] [2020-08-27T20:39:06.516Z] Step 10/22 : FROM scratch [2020-08-27T20:39:06.516Z] ---> [2020-08-27T20:39:06.516Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-27T20:39:06.516Z] ---> Using cache [2020-08-27T20:39:06.516Z] ---> eef6d73bec6f [2020-08-27T20:39:06.516Z] Step 12/22 : ENV APP_PORT=48081 [2020-08-27T20:39:06.516Z] Removing intermediate container eb281402d418 [2020-08-27T20:39:06.516Z] ---> 29099114a05c [2020-08-27T20:39:06.516Z] Step 14/22 : WORKDIR / [2020-08-27T20:39:06.776Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-27T20:39:06.776Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-27T20:39:07.038Z] (1/2) Installing readline (8.0.4-r0) [2020-08-27T20:39:07.038Z] (2/2) Installing bash (5.0.17-r0) [2020-08-27T20:39:07.038Z] Executing bash-5.0.17-r0.post-install [2020-08-27T20:39:07.038Z] Executing busybox-1.31.1-r16.trigger [2020-08-27T20:39:07.038Z] OK: 12 MiB in 22 packages [2020-08-27T20:39:07.038Z] ---> Running in f69330aa891d [2020-08-27T20:39:07.301Z] ---> Running in ee85dcf9131a [2020-08-27T20:39:07.301Z] ---> de837c5888a3 [2020-08-27T20:39:07.301Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-08-27T20:39:07.375Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 11.222s coverage: 86.3% of statements [2020-08-27T20:39:07.375Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-08-27T20:39:07.375Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.126s coverage: 72.2% of statements [2020-08-27T20:39:07.375Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.516s coverage: 72.1% of statements [2020-08-27T20:39:07.375Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.058s coverage: 82.4% of statements [2020-08-27T20:39:07.375Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.019s coverage: 48.4% of statements [2020-08-27T20:39:07.375Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-08-27T20:39:07.375Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-08-27T20:39:07.375Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-08-27T20:39:07.375Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.051s coverage: 28.8% of statements [2020-08-27T20:39:07.375Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-08-27T20:39:07.375Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.033s coverage: 96.8% of statements [2020-08-27T20:39:07.375Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-08-27T20:39:07.375Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.146s coverage: 26.9% of statements [2020-08-27T20:39:07.375Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-08-27T20:39:07.375Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-08-27T20:39:07.375Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.299s coverage: 84.1% of statements [2020-08-27T20:39:07.653Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.075s coverage: 100.0% of statements [2020-08-27T20:39:10.609Z] Removing intermediate container f69330aa891d [2020-08-27T20:39:10.609Z] ---> 45a8679bde82 [2020-08-27T20:39:10.609Z] Step 13/22 : EXPOSE $APP_PORT [2020-08-27T20:39:10.609Z] Removing intermediate container ee85dcf9131a [2020-08-27T20:39:10.609Z] ---> 3e952c7f2b86 [2020-08-27T20:39:10.609Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-08-27T20:39:10.609Z] ---> Running in a0387d9a1967 [2020-08-27T20:39:10.609Z] ---> c7a9741f7744 [2020-08-27T20:39:10.609Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-08-27T20:39:10.609Z] Removing intermediate container 309106d27ae5 [2020-08-27T20:39:10.609Z] ---> 5635b13b49f5 [2020-08-27T20:39:10.609Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-08-27T20:39:10.609Z] Removing intermediate container be840f1cca0a [2020-08-27T20:39:10.609Z] ---> 31843d91b9e9 [2020-08-27T20:39:10.609Z] [2020-08-27T20:39:10.609Z] Step 9/29 : FROM alpine:latest [2020-08-27T20:39:10.609Z] ---> a24bb4013296 [2020-08-27T20:39:10.609Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-08-27T20:39:10.609Z] ---> Running in c0f5708df5dc [2020-08-27T20:39:10.609Z] ---> Running in f3ec24861b48 [2020-08-27T20:39:10.609Z] Removing intermediate container a0387d9a1967 [2020-08-27T20:39:10.609Z] ---> a7fa98cf3ac6 [2020-08-27T20:39:10.609Z] Step 14/22 : WORKDIR / [2020-08-27T20:39:10.609Z] ---> d0ef738ac2f3 [2020-08-27T20:39:10.609Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-08-27T20:39:10.871Z] ---> Running in 0c1e2ab27f41 [2020-08-27T20:39:11.070Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.086s coverage: 42.9% of statements [2020-08-27T20:39:11.070Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-08-27T20:39:11.070Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-08-27T20:39:11.070Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.042s coverage: 100.0% of statements [2020-08-27T20:39:11.070Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-08-27T20:39:11.136Z] ---> b3133cdcd252 [2020-08-27T20:39:11.136Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-08-27T20:39:11.136Z] Removing intermediate container f3ec24861b48 [2020-08-27T20:39:11.136Z] ---> c4183dc81066 [2020-08-27T20:39:11.136Z] Step 11/29 : USER root [2020-08-27T20:39:11.406Z] ---> Running in 79decf8dd417 [2020-08-27T20:39:11.406Z] Removing intermediate container 0c1e2ab27f41 [2020-08-27T20:39:11.406Z] ---> d4697feddd1d [2020-08-27T20:39:11.406Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-08-27T20:39:11.406Z] ---> 193acfc587a1 [2020-08-27T20:39:11.406Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-08-27T20:39:11.672Z] ---> 8e20351825fa [2020-08-27T20:39:11.672Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-08-27T20:39:11.672Z] Removing intermediate container 79decf8dd417 [2020-08-27T20:39:11.672Z] ---> 722899122081 [2020-08-27T20:39:11.672Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-08-27T20:39:11.672Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.048s coverage: 83.8% of statements [2020-08-27T20:39:11.672Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-08-27T20:39:12.655Z] ---> a8cb2e16ff81 [2020-08-27T20:39:12.655Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-08-27T20:39:12.655Z] ---> f6f4953f342d [2020-08-27T20:39:12.655Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-08-27T20:39:12.655Z] ---> Running in fb6e3c27ccdd [2020-08-27T20:39:13.233Z] ---> Running in d9c12edb6d5f [2020-08-27T20:39:13.233Z] ---> 5f3ee8f656b9 [2020-08-27T20:39:13.233Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-08-27T20:39:13.494Z] Removing intermediate container c0f5708df5dc [2020-08-27T20:39:13.494Z] ---> f847550b1a02 [2020-08-27T20:39:13.494Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-08-27T20:39:13.494Z] Removing intermediate container d9c12edb6d5f [2020-08-27T20:39:13.494Z] ---> 8453f9636c3e [2020-08-27T20:39:13.494Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-27T20:39:13.495Z] ---> 47ec7dcef27d [2020-08-27T20:39:13.495Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-08-27T20:39:13.756Z] ---> Running in a3e0ee937f4e [2020-08-27T20:39:13.756Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-27T20:39:13.756Z] ---> 89348bfddcbd [2020-08-27T20:39:13.756Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-08-27T20:39:13.756Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-27T20:39:13.756Z] ---> Running in 69b34b3e9cdc [2020-08-27T20:39:14.017Z] ---> Running in 8e83df0502ed [2020-08-27T20:39:14.017Z] v3.12.0-263-gf2a2ffc32b [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-27T20:39:14.017Z] v3.12.0-259-g31aac9de85 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-27T20:39:14.017Z] OK: 12746 distinct packages available [2020-08-27T20:39:14.017Z] Removing intermediate container a3e0ee937f4e [2020-08-27T20:39:14.017Z] ---> dcad582faa5a [2020-08-27T20:39:14.017Z] Step 15/27 : ENV APP_PORT=48090 [2020-08-27T20:39:14.017Z] ---> bca5e71ba9e4 [2020-08-27T20:39:14.017Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-08-27T20:39:14.017Z] Removing intermediate container 69b34b3e9cdc [2020-08-27T20:39:14.017Z] ---> ab9560916226 [2020-08-27T20:39:14.017Z] Step 20/22 : LABEL arch=x86_64 [2020-08-27T20:39:14.277Z] (1/2) Installing ca-certificates (20191127-r4) [2020-08-27T20:39:14.277Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-08-27T20:39:14.277Z] Executing busybox-1.31.1-r16.trigger [2020-08-27T20:39:14.277Z] Executing ca-certificates-20191127-r4.trigger [2020-08-27T20:39:14.277Z] ---> Running in f9027cdf823d [2020-08-27T20:39:14.277Z] ---> Running in bb6f9decba4f [2020-08-27T20:39:14.847Z] OK: 6 MiB in 16 packages [2020-08-27T20:39:15.419Z] ---> Running in 0a273b25447b [2020-08-27T20:39:15.419Z] Removing intermediate container 8e83df0502ed [2020-08-27T20:39:15.419Z] ---> dc27b3a52e7a [2020-08-27T20:39:15.419Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-27T20:39:15.679Z] ---> Running in edf8c6e885ab [2020-08-27T20:39:15.679Z] Removing intermediate container bb6f9decba4f [2020-08-27T20:39:15.679Z] ---> ce941e8d707c [2020-08-27T20:39:15.679Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-27T20:39:15.679Z] Removing intermediate container f9027cdf823d [2020-08-27T20:39:15.679Z] ---> 32a4625f88fd [2020-08-27T20:39:15.679Z] Step 16/27 : EXPOSE $APP_PORT [2020-08-27T20:39:15.939Z] Removing intermediate container 0a273b25447b [2020-08-27T20:39:15.939Z] ---> 58ed032110e6 [2020-08-27T20:39:15.939Z] Step 21/22 : LABEL git_sha=720e7787e780524db870908aa63d76c69fee835c [2020-08-27T20:39:16.199Z] ---> Running in c7d76323ac1a [2020-08-27T20:39:16.199Z] ---> Running in 28649cafa03b [2020-08-27T20:39:16.199Z] ---> Running in b30607642567 [2020-08-27T20:39:16.199Z] Removing intermediate container edf8c6e885ab [2020-08-27T20:39:16.199Z] ---> 1ac6328d15b6 [2020-08-27T20:39:16.199Z] Step 22/24 : LABEL arch=x86_64 [2020-08-27T20:39:16.459Z] Removing intermediate container fb6e3c27ccdd [2020-08-27T20:39:16.459Z] ---> d03e1003e9a8 [2020-08-27T20:39:16.459Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-08-27T20:39:16.459Z] ---> Running in 428d0c753ca9 [2020-08-27T20:39:16.459Z] Removing intermediate container 28649cafa03b [2020-08-27T20:39:16.459Z] ---> 9e10afd458e8 [2020-08-27T20:39:16.459Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-08-27T20:39:16.718Z] ---> Running in 3cbeda2d856f [2020-08-27T20:39:16.718Z] Removing intermediate container c7d76323ac1a [2020-08-27T20:39:16.718Z] ---> bdaa8e791b5e [2020-08-27T20:39:16.718Z] Step 20/22 : LABEL arch=x86_64 [2020-08-27T20:39:16.718Z] Removing intermediate container b30607642567 [2020-08-27T20:39:16.718Z] ---> c397bd238471 [2020-08-27T20:39:16.718Z] Step 22/22 : LABEL version=0.0.0 [2020-08-27T20:39:16.718Z] ---> Running in 3633651de472 [2020-08-27T20:39:16.978Z] ---> Running in e4abe239cc14 [2020-08-27T20:39:16.978Z] Removing intermediate container 428d0c753ca9 [2020-08-27T20:39:16.978Z] ---> 8e06d2135b96 [2020-08-27T20:39:16.978Z] Step 23/24 : LABEL git_sha=720e7787e780524db870908aa63d76c69fee835c [2020-08-27T20:39:16.978Z] Removing intermediate container 3cbeda2d856f [2020-08-27T20:39:16.978Z] ---> 8dbea1224cde [2020-08-27T20:39:16.978Z] Step 14/29 : WORKDIR $BASE_DIR [2020-08-27T20:39:17.136Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.206s coverage: 46.1% of statements [2020-08-27T20:39:17.136Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-08-27T20:39:17.136Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-08-27T20:39:17.136Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.057s coverage: 100.0% of statements [2020-08-27T20:39:17.136Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-08-27T20:39:17.136Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-08-27T20:39:17.136Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-08-27T20:39:17.136Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.094s coverage: 100.0% of statements [2020-08-27T20:39:17.136Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-08-27T20:39:17.247Z] Removing intermediate container 3633651de472 [2020-08-27T20:39:17.247Z] ---> 244dceacef8f [2020-08-27T20:39:17.247Z] Step 21/22 : LABEL git_sha=720e7787e780524db870908aa63d76c69fee835c [2020-08-27T20:39:17.508Z] ---> 7bd8e4074956 [2020-08-27T20:39:17.508Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-08-27T20:39:17.508Z] ---> Running in f8245c31f3fa [2020-08-27T20:39:17.508Z] ---> Running in 218158a99f65 [2020-08-27T20:39:17.508Z] ---> Running in 05244c98490a [2020-08-27T20:39:17.508Z] Removing intermediate container e4abe239cc14 [2020-08-27T20:39:17.508Z] ---> 705d963ce540 [2020-08-27T20:39:17.508Z] [2020-08-27T20:39:17.742Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.101s coverage: 100.0% of statements [2020-08-27T20:39:17.742Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-08-27T20:39:17.769Z] Successfully built 705d963ce540 [2020-08-27T20:39:17.769Z] Removing intermediate container 218158a99f65 [2020-08-27T20:39:17.769Z] ---> 5382847b77ca [2020-08-27T20:39:17.769Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-08-27T20:39:17.769Z] Removing intermediate container f8245c31f3fa [2020-08-27T20:39:17.769Z] ---> 6df33985f62a [2020-08-27T20:39:17.769Z] Step 24/24 : LABEL version=0.0.0 [2020-08-27T20:39:17.769Z] Removing intermediate container 05244c98490a [2020-08-27T20:39:17.769Z] ---> c42dc7412dc0 [2020-08-27T20:39:17.769Z] Step 22/22 : LABEL version=0.0.0 [2020-08-27T20:39:17.769Z] Successfully tagged docker-core-command-go:latest [2020-08-27T20:39:18.028Z]  Building docker-core-command-go ... done  ---> 368a2bb2e4df [2020-08-27T20:39:18.028Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-08-27T20:39:18.028Z] ---> Running in cd4e79357894 [2020-08-27T20:39:18.028Z] ---> Running in 4978e45ee861 [2020-08-27T20:39:18.028Z] ---> Running in 980b37933bc8 [2020-08-27T20:39:18.290Z] Removing intermediate container 4978e45ee861 [2020-08-27T20:39:18.290Z] ---> e033e9b8f28a [2020-08-27T20:39:18.290Z] [2020-08-27T20:39:18.290Z] Removing intermediate container 980b37933bc8 [2020-08-27T20:39:18.290Z] ---> b79761b1c908 [2020-08-27T20:39:18.290Z] [2020-08-27T20:39:18.550Z] ---> baa308e0d6f6 [2020-08-27T20:39:18.550Z] Step 20/27 : RUN apk --no-cache add py-pip [2020-08-27T20:39:18.809Z] Successfully built b79761b1c908 [2020-08-27T20:39:18.809Z] Successfully built e033e9b8f28a [2020-08-27T20:39:18.809Z] Successfully tagged docker-core-metadata-go:latest [2020-08-27T20:39:18.809Z]  Building docker-core-metadata-go ... done  ---> Running in 31ec4f1c0551 [2020-08-27T20:39:18.809Z] Successfully tagged docker-support-notifications-go:latest [2020-08-27T20:39:19.382Z]  Building docker-support-notifications-go ... done Removing intermediate container cd4e79357894 [2020-08-27T20:39:19.382Z] ---> 60e78f2b65bb [2020-08-27T20:39:19.382Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-08-27T20:39:19.382Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-27T20:39:19.382Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-27T20:39:19.643Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-08-27T20:39:19.643Z] (2/33) Installing expat (2.2.9-r1) [2020-08-27T20:39:19.643Z] (3/33) Installing libffi (3.3-r2) [2020-08-27T20:39:19.643Z] (4/33) Installing gdbm (1.13-r1) [2020-08-27T20:39:19.643Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-08-27T20:39:19.643Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-08-27T20:39:19.643Z] ---> 3f7af279e06f [2020-08-27T20:39:19.643Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-08-27T20:39:19.643Z] (7/33) Installing python3 (3.8.5-r0) [2020-08-27T20:39:23.187Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.205s coverage: 29.1% of statements [2020-08-27T20:39:23.187Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-08-27T20:39:23.187Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-08-27T20:39:23.187Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-08-27T20:39:23.187Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-08-27T20:39:23.187Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-08-27T20:39:23.187Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.080s coverage: 99.0% of statements [2020-08-27T20:39:23.187Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-08-27T20:39:23.909Z] ---> 8926a160e2a3 [2020-08-27T20:39:23.909Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-08-27T20:39:23.909Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-08-27T20:39:23.909Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-08-27T20:39:23.909Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-08-27T20:39:23.909Z] (11/33) Installing py3-six (1.15.0-r0) [2020-08-27T20:39:23.909Z] (12/33) Installing py3-packaging (20.4-r0) [2020-08-27T20:39:23.909Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-08-27T20:39:23.909Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-08-27T20:39:23.909Z] (15/33) Installing py3-idna (2.9-r0) [2020-08-27T20:39:23.909Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-08-27T20:39:23.909Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-08-27T20:39:23.909Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-08-27T20:39:23.909Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-08-27T20:39:23.909Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-08-27T20:39:23.909Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-08-27T20:39:24.171Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-08-27T20:39:24.177Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.043s coverage: 100.0% of statements [2020-08-27T20:39:24.177Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-08-27T20:39:24.177Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.014s coverage: 0.0% of statements [2020-08-27T20:39:24.177Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-08-27T20:39:24.177Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.033s coverage: 100.0% of statements [2020-08-27T20:39:24.177Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-08-27T20:39:24.177Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-08-27T20:39:24.177Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-08-27T20:39:24.177Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-08-27T20:39:24.741Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-08-27T20:39:24.741Z] ---> ea0e2d5650b4 [2020-08-27T20:39:24.741Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-08-27T20:39:24.741Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-08-27T20:39:24.741Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-08-27T20:39:24.741Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-08-27T20:39:24.741Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-08-27T20:39:24.741Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-08-27T20:39:24.741Z] (29/33) Installing py3-progress (1.5-r0) [2020-08-27T20:39:24.741Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-08-27T20:39:24.741Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-08-27T20:39:24.741Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-08-27T20:39:24.741Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-08-27T20:39:24.741Z] Executing busybox-1.31.1-r16.trigger [2020-08-27T20:39:25.001Z] OK: 71 MiB in 55 packages [2020-08-27T20:39:25.573Z] ---> 888d3f483973 [2020-08-27T20:39:25.573Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-08-27T20:39:26.172Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.074s coverage: 87.9% of statements [2020-08-27T20:39:26.172Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-08-27T20:39:26.172Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-08-27T20:39:26.769Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.034s coverage: 100.0% of statements [2020-08-27T20:39:26.769Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.022s coverage: 32.1% of statements [2020-08-27T20:39:26.960Z] ---> 01c7647df6a8 [2020-08-27T20:39:26.960Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-08-27T20:39:26.960Z] ---> Running in fd164fd2dc1f [2020-08-27T20:39:27.750Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.032s coverage: 100.0% of statements [2020-08-27T20:39:28.735Z] GO111MODULE=on go vet ./... [2020-08-27T20:39:32.248Z] Removing intermediate container 31ec4f1c0551 [2020-08-27T20:39:32.248Z] ---> 496c9b1120b5 [2020-08-27T20:39:32.248Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-08-27T20:39:32.248Z] Removing intermediate container fd164fd2dc1f [2020-08-27T20:39:32.248Z] ---> 888185672863 [2020-08-27T20:39:32.248Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-08-27T20:39:32.248Z] ---> Running in 086e98e98c4f [2020-08-27T20:39:32.248Z] ---> 90fab68da97f [2020-08-27T20:39:32.248Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-27T20:39:32.248Z] ---> Running in 5b84417562dc [2020-08-27T20:39:32.509Z] Removing intermediate container 5b84417562dc [2020-08-27T20:39:32.509Z] ---> 537b867572aa [2020-08-27T20:39:32.509Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-08-27T20:39:32.509Z] ---> Running in 21751191560f [2020-08-27T20:39:32.769Z] Collecting docker-compose==1.23.2 [2020-08-27T20:39:32.769Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-08-27T20:39:33.032Z] Collecting docker<4.0,>=3.6.0 [2020-08-27T20:39:33.032Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-08-27T20:39:33.032Z] Collecting docopt<0.7,>=0.6.1 [2020-08-27T20:39:33.032Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-08-27T20:39:33.601Z] Collecting websocket-client<1.0,>=0.32.0 [2020-08-27T20:39:33.601Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-08-27T20:39:33.862Z] Removing intermediate container 21751191560f [2020-08-27T20:39:33.862Z] ---> 6fe8d775d0dc [2020-08-27T20:39:33.862Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-08-27T20:39:33.862Z] ---> Running in 1047dc93ade7 [2020-08-27T20:39:33.862Z] Collecting jsonschema<3,>=2.5.1 [2020-08-27T20:39:33.862Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-08-27T20:39:33.862Z] Removing intermediate container 1047dc93ade7 [2020-08-27T20:39:33.862Z] ---> a36f80f1605f [2020-08-27T20:39:33.862Z] Step 26/29 : CMD [ "generate" ] [2020-08-27T20:39:34.123Z] ---> Running in 3ba3dc339217 [2020-08-27T20:39:34.123Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-08-27T20:39:34.123Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-08-27T20:39:34.123Z] Removing intermediate container 3ba3dc339217 [2020-08-27T20:39:34.123Z] ---> f231e4eecaac [2020-08-27T20:39:34.123Z] Step 27/29 : LABEL arch=x86_64 [2020-08-27T20:39:34.123Z] Collecting dockerpty<0.5,>=0.4.1 [2020-08-27T20:39:34.123Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-08-27T20:39:34.123Z] ---> Running in 976147bd3849 [2020-08-27T20:39:34.382Z] Removing intermediate container 976147bd3849 [2020-08-27T20:39:34.382Z] ---> 77ec2a67fe5d [2020-08-27T20:39:34.382Z] Step 28/29 : LABEL git_sha=720e7787e780524db870908aa63d76c69fee835c [2020-08-27T20:39:34.382Z] ---> Running in 930a0535dbaa [2020-08-27T20:39:34.646Z] Removing intermediate container 930a0535dbaa [2020-08-27T20:39:34.646Z] ---> f47b9c96159c [2020-08-27T20:39:34.646Z] Step 29/29 : LABEL version=0.0.0 [2020-08-27T20:39:34.646Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-08-27T20:39:34.646Z] ---> Running in 0122749a7a75 [2020-08-27T20:39:34.646Z] Collecting cached-property<2,>=1.2.0 [2020-08-27T20:39:34.646Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-08-27T20:39:34.909Z] Collecting PyYAML<4,>=3.10 [2020-08-27T20:39:34.909Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-08-27T20:39:35.480Z] Removing intermediate container 0122749a7a75 [2020-08-27T20:39:35.480Z] ---> 4ab8e4ed6978 [2020-08-27T20:39:35.480Z] [2020-08-27T20:39:35.480Z] Successfully built 4ab8e4ed6978 [2020-08-27T20:39:35.480Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-08-27T20:39:36.049Z]  Building docker-security-secrets-setup-go ... done Collecting texttable<0.10,>=0.9.0 [2020-08-27T20:39:36.049Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-08-27T20:39:36.619Z] Collecting docker-pycreds>=0.4.0 [2020-08-27T20:39:36.620Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-08-27T20:39:36.620Z] Collecting idna<2.8,>=2.5 [2020-08-27T20:39:36.620Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-08-27T20:39:36.620Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2020-08-27T20:39:36.620Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2020-08-27T20:39:36.620Z] Collecting urllib3<1.25,>=1.21.1 [2020-08-27T20:39:36.620Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-08-27T20:39:36.620Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-08-27T20:39:36.620Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-08-27T20:39:36.620Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-08-27T20:39:36.620Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-08-27T20:39:36.879Z] Installing collected packages: docker-pycreds, websocket-client, idna, urllib3, requests, docker, docopt, jsonschema, dockerpty, cached-property, PyYAML, texttable, docker-compose [2020-08-27T20:39:36.879Z] Attempting uninstall: idna [2020-08-27T20:39:37.139Z] Found existing installation: idna 2.9 [2020-08-27T20:39:37.139Z] Uninstalling idna-2.9: [2020-08-27T20:39:37.139Z] Successfully uninstalled idna-2.9 [2020-08-27T20:39:37.139Z] Attempting uninstall: urllib3 [2020-08-27T20:39:37.139Z] Found existing installation: urllib3 1.25.9 [2020-08-27T20:39:37.139Z] Uninstalling urllib3-1.25.9: [2020-08-27T20:39:37.139Z] Successfully uninstalled urllib3-1.25.9 [2020-08-27T20:39:37.399Z] Attempting uninstall: requests [2020-08-27T20:39:37.399Z] Found existing installation: requests 2.23.0 [2020-08-27T20:39:37.400Z] Uninstalling requests-2.23.0: [2020-08-27T20:39:37.400Z] Successfully uninstalled requests-2.23.0 [2020-08-27T20:39:37.660Z] Running setup.py install for docopt: started [2020-08-27T20:39:38.231Z] Running setup.py install for docopt: finished with status 'done' [2020-08-27T20:39:38.231Z] Running setup.py install for dockerpty: started [2020-08-27T20:39:38.802Z] Running setup.py install for dockerpty: finished with status 'done' [2020-08-27T20:39:38.802Z] Running setup.py install for PyYAML: started [2020-08-27T20:39:39.371Z] Running setup.py install for PyYAML: finished with status 'done' [2020-08-27T20:39:39.371Z] Running setup.py install for texttable: started [2020-08-27T20:39:39.631Z] Running setup.py install for texttable: finished with status 'done' [2020-08-27T20:39:39.890Z] Successfully installed PyYAML-3.13 cached-property-1.5.1 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2020-08-27T20:39:43.186Z] Removing intermediate container 086e98e98c4f [2020-08-27T20:39:43.186Z] ---> bee7955c7d97 [2020-08-27T20:39:43.186Z] Step 22/27 : RUN apk --no-cache add curl [2020-08-27T20:39:43.186Z] ---> Running in a32ee516c4a4 [2020-08-27T20:39:43.446Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-27T20:39:43.446Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-27T20:39:43.712Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-08-27T20:39:43.712Z] (2/3) Installing libcurl (7.69.1-r0) [2020-08-27T20:39:43.712Z] (3/3) Installing curl (7.69.1-r0) [2020-08-27T20:39:43.712Z] Executing busybox-1.31.1-r16.trigger [2020-08-27T20:39:43.712Z] OK: 72 MiB in 58 packages [2020-08-27T20:39:44.282Z] Removing intermediate container a32ee516c4a4 [2020-08-27T20:39:44.282Z] ---> ad2a0eca3eba [2020-08-27T20:39:44.282Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-08-27T20:39:44.282Z] ---> Running in 244cd096fc71 [2020-08-27T20:39:44.282Z] Removing intermediate container 244cd096fc71 [2020-08-27T20:39:44.282Z] ---> e44459b0743d [2020-08-27T20:39:44.282Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-27T20:39:44.282Z] ---> Running in fe55d61549a5 [2020-08-27T20:39:44.542Z] Removing intermediate container fe55d61549a5 [2020-08-27T20:39:44.542Z] ---> 56c1097c3aba [2020-08-27T20:39:44.542Z] Step 25/27 : LABEL arch=x86_64 [2020-08-27T20:39:44.542Z] ---> Running in d2f135bf9533 [2020-08-27T20:39:44.804Z] Removing intermediate container d2f135bf9533 [2020-08-27T20:39:44.804Z] ---> 57e7e2b089a2 [2020-08-27T20:39:44.804Z] Step 26/27 : LABEL git_sha=720e7787e780524db870908aa63d76c69fee835c [2020-08-27T20:39:44.804Z] ---> Running in d38110c7d669 [2020-08-27T20:39:45.064Z] Removing intermediate container d38110c7d669 [2020-08-27T20:39:45.064Z] ---> fddde40ef0fe [2020-08-27T20:39:45.064Z] Step 27/27 : LABEL version=0.0.0 [2020-08-27T20:39:45.064Z] ---> Running in c4c0c9feac83 [2020-08-27T20:39:45.325Z] Removing intermediate container c4c0c9feac83 [2020-08-27T20:39:45.325Z] ---> 19485e0d14a1 [2020-08-27T20:39:45.325Z] [2020-08-27T20:39:45.325Z] Successfully built 19485e0d14a1 [2020-08-27T20:39:45.325Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-08-27T20:39:45.613Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-08-27T20:39:45.688Z] $ docker stop --time=1 e3a1a2936692824a072d6ef843d8ab6fc18949d31fddc5304ba6353cf2770ddc [2020-08-27T20:39:47.088Z] gofmt -l . [2020-08-27T20:39:47.424Z] $ docker rm -f e3a1a2936692824a072d6ef843d8ab6fc18949d31fddc5304ba6353cf2770ddc [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-27T20:39:47.971Z] + docker images [2020-08-27T20:39:47.971Z] + grep docker [2020-08-27T20:39:47.971Z] docker-sys-mgmt-agent-go latest 19485e0d14a1 2 seconds ago 284MB [2020-08-27T20:39:47.971Z] docker-security-secrets-setup-go latest 4ab8e4ed6978 13 seconds ago 25.1MB [2020-08-27T20:39:47.971Z] docker-support-notifications-go latest e033e9b8f28a 29 seconds ago 14.5MB [2020-08-27T20:39:47.971Z] docker-core-metadata-go latest b79761b1c908 29 seconds ago 14.4MB [2020-08-27T20:39:47.971Z] docker-core-command-go latest 705d963ce540 30 seconds ago 13MB [2020-08-27T20:39:47.971Z] docker-core-data-go latest 5494d93feec2 2 minutes ago 24.5MB [2020-08-27T20:39:47.971Z] docker-security-secretstore-setup-go latest 49313a6e995e 2 minutes ago 33.9MB [2020-08-27T20:39:47.971Z] docker-security-proxy-setup-go latest 990954883be1 2 minutes ago 16.4MB [2020-08-27T20:39:47.971Z] docker-support-scheduler-go latest e6b5d435d4c5 2 minutes ago 13.1MB [2020-08-27T20:39:47.971Z] docker-support-logging-go latest dacfd6a9f478 2 minutes ago 11.8MB [2020-08-27T20:39:47.972Z] docker latest 81f5749c9058 2 months ago 211MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-08-27T20:39:49.696Z] [ "`gofmt -l .`" = "" ] [2020-08-27T20:39:51.662Z] ./bin/test-go-mod-tidy.sh [2020-08-27T20:39:52.262Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-08-27T20:39:56.323Z] + ls -al . [2020-08-27T20:39:56.323Z] total 584 [2020-08-27T20:39:56.323Z] drwxrwxr-x 10 1001 1001 4096 Aug 27 20:39 . [2020-08-27T20:39:56.323Z] drwxr-xr-x 4 root root 4096 Aug 27 20:37 .. [2020-08-27T20:39:56.323Z] -rw-rw-r-- 1 1001 1001 11 Aug 27 20:35 .dockerignore [2020-08-27T20:39:56.323Z] drwxrwxr-x 8 1001 1001 4096 Aug 27 20:35 .git [2020-08-27T20:39:56.323Z] drwxrwxr-x 3 1001 1001 4096 Aug 27 20:35 .github [2020-08-27T20:39:56.323Z] -rw-rw-r-- 1 1001 1001 932 Aug 27 20:35 .gitignore [2020-08-27T20:39:56.323Z] drwxrwxr-x 3 1001 1001 4096 Aug 27 20:35 .semver [2020-08-27T20:39:56.323Z] -rw-rw-r-- 1 1001 1001 166 Aug 27 20:35 .sonarcloud.properties [2020-08-27T20:39:56.323Z] -rw-rw-r-- 1 1001 1001 3804 Aug 27 20:35 CONTRIBUTING.md [2020-08-27T20:39:56.323Z] -rw-rw-r-- 1 1001 1001 1035 Aug 27 20:35 Dockerfile.build [2020-08-27T20:39:56.323Z] -rw-rw-r-- 1 1001 1001 865 Aug 27 20:35 Jenkinsfile [2020-08-27T20:39:56.323Z] -rw-rw-r-- 1 1001 1001 10775 Aug 27 20:35 LICENSE [2020-08-27T20:39:56.323Z] -rw-rw-r-- 1 1001 1001 6237 Aug 27 20:35 Makefile [2020-08-27T20:39:56.323Z] -rw-rw-r-- 1 1001 1001 5652 Aug 27 20:35 README.md [2020-08-27T20:39:56.323Z] -rw-rw-r-- 1 1001 1001 259 Aug 27 20:35 SECURITY.md [2020-08-27T20:39:56.323Z] -rw-rw-r-- 1 1001 1001 5 Aug 27 20:32 VERSION [2020-08-27T20:39:56.323Z] -rw-rw-r-- 1 1001 1001 4131 Aug 27 20:35 ZMQWindows.md [2020-08-27T20:39:56.323Z] drwxrwxr-x 2 1001 1001 4096 Aug 27 20:35 bin [2020-08-27T20:39:56.323Z] drwxrwxr-x 15 1001 1001 4096 Aug 27 20:35 cmd [2020-08-27T20:39:56.323Z] -rw-r--r-- 1 root root 458659 Aug 27 20:39 coverage.out [2020-08-27T20:39:56.323Z] -rw-r--r-- 1 root root 1019 Aug 27 20:39 go.mod [2020-08-27T20:39:56.323Z] -rw-r--r-- 1 root root 19185 Aug 27 20:39 go.sum [2020-08-27T20:39:56.323Z] drwxrwxr-x 8 1001 1001 4096 Aug 27 20:35 internal [2020-08-27T20:39:56.323Z] drwxrwxr-x 4 1001 1001 4096 Aug 27 20:35 openapi [2020-08-27T20:39:56.323Z] drwxrwxr-x 4 1001 1001 4096 Aug 27 20:35 snap [2020-08-27T20:39:56.323Z] -rw-rw-r-- 1 1001 1001 168 Aug 27 20:35 version.go [Pipeline] sh [2020-08-27T20:39:56.978Z] + '[' -e coverage.out ] [2020-08-27T20:39:56.978Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-08-27T20:39:56.998Z] Warning: overwriting stash ‘coverage-report’ [2020-08-27T20:39:58.244Z] Stashed 1 file(s) [Pipeline] sh [2020-08-27T20:39:58.931Z] + make build [2020-08-27T20:39:58.931Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-08-27T20:40:17.222Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-08-27T20:40:27.342Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-08-27T20:40:34.043Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-08-27T20:40:39.426Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-08-27T20:40:46.114Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-08-27T20:40:47.546Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-08-27T20:40:52.943Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-08-27T20:40:58.318Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-08-27T20:41:01.683Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-08-27T20:41:05.973Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-08-27T20:41:10.275Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-08-27T20:41:14.561Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [Pipeline] } [2020-08-27T20:41:17.205Z] $ docker stop --time=1 39fb8557353507e3cce0f2f0f6ea7879fab86dabc673971a6bfa7a2ce4220b58 [2020-08-27T20:41:19.701Z] $ docker rm -f 39fb8557353507e3cce0f2f0f6ea7879fab86dabc673971a6bfa7a2ce4220b58 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-27T20:41:21.298Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-27T20:41:21.298Z] [2020-08-27T20:41:21.298Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-08-27T20:41:21.674Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-27T20:41:21.674Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-08-27T20:41:21.674Z] 29e5d40040c1: Pulling fs layer [2020-08-27T20:41:21.674Z] 1ce36da41761: Pulling fs layer [2020-08-27T20:41:21.674Z] 25b303627fd3: Pulling fs layer [2020-08-27T20:41:21.946Z] 29e5d40040c1: Verifying Checksum [2020-08-27T20:41:21.946Z] 29e5d40040c1: Download complete [2020-08-27T20:41:22.220Z] 1ce36da41761: Verifying Checksum [2020-08-27T20:41:22.220Z] 1ce36da41761: Download complete [2020-08-27T20:41:22.495Z] 29e5d40040c1: Pull complete [2020-08-27T20:41:24.515Z] 1ce36da41761: Pull complete [2020-08-27T20:41:24.515Z] 25b303627fd3: Verifying Checksum [2020-08-27T20:41:24.515Z] 25b303627fd3: Download complete [2020-08-27T20:41:34.662Z] 25b303627fd3: Pull complete [2020-08-27T20:41:34.662Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-08-27T20:41:34.662Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-27T20:41:34.662Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-08-27T20:41:34.933Z] prd-ubuntu18.04-docker-arm64-4c-16g-504 does not seem to be running inside a container [2020-08-27T20:41:35.036Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-08-27T20:41:38.529Z] $ docker top 1fdaaad1aa71ce431c6d32dbc470245ca2401933f4c71426a5dd1ff3d41da020 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-27T20:41:40.005Z] + grep parallel [2020-08-27T20:41:40.005Z] + docker-compose build --help [2020-08-27T20:41:44.299Z] --parallel Build images in parallel. [Pipeline] } [2020-08-27T20:41:44.600Z] $ docker stop --time=1 1fdaaad1aa71ce431c6d32dbc470245ca2401933f4c71426a5dd1ff3d41da020 [2020-08-27T20:41:46.569Z] $ docker rm -f 1fdaaad1aa71ce431c6d32dbc470245ca2401933f4c71426a5dd1ff3d41da020 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-27T20:41:47.344Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-27T20:41:47.344Z] . [Pipeline] withDockerContainer [2020-08-27T20:41:47.607Z] prd-ubuntu18.04-docker-arm64-4c-16g-504 does not seem to be running inside a container [2020-08-27T20:41:47.696Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-08-27T20:41:49.150Z] $ docker top 8ec0b6afc799f8b177966a903ad651235d3b3b7a49ddce440ae4e952c749d563 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-27T20:41:50.114Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-08-27T20:41:54.392Z] Building docker-core-command-go ... [2020-08-27T20:41:54.392Z] Building docker-core-data-go ... [2020-08-27T20:41:54.392Z] Building docker-core-metadata-go ... [2020-08-27T20:41:54.392Z] Building docker-security-proxy-setup-go ... [2020-08-27T20:41:54.392Z] Building docker-security-secrets-setup-go ... [2020-08-27T20:41:54.392Z] Building docker-security-secretstore-setup-go ... [2020-08-27T20:41:54.392Z] Building docker-support-logging-go ... [2020-08-27T20:41:54.392Z] Building docker-support-notifications-go ... [2020-08-27T20:41:54.392Z] Building docker-support-scheduler-go ... [2020-08-27T20:41:54.392Z] Building docker-sys-mgmt-agent-go ... [2020-08-27T20:41:54.392Z] Building docker-support-scheduler-go [2020-08-27T20:41:54.392Z] Building docker-support-logging-go [2020-08-27T20:41:54.392Z] Building docker-core-command-go [2020-08-27T20:41:54.392Z] Building docker-support-notifications-go [2020-08-27T20:41:54.392Z] Building docker-core-data-go [2020-08-27T20:43:46.158Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-27T20:43:46.158Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-27T20:43:46.158Z] ---> 0f3d7b965462 [2020-08-27T20:43:46.158Z] Step 3/21 : WORKDIR /edgex-go [2020-08-27T20:43:46.158Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-27T20:43:46.158Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-08-27T20:43:46.158Z] ---> 0f3d7b965462 [2020-08-27T20:43:46.158Z] Step 3/22 : WORKDIR /edgex-go [2020-08-27T20:43:46.158Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpineStep 1/23 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-27T20:43:46.158Z] [2020-08-27T20:43:46.158Z] Step 2/22 : FROM ${BUILDER_BASE} AS builderStep 2/23 : FROM ${BUILDER_BASE} AS builder [2020-08-27T20:43:46.158Z] [2020-08-27T20:43:46.158Z] ---> 0f3d7b965462 [2020-08-27T20:43:46.158Z] ---> 0f3d7b965462 [2020-08-27T20:43:46.158Z] Step 3/22 : WORKDIR /edgex-goStep 3/23 : WORKDIR /edgex-go [2020-08-27T20:43:46.158Z] [2020-08-27T20:43:46.158Z] Step 1/24 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-27T20:43:46.158Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-08-27T20:43:46.158Z] ---> 0f3d7b965462 [2020-08-27T20:43:46.158Z] Step 3/24 : WORKDIR /edgex-go [2020-08-27T20:43:48.127Z] ---> Running in 363467ba0f2e [2020-08-27T20:43:48.127Z] ---> Running in 6969c1940979 [2020-08-27T20:43:48.127Z] ---> Running in 3fbc214c4051 [2020-08-27T20:43:48.127Z] ---> Running in e14819e707e9 [2020-08-27T20:43:48.127Z] ---> Running in 92b17393c6d8 [2020-08-27T20:43:48.399Z] Removing intermediate container 363467ba0f2e [2020-08-27T20:43:48.399Z] ---> fbe908666e18 [2020-08-27T20:43:48.399Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-27T20:43:48.399Z] Removing intermediate container 3fbc214c4051 [2020-08-27T20:43:48.399Z] ---> 8d5a5fed13f7 [2020-08-27T20:43:48.399Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-27T20:43:48.399Z] Removing intermediate container 6969c1940979 [2020-08-27T20:43:48.399Z] ---> ac78f5642f06 [2020-08-27T20:43:48.399Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-27T20:43:48.671Z] Removing intermediate container e14819e707e9 [2020-08-27T20:43:48.671Z] ---> 8000562c704b [2020-08-27T20:43:48.671Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-27T20:43:48.671Z] Removing intermediate container 92b17393c6d8 [2020-08-27T20:43:48.671Z] ---> 2c239adabd75 [2020-08-27T20:43:48.671Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-27T20:43:48.671Z] ---> Running in a6dd7266dcb8 [2020-08-27T20:43:48.671Z] ---> Running in 4e022d504879 [2020-08-27T20:43:48.671Z] ---> Running in bb903f4dfd5a [2020-08-27T20:43:48.671Z] ---> Running in 255d34fe6b74 [2020-08-27T20:43:48.945Z] ---> Running in 4505cb6fa21c [2020-08-27T20:43:53.273Z] Removing intermediate container a6dd7266dcb8 [2020-08-27T20:43:53.273Z] ---> c093d6549002 [2020-08-27T20:43:53.273Z] Step 5/22 : RUN apk update && apk add make git [2020-08-27T20:43:53.273Z] ---> Running in 9773d3de3ddf [2020-08-27T20:43:53.549Z] Removing intermediate container 4e022d504879 [2020-08-27T20:43:53.549Z] ---> 0b7757ea725c [2020-08-27T20:43:53.549Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-08-27T20:43:54.154Z] ---> Running in 8cd8b60f434a [2020-08-27T20:43:54.154Z] Removing intermediate container 255d34fe6b74 [2020-08-27T20:43:54.154Z] ---> ea80348bb997 [2020-08-27T20:43:54.154Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-08-27T20:43:54.154Z] Removing intermediate container bb903f4dfd5a [2020-08-27T20:43:54.154Z] ---> eed7d65991e5 [2020-08-27T20:43:54.154Z] Step 5/21 : RUN apk update && apk add make git [2020-08-27T20:43:54.429Z] Removing intermediate container 4505cb6fa21c [2020-08-27T20:43:54.429Z] ---> 5e48bb3c762c [2020-08-27T20:43:54.429Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-08-27T20:43:54.429Z] ---> Running in 9c132f3d26bf [2020-08-27T20:43:54.429Z] ---> Running in ca2845713dc3 [2020-08-27T20:43:54.702Z] ---> Running in 5506627afeea [2020-08-27T20:43:56.167Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-27T20:43:56.439Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-27T20:43:56.711Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-27T20:43:57.310Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-27T20:43:57.310Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-27T20:43:57.310Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-27T20:43:57.581Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-27T20:43:57.854Z] v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-27T20:43:57.854Z] v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-27T20:43:57.854Z] OK: 12617 distinct packages available [2020-08-27T20:43:57.854Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-27T20:43:57.854Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-27T20:43:58.126Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-27T20:43:58.400Z] v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-27T20:43:58.400Z] v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-27T20:43:58.400Z] OK: 12617 distinct packages available [2020-08-27T20:43:58.672Z] OK: 217 MiB in 51 packages [2020-08-27T20:43:58.949Z] v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-27T20:43:58.949Z] v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-27T20:43:58.949Z] OK: 12617 distinct packages available [2020-08-27T20:43:59.232Z] v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-27T20:43:59.232Z] v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-27T20:43:59.232Z] OK: 12617 distinct packages available [2020-08-27T20:43:59.514Z] OK: 217 MiB in 51 packages [2020-08-27T20:43:59.514Z] v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-27T20:43:59.514Z] v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-27T20:43:59.514Z] OK: 12617 distinct packages available [2020-08-27T20:44:00.520Z] OK: 217 MiB in 51 packages [2020-08-27T20:44:00.520Z] OK: 217 MiB in 51 packages [2020-08-27T20:44:00.520Z] OK: 217 MiB in 51 packages [2020-08-27T20:44:00.800Z] Removing intermediate container 9773d3de3ddf [2020-08-27T20:44:00.800Z] ---> e3c6b61f8251 [2020-08-27T20:44:00.800Z] Step 6/22 : COPY go.mod . [2020-08-27T20:44:00.800Z] OK: 217 MiB in 51 packages [2020-08-27T20:44:02.249Z] ---> bfc3ae982ac2 [2020-08-27T20:44:02.249Z] Step 7/22 : RUN go mod download [2020-08-27T20:44:02.249Z] ---> Running in 9d570b3301c1 [2020-08-27T20:44:02.249Z] Removing intermediate container ca2845713dc3 [2020-08-27T20:44:02.249Z] ---> a3232970d103 [2020-08-27T20:44:02.249Z] Step 6/21 : COPY go.mod . [2020-08-27T20:44:02.855Z] Removing intermediate container 9c132f3d26bf [2020-08-27T20:44:02.855Z] ---> 4e47603761bf [2020-08-27T20:44:02.855Z] Step 6/23 : COPY go.mod . [2020-08-27T20:44:03.131Z] Removing intermediate container 5506627afeea [2020-08-27T20:44:03.131Z] ---> dbd5de9f1e0e [2020-08-27T20:44:03.131Z] Step 6/24 : COPY go.mod . [2020-08-27T20:44:03.131Z] Removing intermediate container 8cd8b60f434a [2020-08-27T20:44:03.131Z] ---> a026ac254477 [2020-08-27T20:44:03.131Z] Step 6/22 : COPY go.mod . [2020-08-27T20:44:03.406Z] ---> fb73e0df48ed [2020-08-27T20:44:03.406Z] Step 7/21 : RUN go mod download [2020-08-27T20:44:03.675Z] ---> Running in 9489b02d18fd [2020-08-27T20:44:03.969Z] ---> 6b839732e6fd [2020-08-27T20:44:03.969Z] Step 7/23 : RUN go mod download [2020-08-27T20:44:04.243Z] ---> Running in 3c01e7300756 [2020-08-27T20:44:04.243Z] ---> 8bdb3adef7d1 [2020-08-27T20:44:04.243Z] Step 7/24 : RUN go mod download [2020-08-27T20:44:04.243Z] ---> d2dbfa20672f [2020-08-27T20:44:04.243Z] Step 7/22 : RUN go mod download [2020-08-27T20:44:04.515Z] ---> Running in 1c941b60be50 [2020-08-27T20:44:04.515Z] ---> Running in 24fd9f949e23 [2020-08-27T20:44:07.160Z] Removing intermediate container 9d570b3301c1 [2020-08-27T20:44:07.160Z] ---> 65cb9498d6f5 [2020-08-27T20:44:07.160Z] Step 8/22 : COPY . . [2020-08-27T20:44:09.291Z] Removing intermediate container 9489b02d18fd [2020-08-27T20:44:09.291Z] ---> 458a1f4b1649 [2020-08-27T20:44:09.291Z] Step 8/21 : COPY . . [2020-08-27T20:44:13.631Z] Removing intermediate container 3c01e7300756 [2020-08-27T20:44:13.631Z] ---> 4f3e83d5321b [2020-08-27T20:44:13.631Z] Step 8/23 : COPY . . [2020-08-27T20:44:14.235Z] Removing intermediate container 24fd9f949e23 [2020-08-27T20:44:14.235Z] ---> 013d906bf5d2 [2020-08-27T20:44:14.235Z] Step 8/22 : COPY . . [2020-08-27T20:44:14.235Z] Removing intermediate container 1c941b60be50 [2020-08-27T20:44:14.235Z] ---> e7d7862a01d0 [2020-08-27T20:44:14.235Z] Step 8/24 : COPY . . [2020-08-27T20:44:36.426Z] ---> bf4091547d6a [2020-08-27T20:44:36.426Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-08-27T20:44:39.069Z] ---> Running in 7732ba0b7ffc [2020-08-27T20:44:39.357Z] ---> ec9b58a071ef [2020-08-27T20:44:39.357Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-08-27T20:44:39.632Z] ---> fd3b22ae4daa [2020-08-27T20:44:39.632Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-08-27T20:44:39.632Z] ---> Running in 559e05a350ff [2020-08-27T20:44:39.905Z] ---> 6c4ab894d0c4 [2020-08-27T20:44:39.905Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-08-27T20:44:39.905Z] ---> bee1495a4195 [2020-08-27T20:44:39.905Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-08-27T20:44:40.178Z] ---> Running in c7cde953127d [2020-08-27T20:44:40.178Z] ---> Running in c15c7d679223 [2020-08-27T20:44:40.178Z] ---> Running in 478b97570300 [2020-08-27T20:44:41.166Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-08-27T20:44:42.604Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-08-27T20:44:42.879Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-08-27T20:44:43.481Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-08-27T20:44:43.481Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-08-27T20:46:35.387Z] Removing intermediate container c7cde953127d [2020-08-27T20:46:35.387Z] ---> c05fabc4f31f [2020-08-27T20:46:35.387Z] [2020-08-27T20:46:35.387Z] Step 10/22 : FROM scratch [2020-08-27T20:46:35.387Z] ---> [2020-08-27T20:46:35.387Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-27T20:46:35.387Z] ---> Running in 45699f754198 [2020-08-27T20:46:35.387Z] Removing intermediate container 45699f754198 [2020-08-27T20:46:35.387Z] ---> b41a83ffddfd [2020-08-27T20:46:35.387Z] Step 12/22 : ENV APP_PORT=48061 [2020-08-27T20:46:35.387Z] ---> Running in af0054a8282d [2020-08-27T20:46:35.387Z] Removing intermediate container af0054a8282d [2020-08-27T20:46:35.387Z] ---> 942533b92309 [2020-08-27T20:46:35.387Z] Step 13/22 : EXPOSE $APP_PORT [2020-08-27T20:46:35.387Z] ---> Running in a4bfaa50968a [2020-08-27T20:46:35.387Z] Removing intermediate container a4bfaa50968a [2020-08-27T20:46:35.387Z] ---> 9903ea6c2ec6 [2020-08-27T20:46:35.387Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-08-27T20:46:35.387Z] ---> 20b83d906bd5 [2020-08-27T20:46:35.387Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-08-27T20:46:35.672Z] ---> c7474d0460dc [2020-08-27T20:46:35.672Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-08-27T20:46:37.689Z] ---> 5cc7e756dc53 [2020-08-27T20:46:37.689Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-08-27T20:46:38.685Z] ---> c2e07c8815f3 [2020-08-27T20:46:38.685Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-08-27T20:46:38.967Z] ---> Running in 7aa7900be736 [2020-08-27T20:46:39.583Z] Removing intermediate container 7aa7900be736 [2020-08-27T20:46:39.583Z] ---> 4e735df3b447 [2020-08-27T20:46:39.583Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-27T20:46:39.583Z] ---> Running in 190c07d6e0eb [2020-08-27T20:46:40.572Z] Removing intermediate container 190c07d6e0eb [2020-08-27T20:46:40.572Z] ---> ee935af67901 [2020-08-27T20:46:40.572Z] Step 20/22 : LABEL arch=arm64 [2020-08-27T20:46:40.855Z] ---> Running in 95801c9a7db5 [2020-08-27T20:46:42.326Z] Removing intermediate container 95801c9a7db5 [2020-08-27T20:46:42.326Z] ---> 16495f276e79 [2020-08-27T20:46:42.326Z] Step 21/22 : LABEL git_sha=720e7787e780524db870908aa63d76c69fee835c [2020-08-27T20:46:42.935Z] ---> Running in 2eba7a24eaef [2020-08-27T20:46:43.935Z] Removing intermediate container 2eba7a24eaef [2020-08-27T20:46:43.935Z] ---> e454a249d738 [2020-08-27T20:46:43.935Z] Step 22/22 : LABEL version=0.0.0 [2020-08-27T20:46:44.214Z] ---> Running in 4282028aa330 [2020-08-27T20:46:46.874Z] Removing intermediate container 4282028aa330 [2020-08-27T20:46:46.874Z] ---> 9585dd73909c [2020-08-27T20:46:46.874Z] [2020-08-27T20:46:47.859Z] Successfully built 9585dd73909c [2020-08-27T20:46:47.859Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-08-27T20:46:47.859Z] Building docker-core-metadata-go [2020-08-27T20:46:51.279Z]  Building docker-support-logging-go ... done Removing intermediate container 559e05a350ff [2020-08-27T20:46:51.279Z] ---> 99cb7d9da036 [2020-08-27T20:46:51.279Z] [2020-08-27T20:46:51.279Z] Step 10/21 : FROM scratch [2020-08-27T20:46:51.279Z] ---> [2020-08-27T20:46:51.279Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-27T20:46:51.279Z] Removing intermediate container 7732ba0b7ffc [2020-08-27T20:46:51.279Z] ---> 8168ff84039b [2020-08-27T20:46:51.279Z] [2020-08-27T20:46:51.279Z] Step 10/22 : FROM scratch [2020-08-27T20:46:51.279Z] ---> [2020-08-27T20:46:51.279Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-27T20:46:51.880Z] Removing intermediate container c15c7d679223 [2020-08-27T20:46:51.880Z] ---> ab689c87da53 [2020-08-27T20:46:51.880Z] [2020-08-27T20:46:51.880Z] Step 10/24 : FROM scratch [2020-08-27T20:46:51.880Z] ---> [2020-08-27T20:46:51.880Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-27T20:46:51.880Z] ---> Using cache [2020-08-27T20:46:51.880Z] ---> b41a83ffddfd [2020-08-27T20:46:51.880Z] Step 12/24 : ENV APP_PORT=48060 [2020-08-27T20:46:51.880Z] ---> Running in 4e92bdd813bf [2020-08-27T20:46:51.880Z] ---> Running in 5189add506ae [2020-08-27T20:46:52.481Z] ---> Running in 7f69b95622a8 [2020-08-27T20:46:52.753Z] Removing intermediate container 4e92bdd813bf [2020-08-27T20:46:52.753Z] ---> ba0c0413ac13 [2020-08-27T20:46:52.753Z] Removing intermediate container 5189add506ae [2020-08-27T20:46:52.753Z] ---> 6187d73e4f6d [2020-08-27T20:46:52.753Z] Step 12/22 : ENV APP_PORT=48082 [2020-08-27T20:46:52.753Z] Step 12/21 : ENV APP_PORT=48085 [2020-08-27T20:46:53.354Z] ---> Running in e194ec703b1a [2020-08-27T20:46:53.354Z] ---> Running in a1c8fb61244b [2020-08-27T20:46:53.634Z] Removing intermediate container 7f69b95622a8 [2020-08-27T20:46:53.634Z] ---> df401d822a77 [2020-08-27T20:46:53.634Z] Step 13/24 : EXPOSE $APP_PORT [2020-08-27T20:46:54.231Z] ---> Running in 17d448b773dd [2020-08-27T20:46:54.513Z] Removing intermediate container a1c8fb61244b [2020-08-27T20:46:54.513Z] ---> 6165f528996d [2020-08-27T20:46:54.513Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-27T20:46:54.513Z] Removing intermediate container e194ec703b1a [2020-08-27T20:46:54.513Z] ---> 8747599b0e57 [2020-08-27T20:46:54.513Z] Step 13/22 : EXPOSE $APP_PORT [2020-08-27T20:46:55.499Z] ---> Running in 6a8050dd2042 [2020-08-27T20:46:55.499Z] Removing intermediate container 17d448b773dd [2020-08-27T20:46:55.499Z] ---> 93b8ddbb2325 [2020-08-27T20:46:55.499Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-08-27T20:46:55.499Z] ---> Running in b80b93fd33bc [2020-08-27T20:46:56.486Z] Removing intermediate container 6a8050dd2042 [2020-08-27T20:46:56.486Z] ---> dd88951a5f1c [2020-08-27T20:46:56.486Z] Step 14/22 : WORKDIR / [2020-08-27T20:46:56.486Z] ---> 34fd859e9895 [2020-08-27T20:46:56.486Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-08-27T20:46:56.766Z] ---> Running in f26424d74293 [2020-08-27T20:46:56.766Z] Removing intermediate container b80b93fd33bc [2020-08-27T20:46:56.766Z] ---> 9ffa40fcf2e3 [2020-08-27T20:46:56.766Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-08-27T20:46:57.747Z] Removing intermediate container f26424d74293 [2020-08-27T20:46:57.747Z] ---> 52da0c788247 [2020-08-27T20:46:57.747Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-08-27T20:46:58.028Z] ---> 946cc9871ca2 [2020-08-27T20:46:58.028Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-08-27T20:46:58.316Z] ---> 3db6c2340d3d [2020-08-27T20:46:58.316Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-08-27T20:46:59.304Z] ---> 476b6a316b32 [2020-08-27T20:46:59.304Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-08-27T20:47:01.283Z] ---> ea75fd72d07f [2020-08-27T20:47:01.283Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-08-27T20:47:01.878Z] ---> 95d803255a33 [2020-08-27T20:47:01.878Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-08-27T20:47:01.878Z] ---> 47254d726674 [2020-08-27T20:47:01.878Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-08-27T20:47:02.486Z] ---> c59dddcb42bb [2020-08-27T20:47:02.486Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-08-27T20:47:03.465Z] ---> Running in 5482b642fe28 [2020-08-27T20:47:03.465Z] ---> cfb8cd4fe9c9 [2020-08-27T20:47:03.465Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-08-27T20:47:03.739Z] ---> 55447d1a9265 [2020-08-27T20:47:03.739Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-08-27T20:47:04.011Z] Removing intermediate container 5482b642fe28 [2020-08-27T20:47:04.011Z] ---> 08fc9f8c9b2d [2020-08-27T20:47:04.011Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-27T20:47:04.286Z] ---> Running in c928aa82c604 [2020-08-27T20:47:04.880Z] ---> Running in 07754bd3b4fa [2020-08-27T20:47:05.154Z] Removing intermediate container c928aa82c604 [2020-08-27T20:47:05.154Z] ---> 356361bb6b9d [2020-08-27T20:47:05.154Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-27T20:47:05.428Z] Removing intermediate container 07754bd3b4fa [2020-08-27T20:47:05.428Z] ---> a8e3b629fade [2020-08-27T20:47:05.428Z] Step 19/21 : LABEL arch=arm64 [2020-08-27T20:47:05.699Z] ---> Running in fefc39839da9 [2020-08-27T20:47:05.976Z] ---> 5d32f1e761e7 [2020-08-27T20:47:05.976Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-08-27T20:47:05.976Z] ---> Running in 830d72fcea1f [2020-08-27T20:47:06.967Z] Removing intermediate container fefc39839da9 [2020-08-27T20:47:06.967Z] ---> b9f7211172a8 [2020-08-27T20:47:06.967Z] Step 20/22 : LABEL arch=arm64 [2020-08-27T20:47:07.240Z] Removing intermediate container 830d72fcea1f [2020-08-27T20:47:07.240Z] ---> 2ab47a53cb46 [2020-08-27T20:47:07.240Z] Step 20/21 : LABEL git_sha=720e7787e780524db870908aa63d76c69fee835c [2020-08-27T20:47:07.836Z] ---> Running in 5328afc483b1 [2020-08-27T20:47:07.836Z] ---> c67f5ffb623f [2020-08-27T20:47:07.836Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-08-27T20:47:08.109Z] ---> Running in cf624788a9b5 [2020-08-27T20:47:08.383Z] ---> Running in 46f7204a0217 [2020-08-27T20:47:08.383Z] Removing intermediate container 5328afc483b1 [2020-08-27T20:47:08.383Z] ---> c478bfddc659 [2020-08-27T20:47:08.383Z] Step 21/22 : LABEL git_sha=720e7787e780524db870908aa63d76c69fee835c [2020-08-27T20:47:09.369Z] ---> Running in 4b7a0800af0d [2020-08-27T20:47:09.369Z] Removing intermediate container cf624788a9b5 [2020-08-27T20:47:09.369Z] ---> 26069b20b37e [2020-08-27T20:47:09.369Z] Step 21/21 : LABEL version=0.0.0 [2020-08-27T20:47:09.369Z] Removing intermediate container 46f7204a0217 [2020-08-27T20:47:09.369Z] ---> 9b237fc0d584 [2020-08-27T20:47:09.369Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-27T20:47:10.510Z] ---> Running in 67eede8a6ba7 [2020-08-27T20:47:10.510Z] ---> Running in 5944bf72ef61 [2020-08-27T20:47:10.786Z] Removing intermediate container 4b7a0800af0d [2020-08-27T20:47:10.786Z] ---> 4cf001c54a90 [2020-08-27T20:47:10.786Z] Step 22/22 : LABEL version=0.0.0 [2020-08-27T20:47:11.063Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-27T20:47:11.063Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-08-27T20:47:11.063Z] ---> 0f3d7b965462 [2020-08-27T20:47:11.063Z] Step 3/22 : WORKDIR /edgex-go [2020-08-27T20:47:11.063Z] ---> Using cache [2020-08-27T20:47:11.063Z] ---> 2c239adabd75 [2020-08-27T20:47:11.063Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-27T20:47:11.063Z] ---> Using cache [2020-08-27T20:47:11.063Z] ---> 5e48bb3c762c [2020-08-27T20:47:11.063Z] Step 5/22 : RUN apk update && apk add make git [2020-08-27T20:47:11.677Z] ---> Running in 84db2ebbdda4 [2020-08-27T20:47:11.677Z] ---> Running in 23ae7c3af21c [2020-08-27T20:47:11.677Z] Removing intermediate container 67eede8a6ba7 [2020-08-27T20:47:11.677Z] ---> b07c1d190ddc [2020-08-27T20:47:11.677Z] Step 22/24 : LABEL arch=arm64 [2020-08-27T20:47:11.677Z] Removing intermediate container 5944bf72ef61 [2020-08-27T20:47:11.677Z] ---> aa02d22bf701 [2020-08-27T20:47:11.677Z] [2020-08-27T20:47:12.277Z] Removing intermediate container 478b97570300 [2020-08-27T20:47:12.277Z] ---> 3e17014a3bd3 [2020-08-27T20:47:12.277Z] [2020-08-27T20:47:12.277Z] Step 10/23 : FROM alpine [2020-08-27T20:47:12.277Z] ---> Running in f89293775013 [2020-08-27T20:47:12.553Z] Successfully built aa02d22bf701 [2020-08-27T20:47:12.553Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-08-27T20:47:12.553Z]  Building docker-support-scheduler-go ... done Building docker-sys-mgmt-agent-go [2020-08-27T20:47:12.841Z] Removing intermediate container 23ae7c3af21c [2020-08-27T20:47:12.841Z] ---> ce2c63b49a19 [2020-08-27T20:47:12.841Z] [2020-08-27T20:47:12.841Z] latest: Pulling from library/alpine [2020-08-27T20:47:12.841Z] Removing intermediate container f89293775013 [2020-08-27T20:47:12.841Z] ---> 492107c9f7b5 [2020-08-27T20:47:12.841Z] Step 23/24 : LABEL git_sha=720e7787e780524db870908aa63d76c69fee835c [2020-08-27T20:47:13.115Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-08-27T20:47:13.115Z] Status: Downloaded newer image for alpine:latest [2020-08-27T20:47:13.115Z] ---> 62ee0e9f8440 [2020-08-27T20:47:13.115Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-27T20:47:13.393Z] Successfully built ce2c63b49a19 [2020-08-27T20:47:13.393Z] ---> Running in daf2dfd4db9a [2020-08-27T20:47:13.393Z] Successfully tagged docker-core-command-go-arm64:latest [2020-08-27T20:47:13.393Z] Building docker-security-proxy-setup-go [2020-08-27T20:47:13.393Z]  Building docker-core-command-go ... done  ---> Running in e340d1531f57 [2020-08-27T20:47:13.999Z] Removing intermediate container daf2dfd4db9a [2020-08-27T20:47:13.999Z] ---> fd94674a2b74 [2020-08-27T20:47:13.999Z] Step 24/24 : LABEL version=0.0.0 [2020-08-27T20:47:13.999Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-27T20:47:13.999Z] Removing intermediate container e340d1531f57 [2020-08-27T20:47:13.999Z] ---> 83594db7dee9 [2020-08-27T20:47:13.999Z] Step 12/23 : ENV APP_PORT=48080 [2020-08-27T20:47:13.999Z] ---> Running in 64e9c4741cea [2020-08-27T20:47:14.281Z] ---> Running in 80524d6b5d21 [2020-08-27T20:47:14.883Z] Removing intermediate container 64e9c4741cea [2020-08-27T20:47:14.883Z] ---> 4380912c8ea8 [2020-08-27T20:47:14.883Z] [2020-08-27T20:47:14.883Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-27T20:47:15.487Z] Successfully built 4380912c8ea8 [2020-08-27T20:47:15.487Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-08-27T20:47:15.487Z]  Building docker-support-notifications-go ... done Building docker-security-secretstore-setup-go [2020-08-27T20:47:15.761Z] Removing intermediate container 80524d6b5d21 [2020-08-27T20:47:15.761Z] ---> 3eb3727055b6 [2020-08-27T20:47:15.761Z] Step 13/23 : EXPOSE $APP_PORT [2020-08-27T20:47:15.761Z] v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-27T20:47:15.761Z] v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-27T20:47:15.761Z] OK: 12617 distinct packages available [2020-08-27T20:47:16.355Z] ---> Running in 25c9eefa3a46 [2020-08-27T20:47:16.638Z] OK: 217 MiB in 51 packages [2020-08-27T20:47:16.915Z] Removing intermediate container 25c9eefa3a46 [2020-08-27T20:47:16.915Z] ---> fc78a642c3db [2020-08-27T20:47:16.915Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-27T20:47:19.537Z] ---> Running in 673ff9d6b04e [2020-08-27T20:47:20.983Z] Removing intermediate container 84db2ebbdda4 [2020-08-27T20:47:20.983Z] ---> e5f7faffdcda [2020-08-27T20:47:20.983Z] Step 6/22 : COPY go.mod . [2020-08-27T20:47:24.372Z] ---> ca6337b105ed [2020-08-27T20:47:24.372Z] Step 7/22 : RUN go mod download [2020-08-27T20:47:24.969Z] ---> Running in a60962e99b2a [2020-08-27T20:47:24.969Z] Removing intermediate container 673ff9d6b04e [2020-08-27T20:47:24.969Z] ---> 623204a0976d [2020-08-27T20:47:24.969Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-08-27T20:47:25.246Z] ---> Running in fde03ddaba64 [2020-08-27T20:47:27.226Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-27T20:47:27.829Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-27T20:47:28.821Z] (1/5) Installing libgcc (9.3.0-r2) [2020-08-27T20:47:28.821Z] (2/5) Installing libsodium (1.0.18-r0) [2020-08-27T20:47:28.821Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-08-27T20:47:29.097Z] (4/5) Installing libzmq (4.3.2-r0) [2020-08-27T20:47:29.097Z] (5/5) Installing zeromq (4.3.2-r0) [2020-08-27T20:47:29.370Z] Executing busybox-1.31.1-r16.trigger [2020-08-27T20:47:29.370Z] OK: 8 MiB in 19 packages [2020-08-27T20:47:31.357Z] Removing intermediate container a60962e99b2a [2020-08-27T20:47:31.357Z] ---> 1d945020bc3b [2020-08-27T20:47:31.357Z] Step 8/22 : COPY . . [2020-08-27T20:47:31.635Z] Removing intermediate container fde03ddaba64 [2020-08-27T20:47:31.635Z] ---> 33f2a111bf51 [2020-08-27T20:47:31.635Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-08-27T20:47:33.626Z] ---> c5423e2a1e98 [2020-08-27T20:47:33.626Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-08-27T20:47:37.966Z] ---> fd8f10484b3f [2020-08-27T20:47:37.966Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-08-27T20:47:40.631Z] ---> d1004ad8c743 [2020-08-27T20:47:40.631Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-08-27T20:47:41.611Z] ---> Running in 4f4147ab118e [2020-08-27T20:47:43.090Z] Removing intermediate container 4f4147ab118e [2020-08-27T20:47:43.090Z] ---> 1ebc2d572ba5 [2020-08-27T20:47:43.090Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-27T20:47:43.688Z] ---> Running in b4c71049573a [2020-08-27T20:47:45.131Z] Removing intermediate container b4c71049573a [2020-08-27T20:47:45.131Z] ---> 9d5f77acb263 [2020-08-27T20:47:45.131Z] Step 21/23 : LABEL arch=arm64 [2020-08-27T20:47:45.131Z] ---> Running in 520b28363e43 [2020-08-27T20:47:46.127Z] Removing intermediate container 520b28363e43 [2020-08-27T20:47:46.127Z] ---> ea701271dfe0 [2020-08-27T20:47:46.127Z] Step 22/23 : LABEL git_sha=720e7787e780524db870908aa63d76c69fee835c [2020-08-27T20:47:46.407Z] ---> Running in 8c1e5a664f52 [2020-08-27T20:47:47.389Z] Removing intermediate container 8c1e5a664f52 [2020-08-27T20:47:47.389Z] ---> 8375164cc9d0 [2020-08-27T20:47:47.389Z] Step 23/23 : LABEL version=0.0.0 [2020-08-27T20:47:47.663Z] ---> Running in f77cbf9e18c9 [2020-08-27T20:47:48.665Z] Removing intermediate container f77cbf9e18c9 [2020-08-27T20:47:48.665Z] ---> ccc3ad36d20c [2020-08-27T20:47:48.665Z] [2020-08-27T20:47:49.648Z] Successfully built ccc3ad36d20c [2020-08-27T20:47:49.648Z] Successfully tagged docker-core-data-go-arm64:latest [2020-08-27T20:47:49.648Z]  Building docker-core-data-go ... done Building docker-security-secrets-setup-go [2020-08-27T20:47:53.954Z] ---> bb13ebd6b044 [2020-08-27T20:47:53.954Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-08-27T20:47:54.228Z] ---> Running in 0010da416adf [2020-08-27T20:47:56.312Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-08-27T20:48:18.571Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-27T20:48:18.571Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-08-27T20:48:18.571Z] ---> 0f3d7b965462 [2020-08-27T20:48:18.571Z] Step 3/20 : WORKDIR /edgex-go [2020-08-27T20:48:18.571Z] ---> Using cache [2020-08-27T20:48:18.571Z] ---> 2c239adabd75 [2020-08-27T20:48:18.571Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-27T20:48:18.571Z] ---> Using cache [2020-08-27T20:48:18.571Z] ---> 5e48bb3c762c [2020-08-27T20:48:18.571Z] Step 5/20 : RUN apk update && apk add make git [2020-08-27T20:48:18.571Z] ---> Using cache [2020-08-27T20:48:18.571Z] ---> e5f7faffdcda [2020-08-27T20:48:18.571Z] Step 6/20 : COPY go.mod . [2020-08-27T20:48:18.571Z] ---> Using cache [2020-08-27T20:48:18.571Z] ---> ca6337b105ed [2020-08-27T20:48:18.571Z] Step 7/20 : RUN go mod download [2020-08-27T20:48:18.571Z] ---> Using cache [2020-08-27T20:48:18.571Z] ---> 1d945020bc3b [2020-08-27T20:48:18.571Z] Step 8/20 : COPY . . [2020-08-27T20:48:18.571Z] ---> Using cache [2020-08-27T20:48:18.571Z] ---> bb13ebd6b044 [2020-08-27T20:48:18.571Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-08-27T20:48:18.571Z] Step 1/27 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-27T20:48:18.571Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-08-27T20:48:18.571Z] ---> 0f3d7b965462 [2020-08-27T20:48:18.571Z] Step 3/27 : WORKDIR /edgex-go [2020-08-27T20:48:18.571Z] ---> Using cache [2020-08-27T20:48:18.571Z] ---> 2c239adabd75 [2020-08-27T20:48:18.571Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-27T20:48:18.571Z] ---> Using cache [2020-08-27T20:48:18.571Z] ---> 5e48bb3c762c [2020-08-27T20:48:18.571Z] Step 5/27 : RUN apk update && apk add make bash git [2020-08-27T20:48:18.571Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-27T20:48:18.571Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-08-27T20:48:18.571Z] ---> 0f3d7b965462 [2020-08-27T20:48:18.571Z] Step 3/26 : WORKDIR /edgex-go [2020-08-27T20:48:18.571Z] ---> Using cache [2020-08-27T20:48:18.571Z] ---> 2c239adabd75 [2020-08-27T20:48:18.571Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-27T20:48:18.571Z] ---> Using cache [2020-08-27T20:48:18.571Z] ---> 5e48bb3c762c [2020-08-27T20:48:18.571Z] Step 5/26 : RUN apk update && apk add make git [2020-08-27T20:48:18.571Z] ---> Using cache [2020-08-27T20:48:18.571Z] ---> e5f7faffdcda [2020-08-27T20:48:18.571Z] Step 6/26 : COPY go.mod . [2020-08-27T20:48:18.571Z] ---> Using cache [2020-08-27T20:48:18.571Z] ---> ca6337b105ed [2020-08-27T20:48:18.571Z] Step 7/26 : RUN go mod download [2020-08-27T20:48:18.571Z] ---> Using cache [2020-08-27T20:48:18.571Z] ---> 1d945020bc3b [2020-08-27T20:48:18.571Z] Step 8/26 : COPY . . [2020-08-27T20:48:18.571Z] ---> Using cache [2020-08-27T20:48:18.571Z] ---> bb13ebd6b044 [2020-08-27T20:48:18.571Z] Step 9/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup cmd/security-secretstore-read/security-secretstore-read [2020-08-27T20:48:20.026Z] ---> Running in 64f1d433cfe5 [2020-08-27T20:48:20.026Z] ---> Running in a0912580c8fc [2020-08-27T20:48:20.026Z] ---> Running in 6b190e46588b [2020-08-27T20:48:23.454Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-08-27T20:48:24.057Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-27T20:48:24.057Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-08-27T20:48:25.045Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-27T20:48:26.493Z] v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-27T20:48:26.493Z] v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-27T20:48:26.493Z] OK: 12617 distinct packages available [2020-08-27T20:48:27.944Z] OK: 217 MiB in 51 packages [2020-08-27T20:48:31.366Z] Removing intermediate container a0912580c8fc [2020-08-27T20:48:31.366Z] ---> 326cd2434584 [2020-08-27T20:48:31.366Z] Step 6/27 : COPY go.mod . [2020-08-27T20:48:32.822Z] ---> c4da46c3b51c [2020-08-27T20:48:32.822Z] Step 7/27 : RUN go mod download [2020-08-27T20:48:33.104Z] ---> Running in 07ac0d6ceac6 [2020-08-27T20:48:41.399Z] Removing intermediate container 07ac0d6ceac6 [2020-08-27T20:48:41.399Z] ---> b26483f6fac9 [2020-08-27T20:48:41.399Z] Step 8/27 : COPY . . [2020-08-27T20:48:42.406Z] Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-27T20:48:42.406Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-08-27T20:48:42.406Z] ---> 0f3d7b965462 [2020-08-27T20:48:42.406Z] Step 3/29 : WORKDIR /edgex-go [2020-08-27T20:48:42.406Z] ---> Using cache [2020-08-27T20:48:42.406Z] ---> 2c239adabd75 [2020-08-27T20:48:42.406Z] Step 4/29 : RUN apk update && apk add make git [2020-08-27T20:48:42.406Z] ---> Running in 9ffdb4f43ffd [2020-08-27T20:48:45.833Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-27T20:48:46.436Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-27T20:48:48.434Z] v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-27T20:48:48.434Z] v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-27T20:48:48.434Z] OK: 12617 distinct packages available [2020-08-27T20:48:49.427Z] OK: 217 MiB in 51 packages [2020-08-27T20:48:56.156Z] Removing intermediate container 9ffdb4f43ffd [2020-08-27T20:48:56.156Z] ---> 1c9449051b5b [2020-08-27T20:48:56.156Z] Step 5/29 : COPY go.mod . [2020-08-27T20:48:57.597Z] ---> 769993ee3c57 [2020-08-27T20:48:57.597Z] Step 6/29 : RUN go mod download [2020-08-27T20:48:57.874Z] ---> Running in ddb452be9656 [2020-08-27T20:49:06.372Z] Removing intermediate container ddb452be9656 [2020-08-27T20:49:06.372Z] ---> d83a5471d2fa [2020-08-27T20:49:06.372Z] Step 7/29 : COPY . . [2020-08-27T20:49:06.372Z] ---> d050dd2f686d [2020-08-27T20:49:06.372Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-08-27T20:49:06.372Z] ---> Running in c16d9a695afa [2020-08-27T20:49:09.059Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-08-27T20:49:31.247Z] ---> 32870925221d [2020-08-27T20:49:31.247Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-08-27T20:49:31.247Z] ---> Running in 09671a97abdc [2020-08-27T20:49:33.885Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-08-27T20:49:39.305Z] Removing intermediate container 0010da416adf [2020-08-27T20:49:39.305Z] ---> 8e7f086ab16a [2020-08-27T20:49:39.305Z] [2020-08-27T20:49:39.305Z] Step 10/22 : FROM scratch [2020-08-27T20:49:39.305Z] ---> [2020-08-27T20:49:39.305Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-27T20:49:39.305Z] ---> Using cache [2020-08-27T20:49:39.305Z] ---> ba0c0413ac13 [2020-08-27T20:49:39.305Z] Step 12/22 : ENV APP_PORT=48081 [2020-08-27T20:49:39.580Z] ---> Running in 712f56a053fe [2020-08-27T20:49:40.194Z] Removing intermediate container 712f56a053fe [2020-08-27T20:49:40.194Z] ---> b092ce181493 [2020-08-27T20:49:40.194Z] Step 13/22 : EXPOSE $APP_PORT [2020-08-27T20:49:40.194Z] ---> Running in 3b73d0485607 [2020-08-27T20:49:41.191Z] Removing intermediate container 3b73d0485607 [2020-08-27T20:49:41.191Z] ---> 8fa7eb4ac7aa [2020-08-27T20:49:41.191Z] Step 14/22 : WORKDIR / [2020-08-27T20:49:41.191Z] ---> Running in a96aad467763 [2020-08-27T20:49:41.795Z] Removing intermediate container a96aad467763 [2020-08-27T20:49:41.795Z] ---> 8c656de914f0 [2020-08-27T20:49:41.795Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-08-27T20:49:42.801Z] ---> b55ffec06ad8 [2020-08-27T20:49:42.801Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-08-27T20:49:44.801Z] ---> 4cd6bfd80c71 [2020-08-27T20:49:44.801Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-08-27T20:49:45.794Z] ---> 2a3739405d5d [2020-08-27T20:49:45.794Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-08-27T20:49:45.794Z] ---> Running in 4d99f634c166 [2020-08-27T20:49:46.401Z] Removing intermediate container 4d99f634c166 [2020-08-27T20:49:46.401Z] ---> 3d066f897792 [2020-08-27T20:49:46.402Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-27T20:49:46.682Z] ---> Running in cfdbd893dabf [2020-08-27T20:49:47.285Z] Removing intermediate container cfdbd893dabf [2020-08-27T20:49:47.285Z] ---> 19cf6155d81a [2020-08-27T20:49:47.285Z] Step 20/22 : LABEL arch=arm64 [2020-08-27T20:49:47.564Z] ---> Running in 81864fc1a669 [2020-08-27T20:49:48.166Z] Removing intermediate container 81864fc1a669 [2020-08-27T20:49:48.166Z] ---> 2830a6aac2f8 [2020-08-27T20:49:48.166Z] Step 21/22 : LABEL git_sha=720e7787e780524db870908aa63d76c69fee835c [2020-08-27T20:49:48.166Z] ---> Running in 5a5e35bd5617 [2020-08-27T20:49:48.775Z] Removing intermediate container 5a5e35bd5617 [2020-08-27T20:49:48.775Z] ---> 4071ecd18501 [2020-08-27T20:49:48.775Z] Step 22/22 : LABEL version=0.0.0 [2020-08-27T20:49:49.053Z] ---> Running in 3f92595c8beb [2020-08-27T20:49:49.662Z] Removing intermediate container 3f92595c8beb [2020-08-27T20:49:49.662Z] ---> 5485208fa956 [2020-08-27T20:49:49.662Z] [2020-08-27T20:49:50.263Z] Successfully built 5485208fa956 [2020-08-27T20:49:50.263Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-08-27T20:49:50.538Z]  Building docker-core-metadata-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-08-27T20:49:55.948Z] Removing intermediate container 64f1d433cfe5 [2020-08-27T20:49:55.948Z] ---> a14125c10712 [2020-08-27T20:49:55.948Z] [2020-08-27T20:49:55.948Z] Step 10/20 : FROM alpine [2020-08-27T20:49:55.948Z] ---> 62ee0e9f8440 [2020-08-27T20:49:55.948Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-08-27T20:49:55.948Z] ---> Running in fd6995a3f3f4 [2020-08-27T20:49:57.925Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-27T20:49:58.200Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-27T20:49:58.798Z] v3.12.0-263-gf2a2ffc32b [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-27T20:49:58.798Z] v3.12.0-259-g31aac9de85 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-27T20:49:58.798Z] OK: 12617 distinct packages available [2020-08-27T20:49:59.779Z] (1/4) Installing ca-certificates (20191127-r4) [2020-08-27T20:49:59.779Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-08-27T20:49:59.779Z] (3/4) Installing libcurl (7.69.1-r0) [2020-08-27T20:49:59.779Z] (4/4) Installing curl (7.69.1-r0) [2020-08-27T20:49:59.779Z] Executing busybox-1.31.1-r16.trigger [2020-08-27T20:49:59.779Z] Executing ca-certificates-20191127-r4.trigger [2020-08-27T20:50:00.055Z] OK: 7 MiB in 18 packages [2020-08-27T20:50:02.709Z] Removing intermediate container fd6995a3f3f4 [2020-08-27T20:50:02.709Z] ---> 107f02d10762 [2020-08-27T20:50:02.709Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-27T20:50:02.709Z] ---> Running in 6616c2569048 [2020-08-27T20:50:02.985Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-08-27T20:50:02.985Z] Removing intermediate container 6616c2569048 [2020-08-27T20:50:02.985Z] ---> 6c1a3cb74ac3 [2020-08-27T20:50:02.985Z] Step 13/20 : WORKDIR /edgex [2020-08-27T20:50:03.266Z] ---> Running in e2188464c2d6 [2020-08-27T20:50:03.869Z] Removing intermediate container e2188464c2d6 [2020-08-27T20:50:03.869Z] ---> 255e66bb744a [2020-08-27T20:50:03.869Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-08-27T20:50:05.319Z] ---> edf84fd0563d [2020-08-27T20:50:05.319Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-08-27T20:50:06.835Z] ---> 944f88ba38a3 [2020-08-27T20:50:06.835Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-08-27T20:50:07.134Z] ---> Running in 5a9fb7188b23 [2020-08-27T20:50:07.777Z] Removing intermediate container 5a9fb7188b23 [2020-08-27T20:50:07.777Z] ---> ebe4d05140a0 [2020-08-27T20:50:07.777Z] Step 17/20 : CMD ["--init=true"] [2020-08-27T20:50:07.777Z] ---> Running in e3dedf6f83fe [2020-08-27T20:50:08.372Z] Removing intermediate container e3dedf6f83fe [2020-08-27T20:50:08.372Z] ---> d3a23117ae1c [2020-08-27T20:50:08.372Z] Step 18/20 : LABEL arch=arm64 [2020-08-27T20:50:08.647Z] ---> Running in 9ab813f77d67 [2020-08-27T20:50:09.256Z] Removing intermediate container 9ab813f77d67 [2020-08-27T20:50:09.256Z] ---> f075139c8976 [2020-08-27T20:50:09.256Z] Step 19/20 : LABEL git_sha=720e7787e780524db870908aa63d76c69fee835c [2020-08-27T20:50:09.256Z] ---> Running in b8a27cb8ed72 [2020-08-27T20:50:10.236Z] Removing intermediate container b8a27cb8ed72 [2020-08-27T20:50:10.236Z] ---> fcd4b940d406 [2020-08-27T20:50:10.236Z] Step 20/20 : LABEL version=0.0.0 [2020-08-27T20:50:10.236Z] ---> Running in 33f35016b7b2 [2020-08-27T20:50:10.830Z] Removing intermediate container 33f35016b7b2 [2020-08-27T20:50:10.830Z] ---> 4c93d4cd551a [2020-08-27T20:50:10.830Z] [2020-08-27T20:50:11.425Z] Successfully built 4c93d4cd551a [2020-08-27T20:50:11.425Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-08-27T20:50:16.839Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 6b190e46588b [2020-08-27T20:50:16.839Z] ---> f29c4207a839 [2020-08-27T20:50:16.839Z] [2020-08-27T20:50:16.839Z] Step 10/26 : FROM alpine:3.10 [2020-08-27T20:50:16.839Z] 3.10: Pulling from library/alpine [2020-08-27T20:50:17.826Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-08-27T20:50:17.826Z] Status: Downloaded newer image for alpine:3.10 [2020-08-27T20:50:17.826Z] ---> 536a684cf733 [2020-08-27T20:50:17.826Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-08-27T20:50:18.426Z] ---> Running in eecb09d91bd0 [2020-08-27T20:50:20.411Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-08-27T20:50:20.689Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-08-27T20:50:20.970Z] v3.10.5-78-g117b307f50 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-08-27T20:50:20.970Z] v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-08-27T20:50:20.970Z] OK: 10167 distinct packages available [2020-08-27T20:50:21.961Z] (1/5) Installing ca-certificates (20191127-r2) [2020-08-27T20:50:21.961Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-08-27T20:50:21.961Z] (3/5) Installing libcurl (7.66.0-r0) [2020-08-27T20:50:21.961Z] (4/5) Installing curl (7.66.0-r0) [2020-08-27T20:50:21.961Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-08-27T20:50:21.961Z] Executing busybox-1.30.1-r3.trigger [2020-08-27T20:50:21.961Z] Executing ca-certificates-20191127-r2.trigger [2020-08-27T20:50:22.240Z] OK: 7 MiB in 19 packages [2020-08-27T20:50:24.889Z] Removing intermediate container eecb09d91bd0 [2020-08-27T20:50:24.889Z] ---> c2f9a4a74412 [2020-08-27T20:50:24.889Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-27T20:50:24.889Z] ---> Running in 7c617b65c428 [2020-08-27T20:50:25.492Z] Removing intermediate container 7c617b65c428 [2020-08-27T20:50:25.492Z] ---> 5e4c19cf7cd5 [2020-08-27T20:50:25.492Z] Step 13/26 : WORKDIR / [2020-08-27T20:50:25.765Z] ---> Running in 652dd4363556 [2020-08-27T20:50:26.369Z] Removing intermediate container 652dd4363556 [2020-08-27T20:50:26.369Z] ---> f9ed34bcb287 [2020-08-27T20:50:26.369Z] Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-08-27T20:50:27.341Z] ---> 5df6c27a8a7f [2020-08-27T20:50:27.341Z] Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-08-27T20:50:28.771Z] ---> 07c9de21534f [2020-08-27T20:50:28.771Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-08-27T20:50:29.047Z] Removing intermediate container c16d9a695afa [2020-08-27T20:50:29.047Z] ---> 041cf5e80e62 [2020-08-27T20:50:29.047Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-08-27T20:50:29.047Z] ---> Running in c95a4817c996 [2020-08-27T20:50:29.645Z] ---> ea4a9362f6a1 [2020-08-27T20:50:29.645Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-08-27T20:50:30.624Z] ---> ee30ae300571 [2020-08-27T20:50:30.624Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-08-27T20:50:31.228Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-08-27T20:50:32.208Z] ---> ae201ae0e1ac [2020-08-27T20:50:32.208Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-08-27T20:50:33.183Z] Removing intermediate container 09671a97abdc [2020-08-27T20:50:33.183Z] ---> 184dbcb68c25 [2020-08-27T20:50:33.183Z] [2020-08-27T20:50:33.183Z] Step 9/29 : FROM alpine:latest [2020-08-27T20:50:33.183Z] ---> 62ee0e9f8440 [2020-08-27T20:50:33.183Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-08-27T20:50:33.456Z] ---> Running in c96e5583be92 [2020-08-27T20:50:33.456Z] ---> dc19519ac492 [2020-08-27T20:50:33.456Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-08-27T20:50:34.060Z] Removing intermediate container c96e5583be92 [2020-08-27T20:50:34.060Z] ---> 3bdd69386ebe [2020-08-27T20:50:34.060Z] Step 11/29 : USER root [2020-08-27T20:50:34.060Z] ---> Running in 85d42b634797 [2020-08-27T20:50:34.655Z] ---> 12925bf52c89 [2020-08-27T20:50:34.655Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-08-27T20:50:34.928Z] Removing intermediate container 85d42b634797 [2020-08-27T20:50:34.928Z] ---> 97be84b815dc [2020-08-27T20:50:34.928Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-08-27T20:50:34.928Z] Removing intermediate container c95a4817c996 [2020-08-27T20:50:34.928Z] ---> 2c9634ad2cd7 [2020-08-27T20:50:34.928Z] [2020-08-27T20:50:34.928Z] Step 11/27 : FROM docker:latest [2020-08-27T20:50:34.928Z] ---> ce9d55ae87f1 [2020-08-27T20:50:34.928Z] Step 12/27 : RUN apk add --no-cache bash [2020-08-27T20:50:35.198Z] ---> Running in 7766fb926df7 [2020-08-27T20:50:35.198Z] ---> Running in c1d83dacd465 [2020-08-27T20:50:35.476Z] ---> ed8abeced4a4 [2020-08-27T20:50:35.749Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-27T20:50:35.749Z] ---> Running in 9929934e2903 [2020-08-27T20:50:37.179Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-27T20:50:37.179Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-27T20:50:37.457Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-27T20:50:37.457Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-27T20:50:38.063Z] v3.12.0-263-gf2a2ffc32b [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-27T20:50:38.063Z] v3.12.0-259-g31aac9de85 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-27T20:50:38.063Z] OK: 12617 distinct packages available [2020-08-27T20:50:38.063Z] (1/2) Installing readline (8.0.4-r0) [2020-08-27T20:50:38.063Z] (2/2) Installing bash (5.0.17-r0) [2020-08-27T20:50:38.063Z] Executing bash-5.0.17-r0.post-install [2020-08-27T20:50:38.063Z] Executing busybox-1.31.1-r16.trigger [2020-08-27T20:50:38.339Z] OK: 12 MiB in 22 packages [2020-08-27T20:50:38.623Z] Removing intermediate container 9929934e2903 [2020-08-27T20:50:38.623Z] ---> f884442b85a3 [2020-08-27T20:50:38.623Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-08-27T20:50:38.901Z] ---> Running in 521bdbc9ba28 [2020-08-27T20:50:38.901Z] (1/2) Installing ca-certificates (20191127-r4) [2020-08-27T20:50:38.901Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-08-27T20:50:38.901Z] Executing busybox-1.31.1-r16.trigger [2020-08-27T20:50:39.177Z] Executing ca-certificates-20191127-r4.trigger [2020-08-27T20:50:39.177Z] OK: 6 MiB in 16 packages [2020-08-27T20:50:39.451Z] Removing intermediate container 521bdbc9ba28 [2020-08-27T20:50:39.452Z] ---> 05db7fa25b45 [2020-08-27T20:50:39.452Z] Step 24/26 : LABEL arch=arm64 [2020-08-27T20:50:39.723Z] Removing intermediate container 7766fb926df7 [2020-08-27T20:50:39.723Z] ---> 35550c023c20 [2020-08-27T20:50:39.723Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-08-27T20:50:39.723Z] ---> Running in 7674d734ce96 [2020-08-27T20:50:39.993Z] ---> Running in 7283bf806ffa [2020-08-27T20:50:40.586Z] Removing intermediate container 7674d734ce96 [2020-08-27T20:50:40.586Z] ---> 7fa299001fdc [2020-08-27T20:50:40.586Z] Step 25/26 : LABEL git_sha=720e7787e780524db870908aa63d76c69fee835c [2020-08-27T20:50:40.586Z] ---> Running in 3bd33f8ac987 [2020-08-27T20:50:41.182Z] Removing intermediate container c1d83dacd465 [2020-08-27T20:50:41.182Z] ---> b9b6be7372bb [2020-08-27T20:50:41.182Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-08-27T20:50:41.456Z] Removing intermediate container 3bd33f8ac987 [2020-08-27T20:50:41.456Z] ---> e819d0da6e3d [2020-08-27T20:50:41.456Z] Step 26/26 : LABEL version=0.0.0 [2020-08-27T20:50:41.456Z] ---> Running in 75191c3c2e18 [2020-08-27T20:50:41.456Z] ---> Running in 29a95e2ebb38 [2020-08-27T20:50:42.046Z] Removing intermediate container 75191c3c2e18 [2020-08-27T20:50:42.046Z] ---> a505bf572a32 [2020-08-27T20:50:42.046Z] Step 14/29 : WORKDIR $BASE_DIR [2020-08-27T20:50:42.046Z] Removing intermediate container 29a95e2ebb38 [2020-08-27T20:50:42.046Z] ---> eb36a4dcdb1a [2020-08-27T20:50:42.046Z] [2020-08-27T20:50:42.046Z] ---> Running in 334787b39ce7 [2020-08-27T20:50:42.707Z] Successfully built eb36a4dcdb1a [2020-08-27T20:50:42.707Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-08-27T20:50:42.988Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 334787b39ce7 [2020-08-27T20:50:42.988Z] ---> 7f48ddcccebb [2020-08-27T20:50:42.988Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-08-27T20:50:42.988Z] ---> Running in fc22cb835158 [2020-08-27T20:50:43.277Z] Removing intermediate container 7283bf806ffa [2020-08-27T20:50:43.277Z] ---> 07176bda6b89 [2020-08-27T20:50:43.277Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-08-27T20:50:43.553Z] ---> Running in 90320cbd788c [2020-08-27T20:50:44.154Z] Removing intermediate container 90320cbd788c [2020-08-27T20:50:44.154Z] ---> 7bd414532441 [2020-08-27T20:50:44.154Z] Step 15/27 : ENV APP_PORT=48090 [2020-08-27T20:50:44.154Z] ---> Running in f2db96868c7d [2020-08-27T20:50:44.747Z] Removing intermediate container f2db96868c7d [2020-08-27T20:50:44.747Z] ---> 57a816325a3a [2020-08-27T20:50:44.747Z] Step 16/27 : EXPOSE $APP_PORT [2020-08-27T20:50:44.747Z] ---> Running in 9efc0f05b07a [2020-08-27T20:50:45.342Z] Removing intermediate container 9efc0f05b07a [2020-08-27T20:50:45.342Z] ---> 7b23a62dbd74 [2020-08-27T20:50:45.342Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-08-27T20:50:45.989Z] Removing intermediate container fc22cb835158 [2020-08-27T20:50:45.989Z] ---> f211fa996631 [2020-08-27T20:50:45.989Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-08-27T20:50:46.978Z] ---> 97020e9b5aaa [2020-08-27T20:50:46.978Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-08-27T20:50:46.978Z] ---> 00cb9682208f [2020-08-27T20:50:46.978Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-08-27T20:50:47.574Z] ---> bb09114ec0c6 [2020-08-27T20:50:47.574Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-08-27T20:50:47.849Z] ---> a0ca8fafc83b [2020-08-27T20:50:47.849Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-08-27T20:50:48.444Z] ---> c93be5d2a3a2 [2020-08-27T20:50:48.444Z] Step 20/27 : RUN apk --no-cache add py-pip [2020-08-27T20:50:48.717Z] ---> Running in 30d307d0512f [2020-08-27T20:50:48.717Z] ---> a5d3fa61ef99 [2020-08-27T20:50:48.717Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-08-27T20:50:49.694Z] ---> 09c9756efc6b [2020-08-27T20:50:49.694Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-08-27T20:50:50.286Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-27T20:50:50.572Z] ---> aa2b04af1b04 [2020-08-27T20:50:50.572Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-08-27T20:50:50.572Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-27T20:50:50.572Z] ---> Running in 9baed257baf6 [2020-08-27T20:50:51.565Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-08-27T20:50:51.565Z] (2/33) Installing expat (2.2.9-r1) [2020-08-27T20:50:51.565Z] (3/33) Installing libffi (3.3-r2) [2020-08-27T20:50:51.565Z] (4/33) Installing gdbm (1.13-r1) [2020-08-27T20:50:51.565Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-08-27T20:50:51.565Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-08-27T20:50:51.565Z] (7/33) Installing python3 (3.8.5-r0) [2020-08-27T20:50:53.578Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-08-27T20:50:53.578Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-08-27T20:50:53.578Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-08-27T20:50:53.578Z] (11/33) Installing py3-six (1.15.0-r0) [2020-08-27T20:50:53.578Z] (12/33) Installing py3-packaging (20.4-r0) [2020-08-27T20:50:53.578Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-08-27T20:50:53.578Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-08-27T20:50:53.578Z] (15/33) Installing py3-idna (2.9-r0) [2020-08-27T20:50:53.578Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-08-27T20:50:53.578Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-08-27T20:50:53.578Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-08-27T20:50:53.578Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-08-27T20:50:53.578Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-08-27T20:50:53.578Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-08-27T20:50:53.852Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-08-27T20:50:53.852Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-08-27T20:50:53.852Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-08-27T20:50:53.852Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-08-27T20:50:53.852Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-08-27T20:50:53.852Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-08-27T20:50:53.852Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-08-27T20:50:53.852Z] (29/33) Installing py3-progress (1.5-r0) [2020-08-27T20:50:53.852Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-08-27T20:50:53.852Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-08-27T20:50:53.852Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-08-27T20:50:53.852Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-08-27T20:50:54.128Z] Executing busybox-1.31.1-r16.trigger [2020-08-27T20:50:54.128Z] OK: 71 MiB in 55 packages [2020-08-27T20:50:54.128Z] Removing intermediate container 9baed257baf6 [2020-08-27T20:50:54.128Z] ---> 285cfdac9f11 [2020-08-27T20:50:54.128Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-08-27T20:50:55.110Z] ---> 7ca06c26cbd7 [2020-08-27T20:50:55.110Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-27T20:50:55.384Z] ---> Running in 835e8024fb8e [2020-08-27T20:50:58.772Z] Removing intermediate container 835e8024fb8e [2020-08-27T20:50:58.772Z] ---> 27a3cc9138a0 [2020-08-27T20:50:58.772Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-08-27T20:50:59.046Z] ---> Running in e25468549b38 [2020-08-27T20:51:00.475Z] Removing intermediate container 30d307d0512f [2020-08-27T20:51:00.475Z] ---> 4a573a207234 [2020-08-27T20:51:00.475Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-08-27T20:51:00.750Z] ---> Running in 0cb7e8b41424 [2020-08-27T20:51:02.181Z] Removing intermediate container e25468549b38 [2020-08-27T20:51:02.181Z] ---> 06d4f9c55954 [2020-08-27T20:51:02.181Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-08-27T20:51:02.455Z] ---> Running in 38c18edb8a1a [2020-08-27T20:51:03.051Z] Removing intermediate container 38c18edb8a1a [2020-08-27T20:51:03.051Z] ---> 569b305cf498 [2020-08-27T20:51:03.051Z] Step 26/29 : CMD [ "generate" ] [2020-08-27T20:51:03.051Z] ---> Running in 5aeb877da746 [2020-08-27T20:51:03.662Z] Removing intermediate container 5aeb877da746 [2020-08-27T20:51:03.662Z] ---> 904cd1e6d2fd [2020-08-27T20:51:03.662Z] Step 27/29 : LABEL arch=arm64 [2020-08-27T20:51:03.662Z] ---> Running in 71d527b28086 [2020-08-27T20:51:04.257Z] Removing intermediate container 71d527b28086 [2020-08-27T20:51:04.257Z] ---> 9096fb581384 [2020-08-27T20:51:04.257Z] Step 28/29 : LABEL git_sha=720e7787e780524db870908aa63d76c69fee835c [2020-08-27T20:51:04.257Z] ---> Running in ee287278a5c4 [2020-08-27T20:51:04.853Z] Removing intermediate container ee287278a5c4 [2020-08-27T20:51:04.853Z] ---> 4ec4399e921f [2020-08-27T20:51:04.853Z] Step 29/29 : LABEL version=0.0.0 [2020-08-27T20:51:04.853Z] ---> Running in 8476857ca2ec [2020-08-27T20:51:05.444Z] Removing intermediate container 8476857ca2ec [2020-08-27T20:51:05.444Z] ---> 41b4bc9658c1 [2020-08-27T20:51:05.444Z] [2020-08-27T20:51:06.037Z] Successfully built 41b4bc9658c1 [2020-08-27T20:51:06.037Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-08-27T20:51:08.001Z]  Building docker-security-secrets-setup-go ... done Collecting docker-compose==1.23.2 [2020-08-27T20:51:08.001Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-08-27T20:51:08.593Z] Collecting texttable<0.10,>=0.9.0 [2020-08-27T20:51:08.864Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-08-27T20:51:12.232Z] Collecting PyYAML<4,>=3.10 [2020-08-27T20:51:12.232Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-08-27T20:51:16.515Z] Collecting websocket-client<1.0,>=0.32.0 [2020-08-27T20:51:16.515Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-08-27T20:51:16.786Z] Collecting docopt<0.7,>=0.6.1 [2020-08-27T20:51:16.786Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-08-27T20:51:19.386Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-08-27T20:51:19.386Z] Collecting dockerpty<0.5,>=0.4.1 [2020-08-27T20:51:19.386Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-08-27T20:51:23.708Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-08-27T20:51:23.708Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-08-27T20:51:23.708Z] Collecting cached-property<2,>=1.2.0 [2020-08-27T20:51:23.708Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-08-27T20:51:24.297Z] Collecting jsonschema<3,>=2.5.1 [2020-08-27T20:51:24.297Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-08-27T20:51:25.268Z] Collecting docker<4.0,>=3.6.0 [2020-08-27T20:51:25.268Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-08-27T20:51:25.857Z] Collecting idna<2.8,>=2.5 [2020-08-27T20:51:25.857Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-08-27T20:51:26.826Z] Collecting urllib3<1.25,>=1.21.1 [2020-08-27T20:51:26.826Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-08-27T20:51:26.826Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2020-08-27T20:51:26.826Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2020-08-27T20:51:27.098Z] Collecting docker-pycreds>=0.4.0 [2020-08-27T20:51:27.098Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-08-27T20:51:27.368Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-08-27T20:51:27.368Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-08-27T20:51:27.368Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-08-27T20:51:27.368Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-08-27T20:51:28.337Z] Installing collected packages: texttable, PyYAML, websocket-client, docopt, dockerpty, idna, urllib3, requests, cached-property, jsonschema, docker-pycreds, docker, docker-compose [2020-08-27T20:51:28.337Z] Running setup.py install for texttable: started [2020-08-27T20:51:30.295Z] Running setup.py install for texttable: finished with status 'done' [2020-08-27T20:51:30.295Z] Running setup.py install for PyYAML: started [2020-08-27T20:51:32.897Z] Running setup.py install for PyYAML: finished with status 'done' [2020-08-27T20:51:32.897Z] Running setup.py install for docopt: started [2020-08-27T20:51:34.859Z] Running setup.py install for docopt: finished with status 'done' [2020-08-27T20:51:34.860Z] Running setup.py install for dockerpty: started [2020-08-27T20:51:37.468Z] Running setup.py install for dockerpty: finished with status 'done' [2020-08-27T20:51:37.468Z] Attempting uninstall: idna [2020-08-27T20:51:37.468Z] Found existing installation: idna 2.9 [2020-08-27T20:51:37.468Z] Uninstalling idna-2.9: [2020-08-27T20:51:37.468Z] Successfully uninstalled idna-2.9 [2020-08-27T20:51:38.056Z] Attempting uninstall: urllib3 [2020-08-27T20:51:38.056Z] Found existing installation: urllib3 1.25.9 [2020-08-27T20:51:38.056Z] Uninstalling urllib3-1.25.9: [2020-08-27T20:51:38.056Z] Successfully uninstalled urllib3-1.25.9 [2020-08-27T20:51:38.641Z] Attempting uninstall: requests [2020-08-27T20:51:38.641Z] Found existing installation: requests 2.23.0 [2020-08-27T20:51:38.641Z] Uninstalling requests-2.23.0: [2020-08-27T20:51:38.916Z] Successfully uninstalled requests-2.23.0 [2020-08-27T20:51:41.600Z] Successfully installed PyYAML-3.13 cached-property-1.5.1 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2020-08-27T20:51:45.019Z] Removing intermediate container 0cb7e8b41424 [2020-08-27T20:51:45.019Z] ---> f21e3707b9ce [2020-08-27T20:51:45.019Z] Step 22/27 : RUN apk --no-cache add curl [2020-08-27T20:51:45.292Z] ---> Running in b979e0245035 [2020-08-27T20:51:46.735Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-27T20:51:47.006Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-27T20:51:47.599Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-08-27T20:51:47.599Z] (2/3) Installing libcurl (7.69.1-r0) [2020-08-27T20:51:47.599Z] (3/3) Installing curl (7.69.1-r0) [2020-08-27T20:51:47.599Z] Executing busybox-1.31.1-r16.trigger [2020-08-27T20:51:47.599Z] OK: 71 MiB in 58 packages [2020-08-27T20:51:49.029Z] Removing intermediate container b979e0245035 [2020-08-27T20:51:49.029Z] ---> 0ce2eca38fdb [2020-08-27T20:51:49.029Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-08-27T20:51:49.029Z] ---> Running in ef19c6d08b5b [2020-08-27T20:51:49.344Z] Removing intermediate container ef19c6d08b5b [2020-08-27T20:51:49.344Z] ---> 7a198756c226 [2020-08-27T20:51:49.344Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-27T20:51:49.616Z] ---> Running in 3e3c8d8309e9 [2020-08-27T20:51:49.886Z] Removing intermediate container 3e3c8d8309e9 [2020-08-27T20:51:49.886Z] ---> 8196d99148f7 [2020-08-27T20:51:49.886Z] Step 25/27 : LABEL arch=arm64 [2020-08-27T20:51:50.161Z] ---> Running in ccedee75a574 [2020-08-27T20:51:50.758Z] Removing intermediate container ccedee75a574 [2020-08-27T20:51:50.758Z] ---> a9327cc7e41a [2020-08-27T20:51:50.758Z] Step 26/27 : LABEL git_sha=720e7787e780524db870908aa63d76c69fee835c [2020-08-27T20:51:50.758Z] ---> Running in 4786f5ff4eae [2020-08-27T20:51:51.348Z] Removing intermediate container 4786f5ff4eae [2020-08-27T20:51:51.348Z] ---> 344bbdc5dc1d [2020-08-27T20:51:51.348Z] Step 27/27 : LABEL version=0.0.0 [2020-08-27T20:51:51.348Z] ---> Running in 5aeed203b353 [2020-08-27T20:51:51.937Z] Removing intermediate container 5aeed203b353 [2020-08-27T20:51:51.938Z] ---> 05a03b52bc55 [2020-08-27T20:51:51.938Z] [2020-08-27T20:51:52.209Z] Successfully built 05a03b52bc55 [2020-08-27T20:51:52.209Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-08-27T20:51:52.814Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-08-27T20:51:52.839Z] $ docker stop --time=1 8ec0b6afc799f8b177966a903ad651235d3b3b7a49ddce440ae4e952c749d563 [2020-08-27T20:51:54.800Z] $ docker rm -f 8ec0b6afc799f8b177966a903ad651235d3b3b7a49ddce440ae4e952c749d563 [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-27T20:51:55.496Z] + grep docker [2020-08-27T20:51:55.496Z] + docker images [2020-08-27T20:51:55.765Z] docker-sys-mgmt-agent-go-arm64 latest 05a03b52bc55 4 seconds ago 266MB [2020-08-27T20:51:55.765Z] docker-security-secrets-setup-go-arm64 latest 41b4bc9658c1 50 seconds ago 24.2MB [2020-08-27T20:51:55.765Z] docker-security-secretstore-setup-go-arm64 latest eb36a4dcdb1a About a minute ago 32.6MB [2020-08-27T20:51:55.765Z] docker-security-proxy-setup-go-arm64 latest 4c93d4cd551a About a minute ago 15.8MB [2020-08-27T20:51:55.765Z] docker-core-metadata-go-arm64 latest 5485208fa956 2 minutes ago 13.8MB [2020-08-27T20:51:55.765Z] docker-core-data-go-arm64 latest ccc3ad36d20c 4 minutes ago 23.3MB [2020-08-27T20:51:55.765Z] docker-support-notifications-go-arm64 latest 4380912c8ea8 4 minutes ago 13.9MB [2020-08-27T20:51:55.765Z] docker-core-command-go-arm64 latest ce2c63b49a19 4 minutes ago 12.4MB [2020-08-27T20:51:55.765Z] docker-support-scheduler-go-arm64 latest aa02d22bf701 4 minutes ago 12.6MB [2020-08-27T20:51:55.765Z] docker-support-logging-go-arm64 latest 9585dd73909c 5 minutes ago 11.4MB [2020-08-27T20:51:55.765Z] docker latest ce9d55ae87f1 2 months ago 193MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2020-08-27T20:51:57.176Z] provisioning config files... [2020-08-27T20:51:57.194Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/3@tmp/config8975204329405503545tmp [Pipeline] { [Pipeline] sh [2020-08-27T20:51:57.552Z] + curl -s https://codecov.io/bash [2020-08-27T20:51:57.552Z] + bash -s - -t @/w/workspace/edgex-go/3@tmp/config8975204329405503545tmp [Pipeline] } [2020-08-27T20:51:58.132Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-08-27T20:51:59.803Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-27T20:52:00.677Z] ---> package-listing.sh [2020-08-27T20:52:00.678Z] ++ facter osfamily [2020-08-27T20:52:00.678Z] ++ tr '[:upper:]' '[:lower:]' [2020-08-27T20:52:00.678Z] + OS_FAMILY=redhat [2020-08-27T20:52:00.678Z] + workspace=/w/workspace/edgex-go/3 [2020-08-27T20:52:00.678Z] + START_PACKAGES=/tmp/packages_start.txt [2020-08-27T20:52:00.678Z] + END_PACKAGES=/tmp/packages_end.txt [2020-08-27T20:52:00.678Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-08-27T20:52:00.678Z] + PACKAGES=/tmp/packages_start.txt [2020-08-27T20:52:00.678Z] + '[' /w/workspace/edgex-go/3 ']' [2020-08-27T20:52:00.678Z] + PACKAGES=/tmp/packages_end.txt [2020-08-27T20:52:00.678Z] + case "${OS_FAMILY}" in [2020-08-27T20:52:00.678Z] + rpm -qa [2020-08-27T20:52:00.678Z] + sort [2020-08-27T20:52:04.879Z] + '[' -f /tmp/packages_start.txt ']' [2020-08-27T20:52:04.879Z] + '[' -f /tmp/packages_end.txt ']' [2020-08-27T20:52:04.879Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-08-27T20:52:04.879Z] + '[' /w/workspace/edgex-go/3 ']' [2020-08-27T20:52:04.879Z] + mkdir -p /w/workspace/edgex-go/3/archives/ [2020-08-27T20:52:04.879Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] isUnix [Pipeline] sh [2020-08-27T20:52:05.327Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-27T20:52:05.327Z] [2020-08-27T20:52:05.327Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-08-27T20:52:05.747Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-27T20:52:05.747Z] alpine: Pulling from edgex-lftools-log-publisher [2020-08-27T20:52:05.747Z] c9b1b535fdd9: Pulling fs layer [2020-08-27T20:52:05.747Z] 2cc5ad85d9ab: Pulling fs layer [2020-08-27T20:52:05.747Z] 756a868c4378: Pulling fs layer [2020-08-27T20:52:05.747Z] 444b2fc9a129: Pulling fs layer [2020-08-27T20:52:05.747Z] ea15f1150254: Pulling fs layer [2020-08-27T20:52:05.747Z] 41b27a9f41bf: Pulling fs layer [2020-08-27T20:52:05.747Z] 28c525ee5125: Pulling fs layer [2020-08-27T20:52:05.747Z] 094b1ea09ed8: Pulling fs layer [2020-08-27T20:52:05.747Z] 138eaada9080: Pulling fs layer [2020-08-27T20:52:05.747Z] 0622d0fa9048: Pulling fs layer [2020-08-27T20:52:05.747Z] 444b2fc9a129: Waiting [2020-08-27T20:52:05.747Z] ea15f1150254: Waiting [2020-08-27T20:52:05.747Z] 41b27a9f41bf: Waiting [2020-08-27T20:52:05.747Z] 28c525ee5125: Waiting [2020-08-27T20:52:05.747Z] 138eaada9080: Waiting [2020-08-27T20:52:05.747Z] 0622d0fa9048: Waiting [2020-08-27T20:52:05.747Z] 094b1ea09ed8: Waiting [2020-08-27T20:52:05.747Z] 2cc5ad85d9ab: Verifying Checksum [2020-08-27T20:52:05.747Z] 2cc5ad85d9ab: Download complete [2020-08-27T20:52:05.747Z] 444b2fc9a129: Verifying Checksum [2020-08-27T20:52:05.747Z] 444b2fc9a129: Download complete [2020-08-27T20:52:05.747Z] c9b1b535fdd9: Verifying Checksum [2020-08-27T20:52:05.747Z] c9b1b535fdd9: Download complete [2020-08-27T20:52:05.747Z] ea15f1150254: Verifying Checksum [2020-08-27T20:52:05.747Z] ea15f1150254: Download complete [2020-08-27T20:52:06.013Z] 28c525ee5125: Verifying Checksum [2020-08-27T20:52:06.013Z] 28c525ee5125: Download complete [2020-08-27T20:52:06.013Z] 756a868c4378: Verifying Checksum [2020-08-27T20:52:06.013Z] 756a868c4378: Download complete [2020-08-27T20:52:06.282Z] c9b1b535fdd9: Pull complete [2020-08-27T20:52:06.282Z] 138eaada9080: Verifying Checksum [2020-08-27T20:52:06.282Z] 138eaada9080: Download complete [2020-08-27T20:52:06.282Z] 0622d0fa9048: Verifying Checksum [2020-08-27T20:52:06.282Z] 0622d0fa9048: Download complete [2020-08-27T20:52:06.549Z] 094b1ea09ed8: Verifying Checksum [2020-08-27T20:52:06.549Z] 094b1ea09ed8: Download complete [2020-08-27T20:52:06.809Z] 41b27a9f41bf: Verifying Checksum [2020-08-27T20:52:06.809Z] 41b27a9f41bf: Download complete [2020-08-27T20:52:07.749Z] 2cc5ad85d9ab: Pull complete [2020-08-27T20:52:09.672Z] 756a868c4378: Pull complete [2020-08-27T20:52:09.672Z] 444b2fc9a129: Pull complete [2020-08-27T20:52:09.931Z] ea15f1150254: Pull complete [2020-08-27T20:52:15.234Z] 41b27a9f41bf: Pull complete [2020-08-27T20:52:15.234Z] 28c525ee5125: Pull complete [2020-08-27T20:52:17.154Z] 094b1ea09ed8: Pull complete [2020-08-27T20:52:18.539Z] 138eaada9080: Pull complete [2020-08-27T20:52:18.539Z] 0622d0fa9048: Pull complete [2020-08-27T20:52:18.799Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-08-27T20:52:18.799Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-27T20:52:18.799Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-08-27T20:52:18.974Z] prd-centos7-docker-4c-2g-500 does not seem to be running inside a container [2020-08-27T20:52:19.026Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-08-27T20:52:23.111Z] $ docker top 33f04aff88f6d73ea8b4df5bc3bc2f5ef155e57b1caf7ff4c1b1ffab14cfad7c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-08-27T20:52:23.387Z] provisioning config files... [2020-08-27T20:52:23.409Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config5538191932448493915tmp [Pipeline] { [Pipeline] echo [2020-08-27T20:52:23.471Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-27T20:52:23.768Z] ---> create-netrc.sh [Pipeline] echo [2020-08-27T20:52:23.783Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-27T20:52:24.082Z] ---> logs-deploy.sh [2020-08-27T20:52:24.082Z] + ARCHIVE_ARTIFACTS= [2020-08-27T20:52:24.082Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-08-27T20:52:24.082Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-08-27T20:52:24.082Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-08-27T20:52:24.082Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2664/3 [2020-08-27T20:52:24.082Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2664/3/ [2020-08-27T20:52:24.082Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2664/3 /w/workspace/edgex-go/3 [2020-08-27T20:52:25.025Z] Archives upload complete. [2020-08-27T20:52:25.284Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2664/3 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2664/3/ [2020-08-27T20:52:25.855Z] ---> uname -a: [2020-08-27T20:52:25.855Z] Linux 33f04aff88f6 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux [2020-08-27T20:52:25.855Z] [2020-08-27T20:52:25.855Z] [2020-08-27T20:52:25.855Z] ---> lscpu: [2020-08-27T20:52:25.855Z] Architecture: x86_64 [2020-08-27T20:52:25.855Z] CPU op-mode(s): 32-bit, 64-bit [2020-08-27T20:52:25.855Z] Byte Order: Little Endian [2020-08-27T20:52:25.855Z] Address sizes: 40 bits physical, 48 bits virtual [2020-08-27T20:52:25.855Z] CPU(s): 4 [2020-08-27T20:52:25.855Z] On-line CPU(s) list: 0-3 [2020-08-27T20:52:25.855Z] Thread(s) per core: 1 [2020-08-27T20:52:25.855Z] Core(s) per socket: 1 [2020-08-27T20:52:25.855Z] Socket(s): 4 [2020-08-27T20:52:25.855Z] NUMA node(s): 1 [2020-08-27T20:52:25.855Z] Vendor ID: GenuineIntel [2020-08-27T20:52:25.855Z] CPU family: 6 [2020-08-27T20:52:25.855Z] Model: 44 [2020-08-27T20:52:25.855Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-08-27T20:52:25.855Z] Stepping: 1 [2020-08-27T20:52:25.855Z] CPU MHz: 2933.438 [2020-08-27T20:52:25.855Z] BogoMIPS: 5866.87 [2020-08-27T20:52:25.855Z] Virtualization: VT-x [2020-08-27T20:52:25.855Z] Hypervisor vendor: KVM [2020-08-27T20:52:25.855Z] Virtualization type: full [2020-08-27T20:52:25.855Z] L1d cache: 128 KiB [2020-08-27T20:52:25.855Z] L1i cache: 128 KiB [2020-08-27T20:52:25.855Z] L2 cache: 16 MiB [2020-08-27T20:52:25.855Z] L3 cache: 64 MiB [2020-08-27T20:52:25.855Z] NUMA node0 CPU(s): 0-3 [2020-08-27T20:52:25.855Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-08-27T20:52:25.855Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-08-27T20:52:25.855Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-08-27T20:52:25.855Z] Vulnerability Meltdown: Mitigation; PTI [2020-08-27T20:52:25.855Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-08-27T20:52:25.855Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-08-27T20:52:25.855Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-08-27T20:52:25.855Z] Vulnerability Tsx async abort: Not affected [2020-08-27T20:52:25.855Z] 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-27T20:52:25.855Z] [2020-08-27T20:52:25.855Z] [2020-08-27T20:52:25.855Z] ---> nproc: [2020-08-27T20:52:25.855Z] 4 [2020-08-27T20:52:25.855Z] [2020-08-27T20:52:25.855Z] [2020-08-27T20:52:25.855Z] ---> df -h: [2020-08-27T20:52:25.855Z] Filesystem Size Used Available Use% Mounted on [2020-08-27T20:52:25.855Z] overlay 50.0G 13.4G 36.6G 27% / [2020-08-27T20:52:25.855Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-08-27T20:52:25.855Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-08-27T20:52:25.855Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-08-27T20:52:25.855Z] /dev/vda1 50.0G 13.4G 36.6G 27% /etc/resolv.conf [2020-08-27T20:52:25.855Z] /dev/vda1 50.0G 13.4G 36.6G 27% /etc/hostname [2020-08-27T20:52:25.855Z] /dev/vda1 50.0G 13.4G 36.6G 27% /etc/hosts [2020-08-27T20:52:25.855Z] /dev/vda1 50.0G 13.4G 36.6G 27% /var/log/sa [2020-08-27T20:52:25.855Z] /dev/vda1 50.0G 13.4G 36.6G 27% /w/workspace/edgex-go/3@tmp [2020-08-27T20:52:25.855Z] /dev/vda1 50.0G 13.4G 36.6G 27% /w/workspace/edgex-go/3 [2020-08-27T20:52:25.855Z] [2020-08-27T20:52:25.855Z] [2020-08-27T20:52:25.855Z] ---> free -m: [2020-08-27T20:52:25.855Z] total used free shared buff/cache available [2020-08-27T20:52:25.855Z] Mem: 1837 632 107 0 1097 1124 [2020-08-27T20:52:25.855Z] Swap: 1023 99 924 [2020-08-27T20:52:25.855Z] [2020-08-27T20:52:25.855Z] [2020-08-27T20:52:25.855Z] ---> ip addr: [2020-08-27T20:52:25.855Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-08-27T20:52:25.855Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-08-27T20:52:25.855Z] inet 127.0.0.1/8 scope host lo [2020-08-27T20:52:25.855Z] valid_lft forever preferred_lft forever [2020-08-27T20:52:25.855Z] 116: eth0@if117: mtu 1458 qdisc noqueue state UP [2020-08-27T20:52:25.855Z] link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff [2020-08-27T20:52:25.855Z] inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 [2020-08-27T20:52:25.855Z] valid_lft forever preferred_lft forever [2020-08-27T20:52:25.855Z] [2020-08-27T20:52:25.855Z] [2020-08-27T20:52:25.855Z] ---> sar -b -r -n DEV: [2020-08-27T20:52:25.855Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 08/27/20 _x86_64_ (4 CPU) [2020-08-27T20:52:25.855Z] [2020-08-27T20:52:25.855Z] 20:29:53 LINUX RESTART [2020-08-27T20:52:25.855Z] [2020-08-27T20:52:25.855Z] 20:31:01 tps rtps wtps bread/s bwrtn/s [2020-08-27T20:52:25.855Z] 20:32:01 51.92 36.49 15.43 3552.92 8904.38 [2020-08-27T20:52:25.855Z] 20:33:01 411.98 238.78 173.20 9022.26 68911.71 [2020-08-27T20:52:25.855Z] 20:34:01 351.75 173.10 178.65 7432.49 32597.69 [2020-08-27T20:52:25.855Z] 20:35:03 215.44 90.89 124.55 10035.28 48483.40 [2020-08-27T20:52:25.855Z] 20:36:02 2608.22 2227.64 380.58 195781.03 246147.09 [2020-08-27T20:52:25.855Z] 20:37:02 1093.56 831.14 262.42 52964.44 74437.95 [2020-08-27T20:52:25.855Z] 20:38:02 2175.14 1791.93 383.21 171124.47 217195.84 [2020-08-27T20:52:25.855Z] 20:39:01 1458.67 1167.55 291.12 99650.63 110323.61 [2020-08-27T20:52:25.855Z] 20:40:01 248.95 35.50 213.45 3895.87 17430.23 [2020-08-27T20:52:25.855Z] 20:41:01 2.01 0.52 1.50 17.85 23.28 [2020-08-27T20:52:25.855Z] 20:42:01 0.28 0.02 0.27 1.07 2.75 [2020-08-27T20:52:25.855Z] 20:43:01 0.43 0.07 0.37 1.07 5.51 [2020-08-27T20:52:25.855Z] 20:44:01 0.27 0.02 0.25 0.13 2.47 [2020-08-27T20:52:25.855Z] 20:45:01 1.70 1.48 0.22 56.23 2.58 [2020-08-27T20:52:25.855Z] 20:46:01 1.35 0.58 0.77 127.36 14.44 [2020-08-27T20:52:25.855Z] 20:47:01 0.35 0.10 0.25 0.93 2.82 [2020-08-27T20:52:25.855Z] 20:48:01 0.33 0.03 0.30 0.27 4.03 [2020-08-27T20:52:25.855Z] 20:49:01 0.23 0.02 0.22 0.13 2.47 [2020-08-27T20:52:25.855Z] 20:50:01 0.53 0.07 0.47 0.53 6.78 [2020-08-27T20:52:25.855Z] 20:51:01 0.20 0.02 0.18 0.27 1.50 [2020-08-27T20:52:25.855Z] 20:52:02 28.28 28.05 0.23 2914.46 17.67 [2020-08-27T20:52:25.855Z] Average: 409.86 313.58 96.28 26369.43 39165.43 [2020-08-27T20:52:25.855Z] [2020-08-27T20:52:25.855Z] 20:31:01 kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-08-27T20:52:25.855Z] 20:32:01 191820 1689736 89.81 2620 1096780 1411216 48.16 619000 910200 48936 [2020-08-27T20:52:25.855Z] 20:33:01 132104 1749452 92.98 1492 1069248 1508748 51.49 636776 909260 1072 [2020-08-27T20:52:25.855Z] 20:34:01 165036 1716520 91.23 432 729672 1985268 67.75 837860 637428 52440 [2020-08-27T20:52:25.855Z] 20:35:03 74872 1806684 96.02 84 1113668 1293928 44.16 718088 858380 165648 [2020-08-27T20:52:25.855Z] 20:36:02 52200 1829356 97.23 0 1051140 2307648 78.76 773512 887212 92484 [2020-08-27T20:52:25.855Z] 20:37:02 455052 1426504 75.82 0 774220 1333540 45.51 530940 684164 192 [2020-08-27T20:52:25.855Z] 20:38:02 74664 1806892 96.03 0 1087188 2104820 71.83 613488 1019100 9820 [2020-08-27T20:52:25.855Z] 20:39:01 191612 1689944 89.82 0 836772 2305064 78.67 775716 697320 868 [2020-08-27T20:52:25.855Z] 20:40:01 346928 1534628 81.56 0 970176 1183104 40.38 559268 757808 20 [2020-08-27T20:52:25.855Z] 20:41:01 347804 1533752 81.52 0 970616 1165624 39.78 558936 757212 20 [2020-08-27T20:52:25.855Z] 20:42:01 349756 1531800 81.41 0 970600 1152204 39.32 557704 756796 12 [2020-08-27T20:52:25.855Z] 20:43:01 350028 1531528 81.40 0 970636 1152204 39.32 557824 756856 8 [2020-08-27T20:52:25.855Z] 20:44:01 349912 1531644 81.40 0 970644 1152204 39.32 557828 756860 8 [2020-08-27T20:52:25.855Z] 20:45:01 348484 1533072 81.48 0 971584 1152204 39.32 557788 757720 20 [2020-08-27T20:52:25.855Z] 20:46:01 341648 1539908 81.84 0 975288 1152288 39.33 563516 758812 8 [2020-08-27T20:52:25.855Z] 20:47:01 342132 1539424 81.82 0 975300 1152252 39.32 563280 758824 16 [2020-08-27T20:52:25.855Z] 20:48:01 342024 1539532 81.82 0 975308 1152204 39.32 563168 758852 12 [2020-08-27T20:52:25.855Z] 20:49:01 341868 1539688 81.83 0 975372 1152204 39.32 563076 758868 8 [2020-08-27T20:52:25.855Z] 20:50:01 341752 1539804 81.84 0 975324 1152204 39.32 563064 758868 12 [2020-08-27T20:52:25.855Z] 20:51:01 341252 1540304 81.86 0 975328 1152276 39.33 563116 758872 8 [2020-08-27T20:52:25.855Z] 20:52:02 233932 1647624 87.57 0 1060396 1179356 40.25 584492 837616 156 [2020-08-27T20:52:25.855Z] Average: 272137 1609419 85.54 220 975965 1395265 47.62 610402 787478 17703 [2020-08-27T20:52:25.855Z] [2020-08-27T20:52:25.855Z] 20:31:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s [2020-08-27T20:52:25.855Z] 20:32:01 vethae1ee54 1043.93 732.98 92.64 2653.77 0.00 0.00 0.00 [2020-08-27T20:52:25.855Z] 20:32:01 eth0 771.65 1059.96 2673.23 115.89 0.00 0.00 0.00 [2020-08-27T20:52:25.855Z] 20:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-27T20:52:25.855Z] 20:32:01 docker0 1043.93 732.89 78.36 2653.77 0.00 0.00 0.00 [2020-08-27T20:52:25.855Z] 20:33:01 veth0ec29fc 19.31 21.26 1.87 14.39 0.00 0.00 0.00 [2020-08-27T20:52:25.855Z] 20:33:01 eth0 1428.68 873.27 7039.63 2764.00 0.00 0.00 0.00 [2020-08-27T20:52:25.855Z] 20:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-27T20:52:25.855Z] 20:33:01 docker0 63.82 84.35 4.04 374.15 0.00 0.00 0.00 [2020-08-27T20:52:25.855Z] 20:34:01 veth6d993a2 0.00 0.13 0.00 0.01 0.00 0.00 0.00 [2020-08-27T20:52:25.855Z] 20:34:01 eth0 121.25 93.87 495.82 25.36 0.00 0.00 0.00 [2020-08-27T20:52:25.855Z] 20:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-27T20:52:25.855Z] 20:34:01 docker0 73.02 82.06 5.55 463.41 0.00 0.00 0.00 [2020-08-27T20:52:25.855Z] 20:35:03 eth0 123.61 87.52 1662.54 111.50 0.00 0.00 0.00 [2020-08-27T20:52:25.855Z] 20:35:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-27T20:52:25.855Z] 20:35:03 vethd243d94 0.00 0.11 0.00 0.01 0.00 0.00 0.00 [2020-08-27T20:52:25.855Z] 20:35:03 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-27T20:52:25.855Z] 20:36:02 eth0 62.21 46.66 171.73 49.48 0.00 0.00 0.00 [2020-08-27T20:52:25.855Z] 20:36:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-27T20:52:25.855Z] 20:36:02 vethd243d94 0.00 0.32 0.00 0.01 0.00 0.00 0.00 [2020-08-27T20:52:25.855Z] 20:36:02 docker0 22.79 24.85 1.39 150.89 0.00 0.00 0.00 [2020-08-27T20:52:25.856Z] 20:37:02 eth0 54.61 36.98 151.49 14.93 0.00 0.00 0.00 [2020-08-27T20:52:25.856Z] 20:37:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-27T20:52:25.856Z] 20:37:02 vethd243d94 0.00 0.07 0.00 0.00 0.00 0.00 0.00 [2020-08-27T20:52:25.856Z] 20:37:02 docker0 9.36 11.29 0.51 72.61 0.00 0.00 0.00 [2020-08-27T20:52:25.856Z] 20:38:02 eth0 88.88 58.92 192.69 65.67 0.00 0.00 0.00 [2020-08-27T20:52:25.856Z] 20:38:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-27T20:52:25.856Z] 20:38:02 vethd243d94 0.00 0.12 0.00 0.00 0.00 0.00 0.00 [2020-08-27T20:52:25.856Z] 20:38:02 docker0 17.76 29.30 0.99 159.18 0.00 0.00 0.00 [2020-08-27T20:52:25.856Z] 20:39:01 vethe322dc2 0.00 0.14 0.00 0.01 0.00 0.00 0.00 [2020-08-27T20:52:25.856Z] 20:39:01 eth0 3632.38 2960.40 16581.51 3394.04 0.00 0.00 0.00 [2020-08-27T20:52:25.856Z] 20:39:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 [2020-08-27T20:52:25.856Z] 20:39:01 veth8abc1ac 0.00 0.14 0.00 0.01 0.00 0.00 0.00 [2020-08-27T20:52:25.856Z] 20:40:01 eth0 118.11 77.10 465.70 61.58 0.00 0.00 0.00 [2020-08-27T20:52:25.856Z] 20:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-27T20:52:25.856Z] 20:40:01 docker0 1262.40 1023.72 92.87 4305.32 0.00 0.00 0.00 [2020-08-27T20:52:25.856Z] 20:41:01 eth0 1.33 0.63 0.81 0.25 0.00 0.00 0.00 [2020-08-27T20:52:25.856Z] 20:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-27T20:52:25.856Z] 20:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-27T20:52:25.856Z] 20:42:01 eth0 0.10 0.08 0.01 0.04 0.00 0.00 0.00 [2020-08-27T20:52:25.856Z] 20:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-27T20:52:25.856Z] 20:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-27T20:52:25.856Z] 20:43:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 [2020-08-27T20:52:25.856Z] 20:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-27T20:52:25.856Z] 20:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-27T20:52:25.856Z] 20:44:01 eth0 0.13 0.08 0.01 0.01 0.00 0.00 0.00 [2020-08-27T20:52:25.856Z] 20:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-27T20:52:25.856Z] 20:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-27T20:52:25.856Z] 20:45:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 [2020-08-27T20:52:25.856Z] 20:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-27T20:52:25.856Z] 20:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-27T20:52:25.856Z] 20:46:01 eth0 0.20 0.15 0.08 0.07 0.00 0.00 0.00 [2020-08-27T20:52:25.856Z] 20:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-27T20:52:25.856Z] 20:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-27T20:52:25.856Z] 20:47:01 eth0 0.18 0.15 0.07 0.01 0.00 0.00 0.00 [2020-08-27T20:52:25.856Z] 20:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-27T20:52:25.856Z] 20:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-27T20:52:25.856Z] 20:48:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 [2020-08-27T20:52:25.856Z] 20:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-27T20:52:25.856Z] 20:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-27T20:52:25.856Z] 20:49:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 [2020-08-27T20:52:25.856Z] 20:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-27T20:52:25.856Z] 20:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-27T20:52:25.856Z] 20:50:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 [2020-08-27T20:52:25.856Z] 20:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-27T20:52:25.856Z] 20:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-27T20:52:25.856Z] 20:51:01 eth0 0.33 0.23 0.14 0.07 0.00 0.00 0.00 [2020-08-27T20:52:25.856Z] 20:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-27T20:52:25.856Z] 20:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-27T20:52:25.856Z] 20:52:02 eth0 7.30 4.48 8.27 2.54 0.00 0.00 0.00 [2020-08-27T20:52:25.856Z] 20:52:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-27T20:52:25.856Z] 20:52:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-27T20:52:25.856Z] Average: eth0 134.30 112.84 616.43 155.74 0.00 0.00 0.00 [2020-08-27T20:52:25.856Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-27T20:52:25.856Z] Average: docker0 60.17 48.79 4.43 205.20 0.00 0.00 0.00 [2020-08-27T20:52:25.856Z] [2020-08-27T20:52:25.856Z]