Pull request #2658 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 cherrycl for edgexfoundry/edgex-go Loading trusted files from base branch master at 2f18d68ce33577a025edc322deb728338e3be43f rather than 9f0651306d868a93c4f6d04f573f0b50f68ed542 Obtained Jenkinsfile from 2f18d68ce33577a025edc322deb728338e3be43f Running in Durability level: MAX_SURVIVABILITY Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 using credential edgex-jenkins-ssh 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-2658/workspace@libs/edgex-global-pipelines # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > 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 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 Waiting for next available executor Running on prd-centos7-docker-4c-2g-3263 in /w/workspace/edgexfoundry_edgex-go_PR-2658 [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 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2658/head:refs/remotes/origin/PR-2658 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit 2f18d68ce33577a025edc322deb728338e3be43f into PR head commit 9f0651306d868a93c4f6d04f573f0b50f68ed542 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/2658/head:refs/remotes/origin/PR-2658 # 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/2658/head:refs/remotes/origin/PR-2658 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 9f0651306d868a93c4f6d04f573f0b50f68ed542 # timeout=10 Merge succeeded, producing 9f0651306d868a93c4f6d04f573f0b50f68ed542 Checking out Revision 9f0651306d868a93c4f6d04f573f0b50f68ed542 (PR-2658) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 2f18d68ce33577a025edc322deb728338e3be43f # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 9f0651306d868a93c4f6d04f573f0b50f68ed542 # timeout=10 Commit message: "Add service and profile in device schema of v1 core-metadata yaml file" First time build. Skipping changelog. > git --version # timeout=10 fatal: bad object aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-08-10T13:21:28.896Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-08-10T13:21:29.227Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-08-10T13:21:29.400Z] ========================================================= [2020-08-10T13:21:29.400Z] EdgeX Global Pipelines Version Info [2020-08-10T13:21:29.400Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-08-10T13:21:31.375Z] ------------------- [2020-08-10T13:21:31.375Z] stable info: [2020-08-10T13:21:31.375Z] ------------------- [2020-08-10T13:21:31.375Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-08-10T13:21:31.375Z] Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [2020-08-10T13:21:31.375Z] Message: update stable to v1.0.106 [2020-08-10T13:21:32.319Z] ------------------- [2020-08-10T13:21:32.319Z] experimental info: [2020-08-10T13:21:32.319Z] ------------------- [2020-08-10T13:21:32.319Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-08-10T13:21:32.319Z] Commit SHA: 69b11ffe9275ab8e68c4cba724b6d595bdc2db9b [2020-08-10T13:21:32.319Z] Message: update experimental to v1.0.111 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] sh [2020-08-10T13:21:34.064Z] ++ 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-10T13:21:34.064Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-10T13:21:34.064Z] ++ dirname cmd/core-command/Dockerfile [2020-08-10T13:21:34.064Z] ++ cut -d/ -f2 [2020-08-10T13:21:34.064Z] + echo core-command,cmd/core-command/Dockerfile [2020-08-10T13:21:34.064Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-10T13:21:34.064Z] ++ dirname cmd/core-data/Dockerfile [2020-08-10T13:21:34.064Z] ++ cut -d/ -f2 [2020-08-10T13:21:34.064Z] + echo core-data,cmd/core-data/Dockerfile [2020-08-10T13:21:34.064Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-10T13:21:34.064Z] ++ dirname cmd/core-metadata/Dockerfile [2020-08-10T13:21:34.064Z] ++ cut -d/ -f2 [2020-08-10T13:21:34.064Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-08-10T13:21:34.064Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-10T13:21:34.064Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-08-10T13:21:34.064Z] ++ cut -d/ -f2 [2020-08-10T13:21:34.064Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-08-10T13:21:34.064Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-10T13:21:34.064Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-08-10T13:21:34.064Z] ++ cut -d/ -f2 [2020-08-10T13:21:34.064Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-08-10T13:21:34.064Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-10T13:21:34.064Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-08-10T13:21:34.064Z] ++ cut -d/ -f2 [2020-08-10T13:21:34.064Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-08-10T13:21:34.064Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-10T13:21:34.064Z] ++ dirname cmd/support-logging/Dockerfile [2020-08-10T13:21:34.064Z] ++ cut -d/ -f2 [2020-08-10T13:21:34.064Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-08-10T13:21:34.064Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-10T13:21:34.064Z] ++ dirname cmd/support-notifications/Dockerfile [2020-08-10T13:21:34.064Z] ++ cut -d/ -f2 [2020-08-10T13:21:34.064Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-08-10T13:21:34.064Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-10T13:21:34.064Z] ++ cut -d/ -f2 [2020-08-10T13:21:34.064Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-08-10T13:21:34.064Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-08-10T13:21:34.064Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-10T13:21:34.064Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-08-10T13:21:34.064Z] ++ cut -d/ -f2 [2020-08-10T13:21:34.064Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-08-10T13:21:34.144Z] 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-10T13:21:35.264Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-10T13:21:35.527Z] [2020-08-10T13:21:35.527Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-08-10T13:21:35.908Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-10T13:21:35.908Z] latest: Pulling from edgex-devops/git-semver [2020-08-10T13:21:35.908Z] 31603596830f: Pulling fs layer [2020-08-10T13:21:35.908Z] 2a8b12db71e7: Pulling fs layer [2020-08-10T13:21:35.908Z] 6ca5941a6612: Pulling fs layer [2020-08-10T13:21:35.908Z] ecc8261a40a4: Pulling fs layer [2020-08-10T13:21:35.908Z] ecc8261a40a4: Waiting [2020-08-10T13:21:35.908Z] 2a8b12db71e7: Verifying Checksum [2020-08-10T13:21:35.908Z] 2a8b12db71e7: Download complete [2020-08-10T13:21:36.178Z] 31603596830f: Download complete [2020-08-10T13:21:36.178Z] ecc8261a40a4: Verifying Checksum [2020-08-10T13:21:36.178Z] ecc8261a40a4: Download complete [2020-08-10T13:21:36.178Z] 6ca5941a6612: Verifying Checksum [2020-08-10T13:21:36.178Z] 6ca5941a6612: Download complete [2020-08-10T13:21:36.446Z] 31603596830f: Pull complete [2020-08-10T13:21:36.446Z] 2a8b12db71e7: Pull complete [2020-08-10T13:21:37.422Z] 6ca5941a6612: Pull complete [2020-08-10T13:21:37.683Z] ecc8261a40a4: Pull complete [2020-08-10T13:21:37.683Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-08-10T13:21:37.683Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-10T13:21:37.683Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-08-10T13:21:37.812Z] prd-centos7-docker-4c-2g-3263 does not seem to be running inside a container [2020-08-10T13:21:37.857Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-08-10T13:21:40.335Z] $ docker top 2fdb55c18b3cdf7a4dc1fc260aacb372627d25fd6942405daba2a8006709e2b4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-10T13:21:40.737Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-10T13:21:40.737Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-10T13:21:40.965Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-10T13:21:40.964Z] $ docker exec 2fdb55c18b3cdf7a4dc1fc260aacb372627d25fd6942405daba2a8006709e2b4 ssh-agent [2020-08-10T13:21:41.138Z] SSH_AUTH_SOCK=/tmp/ssh-WTI3eFr2dhxl/agent.11 [2020-08-10T13:21:41.138Z] SSH_AGENT_PID=17 [2020-08-10T13:21:41.150Z] Running ssh-add (command line suppressed) [2020-08-10T13:21:41.268Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_9076960120980172157.key (/w/workspace/edgex-go/1@tmp/private_key_9076960120980172157.key) [2020-08-10T13:21:41.323Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-10T13:21:41.692Z] + git describe --exact-match --tags HEAD [2020-08-10T13:21:41.692Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-08-10T13:21:41.730Z] $ docker exec --env ******** --env ******** 2fdb55c18b3cdf7a4dc1fc260aacb372627d25fd6942405daba2a8006709e2b4 ssh-agent -k [2020-08-10T13:21:41.845Z] unset SSH_AUTH_SOCK; [2020-08-10T13:21:41.845Z] unset SSH_AGENT_PID; [2020-08-10T13:21:41.845Z] echo Agent pid 17 killed; [2020-08-10T13:21:41.901Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-08-10T13:21:42.057Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-08-10T13:21:42.058Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-08-10T13:21:42.165Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-10T13:21:42.165Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-10T13:21:42.332Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-10T13:21:42.332Z] $ docker exec 2fdb55c18b3cdf7a4dc1fc260aacb372627d25fd6942405daba2a8006709e2b4 ssh-agent [2020-08-10T13:21:42.512Z] SSH_AUTH_SOCK=/tmp/ssh-x9gWQYkASMvc/agent.46 [2020-08-10T13:21:42.512Z] SSH_AGENT_PID=52 [2020-08-10T13:21:42.518Z] Running ssh-add (command line suppressed) [2020-08-10T13:21:42.636Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_3238807543629754671.key (/w/workspace/edgex-go/1@tmp/private_key_3238807543629754671.key) [2020-08-10T13:21:42.689Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-10T13:21:43.062Z] + git semver init [2020-08-10T13:21:43.062Z] # -> Open(): unable to determine branch for HEAD [2020-08-10T13:21:43.062Z] # $GIT_DIR = /w/workspace/edgex-go/1/.git [2020-08-10T13:21:43.062Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/1 [2020-08-10T13:21:43.062Z] # $SEMVER_REMOTE_NAME = origin [2020-08-10T13:21:43.062Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-10T13:21:43.062Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-10T13:21:43.062Z] # $SEMVER_BRANCH = PR-2658 [2020-08-10T13:21:43.062Z] # $SEMVER_TEMP = /tmp/semver-296959918 [2020-08-10T13:21:43.062Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-08-10T13:22:01.255Z] # '/tmp/semver-296959918' -> '/w/workspace/edgex-go/1/.semver' [2020-08-10T13:22:01.255Z] # -> Force: false [2020-08-10T13:22:01.255Z] # $SEMVER_DIR = /w/workspace/edgex-go/1/.semver [Pipeline] } [2020-08-10T13:22:01.281Z] $ docker exec --env ******** --env ******** 2fdb55c18b3cdf7a4dc1fc260aacb372627d25fd6942405daba2a8006709e2b4 ssh-agent -k [2020-08-10T13:22:01.481Z] unset SSH_AUTH_SOCK; [2020-08-10T13:22:01.481Z] unset SSH_AGENT_PID; [2020-08-10T13:22:01.481Z] echo Agent pid 52 killed; [2020-08-10T13:22:01.572Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-10T13:22:02.214Z] + git semver [Pipeline] } [2020-08-10T13:22:02.241Z] $ docker stop --time=1 2fdb55c18b3cdf7a4dc1fc260aacb372627d25fd6942405daba2a8006709e2b4 [2020-08-10T13:22:03.922Z] $ docker rm -f 2fdb55c18b3cdf7a4dc1fc260aacb372627d25fd6942405daba2a8006709e2b4 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-08-10T13:22:19.378Z] Stashed 30 file(s) [Pipeline] echo [2020-08-10T13:22:19.403Z] [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-10T13:22:20.260Z] ========================================================= [2020-08-10T13:22:20.260Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-08-10T13:22:20.261Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-08-10T13:22:20.625Z] + 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-10T13:22:23.949Z] Sending build context to Docker daemon 323MB [2020-08-10T13:22:23.949Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-08-10T13:22:23.949Z] Step 2/7 : FROM ${BASE} [2020-08-10T13:22:23.949Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-08-10T13:22:23.949Z] df20fa9351a1: Pulling fs layer [2020-08-10T13:22:23.949Z] ed8968b2872e: Pulling fs layer [2020-08-10T13:22:23.949Z] a92cc7c5fd73: Pulling fs layer [2020-08-10T13:22:23.949Z] 2dd03ba5bac4: Pulling fs layer [2020-08-10T13:22:23.949Z] 1e091d79d1de: Pulling fs layer [2020-08-10T13:22:23.949Z] 481702a1767f: Pulling fs layer [2020-08-10T13:22:23.949Z] f64a6f60c768: Pulling fs layer [2020-08-10T13:22:23.949Z] e78d2573fc39: Pulling fs layer [2020-08-10T13:22:23.949Z] e876d2f968b6: Pulling fs layer [2020-08-10T13:22:23.949Z] ce8a83651883: Pulling fs layer [2020-08-10T13:22:23.949Z] 07967f4d0e4b: Pulling fs layer [2020-08-10T13:22:23.949Z] 2dd03ba5bac4: Waiting [2020-08-10T13:22:23.949Z] 1e091d79d1de: Waiting [2020-08-10T13:22:23.949Z] 481702a1767f: Waiting [2020-08-10T13:22:23.949Z] f64a6f60c768: Waiting [2020-08-10T13:22:23.949Z] ce8a83651883: Waiting [2020-08-10T13:22:23.949Z] 07967f4d0e4b: Waiting [2020-08-10T13:22:23.949Z] e78d2573fc39: Waiting [2020-08-10T13:22:23.949Z] e876d2f968b6: Waiting [2020-08-10T13:22:23.949Z] a92cc7c5fd73: Download complete [2020-08-10T13:22:23.949Z] ed8968b2872e: Download complete [2020-08-10T13:22:23.949Z] 1e091d79d1de: Verifying Checksum [2020-08-10T13:22:23.949Z] 1e091d79d1de: Download complete [2020-08-10T13:22:23.949Z] 481702a1767f: Download complete [2020-08-10T13:22:23.949Z] df20fa9351a1: Verifying Checksum [2020-08-10T13:22:23.949Z] df20fa9351a1: Download complete [2020-08-10T13:22:24.220Z] df20fa9351a1: Pull complete [2020-08-10T13:22:24.834Z] f64a6f60c768: Verifying Checksum [2020-08-10T13:22:24.834Z] f64a6f60c768: Download complete [2020-08-10T13:22:24.834Z] e876d2f968b6: Verifying Checksum [2020-08-10T13:22:24.834Z] e876d2f968b6: Download complete [2020-08-10T13:22:25.435Z] e78d2573fc39: Verifying Checksum [2020-08-10T13:22:25.435Z] e78d2573fc39: Download complete [2020-08-10T13:22:25.435Z] 07967f4d0e4b: Verifying Checksum [2020-08-10T13:22:25.435Z] 07967f4d0e4b: Download complete [2020-08-10T13:22:25.698Z] ce8a83651883: Verifying Checksum [2020-08-10T13:22:25.698Z] ce8a83651883: Download complete [2020-08-10T13:22:25.698Z] 2dd03ba5bac4: Verifying Checksum [2020-08-10T13:22:25.698Z] 2dd03ba5bac4: Download complete [2020-08-10T13:22:27.087Z] ed8968b2872e: Pull complete [2020-08-10T13:22:27.087Z] a92cc7c5fd73: Pull complete [2020-08-10T13:22:32.408Z] 2dd03ba5bac4: Pull complete [2020-08-10T13:22:32.408Z] 1e091d79d1de: Pull complete [2020-08-10T13:22:32.679Z] 481702a1767f: Pull complete [2020-08-10T13:22:34.888Z] Still waiting to schedule task [2020-08-10T13:22:34.888Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-08-10T13:22:37.983Z] f64a6f60c768: Pull complete [2020-08-10T13:22:42.215Z] e78d2573fc39: Pull complete [2020-08-10T13:22:42.215Z] e876d2f968b6: Pull complete [2020-08-10T13:22:42.789Z] ce8a83651883: Pull complete [2020-08-10T13:22:43.049Z] 07967f4d0e4b: Pull complete [2020-08-10T13:22:43.049Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-08-10T13:22:43.049Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-08-10T13:22:43.049Z] ---> 5d7c900382c6 [2020-08-10T13:22:43.049Z] 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-10T13:22:44.435Z] ---> Running in c220d236a6c2 [2020-08-10T13:22:45.008Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-10T13:22:45.955Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-10T13:22:46.216Z] (1/12) Installing libmagic (5.38-r0) [2020-08-10T13:22:46.216Z] (2/12) Installing file (5.38-r0) [2020-08-10T13:22:46.477Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-08-10T13:22:46.477Z] (4/12) Installing g++ (9.3.0-r2) [2020-08-10T13:22:48.389Z] (5/12) Installing fortify-headers (1.1-r0) [2020-08-10T13:22:48.389Z] (6/12) Installing patch (2.7.6-r6) [2020-08-10T13:22:48.389Z] (7/12) Installing build-base (0.5-r2) [2020-08-10T13:22:48.650Z] (8/12) Installing libsodium (1.0.18-r0) [2020-08-10T13:22:48.650Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-08-10T13:22:48.650Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-08-10T13:22:48.911Z] (11/12) Installing libzmq (4.3.2-r0) [2020-08-10T13:22:48.911Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-08-10T13:22:48.911Z] Executing busybox-1.31.1-r16.trigger [2020-08-10T13:22:48.911Z] OK: 233 MiB in 51 packages [2020-08-10T13:22:53.137Z] Removing intermediate container c220d236a6c2 [2020-08-10T13:22:53.137Z] ---> 7a1077ac1bf6 [2020-08-10T13:22:53.137Z] Step 4/7 : WORKDIR /edgex-go [2020-08-10T13:22:53.137Z] ---> Running in 00c79833785b [2020-08-10T13:22:53.137Z] Removing intermediate container 00c79833785b [2020-08-10T13:22:53.137Z] ---> 81df14a957ae [2020-08-10T13:22:53.137Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-08-10T13:22:53.404Z] latest: Pulling from library/docker [2020-08-10T13:22:53.404Z] df20fa9351a1: Already exists [2020-08-10T13:22:53.404Z] 25ad7478873d: Pulling fs layer [2020-08-10T13:22:53.404Z] 4684f6177b5d: Pulling fs layer [2020-08-10T13:22:53.404Z] 46e300cec669: Pulling fs layer [2020-08-10T13:22:53.404Z] 63038576ad94: Pulling fs layer [2020-08-10T13:22:53.404Z] 0fdb76c4706c: Pulling fs layer [2020-08-10T13:22:53.404Z] cb7edeffdfd5: Pulling fs layer [2020-08-10T13:22:53.404Z] 63038576ad94: Waiting [2020-08-10T13:22:53.404Z] 0fdb76c4706c: Waiting [2020-08-10T13:22:53.404Z] cb7edeffdfd5: Waiting [2020-08-10T13:22:53.666Z] 4684f6177b5d: Verifying Checksum [2020-08-10T13:22:53.666Z] 4684f6177b5d: Download complete [2020-08-10T13:22:53.666Z] 25ad7478873d: Verifying Checksum [2020-08-10T13:22:53.928Z] 25ad7478873d: Pull complete [2020-08-10T13:22:53.928Z] 63038576ad94: Verifying Checksum [2020-08-10T13:22:53.928Z] 63038576ad94: Download complete [2020-08-10T13:22:53.928Z] 4684f6177b5d: Pull complete [2020-08-10T13:22:54.192Z] cb7edeffdfd5: Verifying Checksum [2020-08-10T13:22:54.192Z] cb7edeffdfd5: Download complete [2020-08-10T13:22:54.453Z] 46e300cec669: Verifying Checksum [2020-08-10T13:22:54.453Z] 46e300cec669: Download complete [2020-08-10T13:22:54.714Z] 0fdb76c4706c: Verifying Checksum [2020-08-10T13:22:54.714Z] 0fdb76c4706c: Download complete [2020-08-10T13:22:56.633Z] 46e300cec669: Pull complete [2020-08-10T13:22:56.633Z] 63038576ad94: Pull complete [2020-08-10T13:22:56.893Z] 0fdb76c4706c: Pull complete [2020-08-10T13:22:56.893Z] cb7edeffdfd5: Pull complete [2020-08-10T13:22:56.893Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-08-10T13:22:56.893Z] Status: Downloaded newer image for docker:latest [2020-08-10T13:22:58.809Z] ---> 4b55ed2a3c08 [2020-08-10T13:22:58.809Z] Step 6/7 : COPY go.mod . [2020-08-10T13:22:58.809Z] ---> bab8de83ddd1 [2020-08-10T13:22:58.809Z] Step 7/7 : RUN go mod download [2020-08-10T13:22:58.809Z] ---> Running in 68fb5e3d263c [2020-08-10T13:23:01.363Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-08-10T13:23:01.363Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-08-10T13:23:01.363Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-08-10T13:23:01.363Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-08-10T13:23:01.363Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-10T13:23:01.363Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-08-10T13:23:01.363Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-08-10T13:23:01.363Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-10T13:23:01.363Z] go: finding github.com/cloudflare/gokey v0.1.0 [2020-08-10T13:23:01.363Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-08-10T13:23:01.363Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-08-10T13:23:01.363Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-08-10T13:23:01.363Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 [2020-08-10T13:23:01.363Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-10T13:23:01.625Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-08-10T13:23:01.625Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-08-10T13:23:01.625Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-08-10T13:23:01.625Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-08-10T13:23:01.625Z] go: finding github.com/fatih/color v1.7.0 [2020-08-10T13:23:01.625Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-08-10T13:23:01.625Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-10T13:23:01.625Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-08-10T13:23:01.890Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-10T13:23:01.890Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-10T13:23:01.890Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-08-10T13:23:01.890Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-10T13:23:01.890Z] go: finding github.com/golang/protobuf v1.3.2 [2020-08-10T13:23:01.890Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-08-10T13:23:01.890Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-08-10T13:23:01.890Z] go: finding github.com/google/uuid v1.1.0 [2020-08-10T13:23:01.890Z] go: finding github.com/gorilla/mux v1.7.1 [2020-08-10T13:23:01.890Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-08-10T13:23:02.150Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-08-10T13:23:02.150Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-08-10T13:23:02.150Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-10T13:23:02.150Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-10T13:23:02.150Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-08-10T13:23:02.150Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-08-10T13:23:02.150Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-10T13:23:02.150Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-08-10T13:23:02.150Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-08-10T13:23:02.150Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-08-10T13:23:02.150Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-08-10T13:23:02.411Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-08-10T13:23:02.411Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-08-10T13:23:02.411Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-08-10T13:23:02.411Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-08-10T13:23:02.411Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-08-10T13:23:02.411Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-08-10T13:23:02.411Z] go: finding github.com/imdario/mergo v0.3.6 [2020-08-10T13:23:02.411Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-10T13:23:02.411Z] go: finding github.com/kr/pretty v0.1.0 [2020-08-10T13:23:02.411Z] go: finding github.com/kr/pty v1.1.1 [2020-08-10T13:23:02.411Z] go: finding github.com/kr/text v0.1.0 [2020-08-10T13:23:02.671Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-08-10T13:23:02.671Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-08-10T13:23:02.671Z] go: finding github.com/miekg/dns v1.0.14 [2020-08-10T13:23:02.671Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-08-10T13:23:02.671Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-10T13:23:02.671Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-08-10T13:23:02.671Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-08-10T13:23:02.671Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-08-10T13:23:02.671Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-08-10T13:23:02.671Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-08-10T13:23:02.671Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-08-10T13:23:02.931Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-08-10T13:23:02.931Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-08-10T13:23:02.931Z] go: finding github.com/onsi/gomega v1.7.0 [2020-08-10T13:23:02.931Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-08-10T13:23:02.931Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-08-10T13:23:02.931Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-08-10T13:23:02.931Z] go: finding github.com/pkg/errors v0.8.1 [2020-08-10T13:23:02.931Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-10T13:23:02.931Z] go: finding github.com/posener/complete v1.1.1 [2020-08-10T13:23:02.931Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-08-10T13:23:03.192Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-08-10T13:23:03.192Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-08-10T13:23:03.192Z] go: finding github.com/stretchr/objx v0.1.0 [2020-08-10T13:23:03.192Z] go: finding github.com/stretchr/testify v1.5.1 [2020-08-10T13:23:03.192Z] go: finding github.com/ugorji/go v1.1.4 [2020-08-10T13:23:03.192Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-10T13:23:03.192Z] go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 [2020-08-10T13:23:03.192Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-08-10T13:23:03.192Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-08-10T13:23:03.192Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-08-10T13:23:03.192Z] go: finding golang.org/x/text v0.3.2 [2020-08-10T13:23:03.456Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-08-10T13:23:03.456Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-08-10T13:23:03.456Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-08-10T13:23:03.456Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-08-10T13:23:03.456Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-08-10T13:23:03.456Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-10T13:23:18.422Z] Removing intermediate container 68fb5e3d263c [2020-08-10T13:23:18.422Z] ---> 3dbc824b2d2a [2020-08-10T13:23:18.422Z] Successfully built 3dbc824b2d2a [2020-08-10T13:23:18.422Z] 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-10T13:23:19.282Z] + docker inspect -f . ci-base-image-x86_64 [2020-08-10T13:23:19.282Z] . [Pipeline] withDockerContainer [2020-08-10T13:23:19.449Z] prd-centos7-docker-4c-2g-3263 does not seem to be running inside a container [2020-08-10T13:23:19.504Z] $ docker run -t -d -u 1001:1001 -u 0:0 -e GOTESTFLAGS= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-08-10T13:23:20.172Z] $ docker top 9d3bcaec10a5286d7e53f3431aba200bc2419544325b81b2b58b52d2d7514e60 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-10T13:23:20.734Z] + go version [2020-08-10T13:23:20.734Z] go version go1.13.13 linux/amd64 [Pipeline] echo [2020-08-10T13:23:20.768Z] ========================================================= [2020-08-10T13:23:20.768Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-08-10T13:23:20.768Z] ========================================================= [Pipeline] sh [2020-08-10T13:23:21.072Z] + make test [2020-08-10T13:23:21.072Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-08-10T13:23:24.417Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-08-10T13:23:34.573Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-08-10T13:23:39.968Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-08-10T13:23:39.968Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-08-10T13:23:39.968Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-08-10T13:23:39.968Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-08-10T13:23:40.560Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.012s [2020-08-10T13:23:40.560Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-08-10T13:23:40.560Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-08-10T13:23:40.560Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-08-10T13:23:41.165Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-08-10T13:23:41.747Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-08-10T13:23:42.032Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-08-10T13:23:42.032Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-08-10T13:23:42.032Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-08-10T13:23:48.798Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.021s coverage: 46.6% of statements [2020-08-10T13:23:48.798Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-08-10T13:23:48.798Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-08-10T13:23:48.798Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-08-10T13:23:48.798Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-08-10T13:23:48.798Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-08-10T13:23:50.765Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.118s coverage: 27.3% of statements [2020-08-10T13:23:50.765Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-08-10T13:23:50.765Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-08-10T13:23:50.765Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-08-10T13:23:50.765Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-08-10T13:23:50.765Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-08-10T13:23:50.765Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-08-10T13:23:50.765Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.011s coverage: 100.0% of statements [2020-08-10T13:23:50.765Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-08-10T13:23:50.765Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.010s coverage: 100.0% of statements [2020-08-10T13:23:50.765Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-08-10T13:23:51.365Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.136s coverage: 28.6% of statements [2020-08-10T13:23:51.365Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-08-10T13:23:51.365Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-08-10T13:23:51.365Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-08-10T13:23:51.365Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-08-10T13:23:51.365Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-08-10T13:23:51.365Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.029s coverage: 100.0% of statements [2020-08-10T13:23:51.365Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-08-10T13:23:51.365Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.031s coverage: 100.0% of statements [2020-08-10T13:23:51.365Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-08-10T13:23:52.346Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.025s coverage: 89.8% of statements [2020-08-10T13:23:52.346Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-08-10T13:23:52.346Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.032s coverage: 97.5% of statements [2020-08-10T13:23:52.346Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-08-10T13:23:52.614Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.020s coverage: 100.0% of statements [2020-08-10T13:23:52.614Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-08-10T13:23:52.614Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-08-10T13:23:52.614Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-08-10T13:23:52.614Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-08-10T13:23:52.614Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-08-10T13:23:52.614Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-08-10T13:23:52.614Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-08-10T13:23:52.614Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-08-10T13:23:52.614Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-08-10T13:23:52.614Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-08-10T13:23:52.614Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-08-10T13:23:52.614Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-08-10T13:23:52.614Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-08-10T13:23:52.614Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-08-10T13:23:52.614Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-08-10T13:23:52.614Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-08-10T13:23:52.614Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-08-10T13:23:52.614Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.008s coverage: 58.8% of statements [2020-08-10T13:23:54.576Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.051s coverage: 63.5% of statements [2020-08-10T13:23:54.576Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-08-10T13:23:54.576Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-08-10T13:23:54.576Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.008s coverage: 100.0% of statements [2020-08-10T13:23:54.576Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.108s coverage: 55.9% of statements [2020-08-10T13:23:54.576Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-08-10T13:23:54.576Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-08-10T13:23:54.576Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-08-10T13:23:54.576Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-08-10T13:24:01.275Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 5.977s coverage: 86.3% of statements [2020-08-10T13:24:01.275Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-08-10T13:24:01.275Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.275s coverage: 72.2% of statements [2020-08-10T13:24:01.275Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.094s coverage: 72.1% of statements [2020-08-10T13:24:01.275Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.022s coverage: 82.4% of statements [2020-08-10T13:24:01.275Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.009s coverage: 48.4% of statements [2020-08-10T13:24:01.275Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-08-10T13:24:01.275Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-08-10T13:24:01.275Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-08-10T13:24:01.275Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.009s coverage: 28.8% of statements [2020-08-10T13:24:01.275Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-08-10T13:24:01.275Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.037s coverage: 96.8% of statements [2020-08-10T13:24:01.275Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-08-10T13:24:01.275Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.063s coverage: 26.9% of statements [2020-08-10T13:24:01.275Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-08-10T13:24:01.275Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-08-10T13:24:01.275Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.090s coverage: 84.1% of statements [2020-08-10T13:24:01.275Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.014s coverage: 100.0% of statements [2020-08-10T13:24:01.275Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.006s coverage: 42.9% of statements [2020-08-10T13:24:01.275Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-08-10T13:24:01.275Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-08-10T13:24:01.275Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.014s coverage: 100.0% of statements [2020-08-10T13:24:01.275Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-08-10T13:24:01.275Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.016s coverage: 83.8% of statements [2020-08-10T13:24:01.275Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-08-10T13:24:02.716Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.064s coverage: 45.1% of statements [2020-08-10T13:24:02.716Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-08-10T13:24:02.716Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-08-10T13:24:02.716Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.025s coverage: 100.0% of statements [2020-08-10T13:24:02.716Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-08-10T13:24:02.716Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-08-10T13:24:02.716Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-08-10T13:24:02.716Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.010s coverage: 100.0% of statements [2020-08-10T13:24:02.716Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-08-10T13:24:03.004Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.020s coverage: 100.0% of statements [2020-08-10T13:24:03.004Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-08-10T13:24:04.978Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.050s coverage: 29.1% of statements [2020-08-10T13:24:04.978Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-08-10T13:24:04.978Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-08-10T13:24:04.978Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-08-10T13:24:04.978Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-08-10T13:24:04.978Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-08-10T13:24:04.978Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.024s coverage: 99.0% of statements [2020-08-10T13:24:04.978Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-08-10T13:24:04.978Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.006s coverage: 100.0% of statements [2020-08-10T13:24:04.978Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-08-10T13:24:04.978Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.007s coverage: 0.0% of statements [2020-08-10T13:24:04.978Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-08-10T13:24:05.242Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.004s coverage: 100.0% of statements [2020-08-10T13:24:05.242Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-08-10T13:24:05.242Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-08-10T13:24:05.242Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-08-10T13:24:05.242Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-08-10T13:24:05.508Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.023s coverage: 87.9% of statements [2020-08-10T13:24:05.508Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-08-10T13:24:05.508Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-08-10T13:24:05.508Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.009s coverage: 100.0% of statements [2020-08-10T13:24:05.772Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.007s coverage: 32.1% of statements [2020-08-10T13:24:06.367Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.010s coverage: 100.0% of statements [2020-08-10T13:24:06.630Z] GO111MODULE=on go vet ./... [2020-08-10T13:24:14.895Z] gofmt -l . [2020-08-10T13:24:14.895Z] [ "`gofmt -l .`" = "" ] [2020-08-10T13:24:14.895Z] ./bin/test-go-mod-tidy.sh [2020-08-10T13:24:15.475Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-08-10T13:24:17.744Z] + ls -al . [2020-08-10T13:24:17.744Z] total 556 [2020-08-10T13:24:17.744Z] drwxrwxr-x 10 1001 1001 4096 Aug 10 13:24 . [2020-08-10T13:24:17.744Z] drwxr-xr-x 4 root root 28 Aug 10 13:23 .. [2020-08-10T13:24:17.744Z] -rw-rw-r-- 1 1001 1001 11 Aug 10 13:21 .dockerignore [2020-08-10T13:24:17.744Z] drwxrwxr-x 8 1001 1001 179 Aug 10 13:21 .git [2020-08-10T13:24:17.744Z] drwxrwxr-x 3 1001 1001 60 Aug 10 13:21 .github [2020-08-10T13:24:17.744Z] -rw-rw-r-- 1 1001 1001 932 Aug 10 13:21 .gitignore [2020-08-10T13:24:17.744Z] drwx------ 3 1001 1001 47 Aug 10 13:22 .semver [2020-08-10T13:24:17.744Z] -rw-rw-r-- 1 1001 1001 166 Aug 10 13:21 .sonarcloud.properties [2020-08-10T13:24:17.744Z] -rw-rw-r-- 1 1001 1001 3804 Aug 10 13:21 CONTRIBUTING.md [2020-08-10T13:24:17.744Z] -rw-rw-r-- 1 1001 1001 1035 Aug 10 13:21 Dockerfile.build [2020-08-10T13:24:17.744Z] -rw-rw-r-- 1 1001 1001 865 Aug 10 13:21 Jenkinsfile [2020-08-10T13:24:17.744Z] -rw-rw-r-- 1 1001 1001 10775 Aug 10 13:21 LICENSE [2020-08-10T13:24:17.744Z] -rw-rw-r-- 1 1001 1001 6237 Aug 10 13:21 Makefile [2020-08-10T13:24:17.744Z] -rw-rw-r-- 1 1001 1001 5652 Aug 10 13:21 README.md [2020-08-10T13:24:17.744Z] -rw-rw-r-- 1 1001 1001 7111 Aug 10 13:21 SECURITY.md [2020-08-10T13:24:17.744Z] -rw-rw-r-- 1 1001 1001 5 Aug 10 13:22 VERSION [2020-08-10T13:24:17.744Z] -rw-rw-r-- 1 1001 1001 4131 Aug 10 13:21 ZMQWindows.md [2020-08-10T13:24:17.744Z] drwxrwxr-x 2 1001 1001 117 Aug 10 13:21 bin [2020-08-10T13:24:17.744Z] drwxrwxr-x 15 1001 1001 4096 Aug 10 13:21 cmd [2020-08-10T13:24:17.744Z] -rw-r--r-- 1 root root 455803 Aug 10 13:24 coverage.out [2020-08-10T13:24:17.744Z] -rw-r--r-- 1 root root 1019 Aug 10 13:24 go.mod [2020-08-10T13:24:17.744Z] -rw-r--r-- 1 root root 18146 Aug 10 13:24 go.sum [2020-08-10T13:24:17.744Z] drwxrwxr-x 8 1001 1001 127 Aug 10 13:21 internal [2020-08-10T13:24:17.744Z] drwxrwxr-x 4 1001 1001 26 Aug 10 13:21 openapi [2020-08-10T13:24:17.744Z] drwxrwxr-x 4 1001 1001 71 Aug 10 13:21 snap [2020-08-10T13:24:17.744Z] -rw-rw-r-- 1 1001 1001 168 Aug 10 13:21 version.go [Pipeline] sh [2020-08-10T13:24:18.093Z] + '[' -e coverage.out ] [2020-08-10T13:24:18.093Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-08-10T13:24:18.271Z] Stashed 1 file(s) [Pipeline] sh [2020-08-10T13:24:18.594Z] + make build [2020-08-10T13:24:18.594Z] 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-10T13:24:27.332Z] 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-10T13:24:30.687Z] 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-10T13:24:32.624Z] 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-10T13:24:34.396Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-3264 in /w/workspace/edgexfoundry_edgex-go_PR-2658 [Pipeline] { [Pipeline] ws [2020-08-10T13:24:34.473Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2020-08-10T13:24:34.564Z] 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-10T13:24:36.479Z] 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-10T13:24:36.741Z] 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-10T13:24:38.126Z] 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-10T13:24:39.567Z] using credential edgex-jenkins-ssh [2020-08-10T13:24:39.614Z] Cloning the remote Git repository [2020-08-10T13:24:39.614Z] Cloning with configured refspecs honoured and without tags [2020-08-10T13:24:40.680Z] 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-10T13:24:39.677Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-08-10T13:24:39.789Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2020-08-10T13:24:39.860Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-08-10T13:24:39.861Z] > git --version # timeout=10 [2020-08-10T13:24:39.884Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-10T13:24:39.964Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2658/head:refs/remotes/origin/PR-2658 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-10T13:24:42.070Z] 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-10T13:24:43.455Z] 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-10T13:24:44.853Z] 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-10T13:24:46.241Z] 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-10T13:24:47.651Z] $ docker stop --time=1 9d3bcaec10a5286d7e53f3431aba200bc2419544325b81b2b58b52d2d7514e60 [2020-08-10T13:24:49.319Z] $ docker rm -f 9d3bcaec10a5286d7e53f3431aba200bc2419544325b81b2b58b52d2d7514e60 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-10T13:24:52.499Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-10T13:24:52.499Z] [2020-08-10T13:24:52.499Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-08-10T13:24:52.867Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-10T13:24:52.867Z] latest: Pulling from edgex-devops/edgex-compose [2020-08-10T13:24:52.867Z] cbdbe7a5bc2a: Pulling fs layer [2020-08-10T13:24:52.867Z] ca9280d653b3: Pulling fs layer [2020-08-10T13:24:52.867Z] 7e9c9ca2126c: Pulling fs layer [2020-08-10T13:24:52.867Z] cbdbe7a5bc2a: Verifying Checksum [2020-08-10T13:24:52.867Z] cbdbe7a5bc2a: Download complete [2020-08-10T13:24:53.145Z] ca9280d653b3: Verifying Checksum [2020-08-10T13:24:53.145Z] ca9280d653b3: Download complete [2020-08-10T13:24:53.496Z] cbdbe7a5bc2a: Pull complete [2020-08-10T13:24:54.086Z] 7e9c9ca2126c: Download complete [2020-08-10T13:24:54.312Z] Fetching without tags [2020-08-10T13:24:54.678Z] ca9280d653b3: Pull complete [2020-08-10T13:24:54.836Z] Merging remotes/origin/master commit 2f18d68ce33577a025edc322deb728338e3be43f into PR head commit 9f0651306d868a93c4f6d04f573f0b50f68ed542 [2020-08-10T13:24:54.137Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-08-10T13:24:54.151Z] > git config --add remote.origin.fetch +refs/pull/2658/head:refs/remotes/origin/PR-2658 # timeout=10 [2020-08-10T13:24:54.180Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-10T13:24:54.245Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-08-10T13:24:54.321Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-08-10T13:24:54.322Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-10T13:24:54.341Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2658/head:refs/remotes/origin/PR-2658 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-10T13:24:54.850Z] > git config core.sparsecheckout # timeout=10 [2020-08-10T13:24:55.213Z] Merge succeeded, producing 9f0651306d868a93c4f6d04f573f0b50f68ed542 [2020-08-10T13:24:55.214Z] Checking out Revision 9f0651306d868a93c4f6d04f573f0b50f68ed542 (PR-2658) [2020-08-10T13:24:54.878Z] > git checkout -f 9f0651306d868a93c4f6d04f573f0b50f68ed542 # timeout=10 [2020-08-10T13:24:55.149Z] > git remote # timeout=10 [2020-08-10T13:24:55.162Z] > git config --get remote.origin.url # timeout=10 [2020-08-10T13:24:55.171Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-10T13:24:55.180Z] > git merge 2f18d68ce33577a025edc322deb728338e3be43f # timeout=10 [2020-08-10T13:24:55.199Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-08-10T13:24:55.216Z] > git config core.sparsecheckout # timeout=10 [2020-08-10T13:24:55.228Z] > git checkout -f 9f0651306d868a93c4f6d04f573f0b50f68ed542 # timeout=10 [2020-08-10T13:24:59.401Z] Commit message: "Add service and profile in device schema of v1 core-metadata yaml file" [2020-08-10T13:24:59.448Z] > git --version # timeout=10 [2020-08-10T13:24:59.470Z] fatal: bad object aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [2020-08-10T13:25:02.843Z] 7e9c9ca2126c: Pull complete [2020-08-10T13:25:02.843Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-08-10T13:25:02.843Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-10T13:25:02.843Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-08-10T13:25:03.063Z] prd-centos7-docker-4c-2g-3263 does not seem to be running inside a container [2020-08-10T13:25:03.106Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-08-10T13:25:04.316Z] $ docker top b4a4f8b56a0527426c9bbab29576022ef9484c3e778c4ed6b8130841be1961b6 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-10T13:25:04.836Z] + docker-compose build --help [2020-08-10T13:25:04.836Z] + grep parallel [2020-08-10T13:25:05.779Z] --parallel Build images in parallel. [Pipeline] } [2020-08-10T13:25:05.807Z] $ docker stop --time=1 b4a4f8b56a0527426c9bbab29576022ef9484c3e778c4ed6b8130841be1961b6 [2020-08-10T13:25:07.573Z] $ docker rm -f b4a4f8b56a0527426c9bbab29576022ef9484c3e778c4ed6b8130841be1961b6 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-10T13:25:08.289Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-10T13:25:08.290Z] . [Pipeline] withDockerContainer [2020-08-10T13:25:08.434Z] prd-centos7-docker-4c-2g-3263 does not seem to be running inside a container [2020-08-10T13:25:08.479Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-08-10T13:25:09.546Z] $ docker top 876c2d1e00f5186fd9f98a66be73db9a02400f1494ec981c49d5c5b8e7e4a942 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-10T13:25:10.055Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-08-10T13:25:11.027Z] Building docker-core-command-go ... [2020-08-10T13:25:11.027Z] Building docker-core-data-go ... [2020-08-10T13:25:11.027Z] Building docker-core-metadata-go ... [2020-08-10T13:25:11.027Z] Building docker-security-proxy-setup-go ... [2020-08-10T13:25:11.027Z] Building docker-security-secrets-setup-go ... [2020-08-10T13:25:11.027Z] Building docker-security-secretstore-setup-go ... [2020-08-10T13:25:11.027Z] Building docker-support-logging-go ... [2020-08-10T13:25:11.027Z] Building docker-support-notifications-go ... [2020-08-10T13:25:11.027Z] Building docker-support-scheduler-go ... [2020-08-10T13:25:11.027Z] Building docker-sys-mgmt-agent-go ... [2020-08-10T13:25:11.027Z] Building docker-security-proxy-setup-go [2020-08-10T13:25:11.027Z] Building docker-support-scheduler-go [2020-08-10T13:25:11.027Z] Building docker-support-logging-go [2020-08-10T13:25:11.027Z] Building docker-security-secretstore-setup-go [2020-08-10T13:25:11.027Z] Building docker-core-data-go [Pipeline] echo [2020-08-10T13:25:11.544Z] ========================================================= [2020-08-10T13:25:11.544Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-08-10T13:25:11.544Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-08-10T13:25:12.434Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . [2020-08-10T13:25:16.774Z] Sending build context to Docker daemon 323MB [2020-08-10T13:25:16.774Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-08-10T13:25:16.774Z] Step 2/7 : FROM ${BASE} [2020-08-10T13:25:16.774Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-08-10T13:25:16.774Z] b538f80385f9: Pulling fs layer [2020-08-10T13:25:16.774Z] 74f711af9a0d: Pulling fs layer [2020-08-10T13:25:16.774Z] 99f96fe45779: Pulling fs layer [2020-08-10T13:25:16.774Z] fd7a069fd194: Pulling fs layer [2020-08-10T13:25:16.774Z] 66aa3694b03b: Pulling fs layer [2020-08-10T13:25:16.774Z] 170f70906a0f: Pulling fs layer [2020-08-10T13:25:16.774Z] ad7c5574e4b9: Pulling fs layer [2020-08-10T13:25:16.774Z] e772456be8f7: Pulling fs layer [2020-08-10T13:25:16.774Z] c890913d741a: Pulling fs layer [2020-08-10T13:25:16.774Z] 2480fcc9aa5a: Pulling fs layer [2020-08-10T13:25:16.774Z] 09adf4765672: Pulling fs layer [2020-08-10T13:25:16.774Z] fd7a069fd194: Waiting [2020-08-10T13:25:16.774Z] 66aa3694b03b: Waiting [2020-08-10T13:25:16.774Z] 170f70906a0f: Waiting [2020-08-10T13:25:16.774Z] ad7c5574e4b9: Waiting [2020-08-10T13:25:16.774Z] 2480fcc9aa5a: Waiting [2020-08-10T13:25:16.774Z] 09adf4765672: Waiting [2020-08-10T13:25:16.774Z] c890913d741a: Waiting [2020-08-10T13:25:16.774Z] e772456be8f7: Waiting [2020-08-10T13:25:16.774Z] 99f96fe45779: Verifying Checksum [2020-08-10T13:25:16.774Z] 99f96fe45779: Download complete [2020-08-10T13:25:16.774Z] 74f711af9a0d: Verifying Checksum [2020-08-10T13:25:16.774Z] 74f711af9a0d: Download complete [2020-08-10T13:25:16.774Z] 66aa3694b03b: Verifying Checksum [2020-08-10T13:25:16.774Z] 66aa3694b03b: Download complete [2020-08-10T13:25:16.774Z] 170f70906a0f: Verifying Checksum [2020-08-10T13:25:16.774Z] 170f70906a0f: Download complete [2020-08-10T13:25:16.774Z] b538f80385f9: Verifying Checksum [2020-08-10T13:25:17.374Z] b538f80385f9: Pull complete [2020-08-10T13:25:17.980Z] 74f711af9a0d: Pull complete [2020-08-10T13:25:18.582Z] 99f96fe45779: Pull complete [2020-08-10T13:25:19.579Z] ad7c5574e4b9: Verifying Checksum [2020-08-10T13:25:19.579Z] ad7c5574e4b9: Download complete [2020-08-10T13:25:19.579Z] c890913d741a: Verifying Checksum [2020-08-10T13:25:19.579Z] c890913d741a: Download complete [2020-08-10T13:25:21.553Z] 2480fcc9aa5a: Verifying Checksum [2020-08-10T13:25:21.553Z] 2480fcc9aa5a: Download complete [2020-08-10T13:25:21.553Z] 09adf4765672: Download complete [2020-08-10T13:25:21.553Z] e772456be8f7: Verifying Checksum [2020-08-10T13:25:21.553Z] e772456be8f7: Download complete [2020-08-10T13:25:22.149Z] fd7a069fd194: Download complete [2020-08-10T13:25:34.552Z] fd7a069fd194: Pull complete [2020-08-10T13:25:34.552Z] 66aa3694b03b: Pull complete [2020-08-10T13:25:34.552Z] 170f70906a0f: Pull complete [2020-08-10T13:25:37.973Z] ad7c5574e4b9: Pull complete [2020-08-10T13:25:42.386Z] e772456be8f7: Pull complete [2020-08-10T13:25:42.658Z] c890913d741a: Pull complete [2020-08-10T13:25:43.311Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-10T13:25:43.311Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-10T13:25:43.311Z] ---> 3dbc824b2d2a [2020-08-10T13:25:43.311Z] Step 3/21 : WORKDIR /edgex-go [2020-08-10T13:25:43.311Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-10T13:25:43.311Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-08-10T13:25:43.311Z] ---> 3dbc824b2d2a [2020-08-10T13:25:43.311Z] Step 3/20 : WORKDIR /edgex-go [2020-08-10T13:25:43.311Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-10T13:25:43.311Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpineStep 2/26 : FROM ${BUILDER_BASE} AS builderStep 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-10T13:25:43.311Z] [2020-08-10T13:25:43.311Z] ---> 3dbc824b2d2a [2020-08-10T13:25:43.311Z] [2020-08-10T13:25:43.311Z] Step 3/26 : WORKDIR /edgex-go [2020-08-10T13:25:43.311Z] Step 2/22 : FROM ${BUILDER_BASE} AS builderStep 2/20 : FROM ${BUILDER_BASE} AS builder [2020-08-10T13:25:43.311Z] [2020-08-10T13:25:43.311Z] ---> 3dbc824b2d2a [2020-08-10T13:25:43.311Z] ---> 3dbc824b2d2a [2020-08-10T13:25:43.311Z] Step 3/20 : WORKDIR /edgex-goStep 3/22 : WORKDIR /edgex-go [2020-08-10T13:25:43.311Z] [2020-08-10T13:25:43.311Z] ---> Running in e935de85bb36 [2020-08-10T13:25:43.311Z] ---> Running in ae33ea47a057 [2020-08-10T13:25:43.311Z] ---> Running in a8f16d25b5ec [2020-08-10T13:25:43.311Z] ---> Running in bc75de29fd74 [2020-08-10T13:25:43.311Z] ---> Running in 5c91e871d7f2 [2020-08-10T13:25:43.311Z] Removing intermediate container e935de85bb36 [2020-08-10T13:25:43.311Z] ---> 7a065551f2b4 [2020-08-10T13:25:43.311Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-10T13:25:43.311Z] Removing intermediate container 5c91e871d7f2 [2020-08-10T13:25:43.311Z] ---> f81d6991d6a5 [2020-08-10T13:25:43.311Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-10T13:25:43.311Z] Removing intermediate container a8f16d25b5ec [2020-08-10T13:25:43.311Z] ---> 598dc866b4e2 [2020-08-10T13:25:43.311Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-10T13:25:43.311Z] Removing intermediate container ae33ea47a057 [2020-08-10T13:25:43.311Z] ---> c89ea53c0692 [2020-08-10T13:25:43.311Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-10T13:25:43.311Z] Removing intermediate container bc75de29fd74 [2020-08-10T13:25:43.311Z] ---> a1b084a42070 [2020-08-10T13:25:43.311Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-10T13:25:43.311Z] ---> Running in d669778a1550 [2020-08-10T13:25:43.311Z] ---> Running in c67a3e92dd9e [2020-08-10T13:25:43.311Z] ---> Running in 04c84af3107f [2020-08-10T13:25:43.311Z] ---> Running in 4f3086203af7 [2020-08-10T13:25:43.311Z] ---> Running in 8d1e13ecbb5b [2020-08-10T13:25:44.716Z] Removing intermediate container d669778a1550 [2020-08-10T13:25:44.716Z] ---> 8c0e138df879 [2020-08-10T13:25:44.716Z] Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-08-10T13:25:44.982Z] ---> Running in bd5e66412c7d [2020-08-10T13:25:44.982Z] Removing intermediate container 04c84af3107f [2020-08-10T13:25:44.982Z] ---> 1c011aa24825 [2020-08-10T13:25:44.982Z] Step 5/26 : RUN apk update && apk add make git [2020-08-10T13:25:45.256Z] ---> Running in 22dbac3f09d8 [2020-08-10T13:25:45.345Z] 2480fcc9aa5a: Pull complete [2020-08-10T13:25:45.521Z] Removing intermediate container c67a3e92dd9e [2020-08-10T13:25:45.521Z] ---> 84f391157e84 [2020-08-10T13:25:45.521Z] Step 5/20 : RUN apk update && apk add make git [2020-08-10T13:25:45.521Z] Removing intermediate container 4f3086203af7 [2020-08-10T13:25:45.521Z] ---> 35c0738a6de2 [2020-08-10T13:25:45.521Z] Step 5/21 : RUN apk update && apk add make && apk add bash git [2020-08-10T13:25:45.620Z] 09adf4765672: Pull complete [2020-08-10T13:25:45.620Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-08-10T13:25:45.620Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-08-10T13:25:45.620Z] ---> 2248a725d1cf [2020-08-10T13:25:45.620Z] 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-10T13:25:45.789Z] ---> Running in abcb8c711775 [2020-08-10T13:25:45.789Z] ---> Running in 9c9fdcbfbb4c [2020-08-10T13:25:46.051Z] Removing intermediate container 8d1e13ecbb5b [2020-08-10T13:25:46.051Z] ---> fa09f1c47704 [2020-08-10T13:25:46.051Z] Step 5/20 : RUN apk update && apk add make git [2020-08-10T13:25:46.314Z] ---> Running in a1f656db7ba4 [2020-08-10T13:25:46.586Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-10T13:25:46.586Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-10T13:25:46.850Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-10T13:25:47.113Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-10T13:25:47.113Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-10T13:25:47.113Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-10T13:25:47.113Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-10T13:25:47.694Z] v3.12.0-216-gaf4199bc57 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-10T13:25:47.694Z] v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-10T13:25:47.694Z] OK: 12749 distinct packages available [2020-08-10T13:25:47.694Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-10T13:25:47.694Z] v3.12.0-216-gaf4199bc57 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-10T13:25:47.694Z] v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-10T13:25:47.694Z] OK: 12749 distinct packages available [2020-08-10T13:25:47.694Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-10T13:25:47.694Z] OK: 233 MiB in 51 packages [2020-08-10T13:25:47.694Z] OK: 233 MiB in 51 packages [2020-08-10T13:25:47.969Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-10T13:25:47.970Z] v3.12.0-216-gaf4199bc57 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-10T13:25:47.970Z] v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-10T13:25:47.970Z] OK: 12749 distinct packages available [2020-08-10T13:25:48.240Z] v3.12.0-216-gaf4199bc57 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-10T13:25:48.240Z] v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-10T13:25:48.240Z] OK: 12749 distinct packages available [2020-08-10T13:25:48.507Z] OK: 233 MiB in 51 packages [2020-08-10T13:25:48.507Z] OK: 233 MiB in 51 packages [2020-08-10T13:25:48.507Z] v3.12.0-216-gaf4199bc57 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-10T13:25:48.507Z] v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-10T13:25:48.507Z] OK: 12749 distinct packages available [2020-08-10T13:25:48.507Z] Removing intermediate container bd5e66412c7d [2020-08-10T13:25:48.507Z] ---> 9638e068cd58 [2020-08-10T13:25:48.507Z] Step 6/22 : COPY go.mod . [2020-08-10T13:25:48.774Z] Removing intermediate container 22dbac3f09d8 [2020-08-10T13:25:48.774Z] ---> efbdbff9d6d4 [2020-08-10T13:25:48.774Z] Step 6/26 : COPY go.mod . [2020-08-10T13:25:49.086Z] OK: 233 MiB in 51 packages [2020-08-10T13:25:49.086Z] ---> b3e81c418dcf [2020-08-10T13:25:49.086Z] Step 7/26 : RUN go mod download [2020-08-10T13:25:49.086Z] ---> 381f0bd7b299 [2020-08-10T13:25:49.086Z] Step 7/22 : RUN go mod download [2020-08-10T13:25:49.086Z] OK: 233 MiB in 51 packages [2020-08-10T13:25:49.354Z] ---> Running in 757d8b75b5d7 [2020-08-10T13:25:49.354Z] ---> Running in 87db9448391d [2020-08-10T13:25:49.616Z] Removing intermediate container abcb8c711775 [2020-08-10T13:25:49.616Z] ---> 065165f2e4a9 [2020-08-10T13:25:49.616Z] Step 6/20 : COPY go.mod . [2020-08-10T13:25:49.881Z] Removing intermediate container a1f656db7ba4 [2020-08-10T13:25:49.881Z] ---> 5fdfea2a154d [2020-08-10T13:25:49.881Z] Step 6/20 : COPY go.mod . [2020-08-10T13:25:49.881Z] ---> 90c02fe5fa71 [2020-08-10T13:25:49.881Z] Step 7/20 : RUN go mod download [2020-08-10T13:25:50.142Z] ---> Running in ffd21c7982a9 [2020-08-10T13:25:50.410Z] ---> 0b6697d9bf1f [2020-08-10T13:25:50.410Z] Step 7/20 : RUN go mod download [2020-08-10T13:25:50.684Z] ---> Running in 67a24fb4f3b0 [2020-08-10T13:25:50.955Z] Removing intermediate container 9c9fdcbfbb4c [2020-08-10T13:25:50.955Z] ---> 58dc45e5bcf0 [2020-08-10T13:25:50.955Z] Step 6/21 : COPY go.mod . [2020-08-10T13:25:51.217Z] ---> b23dd1c3d2e1 [2020-08-10T13:25:51.217Z] Step 7/21 : RUN go mod download [2020-08-10T13:25:51.217Z] ---> Running in 17c7a0a316a3 [2020-08-10T13:25:52.331Z] ---> Running in 59145374d23d [2020-08-10T13:25:52.627Z] Removing intermediate container ffd21c7982a9 [2020-08-10T13:25:52.627Z] ---> 8aa8426a0e48 [2020-08-10T13:25:52.627Z] Step 8/20 : COPY . . [2020-08-10T13:25:52.924Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-10T13:25:53.571Z] Removing intermediate container 87db9448391d [2020-08-10T13:25:53.571Z] ---> 3557d7277010 [2020-08-10T13:25:53.571Z] Step 8/22 : COPY . . [2020-08-10T13:25:53.908Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-10T13:25:54.525Z] Removing intermediate container 67a24fb4f3b0 [2020-08-10T13:25:54.525Z] ---> 4294486b9c21 [2020-08-10T13:25:54.525Z] Step 8/20 : COPY . . [2020-08-10T13:25:54.888Z] (1/12) Installing libmagic (5.38-r0) [2020-08-10T13:25:54.888Z] (2/12) Installing file (5.38-r0) [2020-08-10T13:25:54.888Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-08-10T13:25:55.123Z] Removing intermediate container 757d8b75b5d7 [2020-08-10T13:25:55.123Z] ---> d490881eacc1 [2020-08-10T13:25:55.123Z] Step 8/26 : COPY . . [2020-08-10T13:25:55.159Z] (4/12) Installing g++ (9.3.0-r2) [2020-08-10T13:25:58.546Z] (5/12) Installing fortify-headers (1.1-r0) [2020-08-10T13:25:58.546Z] (6/12) Installing patch (2.7.6-r6) [2020-08-10T13:25:58.546Z] (7/12) Installing build-base (0.5-r2) [2020-08-10T13:25:58.546Z] (8/12) Installing libsodium (1.0.18-r0) [2020-08-10T13:25:58.546Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-08-10T13:25:58.546Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-08-10T13:25:58.546Z] (11/12) Installing libzmq (4.3.2-r0) [2020-08-10T13:25:58.818Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-08-10T13:25:58.818Z] Executing busybox-1.31.1-r16.trigger [2020-08-10T13:25:58.818Z] OK: 217 MiB in 51 packages [2020-08-10T13:26:00.459Z] Removing intermediate container 17c7a0a316a3 [2020-08-10T13:26:00.459Z] ---> 3769eada1ef5 [2020-08-10T13:26:00.459Z] Step 8/21 : COPY . . [2020-08-10T13:26:03.146Z] Removing intermediate container 59145374d23d [2020-08-10T13:26:03.146Z] ---> 96505f7b3d0d [2020-08-10T13:26:03.146Z] Step 4/7 : WORKDIR /edgex-go [2020-08-10T13:26:03.146Z] ---> Running in 2526b76aaf3b [2020-08-10T13:26:03.418Z] Removing intermediate container 2526b76aaf3b [2020-08-10T13:26:03.418Z] ---> 9c723afefec9 [2020-08-10T13:26:03.418Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-08-10T13:26:04.016Z] latest: Pulling from library/docker [2020-08-10T13:26:04.016Z] b538f80385f9: Already exists [2020-08-10T13:26:04.016Z] 259a493cd78d: Pulling fs layer [2020-08-10T13:26:04.016Z] b8e66b5100f5: Pulling fs layer [2020-08-10T13:26:04.016Z] 39dc9c94d07c: Pulling fs layer [2020-08-10T13:26:04.016Z] 551b823b3b82: Pulling fs layer [2020-08-10T13:26:04.016Z] 3c52a74df98c: Pulling fs layer [2020-08-10T13:26:04.016Z] 6c9b121b6998: Pulling fs layer [2020-08-10T13:26:04.016Z] 3c52a74df98c: Waiting [2020-08-10T13:26:04.016Z] 551b823b3b82: Waiting [2020-08-10T13:26:04.016Z] b8e66b5100f5: Verifying Checksum [2020-08-10T13:26:04.016Z] b8e66b5100f5: Download complete [2020-08-10T13:26:04.291Z] 259a493cd78d: Verifying Checksum [2020-08-10T13:26:04.291Z] 259a493cd78d: Download complete [2020-08-10T13:26:04.291Z] 551b823b3b82: Verifying Checksum [2020-08-10T13:26:04.291Z] 551b823b3b82: Download complete [2020-08-10T13:26:04.291Z] 3c52a74df98c: Verifying Checksum [2020-08-10T13:26:04.291Z] 3c52a74df98c: Download complete [2020-08-10T13:26:04.291Z] 6c9b121b6998: Verifying Checksum [2020-08-10T13:26:04.291Z] 6c9b121b6998: Download complete [2020-08-10T13:26:04.889Z] 259a493cd78d: Pull complete [2020-08-10T13:26:05.166Z] b8e66b5100f5: Pull complete [2020-08-10T13:26:05.438Z] 39dc9c94d07c: Verifying Checksum [2020-08-10T13:26:05.438Z] 39dc9c94d07c: Download complete [2020-08-10T13:26:08.876Z] 39dc9c94d07c: Pull complete [2020-08-10T13:26:08.876Z] 551b823b3b82: Pull complete [2020-08-10T13:26:09.184Z] 3c52a74df98c: Pull complete [2020-08-10T13:26:09.523Z] 6c9b121b6998: Pull complete [2020-08-10T13:26:09.523Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-08-10T13:26:09.910Z] Status: Downloaded newer image for docker:latest [2020-08-10T13:26:12.723Z] ---> 0515e30de8f9 [2020-08-10T13:26:12.723Z] Step 6/7 : COPY go.mod . [2020-08-10T13:26:14.125Z] ---> fd50808397be [2020-08-10T13:26:14.125Z] Step 7/7 : RUN go mod download [2020-08-10T13:26:14.125Z] ---> Running in ea2da9758091 [2020-08-10T13:26:17.672Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-08-10T13:26:17.672Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-08-10T13:26:17.672Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-08-10T13:26:17.672Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-08-10T13:26:17.672Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-10T13:26:17.672Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-08-10T13:26:17.672Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-08-10T13:26:17.672Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-10T13:26:17.672Z] go: finding github.com/cloudflare/gokey v0.1.0 [2020-08-10T13:26:17.672Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-08-10T13:26:17.672Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-08-10T13:26:17.672Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-08-10T13:26:17.673Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 [2020-08-10T13:26:17.673Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-10T13:26:17.673Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-08-10T13:26:17.673Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-08-10T13:26:17.673Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-08-10T13:26:17.673Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-08-10T13:26:17.673Z] go: finding github.com/fatih/color v1.7.0 [2020-08-10T13:26:17.673Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-08-10T13:26:17.673Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-10T13:26:17.673Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-08-10T13:26:17.673Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-10T13:26:17.673Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-10T13:26:17.673Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-08-10T13:26:17.673Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-10T13:26:17.943Z] go: finding github.com/golang/protobuf v1.3.2 [2020-08-10T13:26:17.943Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-08-10T13:26:17.943Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-08-10T13:26:17.943Z] go: finding github.com/google/uuid v1.1.0 [2020-08-10T13:26:17.943Z] go: finding github.com/gorilla/mux v1.7.1 [2020-08-10T13:26:17.943Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-08-10T13:26:17.943Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-08-10T13:26:17.943Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-08-10T13:26:17.943Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-10T13:26:17.943Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-10T13:26:17.943Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-08-10T13:26:18.220Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-08-10T13:26:18.220Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-10T13:26:18.220Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-08-10T13:26:18.220Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-08-10T13:26:18.220Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-08-10T13:26:18.220Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-08-10T13:26:18.220Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-08-10T13:26:18.220Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-08-10T13:26:18.220Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-08-10T13:26:18.220Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-08-10T13:26:18.220Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-08-10T13:26:18.220Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-08-10T13:26:18.498Z] go: finding github.com/imdario/mergo v0.3.6 [2020-08-10T13:26:18.498Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-10T13:26:18.498Z] go: finding github.com/kr/pretty v0.1.0 [2020-08-10T13:26:18.498Z] go: finding github.com/kr/pty v1.1.1 [2020-08-10T13:26:18.498Z] go: finding github.com/kr/text v0.1.0 [2020-08-10T13:26:18.498Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-08-10T13:26:18.498Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-08-10T13:26:18.498Z] go: finding github.com/miekg/dns v1.0.14 [2020-08-10T13:26:18.498Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-08-10T13:26:18.498Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-10T13:26:18.498Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-08-10T13:26:18.772Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-08-10T13:26:18.772Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-08-10T13:26:18.772Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-08-10T13:26:18.772Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-08-10T13:26:18.772Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-08-10T13:26:18.772Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-08-10T13:26:18.772Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-08-10T13:26:18.772Z] go: finding github.com/onsi/gomega v1.7.0 [2020-08-10T13:26:18.772Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-08-10T13:26:18.772Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-08-10T13:26:18.772Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-08-10T13:26:19.049Z] go: finding github.com/pkg/errors v0.8.1 [2020-08-10T13:26:19.049Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-10T13:26:19.049Z] go: finding github.com/posener/complete v1.1.1 [2020-08-10T13:26:19.049Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-08-10T13:26:19.049Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-08-10T13:26:19.049Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-08-10T13:26:19.049Z] go: finding github.com/stretchr/objx v0.1.0 [2020-08-10T13:26:19.049Z] go: finding github.com/stretchr/testify v1.5.1 [2020-08-10T13:26:19.049Z] go: finding github.com/ugorji/go v1.1.4 [2020-08-10T13:26:19.049Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-10T13:26:19.049Z] go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 [2020-08-10T13:26:19.322Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-08-10T13:26:19.322Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-08-10T13:26:19.322Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-08-10T13:26:19.322Z] go: finding golang.org/x/text v0.3.2 [2020-08-10T13:26:19.322Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-08-10T13:26:19.322Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-08-10T13:26:19.322Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-08-10T13:26:19.322Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-08-10T13:26:19.322Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-08-10T13:26:19.322Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-10T13:26:33.252Z] ---> b74a88343516 [2020-08-10T13:26:33.252Z] Step 9/22 : RUN make cmd/core-data/core-data [2020-08-10T13:26:33.252Z] ---> b051d6530008 [2020-08-10T13:26:33.252Z] Step 9/20 : RUN make cmd/support-scheduler/support-scheduler [2020-08-10T13:26:33.252Z] ---> Running in e4dbe3981ca2 [2020-08-10T13:26:33.252Z] ---> 91654581864e [2020-08-10T13:26:33.252Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-08-10T13:26:33.252Z] ---> d5b278266c69 [2020-08-10T13:26:33.252Z] 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-10T13:26:33.252Z] ---> Running in 8bc78a34012c [2020-08-10T13:26:33.252Z] ---> Running in f362ff8cc082 [2020-08-10T13:26:33.252Z] ---> 04c7aa324a37 [2020-08-10T13:26:33.252Z] Step 9/21 : RUN make cmd/support-logging/support-logging [2020-08-10T13:26:33.252Z] ---> Running in d7c0cab82591 [2020-08-10T13:26:33.252Z] ---> Running in 577ba41f474e [2020-08-10T13:26:33.834Z] 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-10T13:26:33.834Z] 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-10T13:26:34.218Z] 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-10T13:26:34.218Z] 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-10T13:26:34.497Z] 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-10T13:26:37.667Z] Removing intermediate container ea2da9758091 [2020-08-10T13:26:37.667Z] ---> 6301abeaaf71 [2020-08-10T13:26:37.667Z] Successfully built 6301abeaaf71 [2020-08-10T13:26:37.667Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-10T13:26:38.565Z] + docker inspect -f . ci-base-image-arm64 [2020-08-10T13:26:38.565Z] . [Pipeline] withDockerContainer [2020-08-10T13:26:38.825Z] prd-ubuntu18.04-docker-arm64-4c-16g-3264 does not seem to be running inside a container [2020-08-10T13:26:38.899Z] $ docker run -t -d -u 1001:1001 -u 0:0 -e GOTESTFLAGS= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-08-10T13:26:40.249Z] $ docker top 194672fd94ef1510e9eca7c94ff15e7597dccd0a6df6b17b22a8aad36e95b119 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-10T13:26:41.402Z] + go version [2020-08-10T13:26:41.402Z] go version go1.13.13 linux/arm64 [Pipeline] echo [2020-08-10T13:26:41.440Z] ========================================================= [2020-08-10T13:26:41.440Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-08-10T13:26:41.440Z] ========================================================= [Pipeline] sh [2020-08-10T13:26:42.108Z] + make test [2020-08-10T13:26:42.108Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-08-10T13:26:44.736Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-08-10T13:27:01.184Z] 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-10T13:27:03.764Z] Removing intermediate container d7c0cab82591 [2020-08-10T13:27:03.764Z] ---> 4b70d27014f3 [2020-08-10T13:27:03.764Z] [2020-08-10T13:27:03.764Z] Step 10/20 : FROM alpine [2020-08-10T13:27:03.764Z] latest: Pulling from library/alpine [2020-08-10T13:27:06.311Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-08-10T13:27:06.580Z] Removing intermediate container 577ba41f474e [2020-08-10T13:27:06.580Z] ---> f81f77781cfc [2020-08-10T13:27:06.580Z] [2020-08-10T13:27:06.580Z] Step 10/21 : FROM scratch [2020-08-10T13:27:06.580Z] ---> [2020-08-10T13:27:06.580Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-10T13:27:06.580Z] Status: Downloaded newer image for alpine:latest [2020-08-10T13:27:06.580Z] ---> a24bb4013296 [2020-08-10T13:27:06.580Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-08-10T13:27:06.580Z] 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-10T13:27:07.178Z] ---> Running in 17a1f321aeab [2020-08-10T13:27:07.178Z] ---> Running in 886d47a23d43 [2020-08-10T13:27:07.178Z] Removing intermediate container 17a1f321aeab [2020-08-10T13:27:07.178Z] ---> 0b6d4e1190dd [2020-08-10T13:27:07.178Z] Step 12/21 : ENV APP_PORT=48061 [2020-08-10T13:27:07.450Z] ---> Running in f862a8299c4c [2020-08-10T13:27:07.725Z] Removing intermediate container f862a8299c4c [2020-08-10T13:27:07.725Z] ---> 9d98f2f2bc70 [2020-08-10T13:27:07.725Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-10T13:27:07.725Z] ---> Running in 37ecf79e8eeb [2020-08-10T13:27:09.652Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-10T13:27:09.652Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-10T13:27:09.915Z] v3.12.0-216-gaf4199bc57 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-10T13:27:09.915Z] v3.12.0-221-gbea860da8e [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-10T13:27:09.915Z] OK: 12749 distinct packages available [2020-08-10T13:27:10.176Z] (1/4) Installing ca-certificates (20191127-r4) [2020-08-10T13:27:10.176Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-08-10T13:27:10.176Z] (3/4) Installing libcurl (7.69.1-r0) [2020-08-10T13:27:10.176Z] (4/4) Installing curl (7.69.1-r0) [2020-08-10T13:27:10.176Z] Executing busybox-1.31.1-r16.trigger [2020-08-10T13:27:10.176Z] Executing ca-certificates-20191127-r4.trigger [2020-08-10T13:27:10.176Z] OK: 7 MiB in 18 packages [2020-08-10T13:27:10.440Z] Removing intermediate container 37ecf79e8eeb [2020-08-10T13:27:10.440Z] ---> 9061e10692d2 [2020-08-10T13:27:10.440Z] Step 14/21 : COPY --from=builder /bin/bash /bin/bash [2020-08-10T13:27:11.021Z] Removing intermediate container 8bc78a34012c [2020-08-10T13:27:11.021Z] ---> 7664c97f92c3 [2020-08-10T13:27:11.021Z] [2020-08-10T13:27:11.021Z] Step 10/20 : FROM scratch [2020-08-10T13:27:11.021Z] ---> [2020-08-10T13:27:11.021Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-10T13:27:11.021Z] ---> fcd0f19407c7 [2020-08-10T13:27:11.021Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-08-10T13:27:11.283Z] ---> Running in 29eee59bb168 [2020-08-10T13:27:13.207Z] Removing intermediate container 29eee59bb168 [2020-08-10T13:27:13.207Z] ---> b3f6c5834bca [2020-08-10T13:27:13.207Z] Step 12/20 : ENV APP_PORT=48085 [2020-08-10T13:27:13.207Z] Removing intermediate container 886d47a23d43 [2020-08-10T13:27:13.207Z] ---> c97f09f8af73 [2020-08-10T13:27:13.207Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-10T13:27:14.155Z] ---> fe5f6b490e2a [2020-08-10T13:27:14.155Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-08-10T13:27:14.155Z] ---> Running in bbcdca07f222 [2020-08-10T13:27:14.155Z] ---> Running in 918ba503ba99 [2020-08-10T13:27:14.155Z] Removing intermediate container f362ff8cc082 [2020-08-10T13:27:14.155Z] ---> 1bd2cc69b43a [2020-08-10T13:27:14.155Z] [2020-08-10T13:27:14.155Z] Step 10/26 : FROM alpine:3.10 [2020-08-10T13:27:14.788Z] 3.10: Pulling from library/alpine [2020-08-10T13:27:15.358Z] Removing intermediate container e4dbe3981ca2 [2020-08-10T13:27:15.358Z] ---> acc77a7d09af [2020-08-10T13:27:15.359Z] [2020-08-10T13:27:15.359Z] Step 10/22 : FROM alpine [2020-08-10T13:27:15.359Z] ---> a24bb4013296 [2020-08-10T13:27:15.359Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-10T13:27:15.930Z] Removing intermediate container bbcdca07f222 [2020-08-10T13:27:15.930Z] ---> 3f393542704d [2020-08-10T13:27:15.930Z] Step 13/20 : EXPOSE $APP_PORT [2020-08-10T13:27:15.930Z] Removing intermediate container 918ba503ba99 [2020-08-10T13:27:15.930Z] ---> ca79e3bca7d3 [2020-08-10T13:27:15.930Z] Step 13/20 : WORKDIR /edgex [2020-08-10T13:27:15.930Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-08-10T13:27:15.930Z] ---> Running in 03fa28df29d4 [2020-08-10T13:27:15.930Z] Status: Downloaded newer image for alpine:3.10 [2020-08-10T13:27:15.930Z] ---> be4e4bea2c2e [2020-08-10T13:27:15.930Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-08-10T13:27:15.930Z] ---> 8b438c0cb2cc [2020-08-10T13:27:15.930Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-08-10T13:27:15.930Z] ---> Running in dc74d2109950 [2020-08-10T13:27:16.192Z] ---> Running in 2bb5316422f1 [2020-08-10T13:27:16.192Z] ---> Running in 663abc8bb078 [2020-08-10T13:27:16.458Z] Removing intermediate container 03fa28df29d4 [2020-08-10T13:27:16.458Z] ---> 0a433a4b85fd [2020-08-10T13:27:16.458Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-08-10T13:27:16.458Z] Removing intermediate container dc74d2109950 [2020-08-10T13:27:16.458Z] ---> 20d4f954b1b5 [2020-08-10T13:27:16.458Z] Step 12/22 : ENV APP_PORT=48080 [2020-08-10T13:27:16.458Z] ---> d190aff5684b [2020-08-10T13:27:16.458Z] Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-10T13:27:16.458Z] Removing intermediate container 2bb5316422f1 [2020-08-10T13:27:16.458Z] ---> f75a5a5fc48d [2020-08-10T13:27:16.458Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-08-10T13:27:16.727Z] ---> Running in 8c537c6f8889 [2020-08-10T13:27:16.727Z] ---> Running in fecff3c74f49 [2020-08-10T13:27:16.727Z] ---> a9cfcbf52407 [2020-08-10T13:27:16.727Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-08-10T13:27:17.117Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-08-10T13:27:17.301Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-08-10T13:27:17.301Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-08-10T13:27:17.301Z] v3.10.5-68-gfeae60ca03 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-08-10T13:27:17.301Z] v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-08-10T13:27:17.301Z] OK: 10346 distinct packages available [2020-08-10T13:27:17.612Z] (1/5) Installing ca-certificates (20191127-r2) [2020-08-10T13:27:17.612Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-08-10T13:27:17.612Z] (3/5) Installing libcurl (7.66.0-r0) [2020-08-10T13:27:17.612Z] (4/5) Installing curl (7.66.0-r0) [2020-08-10T13:27:17.612Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-08-10T13:27:17.612Z] Executing busybox-1.30.1-r3.trigger [2020-08-10T13:27:17.612Z] Executing ca-certificates-20191127-r2.trigger [2020-08-10T13:27:18.205Z] OK: 7 MiB in 19 packages [2020-08-10T13:27:18.205Z] Removing intermediate container 8c537c6f8889 [2020-08-10T13:27:18.205Z] ---> ab5affbe2d4d [2020-08-10T13:27:18.205Z] Step 13/22 : EXPOSE $APP_PORT [2020-08-10T13:27:18.205Z] Removing intermediate container fecff3c74f49 [2020-08-10T13:27:18.205Z] ---> c57a173683bc [2020-08-10T13:27:18.205Z] Step 19/21 : LABEL arch=x86_64 [2020-08-10T13:27:18.511Z] ---> fbb4de445309 [2020-08-10T13:27:18.511Z] Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-08-10T13:27:18.511Z] ---> 6f52c62c98e8 [2020-08-10T13:27:18.511Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-08-10T13:27:18.511Z] ---> Running in 7996fb58c6e5 [2020-08-10T13:27:18.511Z] ---> Running in f46d4c1cffc0 [2020-08-10T13:27:19.101Z] Removing intermediate container 7996fb58c6e5 [2020-08-10T13:27:19.101Z] ---> f664083c2411 [2020-08-10T13:27:19.101Z] Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-10T13:27:19.101Z] Removing intermediate container f46d4c1cffc0 [2020-08-10T13:27:19.101Z] ---> fdf628b5aed1 [2020-08-10T13:27:19.101Z] Step 20/21 : LABEL git_sha=9f0651306d868a93c4f6d04f573f0b50f68ed542 [2020-08-10T13:27:19.101Z] ---> 1e12dec883ef [2020-08-10T13:27:19.101Z] Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-10T13:27:19.101Z] ---> Running in a3cbddc11d61 [2020-08-10T13:27:19.101Z] Removing intermediate container 663abc8bb078 [2020-08-10T13:27:19.101Z] ---> 5dd72d79d327 [2020-08-10T13:27:19.101Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-10T13:27:19.363Z] ---> 7f4de66344e8 [2020-08-10T13:27:19.363Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-08-10T13:27:19.934Z] ---> Running in 965c8e03d5f0 [2020-08-10T13:27:20.200Z] ---> Running in 653dc8090f15 [2020-08-10T13:27:20.200Z] ---> Running in e9534fc02b8f [2020-08-10T13:27:20.200Z] ---> Running in 39a922e9ba5b [2020-08-10T13:27:20.200Z] Removing intermediate container 965c8e03d5f0 [2020-08-10T13:27:20.200Z] ---> 821577c7e421 [2020-08-10T13:27:20.462Z] Step 18/20 : LABEL arch=x86_64 [2020-08-10T13:27:20.462Z] Removing intermediate container 653dc8090f15 [2020-08-10T13:27:20.462Z] ---> 4ad652e2d052 [2020-08-10T13:27:20.462Z] Step 21/21 : LABEL version=0.0.0 [2020-08-10T13:27:20.462Z] Removing intermediate container e9534fc02b8f [2020-08-10T13:27:20.462Z] ---> fd60bb49b595 [2020-08-10T13:27:20.462Z] Step 13/26 : WORKDIR / [2020-08-10T13:27:20.462Z] ---> Running in b0cd6205c7d5 [2020-08-10T13:27:20.726Z] ---> Running in 27953d901d58 [2020-08-10T13:27:20.726Z] ---> Running in 44c262e1eac2 [2020-08-10T13:27:20.726Z] Removing intermediate container 39a922e9ba5b [2020-08-10T13:27:20.726Z] ---> 1a8850cecf67 [2020-08-10T13:27:20.726Z] Step 17/20 : CMD ["--init=true"] [2020-08-10T13:27:20.726Z] ---> Running in 00e5856113da [2020-08-10T13:27:20.987Z] Removing intermediate container b0cd6205c7d5 [2020-08-10T13:27:20.987Z] ---> f0707afe0872 [2020-08-10T13:27:20.987Z] Step 19/20 : LABEL git_sha=9f0651306d868a93c4f6d04f573f0b50f68ed542 [2020-08-10T13:27:20.987Z] Removing intermediate container 27953d901d58 [2020-08-10T13:27:20.987Z] ---> 967c2a3cf5fe [2020-08-10T13:27:20.987Z] [2020-08-10T13:27:20.987Z] Removing intermediate container 44c262e1eac2 [2020-08-10T13:27:20.987Z] ---> 2daefe8f5c6a [2020-08-10T13:27:20.987Z] 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-10T13:27:21.247Z] ---> Running in f99589c45153 [2020-08-10T13:27:21.247Z] Removing intermediate container 00e5856113da [2020-08-10T13:27:21.247Z] ---> eb4bb7e1e3c1 [2020-08-10T13:27:21.247Z] Step 18/20 : LABEL arch=x86_64 [2020-08-10T13:27:21.247Z] Successfully built 967c2a3cf5fe [2020-08-10T13:27:21.509Z] Successfully tagged docker-support-logging-go:latest [2020-08-10T13:27:21.509Z]  Building docker-support-logging-go ... done Building docker-sys-mgmt-agent-go [2020-08-10T13:27:21.509Z] Removing intermediate container a3cbddc11d61 [2020-08-10T13:27:21.509Z] ---> f9241dbf77c2 [2020-08-10T13:27:21.509Z] Step 15/22 : RUN apk --no-cache add zeromq [2020-08-10T13:27:21.509Z] ---> Running in b4281e949ac6 [2020-08-10T13:27:21.771Z] ---> bcc9dcc6aee5 [2020-08-10T13:27:21.771Z] 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-10T13:27:21.771Z] ---> Running in ab9badf8fbea [2020-08-10T13:27:21.771Z] Removing intermediate container f99589c45153 [2020-08-10T13:27:21.771Z] ---> 55ca9953e677 [2020-08-10T13:27:21.771Z] Step 20/20 : LABEL version=0.0.0 [2020-08-10T13:27:22.034Z] Removing intermediate container b4281e949ac6 [2020-08-10T13:27:22.034Z] ---> f2f6548150e0 [2020-08-10T13:27:22.034Z] Step 19/20 : LABEL git_sha=9f0651306d868a93c4f6d04f573f0b50f68ed542 [2020-08-10T13:27:22.297Z] ---> Running in 875de42b7221 [2020-08-10T13:27:22.557Z] ---> b4c19f44af20 [2020-08-10T13:27:22.557Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-08-10T13:27:22.557Z] ---> Running in dd1e5efde435 [2020-08-10T13:27:25.103Z] Removing intermediate container 875de42b7221 [2020-08-10T13:27:25.103Z] ---> 8d663c4e21b0 [2020-08-10T13:27:25.103Z] [2020-08-10T13:27:25.103Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-10T13:27:25.103Z] Successfully built 8d663c4e21b0 [2020-08-10T13:27:25.365Z] Successfully tagged docker-support-scheduler-go:latest [2020-08-10T13:27:25.365Z]  Building docker-support-scheduler-go ... done Building docker-core-command-go [2020-08-10T13:27:25.365Z] Removing intermediate container dd1e5efde435 [2020-08-10T13:27:25.365Z] ---> 19ba609fe747 [2020-08-10T13:27:25.365Z] Step 20/20 : LABEL version=0.0.0 [2020-08-10T13:27:25.365Z] ---> 6bf9fecc938a [2020-08-10T13:27:25.365Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-08-10T13:27:25.365Z] ---> Running in 9d786dd10631 [2020-08-10T13:27:25.626Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-10T13:27:26.209Z] (1/5) Installing libgcc (9.3.0-r2) [2020-08-10T13:27:26.209Z] (2/5) Installing libsodium (1.0.18-r0) [2020-08-10T13:27:26.472Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-08-10T13:27:26.472Z] (4/5) Installing libzmq (4.3.2-r0) [2020-08-10T13:27:27.045Z] (5/5) Installing zeromq (4.3.2-r0) [2020-08-10T13:27:27.045Z] Executing busybox-1.31.1-r16.trigger [2020-08-10T13:27:27.616Z] OK: 8 MiB in 19 packages [2020-08-10T13:27:30.181Z] Removing intermediate container 9d786dd10631 [2020-08-10T13:27:30.181Z] ---> 862a477ec177 [2020-08-10T13:27:30.181Z] [2020-08-10T13:27:30.181Z] ---> 64449e3a2d8d [2020-08-10T13:27:30.181Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-08-10T13:27:30.181Z] Successfully built 862a477ec177 [2020-08-10T13:27:31.127Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-08-10T13:27:31.127Z] Building docker-support-notifications-go [2020-08-10T13:27:32.205Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-08-10T13:27:32.205Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-08-10T13:27:32.205Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-08-10T13:27:32.205Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-08-10T13:27:32.205Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.048s [2020-08-10T13:27:32.205Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-08-10T13:27:32.205Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-08-10T13:27:32.205Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-08-10T13:27:32.205Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-08-10T13:27:32.480Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-08-10T13:27:33.079Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-08-10T13:27:33.079Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-08-10T13:27:33.079Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-08-10T13:27:39.270Z]  Building docker-security-proxy-setup-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-10T13:27:39.270Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-08-10T13:27:39.840Z] ---> 3dbc824b2d2a [2020-08-10T13:27:39.840Z] Step 3/26 : WORKDIR /edgex-go [2020-08-10T13:27:40.103Z] ---> Using cache [2020-08-10T13:27:40.103Z] ---> a1b084a42070 [2020-08-10T13:27:40.103Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-10T13:27:40.103Z] ---> Using cache [2020-08-10T13:27:40.103Z] ---> fa09f1c47704 [2020-08-10T13:27:40.103Z] Step 5/26 : RUN apk update && apk add make bash git [2020-08-10T13:27:40.103Z] Removing intermediate container ab9badf8fbea [2020-08-10T13:27:40.103Z] ---> c8f07f5bf6b7 [2020-08-10T13:27:40.103Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-08-10T13:27:40.368Z] ---> d70fce966604 [2020-08-10T13:27:40.368Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-08-10T13:27:40.368Z] ---> Running in 541baac3a1a3 [2020-08-10T13:27:42.305Z] ---> 96717a49b6b3 [2020-08-10T13:27:42.305Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-08-10T13:27:42.305Z] ---> 1446b108b3b8 [2020-08-10T13:27:42.305Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-08-10T13:27:43.243Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.087s coverage: 46.6% of statements [2020-08-10T13:27:43.243Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-08-10T13:27:43.243Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-08-10T13:27:43.243Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-08-10T13:27:43.243Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-08-10T13:27:43.243Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-08-10T13:27:43.269Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-10T13:27:44.237Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-10T13:27:44.517Z] v3.12.0-216-gaf4199bc57 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-10T13:27:44.517Z] v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-10T13:27:44.517Z] OK: 12749 distinct packages available [2020-08-10T13:27:44.780Z] OK: 233 MiB in 51 packages [2020-08-10T13:27:45.054Z] ---> 037c910080c6 [2020-08-10T13:27:45.054Z] Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-08-10T13:27:45.318Z] ---> d524b65756a7 [2020-08-10T13:27:45.318Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-08-10T13:27:45.583Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-10T13:27:45.583Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-10T13:27:45.583Z] ---> 3dbc824b2d2a [2020-08-10T13:27:45.583Z] Step 3/21 : WORKDIR /edgex-go [2020-08-10T13:27:45.583Z] ---> Using cache [2020-08-10T13:27:45.583Z] ---> a1b084a42070 [2020-08-10T13:27:45.583Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-10T13:27:45.583Z] ---> Using cache [2020-08-10T13:27:45.583Z] ---> fa09f1c47704 [2020-08-10T13:27:45.583Z] Step 5/21 : RUN apk update && apk add make git [2020-08-10T13:27:45.583Z] ---> Using cache [2020-08-10T13:27:45.583Z] ---> 5fdfea2a154d [2020-08-10T13:27:45.583Z] Step 6/21 : COPY go.mod . [2020-08-10T13:27:45.583Z] ---> Using cache [2020-08-10T13:27:45.583Z] ---> 0b6697d9bf1f [2020-08-10T13:27:45.583Z] Step 7/21 : RUN go mod download [2020-08-10T13:27:45.583Z] ---> Using cache [2020-08-10T13:27:45.583Z] ---> 4294486b9c21 [2020-08-10T13:27:45.583Z] Step 8/21 : COPY . . [2020-08-10T13:27:45.583Z] ---> Using cache [2020-08-10T13:27:45.583Z] ---> 91654581864e [2020-08-10T13:27:45.583Z] Step 9/21 : RUN make cmd/core-command/core-command [2020-08-10T13:27:46.262Z] ---> Running in b935b6b33f02 [2020-08-10T13:27:46.527Z] ---> af86fe8dc22b [2020-08-10T13:27:46.527Z] Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-10T13:27:46.527Z] ---> f549d2edb361 [2020-08-10T13:27:46.527Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-10T13:27:47.508Z] ---> Running in 817c59573b57 [2020-08-10T13:27:48.089Z] ---> Running in 8d9d24e3ec90 [2020-08-10T13:27:48.089Z] 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-10T13:27:48.089Z] Removing intermediate container 541baac3a1a3 [2020-08-10T13:27:48.089Z] ---> 54c127b98945 [2020-08-10T13:27:48.089Z] Step 6/26 : COPY go.mod . [2020-08-10T13:27:49.045Z] Removing intermediate container 817c59573b57 [2020-08-10T13:27:49.046Z] ---> 640873c869d8 [2020-08-10T13:27:49.046Z] Step 20/22 : LABEL arch=x86_64 [2020-08-10T13:27:49.998Z] ---> 44c9262c93c2 [2020-08-10T13:27:49.998Z] Step 7/26 : RUN go mod download [2020-08-10T13:27:49.998Z] Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-10T13:27:49.998Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-08-10T13:27:49.998Z] ---> 3dbc824b2d2a [2020-08-10T13:27:49.998Z] Step 3/23 : WORKDIR /edgex-go [2020-08-10T13:27:49.998Z] ---> Using cache [2020-08-10T13:27:49.998Z] ---> a1b084a42070 [2020-08-10T13:27:49.998Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-10T13:27:49.998Z] ---> Using cache [2020-08-10T13:27:49.998Z] ---> fa09f1c47704 [2020-08-10T13:27:49.998Z] Step 5/23 : RUN apk update && apk add make bash git ca-certificates [2020-08-10T13:27:50.329Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.168s coverage: 27.3% of statements [2020-08-10T13:27:50.329Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-08-10T13:27:50.329Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-08-10T13:27:50.329Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-08-10T13:27:50.329Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-08-10T13:27:50.329Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-08-10T13:27:50.329Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-08-10T13:27:50.329Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.023s coverage: 100.0% of statements [2020-08-10T13:27:50.329Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-08-10T13:27:50.329Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.089s coverage: 100.0% of statements [2020-08-10T13:27:50.330Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-08-10T13:27:50.976Z] ---> Running in f53f1b64884a [2020-08-10T13:27:51.265Z] ---> Running in 1523a89c5558 [2020-08-10T13:27:51.265Z] ---> Running in d0ed366e11b9 [2020-08-10T13:27:51.538Z] Removing intermediate container f53f1b64884a [2020-08-10T13:27:51.538Z] ---> b7a77856b35a [2020-08-10T13:27:51.538Z] Step 21/22 : LABEL git_sha=9f0651306d868a93c4f6d04f573f0b50f68ed542 [2020-08-10T13:27:51.811Z] ---> Running in 3e887d03bb6c [2020-08-10T13:27:52.086Z] Removing intermediate container 3e887d03bb6c [2020-08-10T13:27:52.086Z] ---> ff7364284f4c [2020-08-10T13:27:52.086Z] Step 22/22 : LABEL version=0.0.0 [2020-08-10T13:27:52.086Z] Removing intermediate container 8d9d24e3ec90 [2020-08-10T13:27:52.086Z] ---> f6af4d7f8176 [2020-08-10T13:27:52.086Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-08-10T13:27:52.361Z] ---> Running in 50f29454621d [2020-08-10T13:27:52.361Z] ---> Running in 42c2cedc3243 [2020-08-10T13:27:52.636Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-10T13:27:52.636Z] Removing intermediate container 50f29454621d [2020-08-10T13:27:52.636Z] ---> 250cedf744da [2020-08-10T13:27:52.636Z] [2020-08-10T13:27:52.636Z] Removing intermediate container 42c2cedc3243 [2020-08-10T13:27:52.636Z] ---> dde97342725f [2020-08-10T13:27:52.636Z] Step 24/26 : LABEL arch=x86_64 [2020-08-10T13:27:52.915Z] Successfully built 250cedf744da [2020-08-10T13:27:52.915Z] Successfully tagged docker-core-data-go:latest [2020-08-10T13:27:52.915Z] Building docker-core-metadata-go [2020-08-10T13:27:52.915Z]  Building docker-core-data-go ... done  ---> Running in 611200f8f628 [2020-08-10T13:27:53.211Z] Removing intermediate container 611200f8f628 [2020-08-10T13:27:53.211Z] ---> acb3e2b81943 [2020-08-10T13:27:53.211Z] Step 25/26 : LABEL git_sha=9f0651306d868a93c4f6d04f573f0b50f68ed542 [2020-08-10T13:27:53.211Z] ---> Running in eb504614b32b [2020-08-10T13:27:53.211Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-10T13:27:53.723Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.345s coverage: 28.6% of statements [2020-08-10T13:27:53.723Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-08-10T13:27:53.723Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-08-10T13:27:53.723Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-08-10T13:27:53.723Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-08-10T13:27:53.723Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-08-10T13:27:53.723Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.093s coverage: 100.0% of statements [2020-08-10T13:27:53.723Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-08-10T13:27:53.723Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.055s coverage: 100.0% of statements [2020-08-10T13:27:53.723Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-08-10T13:27:54.001Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.104s coverage: 89.8% of statements [2020-08-10T13:27:54.001Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-08-10T13:27:54.193Z] v3.12.0-216-gaf4199bc57 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-10T13:27:54.193Z] v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-10T13:27:54.193Z] OK: 12749 distinct packages available [2020-08-10T13:27:55.443Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.092s coverage: 97.5% of statements [2020-08-10T13:27:55.443Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-08-10T13:27:55.591Z] Removing intermediate container eb504614b32b [2020-08-10T13:27:55.591Z] ---> 917e15436a9a [2020-08-10T13:27:55.591Z] Step 26/26 : LABEL version=0.0.0 [2020-08-10T13:27:55.716Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.114s coverage: 100.0% of statements [2020-08-10T13:27:55.716Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-08-10T13:27:55.716Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-08-10T13:27:55.716Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-08-10T13:27:55.716Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-08-10T13:27:55.716Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-08-10T13:27:55.716Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-08-10T13:27:55.716Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-08-10T13:27:55.716Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-08-10T13:27:55.716Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-08-10T13:27:55.716Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-08-10T13:27:55.716Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-08-10T13:27:55.716Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-08-10T13:27:55.716Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-08-10T13:27:55.716Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-08-10T13:27:55.716Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-08-10T13:27:55.716Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-08-10T13:27:55.716Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-08-10T13:27:55.716Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.024s coverage: 58.8% of statements [2020-08-10T13:27:55.853Z] OK: 233 MiB in 51 packages [2020-08-10T13:27:57.809Z] ---> Running in 39df8e7e009d [2020-08-10T13:27:57.810Z] Removing intermediate container 1523a89c5558 [2020-08-10T13:27:57.810Z] ---> c1ca9435458d [2020-08-10T13:27:57.810Z] Step 8/26 : COPY . . [2020-08-10T13:27:57.810Z] Removing intermediate container 39df8e7e009d [2020-08-10T13:27:57.810Z] ---> 5d1b9aa7b384 [2020-08-10T13:27:57.810Z] [2020-08-10T13:27:58.400Z] Successfully built 5d1b9aa7b384 [2020-08-10T13:27:59.360Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-08-10T13:27:59.360Z] Building docker-security-secrets-setup-go [2020-08-10T13:28:00.037Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.256s coverage: 63.5% of statements [2020-08-10T13:28:00.038Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-08-10T13:28:00.038Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-08-10T13:28:00.038Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.041s coverage: 100.0% of statements [2020-08-10T13:28:00.038Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.330s coverage: 55.9% of statements [2020-08-10T13:28:00.038Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-08-10T13:28:00.038Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-08-10T13:28:00.038Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-08-10T13:28:00.038Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-08-10T13:28:02.705Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container d0ed366e11b9 [2020-08-10T13:28:02.705Z] ---> 889787e445b5 [2020-08-10T13:28:02.705Z] Step 6/23 : COPY go.mod . [2020-08-10T13:28:08.087Z] ---> 7f8a22e78478 [2020-08-10T13:28:08.087Z] Step 7/23 : RUN go mod download [2020-08-10T13:28:08.087Z] ---> Running in a6854ac632e1 [2020-08-10T13:28:12.483Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-10T13:28:12.483Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-10T13:28:12.483Z] ---> 3dbc824b2d2a [2020-08-10T13:28:12.483Z] Step 3/21 : WORKDIR /edgex-go [2020-08-10T13:28:12.483Z] ---> Using cache [2020-08-10T13:28:12.483Z] ---> a1b084a42070 [2020-08-10T13:28:12.483Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-10T13:28:12.483Z] ---> Using cache [2020-08-10T13:28:12.483Z] ---> fa09f1c47704 [2020-08-10T13:28:12.483Z] Step 5/21 : RUN apk update && apk add make git [2020-08-10T13:28:12.483Z] ---> Using cache [2020-08-10T13:28:12.483Z] ---> 5fdfea2a154d [2020-08-10T13:28:12.483Z] Step 6/21 : COPY go.mod . [2020-08-10T13:28:12.483Z] ---> Using cache [2020-08-10T13:28:12.483Z] ---> 0b6697d9bf1f [2020-08-10T13:28:12.483Z] Step 7/21 : RUN go mod download [2020-08-10T13:28:12.483Z] ---> Using cache [2020-08-10T13:28:12.483Z] ---> 4294486b9c21 [2020-08-10T13:28:12.483Z] Step 8/21 : COPY . . [2020-08-10T13:28:12.483Z] ---> Using cache [2020-08-10T13:28:12.483Z] ---> 91654581864e [2020-08-10T13:28:12.483Z] Step 9/21 : RUN make cmd/core-metadata/core-metadata [2020-08-10T13:28:13.098Z] ---> Running in 8a469c0ff9cf [2020-08-10T13:28:19.883Z] Removing intermediate container a6854ac632e1 [2020-08-10T13:28:19.883Z] ---> 1e7b876149b1 [2020-08-10T13:28:19.883Z] Step 8/23 : COPY . . [2020-08-10T13:28:19.883Z] 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-10T13:28:20.149Z] Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-10T13:28:20.149Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-08-10T13:28:20.149Z] ---> 3dbc824b2d2a [2020-08-10T13:28:20.149Z] Step 3/29 : WORKDIR /edgex-go [2020-08-10T13:28:20.149Z] ---> Using cache [2020-08-10T13:28:20.149Z] ---> a1b084a42070 [2020-08-10T13:28:20.149Z] Step 4/29 : RUN apk update && apk add make git [2020-08-10T13:28:22.221Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 20.066s coverage: 86.3% of statements [2020-08-10T13:28:22.222Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-08-10T13:28:22.222Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.033s coverage: 72.2% of statements [2020-08-10T13:28:22.222Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.410s coverage: 72.1% of statements [2020-08-10T13:28:22.222Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.044s coverage: 82.4% of statements [2020-08-10T13:28:22.222Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.033s coverage: 48.4% of statements [2020-08-10T13:28:22.222Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-08-10T13:28:22.222Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-08-10T13:28:22.222Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-08-10T13:28:22.222Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.033s coverage: 28.8% of statements [2020-08-10T13:28:22.222Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-08-10T13:28:22.222Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.031s coverage: 96.8% of statements [2020-08-10T13:28:22.222Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-08-10T13:28:22.222Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.120s coverage: 26.9% of statements [2020-08-10T13:28:22.222Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-08-10T13:28:22.222Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-08-10T13:28:22.222Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.301s coverage: 84.1% of statements [2020-08-10T13:28:22.222Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.036s coverage: 100.0% of statements [2020-08-10T13:28:22.222Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.043s coverage: 42.9% of statements [2020-08-10T13:28:22.222Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-08-10T13:28:22.222Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-08-10T13:28:22.222Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.016s coverage: 100.0% of statements [2020-08-10T13:28:22.222Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-08-10T13:28:22.222Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.055s coverage: 83.8% of statements [2020-08-10T13:28:22.222Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-08-10T13:28:23.203Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.095s coverage: 46.1% of statements [2020-08-10T13:28:23.203Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-08-10T13:28:23.203Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-08-10T13:28:23.203Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.036s coverage: 100.0% of statements [2020-08-10T13:28:23.203Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-08-10T13:28:23.203Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-08-10T13:28:23.203Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-08-10T13:28:23.203Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.035s coverage: 100.0% of statements [2020-08-10T13:28:23.203Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-08-10T13:28:23.479Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.055s coverage: 100.0% of statements [2020-08-10T13:28:23.479Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-08-10T13:28:24.588Z] ---> Running in b38b4b9c5248 [2020-08-10T13:28:28.006Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-10T13:28:28.006Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-10T13:28:28.627Z] v3.12.0-216-gaf4199bc57 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-10T13:28:28.627Z] v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-10T13:28:28.627Z] OK: 12749 distinct packages available [2020-08-10T13:28:28.930Z] OK: 233 MiB in 51 packages [2020-08-10T13:28:28.930Z] Removing intermediate container b935b6b33f02 [2020-08-10T13:28:28.930Z] ---> 677199c3d9f6 [2020-08-10T13:28:28.930Z] [2020-08-10T13:28:28.930Z] Step 10/21 : FROM scratch [2020-08-10T13:28:28.930Z] ---> [2020-08-10T13:28:28.930Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-10T13:28:28.930Z] ---> 68990051a324 [2020-08-10T13:28:28.930Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-08-10T13:28:29.218Z] ---> Running in 9d05a586f120 [2020-08-10T13:28:30.198Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.219s coverage: 29.1% of statements [2020-08-10T13:28:30.198Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-08-10T13:28:30.198Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-08-10T13:28:30.198Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-08-10T13:28:30.198Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-08-10T13:28:30.198Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-08-10T13:28:30.198Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.050s coverage: 99.0% of statements [2020-08-10T13:28:30.198Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-08-10T13:28:30.198Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.074s coverage: 100.0% of statements [2020-08-10T13:28:30.198Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-08-10T13:28:30.198Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.014s coverage: 0.0% of statements [2020-08-10T13:28:30.198Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-08-10T13:28:30.198Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.019s coverage: 100.0% of statements [2020-08-10T13:28:30.198Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-08-10T13:28:30.198Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-08-10T13:28:30.198Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-08-10T13:28:30.198Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-08-10T13:28:30.215Z] ---> Using cache [2020-08-10T13:28:30.215Z] ---> b3f6c5834bca [2020-08-10T13:28:30.215Z] Step 12/21 : ENV APP_PORT=48082 [2020-08-10T13:28:31.191Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.020s coverage: 87.9% of statements [2020-08-10T13:28:31.191Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-08-10T13:28:31.191Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-08-10T13:28:31.191Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.025s coverage: 100.0% of statements [2020-08-10T13:28:31.680Z] 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-10T13:28:31.967Z] ---> Running in 6f96f1207904 [2020-08-10T13:28:31.967Z] Removing intermediate container b38b4b9c5248 [2020-08-10T13:28:31.967Z] ---> a2ba9165b673 [2020-08-10T13:28:31.967Z] Step 5/29 : COPY go.mod . [2020-08-10T13:28:32.240Z] Removing intermediate container 6f96f1207904 [2020-08-10T13:28:32.240Z] ---> e4e3dee5709d [2020-08-10T13:28:32.240Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-10T13:28:32.521Z] ---> Running in 9d7f477188d6 [2020-08-10T13:28:33.153Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.014s coverage: 32.1% of statements [2020-08-10T13:28:33.534Z] ---> fb9249bf0810 [2020-08-10T13:28:33.534Z] Step 6/29 : RUN go mod download [2020-08-10T13:28:33.534Z] Removing intermediate container 9d7f477188d6 [2020-08-10T13:28:33.534Z] ---> f118bcf17cf7 [2020-08-10T13:28:33.534Z] Step 14/21 : WORKDIR / [2020-08-10T13:28:33.745Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.024s coverage: 100.0% of statements [2020-08-10T13:28:34.333Z] GO111MODULE=on go vet ./... [2020-08-10T13:28:34.964Z] ---> Running in ab9b2fed8b38 [2020-08-10T13:28:34.965Z] ---> Running in de9ade01479a [2020-08-10T13:28:37.608Z] Removing intermediate container de9ade01479a [2020-08-10T13:28:37.608Z] ---> 03d613f51ed0 [2020-08-10T13:28:37.608Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-08-10T13:28:38.577Z] ---> 8772a779ef65 [2020-08-10T13:28:38.577Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-08-10T13:28:41.175Z] ---> 202945e46525 [2020-08-10T13:28:41.175Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-08-10T13:28:41.452Z] ---> 0e52b5611c8c [2020-08-10T13:28:41.452Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2020-08-10T13:28:41.452Z] Removing intermediate container ab9b2fed8b38 [2020-08-10T13:28:41.452Z] ---> 3da54ba9c683 [2020-08-10T13:28:41.452Z] Step 7/29 : COPY . . [2020-08-10T13:28:41.452Z] ---> Running in 5c5f03a91d9c [2020-08-10T13:28:41.723Z] ---> 1265e8b486cb [2020-08-10T13:28:41.723Z] Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-10T13:28:41.723Z] ---> Running in 527ddf0ea106 [2020-08-10T13:28:42.607Z] 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-10T13:28:43.593Z] Removing intermediate container 527ddf0ea106 [2020-08-10T13:28:43.593Z] ---> 0ba9d71fcf39 [2020-08-10T13:28:43.593Z] Step 19/21 : LABEL arch=x86_64 [2020-08-10T13:28:46.178Z] ---> Running in 2f7e733e151e [2020-08-10T13:28:48.792Z] Removing intermediate container 2f7e733e151e [2020-08-10T13:28:48.792Z] ---> 8d15b83d68b4 [2020-08-10T13:28:48.792Z] Step 20/21 : LABEL git_sha=9f0651306d868a93c4f6d04f573f0b50f68ed542 [2020-08-10T13:28:50.204Z] ---> Running in 319953e036e1 [2020-08-10T13:28:51.207Z] Removing intermediate container 319953e036e1 [2020-08-10T13:28:51.207Z] ---> a11dfe8b3206 [2020-08-10T13:28:51.207Z] Step 21/21 : LABEL version=0.0.0 [2020-08-10T13:28:52.667Z] gofmt -l . [2020-08-10T13:28:52.667Z] [ "`gofmt -l .`" = "" ] [2020-08-10T13:28:53.867Z] ---> Running in d2ffbcbbea39 [2020-08-10T13:28:55.274Z] ./bin/test-go-mod-tidy.sh [2020-08-10T13:28:55.544Z] ./bin/test-attribution-txt.sh [2020-08-10T13:28:55.849Z] Removing intermediate container d2ffbcbbea39 [2020-08-10T13:28:55.849Z] ---> 2fd2a2285271 [2020-08-10T13:28:55.849Z] [2020-08-10T13:28:55.850Z] Successfully built 2fd2a2285271 [2020-08-10T13:28:55.850Z] Successfully tagged docker-core-command-go:latest [Pipeline] sh [2020-08-10T13:28:58.824Z] + ls -al . [2020-08-10T13:28:58.824Z] total 588 [2020-08-10T13:28:58.824Z] drwxrwxr-x 10 1001 1001 4096 Aug 10 13:28 . [2020-08-10T13:28:58.824Z] drwxr-xr-x 4 root root 4096 Aug 10 13:26 .. [2020-08-10T13:28:58.824Z] -rw-rw-r-- 1 1001 1001 11 Aug 10 13:24 .dockerignore [2020-08-10T13:28:58.824Z] drwxrwxr-x 8 1001 1001 4096 Aug 10 13:24 .git [2020-08-10T13:28:58.824Z] drwxrwxr-x 3 1001 1001 4096 Aug 10 13:24 .github [2020-08-10T13:28:58.824Z] -rw-rw-r-- 1 1001 1001 932 Aug 10 13:24 .gitignore [2020-08-10T13:28:58.824Z] drwxrwxr-x 3 1001 1001 4096 Aug 10 13:25 .semver [2020-08-10T13:28:58.824Z] -rw-rw-r-- 1 1001 1001 166 Aug 10 13:24 .sonarcloud.properties [2020-08-10T13:28:58.824Z] -rw-rw-r-- 1 1001 1001 3804 Aug 10 13:24 CONTRIBUTING.md [2020-08-10T13:28:58.824Z] -rw-rw-r-- 1 1001 1001 1035 Aug 10 13:24 Dockerfile.build [2020-08-10T13:28:58.824Z] -rw-rw-r-- 1 1001 1001 865 Aug 10 13:24 Jenkinsfile [2020-08-10T13:28:58.824Z] -rw-rw-r-- 1 1001 1001 10775 Aug 10 13:24 LICENSE [2020-08-10T13:28:58.824Z] -rw-rw-r-- 1 1001 1001 6237 Aug 10 13:24 Makefile [2020-08-10T13:28:58.824Z] -rw-rw-r-- 1 1001 1001 5652 Aug 10 13:24 README.md [2020-08-10T13:28:58.824Z] -rw-rw-r-- 1 1001 1001 7111 Aug 10 13:24 SECURITY.md [2020-08-10T13:28:58.824Z] -rw-rw-r-- 1 1001 1001 5 Aug 10 13:22 VERSION [2020-08-10T13:28:58.824Z] -rw-rw-r-- 1 1001 1001 4131 Aug 10 13:24 ZMQWindows.md [2020-08-10T13:28:58.824Z] drwxrwxr-x 2 1001 1001 4096 Aug 10 13:24 bin [2020-08-10T13:28:58.824Z] drwxrwxr-x 15 1001 1001 4096 Aug 10 13:24 cmd [2020-08-10T13:28:58.824Z] -rw-r--r-- 1 root root 455803 Aug 10 13:28 coverage.out [2020-08-10T13:28:58.824Z] -rw-r--r-- 1 root root 1019 Aug 10 13:28 go.mod [2020-08-10T13:28:58.824Z] -rw-r--r-- 1 root root 18146 Aug 10 13:28 go.sum [2020-08-10T13:28:58.824Z] drwxrwxr-x 8 1001 1001 4096 Aug 10 13:24 internal [2020-08-10T13:28:58.824Z] drwxrwxr-x 4 1001 1001 4096 Aug 10 13:24 openapi [2020-08-10T13:28:58.824Z] drwxrwxr-x 4 1001 1001 4096 Aug 10 13:24 snap [2020-08-10T13:28:58.824Z] -rw-rw-r-- 1 1001 1001 168 Aug 10 13:24 version.go [Pipeline] sh [2020-08-10T13:28:59.250Z]  Building docker-core-command-go ... done Removing intermediate container 8a469c0ff9cf [2020-08-10T13:28:59.250Z] ---> 9f167ef20b97 [2020-08-10T13:28:59.250Z] [2020-08-10T13:28:59.250Z] Step 10/21 : FROM scratch [2020-08-10T13:28:59.250Z] ---> [2020-08-10T13:28:59.250Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-10T13:28:59.250Z] ---> Using cache [2020-08-10T13:28:59.250Z] ---> b3f6c5834bca [2020-08-10T13:28:59.250Z] Step 12/21 : ENV APP_PORT=48081 [2020-08-10T13:28:59.495Z] + '[' -e coverage.out ] [2020-08-10T13:28:59.495Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-08-10T13:28:59.529Z] Warning: overwriting stash ‘coverage-report’ [2020-08-10T13:29:00.219Z] ---> Running in be5bc0375408 [2020-08-10T13:29:00.644Z] Stashed 1 file(s) [Pipeline] sh [2020-08-10T13:29:01.359Z] + make build [2020-08-10T13:29:01.359Z] 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-10T13:29:04.533Z] Removing intermediate container be5bc0375408 [2020-08-10T13:29:04.533Z] ---> 57c448054263 [2020-08-10T13:29:04.533Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-10T13:29:04.533Z] Removing intermediate container 9d05a586f120 [2020-08-10T13:29:04.533Z] ---> 04ac32a7a3ff [2020-08-10T13:29:04.533Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-08-10T13:29:04.533Z] ---> Running in 6d2dc6341d6a [2020-08-10T13:29:06.449Z] ---> Running in f9668dabd6a3 [2020-08-10T13:29:07.848Z] Removing intermediate container 6d2dc6341d6a [2020-08-10T13:29:07.848Z] ---> 3cc4e3ba02ad [2020-08-10T13:29:07.848Z] Step 14/21 : WORKDIR / [2020-08-10T13:29:07.848Z] ---> Running in e69624262195 [2020-08-10T13:29:07.848Z] ---> bf5570fc6317 [2020-08-10T13:29:07.848Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-08-10T13:29:07.848Z] ---> Running in c5539f20850d [2020-08-10T13:29:08.122Z] Removing intermediate container e69624262195 [2020-08-10T13:29:08.122Z] ---> 531e404606a7 [2020-08-10T13:29:08.122Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-08-10T13:29:08.122Z] 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-10T13:29:08.501Z] ---> 25aee85dbd44 [2020-08-10T13:29:08.501Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-08-10T13:29:08.781Z] 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-10T13:29:10.290Z] ---> 9e094f86e644 [2020-08-10T13:29:10.290Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-08-10T13:29:10.587Z] Removing intermediate container 5c5f03a91d9c [2020-08-10T13:29:10.587Z] ---> 1f092d45d9c6 [2020-08-10T13:29:10.587Z] [2020-08-10T13:29:10.587Z] Step 10/23 : FROM scratch [2020-08-10T13:29:10.587Z] ---> [2020-08-10T13:29:10.587Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-10T13:29:10.863Z] ---> Using cache [2020-08-10T13:29:10.863Z] ---> 0b6d4e1190dd [2020-08-10T13:29:10.863Z] Step 12/23 : ENV APP_PORT=48060 [2020-08-10T13:29:10.863Z] ---> Running in 0eda6971d70f [2020-08-10T13:29:11.151Z] ---> d8dfd88b877a [2020-08-10T13:29:11.151Z] Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-10T13:29:11.151Z] ---> Running in be4e502286f5 [2020-08-10T13:29:11.430Z] Removing intermediate container 0eda6971d70f [2020-08-10T13:29:11.430Z] ---> 88509393c6ea [2020-08-10T13:29:11.430Z] Step 13/23 : EXPOSE $APP_PORT [2020-08-10T13:29:11.732Z] Removing intermediate container f9668dabd6a3 [2020-08-10T13:29:11.732Z] ---> 53236bfce2e9 [2020-08-10T13:29:11.732Z] [2020-08-10T13:29:11.732Z] Step 11/26 : FROM docker:latest [2020-08-10T13:29:11.732Z] ---> 81f5749c9058 [2020-08-10T13:29:11.732Z] Step 12/26 : RUN apk add --no-cache bash [2020-08-10T13:29:11.732Z] ---> Running in 739d1f5eed9e [2020-08-10T13:29:11.732Z] Removing intermediate container be4e502286f5 [2020-08-10T13:29:11.732Z] ---> fc4f5bc3e6a5 [2020-08-10T13:29:11.732Z] Step 19/21 : LABEL arch=x86_64 [2020-08-10T13:29:11.732Z] ---> Running in 6ce51320c1b6 [2020-08-10T13:29:11.732Z] ---> Running in 8d32d816efea [2020-08-10T13:29:12.009Z] Removing intermediate container 739d1f5eed9e [2020-08-10T13:29:12.009Z] ---> b48db3dbb965 [2020-08-10T13:29:12.009Z] Step 14/23 : COPY --from=builder /bin/sh /bin/sh [2020-08-10T13:29:12.286Z] Removing intermediate container 8d32d816efea [2020-08-10T13:29:12.286Z] ---> 1b9d70583458 [2020-08-10T13:29:12.286Z] Step 20/21 : LABEL git_sha=9f0651306d868a93c4f6d04f573f0b50f68ed542 [2020-08-10T13:29:12.286Z] ---> Running in 290f0b886696 [2020-08-10T13:29:12.889Z] ---> 1efc5aa251b3 [2020-08-10T13:29:12.889Z] Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-08-10T13:29:12.889Z] Removing intermediate container 290f0b886696 [2020-08-10T13:29:12.889Z] ---> c29d60f1d6f8 [2020-08-10T13:29:12.889Z] Step 21/21 : LABEL version=0.0.0 [2020-08-10T13:29:12.889Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-10T13:29:12.889Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-10T13:29:12.889Z] ---> Running in e2783e0255a4 [2020-08-10T13:29:13.172Z] (1/2) Installing readline (8.0.4-r0) [2020-08-10T13:29:13.172Z] (2/2) Installing bash (5.0.17-r0) [2020-08-10T13:29:13.172Z] Removing intermediate container e2783e0255a4 [2020-08-10T13:29:13.172Z] ---> 792ddf7cb8f0 [2020-08-10T13:29:13.172Z] [2020-08-10T13:29:13.445Z] Executing bash-5.0.17-r0.post-install [2020-08-10T13:29:13.445Z] Executing busybox-1.31.1-r16.trigger [2020-08-10T13:29:13.445Z] OK: 12 MiB in 22 packages [2020-08-10T13:29:13.445Z] Successfully built 792ddf7cb8f0 [2020-08-10T13:29:14.399Z] Successfully tagged docker-core-metadata-go:latest [2020-08-10T13:29:14.991Z]  Building docker-core-metadata-go ... done  ---> 723c99351887 [2020-08-10T13:29:14.991Z] Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl [2020-08-10T13:29:15.602Z] Removing intermediate container 6ce51320c1b6 [2020-08-10T13:29:15.602Z] ---> 49587628704d [2020-08-10T13:29:15.602Z] Step 13/26 : RUN rm -rf /var/cache/apk/* [2020-08-10T13:29:15.602Z] ---> c4a64dbd70d5 [2020-08-10T13:29:15.602Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-08-10T13:29:15.602Z] ---> Running in 792dde3c58f9 [2020-08-10T13:29:15.897Z] ---> f6688557abae [2020-08-10T13:29:15.897Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-08-10T13:29:16.918Z] ---> d11d1b9c4e26 [2020-08-10T13:29:16.918Z] Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-08-10T13:29:17.189Z] Removing intermediate container 792dde3c58f9 [2020-08-10T13:29:17.189Z] ---> edd022225967 [2020-08-10T13:29:17.189Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-08-10T13:29:18.162Z] ---> Running in 11e142a3f0e4 [2020-08-10T13:29:18.162Z] ---> 0c8aed30f37b [2020-08-10T13:29:18.162Z] Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-10T13:29:18.431Z] ---> Running in 3c9a10a427be [2020-08-10T13:29:18.431Z] Removing intermediate container 11e142a3f0e4 [2020-08-10T13:29:18.431Z] ---> 796eb060174b [2020-08-10T13:29:18.431Z] Step 15/26 : ENV APP_PORT=48090 [2020-08-10T13:29:18.698Z] ---> Running in 46fe13a1819d [2020-08-10T13:29:18.698Z] Removing intermediate container 3c9a10a427be [2020-08-10T13:29:18.698Z] ---> 316406d2ed65 [2020-08-10T13:29:18.698Z] Step 21/23 : LABEL arch=x86_64 [2020-08-10T13:29:18.975Z] ---> Running in 52ddee576004 [2020-08-10T13:29:18.975Z] Removing intermediate container 46fe13a1819d [2020-08-10T13:29:18.975Z] ---> c84c8126bbc4 [2020-08-10T13:29:18.975Z] Step 16/26 : EXPOSE $APP_PORT [2020-08-10T13:29:18.975Z] ---> Running in f162dc79641b [2020-08-10T13:29:19.256Z] Removing intermediate container 52ddee576004 [2020-08-10T13:29:19.256Z] ---> 88a80b165580 [2020-08-10T13:29:19.256Z] Step 22/23 : LABEL git_sha=9f0651306d868a93c4f6d04f573f0b50f68ed542 [2020-08-10T13:29:19.256Z] ---> Running in 26f7639e33b2 [2020-08-10T13:29:19.520Z] Removing intermediate container f162dc79641b [2020-08-10T13:29:19.520Z] ---> d7bae38e15b9 [2020-08-10T13:29:19.520Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-08-10T13:29:19.520Z] Removing intermediate container 26f7639e33b2 [2020-08-10T13:29:19.520Z] ---> 8d664054f294 [2020-08-10T13:29:19.520Z] Step 23/23 : LABEL version=0.0.0 [2020-08-10T13:29:19.680Z] 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-10T13:29:19.794Z] ---> Running in 055e1161dc03 [2020-08-10T13:29:20.073Z] Removing intermediate container 055e1161dc03 [2020-08-10T13:29:20.073Z] ---> c3ae79c34d23 [2020-08-10T13:29:20.073Z] [2020-08-10T13:29:20.073Z] Successfully built c3ae79c34d23 [2020-08-10T13:29:20.073Z] Successfully tagged docker-support-notifications-go:latest [2020-08-10T13:29:20.073Z]  Building docker-support-notifications-go ... done  ---> a4d08e460bf7 [2020-08-10T13:29:20.073Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-08-10T13:29:20.657Z] ---> b408bb1adbdc [2020-08-10T13:29:20.657Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-08-10T13:29:21.248Z] ---> 82021e1cb469 [2020-08-10T13:29:21.248Z] Step 20/26 : RUN apk --no-cache add py-pip [2020-08-10T13:29:21.248Z] ---> Running in f48b8c2537ec [2020-08-10T13:29:21.860Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-10T13:29:21.860Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-10T13:29:22.124Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-08-10T13:29:22.124Z] (2/33) Installing expat (2.2.9-r1) [2020-08-10T13:29:22.124Z] (3/33) Installing libffi (3.3-r2) [2020-08-10T13:29:22.124Z] (4/33) Installing gdbm (1.13-r1) [2020-08-10T13:29:22.719Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-08-10T13:29:22.719Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-08-10T13:29:22.719Z] (7/33) Installing python3 (3.8.5-r0) [2020-08-10T13:29:22.719Z] Removing intermediate container c5539f20850d [2020-08-10T13:29:22.719Z] ---> d6aff5b00c3a [2020-08-10T13:29:22.719Z] [2020-08-10T13:29:22.719Z] Step 9/29 : FROM alpine:latest [2020-08-10T13:29:22.719Z] ---> a24bb4013296 [2020-08-10T13:29:22.719Z] 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-10T13:29:25.306Z] ---> Running in 5408cf51a26f [2020-08-10T13:29:25.306Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-08-10T13:29:25.306Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-08-10T13:29:25.306Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-08-10T13:29:25.306Z] (11/33) Installing py3-six (1.15.0-r0) [2020-08-10T13:29:26.254Z] (12/33) Installing py3-packaging (20.4-r0) [2020-08-10T13:29:27.238Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-08-10T13:29:27.238Z] Removing intermediate container 5408cf51a26f [2020-08-10T13:29:27.238Z] ---> a8cca21b528d [2020-08-10T13:29:27.238Z] Step 11/29 : USER root [2020-08-10T13:29:27.238Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-08-10T13:29:27.504Z] (15/33) Installing py3-idna (2.9-r0) [2020-08-10T13:29:28.079Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-08-10T13:29:28.079Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-08-10T13:29:28.079Z] ---> Running in 509e2340c4b1 [2020-08-10T13:29:28.079Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-08-10T13:29:28.079Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-08-10T13:29:28.079Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-08-10T13:29:28.079Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-08-10T13:29:28.079Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-08-10T13:29:28.079Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-08-10T13:29:28.079Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-08-10T13:29:28.079Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-08-10T13:29:28.079Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-08-10T13:29:29.029Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-08-10T13:29:29.029Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-08-10T13:29:29.029Z] Removing intermediate container 509e2340c4b1 [2020-08-10T13:29:29.029Z] ---> 731724bf79aa [2020-08-10T13:29:29.029Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-08-10T13:29:29.029Z] (29/33) Installing py3-progress (1.5-r0) [2020-08-10T13:29:29.029Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-08-10T13:29:29.294Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-08-10T13:29:29.294Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-08-10T13:29:29.294Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-08-10T13:29:29.558Z] ---> Running in c960f004d0d3 [2020-08-10T13:29:29.558Z] Executing busybox-1.31.1-r16.trigger [2020-08-10T13:29:29.558Z] OK: 71 MiB in 55 packages [2020-08-10T13:29:29.810Z] 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-10T13:29:30.138Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-10T13:29:30.138Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-10T13:29:30.408Z] v3.12.0-216-gaf4199bc57 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-10T13:29:30.408Z] v3.12.0-221-gbea860da8e [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-10T13:29:30.408Z] OK: 12749 distinct packages available [2020-08-10T13:29:30.683Z] (1/2) Installing ca-certificates (20191127-r4) [2020-08-10T13:29:30.683Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-08-10T13:29:30.683Z] Executing busybox-1.31.1-r16.trigger [2020-08-10T13:29:30.683Z] Executing ca-certificates-20191127-r4.trigger [2020-08-10T13:29:30.947Z] OK: 6 MiB in 16 packages [2020-08-10T13:29:34.108Z] 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-10T13:29:35.197Z] Removing intermediate container f48b8c2537ec [2020-08-10T13:29:35.198Z] ---> f059e2361193 [2020-08-10T13:29:35.198Z] Step 21/26 : RUN pip install docker-compose==1.23.2 [2020-08-10T13:29:35.461Z] Removing intermediate container c960f004d0d3 [2020-08-10T13:29:35.461Z] ---> ce6aeb71d2ae [2020-08-10T13:29:35.461Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-08-10T13:29:35.731Z] ---> Running in 65dd1a3d187c [2020-08-10T13:29:35.731Z] ---> Running in 282882a05252 [2020-08-10T13:29:35.995Z] Removing intermediate container 282882a05252 [2020-08-10T13:29:35.995Z] ---> 03a981665f52 [2020-08-10T13:29:35.995Z] Step 14/29 : WORKDIR $BASE_DIR [2020-08-10T13:29:35.995Z] ---> Running in ed818b43f1b7 [2020-08-10T13:29:36.260Z] Removing intermediate container ed818b43f1b7 [2020-08-10T13:29:36.260Z] ---> 075a32806324 [2020-08-10T13:29:36.260Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-08-10T13:29:36.260Z] ---> Running in 6e4a385047db [2020-08-10T13:29:37.213Z] Removing intermediate container 6e4a385047db [2020-08-10T13:29:37.213Z] ---> 4b5959b193cb [2020-08-10T13:29:37.213Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-08-10T13:29:37.213Z] Collecting docker-compose==1.23.2 [2020-08-10T13:29:37.213Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-08-10T13:29:37.477Z] Collecting PyYAML<4,>=3.10 [2020-08-10T13:29:37.477Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-08-10T13:29:38.419Z] 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-10T13:29:38.875Z] ---> f26994e57144 [2020-08-10T13:29:38.875Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-08-10T13:29:39.140Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-08-10T13:29:39.140Z] ---> 75a80f6173d0 [2020-08-10T13:29:39.140Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-08-10T13:29:39.140Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-08-10T13:29:39.402Z] Collecting docker<4.0,>=3.6.0 [2020-08-10T13:29:39.402Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-08-10T13:29:39.668Z] Collecting dockerpty<0.5,>=0.4.1 [2020-08-10T13:29:39.668Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-08-10T13:29:39.668Z] ---> d78aa1e77634 [2020-08-10T13:29:39.668Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-08-10T13:29:39.931Z] ---> b9d2af4b0518 [2020-08-10T13:29:39.931Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-08-10T13:29:40.203Z] Collecting cached-property<2,>=1.2.0 [2020-08-10T13:29:40.203Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-08-10T13:29:40.203Z] Collecting docopt<0.7,>=0.6.1 [2020-08-10T13:29:40.203Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-08-10T13:29:40.203Z] ---> 01d4020e2435 [2020-08-10T13:29:40.204Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-08-10T13:29:40.467Z] ---> Running in ce1df2315233 [2020-08-10T13:29:40.734Z] Collecting jsonschema<3,>=2.5.1 [2020-08-10T13:29:40.734Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-08-10T13:29:40.999Z] Collecting texttable<0.10,>=0.9.0 [2020-08-10T13:29:40.999Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-08-10T13:29:41.266Z] Removing intermediate container ce1df2315233 [2020-08-10T13:29:41.266Z] ---> 79a7cb783c36 [2020-08-10T13:29:41.266Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-08-10T13:29:41.531Z] Collecting websocket-client<1.0,>=0.32.0 [2020-08-10T13:29:41.531Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-08-10T13:29:41.531Z] ---> 91744ac68a62 [2020-08-10T13:29:41.531Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-10T13:29:41.531Z] 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-10T13:29:41.531Z] ---> Running in 0e2761025a6b [2020-08-10T13:29:41.795Z] Collecting urllib3<1.25,>=1.21.1 [2020-08-10T13:29:41.795Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-08-10T13:29:41.795Z] 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-10T13:29:41.795Z] Collecting idna<2.8,>=2.5 [2020-08-10T13:29:41.795Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-08-10T13:29:41.795Z] 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-10T13:29:42.058Z] Collecting docker-pycreds>=0.4.0 [2020-08-10T13:29:42.058Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-08-10T13:29:42.058Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-08-10T13:29:42.058Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-08-10T13:29:42.058Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-08-10T13:29:42.058Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-08-10T13:29:42.058Z] Installing collected packages: PyYAML, urllib3, idna, requests, docker-pycreds, websocket-client, docker, dockerpty, cached-property, docopt, jsonschema, texttable, docker-compose [2020-08-10T13:29:42.058Z] Running setup.py install for PyYAML: started [2020-08-10T13:29:42.637Z] Removing intermediate container 0e2761025a6b [2020-08-10T13:29:42.637Z] ---> 680fe418beb7 [2020-08-10T13:29:42.637Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-08-10T13:29:42.637Z] ---> Running in 256116b3913f [2020-08-10T13:29:42.637Z] Running setup.py install for PyYAML: finished with status 'done' [2020-08-10T13:29:42.637Z] Attempting uninstall: urllib3 [2020-08-10T13:29:42.637Z] Found existing installation: urllib3 1.25.9 [2020-08-10T13:29:42.637Z] Uninstalling urllib3-1.25.9: [2020-08-10T13:29:42.908Z] Successfully uninstalled urllib3-1.25.9 [2020-08-10T13:29:42.908Z] Attempting uninstall: idna [2020-08-10T13:29:42.908Z] Found existing installation: idna 2.9 [2020-08-10T13:29:43.173Z] Uninstalling idna-2.9: [2020-08-10T13:29:43.173Z] Successfully uninstalled idna-2.9 [2020-08-10T13:29:43.173Z] Attempting uninstall: requests [2020-08-10T13:29:43.173Z] Found existing installation: requests 2.23.0 [2020-08-10T13:29:43.173Z] Uninstalling requests-2.23.0: [2020-08-10T13:29:43.437Z] Successfully uninstalled requests-2.23.0 [2020-08-10T13:29:45.116Z] 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-10T13:29:45.370Z] Running setup.py install for dockerpty: started [2020-08-10T13:29:45.370Z] Removing intermediate container 256116b3913f [2020-08-10T13:29:45.370Z] ---> a9e073e21776 [2020-08-10T13:29:45.370Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-08-10T13:29:45.370Z] ---> Running in 732dcff393ec [2020-08-10T13:29:45.370Z] Removing intermediate container 732dcff393ec [2020-08-10T13:29:45.370Z] ---> 058d7fc31b2b [2020-08-10T13:29:45.370Z] Step 26/29 : CMD [ "generate" ] [2020-08-10T13:29:45.370Z] Running setup.py install for dockerpty: finished with status 'done' [2020-08-10T13:29:45.387Z] 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-10T13:29:45.632Z] Running setup.py install for docopt: started [2020-08-10T13:29:45.632Z] ---> Running in ce6fd670d3e2 [2020-08-10T13:29:45.632Z] Removing intermediate container ce6fd670d3e2 [2020-08-10T13:29:45.632Z] ---> 189d7bf1cddf [2020-08-10T13:29:45.632Z] Step 27/29 : LABEL arch=x86_64 [2020-08-10T13:29:45.632Z] ---> Running in cccd3b990e3f [2020-08-10T13:29:45.902Z] Removing intermediate container cccd3b990e3f [2020-08-10T13:29:45.902Z] ---> afa725ffb3f7 [2020-08-10T13:29:45.902Z] Step 28/29 : LABEL git_sha=9f0651306d868a93c4f6d04f573f0b50f68ed542 [2020-08-10T13:29:45.902Z] ---> Running in 7336ec2784d7 [2020-08-10T13:29:45.902Z] Running setup.py install for docopt: finished with status 'done' [2020-08-10T13:29:46.226Z] Running setup.py install for texttable: started [2020-08-10T13:29:46.226Z] Removing intermediate container 7336ec2784d7 [2020-08-10T13:29:46.226Z] ---> 82c25b489986 [2020-08-10T13:29:46.226Z] Step 29/29 : LABEL version=0.0.0 [2020-08-10T13:29:46.226Z] ---> Running in 23482925a191 [2020-08-10T13:29:46.510Z] Removing intermediate container 23482925a191 [2020-08-10T13:29:46.510Z] ---> 15fb898bc904 [2020-08-10T13:29:46.510Z] [2020-08-10T13:29:46.510Z] Successfully built 15fb898bc904 [2020-08-10T13:29:46.510Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-08-10T13:29:46.510Z]  Building docker-security-secrets-setup-go ... done  Running setup.py install for texttable: finished with status 'done' [2020-08-10T13:29:46.772Z] 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-10T13:29:49.339Z] Removing intermediate container 65dd1a3d187c [2020-08-10T13:29:49.339Z] ---> 439611ebcb96 [2020-08-10T13:29:49.339Z] Step 22/26 : RUN apk --no-cache add curl [2020-08-10T13:29:49.339Z] ---> Running in ab9484eb5ab4 [2020-08-10T13:29:49.603Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-10T13:29:49.603Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-10T13:29:49.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-10T13:29:49.865Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-08-10T13:29:49.865Z] (2/3) Installing libcurl (7.69.1-r0) [2020-08-10T13:29:49.865Z] (3/3) Installing curl (7.69.1-r0) [2020-08-10T13:29:49.865Z] Executing busybox-1.31.1-r16.trigger [2020-08-10T13:29:49.865Z] OK: 72 MiB in 58 packages [2020-08-10T13:29:50.445Z] Removing intermediate container ab9484eb5ab4 [2020-08-10T13:29:50.445Z] ---> a71563d8e310 [2020-08-10T13:29:50.445Z] Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-10T13:29:50.445Z] ---> Running in 37734cacd89b [2020-08-10T13:29:50.707Z] Removing intermediate container 37734cacd89b [2020-08-10T13:29:50.707Z] ---> de46f438b629 [2020-08-10T13:29:50.707Z] Step 24/26 : LABEL arch=x86_64 [2020-08-10T13:29:50.707Z] ---> Running in b6f81940b785 [2020-08-10T13:29:50.707Z] Removing intermediate container b6f81940b785 [2020-08-10T13:29:50.707Z] ---> a9dad1c810dd [2020-08-10T13:29:50.707Z] Step 25/26 : LABEL git_sha=9f0651306d868a93c4f6d04f573f0b50f68ed542 [2020-08-10T13:29:50.970Z] ---> Running in 29b99f745671 [2020-08-10T13:29:50.970Z] Removing intermediate container 29b99f745671 [2020-08-10T13:29:50.970Z] ---> dda3e687823f [2020-08-10T13:29:50.970Z] Step 26/26 : LABEL version=0.0.0 [2020-08-10T13:29:51.230Z] ---> Running in 3a2844030e2e [2020-08-10T13:29:51.230Z] Removing intermediate container 3a2844030e2e [2020-08-10T13:29:51.230Z] ---> 6357caddf356 [2020-08-10T13:29:51.230Z] [2020-08-10T13:29:51.490Z] Successfully built 6357caddf356 [2020-08-10T13:29:51.490Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-08-10T13:29:51.774Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-08-10T13:29:51.839Z] $ docker stop --time=1 876c2d1e00f5186fd9f98a66be73db9a02400f1494ec981c49d5c5b8e7e4a942 [2020-08-10T13:29:53.565Z] $ docker rm -f 876c2d1e00f5186fd9f98a66be73db9a02400f1494ec981c49d5c5b8e7e4a942 [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-10T13:29:54.841Z] + docker images [2020-08-10T13:29:54.841Z] + grep docker [2020-08-10T13:29:54.841Z] docker-sys-mgmt-agent-go latest 6357caddf356 3 seconds ago 284MB [2020-08-10T13:29:54.841Z] docker-security-secrets-setup-go latest 15fb898bc904 8 seconds ago 25.1MB [2020-08-10T13:29:54.841Z] docker-support-notifications-go latest c3ae79c34d23 35 seconds ago 14.4MB [2020-08-10T13:29:54.841Z] docker-core-metadata-go latest 792ddf7cb8f0 41 seconds ago 14.4MB [2020-08-10T13:29:54.841Z] docker-core-command-go latest 2fd2a2285271 About a minute ago 13MB [2020-08-10T13:29:54.841Z] docker-security-secretstore-setup-go latest 5d1b9aa7b384 About a minute ago 33.9MB [2020-08-10T13:29:54.841Z] docker-core-data-go latest 250cedf744da 2 minutes ago 23.8MB [2020-08-10T13:29:54.841Z] docker-security-proxy-setup-go latest 862a477ec177 2 minutes ago 16.4MB [2020-08-10T13:29:54.841Z] docker-support-scheduler-go latest 8d663c4e21b0 2 minutes ago 13.1MB [2020-08-10T13:29:54.841Z] docker-support-logging-go latest 967c2a3cf5fe 2 minutes ago 11.8MB [2020-08-10T13:29:54.841Z] docker latest 81f5749c9058 6 weeks ago 211MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [2020-08-10T13:29:55.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 [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-10T13:29:59.351Z] 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-10T13:30:03.649Z] 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-10T13:30:07.941Z] 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-10T13:30:12.240Z] 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-10T13:30:15.637Z] $ docker stop --time=1 194672fd94ef1510e9eca7c94ff15e7597dccd0a6df6b17b22a8aad36e95b119 [2020-08-10T13:30:17.981Z] $ docker rm -f 194672fd94ef1510e9eca7c94ff15e7597dccd0a6df6b17b22a8aad36e95b119 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-10T13:30:19.907Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-10T13:30:19.907Z] [2020-08-10T13:30:19.907Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-08-10T13:30:20.332Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-10T13:30:20.651Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-08-10T13:30:20.651Z] 29e5d40040c1: Pulling fs layer [2020-08-10T13:30:20.651Z] 1ce36da41761: Pulling fs layer [2020-08-10T13:30:20.651Z] 25b303627fd3: Pulling fs layer [2020-08-10T13:30:20.945Z] 29e5d40040c1: Verifying Checksum [2020-08-10T13:30:20.945Z] 29e5d40040c1: Download complete [2020-08-10T13:30:21.569Z] 1ce36da41761: Verifying Checksum [2020-08-10T13:30:21.569Z] 1ce36da41761: Download complete [2020-08-10T13:30:21.838Z] 29e5d40040c1: Pull complete [2020-08-10T13:30:22.819Z] 1ce36da41761: Pull complete [2020-08-10T13:30:23.093Z] 25b303627fd3: Verifying Checksum [2020-08-10T13:30:23.093Z] 25b303627fd3: Download complete [2020-08-10T13:30:33.222Z] 25b303627fd3: Pull complete [2020-08-10T13:30:33.222Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-08-10T13:30:33.222Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-10T13:30:33.222Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-08-10T13:30:33.474Z] prd-ubuntu18.04-docker-arm64-4c-16g-3264 does not seem to be running inside a container [2020-08-10T13:30:33.533Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-08-10T13:30:36.967Z] $ docker top 68914bdd823d946e72396f481269fe59f9d82cef313a3ddb1dbec5863490af2d -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-10T13:30:38.392Z] + docker-compose build --help [2020-08-10T13:30:38.392Z] + grep parallel [2020-08-10T13:30:41.757Z] --parallel Build images in parallel. [Pipeline] } [2020-08-10T13:30:41.776Z] $ docker stop --time=1 68914bdd823d946e72396f481269fe59f9d82cef313a3ddb1dbec5863490af2d [2020-08-10T13:30:43.787Z] $ docker rm -f 68914bdd823d946e72396f481269fe59f9d82cef313a3ddb1dbec5863490af2d [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-10T13:30:44.765Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-10T13:30:44.765Z] . [Pipeline] withDockerContainer [2020-08-10T13:30:45.051Z] prd-ubuntu18.04-docker-arm64-4c-16g-3264 does not seem to be running inside a container [2020-08-10T13:30:45.112Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-08-10T13:30:46.580Z] $ docker top e2c8f62d8add73507760718dde894aafd2450d3eb874a402134c42361395b976 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-10T13:30:47.656Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-08-10T13:30:51.942Z] Building docker-core-command-go ... [2020-08-10T13:30:51.942Z] Building docker-core-data-go ... [2020-08-10T13:30:51.942Z] Building docker-core-metadata-go ... [2020-08-10T13:30:51.942Z] Building docker-security-proxy-setup-go ... [2020-08-10T13:30:51.942Z] Building docker-security-secrets-setup-go ... [2020-08-10T13:30:51.942Z] Building docker-security-secretstore-setup-go ... [2020-08-10T13:30:51.942Z] Building docker-support-logging-go ... [2020-08-10T13:30:51.942Z] Building docker-support-notifications-go ... [2020-08-10T13:30:51.942Z] Building docker-support-scheduler-go ... [2020-08-10T13:30:51.942Z] Building docker-sys-mgmt-agent-go ... [2020-08-10T13:30:51.942Z] Building docker-core-command-go [2020-08-10T13:30:51.942Z] Building docker-support-scheduler-go [2020-08-10T13:30:51.942Z] Building docker-core-metadata-go [2020-08-10T13:30:51.942Z] Building docker-security-secrets-setup-go [2020-08-10T13:30:51.942Z] Building docker-sys-mgmt-agent-go [2020-08-10T13:32:58.741Z] Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-10T13:32:58.741Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-08-10T13:32:58.741Z] ---> 6301abeaaf71 [2020-08-10T13:32:58.741Z] Step 3/29 : WORKDIR /edgex-go [2020-08-10T13:32:58.741Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-10T13:32:58.742Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-10T13:32:58.742Z] ---> 6301abeaaf71 [2020-08-10T13:32:58.742Z] Step 3/21 : WORKDIR /edgex-go [2020-08-10T13:32:58.742Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-10T13:32:58.742Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-10T13:32:58.742Z] ---> 6301abeaaf71 [2020-08-10T13:32:58.742Z] Step 3/21 : WORKDIR /edgex-go [2020-08-10T13:32:58.742Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-10T13:32:58.742Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-08-10T13:32:58.742Z] ---> 6301abeaaf71 [2020-08-10T13:32:58.742Z] Step 3/20 : WORKDIR /edgex-go [2020-08-10T13:32:58.742Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-10T13:32:58.742Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-08-10T13:32:58.742Z] ---> 6301abeaaf71 [2020-08-10T13:32:58.742Z] Step 3/26 : WORKDIR /edgex-go [2020-08-10T13:32:58.742Z] ---> Running in 0ed886eb998e [2020-08-10T13:32:58.742Z] ---> Running in 6e974bc65fa0 [2020-08-10T13:32:58.742Z] ---> Running in a3296ed4da0c [2020-08-10T13:32:58.742Z] ---> Running in 1a117b0f0489 [2020-08-10T13:32:58.742Z] ---> Running in cd1181e0a09f [2020-08-10T13:32:58.742Z] Removing intermediate container 6e974bc65fa0 [2020-08-10T13:32:58.742Z] ---> 92028fc1e4d6 [2020-08-10T13:32:58.742Z] Removing intermediate container a3296ed4da0c [2020-08-10T13:32:58.742Z] ---> 1f277be9f642 [2020-08-10T13:32:58.742Z] Removing intermediate container cd1181e0a09f [2020-08-10T13:32:58.742Z] ---> c53f68e32540 [2020-08-10T13:32:58.742Z] Step 4/29 : RUN apk update && apk add make git [2020-08-10T13:32:58.742Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-10T13:32:58.742Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-10T13:32:58.742Z] Removing intermediate container 0ed886eb998e [2020-08-10T13:32:58.742Z] ---> aca17da15306 [2020-08-10T13:32:58.742Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-10T13:32:58.742Z] Removing intermediate container 1a117b0f0489 [2020-08-10T13:32:58.742Z] ---> 5f92c525865b [2020-08-10T13:32:58.742Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-10T13:32:58.742Z] ---> Running in b20e077ec0f1 [2020-08-10T13:32:58.742Z] ---> Running in 618f46738502 [2020-08-10T13:32:58.742Z] ---> Running in 4df535ce933e [2020-08-10T13:32:58.742Z] ---> Running in b4b62c161ffa [2020-08-10T13:32:58.742Z] ---> Running in cfd03e7e4b9c [2020-08-10T13:32:58.742Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-10T13:32:58.742Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-10T13:32:58.742Z] v3.12.0-216-gaf4199bc57 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-10T13:32:58.742Z] v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-10T13:32:58.742Z] OK: 12620 distinct packages available [2020-08-10T13:32:58.742Z] Removing intermediate container 618f46738502 [2020-08-10T13:32:58.742Z] ---> 1e44dd9ddda6 [2020-08-10T13:32:58.742Z] Step 5/21 : RUN apk update && apk add make git [2020-08-10T13:32:58.742Z] Removing intermediate container b4b62c161ffa [2020-08-10T13:32:58.742Z] ---> bd4e21e2f9e7 [2020-08-10T13:32:58.742Z] Step 5/21 : RUN apk update && apk add make git [2020-08-10T13:32:58.742Z] ---> Running in 0c5abd8f4daf [2020-08-10T13:32:58.742Z] ---> Running in 5aee64a360d0 [2020-08-10T13:32:58.742Z] OK: 217 MiB in 51 packages [2020-08-10T13:32:58.742Z] Removing intermediate container 4df535ce933e [2020-08-10T13:32:58.742Z] ---> 6d7cb08b4107 [2020-08-10T13:32:58.742Z] Step 5/20 : RUN apk update && apk add make git [2020-08-10T13:32:58.742Z] Removing intermediate container cfd03e7e4b9c [2020-08-10T13:32:58.742Z] ---> 76eaceb1de61 [2020-08-10T13:32:58.742Z] Step 5/26 : RUN apk update && apk add make bash git [2020-08-10T13:32:58.742Z] ---> Running in e2d03233a7e1 [2020-08-10T13:32:58.742Z] ---> Running in 4a2f5b9854d1 [2020-08-10T13:32:58.742Z] Removing intermediate container b20e077ec0f1 [2020-08-10T13:32:58.742Z] ---> 90941e580c72 [2020-08-10T13:32:58.742Z] Step 5/29 : COPY go.mod . [2020-08-10T13:32:58.742Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-10T13:32:58.742Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-10T13:32:58.742Z] ---> 30364b8aaf5f [2020-08-10T13:32:58.742Z] Step 6/29 : RUN go mod download [2020-08-10T13:32:58.742Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-10T13:32:58.742Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-10T13:32:58.742Z] ---> Running in 18ac68a30086 [2020-08-10T13:32:58.742Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-10T13:32:59.027Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-10T13:32:59.308Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-10T13:32:59.593Z] v3.12.0-216-gaf4199bc57 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-10T13:32:59.593Z] v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-10T13:32:59.593Z] OK: 12620 distinct packages available [2020-08-10T13:32:59.868Z] v3.12.0-216-gaf4199bc57 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-10T13:32:59.868Z] v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-10T13:32:59.868Z] OK: 12620 distinct packages available [2020-08-10T13:32:59.868Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-10T13:33:00.142Z] v3.12.0-216-gaf4199bc57 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-10T13:33:00.142Z] v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-10T13:33:00.142Z] OK: 12620 distinct packages available [2020-08-10T13:33:00.416Z] OK: 217 MiB in 51 packages [2020-08-10T13:33:00.732Z] OK: 217 MiB in 51 packages [2020-08-10T13:33:00.732Z] v3.12.0-216-gaf4199bc57 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-10T13:33:00.732Z] v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-10T13:33:00.732Z] OK: 12620 distinct packages available [2020-08-10T13:33:01.031Z] OK: 217 MiB in 51 packages [2020-08-10T13:33:02.172Z] OK: 217 MiB in 51 packages [2020-08-10T13:33:02.773Z] Removing intermediate container 0c5abd8f4daf [2020-08-10T13:33:02.773Z] ---> 277925062591 [2020-08-10T13:33:02.773Z] Step 6/21 : COPY go.mod . [2020-08-10T13:33:03.060Z] Removing intermediate container 5aee64a360d0 [2020-08-10T13:33:03.060Z] Removing intermediate container e2d03233a7e1 [2020-08-10T13:33:03.060Z] ---> 87d2546bbd2b [2020-08-10T13:33:03.060Z] Step 6/21 : COPY go.mod . [2020-08-10T13:33:03.060Z] ---> a1dd4a9880ec [2020-08-10T13:33:03.060Z] Step 6/20 : COPY go.mod . [2020-08-10T13:33:03.655Z] Removing intermediate container 4a2f5b9854d1 [2020-08-10T13:33:03.656Z] ---> 633579850a00 [2020-08-10T13:33:03.656Z] Step 6/26 : COPY go.mod . [2020-08-10T13:33:03.656Z] Removing intermediate container 18ac68a30086 [2020-08-10T13:33:03.656Z] ---> 435d32cd56ad [2020-08-10T13:33:03.656Z] Step 7/29 : COPY . . [2020-08-10T13:33:03.931Z] ---> f23bf9c3f357 [2020-08-10T13:33:03.931Z] Step 7/21 : RUN go mod download [2020-08-10T13:33:04.210Z] ---> Running in fd7464e6e875 [2020-08-10T13:33:04.210Z] ---> 527c16160b62 [2020-08-10T13:33:04.210Z] Step 7/21 : RUN go mod download [2020-08-10T13:33:04.210Z] ---> 21add3ea92f5 [2020-08-10T13:33:04.210Z] Step 7/20 : RUN go mod download [2020-08-10T13:33:08.533Z] ---> Running in fa0383d31ed2 [2020-08-10T13:33:08.533Z] ---> Running in 10bc8670bd3c [2020-08-10T13:33:08.533Z] ---> b581a91737fa [2020-08-10T13:33:08.533Z] Step 7/26 : RUN go mod download [2020-08-10T13:33:08.533Z] ---> Running in ea5f810ebf2b [2020-08-10T13:33:12.878Z] Removing intermediate container fd7464e6e875 [2020-08-10T13:33:12.878Z] ---> eb7d842e999b [2020-08-10T13:33:12.878Z] Step 8/21 : COPY . . [2020-08-10T13:33:13.870Z] Removing intermediate container 10bc8670bd3c [2020-08-10T13:33:13.870Z] ---> 767d9f16743a [2020-08-10T13:33:13.870Z] Step 8/20 : COPY . . [2020-08-10T13:33:13.870Z] Removing intermediate container ea5f810ebf2b [2020-08-10T13:33:13.870Z] ---> a20448c2e091 [2020-08-10T13:33:13.870Z] Step 8/26 : COPY . . [2020-08-10T13:33:14.148Z] Removing intermediate container fa0383d31ed2 [2020-08-10T13:33:14.148Z] ---> 20161c963dad [2020-08-10T13:33:14.148Z] Step 8/21 : COPY . . [2020-08-10T13:33:32.485Z] ---> 189639930095 [2020-08-10T13:33:32.485Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-08-10T13:33:37.916Z] ---> Running in af62bbe47203 [2020-08-10T13:33:37.916Z] ---> c6228c7b4281 [2020-08-10T13:33:37.916Z] Step 9/21 : RUN make cmd/core-command/core-command [2020-08-10T13:33:37.916Z] ---> c933ea0546e6 [2020-08-10T13:33:37.916Z] Step 9/20 : RUN make cmd/support-scheduler/support-scheduler [2020-08-10T13:33:37.916Z] ---> 938dccec3d77 [2020-08-10T13:33:37.916Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-08-10T13:33:38.190Z] ---> Running in c2a7e909822c [2020-08-10T13:33:38.190Z] ---> 4750b2894cf1 [2020-08-10T13:33:38.190Z] Step 9/21 : RUN make cmd/core-metadata/core-metadata [2020-08-10T13:33:38.190Z] ---> Running in 5b15b8fcd112 [2020-08-10T13:33:38.190Z] ---> Running in b3809758b966 [2020-08-10T13:33:38.463Z] ---> Running in f9f9d9db7096 [2020-08-10T13:33:39.454Z] 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-10T13:33:40.899Z] 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-10T13:33:41.179Z] 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-10T13:33:41.463Z] 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-10T13:33:41.464Z] 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-10T13:35:03.337Z] Removing intermediate container af62bbe47203 [2020-08-10T13:35:03.337Z] ---> 16973041da14 [2020-08-10T13:35:03.337Z] [2020-08-10T13:35:03.337Z] Step 9/29 : FROM alpine:latest [2020-08-10T13:35:03.337Z] latest: Pulling from library/alpine [2020-08-10T13:35:03.337Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-08-10T13:35:03.337Z] Status: Downloaded newer image for alpine:latest [2020-08-10T13:35:03.337Z] ---> 62ee0e9f8440 [2020-08-10T13:35:03.337Z] 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-10T13:35:03.337Z] ---> Running in 5a16efddb877 [2020-08-10T13:35:03.337Z] Removing intermediate container 5a16efddb877 [2020-08-10T13:35:03.337Z] ---> 094d98b028e1 [2020-08-10T13:35:03.337Z] Step 11/29 : USER root [2020-08-10T13:35:03.337Z] ---> Running in fc41aa12d4c1 [2020-08-10T13:35:03.337Z] Removing intermediate container fc41aa12d4c1 [2020-08-10T13:35:03.337Z] ---> 2d792fbdcbf6 [2020-08-10T13:35:03.337Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-08-10T13:35:03.337Z] ---> Running in 49bc25f78033 [2020-08-10T13:35:03.337Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-10T13:35:03.337Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-10T13:35:04.319Z] v3.12.0-216-gaf4199bc57 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-10T13:35:04.319Z] v3.12.0-221-gbea860da8e [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-10T13:35:04.319Z] OK: 12620 distinct packages available [2020-08-10T13:35:04.917Z] (1/2) Installing ca-certificates (20191127-r4) [2020-08-10T13:35:05.191Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-08-10T13:35:05.191Z] Executing busybox-1.31.1-r16.trigger [2020-08-10T13:35:05.191Z] Executing ca-certificates-20191127-r4.trigger [2020-08-10T13:35:05.467Z] OK: 6 MiB in 16 packages [2020-08-10T13:35:08.129Z] Removing intermediate container 49bc25f78033 [2020-08-10T13:35:08.129Z] ---> 02525aa9e39f [2020-08-10T13:35:08.129Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-08-10T13:35:08.404Z] ---> Running in f05e103a4201 [2020-08-10T13:35:09.005Z] Removing intermediate container f05e103a4201 [2020-08-10T13:35:09.005Z] ---> 9b8a6c0b65d6 [2020-08-10T13:35:09.005Z] Step 14/29 : WORKDIR $BASE_DIR [2020-08-10T13:35:09.005Z] ---> Running in 6bc2dcad3c5e [2020-08-10T13:35:09.613Z] Removing intermediate container 6bc2dcad3c5e [2020-08-10T13:35:09.613Z] ---> 0bb1668e415c [2020-08-10T13:35:09.613Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-08-10T13:35:09.889Z] ---> Running in 7d01a7d2ed1f [2020-08-10T13:35:15.309Z] Removing intermediate container 7d01a7d2ed1f [2020-08-10T13:35:15.309Z] ---> 3deec1ec9a07 [2020-08-10T13:35:15.309Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-08-10T13:35:17.942Z] ---> 96c84b381838 [2020-08-10T13:35:17.942Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-08-10T13:35:18.547Z] Removing intermediate container b3809758b966 [2020-08-10T13:35:18.547Z] ---> 0d7fed484fe0 [2020-08-10T13:35:18.547Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-08-10T13:35:18.823Z] ---> Running in 12df39d48161 [2020-08-10T13:35:19.106Z] ---> e2e12f890a6c [2020-08-10T13:35:19.106Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-08-10T13:35:20.551Z] ---> 136f909e02be [2020-08-10T13:35:20.551Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-08-10T13:35:22.068Z] 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-10T13:35:22.068Z] ---> c3e5abd6d2d2 [2020-08-10T13:35:22.068Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-08-10T13:35:23.710Z] ---> c115840c592f [2020-08-10T13:35:23.710Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-08-10T13:35:23.710Z] ---> Running in 517b133dfc07 [2020-08-10T13:35:28.041Z] Removing intermediate container 517b133dfc07 [2020-08-10T13:35:28.041Z] ---> 512006ff3862 [2020-08-10T13:35:28.041Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-08-10T13:35:29.028Z] ---> 3425f4275304 [2020-08-10T13:35:29.028Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-10T13:35:29.633Z] ---> Running in 2f662e0954be [2020-08-10T13:35:29.911Z] Removing intermediate container 12df39d48161 [2020-08-10T13:35:29.911Z] ---> 2a722403fa84 [2020-08-10T13:35:29.911Z] [2020-08-10T13:35:29.911Z] Step 11/26 : FROM docker:latest [2020-08-10T13:35:29.911Z] ---> ce9d55ae87f1 [2020-08-10T13:35:29.911Z] Step 12/26 : RUN apk add --no-cache bash [2020-08-10T13:35:30.515Z] ---> Running in fde205b79446 [2020-08-10T13:35:33.147Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-10T13:35:33.424Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-10T13:35:34.021Z] (1/2) Installing readline (8.0.4-r0) [2020-08-10T13:35:34.021Z] (2/2) Installing bash (5.0.17-r0) [2020-08-10T13:35:34.021Z] Executing bash-5.0.17-r0.post-install [2020-08-10T13:35:34.021Z] Executing busybox-1.31.1-r16.trigger [2020-08-10T13:35:34.021Z] OK: 12 MiB in 22 packages [2020-08-10T13:35:34.299Z] Removing intermediate container c2a7e909822c [2020-08-10T13:35:34.299Z] ---> b0c1f77175cf [2020-08-10T13:35:34.299Z] [2020-08-10T13:35:34.299Z] Step 10/21 : FROM scratch [2020-08-10T13:35:34.299Z] ---> [2020-08-10T13:35:34.299Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-10T13:35:34.901Z] Removing intermediate container 2f662e0954be [2020-08-10T13:35:34.901Z] ---> 3d78d4a69ac9 [2020-08-10T13:35:34.901Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-08-10T13:35:34.901Z] ---> Running in 3f12ff8c2955 [2020-08-10T13:35:35.177Z] ---> Running in a444fe1af6c2 [2020-08-10T13:35:35.455Z] Removing intermediate container 5b15b8fcd112 [2020-08-10T13:35:35.455Z] ---> 80e4a95ae22f [2020-08-10T13:35:35.455Z] [2020-08-10T13:35:35.455Z] Step 10/20 : FROM scratch [2020-08-10T13:35:35.455Z] ---> [2020-08-10T13:35:35.456Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-10T13:35:35.456Z] ---> Using cache [2020-08-10T13:35:35.456Z] ---> 4ffead270b1d [2020-08-10T13:35:35.456Z] Step 12/20 : ENV APP_PORT=48085 [2020-08-10T13:35:35.731Z] Removing intermediate container 3f12ff8c2955 [2020-08-10T13:35:35.731Z] ---> 4ffead270b1d [2020-08-10T13:35:35.731Z] Step 12/21 : ENV APP_PORT=48082 [2020-08-10T13:35:35.731Z] ---> Running in 93830954759b [2020-08-10T13:35:36.008Z] ---> Running in d816379c86e5 [2020-08-10T13:35:36.008Z] Removing intermediate container fde205b79446 [2020-08-10T13:35:36.008Z] ---> e79636f30ebf [2020-08-10T13:35:36.008Z] Step 13/26 : RUN rm -rf /var/cache/apk/* [2020-08-10T13:35:36.287Z] ---> Running in 80d9bee702d8 [2020-08-10T13:35:36.902Z] Removing intermediate container d816379c86e5 [2020-08-10T13:35:36.902Z] ---> 75a595107b4c [2020-08-10T13:35:36.902Z] Removing intermediate container 93830954759b [2020-08-10T13:35:36.902Z] ---> b38db2adb70f [2020-08-10T13:35:36.902Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-10T13:35:36.902Z] Step 13/20 : EXPOSE $APP_PORT [2020-08-10T13:35:37.175Z] ---> Running in ae5c4dd29222 [2020-08-10T13:35:37.175Z] ---> Running in 83993cb43fa3 [2020-08-10T13:35:38.167Z] Removing intermediate container 83993cb43fa3 [2020-08-10T13:35:38.167Z] ---> 63044455c23c [2020-08-10T13:35:38.167Z] Step 14/21 : WORKDIR / [2020-08-10T13:35:38.167Z] Removing intermediate container ae5c4dd29222 [2020-08-10T13:35:38.167Z] ---> 53e72a33587b [2020-08-10T13:35:38.167Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-08-10T13:35:38.772Z] ---> Running in 8bb7699763d6 [2020-08-10T13:35:39.759Z] Removing intermediate container 8bb7699763d6 [2020-08-10T13:35:39.759Z] ---> f758e3fc6cbc [2020-08-10T13:35:39.759Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-08-10T13:35:40.033Z] ---> 1242e7636b37 [2020-08-10T13:35:40.033Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-08-10T13:35:40.310Z] Removing intermediate container 80d9bee702d8 [2020-08-10T13:35:40.310Z] ---> 0113053ef5db [2020-08-10T13:35:40.310Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-08-10T13:35:40.310Z] Removing intermediate container a444fe1af6c2 [2020-08-10T13:35:40.310Z] ---> ab2fbb8ef88c [2020-08-10T13:35:40.310Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-08-10T13:35:40.582Z] Removing intermediate container f9f9d9db7096 [2020-08-10T13:35:40.582Z] ---> 1d2b1c2ab936 [2020-08-10T13:35:40.582Z] [2020-08-10T13:35:40.582Z] Step 10/21 : FROM scratch [2020-08-10T13:35:40.582Z] ---> [2020-08-10T13:35:40.582Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-10T13:35:40.582Z] ---> Using cache [2020-08-10T13:35:40.582Z] ---> 4ffead270b1d [2020-08-10T13:35:40.582Z] Step 12/21 : ENV APP_PORT=48081 [2020-08-10T13:35:40.852Z] ---> Running in 992206a4bbc0 [2020-08-10T13:35:40.852Z] ---> Running in 123b9f320c64 [2020-08-10T13:35:40.852Z] ---> Running in 6a86d0fbbb5d [2020-08-10T13:35:41.125Z] ---> 7d51974f4cb8 [2020-08-10T13:35:41.125Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-08-10T13:35:41.727Z] Removing intermediate container 123b9f320c64 [2020-08-10T13:35:41.727Z] ---> 523d8bf3ae42 [2020-08-10T13:35:41.727Z] Step 26/29 : CMD [ "generate" ] [2020-08-10T13:35:41.727Z] Removing intermediate container 6a86d0fbbb5d [2020-08-10T13:35:41.727Z] ---> a5ef4a91ab37 [2020-08-10T13:35:41.727Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-10T13:35:41.727Z] ---> b578c5e826f0 [2020-08-10T13:35:41.727Z] Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-08-10T13:35:42.007Z] Removing intermediate container 992206a4bbc0 [2020-08-10T13:35:42.007Z] ---> 9a2e6686151c [2020-08-10T13:35:42.007Z] Step 15/26 : ENV APP_PORT=48090 [2020-08-10T13:35:42.007Z] ---> Running in 8b4e44cb060a [2020-08-10T13:35:42.007Z] ---> Running in 7e3544c24aa9 [2020-08-10T13:35:42.007Z] ---> Running in 2233e4949957 [2020-08-10T13:35:42.604Z] ---> 6c634ad21b9a [2020-08-10T13:35:42.604Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-08-10T13:35:42.876Z] Removing intermediate container 8b4e44cb060a [2020-08-10T13:35:42.876Z] ---> b49b36fe154d [2020-08-10T13:35:42.876Z] Step 27/29 : LABEL arch=arm64 [2020-08-10T13:35:42.876Z] Removing intermediate container 2233e4949957 [2020-08-10T13:35:42.876Z] ---> e00de7c2874a [2020-08-10T13:35:42.876Z] Step 16/26 : EXPOSE $APP_PORT [2020-08-10T13:35:42.876Z] Removing intermediate container 7e3544c24aa9 [2020-08-10T13:35:42.876Z] ---> 51d95289ec8c [2020-08-10T13:35:42.876Z] Step 14/21 : WORKDIR / [2020-08-10T13:35:42.876Z] ---> 1dee094c878f [2020-08-10T13:35:42.876Z] Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-10T13:35:43.151Z] ---> Running in 885ea43fddcf [2020-08-10T13:35:43.151Z] ---> Running in 20c0b9e80ebd [2020-08-10T13:35:43.151Z] ---> Running in 551881eb0b31 [2020-08-10T13:35:43.151Z] ---> Running in 6f18f3f52dda [2020-08-10T13:35:43.750Z] ---> 89134c3978d2 [2020-08-10T13:35:43.750Z] Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-10T13:35:43.750Z] ---> Running in 2ac0d3d677b1 [2020-08-10T13:35:43.750Z] Removing intermediate container 20c0b9e80ebd [2020-08-10T13:35:43.750Z] ---> 2279da8ffb99 [2020-08-10T13:35:43.750Z] Step 28/29 : LABEL git_sha=9f0651306d868a93c4f6d04f573f0b50f68ed542 [2020-08-10T13:35:44.023Z] Removing intermediate container 885ea43fddcf [2020-08-10T13:35:44.023Z] ---> bddb03850cab [2020-08-10T13:35:44.023Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-08-10T13:35:44.023Z] Removing intermediate container 551881eb0b31 [2020-08-10T13:35:44.023Z] Removing intermediate container 6f18f3f52dda [2020-08-10T13:35:44.023Z] ---> 1d785733a2b2 [2020-08-10T13:35:44.023Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-08-10T13:35:44.023Z] ---> 350539c8563c [2020-08-10T13:35:44.023Z] Step 18/20 : LABEL arch=arm64 [2020-08-10T13:35:44.298Z] ---> Running in 299f8e4f558b [2020-08-10T13:35:44.298Z] ---> Running in 6dcd050fb290 [2020-08-10T13:35:44.578Z] Removing intermediate container 2ac0d3d677b1 [2020-08-10T13:35:44.578Z] ---> f39a45082bbf [2020-08-10T13:35:44.578Z] Step 19/21 : LABEL arch=arm64 [2020-08-10T13:35:44.852Z] ---> Running in bff6ab684614 [2020-08-10T13:35:44.852Z] Removing intermediate container 299f8e4f558b [2020-08-10T13:35:44.852Z] ---> fc25b5e2571c [2020-08-10T13:35:44.852Z] Step 29/29 : LABEL version=0.0.0 [2020-08-10T13:35:45.127Z] ---> 4c84f55e73ca [2020-08-10T13:35:45.127Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-08-10T13:35:45.127Z] Removing intermediate container 6dcd050fb290 [2020-08-10T13:35:45.127Z] ---> 1d6167afc01a [2020-08-10T13:35:45.127Z] Step 19/20 : LABEL git_sha=9f0651306d868a93c4f6d04f573f0b50f68ed542 [2020-08-10T13:35:45.127Z] ---> Running in b481663548bc [2020-08-10T13:35:45.401Z] ---> Running in 16742c80b9cd [2020-08-10T13:35:45.675Z] Removing intermediate container bff6ab684614 [2020-08-10T13:35:45.675Z] ---> 45a23f52ea94 [2020-08-10T13:35:45.675Z] Step 20/21 : LABEL git_sha=9f0651306d868a93c4f6d04f573f0b50f68ed542 [2020-08-10T13:35:45.970Z] ---> 705aa2afe055 [2020-08-10T13:35:45.970Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-08-10T13:35:46.255Z] ---> Running in 8d211de2afc2 [2020-08-10T13:35:46.255Z] Removing intermediate container b481663548bc [2020-08-10T13:35:46.255Z] Removing intermediate container 16742c80b9cd [2020-08-10T13:35:46.255Z] ---> d16c8f87ff8d [2020-08-10T13:35:46.255Z] Step 20/20 : LABEL version=0.0.0 [2020-08-10T13:35:46.255Z] ---> 7633ca085c6d [2020-08-10T13:35:46.255Z] [2020-08-10T13:35:46.855Z] ---> Running in ee3e2ca4911b [2020-08-10T13:35:46.856Z] ---> cbe72cb915d9 [2020-08-10T13:35:46.856Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-08-10T13:35:46.856Z] Removing intermediate container 8d211de2afc2 [2020-08-10T13:35:46.856Z] ---> 2dd05e01b053 [2020-08-10T13:35:46.856Z] Step 21/21 : LABEL version=0.0.0 [2020-08-10T13:35:47.141Z] Successfully built 7633ca085c6d [2020-08-10T13:35:47.141Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-08-10T13:35:47.141Z]  Building docker-security-secrets-setup-go ... done Building docker-support-logging-go [2020-08-10T13:35:47.141Z] ---> 6ddd3f6bcfb2 [2020-08-10T13:35:47.141Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-08-10T13:35:47.420Z] ---> Running in 8d188d14538b [2020-08-10T13:35:47.420Z] Removing intermediate container ee3e2ca4911b [2020-08-10T13:35:47.420Z] ---> e806bfda5df3 [2020-08-10T13:35:47.420Z] [2020-08-10T13:35:48.033Z] Successfully built e806bfda5df3 [2020-08-10T13:35:48.303Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-08-10T13:35:48.304Z] Building docker-core-data-go [2020-08-10T13:35:48.576Z]  Building docker-support-scheduler-go ... done  ---> f0d672329041 [2020-08-10T13:35:48.576Z] Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-10T13:35:48.851Z] Removing intermediate container 8d188d14538b [2020-08-10T13:35:48.851Z] ---> c0646b68b0f9 [2020-08-10T13:35:48.851Z] [2020-08-10T13:35:48.851Z] ---> Running in 9df5269e2045 [2020-08-10T13:35:48.851Z] ---> c2c1a9d78569 [2020-08-10T13:35:48.851Z] Step 20/26 : RUN apk --no-cache add py-pip [2020-08-10T13:35:49.454Z] Successfully built c0646b68b0f9 [2020-08-10T13:35:49.454Z] ---> Running in e6cb9aa3524a [2020-08-10T13:35:49.454Z] Successfully tagged docker-core-command-go-arm64:latest [2020-08-10T13:35:49.454Z]  Building docker-core-command-go ... done Building docker-security-secretstore-setup-go [2020-08-10T13:35:50.048Z] Removing intermediate container 9df5269e2045 [2020-08-10T13:35:50.048Z] ---> fdc033372603 [2020-08-10T13:35:50.048Z] Step 19/21 : LABEL arch=arm64 [2020-08-10T13:35:50.324Z] ---> Running in c034351628dc [2020-08-10T13:35:51.760Z] Removing intermediate container c034351628dc [2020-08-10T13:35:51.760Z] ---> 1b2241b451a2 [2020-08-10T13:35:51.760Z] Step 20/21 : LABEL git_sha=9f0651306d868a93c4f6d04f573f0b50f68ed542 [2020-08-10T13:35:52.035Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-10T13:35:52.309Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-10T13:35:52.904Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-08-10T13:35:52.904Z] (2/33) Installing expat (2.2.9-r1) [2020-08-10T13:35:52.904Z] (3/33) Installing libffi (3.3-r2) [2020-08-10T13:35:52.904Z] (4/33) Installing gdbm (1.13-r1) [2020-08-10T13:35:52.904Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-08-10T13:35:52.904Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-08-10T13:35:52.904Z] (7/33) Installing python3 (3.8.5-r0) [2020-08-10T13:35:53.178Z] ---> Running in 8dc7d4c984e9 [2020-08-10T13:35:55.162Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-08-10T13:35:55.162Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-08-10T13:35:55.162Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-08-10T13:35:55.162Z] (11/33) Installing py3-six (1.15.0-r0) [2020-08-10T13:35:55.162Z] (12/33) Installing py3-packaging (20.4-r0) [2020-08-10T13:35:55.162Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-08-10T13:35:55.162Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-08-10T13:35:55.162Z] (15/33) Installing py3-idna (2.9-r0) [2020-08-10T13:35:55.162Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-08-10T13:35:55.162Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-08-10T13:35:55.162Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-08-10T13:35:55.162Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-08-10T13:35:55.162Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-08-10T13:35:55.162Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-08-10T13:35:55.162Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-08-10T13:35:55.162Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-08-10T13:35:55.162Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-08-10T13:35:55.162Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-08-10T13:35:55.162Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-08-10T13:35:55.438Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-08-10T13:35:55.438Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-08-10T13:35:55.438Z] (29/33) Installing py3-progress (1.5-r0) [2020-08-10T13:35:55.438Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-08-10T13:35:55.438Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-08-10T13:35:55.438Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-08-10T13:35:55.438Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-08-10T13:35:55.438Z] Removing intermediate container 8dc7d4c984e9 [2020-08-10T13:35:55.438Z] ---> 18c1ee87b6a2 [2020-08-10T13:35:55.438Z] Step 21/21 : LABEL version=0.0.0 [2020-08-10T13:35:55.438Z] Executing busybox-1.31.1-r16.trigger [2020-08-10T13:35:55.711Z] OK: 71 MiB in 55 packages [2020-08-10T13:35:58.331Z] ---> Running in 8b6efdaa43dd [2020-08-10T13:35:59.775Z] Removing intermediate container 8b6efdaa43dd [2020-08-10T13:35:59.775Z] ---> f2b930be9541 [2020-08-10T13:35:59.775Z] [2020-08-10T13:36:00.374Z] Successfully built f2b930be9541 [2020-08-10T13:36:00.374Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-08-10T13:36:00.374Z]  Building docker-core-metadata-go ... done Building docker-support-notifications-go [2020-08-10T13:36:07.202Z] Removing intermediate container e6cb9aa3524a [2020-08-10T13:36:07.202Z] ---> 8e7d760df53a [2020-08-10T13:36:07.202Z] Step 21/26 : RUN pip install docker-compose==1.23.2 [2020-08-10T13:36:08.627Z] ---> Running in 91406b9d9d87 [2020-08-10T13:36:14.013Z] Collecting docker-compose==1.23.2 [2020-08-10T13:36:14.013Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-08-10T13:36:14.990Z] Collecting websocket-client<1.0,>=0.32.0 [2020-08-10T13:36:14.990Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-08-10T13:36:15.267Z] Collecting dockerpty<0.5,>=0.4.1 [2020-08-10T13:36:15.267Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-08-10T13:36:17.899Z] Collecting texttable<0.10,>=0.9.0 [2020-08-10T13:36:17.899Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-08-10T13:36:20.520Z] Collecting PyYAML<4,>=3.10 [2020-08-10T13:36:20.520Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-08-10T13:36:23.906Z] Collecting docker<4.0,>=3.6.0 [2020-08-10T13:36:24.193Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-08-10T13:36:26.173Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-08-10T13:36:26.173Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-08-10T13:36:26.173Z] Collecting docopt<0.7,>=0.6.1 [2020-08-10T13:36:26.444Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-08-10T13:36:29.065Z] Collecting cached-property<2,>=1.2.0 [2020-08-10T13:36:29.065Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-08-10T13:36:29.065Z] 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-10T13:36:29.339Z] Collecting jsonschema<3,>=2.5.1 [2020-08-10T13:36:29.340Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-08-10T13:36:29.612Z] Collecting docker-pycreds>=0.4.0 [2020-08-10T13:36:29.612Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-08-10T13:36:29.891Z] 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-10T13:36:30.867Z] Collecting idna<2.8,>=2.5 [2020-08-10T13:36:30.867Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-08-10T13:36:31.462Z] Collecting urllib3<1.25,>=1.21.1 [2020-08-10T13:36:31.462Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-08-10T13:36:31.738Z] 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-10T13:36:31.738Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-08-10T13:36:31.738Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-08-10T13:36:31.738Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-08-10T13:36:31.738Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-08-10T13:36:32.722Z] Installing collected packages: websocket-client, dockerpty, texttable, PyYAML, idna, urllib3, requests, docker-pycreds, docker, docopt, cached-property, jsonschema, docker-compose [2020-08-10T13:36:32.997Z] Running setup.py install for dockerpty: started [2020-08-10T13:36:34.972Z] Running setup.py install for dockerpty: finished with status 'done' [2020-08-10T13:36:34.972Z] Running setup.py install for texttable: started [2020-08-10T13:36:37.590Z] Running setup.py install for texttable: finished with status 'done' [2020-08-10T13:36:37.590Z] Running setup.py install for PyYAML: started [2020-08-10T13:36:41.015Z] Running setup.py install for PyYAML: finished with status 'done' [2020-08-10T13:36:41.015Z] Attempting uninstall: idna [2020-08-10T13:36:41.015Z] Found existing installation: idna 2.9 [2020-08-10T13:36:41.015Z] Uninstalling idna-2.9: [2020-08-10T13:36:41.015Z] Successfully uninstalled idna-2.9 [2020-08-10T13:36:41.612Z] Attempting uninstall: urllib3 [2020-08-10T13:36:41.612Z] Found existing installation: urllib3 1.25.9 [2020-08-10T13:36:41.612Z] Uninstalling urllib3-1.25.9: [2020-08-10T13:36:41.887Z] Successfully uninstalled urllib3-1.25.9 [2020-08-10T13:36:42.480Z] Attempting uninstall: requests [2020-08-10T13:36:42.480Z] Found existing installation: requests 2.23.0 [2020-08-10T13:36:42.480Z] Uninstalling requests-2.23.0: [2020-08-10T13:36:42.756Z] Successfully uninstalled requests-2.23.0 [2020-08-10T13:36:43.743Z] Running setup.py install for docopt: started [2020-08-10T13:36:46.364Z] Running setup.py install for docopt: finished with status 'done' [2020-08-10T13:36:49.009Z] 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-10T13:36:52.440Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-10T13:36:52.440Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-10T13:36:52.440Z] ---> 6301abeaaf71 [2020-08-10T13:36:52.440Z] Step 3/21 : WORKDIR /edgex-go [2020-08-10T13:36:52.440Z] ---> Using cache [2020-08-10T13:36:52.440Z] ---> 5f92c525865b [2020-08-10T13:36:52.440Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-10T13:36:52.440Z] ---> Using cache [2020-08-10T13:36:52.440Z] ---> 76eaceb1de61 [2020-08-10T13:36:52.440Z] Step 5/21 : RUN apk update && apk add make && apk add bash git [2020-08-10T13:36:53.875Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-10T13:36:53.875Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-08-10T13:36:53.875Z] ---> 6301abeaaf71 [2020-08-10T13:36:53.875Z] Step 3/22 : WORKDIR /edgex-go [2020-08-10T13:36:53.875Z] ---> Using cache [2020-08-10T13:36:53.875Z] ---> 5f92c525865b [2020-08-10T13:36:53.875Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-10T13:36:53.875Z] ---> Using cache [2020-08-10T13:36:53.875Z] ---> 76eaceb1de61 [2020-08-10T13:36:53.875Z] Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-08-10T13:36:54.466Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-10T13:36:54.466Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-08-10T13:36:54.466Z] ---> 6301abeaaf71 [2020-08-10T13:36:54.466Z] Step 3/26 : WORKDIR /edgex-go [2020-08-10T13:36:54.466Z] ---> Using cache [2020-08-10T13:36:54.466Z] ---> 5f92c525865b [2020-08-10T13:36:54.466Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-10T13:36:54.466Z] ---> Using cache [2020-08-10T13:36:54.466Z] ---> 76eaceb1de61 [2020-08-10T13:36:54.466Z] Step 5/26 : RUN apk update && apk add make git [2020-08-10T13:36:57.898Z] ---> Running in 0d46f2b69320 [2020-08-10T13:36:57.898Z] ---> Running in ad59d12a0330 [2020-08-10T13:36:57.898Z] ---> Running in 83fb5a24d312 [2020-08-10T13:36:59.888Z] Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-10T13:36:59.888Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-08-10T13:36:59.888Z] ---> 6301abeaaf71 [2020-08-10T13:36:59.888Z] Step 3/23 : WORKDIR /edgex-go [2020-08-10T13:36:59.888Z] ---> Using cache [2020-08-10T13:36:59.888Z] ---> 5f92c525865b [2020-08-10T13:36:59.888Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-10T13:36:59.888Z] ---> Using cache [2020-08-10T13:36:59.888Z] ---> 76eaceb1de61 [2020-08-10T13:36:59.888Z] Step 5/23 : RUN apk update && apk add make bash git ca-certificates [2020-08-10T13:36:59.888Z] ---> Running in 4b5a8b21614c [2020-08-10T13:36:59.888Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-10T13:36:59.888Z] Removing intermediate container 91406b9d9d87 [2020-08-10T13:36:59.888Z] ---> a7a7a5625071 [2020-08-10T13:36:59.888Z] Step 22/26 : RUN apk --no-cache add curl [2020-08-10T13:37:00.168Z] ---> Running in c834ff784d19 [2020-08-10T13:37:00.454Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-10T13:37:00.730Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-10T13:37:00.730Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-10T13:37:01.329Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-10T13:37:01.608Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-10T13:37:01.608Z] v3.12.0-216-gaf4199bc57 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-10T13:37:01.608Z] v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-10T13:37:01.608Z] OK: 12620 distinct packages available [2020-08-10T13:37:01.883Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-10T13:37:02.159Z] v3.12.0-216-gaf4199bc57 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-10T13:37:02.159Z] v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-10T13:37:02.159Z] OK: 12620 distinct packages available [2020-08-10T13:37:02.159Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-10T13:37:02.434Z] v3.12.0-216-gaf4199bc57 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-10T13:37:02.434Z] v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-10T13:37:02.434Z] OK: 12620 distinct packages available [2020-08-10T13:37:02.434Z] OK: 217 MiB in 51 packages [2020-08-10T13:37:02.434Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-10T13:37:02.709Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-10T13:37:02.988Z] OK: 217 MiB in 51 packages [2020-08-10T13:37:03.266Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-08-10T13:37:03.266Z] (2/3) Installing libcurl (7.69.1-r0) [2020-08-10T13:37:03.266Z] (3/3) Installing curl (7.69.1-r0) [2020-08-10T13:37:03.266Z] Executing busybox-1.31.1-r16.trigger [2020-08-10T13:37:03.266Z] OK: 217 MiB in 51 packages [2020-08-10T13:37:03.266Z] OK: 71 MiB in 58 packages [2020-08-10T13:37:03.266Z] OK: 217 MiB in 51 packages [2020-08-10T13:37:03.868Z] v3.12.0-216-gaf4199bc57 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-10T13:37:03.868Z] v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-10T13:37:03.868Z] OK: 12620 distinct packages available [2020-08-10T13:37:04.466Z] OK: 217 MiB in 51 packages [2020-08-10T13:37:04.466Z] Removing intermediate container ad59d12a0330 [2020-08-10T13:37:04.466Z] ---> a739f236b3fb [2020-08-10T13:37:04.466Z] Step 6/26 : COPY go.mod . [2020-08-10T13:37:05.457Z] Removing intermediate container c834ff784d19 [2020-08-10T13:37:05.457Z] ---> 0563ce0a6ad7 [2020-08-10T13:37:05.457Z] Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-10T13:37:05.457Z] Removing intermediate container 83fb5a24d312 [2020-08-10T13:37:05.457Z] ---> b57e7b59f49e [2020-08-10T13:37:05.457Z] Step 6/21 : COPY go.mod .Removing intermediate container 0d46f2b69320 [2020-08-10T13:37:05.457Z] [2020-08-10T13:37:05.457Z] ---> 5ff8d9d871e9 [2020-08-10T13:37:05.457Z] Step 6/22 : COPY go.mod . [2020-08-10T13:37:05.457Z] ---> e11cccd40d95 [2020-08-10T13:37:05.457Z] Step 7/26 : RUN go mod download [2020-08-10T13:37:05.749Z] ---> Running in 64ce84f25132 [2020-08-10T13:37:05.749Z] ---> Running in c430f3d9597f [2020-08-10T13:37:06.025Z] Removing intermediate container 4b5a8b21614c [2020-08-10T13:37:06.025Z] ---> e5643bf117a4 [2020-08-10T13:37:06.025Z] Step 6/23 : COPY go.mod . [2020-08-10T13:37:06.298Z] Removing intermediate container 64ce84f25132 [2020-08-10T13:37:06.298Z] ---> bbf3240d9044 [2020-08-10T13:37:06.298Z] Step 24/26 : LABEL arch=arm64 [2020-08-10T13:37:06.298Z] ---> 5441e18df09d [2020-08-10T13:37:06.298Z] Step 7/21 : RUN go mod download [2020-08-10T13:37:06.579Z] ---> 2bbe0b871379 [2020-08-10T13:37:06.579Z] Step 7/22 : RUN go mod download [2020-08-10T13:37:06.579Z] ---> Running in c478d37882d0 [2020-08-10T13:37:06.579Z] ---> Running in f7cc417faedb [2020-08-10T13:37:06.579Z] ---> Running in 4d2ededf0bfe [2020-08-10T13:37:07.191Z] ---> eed9350898a2 [2020-08-10T13:37:07.191Z] Step 7/23 : RUN go mod download [2020-08-10T13:37:07.191Z] Removing intermediate container c478d37882d0 [2020-08-10T13:37:07.191Z] ---> 935797649031 [2020-08-10T13:37:07.191Z] Step 25/26 : LABEL git_sha=9f0651306d868a93c4f6d04f573f0b50f68ed542 [2020-08-10T13:37:07.471Z] ---> Running in 91fdcd83cb96 [2020-08-10T13:37:07.751Z] ---> Running in 08a56ffa10af [2020-08-10T13:37:08.359Z] Removing intermediate container 08a56ffa10af [2020-08-10T13:37:08.359Z] ---> 30321a43822a [2020-08-10T13:37:08.359Z] Step 26/26 : LABEL version=0.0.0 [2020-08-10T13:37:08.633Z] ---> Running in e454ebe7aabc [2020-08-10T13:37:09.632Z] Removing intermediate container e454ebe7aabc [2020-08-10T13:37:09.632Z] ---> 7eb78a665cd0 [2020-08-10T13:37:09.632Z] [2020-08-10T13:37:10.230Z] Removing intermediate container c430f3d9597f [2020-08-10T13:37:10.230Z] ---> f41921ebbe75 [2020-08-10T13:37:10.230Z] Step 8/26 : COPY . . [2020-08-10T13:37:10.230Z] Successfully built 7eb78a665cd0 [2020-08-10T13:37:10.514Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-08-10T13:37:10.514Z] Building docker-security-proxy-setup-go [2020-08-10T13:37:12.517Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container f7cc417faedb [2020-08-10T13:37:12.517Z] ---> 68ced4232b68 [2020-08-10T13:37:12.517Z] Step 8/21 : COPY . . [2020-08-10T13:37:12.517Z] Removing intermediate container 4d2ededf0bfe [2020-08-10T13:37:12.517Z] ---> 0f72b7a4b032 [2020-08-10T13:37:12.517Z] Step 8/22 : COPY . . [2020-08-10T13:37:13.119Z] Removing intermediate container 91fdcd83cb96 [2020-08-10T13:37:13.119Z] ---> eecf87b8bec0 [2020-08-10T13:37:13.119Z] Step 8/23 : COPY . . [2020-08-10T13:37:35.298Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-10T13:37:35.298Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-08-10T13:37:35.298Z] ---> 6301abeaaf71 [2020-08-10T13:37:35.298Z] Step 3/20 : WORKDIR /edgex-go [2020-08-10T13:37:35.298Z] ---> Using cache [2020-08-10T13:37:35.298Z] ---> 5f92c525865b [2020-08-10T13:37:35.298Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-10T13:37:35.298Z] ---> Using cache [2020-08-10T13:37:35.298Z] ---> 76eaceb1de61 [2020-08-10T13:37:35.298Z] Step 5/20 : RUN apk update && apk add make git [2020-08-10T13:37:35.298Z] ---> Using cache [2020-08-10T13:37:35.298Z] ---> a739f236b3fb [2020-08-10T13:37:35.298Z] Step 6/20 : COPY go.mod . [2020-08-10T13:37:35.298Z] ---> Using cache [2020-08-10T13:37:35.298Z] ---> e11cccd40d95 [2020-08-10T13:37:35.298Z] Step 7/20 : RUN go mod download [2020-08-10T13:37:35.298Z] ---> Using cache [2020-08-10T13:37:35.298Z] ---> f41921ebbe75 [2020-08-10T13:37:35.298Z] Step 8/20 : COPY . . [2020-08-10T13:37:45.483Z] ---> 3fe6016098bf [2020-08-10T13:37:45.484Z] Step 9/21 : RUN make cmd/support-logging/support-logging [2020-08-10T13:37:45.755Z] ---> d88e519dfe5b [2020-08-10T13:37:45.755Z] 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-10T13:37:45.755Z] ---> f44a6350616e [2020-08-10T13:37:45.755Z] Step 9/22 : RUN make cmd/core-data/core-data [2020-08-10T13:37:45.755Z] ---> be332eabfaf6 [2020-08-10T13:37:45.755Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2020-08-10T13:37:46.031Z] ---> Running in 1639f9a8d9e9 [2020-08-10T13:37:46.031Z] ---> Running in af2f890dc779 [2020-08-10T13:37:46.031Z] ---> Running in 044e0cac4080 [2020-08-10T13:37:46.031Z] ---> Running in 3b0e1d7284d3 [2020-08-10T13:37:48.663Z] 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-10T13:37:48.663Z] 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-10T13:37:48.945Z] 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-10T13:37:48.945Z] 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-10T13:37:57.276Z] ---> ce38f67fc908 [2020-08-10T13:37:57.276Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-08-10T13:37:57.276Z] ---> Running in 35ac3908edb7 [2020-08-10T13:37:59.929Z] 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-10T13:39:08.056Z] 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-10T13:39:18.247Z] 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-10T13:39:25.002Z] Removing intermediate container 35ac3908edb7 [2020-08-10T13:39:25.002Z] ---> 55f2689e03d2 [2020-08-10T13:39:25.002Z] [2020-08-10T13:39:25.002Z] Step 10/20 : FROM alpine [2020-08-10T13:39:25.002Z] ---> 62ee0e9f8440 [2020-08-10T13:39:25.002Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-08-10T13:39:25.002Z] ---> Running in 86c2a667d6e0 [2020-08-10T13:39:25.002Z] Removing intermediate container af2f890dc779 [2020-08-10T13:39:25.002Z] ---> 5232b9ed6140 [2020-08-10T13:39:25.002Z] [2020-08-10T13:39:25.002Z] Step 10/21 : FROM scratch [2020-08-10T13:39:25.002Z] ---> [2020-08-10T13:39:25.002Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-10T13:39:25.610Z] ---> Running in 30ee5d48c9bd [2020-08-10T13:39:26.213Z] Removing intermediate container 30ee5d48c9bd [2020-08-10T13:39:26.213Z] ---> 4625f24388b4 [2020-08-10T13:39:26.213Z] Step 12/21 : ENV APP_PORT=48061 [2020-08-10T13:39:26.501Z] ---> Running in d5c71f783152 [2020-08-10T13:39:27.104Z] Removing intermediate container d5c71f783152 [2020-08-10T13:39:27.104Z] ---> 898998a9dcea [2020-08-10T13:39:27.104Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-10T13:39:27.104Z] ---> Running in 8b459f4bcc93 [2020-08-10T13:39:27.392Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-10T13:39:27.668Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-10T13:39:27.946Z] Removing intermediate container 8b459f4bcc93 [2020-08-10T13:39:27.946Z] ---> 95f2da6760fe [2020-08-10T13:39:27.946Z] Step 14/21 : COPY --from=builder /bin/bash /bin/bash [2020-08-10T13:39:28.566Z] v3.12.0-216-gaf4199bc57 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-10T13:39:28.566Z] v3.12.0-221-gbea860da8e [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-10T13:39:28.566Z] OK: 12620 distinct packages available [2020-08-10T13:39:29.172Z] ---> 74bf55e89991 [2020-08-10T13:39:29.172Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-08-10T13:39:29.778Z] (1/4) Installing ca-certificates (20191127-r4) [2020-08-10T13:39:29.778Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-08-10T13:39:29.778Z] (3/4) Installing libcurl (7.69.1-r0) [2020-08-10T13:39:29.778Z] (4/4) Installing curl (7.69.1-r0) [2020-08-10T13:39:29.778Z] Executing busybox-1.31.1-r16.trigger [2020-08-10T13:39:29.778Z] Executing ca-certificates-20191127-r4.trigger [2020-08-10T13:39:30.381Z] OK: 7 MiB in 18 packages [2020-08-10T13:39:30.661Z] ---> 5e96e0a003d6 [2020-08-10T13:39:30.661Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-08-10T13:39:34.084Z] Removing intermediate container 86c2a667d6e0 [2020-08-10T13:39:34.084Z] ---> 79373e40b78f [2020-08-10T13:39:34.084Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-10T13:39:34.084Z] ---> 23d423253dbd [2020-08-10T13:39:34.084Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-08-10T13:39:34.084Z] ---> Running in 0ae1cad27871 [2020-08-10T13:39:34.369Z] Removing intermediate container 1639f9a8d9e9 [2020-08-10T13:39:34.369Z] ---> 7ff90b262f00 [2020-08-10T13:39:34.369Z] [2020-08-10T13:39:34.369Z] Step 10/26 : FROM alpine:3.10 [2020-08-10T13:39:34.971Z] 3.10: Pulling from library/alpine [2020-08-10T13:39:34.971Z] Removing intermediate container 0ae1cad27871 [2020-08-10T13:39:34.971Z] ---> 8ba24fb447b5 [2020-08-10T13:39:34.971Z] Step 13/20 : WORKDIR /edgex [2020-08-10T13:39:35.251Z] ---> Running in 9a31557e0ce4 [2020-08-10T13:39:35.541Z] ---> c8eeff506bad [2020-08-10T13:39:35.541Z] Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-10T13:39:35.812Z] ---> Running in 3a8ac1a906bf [2020-08-10T13:39:35.812Z] Removing intermediate container 9a31557e0ce4 [2020-08-10T13:39:35.812Z] ---> bc7afc27961c [2020-08-10T13:39:35.812Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-08-10T13:39:36.406Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-08-10T13:39:36.406Z] Status: Downloaded newer image for alpine:3.10 [2020-08-10T13:39:36.406Z] ---> 536a684cf733 [2020-08-10T13:39:36.406Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-08-10T13:39:37.002Z] Removing intermediate container 3a8ac1a906bf [2020-08-10T13:39:37.002Z] ---> cbf411ebc7a3 [2020-08-10T13:39:37.002Z] Step 19/21 : LABEL arch=arm64 [2020-08-10T13:39:37.002Z] ---> Running in 3fbb61f80a12 [2020-08-10T13:39:37.285Z] ---> d0e741772e73 [2020-08-10T13:39:37.285Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-08-10T13:39:37.285Z] ---> Running in 418ed63cc1e3 [2020-08-10T13:39:37.898Z] Removing intermediate container 418ed63cc1e3 [2020-08-10T13:39:37.898Z] ---> 47e17ee38786 [2020-08-10T13:39:37.898Z] Step 20/21 : LABEL git_sha=9f0651306d868a93c4f6d04f573f0b50f68ed542 [2020-08-10T13:39:38.173Z] ---> Running in 9e78ff34ad88 [2020-08-10T13:39:39.148Z] Removing intermediate container 9e78ff34ad88 [2020-08-10T13:39:39.148Z] ---> f91e9317dea1 [2020-08-10T13:39:39.148Z] Step 21/21 : LABEL version=0.0.0 [2020-08-10T13:39:39.148Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-08-10T13:39:39.424Z] ---> b83fd177c822 [2020-08-10T13:39:39.424Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-08-10T13:39:39.424Z] ---> Running in b382a8f4de05 [2020-08-10T13:39:39.702Z] ---> Running in 60d0d5159601 [2020-08-10T13:39:39.973Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-08-10T13:39:39.973Z] Removing intermediate container b382a8f4de05 [2020-08-10T13:39:39.973Z] ---> 6c0732a98db7 [2020-08-10T13:39:39.973Z] [2020-08-10T13:39:40.246Z] Removing intermediate container 60d0d5159601 [2020-08-10T13:39:40.246Z] ---> f17a5067c8ac [2020-08-10T13:39:40.246Z] Step 17/20 : CMD ["--init=true"] [2020-08-10T13:39:40.528Z] v3.10.5-68-gfeae60ca03 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-08-10T13:39:40.528Z] v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-08-10T13:39:40.528Z] OK: 10167 distinct packages available [2020-08-10T13:39:40.528Z] ---> Running in 33716bf2ef85 [2020-08-10T13:39:40.798Z] Successfully built 6c0732a98db7 [2020-08-10T13:39:41.074Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-08-10T13:39:41.074Z]  Building docker-support-logging-go ... done (1/5) Installing ca-certificates (20191127-r2) [2020-08-10T13:39:41.074Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-08-10T13:39:41.074Z] (3/5) Installing libcurl (7.66.0-r0) [2020-08-10T13:39:41.074Z] (4/5) Installing curl (7.66.0-r0) [2020-08-10T13:39:41.074Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-08-10T13:39:41.074Z] Executing busybox-1.30.1-r3.trigger [2020-08-10T13:39:41.347Z] Executing ca-certificates-20191127-r2.trigger [2020-08-10T13:39:41.347Z] Removing intermediate container 3b0e1d7284d3 [2020-08-10T13:39:41.347Z] ---> 2242d705a433 [2020-08-10T13:39:41.347Z] [2020-08-10T13:39:41.347Z] Step 10/23 : FROM scratch [2020-08-10T13:39:41.347Z] ---> [2020-08-10T13:39:41.347Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-10T13:39:41.347Z] Removing intermediate container 33716bf2ef85 [2020-08-10T13:39:41.347Z] ---> 305282887ebb [2020-08-10T13:39:41.347Z] Step 18/20 : LABEL arch=arm64 [2020-08-10T13:39:41.347Z] ---> Using cache [2020-08-10T13:39:41.347Z] ---> 4625f24388b4 [2020-08-10T13:39:41.347Z] Step 12/23 : ENV APP_PORT=48060 [2020-08-10T13:39:41.625Z] OK: 7 MiB in 19 packages [2020-08-10T13:39:41.625Z] ---> Running in 97d1bbc0b3a0 [2020-08-10T13:39:41.902Z] ---> Running in 8184eaaf5086 [2020-08-10T13:39:42.506Z] Removing intermediate container 97d1bbc0b3a0 [2020-08-10T13:39:42.506Z] ---> 4d8a6c3baf52 [2020-08-10T13:39:42.506Z] Step 13/23 : EXPOSE $APP_PORT [2020-08-10T13:39:42.506Z] ---> Running in b61cf4f8176e [2020-08-10T13:39:42.778Z] Removing intermediate container 8184eaaf5086 [2020-08-10T13:39:42.778Z] ---> 6314a51215de [2020-08-10T13:39:42.778Z] Step 19/20 : LABEL git_sha=9f0651306d868a93c4f6d04f573f0b50f68ed542 [2020-08-10T13:39:43.059Z] ---> Running in 10f07965a1b9 [2020-08-10T13:39:43.336Z] Removing intermediate container b61cf4f8176e [2020-08-10T13:39:43.336Z] ---> ed98aa20ecf1 [2020-08-10T13:39:43.336Z] Step 14/23 : COPY --from=builder /bin/sh /bin/sh [2020-08-10T13:39:43.612Z] Removing intermediate container 3fbb61f80a12 [2020-08-10T13:39:43.612Z] ---> 2ab3ab0c306c [2020-08-10T13:39:43.612Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-10T13:39:43.887Z] Removing intermediate container 10f07965a1b9 [2020-08-10T13:39:43.887Z] ---> c287846f1666 [2020-08-10T13:39:43.887Z] Step 20/20 : LABEL version=0.0.0 [2020-08-10T13:39:43.887Z] ---> Running in f4a5bb5ead5c [2020-08-10T13:39:43.887Z] ---> Running in 15f1cfeb2e2d [2020-08-10T13:39:44.485Z] ---> aacca85511d1 [2020-08-10T13:39:44.485Z] Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-08-10T13:39:44.485Z] Removing intermediate container f4a5bb5ead5c [2020-08-10T13:39:44.485Z] ---> 836b341a9a4d [2020-08-10T13:39:44.485Z] Step 13/26 : WORKDIR / [2020-08-10T13:39:44.755Z] Removing intermediate container 15f1cfeb2e2d [2020-08-10T13:39:44.755Z] ---> 2f8d9b7897b5 [2020-08-10T13:39:44.755Z] [2020-08-10T13:39:44.755Z] ---> Running in d0ce7255f1ef [2020-08-10T13:39:45.351Z] Successfully built 2f8d9b7897b5 [2020-08-10T13:39:45.351Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-08-10T13:39:45.627Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container d0ce7255f1ef [2020-08-10T13:39:45.627Z] ---> 37103cb2b911 [2020-08-10T13:39:45.627Z] 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-10T13:39:45.903Z] ---> 4e4e6e48925b [2020-08-10T13:39:45.903Z] Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl [2020-08-10T13:39:46.884Z] ---> fb7d3df67de7 [2020-08-10T13:39:46.884Z] 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-10T13:39:47.156Z] ---> f908f751ea85 [2020-08-10T13:39:47.156Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-08-10T13:39:47.747Z] ---> 58a1d887fa94 [2020-08-10T13:39:47.747Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-08-10T13:39:48.023Z] ---> a2847a8b79ec [2020-08-10T13:39:48.023Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-08-10T13:39:48.617Z] ---> dce8e5828f32 [2020-08-10T13:39:48.617Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-08-10T13:39:49.601Z] ---> 5958373df718 [2020-08-10T13:39:49.601Z] Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-08-10T13:39:49.877Z] ---> f65028854c6b [2020-08-10T13:39:49.877Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-08-10T13:39:50.852Z] ---> 85620c6fe5ff [2020-08-10T13:39:50.852Z] Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-10T13:39:51.130Z] ---> Running in 0517e0d5a6df [2020-08-10T13:39:51.417Z] ---> b32edf81c2fc [2020-08-10T13:39:51.417Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-08-10T13:39:52.036Z] Removing intermediate container 0517e0d5a6df [2020-08-10T13:39:52.036Z] ---> 11b117391556 [2020-08-10T13:39:52.036Z] Step 21/23 : LABEL arch=arm64 [2020-08-10T13:39:52.308Z] ---> Running in 746f6a68f480 [2020-08-10T13:39:52.902Z] ---> 6a944990a8a9 [2020-08-10T13:39:52.902Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-08-10T13:39:52.902Z] Removing intermediate container 746f6a68f480 [2020-08-10T13:39:52.902Z] ---> 928bf953ab70 [2020-08-10T13:39:52.902Z] Step 22/23 : LABEL git_sha=9f0651306d868a93c4f6d04f573f0b50f68ed542 [2020-08-10T13:39:53.176Z] Removing intermediate container 044e0cac4080 [2020-08-10T13:39:53.176Z] ---> 092338719a4b [2020-08-10T13:39:53.176Z] [2020-08-10T13:39:53.176Z] Step 10/22 : FROM alpine [2020-08-10T13:39:53.176Z] ---> 62ee0e9f8440 [2020-08-10T13:39:53.176Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-10T13:39:53.176Z] ---> Running in 1e719228ece8 [2020-08-10T13:39:53.452Z] ---> Running in c26ad3110191 [2020-08-10T13:39:54.054Z] Removing intermediate container c26ad3110191 [2020-08-10T13:39:54.054Z] Removing intermediate container 1e719228ece8 [2020-08-10T13:39:54.054Z] ---> 4950789deedf [2020-08-10T13:39:54.054Z] Step 23/23 : LABEL version=0.0.0 [2020-08-10T13:39:54.054Z] ---> 6d83ed0d662c [2020-08-10T13:39:54.054Z] Step 12/22 : ENV APP_PORT=48080 [2020-08-10T13:39:54.054Z] ---> 7887274332d6 [2020-08-10T13:39:54.054Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-08-10T13:39:54.054Z] ---> Running in 44f6e8270bfa [2020-08-10T13:39:54.054Z] ---> Running in c4d15c34a0aa [2020-08-10T13:39:54.645Z] Removing intermediate container c4d15c34a0aa [2020-08-10T13:39:54.645Z] ---> 3af858279720 [2020-08-10T13:39:54.645Z] [2020-08-10T13:39:54.645Z] Removing intermediate container 44f6e8270bfa [2020-08-10T13:39:54.645Z] ---> 97194d4b19e2 [2020-08-10T13:39:54.645Z] Step 13/22 : EXPOSE $APP_PORT [2020-08-10T13:39:54.923Z] ---> 0bcee395dbb3 [2020-08-10T13:39:54.923Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-10T13:39:54.923Z] ---> Running in 294493ba230f [2020-08-10T13:39:55.195Z] ---> Running in 250f5161e891 [2020-08-10T13:39:55.195Z] Successfully built 3af858279720 [2020-08-10T13:39:55.195Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-08-10T13:39:55.469Z]  Building docker-support-notifications-go ... done Removing intermediate container 294493ba230f [2020-08-10T13:39:55.469Z] ---> 013e9aecd096 [2020-08-10T13:39:55.469Z] Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-10T13:39:55.740Z] ---> Running in c72d68eb727e [2020-08-10T13:39:57.720Z] Removing intermediate container 250f5161e891 [2020-08-10T13:39:57.720Z] ---> ee291849fac4 [2020-08-10T13:39:57.720Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-08-10T13:39:57.996Z] ---> Running in 32913a698d36 [2020-08-10T13:39:58.269Z] Removing intermediate container c72d68eb727e [2020-08-10T13:39:58.269Z] ---> 948d2f202fac [2020-08-10T13:39:58.269Z] Step 15/22 : RUN apk --no-cache add zeromq [2020-08-10T13:39:58.545Z] ---> Running in 74961e3a98b6 [2020-08-10T13:39:58.545Z] Removing intermediate container 32913a698d36 [2020-08-10T13:39:58.545Z] ---> 39da856818c0 [2020-08-10T13:39:58.545Z] Step 24/26 : LABEL arch=arm64 [2020-08-10T13:39:58.818Z] ---> Running in a2b008f6032a [2020-08-10T13:39:59.412Z] Removing intermediate container a2b008f6032a [2020-08-10T13:39:59.412Z] ---> 561818ab8fe4 [2020-08-10T13:39:59.412Z] Step 25/26 : LABEL git_sha=9f0651306d868a93c4f6d04f573f0b50f68ed542 [2020-08-10T13:39:59.412Z] ---> Running in c1071473c9d3 [2020-08-10T13:40:00.003Z] Removing intermediate container c1071473c9d3 [2020-08-10T13:40:00.003Z] ---> 135ca9da4be3 [2020-08-10T13:40:00.003Z] Step 26/26 : LABEL version=0.0.0 [2020-08-10T13:40:00.003Z] ---> Running in 4cc2069fedab [2020-08-10T13:40:00.277Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-10T13:40:00.548Z] Removing intermediate container 4cc2069fedab [2020-08-10T13:40:00.548Z] ---> ae45d235e2ed [2020-08-10T13:40:00.548Z] [2020-08-10T13:40:01.140Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-10T13:40:01.140Z] Successfully built ae45d235e2ed [2020-08-10T13:40:01.140Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-08-10T13:40:01.731Z]  Building docker-security-secretstore-setup-go ... done (1/5) Installing libgcc (9.3.0-r2) [2020-08-10T13:40:01.731Z] (2/5) Installing libsodium (1.0.18-r0) [2020-08-10T13:40:01.731Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-08-10T13:40:02.002Z] (4/5) Installing libzmq (4.3.2-r0) [2020-08-10T13:40:02.002Z] (5/5) Installing zeromq (4.3.2-r0) [2020-08-10T13:40:02.273Z] Executing busybox-1.31.1-r16.trigger [2020-08-10T13:40:02.273Z] OK: 8 MiB in 19 packages [2020-08-10T13:40:03.700Z] Removing intermediate container 74961e3a98b6 [2020-08-10T13:40:03.700Z] ---> 40ac16232a98 [2020-08-10T13:40:03.700Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-08-10T13:40:04.292Z] ---> 270422d00fd2 [2020-08-10T13:40:04.292Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-08-10T13:40:05.726Z] ---> d55b2d7ead33 [2020-08-10T13:40:05.726Z] Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-08-10T13:40:06.319Z] ---> 4e016bd491ce [2020-08-10T13:40:06.319Z] Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-10T13:40:06.319Z] ---> Running in 2f65e8ecdc97 [2020-08-10T13:40:06.917Z] Removing intermediate container 2f65e8ecdc97 [2020-08-10T13:40:06.917Z] ---> dcf9a999ec55 [2020-08-10T13:40:06.917Z] Step 20/22 : LABEL arch=arm64 [2020-08-10T13:40:06.917Z] ---> Running in 7317584fa50d [2020-08-10T13:40:07.512Z] Removing intermediate container 7317584fa50d [2020-08-10T13:40:07.512Z] ---> f368c0cb5161 [2020-08-10T13:40:07.512Z] Step 21/22 : LABEL git_sha=9f0651306d868a93c4f6d04f573f0b50f68ed542 [2020-08-10T13:40:07.512Z] ---> Running in c1cc8ecc1f36 [2020-08-10T13:40:08.107Z] Removing intermediate container c1cc8ecc1f36 [2020-08-10T13:40:08.107Z] ---> d97f1e153a57 [2020-08-10T13:40:08.107Z] Step 22/22 : LABEL version=0.0.0 [2020-08-10T13:40:08.107Z] ---> Running in 0181f73e0b6b [2020-08-10T13:40:08.697Z] Removing intermediate container 0181f73e0b6b [2020-08-10T13:40:08.697Z] ---> 9e6c5ed58508 [2020-08-10T13:40:08.697Z] [2020-08-10T13:40:09.295Z] Successfully built 9e6c5ed58508 [2020-08-10T13:40:09.296Z] Successfully tagged docker-core-data-go-arm64:latest [2020-08-10T13:40:09.581Z]  Building docker-core-data-go ... done  [Pipeline] } [2020-08-10T13:40:09.580Z] $ docker stop --time=1 e2c8f62d8add73507760718dde894aafd2450d3eb874a402134c42361395b976 [2020-08-10T13:40:11.471Z] $ docker rm -f e2c8f62d8add73507760718dde894aafd2450d3eb874a402134c42361395b976 [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-10T13:40:12.272Z] + + grepdocker docker images [2020-08-10T13:40:12.272Z] [2020-08-10T13:40:12.544Z] docker-core-data-go-arm64 latest 9e6c5ed58508 4 seconds ago 22.6MB [2020-08-10T13:40:12.544Z] docker-security-secretstore-setup-go-arm64 latest ae45d235e2ed 12 seconds ago 32.6MB [2020-08-10T13:40:12.544Z] docker-support-notifications-go-arm64 latest 3af858279720 18 seconds ago 13.9MB [2020-08-10T13:40:12.544Z] docker-security-proxy-setup-go-arm64 latest 2f8d9b7897b5 28 seconds ago 15.8MB [2020-08-10T13:40:12.544Z] docker-support-logging-go-arm64 latest 6c0732a98db7 33 seconds ago 11.4MB [2020-08-10T13:40:12.544Z] docker-sys-mgmt-agent-go-arm64 latest 7eb78a665cd0 3 minutes ago 266MB [2020-08-10T13:40:12.544Z] docker-core-metadata-go-arm64 latest f2b930be9541 4 minutes ago 13.8MB [2020-08-10T13:40:12.544Z] docker-core-command-go-arm64 latest c0646b68b0f9 4 minutes ago 12.4MB [2020-08-10T13:40:12.544Z] docker-support-scheduler-go-arm64 latest e806bfda5df3 4 minutes ago 12.6MB [2020-08-10T13:40:12.544Z] docker-security-secrets-setup-go-arm64 latest 7633ca085c6d 4 minutes ago 24.2MB [2020-08-10T13:40:12.544Z] docker latest ce9d55ae87f1 6 weeks ago 193MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2020-08-10T13:40:15.174Z] provisioning config files... [2020-08-10T13:40:15.200Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config5768416342189908312tmp [Pipeline] { [Pipeline] sh [2020-08-10T13:40:15.596Z] + curl -s https://codecov.io/bash [2020-08-10T13:40:15.596Z] + bash -s - -t @/w/workspace/edgex-go/1@tmp/config5768416342189908312tmp [Pipeline] } [2020-08-10T13:40:16.189Z] 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-10T13:40:18.402Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-10T13:40:19.376Z] ---> package-listing.sh [2020-08-10T13:40:19.376Z] ++ facter osfamily [2020-08-10T13:40:19.376Z] ++ tr '[:upper:]' '[:lower:]' [2020-08-10T13:40:19.376Z] + OS_FAMILY=redhat [2020-08-10T13:40:19.376Z] + workspace=/w/workspace/edgex-go/1 [2020-08-10T13:40:19.376Z] + START_PACKAGES=/tmp/packages_start.txt [2020-08-10T13:40:19.376Z] + END_PACKAGES=/tmp/packages_end.txt [2020-08-10T13:40:19.376Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-08-10T13:40:19.377Z] + PACKAGES=/tmp/packages_start.txt [2020-08-10T13:40:19.377Z] + '[' /w/workspace/edgex-go/1 ']' [2020-08-10T13:40:19.377Z] + PACKAGES=/tmp/packages_end.txt [2020-08-10T13:40:19.377Z] + case "${OS_FAMILY}" in [2020-08-10T13:40:19.377Z] + rpm -qa [2020-08-10T13:40:19.377Z] + sort [2020-08-10T13:40:23.582Z] + '[' -f /tmp/packages_start.txt ']' [2020-08-10T13:40:23.582Z] + '[' -f /tmp/packages_end.txt ']' [2020-08-10T13:40:23.582Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-08-10T13:40:23.582Z] + '[' /w/workspace/edgex-go/1 ']' [2020-08-10T13:40:23.582Z] + mkdir -p /w/workspace/edgex-go/1/archives/ [2020-08-10T13:40:23.582Z] + 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-10T13:40:24.339Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-10T13:40:24.339Z] [2020-08-10T13:40:24.339Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-08-10T13:40:24.727Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-10T13:40:24.727Z] alpine: Pulling from edgex-lftools-log-publisher [2020-08-10T13:40:24.727Z] c9b1b535fdd9: Pulling fs layer [2020-08-10T13:40:24.727Z] 2cc5ad85d9ab: Pulling fs layer [2020-08-10T13:40:24.727Z] 756a868c4378: Pulling fs layer [2020-08-10T13:40:24.727Z] 444b2fc9a129: Pulling fs layer [2020-08-10T13:40:24.727Z] ea15f1150254: Pulling fs layer [2020-08-10T13:40:24.727Z] 41b27a9f41bf: Pulling fs layer [2020-08-10T13:40:24.727Z] 28c525ee5125: Pulling fs layer [2020-08-10T13:40:24.727Z] 094b1ea09ed8: Pulling fs layer [2020-08-10T13:40:24.727Z] 138eaada9080: Pulling fs layer [2020-08-10T13:40:24.727Z] 0622d0fa9048: Pulling fs layer [2020-08-10T13:40:24.727Z] 444b2fc9a129: Waiting [2020-08-10T13:40:24.727Z] ea15f1150254: Waiting [2020-08-10T13:40:24.727Z] 41b27a9f41bf: Waiting [2020-08-10T13:40:24.727Z] 28c525ee5125: Waiting [2020-08-10T13:40:24.727Z] 094b1ea09ed8: Waiting [2020-08-10T13:40:24.727Z] 138eaada9080: Waiting [2020-08-10T13:40:24.727Z] 0622d0fa9048: Waiting [2020-08-10T13:40:24.727Z] 2cc5ad85d9ab: Verifying Checksum [2020-08-10T13:40:24.727Z] 2cc5ad85d9ab: Download complete [2020-08-10T13:40:24.727Z] 444b2fc9a129: Verifying Checksum [2020-08-10T13:40:24.727Z] 444b2fc9a129: Download complete [2020-08-10T13:40:24.727Z] c9b1b535fdd9: Download complete [2020-08-10T13:40:24.995Z] ea15f1150254: Verifying Checksum [2020-08-10T13:40:24.995Z] ea15f1150254: Download complete [2020-08-10T13:40:24.995Z] 28c525ee5125: Verifying Checksum [2020-08-10T13:40:24.995Z] 28c525ee5125: Download complete [2020-08-10T13:40:25.272Z] 756a868c4378: Verifying Checksum [2020-08-10T13:40:25.272Z] 756a868c4378: Download complete [2020-08-10T13:40:25.272Z] c9b1b535fdd9: Pull complete [2020-08-10T13:40:25.541Z] 138eaada9080: Verifying Checksum [2020-08-10T13:40:25.541Z] 138eaada9080: Download complete [2020-08-10T13:40:25.541Z] 094b1ea09ed8: Verifying Checksum [2020-08-10T13:40:25.541Z] 094b1ea09ed8: Download complete [2020-08-10T13:40:25.541Z] 0622d0fa9048: Verifying Checksum [2020-08-10T13:40:25.541Z] 0622d0fa9048: Download complete [2020-08-10T13:40:25.541Z] 2cc5ad85d9ab: Pull complete [2020-08-10T13:40:25.803Z] 41b27a9f41bf: Verifying Checksum [2020-08-10T13:40:25.803Z] 41b27a9f41bf: Download complete [2020-08-10T13:40:28.347Z] 756a868c4378: Pull complete [2020-08-10T13:40:28.347Z] 444b2fc9a129: Pull complete [2020-08-10T13:40:28.347Z] ea15f1150254: Pull complete [2020-08-10T13:40:33.646Z] 41b27a9f41bf: Pull complete [2020-08-10T13:40:33.646Z] 28c525ee5125: Pull complete [2020-08-10T13:40:36.200Z] 094b1ea09ed8: Pull complete [2020-08-10T13:40:37.144Z] 138eaada9080: Pull complete [2020-08-10T13:40:37.410Z] 0622d0fa9048: Pull complete [2020-08-10T13:40:37.410Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-08-10T13:40:37.411Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-10T13:40:37.411Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-08-10T13:40:37.638Z] prd-centos7-docker-4c-2g-3263 does not seem to be running inside a container [2020-08-10T13:40:37.683Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-08-10T13:40:42.698Z] $ docker top 047d59d31694d41b3925273f4a4b482824cb9644de68ac4ec6ea8799507a7832 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-08-10T13:40:43.126Z] provisioning config files... [2020-08-10T13:40:43.155Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config1658640388720527831tmp [Pipeline] { [Pipeline] echo [2020-08-10T13:40:43.324Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-10T13:40:43.654Z] ---> create-netrc.sh [Pipeline] echo [2020-08-10T13:40:43.684Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-10T13:40:44.014Z] ---> logs-deploy.sh [2020-08-10T13:40:44.014Z] + ARCHIVE_ARTIFACTS= [2020-08-10T13:40:44.014Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-08-10T13:40:44.014Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-08-10T13:40:44.014Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-08-10T13:40:44.014Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2658/1 [2020-08-10T13:40:44.014Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2658/1/ [2020-08-10T13:40:44.014Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2658/1 /w/workspace/edgex-go/1 [2020-08-10T13:40:44.958Z] Archives upload complete. [2020-08-10T13:40:45.219Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2658/1 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2658/1/