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 b6e84d11f041a086b232d8992a39ab0cabcfc086 rather than 1cbfca005f39c71f14e7c2d6fc3a0b095373ec17 Obtained Jenkinsfile from b6e84d11f041a086b232d8992a39ab0cabcfc086 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-1757 in /w/workspace/edgexfoundry_edgex-go_PR-2627 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/23 [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/23 # 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 Merging remotes/origin/master commit b6e84d11f041a086b232d8992a39ab0cabcfc086 into PR head commit 1cbfca005f39c71f14e7c2d6fc3a0b095373ec17 > 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 > git config core.sparsecheckout # timeout=10 > git checkout -f 1cbfca005f39c71f14e7c2d6fc3a0b095373ec17 # 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 b6e84d11f041a086b232d8992a39ab0cabcfc086 # timeout=10 Merge succeeded, producing 43a45c363427cd2c8b9de8c41a390495c419482a Checking out Revision 43a45c363427cd2c8b9de8c41a390495c419482a (PR-2627) > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 43a45c363427cd2c8b9de8c41a390495c419482a # timeout=10 Commit message: "Merge commit 'b6e84d11f041a086b232d8992a39ab0cabcfc086' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-08-01T04:29:38.299Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-08-01T04:29:38.554Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { > git rev-list --no-walk cce01d908c8f6fc48d99ed6a2df7812364b54c24 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-08-01T04:29:38.642Z] ========================================================= [2020-08-01T04:29:38.642Z] EdgeX Global Pipelines Version Info [2020-08-01T04:29:38.642Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-08-01T04:29:40.477Z] ------------------- [2020-08-01T04:29:40.478Z] stable info: [2020-08-01T04:29:40.478Z] ------------------- [2020-08-01T04:29:40.478Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-08-01T04:29:40.478Z] Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [2020-08-01T04:29:40.478Z] Message: update stable to v1.0.106 [2020-08-01T04:29:41.047Z] ------------------- [2020-08-01T04:29:41.047Z] experimental info: [2020-08-01T04:29:41.047Z] ------------------- [2020-08-01T04:29:41.047Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-08-01T04:29:41.047Z] Commit SHA: 69b11ffe9275ab8e68c4cba724b6d595bdc2db9b [2020-08-01T04:29:41.047Z] Message: update experimental to v1.0.111 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] sh [2020-08-01T04:29:42.537Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secrets-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-logging/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2020-08-01T04:29:42.537Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-01T04:29:42.537Z] ++ dirname cmd/core-command/Dockerfile [2020-08-01T04:29:42.537Z] ++ cut -d/ -f2 [2020-08-01T04:29:42.537Z] + echo core-command,cmd/core-command/Dockerfile [2020-08-01T04:29:42.537Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-01T04:29:42.537Z] ++ dirname cmd/core-data/Dockerfile [2020-08-01T04:29:42.537Z] ++ cut -d/ -f2 [2020-08-01T04:29:42.537Z] + echo core-data,cmd/core-data/Dockerfile [2020-08-01T04:29:42.537Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-01T04:29:42.537Z] ++ dirname cmd/core-metadata/Dockerfile [2020-08-01T04:29:42.537Z] ++ cut -d/ -f2 [2020-08-01T04:29:42.537Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-08-01T04:29:42.537Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-01T04:29:42.537Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-08-01T04:29:42.537Z] ++ cut -d/ -f2 [2020-08-01T04:29:42.537Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-08-01T04:29:42.537Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-01T04:29:42.537Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-08-01T04:29:42.537Z] ++ cut -d/ -f2 [2020-08-01T04:29:42.537Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-08-01T04:29:42.537Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-01T04:29:42.537Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-08-01T04:29:42.537Z] ++ cut -d/ -f2 [2020-08-01T04:29:42.537Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-08-01T04:29:42.537Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-01T04:29:42.537Z] ++ dirname cmd/support-logging/Dockerfile [2020-08-01T04:29:42.537Z] ++ cut -d/ -f2 [2020-08-01T04:29:42.537Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-08-01T04:29:42.537Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-01T04:29:42.537Z] ++ dirname cmd/support-notifications/Dockerfile [2020-08-01T04:29:42.537Z] ++ cut -d/ -f2 [2020-08-01T04:29:42.537Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-08-01T04:29:42.537Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-01T04:29:42.537Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-08-01T04:29:42.537Z] ++ cut -d/ -f2 [2020-08-01T04:29:42.537Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-08-01T04:29:42.537Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-01T04:29:42.537Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-08-01T04:29:42.537Z] ++ cut -d/ -f2 [2020-08-01T04:29:42.537Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-08-01T04:29:42.599Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secrets-setup-go, dockerfile:cmd/security-secrets-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-logging-go, dockerfile:cmd/support-logging/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2020-08-01T04:29:43.577Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-01T04:29:43.577Z] [2020-08-01T04:29:43.577Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-08-01T04:29:43.911Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-01T04:29:43.911Z] latest: Pulling from edgex-devops/git-semver [2020-08-01T04:29:43.911Z] 31603596830f: Pulling fs layer [2020-08-01T04:29:43.911Z] 2a8b12db71e7: Pulling fs layer [2020-08-01T04:29:43.911Z] 6ca5941a6612: Pulling fs layer [2020-08-01T04:29:43.911Z] ecc8261a40a4: Pulling fs layer [2020-08-01T04:29:43.911Z] ecc8261a40a4: Waiting [2020-08-01T04:29:43.911Z] 2a8b12db71e7: Verifying Checksum [2020-08-01T04:29:43.911Z] 2a8b12db71e7: Download complete [2020-08-01T04:29:43.911Z] 31603596830f: Verifying Checksum [2020-08-01T04:29:43.911Z] 31603596830f: Download complete [2020-08-01T04:29:44.173Z] ecc8261a40a4: Verifying Checksum [2020-08-01T04:29:44.173Z] ecc8261a40a4: Download complete [2020-08-01T04:29:44.173Z] 6ca5941a6612: Verifying Checksum [2020-08-01T04:29:44.173Z] 6ca5941a6612: Download complete [2020-08-01T04:29:44.173Z] 31603596830f: Pull complete [2020-08-01T04:29:44.433Z] 2a8b12db71e7: Pull complete [2020-08-01T04:29:45.393Z] 6ca5941a6612: Pull complete [2020-08-01T04:29:45.653Z] ecc8261a40a4: Pull complete [2020-08-01T04:29:45.653Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-08-01T04:29:45.653Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-01T04:29:45.653Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-08-01T04:29:45.749Z] prd-centos7-docker-4c-2g-1757 does not seem to be running inside a container [2020-08-01T04:29:45.790Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/23 -v /w/workspace/edgex-go/23:/w/workspace/edgex-go/23:rw,z -v /w/workspace/edgex-go/23@tmp:/w/workspace/edgex-go/23@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-08-01T04:29:47.949Z] $ docker top 5bb2ce131a31326a472ab66007ea422a7f973d73f9dffd9740f1ce89238441df -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-01T04:29:48.211Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-01T04:29:48.212Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-01T04:29:48.403Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-01T04:29:48.400Z] $ docker exec 5bb2ce131a31326a472ab66007ea422a7f973d73f9dffd9740f1ce89238441df ssh-agent [2020-08-01T04:29:48.557Z] SSH_AUTH_SOCK=/tmp/ssh-YU2Fdj9I6lOe/agent.11 [2020-08-01T04:29:48.557Z] SSH_AGENT_PID=16 [2020-08-01T04:29:48.568Z] Running ssh-add (command line suppressed) [2020-08-01T04:29:48.679Z] Identity added: /w/workspace/edgex-go/23@tmp/private_key_690106748799291585.key (/w/workspace/edgex-go/23@tmp/private_key_690106748799291585.key) [2020-08-01T04:29:48.735Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-01T04:29:49.065Z] + git describe --exact-match --tags HEAD [2020-08-01T04:29:49.065Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-08-01T04:29:49.081Z] $ docker exec --env ******** --env ******** 5bb2ce131a31326a472ab66007ea422a7f973d73f9dffd9740f1ce89238441df ssh-agent -k [2020-08-01T04:29:49.197Z] unset SSH_AUTH_SOCK; [2020-08-01T04:29:49.198Z] unset SSH_AGENT_PID; [2020-08-01T04:29:49.198Z] echo Agent pid 16 killed; [2020-08-01T04:29:49.252Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-08-01T04:29:49.351Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-08-01T04:29:49.351Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-08-01T04:29:49.440Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-01T04:29:49.440Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-01T04:29:49.619Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-01T04:29:49.616Z] $ docker exec 5bb2ce131a31326a472ab66007ea422a7f973d73f9dffd9740f1ce89238441df ssh-agent [2020-08-01T04:29:49.797Z] SSH_AUTH_SOCK=/tmp/ssh-NdPeAhRVoedc/agent.44 [2020-08-01T04:29:49.798Z] SSH_AGENT_PID=50 [2020-08-01T04:29:49.803Z] Running ssh-add (command line suppressed) [2020-08-01T04:29:49.931Z] Identity added: /w/workspace/edgex-go/23@tmp/private_key_5078157980509161506.key (/w/workspace/edgex-go/23@tmp/private_key_5078157980509161506.key) [2020-08-01T04:29:49.983Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-01T04:29:50.305Z] + git semver init [2020-08-01T04:29:50.305Z] # -> Open(): unable to determine branch for HEAD [2020-08-01T04:29:50.305Z] # $GIT_DIR = /w/workspace/edgex-go/23/.git [2020-08-01T04:29:50.305Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/23 [2020-08-01T04:29:50.305Z] # $SEMVER_REMOTE_NAME = origin [2020-08-01T04:29:50.305Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-01T04:29:50.305Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-01T04:29:50.305Z] # $SEMVER_BRANCH = PR-2627 [2020-08-01T04:29:50.305Z] # $SEMVER_TEMP = /tmp/semver-166955875 [2020-08-01T04:29:50.305Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-08-01T04:30:08.422Z] # '/tmp/semver-166955875' -> '/w/workspace/edgex-go/23/.semver' [2020-08-01T04:30:08.998Z] # -> Force: false [2020-08-01T04:30:08.998Z] # $SEMVER_DIR = /w/workspace/edgex-go/23/.semver [Pipeline] } [2020-08-01T04:30:09.005Z] $ docker exec --env ******** --env ******** 5bb2ce131a31326a472ab66007ea422a7f973d73f9dffd9740f1ce89238441df ssh-agent -k [2020-08-01T04:30:09.212Z] unset SSH_AUTH_SOCK; [2020-08-01T04:30:09.212Z] unset SSH_AGENT_PID; [2020-08-01T04:30:09.212Z] echo Agent pid 50 killed; [2020-08-01T04:30:09.276Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-01T04:30:09.712Z] + git semver [Pipeline] } [2020-08-01T04:30:09.723Z] $ docker stop --time=1 5bb2ce131a31326a472ab66007ea422a7f973d73f9dffd9740f1ce89238441df [2020-08-01T04:30:11.440Z] $ docker rm -f 5bb2ce131a31326a472ab66007ea422a7f973d73f9dffd9740f1ce89238441df [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-08-01T04:30:23.614Z] Stashed 29 file(s) [Pipeline] echo [2020-08-01T04:30:23.616Z] [edgeXSemver] initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] echo [2020-08-01T04:30:24.080Z] ========================================================= [2020-08-01T04:30:24.080Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-08-01T04:30:24.080Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-08-01T04:30:24.408Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . [2020-08-01T04:30:27.712Z] Sending build context to Docker daemon 323.1MB [2020-08-01T04:30:27.712Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-08-01T04:30:27.712Z] Step 2/7 : FROM ${BASE} [2020-08-01T04:30:27.712Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-08-01T04:30:27.712Z] df20fa9351a1: Pulling fs layer [2020-08-01T04:30:27.712Z] ed8968b2872e: Pulling fs layer [2020-08-01T04:30:27.712Z] a92cc7c5fd73: Pulling fs layer [2020-08-01T04:30:27.712Z] 2dd03ba5bac4: Pulling fs layer [2020-08-01T04:30:27.712Z] 1e091d79d1de: Pulling fs layer [2020-08-01T04:30:27.712Z] 481702a1767f: Pulling fs layer [2020-08-01T04:30:27.712Z] f64a6f60c768: Pulling fs layer [2020-08-01T04:30:27.712Z] e78d2573fc39: Pulling fs layer [2020-08-01T04:30:27.712Z] e876d2f968b6: Pulling fs layer [2020-08-01T04:30:27.712Z] ce8a83651883: Pulling fs layer [2020-08-01T04:30:27.712Z] 07967f4d0e4b: Pulling fs layer [2020-08-01T04:30:27.712Z] f64a6f60c768: Waiting [2020-08-01T04:30:27.712Z] e78d2573fc39: Waiting [2020-08-01T04:30:27.712Z] e876d2f968b6: Waiting [2020-08-01T04:30:27.712Z] ce8a83651883: Waiting [2020-08-01T04:30:27.712Z] 07967f4d0e4b: Waiting [2020-08-01T04:30:27.712Z] 1e091d79d1de: Waiting [2020-08-01T04:30:27.712Z] 2dd03ba5bac4: Waiting [2020-08-01T04:30:27.712Z] 481702a1767f: Waiting [2020-08-01T04:30:27.712Z] a92cc7c5fd73: Download complete [2020-08-01T04:30:27.712Z] ed8968b2872e: Download complete [2020-08-01T04:30:27.712Z] 1e091d79d1de: Verifying Checksum [2020-08-01T04:30:27.712Z] 1e091d79d1de: Download complete [2020-08-01T04:30:27.712Z] 481702a1767f: Verifying Checksum [2020-08-01T04:30:27.712Z] 481702a1767f: Download complete [2020-08-01T04:30:27.712Z] df20fa9351a1: Verifying Checksum [2020-08-01T04:30:27.712Z] df20fa9351a1: Download complete [2020-08-01T04:30:27.712Z] df20fa9351a1: Pull complete [2020-08-01T04:30:28.671Z] f64a6f60c768: Verifying Checksum [2020-08-01T04:30:28.671Z] f64a6f60c768: Download complete [2020-08-01T04:30:28.671Z] 2dd03ba5bac4: Verifying Checksum [2020-08-01T04:30:28.934Z] e78d2573fc39: Verifying Checksum [2020-08-01T04:30:28.934Z] e78d2573fc39: Download complete [2020-08-01T04:30:29.559Z] e876d2f968b6: Verifying Checksum [2020-08-01T04:30:29.559Z] e876d2f968b6: Download complete [2020-08-01T04:30:29.559Z] ed8968b2872e: Pull complete [2020-08-01T04:30:29.559Z] 07967f4d0e4b: Verifying Checksum [2020-08-01T04:30:29.559Z] 07967f4d0e4b: Download complete [2020-08-01T04:30:29.559Z] a92cc7c5fd73: Pull complete [2020-08-01T04:30:30.153Z] ce8a83651883: Verifying Checksum [2020-08-01T04:30:30.153Z] ce8a83651883: Download complete [2020-08-01T04:30:34.365Z] 2dd03ba5bac4: Pull complete [2020-08-01T04:30:34.626Z] 1e091d79d1de: Pull complete [2020-08-01T04:30:34.626Z] 481702a1767f: Pull complete [2020-08-01T04:30:38.902Z] Still waiting to schedule task [2020-08-01T04:30:38.902Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-08-01T04:30:42.769Z] f64a6f60c768: Pull complete [2020-08-01T04:30:46.087Z] e78d2573fc39: Pull complete [2020-08-01T04:30:46.087Z] e876d2f968b6: Pull complete [2020-08-01T04:30:47.036Z] ce8a83651883: Pull complete [2020-08-01T04:30:47.036Z] 07967f4d0e4b: Pull complete [2020-08-01T04:30:47.036Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-08-01T04:30:47.036Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-08-01T04:30:47.036Z] ---> 5d7c900382c6 [2020-08-01T04:30:47.036Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-08-01T04:30:48.957Z] ---> Running in 6ddcba2564aa [2020-08-01T04:30:49.544Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-01T04:30:50.113Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-01T04:30:50.692Z] (1/12) Installing libmagic (5.38-r0) [2020-08-01T04:30:50.692Z] (2/12) Installing file (5.38-r0) [2020-08-01T04:30:50.989Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-08-01T04:30:50.989Z] (4/12) Installing g++ (9.3.0-r2) [2020-08-01T04:30:52.911Z] (5/12) Installing fortify-headers (1.1-r0) [2020-08-01T04:30:52.911Z] (6/12) Installing patch (2.7.6-r6) [2020-08-01T04:30:53.175Z] (7/12) Installing build-base (0.5-r2) [2020-08-01T04:30:53.175Z] (8/12) Installing libsodium (1.0.18-r0) [2020-08-01T04:30:53.175Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-08-01T04:30:53.438Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-08-01T04:30:53.438Z] (11/12) Installing libzmq (4.3.2-r0) [2020-08-01T04:30:53.438Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-08-01T04:30:53.698Z] Executing busybox-1.31.1-r16.trigger [2020-08-01T04:30:53.698Z] OK: 233 MiB in 51 packages [2020-08-01T04:30:57.905Z] Removing intermediate container 6ddcba2564aa [2020-08-01T04:30:57.905Z] ---> c4b4e83d9e4b [2020-08-01T04:30:57.905Z] Step 4/7 : WORKDIR /edgex-go [2020-08-01T04:30:57.905Z] ---> Running in 5cb20ff36ff0 [2020-08-01T04:30:57.905Z] Removing intermediate container 5cb20ff36ff0 [2020-08-01T04:30:57.905Z] ---> e0742d8e1bb3 [2020-08-01T04:30:57.905Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-08-01T04:30:57.905Z] latest: Pulling from library/docker [2020-08-01T04:30:57.905Z] df20fa9351a1: Already exists [2020-08-01T04:30:57.905Z] 25ad7478873d: Pulling fs layer [2020-08-01T04:30:57.905Z] 4684f6177b5d: Pulling fs layer [2020-08-01T04:30:57.905Z] 46e300cec669: Pulling fs layer [2020-08-01T04:30:57.905Z] 63038576ad94: Pulling fs layer [2020-08-01T04:30:57.905Z] 0fdb76c4706c: Pulling fs layer [2020-08-01T04:30:57.905Z] cb7edeffdfd5: Pulling fs layer [2020-08-01T04:30:57.905Z] 0fdb76c4706c: Waiting [2020-08-01T04:30:57.905Z] cb7edeffdfd5: Waiting [2020-08-01T04:30:57.905Z] 63038576ad94: Waiting [2020-08-01T04:30:58.172Z] 4684f6177b5d: Verifying Checksum [2020-08-01T04:30:58.172Z] 4684f6177b5d: Download complete [2020-08-01T04:30:58.172Z] 25ad7478873d: Verifying Checksum [2020-08-01T04:30:58.172Z] 63038576ad94: Verifying Checksum [2020-08-01T04:30:58.172Z] 63038576ad94: Download complete [2020-08-01T04:30:58.172Z] 0fdb76c4706c: Verifying Checksum [2020-08-01T04:30:58.172Z] 0fdb76c4706c: Download complete [2020-08-01T04:30:58.436Z] cb7edeffdfd5: Verifying Checksum [2020-08-01T04:30:58.436Z] cb7edeffdfd5: Download complete [2020-08-01T04:30:58.436Z] 25ad7478873d: Pull complete [2020-08-01T04:30:58.436Z] 4684f6177b5d: Pull complete [2020-08-01T04:30:58.696Z] 46e300cec669: Verifying Checksum [2020-08-01T04:30:58.696Z] 46e300cec669: Download complete [2020-08-01T04:31:01.248Z] 46e300cec669: Pull complete [2020-08-01T04:31:01.248Z] 63038576ad94: Pull complete [2020-08-01T04:31:01.248Z] 0fdb76c4706c: Pull complete [2020-08-01T04:31:01.248Z] cb7edeffdfd5: Pull complete [2020-08-01T04:31:01.248Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-08-01T04:31:01.248Z] Status: Downloaded newer image for docker:latest [2020-08-01T04:31:02.634Z] ---> bcee81a8260c [2020-08-01T04:31:02.634Z] Step 6/7 : COPY go.mod . [2020-08-01T04:31:02.895Z] ---> 6a5b54952f75 [2020-08-01T04:31:02.895Z] Step 7/7 : RUN go mod download [2020-08-01T04:31:02.895Z] ---> Running in 877d8de774a6 [2020-08-01T04:31:05.437Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-08-01T04:31:05.437Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-08-01T04:31:05.437Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-08-01T04:31:05.437Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-08-01T04:31:05.437Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-01T04:31:05.437Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-08-01T04:31:05.437Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-08-01T04:31:05.437Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-01T04:31:05.437Z] go: finding github.com/cloudflare/gokey v0.1.0 [2020-08-01T04:31:05.437Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-08-01T04:31:05.437Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-08-01T04:31:05.437Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-08-01T04:31:05.437Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 [2020-08-01T04:31:05.437Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-01T04:31:05.697Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-08-01T04:31:05.697Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-08-01T04:31:05.697Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-08-01T04:31:05.697Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-08-01T04:31:05.697Z] go: finding github.com/fatih/color v1.7.0 [2020-08-01T04:31:05.697Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-08-01T04:31:05.697Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-01T04:31:05.697Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-08-01T04:31:05.697Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-01T04:31:05.958Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-01T04:31:05.958Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-08-01T04:31:05.958Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-01T04:31:05.958Z] go: finding github.com/golang/protobuf v1.3.2 [2020-08-01T04:31:05.958Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-08-01T04:31:05.958Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-08-01T04:31:05.958Z] go: finding github.com/google/uuid v1.1.0 [2020-08-01T04:31:05.958Z] go: finding github.com/gorilla/mux v1.7.1 [2020-08-01T04:31:05.958Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-08-01T04:31:05.958Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-08-01T04:31:06.218Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-08-01T04:31:06.218Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-01T04:31:06.218Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-01T04:31:06.218Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-08-01T04:31:06.218Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-08-01T04:31:06.218Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-01T04:31:06.218Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-08-01T04:31:06.218Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-08-01T04:31:06.218Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-08-01T04:31:06.218Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-08-01T04:31:06.218Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-08-01T04:31:06.478Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-08-01T04:31:06.478Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-08-01T04:31:06.478Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-08-01T04:31:06.478Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-08-01T04:31:06.478Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-08-01T04:31:06.478Z] go: finding github.com/imdario/mergo v0.3.6 [2020-08-01T04:31:06.478Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-01T04:31:06.478Z] go: finding github.com/kr/pretty v0.1.0 [2020-08-01T04:31:06.478Z] go: finding github.com/kr/pty v1.1.1 [2020-08-01T04:31:06.478Z] go: finding github.com/kr/text v0.1.0 [2020-08-01T04:31:06.478Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-08-01T04:31:06.478Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-08-01T04:31:06.739Z] go: finding github.com/miekg/dns v1.0.14 [2020-08-01T04:31:06.739Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-08-01T04:31:06.739Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-01T04:31:06.739Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-08-01T04:31:06.739Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-08-01T04:31:06.739Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-08-01T04:31:06.739Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-08-01T04:31:06.739Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-08-01T04:31:06.739Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-08-01T04:31:06.739Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-08-01T04:31:06.739Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-08-01T04:31:07.000Z] go: finding github.com/onsi/gomega v1.7.0 [2020-08-01T04:31:07.000Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-08-01T04:31:07.000Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-08-01T04:31:07.000Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-08-01T04:31:07.000Z] go: finding github.com/pkg/errors v0.8.1 [2020-08-01T04:31:07.000Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-01T04:31:07.000Z] go: finding github.com/posener/complete v1.1.1 [2020-08-01T04:31:07.000Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-08-01T04:31:07.000Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-08-01T04:31:07.000Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-08-01T04:31:07.000Z] go: finding github.com/stretchr/objx v0.1.0 [2020-08-01T04:31:07.261Z] go: finding github.com/stretchr/testify v1.5.1 [2020-08-01T04:31:07.261Z] go: finding github.com/ugorji/go v1.1.4 [2020-08-01T04:31:07.261Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-01T04:31:07.261Z] go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 [2020-08-01T04:31:07.261Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-08-01T04:31:07.261Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-08-01T04:31:07.261Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-08-01T04:31:07.261Z] go: finding golang.org/x/text v0.3.2 [2020-08-01T04:31:07.261Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-08-01T04:31:07.261Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-08-01T04:31:07.261Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-08-01T04:31:07.525Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-08-01T04:31:07.525Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-08-01T04:31:07.525Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-01T04:31:19.775Z] Removing intermediate container 877d8de774a6 [2020-08-01T04:31:19.775Z] ---> 9b0d7bb01e6a [2020-08-01T04:31:19.775Z] Successfully built 9b0d7bb01e6a [2020-08-01T04:31:19.775Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-01T04:31:20.329Z] + docker inspect -f . ci-base-image-x86_64 [2020-08-01T04:31:20.329Z] . [Pipeline] withDockerContainer [2020-08-01T04:31:20.420Z] prd-centos7-docker-4c-2g-1757 does not seem to be running inside a container [2020-08-01T04:31:20.462Z] $ docker run -t -d -u 1001:1001 -u 0:0 -e GOTESTFLAGS= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/23 -v /w/workspace/edgex-go/23:/w/workspace/edgex-go/23:rw,z -v /w/workspace/edgex-go/23@tmp:/w/workspace/edgex-go/23@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-08-01T04:31:21.091Z] $ docker top eb399becdd4ea7e548685a325dd8ee7512779ee51c1ebc0a42585ad1d7d7b019 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-01T04:31:21.577Z] + go version [2020-08-01T04:31:21.577Z] go version go1.13.13 linux/amd64 [Pipeline] echo [2020-08-01T04:31:21.588Z] ========================================================= [2020-08-01T04:31:21.588Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-08-01T04:31:21.588Z] ========================================================= [Pipeline] sh [2020-08-01T04:31:21.872Z] + make test [2020-08-01T04:31:21.872Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-08-01T04:31:24.434Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-08-01T04:31:34.512Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-08-01T04:31:37.884Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-08-01T04:31:37.884Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-08-01T04:31:37.884Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-08-01T04:31:37.884Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-08-01T04:31:38.155Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.025s [2020-08-01T04:31:38.155Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-08-01T04:31:38.155Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-08-01T04:31:38.426Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-08-01T04:31:39.015Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-08-01T04:31:39.287Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-08-01T04:31:39.559Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-08-01T04:31:39.559Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-08-01T04:31:39.559Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-08-01T04:31:44.091Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.033s coverage: 46.6% of statements [2020-08-01T04:31:44.091Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-08-01T04:31:44.091Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-08-01T04:31:44.091Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-08-01T04:31:44.091Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-08-01T04:31:44.091Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-08-01T04:31:47.455Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.059s coverage: 27.3% of statements [2020-08-01T04:31:47.455Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-08-01T04:31:47.455Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-08-01T04:31:47.455Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-08-01T04:31:47.455Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-08-01T04:31:47.455Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-08-01T04:31:47.455Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-08-01T04:31:47.455Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.004s coverage: 100.0% of statements [2020-08-01T04:31:47.455Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-08-01T04:31:47.455Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.100s coverage: 100.0% of statements [2020-08-01T04:31:47.455Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-08-01T04:31:47.455Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.085s coverage: 28.6% of statements [2020-08-01T04:31:47.455Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-08-01T04:31:47.455Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-08-01T04:31:47.455Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-08-01T04:31:47.455Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-08-01T04:31:47.455Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-08-01T04:31:47.455Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.010s coverage: 100.0% of statements [2020-08-01T04:31:47.455Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-08-01T04:31:47.737Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.033s coverage: 100.0% of statements [2020-08-01T04:31:47.737Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-08-01T04:31:48.696Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.019s coverage: 89.8% of statements [2020-08-01T04:31:48.696Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-08-01T04:31:49.291Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.039s coverage: 97.5% of statements [2020-08-01T04:31:49.291Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-08-01T04:31:49.291Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.010s coverage: 100.0% of statements [2020-08-01T04:31:49.291Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-08-01T04:31:49.291Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-08-01T04:31:49.291Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-08-01T04:31:49.291Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-08-01T04:31:49.291Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-08-01T04:31:49.291Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-08-01T04:31:49.291Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-08-01T04:31:49.291Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-08-01T04:31:49.291Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-08-01T04:31:49.291Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-08-01T04:31:49.291Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-08-01T04:31:49.291Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-08-01T04:31:49.291Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-08-01T04:31:49.291Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-08-01T04:31:49.291Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-08-01T04:31:49.291Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-08-01T04:31:49.291Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-08-01T04:31:49.291Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.018s coverage: 58.8% of statements [2020-08-01T04:31:49.891Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.080s coverage: 63.5% of statements [2020-08-01T04:31:49.891Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-08-01T04:31:49.891Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-08-01T04:31:49.891Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.024s coverage: 100.0% of statements [2020-08-01T04:31:50.866Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.084s coverage: 55.9% of statements [2020-08-01T04:31:50.866Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-08-01T04:31:50.866Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-08-01T04:31:50.866Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-08-01T04:31:50.866Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-08-01T04:31:56.226Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 4.976s coverage: 86.3% of statements [2020-08-01T04:31:56.226Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-08-01T04:31:56.226Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.335s coverage: 72.2% of statements [2020-08-01T04:31:56.226Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.149s coverage: 72.1% of statements [2020-08-01T04:31:56.226Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.010s coverage: 82.4% of statements [2020-08-01T04:31:56.226Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.012s coverage: 48.4% of statements [2020-08-01T04:31:56.226Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-08-01T04:31:56.226Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-08-01T04:31:56.226Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-08-01T04:31:56.226Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.013s coverage: 28.8% of statements [2020-08-01T04:31:56.226Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-08-01T04:31:56.226Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.016s coverage: 96.8% of statements [2020-08-01T04:31:56.226Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-08-01T04:31:56.226Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.039s coverage: 26.9% of statements [2020-08-01T04:31:56.226Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-08-01T04:31:56.226Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-08-01T04:31:56.226Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.080s coverage: 84.1% of statements [2020-08-01T04:31:56.226Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.032s coverage: 100.0% of statements [2020-08-01T04:31:56.226Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.005s coverage: 42.9% of statements [2020-08-01T04:31:56.226Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-08-01T04:31:56.226Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-08-01T04:31:56.226Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.004s coverage: 100.0% of statements [2020-08-01T04:31:56.226Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-08-01T04:31:56.226Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.026s coverage: 83.8% of statements [2020-08-01T04:31:56.226Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-08-01T04:31:58.184Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.027s coverage: 46.1% of statements [2020-08-01T04:31:58.184Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-08-01T04:31:58.184Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-08-01T04:31:58.184Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.073s coverage: 100.0% of statements [2020-08-01T04:31:58.184Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-08-01T04:31:58.184Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-08-01T04:31:58.184Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-08-01T04:31:58.184Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.008s coverage: 100.0% of statements [2020-08-01T04:31:58.184Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-08-01T04:31:58.184Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.009s coverage: 100.0% of statements [2020-08-01T04:31:58.184Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-08-01T04:31:59.142Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.042s coverage: 29.1% of statements [2020-08-01T04:31:59.142Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-08-01T04:31:59.142Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-08-01T04:31:59.142Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-08-01T04:31:59.142Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-08-01T04:31:59.142Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-08-01T04:31:59.142Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.051s coverage: 99.0% of statements [2020-08-01T04:31:59.142Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-08-01T04:31:59.408Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.020s coverage: 100.0% of statements [2020-08-01T04:31:59.408Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-08-01T04:31:59.408Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.003s coverage: 0.0% of statements [2020-08-01T04:31:59.408Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-08-01T04:31:59.995Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.029s coverage: 100.0% of statements [2020-08-01T04:31:59.995Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-08-01T04:31:59.995Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-08-01T04:31:59.995Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-08-01T04:31:59.995Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-08-01T04:31:59.995Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.024s coverage: 87.9% of statements [2020-08-01T04:31:59.995Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-08-01T04:31:59.995Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-08-01T04:32:00.259Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.013s coverage: 100.0% of statements [2020-08-01T04:32:00.525Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.004s coverage: 32.1% of statements [2020-08-01T04:32:00.785Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.006s coverage: 100.0% of statements [2020-08-01T04:32:01.051Z] GO111MODULE=on go vet ./... [2020-08-01T04:32:06.415Z] gofmt -l . [2020-08-01T04:32:07.004Z] [ "`gofmt -l .`" = "" ] [2020-08-01T04:32:07.595Z] ./bin/test-go-mod-tidy.sh [2020-08-01T04:32:08.168Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-08-01T04:32:09.856Z] + ls -al . [2020-08-01T04:32:09.856Z] total 556 [2020-08-01T04:32:09.856Z] drwxrwxr-x 10 1001 1001 4096 Aug 1 04:32 . [2020-08-01T04:32:09.856Z] drwxr-xr-x 4 root root 30 Aug 1 04:31 .. [2020-08-01T04:32:09.856Z] -rw-rw-r-- 1 1001 1001 11 Aug 1 04:29 .dockerignore [2020-08-01T04:32:09.856Z] drwxrwxr-x 8 1001 1001 179 Aug 1 04:29 .git [2020-08-01T04:32:09.856Z] drwxrwxr-x 3 1001 1001 60 Aug 1 04:29 .github [2020-08-01T04:32:09.856Z] -rw-rw-r-- 1 1001 1001 932 Aug 1 04:29 .gitignore [2020-08-01T04:32:09.856Z] drwx------ 3 1001 1001 47 Aug 1 04:30 .semver [2020-08-01T04:32:09.856Z] -rw-rw-r-- 1 1001 1001 166 Aug 1 04:29 .sonarcloud.properties [2020-08-01T04:32:09.856Z] -rw-rw-r-- 1 1001 1001 3804 Aug 1 04:29 CONTRIBUTING.md [2020-08-01T04:32:09.856Z] -rw-rw-r-- 1 1001 1001 1035 Aug 1 04:29 Dockerfile.build [2020-08-01T04:32:09.856Z] -rw-rw-r-- 1 1001 1001 865 Aug 1 04:29 Jenkinsfile [2020-08-01T04:32:09.856Z] -rw-rw-r-- 1 1001 1001 10775 Aug 1 04:29 LICENSE [2020-08-01T04:32:09.856Z] -rw-rw-r-- 1 1001 1001 6237 Aug 1 04:29 Makefile [2020-08-01T04:32:09.856Z] -rw-rw-r-- 1 1001 1001 5652 Aug 1 04:29 README.md [2020-08-01T04:32:09.856Z] -rw-rw-r-- 1 1001 1001 7111 Aug 1 04:29 SECURITY.md [2020-08-01T04:32:09.856Z] -rw-rw-r-- 1 1001 1001 5 Aug 1 04:30 VERSION [2020-08-01T04:32:09.856Z] -rw-rw-r-- 1 1001 1001 4131 Aug 1 04:29 ZMQWindows.md [2020-08-01T04:32:09.856Z] drwxrwxr-x 2 1001 1001 117 Aug 1 04:29 bin [2020-08-01T04:32:09.856Z] drwxrwxr-x 15 1001 1001 4096 Aug 1 04:29 cmd [2020-08-01T04:32:09.856Z] -rw-r--r-- 1 root root 455803 Aug 1 04:32 coverage.out [2020-08-01T04:32:09.856Z] -rw-r--r-- 1 root root 1019 Aug 1 04:32 go.mod [2020-08-01T04:32:09.856Z] -rw-r--r-- 1 root root 18146 Aug 1 04:32 go.sum [2020-08-01T04:32:09.856Z] drwxrwxr-x 8 1001 1001 127 Aug 1 04:29 internal [2020-08-01T04:32:09.856Z] drwxrwxr-x 4 1001 1001 26 Aug 1 04:29 openapi [2020-08-01T04:32:09.856Z] drwxrwxr-x 4 1001 1001 71 Aug 1 04:29 snap [2020-08-01T04:32:09.856Z] -rw-rw-r-- 1 1001 1001 168 Aug 1 04:29 version.go [Pipeline] sh [2020-08-01T04:32:10.153Z] + '[' -e coverage.out ] [2020-08-01T04:32:10.153Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-08-01T04:32:10.294Z] Stashed 1 file(s) [Pipeline] sh [2020-08-01T04:32:10.945Z] + make build [2020-08-01T04:32:10.945Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-08-01T04:32:16.350Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-08-01T04:32:19.826Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-08-01T04:32:21.740Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-08-01T04:32:22.684Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-08-01T04:32:23.547Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-1763 in /w/workspace/edgexfoundry_edgex-go_PR-2627 [Pipeline] { [Pipeline] ws [2020-08-01T04:32:23.587Z] Running in /w/workspace/edgex-go/23 [Pipeline] { [Pipeline] checkout [2020-08-01T04:32:24.614Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-08-01T04:32:25.232Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-08-01T04:32:27.864Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-08-01T04:32:28.466Z] using credential edgex-jenkins-ssh [2020-08-01T04:32:28.533Z] Cloning the remote Git repository [2020-08-01T04:32:28.534Z] Cloning with configured refspecs honoured and without tags [2020-08-01T04:32:29.249Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-08-01T04:32:28.615Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-08-01T04:32:28.729Z] > git init /w/workspace/edgex-go/23 # timeout=10 [2020-08-01T04:32:28.801Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-08-01T04:32:28.802Z] > git --version # timeout=10 [2020-08-01T04:32:28.828Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-01T04:32:28.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-08-01T04:32:30.204Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-08-01T04:32:32.137Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-08-01T04:32:33.080Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-08-01T04:32:34.468Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [Pipeline] } [2020-08-01T04:32:35.416Z] $ docker stop --time=1 eb399becdd4ea7e548685a325dd8ee7512779ee51c1ebc0a42585ad1d7d7b019 [2020-08-01T04:32:36.997Z] $ docker rm -f eb399becdd4ea7e548685a325dd8ee7512779ee51c1ebc0a42585ad1d7d7b019 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-01T04:32:40.020Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-01T04:32:40.020Z] [2020-08-01T04:32:40.020Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-08-01T04:32:40.355Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-01T04:32:40.355Z] latest: Pulling from edgex-devops/edgex-compose [2020-08-01T04:32:40.355Z] cbdbe7a5bc2a: Pulling fs layer [2020-08-01T04:32:40.355Z] ca9280d653b3: Pulling fs layer [2020-08-01T04:32:40.355Z] 7e9c9ca2126c: Pulling fs layer [2020-08-01T04:32:40.355Z] cbdbe7a5bc2a: Verifying Checksum [2020-08-01T04:32:40.355Z] cbdbe7a5bc2a: Download complete [2020-08-01T04:32:40.619Z] ca9280d653b3: Verifying Checksum [2020-08-01T04:32:40.619Z] ca9280d653b3: Download complete [2020-08-01T04:32:40.619Z] cbdbe7a5bc2a: Pull complete [2020-08-01T04:32:41.192Z] 7e9c9ca2126c: Verifying Checksum [2020-08-01T04:32:41.192Z] 7e9c9ca2126c: Download complete [2020-08-01T04:32:41.761Z] ca9280d653b3: Pull complete [2020-08-01T04:32:44.649Z] Fetching without tags [2020-08-01T04:32:45.197Z] Merging remotes/origin/master commit b6e84d11f041a086b232d8992a39ab0cabcfc086 into PR head commit 1cbfca005f39c71f14e7c2d6fc3a0b095373ec17 [2020-08-01T04:32:44.490Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-08-01T04:32:44.513Z] > git config --add remote.origin.fetch +refs/pull/2627/head:refs/remotes/origin/PR-2627 # timeout=10 [2020-08-01T04:32:44.575Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-01T04:32:44.606Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-08-01T04:32:44.673Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-08-01T04:32:44.674Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-01T04:32:44.694Z] > 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-08-01T04:32:45.227Z] > git config core.sparsecheckout # timeout=10 [2020-08-01T04:32:45.262Z] > git checkout -f 1cbfca005f39c71f14e7c2d6fc3a0b095373ec17 # timeout=10 [2020-08-01T04:32:45.563Z] > git remote # timeout=10 [2020-08-01T04:32:45.587Z] > git config --get remote.origin.url # timeout=10 [2020-08-01T04:32:45.598Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-01T04:32:45.608Z] > git merge b6e84d11f041a086b232d8992a39ab0cabcfc086 # timeout=10 [2020-08-01T04:32:45.956Z] Merge succeeded, producing 373dc5f036148ebc882fb95e719b3a821d1d417a [2020-08-01T04:32:45.956Z] Checking out Revision 373dc5f036148ebc882fb95e719b3a821d1d417a (PR-2627) [2020-08-01T04:32:45.951Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-08-01T04:32:45.974Z] > git config core.sparsecheckout # timeout=10 [2020-08-01T04:32:46.012Z] > git checkout -f 373dc5f036148ebc882fb95e719b3a821d1d417a # timeout=10 [2020-08-01T04:32:48.379Z] 7e9c9ca2126c: Pull complete [2020-08-01T04:32:48.379Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-08-01T04:32:48.379Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-01T04:32:48.379Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-08-01T04:32:48.522Z] prd-centos7-docker-4c-2g-1757 does not seem to be running inside a container [2020-08-01T04:32:48.559Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/23 -v /w/workspace/edgex-go/23:/w/workspace/edgex-go/23:rw,z -v /w/workspace/edgex-go/23@tmp:/w/workspace/edgex-go/23@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-08-01T04:32:50.353Z] Commit message: "Merge commit 'b6e84d11f041a086b232d8992a39ab0cabcfc086' into HEAD" [2020-08-01T04:32:50.377Z] First time build. Skipping changelog. [2020-08-01T04:32:51.100Z] $ docker top fd80a304fd0d5a65ed9cc744c89548760a929a0edb2ab21fea3a7ae0995ad0f3 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [2020-08-01T04:32:51.571Z] + docker-compose build --help [2020-08-01T04:32:51.571Z] + grep parallel [2020-08-01T04:32:50.373Z] > git rev-list --no-walk cce01d908c8f6fc48d99ed6a2df7812364b54c24 # timeout=10 [2020-08-01T04:32:52.513Z] --parallel Build images in parallel. [Pipeline] } [2020-08-01T04:32:52.520Z] $ docker stop --time=1 fd80a304fd0d5a65ed9cc744c89548760a929a0edb2ab21fea3a7ae0995ad0f3 [2020-08-01T04:32:53.897Z] $ docker rm -f fd80a304fd0d5a65ed9cc744c89548760a929a0edb2ab21fea3a7ae0995ad0f3 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-01T04:32:54.492Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-01T04:32:54.492Z] . [Pipeline] withDockerContainer [2020-08-01T04:32:54.585Z] prd-centos7-docker-4c-2g-1757 does not seem to be running inside a container [2020-08-01T04:32:54.666Z] $ 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/23 -v /w/workspace/edgex-go/23:/w/workspace/edgex-go/23:rw,z -v /w/workspace/edgex-go/23@tmp:/w/workspace/edgex-go/23@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-08-01T04:32:55.214Z] $ docker top 3b2086fe1673c327d0c7c25efdb970f6ebef59df4dc7c1903471c96f1f8c3074 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-01T04:32:55.682Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-08-01T04:32:56.623Z] Building docker-core-command-go ... [2020-08-01T04:32:56.623Z] Building docker-core-data-go ... [2020-08-01T04:32:56.623Z] Building docker-core-metadata-go ... [2020-08-01T04:32:56.623Z] Building docker-security-proxy-setup-go ... [2020-08-01T04:32:56.623Z] Building docker-security-secrets-setup-go ... [2020-08-01T04:32:56.623Z] Building docker-security-secretstore-setup-go ... [2020-08-01T04:32:56.623Z] Building docker-support-logging-go ... [2020-08-01T04:32:56.623Z] Building docker-support-notifications-go ... [2020-08-01T04:32:56.623Z] Building docker-support-scheduler-go ... [2020-08-01T04:32:56.623Z] Building docker-sys-mgmt-agent-go ... [2020-08-01T04:32:56.623Z] Building docker-core-data-go [2020-08-01T04:32:56.623Z] Building docker-security-secretstore-setup-go [2020-08-01T04:32:56.623Z] Building docker-security-proxy-setup-go [2020-08-01T04:32:56.623Z] Building docker-sys-mgmt-agent-go [2020-08-01T04:32:56.623Z] Building docker-support-logging-go [Pipeline] echo [2020-08-01T04:33:03.588Z] ========================================================= [2020-08-01T04:33:03.588Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-08-01T04:33:03.588Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-08-01T04:33:04.500Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . [2020-08-01T04:33:08.857Z] Sending build context to Docker daemon 323.1MB [2020-08-01T04:33:08.857Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-08-01T04:33:08.857Z] Step 2/7 : FROM ${BASE} [2020-08-01T04:33:09.836Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-08-01T04:33:09.836Z] b538f80385f9: Pulling fs layer [2020-08-01T04:33:09.836Z] 74f711af9a0d: Pulling fs layer [2020-08-01T04:33:09.836Z] 99f96fe45779: Pulling fs layer [2020-08-01T04:33:09.836Z] fd7a069fd194: Pulling fs layer [2020-08-01T04:33:09.836Z] 66aa3694b03b: Pulling fs layer [2020-08-01T04:33:09.836Z] 170f70906a0f: Pulling fs layer [2020-08-01T04:33:09.836Z] ad7c5574e4b9: Pulling fs layer [2020-08-01T04:33:09.836Z] e772456be8f7: Pulling fs layer [2020-08-01T04:33:09.836Z] c890913d741a: Pulling fs layer [2020-08-01T04:33:09.836Z] 2480fcc9aa5a: Pulling fs layer [2020-08-01T04:33:09.836Z] 09adf4765672: Pulling fs layer [2020-08-01T04:33:09.836Z] fd7a069fd194: Waiting [2020-08-01T04:33:09.836Z] 66aa3694b03b: Waiting [2020-08-01T04:33:09.836Z] 170f70906a0f: Waiting [2020-08-01T04:33:09.836Z] ad7c5574e4b9: Waiting [2020-08-01T04:33:09.836Z] e772456be8f7: Waiting [2020-08-01T04:33:09.836Z] c890913d741a: Waiting [2020-08-01T04:33:09.836Z] 2480fcc9aa5a: Waiting [2020-08-01T04:33:09.836Z] 09adf4765672: Waiting [2020-08-01T04:33:09.836Z] 99f96fe45779: Verifying Checksum [2020-08-01T04:33:09.836Z] 99f96fe45779: Download complete [2020-08-01T04:33:09.836Z] 74f711af9a0d: Verifying Checksum [2020-08-01T04:33:09.836Z] 74f711af9a0d: Download complete [2020-08-01T04:33:09.836Z] 66aa3694b03b: Verifying Checksum [2020-08-01T04:33:09.836Z] 66aa3694b03b: Download complete [2020-08-01T04:33:09.836Z] 170f70906a0f: Verifying Checksum [2020-08-01T04:33:09.836Z] 170f70906a0f: Download complete [2020-08-01T04:33:09.836Z] b538f80385f9: Verifying Checksum [2020-08-01T04:33:09.836Z] b538f80385f9: Download complete [2020-08-01T04:33:10.439Z] b538f80385f9: Pull complete [2020-08-01T04:33:11.424Z] 74f711af9a0d: Pull complete [2020-08-01T04:33:11.702Z] 99f96fe45779: Pull complete [2020-08-01T04:33:12.692Z] ad7c5574e4b9: Verifying Checksum [2020-08-01T04:33:12.692Z] ad7c5574e4b9: Download complete [2020-08-01T04:33:12.692Z] c890913d741a: Download complete [2020-08-01T04:33:14.673Z] 2480fcc9aa5a: Verifying Checksum [2020-08-01T04:33:14.673Z] 2480fcc9aa5a: Download complete [2020-08-01T04:33:14.673Z] 09adf4765672: Verifying Checksum [2020-08-01T04:33:14.673Z] 09adf4765672: Download complete [2020-08-01T04:33:15.650Z] e772456be8f7: Verifying Checksum [2020-08-01T04:33:15.650Z] e772456be8f7: Download complete [2020-08-01T04:33:16.632Z] fd7a069fd194: Verifying Checksum [2020-08-01T04:33:16.632Z] fd7a069fd194: Download complete [2020-08-01T04:33:28.789Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-01T04:33:28.789Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-08-01T04:33:28.789Z] ---> 9b0d7bb01e6a [2020-08-01T04:33:28.789Z] Step 3/26 : WORKDIR /edgex-go [2020-08-01T04:33:28.789Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-01T04:33:28.789Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-08-01T04:33:28.789Z] ---> 9b0d7bb01e6a [2020-08-01T04:33:28.789Z] Step 3/20 : WORKDIR /edgex-go [2020-08-01T04:33:28.789Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-01T04:33:28.789Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-08-01T04:33:28.789Z] ---> 9b0d7bb01e6a [2020-08-01T04:33:28.789Z] Step 3/22 : WORKDIR /edgex-go [2020-08-01T04:33:28.789Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-01T04:33:28.789Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-08-01T04:33:28.789Z] ---> 9b0d7bb01e6a [2020-08-01T04:33:28.789Z] Step 3/26 : WORKDIR /edgex-go [2020-08-01T04:33:28.789Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-01T04:33:28.789Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-01T04:33:28.789Z] ---> 9b0d7bb01e6a [2020-08-01T04:33:28.789Z] Step 3/21 : WORKDIR /edgex-go [2020-08-01T04:33:28.789Z] ---> Running in fbde46f197c4 [2020-08-01T04:33:28.789Z] ---> Running in 136cd5680ed6 [2020-08-01T04:33:28.789Z] ---> Running in 8823cf21e397 [2020-08-01T04:33:28.789Z] ---> Running in 242dedfb0e15 [2020-08-01T04:33:28.789Z] ---> Running in bbd3c6919bb3 [2020-08-01T04:33:29.049Z] Removing intermediate container 8823cf21e397 [2020-08-01T04:33:29.049Z] ---> 781a23c92760 [2020-08-01T04:33:29.049Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-01T04:33:29.049Z] Removing intermediate container 136cd5680ed6 [2020-08-01T04:33:29.049Z] ---> 3eb329d4a82d [2020-08-01T04:33:29.049Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-01T04:33:29.049Z] Removing intermediate container 242dedfb0e15 [2020-08-01T04:33:29.049Z] ---> 040b10dd44d1 [2020-08-01T04:33:29.049Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-01T04:33:29.049Z] Removing intermediate container bbd3c6919bb3 [2020-08-01T04:33:29.049Z] ---> 1a8bb96d731c [2020-08-01T04:33:29.049Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-01T04:33:29.049Z] Removing intermediate container fbde46f197c4 [2020-08-01T04:33:29.049Z] ---> 67da5a69fbde [2020-08-01T04:33:29.049Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-01T04:33:29.060Z] fd7a069fd194: Pull complete [2020-08-01T04:33:29.060Z] 66aa3694b03b: Pull complete [2020-08-01T04:33:29.060Z] 170f70906a0f: Pull complete [2020-08-01T04:33:29.311Z] ---> Running in d89f4b7eb0b5 [2020-08-01T04:33:29.311Z] ---> Running in 11c6a7ef7294 [2020-08-01T04:33:29.311Z] ---> Running in d7bdddcb92e1 [2020-08-01T04:33:29.311Z] ---> Running in a9ba5a4d989a [2020-08-01T04:33:29.311Z] ---> Running in 5805141e2935 [2020-08-01T04:33:31.253Z] Removing intermediate container d89f4b7eb0b5 [2020-08-01T04:33:31.253Z] ---> d44792fa7a07 [2020-08-01T04:33:31.253Z] Step 5/20 : RUN apk update && apk add make git [2020-08-01T04:33:31.253Z] Removing intermediate container 11c6a7ef7294 [2020-08-01T04:33:31.253Z] ---> a58a175bcc47 [2020-08-01T04:33:31.253Z] Step 5/26 : RUN apk update && apk add make bash git [2020-08-01T04:33:31.520Z] Removing intermediate container d7bdddcb92e1 [2020-08-01T04:33:31.520Z] ---> 38434db0d505 [2020-08-01T04:33:31.520Z] Step 5/21 : RUN apk update && apk add make && apk add bash git [2020-08-01T04:33:31.520Z] ---> Running in da753bf3723b [2020-08-01T04:33:31.520Z] ---> Running in 14182f1b45a8 [2020-08-01T04:33:31.680Z] ad7c5574e4b9: Pull complete [2020-08-01T04:33:31.786Z] ---> Running in 54912f5a0dec [2020-08-01T04:33:31.786Z] Removing intermediate container 5805141e2935 [2020-08-01T04:33:31.786Z] ---> fcd9606dd4f6 [2020-08-01T04:33:31.786Z] Step 5/26 : RUN apk update && apk add make git [2020-08-01T04:33:31.786Z] Removing intermediate container a9ba5a4d989a [2020-08-01T04:33:31.786Z] ---> 199e5d8d6e1e [2020-08-01T04:33:31.786Z] Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-08-01T04:33:31.786Z] ---> Running in 30403fcceb89 [2020-08-01T04:33:31.786Z] ---> Running in 0230866267cf [2020-08-01T04:33:32.364Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-01T04:33:32.627Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-01T04:33:32.627Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-01T04:33:32.886Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-01T04:33:32.886Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-01T04:33:33.145Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-01T04:33:33.145Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-01T04:33:33.407Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-01T04:33:33.407Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-01T04:33:33.407Z] v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-01T04:33:33.407Z] v3.12.0-197-g6dfff0a61e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-01T04:33:33.407Z] OK: 12749 distinct packages available [2020-08-01T04:33:33.407Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-01T04:33:33.678Z] v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-01T04:33:33.678Z] v3.12.0-197-g6dfff0a61e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-01T04:33:33.678Z] OK: 12749 distinct packages available [2020-08-01T04:33:33.678Z] v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-01T04:33:33.678Z] v3.12.0-197-g6dfff0a61e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-01T04:33:33.678Z] OK: 12749 distinct packages available [2020-08-01T04:33:33.678Z] OK: 233 MiB in 51 packages [2020-08-01T04:33:33.678Z] OK: 233 MiB in 51 packages [2020-08-01T04:33:33.941Z] OK: 233 MiB in 51 packages [2020-08-01T04:33:33.941Z] v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-01T04:33:33.941Z] v3.12.0-197-g6dfff0a61e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-01T04:33:33.941Z] OK: 12749 distinct packages available [2020-08-01T04:33:33.941Z] v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-01T04:33:33.941Z] v3.12.0-197-g6dfff0a61e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-01T04:33:33.941Z] OK: 12749 distinct packages available [2020-08-01T04:33:34.268Z] OK: 233 MiB in 51 packages [2020-08-01T04:33:34.268Z] OK: 233 MiB in 51 packages [2020-08-01T04:33:34.569Z] OK: 233 MiB in 51 packages [2020-08-01T04:33:34.877Z] Removing intermediate container 14182f1b45a8 [2020-08-01T04:33:34.877Z] ---> 52144c697bec [2020-08-01T04:33:34.877Z] Step 6/26 : COPY go.mod . [2020-08-01T04:33:34.877Z] Removing intermediate container da753bf3723b [2020-08-01T04:33:34.877Z] ---> f1b17669550f [2020-08-01T04:33:34.877Z] Step 6/20 : COPY go.mod . [2020-08-01T04:33:35.147Z] Removing intermediate container 30403fcceb89 [2020-08-01T04:33:35.147Z] ---> a0e40cbd57a3 [2020-08-01T04:33:35.147Z] Step 6/26 : COPY go.mod . [2020-08-01T04:33:35.147Z] Removing intermediate container 0230866267cf [2020-08-01T04:33:35.147Z] ---> 243f9d933118 [2020-08-01T04:33:35.147Z] Step 6/22 : COPY go.mod . [2020-08-01T04:33:35.147Z] ---> b54d2d9437df [2020-08-01T04:33:35.147Z] Step 7/26 : RUN go mod download [2020-08-01T04:33:35.409Z] ---> 94a071f70d4c [2020-08-01T04:33:35.409Z] Step 7/20 : RUN go mod download [2020-08-01T04:33:35.409Z] ---> Running in 3b03e055cf2d [2020-08-01T04:33:35.409Z] Removing intermediate container 54912f5a0dec [2020-08-01T04:33:35.409Z] ---> 03b2679c5ac2 [2020-08-01T04:33:35.409Z] Step 6/21 : COPY go.mod . [2020-08-01T04:33:35.670Z] ---> Running in 16f2a4c40ce2 [2020-08-01T04:33:35.670Z] ---> cb620d1656e9 [2020-08-01T04:33:35.670Z] Step 7/26 : RUN go mod download [2020-08-01T04:33:35.670Z] ---> 8eb4fe4b5d1d [2020-08-01T04:33:35.670Z] Step 7/22 : RUN go mod download [2020-08-01T04:33:35.933Z] ---> Running in 393b798d0d9a [2020-08-01T04:33:35.933Z] ---> Running in 81561946d62e [2020-08-01T04:33:35.988Z] e772456be8f7: Pull complete [2020-08-01T04:33:36.193Z] ---> 120d6c2efbe6 [2020-08-01T04:33:36.193Z] Step 7/21 : RUN go mod download [2020-08-01T04:33:36.263Z] c890913d741a: Pull complete [2020-08-01T04:33:36.459Z] ---> Running in c20b4655419d [2020-08-01T04:33:38.385Z] Removing intermediate container 16f2a4c40ce2 [2020-08-01T04:33:38.652Z] ---> bfb4b4198aa7 [2020-08-01T04:33:38.652Z] Step 8/20 : COPY . . [2020-08-01T04:33:38.652Z] Removing intermediate container 3b03e055cf2d [2020-08-01T04:33:38.652Z] ---> 0935a3950fad [2020-08-01T04:33:38.652Z] Step 8/26 : COPY . . [2020-08-01T04:33:38.652Z] Removing intermediate container 393b798d0d9a [2020-08-01T04:33:38.652Z] ---> 82cfc748dbff [2020-08-01T04:33:38.652Z] Step 8/26 : COPY . . [2020-08-01T04:33:38.958Z] Removing intermediate container 81561946d62e [2020-08-01T04:33:38.958Z] ---> fcee1df1f6ec [2020-08-01T04:33:38.958Z] Step 8/22 : COPY . . [2020-08-01T04:33:39.661Z] 2480fcc9aa5a: Pull complete [2020-08-01T04:33:39.661Z] 09adf4765672: Pull complete [2020-08-01T04:33:39.661Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-08-01T04:33:39.661Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-08-01T04:33:39.661Z] ---> 2248a725d1cf [2020-08-01T04:33:39.661Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-08-01T04:33:39.912Z] Removing intermediate container c20b4655419d [2020-08-01T04:33:39.912Z] ---> 518bfb4c0499 [2020-08-01T04:33:39.912Z] Step 8/21 : COPY . . [2020-08-01T04:33:45.094Z] ---> Running in 58f6c28f2a02 [2020-08-01T04:33:47.094Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-01T04:33:47.689Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-01T04:33:48.669Z] (1/12) Installing libmagic (5.38-r0) [2020-08-01T04:33:48.669Z] (2/12) Installing file (5.38-r0) [2020-08-01T04:33:48.669Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-08-01T04:33:48.940Z] (4/12) Installing g++ (9.3.0-r2) [2020-08-01T04:33:50.910Z] (5/12) Installing fortify-headers (1.1-r0) [2020-08-01T04:33:51.180Z] (6/12) Installing patch (2.7.6-r6) [2020-08-01T04:33:51.180Z] (7/12) Installing build-base (0.5-r2) [2020-08-01T04:33:51.180Z] (8/12) Installing libsodium (1.0.18-r0) [2020-08-01T04:33:51.450Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-08-01T04:33:51.450Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-08-01T04:33:51.727Z] (11/12) Installing libzmq (4.3.2-r0) [2020-08-01T04:33:51.727Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-08-01T04:33:51.727Z] Executing busybox-1.31.1-r16.trigger [2020-08-01T04:33:51.727Z] OK: 217 MiB in 51 packages [2020-08-01T04:33:57.133Z] Removing intermediate container 58f6c28f2a02 [2020-08-01T04:33:57.133Z] ---> 1bca7299771e [2020-08-01T04:33:57.133Z] Step 4/7 : WORKDIR /edgex-go [2020-08-01T04:33:57.133Z] ---> Running in 9c049a085eb9 [2020-08-01T04:33:57.133Z] Removing intermediate container 9c049a085eb9 [2020-08-01T04:33:57.133Z] ---> 2481058bbb95 [2020-08-01T04:33:57.133Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-08-01T04:33:57.133Z] latest: Pulling from library/docker [2020-08-01T04:33:57.412Z] b538f80385f9: Already exists [2020-08-01T04:33:57.412Z] 259a493cd78d: Pulling fs layer [2020-08-01T04:33:57.412Z] b8e66b5100f5: Pulling fs layer [2020-08-01T04:33:57.412Z] 39dc9c94d07c: Pulling fs layer [2020-08-01T04:33:57.412Z] 551b823b3b82: Pulling fs layer [2020-08-01T04:33:57.412Z] 3c52a74df98c: Pulling fs layer [2020-08-01T04:33:57.412Z] 6c9b121b6998: Pulling fs layer [2020-08-01T04:33:57.412Z] 3c52a74df98c: Waiting [2020-08-01T04:33:57.412Z] 551b823b3b82: Waiting [2020-08-01T04:33:57.412Z] 6c9b121b6998: Waiting [2020-08-01T04:33:57.412Z] b8e66b5100f5: Verifying Checksum [2020-08-01T04:33:57.412Z] b8e66b5100f5: Download complete [2020-08-01T04:33:57.687Z] 259a493cd78d: Verifying Checksum [2020-08-01T04:33:57.687Z] 259a493cd78d: Download complete [2020-08-01T04:33:57.687Z] 551b823b3b82: Verifying Checksum [2020-08-01T04:33:57.687Z] 551b823b3b82: Download complete [2020-08-01T04:33:57.687Z] 3c52a74df98c: Download complete [2020-08-01T04:33:57.687Z] 6c9b121b6998: Verifying Checksum [2020-08-01T04:33:57.687Z] 6c9b121b6998: Download complete [2020-08-01T04:33:58.286Z] 259a493cd78d: Pull complete [2020-08-01T04:33:58.887Z] b8e66b5100f5: Pull complete [2020-08-01T04:33:58.887Z] 39dc9c94d07c: Verifying Checksum [2020-08-01T04:33:58.887Z] 39dc9c94d07c: Download complete [2020-08-01T04:34:02.265Z] 39dc9c94d07c: Pull complete [2020-08-01T04:34:02.265Z] 551b823b3b82: Pull complete [2020-08-01T04:34:02.540Z] 3c52a74df98c: Pull complete [2020-08-01T04:34:03.142Z] 6c9b121b6998: Pull complete [2020-08-01T04:34:03.142Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-08-01T04:34:03.142Z] Status: Downloaded newer image for docker:latest [2020-08-01T04:34:06.557Z] ---> 617b1f583946 [2020-08-01T04:34:06.557Z] Step 6/7 : COPY go.mod . [2020-08-01T04:34:07.555Z] ---> 5926abf5da21 [2020-08-01T04:34:07.555Z] Step 7/7 : RUN go mod download [2020-08-01T04:34:07.555Z] ---> Running in fea77db7e41f [2020-08-01T04:34:11.043Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-08-01T04:34:11.043Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-08-01T04:34:11.043Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-08-01T04:34:11.043Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-08-01T04:34:11.043Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-01T04:34:11.043Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-08-01T04:34:11.043Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-08-01T04:34:11.043Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-01T04:34:11.043Z] go: finding github.com/cloudflare/gokey v0.1.0 [2020-08-01T04:34:11.316Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-08-01T04:34:11.316Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-08-01T04:34:11.316Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-08-01T04:34:11.316Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 [2020-08-01T04:34:11.316Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-01T04:34:11.316Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-08-01T04:34:11.316Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-08-01T04:34:11.316Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-08-01T04:34:11.316Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-08-01T04:34:11.316Z] go: finding github.com/fatih/color v1.7.0 [2020-08-01T04:34:11.589Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-08-01T04:34:11.589Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-01T04:34:11.589Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-08-01T04:34:11.589Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-01T04:34:11.589Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-01T04:34:11.589Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-08-01T04:34:11.589Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-01T04:34:11.589Z] go: finding github.com/golang/protobuf v1.3.2 [2020-08-01T04:34:11.589Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-08-01T04:34:11.589Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-08-01T04:34:11.589Z] go: finding github.com/google/uuid v1.1.0 [2020-08-01T04:34:11.859Z] go: finding github.com/gorilla/mux v1.7.1 [2020-08-01T04:34:11.859Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-08-01T04:34:11.859Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-08-01T04:34:11.859Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-08-01T04:34:11.859Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-01T04:34:11.859Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-01T04:34:11.859Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-08-01T04:34:11.859Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-08-01T04:34:11.859Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-01T04:34:11.859Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-08-01T04:34:12.129Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-08-01T04:34:12.129Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-08-01T04:34:12.129Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-08-01T04:34:12.129Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-08-01T04:34:12.129Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-08-01T04:34:12.129Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-08-01T04:34:12.129Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-08-01T04:34:12.129Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-08-01T04:34:12.129Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-08-01T04:34:12.129Z] go: finding github.com/imdario/mergo v0.3.6 [2020-08-01T04:34:12.129Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-01T04:34:12.317Z] ---> 695c49e9c2a6 [2020-08-01T04:34:12.317Z] Step 9/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup cmd/security-secretstore-read/security-secretstore-read [2020-08-01T04:34:12.317Z] ---> 4abf04cd1b4f [2020-08-01T04:34:12.317Z] Step 9/22 : RUN make cmd/core-data/core-data [2020-08-01T04:34:12.317Z] ---> 46d336acf266 [2020-08-01T04:34:12.317Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-08-01T04:34:12.317Z] ---> 29b945a9e9d9 [2020-08-01T04:34:12.317Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-08-01T04:34:12.317Z] ---> Running in a1803b443717 [2020-08-01T04:34:12.317Z] ---> Running in 7fb62ba8c333 [2020-08-01T04:34:12.317Z] ---> Running in 9dc99f281457 [2020-08-01T04:34:12.402Z] go: finding github.com/kr/pretty v0.1.0 [2020-08-01T04:34:12.402Z] go: finding github.com/kr/pty v1.1.1 [2020-08-01T04:34:12.402Z] go: finding github.com/kr/text v0.1.0 [2020-08-01T04:34:12.402Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-08-01T04:34:12.402Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-08-01T04:34:12.402Z] go: finding github.com/miekg/dns v1.0.14 [2020-08-01T04:34:12.402Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-08-01T04:34:12.402Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-01T04:34:12.402Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-08-01T04:34:12.402Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-08-01T04:34:12.402Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-08-01T04:34:12.578Z] ---> Running in 1f85d6039d8a [2020-08-01T04:34:12.674Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-08-01T04:34:12.674Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-08-01T04:34:12.674Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-08-01T04:34:12.674Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-08-01T04:34:12.674Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-08-01T04:34:12.674Z] go: finding github.com/onsi/gomega v1.7.0 [2020-08-01T04:34:12.674Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-08-01T04:34:12.674Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-08-01T04:34:12.674Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-08-01T04:34:12.674Z] go: finding github.com/pkg/errors v0.8.1 [2020-08-01T04:34:12.844Z] ---> 322ef1258524 [2020-08-01T04:34:12.844Z] Step 9/21 : RUN make cmd/support-logging/support-logging [2020-08-01T04:34:12.844Z] ---> Running in 443fe0345426 [2020-08-01T04:34:12.947Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-01T04:34:12.947Z] go: finding github.com/posener/complete v1.1.1 [2020-08-01T04:34:12.947Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-08-01T04:34:12.947Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-08-01T04:34:12.947Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-08-01T04:34:12.947Z] go: finding github.com/stretchr/objx v0.1.0 [2020-08-01T04:34:12.947Z] go: finding github.com/stretchr/testify v1.5.1 [2020-08-01T04:34:12.947Z] go: finding github.com/ugorji/go v1.1.4 [2020-08-01T04:34:12.947Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-01T04:34:12.947Z] go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 [2020-08-01T04:34:12.947Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-08-01T04:34:13.220Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-08-01T04:34:13.220Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-08-01T04:34:13.220Z] go: finding golang.org/x/text v0.3.2 [2020-08-01T04:34:13.220Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-08-01T04:34:13.220Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-08-01T04:34:13.220Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-08-01T04:34:13.220Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-08-01T04:34:13.220Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-08-01T04:34:13.220Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-01T04:34:13.801Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-08-01T04:34:13.801Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-08-01T04:34:13.801Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-08-01T04:34:13.801Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-08-01T04:34:13.801Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-08-01T04:34:31.550Z] Removing intermediate container fea77db7e41f [2020-08-01T04:34:31.550Z] ---> f403898bebd1 [2020-08-01T04:34:31.550Z] Successfully built f403898bebd1 [2020-08-01T04:34:31.550Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-01T04:34:32.206Z] + docker inspect -f . ci-base-image-arm64 [2020-08-01T04:34:32.206Z] . [Pipeline] withDockerContainer [2020-08-01T04:34:32.504Z] prd-ubuntu18.04-docker-arm64-4c-16g-1763 does not seem to be running inside a container [2020-08-01T04:34:32.623Z] $ 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/23 -v /w/workspace/edgex-go/23:/w/workspace/edgex-go/23:rw,z -v /w/workspace/edgex-go/23@tmp:/w/workspace/edgex-go/23@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-08-01T04:34:34.137Z] $ docker top 1136cbef4e6b9f1c522ecec9585de861eace1b15360495c58da6a1977f8cc82e -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-01T04:34:35.212Z] + go version [2020-08-01T04:34:35.212Z] go version go1.13.13 linux/arm64 [Pipeline] echo [2020-08-01T04:34:35.231Z] ========================================================= [2020-08-01T04:34:35.231Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-08-01T04:34:35.231Z] ========================================================= [Pipeline] sh [2020-08-01T04:34:35.876Z] + make test [2020-08-01T04:34:35.876Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-08-01T04:34:38.521Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-08-01T04:34:40.493Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-08-01T04:34:41.913Z] Removing intermediate container 7fb62ba8c333 [2020-08-01T04:34:41.913Z] ---> a92271cdd1ab [2020-08-01T04:34:41.913Z] [2020-08-01T04:34:41.913Z] Step 10/20 : FROM alpine [2020-08-01T04:34:42.185Z] latest: Pulling from library/alpine [2020-08-01T04:34:42.185Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-08-01T04:34:43.132Z] Status: Downloaded newer image for alpine:latest [2020-08-01T04:34:43.132Z] ---> a24bb4013296 [2020-08-01T04:34:43.132Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-08-01T04:34:44.529Z] ---> Running in 1f92ff73d888 [2020-08-01T04:34:44.529Z] Removing intermediate container 1f85d6039d8a [2020-08-01T04:34:44.529Z] ---> a11f9a88357c [2020-08-01T04:34:44.529Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-08-01T04:34:44.529Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-08-01T04:34:44.529Z] ---> Running in 9532e6f66665 [2020-08-01T04:34:45.507Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-01T04:34:45.507Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-01T04:34:45.507Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-08-01T04:34:45.777Z] v3.12.0-199-gc106e3c922 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-01T04:34:45.777Z] v3.12.0-197-g6dfff0a61e [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-01T04:34:45.777Z] OK: 12749 distinct packages available [2020-08-01T04:34:46.043Z] (1/4) Installing ca-certificates (20191127-r4) [2020-08-01T04:34:46.043Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-08-01T04:34:46.043Z] (3/4) Installing libcurl (7.69.1-r0) [2020-08-01T04:34:46.043Z] (4/4) Installing curl (7.69.1-r0) [2020-08-01T04:34:46.043Z] Executing busybox-1.31.1-r16.trigger [2020-08-01T04:34:46.043Z] Executing ca-certificates-20191127-r4.trigger [2020-08-01T04:34:46.043Z] OK: 7 MiB in 18 packages [2020-08-01T04:34:50.276Z] Removing intermediate container 443fe0345426 [2020-08-01T04:34:50.276Z] ---> 8a6253985a82 [2020-08-01T04:34:50.276Z] [2020-08-01T04:34:50.276Z] Step 10/21 : FROM scratch [2020-08-01T04:34:50.276Z] ---> [2020-08-01T04:34:50.276Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-01T04:34:50.276Z] ---> Running in c72d6ce96c54 [2020-08-01T04:34:50.853Z] Removing intermediate container 1f92ff73d888 [2020-08-01T04:34:50.853Z] ---> 4977aa85d846 [2020-08-01T04:34:50.853Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-01T04:34:51.125Z] Removing intermediate container c72d6ce96c54 [2020-08-01T04:34:51.125Z] ---> 28db4e5663df [2020-08-01T04:34:51.125Z] Step 12/21 : ENV APP_PORT=48061 [2020-08-01T04:34:51.125Z] ---> Running in 083ab25a1d34 [2020-08-01T04:34:51.125Z] ---> Running in d6f832d9ed52 [2020-08-01T04:34:51.398Z] Removing intermediate container 9532e6f66665 [2020-08-01T04:34:51.398Z] ---> 0dbfd9e4b589 [2020-08-01T04:34:51.398Z] [2020-08-01T04:34:51.398Z] Step 11/26 : FROM docker:latest [2020-08-01T04:34:51.398Z] ---> 81f5749c9058 [2020-08-01T04:34:51.398Z] Step 12/26 : RUN apk add --no-cache bash [2020-08-01T04:34:51.398Z] Removing intermediate container 083ab25a1d34 [2020-08-01T04:34:51.398Z] ---> 626b62882b03 [2020-08-01T04:34:51.398Z] Step 13/20 : WORKDIR /edgex [2020-08-01T04:34:51.665Z] Removing intermediate container d6f832d9ed52 [2020-08-01T04:34:51.665Z] ---> dc2ebccc64b5 [2020-08-01T04:34:51.665Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-01T04:34:51.665Z] ---> Running in 4803471b7d40 [2020-08-01T04:34:51.665Z] ---> Running in 0cba60619741 [2020-08-01T04:34:51.665Z] ---> Running in 6d403d5a96f7 [2020-08-01T04:34:52.627Z] Removing intermediate container 6d403d5a96f7 [2020-08-01T04:34:52.627Z] ---> 769e1a2d69ef [2020-08-01T04:34:52.627Z] Step 14/21 : COPY --from=builder /bin/bash /bin/bash [2020-08-01T04:34:53.575Z] Removing intermediate container 0cba60619741 [2020-08-01T04:34:53.575Z] ---> 31c2c94b00ff [2020-08-01T04:34:53.575Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-08-01T04:34:53.575Z] ---> 6fb6ed15b69c [2020-08-01T04:34:53.575Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-08-01T04:34:53.575Z] Removing intermediate container 9dc99f281457 [2020-08-01T04:34:53.575Z] ---> fc7745615277 [2020-08-01T04:34:53.575Z] [2020-08-01T04:34:53.575Z] Step 10/26 : FROM alpine:3.10 [2020-08-01T04:34:53.575Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-01T04:34:53.838Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-01T04:34:53.838Z] 3.10: Pulling from library/alpine [2020-08-01T04:34:53.838Z] ---> ce194d8347c1 [2020-08-01T04:34:53.838Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-08-01T04:34:53.838Z] (1/2) Installing readline (8.0.4-r0) [2020-08-01T04:34:53.838Z] (2/2) Installing bash (5.0.17-r0) [2020-08-01T04:34:53.838Z] Executing bash-5.0.17-r0.post-install [2020-08-01T04:34:53.838Z] Executing busybox-1.31.1-r16.trigger [2020-08-01T04:34:53.838Z] OK: 12 MiB in 22 packages [2020-08-01T04:34:54.813Z] ---> eb0f159fd1bd [2020-08-01T04:34:54.813Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-08-01T04:34:57.365Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-08-01T04:34:57.365Z] Status: Downloaded newer image for alpine:3.10 [2020-08-01T04:34:57.365Z] ---> be4e4bea2c2e [2020-08-01T04:34:57.365Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-08-01T04:34:57.365Z] ---> ca05406d7301 [2020-08-01T04:34:57.365Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-08-01T04:34:57.365Z] ---> 5128e4c82462 [2020-08-01T04:34:57.365Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-08-01T04:34:57.365Z] ---> Running in 8a1280b6bccd [2020-08-01T04:34:57.365Z] ---> Running in 605ea3498384 [2020-08-01T04:34:57.365Z] Removing intermediate container a1803b443717 [2020-08-01T04:34:57.365Z] ---> 9b01e04e8e6f [2020-08-01T04:34:57.365Z] [2020-08-01T04:34:57.365Z] Step 10/22 : FROM alpine [2020-08-01T04:34:57.365Z] ---> a24bb4013296 [2020-08-01T04:34:57.365Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-01T04:34:57.650Z] Removing intermediate container 4803471b7d40 [2020-08-01T04:34:57.650Z] ---> a5fdf140f88b [2020-08-01T04:34:57.650Z] Step 13/26 : RUN rm -rf /var/cache/apk/* [2020-08-01T04:34:57.650Z] ---> Running in 1973f3c3d6af [2020-08-01T04:34:57.911Z] ---> Running in d1ed626f6441 [2020-08-01T04:34:57.911Z] ---> d0518e6db171 [2020-08-01T04:34:57.911Z] Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-01T04:34:58.180Z] Removing intermediate container 605ea3498384 [2020-08-01T04:34:58.180Z] ---> 4b01c3694e3b [2020-08-01T04:34:58.180Z] Step 17/20 : CMD ["--init=true"] [2020-08-01T04:34:58.180Z] ---> Running in d58bef912def [2020-08-01T04:34:58.180Z] Removing intermediate container 1973f3c3d6af [2020-08-01T04:34:58.180Z] ---> fc55ca92264e [2020-08-01T04:34:58.180Z] Step 12/22 : ENV APP_PORT=48080 [2020-08-01T04:34:58.180Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-08-01T04:34:58.439Z] ---> Running in b02bc7f7d836 [2020-08-01T04:34:58.439Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-08-01T04:34:58.439Z] ---> Running in 232a50005621 [2020-08-01T04:34:58.439Z] Removing intermediate container d58bef912def [2020-08-01T04:34:58.439Z] ---> cc84177c4cab [2020-08-01T04:34:58.439Z] Step 19/21 : LABEL arch=x86_64 [2020-08-01T04:34:58.439Z] v3.10.5-64-g415cd71e45 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-08-01T04:34:58.439Z] v3.10.5-58-g477aae6b2f [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-08-01T04:34:58.439Z] OK: 10346 distinct packages available [2020-08-01T04:34:58.701Z] Removing intermediate container b02bc7f7d836 [2020-08-01T04:34:58.701Z] ---> b7c9cf166eab [2020-08-01T04:34:58.701Z] Step 18/20 : LABEL arch=x86_64 [2020-08-01T04:34:58.701Z] ---> Running in 8b270fa53fc1 [2020-08-01T04:34:58.701Z] (1/5) Installing ca-certificates (20191127-r2) [2020-08-01T04:34:58.701Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-08-01T04:34:58.701Z] (3/5) Installing libcurl (7.66.0-r0) [2020-08-01T04:34:58.701Z] (4/5) Installing curl (7.66.0-r0) [2020-08-01T04:34:58.701Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-08-01T04:34:58.701Z] Executing busybox-1.30.1-r3.trigger [2020-08-01T04:34:58.701Z] ---> Running in 8e08a0967566 [2020-08-01T04:34:58.701Z] Executing ca-certificates-20191127-r2.trigger [2020-08-01T04:34:58.701Z] OK: 7 MiB in 19 packages [2020-08-01T04:34:59.270Z] Removing intermediate container 232a50005621 [2020-08-01T04:34:59.270Z] ---> 404b9a177d5a [2020-08-01T04:34:59.270Z] Step 13/22 : EXPOSE $APP_PORT [2020-08-01T04:34:59.841Z] ---> Running in 2621af8c8196 [2020-08-01T04:34:59.841Z] Removing intermediate container 8e08a0967566 [2020-08-01T04:34:59.841Z] ---> 5bbff11f060d [2020-08-01T04:34:59.841Z] Step 19/20 : LABEL git_sha=43a45c363427cd2c8b9de8c41a390495c419482a [2020-08-01T04:35:00.104Z] Removing intermediate container 8b270fa53fc1 [2020-08-01T04:35:00.104Z] ---> f751571b878e [2020-08-01T04:35:00.104Z] Step 20/21 : LABEL git_sha=43a45c363427cd2c8b9de8c41a390495c419482a [2020-08-01T04:35:00.104Z] ---> Running in 0679b1ccf097 [2020-08-01T04:35:00.362Z] ---> Running in 66318bbb0f9f [2020-08-01T04:35:00.362Z] Removing intermediate container 2621af8c8196 [2020-08-01T04:35:00.362Z] ---> 39f6a43c46ac [2020-08-01T04:35:00.362Z] Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-01T04:35:00.362Z] Removing intermediate container d1ed626f6441 [2020-08-01T04:35:00.362Z] ---> 790ab556b12b [2020-08-01T04:35:00.362Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-08-01T04:35:01.307Z] ---> Running in ea48830821fa [2020-08-01T04:35:01.307Z] ---> Running in 948352f277f6 [2020-08-01T04:35:01.307Z] Removing intermediate container 0679b1ccf097 [2020-08-01T04:35:01.307Z] ---> 6370fc3b9efd [2020-08-01T04:35:01.307Z] Step 20/20 : LABEL version=0.0.0 [2020-08-01T04:35:01.307Z] Removing intermediate container 66318bbb0f9f [2020-08-01T04:35:01.307Z] ---> b91bdd058b78 [2020-08-01T04:35:01.307Z] Step 21/21 : LABEL version=0.0.0 [2020-08-01T04:35:01.307Z] Removing intermediate container 8a1280b6bccd [2020-08-01T04:35:01.307Z] ---> a57b63ad0577 [2020-08-01T04:35:01.307Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-01T04:35:01.567Z] ---> Running in c815da1fa7c8 [2020-08-01T04:35:02.143Z] ---> Running in 70fd67a6fb38 [2020-08-01T04:35:02.406Z] ---> Running in d5acb194307e [2020-08-01T04:35:02.406Z] Removing intermediate container 948352f277f6 [2020-08-01T04:35:02.406Z] ---> ec54e5fff4cd [2020-08-01T04:35:02.406Z] Step 15/26 : ENV APP_PORT=48090 [2020-08-01T04:35:02.406Z] Removing intermediate container c815da1fa7c8 [2020-08-01T04:35:02.406Z] ---> 9b22c413e7b2 [2020-08-01T04:35:02.406Z] [2020-08-01T04:35:02.406Z] ---> Running in 5bfc81d39853 [2020-08-01T04:35:02.667Z] Removing intermediate container d5acb194307e [2020-08-01T04:35:02.667Z] ---> 03641cb2b22e [2020-08-01T04:35:02.667Z] Step 13/26 : WORKDIR / [2020-08-01T04:35:02.667Z] Removing intermediate container 70fd67a6fb38 [2020-08-01T04:35:02.667Z] ---> 9c97d3f19f28 [2020-08-01T04:35:02.667Z] [2020-08-01T04:35:02.667Z] Successfully built 9b22c413e7b2 [2020-08-01T04:35:02.667Z] Successfully built 9c97d3f19f28 [2020-08-01T04:35:02.667Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-08-01T04:35:02.928Z] ---> Running in b25e7e98eab0 [2020-08-01T04:35:02.928Z] Successfully tagged docker-support-logging-go:latest [2020-08-01T04:35:02.928Z] Removing intermediate container 5bfc81d39853 [2020-08-01T04:35:02.928Z] ---> 81244d9e1de4 [2020-08-01T04:35:02.928Z] Step 16/26 : EXPOSE $APP_PORT [2020-08-01T04:35:02.928Z] Building docker-support-scheduler-go [2020-08-01T04:35:02.928Z]  Building docker-support-logging-go ... done  Building docker-security-proxy-setup-go ... done Building docker-core-command-go [2020-08-01T04:35:02.928Z] ---> Running in be0ffc2a4003 [2020-08-01T04:35:03.188Z] Removing intermediate container b25e7e98eab0 [2020-08-01T04:35:03.188Z] ---> aeb31d87d274 [2020-08-01T04:35:03.188Z] Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-08-01T04:35:03.188Z] Removing intermediate container be0ffc2a4003 [2020-08-01T04:35:03.188Z] ---> 9034443f3195 [2020-08-01T04:35:03.188Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-08-01T04:35:03.450Z] Removing intermediate container ea48830821fa [2020-08-01T04:35:03.450Z] ---> c6e725b25432 [2020-08-01T04:35:03.451Z] Step 15/22 : RUN apk --no-cache add zeromq [2020-08-01T04:35:04.027Z] ---> 57450881a22b [2020-08-01T04:35:04.027Z] Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-08-01T04:35:04.027Z] ---> Running in 2e0793ea7efc [2020-08-01T04:35:09.329Z] ---> bea0f2018803 [2020-08-01T04:35:09.329Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-08-01T04:35:09.329Z] ---> 3ff7812d7193 [2020-08-01T04:35:09.330Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-08-01T04:35:09.596Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-01T04:35:09.867Z] ---> 4d5cecf26f43 [2020-08-01T04:35:09.867Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-08-01T04:35:09.867Z] ---> c298257ce669 [2020-08-01T04:35:09.867Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-08-01T04:35:12.468Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-01T04:35:12.469Z] ---> 1c1af854869e [2020-08-01T04:35:12.469Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-08-01T04:35:13.058Z] ---> 99aa86fd5c3a [2020-08-01T04:35:13.058Z] Step 20/26 : RUN apk --no-cache add py-pip [2020-08-01T04:35:13.702Z] (1/5) Installing libgcc (9.3.0-r2) [2020-08-01T04:35:13.702Z] (2/5) Installing libsodium (1.0.18-r0) [2020-08-01T04:35:13.702Z] ---> Running in 81ae394186b1 [2020-08-01T04:35:14.041Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-08-01T04:35:14.554Z] (4/5) Installing libzmq (4.3.2-r0) [2020-08-01T04:35:15.116Z] (5/5) Installing zeromq (4.3.2-r0) [2020-08-01T04:35:15.116Z] ---> ba093e46d981 [2020-08-01T04:35:15.116Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-08-01T04:35:15.116Z] Executing busybox-1.31.1-r16.trigger [2020-08-01T04:35:15.116Z] OK: 8 MiB in 19 packages [2020-08-01T04:35:16.820Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-01T04:35:16.820Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-01T04:35:16.820Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-08-01T04:35:16.820Z] (2/33) Installing expat (2.2.9-r1) [2020-08-01T04:35:16.820Z] (3/33) Installing libffi (3.3-r2) [2020-08-01T04:35:16.820Z] (4/33) Installing gdbm (1.13-r1) [2020-08-01T04:35:16.820Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-08-01T04:35:16.820Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-08-01T04:35:16.820Z] (7/33) Installing python3 (3.8.5-r0) [2020-08-01T04:35:17.737Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-08-01T04:35:22.292Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-01T04:35:22.292Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-01T04:35:22.292Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-01T04:35:22.292Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-08-01T04:35:22.576Z] ---> 9b0d7bb01e6a [2020-08-01T04:35:22.576Z] Step 3/21 : WORKDIR /edgex-go [2020-08-01T04:35:22.576Z] ---> 9b0d7bb01e6a [2020-08-01T04:35:22.576Z] Step 3/20 : WORKDIR /edgex-go [2020-08-01T04:35:22.576Z] ---> Using cache [2020-08-01T04:35:22.576Z] ---> 67da5a69fbde [2020-08-01T04:35:22.576Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-01T04:35:22.576Z] ---> Using cache [2020-08-01T04:35:22.576Z] ---> 67da5a69fbde [2020-08-01T04:35:22.576Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-01T04:35:22.576Z] ---> Using cache [2020-08-01T04:35:22.576Z] ---> fcd9606dd4f6 [2020-08-01T04:35:22.576Z] Step 5/20 : RUN apk update && apk add make git [2020-08-01T04:35:22.576Z] ---> Using cache [2020-08-01T04:35:22.576Z] ---> fcd9606dd4f6 [2020-08-01T04:35:22.576Z] Step 5/21 : RUN apk update && apk add make git [2020-08-01T04:35:22.576Z] ---> Using cache [2020-08-01T04:35:22.841Z] ---> a0e40cbd57a3 [2020-08-01T04:35:22.841Z] Step 6/21 : COPY go.mod . [2020-08-01T04:35:22.841Z] ---> Using cache [2020-08-01T04:35:22.841Z] ---> a0e40cbd57a3 [2020-08-01T04:35:22.841Z] Step 6/20 : COPY go.mod . [2020-08-01T04:35:22.841Z] ---> Using cache [2020-08-01T04:35:22.841Z] ---> cb620d1656e9 [2020-08-01T04:35:22.841Z] Step 7/21 : RUN go mod download [2020-08-01T04:35:22.841Z] ---> Using cache [2020-08-01T04:35:22.841Z] ---> cb620d1656e9 [2020-08-01T04:35:22.841Z] Step 7/20 : RUN go mod download [2020-08-01T04:35:22.841Z] ---> Using cache [2020-08-01T04:35:22.841Z] ---> 82cfc748dbff [2020-08-01T04:35:22.841Z] Step 8/21 : COPY . . [2020-08-01T04:35:22.841Z] ---> Using cache [2020-08-01T04:35:22.841Z] ---> 82cfc748dbff [2020-08-01T04:35:22.841Z] Step 8/20 : COPY . . [2020-08-01T04:35:22.841Z] ---> Using cache [2020-08-01T04:35:22.841Z] ---> 695c49e9c2a6 [2020-08-01T04:35:22.841Z] Step 9/21 : RUN make cmd/core-command/core-command [2020-08-01T04:35:22.841Z] ---> Using cache [2020-08-01T04:35:22.841Z] ---> 695c49e9c2a6 [2020-08-01T04:35:22.841Z] Step 9/20 : RUN make cmd/support-scheduler/support-scheduler [2020-08-01T04:35:23.792Z] ---> f2b3f34d185b [2020-08-01T04:35:23.792Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-08-01T04:35:23.792Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-08-01T04:35:23.792Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-08-01T04:35:23.792Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-08-01T04:35:23.792Z] (11/33) Installing py3-six (1.15.0-r0) [2020-08-01T04:35:23.792Z] (12/33) Installing py3-packaging (20.4-r0) [2020-08-01T04:35:23.792Z] ---> Running in 9b76ac301f6a [2020-08-01T04:35:23.792Z] ---> Running in 7f611982d9b3 [2020-08-01T04:35:23.792Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-08-01T04:35:23.792Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-08-01T04:35:23.792Z] (15/33) Installing py3-idna (2.9-r0) [2020-08-01T04:35:23.792Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-08-01T04:35:23.792Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-08-01T04:35:23.792Z] Removing intermediate container 2e0793ea7efc [2020-08-01T04:35:23.792Z] ---> 13019f023d12 [2020-08-01T04:35:24.063Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-08-01T04:35:24.063Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-08-01T04:35:24.064Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-08-01T04:35:24.064Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-08-01T04:35:24.064Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-08-01T04:35:24.064Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-08-01T04:35:24.064Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-08-01T04:35:24.064Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-08-01T04:35:24.064Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-08-01T04:35:24.064Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-08-01T04:35:25.019Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-08-01T04:35:25.019Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-08-01T04:35:25.019Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-08-01T04:35:25.019Z] ---> 0ad6552eaf33 [2020-08-01T04:35:25.019Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-08-01T04:35:25.019Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-08-01T04:35:25.019Z] (29/33) Installing py3-progress (1.5-r0) [2020-08-01T04:35:25.019Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-08-01T04:35:25.019Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-08-01T04:35:25.019Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-08-01T04:35:25.019Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-08-01T04:35:25.288Z] ---> cca72760b3ff [2020-08-01T04:35:25.288Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-08-01T04:35:25.288Z] Executing busybox-1.31.1-r16.trigger [2020-08-01T04:35:25.288Z] OK: 71 MiB in 55 packages [2020-08-01T04:35:26.248Z] ---> a4e783e1104d [2020-08-01T04:35:26.248Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-01T04:35:26.833Z] ---> 03c2448b8f20 [2020-08-01T04:35:26.833Z] Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-08-01T04:35:26.834Z] ---> Running in f5b04a1a24c4 [2020-08-01T04:35:29.599Z] ---> 11eebaa12fd8 [2020-08-01T04:35:29.599Z] Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-01T04:35:30.170Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-08-01T04:35:30.170Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-08-01T04:35:30.170Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-08-01T04:35:30.170Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-08-01T04:35:30.170Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.057s [2020-08-01T04:35:30.170Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-08-01T04:35:30.170Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-08-01T04:35:30.170Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-08-01T04:35:30.563Z] ---> Running in b7accddbd560 [2020-08-01T04:35:31.982Z] Removing intermediate container b7accddbd560 [2020-08-01T04:35:31.982Z] ---> ce2b8b6381c3 [2020-08-01T04:35:31.982Z] Step 20/22 : LABEL arch=x86_64 [2020-08-01T04:35:32.798Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-08-01T04:35:32.799Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-08-01T04:35:33.100Z] ---> Running in 72794e24289b [2020-08-01T04:35:33.100Z] Removing intermediate container f5b04a1a24c4 [2020-08-01T04:35:33.100Z] ---> b60db19c23a4 [2020-08-01T04:35:33.100Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-08-01T04:35:33.785Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-08-01T04:35:33.785Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-08-01T04:35:33.785Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-08-01T04:35:34.982Z] ---> Running in 84cb89efee79 [2020-08-01T04:35:35.994Z] Removing intermediate container 72794e24289b [2020-08-01T04:35:35.994Z] ---> 224856384d28 [2020-08-01T04:35:35.994Z] Step 21/22 : LABEL git_sha=43a45c363427cd2c8b9de8c41a390495c419482a [2020-08-01T04:35:35.994Z] ---> Running in d3ea5a53b9b8 [2020-08-01T04:35:35.994Z] Removing intermediate container 84cb89efee79 [2020-08-01T04:35:35.994Z] ---> 342d2eb83e03 [2020-08-01T04:35:35.994Z] Step 24/26 : LABEL arch=x86_64 [2020-08-01T04:35:36.289Z] Removing intermediate container 81ae394186b1 [2020-08-01T04:35:36.290Z] ---> f5aff9254f20 [2020-08-01T04:35:36.290Z] Step 21/26 : RUN pip install docker-compose==1.23.2 [2020-08-01T04:35:36.290Z] ---> Running in 49a967a09747 [2020-08-01T04:35:36.290Z] ---> Running in d42b6c302677 [2020-08-01T04:35:36.571Z] Removing intermediate container d3ea5a53b9b8 [2020-08-01T04:35:36.571Z] ---> 8eeef20d4f87 [2020-08-01T04:35:36.571Z] Step 22/22 : LABEL version=0.0.0 [2020-08-01T04:35:36.571Z] ---> Running in 27734d8fd495 [2020-08-01T04:35:36.571Z] Removing intermediate container 49a967a09747 [2020-08-01T04:35:36.571Z] ---> 3885b581d4a3 [2020-08-01T04:35:36.571Z] Step 25/26 : LABEL git_sha=43a45c363427cd2c8b9de8c41a390495c419482a [2020-08-01T04:35:36.849Z] ---> Running in e3d6103d310e [2020-08-01T04:35:36.849Z] Removing intermediate container 27734d8fd495 [2020-08-01T04:35:36.849Z] ---> c9f1e47b44bf [2020-08-01T04:35:36.849Z] [2020-08-01T04:35:37.129Z] Successfully built c9f1e47b44bf [2020-08-01T04:35:37.129Z] Successfully tagged docker-core-data-go:latest [2020-08-01T04:35:37.129Z] Building docker-support-notifications-go [2020-08-01T04:35:37.129Z]  Building docker-core-data-go ... done Removing intermediate container e3d6103d310e [2020-08-01T04:35:37.129Z] ---> 76875aa5477e [2020-08-01T04:35:37.129Z] Step 26/26 : LABEL version=0.0.0 [2020-08-01T04:35:37.407Z] ---> Running in 5e869bb80d4e [2020-08-01T04:35:41.641Z] Collecting docker-compose==1.23.2 [2020-08-01T04:35:41.641Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-08-01T04:35:42.607Z] Removing intermediate container 5e869bb80d4e [2020-08-01T04:35:42.607Z] ---> 535b28f40cac [2020-08-01T04:35:42.607Z] [2020-08-01T04:35:42.607Z] Collecting docker<4.0,>=3.6.0 [2020-08-01T04:35:42.607Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-08-01T04:35:42.607Z] Successfully built 535b28f40cac [2020-08-01T04:35:42.607Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-08-01T04:35:42.607Z]  Building docker-security-secretstore-setup-go ... done Building docker-security-secrets-setup-go [2020-08-01T04:35:42.887Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-08-01T04:35:42.887Z] Collecting websocket-client<1.0,>=0.32.0 [2020-08-01T04:35:42.887Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-08-01T04:35:43.957Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.168s coverage: 46.6% of statements [2020-08-01T04:35:43.957Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-08-01T04:35:43.957Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-08-01T04:35:43.957Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-08-01T04:35:43.957Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-08-01T04:35:43.957Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-08-01T04:35:44.821Z] Collecting docopt<0.7,>=0.6.1 [2020-08-01T04:35:44.821Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-08-01T04:35:50.150Z] Collecting PyYAML<4,>=3.10 [2020-08-01T04:35:50.150Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-08-01T04:35:51.580Z] Collecting texttable<0.10,>=0.9.0 [2020-08-01T04:35:51.580Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-08-01T04:35:53.518Z] Collecting cached-property<2,>=1.2.0 [2020-08-01T04:35:53.518Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-08-01T04:35:54.101Z] Collecting dockerpty<0.5,>=0.4.1 [2020-08-01T04:35:54.101Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-08-01T04:35:54.169Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.151s coverage: 27.3% of statements [2020-08-01T04:35:54.169Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-08-01T04:35:54.169Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-08-01T04:35:54.169Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-08-01T04:35:54.169Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-08-01T04:35:54.169Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-08-01T04:35:54.169Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-08-01T04:35:54.169Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.020s coverage: 100.0% of statements [2020-08-01T04:35:54.169Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-08-01T04:35:54.169Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.062s coverage: 100.0% of statements [2020-08-01T04:35:54.169Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-08-01T04:35:55.103Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-08-01T04:35:55.103Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-08-01T04:35:55.154Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.385s coverage: 28.6% of statements [2020-08-01T04:35:55.154Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-08-01T04:35:55.154Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-08-01T04:35:55.154Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-08-01T04:35:55.154Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-08-01T04:35:55.154Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-08-01T04:35:55.154Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.103s coverage: 100.0% of statements [2020-08-01T04:35:55.154Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-08-01T04:35:55.154Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.030s coverage: 100.0% of statements [2020-08-01T04:35:55.154Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-08-01T04:35:55.431Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.085s coverage: 89.8% of statements [2020-08-01T04:35:55.431Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-08-01T04:35:55.686Z] Collecting jsonschema<3,>=2.5.1 [2020-08-01T04:35:55.686Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-08-01T04:35:55.960Z] Collecting docker-pycreds>=0.4.0 [2020-08-01T04:35:55.960Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-08-01T04:35:55.960Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2020-08-01T04:35:55.960Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2020-08-01T04:35:55.960Z] Collecting idna<2.8,>=2.5 [2020-08-01T04:35:55.960Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-08-01T04:35:56.551Z] Collecting urllib3<1.25,>=1.21.1 [2020-08-01T04:35:56.551Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-08-01T04:35:56.816Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-08-01T04:35:56.816Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-08-01T04:35:56.816Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-08-01T04:35:56.816Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-08-01T04:35:57.406Z] Installing collected packages: websocket-client, docker-pycreds, idna, urllib3, requests, docker, docopt, PyYAML, texttable, cached-property, dockerpty, jsonschema, docker-compose [2020-08-01T04:35:58.066Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.126s coverage: 97.5% of statements [2020-08-01T04:35:58.066Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-08-01T04:35:58.347Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.050s coverage: 100.0% of statements [2020-08-01T04:35:58.347Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-08-01T04:35:58.347Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-08-01T04:35:58.347Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-08-01T04:35:58.347Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-08-01T04:35:58.347Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-08-01T04:35:58.347Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-08-01T04:35:58.347Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-08-01T04:35:58.347Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-08-01T04:35:58.347Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-08-01T04:35:58.347Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-08-01T04:35:58.347Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-08-01T04:35:58.347Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-08-01T04:35:58.347Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-08-01T04:35:58.347Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-08-01T04:35:58.347Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-08-01T04:35:58.347Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-08-01T04:35:58.347Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-08-01T04:35:58.347Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.024s coverage: 58.8% of statements [2020-08-01T04:35:58.366Z] Attempting uninstall: idna [2020-08-01T04:35:58.366Z] Found existing installation: idna 2.9 [2020-08-01T04:35:58.366Z] Uninstalling idna-2.9: [2020-08-01T04:35:58.366Z] Successfully uninstalled idna-2.9 [2020-08-01T04:35:58.962Z] Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-01T04:35:58.962Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-08-01T04:35:58.962Z] ---> 9b0d7bb01e6a [2020-08-01T04:35:58.962Z] Step 3/23 : WORKDIR /edgex-go [2020-08-01T04:35:58.962Z] ---> Using cache [2020-08-01T04:35:58.962Z] ---> 67da5a69fbde [2020-08-01T04:35:58.962Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-01T04:35:58.962Z] ---> Using cache [2020-08-01T04:35:58.962Z] ---> fcd9606dd4f6 [2020-08-01T04:35:58.962Z] Step 5/23 : RUN apk update && apk add make bash git ca-certificates [2020-08-01T04:35:59.228Z] Attempting uninstall: urllib3 [2020-08-01T04:35:59.228Z] Found existing installation: urllib3 1.25.9 [2020-08-01T04:35:59.228Z] Uninstalling urllib3-1.25.9: [2020-08-01T04:35:59.228Z] Successfully uninstalled urllib3-1.25.9 [2020-08-01T04:36:00.633Z] Attempting uninstall: requests [2020-08-01T04:36:00.633Z] Found existing installation: requests 2.23.0 [2020-08-01T04:36:00.906Z] Uninstalling requests-2.23.0: [2020-08-01T04:36:00.906Z] ---> Running in b603e700d135 [2020-08-01T04:36:00.906Z] Successfully uninstalled requests-2.23.0 [2020-08-01T04:36:01.767Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.169s coverage: 63.5% of statements [2020-08-01T04:36:01.767Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-08-01T04:36:01.767Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-08-01T04:36:01.767Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.049s coverage: 100.0% of statements [2020-08-01T04:36:01.767Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.307s coverage: 55.9% of statements [2020-08-01T04:36:01.767Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-08-01T04:36:01.767Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-08-01T04:36:01.767Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-08-01T04:36:01.767Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-08-01T04:36:04.227Z] Running setup.py install for docopt: started [2020-08-01T04:36:04.227Z] Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-01T04:36:04.227Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-08-01T04:36:04.227Z] ---> 9b0d7bb01e6a [2020-08-01T04:36:04.227Z] Step 3/29 : WORKDIR /edgex-go [2020-08-01T04:36:04.227Z] ---> Using cache [2020-08-01T04:36:04.227Z] ---> 67da5a69fbde [2020-08-01T04:36:04.227Z] Step 4/29 : RUN apk update && apk add make git [2020-08-01T04:36:04.798Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-01T04:36:05.058Z] Running setup.py install for docopt: finished with status 'done' [2020-08-01T04:36:05.058Z] Running setup.py install for PyYAML: started [2020-08-01T04:36:05.632Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-01T04:36:06.209Z] ---> Running in c3445717220e [2020-08-01T04:36:06.209Z] Running setup.py install for PyYAML: finished with status 'done' [2020-08-01T04:36:06.474Z] v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-01T04:36:06.474Z] v3.12.0-197-g6dfff0a61e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-01T04:36:06.474Z] OK: 12749 distinct packages available [2020-08-01T04:36:06.474Z] OK: 233 MiB in 51 packages [2020-08-01T04:36:06.734Z] Running setup.py install for texttable: started [2020-08-01T04:36:06.998Z] Removing intermediate container 9b76ac301f6a [2020-08-01T04:36:06.998Z] ---> a53c515d4307 [2020-08-01T04:36:06.998Z] [2020-08-01T04:36:06.998Z] Step 10/20 : FROM scratch [2020-08-01T04:36:06.998Z] ---> [2020-08-01T04:36:06.998Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-01T04:36:07.263Z] Running setup.py install for texttable: finished with status 'done' [2020-08-01T04:36:07.263Z] Running setup.py install for dockerpty: started [2020-08-01T04:36:07.263Z] Removing intermediate container 7f611982d9b3 [2020-08-01T04:36:07.263Z] ---> c2a2dee4a739 [2020-08-01T04:36:07.263Z] [2020-08-01T04:36:07.263Z] Step 10/21 : FROM scratch [2020-08-01T04:36:07.263Z] ---> [2020-08-01T04:36:07.263Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-01T04:36:07.532Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-01T04:36:07.532Z] ---> Running in 2e8efbc1225e [2020-08-01T04:36:07.532Z] ---> Running in 893cccef61c7 [2020-08-01T04:36:07.532Z] Removing intermediate container b603e700d135 [2020-08-01T04:36:07.532Z] ---> 550c31b8a9e4 [2020-08-01T04:36:07.532Z] Step 6/23 : COPY go.mod . [2020-08-01T04:36:07.793Z] Running setup.py install for dockerpty: finished with status 'done' [2020-08-01T04:36:07.793Z] Removing intermediate container 2e8efbc1225e [2020-08-01T04:36:07.793Z] ---> b9bb118a3ea6 [2020-08-01T04:36:07.793Z] Step 12/21 : ENV APP_PORT=48082 [2020-08-01T04:36:08.060Z] Removing intermediate container 893cccef61c7 [2020-08-01T04:36:08.060Z] ---> bba8ed0c0c84 [2020-08-01T04:36:08.060Z] Step 12/20 : ENV APP_PORT=48085 [2020-08-01T04:36:08.323Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-01T04:36:08.323Z] ---> Running in a95224569c4e [2020-08-01T04:36:08.323Z] ---> 16bf9f7ab8a2 [2020-08-01T04:36:08.323Z] Step 7/23 : RUN go mod download [2020-08-01T04:36:08.583Z] ---> Running in 2181e5378fcf [2020-08-01T04:36:08.583Z] ---> Running in 70f006fa699c [2020-08-01T04:36:08.583Z] Successfully installed PyYAML-3.13 cached-property-1.5.1 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2020-08-01T04:36:09.153Z] Removing intermediate container a95224569c4e [2020-08-01T04:36:09.153Z] ---> 0f5dbc13cbfe [2020-08-01T04:36:09.153Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-01T04:36:09.153Z] Removing intermediate container 2181e5378fcf [2020-08-01T04:36:09.153Z] ---> 8bc90026426d [2020-08-01T04:36:09.153Z] Step 13/20 : EXPOSE $APP_PORT [2020-08-01T04:36:09.153Z] ---> Running in 0c23f38cf6aa [2020-08-01T04:36:09.153Z] ---> Running in 6729fe685319 [2020-08-01T04:36:09.418Z] Removing intermediate container 0c23f38cf6aa [2020-08-01T04:36:09.418Z] ---> 3f8688231822 [2020-08-01T04:36:09.418Z] Step 14/21 : WORKDIR / [2020-08-01T04:36:09.418Z] Removing intermediate container 6729fe685319 [2020-08-01T04:36:09.418Z] ---> a30b81935341 [2020-08-01T04:36:09.418Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-08-01T04:36:09.418Z] ---> Running in 2582283fadd8 [2020-08-01T04:36:09.993Z] v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-01T04:36:09.993Z] v3.12.0-197-g6dfff0a61e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-01T04:36:09.993Z] OK: 12749 distinct packages available [2020-08-01T04:36:10.254Z] OK: 233 MiB in 51 packages [2020-08-01T04:36:10.830Z] ---> 02b05d61ecba [2020-08-01T04:36:10.830Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-08-01T04:36:10.830Z] Removing intermediate container 2582283fadd8 [2020-08-01T04:36:10.830Z] ---> 3846ae6c0e12 [2020-08-01T04:36:10.830Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-08-01T04:36:12.219Z] ---> 866024ef0891 [2020-08-01T04:36:12.219Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-08-01T04:36:12.790Z] Removing intermediate container c3445717220e [2020-08-01T04:36:12.790Z] ---> 292936aa47f1 [2020-08-01T04:36:12.790Z] Step 5/29 : COPY go.mod . [2020-08-01T04:36:12.790Z] ---> ca08788b1525 [2020-08-01T04:36:12.790Z] Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-08-01T04:36:13.053Z] Removing intermediate container 70f006fa699c [2020-08-01T04:36:13.053Z] ---> 77c73f717f71 [2020-08-01T04:36:13.053Z] Step 8/23 : COPY . . [2020-08-01T04:36:13.053Z] ---> 8370125f2aea [2020-08-01T04:36:13.053Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-08-01T04:36:13.313Z] Removing intermediate container d42b6c302677 [2020-08-01T04:36:13.313Z] ---> 69f601906e09 [2020-08-01T04:36:13.313Z] Step 22/26 : RUN apk --no-cache add curl [2020-08-01T04:36:13.894Z] ---> 7e84d78dde6d [2020-08-01T04:36:13.894Z] Step 6/29 : RUN go mod download [2020-08-01T04:36:14.475Z] ---> Running in 1d43548bdcfa [2020-08-01T04:36:14.475Z] ---> Running in ce9587ee71dd [2020-08-01T04:36:15.055Z] ---> f44ba0ad5a5c [2020-08-01T04:36:15.055Z] Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-01T04:36:15.316Z] ---> 33af8973c1c5 [2020-08-01T04:36:15.316Z] Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-01T04:36:17.869Z] ---> Running in c79dc223f3ae [2020-08-01T04:36:18.130Z] ---> Running in c5f6e8d7214b [2020-08-01T04:36:20.046Z] Removing intermediate container c5f6e8d7214b [2020-08-01T04:36:20.046Z] ---> 6a8688b28a9d [2020-08-01T04:36:20.046Z] Step 19/21 : LABEL arch=x86_64 [2020-08-01T04:36:20.046Z] Removing intermediate container c79dc223f3ae [2020-08-01T04:36:20.046Z] ---> b288919f4cc2 [2020-08-01T04:36:20.046Z] Step 18/20 : LABEL arch=x86_64 [2020-08-01T04:36:20.046Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-01T04:36:20.046Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-01T04:36:20.046Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-08-01T04:36:20.046Z] (2/3) Installing libcurl (7.69.1-r0) [2020-08-01T04:36:20.046Z] (3/3) Installing curl (7.69.1-r0) [2020-08-01T04:36:20.046Z] Executing busybox-1.31.1-r16.trigger [2020-08-01T04:36:20.619Z] OK: 72 MiB in 58 packages [2020-08-01T04:36:21.198Z] ---> Running in 0e2359a211ea [2020-08-01T04:36:21.198Z] ---> Running in ed6ae841a6aa [2020-08-01T04:36:25.424Z] Removing intermediate container 0e2359a211ea [2020-08-01T04:36:25.424Z] ---> 98dadeb5ea4a [2020-08-01T04:36:25.424Z] Step 20/21 : LABEL git_sha=43a45c363427cd2c8b9de8c41a390495c419482a [2020-08-01T04:36:25.424Z] Removing intermediate container ed6ae841a6aa [2020-08-01T04:36:25.424Z] ---> ecf54d2a4c5a [2020-08-01T04:36:25.424Z] Step 19/20 : LABEL git_sha=43a45c363427cd2c8b9de8c41a390495c419482a [2020-08-01T04:36:25.997Z] ---> Running in 7cd895ba9867 [2020-08-01T04:36:26.565Z] ---> Running in ad9986dad7cf [2020-08-01T04:36:27.143Z] Removing intermediate container 1d43548bdcfa [2020-08-01T04:36:27.143Z] ---> 95d9038d80d8 [2020-08-01T04:36:27.143Z] Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-01T04:36:27.143Z] Removing intermediate container ce9587ee71dd [2020-08-01T04:36:27.143Z] ---> dacf4464d809 [2020-08-01T04:36:27.143Z] Step 7/29 : COPY . . [2020-08-01T04:36:27.406Z] Removing intermediate container 7cd895ba9867 [2020-08-01T04:36:27.406Z] ---> c3ccefebe5c0 [2020-08-01T04:36:27.406Z] Step 21/21 : LABEL version=0.0.0 [2020-08-01T04:36:30.701Z] Removing intermediate container ad9986dad7cf [2020-08-01T04:36:30.701Z] ---> 537a490adafc [2020-08-01T04:36:30.701Z] Step 20/20 : LABEL version=0.0.0 [2020-08-01T04:36:30.701Z] ---> Running in 3444be6d4d89 [2020-08-01T04:36:30.962Z] ---> Running in a2cad7fd5eeb [2020-08-01T04:36:32.017Z] ---> Running in 9bd37a02f492 [2020-08-01T04:36:34.117Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 30.715s coverage: 86.3% of statements [2020-08-01T04:36:34.117Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-08-01T04:36:34.117Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.997s coverage: 72.2% of statements [2020-08-01T04:36:34.117Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.508s coverage: 72.1% of statements [2020-08-01T04:36:34.117Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.044s coverage: 82.4% of statements [2020-08-01T04:36:34.117Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.020s coverage: 48.4% of statements [2020-08-01T04:36:34.117Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-08-01T04:36:34.117Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-08-01T04:36:34.117Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-08-01T04:36:34.117Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.057s coverage: 28.8% of statements [2020-08-01T04:36:34.117Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-08-01T04:36:34.117Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.058s coverage: 96.8% of statements [2020-08-01T04:36:34.117Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-08-01T04:36:34.117Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.153s coverage: 26.9% of statements [2020-08-01T04:36:34.117Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-08-01T04:36:34.117Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-08-01T04:36:34.117Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.294s coverage: 84.1% of statements [2020-08-01T04:36:34.117Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.064s coverage: 100.0% of statements [2020-08-01T04:36:34.117Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.047s coverage: 42.9% of statements [2020-08-01T04:36:34.117Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-08-01T04:36:34.117Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-08-01T04:36:34.117Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.016s coverage: 100.0% of statements [2020-08-01T04:36:34.117Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-08-01T04:36:34.117Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.040s coverage: 83.8% of statements [2020-08-01T04:36:34.117Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-08-01T04:36:34.117Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.108s coverage: 46.1% of statements [2020-08-01T04:36:34.117Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-08-01T04:36:34.117Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-08-01T04:36:34.117Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.039s coverage: 100.0% of statements [2020-08-01T04:36:34.117Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-08-01T04:36:34.117Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-08-01T04:36:34.117Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-08-01T04:36:34.117Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.047s coverage: 100.0% of statements [2020-08-01T04:36:34.117Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-08-01T04:36:34.117Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.047s coverage: 100.0% of statements [2020-08-01T04:36:34.117Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-08-01T04:36:34.117Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.243s coverage: 29.1% of statements [2020-08-01T04:36:34.117Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-08-01T04:36:34.117Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-08-01T04:36:34.117Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-08-01T04:36:34.117Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-08-01T04:36:34.117Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-08-01T04:36:34.117Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.079s coverage: 99.0% of statements [2020-08-01T04:36:34.117Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-08-01T04:36:34.117Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.049s coverage: 100.0% of statements [2020-08-01T04:36:34.117Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-08-01T04:36:34.117Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.064s coverage: 0.0% of statements [2020-08-01T04:36:34.117Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-08-01T04:36:34.117Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.068s coverage: 100.0% of statements [2020-08-01T04:36:34.117Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-08-01T04:36:34.117Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-08-01T04:36:34.117Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-08-01T04:36:34.117Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-08-01T04:36:34.117Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.041s coverage: 87.9% of statements [2020-08-01T04:36:34.117Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-08-01T04:36:34.117Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-08-01T04:36:34.387Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.016s coverage: 100.0% of statements [2020-08-01T04:36:34.583Z] Removing intermediate container 3444be6d4d89 [2020-08-01T04:36:34.583Z] ---> 3ae6182ff676 [2020-08-01T04:36:34.583Z] Step 24/26 : LABEL arch=x86_64 [2020-08-01T04:36:34.844Z] Removing intermediate container a2cad7fd5eeb [2020-08-01T04:36:34.844Z] ---> 01b6ec164470 [2020-08-01T04:36:34.844Z] [2020-08-01T04:36:35.105Z] Successfully built 01b6ec164470 [2020-08-01T04:36:35.105Z] ---> 553e9b63be78 [2020-08-01T04:36:35.105Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2020-08-01T04:36:35.691Z] Successfully tagged docker-core-command-go:latest [2020-08-01T04:36:35.691Z] Building docker-core-metadata-go [2020-08-01T04:36:35.691Z]  Building docker-core-command-go ... done Removing intermediate container 9bd37a02f492 [2020-08-01T04:36:35.691Z] ---> b961be65fdc8 [2020-08-01T04:36:35.691Z] [2020-08-01T04:36:35.691Z] ---> Running in a2708254d2d7 [2020-08-01T04:36:35.691Z] ---> Running in 365c3399485f [2020-08-01T04:36:35.952Z] Successfully built b961be65fdc8 [2020-08-01T04:36:35.952Z] Successfully tagged docker-support-scheduler-go:latest [2020-08-01T04:36:36.380Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.020s coverage: 32.1% of statements [2020-08-01T04:36:36.527Z]  Building docker-support-scheduler-go ... done Removing intermediate container a2708254d2d7 [2020-08-01T04:36:36.527Z] ---> 7e3a25ce14c5 [2020-08-01T04:36:36.527Z] Step 25/26 : LABEL git_sha=43a45c363427cd2c8b9de8c41a390495c419482a [2020-08-01T04:36:36.973Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.030s coverage: 100.0% of statements [2020-08-01T04:36:37.949Z] GO111MODULE=on go vet ./... [2020-08-01T04:36:43.119Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-08-01T04:36:43.119Z] ---> Running in 2acc5de12509 [2020-08-01T04:36:43.381Z] Removing intermediate container 2acc5de12509 [2020-08-01T04:36:43.381Z] ---> ea49067b088d [2020-08-01T04:36:43.381Z] Step 26/26 : LABEL version=0.0.0 [2020-08-01T04:36:44.340Z] ---> Running in 3049c3c507cb [2020-08-01T04:36:45.311Z] Removing intermediate container 3049c3c507cb [2020-08-01T04:36:45.311Z] ---> 6ad5bfa5a4e1 [2020-08-01T04:36:45.311Z] [2020-08-01T04:36:45.573Z] Successfully built 6ad5bfa5a4e1 [2020-08-01T04:36:45.844Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-08-01T04:36:48.460Z]  Building docker-sys-mgmt-agent-go ... done  ---> aa90cde284e7 [2020-08-01T04:36:48.460Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-08-01T04:36:49.447Z] ---> Running in 7fbb9c8850d6 [2020-08-01T04:36:51.373Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-08-01T04:36:53.331Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-01T04:36:53.331Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-01T04:36:53.331Z] ---> 9b0d7bb01e6a [2020-08-01T04:36:53.331Z] Step 3/21 : WORKDIR /edgex-go [2020-08-01T04:36:53.331Z] ---> Using cache [2020-08-01T04:36:53.331Z] ---> 67da5a69fbde [2020-08-01T04:36:53.331Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-01T04:36:53.331Z] ---> Using cache [2020-08-01T04:36:53.331Z] ---> fcd9606dd4f6 [2020-08-01T04:36:53.331Z] Step 5/21 : RUN apk update && apk add make git [2020-08-01T04:36:53.331Z] ---> Using cache [2020-08-01T04:36:53.331Z] ---> a0e40cbd57a3 [2020-08-01T04:36:53.331Z] Step 6/21 : COPY go.mod . [2020-08-01T04:36:53.331Z] ---> Using cache [2020-08-01T04:36:53.331Z] ---> cb620d1656e9 [2020-08-01T04:36:53.331Z] Step 7/21 : RUN go mod download [2020-08-01T04:36:53.331Z] ---> Using cache [2020-08-01T04:36:53.331Z] ---> 82cfc748dbff [2020-08-01T04:36:53.331Z] Step 8/21 : COPY . . [2020-08-01T04:36:53.605Z] ---> Using cache [2020-08-01T04:36:53.605Z] ---> 695c49e9c2a6 [2020-08-01T04:36:53.605Z] Step 9/21 : RUN make cmd/core-metadata/core-metadata [2020-08-01T04:36:55.024Z] ---> Running in 55285d6b4abc [2020-08-01T04:36:56.000Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-08-01T04:36:56.283Z] gofmt -l . [2020-08-01T04:36:59.659Z] [ "`gofmt -l .`" = "" ] [2020-08-01T04:37:02.275Z] ./bin/test-go-mod-tidy.sh [2020-08-01T04:37:03.258Z] ./bin/test-attribution-txt.sh [2020-08-01T04:37:04.231Z] Removing intermediate container 365c3399485f [2020-08-01T04:37:04.231Z] ---> dca299d1f0a9 [2020-08-01T04:37:04.231Z] [2020-08-01T04:37:04.231Z] Step 10/23 : FROM scratch [2020-08-01T04:37:04.231Z] ---> [2020-08-01T04:37:04.231Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-01T04:37:04.231Z] ---> Using cache [2020-08-01T04:37:04.231Z] ---> 28db4e5663df [2020-08-01T04:37:04.231Z] Step 12/23 : ENV APP_PORT=48060 [2020-08-01T04:37:04.231Z] ---> Running in 3e8567588197 [2020-08-01T04:37:04.501Z] Removing intermediate container 3e8567588197 [2020-08-01T04:37:04.501Z] ---> bbfb8b570be9 [2020-08-01T04:37:04.501Z] Step 13/23 : EXPOSE $APP_PORT [2020-08-01T04:37:04.501Z] ---> Running in 77772b56d035 [2020-08-01T04:37:04.781Z] Removing intermediate container 77772b56d035 [2020-08-01T04:37:04.781Z] ---> 8f121fff2e98 [2020-08-01T04:37:04.781Z] Step 14/23 : COPY --from=builder /bin/sh /bin/sh [2020-08-01T04:37:05.357Z] ---> 853b5b1f924d [2020-08-01T04:37:05.357Z] Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [Pipeline] sh [2020-08-01T04:37:06.783Z] ---> 10ae4ecf54fa [2020-08-01T04:37:06.783Z] Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl [2020-08-01T04:37:07.310Z] + ls -al . [2020-08-01T04:37:07.310Z] total 588 [2020-08-01T04:37:07.310Z] drwxrwxr-x 10 1001 1001 4096 Aug 1 04:37 . [2020-08-01T04:37:07.310Z] drwxr-xr-x 4 root root 4096 Aug 1 04:34 .. [2020-08-01T04:37:07.310Z] -rw-rw-r-- 1 1001 1001 11 Aug 1 04:32 .dockerignore [2020-08-01T04:37:07.310Z] drwxrwxr-x 8 1001 1001 4096 Aug 1 04:32 .git [2020-08-01T04:37:07.310Z] drwxrwxr-x 3 1001 1001 4096 Aug 1 04:32 .github [2020-08-01T04:37:07.310Z] -rw-rw-r-- 1 1001 1001 932 Aug 1 04:32 .gitignore [2020-08-01T04:37:07.310Z] drwxrwxr-x 3 1001 1001 4096 Aug 1 04:33 .semver [2020-08-01T04:37:07.310Z] -rw-rw-r-- 1 1001 1001 166 Aug 1 04:32 .sonarcloud.properties [2020-08-01T04:37:07.310Z] -rw-rw-r-- 1 1001 1001 3804 Aug 1 04:32 CONTRIBUTING.md [2020-08-01T04:37:07.310Z] -rw-rw-r-- 1 1001 1001 1035 Aug 1 04:32 Dockerfile.build [2020-08-01T04:37:07.310Z] -rw-rw-r-- 1 1001 1001 865 Aug 1 04:32 Jenkinsfile [2020-08-01T04:37:07.310Z] -rw-rw-r-- 1 1001 1001 10775 Aug 1 04:32 LICENSE [2020-08-01T04:37:07.310Z] -rw-rw-r-- 1 1001 1001 6237 Aug 1 04:32 Makefile [2020-08-01T04:37:07.310Z] -rw-rw-r-- 1 1001 1001 5652 Aug 1 04:32 README.md [2020-08-01T04:37:07.310Z] -rw-rw-r-- 1 1001 1001 7111 Aug 1 04:32 SECURITY.md [2020-08-01T04:37:07.310Z] -rw-rw-r-- 1 1001 1001 5 Aug 1 04:30 VERSION [2020-08-01T04:37:07.310Z] -rw-rw-r-- 1 1001 1001 4131 Aug 1 04:32 ZMQWindows.md [2020-08-01T04:37:07.310Z] drwxrwxr-x 2 1001 1001 4096 Aug 1 04:32 bin [2020-08-01T04:37:07.310Z] drwxrwxr-x 15 1001 1001 4096 Aug 1 04:32 cmd [2020-08-01T04:37:07.310Z] -rw-r--r-- 1 root root 455803 Aug 1 04:36 coverage.out [2020-08-01T04:37:07.310Z] -rw-r--r-- 1 root root 1019 Aug 1 04:37 go.mod [2020-08-01T04:37:07.310Z] -rw-r--r-- 1 root root 18146 Aug 1 04:37 go.sum [2020-08-01T04:37:07.310Z] drwxrwxr-x 8 1001 1001 4096 Aug 1 04:32 internal [2020-08-01T04:37:07.310Z] drwxrwxr-x 4 1001 1001 4096 Aug 1 04:32 openapi [2020-08-01T04:37:07.310Z] drwxrwxr-x 4 1001 1001 4096 Aug 1 04:32 snap [2020-08-01T04:37:07.310Z] -rw-rw-r-- 1 1001 1001 168 Aug 1 04:32 version.go [Pipeline] sh [2020-08-01T04:37:07.970Z] + '[' -e coverage.out ] [2020-08-01T04:37:07.970Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-08-01T04:37:08.028Z] Warning: overwriting stash ‘coverage-report’ [2020-08-01T04:37:09.314Z] Stashed 1 file(s) [Pipeline] sh [2020-08-01T04:37:09.335Z] ---> e72f7809a5eb [2020-08-01T04:37:09.335Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-08-01T04:37:09.595Z] Removing intermediate container 7fbb9c8850d6 [2020-08-01T04:37:09.595Z] ---> 79fa70ed5c35 [2020-08-01T04:37:09.595Z] [2020-08-01T04:37:09.595Z] Step 9/29 : FROM alpine:latest [2020-08-01T04:37:09.595Z] ---> a24bb4013296 [2020-08-01T04:37:09.595Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-08-01T04:37:09.855Z] ---> Running in d471dcfd7c72 [2020-08-01T04:37:09.995Z] + make build [2020-08-01T04:37:09.995Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-08-01T04:37:10.124Z] ---> 1fff093bae92 [2020-08-01T04:37:10.124Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-08-01T04:37:10.124Z] Removing intermediate container d471dcfd7c72 [2020-08-01T04:37:10.124Z] ---> 624e08c8369e [2020-08-01T04:37:10.124Z] Step 11/29 : USER root [2020-08-01T04:37:10.386Z] ---> Running in 2bc001cdf5c5 [2020-08-01T04:37:10.654Z] Removing intermediate container 2bc001cdf5c5 [2020-08-01T04:37:10.654Z] ---> c4fb9e9b81a2 [2020-08-01T04:37:10.654Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-08-01T04:37:10.654Z] ---> Running in 8daa9075b437 [2020-08-01T04:37:10.654Z] ---> 738f23d5e05a [2020-08-01T04:37:10.654Z] Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-08-01T04:37:11.227Z] ---> 7203f8c833ed [2020-08-01T04:37:11.228Z] Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-01T04:37:11.228Z] ---> Running in fa3a7ba172fb [2020-08-01T04:37:11.228Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-01T04:37:11.488Z] Removing intermediate container fa3a7ba172fb [2020-08-01T04:37:11.489Z] ---> 80023f60db58 [2020-08-01T04:37:11.489Z] Step 21/23 : LABEL arch=x86_64 [2020-08-01T04:37:11.489Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-01T04:37:11.489Z] ---> Running in a866efbd1a92 [2020-08-01T04:37:11.748Z] Removing intermediate container a866efbd1a92 [2020-08-01T04:37:11.748Z] ---> 0831ed00e2d2 [2020-08-01T04:37:11.748Z] Step 22/23 : LABEL git_sha=43a45c363427cd2c8b9de8c41a390495c419482a [2020-08-01T04:37:11.748Z] v3.12.0-199-gc106e3c922 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-01T04:37:11.748Z] v3.12.0-197-g6dfff0a61e [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-01T04:37:11.748Z] OK: 12749 distinct packages available [2020-08-01T04:37:11.748Z] ---> Running in 2a5ed05708ef [2020-08-01T04:37:12.009Z] (1/2) Installing ca-certificates (20191127-r4) [2020-08-01T04:37:12.009Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-08-01T04:37:12.009Z] Executing busybox-1.31.1-r16.trigger [2020-08-01T04:37:12.009Z] Executing ca-certificates-20191127-r4.trigger [2020-08-01T04:37:12.579Z] OK: 6 MiB in 16 packages [2020-08-01T04:37:12.579Z] Removing intermediate container 2a5ed05708ef [2020-08-01T04:37:12.579Z] ---> 1af5a0b7f29a [2020-08-01T04:37:12.579Z] Step 23/23 : LABEL version=0.0.0 [2020-08-01T04:37:12.579Z] ---> Running in 87e42db0901a [2020-08-01T04:37:12.846Z] Removing intermediate container 87e42db0901a [2020-08-01T04:37:12.846Z] ---> 4990b0a4c069 [2020-08-01T04:37:12.846Z] [2020-08-01T04:37:13.105Z] Successfully built 4990b0a4c069 [2020-08-01T04:37:13.105Z] Successfully tagged docker-support-notifications-go:latest [2020-08-01T04:37:14.485Z]  Building docker-support-notifications-go ... done Removing intermediate container 8daa9075b437 [2020-08-01T04:37:14.485Z] ---> 1f49f1479430 [2020-08-01T04:37:14.485Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-08-01T04:37:14.485Z] ---> Running in 7c848c098ad3 [2020-08-01T04:37:14.485Z] Removing intermediate container 7c848c098ad3 [2020-08-01T04:37:14.485Z] ---> aa91631c80b8 [2020-08-01T04:37:14.485Z] Step 14/29 : WORKDIR $BASE_DIR [2020-08-01T04:37:14.745Z] ---> Running in eeb107a08dde [2020-08-01T04:37:16.134Z] Removing intermediate container 55285d6b4abc [2020-08-01T04:37:16.134Z] ---> b31065e175b7 [2020-08-01T04:37:16.134Z] [2020-08-01T04:37:16.134Z] Step 10/21 : FROM scratch [2020-08-01T04:37:16.134Z] ---> [2020-08-01T04:37:16.134Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-01T04:37:16.134Z] Removing intermediate container eeb107a08dde [2020-08-01T04:37:16.134Z] ---> 8fd485e530ec [2020-08-01T04:37:16.134Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-08-01T04:37:16.134Z] ---> Using cache [2020-08-01T04:37:16.134Z] ---> bba8ed0c0c84 [2020-08-01T04:37:16.134Z] Step 12/21 : ENV APP_PORT=48081 [2020-08-01T04:37:16.134Z] ---> Running in 58ce44b470f5 [2020-08-01T04:37:16.134Z] ---> Running in 0f2d91c75743 [2020-08-01T04:37:16.395Z] Removing intermediate container 0f2d91c75743 [2020-08-01T04:37:16.395Z] ---> 8735db57b396 [2020-08-01T04:37:16.395Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-01T04:37:16.395Z] ---> Running in 16cc3b011694 [2020-08-01T04:37:16.655Z] Removing intermediate container 16cc3b011694 [2020-08-01T04:37:16.655Z] ---> 795c488fe94d [2020-08-01T04:37:16.655Z] Step 14/21 : WORKDIR / [2020-08-01T04:37:16.655Z] ---> Running in 5d7b4cead3c6 [2020-08-01T04:37:16.914Z] Removing intermediate container 5d7b4cead3c6 [2020-08-01T04:37:16.914Z] ---> 922b392ee178 [2020-08-01T04:37:16.914Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-08-01T04:37:17.174Z] ---> 69065b87fa72 [2020-08-01T04:37:17.174Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-08-01T04:37:17.174Z] Removing intermediate container 58ce44b470f5 [2020-08-01T04:37:17.174Z] ---> 2b8099cd34ef [2020-08-01T04:37:17.174Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-08-01T04:37:17.747Z] ---> 0e7b152cae86 [2020-08-01T04:37:17.747Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-08-01T04:37:17.747Z] ---> 507cb143806e [2020-08-01T04:37:17.747Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-08-01T04:37:18.006Z] ---> a2196d343b03 [2020-08-01T04:37:18.007Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-08-01T04:37:18.007Z] ---> 2b5356ba8267 [2020-08-01T04:37:18.007Z] Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-01T04:37:18.007Z] ---> Running in e7e1fcfdddc5 [2020-08-01T04:37:18.267Z] ---> 40242a7f29c0 [2020-08-01T04:37:18.267Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-08-01T04:37:18.267Z] Removing intermediate container e7e1fcfdddc5 [2020-08-01T04:37:18.267Z] ---> 642b54f0d680 [2020-08-01T04:37:18.267Z] Step 19/21 : LABEL arch=x86_64 [2020-08-01T04:37:18.267Z] ---> Running in 58be2370d204 [2020-08-01T04:37:18.526Z] ---> 0c79bc177fbd [2020-08-01T04:37:18.526Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-08-01T04:37:18.526Z] Removing intermediate container 58be2370d204 [2020-08-01T04:37:18.526Z] ---> b69fa16c0e3e [2020-08-01T04:37:18.526Z] Step 20/21 : LABEL git_sha=43a45c363427cd2c8b9de8c41a390495c419482a [2020-08-01T04:37:18.526Z] ---> Running in fb976fab3644 [2020-08-01T04:37:19.912Z] ---> bb226d471925 [2020-08-01T04:37:19.912Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-08-01T04:37:19.912Z] Removing intermediate container fb976fab3644 [2020-08-01T04:37:19.912Z] ---> 65d4e1f6af69 [2020-08-01T04:37:19.912Z] Step 21/21 : LABEL version=0.0.0 [2020-08-01T04:37:20.171Z] ---> Running in 8b2230e2ff82 [2020-08-01T04:37:20.171Z] ---> Running in ee46be9f096a [2020-08-01T04:37:20.432Z] Removing intermediate container 8b2230e2ff82 [2020-08-01T04:37:20.432Z] ---> fe6631fa984d [2020-08-01T04:37:20.432Z] [2020-08-01T04:37:20.432Z] Successfully built fe6631fa984d [2020-08-01T04:37:20.707Z] Successfully tagged docker-core-metadata-go:latest [2020-08-01T04:37:21.282Z]  Building docker-core-metadata-go ... done Removing intermediate container ee46be9f096a [2020-08-01T04:37:21.282Z] ---> 20b9dd91f641 [2020-08-01T04:37:21.282Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-08-01T04:37:21.282Z] ---> dc23b5d857de [2020-08-01T04:37:21.282Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-01T04:37:21.543Z] ---> Running in 5074b009e1bb [2020-08-01T04:37:22.488Z] Removing intermediate container 5074b009e1bb [2020-08-01T04:37:22.488Z] ---> 7b72a686796a [2020-08-01T04:37:22.488Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-08-01T04:37:22.488Z] ---> Running in 640a9fc1cc13 [2020-08-01T04:37:23.434Z] Removing intermediate container 640a9fc1cc13 [2020-08-01T04:37:23.435Z] ---> 9fdd3e866058 [2020-08-01T04:37:23.435Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-08-01T04:37:23.435Z] ---> Running in 9b9e62fd4656 [2020-08-01T04:37:23.694Z] Removing intermediate container 9b9e62fd4656 [2020-08-01T04:37:23.694Z] ---> b36053a3f809 [2020-08-01T04:37:23.694Z] Step 26/29 : CMD [ "generate" ] [2020-08-01T04:37:23.694Z] ---> Running in 23445853fa93 [2020-08-01T04:37:23.694Z] Removing intermediate container 23445853fa93 [2020-08-01T04:37:23.694Z] ---> 186e4f949c75 [2020-08-01T04:37:23.694Z] Step 27/29 : LABEL arch=x86_64 [2020-08-01T04:37:23.954Z] ---> Running in 6fe3db337574 [2020-08-01T04:37:23.954Z] Removing intermediate container 6fe3db337574 [2020-08-01T04:37:23.954Z] ---> 47d5e6907a16 [2020-08-01T04:37:23.954Z] Step 28/29 : LABEL git_sha=43a45c363427cd2c8b9de8c41a390495c419482a [2020-08-01T04:37:24.214Z] ---> Running in 1d38c76f7257 [2020-08-01T04:37:24.214Z] Removing intermediate container 1d38c76f7257 [2020-08-01T04:37:24.214Z] ---> db970b95c260 [2020-08-01T04:37:24.214Z] Step 29/29 : LABEL version=0.0.0 [2020-08-01T04:37:24.214Z] ---> Running in 4a3c2e22c7d8 [2020-08-01T04:37:24.474Z] Removing intermediate container 4a3c2e22c7d8 [2020-08-01T04:37:24.474Z] ---> 7a29c6fc5bac [2020-08-01T04:37:24.474Z] [2020-08-01T04:37:24.474Z] Successfully built 7a29c6fc5bac [2020-08-01T04:37:24.734Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-08-01T04:37:25.325Z]  Building docker-security-secrets-setup-go ... done  [Pipeline] } [2020-08-01T04:37:25.370Z] $ docker stop --time=1 3b2086fe1673c327d0c7c25efdb970f6ebef59df4dc7c1903471c96f1f8c3074 [2020-08-01T04:37:27.087Z] $ docker rm -f 3b2086fe1673c327d0c7c25efdb970f6ebef59df4dc7c1903471c96f1f8c3074 [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-01T04:37:27.661Z] + docker images [2020-08-01T04:37:27.661Z] + grep docker [2020-08-01T04:37:27.661Z] docker-security-secrets-setup-go latest 7a29c6fc5bac 3 seconds ago 25.1MB [2020-08-01T04:37:27.661Z] docker-core-metadata-go latest fe6631fa984d 7 seconds ago 14.4MB [2020-08-01T04:37:27.661Z] docker-support-notifications-go latest 4990b0a4c069 15 seconds ago 14.4MB [2020-08-01T04:37:27.661Z] docker-sys-mgmt-agent-go latest 6ad5bfa5a4e1 43 seconds ago 284MB [2020-08-01T04:37:27.661Z] docker-support-scheduler-go latest b961be65fdc8 53 seconds ago 13.1MB [2020-08-01T04:37:27.661Z] docker-core-command-go latest 01b6ec164470 56 seconds ago 13MB [2020-08-01T04:37:27.661Z] docker-security-secretstore-setup-go latest 535b28f40cac About a minute ago 33.9MB [2020-08-01T04:37:27.661Z] docker-core-data-go latest c9f1e47b44bf About a minute ago 23.8MB [2020-08-01T04:37:27.661Z] docker-support-logging-go latest 9c97d3f19f28 2 minutes ago 11.8MB [2020-08-01T04:37:27.661Z] docker-security-proxy-setup-go latest 9b22c413e7b2 2 minutes ago 16.4MB [2020-08-01T04:37:27.661Z] docker latest 81f5749c9058 5 weeks ago 211MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-08-01T04:37:32.233Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-08-01T04:37:44.606Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-08-01T04:37:48.905Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-08-01T04:37:55.620Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-08-01T04:38:03.901Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-08-01T04:38:04.495Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-08-01T04:38:11.210Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-08-01T04:38:17.915Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-08-01T04:38:22.216Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-08-01T04:38:28.918Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-08-01T04:38:34.305Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-08-01T04:38:38.603Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [Pipeline] } [2020-08-01T04:38:44.115Z] $ docker stop --time=1 1136cbef4e6b9f1c522ecec9585de861eace1b15360495c58da6a1977f8cc82e [2020-08-01T04:38:46.601Z] $ docker rm -f 1136cbef4e6b9f1c522ecec9585de861eace1b15360495c58da6a1977f8cc82e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-01T04:38:48.142Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-01T04:38:48.412Z] [2020-08-01T04:38:48.412Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-08-01T04:38:48.795Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-01T04:38:49.073Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-08-01T04:38:49.073Z] 29e5d40040c1: Pulling fs layer [2020-08-01T04:38:49.073Z] 1ce36da41761: Pulling fs layer [2020-08-01T04:38:49.073Z] 25b303627fd3: Pulling fs layer [2020-08-01T04:38:49.073Z] 29e5d40040c1: Download complete [2020-08-01T04:38:50.058Z] 29e5d40040c1: Pull complete [2020-08-01T04:38:50.058Z] 1ce36da41761: Verifying Checksum [2020-08-01T04:38:50.058Z] 1ce36da41761: Download complete [2020-08-01T04:38:51.038Z] 1ce36da41761: Pull complete [2020-08-01T04:38:51.310Z] 25b303627fd3: Verifying Checksum [2020-08-01T04:38:51.310Z] 25b303627fd3: Download complete [2020-08-01T04:39:01.449Z] 25b303627fd3: Pull complete [2020-08-01T04:39:01.449Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-08-01T04:39:01.449Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-01T04:39:01.449Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-08-01T04:39:01.747Z] prd-ubuntu18.04-docker-arm64-4c-16g-1763 does not seem to be running inside a container [2020-08-01T04:39:01.924Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/23 -v /w/workspace/edgex-go/23:/w/workspace/edgex-go/23:rw,z -v /w/workspace/edgex-go/23@tmp:/w/workspace/edgex-go/23@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-08-01T04:39:05.938Z] $ docker top b3da8ee70d89bf6ab1925a8d43249db8636e9c400ba6f7fa6dbc47ff2a23ee7c -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-01T04:39:07.255Z] + docker-compose build --help [2020-08-01T04:39:07.255Z] + grep parallel [2020-08-01T04:39:12.638Z] --parallel Build images in parallel. [Pipeline] } [2020-08-01T04:39:12.750Z] $ docker stop --time=1 b3da8ee70d89bf6ab1925a8d43249db8636e9c400ba6f7fa6dbc47ff2a23ee7c [2020-08-01T04:39:14.794Z] $ docker rm -f b3da8ee70d89bf6ab1925a8d43249db8636e9c400ba6f7fa6dbc47ff2a23ee7c [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-01T04:39:15.509Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-01T04:39:15.509Z] . [Pipeline] withDockerContainer [2020-08-01T04:39:15.789Z] prd-ubuntu18.04-docker-arm64-4c-16g-1763 does not seem to be running inside a container [2020-08-01T04:39:15.967Z] $ 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/23 -v /w/workspace/edgex-go/23:/w/workspace/edgex-go/23:rw,z -v /w/workspace/edgex-go/23@tmp:/w/workspace/edgex-go/23@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-08-01T04:39:17.591Z] $ docker top 730c607e32a0cbd72a2192798ddbbff0a1c32f2efe82609d56ed7d89d24d079e -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-01T04:39:18.544Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-08-01T04:39:23.920Z] Building docker-core-command-go ... [2020-08-01T04:39:23.920Z] Building docker-core-data-go ... [2020-08-01T04:39:23.920Z] Building docker-core-metadata-go ... [2020-08-01T04:39:23.920Z] Building docker-security-proxy-setup-go ... [2020-08-01T04:39:23.920Z] Building docker-security-secrets-setup-go ... [2020-08-01T04:39:23.920Z] Building docker-security-secretstore-setup-go ... [2020-08-01T04:39:23.920Z] Building docker-support-logging-go ... [2020-08-01T04:39:23.920Z] Building docker-support-notifications-go ... [2020-08-01T04:39:23.920Z] Building docker-support-scheduler-go ... [2020-08-01T04:39:23.920Z] Building docker-sys-mgmt-agent-go ... [2020-08-01T04:39:23.920Z] Building docker-security-proxy-setup-go [2020-08-01T04:39:23.920Z] Building docker-support-logging-go [2020-08-01T04:39:23.920Z] Building docker-sys-mgmt-agent-go [2020-08-01T04:39:23.920Z] Building docker-security-secretstore-setup-go [2020-08-01T04:39:23.920Z] Building docker-core-data-go [2020-08-01T04:41:15.700Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-01T04:41:15.700Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-01T04:41:15.700Z] ---> f403898bebd1 [2020-08-01T04:41:15.700Z] Step 3/21 : WORKDIR /edgex-go [2020-08-01T04:41:15.700Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-01T04:41:15.700Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-08-01T04:41:15.700Z] ---> f403898bebd1 [2020-08-01T04:41:15.700Z] Step 3/26 : WORKDIR /edgex-go [2020-08-01T04:41:15.700Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-01T04:41:15.700Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-08-01T04:41:15.700Z] ---> f403898bebd1 [2020-08-01T04:41:15.700Z] Step 3/26 : WORKDIR /edgex-go [2020-08-01T04:41:15.700Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-01T04:41:15.700Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-08-01T04:41:15.700Z] ---> f403898bebd1 [2020-08-01T04:41:15.700Z] Step 3/20 : WORKDIR /edgex-go [2020-08-01T04:41:15.700Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-01T04:41:15.700Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-08-01T04:41:15.700Z] ---> f403898bebd1 [2020-08-01T04:41:15.700Z] Step 3/22 : WORKDIR /edgex-go [2020-08-01T04:41:15.700Z] ---> Running in b7e201453141 [2020-08-01T04:41:15.700Z] ---> Running in aa4fbaff696c [2020-08-01T04:41:15.700Z] ---> Running in 2bcb2ff9d7bc [2020-08-01T04:41:15.700Z] ---> Running in 7993835fe2d1 [2020-08-01T04:41:15.700Z] ---> Running in 3f099bd89238 [2020-08-01T04:41:15.700Z] Removing intermediate container 7993835fe2d1 [2020-08-01T04:41:15.700Z] ---> 0d9b8be8f128 [2020-08-01T04:41:15.700Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-01T04:41:15.700Z] Removing intermediate container 2bcb2ff9d7bc [2020-08-01T04:41:15.700Z] ---> 8c27a1eb5783 [2020-08-01T04:41:15.700Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-01T04:41:15.700Z] Removing intermediate container aa4fbaff696c [2020-08-01T04:41:15.700Z] ---> 2fd042b6ba08 [2020-08-01T04:41:15.700Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-01T04:41:15.700Z] Removing intermediate container 3f099bd89238 [2020-08-01T04:41:15.700Z] ---> 81334a169148 [2020-08-01T04:41:15.700Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-01T04:41:15.700Z] ---> Running in 046e64bdf4a1 [2020-08-01T04:41:15.700Z] Removing intermediate container b7e201453141 [2020-08-01T04:41:15.700Z] ---> 6d3137128914 [2020-08-01T04:41:15.700Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-01T04:41:15.700Z] ---> Running in d41c5925daf4 [2020-08-01T04:41:15.700Z] ---> Running in b65910416d02 [2020-08-01T04:41:15.700Z] ---> Running in 02f157a541bf [2020-08-01T04:41:15.700Z] ---> Running in b8c9c87a7447 [2020-08-01T04:41:15.700Z] Removing intermediate container 046e64bdf4a1 [2020-08-01T04:41:15.700Z] ---> 5961f1a2a13a [2020-08-01T04:41:15.700Z] Step 5/21 : RUN apk update && apk add make && apk add bash git [2020-08-01T04:41:15.700Z] ---> Running in dde3d257f127 [2020-08-01T04:41:15.700Z] Removing intermediate container b65910416d02 [2020-08-01T04:41:15.700Z] ---> 9bdb9f698370 [2020-08-01T04:41:15.700Z] Step 5/26 : RUN apk update && apk add make git [2020-08-01T04:41:15.700Z] Removing intermediate container 02f157a541bf [2020-08-01T04:41:15.700Z] ---> bdeffa69e23a [2020-08-01T04:41:15.700Z] Step 5/20 : RUN apk update && apk add make git [2020-08-01T04:41:15.700Z] ---> Running in 794bf1e9a2ca [2020-08-01T04:41:15.700Z] ---> Running in 36124a95d466 [2020-08-01T04:41:15.700Z] Removing intermediate container d41c5925daf4 [2020-08-01T04:41:15.700Z] ---> a907f876d94e [2020-08-01T04:41:15.700Z] Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-08-01T04:41:15.700Z] Removing intermediate container b8c9c87a7447 [2020-08-01T04:41:15.700Z] ---> 1926a18f1ef7 [2020-08-01T04:41:15.700Z] Step 5/26 : RUN apk update && apk add make bash git [2020-08-01T04:41:15.700Z] ---> Running in f181d4c0128e [2020-08-01T04:41:15.700Z] ---> Running in cc412b8438cb [2020-08-01T04:41:15.975Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-01T04:41:16.569Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-01T04:41:16.841Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-01T04:41:17.111Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-01T04:41:17.111Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-01T04:41:17.111Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-01T04:41:17.379Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-01T04:41:17.975Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-01T04:41:17.975Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-01T04:41:17.975Z] v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-01T04:41:17.975Z] v3.12.0-197-g6dfff0a61e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-01T04:41:17.975Z] OK: 12620 distinct packages available [2020-08-01T04:41:17.975Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-01T04:41:18.589Z] v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-01T04:41:18.589Z] v3.12.0-197-g6dfff0a61e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-01T04:41:18.589Z] OK: 12620 distinct packages available [2020-08-01T04:41:18.863Z] OK: 217 MiB in 51 packages [2020-08-01T04:41:19.135Z] v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-01T04:41:19.135Z] v3.12.0-197-g6dfff0a61e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-01T04:41:19.135Z] OK: 12620 distinct packages available [2020-08-01T04:41:19.135Z] v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-01T04:41:19.135Z] v3.12.0-197-g6dfff0a61e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-01T04:41:19.135Z] OK: 12620 distinct packages available [2020-08-01T04:41:19.408Z] OK: 217 MiB in 51 packages [2020-08-01T04:41:19.408Z] v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-01T04:41:19.408Z] v3.12.0-197-g6dfff0a61e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-01T04:41:19.408Z] OK: 12620 distinct packages available [2020-08-01T04:41:20.015Z] OK: 217 MiB in 51 packages [2020-08-01T04:41:20.015Z] OK: 217 MiB in 51 packages [2020-08-01T04:41:20.015Z] OK: 217 MiB in 51 packages [2020-08-01T04:41:20.612Z] OK: 217 MiB in 51 packages [2020-08-01T04:41:21.205Z] Removing intermediate container 794bf1e9a2ca [2020-08-01T04:41:21.205Z] ---> cc9779dd69bb [2020-08-01T04:41:21.205Z] Step 6/26 : COPY go.mod . [2020-08-01T04:41:22.190Z] Removing intermediate container dde3d257f127 [2020-08-01T04:41:22.190Z] ---> 2bc52149f1db [2020-08-01T04:41:22.190Z] Step 6/21 : COPY go.mod . [2020-08-01T04:41:22.190Z] Removing intermediate container 36124a95d466 [2020-08-01T04:41:22.190Z] Removing intermediate container f181d4c0128e [2020-08-01T04:41:22.190Z] ---> 10387de2612f [2020-08-01T04:41:22.190Z] ---> ab015de4f6cd [2020-08-01T04:41:22.190Z] Step 6/26 : COPY go.mod . [2020-08-01T04:41:22.190Z] Step 6/20 : COPY go.mod . [2020-08-01T04:41:22.478Z] ---> fdd1fda6c9d6 [2020-08-01T04:41:22.478Z] Step 7/26 : RUN go mod download [2020-08-01T04:41:22.478Z] Removing intermediate container cc412b8438cb [2020-08-01T04:41:22.478Z] ---> 04bad8318e6c [2020-08-01T04:41:22.478Z] Step 6/22 : COPY go.mod . [2020-08-01T04:41:22.478Z] ---> Running in 2e7992475f3a [2020-08-01T04:41:23.102Z] ---> 01ca6b15788f [2020-08-01T04:41:23.102Z] Step 7/21 : RUN go mod download [2020-08-01T04:41:23.375Z] ---> Running in a5cb47b3f043 [2020-08-01T04:41:23.375Z] ---> db9d9c293e46 [2020-08-01T04:41:23.375Z] Step 7/26 : RUN go mod download [2020-08-01T04:41:23.647Z] ---> 999f61566043 [2020-08-01T04:41:23.647Z] Step 7/20 : RUN go mod download [2020-08-01T04:41:23.647Z] ---> Running in 85db9cc3e59c [2020-08-01T04:41:23.647Z] ---> Running in 5dd31ad29942 [2020-08-01T04:41:23.919Z] ---> 901d2d6d25f0 [2020-08-01T04:41:23.919Z] Step 7/22 : RUN go mod download [2020-08-01T04:41:24.190Z] ---> Running in a29ff2f41d30 [2020-08-01T04:41:26.813Z] Removing intermediate container 2e7992475f3a [2020-08-01T04:41:26.813Z] ---> f30a77a3971f [2020-08-01T04:41:26.813Z] Step 8/26 : COPY . . [2020-08-01T04:41:28.246Z] Removing intermediate container a5cb47b3f043 [2020-08-01T04:41:28.246Z] ---> 94dbfddd5a31 [2020-08-01T04:41:28.246Z] Step 8/21 : COPY . . [2020-08-01T04:41:29.725Z] Removing intermediate container 5dd31ad29942 [2020-08-01T04:41:29.725Z] ---> 62d0b0ec0e42 [2020-08-01T04:41:29.725Z] Step 8/20 : COPY . . [2020-08-01T04:41:29.725Z] Removing intermediate container 85db9cc3e59c [2020-08-01T04:41:29.725Z] ---> 52291da3c549 [2020-08-01T04:41:29.725Z] Step 8/26 : COPY . . [2020-08-01T04:41:29.999Z] Removing intermediate container a29ff2f41d30 [2020-08-01T04:41:29.999Z] ---> dc10653e0b15 [2020-08-01T04:41:29.999Z] Step 8/22 : COPY . . [2020-08-01T04:42:02.325Z] ---> 56d42160c725 [2020-08-01T04:42:02.326Z] Step 9/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup cmd/security-secretstore-read/security-secretstore-read [2020-08-01T04:42:02.326Z] ---> f190118d7c31 [2020-08-01T04:42:02.326Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-08-01T04:42:02.326Z] ---> 342f015a5d6f [2020-08-01T04:42:02.326Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-08-01T04:42:02.326Z] ---> 48ab6e47f0d3 [2020-08-01T04:42:02.326Z] Step 9/21 : RUN make cmd/support-logging/support-logging [2020-08-01T04:42:02.326Z] ---> 6fb244ebb243 [2020-08-01T04:42:02.326Z] Step 9/22 : RUN make cmd/core-data/core-data [2020-08-01T04:42:02.326Z] ---> Running in 4166f7582cab [2020-08-01T04:42:02.326Z] ---> Running in 57b98e67c58d [2020-08-01T04:42:02.326Z] ---> Running in b0724e503155 [2020-08-01T04:42:02.326Z] ---> Running in ff9e704fb3c8 [2020-08-01T04:42:02.326Z] ---> Running in 7023d038a72b [2020-08-01T04:42:04.419Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-08-01T04:42:05.036Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-08-01T04:42:05.713Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-08-01T04:42:05.713Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-08-01T04:42:05.989Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-08-01T04:43:42.877Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-08-01T04:43:53.073Z] Removing intermediate container ff9e704fb3c8 [2020-08-01T04:43:53.073Z] ---> a1133cfeee48 [2020-08-01T04:43:53.073Z] [2020-08-01T04:43:53.073Z] Step 10/20 : FROM alpine [2020-08-01T04:43:53.073Z] latest: Pulling from library/alpine [2020-08-01T04:43:53.073Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-08-01T04:43:53.073Z] Status: Downloaded newer image for alpine:latest [2020-08-01T04:43:53.073Z] ---> 62ee0e9f8440 [2020-08-01T04:43:53.073Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-08-01T04:43:53.073Z] ---> Running in 7935c2cfaa67 [2020-08-01T04:43:55.719Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-01T04:43:55.719Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-08-01T04:43:55.719Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-01T04:43:56.705Z] v3.12.0-199-gc106e3c922 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-01T04:43:56.705Z] v3.12.0-197-g6dfff0a61e [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-01T04:43:56.705Z] OK: 12620 distinct packages available [2020-08-01T04:43:57.692Z] (1/4) Installing ca-certificates (20191127-r4) [2020-08-01T04:43:57.692Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-08-01T04:43:57.692Z] (3/4) Installing libcurl (7.69.1-r0) [2020-08-01T04:43:57.692Z] (4/4) Installing curl (7.69.1-r0) [2020-08-01T04:43:57.692Z] Executing busybox-1.31.1-r16.trigger [2020-08-01T04:43:57.692Z] Executing ca-certificates-20191127-r4.trigger [2020-08-01T04:43:57.971Z] OK: 7 MiB in 18 packages [2020-08-01T04:44:00.616Z] Removing intermediate container 57b98e67c58d [2020-08-01T04:44:00.616Z] ---> ac7edaf34dfd [2020-08-01T04:44:00.616Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-08-01T04:44:00.892Z] ---> Running in 1926c2a1463c [2020-08-01T04:44:02.878Z] Removing intermediate container 7935c2cfaa67 [2020-08-01T04:44:02.878Z] ---> 004625f863a9 [2020-08-01T04:44:02.878Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-01T04:44:03.880Z] ---> Running in 5b37d83c6b78 [2020-08-01T04:44:03.880Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-08-01T04:44:05.323Z] Removing intermediate container 5b37d83c6b78 [2020-08-01T04:44:05.323Z] ---> ec5eae391542 [2020-08-01T04:44:05.323Z] Step 13/20 : WORKDIR /edgex [2020-08-01T04:44:05.323Z] ---> Running in aa3c5b11fc91 [2020-08-01T04:44:05.923Z] Removing intermediate container 7023d038a72b [2020-08-01T04:44:05.923Z] ---> babc8839c73a [2020-08-01T04:44:05.923Z] [2020-08-01T04:44:05.923Z] Step 10/21 : FROM scratch [2020-08-01T04:44:05.923Z] ---> [2020-08-01T04:44:05.923Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-01T04:44:06.522Z] ---> Running in 11b93d201dd9 [2020-08-01T04:44:06.522Z] Removing intermediate container aa3c5b11fc91 [2020-08-01T04:44:06.522Z] ---> 60126a2dbeab [2020-08-01T04:44:06.522Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-08-01T04:44:07.968Z] Removing intermediate container 11b93d201dd9 [2020-08-01T04:44:07.968Z] ---> 8850995c433d [2020-08-01T04:44:07.968Z] Step 12/21 : ENV APP_PORT=48061 [2020-08-01T04:44:08.567Z] ---> Running in ef4b12aedbf0 [2020-08-01T04:44:08.567Z] ---> 7e5f3995c7a1 [2020-08-01T04:44:08.567Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-08-01T04:44:09.588Z] Removing intermediate container ef4b12aedbf0 [2020-08-01T04:44:09.588Z] ---> 277bfa47dd19 [2020-08-01T04:44:09.588Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-01T04:44:09.879Z] ---> Running in c6dc35546976 [2020-08-01T04:44:10.865Z] Removing intermediate container 4166f7582cab [2020-08-01T04:44:10.865Z] ---> 9e701bb23bde [2020-08-01T04:44:10.865Z] [2020-08-01T04:44:10.865Z] Step 10/26 : FROM alpine:3.10 [2020-08-01T04:44:10.865Z] Removing intermediate container 1926c2a1463c [2020-08-01T04:44:10.865Z] ---> 40fd5aa70d98 [2020-08-01T04:44:10.865Z] [2020-08-01T04:44:10.865Z] Step 11/26 : FROM docker:latest [2020-08-01T04:44:10.865Z] ---> ce9d55ae87f1 [2020-08-01T04:44:10.865Z] Step 12/26 : RUN apk add --no-cache bash [2020-08-01T04:44:10.865Z] 3.10: Pulling from library/alpine [2020-08-01T04:44:11.150Z] ---> d83738b7a81e [2020-08-01T04:44:11.150Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-08-01T04:44:11.150Z] Removing intermediate container c6dc35546976 [2020-08-01T04:44:11.150Z] ---> adca242cc7b2 [2020-08-01T04:44:11.150Z] Step 14/21 : COPY --from=builder /bin/bash /bin/bash [2020-08-01T04:44:11.150Z] ---> Running in 80ed98bb406e [2020-08-01T04:44:11.433Z] ---> Running in c13eb372ffa9 [2020-08-01T04:44:12.426Z] Removing intermediate container c13eb372ffa9 [2020-08-01T04:44:12.426Z] ---> 1febe66f9749 [2020-08-01T04:44:12.426Z] Step 17/20 : CMD ["--init=true"] [2020-08-01T04:44:13.035Z] ---> a6d75e37d93d [2020-08-01T04:44:13.035Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-08-01T04:44:13.035Z] ---> Running in c7469592229d [2020-08-01T04:44:13.310Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-08-01T04:44:13.310Z] Status: Downloaded newer image for alpine:3.10 [2020-08-01T04:44:13.310Z] ---> 536a684cf733 [2020-08-01T04:44:13.310Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-08-01T04:44:13.588Z] ---> Running in b98ef4248053 [2020-08-01T04:44:13.862Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-01T04:44:13.862Z] Removing intermediate container c7469592229d [2020-08-01T04:44:13.862Z] ---> f7f4a61802c9 [2020-08-01T04:44:13.862Z] Step 18/20 : LABEL arch=arm64 [2020-08-01T04:44:14.142Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-01T04:44:14.142Z] ---> Running in bbf7ac32aa15 [2020-08-01T04:44:14.418Z] ---> 19c5dccc52ea [2020-08-01T04:44:14.418Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-08-01T04:44:15.041Z] (1/2) Installing readline (8.0.4-r0) [2020-08-01T04:44:15.041Z] (2/2) Installing bash (5.0.17-r0) [2020-08-01T04:44:15.041Z] Executing bash-5.0.17-r0.post-install [2020-08-01T04:44:15.041Z] Executing busybox-1.31.1-r16.trigger [2020-08-01T04:44:15.041Z] OK: 12 MiB in 22 packages [2020-08-01T04:44:15.356Z] Removing intermediate container bbf7ac32aa15 [2020-08-01T04:44:15.356Z] ---> 5ff44df47acb [2020-08-01T04:44:15.356Z] Step 19/20 : LABEL git_sha=43a45c363427cd2c8b9de8c41a390495c419482a [2020-08-01T04:44:15.643Z] ---> Running in e6430dd8c939 [2020-08-01T04:44:16.646Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-08-01T04:44:16.921Z] Removing intermediate container e6430dd8c939 [2020-08-01T04:44:16.921Z] ---> 6c98bd013b9b [2020-08-01T04:44:16.921Z] Step 20/20 : LABEL version=0.0.0 [2020-08-01T04:44:16.921Z] ---> 7e9182ddceda [2020-08-01T04:44:16.921Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-08-01T04:44:17.198Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-08-01T04:44:17.198Z] ---> Running in f859f3077d3c [2020-08-01T04:44:17.198Z] Removing intermediate container 80ed98bb406e [2020-08-01T04:44:17.198Z] ---> cbbbd787fd30 [2020-08-01T04:44:17.198Z] Step 13/26 : RUN rm -rf /var/cache/apk/* [2020-08-01T04:44:17.477Z] ---> Running in 5e79545c2b9a [2020-08-01T04:44:17.755Z] v3.10.5-64-g415cd71e45 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-08-01T04:44:17.755Z] v3.10.5-58-g477aae6b2f [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-08-01T04:44:17.755Z] OK: 10167 distinct packages available [2020-08-01T04:44:18.030Z] Removing intermediate container f859f3077d3c [2020-08-01T04:44:18.030Z] ---> c91930b24e33 [2020-08-01T04:44:18.030Z] [2020-08-01T04:44:18.647Z] (1/5) Installing ca-certificates (20191127-r2) [2020-08-01T04:44:18.647Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-08-01T04:44:18.647Z] (3/5) Installing libcurl (7.66.0-r0) [2020-08-01T04:44:18.647Z] (4/5) Installing curl (7.66.0-r0) [2020-08-01T04:44:18.647Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-08-01T04:44:18.647Z] Executing busybox-1.30.1-r3.trigger [2020-08-01T04:44:18.647Z] Executing ca-certificates-20191127-r2.trigger [2020-08-01T04:44:18.923Z] Successfully built c91930b24e33 [2020-08-01T04:44:18.923Z] ---> ef027aa229df [2020-08-01T04:44:18.923Z] Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-01T04:44:18.923Z] OK: 7 MiB in 19 packages [2020-08-01T04:44:18.923Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-08-01T04:44:18.923Z]  Building docker-security-proxy-setup-go ... done Building docker-support-scheduler-go [2020-08-01T04:44:19.533Z] ---> Running in cd9d97301ea3 [2020-08-01T04:44:20.155Z] Removing intermediate container cd9d97301ea3 [2020-08-01T04:44:20.155Z] ---> 0ca638b8201e [2020-08-01T04:44:20.155Z] Step 19/21 : LABEL arch=arm64 [2020-08-01T04:44:20.757Z] ---> Running in 452ecfb51180 [2020-08-01T04:44:22.227Z] Removing intermediate container 452ecfb51180 [2020-08-01T04:44:22.227Z] ---> 21228c4fcb9c [2020-08-01T04:44:22.227Z] Step 20/21 : LABEL git_sha=43a45c363427cd2c8b9de8c41a390495c419482a [2020-08-01T04:44:22.499Z] Removing intermediate container b98ef4248053 [2020-08-01T04:44:22.499Z] ---> a9b2331e4b1e [2020-08-01T04:44:22.499Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-01T04:44:23.096Z] Removing intermediate container 5e79545c2b9a [2020-08-01T04:44:23.096Z] ---> cbead0af3f11 [2020-08-01T04:44:23.096Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-08-01T04:44:23.375Z] ---> Running in ec5980f70682 [2020-08-01T04:44:23.375Z] ---> Running in 0f8cd2f49a12 [2020-08-01T04:44:23.990Z] ---> Running in c308d3d3426d [2020-08-01T04:44:24.588Z] Removing intermediate container ec5980f70682 [2020-08-01T04:44:24.588Z] ---> 1fa1c49887d8 [2020-08-01T04:44:24.588Z] Step 13/26 : WORKDIR / [2020-08-01T04:44:24.588Z] Removing intermediate container 0f8cd2f49a12 [2020-08-01T04:44:24.588Z] ---> a5640d459bea [2020-08-01T04:44:24.588Z] Step 21/21 : LABEL version=0.0.0 [2020-08-01T04:44:25.186Z] Removing intermediate container c308d3d3426d [2020-08-01T04:44:25.186Z] ---> 16e5be61ff5b [2020-08-01T04:44:25.186Z] Step 15/26 : ENV APP_PORT=48090 [2020-08-01T04:44:25.783Z] ---> Running in 788287b50b9f [2020-08-01T04:44:25.783Z] ---> Running in 2982853dcce9 [2020-08-01T04:44:26.062Z] ---> Running in c8651936e4c4 [2020-08-01T04:44:27.051Z] Removing intermediate container 2982853dcce9 [2020-08-01T04:44:27.051Z] ---> 862d2c985534 [2020-08-01T04:44:27.051Z] [2020-08-01T04:44:27.664Z] Successfully built 862d2c985534 [2020-08-01T04:44:27.937Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-08-01T04:44:27.937Z]  Building docker-support-logging-go ... done Building docker-core-command-go [2020-08-01T04:44:27.937Z] Removing intermediate container 788287b50b9f [2020-08-01T04:44:27.937Z] ---> 3e5507a73d5b [2020-08-01T04:44:27.937Z] Removing intermediate container c8651936e4c4 [2020-08-01T04:44:27.937Z] Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json ---> 0ce2634a1d5d [2020-08-01T04:44:27.937Z] Step 16/26 : EXPOSE $APP_PORT [2020-08-01T04:44:27.937Z] [2020-08-01T04:44:28.554Z] ---> Running in 6e80d6a5f617 [2020-08-01T04:44:29.157Z] ---> 8d018d6d399d [2020-08-01T04:44:29.157Z] Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-08-01T04:44:30.152Z] Removing intermediate container 6e80d6a5f617 [2020-08-01T04:44:30.152Z] ---> cc1720bc95c9 [2020-08-01T04:44:30.152Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-08-01T04:44:31.603Z] ---> 2af657bfaae3 [2020-08-01T04:44:31.603Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-08-01T04:44:33.057Z] ---> fab9e19aaecc [2020-08-01T04:44:33.057Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-08-01T04:44:33.333Z] Removing intermediate container b0724e503155 [2020-08-01T04:44:33.333Z] ---> cd8fdfd7069d [2020-08-01T04:44:33.333Z] [2020-08-01T04:44:33.333Z] Step 10/22 : FROM alpine [2020-08-01T04:44:33.333Z] ---> 62ee0e9f8440 [2020-08-01T04:44:33.333Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-01T04:44:34.312Z] ---> b6f0be678983 [2020-08-01T04:44:34.312Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-08-01T04:44:34.586Z] ---> Running in 766e3f90a2ab [2020-08-01T04:44:35.568Z] ---> c92d3639f23d [2020-08-01T04:44:35.568Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-08-01T04:44:37.007Z] ---> ccdbb5355bd3 [2020-08-01T04:44:37.007Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-08-01T04:44:37.007Z] Removing intermediate container 766e3f90a2ab [2020-08-01T04:44:37.007Z] ---> 90c6e47d58b9 [2020-08-01T04:44:37.007Z] Step 12/22 : ENV APP_PORT=48080 [2020-08-01T04:44:38.452Z] ---> 8cd62e6e7932 [2020-08-01T04:44:38.452Z] Step 20/26 : RUN apk --no-cache add py-pip [2020-08-01T04:44:39.080Z] ---> Running in 98f328b12f7a [2020-08-01T04:44:39.372Z] ---> Running in aea1f424e756 [2020-08-01T04:44:40.356Z] ---> 105a2c0272a4 [2020-08-01T04:44:40.356Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-08-01T04:44:40.965Z] Removing intermediate container 98f328b12f7a [2020-08-01T04:44:40.965Z] ---> 4480f45a9a8c [2020-08-01T04:44:40.965Z] Step 13/22 : EXPOSE $APP_PORT [2020-08-01T04:44:41.952Z] ---> Running in f5ef70d0071a [2020-08-01T04:44:42.241Z] ---> b2b282c387ac [2020-08-01T04:44:42.241Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-08-01T04:44:42.843Z] Removing intermediate container f5ef70d0071a [2020-08-01T04:44:42.843Z] ---> a5ce9f5b9509 [2020-08-01T04:44:43.121Z] Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-01T04:44:43.121Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-01T04:44:43.394Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-01T04:44:43.666Z] ---> Running in 61d2cd740e5f [2020-08-01T04:44:43.940Z] ---> 033a0d095d53 [2020-08-01T04:44:43.940Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-08-01T04:44:44.215Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-08-01T04:44:44.215Z] (2/33) Installing expat (2.2.9-r1) [2020-08-01T04:44:44.215Z] (3/33) Installing libffi (3.3-r2) [2020-08-01T04:44:44.215Z] (4/33) Installing gdbm (1.13-r1) [2020-08-01T04:44:44.215Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-08-01T04:44:44.215Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-08-01T04:44:44.215Z] (7/33) Installing python3 (3.8.5-r0) [2020-08-01T04:44:46.220Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-08-01T04:44:46.220Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-08-01T04:44:46.220Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-08-01T04:44:46.220Z] (11/33) Installing py3-six (1.15.0-r0) [2020-08-01T04:44:46.220Z] (12/33) Installing py3-packaging (20.4-r0) [2020-08-01T04:44:46.220Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-08-01T04:44:46.502Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-08-01T04:44:46.502Z] (15/33) Installing py3-idna (2.9-r0) [2020-08-01T04:44:46.502Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-08-01T04:44:46.502Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-08-01T04:44:46.502Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-08-01T04:44:46.776Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-08-01T04:44:46.776Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-08-01T04:44:46.776Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-08-01T04:44:46.776Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-08-01T04:44:46.776Z] ---> c03e23d247aa [2020-08-01T04:44:46.776Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-01T04:44:46.776Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-08-01T04:44:46.776Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-08-01T04:44:46.776Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-08-01T04:44:46.776Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-08-01T04:44:46.776Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-08-01T04:44:46.776Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-08-01T04:44:46.776Z] (29/33) Installing py3-progress (1.5-r0) [2020-08-01T04:44:46.776Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-08-01T04:44:47.064Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-08-01T04:44:47.064Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-08-01T04:44:47.064Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-08-01T04:44:47.064Z] Executing busybox-1.31.1-r16.trigger [2020-08-01T04:44:47.064Z] OK: 71 MiB in 55 packages [2020-08-01T04:44:47.344Z] ---> Running in 36fcc4b48124 [2020-08-01T04:44:48.797Z] Removing intermediate container 61d2cd740e5f [2020-08-01T04:44:48.797Z] ---> 7abab39d56a3 [2020-08-01T04:44:48.797Z] Step 15/22 : RUN apk --no-cache add zeromq [2020-08-01T04:44:49.399Z] ---> Running in a6fceaccec78 [2020-08-01T04:44:52.839Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-01T04:44:53.125Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-01T04:44:53.125Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-08-01T04:44:53.125Z] ---> f403898bebd1 [2020-08-01T04:44:53.126Z] Step 3/20 : WORKDIR /edgex-go [2020-08-01T04:44:53.126Z] ---> Using cache [2020-08-01T04:44:53.126Z] ---> 6d3137128914 [2020-08-01T04:44:53.126Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-01T04:44:53.126Z] ---> Using cache [2020-08-01T04:44:53.126Z] ---> 1926a18f1ef7 [2020-08-01T04:44:53.126Z] Step 5/20 : RUN apk update && apk add make git [2020-08-01T04:44:53.410Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-01T04:44:53.715Z] ---> Running in fbf15b3a876f [2020-08-01T04:44:54.320Z] (1/5) Installing libgcc (9.3.0-r2) [2020-08-01T04:44:54.320Z] (2/5) Installing libsodium (1.0.18-r0) [2020-08-01T04:44:54.320Z] Removing intermediate container 36fcc4b48124 [2020-08-01T04:44:54.320Z] ---> 92de6aabd022 [2020-08-01T04:44:54.320Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-08-01T04:44:54.320Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-08-01T04:44:54.598Z] (4/5) Installing libzmq (4.3.2-r0) [2020-08-01T04:44:54.871Z] (5/5) Installing zeromq (4.3.2-r0) [2020-08-01T04:44:54.871Z] Executing busybox-1.31.1-r16.trigger [2020-08-01T04:44:54.871Z] OK: 8 MiB in 19 packages [2020-08-01T04:44:55.146Z] ---> Running in 3a1d89ca704a [2020-08-01T04:44:57.150Z] Removing intermediate container 3a1d89ca704a [2020-08-01T04:44:57.150Z] ---> e0d1b913d259 [2020-08-01T04:44:57.150Z] Step 24/26 : LABEL arch=arm64 [2020-08-01T04:44:57.150Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-01T04:44:57.756Z] ---> Running in f6c9c5f0c1d9 [2020-08-01T04:44:58.034Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-01T04:44:58.636Z] Removing intermediate container a6fceaccec78 [2020-08-01T04:44:58.636Z] ---> 7321b12b895e [2020-08-01T04:44:58.636Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-08-01T04:44:58.636Z] Removing intermediate container aea1f424e756 [2020-08-01T04:44:58.636Z] ---> ed0d23778ffd [2020-08-01T04:44:58.636Z] Step 21/26 : RUN pip install docker-compose==1.23.2 [2020-08-01T04:44:59.243Z] Removing intermediate container f6c9c5f0c1d9 [2020-08-01T04:44:59.243Z] ---> 4c116a5e47cc [2020-08-01T04:44:59.243Z] Step 25/26 : LABEL git_sha=43a45c363427cd2c8b9de8c41a390495c419482a [2020-08-01T04:44:59.243Z] v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-01T04:44:59.243Z] v3.12.0-197-g6dfff0a61e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-01T04:44:59.243Z] OK: 12620 distinct packages available [2020-08-01T04:44:59.518Z] ---> Running in e338e49d7f35 [2020-08-01T04:45:00.120Z] ---> Running in 350978eeb18d [2020-08-01T04:45:00.120Z] ---> 8cc19516a969 [2020-08-01T04:45:00.120Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-08-01T04:45:00.120Z] OK: 217 MiB in 51 packages [2020-08-01T04:45:02.111Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-01T04:45:02.111Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-01T04:45:02.111Z] ---> f403898bebd1 [2020-08-01T04:45:02.111Z] Step 3/21 : WORKDIR /edgex-go [2020-08-01T04:45:02.111Z] ---> Using cache [2020-08-01T04:45:02.111Z] ---> 6d3137128914 [2020-08-01T04:45:02.111Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-01T04:45:02.111Z] ---> Using cache [2020-08-01T04:45:02.111Z] ---> 1926a18f1ef7 [2020-08-01T04:45:02.111Z] Step 5/21 : RUN apk update && apk add make git [2020-08-01T04:45:02.703Z] Removing intermediate container 350978eeb18d [2020-08-01T04:45:02.703Z] ---> 0a396c95919b [2020-08-01T04:45:02.703Z] Step 26/26 : LABEL version=0.0.0 [2020-08-01T04:45:02.703Z] ---> Running in 145b51053022 [2020-08-01T04:45:02.703Z] ---> Running in 2e85aaccc0cf [2020-08-01T04:45:02.977Z] ---> cc30cb27e6d2 [2020-08-01T04:45:02.977Z] Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-08-01T04:45:03.963Z] Removing intermediate container 2e85aaccc0cf [2020-08-01T04:45:03.963Z] ---> bcb32152b83f [2020-08-01T04:45:03.963Z] [2020-08-01T04:45:03.963Z] Removing intermediate container fbf15b3a876f [2020-08-01T04:45:03.963Z] ---> 75411e0f60da [2020-08-01T04:45:03.963Z] Step 6/20 : COPY go.mod . [2020-08-01T04:45:04.562Z] ---> 8ffe924d8902 [2020-08-01T04:45:04.562Z] Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-01T04:45:04.841Z] Successfully built bcb32152b83f [2020-08-01T04:45:04.841Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-08-01T04:45:04.841Z]  Building docker-security-secretstore-setup-go ... done Building docker-support-notifications-go [2020-08-01T04:45:04.841Z] ---> Running in 00b78876880a [2020-08-01T04:45:05.116Z] ---> c990dd4cadd1 [2020-08-01T04:45:05.116Z] Step 7/20 : RUN go mod download [2020-08-01T04:45:05.395Z] ---> Running in a10f4ca85315 [2020-08-01T04:45:05.395Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-01T04:45:05.671Z] Removing intermediate container 00b78876880a [2020-08-01T04:45:05.671Z] ---> 7907e576aa7a [2020-08-01T04:45:05.671Z] Step 20/22 : LABEL arch=arm64 [2020-08-01T04:45:05.948Z] ---> Running in 98a69232a888 [2020-08-01T04:45:06.221Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-01T04:45:07.687Z] Removing intermediate container 98a69232a888 [2020-08-01T04:45:07.687Z] ---> 2bb651fbb04d [2020-08-01T04:45:07.687Z] Step 21/22 : LABEL git_sha=43a45c363427cd2c8b9de8c41a390495c419482a [2020-08-01T04:45:07.687Z] v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-01T04:45:07.687Z] v3.12.0-197-g6dfff0a61e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-01T04:45:07.687Z] OK: 12620 distinct packages available [2020-08-01T04:45:08.674Z] OK: 217 MiB in 51 packages [2020-08-01T04:45:08.674Z] ---> Running in 97f463a41e75 [2020-08-01T04:45:09.281Z] Collecting docker-compose==1.23.2 [2020-08-01T04:45:09.281Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-08-01T04:45:10.276Z] Removing intermediate container 97f463a41e75 [2020-08-01T04:45:10.276Z] ---> 76b665d5f8e8 [2020-08-01T04:45:10.276Z] Step 22/22 : LABEL version=0.0.0 [2020-08-01T04:45:10.872Z] Collecting docopt<0.7,>=0.6.1 [2020-08-01T04:45:10.872Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-08-01T04:45:11.854Z] ---> Running in 2b53b98ddd2d [2020-08-01T04:45:13.294Z] Removing intermediate container 2b53b98ddd2d [2020-08-01T04:45:13.294Z] ---> 1fc7abefb366 [2020-08-01T04:45:13.294Z] [2020-08-01T04:45:13.572Z] Successfully built 1fc7abefb366 [2020-08-01T04:45:13.849Z] Successfully tagged docker-core-data-go-arm64:latest [2020-08-01T04:45:13.849Z]  Building docker-core-data-go ... done Building docker-core-metadata-go [2020-08-01T04:45:13.849Z] Removing intermediate container a10f4ca85315 [2020-08-01T04:45:13.849Z] ---> e2cbbcbab6c5 [2020-08-01T04:45:13.849Z] Step 8/20 : COPY . . [2020-08-01T04:45:13.849Z] Removing intermediate container 145b51053022 [2020-08-01T04:45:13.849Z] ---> c2339bbc657c [2020-08-01T04:45:13.849Z] Step 6/21 : COPY go.mod . [2020-08-01T04:45:14.845Z] Collecting websocket-client<1.0,>=0.32.0 [2020-08-01T04:45:14.845Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-08-01T04:45:15.444Z] ---> 394387cf63fc [2020-08-01T04:45:15.444Z] Step 7/21 : RUN go mod download [2020-08-01T04:45:16.434Z] Collecting cached-property<2,>=1.2.0 [2020-08-01T04:45:16.434Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-08-01T04:45:18.424Z] ---> Running in 0d307c992f18 [2020-08-01T04:45:19.025Z] Collecting PyYAML<4,>=3.10 [2020-08-01T04:45:19.025Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-08-01T04:45:24.471Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-08-01T04:45:24.471Z] Collecting dockerpty<0.5,>=0.4.1 [2020-08-01T04:45:24.471Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-08-01T04:45:28.239Z] Removing intermediate container 0d307c992f18 [2020-08-01T04:45:28.239Z] ---> e588c51d5e6f [2020-08-01T04:45:28.239Z] Step 8/21 : COPY . . [2020-08-01T04:45:28.992Z] Collecting texttable<0.10,>=0.9.0 [2020-08-01T04:45:28.992Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-08-01T04:45:32.439Z] Collecting jsonschema<3,>=2.5.1 [2020-08-01T04:45:32.439Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-08-01T04:45:33.886Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-08-01T04:45:33.886Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-08-01T04:45:34.869Z] Collecting docker<4.0,>=3.6.0 [2020-08-01T04:45:34.869Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-08-01T04:45:35.851Z] Collecting idna<2.8,>=2.5 [2020-08-01T04:45:35.851Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-08-01T04:45:36.455Z] Collecting urllib3<1.25,>=1.21.1 [2020-08-01T04:45:36.738Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-08-01T04:45:37.016Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2020-08-01T04:45:37.017Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2020-08-01T04:45:37.294Z] Collecting docker-pycreds>=0.4.0 [2020-08-01T04:45:37.294Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-08-01T04:45:37.577Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-08-01T04:45:37.577Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-08-01T04:45:37.577Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-08-01T04:45:37.577Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-08-01T04:45:39.051Z] Installing collected packages: docopt, websocket-client, cached-property, PyYAML, dockerpty, texttable, jsonschema, idna, urllib3, requests, docker-pycreds, docker, docker-compose [2020-08-01T04:45:39.051Z] Running setup.py install for docopt: started [2020-08-01T04:45:40.048Z] Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-01T04:45:40.048Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-08-01T04:45:40.048Z] ---> f403898bebd1 [2020-08-01T04:45:40.048Z] Step 3/23 : WORKDIR /edgex-go [2020-08-01T04:45:40.048Z] ---> Using cache [2020-08-01T04:45:40.048Z] ---> 6d3137128914 [2020-08-01T04:45:40.048Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-01T04:45:40.048Z] ---> Using cache [2020-08-01T04:45:40.048Z] ---> 1926a18f1ef7 [2020-08-01T04:45:40.048Z] Step 5/23 : RUN apk update && apk add make bash git ca-certificates [2020-08-01T04:45:42.717Z] Running setup.py install for docopt: finished with status 'done' [2020-08-01T04:45:44.170Z] Running setup.py install for PyYAML: started [2020-08-01T04:45:46.201Z] ---> Running in 1a3ff1d65ffb [2020-08-01T04:45:46.201Z] ---> 973ac990bc4a [2020-08-01T04:45:46.201Z] Step 9/20 : RUN make cmd/support-scheduler/support-scheduler [2020-08-01T04:45:47.188Z] ---> Running in ac67fcd2e2ee [2020-08-01T04:45:48.179Z] Running setup.py install for PyYAML: finished with status 'done' [2020-08-01T04:45:48.179Z] Running setup.py install for dockerpty: started [2020-08-01T04:45:49.174Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-01T04:45:49.452Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-08-01T04:45:50.058Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-01T04:45:50.340Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-01T04:45:50.340Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-01T04:45:50.340Z] ---> f403898bebd1 [2020-08-01T04:45:50.340Z] Step 3/21 : WORKDIR /edgex-go [2020-08-01T04:45:50.340Z] ---> Using cache [2020-08-01T04:45:50.340Z] ---> 6d3137128914 [2020-08-01T04:45:50.340Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-01T04:45:50.340Z] ---> Using cache [2020-08-01T04:45:50.340Z] ---> 1926a18f1ef7 [2020-08-01T04:45:50.340Z] Step 5/21 : RUN apk update && apk add make git [2020-08-01T04:45:50.340Z] ---> Using cache [2020-08-01T04:45:50.340Z] ---> c2339bbc657c [2020-08-01T04:45:50.340Z] Step 6/21 : COPY go.mod . [2020-08-01T04:45:50.340Z] ---> Using cache [2020-08-01T04:45:50.340Z] ---> 394387cf63fc [2020-08-01T04:45:50.340Z] Step 7/21 : RUN go mod download [2020-08-01T04:45:50.340Z] ---> Using cache [2020-08-01T04:45:50.340Z] ---> e588c51d5e6f [2020-08-01T04:45:50.340Z] Step 8/21 : COPY . . [2020-08-01T04:45:51.329Z] v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-01T04:45:51.329Z] v3.12.0-197-g6dfff0a61e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-01T04:45:51.329Z] OK: 12620 distinct packages available [2020-08-01T04:45:51.329Z] Running setup.py install for dockerpty: finished with status 'done' [2020-08-01T04:45:51.605Z] Running setup.py install for texttable: started [2020-08-01T04:45:52.591Z] OK: 217 MiB in 51 packages [2020-08-01T04:45:55.242Z] Running setup.py install for texttable: finished with status 'done' [2020-08-01T04:45:55.518Z] Attempting uninstall: idna [2020-08-01T04:45:55.518Z] Found existing installation: idna 2.9 [2020-08-01T04:45:55.518Z] Uninstalling idna-2.9: [2020-08-01T04:45:55.796Z] Successfully uninstalled idna-2.9 [2020-08-01T04:45:56.797Z] Attempting uninstall: urllib3 [2020-08-01T04:45:56.797Z] Found existing installation: urllib3 1.25.9 [2020-08-01T04:45:56.797Z] Uninstalling urllib3-1.25.9: [2020-08-01T04:45:56.797Z] Removing intermediate container 1a3ff1d65ffb [2020-08-01T04:45:56.797Z] ---> 01214f6f3f0c [2020-08-01T04:45:56.797Z] Step 6/23 : COPY go.mod . [2020-08-01T04:45:57.082Z] Successfully uninstalled urllib3-1.25.9 [2020-08-01T04:45:58.080Z] Attempting uninstall: requests [2020-08-01T04:45:58.080Z] Found existing installation: requests 2.23.0 [2020-08-01T04:45:58.080Z] Uninstalling requests-2.23.0: [2020-08-01T04:45:58.080Z] Successfully uninstalled requests-2.23.0 [2020-08-01T04:45:59.091Z] ---> ed35a6c82ba5 [2020-08-01T04:45:59.091Z] Step 7/23 : RUN go mod download [2020-08-01T04:45:59.702Z] ---> Running in e48152a9233f [2020-08-01T04:46:01.711Z] ---> 6c0ace936cb4 [2020-08-01T04:46:01.711Z] Step 9/21 : RUN make cmd/core-command/core-command [2020-08-01T04:46:01.993Z] Successfully installed PyYAML-3.13 cached-property-1.5.1 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2020-08-01T04:46:02.613Z] ---> Running in f9630880733f [2020-08-01T04:46:06.984Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-08-01T04:46:08.462Z] Removing intermediate container e48152a9233f [2020-08-01T04:46:08.462Z] ---> 8dbbb1435702 [2020-08-01T04:46:08.462Z] Step 8/23 : COPY . . [2020-08-01T04:46:12.078Z] Removing intermediate container e338e49d7f35 [2020-08-01T04:46:12.078Z] ---> 485c414b5153 [2020-08-01T04:46:12.078Z] Step 22/26 : RUN apk --no-cache add curl [2020-08-01T04:46:12.364Z] ---> Running in b4c7f643c574 [2020-08-01T04:46:16.758Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-01T04:46:16.758Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-01T04:46:17.377Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-08-01T04:46:17.377Z] (2/3) Installing libcurl (7.69.1-r0) [2020-08-01T04:46:17.377Z] (3/3) Installing curl (7.69.1-r0) [2020-08-01T04:46:17.377Z] Executing busybox-1.31.1-r16.trigger [2020-08-01T04:46:17.377Z] OK: 71 MiB in 58 packages [2020-08-01T04:46:21.860Z] Removing intermediate container b4c7f643c574 [2020-08-01T04:46:21.860Z] ---> 4db42233da40 [2020-08-01T04:46:21.860Z] Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-01T04:46:22.483Z] ---> Running in f26878b44263 [2020-08-01T04:46:24.532Z] Removing intermediate container f26878b44263 [2020-08-01T04:46:24.532Z] ---> f863e08ee1ce [2020-08-01T04:46:24.532Z] Step 24/26 : LABEL arch=arm64 [2020-08-01T04:46:24.819Z] ---> Running in 4dfc4c04b725 [2020-08-01T04:46:26.312Z] Removing intermediate container 4dfc4c04b725 [2020-08-01T04:46:26.312Z] ---> 5cb4e2006c7c [2020-08-01T04:46:26.312Z] Step 25/26 : LABEL git_sha=43a45c363427cd2c8b9de8c41a390495c419482a [2020-08-01T04:46:26.604Z] ---> Running in 343493bca71e [2020-08-01T04:46:28.633Z] Removing intermediate container 343493bca71e [2020-08-01T04:46:28.633Z] ---> c8eca5074228 [2020-08-01T04:46:28.633Z] Step 26/26 : LABEL version=0.0.0 [2020-08-01T04:46:28.633Z] ---> Running in 69d4183d716b [2020-08-01T04:46:30.107Z] Removing intermediate container 69d4183d716b [2020-08-01T04:46:30.107Z] ---> 9ee5a5a600ff [2020-08-01T04:46:30.107Z] [2020-08-01T04:46:31.576Z] ---> 005fda632e5c [2020-08-01T04:46:31.576Z] Step 9/21 : RUN make cmd/core-metadata/core-metadata [2020-08-01T04:46:31.576Z] Successfully built 9ee5a5a600ff [2020-08-01T04:46:31.576Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-08-01T04:46:31.857Z]  Building docker-sys-mgmt-agent-go ... done Building docker-security-secrets-setup-go [2020-08-01T04:46:32.475Z] ---> Running in 654c6f35b070 [2020-08-01T04:46:35.937Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-08-01T04:46:51.122Z] ---> d33a51e0fccb [2020-08-01T04:46:51.122Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2020-08-01T04:46:51.122Z] ---> Running in 283fcecc4cf6 [2020-08-01T04:46:54.552Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-08-01T04:47:07.037Z] Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-01T04:47:07.037Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-08-01T04:47:07.037Z] ---> f403898bebd1 [2020-08-01T04:47:07.037Z] Step 3/29 : WORKDIR /edgex-go [2020-08-01T04:47:07.037Z] ---> Using cache [2020-08-01T04:47:07.037Z] ---> 6d3137128914 [2020-08-01T04:47:07.037Z] Step 4/29 : RUN apk update && apk add make git [2020-08-01T04:47:08.043Z] ---> Running in 5176c1198c50 [2020-08-01T04:47:10.689Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-01T04:47:11.681Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-01T04:47:13.132Z] v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-01T04:47:13.132Z] v3.12.0-197-g6dfff0a61e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-01T04:47:13.132Z] OK: 12620 distinct packages available [2020-08-01T04:47:14.123Z] OK: 217 MiB in 51 packages [2020-08-01T04:47:16.131Z] Removing intermediate container 5176c1198c50 [2020-08-01T04:47:16.131Z] ---> 64e4d7f43fe4 [2020-08-01T04:47:16.131Z] Step 5/29 : COPY go.mod . [2020-08-01T04:47:17.141Z] ---> c4f243d6febb [2020-08-01T04:47:17.141Z] Step 6/29 : RUN go mod download [2020-08-01T04:47:17.141Z] ---> Running in f191497f34dd [2020-08-01T04:47:23.928Z] Removing intermediate container f191497f34dd [2020-08-01T04:47:23.928Z] ---> 5596b773f710 [2020-08-01T04:47:23.928Z] Step 7/29 : COPY . . [2020-08-01T04:47:56.367Z] ---> 77b7f8cda1ab [2020-08-01T04:47:56.367Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-08-01T04:47:56.367Z] ---> Running in 5e0d24f8784f [2020-08-01T04:47:56.367Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-08-01T04:48:03.089Z] Removing intermediate container ac67fcd2e2ee [2020-08-01T04:48:03.089Z] ---> cafaa9639568 [2020-08-01T04:48:03.089Z] [2020-08-01T04:48:03.089Z] Step 10/20 : FROM scratch [2020-08-01T04:48:03.089Z] ---> [2020-08-01T04:48:03.089Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-01T04:48:03.089Z] ---> Running in 673877ba6691 [2020-08-01T04:48:03.694Z] Removing intermediate container 673877ba6691 [2020-08-01T04:48:03.694Z] ---> 29c39b26551c [2020-08-01T04:48:03.694Z] Step 12/20 : ENV APP_PORT=48085 [2020-08-01T04:48:03.969Z] ---> Running in b716adaad33a [2020-08-01T04:48:04.572Z] Removing intermediate container b716adaad33a [2020-08-01T04:48:04.572Z] ---> b4a7770c204c [2020-08-01T04:48:04.572Z] Step 13/20 : EXPOSE $APP_PORT [2020-08-01T04:48:04.845Z] ---> Running in 47700b01eb8f [2020-08-01T04:48:05.445Z] Removing intermediate container 47700b01eb8f [2020-08-01T04:48:05.445Z] ---> 73246123466b [2020-08-01T04:48:05.445Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-08-01T04:48:06.446Z] ---> 3017ff33738c [2020-08-01T04:48:06.446Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-08-01T04:48:08.453Z] ---> 97ae415f6cf2 [2020-08-01T04:48:08.453Z] Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-08-01T04:48:09.901Z] ---> 3b6181fcc392 [2020-08-01T04:48:09.901Z] Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-01T04:48:09.901Z] ---> Running in f5930c19dddb [2020-08-01T04:48:10.508Z] Removing intermediate container f5930c19dddb [2020-08-01T04:48:10.508Z] ---> d60caa2bd6ae [2020-08-01T04:48:10.508Z] Step 18/20 : LABEL arch=arm64 [2020-08-01T04:48:10.508Z] ---> Running in 6715c4b34547 [2020-08-01T04:48:11.469Z] Removing intermediate container 6715c4b34547 [2020-08-01T04:48:11.469Z] ---> 9389d86cf044 [2020-08-01T04:48:11.469Z] Step 19/20 : LABEL git_sha=43a45c363427cd2c8b9de8c41a390495c419482a [2020-08-01T04:48:11.469Z] ---> Running in 4ff5c47fce00 [2020-08-01T04:48:12.475Z] Removing intermediate container 4ff5c47fce00 [2020-08-01T04:48:12.475Z] ---> 3d07c5dcd639 [2020-08-01T04:48:12.475Z] Step 20/20 : LABEL version=0.0.0 [2020-08-01T04:48:12.475Z] ---> Running in 02d379de3289 [2020-08-01T04:48:13.157Z] Removing intermediate container 02d379de3289 [2020-08-01T04:48:13.157Z] ---> 88821bb79f9e [2020-08-01T04:48:13.157Z] [2020-08-01T04:48:13.784Z] Successfully built 88821bb79f9e [2020-08-01T04:48:13.784Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-08-01T04:48:28.899Z]  Building docker-support-scheduler-go ... done Removing intermediate container f9630880733f [2020-08-01T04:48:28.899Z] ---> c9916884bdad [2020-08-01T04:48:28.899Z] [2020-08-01T04:48:28.899Z] Step 10/21 : FROM scratch [2020-08-01T04:48:28.899Z] ---> [2020-08-01T04:48:28.899Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-01T04:48:28.899Z] ---> Using cache [2020-08-01T04:48:28.899Z] ---> 29c39b26551c [2020-08-01T04:48:28.899Z] Step 12/21 : ENV APP_PORT=48082 [2020-08-01T04:48:29.175Z] ---> Running in 7f9fcfb8e0fb [2020-08-01T04:48:29.776Z] Removing intermediate container 7f9fcfb8e0fb [2020-08-01T04:48:29.777Z] ---> b83d643eac7d [2020-08-01T04:48:29.777Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-01T04:48:30.053Z] ---> Running in 22576feede76 [2020-08-01T04:48:30.664Z] Removing intermediate container 22576feede76 [2020-08-01T04:48:30.664Z] ---> 95982474c970 [2020-08-01T04:48:30.664Z] Step 14/21 : WORKDIR / [2020-08-01T04:48:30.941Z] ---> Running in 06b2517e0f4e [2020-08-01T04:48:31.564Z] Removing intermediate container 06b2517e0f4e [2020-08-01T04:48:31.564Z] ---> df81cdc8b5df [2020-08-01T04:48:31.564Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-08-01T04:48:33.563Z] ---> 696416e4f66a [2020-08-01T04:48:33.563Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-08-01T04:48:35.557Z] ---> aa8113e71133 [2020-08-01T04:48:35.557Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-08-01T04:48:37.027Z] ---> 91052e510097 [2020-08-01T04:48:37.027Z] Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-01T04:48:37.027Z] ---> Running in 24d0c19a6b05 [2020-08-01T04:48:37.651Z] Removing intermediate container 24d0c19a6b05 [2020-08-01T04:48:37.651Z] ---> 36922d71a067 [2020-08-01T04:48:37.942Z] Step 19/21 : LABEL arch=arm64 [2020-08-01T04:48:37.942Z] ---> Running in 66141caa5dfa [2020-08-01T04:48:38.575Z] Removing intermediate container 66141caa5dfa [2020-08-01T04:48:38.575Z] ---> bfec82616958 [2020-08-01T04:48:38.575Z] Step 20/21 : LABEL git_sha=43a45c363427cd2c8b9de8c41a390495c419482a [2020-08-01T04:48:38.863Z] ---> Running in df3a6cb35a83 [2020-08-01T04:48:39.872Z] Removing intermediate container df3a6cb35a83 [2020-08-01T04:48:39.872Z] ---> d30b58dc6e13 [2020-08-01T04:48:39.872Z] Step 21/21 : LABEL version=0.0.0 [2020-08-01T04:48:39.872Z] ---> Running in 3d39f42c9b55 [2020-08-01T04:48:40.476Z] Removing intermediate container 3d39f42c9b55 [2020-08-01T04:48:40.476Z] ---> cee3d14d31ee [2020-08-01T04:48:40.476Z] [2020-08-01T04:48:41.081Z] Successfully built cee3d14d31ee [2020-08-01T04:48:41.081Z] Successfully tagged docker-core-command-go-arm64:latest [2020-08-01T04:49:07.976Z]  Building docker-core-command-go ... done Removing intermediate container 654c6f35b070 [2020-08-01T04:49:07.976Z] ---> 8d07159ebdbe [2020-08-01T04:49:07.976Z] [2020-08-01T04:49:07.976Z] Step 10/21 : FROM scratch [2020-08-01T04:49:07.976Z] ---> [2020-08-01T04:49:07.976Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-01T04:49:07.976Z] ---> Using cache [2020-08-01T04:49:07.976Z] ---> 29c39b26551c [2020-08-01T04:49:07.976Z] Step 12/21 : ENV APP_PORT=48081 [2020-08-01T04:49:07.976Z] ---> Running in c5d2f7e4bb79 [2020-08-01T04:49:07.976Z] Removing intermediate container 283fcecc4cf6 [2020-08-01T04:49:07.976Z] ---> 80b322cb6b71 [2020-08-01T04:49:07.976Z] [2020-08-01T04:49:07.976Z] Step 10/23 : FROM scratch [2020-08-01T04:49:07.976Z] ---> [2020-08-01T04:49:07.976Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-01T04:49:07.976Z] ---> Using cache [2020-08-01T04:49:07.976Z] ---> 8850995c433d [2020-08-01T04:49:07.976Z] Step 12/23 : ENV APP_PORT=48060 [2020-08-01T04:49:07.976Z] ---> Running in 81dcea1c2511 [2020-08-01T04:49:07.976Z] Removing intermediate container c5d2f7e4bb79 [2020-08-01T04:49:07.976Z] ---> 9f537b4198bd [2020-08-01T04:49:07.976Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-01T04:49:07.976Z] ---> Running in 23a98b566c97 [2020-08-01T04:49:07.976Z] Removing intermediate container 81dcea1c2511 [2020-08-01T04:49:07.976Z] ---> 271e19338205 [2020-08-01T04:49:07.976Z] Step 13/23 : EXPOSE $APP_PORT [2020-08-01T04:49:07.976Z] ---> Running in 9d4bf0ac325f [2020-08-01T04:49:07.976Z] Removing intermediate container 23a98b566c97 [2020-08-01T04:49:07.976Z] ---> 4e2c7684ac88 [2020-08-01T04:49:07.976Z] Step 14/21 : WORKDIR / [2020-08-01T04:49:07.976Z] ---> Running in 732ac89411bf [2020-08-01T04:49:07.976Z] Removing intermediate container 9d4bf0ac325f [2020-08-01T04:49:07.976Z] ---> f7208bdd22f1 [2020-08-01T04:49:07.976Z] Step 14/23 : COPY --from=builder /bin/sh /bin/sh [2020-08-01T04:49:07.976Z] Removing intermediate container 732ac89411bf [2020-08-01T04:49:07.976Z] ---> 5fc3f6166327 [2020-08-01T04:49:07.976Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-08-01T04:49:07.976Z] Removing intermediate container 5e0d24f8784f [2020-08-01T04:49:07.976Z] ---> 710c4554d1a4 [2020-08-01T04:49:07.976Z] [2020-08-01T04:49:07.976Z] Step 9/29 : FROM alpine:latest [2020-08-01T04:49:07.976Z] ---> 62ee0e9f8440 [2020-08-01T04:49:07.976Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-08-01T04:49:07.976Z] ---> Running in 6411661b9cf1 [2020-08-01T04:49:08.253Z] ---> 99076408a92f [2020-08-01T04:49:08.253Z] Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-08-01T04:49:08.548Z] ---> 3839103baa06 [2020-08-01T04:49:08.548Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-08-01T04:49:08.548Z] Removing intermediate container 6411661b9cf1 [2020-08-01T04:49:08.548Z] ---> e19470a53c36 [2020-08-01T04:49:08.548Z] Step 11/29 : USER root [2020-08-01T04:49:08.548Z] ---> Running in 455f51dd4792 [2020-08-01T04:49:09.561Z] Removing intermediate container 455f51dd4792 [2020-08-01T04:49:09.561Z] ---> b3204997cd9d [2020-08-01T04:49:09.561Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-08-01T04:49:09.833Z] ---> Running in 1d7a43565d47 [2020-08-01T04:49:09.833Z] ---> 9de4ddf4cc20 [2020-08-01T04:49:09.833Z] Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl [2020-08-01T04:49:10.111Z] ---> ef7a81c965ac [2020-08-01T04:49:10.111Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-08-01T04:49:11.561Z] ---> a6bbb5ddeba7 [2020-08-01T04:49:11.561Z] Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-01T04:49:11.561Z] ---> Running in bfbbca786d72 [2020-08-01T04:49:11.561Z] ---> 0d446888e66f [2020-08-01T04:49:11.561Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-08-01T04:49:11.837Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-01T04:49:12.112Z] Removing intermediate container bfbbca786d72 [2020-08-01T04:49:12.112Z] ---> d46dab279997 [2020-08-01T04:49:12.112Z] Step 19/21 : LABEL arch=arm64 [2020-08-01T04:49:12.112Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-01T04:49:12.112Z] ---> Running in b070a13cdd6c [2020-08-01T04:49:12.393Z] ---> acc4add4fd70 [2020-08-01T04:49:12.393Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-08-01T04:49:12.665Z] Removing intermediate container b070a13cdd6c [2020-08-01T04:49:12.665Z] ---> d0b4d73f1663 [2020-08-01T04:49:12.665Z] Step 20/21 : LABEL git_sha=43a45c363427cd2c8b9de8c41a390495c419482a [2020-08-01T04:49:12.939Z] v3.12.0-199-gc106e3c922 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-01T04:49:12.939Z] v3.12.0-197-g6dfff0a61e [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-01T04:49:12.939Z] OK: 12620 distinct packages available [2020-08-01T04:49:12.939Z] ---> Running in 9413472f59c5 [2020-08-01T04:49:13.919Z] Removing intermediate container 9413472f59c5 [2020-08-01T04:49:13.919Z] ---> f642eb91d741 [2020-08-01T04:49:13.919Z] Step 21/21 : LABEL version=0.0.0 [2020-08-01T04:49:13.919Z] (1/2) Installing ca-certificates (20191127-r4) [2020-08-01T04:49:13.919Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-08-01T04:49:13.919Z] Executing busybox-1.31.1-r16.trigger [2020-08-01T04:49:13.919Z] Executing ca-certificates-20191127-r4.trigger [2020-08-01T04:49:13.919Z] ---> bae1b6b0d114 [2020-08-01T04:49:13.919Z] Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-08-01T04:49:13.919Z] ---> Running in dd3b43e7e05b [2020-08-01T04:49:14.197Z] OK: 6 MiB in 16 packages [2020-08-01T04:49:14.791Z] Removing intermediate container dd3b43e7e05b [2020-08-01T04:49:14.791Z] ---> 4e65f921bd31 [2020-08-01T04:49:14.791Z] [2020-08-01T04:49:15.391Z] ---> ca4cc858a00a [2020-08-01T04:49:15.391Z] Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-01T04:49:15.391Z] Successfully built 4e65f921bd31 [2020-08-01T04:49:15.391Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-08-01T04:49:15.391Z]  Building docker-core-metadata-go ... done  ---> Running in acdf6f57cbdc [2020-08-01T04:49:16.364Z] Removing intermediate container acdf6f57cbdc [2020-08-01T04:49:16.364Z] ---> 9d83f8308264 [2020-08-01T04:49:16.364Z] Step 21/23 : LABEL arch=arm64 [2020-08-01T04:49:16.364Z] Removing intermediate container 1d7a43565d47 [2020-08-01T04:49:16.364Z] ---> 3727a4794ce5 [2020-08-01T04:49:16.637Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-08-01T04:49:16.637Z] ---> Running in 46077054dbf6 [2020-08-01T04:49:16.908Z] ---> Running in 66fe4f362264 [2020-08-01T04:49:17.499Z] Removing intermediate container 46077054dbf6 [2020-08-01T04:49:17.499Z] ---> 988c8860e599 [2020-08-01T04:49:17.499Z] Step 22/23 : LABEL git_sha=43a45c363427cd2c8b9de8c41a390495c419482a [2020-08-01T04:49:17.774Z] Removing intermediate container 66fe4f362264 [2020-08-01T04:49:17.774Z] ---> a4ad696c70a0 [2020-08-01T04:49:17.774Z] Step 14/29 : WORKDIR $BASE_DIR [2020-08-01T04:49:17.774Z] ---> Running in e08086298e50 [2020-08-01T04:49:18.045Z] ---> Running in 166a5ad22afa [2020-08-01T04:49:18.670Z] Removing intermediate container e08086298e50 [2020-08-01T04:49:18.670Z] ---> 3af1a8cdcc8d [2020-08-01T04:49:18.670Z] Step 23/23 : LABEL version=0.0.0 [2020-08-01T04:49:18.941Z] Removing intermediate container 166a5ad22afa [2020-08-01T04:49:18.941Z] ---> 83b8bd4c04f4 [2020-08-01T04:49:18.941Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-08-01T04:49:19.214Z] ---> Running in f67a91a157f7 [2020-08-01T04:49:19.485Z] ---> Running in 1b3c0b07e2e8 [2020-08-01T04:49:19.757Z] Removing intermediate container f67a91a157f7 [2020-08-01T04:49:19.757Z] ---> f7bae991c8fa [2020-08-01T04:49:19.757Z] [2020-08-01T04:49:20.351Z] Successfully built f7bae991c8fa [2020-08-01T04:49:20.351Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-08-01T04:49:22.314Z]  Building docker-support-notifications-go ... done Removing intermediate container 1b3c0b07e2e8 [2020-08-01T04:49:22.315Z] ---> 0b520e9ae8e9 [2020-08-01T04:49:22.315Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-08-01T04:49:23.289Z] ---> 01a31abcfa7b [2020-08-01T04:49:23.289Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-08-01T04:49:24.261Z] ---> 009842ea89b3 [2020-08-01T04:49:24.261Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-08-01T04:49:25.232Z] ---> c125b5610f65 [2020-08-01T04:49:25.232Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-08-01T04:49:25.823Z] ---> 4cc7a613e20c [2020-08-01T04:49:25.823Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-08-01T04:49:26.797Z] ---> cf2c94f0a95a [2020-08-01T04:49:26.797Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-08-01T04:49:26.797Z] ---> Running in 7c97e3c359c8 [2020-08-01T04:49:30.188Z] Removing intermediate container 7c97e3c359c8 [2020-08-01T04:49:30.188Z] ---> 7d7ddfed4e8f [2020-08-01T04:49:30.188Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-08-01T04:49:30.460Z] ---> ca00551c465b [2020-08-01T04:49:30.460Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-01T04:49:30.743Z] ---> Running in 0504b93ef329 [2020-08-01T04:49:33.358Z] Removing intermediate container 0504b93ef329 [2020-08-01T04:49:33.358Z] ---> 483e83b29629 [2020-08-01T04:49:33.358Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-08-01T04:49:33.632Z] ---> Running in b7c88f955025 [2020-08-01T04:49:37.006Z] Removing intermediate container b7c88f955025 [2020-08-01T04:49:37.006Z] ---> b2119fb9d83f [2020-08-01T04:49:37.006Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-08-01T04:49:37.006Z] ---> Running in 53f7b5e5bb10 [2020-08-01T04:49:37.006Z] Removing intermediate container 53f7b5e5bb10 [2020-08-01T04:49:37.277Z] ---> 2a9a4c99ceb5 [2020-08-01T04:49:37.277Z] Step 26/29 : CMD [ "generate" ] [2020-08-01T04:49:37.277Z] ---> Running in f26bb695c476 [2020-08-01T04:49:37.872Z] Removing intermediate container f26bb695c476 [2020-08-01T04:49:37.872Z] ---> fd8f50ddad7a [2020-08-01T04:49:37.872Z] Step 27/29 : LABEL arch=arm64 [2020-08-01T04:49:37.872Z] ---> Running in 18bb63b7b8ac [2020-08-01T04:49:38.467Z] Removing intermediate container 18bb63b7b8ac [2020-08-01T04:49:38.467Z] ---> fd2831218512 [2020-08-01T04:49:38.467Z] Step 28/29 : LABEL git_sha=43a45c363427cd2c8b9de8c41a390495c419482a [2020-08-01T04:49:38.467Z] ---> Running in 57e06aeb9afe [2020-08-01T04:49:39.059Z] Removing intermediate container 57e06aeb9afe [2020-08-01T04:49:39.059Z] ---> 7afe4460c49b [2020-08-01T04:49:39.059Z] Step 29/29 : LABEL version=0.0.0 [2020-08-01T04:49:39.329Z] ---> Running in dd1695c1eec9 [2020-08-01T04:49:39.599Z] Removing intermediate container dd1695c1eec9 [2020-08-01T04:49:39.599Z] ---> da6d8ddc4b94 [2020-08-01T04:49:39.599Z] [2020-08-01T04:49:40.190Z] Successfully built da6d8ddc4b94 [2020-08-01T04:49:40.190Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-08-01T04:49:40.476Z]  Building docker-security-secrets-setup-go ... done  [Pipeline] } [2020-08-01T04:49:40.617Z] $ docker stop --time=1 730c607e32a0cbd72a2192798ddbbff0a1c32f2efe82609d56ed7d89d24d079e [2020-08-01T04:49:42.681Z] $ docker rm -f 730c607e32a0cbd72a2192798ddbbff0a1c32f2efe82609d56ed7d89d24d079e [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-01T04:49:43.293Z] + docker images [2020-08-01T04:49:43.293Z] + grep docker [2020-08-01T04:49:43.568Z] docker-security-secrets-setup-go-arm64 latest da6d8ddc4b94 4 seconds ago 24.2MB [2020-08-01T04:49:43.568Z] docker-support-notifications-go-arm64 latest f7bae991c8fa 24 seconds ago 13.9MB [2020-08-01T04:49:43.568Z] docker-core-metadata-go-arm64 latest 4e65f921bd31 29 seconds ago 13.8MB [2020-08-01T04:49:43.568Z] docker-core-command-go-arm64 latest cee3d14d31ee About a minute ago 12.4MB [2020-08-01T04:49:43.568Z] docker-support-scheduler-go-arm64 latest 88821bb79f9e About a minute ago 12.6MB [2020-08-01T04:49:43.568Z] docker-sys-mgmt-agent-go-arm64 latest 9ee5a5a600ff 3 minutes ago 266MB [2020-08-01T04:49:43.568Z] docker-core-data-go-arm64 latest 1fc7abefb366 4 minutes ago 22.6MB [2020-08-01T04:49:43.568Z] docker-security-secretstore-setup-go-arm64 latest bcb32152b83f 4 minutes ago 32.6MB [2020-08-01T04:49:43.568Z] docker-support-logging-go-arm64 latest 862d2c985534 5 minutes ago 11.4MB [2020-08-01T04:49:43.568Z] docker-security-proxy-setup-go-arm64 latest c91930b24e33 5 minutes ago 15.8MB [2020-08-01T04:49:43.568Z] docker latest ce9d55ae87f1 5 weeks ago 193MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2020-08-01T04:49:45.410Z] provisioning config files... [2020-08-01T04:49:45.446Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/23@tmp/config2418659440180751254tmp [Pipeline] { [Pipeline] sh [2020-08-01T04:49:45.851Z] + curl -s https://codecov.io/bash [2020-08-01T04:49:45.852Z] + bash -s - -t @/w/workspace/edgex-go/23@tmp/config2418659440180751254tmp [Pipeline] } [2020-08-01T04:49:46.204Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-08-01T04:49:47.601Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-01T04:49:48.475Z] ---> package-listing.sh [2020-08-01T04:49:48.475Z] ++ facter osfamily [2020-08-01T04:49:48.475Z] ++ tr '[:upper:]' '[:lower:]' [2020-08-01T04:49:48.475Z] + OS_FAMILY=redhat [2020-08-01T04:49:48.475Z] + workspace=/w/workspace/edgex-go/23 [2020-08-01T04:49:48.475Z] + START_PACKAGES=/tmp/packages_start.txt [2020-08-01T04:49:48.475Z] + END_PACKAGES=/tmp/packages_end.txt [2020-08-01T04:49:48.475Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-08-01T04:49:48.475Z] + PACKAGES=/tmp/packages_start.txt [2020-08-01T04:49:48.475Z] + '[' /w/workspace/edgex-go/23 ']' [2020-08-01T04:49:48.475Z] + PACKAGES=/tmp/packages_end.txt [2020-08-01T04:49:48.475Z] + case "${OS_FAMILY}" in [2020-08-01T04:49:48.475Z] + rpm -qa [2020-08-01T04:49:48.475Z] + sort [2020-08-01T04:49:52.685Z] + '[' -f /tmp/packages_start.txt ']' [2020-08-01T04:49:52.685Z] + '[' -f /tmp/packages_end.txt ']' [2020-08-01T04:49:52.685Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-08-01T04:49:52.685Z] + '[' /w/workspace/edgex-go/23 ']' [2020-08-01T04:49:52.685Z] + mkdir -p /w/workspace/edgex-go/23/archives/ [2020-08-01T04:49:52.685Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/23/archives/ [Pipeline] isUnix [Pipeline] sh [2020-08-01T04:49:53.398Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-01T04:49:53.399Z] [2020-08-01T04:49:53.399Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-08-01T04:49:53.735Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-01T04:49:53.735Z] alpine: Pulling from edgex-lftools-log-publisher [2020-08-01T04:49:53.735Z] c9b1b535fdd9: Pulling fs layer [2020-08-01T04:49:53.735Z] 2cc5ad85d9ab: Pulling fs layer [2020-08-01T04:49:53.735Z] 756a868c4378: Pulling fs layer [2020-08-01T04:49:53.735Z] 444b2fc9a129: Pulling fs layer [2020-08-01T04:49:53.735Z] ea15f1150254: Pulling fs layer [2020-08-01T04:49:53.735Z] 41b27a9f41bf: Pulling fs layer [2020-08-01T04:49:53.735Z] 28c525ee5125: Pulling fs layer [2020-08-01T04:49:53.735Z] 094b1ea09ed8: Pulling fs layer [2020-08-01T04:49:53.735Z] 138eaada9080: Pulling fs layer [2020-08-01T04:49:53.735Z] 0622d0fa9048: Pulling fs layer [2020-08-01T04:49:53.735Z] 444b2fc9a129: Waiting [2020-08-01T04:49:53.735Z] ea15f1150254: Waiting [2020-08-01T04:49:53.735Z] 41b27a9f41bf: Waiting [2020-08-01T04:49:53.735Z] 28c525ee5125: Waiting [2020-08-01T04:49:53.735Z] 138eaada9080: Waiting [2020-08-01T04:49:53.735Z] 0622d0fa9048: Waiting [2020-08-01T04:49:53.735Z] 2cc5ad85d9ab: Verifying Checksum [2020-08-01T04:49:53.735Z] 2cc5ad85d9ab: Download complete [2020-08-01T04:49:53.735Z] 444b2fc9a129: Download complete [2020-08-01T04:49:53.735Z] c9b1b535fdd9: Verifying Checksum [2020-08-01T04:49:53.735Z] c9b1b535fdd9: Download complete [2020-08-01T04:49:53.735Z] ea15f1150254: Verifying Checksum [2020-08-01T04:49:53.735Z] ea15f1150254: Download complete [2020-08-01T04:49:53.735Z] 28c525ee5125: Verifying Checksum [2020-08-01T04:49:53.735Z] 28c525ee5125: Download complete [2020-08-01T04:49:54.009Z] 756a868c4378: Verifying Checksum [2020-08-01T04:49:54.009Z] 756a868c4378: Download complete [2020-08-01T04:49:54.272Z] 138eaada9080: Verifying Checksum [2020-08-01T04:49:54.272Z] 138eaada9080: Download complete [2020-08-01T04:49:54.272Z] c9b1b535fdd9: Pull complete [2020-08-01T04:49:54.272Z] 0622d0fa9048: Verifying Checksum [2020-08-01T04:49:54.272Z] 0622d0fa9048: Download complete [2020-08-01T04:49:54.272Z] 094b1ea09ed8: Verifying Checksum [2020-08-01T04:49:54.272Z] 094b1ea09ed8: Download complete [2020-08-01T04:49:54.568Z] 2cc5ad85d9ab: Pull complete [2020-08-01T04:49:54.568Z] 41b27a9f41bf: Verifying Checksum [2020-08-01T04:49:54.568Z] 41b27a9f41bf: Download complete [2020-08-01T04:49:56.481Z] 756a868c4378: Pull complete [2020-08-01T04:49:56.481Z] 444b2fc9a129: Pull complete [2020-08-01T04:49:56.481Z] ea15f1150254: Pull complete [2020-08-01T04:50:01.768Z] 41b27a9f41bf: Pull complete [2020-08-01T04:50:01.768Z] 28c525ee5125: Pull complete [2020-08-01T04:50:04.325Z] 094b1ea09ed8: Pull complete [2020-08-01T04:50:04.325Z] 138eaada9080: Pull complete [2020-08-01T04:50:04.584Z] 0622d0fa9048: Pull complete [2020-08-01T04:50:04.584Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-08-01T04:50:04.584Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-01T04:50:04.584Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-08-01T04:50:04.708Z] prd-centos7-docker-4c-2g-1757 does not seem to be running inside a container [2020-08-01T04:50:04.747Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgex-go/23 -v /w/workspace/edgex-go/23:/w/workspace/edgex-go/23:rw,z -v /w/workspace/edgex-go/23@tmp:/w/workspace/edgex-go/23@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-08-01T04:50:08.723Z] $ docker top e11327661d88977ee3e66c78722641a76a38ecdaf558ab88b58998d4fed30c9e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-08-01T04:50:08.967Z] provisioning config files... [2020-08-01T04:50:08.980Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/23@tmp/config5499734284702012209tmp [Pipeline] { [Pipeline] echo [2020-08-01T04:50:09.044Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-01T04:50:09.334Z] ---> create-netrc.sh [Pipeline] echo [2020-08-01T04:50:09.343Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-01T04:50:09.630Z] ---> logs-deploy.sh [2020-08-01T04:50:09.630Z] + ARCHIVE_ARTIFACTS= [2020-08-01T04:50:09.630Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-08-01T04:50:09.630Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-08-01T04:50:09.630Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-08-01T04:50:09.630Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2627/23 [2020-08-01T04:50:09.630Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2627/23/ [2020-08-01T04:50:09.630Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2627/23 /w/workspace/edgex-go/23 [2020-08-01T04:50:10.567Z] Archives upload complete. [2020-08-01T04:50:10.567Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2627/23 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2627/23/