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 bnevis-i for edgexfoundry/edgex-go Obtained Jenkinsfile from 13a37a78d6dc5cd064bc570d1cdbf40eb072bac1+6df8530f92e66c259c9e6c4b7995a1e49851403d (ae2d1d3ef08b97e2af13e2de0df8de2772ad639f) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 # timeout=10 Commit message: "Merge pull request #220 from ernestojeda/fix-arm64-semver" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, goVersion:1.13, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-544 in /w/workspace/edgexfoundry_edgex-go_PR-2659 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/8 [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/8 # 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/2659/head:refs/remotes/origin/PR-2659 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit 6df8530f92e66c259c9e6c4b7995a1e49851403d into PR head commit 13a37a78d6dc5cd064bc570d1cdbf40eb072bac1 Merge succeeded, producing 5c139179f817ec2b654e37ec469ee87c086e10a0 Checking out Revision 5c139179f817ec2b654e37ec469ee87c086e10a0 (PR-2659) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/2659/head:refs/remotes/origin/PR-2659 # 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/2659/head:refs/remotes/origin/PR-2659 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 13a37a78d6dc5cd064bc570d1cdbf40eb072bac1 # 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 6df8530f92e66c259c9e6c4b7995a1e49851403d # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 5c139179f817ec2b654e37ec469ee87c086e10a0 # timeout=10 Commit message: "Merge commit '6df8530f92e66c259c9e6c4b7995a1e49851403d' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-08-20T00:31:17.576Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials > git rev-list --no-walk d04602bbb98794501f5ec82b6f3d3b4ad66dc79f # timeout=10 [2020-08-20T00:31:17.828Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-08-20T00:31:17.916Z] ========================================================= [2020-08-20T00:31:17.916Z] EdgeX Global Pipelines Version Info [2020-08-20T00:31:17.916Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-08-20T00:31:19.864Z] ------------------- [2020-08-20T00:31:19.864Z] stable info: [2020-08-20T00:31:19.864Z] ------------------- [2020-08-20T00:31:19.864Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-08-20T00:31:19.864Z] Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [2020-08-20T00:31:19.864Z] Message: update stable to v1.0.106 [2020-08-20T00:31:20.444Z] ------------------- [2020-08-20T00:31:20.444Z] experimental info: [2020-08-20T00:31:20.444Z] ------------------- [2020-08-20T00:31:20.444Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-08-20T00:31:20.444Z] Commit SHA: 69b11ffe9275ab8e68c4cba724b6d595bdc2db9b [2020-08-20T00:31:20.444Z] Message: update experimental to v1.0.111 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] sh [2020-08-20T00:31:22.296Z] ++ 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-20T00:31:22.296Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-20T00:31:22.296Z] ++ dirname cmd/core-command/Dockerfile [2020-08-20T00:31:22.296Z] ++ cut -d/ -f2 [2020-08-20T00:31:22.296Z] + echo core-command,cmd/core-command/Dockerfile [2020-08-20T00:31:22.296Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-20T00:31:22.296Z] ++ dirname cmd/core-data/Dockerfile [2020-08-20T00:31:22.296Z] ++ cut -d/ -f2 [2020-08-20T00:31:22.296Z] + echo core-data,cmd/core-data/Dockerfile [2020-08-20T00:31:22.296Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-20T00:31:22.296Z] ++ dirname cmd/core-metadata/Dockerfile [2020-08-20T00:31:22.296Z] ++ cut -d/ -f2 [2020-08-20T00:31:22.296Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-08-20T00:31:22.296Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-20T00:31:22.296Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-08-20T00:31:22.296Z] ++ cut -d/ -f2 [2020-08-20T00:31:22.296Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-08-20T00:31:22.296Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-20T00:31:22.296Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-08-20T00:31:22.296Z] ++ cut -d/ -f2 [2020-08-20T00:31:22.297Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-08-20T00:31:22.297Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-20T00:31:22.297Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-08-20T00:31:22.297Z] ++ cut -d/ -f2 [2020-08-20T00:31:22.297Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-08-20T00:31:22.297Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-20T00:31:22.297Z] ++ dirname cmd/support-logging/Dockerfile [2020-08-20T00:31:22.297Z] ++ cut -d/ -f2 [2020-08-20T00:31:22.297Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-08-20T00:31:22.297Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-20T00:31:22.297Z] ++ dirname cmd/support-notifications/Dockerfile [2020-08-20T00:31:22.297Z] ++ cut -d/ -f2 [2020-08-20T00:31:22.297Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-08-20T00:31:22.297Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-20T00:31:22.297Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-08-20T00:31:22.297Z] ++ cut -d/ -f2 [2020-08-20T00:31:22.297Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-08-20T00:31:22.297Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-20T00:31:22.297Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-08-20T00:31:22.297Z] ++ cut -d/ -f2 [2020-08-20T00:31:22.297Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-08-20T00:31:22.374Z] 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-20T00:31:23.413Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-20T00:31:23.679Z] [2020-08-20T00:31:23.679Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-08-20T00:31:24.052Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-20T00:31:24.052Z] latest: Pulling from edgex-devops/git-semver [2020-08-20T00:31:24.052Z] 31603596830f: Pulling fs layer [2020-08-20T00:31:24.052Z] 2a8b12db71e7: Pulling fs layer [2020-08-20T00:31:24.052Z] 6ca5941a6612: Pulling fs layer [2020-08-20T00:31:24.052Z] ecc8261a40a4: Pulling fs layer [2020-08-20T00:31:24.052Z] ecc8261a40a4: Waiting [2020-08-20T00:31:24.052Z] 2a8b12db71e7: Verifying Checksum [2020-08-20T00:31:24.052Z] 2a8b12db71e7: Download complete [2020-08-20T00:31:24.330Z] 31603596830f: Verifying Checksum [2020-08-20T00:31:24.330Z] 31603596830f: Download complete [2020-08-20T00:31:24.330Z] ecc8261a40a4: Verifying Checksum [2020-08-20T00:31:24.330Z] ecc8261a40a4: Download complete [2020-08-20T00:31:24.330Z] 6ca5941a6612: Verifying Checksum [2020-08-20T00:31:24.330Z] 6ca5941a6612: Download complete [2020-08-20T00:31:24.600Z] 31603596830f: Pull complete [2020-08-20T00:31:24.600Z] 2a8b12db71e7: Pull complete [2020-08-20T00:31:25.565Z] 6ca5941a6612: Pull complete [2020-08-20T00:31:25.830Z] ecc8261a40a4: Pull complete [2020-08-20T00:31:25.830Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-08-20T00:31:25.830Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-20T00:31:25.830Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-08-20T00:31:25.948Z] prd-centos7-docker-4c-2g-544 does not seem to be running inside a container [2020-08-20T00:31:26.021Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-08-20T00:31:28.548Z] $ docker top fc4079656c273265220f10bd88d9ff7d764356b935b5a434c356856af61fb4a9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-20T00:31:28.877Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-20T00:31:28.877Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-20T00:31:29.110Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-20T00:31:29.111Z] $ docker exec fc4079656c273265220f10bd88d9ff7d764356b935b5a434c356856af61fb4a9 ssh-agent [2020-08-20T00:31:29.275Z] SSH_AUTH_SOCK=/tmp/ssh-6b2zY7hZ6AFS/agent.12 [2020-08-20T00:31:29.275Z] SSH_AGENT_PID=17 [2020-08-20T00:31:29.288Z] Running ssh-add (command line suppressed) [2020-08-20T00:31:29.413Z] Identity added: /w/workspace/edgex-go/8@tmp/private_key_737004471391869937.key (/w/workspace/edgex-go/8@tmp/private_key_737004471391869937.key) [2020-08-20T00:31:29.470Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-20T00:31:29.813Z] + git describe --exact-match --tags HEAD [2020-08-20T00:31:29.813Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-08-20T00:31:29.834Z] $ docker exec --env ******** --env ******** fc4079656c273265220f10bd88d9ff7d764356b935b5a434c356856af61fb4a9 ssh-agent -k [2020-08-20T00:31:29.977Z] unset SSH_AUTH_SOCK; [2020-08-20T00:31:29.978Z] unset SSH_AGENT_PID; [2020-08-20T00:31:29.978Z] echo Agent pid 17 killed; [2020-08-20T00:31:30.038Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-08-20T00:31:30.122Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-08-20T00:31:30.122Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-08-20T00:31:30.226Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-20T00:31:30.227Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-20T00:31:30.410Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-20T00:31:30.412Z] $ docker exec fc4079656c273265220f10bd88d9ff7d764356b935b5a434c356856af61fb4a9 ssh-agent [2020-08-20T00:31:30.583Z] SSH_AUTH_SOCK=/tmp/ssh-TlcR3ZuvPLnU/agent.47 [2020-08-20T00:31:30.583Z] SSH_AGENT_PID=52 [2020-08-20T00:31:30.590Z] Running ssh-add (command line suppressed) [2020-08-20T00:31:30.721Z] Identity added: /w/workspace/edgex-go/8@tmp/private_key_3947783016346476600.key (/w/workspace/edgex-go/8@tmp/private_key_3947783016346476600.key) [2020-08-20T00:31:30.783Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-20T00:31:31.168Z] + git semver init [2020-08-20T00:31:31.169Z] # -> Open(): unable to determine branch for HEAD [2020-08-20T00:31:31.169Z] # $GIT_DIR = /w/workspace/edgex-go/8/.git [2020-08-20T00:31:31.169Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/8 [2020-08-20T00:31:31.169Z] # $SEMVER_REMOTE_NAME = origin [2020-08-20T00:31:31.169Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-20T00:31:31.169Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-20T00:31:31.169Z] # $SEMVER_BRANCH = PR-2659 [2020-08-20T00:31:31.169Z] # $SEMVER_TEMP = /tmp/semver-682714395 [2020-08-20T00:31:31.169Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-08-20T00:32:10.049Z] # '/tmp/semver-682714395' -> '/w/workspace/edgex-go/8/.semver' [2020-08-20T00:32:10.049Z] # -> Force: false [2020-08-20T00:32:10.049Z] # $SEMVER_DIR = /w/workspace/edgex-go/8/.semver [Pipeline] } [2020-08-20T00:32:10.059Z] $ docker exec --env ******** --env ******** fc4079656c273265220f10bd88d9ff7d764356b935b5a434c356856af61fb4a9 ssh-agent -k [2020-08-20T00:32:10.312Z] unset SSH_AUTH_SOCK; [2020-08-20T00:32:10.312Z] unset SSH_AGENT_PID; [2020-08-20T00:32:10.313Z] echo Agent pid 52 killed; [2020-08-20T00:32:10.416Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-20T00:32:10.892Z] + git semver [Pipeline] } [2020-08-20T00:32:10.904Z] $ docker stop --time=1 fc4079656c273265220f10bd88d9ff7d764356b935b5a434c356856af61fb4a9 [2020-08-20T00:32:12.399Z] $ docker rm -f fc4079656c273265220f10bd88d9ff7d764356b935b5a434c356856af61fb4a9 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-08-20T00:32:26.321Z] Stashed 37 file(s) [Pipeline] echo [2020-08-20T00:32:26.323Z] [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-20T00:32:26.814Z] ========================================================= [2020-08-20T00:32:26.815Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-08-20T00:32:26.815Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-08-20T00:32:27.149Z] + 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-20T00:32:30.475Z] Sending build context to Docker daemon 323.2MB [2020-08-20T00:32:30.475Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-08-20T00:32:30.475Z] Step 2/7 : FROM ${BASE} [2020-08-20T00:32:30.475Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-08-20T00:32:30.475Z] df20fa9351a1: Pulling fs layer [2020-08-20T00:32:30.475Z] ed8968b2872e: Pulling fs layer [2020-08-20T00:32:30.475Z] a92cc7c5fd73: Pulling fs layer [2020-08-20T00:32:30.475Z] 2dd03ba5bac4: Pulling fs layer [2020-08-20T00:32:30.475Z] 1e091d79d1de: Pulling fs layer [2020-08-20T00:32:30.475Z] 481702a1767f: Pulling fs layer [2020-08-20T00:32:30.475Z] f64a6f60c768: Pulling fs layer [2020-08-20T00:32:30.475Z] e78d2573fc39: Pulling fs layer [2020-08-20T00:32:30.475Z] e876d2f968b6: Pulling fs layer [2020-08-20T00:32:30.475Z] ce8a83651883: Pulling fs layer [2020-08-20T00:32:30.475Z] 07967f4d0e4b: Pulling fs layer [2020-08-20T00:32:30.475Z] 2dd03ba5bac4: Waiting [2020-08-20T00:32:30.475Z] 1e091d79d1de: Waiting [2020-08-20T00:32:30.475Z] 481702a1767f: Waiting [2020-08-20T00:32:30.475Z] f64a6f60c768: Waiting [2020-08-20T00:32:30.475Z] ce8a83651883: Waiting [2020-08-20T00:32:30.475Z] 07967f4d0e4b: Waiting [2020-08-20T00:32:30.475Z] e876d2f968b6: Waiting [2020-08-20T00:32:30.475Z] e78d2573fc39: Waiting [2020-08-20T00:32:30.475Z] a92cc7c5fd73: Verifying Checksum [2020-08-20T00:32:30.475Z] a92cc7c5fd73: Download complete [2020-08-20T00:32:30.475Z] ed8968b2872e: Verifying Checksum [2020-08-20T00:32:30.475Z] ed8968b2872e: Download complete [2020-08-20T00:32:30.475Z] 1e091d79d1de: Verifying Checksum [2020-08-20T00:32:30.475Z] 1e091d79d1de: Download complete [2020-08-20T00:32:30.475Z] 481702a1767f: Verifying Checksum [2020-08-20T00:32:30.475Z] 481702a1767f: Download complete [2020-08-20T00:32:30.475Z] df20fa9351a1: Verifying Checksum [2020-08-20T00:32:30.475Z] df20fa9351a1: Download complete [2020-08-20T00:32:30.752Z] df20fa9351a1: Pull complete [2020-08-20T00:32:31.346Z] ed8968b2872e: Pull complete [2020-08-20T00:32:31.346Z] f64a6f60c768: Verifying Checksum [2020-08-20T00:32:31.346Z] f64a6f60c768: Download complete [2020-08-20T00:32:31.346Z] e876d2f968b6: Verifying Checksum [2020-08-20T00:32:31.346Z] e876d2f968b6: Download complete [2020-08-20T00:32:31.951Z] 2dd03ba5bac4: Verifying Checksum [2020-08-20T00:32:31.951Z] 2dd03ba5bac4: Download complete [2020-08-20T00:32:31.951Z] e78d2573fc39: Download complete [2020-08-20T00:32:31.951Z] 07967f4d0e4b: Verifying Checksum [2020-08-20T00:32:31.951Z] 07967f4d0e4b: Download complete [2020-08-20T00:32:32.211Z] ce8a83651883: Verifying Checksum [2020-08-20T00:32:32.211Z] ce8a83651883: Download complete [2020-08-20T00:32:32.785Z] a92cc7c5fd73: Pull complete [2020-08-20T00:32:38.536Z] 2dd03ba5bac4: Pull complete [2020-08-20T00:32:38.536Z] 1e091d79d1de: Pull complete [2020-08-20T00:32:38.536Z] 481702a1767f: Pull complete [2020-08-20T00:32:41.628Z] Still waiting to schedule task [2020-08-20T00:32:41.628Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2020-08-20T00:32:48.572Z] f64a6f60c768: Pull complete [2020-08-20T00:32:51.915Z] e78d2573fc39: Pull complete [2020-08-20T00:32:52.178Z] e876d2f968b6: Pull complete [2020-08-20T00:32:53.148Z] ce8a83651883: Pull complete [2020-08-20T00:32:53.413Z] 07967f4d0e4b: Pull complete [2020-08-20T00:32:53.413Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-08-20T00:32:53.413Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-08-20T00:32:53.413Z] ---> 5d7c900382c6 [2020-08-20T00:32:53.413Z] 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-20T00:32:54.805Z] ---> Running in 5765f3a5dbdd [2020-08-20T00:32:55.750Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-20T00:32:56.323Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-20T00:32:56.896Z] (1/12) Installing libmagic (5.38-r0) [2020-08-20T00:32:56.896Z] (2/12) Installing file (5.38-r0) [2020-08-20T00:32:56.896Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-08-20T00:32:57.157Z] (4/12) Installing g++ (9.3.0-r2) [2020-08-20T00:32:59.705Z] (5/12) Installing fortify-headers (1.1-r0) [2020-08-20T00:32:59.705Z] (6/12) Installing patch (2.7.6-r6) [2020-08-20T00:32:59.705Z] (7/12) Installing build-base (0.5-r2) [2020-08-20T00:32:59.705Z] (8/12) Installing libsodium (1.0.18-r0) [2020-08-20T00:32:59.970Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-08-20T00:32:59.970Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-08-20T00:33:00.232Z] (11/12) Installing libzmq (4.3.2-r0) [2020-08-20T00:33:00.232Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-08-20T00:33:00.232Z] Executing busybox-1.31.1-r16.trigger [2020-08-20T00:33:00.232Z] OK: 233 MiB in 51 packages [2020-08-20T00:33:04.442Z] Removing intermediate container 5765f3a5dbdd [2020-08-20T00:33:04.442Z] ---> 3c9feec4b26c [2020-08-20T00:33:04.442Z] Step 4/7 : WORKDIR /edgex-go [2020-08-20T00:33:04.442Z] ---> Running in b521b6a74a19 [2020-08-20T00:33:04.442Z] Removing intermediate container b521b6a74a19 [2020-08-20T00:33:04.442Z] ---> 38f9784439b3 [2020-08-20T00:33:04.442Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-08-20T00:33:04.704Z] latest: Pulling from library/docker [2020-08-20T00:33:04.704Z] df20fa9351a1: Already exists [2020-08-20T00:33:04.704Z] 25ad7478873d: Pulling fs layer [2020-08-20T00:33:04.704Z] 4684f6177b5d: Pulling fs layer [2020-08-20T00:33:04.704Z] 46e300cec669: Pulling fs layer [2020-08-20T00:33:04.704Z] 63038576ad94: Pulling fs layer [2020-08-20T00:33:04.704Z] 0fdb76c4706c: Pulling fs layer [2020-08-20T00:33:04.704Z] cb7edeffdfd5: Pulling fs layer [2020-08-20T00:33:04.704Z] 63038576ad94: Waiting [2020-08-20T00:33:04.704Z] 0fdb76c4706c: Waiting [2020-08-20T00:33:04.704Z] cb7edeffdfd5: Waiting [2020-08-20T00:33:04.971Z] 4684f6177b5d: Verifying Checksum [2020-08-20T00:33:04.971Z] 4684f6177b5d: Download complete [2020-08-20T00:33:04.971Z] 25ad7478873d: Verifying Checksum [2020-08-20T00:33:04.971Z] 25ad7478873d: Download complete [2020-08-20T00:33:04.971Z] 63038576ad94: Download complete [2020-08-20T00:33:04.971Z] 0fdb76c4706c: Verifying Checksum [2020-08-20T00:33:04.971Z] 0fdb76c4706c: Download complete [2020-08-20T00:33:05.239Z] cb7edeffdfd5: Verifying Checksum [2020-08-20T00:33:05.239Z] cb7edeffdfd5: Download complete [2020-08-20T00:33:05.239Z] 25ad7478873d: Pull complete [2020-08-20T00:33:05.239Z] 4684f6177b5d: Pull complete [2020-08-20T00:33:06.190Z] 46e300cec669: Verifying Checksum [2020-08-20T00:33:06.190Z] 46e300cec669: Download complete [2020-08-20T00:33:08.749Z] 46e300cec669: Pull complete [2020-08-20T00:33:08.749Z] 63038576ad94: Pull complete [2020-08-20T00:33:08.749Z] 0fdb76c4706c: Pull complete [2020-08-20T00:33:08.749Z] cb7edeffdfd5: Pull complete [2020-08-20T00:33:08.749Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-08-20T00:33:08.749Z] Status: Downloaded newer image for docker:latest [2020-08-20T00:33:10.673Z] ---> 231bdee61be2 [2020-08-20T00:33:10.673Z] Step 6/7 : COPY go.mod . [2020-08-20T00:33:10.673Z] ---> bbba99270f04 [2020-08-20T00:33:10.673Z] Step 7/7 : RUN go mod download [2020-08-20T00:33:10.949Z] ---> Running in a720b5df4cb2 [2020-08-20T00:33:13.504Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-08-20T00:33:13.766Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-08-20T00:33:13.766Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-08-20T00:33:13.766Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-08-20T00:33:13.766Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-20T00:33:13.766Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-08-20T00:33:13.766Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-08-20T00:33:13.766Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-20T00:33:14.029Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-08-20T00:33:14.029Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-08-20T00:33:14.029Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-08-20T00:33:14.029Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 [2020-08-20T00:33:14.029Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-20T00:33:14.029Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.72 [2020-08-20T00:33:14.289Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-08-20T00:33:14.289Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-08-20T00:33:14.289Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-08-20T00:33:14.289Z] go: finding github.com/fatih/color v1.7.0 [2020-08-20T00:33:14.289Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-08-20T00:33:14.551Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-20T00:33:14.551Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-08-20T00:33:14.551Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-20T00:33:14.551Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-20T00:33:14.551Z] go: finding github.com/go-playground/assert/v2 v2.0.1 [2020-08-20T00:33:14.551Z] go: finding github.com/go-playground/locales v0.13.0 [2020-08-20T00:33:14.551Z] go: finding github.com/go-playground/universal-translator v0.17.0 [2020-08-20T00:33:14.812Z] go: finding github.com/go-playground/validator/v10 v10.3.0 [2020-08-20T00:33:14.812Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-08-20T00:33:14.812Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-20T00:33:14.812Z] go: finding github.com/golang/protobuf v1.3.2 [2020-08-20T00:33:14.812Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-08-20T00:33:14.812Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-08-20T00:33:15.073Z] go: finding github.com/google/uuid v1.1.0 [2020-08-20T00:33:15.073Z] go: finding github.com/gorilla/mux v1.7.1 [2020-08-20T00:33:15.073Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-08-20T00:33:15.073Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-08-20T00:33:15.073Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-08-20T00:33:15.073Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-20T00:33:15.334Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-20T00:33:15.334Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-08-20T00:33:15.334Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-08-20T00:33:15.334Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-20T00:33:15.334Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-08-20T00:33:15.334Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-08-20T00:33:15.334Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-08-20T00:33:15.594Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-08-20T00:33:15.594Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-08-20T00:33:15.594Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-08-20T00:33:15.594Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-08-20T00:33:15.594Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-08-20T00:33:15.594Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-08-20T00:33:15.594Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-08-20T00:33:15.856Z] go: finding github.com/imdario/mergo v0.3.6 [2020-08-20T00:33:15.856Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-20T00:33:15.856Z] go: finding github.com/kr/pretty v0.1.0 [2020-08-20T00:33:15.856Z] go: finding github.com/kr/pty v1.1.1 [2020-08-20T00:33:15.856Z] go: finding github.com/kr/text v0.1.0 [2020-08-20T00:33:15.856Z] go: finding github.com/leodido/go-urn v1.2.0 [2020-08-20T00:33:15.856Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-08-20T00:33:16.117Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-08-20T00:33:16.117Z] go: finding github.com/miekg/dns v1.0.14 [2020-08-20T00:33:16.117Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-08-20T00:33:16.117Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-20T00:33:16.117Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-08-20T00:33:16.117Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-08-20T00:33:16.379Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-08-20T00:33:16.379Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-08-20T00:33:16.379Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-08-20T00:33:16.379Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-08-20T00:33:16.379Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-08-20T00:33:16.379Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-08-20T00:33:16.379Z] go: finding github.com/onsi/gomega v1.7.0 [2020-08-20T00:33:16.641Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-08-20T00:33:16.641Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-08-20T00:33:16.641Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-08-20T00:33:16.641Z] go: finding github.com/pkg/errors v0.8.1 [2020-08-20T00:33:16.641Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-20T00:33:16.641Z] go: finding github.com/posener/complete v1.1.1 [2020-08-20T00:33:16.641Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-08-20T00:33:16.903Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-08-20T00:33:16.903Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-08-20T00:33:16.903Z] go: finding github.com/stretchr/objx v0.1.0 [2020-08-20T00:33:16.903Z] go: finding github.com/stretchr/testify v1.5.1 [2020-08-20T00:33:16.903Z] go: finding github.com/ugorji/go v1.1.4 [2020-08-20T00:33:16.903Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-20T00:33:17.165Z] go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-08-20T00:33:17.165Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-08-20T00:33:17.165Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-08-20T00:33:17.165Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-08-20T00:33:17.165Z] go: finding golang.org/x/text v0.3.2 [2020-08-20T00:33:17.165Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-08-20T00:33:17.448Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-08-20T00:33:17.448Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-08-20T00:33:17.448Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-08-20T00:33:17.448Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-08-20T00:33:17.448Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-20T00:33:35.598Z] Removing intermediate container a720b5df4cb2 [2020-08-20T00:33:35.598Z] ---> 655c0baecf5a [2020-08-20T00:33:35.598Z] Successfully built 655c0baecf5a [2020-08-20T00:33:35.859Z] 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-20T00:33:36.416Z] + docker inspect -f . ci-base-image-x86_64 [2020-08-20T00:33:36.416Z] . [Pipeline] withDockerContainer [2020-08-20T00:33:36.515Z] prd-centos7-docker-4c-2g-544 does not seem to be running inside a container [2020-08-20T00:33:36.562Z] $ 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/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-08-20T00:33:37.253Z] $ docker top cf196b4979c19b7fbf5e2fa196b4942a2401e3910e11608834bc1607f962f916 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-20T00:33:37.759Z] + go version [2020-08-20T00:33:37.759Z] go version go1.13.13 linux/amd64 [Pipeline] echo [2020-08-20T00:33:37.770Z] ========================================================= [2020-08-20T00:33:37.770Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-08-20T00:33:37.770Z] ========================================================= [Pipeline] sh [2020-08-20T00:33:38.064Z] + make test [2020-08-20T00:33:38.064Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-08-20T00:33:41.384Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-08-20T00:33:51.506Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-08-20T00:33:56.893Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-08-20T00:33:56.893Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-08-20T00:33:56.893Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-08-20T00:33:56.893Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-08-20T00:33:58.833Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.005s [2020-08-20T00:33:58.833Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-08-20T00:33:58.833Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-08-20T00:33:58.833Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-08-20T00:33:59.095Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-08-20T00:33:59.361Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-08-20T00:33:59.625Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-08-20T00:33:59.625Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-08-20T00:33:59.625Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-08-20T00:34:05.030Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.043s coverage: 46.6% of statements [2020-08-20T00:34:05.030Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-08-20T00:34:05.030Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-08-20T00:34:05.030Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-08-20T00:34:05.030Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-08-20T00:34:05.030Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-08-20T00:34:07.640Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.073s coverage: 27.2% of statements [2020-08-20T00:34:07.640Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-08-20T00:34:07.640Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-08-20T00:34:07.640Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-08-20T00:34:07.640Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-08-20T00:34:07.640Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-08-20T00:34:07.640Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-08-20T00:34:07.640Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.006s coverage: 100.0% of statements [2020-08-20T00:34:07.640Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-08-20T00:34:07.640Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.009s coverage: 100.0% of statements [2020-08-20T00:34:07.640Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-08-20T00:34:07.640Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-08-20T00:34:08.221Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.352s coverage: 82.5% of statements [2020-08-20T00:34:08.221Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-08-20T00:34:08.221Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-08-20T00:34:08.489Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.341s coverage: 92.9% of statements [2020-08-20T00:34:08.489Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-08-20T00:34:08.489Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-08-20T00:34:08.489Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-08-20T00:34:08.489Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-08-20T00:34:09.084Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.081s coverage: 28.6% of statements [2020-08-20T00:34:09.084Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-08-20T00:34:09.084Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-08-20T00:34:09.084Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-08-20T00:34:09.084Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-08-20T00:34:09.084Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-08-20T00:34:09.671Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.060s coverage: 100.0% of statements [2020-08-20T00:34:09.671Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-08-20T00:34:09.671Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.005s coverage: 100.0% of statements [2020-08-20T00:34:09.671Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-08-20T00:34:10.640Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.048s coverage: 89.8% of statements [2020-08-20T00:34:10.640Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-08-20T00:34:10.902Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.022s coverage: 97.5% of statements [2020-08-20T00:34:10.902Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-08-20T00:34:11.178Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.011s coverage: 100.0% of statements [2020-08-20T00:34:11.178Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-08-20T00:34:11.178Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-08-20T00:34:11.178Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-08-20T00:34:11.178Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-08-20T00:34:11.178Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-08-20T00:34:11.178Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-08-20T00:34:11.178Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-08-20T00:34:11.178Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-08-20T00:34:11.178Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-08-20T00:34:11.178Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-08-20T00:34:11.178Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-08-20T00:34:11.178Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-08-20T00:34:11.178Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-08-20T00:34:11.178Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-08-20T00:34:11.178Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-08-20T00:34:11.178Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-08-20T00:34:11.178Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-08-20T00:34:11.178Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-08-20T00:34:11.179Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.061s coverage: 58.8% of statements [2020-08-20T00:34:11.179Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-08-20T00:34:11.179Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/error [no test files] [2020-08-20T00:34:11.179Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis [no test files] [2020-08-20T00:34:12.144Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.070s coverage: 63.5% of statements [2020-08-20T00:34:12.144Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-08-20T00:34:12.144Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-08-20T00:34:12.144Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.076s coverage: 100.0% of statements [2020-08-20T00:34:12.407Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.169s coverage: 55.9% of statements [2020-08-20T00:34:12.407Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-08-20T00:34:12.407Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-08-20T00:34:12.407Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-08-20T00:34:12.407Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-08-20T00:34:16.727Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 3.357s coverage: 86.3% of statements [2020-08-20T00:34:16.727Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-08-20T00:34:16.727Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.313s coverage: 72.2% of statements [2020-08-20T00:34:16.727Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.122s coverage: 72.1% of statements [2020-08-20T00:34:16.727Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.030s coverage: 82.4% of statements [2020-08-20T00:34:16.727Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.024s coverage: 48.4% of statements [2020-08-20T00:34:16.727Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-08-20T00:34:16.727Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-08-20T00:34:16.727Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-08-20T00:34:16.727Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.025s coverage: 28.8% of statements [2020-08-20T00:34:16.727Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-08-20T00:34:16.727Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.008s coverage: 96.8% of statements [2020-08-20T00:34:16.727Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-08-20T00:34:17.324Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.041s coverage: 31.1% of statements [2020-08-20T00:34:17.324Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-08-20T00:34:17.324Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-08-20T00:34:17.325Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.097s coverage: 84.1% of statements [2020-08-20T00:34:17.325Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.008s coverage: 100.0% of statements [2020-08-20T00:34:18.767Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.049s coverage: 42.9% of statements [2020-08-20T00:34:18.767Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-08-20T00:34:18.767Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-08-20T00:34:18.767Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.021s coverage: 100.0% of statements [2020-08-20T00:34:18.767Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-08-20T00:34:18.767Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.013s coverage: 83.8% of statements [2020-08-20T00:34:18.767Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-08-20T00:34:20.730Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.029s coverage: 46.1% of statements [2020-08-20T00:34:20.730Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-08-20T00:34:20.730Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-08-20T00:34:20.730Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.016s coverage: 100.0% of statements [2020-08-20T00:34:20.730Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-08-20T00:34:20.730Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-08-20T00:34:20.730Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-08-20T00:34:21.308Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.008s coverage: 100.0% of statements [2020-08-20T00:34:21.308Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-08-20T00:34:21.581Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.024s coverage: 100.0% of statements [2020-08-20T00:34:21.581Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-08-20T00:34:23.018Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.088s coverage: 29.1% of statements [2020-08-20T00:34:23.018Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-08-20T00:34:23.018Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-08-20T00:34:23.018Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-08-20T00:34:23.018Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-08-20T00:34:23.018Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-08-20T00:34:23.291Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.020s coverage: 99.0% of statements [2020-08-20T00:34:23.291Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-08-20T00:34:23.559Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.028s coverage: 100.0% of statements [2020-08-20T00:34:23.559Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-08-20T00:34:23.559Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.063s coverage: 0.0% of statements [2020-08-20T00:34:23.559Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-08-20T00:34:23.559Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.010s coverage: 100.0% of statements [2020-08-20T00:34:23.559Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-08-20T00:34:23.559Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-08-20T00:34:23.559Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-08-20T00:34:23.559Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-08-20T00:34:24.540Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.031s coverage: 87.9% of statements [2020-08-20T00:34:24.540Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-08-20T00:34:24.540Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-08-20T00:34:24.540Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.013s coverage: 100.0% of statements [2020-08-20T00:34:25.114Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.007s coverage: 32.1% of statements [2020-08-20T00:34:25.114Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.007s coverage: 100.0% of statements [2020-08-20T00:34:25.376Z] GO111MODULE=on go vet ./... [2020-08-20T00:34:33.584Z] gofmt -l . [2020-08-20T00:34:33.584Z] [ "`gofmt -l .`" = "" ] [2020-08-20T00:34:33.584Z] ./bin/test-go-mod-tidy.sh [2020-08-20T00:34:34.157Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-08-20T00:34:36.379Z] + ls -al . [2020-08-20T00:34:36.379Z] total 556 [2020-08-20T00:34:36.379Z] drwxrwxr-x 10 1001 1001 4096 Aug 20 00:34 . [2020-08-20T00:34:36.379Z] drwxr-xr-x 4 root root 28 Aug 20 00:33 .. [2020-08-20T00:34:36.379Z] -rw-rw-r-- 1 1001 1001 11 Aug 20 00:31 .dockerignore [2020-08-20T00:34:36.379Z] drwxrwxr-x 8 1001 1001 179 Aug 20 00:31 .git [2020-08-20T00:34:36.379Z] drwxrwxr-x 3 1001 1001 60 Aug 20 00:31 .github [2020-08-20T00:34:36.379Z] -rw-rw-r-- 1 1001 1001 932 Aug 20 00:31 .gitignore [2020-08-20T00:34:36.379Z] drwx------ 3 1001 1001 47 Aug 20 00:32 .semver [2020-08-20T00:34:36.379Z] -rw-rw-r-- 1 1001 1001 166 Aug 20 00:31 .sonarcloud.properties [2020-08-20T00:34:36.379Z] -rw-rw-r-- 1 1001 1001 3804 Aug 20 00:31 CONTRIBUTING.md [2020-08-20T00:34:36.379Z] -rw-rw-r-- 1 1001 1001 1035 Aug 20 00:31 Dockerfile.build [2020-08-20T00:34:36.379Z] -rw-rw-r-- 1 1001 1001 865 Aug 20 00:31 Jenkinsfile [2020-08-20T00:34:36.379Z] -rw-rw-r-- 1 1001 1001 10775 Aug 20 00:31 LICENSE [2020-08-20T00:34:36.379Z] -rw-rw-r-- 1 1001 1001 6237 Aug 20 00:31 Makefile [2020-08-20T00:34:36.379Z] -rw-rw-r-- 1 1001 1001 5652 Aug 20 00:31 README.md [2020-08-20T00:34:36.379Z] -rw-rw-r-- 1 1001 1001 259 Aug 20 00:31 SECURITY.md [2020-08-20T00:34:36.379Z] -rw-rw-r-- 1 1001 1001 5 Aug 20 00:32 VERSION [2020-08-20T00:34:36.379Z] -rw-rw-r-- 1 1001 1001 4131 Aug 20 00:31 ZMQWindows.md [2020-08-20T00:34:36.379Z] drwxrwxr-x 2 1001 1001 117 Aug 20 00:31 bin [2020-08-20T00:34:36.379Z] drwxrwxr-x 15 1001 1001 4096 Aug 20 00:31 cmd [2020-08-20T00:34:36.379Z] -rw-r--r-- 1 root root 460866 Aug 20 00:34 coverage.out [2020-08-20T00:34:36.379Z] -rw-r--r-- 1 root root 983 Aug 20 00:34 go.mod [2020-08-20T00:34:36.379Z] -rw-r--r-- 1 root root 18581 Aug 20 00:34 go.sum [2020-08-20T00:34:36.379Z] drwxrwxr-x 8 1001 1001 127 Aug 20 00:31 internal [2020-08-20T00:34:36.379Z] drwxrwxr-x 4 1001 1001 26 Aug 20 00:31 openapi [2020-08-20T00:34:36.379Z] drwxrwxr-x 4 1001 1001 71 Aug 20 00:31 snap [2020-08-20T00:34:36.379Z] -rw-rw-r-- 1 1001 1001 168 Aug 20 00:31 version.go [Pipeline] sh [2020-08-20T00:34:36.696Z] + '[' -e coverage.out ] [2020-08-20T00:34:36.696Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-08-20T00:34:36.828Z] Stashed 1 file(s) [Pipeline] sh [2020-08-20T00:34:37.249Z] + make build [2020-08-20T00:34:37.250Z] 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-20T00:34:44.111Z] 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-20T00:34:47.426Z] 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-20T00:34:49.352Z] 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-20T00:34:51.905Z] 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-20T00:34:53.846Z] 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-20T00:34:54.421Z] 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-20T00:34:56.986Z] 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-20T00:34:58.381Z] 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-20T00:34:59.770Z] 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-20T00:35:01.698Z] 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-20T00:35:03.084Z] 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-20T00:35:04.471Z] 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-20T00:35:05.423Z] $ docker stop --time=1 cf196b4979c19b7fbf5e2fa196b4942a2401e3910e11608834bc1607f962f916 [2020-08-20T00:35:07.106Z] $ docker rm -f cf196b4979c19b7fbf5e2fa196b4942a2401e3910e11608834bc1607f962f916 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-20T00:35:10.429Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-20T00:35:10.429Z] [2020-08-20T00:35:10.429Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-08-20T00:35:10.788Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-20T00:35:10.788Z] latest: Pulling from edgex-devops/edgex-compose [2020-08-20T00:35:10.788Z] cbdbe7a5bc2a: Pulling fs layer [2020-08-20T00:35:10.788Z] ca9280d653b3: Pulling fs layer [2020-08-20T00:35:10.788Z] 7e9c9ca2126c: Pulling fs layer [2020-08-20T00:35:10.788Z] cbdbe7a5bc2a: Download complete [2020-08-20T00:35:11.050Z] ca9280d653b3: Verifying Checksum [2020-08-20T00:35:11.050Z] ca9280d653b3: Download complete [2020-08-20T00:35:11.310Z] cbdbe7a5bc2a: Pull complete [2020-08-20T00:35:11.888Z] 7e9c9ca2126c: Download complete [2020-08-20T00:35:12.149Z] ca9280d653b3: Pull complete [2020-08-20T00:35:20.313Z] 7e9c9ca2126c: Pull complete [2020-08-20T00:35:20.314Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-08-20T00:35:20.314Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-20T00:35:20.314Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-08-20T00:35:20.601Z] prd-centos7-docker-4c-2g-544 does not seem to be running inside a container [2020-08-20T00:35:20.645Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@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-20T00:35:22.196Z] $ docker top c9106d294e25d659da9f8f4046275b4edfb712f86d6b4c882a571050231d641d -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-20T00:35:22.674Z] + docker-compose build --help [2020-08-20T00:35:22.674Z] + grep parallel [2020-08-20T00:35:23.618Z] --parallel Build images in parallel. [Pipeline] } [2020-08-20T00:35:23.628Z] $ docker stop --time=1 c9106d294e25d659da9f8f4046275b4edfb712f86d6b4c882a571050231d641d [2020-08-20T00:35:25.010Z] $ docker rm -f c9106d294e25d659da9f8f4046275b4edfb712f86d6b4c882a571050231d641d [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-20T00:35:25.616Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-20T00:35:25.616Z] . [Pipeline] withDockerContainer [2020-08-20T00:35:25.770Z] prd-centos7-docker-4c-2g-544 does not seem to be running inside a container [2020-08-20T00:35:25.845Z] $ 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/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-08-20T00:35:26.502Z] $ docker top c94d866db0fa68f03aa0ad71de3f97e30a6ba5878451efd289422091fd20244b -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-20T00:35:26.983Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-08-20T00:35:27.926Z] Building docker-core-command-go ... [2020-08-20T00:35:27.926Z] Building docker-core-data-go ... [2020-08-20T00:35:27.926Z] Building docker-core-metadata-go ... [2020-08-20T00:35:27.926Z] Building docker-security-proxy-setup-go ... [2020-08-20T00:35:27.926Z] Building docker-security-secrets-setup-go ... [2020-08-20T00:35:27.926Z] Building docker-security-secretstore-setup-go ... [2020-08-20T00:35:27.926Z] Building docker-support-logging-go ... [2020-08-20T00:35:27.926Z] Building docker-support-notifications-go ... [2020-08-20T00:35:27.926Z] Building docker-support-scheduler-go ... [2020-08-20T00:35:27.926Z] Building docker-sys-mgmt-agent-go ... [2020-08-20T00:35:27.926Z] Building docker-security-secretstore-setup-go [2020-08-20T00:35:27.926Z] Building docker-support-logging-go [2020-08-20T00:35:27.926Z] Building docker-sys-mgmt-agent-go [2020-08-20T00:35:27.926Z] Building docker-core-data-go [2020-08-20T00:35:27.926Z] Building docker-support-scheduler-go [2020-08-20T00:35:33.539Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-546 in /w/workspace/edgexfoundry_edgex-go_PR-2659 [Pipeline] { [Pipeline] ws [2020-08-20T00:35:33.579Z] Running in /w/workspace/edgex-go/8 [Pipeline] { [Pipeline] checkout [2020-08-20T00:35:38.644Z] using credential edgex-jenkins-ssh [2020-08-20T00:35:38.764Z] Cloning the remote Git repository [2020-08-20T00:35:38.764Z] Cloning with configured refspecs honoured and without tags [2020-08-20T00:35:38.813Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-08-20T00:35:38.920Z] > git init /w/workspace/edgex-go/8 # timeout=10 [2020-08-20T00:35:38.985Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-08-20T00:35:38.986Z] > git --version # timeout=10 [2020-08-20T00:35:39.020Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-20T00:35:39.115Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2659/head:refs/remotes/origin/PR-2659 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-20T00:35:53.693Z] Fetching without tags [2020-08-20T00:35:53.588Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-08-20T00:35:53.611Z] > git config --add remote.origin.fetch +refs/pull/2659/head:refs/remotes/origin/PR-2659 # timeout=10 [2020-08-20T00:35:53.633Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-20T00:35:53.670Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-08-20T00:35:53.700Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-08-20T00:35:53.700Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-20T00:35:53.712Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2659/head:refs/remotes/origin/PR-2659 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-20T00:35:54.290Z] Merging remotes/origin/master commit 6df8530f92e66c259c9e6c4b7995a1e49851403d into PR head commit 13a37a78d6dc5cd064bc570d1cdbf40eb072bac1 [2020-08-20T00:35:55.113Z] Merge succeeded, producing 263d4d448f312e3ccb95e692ea672191ee0a89ad [2020-08-20T00:35:55.114Z] Checking out Revision 263d4d448f312e3ccb95e692ea672191ee0a89ad (PR-2659) [2020-08-20T00:35:54.305Z] > git config core.sparsecheckout # timeout=10 [2020-08-20T00:35:54.376Z] > git checkout -f 13a37a78d6dc5cd064bc570d1cdbf40eb072bac1 # timeout=10 [2020-08-20T00:35:54.737Z] > git remote # timeout=10 [2020-08-20T00:35:54.763Z] > git config --get remote.origin.url # timeout=10 [2020-08-20T00:35:54.773Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-20T00:35:54.783Z] > git merge 6df8530f92e66c259c9e6c4b7995a1e49851403d # timeout=10 [2020-08-20T00:35:55.092Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-08-20T00:35:55.114Z] > git config core.sparsecheckout # timeout=10 [2020-08-20T00:35:55.133Z] > git checkout -f 263d4d448f312e3ccb95e692ea672191ee0a89ad # timeout=10 [2020-08-20T00:35:59.380Z] Commit message: "Merge commit '6df8530f92e66c259c9e6c4b7995a1e49851403d' into HEAD" [2020-08-20T00:35:59.408Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [2020-08-20T00:35:59.383Z] > git rev-list --no-walk d04602bbb98794501f5ec82b6f3d3b4ad66dc79f # timeout=10 [2020-08-20T00:36:00.123Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-20T00:36:00.123Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-08-20T00:36:00.123Z] ---> 655c0baecf5a [2020-08-20T00:36:00.123Z] Step 3/26 : WORKDIR /edgex-go [2020-08-20T00:36:00.123Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-20T00:36:00.123Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-08-20T00:36:00.123Z] ---> 655c0baecf5a [2020-08-20T00:36:00.123Z] Step 3/26 : WORKDIR /edgex-go [2020-08-20T00:36:00.123Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-20T00:36:00.123Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-20T00:36:00.123Z] ---> 655c0baecf5a [2020-08-20T00:36:00.123Z] Step 3/21 : WORKDIR /edgex-go [2020-08-20T00:36:00.123Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-20T00:36:00.123Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-08-20T00:36:00.123Z] ---> 655c0baecf5a [2020-08-20T00:36:00.123Z] Step 3/20 : WORKDIR /edgex-go [Pipeline] unstash [2020-08-20T00:36:00.700Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-20T00:36:00.700Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-08-20T00:36:00.700Z] ---> 655c0baecf5a [2020-08-20T00:36:00.700Z] Step 3/22 : WORKDIR /edgex-go [2020-08-20T00:36:01.277Z] ---> Running in 363174e79438 [2020-08-20T00:36:01.277Z] ---> Running in 82c8519ef046 [2020-08-20T00:36:01.277Z] ---> Running in a39c586bf7e3 [2020-08-20T00:36:01.277Z] ---> Running in 76aa3d948646 [2020-08-20T00:36:01.277Z] ---> Running in 38158ac10b8d [2020-08-20T00:36:01.860Z] Removing intermediate container 82c8519ef046 [2020-08-20T00:36:01.860Z] ---> 4c21ac865008 [2020-08-20T00:36:01.860Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-20T00:36:01.860Z] Removing intermediate container 76aa3d948646 [2020-08-20T00:36:01.860Z] ---> 3d3e0db29412 [2020-08-20T00:36:01.860Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-20T00:36:01.860Z] Removing intermediate container a39c586bf7e3 [2020-08-20T00:36:01.860Z] ---> 1f682dceb039 [2020-08-20T00:36:01.860Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-20T00:36:01.860Z] Removing intermediate container 38158ac10b8d [2020-08-20T00:36:01.860Z] ---> fd54889b4d3d [2020-08-20T00:36:01.860Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-20T00:36:02.125Z] Removing intermediate container 363174e79438 [2020-08-20T00:36:02.125Z] ---> 65a678c5648c [2020-08-20T00:36:02.125Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-20T00:36:02.125Z] ---> Running in 6008cb495739 [2020-08-20T00:36:02.125Z] ---> Running in 992c2f06122c [2020-08-20T00:36:02.125Z] ---> Running in b3e4b1d114ef [2020-08-20T00:36:02.125Z] ---> Running in 9fe0b08d1e42 [2020-08-20T00:36:02.125Z] ---> Running in ee7da99d1c49 [2020-08-20T00:36:04.095Z] Removing intermediate container 992c2f06122c [2020-08-20T00:36:04.095Z] ---> 5627fbc1d8d4 [2020-08-20T00:36:04.095Z] Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-08-20T00:36:04.356Z] Removing intermediate container 6008cb495739 [2020-08-20T00:36:04.356Z] ---> 767cd712805c [2020-08-20T00:36:04.356Z] Step 5/26 : RUN apk update && apk add make git [2020-08-20T00:36:04.356Z] ---> Running in 370336114da5 [2020-08-20T00:36:04.617Z] ---> Running in 88126cb1ad96 [2020-08-20T00:36:04.617Z] Removing intermediate container b3e4b1d114ef [2020-08-20T00:36:04.617Z] ---> a515a28c2e99 [2020-08-20T00:36:04.617Z] Step 5/26 : RUN apk update && apk add make bash git [2020-08-20T00:36:04.617Z] ---> Running in 5197f9fd6504 [2020-08-20T00:36:04.880Z] Removing intermediate container ee7da99d1c49 [2020-08-20T00:36:04.880Z] ---> 61c70dd34bef [2020-08-20T00:36:04.880Z] Step 5/20 : RUN apk update && apk add make git [2020-08-20T00:36:05.152Z] Removing intermediate container 9fe0b08d1e42 [2020-08-20T00:36:05.152Z] ---> 0017bbeb8e78 [2020-08-20T00:36:05.152Z] Step 5/21 : RUN apk update && apk add make && apk add bash git [2020-08-20T00:36:05.152Z] ---> Running in e60228428a06 [2020-08-20T00:36:05.429Z] ---> Running in 5ee314b5ba1f [2020-08-20T00:36:05.706Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-20T00:36:05.968Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-20T00:36:05.968Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-20T00:36:06.233Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-20T00:36:06.233Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-20T00:36:06.233Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-20T00:36:06.499Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-20T00:36:06.499Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-20T00:36:06.766Z] v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-20T00:36:06.766Z] v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-20T00:36:06.766Z] OK: 12746 distinct packages available [2020-08-20T00:36:06.766Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-20T00:36:06.766Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-20T00:36:07.051Z] v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-20T00:36:07.051Z] v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-20T00:36:07.051Z] OK: 12746 distinct packages available [2020-08-20T00:36:07.051Z] OK: 233 MiB in 51 packages [2020-08-20T00:36:07.051Z] v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-20T00:36:07.051Z] v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-20T00:36:07.051Z] OK: 12746 distinct packages available [2020-08-20T00:36:07.329Z] OK: 233 MiB in 51 packages [2020-08-20T00:36:07.329Z] OK: 233 MiB in 51 packages [2020-08-20T00:36:07.329Z] v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-20T00:36:07.329Z] v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-20T00:36:07.329Z] OK: 12746 distinct packages available [2020-08-20T00:36:07.329Z] v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-20T00:36:07.329Z] v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-20T00:36:07.329Z] OK: 12746 distinct packages available [2020-08-20T00:36:07.604Z] OK: 233 MiB in 51 packages [2020-08-20T00:36:07.604Z] OK: 233 MiB in 51 packages [2020-08-20T00:36:07.875Z] Removing intermediate container 370336114da5 [2020-08-20T00:36:07.875Z] ---> 7d007b3583ab [2020-08-20T00:36:07.875Z] Step 6/22 : COPY go.mod . [2020-08-20T00:36:07.875Z] OK: 233 MiB in 51 packages [2020-08-20T00:36:08.153Z] Removing intermediate container 88126cb1ad96 [2020-08-20T00:36:08.153Z] ---> 396cf1786002 [2020-08-20T00:36:08.153Z] Step 6/26 : COPY go.mod . [2020-08-20T00:36:08.153Z] ---> 13623f2445e8 [2020-08-20T00:36:08.153Z] Step 7/22 : RUN go mod download [2020-08-20T00:36:08.420Z] Removing intermediate container 5197f9fd6504 [2020-08-20T00:36:08.420Z] ---> 41125373ac49 [2020-08-20T00:36:08.420Z] Step 6/26 : COPY go.mod . [2020-08-20T00:36:08.696Z] ---> d189c9387b09 [2020-08-20T00:36:08.696Z] Step 7/26 : RUN go mod download [2020-08-20T00:36:08.696Z] ---> Running in eb874aa330f2 [2020-08-20T00:36:08.696Z] ---> Running in 350cc7c9197f [2020-08-20T00:36:08.971Z] Removing intermediate container e60228428a06 [2020-08-20T00:36:08.971Z] ---> 66ac7f0c8e0f [2020-08-20T00:36:08.971Z] Step 6/20 : COPY go.mod . [2020-08-20T00:36:08.971Z] ---> 7acab1d39ad0 [2020-08-20T00:36:08.971Z] Step 7/26 : RUN go mod download [2020-08-20T00:36:09.239Z] Removing intermediate container 5ee314b5ba1f [2020-08-20T00:36:09.239Z] ---> 57a091a3f43d [2020-08-20T00:36:09.239Z] Step 6/21 : COPY go.mod . [2020-08-20T00:36:09.239Z] ---> Running in bb8f2e3e6c87 [2020-08-20T00:36:09.504Z] ---> 69031d4e9d24 [2020-08-20T00:36:09.504Z] Step 7/20 : RUN go mod download [2020-08-20T00:36:09.768Z] ---> Running in 9b18ac49018e [2020-08-20T00:36:09.768Z] ---> 7dbe9431ffdb [2020-08-20T00:36:09.768Z] Step 7/21 : RUN go mod download [2020-08-20T00:36:09.768Z] ---> Running in e4fb0f6dee65 [Pipeline] echo [2020-08-20T00:36:10.376Z] ========================================================= [2020-08-20T00:36:10.376Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-08-20T00:36:10.376Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-08-20T00:36:11.181Z] Removing intermediate container 350cc7c9197f [2020-08-20T00:36:11.181Z] ---> ffca44c34ad5 [2020-08-20T00:36:11.181Z] Step 8/26 : COPY . . [2020-08-20T00:36:11.262Z] + 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-20T00:36:13.111Z] Removing intermediate container bb8f2e3e6c87 [2020-08-20T00:36:13.111Z] ---> fa806aee5fc6 [2020-08-20T00:36:13.111Z] Step 8/26 : COPY . . [2020-08-20T00:36:13.687Z] Removing intermediate container eb874aa330f2 [2020-08-20T00:36:13.687Z] ---> 72b8329fb758 [2020-08-20T00:36:13.687Z] Step 8/22 : COPY . . [2020-08-20T00:36:15.085Z] Removing intermediate container 9b18ac49018e [2020-08-20T00:36:15.085Z] ---> 17f5764e0caf [2020-08-20T00:36:15.085Z] Step 8/20 : COPY . . [2020-08-20T00:36:15.586Z] Sending build context to Docker daemon 323.2MB [2020-08-20T00:36:15.586Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-08-20T00:36:15.586Z] Step 2/7 : FROM ${BASE} [2020-08-20T00:36:15.586Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-08-20T00:36:15.586Z] b538f80385f9: Pulling fs layer [2020-08-20T00:36:15.586Z] 74f711af9a0d: Pulling fs layer [2020-08-20T00:36:15.586Z] 99f96fe45779: Pulling fs layer [2020-08-20T00:36:15.586Z] fd7a069fd194: Pulling fs layer [2020-08-20T00:36:15.586Z] 66aa3694b03b: Pulling fs layer [2020-08-20T00:36:15.586Z] 170f70906a0f: Pulling fs layer [2020-08-20T00:36:15.586Z] ad7c5574e4b9: Pulling fs layer [2020-08-20T00:36:15.586Z] e772456be8f7: Pulling fs layer [2020-08-20T00:36:15.586Z] c890913d741a: Pulling fs layer [2020-08-20T00:36:15.586Z] 2480fcc9aa5a: Pulling fs layer [2020-08-20T00:36:15.586Z] 09adf4765672: Pulling fs layer [2020-08-20T00:36:15.586Z] ad7c5574e4b9: Waiting [2020-08-20T00:36:15.586Z] e772456be8f7: Waiting [2020-08-20T00:36:15.586Z] c890913d741a: Waiting [2020-08-20T00:36:15.586Z] 2480fcc9aa5a: Waiting [2020-08-20T00:36:15.586Z] 09adf4765672: Waiting [2020-08-20T00:36:15.586Z] fd7a069fd194: Waiting [2020-08-20T00:36:15.586Z] 66aa3694b03b: Waiting [2020-08-20T00:36:15.586Z] 170f70906a0f: Waiting [2020-08-20T00:36:15.586Z] 99f96fe45779: Verifying Checksum [2020-08-20T00:36:15.586Z] 99f96fe45779: Download complete [2020-08-20T00:36:15.586Z] 74f711af9a0d: Download complete [2020-08-20T00:36:15.586Z] 66aa3694b03b: Verifying Checksum [2020-08-20T00:36:15.586Z] 66aa3694b03b: Download complete [2020-08-20T00:36:15.586Z] 170f70906a0f: Download complete [2020-08-20T00:36:15.586Z] b538f80385f9: Verifying Checksum [2020-08-20T00:36:15.586Z] b538f80385f9: Download complete [2020-08-20T00:36:16.579Z] b538f80385f9: Pull complete [2020-08-20T00:36:16.854Z] 74f711af9a0d: Pull complete [2020-08-20T00:36:17.453Z] 99f96fe45779: Pull complete [2020-08-20T00:36:18.405Z] Removing intermediate container e4fb0f6dee65 [2020-08-20T00:36:18.405Z] ---> e51de38958cf [2020-08-20T00:36:18.405Z] Step 8/21 : COPY . . [2020-08-20T00:36:19.432Z] ad7c5574e4b9: Verifying Checksum [2020-08-20T00:36:19.433Z] ad7c5574e4b9: Download complete [2020-08-20T00:36:19.433Z] c890913d741a: Download complete [2020-08-20T00:36:20.415Z] e772456be8f7: Verifying Checksum [2020-08-20T00:36:20.415Z] e772456be8f7: Download complete [2020-08-20T00:36:20.415Z] 2480fcc9aa5a: Verifying Checksum [2020-08-20T00:36:20.415Z] 2480fcc9aa5a: Download complete [2020-08-20T00:36:20.415Z] 09adf4765672: Verifying Checksum [2020-08-20T00:36:20.415Z] 09adf4765672: Download complete [2020-08-20T00:36:21.393Z] fd7a069fd194: Verifying Checksum [2020-08-20T00:36:21.393Z] fd7a069fd194: Download complete [2020-08-20T00:36:33.809Z] fd7a069fd194: Pull complete [2020-08-20T00:36:33.809Z] 66aa3694b03b: Pull complete [2020-08-20T00:36:33.809Z] 170f70906a0f: Pull complete [2020-08-20T00:36:38.129Z] ad7c5574e4b9: Pull complete [2020-08-20T00:36:42.439Z] e772456be8f7: Pull complete [2020-08-20T00:36:42.715Z] c890913d741a: Pull complete [2020-08-20T00:36:45.339Z] 2480fcc9aa5a: Pull complete [2020-08-20T00:36:45.935Z] 09adf4765672: Pull complete [2020-08-20T00:36:45.935Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-08-20T00:36:45.935Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-08-20T00:36:45.935Z] ---> 2248a725d1cf [2020-08-20T00:36:45.935Z] 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-20T00:36:50.236Z] ---> Running in cb4671cd1c1f [2020-08-20T00:36:51.664Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-20T00:36:52.254Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-20T00:36:53.226Z] (1/12) Installing libmagic (5.38-r0) [2020-08-20T00:36:53.226Z] (2/12) Installing file (5.38-r0) [2020-08-20T00:36:53.499Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-08-20T00:36:53.499Z] (4/12) Installing g++ (9.3.0-r2) [2020-08-20T00:36:56.106Z] (5/12) Installing fortify-headers (1.1-r0) [2020-08-20T00:36:56.106Z] (6/12) Installing patch (2.7.6-r6) [2020-08-20T00:36:56.106Z] (7/12) Installing build-base (0.5-r2) [2020-08-20T00:36:56.106Z] (8/12) Installing libsodium (1.0.18-r0) [2020-08-20T00:36:56.106Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-08-20T00:36:56.375Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-08-20T00:36:56.375Z] (11/12) Installing libzmq (4.3.2-r0) [2020-08-20T00:36:56.647Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-08-20T00:36:56.647Z] Executing busybox-1.31.1-r16.trigger [2020-08-20T00:36:56.647Z] OK: 217 MiB in 51 packages [2020-08-20T00:36:57.340Z] ---> 7163b78c0ff3 [2020-08-20T00:36:57.340Z] 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-20T00:36:57.340Z] ---> cf8e3c5f1c93 [2020-08-20T00:36:57.340Z] Step 9/22 : RUN make cmd/core-data/core-data [2020-08-20T00:36:57.340Z] ---> 53a28249173c [2020-08-20T00:36:57.340Z] Step 9/21 : RUN make cmd/support-logging/support-logging [2020-08-20T00:36:57.340Z] ---> 7ee15b2eb4f6 [2020-08-20T00:36:57.340Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-08-20T00:36:57.340Z] ---> Running in d57c385d73d4 [2020-08-20T00:36:57.340Z] ---> Running in b78227665e41 [2020-08-20T00:36:57.340Z] ---> Running in 735a744bd973 [2020-08-20T00:36:57.340Z] ---> Running in 72bde14206e5 [2020-08-20T00:36:57.340Z] ---> bd1b4cde1b56 [2020-08-20T00:36:57.340Z] Step 9/20 : RUN make cmd/support-scheduler/support-scheduler [2020-08-20T00:36:57.340Z] ---> Running in 60016e6f51e3 [2020-08-20T00:36:57.340Z] 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-20T00:36:57.340Z] 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-20T00:36:57.340Z] 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-20T00:36:57.340Z] 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-20T00:36:57.340Z] 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-20T00:37:00.946Z] Removing intermediate container cb4671cd1c1f [2020-08-20T00:37:00.946Z] ---> cb57bc62ae91 [2020-08-20T00:37:00.946Z] Step 4/7 : WORKDIR /edgex-go [2020-08-20T00:37:01.218Z] ---> Running in 49c59adf4b22 [2020-08-20T00:37:01.489Z] Removing intermediate container 49c59adf4b22 [2020-08-20T00:37:01.489Z] ---> b3fc8b19bfc1 [2020-08-20T00:37:01.489Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-08-20T00:37:02.080Z] latest: Pulling from library/docker [2020-08-20T00:37:02.080Z] b538f80385f9: Already exists [2020-08-20T00:37:02.080Z] 259a493cd78d: Pulling fs layer [2020-08-20T00:37:02.080Z] b8e66b5100f5: Pulling fs layer [2020-08-20T00:37:02.080Z] 39dc9c94d07c: Pulling fs layer [2020-08-20T00:37:02.080Z] 551b823b3b82: Pulling fs layer [2020-08-20T00:37:02.080Z] 3c52a74df98c: Pulling fs layer [2020-08-20T00:37:02.080Z] 6c9b121b6998: Pulling fs layer [2020-08-20T00:37:02.080Z] 551b823b3b82: Waiting [2020-08-20T00:37:02.080Z] 3c52a74df98c: Waiting [2020-08-20T00:37:02.080Z] 6c9b121b6998: Waiting [2020-08-20T00:37:02.349Z] b8e66b5100f5: Download complete [2020-08-20T00:37:02.623Z] 551b823b3b82: Verifying Checksum [2020-08-20T00:37:02.623Z] 551b823b3b82: Download complete [2020-08-20T00:37:02.623Z] 259a493cd78d: Verifying Checksum [2020-08-20T00:37:02.623Z] 259a493cd78d: Download complete [2020-08-20T00:37:02.623Z] 3c52a74df98c: Verifying Checksum [2020-08-20T00:37:02.623Z] 3c52a74df98c: Download complete [2020-08-20T00:37:02.902Z] 6c9b121b6998: Verifying Checksum [2020-08-20T00:37:02.902Z] 6c9b121b6998: Download complete [2020-08-20T00:37:03.501Z] 259a493cd78d: Pull complete [2020-08-20T00:37:03.775Z] b8e66b5100f5: Pull complete [2020-08-20T00:37:03.775Z] 39dc9c94d07c: Verifying Checksum [2020-08-20T00:37:03.775Z] 39dc9c94d07c: Download complete [2020-08-20T00:37:07.157Z] 39dc9c94d07c: Pull complete [2020-08-20T00:37:07.157Z] 551b823b3b82: Pull complete [2020-08-20T00:37:07.426Z] 3c52a74df98c: Pull complete [2020-08-20T00:37:08.015Z] 6c9b121b6998: Pull complete [2020-08-20T00:37:08.015Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-08-20T00:37:08.015Z] Status: Downloaded newer image for docker:latest [2020-08-20T00:37:11.407Z] ---> 0ce9db33bffb [2020-08-20T00:37:11.407Z] Step 6/7 : COPY go.mod . [2020-08-20T00:37:11.678Z] ---> 38a1a149130d [2020-08-20T00:37:11.678Z] Step 7/7 : RUN go mod download [2020-08-20T00:37:11.953Z] ---> Running in b5e521a91b11 [2020-08-20T00:37:15.340Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-08-20T00:37:15.340Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-08-20T00:37:15.340Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-08-20T00:37:15.340Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-08-20T00:37:15.340Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-20T00:37:15.340Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-08-20T00:37:15.608Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-08-20T00:37:15.609Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-20T00:37:15.609Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-08-20T00:37:15.609Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-08-20T00:37:15.609Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-08-20T00:37:15.609Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 [2020-08-20T00:37:15.877Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-20T00:37:15.877Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.72 [2020-08-20T00:37:15.877Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-08-20T00:37:15.877Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-08-20T00:37:15.877Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-08-20T00:37:15.877Z] go: finding github.com/fatih/color v1.7.0 [2020-08-20T00:37:15.877Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-08-20T00:37:16.146Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-20T00:37:16.146Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-08-20T00:37:16.146Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-20T00:37:16.146Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-20T00:37:16.146Z] go: finding github.com/go-playground/assert/v2 v2.0.1 [2020-08-20T00:37:16.146Z] go: finding github.com/go-playground/locales v0.13.0 [2020-08-20T00:37:16.146Z] go: finding github.com/go-playground/universal-translator v0.17.0 [2020-08-20T00:37:16.413Z] go: finding github.com/go-playground/validator/v10 v10.3.0 [2020-08-20T00:37:16.413Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-08-20T00:37:16.413Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-20T00:37:16.413Z] go: finding github.com/golang/protobuf v1.3.2 [2020-08-20T00:37:16.413Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-08-20T00:37:16.413Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-08-20T00:37:16.413Z] go: finding github.com/google/uuid v1.1.0 [2020-08-20T00:37:16.681Z] go: finding github.com/gorilla/mux v1.7.1 [2020-08-20T00:37:16.681Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-08-20T00:37:16.681Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-08-20T00:37:16.681Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-08-20T00:37:16.681Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-20T00:37:16.681Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-20T00:37:16.681Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-08-20T00:37:16.949Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-08-20T00:37:16.949Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-20T00:37:16.949Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-08-20T00:37:16.949Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-08-20T00:37:16.949Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-08-20T00:37:16.949Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-08-20T00:37:17.218Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-08-20T00:37:17.218Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-08-20T00:37:17.218Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-08-20T00:37:17.218Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-08-20T00:37:17.218Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-08-20T00:37:17.218Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-08-20T00:37:17.218Z] go: finding github.com/imdario/mergo v0.3.6 [2020-08-20T00:37:17.485Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-20T00:37:17.486Z] go: finding github.com/kr/pretty v0.1.0 [2020-08-20T00:37:17.486Z] go: finding github.com/kr/pty v1.1.1 [2020-08-20T00:37:17.486Z] go: finding github.com/kr/text v0.1.0 [2020-08-20T00:37:17.486Z] go: finding github.com/leodido/go-urn v1.2.0 [2020-08-20T00:37:17.486Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-08-20T00:37:17.486Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-08-20T00:37:17.753Z] go: finding github.com/miekg/dns v1.0.14 [2020-08-20T00:37:17.753Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-08-20T00:37:17.753Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-20T00:37:17.753Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-08-20T00:37:17.753Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-08-20T00:37:17.753Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-08-20T00:37:17.753Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-08-20T00:37:18.021Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-08-20T00:37:18.021Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-08-20T00:37:18.021Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-08-20T00:37:18.021Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-08-20T00:37:18.021Z] go: finding github.com/onsi/gomega v1.7.0 [2020-08-20T00:37:18.021Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-08-20T00:37:18.290Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-08-20T00:37:18.290Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-08-20T00:37:18.290Z] go: finding github.com/pkg/errors v0.8.1 [2020-08-20T00:37:18.290Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-20T00:37:18.290Z] go: finding github.com/posener/complete v1.1.1 [2020-08-20T00:37:18.290Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-08-20T00:37:18.290Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-08-20T00:37:18.558Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-08-20T00:37:18.558Z] go: finding github.com/stretchr/objx v0.1.0 [2020-08-20T00:37:18.558Z] go: finding github.com/stretchr/testify v1.5.1 [2020-08-20T00:37:18.558Z] go: finding github.com/ugorji/go v1.1.4 [2020-08-20T00:37:18.558Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-20T00:37:18.558Z] go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-08-20T00:37:18.558Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-08-20T00:37:18.827Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-08-20T00:37:18.827Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-08-20T00:37:18.827Z] go: finding golang.org/x/text v0.3.2 [2020-08-20T00:37:18.827Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-08-20T00:37:18.827Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-08-20T00:37:18.827Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-08-20T00:37:18.827Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-08-20T00:37:19.098Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-08-20T00:37:19.098Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-20T00:37:24.067Z] 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-20T00:37:32.363Z] 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-20T00:37:35.738Z] Removing intermediate container 735a744bd973 [2020-08-20T00:37:35.738Z] ---> 6fa9543541c1 [2020-08-20T00:37:35.738Z] [2020-08-20T00:37:35.738Z] Step 10/21 : FROM scratch [2020-08-20T00:37:35.738Z] ---> [2020-08-20T00:37:35.738Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-20T00:37:35.738Z] Removing intermediate container 72bde14206e5 [2020-08-20T00:37:35.738Z] ---> 9b458e2321f3 [2020-08-20T00:37:35.738Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-08-20T00:37:35.738Z] ---> Running in c0bd6d4c704e [2020-08-20T00:37:35.738Z] ---> Running in 0bf02ece40b9 [2020-08-20T00:37:35.738Z] Removing intermediate container 0bf02ece40b9 [2020-08-20T00:37:35.738Z] ---> 41671144ce11 [2020-08-20T00:37:35.738Z] Step 12/21 : ENV APP_PORT=48061 [2020-08-20T00:37:36.013Z] ---> Running in 2b57247e8981 [2020-08-20T00:37:36.282Z] 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-20T00:37:37.726Z] Removing intermediate container 2b57247e8981 [2020-08-20T00:37:37.726Z] ---> 1bff15e9c84e [2020-08-20T00:37:37.726Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-20T00:37:41.308Z] Removing intermediate container b5e521a91b11 [2020-08-20T00:37:41.308Z] ---> 45b81b20f05b [2020-08-20T00:37:41.308Z] Successfully built 45b81b20f05b [2020-08-20T00:37:41.308Z] 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-20T00:37:41.949Z] ---> Running in f74f429595da [2020-08-20T00:37:41.949Z] Removing intermediate container d57c385d73d4 [2020-08-20T00:37:41.949Z] ---> e6baa1e0eaf7 [2020-08-20T00:37:41.949Z] [2020-08-20T00:37:41.949Z] Step 10/26 : FROM alpine:3.10 [2020-08-20T00:37:41.949Z] Removing intermediate container 60016e6f51e3 [2020-08-20T00:37:41.949Z] ---> fb5a6f2a2b85 [2020-08-20T00:37:41.949Z] [2020-08-20T00:37:41.949Z] Step 10/20 : FROM scratch [2020-08-20T00:37:41.949Z] ---> [2020-08-20T00:37:41.949Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-20T00:37:41.991Z] + docker inspect -f . ci-base-image-arm64 [2020-08-20T00:37:41.991Z] . [Pipeline] withDockerContainer [2020-08-20T00:37:42.211Z] 3.10: Pulling from library/alpine [2020-08-20T00:37:42.261Z] prd-ubuntu18.04-docker-arm64-4c-16g-546 does not seem to be running inside a container [2020-08-20T00:37:42.342Z] $ 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/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@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-20T00:37:42.476Z] Removing intermediate container f74f429595da [2020-08-20T00:37:42.476Z] ---> af32611ba88c [2020-08-20T00:37:42.476Z] Step 14/21 : COPY --from=builder /bin/bash /bin/bash [2020-08-20T00:37:42.476Z] ---> Running in 462ee3a4ece1 [2020-08-20T00:37:42.741Z] Removing intermediate container 462ee3a4ece1 [2020-08-20T00:37:42.741Z] ---> f2c752599e48 [2020-08-20T00:37:42.741Z] Step 12/20 : ENV APP_PORT=48085 [2020-08-20T00:37:43.002Z] ---> 49c33e7fb702 [2020-08-20T00:37:43.002Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-08-20T00:37:43.002Z] Removing intermediate container c0bd6d4c704e [2020-08-20T00:37:43.002Z] ---> e729c7bcc223 [2020-08-20T00:37:43.002Z] [2020-08-20T00:37:43.002Z] Step 11/26 : FROM docker:latest [2020-08-20T00:37:43.002Z] ---> 81f5749c9058 [2020-08-20T00:37:43.002Z] Step 12/26 : RUN apk add --no-cache bash [2020-08-20T00:37:43.002Z] ---> Running in f0c7ae14e72b [2020-08-20T00:37:43.002Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-08-20T00:37:43.267Z] Status: Downloaded newer image for alpine:3.10 [2020-08-20T00:37:43.267Z] ---> be4e4bea2c2e [2020-08-20T00:37:43.267Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-08-20T00:37:43.267Z] ---> Running in f4c27e8a54a6 [2020-08-20T00:37:43.532Z] ---> Running in bf4a29203c90 [2020-08-20T00:37:43.799Z] Removing intermediate container f0c7ae14e72b [2020-08-20T00:37:43.799Z] ---> 59d40de31cf1 [2020-08-20T00:37:43.799Z] Step 13/20 : EXPOSE $APP_PORT [2020-08-20T00:37:43.799Z] ---> 7161c6e8e671 [2020-08-20T00:37:43.799Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-08-20T00:37:43.799Z] ---> Running in 10c9e03fadb3 [2020-08-20T00:37:43.805Z] $ docker top 69ccac95a875bce0b1636e09bab4c58d4f6ad627c761318e1281b0ee027864a7 -eo pid,comm [2020-08-20T00:37:44.068Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-20T00:37:44.068Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [Pipeline] { [Pipeline] sh [2020-08-20T00:37:44.345Z] Removing intermediate container 10c9e03fadb3 [2020-08-20T00:37:44.345Z] ---> 480941498eb0 [2020-08-20T00:37:44.345Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-08-20T00:37:44.345Z] (1/2) Installing readline (8.0.4-r0) [2020-08-20T00:37:44.345Z] (2/2) Installing bash (5.0.17-r0) [2020-08-20T00:37:44.345Z] Executing bash-5.0.17-r0.post-install [2020-08-20T00:37:44.345Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-08-20T00:37:44.345Z] Executing busybox-1.31.1-r16.trigger [2020-08-20T00:37:44.345Z] OK: 12 MiB in 22 packages [2020-08-20T00:37:44.621Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-08-20T00:37:44.621Z] ---> 89d3a314a176 [2020-08-20T00:37:44.621Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-08-20T00:37:44.621Z] ---> 65b1c1fea3e7 [2020-08-20T00:37:44.621Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-08-20T00:37:44.843Z] + go version [2020-08-20T00:37:44.843Z] go version go1.13.13 linux/arm64 [Pipeline] echo [2020-08-20T00:37:44.866Z] ========================================================= [2020-08-20T00:37:44.866Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-08-20T00:37:44.866Z] ========================================================= [Pipeline] sh [2020-08-20T00:37:44.896Z] v3.10.5-76-g1530c9fe13 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-08-20T00:37:44.896Z] v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-08-20T00:37:44.896Z] OK: 10346 distinct packages available [2020-08-20T00:37:44.896Z] (1/5) Installing ca-certificates (20191127-r2) [2020-08-20T00:37:44.896Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-08-20T00:37:44.896Z] (3/5) Installing libcurl (7.66.0-r0) [2020-08-20T00:37:44.896Z] (4/5) Installing curl (7.66.0-r0) [2020-08-20T00:37:44.896Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-08-20T00:37:44.897Z] Executing busybox-1.30.1-r3.trigger [2020-08-20T00:37:44.897Z] Executing ca-certificates-20191127-r2.trigger [2020-08-20T00:37:45.161Z] OK: 7 MiB in 19 packages [2020-08-20T00:37:45.515Z] + make test [2020-08-20T00:37:45.515Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-08-20T00:37:47.709Z] ---> 935a42355ed3 [2020-08-20T00:37:47.709Z] Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-20T00:37:47.709Z] ---> 1debbc68c1e7 [2020-08-20T00:37:47.709Z] Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-08-20T00:37:47.970Z] ---> Running in 310d2b222653 [2020-08-20T00:37:47.970Z] Removing intermediate container f4c27e8a54a6 [2020-08-20T00:37:47.970Z] ---> 6bbfaa1f77f5 [2020-08-20T00:37:47.970Z] Step 13/26 : RUN rm -rf /var/cache/apk/* [2020-08-20T00:37:47.970Z] Removing intermediate container b78227665e41 [2020-08-20T00:37:47.970Z] ---> 1913d0c1df36 [2020-08-20T00:37:47.970Z] [2020-08-20T00:37:47.970Z] Step 10/22 : FROM alpine [2020-08-20T00:37:48.143Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-08-20T00:37:48.540Z] latest: Pulling from library/alpine [2020-08-20T00:37:48.540Z] ---> Running in 18aece5c0999 [2020-08-20T00:37:48.540Z] ---> a9e57f429f6c [2020-08-20T00:37:48.540Z] Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-20T00:37:48.801Z] Removing intermediate container bf4a29203c90 [2020-08-20T00:37:48.801Z] ---> 59276353aad5 [2020-08-20T00:37:48.801Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-20T00:37:48.801Z] Removing intermediate container 310d2b222653 [2020-08-20T00:37:48.801Z] ---> 88d65a4e5059 [2020-08-20T00:37:48.801Z] Step 19/21 : LABEL arch=x86_64 [2020-08-20T00:37:48.801Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-08-20T00:37:48.801Z] Status: Downloaded newer image for alpine:latest [2020-08-20T00:37:48.801Z] ---> a24bb4013296 [2020-08-20T00:37:48.801Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-20T00:37:49.062Z] ---> Running in a2b25a4ffcd1 [2020-08-20T00:37:49.062Z] ---> Running in 15fd943e0fe2 [2020-08-20T00:37:49.062Z] ---> Running in ef807dc917ef [2020-08-20T00:37:49.062Z] ---> Running in 0c7a0ec68674 [2020-08-20T00:37:49.633Z] Removing intermediate container 15fd943e0fe2 [2020-08-20T00:37:49.633Z] ---> ad09cedd05de [2020-08-20T00:37:49.633Z] Step 13/26 : WORKDIR / [2020-08-20T00:37:49.633Z] Removing intermediate container a2b25a4ffcd1 [2020-08-20T00:37:49.633Z] ---> ba6691280eed [2020-08-20T00:37:49.633Z] Step 18/20 : LABEL arch=x86_64 [2020-08-20T00:37:49.895Z] Removing intermediate container ef807dc917ef [2020-08-20T00:37:49.895Z] ---> f29f263660ac [2020-08-20T00:37:49.895Z] Step 20/21 : LABEL git_sha=5c139179f817ec2b654e37ec469ee87c086e10a0 [2020-08-20T00:37:49.895Z] Removing intermediate container 0c7a0ec68674 [2020-08-20T00:37:49.895Z] ---> 51c9f5e4a06a [2020-08-20T00:37:49.895Z] Step 12/22 : ENV APP_PORT=48080 [2020-08-20T00:37:49.895Z] ---> Running in 79b664fb6c5a [2020-08-20T00:37:49.895Z] ---> Running in 9e35a4bf5f43 [2020-08-20T00:37:49.895Z] ---> Running in 458b96335dad [2020-08-20T00:37:50.159Z] ---> Running in f47d350ed5db [2020-08-20T00:37:50.420Z] Removing intermediate container 458b96335dad [2020-08-20T00:37:50.420Z] ---> 9678cc4fe3a8 [2020-08-20T00:37:50.420Z] 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-20T00:37:50.420Z] Removing intermediate container 79b664fb6c5a [2020-08-20T00:37:50.420Z] ---> 675ffc926a7c [2020-08-20T00:37:50.420Z] Step 19/20 : LABEL git_sha=5c139179f817ec2b654e37ec469ee87c086e10a0 [2020-08-20T00:37:50.420Z] Removing intermediate container 9e35a4bf5f43 [2020-08-20T00:37:50.420Z] ---> b9b1b58b1d8a [2020-08-20T00:37:50.420Z] Step 21/21 : LABEL version=0.0.0 [2020-08-20T00:37:50.420Z] Removing intermediate container f47d350ed5db [2020-08-20T00:37:50.420Z] ---> 699b00e88de5 [2020-08-20T00:37:50.420Z] Step 13/22 : EXPOSE $APP_PORT [2020-08-20T00:37:50.681Z] ---> Running in 956f65b4502a [2020-08-20T00:37:50.681Z] ---> Running in a3ad6fcfa438 [2020-08-20T00:37:50.681Z] Removing intermediate container 18aece5c0999 [2020-08-20T00:37:50.681Z] ---> c7eaf5cb1ba8 [2020-08-20T00:37:50.681Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-08-20T00:37:50.681Z] ---> Running in 7a16a7d1b681 [2020-08-20T00:37:50.943Z] ---> 38f12b1d7eea [2020-08-20T00:37:50.943Z] 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-20T00:37:50.943Z] ---> Running in 818c8d64773d [2020-08-20T00:37:51.224Z] Removing intermediate container 956f65b4502a [2020-08-20T00:37:51.224Z] ---> 855e4d6da424 [2020-08-20T00:37:51.224Z] Step 20/20 : LABEL version=0.0.0 [2020-08-20T00:37:51.224Z] Removing intermediate container a3ad6fcfa438 [2020-08-20T00:37:51.224Z] ---> 586c0fd4cb3f [2020-08-20T00:37:51.224Z] [2020-08-20T00:37:51.224Z] Removing intermediate container 7a16a7d1b681 [2020-08-20T00:37:51.224Z] ---> daab826159da [2020-08-20T00:37:51.224Z] Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-20T00:37:51.224Z] ---> Running in 83e0a9516317 [2020-08-20T00:37:51.224Z] Successfully built 586c0fd4cb3f [2020-08-20T00:37:51.224Z] ---> Running in aef31556c864 [2020-08-20T00:37:51.800Z] Successfully tagged docker-support-logging-go:latest [2020-08-20T00:37:52.100Z]  Building docker-support-logging-go ... done Building docker-support-notifications-go [2020-08-20T00:37:52.725Z] ---> c0c1bb6ff51b [2020-08-20T00:37:52.725Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-08-20T00:37:52.725Z] Removing intermediate container 818c8d64773d [2020-08-20T00:37:52.725Z] ---> 646510afbe2f [2020-08-20T00:37:52.725Z] Step 15/26 : ENV APP_PORT=48090 [2020-08-20T00:37:53.050Z] ---> Running in 0ba9475cd020 [2020-08-20T00:37:53.050Z] Removing intermediate container 83e0a9516317 [2020-08-20T00:37:53.050Z] ---> e499d9a3b7d3 [2020-08-20T00:37:53.050Z] [2020-08-20T00:37:53.050Z] Successfully built e499d9a3b7d3 [2020-08-20T00:37:55.000Z] Successfully tagged docker-support-scheduler-go:latest [2020-08-20T00:37:55.000Z] Building docker-security-secrets-setup-go [2020-08-20T00:37:58.325Z]  Building docker-support-scheduler-go ... done  ---> ade758d5fa14 [2020-08-20T00:37:58.325Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-08-20T00:37:58.325Z] Removing intermediate container 0ba9475cd020 [2020-08-20T00:37:58.325Z] ---> 53afb49a283d [2020-08-20T00:37:58.325Z] Step 16/26 : EXPOSE $APP_PORT [2020-08-20T00:37:59.275Z] ---> Running in 3f679de1af20 [2020-08-20T00:37:59.275Z] ---> b8dd382261f8 [2020-08-20T00:37:59.275Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-08-20T00:38:01.842Z] Removing intermediate container aef31556c864 [2020-08-20T00:38:01.842Z] ---> dce412c7e16e [2020-08-20T00:38:01.842Z] Step 15/22 : RUN apk --no-cache add zeromq [2020-08-20T00:38:02.123Z] Removing intermediate container 3f679de1af20 [2020-08-20T00:38:02.123Z] ---> 5b88dacad897 [2020-08-20T00:38:02.123Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-08-20T00:38:02.395Z] ---> 158572ffd439 [2020-08-20T00:38:02.395Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-08-20T00:38:03.008Z] ---> Running in 22dd3201dcec [2020-08-20T00:38:06.366Z] ---> 66b1316f6ecf [2020-08-20T00:38:06.366Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-08-20T00:38:06.366Z] ---> 864b716e9257 [2020-08-20T00:38:06.366Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-08-20T00:38:06.366Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-20T00:38:06.977Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-20T00:38:07.563Z] (1/5) Installing libgcc (9.3.0-r2) [2020-08-20T00:38:07.563Z] (2/5) Installing libsodium (1.0.18-r0) [2020-08-20T00:38:07.563Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-08-20T00:38:07.827Z] (4/5) Installing libzmq (4.3.2-r0) [2020-08-20T00:38:08.100Z] (5/5) Installing zeromq (4.3.2-r0) [2020-08-20T00:38:08.100Z] Executing busybox-1.31.1-r16.trigger [2020-08-20T00:38:08.372Z] OK: 8 MiB in 19 packages [2020-08-20T00:38:08.956Z] ---> 194202144d74 [2020-08-20T00:38:08.956Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-08-20T00:38:10.367Z] Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-20T00:38:10.367Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-08-20T00:38:10.367Z] ---> 655c0baecf5a [2020-08-20T00:38:10.367Z] Step 3/23 : WORKDIR /edgex-go [2020-08-20T00:38:10.367Z] ---> Using cache [2020-08-20T00:38:10.367Z] ---> 65a678c5648c [2020-08-20T00:38:10.367Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-20T00:38:10.367Z] ---> Using cache [2020-08-20T00:38:10.367Z] ---> 61c70dd34bef [2020-08-20T00:38:10.367Z] Step 5/23 : RUN apk update && apk add make bash git ca-certificates [2020-08-20T00:38:11.327Z] ---> 8961514ef039 [2020-08-20T00:38:11.327Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-08-20T00:38:11.588Z] ---> Running in c37bf48518af [2020-08-20T00:38:11.850Z] Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-20T00:38:11.850Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-08-20T00:38:11.850Z] ---> 655c0baecf5a [2020-08-20T00:38:11.850Z] Step 3/29 : WORKDIR /edgex-go [2020-08-20T00:38:11.850Z] ---> Using cache [2020-08-20T00:38:11.850Z] ---> 65a678c5648c [2020-08-20T00:38:11.850Z] Step 4/29 : RUN apk update && apk add make git [2020-08-20T00:38:12.426Z] ---> 2764663bc4e9 [2020-08-20T00:38:12.426Z] Step 20/26 : RUN apk --no-cache add py-pip [2020-08-20T00:38:12.689Z] ---> Running in cb51f323fcc4 [2020-08-20T00:38:12.689Z] ---> Running in 8457a2645ddb [2020-08-20T00:38:12.689Z] ---> 8ee51ee436ca [2020-08-20T00:38:12.689Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-20T00:38:12.953Z] Removing intermediate container 22dd3201dcec [2020-08-20T00:38:12.953Z] ---> a014c7d16d72 [2020-08-20T00:38:12.953Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-08-20T00:38:12.953Z] ---> Running in 4ff28fb98a56 [2020-08-20T00:38:13.216Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-20T00:38:13.479Z] ---> 8302590ec7c5 [2020-08-20T00:38:13.479Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-08-20T00:38:13.479Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-20T00:38:14.065Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-20T00:38:14.065Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-20T00:38:14.329Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-08-20T00:38:14.329Z] (2/33) Installing expat (2.2.9-r1) [2020-08-20T00:38:14.329Z] (3/33) Installing libffi (3.3-r2) [2020-08-20T00:38:14.329Z] (4/33) Installing gdbm (1.13-r1) [2020-08-20T00:38:14.329Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-08-20T00:38:14.329Z] ---> 71f9477a35e4 [2020-08-20T00:38:14.329Z] Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-08-20T00:38:14.329Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-08-20T00:38:14.329Z] (7/33) Installing python3 (3.8.5-r0) [2020-08-20T00:38:14.908Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-20T00:38:14.908Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-20T00:38:17.474Z] ---> b7b703f03997 [2020-08-20T00:38:17.474Z] Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-20T00:38:17.474Z] Removing intermediate container 4ff28fb98a56 [2020-08-20T00:38:17.474Z] ---> 84b7e4528d2e [2020-08-20T00:38:17.474Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-08-20T00:38:17.474Z] ---> Running in 77c5b62befa1 [2020-08-20T00:38:17.474Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-08-20T00:38:17.474Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-08-20T00:38:17.474Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-08-20T00:38:17.474Z] (11/33) Installing py3-six (1.15.0-r0) [2020-08-20T00:38:17.474Z] (12/33) Installing py3-packaging (20.4-r0) [2020-08-20T00:38:17.474Z] ---> Running in de087e79d844 [2020-08-20T00:38:17.474Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-08-20T00:38:17.474Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-08-20T00:38:17.474Z] (15/33) Installing py3-idna (2.9-r0) [2020-08-20T00:38:17.474Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-08-20T00:38:18.047Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-08-20T00:38:18.047Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-08-20T00:38:18.047Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-08-20T00:38:18.309Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-08-20T00:38:18.309Z] Removing intermediate container 77c5b62befa1 [2020-08-20T00:38:18.309Z] ---> 5d0f556a9340 [2020-08-20T00:38:18.309Z] Step 20/22 : LABEL arch=x86_64 [2020-08-20T00:38:18.309Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-08-20T00:38:18.309Z] v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-20T00:38:18.309Z] v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-20T00:38:18.309Z] OK: 12746 distinct packages available [2020-08-20T00:38:18.571Z] OK: 233 MiB in 51 packages [2020-08-20T00:38:18.833Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-08-20T00:38:18.833Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-08-20T00:38:18.833Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-08-20T00:38:18.833Z] Removing intermediate container de087e79d844 [2020-08-20T00:38:18.833Z] ---> f8dbe79b1b29 [2020-08-20T00:38:18.833Z] Step 24/26 : LABEL arch=x86_64 [2020-08-20T00:38:18.833Z] v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-20T00:38:18.833Z] v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-20T00:38:18.833Z] OK: 12746 distinct packages available [2020-08-20T00:38:18.833Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-08-20T00:38:19.100Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-08-20T00:38:19.100Z] OK: 233 MiB in 51 packages [2020-08-20T00:38:19.100Z] ---> Running in 64ac86899dd3 [2020-08-20T00:38:19.100Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-08-20T00:38:19.362Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-08-20T00:38:19.362Z] (29/33) Installing py3-progress (1.5-r0) [2020-08-20T00:38:19.362Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-08-20T00:38:19.936Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-08-20T00:38:19.936Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-08-20T00:38:19.936Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-08-20T00:38:19.936Z] ---> Running in f6e2a9027e2e [2020-08-20T00:38:20.739Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-08-20T00:38:20.885Z] Executing busybox-1.31.1-r16.trigger [2020-08-20T00:38:20.885Z] Removing intermediate container 64ac86899dd3 [2020-08-20T00:38:20.885Z] ---> dde119aeb761 [2020-08-20T00:38:20.885Z] Step 21/22 : LABEL git_sha=5c139179f817ec2b654e37ec469ee87c086e10a0 [2020-08-20T00:38:20.885Z] OK: 71 MiB in 55 packages [2020-08-20T00:38:20.885Z] ---> Running in 87fd8e5fc539 [2020-08-20T00:38:21.147Z] Removing intermediate container cb51f323fcc4 [2020-08-20T00:38:21.147Z] ---> 636d1a416f0a [2020-08-20T00:38:21.147Z] Step 5/29 : COPY go.mod . [2020-08-20T00:38:21.147Z] Removing intermediate container f6e2a9027e2e [2020-08-20T00:38:21.147Z] ---> 0c3fce2021e1 [2020-08-20T00:38:21.147Z] Step 25/26 : LABEL git_sha=5c139179f817ec2b654e37ec469ee87c086e10a0 [2020-08-20T00:38:21.410Z] ---> Running in 0cde04f70b83 [2020-08-20T00:38:21.410Z] Removing intermediate container c37bf48518af [2020-08-20T00:38:21.410Z] ---> db3dd9722bdd [2020-08-20T00:38:21.410Z] Step 6/23 : COPY go.mod . [2020-08-20T00:38:21.410Z] Removing intermediate container 87fd8e5fc539 [2020-08-20T00:38:21.410Z] ---> e8c05775be52 [2020-08-20T00:38:21.410Z] Step 22/22 : LABEL version=0.0.0 [2020-08-20T00:38:21.410Z] ---> c0ab67b89cc2 [2020-08-20T00:38:21.410Z] Step 6/29 : RUN go mod download [2020-08-20T00:38:22.365Z] ---> Running in 546dc0e0ab46 [2020-08-20T00:38:22.365Z] ---> Running in a8f8b4af0fc7 [2020-08-20T00:38:22.949Z] Removing intermediate container 0cde04f70b83 [2020-08-20T00:38:22.949Z] ---> 75beb73a73a1 [2020-08-20T00:38:22.949Z] Step 26/26 : LABEL version=0.0.0 [2020-08-20T00:38:24.867Z] ---> b2b2962f0b52 [2020-08-20T00:38:24.867Z] Step 7/23 : RUN go mod download [2020-08-20T00:38:25.447Z] Removing intermediate container 546dc0e0ab46 [2020-08-20T00:38:25.447Z] ---> da0be1e6ff91 [2020-08-20T00:38:25.447Z] [2020-08-20T00:38:25.448Z] ---> Running in 41f777177c3e [2020-08-20T00:38:25.448Z] ---> Running in 732df562c2c9 [2020-08-20T00:38:25.448Z] Successfully built da0be1e6ff91 [2020-08-20T00:38:25.448Z] Successfully tagged docker-core-data-go:latest [2020-08-20T00:38:25.448Z]  Building docker-core-data-go ... done Building docker-security-proxy-setup-go [2020-08-20T00:38:25.720Z] Removing intermediate container 8457a2645ddb [2020-08-20T00:38:25.720Z] ---> 64af81ffdc46 [2020-08-20T00:38:25.720Z] Step 21/26 : RUN pip install docker-compose==1.23.2 [2020-08-20T00:38:25.720Z] Removing intermediate container 41f777177c3e [2020-08-20T00:38:25.720Z] ---> 24702b8b5351 [2020-08-20T00:38:25.720Z] [2020-08-20T00:38:25.997Z] ---> Running in 9cdad0ff8ede [2020-08-20T00:38:25.997Z] Successfully built 24702b8b5351 [2020-08-20T00:38:25.997Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-08-20T00:38:25.997Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-command-go [2020-08-20T00:38:32.654Z] Removing intermediate container a8f8b4af0fc7 [2020-08-20T00:38:32.654Z] ---> e36173cdea25 [2020-08-20T00:38:32.654Z] Step 7/29 : COPY . . [2020-08-20T00:38:32.654Z] Removing intermediate container 732df562c2c9 [2020-08-20T00:38:32.654Z] ---> c3d8221cec4b [2020-08-20T00:38:32.654Z] Step 8/23 : COPY . . [2020-08-20T00:38:35.889Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-08-20T00:38:35.889Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-08-20T00:38:35.889Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-08-20T00:38:35.889Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-08-20T00:38:35.889Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.073s [2020-08-20T00:38:35.889Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-08-20T00:38:35.889Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-08-20T00:38:35.889Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-08-20T00:38:37.882Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-08-20T00:38:38.486Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-08-20T00:38:39.088Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-08-20T00:38:39.088Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-08-20T00:38:39.088Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-08-20T00:38:42.785Z] Collecting docker-compose==1.23.2 [2020-08-20T00:38:42.785Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-08-20T00:38:44.756Z] Collecting websocket-client<1.0,>=0.32.0 [2020-08-20T00:38:44.756Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-08-20T00:38:46.225Z] Collecting jsonschema<3,>=2.5.1 [2020-08-20T00:38:46.524Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-08-20T00:38:47.957Z] Collecting docopt<0.7,>=0.6.1 [2020-08-20T00:38:47.957Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-08-20T00:38:48.545Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-20T00:38:48.545Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-08-20T00:38:48.545Z] ---> 655c0baecf5a [2020-08-20T00:38:48.545Z] Step 3/20 : WORKDIR /edgex-go [2020-08-20T00:38:48.545Z] ---> Using cache [2020-08-20T00:38:48.545Z] ---> 65a678c5648c [2020-08-20T00:38:48.545Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-20T00:38:48.545Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-20T00:38:48.545Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-20T00:38:48.545Z] ---> 655c0baecf5a [2020-08-20T00:38:48.545Z] Step 3/21 : WORKDIR /edgex-go [2020-08-20T00:38:48.545Z] ---> Using cache [2020-08-20T00:38:48.545Z] ---> 65a678c5648c [2020-08-20T00:38:48.545Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-20T00:38:48.545Z] ---> Using cache [2020-08-20T00:38:48.545Z] ---> 61c70dd34bef [2020-08-20T00:38:48.545Z] Step 5/21 : RUN apk update && apk add make git [2020-08-20T00:38:48.545Z] ---> Using cache [2020-08-20T00:38:48.545Z] ---> 61c70dd34bef [2020-08-20T00:38:48.545Z] Step 5/20 : RUN apk update && apk add make git [2020-08-20T00:38:48.545Z] ---> Using cache [2020-08-20T00:38:48.545Z] ---> 66ac7f0c8e0f [2020-08-20T00:38:48.545Z] Step 6/21 : COPY go.mod . [2020-08-20T00:38:48.545Z] ---> Using cache [2020-08-20T00:38:48.545Z] ---> 66ac7f0c8e0f [2020-08-20T00:38:48.545Z] Step 6/20 : COPY go.mod . [2020-08-20T00:38:48.545Z] ---> Using cache [2020-08-20T00:38:48.545Z] ---> 69031d4e9d24 [2020-08-20T00:38:48.545Z] Step 7/20 : RUN go mod download [2020-08-20T00:38:48.545Z] ---> Using cache [2020-08-20T00:38:48.545Z] ---> 69031d4e9d24 [2020-08-20T00:38:48.545Z] Step 7/21 : RUN go mod download [2020-08-20T00:38:48.545Z] ---> Using cache [2020-08-20T00:38:48.545Z] ---> 17f5764e0caf [2020-08-20T00:38:48.545Z] Step 8/21 : COPY . . [2020-08-20T00:38:48.545Z] ---> Using cache [2020-08-20T00:38:48.545Z] ---> 17f5764e0caf [2020-08-20T00:38:48.545Z] Step 8/20 : COPY . . [2020-08-20T00:38:48.545Z] ---> Using cache [2020-08-20T00:38:48.545Z] ---> bd1b4cde1b56 [2020-08-20T00:38:48.545Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-08-20T00:38:48.545Z] ---> Using cache [2020-08-20T00:38:48.545Z] ---> bd1b4cde1b56 [2020-08-20T00:38:48.545Z] Step 9/21 : RUN make cmd/core-command/core-command [2020-08-20T00:38:49.359Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.062s coverage: 46.6% of statements [2020-08-20T00:38:49.359Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-08-20T00:38:49.359Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-08-20T00:38:49.359Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-08-20T00:38:49.359Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-08-20T00:38:49.359Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-08-20T00:38:51.143Z] ---> Running in e5824e27366f [2020-08-20T00:38:51.143Z] ---> Running in c81abc5d6338 [2020-08-20T00:38:53.360Z] Collecting PyYAML<4,>=3.10 [2020-08-20T00:38:53.360Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-08-20T00:38:56.122Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.186s coverage: 27.2% of statements [2020-08-20T00:38:56.122Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-08-20T00:38:56.122Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-08-20T00:38:56.122Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-08-20T00:38:56.122Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-08-20T00:38:56.122Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-08-20T00:38:56.122Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-08-20T00:38:56.122Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.097s coverage: 100.0% of statements [2020-08-20T00:38:56.122Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-08-20T00:38:56.122Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.033s coverage: 100.0% of statements [2020-08-20T00:38:56.123Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-08-20T00:38:56.123Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-08-20T00:38:56.123Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.046s coverage: 80.0% of statements [2020-08-20T00:38:56.123Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-08-20T00:38:56.123Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-08-20T00:38:56.751Z] Collecting dockerpty<0.5,>=0.4.1 [2020-08-20T00:38:56.751Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-08-20T00:38:57.023Z] 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-20T00:38:57.023Z] 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-20T00:38:57.572Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.394s coverage: 92.9% of statements [2020-08-20T00:38:57.572Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-08-20T00:38:57.572Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-08-20T00:38:57.572Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-08-20T00:38:57.572Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-08-20T00:38:57.663Z] Collecting texttable<0.10,>=0.9.0 [2020-08-20T00:38:57.663Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-08-20T00:38:58.285Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-08-20T00:38:58.285Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-08-20T00:38:58.563Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.299s coverage: 28.6% of statements [2020-08-20T00:38:58.563Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-08-20T00:38:58.563Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-08-20T00:38:58.563Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-08-20T00:38:58.563Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-08-20T00:38:58.563Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-08-20T00:39:00.060Z] ---> 640da2457bbb [2020-08-20T00:39:00.060Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2020-08-20T00:39:00.060Z] Collecting cached-property<2,>=1.2.0 [2020-08-20T00:39:00.060Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-08-20T00:39:00.060Z] 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-20T00:39:00.060Z] ---> 8063beb10c82 [2020-08-20T00:39:00.060Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-08-20T00:39:00.688Z] ---> Running in d5cb3666bddb [2020-08-20T00:39:00.688Z] Collecting docker<4.0,>=3.6.0 [2020-08-20T00:39:00.688Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-08-20T00:39:00.688Z] ---> Running in 97fd85a3a64e [2020-08-20T00:39:00.969Z] Collecting urllib3<1.25,>=1.21.1 [2020-08-20T00:39:00.969Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-08-20T00:39:01.186Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.147s coverage: 100.0% of statements [2020-08-20T00:39:01.186Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-08-20T00:39:01.247Z] 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-20T00:39:01.248Z] 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-20T00:39:01.248Z] Collecting idna<2.8,>=2.5 [2020-08-20T00:39:01.248Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-08-20T00:39:01.248Z] Collecting docker-pycreds>=0.4.0 [2020-08-20T00:39:01.248Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-08-20T00:39:01.248Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-08-20T00:39:01.248Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-08-20T00:39:01.248Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-08-20T00:39:01.248Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-08-20T00:39:01.842Z] Installing collected packages: websocket-client, jsonschema, docopt, PyYAML, dockerpty, texttable, urllib3, idna, requests, cached-property, docker-pycreds, docker, docker-compose [2020-08-20T00:39:01.842Z] 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-20T00:39:01.842Z] 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-20T00:39:02.114Z] Running setup.py install for docopt: started [2020-08-20T00:39:02.180Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.023s coverage: 100.0% of statements [2020-08-20T00:39:02.180Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-08-20T00:39:03.082Z] Running setup.py install for docopt: finished with status 'done' [2020-08-20T00:39:03.082Z] Running setup.py install for PyYAML: started [2020-08-20T00:39:04.051Z] Running setup.py install for PyYAML: finished with status 'done' [2020-08-20T00:39:04.051Z] Running setup.py install for dockerpty: started [2020-08-20T00:39:04.157Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.070s coverage: 89.8% of statements [2020-08-20T00:39:04.157Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-08-20T00:39:05.132Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.105s coverage: 97.5% of statements [2020-08-20T00:39:05.132Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-08-20T00:39:05.487Z] Running setup.py install for dockerpty: finished with status 'done' [2020-08-20T00:39:05.487Z] Running setup.py install for texttable: started [2020-08-20T00:39:06.074Z] Running setup.py install for texttable: finished with status 'done' [2020-08-20T00:39:06.074Z] Attempting uninstall: urllib3 [2020-08-20T00:39:06.074Z] Found existing installation: urllib3 1.25.9 [2020-08-20T00:39:06.074Z] Uninstalling urllib3-1.25.9: [2020-08-20T00:39:06.341Z] Successfully uninstalled urllib3-1.25.9 [2020-08-20T00:39:06.612Z] Attempting uninstall: idna [2020-08-20T00:39:06.612Z] Found existing installation: idna 2.9 [2020-08-20T00:39:06.612Z] Uninstalling idna-2.9: [2020-08-20T00:39:06.879Z] Successfully uninstalled idna-2.9 [2020-08-20T00:39:06.879Z] Attempting uninstall: requests [2020-08-20T00:39:06.879Z] Found existing installation: requests 2.23.0 [2020-08-20T00:39:07.111Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.047s coverage: 100.0% of statements [2020-08-20T00:39:07.111Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-08-20T00:39:07.111Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-08-20T00:39:07.111Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-08-20T00:39:07.111Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-08-20T00:39:07.111Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-08-20T00:39:07.111Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-08-20T00:39:07.111Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-08-20T00:39:07.111Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-08-20T00:39:07.111Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-08-20T00:39:07.111Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-08-20T00:39:07.111Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-08-20T00:39:07.111Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-08-20T00:39:07.111Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-08-20T00:39:07.111Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-08-20T00:39:07.111Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-08-20T00:39:07.111Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-08-20T00:39:07.111Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-08-20T00:39:07.111Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-08-20T00:39:07.111Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.023s coverage: 58.8% of statements [2020-08-20T00:39:07.111Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-08-20T00:39:07.111Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/error [no test files] [2020-08-20T00:39:07.111Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis [no test files] [2020-08-20T00:39:07.146Z] Uninstalling requests-2.23.0: [2020-08-20T00:39:07.146Z] Successfully uninstalled requests-2.23.0 [2020-08-20T00:39:09.096Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.172s coverage: 63.5% of statements [2020-08-20T00:39:09.096Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-08-20T00:39:09.096Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-08-20T00:39:09.096Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.022s coverage: 100.0% of statements [2020-08-20T00:39:09.104Z] 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-20T00:39:09.373Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.326s coverage: 55.9% of statements [2020-08-20T00:39:09.373Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-08-20T00:39:09.373Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-08-20T00:39:09.373Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-08-20T00:39:09.373Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-08-20T00:39:13.397Z] Removing intermediate container 9cdad0ff8ede [2020-08-20T00:39:13.397Z] ---> 932bac2689bb [2020-08-20T00:39:13.397Z] Step 22/26 : RUN apk --no-cache add curl [2020-08-20T00:39:13.668Z] ---> Running in cf82773fc819 [2020-08-20T00:39:14.643Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-20T00:39:14.913Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-20T00:39:15.188Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-08-20T00:39:15.188Z] (2/3) Installing libcurl (7.69.1-r0) [2020-08-20T00:39:15.188Z] (3/3) Installing curl (7.69.1-r0) [2020-08-20T00:39:15.188Z] Executing busybox-1.31.1-r16.trigger [2020-08-20T00:39:15.188Z] OK: 72 MiB in 58 packages [2020-08-20T00:39:17.153Z] Removing intermediate container cf82773fc819 [2020-08-20T00:39:17.153Z] ---> 8f0b7715e0cf [2020-08-20T00:39:17.153Z] Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-20T00:39:17.153Z] ---> Running in d3540d098931 [2020-08-20T00:39:17.153Z] Removing intermediate container d3540d098931 [2020-08-20T00:39:17.153Z] ---> d2853c0c1615 [2020-08-20T00:39:17.153Z] Step 24/26 : LABEL arch=x86_64 [2020-08-20T00:39:17.430Z] ---> Running in 6a771dceb00d [2020-08-20T00:39:17.713Z] Removing intermediate container 6a771dceb00d [2020-08-20T00:39:17.713Z] ---> 509d75b8281c [2020-08-20T00:39:17.713Z] Step 25/26 : LABEL git_sha=5c139179f817ec2b654e37ec469ee87c086e10a0 [2020-08-20T00:39:17.713Z] ---> Running in b6587e067c52 [2020-08-20T00:39:17.991Z] Removing intermediate container b6587e067c52 [2020-08-20T00:39:17.991Z] ---> 85604176890d [2020-08-20T00:39:17.991Z] Step 26/26 : LABEL version=0.0.0 [2020-08-20T00:39:17.991Z] ---> Running in 4e45c3ea3e6f [2020-08-20T00:39:18.619Z] Removing intermediate container 4e45c3ea3e6f [2020-08-20T00:39:18.619Z] ---> 498ccd32c72a [2020-08-20T00:39:18.619Z] [2020-08-20T00:39:18.619Z] Successfully built 498ccd32c72a [2020-08-20T00:39:18.619Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-08-20T00:39:18.619Z] Building docker-core-metadata-go [2020-08-20T00:39:30.950Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container c81abc5d6338 [2020-08-20T00:39:30.950Z] ---> 7af57664e674 [2020-08-20T00:39:30.950Z] [2020-08-20T00:39:30.950Z] Step 10/20 : FROM alpine [2020-08-20T00:39:30.950Z] ---> a24bb4013296 [2020-08-20T00:39:30.950Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-08-20T00:39:31.216Z] ---> Running in 240ff59e6402 [2020-08-20T00:39:31.590Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 18.912s coverage: 86.3% of statements [2020-08-20T00:39:31.590Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-08-20T00:39:31.590Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.023s coverage: 72.2% of statements [2020-08-20T00:39:31.590Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.342s coverage: 72.1% of statements [2020-08-20T00:39:31.590Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.031s coverage: 82.4% of statements [2020-08-20T00:39:31.590Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.026s coverage: 48.4% of statements [2020-08-20T00:39:31.590Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-08-20T00:39:31.590Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-08-20T00:39:31.590Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-08-20T00:39:31.590Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.027s coverage: 28.8% of statements [2020-08-20T00:39:31.590Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-08-20T00:39:31.591Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.048s coverage: 96.8% of statements [2020-08-20T00:39:31.591Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-08-20T00:39:31.591Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.128s coverage: 31.1% of statements [2020-08-20T00:39:31.591Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-08-20T00:39:31.591Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-08-20T00:39:31.591Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.272s coverage: 84.1% of statements [2020-08-20T00:39:31.591Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.042s coverage: 100.0% of statements [2020-08-20T00:39:31.591Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.041s coverage: 42.9% of statements [2020-08-20T00:39:31.591Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-08-20T00:39:31.591Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-08-20T00:39:31.591Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.027s coverage: 100.0% of statements [2020-08-20T00:39:31.591Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-08-20T00:39:31.591Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.036s coverage: 83.8% of statements [2020-08-20T00:39:31.591Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-08-20T00:39:33.034Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.268s coverage: 46.1% of statements [2020-08-20T00:39:33.034Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-08-20T00:39:33.034Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-08-20T00:39:33.034Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.042s coverage: 100.0% of statements [2020-08-20T00:39:33.034Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-08-20T00:39:33.034Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-08-20T00:39:33.034Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-08-20T00:39:33.034Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.037s coverage: 100.0% of statements [2020-08-20T00:39:33.034Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-08-20T00:39:33.034Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.073s coverage: 100.0% of statements [2020-08-20T00:39:33.034Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-08-20T00:39:36.538Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-20T00:39:36.538Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-20T00:39:36.538Z] v3.12.0-254-g188bfebd7f [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-20T00:39:36.538Z] v3.12.0-255-g92cbb6be98 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-20T00:39:36.538Z] OK: 12746 distinct packages available [2020-08-20T00:39:36.804Z] (1/4) Installing ca-certificates (20191127-r4) [2020-08-20T00:39:36.804Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-08-20T00:39:36.804Z] (3/4) Installing libcurl (7.69.1-r0) [2020-08-20T00:39:36.804Z] (4/4) Installing curl (7.69.1-r0) [2020-08-20T00:39:36.804Z] Executing busybox-1.31.1-r16.trigger [2020-08-20T00:39:36.804Z] Executing ca-certificates-20191127-r4.trigger [2020-08-20T00:39:37.064Z] OK: 7 MiB in 18 packages [2020-08-20T00:39:38.466Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.174s coverage: 29.1% of statements [2020-08-20T00:39:38.466Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-08-20T00:39:38.466Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-08-20T00:39:38.466Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-08-20T00:39:38.466Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-08-20T00:39:38.466Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-08-20T00:39:38.466Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.078s coverage: 99.0% of statements [2020-08-20T00:39:38.466Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-08-20T00:39:38.466Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.033s coverage: 100.0% of statements [2020-08-20T00:39:38.466Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-08-20T00:39:38.466Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.014s coverage: 0.0% of statements [2020-08-20T00:39:38.466Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-08-20T00:39:38.995Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-20T00:39:38.995Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-20T00:39:39.069Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.055s coverage: 100.0% of statements [2020-08-20T00:39:39.070Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-08-20T00:39:39.070Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-08-20T00:39:39.070Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-08-20T00:39:39.070Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-08-20T00:39:39.269Z] ---> 655c0baecf5a [2020-08-20T00:39:39.269Z] Step 3/21 : WORKDIR /edgex-go [2020-08-20T00:39:39.591Z] ---> Using cache [2020-08-20T00:39:39.591Z] ---> 65a678c5648c [2020-08-20T00:39:39.591Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-20T00:39:39.591Z] ---> Using cache [2020-08-20T00:39:39.591Z] ---> 61c70dd34bef [2020-08-20T00:39:39.591Z] Step 5/21 : RUN apk update && apk add make git [2020-08-20T00:39:39.591Z] ---> Using cache [2020-08-20T00:39:39.591Z] ---> 66ac7f0c8e0f [2020-08-20T00:39:39.591Z] Step 6/21 : COPY go.mod . [2020-08-20T00:39:39.591Z] ---> Using cache [2020-08-20T00:39:39.591Z] ---> 69031d4e9d24 [2020-08-20T00:39:39.591Z] Step 7/21 : RUN go mod download [2020-08-20T00:39:39.591Z] ---> Using cache [2020-08-20T00:39:39.591Z] ---> 17f5764e0caf [2020-08-20T00:39:39.591Z] Step 8/21 : COPY . . [2020-08-20T00:39:39.591Z] ---> Using cache [2020-08-20T00:39:39.591Z] ---> bd1b4cde1b56 [2020-08-20T00:39:39.591Z] Step 9/21 : RUN make cmd/core-metadata/core-metadata [2020-08-20T00:39:40.553Z] Removing intermediate container 97fd85a3a64e [2020-08-20T00:39:40.553Z] ---> faf9c1217f68 [2020-08-20T00:39:40.553Z] [2020-08-20T00:39:40.553Z] Step 9/29 : FROM alpine:latest [2020-08-20T00:39:40.553Z] ---> Running in f93a7704045f [2020-08-20T00:39:40.553Z] ---> a24bb4013296 [2020-08-20T00:39:40.553Z] 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-20T00:39:40.825Z] ---> Running in ba5ce6d09583 [2020-08-20T00:39:41.054Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.026s coverage: 87.9% of statements [2020-08-20T00:39:41.054Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-08-20T00:39:41.054Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-08-20T00:39:41.054Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.022s coverage: 100.0% of statements [2020-08-20T00:39:41.092Z] Removing intermediate container e5824e27366f [2020-08-20T00:39:41.092Z] ---> ae0ae1728f00 [2020-08-20T00:39:41.092Z] [2020-08-20T00:39:41.092Z] Step 10/21 : FROM scratch [2020-08-20T00:39:41.092Z] ---> [2020-08-20T00:39:41.092Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-20T00:39:41.672Z] ---> Using cache [2020-08-20T00:39:41.672Z] ---> f2c752599e48 [2020-08-20T00:39:41.672Z] Step 12/21 : ENV APP_PORT=48082 [2020-08-20T00:39:41.672Z] 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-20T00:39:42.026Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.034s coverage: 32.1% of statements [2020-08-20T00:39:42.619Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.027s coverage: 100.0% of statements [2020-08-20T00:39:43.064Z] Removing intermediate container ba5ce6d09583 [2020-08-20T00:39:43.064Z] ---> b99310d9f120 [2020-08-20T00:39:43.064Z] Step 11/29 : USER root [2020-08-20T00:39:43.210Z] GO111MODULE=on go vet ./... [2020-08-20T00:39:44.028Z] ---> Running in 45cada2b8f5b [2020-08-20T00:39:44.989Z] Removing intermediate container 240ff59e6402 [2020-08-20T00:39:44.989Z] ---> d86e54fb417a [2020-08-20T00:39:44.990Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-20T00:39:45.273Z] ---> Running in 782d5771dc07 [2020-08-20T00:39:45.273Z] ---> Running in 3238aa99c83e [2020-08-20T00:39:45.273Z] Removing intermediate container 45cada2b8f5b [2020-08-20T00:39:45.273Z] ---> 85941b294962 [2020-08-20T00:39:45.273Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-20T00:39:45.550Z] ---> Running in 5be3eaa35eb0 [2020-08-20T00:39:45.550Z] Removing intermediate container d5cb3666bddb [2020-08-20T00:39:45.550Z] ---> c93a4ee1450e [2020-08-20T00:39:45.550Z] [2020-08-20T00:39:45.550Z] Step 10/23 : FROM scratch [2020-08-20T00:39:45.550Z] ---> [2020-08-20T00:39:45.550Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-20T00:39:45.550Z] ---> Using cache [2020-08-20T00:39:45.550Z] ---> 41671144ce11 [2020-08-20T00:39:45.550Z] Step 12/23 : ENV APP_PORT=48060 [2020-08-20T00:39:45.550Z] Removing intermediate container 782d5771dc07 [2020-08-20T00:39:45.550Z] ---> fefa52384457 [2020-08-20T00:39:45.550Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-08-20T00:39:45.825Z] Removing intermediate container 3238aa99c83e [2020-08-20T00:39:45.825Z] ---> 5f8d1df2cbf1 [2020-08-20T00:39:45.825Z] Step 13/20 : WORKDIR /edgex [2020-08-20T00:39:45.825Z] ---> Running in 4256af337867 [2020-08-20T00:39:45.825Z] Removing intermediate container 5be3eaa35eb0 [2020-08-20T00:39:45.825Z] ---> 471796cfd743 [2020-08-20T00:39:45.825Z] Step 14/21 : WORKDIR / [2020-08-20T00:39:45.825Z] ---> Running in 593d3716fb86 [2020-08-20T00:39:45.825Z] ---> Running in d560dee4fd9c [2020-08-20T00:39:45.825Z] ---> Running in bbb71d46c597 [2020-08-20T00:39:46.448Z] Removing intermediate container 4256af337867 [2020-08-20T00:39:46.448Z] ---> 4dd5e0a508c7 [2020-08-20T00:39:46.448Z] Step 13/23 : EXPOSE $APP_PORT [2020-08-20T00:39:46.448Z] ---> Running in 54118dd6a41f [2020-08-20T00:39:46.448Z] Removing intermediate container d560dee4fd9c [2020-08-20T00:39:46.448Z] ---> 1538975fcfb8 [2020-08-20T00:39:46.448Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-08-20T00:39:46.448Z] Removing intermediate container bbb71d46c597 [2020-08-20T00:39:46.448Z] ---> d9587a684e8e [2020-08-20T00:39:46.448Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-08-20T00:39:47.050Z] Removing intermediate container 54118dd6a41f [2020-08-20T00:39:47.050Z] ---> c15968ad7e0a [2020-08-20T00:39:47.050Z] Step 14/23 : COPY --from=builder /bin/sh /bin/sh [2020-08-20T00:39:47.678Z] ---> 749f7fe01fc8 [2020-08-20T00:39:47.678Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-08-20T00:39:47.678Z] ---> 3672d11ebdc3 [2020-08-20T00:39:47.678Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-08-20T00:39:47.678Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-20T00:39:47.678Z] ---> 1b56c78d7568 [2020-08-20T00:39:47.679Z] Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-08-20T00:39:47.679Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-20T00:39:47.962Z] v3.12.0-254-g188bfebd7f [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-20T00:39:47.962Z] v3.12.0-255-g92cbb6be98 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-20T00:39:47.962Z] OK: 12746 distinct packages available [2020-08-20T00:39:48.245Z] (1/2) Installing ca-certificates (20191127-r4) [2020-08-20T00:39:48.245Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-08-20T00:39:48.245Z] Executing busybox-1.31.1-r16.trigger [2020-08-20T00:39:48.245Z] Executing ca-certificates-20191127-r4.trigger [2020-08-20T00:39:48.514Z] OK: 6 MiB in 16 packages [2020-08-20T00:39:49.944Z] ---> 1f37d23a53d0 [2020-08-20T00:39:49.944Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-08-20T00:39:49.944Z] ---> a1a90762f1ab [2020-08-20T00:39:49.944Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-08-20T00:39:50.224Z] ---> Running in ea8be781de70 [2020-08-20T00:39:50.224Z] ---> 01dd068955b1 [2020-08-20T00:39:50.224Z] Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl [2020-08-20T00:39:50.224Z] ---> afdef5c0d625 [2020-08-20T00:39:50.224Z] Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-20T00:39:50.509Z] Removing intermediate container ea8be781de70 [2020-08-20T00:39:50.509Z] ---> b409e4398314 [2020-08-20T00:39:50.509Z] Step 17/20 : CMD ["--init=true"] [2020-08-20T00:39:50.509Z] ---> Running in 844a416d54c9 [2020-08-20T00:39:50.509Z] ---> Running in 20527fafcf1c [2020-08-20T00:39:51.106Z] Removing intermediate container 593d3716fb86 [2020-08-20T00:39:51.106Z] ---> 0e0f9a834c0d [2020-08-20T00:39:51.106Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-08-20T00:39:51.106Z] Removing intermediate container 844a416d54c9 [2020-08-20T00:39:51.106Z] ---> ae5db741cf86 [2020-08-20T00:39:51.106Z] Step 19/21 : LABEL arch=x86_64 [2020-08-20T00:39:51.372Z] Removing intermediate container 20527fafcf1c [2020-08-20T00:39:51.372Z] ---> 0a7497b09697 [2020-08-20T00:39:51.372Z] Step 18/20 : LABEL arch=x86_64 [2020-08-20T00:39:51.372Z] ---> Running in 4bfc6e363ce9 [2020-08-20T00:39:51.372Z] ---> 1c263ac3914e [2020-08-20T00:39:51.372Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-08-20T00:39:51.642Z] ---> Running in 91f72426475e [2020-08-20T00:39:51.642Z] ---> Running in a2af493ff48d [2020-08-20T00:39:52.593Z] Removing intermediate container 4bfc6e363ce9 [2020-08-20T00:39:52.593Z] ---> 092321d5722b [2020-08-20T00:39:52.593Z] Step 14/29 : WORKDIR $BASE_DIR [2020-08-20T00:39:53.199Z] ---> Running in e8bb74cf5ba3 [2020-08-20T00:39:53.199Z] ---> 44abb2a6b7af [2020-08-20T00:39:53.199Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-08-20T00:39:53.199Z] Removing intermediate container a2af493ff48d [2020-08-20T00:39:53.199Z] ---> c2be98910671 [2020-08-20T00:39:53.199Z] Step 19/20 : LABEL git_sha=5c139179f817ec2b654e37ec469ee87c086e10a0 [2020-08-20T00:39:53.199Z] Removing intermediate container 91f72426475e [2020-08-20T00:39:53.199Z] ---> 8e0ad2a2ad04 [2020-08-20T00:39:53.199Z] Step 20/21 : LABEL git_sha=5c139179f817ec2b654e37ec469ee87c086e10a0 [2020-08-20T00:39:53.477Z] ---> Running in 4772753a4f7b [2020-08-20T00:39:53.477Z] ---> Running in 118c9bfc2590 [2020-08-20T00:39:53.757Z] Removing intermediate container e8bb74cf5ba3 [2020-08-20T00:39:53.757Z] ---> 25c84c6f93f1 [2020-08-20T00:39:53.757Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-08-20T00:39:54.036Z] Removing intermediate container 118c9bfc2590 [2020-08-20T00:39:54.036Z] ---> dfc9b1731163 [2020-08-20T00:39:54.036Z] Step 21/21 : LABEL version=0.0.0 [2020-08-20T00:39:54.036Z] ---> Running in 0619f0fc4e39 [2020-08-20T00:39:54.036Z] Removing intermediate container 4772753a4f7b [2020-08-20T00:39:54.036Z] ---> 0be733faef32 [2020-08-20T00:39:54.036Z] Step 20/20 : LABEL version=0.0.0 [2020-08-20T00:39:54.036Z] ---> Running in 4d8b3a23c501 [2020-08-20T00:39:54.319Z] ---> Running in da68c6dd01ab [2020-08-20T00:39:54.319Z] ---> b4f338348e3b [2020-08-20T00:39:54.319Z] Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-08-20T00:39:54.593Z] Removing intermediate container 4d8b3a23c501 [2020-08-20T00:39:54.593Z] ---> be5876ec7d72 [2020-08-20T00:39:54.593Z] [2020-08-20T00:39:54.863Z] Removing intermediate container da68c6dd01ab [2020-08-20T00:39:54.863Z] ---> 192d7198ebb4 [2020-08-20T00:39:54.863Z] [2020-08-20T00:39:54.863Z] Successfully built 192d7198ebb4 [2020-08-20T00:39:54.863Z] Successfully built be5876ec7d72 [2020-08-20T00:39:54.863Z] ---> ce36cd0e9379 [2020-08-20T00:39:54.863Z] Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-20T00:39:54.863Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-08-20T00:39:54.863Z]  Building docker-security-proxy-setup-go ... done Successfully tagged docker-core-command-go:latest [2020-08-20T00:39:55.137Z]  Building docker-core-command-go ... done  ---> Running in 1a30f5de6bd9 [2020-08-20T00:39:55.715Z] Removing intermediate container 1a30f5de6bd9 [2020-08-20T00:39:55.715Z] ---> 85987ee87f52 [2020-08-20T00:39:55.715Z] Step 21/23 : LABEL arch=x86_64 [2020-08-20T00:39:55.715Z] ---> Running in 0ec5a8e63f8f [2020-08-20T00:39:55.715Z] Removing intermediate container 0619f0fc4e39 [2020-08-20T00:39:55.715Z] ---> 071a995aabf9 [2020-08-20T00:39:55.715Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-08-20T00:39:55.992Z] Removing intermediate container 0ec5a8e63f8f [2020-08-20T00:39:55.992Z] ---> 6b069fb1b520 [2020-08-20T00:39:55.992Z] Step 22/23 : LABEL git_sha=5c139179f817ec2b654e37ec469ee87c086e10a0 [2020-08-20T00:39:55.992Z] ---> Running in e9b403da8ebf [2020-08-20T00:39:56.255Z] Removing intermediate container e9b403da8ebf [2020-08-20T00:39:56.255Z] ---> fba813c8060d [2020-08-20T00:39:56.255Z] Step 23/23 : LABEL version=0.0.0 [2020-08-20T00:39:56.255Z] ---> Running in 52b81ad1dd2f [2020-08-20T00:39:56.255Z] ---> 3b96c6f94a07 [2020-08-20T00:39:56.255Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-08-20T00:39:56.517Z] Removing intermediate container 52b81ad1dd2f [2020-08-20T00:39:56.517Z] ---> 8bd426381ce1 [2020-08-20T00:39:56.517Z] [2020-08-20T00:39:56.779Z] ---> 666dfc006bd5 [2020-08-20T00:39:56.779Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-08-20T00:39:56.779Z] Successfully built 8bd426381ce1 [2020-08-20T00:39:56.779Z] Successfully tagged docker-support-notifications-go:latest [2020-08-20T00:39:57.046Z]  Building docker-support-notifications-go ... done  ---> e686b7363385 [2020-08-20T00:39:57.046Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-08-20T00:39:57.309Z] ---> 64a84d4679c8 [2020-08-20T00:39:57.309Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-08-20T00:39:57.579Z] ---> efbab12f86c0 [2020-08-20T00:39:57.579Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-08-20T00:39:57.579Z] ---> Running in cd684938c0aa [2020-08-20T00:40:00.122Z] Removing intermediate container cd684938c0aa [2020-08-20T00:40:00.122Z] ---> 10deac0e5546 [2020-08-20T00:40:00.122Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-08-20T00:40:00.382Z] Removing intermediate container f93a7704045f [2020-08-20T00:40:00.382Z] ---> 4a8685178444 [2020-08-20T00:40:00.382Z] [2020-08-20T00:40:00.382Z] Step 10/21 : FROM scratch [2020-08-20T00:40:00.382Z] ---> [2020-08-20T00:40:00.382Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-20T00:40:00.382Z] ---> Using cache [2020-08-20T00:40:00.382Z] ---> f2c752599e48 [2020-08-20T00:40:00.382Z] Step 12/21 : ENV APP_PORT=48081 [2020-08-20T00:40:00.642Z] ---> Running in b3d4927c1918 [2020-08-20T00:40:00.642Z] ---> 0dcffc36f6ca [2020-08-20T00:40:00.642Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-20T00:40:00.905Z] ---> Running in 3383294595c9 [2020-08-20T00:40:00.905Z] Removing intermediate container b3d4927c1918 [2020-08-20T00:40:00.905Z] ---> d99719cf4c26 [2020-08-20T00:40:00.905Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-20T00:40:01.166Z] ---> Running in 3918002e75e6 [2020-08-20T00:40:01.166Z] Removing intermediate container 3918002e75e6 [2020-08-20T00:40:01.166Z] ---> dc7c78f02f2d [2020-08-20T00:40:01.166Z] Step 14/21 : WORKDIR / [2020-08-20T00:40:01.430Z] ---> Running in 4e677c42d430 [2020-08-20T00:40:01.430Z] Removing intermediate container 4e677c42d430 [2020-08-20T00:40:01.430Z] ---> f6a52735a743 [2020-08-20T00:40:01.430Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-08-20T00:40:01.519Z] gofmt -l . [2020-08-20T00:40:01.693Z] ---> 47c92487e158 [2020-08-20T00:40:01.693Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-08-20T00:40:01.693Z] Removing intermediate container 3383294595c9 [2020-08-20T00:40:01.693Z] ---> b4145f6838e2 [2020-08-20T00:40:01.693Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-08-20T00:40:01.999Z] ---> Running in 274f8f9ee063 [2020-08-20T00:40:02.338Z] ---> a4b28bf62ea8 [2020-08-20T00:40:02.338Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-08-20T00:40:02.494Z] [ "`gofmt -l .`" = "" ] [2020-08-20T00:40:02.669Z] ---> eba9a9c9f78e [2020-08-20T00:40:02.669Z] Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-20T00:40:02.669Z] ---> Running in 877d4c5b155c [2020-08-20T00:40:03.010Z] Removing intermediate container 274f8f9ee063 [2020-08-20T00:40:03.010Z] ---> 382016aac18b [2020-08-20T00:40:03.010Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-08-20T00:40:03.010Z] Removing intermediate container 877d4c5b155c [2020-08-20T00:40:03.010Z] ---> 1212ab94b638 [2020-08-20T00:40:03.010Z] Step 19/21 : LABEL arch=x86_64 [2020-08-20T00:40:03.010Z] ---> Running in 67705c99e8cd [2020-08-20T00:40:03.010Z] ---> Running in c4910e8ccda9 [2020-08-20T00:40:03.279Z] Removing intermediate container c4910e8ccda9 [2020-08-20T00:40:03.279Z] ---> 7a93933693de [2020-08-20T00:40:03.279Z] Step 20/21 : LABEL git_sha=5c139179f817ec2b654e37ec469ee87c086e10a0 [2020-08-20T00:40:03.279Z] Removing intermediate container 67705c99e8cd [2020-08-20T00:40:03.279Z] ---> 28d99704d2c0 [2020-08-20T00:40:03.279Z] Step 26/29 : CMD [ "generate" ] [2020-08-20T00:40:04.236Z] ---> Running in 24e8df948f12 [2020-08-20T00:40:04.236Z] ---> Running in 144cb7b7f931 [2020-08-20T00:40:04.236Z] Removing intermediate container 24e8df948f12 [2020-08-20T00:40:04.236Z] ---> 1d39a454ce9c [2020-08-20T00:40:04.236Z] Step 21/21 : LABEL version=0.0.0 [2020-08-20T00:40:04.236Z] Removing intermediate container 144cb7b7f931 [2020-08-20T00:40:04.236Z] ---> fe0629105527 [2020-08-20T00:40:04.236Z] Step 27/29 : LABEL arch=x86_64 [2020-08-20T00:40:04.236Z] ---> Running in 399df8bbc981 [2020-08-20T00:40:04.236Z] ---> Running in 7b5e79e1283e [2020-08-20T00:40:04.497Z] Removing intermediate container 399df8bbc981 [2020-08-20T00:40:04.497Z] ---> 4d17f1046f7e [2020-08-20T00:40:04.497Z] Step 28/29 : LABEL git_sha=5c139179f817ec2b654e37ec469ee87c086e10a0 [2020-08-20T00:40:04.497Z] Removing intermediate container 7b5e79e1283e [2020-08-20T00:40:04.497Z] ---> ece1bff03f4c [2020-08-20T00:40:04.497Z] [2020-08-20T00:40:04.763Z] Successfully built ece1bff03f4c [2020-08-20T00:40:04.763Z] ---> Running in 9979ab3deb67 [2020-08-20T00:40:04.763Z] Successfully tagged docker-core-metadata-go:latest [2020-08-20T00:40:05.024Z]  Building docker-core-metadata-go ... done Removing intermediate container 9979ab3deb67 [2020-08-20T00:40:05.024Z] ---> caaba0b540c5 [2020-08-20T00:40:05.024Z] Step 29/29 : LABEL version=0.0.0 [2020-08-20T00:40:05.024Z] ---> Running in 0e625e82f59b [2020-08-20T00:40:05.024Z] Removing intermediate container 0e625e82f59b [2020-08-20T00:40:05.024Z] ---> 4ef2b0b46b7f [2020-08-20T00:40:05.024Z] [2020-08-20T00:40:05.100Z] ./bin/test-go-mod-tidy.sh [2020-08-20T00:40:05.284Z] Successfully built 4ef2b0b46b7f [2020-08-20T00:40:05.284Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-08-20T00:40:05.373Z] ./bin/test-attribution-txt.sh [2020-08-20T00:40:05.574Z]  Building docker-security-secrets-setup-go ... done  [Pipeline] } [2020-08-20T00:40:05.612Z] $ docker stop --time=1 c94d866db0fa68f03aa0ad71de3f97e30a6ba5878451efd289422091fd20244b [2020-08-20T00:40:07.330Z] $ docker rm -f c94d866db0fa68f03aa0ad71de3f97e30a6ba5878451efd289422091fd20244b [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-20T00:40:07.907Z] + docker images [2020-08-20T00:40:07.907Z] + grep docker [2020-08-20T00:40:07.907Z] docker-core-metadata-go latest ece1bff03f4c 3 seconds ago 14.4MB [2020-08-20T00:40:07.907Z] docker-security-secrets-setup-go latest 4ef2b0b46b7f 3 seconds ago 25.1MB [2020-08-20T00:40:07.907Z] docker-support-notifications-go latest 8bd426381ce1 11 seconds ago 14.5MB [2020-08-20T00:40:07.907Z] docker-security-proxy-setup-go latest 192d7198ebb4 13 seconds ago 16.4MB [2020-08-20T00:40:07.907Z] docker-core-command-go latest be5876ec7d72 13 seconds ago 13MB [2020-08-20T00:40:07.907Z] docker-sys-mgmt-agent-go latest 498ccd32c72a 49 seconds ago 284MB [2020-08-20T00:40:07.907Z] docker-security-secretstore-setup-go latest 24702b8b5351 About a minute ago 33.9MB [2020-08-20T00:40:07.907Z] docker-core-data-go latest da0be1e6ff91 About a minute ago 24.5MB [2020-08-20T00:40:07.907Z] docker-support-scheduler-go latest e499d9a3b7d3 2 minutes ago 13.1MB [2020-08-20T00:40:07.907Z] docker-support-logging-go latest 586c0fd4cb3f 2 minutes ago 11.8MB [2020-08-20T00:40:07.907Z] docker latest 81f5749c9058 7 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] } [Pipeline] sh [2020-08-20T00:40:09.399Z] + ls -al . [2020-08-20T00:40:09.399Z] total 588 [2020-08-20T00:40:09.399Z] drwxrwxr-x 10 1001 1001 4096 Aug 20 00:40 . [2020-08-20T00:40:09.399Z] drwxr-xr-x 4 root root 4096 Aug 20 00:37 .. [2020-08-20T00:40:09.399Z] -rw-rw-r-- 1 1001 1001 11 Aug 20 00:35 .dockerignore [2020-08-20T00:40:09.399Z] drwxrwxr-x 8 1001 1001 4096 Aug 20 00:35 .git [2020-08-20T00:40:09.399Z] drwxrwxr-x 3 1001 1001 4096 Aug 20 00:35 .github [2020-08-20T00:40:09.399Z] -rw-rw-r-- 1 1001 1001 932 Aug 20 00:35 .gitignore [2020-08-20T00:40:09.399Z] drwxrwxr-x 3 1001 1001 4096 Aug 20 00:36 .semver [2020-08-20T00:40:09.399Z] -rw-rw-r-- 1 1001 1001 166 Aug 20 00:35 .sonarcloud.properties [2020-08-20T00:40:09.399Z] -rw-rw-r-- 1 1001 1001 3804 Aug 20 00:35 CONTRIBUTING.md [2020-08-20T00:40:09.399Z] -rw-rw-r-- 1 1001 1001 1035 Aug 20 00:35 Dockerfile.build [2020-08-20T00:40:09.399Z] -rw-rw-r-- 1 1001 1001 865 Aug 20 00:35 Jenkinsfile [2020-08-20T00:40:09.399Z] -rw-rw-r-- 1 1001 1001 10775 Aug 20 00:35 LICENSE [2020-08-20T00:40:09.399Z] -rw-rw-r-- 1 1001 1001 6237 Aug 20 00:35 Makefile [2020-08-20T00:40:09.399Z] -rw-rw-r-- 1 1001 1001 5652 Aug 20 00:35 README.md [2020-08-20T00:40:09.399Z] -rw-rw-r-- 1 1001 1001 259 Aug 20 00:35 SECURITY.md [2020-08-20T00:40:09.399Z] -rw-rw-r-- 1 1001 1001 5 Aug 20 00:32 VERSION [2020-08-20T00:40:09.399Z] -rw-rw-r-- 1 1001 1001 4131 Aug 20 00:35 ZMQWindows.md [2020-08-20T00:40:09.399Z] drwxrwxr-x 2 1001 1001 4096 Aug 20 00:35 bin [2020-08-20T00:40:09.399Z] drwxrwxr-x 15 1001 1001 4096 Aug 20 00:35 cmd [2020-08-20T00:40:09.399Z] -rw-r--r-- 1 root root 460866 Aug 20 00:39 coverage.out [2020-08-20T00:40:09.399Z] -rw-r--r-- 1 root root 983 Aug 20 00:40 go.mod [2020-08-20T00:40:09.399Z] -rw-r--r-- 1 root root 18581 Aug 20 00:40 go.sum [2020-08-20T00:40:09.399Z] drwxrwxr-x 8 1001 1001 4096 Aug 20 00:35 internal [2020-08-20T00:40:09.399Z] drwxrwxr-x 4 1001 1001 4096 Aug 20 00:35 openapi [2020-08-20T00:40:09.399Z] drwxrwxr-x 4 1001 1001 4096 Aug 20 00:35 snap [2020-08-20T00:40:09.399Z] -rw-rw-r-- 1 1001 1001 168 Aug 20 00:35 version.go [Pipeline] sh [2020-08-20T00:40:10.056Z] + '[' -e coverage.out ] [2020-08-20T00:40:10.056Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-08-20T00:40:10.140Z] Warning: overwriting stash ‘coverage-report’ [2020-08-20T00:40:11.337Z] Stashed 1 file(s) [Pipeline] sh [2020-08-20T00:40:12.040Z] + make build [2020-08-20T00:40:12.040Z] 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-20T00:40:30.367Z] 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-20T00:40:42.748Z] 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-20T00:40:47.041Z] 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-20T00:40:51.341Z] 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-20T00:40:56.750Z] 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-20T00:40:58.179Z] 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-20T00:41:02.466Z] 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-20T00:41:07.858Z] 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-20T00:41:12.149Z] 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-20T00:41:16.434Z] 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-20T00:41:19.809Z] 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-20T00:41:24.100Z] 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-20T00:41:27.515Z] $ docker stop --time=1 69ccac95a875bce0b1636e09bab4c58d4f6ad627c761318e1281b0ee027864a7 [2020-08-20T00:41:29.932Z] $ docker rm -f 69ccac95a875bce0b1636e09bab4c58d4f6ad627c761318e1281b0ee027864a7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-20T00:41:31.469Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-20T00:41:31.469Z] [2020-08-20T00:41:31.469Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-08-20T00:41:31.857Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-20T00:41:31.857Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-08-20T00:41:31.857Z] 29e5d40040c1: Pulling fs layer [2020-08-20T00:41:31.857Z] 1ce36da41761: Pulling fs layer [2020-08-20T00:41:31.857Z] 25b303627fd3: Pulling fs layer [2020-08-20T00:41:32.129Z] 29e5d40040c1: Download complete [2020-08-20T00:41:32.725Z] 1ce36da41761: Verifying Checksum [2020-08-20T00:41:32.725Z] 1ce36da41761: Download complete [2020-08-20T00:41:32.725Z] 29e5d40040c1: Pull complete [2020-08-20T00:41:34.145Z] 1ce36da41761: Pull complete [2020-08-20T00:41:34.433Z] 25b303627fd3: Verifying Checksum [2020-08-20T00:41:34.433Z] 25b303627fd3: Download complete [2020-08-20T00:41:44.568Z] 25b303627fd3: Pull complete [2020-08-20T00:41:44.568Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-08-20T00:41:44.568Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-20T00:41:44.568Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-08-20T00:41:44.829Z] prd-ubuntu18.04-docker-arm64-4c-16g-546 does not seem to be running inside a container [2020-08-20T00:41:44.919Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@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-20T00:41:48.554Z] $ docker top 99420d076a61e5a9f5f4ae151145f18469b8c46788f1e66c4456a2a339b13a9e -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-20T00:41:49.970Z] + docker-compose build --help [2020-08-20T00:41:49.970Z] + grep parallel [2020-08-20T00:41:53.333Z] --parallel Build images in parallel. [Pipeline] } [2020-08-20T00:41:53.636Z] $ docker stop --time=1 99420d076a61e5a9f5f4ae151145f18469b8c46788f1e66c4456a2a339b13a9e [2020-08-20T00:41:55.627Z] $ docker rm -f 99420d076a61e5a9f5f4ae151145f18469b8c46788f1e66c4456a2a339b13a9e [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-20T00:41:56.344Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-20T00:41:56.344Z] . [Pipeline] withDockerContainer [2020-08-20T00:41:56.607Z] prd-ubuntu18.04-docker-arm64-4c-16g-546 does not seem to be running inside a container [2020-08-20T00:41:56.704Z] $ 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/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@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-20T00:41:58.126Z] $ docker top 775dcd8bafe476beba5c4336f4573df9426e9bc74ae1c0319c648e7e92a28032 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-20T00:41:59.093Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-08-20T00:42:03.367Z] Building docker-core-command-go ... [2020-08-20T00:42:03.367Z] Building docker-core-data-go ... [2020-08-20T00:42:03.367Z] Building docker-core-metadata-go ... [2020-08-20T00:42:03.367Z] Building docker-security-proxy-setup-go ... [2020-08-20T00:42:03.367Z] Building docker-security-secrets-setup-go ... [2020-08-20T00:42:03.367Z] Building docker-security-secretstore-setup-go ... [2020-08-20T00:42:03.367Z] Building docker-support-logging-go ... [2020-08-20T00:42:03.367Z] Building docker-support-notifications-go ... [2020-08-20T00:42:03.367Z] Building docker-support-scheduler-go ... [2020-08-20T00:42:03.367Z] Building docker-sys-mgmt-agent-go ... [2020-08-20T00:42:03.367Z] Building docker-sys-mgmt-agent-go [2020-08-20T00:42:03.367Z] Building docker-support-scheduler-go [2020-08-20T00:42:03.367Z] Building docker-core-data-go [2020-08-20T00:42:03.367Z] Building docker-support-notifications-go [2020-08-20T00:42:03.367Z] Building docker-support-logging-go [2020-08-20T00:43:55.232Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-20T00:43:55.232Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-08-20T00:43:55.232Z] ---> 45b81b20f05b [2020-08-20T00:43:55.232Z] Step 3/26 : WORKDIR /edgex-go [2020-08-20T00:43:55.232Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-20T00:43:55.232Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-08-20T00:43:55.232Z] ---> 45b81b20f05b [2020-08-20T00:43:55.232Z] Step 3/22 : WORKDIR /edgex-go [2020-08-20T00:43:55.232Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-20T00:43:55.232Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-08-20T00:43:55.232Z] ---> 45b81b20f05b [2020-08-20T00:43:55.232Z] Step 3/20 : WORKDIR /edgex-go [2020-08-20T00:43:55.232Z] Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-20T00:43:55.232Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-08-20T00:43:55.232Z] ---> 45b81b20f05b [2020-08-20T00:43:55.232Z] Step 3/23 : WORKDIR /edgex-go [2020-08-20T00:43:55.232Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-20T00:43:55.232Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-20T00:43:55.232Z] ---> 45b81b20f05b [2020-08-20T00:43:55.232Z] Step 3/21 : WORKDIR /edgex-go [2020-08-20T00:43:55.232Z] ---> Running in ac7fff74a5c7 [2020-08-20T00:43:55.232Z] ---> Running in e28e66ec1547 [2020-08-20T00:43:55.232Z] ---> Running in 4004895c79e4 [2020-08-20T00:43:55.232Z] ---> Running in 56188f9b9e18 [2020-08-20T00:43:55.232Z] ---> Running in c06b8414b3be [2020-08-20T00:43:55.828Z] Removing intermediate container e28e66ec1547 [2020-08-20T00:43:55.828Z] Removing intermediate container c06b8414b3be [2020-08-20T00:43:55.828Z] ---> 5100053876df [2020-08-20T00:43:55.828Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-20T00:43:55.828Z] ---> 40e561ece3ef [2020-08-20T00:43:55.828Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-20T00:43:55.828Z] Removing intermediate container ac7fff74a5c7 [2020-08-20T00:43:55.828Z] ---> d2a62134d28a [2020-08-20T00:43:55.828Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-20T00:43:55.828Z] Removing intermediate container 4004895c79e4 [2020-08-20T00:43:55.828Z] ---> 296e22776216 [2020-08-20T00:43:55.828Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-20T00:43:55.828Z] Removing intermediate container 56188f9b9e18 [2020-08-20T00:43:55.828Z] ---> 2b5fc24a62fe [2020-08-20T00:43:55.828Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-20T00:43:56.099Z] ---> Running in f0c14d91261c [2020-08-20T00:43:56.099Z] ---> Running in 179748a6c501 [2020-08-20T00:43:56.099Z] ---> Running in 2764278d8317 [2020-08-20T00:43:56.099Z] ---> Running in aaf4ac0c2089 [2020-08-20T00:43:56.099Z] ---> Running in 4955e5d15621 [2020-08-20T00:44:00.427Z] Removing intermediate container f0c14d91261c [2020-08-20T00:44:00.427Z] ---> 7f205265349b [2020-08-20T00:44:00.427Z] Step 5/26 : RUN apk update && apk add make bash git [2020-08-20T00:44:00.427Z] ---> Running in a8f261cb008e [2020-08-20T00:44:00.427Z] Removing intermediate container 179748a6c501 [2020-08-20T00:44:00.427Z] ---> dced24ffa52a [2020-08-20T00:44:00.427Z] Step 5/20 : RUN apk update && apk add make git [2020-08-20T00:44:00.710Z] Removing intermediate container 2764278d8317 [2020-08-20T00:44:00.710Z] ---> d052b44f6693 [2020-08-20T00:44:00.710Z] Step 5/23 : RUN apk update && apk add make bash git ca-certificates [2020-08-20T00:44:00.710Z] ---> Running in 6bf626948ebc [2020-08-20T00:44:00.991Z] ---> Running in 30eb9fcd53da [2020-08-20T00:44:00.991Z] Removing intermediate container 4955e5d15621 [2020-08-20T00:44:00.991Z] ---> 13874170e9f6 [2020-08-20T00:44:00.991Z] Step 5/21 : RUN apk update && apk add make && apk add bash git [2020-08-20T00:44:01.261Z] Removing intermediate container aaf4ac0c2089 [2020-08-20T00:44:01.261Z] ---> 760c05093a6b [2020-08-20T00:44:01.261Z] Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-08-20T00:44:01.261Z] ---> Running in 3cf4ab44942a [2020-08-20T00:44:01.539Z] ---> Running in 784b141b2e33 [2020-08-20T00:44:02.969Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-20T00:44:03.244Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-20T00:44:03.522Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-20T00:44:03.522Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-20T00:44:03.793Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-20T00:44:03.793Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-20T00:44:04.067Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-20T00:44:04.067Z] v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-20T00:44:04.067Z] v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-20T00:44:04.067Z] OK: 12617 distinct packages available [2020-08-20T00:44:04.341Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-20T00:44:04.616Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-20T00:44:04.616Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-20T00:44:04.890Z] OK: 217 MiB in 51 packages [2020-08-20T00:44:05.168Z] v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-20T00:44:05.168Z] v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-20T00:44:05.168Z] OK: 12617 distinct packages available [2020-08-20T00:44:05.168Z] v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-20T00:44:05.168Z] v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-20T00:44:05.168Z] OK: 12617 distinct packages available [2020-08-20T00:44:05.446Z] v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-20T00:44:05.446Z] v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-20T00:44:05.446Z] OK: 12617 distinct packages available [2020-08-20T00:44:05.446Z] v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-20T00:44:05.446Z] v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-20T00:44:05.446Z] OK: 12617 distinct packages available [2020-08-20T00:44:06.043Z] OK: 217 MiB in 51 packages [2020-08-20T00:44:06.043Z] OK: 217 MiB in 51 packages [2020-08-20T00:44:06.318Z] OK: 217 MiB in 51 packages [2020-08-20T00:44:06.318Z] OK: 217 MiB in 51 packages [2020-08-20T00:44:06.925Z] Removing intermediate container a8f261cb008e [2020-08-20T00:44:06.925Z] ---> 068e75dc6d8d [2020-08-20T00:44:06.925Z] Step 6/26 : COPY go.mod . [2020-08-20T00:44:07.200Z] OK: 217 MiB in 51 packages [2020-08-20T00:44:08.187Z] Removing intermediate container 6bf626948ebc [2020-08-20T00:44:08.187Z] ---> cd96d5f2d655 [2020-08-20T00:44:08.187Z] Step 6/20 : COPY go.mod . [2020-08-20T00:44:08.187Z] Removing intermediate container 30eb9fcd53da [2020-08-20T00:44:08.187Z] ---> 078966b850a1 [2020-08-20T00:44:08.187Z] Step 6/23 : COPY go.mod . [2020-08-20T00:44:08.187Z] ---> 9e4bda13e883 [2020-08-20T00:44:08.187Z] Step 7/26 : RUN go mod download [2020-08-20T00:44:08.460Z] Removing intermediate container 784b141b2e33 [2020-08-20T00:44:08.460Z] ---> 157869f91269 [2020-08-20T00:44:08.460Z] Step 6/22 : COPY go.mod . [2020-08-20T00:44:08.460Z] ---> Running in acdacdc72e53 [2020-08-20T00:44:09.073Z] Removing intermediate container 3cf4ab44942a [2020-08-20T00:44:09.073Z] ---> 9081e295d630 [2020-08-20T00:44:09.073Z] Step 6/21 : COPY go.mod . [2020-08-20T00:44:09.348Z] ---> 62e64c9cadb6 [2020-08-20T00:44:09.348Z] Step 7/23 : RUN go mod download [2020-08-20T00:44:09.348Z] ---> d0ecd833602d [2020-08-20T00:44:09.348Z] Step 7/20 : RUN go mod download [2020-08-20T00:44:09.626Z] ---> Running in d80594988179 [2020-08-20T00:44:09.626Z] ---> Running in d7efd342d9c2 [2020-08-20T00:44:09.626Z] ---> af0b2bfb55c7 [2020-08-20T00:44:09.626Z] Step 7/22 : RUN go mod download [2020-08-20T00:44:10.246Z] ---> Running in 04e7b72e2dd0 [2020-08-20T00:44:10.246Z] ---> d3e1552d3c31 [2020-08-20T00:44:10.246Z] Step 7/21 : RUN go mod download [2020-08-20T00:44:10.525Z] ---> Running in 6bb9a1e8a4f4 [2020-08-20T00:44:12.532Z] Removing intermediate container acdacdc72e53 [2020-08-20T00:44:12.533Z] ---> bf50364a7b5d [2020-08-20T00:44:12.533Z] Step 8/26 : COPY . . [2020-08-20T00:44:15.939Z] Removing intermediate container d80594988179 [2020-08-20T00:44:15.939Z] ---> 8bcdcd5f223f [2020-08-20T00:44:15.939Z] Step 8/23 : COPY . . [2020-08-20T00:44:15.939Z] Removing intermediate container d7efd342d9c2 [2020-08-20T00:44:15.939Z] ---> 300436c68633 [2020-08-20T00:44:15.939Z] Step 8/20 : COPY . . [2020-08-20T00:44:16.213Z] Removing intermediate container 04e7b72e2dd0 [2020-08-20T00:44:16.213Z] ---> 85c22764047a [2020-08-20T00:44:16.213Z] Step 8/22 : COPY . . [2020-08-20T00:44:16.490Z] Removing intermediate container 6bb9a1e8a4f4 [2020-08-20T00:44:16.490Z] ---> 187493b547a1 [2020-08-20T00:44:16.490Z] Step 8/21 : COPY . . [2020-08-20T00:44:48.843Z] ---> 3aa328858c8b [2020-08-20T00:44:48.843Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-08-20T00:44:48.843Z] ---> b448f315ce84 [2020-08-20T00:44:48.843Z] Step 9/21 : RUN make cmd/support-logging/support-logging [2020-08-20T00:44:48.843Z] ---> 62829fe52ee7 [2020-08-20T00:44:48.843Z] Step 9/22 : RUN make cmd/core-data/core-data [2020-08-20T00:44:48.843Z] ---> 72cbf1cba972 [2020-08-20T00:44:48.843Z] Step 9/20 : RUN make cmd/support-scheduler/support-scheduler [2020-08-20T00:44:48.843Z] ---> Running in 6cc9445b0e3d [2020-08-20T00:44:48.843Z] ---> 1d82a23b88f8 [2020-08-20T00:44:48.843Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2020-08-20T00:44:48.843Z] ---> Running in 868f334cd039 [2020-08-20T00:44:48.843Z] ---> Running in 21af7b7b9475 [2020-08-20T00:44:48.843Z] ---> Running in a117981609f9 [2020-08-20T00:44:48.843Z] ---> Running in ac554ab764a8 [2020-08-20T00:44:48.843Z] 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-20T00:44:48.843Z] 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-20T00:44:48.843Z] 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-20T00:44:48.843Z] 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-20T00:44:48.843Z] 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-20T00:46:40.682Z] Removing intermediate container 6cc9445b0e3d [2020-08-20T00:46:40.682Z] ---> 8a38751cd859 [2020-08-20T00:46:40.682Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-08-20T00:46:40.682Z] Removing intermediate container 868f334cd039 [2020-08-20T00:46:40.682Z] ---> 98d68d458655 [2020-08-20T00:46:40.682Z] [2020-08-20T00:46:40.682Z] Step 10/21 : FROM scratch [2020-08-20T00:46:40.682Z] ---> [2020-08-20T00:46:40.682Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-20T00:46:40.682Z] ---> Running in 6d81a04436db [2020-08-20T00:46:40.682Z] ---> Running in f0aa8158ac3a [2020-08-20T00:46:40.682Z] Removing intermediate container f0aa8158ac3a [2020-08-20T00:46:40.682Z] ---> c6d3b6b08273 [2020-08-20T00:46:40.682Z] Step 12/21 : ENV APP_PORT=48061 [2020-08-20T00:46:40.682Z] ---> Running in d21215512293 [2020-08-20T00:46:40.682Z] Removing intermediate container d21215512293 [2020-08-20T00:46:40.682Z] ---> 69ae7c7a8250 [2020-08-20T00:46:40.682Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-20T00:46:40.682Z] ---> Running in 0cd705bdc44c [2020-08-20T00:46:40.682Z] 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-20T00:46:40.682Z] Removing intermediate container 0cd705bdc44c [2020-08-20T00:46:40.682Z] ---> 0f84c89d13f0 [2020-08-20T00:46:40.682Z] Step 14/21 : COPY --from=builder /bin/bash /bin/bash [2020-08-20T00:46:40.682Z] ---> ece88116e60e [2020-08-20T00:46:40.682Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-08-20T00:46:40.682Z] ---> d17b5412dfd2 [2020-08-20T00:46:40.682Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-08-20T00:46:40.682Z] ---> 58d058d68a20 [2020-08-20T00:46:40.682Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-08-20T00:46:40.682Z] ---> fadc3b874ce0 [2020-08-20T00:46:40.682Z] Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-20T00:46:40.682Z] ---> Running in a10865b0e0a7 [2020-08-20T00:46:40.682Z] Removing intermediate container 6d81a04436db [2020-08-20T00:46:40.682Z] ---> be08ed3fa9c8 [2020-08-20T00:46:40.682Z] [2020-08-20T00:46:40.682Z] Step 11/26 : FROM docker:latest [2020-08-20T00:46:40.682Z] ---> ce9d55ae87f1 [2020-08-20T00:46:40.682Z] Step 12/26 : RUN apk add --no-cache bash [2020-08-20T00:46:40.682Z] ---> Running in 65c82160122b [2020-08-20T00:46:40.682Z] Removing intermediate container a10865b0e0a7 [2020-08-20T00:46:40.682Z] ---> 6984505a105c [2020-08-20T00:46:40.682Z] Step 19/21 : LABEL arch=arm64 [2020-08-20T00:46:40.682Z] ---> Running in 4ca2d0d88054 [2020-08-20T00:46:40.682Z] Removing intermediate container 4ca2d0d88054 [2020-08-20T00:46:40.682Z] ---> e9d78a4ad968 [2020-08-20T00:46:40.682Z] Step 20/21 : LABEL git_sha=5c139179f817ec2b654e37ec469ee87c086e10a0 [2020-08-20T00:46:40.682Z] ---> Running in a25050c6eb1f [2020-08-20T00:46:40.682Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-20T00:46:40.682Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-20T00:46:40.682Z] Removing intermediate container a25050c6eb1f [2020-08-20T00:46:40.682Z] ---> 654931cb1c8d [2020-08-20T00:46:40.682Z] Step 21/21 : LABEL version=0.0.0 [2020-08-20T00:46:41.288Z] (1/2) Installing readline (8.0.4-r0) [2020-08-20T00:46:41.288Z] (2/2) Installing bash (5.0.17-r0) [2020-08-20T00:46:41.288Z] Executing bash-5.0.17-r0.post-install [2020-08-20T00:46:41.288Z] Executing busybox-1.31.1-r16.trigger [2020-08-20T00:46:41.288Z] ---> Running in b891343226ad [2020-08-20T00:46:41.288Z] OK: 12 MiB in 22 packages [2020-08-20T00:46:41.564Z] Removing intermediate container ac554ab764a8 [2020-08-20T00:46:41.564Z] ---> d2b0a09653e6 [2020-08-20T00:46:41.564Z] [2020-08-20T00:46:41.564Z] Step 10/23 : FROM scratch [2020-08-20T00:46:41.564Z] ---> [2020-08-20T00:46:41.564Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-20T00:46:41.840Z] ---> Using cache [2020-08-20T00:46:41.840Z] ---> c6d3b6b08273 [2020-08-20T00:46:41.840Z] Step 12/23 : ENV APP_PORT=48060 [2020-08-20T00:46:42.438Z] ---> Running in 451f5095b882 [2020-08-20T00:46:42.710Z] Removing intermediate container b891343226ad [2020-08-20T00:46:42.710Z] ---> f26276c68384 [2020-08-20T00:46:42.710Z] [2020-08-20T00:46:42.983Z] Removing intermediate container 451f5095b882 [2020-08-20T00:46:42.983Z] ---> c2b0e26306f4 [2020-08-20T00:46:42.983Z] Step 13/23 : EXPOSE $APP_PORT [2020-08-20T00:46:43.259Z] ---> Running in 6417b9001eff [2020-08-20T00:46:43.259Z] Removing intermediate container 21af7b7b9475 [2020-08-20T00:46:43.259Z] ---> 284169d4aeab [2020-08-20T00:46:43.259Z] [2020-08-20T00:46:43.259Z] Step 10/20 : FROM scratch [2020-08-20T00:46:43.259Z] ---> [2020-08-20T00:46:43.259Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-20T00:46:43.259Z] Successfully built f26276c68384 [2020-08-20T00:46:43.532Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-08-20T00:46:43.532Z] Building docker-security-secretstore-setup-go [2020-08-20T00:46:43.810Z]  Building docker-support-logging-go ... done  ---> Running in 1c6c2f00c196 [2020-08-20T00:46:43.810Z] Removing intermediate container 65c82160122b [2020-08-20T00:46:43.810Z] ---> 467079587fee [2020-08-20T00:46:43.810Z] Step 13/26 : RUN rm -rf /var/cache/apk/* [2020-08-20T00:46:44.082Z] Removing intermediate container 6417b9001eff [2020-08-20T00:46:44.082Z] ---> 2806bf61c51c [2020-08-20T00:46:44.082Z] Step 14/23 : COPY --from=builder /bin/sh /bin/sh ---> Running in 3970412f993f [2020-08-20T00:46:44.082Z] [2020-08-20T00:46:44.356Z] Removing intermediate container 1c6c2f00c196 [2020-08-20T00:46:44.356Z] ---> 9edbe1734bf7 [2020-08-20T00:46:44.356Z] Step 12/20 : ENV APP_PORT=48085 [2020-08-20T00:46:44.948Z] ---> Running in 13d95c7ca417 [2020-08-20T00:46:45.550Z] ---> 15d89c8bcbec [2020-08-20T00:46:45.550Z] Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-08-20T00:46:46.526Z] Removing intermediate container 13d95c7ca417 [2020-08-20T00:46:46.526Z] ---> cdd46b73abf3 [2020-08-20T00:46:46.526Z] Step 13/20 : EXPOSE $APP_PORT [2020-08-20T00:46:46.854Z] ---> Running in 51f9921cf505 [2020-08-20T00:46:47.126Z] ---> 6e4099f6d07e [2020-08-20T00:46:47.126Z] Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl [2020-08-20T00:46:48.099Z] Removing intermediate container 51f9921cf505 [2020-08-20T00:46:48.099Z] ---> 63ce9464297f [2020-08-20T00:46:48.099Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-08-20T00:46:49.542Z] ---> 073f501a9df7 [2020-08-20T00:46:49.542Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-08-20T00:46:49.818Z] ---> 824973cb82ec [2020-08-20T00:46:49.818Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-08-20T00:46:50.090Z] Removing intermediate container 3970412f993f [2020-08-20T00:46:50.090Z] ---> 19d1d8545638 [2020-08-20T00:46:50.090Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-08-20T00:46:50.691Z] ---> Running in 48d6304bea77 [2020-08-20T00:46:51.663Z] ---> 9cf82647d69d [2020-08-20T00:46:51.663Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-08-20T00:46:51.946Z] Removing intermediate container 48d6304bea77 [2020-08-20T00:46:51.946Z] ---> 9f0b2588bd64 [2020-08-20T00:46:51.946Z] Step 15/26 : ENV APP_PORT=48090 [2020-08-20T00:46:51.946Z] ---> ac66a3874a26 [2020-08-20T00:46:51.946Z] Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-08-20T00:46:52.225Z] ---> Running in 38bab683a239 [2020-08-20T00:46:53.229Z] Removing intermediate container 38bab683a239 [2020-08-20T00:46:53.229Z] ---> 98f1b7332c4d [2020-08-20T00:46:53.229Z] Step 16/26 : EXPOSE $APP_PORT [2020-08-20T00:46:54.220Z] ---> b55a9afd309d [2020-08-20T00:46:54.220Z] Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-20T00:46:54.220Z] ---> 3a7f88957368 [2020-08-20T00:46:54.220Z] Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-08-20T00:46:54.220Z] ---> Running in a9040bf40ee0 [2020-08-20T00:46:54.498Z] ---> Running in 7448284528af [2020-08-20T00:46:55.486Z] Removing intermediate container a9040bf40ee0 [2020-08-20T00:46:55.486Z] ---> b56094563c30 [2020-08-20T00:46:55.486Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-08-20T00:46:55.486Z] Removing intermediate container 7448284528af [2020-08-20T00:46:55.486Z] ---> 5a31f04df1a2 [2020-08-20T00:46:55.486Z] Step 18/20 : LABEL arch=arm64 [2020-08-20T00:46:56.467Z] ---> e736126c46e7 [2020-08-20T00:46:56.467Z] Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-20T00:46:56.467Z] ---> Running in 8da38aec4418 [2020-08-20T00:46:57.065Z] ---> Running in e38425276176 [2020-08-20T00:46:57.339Z] Removing intermediate container 8da38aec4418 [2020-08-20T00:46:57.339Z] ---> 9e43812b8fbe [2020-08-20T00:46:57.339Z] Step 19/20 : LABEL git_sha=5c139179f817ec2b654e37ec469ee87c086e10a0 [2020-08-20T00:46:57.614Z] ---> acb0141b1ca0 [2020-08-20T00:46:57.614Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-08-20T00:46:57.888Z] ---> Running in f95d9393d458 [2020-08-20T00:46:57.888Z] Removing intermediate container e38425276176 [2020-08-20T00:46:57.888Z] ---> d1925abf61d8 [2020-08-20T00:46:57.888Z] Step 21/23 : LABEL arch=arm64 [2020-08-20T00:46:58.479Z] ---> Running in fb3b8eadb443 [2020-08-20T00:46:59.082Z] Removing intermediate container f95d9393d458 [2020-08-20T00:46:59.082Z] ---> e017bc817a62 [2020-08-20T00:46:59.082Z] Step 20/20 : LABEL version=0.0.0 [2020-08-20T00:46:59.082Z] ---> 1b14b97fc691 [2020-08-20T00:46:59.082Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-08-20T00:46:59.689Z] ---> Running in 1765df013fd8 [2020-08-20T00:46:59.689Z] Removing intermediate container fb3b8eadb443 [2020-08-20T00:46:59.689Z] ---> 8d4bcd861bfc [2020-08-20T00:46:59.689Z] Step 22/23 : LABEL git_sha=5c139179f817ec2b654e37ec469ee87c086e10a0 [2020-08-20T00:47:00.292Z] ---> Running in 3d5f5e3e8321 [2020-08-20T00:47:00.566Z] Removing intermediate container 1765df013fd8 [2020-08-20T00:47:00.566Z] ---> 837eecbba06d [2020-08-20T00:47:00.566Z] [2020-08-20T00:47:00.847Z] ---> 82dba1a09205 [2020-08-20T00:47:00.847Z] Step 20/26 : RUN apk --no-cache add py-pip [2020-08-20T00:47:01.118Z] Successfully built 837eecbba06d [2020-08-20T00:47:01.394Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-08-20T00:47:01.394Z] Building docker-core-command-go [2020-08-20T00:47:01.394Z]  Building docker-support-scheduler-go ... done Removing intermediate container 3d5f5e3e8321 [2020-08-20T00:47:01.394Z] ---> 5eda9b19984a [2020-08-20T00:47:01.394Z] Step 23/23 : LABEL version=0.0.0 [2020-08-20T00:47:02.003Z] ---> Running in 1410a6560c33 [2020-08-20T00:47:02.277Z] ---> Running in e6efeceb4b71 [2020-08-20T00:47:04.254Z] Removing intermediate container e6efeceb4b71 [2020-08-20T00:47:04.254Z] ---> 6e4bb1a565a2 [2020-08-20T00:47:04.254Z] [2020-08-20T00:47:04.525Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-20T00:47:04.525Z] Successfully built 6e4bb1a565a2 [2020-08-20T00:47:04.796Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-08-20T00:47:04.796Z] Building docker-core-metadata-go [2020-08-20T00:47:04.796Z]  Building docker-support-notifications-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-20T00:47:05.071Z] Removing intermediate container a117981609f9 [2020-08-20T00:47:05.071Z] ---> c8476d0cc224 [2020-08-20T00:47:05.071Z] [2020-08-20T00:47:05.071Z] Step 10/22 : FROM alpine [2020-08-20T00:47:05.345Z] latest: Pulling from library/alpine [2020-08-20T00:47:05.345Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-08-20T00:47:05.345Z] (2/33) Installing expat (2.2.9-r1) [2020-08-20T00:47:05.345Z] (3/33) Installing libffi (3.3-r2) [2020-08-20T00:47:05.345Z] (4/33) Installing gdbm (1.13-r1) [2020-08-20T00:47:05.345Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-08-20T00:47:05.345Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-08-20T00:47:05.345Z] (7/33) Installing python3 (3.8.5-r0) [2020-08-20T00:47:05.618Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-08-20T00:47:05.618Z] Status: Downloaded newer image for alpine:latest [2020-08-20T00:47:05.618Z] ---> 62ee0e9f8440 [2020-08-20T00:47:05.618Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-20T00:47:07.587Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-08-20T00:47:07.587Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-08-20T00:47:07.587Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-08-20T00:47:07.587Z] (11/33) Installing py3-six (1.15.0-r0) [2020-08-20T00:47:07.587Z] (12/33) Installing py3-packaging (20.4-r0) [2020-08-20T00:47:07.587Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-08-20T00:47:07.587Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-08-20T00:47:07.587Z] (15/33) Installing py3-idna (2.9-r0) [2020-08-20T00:47:07.587Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-08-20T00:47:07.587Z] ---> Running in 42a41e71cad8 [2020-08-20T00:47:07.587Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-08-20T00:47:07.587Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-08-20T00:47:07.587Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-08-20T00:47:07.587Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-08-20T00:47:07.587Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-08-20T00:47:07.587Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-08-20T00:47:07.587Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-08-20T00:47:07.860Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-08-20T00:47:07.860Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-08-20T00:47:07.860Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-08-20T00:47:07.860Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-08-20T00:47:07.860Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-08-20T00:47:07.860Z] (29/33) Installing py3-progress (1.5-r0) [2020-08-20T00:47:07.860Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-08-20T00:47:07.860Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-08-20T00:47:07.860Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-08-20T00:47:07.860Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-08-20T00:47:08.131Z] Executing busybox-1.31.1-r16.trigger [2020-08-20T00:47:08.131Z] OK: 71 MiB in 55 packages [2020-08-20T00:47:09.561Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-20T00:47:09.561Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-08-20T00:47:09.561Z] ---> 45b81b20f05b [2020-08-20T00:47:09.561Z] Step 3/26 : WORKDIR /edgex-go [2020-08-20T00:47:09.561Z] ---> Using cache [2020-08-20T00:47:09.561Z] ---> 2b5fc24a62fe [2020-08-20T00:47:09.561Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-20T00:47:09.561Z] ---> Using cache [2020-08-20T00:47:09.561Z] ---> 13874170e9f6 [2020-08-20T00:47:09.561Z] Step 5/26 : RUN apk update && apk add make git [2020-08-20T00:47:09.843Z] Removing intermediate container 42a41e71cad8 [2020-08-20T00:47:09.843Z] ---> 41c3fca96fb2 [2020-08-20T00:47:09.843Z] Step 12/22 : ENV APP_PORT=48080 [2020-08-20T00:47:11.271Z] ---> Running in 97cbf9b93a5d [2020-08-20T00:47:11.271Z] ---> Running in e0218f354c29 [2020-08-20T00:47:12.253Z] Removing intermediate container e0218f354c29 [2020-08-20T00:47:12.253Z] ---> 66e1a6083faf [2020-08-20T00:47:12.253Z] Step 13/22 : EXPOSE $APP_PORT [2020-08-20T00:47:12.850Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-20T00:47:13.444Z] ---> Running in 5741b0d067ea [2020-08-20T00:47:13.717Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-20T00:47:14.693Z] v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-20T00:47:14.693Z] v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-20T00:47:14.693Z] OK: 12617 distinct packages available [2020-08-20T00:47:14.966Z] Removing intermediate container 5741b0d067ea [2020-08-20T00:47:14.966Z] ---> d350f730e92d [2020-08-20T00:47:14.966Z] Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-20T00:47:15.239Z] OK: 217 MiB in 51 packages [2020-08-20T00:47:15.518Z] ---> Running in 20c8fd13a14f [2020-08-20T00:47:17.511Z] Removing intermediate container 97cbf9b93a5d [2020-08-20T00:47:17.511Z] ---> af213def3a1f [2020-08-20T00:47:17.511Z] Step 6/26 : COPY go.mod . [2020-08-20T00:47:18.109Z] Removing intermediate container 1410a6560c33 [2020-08-20T00:47:18.109Z] ---> ff741d5bf9cc [2020-08-20T00:47:18.109Z] Step 21/26 : RUN pip install docker-compose==1.23.2 [2020-08-20T00:47:18.714Z] ---> 286cc2d55ebb [2020-08-20T00:47:18.714Z] Step 7/26 : RUN go mod download [2020-08-20T00:47:19.320Z] ---> Running in 565a626e5aa6 [2020-08-20T00:47:19.594Z] ---> Running in 3925af230079 [2020-08-20T00:47:19.867Z] Removing intermediate container 20c8fd13a14f [2020-08-20T00:47:19.867Z] ---> 77f87546a232 [2020-08-20T00:47:19.867Z] Step 15/22 : RUN apk --no-cache add zeromq [2020-08-20T00:47:20.145Z] ---> Running in 8c76d716e435 [2020-08-20T00:47:22.131Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-20T00:47:23.120Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-20T00:47:23.725Z] (1/5) Installing libgcc (9.3.0-r2) [2020-08-20T00:47:23.725Z] (2/5) Installing libsodium (1.0.18-r0) [2020-08-20T00:47:23.725Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-08-20T00:47:24.000Z] (4/5) Installing libzmq (4.3.2-r0) [2020-08-20T00:47:24.274Z] (5/5) Installing zeromq (4.3.2-r0) [2020-08-20T00:47:24.274Z] Executing busybox-1.31.1-r16.trigger [2020-08-20T00:47:24.274Z] OK: 8 MiB in 19 packages [2020-08-20T00:47:25.256Z] Removing intermediate container 3925af230079 [2020-08-20T00:47:25.256Z] ---> f54533f55433 [2020-08-20T00:47:25.256Z] Step 8/26 : COPY . . [2020-08-20T00:47:26.692Z] Collecting docker-compose==1.23.2 [2020-08-20T00:47:26.692Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-08-20T00:47:27.365Z] Removing intermediate container 8c76d716e435 [2020-08-20T00:47:27.365Z] ---> d1ed133e4e2e [2020-08-20T00:47:27.365Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-08-20T00:47:28.367Z] Collecting websocket-client<1.0,>=0.32.0 [2020-08-20T00:47:28.367Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-08-20T00:47:28.999Z] Collecting PyYAML<4,>=3.10 [2020-08-20T00:47:29.318Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-08-20T00:47:30.765Z] ---> 6585f5845e91 [2020-08-20T00:47:30.765Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-08-20T00:47:33.388Z] 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-20T00:47:35.384Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-08-20T00:47:35.385Z] ---> 645666e7f03e [2020-08-20T00:47:35.385Z] Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-08-20T00:47:35.385Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-08-20T00:47:35.987Z] Collecting docker<4.0,>=3.6.0 [2020-08-20T00:47:35.987Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-08-20T00:47:37.422Z] Collecting jsonschema<3,>=2.5.1 [2020-08-20T00:47:37.422Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-08-20T00:47:37.696Z] ---> e693f71c2804 [2020-08-20T00:47:37.696Z] Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-20T00:47:37.968Z] Collecting docopt<0.7,>=0.6.1 [2020-08-20T00:47:37.968Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-08-20T00:47:38.245Z] ---> Running in 0ff651a6eba5 [2020-08-20T00:47:40.233Z] Removing intermediate container 0ff651a6eba5 [2020-08-20T00:47:40.233Z] ---> d45c5c542519 [2020-08-20T00:47:40.233Z] Step 20/22 : LABEL arch=arm64 [2020-08-20T00:47:40.830Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-20T00:47:40.830Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-20T00:47:40.830Z] ---> 45b81b20f05b [2020-08-20T00:47:40.830Z] Step 3/21 : WORKDIR /edgex-go [2020-08-20T00:47:40.830Z] ---> Using cache [2020-08-20T00:47:40.830Z] ---> 2b5fc24a62fe [2020-08-20T00:47:40.830Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-20T00:47:40.830Z] ---> Using cache [2020-08-20T00:47:40.830Z] ---> 13874170e9f6 [2020-08-20T00:47:40.830Z] Step 5/21 : RUN apk update && apk add make git [2020-08-20T00:47:40.830Z] ---> Using cache [2020-08-20T00:47:40.830Z] ---> af213def3a1f [2020-08-20T00:47:40.830Z] Step 6/21 : COPY go.mod . [2020-08-20T00:47:40.830Z] ---> Using cache [2020-08-20T00:47:40.830Z] ---> 286cc2d55ebb [2020-08-20T00:47:40.830Z] Step 7/21 : RUN go mod download [2020-08-20T00:47:40.830Z] ---> Using cache [2020-08-20T00:47:40.830Z] ---> f54533f55433 [2020-08-20T00:47:40.830Z] Step 8/21 : COPY . . [2020-08-20T00:47:40.830Z] ---> Running in 787af57f126f [2020-08-20T00:47:40.830Z] Collecting dockerpty<0.5,>=0.4.1 [2020-08-20T00:47:40.830Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-08-20T00:47:42.277Z] Removing intermediate container 787af57f126f [2020-08-20T00:47:42.277Z] ---> 5f7994fab336 [2020-08-20T00:47:42.277Z] Step 21/22 : LABEL git_sha=5c139179f817ec2b654e37ec469ee87c086e10a0 [2020-08-20T00:47:42.550Z] ---> Running in cd3dbec118df [2020-08-20T00:47:42.823Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-20T00:47:42.823Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-20T00:47:42.823Z] ---> 45b81b20f05b [2020-08-20T00:47:42.823Z] Step 3/21 : WORKDIR /edgex-go [2020-08-20T00:47:42.823Z] ---> Using cache [2020-08-20T00:47:42.823Z] ---> 2b5fc24a62fe [2020-08-20T00:47:42.823Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-20T00:47:42.823Z] ---> Using cache [2020-08-20T00:47:42.823Z] ---> 13874170e9f6 [2020-08-20T00:47:42.823Z] Step 5/21 : RUN apk update && apk add make git [2020-08-20T00:47:42.823Z] ---> Using cache [2020-08-20T00:47:42.823Z] ---> af213def3a1f [2020-08-20T00:47:42.823Z] Step 6/21 : COPY go.mod . [2020-08-20T00:47:42.823Z] ---> Using cache [2020-08-20T00:47:42.823Z] ---> 286cc2d55ebb [2020-08-20T00:47:43.099Z] Step 7/21 : RUN go mod download [2020-08-20T00:47:43.099Z] ---> Using cache [2020-08-20T00:47:43.099Z] ---> f54533f55433 [2020-08-20T00:47:43.099Z] Step 8/21 : COPY . . [2020-08-20T00:47:43.725Z] Collecting cached-property<2,>=1.2.0 [2020-08-20T00:47:43.725Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-08-20T00:47:44.363Z] Removing intermediate container cd3dbec118df [2020-08-20T00:47:44.363Z] ---> ab0152e4b66c [2020-08-20T00:47:44.363Z] Step 22/22 : LABEL version=0.0.0 [2020-08-20T00:47:44.957Z] Collecting texttable<0.10,>=0.9.0 [2020-08-20T00:47:44.957Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-08-20T00:47:45.553Z] ---> Running in a02b5e5475e6 [2020-08-20T00:47:47.022Z] Removing intermediate container a02b5e5475e6 [2020-08-20T00:47:47.022Z] ---> 512787cd8e85 [2020-08-20T00:47:47.022Z] [2020-08-20T00:47:47.296Z] 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-20T00:47:47.571Z] Successfully built 512787cd8e85 [2020-08-20T00:47:47.845Z] Successfully tagged docker-core-data-go-arm64:latest [2020-08-20T00:47:47.845Z]  Building docker-core-data-go ... done Building docker-security-proxy-setup-go [2020-08-20T00:47:47.845Z] Collecting urllib3<1.25,>=1.21.1 [2020-08-20T00:47:47.845Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-08-20T00:47:48.116Z] Collecting idna<2.8,>=2.5 [2020-08-20T00:47:48.116Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-08-20T00:47:48.391Z] 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-20T00:47:48.665Z] Collecting docker-pycreds>=0.4.0 [2020-08-20T00:47:48.665Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-08-20T00:47:48.665Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-08-20T00:47:48.665Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-08-20T00:47:48.665Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-08-20T00:47:48.665Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-08-20T00:47:49.642Z] Installing collected packages: websocket-client, PyYAML, urllib3, idna, requests, docker-pycreds, docker, jsonschema, docopt, dockerpty, cached-property, texttable, docker-compose [2020-08-20T00:47:49.917Z] Running setup.py install for PyYAML: started [2020-08-20T00:47:52.554Z] Running setup.py install for PyYAML: finished with status 'done' [2020-08-20T00:47:52.554Z] Attempting uninstall: urllib3 [2020-08-20T00:47:52.554Z] Found existing installation: urllib3 1.25.9 [2020-08-20T00:47:52.555Z] Uninstalling urllib3-1.25.9: [2020-08-20T00:47:52.555Z] Successfully uninstalled urllib3-1.25.9 [2020-08-20T00:47:53.162Z] Attempting uninstall: idna [2020-08-20T00:47:53.162Z] Found existing installation: idna 2.9 [2020-08-20T00:47:53.162Z] Uninstalling idna-2.9: [2020-08-20T00:47:53.436Z] Successfully uninstalled idna-2.9 [2020-08-20T00:47:54.884Z] Attempting uninstall: requests [2020-08-20T00:47:54.884Z] Found existing installation: requests 2.23.0 [2020-08-20T00:47:54.884Z] Uninstalling requests-2.23.0: [2020-08-20T00:47:54.884Z] Successfully uninstalled requests-2.23.0 [2020-08-20T00:48:00.311Z] Running setup.py install for docopt: started [2020-08-20T00:48:00.914Z] ---> 91ca3d12fe16 [2020-08-20T00:48:00.914Z] 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-20T00:48:02.379Z] ---> Running in 3a97bf97afe6 [2020-08-20T00:48:02.379Z] Running setup.py install for docopt: finished with status 'done' [2020-08-20T00:48:02.379Z] Running setup.py install for dockerpty: started [2020-08-20T00:48:04.367Z] 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-20T00:48:04.643Z] Running setup.py install for dockerpty: finished with status 'done' [2020-08-20T00:48:04.643Z] Running setup.py install for texttable: started [2020-08-20T00:48:06.634Z] Running setup.py install for texttable: finished with status 'done' [2020-08-20T00:48:08.088Z] 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-20T00:48:13.561Z] ---> 4eeb0c1aaf3e [2020-08-20T00:48:13.562Z] Step 9/21 : RUN make cmd/core-command/core-command [2020-08-20T00:48:14.161Z] ---> Running in 93084af0b374 [2020-08-20T00:48:15.146Z] ---> 5a2afac5fd6e [2020-08-20T00:48:15.146Z] Step 9/21 : RUN make cmd/core-metadata/core-metadata [2020-08-20T00:48:15.425Z] ---> Running in ca8e056554ff [2020-08-20T00:48:16.027Z] Removing intermediate container 565a626e5aa6 [2020-08-20T00:48:16.027Z] ---> 91304e30b944 [2020-08-20T00:48:16.027Z] Step 22/26 : RUN apk --no-cache add curl [2020-08-20T00:48:16.307Z] ---> Running in 7564bb142a79 [2020-08-20T00:48:16.308Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-20T00:48:16.308Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-08-20T00:48:16.308Z] ---> 45b81b20f05b [2020-08-20T00:48:16.308Z] Step 3/20 : WORKDIR /edgex-go [2020-08-20T00:48:16.308Z] ---> Using cache [2020-08-20T00:48:16.308Z] ---> 2b5fc24a62fe [2020-08-20T00:48:16.308Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-20T00:48:16.308Z] ---> Using cache [2020-08-20T00:48:16.308Z] ---> 13874170e9f6 [2020-08-20T00:48:16.308Z] Step 5/20 : RUN apk update && apk add make git [2020-08-20T00:48:16.308Z] ---> Using cache [2020-08-20T00:48:16.308Z] ---> af213def3a1f [2020-08-20T00:48:16.308Z] Step 6/20 : COPY go.mod . [2020-08-20T00:48:16.308Z] ---> Using cache [2020-08-20T00:48:16.308Z] ---> 286cc2d55ebb [2020-08-20T00:48:16.308Z] Step 7/20 : RUN go mod download [2020-08-20T00:48:16.308Z] ---> Using cache [2020-08-20T00:48:16.308Z] ---> f54533f55433 [2020-08-20T00:48:16.308Z] Step 8/20 : COPY . . [2020-08-20T00:48:16.308Z] ---> Using cache [2020-08-20T00:48:16.308Z] ---> 5a2afac5fd6e [2020-08-20T00:48:16.308Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-08-20T00:48:16.589Z] ---> Running in a833ac321106 [2020-08-20T00:48:17.583Z] 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-20T00:48:18.584Z] 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-20T00:48:19.571Z] 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-20T00:48:19.571Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-20T00:48:19.848Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-20T00:48:20.449Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-08-20T00:48:20.449Z] (2/3) Installing libcurl (7.69.1-r0) [2020-08-20T00:48:20.449Z] (3/3) Installing curl (7.69.1-r0) [2020-08-20T00:48:20.449Z] Executing busybox-1.31.1-r16.trigger [2020-08-20T00:48:20.725Z] OK: 71 MiB in 58 packages [2020-08-20T00:48:22.209Z] Removing intermediate container 7564bb142a79 [2020-08-20T00:48:22.209Z] ---> 0f7d1c950a6a [2020-08-20T00:48:22.209Z] Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-20T00:48:22.490Z] ---> Running in cec3a5e1edc7 [2020-08-20T00:48:23.123Z] Removing intermediate container cec3a5e1edc7 [2020-08-20T00:48:23.123Z] ---> 2324e390fa4b [2020-08-20T00:48:23.123Z] Step 24/26 : LABEL arch=arm64 [2020-08-20T00:48:23.409Z] ---> Running in f0bca5c0eff6 [2020-08-20T00:48:24.410Z] Removing intermediate container f0bca5c0eff6 [2020-08-20T00:48:24.410Z] ---> 1f935acff9dc [2020-08-20T00:48:24.410Z] Step 25/26 : LABEL git_sha=5c139179f817ec2b654e37ec469ee87c086e10a0 [2020-08-20T00:48:24.410Z] ---> Running in 9bf381171a5e [2020-08-20T00:48:25.032Z] Removing intermediate container 9bf381171a5e [2020-08-20T00:48:25.032Z] ---> 7f13d53a1900 [2020-08-20T00:48:25.032Z] Step 26/26 : LABEL version=0.0.0 [2020-08-20T00:48:25.335Z] ---> Running in 0d6049671249 [2020-08-20T00:48:26.348Z] Removing intermediate container 0d6049671249 [2020-08-20T00:48:26.348Z] ---> 5088d3a88cc1 [2020-08-20T00:48:26.348Z] [2020-08-20T00:48:26.625Z] Successfully built 5088d3a88cc1 [2020-08-20T00:48:26.625Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-08-20T00:48:26.625Z]  Building docker-sys-mgmt-agent-go ... done Building docker-security-secrets-setup-go [2020-08-20T00:48:53.451Z] Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-20T00:48:53.451Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-08-20T00:48:53.451Z] ---> 45b81b20f05b [2020-08-20T00:48:53.451Z] Step 3/29 : WORKDIR /edgex-go [2020-08-20T00:48:53.451Z] ---> Using cache [2020-08-20T00:48:53.451Z] ---> 2b5fc24a62fe [2020-08-20T00:48:53.451Z] Step 4/29 : RUN apk update && apk add make git [2020-08-20T00:48:53.451Z] ---> Running in 9025eef6a401 [2020-08-20T00:48:55.440Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-20T00:48:56.041Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-20T00:48:57.026Z] v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-20T00:48:57.026Z] v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-20T00:48:57.026Z] OK: 12617 distinct packages available [2020-08-20T00:48:58.012Z] OK: 217 MiB in 51 packages [2020-08-20T00:48:59.997Z] Removing intermediate container 9025eef6a401 [2020-08-20T00:48:59.997Z] ---> a41884f3b003 [2020-08-20T00:48:59.997Z] Step 5/29 : COPY go.mod . [2020-08-20T00:49:00.991Z] ---> c5df7804b2f9 [2020-08-20T00:49:00.991Z] Step 6/29 : RUN go mod download [2020-08-20T00:49:00.991Z] ---> Running in 81da6b1daf91 [2020-08-20T00:49:06.415Z] Removing intermediate container 81da6b1daf91 [2020-08-20T00:49:06.415Z] ---> 32534f19d41a [2020-08-20T00:49:06.415Z] Step 7/29 : COPY . . [2020-08-20T00:49:14.714Z] 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-20T00:49:30.587Z] ---> 6633d0447df7 [2020-08-20T00:49:30.587Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-08-20T00:49:30.587Z] 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-20T00:49:30.587Z] ---> Running in e522b2bab30e [2020-08-20T00:49:31.567Z] 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-20T00:49:43.998Z] Removing intermediate container 3a97bf97afe6 [2020-08-20T00:49:43.998Z] ---> 41052ec70cf9 [2020-08-20T00:49:43.998Z] [2020-08-20T00:49:43.998Z] Step 10/26 : FROM alpine:3.10 [2020-08-20T00:49:43.998Z] 3.10: Pulling from library/alpine [2020-08-20T00:49:45.984Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-08-20T00:49:45.984Z] Status: Downloaded newer image for alpine:3.10 [2020-08-20T00:49:45.984Z] ---> 536a684cf733 [2020-08-20T00:49:45.984Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-08-20T00:49:46.258Z] ---> Running in 7e65328f4c08 [2020-08-20T00:49:47.241Z] Removing intermediate container a833ac321106 [2020-08-20T00:49:47.241Z] ---> 24a8d1179124 [2020-08-20T00:49:47.241Z] [2020-08-20T00:49:47.241Z] Step 10/20 : FROM alpine [2020-08-20T00:49:47.241Z] ---> 62ee0e9f8440 [2020-08-20T00:49:47.241Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-08-20T00:49:47.522Z] ---> Running in 7029fd674126 [2020-08-20T00:49:48.971Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-08-20T00:49:49.246Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-08-20T00:49:49.844Z] v3.10.5-76-g1530c9fe13 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-08-20T00:49:49.844Z] v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-08-20T00:49:49.844Z] OK: 10167 distinct packages available [2020-08-20T00:49:49.844Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-20T00:49:50.444Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-20T00:49:50.717Z] (1/5) Installing ca-certificates (20191127-r2) [2020-08-20T00:49:50.717Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-08-20T00:49:50.717Z] (3/5) Installing libcurl (7.66.0-r0) [2020-08-20T00:49:50.717Z] (4/5) Installing curl (7.66.0-r0) [2020-08-20T00:49:50.717Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-08-20T00:49:50.992Z] Executing busybox-1.30.1-r3.trigger [2020-08-20T00:49:50.992Z] Executing ca-certificates-20191127-r2.trigger [2020-08-20T00:49:51.268Z] v3.12.0-254-g188bfebd7f [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-20T00:49:51.268Z] v3.12.0-255-g92cbb6be98 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-20T00:49:51.268Z] OK: 12617 distinct packages available [2020-08-20T00:49:51.268Z] OK: 7 MiB in 19 packages [2020-08-20T00:49:52.257Z] (1/4) Installing ca-certificates (20191127-r4) [2020-08-20T00:49:52.540Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-08-20T00:49:52.540Z] (3/4) Installing libcurl (7.69.1-r0) [2020-08-20T00:49:52.540Z] (4/4) Installing curl (7.69.1-r0) [2020-08-20T00:49:52.540Z] Executing busybox-1.31.1-r16.trigger [2020-08-20T00:49:52.540Z] Executing ca-certificates-20191127-r4.trigger [2020-08-20T00:49:52.817Z] OK: 7 MiB in 18 packages [2020-08-20T00:49:53.820Z] Removing intermediate container 7e65328f4c08 [2020-08-20T00:49:53.820Z] ---> cc5b78603de6 [2020-08-20T00:49:53.820Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-20T00:49:54.098Z] ---> Running in 2c7b266b6108 [2020-08-20T00:49:55.098Z] Removing intermediate container 2c7b266b6108 [2020-08-20T00:49:55.098Z] ---> b4a3f5223925 [2020-08-20T00:49:55.098Z] Step 13/26 : WORKDIR / [2020-08-20T00:49:55.375Z] ---> Running in 1d4610b2cbbf [2020-08-20T00:49:55.654Z] Removing intermediate container 7029fd674126 [2020-08-20T00:49:55.654Z] ---> dbcd56289ec4 [2020-08-20T00:49:55.654Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-20T00:49:55.654Z] ---> Running in 75db1e15640e [2020-08-20T00:49:56.261Z] Removing intermediate container 1d4610b2cbbf [2020-08-20T00:49:56.261Z] ---> 513a20cb72cb [2020-08-20T00:49:56.261Z] 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-20T00:49:56.540Z] Removing intermediate container 75db1e15640e [2020-08-20T00:49:56.540Z] ---> 5ba580fb21b1 [2020-08-20T00:49:56.540Z] Step 13/20 : WORKDIR /edgex [2020-08-20T00:49:56.540Z] ---> Running in 369bd09677af [2020-08-20T00:49:57.998Z] Removing intermediate container 369bd09677af [2020-08-20T00:49:57.998Z] ---> ef21c29ca114 [2020-08-20T00:49:57.998Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-08-20T00:49:57.998Z] ---> 1faa96fa7e4e [2020-08-20T00:49:57.998Z] 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-20T00:49:59.451Z] ---> 88429c7a4977 [2020-08-20T00:49:59.451Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-08-20T00:49:59.451Z] ---> ad3107c7cea6 [2020-08-20T00:49:59.451Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-08-20T00:50:00.916Z] ---> ca395b3c03f7 [2020-08-20T00:50:00.916Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-08-20T00:50:01.192Z] ---> 2fffdef26598 [2020-08-20T00:50:01.192Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-08-20T00:50:01.192Z] ---> Running in a51436197924 [2020-08-20T00:50:02.185Z] Removing intermediate container a51436197924 [2020-08-20T00:50:02.185Z] ---> 71e74f50bec4 [2020-08-20T00:50:02.185Z] Step 17/20 : CMD ["--init=true"] [2020-08-20T00:50:02.185Z] ---> Running in d04159f85b87 [2020-08-20T00:50:02.185Z] ---> 438a9680891e [2020-08-20T00:50:02.185Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-08-20T00:50:02.813Z] Removing intermediate container d04159f85b87 [2020-08-20T00:50:02.813Z] ---> d2c27108b374 [2020-08-20T00:50:02.813Z] Step 18/20 : LABEL arch=arm64 [2020-08-20T00:50:03.418Z] ---> Running in d09448d6f115 [2020-08-20T00:50:04.018Z] Removing intermediate container d09448d6f115 [2020-08-20T00:50:04.018Z] ---> 2752c4896ad7 [2020-08-20T00:50:04.018Z] Step 19/20 : LABEL git_sha=5c139179f817ec2b654e37ec469ee87c086e10a0 [2020-08-20T00:50:04.302Z] ---> d2d86e87acda [2020-08-20T00:50:04.302Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-08-20T00:50:04.302Z] ---> Running in 193ede9f539b [2020-08-20T00:50:05.291Z] Removing intermediate container 193ede9f539b [2020-08-20T00:50:05.291Z] ---> 798d78497021 [2020-08-20T00:50:05.291Z] Step 20/20 : LABEL version=0.0.0 [2020-08-20T00:50:05.291Z] ---> Running in 8135e0660698 [2020-08-20T00:50:05.908Z] ---> 9dad551c1c43 [2020-08-20T00:50:05.908Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-08-20T00:50:06.184Z] Removing intermediate container 8135e0660698 [2020-08-20T00:50:06.184Z] ---> d13681a097d5 [2020-08-20T00:50:06.184Z] [2020-08-20T00:50:06.785Z] Successfully built d13681a097d5 [2020-08-20T00:50:06.785Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-08-20T00:50:07.394Z]  Building docker-security-proxy-setup-go ... done  ---> f0ef7dcdb70c [2020-08-20T00:50:07.394Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-08-20T00:50:08.841Z] ---> 1b5a23f5557a [2020-08-20T00:50:08.841Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-20T00:50:08.841Z] ---> Running in 9ec950362473 [2020-08-20T00:50:13.142Z] Removing intermediate container 9ec950362473 [2020-08-20T00:50:13.142Z] ---> b0cb0b2c40fe [2020-08-20T00:50:13.142Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-08-20T00:50:13.142Z] ---> Running in 5dc6acfafec6 [2020-08-20T00:50:13.737Z] Removing intermediate container 5dc6acfafec6 [2020-08-20T00:50:14.010Z] ---> 3d26cd1216b1 [2020-08-20T00:50:14.010Z] Step 24/26 : LABEL arch=arm64 [2020-08-20T00:50:14.010Z] ---> Running in 8f9df76b85b3 [2020-08-20T00:50:14.607Z] Removing intermediate container 93084af0b374 [2020-08-20T00:50:14.607Z] ---> 9c6e4c337243 [2020-08-20T00:50:14.607Z] [2020-08-20T00:50:14.607Z] Step 10/21 : FROM scratch [2020-08-20T00:50:14.607Z] ---> [2020-08-20T00:50:14.607Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-20T00:50:14.607Z] ---> Using cache [2020-08-20T00:50:14.607Z] ---> 9edbe1734bf7 [2020-08-20T00:50:14.607Z] Step 12/21 : ENV APP_PORT=48082 [2020-08-20T00:50:14.888Z] ---> Running in 8958b86bbba2 [2020-08-20T00:50:14.888Z] Removing intermediate container 8f9df76b85b3 [2020-08-20T00:50:14.888Z] ---> 7be40a963965 [2020-08-20T00:50:14.888Z] Step 25/26 : LABEL git_sha=5c139179f817ec2b654e37ec469ee87c086e10a0 [2020-08-20T00:50:15.161Z] ---> Running in 3a8782806464 [2020-08-20T00:50:15.434Z] Removing intermediate container 8958b86bbba2 [2020-08-20T00:50:15.434Z] ---> 0a89f2b472ec [2020-08-20T00:50:15.434Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-20T00:50:15.709Z] ---> Running in 6f0618a583cc [2020-08-20T00:50:15.985Z] Removing intermediate container 3a8782806464 [2020-08-20T00:50:15.985Z] ---> 5a07d7919466 [2020-08-20T00:50:15.985Z] Step 26/26 : LABEL version=0.0.0 [2020-08-20T00:50:16.257Z] ---> Running in 5fa408e0a78c [2020-08-20T00:50:16.538Z] Removing intermediate container 6f0618a583cc [2020-08-20T00:50:16.538Z] ---> 523fb306458d [2020-08-20T00:50:16.538Z] Step 14/21 : WORKDIR / [2020-08-20T00:50:16.538Z] ---> Running in 882dc95a6739 [2020-08-20T00:50:17.518Z] Removing intermediate container 5fa408e0a78c [2020-08-20T00:50:17.518Z] ---> 60f8644faf22 [2020-08-20T00:50:17.518Z] [2020-08-20T00:50:17.518Z] Removing intermediate container 882dc95a6739 [2020-08-20T00:50:17.518Z] ---> d76a255aeb61 [2020-08-20T00:50:17.518Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-08-20T00:50:18.520Z] Successfully built 60f8644faf22 [2020-08-20T00:50:18.520Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-08-20T00:50:19.501Z]  Building docker-security-secretstore-setup-go ... done  ---> 3981fc33047e [2020-08-20T00:50:19.501Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-08-20T00:50:21.492Z] Removing intermediate container ca8e056554ff [2020-08-20T00:50:21.492Z] ---> ad2cae8bdb79 [2020-08-20T00:50:21.492Z] [2020-08-20T00:50:21.492Z] Step 10/21 : FROM scratch [2020-08-20T00:50:21.492Z] ---> [2020-08-20T00:50:21.492Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-20T00:50:21.492Z] ---> Using cache [2020-08-20T00:50:21.492Z] ---> 9edbe1734bf7 [2020-08-20T00:50:21.492Z] Step 12/21 : ENV APP_PORT=48081 [2020-08-20T00:50:21.768Z] ---> cd885a593a09 [2020-08-20T00:50:21.768Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-08-20T00:50:21.768Z] ---> Running in 18298129ef76 [2020-08-20T00:50:22.366Z] Removing intermediate container 18298129ef76 [2020-08-20T00:50:22.366Z] ---> 3beacbe09b81 [2020-08-20T00:50:22.366Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-20T00:50:22.366Z] ---> Running in 416aa55e3103 [2020-08-20T00:50:22.641Z] ---> c73151c45a12 [2020-08-20T00:50:22.641Z] Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-20T00:50:22.641Z] ---> Running in 648d829307b3 [2020-08-20T00:50:22.915Z] Removing intermediate container 416aa55e3103 [2020-08-20T00:50:22.915Z] ---> bfd09257c1d3 [2020-08-20T00:50:22.915Z] Step 14/21 : WORKDIR / [2020-08-20T00:50:23.187Z] ---> Running in 0ee989dd0c63 [2020-08-20T00:50:23.460Z] Removing intermediate container 648d829307b3 [2020-08-20T00:50:23.460Z] ---> f0e6ab6c076d [2020-08-20T00:50:23.460Z] Step 19/21 : LABEL arch=arm64 [2020-08-20T00:50:23.460Z] ---> Running in 86f13e893ff4 [2020-08-20T00:50:23.735Z] Removing intermediate container 0ee989dd0c63 [2020-08-20T00:50:23.735Z] ---> 567387522c6e [2020-08-20T00:50:23.735Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-08-20T00:50:24.020Z] Removing intermediate container 86f13e893ff4 [2020-08-20T00:50:24.020Z] ---> 4afda46c4a41 [2020-08-20T00:50:24.020Z] Step 20/21 : LABEL git_sha=5c139179f817ec2b654e37ec469ee87c086e10a0 [2020-08-20T00:50:24.293Z] ---> Running in 83065bcbf170 [2020-08-20T00:50:24.565Z] ---> c43d3691368c [2020-08-20T00:50:24.565Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-08-20T00:50:24.843Z] Removing intermediate container 83065bcbf170 [2020-08-20T00:50:24.843Z] ---> bcd68102360f [2020-08-20T00:50:24.843Z] Step 21/21 : LABEL version=0.0.0 [2020-08-20T00:50:25.119Z] ---> Running in 71dd89ad1d8b [2020-08-20T00:50:25.748Z] Removing intermediate container 71dd89ad1d8b [2020-08-20T00:50:25.748Z] ---> 6ec20f962c5d [2020-08-20T00:50:25.748Z] [2020-08-20T00:50:26.340Z] Successfully built 6ec20f962c5d [2020-08-20T00:50:26.340Z] ---> 502c5de02151 [2020-08-20T00:50:26.340Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-08-20T00:50:26.340Z] Successfully tagged docker-core-command-go-arm64:latest [2020-08-20T00:50:27.309Z]  Building docker-core-command-go ... done  ---> 392af9db1719 [2020-08-20T00:50:27.309Z] Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-20T00:50:27.309Z] ---> Running in 525dd29ef879 [2020-08-20T00:50:27.909Z] Removing intermediate container 525dd29ef879 [2020-08-20T00:50:27.909Z] ---> bd8ce6e14166 [2020-08-20T00:50:27.909Z] Step 19/21 : LABEL arch=arm64 [2020-08-20T00:50:28.181Z] ---> Running in 7d6da4544f34 [2020-08-20T00:50:28.778Z] Removing intermediate container e522b2bab30e [2020-08-20T00:50:28.778Z] ---> e2a20ad67fe9 [2020-08-20T00:50:28.778Z] [2020-08-20T00:50:28.778Z] Step 9/29 : FROM alpine:latest [2020-08-20T00:50:28.778Z] ---> 62ee0e9f8440 [2020-08-20T00:50:28.778Z] 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-20T00:50:28.778Z] Removing intermediate container 7d6da4544f34 [2020-08-20T00:50:28.778Z] ---> 2a574698c2ff [2020-08-20T00:50:28.778Z] Step 20/21 : LABEL git_sha=5c139179f817ec2b654e37ec469ee87c086e10a0 [2020-08-20T00:50:28.778Z] ---> Running in b88180bb887e [2020-08-20T00:50:28.778Z] ---> Running in fddbd1dcbbba [2020-08-20T00:50:29.371Z] Removing intermediate container b88180bb887e [2020-08-20T00:50:29.372Z] ---> a440765ccdbf [2020-08-20T00:50:29.372Z] Step 11/29 : USER root [2020-08-20T00:50:29.372Z] Removing intermediate container fddbd1dcbbba [2020-08-20T00:50:29.372Z] ---> d6be15958606 [2020-08-20T00:50:29.372Z] Step 21/21 : LABEL version=0.0.0 [2020-08-20T00:50:29.372Z] ---> Running in a467a446e9fe [2020-08-20T00:50:29.646Z] ---> Running in 510c2dff355d [2020-08-20T00:50:29.918Z] Removing intermediate container a467a446e9fe [2020-08-20T00:50:29.918Z] ---> e5aec2de3346 [2020-08-20T00:50:29.918Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-08-20T00:50:30.189Z] Removing intermediate container 510c2dff355d [2020-08-20T00:50:30.189Z] ---> 7ecd7aca4861 [2020-08-20T00:50:30.189Z] [2020-08-20T00:50:30.189Z] ---> Running in 192e3583abb7 [2020-08-20T00:50:30.783Z] Successfully built 7ecd7aca4861 [2020-08-20T00:50:30.783Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-08-20T00:50:31.752Z]  Building docker-core-metadata-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-20T00:50:32.022Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-20T00:50:32.292Z] v3.12.0-254-g188bfebd7f [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-20T00:50:32.292Z] v3.12.0-255-g92cbb6be98 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-20T00:50:32.292Z] OK: 12617 distinct packages available [2020-08-20T00:50:33.262Z] (1/2) Installing ca-certificates (20191127-r4) [2020-08-20T00:50:33.262Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-08-20T00:50:33.262Z] Executing busybox-1.31.1-r16.trigger [2020-08-20T00:50:33.262Z] Executing ca-certificates-20191127-r4.trigger [2020-08-20T00:50:33.262Z] OK: 6 MiB in 16 packages [2020-08-20T00:50:35.219Z] Removing intermediate container 192e3583abb7 [2020-08-20T00:50:35.219Z] ---> a3e63186e59f [2020-08-20T00:50:35.219Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-08-20T00:50:35.220Z] ---> Running in efac00595fea [2020-08-20T00:50:35.489Z] Removing intermediate container efac00595fea [2020-08-20T00:50:35.489Z] ---> 735c0407f819 [2020-08-20T00:50:35.489Z] Step 14/29 : WORKDIR $BASE_DIR [2020-08-20T00:50:35.759Z] ---> Running in a6f45d96c617 [2020-08-20T00:50:36.027Z] Removing intermediate container a6f45d96c617 [2020-08-20T00:50:36.027Z] ---> 166631499849 [2020-08-20T00:50:36.027Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-08-20T00:50:36.297Z] ---> Running in 9430c4b9e51f [2020-08-20T00:50:38.903Z] Removing intermediate container 9430c4b9e51f [2020-08-20T00:50:38.903Z] ---> fa293ab10183 [2020-08-20T00:50:38.903Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-08-20T00:50:39.873Z] ---> 336fdc35e5bd [2020-08-20T00:50:39.873Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-08-20T00:50:40.462Z] ---> 9448428509fc [2020-08-20T00:50:40.462Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-08-20T00:50:41.054Z] ---> 71cd9572b9ae [2020-08-20T00:50:41.054Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-08-20T00:50:42.024Z] ---> 87b9d680d27d [2020-08-20T00:50:42.024Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-08-20T00:50:42.615Z] ---> b88db904d50b [2020-08-20T00:50:42.615Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-08-20T00:50:42.615Z] ---> Running in 9602073fdb2f [2020-08-20T00:50:45.219Z] Removing intermediate container 9602073fdb2f [2020-08-20T00:50:45.219Z] ---> 4df3488f144d [2020-08-20T00:50:45.219Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-08-20T00:50:45.812Z] ---> f0919a78b6e6 [2020-08-20T00:50:45.812Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-20T00:50:46.081Z] ---> Running in 8ba0a6cbc978 [2020-08-20T00:50:48.683Z] Removing intermediate container 8ba0a6cbc978 [2020-08-20T00:50:48.683Z] ---> bddbe0b16097 [2020-08-20T00:50:48.683Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-08-20T00:50:48.683Z] ---> Running in 41945088fa2f [2020-08-20T00:50:52.108Z] Removing intermediate container 41945088fa2f [2020-08-20T00:50:52.108Z] ---> 284092f5c420 [2020-08-20T00:50:52.108Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-08-20T00:50:52.108Z] ---> Running in a2d5445630f5 [2020-08-20T00:50:52.108Z] Removing intermediate container a2d5445630f5 [2020-08-20T00:50:52.108Z] ---> 8d3347981f9c [2020-08-20T00:50:52.108Z] Step 26/29 : CMD [ "generate" ] [2020-08-20T00:50:52.382Z] ---> Running in 11d6f7e98141 [2020-08-20T00:50:52.660Z] Removing intermediate container 11d6f7e98141 [2020-08-20T00:50:52.660Z] ---> deed505902d9 [2020-08-20T00:50:52.660Z] Step 27/29 : LABEL arch=arm64 [2020-08-20T00:50:52.946Z] ---> Running in db7711986db1 [2020-08-20T00:50:53.573Z] Removing intermediate container db7711986db1 [2020-08-20T00:50:53.573Z] ---> 602f4eab0f5c [2020-08-20T00:50:53.573Z] Step 28/29 : LABEL git_sha=5c139179f817ec2b654e37ec469ee87c086e10a0 [2020-08-20T00:50:53.573Z] ---> Running in cdde98c916b4 [2020-08-20T00:50:54.171Z] Removing intermediate container cdde98c916b4 [2020-08-20T00:50:54.171Z] ---> 4c6a22c5d255 [2020-08-20T00:50:54.171Z] Step 29/29 : LABEL version=0.0.0 [2020-08-20T00:50:54.171Z] ---> Running in 0d09157d5212 [2020-08-20T00:50:54.766Z] Removing intermediate container 0d09157d5212 [2020-08-20T00:50:54.766Z] ---> e3cc4562e102 [2020-08-20T00:50:54.766Z] [2020-08-20T00:50:55.039Z] Successfully built e3cc4562e102 [2020-08-20T00:50:55.039Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-08-20T00:50:55.328Z]  Building docker-security-secrets-setup-go ... done  [Pipeline] } [2020-08-20T00:50:55.362Z] $ docker stop --time=1 775dcd8bafe476beba5c4336f4573df9426e9bc74ae1c0319c648e7e92a28032 [2020-08-20T00:50:57.261Z] $ docker rm -f 775dcd8bafe476beba5c4336f4573df9426e9bc74ae1c0319c648e7e92a28032 [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-20T00:50:57.855Z] + docker images [2020-08-20T00:50:57.855Z] + grep docker [2020-08-20T00:50:58.125Z] docker-security-secrets-setup-go-arm64 latest e3cc4562e102 4 seconds ago 24.2MB [2020-08-20T00:50:58.125Z] docker-core-metadata-go-arm64 latest 7ecd7aca4861 29 seconds ago 13.8MB [2020-08-20T00:50:58.125Z] docker-core-command-go-arm64 latest 6ec20f962c5d 33 seconds ago 12.4MB [2020-08-20T00:50:58.125Z] docker-security-secretstore-setup-go-arm64 latest 60f8644faf22 41 seconds ago 32.5MB [2020-08-20T00:50:58.125Z] docker-security-proxy-setup-go-arm64 latest d13681a097d5 53 seconds ago 15.8MB [2020-08-20T00:50:58.125Z] docker-sys-mgmt-agent-go-arm64 latest 5088d3a88cc1 2 minutes ago 266MB [2020-08-20T00:50:58.125Z] docker-core-data-go-arm64 latest 512787cd8e85 3 minutes ago 23.3MB [2020-08-20T00:50:58.125Z] docker-support-notifications-go-arm64 latest 6e4bb1a565a2 3 minutes ago 13.9MB [2020-08-20T00:50:58.125Z] docker-support-scheduler-go-arm64 latest 837eecbba06d 3 minutes ago 12.6MB [2020-08-20T00:50:58.125Z] docker-support-logging-go-arm64 latest f26276c68384 4 minutes ago 11.4MB [2020-08-20T00:50:58.125Z] docker latest ce9d55ae87f1 7 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-20T00:51:00.006Z] provisioning config files... [2020-08-20T00:51:00.033Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/8@tmp/config2950846057120593766tmp [Pipeline] { [Pipeline] sh [2020-08-20T00:51:00.536Z] + curl -s https://codecov.io/bash [2020-08-20T00:51:00.536Z] + bash -s - -t @/w/workspace/edgex-go/8@tmp/config2950846057120593766tmp [Pipeline] } [2020-08-20T00:51:01.490Z] 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-20T00:51:03.152Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-20T00:51:04.029Z] ---> package-listing.sh [2020-08-20T00:51:04.029Z] ++ facter osfamily [2020-08-20T00:51:04.029Z] ++ tr '[:upper:]' '[:lower:]' [2020-08-20T00:51:04.029Z] + OS_FAMILY=redhat [2020-08-20T00:51:04.029Z] + workspace=/w/workspace/edgex-go/8 [2020-08-20T00:51:04.029Z] + START_PACKAGES=/tmp/packages_start.txt [2020-08-20T00:51:04.029Z] + END_PACKAGES=/tmp/packages_end.txt [2020-08-20T00:51:04.029Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-08-20T00:51:04.029Z] + PACKAGES=/tmp/packages_start.txt [2020-08-20T00:51:04.029Z] + '[' /w/workspace/edgex-go/8 ']' [2020-08-20T00:51:04.029Z] + PACKAGES=/tmp/packages_end.txt [2020-08-20T00:51:04.029Z] + case "${OS_FAMILY}" in [2020-08-20T00:51:04.029Z] + rpm -qa [2020-08-20T00:51:04.029Z] + sort [2020-08-20T00:51:08.242Z] + '[' -f /tmp/packages_start.txt ']' [2020-08-20T00:51:08.242Z] + '[' -f /tmp/packages_end.txt ']' [2020-08-20T00:51:08.242Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-08-20T00:51:08.242Z] + '[' /w/workspace/edgex-go/8 ']' [2020-08-20T00:51:08.242Z] + mkdir -p /w/workspace/edgex-go/8/archives/ [2020-08-20T00:51:08.242Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/8/archives/ [Pipeline] isUnix [Pipeline] sh [2020-08-20T00:51:08.984Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-20T00:51:08.984Z] [2020-08-20T00:51:08.984Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-08-20T00:51:09.331Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-20T00:51:09.331Z] alpine: Pulling from edgex-lftools-log-publisher [2020-08-20T00:51:09.331Z] c9b1b535fdd9: Pulling fs layer [2020-08-20T00:51:09.331Z] 2cc5ad85d9ab: Pulling fs layer [2020-08-20T00:51:09.331Z] 756a868c4378: Pulling fs layer [2020-08-20T00:51:09.331Z] 444b2fc9a129: Pulling fs layer [2020-08-20T00:51:09.331Z] ea15f1150254: Pulling fs layer [2020-08-20T00:51:09.331Z] 41b27a9f41bf: Pulling fs layer [2020-08-20T00:51:09.331Z] 28c525ee5125: Pulling fs layer [2020-08-20T00:51:09.331Z] 094b1ea09ed8: Pulling fs layer [2020-08-20T00:51:09.331Z] 138eaada9080: Pulling fs layer [2020-08-20T00:51:09.331Z] 0622d0fa9048: Pulling fs layer [2020-08-20T00:51:09.331Z] 444b2fc9a129: Waiting [2020-08-20T00:51:09.331Z] ea15f1150254: Waiting [2020-08-20T00:51:09.331Z] 28c525ee5125: Waiting [2020-08-20T00:51:09.331Z] 138eaada9080: Waiting [2020-08-20T00:51:09.331Z] 41b27a9f41bf: Waiting [2020-08-20T00:51:09.331Z] 094b1ea09ed8: Waiting [2020-08-20T00:51:09.331Z] 0622d0fa9048: Waiting [2020-08-20T00:51:09.331Z] 2cc5ad85d9ab: Download complete [2020-08-20T00:51:09.331Z] 444b2fc9a129: Verifying Checksum [2020-08-20T00:51:09.331Z] 444b2fc9a129: Download complete [2020-08-20T00:51:09.331Z] c9b1b535fdd9: Verifying Checksum [2020-08-20T00:51:09.331Z] c9b1b535fdd9: Download complete [2020-08-20T00:51:09.603Z] ea15f1150254: Download complete [2020-08-20T00:51:09.603Z] 28c525ee5125: Download complete [2020-08-20T00:51:09.879Z] 756a868c4378: Verifying Checksum [2020-08-20T00:51:09.879Z] 756a868c4378: Download complete [2020-08-20T00:51:09.879Z] c9b1b535fdd9: Pull complete [2020-08-20T00:51:09.879Z] 138eaada9080: Verifying Checksum [2020-08-20T00:51:09.879Z] 138eaada9080: Download complete [2020-08-20T00:51:10.145Z] 0622d0fa9048: Verifying Checksum [2020-08-20T00:51:10.145Z] 0622d0fa9048: Download complete [2020-08-20T00:51:10.145Z] 094b1ea09ed8: Verifying Checksum [2020-08-20T00:51:10.145Z] 094b1ea09ed8: Download complete [2020-08-20T00:51:10.145Z] 2cc5ad85d9ab: Pull complete [2020-08-20T00:51:10.416Z] 41b27a9f41bf: Verifying Checksum [2020-08-20T00:51:10.416Z] 41b27a9f41bf: Download complete [2020-08-20T00:51:11.806Z] 756a868c4378: Pull complete [2020-08-20T00:51:12.066Z] 444b2fc9a129: Pull complete [2020-08-20T00:51:12.327Z] ea15f1150254: Pull complete [2020-08-20T00:51:17.641Z] 41b27a9f41bf: Pull complete [2020-08-20T00:51:17.901Z] 28c525ee5125: Pull complete [2020-08-20T00:51:21.212Z] 094b1ea09ed8: Pull complete [2020-08-20T00:51:21.212Z] 138eaada9080: Pull complete [2020-08-20T00:51:21.212Z] 0622d0fa9048: Pull complete [2020-08-20T00:51:21.212Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-08-20T00:51:21.212Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-20T00:51:21.212Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-08-20T00:51:21.362Z] prd-centos7-docker-4c-2g-544 does not seem to be running inside a container [2020-08-20T00:51:21.413Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-08-20T00:51:26.985Z] $ docker top 301a3ad5f58c5a17183486c96bb7da81a8fa59dc69d2630bc14e317da72884dd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-08-20T00:51:27.277Z] provisioning config files... [2020-08-20T00:51:27.294Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/8@tmp/config2993651062568088632tmp [Pipeline] { [Pipeline] echo [2020-08-20T00:51:27.367Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-20T00:51:27.663Z] ---> create-netrc.sh [Pipeline] echo [2020-08-20T00:51:27.672Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-20T00:51:27.971Z] ---> logs-deploy.sh [2020-08-20T00:51:27.971Z] + ARCHIVE_ARTIFACTS= [2020-08-20T00:51:27.971Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-08-20T00:51:27.971Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-08-20T00:51:27.971Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-08-20T00:51:27.971Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2659/8 [2020-08-20T00:51:27.971Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2659/8/ [2020-08-20T00:51:27.971Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2659/8 /w/workspace/edgex-go/8 [2020-08-20T00:51:28.912Z] Archives upload complete. [2020-08-20T00:51:29.173Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2659/8 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2659/8/