Pull request #2672 opened Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of rsdmike for edgexfoundry/edgex-go Obtained Jenkinsfile from 817bf29b41deef1822bf4a2e3a9d4fb443e5016b+3555043a6994042684a9c8b6423498381cadcc6f (21e34cc7a0f7483c23e61160ed0bb140106699a3) Running in Durability level: MAX_SURVIVABILITY Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-2672/workspace@libs/edgex-global-pipelines # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 # timeout=10 Commit message: "Merge pull request #220 from ernestojeda/fix-arm64-semver" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, goVersion:1.13, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-331 in /w/workspace/edgexfoundry_edgex-go_PR-2672 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/1 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2672/head:refs/remotes/origin/PR-2672 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit 3555043a6994042684a9c8b6423498381cadcc6f into PR head commit 817bf29b41deef1822bf4a2e3a9d4fb443e5016b > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/2672/head:refs/remotes/origin/PR-2672 # 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/2672/head:refs/remotes/origin/PR-2672 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 Merge succeeded, producing 817bf29b41deef1822bf4a2e3a9d4fb443e5016b Checking out Revision 817bf29b41deef1822bf4a2e3a9d4fb443e5016b (PR-2672) > git checkout -f 817bf29b41deef1822bf4a2e3a9d4fb443e5016b # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 3555043a6994042684a9c8b6423498381cadcc6f # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 817bf29b41deef1822bf4a2e3a9d4fb443e5016b # timeout=10 Commit message: "ci: Add semantic.yml for validation of commit msg" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.16.5' fatal: bad object aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-08-25T22:11:15.872Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-08-25T22:11:16.206Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-08-25T22:11:16.441Z] ========================================================= [2020-08-25T22:11:16.441Z] EdgeX Global Pipelines Version Info [2020-08-25T22:11:16.441Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-08-25T22:11:17.839Z] ------------------- [2020-08-25T22:11:17.839Z] stable info: [2020-08-25T22:11:17.839Z] ------------------- [2020-08-25T22:11:17.839Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-08-25T22:11:17.839Z] Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [2020-08-25T22:11:17.839Z] Message: update stable to v1.0.106 [2020-08-25T22:11:18.782Z] ------------------- [2020-08-25T22:11:18.782Z] experimental info: [2020-08-25T22:11:18.782Z] ------------------- [2020-08-25T22:11:18.782Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-08-25T22:11:18.782Z] Commit SHA: 69b11ffe9275ab8e68c4cba724b6d595bdc2db9b [2020-08-25T22:11:18.782Z] Message: update experimental to v1.0.111 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] sh [2020-08-25T22:11:20.961Z] ++ 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-25T22:11:20.961Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-25T22:11:20.961Z] ++ dirname cmd/core-command/Dockerfile [2020-08-25T22:11:20.961Z] ++ cut -d/ -f2 [2020-08-25T22:11:20.961Z] + echo core-command,cmd/core-command/Dockerfile [2020-08-25T22:11:20.961Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-25T22:11:20.961Z] ++ dirname cmd/core-data/Dockerfile [2020-08-25T22:11:20.961Z] ++ cut -d/ -f2 [2020-08-25T22:11:20.961Z] + echo core-data,cmd/core-data/Dockerfile [2020-08-25T22:11:20.961Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-25T22:11:20.961Z] ++ dirname cmd/core-metadata/Dockerfile [2020-08-25T22:11:20.961Z] ++ cut -d/ -f2 [2020-08-25T22:11:20.961Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-08-25T22:11:20.961Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-25T22:11:20.961Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-08-25T22:11:20.961Z] ++ cut -d/ -f2 [2020-08-25T22:11:20.961Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-08-25T22:11:20.961Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-25T22:11:20.961Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-08-25T22:11:20.961Z] ++ cut -d/ -f2 [2020-08-25T22:11:20.961Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-08-25T22:11:20.961Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-25T22:11:20.961Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-08-25T22:11:20.961Z] ++ cut -d/ -f2 [2020-08-25T22:11:20.961Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-08-25T22:11:20.961Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-25T22:11:20.961Z] ++ dirname cmd/support-logging/Dockerfile [2020-08-25T22:11:20.961Z] ++ cut -d/ -f2 [2020-08-25T22:11:20.961Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-08-25T22:11:20.961Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-25T22:11:20.961Z] ++ dirname cmd/support-notifications/Dockerfile [2020-08-25T22:11:20.961Z] ++ cut -d/ -f2 [2020-08-25T22:11:20.961Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-08-25T22:11:20.961Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-25T22:11:20.961Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-08-25T22:11:20.961Z] ++ cut -d/ -f2 [2020-08-25T22:11:20.961Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-08-25T22:11:20.961Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-25T22:11:20.961Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-08-25T22:11:20.961Z] ++ cut -d/ -f2 [2020-08-25T22:11:20.961Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-08-25T22:11:21.042Z] 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-25T22:11:22.006Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-25T22:11:22.268Z] [2020-08-25T22:11:22.268Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-08-25T22:11:22.652Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-25T22:11:22.652Z] latest: Pulling from edgex-devops/git-semver [2020-08-25T22:11:22.652Z] 31603596830f: Pulling fs layer [2020-08-25T22:11:22.652Z] 2a8b12db71e7: Pulling fs layer [2020-08-25T22:11:22.652Z] 6ca5941a6612: Pulling fs layer [2020-08-25T22:11:22.652Z] ecc8261a40a4: Pulling fs layer [2020-08-25T22:11:22.652Z] ecc8261a40a4: Waiting [2020-08-25T22:11:22.652Z] 2a8b12db71e7: Download complete [2020-08-25T22:11:22.652Z] 31603596830f: Verifying Checksum [2020-08-25T22:11:22.652Z] 31603596830f: Download complete [2020-08-25T22:11:22.919Z] ecc8261a40a4: Verifying Checksum [2020-08-25T22:11:22.919Z] ecc8261a40a4: Download complete [2020-08-25T22:11:22.919Z] 6ca5941a6612: Verifying Checksum [2020-08-25T22:11:22.919Z] 6ca5941a6612: Download complete [2020-08-25T22:11:22.919Z] 31603596830f: Pull complete [2020-08-25T22:11:23.183Z] 2a8b12db71e7: Pull complete [2020-08-25T22:11:23.757Z] 6ca5941a6612: Pull complete [2020-08-25T22:11:24.016Z] ecc8261a40a4: Pull complete [2020-08-25T22:11:24.016Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-08-25T22:11:24.279Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-25T22:11:24.279Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-08-25T22:11:24.387Z] prd-centos7-docker-4c-2g-331 does not seem to be running inside a container [2020-08-25T22:11:24.438Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-08-25T22:11:26.856Z] $ docker top 0ca88f57c1fc9554caf869c2f25794cc63bf90d9e5ed665aed1092877134ba4d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-25T22:11:27.338Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-25T22:11:27.338Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-25T22:11:27.533Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-25T22:11:27.544Z] $ docker exec 0ca88f57c1fc9554caf869c2f25794cc63bf90d9e5ed665aed1092877134ba4d ssh-agent [2020-08-25T22:11:27.699Z] SSH_AUTH_SOCK=/tmp/ssh-w39xhLRDQSvo/agent.12 [2020-08-25T22:11:27.699Z] SSH_AGENT_PID=17 [2020-08-25T22:11:27.713Z] Running ssh-add (command line suppressed) [2020-08-25T22:11:27.832Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_4981162577090930565.key (/w/workspace/edgex-go/1@tmp/private_key_4981162577090930565.key) [2020-08-25T22:11:27.871Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-25T22:11:28.235Z] + git describe --exact-match --tags HEAD [2020-08-25T22:11:28.235Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-08-25T22:11:28.336Z] $ docker exec --env ******** --env ******** 0ca88f57c1fc9554caf869c2f25794cc63bf90d9e5ed665aed1092877134ba4d ssh-agent -k [2020-08-25T22:11:28.445Z] unset SSH_AUTH_SOCK; [2020-08-25T22:11:28.446Z] unset SSH_AGENT_PID; [2020-08-25T22:11:28.446Z] echo Agent pid 17 killed; [2020-08-25T22:11:28.497Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-08-25T22:11:28.658Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-08-25T22:11:28.658Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-08-25T22:11:28.761Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-25T22:11:28.761Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-25T22:11:28.918Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-25T22:11:28.929Z] $ docker exec 0ca88f57c1fc9554caf869c2f25794cc63bf90d9e5ed665aed1092877134ba4d ssh-agent [2020-08-25T22:11:29.075Z] SSH_AUTH_SOCK=/tmp/ssh-MKdUVlkq1bkU/agent.45 [2020-08-25T22:11:29.075Z] SSH_AGENT_PID=50 [2020-08-25T22:11:29.083Z] Running ssh-add (command line suppressed) [2020-08-25T22:11:29.212Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_6981416806536002045.key (/w/workspace/edgex-go/1@tmp/private_key_6981416806536002045.key) [2020-08-25T22:11:29.254Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-25T22:11:29.628Z] + git semver init [2020-08-25T22:11:29.628Z] # -> Open(): unable to determine branch for HEAD [2020-08-25T22:11:29.628Z] # $GIT_DIR = /w/workspace/edgex-go/1/.git [2020-08-25T22:11:29.628Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/1 [2020-08-25T22:11:29.628Z] # $SEMVER_REMOTE_NAME = origin [2020-08-25T22:11:29.628Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-25T22:11:29.628Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-25T22:11:29.628Z] # $SEMVER_BRANCH = PR-2672 [2020-08-25T22:11:29.628Z] # $SEMVER_TEMP = /tmp/semver-289000591 [2020-08-25T22:11:29.628Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-08-25T22:12:02.056Z] # '/tmp/semver-289000591' -> '/w/workspace/edgex-go/1/.semver' [2020-08-25T22:12:02.056Z] # -> Force: false [2020-08-25T22:12:02.056Z] # $SEMVER_DIR = /w/workspace/edgex-go/1/.semver [Pipeline] } [2020-08-25T22:12:02.097Z] $ docker exec --env ******** --env ******** 0ca88f57c1fc9554caf869c2f25794cc63bf90d9e5ed665aed1092877134ba4d ssh-agent -k [2020-08-25T22:12:02.313Z] unset SSH_AUTH_SOCK; [2020-08-25T22:12:02.314Z] unset SSH_AGENT_PID; [2020-08-25T22:12:02.314Z] echo Agent pid 50 killed; [2020-08-25T22:12:02.373Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-25T22:12:02.912Z] + git semver [Pipeline] } [2020-08-25T22:12:02.952Z] $ docker stop --time=1 0ca88f57c1fc9554caf869c2f25794cc63bf90d9e5ed665aed1092877134ba4d [2020-08-25T22:12:04.534Z] $ docker rm -f 0ca88f57c1fc9554caf869c2f25794cc63bf90d9e5ed665aed1092877134ba4d [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-08-25T22:12:17.728Z] Stashed 38 file(s) [Pipeline] echo [2020-08-25T22:12:17.754Z] [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-25T22:12:18.585Z] ========================================================= [2020-08-25T22:12:18.585Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-08-25T22:12:18.585Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-08-25T22:12:18.957Z] + 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-25T22:12:22.285Z] Sending build context to Docker daemon 323.2MB [2020-08-25T22:12:22.285Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-08-25T22:12:22.285Z] Step 2/7 : FROM ${BASE} [2020-08-25T22:12:22.285Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-08-25T22:12:22.285Z] df20fa9351a1: Pulling fs layer [2020-08-25T22:12:22.285Z] ed8968b2872e: Pulling fs layer [2020-08-25T22:12:22.285Z] a92cc7c5fd73: Pulling fs layer [2020-08-25T22:12:22.285Z] 2dd03ba5bac4: Pulling fs layer [2020-08-25T22:12:22.285Z] 1e091d79d1de: Pulling fs layer [2020-08-25T22:12:22.285Z] 481702a1767f: Pulling fs layer [2020-08-25T22:12:22.285Z] f64a6f60c768: Pulling fs layer [2020-08-25T22:12:22.285Z] e78d2573fc39: Pulling fs layer [2020-08-25T22:12:22.285Z] e876d2f968b6: Pulling fs layer [2020-08-25T22:12:22.285Z] ce8a83651883: Pulling fs layer [2020-08-25T22:12:22.285Z] 07967f4d0e4b: Pulling fs layer [2020-08-25T22:12:22.285Z] f64a6f60c768: Waiting [2020-08-25T22:12:22.285Z] e78d2573fc39: Waiting [2020-08-25T22:12:22.285Z] 2dd03ba5bac4: Waiting [2020-08-25T22:12:22.285Z] 1e091d79d1de: Waiting [2020-08-25T22:12:22.285Z] 481702a1767f: Waiting [2020-08-25T22:12:22.285Z] e876d2f968b6: Waiting [2020-08-25T22:12:22.285Z] ce8a83651883: Waiting [2020-08-25T22:12:22.285Z] 07967f4d0e4b: Waiting [2020-08-25T22:12:22.285Z] a92cc7c5fd73: Download complete [2020-08-25T22:12:22.285Z] ed8968b2872e: Verifying Checksum [2020-08-25T22:12:22.285Z] ed8968b2872e: Download complete [2020-08-25T22:12:22.285Z] 1e091d79d1de: Verifying Checksum [2020-08-25T22:12:22.285Z] 1e091d79d1de: Download complete [2020-08-25T22:12:22.285Z] 481702a1767f: Verifying Checksum [2020-08-25T22:12:22.285Z] 481702a1767f: Download complete [2020-08-25T22:12:22.285Z] df20fa9351a1: Verifying Checksum [2020-08-25T22:12:22.580Z] f64a6f60c768: Verifying Checksum [2020-08-25T22:12:22.580Z] f64a6f60c768: Download complete [2020-08-25T22:12:22.849Z] e876d2f968b6: Verifying Checksum [2020-08-25T22:12:22.849Z] e876d2f968b6: Download complete [2020-08-25T22:12:23.446Z] e78d2573fc39: Verifying Checksum [2020-08-25T22:12:23.446Z] e78d2573fc39: Download complete [2020-08-25T22:12:23.446Z] ce8a83651883: Verifying Checksum [2020-08-25T22:12:23.446Z] ce8a83651883: Download complete [2020-08-25T22:12:23.446Z] 2dd03ba5bac4: Verifying Checksum [2020-08-25T22:12:23.446Z] 2dd03ba5bac4: Download complete [2020-08-25T22:12:23.446Z] 07967f4d0e4b: Verifying Checksum [2020-08-25T22:12:23.446Z] 07967f4d0e4b: Download complete [2020-08-25T22:12:24.392Z] df20fa9351a1: Pull complete [2020-08-25T22:12:24.659Z] ed8968b2872e: Pull complete [2020-08-25T22:12:24.659Z] a92cc7c5fd73: Pull complete [2020-08-25T22:12:29.970Z] 2dd03ba5bac4: Pull complete [2020-08-25T22:12:30.231Z] 1e091d79d1de: Pull complete [2020-08-25T22:12:30.231Z] 481702a1767f: Pull complete [2020-08-25T22:12:33.258Z] Still waiting to schedule task [2020-08-25T22:12:33.259Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-08-25T22:12:36.826Z] f64a6f60c768: Pull complete [2020-08-25T22:12:39.381Z] e78d2573fc39: Pull complete [2020-08-25T22:12:39.381Z] e876d2f968b6: Pull complete [2020-08-25T22:12:40.327Z] ce8a83651883: Pull complete [2020-08-25T22:12:40.588Z] 07967f4d0e4b: Pull complete [2020-08-25T22:12:40.588Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-08-25T22:12:40.588Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-08-25T22:12:40.588Z] ---> 5d7c900382c6 [2020-08-25T22:12:40.588Z] 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-25T22:12:41.975Z] ---> Running in 621fd8b5584b [2020-08-25T22:12:42.548Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-25T22:12:43.122Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-25T22:12:43.693Z] (1/12) Installing libmagic (5.38-r0) [2020-08-25T22:12:44.265Z] (2/12) Installing file (5.38-r0) [2020-08-25T22:12:44.525Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-08-25T22:12:44.525Z] (4/12) Installing g++ (9.3.0-r2) [2020-08-25T22:12:56.762Z] (5/12) Installing fortify-headers (1.1-r0) [2020-08-25T22:12:56.762Z] (6/12) Installing patch (2.7.6-r6) [2020-08-25T22:12:57.023Z] (7/12) Installing build-base (0.5-r2) [2020-08-25T22:12:57.023Z] (8/12) Installing libsodium (1.0.18-r0) [2020-08-25T22:12:57.023Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-08-25T22:12:57.282Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-08-25T22:12:57.282Z] (11/12) Installing libzmq (4.3.2-r0) [2020-08-25T22:12:57.282Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-08-25T22:12:57.548Z] Executing busybox-1.31.1-r16.trigger [2020-08-25T22:12:57.548Z] OK: 233 MiB in 51 packages [2020-08-25T22:13:01.770Z] Removing intermediate container 621fd8b5584b [2020-08-25T22:13:01.770Z] ---> e2d989bfc0f6 [2020-08-25T22:13:01.770Z] Step 4/7 : WORKDIR /edgex-go [2020-08-25T22:13:01.770Z] ---> Running in 9070dd585424 [2020-08-25T22:13:01.770Z] Removing intermediate container 9070dd585424 [2020-08-25T22:13:01.770Z] ---> 48665162f493 [2020-08-25T22:13:01.770Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-08-25T22:13:01.770Z] latest: Pulling from library/docker [2020-08-25T22:13:03.694Z] df20fa9351a1: Already exists [2020-08-25T22:13:03.694Z] 25ad7478873d: Pulling fs layer [2020-08-25T22:13:03.694Z] 4684f6177b5d: Pulling fs layer [2020-08-25T22:13:03.694Z] 46e300cec669: Pulling fs layer [2020-08-25T22:13:03.694Z] 63038576ad94: Pulling fs layer [2020-08-25T22:13:03.694Z] 0fdb76c4706c: Pulling fs layer [2020-08-25T22:13:03.694Z] cb7edeffdfd5: Pulling fs layer [2020-08-25T22:13:03.694Z] 0fdb76c4706c: Waiting [2020-08-25T22:13:03.694Z] cb7edeffdfd5: Waiting [2020-08-25T22:13:03.694Z] 63038576ad94: Waiting [2020-08-25T22:13:03.694Z] 4684f6177b5d: Verifying Checksum [2020-08-25T22:13:03.694Z] 4684f6177b5d: Download complete [2020-08-25T22:13:03.694Z] 25ad7478873d: Verifying Checksum [2020-08-25T22:13:03.694Z] 25ad7478873d: Download complete [2020-08-25T22:13:03.694Z] 63038576ad94: Verifying Checksum [2020-08-25T22:13:03.694Z] 63038576ad94: Download complete [2020-08-25T22:13:03.957Z] 0fdb76c4706c: Verifying Checksum [2020-08-25T22:13:03.957Z] 0fdb76c4706c: Download complete [2020-08-25T22:13:03.957Z] 25ad7478873d: Pull complete [2020-08-25T22:13:03.957Z] cb7edeffdfd5: Download complete [2020-08-25T22:13:03.957Z] 4684f6177b5d: Pull complete [2020-08-25T22:13:04.529Z] 46e300cec669: Verifying Checksum [2020-08-25T22:13:04.529Z] 46e300cec669: Download complete [2020-08-25T22:13:07.077Z] 46e300cec669: Pull complete [2020-08-25T22:13:07.077Z] 63038576ad94: Pull complete [2020-08-25T22:13:07.077Z] 0fdb76c4706c: Pull complete [2020-08-25T22:13:07.077Z] cb7edeffdfd5: Pull complete [2020-08-25T22:13:07.077Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-08-25T22:13:07.077Z] Status: Downloaded newer image for docker:latest [2020-08-25T22:13:08.992Z] ---> ef24c6f9d6d5 [2020-08-25T22:13:08.992Z] Step 6/7 : COPY go.mod . [2020-08-25T22:13:08.992Z] ---> 4792f3eae7fa [2020-08-25T22:13:08.992Z] Step 7/7 : RUN go mod download [2020-08-25T22:13:08.992Z] ---> Running in 7c1377529cee [2020-08-25T22:13:11.556Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-08-25T22:13:11.556Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-08-25T22:13:11.556Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-08-25T22:13:11.556Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-08-25T22:13:11.556Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-25T22:13:11.556Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-08-25T22:13:11.556Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-08-25T22:13:11.556Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-25T22:13:11.556Z] go: finding github.com/cloudflare/gokey v0.1.0 [2020-08-25T22:13:11.816Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-08-25T22:13:11.816Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-08-25T22:13:11.816Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-08-25T22:13:11.816Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 [2020-08-25T22:13:11.816Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-25T22:13:11.816Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.72 [2020-08-25T22:13:12.077Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-08-25T22:13:12.077Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-08-25T22:13:12.077Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-08-25T22:13:12.077Z] go: finding github.com/fatih/color v1.7.0 [2020-08-25T22:13:12.077Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-08-25T22:13:12.077Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-25T22:13:12.339Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-08-25T22:13:12.339Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-25T22:13:12.339Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-25T22:13:12.339Z] go: finding github.com/go-playground/assert/v2 v2.0.1 [2020-08-25T22:13:12.339Z] go: finding github.com/go-playground/locales v0.13.0 [2020-08-25T22:13:12.339Z] go: finding github.com/go-playground/universal-translator v0.17.0 [2020-08-25T22:13:12.339Z] go: finding github.com/go-playground/validator/v10 v10.3.0 [2020-08-25T22:13:12.600Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-08-25T22:13:12.600Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-25T22:13:12.600Z] go: finding github.com/golang/protobuf v1.3.2 [2020-08-25T22:13:12.600Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-08-25T22:13:12.600Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-08-25T22:13:12.600Z] go: finding github.com/google/uuid v1.1.0 [2020-08-25T22:13:12.861Z] go: finding github.com/gorilla/mux v1.7.1 [2020-08-25T22:13:12.861Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-08-25T22:13:12.861Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-08-25T22:13:12.861Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-08-25T22:13:12.861Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-25T22:13:12.861Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-25T22:13:12.861Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-08-25T22:13:13.121Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-08-25T22:13:13.121Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-25T22:13:13.122Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-08-25T22:13:13.122Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-08-25T22:13:13.122Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-08-25T22:13:13.122Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-08-25T22:13:13.122Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-08-25T22:13:13.383Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-08-25T22:13:13.383Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-08-25T22:13:13.383Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-08-25T22:13:13.383Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-08-25T22:13:13.383Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-08-25T22:13:13.383Z] go: finding github.com/imdario/mergo v0.3.6 [2020-08-25T22:13:13.643Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-25T22:13:13.643Z] go: finding github.com/kr/pretty v0.1.0 [2020-08-25T22:13:13.643Z] go: finding github.com/kr/pty v1.1.1 [2020-08-25T22:13:13.643Z] go: finding github.com/kr/text v0.1.0 [2020-08-25T22:13:13.643Z] go: finding github.com/leodido/go-urn v1.2.0 [2020-08-25T22:13:13.643Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-08-25T22:13:13.906Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-08-25T22:13:13.906Z] go: finding github.com/miekg/dns v1.0.14 [2020-08-25T22:13:13.906Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-08-25T22:13:13.906Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-25T22:13:13.906Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-08-25T22:13:13.906Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-08-25T22:13:13.906Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-08-25T22:13:14.167Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-08-25T22:13:14.167Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-08-25T22:13:14.167Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-08-25T22:13:14.167Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-08-25T22:13:14.167Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-08-25T22:13:14.167Z] go: finding github.com/onsi/gomega v1.7.0 [2020-08-25T22:13:14.167Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-08-25T22:13:14.428Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-08-25T22:13:14.428Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-08-25T22:13:14.428Z] go: finding github.com/pkg/errors v0.8.1 [2020-08-25T22:13:14.428Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-25T22:13:14.428Z] go: finding github.com/posener/complete v1.1.1 [2020-08-25T22:13:14.428Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-08-25T22:13:14.688Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-08-25T22:13:14.688Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-08-25T22:13:14.688Z] go: finding github.com/stretchr/objx v0.1.0 [2020-08-25T22:13:14.688Z] go: finding github.com/stretchr/testify v1.5.1 [2020-08-25T22:13:14.688Z] go: finding github.com/ugorji/go v1.1.4 [2020-08-25T22:13:14.688Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-25T22:13:14.688Z] go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 [2020-08-25T22:13:14.950Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-08-25T22:13:14.950Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-08-25T22:13:14.950Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-08-25T22:13:14.950Z] go: finding golang.org/x/text v0.3.2 [2020-08-25T22:13:14.950Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-08-25T22:13:14.950Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-08-25T22:13:15.211Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-08-25T22:13:15.211Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-08-25T22:13:15.211Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-08-25T22:13:15.211Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-25T22:13:33.351Z] Removing intermediate container 7c1377529cee [2020-08-25T22:13:33.351Z] ---> 819d875129f7 [2020-08-25T22:13:33.351Z] Successfully built 819d875129f7 [2020-08-25T22:13:33.351Z] 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-25T22:13:34.197Z] + docker inspect -f . ci-base-image-x86_64 [2020-08-25T22:13:34.197Z] . [Pipeline] withDockerContainer [2020-08-25T22:13:34.312Z] prd-centos7-docker-4c-2g-331 does not seem to be running inside a container [2020-08-25T22:13:34.366Z] $ docker run -t -d -u 1001:1001 -u 0:0 -e GOTESTFLAGS= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-08-25T22:13:35.067Z] $ docker top fb8277cabb2573edabe414997ac05201042d4ce63bac3b35e6366b7c9bcffd4c -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-25T22:13:35.608Z] + go version [2020-08-25T22:13:35.608Z] go version go1.13.13 linux/amd64 [Pipeline] echo [2020-08-25T22:13:35.638Z] ========================================================= [2020-08-25T22:13:35.638Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-08-25T22:13:35.638Z] ========================================================= [Pipeline] sh [2020-08-25T22:13:35.939Z] + make test [2020-08-25T22:13:35.939Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-08-25T22:13:38.495Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-08-25T22:13:46.789Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-08-25T22:13:52.148Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-08-25T22:13:52.148Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-08-25T22:13:52.148Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-08-25T22:13:52.148Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-08-25T22:13:54.102Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.023s [2020-08-25T22:13:54.102Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-08-25T22:13:54.102Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-08-25T22:13:54.102Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-08-25T22:13:54.102Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-08-25T22:13:54.370Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-08-25T22:13:54.370Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-08-25T22:13:54.370Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-08-25T22:13:54.370Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-08-25T22:13:59.728Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.017s coverage: 46.6% of statements [2020-08-25T22:13:59.728Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-08-25T22:13:59.728Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-08-25T22:13:59.728Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-08-25T22:13:59.728Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-08-25T22:13:59.728Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-08-25T22:14:02.310Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.056s coverage: 27.2% of statements [2020-08-25T22:14:02.310Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-08-25T22:14:02.310Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-08-25T22:14:02.310Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-08-25T22:14:02.310Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-08-25T22:14:02.310Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-08-25T22:14:02.310Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-08-25T22:14:02.310Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.005s coverage: 100.0% of statements [2020-08-25T22:14:02.310Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-08-25T22:14:02.310Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.032s coverage: 100.0% of statements [2020-08-25T22:14:02.310Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-08-25T22:14:02.310Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-08-25T22:14:02.903Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.335s coverage: 82.5% of statements [2020-08-25T22:14:02.903Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-08-25T22:14:02.903Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-08-25T22:14:02.903Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.020s coverage: 92.9% of statements [2020-08-25T22:14:02.903Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-08-25T22:14:02.903Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-08-25T22:14:02.903Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-08-25T22:14:02.903Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-08-25T22:14:02.903Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.100s coverage: 28.6% of statements [2020-08-25T22:14:02.903Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-08-25T22:14:02.903Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-08-25T22:14:02.903Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-08-25T22:14:02.903Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-08-25T22:14:02.903Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-08-25T22:14:03.882Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.035s coverage: 100.0% of statements [2020-08-25T22:14:03.882Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-08-25T22:14:03.882Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.029s coverage: 100.0% of statements [2020-08-25T22:14:03.882Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-08-25T22:14:04.472Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.015s coverage: 89.8% of statements [2020-08-25T22:14:04.472Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-08-25T22:14:04.744Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.059s coverage: 97.5% of statements [2020-08-25T22:14:04.744Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-08-25T22:14:05.352Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.010s coverage: 100.0% of statements [2020-08-25T22:14:05.352Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-08-25T22:14:05.352Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-08-25T22:14:05.352Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-08-25T22:14:05.352Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-08-25T22:14:05.352Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-08-25T22:14:05.352Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-08-25T22:14:05.352Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-08-25T22:14:05.352Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-08-25T22:14:05.352Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-08-25T22:14:05.352Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-08-25T22:14:05.352Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-08-25T22:14:05.352Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-08-25T22:14:05.352Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-08-25T22:14:05.352Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-08-25T22:14:05.352Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-08-25T22:14:05.352Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-08-25T22:14:05.352Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-08-25T22:14:05.352Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-08-25T22:14:05.352Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.029s coverage: 58.8% of statements [2020-08-25T22:14:05.352Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-08-25T22:14:05.352Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/error [no test files] [2020-08-25T22:14:05.352Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis [no test files] [2020-08-25T22:14:05.937Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.038s coverage: 63.5% of statements [2020-08-25T22:14:05.937Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-08-25T22:14:05.937Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-08-25T22:14:05.937Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.014s coverage: 100.0% of statements [2020-08-25T22:14:06.516Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.072s coverage: 55.9% of statements [2020-08-25T22:14:06.516Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-08-25T22:14:06.516Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-08-25T22:14:06.516Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-08-25T22:14:06.516Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-08-25T22:14:13.777Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-333 in /w/workspace/edgexfoundry_edgex-go_PR-2672 [Pipeline] { [Pipeline] ws [2020-08-25T22:14:13.905Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2020-08-25T22:14:18.878Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 11.902s coverage: 86.3% of statements [2020-08-25T22:14:18.878Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-08-25T22:14:18.878Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.317s coverage: 72.2% of statements [2020-08-25T22:14:18.878Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.083s coverage: 72.1% of statements [2020-08-25T22:14:18.878Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.021s coverage: 82.4% of statements [2020-08-25T22:14:18.878Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.046s coverage: 48.4% of statements [2020-08-25T22:14:18.878Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-08-25T22:14:18.878Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-08-25T22:14:18.878Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-08-25T22:14:18.878Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.038s coverage: 28.8% of statements [2020-08-25T22:14:18.878Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-08-25T22:14:18.878Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.046s coverage: 96.8% of statements [2020-08-25T22:14:18.878Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-08-25T22:14:18.878Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.032s coverage: 26.9% of statements [2020-08-25T22:14:18.878Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-08-25T22:14:18.878Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-08-25T22:14:18.878Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.085s coverage: 84.1% of statements [2020-08-25T22:14:18.878Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.027s coverage: 100.0% of statements [2020-08-25T22:14:18.878Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.008s coverage: 42.9% of statements [2020-08-25T22:14:18.878Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-08-25T22:14:18.878Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-08-25T22:14:18.878Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.005s coverage: 100.0% of statements [2020-08-25T22:14:18.878Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-08-25T22:14:18.878Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.034s coverage: 83.8% of statements [2020-08-25T22:14:18.878Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-08-25T22:14:18.878Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.025s coverage: 45.9% of statements [2020-08-25T22:14:18.878Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-08-25T22:14:18.878Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-08-25T22:14:18.878Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.024s coverage: 100.0% of statements [2020-08-25T22:14:18.878Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-08-25T22:14:18.878Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-08-25T22:14:18.878Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-08-25T22:14:18.878Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.006s coverage: 100.0% of statements [2020-08-25T22:14:18.878Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-08-25T22:14:18.878Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.006s coverage: 100.0% of statements [2020-08-25T22:14:18.878Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-08-25T22:14:18.878Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.059s coverage: 29.1% of statements [2020-08-25T22:14:18.878Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-08-25T22:14:18.878Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-08-25T22:14:18.878Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-08-25T22:14:18.878Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-08-25T22:14:18.878Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-08-25T22:14:18.878Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.033s coverage: 99.0% of statements [2020-08-25T22:14:18.878Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-08-25T22:14:18.878Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.018s coverage: 100.0% of statements [2020-08-25T22:14:18.878Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-08-25T22:14:18.878Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.006s coverage: 0.0% of statements [2020-08-25T22:14:18.878Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-08-25T22:14:18.878Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.010s coverage: 100.0% of statements [2020-08-25T22:14:18.878Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-08-25T22:14:18.878Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-08-25T22:14:18.878Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-08-25T22:14:18.878Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-08-25T22:14:18.878Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.005s coverage: 87.9% of statements [2020-08-25T22:14:18.878Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-08-25T22:14:18.878Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-08-25T22:14:18.878Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.010s coverage: 100.0% of statements [2020-08-25T22:14:18.878Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.004s coverage: 32.1% of statements [2020-08-25T22:14:18.878Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.006s coverage: 100.0% of statements [2020-08-25T22:14:18.961Z] using credential edgex-jenkins-ssh [2020-08-25T22:14:19.017Z] Cloning the remote Git repository [2020-08-25T22:14:19.017Z] Cloning with configured refspecs honoured and without tags [2020-08-25T22:14:19.138Z] GO111MODULE=on go vet ./... [2020-08-25T22:14:19.073Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-08-25T22:14:19.185Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2020-08-25T22:14:19.255Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-08-25T22:14:19.256Z] > git --version # timeout=10 [2020-08-25T22:14:19.285Z] > git --version # 'git version 2.17.1' [2020-08-25T22:14:19.287Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-25T22:14:19.353Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2672/head:refs/remotes/origin/PR-2672 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-25T22:14:25.758Z] gofmt -l . [2020-08-25T22:14:25.758Z] [ "`gofmt -l .`" = "" ] [2020-08-25T22:14:26.329Z] ./bin/test-go-mod-tidy.sh [2020-08-25T22:14:27.276Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-08-25T22:14:28.984Z] + ls -al . [2020-08-25T22:14:28.985Z] total 552 [2020-08-25T22:14:28.985Z] drwxrwxr-x 10 1001 1001 4096 Aug 25 22:14 . [2020-08-25T22:14:28.985Z] drwxr-xr-x 4 root root 28 Aug 25 22:13 .. [2020-08-25T22:14:28.985Z] -rw-rw-r-- 1 1001 1001 11 Aug 25 22:11 .dockerignore [2020-08-25T22:14:28.985Z] drwxrwxr-x 8 1001 1001 179 Aug 25 22:11 .git [2020-08-25T22:14:28.985Z] drwxrwxr-x 3 1001 1001 80 Aug 25 22:11 .github [2020-08-25T22:14:28.985Z] -rw-rw-r-- 1 1001 1001 932 Aug 25 22:11 .gitignore [2020-08-25T22:14:28.985Z] drwx------ 3 1001 1001 47 Aug 25 22:12 .semver [2020-08-25T22:14:28.985Z] -rw-rw-r-- 1 1001 1001 166 Aug 25 22:11 .sonarcloud.properties [2020-08-25T22:14:28.985Z] -rw-rw-r-- 1 1001 1001 3804 Aug 25 22:11 CONTRIBUTING.md [2020-08-25T22:14:28.985Z] -rw-rw-r-- 1 1001 1001 1035 Aug 25 22:11 Dockerfile.build [2020-08-25T22:14:28.985Z] -rw-rw-r-- 1 1001 1001 865 Aug 25 22:11 Jenkinsfile [2020-08-25T22:14:28.985Z] -rw-rw-r-- 1 1001 1001 10775 Aug 25 22:11 LICENSE [2020-08-25T22:14:28.985Z] -rw-rw-r-- 1 1001 1001 6237 Aug 25 22:11 Makefile [2020-08-25T22:14:28.985Z] -rw-rw-r-- 1 1001 1001 5652 Aug 25 22:11 README.md [2020-08-25T22:14:28.985Z] -rw-rw-r-- 1 1001 1001 259 Aug 25 22:11 SECURITY.md [2020-08-25T22:14:28.985Z] -rw-rw-r-- 1 1001 1001 5 Aug 25 22:12 VERSION [2020-08-25T22:14:28.985Z] -rw-rw-r-- 1 1001 1001 4131 Aug 25 22:11 ZMQWindows.md [2020-08-25T22:14:28.985Z] drwxrwxr-x 2 1001 1001 117 Aug 25 22:11 bin [2020-08-25T22:14:28.985Z] drwxrwxr-x 15 1001 1001 4096 Aug 25 22:11 cmd [2020-08-25T22:14:28.985Z] -rw-r--r-- 1 root root 458659 Aug 25 22:14 coverage.out [2020-08-25T22:14:28.985Z] -rw-r--r-- 1 root root 1019 Aug 25 22:14 go.mod [2020-08-25T22:14:28.985Z] -rw-r--r-- 1 root root 19185 Aug 25 22:14 go.sum [2020-08-25T22:14:28.985Z] drwxrwxr-x 8 1001 1001 127 Aug 25 22:11 internal [2020-08-25T22:14:28.985Z] drwxrwxr-x 4 1001 1001 26 Aug 25 22:11 openapi [2020-08-25T22:14:28.985Z] drwxrwxr-x 4 1001 1001 71 Aug 25 22:11 snap [2020-08-25T22:14:28.985Z] -rw-rw-r-- 1 1001 1001 168 Aug 25 22:11 version.go [Pipeline] sh [2020-08-25T22:14:29.357Z] + '[' -e coverage.out ] [2020-08-25T22:14:29.357Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-08-25T22:14:29.533Z] Stashed 1 file(s) [Pipeline] sh [2020-08-25T22:14:29.926Z] + make build [2020-08-25T22:14:29.926Z] 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-25T22:14:36.621Z] 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-25T22:14:39.169Z] 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-25T22:14:39.276Z] Fetching without tags [2020-08-25T22:14:39.836Z] Merging remotes/origin/master commit 3555043a6994042684a9c8b6423498381cadcc6f into PR head commit 817bf29b41deef1822bf4a2e3a9d4fb443e5016b [2020-08-25T22:14:39.207Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-08-25T22:14:39.224Z] > git config --add remote.origin.fetch +refs/pull/2672/head:refs/remotes/origin/PR-2672 # timeout=10 [2020-08-25T22:14:39.239Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-25T22:14:39.261Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-08-25T22:14:39.303Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-08-25T22:14:39.304Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-25T22:14:39.315Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2672/head:refs/remotes/origin/PR-2672 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-25T22:14:39.877Z] > git config core.sparsecheckout # timeout=10 [2020-08-25T22:14:39.901Z] > git checkout -f 817bf29b41deef1822bf4a2e3a9d4fb443e5016b # timeout=10 [2020-08-25T22:14:40.268Z] > git remote # timeout=10 [2020-08-25T22:14:40.318Z] > git config --get remote.origin.url # timeout=10 [2020-08-25T22:14:40.353Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-25T22:14:40.363Z] > git merge 3555043a6994042684a9c8b6423498381cadcc6f # timeout=10 [2020-08-25T22:14:40.403Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-08-25T22:14:40.414Z] Merge succeeded, producing 817bf29b41deef1822bf4a2e3a9d4fb443e5016b [2020-08-25T22:14:40.414Z] Checking out Revision 817bf29b41deef1822bf4a2e3a9d4fb443e5016b (PR-2672) [2020-08-25T22:14:40.566Z] 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-25T22:14:41.955Z] 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-25T22:14:40.438Z] > git config core.sparsecheckout # timeout=10 [2020-08-25T22:14:40.453Z] > git checkout -f 817bf29b41deef1822bf4a2e3a9d4fb443e5016b # timeout=10 [2020-08-25T22:14:43.869Z] 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-25T22:14:44.130Z] 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-25T22:14:44.729Z] Commit message: "ci: Add semantic.yml for validation of commit msg" [2020-08-25T22:14:44.815Z] > git --version # timeout=10 [2020-08-25T22:14:44.831Z] > git --version # 'git version 2.17.1' [2020-08-25T22:14:44.845Z] fatal: bad object aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [2020-08-25T22:14:46.675Z] 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-25T22:14:48.065Z] 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-25T22:14:49.452Z] 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-25T22:14:50.842Z] 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-25T22:14:53.392Z] 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-25T22:14:54.342Z] 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-25T22:14:55.320Z] $ docker stop --time=1 fb8277cabb2573edabe414997ac05201042d4ce63bac3b35e6366b7c9bcffd4c [2020-08-25T22:14:56.949Z] $ docker rm -f fb8277cabb2573edabe414997ac05201042d4ce63bac3b35e6366b7c9bcffd4c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] echo [2020-08-25T22:14:57.575Z] ========================================================= [2020-08-25T22:14:57.575Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-08-25T22:14:57.575Z] ========================================================= [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] isUnix [Pipeline] sh [Pipeline] script [Pipeline] { [2020-08-25T22:14:58.592Z] + 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 . [Pipeline] isUnix [Pipeline] sh [2020-08-25T22:15:00.694Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-25T22:15:00.694Z] [2020-08-25T22:15:00.694Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-08-25T22:15:01.095Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-25T22:15:01.095Z] latest: Pulling from edgex-devops/edgex-compose [2020-08-25T22:15:01.095Z] cbdbe7a5bc2a: Pulling fs layer [2020-08-25T22:15:01.095Z] ca9280d653b3: Pulling fs layer [2020-08-25T22:15:01.095Z] 7e9c9ca2126c: Pulling fs layer [2020-08-25T22:15:01.095Z] cbdbe7a5bc2a: Download complete [2020-08-25T22:15:01.363Z] ca9280d653b3: Verifying Checksum [2020-08-25T22:15:01.364Z] ca9280d653b3: Download complete [2020-08-25T22:15:01.633Z] cbdbe7a5bc2a: Pull complete [2020-08-25T22:15:02.210Z] 7e9c9ca2126c: Verifying Checksum [2020-08-25T22:15:02.210Z] 7e9c9ca2126c: Download complete [2020-08-25T22:15:02.473Z] ca9280d653b3: Pull complete [2020-08-25T22:15:02.926Z] Sending build context to Docker daemon 323.2MB [2020-08-25T22:15:02.926Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-08-25T22:15:02.926Z] Step 2/7 : FROM ${BASE} [2020-08-25T22:15:02.926Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-08-25T22:15:02.926Z] b538f80385f9: Pulling fs layer [2020-08-25T22:15:02.926Z] 74f711af9a0d: Pulling fs layer [2020-08-25T22:15:02.926Z] 99f96fe45779: Pulling fs layer [2020-08-25T22:15:02.926Z] fd7a069fd194: Pulling fs layer [2020-08-25T22:15:02.926Z] 66aa3694b03b: Pulling fs layer [2020-08-25T22:15:02.926Z] 170f70906a0f: Pulling fs layer [2020-08-25T22:15:02.926Z] ad7c5574e4b9: Pulling fs layer [2020-08-25T22:15:02.926Z] e772456be8f7: Pulling fs layer [2020-08-25T22:15:02.926Z] c890913d741a: Pulling fs layer [2020-08-25T22:15:02.926Z] 2480fcc9aa5a: Pulling fs layer [2020-08-25T22:15:02.926Z] 09adf4765672: Pulling fs layer [2020-08-25T22:15:02.926Z] fd7a069fd194: Waiting [2020-08-25T22:15:02.926Z] 66aa3694b03b: Waiting [2020-08-25T22:15:02.926Z] 170f70906a0f: Waiting [2020-08-25T22:15:02.926Z] e772456be8f7: Waiting [2020-08-25T22:15:02.926Z] c890913d741a: Waiting [2020-08-25T22:15:02.926Z] 2480fcc9aa5a: Waiting [2020-08-25T22:15:02.926Z] 09adf4765672: Waiting [2020-08-25T22:15:02.926Z] ad7c5574e4b9: Waiting [2020-08-25T22:15:02.926Z] 99f96fe45779: Verifying Checksum [2020-08-25T22:15:02.926Z] 99f96fe45779: Download complete [2020-08-25T22:15:02.926Z] 74f711af9a0d: Verifying Checksum [2020-08-25T22:15:02.926Z] 74f711af9a0d: Download complete [2020-08-25T22:15:02.926Z] 66aa3694b03b: Download complete [2020-08-25T22:15:02.926Z] 170f70906a0f: Verifying Checksum [2020-08-25T22:15:02.926Z] 170f70906a0f: Download complete [2020-08-25T22:15:02.926Z] b538f80385f9: Verifying Checksum [2020-08-25T22:15:02.926Z] b538f80385f9: Download complete [2020-08-25T22:15:03.527Z] b538f80385f9: Pull complete [2020-08-25T22:15:04.129Z] 74f711af9a0d: Pull complete [2020-08-25T22:15:04.735Z] 99f96fe45779: Pull complete [2020-08-25T22:15:05.724Z] ad7c5574e4b9: Verifying Checksum [2020-08-25T22:15:05.724Z] ad7c5574e4b9: Download complete [2020-08-25T22:15:05.724Z] c890913d741a: Verifying Checksum [2020-08-25T22:15:05.724Z] c890913d741a: Download complete [2020-08-25T22:15:07.699Z] 2480fcc9aa5a: Verifying Checksum [2020-08-25T22:15:07.699Z] 2480fcc9aa5a: Download complete [2020-08-25T22:15:07.699Z] 09adf4765672: Verifying Checksum [2020-08-25T22:15:07.699Z] 09adf4765672: Download complete [2020-08-25T22:15:07.968Z] e772456be8f7: Verifying Checksum [2020-08-25T22:15:07.968Z] e772456be8f7: Download complete [2020-08-25T22:15:08.557Z] fd7a069fd194: Download complete [2020-08-25T22:15:10.627Z] 7e9c9ca2126c: Pull complete [2020-08-25T22:15:10.627Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-08-25T22:15:10.627Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-25T22:15:10.627Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-08-25T22:15:10.829Z] prd-centos7-docker-4c-2g-331 does not seem to be running inside a container [2020-08-25T22:15:10.880Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-08-25T22:15:11.714Z] $ docker top 90700b361f7af646ecb25838b540bfcdd16d4e3334b11b3cb46086c634d54d2e -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-25T22:15:12.255Z] + docker-compose build --help [2020-08-25T22:15:12.255Z] + grep parallel [2020-08-25T22:15:13.196Z] --parallel Build images in parallel. [Pipeline] } [2020-08-25T22:15:13.232Z] $ docker stop --time=1 90700b361f7af646ecb25838b540bfcdd16d4e3334b11b3cb46086c634d54d2e [2020-08-25T22:15:14.585Z] $ docker rm -f 90700b361f7af646ecb25838b540bfcdd16d4e3334b11b3cb46086c634d54d2e [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-25T22:15:15.288Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-25T22:15:15.288Z] . [Pipeline] withDockerContainer [2020-08-25T22:15:15.422Z] prd-centos7-docker-4c-2g-331 does not seem to be running inside a container [2020-08-25T22:15:15.506Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-08-25T22:15:16.128Z] $ docker top b63525f69fc48265d6f7f1e069658b0de883eae19b54bb6d789e443da25545c7 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-25T22:15:16.650Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-08-25T22:15:17.593Z] Building docker-core-command-go ... [2020-08-25T22:15:17.593Z] Building docker-core-data-go ... [2020-08-25T22:15:17.593Z] Building docker-core-metadata-go ... [2020-08-25T22:15:17.593Z] Building docker-security-proxy-setup-go ... [2020-08-25T22:15:17.593Z] Building docker-security-secrets-setup-go ... [2020-08-25T22:15:17.593Z] Building docker-security-secretstore-setup-go ... [2020-08-25T22:15:17.593Z] Building docker-support-logging-go ... [2020-08-25T22:15:17.593Z] Building docker-support-notifications-go ... [2020-08-25T22:15:17.593Z] Building docker-support-scheduler-go ... [2020-08-25T22:15:17.593Z] Building docker-sys-mgmt-agent-go ... [2020-08-25T22:15:17.593Z] Building docker-support-notifications-go [2020-08-25T22:15:17.593Z] Building docker-core-metadata-go [2020-08-25T22:15:17.593Z] Building docker-security-proxy-setup-go [2020-08-25T22:15:17.593Z] Building docker-security-secrets-setup-go [2020-08-25T22:15:17.593Z] Building docker-security-secretstore-setup-go [2020-08-25T22:15:20.953Z] fd7a069fd194: Pull complete [2020-08-25T22:15:20.953Z] 66aa3694b03b: Pull complete [2020-08-25T22:15:20.953Z] 170f70906a0f: Pull complete [2020-08-25T22:15:24.363Z] ad7c5574e4b9: Pull complete [2020-08-25T22:15:28.698Z] e772456be8f7: Pull complete [2020-08-25T22:15:29.294Z] c890913d741a: Pull complete [2020-08-25T22:15:32.679Z] 2480fcc9aa5a: Pull complete [2020-08-25T22:15:33.275Z] 09adf4765672: Pull complete [2020-08-25T22:15:33.275Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-08-25T22:15:33.275Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-08-25T22:15:33.275Z] ---> 2248a725d1cf [2020-08-25T22:15:33.275Z] 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-25T22:15:37.586Z] ---> Running in f058d965b7db [2020-08-25T22:15:39.024Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-25T22:15:40.443Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-25T22:15:41.413Z] (1/12) Installing libmagic (5.38-r0) [2020-08-25T22:15:41.684Z] (2/12) Installing file (5.38-r0) [2020-08-25T22:15:41.953Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-08-25T22:15:41.953Z] (4/12) Installing g++ (9.3.0-r2) [2020-08-25T22:15:44.492Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-25T22:15:44.492Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-08-25T22:15:44.492Z] ---> 819d875129f7 [2020-08-25T22:15:44.492Z] Step 3/22 : WORKDIR /edgex-go [2020-08-25T22:15:44.492Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-25T22:15:44.492Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-08-25T22:15:44.492Z] ---> 819d875129f7 [2020-08-25T22:15:44.492Z] Step 3/26 : WORKDIR /edgex-go [2020-08-25T22:15:44.492Z] Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-25T22:15:44.492Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-08-25T22:15:44.492Z] ---> 819d875129f7 [2020-08-25T22:15:44.492Z] Step 3/29 : WORKDIR /edgex-go [2020-08-25T22:15:44.492Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-25T22:15:44.492Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-08-25T22:15:44.492Z] ---> 819d875129f7 [2020-08-25T22:15:44.492Z] Step 3/20 : WORKDIR /edgex-go [2020-08-25T22:15:44.492Z] Step 1/24 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-25T22:15:44.492Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-08-25T22:15:44.492Z] ---> 819d875129f7 [2020-08-25T22:15:44.492Z] Step 3/24 : WORKDIR /edgex-go [2020-08-25T22:15:44.492Z] ---> Running in 1035d47d757e [2020-08-25T22:15:44.492Z] ---> Running in 6556ff7eecb9 [2020-08-25T22:15:44.492Z] ---> Running in ac504ddd3031 [2020-08-25T22:15:44.492Z] ---> Running in 7ff1606fb7c5 [2020-08-25T22:15:44.492Z] ---> Running in f124083b72a7 [2020-08-25T22:15:44.492Z] Removing intermediate container 6556ff7eecb9 [2020-08-25T22:15:44.492Z] ---> eea9bb55d90c [2020-08-25T22:15:44.492Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-25T22:15:44.492Z] Removing intermediate container 1035d47d757e [2020-08-25T22:15:44.492Z] ---> ee537e669ea6 [2020-08-25T22:15:44.492Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-25T22:15:44.492Z] Removing intermediate container ac504ddd3031 [2020-08-25T22:15:44.492Z] ---> bef5af1edf61 [2020-08-25T22:15:44.492Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-25T22:15:44.492Z] Removing intermediate container f124083b72a7 [2020-08-25T22:15:44.492Z] ---> 413b18e5b46c [2020-08-25T22:15:44.492Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-25T22:15:44.492Z] Removing intermediate container 7ff1606fb7c5 [2020-08-25T22:15:44.492Z] ---> c5b5cebbf320 [2020-08-25T22:15:44.492Z] Step 4/29 : RUN apk update && apk add make git [2020-08-25T22:15:44.492Z] ---> Running in 53529fa8515e [2020-08-25T22:15:44.492Z] ---> Running in 738598f67fb3 [2020-08-25T22:15:44.492Z] ---> Running in eee4a798574f [2020-08-25T22:15:44.492Z] ---> Running in 3f76e1e49ac9 [2020-08-25T22:15:44.492Z] ---> Running in 25842238c191 [2020-08-25T22:15:44.754Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-25T22:15:45.697Z] Removing intermediate container eee4a798574f [2020-08-25T22:15:45.697Z] ---> ffe5d1f89212 [2020-08-25T22:15:45.697Z] Step 5/20 : RUN apk update && apk add make git [2020-08-25T22:15:45.697Z] ---> Running in 6d5f046b3a81 [2020-08-25T22:15:45.697Z] Removing intermediate container 3f76e1e49ac9 [2020-08-25T22:15:45.697Z] ---> d4a2acd10ed4 [2020-08-25T22:15:45.697Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-08-25T22:15:45.697Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-25T22:15:45.958Z] Removing intermediate container 738598f67fb3 [2020-08-25T22:15:45.958Z] ---> ded1f8bdd8ae [2020-08-25T22:15:45.958Z] Step 5/26 : RUN apk update && apk add make git [2020-08-25T22:15:45.958Z] Removing intermediate container 53529fa8515e [2020-08-25T22:15:45.958Z] ---> 2c5aa32e0ee7 [2020-08-25T22:15:45.958Z] Step 5/22 : RUN apk update && apk add make git [2020-08-25T22:15:46.220Z] ---> Running in 92e3d7714626 [2020-08-25T22:15:46.220Z] ---> Running in 9ef7b567bfe0 [2020-08-25T22:15:46.220Z] ---> Running in 6f64f495445c [2020-08-25T22:15:46.482Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-25T22:15:46.744Z] v3.12.0-262-gb9e335a9e8 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-25T22:15:46.744Z] v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-25T22:15:46.744Z] OK: 12746 distinct packages available [2020-08-25T22:15:46.744Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-25T22:15:47.012Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-25T22:15:47.013Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-25T22:15:47.013Z] OK: 233 MiB in 51 packages [2020-08-25T22:15:47.324Z] (5/12) Installing fortify-headers (1.1-r0) [2020-08-25T22:15:47.324Z] (6/12) Installing patch (2.7.6-r6) [2020-08-25T22:15:47.324Z] (7/12) Installing build-base (0.5-r2) [2020-08-25T22:15:47.324Z] (8/12) Installing libsodium (1.0.18-r0) [2020-08-25T22:15:47.324Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-08-25T22:15:47.324Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-08-25T22:15:47.324Z] (11/12) Installing libzmq (4.3.2-r0) [2020-08-25T22:15:47.324Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-08-25T22:15:47.324Z] Executing busybox-1.31.1-r16.trigger [2020-08-25T22:15:47.324Z] OK: 217 MiB in 51 packages [2020-08-25T22:15:47.584Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-25T22:15:47.584Z] Removing intermediate container 25842238c191 [2020-08-25T22:15:47.584Z] ---> 00a9edfc74b0 [2020-08-25T22:15:47.584Z] Step 5/29 : COPY go.mod . [2020-08-25T22:15:47.851Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-25T22:15:47.851Z] ---> 85328636b1c1 [2020-08-25T22:15:47.851Z] Step 6/29 : RUN go mod download [2020-08-25T22:15:47.851Z] ---> Running in 73abbab8c06c [2020-08-25T22:15:47.851Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-25T22:15:47.851Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-25T22:15:48.425Z] v3.12.0-262-gb9e335a9e8 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-25T22:15:48.425Z] v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-25T22:15:48.425Z] OK: 12746 distinct packages available [2020-08-25T22:15:48.690Z] OK: 233 MiB in 51 packages [2020-08-25T22:15:48.690Z] v3.12.0-262-gb9e335a9e8 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-25T22:15:48.690Z] v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-25T22:15:48.690Z] OK: 12746 distinct packages available [2020-08-25T22:15:48.959Z] v3.12.0-262-gb9e335a9e8 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-25T22:15:48.959Z] v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-25T22:15:48.959Z] OK: 12746 distinct packages available [2020-08-25T22:15:48.959Z] v3.12.0-262-gb9e335a9e8 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-25T22:15:48.959Z] v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-25T22:15:48.959Z] OK: 12746 distinct packages available [2020-08-25T22:15:48.959Z] OK: 233 MiB in 51 packages [2020-08-25T22:15:49.233Z] OK: 233 MiB in 51 packages [2020-08-25T22:15:49.233Z] OK: 233 MiB in 51 packages [2020-08-25T22:15:49.233Z] Removing intermediate container 6d5f046b3a81 [2020-08-25T22:15:49.233Z] ---> 7ec5cc29dd23 [2020-08-25T22:15:49.233Z] Step 6/20 : COPY go.mod . [2020-08-25T22:15:49.808Z] ---> 516de5c87005 [2020-08-25T22:15:49.808Z] Step 7/20 : RUN go mod download [2020-08-25T22:15:49.808Z] Removing intermediate container 92e3d7714626 [2020-08-25T22:15:49.808Z] ---> ac67230484ce [2020-08-25T22:15:49.808Z] Step 6/26 : COPY go.mod . [2020-08-25T22:15:50.070Z] Removing intermediate container 9ef7b567bfe0 [2020-08-25T22:15:50.070Z] ---> 33e8e1dffba6 [2020-08-25T22:15:50.070Z] Step 6/24 : COPY go.mod . [2020-08-25T22:15:50.070Z] ---> Running in 3770c722074b [2020-08-25T22:15:50.334Z] Removing intermediate container 73abbab8c06c [2020-08-25T22:15:50.334Z] ---> cefd148c0eeb [2020-08-25T22:15:50.334Z] Step 7/29 : COPY . . [2020-08-25T22:15:50.334Z] Removing intermediate container 6f64f495445c [2020-08-25T22:15:50.334Z] ---> fedef3051d0f [2020-08-25T22:15:50.335Z] Step 6/22 : COPY go.mod . [2020-08-25T22:15:50.599Z] ---> 80632b449db3 [2020-08-25T22:15:50.599Z] Step 7/26 : RUN go mod download [2020-08-25T22:15:50.599Z] ---> 9dd1f51e7106 [2020-08-25T22:15:50.599Z] Step 7/24 : RUN go mod download [2020-08-25T22:15:51.551Z] ---> Running in 2e494ec9dede [2020-08-25T22:15:51.610Z] Removing intermediate container f058d965b7db [2020-08-25T22:15:51.610Z] ---> 0d8b23b2eb18 [2020-08-25T22:15:51.610Z] Step 4/7 : WORKDIR /edgex-go [2020-08-25T22:15:51.610Z] ---> Running in fb1106e9afe9 [2020-08-25T22:15:52.135Z] ---> Running in 855fa17bda04 [2020-08-25T22:15:52.201Z] Removing intermediate container fb1106e9afe9 [2020-08-25T22:15:52.201Z] ---> 551c30cbfa02 [2020-08-25T22:15:52.201Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-08-25T22:15:52.472Z] latest: Pulling from library/docker [2020-08-25T22:15:52.472Z] b538f80385f9: Already exists [2020-08-25T22:15:52.472Z] 259a493cd78d: Pulling fs layer [2020-08-25T22:15:52.472Z] b8e66b5100f5: Pulling fs layer [2020-08-25T22:15:52.472Z] 39dc9c94d07c: Pulling fs layer [2020-08-25T22:15:52.472Z] 551b823b3b82: Pulling fs layer [2020-08-25T22:15:52.472Z] 3c52a74df98c: Pulling fs layer [2020-08-25T22:15:52.472Z] 6c9b121b6998: Pulling fs layer [2020-08-25T22:15:52.472Z] 551b823b3b82: Waiting [2020-08-25T22:15:52.472Z] 6c9b121b6998: Waiting [2020-08-25T22:15:52.472Z] 3c52a74df98c: Waiting [2020-08-25T22:15:52.717Z] ---> 17be05a508f0 [2020-08-25T22:15:52.717Z] Step 7/22 : RUN go mod download [2020-08-25T22:15:52.744Z] b8e66b5100f5: Download complete [2020-08-25T22:15:52.745Z] 259a493cd78d: Verifying Checksum [2020-08-25T22:15:52.745Z] 259a493cd78d: Download complete [2020-08-25T22:15:52.745Z] 551b823b3b82: Verifying Checksum [2020-08-25T22:15:52.745Z] 551b823b3b82: Download complete [2020-08-25T22:15:53.020Z] 3c52a74df98c: Verifying Checksum [2020-08-25T22:15:53.020Z] 3c52a74df98c: Download complete [2020-08-25T22:15:53.020Z] 6c9b121b6998: Verifying Checksum [2020-08-25T22:15:53.020Z] 6c9b121b6998: Download complete [2020-08-25T22:15:53.292Z] ---> Running in 06e4e2c5f24c [2020-08-25T22:15:53.626Z] 259a493cd78d: Pull complete [2020-08-25T22:15:53.899Z] b8e66b5100f5: Pull complete [2020-08-25T22:15:54.172Z] 39dc9c94d07c: Verifying Checksum [2020-08-25T22:15:54.172Z] 39dc9c94d07c: Download complete [2020-08-25T22:15:54.690Z] Removing intermediate container 3770c722074b [2020-08-25T22:15:54.690Z] ---> 21e82449c668 [2020-08-25T22:15:54.690Z] Step 8/20 : COPY . . [2020-08-25T22:15:57.557Z] 39dc9c94d07c: Pull complete [2020-08-25T22:15:57.557Z] 551b823b3b82: Pull complete [2020-08-25T22:15:58.153Z] 3c52a74df98c: Pull complete [2020-08-25T22:15:58.422Z] 6c9b121b6998: Pull complete [2020-08-25T22:15:58.422Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-08-25T22:15:58.422Z] Status: Downloaded newer image for docker:latest [2020-08-25T22:16:01.308Z] Removing intermediate container 855fa17bda04 [2020-08-25T22:16:01.308Z] ---> c9b68020cc67 [2020-08-25T22:16:01.308Z] Step 8/24 : COPY . . [2020-08-25T22:16:01.308Z] Removing intermediate container 2e494ec9dede [2020-08-25T22:16:01.308Z] ---> 2892953e0012 [2020-08-25T22:16:01.308Z] Step 8/26 : COPY . . [2020-08-25T22:16:01.794Z] ---> ec5eb7d03f93 [2020-08-25T22:16:01.794Z] Step 6/7 : COPY go.mod . [2020-08-25T22:16:02.066Z] ---> b881c53093c9 [2020-08-25T22:16:02.066Z] Step 7/7 : RUN go mod download [2020-08-25T22:16:02.066Z] ---> Running in 5fd6c1a23c7b [2020-08-25T22:16:04.632Z] Removing intermediate container 06e4e2c5f24c [2020-08-25T22:16:04.632Z] ---> 2e6e4729ee76 [2020-08-25T22:16:04.632Z] Step 8/22 : COPY . . [2020-08-25T22:16:06.367Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-08-25T22:16:06.367Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-08-25T22:16:06.367Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-08-25T22:16:06.367Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-08-25T22:16:06.367Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-25T22:16:06.367Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-08-25T22:16:06.367Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-08-25T22:16:06.367Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-25T22:16:06.367Z] go: finding github.com/cloudflare/gokey v0.1.0 [2020-08-25T22:16:06.367Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-08-25T22:16:06.367Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-08-25T22:16:06.367Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-08-25T22:16:06.367Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 [2020-08-25T22:16:06.367Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-25T22:16:06.367Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.72 [2020-08-25T22:16:06.367Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-08-25T22:16:06.367Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-08-25T22:16:06.367Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-08-25T22:16:06.635Z] go: finding github.com/fatih/color v1.7.0 [2020-08-25T22:16:06.635Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-08-25T22:16:06.635Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-25T22:16:06.635Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-08-25T22:16:06.635Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-25T22:16:06.635Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-25T22:16:06.905Z] go: finding github.com/go-playground/assert/v2 v2.0.1 [2020-08-25T22:16:06.905Z] go: finding github.com/go-playground/locales v0.13.0 [2020-08-25T22:16:06.905Z] go: finding github.com/go-playground/universal-translator v0.17.0 [2020-08-25T22:16:06.905Z] go: finding github.com/go-playground/validator/v10 v10.3.0 [2020-08-25T22:16:06.905Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-08-25T22:16:06.905Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-25T22:16:06.905Z] go: finding github.com/golang/protobuf v1.3.2 [2020-08-25T22:16:07.174Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-08-25T22:16:07.174Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-08-25T22:16:07.174Z] go: finding github.com/google/uuid v1.1.0 [2020-08-25T22:16:07.174Z] go: finding github.com/gorilla/mux v1.7.1 [2020-08-25T22:16:07.174Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-08-25T22:16:07.174Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-08-25T22:16:07.174Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-08-25T22:16:07.443Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-25T22:16:07.443Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-25T22:16:07.443Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-08-25T22:16:07.443Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-08-25T22:16:07.443Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-25T22:16:07.443Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-08-25T22:16:07.713Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-08-25T22:16:07.713Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-08-25T22:16:07.713Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-08-25T22:16:07.713Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-08-25T22:16:07.713Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-08-25T22:16:07.713Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-08-25T22:16:07.713Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-08-25T22:16:07.982Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-08-25T22:16:07.982Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-08-25T22:16:07.982Z] go: finding github.com/imdario/mergo v0.3.6 [2020-08-25T22:16:07.982Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-25T22:16:07.982Z] go: finding github.com/kr/pretty v0.1.0 [2020-08-25T22:16:07.982Z] go: finding github.com/kr/pty v1.1.1 [2020-08-25T22:16:08.251Z] go: finding github.com/kr/text v0.1.0 [2020-08-25T22:16:08.251Z] go: finding github.com/leodido/go-urn v1.2.0 [2020-08-25T22:16:08.251Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-08-25T22:16:08.251Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-08-25T22:16:08.251Z] go: finding github.com/miekg/dns v1.0.14 [2020-08-25T22:16:08.251Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-08-25T22:16:08.251Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-25T22:16:08.521Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-08-25T22:16:08.521Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-08-25T22:16:08.521Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-08-25T22:16:08.521Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-08-25T22:16:08.521Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-08-25T22:16:08.521Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-08-25T22:16:08.794Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-08-25T22:16:08.794Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-08-25T22:16:08.794Z] go: finding github.com/onsi/gomega v1.7.0 [2020-08-25T22:16:08.794Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-08-25T22:16:08.794Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-08-25T22:16:08.794Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-08-25T22:16:09.066Z] go: finding github.com/pkg/errors v0.8.1 [2020-08-25T22:16:09.066Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-25T22:16:09.066Z] go: finding github.com/posener/complete v1.1.1 [2020-08-25T22:16:09.066Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-08-25T22:16:09.066Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-08-25T22:16:09.066Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-08-25T22:16:09.066Z] go: finding github.com/stretchr/objx v0.1.0 [2020-08-25T22:16:09.336Z] go: finding github.com/stretchr/testify v1.5.1 [2020-08-25T22:16:09.336Z] go: finding github.com/ugorji/go v1.1.4 [2020-08-25T22:16:09.336Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-25T22:16:09.336Z] go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 [2020-08-25T22:16:09.336Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-08-25T22:16:09.336Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-08-25T22:16:09.605Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-08-25T22:16:09.605Z] go: finding golang.org/x/text v0.3.2 [2020-08-25T22:16:09.605Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-08-25T22:16:09.605Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-08-25T22:16:09.605Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-08-25T22:16:09.605Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-08-25T22:16:09.605Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-08-25T22:16:09.882Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-25T22:16:26.706Z] ---> 5893b62a57fc [2020-08-25T22:16:26.707Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-08-25T22:16:26.707Z] ---> Running in c811eaa66b53 [2020-08-25T22:16:27.302Z] ---> 66b252e5e44f [2020-08-25T22:16:27.302Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-08-25T22:16:28.806Z] ---> Running in 1d62e39966d6 [2020-08-25T22:16:31.403Z] 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-25T22:16:31.403Z] 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-25T22:16:31.667Z] ---> 97c5e1d9c3c8 [2020-08-25T22:16:31.667Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-08-25T22:16:31.667Z] ---> d5d1b416120f [2020-08-25T22:16:31.667Z] 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-25T22:16:32.064Z] Removing intermediate container 5fd6c1a23c7b [2020-08-25T22:16:32.065Z] ---> 95ac53169609 [2020-08-25T22:16:32.065Z] Successfully built 95ac53169609 [2020-08-25T22:16:32.065Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [2020-08-25T22:16:32.659Z] ---> Running in 9289031fbaa3 [2020-08-25T22:16:32.659Z] ---> Running in 8dbc0fad5052 [Pipeline] isUnix [Pipeline] sh [2020-08-25T22:16:32.966Z] ---> 68cbaf4217c7 [2020-08-25T22:16:32.966Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-08-25T22:16:33.021Z] + docker inspect -f . ci-base-image-arm64 [2020-08-25T22:16:33.022Z] . [Pipeline] withDockerContainer [2020-08-25T22:16:33.239Z] ---> Running in 2bf29fd50688 [2020-08-25T22:16:33.324Z] prd-ubuntu18.04-docker-arm64-4c-16g-333 does not seem to be running inside a container [2020-08-25T22:16:33.462Z] $ docker run -t -d -u 1001:1001 -u 0:0 -e GOTESTFLAGS= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-08-25T22:16:34.222Z] 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-25T22:16:34.222Z] 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-25T22:16:34.222Z] 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-25T22:16:34.862Z] $ docker top 82c51e9785a5a44604722726cad525d40696392ccd05c8cd8a466a76ba0f199c -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-25T22:16:35.980Z] + go version [2020-08-25T22:16:35.980Z] go version go1.13.13 linux/arm64 [Pipeline] echo [2020-08-25T22:16:36.021Z] ========================================================= [2020-08-25T22:16:36.021Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-08-25T22:16:36.021Z] ========================================================= [Pipeline] sh [2020-08-25T22:16:36.685Z] + make test [2020-08-25T22:16:36.685Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-08-25T22:16:39.390Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-08-25T22:17:00.992Z] 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-25T22:17:00.992Z] Removing intermediate container c811eaa66b53 [2020-08-25T22:17:00.992Z] ---> 7193b3cf17fe [2020-08-25T22:17:00.992Z] [2020-08-25T22:17:00.992Z] Step 9/29 : FROM alpine:latest [2020-08-25T22:17:00.992Z] latest: Pulling from library/alpine [2020-08-25T22:17:00.992Z] Removing intermediate container 1d62e39966d6 [2020-08-25T22:17:00.992Z] ---> 83a8b3dbeb62 [2020-08-25T22:17:00.992Z] [2020-08-25T22:17:00.992Z] Step 10/20 : FROM alpine [2020-08-25T22:17:00.992Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-08-25T22:17:00.992Z] Status: Downloaded newer image for alpine:latest [2020-08-25T22:17:00.992Z] ---> a24bb4013296 [2020-08-25T22:17:00.992Z] 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-25T22:17:00.992Z] latest: Pulling from library/alpine [2020-08-25T22:17:00.992Z] ---> Running in 6983d9cbe059 [2020-08-25T22:17:00.993Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-08-25T22:17:00.993Z] Status: Image is up to date for alpine:latest [2020-08-25T22:17:00.993Z] ---> a24bb4013296 [2020-08-25T22:17:00.993Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-08-25T22:17:00.993Z] ---> Running in c370845c66d2 [2020-08-25T22:17:00.993Z] Removing intermediate container 6983d9cbe059 [2020-08-25T22:17:00.993Z] ---> 73c104c52f22 [2020-08-25T22:17:00.993Z] Step 11/29 : USER root [2020-08-25T22:17:00.993Z] ---> Running in dec140786e54 [2020-08-25T22:17:00.993Z] Removing intermediate container dec140786e54 [2020-08-25T22:17:00.993Z] ---> 86824d51a4e7 [2020-08-25T22:17:00.993Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-08-25T22:17:00.993Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-25T22:17:00.993Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-25T22:17:00.993Z] ---> Running in b2cc28e25683 [2020-08-25T22:17:00.993Z] v3.12.0-262-gb9e335a9e8 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-25T22:17:00.993Z] v3.12.0-259-g31aac9de85 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-25T22:17:00.993Z] OK: 12746 distinct packages available [2020-08-25T22:17:00.993Z] (1/4) Installing ca-certificates (20191127-r4) [2020-08-25T22:17:00.993Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-08-25T22:17:00.993Z] (3/4) Installing libcurl (7.69.1-r0) [2020-08-25T22:17:00.993Z] (4/4) Installing curl (7.69.1-r0) [2020-08-25T22:17:00.993Z] Executing busybox-1.31.1-r16.trigger [2020-08-25T22:17:00.993Z] Executing ca-certificates-20191127-r4.trigger [2020-08-25T22:17:01.262Z] OK: 7 MiB in 18 packages [2020-08-25T22:17:01.262Z] 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-25T22:17:01.530Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-25T22:17:01.530Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-25T22:17:02.116Z] v3.12.0-262-gb9e335a9e8 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-25T22:17:02.116Z] v3.12.0-259-g31aac9de85 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-25T22:17:02.116Z] OK: 12746 distinct packages available [2020-08-25T22:17:02.382Z] (1/2) Installing ca-certificates (20191127-r4) [2020-08-25T22:17:02.382Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-08-25T22:17:02.382Z] Executing busybox-1.31.1-r16.trigger [2020-08-25T22:17:02.382Z] Executing ca-certificates-20191127-r4.trigger [2020-08-25T22:17:02.382Z] OK: 6 MiB in 16 packages [2020-08-25T22:17:03.768Z] Removing intermediate container c370845c66d2 [2020-08-25T22:17:03.768Z] ---> 8aeb8e18af29 [2020-08-25T22:17:03.768Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-25T22:17:05.155Z] ---> Running in b3d40bf0d130 [2020-08-25T22:17:05.416Z] Removing intermediate container 8dbc0fad5052 [2020-08-25T22:17:05.416Z] ---> 64bbe582ed6a [2020-08-25T22:17:05.416Z] [2020-08-25T22:17:05.416Z] Step 10/24 : FROM scratch [2020-08-25T22:17:05.416Z] ---> [2020-08-25T22:17:05.416Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-25T22:17:06.360Z] ---> Running in 203b0ee81152 [2020-08-25T22:17:06.360Z] Removing intermediate container b3d40bf0d130 [2020-08-25T22:17:06.360Z] ---> 0dad0f249cc6 [2020-08-25T22:17:06.360Z] Step 13/20 : WORKDIR /edgex [2020-08-25T22:17:06.360Z] Removing intermediate container b2cc28e25683 [2020-08-25T22:17:06.360Z] ---> 9212eca6cee5 [2020-08-25T22:17:06.360Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-08-25T22:17:06.623Z] ---> Running in 2d4669e63d9c [2020-08-25T22:17:06.623Z] ---> Running in 6715f1a552b4 [2020-08-25T22:17:06.884Z] Removing intermediate container 203b0ee81152 [2020-08-25T22:17:06.884Z] ---> 2ec95c7df9da [2020-08-25T22:17:06.884Z] Step 12/24 : ENV APP_PORT=48060 [2020-08-25T22:17:06.884Z] ---> Running in aa2dc2c0e7ce [2020-08-25T22:17:09.451Z] Removing intermediate container 6715f1a552b4 [2020-08-25T22:17:09.451Z] ---> 54e29e872d0b [2020-08-25T22:17:09.451Z] Step 14/29 : WORKDIR $BASE_DIR [2020-08-25T22:17:09.451Z] Removing intermediate container 2d4669e63d9c [2020-08-25T22:17:09.451Z] ---> 917a5e9b14ec [2020-08-25T22:17:09.451Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-08-25T22:17:10.392Z] Removing intermediate container aa2dc2c0e7ce [2020-08-25T22:17:10.392Z] ---> 1934304a2d3a [2020-08-25T22:17:10.392Z] Step 13/24 : EXPOSE $APP_PORT [2020-08-25T22:17:10.392Z] ---> Running in 097121e1fa37 [2020-08-25T22:17:10.392Z] Removing intermediate container 9289031fbaa3 [2020-08-25T22:17:10.392Z] ---> 4e91699a84eb [2020-08-25T22:17:10.392Z] [2020-08-25T22:17:10.392Z] Step 10/26 : FROM alpine:3.10 [2020-08-25T22:17:10.392Z] ---> Running in d5cc5898f62e [2020-08-25T22:17:10.652Z] 3.10: Pulling from library/alpine [2020-08-25T22:17:10.914Z] Removing intermediate container 2bf29fd50688 [2020-08-25T22:17:10.914Z] ---> 6d8f57cc0466 [2020-08-25T22:17:10.914Z] [2020-08-25T22:17:10.914Z] Step 10/22 : FROM scratch [2020-08-25T22:17:10.914Z] ---> [2020-08-25T22:17:10.914Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-25T22:17:11.523Z] ---> Running in 3fa5c413f07e [2020-08-25T22:17:11.523Z] Removing intermediate container 097121e1fa37 [2020-08-25T22:17:11.523Z] ---> 871008eb4bda [2020-08-25T22:17:11.523Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-08-25T22:17:11.523Z] ---> 0082bceddde7 [2020-08-25T22:17:11.523Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-08-25T22:17:11.523Z] Removing intermediate container d5cc5898f62e [2020-08-25T22:17:11.523Z] ---> 3f928e13f48f [2020-08-25T22:17:11.523Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-08-25T22:17:11.523Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-08-25T22:17:11.523Z] Status: Downloaded newer image for alpine:3.10 [2020-08-25T22:17:11.523Z] ---> be4e4bea2c2e [2020-08-25T22:17:11.523Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-08-25T22:17:11.523Z] ---> Running in ae21f2653bd2 [2020-08-25T22:17:11.790Z] Removing intermediate container 3fa5c413f07e [2020-08-25T22:17:11.790Z] ---> c9504c1743f2 [2020-08-25T22:17:11.790Z] Step 12/22 : ENV APP_PORT=48081 [2020-08-25T22:17:11.790Z] ---> Running in cb8cff082e19 [2020-08-25T22:17:11.821Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-08-25T22:17:12.051Z] ---> Running in dbd55a408e5a [2020-08-25T22:17:12.051Z] ---> 731e8a1c011c [2020-08-25T22:17:12.051Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-08-25T22:17:12.322Z] ---> dfb39fb5d261 [2020-08-25T22:17:12.322Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-08-25T22:17:13.275Z] ---> Running in bee82e4e9b3e [2020-08-25T22:17:13.275Z] Removing intermediate container dbd55a408e5a [2020-08-25T22:17:13.275Z] ---> 3588b9fba437 [2020-08-25T22:17:13.275Z] Step 13/22 : EXPOSE $APP_PORT [2020-08-25T22:17:13.275Z] ---> Running in a8b07dcf7d20 [2020-08-25T22:17:13.275Z] ---> 6abd34511645 [2020-08-25T22:17:13.275Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-08-25T22:17:13.543Z] Removing intermediate container bee82e4e9b3e [2020-08-25T22:17:13.543Z] ---> bf4c817a0773 [2020-08-25T22:17:13.543Z] Step 17/20 : CMD ["--init=true"] [2020-08-25T22:17:13.543Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-08-25T22:17:13.803Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-08-25T22:17:13.803Z] v3.10.5-78-g117b307f50 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-08-25T22:17:13.803Z] v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-08-25T22:17:13.803Z] OK: 10346 distinct packages available [2020-08-25T22:17:14.066Z] (1/5) Installing ca-certificates (20191127-r2) [2020-08-25T22:17:14.066Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-08-25T22:17:14.066Z] (3/5) Installing libcurl (7.66.0-r0) [2020-08-25T22:17:14.066Z] (4/5) Installing curl (7.66.0-r0) [2020-08-25T22:17:14.066Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-08-25T22:17:14.066Z] Executing busybox-1.30.1-r3.trigger [2020-08-25T22:17:14.066Z] Executing ca-certificates-20191127-r2.trigger [2020-08-25T22:17:14.326Z] OK: 7 MiB in 19 packages [2020-08-25T22:17:14.899Z] Removing intermediate container a8b07dcf7d20 [2020-08-25T22:17:14.899Z] ---> d50cc6206bef [2020-08-25T22:17:14.899Z] Step 14/22 : WORKDIR / [2020-08-25T22:17:15.478Z] ---> Running in c7b22796c027 [2020-08-25T22:17:15.478Z] ---> Running in 4e908cb9746e [2020-08-25T22:17:15.478Z] Removing intermediate container ae21f2653bd2 [2020-08-25T22:17:15.478Z] ---> 9d17d3a4410a [2020-08-25T22:17:15.740Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-08-25T22:17:15.740Z] ---> a7316ae7f5be [2020-08-25T22:17:15.740Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-08-25T22:17:16.314Z] Removing intermediate container 4e908cb9746e [2020-08-25T22:17:16.314Z] ---> 6edd709bfaa3 [2020-08-25T22:17:16.314Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-08-25T22:17:16.314Z] Removing intermediate container c7b22796c027 [2020-08-25T22:17:16.314Z] ---> 1835f137a33d [2020-08-25T22:17:16.314Z] Step 18/20 : LABEL arch=x86_64 [2020-08-25T22:17:16.586Z] ---> Running in 94766eb71608 [2020-08-25T22:17:16.586Z] Removing intermediate container cb8cff082e19 [2020-08-25T22:17:16.586Z] ---> cdae7e857fb2 [2020-08-25T22:17:16.586Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-25T22:17:16.586Z] ---> 288927e1f683 [2020-08-25T22:17:16.586Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-08-25T22:17:16.586Z] ---> 77054a56ef2d [2020-08-25T22:17:16.586Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-08-25T22:17:16.586Z] ---> 2a5370579b31 [2020-08-25T22:17:16.586Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-08-25T22:17:17.534Z] ---> Running in ab3f9d81f8dd [2020-08-25T22:17:17.534Z] Removing intermediate container 94766eb71608 [2020-08-25T22:17:17.534Z] ---> 3c3ce675f18f [2020-08-25T22:17:17.534Z] Step 19/20 : LABEL git_sha=817bf29b41deef1822bf4a2e3a9d4fb443e5016b [2020-08-25T22:17:17.534Z] ---> be591620f241 [2020-08-25T22:17:17.534Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-08-25T22:17:17.795Z] ---> 23dcfa735ca5 [2020-08-25T22:17:17.795Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-08-25T22:17:17.795Z] ---> 2f2364ba5171 [2020-08-25T22:17:17.795Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-08-25T22:17:17.795Z] ---> Running in e706cfbc115e [2020-08-25T22:17:17.795Z] Removing intermediate container ab3f9d81f8dd [2020-08-25T22:17:17.795Z] ---> 4ed3eae101ad [2020-08-25T22:17:17.795Z] Step 13/26 : WORKDIR / [2020-08-25T22:17:18.055Z] ---> Running in 287b06b713db [2020-08-25T22:17:18.055Z] ---> efa6f1c411fb [2020-08-25T22:17:18.055Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-08-25T22:17:18.055Z] Removing intermediate container e706cfbc115e [2020-08-25T22:17:18.055Z] ---> 1ae1c5e2f537 [2020-08-25T22:17:18.055Z] Step 20/20 : LABEL version=0.0.0 [2020-08-25T22:17:18.055Z] ---> 0ada51511636 [2020-08-25T22:17:18.055Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-08-25T22:17:18.055Z] ---> 7c934fce865d [2020-08-25T22:17:18.055Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-08-25T22:17:18.328Z] ---> Running in 4398c3bef16c [2020-08-25T22:17:18.328Z] ---> Running in d49389b6fa90 [2020-08-25T22:17:18.328Z] ---> Running in 52bc631ee7dc [2020-08-25T22:17:18.328Z] Removing intermediate container 287b06b713db [2020-08-25T22:17:18.328Z] ---> 92f197ee7b4f [2020-08-25T22:17:18.328Z] 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-25T22:17:18.590Z] ---> 74ed9b58383b [2020-08-25T22:17:18.590Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-08-25T22:17:18.590Z] Removing intermediate container 4398c3bef16c [2020-08-25T22:17:18.590Z] ---> 234298e88581 [2020-08-25T22:17:18.590Z] [2020-08-25T22:17:18.853Z] Removing intermediate container 52bc631ee7dc [2020-08-25T22:17:18.853Z] ---> 64eb8fcf0b98 [2020-08-25T22:17:18.853Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-25T22:17:18.853Z] Removing intermediate container d49389b6fa90 [2020-08-25T22:17:18.853Z] ---> f1bdf8b9ce40 [2020-08-25T22:17:18.853Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-25T22:17:18.853Z] ---> 135a52ffe11e [2020-08-25T22:17:18.853Z] 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-25T22:17:18.853Z] Successfully built 234298e88581 [2020-08-25T22:17:19.114Z] ---> 0e0ce7c42b07 [2020-08-25T22:17:19.114Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-08-25T22:17:19.114Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-08-25T22:17:19.114Z]  Building docker-security-proxy-setup-go ... done Building docker-support-logging-go [2020-08-25T22:17:19.114Z] ---> Running in a9f96f303ed8 [2020-08-25T22:17:19.114Z] ---> Running in 5b57339be24e [2020-08-25T22:17:19.378Z] ---> Running in eccb526b38e7 [2020-08-25T22:17:19.378Z] ---> cc5ebbf0239b [2020-08-25T22:17:19.378Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-08-25T22:17:20.012Z] Removing intermediate container a9f96f303ed8 [2020-08-25T22:17:20.012Z] ---> df16dfbe717e [2020-08-25T22:17:20.012Z] Step 20/22 : LABEL arch=x86_64 [2020-08-25T22:17:20.012Z] Removing intermediate container 5b57339be24e [2020-08-25T22:17:20.012Z] ---> adcdc15f5c22 [2020-08-25T22:17:20.012Z] Step 22/24 : LABEL arch=x86_64 [2020-08-25T22:17:21.909Z] ---> a263d71f5661 [2020-08-25T22:17:21.909Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-08-25T22:17:21.909Z] ---> Running in e19b7602d22b [2020-08-25T22:17:23.103Z] ---> Running in e2f750fe212b [2020-08-25T22:17:23.365Z] Removing intermediate container e19b7602d22b [2020-08-25T22:17:23.365Z] ---> 124b7ebc5fe9 [2020-08-25T22:17:23.365Z] Step 21/22 : LABEL git_sha=817bf29b41deef1822bf4a2e3a9d4fb443e5016b [2020-08-25T22:17:23.631Z] ---> 42a14a3dc05c [2020-08-25T22:17:23.631Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-08-25T22:17:23.631Z] ---> Running in 4ee7fc40fd24 [2020-08-25T22:17:24.209Z] Removing intermediate container e2f750fe212b [2020-08-25T22:17:24.209Z] ---> d12852b52533 [2020-08-25T22:17:24.209Z] Step 23/24 : LABEL git_sha=817bf29b41deef1822bf4a2e3a9d4fb443e5016b [2020-08-25T22:17:25.594Z] ---> Running in 475863b85c3e [2020-08-25T22:17:25.594Z] Removing intermediate container 4ee7fc40fd24 [2020-08-25T22:17:25.594Z] ---> 51a9fe4df3db [2020-08-25T22:17:25.594Z] Step 22/22 : LABEL version=0.0.0 [2020-08-25T22:17:25.594Z] Removing intermediate container eccb526b38e7 [2020-08-25T22:17:25.594Z] ---> 25e3d1b18784 [2020-08-25T22:17:25.594Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-08-25T22:17:26.929Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-08-25T22:17:26.929Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-08-25T22:17:26.929Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-08-25T22:17:26.929Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-08-25T22:17:26.929Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.047s [2020-08-25T22:17:26.929Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-08-25T22:17:26.929Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-08-25T22:17:26.929Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-08-25T22:17:27.530Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-08-25T22:17:28.162Z] ---> 392950438d50 [2020-08-25T22:17:28.162Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-08-25T22:17:28.162Z] ---> Running in 500625c32c85 [2020-08-25T22:17:28.427Z] Removing intermediate container 475863b85c3e [2020-08-25T22:17:28.427Z] ---> 77f7f6c24104 [2020-08-25T22:17:28.427Z] Step 24/24 : LABEL version=0.0.0 [2020-08-25T22:17:28.970Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-08-25T22:17:28.970Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-08-25T22:17:28.970Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-08-25T22:17:28.970Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-08-25T22:17:29.372Z] ---> 0a97f24d6b5c [2020-08-25T22:17:29.372Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-25T22:17:29.632Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-25T22:17:29.632Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-08-25T22:17:29.632Z] ---> 819d875129f7 [2020-08-25T22:17:29.632Z] Step 3/22 : WORKDIR /edgex-go [2020-08-25T22:17:29.632Z] ---> Using cache [2020-08-25T22:17:29.632Z] ---> c5b5cebbf320 [2020-08-25T22:17:29.632Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-25T22:17:30.585Z] ---> Running in e1235c06d060 [2020-08-25T22:17:30.585Z] ---> Running in fbbd769d36bf [2020-08-25T22:17:30.585Z] ---> Running in 5ea4a705bec0 [2020-08-25T22:17:30.585Z] Removing intermediate container 500625c32c85 [2020-08-25T22:17:30.585Z] ---> d1b3a898e812 [2020-08-25T22:17:30.585Z] [2020-08-25T22:17:30.585Z] ---> 6330acaffb95 [2020-08-25T22:17:30.585Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-08-25T22:17:30.585Z] Successfully built d1b3a898e812 [2020-08-25T22:17:30.585Z] Successfully tagged docker-core-metadata-go:latest [2020-08-25T22:17:30.585Z]  Building docker-core-metadata-go ... done Building docker-core-command-go [2020-08-25T22:17:30.847Z] Removing intermediate container e1235c06d060 [2020-08-25T22:17:30.847Z] ---> de5efbd49c4c [2020-08-25T22:17:30.847Z] [2020-08-25T22:17:30.847Z] Successfully built de5efbd49c4c [2020-08-25T22:17:31.122Z] Successfully tagged docker-support-notifications-go:latest [2020-08-25T22:17:31.122Z] Building docker-support-scheduler-go [2020-08-25T22:17:31.122Z]  Building docker-support-notifications-go ... done  ---> 8b63c68664d9 [2020-08-25T22:17:31.122Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-08-25T22:17:36.450Z] ---> 60dc515c081b [2020-08-25T22:17:36.450Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-25T22:17:36.712Z] ---> Running in f559a6b44e38 [2020-08-25T22:17:39.162Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.080s coverage: 46.6% of statements [2020-08-25T22:17:39.162Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-08-25T22:17:39.162Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-08-25T22:17:39.162Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-08-25T22:17:39.162Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-08-25T22:17:39.162Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-08-25T22:17:39.271Z] Removing intermediate container fbbd769d36bf [2020-08-25T22:17:39.271Z] ---> f4593734d189 [2020-08-25T22:17:39.271Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-08-25T22:17:39.271Z] Removing intermediate container 5ea4a705bec0 [2020-08-25T22:17:39.271Z] ---> 2653fca5c323 [2020-08-25T22:17:39.271Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-08-25T22:17:41.201Z] ---> Running in be781acc6351 [2020-08-25T22:17:41.463Z] ---> Running in 9824d8e82b82 [2020-08-25T22:17:43.396Z] Removing intermediate container f559a6b44e38 [2020-08-25T22:17:43.396Z] ---> cfa9072ed122 [2020-08-25T22:17:43.396Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-08-25T22:17:43.983Z] ---> Running in 597b5db831e4 [2020-08-25T22:17:43.983Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-25T22:17:44.929Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-25T22:17:45.883Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.168s coverage: 27.2% of statements [2020-08-25T22:17:45.883Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-08-25T22:17:45.883Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-08-25T22:17:45.883Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-08-25T22:17:45.883Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-08-25T22:17:45.883Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-08-25T22:17:45.883Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-08-25T22:17:45.883Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.058s coverage: 100.0% of statements [2020-08-25T22:17:45.883Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-08-25T22:17:45.883Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.034s coverage: 100.0% of statements [2020-08-25T22:17:45.883Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-08-25T22:17:45.883Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-08-25T22:17:45.883Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.357s coverage: 82.5% of statements [2020-08-25T22:17:45.883Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-08-25T22:17:45.883Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-08-25T22:17:45.889Z] Removing intermediate container 597b5db831e4 [2020-08-25T22:17:45.889Z] ---> 49c9447c56df [2020-08-25T22:17:45.889Z] Step 24/26 : LABEL arch=x86_64 [2020-08-25T22:17:45.889Z] v3.12.0-262-gb9e335a9e8 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-25T22:17:45.889Z] v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-25T22:17:45.889Z] OK: 12746 distinct packages available [2020-08-25T22:17:46.195Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-25T22:17:46.195Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-25T22:17:46.195Z] ---> 819d875129f7 [2020-08-25T22:17:46.195Z] Step 3/21 : WORKDIR /edgex-go [2020-08-25T22:17:46.195Z] ---> Using cache [2020-08-25T22:17:46.195Z] ---> c5b5cebbf320 [2020-08-25T22:17:46.195Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-25T22:17:46.195Z] ---> Using cache [2020-08-25T22:17:46.195Z] ---> 2653fca5c323 [2020-08-25T22:17:46.195Z] Step 5/21 : RUN apk update && apk add make git [2020-08-25T22:17:46.461Z] OK: 233 MiB in 51 packages [2020-08-25T22:17:46.461Z] OK: 233 MiB in 51 packages [2020-08-25T22:17:46.722Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-25T22:17:46.722Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-08-25T22:17:46.722Z] ---> 819d875129f7 [2020-08-25T22:17:46.722Z] Step 3/22 : WORKDIR /edgex-go [2020-08-25T22:17:46.722Z] ---> Using cache [2020-08-25T22:17:46.722Z] ---> c5b5cebbf320 [2020-08-25T22:17:46.722Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-25T22:17:46.722Z] ---> Using cache [2020-08-25T22:17:46.722Z] ---> 2653fca5c323 [2020-08-25T22:17:46.722Z] Step 5/22 : RUN apk update && apk add make git [2020-08-25T22:17:46.861Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.396s coverage: 92.9% of statements [2020-08-25T22:17:46.861Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-08-25T22:17:46.861Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-08-25T22:17:46.861Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-08-25T22:17:46.861Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-08-25T22:17:48.115Z] ---> Running in 2ff84f50bc0f [2020-08-25T22:17:48.115Z] ---> Running in 4ae3292ccd1b [2020-08-25T22:17:48.115Z] ---> Running in 03361cc48a40 [2020-08-25T22:17:48.378Z] Removing intermediate container be781acc6351 [2020-08-25T22:17:48.378Z] ---> 517a3e8876d7 [2020-08-25T22:17:48.378Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-08-25T22:17:48.378Z] Removing intermediate container 2ff84f50bc0f [2020-08-25T22:17:48.378Z] ---> 2183c16fdf17 [2020-08-25T22:17:48.378Z] Step 25/26 : LABEL git_sha=817bf29b41deef1822bf4a2e3a9d4fb443e5016b [2020-08-25T22:17:48.648Z] Removing intermediate container 9824d8e82b82 [2020-08-25T22:17:48.648Z] ---> c3bc5d45b0c5 [2020-08-25T22:17:48.648Z] Step 6/22 : COPY go.mod . [2020-08-25T22:17:48.648Z] ---> Running in 01efbcef4049 [2020-08-25T22:17:48.648Z] ---> Running in 925b14b68318 [2020-08-25T22:17:48.910Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-25T22:17:48.910Z] Removing intermediate container 925b14b68318 [2020-08-25T22:17:48.910Z] ---> 5efe82883b50 [2020-08-25T22:17:48.910Z] Step 26/26 : LABEL version=0.0.0 [2020-08-25T22:17:48.910Z] Removing intermediate container 01efbcef4049 [2020-08-25T22:17:48.910Z] ---> 67e7e26ace70 [2020-08-25T22:17:48.910Z] Step 26/29 : CMD [ "generate" ] [2020-08-25T22:17:48.910Z] ---> 92df608c0bb6 [2020-08-25T22:17:48.910Z] Step 7/22 : RUN go mod download [2020-08-25T22:17:48.910Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-25T22:17:49.173Z] ---> Running in 0d3c12962500 [2020-08-25T22:17:49.173Z] ---> Running in 08611b434b89 [2020-08-25T22:17:49.173Z] ---> Running in cd878181c782 [2020-08-25T22:17:49.435Z] Removing intermediate container 08611b434b89 [2020-08-25T22:17:49.435Z] ---> ad38f02ac641 [2020-08-25T22:17:49.435Z] [2020-08-25T22:17:49.435Z] Removing intermediate container 0d3c12962500 [2020-08-25T22:17:49.435Z] ---> 8343a9be7689 [2020-08-25T22:17:49.435Z] Step 27/29 : LABEL arch=x86_64 [2020-08-25T22:17:49.435Z] ---> Running in a48e1716f48a [2020-08-25T22:17:49.435Z] Successfully built ad38f02ac641 [2020-08-25T22:17:49.435Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-08-25T22:17:49.435Z] Building docker-core-data-go [2020-08-25T22:17:49.704Z]  Building docker-security-secretstore-setup-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-25T22:17:49.704Z] Removing intermediate container a48e1716f48a [2020-08-25T22:17:49.704Z] ---> d4aae87e610e [2020-08-25T22:17:49.704Z] Step 28/29 : LABEL git_sha=817bf29b41deef1822bf4a2e3a9d4fb443e5016b [2020-08-25T22:17:49.704Z] ---> Running in ed0b1a308ac3 [2020-08-25T22:17:49.974Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-25T22:17:50.235Z] Removing intermediate container ed0b1a308ac3 [2020-08-25T22:17:50.235Z] ---> c453d5faa69c [2020-08-25T22:17:50.235Z] Step 29/29 : LABEL version=0.0.0 [2020-08-25T22:17:50.253Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.478s coverage: 28.6% of statements [2020-08-25T22:17:50.253Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-08-25T22:17:50.253Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-08-25T22:17:50.253Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-08-25T22:17:50.253Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-08-25T22:17:50.253Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-08-25T22:17:50.515Z] ---> Running in f1bca14ed310 [2020-08-25T22:17:50.777Z] v3.12.0-262-gb9e335a9e8 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-25T22:17:50.777Z] v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-25T22:17:50.777Z] OK: 12746 distinct packages available [2020-08-25T22:17:50.777Z] v3.12.0-262-gb9e335a9e8 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-25T22:17:50.777Z] v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-25T22:17:50.777Z] OK: 12746 distinct packages available [2020-08-25T22:17:51.039Z] OK: 233 MiB in 51 packages [2020-08-25T22:17:51.039Z] OK: 233 MiB in 51 packages [2020-08-25T22:17:51.254Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.078s coverage: 100.0% of statements [2020-08-25T22:17:51.254Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-08-25T22:17:51.528Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.048s coverage: 100.0% of statements [2020-08-25T22:17:51.529Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-08-25T22:17:52.507Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.125s coverage: 89.8% of statements [2020-08-25T22:17:52.507Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-08-25T22:17:53.619Z] Removing intermediate container f1bca14ed310 [2020-08-25T22:17:53.619Z] ---> 83d508894c6a [2020-08-25T22:17:53.619Z] [2020-08-25T22:17:53.619Z] Successfully built 83d508894c6a [2020-08-25T22:17:53.619Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-08-25T22:17:53.619Z] Building docker-sys-mgmt-agent-go [2020-08-25T22:17:56.831Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.098s coverage: 97.5% of statements [2020-08-25T22:17:56.831Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-08-25T22:17:56.831Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.038s coverage: 100.0% of statements [2020-08-25T22:17:56.831Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-08-25T22:17:56.831Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-08-25T22:17:56.831Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-08-25T22:17:56.831Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-08-25T22:17:56.831Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-08-25T22:17:56.831Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-08-25T22:17:56.831Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-08-25T22:17:56.831Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-08-25T22:17:56.831Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-08-25T22:17:56.831Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-08-25T22:17:56.831Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-08-25T22:17:56.831Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-08-25T22:17:56.831Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-08-25T22:17:56.831Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-08-25T22:17:56.831Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-08-25T22:17:56.831Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-08-25T22:17:56.831Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-08-25T22:17:56.831Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-08-25T22:17:56.831Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.049s coverage: 58.8% of statements [2020-08-25T22:17:56.831Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-08-25T22:17:56.831Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/error [no test files] [2020-08-25T22:17:56.831Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis [no test files] [2020-08-25T22:17:57.876Z]  Building docker-security-secrets-setup-go ... done Removing intermediate container 4ae3292ccd1b [2020-08-25T22:17:57.876Z] ---> 09d7aae2653e [2020-08-25T22:17:57.876Z] Step 6/21 : COPY go.mod . [2020-08-25T22:17:57.876Z] Removing intermediate container cd878181c782 [2020-08-25T22:17:57.876Z] ---> a2b5f84c6669 [2020-08-25T22:17:57.876Z] Step 8/22 : COPY . . [2020-08-25T22:17:57.876Z] Removing intermediate container 03361cc48a40 [2020-08-25T22:17:57.876Z] ---> 5813dda4605d [2020-08-25T22:17:57.876Z] Step 6/22 : COPY go.mod . [2020-08-25T22:17:58.270Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.250s coverage: 63.5% of statements [2020-08-25T22:17:58.270Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-08-25T22:17:58.270Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-08-25T22:17:58.270Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.036s coverage: 100.0% of statements [2020-08-25T22:18:00.903Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.331s coverage: 55.9% of statements [2020-08-25T22:18:00.903Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-08-25T22:18:00.903Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-08-25T22:18:00.903Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-08-25T22:18:00.903Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-08-25T22:18:01.218Z] ---> 7d20cc88d9c1 [2020-08-25T22:18:01.218Z] Step 7/21 : RUN go mod download [2020-08-25T22:18:04.552Z] Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-25T22:18:04.552Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-08-25T22:18:04.552Z] ---> 819d875129f7 [2020-08-25T22:18:04.552Z] Step 3/23 : WORKDIR /edgex-go [2020-08-25T22:18:04.552Z] ---> Using cache [2020-08-25T22:18:04.552Z] ---> c5b5cebbf320 [2020-08-25T22:18:04.552Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-25T22:18:04.552Z] ---> Using cache [2020-08-25T22:18:04.552Z] ---> 2653fca5c323 [2020-08-25T22:18:04.552Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-08-25T22:18:06.502Z] ---> 26bb91e946d4 [2020-08-25T22:18:06.502Z] Step 7/22 : RUN go mod download [2020-08-25T22:18:06.767Z] ---> Running in 3316f877c569 [2020-08-25T22:18:09.339Z] ---> Running in a93ab5b7ac4f [2020-08-25T22:18:09.892Z] Step 1/27 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-25T22:18:09.892Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-08-25T22:18:09.892Z] ---> 819d875129f7 [2020-08-25T22:18:09.892Z] Step 3/27 : WORKDIR /edgex-go [2020-08-25T22:18:09.892Z] ---> Using cache [2020-08-25T22:18:09.893Z] ---> c5b5cebbf320 [2020-08-25T22:18:09.893Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-25T22:18:09.893Z] ---> Using cache [2020-08-25T22:18:09.893Z] ---> 2653fca5c323 [2020-08-25T22:18:09.893Z] Step 5/27 : RUN apk update && apk add make bash git [2020-08-25T22:18:10.474Z] ---> Running in 84057a73445e [2020-08-25T22:18:10.739Z] ---> Running in 7e6829d45901 [2020-08-25T22:18:12.151Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-25T22:18:12.151Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-25T22:18:12.736Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-25T22:18:13.002Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-25T22:18:13.984Z] v3.12.0-262-gb9e335a9e8 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-25T22:18:13.984Z] v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-25T22:18:13.984Z] OK: 12746 distinct packages available [2020-08-25T22:18:13.984Z] v3.12.0-262-gb9e335a9e8 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-25T22:18:13.984Z] v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-25T22:18:13.984Z] OK: 12746 distinct packages available [2020-08-25T22:18:13.984Z] OK: 233 MiB in 51 packages [2020-08-25T22:18:14.250Z] Removing intermediate container 84057a73445e [2020-08-25T22:18:14.250Z] ---> b3adcdcf1067 [2020-08-25T22:18:14.250Z] Step 8/22 : COPY . . [2020-08-25T22:18:14.250Z] OK: 233 MiB in 51 packages [2020-08-25T22:18:14.250Z] Removing intermediate container 3316f877c569 [2020-08-25T22:18:14.250Z] ---> c3e55568d9a6 [2020-08-25T22:18:14.250Z] Step 8/21 : COPY . . [2020-08-25T22:18:19.226Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 15.833s coverage: 86.3% of statements [2020-08-25T22:18:19.226Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-08-25T22:18:19.226Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.082s coverage: 72.2% of statements [2020-08-25T22:18:19.226Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.493s coverage: 72.1% of statements [2020-08-25T22:18:19.226Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.126s coverage: 82.4% of statements [2020-08-25T22:18:19.226Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.063s coverage: 48.4% of statements [2020-08-25T22:18:19.226Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-08-25T22:18:19.226Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-08-25T22:18:19.226Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-08-25T22:18:19.226Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.030s coverage: 28.8% of statements [2020-08-25T22:18:19.226Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-08-25T22:18:19.226Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.056s coverage: 96.8% of statements [2020-08-25T22:18:19.226Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-08-25T22:18:19.226Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.087s coverage: 26.9% of statements [2020-08-25T22:18:19.226Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-08-25T22:18:19.226Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-08-25T22:18:19.226Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.323s coverage: 84.1% of statements [2020-08-25T22:18:19.226Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.056s coverage: 100.0% of statements [2020-08-25T22:18:19.226Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.029s coverage: 42.9% of statements [2020-08-25T22:18:19.226Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-08-25T22:18:19.226Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-08-25T22:18:19.226Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.020s coverage: 100.0% of statements [2020-08-25T22:18:19.226Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-08-25T22:18:19.226Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.046s coverage: 83.8% of statements [2020-08-25T22:18:19.226Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-08-25T22:18:22.619Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.086s coverage: 46.1% of statements [2020-08-25T22:18:22.619Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-08-25T22:18:22.619Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-08-25T22:18:22.619Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.049s coverage: 100.0% of statements [2020-08-25T22:18:22.619Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-08-25T22:18:22.619Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-08-25T22:18:22.619Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-08-25T22:18:22.619Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.053s coverage: 100.0% of statements [2020-08-25T22:18:22.619Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-08-25T22:18:22.619Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.105s coverage: 100.0% of statements [2020-08-25T22:18:22.619Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-08-25T22:18:26.545Z] Removing intermediate container a93ab5b7ac4f [2020-08-25T22:18:26.545Z] ---> 36d1ef91f0e5 [2020-08-25T22:18:26.545Z] Step 6/23 : COPY go.mod . [2020-08-25T22:18:26.545Z] Removing intermediate container 7e6829d45901 [2020-08-25T22:18:26.545Z] ---> 7ab37425132e [2020-08-25T22:18:26.545Z] Step 6/27 : COPY go.mod . [2020-08-25T22:18:26.931Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.260s coverage: 29.1% of statements [2020-08-25T22:18:26.931Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-08-25T22:18:26.931Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-08-25T22:18:26.931Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-08-25T22:18:26.931Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-08-25T22:18:26.931Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-08-25T22:18:26.931Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.053s coverage: 99.0% of statements [2020-08-25T22:18:26.931Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-08-25T22:18:26.931Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.068s coverage: 100.0% of statements [2020-08-25T22:18:26.931Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-08-25T22:18:26.931Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.032s coverage: 0.0% of statements [2020-08-25T22:18:26.931Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-08-25T22:18:27.505Z] ---> 7c3ee085d395 [2020-08-25T22:18:27.505Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-08-25T22:18:27.910Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.041s coverage: 100.0% of statements [2020-08-25T22:18:27.910Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-08-25T22:18:27.910Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-08-25T22:18:27.910Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-08-25T22:18:27.910Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-08-25T22:18:28.894Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.020s coverage: 87.9% of statements [2020-08-25T22:18:28.894Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-08-25T22:18:28.894Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-08-25T22:18:29.460Z] ---> cddc18a7e1c1 [2020-08-25T22:18:29.460Z] Step 7/23 : RUN go mod download [2020-08-25T22:18:29.460Z] ---> 87bb118911b2 [2020-08-25T22:18:29.460Z] Step 7/27 : RUN go mod download [2020-08-25T22:18:29.733Z] ---> Running in 1ae47d449a4c [2020-08-25T22:18:29.885Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.039s coverage: 100.0% of statements [2020-08-25T22:18:29.885Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.019s coverage: 32.1% of statements [2020-08-25T22:18:30.005Z] ---> Running in a339eada9cfa [2020-08-25T22:18:30.005Z] ---> Running in 2020f3b01cc3 [2020-08-25T22:18:31.316Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.027s coverage: 100.0% of statements [2020-08-25T22:18:31.909Z] GO111MODULE=on go vet ./... [2020-08-25T22:18:32.246Z] 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-25T22:18:36.542Z] Removing intermediate container a339eada9cfa [2020-08-25T22:18:36.542Z] ---> 5f14b0a5a0be [2020-08-25T22:18:36.542Z] Step 8/23 : COPY . . [2020-08-25T22:18:36.542Z] Removing intermediate container 2020f3b01cc3 [2020-08-25T22:18:36.542Z] ---> 5c2a9ed56ac0 [2020-08-25T22:18:36.542Z] Step 8/27 : COPY . . [2020-08-25T22:18:36.823Z] ---> b635776884e1 [2020-08-25T22:18:36.823Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-08-25T22:18:36.823Z] ---> c8c10848acba [2020-08-25T22:18:36.823Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-08-25T22:18:37.099Z] ---> Running in 9ea62750d189 [2020-08-25T22:18:37.099Z] ---> Running in 6d9ed6075923 [2020-08-25T22:18:40.498Z] 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-25T22:18:41.482Z] 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-25T22:18:50.233Z] gofmt -l . [2020-08-25T22:18:51.205Z] [ "`gofmt -l .`" = "" ] [2020-08-25T22:18:53.809Z] ./bin/test-go-mod-tidy.sh [2020-08-25T22:18:54.081Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-08-25T22:18:58.126Z] + ls -al . [2020-08-25T22:18:58.126Z] total 584 [2020-08-25T22:18:58.126Z] drwxrwxr-x 10 1001 1001 4096 Aug 25 22:18 . [2020-08-25T22:18:58.126Z] drwxr-xr-x 4 root root 4096 Aug 25 22:16 .. [2020-08-25T22:18:58.126Z] -rw-rw-r-- 1 1001 1001 11 Aug 25 22:14 .dockerignore [2020-08-25T22:18:58.126Z] drwxrwxr-x 8 1001 1001 4096 Aug 25 22:14 .git [2020-08-25T22:18:58.126Z] drwxrwxr-x 3 1001 1001 4096 Aug 25 22:14 .github [2020-08-25T22:18:58.126Z] -rw-rw-r-- 1 1001 1001 932 Aug 25 22:14 .gitignore [2020-08-25T22:18:58.126Z] drwxrwxr-x 3 1001 1001 4096 Aug 25 22:14 .semver [2020-08-25T22:18:58.126Z] -rw-rw-r-- 1 1001 1001 166 Aug 25 22:14 .sonarcloud.properties [2020-08-25T22:18:58.126Z] -rw-rw-r-- 1 1001 1001 3804 Aug 25 22:14 CONTRIBUTING.md [2020-08-25T22:18:58.126Z] -rw-rw-r-- 1 1001 1001 1035 Aug 25 22:14 Dockerfile.build [2020-08-25T22:18:58.126Z] -rw-rw-r-- 1 1001 1001 865 Aug 25 22:14 Jenkinsfile [2020-08-25T22:18:58.126Z] -rw-rw-r-- 1 1001 1001 10775 Aug 25 22:14 LICENSE [2020-08-25T22:18:58.126Z] -rw-rw-r-- 1 1001 1001 6237 Aug 25 22:14 Makefile [2020-08-25T22:18:58.126Z] -rw-rw-r-- 1 1001 1001 5652 Aug 25 22:14 README.md [2020-08-25T22:18:58.126Z] -rw-rw-r-- 1 1001 1001 259 Aug 25 22:14 SECURITY.md [2020-08-25T22:18:58.126Z] -rw-rw-r-- 1 1001 1001 5 Aug 25 22:12 VERSION [2020-08-25T22:18:58.126Z] -rw-rw-r-- 1 1001 1001 4131 Aug 25 22:14 ZMQWindows.md [2020-08-25T22:18:58.126Z] drwxrwxr-x 2 1001 1001 4096 Aug 25 22:14 bin [2020-08-25T22:18:58.126Z] drwxrwxr-x 15 1001 1001 4096 Aug 25 22:14 cmd [2020-08-25T22:18:58.126Z] -rw-r--r-- 1 root root 458659 Aug 25 22:18 coverage.out [2020-08-25T22:18:58.126Z] -rw-r--r-- 1 root root 1019 Aug 25 22:18 go.mod [2020-08-25T22:18:58.126Z] -rw-r--r-- 1 root root 19185 Aug 25 22:18 go.sum [2020-08-25T22:18:58.126Z] drwxrwxr-x 8 1001 1001 4096 Aug 25 22:14 internal [2020-08-25T22:18:58.126Z] drwxrwxr-x 4 1001 1001 4096 Aug 25 22:14 openapi [2020-08-25T22:18:58.126Z] drwxrwxr-x 4 1001 1001 4096 Aug 25 22:14 snap [2020-08-25T22:18:58.126Z] -rw-rw-r-- 1 1001 1001 168 Aug 25 22:14 version.go [Pipeline] sh [2020-08-25T22:18:58.796Z] + '[' -e coverage.out ] [2020-08-25T22:18:58.796Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-08-25T22:18:58.836Z] Warning: overwriting stash ‘coverage-report’ [2020-08-25T22:18:59.987Z] Stashed 1 file(s) [Pipeline] sh [2020-08-25T22:19:00.666Z] + make build [2020-08-25T22:19:00.666Z] 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-25T22:19:03.664Z] Removing intermediate container 1ae47d449a4c [2020-08-25T22:19:03.664Z] ---> d00113530b98 [2020-08-25T22:19:03.664Z] [2020-08-25T22:19:03.664Z] Step 10/22 : FROM scratch [2020-08-25T22:19:03.664Z] ---> [2020-08-25T22:19:03.664Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-25T22:19:04.249Z] ---> 73ca55e5dda4 [2020-08-25T22:19:04.249Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-08-25T22:19:04.824Z] ---> Using cache [2020-08-25T22:19:04.824Z] ---> 2ec95c7df9da [2020-08-25T22:19:04.824Z] Step 12/22 : ENV APP_PORT=48061 [2020-08-25T22:19:05.104Z] ---> Running in 5d40c418516d [2020-08-25T22:19:05.104Z] ---> Running in fcf8f363d18a [2020-08-25T22:19:05.104Z] ---> 8a283f441953 [2020-08-25T22:19:05.104Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-08-25T22:19:05.378Z] ---> Running in ac5c07507d0d [2020-08-25T22:19:05.650Z] Removing intermediate container fcf8f363d18a [2020-08-25T22:19:05.650Z] ---> 4ee777318356 [2020-08-25T22:19:05.650Z] Step 13/22 : EXPOSE $APP_PORT [2020-08-25T22:19:05.650Z] ---> Running in f66f1b5bbf34 [2020-08-25T22:19:05.920Z] Removing intermediate container f66f1b5bbf34 [2020-08-25T22:19:05.920Z] ---> bac1908537c9 [2020-08-25T22:19:05.920Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-08-25T22:19:05.920Z] 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-25T22:19:06.190Z] 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-25T22:19:06.190Z] ---> da20f20a83d4 [2020-08-25T22:19:06.190Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-08-25T22:19:06.791Z] ---> fd82584c778f [2020-08-25T22:19:06.791Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-08-25T22:19:08.724Z] ---> bbef8108776e [2020-08-25T22:19:08.724Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-08-25T22:19:09.701Z] ---> 1706426171cb [2020-08-25T22:19:09.701Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-08-25T22:19:09.985Z] ---> Running in 26ad37d524e0 [2020-08-25T22:19:10.602Z] Removing intermediate container 26ad37d524e0 [2020-08-25T22:19:10.602Z] ---> 576d14c4f7c4 [2020-08-25T22:19:10.602Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-25T22:19:12.039Z] ---> Running in aa73937d56fa [2020-08-25T22:19:15.391Z] Removing intermediate container 6d9ed6075923 [2020-08-25T22:19:15.391Z] ---> 749d30e0a1a7 [2020-08-25T22:19:15.391Z] [2020-08-25T22:19:15.391Z] Step 10/22 : FROM scratch [2020-08-25T22:19:15.391Z] ---> [2020-08-25T22:19:15.391Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-25T22:19:15.391Z] ---> Using cache [2020-08-25T22:19:15.391Z] ---> c9504c1743f2 [2020-08-25T22:19:15.391Z] Step 12/22 : ENV APP_PORT=48082 [2020-08-25T22:19:15.391Z] Removing intermediate container aa73937d56fa [2020-08-25T22:19:15.391Z] ---> cc338fa63c54 [2020-08-25T22:19:15.391Z] Step 20/22 : LABEL arch=x86_64 [2020-08-25T22:19:15.391Z] ---> Running in a52cc8e74f99 [2020-08-25T22:19:15.391Z] Removing intermediate container 9ea62750d189 [2020-08-25T22:19:15.391Z] ---> 751415d84562 [2020-08-25T22:19:15.391Z] [2020-08-25T22:19:15.391Z] Step 10/21 : FROM scratch [2020-08-25T22:19:15.391Z] ---> Running in 6eb4f06a6ff4 [2020-08-25T22:19:15.391Z] ---> [2020-08-25T22:19:15.391Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-25T22:19:15.660Z] ---> Using cache [2020-08-25T22:19:15.660Z] ---> c9504c1743f2 [2020-08-25T22:19:15.660Z] Step 12/21 : ENV APP_PORT=48085 [2020-08-25T22:19:15.660Z] ---> Running in dbd746776973 [2020-08-25T22:19:15.660Z] Removing intermediate container a52cc8e74f99 [2020-08-25T22:19:15.660Z] ---> 0b2f5bf5d2f5 [2020-08-25T22:19:15.660Z] Step 13/22 : EXPOSE $APP_PORT [2020-08-25T22:19:15.925Z] ---> Running in eceeb66de445 [2020-08-25T22:19:15.925Z] Removing intermediate container 6eb4f06a6ff4 [2020-08-25T22:19:15.925Z] ---> 62a2142e8025 [2020-08-25T22:19:15.925Z] Step 21/22 : LABEL git_sha=817bf29b41deef1822bf4a2e3a9d4fb443e5016b [2020-08-25T22:19:17.349Z] Removing intermediate container dbd746776973 [2020-08-25T22:19:17.349Z] ---> 28acd7d50454 [2020-08-25T22:19:17.349Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-25T22:19:17.349Z] ---> Running in 7fe331933b6e [2020-08-25T22:19:17.349Z] ---> Running in 5667098ced37 [2020-08-25T22:19:17.618Z] Removing intermediate container eceeb66de445 [2020-08-25T22:19:17.618Z] ---> e8caca46459c [2020-08-25T22:19:17.618Z] Step 14/22 : WORKDIR / [2020-08-25T22:19:17.885Z] ---> Running in 9eda5269e2cf [2020-08-25T22:19:18.152Z] Removing intermediate container 7fe331933b6e [2020-08-25T22:19:18.152Z] ---> 4bf064289a1a [2020-08-25T22:19:18.152Z] Step 22/22 : LABEL version=0.0.0 [2020-08-25T22:19:18.152Z] Removing intermediate container 5667098ced37 [2020-08-25T22:19:18.152Z] ---> acc69466301f [2020-08-25T22:19:18.152Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-08-25T22:19:18.427Z] ---> Running in a107be1e5bf2 [2020-08-25T22:19:18.427Z] Removing intermediate container 9eda5269e2cf [2020-08-25T22:19:18.427Z] ---> 3ec34d93e5eb [2020-08-25T22:19:18.427Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-08-25T22:19:18.699Z] ---> acf4fb7be6f7 [2020-08-25T22:19:18.699Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-08-25T22:19:18.975Z] Removing intermediate container a107be1e5bf2 [2020-08-25T22:19:18.975Z] ---> 87a0f0e95ae2 [2020-08-25T22:19:18.975Z] [2020-08-25T22:19:18.975Z] Successfully built 87a0f0e95ae2 [2020-08-25T22:19:18.975Z] ---> 1ed985e0cfec [2020-08-25T22:19:18.975Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-08-25T22:19:18.975Z] Successfully tagged docker-support-logging-go:latest [2020-08-25T22:19:19.164Z] 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-25T22:19:20.696Z]  Building docker-support-logging-go ... done  ---> a99cde2bad94 [2020-08-25T22:19:20.696Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-08-25T22:19:20.967Z] ---> f2082bf60d79 [2020-08-25T22:19:20.967Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-08-25T22:19:21.562Z] ---> 915eacf355f3 [2020-08-25T22:19:21.562Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-08-25T22:19:22.531Z] ---> Running in 97250f178e4d [2020-08-25T22:19:23.481Z] ---> 8206ffd174d4 [2020-08-25T22:19:23.481Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-08-25T22:19:23.481Z] ---> Running in 6e5827e75d45 [2020-08-25T22:19:23.481Z] Removing intermediate container 97250f178e4d [2020-08-25T22:19:23.481Z] ---> 92add392bdf6 [2020-08-25T22:19:23.481Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-25T22:19:23.481Z] ---> Running in 622d88532a03 [2020-08-25T22:19:23.749Z] Removing intermediate container 6e5827e75d45 [2020-08-25T22:19:23.749Z] ---> 145ec464ec28 [2020-08-25T22:19:23.749Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-25T22:19:24.027Z] ---> Running in 5826d952c0d6 [2020-08-25T22:19:24.027Z] Removing intermediate container 622d88532a03 [2020-08-25T22:19:24.027Z] ---> 6e337a2ee1a5 [2020-08-25T22:19:24.027Z] Step 19/21 : LABEL arch=x86_64 [2020-08-25T22:19:24.295Z] ---> Running in df70737d0148 [2020-08-25T22:19:24.295Z] Removing intermediate container 5826d952c0d6 [2020-08-25T22:19:24.295Z] ---> 647ac784bdad [2020-08-25T22:19:24.295Z] Step 20/22 : LABEL arch=x86_64 [2020-08-25T22:19:24.562Z] ---> Running in c9e47d9462d4 [2020-08-25T22:19:24.825Z] Removing intermediate container df70737d0148 [2020-08-25T22:19:24.825Z] ---> 5331fa754c12 [2020-08-25T22:19:24.825Z] Step 20/21 : LABEL git_sha=817bf29b41deef1822bf4a2e3a9d4fb443e5016b [2020-08-25T22:19:24.825Z] Removing intermediate container c9e47d9462d4 [2020-08-25T22:19:24.825Z] ---> a714fa2b0141 [2020-08-25T22:19:24.825Z] Step 21/22 : LABEL git_sha=817bf29b41deef1822bf4a2e3a9d4fb443e5016b [2020-08-25T22:19:25.091Z] ---> Running in 6d6d48ca4aba [2020-08-25T22:19:25.091Z] ---> Running in b3c594e6a1db [2020-08-25T22:19:25.351Z] Removing intermediate container 6d6d48ca4aba [2020-08-25T22:19:25.351Z] ---> 1fcbf1a87df9 [2020-08-25T22:19:25.351Z] Step 21/21 : LABEL version=0.0.0 [2020-08-25T22:19:25.351Z] Removing intermediate container b3c594e6a1db [2020-08-25T22:19:25.351Z] ---> 47ad6be9a85d [2020-08-25T22:19:25.351Z] Step 22/22 : LABEL version=0.0.0 [2020-08-25T22:19:25.351Z] ---> Running in 581e671de706 [2020-08-25T22:19:25.351Z] ---> Running in e3b57dc8111b [2020-08-25T22:19:25.626Z] Removing intermediate container 581e671de706 [2020-08-25T22:19:25.626Z] ---> 2191cd90c3be [2020-08-25T22:19:25.626Z] [2020-08-25T22:19:25.898Z] Removing intermediate container e3b57dc8111b [2020-08-25T22:19:25.898Z] ---> d22dac802c83 [2020-08-25T22:19:25.898Z] [2020-08-25T22:19:25.899Z] Successfully built 2191cd90c3be [2020-08-25T22:19:25.899Z] Successfully tagged docker-support-scheduler-go:latest [2020-08-25T22:19:25.899Z]  Building docker-support-scheduler-go ... done Successfully built d22dac802c83 [2020-08-25T22:19:25.899Z] Successfully tagged docker-core-command-go:latest [2020-08-25T22:19:29.200Z]  Building docker-core-command-go ... done Removing intermediate container ac5c07507d0d [2020-08-25T22:19:29.200Z] ---> d1f933f19f87 [2020-08-25T22:19:29.200Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-08-25T22:19:29.464Z] ---> Running in 1536a03c70ef [2020-08-25T22:19:30.855Z] 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-25T22:19:31.552Z] 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-25T22:19:32.238Z] Removing intermediate container 1536a03c70ef [2020-08-25T22:19:32.238Z] ---> 141a74a141d4 [2020-08-25T22:19:32.238Z] [2020-08-25T22:19:32.238Z] Step 11/27 : FROM docker:latest [2020-08-25T22:19:32.238Z] ---> 81f5749c9058 [2020-08-25T22:19:32.238Z] Step 12/27 : RUN apk add --no-cache bash [2020-08-25T22:19:32.238Z] ---> Running in 9b4467d23794 [2020-08-25T22:19:32.828Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-25T22:19:32.828Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-25T22:19:33.399Z] (1/2) Installing readline (8.0.4-r0) [2020-08-25T22:19:33.399Z] (2/2) Installing bash (5.0.17-r0) [2020-08-25T22:19:33.399Z] Executing bash-5.0.17-r0.post-install [2020-08-25T22:19:33.659Z] Executing busybox-1.31.1-r16.trigger [2020-08-25T22:19:33.920Z] OK: 12 MiB in 22 packages [2020-08-25T22:19:34.491Z] Removing intermediate container 5d40c418516d [2020-08-25T22:19:34.491Z] ---> 6e1e09c0941d [2020-08-25T22:19:34.491Z] [2020-08-25T22:19:34.491Z] Step 10/23 : FROM alpine [2020-08-25T22:19:34.491Z] ---> a24bb4013296 [2020-08-25T22:19:34.491Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-25T22:19:34.752Z] ---> Running in b3d565e83054 [2020-08-25T22:19:34.752Z] Removing intermediate container b3d565e83054 [2020-08-25T22:19:34.752Z] ---> 8708ae536918 [2020-08-25T22:19:34.752Z] Step 12/23 : ENV APP_PORT=48080 [2020-08-25T22:19:35.013Z] Removing intermediate container 9b4467d23794 [2020-08-25T22:19:35.013Z] ---> 3dc3033b7841 [2020-08-25T22:19:35.013Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-08-25T22:19:35.013Z] ---> Running in d913d93739d3 [2020-08-25T22:19:35.013Z] ---> Running in d50edf819ac0 [2020-08-25T22:19:35.273Z] Removing intermediate container d913d93739d3 [2020-08-25T22:19:35.273Z] ---> f583ae411be7 [2020-08-25T22:19:35.273Z] Step 13/23 : EXPOSE $APP_PORT [2020-08-25T22:19:35.273Z] ---> Running in a025e8c02fe8 [2020-08-25T22:19:35.535Z] Removing intermediate container a025e8c02fe8 [2020-08-25T22:19:35.535Z] ---> 69174c4a03a3 [2020-08-25T22:19:35.535Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-25T22:19:35.535Z] ---> Running in 3ea24bbe2be1 [2020-08-25T22:19:35.849Z] 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-25T22:19:36.112Z] Removing intermediate container d50edf819ac0 [2020-08-25T22:19:36.112Z] ---> 2eff3280ee4c [2020-08-25T22:19:36.112Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-08-25T22:19:36.112Z] ---> Running in 117c222a3d19 [2020-08-25T22:19:36.377Z] Removing intermediate container 117c222a3d19 [2020-08-25T22:19:36.377Z] ---> b5596cf804ce [2020-08-25T22:19:36.377Z] Step 15/27 : ENV APP_PORT=48090 [2020-08-25T22:19:36.377Z] ---> Running in 498b43fff369 [2020-08-25T22:19:36.377Z] Removing intermediate container 3ea24bbe2be1 [2020-08-25T22:19:36.377Z] ---> db16212efd08 [2020-08-25T22:19:36.377Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-08-25T22:19:36.640Z] Removing intermediate container 498b43fff369 [2020-08-25T22:19:36.640Z] ---> 1ace7282d186 [2020-08-25T22:19:36.640Z] Step 16/27 : EXPOSE $APP_PORT [2020-08-25T22:19:36.640Z] ---> Running in fce49517cf8d [2020-08-25T22:19:36.640Z] ---> Running in 26c7f0a8b28b [2020-08-25T22:19:36.909Z] Removing intermediate container 26c7f0a8b28b [2020-08-25T22:19:36.909Z] ---> 10ff903c005d [2020-08-25T22:19:36.909Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-08-25T22:19:37.170Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-25T22:19:37.430Z] ---> d2dd21c42824 [2020-08-25T22:19:37.430Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-08-25T22:19:37.430Z] ---> 450da0f51434 [2020-08-25T22:19:37.430Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-08-25T22:19:37.693Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-25T22:19:37.954Z] ---> 82237c616567 [2020-08-25T22:19:37.954Z] Step 20/27 : RUN apk --no-cache add py-pip [2020-08-25T22:19:37.954Z] ---> Running in a528984a531e [2020-08-25T22:19:38.526Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-25T22:19:38.526Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-25T22:19:38.526Z] (1/5) Installing libgcc (9.3.0-r2) [2020-08-25T22:19:38.526Z] (2/5) Installing libsodium (1.0.18-r0) [2020-08-25T22:19:38.787Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-08-25T22:19:38.787Z] (2/33) Installing expat (2.2.9-r1) [2020-08-25T22:19:38.787Z] (3/33) Installing libffi (3.3-r2) [2020-08-25T22:19:38.787Z] (4/33) Installing gdbm (1.13-r1) [2020-08-25T22:19:38.787Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-08-25T22:19:38.787Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-08-25T22:19:38.787Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-08-25T22:19:38.787Z] (7/33) Installing python3 (3.8.5-r0) [2020-08-25T22:19:39.047Z] (4/5) Installing libzmq (4.3.2-r0) [2020-08-25T22:19:39.047Z] (5/5) Installing zeromq (4.3.2-r0) [2020-08-25T22:19:39.047Z] Executing busybox-1.31.1-r16.trigger [2020-08-25T22:19:39.047Z] OK: 8 MiB in 19 packages [2020-08-25T22:19:41.248Z] 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-25T22:19:43.268Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-08-25T22:19:43.268Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-08-25T22:19:43.268Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-08-25T22:19:43.268Z] (11/33) Installing py3-six (1.15.0-r0) [2020-08-25T22:19:43.268Z] (12/33) Installing py3-packaging (20.4-r0) [2020-08-25T22:19:43.268Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-08-25T22:19:43.268Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-08-25T22:19:43.268Z] Removing intermediate container fce49517cf8d [2020-08-25T22:19:43.268Z] ---> 735f0aa17d75 [2020-08-25T22:19:43.268Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-08-25T22:19:43.268Z] (15/33) Installing py3-idna (2.9-r0) [2020-08-25T22:19:43.531Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-08-25T22:19:43.531Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-08-25T22:19:43.531Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-08-25T22:19:43.531Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-08-25T22:19:43.531Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-08-25T22:19:43.531Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-08-25T22:19:43.531Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-08-25T22:19:43.531Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-08-25T22:19:43.531Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-08-25T22:19:44.102Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-08-25T22:19:44.363Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-08-25T22:19:44.624Z] ---> 8a65885d2f10 [2020-08-25T22:19:44.625Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-08-25T22:19:44.625Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-08-25T22:19:44.625Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-08-25T22:19:44.625Z] (29/33) Installing py3-progress (1.5-r0) [2020-08-25T22:19:44.625Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-08-25T22:19:44.625Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-08-25T22:19:44.625Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-08-25T22:19:44.625Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-08-25T22:19:44.888Z] Executing busybox-1.31.1-r16.trigger [2020-08-25T22:19:44.888Z] OK: 71 MiB in 55 packages [2020-08-25T22:19:46.388Z] ---> eb4946a8df65 [2020-08-25T22:19:46.388Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-08-25T22:19:46.644Z] 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-25T22:19:48.075Z] 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-25T22:19:49.748Z] ---> ae87b81057f3 [2020-08-25T22:19:49.748Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-08-25T22:19:50.693Z] ---> Running in 081dd0c65882 [2020-08-25T22:19:50.961Z] Removing intermediate container a528984a531e [2020-08-25T22:19:50.961Z] ---> e1bb3920927c [2020-08-25T22:19:50.961Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-08-25T22:19:50.961Z] Removing intermediate container 081dd0c65882 [2020-08-25T22:19:50.961Z] ---> 04c37a851099 [2020-08-25T22:19:50.961Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-25T22:19:50.961Z] ---> Running in 21655a9dc99c [2020-08-25T22:19:50.961Z] ---> Running in f9217148090b [2020-08-25T22:19:51.223Z] Removing intermediate container f9217148090b [2020-08-25T22:19:51.223Z] ---> 7f0d76853249 [2020-08-25T22:19:51.223Z] Step 21/23 : LABEL arch=x86_64 [2020-08-25T22:19:51.223Z] ---> Running in 82e9c2529e94 [2020-08-25T22:19:51.493Z] Removing intermediate container 82e9c2529e94 [2020-08-25T22:19:51.493Z] ---> b6d45bfe0ace [2020-08-25T22:19:51.493Z] Step 22/23 : LABEL git_sha=817bf29b41deef1822bf4a2e3a9d4fb443e5016b [2020-08-25T22:19:51.493Z] ---> Running in 851305fa4abb [2020-08-25T22:19:51.754Z] Removing intermediate container 851305fa4abb [2020-08-25T22:19:51.754Z] ---> 8152dfe331ed [2020-08-25T22:19:51.754Z] Step 23/23 : LABEL version=0.0.0 [2020-08-25T22:19:51.754Z] ---> Running in 0bf63f012350 [2020-08-25T22:19:53.144Z] Removing intermediate container 0bf63f012350 [2020-08-25T22:19:53.144Z] ---> 2fdfc2959cd2 [2020-08-25T22:19:53.144Z] [2020-08-25T22:19:53.144Z] Successfully built 2fdfc2959cd2 [2020-08-25T22:19:53.403Z] Successfully tagged docker-core-data-go:latest [2020-08-25T22:19:53.403Z]  Building docker-core-data-go ... done Collecting docker-compose==1.23.2 [2020-08-25T22:19:53.403Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-08-25T22:19:53.476Z] 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-25T22:19:53.663Z] Collecting texttable<0.10,>=0.9.0 [2020-08-25T22:19:53.663Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-08-25T22:19:53.924Z] 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-25T22:19:54.184Z] Collecting websocket-client<1.0,>=0.32.0 [2020-08-25T22:19:54.184Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-08-25T22:19:54.443Z] Collecting PyYAML<4,>=3.10 [2020-08-25T22:19:54.443Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-08-25T22:19:55.012Z] Collecting docker<4.0,>=3.6.0 [2020-08-25T22:19:55.012Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-08-25T22:19:55.273Z] Collecting dockerpty<0.5,>=0.4.1 [2020-08-25T22:19:55.273Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-08-25T22:19:55.843Z] Collecting jsonschema<3,>=2.5.1 [2020-08-25T22:19:55.843Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-08-25T22:19:55.843Z] Collecting docopt<0.7,>=0.6.1 [2020-08-25T22:19:55.843Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-08-25T22:19:56.413Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-08-25T22:19:56.413Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-08-25T22:19:56.413Z] Collecting cached-property<2,>=1.2.0 [2020-08-25T22:19:56.413Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-08-25T22:19:56.673Z] Collecting docker-pycreds>=0.4.0 [2020-08-25T22:19:56.673Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-08-25T22:19:56.673Z] Collecting idna<2.8,>=2.5 [2020-08-25T22:19:56.673Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-08-25T22:19:56.673Z] 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-25T22:19:56.673Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2020-08-25T22:19:56.933Z] Collecting urllib3<1.25,>=1.21.1 [2020-08-25T22:19:56.933Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-08-25T22:19:56.933Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-08-25T22:19:56.933Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-08-25T22:19:56.933Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-08-25T22:19:56.933Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-08-25T22:19:56.933Z] Installing collected packages: texttable, websocket-client, PyYAML, idna, urllib3, requests, docker-pycreds, docker, dockerpty, jsonschema, docopt, cached-property, docker-compose [2020-08-25T22:19:56.933Z] Running setup.py install for texttable: started [2020-08-25T22:19:57.504Z] Running setup.py install for texttable: finished with status 'done' [2020-08-25T22:19:57.504Z] Running setup.py install for PyYAML: started [2020-08-25T22:19:58.075Z] Running setup.py install for PyYAML: finished with status 'done' [2020-08-25T22:19:58.075Z] Attempting uninstall: idna [2020-08-25T22:19:58.075Z] Found existing installation: idna 2.9 [2020-08-25T22:19:58.075Z] Uninstalling idna-2.9: [2020-08-25T22:19:58.075Z] Successfully uninstalled idna-2.9 [2020-08-25T22:19:58.336Z] Attempting uninstall: urllib3 [2020-08-25T22:19:58.336Z] Found existing installation: urllib3 1.25.9 [2020-08-25T22:19:58.336Z] Uninstalling urllib3-1.25.9: [2020-08-25T22:19:58.336Z] Successfully uninstalled urllib3-1.25.9 [2020-08-25T22:19:58.336Z] Attempting uninstall: requests [2020-08-25T22:19:58.336Z] Found existing installation: requests 2.23.0 [2020-08-25T22:19:58.336Z] Uninstalling requests-2.23.0: [2020-08-25T22:19:58.596Z] Successfully uninstalled requests-2.23.0 [2020-08-25T22:19:58.856Z] Running setup.py install for dockerpty: started [2020-08-25T22:19:58.872Z] 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-25T22:19:59.426Z] Running setup.py install for dockerpty: finished with status 'done' [2020-08-25T22:19:59.427Z] Running setup.py install for docopt: started [2020-08-25T22:19:59.689Z] Running setup.py install for docopt: finished with status 'done' [2020-08-25T22:19:59.951Z] 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-25T22:20:03.171Z] 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-25T22:20:03.256Z] Removing intermediate container 21655a9dc99c [2020-08-25T22:20:03.256Z] ---> a62e1385807a [2020-08-25T22:20:03.256Z] Step 22/27 : RUN apk --no-cache add curl [2020-08-25T22:20:03.256Z] ---> Running in b118fd8a38ed [2020-08-25T22:20:03.256Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-25T22:20:03.517Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-25T22:20:03.517Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-08-25T22:20:03.517Z] (2/3) Installing libcurl (7.69.1-r0) [2020-08-25T22:20:03.517Z] (3/3) Installing curl (7.69.1-r0) [2020-08-25T22:20:03.517Z] Executing busybox-1.31.1-r16.trigger [2020-08-25T22:20:03.517Z] OK: 72 MiB in 58 packages [2020-08-25T22:20:04.089Z] Removing intermediate container b118fd8a38ed [2020-08-25T22:20:04.089Z] ---> 9183fe0f6acf [2020-08-25T22:20:04.089Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-08-25T22:20:04.089Z] ---> Running in 477cc1eeb56a [2020-08-25T22:20:04.349Z] Removing intermediate container 477cc1eeb56a [2020-08-25T22:20:04.349Z] ---> 722f156d9b03 [2020-08-25T22:20:04.349Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-25T22:20:04.349Z] ---> Running in 3f41ffebd413 [2020-08-25T22:20:04.610Z] Removing intermediate container 3f41ffebd413 [2020-08-25T22:20:04.610Z] ---> bb1b5def38b1 [2020-08-25T22:20:04.610Z] Step 25/27 : LABEL arch=x86_64 [2020-08-25T22:20:04.610Z] ---> Running in 4461f7dd3180 [2020-08-25T22:20:04.610Z] Removing intermediate container 4461f7dd3180 [2020-08-25T22:20:04.610Z] ---> 8b70125b791c [2020-08-25T22:20:04.610Z] Step 26/27 : LABEL git_sha=817bf29b41deef1822bf4a2e3a9d4fb443e5016b [2020-08-25T22:20:04.871Z] ---> Running in e58e9782693d [2020-08-25T22:20:04.871Z] Removing intermediate container e58e9782693d [2020-08-25T22:20:04.871Z] ---> d2d55e11f50a [2020-08-25T22:20:04.871Z] Step 27/27 : LABEL version=0.0.0 [2020-08-25T22:20:04.871Z] ---> Running in 91f421f40294 [2020-08-25T22:20:05.131Z] Removing intermediate container 91f421f40294 [2020-08-25T22:20:05.131Z] ---> 9623a25dc95d [2020-08-25T22:20:05.131Z] [2020-08-25T22:20:05.131Z] Successfully built 9623a25dc95d [2020-08-25T22:20:05.399Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-08-25T22:20:05.669Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-08-25T22:20:05.694Z] $ docker stop --time=1 b63525f69fc48265d6f7f1e069658b0de883eae19b54bb6d789e443da25545c7 [2020-08-25T22:20:07.232Z] $ docker rm -f b63525f69fc48265d6f7f1e069658b0de883eae19b54bb6d789e443da25545c7 [2020-08-25T22:20:07.478Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-25T22:20:07.851Z] + docker images [2020-08-25T22:20:07.851Z] + grep docker [2020-08-25T22:20:07.851Z] docker-sys-mgmt-agent-go latest 9623a25dc95d 3 seconds ago 284MB [2020-08-25T22:20:07.851Z] docker-core-data-go latest 2fdfc2959cd2 16 seconds ago 24.5MB [2020-08-25T22:20:07.851Z] docker-core-command-go latest d22dac802c83 42 seconds ago 13MB [2020-08-25T22:20:07.851Z] docker-support-scheduler-go latest 2191cd90c3be 42 seconds ago 13.1MB [2020-08-25T22:20:07.851Z] docker-support-logging-go latest 87a0f0e95ae2 49 seconds ago 11.8MB [2020-08-25T22:20:07.851Z] docker-security-secrets-setup-go latest 83d508894c6a 2 minutes ago 25.1MB [2020-08-25T22:20:07.851Z] docker-security-secretstore-setup-go latest ad38f02ac641 2 minutes ago 33.9MB [2020-08-25T22:20:07.851Z] docker-core-metadata-go latest d1b3a898e812 2 minutes ago 14.4MB [2020-08-25T22:20:07.851Z] docker-support-notifications-go latest de5efbd49c4c 2 minutes ago 14.5MB [2020-08-25T22:20:07.851Z] docker-security-proxy-setup-go latest 234298e88581 2 minutes ago 16.4MB [2020-08-25T22:20:07.851Z] 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-25T22:20:11.787Z] 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-25T22:20:16.083Z] 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-25T22:20:19.599Z] $ docker stop --time=1 82c51e9785a5a44604722726cad525d40696392ccd05c8cd8a466a76ba0f199c [2020-08-25T22:20:21.867Z] $ docker rm -f 82c51e9785a5a44604722726cad525d40696392ccd05c8cd8a466a76ba0f199c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-25T22:20:23.550Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-25T22:20:23.550Z] [2020-08-25T22:20:23.550Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-08-25T22:20:24.223Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-25T22:20:24.223Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-08-25T22:20:24.223Z] 29e5d40040c1: Pulling fs layer [2020-08-25T22:20:24.223Z] 1ce36da41761: Pulling fs layer [2020-08-25T22:20:24.223Z] 25b303627fd3: Pulling fs layer [2020-08-25T22:20:24.496Z] 29e5d40040c1: Verifying Checksum [2020-08-25T22:20:24.496Z] 29e5d40040c1: Download complete [2020-08-25T22:20:25.103Z] 1ce36da41761: Verifying Checksum [2020-08-25T22:20:25.103Z] 1ce36da41761: Download complete [2020-08-25T22:20:25.103Z] 29e5d40040c1: Pull complete [2020-08-25T22:20:26.533Z] 1ce36da41761: Pull complete [2020-08-25T22:20:26.533Z] 25b303627fd3: Download complete [2020-08-25T22:20:36.667Z] 25b303627fd3: Pull complete [2020-08-25T22:20:36.667Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-08-25T22:20:36.667Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-25T22:20:36.667Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-08-25T22:20:36.924Z] prd-ubuntu18.04-docker-arm64-4c-16g-333 does not seem to be running inside a container [2020-08-25T22:20:37.099Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-08-25T22:20:40.241Z] $ docker top 9cbe03bdc4280134370583e863a9b4ded044a0233d939f90e219ba4fa85779fc -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-25T22:20:41.749Z] + docker-compose build --help [2020-08-25T22:20:41.749Z] + grep parallel [2020-08-25T22:20:45.113Z] --parallel Build images in parallel. [Pipeline] } [2020-08-25T22:20:45.509Z] $ docker stop --time=1 9cbe03bdc4280134370583e863a9b4ded044a0233d939f90e219ba4fa85779fc [2020-08-25T22:20:47.365Z] $ docker rm -f 9cbe03bdc4280134370583e863a9b4ded044a0233d939f90e219ba4fa85779fc [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-25T22:20:48.112Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-25T22:20:48.112Z] . [Pipeline] withDockerContainer [2020-08-25T22:20:48.350Z] prd-ubuntu18.04-docker-arm64-4c-16g-333 does not seem to be running inside a container [2020-08-25T22:20:48.522Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-08-25T22:20:49.746Z] $ docker top 725f0a96ba6f3549231d96c51f7ec514e2c07845d8b952bd9e644c9cf9cc60d8 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-25T22:20:50.677Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-08-25T22:20:54.036Z] Building docker-core-command-go ... [2020-08-25T22:20:54.036Z] Building docker-core-data-go ... [2020-08-25T22:20:54.036Z] Building docker-core-metadata-go ... [2020-08-25T22:20:54.036Z] Building docker-security-proxy-setup-go ... [2020-08-25T22:20:54.036Z] Building docker-security-secrets-setup-go ... [2020-08-25T22:20:54.036Z] Building docker-security-secretstore-setup-go ... [2020-08-25T22:20:54.036Z] Building docker-support-logging-go ... [2020-08-25T22:20:54.036Z] Building docker-support-notifications-go ... [2020-08-25T22:20:54.036Z] Building docker-support-scheduler-go ... [2020-08-25T22:20:54.036Z] Building docker-sys-mgmt-agent-go ... [2020-08-25T22:20:54.036Z] Building docker-support-logging-go [2020-08-25T22:20:54.036Z] Building docker-core-command-go [2020-08-25T22:20:54.036Z] Building docker-support-notifications-go [2020-08-25T22:20:54.036Z] Building docker-support-scheduler-go [2020-08-25T22:20:54.036Z] Building docker-core-data-go [2020-08-25T22:23:00.849Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-25T22:23:00.849Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-25T22:23:00.849Z] ---> 95ac53169609 [2020-08-25T22:23:00.849Z] Step 3/21 : WORKDIR /edgex-go [2020-08-25T22:23:00.849Z] Step 1/24 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-25T22:23:00.849Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-08-25T22:23:00.849Z] ---> 95ac53169609 [2020-08-25T22:23:00.849Z] Step 3/24 : WORKDIR /edgex-go [2020-08-25T22:23:00.849Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-25T22:23:00.849Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-08-25T22:23:00.849Z] ---> 95ac53169609 [2020-08-25T22:23:00.849Z] Step 3/22 : WORKDIR /edgex-go [2020-08-25T22:23:00.849Z] Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-25T22:23:00.849Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-08-25T22:23:00.849Z] ---> 95ac53169609 [2020-08-25T22:23:00.849Z] Step 3/23 : WORKDIR /edgex-go [2020-08-25T22:23:00.849Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-25T22:23:00.849Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-08-25T22:23:00.849Z] ---> 95ac53169609 [2020-08-25T22:23:00.849Z] Step 3/22 : WORKDIR /edgex-go [2020-08-25T22:23:00.849Z] ---> Running in 8ceaf0259e7e [2020-08-25T22:23:00.849Z] ---> Running in 00de04ea0bd5 [2020-08-25T22:23:00.849Z] ---> Running in 701e780831dd [2020-08-25T22:23:00.849Z] ---> Running in efd7a1219df3 [2020-08-25T22:23:00.849Z] ---> Running in 5bff46cf0d8d [2020-08-25T22:23:00.849Z] Removing intermediate container 8ceaf0259e7e [2020-08-25T22:23:00.849Z] ---> 75d36e4e2f62 [2020-08-25T22:23:00.849Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-25T22:23:00.849Z] Removing intermediate container efd7a1219df3 [2020-08-25T22:23:00.849Z] ---> c4f63ec244ae [2020-08-25T22:23:00.849Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-25T22:23:00.849Z] Removing intermediate container 5bff46cf0d8d [2020-08-25T22:23:00.849Z] ---> c4870a30b138 [2020-08-25T22:23:00.849Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-25T22:23:00.849Z] Removing intermediate container 701e780831dd [2020-08-25T22:23:00.849Z] ---> ea62fee3c16a [2020-08-25T22:23:00.849Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-25T22:23:00.849Z] Removing intermediate container 00de04ea0bd5 [2020-08-25T22:23:00.849Z] ---> e559987e1676 [2020-08-25T22:23:00.849Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-25T22:23:00.849Z] ---> Running in e46937842017 [2020-08-25T22:23:00.849Z] ---> Running in aa79dd68810f [2020-08-25T22:23:00.849Z] ---> Running in ed55b57b30de [2020-08-25T22:23:00.849Z] ---> Running in 592cda3b8eb4 [2020-08-25T22:23:00.849Z] ---> Running in 6d5ace0402d1 [2020-08-25T22:23:00.849Z] Removing intermediate container e46937842017 [2020-08-25T22:23:00.849Z] ---> e25ae64b6604 [2020-08-25T22:23:00.849Z] Step 5/22 : RUN apk update && apk add make git [2020-08-25T22:23:00.849Z] ---> Running in 8dfa231d3bb1 [2020-08-25T22:23:00.849Z] Removing intermediate container ed55b57b30de [2020-08-25T22:23:00.849Z] ---> f4798b42b692 [2020-08-25T22:23:00.849Z] Step 5/21 : RUN apk update && apk add make git [2020-08-25T22:23:00.849Z] Removing intermediate container 592cda3b8eb4 [2020-08-25T22:23:00.849Z] ---> cb111d99bb29 [2020-08-25T22:23:00.849Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-08-25T22:23:00.849Z] Removing intermediate container aa79dd68810f [2020-08-25T22:23:00.849Z] ---> b8b799e5e6c9 [2020-08-25T22:23:00.849Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-08-25T22:23:00.849Z] Removing intermediate container 6d5ace0402d1 [2020-08-25T22:23:00.849Z] ---> 6a9672bd1a59 [2020-08-25T22:23:00.849Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-08-25T22:23:00.849Z] ---> Running in 8bef6b366c78 [2020-08-25T22:23:00.849Z] ---> Running in 7a642ddd16ea [2020-08-25T22:23:00.849Z] ---> Running in 5b8720193a8b [2020-08-25T22:23:00.849Z] ---> Running in c10771768661 [2020-08-25T22:23:01.126Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-25T22:23:02.104Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-25T22:23:02.104Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-25T22:23:02.377Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-25T22:23:02.377Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-25T22:23:02.377Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-25T22:23:02.975Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-25T22:23:02.975Z] v3.12.0-262-gb9e335a9e8 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-25T22:23:02.975Z] v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-25T22:23:02.975Z] OK: 12617 distinct packages available [2020-08-25T22:23:03.248Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-25T22:23:03.248Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-25T22:23:03.248Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-25T22:23:03.846Z] OK: 217 MiB in 51 packages [2020-08-25T22:23:03.846Z] v3.12.0-262-gb9e335a9e8 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-25T22:23:03.846Z] v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-25T22:23:03.846Z] OK: 12617 distinct packages available [2020-08-25T22:23:04.121Z] v3.12.0-262-gb9e335a9e8 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-25T22:23:04.121Z] v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-25T22:23:04.121Z] OK: 12617 distinct packages available [2020-08-25T22:23:04.121Z] v3.12.0-262-gb9e335a9e8 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-25T22:23:04.121Z] v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-25T22:23:04.121Z] OK: 12617 distinct packages available [2020-08-25T22:23:04.412Z] v3.12.0-262-gb9e335a9e8 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-25T22:23:04.412Z] v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-25T22:23:04.412Z] OK: 12617 distinct packages available [2020-08-25T22:23:04.688Z] OK: 217 MiB in 51 packages [2020-08-25T22:23:04.967Z] OK: 217 MiB in 51 packages [2020-08-25T22:23:05.249Z] OK: 217 MiB in 51 packages [2020-08-25T22:23:05.249Z] OK: 217 MiB in 51 packages [2020-08-25T22:23:05.854Z] Removing intermediate container 8dfa231d3bb1 [2020-08-25T22:23:05.854Z] ---> 47192ba371e1 [2020-08-25T22:23:05.854Z] Step 6/22 : COPY go.mod . [2020-08-25T22:23:05.854Z] OK: 217 MiB in 51 packages [2020-08-25T22:23:06.861Z] Removing intermediate container 8bef6b366c78 [2020-08-25T22:23:06.861Z] ---> 9a578b12f195 [2020-08-25T22:23:06.861Z] Step 6/21 : COPY go.mod . [2020-08-25T22:23:07.144Z] ---> 6cf1bdfeba4a [2020-08-25T22:23:07.144Z] Step 7/22 : RUN go mod download [2020-08-25T22:23:07.144Z] Removing intermediate container c10771768661 [2020-08-25T22:23:07.144Z] ---> d5a2cbcb8cc1 [2020-08-25T22:23:07.144Z] Step 6/24 : COPY go.mod . [2020-08-25T22:23:07.144Z] Removing intermediate container 5b8720193a8b [2020-08-25T22:23:07.144Z] ---> ad3e7676e030 [2020-08-25T22:23:07.144Z] Step 6/23 : COPY go.mod . [2020-08-25T22:23:07.427Z] ---> Running in a7f17e043a8a [2020-08-25T22:23:07.427Z] Removing intermediate container 7a642ddd16ea [2020-08-25T22:23:07.427Z] ---> 711adc3b6fb7 [2020-08-25T22:23:07.427Z] Step 6/22 : COPY go.mod . [2020-08-25T22:23:07.704Z] ---> dd5219988896 [2020-08-25T22:23:07.704Z] Step 7/21 : RUN go mod download [2020-08-25T22:23:07.978Z] ---> Running in 241295a2952e [2020-08-25T22:23:08.258Z] ---> eeed0b8e2212 [2020-08-25T22:23:08.258Z] Step 7/24 : RUN go mod download [2020-08-25T22:23:08.539Z] ---> 9d8664942a4e [2020-08-25T22:23:08.539Z] Step 7/23 : RUN go mod download [2020-08-25T22:23:08.539Z] ---> Running in 8a20317954a3 [2020-08-25T22:23:08.817Z] ---> 03eeef3f4cea [2020-08-25T22:23:08.817Z] Step 7/22 : RUN go mod download [2020-08-25T22:23:08.817Z] ---> Running in b3e88b906412 [2020-08-25T22:23:09.090Z] ---> Running in 7cd8d9872d9e [2020-08-25T22:23:12.507Z] Removing intermediate container a7f17e043a8a [2020-08-25T22:23:12.507Z] ---> d7bc103b1dab [2020-08-25T22:23:12.507Z] Step 8/22 : COPY . . [2020-08-25T22:23:12.507Z] Removing intermediate container 241295a2952e [2020-08-25T22:23:12.507Z] ---> 6029d9a44dcc [2020-08-25T22:23:12.507Z] Step 8/21 : COPY . . [2020-08-25T22:23:13.957Z] Removing intermediate container 8a20317954a3 [2020-08-25T22:23:13.957Z] ---> 30cef8709776 [2020-08-25T22:23:13.957Z] Step 8/24 : COPY . . [2020-08-25T22:23:14.231Z] Removing intermediate container 7cd8d9872d9e [2020-08-25T22:23:14.231Z] ---> cd21f459d213 [2020-08-25T22:23:14.231Z] Step 8/22 : COPY . . [2020-08-25T22:23:14.504Z] Removing intermediate container b3e88b906412 [2020-08-25T22:23:14.504Z] ---> c32747d0286e [2020-08-25T22:23:14.504Z] Step 8/23 : COPY . . [2020-08-25T22:23:46.851Z] ---> bf6910324fd1 [2020-08-25T22:23:46.851Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-08-25T22:23:46.851Z] ---> 0d19d040a9e2 [2020-08-25T22:23:46.851Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-08-25T22:23:46.851Z] ---> 145a5bc64966 [2020-08-25T22:23:46.851Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-08-25T22:23:46.851Z] ---> 5b9105ef7154 [2020-08-25T22:23:46.851Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-08-25T22:23:46.851Z] ---> d5f4a2eb7f0d [2020-08-25T22:23:46.851Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-08-25T22:23:46.851Z] ---> Running in f395043ab070 [2020-08-25T22:23:46.851Z] ---> Running in 9ff4e31fb568 [2020-08-25T22:23:46.851Z] ---> Running in 060b9ff06ce6 [2020-08-25T22:23:46.851Z] ---> Running in 1203aa1db136 [2020-08-25T22:23:46.851Z] ---> Running in db8301f8bfd1 [2020-08-25T22:23:46.851Z] 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-25T22:23:47.138Z] 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-25T22:23:47.138Z] 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-25T22:23:47.429Z] 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-25T22:23:47.711Z] 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-25T22:25:24.617Z] Removing intermediate container 1203aa1db136 [2020-08-25T22:25:24.617Z] ---> 339c1fc2f539 [2020-08-25T22:25:24.617Z] [2020-08-25T22:25:24.617Z] Step 10/22 : FROM scratch [2020-08-25T22:25:24.617Z] ---> [2020-08-25T22:25:24.617Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-25T22:25:24.617Z] ---> Running in 94c8a6e8267f [2020-08-25T22:25:25.626Z] Removing intermediate container 94c8a6e8267f [2020-08-25T22:25:25.626Z] ---> 80da856043ab [2020-08-25T22:25:25.626Z] Step 12/22 : ENV APP_PORT=48061 [2020-08-25T22:25:25.626Z] ---> Running in 689cf94088d2 [2020-08-25T22:25:26.618Z] Removing intermediate container 689cf94088d2 [2020-08-25T22:25:26.618Z] ---> c10f9bf490b5 [2020-08-25T22:25:26.618Z] Step 13/22 : EXPOSE $APP_PORT [2020-08-25T22:25:26.618Z] ---> Running in 46d4eaaa4566 [2020-08-25T22:25:27.230Z] Removing intermediate container 46d4eaaa4566 [2020-08-25T22:25:27.230Z] ---> 1ce7b59ba42b [2020-08-25T22:25:27.230Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-08-25T22:25:28.243Z] ---> c0ecf25f5577 [2020-08-25T22:25:28.243Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-08-25T22:25:29.732Z] ---> da6310c3398f [2020-08-25T22:25:29.732Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-08-25T22:25:31.727Z] ---> 64e2b02d4f99 [2020-08-25T22:25:31.727Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-08-25T22:25:32.736Z] ---> ccd6e474a30d [2020-08-25T22:25:32.736Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-08-25T22:25:32.736Z] ---> Running in 6d3f84a4f5dc [2020-08-25T22:25:33.353Z] Removing intermediate container 6d3f84a4f5dc [2020-08-25T22:25:33.353Z] ---> dd5d498a8d1f [2020-08-25T22:25:33.353Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-25T22:25:33.637Z] ---> Running in c4e506a5ae89 [2020-08-25T22:25:34.244Z] Removing intermediate container c4e506a5ae89 [2020-08-25T22:25:34.244Z] ---> b3d9cb2e8502 [2020-08-25T22:25:34.244Z] Step 20/22 : LABEL arch=arm64 [2020-08-25T22:25:34.244Z] ---> Running in d0770a8ae3d9 [2020-08-25T22:25:35.247Z] Removing intermediate container d0770a8ae3d9 [2020-08-25T22:25:35.247Z] ---> 8d85c7654a35 [2020-08-25T22:25:35.247Z] Step 21/22 : LABEL git_sha=817bf29b41deef1822bf4a2e3a9d4fb443e5016b [2020-08-25T22:25:35.531Z] ---> Running in cdddd18c33d2 [2020-08-25T22:25:36.541Z] Removing intermediate container cdddd18c33d2 [2020-08-25T22:25:36.541Z] ---> 1fb4f3fe4945 [2020-08-25T22:25:36.541Z] Step 22/22 : LABEL version=0.0.0 [2020-08-25T22:25:37.158Z] ---> Running in c1e1b8a3ff23 [2020-08-25T22:25:38.618Z] Removing intermediate container c1e1b8a3ff23 [2020-08-25T22:25:38.618Z] ---> 2153a632e8d3 [2020-08-25T22:25:38.618Z] [2020-08-25T22:25:40.106Z] Successfully built 2153a632e8d3 [2020-08-25T22:25:40.106Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-08-25T22:25:40.106Z] Building docker-core-metadata-go [2020-08-25T22:25:47.087Z]  Building docker-support-logging-go ... done Removing intermediate container 060b9ff06ce6 [2020-08-25T22:25:47.087Z] ---> 58ce0090dac6 [2020-08-25T22:25:47.087Z] [2020-08-25T22:25:47.087Z] Step 10/21 : FROM scratch [2020-08-25T22:25:47.087Z] ---> [2020-08-25T22:25:47.087Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-25T22:25:47.087Z] Removing intermediate container f395043ab070 [2020-08-25T22:25:47.087Z] ---> 362e8ce5e159 [2020-08-25T22:25:47.087Z] [2020-08-25T22:25:47.087Z] Step 10/22 : FROM scratch [2020-08-25T22:25:47.087Z] ---> [2020-08-25T22:25:47.087Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-25T22:25:47.087Z] ---> Running in 98ebcea69507 [2020-08-25T22:25:47.087Z] ---> Running in e168d06d3b6e [2020-08-25T22:25:47.364Z] Removing intermediate container 9ff4e31fb568 [2020-08-25T22:25:47.364Z] ---> 608de223fe44 [2020-08-25T22:25:47.364Z] [2020-08-25T22:25:47.364Z] Step 10/24 : FROM scratch [2020-08-25T22:25:47.364Z] ---> [2020-08-25T22:25:47.364Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-25T22:25:47.645Z] ---> Using cache [2020-08-25T22:25:47.645Z] ---> 80da856043ab [2020-08-25T22:25:47.645Z] Step 12/24 : ENV APP_PORT=48060 [2020-08-25T22:25:47.924Z] ---> Running in 13ed0725685f [2020-08-25T22:25:47.924Z] Removing intermediate container e168d06d3b6e [2020-08-25T22:25:47.924Z] ---> 19affb115fb6 [2020-08-25T22:25:47.924Z] Step 12/22 : ENV APP_PORT=48082 [2020-08-25T22:25:48.208Z] Removing intermediate container 98ebcea69507 [2020-08-25T22:25:48.208Z] ---> 251488dec24f [2020-08-25T22:25:48.208Z] Step 12/21 : ENV APP_PORT=48085 [2020-08-25T22:25:48.208Z] ---> Running in bf2e8a5bb5f5 [2020-08-25T22:25:48.208Z] ---> Running in 79ea3b72e43d [2020-08-25T22:25:48.485Z] Removing intermediate container 13ed0725685f [2020-08-25T22:25:48.485Z] ---> 7439d51f0b13 [2020-08-25T22:25:48.485Z] Step 13/24 : EXPOSE $APP_PORT [2020-08-25T22:25:48.765Z] ---> Running in 5b926a02b23d [2020-08-25T22:25:48.765Z] Removing intermediate container 79ea3b72e43d [2020-08-25T22:25:48.765Z] ---> 5b9f5cbcc9a0 [2020-08-25T22:25:48.765Z] Step 13/22 : EXPOSE $APP_PORT [2020-08-25T22:25:49.040Z] Removing intermediate container bf2e8a5bb5f5 [2020-08-25T22:25:49.040Z] ---> c84e57e557f4 [2020-08-25T22:25:49.040Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-25T22:25:49.040Z] ---> Running in 65a8a0aed753 [2020-08-25T22:25:49.318Z] ---> Running in 77710e2e9eb8 [2020-08-25T22:25:49.596Z] Removing intermediate container 5b926a02b23d [2020-08-25T22:25:49.596Z] ---> 97769baa998d [2020-08-25T22:25:49.596Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-08-25T22:25:49.877Z] Removing intermediate container 65a8a0aed753 [2020-08-25T22:25:49.877Z] ---> ccef76c7893e [2020-08-25T22:25:49.877Z] Step 14/22 : WORKDIR / [2020-08-25T22:25:50.152Z] Removing intermediate container 77710e2e9eb8 [2020-08-25T22:25:50.152Z] ---> 19cdbe22b349 [2020-08-25T22:25:50.152Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-08-25T22:25:50.429Z] ---> Running in b1175d504fa5 [2020-08-25T22:25:51.042Z] ---> 556a98d7b6f9 [2020-08-25T22:25:51.042Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-08-25T22:25:51.317Z] ---> 10a5d2d84009 [2020-08-25T22:25:51.317Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-08-25T22:25:51.922Z] Removing intermediate container b1175d504fa5 [2020-08-25T22:25:51.922Z] ---> 088068db37be [2020-08-25T22:25:51.922Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-08-25T22:25:53.933Z] ---> 772cdecffe7b [2020-08-25T22:25:53.933Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-08-25T22:25:54.227Z] ---> 63b8b6b90451 [2020-08-25T22:25:54.227Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-08-25T22:25:54.227Z] ---> d3afca810537 [2020-08-25T22:25:54.227Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-08-25T22:25:56.880Z] ---> d7e64f0d966c [2020-08-25T22:25:56.880Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-08-25T22:25:56.880Z] ---> 648ecad3ee1d [2020-08-25T22:25:56.880Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-08-25T22:25:57.161Z] ---> c3462d5355dc [2020-08-25T22:25:57.161Z] ---> Running in 632cb61feb61 [2020-08-25T22:25:57.161Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-08-25T22:25:57.771Z] ---> 54833dc850e4 [2020-08-25T22:25:57.772Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-08-25T22:25:57.772Z] Removing intermediate container 632cb61feb61 [2020-08-25T22:25:57.772Z] ---> dc19afd6c784 [2020-08-25T22:25:57.772Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-25T22:25:58.387Z] ---> Running in 41daa3f0ce5c [2020-08-25T22:25:59.367Z] ---> 582863b3969c [2020-08-25T22:25:59.367Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-08-25T22:25:59.974Z] ---> Running in e299e996f745 [2020-08-25T22:25:59.975Z] Removing intermediate container 41daa3f0ce5c [2020-08-25T22:25:59.975Z] ---> 3e5ce53751aa [2020-08-25T22:25:59.975Z] Step 19/21 : LABEL arch=arm64 [2020-08-25T22:26:00.249Z] ---> 4134034d1df2 [2020-08-25T22:26:00.249Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-08-25T22:26:00.545Z] ---> Running in ff14ba4f99b4 [2020-08-25T22:26:00.841Z] Removing intermediate container e299e996f745 [2020-08-25T22:26:00.841Z] ---> 09defe90ea86 [2020-08-25T22:26:00.841Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-25T22:26:01.824Z] ---> Running in dc1742d9a8cf [2020-08-25T22:26:01.824Z] Removing intermediate container ff14ba4f99b4 [2020-08-25T22:26:01.824Z] ---> da3d3944d2bf [2020-08-25T22:26:01.824Z] Step 20/21 : LABEL git_sha=817bf29b41deef1822bf4a2e3a9d4fb443e5016b [2020-08-25T22:26:02.417Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-25T22:26:02.417Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-08-25T22:26:02.417Z] ---> 95ac53169609 [2020-08-25T22:26:02.417Z] Step 3/22 : WORKDIR /edgex-go [2020-08-25T22:26:02.417Z] ---> Using cache [2020-08-25T22:26:02.417Z] ---> e559987e1676 [2020-08-25T22:26:02.417Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-25T22:26:02.417Z] ---> Using cache [2020-08-25T22:26:02.417Z] ---> 6a9672bd1a59 [2020-08-25T22:26:02.417Z] Step 5/22 : RUN apk update && apk add make git [2020-08-25T22:26:02.417Z] ---> 7b80ea5c65a4 [2020-08-25T22:26:02.417Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-08-25T22:26:02.417Z] ---> Running in d9d5d152ee62 [2020-08-25T22:26:02.694Z] ---> Running in d6784256e447 [2020-08-25T22:26:02.694Z] ---> Running in 4c008b164239 [2020-08-25T22:26:02.972Z] Removing intermediate container dc1742d9a8cf [2020-08-25T22:26:02.972Z] ---> 3da86df1fa4e [2020-08-25T22:26:02.972Z] Step 20/22 : LABEL arch=arm64 [2020-08-25T22:26:03.244Z] Removing intermediate container d9d5d152ee62 [2020-08-25T22:26:03.244Z] ---> 5fc25691e7a9 [2020-08-25T22:26:03.244Z] Step 21/21 : LABEL version=0.0.0 [2020-08-25T22:26:03.524Z] ---> Running in 25fc1f0f53a7 [2020-08-25T22:26:03.524Z] Removing intermediate container 4c008b164239 [2020-08-25T22:26:03.524Z] ---> e3cc1c7a9065 [2020-08-25T22:26:03.524Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-25T22:26:03.524Z] ---> Running in 8e630d1cb99f [2020-08-25T22:26:03.797Z] ---> Running in 4d5d665fc467 [2020-08-25T22:26:04.068Z] Removing intermediate container db8301f8bfd1 [2020-08-25T22:26:04.068Z] ---> 69791ecf6ffc [2020-08-25T22:26:04.068Z] [2020-08-25T22:26:04.068Z] Step 10/23 : FROM alpine [2020-08-25T22:26:04.068Z] Removing intermediate container 25fc1f0f53a7 [2020-08-25T22:26:04.068Z] ---> 4671a6df74e0 [2020-08-25T22:26:04.068Z] Step 21/22 : LABEL git_sha=817bf29b41deef1822bf4a2e3a9d4fb443e5016b [2020-08-25T22:26:04.337Z] Removing intermediate container 8e630d1cb99f [2020-08-25T22:26:04.337Z] ---> ec3dbd0b2f57 [2020-08-25T22:26:04.337Z] [2020-08-25T22:26:04.337Z] Removing intermediate container 4d5d665fc467 [2020-08-25T22:26:04.337Z] ---> 166e1c5aad62 [2020-08-25T22:26:04.337Z] Step 22/24 : LABEL arch=arm64 [2020-08-25T22:26:04.337Z] ---> Running in f24178d5024f [2020-08-25T22:26:04.337Z] latest: Pulling from library/alpine [2020-08-25T22:26:04.610Z] ---> Running in e72ac3591c60 [2020-08-25T22:26:04.882Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-25T22:26:04.882Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-08-25T22:26:04.882Z] Status: Downloaded newer image for alpine:latest [2020-08-25T22:26:04.882Z] ---> 62ee0e9f8440 [2020-08-25T22:26:04.882Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-25T22:26:04.882Z] Successfully built ec3dbd0b2f57 [2020-08-25T22:26:04.882Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-08-25T22:26:04.882Z]  Building docker-support-scheduler-go ... done Building docker-sys-mgmt-agent-go [2020-08-25T22:26:05.153Z] ---> Running in 908e8b881d2e [2020-08-25T22:26:05.153Z] Removing intermediate container f24178d5024f [2020-08-25T22:26:05.153Z] ---> c9a6d45c52cd [2020-08-25T22:26:05.153Z] Step 22/22 : LABEL version=0.0.0 [2020-08-25T22:26:05.428Z] ---> Running in a320a77f344e [2020-08-25T22:26:05.428Z] Removing intermediate container e72ac3591c60 [2020-08-25T22:26:05.428Z] ---> bbc728ef086b [2020-08-25T22:26:05.428Z] Step 23/24 : LABEL git_sha=817bf29b41deef1822bf4a2e3a9d4fb443e5016b [2020-08-25T22:26:05.701Z] ---> Running in 68de474603c8 [2020-08-25T22:26:05.701Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-25T22:26:05.701Z] Removing intermediate container 908e8b881d2e [2020-08-25T22:26:05.701Z] ---> d00b096fe5ce [2020-08-25T22:26:05.701Z] Step 12/23 : ENV APP_PORT=48080 [2020-08-25T22:26:06.298Z] ---> Running in e11097e23f2a [2020-08-25T22:26:06.298Z] Removing intermediate container a320a77f344e [2020-08-25T22:26:06.298Z] ---> 57916e667c3b [2020-08-25T22:26:06.298Z] [2020-08-25T22:26:06.571Z] v3.12.0-262-gb9e335a9e8 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-25T22:26:06.571Z] v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-25T22:26:06.571Z] OK: 12617 distinct packages available [2020-08-25T22:26:06.846Z] Successfully built 57916e667c3b [2020-08-25T22:26:06.846Z] Successfully tagged docker-core-command-go-arm64:latest [2020-08-25T22:26:06.846Z]  Building docker-core-command-go ... done Building docker-security-proxy-setup-go [2020-08-25T22:26:06.846Z] Removing intermediate container 68de474603c8 [2020-08-25T22:26:06.846Z] ---> eee5735e7f63 [2020-08-25T22:26:06.847Z] Step 24/24 : LABEL version=0.0.0 [2020-08-25T22:26:07.443Z] Removing intermediate container e11097e23f2a [2020-08-25T22:26:07.443Z] ---> c1e5d9845f82 [2020-08-25T22:26:07.443Z] Step 13/23 : EXPOSE $APP_PORT [2020-08-25T22:26:07.443Z] ---> Running in c4a7510d5df5 [2020-08-25T22:26:07.443Z] OK: 217 MiB in 51 packages [2020-08-25T22:26:07.443Z] ---> Running in 2c945fe2b569 [2020-08-25T22:26:09.429Z] Removing intermediate container 2c945fe2b569 [2020-08-25T22:26:09.429Z] ---> c0fcc96a4c9d [2020-08-25T22:26:09.429Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesRemoving intermediate container c4a7510d5df5 [2020-08-25T22:26:09.429Z] [2020-08-25T22:26:09.429Z] ---> 7979ee1629a3 [2020-08-25T22:26:09.429Z] [2020-08-25T22:26:10.034Z] Successfully built 7979ee1629a3 [2020-08-25T22:26:10.625Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-08-25T22:26:10.625Z]  Building docker-support-notifications-go ... done Building docker-security-secretstore-setup-go [2020-08-25T22:26:11.222Z] ---> Running in 5715f6a4fbe2 [2020-08-25T22:26:11.222Z] Removing intermediate container d6784256e447 [2020-08-25T22:26:11.222Z] ---> ef61e522a389 [2020-08-25T22:26:11.497Z] Step 6/22 : COPY go.mod . [2020-08-25T22:26:12.932Z] ---> c1be2f6da73b [2020-08-25T22:26:12.932Z] Step 7/22 : RUN go mod download [2020-08-25T22:26:14.361Z] ---> Running in 393eac4a6db2 [2020-08-25T22:26:16.972Z] Removing intermediate container 5715f6a4fbe2 [2020-08-25T22:26:16.972Z] ---> 419afbde19f5 [2020-08-25T22:26:16.972Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-08-25T22:26:17.980Z] ---> Running in ef28af40a82d [2020-08-25T22:26:19.954Z] Removing intermediate container 393eac4a6db2 [2020-08-25T22:26:19.954Z] ---> ac14eee27a60 [2020-08-25T22:26:19.954Z] Step 8/22 : COPY . . [2020-08-25T22:26:20.553Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-25T22:26:21.152Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-25T22:26:21.749Z] (1/5) Installing libgcc (9.3.0-r2) [2020-08-25T22:26:22.026Z] (2/5) Installing libsodium (1.0.18-r0) [2020-08-25T22:26:22.026Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-08-25T22:26:22.300Z] (4/5) Installing libzmq (4.3.2-r0) [2020-08-25T22:26:22.300Z] (5/5) Installing zeromq (4.3.2-r0) [2020-08-25T22:26:22.580Z] Executing busybox-1.31.1-r16.trigger [2020-08-25T22:26:22.580Z] OK: 8 MiB in 19 packages [2020-08-25T22:26:28.052Z] Removing intermediate container ef28af40a82d [2020-08-25T22:26:28.052Z] ---> 489513bd993b [2020-08-25T22:26:28.052Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-08-25T22:26:28.700Z] ---> 82681e95d861 [2020-08-25T22:26:28.700Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-08-25T22:26:31.467Z] ---> 202c7af40007 [2020-08-25T22:26:31.467Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-08-25T22:26:33.092Z] ---> 1351b5fa6ce8 [2020-08-25T22:26:33.092Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-08-25T22:26:33.442Z] ---> Running in e0fe798bf815 [2020-08-25T22:26:34.137Z] Removing intermediate container e0fe798bf815 [2020-08-25T22:26:34.137Z] ---> 615e1ec60af0 [2020-08-25T22:26:34.137Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-25T22:26:34.137Z] ---> Running in 030cc83246ff [2020-08-25T22:26:35.627Z] Removing intermediate container 030cc83246ff [2020-08-25T22:26:35.627Z] ---> ffc68a112e5a [2020-08-25T22:26:35.627Z] Step 21/23 : LABEL arch=arm64 [2020-08-25T22:26:35.627Z] ---> Running in 1f6a01b8f04e [2020-08-25T22:26:36.316Z] Removing intermediate container 1f6a01b8f04e [2020-08-25T22:26:36.316Z] ---> 2612e7c8fceb [2020-08-25T22:26:36.316Z] Step 22/23 : LABEL git_sha=817bf29b41deef1822bf4a2e3a9d4fb443e5016b [2020-08-25T22:26:36.612Z] ---> Running in 4378b4c2d590 [2020-08-25T22:26:37.706Z] Removing intermediate container 4378b4c2d590 [2020-08-25T22:26:37.706Z] ---> 795292702ca2 [2020-08-25T22:26:37.706Z] Step 23/23 : LABEL version=0.0.0 [2020-08-25T22:26:37.983Z] ---> Running in f26a18a78ecc [2020-08-25T22:26:38.583Z] Removing intermediate container f26a18a78ecc [2020-08-25T22:26:38.583Z] ---> ca045ccdcc77 [2020-08-25T22:26:38.583Z] [2020-08-25T22:26:39.182Z] ---> 08bf9d82089c [2020-08-25T22:26:39.182Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-08-25T22:26:39.182Z] Successfully built ca045ccdcc77 [2020-08-25T22:26:39.459Z] Successfully tagged docker-core-data-go-arm64:latest [2020-08-25T22:26:39.459Z] Building docker-security-secrets-setup-go [2020-08-25T22:26:39.459Z]  Building docker-core-data-go ... done  ---> Running in e70e93c46255 [2020-08-25T22:26:41.445Z] 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-25T22:26:59.821Z] Step 1/27 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-25T22:26:59.821Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-08-25T22:26:59.821Z] ---> 95ac53169609 [2020-08-25T22:26:59.821Z] Step 3/27 : WORKDIR /edgex-go [2020-08-25T22:26:59.821Z] ---> Using cache [2020-08-25T22:26:59.821Z] ---> e559987e1676 [2020-08-25T22:26:59.821Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-25T22:26:59.821Z] ---> Using cache [2020-08-25T22:26:59.821Z] ---> 6a9672bd1a59 [2020-08-25T22:26:59.821Z] Step 5/27 : RUN apk update && apk add make bash git [2020-08-25T22:27:03.241Z] ---> Running in f1975e805c99 [2020-08-25T22:27:03.241Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-25T22:27:03.241Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-08-25T22:27:03.241Z] ---> 95ac53169609 [2020-08-25T22:27:03.241Z] Step 3/20 : WORKDIR /edgex-go [2020-08-25T22:27:03.241Z] ---> Using cache [2020-08-25T22:27:03.241Z] ---> e559987e1676 [2020-08-25T22:27:03.241Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-25T22:27:03.241Z] ---> Using cache [2020-08-25T22:27:03.241Z] ---> 6a9672bd1a59 [2020-08-25T22:27:03.241Z] Step 5/20 : RUN apk update && apk add make git [2020-08-25T22:27:03.241Z] ---> Using cache [2020-08-25T22:27:03.241Z] ---> ef61e522a389 [2020-08-25T22:27:03.241Z] Step 6/20 : COPY go.mod . [2020-08-25T22:27:03.241Z] ---> Using cache [2020-08-25T22:27:03.241Z] ---> c1be2f6da73b [2020-08-25T22:27:03.241Z] Step 7/20 : RUN go mod download [2020-08-25T22:27:03.241Z] ---> Using cache [2020-08-25T22:27:03.241Z] ---> ac14eee27a60 [2020-08-25T22:27:03.241Z] Step 8/20 : COPY . . [2020-08-25T22:27:03.241Z] ---> Using cache [2020-08-25T22:27:03.241Z] ---> 08bf9d82089c [2020-08-25T22:27:03.241Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-08-25T22:27:03.519Z] ---> Running in d9865b729b88 [2020-08-25T22:27:06.173Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-25T22:27:06.173Z] 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-25T22:27:06.775Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-25T22:27:08.245Z] v3.12.0-262-gb9e335a9e8 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-25T22:27:08.245Z] v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-25T22:27:08.245Z] OK: 12617 distinct packages available [2020-08-25T22:27:08.850Z] OK: 217 MiB in 51 packages [2020-08-25T22:27:12.265Z] Removing intermediate container f1975e805c99 [2020-08-25T22:27:12.265Z] ---> d54fd791ea16 [2020-08-25T22:27:12.265Z] Step 6/27 : COPY go.mod . [2020-08-25T22:27:12.543Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-25T22:27:12.543Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-08-25T22:27:12.543Z] ---> 95ac53169609 [2020-08-25T22:27:12.543Z] Step 3/26 : WORKDIR /edgex-go [2020-08-25T22:27:12.543Z] ---> Using cache [2020-08-25T22:27:12.543Z] ---> e559987e1676 [2020-08-25T22:27:12.543Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-25T22:27:12.543Z] ---> Using cache [2020-08-25T22:27:12.543Z] ---> 6a9672bd1a59 [2020-08-25T22:27:12.543Z] Step 5/26 : RUN apk update && apk add make git [2020-08-25T22:27:12.543Z] ---> Using cache [2020-08-25T22:27:12.543Z] ---> ef61e522a389 [2020-08-25T22:27:12.543Z] Step 6/26 : COPY go.mod . [2020-08-25T22:27:12.543Z] ---> Using cache [2020-08-25T22:27:12.543Z] ---> c1be2f6da73b [2020-08-25T22:27:12.543Z] Step 7/26 : RUN go mod download [2020-08-25T22:27:12.543Z] ---> Using cache [2020-08-25T22:27:12.543Z] ---> ac14eee27a60 [2020-08-25T22:27:12.543Z] Step 8/26 : COPY . . [2020-08-25T22:27:12.543Z] ---> Using cache [2020-08-25T22:27:12.543Z] ---> 08bf9d82089c [2020-08-25T22:27:12.543Z] 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-25T22:27:12.543Z] ---> Running in 56e31e71d2e1 [2020-08-25T22:27:13.988Z] ---> 49a54b090abc [2020-08-25T22:27:13.988Z] Step 7/27 : RUN go mod download [2020-08-25T22:27:14.266Z] ---> Running in c52a7396caec [2020-08-25T22:27:15.254Z] 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-25T22:27:22.008Z] Removing intermediate container c52a7396caec [2020-08-25T22:27:22.008Z] ---> faf0b172070e [2020-08-25T22:27:22.009Z] Step 8/27 : COPY . . [2020-08-25T22:27:28.748Z] Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-25T22:27:28.748Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-08-25T22:27:28.748Z] ---> 95ac53169609 [2020-08-25T22:27:28.748Z] Step 3/29 : WORKDIR /edgex-go [2020-08-25T22:27:28.748Z] ---> Using cache [2020-08-25T22:27:28.748Z] ---> e559987e1676 [2020-08-25T22:27:28.748Z] Step 4/29 : RUN apk update && apk add make git [2020-08-25T22:27:30.756Z] ---> Running in f1f85610aaad [2020-08-25T22:27:34.163Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-25T22:27:34.772Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-25T22:27:35.769Z] v3.12.0-262-gb9e335a9e8 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-25T22:27:35.769Z] v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-25T22:27:35.769Z] OK: 12617 distinct packages available [2020-08-25T22:27:37.209Z] OK: 217 MiB in 51 packages [2020-08-25T22:27:40.625Z] Removing intermediate container f1f85610aaad [2020-08-25T22:27:40.625Z] ---> 9e8a4deefcf0 [2020-08-25T22:27:40.625Z] Step 5/29 : COPY go.mod . [2020-08-25T22:27:42.074Z] ---> ab069d37691b [2020-08-25T22:27:42.074Z] Step 6/29 : RUN go mod download [2020-08-25T22:27:42.074Z] ---> Running in 3092523969da [2020-08-25T22:27:48.833Z] Removing intermediate container 3092523969da [2020-08-25T22:27:48.833Z] ---> f517a32e3ed2 [2020-08-25T22:27:48.833Z] Step 7/29 : COPY . . [2020-08-25T22:27:48.833Z] ---> 0f0ad90c2c10 [2020-08-25T22:27:48.833Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-08-25T22:27:48.833Z] ---> Running in 3a4618b01b82 [2020-08-25T22:27:52.244Z] 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-25T22:28:14.485Z] Removing intermediate container e70e93c46255 [2020-08-25T22:28:14.485Z] ---> 094d9c53d67a [2020-08-25T22:28:14.485Z] [2020-08-25T22:28:14.485Z] Step 10/22 : FROM scratch [2020-08-25T22:28:14.485Z] ---> [2020-08-25T22:28:14.485Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-25T22:28:14.485Z] ---> Using cache [2020-08-25T22:28:14.485Z] ---> 251488dec24f [2020-08-25T22:28:14.485Z] Step 12/22 : ENV APP_PORT=48081 [2020-08-25T22:28:14.485Z] ---> 5ae57eff1331 [2020-08-25T22:28:14.485Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-08-25T22:28:14.485Z] ---> Running in c67c8ecdb468 [2020-08-25T22:28:14.485Z] ---> Running in 9b53e001fac4 [2020-08-25T22:28:14.485Z] Removing intermediate container c67c8ecdb468 [2020-08-25T22:28:14.485Z] ---> 8bc4803ae2bc [2020-08-25T22:28:14.485Z] Step 13/22 : EXPOSE $APP_PORT [2020-08-25T22:28:14.485Z] ---> Running in 736fa4341d9d [2020-08-25T22:28:14.776Z] Removing intermediate container 736fa4341d9d [2020-08-25T22:28:14.776Z] ---> 24e85bd798d8 [2020-08-25T22:28:14.776Z] Step 14/22 : WORKDIR / [2020-08-25T22:28:14.776Z] ---> Running in 030cb71502ac [2020-08-25T22:28:15.378Z] Removing intermediate container 030cb71502ac [2020-08-25T22:28:15.378Z] ---> 8f7f3c54cadd [2020-08-25T22:28:15.378Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-08-25T22:28:15.654Z] 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-25T22:28:16.645Z] ---> d09eb0bda01e [2020-08-25T22:28:16.645Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-08-25T22:28:18.632Z] ---> 5fc15462ac75 [2020-08-25T22:28:18.632Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-08-25T22:28:19.631Z] ---> 00ad6a15d84f [2020-08-25T22:28:19.631Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-08-25T22:28:19.631Z] ---> Running in ac644409adf0 [2020-08-25T22:28:20.631Z] Removing intermediate container ac644409adf0 [2020-08-25T22:28:20.631Z] ---> 88efb20b8a8a [2020-08-25T22:28:20.631Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-25T22:28:20.631Z] ---> Running in 8975227bc419 [2020-08-25T22:28:21.632Z] Removing intermediate container 8975227bc419 [2020-08-25T22:28:21.632Z] ---> 33276e5eaeb6 [2020-08-25T22:28:21.632Z] Step 20/22 : LABEL arch=arm64 [2020-08-25T22:28:21.907Z] ---> Running in e7a5a7d4d263 [2020-08-25T22:28:22.908Z] Removing intermediate container e7a5a7d4d263 [2020-08-25T22:28:22.908Z] ---> 54d22cabb1f5 [2020-08-25T22:28:22.908Z] Step 21/22 : LABEL git_sha=817bf29b41deef1822bf4a2e3a9d4fb443e5016b [2020-08-25T22:28:23.185Z] ---> Running in 7d0c1e4004d9 [2020-08-25T22:28:24.174Z] Removing intermediate container 7d0c1e4004d9 [2020-08-25T22:28:24.174Z] ---> 7c6a0a8f9a4e [2020-08-25T22:28:24.476Z] Step 22/22 : LABEL version=0.0.0 [2020-08-25T22:28:24.476Z] ---> Running in 781418c6ec34 [2020-08-25T22:28:25.078Z] Removing intermediate container d9865b729b88 [2020-08-25T22:28:25.078Z] ---> 0589f5d79638 [2020-08-25T22:28:25.078Z] [2020-08-25T22:28:25.078Z] Step 10/20 : FROM alpine [2020-08-25T22:28:25.078Z] ---> 62ee0e9f8440 [2020-08-25T22:28:25.078Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-08-25T22:28:25.353Z] ---> Running in 480d0778c689 [2020-08-25T22:28:25.353Z] Removing intermediate container 781418c6ec34 [2020-08-25T22:28:25.353Z] ---> bfb982bc6684 [2020-08-25T22:28:25.353Z] [2020-08-25T22:28:26.342Z] Successfully built bfb982bc6684 [2020-08-25T22:28:26.342Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-08-25T22:28:27.792Z]  Building docker-core-metadata-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-25T22:28:28.072Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-25T22:28:29.060Z] v3.12.0-262-gb9e335a9e8 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-25T22:28:29.060Z] v3.12.0-259-g31aac9de85 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-25T22:28:29.060Z] OK: 12617 distinct packages available [2020-08-25T22:28:29.665Z] 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-25T22:28:29.942Z] (1/4) Installing ca-certificates (20191127-r4) [2020-08-25T22:28:29.942Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-08-25T22:28:29.942Z] (3/4) Installing libcurl (7.69.1-r0) [2020-08-25T22:28:29.942Z] (4/4) Installing curl (7.69.1-r0) [2020-08-25T22:28:29.942Z] Executing busybox-1.31.1-r16.trigger [2020-08-25T22:28:29.942Z] Executing ca-certificates-20191127-r4.trigger [2020-08-25T22:28:30.219Z] OK: 7 MiB in 18 packages [2020-08-25T22:28:32.877Z] Removing intermediate container 480d0778c689 [2020-08-25T22:28:32.877Z] ---> 13c5fa4a35d0 [2020-08-25T22:28:32.877Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-25T22:28:33.171Z] ---> Running in 5deef73dfe9b [2020-08-25T22:28:33.782Z] Removing intermediate container 5deef73dfe9b [2020-08-25T22:28:33.782Z] ---> d0f1f3ae965c [2020-08-25T22:28:33.782Z] Step 13/20 : WORKDIR /edgex [2020-08-25T22:28:33.782Z] ---> Running in 83dac289f36c [2020-08-25T22:28:34.778Z] Removing intermediate container 83dac289f36c [2020-08-25T22:28:34.778Z] ---> 80decb14d4b0 [2020-08-25T22:28:34.778Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-08-25T22:28:35.778Z] ---> cf587be35259 [2020-08-25T22:28:35.778Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-08-25T22:28:37.224Z] ---> f6d76ef38888 [2020-08-25T22:28:37.224Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-08-25T22:28:37.225Z] ---> Running in 6e9edd872ff2 [2020-08-25T22:28:38.220Z] Removing intermediate container 6e9edd872ff2 [2020-08-25T22:28:38.220Z] ---> c95416a572f8 [2020-08-25T22:28:38.220Z] Step 17/20 : CMD ["--init=true"] [2020-08-25T22:28:38.220Z] ---> Running in 2e2c197b5512 [2020-08-25T22:28:38.832Z] Removing intermediate container 2e2c197b5512 [2020-08-25T22:28:38.832Z] ---> 5d530a4f135f [2020-08-25T22:28:38.832Z] Step 18/20 : LABEL arch=arm64 [2020-08-25T22:28:39.111Z] ---> Running in 47823ea0dd56 [2020-08-25T22:28:39.716Z] Removing intermediate container 47823ea0dd56 [2020-08-25T22:28:39.716Z] ---> e44ad0a5c58d [2020-08-25T22:28:39.716Z] Step 19/20 : LABEL git_sha=817bf29b41deef1822bf4a2e3a9d4fb443e5016b [2020-08-25T22:28:39.716Z] ---> Running in 162df383ec37 [2020-08-25T22:28:40.329Z] Removing intermediate container 162df383ec37 [2020-08-25T22:28:40.329Z] ---> 864cd5faea79 [2020-08-25T22:28:40.329Z] Step 20/20 : LABEL version=0.0.0 [2020-08-25T22:28:40.607Z] ---> Running in e8e097373a76 [2020-08-25T22:28:40.607Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-08-25T22:28:41.210Z] Removing intermediate container e8e097373a76 [2020-08-25T22:28:41.210Z] ---> ef794eff3c27 [2020-08-25T22:28:41.210Z] [2020-08-25T22:28:41.824Z] Successfully built ef794eff3c27 [2020-08-25T22:28:41.824Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-08-25T22:28:52.027Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 56e31e71d2e1 [2020-08-25T22:28:52.027Z] ---> 430bd1c20ae0 [2020-08-25T22:28:52.027Z] [2020-08-25T22:28:52.027Z] Step 10/26 : FROM alpine:3.10 [2020-08-25T22:28:52.304Z] 3.10: Pulling from library/alpine [2020-08-25T22:28:53.753Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-08-25T22:28:53.753Z] Status: Downloaded newer image for alpine:3.10 [2020-08-25T22:28:53.754Z] ---> 536a684cf733 [2020-08-25T22:28:53.754Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-08-25T22:28:54.031Z] ---> Running in f4ab81d957d2 [2020-08-25T22:28:56.021Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-08-25T22:28:56.627Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-08-25T22:28:56.900Z] v3.10.5-78-g117b307f50 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-08-25T22:28:56.900Z] v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-08-25T22:28:56.900Z] OK: 10167 distinct packages available [2020-08-25T22:28:57.501Z] (1/5) Installing ca-certificates (20191127-r2) [2020-08-25T22:28:57.834Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-08-25T22:28:57.834Z] (3/5) Installing libcurl (7.66.0-r0) [2020-08-25T22:28:57.834Z] (4/5) Installing curl (7.66.0-r0) [2020-08-25T22:28:57.834Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-08-25T22:28:57.834Z] Executing busybox-1.30.1-r3.trigger [2020-08-25T22:28:57.834Z] Executing ca-certificates-20191127-r2.trigger [2020-08-25T22:28:58.105Z] OK: 7 MiB in 19 packages [2020-08-25T22:29:00.722Z] Removing intermediate container f4ab81d957d2 [2020-08-25T22:29:00.722Z] ---> 8971eb3bbd07 [2020-08-25T22:29:00.722Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-25T22:29:00.722Z] ---> Running in 18ceba7d347e [2020-08-25T22:29:00.722Z] Removing intermediate container 3a4618b01b82 [2020-08-25T22:29:00.722Z] ---> ed769bd5387d [2020-08-25T22:29:00.722Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-08-25T22:29:00.722Z] ---> Running in 8b1ac9fe4cfd [2020-08-25T22:29:01.027Z] Removing intermediate container 18ceba7d347e [2020-08-25T22:29:01.027Z] ---> 553d440a7863 [2020-08-25T22:29:01.027Z] Step 13/26 : WORKDIR / [2020-08-25T22:29:01.313Z] ---> Running in 36b524b66b71 [2020-08-25T22:29:01.916Z] Removing intermediate container 36b524b66b71 [2020-08-25T22:29:01.916Z] ---> fcabb8dbe613 [2020-08-25T22:29:01.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-25T22:29:02.579Z] 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-25T22:29:02.855Z] ---> 1bc0d793e4dc [2020-08-25T22:29:02.855Z] 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-25T22:29:04.285Z] ---> f5db8f1bf658 [2020-08-25T22:29:04.285Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-08-25T22:29:05.266Z] ---> 213944f525f6 [2020-08-25T22:29:05.266Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-08-25T22:29:05.537Z] Removing intermediate container 9b53e001fac4 [2020-08-25T22:29:05.537Z] ---> e9e0d81be34f [2020-08-25T22:29:05.538Z] [2020-08-25T22:29:05.538Z] Step 9/29 : FROM alpine:latest [2020-08-25T22:29:05.538Z] ---> 62ee0e9f8440 [2020-08-25T22:29:05.538Z] 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-25T22:29:05.808Z] ---> Running in 725037287b8a [2020-08-25T22:29:06.085Z] ---> eaf615a9b7a4 [2020-08-25T22:29:06.085Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-08-25T22:29:06.085Z] Removing intermediate container 8b1ac9fe4cfd [2020-08-25T22:29:06.085Z] ---> 468babe6ccf5 [2020-08-25T22:29:06.085Z] [2020-08-25T22:29:06.085Z] Step 11/27 : FROM docker:latest [2020-08-25T22:29:06.085Z] ---> ce9d55ae87f1 [2020-08-25T22:29:06.085Z] Step 12/27 : RUN apk add --no-cache bash [2020-08-25T22:29:06.357Z] ---> Running in 53d1087e6056 [2020-08-25T22:29:06.357Z] Removing intermediate container 725037287b8a [2020-08-25T22:29:06.357Z] ---> 6f99e858d88c [2020-08-25T22:29:06.357Z] Step 11/29 : USER root [2020-08-25T22:29:06.630Z] ---> Running in 2af886f5eb7b [2020-08-25T22:29:07.615Z] Removing intermediate container 2af886f5eb7b [2020-08-25T22:29:07.615Z] ---> e237d8984fbe [2020-08-25T22:29:07.615Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-08-25T22:29:07.615Z] ---> 55d900b13a74 [2020-08-25T22:29:07.615Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-08-25T22:29:07.615Z] ---> Running in a9dadf1fdd2c [2020-08-25T22:29:08.215Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-25T22:29:08.490Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-25T22:29:09.080Z] ---> d66aae86b114 [2020-08-25T22:29:09.080Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-08-25T22:29:09.080Z] (1/2) Installing readline (8.0.4-r0) [2020-08-25T22:29:09.080Z] (2/2) Installing bash (5.0.17-r0) [2020-08-25T22:29:09.080Z] Executing bash-5.0.17-r0.post-install [2020-08-25T22:29:09.080Z] Executing busybox-1.31.1-r16.trigger [2020-08-25T22:29:09.080Z] OK: 12 MiB in 22 packages [2020-08-25T22:29:09.674Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-25T22:29:09.949Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-25T22:29:10.223Z] ---> 3f0668b4618b [2020-08-25T22:29:10.223Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-08-25T22:29:10.497Z] v3.12.0-262-gb9e335a9e8 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-25T22:29:10.497Z] v3.12.0-259-g31aac9de85 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-25T22:29:10.497Z] OK: 12617 distinct packages available [2020-08-25T22:29:10.774Z] Removing intermediate container 53d1087e6056 [2020-08-25T22:29:10.774Z] ---> 22519b88545c [2020-08-25T22:29:10.774Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-08-25T22:29:10.775Z] ---> Running in 37b589ac8dc5 [2020-08-25T22:29:11.052Z] ---> a796d9ad6973 [2020-08-25T22:29:11.052Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-25T22:29:11.052Z] ---> Running in a2c42eb1aa97 [2020-08-25T22:29:11.327Z] (1/2) Installing ca-certificates (20191127-r4) [2020-08-25T22:29:11.327Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-08-25T22:29:11.327Z] Executing busybox-1.31.1-r16.trigger [2020-08-25T22:29:11.608Z] Executing ca-certificates-20191127-r4.trigger [2020-08-25T22:29:11.608Z] OK: 6 MiB in 16 packages [2020-08-25T22:29:13.594Z] Removing intermediate container a9dadf1fdd2c [2020-08-25T22:29:13.594Z] ---> ae4d2207d97a [2020-08-25T22:29:13.594Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-08-25T22:29:13.866Z] ---> Running in 8fdae6d57a7f [2020-08-25T22:29:13.866Z] Removing intermediate container 37b589ac8dc5 [2020-08-25T22:29:13.866Z] ---> c5e010bbcc15 [2020-08-25T22:29:13.866Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-08-25T22:29:14.140Z] ---> Running in b1de92c3a529 [2020-08-25T22:29:14.140Z] Removing intermediate container a2c42eb1aa97 [2020-08-25T22:29:14.140Z] ---> 43c356e401d3 [2020-08-25T22:29:14.140Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-08-25T22:29:14.411Z] Removing intermediate container 8fdae6d57a7f [2020-08-25T22:29:14.411Z] ---> eb937fa728be [2020-08-25T22:29:14.411Z] Step 14/29 : WORKDIR $BASE_DIR [2020-08-25T22:29:14.411Z] ---> Running in 42fc82596b1b [2020-08-25T22:29:14.411Z] ---> Running in 3fbd08f1270f [2020-08-25T22:29:14.684Z] Removing intermediate container b1de92c3a529 [2020-08-25T22:29:14.684Z] ---> aee457c971b5 [2020-08-25T22:29:14.684Z] Step 15/27 : ENV APP_PORT=48090 [2020-08-25T22:29:14.684Z] ---> Running in f3dee0dd2369 [2020-08-25T22:29:14.955Z] Removing intermediate container 42fc82596b1b [2020-08-25T22:29:14.955Z] ---> 5cbabf6450b9 [2020-08-25T22:29:14.955Z] Step 24/26 : LABEL arch=arm64 [2020-08-25T22:29:15.232Z] ---> Running in 9323fec9b105 [2020-08-25T22:29:15.232Z] Removing intermediate container 3fbd08f1270f [2020-08-25T22:29:15.232Z] ---> 1960f7ddf94d [2020-08-25T22:29:15.232Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-08-25T22:29:15.232Z] ---> Running in b5b0f76be6df [2020-08-25T22:29:15.232Z] Removing intermediate container f3dee0dd2369 [2020-08-25T22:29:15.232Z] ---> bcda67033c0e [2020-08-25T22:29:15.232Z] Step 16/27 : EXPOSE $APP_PORT [2020-08-25T22:29:15.507Z] ---> Running in c7b17ecdd347 [2020-08-25T22:29:15.781Z] Removing intermediate container 9323fec9b105 [2020-08-25T22:29:15.781Z] ---> a348f33f7bd1 [2020-08-25T22:29:15.781Z] Step 25/26 : LABEL git_sha=817bf29b41deef1822bf4a2e3a9d4fb443e5016b [2020-08-25T22:29:15.781Z] ---> Running in 49673502c323 [2020-08-25T22:29:16.060Z] Removing intermediate container c7b17ecdd347 [2020-08-25T22:29:16.060Z] ---> 43c915218caa [2020-08-25T22:29:16.060Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-08-25T22:29:16.334Z] Removing intermediate container 49673502c323 [2020-08-25T22:29:16.334Z] ---> f2313d5eed37 [2020-08-25T22:29:16.334Z] Step 26/26 : LABEL version=0.0.0 [2020-08-25T22:29:16.606Z] ---> Running in 4c0996785273 [2020-08-25T22:29:17.204Z] Removing intermediate container 4c0996785273 [2020-08-25T22:29:17.204Z] ---> 006df8116acd [2020-08-25T22:29:17.204Z] [2020-08-25T22:29:17.828Z] ---> 4d60c451bb5e [2020-08-25T22:29:17.828Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-08-25T22:29:17.828Z] Successfully built 006df8116acd [2020-08-25T22:29:17.828Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-08-25T22:29:18.419Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container b5b0f76be6df [2020-08-25T22:29:18.419Z] ---> fd29bbb298ae [2020-08-25T22:29:18.419Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-08-25T22:29:18.419Z] ---> 30a85d94ea80 [2020-08-25T22:29:18.419Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-08-25T22:29:19.393Z] ---> fc65db63ae90 [2020-08-25T22:29:19.393Z] Step 20/27 : RUN apk --no-cache add py-pip [2020-08-25T22:29:19.668Z] ---> 5296dc04af5c [2020-08-25T22:29:19.668Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-08-25T22:29:19.668Z] ---> Running in 77216fa0139d [2020-08-25T22:29:20.642Z] ---> f36021803b57 [2020-08-25T22:29:20.642Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-08-25T22:29:21.229Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-25T22:29:21.229Z] ---> 3a21d450b50f [2020-08-25T22:29:21.229Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-08-25T22:29:21.502Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-25T22:29:22.098Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-08-25T22:29:22.098Z] (2/33) Installing expat (2.2.9-r1) [2020-08-25T22:29:22.098Z] (3/33) Installing libffi (3.3-r2) [2020-08-25T22:29:22.098Z] (4/33) Installing gdbm (1.13-r1) [2020-08-25T22:29:22.098Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-08-25T22:29:22.098Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-08-25T22:29:22.098Z] ---> 9dae56efa3cf [2020-08-25T22:29:22.098Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-08-25T22:29:22.098Z] (7/33) Installing python3 (3.8.5-r0) [2020-08-25T22:29:23.521Z] ---> 808f3e99978d [2020-08-25T22:29:23.521Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-08-25T22:29:23.789Z] ---> Running in 4bfbab137f2d [2020-08-25T22:29:24.062Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-08-25T22:29:24.062Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-08-25T22:29:24.062Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-08-25T22:29:24.062Z] (11/33) Installing py3-six (1.15.0-r0) [2020-08-25T22:29:24.062Z] (12/33) Installing py3-packaging (20.4-r0) [2020-08-25T22:29:24.062Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-08-25T22:29:24.062Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-08-25T22:29:24.062Z] (15/33) Installing py3-idna (2.9-r0) [2020-08-25T22:29:24.062Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-08-25T22:29:24.335Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-08-25T22:29:24.335Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-08-25T22:29:24.335Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-08-25T22:29:24.335Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-08-25T22:29:24.335Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-08-25T22:29:24.335Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-08-25T22:29:24.335Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-08-25T22:29:24.335Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-08-25T22:29:24.335Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-08-25T22:29:24.335Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-08-25T22:29:24.335Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-08-25T22:29:24.335Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-08-25T22:29:24.606Z] (29/33) Installing py3-progress (1.5-r0) [2020-08-25T22:29:24.606Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-08-25T22:29:24.606Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-08-25T22:29:24.606Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-08-25T22:29:24.606Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-08-25T22:29:24.606Z] Executing busybox-1.31.1-r16.trigger [2020-08-25T22:29:24.606Z] OK: 71 MiB in 55 packages [2020-08-25T22:29:26.587Z] Removing intermediate container 4bfbab137f2d [2020-08-25T22:29:26.587Z] ---> 8da7d030684e [2020-08-25T22:29:26.587Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-08-25T22:29:27.576Z] ---> cfe31e768d34 [2020-08-25T22:29:27.576Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-25T22:29:27.860Z] ---> Running in 9ba32fbe46f0 [2020-08-25T22:29:31.241Z] Removing intermediate container 9ba32fbe46f0 [2020-08-25T22:29:31.241Z] ---> 578cad795ab0 [2020-08-25T22:29:31.241Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-08-25T22:29:31.241Z] Removing intermediate container 77216fa0139d [2020-08-25T22:29:31.241Z] ---> c7376d05765a [2020-08-25T22:29:31.241Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-08-25T22:29:31.241Z] ---> Running in adbe3a03852a [2020-08-25T22:29:31.241Z] ---> Running in a7f2815a6d5d [2020-08-25T22:29:34.699Z] Removing intermediate container adbe3a03852a [2020-08-25T22:29:34.699Z] ---> 70e0378ae027 [2020-08-25T22:29:34.699Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-08-25T22:29:34.699Z] ---> Running in 66eb11932b67 [2020-08-25T22:29:34.978Z] Removing intermediate container 66eb11932b67 [2020-08-25T22:29:34.978Z] ---> 89d06fbf8473 [2020-08-25T22:29:34.978Z] Step 26/29 : CMD [ "generate" ] [2020-08-25T22:29:34.978Z] ---> Running in 35cb15635c6a [2020-08-25T22:29:35.589Z] Removing intermediate container 35cb15635c6a [2020-08-25T22:29:35.589Z] ---> cc4fed1a69c7 [2020-08-25T22:29:35.589Z] Step 27/29 : LABEL arch=arm64 [2020-08-25T22:29:35.589Z] ---> Running in 86f2e75ace70 [2020-08-25T22:29:36.239Z] Removing intermediate container 86f2e75ace70 [2020-08-25T22:29:36.239Z] ---> b91537884551 [2020-08-25T22:29:36.239Z] Step 28/29 : LABEL git_sha=817bf29b41deef1822bf4a2e3a9d4fb443e5016b [2020-08-25T22:29:36.538Z] ---> Running in bb6737eda4cf [2020-08-25T22:29:36.858Z] Removing intermediate container bb6737eda4cf [2020-08-25T22:29:36.858Z] ---> 8948b5345e33 [2020-08-25T22:29:36.858Z] Step 29/29 : LABEL version=0.0.0 [2020-08-25T22:29:37.142Z] ---> Running in 4cbb9c1e5ef7 [2020-08-25T22:29:37.142Z] Collecting docker-compose==1.23.2 [2020-08-25T22:29:37.426Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-08-25T22:29:37.426Z] Removing intermediate container 4cbb9c1e5ef7 [2020-08-25T22:29:37.426Z] ---> afd2bde584b7 [2020-08-25T22:29:37.426Z] [2020-08-25T22:29:38.142Z] Successfully built afd2bde584b7 [2020-08-25T22:29:38.142Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-08-25T22:29:38.418Z]  Building docker-security-secrets-setup-go ... done Collecting docker<4.0,>=3.6.0 [2020-08-25T22:29:38.418Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-08-25T22:29:39.404Z] Collecting jsonschema<3,>=2.5.1 [2020-08-25T22:29:39.404Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-08-25T22:29:39.680Z] Collecting texttable<0.10,>=0.9.0 [2020-08-25T22:29:39.680Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-08-25T22:29:42.333Z] Collecting cached-property<2,>=1.2.0 [2020-08-25T22:29:42.333Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-08-25T22:29:42.333Z] Collecting dockerpty<0.5,>=0.4.1 [2020-08-25T22:29:42.333Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-08-25T22:29:44.351Z] 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-25T22:29:45.325Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-08-25T22:29:45.325Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-08-25T22:29:45.325Z] Collecting docopt<0.7,>=0.6.1 [2020-08-25T22:29:45.598Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-08-25T22:29:47.567Z] Collecting PyYAML<4,>=3.10 [2020-08-25T22:29:47.567Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-08-25T22:29:50.947Z] Collecting websocket-client<1.0,>=0.32.0 [2020-08-25T22:29:50.947Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-08-25T22:29:50.947Z] Collecting docker-pycreds>=0.4.0 [2020-08-25T22:29:50.947Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-08-25T22:29:51.219Z] 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-25T22:29:51.812Z] Collecting urllib3<1.25,>=1.21.1 [2020-08-25T22:29:51.812Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-08-25T22:29:52.083Z] Collecting idna<2.8,>=2.5 [2020-08-25T22:29:52.083Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-08-25T22:29:52.083Z] 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-25T22:29:52.083Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-08-25T22:29:52.083Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-08-25T22:29:52.083Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-08-25T22:29:52.083Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-08-25T22:29:53.053Z] Installing collected packages: docker-pycreds, websocket-client, urllib3, idna, requests, docker, jsonschema, texttable, cached-property, dockerpty, docopt, PyYAML, docker-compose [2020-08-25T22:29:53.325Z] Attempting uninstall: urllib3 [2020-08-25T22:29:53.325Z] Found existing installation: urllib3 1.25.9 [2020-08-25T22:29:53.325Z] Uninstalling urllib3-1.25.9: [2020-08-25T22:29:53.325Z] Successfully uninstalled urllib3-1.25.9 [2020-08-25T22:29:53.921Z] Attempting uninstall: idna [2020-08-25T22:29:53.921Z] Found existing installation: idna 2.9 [2020-08-25T22:29:53.921Z] Uninstalling idna-2.9: [2020-08-25T22:29:54.194Z] Successfully uninstalled idna-2.9 [2020-08-25T22:29:54.787Z] Attempting uninstall: requests [2020-08-25T22:29:54.787Z] Found existing installation: requests 2.23.0 [2020-08-25T22:29:54.787Z] Uninstalling requests-2.23.0: [2020-08-25T22:29:54.787Z] Successfully uninstalled requests-2.23.0 [2020-08-25T22:29:56.219Z] Running setup.py install for texttable: started [2020-08-25T22:29:58.200Z] Running setup.py install for texttable: finished with status 'done' [2020-08-25T22:29:58.200Z] Running setup.py install for dockerpty: started [2020-08-25T22:29:59.628Z] Running setup.py install for dockerpty: finished with status 'done' [2020-08-25T22:29:59.628Z] Running setup.py install for docopt: started [2020-08-25T22:30:01.599Z] Running setup.py install for docopt: finished with status 'done' [2020-08-25T22:30:01.599Z] Running setup.py install for PyYAML: started [2020-08-25T22:30:03.592Z] Running setup.py install for PyYAML: finished with status 'done' [2020-08-25T22:30:04.187Z] 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-25T22:30:08.480Z] Removing intermediate container a7f2815a6d5d [2020-08-25T22:30:08.480Z] ---> a27b8ae047a1 [2020-08-25T22:30:08.480Z] Step 22/27 : RUN apk --no-cache add curl [2020-08-25T22:30:08.480Z] ---> Running in 4375b5628dc0 [2020-08-25T22:30:09.467Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-25T22:30:09.737Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-25T22:30:10.327Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-08-25T22:30:10.327Z] (2/3) Installing libcurl (7.69.1-r0) [2020-08-25T22:30:10.327Z] (3/3) Installing curl (7.69.1-r0) [2020-08-25T22:30:10.327Z] Executing busybox-1.31.1-r16.trigger [2020-08-25T22:30:10.327Z] OK: 71 MiB in 58 packages [2020-08-25T22:30:11.760Z] Removing intermediate container 4375b5628dc0 [2020-08-25T22:30:11.760Z] ---> 7a9eeb95e689 [2020-08-25T22:30:11.760Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-08-25T22:30:11.760Z] ---> Running in 49458f9e72bf [2020-08-25T22:30:12.033Z] Removing intermediate container 49458f9e72bf [2020-08-25T22:30:12.033Z] ---> 3597ad04a714 [2020-08-25T22:30:12.033Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-25T22:30:12.307Z] ---> Running in 3216ea66b9b9 [2020-08-25T22:30:12.578Z] Removing intermediate container 3216ea66b9b9 [2020-08-25T22:30:12.578Z] ---> 1fcc43613c95 [2020-08-25T22:30:12.578Z] Step 25/27 : LABEL arch=arm64 [2020-08-25T22:30:12.849Z] ---> Running in 914c9c4cc954 [2020-08-25T22:30:13.439Z] Removing intermediate container 914c9c4cc954 [2020-08-25T22:30:13.439Z] ---> 282e2fff1ce8 [2020-08-25T22:30:13.439Z] Step 26/27 : LABEL git_sha=817bf29b41deef1822bf4a2e3a9d4fb443e5016b [2020-08-25T22:30:13.439Z] ---> Running in 12a703ea570e [2020-08-25T22:30:14.030Z] Removing intermediate container 12a703ea570e [2020-08-25T22:30:14.030Z] ---> 3466bca5c2cc [2020-08-25T22:30:14.030Z] Step 27/27 : LABEL version=0.0.0 [2020-08-25T22:30:14.030Z] ---> Running in 3b353daaf5db [2020-08-25T22:30:14.301Z] Removing intermediate container 3b353daaf5db [2020-08-25T22:30:14.301Z] ---> bfbecb49af73 [2020-08-25T22:30:14.301Z] [2020-08-25T22:30:14.888Z] Successfully built bfbecb49af73 [2020-08-25T22:30:14.888Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-08-25T22:30:15.174Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-08-25T22:30:15.362Z] $ docker stop --time=1 725f0a96ba6f3549231d96c51f7ec514e2c07845d8b952bd9e644c9cf9cc60d8 [2020-08-25T22:30:17.266Z] $ docker rm -f 725f0a96ba6f3549231d96c51f7ec514e2c07845d8b952bd9e644c9cf9cc60d8 [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-25T22:30:17.815Z] + + docker images [2020-08-25T22:30:17.815Z] grep docker [2020-08-25T22:30:18.085Z] docker-sys-mgmt-agent-go-arm64 latest bfbecb49af73 4 seconds ago 266MB [2020-08-25T22:30:18.085Z] docker-security-secrets-setup-go-arm64 latest afd2bde584b7 41 seconds ago 24.2MB [2020-08-25T22:30:18.085Z] docker-security-secretstore-setup-go-arm64 latest 006df8116acd About a minute ago 32.6MB [2020-08-25T22:30:18.085Z] docker-security-proxy-setup-go-arm64 latest ef794eff3c27 About a minute ago 15.8MB [2020-08-25T22:30:18.085Z] docker-core-metadata-go-arm64 latest bfb982bc6684 About a minute ago 13.8MB [2020-08-25T22:30:18.085Z] docker-core-data-go-arm64 latest ca045ccdcc77 3 minutes ago 23.3MB [2020-08-25T22:30:18.085Z] docker-support-notifications-go-arm64 latest 7979ee1629a3 4 minutes ago 13.9MB [2020-08-25T22:30:18.085Z] docker-core-command-go-arm64 latest 57916e667c3b 4 minutes ago 12.4MB [2020-08-25T22:30:18.085Z] docker-support-scheduler-go-arm64 latest ec3dbd0b2f57 4 minutes ago 12.6MB [2020-08-25T22:30:18.085Z] docker-support-logging-go-arm64 latest 2153a632e8d3 4 minutes ago 11.4MB [2020-08-25T22:30:18.085Z] 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-25T22:30:20.297Z] provisioning config files... [2020-08-25T22:30:20.309Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config5289626070010923309tmp [Pipeline] { [Pipeline] sh [2020-08-25T22:30:20.725Z] + curl -s https://codecov.io/bash [2020-08-25T22:30:20.725Z] + bash -s - -t @/w/workspace/edgex-go/1@tmp/config5289626070010923309tmp [Pipeline] } [2020-08-25T22:30:21.321Z] 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-25T22:30:23.886Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-25T22:30:24.795Z] ---> package-listing.sh [2020-08-25T22:30:24.795Z] ++ facter osfamily [2020-08-25T22:30:24.795Z] ++ tr '[:upper:]' '[:lower:]' [2020-08-25T22:30:24.795Z] + OS_FAMILY=redhat [2020-08-25T22:30:24.795Z] + workspace=/w/workspace/edgex-go/1 [2020-08-25T22:30:24.795Z] + START_PACKAGES=/tmp/packages_start.txt [2020-08-25T22:30:24.795Z] + END_PACKAGES=/tmp/packages_end.txt [2020-08-25T22:30:24.795Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-08-25T22:30:24.795Z] + PACKAGES=/tmp/packages_start.txt [2020-08-25T22:30:24.795Z] + '[' /w/workspace/edgex-go/1 ']' [2020-08-25T22:30:24.795Z] + PACKAGES=/tmp/packages_end.txt [2020-08-25T22:30:24.795Z] + case "${OS_FAMILY}" in [2020-08-25T22:30:24.795Z] + rpm -qa [2020-08-25T22:30:24.795Z] + sort [2020-08-25T22:30:29.002Z] + '[' -f /tmp/packages_start.txt ']' [2020-08-25T22:30:29.002Z] + '[' -f /tmp/packages_end.txt ']' [2020-08-25T22:30:29.002Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-08-25T22:30:29.002Z] + '[' /w/workspace/edgex-go/1 ']' [2020-08-25T22:30:29.002Z] + mkdir -p /w/workspace/edgex-go/1/archives/ [2020-08-25T22:30:29.002Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] isUnix [Pipeline] sh [2020-08-25T22:30:29.761Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-25T22:30:29.761Z] [2020-08-25T22:30:29.761Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-08-25T22:30:30.160Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-25T22:30:30.160Z] alpine: Pulling from edgex-lftools-log-publisher [2020-08-25T22:30:30.160Z] c9b1b535fdd9: Pulling fs layer [2020-08-25T22:30:30.160Z] 2cc5ad85d9ab: Pulling fs layer [2020-08-25T22:30:30.160Z] 756a868c4378: Pulling fs layer [2020-08-25T22:30:30.160Z] 444b2fc9a129: Pulling fs layer [2020-08-25T22:30:30.160Z] ea15f1150254: Pulling fs layer [2020-08-25T22:30:30.160Z] 41b27a9f41bf: Pulling fs layer [2020-08-25T22:30:30.160Z] 28c525ee5125: Pulling fs layer [2020-08-25T22:30:30.160Z] 094b1ea09ed8: Pulling fs layer [2020-08-25T22:30:30.160Z] 138eaada9080: Pulling fs layer [2020-08-25T22:30:30.160Z] 0622d0fa9048: Pulling fs layer [2020-08-25T22:30:30.160Z] 444b2fc9a129: Waiting [2020-08-25T22:30:30.160Z] 28c525ee5125: Waiting [2020-08-25T22:30:30.160Z] 41b27a9f41bf: Waiting [2020-08-25T22:30:30.160Z] 094b1ea09ed8: Waiting [2020-08-25T22:30:30.160Z] 138eaada9080: Waiting [2020-08-25T22:30:30.160Z] 0622d0fa9048: Waiting [2020-08-25T22:30:30.160Z] 2cc5ad85d9ab: Verifying Checksum [2020-08-25T22:30:30.160Z] 2cc5ad85d9ab: Download complete [2020-08-25T22:30:30.160Z] 444b2fc9a129: Verifying Checksum [2020-08-25T22:30:30.160Z] 444b2fc9a129: Download complete [2020-08-25T22:30:30.160Z] c9b1b535fdd9: Verifying Checksum [2020-08-25T22:30:30.160Z] c9b1b535fdd9: Download complete [2020-08-25T22:30:30.427Z] ea15f1150254: Verifying Checksum [2020-08-25T22:30:30.427Z] ea15f1150254: Download complete [2020-08-25T22:30:30.427Z] 28c525ee5125: Verifying Checksum [2020-08-25T22:30:30.427Z] 28c525ee5125: Download complete [2020-08-25T22:30:30.691Z] 756a868c4378: Verifying Checksum [2020-08-25T22:30:30.691Z] 756a868c4378: Download complete [2020-08-25T22:30:30.691Z] 138eaada9080: Verifying Checksum [2020-08-25T22:30:30.691Z] 138eaada9080: Download complete [2020-08-25T22:30:30.691Z] c9b1b535fdd9: Pull complete [2020-08-25T22:30:30.691Z] 0622d0fa9048: Verifying Checksum [2020-08-25T22:30:30.691Z] 0622d0fa9048: Download complete [2020-08-25T22:30:30.691Z] 094b1ea09ed8: Verifying Checksum [2020-08-25T22:30:30.691Z] 094b1ea09ed8: Download complete [2020-08-25T22:30:31.264Z] 2cc5ad85d9ab: Pull complete [2020-08-25T22:30:31.264Z] 41b27a9f41bf: Verifying Checksum [2020-08-25T22:30:31.264Z] 41b27a9f41bf: Download complete [2020-08-25T22:30:32.656Z] 756a868c4378: Pull complete [2020-08-25T22:30:32.656Z] 444b2fc9a129: Pull complete [2020-08-25T22:30:32.920Z] ea15f1150254: Pull complete [2020-08-25T22:30:38.217Z] 41b27a9f41bf: Pull complete [2020-08-25T22:30:38.217Z] 28c525ee5125: Pull complete [2020-08-25T22:30:40.807Z] 094b1ea09ed8: Pull complete [2020-08-25T22:30:40.807Z] 138eaada9080: Pull complete [2020-08-25T22:30:41.068Z] 0622d0fa9048: Pull complete [2020-08-25T22:30:41.068Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-08-25T22:30:41.068Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-25T22:30:41.068Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-08-25T22:30:41.417Z] prd-centos7-docker-4c-2g-331 does not seem to be running inside a container [2020-08-25T22:30:41.502Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-08-25T22:30:46.294Z] $ docker top 2ca5e2355cd96dea75edccadea11bc739dd7692a46b84fd63fbac6d91587dcc3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-08-25T22:30:46.711Z] provisioning config files... [2020-08-25T22:30:46.724Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config2016925213836370662tmp [Pipeline] { [Pipeline] echo [2020-08-25T22:30:46.835Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-25T22:30:47.164Z] ---> create-netrc.sh [Pipeline] echo [2020-08-25T22:30:47.193Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-25T22:30:47.521Z] ---> logs-deploy.sh [2020-08-25T22:30:47.521Z] + ARCHIVE_ARTIFACTS= [2020-08-25T22:30:47.521Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-08-25T22:30:47.521Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-08-25T22:30:47.521Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-08-25T22:30:47.521Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2672/1 [2020-08-25T22:30:47.521Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2672/1/ [2020-08-25T22:30:47.521Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2672/1 /w/workspace/edgex-go/1 [2020-08-25T22:30:48.464Z] Archives upload complete. [2020-08-25T22:30:48.723Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2672/1 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2672/1/ [2020-08-25T22:30:49.294Z] ---> uname -a: [2020-08-25T22:30:49.294Z] Linux 2ca5e2355cd9 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux [2020-08-25T22:30:49.294Z] [2020-08-25T22:30:49.294Z] [2020-08-25T22:30:49.294Z] ---> lscpu: [2020-08-25T22:30:49.294Z] Architecture: x86_64 [2020-08-25T22:30:49.294Z] CPU op-mode(s): 32-bit, 64-bit [2020-08-25T22:30:49.294Z] Byte Order: Little Endian [2020-08-25T22:30:49.294Z] Address sizes: 40 bits physical, 48 bits virtual [2020-08-25T22:30:49.294Z] CPU(s): 4 [2020-08-25T22:30:49.294Z] On-line CPU(s) list: 0-3 [2020-08-25T22:30:49.294Z] Thread(s) per core: 1 [2020-08-25T22:30:49.294Z] Core(s) per socket: 1 [2020-08-25T22:30:49.294Z] Socket(s): 4 [2020-08-25T22:30:49.294Z] NUMA node(s): 1 [2020-08-25T22:30:49.294Z] Vendor ID: GenuineIntel [2020-08-25T22:30:49.294Z] CPU family: 6 [2020-08-25T22:30:49.294Z] Model: 44 [2020-08-25T22:30:49.294Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-08-25T22:30:49.294Z] Stepping: 1 [2020-08-25T22:30:49.294Z] CPU MHz: 2933.438 [2020-08-25T22:30:49.294Z] BogoMIPS: 5866.87 [2020-08-25T22:30:49.294Z] Virtualization: VT-x [2020-08-25T22:30:49.294Z] Hypervisor vendor: KVM [2020-08-25T22:30:49.294Z] Virtualization type: full [2020-08-25T22:30:49.294Z] L1d cache: 128 KiB [2020-08-25T22:30:49.294Z] L1i cache: 128 KiB [2020-08-25T22:30:49.294Z] L2 cache: 16 MiB [2020-08-25T22:30:49.294Z] L3 cache: 64 MiB [2020-08-25T22:30:49.294Z] NUMA node0 CPU(s): 0-3 [2020-08-25T22:30:49.294Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-08-25T22:30:49.294Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-08-25T22:30:49.294Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-08-25T22:30:49.294Z] Vulnerability Meltdown: Mitigation; PTI [2020-08-25T22:30:49.294Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-08-25T22:30:49.294Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-08-25T22:30:49.294Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-08-25T22:30:49.294Z] Vulnerability Tsx async abort: Not affected [2020-08-25T22:30:49.294Z] 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-25T22:30:49.294Z] [2020-08-25T22:30:49.294Z] [2020-08-25T22:30:49.294Z] ---> nproc: [2020-08-25T22:30:49.294Z] 4 [2020-08-25T22:30:49.294Z] [2020-08-25T22:30:49.294Z] [2020-08-25T22:30:49.294Z] ---> df -h: [2020-08-25T22:30:49.294Z] Filesystem Size Used Available Use% Mounted on [2020-08-25T22:30:49.294Z] overlay 50.0G 13.8G 36.1G 28% / [2020-08-25T22:30:49.294Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-08-25T22:30:49.294Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-08-25T22:30:49.294Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-08-25T22:30:49.294Z] /dev/vda1 50.0G 13.8G 36.1G 28% /etc/resolv.conf [2020-08-25T22:30:49.294Z] /dev/vda1 50.0G 13.8G 36.1G 28% /etc/hostname [2020-08-25T22:30:49.294Z] /dev/vda1 50.0G 13.8G 36.1G 28% /etc/hosts [2020-08-25T22:30:49.294Z] /dev/vda1 50.0G 13.8G 36.1G 28% /var/log/sa [2020-08-25T22:30:49.294Z] /dev/vda1 50.0G 13.8G 36.1G 28% /w/workspace/edgex-go/1 [2020-08-25T22:30:49.294Z] /dev/vda1 50.0G 13.8G 36.1G 28% /w/workspace/edgex-go/1@tmp [2020-08-25T22:30:49.294Z] [2020-08-25T22:30:49.294Z] [2020-08-25T22:30:49.294Z] ---> free -m: [2020-08-25T22:30:49.294Z] total used free shared buff/cache available [2020-08-25T22:30:49.294Z] Mem: 1837 663 111 0 1062 1090 [2020-08-25T22:30:49.294Z] Swap: 1023 57 966 [2020-08-25T22:30:49.294Z] [2020-08-25T22:30:49.294Z] [2020-08-25T22:30:49.294Z] ---> ip addr: [2020-08-25T22:30:49.294Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-08-25T22:30:49.294Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-08-25T22:30:49.294Z] inet 127.0.0.1/8 scope host lo [2020-08-25T22:30:49.294Z] valid_lft forever preferred_lft forever [2020-08-25T22:30:49.294Z] 118: eth0@if119: mtu 1458 qdisc noqueue state UP [2020-08-25T22:30:49.294Z] link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff [2020-08-25T22:30:49.294Z] inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 [2020-08-25T22:30:49.294Z] valid_lft forever preferred_lft forever [2020-08-25T22:30:49.294Z] [2020-08-25T22:30:49.294Z]