Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from a04406103a62564c13dcc9fb2d65b5b68ac6555c+a7fc36b9b3e04c465199d9026bf92f5d2cd5f3b5 (80cbab6b458fee1176cb2b6ec67531cd763db708) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 # timeout=10 Commit message: "Merge pull request #220 from ernestojeda/fix-arm64-semver" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, goVersion:1.13, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 [Pipeline] node Still waiting to schedule task Waiting for next available executor Running on prd-centos7-docker-4c-2g-1527 in /w/workspace/edgexfoundry_edgex-go_PR-2633 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/6 [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/6 # 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/2633/head:refs/remotes/origin/PR-2633 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit a7fc36b9b3e04c465199d9026bf92f5d2cd5f3b5 into PR head commit a04406103a62564c13dcc9fb2d65b5b68ac6555c Merge succeeded, producing a7153917a42af36eb2b3d43c7af3a9dfec8c70f9 Checking out Revision a7153917a42af36eb2b3d43c7af3a9dfec8c70f9 (PR-2633) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/2633/head:refs/remotes/origin/PR-2633 # 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/2633/head:refs/remotes/origin/PR-2633 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a04406103a62564c13dcc9fb2d65b5b68ac6555c # 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 a7fc36b9b3e04c465199d9026bf92f5d2cd5f3b5 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a7153917a42af36eb2b3d43c7af3a9dfec8c70f9 # timeout=10 Commit message: "Merge commit 'a7fc36b9b3e04c465199d9026bf92f5d2cd5f3b5' into HEAD" First time build. Skipping changelog. > git rev-list --no-walk b5f8a1e9e69c28684bbce1f359ed783a6f1b952a # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 04:29:47 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 04:29:47 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 04:29:47 ========================================================= 04:29:47 EdgeX Global Pipelines Version Info 04:29:47 ========================================================= [Pipeline] libraryResource [Pipeline] sh 04:29:50 ------------------- 04:29:50 stable info: 04:29:50 ------------------- 04:29:50 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 04:29:50 Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 04:29:50 Message: update stable to v1.0.106 04:29:52 ------------------- 04:29:52 experimental info: 04:29:52 ------------------- 04:29:52 Commited By: **** collab-it+edgex@linuxfoundation.org 04:29:52 Commit SHA: 8052d86f4e87d6cf935ce8d66320619a0984c2cc 04:29:52 Message: update experimental to v1.0.109 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] sh 04:29:54 ++ 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 04:29:54 + for file in '`ls cmd/**/Dockerfile`' 04:29:54 ++ dirname cmd/core-command/Dockerfile 04:29:54 ++ cut -d/ -f2 04:29:54 + echo core-command,cmd/core-command/Dockerfile 04:29:54 + for file in '`ls cmd/**/Dockerfile`' 04:29:54 ++ dirname cmd/core-data/Dockerfile 04:29:54 ++ cut -d/ -f2 04:29:54 + echo core-data,cmd/core-data/Dockerfile 04:29:54 + for file in '`ls cmd/**/Dockerfile`' 04:29:54 ++ dirname cmd/core-metadata/Dockerfile 04:29:54 ++ cut -d/ -f2 04:29:54 + echo core-metadata,cmd/core-metadata/Dockerfile 04:29:54 + for file in '`ls cmd/**/Dockerfile`' 04:29:54 ++ dirname cmd/security-proxy-setup/Dockerfile 04:29:54 ++ cut -d/ -f2 04:29:54 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 04:29:54 + for file in '`ls cmd/**/Dockerfile`' 04:29:54 ++ dirname cmd/security-secrets-setup/Dockerfile 04:29:54 ++ cut -d/ -f2 04:29:54 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 04:29:54 + for file in '`ls cmd/**/Dockerfile`' 04:29:54 ++ dirname cmd/security-secretstore-setup/Dockerfile 04:29:54 ++ cut -d/ -f2 04:29:54 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 04:29:54 + for file in '`ls cmd/**/Dockerfile`' 04:29:54 ++ dirname cmd/support-logging/Dockerfile 04:29:54 ++ cut -d/ -f2 04:29:54 + echo support-logging,cmd/support-logging/Dockerfile 04:29:54 + for file in '`ls cmd/**/Dockerfile`' 04:29:54 ++ dirname cmd/support-notifications/Dockerfile 04:29:54 ++ cut -d/ -f2 04:29:54 + echo support-notifications,cmd/support-notifications/Dockerfile 04:29:54 + for file in '`ls cmd/**/Dockerfile`' 04:29:54 ++ cut -d/ -f2 04:29:54 ++ dirname cmd/support-scheduler/Dockerfile 04:29:54 + echo support-scheduler,cmd/support-scheduler/Dockerfile 04:29:54 + for file in '`ls cmd/**/Dockerfile`' 04:29:54 ++ dirname cmd/sys-mgmt-agent/Dockerfile 04:29:54 ++ cut -d/ -f2 04:29:54 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 04:29:54 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 04:29:55 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:29:55 04:29:55 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 04:29:55 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:29:55 latest: Pulling from edgex-devops/git-semver 04:29:55 31603596830f: Pulling fs layer 04:29:55 2a8b12db71e7: Pulling fs layer 04:29:55 6ca5941a6612: Pulling fs layer 04:29:55 ecc8261a40a4: Pulling fs layer 04:29:55 ecc8261a40a4: Waiting 04:29:55 2a8b12db71e7: Verifying Checksum 04:29:55 2a8b12db71e7: Download complete 04:29:55 31603596830f: Verifying Checksum 04:29:55 31603596830f: Download complete 04:29:56 6ca5941a6612: Verifying Checksum 04:29:56 6ca5941a6612: Download complete 04:29:56 ecc8261a40a4: Verifying Checksum 04:29:56 ecc8261a40a4: Download complete 04:29:56 31603596830f: Pull complete 04:29:56 2a8b12db71e7: Pull complete 04:29:57 6ca5941a6612: Pull complete 04:29:57 ecc8261a40a4: Pull complete 04:29:57 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 04:29:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:29:57 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 04:29:57 prd-centos7-docker-4c-2g-1527 does not seem to be running inside a container 04:29:57 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 04:29:59 $ docker top da15fa312fddfc16185e5557cdf3e3f93f2eda5a772d086299bf63d6c9fa8b47 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:29:59 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:29:59 [ssh-agent] Looking for ssh-agent implementation... 04:30:00 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:30:00 $ docker exec da15fa312fddfc16185e5557cdf3e3f93f2eda5a772d086299bf63d6c9fa8b47 ssh-agent 04:30:00 SSH_AUTH_SOCK=/tmp/ssh-3vJa5mYEw0aP/agent.12 04:30:00 SSH_AGENT_PID=17 04:30:00 Running ssh-add (command line suppressed) 04:30:00 Identity added: /w/workspace/edgex-go/6@tmp/private_key_1174109983944320201.key (/w/workspace/edgex-go/6@tmp/private_key_1174109983944320201.key) 04:30:00 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:30:00 + git describe --exact-match --tags HEAD 04:30:00 fatal: No names found, cannot describe anything. [Pipeline] } 04:30:00 $ docker exec --env ******** --env ******** da15fa312fddfc16185e5557cdf3e3f93f2eda5a772d086299bf63d6c9fa8b47 ssh-agent -k 04:30:01 unset SSH_AUTH_SOCK; 04:30:01 unset SSH_AGENT_PID; 04:30:01 echo Agent pid 17 killed; 04:30:01 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 04:30:01 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 04:30:01 This usually means this commit has not been tagged. [Pipeline] sshagent 04:30:01 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:30:01 [ssh-agent] Looking for ssh-agent implementation... 04:30:01 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:30:01 $ docker exec da15fa312fddfc16185e5557cdf3e3f93f2eda5a772d086299bf63d6c9fa8b47 ssh-agent 04:30:01 SSH_AUTH_SOCK=/tmp/ssh-QPwhPh32aDZm/agent.46 04:30:01 SSH_AGENT_PID=51 04:30:01 Running ssh-add (command line suppressed) 04:30:01 Identity added: /w/workspace/edgex-go/6@tmp/private_key_4572575163117454334.key (/w/workspace/edgex-go/6@tmp/private_key_4572575163117454334.key) 04:30:01 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:30:02 + git semver init 04:30:02 # -> Open(): unable to determine branch for HEAD 04:30:02 # $GIT_DIR = /w/workspace/edgex-go/6/.git 04:30:02 # $GIT_WORK_TREE = /w/workspace/edgex-go/6 04:30:02 # $SEMVER_REMOTE_NAME = origin 04:30:02 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 04:30:02 # $SEMVER_USER_NAME = edgex-jenkins 04:30:02 # $SEMVER_BRANCH = PR-2633 04:30:02 # $SEMVER_TEMP = /tmp/semver-386681535 04:30:02 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 04:30:24 # '/tmp/semver-386681535' -> '/w/workspace/edgex-go/6/.semver' 04:30:24 # -> Force: false 04:30:24 # $SEMVER_DIR = /w/workspace/edgex-go/6/.semver [Pipeline] } 04:30:24 $ docker exec --env ******** --env ******** da15fa312fddfc16185e5557cdf3e3f93f2eda5a772d086299bf63d6c9fa8b47 ssh-agent -k 04:30:24 unset SSH_AUTH_SOCK; 04:30:24 unset SSH_AGENT_PID; 04:30:24 echo Agent pid 51 killed; 04:30:24 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:30:24 + git semver [Pipeline] } 04:30:24 $ docker stop --time=1 da15fa312fddfc16185e5557cdf3e3f93f2eda5a772d086299bf63d6c9fa8b47 04:30:26 $ docker rm -f da15fa312fddfc16185e5557cdf3e3f93f2eda5a772d086299bf63d6c9fa8b47 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 04:30:39 Stashed 28 file(s) [Pipeline] echo 04:30:39 [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 04:30:39 ========================================================= 04:30:39 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 04:30:39 ========================================================= [Pipeline] isUnix [Pipeline] sh 04:30:39 + 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 . 04:30:43 Sending build context to Docker daemon 322.9MB 04:30:43 Step 1/7 : ARG BASE=golang:1.13-alpine 04:30:43 Step 2/7 : FROM ${BASE} 04:30:43 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 04:30:43 df20fa9351a1: Pulling fs layer 04:30:43 ed8968b2872e: Pulling fs layer 04:30:43 a92cc7c5fd73: Pulling fs layer 04:30:43 2dd03ba5bac4: Pulling fs layer 04:30:43 1e091d79d1de: Pulling fs layer 04:30:43 481702a1767f: Pulling fs layer 04:30:43 f64a6f60c768: Pulling fs layer 04:30:43 e78d2573fc39: Pulling fs layer 04:30:43 e876d2f968b6: Pulling fs layer 04:30:43 ce8a83651883: Pulling fs layer 04:30:43 07967f4d0e4b: Pulling fs layer 04:30:43 2dd03ba5bac4: Waiting 04:30:43 1e091d79d1de: Waiting 04:30:43 481702a1767f: Waiting 04:30:43 f64a6f60c768: Waiting 04:30:43 e78d2573fc39: Waiting 04:30:43 ce8a83651883: Waiting 04:30:43 07967f4d0e4b: Waiting 04:30:43 e876d2f968b6: Waiting 04:30:43 a92cc7c5fd73: Verifying Checksum 04:30:43 a92cc7c5fd73: Download complete 04:30:43 ed8968b2872e: Verifying Checksum 04:30:43 ed8968b2872e: Download complete 04:30:43 1e091d79d1de: Verifying Checksum 04:30:43 1e091d79d1de: Download complete 04:30:43 481702a1767f: Download complete 04:30:43 df20fa9351a1: Verifying Checksum 04:30:43 df20fa9351a1: Download complete 04:30:43 df20fa9351a1: Pull complete 04:30:43 f64a6f60c768: Verifying Checksum 04:30:43 f64a6f60c768: Download complete 04:30:44 e78d2573fc39: Verifying Checksum 04:30:44 e78d2573fc39: Download complete 04:30:44 2dd03ba5bac4: Verifying Checksum 04:30:44 2dd03ba5bac4: Download complete 04:30:44 e876d2f968b6: Verifying Checksum 04:30:44 e876d2f968b6: Download complete 04:30:44 07967f4d0e4b: Verifying Checksum 04:30:44 07967f4d0e4b: Download complete 04:30:45 ce8a83651883: Verifying Checksum 04:30:45 ce8a83651883: Download complete 04:30:45 ed8968b2872e: Pull complete 04:30:45 a92cc7c5fd73: Pull complete 04:30:51 2dd03ba5bac4: Pull complete 04:30:51 1e091d79d1de: Pull complete 04:30:51 481702a1767f: Pull complete 04:30:54 Still waiting to schedule task 04:30:54 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 04:31:01 f64a6f60c768: Pull complete 04:31:02 e78d2573fc39: Pull complete 04:31:02 e876d2f968b6: Pull complete 04:31:03 ce8a83651883: Pull complete 04:31:03 07967f4d0e4b: Pull complete 04:31:03 Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe 04:31:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 04:31:03 ---> 5d7c900382c6 04:31:03 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 04:31:05 ---> Running in 6f23e1ed8d6e 04:31:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:31:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:31:07 (1/12) Installing libmagic (5.38-r0) 04:31:07 (2/12) Installing file (5.38-r0) 04:31:07 (3/12) Installing libc-dev (0.7.2-r3) 04:31:07 (4/12) Installing g++ (9.3.0-r2) 04:31:11 (5/12) Installing fortify-headers (1.1-r0) 04:31:11 (6/12) Installing patch (2.7.6-r6) 04:31:11 (7/12) Installing build-base (0.5-r2) 04:31:11 (8/12) Installing libsodium (1.0.18-r0) 04:31:11 (9/12) Installing pkgconf (1.7.2-r0) 04:31:11 (10/12) Installing libsodium-dev (1.0.18-r0) 04:31:12 (11/12) Installing libzmq (4.3.2-r0) 04:31:12 (12/12) Installing zeromq-dev (4.3.2-r0) 04:31:12 Executing busybox-1.31.1-r16.trigger 04:31:12 OK: 233 MiB in 51 packages 04:31:16 Removing intermediate container 6f23e1ed8d6e 04:31:16 ---> a3e281f4d712 04:31:16 Step 4/7 : WORKDIR /edgex-go 04:31:16 ---> Running in a7bdd252a066 04:31:16 Removing intermediate container a7bdd252a066 04:31:16 ---> a2021eb49a57 04:31:16 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 04:31:16 latest: Pulling from library/docker 04:31:16 df20fa9351a1: Already exists 04:31:16 25ad7478873d: Pulling fs layer 04:31:16 4684f6177b5d: Pulling fs layer 04:31:16 46e300cec669: Pulling fs layer 04:31:16 63038576ad94: Pulling fs layer 04:31:16 0fdb76c4706c: Pulling fs layer 04:31:16 cb7edeffdfd5: Pulling fs layer 04:31:16 63038576ad94: Waiting 04:31:16 0fdb76c4706c: Waiting 04:31:16 cb7edeffdfd5: Waiting 04:31:16 4684f6177b5d: Verifying Checksum 04:31:16 4684f6177b5d: Download complete 04:31:16 25ad7478873d: Download complete 04:31:16 0fdb76c4706c: Verifying Checksum 04:31:16 0fdb76c4706c: Download complete 04:31:16 63038576ad94: Verifying Checksum 04:31:16 63038576ad94: Download complete 04:31:16 25ad7478873d: Pull complete 04:31:16 cb7edeffdfd5: Verifying Checksum 04:31:16 cb7edeffdfd5: Download complete 04:31:16 4684f6177b5d: Pull complete 04:31:17 46e300cec669: Verifying Checksum 04:31:17 46e300cec669: Download complete 04:31:19 46e300cec669: Pull complete 04:31:19 63038576ad94: Pull complete 04:31:19 0fdb76c4706c: Pull complete 04:31:19 cb7edeffdfd5: Pull complete 04:31:19 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 04:31:19 Status: Downloaded newer image for docker:latest 04:31:21 ---> c29c899c5d09 04:31:21 Step 6/7 : COPY go.mod . 04:31:21 ---> 609a70abf072 04:31:21 Step 7/7 : RUN go mod download 04:31:21 ---> Running in 2bc277231972 04:31:24 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 04:31:24 go: finding github.com/BurntSushi/toml v0.3.1 04:31:24 go: finding github.com/OneOfOne/xxhash v1.2.5 04:31:24 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 04:31:24 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 04:31:24 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 04:31:24 go: finding github.com/bgentry/speakeasy v0.1.0 04:31:24 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 04:31:24 go: finding github.com/cloudflare/gokey v0.1.0 04:31:24 go: finding github.com/davecgh/go-spew v1.1.1 04:31:24 go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible 04:31:24 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 04:31:24 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 04:31:24 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 04:31:24 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 04:31:24 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 04:31:24 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 04:31:24 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 04:31:24 go: finding github.com/fatih/color v1.7.0 04:31:24 go: finding github.com/fsnotify/fsnotify v1.4.7 04:31:24 go: finding github.com/fxamacker/cbor/v2 v2.2.0 04:31:24 go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 04:31:24 go: finding github.com/go-kit/kit v0.8.0 04:31:24 go: finding github.com/go-logfmt/logfmt v0.4.0 04:31:24 go: finding github.com/go-redis/redis/v7 v7.2.0 04:31:24 go: finding github.com/go-stack/stack v1.8.0 04:31:24 go: finding github.com/golang/protobuf v1.3.2 04:31:24 go: finding github.com/gomodule/redigo v2.0.0+incompatible 04:31:24 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 04:31:24 go: finding github.com/google/uuid v1.1.0 04:31:24 go: finding github.com/gorilla/mux v1.7.1 04:31:24 go: finding github.com/hashicorp/consul/api v1.1.0 04:31:24 go: finding github.com/hashicorp/consul/sdk v0.1.1 04:31:24 go: finding github.com/hashicorp/errwrap v1.0.0 04:31:24 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 04:31:24 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 04:31:24 go: finding github.com/hashicorp/go-msgpack v0.5.3 04:31:24 go: finding github.com/hashicorp/go-multierror v1.0.0 04:31:24 go: finding github.com/hashicorp/go-rootcerts v1.0.0 04:31:24 go: finding github.com/hashicorp/go-sockaddr v1.0.0 04:31:24 go: finding github.com/hashicorp/go-syslog v1.0.0 04:31:24 go: finding github.com/hashicorp/go-uuid v1.0.1 04:31:25 go: finding github.com/hashicorp/go.net v0.0.1 04:31:25 go: finding github.com/hashicorp/golang-lru v0.5.0 04:31:25 go: finding github.com/hashicorp/logutils v1.0.0 04:31:25 go: finding github.com/hashicorp/mdns v1.0.0 04:31:25 go: finding github.com/hashicorp/memberlist v0.1.3 04:31:25 go: finding github.com/hashicorp/serf v0.8.2 04:31:25 go: finding github.com/hpcloud/tail v1.0.0 04:31:25 go: finding github.com/imdario/mergo v0.3.6 04:31:25 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 04:31:25 go: finding github.com/kr/pretty v0.1.0 04:31:25 go: finding github.com/kr/pty v1.1.1 04:31:25 go: finding github.com/kr/text v0.1.0 04:31:25 go: finding github.com/mattn/go-colorable v0.0.9 04:31:25 go: finding github.com/mattn/go-isatty v0.0.3 04:31:25 go: finding github.com/miekg/dns v1.0.14 04:31:25 go: finding github.com/mitchellh/cli v1.0.0 04:31:25 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 04:31:25 go: finding github.com/mitchellh/copystructure v1.0.0 04:31:25 go: finding github.com/mitchellh/go-homedir v1.0.0 04:31:25 go: finding github.com/mitchellh/go-testing-interface v1.0.0 04:31:25 go: finding github.com/mitchellh/gox v0.4.0 04:31:25 go: finding github.com/mitchellh/iochan v1.0.0 04:31:25 go: finding github.com/mitchellh/mapstructure v1.1.2 04:31:25 go: finding github.com/mitchellh/reflectwalk v1.0.0 04:31:25 go: finding github.com/onsi/ginkgo v1.10.1 04:31:25 go: finding github.com/onsi/gomega v1.7.0 04:31:25 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 04:31:25 go: finding github.com/pebbe/zmq4 v1.0.0 04:31:25 go: finding github.com/pelletier/go-toml v1.2.0 04:31:25 go: finding github.com/pkg/errors v0.8.1 04:31:25 go: finding github.com/pmezard/go-difflib v1.0.0 04:31:25 go: finding github.com/posener/complete v1.1.1 04:31:25 go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 04:31:25 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 04:31:25 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 04:31:25 go: finding github.com/stretchr/objx v0.1.0 04:31:25 go: finding github.com/stretchr/testify v1.5.1 04:31:25 go: finding github.com/ugorji/go v1.1.4 04:31:25 go: finding github.com/x448/float16 v0.8.4 04:31:25 go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 04:31:25 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 04:31:25 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 04:31:25 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 04:31:25 go: finding golang.org/x/text v0.3.2 04:31:25 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 04:31:25 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 04:31:25 go: finding gopkg.in/eapache/queue.v1 v1.1.0 04:31:25 go: finding gopkg.in/fsnotify.v1 v1.4.7 04:31:26 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 04:31:26 go: finding gopkg.in/yaml.v2 v2.2.8 04:31:38 Removing intermediate container 2bc277231972 04:31:38 ---> f10412e3ebed 04:31:38 Successfully built f10412e3ebed 04:31:38 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 04:31:38 + docker inspect -f . ci-base-image-x86_64 04:31:38 . [Pipeline] withDockerContainer 04:31:38 prd-centos7-docker-4c-2g-1527 does not seem to be running inside a container 04:31:39 $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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 ******** ci-base-image-x86_64 cat 04:31:39 $ docker top 4eb6bacb8c0acffa64d1e49dde0de7a83a41496b17f33b4614f232ead3565679 -eo pid,comm [Pipeline] { [Pipeline] sh 04:31:40 + go version 04:31:40 go version go1.13.13 linux/amd64 [Pipeline] echo 04:31:40 ========================================================= 04:31:40 [edgeXBuildGoParallel] Running Tests and Build... 04:31:40 ========================================================= [Pipeline] sh 04:31:40 + make test 04:31:40 GO111MODULE=on go test -coverprofile=coverage.out ./... 04:31:42 ? github.com/edgexfoundry/edgex-go [no test files] 04:31:52 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 04:31:56 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 04:31:56 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 04:31:56 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 04:31:56 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 04:31:57 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.020s 04:31:57 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 04:31:57 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 04:31:57 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 04:31:58 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 04:31:58 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 04:31:58 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 04:31:58 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 04:31:58 ? github.com/edgexfoundry/edgex-go/internal [no test files] 04:32:04 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.026s coverage: 46.6% of statements 04:32:04 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 04:32:04 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 04:32:04 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 04:32:04 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 04:32:04 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 04:32:06 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.057s coverage: 27.4% of statements 04:32:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 04:32:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 04:32:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 04:32:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 04:32:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 04:32:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 04:32:06 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.012s coverage: 100.0% of statements 04:32:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 04:32:06 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.005s coverage: 100.0% of statements 04:32:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 04:32:07 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.060s coverage: 29.3% of statements 04:32:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 04:32:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 04:32:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 04:32:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 04:32:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 04:32:07 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.022s coverage: 100.0% of statements 04:32:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 04:32:07 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.006s coverage: 100.0% of statements 04:32:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 04:32:08 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.036s coverage: 89.8% of statements 04:32:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 04:32:08 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.032s coverage: 97.5% of statements 04:32:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 04:32:08 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.015s coverage: 100.0% of statements 04:32:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 04:32:08 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 04:32:08 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 04:32:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 04:32:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 04:32:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 04:32:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 04:32:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 04:32:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 04:32:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 04:32:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 04:32:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 04:32:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 04:32:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 04:32:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 04:32:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 04:32:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 04:32:08 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.043s coverage: 58.8% of statements 04:32:10 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.060s coverage: 63.5% of statements 04:32:10 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 04:32:10 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 04:32:10 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.005s coverage: 100.0% of statements 04:32:11 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.095s coverage: 55.9% of statements 04:32:11 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 04:32:11 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 04:32:11 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 04:32:11 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 04:32:19 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 7.257s coverage: 86.3% of statements 04:32:19 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 04:32:19 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.288s coverage: 72.2% of statements 04:32:19 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.098s coverage: 72.1% of statements 04:32:19 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.026s coverage: 82.4% of statements 04:32:19 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.008s coverage: 48.4% of statements 04:32:19 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 04:32:19 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 04:32:19 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 04:32:19 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.023s coverage: 28.8% of statements 04:32:19 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 04:32:19 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.026s coverage: 96.8% of statements 04:32:19 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 04:32:19 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.032s coverage: 26.9% of statements 04:32:19 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 04:32:19 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 04:32:19 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.062s coverage: 84.1% of statements 04:32:19 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.010s coverage: 100.0% of statements 04:32:19 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.006s coverage: 43.1% of statements 04:32:19 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 04:32:19 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 04:32:19 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.005s coverage: 100.0% of statements 04:32:19 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 04:32:19 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.041s coverage: 83.8% of statements 04:32:19 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 04:32:19 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.039s coverage: 45.1% of statements 04:32:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 04:32:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 04:32:19 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.014s coverage: 100.0% of statements 04:32:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 04:32:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 04:32:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 04:32:19 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.013s coverage: 100.0% of statements 04:32:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 04:32:19 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.023s coverage: 100.0% of statements 04:32:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 04:32:20 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.065s coverage: 29.1% of statements 04:32:20 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 04:32:20 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 04:32:20 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 04:32:20 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 04:32:20 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 04:32:20 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.012s coverage: 99.0% of statements 04:32:20 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 04:32:20 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.018s coverage: 100.0% of statements 04:32:20 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 04:32:20 ok github.com/edgexfoundry/edgex-go/internal/system 0.006s coverage: 0.0% of statements 04:32:20 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 04:32:20 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.013s coverage: 100.0% of statements 04:32:20 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 04:32:20 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 04:32:20 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 04:32:20 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 04:32:21 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.008s coverage: 87.9% of statements 04:32:21 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 04:32:21 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 04:32:21 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.014s coverage: 100.0% of statements 04:32:21 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.005s coverage: 32.1% of statements 04:32:21 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.006s coverage: 100.0% of statements 04:32:22 GO111MODULE=on go vet ./... 04:32:27 gofmt -l . 04:32:28 [ "`gofmt -l .`" = "" ] 04:32:28 ./bin/test-go-mod-tidy.sh 04:32:29 ./bin/test-attribution-txt.sh [Pipeline] sh 04:32:30 + ls -al . 04:32:30 total 556 04:32:30 drwxrwxr-x 10 1001 1001 4096 Jul 30 04:32 . 04:32:30 drwxr-xr-x 4 root root 28 Jul 30 04:31 .. 04:32:30 -rw-rw-r-- 1 1001 1001 11 Jul 30 04:29 .dockerignore 04:32:30 drwxrwxr-x 8 1001 1001 179 Jul 30 04:29 .git 04:32:30 drwxrwxr-x 3 1001 1001 60 Jul 30 04:29 .github 04:32:30 -rw-rw-r-- 1 1001 1001 932 Jul 30 04:29 .gitignore 04:32:30 drwx------ 3 1001 1001 47 Jul 30 04:30 .semver 04:32:30 -rw-rw-r-- 1 1001 1001 166 Jul 30 04:29 .sonarcloud.properties 04:32:30 -rw-rw-r-- 1 1001 1001 3804 Jul 30 04:29 CONTRIBUTING.md 04:32:30 -rw-rw-r-- 1 1001 1001 1035 Jul 30 04:29 Dockerfile.build 04:32:30 -rw-rw-r-- 1 1001 1001 865 Jul 30 04:29 Jenkinsfile 04:32:30 -rw-rw-r-- 1 1001 1001 10775 Jul 30 04:29 LICENSE 04:32:30 -rw-rw-r-- 1 1001 1001 6237 Jul 30 04:29 Makefile 04:32:30 -rw-rw-r-- 1 1001 1001 5652 Jul 30 04:29 README.md 04:32:30 -rw-rw-r-- 1 1001 1001 7111 Jul 30 04:29 SECURITY.md 04:32:30 -rw-rw-r-- 1 1001 1001 5 Jul 30 04:30 VERSION 04:32:30 -rw-rw-r-- 1 1001 1001 4131 Jul 30 04:29 ZMQWindows.md 04:32:30 drwxrwxr-x 2 1001 1001 117 Jul 30 04:29 bin 04:32:30 drwxrwxr-x 15 1001 1001 4096 Jul 30 04:29 cmd 04:32:30 -rw-r--r-- 1 root root 456067 Jul 30 04:32 coverage.out 04:32:30 -rw-r--r-- 1 root root 1019 Jul 30 04:32 go.mod 04:32:30 -rw-r--r-- 1 root root 18146 Jul 30 04:32 go.sum 04:32:30 drwxrwxr-x 8 1001 1001 127 Jul 30 04:29 internal 04:32:30 drwxrwxr-x 4 1001 1001 26 Jul 30 04:29 openapi 04:32:30 drwxrwxr-x 4 1001 1001 71 Jul 30 04:29 snap 04:32:30 -rw-rw-r-- 1 1001 1001 168 Jul 30 04:29 version.go [Pipeline] sh 04:32:30 Running on prd-ubuntu18.04-docker-arm64-4c-16g-1531 in /w/workspace/edgexfoundry_edgex-go_PR-2633 [Pipeline] { [Pipeline] ws 04:32:30 Running in /w/workspace/edgex-go/6 [Pipeline] { 04:32:30 + '[' -e coverage.out ] 04:32:30 + chown 1001:1001 coverage.out [Pipeline] stash [Pipeline] checkout 04:32:30 Stashed 1 file(s) [Pipeline] sh 04:32:31 + make build 04:32:31 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 04:32:36 using credential edgex-jenkins-ssh 04:32:36 Cloning the remote Git repository 04:32:36 Cloning with configured refspecs honoured and without tags 04:32:36 Cloning repository git@github.com:edgexfoundry/edgex-go.git 04:32:36 > git init /w/workspace/edgex-go/6 # timeout=10 04:32:36 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 04:32:36 > git --version # timeout=10 04:32:36 using GIT_SSH to set credentials SSH Credentials for GitHub 04:32:36 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2633/head:refs/remotes/origin/PR-2633 +refs/heads/master:refs/remotes/origin/master # timeout=10 04:32:37 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 04:32:40 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 04:32:41 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 04:32:42 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 04:32:45 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 04:32:46 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 04:32:48 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 04:32:49 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 04:32:51 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 04:32:52 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 04:32:52 Fetching without tags 04:32:52 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 04:32:52 > git config --add remote.origin.fetch +refs/pull/2633/head:refs/remotes/origin/PR-2633 # timeout=10 04:32:52 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 04:32:52 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 04:32:52 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 04:32:52 using GIT_SSH to set credentials SSH Credentials for GitHub 04:32:52 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2633/head:refs/remotes/origin/PR-2633 +refs/heads/master:refs/remotes/origin/master # timeout=10 04:32:53 Merging remotes/origin/master commit a7fc36b9b3e04c465199d9026bf92f5d2cd5f3b5 into PR head commit a04406103a62564c13dcc9fb2d65b5b68ac6555c 04:32:54 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 04:32:54 Merge succeeded, producing 7f3fcd2cdc3227dce166b3b0bc0bfa2967ac81eb 04:32:54 Checking out Revision 7f3fcd2cdc3227dce166b3b0bc0bfa2967ac81eb (PR-2633) 04:32:53 > git config core.sparsecheckout # timeout=10 04:32:53 > git checkout -f a04406103a62564c13dcc9fb2d65b5b68ac6555c # timeout=10 04:32:54 > git remote # timeout=10 04:32:54 > git config --get remote.origin.url # timeout=10 04:32:54 using GIT_SSH to set credentials SSH Credentials for GitHub 04:32:54 > git merge a7fc36b9b3e04c465199d9026bf92f5d2cd5f3b5 # timeout=10 04:32:54 > git rev-parse HEAD^{commit} # timeout=10 04:32:54 > git config core.sparsecheckout # timeout=10 04:32:54 > git checkout -f 7f3fcd2cdc3227dce166b3b0bc0bfa2967ac81eb # timeout=10 04:32:55 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] } 04:32:56 $ docker stop --time=1 4eb6bacb8c0acffa64d1e49dde0de7a83a41496b17f33b4614f232ead3565679 04:32:58 $ docker rm -f 4eb6bacb8c0acffa64d1e49dde0de7a83a41496b17f33b4614f232ead3565679 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { 04:32:59 Commit message: "Merge commit 'a7fc36b9b3e04c465199d9026bf92f5d2cd5f3b5' into HEAD" 04:32:59 First time build. Skipping changelog. 04:32:59 > git rev-list --no-walk b5f8a1e9e69c28684bbce1f359ed783a6f1b952a # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash 04:33:01 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:33:01 04:33:01 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 04:33:01 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:33:01 latest: Pulling from edgex-devops/edgex-compose 04:33:01 cbdbe7a5bc2a: Pulling fs layer 04:33:01 ca9280d653b3: Pulling fs layer 04:33:01 7e9c9ca2126c: Pulling fs layer 04:33:01 cbdbe7a5bc2a: Verifying Checksum 04:33:01 cbdbe7a5bc2a: Download complete 04:33:01 ca9280d653b3: Verifying Checksum 04:33:01 ca9280d653b3: Download complete 04:33:01 cbdbe7a5bc2a: Pull complete 04:33:02 7e9c9ca2126c: Verifying Checksum 04:33:02 7e9c9ca2126c: Download complete 04:33:02 ca9280d653b3: Pull complete 04:33:09 7e9c9ca2126c: Pull complete 04:33:09 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 04:33:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:33:09 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 04:33:09 prd-centos7-docker-4c-2g-1527 does not seem to be running inside a container 04:33:09 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 04:33:11 $ docker top b5411eaa13b005b6eb709962683b367c01d1c9aba9ff3a7532ed454f3dd3bf73 -eo pid,comm [Pipeline] { [Pipeline] sh 04:33:11 + docker-compose build --help 04:33:11 + grep parallel 04:33:12 --parallel Build images in parallel. [Pipeline] } 04:33:12 $ docker stop --time=1 b5411eaa13b005b6eb709962683b367c01d1c9aba9ff3a7532ed454f3dd3bf73 04:33:13 $ docker rm -f b5411eaa13b005b6eb709962683b367c01d1c9aba9ff3a7532ed454f3dd3bf73 [Pipeline] // withDockerContainer [Pipeline] echo 04:33:14 ========================================================= 04:33:14 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 04:33:14 ========================================================= [Pipeline] isUnix [Pipeline] sh [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:33:15 + 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 . 04:33:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:33:15 . [Pipeline] withDockerContainer 04:33:16 prd-centos7-docker-4c-2g-1527 does not seem to be running inside a container 04:33:16 $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 04:33:16 $ docker top 4d7cb8343f9e72a585398f9b09b0f5899a2b843f05f26f412b0ec5def7ad0cce -eo pid,comm [Pipeline] { [Pipeline] sh 04:33:17 + docker-compose -f ./docker-compose-build.yml build --parallel 04:33:18 Building docker-core-command-go ... 04:33:18 Building docker-core-data-go ... 04:33:18 Building docker-core-metadata-go ... 04:33:18 Building docker-security-proxy-setup-go ... 04:33:18 Building docker-security-secrets-setup-go ... 04:33:18 Building docker-security-secretstore-setup-go ... 04:33:18 Building docker-support-logging-go ... 04:33:18 Building docker-support-notifications-go ... 04:33:18 Building docker-support-scheduler-go ... 04:33:18 Building docker-sys-mgmt-agent-go ... 04:33:18 Building docker-core-command-go 04:33:18 Building docker-support-notifications-go 04:33:18 Building docker-core-metadata-go 04:33:18 Building docker-support-logging-go 04:33:18 Building docker-support-scheduler-go 04:33:20 Sending build context to Docker daemon 322.9MB 04:33:20 Step 1/7 : ARG BASE=golang:1.13-alpine 04:33:20 Step 2/7 : FROM ${BASE} 04:33:20 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 04:33:20 b538f80385f9: Pulling fs layer 04:33:20 74f711af9a0d: Pulling fs layer 04:33:20 99f96fe45779: Pulling fs layer 04:33:20 fd7a069fd194: Pulling fs layer 04:33:20 66aa3694b03b: Pulling fs layer 04:33:20 170f70906a0f: Pulling fs layer 04:33:20 ad7c5574e4b9: Pulling fs layer 04:33:20 e772456be8f7: Pulling fs layer 04:33:20 c890913d741a: Pulling fs layer 04:33:20 2480fcc9aa5a: Pulling fs layer 04:33:20 09adf4765672: Pulling fs layer 04:33:20 fd7a069fd194: Waiting 04:33:20 66aa3694b03b: Waiting 04:33:20 e772456be8f7: Waiting 04:33:20 c890913d741a: Waiting 04:33:20 2480fcc9aa5a: Waiting 04:33:20 170f70906a0f: Waiting 04:33:20 ad7c5574e4b9: Waiting 04:33:20 09adf4765672: Waiting 04:33:20 99f96fe45779: Download complete 04:33:20 74f711af9a0d: Verifying Checksum 04:33:20 74f711af9a0d: Download complete 04:33:20 66aa3694b03b: Verifying Checksum 04:33:20 66aa3694b03b: Download complete 04:33:20 170f70906a0f: Verifying Checksum 04:33:20 170f70906a0f: Download complete 04:33:20 b538f80385f9: Verifying Checksum 04:33:20 b538f80385f9: Download complete 04:33:20 b538f80385f9: Pull complete 04:33:21 74f711af9a0d: Pull complete 04:33:21 99f96fe45779: Pull complete 04:33:23 ad7c5574e4b9: Verifying Checksum 04:33:23 ad7c5574e4b9: Download complete 04:33:23 c890913d741a: Verifying Checksum 04:33:23 c890913d741a: Download complete 04:33:25 2480fcc9aa5a: Verifying Checksum 04:33:25 2480fcc9aa5a: Download complete 04:33:25 09adf4765672: Verifying Checksum 04:33:25 09adf4765672: Download complete 04:33:25 e772456be8f7: Verifying Checksum 04:33:25 e772456be8f7: Download complete 04:33:25 fd7a069fd194: Verifying Checksum 04:33:25 fd7a069fd194: Download complete 04:33:35 fd7a069fd194: Pull complete 04:33:36 66aa3694b03b: Pull complete 04:33:36 170f70906a0f: Pull complete 04:33:39 ad7c5574e4b9: Pull complete 04:33:44 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:33:44 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:33:44 ---> f10412e3ebed 04:33:44 Step 3/21 : WORKDIR /edgex-go 04:33:44 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 04:33:44 Step 2/20 : FROM ${BUILDER_BASE} AS builder 04:33:44 ---> f10412e3ebed 04:33:44 Step 3/20 : WORKDIR /edgex-go 04:33:44 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:33:44 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:33:44 ---> f10412e3ebed 04:33:44 Step 3/21 : WORKDIR /edgex-go 04:33:44 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:33:44 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:33:44 ---> f10412e3ebed 04:33:44 Step 3/21 : WORKDIR /edgex-go 04:33:44 Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine 04:33:44 Step 2/23 : FROM ${BUILDER_BASE} AS builder 04:33:44 ---> f10412e3ebed 04:33:44 Step 3/23 : WORKDIR /edgex-go 04:33:45 e772456be8f7: Pull complete 04:33:45 c890913d741a: Pull complete 04:33:45 ---> Running in c3f3533f03d1 04:33:45 ---> Running in 7c9848913643 04:33:45 ---> Running in 25302c6e25f3 04:33:45 ---> Running in 855e53479741 04:33:45 ---> Running in adeef6a1abf9 04:33:45 Removing intermediate container 7c9848913643 04:33:45 Removing intermediate container c3f3533f03d1 04:33:45 ---> c6ded432e069 04:33:45 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:33:45 ---> 25acf280b730 04:33:45 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:33:45 Removing intermediate container 25302c6e25f3 04:33:45 ---> e5d8a40edbfb 04:33:45 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:33:45 Removing intermediate container adeef6a1abf9 04:33:45 ---> 8e8a0ef3811a 04:33:45 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:33:45 Removing intermediate container 855e53479741 04:33:45 ---> c19085efc026 04:33:45 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:33:45 ---> Running in 850b91c72a23 04:33:45 ---> Running in 050ae773491f 04:33:45 ---> Running in 2cbf027a9bd5 04:33:45 ---> Running in 18f61dca97e6 04:33:46 ---> Running in 8c35dac0145e 04:33:47 2480fcc9aa5a: Pull complete 04:33:47 09adf4765672: Pull complete 04:33:47 Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 04:33:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 04:33:47 ---> 2248a725d1cf 04:33:47 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 04:33:48 Removing intermediate container 850b91c72a23 04:33:48 ---> 1033b97746bc 04:33:48 Step 5/20 : RUN apk update && apk add make git 04:33:48 ---> Running in 06d2eb1f81ed 04:33:48 Removing intermediate container 2cbf027a9bd5 04:33:48 ---> c863e5d6c78b 04:33:48 Step 5/23 : RUN apk update && apk add make bash git ca-certificates 04:33:48 Removing intermediate container 18f61dca97e6 04:33:48 ---> e1e79111daf9 04:33:48 Step 5/21 : RUN apk update && apk add make && apk add bash git 04:33:48 ---> Running in d2385c6f3f71 04:33:48 ---> Running in 75418e73e332 04:33:48 Removing intermediate container 050ae773491f 04:33:48 ---> 8e7379f0c0a3 04:33:48 Step 5/21 : RUN apk update && apk add make git 04:33:48 Removing intermediate container 8c35dac0145e 04:33:48 ---> 67d9171da47c 04:33:48 Step 5/21 : RUN apk update && apk add make git 04:33:48 ---> Running in 69ddeab32af9 04:33:48 ---> Running in 22f7d4acf224 04:33:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:33:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:33:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:33:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:33:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:33:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:33:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:33:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:33:50 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:33:50 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:33:50 OK: 12749 distinct packages available 04:33:50 OK: 233 MiB in 51 packages 04:33:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:33:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:33:50 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:33:50 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:33:50 OK: 12749 distinct packages available 04:33:50 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:33:50 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:33:50 OK: 12749 distinct packages available 04:33:50 OK: 233 MiB in 51 packages 04:33:50 OK: 233 MiB in 51 packages 04:33:51 Removing intermediate container 06d2eb1f81ed 04:33:51 ---> 51309ffcecf2 04:33:51 Step 6/20 : COPY go.mod . 04:33:51 OK: 233 MiB in 51 packages 04:33:51 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:33:51 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:33:51 OK: 12749 distinct packages available 04:33:51 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:33:51 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:33:51 OK: 12749 distinct packages available 04:33:51 OK: 233 MiB in 51 packages 04:33:51 ---> 8aca510ee15e 04:33:51 Step 7/20 : RUN go mod download 04:33:51 Removing intermediate container d2385c6f3f71 04:33:51 ---> 24dae4e4a070 04:33:51 Step 6/23 : COPY go.mod . 04:33:51 OK: 233 MiB in 51 packages 04:33:51 ---> Running in 19975846b569 04:33:51 Removing intermediate container 75418e73e332 04:33:51 ---> f7cc676d3a47 04:33:51 Step 6/21 : COPY go.mod . 04:33:51 ---> 91e87e70d4f2 04:33:51 Step 7/23 : RUN go mod download 04:33:52 ---> Running in 604e35741014 04:33:52 ---> 48ea0d9ea3ee 04:33:52 Step 7/21 : RUN go mod download 04:33:52 Removing intermediate container 69ddeab32af9 04:33:52 ---> fdb82ce9f007 04:33:52 Step 6/21 : COPY go.mod . 04:33:52 ---> Running in ff9cefb493fc 04:33:52 Removing intermediate container 22f7d4acf224 04:33:52 ---> 96a517926595 04:33:52 Step 6/21 : COPY go.mod . 04:33:52 ---> a3372fadb6fe 04:33:52 Step 7/21 : RUN go mod download 04:33:52 ---> Running in d6f3c1a4901b 04:33:53 ---> 465075731331 04:33:53 Step 7/21 : RUN go mod download 04:33:53 ---> Running in 8f2dea6f4aae 04:33:53 Removing intermediate container 604e35741014 04:33:53 ---> 85f7c9af0eee 04:33:53 Step 8/23 : COPY . . 04:33:54 ---> Running in f6edbd8d7fb5 04:33:55 Removing intermediate container 19975846b569 04:33:55 ---> 2ccfc2128548 04:33:55 Step 8/20 : COPY . . 04:33:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:33:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:33:57 (1/12) Installing libmagic (5.38-r0) 04:33:57 (2/12) Installing file (5.38-r0) 04:33:57 (3/12) Installing libc-dev (0.7.2-r3) 04:33:57 (4/12) Installing g++ (9.3.0-r2) 04:33:59 Removing intermediate container ff9cefb493fc 04:33:59 ---> cebfbe3e6945 04:33:59 Step 8/21 : COPY . . 04:33:59 Removing intermediate container d6f3c1a4901b 04:33:59 ---> 543245fb0061 04:33:59 Step 8/21 : COPY . . 04:34:01 (5/12) Installing fortify-headers (1.1-r0) 04:34:01 (6/12) Installing patch (2.7.6-r6) 04:34:01 (7/12) Installing build-base (0.5-r2) 04:34:01 (8/12) Installing libsodium (1.0.18-r0) 04:34:01 (9/12) Installing pkgconf (1.7.2-r0) 04:34:01 (10/12) Installing libsodium-dev (1.0.18-r0) 04:34:01 (11/12) Installing libzmq (4.3.2-r0) 04:34:01 (12/12) Installing zeromq-dev (4.3.2-r0) 04:34:01 Executing busybox-1.31.1-r16.trigger 04:34:01 OK: 217 MiB in 51 packages 04:34:06 Removing intermediate container 8f2dea6f4aae 04:34:06 ---> 89d76d0390af 04:34:06 Step 8/21 : COPY . . 04:34:06 Removing intermediate container f6edbd8d7fb5 04:34:06 ---> 6c312736437d 04:34:06 Step 4/7 : WORKDIR /edgex-go 04:34:06 ---> Running in c63d24cdf523 04:34:06 Removing intermediate container c63d24cdf523 04:34:06 ---> 90dc54d58b25 04:34:06 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 04:34:06 latest: Pulling from library/docker 04:34:07 b538f80385f9: Already exists 04:34:07 259a493cd78d: Pulling fs layer 04:34:07 b8e66b5100f5: Pulling fs layer 04:34:07 39dc9c94d07c: Pulling fs layer 04:34:07 551b823b3b82: Pulling fs layer 04:34:07 3c52a74df98c: Pulling fs layer 04:34:07 6c9b121b6998: Pulling fs layer 04:34:07 551b823b3b82: Waiting 04:34:07 3c52a74df98c: Waiting 04:34:07 6c9b121b6998: Waiting 04:34:07 b8e66b5100f5: Verifying Checksum 04:34:07 b8e66b5100f5: Download complete 04:34:07 259a493cd78d: Verifying Checksum 04:34:07 259a493cd78d: Download complete 04:34:07 551b823b3b82: Verifying Checksum 04:34:07 551b823b3b82: Download complete 04:34:07 3c52a74df98c: Verifying Checksum 04:34:07 3c52a74df98c: Download complete 04:34:07 6c9b121b6998: Verifying Checksum 04:34:07 6c9b121b6998: Download complete 04:34:07 259a493cd78d: Pull complete 04:34:08 b8e66b5100f5: Pull complete 04:34:08 39dc9c94d07c: Verifying Checksum 04:34:08 39dc9c94d07c: Download complete 04:34:11 39dc9c94d07c: Pull complete 04:34:11 551b823b3b82: Pull complete 04:34:11 3c52a74df98c: Pull complete 04:34:12 6c9b121b6998: Pull complete 04:34:12 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 04:34:12 Status: Downloaded newer image for docker:latest 04:34:15 ---> ee6c61d5f89c 04:34:15 Step 6/7 : COPY go.mod . 04:34:16 ---> 1a4dfd7aac10 04:34:16 Step 7/7 : RUN go mod download 04:34:16 ---> Running in 76dc7a1f92ae 04:34:20 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 04:34:20 go: finding github.com/BurntSushi/toml v0.3.1 04:34:20 go: finding github.com/OneOfOne/xxhash v1.2.5 04:34:20 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 04:34:20 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 04:34:20 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 04:34:20 go: finding github.com/bgentry/speakeasy v0.1.0 04:34:20 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 04:34:20 go: finding github.com/cloudflare/gokey v0.1.0 04:34:20 go: finding github.com/davecgh/go-spew v1.1.1 04:34:20 go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible 04:34:20 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 04:34:20 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 04:34:20 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 04:34:20 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 04:34:20 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 04:34:20 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 04:34:20 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 04:34:20 go: finding github.com/fatih/color v1.7.0 04:34:20 go: finding github.com/fsnotify/fsnotify v1.4.7 04:34:20 go: finding github.com/fxamacker/cbor/v2 v2.2.0 04:34:20 go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 04:34:20 go: finding github.com/go-kit/kit v0.8.0 04:34:20 go: finding github.com/go-logfmt/logfmt v0.4.0 04:34:20 go: finding github.com/go-redis/redis/v7 v7.2.0 04:34:20 go: finding github.com/go-stack/stack v1.8.0 04:34:20 go: finding github.com/golang/protobuf v1.3.2 04:34:20 go: finding github.com/gomodule/redigo v2.0.0+incompatible 04:34:20 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 04:34:20 go: finding github.com/google/uuid v1.1.0 04:34:20 go: finding github.com/gorilla/mux v1.7.1 04:34:20 go: finding github.com/hashicorp/consul/api v1.1.0 04:34:20 go: finding github.com/hashicorp/consul/sdk v0.1.1 04:34:20 go: finding github.com/hashicorp/errwrap v1.0.0 04:34:20 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 04:34:20 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 04:34:20 go: finding github.com/hashicorp/go-msgpack v0.5.3 04:34:20 go: finding github.com/hashicorp/go-multierror v1.0.0 04:34:20 go: finding github.com/hashicorp/go-rootcerts v1.0.0 04:34:20 go: finding github.com/hashicorp/go-sockaddr v1.0.0 04:34:20 go: finding github.com/hashicorp/go-syslog v1.0.0 04:34:20 go: finding github.com/hashicorp/go-uuid v1.0.1 04:34:20 go: finding github.com/hashicorp/go.net v0.0.1 04:34:20 go: finding github.com/hashicorp/golang-lru v0.5.0 04:34:20 go: finding github.com/hashicorp/logutils v1.0.0 04:34:20 go: finding github.com/hashicorp/mdns v1.0.0 04:34:20 go: finding github.com/hashicorp/memberlist v0.1.3 04:34:21 go: finding github.com/hashicorp/serf v0.8.2 04:34:21 go: finding github.com/hpcloud/tail v1.0.0 04:34:21 go: finding github.com/imdario/mergo v0.3.6 04:34:21 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 04:34:21 go: finding github.com/kr/pretty v0.1.0 04:34:21 go: finding github.com/kr/pty v1.1.1 04:34:21 go: finding github.com/kr/text v0.1.0 04:34:21 go: finding github.com/mattn/go-colorable v0.0.9 04:34:21 go: finding github.com/mattn/go-isatty v0.0.3 04:34:21 go: finding github.com/miekg/dns v1.0.14 04:34:21 go: finding github.com/mitchellh/cli v1.0.0 04:34:21 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 04:34:21 go: finding github.com/mitchellh/copystructure v1.0.0 04:34:21 go: finding github.com/mitchellh/go-homedir v1.0.0 04:34:21 go: finding github.com/mitchellh/go-testing-interface v1.0.0 04:34:21 go: finding github.com/mitchellh/gox v0.4.0 04:34:21 go: finding github.com/mitchellh/iochan v1.0.0 04:34:21 go: finding github.com/mitchellh/mapstructure v1.1.2 04:34:21 go: finding github.com/mitchellh/reflectwalk v1.0.0 04:34:21 go: finding github.com/onsi/ginkgo v1.10.1 04:34:21 go: finding github.com/onsi/gomega v1.7.0 04:34:21 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 04:34:21 go: finding github.com/pebbe/zmq4 v1.0.0 04:34:21 go: finding github.com/pelletier/go-toml v1.2.0 04:34:21 go: finding github.com/pkg/errors v0.8.1 04:34:21 go: finding github.com/pmezard/go-difflib v1.0.0 04:34:21 go: finding github.com/posener/complete v1.1.1 04:34:21 go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 04:34:21 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 04:34:21 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 04:34:21 go: finding github.com/stretchr/objx v0.1.0 04:34:21 go: finding github.com/stretchr/testify v1.5.1 04:34:21 go: finding github.com/ugorji/go v1.1.4 04:34:21 go: finding github.com/x448/float16 v0.8.4 04:34:21 go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 04:34:21 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 04:34:21 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 04:34:21 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 04:34:21 go: finding golang.org/x/text v0.3.2 04:34:21 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 04:34:21 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 04:34:21 go: finding gopkg.in/eapache/queue.v1 v1.1.0 04:34:21 go: finding gopkg.in/fsnotify.v1 v1.4.7 04:34:21 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 04:34:21 go: finding gopkg.in/yaml.v2 v2.2.8 04:34:32 ---> 1fab89598a37 04:34:32 Step 9/23 : RUN make cmd/support-notifications/support-notifications 04:34:33 ---> Running in 0cf4cee55598 04:34:33 ---> ca7e13ee324f 04:34:33 Step 9/20 : RUN make cmd/support-scheduler/support-scheduler 04:34:34 ---> d7e08f3af914 04:34:34 Step 9/21 : RUN make cmd/support-logging/support-logging 04:34:34 ---> b7bf7ef63f8a 04:34:34 Step 9/21 : RUN make cmd/core-metadata/core-metadata 04:34:34 ---> 44d80920b983 04:34:34 Step 9/21 : RUN make cmd/core-command/core-command 04:34:34 ---> Running in b036d59f50e9 04:34:34 ---> Running in 16f1882a9531 04:34:34 ---> Running in 0f67def366ae 04:34:34 ---> Running in 195f76ea6e7a 04:34:35 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 04:34:35 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 04:34:35 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 04:34:35 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 04:34:35 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 04:34:40 Removing intermediate container 76dc7a1f92ae 04:34:40 ---> 3302a34a018e 04:34:40 Successfully built 3302a34a018e 04:34:40 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:34:41 + docker inspect -f . ci-base-image-arm64 04:34:41 . [Pipeline] withDockerContainer 04:34:41 prd-ubuntu18.04-docker-arm64-4c-16g-1531 does not seem to be running inside a container 04:34:41 $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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 ******** ci-base-image-arm64 cat 04:34:42 $ docker top 16c24b1d91cd0223b0ff1b7cb3f8cd8c3a93de3ba0276ac3eebffe3090f5f304 -eo pid,comm [Pipeline] { [Pipeline] sh 04:34:44 + go version 04:34:44 go version go1.13.13 linux/arm64 [Pipeline] echo 04:34:44 ========================================================= 04:34:44 [edgeXBuildGoParallel] Running Tests and Build... 04:34:44 ========================================================= [Pipeline] sh 04:34:44 + make test 04:34:44 GO111MODULE=on go test -coverprofile=coverage.out ./... 04:34:47 ? github.com/edgexfoundry/edgex-go [no test files] 04:35:14 Removing intermediate container 0f67def366ae 04:35:14 ---> 0e8c72980d4e 04:35:14 04:35:14 Step 10/21 : FROM scratch 04:35:14 ---> 04:35:14 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 04:35:14 ---> Running in cff070017fa3 04:35:14 Removing intermediate container cff070017fa3 04:35:14 ---> c5adcb59e361 04:35:14 Step 12/21 : ENV APP_PORT=48061 04:35:14 ---> Running in cc0a8845f434 04:35:14 Removing intermediate container cc0a8845f434 04:35:14 ---> a91cc4369115 04:35:14 Step 13/21 : EXPOSE $APP_PORT 04:35:14 ---> Running in b140e987fd02 04:35:18 Removing intermediate container b140e987fd02 04:35:18 ---> d6268af0f596 04:35:18 Step 14/21 : COPY --from=builder /bin/bash /bin/bash 04:35:19 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 04:35:20 ---> 2289d0068bfe 04:35:20 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 04:35:20 Removing intermediate container b036d59f50e9 04:35:20 ---> ca14b1a970aa 04:35:20 04:35:20 Step 10/20 : FROM scratch 04:35:20 ---> 04:35:20 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:35:20 Removing intermediate container 195f76ea6e7a 04:35:20 ---> 1ce4251115a7 04:35:20 04:35:20 Step 10/21 : FROM scratch 04:35:20 ---> 04:35:20 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:35:20 Removing intermediate container 0cf4cee55598 04:35:20 ---> 5b01d280ace3 04:35:20 04:35:20 Step 10/23 : FROM scratch 04:35:20 ---> 04:35:20 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 04:35:20 Removing intermediate container 16f1882a9531 04:35:20 ---> 5e7fa380def6 04:35:20 04:35:20 Step 10/21 : FROM scratch 04:35:20 ---> 04:35:20 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:35:20 ---> Running in 9667f3b47577 04:35:20 ---> Running in d22e674379ab 04:35:20 ---> Using cache 04:35:20 ---> c5adcb59e361 04:35:20 Step 12/23 : ENV APP_PORT=48060 04:35:20 ---> Running in 531c81fcace4 04:35:20 ---> Running in 43c3bfde30f3 04:35:20 ---> b450738ba3d8 04:35:20 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 04:35:20 Removing intermediate container d22e674379ab 04:35:20 ---> 0e7c8d6c3863 04:35:20 Step 12/20 : ENV APP_PORT=48085 04:35:20 Removing intermediate container 9667f3b47577 04:35:20 ---> ecac475272b2 04:35:20 Step 12/21 : ENV APP_PORT=48082 04:35:20 Removing intermediate container 531c81fcace4 04:35:20 ---> cbe328faca07 04:35:20 Step 13/23 : EXPOSE $APP_PORT 04:35:20 Removing intermediate container 43c3bfde30f3 04:35:20 ---> 6e218d5d3d7e 04:35:20 Step 12/21 : ENV APP_PORT=48081 04:35:20 ---> Running in c858527d3534 04:35:20 ---> Running in 6a078b9cfe9c 04:35:20 ---> Running in c3f3ccf20948 04:35:20 ---> Running in 8c0683d60a31 04:35:21 Removing intermediate container 6a078b9cfe9c 04:35:21 ---> 1106871223fc 04:35:21 Step 13/21 : EXPOSE $APP_PORT 04:35:21 Removing intermediate container c858527d3534 04:35:21 ---> a27c3a894453 04:35:21 Step 13/20 : EXPOSE $APP_PORT 04:35:21 ---> 4dbabc45ae9f 04:35:21 Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 04:35:21 ---> Running in 0be2f6728da0 04:35:21 Removing intermediate container 8c0683d60a31 04:35:21 ---> 83c696f0a7ca 04:35:21 Step 13/21 : EXPOSE $APP_PORT 04:35:21 Removing intermediate container c3f3ccf20948 04:35:21 ---> ac0b71ac14c4 04:35:21 Step 14/23 : COPY --from=builder /bin/sh /bin/sh 04:35:21 ---> Running in 556caa751504 04:35:21 ---> Running in 7eb44485cad8 04:35:22 Removing intermediate container 0be2f6728da0 04:35:22 ---> 23d41a775dd1 04:35:22 Step 14/21 : WORKDIR / 04:35:22 ---> 8cea54234488 04:35:22 Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:35:22 ---> Running in a24e4156375e 04:35:22 Removing intermediate container 556caa751504 04:35:22 ---> 48135931ea2c 04:35:22 Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 04:35:22 ---> a6fdd62318c5 04:35:22 Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 04:35:22 ---> Running in fcde63f9f757 04:35:22 Removing intermediate container 7eb44485cad8 04:35:22 ---> 8655b3caaf9d 04:35:22 Step 14/21 : WORKDIR / 04:35:22 ---> Running in f16f051e18e3 04:35:23 Removing intermediate container a24e4156375e 04:35:23 ---> e88664a0589a 04:35:23 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 04:35:23 ---> 7284456b128a 04:35:23 Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 04:35:23 Removing intermediate container fcde63f9f757 04:35:23 ---> d4a16a56af72 04:35:23 Step 19/21 : LABEL arch=x86_64 04:35:23 Removing intermediate container f16f051e18e3 04:35:23 ---> bce5a2dcf1fb 04:35:23 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 04:35:24 ---> a76b85d88000 04:35:24 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 04:35:24 ---> 7def07df03d2 04:35:24 Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl 04:35:24 ---> 13aaeb4e9aca 04:35:24 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 04:35:24 ---> Running in 2235487849eb 04:35:24 ---> 67b9d6838a53 04:35:24 Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 04:35:24 Removing intermediate container 2235487849eb 04:35:24 ---> 4a4342795ba5 04:35:24 Step 20/21 : LABEL git_sha=a7153917a42af36eb2b3d43c7af3a9dfec8c70f9 04:35:24 ---> 3b29e217e485 04:35:24 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 04:35:25 ---> Running in 79627e43568b 04:35:25 ---> a18d30ef9daa 04:35:25 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 04:35:25 ---> 026ec82dc4dc 04:35:25 Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:35:25 ---> 45cf69ed1618 04:35:25 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 04:35:25 ---> 8d31435b2861 04:35:25 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 04:35:25 ---> Running in eb062f908aa4 04:35:25 ---> 37bff5181a7b 04:35:25 Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:35:25 Removing intermediate container 79627e43568b 04:35:25 ---> a58b84de281f 04:35:25 Step 21/21 : LABEL version=0.0.0 04:35:25 ---> Running in 5290a666a294 04:35:25 ---> Running in a21936a152fc 04:35:25 ---> 3c107c21e199 04:35:25 Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:35:25 Removing intermediate container eb062f908aa4 04:35:25 ---> 6d057e8ec004 04:35:25 Step 18/20 : LABEL arch=x86_64 04:35:26 ---> Running in 9780f6dfb5a1 04:35:26 ---> Running in 3ebfc6da027e 04:35:26 ---> ca5b0b268e4b 04:35:26 Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 04:35:26 Removing intermediate container 5290a666a294 04:35:26 ---> d09312756d65 04:35:26 04:35:26 Removing intermediate container a21936a152fc 04:35:26 ---> 1592c6f1a5d2 04:35:26 Step 19/21 : LABEL arch=x86_64 04:35:26 Successfully built d09312756d65 04:35:26 ---> Running in 65d6fea2a915 04:35:26 Successfully tagged docker-support-logging-go:latest 04:35:26 Removing intermediate container 9780f6dfb5a1 04:35:26 ---> c9f810782c37 04:35:26 Step 19/21 : LABEL arch=x86_64Building docker-security-proxy-setup-go 04:35:26 04:35:26  Building docker-support-logging-go ... done Removing intermediate container 3ebfc6da027e 04:35:26 ---> e9fde63caa3d 04:35:26 Step 19/20 : LABEL git_sha=a7153917a42af36eb2b3d43c7af3a9dfec8c70f9 04:35:26 ---> 18e81299df03 04:35:26 Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:35:26 ---> Running in 5308cafb99dd 04:35:26 ---> Running in 52cd6aa88afa 04:35:26 ---> Running in 3346f6818d3e 04:35:26 Removing intermediate container 65d6fea2a915 04:35:26 ---> 514f567f69c3 04:35:26 Step 20/21 : LABEL git_sha=a7153917a42af36eb2b3d43c7af3a9dfec8c70f9 04:35:27 Removing intermediate container 52cd6aa88afa 04:35:27 ---> 9bc381204c95 04:35:27 Step 20/21 : LABEL git_sha=a7153917a42af36eb2b3d43c7af3a9dfec8c70f9 04:35:27 ---> Running in 2bc27d1147ed 04:35:28 Removing intermediate container 5308cafb99dd 04:35:28 ---> 4ff195458ee7 04:35:28 Step 20/20 : LABEL version=0.0.0 04:35:28 Removing intermediate container 3346f6818d3e 04:35:28 ---> 079d73bb26e8 04:35:28 Step 21/23 : LABEL arch=x86_64 04:35:29 ---> Running in 90dfe3e08f4e 04:35:30 ---> Running in 131f814bf8b3 04:35:30 ---> Running in c5c47f591f1a 04:35:30 Removing intermediate container 2bc27d1147ed 04:35:30 ---> 67797dfd41e7 04:35:30 Step 21/21 : LABEL version=0.0.0 04:35:30 ---> Running in c552e9cd56a7 04:35:30 Removing intermediate container 90dfe3e08f4e 04:35:30 ---> 60b1f7c27234 04:35:30 Step 21/21 : LABEL version=0.0.0 04:35:31 Removing intermediate container 131f814bf8b3 04:35:31 ---> 5200beea87b6 04:35:31 Step 22/23 : LABEL git_sha=a7153917a42af36eb2b3d43c7af3a9dfec8c70f9 04:35:31 Removing intermediate container c5c47f591f1a 04:35:31 ---> fb93fdc099a6 04:35:31 04:35:31 Removing intermediate container c552e9cd56a7 04:35:31 ---> a4d215ed24f0 04:35:31 04:35:31 ---> Running in aa3031519ce4 04:35:31 ---> Running in a32a73205230 04:35:32 Successfully built a4d215ed24f0 04:35:32 Successfully built fb93fdc099a6 04:35:32 Successfully tagged docker-core-command-go:latest 04:35:32 Building docker-security-secretstore-setup-go 04:35:32 Successfully tagged docker-support-scheduler-go:latest 04:35:32 Building docker-sys-mgmt-agent-go 04:35:32  Building docker-core-command-go ... done  Building docker-support-scheduler-go ... done Removing intermediate container a32a73205230 04:35:32 ---> 9efa74dec441 04:35:32 Step 23/23 : LABEL version=0.0.0 04:35:33 Removing intermediate container aa3031519ce4 04:35:34 ---> 4577ff55b7b1 04:35:34 04:35:34 Successfully built 4577ff55b7b1 04:35:34 Successfully tagged docker-core-metadata-go:latest 04:35:34 Building docker-security-secrets-setup-go 04:35:35 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 04:35:35 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 04:35:35 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 04:35:35 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 04:35:35 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.022s 04:35:35 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 04:35:35 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 04:35:35 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 04:35:35 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 04:35:37 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 04:35:37 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 04:35:37 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 04:35:37 ? github.com/edgexfoundry/edgex-go/internal [no test files] 04:35:38  Building docker-core-metadata-go ... done  ---> Running in 22db72ef07d9 04:35:43 Removing intermediate container 22db72ef07d9 04:35:43 ---> 6becfac1349e 04:35:43 04:35:43 Successfully built 6becfac1349e 04:35:43 Successfully tagged docker-support-notifications-go:latest 04:35:43 Building docker-core-data-go 04:35:45 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.094s coverage: 46.6% of statements 04:35:45 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 04:35:45 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 04:35:45 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 04:35:45 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 04:35:45 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 04:35:47  Building docker-support-notifications-go ... done Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 04:35:47 Step 2/20 : FROM ${BUILDER_BASE} AS builder 04:35:47 ---> f10412e3ebed 04:35:47 Step 3/20 : WORKDIR /edgex-go 04:35:47 ---> Using cache 04:35:47 ---> c19085efc026 04:35:47 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:35:47 ---> Using cache 04:35:47 ---> 67d9171da47c 04:35:47 Step 5/20 : RUN apk update && apk add make git 04:35:47 ---> Using cache 04:35:47 ---> fdb82ce9f007 04:35:47 Step 6/20 : COPY go.mod . 04:35:47 ---> Using cache 04:35:47 ---> a3372fadb6fe 04:35:47 Step 7/20 : RUN go mod download 04:35:47 ---> Using cache 04:35:47 ---> 543245fb0061 04:35:47 Step 8/20 : COPY . . 04:35:47 ---> Using cache 04:35:47 ---> b7bf7ef63f8a 04:35:47 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 04:35:53 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.187s coverage: 27.4% of statements 04:35:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 04:35:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 04:35:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 04:35:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 04:35:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 04:35:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 04:35:53 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.032s coverage: 100.0% of statements 04:35:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 04:35:54 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.053s coverage: 100.0% of statements 04:35:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 04:35:55 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 04:35:55 Step 2/26 : FROM ${BUILDER_BASE} AS builder 04:35:55 ---> f10412e3ebed 04:35:55 Step 3/26 : WORKDIR /edgex-go 04:35:55 ---> Using cache 04:35:55 ---> c19085efc026 04:35:55 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:35:55 ---> Using cache 04:35:55 ---> 67d9171da47c 04:35:55 Step 5/26 : RUN apk update && apk add make bash git 04:35:56 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.426s coverage: 29.3% of statements 04:35:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 04:35:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 04:35:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 04:35:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 04:35:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 04:35:56 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.051s coverage: 100.0% of statements 04:35:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 04:35:56 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.025s coverage: 100.0% of statements 04:35:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 04:35:56 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 04:35:56 Step 2/26 : FROM ${BUILDER_BASE} AS builder 04:35:56 ---> f10412e3ebed 04:35:56 Step 3/26 : WORKDIR /edgex-go 04:35:56 ---> Using cache 04:35:56 ---> c19085efc026 04:35:56 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:35:56 ---> Using cache 04:35:56 ---> 67d9171da47c 04:35:56 Step 5/26 : RUN apk update && apk add make git 04:35:56 ---> Using cache 04:35:56 ---> fdb82ce9f007 04:35:56 Step 6/26 : COPY go.mod . 04:35:56 Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine 04:35:56 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 04:35:56 ---> f10412e3ebed 04:35:56 Step 3/29 : WORKDIR /edgex-go 04:35:56 ---> Using cache 04:35:56 ---> c19085efc026 04:35:56 Step 4/29 : RUN apk update && apk add make git 04:35:56 ---> Using cache 04:35:56 ---> a3372fadb6fe 04:35:56 Step 7/26 : RUN go mod download 04:35:56 ---> Using cache 04:35:56 ---> 543245fb0061 04:35:56 Step 8/26 : COPY . . 04:35:56 ---> Using cache 04:35:56 ---> b7bf7ef63f8a 04:35:56 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 04:35:57 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.082s coverage: 89.8% of statements 04:35:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 04:35:57 ---> Running in 1e0ab30cb893 04:35:57 ---> Running in 3c2e6e3fe167 04:35:57 ---> Running in d86282f8d1cf 04:35:57 ---> Running in 7f07496f2409 04:35:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.095s coverage: 97.5% of statements 04:35:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 04:35:58 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 04:35:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:35:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:35:58 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 04:35:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:35:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:35:59 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.062s coverage: 100.0% of statements 04:35:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 04:35:59 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 04:35:59 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 04:35:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 04:35:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 04:35:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 04:35:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 04:35:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 04:35:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 04:35:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 04:35:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 04:35:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 04:35:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 04:35:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 04:35:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 04:35:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 04:35:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 04:36:00 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.018s coverage: 58.8% of statements 04:36:01 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:36:01 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:36:01 OK: 12749 distinct packages available 04:36:02 OK: 233 MiB in 51 packages 04:36:02 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:36:02 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:36:02 OK: 12749 distinct packages available 04:36:03 OK: 233 MiB in 51 packages 04:36:04 Removing intermediate container 3c2e6e3fe167 04:36:04 ---> 00177c218a8b 04:36:04 Step 6/26 : COPY go.mod . 04:36:04 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.162s coverage: 63.5% of statements 04:36:04 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 04:36:04 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 04:36:04 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.080s coverage: 100.0% of statements 04:36:05 Removing intermediate container 7f07496f2409 04:36:05 ---> c8a58359ca46 04:36:05 Step 5/29 : COPY go.mod . 04:36:05 ---> e119f3d8912f 04:36:05 Step 7/26 : RUN go mod download 04:36:05 ---> Running in ff7c471f79df 04:36:05 ---> ebeb11769ee7 04:36:05 Step 6/29 : RUN go mod download 04:36:05 ---> Running in 4d498294f356 04:36:06 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.283s coverage: 55.9% of statements 04:36:06 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 04:36:06 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 04:36:06 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 04:36:06 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 04:36:07 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 04:36:07 Step 2/22 : FROM ${BUILDER_BASE} AS builder 04:36:07 ---> f10412e3ebed 04:36:07 Step 3/22 : WORKDIR /edgex-go 04:36:07 ---> Using cache 04:36:07 ---> c19085efc026 04:36:07 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:36:07 ---> Using cache 04:36:07 ---> 67d9171da47c 04:36:07 Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 04:36:08 ---> Running in 8445c26b511d 04:36:08 Removing intermediate container ff7c471f79df 04:36:08 ---> 530f398d59dd 04:36:08 Step 8/26 : COPY . . 04:36:08 Removing intermediate container 4d498294f356 04:36:08 ---> 0df89387d968 04:36:08 Step 7/29 : COPY . . 04:36:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:36:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:36:12 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:36:12 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:36:12 OK: 12749 distinct packages available 04:36:13 OK: 233 MiB in 51 packages 04:36:20 Removing intermediate container 8445c26b511d 04:36:20 ---> 8de9c42b41ef 04:36:20 Step 6/22 : COPY go.mod . 04:36:23 ---> e6bb6c966d19 04:36:23 Step 7/22 : RUN go mod download 04:36:24 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 04:36:24 ---> Running in 89556d805f2a 04:36:28 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 20.800s coverage: 86.3% of statements 04:36:28 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 04:36:28 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.195s coverage: 72.2% of statements 04:36:28 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.401s coverage: 72.1% of statements 04:36:28 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.034s coverage: 82.4% of statements 04:36:28 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.035s coverage: 48.4% of statements 04:36:28 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 04:36:28 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 04:36:28 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 04:36:28 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.044s coverage: 28.8% of statements 04:36:28 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 04:36:28 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.024s coverage: 96.8% of statements 04:36:28 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 04:36:28 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.099s coverage: 26.9% of statements 04:36:28 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 04:36:28 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 04:36:28 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.291s coverage: 84.1% of statements 04:36:28 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.055s coverage: 100.0% of statements 04:36:28 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.040s coverage: 43.1% of statements 04:36:28 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 04:36:28 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 04:36:28 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.049s coverage: 100.0% of statements 04:36:28 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 04:36:28 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.048s coverage: 83.8% of statements 04:36:28 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 04:36:28 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.154s coverage: 46.1% of statements 04:36:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 04:36:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 04:36:28 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.045s coverage: 100.0% of statements 04:36:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 04:36:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 04:36:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 04:36:28 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.045s coverage: 100.0% of statements 04:36:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 04:36:28 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.085s coverage: 100.0% of statements 04:36:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 04:36:32 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 04:36:33 Removing intermediate container 89556d805f2a 04:36:33 ---> 35e804a203ab 04:36:33 Step 8/22 : COPY . . 04:36:33 Removing intermediate container 1e0ab30cb893 04:36:33 ---> 468846443d32 04:36:33 04:36:33 Step 10/20 : FROM alpine 04:36:33 ---> 9f55ab79b598 04:36:33 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 04:36:33 ---> a8c5ee772f04 04:36:33 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 04:36:33 latest: Pulling from library/alpine 04:36:34 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.260s coverage: 29.1% of statements 04:36:34 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 04:36:34 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 04:36:34 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 04:36:34 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 04:36:34 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 04:36:34 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.089s coverage: 99.0% of statements 04:36:34 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 04:36:34 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.028s coverage: 100.0% of statements 04:36:34 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 04:36:34 ok github.com/edgexfoundry/edgex-go/internal/system 0.053s coverage: 0.0% of statements 04:36:34 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 04:36:34 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.020s coverage: 100.0% of statements 04:36:34 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 04:36:34 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 04:36:34 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 04:36:34 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 04:36:34 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 04:36:34 ---> Running in 35f89d84a2e2 04:36:34 ---> Running in a1dd255576af 04:36:34 Status: Downloaded newer image for alpine:latest 04:36:34 ---> a24bb4013296 04:36:34 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 04:36:36 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.024s coverage: 87.9% of statements 04:36:36 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 04:36:36 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 04:36:36 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.019s coverage: 100.0% of statements 04:36:36 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.016s coverage: 32.1% of statements 04:36:37 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.025s coverage: 100.0% of statements 04:36:38 GO111MODULE=on go vet ./... 04:36:38 ---> Running in 9d096452a5b3 04:36:39 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 04:36:39 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 04:36:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:36:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:36:41 v3.12.0-185-gb4b2a5e482 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 04:36:41 v3.12.0-186-g2cd07a16f7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 04:36:41 OK: 12749 distinct packages available 04:36:42 (1/4) Installing ca-certificates (20191127-r4) 04:36:42 (2/4) Installing nghttp2-libs (1.41.0-r0) 04:36:42 (3/4) Installing libcurl (7.69.1-r0) 04:36:42 (4/4) Installing curl (7.69.1-r0) 04:36:42 Executing busybox-1.31.1-r16.trigger 04:36:42 Executing ca-certificates-20191127-r4.trigger 04:36:42 OK: 7 MiB in 18 packages 04:36:46 Removing intermediate container d86282f8d1cf 04:36:46 ---> 42438e9d0be8 04:36:46 04:36:46 Step 10/26 : FROM alpine:3.10 04:36:46 3.10: Pulling from library/alpine 04:36:48 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 04:36:48 Status: Downloaded newer image for alpine:3.10 04:36:48 ---> be4e4bea2c2e 04:36:48 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 04:36:48 Removing intermediate container 9d096452a5b3 04:36:48 ---> da4654b553ca 04:36:48 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:36:48 ---> Running in 96c0d8a4c053 04:36:48 ---> Running in 2b9de19f46d0 04:36:49 Removing intermediate container 96c0d8a4c053 04:36:49 ---> bd27354bc44e 04:36:49 Step 13/20 : WORKDIR /edgex 04:36:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 04:36:50 ---> Running in 3689d6aa3d3a 04:36:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 04:36:50 v3.10.5-61-g2eb46eec7d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 04:36:50 v3.10.5-58-g477aae6b2f [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 04:36:50 OK: 10346 distinct packages available 04:36:50 (1/5) Installing ca-certificates (20191127-r2) 04:36:51 (2/5) Installing nghttp2-libs (1.39.2-r1) 04:36:51 (3/5) Installing libcurl (7.66.0-r0) 04:36:51 (4/5) Installing curl (7.66.0-r0) 04:36:51 (5/5) Installing dumb-init (1.2.2-r1) 04:36:51 Executing busybox-1.30.1-r3.trigger 04:36:51 Executing ca-certificates-20191127-r2.trigger 04:36:51 OK: 7 MiB in 19 packages 04:36:51 Removing intermediate container 3689d6aa3d3a 04:36:51 ---> 040914c57061 04:36:51 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 04:36:53 ---> f4e3df485fc1 04:36:53 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 04:36:53 ---> f8ca08b24dc3 04:36:53 Step 9/22 : RUN make cmd/core-data/core-data 04:36:53 Removing intermediate container 2b9de19f46d0 04:36:53 ---> a3a701348035 04:36:53 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:36:54 ---> Running in c1adf626ffbf 04:36:54 ---> Running in 79256b1fe5ec 04:36:55 ---> 7ba59efb4bec 04:36:55 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 04:36:55 ---> Running in 4c0d149de573 04:36:55 Removing intermediate container 79256b1fe5ec 04:36:55 ---> 02c73efc9208 04:36:55 Step 13/26 : WORKDIR / 04:36:55 ---> Running in 602fb580d26f 04:36:55 Removing intermediate container 4c0d149de573 04:36:55 ---> 17afff788d35 04:36:55 Step 17/20 : CMD ["--init=true"] 04:36:55 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 04:36:55 ---> Running in 6ec336b0f029 04:36:55 Removing intermediate container 602fb580d26f 04:36:55 ---> 8b01ab506c19 04:36:55 Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 04:36:55 Removing intermediate container 6ec336b0f029 04:36:55 ---> 5d5df8cb93c2 04:36:55 Step 18/20 : LABEL arch=x86_64 04:36:56 ---> Running in ce84acef1d16 04:36:56 ---> 5d8a500b0439 04:36:56 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 04:36:56 Removing intermediate container ce84acef1d16 04:36:56 ---> b687def16774 04:36:56 Step 19/20 : LABEL git_sha=a7153917a42af36eb2b3d43c7af3a9dfec8c70f9 04:36:56 ---> Running in a4ddbdff87ca 04:36:56 gofmt -l . 04:36:56 ---> f109f5407f33 04:36:56 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 04:36:56 Removing intermediate container a4ddbdff87ca 04:36:56 ---> ec92fbe2b7d0 04:36:56 Step 20/20 : LABEL version=0.0.0 04:36:56 ---> Running in b44a9b2bad79 04:36:57 ---> 30ea824f30b3 04:36:57 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 04:36:58 Removing intermediate container b44a9b2bad79 04:36:58 ---> 83b0370c664e 04:36:58 04:36:58 ---> 9a710c8a3216 04:36:58 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 04:36:58 Successfully built 83b0370c664e 04:36:58 Successfully tagged docker-security-proxy-setup-go:latest 04:36:59 [ "`gofmt -l .`" = "" ] 04:37:01  Building docker-security-proxy-setup-go ... done  ---> d27f92d0d8e5 04:37:01 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 04:37:02 Removing intermediate container 35f89d84a2e2 04:37:02 ---> 6caa43725967 04:37:02 04:37:02 Step 9/29 : FROM alpine:latest 04:37:02 ---> a24bb4013296 04:37:02 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 04:37:02 Removing intermediate container a1dd255576af 04:37:02 ---> 726e51ae17bd 04:37:02 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 04:37:02 ---> Running in 8581b9f2bbc4 04:37:02 ---> Running in f873224f6eae 04:37:02 ./bin/test-go-mod-tidy.sh 04:37:02 ---> a314553dcd25 04:37:02 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 04:37:03 ./bin/test-attribution-txt.sh 04:37:03 Removing intermediate container 8581b9f2bbc4 04:37:03 ---> 10af14a032b5 04:37:03 Step 11/29 : USER root 04:37:03 ---> Running in 2580b4ce640d 04:37:03 ---> bf7befa10e69 04:37:03 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 04:37:03 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 04:37:03 Removing intermediate container 2580b4ce640d 04:37:03 ---> e01860771495 04:37:03 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 04:37:03 ---> Running in 81edab012aee 04:37:04 ---> 38f9545deb2b 04:37:04 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:37:04 ---> Running in a6e1ad10df95 04:37:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:37:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:37:05 v3.12.0-185-gb4b2a5e482 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 04:37:05 v3.12.0-186-g2cd07a16f7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 04:37:05 OK: 12749 distinct packages available 04:37:05 (1/2) Installing ca-certificates (20191127-r4) 04:37:05 (2/2) Installing dumb-init (1.2.2-r1) 04:37:05 Executing busybox-1.31.1-r16.trigger 04:37:05 Executing ca-certificates-20191127-r4.trigger 04:37:05 OK: 6 MiB in 16 packages 04:37:06 Removing intermediate container f873224f6eae 04:37:06 ---> a3e0c5266de9 04:37:06 04:37:06 Step 11/26 : FROM docker:latest 04:37:06 ---> 81f5749c9058 04:37:06 Step 12/26 : RUN apk add --no-cache bash [Pipeline] sh 04:37:06 Removing intermediate container a6e1ad10df95 04:37:06 ---> 5e9b178c8b5b 04:37:06 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 04:37:07 + ls -al . 04:37:07 total 588 04:37:07 drwxrwxr-x 10 1001 1001 4096 Jul 30 04:37 . 04:37:07 drwxr-xr-x 4 root root 4096 Jul 30 04:34 .. 04:37:07 -rw-rw-r-- 1 1001 1001 11 Jul 30 04:32 .dockerignore 04:37:07 drwxrwxr-x 8 1001 1001 4096 Jul 30 04:32 .git 04:37:07 drwxrwxr-x 3 1001 1001 4096 Jul 30 04:32 .github 04:37:07 -rw-rw-r-- 1 1001 1001 932 Jul 30 04:32 .gitignore 04:37:07 drwxrwxr-x 3 1001 1001 4096 Jul 30 04:33 .semver 04:37:07 -rw-rw-r-- 1 1001 1001 166 Jul 30 04:32 .sonarcloud.properties 04:37:07 -rw-rw-r-- 1 1001 1001 3804 Jul 30 04:32 CONTRIBUTING.md 04:37:07 -rw-rw-r-- 1 1001 1001 1035 Jul 30 04:32 Dockerfile.build 04:37:07 -rw-rw-r-- 1 1001 1001 865 Jul 30 04:32 Jenkinsfile 04:37:07 -rw-rw-r-- 1 1001 1001 10775 Jul 30 04:32 LICENSE 04:37:07 -rw-rw-r-- 1 1001 1001 6237 Jul 30 04:32 Makefile 04:37:07 -rw-rw-r-- 1 1001 1001 5652 Jul 30 04:32 README.md 04:37:07 -rw-rw-r-- 1 1001 1001 7111 Jul 30 04:32 SECURITY.md 04:37:07 -rw-rw-r-- 1 1001 1001 5 Jul 30 04:30 VERSION 04:37:07 -rw-rw-r-- 1 1001 1001 4131 Jul 30 04:32 ZMQWindows.md 04:37:07 drwxrwxr-x 2 1001 1001 4096 Jul 30 04:32 bin 04:37:07 drwxrwxr-x 15 1001 1001 4096 Jul 30 04:32 cmd 04:37:07 -rw-r--r-- 1 root root 456067 Jul 30 04:36 coverage.out 04:37:07 -rw-r--r-- 1 root root 1019 Jul 30 04:37 go.mod 04:37:07 -rw-r--r-- 1 root root 18146 Jul 30 04:37 go.sum 04:37:07 drwxrwxr-x 8 1001 1001 4096 Jul 30 04:32 internal 04:37:07 drwxrwxr-x 4 1001 1001 4096 Jul 30 04:32 openapi 04:37:07 drwxrwxr-x 4 1001 1001 4096 Jul 30 04:32 snap 04:37:07 -rw-rw-r-- 1 1001 1001 168 Jul 30 04:32 version.go [Pipeline] sh 04:37:07 + '[' -e coverage.out ] 04:37:07 + chown 1001:1001 coverage.out [Pipeline] stash 04:37:08 Warning: overwriting stash ‘coverage-report’ 04:37:08 ---> Running in 99079701dfa2 04:37:08 ---> Running in 373f33b6e46b 04:37:09 Removing intermediate container 81edab012aee 04:37:09 ---> 12f61f72efd9 04:37:09 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 04:37:09 Stashed 1 file(s) [Pipeline] sh 04:37:09 Removing intermediate container 373f33b6e46b 04:37:09 ---> b488a847f6f5 04:37:09 Step 24/26 : LABEL arch=x86_64 04:37:09 ---> Running in db84fb9f588a 04:37:09 ---> Running in f6f7af0cf2a8 04:37:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:37:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:37:09 Removing intermediate container db84fb9f588a 04:37:09 ---> 584fa6698ff8 04:37:09 Step 14/29 : WORKDIR $BASE_DIR 04:37:09 ---> Running in 914d7c405b9f 04:37:09 Removing intermediate container f6f7af0cf2a8 04:37:09 ---> 9c2a3f19e148 04:37:09 Step 25/26 : LABEL git_sha=a7153917a42af36eb2b3d43c7af3a9dfec8c70f9 04:37:09 (1/2) Installing readline (8.0.4-r0) 04:37:09 (2/2) Installing bash (5.0.17-r0) 04:37:09 Executing bash-5.0.17-r0.post-install 04:37:09 Executing busybox-1.31.1-r16.trigger 04:37:09 OK: 12 MiB in 22 packages 04:37:09 ---> Running in c9411e7ca49e 04:37:09 Removing intermediate container 914d7c405b9f 04:37:09 ---> c2002c3f286e 04:37:09 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 04:37:09 + make build 04:37:09 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 04:37:10 ---> Running in af4174e78fc8 04:37:10 Removing intermediate container c9411e7ca49e 04:37:10 ---> f375a7379189 04:37:10 Step 26/26 : LABEL version=0.0.0 04:37:10 ---> Running in 0147b36e1948 04:37:10 Removing intermediate container 99079701dfa2 04:37:10 ---> 3966721c8976 04:37:10 Step 13/26 : RUN rm -rf /var/cache/apk/* 04:37:10 Removing intermediate container 0147b36e1948 04:37:10 ---> 4feeee9adf81 04:37:10 04:37:10 ---> Running in f0a3f8e8fe93 04:37:11 Successfully built 4feeee9adf81 04:37:11 Successfully tagged docker-security-secretstore-setup-go:latest 04:37:12  Building docker-security-secretstore-setup-go ... done Removing intermediate container af4174e78fc8 04:37:12 ---> ecbd69dfde33 04:37:12 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 04:37:12 Removing intermediate container f0a3f8e8fe93 04:37:12 ---> edd0df521c0c 04:37:12 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 04:37:12 ---> Running in b7895f9268d0 04:37:12 ---> 06a20fcacbe1 04:37:12 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 04:37:12 Removing intermediate container b7895f9268d0 04:37:12 ---> 7a62d0464a45 04:37:12 Step 15/26 : ENV APP_PORT=48090 04:37:12 ---> Running in 6a486c6a47ab 04:37:13 ---> 9bce0144fb9a 04:37:13 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 04:37:13 Removing intermediate container 6a486c6a47ab 04:37:13 ---> b33dc57ee1d7 04:37:13 Step 16/26 : EXPOSE $APP_PORT 04:37:13 ---> Running in 84bb7ee073c2 04:37:13 ---> 7330523dbb16 04:37:13 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 04:37:13 Removing intermediate container 84bb7ee073c2 04:37:13 ---> fc2dbfd621cc 04:37:13 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 04:37:14 ---> 91665a9fd8ac 04:37:14 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 04:37:14 ---> 3b6214c6fc87 04:37:14 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 04:37:15 ---> 76086914b408 04:37:15 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 04:37:16 ---> Running in 417d24f45695 04:37:16 ---> 5195b480c775 04:37:16 Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 04:37:16 Removing intermediate container c1adf626ffbf 04:37:16 ---> d4ffbcfa695c 04:37:16 04:37:16 Step 10/22 : FROM alpine 04:37:16 ---> a24bb4013296 04:37:16 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:37:17 ---> Running in 90f958ffcbfc 04:37:17 ---> 9afa709b4607 04:37:17 Step 20/26 : RUN apk --no-cache add py-pip 04:37:17 ---> Running in e28c4d1958c2 04:37:17 Removing intermediate container 90f958ffcbfc 04:37:17 ---> 5b308177d052 04:37:17 Step 12/22 : ENV APP_PORT=48080 04:37:18 ---> Running in ecddf347a790 04:37:18 Removing intermediate container ecddf347a790 04:37:18 ---> fd92a32c6318 04:37:18 Step 13/22 : EXPOSE $APP_PORT 04:37:18 ---> Running in da33b7af85da 04:37:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:37:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:37:18 Removing intermediate container 417d24f45695 04:37:18 ---> 922773dc8ff3 04:37:18 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 04:37:18 Removing intermediate container da33b7af85da 04:37:18 ---> 9ed988de6bc2 04:37:18 Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:37:18 ---> Running in d904ee5e791e 04:37:18 (1/33) Installing libbz2 (1.0.8-r1) 04:37:18 (2/33) Installing expat (2.2.9-r1) 04:37:18 (3/33) Installing libffi (3.3-r2) 04:37:18 (4/33) Installing gdbm (1.13-r1) 04:37:18 (5/33) Installing xz-libs (5.2.5-r0) 04:37:18 (6/33) Installing sqlite-libs (3.32.1-r0) 04:37:19 (7/33) Installing python3 (3.8.5-r0) 04:37:22 ---> 9704822a78e4 04:37:22 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:37:23 ---> Running in 317c063e1d08 04:37:23 (8/33) Installing py3-appdirs (1.4.4-r1) 04:37:23 (9/33) Installing py3-ordered-set (4.0.1-r0) 04:37:23 (10/33) Installing py3-parsing (2.4.7-r0) 04:37:23 (11/33) Installing py3-six (1.15.0-r0) 04:37:23 (12/33) Installing py3-packaging (20.4-r0) 04:37:23 (13/33) Installing py3-setuptools (47.0.0-r0) 04:37:23 (14/33) Installing py3-chardet (3.0.4-r4) 04:37:23 (15/33) Installing py3-idna (2.9-r0) 04:37:23 (16/33) Installing py3-certifi (2020.4.5.1-r0) 04:37:23 (17/33) Installing py3-urllib3 (1.25.9-r0) 04:37:23 (18/33) Installing py3-requests (2.23.0-r0) 04:37:23 (19/33) Installing py3-msgpack (1.0.0-r0) 04:37:23 (20/33) Installing py3-lockfile (0.12.2-r3) 04:37:23 (21/33) Installing py3-cachecontrol (0.12.6-r0) 04:37:23 (22/33) Installing py3-colorama (0.4.3-r0) 04:37:23 (23/33) Installing py3-distlib (0.3.0-r0) 04:37:23 (24/33) Installing py3-distro (1.5.0-r1) 04:37:23 (25/33) Installing py3-webencodings (0.5.1-r3) 04:37:23 (26/33) Installing py3-html5lib (1.0.1-r4) 04:37:23 (27/33) Installing py3-pytoml (0.1.21-r0) 04:37:23 (28/33) Installing py3-pep517 (0.8.2-r0) 04:37:23 (29/33) Installing py3-progress (1.5-r0) 04:37:23 (30/33) Installing py3-toml (0.10.1-r0) 04:37:24 (31/33) Installing py3-retrying (1.3.3-r0) 04:37:24 (32/33) Installing py3-contextlib2 (0.6.0-r0) 04:37:24 (33/33) Installing py3-pip (20.1.1-r0) 04:37:25 Executing busybox-1.31.1-r16.trigger 04:37:25 OK: 71 MiB in 55 packages 04:37:25 Removing intermediate container d904ee5e791e 04:37:25 ---> 7fd38f73598b 04:37:25 Step 15/22 : RUN apk --no-cache add zeromq 04:37:26 ---> Running in 68df74e1cb53 04:37:26 Removing intermediate container 317c063e1d08 04:37:26 ---> b553d3351fe1 04:37:26 Step 24/29 : RUN chmod 755 security-secrets-setup 04:37:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:37:27 ---> Running in 32e1e0885676 04:37:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:37:29 (1/5) Installing libgcc (9.3.0-r2) 04:37:29 (2/5) Installing libsodium (1.0.18-r0) 04:37:29 (3/5) Installing libstdc++ (9.3.0-r2) 04:37:29 (4/5) Installing libzmq (4.3.2-r0) 04:37:29 (5/5) Installing zeromq (4.3.2-r0) 04:37:30 Executing busybox-1.31.1-r16.trigger 04:37:30 OK: 8 MiB in 19 packages 04:37:30 Removing intermediate container e28c4d1958c2 04:37:30 ---> dda7414e9da1 04:37:30 Step 21/26 : RUN pip install docker-compose==1.23.2 04:37:30 ---> Running in 8ef7a5360d6d 04:37:30 Removing intermediate container 32e1e0885676 04:37:30 ---> 239feb38f0a8 04:37:30 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 04:37:30 Removing intermediate container 68df74e1cb53 04:37:30 ---> baeeca528712 04:37:30 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 04:37:30 ---> Running in f37d7888eb62 04:37:31 Removing intermediate container f37d7888eb62 04:37:31 ---> 55c4d42010b9 04:37:31 Step 26/29 : CMD [ "generate" ] 04:37:31 ---> Running in 16ca6bc1553b 04:37:31 ---> 98710080ffb8 04:37:31 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 04:37:31 Removing intermediate container 16ca6bc1553b 04:37:31 ---> 0cf7c9db43d7 04:37:31 Step 27/29 : LABEL arch=x86_64 04:37:31 ---> Running in 3ffa1ec31537 04:37:31 Removing intermediate container 3ffa1ec31537 04:37:31 ---> c656dc61a51c 04:37:31 Step 28/29 : LABEL git_sha=a7153917a42af36eb2b3d43c7af3a9dfec8c70f9 04:37:31 ---> Running in 039374bea5dd 04:37:31 ---> bd41a2600f10 04:37:31 Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 04:37:31 Removing intermediate container 039374bea5dd 04:37:31 ---> 5c0bc5b84118 04:37:31 Step 29/29 : LABEL version=0.0.0 04:37:31 ---> Running in dfc68df7e460 04:37:32 ---> bdab146d7c9d 04:37:32 Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:37:32 Collecting docker-compose==1.23.2 04:37:32 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 04:37:32 ---> Running in 4b36525c32e6 04:37:32 Removing intermediate container dfc68df7e460 04:37:32 ---> f428c7655217 04:37:32 04:37:32 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 04:37:32 Successfully built f428c7655217 04:37:32 Collecting docker<4.0,>=3.6.0 04:37:32 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 04:37:32 Successfully tagged docker-security-secrets-setup-go:latest 04:37:32  Building docker-security-secrets-setup-go ... done Removing intermediate container 4b36525c32e6 04:37:32 ---> 043d2869a02a 04:37:32 Step 20/22 : LABEL arch=x86_64 04:37:32 ---> Running in 77e936afe652 04:37:33 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 04:37:33 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 04:37:33 Removing intermediate container 77e936afe652 04:37:33 ---> 8b76da9bcd67 04:37:33 Step 21/22 : LABEL git_sha=a7153917a42af36eb2b3d43c7af3a9dfec8c70f9 04:37:33 ---> Running in 3d0ecb13eaa9 04:37:33 Collecting PyYAML<4,>=3.10 04:37:33 Downloading PyYAML-3.13.tar.gz (270 kB) 04:37:33 Removing intermediate container 3d0ecb13eaa9 04:37:33 ---> 53791edf5bef 04:37:33 Step 22/22 : LABEL version=0.0.0 04:37:33 ---> Running in edad9d126b45 04:37:35 Removing intermediate container edad9d126b45 04:37:35 ---> 567a9092d468 04:37:35 04:37:35 Collecting cached-property<2,>=1.2.0 04:37:35 Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) 04:37:35 Successfully built 567a9092d468 04:37:35 Successfully tagged docker-core-data-go:latest 04:37:35  Building docker-core-data-go ... done Collecting websocket-client<1.0,>=0.32.0 04:37:35 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 04:37:35 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 04:37:35 Collecting dockerpty<0.5,>=0.4.1 04:37:35 Downloading dockerpty-0.4.1.tar.gz (13 kB) 04:37:35 Collecting jsonschema<3,>=2.5.1 04:37:35 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 04:37:36 Collecting docopt<0.7,>=0.6.1 04:37:36 Downloading docopt-0.6.2.tar.gz (25 kB) 04:37:36 Collecting texttable<0.10,>=0.9.0 04:37:36 Downloading texttable-0.9.1.tar.gz (11 kB) 04:37:37 Collecting docker-pycreds>=0.4.0 04:37:37 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 04:37:37 Collecting urllib3<1.25,>=1.21.1 04:37:37 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 04:37:37 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) 04:37:37 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) 04:37:37 Collecting idna<2.8,>=2.5 04:37:37 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 04:37:37 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 04:37:37 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 04:37:37 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 04:37:37 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 04:37:37 Installing collected packages: urllib3, idna, requests, websocket-client, docker-pycreds, docker, PyYAML, cached-property, dockerpty, jsonschema, docopt, texttable, docker-compose 04:37:37 Attempting uninstall: urllib3 04:37:37 Found existing installation: urllib3 1.25.9 04:37:37 Uninstalling urllib3-1.25.9: 04:37:37 Successfully uninstalled urllib3-1.25.9 04:37:37 Attempting uninstall: idna 04:37:37 Found existing installation: idna 2.9 04:37:37 Uninstalling idna-2.9: 04:37:37 Successfully uninstalled idna-2.9 04:37:38 Attempting uninstall: requests 04:37:38 Found existing installation: requests 2.23.0 04:37:38 Uninstalling requests-2.23.0: 04:37:38 Successfully uninstalled requests-2.23.0 04:37:38 Running setup.py install for PyYAML: started 04:37:39 Running setup.py install for PyYAML: finished with status 'done' 04:37:39 Running setup.py install for dockerpty: started 04:37:39 Running setup.py install for dockerpty: finished with status 'done' 04:37:39 Running setup.py install for docopt: started 04:37:40 Running setup.py install for docopt: finished with status 'done' 04:37:40 Running setup.py install for texttable: started 04:37:40 Running setup.py install for texttable: finished with status 'done' 04:37:40 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 04:37:44 Removing intermediate container 8ef7a5360d6d 04:37:44 ---> 481f9eb32269 04:37:44 Step 22/26 : RUN apk --no-cache add curl 04:37:44 ---> Running in b60401b8716d 04:37:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:37:44 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 04:37:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:37:44 (1/3) Installing nghttp2-libs (1.41.0-r0) 04:37:44 (2/3) Installing libcurl (7.69.1-r0) 04:37:44 (3/3) Installing curl (7.69.1-r0) 04:37:44 Executing busybox-1.31.1-r16.trigger 04:37:44 OK: 72 MiB in 58 packages 04:37:45 Removing intermediate container b60401b8716d 04:37:45 ---> a0c139fe851e 04:37:45 Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:37:45 ---> Running in 3f2503e16aec 04:37:45 Removing intermediate container 3f2503e16aec 04:37:45 ---> 363a701ad4fd 04:37:45 Step 24/26 : LABEL arch=x86_64 04:37:45 ---> Running in e99ad4fc26e6 04:37:45 Removing intermediate container e99ad4fc26e6 04:37:45 ---> 9d5e395b914f 04:37:45 Step 25/26 : LABEL git_sha=a7153917a42af36eb2b3d43c7af3a9dfec8c70f9 04:37:45 ---> Running in ad589b2e0d10 04:37:46 Removing intermediate container ad589b2e0d10 04:37:46 ---> 8fd954bd4b46 04:37:46 Step 26/26 : LABEL version=0.0.0 04:37:46 ---> Running in 0637aab4e2a9 04:37:46 Removing intermediate container 0637aab4e2a9 04:37:46 ---> 591c904144d8 04:37:46 04:37:46 Successfully built 591c904144d8 04:37:46 Successfully tagged docker-sys-mgmt-agent-go:latest 04:37:47  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 04:37:47 $ docker stop --time=1 4d7cb8343f9e72a585398f9b09b0f5899a2b843f05f26f412b0ec5def7ad0cce 04:37:49 $ docker rm -f 4d7cb8343f9e72a585398f9b09b0f5899a2b843f05f26f412b0ec5def7ad0cce [Pipeline] // withDockerContainer [Pipeline] sh 04:37:49 + docker images 04:37:49 + grep docker 04:37:49 docker-sys-mgmt-agent-go latest 591c904144d8 3 seconds ago 284MB 04:37:49 docker-core-data-go latest 567a9092d468 16 seconds ago 23.8MB 04:37:49 docker-security-secrets-setup-go latest f428c7655217 18 seconds ago 25.1MB 04:37:49 docker-security-secretstore-setup-go latest 4feeee9adf81 39 seconds ago 33.9MB 04:37:49 docker-security-proxy-setup-go latest 83b0370c664e 52 seconds ago 16.4MB 04:37:49 docker-support-notifications-go latest 6becfac1349e 2 minutes ago 14.4MB 04:37:49 docker-core-metadata-go latest 4577ff55b7b1 2 minutes ago 14.4MB 04:37:49 docker-core-command-go latest a4d215ed24f0 2 minutes ago 13MB 04:37:49 docker-support-scheduler-go latest fb93fdc099a6 2 minutes ago 13.1MB 04:37:49 docker-support-logging-go latest d09312756d65 2 minutes ago 11.8MB 04:37:49 docker latest 81f5749c9058 4 weeks ago 211MB [Pipeline] } 04:37:49 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 [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] } 04:37:56 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 04:38:03 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 04:38:04 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 04:38:11 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 04:38:16 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 04:38:22 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 04:38:28 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 04:38:33 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 04:38:38 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] } 04:38:41 $ docker stop --time=1 16c24b1d91cd0223b0ff1b7cb3f8cd8c3a93de3ba0276ac3eebffe3090f5f304 04:38:44 $ docker rm -f 16c24b1d91cd0223b0ff1b7cb3f8cd8c3a93de3ba0276ac3eebffe3090f5f304 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:38:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:38:46 04:38:46 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 04:38:46 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:38:46 latest: Pulling from edgex-devops/edgex-compose-arm64 04:38:46 29e5d40040c1: Pulling fs layer 04:38:46 1ce36da41761: Pulling fs layer 04:38:46 25b303627fd3: Pulling fs layer 04:38:46 29e5d40040c1: Verifying Checksum 04:38:46 29e5d40040c1: Download complete 04:38:47 1ce36da41761: Verifying Checksum 04:38:47 1ce36da41761: Download complete 04:38:47 29e5d40040c1: Pull complete 04:38:48 1ce36da41761: Pull complete 04:38:48 25b303627fd3: Verifying Checksum 04:38:48 25b303627fd3: Download complete 04:38:59 25b303627fd3: Pull complete 04:38:59 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 04:38:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:38:59 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 04:38:59 prd-ubuntu18.04-docker-arm64-4c-16g-1531 does not seem to be running inside a container 04:38:59 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 04:39:03 $ docker top fd23f416c5f9b443a4d29471912f812351b24eb975a721da704a2c48799f9013 -eo pid,comm [Pipeline] { [Pipeline] sh 04:39:04 + docker-compose build --help 04:39:04 + grep parallel 04:39:09 --parallel Build images in parallel. [Pipeline] } 04:39:09 $ docker stop --time=1 fd23f416c5f9b443a4d29471912f812351b24eb975a721da704a2c48799f9013 04:39:11 $ docker rm -f fd23f416c5f9b443a4d29471912f812351b24eb975a721da704a2c48799f9013 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:39:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:39:11 . [Pipeline] withDockerContainer 04:39:12 prd-ubuntu18.04-docker-arm64-4c-16g-1531 does not seem to be running inside a container 04:39:12 $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 04:39:13 $ docker top 9f8e11d36a4899097ffa17262b1f9ced21a381c17fba20fdaacfdb213445dca5 -eo pid,comm [Pipeline] { [Pipeline] sh 04:39:14 + docker-compose -f ./docker-compose-build.yml build --parallel 04:39:19 Building docker-core-command-go ... 04:39:19 Building docker-core-data-go ... 04:39:19 Building docker-core-metadata-go ... 04:39:19 Building docker-security-proxy-setup-go ... 04:39:19 Building docker-security-secrets-setup-go ... 04:39:19 Building docker-security-secretstore-setup-go ... 04:39:19 Building docker-support-logging-go ... 04:39:19 Building docker-support-notifications-go ... 04:39:19 Building docker-support-scheduler-go ... 04:39:19 Building docker-sys-mgmt-agent-go ... 04:39:19 Building docker-sys-mgmt-agent-go 04:39:19 Building docker-support-scheduler-go 04:39:19 Building docker-core-metadata-go 04:39:19 Building docker-security-secrets-setup-go 04:39:19 Building docker-security-proxy-setup-go 04:41:10 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 04:41:10 Step 2/20 : FROM ${BUILDER_BASE} AS builder 04:41:10 ---> 3302a34a018e 04:41:10 Step 3/20 : WORKDIR /edgex-go 04:41:10 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 04:41:10 Step 2/26 : FROM ${BUILDER_BASE} AS builder 04:41:10 ---> 3302a34a018e 04:41:10 Step 3/26 : WORKDIR /edgex-go 04:41:10 Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine 04:41:10 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 04:41:10 ---> 3302a34a018e 04:41:10 Step 3/29 : WORKDIR /edgex-go 04:41:10 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:41:10 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:41:10 ---> 3302a34a018e 04:41:10 Step 3/21 : WORKDIR /edgex-go 04:41:10 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 04:41:10 Step 2/20 : FROM ${BUILDER_BASE} AS builder 04:41:10 ---> 3302a34a018e 04:41:10 Step 3/20 : WORKDIR /edgex-go 04:41:10 ---> Running in c81a944a8a8c 04:41:10 ---> Running in 042719544f01 04:41:10 ---> Running in a31e32715494 04:41:10 ---> Running in ca8aec676772 04:41:10 ---> Running in 7a09fddc3f38 04:41:10 Removing intermediate container ca8aec676772 04:41:10 ---> 74bc45325dca 04:41:10 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:41:10 Removing intermediate container c81a944a8a8c 04:41:10 ---> 7f2ddde4ae59 04:41:10 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:41:10 Removing intermediate container 7a09fddc3f38 04:41:10 ---> a47688334c45 04:41:10 Step 4/29 : RUN apk update && apk add make git 04:41:10 Removing intermediate container 042719544f01 04:41:10 ---> 92428b5cb98f 04:41:10 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:41:10 Removing intermediate container a31e32715494 04:41:10 ---> 1554a3c8fe39 04:41:10 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:41:10 ---> Running in 20ffb91edde2 04:41:10 ---> Running in 87aab0565ddc 04:41:10 ---> Running in 8131be56d1f8 04:41:10 ---> Running in 816c2ed4d1c1 04:41:10 ---> Running in ffce715a552a 04:41:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:41:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:41:10 Removing intermediate container 20ffb91edde2 04:41:10 ---> 3b9094108b1e 04:41:10 Step 5/26 : RUN apk update && apk add make bash git 04:41:10 Removing intermediate container 8131be56d1f8 04:41:10 ---> 8ba44831c137 04:41:10 Step 5/21 : RUN apk update && apk add make git 04:41:10 ---> Running in 0714ef50e853 04:41:10 Removing intermediate container ffce715a552a 04:41:10 ---> 70b1b1f30b38 04:41:10 Step 5/20 : RUN apk update && apk add make git 04:41:10 ---> Running in 2c40afbfecc6 04:41:10 ---> Running in db9a4771db28 04:41:10 Removing intermediate container 816c2ed4d1c1 04:41:10 ---> 6c191e474e8d 04:41:10 Step 5/20 : RUN apk update && apk add make git 04:41:10 ---> Running in 0332031be8fc 04:41:10 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:41:10 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:41:10 OK: 12620 distinct packages available 04:41:10 OK: 217 MiB in 51 packages 04:41:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:41:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:41:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:41:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:41:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:41:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:41:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:41:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:41:10 Removing intermediate container 87aab0565ddc 04:41:10 ---> 8b4438c86547 04:41:10 Step 5/29 : COPY go.mod . 04:41:10 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:41:10 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:41:10 OK: 12620 distinct packages available 04:41:10 ---> 9d83273cb441 04:41:10 Step 6/29 : RUN go mod download 04:41:10 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:41:10 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:41:10 OK: 12620 distinct packages available 04:41:10 ---> Running in f17dcdd9291c 04:41:10 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:41:10 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:41:10 OK: 12620 distinct packages available 04:41:10 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:41:10 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:41:10 OK: 12620 distinct packages available 04:41:10 OK: 217 MiB in 51 packages 04:41:11 OK: 217 MiB in 51 packages 04:41:11 OK: 217 MiB in 51 packages 04:41:11 OK: 217 MiB in 51 packages 04:41:12 Removing intermediate container 0714ef50e853 04:41:12 ---> 0453f5e66e07 04:41:12 Step 6/26 : COPY go.mod . 04:41:13 Removing intermediate container db9a4771db28 04:41:13 ---> c289c77322ad 04:41:13 Step 6/20 : COPY go.mod . 04:41:13 Removing intermediate container 0332031be8fc 04:41:13 ---> 6f521da482d1 04:41:13 Step 6/20 : COPY go.mod . 04:41:13 Removing intermediate container 2c40afbfecc6 04:41:13 ---> d8f90daea89a 04:41:13 Step 6/21 : COPY go.mod . 04:41:13 ---> 3d93cb2dc78b 04:41:13 Step 7/26 : RUN go mod download 04:41:13 ---> Running in c9d7ce01afb8 04:41:14 Removing intermediate container f17dcdd9291c 04:41:14 ---> 7abe84958898 04:41:14 Step 7/29 : COPY . . 04:41:14 ---> 204d74cb10e9 04:41:14 Step 7/20 : RUN go mod download 04:41:14 ---> 6e26d4ce4c1e 04:41:14 Step 7/20 : RUN go mod download 04:41:14 ---> 3e1b61e6e740 04:41:14 Step 7/21 : RUN go mod download 04:41:14 ---> Running in 9f680a274742 04:41:14 ---> Running in 1d933af932ef 04:41:14 ---> Running in 7e61ba9480c7 04:41:19 Removing intermediate container c9d7ce01afb8 04:41:19 ---> 655724636609 04:41:19 Step 8/26 : COPY . . 04:41:19 Removing intermediate container 9f680a274742 04:41:19 ---> 0241a6ec3cef 04:41:19 Step 8/20 : COPY . . 04:41:20 Removing intermediate container 7e61ba9480c7 04:41:20 ---> 3eee59b2699c 04:41:20 Step 8/20 : COPY . . 04:41:21 Removing intermediate container 1d933af932ef 04:41:21 ---> be44b76a1b19 04:41:21 Step 8/21 : COPY . . 04:41:53 ---> 0bb35962c152 04:41:53 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 04:41:53 ---> e80d992be042 04:41:53 Step 9/20 : RUN make cmd/support-scheduler/support-scheduler 04:41:53 ---> 507e8c8fe2c5 04:41:53 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 04:41:53 ---> 98f4b6edd77f 04:41:53 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 04:41:53 ---> e7b3f4239193 04:41:53 Step 9/21 : RUN make cmd/core-metadata/core-metadata 04:41:53 ---> Running in a586682ac22c 04:41:53 ---> Running in 2cfe432fde42 04:41:53 ---> Running in 942618fc0ac5 04:41:53 ---> Running in e1741e83b24a 04:41:53 ---> Running in 452a0744bf57 04:41:54 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 04:41:55 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 04:41:55 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 04:41:55 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 04:41:55 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 04:43:32 Removing intermediate container a586682ac22c 04:43:32 ---> 32409e184348 04:43:32 04:43:32 Step 9/29 : FROM alpine:latest 04:43:32 latest: Pulling from library/alpine 04:43:32 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 04:43:32 Status: Downloaded newer image for alpine:latest 04:43:32 ---> 62ee0e9f8440 04:43:32 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 04:43:32 ---> Running in 33567a09a995 04:43:32 Removing intermediate container 33567a09a995 04:43:32 ---> 5805354af946 04:43:32 Step 11/29 : USER root 04:43:32 Removing intermediate container 942618fc0ac5 04:43:32 ---> 5dcaafff2bcd 04:43:32 04:43:32 Step 10/20 : FROM alpine 04:43:32 ---> 62ee0e9f8440 04:43:32 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 04:43:32 ---> Running in ccc36a8afdd8 04:43:32 ---> Running in ccc5e04c5a9e 04:43:32 Removing intermediate container ccc36a8afdd8 04:43:32 ---> 4514c0c51611 04:43:32 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 04:43:32 ---> Running in 3a75084d8d44 04:43:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:43:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:43:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:43:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:43:32 v3.12.0-185-gb4b2a5e482 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 04:43:32 v3.12.0-186-g2cd07a16f7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 04:43:32 OK: 12620 distinct packages available 04:43:32 v3.12.0-185-gb4b2a5e482 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 04:43:32 v3.12.0-186-g2cd07a16f7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 04:43:32 OK: 12620 distinct packages available 04:43:32 (1/4) Installing ca-certificates (20191127-r4) 04:43:32 (2/4) Installing nghttp2-libs (1.41.0-r0) 04:43:32 (3/4) Installing libcurl (7.69.1-r0) 04:43:32 (4/4) Installing curl (7.69.1-r0) 04:43:32 Executing busybox-1.31.1-r16.trigger 04:43:32 Executing ca-certificates-20191127-r4.trigger 04:43:32 OK: 7 MiB in 18 packages 04:43:32 (1/2) Installing ca-certificates (20191127-r4) 04:43:32 (2/2) Installing dumb-init (1.2.2-r1) 04:43:32 Executing busybox-1.31.1-r16.trigger 04:43:32 Executing ca-certificates-20191127-r4.trigger 04:43:32 OK: 6 MiB in 16 packages 04:43:32 Removing intermediate container ccc5e04c5a9e 04:43:32 ---> 56b919d9d6ca 04:43:32 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:43:32 Removing intermediate container 452a0744bf57 04:43:32 ---> e002bb848d70 04:43:32 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 04:43:32 ---> Running in 68999594ea1c 04:43:32 ---> Running in 234f71a3d446 04:43:32 Removing intermediate container 3a75084d8d44 04:43:32 ---> 3516166653d9 04:43:32 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 04:43:32 ---> Running in f7840fb6b379 04:43:32 Removing intermediate container 68999594ea1c 04:43:32 ---> 7f167737d2ec 04:43:32 Step 13/20 : WORKDIR /edgex 04:43:32 Removing intermediate container f7840fb6b379 04:43:32 ---> 9e1eec6a5366 04:43:32 Step 14/29 : WORKDIR $BASE_DIR 04:43:32 ---> Running in f90665f8183d 04:43:32 ---> Running in 0ceb47aec693 04:43:33 Removing intermediate container f90665f8183d 04:43:33 ---> d8a00a1bf56f 04:43:33 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 04:43:33 Removing intermediate container 0ceb47aec693 04:43:33 ---> b5af17a7b746 04:43:33 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 04:43:34 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 04:43:34 ---> Running in e4826d69b915 04:43:35 ---> 9b0867055c56 04:43:35 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 04:43:37 ---> 42dd413194dd 04:43:37 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 04:43:37 ---> Running in a2c2bc00b589 04:43:38 Removing intermediate container a2c2bc00b589 04:43:38 ---> edf8b2fe4b96 04:43:38 Step 17/20 : CMD ["--init=true"] 04:43:38 Removing intermediate container e4826d69b915 04:43:38 ---> 87e9e8ac9827 04:43:38 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 04:43:38 ---> Running in c0993fff0ffb 04:43:38 Removing intermediate container c0993fff0ffb 04:43:38 ---> 66bdd47f880e 04:43:38 Step 18/20 : LABEL arch=arm64 04:43:39 ---> Running in 18032b7a9a95 04:43:39 Removing intermediate container 234f71a3d446 04:43:39 ---> fb87db01e2fe 04:43:39 04:43:39 Step 11/26 : FROM docker:latest 04:43:39 ---> ce9d55ae87f1 04:43:39 Step 12/26 : RUN apk add --no-cache bash 04:43:39 ---> Running in c2057f703448 04:43:40 ---> 3eb45f3f744f 04:43:40 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 04:43:40 Removing intermediate container 18032b7a9a95 04:43:40 ---> 0ec4df68dfc7 04:43:40 Step 19/20 : LABEL git_sha=a7153917a42af36eb2b3d43c7af3a9dfec8c70f9 04:43:40 ---> Running in a9cf7c482e4b 04:43:41 Removing intermediate container a9cf7c482e4b 04:43:41 ---> 6975b16799b5 04:43:41 Step 20/20 : LABEL version=0.0.0 04:43:41 ---> Running in a8a42a234bdf 04:43:41 ---> c3e53652fbaa 04:43:41 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 04:43:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:43:42 Removing intermediate container a8a42a234bdf 04:43:42 ---> f40380a33489 04:43:42 04:43:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:43:43 ---> 013cb10711db 04:43:43 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 04:43:43 Successfully built f40380a33489 04:43:43 Successfully tagged docker-security-proxy-setup-go-arm64:latest 04:43:43 Building docker-support-notifications-go 04:43:43  Building docker-security-proxy-setup-go ... done (1/2) Installing readline (8.0.4-r0) 04:43:43 (2/2) Installing bash (5.0.17-r0) 04:43:43 Executing bash-5.0.17-r0.post-install 04:43:43 Executing busybox-1.31.1-r16.trigger 04:43:43 OK: 12 MiB in 22 packages 04:43:45 ---> 09956f3fa0b5 04:43:45 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 04:43:47 Removing intermediate container 2cfe432fde42 04:43:47 ---> 4ce12e0b9fdc 04:43:47 04:43:47 Step 10/20 : FROM scratch 04:43:47 ---> 04:43:47 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:43:47 ---> b5637a2cc4d9 04:43:47 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 04:43:47 Removing intermediate container c2057f703448 04:43:47 ---> 8e1703628068 04:43:47 Step 13/26 : RUN rm -rf /var/cache/apk/* 04:43:47 ---> Running in 52213297578d 04:43:48 ---> Running in 642fb860d78a 04:43:48 ---> Running in bdd21087abe0 04:43:48 Removing intermediate container 52213297578d 04:43:48 ---> 71bbbd672c30 04:43:48 Step 12/20 : ENV APP_PORT=48085 04:43:49 ---> Running in d176a6a9d0fb 04:43:50 Removing intermediate container d176a6a9d0fb 04:43:50 ---> 1fd388575cf0 04:43:50 Step 13/20 : EXPOSE $APP_PORT 04:43:50 ---> Running in 828528ba033b 04:43:51 Removing intermediate container 828528ba033b 04:43:51 ---> 96b3c11effe0 04:43:51 Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 04:43:53 ---> 7f007359c8af 04:43:53 Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 04:43:53 Removing intermediate container e1741e83b24a 04:43:53 ---> 0e5c0c3a9cc3 04:43:53 04:43:53 Step 10/21 : FROM scratch 04:43:53 ---> 04:43:53 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:43:53 Removing intermediate container bdd21087abe0 04:43:53 ---> bcff1133b455 04:43:53 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 04:43:53 ---> Using cache 04:43:53 ---> 71bbbd672c30 04:43:53 Step 12/21 : ENV APP_PORT=48081 04:43:54 Removing intermediate container 642fb860d78a 04:43:54 ---> 4ae3b8a3aacf 04:43:54 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 04:43:54 ---> Running in a874c4e86d70 04:43:54 ---> Running in c39e78e80223 04:43:54 Removing intermediate container a874c4e86d70 04:43:54 ---> 5944c467f0c0 04:43:54 Step 13/21 : EXPOSE $APP_PORT 04:43:54 ---> Running in 7b2b26296c8b 04:43:55 Removing intermediate container c39e78e80223 04:43:55 ---> 399dc4d9bfa9 04:43:55 Step 15/26 : ENV APP_PORT=48090 04:43:55 ---> 860de5fa8902 04:43:55 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:43:55 ---> 7ecc7c83b64d 04:43:55 Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 04:43:55 ---> Running in 4bc5f551e65f 04:43:55 ---> Running in ce491223d294 04:43:55 Removing intermediate container 7b2b26296c8b 04:43:55 ---> b2f23ad5b365 04:43:55 Step 14/21 : WORKDIR / 04:43:56 ---> Running in 119337ea3db8 04:43:56 Removing intermediate container 4bc5f551e65f 04:43:56 ---> d06ef86297f8 04:43:56 Step 16/26 : EXPOSE $APP_PORT 04:43:56 ---> Running in e9505fd5b35e 04:43:56 ---> 8e5dde4f064e 04:43:56 Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:43:56 Removing intermediate container 119337ea3db8 04:43:56 ---> 9ab886013803 04:43:56 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 04:43:56 ---> Running in 4b6f202ed9a5 04:43:57 Removing intermediate container e9505fd5b35e 04:43:57 ---> 30a55f691aa5 04:43:57 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 04:43:57 Removing intermediate container 4b6f202ed9a5 04:43:57 ---> 00bbcb38e44f 04:43:57 Step 18/20 : LABEL arch=arm64 04:43:57 ---> 862e7c8889cb 04:43:57 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 04:43:58 ---> Running in 81349e9e7016 04:43:59 Removing intermediate container 81349e9e7016 04:43:59 ---> b2c2d063b404 04:43:59 Step 19/20 : LABEL git_sha=a7153917a42af36eb2b3d43c7af3a9dfec8c70f9 04:43:59 ---> Running in 75382e6c56c0 04:43:59 ---> 69ab4d78100e 04:43:59 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 04:43:59 Removing intermediate container ce491223d294 04:43:59 ---> 9d7e39b3f765 04:43:59 Step 24/29 : RUN chmod 755 security-secrets-setup 04:43:59 ---> Running in 19c14d234c6a 04:43:59 Removing intermediate container 75382e6c56c0 04:43:59 ---> c35485260817 04:43:59 Step 20/20 : LABEL version=0.0.0 04:44:00 ---> Running in c5c3af954cc5 04:44:00 ---> 700a6ac73272 04:44:00 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 04:44:00 ---> 5b9bb22fdc09 04:44:00 Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 04:44:01 Removing intermediate container c5c3af954cc5 04:44:01 ---> 192f35a009f4 04:44:01 04:44:01 ---> 3e3498bf0c80 04:44:01 Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:44:01 Successfully built 192f35a009f4 04:44:01 Successfully tagged docker-support-scheduler-go-arm64:latest 04:44:01 Building docker-security-secretstore-setup-go 04:44:01  Building docker-support-scheduler-go ... done  ---> Running in b75562bdec25 04:44:02 ---> 82bf6a50ca43 04:44:02 Step 20/26 : RUN apk --no-cache add py-pip 04:44:02 ---> Running in f6401666a424 04:44:02 Removing intermediate container b75562bdec25 04:44:02 ---> f89739441d8f 04:44:02 Step 19/21 : LABEL arch=arm64 04:44:02 ---> Running in 314a9c706fb7 04:44:04 Removing intermediate container 314a9c706fb7 04:44:04 ---> 59e27c278580 04:44:04 Step 20/21 : LABEL git_sha=a7153917a42af36eb2b3d43c7af3a9dfec8c70f9 04:44:04 Removing intermediate container 19c14d234c6a 04:44:04 ---> 1a31c8e4c6de 04:44:04 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 04:44:04 ---> Running in 1166d08b2fdf 04:44:04 ---> Running in c6aacae7747c 04:44:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:44:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:44:05 Removing intermediate container 1166d08b2fdf 04:44:05 ---> 231015896741 04:44:05 Step 21/21 : LABEL version=0.0.0 04:44:05 Removing intermediate container c6aacae7747c 04:44:05 ---> 509c01427d32 04:44:05 Step 26/29 : CMD [ "generate" ] 04:44:05 (1/33) Installing libbz2 (1.0.8-r1) 04:44:05 (2/33) Installing expat (2.2.9-r1) 04:44:05 (3/33) Installing libffi (3.3-r2) 04:44:05 (4/33) Installing gdbm (1.13-r1) 04:44:05 (5/33) Installing xz-libs (5.2.5-r0) 04:44:05 (6/33) Installing sqlite-libs (3.32.1-r0) 04:44:05 (7/33) Installing python3 (3.8.5-r0) 04:44:05 ---> Running in f3f12b7db1bc 04:44:06 ---> Running in 9ea340df5222 04:44:06 Removing intermediate container f3f12b7db1bc 04:44:06 ---> e97339566f3f 04:44:06 04:44:07 Removing intermediate container 9ea340df5222 04:44:07 ---> 455ccc5af8b9 04:44:07 Step 27/29 : LABEL arch=arm64 04:44:07 Successfully built e97339566f3f 04:44:07 Successfully tagged docker-core-metadata-go-arm64:latest 04:44:07  Building docker-core-metadata-go ... done Building docker-core-data-go 04:44:07 ---> Running in 200fb65c84e9 04:44:07 (8/33) Installing py3-appdirs (1.4.4-r1) 04:44:07 (9/33) Installing py3-ordered-set (4.0.1-r0) 04:44:07 (10/33) Installing py3-parsing (2.4.7-r0) 04:44:07 (11/33) Installing py3-six (1.15.0-r0) 04:44:07 (12/33) Installing py3-packaging (20.4-r0) 04:44:07 (13/33) Installing py3-setuptools (47.0.0-r0) 04:44:07 (14/33) Installing py3-chardet (3.0.4-r4) 04:44:07 (15/33) Installing py3-idna (2.9-r0) 04:44:07 (16/33) Installing py3-certifi (2020.4.5.1-r0) 04:44:07 (17/33) Installing py3-urllib3 (1.25.9-r0) 04:44:08 (18/33) Installing py3-requests (2.23.0-r0) 04:44:08 (19/33) Installing py3-msgpack (1.0.0-r0) 04:44:08 (20/33) Installing py3-lockfile (0.12.2-r3) 04:44:08 (21/33) Installing py3-cachecontrol (0.12.6-r0) 04:44:08 (22/33) Installing py3-colorama (0.4.3-r0) 04:44:08 (23/33) Installing py3-distlib (0.3.0-r0) 04:44:08 Removing intermediate container 200fb65c84e9 04:44:08 ---> 7476d6f8a85e 04:44:08 Step 28/29 : LABEL git_sha=a7153917a42af36eb2b3d43c7af3a9dfec8c70f9 04:44:08 (24/33) Installing py3-distro (1.5.0-r1) 04:44:08 (25/33) Installing py3-webencodings (0.5.1-r3) 04:44:08 (26/33) Installing py3-html5lib (1.0.1-r4) 04:44:08 (27/33) Installing py3-pytoml (0.1.21-r0) 04:44:08 (28/33) Installing py3-pep517 (0.8.2-r0) 04:44:08 (29/33) Installing py3-progress (1.5-r0) 04:44:08 (30/33) Installing py3-toml (0.10.1-r0) 04:44:08 (31/33) Installing py3-retrying (1.3.3-r0) 04:44:08 (32/33) Installing py3-contextlib2 (0.6.0-r0) 04:44:08 (33/33) Installing py3-pip (20.1.1-r0) 04:44:08 ---> Running in 481625c417cd 04:44:08 Executing busybox-1.31.1-r16.trigger 04:44:08 OK: 71 MiB in 55 packages 04:44:09 Removing intermediate container 481625c417cd 04:44:09 ---> 10b55eb8aba1 04:44:09 Step 29/29 : LABEL version=0.0.0 04:44:09 ---> Running in d47263be99b1 04:44:10 Removing intermediate container d47263be99b1 04:44:10 ---> 38e0af6f8889 04:44:10 04:44:11 Successfully built 38e0af6f8889 04:44:11 Successfully tagged docker-security-secrets-setup-go-arm64:latest 04:44:11  Building docker-security-secrets-setup-go ... done Building docker-support-logging-go 04:44:14 Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine 04:44:14 Step 2/23 : FROM ${BUILDER_BASE} AS builder 04:44:14 ---> 3302a34a018e 04:44:14 Step 3/23 : WORKDIR /edgex-go 04:44:14 ---> Using cache 04:44:14 ---> 1554a3c8fe39 04:44:14 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:44:14 ---> Using cache 04:44:14 ---> 70b1b1f30b38 04:44:14 Step 5/23 : RUN apk update && apk add make bash git ca-certificates 04:44:16 ---> Running in 4abd4091af77 04:44:17 Removing intermediate container f6401666a424 04:44:17 ---> f6d1d1c56419 04:44:17 Step 21/26 : RUN pip install docker-compose==1.23.2 04:44:18 ---> Running in e255f0ba2742 04:44:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:44:24 Collecting docker-compose==1.23.2 04:44:24 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 04:44:24 Collecting dockerpty<0.5,>=0.4.1 04:44:24 Downloading dockerpty-0.4.1.tar.gz (13 kB) 04:44:26 Collecting websocket-client<1.0,>=0.32.0 04:44:26 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 04:44:28 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 04:44:28 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 04:44:28 Collecting docker<4.0,>=3.6.0 04:44:28 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 04:44:29 Collecting texttable<0.10,>=0.9.0 04:44:29 Downloading texttable-0.9.1.tar.gz (11 kB) 04:44:32 Collecting PyYAML<4,>=3.10 04:44:32 Downloading PyYAML-3.13.tar.gz (270 kB) 04:44:35 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 04:44:35 Collecting jsonschema<3,>=2.5.1 04:44:35 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 04:44:36 Collecting cached-property<2,>=1.2.0 04:44:36 Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) 04:44:36 Collecting docopt<0.7,>=0.6.1 04:44:36 Downloading docopt-0.6.2.tar.gz (25 kB) 04:44:39 Collecting idna<2.8,>=2.5 04:44:39 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 04:44:39 Collecting urllib3<1.25,>=1.21.1 04:44:39 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 04:44:39 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) 04:44:39 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) 04:44:40 Collecting docker-pycreds>=0.4.0 04:44:40 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 04:44:40 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 04:44:40 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 04:44:40 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 04:44:40 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 04:44:41 Installing collected packages: dockerpty, websocket-client, idna, urllib3, requests, docker-pycreds, docker, texttable, PyYAML, jsonschema, cached-property, docopt, docker-compose 04:44:41 Running setup.py install for dockerpty: started 04:44:43 Running setup.py install for dockerpty: finished with status 'done' 04:44:43 Attempting uninstall: idna 04:44:43 Found existing installation: idna 2.9 04:44:43 Uninstalling idna-2.9: 04:44:44 Successfully uninstalled idna-2.9 04:44:44 Attempting uninstall: urllib3 04:44:44 Found existing installation: urllib3 1.25.9 04:44:44 Uninstalling urllib3-1.25.9: 04:44:45 Successfully uninstalled urllib3-1.25.9 04:44:45 Attempting uninstall: requests 04:44:45 Found existing installation: requests 2.23.0 04:44:45 Uninstalling requests-2.23.0: 04:44:45 Successfully uninstalled requests-2.23.0 04:44:47 Running setup.py install for texttable: started 04:44:49 Running setup.py install for texttable: finished with status 'done' 04:44:49 Running setup.py install for PyYAML: started 04:44:51 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 04:44:51 Step 2/26 : FROM ${BUILDER_BASE} AS builder 04:44:51 ---> 3302a34a018e 04:44:51 Step 3/26 : WORKDIR /edgex-go 04:44:51 ---> Using cache 04:44:51 ---> 1554a3c8fe39 04:44:51 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:44:51 ---> Using cache 04:44:51 ---> 70b1b1f30b38 04:44:51 Step 5/26 : RUN apk update && apk add make git 04:44:51 ---> Using cache 04:44:51 ---> c289c77322ad 04:44:51 Step 6/26 : COPY go.mod . 04:44:51 ---> Using cache 04:44:51 ---> 204d74cb10e9 04:44:51 Step 7/26 : RUN go mod download 04:44:51 ---> Using cache 04:44:51 ---> 0241a6ec3cef 04:44:51 Step 8/26 : COPY . . 04:44:51 ---> Using cache 04:44:51 ---> e80d992be042 04:44:51 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 04:44:51 Running setup.py install for PyYAML: finished with status 'done' 04:44:55 Running setup.py install for docopt: started 04:44:57 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 04:44:57 Step 2/22 : FROM ${BUILDER_BASE} AS builder 04:44:57 ---> 3302a34a018e 04:44:57 Step 3/22 : WORKDIR /edgex-go 04:44:57 ---> Using cache 04:44:57 ---> 1554a3c8fe39 04:44:57 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:44:57 ---> Using cache 04:44:57 ---> 70b1b1f30b38 04:44:57 Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 04:44:57 Running setup.py install for docopt: finished with status 'done' 04:44:57 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:44:57 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:44:57 ---> 3302a34a018e 04:44:57 Step 3/21 : WORKDIR /edgex-go 04:44:57 ---> Using cache 04:44:57 ---> 1554a3c8fe39 04:44:57 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:44:57 ---> Using cache 04:44:57 ---> 70b1b1f30b38 04:44:57 Step 5/21 : RUN apk update && apk add make && apk add bash git 04:44:59 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 04:44:59 ---> Running in 34a70feaae54 04:44:59 ---> Running in c74844c91eee 04:44:59 ---> Running in cf55e0c77716 04:45:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:45:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:45:02 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 04:45:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:45:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:45:03 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:45:03 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:45:03 OK: 12620 distinct packages available 04:45:03 Removing intermediate container e255f0ba2742 04:45:03 ---> 99123d8ee7b5 04:45:03 Step 22/26 : RUN apk --no-cache add curl 04:45:03 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:45:03 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:45:03 OK: 12620 distinct packages available 04:45:03 ---> Running in ca1d09ed4c72 04:45:04 OK: 217 MiB in 51 packages 04:45:04 OK: 217 MiB in 51 packages 04:45:05 OK: 217 MiB in 51 packages 04:45:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:45:06 Removing intermediate container 34a70feaae54 04:45:06 ---> ef45cf25c5a7 04:45:06 Step 6/22 : COPY go.mod . 04:45:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:45:07 (1/3) Installing nghttp2-libs (1.41.0-r0) 04:45:07 (2/3) Installing libcurl (7.69.1-r0) 04:45:07 (3/3) Installing curl (7.69.1-r0) 04:45:07 Executing busybox-1.31.1-r16.trigger 04:45:07 OK: 71 MiB in 58 packages 04:45:07 Removing intermediate container c74844c91eee 04:45:07 ---> ae4b8f32122f 04:45:07 Step 6/21 : COPY go.mod . 04:45:08 ---> 4e4efa7be196 04:45:08 Step 7/22 : RUN go mod download 04:45:08 ---> Running in bb86bdf79c95 04:45:10 ---> 077b527ce7cf 04:45:10 Step 7/21 : RUN go mod download 04:45:10 Removing intermediate container ca1d09ed4c72 04:45:10 ---> 7644deff0d87 04:45:10 Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:45:10 ---> Running in 61311fe0e9bf 04:45:10 ---> Running in b9ed15afc40c 04:45:11 Removing intermediate container b9ed15afc40c 04:45:11 ---> f7993c188a60 04:45:11 Step 24/26 : LABEL arch=arm64 04:45:11 ---> Running in cacc6ddb5964 04:45:12 Removing intermediate container cacc6ddb5964 04:45:12 ---> 412197a901c5 04:45:12 Step 25/26 : LABEL git_sha=a7153917a42af36eb2b3d43c7af3a9dfec8c70f9 04:45:12 ---> Running in 743f6f613e1e 04:45:13 Removing intermediate container 743f6f613e1e 04:45:13 ---> 053bd3df5941 04:45:13 Step 26/26 : LABEL version=0.0.0 04:45:13 Removing intermediate container bb86bdf79c95 04:45:13 ---> 4a1478d54dca 04:45:13 Step 8/22 : COPY . . ---> Running in fdf7ebf049d8 04:45:13 04:45:14 Removing intermediate container fdf7ebf049d8 04:45:14 ---> c299b71f4324 04:45:14 04:45:15 Removing intermediate container 61311fe0e9bf 04:45:15 ---> 31969fe23e79 04:45:15 Step 8/21 : COPY . . 04:45:16 Successfully built c299b71f4324 04:45:16 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 04:45:16  Building docker-sys-mgmt-agent-go ... done Building docker-core-command-go 04:45:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:45:25 v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] 04:45:25 v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] 04:45:25 OK: 12620 distinct packages available 04:45:26 OK: 217 MiB in 51 packages 04:45:39 Removing intermediate container 4abd4091af77 04:45:39 ---> 0478fa247737 04:45:39 Step 6/23 : COPY go.mod . 04:45:40 ---> c9a9d2a4f825 04:45:40 Step 7/23 : RUN go mod download 04:45:41 ---> Running in 0e6f96afa616 04:45:46 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 04:45:46 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 04:45:46 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:45:46 ---> 3302a34a018e 04:45:46 Step 3/21 : WORKDIR /edgex-go 04:45:46 ---> Using cache 04:45:46 ---> 1554a3c8fe39 04:45:46 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:45:46 ---> Using cache 04:45:46 ---> 70b1b1f30b38 04:45:46 Step 5/21 : RUN apk update && apk add make git 04:45:46 ---> Using cache 04:45:46 ---> c289c77322ad 04:45:46 Step 6/21 : COPY go.mod . 04:45:46 ---> Using cache 04:45:46 ---> 204d74cb10e9 04:45:46 Step 7/21 : RUN go mod download 04:45:46 ---> Using cache 04:45:46 ---> 0241a6ec3cef 04:45:46 Step 8/21 : COPY . . 04:45:46 ---> Using cache 04:45:46 ---> e80d992be042 04:45:46 Step 9/21 : RUN make cmd/core-command/core-command 04:45:46 ---> Running in cf9d3fc0666d 04:45:47 Removing intermediate container 0e6f96afa616 04:45:47 ---> 871cb04a87ed 04:45:47 Step 8/23 : COPY . . 04:45:48 ---> 0bad114bef22 04:45:48 Step 9/22 : RUN make cmd/core-data/core-data 04:45:48 ---> Running in 11cdedd2ef75 04:45:49 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 04:45:51 ---> 0e5e0b60304c 04:45:51 Step 9/21 : RUN make cmd/support-logging/support-logging 04:45:51 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 04:45:51 ---> Running in 80fa3b59f2d0 04:45:55 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 04:45:55 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 04:46:13 ---> d5f1f35c7c74 04:46:13 Step 9/23 : RUN make cmd/support-notifications/support-notifications 04:46:13 ---> Running in d57a86ca9a53 04:46:14 Removing intermediate container cf55e0c77716 04:46:14 ---> 25a7ae0f5d65 04:46:14 04:46:14 Step 10/26 : FROM alpine:3.10 04:46:14 3.10: Pulling from library/alpine 04:46:14 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 04:46:15 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 04:46:15 Status: Downloaded newer image for alpine:3.10 04:46:15 ---> 536a684cf733 04:46:15 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 04:46:16 ---> Running in 658ea50f6666 04:46:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 04:46:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 04:46:20 v3.10.5-61-g2eb46eec7d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 04:46:20 v3.10.5-58-g477aae6b2f [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 04:46:20 OK: 10167 distinct packages available 04:46:20 (1/5) Installing ca-certificates (20191127-r2) 04:46:20 (2/5) Installing nghttp2-libs (1.39.2-r1) 04:46:20 (3/5) Installing libcurl (7.66.0-r0) 04:46:20 (4/5) Installing curl (7.66.0-r0) 04:46:20 (5/5) Installing dumb-init (1.2.2-r1) 04:46:20 Executing busybox-1.30.1-r3.trigger 04:46:20 Executing ca-certificates-20191127-r2.trigger 04:46:21 OK: 7 MiB in 19 packages 04:46:24 Removing intermediate container 658ea50f6666 04:46:24 ---> 604901b1323c 04:46:24 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:46:24 ---> Running in 1c4c4fa772c4 04:46:24 Removing intermediate container 1c4c4fa772c4 04:46:24 ---> 8c88151b10af 04:46:24 Step 13/26 : WORKDIR / 04:46:24 ---> Running in 34fcda0b627b 04:46:25 Removing intermediate container 34fcda0b627b 04:46:25 ---> 854ee1ca083e 04:46:25 Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 04:46:26 ---> 1152938e58bf 04:46:26 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 04:46:27 ---> ae543aef38aa 04:46:27 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 04:46:29 ---> e581c55a932a 04:46:29 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 04:46:30 ---> 3e7764703ddc 04:46:30 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 04:46:31 ---> a7c3e985e282 04:46:31 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 04:46:33 ---> 2bf0a885ca3d 04:46:33 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 04:46:35 ---> 40b023ee766f 04:46:35 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 04:46:36 ---> c4cb1898733f 04:46:36 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:46:36 ---> Running in c3c2a0f28f54 04:46:40 Removing intermediate container c3c2a0f28f54 04:46:40 ---> 742779e82b12 04:46:40 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 04:46:40 ---> Running in 724a499c2051 04:46:41 Removing intermediate container 724a499c2051 04:46:41 ---> 776dfae65f14 04:46:41 Step 24/26 : LABEL arch=arm64 04:46:41 ---> Running in 376d26ce4f0c 04:46:42 Removing intermediate container 376d26ce4f0c 04:46:42 ---> d5a04254e9a8 04:46:42 Step 25/26 : LABEL git_sha=a7153917a42af36eb2b3d43c7af3a9dfec8c70f9 04:46:42 ---> Running in 0de28603cdc2 04:46:42 Removing intermediate container 0de28603cdc2 04:46:42 ---> db2518ca4e51 04:46:42 Step 26/26 : LABEL version=0.0.0 04:46:42 ---> Running in 3b98a494f8ff 04:46:43 Removing intermediate container 3b98a494f8ff 04:46:43 ---> d515fbe0714a 04:46:43 04:46:44 Successfully built d515fbe0714a 04:46:44 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 04:47:31  Building docker-security-secretstore-setup-go ... done Removing intermediate container 80fa3b59f2d0 04:47:31 ---> 5638405c5d47 04:47:31 04:47:31 Step 10/21 : FROM scratch 04:47:31 ---> 04:47:31 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 04:47:31 ---> Running in 3521e1a55fa6 04:47:31 Removing intermediate container 3521e1a55fa6 04:47:31 ---> 14963eaad6a5 04:47:31 Step 12/21 : ENV APP_PORT=48061 04:47:31 ---> Running in 4771cb6ba6ae 04:47:32 Removing intermediate container 4771cb6ba6ae 04:47:32 ---> f6d31b67968a 04:47:32 Step 13/21 : EXPOSE $APP_PORT 04:47:32 ---> Running in 401e4f110fa9 04:47:33 Removing intermediate container 401e4f110fa9 04:47:33 ---> 7f68afa0aae3 04:47:33 Step 14/21 : COPY --from=builder /bin/bash /bin/bash 04:47:34 ---> 03809a7371a3 04:47:34 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 04:47:35 ---> 8896d0d071d2 04:47:35 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 04:47:37 ---> c98ad3025c1e 04:47:37 Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 04:47:39 ---> a60f8d2acca3 04:47:39 Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:47:39 ---> Running in fee52174b413 04:47:40 Removing intermediate container fee52174b413 04:47:40 ---> 7799a44fd62b 04:47:40 Step 19/21 : LABEL arch=arm64 04:47:40 ---> Running in 42774b96581d 04:47:40 Removing intermediate container cf9d3fc0666d 04:47:40 ---> 70bf71cba4fa 04:47:40 04:47:40 Step 10/21 : FROM scratch 04:47:40 ---> 04:47:40 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:47:40 ---> Using cache 04:47:40 ---> 71bbbd672c30 04:47:40 Step 12/21 : ENV APP_PORT=48082 04:47:40 ---> Running in 0ab8695fb8cf 04:47:40 Removing intermediate container 42774b96581d 04:47:40 ---> a58b98a959f4 04:47:40 Step 20/21 : LABEL git_sha=a7153917a42af36eb2b3d43c7af3a9dfec8c70f9 04:47:41 ---> Running in 8e77cc69e748 04:47:41 Removing intermediate container 0ab8695fb8cf 04:47:41 ---> ee424806d20f 04:47:41 Step 13/21 : EXPOSE $APP_PORT 04:47:41 Removing intermediate container 8e77cc69e748 04:47:41 ---> dce4b2b07f8b 04:47:41 Step 21/21 : LABEL version=0.0.0 04:47:41 ---> Running in c5ed4ffbc93c 04:47:42 ---> Running in 5b82e457313f 04:47:42 Removing intermediate container c5ed4ffbc93c 04:47:42 ---> eddb9fb991aa 04:47:42 Step 14/21 : WORKDIR / 04:47:42 Removing intermediate container 5b82e457313f 04:47:42 ---> 7278d10ffe72 04:47:42 04:47:42 ---> Running in 238270223fcd 04:47:43 Successfully built 7278d10ffe72 04:47:43 Successfully tagged docker-support-logging-go-arm64:latest 04:47:43 Removing intermediate container 238270223fcd 04:47:43 ---> 3abae0eede3b 04:47:43 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 04:47:44  Building docker-support-logging-go ... done  ---> 71479d44f376 04:47:44 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 04:47:46 ---> 1508b2040b59 04:47:46 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 04:47:46 ---> 5a1ebb9475f6 04:47:46 Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:47:47 ---> Running in 645af1a562a0 04:47:48 Removing intermediate container 645af1a562a0 04:47:48 ---> 3dfdf7080391 04:47:48 Step 19/21 : LABEL arch=arm64 04:47:48 ---> Running in 2874a8bba7dd 04:47:49 Removing intermediate container 2874a8bba7dd 04:47:49 ---> 83848f12c551 04:47:49 Step 20/21 : LABEL git_sha=a7153917a42af36eb2b3d43c7af3a9dfec8c70f9 04:47:49 ---> Running in a41baa8a3983 04:47:50 Removing intermediate container a41baa8a3983 04:47:50 ---> 95dc65b9e772 04:47:50 Step 21/21 : LABEL version=0.0.0 04:47:50 Removing intermediate container d57a86ca9a53 04:47:50 ---> 704bc2577871 04:47:50 04:47:50 Step 10/23 : FROM scratch 04:47:50 ---> 04:47:50 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 04:47:50 ---> Running in 33599edd6e16 04:47:50 ---> Using cache 04:47:50 ---> 14963eaad6a5 04:47:50 Step 12/23 : ENV APP_PORT=48060 04:47:50 ---> Running in 2517a85c0fa3 04:47:51 Removing intermediate container 33599edd6e16 04:47:51 ---> a9700c6f971b 04:47:51 04:47:51 Removing intermediate container 2517a85c0fa3 04:47:51 ---> 9a702911c061 04:47:51 Step 13/23 : EXPOSE $APP_PORT 04:47:51 ---> Running in 145cadfc0689 04:47:51 Successfully built a9700c6f971b 04:47:51 Successfully tagged docker-core-command-go-arm64:latest 04:47:52  Building docker-core-command-go ... done Removing intermediate container 145cadfc0689 04:47:52 ---> 617ebb2a186d 04:47:52 Step 14/23 : COPY --from=builder /bin/sh /bin/sh 04:47:53 ---> f7782595a4e2 04:47:53 Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 04:47:54 ---> aef7708004a3 04:47:54 Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl 04:47:55 Removing intermediate container 11cdedd2ef75 04:47:55 ---> 5802d57ff184 04:47:55 04:47:55 Step 10/22 : FROM alpine 04:47:55 ---> 62ee0e9f8440 04:47:55 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:47:55 ---> 624438c5e08d 04:47:55 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 04:47:55 ---> Running in e205ec639560 04:47:56 Removing intermediate container e205ec639560 04:47:56 ---> d51e9717aeb2 04:47:56 Step 12/22 : ENV APP_PORT=48080 04:47:56 ---> Running in 8aab2f4659bd 04:47:56 ---> 9f011d41b5e7 04:47:56 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 04:47:57 Removing intermediate container 8aab2f4659bd 04:47:57 ---> 9214596e72f1 04:47:57 Step 13/22 : EXPOSE $APP_PORT 04:47:57 ---> Running in 96186863c1ba 04:47:57 Removing intermediate container 96186863c1ba 04:47:57 ---> 43e54178dcc1 04:47:57 Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:47:58 ---> 20357733a958 04:47:58 Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 04:47:58 ---> Running in 290f2876ecd6 04:47:59 ---> 7d2f01a987a6 04:47:59 Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:47:59 ---> Running in f3159c7b2e89 04:47:59 Removing intermediate container f3159c7b2e89 04:47:59 ---> 5e3a1b118007 04:47:59 Step 21/23 : LABEL arch=arm64 04:47:59 ---> Running in 692642e87baf 04:48:00 Removing intermediate container 692642e87baf 04:48:00 ---> 913482b603b4 04:48:00 Step 22/23 : LABEL git_sha=a7153917a42af36eb2b3d43c7af3a9dfec8c70f9 04:48:00 ---> Running in 851ac10bcba2 04:48:00 Removing intermediate container 290f2876ecd6 04:48:00 ---> 95db08ebb672 04:48:00 Step 15/22 : RUN apk --no-cache add zeromq 04:48:00 Removing intermediate container 851ac10bcba2 04:48:00 ---> ba38f30b258f 04:48:00 Step 23/23 : LABEL version=0.0.0 04:48:01 ---> Running in c3f97568cdc1 04:48:01 ---> Running in 909d57c861b5 04:48:01 Removing intermediate container 909d57c861b5 04:48:01 ---> 8dec723445c1 04:48:01 04:48:02 Successfully built 8dec723445c1 04:48:02 Successfully tagged docker-support-notifications-go-arm64:latest 04:48:03  Building docker-support-notifications-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:48:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:48:04 (1/5) Installing libgcc (9.3.0-r2) 04:48:04 (2/5) Installing libsodium (1.0.18-r0) 04:48:04 (3/5) Installing libstdc++ (9.3.0-r2) 04:48:05 (4/5) Installing libzmq (4.3.2-r0) 04:48:05 (5/5) Installing zeromq (4.3.2-r0) 04:48:05 Executing busybox-1.31.1-r16.trigger 04:48:05 OK: 8 MiB in 19 packages 04:48:07 Removing intermediate container c3f97568cdc1 04:48:07 ---> 93470847d39b 04:48:07 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 04:48:07 ---> 0fe1bc569919 04:48:07 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 04:48:09 ---> 98b3e2b8f3bf 04:48:09 Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 04:48:10 ---> b41edec80ed5 04:48:10 Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 04:48:10 ---> Running in 0c22e8207141 04:48:10 Removing intermediate container 0c22e8207141 04:48:10 ---> e9d876e43cb6 04:48:10 Step 20/22 : LABEL arch=arm64 04:48:10 ---> Running in d01793e8ebd5 04:48:11 Removing intermediate container d01793e8ebd5 04:48:11 ---> 17934cef02e8 04:48:11 Step 21/22 : LABEL git_sha=a7153917a42af36eb2b3d43c7af3a9dfec8c70f9 04:48:11 ---> Running in 84735ac185fe 04:48:11 Removing intermediate container 84735ac185fe 04:48:11 ---> 07a5c07b1537 04:48:11 Step 22/22 : LABEL version=0.0.0 04:48:11 ---> Running in 4809e81c14fc 04:48:12 Removing intermediate container 4809e81c14fc 04:48:12 ---> a3e9561a752d 04:48:12 04:48:12 Successfully built a3e9561a752d 04:48:12 Successfully tagged docker-core-data-go-arm64:latest 04:48:13  Building docker-core-data-go ... done  [Pipeline] } 04:48:13 $ docker stop --time=1 9f8e11d36a4899097ffa17262b1f9ced21a381c17fba20fdaacfdb213445dca5 04:48:15 $ docker rm -f 9f8e11d36a4899097ffa17262b1f9ced21a381c17fba20fdaacfdb213445dca5 [Pipeline] // withDockerContainer [Pipeline] sh 04:48:15 + + dockergrep docker images 04:48:15 04:48:16 docker-core-data-go-arm64 latest a3e9561a752d 4 seconds ago 22.6MB 04:48:16 docker-support-notifications-go-arm64 latest 8dec723445c1 15 seconds ago 13.9MB 04:48:16 docker-core-command-go-arm64 latest a9700c6f971b 26 seconds ago 12.4MB 04:48:16 docker-support-logging-go-arm64 latest 7278d10ffe72 34 seconds ago 11.4MB 04:48:16 docker-security-secretstore-setup-go-arm64 latest d515fbe0714a About a minute ago 32.6MB 04:48:16 docker-sys-mgmt-agent-go-arm64 latest c299b71f4324 3 minutes ago 266MB 04:48:16 docker-security-secrets-setup-go-arm64 latest 38e0af6f8889 4 minutes ago 24.2MB 04:48:16 docker-core-metadata-go-arm64 latest e97339566f3f 4 minutes ago 13.8MB 04:48:16 docker-support-scheduler-go-arm64 latest 192f35a009f4 4 minutes ago 12.6MB 04:48:16 docker-security-proxy-setup-go-arm64 latest f40380a33489 4 minutes ago 15.8MB 04:48:16 docker latest ce9d55ae87f1 4 weeks ago 193MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 04:48:17 provisioning config files... 04:48:17 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/6@tmp/config6908029201153397271tmp [Pipeline] { [Pipeline] sh 04:48:18 + curl -s https://codecov.io/bash 04:48:18 + bash -s - -t @/w/workspace/edgex-go/6@tmp/config6908029201153397271tmp [Pipeline] } 04:48:18 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 04:48:20 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 04:48:21 ---> package-listing.sh 04:48:21 ++ facter osfamily 04:48:21 ++ tr '[:upper:]' '[:lower:]' 04:48:21 + OS_FAMILY=redhat 04:48:21 + workspace=/w/workspace/edgex-go/6 04:48:21 + START_PACKAGES=/tmp/packages_start.txt 04:48:21 + END_PACKAGES=/tmp/packages_end.txt 04:48:21 + DIFF_PACKAGES=/tmp/packages_diff.txt 04:48:21 + PACKAGES=/tmp/packages_start.txt 04:48:21 + '[' /w/workspace/edgex-go/6 ']' 04:48:21 + PACKAGES=/tmp/packages_end.txt 04:48:21 + case "${OS_FAMILY}" in 04:48:21 + rpm -qa 04:48:21 + sort 04:48:25 + '[' -f /tmp/packages_start.txt ']' 04:48:25 + '[' -f /tmp/packages_end.txt ']' 04:48:25 + diff /tmp/packages_start.txt /tmp/packages_end.txt 04:48:25 + '[' /w/workspace/edgex-go/6 ']' 04:48:25 + mkdir -p /w/workspace/edgex-go/6/archives/ 04:48:25 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/6/archives/ [Pipeline] isUnix [Pipeline] sh 04:48:25 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:48:25 04:48:25 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 04:48:26 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:48:26 alpine: Pulling from edgex-lftools-log-publisher 04:48:26 c9b1b535fdd9: Pulling fs layer 04:48:26 2cc5ad85d9ab: Pulling fs layer 04:48:26 756a868c4378: Pulling fs layer 04:48:26 444b2fc9a129: Pulling fs layer 04:48:26 ea15f1150254: Pulling fs layer 04:48:26 41b27a9f41bf: Pulling fs layer 04:48:26 28c525ee5125: Pulling fs layer 04:48:26 094b1ea09ed8: Pulling fs layer 04:48:26 138eaada9080: Pulling fs layer 04:48:26 0622d0fa9048: Pulling fs layer 04:48:26 444b2fc9a129: Waiting 04:48:26 ea15f1150254: Waiting 04:48:26 41b27a9f41bf: Waiting 04:48:26 28c525ee5125: Waiting 04:48:26 094b1ea09ed8: Waiting 04:48:26 138eaada9080: Waiting 04:48:26 0622d0fa9048: Waiting 04:48:26 2cc5ad85d9ab: Verifying Checksum 04:48:26 2cc5ad85d9ab: Download complete 04:48:26 444b2fc9a129: Verifying Checksum 04:48:26 444b2fc9a129: Download complete 04:48:26 c9b1b535fdd9: Verifying Checksum 04:48:26 c9b1b535fdd9: Download complete 04:48:26 ea15f1150254: Verifying Checksum 04:48:26 ea15f1150254: Download complete 04:48:26 28c525ee5125: Verifying Checksum 04:48:26 28c525ee5125: Download complete 04:48:26 756a868c4378: Verifying Checksum 04:48:26 756a868c4378: Download complete 04:48:26 c9b1b535fdd9: Pull complete 04:48:26 138eaada9080: Verifying Checksum 04:48:26 138eaada9080: Download complete 04:48:26 0622d0fa9048: Verifying Checksum 04:48:26 0622d0fa9048: Download complete 04:48:27 2cc5ad85d9ab: Pull complete 04:48:27 094b1ea09ed8: Verifying Checksum 04:48:27 094b1ea09ed8: Download complete 04:48:27 41b27a9f41bf: Verifying Checksum 04:48:27 41b27a9f41bf: Download complete 04:48:29 756a868c4378: Pull complete 04:48:29 444b2fc9a129: Pull complete 04:48:29 ea15f1150254: Pull complete 04:48:34 41b27a9f41bf: Pull complete 04:48:34 28c525ee5125: Pull complete 04:48:37 094b1ea09ed8: Pull complete 04:48:37 138eaada9080: Pull complete 04:48:37 0622d0fa9048: Pull complete 04:48:37 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 04:48:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:48:37 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 04:48:38 prd-centos7-docker-4c-2g-1527 does not seem to be running inside a container 04:48:38 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 04:48:42 $ docker top 597f388ff9d7abe18cc59542cb403e41f307e5b6ce11b04501974a72219d0d23 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:48:43 provisioning config files... 04:48:43 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/6@tmp/config4681878191122031842tmp [Pipeline] { [Pipeline] echo 04:48:43 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 04:48:43 ---> create-netrc.sh [Pipeline] echo 04:48:43 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 04:48:43 ---> logs-deploy.sh 04:48:43 + ARCHIVE_ARTIFACTS= 04:48:43 + LOGS_SERVER=https://logs.edgexfoundry.org 04:48:43 + '[' https://logs.edgexfoundry.org == None ']' 04:48:43 + NEXUS_URL=https://nexus.edgexfoundry.org 04:48:43 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2633/6 04:48:43 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2633/6/ 04:48:43 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2633/6 /w/workspace/edgex-go/6 04:48:44 Archives upload complete. 04:48:45 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2633/6 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2633/6/