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 lindseysimple for edgexfoundry/edgex-go Obtained Jenkinsfile from a8be25e7fc0e32b0d7338c9b6a57d1e8d9a6347b+a7fc36b9b3e04c465199d9026bf92f5d2cd5f3b5 (8bb209d9a62ca91e95a26fdc45fc2ed139af0e6e) 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 Running on prd-centos7-docker-4c-2g-1529 in /w/workspace/edgexfoundry_edgex-go_PR-2610 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/22 [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/22 # 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/2610/head:refs/remotes/origin/PR-2610 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit a7fc36b9b3e04c465199d9026bf92f5d2cd5f3b5 into PR head commit a8be25e7fc0e32b0d7338c9b6a57d1e8d9a6347b > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/2610/head:refs/remotes/origin/PR-2610 # 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/2610/head:refs/remotes/origin/PR-2610 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a8be25e7fc0e32b0d7338c9b6a57d1e8d9a6347b # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 Merge succeeded, producing 4605f6cf6e929e1ee115c81c735f5b828accc975 Checking out Revision 4605f6cf6e929e1ee115c81c735f5b828accc975 (PR-2610) using GIT_SSH to set credentials SSH Credentials for GitHub > git merge a7fc36b9b3e04c465199d9026bf92f5d2cd5f3b5 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4605f6cf6e929e1ee115c81c735f5b828accc975 # timeout=10 Commit message: "Merge commit 'a7fc36b9b3e04c465199d9026bf92f5d2cd5f3b5' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-07-30T04:31:24.613Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-07-30T04:31:24.833Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-07-30T04:31:24.916Z] ========================================================= [2020-07-30T04:31:24.916Z] EdgeX Global Pipelines Version Info [2020-07-30T04:31:24.916Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk a8541818e749561ac344d07fc8c697c79129a695 # timeout=10 [2020-07-30T04:31:27.586Z] ------------------- [2020-07-30T04:31:27.586Z] stable info: [2020-07-30T04:31:27.586Z] ------------------- [2020-07-30T04:31:27.586Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-07-30T04:31:27.586Z] Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [2020-07-30T04:31:27.586Z] Message: update stable to v1.0.106 [2020-07-30T04:31:28.652Z] ------------------- [2020-07-30T04:31:28.652Z] experimental info: [2020-07-30T04:31:28.652Z] ------------------- [2020-07-30T04:31:28.653Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-07-30T04:31:28.653Z] Commit SHA: 8052d86f4e87d6cf935ce8d66320619a0984c2cc [2020-07-30T04:31:28.653Z] Message: update experimental to v1.0.109 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] sh [2020-07-30T04:31:30.267Z] ++ 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-07-30T04:31:30.267Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-30T04:31:30.267Z] ++ cut -d/ -f2 [2020-07-30T04:31:30.267Z] ++ dirname cmd/core-command/Dockerfile [2020-07-30T04:31:30.267Z] + echo core-command,cmd/core-command/Dockerfile [2020-07-30T04:31:30.267Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-30T04:31:30.267Z] ++ dirname cmd/core-data/Dockerfile [2020-07-30T04:31:30.267Z] ++ cut -d/ -f2 [2020-07-30T04:31:30.267Z] + echo core-data,cmd/core-data/Dockerfile [2020-07-30T04:31:30.267Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-30T04:31:30.267Z] ++ cut -d/ -f2 [2020-07-30T04:31:30.267Z] ++ dirname cmd/core-metadata/Dockerfile [2020-07-30T04:31:30.267Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-07-30T04:31:30.267Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-30T04:31:30.267Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-07-30T04:31:30.267Z] ++ cut -d/ -f2 [2020-07-30T04:31:30.267Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-07-30T04:31:30.267Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-30T04:31:30.267Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-07-30T04:31:30.267Z] ++ cut -d/ -f2 [2020-07-30T04:31:30.267Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-07-30T04:31:30.267Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-30T04:31:30.267Z] ++ cut -d/ -f2 [2020-07-30T04:31:30.267Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-07-30T04:31:30.267Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-07-30T04:31:30.267Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-30T04:31:30.267Z] ++ dirname cmd/support-logging/Dockerfile [2020-07-30T04:31:30.267Z] ++ cut -d/ -f2 [2020-07-30T04:31:30.267Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-07-30T04:31:30.267Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-30T04:31:30.267Z] ++ dirname cmd/support-notifications/Dockerfile [2020-07-30T04:31:30.267Z] ++ cut -d/ -f2 [2020-07-30T04:31:30.267Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-07-30T04:31:30.267Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-30T04:31:30.267Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-07-30T04:31:30.267Z] ++ cut -d/ -f2 [2020-07-30T04:31:30.267Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-07-30T04:31:30.267Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-30T04:31:30.267Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-07-30T04:31:30.267Z] ++ cut -d/ -f2 [2020-07-30T04:31:30.267Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-07-30T04:31:30.370Z] 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-07-30T04:31:31.092Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-30T04:31:31.360Z] [2020-07-30T04:31:31.360Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-07-30T04:31:31.884Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-30T04:31:31.884Z] latest: Pulling from edgex-devops/git-semver [2020-07-30T04:31:31.884Z] 31603596830f: Pulling fs layer [2020-07-30T04:31:31.884Z] 2a8b12db71e7: Pulling fs layer [2020-07-30T04:31:31.884Z] 6ca5941a6612: Pulling fs layer [2020-07-30T04:31:31.884Z] ecc8261a40a4: Pulling fs layer [2020-07-30T04:31:31.884Z] ecc8261a40a4: Waiting [2020-07-30T04:31:32.216Z] 2a8b12db71e7: Verifying Checksum [2020-07-30T04:31:32.216Z] 2a8b12db71e7: Download complete [2020-07-30T04:31:32.216Z] 31603596830f: Verifying Checksum [2020-07-30T04:31:32.216Z] 31603596830f: Download complete [2020-07-30T04:31:32.557Z] ecc8261a40a4: Verifying Checksum [2020-07-30T04:31:32.557Z] ecc8261a40a4: Download complete [2020-07-30T04:31:32.906Z] 6ca5941a6612: Verifying Checksum [2020-07-30T04:31:32.906Z] 6ca5941a6612: Download complete [2020-07-30T04:31:32.906Z] 31603596830f: Pull complete [2020-07-30T04:31:32.906Z] 2a8b12db71e7: Pull complete [2020-07-30T04:31:34.363Z] 6ca5941a6612: Pull complete [2020-07-30T04:31:34.950Z] ecc8261a40a4: Pull complete [2020-07-30T04:31:34.950Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-07-30T04:31:34.950Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-30T04:31:34.950Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-07-30T04:31:35.119Z] prd-centos7-docker-4c-2g-1529 does not seem to be running inside a container [2020-07-30T04:31:35.228Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/22 -v /w/workspace/edgex-go/22:/w/workspace/edgex-go/22:rw,z -v /w/workspace/edgex-go/22@tmp:/w/workspace/edgex-go/22@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-07-30T04:31:37.984Z] $ docker top cbbb9f01bb70970fcdbf0aba5b4232286c7d7a3aa77b80542d455528a4633144 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-07-30T04:31:38.495Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-30T04:31:38.495Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-30T04:31:38.890Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-30T04:31:38.891Z] $ docker exec cbbb9f01bb70970fcdbf0aba5b4232286c7d7a3aa77b80542d455528a4633144 ssh-agent [2020-07-30T04:31:39.164Z] SSH_AUTH_SOCK=/tmp/ssh-wqXSn6p625nX/agent.12 [2020-07-30T04:31:39.164Z] SSH_AGENT_PID=17 [2020-07-30T04:31:39.175Z] Running ssh-add (command line suppressed) [2020-07-30T04:31:39.349Z] Identity added: /w/workspace/edgex-go/22@tmp/private_key_641626350459284957.key (/w/workspace/edgex-go/22@tmp/private_key_641626350459284957.key) [2020-07-30T04:31:39.426Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-30T04:31:40.160Z] + git describe --exact-match --tags HEAD [2020-07-30T04:31:40.160Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-07-30T04:31:40.214Z] $ docker exec --env ******** --env ******** cbbb9f01bb70970fcdbf0aba5b4232286c7d7a3aa77b80542d455528a4633144 ssh-agent -k [2020-07-30T04:31:40.450Z] unset SSH_AUTH_SOCK; [2020-07-30T04:31:40.451Z] unset SSH_AGENT_PID; [2020-07-30T04:31:40.451Z] echo Agent pid 17 killed; [2020-07-30T04:31:40.565Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-07-30T04:31:40.674Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-07-30T04:31:40.674Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-07-30T04:31:40.755Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-30T04:31:40.755Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-30T04:31:41.141Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-30T04:31:41.144Z] $ docker exec cbbb9f01bb70970fcdbf0aba5b4232286c7d7a3aa77b80542d455528a4633144 ssh-agent [2020-07-30T04:31:41.417Z] SSH_AUTH_SOCK=/tmp/ssh-OVmHVM3RTgpT/agent.46 [2020-07-30T04:31:41.417Z] SSH_AGENT_PID=52 [2020-07-30T04:31:41.425Z] Running ssh-add (command line suppressed) [2020-07-30T04:31:41.588Z] Identity added: /w/workspace/edgex-go/22@tmp/private_key_3038775455485146138.key (/w/workspace/edgex-go/22@tmp/private_key_3038775455485146138.key) [2020-07-30T04:31:41.668Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-30T04:31:42.020Z] + git semver init [2020-07-30T04:31:42.020Z] # -> Open(): unable to determine branch for HEAD [2020-07-30T04:31:42.020Z] # $GIT_DIR = /w/workspace/edgex-go/22/.git [2020-07-30T04:31:42.020Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/22 [2020-07-30T04:31:42.020Z] # $SEMVER_REMOTE_NAME = origin [2020-07-30T04:31:42.020Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-07-30T04:31:42.020Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-07-30T04:31:42.020Z] # $SEMVER_BRANCH = PR-2610 [2020-07-30T04:31:42.020Z] # $SEMVER_TEMP = /tmp/semver-958551681 [2020-07-30T04:31:42.020Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-07-30T04:32:22.552Z] # '/tmp/semver-958551681' -> '/w/workspace/edgex-go/22/.semver' [2020-07-30T04:32:23.611Z] # -> Force: false [2020-07-30T04:32:23.611Z] # $SEMVER_DIR = /w/workspace/edgex-go/22/.semver [Pipeline] } [2020-07-30T04:32:23.644Z] $ docker exec --env ******** --env ******** cbbb9f01bb70970fcdbf0aba5b4232286c7d7a3aa77b80542d455528a4633144 ssh-agent -k [2020-07-30T04:32:24.218Z] unset SSH_AUTH_SOCK; [2020-07-30T04:32:24.219Z] unset SSH_AGENT_PID; [2020-07-30T04:32:24.219Z] echo Agent pid 52 killed; [2020-07-30T04:32:24.434Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-07-30T04:32:24.980Z] + git semver [Pipeline] } [2020-07-30T04:32:25.014Z] $ docker stop --time=1 cbbb9f01bb70970fcdbf0aba5b4232286c7d7a3aa77b80542d455528a4633144 [2020-07-30T04:32:27.032Z] $ docker rm -f cbbb9f01bb70970fcdbf0aba5b4232286c7d7a3aa77b80542d455528a4633144 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-07-30T04:32:55.346Z] Stashed 28 file(s) [Pipeline] echo [2020-07-30T04:32:55.348Z] [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-07-30T04:32:55.840Z] ========================================================= [2020-07-30T04:32:55.840Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-07-30T04:32:55.840Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-07-30T04:32:56.255Z] + 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-07-30T04:33:01.889Z] Sending build context to Docker daemon 323.1MB [2020-07-30T04:33:01.889Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-07-30T04:33:01.889Z] Step 2/7 : FROM ${BASE} [2020-07-30T04:33:01.889Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-07-30T04:33:01.889Z] df20fa9351a1: Pulling fs layer [2020-07-30T04:33:01.889Z] ed8968b2872e: Pulling fs layer [2020-07-30T04:33:01.889Z] a92cc7c5fd73: Pulling fs layer [2020-07-30T04:33:01.889Z] 2dd03ba5bac4: Pulling fs layer [2020-07-30T04:33:01.889Z] 1e091d79d1de: Pulling fs layer [2020-07-30T04:33:01.889Z] 481702a1767f: Pulling fs layer [2020-07-30T04:33:01.889Z] f64a6f60c768: Pulling fs layer [2020-07-30T04:33:01.889Z] e78d2573fc39: Pulling fs layer [2020-07-30T04:33:01.889Z] e876d2f968b6: Pulling fs layer [2020-07-30T04:33:01.889Z] ce8a83651883: Pulling fs layer [2020-07-30T04:33:01.889Z] 07967f4d0e4b: Pulling fs layer [2020-07-30T04:33:01.889Z] f64a6f60c768: Waiting [2020-07-30T04:33:01.889Z] e78d2573fc39: Waiting [2020-07-30T04:33:01.889Z] e876d2f968b6: Waiting [2020-07-30T04:33:01.889Z] ce8a83651883: Waiting [2020-07-30T04:33:01.889Z] 07967f4d0e4b: Waiting [2020-07-30T04:33:01.889Z] 481702a1767f: Waiting [2020-07-30T04:33:01.889Z] 1e091d79d1de: Waiting [2020-07-30T04:33:01.890Z] a92cc7c5fd73: Verifying Checksum [2020-07-30T04:33:01.890Z] a92cc7c5fd73: Download complete [2020-07-30T04:33:01.890Z] ed8968b2872e: Verifying Checksum [2020-07-30T04:33:01.890Z] ed8968b2872e: Download complete [2020-07-30T04:33:02.370Z] 1e091d79d1de: Download complete [2020-07-30T04:33:02.370Z] 481702a1767f: Verifying Checksum [2020-07-30T04:33:02.370Z] 481702a1767f: Download complete [2020-07-30T04:33:03.286Z] df20fa9351a1: Verifying Checksum [2020-07-30T04:33:03.286Z] df20fa9351a1: Download complete [2020-07-30T04:33:05.106Z] df20fa9351a1: Pull complete [2020-07-30T04:33:05.106Z] ed8968b2872e: Pull complete [2020-07-30T04:33:05.106Z] a92cc7c5fd73: Pull complete [2020-07-30T04:33:08.236Z] f64a6f60c768: Verifying Checksum [2020-07-30T04:33:08.236Z] f64a6f60c768: Download complete [2020-07-30T04:33:08.236Z] e876d2f968b6: Verifying Checksum [2020-07-30T04:33:08.236Z] e876d2f968b6: Download complete [2020-07-30T04:33:09.694Z] 2dd03ba5bac4: Verifying Checksum [2020-07-30T04:33:09.694Z] 2dd03ba5bac4: Download complete [2020-07-30T04:33:10.126Z] 07967f4d0e4b: Verifying Checksum [2020-07-30T04:33:10.126Z] 07967f4d0e4b: Download complete [2020-07-30T04:33:10.650Z] Still waiting to schedule task [2020-07-30T04:33:10.650Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-1531’ [2020-07-30T04:33:11.537Z] ce8a83651883: Verifying Checksum [2020-07-30T04:33:11.537Z] ce8a83651883: Download complete [2020-07-30T04:33:11.537Z] e78d2573fc39: Verifying Checksum [2020-07-30T04:33:11.537Z] e78d2573fc39: Download complete [2020-07-30T04:33:21.863Z] 2dd03ba5bac4: Pull complete [2020-07-30T04:33:21.863Z] 1e091d79d1de: Pull complete [2020-07-30T04:33:21.863Z] 481702a1767f: Pull complete [2020-07-30T04:33:26.485Z] f64a6f60c768: Pull complete [2020-07-30T04:33:31.953Z] e78d2573fc39: Pull complete [2020-07-30T04:33:32.560Z] e876d2f968b6: Pull complete [2020-07-30T04:33:34.595Z] ce8a83651883: Pull complete [2020-07-30T04:33:34.931Z] 07967f4d0e4b: Pull complete [2020-07-30T04:33:34.931Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-07-30T04:33:34.931Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-07-30T04:33:34.931Z] ---> 5d7c900382c6 [2020-07-30T04:33:34.931Z] 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-07-30T04:33:36.776Z] ---> Running in 69f326925c00 [2020-07-30T04:33:37.428Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-30T04:33:38.099Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-30T04:33:38.731Z] (1/12) Installing libmagic (5.38-r0) [2020-07-30T04:33:39.001Z] (2/12) Installing file (5.38-r0) [2020-07-30T04:33:39.001Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-07-30T04:33:39.685Z] (4/12) Installing g++ (9.3.0-r2) [2020-07-30T04:33:43.133Z] (5/12) Installing fortify-headers (1.1-r0) [2020-07-30T04:33:43.133Z] (6/12) Installing patch (2.7.6-r6) [2020-07-30T04:33:43.133Z] (7/12) Installing build-base (0.5-r2) [2020-07-30T04:33:43.133Z] (8/12) Installing libsodium (1.0.18-r0) [2020-07-30T04:33:43.133Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-07-30T04:33:43.133Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-07-30T04:33:43.406Z] (11/12) Installing libzmq (4.3.2-r0) [2020-07-30T04:33:43.406Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-07-30T04:33:43.406Z] Executing busybox-1.31.1-r16.trigger [2020-07-30T04:33:43.406Z] OK: 233 MiB in 51 packages [2020-07-30T04:33:47.909Z] Removing intermediate container 69f326925c00 [2020-07-30T04:33:47.909Z] ---> fb2f3e6d7ce4 [2020-07-30T04:33:47.909Z] Step 4/7 : WORKDIR /edgex-go [2020-07-30T04:33:47.909Z] ---> Running in bc988eeac23e [2020-07-30T04:33:47.909Z] Removing intermediate container bc988eeac23e [2020-07-30T04:33:47.909Z] ---> e325c16c6287 [2020-07-30T04:33:47.909Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-07-30T04:33:47.909Z] latest: Pulling from library/docker [2020-07-30T04:33:47.909Z] df20fa9351a1: Already exists [2020-07-30T04:33:47.909Z] 25ad7478873d: Pulling fs layer [2020-07-30T04:33:47.909Z] 4684f6177b5d: Pulling fs layer [2020-07-30T04:33:47.909Z] 46e300cec669: Pulling fs layer [2020-07-30T04:33:47.909Z] 63038576ad94: Pulling fs layer [2020-07-30T04:33:47.909Z] 0fdb76c4706c: Pulling fs layer [2020-07-30T04:33:47.909Z] cb7edeffdfd5: Pulling fs layer [2020-07-30T04:33:47.909Z] 0fdb76c4706c: Waiting [2020-07-30T04:33:47.909Z] cb7edeffdfd5: Waiting [2020-07-30T04:33:47.909Z] 63038576ad94: Waiting [2020-07-30T04:33:48.349Z] 4684f6177b5d: Download complete [2020-07-30T04:33:48.349Z] 25ad7478873d: Verifying Checksum [2020-07-30T04:33:48.349Z] 25ad7478873d: Download complete [2020-07-30T04:33:48.794Z] 63038576ad94: Verifying Checksum [2020-07-30T04:33:48.794Z] 63038576ad94: Download complete [2020-07-30T04:33:48.794Z] 0fdb76c4706c: Verifying Checksum [2020-07-30T04:33:48.794Z] 0fdb76c4706c: Download complete [2020-07-30T04:33:48.794Z] 25ad7478873d: Pull complete [2020-07-30T04:33:48.794Z] 4684f6177b5d: Pull complete [2020-07-30T04:33:49.322Z] cb7edeffdfd5: Verifying Checksum [2020-07-30T04:33:49.322Z] cb7edeffdfd5: Download complete [2020-07-30T04:33:50.914Z] 46e300cec669: Verifying Checksum [2020-07-30T04:33:50.914Z] 46e300cec669: Download complete [2020-07-30T04:33:54.612Z] 46e300cec669: Pull complete [2020-07-30T04:33:54.612Z] 63038576ad94: Pull complete [2020-07-30T04:33:54.902Z] 0fdb76c4706c: Pull complete [2020-07-30T04:33:55.205Z] cb7edeffdfd5: Pull complete [2020-07-30T04:33:55.205Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-07-30T04:33:55.205Z] Status: Downloaded newer image for docker:latest [2020-07-30T04:33:57.446Z] ---> 585bdc4a113a [2020-07-30T04:33:57.446Z] Step 6/7 : COPY go.mod . [2020-07-30T04:33:57.716Z] ---> 187a3411411a [2020-07-30T04:33:57.716Z] Step 7/7 : RUN go mod download [2020-07-30T04:33:57.993Z] ---> Running in 6281f366ca2c [2020-07-30T04:34:01.612Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-07-30T04:34:01.612Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-07-30T04:34:01.612Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-07-30T04:34:01.612Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-07-30T04:34:01.612Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-07-30T04:34:01.612Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-07-30T04:34:01.612Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-07-30T04:34:01.612Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-07-30T04:34:01.612Z] go: finding github.com/cloudflare/gokey v0.1.0 [2020-07-30T04:34:01.612Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-07-30T04:34:01.612Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-07-30T04:34:01.612Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-07-30T04:34:01.612Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-07-30T04:34:01.612Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-07-30T04:34:01.612Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.65 [2020-07-30T04:34:01.612Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-07-30T04:34:01.612Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-07-30T04:34:01.612Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-07-30T04:34:01.612Z] go: finding github.com/fatih/color v1.7.0 [2020-07-30T04:34:01.612Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-07-30T04:34:01.612Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-07-30T04:34:01.612Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-07-30T04:34:01.612Z] go: finding github.com/go-kit/kit v0.8.0 [2020-07-30T04:34:01.890Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-07-30T04:34:01.890Z] go: finding github.com/go-playground/assert/v2 v2.0.1 [2020-07-30T04:34:01.890Z] go: finding github.com/go-playground/locales v0.13.0 [2020-07-30T04:34:01.890Z] go: finding github.com/go-playground/universal-translator v0.17.0 [2020-07-30T04:34:01.890Z] go: finding github.com/go-playground/validator/v10 v10.3.0 [2020-07-30T04:34:01.890Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-07-30T04:34:01.890Z] go: finding github.com/go-stack/stack v1.8.0 [2020-07-30T04:34:01.890Z] go: finding github.com/golang/protobuf v1.3.2 [2020-07-30T04:34:01.890Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-07-30T04:34:01.890Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-07-30T04:34:01.890Z] go: finding github.com/google/uuid v1.1.0 [2020-07-30T04:34:01.890Z] go: finding github.com/gorilla/mux v1.7.1 [2020-07-30T04:34:02.164Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-07-30T04:34:02.164Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-07-30T04:34:02.164Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-07-30T04:34:02.164Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-07-30T04:34:02.164Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-07-30T04:34:02.164Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-07-30T04:34:02.164Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-07-30T04:34:02.164Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-07-30T04:34:02.164Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-07-30T04:34:02.164Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-07-30T04:34:02.164Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-07-30T04:34:02.164Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-07-30T04:34:02.430Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-07-30T04:34:02.430Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-07-30T04:34:02.430Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-07-30T04:34:02.430Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-07-30T04:34:02.430Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-07-30T04:34:02.430Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-07-30T04:34:02.430Z] go: finding github.com/imdario/mergo v0.3.6 [2020-07-30T04:34:02.430Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-07-30T04:34:02.430Z] go: finding github.com/kr/pretty v0.1.0 [2020-07-30T04:34:02.430Z] go: finding github.com/kr/pty v1.1.1 [2020-07-30T04:34:02.695Z] go: finding github.com/kr/text v0.1.0 [2020-07-30T04:34:02.695Z] go: finding github.com/leodido/go-urn v1.2.0 [2020-07-30T04:34:02.695Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-07-30T04:34:02.695Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-07-30T04:34:02.695Z] go: finding github.com/miekg/dns v1.0.14 [2020-07-30T04:34:02.695Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-07-30T04:34:02.695Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-07-30T04:34:02.695Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-07-30T04:34:02.695Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-07-30T04:34:02.695Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-07-30T04:34:02.695Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-07-30T04:34:02.961Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-07-30T04:34:02.961Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-07-30T04:34:02.961Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-07-30T04:34:02.961Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-07-30T04:34:02.961Z] go: finding github.com/onsi/gomega v1.7.0 [2020-07-30T04:34:02.961Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-07-30T04:34:02.961Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-07-30T04:34:02.961Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-07-30T04:34:02.961Z] go: finding github.com/pkg/errors v0.8.1 [2020-07-30T04:34:02.961Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-07-30T04:34:03.226Z] go: finding github.com/posener/complete v1.1.1 [2020-07-30T04:34:03.226Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-07-30T04:34:03.226Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-07-30T04:34:03.226Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-07-30T04:34:03.226Z] go: finding github.com/stretchr/objx v0.1.0 [2020-07-30T04:34:03.226Z] go: finding github.com/stretchr/testify v1.5.1 [2020-07-30T04:34:03.226Z] go: finding github.com/ugorji/go v1.1.4 [2020-07-30T04:34:03.226Z] go: finding github.com/x448/float16 v0.8.4 [2020-07-30T04:34:03.226Z] go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 [2020-07-30T04:34:03.226Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-07-30T04:34:03.226Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-07-30T04:34:03.503Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-07-30T04:34:03.503Z] go: finding golang.org/x/text v0.3.2 [2020-07-30T04:34:03.503Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-07-30T04:34:03.503Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-07-30T04:34:03.503Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-07-30T04:34:03.503Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-07-30T04:34:03.503Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-07-30T04:34:03.503Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-07-30T04:34:22.097Z] Removing intermediate container 6281f366ca2c [2020-07-30T04:34:22.097Z] ---> ceb5690d04d1 [2020-07-30T04:34:22.363Z] Successfully built ceb5690d04d1 [2020-07-30T04:34:22.363Z] 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-07-30T04:34:23.457Z] + docker inspect -f . ci-base-image-x86_64 [2020-07-30T04:34:23.457Z] . [Pipeline] withDockerContainer [2020-07-30T04:34:23.687Z] prd-centos7-docker-4c-2g-1529 does not seem to be running inside a container [2020-07-30T04:34:23.826Z] $ 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/22 -v /w/workspace/edgex-go/22:/w/workspace/edgex-go/22:rw,z -v /w/workspace/edgex-go/22@tmp:/w/workspace/edgex-go/22@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-07-30T04:34:25.052Z] $ docker top 2dce5a9951a5e97a6f0fbbc9c9bff59d9546d9a8e66a9d918eace57fc50eeb5f -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-30T04:34:25.594Z] + go version [2020-07-30T04:34:25.594Z] go version go1.13.13 linux/amd64 [Pipeline] echo [2020-07-30T04:34:25.607Z] ========================================================= [2020-07-30T04:34:25.607Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-07-30T04:34:25.607Z] ========================================================= [Pipeline] sh [2020-07-30T04:34:25.916Z] + make test [2020-07-30T04:34:25.916Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-07-30T04:34:30.338Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-07-30T04:34:48.996Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-07-30T04:34:53.475Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-07-30T04:34:53.475Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-07-30T04:34:53.475Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-07-30T04:34:53.475Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-07-30T04:34:56.948Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.005s [2020-07-30T04:34:56.948Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-07-30T04:34:56.948Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-07-30T04:34:56.948Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-07-30T04:34:56.948Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-07-30T04:34:57.534Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-07-30T04:34:57.534Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-07-30T04:34:57.534Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-07-30T04:34:57.534Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-07-30T04:35:04.308Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.254s coverage: 46.6% of statements [2020-07-30T04:35:04.308Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-07-30T04:35:04.308Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-07-30T04:35:04.308Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-07-30T04:35:04.308Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-07-30T04:35:04.308Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-07-30T04:35:07.059Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.158s coverage: 27.3% of statements [2020-07-30T04:35:07.059Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-07-30T04:35:07.059Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-07-30T04:35:07.059Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-07-30T04:35:07.059Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-07-30T04:35:07.059Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-07-30T04:35:07.059Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-07-30T04:35:07.059Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.018s coverage: 100.0% of statements [2020-07-30T04:35:07.059Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-07-30T04:35:07.059Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.007s coverage: 100.0% of statements [2020-07-30T04:35:07.059Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-07-30T04:35:07.059Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-07-30T04:35:09.182Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.371s coverage: 77.5% of statements [2020-07-30T04:35:09.182Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-07-30T04:35:09.182Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-07-30T04:35:09.182Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http [no test files] [2020-07-30T04:35:09.182Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-07-30T04:35:09.182Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-07-30T04:35:09.182Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-07-30T04:35:09.182Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-07-30T04:35:10.327Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.178s coverage: 29.3% of statements [2020-07-30T04:35:10.327Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-07-30T04:35:10.327Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-07-30T04:35:10.327Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-07-30T04:35:10.327Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-07-30T04:35:10.327Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-07-30T04:35:10.327Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.016s coverage: 100.0% of statements [2020-07-30T04:35:10.327Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-07-30T04:35:10.327Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.042s coverage: 100.0% of statements [2020-07-30T04:35:10.327Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-07-30T04:35:11.475Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-1534 in /w/workspace/edgexfoundry_edgex-go_PR-2610 [Pipeline] { [Pipeline] ws [2020-07-30T04:35:11.572Z] Running in /w/workspace/edgex-go/22 [Pipeline] { [Pipeline] checkout [2020-07-30T04:35:13.206Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.043s coverage: 89.8% of statements [2020-07-30T04:35:13.206Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-07-30T04:35:13.206Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.084s coverage: 97.5% of statements [2020-07-30T04:35:13.206Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-07-30T04:35:13.488Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.048s coverage: 100.0% of statements [2020-07-30T04:35:13.488Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-07-30T04:35:13.488Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-07-30T04:35:13.488Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-07-30T04:35:13.488Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-07-30T04:35:13.488Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-07-30T04:35:13.488Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-07-30T04:35:13.488Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-07-30T04:35:13.488Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-07-30T04:35:13.488Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-07-30T04:35:13.488Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-07-30T04:35:13.488Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-07-30T04:35:13.488Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-07-30T04:35:13.488Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-07-30T04:35:13.488Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-07-30T04:35:13.488Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-07-30T04:35:13.488Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-07-30T04:35:13.488Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-07-30T04:35:13.488Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-07-30T04:35:13.488Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.027s coverage: 58.8% of statements [2020-07-30T04:35:13.488Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-07-30T04:35:13.488Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/error [no test files] [2020-07-30T04:35:13.488Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis [no test files] [2020-07-30T04:35:14.952Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.046s coverage: 63.5% of statements [2020-07-30T04:35:14.952Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-07-30T04:35:14.952Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-07-30T04:35:15.584Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.021s coverage: 100.0% of statements [2020-07-30T04:35:15.866Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.154s coverage: 55.9% of statements [2020-07-30T04:35:15.866Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-07-30T04:35:15.866Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-07-30T04:35:15.866Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-07-30T04:35:15.866Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-07-30T04:35:16.914Z] using credential edgex-jenkins-ssh [2020-07-30T04:35:16.965Z] Cloning the remote Git repository [2020-07-30T04:35:16.966Z] Cloning with configured refspecs honoured and without tags [2020-07-30T04:35:17.059Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-07-30T04:35:17.168Z] > git init /w/workspace/edgex-go/22 # timeout=10 [2020-07-30T04:35:17.232Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-07-30T04:35:17.232Z] > git --version # timeout=10 [2020-07-30T04:35:17.259Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-30T04:35:17.344Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2610/head:refs/remotes/origin/PR-2610 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-30T04:35:26.759Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 9.426s coverage: 86.3% of statements [2020-07-30T04:35:26.759Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-07-30T04:35:26.759Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.505s coverage: 72.2% of statements [2020-07-30T04:35:26.759Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.204s coverage: 72.1% of statements [2020-07-30T04:35:26.759Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.020s coverage: 82.4% of statements [2020-07-30T04:35:26.759Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.079s coverage: 48.4% of statements [2020-07-30T04:35:26.759Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-07-30T04:35:26.759Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-07-30T04:35:26.759Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-07-30T04:35:26.759Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.024s coverage: 28.8% of statements [2020-07-30T04:35:26.759Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-07-30T04:35:26.759Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.041s coverage: 96.8% of statements [2020-07-30T04:35:26.759Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-07-30T04:35:26.759Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.125s coverage: 26.9% of statements [2020-07-30T04:35:26.759Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-07-30T04:35:26.759Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-07-30T04:35:26.759Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.356s coverage: 84.1% of statements [2020-07-30T04:35:26.759Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.039s coverage: 100.0% of statements [2020-07-30T04:35:26.759Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.027s coverage: 43.1% of statements [2020-07-30T04:35:26.759Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-07-30T04:35:26.759Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-07-30T04:35:26.759Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.005s coverage: 100.0% of statements [2020-07-30T04:35:26.759Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-07-30T04:35:26.759Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.042s coverage: 83.8% of statements [2020-07-30T04:35:26.759Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-07-30T04:35:28.549Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.035s coverage: 46.1% of statements [2020-07-30T04:35:28.549Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-07-30T04:35:28.549Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-07-30T04:35:28.549Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.006s coverage: 100.0% of statements [2020-07-30T04:35:28.549Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-07-30T04:35:28.549Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-07-30T04:35:28.549Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-07-30T04:35:28.549Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.064s coverage: 100.0% of statements [2020-07-30T04:35:28.549Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-07-30T04:35:28.832Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.030s coverage: 100.0% of statements [2020-07-30T04:35:28.832Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-07-30T04:35:32.273Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.048s coverage: 29.1% of statements [2020-07-30T04:35:32.273Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-07-30T04:35:32.273Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-07-30T04:35:32.273Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-07-30T04:35:32.273Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-07-30T04:35:32.273Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-07-30T04:35:32.273Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.038s coverage: 99.0% of statements [2020-07-30T04:35:32.273Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-07-30T04:35:32.273Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.011s coverage: 100.0% of statements [2020-07-30T04:35:32.273Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-07-30T04:35:32.273Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.046s coverage: 0.0% of statements [2020-07-30T04:35:32.273Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-07-30T04:35:32.273Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.005s coverage: 100.0% of statements [2020-07-30T04:35:32.273Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-07-30T04:35:32.273Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-07-30T04:35:32.273Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-07-30T04:35:32.273Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-07-30T04:35:32.273Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.026s coverage: 87.9% of statements [2020-07-30T04:35:32.273Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-07-30T04:35:32.273Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-07-30T04:35:32.273Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.013s coverage: 100.0% of statements [2020-07-30T04:35:32.312Z] Fetching without tags [2020-07-30T04:35:32.975Z] Merging remotes/origin/master commit a7fc36b9b3e04c465199d9026bf92f5d2cd5f3b5 into PR head commit a8be25e7fc0e32b0d7338c9b6a57d1e8d9a6347b [2020-07-30T04:35:32.212Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-07-30T04:35:32.228Z] > git config --add remote.origin.fetch +refs/pull/2610/head:refs/remotes/origin/PR-2610 # timeout=10 [2020-07-30T04:35:32.247Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-30T04:35:32.279Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-07-30T04:35:32.329Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-07-30T04:35:32.329Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-30T04:35:32.343Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2610/head:refs/remotes/origin/PR-2610 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-30T04:35:32.995Z] > git config core.sparsecheckout # timeout=10 [2020-07-30T04:35:33.069Z] > git checkout -f a8be25e7fc0e32b0d7338c9b6a57d1e8d9a6347b # timeout=10 [2020-07-30T04:35:33.437Z] > git remote # timeout=10 [2020-07-30T04:35:33.458Z] > git config --get remote.origin.url # timeout=10 [2020-07-30T04:35:33.479Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-30T04:35:33.491Z] > git merge a7fc36b9b3e04c465199d9026bf92f5d2cd5f3b5 # timeout=10 [2020-07-30T04:35:33.895Z] Merge succeeded, producing c0c0ee4c070fd16b3c20226a831a115e13d7479a [2020-07-30T04:35:33.895Z] Checking out Revision c0c0ee4c070fd16b3c20226a831a115e13d7479a (PR-2610) [2020-07-30T04:35:34.067Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.026s coverage: 32.1% of statements [2020-07-30T04:35:34.067Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.021s coverage: 100.0% of statements [2020-07-30T04:35:34.682Z] GO111MODULE=on go vet ./... [2020-07-30T04:35:33.879Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-07-30T04:35:33.904Z] > git config core.sparsecheckout # timeout=10 [2020-07-30T04:35:33.917Z] > git checkout -f c0c0ee4c070fd16b3c20226a831a115e13d7479a # timeout=10 [2020-07-30T04:35:38.433Z] Commit message: "Merge commit 'a7fc36b9b3e04c465199d9026bf92f5d2cd5f3b5' into HEAD" [2020-07-30T04:35:38.458Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [2020-07-30T04:35:38.442Z] > git rev-list --no-walk a8541818e749561ac344d07fc8c697c79129a695 # timeout=10 [2020-07-30T04:35:47.536Z] gofmt -l . [2020-07-30T04:35:47.536Z] [ "`gofmt -l .`" = "" ] [2020-07-30T04:35:48.190Z] ./bin/test-go-mod-tidy.sh [2020-07-30T04:35:49.650Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2020-07-30T04:35:51.401Z] ========================================================= [2020-07-30T04:35:51.401Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-07-30T04:35:51.402Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-07-30T04:35:52.436Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . [Pipeline] sh [2020-07-30T04:35:53.773Z] + ls -al . [2020-07-30T04:35:53.773Z] total 556 [2020-07-30T04:35:53.773Z] drwxrwxr-x 10 1001 1001 4096 Jul 30 04:35 . [2020-07-30T04:35:53.773Z] drwxr-xr-x 4 root root 30 Jul 30 04:34 .. [2020-07-30T04:35:53.773Z] -rw-rw-r-- 1 1001 1001 11 Jul 30 04:31 .dockerignore [2020-07-30T04:35:53.773Z] drwxrwxr-x 8 1001 1001 179 Jul 30 04:31 .git [2020-07-30T04:35:53.773Z] drwxrwxr-x 3 1001 1001 60 Jul 30 04:31 .github [2020-07-30T04:35:53.773Z] -rw-rw-r-- 1 1001 1001 932 Jul 30 04:31 .gitignore [2020-07-30T04:35:53.773Z] drwx------ 3 1001 1001 47 Jul 30 04:32 .semver [2020-07-30T04:35:53.773Z] -rw-rw-r-- 1 1001 1001 166 Jul 30 04:31 .sonarcloud.properties [2020-07-30T04:35:53.773Z] -rw-rw-r-- 1 1001 1001 3804 Jul 30 04:31 CONTRIBUTING.md [2020-07-30T04:35:53.773Z] -rw-rw-r-- 1 1001 1001 1035 Jul 30 04:31 Dockerfile.build [2020-07-30T04:35:53.773Z] -rw-rw-r-- 1 1001 1001 865 Jul 30 04:31 Jenkinsfile [2020-07-30T04:35:53.773Z] -rw-rw-r-- 1 1001 1001 10775 Jul 30 04:31 LICENSE [2020-07-30T04:35:53.773Z] -rw-rw-r-- 1 1001 1001 6237 Jul 30 04:31 Makefile [2020-07-30T04:35:53.773Z] -rw-rw-r-- 1 1001 1001 5652 Jul 30 04:31 README.md [2020-07-30T04:35:53.773Z] -rw-rw-r-- 1 1001 1001 7111 Jul 30 04:31 SECURITY.md [2020-07-30T04:35:53.773Z] -rw-rw-r-- 1 1001 1001 5 Jul 30 04:32 VERSION [2020-07-30T04:35:53.773Z] -rw-rw-r-- 1 1001 1001 4131 Jul 30 04:31 ZMQWindows.md [2020-07-30T04:35:53.773Z] drwxrwxr-x 2 1001 1001 117 Jul 30 04:31 bin [2020-07-30T04:35:53.773Z] drwxrwxr-x 15 1001 1001 4096 Jul 30 04:31 cmd [2020-07-30T04:35:53.773Z] -rw-r--r-- 1 root root 457776 Jul 30 04:35 coverage.out [2020-07-30T04:35:53.773Z] -rw-r--r-- 1 root root 1019 Jul 30 04:35 go.mod [2020-07-30T04:35:53.773Z] -rw-r--r-- 1 root root 19185 Jul 30 04:35 go.sum [2020-07-30T04:35:53.773Z] drwxrwxr-x 8 1001 1001 127 Jul 30 04:31 internal [2020-07-30T04:35:53.773Z] drwxrwxr-x 4 1001 1001 26 Jul 30 04:31 openapi [2020-07-30T04:35:53.773Z] drwxrwxr-x 4 1001 1001 71 Jul 30 04:31 snap [2020-07-30T04:35:53.773Z] -rw-rw-r-- 1 1001 1001 168 Jul 30 04:31 version.go [Pipeline] sh [2020-07-30T04:35:54.232Z] + '[' -e coverage.out ] [2020-07-30T04:35:54.232Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-07-30T04:35:54.502Z] Stashed 1 file(s) [Pipeline] sh [2020-07-30T04:35:55.154Z] + make build [2020-07-30T04:35:55.154Z] 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-07-30T04:35:56.769Z] Sending build context to Docker daemon 323.1MB [2020-07-30T04:35:56.769Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-07-30T04:35:56.769Z] Step 2/7 : FROM ${BASE} [2020-07-30T04:35:56.769Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-07-30T04:35:56.769Z] b538f80385f9: Pulling fs layer [2020-07-30T04:35:56.769Z] 74f711af9a0d: Pulling fs layer [2020-07-30T04:35:56.769Z] 99f96fe45779: Pulling fs layer [2020-07-30T04:35:56.769Z] fd7a069fd194: Pulling fs layer [2020-07-30T04:35:56.769Z] 66aa3694b03b: Pulling fs layer [2020-07-30T04:35:56.769Z] 170f70906a0f: Pulling fs layer [2020-07-30T04:35:56.769Z] ad7c5574e4b9: Pulling fs layer [2020-07-30T04:35:56.769Z] e772456be8f7: Pulling fs layer [2020-07-30T04:35:56.769Z] c890913d741a: Pulling fs layer [2020-07-30T04:35:56.769Z] 2480fcc9aa5a: Pulling fs layer [2020-07-30T04:35:56.769Z] 09adf4765672: Pulling fs layer [2020-07-30T04:35:56.769Z] 66aa3694b03b: Waiting [2020-07-30T04:35:56.769Z] 170f70906a0f: Waiting [2020-07-30T04:35:56.769Z] ad7c5574e4b9: Waiting [2020-07-30T04:35:56.769Z] e772456be8f7: Waiting [2020-07-30T04:35:56.769Z] c890913d741a: Waiting [2020-07-30T04:35:56.769Z] 2480fcc9aa5a: Waiting [2020-07-30T04:35:56.769Z] 09adf4765672: Waiting [2020-07-30T04:35:56.769Z] fd7a069fd194: Waiting [2020-07-30T04:35:56.769Z] 99f96fe45779: Verifying Checksum [2020-07-30T04:35:56.769Z] 99f96fe45779: Download complete [2020-07-30T04:35:56.769Z] 74f711af9a0d: Verifying Checksum [2020-07-30T04:35:56.769Z] 74f711af9a0d: Download complete [2020-07-30T04:35:56.769Z] 66aa3694b03b: Verifying Checksum [2020-07-30T04:35:56.769Z] 66aa3694b03b: Download complete [2020-07-30T04:35:56.769Z] 170f70906a0f: Verifying Checksum [2020-07-30T04:35:56.769Z] 170f70906a0f: Download complete [2020-07-30T04:35:57.044Z] b538f80385f9: Verifying Checksum [2020-07-30T04:35:57.044Z] b538f80385f9: Download complete [2020-07-30T04:35:57.648Z] b538f80385f9: Pull complete [2020-07-30T04:35:58.249Z] 74f711af9a0d: Pull complete [2020-07-30T04:35:58.525Z] 99f96fe45779: Pull complete [2020-07-30T04:35:59.971Z] ad7c5574e4b9: Verifying Checksum [2020-07-30T04:35:59.971Z] ad7c5574e4b9: Download complete [2020-07-30T04:35:59.971Z] c890913d741a: Verifying Checksum [2020-07-30T04:35:59.971Z] c890913d741a: Download complete [2020-07-30T04:36:01.973Z] 2480fcc9aa5a: Verifying Checksum [2020-07-30T04:36:01.973Z] 2480fcc9aa5a: Download complete [2020-07-30T04:36:01.973Z] 09adf4765672: Verifying Checksum [2020-07-30T04:36:01.973Z] 09adf4765672: Download complete [2020-07-30T04:36:01.973Z] e772456be8f7: Verifying Checksum [2020-07-30T04:36:01.973Z] e772456be8f7: Download complete [2020-07-30T04:36:02.564Z] fd7a069fd194: Verifying Checksum [2020-07-30T04:36:02.564Z] fd7a069fd194: Download complete [2020-07-30T04:36:10.756Z] 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-07-30T04:36:14.971Z] fd7a069fd194: Pull complete [2020-07-30T04:36:14.971Z] 66aa3694b03b: Pull complete [2020-07-30T04:36:14.971Z] 170f70906a0f: Pull complete [2020-07-30T04:36:15.096Z] 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-07-30T04:36:17.937Z] 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-07-30T04:36:18.373Z] ad7c5574e4b9: Pull complete [2020-07-30T04:36:20.633Z] 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-07-30T04:36:22.708Z] e772456be8f7: Pull complete [2020-07-30T04:36:22.985Z] c890913d741a: Pull complete [2020-07-30T04:36:24.029Z] 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-07-30T04:36:25.540Z] 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-07-30T04:36:25.619Z] 2480fcc9aa5a: Pull complete [2020-07-30T04:36:25.894Z] 09adf4765672: Pull complete [2020-07-30T04:36:25.894Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-07-30T04:36:26.166Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-07-30T04:36:26.166Z] ---> 2248a725d1cf [2020-07-30T04:36:26.166Z] 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-07-30T04:36:28.277Z] 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-07-30T04:36:31.815Z] 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-07-30T04:36:32.940Z] ---> Running in faee20d62418 [2020-07-30T04:36:33.246Z] 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-07-30T04:36:33.537Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-30T04:36:34.514Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-30T04:36:35.268Z] 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-07-30T04:36:35.941Z] (1/12) Installing libmagic (5.38-r0) [2020-07-30T04:36:36.210Z] (2/12) Installing file (5.38-r0) [2020-07-30T04:36:36.210Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-07-30T04:36:36.210Z] (4/12) Installing g++ (9.3.0-r2) [2020-07-30T04:36:39.007Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-07-30T04:36:41.583Z] (5/12) Installing fortify-headers (1.1-r0) [2020-07-30T04:36:41.583Z] (6/12) Installing patch (2.7.6-r6) [2020-07-30T04:36:41.828Z] 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-07-30T04:36:41.853Z] (7/12) Installing build-base (0.5-r2) [2020-07-30T04:36:41.853Z] (8/12) Installing libsodium (1.0.18-r0) [2020-07-30T04:36:42.123Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-07-30T04:36:42.123Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-07-30T04:36:42.123Z] (11/12) Installing libzmq (4.3.2-r0) [2020-07-30T04:36:42.401Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-07-30T04:36:42.401Z] Executing busybox-1.31.1-r16.trigger [2020-07-30T04:36:42.401Z] OK: 217 MiB in 51 packages [Pipeline] } [2020-07-30T04:36:45.431Z] $ docker stop --time=1 2dce5a9951a5e97a6f0fbbc9c9bff59d9546d9a8e66a9d918eace57fc50eeb5f [2020-07-30T04:36:46.702Z] Removing intermediate container faee20d62418 [2020-07-30T04:36:46.702Z] ---> acf26d172b64 [2020-07-30T04:36:46.702Z] Step 4/7 : WORKDIR /edgex-go [2020-07-30T04:36:46.977Z] ---> Running in ffa3920398ca [2020-07-30T04:36:47.248Z] Removing intermediate container ffa3920398ca [2020-07-30T04:36:47.248Z] ---> f31aa1402a20 [2020-07-30T04:36:47.248Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-07-30T04:36:47.363Z] $ docker rm -f 2dce5a9951a5e97a6f0fbbc9c9bff59d9546d9a8e66a9d918eace57fc50eeb5f [2020-07-30T04:36:47.519Z] latest: Pulling from library/docker [2020-07-30T04:36:47.792Z] b538f80385f9: Already exists [2020-07-30T04:36:47.792Z] 259a493cd78d: Pulling fs layer [2020-07-30T04:36:47.792Z] b8e66b5100f5: Pulling fs layer [2020-07-30T04:36:47.792Z] 39dc9c94d07c: Pulling fs layer [2020-07-30T04:36:47.792Z] 551b823b3b82: Pulling fs layer [2020-07-30T04:36:47.792Z] 3c52a74df98c: Pulling fs layer [2020-07-30T04:36:47.792Z] 6c9b121b6998: Pulling fs layer [2020-07-30T04:36:47.792Z] 551b823b3b82: Waiting [2020-07-30T04:36:47.792Z] 3c52a74df98c: Waiting [2020-07-30T04:36:47.792Z] 6c9b121b6998: Waiting [2020-07-30T04:36:47.792Z] b8e66b5100f5: Verifying Checksum [2020-07-30T04:36:47.792Z] b8e66b5100f5: Download complete [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [2020-07-30T04:36:48.069Z] 259a493cd78d: Verifying Checksum [2020-07-30T04:36:48.069Z] 259a493cd78d: Download complete [2020-07-30T04:36:48.069Z] 551b823b3b82: Verifying Checksum [2020-07-30T04:36:48.069Z] 551b823b3b82: Download complete [2020-07-30T04:36:48.069Z] 3c52a74df98c: Verifying Checksum [2020-07-30T04:36:48.069Z] 3c52a74df98c: Download complete [2020-07-30T04:36:48.069Z] 6c9b121b6998: Download complete [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-30T04:36:48.668Z] 259a493cd78d: Pull complete [2020-07-30T04:36:49.060Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-07-30T04:36:49.275Z] b8e66b5100f5: Pull complete [2020-07-30T04:36:49.275Z] 39dc9c94d07c: Verifying Checksum [2020-07-30T04:36:49.275Z] 39dc9c94d07c: Download complete [2020-07-30T04:36:49.336Z] [2020-07-30T04:36:49.336Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-07-30T04:36:49.900Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-07-30T04:36:49.900Z] latest: Pulling from edgex-devops/edgex-compose [2020-07-30T04:36:49.901Z] cbdbe7a5bc2a: Pulling fs layer [2020-07-30T04:36:49.901Z] ca9280d653b3: Pulling fs layer [2020-07-30T04:36:49.901Z] 7e9c9ca2126c: Pulling fs layer [2020-07-30T04:36:50.210Z] cbdbe7a5bc2a: Verifying Checksum [2020-07-30T04:36:50.210Z] cbdbe7a5bc2a: Download complete [2020-07-30T04:36:50.503Z] ca9280d653b3: Verifying Checksum [2020-07-30T04:36:50.503Z] ca9280d653b3: Download complete [2020-07-30T04:36:50.782Z] cbdbe7a5bc2a: Pull complete [2020-07-30T04:36:51.817Z] 7e9c9ca2126c: Verifying Checksum [2020-07-30T04:36:51.817Z] 7e9c9ca2126c: Download complete [2020-07-30T04:36:52.419Z] ca9280d653b3: Pull complete [2020-07-30T04:36:52.658Z] 39dc9c94d07c: Pull complete [2020-07-30T04:36:52.658Z] 551b823b3b82: Pull complete [2020-07-30T04:36:52.930Z] 3c52a74df98c: Pull complete [2020-07-30T04:36:53.214Z] 6c9b121b6998: Pull complete [2020-07-30T04:36:53.491Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-07-30T04:36:53.491Z] Status: Downloaded newer image for docker:latest [2020-07-30T04:36:56.878Z] ---> c4e6a612d0c9 [2020-07-30T04:36:56.878Z] Step 6/7 : COPY go.mod . [2020-07-30T04:36:57.472Z] ---> 995cc9418d28 [2020-07-30T04:36:57.472Z] Step 7/7 : RUN go mod download [2020-07-30T04:36:57.743Z] ---> Running in 44c674dd58c2 [2020-07-30T04:37:00.914Z] 7e9c9ca2126c: Pull complete [2020-07-30T04:37:00.914Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-07-30T04:37:00.914Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-07-30T04:37:00.914Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-07-30T04:37:01.132Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-07-30T04:37:01.132Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-07-30T04:37:01.132Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-07-30T04:37:01.132Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-07-30T04:37:01.132Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-07-30T04:37:01.132Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-07-30T04:37:01.132Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-07-30T04:37:01.132Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-07-30T04:37:01.132Z] go: finding github.com/cloudflare/gokey v0.1.0 [2020-07-30T04:37:01.132Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-07-30T04:37:01.132Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-07-30T04:37:01.132Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-07-30T04:37:01.132Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-07-30T04:37:01.132Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-07-30T04:37:01.132Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.65 [2020-07-30T04:37:01.132Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-07-30T04:37:01.132Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-07-30T04:37:01.132Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-07-30T04:37:01.132Z] go: finding github.com/fatih/color v1.7.0 [2020-07-30T04:37:01.132Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-07-30T04:37:01.132Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-07-30T04:37:01.132Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-07-30T04:37:01.132Z] go: finding github.com/go-kit/kit v0.8.0 [2020-07-30T04:37:01.132Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-07-30T04:37:01.231Z] prd-centos7-docker-4c-2g-1529 does not seem to be running inside a container [2020-07-30T04:37:01.404Z] go: finding github.com/go-playground/assert/v2 v2.0.1 [2020-07-30T04:37:01.404Z] go: finding github.com/go-playground/locales v0.13.0 [2020-07-30T04:37:01.404Z] go: finding github.com/go-playground/universal-translator v0.17.0 [2020-07-30T04:37:01.404Z] go: finding github.com/go-playground/validator/v10 v10.3.0 [2020-07-30T04:37:01.404Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-07-30T04:37:01.404Z] go: finding github.com/go-stack/stack v1.8.0 [2020-07-30T04:37:01.404Z] go: finding github.com/golang/protobuf v1.3.2 [2020-07-30T04:37:01.404Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-07-30T04:37:01.404Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-07-30T04:37:01.404Z] go: finding github.com/google/uuid v1.1.0 [2020-07-30T04:37:01.404Z] go: finding github.com/gorilla/mux v1.7.1 [2020-07-30T04:37:01.550Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/22 -v /w/workspace/edgex-go/22:/w/workspace/edgex-go/22:rw,z -v /w/workspace/edgex-go/22@tmp:/w/workspace/edgex-go/22@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-07-30T04:37:01.676Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-07-30T04:37:01.676Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-07-30T04:37:01.676Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-07-30T04:37:01.676Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-07-30T04:37:01.676Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-07-30T04:37:01.676Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-07-30T04:37:01.676Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-07-30T04:37:01.676Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-07-30T04:37:01.676Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-07-30T04:37:01.676Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-07-30T04:37:01.676Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-07-30T04:37:01.947Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-07-30T04:37:01.947Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-07-30T04:37:01.947Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-07-30T04:37:01.947Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-07-30T04:37:01.947Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-07-30T04:37:01.947Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-07-30T04:37:01.947Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-07-30T04:37:01.947Z] go: finding github.com/imdario/mergo v0.3.6 [2020-07-30T04:37:01.947Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-07-30T04:37:01.947Z] go: finding github.com/kr/pretty v0.1.0 [2020-07-30T04:37:01.947Z] go: finding github.com/kr/pty v1.1.1 [2020-07-30T04:37:01.947Z] go: finding github.com/kr/text v0.1.0 [2020-07-30T04:37:02.220Z] go: finding github.com/leodido/go-urn v1.2.0 [2020-07-30T04:37:02.220Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-07-30T04:37:02.220Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-07-30T04:37:02.220Z] go: finding github.com/miekg/dns v1.0.14 [2020-07-30T04:37:02.220Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-07-30T04:37:02.220Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-07-30T04:37:02.220Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-07-30T04:37:02.220Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-07-30T04:37:02.220Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-07-30T04:37:02.220Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-07-30T04:37:02.220Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-07-30T04:37:02.493Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-07-30T04:37:02.494Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-07-30T04:37:02.494Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-07-30T04:37:02.494Z] go: finding github.com/onsi/gomega v1.7.0 [2020-07-30T04:37:02.494Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-07-30T04:37:02.494Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-07-30T04:37:02.494Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-07-30T04:37:02.494Z] go: finding github.com/pkg/errors v0.8.1 [2020-07-30T04:37:02.494Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-07-30T04:37:02.494Z] go: finding github.com/posener/complete v1.1.1 [2020-07-30T04:37:02.494Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-07-30T04:37:02.494Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-07-30T04:37:02.774Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-07-30T04:37:02.774Z] go: finding github.com/stretchr/objx v0.1.0 [2020-07-30T04:37:02.774Z] go: finding github.com/stretchr/testify v1.5.1 [2020-07-30T04:37:02.774Z] go: finding github.com/ugorji/go v1.1.4 [2020-07-30T04:37:02.774Z] go: finding github.com/x448/float16 v0.8.4 [2020-07-30T04:37:02.774Z] go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 [2020-07-30T04:37:02.774Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-07-30T04:37:02.774Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-07-30T04:37:02.774Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-07-30T04:37:02.774Z] go: finding golang.org/x/text v0.3.2 [2020-07-30T04:37:02.774Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-07-30T04:37:03.046Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-07-30T04:37:03.046Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-07-30T04:37:03.046Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-07-30T04:37:03.046Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-07-30T04:37:03.046Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-07-30T04:37:04.434Z] $ docker top afa8299f169ab9c7b34f3c4317e9d290ce6f1b911d041d7659cc2efe44a9a628 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-30T04:37:04.989Z] + docker-compose build --help [2020-07-30T04:37:04.989Z] + grep parallel [2020-07-30T04:37:06.410Z] --parallel Build images in parallel. [Pipeline] } [2020-07-30T04:37:06.451Z] $ docker stop --time=1 afa8299f169ab9c7b34f3c4317e9d290ce6f1b911d041d7659cc2efe44a9a628 [2020-07-30T04:37:08.286Z] $ docker rm -f afa8299f169ab9c7b34f3c4317e9d290ce6f1b911d041d7659cc2efe44a9a628 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-30T04:37:09.111Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-07-30T04:37:09.111Z] . [Pipeline] withDockerContainer [2020-07-30T04:37:09.324Z] prd-centos7-docker-4c-2g-1529 does not seem to be running inside a container [2020-07-30T04:37:09.877Z] $ 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/22 -v /w/workspace/edgex-go/22:/w/workspace/edgex-go/22:rw,z -v /w/workspace/edgex-go/22@tmp:/w/workspace/edgex-go/22@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-07-30T04:37:11.433Z] $ docker top 3aa45d06fe0957846b55d3d812b812a80204cb23a7a7116b06cc07e08197eb37 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-30T04:37:11.954Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-07-30T04:37:13.429Z] Building docker-core-command-go ... [2020-07-30T04:37:13.430Z] Building docker-core-data-go ... [2020-07-30T04:37:13.430Z] Building docker-core-metadata-go ... [2020-07-30T04:37:13.430Z] Building docker-security-proxy-setup-go ... [2020-07-30T04:37:13.430Z] Building docker-security-secrets-setup-go ... [2020-07-30T04:37:13.430Z] Building docker-security-secretstore-setup-go ... [2020-07-30T04:37:13.430Z] Building docker-support-logging-go ... [2020-07-30T04:37:13.430Z] Building docker-support-notifications-go ... [2020-07-30T04:37:13.430Z] Building docker-support-scheduler-go ... [2020-07-30T04:37:13.430Z] Building docker-sys-mgmt-agent-go ... [2020-07-30T04:37:13.430Z] Building docker-core-command-go [2020-07-30T04:37:13.430Z] Building docker-support-notifications-go [2020-07-30T04:37:13.430Z] Building docker-core-metadata-go [2020-07-30T04:37:13.430Z] Building docker-support-logging-go [2020-07-30T04:37:13.430Z] Building docker-support-scheduler-go [2020-07-30T04:37:25.202Z] Removing intermediate container 44c674dd58c2 [2020-07-30T04:37:25.202Z] ---> 0e290c36a9f5 [2020-07-30T04:37:25.202Z] Successfully built 0e290c36a9f5 [2020-07-30T04:37:25.202Z] 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-07-30T04:37:25.875Z] + docker inspect -f . ci-base-image-arm64 [2020-07-30T04:37:25.875Z] . [Pipeline] withDockerContainer [2020-07-30T04:37:26.154Z] prd-ubuntu18.04-docker-arm64-4c-16g-1534 does not seem to be running inside a container [2020-07-30T04:37:26.242Z] $ 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/22 -v /w/workspace/edgex-go/22:/w/workspace/edgex-go/22:rw,z -v /w/workspace/edgex-go/22@tmp:/w/workspace/edgex-go/22@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-07-30T04:37:27.730Z] $ docker top 9ed605acd119a5bbcdcd92d76d1d12f65eb54494ffbf1e54b21c1d5a4a163f21 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-30T04:37:28.789Z] + go version [2020-07-30T04:37:28.789Z] go version go1.13.13 linux/arm64 [Pipeline] echo [2020-07-30T04:37:28.806Z] ========================================================= [2020-07-30T04:37:28.806Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-07-30T04:37:28.806Z] ========================================================= [Pipeline] sh [2020-07-30T04:37:29.453Z] + make test [2020-07-30T04:37:29.454Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-07-30T04:37:32.090Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-07-30T04:37:53.292Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-30T04:37:53.292Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-07-30T04:37:53.653Z] ---> ceb5690d04d1 [2020-07-30T04:37:53.653Z] Step 3/20 : WORKDIR /edgex-go [2020-07-30T04:37:54.856Z] Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-30T04:37:54.856Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-07-30T04:37:54.856Z] ---> ceb5690d04d1 [2020-07-30T04:37:54.856Z] Step 3/23 : WORKDIR /edgex-go [2020-07-30T04:37:54.856Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-30T04:37:54.856Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-30T04:37:54.856Z] ---> ceb5690d04d1 [2020-07-30T04:37:54.856Z] Step 3/21 : WORKDIR /edgex-go [2020-07-30T04:37:55.133Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-30T04:37:55.133Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-30T04:37:55.133Z] ---> ceb5690d04d1 [2020-07-30T04:37:55.133Z] Step 3/21 : WORKDIR /edgex-go [2020-07-30T04:37:55.398Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-30T04:37:55.398Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-30T04:37:55.398Z] ---> ceb5690d04d1 [2020-07-30T04:37:55.398Z] Step 3/21 : WORKDIR /edgex-go [2020-07-30T04:37:55.986Z] ---> Running in 3336b9cf2a10 [2020-07-30T04:37:55.986Z] ---> Running in 996a7576aedb [2020-07-30T04:37:55.986Z] ---> Running in abc6885415d6 [2020-07-30T04:37:55.986Z] ---> Running in 66b9a9c1a72e [2020-07-30T04:37:55.986Z] ---> Running in 1f98e268ab05 [2020-07-30T04:37:56.981Z] Removing intermediate container abc6885415d6 [2020-07-30T04:37:56.981Z] ---> 8e0a9c30f1c8 [2020-07-30T04:37:56.981Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-30T04:37:56.981Z] Removing intermediate container 3336b9cf2a10 [2020-07-30T04:37:56.981Z] ---> f0adf6623e08 [2020-07-30T04:37:56.981Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-30T04:37:56.981Z] Removing intermediate container 66b9a9c1a72e [2020-07-30T04:37:56.981Z] ---> d6d6812fc41a [2020-07-30T04:37:56.981Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-30T04:37:56.981Z] Removing intermediate container 996a7576aedb [2020-07-30T04:37:56.981Z] ---> b89fcd73a8c4 [2020-07-30T04:37:56.981Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-30T04:37:56.981Z] Removing intermediate container 1f98e268ab05 [2020-07-30T04:37:56.981Z] ---> d38c9aedbded [2020-07-30T04:37:56.981Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-30T04:37:56.981Z] ---> Running in 7db55eb220aa [2020-07-30T04:37:56.981Z] ---> Running in 6e9fa8bc77e1 [2020-07-30T04:37:56.981Z] ---> Running in 70bb65e7ead2 [2020-07-30T04:37:56.981Z] ---> Running in 776dd30e401d [2020-07-30T04:37:56.981Z] ---> Running in 54fe2825a1cd [2020-07-30T04:38:00.534Z] Removing intermediate container 70bb65e7ead2 [2020-07-30T04:38:00.534Z] ---> 5a4bc221bcf3 [2020-07-30T04:38:00.534Z] Step 5/21 : RUN apk update && apk add make && apk add bash git [2020-07-30T04:38:00.534Z] Removing intermediate container 7db55eb220aa [2020-07-30T04:38:00.534Z] ---> a32ea6342f19 [2020-07-30T04:38:00.534Z] Step 5/21 : RUN apk update && apk add make git [2020-07-30T04:38:00.534Z] Removing intermediate container 776dd30e401d [2020-07-30T04:38:00.534Z] ---> 909939ea8eda [2020-07-30T04:38:00.534Z] Step 5/20 : RUN apk update && apk add make git [2020-07-30T04:38:00.534Z] Removing intermediate container 6e9fa8bc77e1 [2020-07-30T04:38:00.534Z] ---> c16a3491f417 [2020-07-30T04:38:00.534Z] Step 5/23 : RUN apk update && apk add make bash git ca-certificates [2020-07-30T04:38:00.534Z] ---> Running in 41374f2fe19d [2020-07-30T04:38:00.534Z] ---> Running in ea38bef6d908 [2020-07-30T04:38:00.534Z] ---> Running in 6ba6b91276f8 [2020-07-30T04:38:00.534Z] Removing intermediate container 54fe2825a1cd [2020-07-30T04:38:00.534Z] ---> a5d54094a45c [2020-07-30T04:38:00.534Z] Step 5/21 : RUN apk update && apk add make git [2020-07-30T04:38:00.534Z] ---> Running in b68fb715915a [2020-07-30T04:38:00.534Z] ---> Running in 6cbd284a4103 [2020-07-30T04:38:01.503Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-30T04:38:01.503Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-30T04:38:01.503Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-30T04:38:01.785Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-30T04:38:01.785Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-30T04:38:02.392Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-30T04:38:02.700Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-30T04:38:02.700Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-30T04:38:02.984Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-30T04:38:02.984Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-30T04:38:03.617Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-30T04:38:03.617Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-30T04:38:03.617Z] OK: 12749 distinct packages available [2020-07-30T04:38:03.965Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-30T04:38:03.965Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-30T04:38:03.965Z] OK: 12749 distinct packages available [2020-07-30T04:38:03.965Z] OK: 233 MiB in 51 packages [2020-07-30T04:38:03.965Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-30T04:38:03.965Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-30T04:38:03.965Z] OK: 12749 distinct packages available [2020-07-30T04:38:03.965Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-30T04:38:03.965Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-30T04:38:03.965Z] OK: 12749 distinct packages available [2020-07-30T04:38:04.270Z] OK: 233 MiB in 51 packages [2020-07-30T04:38:04.270Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-30T04:38:04.270Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-30T04:38:04.270Z] OK: 12749 distinct packages available [2020-07-30T04:38:04.443Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-07-30T04:38:04.595Z] OK: 233 MiB in 51 packages [2020-07-30T04:38:04.595Z] OK: 233 MiB in 51 packages [2020-07-30T04:38:04.595Z] OK: 233 MiB in 51 packages [2020-07-30T04:38:04.595Z] OK: 233 MiB in 51 packages [2020-07-30T04:38:05.590Z] Removing intermediate container 6ba6b91276f8 [2020-07-30T04:38:05.590Z] ---> 70afbdfdab69 [2020-07-30T04:38:05.590Z] Step 6/21 : COPY go.mod . [2020-07-30T04:38:05.590Z] Removing intermediate container ea38bef6d908 [2020-07-30T04:38:05.590Z] ---> f2f75a2a9791 [2020-07-30T04:38:05.590Z] Step 6/20 : COPY go.mod . [2020-07-30T04:38:05.860Z] Removing intermediate container 6cbd284a4103 [2020-07-30T04:38:05.860Z] ---> 3c965080a3b1 [2020-07-30T04:38:05.860Z] Step 6/21 : COPY go.mod . [2020-07-30T04:38:05.860Z] Removing intermediate container b68fb715915a [2020-07-30T04:38:05.860Z] ---> 7b3c54d6592b [2020-07-30T04:38:05.860Z] Step 6/23 : COPY go.mod . [2020-07-30T04:38:05.860Z] Removing intermediate container 41374f2fe19d [2020-07-30T04:38:05.860Z] ---> 533f394dd75f [2020-07-30T04:38:05.860Z] Step 6/21 : COPY go.mod . [2020-07-30T04:38:05.860Z] ---> 855e902151c9 [2020-07-30T04:38:05.860Z] Step 7/21 : RUN go mod download [2020-07-30T04:38:06.151Z] ---> ac7d3e886b12 [2020-07-30T04:38:06.151Z] Step 7/20 : RUN go mod download [2020-07-30T04:38:06.151Z] ---> Running in a9edababf578 [2020-07-30T04:38:06.151Z] ---> Running in 51b9a8dc7fcf [2020-07-30T04:38:06.443Z] ---> e7d10341cb7a [2020-07-30T04:38:06.443Z] Step 7/21 : RUN go mod download [2020-07-30T04:38:06.443Z] ---> c126f1d87dc9 [2020-07-30T04:38:06.443Z] Step 7/23 : RUN go mod download [2020-07-30T04:38:06.443Z] ---> 788c3804c1db [2020-07-30T04:38:06.443Z] Step 7/21 : RUN go mod download [2020-07-30T04:38:07.423Z] ---> Running in 49f6b7243eef [2020-07-30T04:38:07.423Z] ---> Running in f215a02e53f6 [2020-07-30T04:38:07.423Z] ---> Running in fd25e4555453 [2020-07-30T04:38:09.411Z] Removing intermediate container 49f6b7243eef [2020-07-30T04:38:09.411Z] ---> 576efe29f917 [2020-07-30T04:38:09.411Z] Step 8/21 : COPY . . [2020-07-30T04:38:09.411Z] Removing intermediate container 51b9a8dc7fcf [2020-07-30T04:38:09.411Z] ---> f4eb8e8e1961 [2020-07-30T04:38:09.411Z] Step 8/20 : COPY . . [2020-07-30T04:38:09.411Z] Removing intermediate container fd25e4555453 [2020-07-30T04:38:09.411Z] ---> 0e8918a3fb3c [2020-07-30T04:38:09.411Z] Step 8/23 : COPY . . [2020-07-30T04:38:10.874Z] Removing intermediate container f215a02e53f6 [2020-07-30T04:38:10.874Z] ---> 1aeb001db5d3 [2020-07-30T04:38:10.874Z] Step 8/21 : COPY . . [2020-07-30T04:38:14.585Z] Removing intermediate container a9edababf578 [2020-07-30T04:38:14.585Z] ---> 73ed85d41edb [2020-07-30T04:38:14.585Z] Step 8/21 : COPY . . [2020-07-30T04:38:16.864Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-07-30T04:38:16.864Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-07-30T04:38:16.864Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-07-30T04:38:16.864Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-07-30T04:38:19.489Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.054s [2020-07-30T04:38:19.489Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-07-30T04:38:19.489Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-07-30T04:38:19.489Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-07-30T04:38:21.471Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-07-30T04:38:22.451Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-07-30T04:38:22.451Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-07-30T04:38:22.451Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-07-30T04:38:22.451Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-07-30T04:38:32.608Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.072s coverage: 46.6% of statements [2020-07-30T04:38:32.608Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-07-30T04:38:32.608Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-07-30T04:38:32.608Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-07-30T04:38:32.608Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-07-30T04:38:32.608Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-07-30T04:38:39.344Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.187s coverage: 27.3% of statements [2020-07-30T04:38:39.345Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-07-30T04:38:39.345Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-07-30T04:38:39.345Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-07-30T04:38:39.345Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-07-30T04:38:39.345Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-07-30T04:38:39.345Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-07-30T04:38:39.345Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.044s coverage: 100.0% of statements [2020-07-30T04:38:39.345Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-07-30T04:38:39.345Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.022s coverage: 100.0% of statements [2020-07-30T04:38:39.345Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-07-30T04:38:39.345Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-07-30T04:38:39.345Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.369s coverage: 77.5% of statements [2020-07-30T04:38:39.345Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-07-30T04:38:39.345Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-07-30T04:38:39.345Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http [no test files] [2020-07-30T04:38:39.345Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-07-30T04:38:39.345Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-07-30T04:38:39.345Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-07-30T04:38:39.345Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-07-30T04:38:43.689Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.319s coverage: 29.3% of statements [2020-07-30T04:38:43.689Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-07-30T04:38:43.689Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-07-30T04:38:43.689Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-07-30T04:38:43.689Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-07-30T04:38:43.689Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-07-30T04:38:43.689Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.057s coverage: 100.0% of statements [2020-07-30T04:38:43.689Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-07-30T04:38:43.689Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.022s coverage: 100.0% of statements [2020-07-30T04:38:43.689Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-07-30T04:38:45.677Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.094s coverage: 89.8% of statements [2020-07-30T04:38:45.677Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-07-30T04:38:45.677Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.091s coverage: 97.5% of statements [2020-07-30T04:38:45.677Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-07-30T04:38:47.664Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.065s coverage: 100.0% of statements [2020-07-30T04:38:47.664Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-07-30T04:38:47.664Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-07-30T04:38:47.664Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-07-30T04:38:47.664Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-07-30T04:38:47.664Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-07-30T04:38:47.664Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-07-30T04:38:47.664Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-07-30T04:38:47.664Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-07-30T04:38:47.664Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-07-30T04:38:47.664Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-07-30T04:38:47.664Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-07-30T04:38:47.664Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-07-30T04:38:47.664Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-07-30T04:38:47.664Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-07-30T04:38:47.664Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-07-30T04:38:47.664Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-07-30T04:38:47.664Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-07-30T04:38:47.664Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-07-30T04:38:47.664Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.031s coverage: 58.8% of statements [2020-07-30T04:38:47.664Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-07-30T04:38:47.664Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/error [no test files] [2020-07-30T04:38:47.664Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis [no test files] [2020-07-30T04:38:51.083Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.188s coverage: 63.5% of statements [2020-07-30T04:38:51.083Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-07-30T04:38:51.083Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-07-30T04:38:51.083Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.060s coverage: 100.0% of statements [2020-07-30T04:38:52.072Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.296s coverage: 55.9% of statements [2020-07-30T04:38:52.072Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-07-30T04:38:52.072Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-07-30T04:38:52.072Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-07-30T04:38:52.072Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-07-30T04:39:11.424Z] ---> d5a00f22347c [2020-07-30T04:39:11.424Z] Step 9/21 : RUN make cmd/core-command/core-command [2020-07-30T04:39:11.424Z] ---> cb455d37c3e7 [2020-07-30T04:39:11.424Z] Step 9/20 : RUN make cmd/support-scheduler/support-scheduler [2020-07-30T04:39:11.424Z] ---> 8b34b8204f5d [2020-07-30T04:39:11.424Z] Step 9/21 : RUN make cmd/support-logging/support-logging [2020-07-30T04:39:11.424Z] ---> 0ac00738ed1e [2020-07-30T04:39:11.424Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2020-07-30T04:39:11.424Z] ---> Running in d04cb61f649f [2020-07-30T04:39:11.424Z] ---> Running in 77fb626fe8d3 [2020-07-30T04:39:11.424Z] ---> Running in 279142a9b93b [2020-07-30T04:39:11.425Z] ---> Running in c2d797699037 [2020-07-30T04:39:11.425Z] ---> 4a0b623cd4f4 [2020-07-30T04:39:11.425Z] Step 9/21 : RUN make cmd/core-metadata/core-metadata [2020-07-30T04:39:11.425Z] ---> Running in c3c091d21d46 [2020-07-30T04:39:11.425Z] 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-07-30T04:39:11.425Z] 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-07-30T04:39:11.425Z] 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-07-30T04:39:11.425Z] 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-07-30T04:39:11.425Z] 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-07-30T04:39:19.319Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 22.521s coverage: 86.3% of statements [2020-07-30T04:39:19.319Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-07-30T04:39:19.319Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.018s coverage: 72.2% of statements [2020-07-30T04:39:19.319Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.341s coverage: 72.1% of statements [2020-07-30T04:39:19.319Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.046s coverage: 82.4% of statements [2020-07-30T04:39:19.319Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.034s coverage: 48.4% of statements [2020-07-30T04:39:19.319Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-07-30T04:39:19.319Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-07-30T04:39:19.319Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-07-30T04:39:19.319Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.024s coverage: 28.8% of statements [2020-07-30T04:39:19.319Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-07-30T04:39:19.319Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.042s coverage: 96.8% of statements [2020-07-30T04:39:19.319Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-07-30T04:39:19.319Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.159s coverage: 26.9% of statements [2020-07-30T04:39:19.319Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-07-30T04:39:19.319Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-07-30T04:39:19.319Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.278s coverage: 84.1% of statements [2020-07-30T04:39:19.319Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.025s coverage: 100.0% of statements [2020-07-30T04:39:19.319Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.031s coverage: 43.1% of statements [2020-07-30T04:39:19.319Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-07-30T04:39:19.319Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-07-30T04:39:19.319Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.036s coverage: 100.0% of statements [2020-07-30T04:39:19.319Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-07-30T04:39:19.319Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.043s coverage: 83.8% of statements [2020-07-30T04:39:19.319Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-07-30T04:39:19.319Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.084s coverage: 46.1% of statements [2020-07-30T04:39:19.319Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-07-30T04:39:19.319Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-07-30T04:39:19.319Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.021s coverage: 100.0% of statements [2020-07-30T04:39:19.319Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-07-30T04:39:19.319Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-07-30T04:39:19.319Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-07-30T04:39:19.319Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.108s coverage: 100.0% of statements [2020-07-30T04:39:19.319Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-07-30T04:39:19.319Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.067s coverage: 100.0% of statements [2020-07-30T04:39:19.319Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-07-30T04:39:19.319Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.171s coverage: 29.1% of statements [2020-07-30T04:39:19.319Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-07-30T04:39:19.319Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-07-30T04:39:19.319Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-07-30T04:39:19.319Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-07-30T04:39:19.319Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-07-30T04:39:19.319Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.076s coverage: 99.0% of statements [2020-07-30T04:39:19.319Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-07-30T04:39:19.319Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.046s coverage: 100.0% of statements [2020-07-30T04:39:19.319Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-07-30T04:39:19.319Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.012s coverage: 0.0% of statements [2020-07-30T04:39:19.320Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-07-30T04:39:21.299Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.015s coverage: 100.0% of statements [2020-07-30T04:39:21.299Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-07-30T04:39:21.299Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-07-30T04:39:21.299Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-07-30T04:39:21.299Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-07-30T04:39:21.893Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.021s coverage: 87.9% of statements [2020-07-30T04:39:21.893Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-07-30T04:39:21.893Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-07-30T04:39:21.893Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.016s coverage: 100.0% of statements [2020-07-30T04:39:22.490Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.020s coverage: 32.1% of statements [2020-07-30T04:39:24.461Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.025s coverage: 100.0% of statements [2020-07-30T04:39:25.054Z] GO111MODULE=on go vet ./... [2020-07-30T04:39:43.390Z] gofmt -l . [2020-07-30T04:39:44.367Z] [ "`gofmt -l .`" = "" ] [2020-07-30T04:39:47.001Z] ./bin/test-go-mod-tidy.sh [2020-07-30T04:39:47.277Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-07-30T04:39:51.340Z] + ls -al . [2020-07-30T04:39:51.340Z] total 588 [2020-07-30T04:39:51.340Z] drwxrwxr-x 10 1001 1001 4096 Jul 30 04:39 . [2020-07-30T04:39:51.340Z] drwxr-xr-x 4 root root 4096 Jul 30 04:37 .. [2020-07-30T04:39:51.340Z] -rw-rw-r-- 1 1001 1001 11 Jul 30 04:35 .dockerignore [2020-07-30T04:39:51.340Z] drwxrwxr-x 8 1001 1001 4096 Jul 30 04:35 .git [2020-07-30T04:39:51.340Z] drwxrwxr-x 3 1001 1001 4096 Jul 30 04:35 .github [2020-07-30T04:39:51.340Z] -rw-rw-r-- 1 1001 1001 932 Jul 30 04:35 .gitignore [2020-07-30T04:39:51.340Z] drwxrwxr-x 3 1001 1001 4096 Jul 30 04:35 .semver [2020-07-30T04:39:51.340Z] -rw-rw-r-- 1 1001 1001 166 Jul 30 04:35 .sonarcloud.properties [2020-07-30T04:39:51.340Z] -rw-rw-r-- 1 1001 1001 3804 Jul 30 04:35 CONTRIBUTING.md [2020-07-30T04:39:51.340Z] -rw-rw-r-- 1 1001 1001 1035 Jul 30 04:35 Dockerfile.build [2020-07-30T04:39:51.340Z] -rw-rw-r-- 1 1001 1001 865 Jul 30 04:35 Jenkinsfile [2020-07-30T04:39:51.340Z] -rw-rw-r-- 1 1001 1001 10775 Jul 30 04:35 LICENSE [2020-07-30T04:39:51.340Z] -rw-rw-r-- 1 1001 1001 6237 Jul 30 04:35 Makefile [2020-07-30T04:39:51.340Z] -rw-rw-r-- 1 1001 1001 5652 Jul 30 04:35 README.md [2020-07-30T04:39:51.340Z] -rw-rw-r-- 1 1001 1001 7111 Jul 30 04:35 SECURITY.md [2020-07-30T04:39:51.340Z] -rw-rw-r-- 1 1001 1001 5 Jul 30 04:32 VERSION [2020-07-30T04:39:51.340Z] -rw-rw-r-- 1 1001 1001 4131 Jul 30 04:35 ZMQWindows.md [2020-07-30T04:39:51.340Z] drwxrwxr-x 2 1001 1001 4096 Jul 30 04:35 bin [2020-07-30T04:39:51.340Z] drwxrwxr-x 15 1001 1001 4096 Jul 30 04:35 cmd [2020-07-30T04:39:51.340Z] -rw-r--r-- 1 root root 457776 Jul 30 04:39 coverage.out [2020-07-30T04:39:51.340Z] -rw-r--r-- 1 root root 1019 Jul 30 04:39 go.mod [2020-07-30T04:39:51.340Z] -rw-r--r-- 1 root root 19185 Jul 30 04:39 go.sum [2020-07-30T04:39:51.340Z] drwxrwxr-x 8 1001 1001 4096 Jul 30 04:35 internal [2020-07-30T04:39:51.340Z] drwxrwxr-x 4 1001 1001 4096 Jul 30 04:35 openapi [2020-07-30T04:39:51.340Z] drwxrwxr-x 4 1001 1001 4096 Jul 30 04:35 snap [2020-07-30T04:39:51.340Z] -rw-rw-r-- 1 1001 1001 168 Jul 30 04:35 version.go [Pipeline] sh [2020-07-30T04:39:51.992Z] + '[' -e coverage.out ] [2020-07-30T04:39:51.993Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-07-30T04:39:52.049Z] Warning: overwriting stash ‘coverage-report’ [2020-07-30T04:39:53.228Z] Stashed 1 file(s) [Pipeline] sh [2020-07-30T04:39:53.954Z] + make build [2020-07-30T04:39:53.954Z] 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-07-30T04:40:09.844Z] Removing intermediate container d04cb61f649f [2020-07-30T04:40:09.844Z] ---> 6e64d9fbfa5a [2020-07-30T04:40:09.844Z] [2020-07-30T04:40:09.844Z] Step 10/21 : FROM scratch [2020-07-30T04:40:09.844Z] ---> [2020-07-30T04:40:09.844Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-07-30T04:40:09.844Z] ---> Running in 31bedcb5f158 [2020-07-30T04:40:09.844Z] Removing intermediate container 77fb626fe8d3 [2020-07-30T04:40:09.844Z] ---> ba7783f9a202 [2020-07-30T04:40:09.844Z] [2020-07-30T04:40:09.844Z] Step 10/21 : FROM scratch [2020-07-30T04:40:09.844Z] ---> [2020-07-30T04:40:09.844Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-30T04:40:09.844Z] Removing intermediate container 279142a9b93b [2020-07-30T04:40:09.844Z] ---> 7d5170157455 [2020-07-30T04:40:09.844Z] [2020-07-30T04:40:09.844Z] Step 10/20 : FROM scratch [2020-07-30T04:40:09.844Z] ---> [2020-07-30T04:40:09.844Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-30T04:40:09.844Z] Removing intermediate container c2d797699037 [2020-07-30T04:40:09.844Z] ---> 4dc04f73dee0 [2020-07-30T04:40:09.844Z] [2020-07-30T04:40:09.844Z] Step 10/23 : FROM scratch [2020-07-30T04:40:09.844Z] ---> [2020-07-30T04:40:09.844Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-07-30T04:40:09.844Z] ---> Running in 54a96e332617 [2020-07-30T04:40:09.844Z] ---> Running in 8a119073fd9c [2020-07-30T04:40:09.844Z] ---> Running in 5c3c2247cab7 [2020-07-30T04:40:09.844Z] Removing intermediate container 31bedcb5f158 [2020-07-30T04:40:09.844Z] ---> ca36c9fa5d0f [2020-07-30T04:40:09.844Z] Step 12/21 : ENV APP_PORT=48061 [2020-07-30T04:40:09.844Z] ---> Running in f31dc1833ded [2020-07-30T04:40:09.844Z] Removing intermediate container 8a119073fd9c [2020-07-30T04:40:09.844Z] ---> 780c02313e37 [2020-07-30T04:40:09.844Z] Step 12/20 : ENV APP_PORT=48085 [2020-07-30T04:40:09.844Z] Removing intermediate container 54a96e332617 [2020-07-30T04:40:09.844Z] ---> 7573f8064922 [2020-07-30T04:40:09.844Z] Step 12/21 : ENV APP_PORT=48082 [2020-07-30T04:40:09.844Z] Removing intermediate container 5c3c2247cab7 [2020-07-30T04:40:09.844Z] ---> e7268cc31a99 [2020-07-30T04:40:09.844Z] Step 12/23 : ENV APP_PORT=48060 [2020-07-30T04:40:09.844Z] Removing intermediate container c3c091d21d46 [2020-07-30T04:40:09.844Z] ---> fed60a93377a [2020-07-30T04:40:09.844Z] [2020-07-30T04:40:09.844Z] Step 10/21 : FROM scratch [2020-07-30T04:40:09.844Z] ---> [2020-07-30T04:40:09.844Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-30T04:40:09.844Z] ---> Running in aeadb36a3612 [2020-07-30T04:40:09.844Z] ---> Running in 211db4a84fa1 [2020-07-30T04:40:09.844Z] ---> Using cache [2020-07-30T04:40:09.844Z] ---> 780c02313e37 [2020-07-30T04:40:09.844Z] Step 12/21 : ENV APP_PORT=48081 [2020-07-30T04:40:10.837Z] Removing intermediate container f31dc1833ded [2020-07-30T04:40:10.837Z] ---> 134429547f50 [2020-07-30T04:40:10.837Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-30T04:40:10.837Z] ---> Running in 1f5feb1625a9 [2020-07-30T04:40:10.837Z] ---> Running in ff53584bbadc [2020-07-30T04:40:10.837Z] ---> Running in 9f94f37bfc35 [2020-07-30T04:40:10.837Z] Removing intermediate container 211db4a84fa1 [2020-07-30T04:40:10.837Z] ---> d31e3159118a [2020-07-30T04:40:10.837Z] Step 13/20 : EXPOSE $APP_PORT [2020-07-30T04:40:11.107Z] Removing intermediate container aeadb36a3612 [2020-07-30T04:40:11.107Z] ---> f89d547ce446 [2020-07-30T04:40:11.107Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-30T04:40:11.107Z] ---> Running in 3c31e7f43f12 [2020-07-30T04:40:11.107Z] ---> Running in d52f57c6f0e8 [2020-07-30T04:40:11.107Z] Removing intermediate container ff53584bbadc [2020-07-30T04:40:11.107Z] ---> 8c3d543c2cf7 [2020-07-30T04:40:11.107Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-30T04:40:11.107Z] Removing intermediate container 1f5feb1625a9 [2020-07-30T04:40:11.107Z] ---> c767e537b815 [2020-07-30T04:40:11.107Z] Step 13/23 : EXPOSE $APP_PORT [2020-07-30T04:40:11.383Z] ---> Running in da9e2d49c246 [2020-07-30T04:40:11.383Z] Removing intermediate container 9f94f37bfc35 [2020-07-30T04:40:11.383Z] ---> ae6977808749 [2020-07-30T04:40:11.383Z] Step 14/21 : COPY --from=builder /bin/bash /bin/bash [2020-07-30T04:40:11.383Z] ---> Running in b2b6c13fbf70 [2020-07-30T04:40:11.383Z] Removing intermediate container 3c31e7f43f12 [2020-07-30T04:40:11.383Z] ---> 89ab76048814 [2020-07-30T04:40:11.383Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-07-30T04:40:11.383Z] Removing intermediate container d52f57c6f0e8 [2020-07-30T04:40:11.383Z] ---> 4491cd3cb5f5 [2020-07-30T04:40:11.383Z] Step 14/21 : WORKDIR / [2020-07-30T04:40:11.654Z] ---> Running in f4da5deca515 [2020-07-30T04:40:11.654Z] Removing intermediate container da9e2d49c246 [2020-07-30T04:40:11.654Z] ---> 021e8d51eb1c [2020-07-30T04:40:11.654Z] Step 14/21 : WORKDIR / [2020-07-30T04:40:11.654Z] Removing intermediate container b2b6c13fbf70 [2020-07-30T04:40:11.654Z] ---> 47ae7db601df [2020-07-30T04:40:11.654Z] Step 14/23 : COPY --from=builder /bin/sh /bin/sh [2020-07-30T04:40:11.955Z] ---> Running in 0c4753ed0649 [2020-07-30T04:40:11.955Z] ---> 52805365be55 [2020-07-30T04:40:11.955Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-07-30T04:40:11.955Z] ---> 85c840e34207 [2020-07-30T04:40:11.955Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-07-30T04:40:11.955Z] Removing intermediate container f4da5deca515 [2020-07-30T04:40:11.955Z] ---> 4cd6987fc4f7 [2020-07-30T04:40:11.955Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-07-30T04:40:12.220Z] Removing intermediate container 0c4753ed0649 [2020-07-30T04:40:12.220Z] ---> 5758936c2343 [2020-07-30T04:40:12.220Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-07-30T04:40:12.484Z] ---> c9c72e91343f [2020-07-30T04:40:12.484Z] Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-07-30T04:40:12.484Z] ---> 6129b39a0bf3 [2020-07-30T04:40:12.484Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-07-30T04:40:12.484Z] ---> c54a5344983a [2020-07-30T04:40:12.484Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-07-30T04:40:13.515Z] ---> 35a2d368202a [2020-07-30T04:40:13.515Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-07-30T04:40:13.515Z] ---> 655f23c69727 [2020-07-30T04:40:13.515Z] Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-07-30T04:40:13.515Z] ---> c827b4052fac [2020-07-30T04:40:13.515Z] Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl [2020-07-30T04:40:13.515Z] ---> 2d317aa0f627 [2020-07-30T04:40:13.515Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-07-30T04:40:13.515Z] ---> 9f850bca0891 [2020-07-30T04:40:13.515Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-07-30T04:40:14.175Z] ---> 6a18e2a2dbfa [2020-07-30T04:40:14.175Z] Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-30T04:40:14.471Z] ---> Running in ef74526bb28f [2020-07-30T04:40:14.745Z] ---> 91cffd05c299 [2020-07-30T04:40:14.745Z] Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-30T04:40:14.745Z] ---> 2772ef7e3dcf [2020-07-30T04:40:14.745Z] Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-30T04:40:14.745Z] ---> Running in 977aebbf8075 [2020-07-30T04:40:15.029Z] ---> 557a55c1a74f [2020-07-30T04:40:15.029Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-07-30T04:40:15.029Z] ---> 2ff9da4c3ebb [2020-07-30T04:40:15.029Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-07-30T04:40:15.297Z] ---> Running in 8e6103e4da73 [2020-07-30T04:40:15.297Z] Removing intermediate container ef74526bb28f [2020-07-30T04:40:15.297Z] ---> 6c62622218c5 [2020-07-30T04:40:15.297Z] Step 18/20 : LABEL arch=x86_64 [2020-07-30T04:40:15.297Z] Removing intermediate container 977aebbf8075 [2020-07-30T04:40:15.297Z] ---> 5e15c4640237 [2020-07-30T04:40:15.297Z] Step 19/21 : LABEL arch=x86_64 [2020-07-30T04:40:15.297Z] ---> Running in 1c8572db7998 [2020-07-30T04:40:15.589Z] ---> Running in 3cfebb5c06c8 [2020-07-30T04:40:15.590Z] Removing intermediate container 8e6103e4da73 [2020-07-30T04:40:15.590Z] ---> 3314049a37cf [2020-07-30T04:40:15.590Z] Step 19/21 : LABEL arch=x86_64 [2020-07-30T04:40:15.590Z] ---> e24c707ed7fd [2020-07-30T04:40:15.590Z] Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-30T04:40:15.590Z] ---> 928fef78ab3a [2020-07-30T04:40:15.590Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-07-30T04:40:15.881Z] ---> Running in ef224787c78d [2020-07-30T04:40:15.881Z] ---> Running in f13f00188cec [2020-07-30T04:40:15.881Z] Removing intermediate container 1c8572db7998 [2020-07-30T04:40:15.881Z] ---> 22a0aa0f15cd [2020-07-30T04:40:15.881Z] Step 19/20 : LABEL git_sha=4605f6cf6e929e1ee115c81c735f5b828accc975 [2020-07-30T04:40:15.881Z] Removing intermediate container 3cfebb5c06c8 [2020-07-30T04:40:15.881Z] ---> da50949e554f [2020-07-30T04:40:15.881Z] Step 20/21 : LABEL git_sha=4605f6cf6e929e1ee115c81c735f5b828accc975 [2020-07-30T04:40:16.153Z] ---> Running in 10abcf37d267 [2020-07-30T04:40:16.154Z] ---> Running in 82fc6e7ad086 [2020-07-30T04:40:16.154Z] Removing intermediate container ef224787c78d [2020-07-30T04:40:16.154Z] ---> c492ea6ceb37 [2020-07-30T04:40:16.154Z] Step 19/21 : LABEL arch=x86_64 [2020-07-30T04:40:16.445Z] Removing intermediate container f13f00188cec [2020-07-30T04:40:16.445Z] ---> 230c1babd66c [2020-07-30T04:40:16.445Z] Step 20/21 : LABEL git_sha=4605f6cf6e929e1ee115c81c735f5b828accc975 [2020-07-30T04:40:16.445Z] ---> Running in b01ee57da1a0 [2020-07-30T04:40:16.445Z] ---> Running in cb17e2704d7a [2020-07-30T04:40:16.533Z] 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-07-30T04:40:16.733Z] Removing intermediate container 10abcf37d267 [2020-07-30T04:40:16.733Z] ---> 2995e176606a [2020-07-30T04:40:16.733Z] Step 21/21 : LABEL version=0.0.0 [2020-07-30T04:40:16.733Z] Removing intermediate container 82fc6e7ad086 [2020-07-30T04:40:16.733Z] ---> ac934d80b198 [2020-07-30T04:40:16.733Z] Step 20/20 : LABEL version=0.0.0 [2020-07-30T04:40:16.733Z] ---> 704b68f91b30 [2020-07-30T04:40:16.733Z] Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-07-30T04:40:17.001Z] ---> Running in 8de22f3234ae [2020-07-30T04:40:17.001Z] ---> Running in e51ad6399d9d [2020-07-30T04:40:17.272Z] ---> 5aa4ec94bf24 [2020-07-30T04:40:17.272Z] Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-30T04:40:17.272Z] Removing intermediate container cb17e2704d7a [2020-07-30T04:40:17.272Z] ---> 2d84892d7820 [2020-07-30T04:40:17.272Z] Step 21/21 : LABEL version=0.0.0 [2020-07-30T04:40:17.272Z] Removing intermediate container b01ee57da1a0 [2020-07-30T04:40:17.272Z] ---> b86b5d850bce [2020-07-30T04:40:17.272Z] Step 20/21 : LABEL git_sha=4605f6cf6e929e1ee115c81c735f5b828accc975 [2020-07-30T04:40:17.272Z] ---> Running in bc513f89ab71 [2020-07-30T04:40:17.272Z] ---> Running in a2081efa9a97 [2020-07-30T04:40:17.272Z] Removing intermediate container 8de22f3234ae [2020-07-30T04:40:17.272Z] ---> 5698039a5a82 [2020-07-30T04:40:17.272Z] [2020-07-30T04:40:17.560Z] Removing intermediate container e51ad6399d9d [2020-07-30T04:40:17.560Z] ---> 691bce7d580d [2020-07-30T04:40:17.560Z] [2020-07-30T04:40:17.560Z] ---> Running in 185cb351d969 [2020-07-30T04:40:17.849Z] Successfully built 691bce7d580d [2020-07-30T04:40:17.849Z] Successfully tagged docker-support-scheduler-go:latest [2020-07-30T04:40:17.849Z]  Building docker-support-scheduler-go ... done Building docker-security-proxy-setup-go [2020-07-30T04:40:17.849Z] Successfully built 5698039a5a82 [2020-07-30T04:40:17.849Z] Removing intermediate container a2081efa9a97 [2020-07-30T04:40:17.849Z] ---> 0ccc85890f78 [2020-07-30T04:40:17.849Z] Step 21/23 : LABEL arch=x86_64 [2020-07-30T04:40:18.128Z] Successfully tagged docker-core-command-go:latest [2020-07-30T04:40:18.128Z] Removing intermediate container bc513f89ab71 [2020-07-30T04:40:18.128Z] ---> 3e4c24a31da3 [2020-07-30T04:40:18.128Z] [2020-07-30T04:40:18.128Z]  Building docker-core-command-go ... done Building docker-security-secretstore-setup-go [2020-07-30T04:40:18.129Z] Removing intermediate container 185cb351d969 [2020-07-30T04:40:18.129Z] ---> ecd9ef2bcb50 [2020-07-30T04:40:18.129Z] Step 21/21 : LABEL version=0.0.0 [2020-07-30T04:40:18.129Z] Successfully built 3e4c24a31da3 [2020-07-30T04:40:18.129Z] ---> Running in 9601e79c2825 [2020-07-30T04:40:18.129Z] Successfully tagged docker-support-logging-go:latest [2020-07-30T04:40:18.129Z] Building docker-sys-mgmt-agent-go [2020-07-30T04:40:18.129Z] ---> Running in 62127ef34067 [2020-07-30T04:40:18.420Z]  Building docker-support-logging-go ... done Removing intermediate container 9601e79c2825 [2020-07-30T04:40:18.420Z] ---> 154f5fa31c30 [2020-07-30T04:40:18.421Z] Step 22/23 : LABEL git_sha=4605f6cf6e929e1ee115c81c735f5b828accc975 [2020-07-30T04:40:18.734Z] Removing intermediate container 62127ef34067 [2020-07-30T04:40:18.734Z] ---> 5ab44fc3c485 [2020-07-30T04:40:18.734Z] [2020-07-30T04:40:18.734Z] ---> Running in 13d6fa6a2d68 [2020-07-30T04:40:18.734Z] Successfully built 5ab44fc3c485 [2020-07-30T04:40:18.734Z] Successfully tagged docker-core-metadata-go:latest [2020-07-30T04:40:18.734Z]  Building docker-core-metadata-go ... done Building docker-security-secrets-setup-go [2020-07-30T04:40:19.107Z] Removing intermediate container 13d6fa6a2d68 [2020-07-30T04:40:19.107Z] ---> 55ff2121193c [2020-07-30T04:40:19.107Z] Step 23/23 : LABEL version=0.0.0 [2020-07-30T04:40:19.107Z] ---> Running in 3f20bb4753cb [2020-07-30T04:40:20.112Z] Removing intermediate container 3f20bb4753cb [2020-07-30T04:40:20.112Z] ---> f9499e173d80 [2020-07-30T04:40:20.112Z] [2020-07-30T04:40:20.112Z] Successfully built f9499e173d80 [2020-07-30T04:40:20.112Z] Successfully tagged docker-support-notifications-go:latest [2020-07-30T04:40:20.112Z]  Building docker-support-notifications-go ... done Building docker-core-data-go [2020-07-30T04:40:24.816Z] 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-07-30T04:40:31.520Z] 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-07-30T04:40:34.909Z] 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-07-30T04:40:41.660Z] 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-07-30T04:40:42.649Z] 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-07-30T04:40:47.045Z] 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-07-30T04:40:52.491Z] 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-07-30T04:40:55.919Z] 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-07-30T04:40:59.492Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpineStep 1/29 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-30T04:40:59.492Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-07-30T04:40:59.492Z] [2020-07-30T04:40:59.492Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpineStep 2/20 : FROM ${BUILDER_BASE} AS builder [2020-07-30T04:40:59.492Z] [2020-07-30T04:40:59.492Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-30T04:40:59.492Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-07-30T04:40:59.492Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-07-30T04:40:59.492Z] ---> ceb5690d04d1 [2020-07-30T04:40:59.492Z] Step 3/26 : WORKDIR /edgex-go [2020-07-30T04:40:59.492Z] ---> ceb5690d04d1 [2020-07-30T04:40:59.492Z] ---> ceb5690d04d1 [2020-07-30T04:40:59.492Z] Step 3/26 : WORKDIR /edgex-go ---> Using cache [2020-07-30T04:40:59.492Z] ---> d38c9aedbded [2020-07-30T04:40:59.492Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-30T04:40:59.492Z] Step 3/29 : WORKDIR /edgex-go [2020-07-30T04:40:59.492Z] [2020-07-30T04:40:59.492Z] ---> Using cache [2020-07-30T04:40:59.492Z] ---> d38c9aedbded [2020-07-30T04:40:59.492Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-30T04:40:59.492Z] ---> Using cache [2020-07-30T04:40:59.492Z] ---> d38c9aedbded [2020-07-30T04:40:59.492Z] Step 4/29 : RUN apk update && apk add make git [2020-07-30T04:40:59.492Z] ---> ceb5690d04d1 [2020-07-30T04:40:59.492Z] Step 3/20 : WORKDIR /edgex-go [2020-07-30T04:40:59.492Z] ---> Using cache [2020-07-30T04:40:59.492Z] ---> d38c9aedbded [2020-07-30T04:40:59.492Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-30T04:40:59.492Z] ---> Using cache [2020-07-30T04:40:59.492Z] ---> a5d54094a45c [2020-07-30T04:40:59.492Z] Step 5/20 : RUN apk update && apk add make git [2020-07-30T04:40:59.492Z] ---> Using cache [2020-07-30T04:40:59.492Z] ---> a5d54094a45c [2020-07-30T04:40:59.492Z] Step 5/26 : RUN apk update && apk add make git [2020-07-30T04:40:59.492Z] ---> Using cache [2020-07-30T04:40:59.492Z] ---> 3c965080a3b1 [2020-07-30T04:40:59.492Z] Step 6/26 : COPY go.mod . [2020-07-30T04:40:59.492Z] ---> Using cache [2020-07-30T04:40:59.492Z] ---> 3c965080a3b1 [2020-07-30T04:40:59.492Z] Step 6/20 : COPY go.mod . [2020-07-30T04:40:59.492Z] ---> Using cache [2020-07-30T04:40:59.492Z] ---> a5d54094a45c [2020-07-30T04:40:59.492Z] Step 5/26 : RUN apk update && apk add make bash git [2020-07-30T04:40:59.492Z] ---> Using cache [2020-07-30T04:40:59.492Z] ---> e7d10341cb7a [2020-07-30T04:40:59.492Z] Step 7/20 : RUN go mod download [2020-07-30T04:40:59.492Z] ---> Using cache [2020-07-30T04:40:59.492Z] ---> e7d10341cb7a [2020-07-30T04:40:59.492Z] Step 7/26 : RUN go mod download [2020-07-30T04:40:59.492Z] ---> Using cache [2020-07-30T04:40:59.492Z] ---> 576efe29f917 [2020-07-30T04:40:59.492Z] Step 8/20 : COPY . . [2020-07-30T04:40:59.492Z] ---> Using cache [2020-07-30T04:40:59.492Z] ---> 576efe29f917 [2020-07-30T04:40:59.492Z] Step 8/26 : COPY . . [2020-07-30T04:40:59.492Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-30T04:40:59.492Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-07-30T04:40:59.492Z] ---> ceb5690d04d1 [2020-07-30T04:40:59.492Z] Step 3/22 : WORKDIR /edgex-go [2020-07-30T04:40:59.492Z] ---> Using cache [2020-07-30T04:40:59.492Z] ---> d38c9aedbded [2020-07-30T04:40:59.492Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-30T04:40:59.492Z] ---> Using cache [2020-07-30T04:40:59.492Z] ---> a5d54094a45c [2020-07-30T04:40:59.492Z] Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-07-30T04:40:59.492Z] ---> Using cache [2020-07-30T04:40:59.492Z] ---> d5a00f22347c [2020-07-30T04:40:59.492Z] 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-07-30T04:40:59.492Z] ---> Using cache [2020-07-30T04:40:59.492Z] ---> d5a00f22347c [2020-07-30T04:40:59.492Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-07-30T04:40:59.492Z] ---> Running in ff0d4f65a1eb [2020-07-30T04:40:59.492Z] ---> Running in 1c16b653acb1 [2020-07-30T04:40:59.492Z] ---> Running in 3cb67b447fbf [2020-07-30T04:40:59.492Z] ---> Running in b3f29ad389ba [2020-07-30T04:40:59.492Z] ---> Running in 8f18b677f10f [2020-07-30T04:41:01.398Z] 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-07-30T04:41:01.554Z] 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-07-30T04:41:01.554Z] 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-07-30T04:41:01.554Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-30T04:41:01.554Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-30T04:41:01.554Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-30T04:41:02.706Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-30T04:41:02.706Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-30T04:41:02.706Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-30T04:41:03.917Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-30T04:41:03.917Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-30T04:41:03.917Z] OK: 12749 distinct packages available [2020-07-30T04:41:03.917Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-30T04:41:03.917Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-30T04:41:03.917Z] OK: 12749 distinct packages available [2020-07-30T04:41:03.917Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-30T04:41:03.917Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-30T04:41:03.917Z] OK: 12749 distinct packages available [2020-07-30T04:41:04.335Z] OK: 233 MiB in 51 packages [2020-07-30T04:41:04.335Z] OK: 233 MiB in 51 packages [2020-07-30T04:41:04.778Z] OK: 233 MiB in 51 packages [2020-07-30T04:41:05.720Z] 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-07-30T04:41:07.157Z] Removing intermediate container 1c16b653acb1 [2020-07-30T04:41:07.157Z] ---> ddc539ee14d3 [2020-07-30T04:41:07.157Z] Step 5/29 : COPY go.mod . [2020-07-30T04:41:07.466Z] Removing intermediate container ff0d4f65a1eb [2020-07-30T04:41:07.466Z] ---> 7d4b7cf21838 [2020-07-30T04:41:07.466Z] Step 6/22 : COPY go.mod . [2020-07-30T04:41:07.466Z] Removing intermediate container b3f29ad389ba [2020-07-30T04:41:07.466Z] ---> 8fa2ab34ff12 [2020-07-30T04:41:07.466Z] Step 6/26 : COPY go.mod . [2020-07-30T04:41:08.165Z] ---> fe85a8de1384 [2020-07-30T04:41:08.165Z] Step 6/29 : RUN go mod download [2020-07-30T04:41:08.462Z] ---> caf669148d51 [2020-07-30T04:41:08.462Z] Step 7/22 : RUN go mod download [2020-07-30T04:41:08.462Z] ---> Running in 9373ee5a017a [2020-07-30T04:41:08.462Z] ---> 818e7031435e [2020-07-30T04:41:08.462Z] Step 7/26 : RUN go mod download [2020-07-30T04:41:08.735Z] ---> Running in 0f624f677f16 [2020-07-30T04:41:08.735Z] ---> Running in fef3ad1e2bd5 [2020-07-30T04:41:11.113Z] 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-07-30T04:41:14.517Z] $ docker stop --time=1 9ed605acd119a5bbcdcd92d76d1d12f65eb54494ffbf1e54b21c1d5a4a163f21 [2020-07-30T04:41:14.547Z] Removing intermediate container 0f624f677f16 [2020-07-30T04:41:14.547Z] ---> 068e23610fd9 [2020-07-30T04:41:14.547Z] Step 8/22 : COPY . . [2020-07-30T04:41:14.547Z] Removing intermediate container 9373ee5a017a [2020-07-30T04:41:14.547Z] ---> 7a8a9f4e5eee [2020-07-30T04:41:14.547Z] Step 7/29 : COPY . . [2020-07-30T04:41:14.547Z] Removing intermediate container fef3ad1e2bd5 [2020-07-30T04:41:14.547Z] ---> acd1fba9586b [2020-07-30T04:41:14.547Z] Step 8/26 : COPY . . [2020-07-30T04:41:17.013Z] $ docker rm -f 9ed605acd119a5bbcdcd92d76d1d12f65eb54494ffbf1e54b21c1d5a4a163f21 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-30T04:41:18.650Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-07-30T04:41:18.650Z] [2020-07-30T04:41:18.650Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-07-30T04:41:19.316Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-07-30T04:41:19.316Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-07-30T04:41:19.316Z] 29e5d40040c1: Pulling fs layer [2020-07-30T04:41:19.317Z] 1ce36da41761: Pulling fs layer [2020-07-30T04:41:19.317Z] 25b303627fd3: Pulling fs layer [2020-07-30T04:41:19.594Z] 29e5d40040c1: Verifying Checksum [2020-07-30T04:41:19.594Z] 29e5d40040c1: Download complete [2020-07-30T04:41:20.197Z] 1ce36da41761: Verifying Checksum [2020-07-30T04:41:20.197Z] 1ce36da41761: Download complete [2020-07-30T04:41:20.197Z] 29e5d40040c1: Pull complete [2020-07-30T04:41:21.632Z] 1ce36da41761: Pull complete [2020-07-30T04:41:21.632Z] 25b303627fd3: Verifying Checksum [2020-07-30T04:41:21.632Z] 25b303627fd3: Download complete [2020-07-30T04:41:31.807Z] 25b303627fd3: Pull complete [2020-07-30T04:41:31.807Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-07-30T04:41:31.807Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-07-30T04:41:31.807Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-07-30T04:41:32.079Z] prd-ubuntu18.04-docker-arm64-4c-16g-1534 does not seem to be running inside a container [2020-07-30T04:41:32.160Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/22 -v /w/workspace/edgex-go/22:/w/workspace/edgex-go/22:rw,z -v /w/workspace/edgex-go/22@tmp:/w/workspace/edgex-go/22@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-07-30T04:41:35.563Z] $ docker top c1f240cf4b4f328b8900f4d07114864f4b143b9983e5aa7a703f9dda2284bc60 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-30T04:41:36.981Z] + docker-compose+ buildgrep --help parallel [2020-07-30T04:41:36.981Z] [2020-07-30T04:41:37.653Z] 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-07-30T04:41:40.356Z] --parallel Build images in parallel. [Pipeline] } [2020-07-30T04:41:40.373Z] $ docker stop --time=1 c1f240cf4b4f328b8900f4d07114864f4b143b9983e5aa7a703f9dda2284bc60 [2020-07-30T04:41:42.213Z] $ docker rm -f c1f240cf4b4f328b8900f4d07114864f4b143b9983e5aa7a703f9dda2284bc60 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-30T04:41:43.028Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-07-30T04:41:43.028Z] . [Pipeline] withDockerContainer [2020-07-30T04:41:43.260Z] prd-ubuntu18.04-docker-arm64-4c-16g-1534 does not seem to be running inside a container [2020-07-30T04:41:43.338Z] $ 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/22 -v /w/workspace/edgex-go/22:/w/workspace/edgex-go/22:rw,z -v /w/workspace/edgex-go/22@tmp:/w/workspace/edgex-go/22@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-07-30T04:41:44.739Z] $ docker top 253289a290c4d14107b84939caa4c082b3ef8c32e62a48c230a502aa145e01db -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-30T04:41:45.885Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-07-30T04:41:50.172Z] Building docker-core-command-go ... [2020-07-30T04:41:50.172Z] Building docker-core-data-go ... [2020-07-30T04:41:50.172Z] Building docker-core-metadata-go ... [2020-07-30T04:41:50.172Z] Building docker-security-proxy-setup-go ... [2020-07-30T04:41:50.172Z] Building docker-security-secrets-setup-go ... [2020-07-30T04:41:50.172Z] Building docker-security-secretstore-setup-go ... [2020-07-30T04:41:50.172Z] Building docker-support-logging-go ... [2020-07-30T04:41:50.172Z] Building docker-support-notifications-go ... [2020-07-30T04:41:50.172Z] Building docker-support-scheduler-go ... [2020-07-30T04:41:50.172Z] Building docker-sys-mgmt-agent-go ... [2020-07-30T04:41:50.172Z] Building docker-security-secretstore-setup-go [2020-07-30T04:41:50.172Z] Building docker-support-notifications-go [2020-07-30T04:41:50.172Z] Building docker-support-scheduler-go [2020-07-30T04:41:50.172Z] Building docker-support-logging-go [2020-07-30T04:41:50.172Z] Building docker-security-secrets-setup-go [2020-07-30T04:42:00.599Z] Removing intermediate container 3cb67b447fbf [2020-07-30T04:42:00.599Z] ---> c57a39febc3b [2020-07-30T04:42:00.599Z] [2020-07-30T04:42:00.599Z] Step 10/20 : FROM alpine [2020-07-30T04:42:00.599Z] latest: Pulling from library/alpine [2020-07-30T04:42:00.599Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-07-30T04:42:00.599Z] Status: Downloaded newer image for alpine:latest [2020-07-30T04:42:00.599Z] ---> a24bb4013296 [2020-07-30T04:42:00.599Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-07-30T04:42:00.599Z] 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-07-30T04:42:01.722Z] ---> Running in 79bd0fcc8098 [2020-07-30T04:42:04.564Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-30T04:42:04.564Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-30T04:42:04.976Z] v3.12.0-185-gb4b2a5e482 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-07-30T04:42:04.976Z] v3.12.0-186-g2cd07a16f7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-07-30T04:42:04.976Z] OK: 12749 distinct packages available [2020-07-30T04:42:05.387Z] (1/4) Installing ca-certificates (20191127-r4) [2020-07-30T04:42:05.827Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-07-30T04:42:05.827Z] (3/4) Installing libcurl (7.69.1-r0) [2020-07-30T04:42:05.827Z] (4/4) Installing curl (7.69.1-r0) [2020-07-30T04:42:05.827Z] Executing busybox-1.31.1-r16.trigger [2020-07-30T04:42:05.827Z] Executing ca-certificates-20191127-r4.trigger [2020-07-30T04:42:05.827Z] OK: 7 MiB in 18 packages [2020-07-30T04:42:06.428Z] ---> 1a4bd9e97aa3 [2020-07-30T04:42:06.428Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-07-30T04:42:06.428Z] ---> 4774ef67271e [2020-07-30T04:42:06.428Z] Step 9/22 : RUN make cmd/core-data/core-data [2020-07-30T04:42:06.428Z] ---> 76d2a6c69d59 [2020-07-30T04:42:06.428Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-07-30T04:42:06.716Z] ---> Running in 86437a545e44 [2020-07-30T04:42:06.716Z] ---> Running in 704281f84d3a [2020-07-30T04:42:06.716Z] ---> Running in b3ac91c30599 [2020-07-30T04:42:07.325Z] Removing intermediate container 79bd0fcc8098 [2020-07-30T04:42:07.325Z] ---> 75e3f9952ba7 [2020-07-30T04:42:07.325Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-07-30T04:42:07.612Z] ---> Running in 68a1e2a620d0 [2020-07-30T04:42:07.907Z] 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-07-30T04:42:08.201Z] Removing intermediate container 68a1e2a620d0 [2020-07-30T04:42:08.201Z] ---> 203adbda3de5 [2020-07-30T04:42:08.201Z] Step 13/20 : WORKDIR /edgex [2020-07-30T04:42:08.763Z] 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-07-30T04:42:08.763Z] ---> Running in a96d5a0773bb [2020-07-30T04:42:08.763Z] 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-07-30T04:42:10.490Z] Removing intermediate container a96d5a0773bb [2020-07-30T04:42:10.490Z] ---> ede073a85a3a [2020-07-30T04:42:10.490Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-07-30T04:42:11.855Z] ---> 7594db790f3f [2020-07-30T04:42:11.855Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-07-30T04:42:13.353Z] Removing intermediate container 8f18b677f10f [2020-07-30T04:42:13.353Z] ---> 20647b4bdc86 [2020-07-30T04:42:13.353Z] [2020-07-30T04:42:13.353Z] Step 10/26 : FROM alpine:3.10 [2020-07-30T04:42:13.635Z] ---> 533b99f5e743 [2020-07-30T04:42:13.635Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-07-30T04:42:13.635Z] 3.10: Pulling from library/alpine [2020-07-30T04:42:13.947Z] ---> Running in 205d6a1180bc [2020-07-30T04:42:14.237Z] Removing intermediate container 205d6a1180bc [2020-07-30T04:42:14.237Z] ---> 8ccc5fd80b36 [2020-07-30T04:42:14.237Z] Step 17/20 : CMD ["--init=true"] [2020-07-30T04:42:14.516Z] ---> Running in 89ae6593b2c5 [2020-07-30T04:42:16.227Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-07-30T04:42:16.227Z] Removing intermediate container 89ae6593b2c5 [2020-07-30T04:42:16.227Z] ---> 737de91db700 [2020-07-30T04:42:16.227Z] Step 18/20 : LABEL arch=x86_64 [2020-07-30T04:42:16.227Z] Status: Downloaded newer image for alpine:3.10 [2020-07-30T04:42:16.227Z] ---> be4e4bea2c2e [2020-07-30T04:42:16.227Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-07-30T04:42:16.227Z] ---> Running in feef60afb9cb [2020-07-30T04:42:16.227Z] ---> Running in 9cffde273f76 [2020-07-30T04:42:17.288Z] Removing intermediate container 9cffde273f76 [2020-07-30T04:42:17.288Z] ---> 58b134bccbb6 [2020-07-30T04:42:17.288Z] Step 19/20 : LABEL git_sha=4605f6cf6e929e1ee115c81c735f5b828accc975 [2020-07-30T04:42:17.288Z] ---> Running in d83d6a188e3e [2020-07-30T04:42:17.288Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-07-30T04:42:17.588Z] Removing intermediate container d83d6a188e3e [2020-07-30T04:42:17.588Z] ---> d344b94d59fc [2020-07-30T04:42:17.588Z] Step 20/20 : LABEL version=0.0.0 [2020-07-30T04:42:17.588Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-07-30T04:42:17.588Z] ---> Running in 5fcb18a98105 [2020-07-30T04:42:17.868Z] v3.10.5-61-g2eb46eec7d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-07-30T04:42:17.868Z] v3.10.5-58-g477aae6b2f [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-07-30T04:42:17.868Z] OK: 10346 distinct packages available [2020-07-30T04:42:18.142Z] Removing intermediate container 5fcb18a98105 [2020-07-30T04:42:18.142Z] ---> b022fa235c3a [2020-07-30T04:42:18.142Z] [2020-07-30T04:42:18.411Z] (1/5) Installing ca-certificates (20191127-r2) [2020-07-30T04:42:18.411Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-07-30T04:42:18.411Z] (3/5) Installing libcurl (7.66.0-r0) [2020-07-30T04:42:18.411Z] (4/5) Installing curl (7.66.0-r0) [2020-07-30T04:42:18.411Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-07-30T04:42:18.411Z] Executing busybox-1.30.1-r3.trigger [2020-07-30T04:42:18.411Z] Executing ca-certificates-20191127-r2.trigger [2020-07-30T04:42:18.696Z] Successfully built b022fa235c3a [2020-07-30T04:42:18.696Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-07-30T04:42:18.696Z] OK: 7 MiB in 19 packages [2020-07-30T04:42:20.756Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container feef60afb9cb [2020-07-30T04:42:20.756Z] ---> 410fe0ac43f7 [2020-07-30T04:42:20.756Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-07-30T04:42:20.756Z] ---> Running in 7836702f76f8 [2020-07-30T04:42:21.030Z] Removing intermediate container 7836702f76f8 [2020-07-30T04:42:21.030Z] ---> 0ce2d45d4229 [2020-07-30T04:42:21.030Z] Step 13/26 : WORKDIR / [2020-07-30T04:42:21.321Z] ---> Running in ea6c911ee27e [2020-07-30T04:42:21.624Z] Removing intermediate container ea6c911ee27e [2020-07-30T04:42:21.624Z] ---> 20bc0fabf4d6 [2020-07-30T04:42:21.624Z] 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-07-30T04:42:22.250Z] ---> 6299ed80cbdf [2020-07-30T04:42:22.250Z] 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-07-30T04:42:23.624Z] ---> aeaee2a11cff [2020-07-30T04:42:23.624Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-07-30T04:42:24.380Z] ---> 2f34cf8d884d [2020-07-30T04:42:24.380Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-07-30T04:42:25.998Z] ---> 2e84b67124a0 [2020-07-30T04:42:25.998Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-07-30T04:42:28.865Z] ---> 64bd669de14b [2020-07-30T04:42:28.865Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-07-30T04:42:30.072Z] ---> b7300e03d1c8 [2020-07-30T04:42:30.072Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-07-30T04:42:32.508Z] ---> c7876b05dbf7 [2020-07-30T04:42:32.508Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-07-30T04:42:34.766Z] ---> b7ed33b3b509 [2020-07-30T04:42:34.766Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-07-30T04:42:34.766Z] ---> Running in 650fbe783b9a [2020-07-30T04:42:35.089Z] Removing intermediate container 86437a545e44 [2020-07-30T04:42:35.089Z] ---> 7f02565a676c [2020-07-30T04:42:35.089Z] [2020-07-30T04:42:35.089Z] Step 9/29 : FROM alpine:latest [2020-07-30T04:42:35.089Z] ---> a24bb4013296 [2020-07-30T04:42:35.089Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-07-30T04:42:35.719Z] ---> Running in ed7d920feec5 [2020-07-30T04:42:35.993Z] Removing intermediate container ed7d920feec5 [2020-07-30T04:42:35.993Z] ---> 1d07e6118ba1 [2020-07-30T04:42:35.993Z] Step 11/29 : USER root [2020-07-30T04:42:36.317Z] ---> Running in 14746f3c0436 [2020-07-30T04:42:36.610Z] Removing intermediate container 14746f3c0436 [2020-07-30T04:42:36.610Z] ---> e8db87771709 [2020-07-30T04:42:36.610Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-07-30T04:42:36.920Z] ---> Running in c72cde42977b [2020-07-30T04:42:38.932Z] Removing intermediate container 650fbe783b9a [2020-07-30T04:42:38.932Z] ---> b041a94bee9e [2020-07-30T04:42:38.932Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-07-30T04:42:38.932Z] ---> Running in f16ee1983c19 [2020-07-30T04:42:38.932Z] Removing intermediate container b3ac91c30599 [2020-07-30T04:42:38.932Z] ---> fb7313948ba3 [2020-07-30T04:42:38.932Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-07-30T04:42:39.262Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-30T04:42:39.263Z] ---> Running in 17eb88400483 [2020-07-30T04:42:39.551Z] Removing intermediate container f16ee1983c19 [2020-07-30T04:42:39.551Z] ---> 49b567b24d2c [2020-07-30T04:42:39.551Z] Step 24/26 : LABEL arch=x86_64 [2020-07-30T04:42:39.551Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-30T04:42:39.551Z] ---> Running in f4301c4eb498 [2020-07-30T04:42:40.170Z] Removing intermediate container f4301c4eb498 [2020-07-30T04:42:40.170Z] ---> b229b6f8ed1f [2020-07-30T04:42:40.170Z] Step 25/26 : LABEL git_sha=4605f6cf6e929e1ee115c81c735f5b828accc975 [2020-07-30T04:42:40.170Z] v3.12.0-185-gb4b2a5e482 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-07-30T04:42:40.170Z] v3.12.0-186-g2cd07a16f7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-07-30T04:42:40.170Z] OK: 12749 distinct packages available [2020-07-30T04:42:40.170Z] ---> Running in f60c014e351f [2020-07-30T04:42:40.170Z] 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-07-30T04:42:40.444Z] (1/2) Installing ca-certificates (20191127-r4) [2020-07-30T04:42:40.444Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-07-30T04:42:40.444Z] Executing busybox-1.31.1-r16.trigger [2020-07-30T04:42:40.444Z] Executing ca-certificates-20191127-r4.trigger [2020-07-30T04:42:40.444Z] OK: 6 MiB in 16 packages [2020-07-30T04:42:40.760Z] Removing intermediate container f60c014e351f [2020-07-30T04:42:40.760Z] ---> d524ef1e866d [2020-07-30T04:42:40.760Z] Step 26/26 : LABEL version=0.0.0 [2020-07-30T04:42:41.841Z] ---> Running in e5bdee01cf3d [2020-07-30T04:42:42.207Z] Removing intermediate container e5bdee01cf3d [2020-07-30T04:42:42.207Z] ---> d1b4e1e445b6 [2020-07-30T04:42:42.207Z] [2020-07-30T04:42:42.207Z] Successfully built d1b4e1e445b6 [2020-07-30T04:42:42.504Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-07-30T04:42:42.775Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container c72cde42977b [2020-07-30T04:42:42.775Z] ---> e0485767bef2 [2020-07-30T04:42:42.775Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-07-30T04:42:43.062Z] ---> Running in ca95706a7f09 [2020-07-30T04:42:45.011Z] Removing intermediate container ca95706a7f09 [2020-07-30T04:42:45.011Z] ---> 62966d5622e9 [2020-07-30T04:42:45.011Z] Step 14/29 : WORKDIR $BASE_DIR [2020-07-30T04:42:45.011Z] Removing intermediate container 17eb88400483 [2020-07-30T04:42:45.011Z] ---> 826752079524 [2020-07-30T04:42:45.011Z] [2020-07-30T04:42:45.011Z] Step 11/26 : FROM docker:latest [2020-07-30T04:42:45.011Z] ---> 81f5749c9058 [2020-07-30T04:42:45.011Z] Step 12/26 : RUN apk add --no-cache bash [2020-07-30T04:42:45.011Z] ---> Running in c2077fb06003 [2020-07-30T04:42:45.011Z] ---> Running in 93ff933bd23d [2020-07-30T04:42:45.640Z] Removing intermediate container 93ff933bd23d [2020-07-30T04:42:45.640Z] ---> f700d3d3dd34 [2020-07-30T04:42:45.640Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-07-30T04:42:45.640Z] ---> Running in cfcf90a512b1 [2020-07-30T04:42:45.954Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-30T04:42:46.244Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-30T04:42:46.516Z] (1/2) Installing readline (8.0.4-r0) [2020-07-30T04:42:46.516Z] (2/2) Installing bash (5.0.17-r0) [2020-07-30T04:42:46.516Z] Executing bash-5.0.17-r0.post-install [2020-07-30T04:42:46.794Z] Executing busybox-1.31.1-r16.trigger [2020-07-30T04:42:46.794Z] OK: 12 MiB in 22 packages [2020-07-30T04:42:48.784Z] Removing intermediate container 704281f84d3a [2020-07-30T04:42:48.784Z] ---> 3a8273c4fcf5 [2020-07-30T04:42:48.784Z] [2020-07-30T04:42:48.784Z] Step 10/22 : FROM alpine [2020-07-30T04:42:48.784Z] ---> a24bb4013296 [2020-07-30T04:42:48.784Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-30T04:42:48.784Z] Removing intermediate container cfcf90a512b1 [2020-07-30T04:42:48.784Z] ---> 567cc5d0cc87 [2020-07-30T04:42:48.784Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-07-30T04:42:48.784Z] ---> Running in 781dd5d5eef8 [2020-07-30T04:42:48.784Z] Removing intermediate container c2077fb06003 [2020-07-30T04:42:48.784Z] ---> 0724e0b3d888 [2020-07-30T04:42:48.784Z] Step 13/26 : RUN rm -rf /var/cache/apk/* [2020-07-30T04:42:48.784Z] ---> Running in e7d89338765c [2020-07-30T04:42:49.046Z] Removing intermediate container 781dd5d5eef8 [2020-07-30T04:42:49.046Z] ---> 56ff6c812f92 [2020-07-30T04:42:49.046Z] Step 12/22 : ENV APP_PORT=48080 [2020-07-30T04:42:49.325Z] ---> Running in fb9951e93cff [2020-07-30T04:42:49.325Z] ---> 70a213a69280 [2020-07-30T04:42:49.325Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-07-30T04:42:49.606Z] Removing intermediate container fb9951e93cff [2020-07-30T04:42:49.606Z] ---> ec1b23555ba6 [2020-07-30T04:42:49.606Z] Step 13/22 : EXPOSE $APP_PORT [2020-07-30T04:42:49.606Z] ---> Running in 76e8023c149a [2020-07-30T04:42:49.929Z] ---> 746b9703cd45 [2020-07-30T04:42:49.929Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-07-30T04:42:50.228Z] Removing intermediate container 76e8023c149a [2020-07-30T04:42:50.228Z] ---> 44207b39c87b [2020-07-30T04:42:50.228Z] Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-30T04:42:50.228Z] ---> Running in ffd1811ce33f [2020-07-30T04:42:50.847Z] ---> aaeafb56d2d5 [2020-07-30T04:42:50.847Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-07-30T04:42:51.196Z] Removing intermediate container e7d89338765c [2020-07-30T04:42:51.196Z] ---> da0d7b854173 [2020-07-30T04:42:51.196Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-07-30T04:42:51.196Z] ---> Running in 8a7334472603 [2020-07-30T04:42:51.797Z] ---> 21e8e35c6f2e [2020-07-30T04:42:51.797Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-07-30T04:42:51.797Z] Removing intermediate container 8a7334472603 [2020-07-30T04:42:51.797Z] ---> 20fa76822361 [2020-07-30T04:42:51.797Z] Step 15/26 : ENV APP_PORT=48090 [2020-07-30T04:42:51.797Z] ---> Running in 8ad1ae60bd1a [2020-07-30T04:42:52.075Z] Removing intermediate container 8ad1ae60bd1a [2020-07-30T04:42:52.075Z] ---> d4a811cdff16 [2020-07-30T04:42:52.075Z] Step 16/26 : EXPOSE $APP_PORT [2020-07-30T04:42:52.345Z] ---> 3245d718094b [2020-07-30T04:42:52.346Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-07-30T04:42:52.346Z] ---> Running in c022b0422865 [2020-07-30T04:42:52.346Z] ---> Running in 7a3e437efb87 [2020-07-30T04:42:52.609Z] Removing intermediate container ffd1811ce33f [2020-07-30T04:42:52.610Z] ---> 8b892965f1f0 [2020-07-30T04:42:52.610Z] Step 15/22 : RUN apk --no-cache add zeromq [2020-07-30T04:42:52.610Z] ---> Running in 7b004452a116 [2020-07-30T04:42:52.610Z] Removing intermediate container c022b0422865 [2020-07-30T04:42:52.610Z] ---> bcc5671c4b00 [2020-07-30T04:42:52.610Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-07-30T04:42:53.617Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-30T04:42:53.617Z] ---> 6de000269fc9 [2020-07-30T04:42:53.617Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-07-30T04:42:55.616Z] ---> 048f2acf7359 [2020-07-30T04:42:55.616Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-07-30T04:42:55.616Z] Removing intermediate container 7a3e437efb87 [2020-07-30T04:42:55.616Z] ---> 9b87607ed5d6 [2020-07-30T04:42:55.616Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-07-30T04:42:56.210Z] ---> 04fd0f6d88b1 [2020-07-30T04:42:56.210Z] ---> 4a5d98cdc691 [2020-07-30T04:42:56.211Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-07-30T04:42:56.211Z] Step 20/26 : RUN apk --no-cache add py-pip [2020-07-30T04:42:56.211Z] ---> Running in 7674820d6629 [2020-07-30T04:42:56.211Z] ---> Running in 99af53a2d479 [2020-07-30T04:42:57.176Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-30T04:42:57.176Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-30T04:42:57.446Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-07-30T04:42:57.446Z] (2/33) Installing expat (2.2.9-r1) [2020-07-30T04:42:57.446Z] (3/33) Installing libffi (3.3-r2) [2020-07-30T04:42:57.446Z] (4/33) Installing gdbm (1.13-r1) [2020-07-30T04:42:57.446Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-07-30T04:42:57.446Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-07-30T04:42:57.446Z] (7/33) Installing python3 (3.8.5-r0) [2020-07-30T04:42:58.088Z] Removing intermediate container 99af53a2d479 [2020-07-30T04:42:58.088Z] ---> 5e5cda44d841 [2020-07-30T04:42:58.088Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-07-30T04:43:00.043Z] ---> Running in f8c1ac781037 [2020-07-30T04:43:00.320Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-07-30T04:43:00.321Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-07-30T04:43:00.321Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-07-30T04:43:00.321Z] (11/33) Installing py3-six (1.15.0-r0) [2020-07-30T04:43:00.321Z] (12/33) Installing py3-packaging (20.4-r0) [2020-07-30T04:43:00.321Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-07-30T04:43:00.321Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-07-30T04:43:00.591Z] (15/33) Installing py3-idna (2.9-r0) [2020-07-30T04:43:00.591Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-07-30T04:43:00.591Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-07-30T04:43:00.591Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-07-30T04:43:00.591Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-07-30T04:43:00.591Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-07-30T04:43:00.591Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-07-30T04:43:00.859Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-07-30T04:43:00.859Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-07-30T04:43:00.859Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-07-30T04:43:00.859Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-07-30T04:43:00.860Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-07-30T04:43:00.860Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-07-30T04:43:00.860Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-07-30T04:43:00.860Z] (29/33) Installing py3-progress (1.5-r0) [2020-07-30T04:43:00.860Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-07-30T04:43:00.860Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-07-30T04:43:00.860Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-07-30T04:43:00.860Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-07-30T04:43:01.229Z] Executing busybox-1.31.1-r16.trigger [2020-07-30T04:43:01.229Z] OK: 71 MiB in 55 packages [2020-07-30T04:43:04.633Z] Removing intermediate container f8c1ac781037 [2020-07-30T04:43:04.633Z] ---> 30f89acd393a [2020-07-30T04:43:04.633Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-07-30T04:43:04.966Z] ---> Running in 806b40bbc717 [2020-07-30T04:43:06.950Z] Removing intermediate container 806b40bbc717 [2020-07-30T04:43:06.950Z] ---> ad2502d91f24 [2020-07-30T04:43:06.950Z] Step 26/29 : CMD [ "generate" ] [2020-07-30T04:43:08.357Z] ---> Running in 24b5e29a7700 [2020-07-30T04:43:08.641Z] Removing intermediate container 7674820d6629 [2020-07-30T04:43:08.641Z] ---> e83e51dff845 [2020-07-30T04:43:08.641Z] Step 21/26 : RUN pip install docker-compose==1.23.2 [2020-07-30T04:43:08.918Z] ---> Running in 41c92926a9ab [2020-07-30T04:43:08.918Z] Removing intermediate container 24b5e29a7700 [2020-07-30T04:43:08.918Z] ---> 8d5f7f53fd90 [2020-07-30T04:43:08.918Z] Step 27/29 : LABEL arch=x86_64 [2020-07-30T04:43:08.918Z] ---> Running in bfa87f5404a5 [2020-07-30T04:43:09.183Z] Removing intermediate container bfa87f5404a5 [2020-07-30T04:43:09.183Z] ---> 7a18cec511a1 [2020-07-30T04:43:09.183Z] Step 28/29 : LABEL git_sha=4605f6cf6e929e1ee115c81c735f5b828accc975 [2020-07-30T04:43:09.183Z] ---> Running in fedd88e6cf4a [2020-07-30T04:43:09.447Z] Removing intermediate container fedd88e6cf4a [2020-07-30T04:43:09.447Z] ---> 5321bb28996b [2020-07-30T04:43:09.447Z] Step 29/29 : LABEL version=0.0.0 [2020-07-30T04:43:09.447Z] ---> Running in 6c92cd1c944e [2020-07-30T04:43:09.720Z] Removing intermediate container 6c92cd1c944e [2020-07-30T04:43:09.720Z] ---> 5fddda01e87c [2020-07-30T04:43:09.720Z] [2020-07-30T04:43:09.982Z] Successfully built 5fddda01e87c [2020-07-30T04:43:09.982Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-07-30T04:43:10.555Z]  Building docker-security-secrets-setup-go ... done Collecting docker-compose==1.23.2 [2020-07-30T04:43:10.555Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-07-30T04:43:10.816Z] Collecting websocket-client<1.0,>=0.32.0 [2020-07-30T04:43:10.816Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-07-30T04:43:11.079Z] Collecting docopt<0.7,>=0.6.1 [2020-07-30T04:43:11.079Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-07-30T04:43:11.653Z] Collecting texttable<0.10,>=0.9.0 [2020-07-30T04:43:11.653Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-07-30T04:43:12.226Z] Collecting cached-property<2,>=1.2.0 [2020-07-30T04:43:12.226Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-07-30T04:43:12.535Z] Collecting PyYAML<4,>=3.10 [2020-07-30T04:43:12.535Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-07-30T04:43:13.954Z] Collecting docker<4.0,>=3.6.0 [2020-07-30T04:43:13.954Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-07-30T04:43:13.954Z] 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-07-30T04:43:13.954Z] Collecting jsonschema<3,>=2.5.1 [2020-07-30T04:43:13.954Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-07-30T04:43:14.216Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-07-30T04:43:14.216Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-07-30T04:43:14.478Z] Collecting dockerpty<0.5,>=0.4.1 [2020-07-30T04:43:14.478Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-07-30T04:43:15.063Z] Collecting docker-pycreds>=0.4.0 [2020-07-30T04:43:15.063Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-07-30T04:43:15.063Z] Collecting urllib3<1.25,>=1.21.1 [2020-07-30T04:43:15.063Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-07-30T04:43:15.327Z] Collecting idna<2.8,>=2.5 [2020-07-30T04:43:15.327Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-07-30T04:43:15.327Z] 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-07-30T04:43:15.327Z] 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-07-30T04:43:15.327Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-07-30T04:43:15.327Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-07-30T04:43:15.327Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-07-30T04:43:15.327Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-07-30T04:43:15.593Z] Installing collected packages: websocket-client, docopt, texttable, cached-property, PyYAML, urllib3, idna, requests, docker-pycreds, docker, jsonschema, dockerpty, docker-compose [2020-07-30T04:43:15.858Z] Running setup.py install for docopt: started [2020-07-30T04:43:16.438Z] Running setup.py install for docopt: finished with status 'done' [2020-07-30T04:43:16.438Z] Running setup.py install for texttable: started [2020-07-30T04:43:17.016Z] Running setup.py install for texttable: finished with status 'done' [2020-07-30T04:43:17.016Z] Running setup.py install for PyYAML: started [2020-07-30T04:43:18.008Z] Running setup.py install for PyYAML: finished with status 'done' [2020-07-30T04:43:18.008Z] Attempting uninstall: urllib3 [2020-07-30T04:43:18.008Z] Found existing installation: urllib3 1.25.9 [2020-07-30T04:43:18.008Z] Uninstalling urllib3-1.25.9: [2020-07-30T04:43:18.008Z] Successfully uninstalled urllib3-1.25.9 [2020-07-30T04:43:18.008Z] Attempting uninstall: idna [2020-07-30T04:43:18.008Z] Found existing installation: idna 2.9 [2020-07-30T04:43:18.008Z] Uninstalling idna-2.9: [2020-07-30T04:43:18.008Z] Successfully uninstalled idna-2.9 [2020-07-30T04:43:18.370Z] Attempting uninstall: requests [2020-07-30T04:43:18.370Z] Found existing installation: requests 2.23.0 [2020-07-30T04:43:18.370Z] Uninstalling requests-2.23.0: [2020-07-30T04:43:18.370Z] Successfully uninstalled requests-2.23.0 [2020-07-30T04:43:19.351Z] Running setup.py install for dockerpty: started [2020-07-30T04:43:19.971Z] Running setup.py install for dockerpty: finished with status 'done' [2020-07-30T04:43:20.238Z] 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-07-30T04:43:24.520Z] Removing intermediate container 41c92926a9ab [2020-07-30T04:43:24.520Z] ---> 1aae32936d7d [2020-07-30T04:43:24.520Z] Step 22/26 : RUN apk --no-cache add curl [2020-07-30T04:43:24.520Z] ---> Running in 47bf6331e549 [2020-07-30T04:43:25.664Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-30T04:43:25.936Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-30T04:43:26.220Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-07-30T04:43:26.220Z] (2/3) Installing libcurl (7.69.1-r0) [2020-07-30T04:43:26.220Z] (3/3) Installing curl (7.69.1-r0) [2020-07-30T04:43:26.220Z] Executing busybox-1.31.1-r16.trigger [2020-07-30T04:43:26.220Z] OK: 72 MiB in 58 packages [2020-07-30T04:43:26.802Z] Removing intermediate container 47bf6331e549 [2020-07-30T04:43:26.802Z] ---> 1264aeff10cb [2020-07-30T04:43:26.802Z] Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-30T04:43:27.080Z] ---> Running in 1b4b8ab7eb5a [2020-07-30T04:43:27.080Z] Removing intermediate container 1b4b8ab7eb5a [2020-07-30T04:43:27.080Z] ---> 6c5c38a21bce [2020-07-30T04:43:27.080Z] Step 24/26 : LABEL arch=x86_64 [2020-07-30T04:43:27.353Z] ---> Running in 92c2d0bd8b1b [2020-07-30T04:43:27.353Z] Removing intermediate container 92c2d0bd8b1b [2020-07-30T04:43:27.353Z] ---> 96dff2e18dc4 [2020-07-30T04:43:27.353Z] Step 25/26 : LABEL git_sha=4605f6cf6e929e1ee115c81c735f5b828accc975 [2020-07-30T04:43:27.353Z] ---> Running in efc161f3c67a [2020-07-30T04:43:27.655Z] Removing intermediate container efc161f3c67a [2020-07-30T04:43:27.655Z] ---> e054794f91cf [2020-07-30T04:43:27.655Z] Step 26/26 : LABEL version=0.0.0 [2020-07-30T04:43:27.945Z] ---> Running in abd99f7d318e [2020-07-30T04:43:27.945Z] Removing intermediate container abd99f7d318e [2020-07-30T04:43:27.945Z] ---> 10c735b88db9 [2020-07-30T04:43:27.945Z] [2020-07-30T04:43:28.208Z] Successfully built 10c735b88db9 [2020-07-30T04:43:28.208Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-07-30T04:43:56.988Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-30T04:43:56.988Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-07-30T04:43:56.988Z] ---> 0e290c36a9f5 [2020-07-30T04:43:56.988Z] Step 3/20 : WORKDIR /edgex-go [2020-07-30T04:43:56.988Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-30T04:43:56.988Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-07-30T04:43:56.988Z] ---> 0e290c36a9f5 [2020-07-30T04:43:56.988Z] Step 3/26 : WORKDIR /edgex-go [2020-07-30T04:43:56.988Z] Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-30T04:43:56.988Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-07-30T04:43:56.988Z] ---> 0e290c36a9f5 [2020-07-30T04:43:56.988Z] Step 3/29 : WORKDIR /edgex-go [2020-07-30T04:43:56.988Z] Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-30T04:43:56.988Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-07-30T04:43:56.988Z] ---> 0e290c36a9f5 [2020-07-30T04:43:56.988Z] Step 3/23 : WORKDIR /edgex-go [2020-07-30T04:43:56.988Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-30T04:43:56.988Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-30T04:43:56.988Z] ---> 0e290c36a9f5 [2020-07-30T04:43:56.988Z] Step 3/21 : WORKDIR /edgex-go [2020-07-30T04:43:56.988Z] ---> Running in 20ed2a2c3d5b [2020-07-30T04:43:56.988Z] ---> Running in 42edf9822d0e [2020-07-30T04:43:56.988Z] ---> Running in 6403065474b8 [2020-07-30T04:43:56.988Z] ---> Running in ce581b8f5379 [2020-07-30T04:43:56.988Z] ---> Running in 8aef0139e6c6 [2020-07-30T04:43:56.988Z] Removing intermediate container 6403065474b8 [2020-07-30T04:43:56.988Z] ---> ff8d594bf55e [2020-07-30T04:43:56.988Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-30T04:43:56.988Z] Removing intermediate container 20ed2a2c3d5b [2020-07-30T04:43:56.988Z] ---> 6225e78e1dac [2020-07-30T04:43:56.988Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-30T04:43:56.988Z] Removing intermediate container 8aef0139e6c6 [2020-07-30T04:43:56.988Z] ---> c83f0d71992b [2020-07-30T04:43:56.988Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-30T04:43:56.988Z] Removing intermediate container 42edf9822d0e [2020-07-30T04:43:56.988Z] Removing intermediate container ce581b8f5379 [2020-07-30T04:43:56.988Z] ---> e2d0e523f573 [2020-07-30T04:43:56.988Z] ---> ddab05d24d04 [2020-07-30T04:43:56.988Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesStep 4/29 : RUN apk update && apk add make git [2020-07-30T04:43:56.988Z] [2020-07-30T04:43:56.988Z] ---> Running in 7fe6b3c503bf [2020-07-30T04:43:56.988Z] ---> Running in edf2998f883b [2020-07-30T04:43:56.988Z] ---> Running in aea31d888358 [2020-07-30T04:43:56.988Z] ---> Running in 93365231c743 [2020-07-30T04:43:56.988Z] ---> Running in 10cee1afad78 [2020-07-30T04:43:56.988Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-30T04:43:56.988Z] Removing intermediate container 7fe6b3c503bf [2020-07-30T04:43:56.988Z] ---> 79e04f172d44 [2020-07-30T04:43:56.988Z] Step 5/20 : RUN apk update && apk add make git [2020-07-30T04:43:56.988Z] ---> Running in 7ab335001936 [2020-07-30T04:43:56.988Z] Removing intermediate container edf2998f883b [2020-07-30T04:43:56.988Z] ---> 9731eb225e8c [2020-07-30T04:43:56.988Z] Step 5/21 : RUN apk update && apk add make && apk add bash git [2020-07-30T04:43:56.988Z] ---> Running in 4455a6a1c0a2 [2020-07-30T04:43:56.988Z] Removing intermediate container aea31d888358 [2020-07-30T04:43:56.988Z] ---> 74b490e7960f [2020-07-30T04:43:56.988Z] Step 5/23 : RUN apk update && apk add make bash git ca-certificates [2020-07-30T04:43:56.988Z] ---> Running in 2638c0b11b02 [2020-07-30T04:43:56.988Z] Removing intermediate container 93365231c743 [2020-07-30T04:43:56.988Z] ---> 960b94cbe8a4 [2020-07-30T04:43:56.988Z] Step 5/26 : RUN apk update && apk add make git [2020-07-30T04:43:56.988Z] ---> Running in 945487d59f62 [2020-07-30T04:43:56.988Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-30T04:43:56.988Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-30T04:43:56.988Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-30T04:43:56.988Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-30T04:45:04.780Z]  Building docker-sys-mgmt-agent-go ... done WARNING: Ignoring http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz: operation timed out [2020-07-30T04:45:04.780Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-30T04:45:04.780Z] ERROR: unsatisfiable constraints: [2020-07-30T04:45:04.780Z]  zeromq (missing): [2020-07-30T04:45:04.780Z] required by: world[zeromq] [2020-07-30T04:45:04.780Z] [2020-07-30T04:45:04.780Z] ERROR: for docker-core-data-go (, "The command '/bin/sh -c apk --no-cache add zeromq' returned a non-zero code: 1") [2020-07-30T04:45:04.780Z] Service 'docker-core-data-go' failed to build: The command '/bin/sh -c apk --no-cache add zeromq' returned a non-zero code: 1 [Pipeline] } [2020-07-30T04:45:04.810Z] $ docker stop --time=1 3aa45d06fe0957846b55d3d812b812a80204cb23a7a7116b06cc07e08197eb37 [2020-07-30T04:45:04.951Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-30T04:45:04.951Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-30T04:45:04.951Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-30T04:45:04.951Z] OK: 12620 distinct packages available [2020-07-30T04:45:04.951Z] OK: 217 MiB in 51 packages [2020-07-30T04:45:04.951Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-30T04:45:04.951Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-30T04:45:04.951Z] Removing intermediate container 10cee1afad78 [2020-07-30T04:45:04.951Z] ---> 2f2ba523de54 [2020-07-30T04:45:04.951Z] Step 5/29 : COPY go.mod . [2020-07-30T04:45:04.951Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-30T04:45:04.951Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-30T04:45:04.951Z] OK: 12620 distinct packages available [2020-07-30T04:45:04.951Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-30T04:45:04.951Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-30T04:45:04.951Z] OK: 12620 distinct packages available [2020-07-30T04:45:04.951Z] ---> a119235729e0 [2020-07-30T04:45:04.951Z] Step 6/29 : RUN go mod download [2020-07-30T04:45:04.951Z] OK: 217 MiB in 51 packages [2020-07-30T04:45:04.951Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-30T04:45:04.951Z] OK: 217 MiB in 51 packages [2020-07-30T04:45:04.951Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-30T04:45:04.951Z] ---> Running in f1f82ad809b2 [2020-07-30T04:45:04.951Z] OK: 217 MiB in 51 packages [2020-07-30T04:45:04.951Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-30T04:45:04.951Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-30T04:45:04.951Z] OK: 12620 distinct packages available [2020-07-30T04:45:04.951Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-30T04:45:04.951Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-30T04:45:04.951Z] OK: 12620 distinct packages available [2020-07-30T04:45:04.951Z] Removing intermediate container 7ab335001936 [2020-07-30T04:45:04.951Z] ---> c1728a66b5f4 [2020-07-30T04:45:04.951Z] Step 6/20 : COPY go.mod . [2020-07-30T04:45:04.951Z] OK: 217 MiB in 51 packages [2020-07-30T04:45:04.951Z] OK: 217 MiB in 51 packages [2020-07-30T04:45:04.951Z] Removing intermediate container 4455a6a1c0a2 [2020-07-30T04:45:04.951Z] ---> ac88fd596995 [2020-07-30T04:45:04.951Z] Step 6/21 : COPY go.mod . [2020-07-30T04:45:04.951Z] ---> 8bcaa8a70aac [2020-07-30T04:45:04.951Z] Step 7/20 : RUN go mod download [2020-07-30T04:45:04.951Z] ---> Running in dfa97dcc4a10 [2020-07-30T04:45:05.247Z] ---> e7e09932a7db [2020-07-30T04:45:05.247Z] Step 7/21 : RUN go mod download [2020-07-30T04:45:05.519Z] Removing intermediate container 945487d59f62 [2020-07-30T04:45:05.519Z] ---> 7b0c78d19c79 [2020-07-30T04:45:05.519Z] Step 6/26 : COPY go.mod . [2020-07-30T04:45:05.519Z] ---> Running in 29dc546244de [2020-07-30T04:45:05.798Z] Removing intermediate container 2638c0b11b02 [2020-07-30T04:45:05.798Z] ---> e201fa83883b [2020-07-30T04:45:05.798Z] Step 6/23 : COPY go.mod . [2020-07-30T04:45:06.405Z] Removing intermediate container f1f82ad809b2 [2020-07-30T04:45:06.405Z] ---> 5a48bb53aaa2 [2020-07-30T04:45:06.405Z] Step 7/29 : COPY . . [2020-07-30T04:45:06.688Z] ---> 0df6b6dccf55 [2020-07-30T04:45:06.688Z] Step 7/26 : RUN go mod download [2020-07-30T04:45:06.963Z] $ docker rm -f 3aa45d06fe0957846b55d3d812b812a80204cb23a7a7116b06cc07e08197eb37 [2020-07-30T04:45:06.970Z] ---> 596224bc52cb [2020-07-30T04:45:06.970Z] Step 7/23 : RUN go mod download [2020-07-30T04:45:06.970Z] ---> Running in be15272a8699 [Pipeline] // withDockerContainer [Pipeline] } [2020-07-30T04:45:07.248Z] ---> Running in b4faf1149c15 [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-07-30T04:45:07.770Z] Failed in branch amd64 [2020-07-30T04:45:12.710Z] Removing intermediate container dfa97dcc4a10 [2020-07-30T04:45:12.710Z] ---> 2bf9301f9699 [2020-07-30T04:45:12.710Z] Step 8/20 : COPY . . [2020-07-30T04:45:14.712Z] Removing intermediate container 29dc546244de [2020-07-30T04:45:14.712Z] ---> 0f8a8b500b41 [2020-07-30T04:45:14.712Z] Step 8/21 : COPY . . [2020-07-30T04:45:16.690Z] Removing intermediate container be15272a8699 [2020-07-30T04:45:16.690Z] ---> 8e594691a5cf [2020-07-30T04:45:16.690Z] Step 8/26 : COPY . . [2020-07-30T04:45:16.690Z] Removing intermediate container b4faf1149c15 [2020-07-30T04:45:16.690Z] ---> 58793fe87fb4 [2020-07-30T04:45:16.690Z] Step 8/23 : COPY . . [2020-07-30T04:45:43.491Z] ---> afe2729346d1 [2020-07-30T04:45:43.491Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-07-30T04:45:43.491Z] ---> Running in b9d3b8137ca4 [2020-07-30T04:45:43.491Z] ---> d63307d0989c [2020-07-30T04:45:43.491Z] Step 9/20 : RUN make cmd/support-scheduler/support-scheduler [2020-07-30T04:45:43.491Z] ---> c8bd5ab883bd [2020-07-30T04:45:43.491Z] 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-07-30T04:45:43.491Z] ---> 9b4ca4362e98 [2020-07-30T04:45:43.491Z] Step 9/21 : RUN make cmd/support-logging/support-logging [2020-07-30T04:45:43.491Z] ---> Running in 9033d82bae34 [2020-07-30T04:45:43.491Z] ---> 9ea1d112eaae [2020-07-30T04:45:43.491Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2020-07-30T04:45:43.491Z] ---> Running in b42ec24c30fa [2020-07-30T04:45:43.491Z] ---> Running in 7aab39e5d7d2 [2020-07-30T04:45:43.491Z] ---> Running in c30678991cbc [2020-07-30T04:45:43.491Z] 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-07-30T04:45:43.764Z] 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-07-30T04:45:44.375Z] 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-07-30T04:45:44.375Z] 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-07-30T04:45:44.654Z] 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-07-30T04:47:06.503Z] 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-07-30T04:47:06.503Z] Removing intermediate container b9d3b8137ca4 [2020-07-30T04:47:06.503Z] ---> 89875730af49 [2020-07-30T04:47:06.503Z] [2020-07-30T04:47:06.503Z] Step 9/29 : FROM alpine:latest [2020-07-30T04:47:06.503Z] latest: Pulling from library/alpine [2020-07-30T04:47:06.503Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-07-30T04:47:06.503Z] Status: Downloaded newer image for alpine:latest [2020-07-30T04:47:06.503Z] ---> 62ee0e9f8440 [2020-07-30T04:47:06.503Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-07-30T04:47:06.503Z] ---> Running in 26dbebde2f8a [2020-07-30T04:47:06.503Z] Removing intermediate container 26dbebde2f8a [2020-07-30T04:47:06.503Z] ---> 6675c33e2b0b [2020-07-30T04:47:06.503Z] Step 11/29 : USER root [2020-07-30T04:47:06.503Z] ---> Running in 0bb231924167 [2020-07-30T04:47:06.503Z] Removing intermediate container 0bb231924167 [2020-07-30T04:47:06.503Z] ---> 753222147f1e [2020-07-30T04:47:06.503Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-07-30T04:47:06.503Z] ---> Running in beef9b7f1629 [2020-07-30T04:47:07.962Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-30T04:47:08.242Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-30T04:47:09.232Z] v3.12.0-185-gb4b2a5e482 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-07-30T04:47:09.232Z] v3.12.0-186-g2cd07a16f7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-07-30T04:47:09.232Z] OK: 12620 distinct packages available [2020-07-30T04:47:10.223Z] (1/2) Installing ca-certificates (20191127-r4) [2020-07-30T04:47:10.223Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-07-30T04:47:10.223Z] Executing busybox-1.31.1-r16.trigger [2020-07-30T04:47:10.223Z] Executing ca-certificates-20191127-r4.trigger [2020-07-30T04:47:10.827Z] OK: 6 MiB in 16 packages [2020-07-30T04:47:13.471Z] Removing intermediate container beef9b7f1629 [2020-07-30T04:47:13.471Z] ---> a0056831d032 [2020-07-30T04:47:13.471Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-07-30T04:47:13.471Z] ---> Running in e9b744e3d46d [2020-07-30T04:47:14.076Z] Removing intermediate container e9b744e3d46d [2020-07-30T04:47:14.076Z] ---> 10ff527066b4 [2020-07-30T04:47:14.076Z] Step 14/29 : WORKDIR $BASE_DIR [2020-07-30T04:47:14.357Z] ---> Running in d9414692069a [2020-07-30T04:47:15.350Z] 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-07-30T04:47:15.350Z] Removing intermediate container d9414692069a [2020-07-30T04:47:15.350Z] ---> 4c0d75d47288 [2020-07-30T04:47:15.350Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-07-30T04:47:15.631Z] ---> Running in c62362664e88 [2020-07-30T04:47:21.074Z] Removing intermediate container 7aab39e5d7d2 [2020-07-30T04:47:21.074Z] ---> 7e48289947fe [2020-07-30T04:47:21.074Z] [2020-07-30T04:47:21.074Z] Step 10/21 : FROM scratch [2020-07-30T04:47:21.074Z] ---> [2020-07-30T04:47:21.074Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-07-30T04:47:21.074Z] ---> Running in 73809cf4c35c [2020-07-30T04:47:21.074Z] Removing intermediate container c62362664e88 [2020-07-30T04:47:21.074Z] ---> dfa8ad5ef6e8 [2020-07-30T04:47:21.074Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-07-30T04:47:21.352Z] Removing intermediate container 73809cf4c35c [2020-07-30T04:47:21.352Z] ---> d0fd55ce6f00 [2020-07-30T04:47:21.352Z] Step 12/21 : ENV APP_PORT=48061 [2020-07-30T04:47:21.352Z] ---> Running in 8f172a956708 [2020-07-30T04:47:22.358Z] Removing intermediate container 8f172a956708 [2020-07-30T04:47:22.358Z] ---> 4d39d948eb48 [2020-07-30T04:47:22.358Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-30T04:47:22.648Z] ---> Running in 3d3bfa236930 [2020-07-30T04:47:22.932Z] ---> 05b83de3a06c [2020-07-30T04:47:22.932Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-07-30T04:47:23.212Z] Removing intermediate container 3d3bfa236930 [2020-07-30T04:47:23.212Z] ---> f85c8fe29749 [2020-07-30T04:47:23.212Z] Step 14/21 : COPY --from=builder /bin/bash /bin/bash [2020-07-30T04:47:24.215Z] ---> 85f574dc97ea [2020-07-30T04:47:24.215Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-07-30T04:47:24.824Z] ---> 30bedf6238fe [2020-07-30T04:47:24.824Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-07-30T04:47:25.431Z] ---> f8b14c793a98 [2020-07-30T04:47:25.431Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-07-30T04:47:26.880Z] ---> ec7891378020 [2020-07-30T04:47:26.880Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-07-30T04:47:26.880Z] ---> 632f34c606b4 [2020-07-30T04:47:26.880Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-07-30T04:47:29.510Z] ---> 27d7c5fe764b [2020-07-30T04:47:29.510Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-07-30T04:47:29.510Z] Removing intermediate container b42ec24c30fa [2020-07-30T04:47:29.510Z] ---> 7b8b4bcc7ec5 [2020-07-30T04:47:29.510Z] [2020-07-30T04:47:29.510Z] Step 10/26 : FROM alpine:3.10 [2020-07-30T04:47:29.510Z] ---> 55f797b64087 [2020-07-30T04:47:29.510Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-07-30T04:47:29.510Z] ---> Running in 6880baaa96df [2020-07-30T04:47:29.784Z] 3.10: Pulling from library/alpine [2020-07-30T04:47:30.782Z] ---> 6c5e6e4cb5c9 [2020-07-30T04:47:30.782Z] Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-30T04:47:31.378Z] ---> Running in 79c2c289980d [2020-07-30T04:47:31.378Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-07-30T04:47:31.378Z] Status: Downloaded newer image for alpine:3.10 [2020-07-30T04:47:31.378Z] ---> 536a684cf733 [2020-07-30T04:47:31.378Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-07-30T04:47:31.974Z] ---> Running in d58dcebedba1 [2020-07-30T04:47:32.246Z] Removing intermediate container 79c2c289980d [2020-07-30T04:47:32.246Z] ---> e6eecb9a7d28 [2020-07-30T04:47:32.246Z] Step 19/21 : LABEL arch=arm64 [2020-07-30T04:47:32.850Z] ---> Running in aeae9fdd603f [2020-07-30T04:47:33.445Z] Removing intermediate container c30678991cbc [2020-07-30T04:47:33.445Z] ---> 8491ed79d6dc [2020-07-30T04:47:33.445Z] [2020-07-30T04:47:33.445Z] Step 10/23 : FROM scratch [2020-07-30T04:47:33.445Z] ---> [2020-07-30T04:47:33.445Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-07-30T04:47:33.445Z] ---> Using cache [2020-07-30T04:47:33.445Z] ---> d0fd55ce6f00 [2020-07-30T04:47:33.445Z] Step 12/23 : ENV APP_PORT=48060 [2020-07-30T04:47:33.445Z] Removing intermediate container aeae9fdd603f [2020-07-30T04:47:33.445Z] ---> 8396782065d9 [2020-07-30T04:47:33.445Z] Step 20/21 : LABEL git_sha=4605f6cf6e929e1ee115c81c735f5b828accc975 [2020-07-30T04:47:33.445Z] ---> Running in 7b2bcd79914c [2020-07-30T04:47:33.722Z] Removing intermediate container 6880baaa96df [2020-07-30T04:47:33.722Z] ---> 1d0af2839afd [2020-07-30T04:47:33.722Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-07-30T04:47:33.722Z] ---> Running in 187859baf004 [2020-07-30T04:47:34.323Z] Removing intermediate container 9033d82bae34 [2020-07-30T04:47:34.323Z] ---> bd996769392b [2020-07-30T04:47:34.323Z] [2020-07-30T04:47:34.323Z] Step 10/20 : FROM scratch [2020-07-30T04:47:34.323Z] ---> [2020-07-30T04:47:34.323Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-30T04:47:34.323Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-07-30T04:47:34.323Z] Removing intermediate container 7b2bcd79914c [2020-07-30T04:47:34.323Z] ---> c0b04f702f62 [2020-07-30T04:47:34.323Z] Step 13/23 : EXPOSE $APP_PORT [2020-07-30T04:47:34.323Z] ---> Running in 792b550edb2d [2020-07-30T04:47:34.323Z] ---> Running in 05dec8918882 [2020-07-30T04:47:34.595Z] Removing intermediate container 187859baf004 [2020-07-30T04:47:34.595Z] ---> bf3ca2b9567c [2020-07-30T04:47:34.595Z] Step 21/21 : LABEL version=0.0.0 [2020-07-30T04:47:34.595Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-07-30T04:47:34.874Z] ---> e064515199df [2020-07-30T04:47:34.874Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-07-30T04:47:34.874Z] ---> Running in 22faedb67a92 [2020-07-30T04:47:34.874Z] ---> Running in 9f83f77b6a07 [2020-07-30T04:47:35.162Z] v3.10.5-61-g2eb46eec7d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-07-30T04:47:35.162Z] v3.10.5-58-g477aae6b2f [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-07-30T04:47:35.162Z] OK: 10167 distinct packages available [2020-07-30T04:47:35.162Z] Removing intermediate container 792b550edb2d [2020-07-30T04:47:35.162Z] ---> 8e3da9d73784 [2020-07-30T04:47:35.162Z] Step 12/20 : ENV APP_PORT=48085 [2020-07-30T04:47:35.162Z] Removing intermediate container 05dec8918882 [2020-07-30T04:47:35.162Z] ---> 218183564dbd [2020-07-30T04:47:35.162Z] Step 14/23 : COPY --from=builder /bin/sh /bin/sh [2020-07-30T04:47:35.439Z] ---> Running in 31f9e0c9151c [2020-07-30T04:47:35.439Z] Removing intermediate container 22faedb67a92 [2020-07-30T04:47:35.439Z] ---> db0605263f49 [2020-07-30T04:47:35.439Z] [2020-07-30T04:47:35.719Z] (1/5) Installing ca-certificates (20191127-r2) [2020-07-30T04:47:36.013Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-07-30T04:47:36.013Z] (3/5) Installing libcurl (7.66.0-r0) [2020-07-30T04:47:36.013Z] (4/5) Installing curl (7.66.0-r0) [2020-07-30T04:47:36.013Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-07-30T04:47:36.013Z] Executing busybox-1.30.1-r3.trigger [2020-07-30T04:47:36.013Z] Executing ca-certificates-20191127-r2.trigger [2020-07-30T04:47:36.287Z] Removing intermediate container 31f9e0c9151c [2020-07-30T04:47:36.287Z] ---> 3458270e71af [2020-07-30T04:47:36.287Z] Step 13/20 : EXPOSE $APP_PORT [2020-07-30T04:47:36.287Z] OK: 7 MiB in 19 packages [2020-07-30T04:47:36.287Z] Successfully built db0605263f49 [2020-07-30T04:47:36.560Z] ---> Running in 626c290aac09 [2020-07-30T04:47:36.560Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-07-30T04:47:36.560Z]  Building docker-support-logging-go ... done Building docker-core-command-go [2020-07-30T04:47:36.560Z] ---> 2607ea3333ed [2020-07-30T04:47:36.560Z] Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-07-30T04:47:37.158Z] Removing intermediate container 626c290aac09 [2020-07-30T04:47:37.158Z] ---> 23c458e94767 [2020-07-30T04:47:37.158Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-07-30T04:47:39.146Z] ---> 989616a14200 [2020-07-30T04:47:39.146Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-07-30T04:47:39.428Z] Removing intermediate container d58dcebedba1 [2020-07-30T04:47:39.428Z] ---> ae16ecad97e1 [2020-07-30T04:47:39.428Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-07-30T04:47:39.722Z] ---> 02a892fd2d4f [2020-07-30T04:47:39.722Z] Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl [2020-07-30T04:47:40.027Z] Removing intermediate container 9f83f77b6a07 [2020-07-30T04:47:40.027Z] ---> a0b672a46514 [2020-07-30T04:47:40.027Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-07-30T04:47:40.628Z] ---> Running in afd6544a30a6 [2020-07-30T04:47:41.229Z] ---> Running in 4aff6d53c37c [2020-07-30T04:47:42.225Z] Removing intermediate container afd6544a30a6 [2020-07-30T04:47:42.226Z] ---> 8e0b250f8b89 [2020-07-30T04:47:42.226Z] Step 13/26 : WORKDIR / [2020-07-30T04:47:42.226Z] ---> f64e248a2b7f [2020-07-30T04:47:42.226Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-07-30T04:47:42.226Z] ---> f7a87a9aa41a [2020-07-30T04:47:42.226Z] Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-07-30T04:47:42.528Z] ---> Running in 623649fc957e [2020-07-30T04:47:43.970Z] ---> 72bf9136e03c [2020-07-30T04:47:43.970Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-07-30T04:47:44.572Z] Removing intermediate container 623649fc957e [2020-07-30T04:47:44.572Z] ---> 80247c5b1d56 [2020-07-30T04:47:44.572Z] 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-07-30T04:47:44.842Z] ---> ab36624400b8 [2020-07-30T04:47:44.842Z] Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-30T04:47:45.116Z] ---> Running in 1964bb96c487 [2020-07-30T04:47:45.708Z] ---> 8e635573beeb [2020-07-30T04:47:45.708Z] Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-07-30T04:47:45.708Z] ---> 4c93d37be076 [2020-07-30T04:47:45.708Z] 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-07-30T04:47:45.708Z] Removing intermediate container 1964bb96c487 [2020-07-30T04:47:45.708Z] ---> 3fc97ae22f12 [2020-07-30T04:47:45.708Z] Step 18/20 : LABEL arch=arm64 [2020-07-30T04:47:45.983Z] Removing intermediate container 4aff6d53c37c [2020-07-30T04:47:45.983Z] ---> 858415ce8e5b [2020-07-30T04:47:45.983Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-07-30T04:47:46.267Z] ---> Running in 08d4b523c748 [2020-07-30T04:47:46.873Z] ---> Running in 24c1d25815f7 [2020-07-30T04:47:47.147Z] ---> e642a7c22d87 [2020-07-30T04:47:47.147Z] Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-30T04:47:47.421Z] Removing intermediate container 08d4b523c748 [2020-07-30T04:47:47.421Z] ---> c7fe9bdb0b52 [2020-07-30T04:47:47.421Z] Step 19/20 : LABEL git_sha=4605f6cf6e929e1ee115c81c735f5b828accc975 [2020-07-30T04:47:47.695Z] ---> fe8ff06b5e2e [2020-07-30T04:47:47.695Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-07-30T04:47:47.695Z] ---> Running in 59784351fd53 [2020-07-30T04:47:47.970Z] ---> Running in d582544a4876 [2020-07-30T04:47:47.970Z] Removing intermediate container 24c1d25815f7 [2020-07-30T04:47:47.970Z] ---> 0dfbabeb3f72 [2020-07-30T04:47:47.970Z] Step 26/29 : CMD [ "generate" ] [2020-07-30T04:47:48.591Z] Removing intermediate container 59784351fd53 [2020-07-30T04:47:48.591Z] ---> 8e9e7d12c99b [2020-07-30T04:47:48.591Z] Step 21/23 : LABEL arch=arm64 [2020-07-30T04:47:48.867Z] ---> Running in ccc1cc702f84 [2020-07-30T04:47:49.140Z] Removing intermediate container d582544a4876 [2020-07-30T04:47:49.140Z] ---> 9e384b796284 [2020-07-30T04:47:49.140Z] Step 20/20 : LABEL version=0.0.0 [2020-07-30T04:47:49.412Z] ---> 6869c2739886 [2020-07-30T04:47:49.412Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-07-30T04:47:49.412Z] ---> Running in 7da38a67931a [2020-07-30T04:47:49.684Z] ---> Running in cfc47d5a7bb2 [2020-07-30T04:47:49.684Z] Removing intermediate container ccc1cc702f84 [2020-07-30T04:47:49.684Z] ---> 22932ecd0700 [2020-07-30T04:47:49.684Z] Step 27/29 : LABEL arch=arm64 [2020-07-30T04:47:50.280Z] ---> Running in 2c89cf59f112 [2020-07-30T04:47:50.553Z] Removing intermediate container 7da38a67931a [2020-07-30T04:47:50.553Z] ---> cafec78dd57d [2020-07-30T04:47:50.553Z] Step 22/23 : LABEL git_sha=4605f6cf6e929e1ee115c81c735f5b828accc975 [2020-07-30T04:47:51.150Z] ---> d7380bb3a5a4 [2020-07-30T04:47:51.150Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-07-30T04:47:51.150Z] Removing intermediate container cfc47d5a7bb2 [2020-07-30T04:47:51.150Z] ---> aea470a23d31 [2020-07-30T04:47:51.150Z] [2020-07-30T04:47:51.426Z] ---> Running in 024481ac9e77 [2020-07-30T04:47:51.702Z] Removing intermediate container 2c89cf59f112 [2020-07-30T04:47:51.702Z] ---> c1c0135c3535 [2020-07-30T04:47:51.702Z] Step 28/29 : LABEL git_sha=4605f6cf6e929e1ee115c81c735f5b828accc975 [2020-07-30T04:47:51.975Z] Successfully built aea470a23d31 [2020-07-30T04:47:51.975Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-07-30T04:47:51.975Z]  Building docker-support-scheduler-go ... done Building docker-core-metadata-go [2020-07-30T04:47:52.569Z] ---> Running in 8f813434bb90 [2020-07-30T04:47:52.569Z] Removing intermediate container 024481ac9e77 [2020-07-30T04:47:52.569Z] ---> 3da6c332b4ce [2020-07-30T04:47:52.569Z] Step 23/23 : LABEL version=0.0.0 [2020-07-30T04:47:52.843Z] ---> 5fac43877241 [2020-07-30T04:47:52.843Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-07-30T04:47:52.843Z] ---> Running in 110cb41d45d1 [2020-07-30T04:47:53.117Z] Removing intermediate container 8f813434bb90 [2020-07-30T04:47:53.117Z] ---> 147adbb0e4f0 [2020-07-30T04:47:53.117Z] Step 29/29 : LABEL version=0.0.0 [2020-07-30T04:47:53.397Z] ---> Running in 40e9efb93a83 [2020-07-30T04:47:53.999Z] Removing intermediate container 110cb41d45d1 [2020-07-30T04:47:53.999Z] ---> 2d7c8f740042 [2020-07-30T04:47:53.999Z] [2020-07-30T04:47:54.604Z] Successfully built 2d7c8f740042 [2020-07-30T04:47:55.215Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-07-30T04:47:55.215Z]  Building docker-support-notifications-go ... done Building docker-security-proxy-setup-go [2020-07-30T04:47:55.215Z] ---> 24b5acf4ed72 [2020-07-30T04:47:55.215Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-07-30T04:47:55.215Z] Removing intermediate container 40e9efb93a83 [2020-07-30T04:47:55.215Z] ---> 724d94b8f6e0 [2020-07-30T04:47:55.215Z] [2020-07-30T04:47:55.810Z] Successfully built 724d94b8f6e0 [2020-07-30T04:47:55.810Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-07-30T04:47:55.810Z] Building docker-sys-mgmt-agent-go [2020-07-30T04:47:56.798Z]  Building docker-security-secrets-setup-go ... done  ---> d235cff8ad1a [2020-07-30T04:47:56.798Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-07-30T04:47:58.232Z] ---> 54742629e16e [2020-07-30T04:47:58.232Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-07-30T04:47:58.834Z] ---> Running in 279a78e33877 [2020-07-30T04:48:04.234Z] Removing intermediate container 279a78e33877 [2020-07-30T04:48:04.234Z] ---> dc3d372e0bcb [2020-07-30T04:48:04.234Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-07-30T04:48:05.209Z] ---> Running in 1065012782b7 [2020-07-30T04:48:05.807Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-30T04:48:05.807Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-30T04:48:05.807Z] ---> 0e290c36a9f5 [2020-07-30T04:48:05.807Z] Step 3/21 : WORKDIR /edgex-go [2020-07-30T04:48:05.807Z] ---> Using cache [2020-07-30T04:48:05.807Z] ---> ddab05d24d04 [2020-07-30T04:48:05.807Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-30T04:48:07.787Z] ---> Running in 2231c5040e72 [2020-07-30T04:48:07.787Z] Removing intermediate container 1065012782b7 [2020-07-30T04:48:07.787Z] ---> 917d5e234c56 [2020-07-30T04:48:07.787Z] Step 24/26 : LABEL arch=arm64 [2020-07-30T04:48:08.776Z] ---> Running in c9ae02fc23f3 [2020-07-30T04:48:10.214Z] Removing intermediate container c9ae02fc23f3 [2020-07-30T04:48:10.214Z] ---> afa9ab727f77 [2020-07-30T04:48:10.214Z] Step 25/26 : LABEL git_sha=4605f6cf6e929e1ee115c81c735f5b828accc975 [2020-07-30T04:48:11.207Z] ---> Running in 7b9cb927b910 [2020-07-30T04:48:12.654Z] Removing intermediate container 7b9cb927b910 [2020-07-30T04:48:12.654Z] ---> f97bc12d21d8 [2020-07-30T04:48:12.654Z] Step 26/26 : LABEL version=0.0.0 [2020-07-30T04:48:13.257Z] Removing intermediate container 2231c5040e72 [2020-07-30T04:48:13.257Z] ---> ede3a4a07b37 [2020-07-30T04:48:13.257Z] Step 5/21 : RUN apk update && apk add make git [2020-07-30T04:48:13.534Z] ---> Running in defe64f1ef36 [2020-07-30T04:48:13.810Z] ---> Running in 408070494eaf [2020-07-30T04:48:14.094Z] Removing intermediate container defe64f1ef36 [2020-07-30T04:48:14.094Z] ---> c58c39c75693 [2020-07-30T04:48:14.094Z] [2020-07-30T04:48:14.705Z] Successfully built c58c39c75693 [2020-07-30T04:48:14.705Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-07-30T04:48:14.705Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-data-go [2020-07-30T04:48:15.681Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-30T04:48:16.278Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-30T04:48:17.713Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-30T04:48:17.713Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-30T04:48:17.713Z] OK: 12620 distinct packages available [2020-07-30T04:48:18.310Z] OK: 217 MiB in 51 packages [2020-07-30T04:48:20.936Z] Removing intermediate container 408070494eaf [2020-07-30T04:48:20.937Z] ---> 1dec714c3f0c [2020-07-30T04:48:20.937Z] Step 6/21 : COPY go.mod . [2020-07-30T04:48:21.927Z] ---> b12415f77e7c [2020-07-30T04:48:21.927Z] Step 7/21 : RUN go mod download [2020-07-30T04:48:21.927Z] ---> Running in 68475088edf6 [2020-07-30T04:48:27.323Z] Removing intermediate container 68475088edf6 [2020-07-30T04:48:27.323Z] ---> baf59d9ff262 [2020-07-30T04:48:27.323Z] Step 8/21 : COPY . . [2020-07-30T04:48:54.125Z] ---> 9811c48bfd05 [2020-07-30T04:48:54.125Z] Step 9/21 : RUN make cmd/core-command/core-command [2020-07-30T04:48:54.125Z] ---> Running in 4d9292664502 [2020-07-30T04:48:54.125Z] 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-07-30T04:49:00.870Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-30T04:49:00.870Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-30T04:49:00.870Z] ---> 0e290c36a9f5 [2020-07-30T04:49:00.870Z] Step 3/21 : WORKDIR /edgex-go [2020-07-30T04:49:00.870Z] ---> Using cache [2020-07-30T04:49:00.870Z] ---> ddab05d24d04 [2020-07-30T04:49:00.870Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-30T04:49:00.870Z] ---> Using cache [2020-07-30T04:49:00.870Z] ---> ede3a4a07b37 [2020-07-30T04:49:00.870Z] Step 5/21 : RUN apk update && apk add make git [2020-07-30T04:49:00.870Z] ---> Using cache [2020-07-30T04:49:00.870Z] ---> 1dec714c3f0c [2020-07-30T04:49:00.870Z] Step 6/21 : COPY go.mod . [2020-07-30T04:49:00.870Z] ---> Using cache [2020-07-30T04:49:00.870Z] ---> b12415f77e7c [2020-07-30T04:49:00.870Z] Step 7/21 : RUN go mod download [2020-07-30T04:49:00.870Z] ---> Using cache [2020-07-30T04:49:00.870Z] ---> baf59d9ff262 [2020-07-30T04:49:00.870Z] Step 8/21 : COPY . . [2020-07-30T04:49:00.870Z] ---> Using cache [2020-07-30T04:49:00.870Z] ---> 9811c48bfd05 [2020-07-30T04:49:00.870Z] Step 9/21 : RUN make cmd/core-metadata/core-metadata [2020-07-30T04:49:02.850Z] ---> Running in 258da0e9b2b9 [2020-07-30T04:49:03.832Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-30T04:49:03.832Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-07-30T04:49:03.832Z] ---> 0e290c36a9f5 [2020-07-30T04:49:03.832Z] Step 3/20 : WORKDIR /edgex-go [2020-07-30T04:49:03.832Z] ---> Using cache [2020-07-30T04:49:03.832Z] ---> ddab05d24d04 [2020-07-30T04:49:03.832Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-30T04:49:03.832Z] ---> Using cache [2020-07-30T04:49:03.832Z] ---> ede3a4a07b37 [2020-07-30T04:49:03.832Z] Step 5/20 : RUN apk update && apk add make git [2020-07-30T04:49:03.832Z] ---> Using cache [2020-07-30T04:49:03.832Z] ---> 1dec714c3f0c [2020-07-30T04:49:03.832Z] Step 6/20 : COPY go.mod . [2020-07-30T04:49:03.832Z] ---> Using cache [2020-07-30T04:49:03.832Z] ---> b12415f77e7c [2020-07-30T04:49:03.832Z] Step 7/20 : RUN go mod download [2020-07-30T04:49:03.832Z] ---> Using cache [2020-07-30T04:49:03.832Z] ---> baf59d9ff262 [2020-07-30T04:49:03.832Z] Step 8/20 : COPY . . [2020-07-30T04:49:04.111Z] ---> Using cache [2020-07-30T04:49:04.111Z] ---> 9811c48bfd05 [2020-07-30T04:49:04.111Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-07-30T04:49:05.096Z] ---> Running in bf3d567ea40f [2020-07-30T04:49:05.371Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-30T04:49:05.371Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-07-30T04:49:05.371Z] ---> 0e290c36a9f5 [2020-07-30T04:49:05.371Z] Step 3/26 : WORKDIR /edgex-go [2020-07-30T04:49:05.371Z] ---> Using cache [2020-07-30T04:49:05.371Z] ---> ddab05d24d04 [2020-07-30T04:49:05.371Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-30T04:49:05.371Z] ---> Using cache [2020-07-30T04:49:05.371Z] ---> ede3a4a07b37 [2020-07-30T04:49:05.371Z] Step 5/26 : RUN apk update && apk add make bash git [2020-07-30T04:49:05.371Z] ---> Running in 0ed69a1f37cf [2020-07-30T04:49:05.984Z] 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-07-30T04:49:08.608Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-30T04:49:08.608Z] 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-07-30T04:49:09.209Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-30T04:49:10.649Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-30T04:49:10.649Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-30T04:49:10.649Z] OK: 12620 distinct packages available [2020-07-30T04:49:12.089Z] OK: 217 MiB in 51 packages [2020-07-30T04:49:15.494Z] Removing intermediate container 0ed69a1f37cf [2020-07-30T04:49:15.494Z] ---> eb19ae994df8 [2020-07-30T04:49:15.494Z] Step 6/26 : COPY go.mod . [2020-07-30T04:49:15.494Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-30T04:49:15.494Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-07-30T04:49:15.494Z] ---> 0e290c36a9f5 [2020-07-30T04:49:15.494Z] Step 3/22 : WORKDIR /edgex-go [2020-07-30T04:49:15.494Z] ---> Using cache [2020-07-30T04:49:15.494Z] ---> ddab05d24d04 [2020-07-30T04:49:15.494Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-30T04:49:15.494Z] ---> Using cache [2020-07-30T04:49:15.494Z] ---> ede3a4a07b37 [2020-07-30T04:49:15.494Z] Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-07-30T04:49:15.494Z] ---> Running in 567b958da089 [2020-07-30T04:49:16.477Z] ---> cc34c3b75cc7 [2020-07-30T04:49:16.477Z] Step 7/26 : RUN go mod download [2020-07-30T04:49:16.751Z] ---> Running in ea4a2006806d [2020-07-30T04:49:18.190Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-30T04:49:19.172Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-30T04:49:20.619Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-30T04:49:20.619Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-30T04:49:20.619Z] OK: 12620 distinct packages available [2020-07-30T04:49:21.608Z] OK: 217 MiB in 51 packages [2020-07-30T04:49:22.207Z] Removing intermediate container ea4a2006806d [2020-07-30T04:49:22.207Z] ---> b14295a7b859 [2020-07-30T04:49:22.207Z] Step 8/26 : COPY . . [2020-07-30T04:49:23.648Z] Removing intermediate container 567b958da089 [2020-07-30T04:49:23.648Z] ---> f062873fb30e [2020-07-30T04:49:23.648Z] Step 6/22 : COPY go.mod . [2020-07-30T04:49:26.275Z] ---> 559aa3a34fc9 [2020-07-30T04:49:26.275Z] Step 7/22 : RUN go mod download [2020-07-30T04:49:26.549Z] ---> Running in 428189044a80 [2020-07-30T04:49:34.833Z] Removing intermediate container 428189044a80 [2020-07-30T04:49:34.833Z] ---> c21972ffbd56 [2020-07-30T04:49:34.833Z] Step 8/22 : COPY . . [2020-07-30T04:49:53.164Z] ---> df6d91494b23 [2020-07-30T04:49:53.164Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-07-30T04:49:54.152Z] ---> Running in 39ba6538ff18 [2020-07-30T04:49:57.556Z] 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-07-30T04:50:05.871Z] ---> 980b01789415 [2020-07-30T04:50:05.871Z] Step 9/22 : RUN make cmd/core-data/core-data [2020-07-30T04:50:05.871Z] ---> Running in 52c26d18149a [2020-07-30T04:50:07.316Z] 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-07-30T04:50:34.119Z] Removing intermediate container 4d9292664502 [2020-07-30T04:50:34.119Z] ---> 64c46a64d6c5 [2020-07-30T04:50:34.119Z] [2020-07-30T04:50:34.119Z] Step 10/21 : FROM scratch [2020-07-30T04:50:34.119Z] ---> [2020-07-30T04:50:34.119Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-30T04:50:34.119Z] ---> Using cache [2020-07-30T04:50:34.119Z] ---> 8e3da9d73784 [2020-07-30T04:50:34.119Z] Step 12/21 : ENV APP_PORT=48082 [2020-07-30T04:50:34.119Z] ---> Running in cc1c79910c3f [2020-07-30T04:50:34.119Z] Removing intermediate container bf3d567ea40f [2020-07-30T04:50:34.119Z] ---> 2c9311915517 [2020-07-30T04:50:34.119Z] [2020-07-30T04:50:34.119Z] Step 10/20 : FROM alpine [2020-07-30T04:50:34.119Z] ---> 62ee0e9f8440 [2020-07-30T04:50:34.119Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-07-30T04:50:34.119Z] ---> Running in b6ec55686205 [2020-07-30T04:50:34.119Z] Removing intermediate container cc1c79910c3f [2020-07-30T04:50:34.119Z] ---> fb4be79d898a [2020-07-30T04:50:34.119Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-30T04:50:34.119Z] ---> Running in 0582a5210964 [2020-07-30T04:50:34.119Z] Removing intermediate container 0582a5210964 [2020-07-30T04:50:34.119Z] ---> 503aa5af50bf [2020-07-30T04:50:34.119Z] Step 14/21 : WORKDIR / [2020-07-30T04:50:34.119Z] ---> Running in 0a80471e313c [2020-07-30T04:50:34.119Z] Removing intermediate container 0a80471e313c [2020-07-30T04:50:34.119Z] ---> dcb6fb32b72a [2020-07-30T04:50:34.119Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-07-30T04:50:34.119Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-30T04:50:34.119Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-30T04:50:34.719Z] v3.12.0-185-gb4b2a5e482 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-07-30T04:50:34.719Z] v3.12.0-186-g2cd07a16f7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-07-30T04:50:34.719Z] OK: 12620 distinct packages available [2020-07-30T04:50:34.719Z] ---> 2da14d8e0591 [2020-07-30T04:50:34.719Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-07-30T04:50:35.706Z] (1/4) Installing ca-certificates (20191127-r4) [2020-07-30T04:50:35.706Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-07-30T04:50:35.706Z] (3/4) Installing libcurl (7.69.1-r0) [2020-07-30T04:50:35.707Z] (4/4) Installing curl (7.69.1-r0) [2020-07-30T04:50:35.707Z] Executing busybox-1.31.1-r16.trigger [2020-07-30T04:50:35.707Z] Executing ca-certificates-20191127-r4.trigger [2020-07-30T04:50:35.989Z] OK: 7 MiB in 18 packages [2020-07-30T04:50:36.599Z] ---> 865d5a240e9a [2020-07-30T04:50:36.599Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-07-30T04:50:38.599Z] ---> 9fdeced0de04 [2020-07-30T04:50:38.599Z] Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-30T04:50:38.599Z] ---> Running in ce72ddc480d5 [2020-07-30T04:50:38.599Z] Removing intermediate container b6ec55686205 [2020-07-30T04:50:38.599Z] ---> 55226604ac8a [2020-07-30T04:50:38.599Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-07-30T04:50:38.876Z] ---> Running in e7d0c0570584 [2020-07-30T04:50:39.483Z] Removing intermediate container ce72ddc480d5 [2020-07-30T04:50:39.484Z] ---> d546d0e3b56f [2020-07-30T04:50:39.484Z] Step 19/21 : LABEL arch=arm64 [2020-07-30T04:50:39.484Z] ---> Running in ecaf9b7f1290 [2020-07-30T04:50:39.766Z] Removing intermediate container e7d0c0570584 [2020-07-30T04:50:39.766Z] ---> a79f07d34c95 [2020-07-30T04:50:39.766Z] Step 13/20 : WORKDIR /edgex [2020-07-30T04:50:40.042Z] ---> Running in a71840fb9162 [2020-07-30T04:50:40.318Z] Removing intermediate container ecaf9b7f1290 [2020-07-30T04:50:40.318Z] ---> ec5dedd83ee7 [2020-07-30T04:50:40.318Z] Step 20/21 : LABEL git_sha=4605f6cf6e929e1ee115c81c735f5b828accc975 [2020-07-30T04:50:40.592Z] ---> Running in d0b63be94005 [2020-07-30T04:50:40.592Z] Removing intermediate container a71840fb9162 [2020-07-30T04:50:40.592Z] ---> de44569e628f [2020-07-30T04:50:40.592Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-07-30T04:50:41.194Z] Removing intermediate container d0b63be94005 [2020-07-30T04:50:41.194Z] ---> 8200f6b65922 [2020-07-30T04:50:41.194Z] Step 21/21 : LABEL version=0.0.0 [2020-07-30T04:50:41.472Z] ---> Running in aeef5d955965 [2020-07-30T04:50:42.079Z] ---> 3764ac421b21 [2020-07-30T04:50:42.079Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-07-30T04:50:42.353Z] Removing intermediate container aeef5d955965 [2020-07-30T04:50:42.353Z] ---> 0f5608f11250 [2020-07-30T04:50:42.353Z] [2020-07-30T04:50:43.346Z] Successfully built 0f5608f11250 [2020-07-30T04:50:43.346Z] Successfully tagged docker-core-command-go-arm64:latest [2020-07-30T04:50:44.331Z]  Building docker-core-command-go ... done  ---> 900dfa06c56c [2020-07-30T04:50:44.331Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-07-30T04:50:44.331Z] ---> Running in 04068b5b1a1d [2020-07-30T04:50:45.313Z] Removing intermediate container 04068b5b1a1d [2020-07-30T04:50:45.313Z] ---> d08614fa4f23 [2020-07-30T04:50:45.313Z] Step 17/20 : CMD ["--init=true"] [2020-07-30T04:50:45.313Z] ---> Running in 3801f18ca19a [2020-07-30T04:50:45.913Z] Removing intermediate container 3801f18ca19a [2020-07-30T04:50:45.913Z] ---> 1277a8a7e8e5 [2020-07-30T04:50:45.913Z] Step 18/20 : LABEL arch=arm64 [2020-07-30T04:50:46.184Z] ---> Running in f2b6ea80fc5f [2020-07-30T04:50:46.781Z] Removing intermediate container f2b6ea80fc5f [2020-07-30T04:50:46.781Z] ---> ac25000a4d27 [2020-07-30T04:50:46.781Z] Step 19/20 : LABEL git_sha=4605f6cf6e929e1ee115c81c735f5b828accc975 [2020-07-30T04:50:47.056Z] ---> Running in 69f445596b3c [2020-07-30T04:50:47.656Z] Removing intermediate container 69f445596b3c [2020-07-30T04:50:47.656Z] ---> 7ca181033a2f [2020-07-30T04:50:47.656Z] Step 20/20 : LABEL version=0.0.0 [2020-07-30T04:50:47.656Z] ---> Running in f77a2272a2f8 [2020-07-30T04:50:48.636Z] Removing intermediate container f77a2272a2f8 [2020-07-30T04:50:48.636Z] ---> 312bcc6d04b2 [2020-07-30T04:50:48.636Z] [2020-07-30T04:50:48.910Z] Successfully built 312bcc6d04b2 [2020-07-30T04:50:49.185Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-07-30T04:51:01.577Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 258da0e9b2b9 [2020-07-30T04:51:01.577Z] ---> 5959cf5312e1 [2020-07-30T04:51:01.577Z] [2020-07-30T04:51:01.577Z] Step 10/21 : FROM scratch [2020-07-30T04:51:01.577Z] ---> [2020-07-30T04:51:01.577Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-30T04:51:01.855Z] ---> Using cache [2020-07-30T04:51:01.855Z] ---> 8e3da9d73784 [2020-07-30T04:51:01.855Z] Step 12/21 : ENV APP_PORT=48081 [2020-07-30T04:51:02.133Z] ---> Running in 7a028ace25c8 [2020-07-30T04:51:02.740Z] Removing intermediate container 7a028ace25c8 [2020-07-30T04:51:02.740Z] ---> da7ca14128e2 [2020-07-30T04:51:02.740Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-30T04:51:02.740Z] ---> Running in 2d699a212b95 [2020-07-30T04:51:03.337Z] Removing intermediate container 2d699a212b95 [2020-07-30T04:51:03.337Z] ---> f5ea475459da [2020-07-30T04:51:03.337Z] Step 14/21 : WORKDIR / [2020-07-30T04:51:03.610Z] ---> Running in 626339fe4467 [2020-07-30T04:51:04.209Z] Removing intermediate container 626339fe4467 [2020-07-30T04:51:04.209Z] ---> 44cc49a12264 [2020-07-30T04:51:04.209Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-07-30T04:51:05.190Z] ---> feb1fab2ffa3 [2020-07-30T04:51:05.190Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-07-30T04:51:07.818Z] ---> d039fc71f463 [2020-07-30T04:51:07.818Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-07-30T04:51:09.270Z] ---> bd0fcfa1004d [2020-07-30T04:51:09.270Z] Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-30T04:51:09.270Z] ---> Running in 4a3e6197f00b [2020-07-30T04:51:09.877Z] Removing intermediate container 4a3e6197f00b [2020-07-30T04:51:09.877Z] ---> f9b37ebf89d5 [2020-07-30T04:51:09.877Z] Step 19/21 : LABEL arch=arm64 [2020-07-30T04:51:09.877Z] ---> Running in c6775c1be3a8 [2020-07-30T04:51:10.862Z] Removing intermediate container c6775c1be3a8 [2020-07-30T04:51:10.862Z] ---> dd56553e95c0 [2020-07-30T04:51:10.862Z] Step 20/21 : LABEL git_sha=4605f6cf6e929e1ee115c81c735f5b828accc975 [2020-07-30T04:51:10.862Z] ---> Running in 980837bd3caa [2020-07-30T04:51:11.842Z] Removing intermediate container 980837bd3caa [2020-07-30T04:51:11.842Z] ---> 7ec0a6fa5baa [2020-07-30T04:51:11.842Z] Step 21/21 : LABEL version=0.0.0 [2020-07-30T04:51:12.112Z] ---> Running in f9bb2d62925e [2020-07-30T04:51:13.093Z] Removing intermediate container f9bb2d62925e [2020-07-30T04:51:13.093Z] ---> 7d9265bd6e0b [2020-07-30T04:51:13.093Z] [2020-07-30T04:51:14.076Z] Successfully built 7d9265bd6e0b [2020-07-30T04:51:14.076Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-07-30T04:51:14.677Z]  Building docker-core-metadata-go ... done Removing intermediate container 39ba6538ff18 [2020-07-30T04:51:14.677Z] ---> 071685a06f5a [2020-07-30T04:51:14.677Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-07-30T04:51:14.958Z] ---> Running in 8f318ef64b13 [2020-07-30T04:51:16.948Z] 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-07-30T04:51:21.269Z] Removing intermediate container 8f318ef64b13 [2020-07-30T04:51:21.269Z] ---> 5b1e294ead71 [2020-07-30T04:51:21.269Z] [2020-07-30T04:51:21.269Z] Step 11/26 : FROM docker:latest [2020-07-30T04:51:21.269Z] ---> ce9d55ae87f1 [2020-07-30T04:51:21.269Z] Step 12/26 : RUN apk add --no-cache bash [2020-07-30T04:51:21.269Z] ---> Running in d2dc87761103 [2020-07-30T04:51:22.246Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-30T04:51:22.518Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-30T04:51:23.116Z] (1/2) Installing readline (8.0.4-r0) [2020-07-30T04:51:23.116Z] (2/2) Installing bash (5.0.17-r0) [2020-07-30T04:51:23.116Z] Executing bash-5.0.17-r0.post-install [2020-07-30T04:51:23.116Z] Executing busybox-1.31.1-r16.trigger [2020-07-30T04:51:23.116Z] OK: 12 MiB in 22 packages [2020-07-30T04:51:24.562Z] Removing intermediate container d2dc87761103 [2020-07-30T04:51:24.562Z] ---> 32090bb164e6 [2020-07-30T04:51:24.562Z] Step 13/26 : RUN rm -rf /var/cache/apk/* [2020-07-30T04:51:24.562Z] ---> Running in 2bf5b926313a [2020-07-30T04:51:27.946Z] Removing intermediate container 2bf5b926313a [2020-07-30T04:51:27.946Z] ---> 46a4f63bd2b1 [2020-07-30T04:51:27.946Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-07-30T04:51:27.946Z] ---> Running in 64ada047bc9e [2020-07-30T04:51:27.946Z] Removing intermediate container 64ada047bc9e [2020-07-30T04:51:27.946Z] ---> 3aa95cc791fe [2020-07-30T04:51:27.946Z] Step 15/26 : ENV APP_PORT=48090 [2020-07-30T04:51:28.220Z] ---> Running in 5ecad29122bf [2020-07-30T04:51:28.813Z] Removing intermediate container 5ecad29122bf [2020-07-30T04:51:28.813Z] ---> e08dd22eccc0 [2020-07-30T04:51:28.813Z] Step 16/26 : EXPOSE $APP_PORT [2020-07-30T04:51:28.813Z] ---> Running in cf395c0c380e [2020-07-30T04:51:29.408Z] Removing intermediate container cf395c0c380e [2020-07-30T04:51:29.408Z] ---> 3d54d36160c0 [2020-07-30T04:51:29.408Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-07-30T04:51:30.833Z] ---> 921a10c51298 [2020-07-30T04:51:30.833Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-07-30T04:51:31.431Z] ---> 6aa8c05efb9c [2020-07-30T04:51:31.431Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-07-30T04:51:32.923Z] ---> d7804dd03dc4 [2020-07-30T04:51:32.924Z] Step 20/26 : RUN apk --no-cache add py-pip [2020-07-30T04:51:32.924Z] ---> Running in ba7cd6c69339 [2020-07-30T04:51:34.497Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-30T04:51:34.782Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-30T04:51:35.823Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-07-30T04:51:35.823Z] (2/33) Installing expat (2.2.9-r1) [2020-07-30T04:51:35.823Z] (3/33) Installing libffi (3.3-r2) [2020-07-30T04:51:35.823Z] (4/33) Installing gdbm (1.13-r1) [2020-07-30T04:51:35.823Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-07-30T04:51:35.823Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-07-30T04:51:35.823Z] (7/33) Installing python3 (3.8.5-r0) [2020-07-30T04:51:36.116Z] Removing intermediate container 52c26d18149a [2020-07-30T04:51:36.116Z] ---> dd0fd1cbdaae [2020-07-30T04:51:36.116Z] [2020-07-30T04:51:36.116Z] Step 10/22 : FROM alpine [2020-07-30T04:51:36.116Z] ---> 62ee0e9f8440 [2020-07-30T04:51:36.116Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-30T04:51:37.578Z] ---> Running in a56d29cde5ea [2020-07-30T04:51:37.578Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-07-30T04:51:37.578Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-07-30T04:51:37.578Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-07-30T04:51:37.578Z] (11/33) Installing py3-six (1.15.0-r0) [2020-07-30T04:51:37.578Z] (12/33) Installing py3-packaging (20.4-r0) [2020-07-30T04:51:37.578Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-07-30T04:51:37.858Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-07-30T04:51:37.858Z] (15/33) Installing py3-idna (2.9-r0) [2020-07-30T04:51:37.858Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-07-30T04:51:37.858Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-07-30T04:51:37.858Z] Removing intermediate container a56d29cde5ea [2020-07-30T04:51:37.858Z] ---> bfbd35650001 [2020-07-30T04:51:37.858Z] Step 12/22 : ENV APP_PORT=48080 [2020-07-30T04:51:37.858Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-07-30T04:51:37.858Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-07-30T04:51:37.858Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-07-30T04:51:38.159Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-07-30T04:51:38.159Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-07-30T04:51:38.159Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-07-30T04:51:38.159Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-07-30T04:51:38.159Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-07-30T04:51:38.159Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-07-30T04:51:38.159Z] ---> Running in 8025564fd1de [2020-07-30T04:51:38.159Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-07-30T04:51:38.159Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-07-30T04:51:38.159Z] (29/33) Installing py3-progress (1.5-r0) [2020-07-30T04:51:38.159Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-07-30T04:51:38.159Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-07-30T04:51:38.159Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-07-30T04:51:38.159Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-07-30T04:51:38.443Z] Executing busybox-1.31.1-r16.trigger [2020-07-30T04:51:38.443Z] OK: 71 MiB in 55 packages [2020-07-30T04:51:38.751Z] Removing intermediate container 8025564fd1de [2020-07-30T04:51:38.751Z] ---> 7a8ec9621724 [2020-07-30T04:51:38.751Z] Step 13/22 : EXPOSE $APP_PORT [2020-07-30T04:51:39.040Z] ---> Running in c048196f169b [2020-07-30T04:51:39.348Z] Removing intermediate container c048196f169b [2020-07-30T04:51:39.348Z] ---> 4453144a2ca8 [2020-07-30T04:51:39.348Z] Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-30T04:51:39.637Z] ---> Running in a93bf8a5b8a9 [2020-07-30T04:51:43.129Z] Removing intermediate container a93bf8a5b8a9 [2020-07-30T04:51:43.129Z] ---> d07800d821a3 [2020-07-30T04:51:43.129Z] Step 15/22 : RUN apk --no-cache add zeromq [2020-07-30T04:51:43.129Z] ---> Running in ec1f4867ae38 [2020-07-30T04:51:45.139Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-30T04:51:45.139Z] Removing intermediate container ba7cd6c69339 [2020-07-30T04:51:45.139Z] ---> af9c126b35ea [2020-07-30T04:51:45.139Z] Step 21/26 : RUN pip install docker-compose==1.23.2 [2020-07-30T04:51:45.412Z] ---> Running in c20e4a68b0b8 [2020-07-30T04:51:46.840Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-30T04:51:48.268Z] (1/5) Installing libgcc (9.3.0-r2) [2020-07-30T04:51:48.268Z] (2/5) Installing libsodium (1.0.18-r0) [2020-07-30T04:51:49.243Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-07-30T04:51:50.214Z] (4/5) Installing libzmq (4.3.2-r0) [2020-07-30T04:51:50.214Z] Collecting docker-compose==1.23.2 [2020-07-30T04:51:50.486Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-07-30T04:51:50.757Z] (5/5) Installing zeromq (4.3.2-r0) [2020-07-30T04:51:51.027Z] Executing busybox-1.31.1-r16.trigger [2020-07-30T04:51:51.027Z] Collecting docopt<0.7,>=0.6.1 [2020-07-30T04:51:51.027Z] OK: 8 MiB in 19 packages [2020-07-30T04:51:51.027Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-07-30T04:51:52.464Z] Removing intermediate container ec1f4867ae38 [2020-07-30T04:51:52.464Z] ---> 75ee3ec3cd11 [2020-07-30T04:51:52.464Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-07-30T04:51:53.066Z] ---> 9ac9679585b0 [2020-07-30T04:51:53.066Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-07-30T04:51:53.342Z] Collecting dockerpty<0.5,>=0.4.1 [2020-07-30T04:51:53.342Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-07-30T04:51:54.334Z] ---> d1c0c8861ad7 [2020-07-30T04:51:54.334Z] Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-07-30T04:51:54.929Z] ---> 2784ef046741 [2020-07-30T04:51:54.929Z] Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-30T04:51:55.210Z] ---> Running in e065c54a7bf3 [2020-07-30T04:51:55.809Z] Removing intermediate container e065c54a7bf3 [2020-07-30T04:51:55.809Z] ---> c4da82eb7400 [2020-07-30T04:51:55.809Z] Step 20/22 : LABEL arch=arm64 [2020-07-30T04:51:55.809Z] ---> Running in 6f8bac304fb0 [2020-07-30T04:51:56.082Z] Collecting docker<4.0,>=3.6.0 [2020-07-30T04:51:56.082Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-07-30T04:51:56.082Z] Removing intermediate container 6f8bac304fb0 [2020-07-30T04:51:56.082Z] ---> 2605590317fc [2020-07-30T04:51:56.082Z] Step 21/22 : LABEL git_sha=4605f6cf6e929e1ee115c81c735f5b828accc975 [2020-07-30T04:51:56.356Z] ---> Running in 7a76b8055f7c [2020-07-30T04:51:56.636Z] Removing intermediate container 7a76b8055f7c [2020-07-30T04:51:56.636Z] ---> baedaec2c6cc [2020-07-30T04:51:56.636Z] Step 22/22 : LABEL version=0.0.0 [2020-07-30T04:51:56.911Z] ---> Running in 7c06c6108ae7 [2020-07-30T04:51:57.185Z] Collecting PyYAML<4,>=3.10 [2020-07-30T04:51:57.185Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-07-30T04:51:57.463Z] Removing intermediate container 7c06c6108ae7 [2020-07-30T04:51:57.463Z] ---> 7823bcd98c1d [2020-07-30T04:51:57.463Z] [2020-07-30T04:51:57.734Z] Successfully built 7823bcd98c1d [2020-07-30T04:51:58.004Z] Successfully tagged docker-core-data-go-arm64:latest [2020-07-30T04:51:59.967Z]  Building docker-core-data-go ... done 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-07-30T04:52:00.237Z] Collecting cached-property<2,>=1.2.0 [2020-07-30T04:52:00.237Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-07-30T04:52:00.827Z] Collecting websocket-client<1.0,>=0.32.0 [2020-07-30T04:52:00.827Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-07-30T04:52:01.097Z] Collecting jsonschema<3,>=2.5.1 [2020-07-30T04:52:01.097Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-07-30T04:52:02.520Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-07-30T04:52:02.520Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-07-30T04:52:02.520Z] Collecting texttable<0.10,>=0.9.0 [2020-07-30T04:52:02.521Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-07-30T04:52:04.481Z] Collecting docker-pycreds>=0.4.0 [2020-07-30T04:52:04.481Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-07-30T04:52:04.751Z] 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-07-30T04:52:05.020Z] Collecting urllib3<1.25,>=1.21.1 [2020-07-30T04:52:05.020Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-07-30T04:52:05.610Z] Collecting idna<2.8,>=2.5 [2020-07-30T04:52:05.610Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-07-30T04:52:05.610Z] 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-07-30T04:52:05.610Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-07-30T04:52:05.610Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-07-30T04:52:05.610Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-07-30T04:52:05.610Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-07-30T04:52:06.201Z] Installing collected packages: docopt, dockerpty, websocket-client, urllib3, idna, requests, docker-pycreds, docker, PyYAML, cached-property, jsonschema, texttable, docker-compose [2020-07-30T04:52:06.201Z] Running setup.py install for docopt: started [2020-07-30T04:52:08.160Z] Running setup.py install for docopt: finished with status 'done' [2020-07-30T04:52:08.160Z] Running setup.py install for dockerpty: started [2020-07-30T04:52:10.121Z] Running setup.py install for dockerpty: finished with status 'done' [2020-07-30T04:52:10.122Z] Attempting uninstall: urllib3 [2020-07-30T04:52:10.122Z] Found existing installation: urllib3 1.25.9 [2020-07-30T04:52:10.122Z] Uninstalling urllib3-1.25.9: [2020-07-30T04:52:10.392Z] Successfully uninstalled urllib3-1.25.9 [2020-07-30T04:52:10.982Z] Attempting uninstall: idna [2020-07-30T04:52:10.982Z] Found existing installation: idna 2.9 [2020-07-30T04:52:10.982Z] Uninstalling idna-2.9: [2020-07-30T04:52:10.982Z] Successfully uninstalled idna-2.9 [2020-07-30T04:52:11.572Z] Attempting uninstall: requests [2020-07-30T04:52:11.572Z] Found existing installation: requests 2.23.0 [2020-07-30T04:52:11.572Z] Uninstalling requests-2.23.0: [2020-07-30T04:52:11.844Z] Successfully uninstalled requests-2.23.0 [2020-07-30T04:52:12.815Z] Running setup.py install for PyYAML: started [2020-07-30T04:52:15.418Z] Running setup.py install for PyYAML: finished with status 'done' [2020-07-30T04:52:15.418Z] Running setup.py install for texttable: started [2020-07-30T04:52:17.382Z] Running setup.py install for texttable: finished with status 'done' [2020-07-30T04:52:17.970Z] 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-07-30T04:52:22.266Z] Removing intermediate container c20e4a68b0b8 [2020-07-30T04:52:22.266Z] ---> fb5ba3837529 [2020-07-30T04:52:22.266Z] Step 22/26 : RUN apk --no-cache add curl [2020-07-30T04:52:22.266Z] ---> Running in c06f8676c0c7 [2020-07-30T04:52:23.690Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-30T04:52:23.690Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-30T04:52:24.279Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-07-30T04:52:24.279Z] (2/3) Installing libcurl (7.69.1-r0) [2020-07-30T04:52:24.279Z] (3/3) Installing curl (7.69.1-r0) [2020-07-30T04:52:24.279Z] Executing busybox-1.31.1-r16.trigger [2020-07-30T04:52:24.279Z] OK: 71 MiB in 58 packages [2020-07-30T04:52:25.709Z] Removing intermediate container c06f8676c0c7 [2020-07-30T04:52:25.709Z] ---> 5d3424e21c77 [2020-07-30T04:52:25.709Z] Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-30T04:52:25.709Z] ---> Running in 771367c6b5e0 [2020-07-30T04:52:26.304Z] Removing intermediate container 771367c6b5e0 [2020-07-30T04:52:26.304Z] ---> 18c7ab834533 [2020-07-30T04:52:26.304Z] Step 24/26 : LABEL arch=arm64 [2020-07-30T04:52:26.304Z] ---> Running in 8a868a4ce804 [2020-07-30T04:52:26.577Z] Removing intermediate container 8a868a4ce804 [2020-07-30T04:52:26.577Z] ---> b4d7e789f297 [2020-07-30T04:52:26.577Z] Step 25/26 : LABEL git_sha=4605f6cf6e929e1ee115c81c735f5b828accc975 [2020-07-30T04:52:26.848Z] ---> Running in f0dc6f44726c [2020-07-30T04:52:27.120Z] Removing intermediate container f0dc6f44726c [2020-07-30T04:52:27.120Z] ---> 34daa03234ed [2020-07-30T04:52:27.120Z] Step 26/26 : LABEL version=0.0.0 [2020-07-30T04:52:27.390Z] ---> Running in 96a48e028db6 [2020-07-30T04:52:27.980Z] Removing intermediate container 96a48e028db6 [2020-07-30T04:52:27.980Z] ---> 697a3e087412 [2020-07-30T04:52:27.980Z] [2020-07-30T04:52:28.250Z] Successfully built 697a3e087412 [2020-07-30T04:52:28.250Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-07-30T04:52:28.855Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-07-30T04:52:28.851Z] $ docker stop --time=1 253289a290c4d14107b84939caa4c082b3ef8c32e62a48c230a502aa145e01db [2020-07-30T04:52:30.824Z] $ docker rm -f 253289a290c4d14107b84939caa4c082b3ef8c32e62a48c230a502aa145e01db [Pipeline] // withDockerContainer [Pipeline] sh [2020-07-30T04:52:31.520Z] + grep docker [2020-07-30T04:52:31.520Z] + docker images [2020-07-30T04:52:31.791Z] docker-sys-mgmt-agent-go-arm64 latest 697a3e087412 4 seconds ago 266MB [2020-07-30T04:52:31.791Z] docker-core-data-go-arm64 latest 7823bcd98c1d 34 seconds ago 23.3MB [2020-07-30T04:52:31.792Z] docker-core-metadata-go-arm64 latest 7d9265bd6e0b About a minute ago 13.8MB [2020-07-30T04:52:31.792Z] docker-security-proxy-setup-go-arm64 latest 312bcc6d04b2 About a minute ago 15.8MB [2020-07-30T04:52:31.792Z] docker-core-command-go-arm64 latest 0f5608f11250 About a minute ago 12.4MB [2020-07-30T04:52:31.792Z] docker-security-secretstore-setup-go-arm64 latest c58c39c75693 4 minutes ago 32.6MB [2020-07-30T04:52:31.792Z] docker-security-secrets-setup-go-arm64 latest 724d94b8f6e0 4 minutes ago 24.2MB [2020-07-30T04:52:31.792Z] docker-support-notifications-go-arm64 latest 2d7c8f740042 4 minutes ago 13.9MB [2020-07-30T04:52:31.792Z] docker-support-scheduler-go-arm64 latest aea470a23d31 4 minutes ago 12.6MB [2020-07-30T04:52:31.792Z] docker-support-logging-go-arm64 latest db0605263f49 4 minutes ago 11.4MB [2020-07-30T04:52:31.792Z] docker latest ce9d55ae87f1 4 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) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-07-30T04:52:34.197Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-30T04:52:35.868Z] ---> package-listing.sh [2020-07-30T04:52:35.868Z] ++ facter osfamily [2020-07-30T04:52:35.868Z] ++ tr '[:upper:]' '[:lower:]' [2020-07-30T04:52:35.868Z] + OS_FAMILY=redhat [2020-07-30T04:52:35.868Z] + workspace=/w/workspace/edgex-go/22 [2020-07-30T04:52:35.868Z] + START_PACKAGES=/tmp/packages_start.txt [2020-07-30T04:52:35.868Z] + END_PACKAGES=/tmp/packages_end.txt [2020-07-30T04:52:35.868Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-07-30T04:52:35.868Z] + PACKAGES=/tmp/packages_start.txt [2020-07-30T04:52:35.868Z] + '[' /w/workspace/edgex-go/22 ']' [2020-07-30T04:52:35.868Z] + PACKAGES=/tmp/packages_end.txt [2020-07-30T04:52:35.868Z] + case "${OS_FAMILY}" in [2020-07-30T04:52:35.868Z] + sort [2020-07-30T04:52:35.868Z] + rpm -qa [2020-07-30T04:52:41.589Z] + '[' -f /tmp/packages_start.txt ']' [2020-07-30T04:52:41.589Z] + '[' -f /tmp/packages_end.txt ']' [2020-07-30T04:52:41.589Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-07-30T04:52:41.589Z] + '[' /w/workspace/edgex-go/22 ']' [2020-07-30T04:52:41.589Z] + mkdir -p /w/workspace/edgex-go/22/archives/ [2020-07-30T04:52:41.589Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/22/archives/ [Pipeline] isUnix [Pipeline] sh [2020-07-30T04:52:42.008Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-30T04:52:42.008Z] [2020-07-30T04:52:42.008Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-07-30T04:52:42.400Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-30T04:52:42.400Z] alpine: Pulling from edgex-lftools-log-publisher [2020-07-30T04:52:42.400Z] c9b1b535fdd9: Pulling fs layer [2020-07-30T04:52:42.400Z] 2cc5ad85d9ab: Pulling fs layer [2020-07-30T04:52:42.400Z] 756a868c4378: Pulling fs layer [2020-07-30T04:52:42.400Z] 444b2fc9a129: Pulling fs layer [2020-07-30T04:52:42.400Z] ea15f1150254: Pulling fs layer [2020-07-30T04:52:42.400Z] 41b27a9f41bf: Pulling fs layer [2020-07-30T04:52:42.400Z] 28c525ee5125: Pulling fs layer [2020-07-30T04:52:42.400Z] 094b1ea09ed8: Pulling fs layer [2020-07-30T04:52:42.400Z] 138eaada9080: Pulling fs layer [2020-07-30T04:52:42.400Z] 0622d0fa9048: Pulling fs layer [2020-07-30T04:52:42.400Z] 41b27a9f41bf: Waiting [2020-07-30T04:52:42.400Z] 28c525ee5125: Waiting [2020-07-30T04:52:42.400Z] 094b1ea09ed8: Waiting [2020-07-30T04:52:42.400Z] 138eaada9080: Waiting [2020-07-30T04:52:42.400Z] 0622d0fa9048: Waiting [2020-07-30T04:52:42.400Z] 444b2fc9a129: Waiting [2020-07-30T04:52:42.400Z] ea15f1150254: Waiting [2020-07-30T04:52:42.400Z] 2cc5ad85d9ab: Verifying Checksum [2020-07-30T04:52:42.400Z] 2cc5ad85d9ab: Download complete [2020-07-30T04:52:42.400Z] 444b2fc9a129: Verifying Checksum [2020-07-30T04:52:42.400Z] 444b2fc9a129: Download complete [2020-07-30T04:52:42.710Z] c9b1b535fdd9: Verifying Checksum [2020-07-30T04:52:42.710Z] c9b1b535fdd9: Download complete [2020-07-30T04:52:42.710Z] ea15f1150254: Verifying Checksum [2020-07-30T04:52:42.710Z] ea15f1150254: Download complete [2020-07-30T04:52:43.129Z] 28c525ee5125: Verifying Checksum [2020-07-30T04:52:43.129Z] 28c525ee5125: Download complete [2020-07-30T04:52:43.621Z] c9b1b535fdd9: Pull complete [2020-07-30T04:52:43.621Z] 2cc5ad85d9ab: Pull complete [2020-07-30T04:52:44.741Z] 756a868c4378: Verifying Checksum [2020-07-30T04:52:44.741Z] 756a868c4378: Download complete [2020-07-30T04:52:45.085Z] 138eaada9080: Verifying Checksum [2020-07-30T04:52:45.086Z] 138eaada9080: Download complete [2020-07-30T04:52:45.086Z] 0622d0fa9048: Verifying Checksum [2020-07-30T04:52:45.086Z] 0622d0fa9048: Download complete [2020-07-30T04:52:45.712Z] 094b1ea09ed8: Verifying Checksum [2020-07-30T04:52:45.712Z] 094b1ea09ed8: Download complete [2020-07-30T04:52:46.399Z] 41b27a9f41bf: Verifying Checksum [2020-07-30T04:52:46.399Z] 41b27a9f41bf: Download complete [2020-07-30T04:52:47.810Z] 756a868c4378: Pull complete [2020-07-30T04:52:48.093Z] 444b2fc9a129: Pull complete [2020-07-30T04:52:49.240Z] ea15f1150254: Pull complete [2020-07-30T04:52:57.726Z] 41b27a9f41bf: Pull complete [2020-07-30T04:52:57.726Z] 28c525ee5125: Pull complete [2020-07-30T04:53:03.082Z] 094b1ea09ed8: Pull complete [2020-07-30T04:53:03.368Z] 138eaada9080: Pull complete [2020-07-30T04:53:04.353Z] 0622d0fa9048: Pull complete [2020-07-30T04:53:04.353Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-07-30T04:53:04.353Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-30T04:53:04.353Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-07-30T04:53:04.710Z] prd-centos7-docker-4c-2g-1529 does not seem to be running inside a container [2020-07-30T04:53:05.166Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgex-go/22 -v /w/workspace/edgex-go/22:/w/workspace/edgex-go/22:rw,z -v /w/workspace/edgex-go/22@tmp:/w/workspace/edgex-go/22@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-07-30T04:53:10.627Z] $ docker top e9e8909e5bdbea264942826e381c54e93a5f88ab78fdf32590dc01fcde6d2ec8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-07-30T04:53:11.091Z] provisioning config files... [2020-07-30T04:53:11.165Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/22@tmp/config6382935075293251076tmp [Pipeline] { [Pipeline] echo [2020-07-30T04:53:11.463Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-30T04:53:13.545Z] ---> create-netrc.sh [Pipeline] echo [2020-07-30T04:53:13.579Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-30T04:53:14.497Z] ---> logs-deploy.sh [2020-07-30T04:53:14.497Z] + ARCHIVE_ARTIFACTS= [2020-07-30T04:53:14.497Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-07-30T04:53:14.497Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-07-30T04:53:14.497Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-07-30T04:53:14.497Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2610/22 [2020-07-30T04:53:14.497Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2610/22/ [2020-07-30T04:53:14.497Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2610/22 /w/workspace/edgex-go/22 [2020-07-30T04:53:17.408Z] Archives upload complete. [2020-07-30T04:53:17.695Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2610/22 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2610/22/ [2020-07-30T04:53:19.957Z] ---> uname -a: [2020-07-30T04:53:19.957Z] Linux e9e8909e5bdb 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux [2020-07-30T04:53:19.957Z] [2020-07-30T04:53:19.957Z]