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 weichou1229 for edgexfoundry/edgex-go Loading trusted files from base branch master at 9098740bb9c39ad5ae1b6b14d814f8ae0a19a439 rather than 990eba683d6c8d69092afaca8d7341b393e8866c Obtained Jenkinsfile from 9098740bb9c39ad5ae1b6b14d814f8ae0a19a439 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-1657 in /w/workspace/edgexfoundry_edgex-go_PR-2627 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/21 [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/21 # 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/2627/head:refs/remotes/origin/PR-2627 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/2627/head:refs/remotes/origin/PR-2627 # 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/2627/head:refs/remotes/origin/PR-2627 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 9098740bb9c39ad5ae1b6b14d814f8ae0a19a439 into PR head commit 990eba683d6c8d69092afaca8d7341b393e8866c Merge succeeded, producing cb8f7a4158611c13a6245f5cb7a85cc8c6bc0104 Checking out Revision cb8f7a4158611c13a6245f5cb7a85cc8c6bc0104 (PR-2627) > git config core.sparsecheckout # timeout=10 > git checkout -f 990eba683d6c8d69092afaca8d7341b393e8866c # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 9098740bb9c39ad5ae1b6b14d814f8ae0a19a439 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f cb8f7a4158611c13a6245f5cb7a85cc8c6bc0104 # timeout=10 Commit message: "Merge commit '9098740bb9c39ad5ae1b6b14d814f8ae0a19a439' into HEAD" > git rev-list --no-walk 990eba683d6c8d69092afaca8d7341b393e8866c # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-07-31T04:29:42.311Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-07-31T04:29:42.518Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-07-31T04:29:42.590Z] ========================================================= [2020-07-31T04:29:42.590Z] EdgeX Global Pipelines Version Info [2020-07-31T04:29:42.590Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-07-31T04:29:44.486Z] ------------------- [2020-07-31T04:29:44.486Z] stable info: [2020-07-31T04:29:44.486Z] ------------------- [2020-07-31T04:29:44.486Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-07-31T04:29:44.486Z] Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [2020-07-31T04:29:44.486Z] Message: update stable to v1.0.106 [2020-07-31T04:29:45.067Z] ------------------- [2020-07-31T04:29:45.067Z] experimental info: [2020-07-31T04:29:45.067Z] ------------------- [2020-07-31T04:29:45.067Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-07-31T04:29:45.067Z] Commit SHA: 69b11ffe9275ab8e68c4cba724b6d595bdc2db9b [2020-07-31T04:29:45.067Z] Message: update experimental to v1.0.111 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] sh [2020-07-31T04:29:46.669Z] ++ 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-31T04:29:46.669Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-31T04:29:46.669Z] ++ dirname cmd/core-command/Dockerfile [2020-07-31T04:29:46.669Z] ++ cut -d/ -f2 [2020-07-31T04:29:46.669Z] + echo core-command,cmd/core-command/Dockerfile [2020-07-31T04:29:46.669Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-31T04:29:46.669Z] ++ dirname cmd/core-data/Dockerfile [2020-07-31T04:29:46.669Z] ++ cut -d/ -f2 [2020-07-31T04:29:46.669Z] + echo core-data,cmd/core-data/Dockerfile [2020-07-31T04:29:46.669Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-31T04:29:46.669Z] ++ dirname cmd/core-metadata/Dockerfile [2020-07-31T04:29:46.669Z] ++ cut -d/ -f2 [2020-07-31T04:29:46.669Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-07-31T04:29:46.669Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-31T04:29:46.669Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-07-31T04:29:46.669Z] ++ cut -d/ -f2 [2020-07-31T04:29:46.669Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-07-31T04:29:46.669Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-31T04:29:46.669Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-07-31T04:29:46.669Z] ++ cut -d/ -f2 [2020-07-31T04:29:46.669Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-07-31T04:29:46.669Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-31T04:29:46.669Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-07-31T04:29:46.669Z] ++ cut -d/ -f2 [2020-07-31T04:29:46.669Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-07-31T04:29:46.669Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-31T04:29:46.669Z] ++ dirname cmd/support-logging/Dockerfile [2020-07-31T04:29:46.669Z] ++ cut -d/ -f2 [2020-07-31T04:29:46.669Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-07-31T04:29:46.669Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-31T04:29:46.669Z] ++ dirname cmd/support-notifications/Dockerfile [2020-07-31T04:29:46.669Z] ++ cut -d/ -f2 [2020-07-31T04:29:46.669Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-07-31T04:29:46.669Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-31T04:29:46.669Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-07-31T04:29:46.669Z] ++ cut -d/ -f2 [2020-07-31T04:29:46.669Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-07-31T04:29:46.669Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-31T04:29:46.669Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-07-31T04:29:46.669Z] ++ cut -d/ -f2 [2020-07-31T04:29:46.669Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-07-31T04:29:46.738Z] 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-31T04:29:47.703Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-31T04:29:47.965Z] [2020-07-31T04:29:47.965Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-07-31T04:29:48.354Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-31T04:29:48.354Z] latest: Pulling from edgex-devops/git-semver [2020-07-31T04:29:48.354Z] 31603596830f: Pulling fs layer [2020-07-31T04:29:48.354Z] 2a8b12db71e7: Pulling fs layer [2020-07-31T04:29:48.354Z] 6ca5941a6612: Pulling fs layer [2020-07-31T04:29:48.354Z] ecc8261a40a4: Pulling fs layer [2020-07-31T04:29:48.354Z] ecc8261a40a4: Waiting [2020-07-31T04:29:48.354Z] 2a8b12db71e7: Verifying Checksum [2020-07-31T04:29:48.354Z] 2a8b12db71e7: Download complete [2020-07-31T04:29:48.615Z] 31603596830f: Verifying Checksum [2020-07-31T04:29:48.615Z] 31603596830f: Download complete [2020-07-31T04:29:48.615Z] ecc8261a40a4: Verifying Checksum [2020-07-31T04:29:48.615Z] ecc8261a40a4: Download complete [2020-07-31T04:29:48.615Z] 6ca5941a6612: Verifying Checksum [2020-07-31T04:29:48.615Z] 6ca5941a6612: Download complete [2020-07-31T04:29:48.877Z] 31603596830f: Pull complete [2020-07-31T04:29:48.877Z] 2a8b12db71e7: Pull complete [2020-07-31T04:29:49.826Z] 6ca5941a6612: Pull complete [2020-07-31T04:29:50.088Z] ecc8261a40a4: Pull complete [2020-07-31T04:29:50.088Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-07-31T04:29:50.088Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-31T04:29:50.088Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-07-31T04:29:50.250Z] prd-centos7-docker-4c-2g-1657 does not seem to be running inside a container [2020-07-31T04:29:50.308Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@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:10004/edgex-devops/git-semver:latest cat [2020-07-31T04:29:52.800Z] $ docker top 8eed501888c6d8ca22dcecdd146e9397385938deac18f09c5c582957aa013589 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-07-31T04:29:53.137Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-31T04:29:53.137Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-31T04:29:53.372Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-31T04:29:53.374Z] $ docker exec 8eed501888c6d8ca22dcecdd146e9397385938deac18f09c5c582957aa013589 ssh-agent [2020-07-31T04:29:53.600Z] SSH_AUTH_SOCK=/tmp/ssh-tT78HkPzPKlH/agent.11 [2020-07-31T04:29:53.600Z] SSH_AGENT_PID=17 [2020-07-31T04:29:53.612Z] Running ssh-add (command line suppressed) [2020-07-31T04:29:53.745Z] Identity added: /w/workspace/edgex-go/21@tmp/private_key_794394295515725080.key (/w/workspace/edgex-go/21@tmp/private_key_794394295515725080.key) [2020-07-31T04:29:53.794Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-31T04:29:54.115Z] + git describe --exact-match --tags HEAD [2020-07-31T04:29:54.115Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-07-31T04:29:54.140Z] $ docker exec --env ******** --env ******** 8eed501888c6d8ca22dcecdd146e9397385938deac18f09c5c582957aa013589 ssh-agent -k [2020-07-31T04:29:54.259Z] unset SSH_AUTH_SOCK; [2020-07-31T04:29:54.260Z] unset SSH_AGENT_PID; [2020-07-31T04:29:54.260Z] echo Agent pid 17 killed; [2020-07-31T04:29:54.315Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-07-31T04:29:54.435Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-07-31T04:29:54.435Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-07-31T04:29:54.527Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-31T04:29:54.527Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-31T04:29:54.696Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-31T04:29:54.699Z] $ docker exec 8eed501888c6d8ca22dcecdd146e9397385938deac18f09c5c582957aa013589 ssh-agent [2020-07-31T04:29:54.873Z] SSH_AUTH_SOCK=/tmp/ssh-AopkemtaR7C8/agent.46 [2020-07-31T04:29:54.873Z] SSH_AGENT_PID=51 [2020-07-31T04:29:54.878Z] Running ssh-add (command line suppressed) [2020-07-31T04:29:55.006Z] Identity added: /w/workspace/edgex-go/21@tmp/private_key_7762285228016352135.key (/w/workspace/edgex-go/21@tmp/private_key_7762285228016352135.key) [2020-07-31T04:29:55.057Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-31T04:29:55.380Z] + git semver init [2020-07-31T04:29:55.380Z] # -> Open(): unable to determine branch for HEAD [2020-07-31T04:29:55.380Z] # $GIT_DIR = /w/workspace/edgex-go/21/.git [2020-07-31T04:29:55.380Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/21 [2020-07-31T04:29:55.380Z] # $SEMVER_REMOTE_NAME = origin [2020-07-31T04:29:55.380Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-07-31T04:29:55.380Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-07-31T04:29:55.380Z] # $SEMVER_BRANCH = PR-2627 [2020-07-31T04:29:55.380Z] # $SEMVER_TEMP = /tmp/semver-831149400 [2020-07-31T04:29:55.380Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-07-31T04:30:27.519Z] # '/tmp/semver-831149400' -> '/w/workspace/edgex-go/21/.semver' [2020-07-31T04:30:27.781Z] # -> Force: false [2020-07-31T04:30:27.781Z] # $SEMVER_DIR = /w/workspace/edgex-go/21/.semver [Pipeline] } [2020-07-31T04:30:27.790Z] $ docker exec --env ******** --env ******** 8eed501888c6d8ca22dcecdd146e9397385938deac18f09c5c582957aa013589 ssh-agent -k [2020-07-31T04:30:28.012Z] unset SSH_AUTH_SOCK; [2020-07-31T04:30:28.013Z] unset SSH_AGENT_PID; [2020-07-31T04:30:28.013Z] echo Agent pid 51 killed; [2020-07-31T04:30:28.083Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-07-31T04:30:28.558Z] + git semver [Pipeline] } [2020-07-31T04:30:28.573Z] $ docker stop --time=1 8eed501888c6d8ca22dcecdd146e9397385938deac18f09c5c582957aa013589 [2020-07-31T04:30:30.151Z] $ docker rm -f 8eed501888c6d8ca22dcecdd146e9397385938deac18f09c5c582957aa013589 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-07-31T04:30:44.278Z] Stashed 28 file(s) [Pipeline] echo [2020-07-31T04:30:44.280Z] [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-31T04:30:44.775Z] ========================================================= [2020-07-31T04:30:44.775Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-07-31T04:30:44.775Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-07-31T04:30:45.123Z] + 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-31T04:30:48.467Z] Sending build context to Docker daemon 323MB [2020-07-31T04:30:48.467Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-07-31T04:30:48.467Z] Step 2/7 : FROM ${BASE} [2020-07-31T04:30:48.467Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-07-31T04:30:48.467Z] df20fa9351a1: Pulling fs layer [2020-07-31T04:30:48.467Z] ed8968b2872e: Pulling fs layer [2020-07-31T04:30:48.467Z] a92cc7c5fd73: Pulling fs layer [2020-07-31T04:30:48.467Z] 2dd03ba5bac4: Pulling fs layer [2020-07-31T04:30:48.467Z] 1e091d79d1de: Pulling fs layer [2020-07-31T04:30:48.467Z] 481702a1767f: Pulling fs layer [2020-07-31T04:30:48.467Z] f64a6f60c768: Pulling fs layer [2020-07-31T04:30:48.467Z] e78d2573fc39: Pulling fs layer [2020-07-31T04:30:48.467Z] e876d2f968b6: Pulling fs layer [2020-07-31T04:30:48.467Z] ce8a83651883: Pulling fs layer [2020-07-31T04:30:48.467Z] 07967f4d0e4b: Pulling fs layer [2020-07-31T04:30:48.467Z] 2dd03ba5bac4: Waiting [2020-07-31T04:30:48.467Z] 1e091d79d1de: Waiting [2020-07-31T04:30:48.467Z] 481702a1767f: Waiting [2020-07-31T04:30:48.467Z] e78d2573fc39: Waiting [2020-07-31T04:30:48.467Z] f64a6f60c768: Waiting [2020-07-31T04:30:48.467Z] ce8a83651883: Waiting [2020-07-31T04:30:48.467Z] e876d2f968b6: Waiting [2020-07-31T04:30:48.467Z] 07967f4d0e4b: Waiting [2020-07-31T04:30:48.467Z] a92cc7c5fd73: Verifying Checksum [2020-07-31T04:30:48.467Z] a92cc7c5fd73: Download complete [2020-07-31T04:30:48.467Z] ed8968b2872e: Verifying Checksum [2020-07-31T04:30:48.467Z] ed8968b2872e: Download complete [2020-07-31T04:30:48.467Z] 1e091d79d1de: Download complete [2020-07-31T04:30:48.467Z] 481702a1767f: Verifying Checksum [2020-07-31T04:30:48.467Z] 481702a1767f: Download complete [2020-07-31T04:30:48.467Z] df20fa9351a1: Verifying Checksum [2020-07-31T04:30:48.467Z] df20fa9351a1: Download complete [2020-07-31T04:30:48.747Z] df20fa9351a1: Pull complete [2020-07-31T04:30:49.341Z] f64a6f60c768: Verifying Checksum [2020-07-31T04:30:49.341Z] f64a6f60c768: Download complete [2020-07-31T04:30:49.341Z] e876d2f968b6: Verifying Checksum [2020-07-31T04:30:49.341Z] e876d2f968b6: Download complete [2020-07-31T04:30:49.934Z] ed8968b2872e: Pull complete [2020-07-31T04:30:49.934Z] ce8a83651883: Verifying Checksum [2020-07-31T04:30:49.934Z] ce8a83651883: Download complete [2020-07-31T04:30:49.934Z] a92cc7c5fd73: Pull complete [2020-07-31T04:30:50.197Z] 2dd03ba5bac4: Verifying Checksum [2020-07-31T04:30:50.197Z] 2dd03ba5bac4: Download complete [2020-07-31T04:30:50.197Z] 07967f4d0e4b: Verifying Checksum [2020-07-31T04:30:50.197Z] 07967f4d0e4b: Download complete [2020-07-31T04:30:50.197Z] e78d2573fc39: Verifying Checksum [2020-07-31T04:30:50.197Z] e78d2573fc39: Download complete [2020-07-31T04:30:55.508Z] 2dd03ba5bac4: Pull complete [2020-07-31T04:30:55.508Z] 1e091d79d1de: Pull complete [2020-07-31T04:30:55.769Z] 481702a1767f: Pull complete [2020-07-31T04:30:59.576Z] Still waiting to schedule task [2020-07-31T04:30:59.576Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-07-31T04:31:02.354Z] f64a6f60c768: Pull complete [2020-07-31T04:31:04.906Z] e78d2573fc39: Pull complete [2020-07-31T04:31:04.906Z] e876d2f968b6: Pull complete [2020-07-31T04:31:05.849Z] ce8a83651883: Pull complete [2020-07-31T04:31:06.111Z] 07967f4d0e4b: Pull complete [2020-07-31T04:31:06.111Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-07-31T04:31:06.111Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-07-31T04:31:06.111Z] ---> 5d7c900382c6 [2020-07-31T04:31:06.111Z] 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-31T04:31:06.683Z] ---> Running in 2d727619b850 [2020-07-31T04:31:07.254Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-31T04:31:19.490Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-31T04:31:41.561Z] (1/12) Installing libmagic (5.38-r0) [2020-07-31T04:31:44.859Z] (2/12) Installing file (5.38-r0) [2020-07-31T04:31:44.859Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-07-31T04:31:44.859Z] (4/12) Installing g++ (9.3.0-r2) [2020-07-31T04:32:31.548Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-1662 in /w/workspace/edgexfoundry_edgex-go_PR-2627 [Pipeline] { [Pipeline] ws [2020-07-31T04:32:31.594Z] Running in /w/workspace/edgex-go/21 [Pipeline] { [Pipeline] checkout [2020-07-31T04:32:36.552Z] using credential edgex-jenkins-ssh [2020-07-31T04:32:36.605Z] Cloning the remote Git repository [2020-07-31T04:32:36.605Z] Cloning with configured refspecs honoured and without tags [2020-07-31T04:32:36.672Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-07-31T04:32:36.776Z] > git init /w/workspace/edgex-go/21 # timeout=10 [2020-07-31T04:32:36.837Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-07-31T04:32:36.838Z] > git --version # timeout=10 [2020-07-31T04:32:36.856Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-31T04:32:36.901Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2627/head:refs/remotes/origin/PR-2627 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-31T04:32:58.755Z] Fetching without tags [2020-07-31T04:32:59.313Z] Merging remotes/origin/master commit 9098740bb9c39ad5ae1b6b14d814f8ae0a19a439 into PR head commit 990eba683d6c8d69092afaca8d7341b393e8866c [2020-07-31T04:33:00.075Z] Merge succeeded, producing 44e6c3dce595dfb22bc76827558a64c9ff736bb5 [2020-07-31T04:33:00.076Z] Checking out Revision 44e6c3dce595dfb22bc76827558a64c9ff736bb5 (PR-2627) [2020-07-31T04:32:58.674Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-07-31T04:32:58.689Z] > git config --add remote.origin.fetch +refs/pull/2627/head:refs/remotes/origin/PR-2627 # timeout=10 [2020-07-31T04:32:58.714Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-31T04:32:58.734Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-07-31T04:32:58.763Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-07-31T04:32:58.764Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-31T04:32:58.775Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2627/head:refs/remotes/origin/PR-2627 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-31T04:32:59.327Z] > git config core.sparsecheckout # timeout=10 [2020-07-31T04:32:59.343Z] > git checkout -f 990eba683d6c8d69092afaca8d7341b393e8866c # timeout=10 [2020-07-31T04:32:59.610Z] > git remote # timeout=10 [2020-07-31T04:32:59.676Z] > git config --get remote.origin.url # timeout=10 [2020-07-31T04:32:59.715Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-31T04:32:59.726Z] > git merge 9098740bb9c39ad5ae1b6b14d814f8ae0a19a439 # timeout=10 [2020-07-31T04:33:00.052Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-07-31T04:33:00.077Z] > git config core.sparsecheckout # timeout=10 [2020-07-31T04:33:00.090Z] > git checkout -f 44e6c3dce595dfb22bc76827558a64c9ff736bb5 # timeout=10 [2020-07-31T04:33:04.245Z] Commit message: "Merge commit '9098740bb9c39ad5ae1b6b14d814f8ae0a19a439' into HEAD" [2020-07-31T04:33:04.247Z] > git rev-list --no-walk 990eba683d6c8d69092afaca8d7341b393e8866c # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-07-31T04:33:16.003Z] ========================================================= [2020-07-31T04:33:16.003Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-07-31T04:33:16.003Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-07-31T04:33:16.958Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . [2020-07-31T04:33:21.280Z] Sending build context to Docker daemon 323MB [2020-07-31T04:33:21.280Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-07-31T04:33:21.280Z] Step 2/7 : FROM ${BASE} [2020-07-31T04:33:21.280Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-07-31T04:33:21.280Z] b538f80385f9: Pulling fs layer [2020-07-31T04:33:21.280Z] 74f711af9a0d: Pulling fs layer [2020-07-31T04:33:21.280Z] 99f96fe45779: Pulling fs layer [2020-07-31T04:33:21.280Z] fd7a069fd194: Pulling fs layer [2020-07-31T04:33:21.280Z] 66aa3694b03b: Pulling fs layer [2020-07-31T04:33:21.280Z] 170f70906a0f: Pulling fs layer [2020-07-31T04:33:21.280Z] ad7c5574e4b9: Pulling fs layer [2020-07-31T04:33:21.280Z] e772456be8f7: Pulling fs layer [2020-07-31T04:33:21.280Z] c890913d741a: Pulling fs layer [2020-07-31T04:33:21.280Z] 2480fcc9aa5a: Pulling fs layer [2020-07-31T04:33:21.280Z] 09adf4765672: Pulling fs layer [2020-07-31T04:33:21.280Z] 66aa3694b03b: Waiting [2020-07-31T04:33:21.280Z] 170f70906a0f: Waiting [2020-07-31T04:33:21.280Z] ad7c5574e4b9: Waiting [2020-07-31T04:33:21.280Z] e772456be8f7: Waiting [2020-07-31T04:33:21.280Z] c890913d741a: Waiting [2020-07-31T04:33:21.280Z] 2480fcc9aa5a: Waiting [2020-07-31T04:33:21.280Z] 09adf4765672: Waiting [2020-07-31T04:33:21.281Z] fd7a069fd194: Waiting [2020-07-31T04:33:21.281Z] 99f96fe45779: Download complete [2020-07-31T04:33:21.281Z] 74f711af9a0d: Download complete [2020-07-31T04:33:21.281Z] 66aa3694b03b: Download complete [2020-07-31T04:33:21.555Z] 170f70906a0f: Verifying Checksum [2020-07-31T04:33:21.555Z] 170f70906a0f: Download complete [2020-07-31T04:33:21.555Z] b538f80385f9: Download complete [2020-07-31T04:33:22.151Z] b538f80385f9: Pull complete [2020-07-31T04:33:22.752Z] 74f711af9a0d: Pull complete [2020-07-31T04:33:23.024Z] 99f96fe45779: Pull complete [2020-07-31T04:33:25.000Z] ad7c5574e4b9: Verifying Checksum [2020-07-31T04:33:25.000Z] ad7c5574e4b9: Download complete [2020-07-31T04:33:25.000Z] c890913d741a: Verifying Checksum [2020-07-31T04:33:25.000Z] c890913d741a: Download complete [2020-07-31T04:33:26.433Z] e772456be8f7: Verifying Checksum [2020-07-31T04:33:26.433Z] e772456be8f7: Download complete [2020-07-31T04:33:26.433Z] 09adf4765672: Verifying Checksum [2020-07-31T04:33:26.433Z] 09adf4765672: Download complete [2020-07-31T04:33:26.708Z] fd7a069fd194: Verifying Checksum [2020-07-31T04:33:26.708Z] fd7a069fd194: Download complete [2020-07-31T04:33:26.984Z] 2480fcc9aa5a: Verifying Checksum [2020-07-31T04:33:26.984Z] 2480fcc9aa5a: Download complete [2020-07-31T04:33:39.396Z] fd7a069fd194: Pull complete [2020-07-31T04:33:39.396Z] 66aa3694b03b: Pull complete [2020-07-31T04:33:39.396Z] 170f70906a0f: Pull complete [2020-07-31T04:33:42.821Z] ad7c5574e4b9: Pull complete [2020-07-31T04:33:47.143Z] e772456be8f7: Pull complete [2020-07-31T04:33:47.143Z] c890913d741a: Pull complete [2020-07-31T04:33:49.773Z] 2480fcc9aa5a: Pull complete [2020-07-31T04:33:51.755Z] 09adf4765672: Pull complete [2020-07-31T04:33:51.755Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-07-31T04:33:51.755Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-07-31T04:33:51.755Z] ---> 2248a725d1cf [2020-07-31T04:33:51.755Z] 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-31T04:33:57.147Z] ---> Running in 461bf13543cf [2020-07-31T04:33:57.738Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-31T04:34:12.793Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-31T04:34:39.531Z] (1/12) Installing libmagic (5.38-r0) [2020-07-31T04:34:47.766Z] (2/12) Installing file (5.38-r0) [2020-07-31T04:34:47.766Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-07-31T04:34:47.766Z] (4/12) Installing g++ (9.3.0-r2) [2020-07-31T04:38:51.633Z] (5/12) Installing fortify-headers (1.1-r0) [2020-07-31T04:38:51.634Z] (6/12) Installing patch (2.7.6-r6) [2020-07-31T04:38:51.634Z] (7/12) Installing build-base (0.5-r2) [2020-07-31T04:38:51.634Z] (8/12) Installing libsodium (1.0.18-r0) [2020-07-31T04:38:51.634Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-07-31T04:38:51.634Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-07-31T04:38:51.634Z] (11/12) Installing libzmq (4.3.2-r0) [2020-07-31T04:38:51.634Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-07-31T04:38:51.634Z] Executing busybox-1.31.1-r16.trigger [2020-07-31T04:38:51.634Z] OK: 233 MiB in 51 packages [2020-07-31T04:38:53.019Z] Removing intermediate container 2d727619b850 [2020-07-31T04:38:53.019Z] ---> 67056001cea4 [2020-07-31T04:38:53.019Z] Step 4/7 : WORKDIR /edgex-go [2020-07-31T04:38:53.019Z] ---> Running in e386384b4b58 [2020-07-31T04:38:53.280Z] Removing intermediate container e386384b4b58 [2020-07-31T04:38:53.280Z] ---> 2ce14caec71d [2020-07-31T04:38:53.280Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-07-31T04:38:53.541Z] latest: Pulling from library/docker [2020-07-31T04:38:53.541Z] df20fa9351a1: Already exists [2020-07-31T04:38:53.541Z] 25ad7478873d: Pulling fs layer [2020-07-31T04:38:53.541Z] 4684f6177b5d: Pulling fs layer [2020-07-31T04:38:53.541Z] 46e300cec669: Pulling fs layer [2020-07-31T04:38:53.541Z] 63038576ad94: Pulling fs layer [2020-07-31T04:38:53.541Z] 0fdb76c4706c: Pulling fs layer [2020-07-31T04:38:53.541Z] cb7edeffdfd5: Pulling fs layer [2020-07-31T04:38:53.541Z] 63038576ad94: Waiting [2020-07-31T04:38:53.541Z] 0fdb76c4706c: Waiting [2020-07-31T04:38:53.541Z] cb7edeffdfd5: Waiting [2020-07-31T04:38:53.806Z] 4684f6177b5d: Download complete [2020-07-31T04:38:53.806Z] 63038576ad94: Verifying Checksum [2020-07-31T04:38:53.806Z] 63038576ad94: Download complete [2020-07-31T04:38:53.806Z] 25ad7478873d: Verifying Checksum [2020-07-31T04:38:53.806Z] 25ad7478873d: Download complete [2020-07-31T04:38:54.073Z] 0fdb76c4706c: Verifying Checksum [2020-07-31T04:38:54.073Z] 0fdb76c4706c: Download complete [2020-07-31T04:38:54.073Z] cb7edeffdfd5: Verifying Checksum [2020-07-31T04:38:54.073Z] cb7edeffdfd5: Download complete [2020-07-31T04:38:54.073Z] 25ad7478873d: Pull complete [2020-07-31T04:38:54.334Z] 4684f6177b5d: Pull complete [2020-07-31T04:38:54.598Z] 46e300cec669: Verifying Checksum [2020-07-31T04:38:54.598Z] 46e300cec669: Download complete [2020-07-31T04:38:57.161Z] 46e300cec669: Pull complete [2020-07-31T04:38:57.161Z] 63038576ad94: Pull complete [2020-07-31T04:38:57.161Z] 0fdb76c4706c: Pull complete [2020-07-31T04:38:57.161Z] cb7edeffdfd5: Pull complete [2020-07-31T04:38:57.161Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-07-31T04:38:57.161Z] Status: Downloaded newer image for docker:latest [2020-07-31T04:38:59.086Z] ---> 2f93f1515e5a [2020-07-31T04:38:59.086Z] Step 6/7 : COPY go.mod . [2020-07-31T04:38:59.086Z] ---> c1f8f6c81c46 [2020-07-31T04:38:59.086Z] Step 7/7 : RUN go mod download [2020-07-31T04:38:59.086Z] ---> Running in c1b1312990ff [2020-07-31T04:39:01.721Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-07-31T04:39:01.721Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-07-31T04:39:01.721Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-07-31T04:39:01.721Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-07-31T04:39:01.721Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-07-31T04:39:01.721Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-07-31T04:39:01.721Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-07-31T04:39:01.721Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-07-31T04:39:02.030Z] go: finding github.com/cloudflare/gokey v0.1.0 [2020-07-31T04:39:02.030Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-07-31T04:39:02.030Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-07-31T04:39:02.030Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-07-31T04:39:02.030Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-07-31T04:39:02.030Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-07-31T04:39:02.030Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-07-31T04:39:02.030Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-07-31T04:39:02.030Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-07-31T04:39:02.030Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-07-31T04:39:02.332Z] go: finding github.com/fatih/color v1.7.0 [2020-07-31T04:39:02.332Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-07-31T04:39:02.332Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-07-31T04:39:02.332Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-07-31T04:39:02.332Z] go: finding github.com/go-kit/kit v0.8.0 [2020-07-31T04:39:02.332Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-07-31T04:39:02.332Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-07-31T04:39:02.332Z] go: finding github.com/go-stack/stack v1.8.0 [2020-07-31T04:39:02.332Z] go: finding github.com/golang/protobuf v1.3.2 [2020-07-31T04:39:02.332Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-07-31T04:39:02.332Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-07-31T04:39:02.332Z] go: finding github.com/google/uuid v1.1.0 [2020-07-31T04:39:02.594Z] go: finding github.com/gorilla/mux v1.7.1 [2020-07-31T04:39:02.594Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-07-31T04:39:02.594Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-07-31T04:39:02.594Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-07-31T04:39:02.594Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-07-31T04:39:02.594Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-07-31T04:39:02.594Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-07-31T04:39:02.594Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-07-31T04:39:02.594Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-07-31T04:39:02.594Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-07-31T04:39:02.594Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-07-31T04:39:02.854Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-07-31T04:39:02.854Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-07-31T04:39:02.854Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-07-31T04:39:02.854Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-07-31T04:39:02.854Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-07-31T04:39:02.854Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-07-31T04:39:02.854Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-07-31T04:39:02.854Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-07-31T04:39:02.854Z] go: finding github.com/imdario/mergo v0.3.6 [2020-07-31T04:39:02.854Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-07-31T04:39:02.854Z] go: finding github.com/kr/pretty v0.1.0 [2020-07-31T04:39:03.115Z] go: finding github.com/kr/pty v1.1.1 [2020-07-31T04:39:03.115Z] go: finding github.com/kr/text v0.1.0 [2020-07-31T04:39:03.115Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-07-31T04:39:03.115Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-07-31T04:39:03.115Z] go: finding github.com/miekg/dns v1.0.14 [2020-07-31T04:39:03.115Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-07-31T04:39:03.115Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-07-31T04:39:03.115Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-07-31T04:39:03.376Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-07-31T04:39:03.376Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-07-31T04:39:03.376Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-07-31T04:39:03.376Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-07-31T04:39:03.376Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-07-31T04:39:03.376Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-07-31T04:39:03.376Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-07-31T04:39:03.376Z] go: finding github.com/onsi/gomega v1.7.0 [2020-07-31T04:39:03.376Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-07-31T04:39:03.376Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-07-31T04:39:03.637Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-07-31T04:39:03.637Z] go: finding github.com/pkg/errors v0.8.1 [2020-07-31T04:39:03.637Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-07-31T04:39:03.637Z] go: finding github.com/posener/complete v1.1.1 [2020-07-31T04:39:03.637Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-07-31T04:39:03.637Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-07-31T04:39:03.637Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-07-31T04:39:03.637Z] go: finding github.com/stretchr/objx v0.1.0 [2020-07-31T04:39:03.637Z] go: finding github.com/stretchr/testify v1.5.1 [2020-07-31T04:39:03.898Z] go: finding github.com/ugorji/go v1.1.4 [2020-07-31T04:39:03.898Z] go: finding github.com/x448/float16 v0.8.4 [2020-07-31T04:39:03.898Z] go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 [2020-07-31T04:39:03.898Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-07-31T04:39:03.898Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-07-31T04:39:03.898Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-07-31T04:39:03.898Z] go: finding golang.org/x/text v0.3.2 [2020-07-31T04:39:03.898Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-07-31T04:39:03.898Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-07-31T04:39:03.898Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-07-31T04:39:04.159Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-07-31T04:39:04.159Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-07-31T04:39:04.159Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-07-31T04:39:19.095Z] Removing intermediate container c1b1312990ff [2020-07-31T04:39:19.095Z] ---> 363d652b8a5a [2020-07-31T04:39:19.095Z] Successfully built 363d652b8a5a [2020-07-31T04:39:19.095Z] 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-31T04:39:19.710Z] + docker inspect -f . ci-base-image-x86_64 [2020-07-31T04:39:19.710Z] . [Pipeline] withDockerContainer [2020-07-31T04:39:19.826Z] prd-centos7-docker-4c-2g-1657 does not seem to be running inside a container [2020-07-31T04:39:19.872Z] $ 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/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@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 ******** ci-base-image-x86_64 cat [2020-07-31T04:39:20.549Z] $ docker top 101012a1d4181596da04b4310166589635b538a95fcc07d38a8bd5d45b42c1ca -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-31T04:39:21.086Z] + go version [2020-07-31T04:39:21.086Z] go version go1.13.13 linux/amd64 [Pipeline] echo [2020-07-31T04:39:21.098Z] ========================================================= [2020-07-31T04:39:21.098Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-07-31T04:39:21.098Z] ========================================================= [Pipeline] sh [2020-07-31T04:39:21.382Z] + make test [2020-07-31T04:39:21.382Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-07-31T04:39:23.295Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-07-31T04:39:33.371Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-07-31T04:39:37.670Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-07-31T04:39:37.670Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-07-31T04:39:37.670Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-07-31T04:39:37.670Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-07-31T04:39:39.620Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.011s [2020-07-31T04:39:39.620Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-07-31T04:39:39.620Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-07-31T04:39:39.620Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-07-31T04:39:39.898Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-07-31T04:39:40.495Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-07-31T04:39:40.495Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-07-31T04:39:40.495Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-07-31T04:39:40.495Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-07-31T04:39:45.883Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.031s coverage: 46.6% of statements [2020-07-31T04:39:45.883Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-07-31T04:39:45.883Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-07-31T04:39:45.883Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-07-31T04:39:45.883Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-07-31T04:39:45.883Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-07-31T04:39:48.488Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.048s coverage: 27.4% of statements [2020-07-31T04:39:48.488Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-07-31T04:39:48.488Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-07-31T04:39:48.488Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-07-31T04:39:48.488Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-07-31T04:39:48.488Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-07-31T04:39:48.488Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-07-31T04:39:48.488Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.030s coverage: 100.0% of statements [2020-07-31T04:39:48.488Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-07-31T04:39:48.488Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.023s coverage: 100.0% of statements [2020-07-31T04:39:48.488Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-07-31T04:39:49.077Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.105s coverage: 28.6% of statements [2020-07-31T04:39:49.077Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-07-31T04:39:49.077Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-07-31T04:39:49.077Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-07-31T04:39:49.077Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-07-31T04:39:49.077Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-07-31T04:39:49.077Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.013s coverage: 100.0% of statements [2020-07-31T04:39:49.077Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-07-31T04:39:49.077Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.053s coverage: 100.0% of statements [2020-07-31T04:39:49.077Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-07-31T04:39:49.666Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.020s coverage: 89.8% of statements [2020-07-31T04:39:49.666Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-07-31T04:39:49.931Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.028s coverage: 97.5% of statements [2020-07-31T04:39:49.931Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-07-31T04:39:50.207Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.022s coverage: 100.0% of statements [2020-07-31T04:39:50.208Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-07-31T04:39:50.208Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-07-31T04:39:50.208Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-07-31T04:39:50.208Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-07-31T04:39:50.208Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-07-31T04:39:50.208Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-07-31T04:39:50.208Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-07-31T04:39:50.208Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-07-31T04:39:50.208Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-07-31T04:39:50.208Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-07-31T04:39:50.208Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-07-31T04:39:50.208Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-07-31T04:39:50.208Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-07-31T04:39:50.208Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-07-31T04:39:50.208Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-07-31T04:39:50.208Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-07-31T04:39:50.208Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-07-31T04:39:50.208Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.032s coverage: 58.8% of statements [2020-07-31T04:39:51.619Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.041s coverage: 63.5% of statements [2020-07-31T04:39:51.619Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-07-31T04:39:51.619Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-07-31T04:39:51.619Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.005s coverage: 100.0% of statements [2020-07-31T04:39:51.619Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.123s coverage: 55.9% of statements [2020-07-31T04:39:51.619Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-07-31T04:39:51.619Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-07-31T04:39:51.619Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-07-31T04:39:51.619Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-07-31T04:39:54.222Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 2.068s coverage: 86.3% of statements [2020-07-31T04:39:54.222Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-07-31T04:39:54.222Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.248s coverage: 72.2% of statements [2020-07-31T04:39:54.222Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.089s coverage: 72.1% of statements [2020-07-31T04:39:54.222Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.013s coverage: 82.4% of statements [2020-07-31T04:39:54.222Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.013s coverage: 48.4% of statements [2020-07-31T04:39:54.222Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-07-31T04:39:54.222Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-07-31T04:39:54.222Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-07-31T04:39:54.222Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.009s coverage: 28.8% of statements [2020-07-31T04:39:54.222Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-07-31T04:39:54.222Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.039s coverage: 96.8% of statements [2020-07-31T04:39:54.222Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-07-31T04:39:55.628Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.047s coverage: 26.9% of statements [2020-07-31T04:39:55.628Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-07-31T04:39:55.628Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-07-31T04:39:55.628Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.095s coverage: 84.1% of statements [2020-07-31T04:39:55.628Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.008s coverage: 100.0% of statements [2020-07-31T04:39:55.906Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.016s coverage: 43.1% of statements [2020-07-31T04:39:55.906Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-07-31T04:39:55.906Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-07-31T04:39:56.501Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.004s coverage: 100.0% of statements [2020-07-31T04:39:56.501Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-07-31T04:39:56.775Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.013s coverage: 83.8% of statements [2020-07-31T04:39:56.775Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-07-31T04:39:58.750Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.023s coverage: 46.1% of statements [2020-07-31T04:39:58.750Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-07-31T04:39:58.750Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-07-31T04:39:58.750Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.040s coverage: 100.0% of statements [2020-07-31T04:39:58.750Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-07-31T04:39:58.750Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-07-31T04:39:58.750Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-07-31T04:39:58.750Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.011s coverage: 100.0% of statements [2020-07-31T04:39:58.750Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-07-31T04:39:58.750Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.016s coverage: 100.0% of statements [2020-07-31T04:39:58.750Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-07-31T04:40:00.160Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.047s coverage: 29.1% of statements [2020-07-31T04:40:00.160Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-07-31T04:40:00.160Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-07-31T04:40:00.160Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-07-31T04:40:00.160Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-07-31T04:40:00.160Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-07-31T04:40:00.160Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.044s coverage: 99.0% of statements [2020-07-31T04:40:00.160Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-07-31T04:40:00.160Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.007s coverage: 100.0% of statements [2020-07-31T04:40:00.160Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-07-31T04:40:00.160Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.003s coverage: 0.0% of statements [2020-07-31T04:40:00.160Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-07-31T04:40:00.744Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.010s coverage: 100.0% of statements [2020-07-31T04:40:00.744Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-07-31T04:40:00.744Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-07-31T04:40:00.744Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-07-31T04:40:00.744Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-07-31T04:40:01.334Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.006s coverage: 87.9% of statements [2020-07-31T04:40:01.334Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-07-31T04:40:01.334Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-07-31T04:40:01.334Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.008s coverage: 100.0% of statements [2020-07-31T04:40:01.334Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.006s coverage: 32.1% of statements [2020-07-31T04:40:01.909Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.009s coverage: 100.0% of statements [2020-07-31T04:40:02.171Z] GO111MODULE=on go vet ./... [2020-07-31T04:40:08.810Z] gofmt -l . [2020-07-31T04:40:08.810Z] [ "`gofmt -l .`" = "" ] [2020-07-31T04:40:09.074Z] ./bin/test-go-mod-tidy.sh [2020-07-31T04:40:10.020Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-07-31T04:40:11.714Z] + ls -al . [2020-07-31T04:40:11.714Z] total 556 [2020-07-31T04:40:11.714Z] drwxrwxr-x 10 1001 1001 4096 Jul 31 04:40 . [2020-07-31T04:40:11.714Z] drwxr-xr-x 4 root root 30 Jul 31 04:39 .. [2020-07-31T04:40:11.714Z] -rw-rw-r-- 1 1001 1001 11 Jul 31 04:29 .dockerignore [2020-07-31T04:40:11.714Z] drwxrwxr-x 8 1001 1001 179 Jul 31 04:29 .git [2020-07-31T04:40:11.714Z] drwxrwxr-x 3 1001 1001 60 Jul 31 04:29 .github [2020-07-31T04:40:11.714Z] -rw-rw-r-- 1 1001 1001 932 Jul 31 04:29 .gitignore [2020-07-31T04:40:11.714Z] drwx------ 3 1001 1001 47 Jul 31 04:30 .semver [2020-07-31T04:40:11.714Z] -rw-rw-r-- 1 1001 1001 166 Jul 31 04:29 .sonarcloud.properties [2020-07-31T04:40:11.714Z] -rw-rw-r-- 1 1001 1001 3804 Jul 31 04:29 CONTRIBUTING.md [2020-07-31T04:40:11.714Z] -rw-rw-r-- 1 1001 1001 1035 Jul 31 04:29 Dockerfile.build [2020-07-31T04:40:11.714Z] -rw-rw-r-- 1 1001 1001 865 Jul 31 04:29 Jenkinsfile [2020-07-31T04:40:11.714Z] -rw-rw-r-- 1 1001 1001 10775 Jul 31 04:29 LICENSE [2020-07-31T04:40:11.714Z] -rw-rw-r-- 1 1001 1001 6237 Jul 31 04:29 Makefile [2020-07-31T04:40:11.714Z] -rw-rw-r-- 1 1001 1001 5652 Jul 31 04:29 README.md [2020-07-31T04:40:11.714Z] -rw-rw-r-- 1 1001 1001 7111 Jul 31 04:29 SECURITY.md [2020-07-31T04:40:11.714Z] -rw-rw-r-- 1 1001 1001 5 Jul 31 04:30 VERSION [2020-07-31T04:40:11.714Z] -rw-rw-r-- 1 1001 1001 4131 Jul 31 04:29 ZMQWindows.md [2020-07-31T04:40:11.714Z] drwxrwxr-x 2 1001 1001 117 Jul 31 04:29 bin [2020-07-31T04:40:11.714Z] drwxrwxr-x 15 1001 1001 4096 Jul 31 04:29 cmd [2020-07-31T04:40:11.714Z] -rw-r--r-- 1 root root 455496 Jul 31 04:40 coverage.out [2020-07-31T04:40:11.714Z] -rw-r--r-- 1 root root 1019 Jul 31 04:40 go.mod [2020-07-31T04:40:11.714Z] -rw-r--r-- 1 root root 18146 Jul 31 04:40 go.sum [2020-07-31T04:40:11.715Z] drwxrwxr-x 8 1001 1001 127 Jul 31 04:29 internal [2020-07-31T04:40:11.715Z] drwxrwxr-x 4 1001 1001 26 Jul 31 04:29 openapi [2020-07-31T04:40:11.715Z] drwxrwxr-x 4 1001 1001 71 Jul 31 04:29 snap [2020-07-31T04:40:11.715Z] -rw-rw-r-- 1 1001 1001 168 Jul 31 04:29 version.go [Pipeline] sh [2020-07-31T04:40:12.018Z] + '[' -e coverage.out ] [2020-07-31T04:40:12.018Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-07-31T04:40:12.202Z] Stashed 1 file(s) [Pipeline] sh [2020-07-31T04:40:12.611Z] + make build [2020-07-31T04:40:12.611Z] 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-31T04:40:20.936Z] 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-31T04:40:24.240Z] 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-31T04:40:25.634Z] 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-31T04:40:27.550Z] 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-31T04:40:29.473Z] 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-31T04:40:30.045Z] 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-31T04:40:32.595Z] 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-31T04:40:34.524Z] 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-31T04:40:35.918Z] 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-31T04:40:37.847Z] 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-31T04:40:39.252Z] 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-31T04:40:40.641Z] 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-31T04:40:42.045Z] $ docker stop --time=1 101012a1d4181596da04b4310166589635b538a95fcc07d38a8bd5d45b42c1ca [2020-07-31T04:40:43.729Z] $ docker rm -f 101012a1d4181596da04b4310166589635b538a95fcc07d38a8bd5d45b42c1ca [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-31T04:40:46.869Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-07-31T04:40:46.869Z] [2020-07-31T04:40:46.869Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-07-31T04:40:47.213Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-07-31T04:40:47.213Z] latest: Pulling from edgex-devops/edgex-compose [2020-07-31T04:40:47.213Z] cbdbe7a5bc2a: Pulling fs layer [2020-07-31T04:40:47.213Z] ca9280d653b3: Pulling fs layer [2020-07-31T04:40:47.213Z] 7e9c9ca2126c: Pulling fs layer [2020-07-31T04:40:47.213Z] cbdbe7a5bc2a: Verifying Checksum [2020-07-31T04:40:47.213Z] cbdbe7a5bc2a: Download complete [2020-07-31T04:40:47.488Z] ca9280d653b3: Verifying Checksum [2020-07-31T04:40:47.488Z] ca9280d653b3: Download complete [2020-07-31T04:40:47.774Z] cbdbe7a5bc2a: Pull complete [2020-07-31T04:40:48.351Z] 7e9c9ca2126c: Download complete [2020-07-31T04:40:48.923Z] ca9280d653b3: Pull complete [2020-07-31T04:40:54.862Z] (5/12) Installing fortify-headers (1.1-r0) [2020-07-31T04:40:54.862Z] (6/12) Installing patch (2.7.6-r6) [2020-07-31T04:40:54.862Z] (7/12) Installing build-base (0.5-r2) [2020-07-31T04:40:54.862Z] (8/12) Installing libsodium (1.0.18-r0) [2020-07-31T04:40:54.862Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-07-31T04:40:54.862Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-07-31T04:40:55.451Z] (11/12) Installing libzmq (4.3.2-r0) [2020-07-31T04:40:55.538Z] 7e9c9ca2126c: Pull complete [2020-07-31T04:40:55.538Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-07-31T04:40:55.538Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-07-31T04:40:55.538Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-07-31T04:40:55.643Z] prd-centos7-docker-4c-2g-1657 does not seem to be running inside a container [2020-07-31T04:40:55.682Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@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-31T04:40:58.872Z] $ docker top 88fa21a9fe118dcec8a0414a425cceee46180573cdbab4912a7f170575085a55 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-31T04:40:59.336Z] + docker-compose build --help [2020-07-31T04:40:59.336Z] + grep parallel [2020-07-31T04:41:00.278Z] --parallel Build images in parallel. [Pipeline] } [2020-07-31T04:41:00.292Z] $ docker stop --time=1 88fa21a9fe118dcec8a0414a425cceee46180573cdbab4912a7f170575085a55 [2020-07-31T04:41:00.820Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-07-31T04:41:00.820Z] Executing busybox-1.31.1-r16.trigger [2020-07-31T04:41:00.820Z] OK: 217 MiB in 51 packages [2020-07-31T04:41:01.687Z] $ docker rm -f 88fa21a9fe118dcec8a0414a425cceee46180573cdbab4912a7f170575085a55 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-31T04:41:02.239Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-07-31T04:41:02.239Z] . [Pipeline] withDockerContainer [2020-07-31T04:41:02.371Z] prd-centos7-docker-4c-2g-1657 does not seem to be running inside a container [2020-07-31T04:41:02.433Z] $ 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/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-07-31T04:41:03.230Z] $ docker top 8e5365d5a04e77e9c2224a4ce76e0b7725264f40bba4470a8a87a72839006403 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-31T04:41:03.801Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-07-31T04:41:04.745Z] Building docker-core-command-go ... [2020-07-31T04:41:04.745Z] Building docker-core-data-go ... [2020-07-31T04:41:04.745Z] Building docker-core-metadata-go ... [2020-07-31T04:41:04.745Z] Building docker-security-proxy-setup-go ... [2020-07-31T04:41:04.745Z] Building docker-security-secrets-setup-go ... [2020-07-31T04:41:04.745Z] Building docker-security-secretstore-setup-go ... [2020-07-31T04:41:04.745Z] Building docker-support-logging-go ... [2020-07-31T04:41:04.745Z] Building docker-support-notifications-go ... [2020-07-31T04:41:04.745Z] Building docker-support-scheduler-go ... [2020-07-31T04:41:04.745Z] Building docker-sys-mgmt-agent-go ... [2020-07-31T04:41:04.745Z] Building docker-core-data-go [2020-07-31T04:41:04.745Z] Building docker-security-proxy-setup-go [2020-07-31T04:41:04.745Z] Building docker-support-scheduler-go [2020-07-31T04:41:04.745Z] Building docker-support-logging-go [2020-07-31T04:41:04.745Z] Building docker-core-metadata-go [2020-07-31T04:41:05.118Z] Removing intermediate container 461bf13543cf [2020-07-31T04:41:05.118Z] ---> 983e5feb0ab6 [2020-07-31T04:41:05.118Z] Step 4/7 : WORKDIR /edgex-go [2020-07-31T04:41:05.118Z] ---> Running in cfc33810b3a7 [2020-07-31T04:41:05.118Z] Removing intermediate container cfc33810b3a7 [2020-07-31T04:41:05.118Z] ---> 7587736fdd12 [2020-07-31T04:41:05.118Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-07-31T04:41:05.711Z] latest: Pulling from library/docker [2020-07-31T04:41:05.711Z] b538f80385f9: Already exists [2020-07-31T04:41:05.711Z] 259a493cd78d: Pulling fs layer [2020-07-31T04:41:05.711Z] b8e66b5100f5: Pulling fs layer [2020-07-31T04:41:05.711Z] 39dc9c94d07c: Pulling fs layer [2020-07-31T04:41:05.711Z] 551b823b3b82: Pulling fs layer [2020-07-31T04:41:05.711Z] 3c52a74df98c: Pulling fs layer [2020-07-31T04:41:05.711Z] 6c9b121b6998: Pulling fs layer [2020-07-31T04:41:05.711Z] 3c52a74df98c: Waiting [2020-07-31T04:41:05.711Z] 551b823b3b82: Waiting [2020-07-31T04:41:05.711Z] 6c9b121b6998: Waiting [2020-07-31T04:41:05.711Z] b8e66b5100f5: Verifying Checksum [2020-07-31T04:41:05.711Z] b8e66b5100f5: Download complete [2020-07-31T04:41:05.986Z] 259a493cd78d: Verifying Checksum [2020-07-31T04:41:05.986Z] 259a493cd78d: Download complete [2020-07-31T04:41:05.986Z] 551b823b3b82: Download complete [2020-07-31T04:41:05.986Z] 3c52a74df98c: Verifying Checksum [2020-07-31T04:41:05.986Z] 3c52a74df98c: Download complete [2020-07-31T04:41:05.986Z] 6c9b121b6998: Verifying Checksum [2020-07-31T04:41:06.582Z] 259a493cd78d: Pull complete [2020-07-31T04:41:06.855Z] b8e66b5100f5: Pull complete [2020-07-31T04:41:07.140Z] 39dc9c94d07c: Verifying Checksum [2020-07-31T04:41:07.140Z] 39dc9c94d07c: Download complete [2020-07-31T04:41:10.513Z] 39dc9c94d07c: Pull complete [2020-07-31T04:41:10.513Z] 551b823b3b82: Pull complete [2020-07-31T04:41:10.786Z] 3c52a74df98c: Pull complete [2020-07-31T04:41:11.058Z] 6c9b121b6998: Pull complete [2020-07-31T04:41:11.329Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-07-31T04:41:11.329Z] Status: Downloaded newer image for docker:latest [2020-07-31T04:41:14.713Z] ---> 67cf03fc41ce [2020-07-31T04:41:14.713Z] Step 6/7 : COPY go.mod . [2020-07-31T04:41:15.686Z] ---> 3d4ddc890adb [2020-07-31T04:41:15.686Z] Step 7/7 : RUN go mod download [2020-07-31T04:41:15.686Z] ---> Running in 7f9615b705a6 [2020-07-31T04:41:19.060Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-07-31T04:41:19.060Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-07-31T04:41:19.060Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-07-31T04:41:19.060Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-07-31T04:41:19.061Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-07-31T04:41:19.061Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-07-31T04:41:19.061Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-07-31T04:41:19.061Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-07-31T04:41:19.061Z] go: finding github.com/cloudflare/gokey v0.1.0 [2020-07-31T04:41:19.061Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-07-31T04:41:19.061Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-07-31T04:41:19.061Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-07-31T04:41:19.061Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-07-31T04:41:19.061Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-07-31T04:41:19.061Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-07-31T04:41:19.061Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-07-31T04:41:19.061Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-07-31T04:41:19.061Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-07-31T04:41:19.061Z] go: finding github.com/fatih/color v1.7.0 [2020-07-31T04:41:19.061Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-07-31T04:41:19.061Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-07-31T04:41:19.061Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-07-31T04:41:19.061Z] go: finding github.com/go-kit/kit v0.8.0 [2020-07-31T04:41:19.061Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-07-31T04:41:19.061Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-07-31T04:41:19.061Z] go: finding github.com/go-stack/stack v1.8.0 [2020-07-31T04:41:19.061Z] go: finding github.com/golang/protobuf v1.3.2 [2020-07-31T04:41:19.061Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-07-31T04:41:19.332Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-07-31T04:41:19.332Z] go: finding github.com/google/uuid v1.1.0 [2020-07-31T04:41:19.332Z] go: finding github.com/gorilla/mux v1.7.1 [2020-07-31T04:41:19.332Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-07-31T04:41:19.332Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-07-31T04:41:19.332Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-07-31T04:41:19.332Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-07-31T04:41:19.332Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-07-31T04:41:19.332Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-07-31T04:41:19.332Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-07-31T04:41:19.332Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-07-31T04:41:19.332Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-07-31T04:41:19.601Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-07-31T04:41:19.601Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-07-31T04:41:19.601Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-07-31T04:41:19.601Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-07-31T04:41:19.601Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-07-31T04:41:19.601Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-07-31T04:41:19.601Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-07-31T04:41:19.601Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-07-31T04:41:19.601Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-07-31T04:41:19.601Z] go: finding github.com/imdario/mergo v0.3.6 [2020-07-31T04:41:19.872Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-07-31T04:41:19.872Z] go: finding github.com/kr/pretty v0.1.0 [2020-07-31T04:41:19.872Z] go: finding github.com/kr/pty v1.1.1 [2020-07-31T04:41:19.872Z] go: finding github.com/kr/text v0.1.0 [2020-07-31T04:41:19.872Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-07-31T04:41:19.872Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-07-31T04:41:19.872Z] go: finding github.com/miekg/dns v1.0.14 [2020-07-31T04:41:19.872Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-07-31T04:41:19.872Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-07-31T04:41:19.872Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-07-31T04:41:20.141Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-07-31T04:41:20.141Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-07-31T04:41:20.141Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-07-31T04:41:20.141Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-07-31T04:41:20.141Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-07-31T04:41:20.141Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-07-31T04:41:20.141Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-07-31T04:41:20.141Z] go: finding github.com/onsi/gomega v1.7.0 [2020-07-31T04:41:20.141Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-07-31T04:41:20.141Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-07-31T04:41:20.141Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-07-31T04:41:20.141Z] go: finding github.com/pkg/errors v0.8.1 [2020-07-31T04:41:20.412Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-07-31T04:41:20.412Z] go: finding github.com/posener/complete v1.1.1 [2020-07-31T04:41:20.412Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-07-31T04:41:20.412Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-07-31T04:41:20.412Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-07-31T04:41:20.412Z] go: finding github.com/stretchr/objx v0.1.0 [2020-07-31T04:41:20.412Z] go: finding github.com/stretchr/testify v1.5.1 [2020-07-31T04:41:20.412Z] go: finding github.com/ugorji/go v1.1.4 [2020-07-31T04:41:20.412Z] go: finding github.com/x448/float16 v0.8.4 [2020-07-31T04:41:20.412Z] go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 [2020-07-31T04:41:20.412Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-07-31T04:41:20.695Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-07-31T04:41:20.695Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-07-31T04:41:20.695Z] go: finding golang.org/x/text v0.3.2 [2020-07-31T04:41:20.695Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-07-31T04:41:20.695Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-07-31T04:41:20.695Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-07-31T04:41:20.695Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-07-31T04:41:20.695Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-07-31T04:41:20.695Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-07-31T04:41:36.955Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-31T04:41:36.955Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpineStep 2/20 : FROM ${BUILDER_BASE} AS builder [2020-07-31T04:41:36.955Z] [2020-07-31T04:41:36.955Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-31T04:41:36.955Z] ---> 363d652b8a5a [2020-07-31T04:41:36.955Z] Step 3/21 : WORKDIR /edgex-go [2020-07-31T04:41:36.955Z] ---> 363d652b8a5a [2020-07-31T04:41:36.955Z] Step 3/20 : WORKDIR /edgex-go [2020-07-31T04:41:36.955Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-31T04:41:36.955Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-07-31T04:41:36.955Z] ---> 363d652b8a5a [2020-07-31T04:41:36.955Z] Step 3/22 : WORKDIR /edgex-go [2020-07-31T04:41:36.955Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-31T04:41:36.955Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-07-31T04:41:36.955Z] ---> 363d652b8a5a [2020-07-31T04:41:36.955Z] Step 3/20 : WORKDIR /edgex-go [2020-07-31T04:41:36.955Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-31T04:41:36.955Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-31T04:41:36.955Z] ---> 363d652b8a5a [2020-07-31T04:41:36.955Z] Step 3/21 : WORKDIR /edgex-go [2020-07-31T04:41:36.955Z] ---> Running in 0be3725e1767 [2020-07-31T04:41:36.955Z] ---> Running in 94511ba76808 [2020-07-31T04:41:36.955Z] ---> Running in 50e1607649d3 [2020-07-31T04:41:36.955Z] ---> Running in 90c806efef6c [2020-07-31T04:41:36.955Z] ---> Running in 9ffe7e139c4a [2020-07-31T04:41:36.955Z] Removing intermediate container 90c806efef6c [2020-07-31T04:41:36.955Z] ---> 2698dcd633f2 [2020-07-31T04:41:36.955Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-31T04:41:36.955Z] Removing intermediate container 0be3725e1767 [2020-07-31T04:41:36.955Z] ---> e8ef2300176f [2020-07-31T04:41:36.955Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-31T04:41:36.955Z] Removing intermediate container 9ffe7e139c4a [2020-07-31T04:41:36.955Z] ---> ff26caa57122 [2020-07-31T04:41:36.955Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-31T04:41:36.955Z] Removing intermediate container 94511ba76808 [2020-07-31T04:41:36.955Z] ---> 93465ef6df51 [2020-07-31T04:41:36.955Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-31T04:41:36.955Z] Removing intermediate container 50e1607649d3 [2020-07-31T04:41:36.955Z] ---> b4b625d0a592 [2020-07-31T04:41:36.955Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-31T04:41:36.955Z] ---> Running in 8d9627636133 [2020-07-31T04:41:36.955Z] ---> Running in 25511546ccbd [2020-07-31T04:41:36.955Z] ---> Running in 1c0fd3fbc6ff [2020-07-31T04:41:36.955Z] ---> Running in d5d0e4a04bf8 [2020-07-31T04:41:36.955Z] ---> Running in e9f69353d849 [2020-07-31T04:41:37.909Z] Removing intermediate container 8d9627636133 [2020-07-31T04:41:37.909Z] ---> 0bcf22a904ac [2020-07-31T04:41:37.909Z] Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-07-31T04:41:37.909Z] Removing intermediate container e9f69353d849 [2020-07-31T04:41:37.909Z] ---> 02b66268f167 [2020-07-31T04:41:37.909Z] Step 5/21 : RUN apk update && apk add make && apk add bash git [2020-07-31T04:41:37.909Z] Removing intermediate container d5d0e4a04bf8 [2020-07-31T04:41:37.909Z] ---> 6d9caffad3f3 [2020-07-31T04:41:37.909Z] Step 5/20 : RUN apk update && apk add make git [2020-07-31T04:41:37.909Z] ---> Running in 3e11249d80f9 [2020-07-31T04:41:37.909Z] ---> Running in 01a18481d85c [2020-07-31T04:41:37.909Z] ---> Running in 7b964d477141 [2020-07-31T04:41:37.909Z] Removing intermediate container 1c0fd3fbc6ff [2020-07-31T04:41:37.909Z] ---> f45382e55467 [2020-07-31T04:41:37.909Z] Step 5/21 : RUN apk update && apk add make git [2020-07-31T04:41:38.171Z] Removing intermediate container 25511546ccbd [2020-07-31T04:41:38.171Z] ---> 23fc6bb5fb1d [2020-07-31T04:41:38.171Z] Step 5/20 : RUN apk update && apk add make git [2020-07-31T04:41:38.171Z] ---> Running in f7fbb3fa4562 [2020-07-31T04:41:38.171Z] ---> Running in a9d0879c284d [2020-07-31T04:41:38.751Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-31T04:41:38.995Z] Removing intermediate container 7f9615b705a6 [2020-07-31T04:41:38.995Z] ---> 8a44ff528d47 [2020-07-31T04:41:38.996Z] Successfully built 8a44ff528d47 [2020-07-31T04:41:38.996Z] Successfully tagged ci-base-image-arm64:latest [2020-07-31T04:41:39.021Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-31T04:41:39.021Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [2020-07-31T04:41:39.282Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-31T04:41:39.282Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-31T04:41:39.688Z] + docker inspect -f . ci-base-image-arm64 [2020-07-31T04:41:39.688Z] . [Pipeline] withDockerContainer [2020-07-31T04:41:39.962Z] prd-ubuntu18.04-docker-arm64-4c-16g-1662 does not seem to be running inside a container [2020-07-31T04:41:40.022Z] $ 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/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@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 ******** ci-base-image-arm64 cat [2020-07-31T04:41:41.514Z] $ docker top 16fdb2ffa435fcb96bf9f8d5387a0eed934ccfa65192949d730e274808e9ffac -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-31T04:41:42.557Z] + go version [2020-07-31T04:41:42.557Z] go version go1.13.13 linux/arm64 [Pipeline] echo [2020-07-31T04:41:42.574Z] ========================================================= [2020-07-31T04:41:42.574Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-07-31T04:41:42.574Z] ========================================================= [Pipeline] sh [2020-07-31T04:41:43.217Z] + make test [2020-07-31T04:41:43.217Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-07-31T04:41:45.867Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-07-31T04:41:49.281Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-31T04:41:49.281Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-31T04:41:49.281Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-31T04:41:50.223Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-31T04:41:52.767Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-31T04:42:07.670Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-31T04:42:07.670Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-31T04:42:07.670Z] OK: 12749 distinct packages available [2020-07-31T04:42:07.670Z] OK: 233 MiB in 51 packages [2020-07-31T04:42:07.670Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-31T04:42:07.670Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-31T04:42:07.670Z] OK: 12749 distinct packages available [2020-07-31T04:42:07.670Z] OK: 233 MiB in 51 packages [2020-07-31T04:42:07.670Z] Removing intermediate container 3e11249d80f9 [2020-07-31T04:42:07.670Z] ---> 8164dfe44eeb [2020-07-31T04:42:07.670Z] Step 6/22 : COPY go.mod . [2020-07-31T04:42:07.670Z] ---> 55d5be4efd95 [2020-07-31T04:42:07.670Z] Step 7/22 : RUN go mod download [2020-07-31T04:42:07.670Z] ---> Running in d9a78863cb24 [2020-07-31T04:42:07.935Z] Removing intermediate container f7fbb3fa4562 [2020-07-31T04:42:07.935Z] ---> bef6f22504c1 [2020-07-31T04:42:07.935Z] Step 6/21 : COPY go.mod . [2020-07-31T04:42:08.198Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-31T04:42:08.198Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-31T04:42:08.198Z] OK: 12749 distinct packages available [2020-07-31T04:42:08.198Z] ---> 6af0be47e6a6 [2020-07-31T04:42:08.198Z] Step 7/21 : RUN go mod download [2020-07-31T04:42:08.464Z] ---> Running in 4be7086d381a [2020-07-31T04:42:08.464Z] OK: 233 MiB in 51 packages [2020-07-31T04:42:09.044Z] Removing intermediate container a9d0879c284d [2020-07-31T04:42:09.044Z] ---> 84f595ea2679 [2020-07-31T04:42:09.044Z] Step 6/20 : COPY go.mod . [2020-07-31T04:42:09.308Z] ---> 76ae595c024f [2020-07-31T04:42:09.308Z] Step 7/20 : RUN go mod download [2020-07-31T04:42:09.570Z] ---> Running in 2a8948e4199a [2020-07-31T04:42:09.833Z] Removing intermediate container 4be7086d381a [2020-07-31T04:42:09.833Z] ---> 926ebb742aee [2020-07-31T04:42:09.833Z] Step 8/21 : COPY . . [2020-07-31T04:42:10.096Z] Removing intermediate container d9a78863cb24 [2020-07-31T04:42:10.096Z] ---> c3daa7b3b7e1 [2020-07-31T04:42:10.096Z] Step 8/22 : COPY . . [2020-07-31T04:42:10.361Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-31T04:42:10.362Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-31T04:42:10.362Z] OK: 12749 distinct packages available [2020-07-31T04:42:10.633Z] OK: 233 MiB in 51 packages [2020-07-31T04:42:10.895Z] OK: 233 MiB in 51 packages [2020-07-31T04:42:12.830Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-31T04:42:12.830Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-31T04:42:12.830Z] OK: 12749 distinct packages available [2020-07-31T04:42:13.096Z] OK: 233 MiB in 51 packages [2020-07-31T04:42:18.248Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-07-31T04:42:18.447Z] Removing intermediate container 2a8948e4199a [2020-07-31T04:42:18.447Z] ---> db9155a2d9dd [2020-07-31T04:42:18.447Z] Step 8/20 : COPY . . [2020-07-31T04:42:18.447Z] Removing intermediate container 01a18481d85c [2020-07-31T04:42:18.447Z] ---> 63562ff84a92 [2020-07-31T04:42:18.447Z] Step 6/21 : COPY go.mod . [2020-07-31T04:42:19.844Z] Removing intermediate container 7b964d477141 [2020-07-31T04:42:19.844Z] ---> 02d4face802f [2020-07-31T04:42:19.844Z] Step 6/20 : COPY go.mod . [2020-07-31T04:42:24.090Z] ---> 5eb625134971 [2020-07-31T04:42:24.090Z] Step 7/21 : RUN go mod download [2020-07-31T04:42:24.090Z] ---> f61e651addf5 [2020-07-31T04:42:24.090Z] Step 7/20 : RUN go mod download [2020-07-31T04:42:24.366Z] ---> Running in 564f105c433d [2020-07-31T04:42:24.958Z] ---> Running in 122d018c4e54 [2020-07-31T04:42:33.457Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-07-31T04:42:33.457Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-07-31T04:42:33.457Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-07-31T04:42:33.457Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-07-31T04:42:33.457Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.076s [2020-07-31T04:42:33.457Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-07-31T04:42:33.457Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-07-31T04:42:33.458Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-07-31T04:42:33.458Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-07-31T04:42:34.060Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-07-31T04:42:34.661Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-07-31T04:42:34.661Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-07-31T04:42:34.661Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-07-31T04:42:35.342Z] ---> 29c5c4028ce8 [2020-07-31T04:42:35.342Z] Step 9/22 : RUN make cmd/core-data/core-data [2020-07-31T04:42:35.342Z] ---> aabdee47c4e5 [2020-07-31T04:42:35.342Z] Step 9/21 : RUN make cmd/core-metadata/core-metadata [2020-07-31T04:42:35.342Z] Removing intermediate container 564f105c433d [2020-07-31T04:42:35.342Z] ---> 0784fb71995c [2020-07-31T04:42:35.342Z] Step 8/21 : COPY . . [2020-07-31T04:42:35.342Z] Removing intermediate container 122d018c4e54 [2020-07-31T04:42:35.342Z] ---> 55c12c953380 [2020-07-31T04:42:35.342Z] Step 8/20 : COPY . . [2020-07-31T04:42:35.342Z] ---> Running in 9c3a4de85be7 [2020-07-31T04:42:35.342Z] ---> Running in 88431bc5656c [2020-07-31T04:42:37.261Z] 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-31T04:42:37.261Z] 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-31T04:42:44.833Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.082s coverage: 46.6% of statements [2020-07-31T04:42:44.833Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-07-31T04:42:44.833Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-07-31T04:42:44.833Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-07-31T04:42:44.833Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-07-31T04:42:44.833Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-07-31T04:42:47.398Z] ---> 8a461a808bfc [2020-07-31T04:42:47.398Z] Step 9/20 : RUN make cmd/support-scheduler/support-scheduler [2020-07-31T04:42:49.990Z] ---> Running in dd47c5859e4d [2020-07-31T04:42:51.994Z] 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-31T04:42:53.235Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.150s coverage: 27.4% of statements [2020-07-31T04:42:53.235Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-07-31T04:42:53.235Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-07-31T04:42:53.235Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-07-31T04:42:53.235Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-07-31T04:42:53.235Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-07-31T04:42:53.235Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-07-31T04:42:53.235Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.020s coverage: 100.0% of statements [2020-07-31T04:42:53.235Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-07-31T04:42:53.235Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.024s coverage: 100.0% of statements [2020-07-31T04:42:53.235Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-07-31T04:42:54.686Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.316s coverage: 28.6% of statements [2020-07-31T04:42:54.686Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-07-31T04:42:54.686Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-07-31T04:42:54.686Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-07-31T04:42:54.686Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-07-31T04:42:54.686Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-07-31T04:42:54.686Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.060s coverage: 100.0% of statements [2020-07-31T04:42:54.686Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-07-31T04:42:54.686Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.040s coverage: 100.0% of statements [2020-07-31T04:42:54.686Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-07-31T04:42:54.686Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.069s coverage: 89.8% of statements [2020-07-31T04:42:54.686Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-07-31T04:42:56.677Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.138s coverage: 97.5% of statements [2020-07-31T04:42:56.677Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-07-31T04:42:56.950Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.065s coverage: 100.0% of statements [2020-07-31T04:42:56.950Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-07-31T04:42:56.950Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-07-31T04:42:56.950Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-07-31T04:42:56.950Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-07-31T04:42:56.950Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-07-31T04:42:56.950Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-07-31T04:42:56.950Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-07-31T04:42:56.950Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-07-31T04:42:56.950Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-07-31T04:42:56.950Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-07-31T04:42:56.950Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-07-31T04:42:56.950Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-07-31T04:42:56.950Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-07-31T04:42:56.950Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-07-31T04:42:56.950Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-07-31T04:42:56.950Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-07-31T04:42:56.950Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-07-31T04:42:56.950Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.057s coverage: 58.8% of statements [2020-07-31T04:43:01.285Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.302s coverage: 63.5% of statements [2020-07-31T04:43:01.285Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-07-31T04:43:01.285Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-07-31T04:43:01.285Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.017s coverage: 100.0% of statements [2020-07-31T04:43:01.285Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.296s coverage: 55.9% of statements [2020-07-31T04:43:01.285Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-07-31T04:43:01.285Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-07-31T04:43:01.285Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-07-31T04:43:01.285Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-07-31T04:43:04.427Z] ---> 9517b1be6ef9 [2020-07-31T04:43:04.428Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-07-31T04:43:04.428Z] ---> Running in 05aa606d3438 [2020-07-31T04:43:04.428Z] ---> abea8cf2445f [2020-07-31T04:43:04.428Z] Step 9/21 : RUN make cmd/support-logging/support-logging [2020-07-31T04:43:04.428Z] ---> Running in 63f24765aca3 [2020-07-31T04:43:05.911Z] 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-31T04:43:05.911Z] 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-31T04:43:24.705Z] Removing intermediate container 88431bc5656c [2020-07-31T04:43:24.705Z] ---> 15f53413f7fe [2020-07-31T04:43:24.705Z] [2020-07-31T04:43:24.705Z] Step 10/21 : FROM scratch [2020-07-31T04:43:24.705Z] ---> [2020-07-31T04:43:24.705Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-31T04:43:24.705Z] ---> Running in afc1bf008c29 [2020-07-31T04:43:24.705Z] Removing intermediate container afc1bf008c29 [2020-07-31T04:43:24.705Z] ---> d976a141f833 [2020-07-31T04:43:24.705Z] Step 12/21 : ENV APP_PORT=48081 [2020-07-31T04:43:24.705Z] ---> Running in fa13e40a9350 [2020-07-31T04:43:24.705Z] Removing intermediate container fa13e40a9350 [2020-07-31T04:43:24.705Z] ---> 8ce3051f2889 [2020-07-31T04:43:24.705Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-31T04:43:24.705Z] ---> Running in 59d99683a6b7 [2020-07-31T04:43:24.705Z] Removing intermediate container 59d99683a6b7 [2020-07-31T04:43:24.705Z] ---> ab84438e3013 [2020-07-31T04:43:24.705Z] Step 14/21 : WORKDIR / [2020-07-31T04:43:24.705Z] ---> Running in 708854dda055 [2020-07-31T04:43:24.705Z] Removing intermediate container 708854dda055 [2020-07-31T04:43:24.705Z] ---> a6d4bd2e7116 [2020-07-31T04:43:24.705Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-07-31T04:43:24.705Z] ---> e4121841dc5d [2020-07-31T04:43:24.705Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-07-31T04:43:27.506Z] ---> 3c5fd650a0c3 [2020-07-31T04:43:27.506Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-07-31T04:43:28.122Z] Removing intermediate container 9c3a4de85be7 [2020-07-31T04:43:28.122Z] ---> f9b1b16b2963 [2020-07-31T04:43:28.122Z] [2020-07-31T04:43:28.122Z] Step 10/22 : FROM alpine [2020-07-31T04:43:28.395Z] latest: Pulling from library/alpine [2020-07-31T04:43:28.672Z] ---> 2fbdcee78f95 [2020-07-31T04:43:28.672Z] Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-31T04:43:28.672Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-07-31T04:43:28.672Z] Status: Downloaded newer image for alpine:latest [2020-07-31T04:43:28.672Z] ---> a24bb4013296 [2020-07-31T04:43:28.672Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-31T04:43:28.944Z] ---> Running in 6b8881dc6230 [2020-07-31T04:43:28.944Z] ---> Running in 809b4595ea4c [2020-07-31T04:43:29.934Z] Removing intermediate container 6b8881dc6230 [2020-07-31T04:43:29.934Z] ---> a68b45557983 [2020-07-31T04:43:29.934Z] Step 19/21 : LABEL arch=x86_64 [2020-07-31T04:43:30.201Z] Removing intermediate container 809b4595ea4c [2020-07-31T04:43:30.201Z] ---> 6c2cd477f94d [2020-07-31T04:43:30.202Z] Step 12/22 : ENV APP_PORT=48080 [2020-07-31T04:43:30.468Z] ---> Running in 3e098a9c7dbb [2020-07-31T04:43:30.468Z] ---> Running in a4726ebc7f5b [2020-07-31T04:43:30.733Z] Removing intermediate container 3e098a9c7dbb [2020-07-31T04:43:30.733Z] ---> 66202ed6c3df [2020-07-31T04:43:30.733Z] Step 20/21 : LABEL git_sha=cb8f7a4158611c13a6245f5cb7a85cc8c6bc0104 [2020-07-31T04:43:30.733Z] Removing intermediate container a4726ebc7f5b [2020-07-31T04:43:30.733Z] ---> 03cb4c9946d9 [2020-07-31T04:43:30.733Z] Step 13/22 : EXPOSE $APP_PORT [2020-07-31T04:43:31.001Z] ---> Running in cf28b64c72ee [2020-07-31T04:43:31.001Z] ---> Running in 61578f69e71b [2020-07-31T04:43:33.634Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 26.510s coverage: 86.3% of statements [2020-07-31T04:43:33.635Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-07-31T04:43:33.635Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.984s coverage: 72.2% of statements [2020-07-31T04:43:33.635Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.338s coverage: 72.1% of statements [2020-07-31T04:43:33.635Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.062s coverage: 82.4% of statements [2020-07-31T04:43:33.635Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.043s coverage: 48.4% of statements [2020-07-31T04:43:33.635Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-07-31T04:43:33.635Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-07-31T04:43:33.635Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-07-31T04:43:33.635Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.028s coverage: 28.8% of statements [2020-07-31T04:43:33.635Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-07-31T04:43:33.635Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.036s coverage: 96.8% of statements [2020-07-31T04:43:33.635Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-07-31T04:43:33.635Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.113s coverage: 26.9% of statements [2020-07-31T04:43:33.635Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-07-31T04:43:33.635Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-07-31T04:43:33.635Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.270s coverage: 84.1% of statements [2020-07-31T04:43:33.635Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.034s coverage: 100.0% of statements [2020-07-31T04:43:33.635Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.026s coverage: 43.1% of statements [2020-07-31T04:43:33.635Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-07-31T04:43:33.635Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-07-31T04:43:33.635Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.063s coverage: 100.0% of statements [2020-07-31T04:43:33.635Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-07-31T04:43:33.635Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.089s coverage: 83.8% of statements [2020-07-31T04:43:33.635Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-07-31T04:43:33.635Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.108s coverage: 46.1% of statements [2020-07-31T04:43:33.635Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-07-31T04:43:33.635Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-07-31T04:43:33.635Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.046s coverage: 100.0% of statements [2020-07-31T04:43:33.635Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-07-31T04:43:33.635Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-07-31T04:43:33.635Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-07-31T04:43:33.635Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.038s coverage: 100.0% of statements [2020-07-31T04:43:33.635Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-07-31T04:43:33.635Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.038s coverage: 100.0% of statements [2020-07-31T04:43:33.635Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-07-31T04:43:33.635Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.177s coverage: 29.1% of statements [2020-07-31T04:43:33.635Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-07-31T04:43:33.635Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-07-31T04:43:33.635Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-07-31T04:43:33.635Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-07-31T04:43:33.635Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-07-31T04:43:33.635Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.051s coverage: 99.0% of statements [2020-07-31T04:43:33.635Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-07-31T04:43:33.635Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.042s coverage: 100.0% of statements [2020-07-31T04:43:33.635Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-07-31T04:43:33.635Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.019s coverage: 0.0% of statements [2020-07-31T04:43:33.635Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-07-31T04:43:33.635Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.060s coverage: 100.0% of statements [2020-07-31T04:43:33.635Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-07-31T04:43:33.635Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-07-31T04:43:33.635Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-07-31T04:43:33.635Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-07-31T04:43:33.635Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.036s coverage: 87.9% of statements [2020-07-31T04:43:33.635Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-07-31T04:43:33.635Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-07-31T04:43:33.635Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.030s coverage: 100.0% of statements [2020-07-31T04:43:33.635Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.019s coverage: 32.1% of statements [2020-07-31T04:43:33.635Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.023s coverage: 100.0% of statements [2020-07-31T04:43:33.635Z] GO111MODULE=on go vet ./... [2020-07-31T04:43:34.345Z] Removing intermediate container 61578f69e71b [2020-07-31T04:43:34.345Z] ---> 20f44007c327 [2020-07-31T04:43:34.345Z] Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-31T04:43:34.345Z] Removing intermediate container cf28b64c72ee [2020-07-31T04:43:34.345Z] ---> afc420490b83 [2020-07-31T04:43:34.345Z] Step 21/21 : LABEL version=0.0.0 [2020-07-31T04:43:34.345Z] ---> Running in a761a68dc786 [2020-07-31T04:43:35.296Z] ---> Running in f0d01369774e [2020-07-31T04:43:35.296Z] Removing intermediate container 05aa606d3438 [2020-07-31T04:43:35.296Z] ---> 90a8454b7374 [2020-07-31T04:43:35.296Z] [2020-07-31T04:43:35.296Z] Step 10/20 : FROM alpine [2020-07-31T04:43:35.296Z] ---> a24bb4013296 [2020-07-31T04:43:35.296Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-07-31T04:43:35.296Z] Removing intermediate container dd47c5859e4d [2020-07-31T04:43:35.296Z] ---> 783f116127b8 [2020-07-31T04:43:35.296Z] [2020-07-31T04:43:35.296Z] Step 10/20 : FROM scratch [2020-07-31T04:43:35.296Z] ---> [2020-07-31T04:43:35.296Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-31T04:43:35.296Z] ---> Using cache [2020-07-31T04:43:35.296Z] ---> d976a141f833 [2020-07-31T04:43:35.296Z] Step 12/20 : ENV APP_PORT=48085 [2020-07-31T04:43:35.562Z] ---> Running in 6e43d6582261 [2020-07-31T04:43:35.562Z] ---> Running in 618b9dfee5f4 [2020-07-31T04:43:35.824Z] Removing intermediate container f0d01369774e [2020-07-31T04:43:35.824Z] ---> 13654dedaf07 [2020-07-31T04:43:35.824Z] [2020-07-31T04:43:36.091Z] Removing intermediate container 6e43d6582261 [2020-07-31T04:43:36.091Z] ---> 013d7ebd9984 [2020-07-31T04:43:36.091Z] Step 13/20 : EXPOSE $APP_PORT [2020-07-31T04:43:36.091Z] Successfully built 13654dedaf07 [2020-07-31T04:43:36.091Z] Successfully tagged docker-core-metadata-go:latest [2020-07-31T04:43:36.091Z]  Building docker-core-metadata-go ... done Building docker-security-secretstore-setup-go [2020-07-31T04:43:36.091Z] ---> Running in d11bbfce2b58 [2020-07-31T04:43:36.357Z] Removing intermediate container d11bbfce2b58 [2020-07-31T04:43:36.357Z] ---> 417c74ba6ebb [2020-07-31T04:43:36.357Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-07-31T04:43:36.621Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-31T04:43:36.884Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-31T04:43:37.153Z] v3.12.0-185-gb4b2a5e482 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-07-31T04:43:37.153Z] v3.12.0-186-g2cd07a16f7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-07-31T04:43:37.153Z] OK: 12749 distinct packages available [2020-07-31T04:43:37.421Z] (1/4) Installing ca-certificates (20191127-r4) [2020-07-31T04:43:37.421Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-07-31T04:43:37.421Z] (3/4) Installing libcurl (7.69.1-r0) [2020-07-31T04:43:37.421Z] (4/4) Installing curl (7.69.1-r0) [2020-07-31T04:43:37.421Z] Executing busybox-1.31.1-r16.trigger [2020-07-31T04:43:38.824Z] Executing ca-certificates-20191127-r4.trigger [2020-07-31T04:43:39.087Z] OK: 7 MiB in 18 packages [2020-07-31T04:43:44.406Z] ---> 8e774ee22744 [2020-07-31T04:43:44.406Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-07-31T04:43:44.406Z] Removing intermediate container a761a68dc786 [2020-07-31T04:43:44.406Z] ---> b5069a8c69a8 [2020-07-31T04:43:44.406Z] Step 15/22 : RUN apk --no-cache add zeromq [2020-07-31T04:43:44.406Z] Removing intermediate container 63f24765aca3 [2020-07-31T04:43:44.406Z] ---> 7c5a88a5c3b3 [2020-07-31T04:43:44.406Z] [2020-07-31T04:43:44.406Z] Step 10/21 : FROM scratch [2020-07-31T04:43:44.406Z] ---> [2020-07-31T04:43:44.406Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-07-31T04:43:44.406Z] ---> Running in d76db3992b13 [2020-07-31T04:43:45.825Z] ---> Running in 30768e6cb6c1 [2020-07-31T04:43:47.275Z] Removing intermediate container 30768e6cb6c1 [2020-07-31T04:43:47.275Z] ---> 3caa9258048d [2020-07-31T04:43:47.275Z] Step 12/21 : ENV APP_PORT=48061 [2020-07-31T04:43:47.275Z] Removing intermediate container 618b9dfee5f4 [2020-07-31T04:43:47.275Z] ---> 7c6e01ef9f0d [2020-07-31T04:43:47.275Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-07-31T04:43:47.556Z] ---> d1f848340e2e [2020-07-31T04:43:47.556Z] Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-07-31T04:43:47.831Z] ---> Running in 41a9d713adc1 [2020-07-31T04:43:47.831Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-31T04:43:48.105Z] ---> Running in 69c689766a47 [2020-07-31T04:43:48.369Z] Removing intermediate container 41a9d713adc1 [2020-07-31T04:43:48.369Z] ---> af34c0b5e697 [2020-07-31T04:43:48.369Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-31T04:43:48.632Z] ---> 66a6d92683d4 [2020-07-31T04:43:48.632Z] Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-31T04:43:50.036Z] ---> Running in 8a562f24e410 [2020-07-31T04:43:50.036Z] ---> Running in a968dbfad39a [2020-07-31T04:43:50.304Z] Removing intermediate container 69c689766a47 [2020-07-31T04:43:50.304Z] ---> 6c78188569f8 [2020-07-31T04:43:50.304Z] Step 13/20 : WORKDIR /edgex [2020-07-31T04:43:51.284Z] ---> Running in 828687e3f750 [2020-07-31T04:43:51.284Z] Removing intermediate container 8a562f24e410 [2020-07-31T04:43:51.284Z] ---> 104080f4dadd [2020-07-31T04:43:51.284Z] Step 14/21 : COPY --from=builder /bin/bash /bin/bash [2020-07-31T04:43:51.931Z] gofmt -l . [2020-07-31T04:43:52.276Z] Removing intermediate container a968dbfad39a [2020-07-31T04:43:52.276Z] ---> 791c72dbf185 [2020-07-31T04:43:52.276Z] Step 18/20 : LABEL arch=x86_64 [2020-07-31T04:43:52.854Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-31T04:43:52.854Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-07-31T04:43:52.854Z] ---> 363d652b8a5a [2020-07-31T04:43:52.854Z] Step 3/26 : WORKDIR /edgex-go [2020-07-31T04:43:52.854Z] ---> Using cache [2020-07-31T04:43:52.854Z] ---> 93465ef6df51 [2020-07-31T04:43:52.854Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-31T04:43:52.854Z] ---> Using cache [2020-07-31T04:43:52.854Z] ---> 6d9caffad3f3 [2020-07-31T04:43:52.854Z] Step 5/26 : RUN apk update && apk add make git [2020-07-31T04:43:52.854Z] ---> Using cache [2020-07-31T04:43:52.854Z] ---> 02d4face802f [2020-07-31T04:43:52.855Z] Step 6/26 : COPY go.mod . [2020-07-31T04:43:52.855Z] ---> Using cache [2020-07-31T04:43:52.855Z] ---> f61e651addf5 [2020-07-31T04:43:52.855Z] Step 7/26 : RUN go mod download [2020-07-31T04:43:52.855Z] ---> Using cache [2020-07-31T04:43:52.855Z] ---> 55c12c953380 [2020-07-31T04:43:52.855Z] Step 8/26 : COPY . . [2020-07-31T04:43:52.855Z] ---> Using cache [2020-07-31T04:43:52.855Z] ---> 9517b1be6ef9 [2020-07-31T04:43:52.855Z] 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-31T04:43:52.905Z] [ "`gofmt -l .`" = "" ] [2020-07-31T04:43:53.433Z] ---> dd76317b9a55 [2020-07-31T04:43:53.433Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-07-31T04:43:53.433Z] Removing intermediate container 828687e3f750 [2020-07-31T04:43:53.433Z] ---> 2ed574815054 [2020-07-31T04:43:53.433Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-07-31T04:43:53.433Z] ---> Running in bcf0bf5f26d3 [2020-07-31T04:43:53.433Z] ---> Running in 5c7d4ae50344 [2020-07-31T04:43:53.718Z] ---> df7fafca6891 [2020-07-31T04:43:53.718Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-07-31T04:43:54.005Z] Removing intermediate container bcf0bf5f26d3 [2020-07-31T04:43:54.005Z] ---> 2174d65f6786 [2020-07-31T04:43:54.005Z] Step 19/20 : LABEL git_sha=cb8f7a4158611c13a6245f5cb7a85cc8c6bc0104 [2020-07-31T04:43:54.005Z] ---> ac53ed06e43e [2020-07-31T04:43:54.005Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-07-31T04:43:54.005Z] ---> Running in f92de5924ab1 [2020-07-31T04:43:54.274Z] 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-31T04:43:54.540Z] Removing intermediate container f92de5924ab1 [2020-07-31T04:43:54.540Z] ---> 750d40d6fe6f [2020-07-31T04:43:54.540Z] Step 20/20 : LABEL version=0.0.0 [2020-07-31T04:43:54.813Z] ---> Running in 091b53dca985 [2020-07-31T04:43:54.813Z] ---> 46a4bc4af091 [2020-07-31T04:43:54.813Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-07-31T04:43:54.813Z] ---> 00f04647635b [2020-07-31T04:43:54.813Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-07-31T04:43:54.813Z] ---> Running in e708a8ae8228 [2020-07-31T04:43:55.085Z] Removing intermediate container 091b53dca985 [2020-07-31T04:43:55.086Z] ---> 9228f3944837 [2020-07-31T04:43:55.086Z] [2020-07-31T04:43:55.086Z] Successfully built 9228f3944837 [2020-07-31T04:43:55.086Z] Successfully tagged docker-support-scheduler-go:latest [2020-07-31T04:43:55.086Z] Building docker-security-secrets-setup-go [2020-07-31T04:43:55.353Z]  Building docker-support-scheduler-go ... done Removing intermediate container e708a8ae8228 [2020-07-31T04:43:55.353Z] ---> 8fa8cc5a41ec [2020-07-31T04:43:55.353Z] Step 17/20 : CMD ["--init=true"] [2020-07-31T04:43:55.353Z] ---> 1d363ad7dc9b [2020-07-31T04:43:55.353Z] Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-31T04:43:55.353Z] ---> Running in 68dfa51d017e [2020-07-31T04:43:55.520Z] ./bin/test-go-mod-tidy.sh [2020-07-31T04:43:55.622Z] ---> Running in 53b8899b751e [2020-07-31T04:43:56.116Z] ./bin/test-attribution-txt.sh [2020-07-31T04:43:56.219Z] Removing intermediate container 53b8899b751e [2020-07-31T04:43:56.219Z] ---> bb78775cb4f4 [2020-07-31T04:43:56.219Z] Step 19/21 : LABEL arch=x86_64 [2020-07-31T04:43:56.219Z] Removing intermediate container 68dfa51d017e [2020-07-31T04:43:56.219Z] ---> ce3dc270e2ca [2020-07-31T04:43:56.219Z] Step 18/20 : LABEL arch=x86_64 [2020-07-31T04:43:56.219Z] ---> Running in f3518adf4a12 [2020-07-31T04:43:56.219Z] ---> Running in 8902b8f82caa [2020-07-31T04:43:57.207Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [Pipeline] sh [2020-07-31T04:44:00.151Z] + ls -al . [2020-07-31T04:44:00.151Z] total 588 [2020-07-31T04:44:00.151Z] drwxrwxr-x 10 1001 1001 4096 Jul 31 04:43 . [2020-07-31T04:44:00.151Z] drwxr-xr-x 4 root root 4096 Jul 31 04:41 .. [2020-07-31T04:44:00.151Z] -rw-rw-r-- 1 1001 1001 11 Jul 31 04:32 .dockerignore [2020-07-31T04:44:00.151Z] drwxrwxr-x 8 1001 1001 4096 Jul 31 04:33 .git [2020-07-31T04:44:00.151Z] drwxrwxr-x 3 1001 1001 4096 Jul 31 04:32 .github [2020-07-31T04:44:00.151Z] -rw-rw-r-- 1 1001 1001 932 Jul 31 04:32 .gitignore [2020-07-31T04:44:00.151Z] drwxrwxr-x 3 1001 1001 4096 Jul 31 04:33 .semver [2020-07-31T04:44:00.151Z] -rw-rw-r-- 1 1001 1001 166 Jul 31 04:32 .sonarcloud.properties [2020-07-31T04:44:00.151Z] -rw-rw-r-- 1 1001 1001 3804 Jul 31 04:32 CONTRIBUTING.md [2020-07-31T04:44:00.151Z] -rw-rw-r-- 1 1001 1001 1035 Jul 31 04:32 Dockerfile.build [2020-07-31T04:44:00.151Z] -rw-rw-r-- 1 1001 1001 865 Jul 31 04:32 Jenkinsfile [2020-07-31T04:44:00.151Z] -rw-rw-r-- 1 1001 1001 10775 Jul 31 04:32 LICENSE [2020-07-31T04:44:00.151Z] -rw-rw-r-- 1 1001 1001 6237 Jul 31 04:32 Makefile [2020-07-31T04:44:00.151Z] -rw-rw-r-- 1 1001 1001 5652 Jul 31 04:32 README.md [2020-07-31T04:44:00.151Z] -rw-rw-r-- 1 1001 1001 7111 Jul 31 04:32 SECURITY.md [2020-07-31T04:44:00.151Z] -rw-rw-r-- 1 1001 1001 5 Jul 31 04:30 VERSION [2020-07-31T04:44:00.151Z] -rw-rw-r-- 1 1001 1001 4131 Jul 31 04:32 ZMQWindows.md [2020-07-31T04:44:00.151Z] drwxrwxr-x 2 1001 1001 4096 Jul 31 04:32 bin [2020-07-31T04:44:00.151Z] drwxrwxr-x 15 1001 1001 4096 Jul 31 04:32 cmd [2020-07-31T04:44:00.151Z] -rw-r--r-- 1 root root 455496 Jul 31 04:43 coverage.out [2020-07-31T04:44:00.151Z] -rw-r--r-- 1 root root 1019 Jul 31 04:43 go.mod [2020-07-31T04:44:00.151Z] -rw-r--r-- 1 root root 18146 Jul 31 04:43 go.sum [2020-07-31T04:44:00.151Z] drwxrwxr-x 8 1001 1001 4096 Jul 31 04:32 internal [2020-07-31T04:44:00.151Z] drwxrwxr-x 4 1001 1001 4096 Jul 31 04:32 openapi [2020-07-31T04:44:00.151Z] drwxrwxr-x 4 1001 1001 4096 Jul 31 04:32 snap [2020-07-31T04:44:00.151Z] -rw-rw-r-- 1 1001 1001 168 Jul 31 04:32 version.go [Pipeline] sh [2020-07-31T04:44:00.532Z] Removing intermediate container f3518adf4a12 [2020-07-31T04:44:00.532Z] ---> b65a44ce7ef1 [2020-07-31T04:44:00.532Z] Step 20/21 : LABEL git_sha=cb8f7a4158611c13a6245f5cb7a85cc8c6bc0104 [2020-07-31T04:44:00.532Z] Removing intermediate container 8902b8f82caa [2020-07-31T04:44:00.532Z] ---> 879a518507f4 [2020-07-31T04:44:00.532Z] Step 19/20 : LABEL git_sha=cb8f7a4158611c13a6245f5cb7a85cc8c6bc0104 [2020-07-31T04:44:00.532Z] ---> Running in 88769c33384f [2020-07-31T04:44:00.532Z] ---> Running in 97f2eee8ac46 [2020-07-31T04:44:00.812Z] + '[' -e coverage.out ] [2020-07-31T04:44:00.812Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-07-31T04:44:00.871Z] Warning: overwriting stash ‘coverage-report’ [2020-07-31T04:44:01.143Z] Removing intermediate container 88769c33384f [2020-07-31T04:44:01.143Z] ---> 525e93731ed4 [2020-07-31T04:44:01.143Z] Step 21/21 : LABEL version=0.0.0 [2020-07-31T04:44:01.143Z] Removing intermediate container 97f2eee8ac46 [2020-07-31T04:44:01.143Z] ---> d1dbf47e758f [2020-07-31T04:44:01.143Z] Step 20/20 : LABEL version=0.0.0 [2020-07-31T04:44:01.419Z] ---> Running in e8b6d4f3db59 [2020-07-31T04:44:01.419Z] ---> Running in 666af5978b20 [2020-07-31T04:44:02.241Z] Stashed 1 file(s) [Pipeline] sh [2020-07-31T04:44:02.418Z] Removing intermediate container 666af5978b20 [2020-07-31T04:44:02.418Z] ---> bbb6ecbe83d2 [2020-07-31T04:44:02.418Z] [2020-07-31T04:44:02.418Z] Removing intermediate container e8b6d4f3db59 [2020-07-31T04:44:02.418Z] ---> f48f847c6511 [2020-07-31T04:44:02.418Z] [2020-07-31T04:44:02.897Z] Successfully built f48f847c6511 [2020-07-31T04:44:02.898Z] Successfully built bbb6ecbe83d2 [2020-07-31T04:44:02.898Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-07-31T04:44:02.898Z]  Building docker-security-proxy-setup-go ... done Building docker-sys-mgmt-agent-go [2020-07-31T04:44:02.955Z] + make build [2020-07-31T04:44:02.955Z] 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-31T04:44:03.497Z] Successfully tagged docker-support-logging-go:latest [2020-07-31T04:44:03.497Z]  Building docker-support-logging-go ... done Building docker-support-notifications-go [2020-07-31T04:44:15.895Z] Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-31T04:44:15.895Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-07-31T04:44:15.895Z] ---> 363d652b8a5a [2020-07-31T04:44:15.895Z] Step 3/29 : WORKDIR /edgex-go [2020-07-31T04:44:15.895Z] ---> Using cache [2020-07-31T04:44:15.895Z] ---> 93465ef6df51 [2020-07-31T04:44:15.895Z] Step 4/29 : RUN apk update && apk add make git [2020-07-31T04:44:15.895Z] 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-31T04:44:15.895Z] ---> Running in 3fa9be4f604b [2020-07-31T04:44:16.498Z] (1/5) Installing libgcc (9.3.0-r2) [2020-07-31T04:44:16.761Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-31T04:44:17.765Z] (2/5) Installing libsodium (1.0.18-r0) [2020-07-31T04:44:21.151Z] 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-31T04:44:21.746Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-07-31T04:44:23.707Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-31T04:44:23.707Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-07-31T04:44:23.707Z] ---> 363d652b8a5a [2020-07-31T04:44:23.707Z] Step 3/26 : WORKDIR /edgex-go [2020-07-31T04:44:23.707Z] ---> Using cache [2020-07-31T04:44:23.707Z] ---> 93465ef6df51 [2020-07-31T04:44:23.707Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-31T04:44:23.707Z] ---> Using cache [2020-07-31T04:44:23.707Z] ---> 6d9caffad3f3 [2020-07-31T04:44:23.707Z] Step 5/26 : RUN apk update && apk add make bash git [2020-07-31T04:44:23.972Z] Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-31T04:44:23.972Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-07-31T04:44:23.972Z] ---> 363d652b8a5a [2020-07-31T04:44:23.972Z] Step 3/23 : WORKDIR /edgex-go [2020-07-31T04:44:23.972Z] ---> Using cache [2020-07-31T04:44:23.972Z] ---> 93465ef6df51 [2020-07-31T04:44:23.972Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-31T04:44:23.972Z] ---> Using cache [2020-07-31T04:44:23.972Z] ---> 6d9caffad3f3 [2020-07-31T04:44:23.972Z] Step 5/23 : RUN apk update && apk add make bash git ca-certificates [2020-07-31T04:44:25.091Z] ---> Running in ae13368a0296 [2020-07-31T04:44:25.091Z] ---> Running in bf8df1cf3f43 [2020-07-31T04:44:25.150Z] 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-31T04:44:26.192Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-31T04:44:26.192Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-31T04:44:27.157Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-31T04:44:29.092Z] Removing intermediate container 5c7d4ae50344 [2020-07-31T04:44:29.092Z] ---> d32b497a76ed [2020-07-31T04:44:29.092Z] [2020-07-31T04:44:29.092Z] Step 10/26 : FROM alpine:3.10 [2020-07-31T04:44:29.355Z] 3.10: Pulling from library/alpine [2020-07-31T04:44:30.310Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-07-31T04:44:30.310Z] Status: Downloaded newer image for alpine:3.10 [2020-07-31T04:44:30.310Z] ---> be4e4bea2c2e [2020-07-31T04:44:30.310Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-07-31T04:44:30.310Z] (4/5) Installing libzmq (4.3.2-r0) [2020-07-31T04:44:30.310Z] ---> Running in c02bf1b59f6a [2020-07-31T04:44:30.892Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-07-31T04:44:30.892Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-07-31T04:44:31.160Z] v3.10.5-61-g2eb46eec7d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-07-31T04:44:31.160Z] v3.10.5-58-g477aae6b2f [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-07-31T04:44:31.160Z] OK: 10346 distinct packages available [2020-07-31T04:44:31.425Z] (1/5) Installing ca-certificates (20191127-r2) [2020-07-31T04:44:31.425Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-07-31T04:44:31.425Z] (3/5) Installing libcurl (7.66.0-r0) [2020-07-31T04:44:31.425Z] (4/5) Installing curl (7.66.0-r0) [2020-07-31T04:44:31.425Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-07-31T04:44:31.425Z] Executing busybox-1.30.1-r3.trigger [2020-07-31T04:44:31.425Z] Executing ca-certificates-20191127-r2.trigger [2020-07-31T04:44:31.425Z] OK: 7 MiB in 19 packages [2020-07-31T04:44:32.823Z] Removing intermediate container c02bf1b59f6a [2020-07-31T04:44:32.823Z] ---> f4bcd6b48ae7 [2020-07-31T04:44:32.823Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-07-31T04:44:32.823Z] ---> Running in 011875f3d776 [2020-07-31T04:44:33.086Z] Removing intermediate container 011875f3d776 [2020-07-31T04:44:33.086Z] ---> 9553667af2b7 [2020-07-31T04:44:33.086Z] Step 13/26 : WORKDIR / [2020-07-31T04:44:33.086Z] ---> Running in b9ae99d8ab28 [2020-07-31T04:44:33.350Z] Removing intermediate container b9ae99d8ab28 [2020-07-31T04:44:33.350Z] ---> 90bb01f6d9c4 [2020-07-31T04:44:33.350Z] 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-31T04:44:33.615Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-31T04:44:33.615Z] ---> da4200d4a7b4 [2020-07-31T04:44:33.615Z] 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-31T04:44:33.878Z] ---> 312f42921898 [2020-07-31T04:44:33.878Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-07-31T04:44:33.878Z] (5/5) Installing zeromq (4.3.2-r0) [2020-07-31T04:44:34.142Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-31T04:44:34.142Z] ---> 46ba8ffb3585 [2020-07-31T04:44:34.142Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-07-31T04:44:34.406Z] Executing busybox-1.31.1-r16.trigger [2020-07-31T04:44:34.407Z] ---> 373a19f18316 [2020-07-31T04:44:34.407Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-07-31T04:44:34.407Z] OK: 8 MiB in 19 packages [2020-07-31T04:44:34.983Z] ---> c3621c4979ba [2020-07-31T04:44:34.984Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-07-31T04:44:34.984Z] Removing intermediate container d76db3992b13 [2020-07-31T04:44:34.984Z] ---> d10e03abd81b [2020-07-31T04:44:34.984Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-07-31T04:44:35.559Z] ---> 2ff077874ee9 [2020-07-31T04:44:35.559Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-07-31T04:44:35.559Z] ---> d946b5c1576d [2020-07-31T04:44:35.559Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-07-31T04:44:36.134Z] ---> acaf7a5ebbcd [2020-07-31T04:44:36.134Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-07-31T04:44:36.134Z] ---> 2919c5bbbe8e [2020-07-31T04:44:36.134Z] Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-07-31T04:44:36.397Z] ---> 7f470be60d6a [2020-07-31T04:44:36.397Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-07-31T04:44:36.397Z] ---> 4d58ee0a8d18 [2020-07-31T04:44:36.397Z] Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-31T04:44:36.397Z] ---> Running in 4bb46e781e9a [2020-07-31T04:44:36.661Z] ---> Running in 29472113fe4b [2020-07-31T04:44:36.661Z] Removing intermediate container 29472113fe4b [2020-07-31T04:44:36.661Z] ---> ef4ba2372932 [2020-07-31T04:44:36.661Z] Step 20/22 : LABEL arch=x86_64 [2020-07-31T04:44:36.926Z] ---> Running in 70317db579c2 [2020-07-31T04:44:36.926Z] Removing intermediate container 70317db579c2 [2020-07-31T04:44:36.926Z] ---> 8218dc8a346d [2020-07-31T04:44:36.926Z] Step 21/22 : LABEL git_sha=cb8f7a4158611c13a6245f5cb7a85cc8c6bc0104 [2020-07-31T04:44:37.191Z] ---> Running in 600c60fda597 [2020-07-31T04:44:37.455Z] Removing intermediate container 600c60fda597 [2020-07-31T04:44:37.455Z] ---> 631eb94291da [2020-07-31T04:44:37.455Z] Step 22/22 : LABEL version=0.0.0 [2020-07-31T04:44:37.455Z] ---> Running in e80d2c002fb6 [2020-07-31T04:44:37.455Z] Removing intermediate container 4bb46e781e9a [2020-07-31T04:44:37.455Z] ---> cbc1faca11e3 [2020-07-31T04:44:37.455Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-07-31T04:44:37.530Z] 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-31T04:44:37.719Z] ---> Running in 6a7a9ee7d4b3 [2020-07-31T04:44:37.719Z] Removing intermediate container e80d2c002fb6 [2020-07-31T04:44:37.719Z] ---> 18ccce99b935 [2020-07-31T04:44:37.719Z] [2020-07-31T04:44:37.719Z] Successfully built 18ccce99b935 [2020-07-31T04:44:37.719Z] Successfully tagged docker-core-data-go:latest [2020-07-31T04:44:37.719Z]  Building docker-core-data-go ... done Building docker-core-command-go [2020-07-31T04:44:37.985Z] Removing intermediate container 6a7a9ee7d4b3 [2020-07-31T04:44:37.985Z] ---> ae5beac698dd [2020-07-31T04:44:37.985Z] Step 24/26 : LABEL arch=x86_64 [2020-07-31T04:44:37.985Z] ---> Running in 0b7fdb0e5baf [2020-07-31T04:44:39.384Z] Removing intermediate container 0b7fdb0e5baf [2020-07-31T04:44:39.384Z] ---> e41b29e2aa40 [2020-07-31T04:44:39.384Z] Step 25/26 : LABEL git_sha=cb8f7a4158611c13a6245f5cb7a85cc8c6bc0104 [2020-07-31T04:44:40.781Z] ---> Running in 615f8798f905 [2020-07-31T04:44:41.044Z] Removing intermediate container 615f8798f905 [2020-07-31T04:44:41.044Z] ---> d59853519272 [2020-07-31T04:44:41.044Z] Step 26/26 : LABEL version=0.0.0 [2020-07-31T04:44:41.621Z] ---> Running in 97c70693153a [2020-07-31T04:44:41.881Z] 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-31T04:44:41.887Z] Removing intermediate container 97c70693153a [2020-07-31T04:44:41.887Z] ---> 2ae1900c5c31 [2020-07-31T04:44:41.887Z] [2020-07-31T04:44:42.466Z] Successfully built 2ae1900c5c31 [2020-07-31T04:44:42.466Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-07-31T04:44:43.056Z]  Building docker-security-secretstore-setup-go ... done v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-31T04:44:43.056Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-31T04:44:43.056Z] OK: 12749 distinct packages available [2020-07-31T04:44:43.319Z] OK: 233 MiB in 51 packages [2020-07-31T04:44:45.909Z] Removing intermediate container 3fa9be4f604b [2020-07-31T04:44:45.909Z] ---> c3865384b24e [2020-07-31T04:44:45.909Z] Step 5/29 : COPY go.mod . [2020-07-31T04:44:47.282Z] 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-31T04:44:47.838Z] ---> 8612099732c6 [2020-07-31T04:44:47.838Z] Step 6/29 : RUN go mod download [2020-07-31T04:44:48.113Z] ---> Running in 8895c0ec170e [2020-07-31T04:44:49.511Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-31T04:44:49.511Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-31T04:44:49.511Z] ---> 363d652b8a5a [2020-07-31T04:44:49.511Z] Step 3/21 : WORKDIR /edgex-go [2020-07-31T04:44:49.511Z] ---> Using cache [2020-07-31T04:44:49.511Z] ---> 93465ef6df51 [2020-07-31T04:44:49.511Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-31T04:44:49.511Z] ---> Using cache [2020-07-31T04:44:49.511Z] ---> 6d9caffad3f3 [2020-07-31T04:44:49.511Z] Step 5/21 : RUN apk update && apk add make git [2020-07-31T04:44:49.511Z] ---> Using cache [2020-07-31T04:44:49.511Z] ---> 02d4face802f [2020-07-31T04:44:49.511Z] Step 6/21 : COPY go.mod . [2020-07-31T04:44:49.511Z] ---> Using cache [2020-07-31T04:44:49.511Z] ---> f61e651addf5 [2020-07-31T04:44:49.511Z] Step 7/21 : RUN go mod download [2020-07-31T04:44:49.511Z] ---> Using cache [2020-07-31T04:44:49.511Z] ---> 55c12c953380 [2020-07-31T04:44:49.511Z] Step 8/21 : COPY . . [2020-07-31T04:44:49.511Z] ---> Using cache [2020-07-31T04:44:49.511Z] ---> 9517b1be6ef9 [2020-07-31T04:44:49.511Z] Step 9/21 : RUN make cmd/core-command/core-command [2020-07-31T04:44:50.086Z] ---> Running in 19107b75e6ee [2020-07-31T04:44:50.666Z] 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-31T04:44:51.650Z] Removing intermediate container 8895c0ec170e [2020-07-31T04:44:51.650Z] ---> c26b25838a92 [2020-07-31T04:44:51.650Z] Step 7/29 : COPY . . [2020-07-31T04:44:54.288Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-31T04:44:54.288Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-31T04:44:54.288Z] OK: 12749 distinct packages available [2020-07-31T04:44:54.886Z] OK: 233 MiB in 51 packages [2020-07-31T04:44:55.464Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-31T04:44:55.464Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-31T04:44:55.464Z] OK: 12749 distinct packages available [2020-07-31T04:44:55.568Z] 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-31T04:44:55.759Z] OK: 233 MiB in 51 packages [2020-07-31T04:44:57.017Z] 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-31T04:44:57.794Z] Removing intermediate container ae13368a0296 [2020-07-31T04:44:57.794Z] ---> 2b7fa4cf4040 [2020-07-31T04:44:57.794Z] Step 6/26 : COPY go.mod . [2020-07-31T04:44:58.375Z] Removing intermediate container bf8df1cf3f43 [2020-07-31T04:44:58.375Z] ---> 46ec51f92478 [2020-07-31T04:44:58.375Z] Step 6/23 : COPY go.mod . [2020-07-31T04:44:59.373Z] ---> a410c5d7341a [2020-07-31T04:44:59.373Z] Step 7/26 : RUN go mod download [2020-07-31T04:45:00.390Z] ---> 23960c763eb0 [2020-07-31T04:45:00.390Z] Step 7/23 : RUN go mod download [2020-07-31T04:45:00.390Z] ---> Running in 35a4e1bdf64c [2020-07-31T04:45:01.016Z] ---> Running in ef8781531f44 [2020-07-31T04:45:02.416Z] 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-31T04:45:04.436Z] Removing intermediate container 35a4e1bdf64c [2020-07-31T04:45:04.437Z] ---> 45a4f296e284 [2020-07-31T04:45:04.437Z] Step 8/26 : COPY . . [2020-07-31T04:45:04.707Z] Removing intermediate container ef8781531f44 [2020-07-31T04:45:04.708Z] ---> 3421f6b01240 [2020-07-31T04:45:04.708Z] Step 8/23 : COPY . . [2020-07-31T04:45:09.112Z] 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-31T04:45:13.422Z] 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-31T04:45:17.004Z] ---> 2d7ae4a3f20c [2020-07-31T04:45:17.004Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-07-31T04:45:18.818Z] 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-31T04:45:20.367Z] ---> Running in 1c9bd0b43a6e [2020-07-31T04:45:23.467Z] 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-31T04:45:24.225Z] 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-31T04:45:29.620Z] 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-31T04:45:30.443Z] ---> 72d0fe7c3e55 [2020-07-31T04:45:30.443Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2020-07-31T04:45:30.443Z] ---> b1bc7c3fa52e [2020-07-31T04:45:30.443Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-07-31T04:45:30.443Z] ---> Running in 14a53e3635a9 [2020-07-31T04:45:30.443Z] ---> Running in d4a8596a5b64 [2020-07-31T04:45:30.443Z] Removing intermediate container 19107b75e6ee [2020-07-31T04:45:30.443Z] ---> 8c60f59ca5ce [2020-07-31T04:45:30.443Z] [2020-07-31T04:45:30.443Z] Step 10/21 : FROM scratch [2020-07-31T04:45:30.443Z] ---> [2020-07-31T04:45:30.443Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-31T04:45:30.872Z] 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-31T04:45:30.872Z] 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-31T04:45:30.872Z] ---> Using cache [2020-07-31T04:45:30.872Z] ---> d976a141f833 [2020-07-31T04:45:30.872Z] Step 12/21 : ENV APP_PORT=48082 [2020-07-31T04:45:30.872Z] ---> Running in 9e7b54249800 [2020-07-31T04:45:31.221Z] Removing intermediate container 9e7b54249800 [2020-07-31T04:45:31.221Z] ---> d662583e2fca [2020-07-31T04:45:31.221Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-31T04:45:31.221Z] ---> Running in fed02f034938 [2020-07-31T04:45:31.562Z] Removing intermediate container fed02f034938 [2020-07-31T04:45:31.562Z] ---> 2265f04dd6d4 [2020-07-31T04:45:31.562Z] Step 14/21 : WORKDIR / [2020-07-31T04:45:31.562Z] ---> Running in 6995f9073f75 [2020-07-31T04:45:31.879Z] Removing intermediate container 6995f9073f75 [2020-07-31T04:45:31.879Z] ---> 1c59104209d7 [2020-07-31T04:45:31.879Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-07-31T04:45:32.852Z] ---> eb7a4079aa4d [2020-07-31T04:45:32.852Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [Pipeline] } [2020-07-31T04:45:33.898Z] $ docker stop --time=1 16fdb2ffa435fcb96bf9f8d5387a0eed934ccfa65192949d730e274808e9ffac [2020-07-31T04:45:34.280Z] ---> 0a45bfc42ea5 [2020-07-31T04:45:34.280Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-07-31T04:45:35.263Z] ---> fe6ca564651a [2020-07-31T04:45:35.263Z] Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-31T04:45:35.263Z] ---> Running in 26e0686680c8 [2020-07-31T04:45:35.534Z] Removing intermediate container 26e0686680c8 [2020-07-31T04:45:35.534Z] ---> ffaa60b067d5 [2020-07-31T04:45:35.534Z] Step 19/21 : LABEL arch=x86_64 [2020-07-31T04:45:35.534Z] ---> Running in a5293c309bbc [2020-07-31T04:45:36.650Z] $ docker rm -f 16fdb2ffa435fcb96bf9f8d5387a0eed934ccfa65192949d730e274808e9ffac [2020-07-31T04:45:37.494Z] Removing intermediate container a5293c309bbc [2020-07-31T04:45:37.495Z] ---> ab8d49305da2 [2020-07-31T04:45:37.495Z] Step 20/21 : LABEL git_sha=cb8f7a4158611c13a6245f5cb7a85cc8c6bc0104 [2020-07-31T04:45:37.495Z] ---> Running in 5a4cdd51ad2b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [2020-07-31T04:45:37.774Z] Removing intermediate container 5a4cdd51ad2b [2020-07-31T04:45:37.774Z] ---> 93616832a82e [2020-07-31T04:45:37.774Z] Step 21/21 : LABEL version=0.0.0 [2020-07-31T04:45:37.774Z] ---> Running in f8032a2f603d [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-31T04:45:38.046Z] Removing intermediate container f8032a2f603d [2020-07-31T04:45:38.046Z] ---> 0639fbadc45b [2020-07-31T04:45:38.046Z] [2020-07-31T04:45:38.290Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-07-31T04:45:38.322Z] Successfully built 0639fbadc45b [2020-07-31T04:45:38.322Z] Successfully tagged docker-core-command-go:latest [2020-07-31T04:45:38.562Z] [2020-07-31T04:45:38.562Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-07-31T04:45:38.951Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-07-31T04:45:39.228Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-07-31T04:45:39.228Z] 29e5d40040c1: Pulling fs layer [2020-07-31T04:45:39.228Z] 1ce36da41761: Pulling fs layer [2020-07-31T04:45:39.228Z] 25b303627fd3: Pulling fs layer [2020-07-31T04:45:39.228Z] 29e5d40040c1: Download complete [2020-07-31T04:45:39.834Z] 1ce36da41761: Verifying Checksum [2020-07-31T04:45:39.834Z] 1ce36da41761: Download complete [2020-07-31T04:45:40.110Z] 29e5d40040c1: Pull complete [2020-07-31T04:45:41.092Z] 1ce36da41761: Pull complete [2020-07-31T04:45:41.686Z] 25b303627fd3: Verifying Checksum [2020-07-31T04:45:41.686Z] 25b303627fd3: Download complete [2020-07-31T04:45:46.506Z]  Building docker-core-command-go ... done Removing intermediate container 1c9bd0b43a6e [2020-07-31T04:45:46.506Z] ---> 0e7ce0be8563 [2020-07-31T04:45:46.506Z] [2020-07-31T04:45:46.506Z] Step 9/29 : FROM alpine:latest [2020-07-31T04:45:46.506Z] ---> a24bb4013296 [2020-07-31T04:45:46.506Z] 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-31T04:45:46.506Z] ---> Running in 3957c311065a [2020-07-31T04:45:46.506Z] Removing intermediate container 3957c311065a [2020-07-31T04:45:46.506Z] ---> 3b55777db494 [2020-07-31T04:45:46.506Z] Step 11/29 : USER root [2020-07-31T04:45:47.098Z] ---> Running in 3495b7713f53 [2020-07-31T04:45:47.379Z] Removing intermediate container 3495b7713f53 [2020-07-31T04:45:47.379Z] ---> 00833ef51e83 [2020-07-31T04:45:47.379Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-07-31T04:45:49.314Z] ---> Running in 0e7a5eb69d0f [2020-07-31T04:45:50.309Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-31T04:45:50.584Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-31T04:45:51.185Z] v3.12.0-185-gb4b2a5e482 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-07-31T04:45:51.185Z] v3.12.0-186-g2cd07a16f7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-07-31T04:45:51.185Z] OK: 12749 distinct packages available [2020-07-31T04:45:51.459Z] (1/2) Installing ca-certificates (20191127-r4) [2020-07-31T04:45:51.460Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-07-31T04:45:51.460Z] Executing busybox-1.31.1-r16.trigger [2020-07-31T04:45:51.460Z] Executing ca-certificates-20191127-r4.trigger [2020-07-31T04:45:51.725Z] OK: 6 MiB in 16 packages [2020-07-31T04:45:51.841Z] 25b303627fd3: Pull complete [2020-07-31T04:45:51.841Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-07-31T04:45:51.841Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-07-31T04:45:51.841Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-07-31T04:45:52.084Z] prd-ubuntu18.04-docker-arm64-4c-16g-1662 does not seem to be running inside a container [2020-07-31T04:45:52.135Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@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-31T04:45:54.308Z] Removing intermediate container 0e7a5eb69d0f [2020-07-31T04:45:54.309Z] ---> 070b9cef05c0 [2020-07-31T04:45:54.309Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-07-31T04:45:54.309Z] ---> Running in c684c0132007 [2020-07-31T04:45:54.309Z] Removing intermediate container 14a53e3635a9 [2020-07-31T04:45:54.309Z] ---> 68123ce661a3 [2020-07-31T04:45:54.309Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-07-31T04:45:54.309Z] ---> Running in 310a57f8c563 [2020-07-31T04:45:54.309Z] Removing intermediate container c684c0132007 [2020-07-31T04:45:54.309Z] ---> 0654db42bb42 [2020-07-31T04:45:54.309Z] Step 14/29 : WORKDIR $BASE_DIR [2020-07-31T04:45:54.903Z] ---> Running in 2a19fda5bdfc [2020-07-31T04:45:55.863Z] 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-31T04:45:55.863Z] Removing intermediate container d4a8596a5b64 [2020-07-31T04:45:55.863Z] ---> 2283a4805523 [2020-07-31T04:45:55.863Z] [2020-07-31T04:45:55.863Z] Step 10/23 : FROM scratch [2020-07-31T04:45:55.863Z] ---> [2020-07-31T04:45:55.863Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-07-31T04:45:56.131Z] ---> Using cache [2020-07-31T04:45:56.131Z] ---> 3caa9258048d [2020-07-31T04:45:56.131Z] Step 12/23 : ENV APP_PORT=48060 [2020-07-31T04:45:56.131Z] Removing intermediate container 2a19fda5bdfc [2020-07-31T04:45:56.131Z] ---> 79506a154a36 [2020-07-31T04:45:56.131Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-07-31T04:45:56.230Z] $ docker top a44f87fcdad4c7cc516680349c55a8286cce81d18db70a9f475d69b50d420d52 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-31T04:45:56.704Z] ---> Running in adc12a2a72ca [2020-07-31T04:45:56.705Z] ---> Running in 38db94bbdc44 [2020-07-31T04:45:56.969Z] Removing intermediate container adc12a2a72ca [2020-07-31T04:45:56.969Z] ---> 9c41ba75a427 [2020-07-31T04:45:56.969Z] Step 13/23 : EXPOSE $APP_PORT [2020-07-31T04:45:56.969Z] ---> Running in f7df96576a65 [2020-07-31T04:45:57.234Z] Removing intermediate container f7df96576a65 [2020-07-31T04:45:57.234Z] ---> 057321a022b7 [2020-07-31T04:45:57.234Z] Step 14/23 : COPY --from=builder /bin/sh /bin/sh [2020-07-31T04:45:57.496Z] ---> c317ec0eb993 [2020-07-31T04:45:57.496Z] Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-07-31T04:45:57.635Z] + docker-compose build --help [2020-07-31T04:45:57.635Z] + grep parallel [2020-07-31T04:45:57.757Z] Removing intermediate container 310a57f8c563 [2020-07-31T04:45:57.757Z] ---> ffcfd801660a [2020-07-31T04:45:57.757Z] [2020-07-31T04:45:57.757Z] Step 11/26 : FROM docker:latest [2020-07-31T04:45:57.757Z] ---> 81f5749c9058 [2020-07-31T04:45:57.757Z] Step 12/26 : RUN apk add --no-cache bash [2020-07-31T04:45:58.333Z] ---> Running in 75cb69c034e7 [2020-07-31T04:45:58.333Z] Removing intermediate container 38db94bbdc44 [2020-07-31T04:45:58.333Z] ---> 492a060c1da4 [2020-07-31T04:45:58.333Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-07-31T04:45:58.904Z] ---> eca434840926 [2020-07-31T04:45:58.904Z] Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl [2020-07-31T04:45:59.174Z] ---> f04d146f4164 [2020-07-31T04:45:59.174Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-07-31T04:45:59.444Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-31T04:45:59.444Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-31T04:45:59.444Z] ---> acad2f3215d5 [2020-07-31T04:45:59.444Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-07-31T04:45:59.444Z] ---> fbf949f2b648 [2020-07-31T04:45:59.444Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-07-31T04:45:59.705Z] (1/2) Installing readline (8.0.4-r0) [2020-07-31T04:45:59.705Z] (2/2) Installing bash (5.0.17-r0) [2020-07-31T04:45:59.705Z] Executing bash-5.0.17-r0.post-install [2020-07-31T04:45:59.705Z] Executing busybox-1.31.1-r16.trigger [2020-07-31T04:45:59.705Z] OK: 12 MiB in 22 packages [2020-07-31T04:46:01.100Z] ---> c4b072622405 [2020-07-31T04:46:01.100Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-07-31T04:46:01.100Z] ---> 92c87c9afb21 [2020-07-31T04:46:01.100Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-07-31T04:46:01.365Z] Removing intermediate container 75cb69c034e7 [2020-07-31T04:46:01.365Z] ---> 1ce7b3b52408 [2020-07-31T04:46:01.365Z] Step 13/26 : RUN rm -rf /var/cache/apk/* [2020-07-31T04:46:01.365Z] ---> 8775284c9869 [2020-07-31T04:46:01.365Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-07-31T04:46:01.636Z] ---> 7bc0779e2ea2 [2020-07-31T04:46:01.636Z] Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-07-31T04:46:01.636Z] ---> Running in 40d0ad557e56 [2020-07-31T04:46:01.900Z] ---> 295cabe3e31d [2020-07-31T04:46:01.901Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-07-31T04:46:01.901Z] ---> Running in 45fed9035845 [2020-07-31T04:46:01.901Z] ---> bb241779c9f9 [2020-07-31T04:46:01.901Z] Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-31T04:46:01.901Z] --parallel Build images in parallel. [Pipeline] } [2020-07-31T04:46:01.893Z] $ docker stop --time=1 a44f87fcdad4c7cc516680349c55a8286cce81d18db70a9f475d69b50d420d52 [2020-07-31T04:46:02.178Z] ---> Running in a5832c3657b7 [2020-07-31T04:46:02.473Z] Removing intermediate container a5832c3657b7 [2020-07-31T04:46:02.473Z] ---> 722564096809 [2020-07-31T04:46:02.473Z] Step 21/23 : LABEL arch=x86_64 [2020-07-31T04:46:02.473Z] ---> Running in 64af90baa22f [2020-07-31T04:46:02.736Z] Removing intermediate container 64af90baa22f [2020-07-31T04:46:02.736Z] ---> 62d85d2e25a8 [2020-07-31T04:46:02.736Z] Step 22/23 : LABEL git_sha=cb8f7a4158611c13a6245f5cb7a85cc8c6bc0104 [2020-07-31T04:46:02.736Z] ---> Running in f9e0cdef5f3e [2020-07-31T04:46:02.736Z] Removing intermediate container 40d0ad557e56 [2020-07-31T04:46:02.736Z] ---> dad6e10c43e0 [2020-07-31T04:46:02.736Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-07-31T04:46:02.997Z] ---> Running in f7118b6a57e3 [2020-07-31T04:46:02.997Z] Removing intermediate container f9e0cdef5f3e [2020-07-31T04:46:02.997Z] ---> 4d96d2022d14 [2020-07-31T04:46:02.997Z] Step 23/23 : LABEL version=0.0.0 [2020-07-31T04:46:03.261Z] ---> Running in 876775764e25 [2020-07-31T04:46:03.530Z] Removing intermediate container f7118b6a57e3 [2020-07-31T04:46:03.530Z] ---> 5d513e70603d [2020-07-31T04:46:03.530Z] Step 15/26 : ENV APP_PORT=48090 [2020-07-31T04:46:03.530Z] Removing intermediate container 45fed9035845 [2020-07-31T04:46:03.530Z] ---> 7bb5552cb409 [2020-07-31T04:46:03.530Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-07-31T04:46:03.794Z] ---> Running in 614f957fb771 [2020-07-31T04:46:03.794Z] Removing intermediate container 876775764e25 [2020-07-31T04:46:03.794Z] ---> 0bdb416a9055 [2020-07-31T04:46:03.794Z] [2020-07-31T04:46:03.794Z] Successfully built 0bdb416a9055 [2020-07-31T04:46:03.834Z] $ docker rm -f a44f87fcdad4c7cc516680349c55a8286cce81d18db70a9f475d69b50d420d52 [2020-07-31T04:46:04.058Z] Successfully tagged docker-support-notifications-go:latest [2020-07-31T04:46:04.059Z]  Building docker-support-notifications-go ... done  ---> b3e58f40e4c8 [2020-07-31T04:46:04.059Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-07-31T04:46:04.059Z] Removing intermediate container 614f957fb771 [2020-07-31T04:46:04.059Z] ---> 35af133b8065 [2020-07-31T04:46:04.059Z] Step 16/26 : EXPOSE $APP_PORT [2020-07-31T04:46:04.059Z] ---> Running in 708f413b0936 [2020-07-31T04:46:04.059Z] ---> Running in 132ef3465209 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [2020-07-31T04:46:04.338Z] Removing intermediate container 132ef3465209 [2020-07-31T04:46:04.338Z] ---> 16ba8ff051a2 [2020-07-31T04:46:04.338Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [Pipeline] isUnix [Pipeline] sh [2020-07-31T04:46:04.743Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-07-31T04:46:04.743Z] . [Pipeline] withDockerContainer [2020-07-31T04:46:04.918Z] ---> e25f8fd01318 [2020-07-31T04:46:04.918Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-07-31T04:46:04.972Z] prd-ubuntu18.04-docker-arm64-4c-16g-1662 does not seem to be running inside a container [2020-07-31T04:46:05.023Z] $ 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/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-07-31T04:46:05.181Z] Removing intermediate container 708f413b0936 [2020-07-31T04:46:05.181Z] ---> 185dcca987f1 [2020-07-31T04:46:05.181Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-07-31T04:46:05.181Z] ---> 3cc0e01b0918 [2020-07-31T04:46:05.181Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-07-31T04:46:05.469Z] ---> Running in a49ccc332d79 [2020-07-31T04:46:05.735Z] ---> a57ca3fcdfa9 [2020-07-31T04:46:05.735Z] Step 20/26 : RUN apk --no-cache add py-pip [2020-07-31T04:46:05.735Z] ---> Running in 6ed857298c84 [2020-07-31T04:46:06.321Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-31T04:46:06.408Z] $ docker top fa567e19d9f8debf4dd881b226f61af94f84910af069bc8a8922c86ab0829f5e -eo pid,comm [2020-07-31T04:46:06.583Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-31T04:46:06.583Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-07-31T04:46:06.583Z] (2/33) Installing expat (2.2.9-r1) [2020-07-31T04:46:06.583Z] (3/33) Installing libffi (3.3-r2) [2020-07-31T04:46:06.583Z] (4/33) Installing gdbm (1.13-r1) [2020-07-31T04:46:06.583Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-07-31T04:46:06.583Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-07-31T04:46:06.583Z] Removing intermediate container a49ccc332d79 [2020-07-31T04:46:06.583Z] ---> d991dc01d6e5 [2020-07-31T04:46:06.583Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-07-31T04:46:06.583Z] (7/33) Installing python3 (3.8.5-r0) [Pipeline] { [Pipeline] sh [2020-07-31T04:46:06.843Z] ---> Running in 8b5ac93485e3 [2020-07-31T04:46:07.442Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-07-31T04:46:10.156Z] Removing intermediate container 8b5ac93485e3 [2020-07-31T04:46:10.156Z] ---> 1ebac788cb3e [2020-07-31T04:46:10.156Z] Step 26/29 : CMD [ "generate" ] [2020-07-31T04:46:10.156Z] ---> Running in df315d91806f [2020-07-31T04:46:10.156Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-07-31T04:46:10.156Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-07-31T04:46:10.156Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-07-31T04:46:10.156Z] (11/33) Installing py3-six (1.15.0-r0) [2020-07-31T04:46:10.156Z] (12/33) Installing py3-packaging (20.4-r0) [2020-07-31T04:46:10.156Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-07-31T04:46:10.156Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-07-31T04:46:10.156Z] (15/33) Installing py3-idna (2.9-r0) [2020-07-31T04:46:10.156Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-07-31T04:46:10.156Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-07-31T04:46:10.156Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-07-31T04:46:10.156Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-07-31T04:46:11.104Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-07-31T04:46:11.104Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-07-31T04:46:11.104Z] Removing intermediate container df315d91806f [2020-07-31T04:46:11.104Z] ---> 5e9cf5eaef4b [2020-07-31T04:46:11.104Z] Step 27/29 : LABEL arch=x86_64 [2020-07-31T04:46:11.104Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-07-31T04:46:11.365Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-07-31T04:46:11.365Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-07-31T04:46:11.365Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-07-31T04:46:11.365Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-07-31T04:46:11.365Z] ---> Running in 78d621156677 [2020-07-31T04:46:11.365Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-07-31T04:46:11.365Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-07-31T04:46:11.365Z] (29/33) Installing py3-progress (1.5-r0) [2020-07-31T04:46:11.365Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-07-31T04:46:11.626Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-07-31T04:46:11.626Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-07-31T04:46:11.626Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-07-31T04:46:11.721Z] Building docker-core-command-go ... [2020-07-31T04:46:11.721Z] Building docker-core-data-go ... [2020-07-31T04:46:11.721Z] Building docker-core-metadata-go ... [2020-07-31T04:46:11.721Z] Building docker-security-proxy-setup-go ... [2020-07-31T04:46:11.721Z] Building docker-security-secrets-setup-go ... [2020-07-31T04:46:11.721Z] Building docker-security-secretstore-setup-go ... [2020-07-31T04:46:11.721Z] Building docker-support-logging-go ... [2020-07-31T04:46:11.721Z] Building docker-support-notifications-go ... [2020-07-31T04:46:11.721Z] Building docker-support-scheduler-go ... [2020-07-31T04:46:11.721Z] Building docker-sys-mgmt-agent-go ... [2020-07-31T04:46:11.721Z] Building docker-sys-mgmt-agent-go [2020-07-31T04:46:11.721Z] Building docker-security-secretstore-setup-go [2020-07-31T04:46:11.721Z] Building docker-support-logging-go [2020-07-31T04:46:11.721Z] Building docker-support-scheduler-go [2020-07-31T04:46:11.721Z] Building docker-core-data-go [2020-07-31T04:46:12.580Z] Executing busybox-1.31.1-r16.trigger [2020-07-31T04:46:12.580Z] OK: 71 MiB in 55 packages [2020-07-31T04:46:12.841Z] Removing intermediate container 78d621156677 [2020-07-31T04:46:12.841Z] ---> 94327c9484b7 [2020-07-31T04:46:12.841Z] Step 28/29 : LABEL git_sha=cb8f7a4158611c13a6245f5cb7a85cc8c6bc0104 [2020-07-31T04:46:13.101Z] ---> Running in fcaae590c94b [2020-07-31T04:46:13.101Z] Removing intermediate container fcaae590c94b [2020-07-31T04:46:13.101Z] ---> 66d44ee582ce [2020-07-31T04:46:13.101Z] Step 29/29 : LABEL version=0.0.0 [2020-07-31T04:46:13.683Z] ---> Running in c40fdb803f8e [2020-07-31T04:46:15.598Z] Removing intermediate container c40fdb803f8e [2020-07-31T04:46:15.599Z] ---> c5dd4faac35d [2020-07-31T04:46:15.599Z] [2020-07-31T04:46:15.866Z] Successfully built c5dd4faac35d [2020-07-31T04:46:15.866Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-07-31T04:46:19.172Z]  Building docker-security-secrets-setup-go ... done Removing intermediate container 6ed857298c84 [2020-07-31T04:46:19.172Z] ---> ba8542ad2a50 [2020-07-31T04:46:19.172Z] Step 21/26 : RUN pip install docker-compose==1.23.2 [2020-07-31T04:46:19.172Z] ---> Running in 7f237187f82b [2020-07-31T04:46:21.084Z] Collecting docker-compose==1.23.2 [2020-07-31T04:46:21.084Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-07-31T04:46:21.084Z] Collecting texttable<0.10,>=0.9.0 [2020-07-31T04:46:21.084Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-07-31T04:46:21.753Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-07-31T04:46:21.753Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-07-31T04:46:22.020Z] Collecting websocket-client<1.0,>=0.32.0 [2020-07-31T04:46:22.020Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-07-31T04:46:22.020Z] Collecting jsonschema<3,>=2.5.1 [2020-07-31T04:46:22.020Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-07-31T04:46:22.280Z] Collecting PyYAML<4,>=3.10 [2020-07-31T04:46:22.280Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-07-31T04:46:23.221Z] Collecting dockerpty<0.5,>=0.4.1 [2020-07-31T04:46:23.221Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-07-31T04:46:23.794Z] Collecting cached-property<2,>=1.2.0 [2020-07-31T04:46:23.794Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-07-31T04:46:23.794Z] Collecting docopt<0.7,>=0.6.1 [2020-07-31T04:46:23.794Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-07-31T04:46:24.371Z] 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-31T04:46:24.371Z] Collecting docker<4.0,>=3.6.0 [2020-07-31T04:46:24.371Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-07-31T04:46:24.633Z] Collecting urllib3<1.25,>=1.21.1 [2020-07-31T04:46:24.633Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-07-31T04:46:24.633Z] 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-31T04:46:24.633Z] Collecting idna<2.8,>=2.5 [2020-07-31T04:46:24.633Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-07-31T04:46:24.633Z] 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-31T04:46:24.898Z] Collecting docker-pycreds>=0.4.0 [2020-07-31T04:46:24.898Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-07-31T04:46:24.898Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-07-31T04:46:24.898Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-07-31T04:46:24.898Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-07-31T04:46:24.898Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-07-31T04:46:24.898Z] Installing collected packages: texttable, urllib3, idna, requests, websocket-client, jsonschema, PyYAML, dockerpty, cached-property, docopt, docker-pycreds, docker, docker-compose [2020-07-31T04:46:24.898Z] Running setup.py install for texttable: started [2020-07-31T04:46:25.471Z] Running setup.py install for texttable: finished with status 'done' [2020-07-31T04:46:25.471Z] Attempting uninstall: urllib3 [2020-07-31T04:46:25.471Z] Found existing installation: urllib3 1.25.9 [2020-07-31T04:46:25.471Z] Uninstalling urllib3-1.25.9: [2020-07-31T04:46:25.471Z] Successfully uninstalled urllib3-1.25.9 [2020-07-31T04:46:25.731Z] Attempting uninstall: idna [2020-07-31T04:46:25.731Z] Found existing installation: idna 2.9 [2020-07-31T04:46:25.731Z] Uninstalling idna-2.9: [2020-07-31T04:46:25.731Z] Successfully uninstalled idna-2.9 [2020-07-31T04:46:25.990Z] Attempting uninstall: requests [2020-07-31T04:46:25.990Z] Found existing installation: requests 2.23.0 [2020-07-31T04:46:25.990Z] Uninstalling requests-2.23.0: [2020-07-31T04:46:25.990Z] Successfully uninstalled requests-2.23.0 [2020-07-31T04:46:26.563Z] Running setup.py install for PyYAML: started [2020-07-31T04:46:27.133Z] Running setup.py install for PyYAML: finished with status 'done' [2020-07-31T04:46:27.133Z] Running setup.py install for dockerpty: started [2020-07-31T04:46:27.392Z] Running setup.py install for dockerpty: finished with status 'done' [2020-07-31T04:46:27.652Z] Running setup.py install for docopt: started [2020-07-31T04:46:28.222Z] Running setup.py install for docopt: finished with status 'done' [2020-07-31T04:46:28.793Z] 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-31T04:46:32.110Z] Removing intermediate container 7f237187f82b [2020-07-31T04:46:32.110Z] ---> ab62b01e8f55 [2020-07-31T04:46:32.110Z] Step 22/26 : RUN apk --no-cache add curl [2020-07-31T04:46:32.110Z] ---> Running in b23f9ba7edfc [2020-07-31T04:46:32.370Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-31T04:46:32.370Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-31T04:46:32.629Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-07-31T04:46:32.629Z] (2/3) Installing libcurl (7.69.1-r0) [2020-07-31T04:46:32.629Z] (3/3) Installing curl (7.69.1-r0) [2020-07-31T04:46:32.629Z] Executing busybox-1.31.1-r16.trigger [2020-07-31T04:46:32.629Z] OK: 72 MiB in 58 packages [2020-07-31T04:46:33.211Z] Removing intermediate container b23f9ba7edfc [2020-07-31T04:46:33.211Z] ---> 8b456f41d01d [2020-07-31T04:46:33.211Z] Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-31T04:46:33.211Z] ---> Running in 9269f63b0b58 [2020-07-31T04:46:33.473Z] Removing intermediate container 9269f63b0b58 [2020-07-31T04:46:33.473Z] ---> 71105a72fafa [2020-07-31T04:46:33.473Z] Step 24/26 : LABEL arch=x86_64 [2020-07-31T04:46:33.473Z] ---> Running in e961091b9715 [2020-07-31T04:46:33.735Z] Removing intermediate container e961091b9715 [2020-07-31T04:46:33.735Z] ---> a8979fe23ab0 [2020-07-31T04:46:33.735Z] Step 25/26 : LABEL git_sha=cb8f7a4158611c13a6245f5cb7a85cc8c6bc0104 [2020-07-31T04:46:33.735Z] ---> Running in 2e098651a8f2 [2020-07-31T04:46:33.995Z] Removing intermediate container 2e098651a8f2 [2020-07-31T04:46:33.995Z] ---> ca168c25889a [2020-07-31T04:46:33.995Z] Step 26/26 : LABEL version=0.0.0 [2020-07-31T04:46:33.995Z] ---> Running in d92f1664a155 [2020-07-31T04:46:34.258Z] Removing intermediate container d92f1664a155 [2020-07-31T04:46:34.258Z] ---> f767eaa54e98 [2020-07-31T04:46:34.258Z] [2020-07-31T04:46:34.829Z] Successfully built f767eaa54e98 [2020-07-31T04:46:35.090Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-07-31T04:46:35.680Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-07-31T04:46:35.728Z] $ docker stop --time=1 8e5365d5a04e77e9c2224a4ce76e0b7725264f40bba4470a8a87a72839006403 [2020-07-31T04:46:37.498Z] $ docker rm -f 8e5365d5a04e77e9c2224a4ce76e0b7725264f40bba4470a8a87a72839006403 [Pipeline] // withDockerContainer [Pipeline] sh [2020-07-31T04:46:38.014Z] + docker images [2020-07-31T04:46:38.014Z] + grep docker [2020-07-31T04:46:38.014Z] docker-sys-mgmt-agent-go latest f767eaa54e98 4 seconds ago 284MB [2020-07-31T04:46:38.014Z] docker-security-secrets-setup-go latest c5dd4faac35d 24 seconds ago 25.1MB [2020-07-31T04:46:38.014Z] docker-support-notifications-go latest 0bdb416a9055 34 seconds ago 14.4MB [2020-07-31T04:46:38.014Z] docker-core-command-go latest 0639fbadc45b About a minute ago 13MB [2020-07-31T04:46:38.014Z] docker-security-secretstore-setup-go latest 2ae1900c5c31 About a minute ago 33.9MB [2020-07-31T04:46:38.014Z] docker-core-data-go latest 18ccce99b935 2 minutes ago 23.8MB [2020-07-31T04:46:38.014Z] docker-support-logging-go latest bbb6ecbe83d2 2 minutes ago 11.8MB [2020-07-31T04:46:38.014Z] docker-security-proxy-setup-go latest f48f847c6511 2 minutes ago 16.4MB [2020-07-31T04:46:38.014Z] docker-support-scheduler-go latest 9228f3944837 2 minutes ago 13.1MB [2020-07-31T04:46:38.014Z] docker-core-metadata-go latest 13654dedaf07 3 minutes ago 14.4MB [2020-07-31T04:46:38.014Z] docker latest 81f5749c9058 5 weeks ago 211MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-07-31T04:48:03.493Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-31T04:48:03.493Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-07-31T04:48:03.493Z] ---> 8a44ff528d47 [2020-07-31T04:48:03.493Z] Step 3/22 : WORKDIR /edgex-go [2020-07-31T04:48:03.493Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-31T04:48:03.493Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-07-31T04:48:03.493Z] ---> 8a44ff528d47 [2020-07-31T04:48:03.493Z] Step 3/26 : WORKDIR /edgex-go [2020-07-31T04:48:03.493Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-31T04:48:03.493Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-07-31T04:48:03.493Z] ---> 8a44ff528d47 [2020-07-31T04:48:03.493Z] Step 3/26 : WORKDIR /edgex-go [2020-07-31T04:48:03.493Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-31T04:48:03.493Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-31T04:48:03.493Z] ---> 8a44ff528d47 [2020-07-31T04:48:03.493Z] Step 3/21 : WORKDIR /edgex-go [2020-07-31T04:48:03.493Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-31T04:48:03.493Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-07-31T04:48:03.493Z] ---> 8a44ff528d47 [2020-07-31T04:48:03.493Z] Step 3/20 : WORKDIR /edgex-go [2020-07-31T04:48:05.457Z] ---> Running in 874b4bc25bf4 [2020-07-31T04:48:05.457Z] ---> Running in 4042ce192b9a [2020-07-31T04:48:05.457Z] ---> Running in 94007eed0a25 [2020-07-31T04:48:05.457Z] ---> Running in bb912bfd2504 [2020-07-31T04:48:05.457Z] ---> Running in 474ef3f9b35d [2020-07-31T04:48:06.045Z] Removing intermediate container 94007eed0a25 [2020-07-31T04:48:06.045Z] ---> 0d7bce9197ae [2020-07-31T04:48:06.045Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-31T04:48:06.045Z] Removing intermediate container 474ef3f9b35d [2020-07-31T04:48:06.045Z] ---> 0b9facabcf29 [2020-07-31T04:48:06.045Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-31T04:48:06.045Z] Removing intermediate container bb912bfd2504 [2020-07-31T04:48:06.045Z] ---> 85d4f8046bef [2020-07-31T04:48:06.045Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-31T04:48:06.045Z] Removing intermediate container 4042ce192b9a [2020-07-31T04:48:06.045Z] ---> 65aa1e11ecd1 [2020-07-31T04:48:06.045Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-31T04:48:06.045Z] Removing intermediate container 874b4bc25bf4 [2020-07-31T04:48:06.045Z] ---> 942da98dc120 [2020-07-31T04:48:06.045Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-31T04:48:06.313Z] ---> Running in d9c0b57f33f3 [2020-07-31T04:48:06.313Z] ---> Running in 3e141a9c48b6 [2020-07-31T04:48:06.313Z] ---> Running in 7f3b5cdf2637 [2020-07-31T04:48:06.313Z] ---> Running in 7be121f8b9f7 [2020-07-31T04:48:06.313Z] ---> Running in eba0ad5d3249 [2020-07-31T04:48:10.622Z] Removing intermediate container 3e141a9c48b6 [2020-07-31T04:48:10.622Z] ---> fc501ae68959 [2020-07-31T04:48:10.622Z] Step 5/20 : RUN apk update && apk add make git [2020-07-31T04:48:10.622Z] ---> Running in ff3d6bc89fc5 [2020-07-31T04:48:10.622Z] Removing intermediate container d9c0b57f33f3 [2020-07-31T04:48:10.622Z] ---> 7f595f4c75a7 [2020-07-31T04:48:10.622Z] Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-07-31T04:48:10.900Z] ---> Running in f005a92d3a1e [2020-07-31T04:48:11.172Z] Removing intermediate container 7be121f8b9f7 [2020-07-31T04:48:11.172Z] ---> a18190d0fb6b [2020-07-31T04:48:11.172Z] Step 5/21 : RUN apk update && apk add make && apk add bash git [2020-07-31T04:48:11.172Z] Removing intermediate container eba0ad5d3249 [2020-07-31T04:48:11.172Z] ---> ebad957afef9 [2020-07-31T04:48:11.172Z] Step 5/26 : RUN apk update && apk add make bash git [2020-07-31T04:48:11.172Z] Removing intermediate container 7f3b5cdf2637 [2020-07-31T04:48:11.172Z] ---> 54af00637475 [2020-07-31T04:48:11.172Z] Step 5/26 : RUN apk update && apk add make git [2020-07-31T04:48:11.444Z] ---> Running in 03603b09efc1 [2020-07-31T04:48:11.444Z] ---> Running in c6882f06b5c5 [2020-07-31T04:48:11.444Z] ---> Running in be1d4165c894 [2020-07-31T04:48:12.874Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-31T04:48:13.145Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-31T04:48:13.744Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-31T04:48:14.017Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-31T04:48:14.017Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-31T04:48:24.133Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-31T04:48:24.133Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-31T04:48:24.403Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-31T04:48:25.373Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-31T04:48:26.345Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-31T04:48:44.607Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-31T04:48:44.607Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-31T04:48:44.607Z] OK: 12620 distinct packages available [2020-07-31T04:48:45.208Z] OK: 217 MiB in 51 packages [2020-07-31T04:48:45.485Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-31T04:48:45.485Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-31T04:48:45.485Z] OK: 12620 distinct packages available [2020-07-31T04:48:46.088Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-31T04:48:46.088Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-31T04:48:46.088Z] OK: 12620 distinct packages available [2020-07-31T04:48:46.088Z] OK: 217 MiB in 51 packages [2020-07-31T04:48:46.363Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-31T04:48:46.363Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-31T04:48:46.363Z] OK: 12620 distinct packages available [2020-07-31T04:48:46.363Z] OK: 217 MiB in 51 packages [2020-07-31T04:48:46.969Z] OK: 217 MiB in 51 packages [2020-07-31T04:48:47.254Z] OK: 217 MiB in 51 packages [2020-07-31T04:48:47.851Z] Removing intermediate container 03603b09efc1 [2020-07-31T04:48:47.851Z] ---> 0584d0dddf16 [2020-07-31T04:48:47.851Z] Step 6/21 : COPY go.mod . [2020-07-31T04:48:48.137Z] Removing intermediate container be1d4165c894 [2020-07-31T04:48:48.137Z] ---> 141eeb3cc00b [2020-07-31T04:48:48.137Z] Step 6/26 : COPY go.mod . [2020-07-31T04:48:48.740Z] Removing intermediate container c6882f06b5c5 [2020-07-31T04:48:48.740Z] ---> 9a8891a844aa [2020-07-31T04:48:48.740Z] Step 6/26 : COPY go.mod . [2020-07-31T04:48:49.014Z] ---> f10a54b0e499 [2020-07-31T04:48:49.014Z] Step 7/21 : RUN go mod download [2020-07-31T04:48:49.014Z] Removing intermediate container f005a92d3a1e [2020-07-31T04:48:49.014Z] ---> b1deeb1f59fd [2020-07-31T04:48:49.014Z] Step 6/22 : COPY go.mod . [2020-07-31T04:48:49.014Z] ---> 4c911fc08764 [2020-07-31T04:48:49.014Z] Step 7/26 : RUN go mod download [2020-07-31T04:48:49.288Z] ---> Running in 9f40ba248edd [2020-07-31T04:48:49.288Z] ---> Running in 463f8a89a5f7 [2020-07-31T04:48:49.288Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-31T04:48:49.288Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-31T04:48:49.288Z] OK: 12620 distinct packages available [2020-07-31T04:48:49.893Z] ---> 75b3f3f4b0ea [2020-07-31T04:48:49.893Z] Step 7/26 : RUN go mod download [2020-07-31T04:48:50.168Z] ---> Running in 42de4b740085 [2020-07-31T04:48:50.168Z] ---> bd20b2de1ea4 [2020-07-31T04:48:50.168Z] Step 7/22 : RUN go mod download [2020-07-31T04:48:50.443Z] OK: 217 MiB in 51 packages [2020-07-31T04:48:50.720Z] ---> Running in bd60ec8d7f76 [2020-07-31T04:48:52.170Z] Removing intermediate container ff3d6bc89fc5 [2020-07-31T04:48:52.170Z] ---> 81df3701c348 [2020-07-31T04:48:52.170Z] Step 6/20 : COPY go.mod . [2020-07-31T04:48:53.623Z] ---> afc78b9be2bf [2020-07-31T04:48:53.623Z] Step 7/20 : RUN go mod download [2020-07-31T04:48:53.909Z] ---> Running in 55a6e7c9c47f [2020-07-31T04:48:54.522Z] Removing intermediate container 9f40ba248edd [2020-07-31T04:48:54.522Z] ---> 3e277a75699d [2020-07-31T04:48:54.522Z] Step 8/21 : COPY . . [2020-07-31T04:48:54.819Z] Removing intermediate container 463f8a89a5f7 [2020-07-31T04:48:54.819Z] ---> 3e3d9afccda2 [2020-07-31T04:48:54.819Z] Step 8/26 : COPY . . [2020-07-31T04:48:55.805Z] Removing intermediate container bd60ec8d7f76 [2020-07-31T04:48:55.805Z] ---> 77102ef48811 [2020-07-31T04:48:55.805Z] Step 8/22 : COPY . . [2020-07-31T04:48:56.787Z] Removing intermediate container 42de4b740085 [2020-07-31T04:48:56.787Z] ---> 28e4253ba5cc [2020-07-31T04:48:56.787Z] Step 8/26 : COPY . . [2020-07-31T04:49:06.975Z] Removing intermediate container 55a6e7c9c47f [2020-07-31T04:49:06.975Z] ---> e063524378be [2020-07-31T04:49:06.975Z] Step 8/20 : COPY . . [2020-07-31T04:49:33.788Z] ---> a3f535aa0c1a [2020-07-31T04:49:33.788Z] Step 9/21 : RUN make cmd/support-logging/support-logging [2020-07-31T04:49:33.788Z] ---> a4b87b67e23a [2020-07-31T04:49:33.788Z] 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-31T04:49:33.788Z] ---> 21500f428d52 [2020-07-31T04:49:33.788Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-07-31T04:49:33.788Z] ---> bec8b1ab02e9 [2020-07-31T04:49:33.788Z] Step 9/22 : RUN make cmd/core-data/core-data [2020-07-31T04:49:33.788Z] ---> 6ec6d9c8bf8f [2020-07-31T04:49:33.788Z] Step 9/20 : RUN make cmd/support-scheduler/support-scheduler [2020-07-31T04:49:33.788Z] ---> Running in 2a72bf3f00a3 [2020-07-31T04:49:33.788Z] ---> Running in 2ff140d11be3 [2020-07-31T04:49:33.788Z] ---> Running in 372f4a89c921 [2020-07-31T04:49:33.788Z] ---> Running in 416fb35c8005 [2020-07-31T04:49:33.788Z] ---> Running in bd6bac5e62b0 [2020-07-31T04:49:33.788Z] 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-31T04:49:33.788Z] 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-31T04:49:33.788Z] 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-31T04:49:33.788Z] 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-31T04:49:33.788Z] 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-31T04:50:55.645Z] 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-31T04:51:10.763Z] 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-31T04:51:16.195Z] Removing intermediate container 372f4a89c921 [2020-07-31T04:51:16.195Z] ---> 1cc260bcbdf6 [2020-07-31T04:51:16.195Z] [2020-07-31T04:51:16.195Z] Step 10/21 : FROM scratch [2020-07-31T04:51:16.195Z] ---> [2020-07-31T04:51:16.195Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-07-31T04:51:16.470Z] ---> Running in 2217db581726 [2020-07-31T04:51:16.745Z] Removing intermediate container 2a72bf3f00a3 [2020-07-31T04:51:16.745Z] ---> 8364a1d1d7af [2020-07-31T04:51:16.745Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-07-31T04:51:17.343Z] ---> Running in b91a83c38c74 [2020-07-31T04:51:17.614Z] Removing intermediate container 2217db581726 [2020-07-31T04:51:17.614Z] ---> c09e70092518 [2020-07-31T04:51:17.614Z] Step 12/21 : ENV APP_PORT=48061 [2020-07-31T04:51:17.888Z] ---> Running in 7d7604393c9f [2020-07-31T04:51:18.489Z] Removing intermediate container 7d7604393c9f [2020-07-31T04:51:18.489Z] ---> 0e3c8ce3c0f2 [2020-07-31T04:51:18.489Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-31T04:51:18.765Z] ---> Running in 8820d03a1a90 [2020-07-31T04:51:19.361Z] Removing intermediate container 8820d03a1a90 [2020-07-31T04:51:19.361Z] ---> a767c6c2c1c6 [2020-07-31T04:51:19.361Z] Step 14/21 : COPY --from=builder /bin/bash /bin/bash [2020-07-31T04:51:19.963Z] 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-31T04:51:20.947Z] ---> 3c62647df810 [2020-07-31T04:51:20.947Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-07-31T04:51:22.927Z] ---> 0b067efc579a [2020-07-31T04:51:22.927Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-07-31T04:51:23.910Z] Removing intermediate container 2ff140d11be3 [2020-07-31T04:51:23.910Z] ---> 7854ba54254c [2020-07-31T04:51:23.910Z] [2020-07-31T04:51:23.910Z] Step 10/26 : FROM alpine:3.10 [2020-07-31T04:51:24.512Z] 3.10: Pulling from library/alpine [2020-07-31T04:51:25.117Z] ---> 0490d74c71e2 [2020-07-31T04:51:25.117Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-07-31T04:51:26.560Z] Removing intermediate container b91a83c38c74 [2020-07-31T04:51:26.560Z] ---> bddddcf10529 [2020-07-31T04:51:26.560Z] [2020-07-31T04:51:26.560Z] Step 11/26 : FROM docker:latest [2020-07-31T04:51:26.560Z] ---> ce9d55ae87f1 [2020-07-31T04:51:26.560Z] Step 12/26 : RUN apk add --no-cache bash [2020-07-31T04:51:26.560Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-07-31T04:51:26.560Z] ---> Running in baaf32fdef5f [2020-07-31T04:51:26.560Z] Status: Downloaded newer image for alpine:3.10 [2020-07-31T04:51:26.560Z] ---> 536a684cf733 [2020-07-31T04:51:26.560Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-07-31T04:51:26.846Z] ---> 33358dc00650 [2020-07-31T04:51:26.846Z] Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-31T04:51:27.117Z] ---> Running in 6d8ef08dd7fe [2020-07-31T04:51:27.117Z] ---> Running in 9a075eab5a33 [2020-07-31T04:51:28.617Z] Removing intermediate container 9a075eab5a33 [2020-07-31T04:51:28.617Z] ---> 28b1f15f2575 [2020-07-31T04:51:28.617Z] Step 19/21 : LABEL arch=arm64 [2020-07-31T04:51:28.894Z] ---> Running in e58de3b868ea [2020-07-31T04:51:29.506Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-31T04:51:29.506Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-31T04:51:29.806Z] Removing intermediate container e58de3b868ea [2020-07-31T04:51:29.806Z] ---> 19f925dfd0f6 [2020-07-31T04:51:29.806Z] Step 20/21 : LABEL git_sha=cb8f7a4158611c13a6245f5cb7a85cc8c6bc0104 [2020-07-31T04:51:30.084Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-07-31T04:51:30.084Z] (1/2) Installing readline (8.0.4-r0) [2020-07-31T04:51:30.084Z] (2/2) Installing bash (5.0.17-r0) [2020-07-31T04:51:30.084Z] Executing bash-5.0.17-r0.post-install [2020-07-31T04:51:30.084Z] Executing busybox-1.31.1-r16.trigger [2020-07-31T04:51:30.363Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-07-31T04:51:30.363Z] OK: 12 MiB in 22 packages [2020-07-31T04:51:30.363Z] ---> Running in 39679b5de5a1 [2020-07-31T04:51:30.640Z] v3.10.5-61-g2eb46eec7d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-07-31T04:51:30.640Z] v3.10.5-58-g477aae6b2f [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-07-31T04:51:30.640Z] OK: 10167 distinct packages available [2020-07-31T04:51:31.244Z] (1/5) Installing ca-certificates (20191127-r2) [2020-07-31T04:51:31.541Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-07-31T04:51:31.541Z] (3/5) Installing libcurl (7.66.0-r0) [2020-07-31T04:51:31.541Z] (4/5) Installing curl (7.66.0-r0) [2020-07-31T04:51:31.541Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-07-31T04:51:31.541Z] Executing busybox-1.30.1-r3.trigger [2020-07-31T04:51:31.541Z] Executing ca-certificates-20191127-r2.trigger [2020-07-31T04:51:31.817Z] OK: 7 MiB in 19 packages [2020-07-31T04:51:31.817Z] Removing intermediate container 39679b5de5a1 [2020-07-31T04:51:31.817Z] ---> 61a5ca481754 [2020-07-31T04:51:31.817Z] Step 21/21 : LABEL version=0.0.0 [2020-07-31T04:51:32.433Z] ---> Running in 792c338faa1b [2020-07-31T04:51:33.035Z] Removing intermediate container baaf32fdef5f [2020-07-31T04:51:33.035Z] ---> e7122ff82b68 [2020-07-31T04:51:33.035Z] Step 13/26 : RUN rm -rf /var/cache/apk/* [2020-07-31T04:51:33.314Z] ---> Running in df1d10927bf3 [2020-07-31T04:51:33.314Z] Removing intermediate container 792c338faa1b [2020-07-31T04:51:33.314Z] ---> 4d4911bc5412 [2020-07-31T04:51:33.314Z] [2020-07-31T04:51:33.914Z] Removing intermediate container bd6bac5e62b0 [2020-07-31T04:51:33.914Z] ---> 2ad2bd69ea2b [2020-07-31T04:51:33.914Z] [2020-07-31T04:51:33.914Z] Step 10/20 : FROM scratch [2020-07-31T04:51:33.914Z] ---> [2020-07-31T04:51:33.914Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-31T04:51:34.507Z] Successfully built 4d4911bc5412 [2020-07-31T04:51:34.507Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-07-31T04:51:34.798Z] ---> Running in 7c58804a6158 [2020-07-31T04:51:34.798Z] Building docker-support-notifications-go [2020-07-31T04:51:34.798Z]  Building docker-support-logging-go ... done Removing intermediate container 6d8ef08dd7fe [2020-07-31T04:51:34.798Z] ---> e358f5bf506a [2020-07-31T04:51:34.798Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-07-31T04:51:35.072Z] ---> Running in cddf26a7cdcd [2020-07-31T04:51:35.347Z] Removing intermediate container 7c58804a6158 [2020-07-31T04:51:35.347Z] ---> 90f71d55aa00 [2020-07-31T04:51:35.347Z] Step 12/20 : ENV APP_PORT=48085 [2020-07-31T04:51:35.622Z] ---> Running in 54f2e88f3584 [2020-07-31T04:51:35.902Z] Removing intermediate container cddf26a7cdcd [2020-07-31T04:51:35.902Z] ---> 80e414c99baa [2020-07-31T04:51:35.902Z] Step 13/26 : WORKDIR / [2020-07-31T04:51:37.335Z] ---> Running in f167d132710b [2020-07-31T04:51:37.335Z] Removing intermediate container 54f2e88f3584 [2020-07-31T04:51:37.335Z] ---> 2bc21e3842a1 [2020-07-31T04:51:37.335Z] Step 13/20 : EXPOSE $APP_PORT [2020-07-31T04:51:37.948Z] ---> Running in 30933f729489 [2020-07-31T04:51:38.233Z] Removing intermediate container f167d132710b [2020-07-31T04:51:38.233Z] ---> 8ade5671075f [2020-07-31T04:51:38.233Z] 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-31T04:51:38.835Z] Removing intermediate container df1d10927bf3 [2020-07-31T04:51:38.835Z] ---> 20f055fe7bd9 [2020-07-31T04:51:38.835Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-07-31T04:51:39.542Z] Removing intermediate container 30933f729489 [2020-07-31T04:51:39.542Z] ---> a6468b052b02 [2020-07-31T04:51:39.542Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-07-31T04:51:40.144Z] ---> Running in 129bfcbea330 [2020-07-31T04:51:40.764Z] ---> df2cc715f2b8 [2020-07-31T04:51:40.764Z] 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-31T04:51:41.044Z] ---> fab667ded4aa [2020-07-31T04:51:41.044Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-07-31T04:51:41.652Z] Removing intermediate container 129bfcbea330 [2020-07-31T04:51:41.652Z] ---> 2099eacbe07e [2020-07-31T04:51:41.652Z] Step 15/26 : ENV APP_PORT=48090 [2020-07-31T04:51:42.638Z] ---> 08f815c0f93a [2020-07-31T04:51:42.638Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-07-31T04:51:42.638Z] ---> Running in 06ed53d9892d [2020-07-31T04:51:43.629Z] ---> c9647bd715a8 [2020-07-31T04:51:43.629Z] Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-07-31T04:51:43.629Z] Removing intermediate container 06ed53d9892d [2020-07-31T04:51:43.629Z] ---> d46b0f69f961 [2020-07-31T04:51:43.629Z] Step 16/26 : EXPOSE $APP_PORT [2020-07-31T04:51:43.911Z] ---> a4d847218b3d [2020-07-31T04:51:43.911Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-07-31T04:51:43.911Z] ---> Running in 800918d09f50 [2020-07-31T04:51:44.911Z] Removing intermediate container 800918d09f50 [2020-07-31T04:51:44.911Z] ---> 15e7231ff1aa [2020-07-31T04:51:44.911Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-07-31T04:51:44.911Z] ---> a048eada0e9a [2020-07-31T04:51:44.911Z] Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-31T04:51:44.911Z] ---> dd18fca20b0a [2020-07-31T04:51:44.911Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-07-31T04:51:45.192Z] ---> Running in 34acaa9c8cae [2020-07-31T04:51:47.177Z] Removing intermediate container 34acaa9c8cae [2020-07-31T04:51:47.177Z] ---> 42ff8caad5d1 [2020-07-31T04:51:47.177Z] Step 18/20 : LABEL arch=arm64 [2020-07-31T04:51:47.777Z] ---> fc2c06b3a071 [2020-07-31T04:51:47.777Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-07-31T04:51:47.777Z] ---> 9591555356bf [2020-07-31T04:51:47.777Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-07-31T04:51:47.777Z] ---> Running in 67eb54ff03bb [2020-07-31T04:51:49.771Z] Removing intermediate container 67eb54ff03bb [2020-07-31T04:51:49.771Z] ---> c7fbfe34722a [2020-07-31T04:51:49.771Z] Step 19/20 : LABEL git_sha=cb8f7a4158611c13a6245f5cb7a85cc8c6bc0104 [2020-07-31T04:51:50.752Z] ---> 1bc831765777 [2020-07-31T04:51:50.752Z] ---> 37e296c646a7 [2020-07-31T04:51:50.752Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor /Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-07-31T04:51:50.752Z] [2020-07-31T04:51:51.351Z] ---> Running in 15e8931b7a2e [2020-07-31T04:51:52.335Z] Removing intermediate container 416fb35c8005 [2020-07-31T04:51:52.335Z] ---> 9d41041da244 [2020-07-31T04:51:52.335Z] [2020-07-31T04:51:52.335Z] Step 10/22 : FROM alpine [2020-07-31T04:51:52.606Z] Removing intermediate container 15e8931b7a2e [2020-07-31T04:51:52.606Z] ---> 4480c547b835 [2020-07-31T04:51:52.606Z] Step 20/20 : LABEL version=0.0.0 [2020-07-31T04:51:52.606Z] latest: Pulling from library/alpine [2020-07-31T04:51:53.583Z] ---> 9257ef24e521 [2020-07-31T04:51:53.583Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-07-31T04:51:53.583Z] ---> d528f1cd9c21 [2020-07-31T04:51:53.583Z] Step 20/26 : RUN apk --no-cache add py-pip [2020-07-31T04:51:53.858Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-07-31T04:51:54.132Z] Status: Downloaded newer image for alpine:latest [2020-07-31T04:51:54.132Z] ---> 62ee0e9f8440 [2020-07-31T04:51:54.132Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-31T04:51:54.406Z] ---> Running in f46d40bb1c0c [2020-07-31T04:51:55.007Z] ---> Running in 8563c43e4806 [2020-07-31T04:51:55.007Z] ---> Running in 7dfe058de641 [2020-07-31T04:51:55.282Z] ---> 7725ab621b12 [2020-07-31T04:51:55.282Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-07-31T04:51:56.271Z] Removing intermediate container f46d40bb1c0c [2020-07-31T04:51:56.271Z] ---> 497a89309f26 [2020-07-31T04:51:56.271Z] [2020-07-31T04:51:56.271Z] ---> Running in a5d699333cc9 [2020-07-31T04:51:56.271Z] Removing intermediate container 8563c43e4806 [2020-07-31T04:51:56.271Z] ---> f88f611293a1 [2020-07-31T04:51:56.271Z] Step 12/22 : ENV APP_PORT=48080 [2020-07-31T04:51:56.546Z] Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-31T04:51:56.546Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-07-31T04:51:56.546Z] ---> 8a44ff528d47 [2020-07-31T04:51:56.546Z] Step 3/23 : WORKDIR /edgex-go [2020-07-31T04:51:56.546Z] ---> Using cache [2020-07-31T04:51:56.546Z] ---> 942da98dc120 [2020-07-31T04:51:56.546Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-31T04:51:56.546Z] ---> Using cache [2020-07-31T04:51:56.546Z] ---> ebad957afef9 [2020-07-31T04:51:56.546Z] Step 5/23 : RUN apk update && apk add make bash git ca-certificates [2020-07-31T04:51:56.546Z] ---> Running in c3dc3d2e27cb [2020-07-31T04:51:56.821Z] ---> Running in c026cdd6ff04 [2020-07-31T04:51:57.096Z] Successfully built 497a89309f26 [2020-07-31T04:51:57.096Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-07-31T04:51:57.096Z] Building docker-security-secrets-setup-go [2020-07-31T04:51:57.689Z]  Building docker-support-scheduler-go ... done Removing intermediate container c026cdd6ff04 [2020-07-31T04:51:57.689Z] ---> f0928474cc4f [2020-07-31T04:51:57.689Z] Step 13/22 : EXPOSE $APP_PORT [2020-07-31T04:51:57.689Z] ---> Running in b19d77e58434 [2020-07-31T04:51:58.670Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-31T04:51:58.670Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-31T04:51:58.943Z] Removing intermediate container b19d77e58434 [2020-07-31T04:51:58.943Z] ---> 4ff816caf187 [2020-07-31T04:51:58.943Z] Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-31T04:51:58.943Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-31T04:51:59.553Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-07-31T04:51:59.553Z] (2/33) Installing expat (2.2.9-r1) [2020-07-31T04:51:59.553Z] (3/33) Installing libffi (3.3-r2) [2020-07-31T04:51:59.553Z] (4/33) Installing gdbm (1.13-r1) [2020-07-31T04:51:59.553Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-07-31T04:51:59.553Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-07-31T04:51:59.553Z] (7/33) Installing python3 (3.8.5-r0) [2020-07-31T04:51:59.826Z] ---> Running in c11ad272c775 [2020-07-31T04:52:01.937Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-07-31T04:52:01.937Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-07-31T04:52:01.937Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-07-31T04:52:01.937Z] (11/33) Installing py3-six (1.15.0-r0) [2020-07-31T04:52:01.937Z] (12/33) Installing py3-packaging (20.4-r0) [2020-07-31T04:52:01.937Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-07-31T04:52:01.937Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-07-31T04:52:01.937Z] (15/33) Installing py3-idna (2.9-r0) [2020-07-31T04:52:01.937Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-07-31T04:52:01.937Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-07-31T04:52:01.937Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-07-31T04:52:01.937Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-07-31T04:52:01.937Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-07-31T04:52:01.937Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-07-31T04:52:01.937Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-07-31T04:52:01.937Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-07-31T04:52:01.938Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-07-31T04:52:01.938Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-07-31T04:52:01.938Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-07-31T04:52:02.213Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-07-31T04:52:02.213Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-07-31T04:52:02.213Z] (29/33) Installing py3-progress (1.5-r0) [2020-07-31T04:52:02.213Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-07-31T04:52:02.213Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-07-31T04:52:02.213Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-07-31T04:52:02.213Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-07-31T04:52:02.213Z] Executing busybox-1.31.1-r16.trigger [2020-07-31T04:52:02.493Z] OK: 71 MiB in 55 packages [2020-07-31T04:52:03.504Z] Removing intermediate container a5d699333cc9 [2020-07-31T04:52:03.504Z] ---> a0ebc7c72596 [2020-07-31T04:52:03.504Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-07-31T04:52:04.486Z] ---> Running in 5412221b7120 [2020-07-31T04:52:05.468Z] Removing intermediate container 5412221b7120 [2020-07-31T04:52:05.468Z] ---> a8aa60dd0683 [2020-07-31T04:52:05.468Z] Step 24/26 : LABEL arch=arm64 [2020-07-31T04:52:05.740Z] ---> Running in bbe1a6a16991 [2020-07-31T04:52:06.012Z] Removing intermediate container c11ad272c775 [2020-07-31T04:52:06.012Z] ---> 311fcb2f2065 [2020-07-31T04:52:06.012Z] Step 15/22 : RUN apk --no-cache add zeromq [2020-07-31T04:52:06.284Z] ---> Running in 319343f1761c [2020-07-31T04:52:06.565Z] Removing intermediate container bbe1a6a16991 [2020-07-31T04:52:06.565Z] ---> a7aa885a3ff5 [2020-07-31T04:52:06.565Z] Step 25/26 : LABEL git_sha=cb8f7a4158611c13a6245f5cb7a85cc8c6bc0104 [2020-07-31T04:52:06.850Z] ---> Running in bf525299198e [2020-07-31T04:52:07.838Z] Removing intermediate container bf525299198e [2020-07-31T04:52:07.838Z] ---> 592b36097956 [2020-07-31T04:52:07.838Z] Step 26/26 : LABEL version=0.0.0 [2020-07-31T04:52:08.112Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-31T04:52:08.383Z] ---> Running in adffe7586d6d [2020-07-31T04:52:08.383Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-31T04:52:09.368Z] Removing intermediate container adffe7586d6d [2020-07-31T04:52:09.368Z] ---> d468cdd004bc [2020-07-31T04:52:09.368Z] [2020-07-31T04:52:09.978Z] Successfully built d468cdd004bc [2020-07-31T04:52:09.978Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-07-31T04:52:09.978Z]  Building docker-security-secretstore-setup-go ... done Building docker-security-proxy-setup-go [2020-07-31T04:52:12.597Z] Removing intermediate container 7dfe058de641 [2020-07-31T04:52:12.597Z] ---> 2529b0528a45 [2020-07-31T04:52:12.597Z] Step 21/26 : RUN pip install docker-compose==1.23.2 [2020-07-31T04:52:14.041Z] ---> Running in 7bf445ba5989 [2020-07-31T04:52:19.428Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-31T04:52:19.701Z] Collecting docker-compose==1.23.2 [2020-07-31T04:52:19.977Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-07-31T04:52:21.411Z] Collecting PyYAML<4,>=3.10 [2020-07-31T04:52:21.411Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-07-31T04:52:24.035Z] Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-31T04:52:24.035Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-07-31T04:52:24.035Z] ---> 8a44ff528d47 [2020-07-31T04:52:24.035Z] Step 3/29 : WORKDIR /edgex-go [2020-07-31T04:52:24.035Z] ---> Using cache [2020-07-31T04:52:24.035Z] ---> 942da98dc120 [2020-07-31T04:52:24.035Z] Step 4/29 : RUN apk update && apk add make git [2020-07-31T04:52:26.015Z] Collecting jsonschema<3,>=2.5.1 [2020-07-31T04:52:26.015Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-07-31T04:52:27.479Z] Collecting docopt<0.7,>=0.6.1 [2020-07-31T04:52:27.479Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-07-31T04:52:29.487Z] ---> Running in 7c132efa81b2 [2020-07-31T04:52:30.936Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-31T04:52:30.936Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-31T04:52:30.936Z] OK: 12620 distinct packages available [2020-07-31T04:52:31.216Z] Collecting dockerpty<0.5,>=0.4.1 [2020-07-31T04:52:31.217Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-07-31T04:52:31.488Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-31T04:52:32.083Z] OK: 217 MiB in 51 packages [2020-07-31T04:52:34.750Z] Collecting texttable<0.10,>=0.9.0 [2020-07-31T04:52:34.750Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-07-31T04:52:34.750Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-31T04:52:34.750Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-07-31T04:52:34.750Z] ---> 8a44ff528d47 [2020-07-31T04:52:34.750Z] Step 3/20 : WORKDIR /edgex-go [2020-07-31T04:52:34.750Z] ---> Using cache [2020-07-31T04:52:34.750Z] ---> 942da98dc120 [2020-07-31T04:52:34.750Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-31T04:52:34.750Z] ---> Using cache [2020-07-31T04:52:34.750Z] ---> ebad957afef9 [2020-07-31T04:52:34.750Z] Step 5/20 : RUN apk update && apk add make git [2020-07-31T04:52:34.750Z] ---> Running in 655abfe3a9ca [2020-07-31T04:52:34.750Z] Removing intermediate container c3dc3d2e27cb [2020-07-31T04:52:34.750Z] ---> 5d047fc105fa [2020-07-31T04:52:34.750Z] Step 6/23 : COPY go.mod . [2020-07-31T04:52:35.737Z] ---> cc2f372af0d9 [2020-07-31T04:52:35.737Z] Step 7/23 : RUN go mod download [2020-07-31T04:52:36.012Z] ---> Running in b75009409985 [2020-07-31T04:52:36.618Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-31T04:52:37.207Z] Collecting docker<4.0,>=3.6.0 [2020-07-31T04:52:37.477Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-07-31T04:52:38.074Z] Collecting cached-property<2,>=1.2.0 [2020-07-31T04:52:38.074Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-07-31T04:52:39.054Z] Collecting websocket-client<1.0,>=0.32.0 [2020-07-31T04:52:39.054Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-07-31T04:52:39.054Z] Removing intermediate container b75009409985 [2020-07-31T04:52:39.054Z] ---> 3fa228d53f64 [2020-07-31T04:52:39.054Z] Step 8/23 : COPY . . [2020-07-31T04:52:39.325Z] (1/5) Installing libgcc (9.3.0-r2) [2020-07-31T04:52:39.918Z] (2/5) Installing libsodium (1.0.18-r0) [2020-07-31T04:52:40.511Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-07-31T04:52:40.511Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-07-31T04:52:40.784Z] 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-31T04:52:41.058Z] Collecting docker-pycreds>=0.4.0 [2020-07-31T04:52:41.058Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-07-31T04:52:42.039Z] Collecting urllib3<1.25,>=1.21.1 [2020-07-31T04:52:42.039Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-07-31T04:52:42.039Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-07-31T04:52:42.313Z] Collecting idna<2.8,>=2.5 [2020-07-31T04:52:42.313Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-07-31T04:52:42.584Z] 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-31T04:52:42.584Z] 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-31T04:52:42.584Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-07-31T04:52:42.584Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-07-31T04:52:42.584Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-07-31T04:52:42.584Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-07-31T04:52:43.557Z] Installing collected packages: PyYAML, jsonschema, docopt, dockerpty, texttable, docker-pycreds, urllib3, idna, requests, websocket-client, docker, cached-property, docker-compose [2020-07-31T04:52:43.557Z] Running setup.py install for PyYAML: started [2020-07-31T04:52:44.533Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-31T04:52:45.968Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-31T04:52:46.241Z] Running setup.py install for PyYAML: finished with status 'done' [2020-07-31T04:52:46.835Z] Running setup.py install for docopt: started [2020-07-31T04:52:49.504Z] Running setup.py install for docopt: finished with status 'done' [2020-07-31T04:52:49.504Z] Running setup.py install for dockerpty: started [2020-07-31T04:52:51.527Z] (4/5) Installing libzmq (4.3.2-r0) [2020-07-31T04:52:51.805Z] Running setup.py install for dockerpty: finished with status 'done' [2020-07-31T04:52:51.805Z] Running setup.py install for texttable: started [2020-07-31T04:52:54.508Z] (5/5) Installing zeromq (4.3.2-r0) [2020-07-31T04:52:54.508Z] Executing busybox-1.31.1-r16.trigger [2020-07-31T04:52:54.508Z] OK: 8 MiB in 19 packages [2020-07-31T04:52:54.809Z] Running setup.py install for texttable: finished with status 'done' [2020-07-31T04:52:55.809Z] Attempting uninstall: urllib3 [2020-07-31T04:52:55.809Z] Found existing installation: urllib3 1.25.9 [2020-07-31T04:52:55.809Z] Uninstalling urllib3-1.25.9: [2020-07-31T04:52:56.090Z] Successfully uninstalled urllib3-1.25.9 [2020-07-31T04:52:56.363Z] ---> 77591f8a440e [2020-07-31T04:52:56.363Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2020-07-31T04:52:56.636Z] ---> Running in 07fbda4d25c6 [2020-07-31T04:52:56.910Z] Attempting uninstall: idna [2020-07-31T04:52:56.910Z] Found existing installation: idna 2.9 [2020-07-31T04:52:56.910Z] Uninstalling idna-2.9: [2020-07-31T04:52:56.910Z] Successfully uninstalled idna-2.9 [2020-07-31T04:52:56.910Z] Removing intermediate container 319343f1761c [2020-07-31T04:52:56.910Z] ---> 6bced65ebe08 [2020-07-31T04:52:56.910Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-07-31T04:52:57.893Z] Attempting uninstall: requests [2020-07-31T04:52:57.893Z] Found existing installation: requests 2.23.0 [2020-07-31T04:52:57.893Z] Uninstalling requests-2.23.0: [2020-07-31T04:52:57.893Z] Successfully uninstalled requests-2.23.0 [2020-07-31T04:52:57.893Z] ---> f3a11b93729f [2020-07-31T04:52:57.893Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-07-31T04:52:58.489Z] 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-31T04:52:59.934Z] ---> 8cdf18830479 [2020-07-31T04:52:59.934Z] Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-07-31T04:53:00.946Z] ---> 108a8c4e51e9 [2020-07-31T04:53:00.946Z] Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-31T04:53:00.946Z] ---> Running in 96871a26133a [2020-07-31T04:53:01.228Z] 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-31T04:53:01.854Z] Removing intermediate container 96871a26133a [2020-07-31T04:53:01.854Z] ---> 6b4e03ae6c4c [2020-07-31T04:53:01.854Z] Step 20/22 : LABEL arch=arm64 [2020-07-31T04:53:01.854Z] ---> Running in a0a9c206e322 [2020-07-31T04:53:02.850Z] Removing intermediate container a0a9c206e322 [2020-07-31T04:53:02.850Z] ---> c7835bbc9628 [2020-07-31T04:53:02.850Z] Step 21/22 : LABEL git_sha=cb8f7a4158611c13a6245f5cb7a85cc8c6bc0104 [2020-07-31T04:53:02.850Z] ---> Running in 56387bcadfff [2020-07-31T04:53:03.847Z] Removing intermediate container 56387bcadfff [2020-07-31T04:53:03.848Z] ---> 72d911fde11c [2020-07-31T04:53:03.848Z] Step 22/22 : LABEL version=0.0.0 [2020-07-31T04:53:04.132Z] ---> Running in 1dcebbdb5f4f [2020-07-31T04:53:04.761Z] Removing intermediate container 1dcebbdb5f4f [2020-07-31T04:53:04.761Z] ---> fe6847565157 [2020-07-31T04:53:04.761Z] [2020-07-31T04:53:06.216Z] Successfully built fe6847565157 [2020-07-31T04:53:06.216Z] Successfully tagged docker-core-data-go-arm64:latest [2020-07-31T04:53:06.216Z]  Building docker-core-data-go ... done Building docker-core-command-go [2020-07-31T04:53:06.503Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-31T04:53:06.503Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-31T04:53:06.503Z] OK: 12620 distinct packages available [2020-07-31T04:53:07.107Z] Removing intermediate container 7bf445ba5989 [2020-07-31T04:53:07.107Z] ---> 933d2130c158 [2020-07-31T04:53:07.107Z] Step 22/26 : RUN apk --no-cache add curl [2020-07-31T04:53:07.393Z] OK: 217 MiB in 51 packages [2020-07-31T04:53:07.673Z] ---> Running in 29ad800a8fbd [2020-07-31T04:53:10.361Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-31T04:53:10.361Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-31T04:53:10.362Z] OK: 12620 distinct packages available [2020-07-31T04:53:10.362Z] Removing intermediate container 7c132efa81b2 [2020-07-31T04:53:10.362Z] ---> c8139aa5aea8 [2020-07-31T04:53:10.362Z] Step 5/29 : COPY go.mod . [2020-07-31T04:53:10.639Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-31T04:53:10.921Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-31T04:53:11.200Z] OK: 217 MiB in 51 packages [2020-07-31T04:53:12.205Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-07-31T04:53:12.205Z] (2/3) Installing libcurl (7.69.1-r0) [2020-07-31T04:53:12.205Z] (3/3) Installing curl (7.69.1-r0) [2020-07-31T04:53:12.205Z] Executing busybox-1.31.1-r16.trigger [2020-07-31T04:53:12.205Z] OK: 71 MiB in 58 packages [2020-07-31T04:53:12.481Z] ---> 1658065a85d1 [2020-07-31T04:53:12.481Z] Step 6/29 : RUN go mod download [2020-07-31T04:53:13.103Z] ---> Running in 66cb837611b4 [2020-07-31T04:53:15.119Z] Removing intermediate container 655abfe3a9ca [2020-07-31T04:53:15.119Z] ---> 85eea726aefc [2020-07-31T04:53:15.119Z] Step 6/20 : COPY go.mod . [2020-07-31T04:53:15.399Z] Removing intermediate container 29ad800a8fbd [2020-07-31T04:53:15.399Z] ---> a5bdc9dab2ee [2020-07-31T04:53:15.399Z] Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-31T04:53:16.015Z] ---> Running in e072ee220ddd [2020-07-31T04:53:16.294Z] ---> 1a2826eaaa9f [2020-07-31T04:53:16.294Z] Step 7/20 : RUN go mod download [2020-07-31T04:53:16.571Z] ---> Running in a4fb6442c542 [2020-07-31T04:53:16.851Z] Removing intermediate container e072ee220ddd [2020-07-31T04:53:16.851Z] ---> e77772ebafea [2020-07-31T04:53:16.851Z] Step 24/26 : LABEL arch=arm64 [2020-07-31T04:53:17.135Z] ---> Running in 663c2f360700 [2020-07-31T04:53:18.123Z] Removing intermediate container 663c2f360700 [2020-07-31T04:53:18.123Z] ---> ec1cd546f117 [2020-07-31T04:53:18.123Z] Step 25/26 : LABEL git_sha=cb8f7a4158611c13a6245f5cb7a85cc8c6bc0104 [2020-07-31T04:53:18.123Z] ---> Running in 2aaf199c280b [2020-07-31T04:53:19.569Z] Removing intermediate container 2aaf199c280b [2020-07-31T04:53:19.569Z] ---> 221a3c2183c6 [2020-07-31T04:53:19.569Z] Step 26/26 : LABEL version=0.0.0 [2020-07-31T04:53:19.850Z] Removing intermediate container 66cb837611b4 [2020-07-31T04:53:19.850Z] ---> 06594703c3a5 [2020-07-31T04:53:19.850Z] Step 7/29 : COPY . . [2020-07-31T04:53:20.138Z] ---> Running in ae5d3500b63b [2020-07-31T04:53:21.590Z] Removing intermediate container ae5d3500b63b [2020-07-31T04:53:21.590Z] ---> 79ebc711f208 [2020-07-31T04:53:21.590Z] [2020-07-31T04:53:22.577Z] Successfully built 79ebc711f208 [2020-07-31T04:53:22.577Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-07-31T04:53:22.577Z]  Building docker-sys-mgmt-agent-go ... done Building docker-core-metadata-go [2020-07-31T04:53:23.635Z] Removing intermediate container a4fb6442c542 [2020-07-31T04:53:23.635Z] ---> 7ef0f9b51e9e [2020-07-31T04:53:23.635Z] Step 8/20 : COPY . . [2020-07-31T04:53:45.829Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-31T04:53:45.829Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-31T04:53:45.829Z] ---> 8a44ff528d47 [2020-07-31T04:53:45.829Z] Step 3/21 : WORKDIR /edgex-go [2020-07-31T04:53:45.829Z] ---> Using cache [2020-07-31T04:53:45.829Z] ---> 942da98dc120 [2020-07-31T04:53:45.829Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-31T04:53:45.829Z] ---> Using cache [2020-07-31T04:53:45.829Z] ---> ebad957afef9 [2020-07-31T04:53:45.829Z] Step 5/21 : RUN apk update && apk add make git [2020-07-31T04:53:45.829Z] ---> Using cache [2020-07-31T04:53:45.829Z] ---> 85eea726aefc [2020-07-31T04:53:45.829Z] Step 6/21 : COPY go.mod . [2020-07-31T04:53:45.829Z] ---> Using cache [2020-07-31T04:53:45.829Z] ---> 1a2826eaaa9f [2020-07-31T04:53:45.829Z] Step 7/21 : RUN go mod download [2020-07-31T04:53:45.829Z] ---> Using cache [2020-07-31T04:53:45.829Z] ---> 7ef0f9b51e9e [2020-07-31T04:53:45.829Z] Step 8/21 : COPY . . [2020-07-31T04:54:00.968Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-31T04:54:00.968Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-31T04:54:00.968Z] ---> 8a44ff528d47 [2020-07-31T04:54:00.968Z] Step 3/21 : WORKDIR /edgex-go [2020-07-31T04:54:00.968Z] ---> Using cache [2020-07-31T04:54:00.968Z] ---> 942da98dc120 [2020-07-31T04:54:00.968Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-31T04:54:00.968Z] ---> Using cache [2020-07-31T04:54:00.968Z] ---> ebad957afef9 [2020-07-31T04:54:00.968Z] Step 5/21 : RUN apk update && apk add make git [2020-07-31T04:54:00.968Z] ---> Using cache [2020-07-31T04:54:00.968Z] ---> 85eea726aefc [2020-07-31T04:54:00.968Z] Step 6/21 : COPY go.mod . [2020-07-31T04:54:00.968Z] ---> Using cache [2020-07-31T04:54:00.968Z] ---> 1a2826eaaa9f [2020-07-31T04:54:00.968Z] Step 7/21 : RUN go mod download [2020-07-31T04:54:00.968Z] ---> Using cache [2020-07-31T04:54:00.968Z] ---> 7ef0f9b51e9e [2020-07-31T04:54:00.968Z] Step 8/21 : COPY . . [2020-07-31T04:54:14.024Z] ---> c36aba54092f [2020-07-31T04:54:14.024Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-07-31T04:54:14.024Z] ---> 912e6dbe4120 [2020-07-31T04:54:14.024Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-07-31T04:54:14.024Z] ---> ed661ff2f7f9 [2020-07-31T04:54:14.024Z] Step 9/21 : RUN make cmd/core-command/core-command [2020-07-31T04:54:14.296Z] ---> Running in bdd3b0b52275 [2020-07-31T04:54:14.296Z] ---> Running in 9baca43c98c7 [2020-07-31T04:54:14.296Z] ---> Running in 25f83435a96c [2020-07-31T04:54:16.950Z] 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-31T04:54:16.950Z] 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-31T04:54:16.950Z] 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-31T04:54:17.554Z] Removing intermediate container 07fbda4d25c6 [2020-07-31T04:54:17.554Z] ---> 6eb98df43be1 [2020-07-31T04:54:17.554Z] [2020-07-31T04:54:17.554Z] Step 10/23 : FROM scratch [2020-07-31T04:54:17.554Z] ---> [2020-07-31T04:54:17.554Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-07-31T04:54:17.832Z] ---> Using cache [2020-07-31T04:54:17.832Z] ---> c09e70092518 [2020-07-31T04:54:17.832Z] Step 12/23 : ENV APP_PORT=48060 [2020-07-31T04:54:18.127Z] ---> Running in 8a7b4843809a [2020-07-31T04:54:19.586Z] Removing intermediate container 8a7b4843809a [2020-07-31T04:54:19.586Z] ---> e8eddbbcc5f1 [2020-07-31T04:54:19.586Z] Step 13/23 : EXPOSE $APP_PORT [2020-07-31T04:54:19.586Z] ---> Running in 1a7136ea36c3 [2020-07-31T04:54:20.589Z] ---> 4a06027f2e6c [2020-07-31T04:54:20.589Z] Step 9/21 : RUN make cmd/core-metadata/core-metadata [2020-07-31T04:54:20.589Z] Removing intermediate container 1a7136ea36c3 [2020-07-31T04:54:20.589Z] ---> 371a710af031 [2020-07-31T04:54:20.589Z] Step 14/23 : COPY --from=builder /bin/sh /bin/sh [2020-07-31T04:54:20.589Z] ---> Running in abf2e2370276 [2020-07-31T04:54:22.036Z] ---> 83786e7a2f65 [2020-07-31T04:54:22.036Z] Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-07-31T04:54:23.491Z] 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-31T04:54:23.491Z] ---> 8fd1fc6f9b64 [2020-07-31T04:54:23.491Z] Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl [2020-07-31T04:54:25.543Z] ---> c6c0449bd187 [2020-07-31T04:54:25.543Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-07-31T04:54:26.536Z] ---> 2d9119548ed2 [2020-07-31T04:54:26.536Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-07-31T04:54:27.990Z] ---> 7dc6cb760a8d [2020-07-31T04:54:27.990Z] Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-07-31T04:54:29.444Z] ---> b3a54fe20129 [2020-07-31T04:54:29.444Z] Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-31T04:54:29.444Z] ---> Running in 40be7f72bb01 [2020-07-31T04:54:30.054Z] Removing intermediate container 40be7f72bb01 [2020-07-31T04:54:30.054Z] ---> 71342cbe8fe9 [2020-07-31T04:54:30.054Z] Step 21/23 : LABEL arch=arm64 [2020-07-31T04:54:30.054Z] ---> Running in f7080e22ce86 [2020-07-31T04:54:31.050Z] Removing intermediate container f7080e22ce86 [2020-07-31T04:54:31.051Z] ---> 2486616ad215 [2020-07-31T04:54:31.051Z] Step 22/23 : LABEL git_sha=cb8f7a4158611c13a6245f5cb7a85cc8c6bc0104 [2020-07-31T04:54:31.051Z] ---> Running in 0056d5e0d561 [2020-07-31T04:54:31.662Z] Removing intermediate container 0056d5e0d561 [2020-07-31T04:54:31.662Z] ---> 3cf6832fe689 [2020-07-31T04:54:31.662Z] Step 23/23 : LABEL version=0.0.0 [2020-07-31T04:54:31.945Z] ---> Running in ef3126e03cad [2020-07-31T04:54:32.553Z] Removing intermediate container ef3126e03cad [2020-07-31T04:54:32.553Z] ---> ccd1a20d2c2a [2020-07-31T04:54:32.553Z] [2020-07-31T04:54:33.163Z] Successfully built ccd1a20d2c2a [2020-07-31T04:54:33.163Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-07-31T04:55:29.766Z]  Building docker-support-notifications-go ... done Removing intermediate container bdd3b0b52275 [2020-07-31T04:55:29.766Z] ---> dceac65f2c02 [2020-07-31T04:55:29.766Z] [2020-07-31T04:55:29.766Z] Step 9/29 : FROM alpine:latest [2020-07-31T04:55:29.766Z] ---> 62ee0e9f8440 [2020-07-31T04:55:29.766Z] 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-31T04:55:30.050Z] Removing intermediate container 25f83435a96c [2020-07-31T04:55:30.050Z] ---> ab7dccd3a5ba [2020-07-31T04:55:30.050Z] [2020-07-31T04:55:30.050Z] Step 10/20 : FROM alpine [2020-07-31T04:55:30.050Z] ---> 62ee0e9f8440 [2020-07-31T04:55:30.050Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-07-31T04:55:30.050Z] ---> Running in 124b3693bbf3 [2020-07-31T04:55:30.050Z] ---> Running in b3f437d7a89f [2020-07-31T04:55:31.113Z] Removing intermediate container 124b3693bbf3 [2020-07-31T04:55:31.113Z] ---> 18271db769dd [2020-07-31T04:55:31.113Z] Step 11/29 : USER root [2020-07-31T04:55:31.391Z] ---> Running in 4ebd05da92c1 [2020-07-31T04:55:32.013Z] Removing intermediate container 4ebd05da92c1 [2020-07-31T04:55:32.013Z] ---> 9f2c5a86f1b5 [2020-07-31T04:55:32.013Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-07-31T04:55:32.295Z] ---> Running in fb38f8cb35b8 [2020-07-31T04:55:32.907Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-31T04:55:33.185Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-31T04:55:33.797Z] v3.12.0-185-gb4b2a5e482 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-07-31T04:55:33.797Z] v3.12.0-186-g2cd07a16f7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-07-31T04:55:33.797Z] OK: 12620 distinct packages available [2020-07-31T04:55:34.404Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-31T04:55:34.685Z] (1/4) Installing ca-certificates (20191127-r4) [2020-07-31T04:55:34.685Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-31T04:55:34.685Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-07-31T04:55:34.685Z] (3/4) Installing libcurl (7.69.1-r0) [2020-07-31T04:55:34.685Z] (4/4) Installing curl (7.69.1-r0) [2020-07-31T04:55:34.965Z] Executing busybox-1.31.1-r16.trigger [2020-07-31T04:55:34.965Z] Executing ca-certificates-20191127-r4.trigger [2020-07-31T04:55:35.241Z] OK: 7 MiB in 18 packages [2020-07-31T04:55:35.520Z] v3.12.0-185-gb4b2a5e482 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-07-31T04:55:35.520Z] v3.12.0-186-g2cd07a16f7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-07-31T04:55:35.520Z] OK: 12620 distinct packages available [2020-07-31T04:55:36.517Z] (1/2) Installing ca-certificates (20191127-r4) [2020-07-31T04:55:36.517Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-07-31T04:55:36.517Z] Executing busybox-1.31.1-r16.trigger [2020-07-31T04:55:36.797Z] Executing ca-certificates-20191127-r4.trigger [2020-07-31T04:55:37.076Z] OK: 6 MiB in 16 packages [2020-07-31T04:55:38.081Z] Removing intermediate container b3f437d7a89f [2020-07-31T04:55:38.081Z] ---> a06274b4f9f6 [2020-07-31T04:55:38.081Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-07-31T04:55:38.368Z] ---> Running in b70def5e555f [2020-07-31T04:55:38.980Z] Removing intermediate container b70def5e555f [2020-07-31T04:55:38.980Z] ---> 6a6ab47e573e [2020-07-31T04:55:38.980Z] Step 13/20 : WORKDIR /edgex [2020-07-31T04:55:39.254Z] ---> Running in 53ae214bbdc2 [2020-07-31T04:55:39.550Z] Removing intermediate container fb38f8cb35b8 [2020-07-31T04:55:39.550Z] ---> f63305b7ff23 [2020-07-31T04:55:39.550Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-07-31T04:55:39.821Z] ---> Running in b43d97ad1cec [2020-07-31T04:55:40.091Z] Removing intermediate container 53ae214bbdc2 [2020-07-31T04:55:40.091Z] ---> ea37af18f382 [2020-07-31T04:55:40.091Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-07-31T04:55:40.386Z] Removing intermediate container b43d97ad1cec [2020-07-31T04:55:40.386Z] ---> a30100e20fee [2020-07-31T04:55:40.386Z] Step 14/29 : WORKDIR $BASE_DIR [2020-07-31T04:55:40.659Z] ---> Running in 04120a985cfe [2020-07-31T04:55:41.681Z] ---> e606416f56ea [2020-07-31T04:55:41.681Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-07-31T04:55:41.681Z] Removing intermediate container 04120a985cfe [2020-07-31T04:55:41.681Z] ---> 898a0b28cdf8 [2020-07-31T04:55:41.681Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-07-31T04:55:41.958Z] ---> Running in 5d19cab46218 [2020-07-31T04:55:43.944Z] ---> 15831a7838f0 [2020-07-31T04:55:43.944Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-07-31T04:55:43.944Z] ---> Running in c422de12886b [2020-07-31T04:55:44.533Z] Removing intermediate container c422de12886b [2020-07-31T04:55:44.533Z] ---> edd3e3585e67 [2020-07-31T04:55:44.533Z] Step 17/20 : CMD ["--init=true"] [2020-07-31T04:55:44.809Z] ---> Running in 83080648d6b6 [2020-07-31T04:55:45.407Z] Removing intermediate container 83080648d6b6 [2020-07-31T04:55:45.407Z] ---> bcc40498d8c6 [2020-07-31T04:55:45.407Z] Step 18/20 : LABEL arch=arm64 [2020-07-31T04:55:45.728Z] ---> Running in 9c642076654e [2020-07-31T04:55:46.001Z] Removing intermediate container 5d19cab46218 [2020-07-31T04:55:46.001Z] ---> 85df303890c2 [2020-07-31T04:55:46.001Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-07-31T04:55:46.599Z] Removing intermediate container 9c642076654e [2020-07-31T04:55:46.599Z] ---> f3a3a2924fd7 [2020-07-31T04:55:46.599Z] Step 19/20 : LABEL git_sha=cb8f7a4158611c13a6245f5cb7a85cc8c6bc0104 [2020-07-31T04:55:46.873Z] ---> Running in 30fc4d4447c7 [2020-07-31T04:55:47.472Z] ---> 92f1eafdfc5e [2020-07-31T04:55:47.768Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-07-31T04:55:47.768Z] Removing intermediate container 30fc4d4447c7 [2020-07-31T04:55:47.768Z] ---> 78c0e84159dc [2020-07-31T04:55:47.768Z] Step 20/20 : LABEL version=0.0.0 [2020-07-31T04:55:48.041Z] ---> Running in 2f495613e076 [2020-07-31T04:55:49.020Z] Removing intermediate container 2f495613e076 [2020-07-31T04:55:49.020Z] ---> 609fe3a15bdc [2020-07-31T04:55:49.020Z] [2020-07-31T04:55:49.020Z] ---> 4644aaa090ab [2020-07-31T04:55:49.020Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-07-31T04:55:49.625Z] Successfully built 609fe3a15bdc [2020-07-31T04:55:49.625Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-07-31T04:55:50.215Z]  Building docker-security-proxy-setup-go ... done  ---> 5101948bfd51 [2020-07-31T04:55:50.215Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-07-31T04:55:50.492Z] Removing intermediate container 9baca43c98c7 [2020-07-31T04:55:50.492Z] ---> 853c8aa079a5 [2020-07-31T04:55:50.766Z] [2020-07-31T04:55:50.766Z] Step 10/21 : FROM scratch [2020-07-31T04:55:50.766Z] ---> [2020-07-31T04:55:50.766Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-31T04:55:50.766Z] ---> Using cache [2020-07-31T04:55:50.766Z] ---> 90f71d55aa00 [2020-07-31T04:55:50.766Z] Step 12/21 : ENV APP_PORT=48082 [2020-07-31T04:55:51.054Z] ---> Running in b96dfb1e828c [2020-07-31T04:55:51.054Z] ---> 2bae2f77d3fb [2020-07-31T04:55:51.054Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-07-31T04:55:51.661Z] Removing intermediate container b96dfb1e828c [2020-07-31T04:55:51.661Z] ---> 22cbb923a954 [2020-07-31T04:55:51.661Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-31T04:55:51.934Z] ---> Running in 962b45ee808f [2020-07-31T04:55:52.203Z] ---> 192ade0b6bca [2020-07-31T04:55:52.203Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-07-31T04:55:52.475Z] ---> Running in aa55319d2112 [2020-07-31T04:55:52.475Z] Removing intermediate container 962b45ee808f [2020-07-31T04:55:52.475Z] ---> e15f131140d1 [2020-07-31T04:55:52.475Z] Step 14/21 : WORKDIR / [2020-07-31T04:55:52.755Z] ---> Running in 6defe0627758 [2020-07-31T04:55:53.365Z] Removing intermediate container 6defe0627758 [2020-07-31T04:55:53.365Z] ---> e9e35d2bed07 [2020-07-31T04:55:53.365Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-07-31T04:55:54.343Z] ---> f17e4964667b [2020-07-31T04:55:54.343Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-07-31T04:55:56.311Z] ---> c4f916625d64 [2020-07-31T04:55:56.311Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-07-31T04:55:56.311Z] Removing intermediate container aa55319d2112 [2020-07-31T04:55:56.311Z] ---> 72318b50a77f [2020-07-31T04:55:56.311Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-07-31T04:55:57.283Z] ---> c92c60c9251c [2020-07-31T04:55:57.283Z] Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-31T04:55:57.283Z] ---> Running in 7ecac9af3f8a [2020-07-31T04:55:57.283Z] ---> e4a8874e72b3 [2020-07-31T04:55:57.283Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-07-31T04:55:57.553Z] Removing intermediate container abf2e2370276 [2020-07-31T04:55:57.553Z] ---> 3db3db61eeb1 [2020-07-31T04:55:57.553Z] [2020-07-31T04:55:57.553Z] Step 10/21 : FROM scratch [2020-07-31T04:55:57.553Z] ---> [2020-07-31T04:55:57.553Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-31T04:55:57.824Z] ---> Running in 82267c1a0ea3 [2020-07-31T04:55:57.824Z] ---> Using cache [2020-07-31T04:55:57.824Z] ---> 90f71d55aa00 [2020-07-31T04:55:57.824Z] Step 12/21 : ENV APP_PORT=48081 [2020-07-31T04:55:58.097Z] Removing intermediate container 7ecac9af3f8a [2020-07-31T04:55:58.097Z] ---> 750c331d4cef [2020-07-31T04:55:58.097Z] Step 19/21 : LABEL arch=arm64 [2020-07-31T04:55:58.097Z] ---> Running in e2dd01a9ddb9 [2020-07-31T04:55:58.369Z] ---> Running in 57c71b21a382 [2020-07-31T04:55:58.708Z] Removing intermediate container e2dd01a9ddb9 [2020-07-31T04:55:58.708Z] ---> 4059f5fbe5dc [2020-07-31T04:55:58.708Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-31T04:55:58.708Z] ---> Running in 31ba835de5fc [2020-07-31T04:55:58.979Z] Removing intermediate container 57c71b21a382 [2020-07-31T04:55:58.979Z] ---> 6f75a68c2aa1 [2020-07-31T04:55:58.979Z] Step 20/21 : LABEL git_sha=cb8f7a4158611c13a6245f5cb7a85cc8c6bc0104 [2020-07-31T04:55:59.248Z] ---> Running in 4501131265f1 [2020-07-31T04:55:59.523Z] Removing intermediate container 31ba835de5fc [2020-07-31T04:55:59.523Z] ---> 1452f66a5bd4 [2020-07-31T04:55:59.523Z] Step 14/21 : WORKDIR / [2020-07-31T04:55:59.523Z] ---> Running in c24ecfe0641d [2020-07-31T04:55:59.797Z] Removing intermediate container 4501131265f1 [2020-07-31T04:55:59.797Z] ---> b695e7141a6a [2020-07-31T04:55:59.797Z] Step 21/21 : LABEL version=0.0.0 [2020-07-31T04:56:00.067Z] ---> Running in 055c9e65c5ae [2020-07-31T04:56:00.337Z] Removing intermediate container c24ecfe0641d [2020-07-31T04:56:00.337Z] ---> 7760249b4fd2 [2020-07-31T04:56:00.337Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-07-31T04:56:00.660Z] Removing intermediate container 055c9e65c5ae [2020-07-31T04:56:00.660Z] ---> 35b609847c74 [2020-07-31T04:56:00.660Z] [2020-07-31T04:56:00.967Z] Removing intermediate container 82267c1a0ea3 [2020-07-31T04:56:00.967Z] ---> 229020e9271c [2020-07-31T04:56:00.967Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-07-31T04:56:01.270Z] Successfully built 35b609847c74 [2020-07-31T04:56:01.270Z] ---> Running in db9da0811f69 [2020-07-31T04:56:01.270Z] Successfully tagged docker-core-command-go-arm64:latest [2020-07-31T04:56:01.270Z]  Building docker-core-command-go ... done  ---> 72f9c237dcef [2020-07-31T04:56:01.270Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-07-31T04:56:02.776Z] ---> 03e9ad563ce8 [2020-07-31T04:56:02.776Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-07-31T04:56:03.801Z] ---> 4c64ba3ab5ea [2020-07-31T04:56:03.801Z] Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-31T04:56:04.100Z] ---> Running in d618b63d7a90 [2020-07-31T04:56:04.699Z] Removing intermediate container d618b63d7a90 [2020-07-31T04:56:04.699Z] ---> e9b2ec632a46 [2020-07-31T04:56:04.699Z] Step 19/21 : LABEL arch=arm64 [2020-07-31T04:56:04.699Z] Removing intermediate container db9da0811f69 [2020-07-31T04:56:04.699Z] ---> 54842d880726 [2020-07-31T04:56:04.699Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-07-31T04:56:04.700Z] ---> Running in 515e969cbff1 [2020-07-31T04:56:04.983Z] ---> Running in e496602adb07 [2020-07-31T04:56:05.577Z] Removing intermediate container 515e969cbff1 [2020-07-31T04:56:05.577Z] ---> 6fa9bb96b48a [2020-07-31T04:56:05.577Z] Step 20/21 : LABEL git_sha=cb8f7a4158611c13a6245f5cb7a85cc8c6bc0104 [2020-07-31T04:56:05.577Z] Removing intermediate container e496602adb07 [2020-07-31T04:56:05.577Z] ---> 4abca36b23ee [2020-07-31T04:56:05.577Z] Step 26/29 : CMD [ "generate" ] [2020-07-31T04:56:05.577Z] ---> Running in 8864182bb02a [2020-07-31T04:56:05.851Z] ---> Running in e141f2acb213 [2020-07-31T04:56:06.659Z] Removing intermediate container 8864182bb02a [2020-07-31T04:56:06.659Z] ---> 18e148bbc561 [2020-07-31T04:56:06.659Z] Step 21/21 : LABEL version=0.0.0 [2020-07-31T04:56:06.659Z] Removing intermediate container e141f2acb213 [2020-07-31T04:56:06.659Z] ---> 132517548476 [2020-07-31T04:56:06.659Z] Step 27/29 : LABEL arch=arm64 [2020-07-31T04:56:06.659Z] ---> Running in bfc415081cf2 [2020-07-31T04:56:06.659Z] ---> Running in dc54f25c2058 [2020-07-31T04:56:06.930Z] Removing intermediate container bfc415081cf2 [2020-07-31T04:56:06.930Z] ---> 8418378dfb48 [2020-07-31T04:56:06.930Z] [2020-07-31T04:56:07.203Z] Removing intermediate container dc54f25c2058 [2020-07-31T04:56:07.203Z] ---> 0a40c42082a6 [2020-07-31T04:56:07.203Z] Step 28/29 : LABEL git_sha=cb8f7a4158611c13a6245f5cb7a85cc8c6bc0104 [2020-07-31T04:56:07.474Z] Successfully built 8418378dfb48 [2020-07-31T04:56:07.745Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-07-31T04:56:07.745Z]  Building docker-core-metadata-go ... done  ---> Running in c7cf432bf900 [2020-07-31T04:56:08.338Z] Removing intermediate container c7cf432bf900 [2020-07-31T04:56:08.338Z] ---> 34b98a19db32 [2020-07-31T04:56:08.338Z] Step 29/29 : LABEL version=0.0.0 [2020-07-31T04:56:08.338Z] ---> Running in f0ce4f032932 [2020-07-31T04:56:08.938Z] Removing intermediate container f0ce4f032932 [2020-07-31T04:56:08.938Z] ---> 446d7c49c00a [2020-07-31T04:56:08.938Z] [2020-07-31T04:56:09.530Z] Successfully built 446d7c49c00a [2020-07-31T04:56:09.530Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-07-31T04:56:09.818Z]  Building docker-security-secrets-setup-go ... done  [Pipeline] } [2020-07-31T04:56:09.800Z] $ docker stop --time=1 fa567e19d9f8debf4dd881b226f61af94f84910af069bc8a8922c86ab0829f5e [2020-07-31T04:56:11.720Z] $ docker rm -f fa567e19d9f8debf4dd881b226f61af94f84910af069bc8a8922c86ab0829f5e [Pipeline] // withDockerContainer [Pipeline] sh [2020-07-31T04:56:12.387Z] + + grep dockerdocker [2020-07-31T04:56:12.387Z] images [2020-07-31T04:56:12.661Z] docker-security-secrets-setup-go-arm64 latest 446d7c49c00a 4 seconds ago 24.2MB [2020-07-31T04:56:12.661Z] docker-core-metadata-go-arm64 latest 8418378dfb48 6 seconds ago 13.8MB [2020-07-31T04:56:12.661Z] docker-core-command-go-arm64 latest 35b609847c74 12 seconds ago 12.4MB [2020-07-31T04:56:12.661Z] docker-security-proxy-setup-go-arm64 latest 609fe3a15bdc 24 seconds ago 15.8MB [2020-07-31T04:56:12.661Z] docker-support-notifications-go-arm64 latest ccd1a20d2c2a About a minute ago 13.9MB [2020-07-31T04:56:12.661Z] docker-sys-mgmt-agent-go-arm64 latest 79ebc711f208 2 minutes ago 266MB [2020-07-31T04:56:12.661Z] docker-core-data-go-arm64 latest fe6847565157 3 minutes ago 22.6MB [2020-07-31T04:56:12.661Z] docker-security-secretstore-setup-go-arm64 latest d468cdd004bc 4 minutes ago 32.6MB [2020-07-31T04:56:12.661Z] docker-support-scheduler-go-arm64 latest 497a89309f26 4 minutes ago 12.6MB [2020-07-31T04:56:12.661Z] docker-support-logging-go-arm64 latest 4d4911bc5412 4 minutes ago 11.4MB [2020-07-31T04:56:12.661Z] docker latest ce9d55ae87f1 5 weeks ago 193MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2020-07-31T04:56:14.137Z] provisioning config files... [2020-07-31T04:56:14.150Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/21@tmp/config121765329721252228tmp [Pipeline] { [Pipeline] sh [2020-07-31T04:56:14.552Z] + curl -s https://codecov.io/bash [2020-07-31T04:56:14.552Z] + bash -s - -t @/w/workspace/edgex-go/21@tmp/config121765329721252228tmp [Pipeline] } [2020-07-31T04:58:36.090Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-07-31T04:58:37.534Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-31T04:58:38.421Z] ---> package-listing.sh [2020-07-31T04:58:38.421Z] ++ facter osfamily [2020-07-31T04:58:38.421Z] ++ tr '[:upper:]' '[:lower:]' [2020-07-31T04:58:38.421Z] + OS_FAMILY=redhat [2020-07-31T04:58:38.421Z] + workspace=/w/workspace/edgex-go/21 [2020-07-31T04:58:38.421Z] + START_PACKAGES=/tmp/packages_start.txt [2020-07-31T04:58:38.421Z] + END_PACKAGES=/tmp/packages_end.txt [2020-07-31T04:58:38.421Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-07-31T04:58:38.421Z] + PACKAGES=/tmp/packages_start.txt [2020-07-31T04:58:38.421Z] + '[' /w/workspace/edgex-go/21 ']' [2020-07-31T04:58:38.421Z] + PACKAGES=/tmp/packages_end.txt [2020-07-31T04:58:38.421Z] + case "${OS_FAMILY}" in [2020-07-31T04:58:38.421Z] + rpm -qa [2020-07-31T04:58:38.421Z] + sort [2020-07-31T04:58:42.633Z] + '[' -f /tmp/packages_start.txt ']' [2020-07-31T04:58:42.633Z] + '[' -f /tmp/packages_end.txt ']' [2020-07-31T04:58:42.633Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-07-31T04:58:42.633Z] + '[' /w/workspace/edgex-go/21 ']' [2020-07-31T04:58:42.633Z] + mkdir -p /w/workspace/edgex-go/21/archives/ [2020-07-31T04:58:42.633Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/21/archives/ [Pipeline] isUnix [Pipeline] sh [2020-07-31T04:58:43.072Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-31T04:58:43.072Z] [2020-07-31T04:58:43.072Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-07-31T04:58:43.552Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-31T04:58:43.552Z] alpine: Pulling from edgex-lftools-log-publisher [2020-07-31T04:58:43.552Z] c9b1b535fdd9: Pulling fs layer [2020-07-31T04:58:43.552Z] 2cc5ad85d9ab: Pulling fs layer [2020-07-31T04:58:43.552Z] 756a868c4378: Pulling fs layer [2020-07-31T04:58:43.552Z] 444b2fc9a129: Pulling fs layer [2020-07-31T04:58:43.552Z] ea15f1150254: Pulling fs layer [2020-07-31T04:58:43.552Z] 41b27a9f41bf: Pulling fs layer [2020-07-31T04:58:43.552Z] 28c525ee5125: Pulling fs layer [2020-07-31T04:58:43.552Z] 094b1ea09ed8: Pulling fs layer [2020-07-31T04:58:43.552Z] 138eaada9080: Pulling fs layer [2020-07-31T04:58:43.552Z] 0622d0fa9048: Pulling fs layer [2020-07-31T04:58:43.552Z] 444b2fc9a129: Waiting [2020-07-31T04:58:43.552Z] ea15f1150254: Waiting [2020-07-31T04:58:43.552Z] 28c525ee5125: Waiting [2020-07-31T04:58:43.552Z] 094b1ea09ed8: Waiting [2020-07-31T04:58:43.552Z] 138eaada9080: Waiting [2020-07-31T04:58:43.552Z] 0622d0fa9048: Waiting [2020-07-31T04:58:43.552Z] 41b27a9f41bf: Waiting [2020-07-31T04:58:43.552Z] 2cc5ad85d9ab: Verifying Checksum [2020-07-31T04:58:43.552Z] 2cc5ad85d9ab: Download complete [2020-07-31T04:58:43.552Z] 444b2fc9a129: Verifying Checksum [2020-07-31T04:58:43.552Z] 444b2fc9a129: Download complete [2020-07-31T04:58:43.552Z] c9b1b535fdd9: Verifying Checksum [2020-07-31T04:58:43.552Z] c9b1b535fdd9: Download complete [2020-07-31T04:58:43.552Z] ea15f1150254: Verifying Checksum [2020-07-31T04:58:43.552Z] ea15f1150254: Download complete [2020-07-31T04:58:43.552Z] 28c525ee5125: Verifying Checksum [2020-07-31T04:58:43.552Z] 28c525ee5125: Download complete [2020-07-31T04:58:43.877Z] c9b1b535fdd9: Pull complete [2020-07-31T04:58:44.180Z] 756a868c4378: Verifying Checksum [2020-07-31T04:58:44.180Z] 756a868c4378: Download complete [2020-07-31T04:58:44.180Z] 138eaada9080: Verifying Checksum [2020-07-31T04:58:44.180Z] 138eaada9080: Download complete [2020-07-31T04:58:44.180Z] 094b1ea09ed8: Verifying Checksum [2020-07-31T04:58:44.180Z] 094b1ea09ed8: Download complete [2020-07-31T04:58:44.180Z] 0622d0fa9048: Verifying Checksum [2020-07-31T04:58:44.180Z] 0622d0fa9048: Download complete [2020-07-31T04:58:44.449Z] 2cc5ad85d9ab: Pull complete [2020-07-31T04:58:44.710Z] 41b27a9f41bf: Verifying Checksum [2020-07-31T04:58:44.710Z] 41b27a9f41bf: Download complete [2020-07-31T04:58:46.099Z] 756a868c4378: Pull complete [2020-07-31T04:58:46.357Z] 444b2fc9a129: Pull complete [2020-07-31T04:58:46.616Z] ea15f1150254: Pull complete [2020-07-31T04:58:50.837Z] 41b27a9f41bf: Pull complete [2020-07-31T04:58:51.409Z] 28c525ee5125: Pull complete [2020-07-31T04:58:53.956Z] 094b1ea09ed8: Pull complete [2020-07-31T04:58:54.217Z] 138eaada9080: Pull complete [2020-07-31T04:58:55.608Z] 0622d0fa9048: Pull complete [2020-07-31T04:58:55.608Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-07-31T04:58:55.608Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-31T04:58:55.608Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-07-31T04:58:55.844Z] prd-centos7-docker-4c-2g-1657 does not seem to be running inside a container [2020-07-31T04:58:55.899Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgex-go/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@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-lftools-log-publisher:alpine cat [2020-07-31T04:58:59.565Z] $ docker top 809b2fca683247a65325ab4aecd20df63856415c623efad1ed286e807c2f767d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-07-31T04:58:59.881Z] provisioning config files... [2020-07-31T04:58:59.898Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/21@tmp/config5801404778661093062tmp [Pipeline] { [Pipeline] echo [2020-07-31T04:58:59.959Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-31T04:59:00.255Z] ---> create-netrc.sh [Pipeline] echo [2020-07-31T04:59:00.265Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-31T04:59:00.564Z] ---> logs-deploy.sh [2020-07-31T04:59:00.564Z] + ARCHIVE_ARTIFACTS= [2020-07-31T04:59:00.564Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-07-31T04:59:00.564Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-07-31T04:59:00.564Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-07-31T04:59:00.564Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2627/21 [2020-07-31T04:59:00.564Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2627/21/ [2020-07-31T04:59:00.564Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2627/21 /w/workspace/edgex-go/21 [2020-07-31T04:59:01.948Z] Archives upload complete. [2020-07-31T04:59:01.948Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2627/21 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2627/21/