lenny-intel commented: recheck Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of andresrinivasan for edgexfoundry/edgex-go Loading trusted files from base branch master at 30fe914c5ad8e4d98bae6ee0071c56635472cae5 rather than 4361c2e925fe521bdb496b79446f289b0bd15c90 Obtained Jenkinsfile from 30fe914c5ad8e4d98bae6ee0071c56635472cae5 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' 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 f3f382fce060f16c10d6f597981912fab355381a 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 --version # 'git version 2.16.6' > 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 f3f382fce060f16c10d6f597981912fab355381a 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 > git --version # 'git version 2.16.6' 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 f3f382fce060f16c10d6f597981912fab355381a (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f3f382fce060f16c10d6f597981912fab355381a # timeout=10 Commit message: "Merge pull request #282 from ernestojeda/catch-log-publishing-errors" > 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. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 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:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > 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:lfit/releng-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, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [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.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-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 BUILD_SNAP: true [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-3642’ is offline Running on prd-centos7-docker-4c-2g-9574 in /w/workspace/edgexfoundry_edgex-go_PR-2850 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/11 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/11 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 30fe914c5ad8e4d98bae6ee0071c56635472cae5 into PR head commit 4361c2e925fe521bdb496b79446f289b0bd15c90 Merge succeeded, producing 4361c2e925fe521bdb496b79446f289b0bd15c90 Checking out Revision 4361c2e925fe521bdb496b79446f289b0bd15c90 (PR-2850) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # 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 --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2850/head:refs/remotes/origin/PR-2850 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4361c2e925fe521bdb496b79446f289b0bd15c90 # 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 30fe914c5ad8e4d98bae6ee0071c56635472cae5 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4361c2e925fe521bdb496b79446f289b0bd15c90 # timeout=10 Commit message: "feat(security): Add security-redis-bootstrap service" > git rev-list --no-walk 4361c2e925fe521bdb496b79446f289b0bd15c90 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 21:45:25 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 21:45:25 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 21:45:25 ========================================================= 21:45:25 EdgeX Global Pipelines Version Info 21:45:25 ========================================================= [Pipeline] libraryResource [Pipeline] sh 21:45:27 ------------------- 21:45:27 stable info: 21:45:27 ------------------- 21:45:27 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 21:45:27 Commit SHA: f3f382fce060f16c10d6f597981912fab355381a 21:45:27 Message: update stable to v1.0.148 21:45:28 ------------------- 21:45:28 experimental info: 21:45:28 ------------------- 21:45:28 Commited By: **** collab-it+edgex@linuxfoundation.org 21:45:28 Commit SHA: 14412ea6c559e203c60c6aec71a1cbd01eb2e17f 21:45:28 Message: update experimental to v1.0.152 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 21:45:28 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 21:45:28 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 21:45:28 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 21:45:28 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 21:45:29 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 21:45:29 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 21:45:29 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 21:45:29 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 21:45:29 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 21:45:29 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 21:45:29 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 21:45:29 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 21:45:29 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 21:45:29 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 21:45:29 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 21:45:30 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 21:45:30 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 21:45:30 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 21:45:30 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 21:45:30 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 21:45:30 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 21:45:30 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2850 [Pipeline] echo 21:45:30 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2850 [Pipeline] echo 21:45:30 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2850 [Pipeline] echo 21:45:30 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 4361c2e925fe521bdb496b79446f289b0bd15c90 [Pipeline] echo 21:45:31 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4361c2e [Pipeline] echo 21:45:31 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] sh 21:45:31 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrap-redis/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 21:45:31 + for file in '`ls cmd/**/Dockerfile`' 21:45:31 ++ dirname cmd/core-command/Dockerfile 21:45:31 ++ cut -d/ -f2 21:45:31 + echo core-command,cmd/core-command/Dockerfile 21:45:31 + for file in '`ls cmd/**/Dockerfile`' 21:45:31 ++ dirname cmd/core-data/Dockerfile 21:45:31 ++ cut -d/ -f2 21:45:31 + echo core-data,cmd/core-data/Dockerfile 21:45:31 + for file in '`ls cmd/**/Dockerfile`' 21:45:31 ++ dirname cmd/core-metadata/Dockerfile 21:45:31 ++ cut -d/ -f2 21:45:31 + echo core-metadata,cmd/core-metadata/Dockerfile 21:45:31 + for file in '`ls cmd/**/Dockerfile`' 21:45:31 ++ dirname cmd/security-bootstrap-redis/Dockerfile 21:45:31 ++ cut -d/ -f2 21:45:31 + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile 21:45:31 + for file in '`ls cmd/**/Dockerfile`' 21:45:31 ++ dirname cmd/security-proxy-setup/Dockerfile 21:45:31 ++ cut -d/ -f2 21:45:31 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 21:45:31 + for file in '`ls cmd/**/Dockerfile`' 21:45:31 ++ dirname cmd/security-secrets-setup/Dockerfile 21:45:31 ++ cut -d/ -f2 21:45:31 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 21:45:31 + for file in '`ls cmd/**/Dockerfile`' 21:45:31 ++ dirname cmd/security-secretstore-setup/Dockerfile 21:45:31 ++ cut -d/ -f2 21:45:31 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 21:45:31 + for file in '`ls cmd/**/Dockerfile`' 21:45:31 ++ dirname cmd/support-logging/Dockerfile 21:45:31 ++ cut -d/ -f2 21:45:31 + echo support-logging,cmd/support-logging/Dockerfile 21:45:31 + for file in '`ls cmd/**/Dockerfile`' 21:45:31 ++ dirname cmd/support-notifications/Dockerfile 21:45:31 ++ cut -d/ -f2 21:45:31 + echo support-notifications,cmd/support-notifications/Dockerfile 21:45:31 + for file in '`ls cmd/**/Dockerfile`' 21:45:31 ++ dirname cmd/support-scheduler/Dockerfile 21:45:31 ++ cut -d/ -f2 21:45:31 + echo support-scheduler,cmd/support-scheduler/Dockerfile 21:45:31 + for file in '`ls cmd/**/Dockerfile`' 21:45:31 ++ dirname cmd/sys-mgmt-agent/Dockerfile 21:45:31 ++ cut -d/ -f2 21:45:31 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 21:45:31 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-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/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 21:45:33 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:45:33 21:45:33 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 21:45:33 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:45:33 latest: Pulling from edgex-devops/git-semver 21:45:33 31603596830f: Pulling fs layer 21:45:33 2a8b12db71e7: Pulling fs layer 21:45:33 6ca5941a6612: Pulling fs layer 21:45:33 ecc8261a40a4: Pulling fs layer 21:45:33 ecc8261a40a4: Waiting 21:45:33 2a8b12db71e7: Verifying Checksum 21:45:33 2a8b12db71e7: Download complete 21:45:34 31603596830f: Verifying Checksum 21:45:34 31603596830f: Download complete 21:45:34 6ca5941a6612: Verifying Checksum 21:45:34 6ca5941a6612: Download complete 21:45:34 ecc8261a40a4: Verifying Checksum 21:45:34 ecc8261a40a4: Download complete 21:45:34 31603596830f: Pull complete 21:45:34 2a8b12db71e7: Pull complete 21:45:35 6ca5941a6612: Pull complete 21:45:35 ecc8261a40a4: Pull complete 21:45:35 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 21:45:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:45:35 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 21:45:35 prd-centos7-docker-4c-2g-9574 does not seem to be running inside a container 21:45:35 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 21:45:38 $ docker top f099da34a24eb4f706e73115d6c2166049dc508182af5e48c474b8e5d8e6ef66 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:45:38 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:45:38 [ssh-agent] Looking for ssh-agent implementation... 21:45:38 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:45:38 $ docker exec f099da34a24eb4f706e73115d6c2166049dc508182af5e48c474b8e5d8e6ef66 ssh-agent 21:45:38 SSH_AUTH_SOCK=/tmp/ssh-pkWtRXyzTzC7/agent.12 21:45:38 SSH_AGENT_PID=17 21:45:38 Running ssh-add (command line suppressed) 21:45:38 Identity added: /w/workspace/edgex-go/11@tmp/private_key_4985071033392954198.key (/w/workspace/edgex-go/11@tmp/private_key_4985071033392954198.key) 21:45:38 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:45:39 + git tag --points-at HEAD [Pipeline] } 21:45:39 $ docker exec --env ******** --env ******** f099da34a24eb4f706e73115d6c2166049dc508182af5e48c474b8e5d8e6ef66 ssh-agent -k 21:45:39 unset SSH_AUTH_SOCK; 21:45:39 unset SSH_AGENT_PID; 21:45:39 echo Agent pid 17 killed; 21:45:39 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 21:45:39 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:45:39 [ssh-agent] Looking for ssh-agent implementation... 21:45:39 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:45:39 $ docker exec f099da34a24eb4f706e73115d6c2166049dc508182af5e48c474b8e5d8e6ef66 ssh-agent 21:45:39 SSH_AUTH_SOCK=/tmp/ssh-bxtgNDji6JQ2/agent.45 21:45:39 SSH_AGENT_PID=50 21:45:39 Running ssh-add (command line suppressed) 21:45:40 Identity added: /w/workspace/edgex-go/11@tmp/private_key_373124181138781452.key (/w/workspace/edgex-go/11@tmp/private_key_373124181138781452.key) 21:45:40 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:45:40 + git semver init 21:45:40 # -> Open(): unable to determine branch for HEAD 21:45:40 # $GIT_DIR = /w/workspace/edgex-go/11/.git 21:45:40 # $GIT_WORK_TREE = /w/workspace/edgex-go/11 21:45:40 # $SEMVER_REMOTE_NAME = origin 21:45:40 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:45:40 # $SEMVER_USER_NAME = edgex-jenkins 21:45:40 # $SEMVER_BRANCH = PR-2850 21:45:40 # $SEMVER_TEMP = /tmp/semver-401124905 21:45:40 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 21:45:58 # '/tmp/semver-401124905' -> '/w/workspace/edgex-go/11/.semver' 21:45:58 # -> Force: false 21:45:58 # $SEMVER_DIR = /w/workspace/edgex-go/11/.semver [Pipeline] } 21:45:58 $ docker exec --env ******** --env ******** f099da34a24eb4f706e73115d6c2166049dc508182af5e48c474b8e5d8e6ef66 ssh-agent -k 21:45:58 unset SSH_AUTH_SOCK; 21:45:58 unset SSH_AGENT_PID; 21:45:58 echo Agent pid 50 killed; 21:45:58 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:45:59 + git semver [Pipeline] } 21:45:59 $ docker stop --time=1 f099da34a24eb4f706e73115d6c2166049dc508182af5e48c474b8e5d8e6ef66 21:46:01 $ docker rm -f f099da34a24eb4f706e73115d6c2166049dc508182af5e48c474b8e5d8e6ef66 [Pipeline] // withDockerContainer [Pipeline] sh 21:46:01 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 21:46:02 Stashed 1 file(s) [Pipeline] echo 21:46:02 [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 21:46:02 ========================================================= 21:46:02 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 21:46:02 ========================================================= [Pipeline] isUnix [Pipeline] sh 21:46:03 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 21:46:06 Sending build context to Docker daemon 325.8MB 21:46:06 Step 1/7 : ARG BASE=golang:1.15-alpine 21:46:06 Step 2/7 : FROM ${BASE} 21:46:06 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 21:46:06 df20fa9351a1: Pulling fs layer 21:46:06 ed8968b2872e: Pulling fs layer 21:46:06 a92cc7c5fd73: Pulling fs layer 21:46:06 e871e8e8d7a9: Pulling fs layer 21:46:06 e73272ec9a57: Pulling fs layer 21:46:06 1e910a182e73: Pulling fs layer 21:46:06 4e634b169226: Pulling fs layer 21:46:06 e871e8e8d7a9: Waiting 21:46:06 e73272ec9a57: Waiting 21:46:06 1e910a182e73: Waiting 21:46:06 4e634b169226: Waiting 21:46:06 a92cc7c5fd73: Verifying Checksum 21:46:06 a92cc7c5fd73: Download complete 21:46:06 ed8968b2872e: Verifying Checksum 21:46:06 ed8968b2872e: Download complete 21:46:06 e73272ec9a57: Verifying Checksum 21:46:06 e73272ec9a57: Download complete 21:46:06 1e910a182e73: Verifying Checksum 21:46:06 1e910a182e73: Download complete 21:46:06 df20fa9351a1: Verifying Checksum 21:46:06 df20fa9351a1: Download complete 21:46:07 df20fa9351a1: Pull complete 21:46:07 ed8968b2872e: Pull complete 21:46:07 a92cc7c5fd73: Pull complete 21:46:09 4e634b169226: Verifying Checksum 21:46:09 4e634b169226: Download complete 21:46:09 e871e8e8d7a9: Verifying Checksum 21:46:09 e871e8e8d7a9: Download complete 21:46:14 e871e8e8d7a9: Pull complete 21:46:14 e73272ec9a57: Pull complete 21:46:14 1e910a182e73: Pull complete 21:46:17 Still waiting to schedule task 21:46:17 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 21:46:20 4e634b169226: Pull complete 21:46:20 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 21:46:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 21:46:20 ---> f7629b54cfaa 21:46:20 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 21:46:20 ---> Running in 6f3adffaea2e 21:46:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:46:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:46:22 (1/12) Installing libmagic (5.38-r0) 21:46:22 (2/12) Installing file (5.38-r0) 21:46:22 (3/12) Installing libc-dev (0.7.2-r3) 21:46:23 (4/12) Installing g++ (9.3.0-r2) 21:46:26 (5/12) Installing fortify-headers (1.1-r0) 21:46:26 (6/12) Installing patch (2.7.6-r6) 21:46:26 (7/12) Installing build-base (0.5-r2) 21:46:26 (8/12) Installing libsodium (1.0.18-r0) 21:46:26 (9/12) Installing pkgconf (1.7.2-r0) 21:46:26 (10/12) Installing libsodium-dev (1.0.18-r0) 21:46:26 (11/12) Installing libzmq (4.3.3-r0) 21:46:26 (12/12) Installing zeromq-dev (4.3.3-r0) 21:46:26 Executing busybox-1.31.1-r16.trigger 21:46:26 OK: 233 MiB in 51 packages 21:46:30 Removing intermediate container 6f3adffaea2e 21:46:30 ---> 072df49ee713 21:46:30 Step 4/7 : WORKDIR /edgex-go 21:46:30 ---> Running in fc1f865cab89 21:46:30 Removing intermediate container fc1f865cab89 21:46:30 ---> 4ff428f09d1a 21:46:30 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 21:46:30 latest: Pulling from library/docker 21:46:30 188c0c94c7c5: Pulling fs layer 21:46:30 0c7c675703d6: Pulling fs layer 21:46:30 cc8c12a437cb: Pulling fs layer 21:46:30 c5dafad2182a: Pulling fs layer 21:46:30 5aa711733414: Pulling fs layer 21:46:30 058f73b55e4b: Pulling fs layer 21:46:30 8c9c664faf12: Pulling fs layer 21:46:30 c5dafad2182a: Waiting 21:46:30 5aa711733414: Waiting 21:46:30 058f73b55e4b: Waiting 21:46:30 8c9c664faf12: Waiting 21:46:30 cc8c12a437cb: Verifying Checksum 21:46:30 cc8c12a437cb: Download complete 21:46:30 0c7c675703d6: Verifying Checksum 21:46:30 0c7c675703d6: Download complete 21:46:30 188c0c94c7c5: Verifying Checksum 21:46:30 188c0c94c7c5: Download complete 21:46:31 5aa711733414: Verifying Checksum 21:46:31 5aa711733414: Download complete 21:46:31 058f73b55e4b: Verifying Checksum 21:46:31 058f73b55e4b: Download complete 21:46:31 8c9c664faf12: Verifying Checksum 21:46:31 8c9c664faf12: Download complete 21:46:31 188c0c94c7c5: Pull complete 21:46:31 0c7c675703d6: Pull complete 21:46:31 cc8c12a437cb: Pull complete 21:46:31 c5dafad2182a: Verifying Checksum 21:46:31 c5dafad2182a: Download complete 21:46:34 c5dafad2182a: Pull complete 21:46:34 5aa711733414: Pull complete 21:46:34 058f73b55e4b: Pull complete 21:46:34 8c9c664faf12: Pull complete 21:46:34 Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 21:46:34 Status: Downloaded newer image for docker:latest 21:46:36 ---> 9b92c3113718 21:46:36 Step 6/7 : COPY go.mod . 21:46:36 ---> 480deac7a0bc 21:46:36 Step 7/7 : RUN go mod download 21:46:36 ---> Running in a693ee370c8d 21:46:58 Removing intermediate container a693ee370c8d 21:46:58 ---> 159711ac1036 21:46:58 Successfully built 159711ac1036 21:46:58 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 21:46:58 + docker inspect -f . ci-base-image-x86_64 21:46:58 . [Pipeline] withDockerContainer 21:46:59 prd-centos7-docker-4c-2g-9574 does not seem to be running inside a container 21:46:59 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 21:47:00 $ docker top 934b6c96507b619688c0aa8c2c9317578365f839f1f6e3976d643c21b8e4ed52 -eo pid,comm [Pipeline] { [Pipeline] sh 21:47:00 + go version 21:47:00 go version go1.15.2 linux/amd64 [Pipeline] } 21:47:00 $ docker stop --time=1 934b6c96507b619688c0aa8c2c9317578365f839f1f6e3976d643c21b8e4ed52 21:47:02 $ docker rm -f 934b6c96507b619688c0aa8c2c9317578365f839f1f6e3976d643c21b8e4ed52 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:47:03 + docker inspect -f . ci-base-image-x86_64 21:47:03 . [Pipeline] withDockerContainer 21:47:03 prd-centos7-docker-4c-2g-9574 does not seem to be running inside a container 21:47:03 $ 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/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 21:47:04 $ docker top e89131704896bd5337c605c14fdab1fd0f29b1d7f1205cc16cd6bca50e1b8669 -eo pid,comm [Pipeline] { [Pipeline] echo 21:47:04 ========================================================= 21:47:04 [edgeXBuildGoParallel] Running Tests and Build... 21:47:04 ========================================================= [Pipeline] sh 21:47:04 + make test 21:47:04 GO111MODULE=on go test -coverprofile=coverage.out ./... 21:47:07 ? github.com/edgexfoundry/edgex-go [no test files] 21:47:17 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 21:47:22 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 21:47:22 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 21:47:22 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 21:47:22 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 21:47:23 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 21:47:24 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.017s 21:47:24 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 21:47:24 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 21:47:24 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 21:47:24 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 21:47:25 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 21:47:25 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 21:47:25 ? github.com/edgexfoundry/edgex-go/internal [no test files] 21:47:28 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.026s coverage: 46.6% of statements 21:47:28 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 21:47:28 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 21:47:28 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 21:47:28 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 21:47:28 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 21:47:31 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.065s coverage: 27.1% of statements 21:47:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 21:47:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 21:47:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 21:47:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 21:47:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 21:47:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 21:47:31 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.033s coverage: 100.0% of statements 21:47:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 21:47:31 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.010s coverage: 100.0% of statements 21:47:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 21:47:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 21:47:31 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.025s coverage: 64.9% of statements 21:47:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 21:47:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 21:47:32 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.331s coverage: 84.5% of statements 21:47:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 21:47:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 21:47:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 21:47:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 21:47:32 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.067s coverage: 28.6% of statements 21:47:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 21:47:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 21:47:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 21:47:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 21:47:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 21:47:32 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.020s coverage: 100.0% of statements 21:47:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 21:47:32 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.035s coverage: 100.0% of statements 21:47:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 21:47:33 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.018s coverage: 86.7% of statements 21:47:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 21:47:33 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.034s coverage: 97.5% of statements 21:47:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 21:47:33 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.046s coverage: 100.0% of statements 21:47:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 21:47:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 21:47:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 21:47:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 21:47:34 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.074s coverage: 95.7% of statements 21:47:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 21:47:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 21:47:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 21:47:34 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 21:47:34 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 21:47:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 21:47:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 21:47:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 21:47:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 21:47:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 21:47:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 21:47:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 21:47:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 21:47:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 21:47:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 21:47:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 21:47:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 21:47:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 21:47:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 21:47:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 21:47:34 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.024s coverage: 58.8% of statements 21:47:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 21:47:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 21:47:34 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.015s coverage: 0.0% of statements [no tests to run] 21:47:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 21:47:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 21:47:35 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.069s coverage: 63.5% of statements 21:47:35 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 21:47:35 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 21:47:35 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.013s coverage: 100.0% of statements 21:47:35 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.011s coverage: 91.3% of statements 21:47:35 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.018s coverage: 100.0% of statements 21:47:35 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.011s coverage: 73.7% of statements 21:47:36 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.012s coverage: 100.0% of statements 21:47:36 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.100s coverage: 55.9% of statements 21:47:36 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 21:47:36 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 21:47:36 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 21:47:36 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 21:47:36 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 21:47:36 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 21:47:40 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 3.219s coverage: 86.3% of statements 21:47:40 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 21:47:40 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.268s coverage: 72.2% of statements 21:47:40 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.114s coverage: 72.1% of statements 21:47:40 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.011s coverage: 82.4% of statements 21:47:40 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.017s coverage: 48.4% of statements 21:47:40 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 21:47:40 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 21:47:40 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 21:47:40 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.013s coverage: 28.8% of statements 21:47:40 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 21:47:40 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.078s coverage: 96.8% of statements 21:47:40 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 21:47:40 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.018s coverage: 36.5% of statements 21:47:40 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 21:47:40 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 21:47:40 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.099s coverage: 84.1% of statements 21:47:40 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.008s coverage: 100.0% of statements 21:47:40 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.011s coverage: 42.9% of statements 21:47:40 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 21:47:40 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 21:47:40 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.018s coverage: 100.0% of statements 21:47:40 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 21:47:40 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.020s coverage: 83.8% of statements 21:47:40 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 21:47:41 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.022s coverage: 47.1% of statements 21:47:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 21:47:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 21:47:41 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.005s coverage: 100.0% of statements 21:47:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 21:47:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 21:47:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 21:47:41 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.011s coverage: 100.0% of statements 21:47:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 21:47:41 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.019s coverage: 100.0% of statements 21:47:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 21:47:43 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.049s coverage: 29.1% of statements 21:47:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 21:47:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 21:47:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 21:47:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 21:47:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 21:47:43 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.026s coverage: 99.0% of statements 21:47:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 21:47:43 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.015s coverage: 100.0% of statements 21:47:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 21:47:43 ok github.com/edgexfoundry/edgex-go/internal/system 0.008s coverage: 0.0% of statements 21:47:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 21:47:43 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.037s coverage: 100.0% of statements 21:47:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 21:47:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 21:47:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 21:47:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 21:47:43 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.012s coverage: 87.9% of statements 21:47:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 21:47:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 21:47:43 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.008s coverage: 100.0% of statements 21:47:43 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.005s coverage: 32.1% of statements 21:47:44 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.006s coverage: 100.0% of statements 21:47:44 GO111MODULE=on go vet ./... 21:47:52 gofmt -l . 21:47:52 [ "`gofmt -l .`" = "" ] 21:47:52 ./bin/test-go-mod-tidy.sh 21:47:53 ./bin/test-attribution-txt.sh [Pipeline] sh 21:47:55 + ls -al . 21:47:55 total 632 21:47:55 drwxrwxr-x 10 1001 1001 4096 Oct 28 21:47 . 21:47:55 drwxr-xr-x 4 root root 30 Oct 28 21:47 .. 21:47:55 -rw-rw-r-- 1 1001 1001 11 Oct 28 21:45 .dockerignore 21:47:55 drwxrwxr-x 8 1001 1001 179 Oct 28 21:45 .git 21:47:55 drwxrwxr-x 3 1001 1001 125 Oct 28 21:45 .github 21:47:55 -rw-rw-r-- 1 1001 1001 944 Oct 28 21:45 .gitignore 21:47:55 drwx------ 3 1001 1001 47 Oct 28 21:45 .semver 21:47:55 -rw-rw-r-- 1 1001 1001 166 Oct 28 21:45 .sonarcloud.properties 21:47:55 -rw-rw-r-- 1 1001 1001 3804 Oct 28 21:45 CONTRIBUTING.md 21:47:55 -rw-rw-r-- 1 1001 1001 1035 Oct 28 21:45 Dockerfile.build 21:47:55 -rw-rw-r-- 1 1001 1001 863 Oct 28 21:45 Jenkinsfile 21:47:55 -rw-rw-r-- 1 1001 1001 10775 Oct 28 21:45 LICENSE 21:47:55 -rw-rw-r-- 1 1001 1001 6611 Oct 28 21:45 Makefile 21:47:55 -rw-rw-r-- 1 1001 1001 6447 Oct 28 21:45 README.md 21:47:55 -rw-rw-r-- 1 1001 1001 259 Oct 28 21:45 SECURITY.md 21:47:55 -rw-rw-r-- 1 1001 1001 5 Oct 28 21:46 VERSION 21:47:55 -rw-rw-r-- 1 1001 1001 4131 Oct 28 21:45 ZMQWindows.md 21:47:55 drwxrwxr-x 2 1001 1001 117 Oct 28 21:45 bin 21:47:55 drwxrwxr-x 15 1001 1001 4096 Oct 28 21:45 cmd 21:47:55 -rw-r--r-- 1 root root 539324 Oct 28 21:47 coverage.out 21:47:55 -rw-r--r-- 1 root root 1041 Oct 28 21:47 go.mod 21:47:55 -rw-r--r-- 1 root root 18582 Oct 28 21:47 go.sum 21:47:55 drwxrwxr-x 8 1001 1001 127 Oct 28 21:45 internal 21:47:55 drwxrwxr-x 4 1001 1001 26 Oct 28 21:45 openapi 21:47:55 drwxrwxr-x 4 1001 1001 71 Oct 28 21:45 snap 21:47:55 -rw-rw-r-- 1 1001 1001 168 Oct 28 21:45 version.go [Pipeline] sh 21:47:55 + '[' -e coverage.out ] 21:47:55 + chown 1001:1001 coverage.out [Pipeline] stash 21:47:56 Stashed 1 file(s) [Pipeline] sh 21:47:56 + make build 21:47:56 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 21:48:04 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 21:48:06 Running on prd-ubuntu18.04-docker-arm64-4c-16g-9575 in /w/workspace/edgexfoundry_edgex-go_PR-2850 [Pipeline] { [Pipeline] ws 21:48:06 Running in /w/workspace/edgex-go/11 [Pipeline] { [Pipeline] checkout 21:48:07 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 21:48:09 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 21:48:10 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 21:48:11 using credential edgex-jenkins-ssh 21:48:11 Cloning the remote Git repository 21:48:12 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 21:48:12 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 21:48:11 Cloning repository git@github.com:edgexfoundry/edgex-go.git 21:48:11 > git init /w/workspace/edgex-go/11 # timeout=10 21:48:12 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 21:48:12 > git --version # timeout=10 21:48:12 > git --version # 'git version 2.17.1' 21:48:12 using GIT_SSH to set credentials SSH Credentials for GitHub 21:48:12 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 21:48:13 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 21:48:15 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 21:48:16 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 21:48:17 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 21:48:18 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 21:48:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [Pipeline] } 21:48:20 $ docker stop --time=1 e89131704896bd5337c605c14fdab1fd0f29b1d7f1205cc16cd6bca50e1b8669 21:48:22 $ docker rm -f e89131704896bd5337c605c14fdab1fd0f29b1d7f1205cc16cd6bca50e1b8669 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:48:24 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 21:48:24 21:48:24 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 21:48:24 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 21:48:24 latest: Pulling from edgex-devops/edgex-compose 21:48:24 cbdbe7a5bc2a: Pulling fs layer 21:48:24 ca9280d653b3: Pulling fs layer 21:48:24 7e9c9ca2126c: Pulling fs layer 21:48:25 cbdbe7a5bc2a: Verifying Checksum 21:48:25 cbdbe7a5bc2a: Download complete 21:48:25 ca9280d653b3: Verifying Checksum 21:48:25 ca9280d653b3: Download complete 21:48:25 cbdbe7a5bc2a: Pull complete 21:48:26 ca9280d653b3: Pull complete 21:48:26 7e9c9ca2126c: Verifying Checksum 21:48:26 7e9c9ca2126c: Download complete 21:48:28 Merging remotes/origin/master commit 30fe914c5ad8e4d98bae6ee0071c56635472cae5 into PR head commit 4361c2e925fe521bdb496b79446f289b0bd15c90 21:48:27 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 21:48:27 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 21:48:27 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 21:48:27 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 21:48:27 using GIT_SSH to set credentials SSH Credentials for GitHub 21:48:27 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2850/head:refs/remotes/origin/PR-2850 +refs/heads/master:refs/remotes/origin/master # timeout=10 21:48:28 > git config core.sparsecheckout # timeout=10 21:48:28 > git checkout -f 4361c2e925fe521bdb496b79446f289b0bd15c90 # timeout=10 21:48:29 Merge succeeded, producing 4361c2e925fe521bdb496b79446f289b0bd15c90 21:48:29 Checking out Revision 4361c2e925fe521bdb496b79446f289b0bd15c90 (PR-2850) 21:48:29 > git remote # timeout=10 21:48:29 > git config --get remote.origin.url # timeout=10 21:48:29 using GIT_SSH to set credentials SSH Credentials for GitHub 21:48:29 > git merge 30fe914c5ad8e4d98bae6ee0071c56635472cae5 # timeout=10 21:48:29 > git rev-parse HEAD^{commit} # timeout=10 21:48:29 > git config core.sparsecheckout # timeout=10 21:48:29 > git checkout -f 4361c2e925fe521bdb496b79446f289b0bd15c90 # timeout=10 21:48:33 7e9c9ca2126c: Pull complete 21:48:33 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 21:48:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 21:48:33 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 21:48:33 prd-centos7-docker-4c-2g-9574 does not seem to be running inside a container 21:48:33 Commit message: "feat(security): Add security-redis-bootstrap service" 21:48:33 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 21:48:36 $ docker top 7547db0f8e591fda64715628f00f33b15612d95793b293ea7babf8e3d7b1c881 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) 21:48:36 + docker-compose build --help 21:48:36 + grep parallel [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 21:48:36 ========================================================= 21:48:36 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 21:48:36 ========================================================= [Pipeline] isUnix [Pipeline] sh 21:48:37 --parallel Build images in parallel. [Pipeline] } 21:48:37 $ docker stop --time=1 7547db0f8e591fda64715628f00f33b15612d95793b293ea7babf8e3d7b1c881 21:48:38 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 21:48:39 $ docker rm -f 7547db0f8e591fda64715628f00f33b15612d95793b293ea7babf8e3d7b1c881 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:48:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 21:48:39 . [Pipeline] withDockerContainer 21:48:39 prd-centos7-docker-4c-2g-9574 does not seem to be running inside a container 21:48:39 $ 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/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 21:48:40 $ docker top ae722deed538604b66b52754ee6ddb128f69dd81bc32499a6da091e4dc7e89a4 -eo pid,comm 21:48:40 Sending build context to Docker daemon 165.4MB 21:48:40 Step 1/7 : ARG BASE=golang:1.15-alpine 21:48:40 Step 2/7 : FROM ${BASE} [Pipeline] { [Pipeline] sh 21:48:41 + docker-compose -f ./docker-compose-build.yml build --parallel 21:48:41 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 21:48:41 b538f80385f9: Pulling fs layer 21:48:41 74f711af9a0d: Pulling fs layer 21:48:41 99f96fe45779: Pulling fs layer 21:48:41 8529a6b9a6be: Pulling fs layer 21:48:41 45590311c82a: Pulling fs layer 21:48:41 69ca0ff8b7b3: Pulling fs layer 21:48:41 209524e5b208: Pulling fs layer 21:48:41 8529a6b9a6be: Waiting 21:48:41 45590311c82a: Waiting 21:48:41 69ca0ff8b7b3: Waiting 21:48:41 209524e5b208: Waiting 21:48:41 99f96fe45779: Verifying Checksum 21:48:41 99f96fe45779: Download complete 21:48:41 74f711af9a0d: Download complete 21:48:41 45590311c82a: Verifying Checksum 21:48:41 45590311c82a: Download complete 21:48:41 69ca0ff8b7b3: Verifying Checksum 21:48:41 69ca0ff8b7b3: Download complete 21:48:41 b538f80385f9: Verifying Checksum 21:48:41 b538f80385f9: Download complete 21:48:41 b538f80385f9: Pull complete 21:48:42 Building docker-core-command-go ... 21:48:42 Building docker-core-data-go ... 21:48:42 Building docker-core-metadata-go ... 21:48:42 Building docker-security-bootstrap-redis-go ... 21:48:42 Building docker-security-proxy-setup-go ... 21:48:42 Building docker-security-secrets-setup-go ... 21:48:42 Building docker-security-secretstore-setup-go ... 21:48:42 Building docker-support-logging-go ... 21:48:42 Building docker-support-notifications-go ... 21:48:42 Building docker-support-scheduler-go ... 21:48:42 Building docker-sys-mgmt-agent-go ... 21:48:42 Building docker-security-bootstrap-redis-go 21:48:42 Building docker-support-notifications-go 21:48:42 Building docker-sys-mgmt-agent-go 21:48:42 Building docker-support-scheduler-go 21:48:42 Building docker-core-command-go 21:48:42 74f711af9a0d: Pull complete 21:48:42 99f96fe45779: Pull complete 21:48:43 209524e5b208: Download complete 21:48:45 8529a6b9a6be: Verifying Checksum 21:48:45 8529a6b9a6be: Download complete 21:48:55 8529a6b9a6be: Pull complete 21:48:55 45590311c82a: Pull complete 21:48:55 69ca0ff8b7b3: Pull complete 21:48:58 209524e5b208: Pull complete 21:48:59 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 21:48:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 21:48:59 ---> 5bddaf1c2fca 21:48:59 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 21:49:02 ---> Running in e72a4ba4cf9a 21:49:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:49:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:49:05 (1/12) Installing libmagic (5.38-r0) 21:49:05 (2/12) Installing file (5.38-r0) 21:49:05 (3/12) Installing libc-dev (0.7.2-r3) 21:49:05 (4/12) Installing g++ (9.3.0-r2) 21:49:10 (5/12) Installing fortify-headers (1.1-r0) 21:49:10 (6/12) Installing patch (2.7.6-r6) 21:49:10 (7/12) Installing build-base (0.5-r2) 21:49:10 (8/12) Installing libsodium (1.0.18-r0) 21:49:10 (9/12) Installing pkgconf (1.7.2-r0) 21:49:10 (10/12) Installing libsodium-dev (1.0.18-r0) 21:49:10 (11/12) Installing libzmq (4.3.3-r0) 21:49:10 (12/12) Installing zeromq-dev (4.3.3-r0) 21:49:10 Executing busybox-1.31.1-r16.trigger 21:49:10 OK: 217 MiB in 51 packages 21:49:14 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 21:49:14 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:49:14 ---> 159711ac1036 21:49:14 Step 3/22 : WORKDIR /edgex-go 21:49:14 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 21:49:14 Step 2/27 : FROM ${BUILDER_BASE} AS builder 21:49:14 ---> 159711ac1036 21:49:14 Step 3/27 : WORKDIR /edgex-go 21:49:14 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 21:49:14 Step 2/24 : FROM ${BUILDER_BASE} AS builder 21:49:14 ---> 159711ac1036 21:49:14 Step 3/24 : WORKDIR /edgex-go 21:49:14 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 21:49:14 Step 2/21 : FROM ${BUILDER_BASE} AS builder 21:49:14 ---> 159711ac1036 21:49:14 Step 3/21 : WORKDIR /edgex-go 21:49:14 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 21:49:14 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:49:14 ---> 159711ac1036 21:49:14 Step 3/22 : WORKDIR /edgex-go 21:49:14 ---> Running in 9e4264028a49 21:49:14 ---> Running in 1447880a3de6 21:49:14 ---> Running in f1e21a5e1633 21:49:14 ---> Running in 33ca4cab7ab7 21:49:14 ---> Running in 1ff2189c6e67 21:49:14 Removing intermediate container f1e21a5e1633 21:49:14 ---> 9164ae2d9ae4 21:49:14 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:49:14 Removing intermediate container 1447880a3de6 21:49:14 ---> d7dec32cfdf2 21:49:14 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:49:14 Removing intermediate container 9e4264028a49 21:49:14 ---> 0abb4eb050d0 21:49:14 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:49:14 Removing intermediate container 33ca4cab7ab7 21:49:14 ---> 5d5d43a2b2b3 21:49:14 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:49:14 Removing intermediate container 1ff2189c6e67 21:49:14 ---> a9a745f861c7 21:49:14 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:49:14 ---> Running in a2ad6164ac1d 21:49:14 ---> Running in aab510b864bb 21:49:14 ---> Running in 3c5ee6236f99 21:49:14 ---> Running in e745092f7865 21:49:14 ---> Running in 399bd289cf6a 21:49:15 Removing intermediate container e72a4ba4cf9a 21:49:15 ---> 57bad5ae41db 21:49:15 Step 4/7 : WORKDIR /edgex-go 21:49:15 Removing intermediate container a2ad6164ac1d 21:49:15 ---> 03d969d0200d 21:49:15 Step 5/21 : RUN apk update && apk add make git 21:49:15 Removing intermediate container aab510b864bb 21:49:15 ---> 3aa5f044685e 21:49:15 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 21:49:15 Removing intermediate container e745092f7865 21:49:15 ---> b9ac5f7bb7d9 21:49:15 Step 5/22 : RUN apk update && apk add make git 21:49:15 ---> Running in e3830c272488 21:49:15 ---> Running in 716d398f0312 21:49:15 ---> Running in edbd775ba040 21:49:15 ---> Running in 186b1a9a4c94 21:49:15 Removing intermediate container 3c5ee6236f99 21:49:15 ---> e6928b07beaf 21:49:15 Step 5/27 : RUN apk update && apk add make bash git 21:49:15 Removing intermediate container e3830c272488 21:49:15 ---> 73d3fcd690a7 21:49:15 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 21:49:16 Removing intermediate container 399bd289cf6a 21:49:16 ---> 85c0c4fd7e20 21:49:16 Step 5/22 : RUN apk update && apk add make git 21:49:16 ---> Running in 725a6672108d 21:49:16 ---> Running in 0c9ce2e60ffb 21:49:16 latest: Pulling from library/docker 21:49:16 5f621e34cdf4: Pulling fs layer 21:49:16 85db56a05063: Pulling fs layer 21:49:16 ccb67d6aeaaa: Pulling fs layer 21:49:16 a0b19fc83503: Pulling fs layer 21:49:16 8eb508b41278: Pulling fs layer 21:49:16 37236713561e: Pulling fs layer 21:49:16 07c93f2b1b56: Pulling fs layer 21:49:16 8eb508b41278: Waiting 21:49:16 a0b19fc83503: Waiting 21:49:16 37236713561e: Waiting 21:49:16 07c93f2b1b56: Waiting 21:49:16 ccb67d6aeaaa: Verifying Checksum 21:49:16 ccb67d6aeaaa: Download complete 21:49:16 85db56a05063: Verifying Checksum 21:49:16 85db56a05063: Download complete 21:49:16 5f621e34cdf4: Download complete 21:49:16 8eb508b41278: Verifying Checksum 21:49:16 8eb508b41278: Download complete 21:49:16 37236713561e: Verifying Checksum 21:49:16 37236713561e: Download complete 21:49:16 07c93f2b1b56: Verifying Checksum 21:49:16 07c93f2b1b56: Download complete 21:49:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:49:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:49:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:49:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:49:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:49:17 5f621e34cdf4: Pull complete 21:49:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:49:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:49:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:49:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:49:17 85db56a05063: Pull complete 21:49:17 a0b19fc83503: Verifying Checksum 21:49:17 a0b19fc83503: Download complete 21:49:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:49:18 ccb67d6aeaaa: Pull complete 21:49:18 v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] 21:49:18 v3.12.1-9-g3c7f8a65fa [http://nl.alpinelinux.org/alpine/v3.12/community] 21:49:18 OK: 12752 distinct packages available 21:49:18 v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] 21:49:18 v3.12.1-9-g3c7f8a65fa [http://nl.alpinelinux.org/alpine/v3.12/community] 21:49:18 OK: 12752 distinct packages available 21:49:18 v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] 21:49:18 v3.12.1-9-g3c7f8a65fa [http://nl.alpinelinux.org/alpine/v3.12/community] 21:49:18 OK: 12752 distinct packages available 21:49:18 OK: 233 MiB in 51 packages 21:49:18 v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] 21:49:18 v3.12.1-9-g3c7f8a65fa [http://nl.alpinelinux.org/alpine/v3.12/community] 21:49:18 OK: 12752 distinct packages available 21:49:18 OK: 233 MiB in 51 packages 21:49:18 OK: 233 MiB in 51 packages 21:49:19 OK: 233 MiB in 51 packages 21:49:19 Removing intermediate container edbd775ba040 21:49:19 ---> 5075e2d5e660 21:49:19 Step 6/24 : COPY go.mod . 21:49:19 Removing intermediate container 725a6672108d 21:49:19 ---> 1ec26e796340 21:49:19 Step 6/27 : COPY go.mod . 21:49:19 Removing intermediate container 0c9ce2e60ffb 21:49:19 ---> 86348f41cd9e 21:49:19 Step 6/22 : COPY go.mod . 21:49:19 ---> ea0d8956612d 21:49:19 Step 7/24 : RUN go mod download 21:49:19 Removing intermediate container 186b1a9a4c94 21:49:19 ---> f87ce3ce7b7d 21:49:19 Step 6/22 : COPY go.mod . 21:49:19 ---> Running in 3e5293329fdd 21:49:19 ---> eed8c78f7426 21:49:19 Step 7/27 : RUN go mod download 21:49:19 v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] 21:49:19 v3.12.1-9-g3c7f8a65fa [http://nl.alpinelinux.org/alpine/v3.12/community] 21:49:19 OK: 12752 distinct packages available 21:49:19 ---> 65aabfa9f50e 21:49:19 Step 7/22 : RUN go mod download 21:49:20 ---> Running in 85a8089ca1c0 21:49:20 ---> Running in cef5932ca127 21:49:20 OK: 233 MiB in 51 packages 21:49:20 ---> 3c876b17403e 21:49:20 Step 7/22 : RUN go mod download 21:49:20 ---> Running in b7f3701f7ec0 21:49:21 Removing intermediate container 716d398f0312 21:49:21 ---> fb1a19f3657a 21:49:21 Step 6/21 : COPY go.mod . 21:49:21 a0b19fc83503: Pull complete 21:49:21 8eb508b41278: Pull complete 21:49:21 ---> c08d53e91bcf 21:49:21 Step 7/21 : RUN go mod download 21:49:22 37236713561e: Pull complete 21:49:22 ---> Running in 870cda5cdac2 21:49:22 07c93f2b1b56: Pull complete 21:49:22 Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 21:49:22 Status: Downloaded newer image for docker:latest 21:49:22 Removing intermediate container cef5932ca127 21:49:22 ---> 9a6490d716fe 21:49:22 Step 8/22 : COPY . . 21:49:23 Removing intermediate container 85a8089ca1c0 21:49:23 ---> ac8a757ec200 21:49:23 Step 8/27 : COPY . . 21:49:23 Removing intermediate container 3e5293329fdd 21:49:23 ---> 69006c5fd608 21:49:23 Step 8/24 : COPY . . 21:49:24 Removing intermediate container b7f3701f7ec0 21:49:24 ---> 671e212ea24a 21:49:24 Step 8/22 : COPY . . 21:49:25 ---> 930880605244 21:49:25 Step 6/7 : COPY go.mod . 21:49:26 ---> c8647f6da670 21:49:26 Step 7/7 : RUN go mod download 21:49:26 ---> Running in 96c5e68af27c 21:49:39 Removing intermediate container 870cda5cdac2 21:49:39 ---> d56e6fdd42dd 21:49:39 Step 8/21 : COPY . . 21:49:53 Removing intermediate container 96c5e68af27c 21:49:53 ---> 86fca46927f6 21:49:53 Successfully built 86fca46927f6 21:49:53 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 21:49:53 + docker inspect -f . ci-base-image-arm64 21:49:53 . [Pipeline] withDockerContainer 21:49:53 prd-ubuntu18.04-docker-arm64-4c-16g-9575 does not seem to be running inside a container 21:49:53 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 21:49:55 $ docker top d99a906db72377a46e632bb1cd215cfc5f899407446fd45d0335b7600664ac52 -eo pid,comm [Pipeline] { [Pipeline] sh 21:49:57 + go version 21:49:57 go version go1.15.2 linux/arm64 [Pipeline] } 21:49:57 $ docker stop --time=1 d99a906db72377a46e632bb1cd215cfc5f899407446fd45d0335b7600664ac52 21:49:59 $ docker rm -f d99a906db72377a46e632bb1cd215cfc5f899407446fd45d0335b7600664ac52 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:50:00 + docker inspect -f . ci-base-image-arm64 21:50:00 . [Pipeline] withDockerContainer 21:50:00 prd-ubuntu18.04-docker-arm64-4c-16g-9575 does not seem to be running inside a container 21:50:00 $ 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/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 21:50:01 $ docker top c8148b62698a9e773ff2f687321df4c8b24ce0c781ebc9e33e789ef813513973 -eo pid,comm [Pipeline] { [Pipeline] echo 21:50:02 ========================================================= 21:50:02 [edgeXBuildGoParallel] Running Tests and Build... 21:50:02 ========================================================= [Pipeline] sh 21:50:03 + make test 21:50:03 GO111MODULE=on go test -coverprofile=coverage.out ./... 21:50:05 ? github.com/edgexfoundry/edgex-go [no test files] 21:50:07 ---> c25ab027e981 21:50:07 Step 9/22 : RUN make cmd/core-command/core-command 21:50:07 ---> 1dccf9826ff9 21:50:07 Step 9/24 : RUN make cmd/support-notifications/support-notifications 21:50:07 ---> 34e7892bce86 21:50:07 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 21:50:07 ---> Running in 50cd4f3508c7 21:50:07 ---> Running in b23540002848 21:50:07 ---> Running in 6dbe5e5342b4 21:50:07 ---> d535b365fed9 21:50:07 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 21:50:07 ---> Running in f2c350f18fa9 21:50:07 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 21:50:07 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 21:50:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 21:50:07 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 21:50:08 ---> 02a9729c376d 21:50:08 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 21:50:08 ---> Running in 800c96d09ff5 21:50:09 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 21:50:36 Removing intermediate container 6dbe5e5342b4 21:50:36 ---> 4706fd659f02 21:50:36 21:50:36 Step 10/22 : FROM alpine:3.10 21:50:37 3.10: Pulling from library/alpine 21:50:37 Removing intermediate container f2c350f18fa9 21:50:37 ---> ed8f58a2ce6d 21:50:37 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 21:50:38 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 21:50:38 ---> Running in ccaf4e75fd4f 21:50:38 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 21:50:38 Status: Downloaded newer image for alpine:3.10 21:50:38 ---> be4e4bea2c2e 21:50:38 Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 21:50:38 ---> Running in 9e5fac1261e4 21:50:39 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 21:50:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 21:50:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 21:50:39 v3.10.5-127-ga687d2589a [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 21:50:39 v3.10.5-136-gb80983a48b [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 21:50:39 OK: 10346 distinct packages available 21:50:40 (1/5) Installing ca-certificates (20191127-r2) 21:50:40 (2/5) Installing nghttp2-libs (1.39.2-r1) 21:50:40 (3/5) Installing libcurl (7.66.0-r1) 21:50:40 (4/5) Installing curl (7.66.0-r1) 21:50:40 (5/5) Installing dumb-init (1.2.2-r1) 21:50:40 Executing busybox-1.30.1-r3.trigger 21:50:40 Executing ca-certificates-20191127-r2.trigger 21:50:40 OK: 7 MiB in 19 packages 21:50:43 Removing intermediate container b23540002848 21:50:43 ---> e3d03d0811b0 21:50:43 21:50:43 Step 10/22 : FROM scratch 21:50:43 ---> 21:50:43 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 21:50:43 Removing intermediate container 50cd4f3508c7 21:50:43 ---> 2840156a8862 21:50:43 21:50:43 Step 10/24 : FROM scratch 21:50:43 ---> 21:50:43 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 21:50:43 ---> Running in 62b66d773a34 21:50:43 ---> Running in 524bd4b46b32 21:50:44 Removing intermediate container 9e5fac1261e4 21:50:44 ---> ebd76adf8590 21:50:44 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 21:50:45 Removing intermediate container 62b66d773a34 21:50:45 ---> 0e98cda4f0e9 21:50:45 Step 12/24 : ENV APP_PORT=48060 21:50:45 Removing intermediate container 524bd4b46b32 21:50:45 ---> b431a002487d 21:50:45 Step 12/22 : ENV APP_PORT=48082 21:50:46 Removing intermediate container ccaf4e75fd4f 21:50:46 ---> b43cc74139ae 21:50:46 21:50:46 Step 11/27 : FROM docker:latest 21:50:46 ---> 6972c414f322 21:50:46 Step 12/27 : RUN apk add --no-cache bash 21:50:46 ---> Running in 89395dd7234b 21:50:46 ---> Running in 085367c732c3 21:50:46 ---> Running in cdcfb99dc4e2 21:50:46 Removing intermediate container 800c96d09ff5 21:50:46 ---> 03a4148fc5b8 21:50:46 21:50:46 Step 10/21 : FROM scratch 21:50:46 ---> 21:50:46 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 21:50:46 ---> Using cache 21:50:46 ---> b431a002487d 21:50:46 Step 12/21 : ENV APP_PORT=48085 21:50:46 ---> Running in eac58af17616 21:50:46 ---> Running in faa8bbbcaa46 21:50:46 Removing intermediate container 89395dd7234b 21:50:46 ---> 09f93add295e 21:50:46 Step 13/24 : EXPOSE $APP_PORT 21:50:46 Removing intermediate container cdcfb99dc4e2 21:50:46 ---> 732bb7a5898c 21:50:46 Step 13/22 : EXPOSE $APP_PORT 21:50:47 Removing intermediate container 085367c732c3 21:50:47 ---> 8347205cb213 21:50:47 Step 13/22 : WORKDIR / 21:50:47 Removing intermediate container faa8bbbcaa46 21:50:47 ---> 716ce0dd193b 21:50:47 Step 13/21 : EXPOSE $APP_PORT 21:50:47 ---> Running in 9f810bc182b7 21:50:47 ---> Running in 55117ed15a2c 21:50:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:50:47 ---> Running in a73840d25b4c 21:50:47 ---> Running in e4519fef953a 21:50:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:50:47 Removing intermediate container 9f810bc182b7 21:50:47 ---> 9997d18dc693 21:50:47 Step 14/22 : WORKDIR / 21:50:47 Removing intermediate container 55117ed15a2c 21:50:47 ---> 66d7429a66aa 21:50:47 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 21:50:47 (1/2) Installing readline (8.0.4-r0) 21:50:47 (2/2) Installing bash (5.0.17-r0) 21:50:47 ---> Running in e7ea4c4413ca 21:50:47 Removing intermediate container a73840d25b4c 21:50:47 ---> 99e455d67baf 21:50:47 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 21:50:47 Executing bash-5.0.17-r0.post-install 21:50:47 Executing busybox-1.31.1-r19.trigger 21:50:47 OK: 12 MiB in 22 packages 21:50:47 Removing intermediate container e4519fef953a 21:50:47 ---> 31ed4dc336f2 21:50:47 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 21:50:47 ---> 2e9b4036bacc 21:50:47 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 21:50:48 ---> d9da2d54ae16 21:50:48 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 21:50:48 Removing intermediate container e7ea4c4413ca 21:50:48 ---> 5186e59b8ab3 21:50:48 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 21:50:49 ---> 8442a6f9e331 21:50:49 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 21:50:49 ---> cee61b1764ac 21:50:49 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 21:50:49 ---> 2e2bdc06c990 21:50:49 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 21:50:49 ---> dc98bc2f23ea 21:50:49 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 21:50:49 Removing intermediate container eac58af17616 21:50:49 ---> a805b3b3f516 21:50:49 Step 13/27 : RUN rm -rf /var/cache/apk/* 21:50:49 ---> Running in 322f50aaea51 21:50:50 ---> 0f131e705074 21:50:50 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 21:50:50 ---> 3438fdeb080e 21:50:50 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 21:50:50 ---> Running in 90e5d4974349 21:50:50 ---> 71685013bf3d 21:50:50 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 21:50:50 ---> 78564250fbb5 21:50:50 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 21:50:50 Removing intermediate container 90e5d4974349 21:50:50 ---> 63424f22214a 21:50:50 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:50:50 ---> 6b8058260a14 21:50:50 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 21:50:50 ---> Running in 3355ab091cf5 21:50:51 ---> a76075bb864d 21:50:51 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 21:50:51 ---> 95515d216c10 21:50:51 Step 18/22 : ENTRYPOINT ["/core-command"] 21:50:51 ---> 16462b4f4f45 21:50:51 Step 18/22 : RUN chmod +x entrypoint.sh 21:50:51 ---> Running in fa6d2f66ee71 21:50:51 Removing intermediate container 3355ab091cf5 21:50:51 ---> e6d59deebe4e 21:50:51 Step 19/21 : LABEL arch=x86_64 21:50:51 ---> Running in 0f1adaf6e6fe 21:50:51 Removing intermediate container 322f50aaea51 21:50:51 ---> eed4abf7c66a 21:50:51 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 21:50:51 ---> Running in ecd15c02b65b 21:50:51 Removing intermediate container fa6d2f66ee71 21:50:51 ---> d8c3f264988f 21:50:51 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:50:51 ---> Running in b34257687e0f 21:50:51 ---> c84e72c8ee92 21:50:51 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 21:50:52 ---> Running in dfe890add6db 21:50:52 Removing intermediate container ecd15c02b65b 21:50:52 ---> ca7933ba6e96 21:50:52 Step 20/21 : LABEL git_sha=4361c2e925fe521bdb496b79446f289b0bd15c90 21:50:52 Removing intermediate container b34257687e0f 21:50:52 ---> 14cc485a34aa 21:50:52 Step 15/27 : ENV APP_PORT=48090 21:50:52 ---> 579e36cd2946 21:50:52 Step 20/24 : ENTRYPOINT ["/support-notifications"] 21:50:52 ---> Running in 3143911e8566 21:50:52 ---> Running in 2b175f7939db 21:50:52 Removing intermediate container dfe890add6db 21:50:52 ---> 04f62de7fb63 21:50:52 Step 20/22 : LABEL arch=x86_64 21:50:52 ---> Running in 96603b99cbff 21:50:53 ---> Running in c95eb7e7a2c2 21:50:53 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 21:50:53 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 21:50:53 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 21:50:53 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 21:50:53 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 21:50:53 Removing intermediate container 3143911e8566 21:50:53 ---> f1d62c9909ae 21:50:53 Step 21/21 : LABEL version=0.0.0 21:50:53 Removing intermediate container 2b175f7939db 21:50:53 ---> 694493b3097f 21:50:53 Step 16/27 : EXPOSE $APP_PORT 21:50:53 Removing intermediate container 96603b99cbff 21:50:53 ---> 34c94a09025f 21:50:53 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:50:53 ---> Running in 0cb59d20c469 21:50:53 ---> Running in a9cd4b43f95a 21:50:53 Removing intermediate container 0f1adaf6e6fe 21:50:53 ---> 772a53cc3e63 21:50:53 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 21:50:53 Removing intermediate container c95eb7e7a2c2 21:50:53 ---> 31191e3a1bc8 21:50:53 Step 21/22 : LABEL git_sha=4361c2e925fe521bdb496b79446f289b0bd15c90 21:50:54 ---> Running in 32df39afcc67 21:50:54 ---> Running in b03b0b030537 21:50:54 ---> Running in 119c5dab619e 21:50:54 Removing intermediate container a9cd4b43f95a 21:50:54 ---> f9aa1fa578a0 21:50:54 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 21:50:54 Removing intermediate container 0cb59d20c469 21:50:54 ---> aa2c7a26de21 21:50:54 21:50:54 Removing intermediate container 32df39afcc67 21:50:54 ---> e53728624f62 21:50:54 Step 22/24 : LABEL arch=x86_64 21:50:54 Successfully built aa2c7a26de21 21:50:54 Removing intermediate container b03b0b030537 21:50:54 ---> 77e5a72b4876 21:50:54 Step 20/22 : LABEL arch=x86_64 21:50:54 Successfully tagged docker-support-scheduler-go:latest 21:50:54 Building docker-support-logging-go 21:50:54 Removing intermediate container 119c5dab619e 21:50:54 ---> e689e218f824 21:50:54 Step 22/22 : LABEL version=0.0.0 21:50:54  Building docker-support-scheduler-go ... done  ---> Running in cfc1a7d5666b 21:50:54 ---> Running in e81c9fb09c2c 21:50:54 ---> Running in f2e429bc12a7 21:50:54 ---> b2d1d454baa1 21:50:54 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 21:50:54 Removing intermediate container cfc1a7d5666b 21:50:54 ---> 503e68215b30 21:50:54 Step 23/24 : LABEL git_sha=4361c2e925fe521bdb496b79446f289b0bd15c90 21:50:55 Removing intermediate container e81c9fb09c2c 21:50:55 ---> f0872abfe372 21:50:55 Step 21/22 : LABEL git_sha=4361c2e925fe521bdb496b79446f289b0bd15c90 21:50:55 ---> Running in c103fa6384f8 21:50:55 Removing intermediate container f2e429bc12a7 21:50:55 ---> ce7ae84e337a 21:50:55 21:50:55 Successfully built ce7ae84e337a 21:50:55 Successfully tagged docker-core-command-go:latest 21:50:55  Building docker-core-command-go ... done Building docker-core-data-go 21:50:55 ---> Running in bff8d85bf54d 21:50:55 ---> 41c1343dd295 21:50:55 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 21:50:55 Removing intermediate container c103fa6384f8 21:50:55 ---> 45feffcc57b8 21:50:55 Step 24/24 : LABEL version=0.0.0 21:50:55 Removing intermediate container bff8d85bf54d 21:50:55 ---> 76de42d151b7 21:50:55 Step 22/22 : LABEL version=0.0.0 21:50:55 ---> Running in 641cd1606d0a 21:50:56 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.037s 21:50:56 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 21:50:56 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 21:50:58 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 21:50:58 ---> Running in ded83141b0a0 21:50:59 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 21:50:59 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 21:50:59 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 21:50:59 ? github.com/edgexfoundry/edgex-go/internal [no test files] 21:51:00 ---> 7111ea0ab651 21:51:00 Step 20/27 : RUN apk --no-cache add py3-pip 21:51:01 Removing intermediate container 641cd1606d0a 21:51:01 ---> 73d725ae6bdc 21:51:01 21:51:01 ---> Running in 99db21ca62dd 21:51:01 Removing intermediate container ded83141b0a0 21:51:01 ---> 480b9eb124bf 21:51:01 21:51:01 Successfully built 73d725ae6bdc 21:51:01 Successfully tagged docker-support-notifications-go:latest 21:51:01  Building docker-support-notifications-go ... done Building docker-security-secretstore-setup-go 21:51:01 Successfully built 480b9eb124bf 21:51:01 Successfully tagged docker-security-bootstrap-redis-go:latest 21:51:01  Building docker-security-bootstrap-redis-go ... done Building docker-core-metadata-go 21:51:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:51:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:51:02 (1/33) Installing libbz2 (1.0.8-r1) 21:51:02 (2/33) Installing expat (2.2.9-r1) 21:51:02 (3/33) Installing libffi (3.3-r2) 21:51:02 (4/33) Installing gdbm (1.13-r1) 21:51:02 (5/33) Installing xz-libs (5.2.5-r0) 21:51:02 (6/33) Installing sqlite-libs (3.32.1-r0) 21:51:02 (7/33) Installing python3 (3.8.5-r0) 21:51:07 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.105s coverage: 46.6% of statements 21:51:07 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 21:51:07 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 21:51:07 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 21:51:07 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 21:51:07 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 21:51:13 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.264s coverage: 27.1% of statements 21:51:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 21:51:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 21:51:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 21:51:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 21:51:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 21:51:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 21:51:13 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.022s coverage: 100.0% of statements 21:51:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 21:51:13 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.027s coverage: 100.0% of statements 21:51:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 21:51:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 21:51:14 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.438s coverage: 66.0% of statements 21:51:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 21:51:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 21:51:14 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 21:51:14 Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:51:14 ---> 159711ac1036 21:51:14 Step 3/23 : WORKDIR /edgex-go 21:51:14 ---> Using cache 21:51:14 ---> a9a745f861c7 21:51:14 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:51:14 ---> Using cache 21:51:14 ---> 85c0c4fd7e20 21:51:14 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 21:51:14 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 21:51:14 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:51:14 ---> 159711ac1036 21:51:14 Step 3/22 : WORKDIR /edgex-go 21:51:14 ---> Using cache 21:51:14 ---> a9a745f861c7 21:51:14 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:51:14 ---> Using cache 21:51:14 ---> 85c0c4fd7e20 21:51:14 Step 5/22 : RUN apk update && apk add make && apk add bash git 21:51:14 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.422s coverage: 84.5% of statements 21:51:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 21:51:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 21:51:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 21:51:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 21:51:17 (8/33) Installing py3-appdirs (1.4.4-r1) 21:51:17 (9/33) Installing py3-ordered-set (4.0.1-r0) 21:51:17 (10/33) Installing py3-parsing (2.4.7-r0) 21:51:17 (11/33) Installing py3-six (1.15.0-r0) 21:51:17 (12/33) Installing py3-packaging (20.4-r0) 21:51:17 (13/33) Installing py3-setuptools (47.0.0-r0) 21:51:17 (14/33) Installing py3-chardet (3.0.4-r4) 21:51:17 ---> Running in b90e6588fc9f 21:51:17 ---> Running in dfe6f82df5c3 21:51:17 (15/33) Installing py3-idna (2.9-r0) 21:51:17 (16/33) Installing py3-certifi (2020.4.5.1-r0) 21:51:17 (17/33) Installing py3-urllib3 (1.25.9-r0) 21:51:17 (18/33) Installing py3-requests (2.23.0-r0) 21:51:17 (19/33) Installing py3-msgpack (1.0.0-r0) 21:51:17 (20/33) Installing py3-lockfile (0.12.2-r3) 21:51:17 (21/33) Installing py3-cachecontrol (0.12.6-r0) 21:51:17 (22/33) Installing py3-colorama (0.4.3-r0) 21:51:17 (23/33) Installing py3-distlib (0.3.0-r0) 21:51:17 (24/33) Installing py3-distro (1.5.0-r1) 21:51:17 (25/33) Installing py3-webencodings (0.5.1-r3) 21:51:17 (26/33) Installing py3-html5lib (1.0.1-r4) 21:51:17 (27/33) Installing py3-pytoml (0.1.21-r0) 21:51:17 (28/33) Installing py3-pep517 (0.8.2-r0) 21:51:17 (29/33) Installing py3-progress (1.5-r0) 21:51:17 (30/33) Installing py3-toml (0.10.1-r0) 21:51:17 (31/33) Installing py3-retrying (1.3.3-r0) 21:51:17 (32/33) Installing py3-contextlib2 (0.6.0-r0) 21:51:17 (33/33) Installing py3-pip (20.1.1-r0) 21:51:18 Executing busybox-1.31.1-r19.trigger 21:51:18 OK: 71 MiB in 55 packages 21:51:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:51:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:51:19 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.408s coverage: 28.6% of statements 21:51:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 21:51:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 21:51:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 21:51:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 21:51:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 21:51:19 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.048s coverage: 100.0% of statements 21:51:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 21:51:19 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.054s coverage: 100.0% of statements 21:51:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 21:51:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:51:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:51:21 v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] 21:51:21 v3.12.1-9-g3c7f8a65fa [http://nl.alpinelinux.org/alpine/v3.12/community] 21:51:21 OK: 12752 distinct packages available 21:51:21 v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] 21:51:21 v3.12.1-9-g3c7f8a65fa [http://nl.alpinelinux.org/alpine/v3.12/community] 21:51:21 OK: 12752 distinct packages available 21:51:21 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.103s coverage: 86.7% of statements 21:51:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 21:51:21 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.076s coverage: 97.5% of statements 21:51:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 21:51:21 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.031s coverage: 100.0% of statements 21:51:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 21:51:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 21:51:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 21:51:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 21:51:21 OK: 233 MiB in 51 packages 21:51:21 OK: 233 MiB in 51 packages 21:51:22 OK: 233 MiB in 51 packages 21:51:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.205s coverage: 95.7% of statements 21:51:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 21:51:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 21:51:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 21:51:25 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 21:51:25 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 21:51:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 21:51:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 21:51:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 21:51:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 21:51:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 21:51:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 21:51:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 21:51:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 21:51:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 21:51:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 21:51:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 21:51:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 21:51:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 21:51:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 21:51:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 21:51:25 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.012s coverage: 58.8% of statements 21:51:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 21:51:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 21:51:25 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.056s coverage: 0.0% of statements [no tests to run] 21:51:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 21:51:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 21:51:26 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.147s coverage: 63.5% of statements 21:51:26 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 21:51:26 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 21:51:26 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.024s coverage: 100.0% of statements 21:51:27 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.021s coverage: 91.3% of statements 21:51:27 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.030s coverage: 100.0% of statements 21:51:27 Removing intermediate container dfe6f82df5c3 21:51:27 ---> 1dc44d627029 21:51:27 Step 6/23 : COPY go.mod . 21:51:27 Removing intermediate container b90e6588fc9f 21:51:27 ---> c3431840b0fc 21:51:27 Step 6/22 : COPY go.mod . 21:51:27 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 21:51:27 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:51:27 ---> 159711ac1036 21:51:27 Step 3/22 : WORKDIR /edgex-go 21:51:27 ---> Using cache 21:51:27 ---> a9a745f861c7 21:51:27 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:51:27 ---> Using cache 21:51:27 ---> 85c0c4fd7e20 21:51:27 Step 5/22 : RUN apk update && apk add make git 21:51:27 ---> Using cache 21:51:27 ---> 86348f41cd9e 21:51:27 Step 6/22 : COPY go.mod . 21:51:27 ---> Using cache 21:51:27 ---> 65aabfa9f50e 21:51:27 Step 7/22 : RUN go mod download 21:51:27 ---> Using cache 21:51:27 ---> 9a6490d716fe 21:51:27 Step 8/22 : COPY . . 21:51:27 ---> Using cache 21:51:27 ---> 34e7892bce86 21:51:27 Step 9/22 : RUN make cmd/core-metadata/core-metadata 21:51:27 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 21:51:27 Step 2/24 : FROM ${BUILDER_BASE} AS builder 21:51:27 ---> 159711ac1036 21:51:27 Step 3/24 : WORKDIR /edgex-go 21:51:27 ---> Using cache 21:51:27 ---> a9a745f861c7 21:51:27 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:51:27 ---> Using cache 21:51:27 ---> 85c0c4fd7e20 21:51:27 Step 5/24 : RUN apk update && apk add make git 21:51:27 ---> Using cache 21:51:27 ---> 86348f41cd9e 21:51:27 Step 6/24 : COPY go.mod . 21:51:27 ---> Using cache 21:51:27 ---> 65aabfa9f50e 21:51:27 Step 7/24 : RUN go mod download 21:51:27 ---> Using cache 21:51:27 ---> 9a6490d716fe 21:51:27 Step 8/24 : COPY . . 21:51:27 ---> Using cache 21:51:27 ---> 34e7892bce86 21:51:27 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 21:51:28 ---> 5331af2bea3f 21:51:28 Step 7/23 : RUN go mod download 21:51:29 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.054s coverage: 73.7% of statements 21:51:29 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.010s coverage: 100.0% of statements 21:51:30 ---> Running in cc155544d85d 21:51:30 ---> Running in 0989f534bde6 21:51:30 ---> 3d81031ff95c 21:51:30 Step 7/22 : RUN go mod download 21:51:30 ---> Running in 18fce663a13a 21:51:31 ---> Running in 81d36ae05872 21:51:31 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.276s coverage: 55.9% of statements 21:51:31 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 21:51:31 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 21:51:31 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 21:51:31 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 21:51:31 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 21:51:31 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 21:51:32 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 21:51:32 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 21:51:35 Removing intermediate container 99db21ca62dd 21:51:35 ---> 8fdac307c5d9 21:51:35 Step 21/27 : RUN pip install docker-compose==1.23.2 21:51:35 ---> Running in 2cb8f67e3cf5 21:51:35 Removing intermediate container 18fce663a13a 21:51:35 ---> 3d43f7ed2689 21:51:35 Step 8/23 : COPY . . 21:51:35 Removing intermediate container 81d36ae05872 21:51:35 ---> 564edd0f7fbf 21:51:35 Step 8/22 : COPY . . 21:51:50 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 19.818s coverage: 86.3% of statements 21:51:50 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 21:51:50 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.080s coverage: 72.2% of statements 21:51:50 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.364s coverage: 72.1% of statements 21:51:50 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.042s coverage: 82.4% of statements 21:51:50 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.024s coverage: 48.4% of statements 21:51:50 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 21:51:50 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 21:51:50 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 21:51:50 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.022s coverage: 28.8% of statements 21:51:50 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 21:51:50 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.056s coverage: 96.8% of statements 21:51:50 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 21:51:50 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.110s coverage: 36.5% of statements 21:51:50 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 21:51:50 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 21:51:50 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.318s coverage: 84.1% of statements 21:51:50 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.022s coverage: 100.0% of statements 21:51:50 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.039s coverage: 42.9% of statements 21:51:50 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 21:51:50 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 21:51:50 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.027s coverage: 100.0% of statements 21:51:50 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 21:51:50 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.028s coverage: 83.8% of statements 21:51:50 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 21:51:50 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.079s coverage: 47.1% of statements 21:51:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 21:51:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 21:51:50 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.017s coverage: 100.0% of statements 21:51:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 21:51:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 21:51:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 21:51:50 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.026s coverage: 100.0% of statements 21:51:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 21:51:50 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.021s coverage: 100.0% of statements 21:51:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 21:51:50 Collecting docker-compose==1.23.2 21:51:50 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 21:51:50 Collecting PyYAML<4,>=3.10 21:51:50 Downloading PyYAML-3.13.tar.gz (270 kB) 21:51:53 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.196s coverage: 29.1% of statements 21:51:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 21:51:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 21:51:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 21:51:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 21:51:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 21:51:53 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.053s coverage: 99.0% of statements 21:51:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 21:51:53 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.031s coverage: 100.0% of statements 21:51:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 21:51:53 ok github.com/edgexfoundry/edgex-go/internal/system 0.022s coverage: 0.0% of statements 21:51:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 21:51:53 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.010s coverage: 100.0% of statements 21:51:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 21:51:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 21:51:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 21:51:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 21:51:54 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.041s coverage: 87.9% of statements 21:51:54 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 21:51:54 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 21:51:54 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.018s coverage: 100.0% of statements 21:51:55 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.012s coverage: 32.1% of statements 21:51:56 Collecting docker<4.0,>=3.6.0 21:51:56 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 21:51:56 Collecting docopt<0.7,>=0.6.1 21:51:56 Downloading docopt-0.6.2.tar.gz (25 kB) 21:51:56 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.020s coverage: 100.0% of statements 21:51:57 GO111MODULE=on go vet ./... 21:51:59 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 21:51:59 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 21:51:59 Collecting texttable<0.10,>=0.9.0 21:51:59 Downloading texttable-0.9.1.tar.gz (11 kB) 21:52:01 Collecting dockerpty<0.5,>=0.4.1 21:52:01 Downloading dockerpty-0.4.1.tar.gz (13 kB) 21:52:03 Collecting websocket-client<1.0,>=0.32.0 21:52:03 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 21:52:05 Collecting jsonschema<3,>=2.5.1 21:52:05 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 21:52:05 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 21:52:05 Collecting cached-property<2,>=1.2.0 21:52:05 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 21:52:05 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 21:52:05 Collecting docker-pycreds>=0.4.0 21:52:05 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 21:52:05 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) 21:52:05 Collecting idna<2.8,>=2.5 21:52:05 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 21:52:05 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) 21:52:05 Collecting urllib3<1.25,>=1.21.1 21:52:05 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 21:52:05 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 21:52:05 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 21:52:05 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 21:52:05 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 21:52:06 Installing collected packages: PyYAML, idna, urllib3, requests, websocket-client, docker-pycreds, docker, docopt, texttable, dockerpty, jsonschema, cached-property, docker-compose 21:52:06 Running setup.py install for PyYAML: started 21:52:07 ---> 82a341f6c59a 21:52:07 Step 9/22 : RUN make cmd/support-logging/support-logging 21:52:07 ---> bfc6c399130e 21:52:07 Step 9/23 : RUN make cmd/core-data/core-data 21:52:07 ---> Running in e6d0e420ee02 21:52:07 Running setup.py install for PyYAML: finished with status 'done' 21:52:07 Attempting uninstall: idna 21:52:07 Found existing installation: idna 2.9 21:52:07 Uninstalling idna-2.9: 21:52:07 Successfully uninstalled idna-2.9 21:52:07 ---> Running in 5ac20de50e97 21:52:07 Attempting uninstall: urllib3 21:52:07 Found existing installation: urllib3 1.25.9 21:52:07 Uninstalling urllib3-1.25.9: 21:52:07 Successfully uninstalled urllib3-1.25.9 21:52:07 Attempting uninstall: requests 21:52:07 Found existing installation: requests 2.23.0 21:52:07 Uninstalling requests-2.23.0: 21:52:07 Successfully uninstalled requests-2.23.0 21:52:08 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 21:52:08 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 21:52:08 Running setup.py install for docopt: started 21:52:09 Running setup.py install for docopt: finished with status 'done' 21:52:09 Running setup.py install for texttable: started 21:52:09 Running setup.py install for texttable: finished with status 'done' 21:52:09 Running setup.py install for dockerpty: started 21:52:10 Running setup.py install for dockerpty: finished with status 'done' 21:52:12 Successfully installed PyYAML-3.13 cached-property-1.5.2 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 21:52:13 Removing intermediate container cc155544d85d 21:52:13 ---> 9cecbff573b8 21:52:13 21:52:13 Step 10/24 : FROM alpine:3.10 21:52:13 ---> be4e4bea2c2e 21:52:13 Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 21:52:13 ---> Using cache 21:52:13 ---> ebd76adf8590 21:52:13 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 21:52:16 ---> Running in 3ddd00aa1f32 21:52:16 Removing intermediate container 3ddd00aa1f32 21:52:16 ---> 114a821f17ce 21:52:16 Step 13/24 : WORKDIR / 21:52:16 Removing intermediate container 0989f534bde6 21:52:16 ---> 4c9332e8ec64 21:52:16 21:52:16 Step 10/22 : FROM scratch 21:52:16 ---> 21:52:16 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 21:52:17 ---> Running in 067e3053fcd0 21:52:19 gofmt -l . 21:52:19 [ "`gofmt -l .`" = "" ] 21:52:19 ---> Using cache 21:52:19 ---> b431a002487d 21:52:19 Step 12/22 : ENV APP_PORT=48081 21:52:20 ---> Running in cffdea9172c2 21:52:20 Removing intermediate container 2cb8f67e3cf5 21:52:20 ---> 753a00941a03 21:52:20 Step 22/27 : RUN apk --no-cache add curl 21:52:20 Removing intermediate container 067e3053fcd0 21:52:20 ---> 23162a045b26 21:52:20 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 21:52:21 Removing intermediate container cffdea9172c2 21:52:21 ---> 24fa73655bff 21:52:21 Step 13/22 : EXPOSE $APP_PORT 21:52:21 ---> Running in 6b2059f65ef4 21:52:21 ---> Running in 43f41fdcf30a 21:52:21 ./bin/test-go-mod-tidy.sh 21:52:22 ---> d060bc4f55ff 21:52:22 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 21:52:22 Removing intermediate container 43f41fdcf30a 21:52:22 ---> d2e3e6717e92 21:52:22 Step 14/22 : WORKDIR / 21:52:22 ./bin/test-attribution-txt.sh 21:52:22 ---> Running in 9cdbe9e45b88 21:52:22 ---> a32209413de2 21:52:22 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 21:52:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:52:22 Removing intermediate container 9cdbe9e45b88 21:52:22 ---> 53fff574b163 21:52:22 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 21:52:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:52:23 ---> b46712b9a11c 21:52:23 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 21:52:23 ---> 1fd2d44c5e85 21:52:23 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 21:52:23 (1/3) Installing nghttp2-libs (1.41.0-r0) 21:52:23 (2/3) Installing libcurl (7.69.1-r1) 21:52:23 (3/3) Installing curl (7.69.1-r1) 21:52:23 Executing busybox-1.31.1-r19.trigger 21:52:23 OK: 72 MiB in 58 packages 21:52:25 ---> 86e1091542b9 21:52:25 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 21:52:25 ---> daa394187b4f 21:52:25 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [Pipeline] sh 21:52:26 Removing intermediate container 6b2059f65ef4 21:52:26 ---> cb9cbbe76ef5 21:52:26 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 21:52:26 ---> e9a1d614d9ca 21:52:26 Step 18/22 : ENTRYPOINT ["/core-metadata"] 21:52:27 + ls -al . 21:52:27 total 660 21:52:27 drwxrwxr-x 9 1001 1001 4096 Oct 28 21:52 . 21:52:27 drwxr-xr-x 4 root root 4096 Oct 28 21:50 .. 21:52:27 -rw-rw-r-- 1 1001 1001 11 Oct 28 21:48 .dockerignore 21:52:27 drwxrwxr-x 8 1001 1001 4096 Oct 28 21:48 .git 21:52:27 drwxrwxr-x 3 1001 1001 4096 Oct 28 21:48 .github 21:52:27 -rw-rw-r-- 1 1001 1001 944 Oct 28 21:48 .gitignore 21:52:27 -rw-rw-r-- 1 1001 1001 166 Oct 28 21:48 .sonarcloud.properties 21:52:27 -rw-rw-r-- 1 1001 1001 3804 Oct 28 21:48 CONTRIBUTING.md 21:52:27 -rw-rw-r-- 1 1001 1001 1035 Oct 28 21:48 Dockerfile.build 21:52:27 -rw-rw-r-- 1 1001 1001 863 Oct 28 21:48 Jenkinsfile 21:52:27 -rw-rw-r-- 1 1001 1001 10775 Oct 28 21:48 LICENSE 21:52:27 -rw-rw-r-- 1 1001 1001 6611 Oct 28 21:48 Makefile 21:52:27 -rw-rw-r-- 1 1001 1001 6447 Oct 28 21:48 README.md 21:52:27 -rw-rw-r-- 1 1001 1001 259 Oct 28 21:48 SECURITY.md 21:52:27 -rw-rw-r-- 1 1001 1001 5 Oct 28 21:46 VERSION 21:52:27 -rw-rw-r-- 1 1001 1001 4131 Oct 28 21:48 ZMQWindows.md 21:52:27 drwxrwxr-x 2 1001 1001 4096 Oct 28 21:48 bin 21:52:27 drwxrwxr-x 15 1001 1001 4096 Oct 28 21:48 cmd 21:52:27 -rw-r--r-- 1 root root 539324 Oct 28 21:51 coverage.out 21:52:27 -rw-r--r-- 1 root root 1041 Oct 28 21:52 go.mod 21:52:27 -rw-r--r-- 1 root root 18582 Oct 28 21:52 go.sum 21:52:27 drwxrwxr-x 8 1001 1001 4096 Oct 28 21:48 internal 21:52:27 drwxrwxr-x 4 1001 1001 4096 Oct 28 21:48 openapi 21:52:27 drwxrwxr-x 4 1001 1001 4096 Oct 28 21:48 snap 21:52:27 -rw-rw-r-- 1 1001 1001 168 Oct 28 21:48 version.go [Pipeline] sh 21:52:27 ---> 2a5707d91767 21:52:27 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 21:52:27 + '[' -e coverage.out ] 21:52:27 + chown 1001:1001 coverage.out [Pipeline] stash 21:52:27 Warning: overwriting stash ‘coverage-report’ 21:52:28 ---> Running in 4a852b36000c 21:52:28 ---> Running in f018dd536003 21:52:28 ---> 96b0eae53197 21:52:28 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 21:52:28 Removing intermediate container e6d0e420ee02 21:52:28 ---> 0f6f42c99827 21:52:28 21:52:28 Step 10/22 : FROM scratch 21:52:28 ---> 21:52:28 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 21:52:28 ---> Using cache 21:52:28 ---> 0e98cda4f0e9 21:52:28 Step 12/22 : ENV APP_PORT=48061 21:52:28 ---> Running in a3361a81c163 21:52:29 Removing intermediate container f018dd536003 21:52:29 ---> 6cfbeceb4859 21:52:29 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:52:29 Removing intermediate container 4a852b36000c 21:52:29 ---> be0a001f3aa3 21:52:29 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:52:29 ---> Running in af52dfb41928 21:52:29 Stashed 1 file(s) [Pipeline] sh 21:52:29 ---> Running in 8adbc51952b4 21:52:29 ---> Running in 435cc51d0f5a 21:52:29 Removing intermediate container af52dfb41928 21:52:29 ---> 8640cdb12e89 21:52:29 Step 13/22 : EXPOSE $APP_PORT 21:52:30 Removing intermediate container 435cc51d0f5a 21:52:30 ---> 8fefd155622e 21:52:30 Step 20/22 : LABEL arch=x86_64 21:52:30 ---> Running in d2c10fc0289f 21:52:30 Removing intermediate container 8adbc51952b4 21:52:30 ---> 591d51c3a000 21:52:30 Step 25/27 : LABEL arch=x86_64 21:52:30 ---> Running in f5310f3c5f5b 21:52:30 + make build 21:52:30 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 21:52:30 ---> Running in 8edba107387c 21:52:30 Removing intermediate container d2c10fc0289f 21:52:30 ---> 0b73403c6a9d 21:52:30 Step 14/22 : COPY --from=builder /bin/bash /bin/bash 21:52:30 Removing intermediate container f5310f3c5f5b 21:52:30 ---> dae9b3d54865 21:52:30 Step 21/22 : LABEL git_sha=4361c2e925fe521bdb496b79446f289b0bd15c90 21:52:30 ---> Running in b373c56177e9 21:52:30 ---> cd83c7785238 21:52:30 Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 21:52:30 Removing intermediate container 8edba107387c 21:52:30 ---> 97844e7cdbbf 21:52:30 Step 26/27 : LABEL git_sha=4361c2e925fe521bdb496b79446f289b0bd15c90 21:52:30 ---> Running in 3b037282317f 21:52:31 Removing intermediate container a3361a81c163 21:52:31 ---> fe39e279e146 21:52:31 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 21:52:31 Removing intermediate container b373c56177e9 21:52:31 ---> 7f7463c9e2fb 21:52:31 Step 22/22 : LABEL version=0.0.0 21:52:32 ---> 42a85b3e9ad6 21:52:32 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 21:52:32 ---> Running in 3f7449624bba 21:52:33 ---> Running in ec4ceeeaae9f 21:52:33 Removing intermediate container 3b037282317f 21:52:33 ---> 3bfe3ed0d695 21:52:33 Step 27/27 : LABEL version=0.0.0 21:52:33 Removing intermediate container ec4ceeeaae9f 21:52:33 ---> 6a808b7bebc5 21:52:33 21:52:33 Removing intermediate container 3f7449624bba 21:52:33 ---> 790822e7424a 21:52:33 Step 22/24 : LABEL arch=x86_64 21:52:34 ---> 8ecb116de1d6 21:52:34 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 21:52:34 ---> Running in 03f3d582df05 21:52:34 ---> Running in b5fa0af5b317 21:52:34 Successfully built 6a808b7bebc5 21:52:34 Successfully tagged docker-core-metadata-go:latest 21:52:34  Building docker-core-metadata-go ... done Building docker-security-proxy-setup-go 21:52:34 Removing intermediate container 03f3d582df05 21:52:34 ---> 97a65a3810a7 21:52:34 21:52:34 Removing intermediate container b5fa0af5b317 21:52:34 ---> 5e85bf8d5387 21:52:34 Step 23/24 : LABEL git_sha=4361c2e925fe521bdb496b79446f289b0bd15c90 21:52:34 ---> ef15c4ba1c46 21:52:34 Step 18/22 : ENTRYPOINT ["/support-logging"] 21:52:34 Successfully built 97a65a3810a7 21:52:34 Successfully tagged docker-sys-mgmt-agent-go:latest 21:52:34  Building docker-sys-mgmt-agent-go ... done Building docker-security-secrets-setup-go 21:52:34 ---> Running in b1842b21bd76 21:52:34 ---> Running in 0f49137f0350 21:52:42 Removing intermediate container b1842b21bd76 21:52:42 ---> 99b8e1e8257e 21:52:42 Step 24/24 : LABEL version=0.0.0 21:52:44 Removing intermediate container 0f49137f0350 21:52:44 ---> df72871f6d00 21:52:44 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:52:44 ---> Running in 539af085b06b 21:52:44 ---> Running in 91d67c321149 21:52:44 Removing intermediate container 539af085b06b 21:52:44 ---> e96c888fdc42 21:52:44 21:52:45 Removing intermediate container 5ac20de50e97 21:52:45 ---> 90bba27aa0d4 21:52:45 21:52:45 Step 10/23 : FROM alpine 21:52:45 Successfully built e96c888fdc42 21:52:45 Successfully tagged docker-security-secretstore-setup-go:latest 21:52:46  Building docker-security-secretstore-setup-go ... done latest: Pulling from library/alpine 21:52:51 Removing intermediate container 91d67c321149 21:52:51 ---> 298dc765e907 21:52:51 Step 20/22 : LABEL arch=x86_64 21:52:51 Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a 21:52:51 Status: Downloaded newer image for alpine:latest 21:52:51 ---> d6e46aa2470d 21:52:51 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 21:52:53 ---> Running in 9f95f688ae6e 21:52:53 ---> Running in f9abf3cae8c3 21:52:54 Removing intermediate container f9abf3cae8c3 21:52:54 ---> 48ec58256808 21:52:54 Step 12/23 : ENV APP_PORT=48080 21:52:55 Removing intermediate container 9f95f688ae6e 21:52:55 ---> 52cf75817296 21:52:55 Step 21/22 : LABEL git_sha=4361c2e925fe521bdb496b79446f289b0bd15c90 21:52:56 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 21:52:56 Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine 21:52:56 Step 2/20 : FROM ${BUILDER_BASE} AS builder 21:52:56 ---> 159711ac1036 21:52:56 Step 3/20 : WORKDIR /edgex-go 21:52:56 ---> Using cache 21:52:56 ---> a9a745f861c7 21:52:56 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:52:56 ---> Using cache 21:52:56 ---> 85c0c4fd7e20 21:52:56 Step 5/20 : RUN apk update && apk add make git 21:52:56 ---> Using cache 21:52:56 ---> 86348f41cd9e 21:52:56 Step 6/20 : COPY go.mod . 21:52:56 ---> Using cache 21:52:56 ---> 65aabfa9f50e 21:52:56 Step 7/20 : RUN go mod download 21:52:56 ---> Using cache 21:52:56 ---> 9a6490d716fe 21:52:56 Step 8/20 : COPY . . 21:52:56 ---> Using cache 21:52:56 ---> 34e7892bce86 21:52:56 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 21:52:56 Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine 21:52:56 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 21:52:56 ---> 159711ac1036 21:52:56 Step 3/29 : WORKDIR /edgex-go 21:52:56 ---> Using cache 21:52:56 ---> a9a745f861c7 21:52:56 Step 4/29 : RUN apk update && apk add make git 21:52:58 ---> Running in 1bb209fc0521 21:52:58 ---> Running in da464f370b82 21:52:58 ---> Running in e251d3062f2e 21:52:58 ---> Running in 8fc3e15c20cc 21:52:58 Removing intermediate container da464f370b82 21:52:58 ---> e41a8c3ab69e 21:52:58 Step 13/23 : EXPOSE $APP_PORT 21:52:58 Removing intermediate container 1bb209fc0521 21:52:58 ---> 6c325bde3019 21:52:58 Step 22/22 : LABEL version=0.0.0 21:52:58 ---> Running in 2d4487756415 21:52:58 ---> Running in 11f5a5fcf982 21:52:59 Removing intermediate container 2d4487756415 21:52:59 ---> 612f903407ee 21:52:59 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:52:59 Removing intermediate container 11f5a5fcf982 21:52:59 ---> 9d87b301b26e 21:52:59 21:52:59 ---> Running in 785799cc810c 21:52:59 Successfully built 9d87b301b26e 21:52:59 Successfully tagged docker-support-logging-go:latest 21:52:59  Building docker-support-logging-go ... done 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 21:52:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:53:00 Removing intermediate container 785799cc810c 21:53:00 ---> 675aeaa0587b 21:53:00 Step 15/23 : RUN apk --no-cache add zeromq 21:53:00 ---> Running in b7c269d54019 21:53:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:53:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:53:01 v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] 21:53:01 v3.12.1-9-g3c7f8a65fa [http://nl.alpinelinux.org/alpine/v3.12/community] 21:53:01 OK: 12752 distinct packages available 21:53:01 OK: 233 MiB in 51 packages 21:53:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:53:02 Removing intermediate container 8fc3e15c20cc 21:53:02 ---> d6ca4068b2ee 21:53:02 Step 5/29 : COPY go.mod . 21:53:03 (1/5) Installing libgcc (9.3.0-r2) 21:53:03 (2/5) Installing libsodium (1.0.18-r0) 21:53:03 ---> fb79afe62de4 21:53:03 Step 6/29 : RUN go mod download 21:53:03 ---> Running in 0cea61a4f076 21:53:03 (3/5) Installing libstdc++ (9.3.0-r2) 21:53:03 (4/5) Installing libzmq (4.3.3-r0) 21:53:03 (5/5) Installing zeromq (4.3.3-r0) 21:53:03 Executing busybox-1.31.1-r19.trigger 21:53:04 OK: 8 MiB in 19 packages 21:53:05 Removing intermediate container b7c269d54019 21:53:05 ---> dde7b484f573 21:53:05 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 21:53:05 Removing intermediate container 0cea61a4f076 21:53:05 ---> a3258be521b5 21:53:05 Step 7/29 : COPY . . 21:53:05 ---> 64e2c330bb44 21:53:05 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 21:53:05 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 21:53:09 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 21:53:13 ---> de78d6aa4ffe 21:53:13 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 21:53:13 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 21:53:14 ---> e799e80db256 21:53:14 Step 19/23 : ENTRYPOINT ["/core-data"] 21:53:15 ---> Running in 29e416a69496 21:53:17 Removing intermediate container 29e416a69496 21:53:17 ---> 22816837b408 21:53:17 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:53:19 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 21:53:19 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 21:53:20 ---> Running in d06fb34d0f64 21:53:22 Removing intermediate container e251d3062f2e 21:53:22 ---> b324c54810d3 21:53:22 21:53:22 Step 10/20 : FROM alpine 21:53:22 ---> d6e46aa2470d 21:53:22 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 21:53:22 Removing intermediate container d06fb34d0f64 21:53:22 ---> e8c62bc0c67a 21:53:22 Step 21/23 : LABEL arch=x86_64 21:53:23 ---> Running in 1fe0a81ef845 21:53:23 ---> Running in f64b1a776cdf 21:53:25 Removing intermediate container f64b1a776cdf 21:53:25 ---> 1f6b59ae7d3a 21:53:25 Step 22/23 : LABEL git_sha=4361c2e925fe521bdb496b79446f289b0bd15c90 21:53:25 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 21:53:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:53:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:53:25 ---> Running in 2e4634579e1d 21:53:25 v3.12.1-8-ge053f6efb7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 21:53:25 v3.12.1-9-g3c7f8a65fa [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 21:53:25 OK: 12744 distinct packages available 21:53:26 ---> 7cf7713339d8 21:53:26 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 21:53:26 ---> Running in 3396701342db 21:53:26 Removing intermediate container 2e4634579e1d 21:53:26 ---> 95bdcdf5a79b 21:53:26 Step 23/23 : LABEL version=0.0.0 21:53:26 (1/4) Installing ca-certificates (20191127-r4) 21:53:26 (2/4) Installing nghttp2-libs (1.41.0-r0) 21:53:26 (3/4) Installing libcurl (7.69.1-r1) 21:53:26 (4/4) Installing curl (7.69.1-r1) 21:53:26 Executing busybox-1.31.1-r19.trigger 21:53:26 ---> Running in 771b8cc22c4a 21:53:26 Executing ca-certificates-20191127-r4.trigger 21:53:26 OK: 7 MiB in 18 packages 21:53:27 Removing intermediate container 771b8cc22c4a 21:53:27 ---> 4308daae85d8 21:53:27 21:53:27 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 21:53:27 Successfully built 4308daae85d8 21:53:27 Successfully tagged docker-core-data-go:latest 21:53:28  Building docker-core-data-go ... done Removing intermediate container 1fe0a81ef845 21:53:28 ---> d0de4b96ee56 21:53:28 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 21:53:28 ---> Running in 823d150305de 21:53:28 Removing intermediate container 823d150305de 21:53:28 ---> 72d9ec1f4335 21:53:28 Step 13/20 : WORKDIR /edgex 21:53:28 ---> Running in cb896f32c21e 21:53:28 Removing intermediate container cb896f32c21e 21:53:28 ---> ca2b6dd98bf7 21:53:28 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 21:53:28 ---> b91cc41ffe3b 21:53:28 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 21:53:30 ---> 751c39b80739 21:53:30 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 21:53:30 ---> Running in ba5b4bcc1ab6 21:53:30 Removing intermediate container ba5b4bcc1ab6 21:53:30 ---> 53650eebf273 21:53:30 Step 17/20 : CMD ["--init=true"] 21:53:30 ---> Running in 781039ee4127 21:53:30 Removing intermediate container 781039ee4127 21:53:30 ---> 5230212bec2d 21:53:30 Step 18/20 : LABEL arch=x86_64 21:53:30 ---> Running in 1d9b2eec65a4 21:53:30 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 21:53:30 Removing intermediate container 1d9b2eec65a4 21:53:30 ---> 6b7e4f9d47ec 21:53:30 Step 19/20 : LABEL git_sha=4361c2e925fe521bdb496b79446f289b0bd15c90 21:53:30 ---> Running in 260c51a9f3f0 21:53:31 Removing intermediate container 260c51a9f3f0 21:53:31 ---> fa0c19b69181 21:53:31 Step 20/20 : LABEL version=0.0.0 21:53:31 ---> Running in 582de4a75323 21:53:31 Removing intermediate container 582de4a75323 21:53:31 ---> 551cb6907bb4 21:53:31 21:53:31 Successfully built 551cb6907bb4 21:53:31 Successfully tagged docker-security-proxy-setup-go:latest 21:53:33 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 21:53:37 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 21:53:38  Building docker-security-proxy-setup-go ... done Removing intermediate container 3396701342db 21:53:38 ---> d21649dccf89 21:53:38 21:53:38 Step 9/29 : FROM alpine:latest 21:53:38 ---> d6e46aa2470d 21:53:38 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 21:53:38 ---> Running in 49e5aaa22529 21:53:38 Removing intermediate container 49e5aaa22529 21:53:38 ---> 6abd99de6020 21:53:38 Step 11/29 : USER root 21:53:38 ---> Running in 960da7277cfc 21:53:38 Removing intermediate container 960da7277cfc 21:53:38 ---> db7910f4f22f 21:53:38 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 21:53:38 ---> Running in 97ca94e53724 21:53:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:53:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:53:38 v3.12.1-8-ge053f6efb7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 21:53:38 v3.12.1-9-g3c7f8a65fa [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 21:53:38 OK: 12744 distinct packages available 21:53:38 (1/2) Installing ca-certificates (20191127-r4) 21:53:38 (2/2) Installing dumb-init (1.2.2-r1) 21:53:38 Executing busybox-1.31.1-r19.trigger 21:53:38 Executing ca-certificates-20191127-r4.trigger 21:53:38 OK: 6 MiB in 16 packages 21:53:40 Removing intermediate container 97ca94e53724 21:53:40 ---> e405da69ea6b 21:53:40 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 21:53:40 ---> Running in d54bc7e34e9e 21:53:40 Removing intermediate container d54bc7e34e9e 21:53:40 ---> 40ba7ab94bbb 21:53:40 Step 14/29 : WORKDIR $BASE_DIR 21:53:40 ---> Running in a199b6b5b349 21:53:40 Removing intermediate container a199b6b5b349 21:53:40 ---> 36a6da29c2fb 21:53:40 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 21:53:40 ---> Running in d29404eefd84 21:53:41 Removing intermediate container d29404eefd84 21:53:41 ---> 0cbe514ff091 21:53:41 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 21:53:41 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 21:53:42 ---> 7f16bc674684 21:53:42 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 21:53:42 ---> b7f7dd1f6d34 21:53:42 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 21:53:42 ---> bc13e242f5af 21:53:42 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 21:53:42 ---> fdfbd94520da 21:53:42 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 21:53:42 ---> 1b621c8734d4 21:53:42 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 21:53:43 ---> Running in b5dd7404c87c 21:53:43 Removing intermediate container b5dd7404c87c 21:53:43 ---> c867b1b00e18 21:53:43 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 21:53:43 ---> 1f60abd53432 21:53:43 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 21:53:44 ---> Running in c736d47df185 21:53:44 Removing intermediate container c736d47df185 21:53:44 ---> 3ed534541e5b 21:53:44 Step 24/29 : RUN chmod 755 security-secrets-setup 21:53:45 ---> Running in d5da1352ce55 21:53:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 21:53:45 Removing intermediate container d5da1352ce55 21:53:45 ---> 9c20aa4ec63b 21:53:45 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 21:53:45 ---> Running in 3f3930b46f7c 21:53:46 Removing intermediate container 3f3930b46f7c 21:53:46 ---> bcc377f0054a 21:53:46 Step 26/29 : CMD [ "generate" ] 21:53:46 ---> Running in 7ac590042f8e 21:53:46 Removing intermediate container 7ac590042f8e 21:53:46 ---> db43a939147a 21:53:46 Step 27/29 : LABEL arch=x86_64 21:53:46 ---> Running in c39a9c21cdb3 21:53:46 Removing intermediate container c39a9c21cdb3 21:53:46 ---> 90c597730543 21:53:46 Step 28/29 : LABEL git_sha=4361c2e925fe521bdb496b79446f289b0bd15c90 21:53:46 ---> Running in a90b86aaf152 21:53:46 Removing intermediate container a90b86aaf152 21:53:46 ---> c648d39c1c75 21:53:46 Step 29/29 : LABEL version=0.0.0 21:53:46 ---> Running in 5236af7969be 21:53:47 Removing intermediate container 5236af7969be 21:53:47 ---> b9aa3dc61867 21:53:47 21:53:47 Successfully built b9aa3dc61867 21:53:47 Successfully tagged docker-security-secrets-setup-go:latest 21:53:47  Building docker-security-secrets-setup-go ... done  [Pipeline] } 21:53:47 $ docker stop --time=1 ae722deed538604b66b52754ee6ddb128f69dd81bc32499a6da091e4dc7e89a4 21:53:49 $ docker rm -f ae722deed538604b66b52754ee6ddb128f69dd81bc32499a6da091e4dc7e89a4 [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] } 21:53:49 $ docker stop --time=1 c8148b62698a9e773ff2f687321df4c8b24ce0c781ebc9e33e789ef813513973 21:53:50 + docker images 21:53:50 + grep docker 21:53:50 docker-security-secrets-setup-go latest b9aa3dc61867 4 seconds ago 24MB 21:53:50 docker-security-proxy-setup-go latest 551cb6907bb4 19 seconds ago 15.8MB 21:53:50 docker-core-data-go latest 4308daae85d8 24 seconds ago 23.7MB 21:53:50 docker-support-logging-go latest 9d87b301b26e 51 seconds ago 11.1MB 21:53:50 docker-security-secretstore-setup-go latest e96c888fdc42 About a minute ago 24.8MB 21:53:50 docker-sys-mgmt-agent-go latest 97a65a3810a7 About a minute ago 290MB 21:53:50 docker-core-metadata-go latest 6a808b7bebc5 About a minute ago 14.5MB 21:53:50 docker-security-bootstrap-redis-go latest 480b9eb124bf 2 minutes ago 15.9MB 21:53:50 docker-support-notifications-go latest 73d725ae6bdc 2 minutes ago 13.6MB 21:53:50 docker-core-command-go latest ce7ae84e337a 2 minutes ago 12.2MB 21:53:50 docker-support-scheduler-go latest aa2c7a26de21 2 minutes ago 12.3MB 21:53:50 docker latest 6972c414f322 6 days ago 217MB 21:53:52 $ docker rm -f c8148b62698a9e773ff2f687321df4c8b24ce0c781ebc9e33e789ef813513973 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] } [Pipeline] // withEnv [Pipeline] // script [Pipeline] } [Pipeline] } [Pipeline] // script [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] isUnix [Pipeline] sh [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles 21:53:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 21:53:54 21:53:54 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] node [Pipeline] isUnix [Pipeline] sh 21:53:55 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 21:53:55 latest: Pulling from edgex-devops/edgex-compose-arm64 21:53:55 29e5d40040c1: Pulling fs layer 21:53:55 1ce36da41761: Pulling fs layer 21:53:55 25b303627fd3: Pulling fs layer 21:53:56 29e5d40040c1: Download complete 21:53:56 1ce36da41761: Verifying Checksum 21:53:56 1ce36da41761: Download complete 21:53:56 29e5d40040c1: Pull complete 21:53:58 1ce36da41761: Pull complete 21:53:58 25b303627fd3: Verifying Checksum 21:53:58 25b303627fd3: Download complete 21:54:08 25b303627fd3: Pull complete 21:54:08 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 21:54:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 21:54:08 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 21:54:08 prd-ubuntu18.04-docker-arm64-4c-16g-9575 does not seem to be running inside a container 21:54:08 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 21:54:09 Still waiting to schedule task 21:54:09 All nodes of label ‘centos7-docker-8c-8g’ are offline 21:54:11 $ docker top b2e06ab49a2037db51141adc5922019f6ecabb11fc7898f595f6a001a1a94368 -eo pid,comm [Pipeline] { [Pipeline] sh 21:54:13 + docker-compose build --help 21:54:13 + grep parallel 21:54:16 --parallel Build images in parallel. [Pipeline] } 21:54:17 $ docker stop --time=1 b2e06ab49a2037db51141adc5922019f6ecabb11fc7898f595f6a001a1a94368 21:54:18 $ docker rm -f b2e06ab49a2037db51141adc5922019f6ecabb11fc7898f595f6a001a1a94368 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:54:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 21:54:19 . [Pipeline] withDockerContainer 21:54:20 prd-ubuntu18.04-docker-arm64-4c-16g-9575 does not seem to be running inside a container 21:54:20 $ 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/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 21:54:21 $ docker top f0d764c3632148188a1d945ea478edf26e33c4a180f3d3418b10bd76194fa671 -eo pid,comm [Pipeline] { [Pipeline] sh 21:54:22 + docker-compose -f ./docker-compose-build.yml build --parallel 21:54:27 Building docker-core-command-go ... 21:54:27 Building docker-core-data-go ... 21:54:27 Building docker-core-metadata-go ... 21:54:27 Building docker-security-bootstrap-redis-go ... 21:54:27 Building docker-security-proxy-setup-go ... 21:54:27 Building docker-security-secrets-setup-go ... 21:54:27 Building docker-security-secretstore-setup-go ... 21:54:27 Building docker-support-logging-go ... 21:54:27 Building docker-support-notifications-go ... 21:54:27 Building docker-support-scheduler-go ... 21:54:27 Building docker-sys-mgmt-agent-go ... 21:54:27 Building docker-core-data-go 21:54:27 Building docker-security-proxy-setup-go 21:54:27 Building docker-support-notifications-go 21:54:27 Building docker-core-command-go 21:54:27 Building docker-support-logging-go 21:55:04 Running on prd-centos7-docker-8c-8g-9576 in /w/workspace/edgexfoundry_edgex-go_PR-2850 [Pipeline] { [Pipeline] ws 21:55:04 Running in /w/workspace/edgex-go/11 [Pipeline] { [Pipeline] checkout 21:55:06 using credential edgex-jenkins-ssh 21:55:06 Cloning the remote Git repository 21:55:06 Cloning repository git@github.com:edgexfoundry/edgex-go.git 21:55:06 > git init /w/workspace/edgex-go/11 # timeout=10 21:55:06 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 21:55:06 > git --version # timeout=10 21:55:06 > git --version # 'git version 2.16.5' 21:55:06 using GIT_SSH to set credentials SSH Credentials for GitHub 21:55:06 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 21:55:15 Merging remotes/origin/master commit 30fe914c5ad8e4d98bae6ee0071c56635472cae5 into PR head commit 4361c2e925fe521bdb496b79446f289b0bd15c90 [Pipeline] } [Pipeline] // ws 21:55:14 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 21:55:14 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 21:55:14 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 21:55:14 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 21:55:14 using GIT_SSH to set credentials SSH Credentials for GitHub 21:55:14 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2850/head:refs/remotes/origin/PR-2850 +refs/heads/master:refs/remotes/origin/master # timeout=10 21:55:15 > git config core.sparsecheckout # timeout=10 21:55:15 > git checkout -f 4361c2e925fe521bdb496b79446f289b0bd15c90 # timeout=10 [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 21:55:16 Failed in branch amd64 21:55:48 Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine 21:55:48 Step 2/20 : FROM ${BUILDER_BASE} AS builder 21:55:48 ---> 86fca46927f6 21:55:48 Step 3/20 : WORKDIR /edgex-go 21:55:48 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 21:55:48 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:55:48 ---> 86fca46927f6 21:55:48 Step 3/22 : WORKDIR /edgex-go 21:55:48 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 21:55:48 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:55:48 ---> 86fca46927f6 21:55:48 Step 3/22 : WORKDIR /edgex-go 21:55:48 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 21:55:48 Step 2/24 : FROM ${BUILDER_BASE} AS builder 21:55:48 ---> 86fca46927f6 21:55:48 Step 3/24 : WORKDIR /edgex-go 21:55:48 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 21:55:48 Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:55:48 ---> 86fca46927f6 21:55:48 Step 3/23 : WORKDIR /edgex-go 21:55:48 ---> Running in 8d75bc7840ba 21:55:48 ---> Running in 5011e63a3222 21:55:48 ---> Running in a2f0875d2ecd 21:55:48 ---> Running in 098bac3013c6 21:55:48 ---> Running in 52200c9218e9 21:55:48 Removing intermediate container 098bac3013c6 21:55:48 Removing intermediate container 5011e63a3222 21:55:48 ---> cb9aab2c6c09 21:55:48 ---> 9415e99146db 21:55:48 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesStep 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:55:48 21:55:48 Removing intermediate container a2f0875d2ecd 21:55:48 ---> 47ba126f2e9c 21:55:48 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:55:48 Removing intermediate container 52200c9218e9 21:55:48 ---> 547fa21041da 21:55:48 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:55:48 Removing intermediate container 8d75bc7840ba 21:55:48 ---> 1dbb2ca25337 21:55:48 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:55:48 ---> Running in f2bed7f1efd3 21:55:48 ---> Running in 34ce77dc7ee9 21:55:48 ---> Running in 09dc9ef3f34a 21:55:48 ---> Running in 253065e86a7d 21:55:48 ---> Running in 07ba8b2ddbc8 21:55:48 Removing intermediate container f2bed7f1efd3 21:55:48 ---> 89b09a8d4b33 21:55:48 Step 5/22 : RUN apk update && apk add make && apk add bash git 21:55:48 ---> Running in 575a22d7cff1 21:55:48 Removing intermediate container 34ce77dc7ee9 21:55:48 ---> 5e7b82deab67 21:55:48 Step 5/20 : RUN apk update && apk add make git 21:55:48 Removing intermediate container 09dc9ef3f34a 21:55:48 ---> e1aca6e71f61 21:55:48 Step 5/22 : RUN apk update && apk add make git 21:55:49 ---> Running in 9687998e53a9 21:55:49 ---> Running in c23661378d28 21:55:49 Removing intermediate container 07ba8b2ddbc8 21:55:49 ---> d2924508492a 21:55:49 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 21:55:49 Removing intermediate container 253065e86a7d 21:55:49 ---> 79335051da08 21:55:49 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 21:55:49 ---> Running in 531fb95310e7 21:55:49 ---> Running in 791d635af47b 21:55:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:55:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:55:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:55:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:55:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:55:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:55:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:55:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:55:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:55:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:55:53 v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] 21:55:53 v3.12.1-9-g3c7f8a65fa [http://nl.alpinelinux.org/alpine/v3.12/community] 21:55:53 OK: 12623 distinct packages available 21:55:53 OK: 217 MiB in 51 packages 21:55:53 v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] 21:55:53 v3.12.1-9-g3c7f8a65fa [http://nl.alpinelinux.org/alpine/v3.12/community] 21:55:53 OK: 12623 distinct packages available 21:55:54 v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] 21:55:54 v3.12.1-9-g3c7f8a65fa [http://nl.alpinelinux.org/alpine/v3.12/community] 21:55:54 OK: 12623 distinct packages available 21:55:54 v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] 21:55:54 v3.12.1-9-g3c7f8a65fa [http://nl.alpinelinux.org/alpine/v3.12/community] 21:55:54 OK: 12623 distinct packages available 21:55:54 v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] 21:55:54 v3.12.1-9-g3c7f8a65fa [http://nl.alpinelinux.org/alpine/v3.12/community] 21:55:54 OK: 12623 distinct packages available 21:55:54 OK: 217 MiB in 51 packages 21:55:54 OK: 217 MiB in 51 packages 21:55:54 OK: 217 MiB in 51 packages 21:55:55 OK: 217 MiB in 51 packages 21:55:55 OK: 217 MiB in 51 packages 21:55:56 Removing intermediate container 575a22d7cff1 21:55:56 ---> 90c897d7970b 21:55:56 Step 6/22 : COPY go.mod . 21:55:56 Removing intermediate container 9687998e53a9 21:55:56 ---> 457fd9ecc074 21:55:56 Step 6/22 : COPY go.mod . 21:55:57 Removing intermediate container 531fb95310e7 21:55:57 ---> 771bf069974c 21:55:57 Step 6/24 : COPY go.mod . 21:55:57 Removing intermediate container c23661378d28 21:55:57 ---> 91b6d5e10e3b 21:55:57 Step 6/20 : COPY go.mod . 21:55:57 Removing intermediate container 791d635af47b 21:55:57 ---> 7641d0006815 21:55:57 Step 6/23 : COPY go.mod . 21:55:57 ---> 39681501572a 21:55:57 Step 7/22 : RUN go mod download 21:55:57 ---> 1fcecabdac89 21:55:57 Step 7/22 : RUN go mod download 21:55:58 ---> Running in 0ad7e543f325 21:55:58 ---> Running in 14694b3e54d9 21:55:58 ---> d5dc0561bc5e 21:55:58 Step 7/24 : RUN go mod download 21:55:58 ---> 3f33852f6f88 21:55:58 ---> 88bd720ed313 21:55:58 Step 7/20 : RUN go mod downloadStep 7/23 : RUN go mod download 21:55:58 21:55:58 ---> Running in fd1cffd23f6b 21:55:58 ---> Running in 4d6b5fdbabea 21:55:58 ---> Running in c0ceadd962e6 21:56:03 Removing intermediate container 14694b3e54d9 21:56:03 ---> 1e3bc5947c17 21:56:03 Step 8/22 : COPY . . 21:56:03 Removing intermediate container 4d6b5fdbabea 21:56:03 ---> 23635a4dc229 21:56:03 Step 8/23 : COPY . . 21:56:03 Removing intermediate container 0ad7e543f325 21:56:03 ---> fea8eaca6cd1 21:56:03 Step 8/22 : COPY . . 21:56:04 Removing intermediate container c0ceadd962e6 21:56:04 ---> e561dcfb1559 21:56:04 Step 8/20 : COPY . . 21:56:04 Removing intermediate container fd1cffd23f6b 21:56:04 ---> a06877ed33e6 21:56:04 Step 8/24 : COPY . . 21:56:26 ---> 2a19d50b30a1 21:56:26 Step 9/22 : RUN make cmd/core-command/core-command 21:56:26 ---> cf227bd2a415 21:56:26 Step 9/23 : RUN make cmd/core-data/core-data 21:56:26 ---> 2bdad5c0c514 21:56:26 Step 9/22 : RUN make cmd/support-logging/support-logging 21:56:26 ---> 22b6341116f1 21:56:26 Step 9/24 : RUN make cmd/support-notifications/support-notifications 21:56:26 ---> 2daba8e08683 21:56:26 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 21:56:26 ---> Running in 63a05e4c173b 21:56:26 ---> Running in 7e446cfdbfa0 21:56:26 ---> Running in 17eb8b103150 21:56:26 ---> Running in 3da71defa014 21:56:26 ---> Running in 49931ad55bf2 21:56:28 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 21:56:28 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 21:56:28 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 21:56:28 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 21:56:28 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 21:58:05 Removing intermediate container 3da71defa014 21:58:05 ---> b8bbd11da80e 21:58:05 21:58:05 Step 10/20 : FROM alpine 21:58:05 latest: Pulling from library/alpine 21:58:05 Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a 21:58:05 Status: Downloaded newer image for alpine:latest 21:58:05 ---> 2e77e061c27f 21:58:05 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 21:58:05 ---> Running in 2d64ecc9ead1 21:58:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:58:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:58:05 v3.12.1-8-ge053f6efb7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 21:58:05 v3.12.1-9-g3c7f8a65fa [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 21:58:05 OK: 12615 distinct packages available 21:58:05 (1/4) Installing ca-certificates (20191127-r4) 21:58:05 (2/4) Installing nghttp2-libs (1.41.0-r0) 21:58:05 (3/4) Installing libcurl (7.69.1-r1) 21:58:05 (4/4) Installing curl (7.69.1-r1) 21:58:05 Executing busybox-1.31.1-r19.trigger 21:58:05 Executing ca-certificates-20191127-r4.trigger 21:58:05 OK: 7 MiB in 18 packages 21:58:05 Removing intermediate container 2d64ecc9ead1 21:58:05 ---> bb6d7992076b 21:58:05 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 21:58:05 ---> Running in 0e87fd8823cb 21:58:05 Removing intermediate container 0e87fd8823cb 21:58:05 ---> b21c475abef1 21:58:05 Step 13/20 : WORKDIR /edgex 21:58:05 ---> Running in f340f8ca04f6 21:58:05 Removing intermediate container f340f8ca04f6 21:58:05 ---> 7301956689b8 21:58:05 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 21:58:05 ---> 7db9e6dcfdbe 21:58:05 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 21:58:05 ---> b02c9f851948 21:58:06 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 21:58:06 ---> Running in 1b22bd14b0ef 21:58:06 Removing intermediate container 17eb8b103150 21:58:06 ---> 2b7803e9527a 21:58:06 21:58:06 Step 10/22 : FROM scratch 21:58:06 ---> 21:58:06 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 21:58:07 ---> Running in b8921a3d55a6 21:58:07 Removing intermediate container 1b22bd14b0ef 21:58:07 ---> 52ada44dc988 21:58:07 Step 17/20 : CMD ["--init=true"] 21:58:07 ---> Running in 00a0b60ab8fb 21:58:08 Removing intermediate container b8921a3d55a6 21:58:08 ---> 2de4202765c5 21:58:08 Step 12/22 : ENV APP_PORT=48061 21:58:08 ---> Running in 0f14075354ee 21:58:08 Removing intermediate container 00a0b60ab8fb 21:58:08 ---> 6cfd0681a28e 21:58:08 Step 18/20 : LABEL arch=arm64 21:58:08 ---> Running in b1a10f851d9a 21:58:08 Removing intermediate container 0f14075354ee 21:58:08 ---> 98d72cdff74b 21:58:08 Step 13/22 : EXPOSE $APP_PORT 21:58:09 ---> Running in 85b599397fa7 21:58:09 Removing intermediate container b1a10f851d9a 21:58:09 ---> 213a30531b47 21:58:09 Step 19/20 : LABEL git_sha=4361c2e925fe521bdb496b79446f289b0bd15c90 21:58:09 ---> Running in 9652caa4e142 21:58:10 Removing intermediate container 85b599397fa7 21:58:10 ---> e52ee10ba716 21:58:10 Step 14/22 : COPY --from=builder /bin/bash /bin/bash 21:58:10 Removing intermediate container 9652caa4e142 21:58:10 ---> c80a86997fe4 21:58:10 Step 20/20 : LABEL version=0.0.0 21:58:10 ---> Running in ee3a2f19de45 21:58:11 Removing intermediate container ee3a2f19de45 21:58:11 ---> 6ae4e80db933 21:58:11 21:58:11 ---> ad7dc8079b96 21:58:11 Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 21:58:12 Successfully built 6ae4e80db933 21:58:12 Successfully tagged docker-security-proxy-setup-go-arm64:latest 21:58:12  Building docker-security-proxy-setup-go ... done Building docker-security-bootstrap-redis-go 21:58:12 ---> 2ff3a086630d 21:58:12 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 21:58:15 ---> 80d98d5bfaff 21:58:15 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 21:58:18 ---> 4113af0ae95d 21:58:18 Step 18/22 : ENTRYPOINT ["/support-logging"] 21:58:18 ---> Running in a6b199c714d5 21:58:19 Removing intermediate container a6b199c714d5 21:58:19 ---> 66affa05c0a6 21:58:19 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:58:20 ---> Running in 16b8931f99ce 21:58:22 Removing intermediate container 16b8931f99ce 21:58:22 ---> faf17f0db2b3 21:58:22 Step 20/22 : LABEL arch=arm64 21:58:22 ---> Running in df33bcb62be7 21:58:22 Removing intermediate container 63a05e4c173b 21:58:22 ---> b8a72a7beed4 21:58:22 21:58:22 Step 10/22 : FROM scratch 21:58:22 ---> 21:58:22 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 21:58:23 ---> Running in 64484cad0bd7 21:58:23 Removing intermediate container df33bcb62be7 21:58:23 ---> 0a51aed30ca3 21:58:23 Step 21/22 : LABEL git_sha=4361c2e925fe521bdb496b79446f289b0bd15c90 21:58:24 Removing intermediate container 49931ad55bf2 21:58:24 ---> c76e31b4c750 21:58:24 21:58:24 Step 10/24 : FROM scratch 21:58:24 ---> 21:58:24 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 21:58:24 ---> Using cache 21:58:24 ---> 2de4202765c5 21:58:24 Step 12/24 : ENV APP_PORT=48060 21:58:24 Removing intermediate container 64484cad0bd7 21:58:24 ---> 0fc173417c4d 21:58:24 Step 12/22 : ENV APP_PORT=48082 21:58:24 ---> Running in 424268f4a633 21:58:24 ---> Running in 85b5b2c87464 21:58:24 ---> Running in 09413e11c7cf 21:58:26 Removing intermediate container 85b5b2c87464 21:58:26 ---> 2a45210d0869 21:58:26 Step 13/24 : EXPOSE $APP_PORT 21:58:26 Removing intermediate container 424268f4a633 21:58:26 ---> 784382a9fb60 21:58:26 Step 22/22 : LABEL version=0.0.0 21:58:26 Removing intermediate container 09413e11c7cf 21:58:26 ---> 4bb11dacf1ff 21:58:26 Step 13/22 : EXPOSE $APP_PORT 21:58:26 ---> Running in 0e685463fe4b 21:58:27 ---> Running in f745963630d9 21:58:27 ---> Running in 4e04fc8b25ce 21:58:27 Removing intermediate container 0e685463fe4b 21:58:27 ---> 93ea8ee49f83 21:58:27 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 21:58:27 Removing intermediate container f745963630d9 21:58:27 ---> 2527b75c923d 21:58:27 21:58:28 Removing intermediate container 4e04fc8b25ce 21:58:28 ---> cccfdeaa53a0 21:58:28 Step 14/22 : WORKDIR / 21:58:28 ---> Running in 4a2a31f7f6ff 21:58:28 Successfully built 2527b75c923d 21:58:29 Successfully tagged docker-support-logging-go-arm64:latest 21:58:29  Building docker-support-logging-go ... done Building docker-security-secretstore-setup-go 21:58:29 ---> cfe24ce0c421 21:58:29 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 21:58:29 Removing intermediate container 4a2a31f7f6ff 21:58:29 ---> df9151b6ac35 21:58:29 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 21:58:31 ---> 2808d50a7318 21:58:31 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 21:58:31 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 21:58:31 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:58:31 ---> 86fca46927f6 21:58:31 Step 3/22 : WORKDIR /edgex-go 21:58:31 ---> Using cache 21:58:31 ---> 1dbb2ca25337 21:58:31 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:58:31 ---> Using cache 21:58:31 ---> e1aca6e71f61 21:58:31 Step 5/22 : RUN apk update && apk add make git 21:58:31 ---> Using cache 21:58:31 ---> 457fd9ecc074 21:58:31 Step 6/22 : COPY go.mod . 21:58:31 ---> Using cache 21:58:31 ---> 39681501572a 21:58:31 Step 7/22 : RUN go mod download 21:58:31 ---> Using cache 21:58:31 ---> 1e3bc5947c17 21:58:31 Step 8/22 : COPY . . 21:58:31 ---> Using cache 21:58:31 ---> 2a19d50b30a1 21:58:31 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 21:58:31 ---> b2de1018ab0c 21:58:31 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 21:58:32 ---> Running in 668407f2c5f2 21:58:33 ---> ecc7659284d8 21:58:33 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 21:58:34 ---> 1d0561112d9e 21:58:34 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 21:58:35 ---> c5eb683e34d3 21:58:35 Step 18/22 : ENTRYPOINT ["/core-command"] 21:58:35 ---> 6623ba2cada8 21:58:35 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 21:58:35 ---> Running in 5f3335ef839d 21:58:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 21:58:37 Removing intermediate container 5f3335ef839d 21:58:37 ---> ea0d3875a90f 21:58:37 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:58:37 ---> Running in 54d8434d377c 21:58:37 ---> d83ec096e5be 21:58:37 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 21:58:38 Removing intermediate container 54d8434d377c 21:58:38 ---> 810dd9e022e4 21:58:38 Step 20/22 : LABEL arch=arm64 21:58:38 ---> Running in cd965402a144 21:58:39 ---> 0425407fcf3a 21:58:39 Step 20/24 : ENTRYPOINT ["/support-notifications"] 21:58:39 ---> Running in 235f38b17c11 21:58:39 Removing intermediate container cd965402a144 21:58:39 ---> 3052ce9c034c 21:58:39 Step 21/22 : LABEL git_sha=4361c2e925fe521bdb496b79446f289b0bd15c90 21:58:40 ---> Running in 2ddf59a2bd70 21:58:41 Removing intermediate container 235f38b17c11 21:58:41 ---> 614145917c9d 21:58:41 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:58:41 ---> Running in 7083f96b26b1 21:58:41 Removing intermediate container 2ddf59a2bd70 21:58:41 ---> 3995f37f24ba 21:58:41 Step 22/22 : LABEL version=0.0.0 21:58:42 ---> Running in 92136251c4ff 21:58:43 Removing intermediate container 7083f96b26b1 21:58:43 ---> cad5bf627319 21:58:43 Step 22/24 : LABEL arch=arm64 21:58:43 Removing intermediate container 92136251c4ff 21:58:43 ---> fca110df7d50 21:58:43 21:58:43 ---> Running in 71ba03b3f6ec 21:58:44 Successfully built fca110df7d50 21:58:45 Successfully tagged docker-core-command-go-arm64:latest 21:58:45 Building docker-sys-mgmt-agent-go 21:58:45  Building docker-core-command-go ... done Removing intermediate container 71ba03b3f6ec 21:58:45 ---> 0e3d2d498d58 21:58:45 Step 23/24 : LABEL git_sha=4361c2e925fe521bdb496b79446f289b0bd15c90 21:58:45 ---> Running in d3946f452ac2 21:58:46 Removing intermediate container 7e446cfdbfa0 21:58:46 ---> f151966a9a1f 21:58:46 21:58:46 Step 10/23 : FROM alpine 21:58:46 ---> 2e77e061c27f 21:58:46 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 21:58:46 Removing intermediate container d3946f452ac2 21:58:46 ---> d3b5c21d4494 21:58:46 Step 24/24 : LABEL version=0.0.0 21:58:47 ---> Running in 4217bba5e735 21:58:47 ---> Running in 2f0dc078c6e4 21:58:48 Removing intermediate container 4217bba5e735 21:58:48 ---> f188bcd9f35b 21:58:48 Step 12/23 : ENV APP_PORT=48080 21:58:48 Removing intermediate container 2f0dc078c6e4 21:58:48 ---> bd4351334bb8 21:58:48 21:58:49 ---> Running in fdc99c8876c1 21:58:49 Successfully built bd4351334bb8 21:58:49 Successfully tagged docker-support-notifications-go-arm64:latest 21:58:49  Building docker-support-notifications-go ... done Building docker-support-scheduler-go 21:58:50 Removing intermediate container fdc99c8876c1 21:58:50 ---> 99fdbd708fa4 21:58:50 Step 13/23 : EXPOSE $APP_PORT 21:58:50 ---> Running in 12abb259f0a4 21:58:51 Removing intermediate container 12abb259f0a4 21:58:51 ---> b15abb35c0e1 21:58:51 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:58:51 ---> Running in fdfce28464ee 21:58:55 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 21:58:55 Step 2/24 : FROM ${BUILDER_BASE} AS builder 21:58:55 ---> 86fca46927f6 21:58:55 Step 3/24 : WORKDIR /edgex-go 21:58:55 ---> Using cache 21:58:55 ---> 1dbb2ca25337 21:58:55 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:58:55 ---> Using cache 21:58:55 ---> e1aca6e71f61 21:58:55 Step 5/24 : RUN apk update && apk add make git 21:58:55 ---> Using cache 21:58:55 ---> 457fd9ecc074 21:58:55 Step 6/24 : COPY go.mod . 21:58:55 ---> Using cache 21:58:55 ---> 39681501572a 21:58:55 Step 7/24 : RUN go mod download 21:58:55 ---> Using cache 21:58:55 ---> 1e3bc5947c17 21:58:55 Step 8/24 : COPY . . 21:58:55 ---> Using cache 21:58:55 ---> 2a19d50b30a1 21:58:55 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 21:58:57 ---> Running in 1205ed4b560e 21:58:57 Removing intermediate container fdfce28464ee 21:58:57 ---> 6b89cf149975 21:58:57 Step 15/23 : RUN apk --no-cache add zeromq 21:58:57 ---> Running in 2ed4d5758936 21:58:59 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 21:58:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:59:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:59:01 (1/5) Installing libgcc (9.3.0-r2) 21:59:01 (2/5) Installing libsodium (1.0.18-r0) 21:59:01 (3/5) Installing libstdc++ (9.3.0-r2) 21:59:01 (4/5) Installing libzmq (4.3.3-r0) 21:59:02 (5/5) Installing zeromq (4.3.3-r0) 21:59:02 Executing busybox-1.31.1-r19.trigger 21:59:02 OK: 8 MiB in 19 packages 21:59:05 Removing intermediate container 2ed4d5758936 21:59:05 ---> 187ed5eaf8cc 21:59:05 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 21:59:07 ---> d75282a06d18 21:59:07 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 21:59:10 ---> 3476cdc0fe54 21:59:10 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 21:59:12 ---> cf0d00b7670e 21:59:12 Step 19/23 : ENTRYPOINT ["/core-data"] 21:59:12 ---> Running in 8009c4d9580c 21:59:13 Removing intermediate container 8009c4d9580c 21:59:13 ---> f277daf1eb55 21:59:13 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:59:13 ---> Running in d963b11f673c 21:59:14 Removing intermediate container d963b11f673c 21:59:14 ---> 3febfb5e1d8c 21:59:14 Step 21/23 : LABEL arch=arm64 21:59:14 ---> Running in 4c181f07c497 21:59:16 Removing intermediate container 4c181f07c497 21:59:16 ---> b5504bcccae2 21:59:16 Step 22/23 : LABEL git_sha=4361c2e925fe521bdb496b79446f289b0bd15c90 21:59:16 ---> Running in 810b6607567a 21:59:17 Removing intermediate container 810b6607567a 21:59:17 ---> d5ce9081afbb 21:59:17 Step 23/23 : LABEL version=0.0.0 21:59:17 ---> Running in 49370854d93f 21:59:18 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 21:59:18 Step 2/27 : FROM ${BUILDER_BASE} AS builder 21:59:18 ---> 86fca46927f6 21:59:18 Step 3/27 : WORKDIR /edgex-go 21:59:18 ---> Using cache 21:59:18 ---> 1dbb2ca25337 21:59:18 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:59:18 ---> Using cache 21:59:18 ---> e1aca6e71f61 21:59:18 Step 5/27 : RUN apk update && apk add make bash git 21:59:18 ---> Running in 571b765d8aea 21:59:19 Removing intermediate container 49370854d93f 21:59:19 ---> 74f4389294e6 21:59:19 21:59:20 Successfully built 74f4389294e6 21:59:20 Successfully tagged docker-core-data-go-arm64:latest 21:59:20  Building docker-core-data-go ... done Building docker-security-secrets-setup-go 21:59:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:59:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:59:23 v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] 21:59:23 v3.12.1-9-g3c7f8a65fa [http://nl.alpinelinux.org/alpine/v3.12/community] 21:59:23 OK: 12623 distinct packages available 21:59:24 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 21:59:24 Step 2/21 : FROM ${BUILDER_BASE} AS builder 21:59:24 ---> 86fca46927f6 21:59:24 Step 3/21 : WORKDIR /edgex-go 21:59:24 ---> Using cache 21:59:24 ---> 1dbb2ca25337 21:59:24 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:59:24 ---> Using cache 21:59:24 ---> e1aca6e71f61 21:59:24 Step 5/21 : RUN apk update && apk add make git 21:59:24 ---> Using cache 21:59:24 ---> 457fd9ecc074 21:59:24 Step 6/21 : COPY go.mod . 21:59:24 ---> Using cache 21:59:24 ---> 39681501572a 21:59:24 Step 7/21 : RUN go mod download 21:59:24 ---> Using cache 21:59:24 ---> 1e3bc5947c17 21:59:24 Step 8/21 : COPY . . 21:59:24 ---> Using cache 21:59:24 ---> 2a19d50b30a1 21:59:24 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 21:59:24 OK: 217 MiB in 51 packages 21:59:26 ---> Running in 59ae3bd163f3 21:59:28 Removing intermediate container 571b765d8aea 21:59:28 ---> 72eae9c8791d 21:59:28 Step 6/27 : COPY go.mod . 21:59:28 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 21:59:29 ---> f988481fa3ee 21:59:29 Step 7/27 : RUN go mod download 21:59:30 ---> Running in 22a19ea61b42 21:59:34 Removing intermediate container 668407f2c5f2 21:59:34 ---> edba32be81aa 21:59:34 21:59:34 Step 10/22 : FROM alpine:3.10 21:59:34 3.10: Pulling from library/alpine 21:59:36 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 21:59:36 Status: Downloaded newer image for alpine:3.10 21:59:36 ---> 536a684cf733 21:59:36 Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 21:59:37 Removing intermediate container 22a19ea61b42 21:59:37 ---> 40715d8260fe 21:59:37 Step 8/27 : COPY . . 21:59:37 ---> Running in ba8f636fa801 21:59:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 21:59:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 21:59:41 v3.10.5-127-ga687d2589a [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 21:59:41 v3.10.5-136-gb80983a48b [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 21:59:41 OK: 10167 distinct packages available 21:59:42 (1/5) Installing ca-certificates (20191127-r2) 21:59:42 (2/5) Installing nghttp2-libs (1.39.2-r1) 21:59:42 (3/5) Installing libcurl (7.66.0-r1) 21:59:42 (4/5) Installing curl (7.66.0-r1) 21:59:42 (5/5) Installing dumb-init (1.2.2-r1) 21:59:42 Executing busybox-1.30.1-r3.trigger 21:59:42 Executing ca-certificates-20191127-r2.trigger 21:59:42 OK: 7 MiB in 19 packages 21:59:46 Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine 21:59:46 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 21:59:46 ---> 86fca46927f6 21:59:46 Step 3/29 : WORKDIR /edgex-go 21:59:46 ---> Using cache 21:59:46 ---> 1dbb2ca25337 21:59:46 Step 4/29 : RUN apk update && apk add make git 21:59:46 ---> Running in c80bc8b5991d 21:59:47 Removing intermediate container ba8f636fa801 21:59:47 ---> 7fba526fab66 21:59:47 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 21:59:48 ---> Running in 35931130c967 21:59:49 Removing intermediate container 35931130c967 21:59:49 ---> 66c2c6d957f2 21:59:49 Step 13/22 : WORKDIR / 21:59:49 ---> Running in 3abec10fe636 21:59:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:59:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:59:50 Removing intermediate container 3abec10fe636 21:59:50 ---> a1be7651b86f 21:59:50 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 21:59:51 v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] 21:59:51 v3.12.1-9-g3c7f8a65fa [http://nl.alpinelinux.org/alpine/v3.12/community] 21:59:51 OK: 12623 distinct packages available 21:59:52 OK: 217 MiB in 51 packages 21:59:52 ---> d7b890cf89aa 21:59:52 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 21:59:55 Removing intermediate container c80bc8b5991d 21:59:55 ---> 143bedcda351 21:59:55 Step 5/29 : COPY go.mod . 21:59:55 ---> 60cd050ed028 21:59:55 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 21:59:56 ---> 3fbb5a7230e1 21:59:56 Step 6/29 : RUN go mod download 21:59:56 ---> Running in ee8b1eb155ee 21:59:57 ---> 49a6bd7adb4b 21:59:57 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 21:59:59 ---> 634b1e8df9b7 21:59:59 Step 18/22 : RUN chmod +x entrypoint.sh 21:59:59 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 21:59:59 ---> Running in b496d9d63a03 22:00:02 ---> 0e6ca0c3e5dd 22:00:02 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 22:00:02 ---> Running in 23704ac7d037 22:00:02 Removing intermediate container ee8b1eb155ee 22:00:02 ---> ffa22870ed9c 22:00:02 Step 7/29 : COPY . . 22:00:04 Removing intermediate container b496d9d63a03 22:00:04 ---> 1d307a2d344f 22:00:04 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 22:00:04 ---> Running in a28cf681bad6 22:00:05 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 22:00:05 Removing intermediate container a28cf681bad6 22:00:05 ---> b3306d12c857 22:00:05 Step 20/22 : LABEL arch=arm64 22:00:05 ---> Running in cda298779115 22:00:06 Removing intermediate container cda298779115 22:00:06 ---> 2b331d3cc62a 22:00:06 Step 21/22 : LABEL git_sha=4361c2e925fe521bdb496b79446f289b0bd15c90 22:00:07 ---> Running in 92a5e8e37063 22:00:08 Removing intermediate container 92a5e8e37063 22:00:08 ---> 08e2518a0f5b 22:00:08 Step 22/22 : LABEL version=0.0.0 22:00:08 ---> Running in 8ab14fea20c0 22:00:09 Removing intermediate container 8ab14fea20c0 22:00:09 ---> 576170ec02b3 22:00:09 22:00:10 Successfully built 576170ec02b3 22:00:10 Successfully tagged docker-security-bootstrap-redis-go-arm64:latest 22:00:10 Building docker-core-metadata-go 22:00:17  Building docker-security-bootstrap-redis-go ... done Removing intermediate container 1205ed4b560e 22:00:17 ---> 84b878707c65 22:00:17 22:00:17 Step 10/24 : FROM alpine:3.10 22:00:17 ---> 536a684cf733 22:00:17 Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 22:00:17 ---> Using cache 22:00:17 ---> 7fba526fab66 22:00:17 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 22:00:17 ---> Running in 4be12d35f775 22:00:18 Removing intermediate container 4be12d35f775 22:00:18 ---> a56f9e25194a 22:00:18 Step 13/24 : WORKDIR / 22:00:18 ---> Running in 07ac5993d7b6 22:00:20 Removing intermediate container 07ac5993d7b6 22:00:20 ---> b74813044519 22:00:20 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 22:00:22 ---> 28f8476803f6 22:00:22 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 22:00:23 ---> cec53b9cf5e7 22:00:23 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 22:00:23 ---> Running in e280db65b702 22:00:23 ---> ccafc14567a0 22:00:23 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 22:00:26 ---> 20e850a3a6b7 22:00:26 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 22:00:26 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 22:00:28 ---> e9eaa8117513 22:00:28 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 22:00:31 ---> b680cefc2161 22:00:31 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 22:00:32 ---> 9ac7a3caed7d 22:00:32 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 22:00:32 ---> Running in 7eb38fd1f8da 22:00:33 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 22:00:33 Step 2/22 : FROM ${BUILDER_BASE} AS builder 22:00:33 ---> 86fca46927f6 22:00:33 Step 3/22 : WORKDIR /edgex-go 22:00:33 ---> Using cache 22:00:33 ---> 1dbb2ca25337 22:00:33 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:00:33 ---> Using cache 22:00:33 ---> e1aca6e71f61 22:00:33 Step 5/22 : RUN apk update && apk add make git 22:00:33 ---> Using cache 22:00:33 ---> 457fd9ecc074 22:00:33 Step 6/22 : COPY go.mod . 22:00:33 ---> Using cache 22:00:33 ---> 39681501572a 22:00:33 Step 7/22 : RUN go mod download 22:00:33 ---> Using cache 22:00:33 ---> 1e3bc5947c17 22:00:33 Step 8/22 : COPY . . 22:00:33 ---> Using cache 22:00:33 ---> 2a19d50b30a1 22:00:33 Step 9/22 : RUN make cmd/core-metadata/core-metadata 22:00:34 ---> Running in 99d95b2c8537 22:00:36 Removing intermediate container 7eb38fd1f8da 22:00:36 ---> 2d03178a83a4 22:00:36 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 22:00:36 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 22:00:36 ---> Running in c5a286fb9afb 22:00:37 Removing intermediate container c5a286fb9afb 22:00:37 ---> 652a13042c1c 22:00:37 Step 22/24 : LABEL arch=arm64 22:00:37 ---> Running in 8bb2b6d93f96 22:00:38 Removing intermediate container 8bb2b6d93f96 22:00:38 ---> 806448b98452 22:00:38 Step 23/24 : LABEL git_sha=4361c2e925fe521bdb496b79446f289b0bd15c90 22:00:38 ---> Running in 25b394607536 22:00:39 Removing intermediate container 25b394607536 22:00:39 ---> 51fc8ab98129 22:00:39 Step 24/24 : LABEL version=0.0.0 22:00:39 ---> Running in d186269d949e 22:00:39 Removing intermediate container d186269d949e 22:00:39 ---> dba8f8182167 22:00:39 22:00:40 Successfully built dba8f8182167 22:00:40 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 22:01:07  Building docker-security-secretstore-setup-go ... done Removing intermediate container 59ae3bd163f3 22:01:07 ---> b63753863232 22:01:07 22:01:07 Step 10/21 : FROM scratch 22:01:07 ---> 22:01:07 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 22:01:07 ---> Using cache 22:01:07 ---> 0fc173417c4d 22:01:07 Step 12/21 : ENV APP_PORT=48085 22:01:07 ---> Running in d3dd13dbc99d 22:01:07 Removing intermediate container d3dd13dbc99d 22:01:07 ---> 9ab0d2cbd26c 22:01:07 Step 13/21 : EXPOSE $APP_PORT 22:01:07 ---> Running in 3bdad43cb689 22:01:07 Removing intermediate container 3bdad43cb689 22:01:07 ---> ff70f9d069d9 22:01:07 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 22:01:07 ---> 1a31c2fa6f44 22:01:07 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 22:01:07 ---> acca843f6f69 22:01:07 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 22:01:08 ---> 1c6666c6af14 22:01:08 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 22:01:08 ---> Running in 840c8be57e92 22:01:09 Removing intermediate container 840c8be57e92 22:01:09 ---> 8f05914dd752 22:01:09 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:01:09 ---> Running in 30bf42fa3169 22:01:10 Removing intermediate container 30bf42fa3169 22:01:10 ---> c0196367e57a 22:01:10 Step 19/21 : LABEL arch=arm64 22:01:10 ---> Running in 1d46594c3d76 22:01:11 Removing intermediate container 1d46594c3d76 22:01:11 ---> 4814e7f6e133 22:01:11 Step 20/21 : LABEL git_sha=4361c2e925fe521bdb496b79446f289b0bd15c90 22:01:11 ---> Running in a632664aa6df 22:01:11 Removing intermediate container a632664aa6df 22:01:11 ---> ec03a6bd7db5 22:01:11 Step 21/21 : LABEL version=0.0.0 22:01:11 ---> Running in ea3540e81a36 22:01:12 Removing intermediate container ea3540e81a36 22:01:12 ---> d1eaa53130c5 22:01:12 22:01:13 Successfully built d1eaa53130c5 22:01:13 Successfully tagged docker-support-scheduler-go-arm64:latest 22:01:25  Building docker-support-scheduler-go ... done Removing intermediate container 23704ac7d037 22:01:25 ---> a24fa88763db 22:01:25 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 22:01:25 ---> Running in 1c3e4ab4314c 22:01:27 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 22:01:29 Removing intermediate container e280db65b702 22:01:29 ---> 7742fbd69fa8 22:01:29 22:01:29 Step 9/29 : FROM alpine:latest 22:01:29 ---> 2e77e061c27f 22:01:29 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 22:01:29 ---> Running in 495ba5cd6f93 22:01:30 Removing intermediate container 495ba5cd6f93 22:01:30 ---> deb229c122e6 22:01:30 Step 11/29 : USER root 22:01:30 ---> Running in df9baaf23d50 22:01:31 Removing intermediate container 1c3e4ab4314c 22:01:31 ---> 8e82cb7eb5e0 22:01:31 22:01:31 Step 11/27 : FROM docker:latest 22:01:31 ---> 5d4db4dc0692 22:01:31 Step 12/27 : RUN apk add --no-cache bash 22:01:31 ---> Running in 3e4b2f49da4f 22:01:31 Removing intermediate container df9baaf23d50 22:01:31 ---> 2c3070cf8baf 22:01:31 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 22:01:31 ---> Running in eac4534366ac 22:01:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:01:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:01:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:01:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:01:34 (1/2) Installing readline (8.0.4-r0) 22:01:34 (2/2) Installing bash (5.0.17-r0) 22:01:34 Executing bash-5.0.17-r0.post-install 22:01:34 Executing busybox-1.31.1-r19.trigger 22:01:34 OK: 12 MiB in 22 packages 22:01:35 v3.12.1-8-ge053f6efb7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 22:01:35 v3.12.1-9-g3c7f8a65fa [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 22:01:35 OK: 12615 distinct packages available 22:01:35 (1/2) Installing ca-certificates (20191127-r4) 22:01:35 (2/2) Installing dumb-init (1.2.2-r1) 22:01:35 Executing busybox-1.31.1-r19.trigger 22:01:36 Executing ca-certificates-20191127-r4.trigger 22:01:36 OK: 6 MiB in 16 packages 22:01:36 Removing intermediate container 3e4b2f49da4f 22:01:36 ---> 9eede5b75073 22:01:36 Step 13/27 : RUN rm -rf /var/cache/apk/* 22:01:36 ---> Running in 305d88bc738a 22:01:39 Removing intermediate container eac4534366ac 22:01:39 ---> 331bc7d0d014 22:01:39 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 22:01:39 ---> Running in fc9537aa06e4 22:01:40 Removing intermediate container fc9537aa06e4 22:01:40 ---> 3fdb64ef3fe3 22:01:40 Step 14/29 : WORKDIR $BASE_DIR 22:01:40 ---> Running in d7bbcabb6883 22:01:41 Removing intermediate container d7bbcabb6883 22:01:41 ---> acff9903f6cd 22:01:41 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 22:01:41 ---> Running in a390eddb7953 22:01:42 Removing intermediate container 305d88bc738a 22:01:42 ---> ccb56d760992 22:01:42 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 22:01:42 ---> Running in a221e14bb0c8 22:01:42 Removing intermediate container a221e14bb0c8 22:01:42 ---> 13b749fd66c3 22:01:42 Step 15/27 : ENV APP_PORT=48090 22:01:42 ---> Running in 36612f0378a9 22:01:43 Removing intermediate container 36612f0378a9 22:01:43 ---> 33c7c0819b51 22:01:43 Step 16/27 : EXPOSE $APP_PORT 22:01:43 ---> Running in 7fe1dd94fa09 22:01:44 Removing intermediate container 7fe1dd94fa09 22:01:44 ---> 8ba642bb7ebb 22:01:44 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 22:01:44 Removing intermediate container a390eddb7953 22:01:44 ---> 4157b3d9717c 22:01:44 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 22:01:45 ---> ed150a4fa5ea 22:01:45 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 22:01:45 ---> 7b5da052621d 22:01:45 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 22:01:46 ---> 7b017230b4cb 22:01:46 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 22:01:46 ---> 3a870cb347a0 22:01:46 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 22:01:47 ---> ff6b30b05bd0 22:01:47 Step 20/27 : RUN apk --no-cache add py3-pip 22:01:47 ---> e1e86c80a41b 22:01:47 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 22:01:47 ---> Running in 7d6cba888712 22:01:48 ---> ddf2e17b701a 22:01:48 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 22:01:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:01:49 ---> dca450db3237 22:01:49 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 22:01:49 ---> Running in d09b97eecf0c 22:01:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:01:50 (1/33) Installing libbz2 (1.0.8-r1) 22:01:50 (2/33) Installing expat (2.2.9-r1) 22:01:50 (3/33) Installing libffi (3.3-r2) 22:01:50 (4/33) Installing gdbm (1.13-r1) 22:01:50 (5/33) Installing xz-libs (5.2.5-r0) 22:01:50 (6/33) Installing sqlite-libs (3.32.1-r0) 22:01:50 (7/33) Installing python3 (3.8.5-r0) 22:01:52 (8/33) Installing py3-appdirs (1.4.4-r1) 22:01:52 (9/33) Installing py3-ordered-set (4.0.1-r0) 22:01:52 (10/33) Installing py3-parsing (2.4.7-r0) 22:01:52 (11/33) Installing py3-six (1.15.0-r0) 22:01:52 (12/33) Installing py3-packaging (20.4-r0) 22:01:52 (13/33) Installing py3-setuptools (47.0.0-r0) 22:01:52 (14/33) Installing py3-chardet (3.0.4-r4) 22:01:52 (15/33) Installing py3-idna (2.9-r0) 22:01:52 (16/33) Installing py3-certifi (2020.4.5.1-r0) 22:01:52 (17/33) Installing py3-urllib3 (1.25.9-r0) 22:01:52 (18/33) Installing py3-requests (2.23.0-r0) 22:01:52 (19/33) Installing py3-msgpack (1.0.0-r0) 22:01:52 (20/33) Installing py3-lockfile (0.12.2-r3) 22:01:52 (21/33) Installing py3-cachecontrol (0.12.6-r0) 22:01:52 (22/33) Installing py3-colorama (0.4.3-r0) 22:01:52 (23/33) Installing py3-distlib (0.3.0-r0) 22:01:52 (24/33) Installing py3-distro (1.5.0-r1) 22:01:52 (25/33) Installing py3-webencodings (0.5.1-r3) 22:01:52 (26/33) Installing py3-html5lib (1.0.1-r4) 22:01:53 (27/33) Installing py3-pytoml (0.1.21-r0) 22:01:53 (28/33) Installing py3-pep517 (0.8.2-r0) 22:01:53 (29/33) Installing py3-progress (1.5-r0) 22:01:53 (30/33) Installing py3-toml (0.10.1-r0) 22:01:53 (31/33) Installing py3-retrying (1.3.3-r0) 22:01:53 (32/33) Installing py3-contextlib2 (0.6.0-r0) 22:01:53 (33/33) Installing py3-pip (20.1.1-r0) 22:01:53 Removing intermediate container 99d95b2c8537 22:01:53 ---> 49087a054920 22:01:53 22:01:53 Step 10/22 : FROM scratch 22:01:53 ---> 22:01:53 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 22:01:53 Executing busybox-1.31.1-r19.trigger 22:01:53 OK: 71 MiB in 55 packages 22:01:53 ---> Using cache 22:01:53 ---> 0fc173417c4d 22:01:53 Step 12/22 : ENV APP_PORT=48081 22:01:54 ---> Running in 393acb904ad1 22:01:54 Removing intermediate container d09b97eecf0c 22:01:54 ---> b7428f8e5092 22:01:54 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 22:01:54 Removing intermediate container 393acb904ad1 22:01:54 ---> 51de43919c34 22:01:54 Step 13/22 : EXPOSE $APP_PORT 22:01:54 ---> Running in 1479a7ac6bd7 22:01:54 ---> 464d65350041 22:01:54 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 22:01:55 ---> Running in ecafeed9e360 22:01:55 Removing intermediate container 1479a7ac6bd7 22:01:55 ---> 62ea18387613 22:01:55 Step 14/22 : WORKDIR / 22:01:55 ---> Running in a9ee92f26df2 22:01:56 Removing intermediate container a9ee92f26df2 22:01:56 ---> 8b21312ff45a 22:01:56 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 22:01:57 ---> 675c17597666 22:01:57 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 22:01:58 Removing intermediate container ecafeed9e360 22:01:58 ---> 2e928c95cf3f 22:01:58 Step 24/29 : RUN chmod 755 security-secrets-setup 22:01:58 ---> Running in 45db9c4550d1 22:01:58 ---> f56b88119c75 22:01:58 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 22:02:00 ---> 37cbc23653c0 22:02:00 Step 18/22 : ENTRYPOINT ["/core-metadata"] 22:02:00 ---> Running in 31f2be9353a5 22:02:01 Removing intermediate container 7d6cba888712 22:02:01 ---> 65db846aec6f 22:02:01 Step 21/27 : RUN pip install docker-compose==1.23.2 22:02:01 Removing intermediate container 31f2be9353a5 22:02:01 ---> d2cc5e91ab23 22:02:01 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:02:01 ---> Running in ebc0c9b7e4b2 22:02:01 ---> Running in a80361697d88 22:02:01 Removing intermediate container a80361697d88 22:02:01 ---> e2fa7eb295a0 22:02:01 Step 20/22 : LABEL arch=arm64 22:02:01 ---> Running in ee9a831acc64 22:02:02 Removing intermediate container 45db9c4550d1 22:02:02 ---> 2a2b41b777fe 22:02:02 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 22:02:02 Removing intermediate container ee9a831acc64 22:02:02 ---> 64c5db2cf021 22:02:02 Step 21/22 : LABEL git_sha=4361c2e925fe521bdb496b79446f289b0bd15c90 22:02:02 ---> Running in bdae9f0be1aa 22:02:02 ---> Running in d590ba035977 22:02:03 Removing intermediate container bdae9f0be1aa 22:02:03 ---> a58bc5347f10 22:02:03 Step 26/29 : CMD [ "generate" ] 22:02:03 Removing intermediate container d590ba035977 22:02:03 ---> 1392d3c9d314 22:02:03 Step 22/22 : LABEL version=0.0.0 22:02:03 ---> Running in cf619c08a454 22:02:03 ---> Running in 6ec01047ee10 22:02:03 Removing intermediate container cf619c08a454 22:02:03 ---> 93e052c1deff 22:02:03 Step 27/29 : LABEL arch=arm64 22:02:03 Removing intermediate container 6ec01047ee10 22:02:03 ---> e29a66e10a29 22:02:03 22:02:03 ---> Running in b57ba7f17745 22:02:04 Successfully built e29a66e10a29 22:02:04 Successfully tagged docker-core-metadata-go-arm64:latest 22:02:04  Building docker-core-metadata-go ... done Removing intermediate container b57ba7f17745 22:02:04 ---> 9f37e254e1ee 22:02:04 Step 28/29 : LABEL git_sha=4361c2e925fe521bdb496b79446f289b0bd15c90 22:02:04 ---> Running in 022b5c8aa3c4 22:02:04 Removing intermediate container 022b5c8aa3c4 22:02:04 ---> f1b3f63047e8 22:02:04 Step 29/29 : LABEL version=0.0.0 22:02:04 ---> Running in f22f5ce71820 22:02:05 Removing intermediate container f22f5ce71820 22:02:05 ---> 6980573dc5fa 22:02:05 22:02:05 Successfully built 6980573dc5fa 22:02:05 Successfully tagged docker-security-secrets-setup-go-arm64:latest 22:02:06  Building docker-security-secrets-setup-go ... done Collecting docker-compose==1.23.2 22:02:06 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 22:02:07 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 22:02:07 Collecting dockerpty<0.5,>=0.4.1 22:02:07 Downloading dockerpty-0.4.1.tar.gz (13 kB) 22:02:09 Collecting jsonschema<3,>=2.5.1 22:02:09 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 22:02:10 Collecting docker<4.0,>=3.6.0 22:02:10 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 22:02:11 Collecting PyYAML<4,>=3.10 22:02:11 Downloading PyYAML-3.13.tar.gz (270 kB) 22:02:14 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 22:02:14 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 22:02:15 Collecting websocket-client<1.0,>=0.32.0 22:02:15 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 22:02:15 Collecting docopt<0.7,>=0.6.1 22:02:15 Downloading docopt-0.6.2.tar.gz (25 kB) 22:02:17 Collecting cached-property<2,>=1.2.0 22:02:17 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 22:02:17 Collecting texttable<0.10,>=0.9.0 22:02:17 Downloading texttable-0.9.1.tar.gz (11 kB) 22:02:19 Collecting docker-pycreds>=0.4.0 22:02:19 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 22:02:20 Collecting urllib3<1.25,>=1.21.1 22:02:20 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 22:02:20 Collecting idna<2.8,>=2.5 22:02:20 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 22:02:20 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) 22:02:20 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) 22:02:20 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 22:02:20 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 22:02:20 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 22:02:20 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 22:02:21 Installing collected packages: dockerpty, jsonschema, docker-pycreds, websocket-client, urllib3, idna, requests, docker, PyYAML, docopt, cached-property, texttable, docker-compose 22:02:21 Running setup.py install for dockerpty: started 22:02:23 Running setup.py install for dockerpty: finished with status 'done' 22:02:23 Attempting uninstall: urllib3 22:02:23 Found existing installation: urllib3 1.25.9 22:02:23 Uninstalling urllib3-1.25.9: 22:02:24 Successfully uninstalled urllib3-1.25.9 22:02:24 Attempting uninstall: idna 22:02:24 Found existing installation: idna 2.9 22:02:24 Uninstalling idna-2.9: 22:02:24 Successfully uninstalled idna-2.9 22:02:25 Attempting uninstall: requests 22:02:25 Found existing installation: requests 2.23.0 22:02:25 Uninstalling requests-2.23.0: 22:02:25 Successfully uninstalled requests-2.23.0 22:02:26 Running setup.py install for PyYAML: started 22:02:28 Running setup.py install for PyYAML: finished with status 'done' 22:02:28 Running setup.py install for docopt: started 22:02:30 Running setup.py install for docopt: finished with status 'done' 22:02:30 Running setup.py install for texttable: started 22:02:32 Running setup.py install for texttable: finished with status 'done' 22:02:33 Successfully installed PyYAML-3.13 cached-property-1.5.2 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 22:02:37 Removing intermediate container ebc0c9b7e4b2 22:02:37 ---> a1ce292ff133 22:02:37 Step 22/27 : RUN apk --no-cache add curl 22:02:37 ---> Running in e4f0398234e6 22:02:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:02:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:02:38 (1/3) Installing nghttp2-libs (1.41.0-r0) 22:02:38 (2/3) Installing libcurl (7.69.1-r1) 22:02:38 (3/3) Installing curl (7.69.1-r1) 22:02:38 Executing busybox-1.31.1-r19.trigger 22:02:38 OK: 71 MiB in 58 packages 22:02:40 Removing intermediate container e4f0398234e6 22:02:40 ---> 4457089f9f73 22:02:40 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 22:02:40 ---> Running in 7be370260e01 22:02:40 Removing intermediate container 7be370260e01 22:02:40 ---> 32bb1eb6d778 22:02:40 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:02:40 ---> Running in 91cc538c02ba 22:02:41 Removing intermediate container 91cc538c02ba 22:02:41 ---> b5d57d273e3a 22:02:41 Step 25/27 : LABEL arch=arm64 22:02:41 ---> Running in e41c8bd1299b 22:02:42 Removing intermediate container e41c8bd1299b 22:02:42 ---> 7e4dcafa94b3 22:02:42 Step 26/27 : LABEL git_sha=4361c2e925fe521bdb496b79446f289b0bd15c90 22:02:42 ---> Running in b44c43b1ddf9 22:02:42 Removing intermediate container b44c43b1ddf9 22:02:42 ---> 34d487bb82bd 22:02:42 Step 27/27 : LABEL version=0.0.0 22:02:42 ---> Running in cb1f0db9deac 22:02:43 Removing intermediate container cb1f0db9deac 22:02:43 ---> ddb0cb1fcf76 22:02:43 22:02:43 Successfully built ddb0cb1fcf76 22:02:43 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 22:02:43  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 22:02:43 $ docker stop --time=1 f0d764c3632148188a1d945ea478edf26e33c4a180f3d3418b10bd76194fa671 22:02:45 $ docker rm -f f0d764c3632148188a1d945ea478edf26e33c4a180f3d3418b10bd76194fa671 [Pipeline] // withDockerContainer [Pipeline] sh 22:02:46 + docker images 22:02:46 + grep docker 22:02:46 docker-sys-mgmt-agent-go-arm64 latest ddb0cb1fcf76 4 seconds ago 270MB 22:02:46 docker-security-secrets-setup-go-arm64 latest 6980573dc5fa 41 seconds ago 22.7MB 22:02:46 docker-core-metadata-go-arm64 latest e29a66e10a29 43 seconds ago 13.5MB 22:02:46 docker-support-scheduler-go-arm64 latest d1eaa53130c5 About a minute ago 11.5MB 22:02:46 docker-security-secretstore-setup-go-arm64 latest dba8f8182167 2 minutes ago 23.6MB 22:02:46 docker-security-bootstrap-redis-go-arm64 latest 576170ec02b3 2 minutes ago 15.2MB 22:02:46 docker-core-data-go-arm64 latest 74f4389294e6 3 minutes ago 22.3MB 22:02:46 docker-support-notifications-go-arm64 latest bd4351334bb8 3 minutes ago 12.9MB 22:02:46 docker-core-command-go-arm64 latest fca110df7d50 4 minutes ago 11.4MB 22:02:46 docker-support-logging-go-arm64 latest 2527b75c923d 4 minutes ago 10.6MB 22:02:46 docker-security-proxy-setup-go-arm64 latest 6ae4e80db933 4 minutes ago 15.1MB 22:02:46 docker latest 5d4db4dc0692 6 days ago 198MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 22:02:50 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 22:02:51 ---> package-listing.sh 22:02:51 ++ facter osfamily 22:02:51 ++ tr '[:upper:]' '[:lower:]' 22:02:51 + OS_FAMILY=redhat 22:02:51 + workspace=/w/workspace/edgex-go/11 22:02:51 + START_PACKAGES=/tmp/packages_start.txt 22:02:51 + END_PACKAGES=/tmp/packages_end.txt 22:02:51 + DIFF_PACKAGES=/tmp/packages_diff.txt 22:02:51 + PACKAGES=/tmp/packages_start.txt 22:02:51 + '[' /w/workspace/edgex-go/11 ']' 22:02:51 + PACKAGES=/tmp/packages_end.txt 22:02:51 + case "${OS_FAMILY}" in 22:02:51 + rpm -qa 22:02:51 + sort 22:02:55 + '[' -f /tmp/packages_start.txt ']' 22:02:55 + '[' -f /tmp/packages_end.txt ']' 22:02:55 + diff /tmp/packages_start.txt /tmp/packages_end.txt 22:02:55 + '[' /w/workspace/edgex-go/11 ']' 22:02:55 + mkdir -p /w/workspace/edgex-go/11/archives/ 22:02:55 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/11/archives/ [Pipeline] echo 22:02:55 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/11/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 22:02:56 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 22:02:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:02:56 22:02:56 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 22:02:56 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:02:56 alpine: Pulling from edgex-lftools-log-publisher 22:02:56 df20fa9351a1: Already exists 22:02:56 36b3adc4ff6f: Pulling fs layer 22:02:56 8ad3a11d3b57: Pulling fs layer 22:02:56 46f8f816bc3b: Pulling fs layer 22:02:56 93b61091891f: Pulling fs layer 22:02:56 93b9cdb0e59b: Pulling fs layer 22:02:56 5e14af77c1be: Pulling fs layer 22:02:56 01666e4c0597: Pulling fs layer 22:02:56 aa168da1d23b: Pulling fs layer 22:02:56 93b61091891f: Waiting 22:02:56 93b9cdb0e59b: Waiting 22:02:56 5e14af77c1be: Waiting 22:02:56 01666e4c0597: Waiting 22:02:56 aa168da1d23b: Waiting 22:02:56 46f8f816bc3b: Verifying Checksum 22:02:56 46f8f816bc3b: Download complete 22:02:56 36b3adc4ff6f: Download complete 22:02:56 93b9cdb0e59b: Verifying Checksum 22:02:56 93b9cdb0e59b: Download complete 22:02:56 5e14af77c1be: Verifying Checksum 22:02:56 5e14af77c1be: Download complete 22:02:56 01666e4c0597: Verifying Checksum 22:02:56 01666e4c0597: Download complete 22:02:56 93b61091891f: Verifying Checksum 22:02:56 93b61091891f: Download complete 22:02:56 36b3adc4ff6f: Pull complete 22:02:57 8ad3a11d3b57: Verifying Checksum 22:02:57 8ad3a11d3b57: Download complete 22:02:58 8ad3a11d3b57: Pull complete 22:02:58 46f8f816bc3b: Pull complete 22:02:59 93b61091891f: Pull complete 22:02:59 aa168da1d23b: Verifying Checksum 22:02:59 aa168da1d23b: Download complete 22:03:00 93b9cdb0e59b: Pull complete 22:03:00 5e14af77c1be: Pull complete 22:03:00 01666e4c0597: Pull complete 22:03:10 aa168da1d23b: Pull complete 22:03:10 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 22:03:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:03:10 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 22:03:10 prd-centos7-docker-4c-2g-9574 does not seem to be running inside a container 22:03:10 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/11/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 22:03:15 $ docker top 37a8b4d8ee9c10d7b8b05e6617e024fe94dfb2aae999d1bfe29480f95fb48075 -eo pid,comm [Pipeline] { [Pipeline] sh 22:03:16 + touch /tmp/pre-build-complete [Pipeline] sh 22:03:16 + mkdir -p /var/log/sa [Pipeline] sh 22:03:16 + ls /var/log/sa-host 22:03:16 + sadf -c /var/log/sa-host/sa05 22:03:16 file_magic: OK 22:03:16 HZ: Using current value: 100 22:03:16 file_header: OK 22:03:16 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 22:03:16 Statistics: 22:03:16 Hnuu...uuuununununu...Hnuu...uuuununununu... 22:03:16 File successfully converted to sysstat format version 12.2.1 22:03:16 + sadf -c /var/log/sa-host/sa28 22:03:16 file_magic: OK 22:03:16 HZ: Using current value: 100 22:03:16 file_header: OK 22:03:16 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 22:03:16 Statistics: 22:03:16 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 22:03:16 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:03:17 provisioning config files... 22:03:17 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/11@tmp/config4355420028121054648tmp [Pipeline] { [Pipeline] echo 22:03:17 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 22:03:18 ---> create-netrc.sh [Pipeline] } 22:03:18 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 22:03:18 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 22:03:18 ---> python-tools-install.sh [Pipeline] echo 22:03:18 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 22:03:18 ---> sudo-logs.sh 22:03:18 Archiving 'sudo' log.. [Pipeline] echo 22:03:18 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 22:03:19 ---> job-cost.sh 22:03:19 lf-activate-venv: SKIPPING 22:03:19 INFO: No Stack... 22:03:20 INFO: Retrieving Pricing Info for: v1-standard-2 22:03:20 INFO: Archiving Costs [Pipeline] echo 22:03:20 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 22:03:21 ---> logs-deploy.sh 22:03:21 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2850/11 22:03:21 INFO: archiving workspace using pattern(s): 22:03:22 Archives upload complete. 22:03:22 INFO: archiving logs to Nexus