Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of anonymouse64 for edgexfoundry/edgex-go Obtained Jenkinsfile from 24fe4be10d7a1552c86e1c1b8276c694f532d3a6+2f18d68ce33577a025edc322deb728338e3be43f (56e207c161e11933499b5249c3f42746796f236c) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 # timeout=10 Commit message: "Merge pull request #220 from ernestojeda/fix-arm64-semver" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, goVersion:1.13, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, 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 on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-2015 in /w/workspace/edgexfoundry_edgex-go_PR-2625 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/12 [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/12 # 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/2625/head:refs/remotes/origin/PR-2625 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit 2f18d68ce33577a025edc322deb728338e3be43f into PR head commit 24fe4be10d7a1552c86e1c1b8276c694f532d3a6 Merge succeeded, producing 6cdcedebd4d3fe96fce7172b253522f9a0e044a4 Checking out Revision 6cdcedebd4d3fe96fce7172b253522f9a0e044a4 (PR-2625) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/2625/head:refs/remotes/origin/PR-2625 # 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/2625/head:refs/remotes/origin/PR-2625 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 24fe4be10d7a1552c86e1c1b8276c694f532d3a6 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 2f18d68ce33577a025edc322deb728338e3be43f # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 6cdcedebd4d3fe96fce7172b253522f9a0e044a4 # timeout=10 Commit message: "Merge commit '2f18d68ce33577a025edc322deb728338e3be43f' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-08-04T04:29:57.529Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-08-04T04:29:57.764Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-08-04T04:29:57.840Z] ========================================================= [2020-08-04T04:29:57.840Z] EdgeX Global Pipelines Version Info [2020-08-04T04:29:57.840Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk e5dfae2837aabcf39bb706cb9f80b23b3963a005 # timeout=10 [2020-08-04T04:29:59.676Z] ------------------- [2020-08-04T04:29:59.676Z] stable info: [2020-08-04T04:29:59.676Z] ------------------- [2020-08-04T04:29:59.676Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-08-04T04:29:59.676Z] Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [2020-08-04T04:29:59.676Z] Message: update stable to v1.0.106 [2020-08-04T04:30:00.250Z] ------------------- [2020-08-04T04:30:00.250Z] experimental info: [2020-08-04T04:30:00.250Z] ------------------- [2020-08-04T04:30:00.250Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-08-04T04:30:00.250Z] Commit SHA: 69b11ffe9275ab8e68c4cba724b6d595bdc2db9b [2020-08-04T04:30:00.250Z] Message: update experimental to v1.0.111 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] sh [2020-08-04T04:30:01.771Z] ++ 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-04T04:30:01.771Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-04T04:30:01.771Z] ++ dirname cmd/core-command/Dockerfile [2020-08-04T04:30:01.771Z] ++ cut -d/ -f2 [2020-08-04T04:30:01.771Z] + echo core-command,cmd/core-command/Dockerfile [2020-08-04T04:30:01.771Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-04T04:30:01.771Z] ++ dirname cmd/core-data/Dockerfile [2020-08-04T04:30:01.771Z] ++ cut -d/ -f2 [2020-08-04T04:30:01.771Z] + echo core-data,cmd/core-data/Dockerfile [2020-08-04T04:30:01.771Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-04T04:30:01.771Z] ++ dirname cmd/core-metadata/Dockerfile [2020-08-04T04:30:01.771Z] ++ cut -d/ -f2 [2020-08-04T04:30:01.771Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-08-04T04:30:01.771Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-04T04:30:01.771Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-08-04T04:30:01.771Z] ++ cut -d/ -f2 [2020-08-04T04:30:01.771Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-08-04T04:30:01.771Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-04T04:30:01.771Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-08-04T04:30:01.771Z] ++ cut -d/ -f2 [2020-08-04T04:30:01.771Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-08-04T04:30:01.771Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-04T04:30:01.771Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-08-04T04:30:01.771Z] ++ cut -d/ -f2 [2020-08-04T04:30:01.771Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-08-04T04:30:01.771Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-04T04:30:01.771Z] ++ dirname cmd/support-logging/Dockerfile [2020-08-04T04:30:01.771Z] ++ cut -d/ -f2 [2020-08-04T04:30:01.771Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-08-04T04:30:01.771Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-04T04:30:01.771Z] ++ dirname cmd/support-notifications/Dockerfile [2020-08-04T04:30:01.771Z] ++ cut -d/ -f2 [2020-08-04T04:30:01.771Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-08-04T04:30:01.771Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-04T04:30:01.771Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-08-04T04:30:01.771Z] ++ cut -d/ -f2 [2020-08-04T04:30:01.771Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-08-04T04:30:01.771Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-04T04:30:01.771Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-08-04T04:30:01.771Z] ++ cut -d/ -f2 [2020-08-04T04:30:01.771Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-08-04T04:30:01.857Z] 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-04T04:30:02.875Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-04T04:30:03.136Z] [2020-08-04T04:30:03.136Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-08-04T04:30:03.480Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-04T04:30:03.480Z] latest: Pulling from edgex-devops/git-semver [2020-08-04T04:30:03.480Z] 31603596830f: Pulling fs layer [2020-08-04T04:30:03.480Z] 2a8b12db71e7: Pulling fs layer [2020-08-04T04:30:03.480Z] 6ca5941a6612: Pulling fs layer [2020-08-04T04:30:03.480Z] ecc8261a40a4: Pulling fs layer [2020-08-04T04:30:03.480Z] ecc8261a40a4: Waiting [2020-08-04T04:30:03.480Z] 2a8b12db71e7: Verifying Checksum [2020-08-04T04:30:03.480Z] 2a8b12db71e7: Download complete [2020-08-04T04:30:03.746Z] 31603596830f: Verifying Checksum [2020-08-04T04:30:03.746Z] 31603596830f: Download complete [2020-08-04T04:30:03.746Z] ecc8261a40a4: Verifying Checksum [2020-08-04T04:30:03.746Z] ecc8261a40a4: Download complete [2020-08-04T04:30:03.746Z] 6ca5941a6612: Verifying Checksum [2020-08-04T04:30:03.746Z] 6ca5941a6612: Download complete [2020-08-04T04:30:04.011Z] 31603596830f: Pull complete [2020-08-04T04:30:04.011Z] 2a8b12db71e7: Pull complete [2020-08-04T04:30:04.959Z] 6ca5941a6612: Pull complete [2020-08-04T04:30:04.959Z] ecc8261a40a4: Pull complete [2020-08-04T04:30:04.959Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-08-04T04:30:04.959Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-04T04:30:04.959Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-08-04T04:30:05.055Z] prd-centos7-docker-4c-2g-2015 does not seem to be running inside a container [2020-08-04T04:30:05.099Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-08-04T04:30:07.499Z] $ docker top 51c853bb5fe3f9d3ac6a817c92923e7d5a7efa43cd3ace45e90de83641c4442e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-04T04:30:07.749Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-04T04:30:07.749Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-04T04:30:07.950Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-04T04:30:07.949Z] $ docker exec 51c853bb5fe3f9d3ac6a817c92923e7d5a7efa43cd3ace45e90de83641c4442e ssh-agent [2020-08-04T04:30:08.123Z] SSH_AUTH_SOCK=/tmp/ssh-frIwYUemyUrN/agent.12 [2020-08-04T04:30:08.123Z] SSH_AGENT_PID=17 [2020-08-04T04:30:08.133Z] Running ssh-add (command line suppressed) [2020-08-04T04:30:08.250Z] Identity added: /w/workspace/edgex-go/12@tmp/private_key_5125779739237545816.key (/w/workspace/edgex-go/12@tmp/private_key_5125779739237545816.key) [2020-08-04T04:30:08.305Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-04T04:30:08.629Z] + git describe --exact-match --tags HEAD [2020-08-04T04:30:08.629Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-08-04T04:30:08.647Z] $ docker exec --env ******** --env ******** 51c853bb5fe3f9d3ac6a817c92923e7d5a7efa43cd3ace45e90de83641c4442e ssh-agent -k [2020-08-04T04:30:08.759Z] unset SSH_AUTH_SOCK; [2020-08-04T04:30:08.759Z] unset SSH_AGENT_PID; [2020-08-04T04:30:08.759Z] echo Agent pid 17 killed; [2020-08-04T04:30:08.807Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-08-04T04:30:08.884Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-08-04T04:30:08.884Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-08-04T04:30:08.970Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-04T04:30:08.970Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-04T04:30:09.136Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-04T04:30:09.136Z] $ docker exec 51c853bb5fe3f9d3ac6a817c92923e7d5a7efa43cd3ace45e90de83641c4442e ssh-agent [2020-08-04T04:30:09.307Z] SSH_AUTH_SOCK=/tmp/ssh-61cEFd0zfihc/agent.46 [2020-08-04T04:30:09.307Z] SSH_AGENT_PID=51 [2020-08-04T04:30:09.314Z] Running ssh-add (command line suppressed) [2020-08-04T04:30:09.433Z] Identity added: /w/workspace/edgex-go/12@tmp/private_key_8764051213679635218.key (/w/workspace/edgex-go/12@tmp/private_key_8764051213679635218.key) [2020-08-04T04:30:09.488Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-04T04:30:09.810Z] + git semver init [2020-08-04T04:30:09.810Z] # -> Open(): unable to determine branch for HEAD [2020-08-04T04:30:09.810Z] # $GIT_DIR = /w/workspace/edgex-go/12/.git [2020-08-04T04:30:09.810Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/12 [2020-08-04T04:30:09.810Z] # $SEMVER_REMOTE_NAME = origin [2020-08-04T04:30:09.810Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-04T04:30:09.810Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-04T04:30:09.810Z] # $SEMVER_BRANCH = PR-2625 [2020-08-04T04:30:09.810Z] # $SEMVER_TEMP = /tmp/semver-192655029 [2020-08-04T04:30:09.810Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-08-04T04:30:31.794Z] # '/tmp/semver-192655029' -> '/w/workspace/edgex-go/12/.semver' [2020-08-04T04:30:32.738Z] # -> Force: false [2020-08-04T04:30:32.999Z] # $SEMVER_DIR = /w/workspace/edgex-go/12/.semver [Pipeline] } [2020-08-04T04:30:33.007Z] $ docker exec --env ******** --env ******** 51c853bb5fe3f9d3ac6a817c92923e7d5a7efa43cd3ace45e90de83641c4442e ssh-agent -k [2020-08-04T04:30:33.166Z] unset SSH_AUTH_SOCK; [2020-08-04T04:30:33.167Z] unset SSH_AGENT_PID; [2020-08-04T04:30:33.167Z] echo Agent pid 51 killed; [2020-08-04T04:30:33.216Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-04T04:30:33.712Z] + git semver [Pipeline] } [2020-08-04T04:30:33.722Z] $ docker stop --time=1 51c853bb5fe3f9d3ac6a817c92923e7d5a7efa43cd3ace45e90de83641c4442e [2020-08-04T04:30:35.354Z] $ docker rm -f 51c853bb5fe3f9d3ac6a817c92923e7d5a7efa43cd3ace45e90de83641c4442e [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-08-04T04:30:48.290Z] Stashed 30 file(s) [Pipeline] echo [2020-08-04T04:30:48.293Z] [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-04T04:30:48.787Z] ========================================================= [2020-08-04T04:30:48.787Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-08-04T04:30:48.787Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-08-04T04:30:49.125Z] + 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-04T04:30:51.667Z] Sending build context to Docker daemon 323MB [2020-08-04T04:30:51.933Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-08-04T04:30:51.933Z] Step 2/7 : FROM ${BASE} [2020-08-04T04:30:51.933Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-08-04T04:30:51.933Z] df20fa9351a1: Pulling fs layer [2020-08-04T04:30:51.933Z] ed8968b2872e: Pulling fs layer [2020-08-04T04:30:51.933Z] a92cc7c5fd73: Pulling fs layer [2020-08-04T04:30:51.933Z] 2dd03ba5bac4: Pulling fs layer [2020-08-04T04:30:51.933Z] 1e091d79d1de: Pulling fs layer [2020-08-04T04:30:51.933Z] 481702a1767f: Pulling fs layer [2020-08-04T04:30:51.933Z] f64a6f60c768: Pulling fs layer [2020-08-04T04:30:51.933Z] e78d2573fc39: Pulling fs layer [2020-08-04T04:30:51.933Z] e876d2f968b6: Pulling fs layer [2020-08-04T04:30:51.933Z] ce8a83651883: Pulling fs layer [2020-08-04T04:30:51.933Z] 07967f4d0e4b: Pulling fs layer [2020-08-04T04:30:51.933Z] 2dd03ba5bac4: Waiting [2020-08-04T04:30:51.933Z] 481702a1767f: Waiting [2020-08-04T04:30:51.933Z] f64a6f60c768: Waiting [2020-08-04T04:30:51.933Z] e78d2573fc39: Waiting [2020-08-04T04:30:51.933Z] e876d2f968b6: Waiting [2020-08-04T04:30:51.933Z] ce8a83651883: Waiting [2020-08-04T04:30:51.933Z] 1e091d79d1de: Waiting [2020-08-04T04:30:51.933Z] 07967f4d0e4b: Waiting [2020-08-04T04:30:51.933Z] a92cc7c5fd73: Verifying Checksum [2020-08-04T04:30:51.933Z] a92cc7c5fd73: Download complete [2020-08-04T04:30:51.933Z] ed8968b2872e: Download complete [2020-08-04T04:30:51.933Z] 1e091d79d1de: Verifying Checksum [2020-08-04T04:30:51.933Z] 1e091d79d1de: Download complete [2020-08-04T04:30:51.933Z] 481702a1767f: Verifying Checksum [2020-08-04T04:30:51.933Z] 481702a1767f: Download complete [2020-08-04T04:30:51.933Z] df20fa9351a1: Download complete [2020-08-04T04:30:52.529Z] df20fa9351a1: Pull complete [2020-08-04T04:30:52.792Z] f64a6f60c768: Verifying Checksum [2020-08-04T04:30:52.793Z] f64a6f60c768: Download complete [2020-08-04T04:30:53.061Z] e876d2f968b6: Verifying Checksum [2020-08-04T04:30:53.061Z] e876d2f968b6: Download complete [2020-08-04T04:30:53.650Z] ce8a83651883: Verifying Checksum [2020-08-04T04:30:53.650Z] ce8a83651883: Download complete [2020-08-04T04:30:53.650Z] 07967f4d0e4b: Verifying Checksum [2020-08-04T04:30:53.650Z] 07967f4d0e4b: Download complete [2020-08-04T04:30:53.650Z] e78d2573fc39: Verifying Checksum [2020-08-04T04:30:53.650Z] e78d2573fc39: Download complete [2020-08-04T04:30:53.650Z] 2dd03ba5bac4: Verifying Checksum [2020-08-04T04:30:53.650Z] 2dd03ba5bac4: Download complete [2020-08-04T04:30:55.037Z] ed8968b2872e: Pull complete [2020-08-04T04:30:55.037Z] a92cc7c5fd73: Pull complete [2020-08-04T04:31:00.332Z] 2dd03ba5bac4: Pull complete [2020-08-04T04:31:00.332Z] 1e091d79d1de: Pull complete [2020-08-04T04:31:00.332Z] 481702a1767f: Pull complete [2020-08-04T04:31:03.558Z] Still waiting to schedule task [2020-08-04T04:31:03.558Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2020-08-04T04:31:06.939Z] f64a6f60c768: Pull complete [2020-08-04T04:31:10.255Z] e78d2573fc39: Pull complete [2020-08-04T04:31:10.255Z] e876d2f968b6: Pull complete [2020-08-04T04:31:10.830Z] ce8a83651883: Pull complete [2020-08-04T04:31:11.093Z] 07967f4d0e4b: Pull complete [2020-08-04T04:31:11.093Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-08-04T04:31:11.093Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-08-04T04:31:11.093Z] ---> 5d7c900382c6 [2020-08-04T04:31:11.093Z] 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-04T04:31:12.483Z] ---> Running in ce5f08f62a3e [2020-08-04T04:31:13.053Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-04T04:31:13.997Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-04T04:31:13.997Z] (1/12) Installing libmagic (5.38-r0) [2020-08-04T04:31:14.259Z] (2/12) Installing file (5.38-r0) [2020-08-04T04:31:14.259Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-08-04T04:31:14.521Z] (4/12) Installing g++ (9.3.0-r2) [2020-08-04T04:31:15.907Z] (5/12) Installing fortify-headers (1.1-r0) [2020-08-04T04:31:15.907Z] (6/12) Installing patch (2.7.6-r6) [2020-08-04T04:31:16.167Z] (7/12) Installing build-base (0.5-r2) [2020-08-04T04:31:16.167Z] (8/12) Installing libsodium (1.0.18-r0) [2020-08-04T04:31:16.167Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-08-04T04:31:16.427Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-08-04T04:31:16.427Z] (11/12) Installing libzmq (4.3.2-r0) [2020-08-04T04:31:16.427Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-08-04T04:31:16.689Z] Executing busybox-1.31.1-r16.trigger [2020-08-04T04:31:16.689Z] OK: 233 MiB in 51 packages [2020-08-04T04:31:20.908Z] Removing intermediate container ce5f08f62a3e [2020-08-04T04:31:20.908Z] ---> 3da4472e1e65 [2020-08-04T04:31:20.908Z] Step 4/7 : WORKDIR /edgex-go [2020-08-04T04:31:20.908Z] ---> Running in 3844f6dd7ada [2020-08-04T04:31:20.908Z] Removing intermediate container 3844f6dd7ada [2020-08-04T04:31:20.908Z] ---> 20d8be1041d8 [2020-08-04T04:31:20.908Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-08-04T04:31:21.170Z] latest: Pulling from library/docker [2020-08-04T04:31:21.170Z] df20fa9351a1: Already exists [2020-08-04T04:31:21.170Z] 25ad7478873d: Pulling fs layer [2020-08-04T04:31:21.170Z] 4684f6177b5d: Pulling fs layer [2020-08-04T04:31:21.170Z] 46e300cec669: Pulling fs layer [2020-08-04T04:31:21.171Z] 63038576ad94: Pulling fs layer [2020-08-04T04:31:21.171Z] 0fdb76c4706c: Pulling fs layer [2020-08-04T04:31:21.171Z] cb7edeffdfd5: Pulling fs layer [2020-08-04T04:31:21.171Z] 63038576ad94: Waiting [2020-08-04T04:31:21.171Z] 0fdb76c4706c: Waiting [2020-08-04T04:31:21.171Z] cb7edeffdfd5: Waiting [2020-08-04T04:31:21.446Z] 4684f6177b5d: Verifying Checksum [2020-08-04T04:31:21.446Z] 4684f6177b5d: Download complete [2020-08-04T04:31:21.446Z] 25ad7478873d: Verifying Checksum [2020-08-04T04:31:21.446Z] 25ad7478873d: Download complete [2020-08-04T04:31:21.446Z] 63038576ad94: Verifying Checksum [2020-08-04T04:31:21.446Z] 63038576ad94: Download complete [2020-08-04T04:31:21.446Z] 0fdb76c4706c: Verifying Checksum [2020-08-04T04:31:21.446Z] 0fdb76c4706c: Download complete [2020-08-04T04:31:21.709Z] cb7edeffdfd5: Verifying Checksum [2020-08-04T04:31:21.709Z] cb7edeffdfd5: Download complete [2020-08-04T04:31:21.709Z] 25ad7478873d: Pull complete [2020-08-04T04:31:21.709Z] 4684f6177b5d: Pull complete [2020-08-04T04:31:22.279Z] 46e300cec669: Verifying Checksum [2020-08-04T04:31:22.279Z] 46e300cec669: Download complete [2020-08-04T04:31:24.207Z] 46e300cec669: Pull complete [2020-08-04T04:31:24.468Z] 63038576ad94: Pull complete [2020-08-04T04:31:24.468Z] 0fdb76c4706c: Pull complete [2020-08-04T04:31:24.468Z] cb7edeffdfd5: Pull complete [2020-08-04T04:31:24.728Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-08-04T04:31:24.728Z] Status: Downloaded newer image for docker:latest [2020-08-04T04:31:26.131Z] ---> bbfe140296a6 [2020-08-04T04:31:26.131Z] Step 6/7 : COPY go.mod . [2020-08-04T04:31:26.392Z] ---> cfd62c9a09f5 [2020-08-04T04:31:26.392Z] Step 7/7 : RUN go mod download [2020-08-04T04:31:26.392Z] ---> Running in 9de5fb1f137d [2020-08-04T04:31:28.949Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-08-04T04:31:28.949Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-08-04T04:31:28.949Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-08-04T04:31:28.949Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-08-04T04:31:28.949Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-04T04:31:28.949Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-08-04T04:31:28.949Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-08-04T04:31:28.949Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-04T04:31:28.949Z] go: finding github.com/cloudflare/gokey v0.1.0 [2020-08-04T04:31:28.949Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-08-04T04:31:28.949Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-08-04T04:31:28.949Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-08-04T04:31:28.949Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 [2020-08-04T04:31:28.949Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-04T04:31:28.949Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-08-04T04:31:28.949Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-08-04T04:31:29.210Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-08-04T04:31:29.210Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-08-04T04:31:29.210Z] go: finding github.com/fatih/color v1.7.0 [2020-08-04T04:31:29.210Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-08-04T04:31:29.210Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-04T04:31:29.210Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-08-04T04:31:29.210Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-04T04:31:29.210Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-04T04:31:29.210Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-08-04T04:31:29.210Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-04T04:31:29.210Z] go: finding github.com/golang/protobuf v1.3.2 [2020-08-04T04:31:29.473Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-08-04T04:31:29.473Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-08-04T04:31:29.473Z] go: finding github.com/google/uuid v1.1.0 [2020-08-04T04:31:29.473Z] go: finding github.com/gorilla/mux v1.7.1 [2020-08-04T04:31:29.473Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-08-04T04:31:29.473Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-08-04T04:31:29.473Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-08-04T04:31:29.473Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-04T04:31:29.473Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-04T04:31:29.473Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-08-04T04:31:29.473Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-08-04T04:31:29.734Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-04T04:31:29.734Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-08-04T04:31:29.734Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-08-04T04:31:29.734Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-08-04T04:31:29.734Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-08-04T04:31:29.734Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-08-04T04:31:29.734Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-08-04T04:31:29.734Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-08-04T04:31:29.734Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-08-04T04:31:29.734Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-08-04T04:31:29.995Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-08-04T04:31:29.996Z] go: finding github.com/imdario/mergo v0.3.6 [2020-08-04T04:31:29.996Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-04T04:31:29.996Z] go: finding github.com/kr/pretty v0.1.0 [2020-08-04T04:31:29.996Z] go: finding github.com/kr/pty v1.1.1 [2020-08-04T04:31:29.996Z] go: finding github.com/kr/text v0.1.0 [2020-08-04T04:31:29.996Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-08-04T04:31:29.996Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-08-04T04:31:29.996Z] go: finding github.com/miekg/dns v1.0.14 [2020-08-04T04:31:29.996Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-08-04T04:31:29.996Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-04T04:31:30.257Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-08-04T04:31:30.257Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-08-04T04:31:30.257Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-08-04T04:31:30.257Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-08-04T04:31:30.257Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-08-04T04:31:30.257Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-08-04T04:31:30.257Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-08-04T04:31:30.257Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-08-04T04:31:30.257Z] go: finding github.com/onsi/gomega v1.7.0 [2020-08-04T04:31:30.257Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-08-04T04:31:30.257Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-08-04T04:31:30.257Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-08-04T04:31:30.520Z] go: finding github.com/pkg/errors v0.8.1 [2020-08-04T04:31:30.520Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-04T04:31:30.520Z] go: finding github.com/posener/complete v1.1.1 [2020-08-04T04:31:30.520Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-08-04T04:31:30.520Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-08-04T04:31:30.520Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-08-04T04:31:30.520Z] go: finding github.com/stretchr/objx v0.1.0 [2020-08-04T04:31:30.520Z] go: finding github.com/stretchr/testify v1.5.1 [2020-08-04T04:31:30.520Z] go: finding github.com/ugorji/go v1.1.4 [2020-08-04T04:31:30.520Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-04T04:31:30.520Z] go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 [2020-08-04T04:31:30.780Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-08-04T04:31:30.780Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-08-04T04:31:30.780Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-08-04T04:31:30.780Z] go: finding golang.org/x/text v0.3.2 [2020-08-04T04:31:30.780Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-08-04T04:31:30.780Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-08-04T04:31:30.780Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-08-04T04:31:30.780Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-08-04T04:31:30.780Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-08-04T04:31:30.780Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-04T04:31:43.046Z] Removing intermediate container 9de5fb1f137d [2020-08-04T04:31:43.046Z] ---> 030030a4d709 [2020-08-04T04:31:43.046Z] Successfully built 030030a4d709 [2020-08-04T04:31:43.046Z] 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-04T04:31:43.661Z] + docker inspect -f . ci-base-image-x86_64 [2020-08-04T04:31:43.661Z] . [Pipeline] withDockerContainer [2020-08-04T04:31:43.752Z] prd-centos7-docker-4c-2g-2015 does not seem to be running inside a container [2020-08-04T04:31:43.792Z] $ 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/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-08-04T04:31:44.381Z] $ docker top e6cf12e8206c3f9d2097906d3efc1a6cbb617011ccc74fb637b27c59588d8fb6 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-04T04:31:44.858Z] + go version [2020-08-04T04:31:44.858Z] go version go1.13.13 linux/amd64 [Pipeline] echo [2020-08-04T04:31:44.871Z] ========================================================= [2020-08-04T04:31:44.872Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-08-04T04:31:44.872Z] ========================================================= [Pipeline] sh [2020-08-04T04:31:45.158Z] + make test [2020-08-04T04:31:45.158Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-08-04T04:31:47.723Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-08-04T04:31:57.811Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-08-04T04:32:02.130Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-08-04T04:32:02.130Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-08-04T04:32:02.130Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-08-04T04:32:02.130Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-08-04T04:32:02.130Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.006s [2020-08-04T04:32:02.130Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-08-04T04:32:02.130Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-08-04T04:32:02.130Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-08-04T04:32:02.715Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-08-04T04:32:02.982Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-08-04T04:32:03.273Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-08-04T04:32:03.273Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-08-04T04:32:03.273Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-08-04T04:32:09.898Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.043s coverage: 46.6% of statements [2020-08-04T04:32:09.898Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-08-04T04:32:09.898Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-08-04T04:32:09.898Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-08-04T04:32:09.898Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-08-04T04:32:09.898Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-08-04T04:32:11.326Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.057s coverage: 27.3% of statements [2020-08-04T04:32:11.326Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-08-04T04:32:11.326Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-08-04T04:32:11.326Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-08-04T04:32:11.326Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-08-04T04:32:11.326Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-08-04T04:32:11.326Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-08-04T04:32:11.326Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.008s coverage: 100.0% of statements [2020-08-04T04:32:11.326Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-08-04T04:32:11.326Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.009s coverage: 100.0% of statements [2020-08-04T04:32:11.326Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-08-04T04:32:12.741Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.096s coverage: 28.6% of statements [2020-08-04T04:32:12.741Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-08-04T04:32:12.741Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-08-04T04:32:12.741Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-08-04T04:32:12.741Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-08-04T04:32:12.741Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-08-04T04:32:12.741Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.038s coverage: 100.0% of statements [2020-08-04T04:32:12.741Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-08-04T04:32:12.741Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.026s coverage: 100.0% of statements [2020-08-04T04:32:12.741Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-08-04T04:32:13.316Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.016s coverage: 89.8% of statements [2020-08-04T04:32:13.316Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-08-04T04:32:13.316Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.019s coverage: 97.5% of statements [2020-08-04T04:32:13.316Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-08-04T04:32:13.316Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.008s coverage: 100.0% of statements [2020-08-04T04:32:13.316Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-08-04T04:32:13.316Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-08-04T04:32:13.316Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-08-04T04:32:13.316Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-08-04T04:32:13.316Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-08-04T04:32:13.316Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-08-04T04:32:13.316Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-08-04T04:32:13.316Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-08-04T04:32:13.316Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-08-04T04:32:13.316Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-08-04T04:32:13.316Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-08-04T04:32:13.316Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-08-04T04:32:13.316Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-08-04T04:32:13.316Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-08-04T04:32:13.316Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-08-04T04:32:13.316Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-08-04T04:32:13.316Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-08-04T04:32:13.316Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.005s coverage: 58.8% of statements [2020-08-04T04:32:14.729Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.069s coverage: 63.5% of statements [2020-08-04T04:32:14.729Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-08-04T04:32:14.729Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-08-04T04:32:14.729Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.023s coverage: 100.0% of statements [2020-08-04T04:32:15.013Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.131s coverage: 55.9% of statements [2020-08-04T04:32:15.013Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-08-04T04:32:15.013Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-08-04T04:32:15.013Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-08-04T04:32:15.013Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-08-04T04:32:21.659Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 6.308s coverage: 86.3% of statements [2020-08-04T04:32:21.659Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-08-04T04:32:21.659Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.335s coverage: 72.2% of statements [2020-08-04T04:32:21.659Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.103s coverage: 72.1% of statements [2020-08-04T04:32:21.659Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.017s coverage: 82.4% of statements [2020-08-04T04:32:21.659Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.011s coverage: 48.4% of statements [2020-08-04T04:32:21.659Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-08-04T04:32:21.659Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-08-04T04:32:21.659Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-08-04T04:32:21.659Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.045s coverage: 28.8% of statements [2020-08-04T04:32:21.659Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-08-04T04:32:21.659Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.015s coverage: 96.8% of statements [2020-08-04T04:32:21.659Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-08-04T04:32:21.659Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.036s coverage: 26.9% of statements [2020-08-04T04:32:21.659Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-08-04T04:32:21.659Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-08-04T04:32:21.659Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.084s coverage: 84.1% of statements [2020-08-04T04:32:21.659Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.007s coverage: 100.0% of statements [2020-08-04T04:32:21.659Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.012s coverage: 42.9% of statements [2020-08-04T04:32:21.659Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-08-04T04:32:21.659Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-08-04T04:32:21.659Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.025s coverage: 100.0% of statements [2020-08-04T04:32:21.659Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-08-04T04:32:21.659Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.026s coverage: 83.8% of statements [2020-08-04T04:32:21.659Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-08-04T04:32:21.659Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.036s coverage: 45.9% of statements [2020-08-04T04:32:21.659Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-08-04T04:32:21.659Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-08-04T04:32:21.659Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.051s coverage: 100.0% of statements [2020-08-04T04:32:21.659Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-08-04T04:32:21.659Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-08-04T04:32:21.659Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-08-04T04:32:21.659Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.015s coverage: 100.0% of statements [2020-08-04T04:32:21.659Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-08-04T04:32:21.924Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.010s coverage: 100.0% of statements [2020-08-04T04:32:21.924Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-08-04T04:32:23.900Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.048s coverage: 29.1% of statements [2020-08-04T04:32:23.900Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-08-04T04:32:23.900Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-08-04T04:32:23.900Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-08-04T04:32:23.900Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-08-04T04:32:23.900Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-08-04T04:32:23.900Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.011s coverage: 99.0% of statements [2020-08-04T04:32:23.900Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-08-04T04:32:23.900Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.006s coverage: 100.0% of statements [2020-08-04T04:32:23.900Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-08-04T04:32:23.900Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.005s coverage: 0.0% of statements [2020-08-04T04:32:23.900Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-08-04T04:32:24.164Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.029s coverage: 100.0% of statements [2020-08-04T04:32:24.164Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-08-04T04:32:24.164Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-08-04T04:32:24.164Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-08-04T04:32:24.164Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-08-04T04:32:24.164Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.007s coverage: 87.9% of statements [2020-08-04T04:32:24.165Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-08-04T04:32:24.165Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-08-04T04:32:24.430Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.023s coverage: 100.0% of statements [2020-08-04T04:32:24.690Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.004s coverage: 32.1% of statements [2020-08-04T04:32:25.270Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.007s coverage: 100.0% of statements [2020-08-04T04:32:25.270Z] GO111MODULE=on go vet ./... [2020-08-04T04:32:30.594Z] gofmt -l . [2020-08-04T04:32:31.165Z] [ "`gofmt -l .`" = "" ] [2020-08-04T04:32:31.737Z] ./bin/test-go-mod-tidy.sh [2020-08-04T04:32:32.682Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-08-04T04:32:34.365Z] + ls -al . [2020-08-04T04:32:34.366Z] total 556 [2020-08-04T04:32:34.366Z] drwxrwxr-x 10 1001 1001 4096 Aug 4 04:32 . [2020-08-04T04:32:34.366Z] drwxr-xr-x 4 root root 30 Aug 4 04:31 .. [2020-08-04T04:32:34.366Z] -rw-rw-r-- 1 1001 1001 11 Aug 4 04:29 .dockerignore [2020-08-04T04:32:34.366Z] drwxrwxr-x 8 1001 1001 179 Aug 4 04:29 .git [2020-08-04T04:32:34.366Z] drwxrwxr-x 3 1001 1001 60 Aug 4 04:29 .github [2020-08-04T04:32:34.366Z] -rw-rw-r-- 1 1001 1001 932 Aug 4 04:29 .gitignore [2020-08-04T04:32:34.366Z] drwx------ 3 1001 1001 47 Aug 4 04:30 .semver [2020-08-04T04:32:34.366Z] -rw-rw-r-- 1 1001 1001 166 Aug 4 04:29 .sonarcloud.properties [2020-08-04T04:32:34.366Z] -rw-rw-r-- 1 1001 1001 3804 Aug 4 04:29 CONTRIBUTING.md [2020-08-04T04:32:34.366Z] -rw-rw-r-- 1 1001 1001 1035 Aug 4 04:29 Dockerfile.build [2020-08-04T04:32:34.366Z] -rw-rw-r-- 1 1001 1001 865 Aug 4 04:29 Jenkinsfile [2020-08-04T04:32:34.366Z] -rw-rw-r-- 1 1001 1001 10775 Aug 4 04:29 LICENSE [2020-08-04T04:32:34.366Z] -rw-rw-r-- 1 1001 1001 6237 Aug 4 04:29 Makefile [2020-08-04T04:32:34.366Z] -rw-rw-r-- 1 1001 1001 5652 Aug 4 04:29 README.md [2020-08-04T04:32:34.366Z] -rw-rw-r-- 1 1001 1001 7111 Aug 4 04:29 SECURITY.md [2020-08-04T04:32:34.366Z] -rw-rw-r-- 1 1001 1001 5 Aug 4 04:30 VERSION [2020-08-04T04:32:34.366Z] -rw-rw-r-- 1 1001 1001 4131 Aug 4 04:29 ZMQWindows.md [2020-08-04T04:32:34.366Z] drwxrwxr-x 2 1001 1001 117 Aug 4 04:29 bin [2020-08-04T04:32:34.366Z] drwxrwxr-x 15 1001 1001 4096 Aug 4 04:29 cmd [2020-08-04T04:32:34.366Z] -rw-r--r-- 1 root root 455803 Aug 4 04:32 coverage.out [2020-08-04T04:32:34.366Z] -rw-r--r-- 1 root root 1019 Aug 4 04:32 go.mod [2020-08-04T04:32:34.366Z] -rw-r--r-- 1 root root 18146 Aug 4 04:32 go.sum [2020-08-04T04:32:34.366Z] drwxrwxr-x 8 1001 1001 127 Aug 4 04:29 internal [2020-08-04T04:32:34.366Z] drwxrwxr-x 4 1001 1001 26 Aug 4 04:29 openapi [2020-08-04T04:32:34.366Z] drwxrwxr-x 4 1001 1001 71 Aug 4 04:29 snap [2020-08-04T04:32:34.366Z] -rw-rw-r-- 1 1001 1001 168 Aug 4 04:29 version.go [Pipeline] sh [2020-08-04T04:32:34.740Z] + '[' -e coverage.out ] [2020-08-04T04:32:34.740Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-08-04T04:32:34.890Z] Stashed 1 file(s) [Pipeline] sh [2020-08-04T04:32:35.270Z] + make build [2020-08-04T04:32:35.270Z] 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-04T04:32:42.023Z] 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-04T04:32:45.328Z] 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-04T04:32:46.717Z] 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-04T04:32:48.103Z] 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-04T04:32:50.034Z] 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-04T04:32:50.299Z] 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-04T04:32:52.846Z] 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-04T04:32:54.249Z] 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-04T04:32:55.636Z] 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-04T04:32:57.030Z] 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-04T04:32:58.416Z] 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-04T04:32:59.362Z] 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-04T04:33:00.759Z] $ docker stop --time=1 e6cf12e8206c3f9d2097906d3efc1a6cbb617011ccc74fb637b27c59588d8fb6 [2020-08-04T04:33:02.356Z] $ docker rm -f e6cf12e8206c3f9d2097906d3efc1a6cbb617011ccc74fb637b27c59588d8fb6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-04T04:33:05.167Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-04T04:33:05.167Z] [2020-08-04T04:33:05.167Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-08-04T04:33:05.507Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-04T04:33:05.507Z] latest: Pulling from edgex-devops/edgex-compose [2020-08-04T04:33:05.507Z] cbdbe7a5bc2a: Pulling fs layer [2020-08-04T04:33:05.507Z] ca9280d653b3: Pulling fs layer [2020-08-04T04:33:05.507Z] 7e9c9ca2126c: Pulling fs layer [2020-08-04T04:33:05.507Z] cbdbe7a5bc2a: Verifying Checksum [2020-08-04T04:33:05.507Z] cbdbe7a5bc2a: Download complete [2020-08-04T04:33:05.770Z] ca9280d653b3: Verifying Checksum [2020-08-04T04:33:05.770Z] ca9280d653b3: Download complete [2020-08-04T04:33:05.770Z] cbdbe7a5bc2a: Pull complete [2020-08-04T04:33:06.347Z] 7e9c9ca2126c: Verifying Checksum [2020-08-04T04:33:06.347Z] 7e9c9ca2126c: Download complete [2020-08-04T04:33:08.261Z] ca9280d653b3: Pull complete [2020-08-04T04:33:16.417Z] 7e9c9ca2126c: Pull complete [2020-08-04T04:33:16.417Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-08-04T04:33:16.417Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-04T04:33:16.417Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-08-04T04:33:16.514Z] prd-centos7-docker-4c-2g-2015 does not seem to be running inside a container [2020-08-04T04:33:16.557Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-08-04T04:33:17.289Z] $ docker top 00f636e8c68af0d62ed164f8497c296c9be1a31d7d07ff9697cd403b38baadd6 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-04T04:33:17.733Z] + docker-compose build --help [2020-08-04T04:33:17.733Z] + grep parallel [2020-08-04T04:33:18.676Z] --parallel Build images in parallel. [Pipeline] } [2020-08-04T04:33:18.685Z] $ docker stop --time=1 00f636e8c68af0d62ed164f8497c296c9be1a31d7d07ff9697cd403b38baadd6 [2020-08-04T04:33:20.036Z] $ docker rm -f 00f636e8c68af0d62ed164f8497c296c9be1a31d7d07ff9697cd403b38baadd6 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-04T04:33:20.716Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-04T04:33:20.716Z] . [Pipeline] withDockerContainer [2020-08-04T04:33:20.806Z] prd-centos7-docker-4c-2g-2015 does not seem to be running inside a container [2020-08-04T04:33:20.846Z] $ 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/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-08-04T04:33:21.420Z] $ docker top 31b3da4a0357df7d89b84a52f8c01d66c3935c78c8209cdb2d4419dd37a5aec8 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-04T04:33:21.892Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-08-04T04:33:22.834Z] Building docker-core-command-go ... [2020-08-04T04:33:22.834Z] Building docker-core-data-go ... [2020-08-04T04:33:22.834Z] Building docker-core-metadata-go ... [2020-08-04T04:33:22.834Z] Building docker-security-proxy-setup-go ... [2020-08-04T04:33:22.834Z] Building docker-security-secrets-setup-go ... [2020-08-04T04:33:22.834Z] Building docker-security-secretstore-setup-go ... [2020-08-04T04:33:22.834Z] Building docker-support-logging-go ... [2020-08-04T04:33:22.834Z] Building docker-support-notifications-go ... [2020-08-04T04:33:22.834Z] Building docker-support-scheduler-go ... [2020-08-04T04:33:22.834Z] Building docker-sys-mgmt-agent-go ... [2020-08-04T04:33:22.834Z] Building docker-core-command-go [2020-08-04T04:33:22.834Z] Building docker-sys-mgmt-agent-go [2020-08-04T04:33:22.834Z] Building docker-core-metadata-go [2020-08-04T04:33:22.834Z] Building docker-support-notifications-go [2020-08-04T04:33:22.834Z] Building docker-support-logging-go [2020-08-04T04:33:42.683Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-2018 in /w/workspace/edgexfoundry_edgex-go_PR-2625 [Pipeline] { [Pipeline] ws [2020-08-04T04:33:42.740Z] Running in /w/workspace/edgex-go/12 [Pipeline] { [Pipeline] checkout [2020-08-04T04:33:47.885Z] using credential edgex-jenkins-ssh [2020-08-04T04:33:47.932Z] Cloning the remote Git repository [2020-08-04T04:33:47.932Z] Cloning with configured refspecs honoured and without tags [2020-08-04T04:33:47.963Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-08-04T04:33:48.071Z] > git init /w/workspace/edgex-go/12 # timeout=10 [2020-08-04T04:33:48.132Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-08-04T04:33:48.132Z] > git --version # timeout=10 [2020-08-04T04:33:48.155Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-04T04:33:48.228Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2625/head:refs/remotes/origin/PR-2625 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-04T04:33:54.983Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-04T04:33:54.984Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-04T04:33:54.984Z] ---> 030030a4d709 [2020-08-04T04:33:54.984Z] Step 3/21 : WORKDIR /edgex-go [2020-08-04T04:33:54.984Z] Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-04T04:33:54.984Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-08-04T04:33:54.984Z] ---> 030030a4d709 [2020-08-04T04:33:54.984Z] Step 3/23 : WORKDIR /edgex-go [2020-08-04T04:33:54.984Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-04T04:33:54.984Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-04T04:33:54.984Z] ---> 030030a4d709 [2020-08-04T04:33:54.984Z] Step 3/21 : WORKDIR /edgex-go [2020-08-04T04:33:54.984Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-04T04:33:54.984Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-08-04T04:33:54.984Z] ---> 030030a4d709 [2020-08-04T04:33:54.984Z] Step 3/26 : WORKDIR /edgex-go [2020-08-04T04:33:54.984Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-04T04:33:54.984Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-04T04:33:54.984Z] ---> 030030a4d709 [2020-08-04T04:33:54.984Z] Step 3/21 : WORKDIR /edgex-go [2020-08-04T04:33:54.984Z] ---> Running in 2f7065ee1103 [2020-08-04T04:33:54.984Z] ---> Running in a36fa248c367 [2020-08-04T04:33:54.984Z] ---> Running in 85caff932e39 [2020-08-04T04:33:54.984Z] ---> Running in ba5702543684 [2020-08-04T04:33:54.984Z] ---> Running in 21b497ef45d0 [2020-08-04T04:33:54.984Z] Removing intermediate container a36fa248c367 [2020-08-04T04:33:54.984Z] ---> e7dfc3df8ef9 [2020-08-04T04:33:54.984Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-04T04:33:54.984Z] Removing intermediate container 21b497ef45d0 [2020-08-04T04:33:54.984Z] ---> fa3447b06c50 [2020-08-04T04:33:54.984Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-04T04:33:54.984Z] Removing intermediate container 2f7065ee1103 [2020-08-04T04:33:54.984Z] ---> fb0ff522f7c4 [2020-08-04T04:33:54.984Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-04T04:33:54.984Z] Removing intermediate container ba5702543684 [2020-08-04T04:33:54.984Z] ---> fece473fcffc [2020-08-04T04:33:54.984Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-04T04:33:54.984Z] Removing intermediate container 85caff932e39 [2020-08-04T04:33:54.984Z] ---> 602063370e21 [2020-08-04T04:33:54.984Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-04T04:33:54.984Z] ---> Running in a4842b265fb4 [2020-08-04T04:33:54.984Z] ---> Running in 6e4a148a0315 [2020-08-04T04:33:54.984Z] ---> Running in 933b74d671e6 [2020-08-04T04:33:55.244Z] ---> Running in 327edd8ba286 [2020-08-04T04:33:55.244Z] ---> Running in abc995777e83 [2020-08-04T04:33:57.166Z] Removing intermediate container a4842b265fb4 [2020-08-04T04:33:57.166Z] ---> faafe54f512b [2020-08-04T04:33:57.166Z] Step 5/21 : RUN apk update && apk add make git [2020-08-04T04:33:57.166Z] Removing intermediate container 933b74d671e6 [2020-08-04T04:33:57.166Z] ---> 9670c07ff378 [2020-08-04T04:33:57.166Z] Step 5/26 : RUN apk update && apk add make bash git [2020-08-04T04:33:57.166Z] ---> Running in 1fb16b476f12 [2020-08-04T04:33:57.166Z] Removing intermediate container 6e4a148a0315 [2020-08-04T04:33:57.166Z] ---> e590f502c00b [2020-08-04T04:33:57.166Z] Step 5/21 : RUN apk update && apk add make git [2020-08-04T04:33:57.429Z] ---> Running in 3fc702baa88b [2020-08-04T04:33:57.429Z] Removing intermediate container 327edd8ba286 [2020-08-04T04:33:57.429Z] ---> eded6b2a6aa2 [2020-08-04T04:33:57.429Z] Step 5/23 : RUN apk update && apk add make bash git ca-certificates [2020-08-04T04:33:57.690Z] ---> Running in 16b88969d8bb [2020-08-04T04:33:57.690Z] Removing intermediate container abc995777e83 [2020-08-04T04:33:57.690Z] ---> 854f10b83c6b [2020-08-04T04:33:57.690Z] Step 5/21 : RUN apk update && apk add make && apk add bash git [2020-08-04T04:33:57.690Z] ---> Running in 90bf59f7adf5 [2020-08-04T04:33:57.951Z] ---> Running in 2dbdfa68d62e [2020-08-04T04:33:57.951Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-04T04:33:58.899Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-04T04:33:58.899Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-04T04:33:58.899Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-04T04:33:58.899Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-04T04:33:58.899Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-04T04:33:59.161Z] v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-04T04:33:59.161Z] v3.12.0-208-g33ecd97d8d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-04T04:33:59.161Z] OK: 12749 distinct packages available [2020-08-04T04:33:59.422Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-04T04:33:59.422Z] OK: 233 MiB in 51 packages [2020-08-04T04:33:59.422Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-04T04:33:59.691Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-04T04:33:59.691Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-04T04:33:59.691Z] v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-04T04:33:59.691Z] v3.12.0-208-g33ecd97d8d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-04T04:33:59.691Z] OK: 12749 distinct packages available [2020-08-04T04:33:59.961Z] v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-04T04:33:59.961Z] v3.12.0-208-g33ecd97d8d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-04T04:33:59.961Z] OK: 12749 distinct packages available [2020-08-04T04:33:59.961Z] Removing intermediate container 1fb16b476f12 [2020-08-04T04:33:59.961Z] ---> b07581e9e149 [2020-08-04T04:33:59.961Z] Step 6/21 : COPY go.mod . [2020-08-04T04:33:59.961Z] v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-04T04:33:59.961Z] v3.12.0-208-g33ecd97d8d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-04T04:33:59.961Z] OK: 12749 distinct packages available [2020-08-04T04:33:59.961Z] OK: 233 MiB in 51 packages [2020-08-04T04:34:00.254Z] OK: 233 MiB in 51 packages [2020-08-04T04:34:00.254Z] v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-04T04:34:00.254Z] v3.12.0-208-g33ecd97d8d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-04T04:34:00.254Z] OK: 12749 distinct packages available [2020-08-04T04:34:00.254Z] ---> 651ce92aa113 [2020-08-04T04:34:00.254Z] Step 7/21 : RUN go mod download [2020-08-04T04:34:00.254Z] OK: 233 MiB in 51 packages [2020-08-04T04:34:00.254Z] ---> Running in 124ac3daf000 [2020-08-04T04:34:00.520Z] OK: 233 MiB in 51 packages [2020-08-04T04:34:00.785Z] OK: 233 MiB in 51 packages [2020-08-04T04:34:00.785Z] Removing intermediate container 16b88969d8bb [2020-08-04T04:34:00.785Z] ---> 714a802b0798 [2020-08-04T04:34:00.785Z] Step 6/21 : COPY go.mod . [2020-08-04T04:34:01.046Z] Removing intermediate container 3fc702baa88b [2020-08-04T04:34:01.046Z] ---> 2c4a5f9ac087 [2020-08-04T04:34:01.046Z] Step 6/26 : COPY go.mod . [2020-08-04T04:34:01.309Z] Removing intermediate container 90bf59f7adf5 [2020-08-04T04:34:01.309Z] ---> 547f1e1e0d76 [2020-08-04T04:34:01.309Z] Step 6/23 : COPY go.mod . [2020-08-04T04:34:01.309Z] ---> 5c8b8727b8d7 [2020-08-04T04:34:01.309Z] Step 7/21 : RUN go mod download [2020-08-04T04:34:01.309Z] ---> Running in 22203d29bfde [2020-08-04T04:34:01.573Z] ---> ae1a92f8fed7 [2020-08-04T04:34:01.573Z] Step 7/26 : RUN go mod download [2020-08-04T04:34:01.834Z] Removing intermediate container 2dbdfa68d62e [2020-08-04T04:34:01.834Z] ---> 5a3c891f74c4 [2020-08-04T04:34:01.834Z] Step 6/21 : COPY go.mod . [2020-08-04T04:34:01.834Z] ---> 0ad6c322b9a1 [2020-08-04T04:34:01.834Z] Step 7/23 : RUN go mod download [2020-08-04T04:34:01.834Z] ---> Running in 5f6e60c06db9 [2020-08-04T04:34:02.102Z] ---> Running in 77de60b5715d [2020-08-04T04:34:02.102Z] ---> 306c3883ad1b [2020-08-04T04:34:02.102Z] Step 7/21 : RUN go mod download [2020-08-04T04:34:02.140Z] Fetching without tags [2020-08-04T04:34:02.372Z] ---> Running in 2c144a063c5f [2020-08-04T04:34:02.024Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-08-04T04:34:02.038Z] > git config --add remote.origin.fetch +refs/pull/2625/head:refs/remotes/origin/PR-2625 # timeout=10 [2020-08-04T04:34:02.051Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-04T04:34:02.085Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-08-04T04:34:02.122Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-08-04T04:34:02.123Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-04T04:34:02.134Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2625/head:refs/remotes/origin/PR-2625 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-04T04:34:03.038Z] Merging remotes/origin/master commit 2f18d68ce33577a025edc322deb728338e3be43f into PR head commit 24fe4be10d7a1552c86e1c1b8276c694f532d3a6 [2020-08-04T04:34:03.340Z] Removing intermediate container 124ac3daf000 [2020-08-04T04:34:03.340Z] ---> b934f0550311 [2020-08-04T04:34:03.340Z] Step 8/21 : COPY . . [2020-08-04T04:34:03.975Z] Merge succeeded, producing a2e2e353eb54e2f8171c6e8b6d580467f12a8196 [2020-08-04T04:34:03.976Z] Checking out Revision a2e2e353eb54e2f8171c6e8b6d580467f12a8196 (PR-2625) [2020-08-04T04:34:04.752Z] Removing intermediate container 22203d29bfde [2020-08-04T04:34:04.752Z] ---> 8f392b03171e [2020-08-04T04:34:04.752Z] Step 8/21 : COPY . . [2020-08-04T04:34:03.026Z] > git config core.sparsecheckout # timeout=10 [2020-08-04T04:34:03.050Z] > git checkout -f 24fe4be10d7a1552c86e1c1b8276c694f532d3a6 # timeout=10 [2020-08-04T04:34:03.348Z] > git remote # timeout=10 [2020-08-04T04:34:03.428Z] > git config --get remote.origin.url # timeout=10 [2020-08-04T04:34:03.463Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-04T04:34:03.486Z] > git merge 2f18d68ce33577a025edc322deb728338e3be43f # timeout=10 [2020-08-04T04:34:03.927Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-08-04T04:34:03.948Z] > git config core.sparsecheckout # timeout=10 [2020-08-04T04:34:03.961Z] > git checkout -f a2e2e353eb54e2f8171c6e8b6d580467f12a8196 # timeout=10 [2020-08-04T04:34:06.148Z] Removing intermediate container 5f6e60c06db9 [2020-08-04T04:34:06.149Z] ---> 7047502f9213 [2020-08-04T04:34:06.149Z] Step 8/26 : COPY . . [2020-08-04T04:34:08.418Z] Commit message: "Merge commit '2f18d68ce33577a025edc322deb728338e3be43f' into HEAD" [2020-08-04T04:34:08.443Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [2020-08-04T04:34:08.391Z] > git rev-list --no-walk e5dfae2837aabcf39bb706cb9f80b23b3963a005 # timeout=10 [2020-08-04T04:34:09.478Z] Removing intermediate container 77de60b5715d [2020-08-04T04:34:09.478Z] ---> 31898a6d9050 [2020-08-04T04:34:09.478Z] Step 8/23 : COPY . . [2020-08-04T04:34:10.436Z] Removing intermediate container 2c144a063c5f [2020-08-04T04:34:10.436Z] ---> ac2dc7962d55 [2020-08-04T04:34:10.436Z] Step 8/21 : COPY . . [Pipeline] echo [2020-08-04T04:34:20.775Z] ========================================================= [2020-08-04T04:34:20.775Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-08-04T04:34:20.775Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-08-04T04:34:21.692Z] + 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-04T04:34:26.014Z] Sending build context to Docker daemon 323MB [2020-08-04T04:34:26.014Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-08-04T04:34:26.014Z] Step 2/7 : FROM ${BASE} [2020-08-04T04:34:26.298Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-08-04T04:34:26.298Z] b538f80385f9: Pulling fs layer [2020-08-04T04:34:26.298Z] 74f711af9a0d: Pulling fs layer [2020-08-04T04:34:26.298Z] 99f96fe45779: Pulling fs layer [2020-08-04T04:34:26.298Z] fd7a069fd194: Pulling fs layer [2020-08-04T04:34:26.298Z] 66aa3694b03b: Pulling fs layer [2020-08-04T04:34:26.298Z] 170f70906a0f: Pulling fs layer [2020-08-04T04:34:26.298Z] ad7c5574e4b9: Pulling fs layer [2020-08-04T04:34:26.298Z] e772456be8f7: Pulling fs layer [2020-08-04T04:34:26.298Z] c890913d741a: Pulling fs layer [2020-08-04T04:34:26.298Z] 2480fcc9aa5a: Pulling fs layer [2020-08-04T04:34:26.298Z] 09adf4765672: Pulling fs layer [2020-08-04T04:34:26.298Z] fd7a069fd194: Waiting [2020-08-04T04:34:26.298Z] 66aa3694b03b: Waiting [2020-08-04T04:34:26.298Z] 170f70906a0f: Waiting [2020-08-04T04:34:26.298Z] ad7c5574e4b9: Waiting [2020-08-04T04:34:26.298Z] e772456be8f7: Waiting [2020-08-04T04:34:26.298Z] 09adf4765672: Waiting [2020-08-04T04:34:26.298Z] c890913d741a: Waiting [2020-08-04T04:34:26.298Z] 2480fcc9aa5a: Waiting [2020-08-04T04:34:26.298Z] 99f96fe45779: Verifying Checksum [2020-08-04T04:34:26.298Z] 99f96fe45779: Download complete [2020-08-04T04:34:26.298Z] 74f711af9a0d: Download complete [2020-08-04T04:34:26.298Z] 66aa3694b03b: Download complete [2020-08-04T04:34:26.298Z] 170f70906a0f: Verifying Checksum [2020-08-04T04:34:26.298Z] 170f70906a0f: Download complete [2020-08-04T04:34:26.298Z] b538f80385f9: Download complete [2020-08-04T04:34:26.902Z] b538f80385f9: Pull complete [2020-08-04T04:34:27.510Z] 74f711af9a0d: Pull complete [2020-08-04T04:34:28.129Z] 99f96fe45779: Pull complete [2020-08-04T04:34:29.120Z] ad7c5574e4b9: Verifying Checksum [2020-08-04T04:34:29.120Z] ad7c5574e4b9: Download complete [2020-08-04T04:34:29.120Z] c890913d741a: Download complete [2020-08-04T04:34:30.580Z] 2480fcc9aa5a: Verifying Checksum [2020-08-04T04:34:30.580Z] 2480fcc9aa5a: Download complete [2020-08-04T04:34:30.853Z] 09adf4765672: Download complete [2020-08-04T04:34:31.451Z] fd7a069fd194: Verifying Checksum [2020-08-04T04:34:31.451Z] fd7a069fd194: Download complete [2020-08-04T04:34:31.451Z] e772456be8f7: Verifying Checksum [2020-08-04T04:34:31.451Z] e772456be8f7: Download complete [2020-08-04T04:34:42.914Z] ---> a7b493bdb740 [2020-08-04T04:34:42.914Z] Step 9/21 : RUN make cmd/core-command/core-command [2020-08-04T04:34:42.914Z] ---> 7c8c9d85f570 [2020-08-04T04:34:42.914Z] ---> 86cff18263f4 [2020-08-04T04:34:42.914Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-08-04T04:34:42.914Z] Step 9/21 : RUN make cmd/core-metadata/core-metadata [2020-08-04T04:34:42.914Z] ---> Running in 8775662cedb7 [2020-08-04T04:34:42.914Z] ---> Running in 37e2a421b77a [2020-08-04T04:34:42.914Z] ---> Running in cf73c161c79b [2020-08-04T04:34:42.914Z] ---> dc7b7da42cb9 [2020-08-04T04:34:42.914Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2020-08-04T04:34:42.914Z] ---> 1387c273d9d3 [2020-08-04T04:34:42.914Z] Step 9/21 : RUN make cmd/support-logging/support-logging [2020-08-04T04:34:42.914Z] ---> Running in 5e44c300061c [2020-08-04T04:34:42.914Z] ---> Running in 4b25c04866de [2020-08-04T04:34:42.914Z] 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-04T04:34:42.914Z] 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-04T04:34:42.914Z] 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-04T04:34:42.914Z] 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-04T04:34:42.914Z] 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-04T04:34:43.869Z] fd7a069fd194: Pull complete [2020-08-04T04:34:43.869Z] 66aa3694b03b: Pull complete [2020-08-04T04:34:43.869Z] 170f70906a0f: Pull complete [2020-08-04T04:34:47.272Z] ad7c5574e4b9: Pull complete [2020-08-04T04:34:51.606Z] e772456be8f7: Pull complete [2020-08-04T04:34:51.881Z] c890913d741a: Pull complete [2020-08-04T04:34:54.503Z] 2480fcc9aa5a: Pull complete [2020-08-04T04:34:54.503Z] 09adf4765672: Pull complete [2020-08-04T04:34:54.503Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-08-04T04:34:54.503Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-08-04T04:34:54.503Z] ---> 2248a725d1cf [2020-08-04T04:34:54.503Z] 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-04T04:35:01.215Z] ---> Running in e3902c8e32b3 [2020-08-04T04:35:02.650Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-04T04:35:03.239Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-04T04:35:04.215Z] (1/12) Installing libmagic (5.38-r0) [2020-08-04T04:35:04.215Z] (2/12) Installing file (5.38-r0) [2020-08-04T04:35:04.487Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-08-04T04:35:04.487Z] (4/12) Installing g++ (9.3.0-r2) [2020-08-04T04:35:12.741Z] (5/12) Installing fortify-headers (1.1-r0) [2020-08-04T04:35:12.741Z] (6/12) Installing patch (2.7.6-r6) [2020-08-04T04:35:12.741Z] (7/12) Installing build-base (0.5-r2) [2020-08-04T04:35:12.741Z] (8/12) Installing libsodium (1.0.18-r0) [2020-08-04T04:35:12.741Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-08-04T04:35:12.741Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-08-04T04:35:12.741Z] (11/12) Installing libzmq (4.3.2-r0) [2020-08-04T04:35:12.741Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-08-04T04:35:12.741Z] Executing busybox-1.31.1-r16.trigger [2020-08-04T04:35:12.741Z] OK: 217 MiB in 51 packages [2020-08-04T04:35:17.037Z] Removing intermediate container e3902c8e32b3 [2020-08-04T04:35:17.037Z] ---> 00e3431f8280 [2020-08-04T04:35:17.037Z] Step 4/7 : WORKDIR /edgex-go [2020-08-04T04:35:17.037Z] ---> Running in ad18ed969d17 [2020-08-04T04:35:17.309Z] Removing intermediate container ad18ed969d17 [2020-08-04T04:35:17.309Z] ---> 987412bcbb95 [2020-08-04T04:35:17.309Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-08-04T04:35:17.579Z] latest: Pulling from library/docker [2020-08-04T04:35:17.579Z] b538f80385f9: Already exists [2020-08-04T04:35:17.579Z] 259a493cd78d: Pulling fs layer [2020-08-04T04:35:17.579Z] b8e66b5100f5: Pulling fs layer [2020-08-04T04:35:17.579Z] 39dc9c94d07c: Pulling fs layer [2020-08-04T04:35:17.579Z] 551b823b3b82: Pulling fs layer [2020-08-04T04:35:17.579Z] 3c52a74df98c: Pulling fs layer [2020-08-04T04:35:17.579Z] 6c9b121b6998: Pulling fs layer [2020-08-04T04:35:17.579Z] 551b823b3b82: Waiting [2020-08-04T04:35:17.579Z] 3c52a74df98c: Waiting [2020-08-04T04:35:17.579Z] 6c9b121b6998: Waiting [2020-08-04T04:35:18.176Z] b8e66b5100f5: Download complete [2020-08-04T04:35:18.176Z] 259a493cd78d: Verifying Checksum [2020-08-04T04:35:18.176Z] 259a493cd78d: Download complete [2020-08-04T04:35:18.176Z] 551b823b3b82: Verifying Checksum [2020-08-04T04:35:18.176Z] 551b823b3b82: Download complete [2020-08-04T04:35:18.453Z] 6c9b121b6998: Verifying Checksum [2020-08-04T04:35:18.453Z] 6c9b121b6998: Download complete [2020-08-04T04:35:18.453Z] 3c52a74df98c: Verifying Checksum [2020-08-04T04:35:18.453Z] 3c52a74df98c: Download complete [2020-08-04T04:35:19.054Z] 259a493cd78d: Pull complete [2020-08-04T04:35:19.054Z] 39dc9c94d07c: Verifying Checksum [2020-08-04T04:35:19.054Z] 39dc9c94d07c: Download complete [2020-08-04T04:35:19.336Z] b8e66b5100f5: Pull complete [2020-08-04T04:35:21.798Z] Removing intermediate container 5e44c300061c [2020-08-04T04:35:21.798Z] ---> 50db174c19c7 [2020-08-04T04:35:21.798Z] [2020-08-04T04:35:21.798Z] Step 10/21 : FROM scratch [2020-08-04T04:35:21.798Z] ---> [2020-08-04T04:35:21.798Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-04T04:35:21.798Z] Removing intermediate container 8775662cedb7 [2020-08-04T04:35:21.798Z] ---> 21bab4b2b054 [2020-08-04T04:35:21.798Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-08-04T04:35:21.798Z] Removing intermediate container 37e2a421b77a [2020-08-04T04:35:21.798Z] ---> fa561acab535 [2020-08-04T04:35:21.798Z] [2020-08-04T04:35:21.798Z] Step 10/21 : FROM scratch [2020-08-04T04:35:21.798Z] ---> [2020-08-04T04:35:21.798Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-04T04:35:21.798Z] ---> Running in 14ca770007ba [2020-08-04T04:35:22.378Z] ---> Running in 999cefc272d8 [2020-08-04T04:35:22.378Z] ---> Running in 230ce0b2676f [2020-08-04T04:35:22.640Z] Removing intermediate container 14ca770007ba [2020-08-04T04:35:22.640Z] ---> 96eacdea4006 [2020-08-04T04:35:22.640Z] Step 12/21 : ENV APP_PORT=48061 [2020-08-04T04:35:22.725Z] 39dc9c94d07c: Pull complete [2020-08-04T04:35:22.725Z] 551b823b3b82: Pull complete [2020-08-04T04:35:22.908Z] Removing intermediate container 4b25c04866de [2020-08-04T04:35:22.908Z] ---> 817f8e0203de [2020-08-04T04:35:22.908Z] [2020-08-04T04:35:22.908Z] Step 10/23 : FROM scratch [2020-08-04T04:35:22.908Z] ---> [2020-08-04T04:35:22.908Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-04T04:35:22.908Z] ---> Using cache [2020-08-04T04:35:22.908Z] ---> 96eacdea4006 [2020-08-04T04:35:22.908Z] Step 12/23 : ENV APP_PORT=48060 [2020-08-04T04:35:22.908Z] Removing intermediate container 230ce0b2676f [2020-08-04T04:35:22.908Z] ---> bcc54126cd08 [2020-08-04T04:35:22.908Z] Step 12/21 : ENV APP_PORT=48082 [2020-08-04T04:35:22.908Z] ---> Running in f28901397c28 [2020-08-04T04:35:22.998Z] 3c52a74df98c: Pull complete [2020-08-04T04:35:23.270Z] 6c9b121b6998: Pull complete [2020-08-04T04:35:23.542Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-08-04T04:35:23.542Z] Status: Downloaded newer image for docker:latest [2020-08-04T04:35:23.869Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-08-04T04:35:24.130Z] ---> Running in a893701dfc56 [2020-08-04T04:35:24.130Z] ---> Running in b75631b85d0b [2020-08-04T04:35:25.516Z] Removing intermediate container f28901397c28 [2020-08-04T04:35:25.516Z] ---> 272b985c5167 [2020-08-04T04:35:25.516Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-04T04:35:25.516Z] Removing intermediate container b75631b85d0b [2020-08-04T04:35:25.516Z] ---> e536f4dc315b [2020-08-04T04:35:25.516Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-04T04:35:25.780Z] Removing intermediate container a893701dfc56 [2020-08-04T04:35:25.780Z] ---> 487aff67e440 [2020-08-04T04:35:25.780Z] Step 13/23 : EXPOSE $APP_PORT [2020-08-04T04:35:25.780Z] ---> Running in 236d14cd65a9 [2020-08-04T04:35:25.780Z] ---> Running in 7a25d931d16c [2020-08-04T04:35:25.780Z] Removing intermediate container cf73c161c79b [2020-08-04T04:35:25.780Z] ---> e7626a352aab [2020-08-04T04:35:25.780Z] [2020-08-04T04:35:25.780Z] Step 10/21 : FROM scratch [2020-08-04T04:35:25.780Z] ---> [2020-08-04T04:35:25.780Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-04T04:35:25.780Z] ---> Using cache [2020-08-04T04:35:25.780Z] ---> bcc54126cd08 [2020-08-04T04:35:25.780Z] Step 12/21 : ENV APP_PORT=48081 [2020-08-04T04:35:25.780Z] ---> Running in a67b5239f5ab [2020-08-04T04:35:26.044Z] ---> Running in bff4cf761e06 [2020-08-04T04:35:26.044Z] Removing intermediate container 236d14cd65a9 [2020-08-04T04:35:26.044Z] ---> cad504ecbbe0 [2020-08-04T04:35:26.044Z] Step 14/21 : COPY --from=builder /bin/bash /bin/bash [2020-08-04T04:35:26.307Z] Removing intermediate container 7a25d931d16c [2020-08-04T04:35:26.307Z] ---> 056fff4d0b61 [2020-08-04T04:35:26.307Z] Step 14/21 : WORKDIR / [2020-08-04T04:35:26.307Z] Removing intermediate container a67b5239f5ab [2020-08-04T04:35:26.307Z] ---> 99fd3cb73399 [2020-08-04T04:35:26.307Z] Step 14/23 : COPY --from=builder /bin/sh /bin/sh [2020-08-04T04:35:26.307Z] Removing intermediate container bff4cf761e06 [2020-08-04T04:35:26.307Z] ---> d8c1cec91e5b [2020-08-04T04:35:26.307Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-04T04:35:26.573Z] ---> Running in 56001f361d1c [2020-08-04T04:35:26.920Z] ---> cd6cbcb806b3 [2020-08-04T04:35:26.920Z] Step 6/7 : COPY go.mod . [2020-08-04T04:35:27.150Z] ---> Running in 1a113b8c7a82 [2020-08-04T04:35:27.416Z] ---> 91180c1d07fb [2020-08-04T04:35:27.416Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-08-04T04:35:27.416Z] ---> 64db18d3c14e [2020-08-04T04:35:27.416Z] Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-08-04T04:35:27.529Z] ---> 80eab23fecf6 [2020-08-04T04:35:27.529Z] Step 7/7 : RUN go mod download [2020-08-04T04:35:27.684Z] Removing intermediate container 1a113b8c7a82 [2020-08-04T04:35:27.684Z] ---> 601aa4b07a55 [2020-08-04T04:35:27.684Z] Step 14/21 : WORKDIR / [2020-08-04T04:35:27.684Z] Removing intermediate container 56001f361d1c [2020-08-04T04:35:27.684Z] ---> 2323414c13e4 [2020-08-04T04:35:27.684Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-08-04T04:35:27.802Z] ---> Running in 1b589363d644 [2020-08-04T04:35:28.256Z] ---> Running in 665870fa9e6d [2020-08-04T04:35:28.256Z] Removing intermediate container 999cefc272d8 [2020-08-04T04:35:28.256Z] ---> ce6092cdc61e [2020-08-04T04:35:28.256Z] [2020-08-04T04:35:28.256Z] Step 11/26 : FROM docker:latest [2020-08-04T04:35:28.256Z] ---> 81f5749c9058 [2020-08-04T04:35:28.256Z] Step 12/26 : RUN apk add --no-cache bash [2020-08-04T04:35:28.516Z] ---> a12a83d3c994 [2020-08-04T04:35:28.516Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-08-04T04:35:28.779Z] ---> 0db44bf8e06e [2020-08-04T04:35:28.779Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-08-04T04:35:28.779Z] ---> Running in bdbae9d5258e [2020-08-04T04:35:28.779Z] ---> bc416347f3b7 [2020-08-04T04:35:28.779Z] Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl [2020-08-04T04:35:29.050Z] Removing intermediate container 665870fa9e6d [2020-08-04T04:35:29.050Z] ---> 2c5d3aa74e33 [2020-08-04T04:35:29.050Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-08-04T04:35:29.314Z] ---> f5669a440fc6 [2020-08-04T04:35:29.314Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-08-04T04:35:29.576Z] ---> e963cd000f9e [2020-08-04T04:35:29.576Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-08-04T04:35:29.576Z] ---> f4d112b541da [2020-08-04T04:35:29.576Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-08-04T04:35:29.838Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-04T04:35:30.100Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-04T04:35:30.100Z] (1/2) Installing readline (8.0.4-r0) [2020-08-04T04:35:30.100Z] (2/2) Installing bash (5.0.17-r0) [2020-08-04T04:35:30.100Z] Executing bash-5.0.17-r0.post-install [2020-08-04T04:35:30.100Z] Executing busybox-1.31.1-r16.trigger [2020-08-04T04:35:30.100Z] OK: 12 MiB in 22 packages [2020-08-04T04:35:30.672Z] ---> 7c36aa6829b5 [2020-08-04T04:35:30.672Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-08-04T04:35:30.672Z] ---> 3ac9cff751ee [2020-08-04T04:35:30.672Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-08-04T04:35:30.672Z] ---> 54fc9333aa96 [2020-08-04T04:35:30.672Z] Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-04T04:35:30.672Z] ---> 50592acff64b [2020-08-04T04:35:30.672Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-08-04T04:35:30.934Z] ---> Running in 5f3fea628137 [2020-08-04T04:35:30.934Z] ---> 2d3345277a6f [2020-08-04T04:35:30.934Z] Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-04T04:35:31.185Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-08-04T04:35:31.185Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-08-04T04:35:31.185Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-08-04T04:35:31.185Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-08-04T04:35:31.185Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-04T04:35:31.185Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-08-04T04:35:31.185Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-08-04T04:35:31.185Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-04T04:35:31.185Z] go: finding github.com/cloudflare/gokey v0.1.0 [2020-08-04T04:35:31.185Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-08-04T04:35:31.185Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-08-04T04:35:31.185Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-08-04T04:35:31.185Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 [2020-08-04T04:35:31.185Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-04T04:35:31.185Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-08-04T04:35:31.185Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-08-04T04:35:31.185Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-08-04T04:35:31.185Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-08-04T04:35:31.185Z] go: finding github.com/fatih/color v1.7.0 [2020-08-04T04:35:31.185Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-08-04T04:35:31.185Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-04T04:35:31.185Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-08-04T04:35:31.185Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-04T04:35:31.185Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-04T04:35:31.185Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-08-04T04:35:31.185Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-04T04:35:31.185Z] go: finding github.com/golang/protobuf v1.3.2 [2020-08-04T04:35:31.185Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-08-04T04:35:31.185Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-08-04T04:35:31.185Z] go: finding github.com/google/uuid v1.1.0 [2020-08-04T04:35:31.454Z] go: finding github.com/gorilla/mux v1.7.1 [2020-08-04T04:35:31.454Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-08-04T04:35:31.454Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-08-04T04:35:31.454Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-08-04T04:35:31.454Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-04T04:35:31.454Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-04T04:35:31.454Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-08-04T04:35:31.454Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-08-04T04:35:31.454Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-04T04:35:31.454Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-08-04T04:35:31.454Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-08-04T04:35:31.454Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-08-04T04:35:31.505Z] ---> Running in 5fb2deb45365 [2020-08-04T04:35:31.505Z] ---> 833231281a12 [2020-08-04T04:35:31.505Z] Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-04T04:35:31.505Z] Removing intermediate container bdbae9d5258e [2020-08-04T04:35:31.505Z] ---> ce32be6676aa [2020-08-04T04:35:31.505Z] Step 13/26 : RUN rm -rf /var/cache/apk/* [2020-08-04T04:35:31.723Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-08-04T04:35:31.723Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-08-04T04:35:31.723Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-08-04T04:35:31.723Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-08-04T04:35:31.723Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-08-04T04:35:31.723Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-08-04T04:35:31.723Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-08-04T04:35:31.723Z] go: finding github.com/imdario/mergo v0.3.6 [2020-08-04T04:35:31.723Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-04T04:35:31.723Z] go: finding github.com/kr/pretty v0.1.0 [2020-08-04T04:35:31.723Z] go: finding github.com/kr/pty v1.1.1 [2020-08-04T04:35:31.765Z] Removing intermediate container 5f3fea628137 [2020-08-04T04:35:31.766Z] ---> 62ddbf01b267 [2020-08-04T04:35:31.766Z] Step 19/21 : LABEL arch=x86_64 [2020-08-04T04:35:31.766Z] ---> 34e35cd8450c [2020-08-04T04:35:31.766Z] Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-08-04T04:35:31.766Z] ---> Running in 925196c30911 [2020-08-04T04:35:31.766Z] ---> Running in a96f7de26996 [2020-08-04T04:35:31.766Z] ---> Running in 023627376c45 [2020-08-04T04:35:31.993Z] go: finding github.com/kr/text v0.1.0 [2020-08-04T04:35:31.994Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-08-04T04:35:31.994Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-08-04T04:35:31.994Z] go: finding github.com/miekg/dns v1.0.14 [2020-08-04T04:35:31.994Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-08-04T04:35:31.994Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-04T04:35:31.994Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-08-04T04:35:31.994Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-08-04T04:35:31.994Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-08-04T04:35:31.994Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-08-04T04:35:31.994Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-08-04T04:35:31.994Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-08-04T04:35:32.028Z] Removing intermediate container 5fb2deb45365 [2020-08-04T04:35:32.028Z] ---> b588663be8ac [2020-08-04T04:35:32.028Z] Step 19/21 : LABEL arch=x86_64 [2020-08-04T04:35:32.028Z] ---> Running in a4adbf598e5a [2020-08-04T04:35:32.266Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-08-04T04:35:32.266Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-08-04T04:35:32.266Z] go: finding github.com/onsi/gomega v1.7.0 [2020-08-04T04:35:32.266Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-08-04T04:35:32.266Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-08-04T04:35:32.266Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-08-04T04:35:32.266Z] go: finding github.com/pkg/errors v0.8.1 [2020-08-04T04:35:32.266Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-04T04:35:32.266Z] go: finding github.com/posener/complete v1.1.1 [2020-08-04T04:35:32.266Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-08-04T04:35:32.266Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-08-04T04:35:32.291Z] ---> d40b8307d9e7 [2020-08-04T04:35:32.291Z] Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-04T04:35:32.291Z] Removing intermediate container 925196c30911 [2020-08-04T04:35:32.291Z] ---> d3f850eabd99 [2020-08-04T04:35:32.291Z] Step 19/21 : LABEL arch=x86_64 [2020-08-04T04:35:32.291Z] Removing intermediate container 023627376c45 [2020-08-04T04:35:32.291Z] ---> 7af546ee9e7d [2020-08-04T04:35:32.291Z] Step 20/21 : LABEL git_sha=6cdcedebd4d3fe96fce7172b253522f9a0e044a4 [2020-08-04T04:35:32.539Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-08-04T04:35:32.539Z] go: finding github.com/stretchr/objx v0.1.0 [2020-08-04T04:35:32.539Z] go: finding github.com/stretchr/testify v1.5.1 [2020-08-04T04:35:32.539Z] go: finding github.com/ugorji/go v1.1.4 [2020-08-04T04:35:32.539Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-04T04:35:32.539Z] go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 [2020-08-04T04:35:32.539Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-08-04T04:35:32.539Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-08-04T04:35:32.539Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-08-04T04:35:32.539Z] go: finding golang.org/x/text v0.3.2 [2020-08-04T04:35:32.539Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-08-04T04:35:32.539Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-08-04T04:35:32.551Z] ---> Running in 11136766b389 [2020-08-04T04:35:32.551Z] ---> Running in b9a8b702144b [2020-08-04T04:35:32.551Z] ---> Running in 7ca3456de0d4 [2020-08-04T04:35:32.551Z] Removing intermediate container a4adbf598e5a [2020-08-04T04:35:32.551Z] ---> 6912fc68b76c [2020-08-04T04:35:32.551Z] Step 20/21 : LABEL git_sha=6cdcedebd4d3fe96fce7172b253522f9a0e044a4 [2020-08-04T04:35:32.814Z] ---> Running in b2fc7ed4afa5 [2020-08-04T04:35:32.816Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-08-04T04:35:32.817Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-08-04T04:35:32.817Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-08-04T04:35:32.817Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-04T04:35:33.077Z] Removing intermediate container 11136766b389 [2020-08-04T04:35:33.077Z] ---> 97583c8d6646 [2020-08-04T04:35:33.077Z] Step 21/23 : LABEL arch=x86_64 [2020-08-04T04:35:33.077Z] Removing intermediate container b9a8b702144b [2020-08-04T04:35:33.077Z] ---> 39b575a9b86e [2020-08-04T04:35:33.077Z] Step 20/21 : LABEL git_sha=6cdcedebd4d3fe96fce7172b253522f9a0e044a4 [2020-08-04T04:35:33.077Z] Removing intermediate container 7ca3456de0d4 [2020-08-04T04:35:33.077Z] ---> 47ca3789b841 [2020-08-04T04:35:33.077Z] Step 21/21 : LABEL version=0.0.0 [2020-08-04T04:35:33.337Z] ---> Running in 653a0a39e519 [2020-08-04T04:35:33.337Z] ---> Running in ce921d5deed5 [2020-08-04T04:35:33.337Z] Removing intermediate container b2fc7ed4afa5 [2020-08-04T04:35:33.337Z] ---> d83edad9b9de [2020-08-04T04:35:33.337Z] Step 21/21 : LABEL version=0.0.0 [2020-08-04T04:35:33.337Z] ---> Running in 78643e232b00 [2020-08-04T04:35:33.599Z] ---> Running in 5eb8c884a4c4 [2020-08-04T04:35:33.599Z] Removing intermediate container a96f7de26996 [2020-08-04T04:35:33.599Z] ---> b0af6f8f2bd5 [2020-08-04T04:35:33.599Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-08-04T04:35:33.599Z] Removing intermediate container ce921d5deed5 [2020-08-04T04:35:33.599Z] ---> 20a42a38537b [2020-08-04T04:35:33.599Z] Step 21/21 : LABEL version=0.0.0 [2020-08-04T04:35:33.599Z] Removing intermediate container 653a0a39e519 [2020-08-04T04:35:33.599Z] ---> b116cdcdad0f [2020-08-04T04:35:33.599Z] Step 22/23 : LABEL git_sha=6cdcedebd4d3fe96fce7172b253522f9a0e044a4 [2020-08-04T04:35:33.867Z] Removing intermediate container 78643e232b00 [2020-08-04T04:35:33.867Z] ---> 059949dcdbcc [2020-08-04T04:35:33.867Z] [2020-08-04T04:35:33.867Z] ---> Running in b19e5cdbdc76 [2020-08-04T04:35:33.867Z] ---> Running in 7c80e4ed5391 [2020-08-04T04:35:33.867Z] ---> Running in a06805c25de0 [2020-08-04T04:35:33.867Z] Removing intermediate container 5eb8c884a4c4 [2020-08-04T04:35:33.867Z] ---> 69fbfd00b8b5 [2020-08-04T04:35:33.867Z] [2020-08-04T04:35:33.867Z] Successfully built 059949dcdbcc [2020-08-04T04:35:34.134Z] Successfully built 69fbfd00b8b5 [2020-08-04T04:35:34.134Z] Successfully tagged docker-support-logging-go:latest [2020-08-04T04:35:34.134Z] Successfully tagged docker-core-command-go:latest [2020-08-04T04:35:34.411Z] Building docker-core-data-go [2020-08-04T04:35:34.411Z] Building docker-support-scheduler-go [2020-08-04T04:35:34.411Z]  Building docker-support-logging-go ... done  Building docker-core-command-go ... done Removing intermediate container 7c80e4ed5391 [2020-08-04T04:35:34.411Z] ---> 64ba9751f976 [2020-08-04T04:35:34.411Z] [2020-08-04T04:35:34.411Z] Removing intermediate container a06805c25de0 [2020-08-04T04:35:34.411Z] ---> 28de3079ec5d [2020-08-04T04:35:34.411Z] Step 23/23 : LABEL version=0.0.0 [2020-08-04T04:35:34.411Z] Removing intermediate container b19e5cdbdc76 [2020-08-04T04:35:34.411Z] ---> 4e8a7ae3b195 [2020-08-04T04:35:34.411Z] Step 15/26 : ENV APP_PORT=48090 [2020-08-04T04:35:34.411Z] Successfully built 64ba9751f976 [2020-08-04T04:35:34.411Z] Successfully tagged docker-core-metadata-go:latest [2020-08-04T04:35:34.411Z]  Building docker-core-metadata-go ... done Building docker-security-proxy-setup-go [2020-08-04T04:35:34.674Z] ---> Running in 5612720a5be3 [2020-08-04T04:35:34.674Z] ---> Running in c6bc86d0a999 [2020-08-04T04:35:34.674Z] Removing intermediate container c6bc86d0a999 [2020-08-04T04:35:34.674Z] ---> fb0cc7e6dafc [2020-08-04T04:35:34.674Z] Step 16/26 : EXPOSE $APP_PORT [2020-08-04T04:35:34.674Z] Removing intermediate container 5612720a5be3 [2020-08-04T04:35:34.674Z] ---> 4e6fbd6625a0 [2020-08-04T04:35:34.674Z] [2020-08-04T04:35:34.939Z] ---> Running in 1e8f46b73314 [2020-08-04T04:35:34.939Z] Successfully built 4e6fbd6625a0 [2020-08-04T04:35:34.939Z] Successfully tagged docker-support-notifications-go:latest [2020-08-04T04:35:34.939Z]  Building docker-support-notifications-go ... done Building docker-security-secretstore-setup-go [2020-08-04T04:35:35.203Z] Removing intermediate container 1e8f46b73314 [2020-08-04T04:35:35.203Z] ---> 53298c006b77 [2020-08-04T04:35:35.203Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-08-04T04:35:41.176Z] ---> 4ab18d4eef48 [2020-08-04T04:35:41.176Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-08-04T04:35:45.425Z] ---> d3469f14ba02 [2020-08-04T04:35:45.425Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-08-04T04:35:45.686Z] ---> 76238093b08c [2020-08-04T04:35:45.686Z] Step 20/26 : RUN apk --no-cache add py-pip [2020-08-04T04:35:45.686Z] ---> Running in 26e4f19a82fc [2020-08-04T04:35:46.652Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-04T04:35:46.652Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-04T04:35:46.925Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-08-04T04:35:46.925Z] (2/33) Installing expat (2.2.9-r1) [2020-08-04T04:35:46.925Z] (3/33) Installing libffi (3.3-r2) [2020-08-04T04:35:46.925Z] (4/33) Installing gdbm (1.13-r1) [2020-08-04T04:35:46.925Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-08-04T04:35:46.925Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-08-04T04:35:46.925Z] (7/33) Installing python3 (3.8.5-r0) [2020-08-04T04:35:51.152Z] Removing intermediate container 1b589363d644 [2020-08-04T04:35:51.152Z] ---> 7b059a4f0920 [2020-08-04T04:35:51.152Z] Successfully built 7b059a4f0920 [2020-08-04T04:35:51.152Z] 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-04T04:35:52.075Z] + docker inspect -f . ci-base-image-arm64 [2020-08-04T04:35:52.075Z] . [Pipeline] withDockerContainer [2020-08-04T04:35:52.354Z] prd-ubuntu18.04-docker-arm64-4c-16g-2018 does not seem to be running inside a container [2020-08-04T04:35:52.391Z] $ 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/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-08-04T04:35:53.866Z] $ docker top 052cd9b66c5cfe51c876866b469e0577fad570ded78e66b4a74a19599da0ef30 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-04T04:35:54.937Z] + go version [2020-08-04T04:35:54.937Z] go version go1.13.13 linux/arm64 [Pipeline] echo [2020-08-04T04:35:54.956Z] ========================================================= [2020-08-04T04:35:54.956Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-08-04T04:35:54.956Z] ========================================================= [Pipeline] sh [2020-08-04T04:35:55.602Z] + make test [2020-08-04T04:35:55.602Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-08-04T04:35:58.240Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-08-04T04:35:59.231Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-08-04T04:35:59.231Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-08-04T04:35:59.231Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-08-04T04:35:59.231Z] (11/33) Installing py3-six (1.15.0-r0) [2020-08-04T04:35:59.231Z] (12/33) Installing py3-packaging (20.4-r0) [2020-08-04T04:35:59.231Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-08-04T04:35:59.231Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-08-04T04:35:59.231Z] (15/33) Installing py3-idna (2.9-r0) [2020-08-04T04:35:59.231Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-08-04T04:35:59.493Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-08-04T04:36:00.445Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-08-04T04:36:00.445Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-08-04T04:36:00.707Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-08-04T04:36:00.707Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-08-04T04:36:01.288Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-08-04T04:36:01.288Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-08-04T04:36:01.288Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-08-04T04:36:01.553Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-08-04T04:36:01.553Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-08-04T04:36:02.378Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-04T04:36:02.378Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-08-04T04:36:02.378Z] ---> 030030a4d709 [2020-08-04T04:36:02.378Z] Step 3/20 : WORKDIR /edgex-go [2020-08-04T04:36:02.378Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-08-04T04:36:02.378Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-08-04T04:36:02.378Z] (29/33) Installing py3-progress (1.5-r0) [2020-08-04T04:36:02.378Z] ---> Using cache [2020-08-04T04:36:02.378Z] ---> 602063370e21 [2020-08-04T04:36:02.378Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-04T04:36:02.378Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-08-04T04:36:02.378Z] ---> Using cache [2020-08-04T04:36:02.378Z] ---> 854f10b83c6b [2020-08-04T04:36:02.378Z] Step 5/20 : RUN apk update && apk add make git [2020-08-04T04:36:02.378Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-08-04T04:36:02.378Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-08-04T04:36:02.378Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-08-04T04:36:03.323Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-04T04:36:03.323Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-08-04T04:36:03.323Z] ---> 030030a4d709 [2020-08-04T04:36:03.323Z] Step 3/26 : WORKDIR /edgex-go [2020-08-04T04:36:03.323Z] ---> Using cache [2020-08-04T04:36:03.323Z] ---> 602063370e21 [2020-08-04T04:36:03.323Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-04T04:36:03.323Z] ---> Using cache [2020-08-04T04:36:03.323Z] ---> 854f10b83c6b [2020-08-04T04:36:03.323Z] Step 5/26 : RUN apk update && apk add make git [2020-08-04T04:36:04.265Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-04T04:36:04.265Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-08-04T04:36:04.265Z] ---> 030030a4d709 [2020-08-04T04:36:04.265Z] Step 3/22 : WORKDIR /edgex-go [2020-08-04T04:36:04.265Z] ---> Using cache [2020-08-04T04:36:04.265Z] ---> 602063370e21 [2020-08-04T04:36:04.265Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-04T04:36:04.265Z] ---> Using cache [2020-08-04T04:36:04.265Z] ---> 854f10b83c6b [2020-08-04T04:36:04.265Z] Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-08-04T04:36:04.265Z] Executing busybox-1.31.1-r16.trigger [2020-08-04T04:36:04.525Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-04T04:36:04.525Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-08-04T04:36:04.525Z] ---> 030030a4d709 [2020-08-04T04:36:04.525Z] Step 3/20 : WORKDIR /edgex-go [2020-08-04T04:36:04.525Z] ---> Using cache [2020-08-04T04:36:04.525Z] ---> 602063370e21 [2020-08-04T04:36:04.525Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-04T04:36:04.525Z] ---> Using cache [2020-08-04T04:36:04.525Z] ---> 854f10b83c6b [2020-08-04T04:36:04.525Z] Step 5/20 : RUN apk update && apk add make git [2020-08-04T04:36:05.103Z] OK: 71 MiB in 55 packages [2020-08-04T04:36:05.103Z] ---> Running in e32027949d2f [2020-08-04T04:36:05.103Z] ---> Running in 8ea869974eec [2020-08-04T04:36:05.103Z] ---> Running in ec6bbd2824b4 [2020-08-04T04:36:05.103Z] ---> Running in 699ea7005884 [2020-08-04T04:36:06.051Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-04T04:36:06.051Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-04T04:36:06.051Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-04T04:36:06.312Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-04T04:36:06.884Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-04T04:36:06.885Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-04T04:36:06.885Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-04T04:36:07.145Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-04T04:36:07.743Z] v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-04T04:36:07.743Z] v3.12.0-208-g33ecd97d8d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-04T04:36:07.743Z] OK: 12749 distinct packages available [2020-08-04T04:36:08.040Z] v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-04T04:36:08.040Z] v3.12.0-208-g33ecd97d8d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-04T04:36:08.040Z] OK: 12749 distinct packages available [2020-08-04T04:36:08.040Z] v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-04T04:36:08.040Z] v3.12.0-208-g33ecd97d8d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-04T04:36:08.040Z] OK: 12749 distinct packages available [2020-08-04T04:36:08.040Z] v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-04T04:36:08.040Z] v3.12.0-208-g33ecd97d8d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-04T04:36:08.040Z] OK: 12749 distinct packages available [2020-08-04T04:36:08.040Z] OK: 233 MiB in 51 packages [2020-08-04T04:36:08.305Z] OK: 233 MiB in 51 packages [2020-08-04T04:36:08.305Z] OK: 233 MiB in 51 packages [2020-08-04T04:36:08.305Z] OK: 233 MiB in 51 packages [2020-08-04T04:36:12.522Z] Removing intermediate container 8ea869974eec [2020-08-04T04:36:12.522Z] ---> da69095f44d2 [2020-08-04T04:36:12.522Z] Step 6/20 : COPY go.mod . [2020-08-04T04:36:13.098Z] Removing intermediate container ec6bbd2824b4 [2020-08-04T04:36:13.098Z] ---> ff196b872d82 [2020-08-04T04:36:13.098Z] Step 6/20 : COPY go.mod . [2020-08-04T04:36:13.098Z] Removing intermediate container e32027949d2f [2020-08-04T04:36:13.098Z] ---> 759e4e99bc0d [2020-08-04T04:36:13.098Z] Step 6/26 : COPY go.mod . [2020-08-04T04:36:13.671Z] Removing intermediate container 699ea7005884 [2020-08-04T04:36:13.671Z] ---> 02270686aeb1 [2020-08-04T04:36:13.671Z] Step 6/22 : COPY go.mod . [2020-08-04T04:36:13.671Z] ---> d9736b281efc [2020-08-04T04:36:13.671Z] Step 7/20 : RUN go mod download [2020-08-04T04:36:13.939Z] ---> 67f14d5acf5e [2020-08-04T04:36:13.939Z] Step 7/20 : RUN go mod download [2020-08-04T04:36:13.939Z] ---> Running in 51fc4c81fe00 [2020-08-04T04:36:13.939Z] ---> Running in 7ade1b75cb59 [2020-08-04T04:36:14.512Z] Removing intermediate container 26e4f19a82fc [2020-08-04T04:36:14.512Z] ---> a96d4148963b [2020-08-04T04:36:14.512Z] Step 21/26 : RUN pip install docker-compose==1.23.2 [2020-08-04T04:36:14.512Z] ---> Running in 5b70f719797d [2020-08-04T04:36:14.512Z] ---> b08fac37f5fa [2020-08-04T04:36:14.512Z] Step 7/26 : RUN go mod download [2020-08-04T04:36:14.512Z] ---> 26b0978a9f80 [2020-08-04T04:36:14.512Z] Step 7/22 : RUN go mod download [2020-08-04T04:36:14.773Z] ---> Running in dfd386e022ca [2020-08-04T04:36:14.773Z] ---> Running in 797f81062262 [2020-08-04T04:36:16.725Z] Collecting docker-compose==1.23.2 [2020-08-04T04:36:16.988Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-08-04T04:36:17.249Z] Collecting docker<4.0,>=3.6.0 [2020-08-04T04:36:17.249Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-08-04T04:36:17.249Z] Removing intermediate container 7ade1b75cb59 [2020-08-04T04:36:17.249Z] ---> a4af87c40c60 [2020-08-04T04:36:17.249Z] Step 8/20 : COPY . . [2020-08-04T04:36:17.249Z] 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-04T04:36:17.824Z] Removing intermediate container dfd386e022ca [2020-08-04T04:36:17.824Z] ---> a94f2a67fb14 [2020-08-04T04:36:17.824Z] Step 8/26 : COPY . . [2020-08-04T04:36:17.824Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-08-04T04:36:17.824Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-08-04T04:36:18.412Z] Collecting texttable<0.10,>=0.9.0 [2020-08-04T04:36:18.412Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-08-04T04:36:21.734Z] Collecting jsonschema<3,>=2.5.1 [2020-08-04T04:36:21.735Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-08-04T04:36:22.003Z] Removing intermediate container 51fc4c81fe00 [2020-08-04T04:36:22.003Z] ---> bad91a17ea10 [2020-08-04T04:36:22.003Z] Step 8/20 : COPY . . [2020-08-04T04:36:22.581Z] Collecting cached-property<2,>=1.2.0 [2020-08-04T04:36:22.581Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-08-04T04:36:23.161Z] Collecting docopt<0.7,>=0.6.1 [2020-08-04T04:36:23.161Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-08-04T04:36:23.422Z] Removing intermediate container 797f81062262 [2020-08-04T04:36:23.422Z] ---> c2267109f9cb [2020-08-04T04:36:23.422Z] Step 8/22 : COPY . . [2020-08-04T04:36:27.648Z] Collecting dockerpty<0.5,>=0.4.1 [2020-08-04T04:36:27.648Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-08-04T04:36:29.145Z] Collecting websocket-client<1.0,>=0.32.0 [2020-08-04T04:36:29.145Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-08-04T04:36:30.224Z] Collecting PyYAML<4,>=3.10 [2020-08-04T04:36:30.224Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-08-04T04:36:30.612Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-08-04T04:36:33.590Z] Collecting docker-pycreds>=0.4.0 [2020-08-04T04:36:33.590Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-08-04T04:36:34.533Z] 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-04T04:36:35.113Z] Collecting idna<2.8,>=2.5 [2020-08-04T04:36:35.113Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-08-04T04:36:35.113Z] 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-04T04:36:35.113Z] Collecting urllib3<1.25,>=1.21.1 [2020-08-04T04:36:35.383Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-08-04T04:36:36.786Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-08-04T04:36:36.786Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-08-04T04:36:36.786Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-08-04T04:36:36.786Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-08-04T04:36:37.377Z] Installing collected packages: websocket-client, docker-pycreds, idna, urllib3, requests, docker, texttable, jsonschema, cached-property, docopt, dockerpty, PyYAML, docker-compose [2020-08-04T04:36:42.852Z] Attempting uninstall: idna [2020-08-04T04:36:42.852Z] Found existing installation: idna 2.9 [2020-08-04T04:36:42.852Z] Uninstalling idna-2.9: [2020-08-04T04:36:43.126Z] Successfully uninstalled idna-2.9 [2020-08-04T04:36:45.903Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-08-04T04:36:45.903Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-08-04T04:36:45.903Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-08-04T04:36:45.903Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-08-04T04:36:45.903Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.049s [2020-08-04T04:36:45.903Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-08-04T04:36:45.903Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-08-04T04:36:45.904Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-08-04T04:36:46.460Z] Attempting uninstall: urllib3 [2020-08-04T04:36:46.460Z] Found existing installation: urllib3 1.25.9 [2020-08-04T04:36:46.460Z] Uninstalling urllib3-1.25.9: [2020-08-04T04:36:46.501Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-08-04T04:36:47.486Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-08-04T04:36:47.486Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-08-04T04:36:47.486Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-08-04T04:36:47.486Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-08-04T04:36:47.849Z] Successfully uninstalled urllib3-1.25.9 [2020-08-04T04:36:49.778Z] Attempting uninstall: requests [2020-08-04T04:36:49.778Z] Found existing installation: requests 2.23.0 [2020-08-04T04:36:49.778Z] Uninstalling requests-2.23.0: [2020-08-04T04:36:49.778Z] Successfully uninstalled requests-2.23.0 [2020-08-04T04:36:50.524Z] Running setup.py install for texttable: started [2020-08-04T04:36:51.607Z] Running setup.py install for texttable: finished with status 'done' [2020-08-04T04:36:54.959Z] Running setup.py install for docopt: started [2020-08-04T04:36:54.959Z] ---> 9721808f9d22 [2020-08-04T04:36:54.959Z] Step 9/20 : RUN make cmd/support-scheduler/support-scheduler [2020-08-04T04:36:55.531Z] Running setup.py install for docopt: finished with status 'done' [2020-08-04T04:36:55.531Z] Running setup.py install for dockerpty: started [2020-08-04T04:36:55.773Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.139s coverage: 46.6% of statements [2020-08-04T04:36:55.773Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-08-04T04:36:55.773Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-08-04T04:36:55.773Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-08-04T04:36:55.773Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-08-04T04:36:55.773Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-08-04T04:36:56.216Z] ---> 41ff33c9b2af [2020-08-04T04:36:56.216Z] 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-04T04:36:56.477Z] Running setup.py install for dockerpty: finished with status 'done' [2020-08-04T04:36:56.477Z] Running setup.py install for PyYAML: started [2020-08-04T04:36:56.739Z] ---> Running in 5f48348c7686 [2020-08-04T04:36:56.739Z] Running setup.py install for PyYAML: finished with status 'done' [2020-08-04T04:36:57.315Z] ---> Running in 1e46f470e6b3 [2020-08-04T04:36:57.575Z] ---> 9e7ef3fd67c4 [2020-08-04T04:36:57.575Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-08-04T04:36:57.575Z] ---> 0624a3321eb0 [2020-08-04T04:36:57.575Z] Step 9/22 : RUN make cmd/core-data/core-data [2020-08-04T04:36:57.834Z] 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-04T04:36:58.093Z] ---> Running in e6c14c422188 [2020-08-04T04:36:58.093Z] ---> Running in 1c061359079a [2020-08-04T04:36:59.056Z] 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-04T04:36:59.056Z] 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-04T04:36:59.056Z] 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-04T04:36:59.057Z] 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-04T04:37:01.637Z] Removing intermediate container 5b70f719797d [2020-08-04T04:37:01.637Z] ---> e0328dcf1676 [2020-08-04T04:37:01.637Z] Step 22/26 : RUN apk --no-cache add curl [2020-08-04T04:37:01.905Z] ---> Running in 0985fb11e5ab [2020-08-04T04:37:02.488Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.230s coverage: 27.3% of statements [2020-08-04T04:37:02.489Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-08-04T04:37:02.489Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-08-04T04:37:02.489Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-08-04T04:37:02.489Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-08-04T04:37:02.489Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-08-04T04:37:02.489Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-08-04T04:37:02.489Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.040s coverage: 100.0% of statements [2020-08-04T04:37:02.489Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-08-04T04:37:02.489Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.059s coverage: 100.0% of statements [2020-08-04T04:37:02.489Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-08-04T04:37:04.487Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-04T04:37:04.487Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-04T04:37:04.759Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-08-04T04:37:04.759Z] (2/3) Installing libcurl (7.69.1-r0) [2020-08-04T04:37:04.759Z] (3/3) Installing curl (7.69.1-r0) [2020-08-04T04:37:04.759Z] Executing busybox-1.31.1-r16.trigger [2020-08-04T04:37:05.031Z] OK: 72 MiB in 58 packages [2020-08-04T04:37:05.886Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.290s coverage: 28.6% of statements [2020-08-04T04:37:05.886Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-08-04T04:37:05.886Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-08-04T04:37:05.886Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-08-04T04:37:05.886Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-08-04T04:37:05.886Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-08-04T04:37:05.886Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.048s coverage: 100.0% of statements [2020-08-04T04:37:05.886Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-08-04T04:37:05.886Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.036s coverage: 100.0% of statements [2020-08-04T04:37:05.887Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-08-04T04:37:06.162Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.091s coverage: 89.8% of statements [2020-08-04T04:37:06.162Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-08-04T04:37:06.996Z] Removing intermediate container 0985fb11e5ab [2020-08-04T04:37:06.996Z] ---> bc6bd59b7aaf [2020-08-04T04:37:06.996Z] Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-04T04:37:06.996Z] ---> Running in 8595ea2909ab [2020-08-04T04:37:07.262Z] Removing intermediate container 8595ea2909ab [2020-08-04T04:37:07.263Z] ---> 81fab74fd085 [2020-08-04T04:37:07.263Z] Step 24/26 : LABEL arch=x86_64 [2020-08-04T04:37:07.531Z] ---> Running in 6ecce56dd0d3 [2020-08-04T04:37:07.815Z] Removing intermediate container 6ecce56dd0d3 [2020-08-04T04:37:07.815Z] ---> f345d34842a8 [2020-08-04T04:37:07.815Z] Step 25/26 : LABEL git_sha=6cdcedebd4d3fe96fce7172b253522f9a0e044a4 [2020-08-04T04:37:07.815Z] ---> Running in 79ad7e5b52d8 [2020-08-04T04:37:08.086Z] Removing intermediate container 79ad7e5b52d8 [2020-08-04T04:37:08.086Z] ---> 00eb1becd8a3 [2020-08-04T04:37:08.086Z] Step 26/26 : LABEL version=0.0.0 [2020-08-04T04:37:08.086Z] ---> Running in e57dc0e280f1 [2020-08-04T04:37:08.148Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.124s coverage: 97.5% of statements [2020-08-04T04:37:08.148Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-08-04T04:37:08.148Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.052s coverage: 100.0% of statements [2020-08-04T04:37:08.148Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-08-04T04:37:08.148Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-08-04T04:37:08.148Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-08-04T04:37:08.148Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-08-04T04:37:08.148Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-08-04T04:37:08.148Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-08-04T04:37:08.148Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-08-04T04:37:08.148Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-08-04T04:37:08.148Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-08-04T04:37:08.148Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-08-04T04:37:08.148Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-08-04T04:37:08.148Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-08-04T04:37:08.148Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-08-04T04:37:08.148Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-08-04T04:37:08.148Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-08-04T04:37:08.148Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-08-04T04:37:08.148Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-08-04T04:37:08.354Z] Removing intermediate container e57dc0e280f1 [2020-08-04T04:37:08.355Z] ---> 1025dd04d44e [2020-08-04T04:37:08.355Z] [2020-08-04T04:37:08.620Z] Successfully built 1025dd04d44e [2020-08-04T04:37:08.620Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-08-04T04:37:08.892Z] Building docker-security-secrets-setup-go [2020-08-04T04:37:10.135Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.084s coverage: 58.8% of statements [2020-08-04T04:37:13.541Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.226s coverage: 63.5% of statements [2020-08-04T04:37:13.541Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-08-04T04:37:13.541Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-08-04T04:37:13.541Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.023s coverage: 100.0% of statements [2020-08-04T04:37:14.138Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.362s coverage: 55.9% of statements [2020-08-04T04:37:14.138Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-08-04T04:37:14.138Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-08-04T04:37:14.138Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-08-04T04:37:14.138Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-08-04T04:37:26.539Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 9.849s coverage: 86.3% of statements [2020-08-04T04:37:26.539Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-08-04T04:37:26.539Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.000s coverage: 72.2% of statements [2020-08-04T04:37:26.539Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.356s coverage: 72.1% of statements [2020-08-04T04:37:26.539Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.039s coverage: 82.4% of statements [2020-08-04T04:37:26.539Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.052s coverage: 48.4% of statements [2020-08-04T04:37:26.539Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-08-04T04:37:26.539Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-08-04T04:37:26.539Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-08-04T04:37:26.539Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.035s coverage: 28.8% of statements [2020-08-04T04:37:26.539Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-08-04T04:37:26.539Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.055s coverage: 96.8% of statements [2020-08-04T04:37:26.539Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-08-04T04:37:26.539Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.116s coverage: 26.9% of statements [2020-08-04T04:37:26.539Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-08-04T04:37:26.539Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-08-04T04:37:26.539Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.354s coverage: 84.1% of statements [2020-08-04T04:37:26.817Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.028s coverage: 100.0% of statements [2020-08-04T04:37:27.156Z]  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-08-04T04:37:29.719Z] Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-04T04:37:29.719Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-08-04T04:37:29.719Z] ---> 030030a4d709 [2020-08-04T04:37:29.719Z] Step 3/29 : WORKDIR /edgex-go [2020-08-04T04:37:29.719Z] ---> Using cache [2020-08-04T04:37:29.719Z] ---> 602063370e21 [2020-08-04T04:37:29.719Z] Step 4/29 : RUN apk update && apk add make git [2020-08-04T04:37:30.207Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.062s coverage: 42.9% of statements [2020-08-04T04:37:30.207Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-08-04T04:37:30.207Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-08-04T04:37:30.207Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.074s coverage: 100.0% of statements [2020-08-04T04:37:30.207Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-08-04T04:37:30.665Z] ---> Running in af0607ba82f1 [2020-08-04T04:37:31.191Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.053s coverage: 83.8% of statements [2020-08-04T04:37:31.191Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-08-04T04:37:31.650Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-04T04:37:32.637Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-04T04:37:32.637Z] 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-04T04:37:33.214Z] Removing intermediate container e6c14c422188 [2020-08-04T04:37:33.214Z] ---> d2d17257d926 [2020-08-04T04:37:33.214Z] [2020-08-04T04:37:33.214Z] Step 10/20 : FROM alpine [2020-08-04T04:37:33.796Z] latest: Pulling from library/alpine [2020-08-04T04:37:33.797Z] v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-04T04:37:33.797Z] v3.12.0-208-g33ecd97d8d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-04T04:37:33.797Z] OK: 12749 distinct packages available [2020-08-04T04:37:34.369Z] OK: 233 MiB in 51 packages [2020-08-04T04:37:35.517Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.093s coverage: 46.1% of statements [2020-08-04T04:37:35.517Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-08-04T04:37:35.517Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-08-04T04:37:35.517Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.013s coverage: 100.0% of statements [2020-08-04T04:37:35.517Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-08-04T04:37:35.517Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-08-04T04:37:35.517Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-08-04T04:37:35.517Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.116s coverage: 100.0% of statements [2020-08-04T04:37:35.517Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-08-04T04:37:36.285Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-08-04T04:37:37.496Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.071s coverage: 100.0% of statements [2020-08-04T04:37:37.496Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-08-04T04:37:38.200Z] Status: Downloaded newer image for alpine:latest [2020-08-04T04:37:38.200Z] ---> a24bb4013296 [2020-08-04T04:37:38.200Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-08-04T04:37:40.128Z] ---> Running in 376b42427d00 [2020-08-04T04:37:40.128Z] Removing intermediate container 5f48348c7686 [2020-08-04T04:37:40.128Z] ---> 28730ade805a [2020-08-04T04:37:40.128Z] [2020-08-04T04:37:40.128Z] Step 10/20 : FROM scratch [2020-08-04T04:37:40.128Z] ---> [2020-08-04T04:37:40.128Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-04T04:37:40.392Z] ---> Using cache [2020-08-04T04:37:40.393Z] ---> bcc54126cd08 [2020-08-04T04:37:40.393Z] Step 12/20 : ENV APP_PORT=48085 [2020-08-04T04:37:40.656Z] Removing intermediate container af0607ba82f1 [2020-08-04T04:37:40.656Z] ---> b552cb651bf5 [2020-08-04T04:37:40.656Z] Step 5/29 : COPY go.mod . [2020-08-04T04:37:40.656Z] ---> Running in beca94b12641 [2020-08-04T04:37:40.921Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-04T04:37:40.921Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-04T04:37:41.182Z] v3.12.0-199-gc106e3c922 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-04T04:37:41.182Z] v3.12.0-208-g33ecd97d8d [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-04T04:37:41.182Z] OK: 12749 distinct packages available [2020-08-04T04:37:41.182Z] Removing intermediate container beca94b12641 [2020-08-04T04:37:41.182Z] ---> 1dd4be04bf2e [2020-08-04T04:37:41.182Z] Step 13/20 : EXPOSE $APP_PORT [2020-08-04T04:37:41.442Z] (1/4) Installing ca-certificates (20191127-r4) [2020-08-04T04:37:41.442Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-08-04T04:37:41.442Z] (3/4) Installing libcurl (7.69.1-r0) [2020-08-04T04:37:41.442Z] (4/4) Installing curl (7.69.1-r0) [2020-08-04T04:37:41.442Z] Executing busybox-1.31.1-r16.trigger [2020-08-04T04:37:41.442Z] Executing ca-certificates-20191127-r4.trigger [2020-08-04T04:37:41.442Z] OK: 7 MiB in 18 packages [2020-08-04T04:37:41.811Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.201s coverage: 29.1% of statements [2020-08-04T04:37:41.812Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-08-04T04:37:41.812Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-08-04T04:37:41.812Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-08-04T04:37:41.812Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-08-04T04:37:41.812Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-08-04T04:37:41.812Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.074s coverage: 99.0% of statements [2020-08-04T04:37:41.812Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-08-04T04:37:41.812Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.035s coverage: 100.0% of statements [2020-08-04T04:37:41.812Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-08-04T04:37:41.812Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.021s coverage: 0.0% of statements [2020-08-04T04:37:41.812Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-08-04T04:37:42.388Z] ---> 30bf6a330b7f [2020-08-04T04:37:42.388Z] Step 6/29 : RUN go mod download [2020-08-04T04:37:43.330Z] ---> Running in 68fa86ac33e5 [2020-08-04T04:37:43.796Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.026s coverage: 100.0% of statements [2020-08-04T04:37:43.796Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-08-04T04:37:43.796Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-08-04T04:37:43.796Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-08-04T04:37:43.796Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-08-04T04:37:43.912Z] ---> Running in d88865f433ea [2020-08-04T04:37:43.912Z] Removing intermediate container 1e46f470e6b3 [2020-08-04T04:37:43.912Z] ---> 73557d584f15 [2020-08-04T04:37:43.912Z] [2020-08-04T04:37:43.912Z] Step 10/26 : FROM alpine:3.10 [2020-08-04T04:37:43.912Z] Removing intermediate container 68fa86ac33e5 [2020-08-04T04:37:43.912Z] ---> 960ee1443150 [2020-08-04T04:37:43.912Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-08-04T04:37:44.172Z] Removing intermediate container 1c061359079a [2020-08-04T04:37:44.172Z] ---> 4c7a0c93fbab [2020-08-04T04:37:44.172Z] [2020-08-04T04:37:44.172Z] Step 10/22 : FROM alpine [2020-08-04T04:37:44.172Z] ---> a24bb4013296 [2020-08-04T04:37:44.172Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-04T04:37:44.172Z] 3.10: Pulling from library/alpine [2020-08-04T04:37:44.748Z] Removing intermediate container 376b42427d00 [2020-08-04T04:37:44.748Z] ---> 355530c91964 [2020-08-04T04:37:44.748Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-04T04:37:44.748Z] ---> Running in 6dc23fa1195f [2020-08-04T04:37:44.748Z] ---> 742ecff6b450 [2020-08-04T04:37:44.748Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-08-04T04:37:44.748Z] ---> Running in 6b63be8f2c31 [2020-08-04T04:37:45.236Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.029s coverage: 87.9% of statements [2020-08-04T04:37:45.236Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-08-04T04:37:45.236Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-08-04T04:37:45.236Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.039s coverage: 100.0% of statements [2020-08-04T04:37:46.219Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.020s coverage: 32.1% of statements [2020-08-04T04:37:46.667Z] Removing intermediate container 6dc23fa1195f [2020-08-04T04:37:46.667Z] ---> 6fa100301543 [2020-08-04T04:37:46.667Z] Step 12/22 : ENV APP_PORT=48080 [2020-08-04T04:37:46.667Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-08-04T04:37:46.667Z] Removing intermediate container 6b63be8f2c31 [2020-08-04T04:37:46.667Z] ---> 1faa55502002 [2020-08-04T04:37:46.667Z] Step 13/20 : WORKDIR /edgex [2020-08-04T04:37:46.667Z] Status: Downloaded newer image for alpine:3.10 [2020-08-04T04:37:46.667Z] ---> be4e4bea2c2e [2020-08-04T04:37:46.667Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-08-04T04:37:46.667Z] ---> ce3fe715c6c5 [2020-08-04T04:37:46.667Z] Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-08-04T04:37:46.667Z] ---> Running in 90dbc09b864f [2020-08-04T04:37:46.667Z] ---> Running in 8567e0e79295 [2020-08-04T04:37:46.667Z] ---> Running in 62294ced3faf [2020-08-04T04:37:46.928Z] Removing intermediate container 90dbc09b864f [2020-08-04T04:37:46.928Z] ---> e2a2bd94a6fd [2020-08-04T04:37:46.928Z] Step 13/22 : EXPOSE $APP_PORT [2020-08-04T04:37:47.193Z] ---> deb77b7285fc [2020-08-04T04:37:47.193Z] Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-04T04:37:47.193Z] Removing intermediate container d88865f433ea [2020-08-04T04:37:47.193Z] ---> 0f057939d769 [2020-08-04T04:37:47.193Z] Step 7/29 : COPY . . [2020-08-04T04:37:47.193Z] Removing intermediate container 62294ced3faf [2020-08-04T04:37:47.193Z] ---> ddc428ee853a [2020-08-04T04:37:47.193Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-08-04T04:37:47.193Z] ---> Running in 72fe6304c155 [2020-08-04T04:37:47.193Z] ---> Running in 99f3581bab4d [2020-08-04T04:37:47.209Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.024s coverage: 100.0% of statements [2020-08-04T04:37:47.455Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-08-04T04:37:47.455Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-08-04T04:37:47.716Z] v3.10.5-64-g415cd71e45 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-08-04T04:37:47.716Z] v3.10.5-58-g477aae6b2f [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-08-04T04:37:47.716Z] OK: 10346 distinct packages available [2020-08-04T04:37:47.847Z] GO111MODULE=on go vet ./... [2020-08-04T04:37:47.980Z] (1/5) Installing ca-certificates (20191127-r2) [2020-08-04T04:37:47.980Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-08-04T04:37:47.980Z] (3/5) Installing libcurl (7.66.0-r0) [2020-08-04T04:37:47.980Z] (4/5) Installing curl (7.66.0-r0) [2020-08-04T04:37:47.980Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-08-04T04:37:47.980Z] Executing busybox-1.30.1-r3.trigger [2020-08-04T04:37:47.980Z] Executing ca-certificates-20191127-r2.trigger [2020-08-04T04:37:48.243Z] OK: 7 MiB in 19 packages [2020-08-04T04:37:51.545Z] ---> 6b939d1a4e40 [2020-08-04T04:37:51.545Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-08-04T04:37:51.545Z] Removing intermediate container 72fe6304c155 [2020-08-04T04:37:51.545Z] ---> 2e3fcc6a445c [2020-08-04T04:37:51.545Z] Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-04T04:37:52.941Z] Removing intermediate container 99f3581bab4d [2020-08-04T04:37:52.941Z] ---> 9ba7adb8adc4 [2020-08-04T04:37:52.941Z] Step 18/20 : LABEL arch=x86_64 [2020-08-04T04:37:54.853Z] ---> Running in 5a1ccb9d7e6c [2020-08-04T04:37:55.802Z] ---> 74d9d86c6dd4 [2020-08-04T04:37:55.802Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-08-04T04:37:55.802Z] ---> Running in c1fa2233c893 [2020-08-04T04:37:57.843Z] Removing intermediate container 8567e0e79295 [2020-08-04T04:37:57.843Z] ---> a4f3cd2ac344 [2020-08-04T04:37:57.843Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-04T04:38:00.452Z] ---> Running in 6e05d26f8970 [2020-08-04T04:38:00.452Z] ---> Running in 47d6a1c8ef99 [2020-08-04T04:38:00.713Z] Removing intermediate container c1fa2233c893 [2020-08-04T04:38:00.713Z] ---> d9a11a0b738b [2020-08-04T04:38:00.713Z] Step 19/20 : LABEL git_sha=6cdcedebd4d3fe96fce7172b253522f9a0e044a4 [2020-08-04T04:38:03.277Z] ---> Running in c961b33220e1 [2020-08-04T04:38:03.277Z] Removing intermediate container 6e05d26f8970 [2020-08-04T04:38:03.277Z] ---> 3fd1b0b774ac [2020-08-04T04:38:03.277Z] Step 17/20 : CMD ["--init=true"] [2020-08-04T04:38:04.221Z] Removing intermediate container 47d6a1c8ef99 [2020-08-04T04:38:04.221Z] ---> edc0736d41cb [2020-08-04T04:38:04.221Z] Step 13/26 : WORKDIR / [2020-08-04T04:38:04.221Z] ---> Running in 5634b69fffe9 [2020-08-04T04:38:04.221Z] ---> Running in 10584c33089e [2020-08-04T04:38:04.482Z] Removing intermediate container c961b33220e1 [2020-08-04T04:38:04.482Z] ---> 093bc29684e2 [2020-08-04T04:38:04.482Z] Step 20/20 : LABEL version=0.0.0 [2020-08-04T04:38:04.482Z] ---> df50134bf2bd [2020-08-04T04:38:04.482Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-08-04T04:38:04.482Z] ---> Running in 2d7da82f2d9a [2020-08-04T04:38:04.482Z] Removing intermediate container 5a1ccb9d7e6c [2020-08-04T04:38:04.482Z] ---> ea1d37db84cb [2020-08-04T04:38:04.482Z] Step 15/22 : RUN apk --no-cache add zeromq [2020-08-04T04:38:04.743Z] Removing intermediate container 5634b69fffe9 [2020-08-04T04:38:04.743Z] ---> 469d1a0c8f73 [2020-08-04T04:38:04.743Z] Step 18/20 : LABEL arch=x86_64 [2020-08-04T04:38:04.743Z] Removing intermediate container 10584c33089e [2020-08-04T04:38:04.743Z] ---> d7d3724fa3d6 [2020-08-04T04:38:04.743Z] 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-04T04:38:04.743Z] ---> Running in 0763685ffc99 [2020-08-04T04:38:04.743Z] ---> Running in b335c79429b9 [2020-08-04T04:38:05.003Z] ---> Running in 2a3c416dedd3 [2020-08-04T04:38:05.003Z] Removing intermediate container 2d7da82f2d9a [2020-08-04T04:38:05.003Z] ---> 9a63ef7285e9 [2020-08-04T04:38:05.003Z] [2020-08-04T04:38:05.003Z] Successfully built 9a63ef7285e9 [2020-08-04T04:38:05.269Z] ---> b1bcd007dc3e [2020-08-04T04:38:05.269Z] 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-04T04:38:05.269Z] Successfully tagged docker-support-scheduler-go:latest [2020-08-04T04:38:05.530Z]  Building docker-support-scheduler-go ... done Removing intermediate container 2a3c416dedd3 [2020-08-04T04:38:05.530Z] ---> 21bd00cd6544 [2020-08-04T04:38:05.530Z] Step 19/20 : LABEL git_sha=6cdcedebd4d3fe96fce7172b253522f9a0e044a4 [2020-08-04T04:38:05.530Z] ---> Running in dc49e2349a23 [2020-08-04T04:38:05.794Z] ---> 9a69a97273b4 [2020-08-04T04:38:05.795Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-08-04T04:38:05.795Z] 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-04T04:38:05.795Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-04T04:38:05.795Z] Removing intermediate container dc49e2349a23 [2020-08-04T04:38:05.795Z] ---> 6fd1efeb873f [2020-08-04T04:38:05.795Z] Step 20/20 : LABEL version=0.0.0 [2020-08-04T04:38:06.062Z] ---> Running in e686b8949063 [2020-08-04T04:38:06.062Z] ---> 70bb8bd28349 [2020-08-04T04:38:06.062Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-08-04T04:38:06.197Z] gofmt -l . [2020-08-04T04:38:06.323Z] Removing intermediate container e686b8949063 [2020-08-04T04:38:06.323Z] ---> 60cda25e2e7a [2020-08-04T04:38:06.323Z] [2020-08-04T04:38:06.592Z] ---> 61389eba9fd4 [2020-08-04T04:38:06.592Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-08-04T04:38:06.592Z] Successfully built 60cda25e2e7a [2020-08-04T04:38:06.592Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-08-04T04:38:06.798Z] [ "`gofmt -l .`" = "" ] [2020-08-04T04:38:06.889Z]  Building docker-security-proxy-setup-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-04T04:38:07.502Z] ---> b60fba7af976 [2020-08-04T04:38:07.502Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-08-04T04:38:07.775Z] (1/5) Installing libgcc (9.3.0-r2) [2020-08-04T04:38:07.775Z] (2/5) Installing libsodium (1.0.18-r0) [2020-08-04T04:38:08.055Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-08-04T04:38:08.338Z] (4/5) Installing libzmq (4.3.2-r0) [2020-08-04T04:38:08.338Z] (5/5) Installing zeromq (4.3.2-r0) [2020-08-04T04:38:08.338Z] ---> 74fa1360f35e [2020-08-04T04:38:08.338Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-08-04T04:38:08.612Z] Executing busybox-1.31.1-r16.trigger [2020-08-04T04:38:08.612Z] OK: 8 MiB in 19 packages [2020-08-04T04:38:09.412Z] ./bin/test-go-mod-tidy.sh [2020-08-04T04:38:09.683Z] ./bin/test-attribution-txt.sh [2020-08-04T04:38:10.559Z] ---> 2d6e36ee3bff [2020-08-04T04:38:10.559Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-08-04T04:38:10.559Z] Removing intermediate container b335c79429b9 [2020-08-04T04:38:10.559Z] ---> 1345ddb06a90 [2020-08-04T04:38:10.559Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-08-04T04:38:10.559Z] ---> 90316e72cdf4 [2020-08-04T04:38:10.559Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-04T04:38:10.830Z] ---> Running in 56e2f5257f24 [2020-08-04T04:38:11.110Z] ---> 3142a24eddd4 [2020-08-04T04:38:11.110Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-08-04T04:38:12.076Z] ---> c162d8a8016a [2020-08-04T04:38:12.076Z] Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-08-04T04:38:12.665Z] Removing intermediate container 56e2f5257f24 [2020-08-04T04:38:12.665Z] ---> 75ba9cb8ab44 [2020-08-04T04:38:12.665Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-08-04T04:38:12.665Z] ---> 6c1dc7db031a [2020-08-04T04:38:12.665Z] Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-04T04:38:12.665Z] ---> Running in 27784234b8a1 [2020-08-04T04:38:12.932Z] ---> Running in 0f31b5ab8136 [Pipeline] sh [2020-08-04T04:38:13.193Z] Removing intermediate container 27784234b8a1 [2020-08-04T04:38:13.193Z] ---> dde50d7642d2 [2020-08-04T04:38:13.193Z] Step 24/26 : LABEL arch=x86_64 [2020-08-04T04:38:13.193Z] Removing intermediate container 0f31b5ab8136 [2020-08-04T04:38:13.193Z] ---> 372526b0379a [2020-08-04T04:38:13.193Z] Step 20/22 : LABEL arch=x86_64 [2020-08-04T04:38:13.461Z] ---> Running in 0743200420ee [2020-08-04T04:38:13.461Z] ---> Running in e212fdc8732f [2020-08-04T04:38:13.461Z] Removing intermediate container e212fdc8732f [2020-08-04T04:38:13.461Z] ---> 555131bae68c [2020-08-04T04:38:13.461Z] Step 25/26 : LABEL git_sha=6cdcedebd4d3fe96fce7172b253522f9a0e044a4 [2020-08-04T04:38:13.461Z] Removing intermediate container 0743200420ee [2020-08-04T04:38:13.461Z] ---> ce59670d20fd [2020-08-04T04:38:13.461Z] Step 21/22 : LABEL git_sha=6cdcedebd4d3fe96fce7172b253522f9a0e044a4 [2020-08-04T04:38:13.718Z] + ls -al . [2020-08-04T04:38:13.718Z] total 588 [2020-08-04T04:38:13.718Z] drwxrwxr-x 10 1001 1001 4096 Aug 4 04:38 . [2020-08-04T04:38:13.718Z] drwxr-xr-x 4 root root 4096 Aug 4 04:35 .. [2020-08-04T04:38:13.718Z] -rw-rw-r-- 1 1001 1001 11 Aug 4 04:34 .dockerignore [2020-08-04T04:38:13.718Z] drwxrwxr-x 8 1001 1001 4096 Aug 4 04:34 .git [2020-08-04T04:38:13.718Z] drwxrwxr-x 3 1001 1001 4096 Aug 4 04:34 .github [2020-08-04T04:38:13.718Z] -rw-rw-r-- 1 1001 1001 932 Aug 4 04:34 .gitignore [2020-08-04T04:38:13.718Z] drwxrwxr-x 3 1001 1001 4096 Aug 4 04:34 .semver [2020-08-04T04:38:13.718Z] -rw-rw-r-- 1 1001 1001 166 Aug 4 04:34 .sonarcloud.properties [2020-08-04T04:38:13.718Z] -rw-rw-r-- 1 1001 1001 3804 Aug 4 04:34 CONTRIBUTING.md [2020-08-04T04:38:13.718Z] -rw-rw-r-- 1 1001 1001 1035 Aug 4 04:34 Dockerfile.build [2020-08-04T04:38:13.718Z] -rw-rw-r-- 1 1001 1001 865 Aug 4 04:34 Jenkinsfile [2020-08-04T04:38:13.718Z] -rw-rw-r-- 1 1001 1001 10775 Aug 4 04:34 LICENSE [2020-08-04T04:38:13.718Z] -rw-rw-r-- 1 1001 1001 6237 Aug 4 04:34 Makefile [2020-08-04T04:38:13.718Z] -rw-rw-r-- 1 1001 1001 5652 Aug 4 04:34 README.md [2020-08-04T04:38:13.718Z] -rw-rw-r-- 1 1001 1001 7111 Aug 4 04:34 SECURITY.md [2020-08-04T04:38:13.718Z] -rw-rw-r-- 1 1001 1001 5 Aug 4 04:30 VERSION [2020-08-04T04:38:13.718Z] -rw-rw-r-- 1 1001 1001 4131 Aug 4 04:34 ZMQWindows.md [2020-08-04T04:38:13.718Z] drwxrwxr-x 2 1001 1001 4096 Aug 4 04:34 bin [2020-08-04T04:38:13.718Z] drwxrwxr-x 15 1001 1001 4096 Aug 4 04:34 cmd [2020-08-04T04:38:13.718Z] -rw-r--r-- 1 root root 455803 Aug 4 04:37 coverage.out [2020-08-04T04:38:13.718Z] -rw-r--r-- 1 root root 1019 Aug 4 04:38 go.mod [2020-08-04T04:38:13.718Z] -rw-r--r-- 1 root root 18146 Aug 4 04:38 go.sum [2020-08-04T04:38:13.718Z] drwxrwxr-x 8 1001 1001 4096 Aug 4 04:34 internal [2020-08-04T04:38:13.718Z] drwxrwxr-x 4 1001 1001 4096 Aug 4 04:34 openapi [2020-08-04T04:38:13.718Z] drwxrwxr-x 4 1001 1001 4096 Aug 4 04:34 snap [2020-08-04T04:38:13.718Z] -rw-rw-r-- 1 1001 1001 168 Aug 4 04:34 version.go [2020-08-04T04:38:13.729Z] ---> Running in f1cc1cac731f [2020-08-04T04:38:13.730Z] ---> Running in 971b28ad59b8 [Pipeline] sh [2020-08-04T04:38:13.991Z] Removing intermediate container 971b28ad59b8 [2020-08-04T04:38:13.991Z] ---> 77e693aa2749 [2020-08-04T04:38:13.991Z] Step 26/26 : LABEL version=0.0.0 [2020-08-04T04:38:13.991Z] Removing intermediate container f1cc1cac731f [2020-08-04T04:38:13.991Z] ---> 1e64660bc754 [2020-08-04T04:38:13.991Z] Step 22/22 : LABEL version=0.0.0 [2020-08-04T04:38:13.991Z] ---> Running in badf61016517 [2020-08-04T04:38:13.991Z] ---> Running in cd706c764df3 [2020-08-04T04:38:14.251Z] Removing intermediate container badf61016517 [2020-08-04T04:38:14.251Z] ---> d0b14267b838 [2020-08-04T04:38:14.251Z] [2020-08-04T04:38:14.251Z] Removing intermediate container cd706c764df3 [2020-08-04T04:38:14.251Z] ---> 31de6e33c696 [2020-08-04T04:38:14.251Z] [2020-08-04T04:38:14.251Z] Successfully built d0b14267b838 [2020-08-04T04:38:14.251Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-08-04T04:38:14.251Z]  Building docker-security-secretstore-setup-go ... done Successfully built 31de6e33c696 [2020-08-04T04:38:14.251Z] Successfully tagged docker-core-data-go:latest [2020-08-04T04:38:14.373Z] + '[' -e coverage.out ] [2020-08-04T04:38:14.373Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-08-04T04:38:14.444Z] Warning: overwriting stash ‘coverage-report’ [2020-08-04T04:38:15.498Z] Stashed 1 file(s) [Pipeline] sh [2020-08-04T04:38:16.145Z] + make build [2020-08-04T04:38:16.145Z] 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-04T04:38:16.795Z]  Building docker-core-data-go ... done Removing intermediate container 0763685ffc99 [2020-08-04T04:38:16.795Z] ---> 43486bb5db52 [2020-08-04T04:38:16.795Z] [2020-08-04T04:38:16.795Z] Step 9/29 : FROM alpine:latest [2020-08-04T04:38:16.795Z] ---> a24bb4013296 [2020-08-04T04:38:16.795Z] 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-04T04:38:16.795Z] ---> Running in c8ee16420ae4 [2020-08-04T04:38:16.795Z] Removing intermediate container c8ee16420ae4 [2020-08-04T04:38:16.795Z] ---> 57e5e62ce130 [2020-08-04T04:38:16.795Z] Step 11/29 : USER root [2020-08-04T04:38:16.795Z] ---> Running in f361cad01db3 [2020-08-04T04:38:17.056Z] Removing intermediate container f361cad01db3 [2020-08-04T04:38:17.056Z] ---> 00b4ed3b7281 [2020-08-04T04:38:17.056Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-08-04T04:38:17.056Z] ---> Running in 8043b0585542 [2020-08-04T04:38:17.635Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-04T04:38:17.900Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-04T04:38:17.900Z] v3.12.0-199-gc106e3c922 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-04T04:38:17.900Z] v3.12.0-208-g33ecd97d8d [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-04T04:38:17.900Z] OK: 12749 distinct packages available [2020-08-04T04:38:18.160Z] (1/2) Installing ca-certificates (20191127-r4) [2020-08-04T04:38:18.160Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-08-04T04:38:18.160Z] Executing busybox-1.31.1-r16.trigger [2020-08-04T04:38:18.160Z] Executing ca-certificates-20191127-r4.trigger [2020-08-04T04:38:18.160Z] OK: 6 MiB in 16 packages [2020-08-04T04:38:19.545Z] Removing intermediate container 8043b0585542 [2020-08-04T04:38:19.545Z] ---> 2537c585ace7 [2020-08-04T04:38:19.545Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-08-04T04:38:19.805Z] ---> Running in a077bde12db8 [2020-08-04T04:38:19.805Z] Removing intermediate container a077bde12db8 [2020-08-04T04:38:19.805Z] ---> a77753609bf0 [2020-08-04T04:38:19.805Z] Step 14/29 : WORKDIR $BASE_DIR [2020-08-04T04:38:19.805Z] ---> Running in e8f8dc1eac81 [2020-08-04T04:38:20.065Z] Removing intermediate container e8f8dc1eac81 [2020-08-04T04:38:20.065Z] ---> 2d5b6ff01343 [2020-08-04T04:38:20.065Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-08-04T04:38:20.065Z] ---> Running in 0ba63265f4ff [2020-08-04T04:38:21.007Z] Removing intermediate container 0ba63265f4ff [2020-08-04T04:38:21.007Z] ---> 4e580d7d8bcb [2020-08-04T04:38:21.007Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-08-04T04:38:21.580Z] ---> 674b1629bf4f [2020-08-04T04:38:21.580Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-08-04T04:38:21.580Z] ---> a8153b73d2b9 [2020-08-04T04:38:21.580Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-08-04T04:38:21.840Z] ---> 639044c16138 [2020-08-04T04:38:21.840Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-08-04T04:38:22.103Z] ---> 54f5e3e7a153 [2020-08-04T04:38:22.103Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-08-04T04:38:22.411Z] ---> 08600321d631 [2020-08-04T04:38:22.411Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-08-04T04:38:22.411Z] ---> Running in a94dd9619369 [2020-08-04T04:38:23.354Z] Removing intermediate container a94dd9619369 [2020-08-04T04:38:23.354Z] ---> 1f6c86037f65 [2020-08-04T04:38:23.354Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-08-04T04:38:23.627Z] ---> c0579d3dea3b [2020-08-04T04:38:23.627Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-04T04:38:23.627Z] ---> Running in 7723f2cf89c1 [2020-08-04T04:38:25.539Z] Removing intermediate container 7723f2cf89c1 [2020-08-04T04:38:25.540Z] ---> 36f319a69c27 [2020-08-04T04:38:25.540Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-08-04T04:38:25.540Z] ---> Running in e7878648170c [2020-08-04T04:38:26.482Z] Removing intermediate container e7878648170c [2020-08-04T04:38:26.482Z] ---> 0c224a96e6e8 [2020-08-04T04:38:26.482Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-08-04T04:38:26.482Z] ---> Running in e3cceb756ea1 [2020-08-04T04:38:26.482Z] Removing intermediate container e3cceb756ea1 [2020-08-04T04:38:26.482Z] ---> 6d864e696fe8 [2020-08-04T04:38:26.482Z] Step 26/29 : CMD [ "generate" ] [2020-08-04T04:38:26.742Z] ---> Running in 441bba1811f6 [2020-08-04T04:38:26.743Z] Removing intermediate container 441bba1811f6 [2020-08-04T04:38:26.743Z] ---> 93ebff6c42cc [2020-08-04T04:38:26.743Z] Step 27/29 : LABEL arch=x86_64 [2020-08-04T04:38:26.743Z] ---> Running in 4c68a4165a46 [2020-08-04T04:38:27.004Z] Removing intermediate container 4c68a4165a46 [2020-08-04T04:38:27.004Z] ---> 898a6d21b744 [2020-08-04T04:38:27.004Z] Step 28/29 : LABEL git_sha=6cdcedebd4d3fe96fce7172b253522f9a0e044a4 [2020-08-04T04:38:27.004Z] ---> Running in 069eee65edbd [2020-08-04T04:38:27.265Z] Removing intermediate container 069eee65edbd [2020-08-04T04:38:27.265Z] ---> bea6c524c54f [2020-08-04T04:38:27.265Z] Step 29/29 : LABEL version=0.0.0 [2020-08-04T04:38:27.265Z] ---> Running in 1ed49e65f115 [2020-08-04T04:38:27.526Z] Removing intermediate container 1ed49e65f115 [2020-08-04T04:38:27.526Z] ---> d7bd1b65e561 [2020-08-04T04:38:27.526Z] [2020-08-04T04:38:27.526Z] Successfully built d7bd1b65e561 [2020-08-04T04:38:27.526Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-08-04T04:38:28.123Z]  Building docker-security-secrets-setup-go ... done  [Pipeline] } [2020-08-04T04:38:28.171Z] $ docker stop --time=1 31b3da4a0357df7d89b84a52f8c01d66c3935c78c8209cdb2d4419dd37a5aec8 [2020-08-04T04:38:29.898Z] $ docker rm -f 31b3da4a0357df7d89b84a52f8c01d66c3935c78c8209cdb2d4419dd37a5aec8 [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-04T04:38:30.411Z] + docker images [2020-08-04T04:38:30.411Z] + grep docker [2020-08-04T04:38:30.672Z] docker-security-secrets-setup-go latest d7bd1b65e561 3 seconds ago 25.1MB [2020-08-04T04:38:30.672Z] docker-core-data-go latest 31de6e33c696 16 seconds ago 23.8MB [2020-08-04T04:38:30.672Z] docker-security-secretstore-setup-go latest d0b14267b838 17 seconds ago 33.9MB [2020-08-04T04:38:30.672Z] docker-security-proxy-setup-go latest 60cda25e2e7a 25 seconds ago 16.4MB [2020-08-04T04:38:30.672Z] docker-support-scheduler-go latest 9a63ef7285e9 26 seconds ago 13.1MB [2020-08-04T04:38:30.672Z] docker-sys-mgmt-agent-go latest 1025dd04d44e About a minute ago 284MB [2020-08-04T04:38:30.672Z] docker-support-notifications-go latest 4e6fbd6625a0 2 minutes ago 14.4MB [2020-08-04T04:38:30.672Z] docker-core-metadata-go latest 64ba9751f976 2 minutes ago 14.4MB [2020-08-04T04:38:30.672Z] docker-support-logging-go latest 059949dcdbcc 2 minutes ago 11.8MB [2020-08-04T04:38:30.672Z] docker-core-command-go latest 69fbfd00b8b5 2 minutes ago 13MB [2020-08-04T04:38:30.672Z] docker latest 81f5749c9058 5 weeks ago 211MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-08-04T04:38:38.292Z] 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-04T04:38:46.534Z] 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-04T04:38:50.825Z] 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-04T04:38:56.227Z] 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-04T04:39:02.933Z] 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-04T04:39:03.907Z] 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-04T04:39:09.288Z] 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-04T04:39:14.684Z] 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-04T04:39:18.978Z] 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-04T04:39:24.366Z] 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-04T04:39:29.757Z] 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-04T04:39:34.062Z] 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-04T04:39:38.288Z] $ docker stop --time=1 052cd9b66c5cfe51c876866b469e0577fad570ded78e66b4a74a19599da0ef30 [2020-08-04T04:39:40.709Z] $ docker rm -f 052cd9b66c5cfe51c876866b469e0577fad570ded78e66b4a74a19599da0ef30 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-04T04:39:42.309Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-04T04:39:42.579Z] [2020-08-04T04:39:42.579Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-08-04T04:39:42.945Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-04T04:39:42.945Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-08-04T04:39:42.945Z] 29e5d40040c1: Pulling fs layer [2020-08-04T04:39:42.945Z] 1ce36da41761: Pulling fs layer [2020-08-04T04:39:42.945Z] 25b303627fd3: Pulling fs layer [2020-08-04T04:39:43.220Z] 29e5d40040c1: Verifying Checksum [2020-08-04T04:39:43.220Z] 29e5d40040c1: Download complete [2020-08-04T04:39:43.821Z] 1ce36da41761: Verifying Checksum [2020-08-04T04:39:43.821Z] 1ce36da41761: Download complete [2020-08-04T04:39:43.821Z] 29e5d40040c1: Pull complete [2020-08-04T04:39:45.251Z] 1ce36da41761: Pull complete [2020-08-04T04:39:46.671Z] 25b303627fd3: Verifying Checksum [2020-08-04T04:39:46.671Z] 25b303627fd3: Download complete [2020-08-04T04:39:56.854Z] 25b303627fd3: Pull complete [2020-08-04T04:39:56.854Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-08-04T04:39:56.854Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-04T04:39:56.854Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-08-04T04:39:57.119Z] prd-ubuntu18.04-docker-arm64-4c-16g-2018 does not seem to be running inside a container [2020-08-04T04:39:57.083Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-08-04T04:40:00.838Z] $ docker top 5b3fe5660bef2a17312d9ff835c16487877b3fe7709690f46ed77d0d66c661eb -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-04T04:40:02.374Z] + docker-compose build --help [2020-08-04T04:40:02.374Z] + grep parallel [2020-08-04T04:40:05.740Z] --parallel Build images in parallel. [Pipeline] } [2020-08-04T04:40:05.912Z] $ docker stop --time=1 5b3fe5660bef2a17312d9ff835c16487877b3fe7709690f46ed77d0d66c661eb [2020-08-04T04:40:07.912Z] $ docker rm -f 5b3fe5660bef2a17312d9ff835c16487877b3fe7709690f46ed77d0d66c661eb [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-04T04:40:08.792Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-04T04:40:08.792Z] . [Pipeline] withDockerContainer [2020-08-04T04:40:09.063Z] prd-ubuntu18.04-docker-arm64-4c-16g-2018 does not seem to be running inside a container [2020-08-04T04:40:09.030Z] $ 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/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-08-04T04:40:10.400Z] $ docker top e1cf150b2959819c563cd80590e7e0006dd487b376b13b60c2342f33b42c70ec -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-04T04:40:11.488Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-08-04T04:40:15.770Z] Building docker-core-command-go ... [2020-08-04T04:40:15.770Z] Building docker-core-data-go ... [2020-08-04T04:40:15.770Z] Building docker-core-metadata-go ... [2020-08-04T04:40:15.770Z] Building docker-security-proxy-setup-go ... [2020-08-04T04:40:15.770Z] Building docker-security-secrets-setup-go ... [2020-08-04T04:40:15.770Z] Building docker-security-secretstore-setup-go ... [2020-08-04T04:40:15.770Z] Building docker-support-logging-go ... [2020-08-04T04:40:15.770Z] Building docker-support-notifications-go ... [2020-08-04T04:40:15.770Z] Building docker-support-scheduler-go ... [2020-08-04T04:40:15.770Z] Building docker-sys-mgmt-agent-go ... [2020-08-04T04:40:15.770Z] Building docker-core-command-go [2020-08-04T04:40:15.770Z] Building docker-security-proxy-setup-go [2020-08-04T04:40:15.770Z] Building docker-support-logging-go [2020-08-04T04:40:15.770Z] Building docker-security-secretstore-setup-go [2020-08-04T04:40:15.770Z] Building docker-core-metadata-go [2020-08-04T04:42:07.585Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-04T04:42:07.585Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-08-04T04:42:07.585Z] ---> 7b059a4f0920 [2020-08-04T04:42:07.585Z] Step 3/20 : WORKDIR /edgex-go [2020-08-04T04:42:07.585Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-04T04:42:07.585Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-04T04:42:07.585Z] ---> 7b059a4f0920 [2020-08-04T04:42:07.585Z] Step 3/21 : WORKDIR /edgex-go [2020-08-04T04:42:07.585Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-04T04:42:07.585Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-04T04:42:07.585Z] ---> 7b059a4f0920 [2020-08-04T04:42:07.585Z] Step 3/21 : WORKDIR /edgex-go [2020-08-04T04:42:07.585Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-04T04:42:07.585Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-08-04T04:42:07.585Z] ---> 7b059a4f0920 [2020-08-04T04:42:07.585Z] Step 3/26 : WORKDIR /edgex-go [2020-08-04T04:42:07.585Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-04T04:42:07.585Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-04T04:42:07.585Z] ---> 7b059a4f0920 [2020-08-04T04:42:07.585Z] Step 3/21 : WORKDIR /edgex-go [2020-08-04T04:42:07.585Z] ---> Running in 619aa565663d [2020-08-04T04:42:07.585Z] ---> Running in 8eee3c322fdc [2020-08-04T04:42:07.585Z] ---> Running in 857acbe55824 [2020-08-04T04:42:07.585Z] ---> Running in ea778f10f9a2 [2020-08-04T04:42:07.585Z] ---> Running in bcf155d1b880 [2020-08-04T04:42:07.585Z] Removing intermediate container bcf155d1b880 [2020-08-04T04:42:07.585Z] Removing intermediate container 619aa565663d [2020-08-04T04:42:07.585Z] ---> 5128b1886d76 [2020-08-04T04:42:07.585Z] ---> edfb4ca2aa13 [2020-08-04T04:42:07.585Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesStep 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-04T04:42:07.585Z] [2020-08-04T04:42:07.586Z] Removing intermediate container ea778f10f9a2 [2020-08-04T04:42:07.586Z] ---> 71c9e6cfa723 [2020-08-04T04:42:07.586Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-04T04:42:07.586Z] Removing intermediate container 8eee3c322fdc [2020-08-04T04:42:07.586Z] ---> b4ff8f444b8b [2020-08-04T04:42:07.586Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-04T04:42:07.586Z] Removing intermediate container 857acbe55824 [2020-08-04T04:42:07.586Z] ---> 4b84ee0795bc [2020-08-04T04:42:07.586Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-04T04:42:07.586Z] ---> Running in a154be6ddaea [2020-08-04T04:42:07.586Z] ---> Running in 60e381df3ac7 [2020-08-04T04:42:07.586Z] ---> Running in 185647ab5d09 [2020-08-04T04:42:07.586Z] ---> Running in 6961148ab284 [2020-08-04T04:42:07.586Z] ---> Running in 44cdc1ed0b4b [2020-08-04T04:42:10.989Z] Removing intermediate container a154be6ddaea [2020-08-04T04:42:10.989Z] ---> e9a5498e83be [2020-08-04T04:42:10.989Z] Step 5/21 : RUN apk update && apk add make git [2020-08-04T04:42:10.989Z] ---> Running in b2ac61a325e6 [2020-08-04T04:42:10.989Z] Removing intermediate container 60e381df3ac7 [2020-08-04T04:42:10.989Z] ---> 85f532114f2b [2020-08-04T04:42:10.989Z] Step 5/21 : RUN apk update && apk add make && apk add bash git [2020-08-04T04:42:11.264Z] Removing intermediate container 185647ab5d09 [2020-08-04T04:42:11.264Z] ---> 8e3ab2ce15cb [2020-08-04T04:42:11.264Z] Step 5/21 : RUN apk update && apk add make git [2020-08-04T04:42:11.264Z] ---> Running in e301e78b4542 [2020-08-04T04:42:11.539Z] ---> Running in 757acb1a099f [2020-08-04T04:42:11.539Z] Removing intermediate container 44cdc1ed0b4b [2020-08-04T04:42:11.539Z] ---> 33eaf6929956 [2020-08-04T04:42:11.539Z] Step 5/26 : RUN apk update && apk add make git [2020-08-04T04:42:11.539Z] Removing intermediate container 6961148ab284 [2020-08-04T04:42:11.539Z] ---> 352f9d2b6d5d [2020-08-04T04:42:11.539Z] Step 5/20 : RUN apk update && apk add make git [2020-08-04T04:42:11.813Z] ---> Running in 78a765d42f39 [2020-08-04T04:42:11.813Z] ---> Running in 3a72aae56282 [2020-08-04T04:42:13.242Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-04T04:42:13.837Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-04T04:42:13.837Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-04T04:42:14.111Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-04T04:42:14.111Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-04T04:42:14.380Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-04T04:42:14.974Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-04T04:42:14.974Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-04T04:42:15.247Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-04T04:42:15.247Z] v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-04T04:42:15.247Z] v3.12.0-208-g33ecd97d8d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-04T04:42:15.247Z] OK: 12620 distinct packages available [2020-08-04T04:42:15.247Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-04T04:42:15.843Z] OK: 217 MiB in 51 packages [2020-08-04T04:42:16.118Z] v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-04T04:42:16.118Z] v3.12.0-208-g33ecd97d8d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-04T04:42:16.118Z] OK: 12620 distinct packages available [2020-08-04T04:42:16.118Z] v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-04T04:42:16.118Z] v3.12.0-208-g33ecd97d8d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-04T04:42:16.118Z] OK: 12620 distinct packages available [2020-08-04T04:42:16.733Z] v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-04T04:42:16.733Z] v3.12.0-208-g33ecd97d8d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-04T04:42:16.733Z] OK: 12620 distinct packages available [2020-08-04T04:42:16.733Z] v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-04T04:42:16.733Z] v3.12.0-208-g33ecd97d8d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-04T04:42:16.733Z] OK: 12620 distinct packages available [2020-08-04T04:42:17.337Z] OK: 217 MiB in 51 packages [2020-08-04T04:42:17.337Z] OK: 217 MiB in 51 packages [2020-08-04T04:42:17.337Z] OK: 217 MiB in 51 packages [2020-08-04T04:42:17.635Z] OK: 217 MiB in 51 packages [2020-08-04T04:42:17.914Z] Removing intermediate container b2ac61a325e6 [2020-08-04T04:42:17.914Z] ---> da6c913652de [2020-08-04T04:42:17.914Z] Step 6/21 : COPY go.mod . [2020-08-04T04:42:17.914Z] OK: 217 MiB in 51 packages [2020-08-04T04:42:18.932Z] ---> 556c724d1c00 [2020-08-04T04:42:18.932Z] Step 7/21 : RUN go mod download [2020-08-04T04:42:19.210Z] Removing intermediate container 78a765d42f39 [2020-08-04T04:42:19.210Z] ---> 0ac39c153143 [2020-08-04T04:42:19.210Z] Step 6/26 : COPY go.mod . [2020-08-04T04:42:19.485Z] ---> Running in f53ceefa9037 [2020-08-04T04:42:19.485Z] Removing intermediate container 3a72aae56282 [2020-08-04T04:42:19.485Z] ---> f122b5a959ad [2020-08-04T04:42:19.485Z] Step 6/20 : COPY go.mod . [2020-08-04T04:42:19.762Z] Removing intermediate container e301e78b4542 [2020-08-04T04:42:19.762Z] ---> d371a212abb8 [2020-08-04T04:42:19.762Z] Step 6/21 : COPY go.mod . [2020-08-04T04:42:19.762Z] Removing intermediate container 757acb1a099f [2020-08-04T04:42:19.762Z] ---> c164f8231a5a [2020-08-04T04:42:19.762Z] Step 6/21 : COPY go.mod . [2020-08-04T04:42:20.369Z] ---> 27c09197f106 [2020-08-04T04:42:20.369Z] Step 7/26 : RUN go mod download [2020-08-04T04:42:20.641Z] ---> Running in a302270f02d8 [2020-08-04T04:42:20.921Z] ---> 06f61c42cf43 [2020-08-04T04:42:20.921Z] Step 7/20 : RUN go mod download [2020-08-04T04:42:21.200Z] ---> 702107c1bd91 [2020-08-04T04:42:21.200Z] Step 7/21 : RUN go mod download [2020-08-04T04:42:21.200Z] ---> 90d3f9f35718 [2020-08-04T04:42:21.200Z] Step 7/21 : RUN go mod download [2020-08-04T04:42:21.200Z] ---> Running in 618c6d88d59c [2020-08-04T04:42:21.473Z] ---> Running in 2931005f28df [2020-08-04T04:42:21.473Z] ---> Running in c748aaa34968 [2020-08-04T04:42:24.102Z] Removing intermediate container f53ceefa9037 [2020-08-04T04:42:24.102Z] ---> 66e956608f82 [2020-08-04T04:42:24.102Z] Step 8/21 : COPY . . [2020-08-04T04:42:25.082Z] Removing intermediate container a302270f02d8 [2020-08-04T04:42:25.082Z] ---> a7aeab9a9c0d [2020-08-04T04:42:25.082Z] Step 8/26 : COPY . . [2020-08-04T04:42:27.051Z] Removing intermediate container 618c6d88d59c [2020-08-04T04:42:27.051Z] ---> c0511bb3f3df [2020-08-04T04:42:27.051Z] Step 8/20 : COPY . . [2020-08-04T04:42:29.678Z] Removing intermediate container c748aaa34968 [2020-08-04T04:42:29.678Z] ---> a532b6df8e47 [2020-08-04T04:42:29.678Z] Step 8/21 : COPY . . [2020-08-04T04:42:29.678Z] Removing intermediate container 2931005f28df [2020-08-04T04:42:29.678Z] ---> 1afc0488192e [2020-08-04T04:42:29.678Z] Step 8/21 : COPY . . [2020-08-04T04:43:02.006Z] ---> e629db07b720 [2020-08-04T04:43:02.006Z] Step 9/21 : RUN make cmd/core-command/core-command [2020-08-04T04:43:02.006Z] ---> 5a2eb2a5f0fe [2020-08-04T04:43:02.006Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-08-04T04:43:02.006Z] ---> dc58a0d87be0 [2020-08-04T04:43:02.006Z] 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-04T04:43:02.006Z] ---> 8b4b7fe30e19 [2020-08-04T04:43:02.006Z] Step 9/21 : RUN make cmd/support-logging/support-logging [2020-08-04T04:43:02.006Z] ---> 63ef2ed877cb [2020-08-04T04:43:02.006Z] Step 9/21 : RUN make cmd/core-metadata/core-metadata [2020-08-04T04:43:02.006Z] ---> Running in e70988296c46 [2020-08-04T04:43:02.006Z] ---> Running in 6cae1e948e84 [2020-08-04T04:43:02.006Z] ---> Running in 92f949ec1715 [2020-08-04T04:43:02.006Z] ---> Running in 5632fb4673d5 [2020-08-04T04:43:02.006Z] ---> Running in e09b4f3f25f1 [2020-08-04T04:43:02.006Z] 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-04T04:43:02.006Z] 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-04T04:43:02.006Z] 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-04T04:43:02.006Z] 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-04T04:43:02.006Z] 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-04T04:44:23.798Z] 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-04T04:44:25.780Z] Removing intermediate container 6cae1e948e84 [2020-08-04T04:44:25.780Z] ---> d61d0843e539 [2020-08-04T04:44:25.780Z] [2020-08-04T04:44:25.780Z] Step 10/20 : FROM alpine [2020-08-04T04:44:26.054Z] latest: Pulling from library/alpine [2020-08-04T04:44:26.329Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-08-04T04:44:26.329Z] Status: Downloaded newer image for alpine:latest [2020-08-04T04:44:26.329Z] ---> 62ee0e9f8440 [2020-08-04T04:44:26.329Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-08-04T04:44:26.609Z] ---> Running in 663b473cdb8e [2020-08-04T04:44:29.236Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-04T04:44:29.236Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-04T04:44:30.216Z] v3.12.0-199-gc106e3c922 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-04T04:44:30.216Z] v3.12.0-208-g33ecd97d8d [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-04T04:44:30.216Z] OK: 12620 distinct packages available [2020-08-04T04:44:31.198Z] (1/4) Installing ca-certificates (20191127-r4) [2020-08-04T04:44:31.198Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-08-04T04:44:31.198Z] (3/4) Installing libcurl (7.69.1-r0) [2020-08-04T04:44:31.198Z] (4/4) Installing curl (7.69.1-r0) [2020-08-04T04:44:31.198Z] Executing busybox-1.31.1-r16.trigger [2020-08-04T04:44:31.198Z] Executing ca-certificates-20191127-r4.trigger [2020-08-04T04:44:31.471Z] OK: 7 MiB in 18 packages [2020-08-04T04:44:32.076Z] 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-04T04:44:34.710Z] Removing intermediate container 663b473cdb8e [2020-08-04T04:44:34.710Z] ---> ddf004bd231f [2020-08-04T04:44:34.710Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-04T04:44:34.710Z] ---> Running in c894e580bd73 [2020-08-04T04:44:35.716Z] Removing intermediate container c894e580bd73 [2020-08-04T04:44:35.716Z] ---> ed5a201b625d [2020-08-04T04:44:35.716Z] Step 13/20 : WORKDIR /edgex [2020-08-04T04:44:35.716Z] ---> Running in d4694fcb0d98 [2020-08-04T04:44:37.155Z] Removing intermediate container d4694fcb0d98 [2020-08-04T04:44:37.155Z] ---> d90c6d54037b [2020-08-04T04:44:37.155Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-08-04T04:44:39.190Z] ---> 1a56db5a63ef [2020-08-04T04:44:39.190Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-08-04T04:44:40.335Z] Removing intermediate container e70988296c46 [2020-08-04T04:44:40.335Z] ---> fb0c70669426 [2020-08-04T04:44:40.335Z] [2020-08-04T04:44:40.335Z] Step 10/21 : FROM scratch [2020-08-04T04:44:40.335Z] ---> [2020-08-04T04:44:40.335Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-04T04:44:40.641Z] ---> Running in 3ccb864cc9d4 [2020-08-04T04:44:41.355Z] ---> 6e664b7cbc78 [2020-08-04T04:44:41.355Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-08-04T04:44:41.355Z] Removing intermediate container 3ccb864cc9d4 [2020-08-04T04:44:41.355Z] ---> 148bbee3cdac [2020-08-04T04:44:41.355Z] Step 12/21 : ENV APP_PORT=48061 [2020-08-04T04:44:41.634Z] ---> Running in 3623f27a8438 [2020-08-04T04:44:41.634Z] ---> Running in 9f45a8279538 [2020-08-04T04:44:42.231Z] Removing intermediate container 3623f27a8438 [2020-08-04T04:44:42.231Z] ---> 99542a084bdd [2020-08-04T04:44:42.231Z] Step 17/20 : CMD ["--init=true"] [2020-08-04T04:44:42.502Z] ---> Running in 3b1a64680ff7 [2020-08-04T04:44:42.780Z] Removing intermediate container 9f45a8279538 [2020-08-04T04:44:42.780Z] ---> 273f81ebf9c6 [2020-08-04T04:44:42.780Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-04T04:44:43.056Z] ---> Running in a631911b13d6 [2020-08-04T04:44:43.654Z] Removing intermediate container 3b1a64680ff7 [2020-08-04T04:44:43.654Z] ---> 3884edc94f1a [2020-08-04T04:44:43.654Z] Step 18/20 : LABEL arch=arm64 [2020-08-04T04:44:43.930Z] ---> Running in 581988d65404 [2020-08-04T04:44:43.930Z] Removing intermediate container a631911b13d6 [2020-08-04T04:44:43.930Z] ---> 980bfe231276 [2020-08-04T04:44:43.930Z] Step 14/21 : COPY --from=builder /bin/bash /bin/bash [2020-08-04T04:44:45.925Z] Removing intermediate container 581988d65404 [2020-08-04T04:44:45.925Z] ---> 037891834fe8 [2020-08-04T04:44:45.925Z] Step 19/20 : LABEL git_sha=6cdcedebd4d3fe96fce7172b253522f9a0e044a4 [2020-08-04T04:44:46.200Z] ---> 13926a16a436 [2020-08-04T04:44:46.200Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-08-04T04:44:46.474Z] ---> Running in dd25f00273be [2020-08-04T04:44:47.080Z] Removing intermediate container dd25f00273be [2020-08-04T04:44:47.080Z] ---> 38c02b541282 [2020-08-04T04:44:47.080Z] Step 20/20 : LABEL version=0.0.0 [2020-08-04T04:44:47.680Z] Removing intermediate container 92f949ec1715 [2020-08-04T04:44:47.680Z] ---> d8410fae2509 [2020-08-04T04:44:47.680Z] [2020-08-04T04:44:47.680Z] Step 10/26 : FROM alpine:3.10 [2020-08-04T04:44:47.680Z] ---> dd1f9c5e8582 [2020-08-04T04:44:47.680Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-08-04T04:44:47.680Z] ---> Running in 04cd07454ac8 [2020-08-04T04:44:47.956Z] 3.10: Pulling from library/alpine [2020-08-04T04:44:48.564Z] Removing intermediate container 04cd07454ac8 [2020-08-04T04:44:48.564Z] ---> a834dbeed4ad [2020-08-04T04:44:48.564Z] [2020-08-04T04:44:49.549Z] Successfully built a834dbeed4ad [2020-08-04T04:44:49.549Z] ---> ea5b34b797cd [2020-08-04T04:44:49.549Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-08-04T04:44:49.549Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-08-04T04:44:49.549Z] Building docker-support-notifications-go [2020-08-04T04:44:49.828Z]  Building docker-security-proxy-setup-go ... done Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-08-04T04:44:49.828Z] Status: Downloaded newer image for alpine:3.10 [2020-08-04T04:44:49.828Z] ---> 536a684cf733 [2020-08-04T04:44:49.828Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-08-04T04:44:50.112Z] ---> Running in 1599ca89cb30 [2020-08-04T04:44:51.099Z] ---> 08f43e580850 [2020-08-04T04:44:51.099Z] Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-04T04:44:51.711Z] ---> Running in 93bac0a3d830 [2020-08-04T04:44:51.984Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-08-04T04:44:52.266Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-08-04T04:44:52.870Z] Removing intermediate container 93bac0a3d830 [2020-08-04T04:44:52.870Z] ---> dbba54456ddc [2020-08-04T04:44:52.870Z] Step 19/21 : LABEL arch=arm64 [2020-08-04T04:44:53.156Z] v3.10.5-64-g415cd71e45 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-08-04T04:44:53.156Z] v3.10.5-58-g477aae6b2f [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-08-04T04:44:53.156Z] OK: 10167 distinct packages available [2020-08-04T04:44:53.431Z] ---> Running in 814943f49903 [2020-08-04T04:44:53.704Z] (1/5) Installing ca-certificates (20191127-r2) [2020-08-04T04:44:53.704Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-08-04T04:44:53.704Z] (3/5) Installing libcurl (7.66.0-r0) [2020-08-04T04:44:53.704Z] (4/5) Installing curl (7.66.0-r0) [2020-08-04T04:44:53.704Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-08-04T04:44:53.977Z] Executing busybox-1.30.1-r3.trigger [2020-08-04T04:44:53.977Z] Executing ca-certificates-20191127-r2.trigger [2020-08-04T04:44:54.256Z] OK: 7 MiB in 19 packages [2020-08-04T04:44:55.239Z] Removing intermediate container 814943f49903 [2020-08-04T04:44:55.239Z] ---> 6576226925cf [2020-08-04T04:44:55.239Z] Step 20/21 : LABEL git_sha=6cdcedebd4d3fe96fce7172b253522f9a0e044a4 [2020-08-04T04:44:56.689Z] Removing intermediate container 5632fb4673d5 [2020-08-04T04:44:56.689Z] ---> e34478e9b9ac [2020-08-04T04:44:56.689Z] [2020-08-04T04:44:56.689Z] Step 10/21 : FROM scratch [2020-08-04T04:44:56.689Z] ---> [2020-08-04T04:44:56.689Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-04T04:44:56.967Z] ---> Running in cc376dc66255 [2020-08-04T04:44:56.967Z] ---> Running in 99b00c0306ac [2020-08-04T04:44:57.955Z] Removing intermediate container cc376dc66255 [2020-08-04T04:44:57.955Z] Removing intermediate container 99b00c0306ac [2020-08-04T04:44:57.955Z] ---> 3228b68745e8 [2020-08-04T04:44:57.955Z] Step 12/21 : ENV APP_PORT=48082 [2020-08-04T04:44:57.955Z] ---> 8e031994acde [2020-08-04T04:44:57.955Z] Step 21/21 : LABEL version=0.0.0 [2020-08-04T04:44:58.548Z] ---> Running in ecb4d96f43aa [2020-08-04T04:44:58.548Z] Removing intermediate container 1599ca89cb30 [2020-08-04T04:44:58.548Z] ---> 6db41f26d1e8 [2020-08-04T04:44:58.548Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-04T04:44:58.548Z] ---> Running in f1171df0b29f [2020-08-04T04:44:59.145Z] ---> Running in 7de28a8c982e [2020-08-04T04:44:59.145Z] Removing intermediate container ecb4d96f43aa [2020-08-04T04:44:59.145Z] ---> d8bc841121f8 [2020-08-04T04:44:59.145Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-04T04:44:59.753Z] Removing intermediate container f1171df0b29f [2020-08-04T04:44:59.753Z] ---> 348f79f4d6e3 [2020-08-04T04:44:59.753Z] [2020-08-04T04:44:59.753Z] ---> Running in f663fcfdc66f [2020-08-04T04:45:00.029Z] Successfully built 348f79f4d6e3 [2020-08-04T04:45:00.029Z] Removing intermediate container 7de28a8c982e [2020-08-04T04:45:00.029Z] ---> 15033c616e3a [2020-08-04T04:45:00.029Z] Step 13/26 : WORKDIR / [2020-08-04T04:45:00.303Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-08-04T04:45:00.303Z]  Building docker-support-logging-go ... done Building docker-sys-mgmt-agent-go [2020-08-04T04:45:00.577Z] Removing intermediate container e09b4f3f25f1 [2020-08-04T04:45:00.577Z] ---> b960c338d7e6 [2020-08-04T04:45:00.577Z] [2020-08-04T04:45:00.577Z] Step 10/21 : FROM scratch [2020-08-04T04:45:00.577Z] ---> [2020-08-04T04:45:00.577Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-04T04:45:00.577Z] ---> Using cache [2020-08-04T04:45:00.577Z] ---> 3228b68745e8 [2020-08-04T04:45:00.577Z] Step 12/21 : ENV APP_PORT=48081 [2020-08-04T04:45:00.577Z] ---> Running in eea6cfb2df99 [2020-08-04T04:45:00.577Z] Removing intermediate container f663fcfdc66f [2020-08-04T04:45:00.577Z] ---> 78aa31fe852a [2020-08-04T04:45:00.577Z] Step 14/21 : WORKDIR / [2020-08-04T04:45:00.853Z] ---> Running in c4ba3a3bbdad [2020-08-04T04:45:00.853Z] ---> Running in 0c3991a0bc37 [2020-08-04T04:45:01.445Z] Removing intermediate container c4ba3a3bbdad [2020-08-04T04:45:01.446Z] ---> 75dda8048764 [2020-08-04T04:45:01.446Z] Step 13/21 : EXPOSE $APP_PORTRemoving intermediate container eea6cfb2df99 [2020-08-04T04:45:01.446Z] ---> 471dfc52be69 [2020-08-04T04:45:01.446Z] 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-04T04:45:01.446Z] [2020-08-04T04:45:01.717Z] Removing intermediate container 0c3991a0bc37 [2020-08-04T04:45:01.717Z] ---> 85b477e124ca [2020-08-04T04:45:01.717Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-08-04T04:45:01.717Z] ---> Running in 66f66a655252 [2020-08-04T04:45:03.155Z] Removing intermediate container 66f66a655252 [2020-08-04T04:45:03.155Z] ---> a62c8145fecd [2020-08-04T04:45:03.155Z] Step 14/21 : WORKDIR / [2020-08-04T04:45:03.155Z] ---> 18ffdfa36f72 [2020-08-04T04:45:03.155Z] 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-04T04:45:03.155Z] ---> 601f71602926 [2020-08-04T04:45:03.155Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-08-04T04:45:03.155Z] ---> Running in 65cae80953fb [2020-08-04T04:45:04.134Z] Removing intermediate container 65cae80953fb [2020-08-04T04:45:04.134Z] ---> 1df7df36f62c [2020-08-04T04:45:04.134Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-08-04T04:45:04.728Z] ---> 42a2dcebb9ef [2020-08-04T04:45:04.728Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-08-04T04:45:05.012Z] ---> b118732c7a6f [2020-08-04T04:45:05.012Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-08-04T04:45:05.012Z] ---> 720d6a8b58cc [2020-08-04T04:45:05.012Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-08-04T04:45:05.999Z] ---> 14e3d8834502 [2020-08-04T04:45:05.999Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-08-04T04:45:06.593Z] ---> b454f77a5cda [2020-08-04T04:45:06.593Z] Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-04T04:45:06.866Z] ---> Running in 0dbb92e610e4 [2020-08-04T04:45:07.143Z] ---> 1a5e507ca774 [2020-08-04T04:45:07.143Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-08-04T04:45:07.416Z] ---> 6b822171be66 [2020-08-04T04:45:07.416Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-08-04T04:45:07.709Z] Removing intermediate container 0dbb92e610e4 [2020-08-04T04:45:07.709Z] ---> 12c805e343de [2020-08-04T04:45:07.709Z] Step 19/21 : LABEL arch=arm64 [2020-08-04T04:45:07.984Z] ---> Running in be77a5a2dc88 [2020-08-04T04:45:08.582Z] ---> 927e1b5e6bc2 [2020-08-04T04:45:08.582Z] Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-04T04:45:08.858Z] ---> Running in bd76bbd37d3b [2020-08-04T04:45:08.858Z] Removing intermediate container be77a5a2dc88 [2020-08-04T04:45:08.858Z] ---> aa9ba9e9586f [2020-08-04T04:45:08.858Z] Step 20/21 : LABEL git_sha=6cdcedebd4d3fe96fce7172b253522f9a0e044a4 [2020-08-04T04:45:09.134Z] ---> ebed1e0843b3 [2020-08-04T04:45:09.134Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-08-04T04:45:09.134Z] ---> Running in 4934add211c4 [2020-08-04T04:45:09.429Z] Removing intermediate container bd76bbd37d3b [2020-08-04T04:45:09.429Z] ---> cac567f4782e [2020-08-04T04:45:09.429Z] Step 19/21 : LABEL arch=arm64 [2020-08-04T04:45:10.026Z] ---> Running in 16a1b7bcfbfd [2020-08-04T04:45:10.026Z] Removing intermediate container 4934add211c4 [2020-08-04T04:45:10.026Z] ---> 873fc5f6a879 [2020-08-04T04:45:10.026Z] Step 21/21 : LABEL version=0.0.0 [2020-08-04T04:45:10.629Z] ---> Running in 490272a38f64 [2020-08-04T04:45:10.903Z] Removing intermediate container 16a1b7bcfbfd [2020-08-04T04:45:10.903Z] ---> c7555c951501 [2020-08-04T04:45:10.903Z] Step 20/21 : LABEL git_sha=6cdcedebd4d3fe96fce7172b253522f9a0e044a4 [2020-08-04T04:45:10.903Z] ---> 3b0700ac0483 [2020-08-04T04:45:10.903Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-08-04T04:45:11.181Z] ---> Running in 64dee2873fc1 [2020-08-04T04:45:11.181Z] Removing intermediate container 490272a38f64 [2020-08-04T04:45:11.181Z] ---> b00e3fa390f0 [2020-08-04T04:45:11.181Z] [2020-08-04T04:45:12.179Z] Successfully built b00e3fa390f0 [2020-08-04T04:45:12.179Z] Successfully tagged docker-core-command-go-arm64:latest [2020-08-04T04:45:12.179Z] Removing intermediate container 64dee2873fc1 [2020-08-04T04:45:12.179Z]  Building docker-core-command-go ... done Building docker-support-scheduler-go [2020-08-04T04:45:12.179Z] ---> 2aa2892d4c9a [2020-08-04T04:45:12.179Z] Step 21/21 : LABEL version=0.0.0 [2020-08-04T04:45:12.453Z] ---> Running in 302f69769a5f [2020-08-04T04:45:12.453Z] ---> 04b56ab1caba [2020-08-04T04:45:12.453Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-08-04T04:45:13.128Z] Removing intermediate container 302f69769a5f [2020-08-04T04:45:13.128Z] ---> 1ada5e2cdf28 [2020-08-04T04:45:13.128Z] [2020-08-04T04:45:14.150Z] Successfully built 1ada5e2cdf28 [2020-08-04T04:45:14.150Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-08-04T04:45:14.150Z]  Building docker-core-metadata-go ... done Building docker-security-secrets-setup-go [2020-08-04T04:45:14.150Z] ---> a01bb0847f9f [2020-08-04T04:45:14.150Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-04T04:45:14.444Z] ---> Running in e7f358a547ae [2020-08-04T04:45:17.836Z] Removing intermediate container e7f358a547ae [2020-08-04T04:45:17.836Z] ---> 2cfdd4461e14 [2020-08-04T04:45:17.836Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-08-04T04:45:17.836Z] ---> Running in e71e6d59dbcd [2020-08-04T04:45:18.432Z] Removing intermediate container e71e6d59dbcd [2020-08-04T04:45:18.432Z] ---> 935f0c835842 [2020-08-04T04:45:18.432Z] Step 24/26 : LABEL arch=arm64 [2020-08-04T04:45:19.028Z] ---> Running in d53188713b3a [2020-08-04T04:45:19.622Z] Removing intermediate container d53188713b3a [2020-08-04T04:45:19.622Z] ---> 9d07894eafbe [2020-08-04T04:45:19.901Z] Step 25/26 : LABEL git_sha=6cdcedebd4d3fe96fce7172b253522f9a0e044a4 [2020-08-04T04:45:20.173Z] ---> Running in 150234a3741a [2020-08-04T04:45:21.154Z] Removing intermediate container 150234a3741a [2020-08-04T04:45:21.154Z] ---> acc12082a929 [2020-08-04T04:45:21.154Z] Step 26/26 : LABEL version=0.0.0 [2020-08-04T04:45:21.154Z] ---> Running in a28e4ea40071 [2020-08-04T04:45:22.142Z] Removing intermediate container a28e4ea40071 [2020-08-04T04:45:22.142Z] ---> 0878b0bfde5f [2020-08-04T04:45:22.142Z] [2020-08-04T04:45:22.741Z] Successfully built 0878b0bfde5f [2020-08-04T04:45:22.741Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-08-04T04:45:22.741Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-data-go [2020-08-04T04:45:29.435Z] Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-04T04:45:29.435Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-08-04T04:45:29.435Z] ---> 7b059a4f0920 [2020-08-04T04:45:29.435Z] Step 3/23 : WORKDIR /edgex-go [2020-08-04T04:45:29.435Z] ---> Using cache [2020-08-04T04:45:29.435Z] ---> 4b84ee0795bc [2020-08-04T04:45:29.435Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-04T04:45:29.435Z] ---> Using cache [2020-08-04T04:45:29.435Z] ---> 33eaf6929956 [2020-08-04T04:45:29.435Z] Step 5/23 : RUN apk update && apk add make bash git ca-certificates [2020-08-04T04:45:31.417Z] ---> Running in d6f2b06a044c [2020-08-04T04:45:32.849Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-04T04:45:33.825Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-04T04:45:34.800Z] v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-04T04:45:34.800Z] v3.12.0-208-g33ecd97d8d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-04T04:45:34.800Z] OK: 12620 distinct packages available [2020-08-04T04:45:35.397Z] OK: 217 MiB in 51 packages [2020-08-04T04:45:39.711Z] Removing intermediate container d6f2b06a044c [2020-08-04T04:45:39.711Z] ---> 7eab90b37fca [2020-08-04T04:45:39.711Z] Step 6/23 : COPY go.mod . [2020-08-04T04:45:40.305Z] ---> ee19f898cedb [2020-08-04T04:45:40.305Z] Step 7/23 : RUN go mod download [2020-08-04T04:45:40.579Z] ---> Running in b0032eccef74 [2020-08-04T04:45:43.965Z] Removing intermediate container b0032eccef74 [2020-08-04T04:45:43.965Z] ---> 7a263e5066f4 [2020-08-04T04:45:43.965Z] Step 8/23 : COPY . . [2020-08-04T04:46:10.788Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-04T04:46:10.788Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-08-04T04:46:10.788Z] ---> 7b059a4f0920 [2020-08-04T04:46:10.788Z] Step 3/26 : WORKDIR /edgex-go [2020-08-04T04:46:10.788Z] ---> Using cache [2020-08-04T04:46:10.788Z] ---> 4b84ee0795bc [2020-08-04T04:46:10.788Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-04T04:46:10.788Z] ---> Using cache [2020-08-04T04:46:10.788Z] ---> 33eaf6929956 [2020-08-04T04:46:10.788Z] Step 5/26 : RUN apk update && apk add make bash git [2020-08-04T04:46:10.788Z] ---> Running in 91169432259a [2020-08-04T04:46:10.788Z] ---> b15467a213b5 [2020-08-04T04:46:10.788Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2020-08-04T04:46:10.788Z] ---> Running in b6c631303d91 [2020-08-04T04:46:10.788Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-04T04:46:10.788Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-04T04:46:11.391Z] 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-04T04:46:11.990Z] v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-04T04:46:11.990Z] v3.12.0-208-g33ecd97d8d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-04T04:46:11.990Z] OK: 12620 distinct packages available [2020-08-04T04:46:12.594Z] OK: 217 MiB in 51 packages [2020-08-04T04:46:18.021Z] Removing intermediate container 91169432259a [2020-08-04T04:46:18.021Z] ---> a858cd20dea1 [2020-08-04T04:46:18.021Z] Step 6/26 : COPY go.mod . [2020-08-04T04:46:19.511Z] ---> ea901988d004 [2020-08-04T04:46:19.511Z] Step 7/26 : RUN go mod download [2020-08-04T04:46:20.510Z] ---> Running in 7a0ab91d3498 [2020-08-04T04:46:21.122Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-04T04:46:21.122Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-08-04T04:46:21.122Z] ---> 7b059a4f0920 [2020-08-04T04:46:21.122Z] Step 3/20 : WORKDIR /edgex-go [2020-08-04T04:46:21.122Z] ---> Using cache [2020-08-04T04:46:21.122Z] ---> 4b84ee0795bc [2020-08-04T04:46:21.122Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-04T04:46:21.122Z] ---> Using cache [2020-08-04T04:46:21.122Z] ---> 33eaf6929956 [2020-08-04T04:46:21.122Z] Step 5/20 : RUN apk update && apk add make git [2020-08-04T04:46:21.122Z] ---> Using cache [2020-08-04T04:46:21.122Z] ---> 0ac39c153143 [2020-08-04T04:46:21.122Z] Step 6/20 : COPY go.mod . [2020-08-04T04:46:21.122Z] ---> Using cache [2020-08-04T04:46:21.122Z] ---> 27c09197f106 [2020-08-04T04:46:21.122Z] Step 7/20 : RUN go mod download [2020-08-04T04:46:21.122Z] ---> Using cache [2020-08-04T04:46:21.122Z] ---> a7aeab9a9c0d [2020-08-04T04:46:21.122Z] Step 8/20 : COPY . . [2020-08-04T04:46:21.122Z] ---> Using cache [2020-08-04T04:46:21.122Z] ---> dc58a0d87be0 [2020-08-04T04:46:21.122Z] Step 9/20 : RUN make cmd/support-scheduler/support-scheduler [2020-08-04T04:46:22.118Z] ---> Running in 3936d7e98b67 [2020-08-04T04:46:22.399Z] Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-04T04:46:22.399Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-08-04T04:46:22.399Z] ---> 7b059a4f0920 [2020-08-04T04:46:22.399Z] Step 3/29 : WORKDIR /edgex-go [2020-08-04T04:46:22.399Z] ---> Using cache [2020-08-04T04:46:22.399Z] ---> 4b84ee0795bc [2020-08-04T04:46:22.399Z] Step 4/29 : RUN apk update && apk add make git [2020-08-04T04:46:22.399Z] ---> Running in ac3f4fee9dc6 [2020-08-04T04:46:26.890Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-04T04:46:26.890Z] 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-04T04:46:27.168Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-04T04:46:27.168Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-08-04T04:46:27.168Z] ---> 7b059a4f0920 [2020-08-04T04:46:27.168Z] Step 3/22 : WORKDIR /edgex-go [2020-08-04T04:46:27.168Z] ---> Using cache [2020-08-04T04:46:27.168Z] ---> 4b84ee0795bc [2020-08-04T04:46:27.168Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-04T04:46:27.168Z] ---> Using cache [2020-08-04T04:46:27.168Z] ---> 33eaf6929956 [2020-08-04T04:46:27.168Z] Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-08-04T04:46:27.168Z] ---> Running in 4a76e893f01d [2020-08-04T04:46:27.443Z] Removing intermediate container 7a0ab91d3498 [2020-08-04T04:46:27.443Z] ---> 9921b697efd8 [2020-08-04T04:46:27.443Z] Step 8/26 : COPY . . [2020-08-04T04:46:27.443Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-04T04:46:28.892Z] v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-04T04:46:28.892Z] v3.12.0-208-g33ecd97d8d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-04T04:46:28.892Z] OK: 12620 distinct packages available [2020-08-04T04:46:29.884Z] OK: 217 MiB in 51 packages [2020-08-04T04:46:30.163Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-04T04:46:31.157Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-04T04:46:32.641Z] v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-04T04:46:32.641Z] v3.12.0-208-g33ecd97d8d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-04T04:46:32.641Z] OK: 12620 distinct packages available [2020-08-04T04:46:33.638Z] OK: 217 MiB in 51 packages [2020-08-04T04:46:33.915Z] Removing intermediate container ac3f4fee9dc6 [2020-08-04T04:46:33.915Z] ---> 666b9762d205 [2020-08-04T04:46:33.915Z] Step 5/29 : COPY go.mod . [2020-08-04T04:46:35.906Z] ---> 2968393c088f [2020-08-04T04:46:35.906Z] Step 6/29 : RUN go mod download [2020-08-04T04:46:36.899Z] ---> Running in 5dc0099fc95f [2020-08-04T04:46:36.899Z] Removing intermediate container 4a76e893f01d [2020-08-04T04:46:36.899Z] ---> 6bc9b5f7472e [2020-08-04T04:46:36.899Z] Step 6/22 : COPY go.mod . [2020-08-04T04:46:39.565Z] ---> ac4acd8524e7 [2020-08-04T04:46:39.566Z] Step 7/22 : RUN go mod download [2020-08-04T04:46:39.566Z] ---> Running in b4b6b2dc96df [2020-08-04T04:46:45.018Z] Removing intermediate container 5dc0099fc95f [2020-08-04T04:46:45.018Z] ---> 98be143c6a3b [2020-08-04T04:46:45.018Z] Step 7/29 : COPY . . [2020-08-04T04:46:47.001Z] Removing intermediate container b4b6b2dc96df [2020-08-04T04:46:47.001Z] ---> 8bb9bb5aa5b3 [2020-08-04T04:46:47.001Z] Step 8/22 : COPY . . [2020-08-04T04:47:09.191Z] ---> 4d5f3e46d236 [2020-08-04T04:47:09.191Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-08-04T04:47:09.191Z] ---> Running in ae4643aa550b [2020-08-04T04:47:10.620Z] 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-04T04:47:28.911Z] ---> 0dd2b9d450eb [2020-08-04T04:47:28.911Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-08-04T04:47:28.911Z] ---> 7a68bbd24e54 [2020-08-04T04:47:28.911Z] Step 9/22 : RUN make cmd/core-data/core-data [2020-08-04T04:47:28.911Z] ---> Running in 816f9f6ca828 [2020-08-04T04:47:28.911Z] ---> Running in 1e81c39285ac [2020-08-04T04:47:30.349Z] 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-04T04:47:30.621Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-08-04T04:47:36.025Z] Removing intermediate container b6c631303d91 [2020-08-04T04:47:36.025Z] ---> 944e8fb151c3 [2020-08-04T04:47:36.025Z] [2020-08-04T04:47:36.025Z] Step 10/23 : FROM scratch [2020-08-04T04:47:36.025Z] ---> [2020-08-04T04:47:36.025Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-04T04:47:36.331Z] ---> Using cache [2020-08-04T04:47:36.331Z] ---> 148bbee3cdac [2020-08-04T04:47:36.331Z] Step 12/23 : ENV APP_PORT=48060 [2020-08-04T04:47:36.600Z] ---> Running in 4b7529623d9c [2020-08-04T04:47:37.192Z] Removing intermediate container 4b7529623d9c [2020-08-04T04:47:37.192Z] ---> 3eba5622e986 [2020-08-04T04:47:37.192Z] Step 13/23 : EXPOSE $APP_PORT [2020-08-04T04:47:37.192Z] ---> Running in 3626e7fcba13 [2020-08-04T04:47:37.787Z] Removing intermediate container 3626e7fcba13 [2020-08-04T04:47:37.787Z] ---> d24fa6406c3b [2020-08-04T04:47:37.787Z] Step 14/23 : COPY --from=builder /bin/sh /bin/sh [2020-08-04T04:47:39.231Z] ---> c38a2d1f12c4 [2020-08-04T04:47:39.231Z] Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-08-04T04:47:40.953Z] ---> 1b0c8b388ce1 [2020-08-04T04:47:40.953Z] Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl [2020-08-04T04:47:42.975Z] ---> 732293c87f16 [2020-08-04T04:47:42.975Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-08-04T04:47:43.966Z] ---> 6f5b99fe12d3 [2020-08-04T04:47:43.966Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-08-04T04:47:45.957Z] ---> 85cd3c763ee1 [2020-08-04T04:47:45.957Z] Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-08-04T04:47:46.951Z] ---> 8fb83929428c [2020-08-04T04:47:46.951Z] Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-04T04:47:46.951Z] ---> Running in 7ca956b5982a [2020-08-04T04:47:47.553Z] Removing intermediate container 7ca956b5982a [2020-08-04T04:47:47.553Z] ---> f4195797fa99 [2020-08-04T04:47:47.553Z] Step 21/23 : LABEL arch=arm64 [2020-08-04T04:47:47.831Z] ---> Running in 93e819a0c17f [2020-08-04T04:47:48.433Z] Removing intermediate container 93e819a0c17f [2020-08-04T04:47:48.433Z] ---> 43b5763ea9a1 [2020-08-04T04:47:48.433Z] Step 22/23 : LABEL git_sha=6cdcedebd4d3fe96fce7172b253522f9a0e044a4 [2020-08-04T04:47:48.712Z] ---> Running in 7f05ecf914cb [2020-08-04T04:47:49.315Z] Removing intermediate container 7f05ecf914cb [2020-08-04T04:47:49.315Z] ---> db195598328a [2020-08-04T04:47:49.315Z] Step 23/23 : LABEL version=0.0.0 [2020-08-04T04:47:49.601Z] ---> Running in 401dd13af7e9 [2020-08-04T04:47:50.208Z] Removing intermediate container 401dd13af7e9 [2020-08-04T04:47:50.208Z] ---> 38782559a26e [2020-08-04T04:47:50.208Z] [2020-08-04T04:47:50.811Z] Successfully built 38782559a26e [2020-08-04T04:47:51.085Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-08-04T04:47:59.372Z]  Building docker-support-notifications-go ... done Removing intermediate container 3936d7e98b67 [2020-08-04T04:47:59.372Z] ---> 92fc93270f70 [2020-08-04T04:47:59.372Z] [2020-08-04T04:47:59.372Z] Step 10/20 : FROM scratch [2020-08-04T04:47:59.372Z] ---> [2020-08-04T04:47:59.372Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-04T04:47:59.372Z] ---> Using cache [2020-08-04T04:47:59.372Z] ---> 3228b68745e8 [2020-08-04T04:47:59.372Z] Step 12/20 : ENV APP_PORT=48085 [2020-08-04T04:47:59.372Z] ---> Running in 3b4b4ccc304d [2020-08-04T04:47:59.982Z] Removing intermediate container 3b4b4ccc304d [2020-08-04T04:47:59.982Z] ---> 02941ece379c [2020-08-04T04:47:59.982Z] Step 13/20 : EXPOSE $APP_PORT [2020-08-04T04:47:59.982Z] ---> Running in 1175d141ad6b [2020-08-04T04:48:00.589Z] Removing intermediate container 1175d141ad6b [2020-08-04T04:48:00.589Z] ---> 57f4321a1bb2 [2020-08-04T04:48:00.589Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-08-04T04:48:02.049Z] ---> 7c3b99fcce5b [2020-08-04T04:48:02.049Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-08-04T04:48:04.029Z] ---> b519fe4cdb04 [2020-08-04T04:48:04.029Z] Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-08-04T04:48:05.011Z] ---> 69e3e5d35170 [2020-08-04T04:48:05.011Z] Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-04T04:48:05.011Z] ---> Running in 1f9b6e32a70f [2020-08-04T04:48:05.620Z] Removing intermediate container 1f9b6e32a70f [2020-08-04T04:48:05.620Z] ---> a33ef883c4df [2020-08-04T04:48:05.620Z] Step 18/20 : LABEL arch=arm64 [2020-08-04T04:48:05.892Z] ---> Running in 9b313c1881bd [2020-08-04T04:48:06.489Z] Removing intermediate container 9b313c1881bd [2020-08-04T04:48:06.489Z] ---> d2431f18729d [2020-08-04T04:48:06.763Z] Step 19/20 : LABEL git_sha=6cdcedebd4d3fe96fce7172b253522f9a0e044a4 [2020-08-04T04:48:06.763Z] ---> Running in 7ce52701ce91 [2020-08-04T04:48:07.361Z] Removing intermediate container 7ce52701ce91 [2020-08-04T04:48:07.361Z] ---> d334e21a3303 [2020-08-04T04:48:07.361Z] Step 20/20 : LABEL version=0.0.0 [2020-08-04T04:48:07.642Z] ---> Running in 36faa42ec375 [2020-08-04T04:48:08.245Z] Removing intermediate container 36faa42ec375 [2020-08-04T04:48:08.245Z] ---> ef8fc3a1103b [2020-08-04T04:48:08.245Z] [2020-08-04T04:48:08.522Z] Successfully built ef8fc3a1103b [2020-08-04T04:48:08.522Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-08-04T04:48:30.676Z]  Building docker-support-scheduler-go ... done Removing intermediate container ae4643aa550b [2020-08-04T04:48:30.676Z] ---> cec9a27f3f20 [2020-08-04T04:48:30.676Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-08-04T04:48:30.676Z] ---> Running in 93ac19d97f6f [2020-08-04T04:48:30.676Z] 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-04T04:48:36.093Z] Removing intermediate container 816f9f6ca828 [2020-08-04T04:48:36.093Z] ---> 235049a6cfca [2020-08-04T04:48:36.093Z] [2020-08-04T04:48:36.093Z] Step 9/29 : FROM alpine:latest [2020-08-04T04:48:36.093Z] ---> 62ee0e9f8440 [2020-08-04T04:48:36.093Z] 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-04T04:48:36.093Z] ---> Running in e4d21277d405 [2020-08-04T04:48:36.093Z] Removing intermediate container 93ac19d97f6f [2020-08-04T04:48:36.093Z] ---> 5b3e60503c06 [2020-08-04T04:48:36.093Z] [2020-08-04T04:48:36.093Z] Step 11/26 : FROM docker:latest [2020-08-04T04:48:36.093Z] ---> ce9d55ae87f1 [2020-08-04T04:48:36.093Z] Step 12/26 : RUN apk add --no-cache bash [2020-08-04T04:48:36.093Z] ---> Running in e40a1e730930 [2020-08-04T04:48:36.698Z] Removing intermediate container e4d21277d405 [2020-08-04T04:48:36.698Z] ---> 76e2f041c13d [2020-08-04T04:48:36.698Z] Step 11/29 : USER root [2020-08-04T04:48:36.971Z] ---> Running in 321d5ac1981e [2020-08-04T04:48:37.576Z] Removing intermediate container 321d5ac1981e [2020-08-04T04:48:37.576Z] ---> d05941084e71 [2020-08-04T04:48:37.576Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-08-04T04:48:37.855Z] ---> Running in 5dfeeb265836 [2020-08-04T04:48:38.840Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-04T04:48:39.113Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-04T04:48:39.712Z] (1/2) Installing readline (8.0.4-r0) [2020-08-04T04:48:39.712Z] (2/2) Installing bash (5.0.17-r0) [2020-08-04T04:48:39.712Z] Executing bash-5.0.17-r0.post-install [2020-08-04T04:48:39.712Z] Executing busybox-1.31.1-r16.trigger [2020-08-04T04:48:39.712Z] OK: 12 MiB in 22 packages [2020-08-04T04:48:39.997Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-04T04:48:39.997Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-04T04:48:40.981Z] v3.12.0-199-gc106e3c922 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-04T04:48:40.981Z] v3.12.0-208-g33ecd97d8d [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-04T04:48:40.981Z] OK: 12620 distinct packages available [2020-08-04T04:48:41.254Z] Removing intermediate container e40a1e730930 [2020-08-04T04:48:41.254Z] ---> e79b004a8c12 [2020-08-04T04:48:41.254Z] Step 13/26 : RUN rm -rf /var/cache/apk/* [2020-08-04T04:48:41.254Z] ---> Running in c0e14b896f83 [2020-08-04T04:48:41.556Z] (1/2) Installing ca-certificates (20191127-r4) [2020-08-04T04:48:41.556Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-08-04T04:48:41.556Z] Executing busybox-1.31.1-r16.trigger [2020-08-04T04:48:41.851Z] Executing ca-certificates-20191127-r4.trigger [2020-08-04T04:48:42.156Z] OK: 6 MiB in 16 packages [2020-08-04T04:48:44.150Z] Removing intermediate container 5dfeeb265836 [2020-08-04T04:48:44.150Z] ---> 421d9ec7bab9 [2020-08-04T04:48:44.150Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-08-04T04:48:44.150Z] ---> Running in c7c9f560ce66 [2020-08-04T04:48:44.756Z] Removing intermediate container c7c9f560ce66 [2020-08-04T04:48:44.756Z] ---> bd07e6e3647f [2020-08-04T04:48:44.756Z] Step 14/29 : WORKDIR $BASE_DIR [2020-08-04T04:48:44.756Z] ---> Running in 2033a9cec29c [2020-08-04T04:48:45.037Z] Removing intermediate container c0e14b896f83 [2020-08-04T04:48:45.037Z] ---> 02dc37a1297e [2020-08-04T04:48:45.037Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-08-04T04:48:45.313Z] ---> Running in cda66f6140fe [2020-08-04T04:48:45.313Z] Removing intermediate container 2033a9cec29c [2020-08-04T04:48:45.313Z] ---> e3f55fe50d74 [2020-08-04T04:48:45.313Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-08-04T04:48:45.585Z] ---> Running in 335a03cfe34b [2020-08-04T04:48:45.857Z] Removing intermediate container cda66f6140fe [2020-08-04T04:48:45.857Z] ---> 161fa0568828 [2020-08-04T04:48:45.857Z] Step 15/26 : ENV APP_PORT=48090 [2020-08-04T04:48:46.135Z] ---> Running in f9d088c06227 [2020-08-04T04:48:46.731Z] Removing intermediate container f9d088c06227 [2020-08-04T04:48:46.731Z] ---> 804a4de9b78f [2020-08-04T04:48:46.731Z] Step 16/26 : EXPOSE $APP_PORT [2020-08-04T04:48:47.004Z] ---> Running in 38cf5d6d5036 [2020-08-04T04:48:47.597Z] Removing intermediate container 38cf5d6d5036 [2020-08-04T04:48:47.597Z] ---> 728f2eb5a088 [2020-08-04T04:48:47.597Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-08-04T04:48:49.035Z] Removing intermediate container 335a03cfe34b [2020-08-04T04:48:49.035Z] ---> 07393f904cd9 [2020-08-04T04:48:49.035Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-08-04T04:48:49.035Z] ---> 16d895dff46f [2020-08-04T04:48:49.035Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-08-04T04:48:50.020Z] ---> 2c4007c9abbc [2020-08-04T04:48:50.020Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-08-04T04:48:50.294Z] ---> 5271c2d25493 [2020-08-04T04:48:50.294Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-08-04T04:48:51.270Z] ---> 0d28963f7fda [2020-08-04T04:48:51.270Z] Step 20/26 : RUN apk --no-cache add py-pip [2020-08-04T04:48:51.270Z] ---> 030306bab5e6 [2020-08-04T04:48:51.270Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-08-04T04:48:51.270Z] ---> Running in fa87550d55ee [2020-08-04T04:48:52.252Z] ---> 04d2de156c68 [2020-08-04T04:48:52.252Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-08-04T04:48:53.231Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-04T04:48:53.231Z] ---> 07ec2a4fcd8f [2020-08-04T04:48:53.231Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-08-04T04:48:53.503Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-04T04:48:54.097Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-08-04T04:48:54.097Z] (2/33) Installing expat (2.2.9-r1) [2020-08-04T04:48:54.097Z] (3/33) Installing libffi (3.3-r2) [2020-08-04T04:48:54.097Z] (4/33) Installing gdbm (1.13-r1) [2020-08-04T04:48:54.097Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-08-04T04:48:54.097Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-08-04T04:48:54.097Z] (7/33) Installing python3 (3.8.5-r0) [2020-08-04T04:48:54.369Z] ---> 5a4f84e9ed65 [2020-08-04T04:48:54.369Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-08-04T04:48:54.966Z] ---> Running in b4a3270f6f6a [2020-08-04T04:48:56.402Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-08-04T04:48:56.402Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-08-04T04:48:56.402Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-08-04T04:48:56.402Z] (11/33) Installing py3-six (1.15.0-r0) [2020-08-04T04:48:56.402Z] (12/33) Installing py3-packaging (20.4-r0) [2020-08-04T04:48:56.402Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-08-04T04:48:56.402Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-08-04T04:48:56.402Z] (15/33) Installing py3-idna (2.9-r0) [2020-08-04T04:48:56.402Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-08-04T04:48:56.402Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-08-04T04:48:56.402Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-08-04T04:48:56.402Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-08-04T04:48:56.402Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-08-04T04:48:56.402Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-08-04T04:48:56.402Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-08-04T04:48:56.402Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-08-04T04:48:56.673Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-08-04T04:48:56.673Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-08-04T04:48:56.673Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-08-04T04:48:56.673Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-08-04T04:48:56.673Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-08-04T04:48:56.673Z] (29/33) Installing py3-progress (1.5-r0) [2020-08-04T04:48:56.673Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-08-04T04:48:56.673Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-08-04T04:48:56.673Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-08-04T04:48:56.673Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-08-04T04:48:56.946Z] Executing busybox-1.31.1-r16.trigger [2020-08-04T04:48:56.946Z] OK: 71 MiB in 55 packages [2020-08-04T04:48:56.946Z] Removing intermediate container 1e81c39285ac [2020-08-04T04:48:56.946Z] ---> 84412fc2fd5f [2020-08-04T04:48:56.946Z] [2020-08-04T04:48:56.946Z] Step 10/22 : FROM alpine [2020-08-04T04:48:56.946Z] ---> 62ee0e9f8440 [2020-08-04T04:48:56.946Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-04T04:48:57.218Z] ---> Running in 89389c4e2709 [2020-08-04T04:48:58.203Z] Removing intermediate container 89389c4e2709 [2020-08-04T04:48:58.203Z] ---> cd12d08fe4f9 [2020-08-04T04:48:58.203Z] Step 12/22 : ENV APP_PORT=48080 [2020-08-04T04:48:58.203Z] Removing intermediate container b4a3270f6f6a [2020-08-04T04:48:58.203Z] ---> 5c9859fddae9 [2020-08-04T04:48:58.203Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-08-04T04:48:58.203Z] ---> Running in dae56acef7eb [2020-08-04T04:48:58.797Z] Removing intermediate container dae56acef7eb [2020-08-04T04:48:58.797Z] ---> 89e734adcbd3 [2020-08-04T04:48:58.797Z] Step 13/22 : EXPOSE $APP_PORT [2020-08-04T04:48:59.070Z] ---> Running in d7ec946deb7d [2020-08-04T04:48:59.070Z] ---> ea9db029e855 [2020-08-04T04:48:59.070Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-04T04:48:59.342Z] ---> Running in 43c82d08d760 [2020-08-04T04:48:59.959Z] Removing intermediate container d7ec946deb7d [2020-08-04T04:48:59.959Z] ---> 61e38ca2be08 [2020-08-04T04:48:59.959Z] Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-04T04:48:59.959Z] ---> Running in 3eafe70a7a12 [2020-08-04T04:49:03.341Z] Removing intermediate container 43c82d08d760 [2020-08-04T04:49:03.341Z] ---> b3de03c9729f [2020-08-04T04:49:03.341Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-08-04T04:49:03.341Z] ---> Running in b975bd7d1c7b [2020-08-04T04:49:03.341Z] Removing intermediate container 3eafe70a7a12 [2020-08-04T04:49:03.341Z] ---> 99bddb856474 [2020-08-04T04:49:03.341Z] Step 15/22 : RUN apk --no-cache add zeromq [2020-08-04T04:49:03.610Z] ---> Running in 0cd36ae88bd2 [2020-08-04T04:49:04.202Z] Removing intermediate container fa87550d55ee [2020-08-04T04:49:04.202Z] ---> fe647a081aa2 [2020-08-04T04:49:04.202Z] Step 21/26 : RUN pip install docker-compose==1.23.2 [2020-08-04T04:49:04.202Z] ---> Running in 3025751ff9d5 [2020-08-04T04:49:05.192Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-04T04:49:06.170Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-04T04:49:06.170Z] Removing intermediate container b975bd7d1c7b [2020-08-04T04:49:06.170Z] ---> 47a32f75b556 [2020-08-04T04:49:06.170Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-08-04T04:49:06.443Z] ---> Running in d55351dea644 [2020-08-04T04:49:06.714Z] (1/5) Installing libgcc (9.3.0-r2) [2020-08-04T04:49:06.988Z] (2/5) Installing libsodium (1.0.18-r0) [2020-08-04T04:49:06.988Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-08-04T04:49:06.988Z] Removing intermediate container d55351dea644 [2020-08-04T04:49:06.988Z] ---> 1ac254381071 [2020-08-04T04:49:06.988Z] Step 26/29 : CMD [ "generate" ] [2020-08-04T04:49:07.264Z] ---> Running in 7542f84ca442 [2020-08-04T04:49:07.264Z] (4/5) Installing libzmq (4.3.2-r0) [2020-08-04T04:49:07.264Z] (5/5) Installing zeromq (4.3.2-r0) [2020-08-04T04:49:07.539Z] Executing busybox-1.31.1-r16.trigger [2020-08-04T04:49:07.539Z] OK: 8 MiB in 19 packages [2020-08-04T04:49:07.817Z] Removing intermediate container 7542f84ca442 [2020-08-04T04:49:07.817Z] ---> a77ea5a10fb2 [2020-08-04T04:49:07.817Z] Step 27/29 : LABEL arch=arm64 [2020-08-04T04:49:08.093Z] ---> Running in 6c374ed3eb64 [2020-08-04T04:49:08.689Z] Removing intermediate container 6c374ed3eb64 [2020-08-04T04:49:08.689Z] ---> cdaca1d2a61c [2020-08-04T04:49:08.689Z] Step 28/29 : LABEL git_sha=6cdcedebd4d3fe96fce7172b253522f9a0e044a4 [2020-08-04T04:49:08.689Z] ---> Running in 7b65f670fcfa [2020-08-04T04:49:08.961Z] Removing intermediate container 0cd36ae88bd2 [2020-08-04T04:49:08.961Z] ---> ea42fdb7fa1c [2020-08-04T04:49:08.961Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-08-04T04:49:09.233Z] Removing intermediate container 7b65f670fcfa [2020-08-04T04:49:09.233Z] ---> 954b4f59ac31 [2020-08-04T04:49:09.233Z] Step 29/29 : LABEL version=0.0.0 [2020-08-04T04:49:09.507Z] ---> Running in cc844808f088 [2020-08-04T04:49:09.776Z] ---> 9182d56e5dc9 [2020-08-04T04:49:09.776Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-08-04T04:49:09.776Z] Removing intermediate container cc844808f088 [2020-08-04T04:49:09.776Z] ---> b9884493bc93 [2020-08-04T04:49:09.776Z] [2020-08-04T04:49:10.366Z] Collecting docker-compose==1.23.2 [2020-08-04T04:49:10.366Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-08-04T04:49:10.366Z] Successfully built b9884493bc93 [2020-08-04T04:49:10.366Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-08-04T04:49:11.340Z]  Building docker-security-secrets-setup-go ... done  ---> 7720820e3c08 [2020-08-04T04:49:11.340Z] Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-08-04T04:49:11.340Z] Collecting jsonschema<3,>=2.5.1 [2020-08-04T04:49:11.340Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-08-04T04:49:11.935Z] ---> 0594133d324c [2020-08-04T04:49:11.935Z] Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-04T04:49:11.935Z] ---> Running in f1bbd1bd9ad1 [2020-08-04T04:49:12.528Z] Removing intermediate container f1bbd1bd9ad1 [2020-08-04T04:49:12.528Z] ---> 6ecde22ebc77 [2020-08-04T04:49:12.528Z] Step 20/22 : LABEL arch=arm64 [2020-08-04T04:49:12.528Z] ---> Running in 37691636a5b7 [2020-08-04T04:49:12.804Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-08-04T04:49:12.804Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-08-04T04:49:13.074Z] Removing intermediate container 37691636a5b7 [2020-08-04T04:49:13.074Z] ---> a63c454096c1 [2020-08-04T04:49:13.074Z] Step 21/22 : LABEL git_sha=6cdcedebd4d3fe96fce7172b253522f9a0e044a4 [2020-08-04T04:49:13.074Z] ---> Running in b46fc1179f24 [2020-08-04T04:49:13.345Z] Collecting texttable<0.10,>=0.9.0 [2020-08-04T04:49:13.345Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-08-04T04:49:13.618Z] Removing intermediate container b46fc1179f24 [2020-08-04T04:49:13.618Z] ---> 69924b8944ac [2020-08-04T04:49:13.618Z] Step 22/22 : LABEL version=0.0.0 [2020-08-04T04:49:13.618Z] ---> Running in c1be34698569 [2020-08-04T04:49:14.213Z] Removing intermediate container c1be34698569 [2020-08-04T04:49:14.213Z] ---> a500086fc39d [2020-08-04T04:49:14.213Z] [2020-08-04T04:49:14.808Z] Successfully built a500086fc39d [2020-08-04T04:49:14.808Z] Successfully tagged docker-core-data-go-arm64:latest [2020-08-04T04:49:15.778Z]  Building docker-core-data-go ... done Collecting PyYAML<4,>=3.10 [2020-08-04T04:49:15.778Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-08-04T04:49:19.207Z] Collecting docker<4.0,>=3.6.0 [2020-08-04T04:49:19.207Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-08-04T04:49:19.476Z] 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-04T04:49:19.747Z] Collecting dockerpty<0.5,>=0.4.1 [2020-08-04T04:49:19.747Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-08-04T04:49:21.717Z] Collecting cached-property<2,>=1.2.0 [2020-08-04T04:49:21.717Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-08-04T04:49:21.717Z] Collecting docopt<0.7,>=0.6.1 [2020-08-04T04:49:21.717Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-08-04T04:49:24.313Z] Collecting websocket-client<1.0,>=0.32.0 [2020-08-04T04:49:24.313Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-08-04T04:49:24.313Z] 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-04T04:49:24.313Z] Collecting idna<2.8,>=2.5 [2020-08-04T04:49:24.313Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-08-04T04:49:24.313Z] 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-04T04:49:24.903Z] Collecting urllib3<1.25,>=1.21.1 [2020-08-04T04:49:24.903Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-08-04T04:49:25.171Z] Collecting docker-pycreds>=0.4.0 [2020-08-04T04:49:25.171Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-08-04T04:49:25.440Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-08-04T04:49:25.440Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-08-04T04:49:25.440Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-08-04T04:49:25.440Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-08-04T04:49:26.029Z] Installing collected packages: jsonschema, idna, urllib3, requests, texttable, PyYAML, websocket-client, docker-pycreds, docker, dockerpty, cached-property, docopt, docker-compose [2020-08-04T04:49:26.299Z] Attempting uninstall: idna [2020-08-04T04:49:26.299Z] Found existing installation: idna 2.9 [2020-08-04T04:49:26.299Z] Uninstalling idna-2.9: [2020-08-04T04:49:26.567Z] Successfully uninstalled idna-2.9 [2020-08-04T04:49:27.175Z] Attempting uninstall: urllib3 [2020-08-04T04:49:27.175Z] Found existing installation: urllib3 1.25.9 [2020-08-04T04:49:27.175Z] Uninstalling urllib3-1.25.9: [2020-08-04T04:49:27.175Z] Successfully uninstalled urllib3-1.25.9 [2020-08-04T04:49:27.766Z] Attempting uninstall: requests [2020-08-04T04:49:27.766Z] Found existing installation: requests 2.23.0 [2020-08-04T04:49:27.766Z] Uninstalling requests-2.23.0: [2020-08-04T04:49:27.766Z] Successfully uninstalled requests-2.23.0 [2020-08-04T04:49:28.355Z] Running setup.py install for texttable: started [2020-08-04T04:49:29.772Z] Running setup.py install for texttable: finished with status 'done' [2020-08-04T04:49:29.772Z] Running setup.py install for PyYAML: started [2020-08-04T04:49:31.730Z] Running setup.py install for PyYAML: finished with status 'done' [2020-08-04T04:49:33.151Z] Running setup.py install for dockerpty: started [2020-08-04T04:49:35.112Z] Running setup.py install for dockerpty: finished with status 'done' [2020-08-04T04:49:35.112Z] Running setup.py install for docopt: started [2020-08-04T04:49:37.070Z] Running setup.py install for docopt: finished with status 'done' [2020-08-04T04:49:37.659Z] 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-04T04:49:41.941Z] Removing intermediate container 3025751ff9d5 [2020-08-04T04:49:41.941Z] ---> 51f08223c405 [2020-08-04T04:49:41.941Z] Step 22/26 : RUN apk --no-cache add curl [2020-08-04T04:49:41.941Z] ---> Running in 4b336e2a23da [2020-08-04T04:49:42.909Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-04T04:49:42.909Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-04T04:49:43.498Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-08-04T04:49:43.498Z] (2/3) Installing libcurl (7.69.1-r0) [2020-08-04T04:49:43.498Z] (3/3) Installing curl (7.69.1-r0) [2020-08-04T04:49:43.768Z] Executing busybox-1.31.1-r16.trigger [2020-08-04T04:49:43.768Z] OK: 71 MiB in 58 packages [2020-08-04T04:49:45.194Z] Removing intermediate container 4b336e2a23da [2020-08-04T04:49:45.194Z] ---> 26e2b0630b60 [2020-08-04T04:49:45.194Z] Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-04T04:49:45.194Z] ---> Running in 6e221ae9835e [2020-08-04T04:49:45.464Z] Removing intermediate container 6e221ae9835e [2020-08-04T04:49:45.464Z] ---> cc06c3d9fbc1 [2020-08-04T04:49:45.464Z] Step 24/26 : LABEL arch=arm64 [2020-08-04T04:49:45.736Z] ---> Running in 32bb49d2d84d [2020-08-04T04:49:46.328Z] Removing intermediate container 32bb49d2d84d [2020-08-04T04:49:46.328Z] ---> 8a7f97f17907 [2020-08-04T04:49:46.328Z] Step 25/26 : LABEL git_sha=6cdcedebd4d3fe96fce7172b253522f9a0e044a4 [2020-08-04T04:49:46.328Z] ---> Running in 511481143cdc [2020-08-04T04:49:46.917Z] Removing intermediate container 511481143cdc [2020-08-04T04:49:46.917Z] ---> 1d24643ce58f [2020-08-04T04:49:46.917Z] Step 26/26 : LABEL version=0.0.0 [2020-08-04T04:49:46.917Z] ---> Running in c9a082cccd19 [2020-08-04T04:49:47.507Z] Removing intermediate container c9a082cccd19 [2020-08-04T04:49:47.507Z] ---> 734e71ebd1c8 [2020-08-04T04:49:47.507Z] [2020-08-04T04:49:47.776Z] Successfully built 734e71ebd1c8 [2020-08-04T04:49:47.776Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-08-04T04:49:48.378Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-08-04T04:49:48.171Z] $ docker stop --time=1 e1cf150b2959819c563cd80590e7e0006dd487b376b13b60c2342f33b42c70ec [2020-08-04T04:49:50.100Z] $ docker rm -f e1cf150b2959819c563cd80590e7e0006dd487b376b13b60c2342f33b42c70ec [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-04T04:49:51.020Z] + docker images [2020-08-04T04:49:51.020Z] + grep docker [2020-08-04T04:49:51.289Z] docker-sys-mgmt-agent-go-arm64 latest 734e71ebd1c8 4 seconds ago 266MB [2020-08-04T04:49:51.289Z] docker-core-data-go-arm64 latest a500086fc39d 37 seconds ago 22.6MB [2020-08-04T04:49:51.289Z] docker-security-secrets-setup-go-arm64 latest b9884493bc93 41 seconds ago 24.2MB [2020-08-04T04:49:51.289Z] docker-support-scheduler-go-arm64 latest ef8fc3a1103b About a minute ago 12.6MB [2020-08-04T04:49:51.289Z] docker-support-notifications-go-arm64 latest 38782559a26e 2 minutes ago 13.9MB [2020-08-04T04:49:51.289Z] docker-security-secretstore-setup-go-arm64 latest 0878b0bfde5f 4 minutes ago 32.6MB [2020-08-04T04:49:51.289Z] docker-core-metadata-go-arm64 latest 1ada5e2cdf28 4 minutes ago 13.8MB [2020-08-04T04:49:51.289Z] docker-core-command-go-arm64 latest b00e3fa390f0 4 minutes ago 12.4MB [2020-08-04T04:49:51.289Z] docker-support-logging-go-arm64 latest 348f79f4d6e3 4 minutes ago 11.4MB [2020-08-04T04:49:51.289Z] docker-security-proxy-setup-go-arm64 latest a834dbeed4ad 5 minutes ago 15.8MB [2020-08-04T04:49:51.289Z] docker latest ce9d55ae87f1 5 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-04T04:49:52.909Z] provisioning config files... [2020-08-04T04:49:52.926Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/12@tmp/config6604262898203536482tmp [Pipeline] { [Pipeline] sh [2020-08-04T04:49:53.294Z] + curl -s https://codecov.io/bash [2020-08-04T04:49:53.294Z] + bash -s - -t @/w/workspace/edgex-go/12@tmp/config6604262898203536482tmp [Pipeline] } [2020-08-04T04:49:53.873Z] 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-04T04:49:55.348Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-04T04:49:56.230Z] ---> package-listing.sh [2020-08-04T04:49:56.230Z] ++ facter osfamily [2020-08-04T04:49:56.230Z] ++ tr '[:upper:]' '[:lower:]' [2020-08-04T04:49:56.230Z] + OS_FAMILY=redhat [2020-08-04T04:49:56.230Z] + workspace=/w/workspace/edgex-go/12 [2020-08-04T04:49:56.230Z] + START_PACKAGES=/tmp/packages_start.txt [2020-08-04T04:49:56.230Z] + END_PACKAGES=/tmp/packages_end.txt [2020-08-04T04:49:56.230Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-08-04T04:49:56.230Z] + PACKAGES=/tmp/packages_start.txt [2020-08-04T04:49:56.230Z] + '[' /w/workspace/edgex-go/12 ']' [2020-08-04T04:49:56.230Z] + PACKAGES=/tmp/packages_end.txt [2020-08-04T04:49:56.230Z] + case "${OS_FAMILY}" in [2020-08-04T04:49:56.230Z] + rpm -qa [2020-08-04T04:49:56.230Z] + sort [2020-08-04T04:50:00.479Z] + '[' -f /tmp/packages_start.txt ']' [2020-08-04T04:50:00.479Z] + '[' -f /tmp/packages_end.txt ']' [2020-08-04T04:50:00.479Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-08-04T04:50:00.479Z] + '[' /w/workspace/edgex-go/12 ']' [2020-08-04T04:50:00.479Z] + mkdir -p /w/workspace/edgex-go/12/archives/ [2020-08-04T04:50:00.479Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/12/archives/ [Pipeline] isUnix [Pipeline] sh [2020-08-04T04:50:00.905Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-04T04:50:00.905Z] [2020-08-04T04:50:00.905Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-08-04T04:50:01.251Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-04T04:50:01.251Z] alpine: Pulling from edgex-lftools-log-publisher [2020-08-04T04:50:01.251Z] c9b1b535fdd9: Pulling fs layer [2020-08-04T04:50:01.251Z] 2cc5ad85d9ab: Pulling fs layer [2020-08-04T04:50:01.251Z] 756a868c4378: Pulling fs layer [2020-08-04T04:50:01.251Z] 444b2fc9a129: Pulling fs layer [2020-08-04T04:50:01.251Z] ea15f1150254: Pulling fs layer [2020-08-04T04:50:01.251Z] 41b27a9f41bf: Pulling fs layer [2020-08-04T04:50:01.251Z] 28c525ee5125: Pulling fs layer [2020-08-04T04:50:01.251Z] 094b1ea09ed8: Pulling fs layer [2020-08-04T04:50:01.251Z] 138eaada9080: Pulling fs layer [2020-08-04T04:50:01.251Z] 0622d0fa9048: Pulling fs layer [2020-08-04T04:50:01.251Z] 41b27a9f41bf: Waiting [2020-08-04T04:50:01.251Z] 28c525ee5125: Waiting [2020-08-04T04:50:01.251Z] 094b1ea09ed8: Waiting [2020-08-04T04:50:01.251Z] 138eaada9080: Waiting [2020-08-04T04:50:01.251Z] 444b2fc9a129: Waiting [2020-08-04T04:50:01.251Z] ea15f1150254: Waiting [2020-08-04T04:50:01.251Z] 0622d0fa9048: Waiting [2020-08-04T04:50:01.251Z] 2cc5ad85d9ab: Download complete [2020-08-04T04:50:01.251Z] 444b2fc9a129: Verifying Checksum [2020-08-04T04:50:01.251Z] 444b2fc9a129: Download complete [2020-08-04T04:50:01.251Z] c9b1b535fdd9: Download complete [2020-08-04T04:50:01.251Z] ea15f1150254: Verifying Checksum [2020-08-04T04:50:01.251Z] ea15f1150254: Download complete [2020-08-04T04:50:01.518Z] 28c525ee5125: Download complete [2020-08-04T04:50:01.783Z] 756a868c4378: Verifying Checksum [2020-08-04T04:50:01.783Z] 756a868c4378: Download complete [2020-08-04T04:50:01.783Z] 138eaada9080: Verifying Checksum [2020-08-04T04:50:01.783Z] 138eaada9080: Download complete [2020-08-04T04:50:01.783Z] 094b1ea09ed8: Verifying Checksum [2020-08-04T04:50:01.783Z] 094b1ea09ed8: Download complete [2020-08-04T04:50:01.783Z] c9b1b535fdd9: Pull complete [2020-08-04T04:50:01.783Z] 0622d0fa9048: Verifying Checksum [2020-08-04T04:50:01.783Z] 0622d0fa9048: Download complete [2020-08-04T04:50:02.046Z] 2cc5ad85d9ab: Pull complete [2020-08-04T04:50:02.307Z] 41b27a9f41bf: Verifying Checksum [2020-08-04T04:50:02.307Z] 41b27a9f41bf: Download complete [2020-08-04T04:50:03.711Z] 756a868c4378: Pull complete [2020-08-04T04:50:03.972Z] 444b2fc9a129: Pull complete [2020-08-04T04:50:04.233Z] ea15f1150254: Pull complete [2020-08-04T04:50:08.442Z] 41b27a9f41bf: Pull complete [2020-08-04T04:50:08.711Z] 28c525ee5125: Pull complete [2020-08-04T04:50:10.787Z] 094b1ea09ed8: Pull complete [2020-08-04T04:50:12.169Z] 138eaada9080: Pull complete [2020-08-04T04:50:13.112Z] 0622d0fa9048: Pull complete [2020-08-04T04:50:13.112Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-08-04T04:50:13.112Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-04T04:50:13.112Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-08-04T04:50:13.265Z] prd-centos7-docker-4c-2g-2015 does not seem to be running inside a container [2020-08-04T04:50:13.306Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgex-go/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-08-04T04:50:16.947Z] $ docker top 6543f3654a1240e250801a29e4b356129d5ea97e84f7996988608442b60bff5a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-08-04T04:50:17.228Z] provisioning config files... [2020-08-04T04:50:17.241Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/12@tmp/config4402350965550515738tmp [Pipeline] { [Pipeline] echo [2020-08-04T04:50:17.298Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-04T04:50:17.589Z] ---> create-netrc.sh [Pipeline] echo [2020-08-04T04:50:17.598Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-04T04:50:17.891Z] ---> logs-deploy.sh [2020-08-04T04:50:17.891Z] + ARCHIVE_ARTIFACTS= [2020-08-04T04:50:17.891Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-08-04T04:50:17.891Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-08-04T04:50:17.891Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-08-04T04:50:17.891Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2625/12 [2020-08-04T04:50:17.891Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2625/12/ [2020-08-04T04:50:17.891Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2625/12 /w/workspace/edgex-go/12 [2020-08-04T04:50:18.832Z] Archives upload complete. [2020-08-04T04:50:19.095Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2625/12 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2625/12/