Pull request #3356 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of weichou1229 for edgexfoundry/edgex-go Loading trusted files from base branch master at 5e8f0209b56f3309f9665c980cdfd66463b0e44b rather than b0cad471371cb32602598be54e259b09dd5f8fa2 Obtained Jenkinsfile from 5e8f0209b56f3309f9665c980cdfd66463b0e44b 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > 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 46d8313d362d7075c0f562900eedc504c24ea18a 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 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > 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 BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-33911 in /w/workspace/edgexfoundry_edgex-go_PR-3356 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/5 [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/5 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 5e8f0209b56f3309f9665c980cdfd66463b0e44b into PR head commit b0cad471371cb32602598be54e259b09dd5f8fa2 Merge succeeded, producing b0cad471371cb32602598be54e259b09dd5f8fa2 Checking out Revision b0cad471371cb32602598be54e259b09dd5f8fa2 (PR-3356) > 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 --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3356/head:refs/remotes/origin/PR-3356 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b0cad471371cb32602598be54e259b09dd5f8fa2 # 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 5e8f0209b56f3309f9665c980cdfd66463b0e44b # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b0cad471371cb32602598be54e259b09dd5f8fa2 # timeout=10 Commit message: "refactor(scheduler): Rename scheduler struct" > git rev-list --no-walk d41159c72df45f15f3dde734c15598a48b0f8968 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 12:52:27 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 12:52:27 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 12:52:27 ========================================================= 12:52:27 EdgeX Global Pipelines Version Info 12:52:27 ========================================================= [Pipeline] libraryResource [Pipeline] sh 12:52:28 ------------------- 12:52:28 stable info: 12:52:28 ------------------- 12:52:28 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 12:52:28 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 12:52:28 Message: update stable to v1.0.186 12:52:29 ------------------- 12:52:29 experimental info: 12:52:29 ------------------- 12:52:29 Commited By: **** collab-it+edgex@linuxfoundation.org 12:52:29 Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 12:52:29 Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 12:52:30 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 12:52:30 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 12:52:30 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 12:52:30 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 12:52:30 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 12:52:30 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 12:52:30 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 12:52:30 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 12:52:30 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 12:52:31 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 12:52:31 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 12:52:31 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 12:52:31 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 12:52:31 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 12:52:31 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 12:52:31 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 12:52:31 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 12:52:32 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 12:52:32 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 12:52:32 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 12:52:32 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 12:52:32 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 12:52:32 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3356 [Pipeline] echo 12:52:32 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3356 [Pipeline] echo 12:52:32 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3356 [Pipeline] echo 12:52:32 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b0cad471371cb32602598be54e259b09dd5f8fa2 [Pipeline] echo 12:52:32 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b0cad47 [Pipeline] echo 12:52:32 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 12:52:33 provisioning config files... 12:52:33 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/5@tmp/config6397749998288339449tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 12:52:33 ---> docker-login.sh 12:52:33 nexus3.edgexfoundry.org:10001 12:52:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:52:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:52:34 Configure a credential helper to remove this warning. See 12:52:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:52:34 12:52:34 Login Succeeded 12:52:34 nexus3.edgexfoundry.org:10002 12:52:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:52:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:52:34 Configure a credential helper to remove this warning. See 12:52:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:52:34 12:52:34 Login Succeeded 12:52:34 nexus3.edgexfoundry.org:10003 12:52:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:52:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:52:34 Configure a credential helper to remove this warning. See 12:52:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:52:34 12:52:34 Login Succeeded 12:52:34 nexus3.edgexfoundry.org:10004 12:52:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:52:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:52:34 Configure a credential helper to remove this warning. See 12:52:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:52:34 12:52:34 Login Succeeded 12:52:34 docker.io 12:52:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:52:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:52:35 Configure a credential helper to remove this warning. See 12:52:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:52:35 12:52:35 Login Succeeded 12:52:35 ---> docker-login.sh ends [Pipeline] } 12:52:35 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 12:52:35 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 12:52:35 + for file in '`ls cmd/**/Dockerfile`' 12:52:35 ++ dirname cmd/core-command/Dockerfile 12:52:35 ++ cut -d/ -f2 12:52:35 + echo core-command,cmd/core-command/Dockerfile 12:52:35 + for file in '`ls cmd/**/Dockerfile`' 12:52:35 ++ dirname cmd/core-data/Dockerfile 12:52:35 ++ cut -d/ -f2 12:52:35 + echo core-data,cmd/core-data/Dockerfile 12:52:35 + for file in '`ls cmd/**/Dockerfile`' 12:52:35 ++ dirname cmd/core-metadata/Dockerfile 12:52:35 ++ cut -d/ -f2 12:52:35 + echo core-metadata,cmd/core-metadata/Dockerfile 12:52:35 + for file in '`ls cmd/**/Dockerfile`' 12:52:35 ++ dirname cmd/security-bootstrapper/Dockerfile 12:52:35 ++ cut -d/ -f2 12:52:35 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 12:52:35 + for file in '`ls cmd/**/Dockerfile`' 12:52:35 ++ dirname cmd/security-proxy-setup/Dockerfile 12:52:35 ++ cut -d/ -f2 12:52:35 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 12:52:35 + for file in '`ls cmd/**/Dockerfile`' 12:52:35 ++ dirname cmd/security-secretstore-setup/Dockerfile 12:52:35 ++ cut -d/ -f2 12:52:35 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 12:52:35 + for file in '`ls cmd/**/Dockerfile`' 12:52:35 ++ dirname cmd/support-notifications/Dockerfile 12:52:35 ++ cut -d/ -f2 12:52:35 + echo support-notifications,cmd/support-notifications/Dockerfile 12:52:35 + for file in '`ls cmd/**/Dockerfile`' 12:52:35 ++ dirname cmd/support-scheduler/Dockerfile 12:52:35 ++ cut -d/ -f2 12:52:35 + echo support-scheduler,cmd/support-scheduler/Dockerfile 12:52:35 + for file in '`ls cmd/**/Dockerfile`' 12:52:35 ++ dirname cmd/sys-mgmt-agent/Dockerfile 12:52:35 ++ cut -d/ -f2 12:52:35 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 12:52:35 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-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/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 12:52:37 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 12:52:37 12:52:37 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 12:52:37 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 12:52:37 latest: Pulling from edgex-devops/git-semver 12:52:37 31603596830f: Pulling fs layer 12:52:37 2a8b12db71e7: Pulling fs layer 12:52:37 6ca5941a6612: Pulling fs layer 12:52:37 ecc8261a40a4: Pulling fs layer 12:52:37 2a8b12db71e7: Verifying Checksum 12:52:37 2a8b12db71e7: Download complete 12:52:37 31603596830f: Verifying Checksum 12:52:37 31603596830f: Download complete 12:52:37 ecc8261a40a4: Verifying Checksum 12:52:37 ecc8261a40a4: Download complete 12:52:37 6ca5941a6612: Verifying Checksum 12:52:37 6ca5941a6612: Download complete 12:52:38 31603596830f: Pull complete 12:52:38 2a8b12db71e7: Pull complete 12:52:39 6ca5941a6612: Pull complete 12:52:39 ecc8261a40a4: Pull complete 12:52:39 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 12:52:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 12:52:39 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 12:52:39 prd-centos7-docker-4c-2g-33911 does not seem to be running inside a container 12:52:39 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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 12:52:41 $ docker top dfb64df96bbc808d073e53fbd0d1600e9d92eaa0d89ce0da034685bcc9054cb2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 12:52:41 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 12:52:41 [ssh-agent] Looking for ssh-agent implementation... 12:52:42 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 12:52:42 $ docker exec dfb64df96bbc808d073e53fbd0d1600e9d92eaa0d89ce0da034685bcc9054cb2 ssh-agent 12:52:42 SSH_AUTH_SOCK=/tmp/ssh-A5NGrJjaR88Q/agent.11 12:52:42 SSH_AGENT_PID=16 12:52:42 Running ssh-add (command line suppressed) 12:52:42 Identity added: /w/workspace/edgex-go/5@tmp/private_key_2863771386588990627.key (/w/workspace/edgex-go/5@tmp/private_key_2863771386588990627.key) 12:52:42 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 12:52:42 + git tag --points-at HEAD [Pipeline] } 12:52:42 $ docker exec --env ******** --env ******** dfb64df96bbc808d073e53fbd0d1600e9d92eaa0d89ce0da034685bcc9054cb2 ssh-agent -k 12:52:42 unset SSH_AUTH_SOCK; 12:52:42 unset SSH_AGENT_PID; 12:52:42 echo Agent pid 16 killed; 12:52:43 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 12:52:43 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 12:52:43 [ssh-agent] Looking for ssh-agent implementation... 12:52:43 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 12:52:43 $ docker exec dfb64df96bbc808d073e53fbd0d1600e9d92eaa0d89ce0da034685bcc9054cb2 ssh-agent 12:52:43 SSH_AUTH_SOCK=/tmp/ssh-78HE8nQLCEKE/agent.46 12:52:43 SSH_AGENT_PID=51 12:52:43 Running ssh-add (command line suppressed) 12:52:43 Identity added: /w/workspace/edgex-go/5@tmp/private_key_7984810483428886880.key (/w/workspace/edgex-go/5@tmp/private_key_7984810483428886880.key) 12:52:43 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 12:52:44 + git semver init 12:52:44 # -> Open(): unable to determine branch for HEAD 12:52:44 # $GIT_DIR = /w/workspace/edgex-go/5/.git 12:52:44 # $GIT_WORK_TREE = /w/workspace/edgex-go/5 12:52:44 # $SEMVER_REMOTE_NAME = origin 12:52:44 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 12:52:44 # $SEMVER_USER_NAME = edgex-jenkins 12:52:44 # $SEMVER_BRANCH = PR-3356 12:52:44 # $SEMVER_TEMP = /tmp/semver-732755943 12:52:44 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 12:53:06 # '/tmp/semver-732755943' -> '/w/workspace/edgex-go/5/.semver' 12:53:06 # -> Force: false 12:53:06 # $SEMVER_DIR = /w/workspace/edgex-go/5/.semver [Pipeline] } 12:53:06 $ docker exec --env ******** --env ******** dfb64df96bbc808d073e53fbd0d1600e9d92eaa0d89ce0da034685bcc9054cb2 ssh-agent -k 12:53:06 unset SSH_AUTH_SOCK; 12:53:06 unset SSH_AGENT_PID; 12:53:06 echo Agent pid 51 killed; 12:53:06 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 12:53:07 + git semver [Pipeline] } 12:53:07 $ docker stop --time=1 dfb64df96bbc808d073e53fbd0d1600e9d92eaa0d89ce0da034685bcc9054cb2 12:53:09 $ docker rm -f dfb64df96bbc808d073e53fbd0d1600e9d92eaa0d89ce0da034685bcc9054cb2 [Pipeline] // withDockerContainer [Pipeline] sh 12:53:09 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 12:53:10 Stashed 1 file(s) [Pipeline] echo 12:53:10 [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] sh 12:53:11 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 12:53:11 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 12:53:11 + sudo service docker restart 12:53:11 + true 12:53:11 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 12:53:12 ========================================================= 12:53:12 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 12:53:12 ========================================================= [Pipeline] isUnix [Pipeline] sh 12:53:12 + 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 . 12:53:16 Sending build context to Docker daemon 329.5MB 12:53:16 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 12:53:16 Step 2/6 : FROM ${BASE} 12:53:16 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 12:53:16 188c0c94c7c5: Pulling fs layer 12:53:16 0ef7d3d256c8: Pulling fs layer 12:53:16 de9db76c5a1d: Pulling fs layer 12:53:16 bca2f99d35d6: Pulling fs layer 12:53:16 93359f2a8cfa: Pulling fs layer 12:53:16 7c6f9722023f: Pulling fs layer 12:53:16 a35cf1a2eb13: Pulling fs layer 12:53:16 93359f2a8cfa: Waiting 12:53:16 7c6f9722023f: Waiting 12:53:16 a35cf1a2eb13: Waiting 12:53:16 bca2f99d35d6: Waiting 12:53:16 de9db76c5a1d: Verifying Checksum 12:53:16 de9db76c5a1d: Download complete 12:53:16 0ef7d3d256c8: Download complete 12:53:16 93359f2a8cfa: Verifying Checksum 12:53:16 93359f2a8cfa: Download complete 12:53:16 188c0c94c7c5: Verifying Checksum 12:53:16 188c0c94c7c5: Download complete 12:53:16 7c6f9722023f: Verifying Checksum 12:53:16 7c6f9722023f: Download complete 12:53:16 188c0c94c7c5: Pull complete 12:53:16 0ef7d3d256c8: Pull complete 12:53:16 de9db76c5a1d: Pull complete 12:53:18 a35cf1a2eb13: Verifying Checksum 12:53:18 a35cf1a2eb13: Download complete 12:53:18 bca2f99d35d6: Verifying Checksum 12:53:18 bca2f99d35d6: Download complete 12:53:24 bca2f99d35d6: Pull complete 12:53:24 93359f2a8cfa: Pull complete 12:53:24 7c6f9722023f: Pull complete 12:53:25 Still waiting to schedule task 12:53:25 ‘prd-ubuntu18.04-docker-arm64-4c-16g-32989’ is offline 12:53:29 a35cf1a2eb13: Pull complete 12:53:29 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 12:53:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 12:53:29 ---> a62c8e92a672 12:53:29 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 12:53:29 ---> Running in 8398c667f697 12:53:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:53:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:53:32 (1/12) Installing libmagic (5.38-r0) 12:53:32 (2/12) Installing file (5.38-r0) 12:53:32 (3/12) Installing libc-dev (0.7.2-r3) 12:53:32 (4/12) Installing g++ (9.3.0-r2) 12:53:42 (5/12) Installing fortify-headers (1.1-r0) 12:53:42 (6/12) Installing patch (2.7.6-r6) 12:53:42 (7/12) Installing build-base (0.5-r2) 12:53:42 (8/12) Installing libsodium (1.0.18-r0) 12:53:43 (9/12) Installing pkgconf (1.7.2-r0) 12:53:43 (10/12) Installing libsodium-dev (1.0.18-r0) 12:53:43 (11/12) Installing libzmq (4.3.3-r0) 12:53:43 (12/12) Installing zeromq-dev (4.3.3-r0) 12:53:43 Executing busybox-1.31.1-r19.trigger 12:53:43 OK: 233 MiB in 51 packages 12:53:46 Removing intermediate container 8398c667f697 12:53:46 ---> ba77797dca7a 12:53:46 Step 4/6 : WORKDIR /edgex-go 12:53:47 ---> Running in d44621ce0acb 12:53:47 Removing intermediate container d44621ce0acb 12:53:47 ---> 68de70837723 12:53:47 Step 5/6 : COPY go.mod . 12:53:47 ---> 2572213f5c2e 12:53:47 Step 6/6 : RUN go mod download 12:53:47 ---> Running in 7ce4c5d4a387 12:54:09 Removing intermediate container 7ce4c5d4a387 12:54:09 ---> 67cc15d92b48 12:54:09 Successfully built 67cc15d92b48 12:54:09 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 12:54:09 + docker inspect -f . ci-base-image-x86_64 12:54:09 . [Pipeline] withDockerContainer 12:54:09 prd-centos7-docker-4c-2g-33911 does not seem to be running inside a container 12:54:09 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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 12:54:10 $ docker top db617f136ec917fc43479b2ae98996d69a5bd3aceaab535b054e49dddee7c16e -eo pid,comm [Pipeline] { [Pipeline] sh 12:54:11 + go version 12:54:11 go version go1.15.5 linux/amd64 [Pipeline] } 12:54:11 $ docker stop --time=1 db617f136ec917fc43479b2ae98996d69a5bd3aceaab535b054e49dddee7c16e 12:54:12 $ docker rm -f db617f136ec917fc43479b2ae98996d69a5bd3aceaab535b054e49dddee7c16e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 12:54:13 + docker inspect -f . ci-base-image-x86_64 12:54:13 . [Pipeline] withDockerContainer 12:54:13 prd-centos7-docker-4c-2g-33911 does not seem to be running inside a container 12:54:13 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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 12:54:14 $ docker top 5c28049d2bfb2371bbfdf552b80b90dc6f6ac767ac43858ef9bdf397525aac3b -eo pid,comm [Pipeline] { [Pipeline] echo 12:54:14 ========================================================= 12:54:14 [edgeXBuildGoParallel] Running Tests and Build... 12:54:14 ========================================================= [Pipeline] sh 12:54:14 + make test 12:54:14 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 12:54:24 ? github.com/edgexfoundry/edgex-go [no test files] 12:54:39 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 12:54:46 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 12:54:46 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 12:54:46 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 12:54:49 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 12:54:49 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 12:54:49 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 12:54:49 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 12:54:49 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 12:54:50 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 12:54:53 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 12:54:53 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 12:54:53 ? github.com/edgexfoundry/edgex-go/internal [no test files] 12:54:56 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.113s coverage: 45.9% of statements 12:54:56 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 12:54:56 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 12:54:56 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 12:54:56 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 12:54:56 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 12:54:56 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 12:54:56 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.044s coverage: 19.8% of statements 12:54:56 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.079s coverage: 100.0% of statements 12:54:59 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.178s coverage: 27.1% of statements 12:54:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 12:54:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 12:54:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 12:54:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 12:54:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 12:54:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 12:54:59 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.069s coverage: 100.0% of statements 12:54:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 12:54:59 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.071s coverage: 100.0% of statements 12:54:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 12:54:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 12:54:59 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.146s coverage: 71.3% of statements 12:54:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 12:54:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 12:54:59 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.188s coverage: 82.9% of statements 12:54:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 12:54:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 12:54:59 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.083s coverage: 78.9% of statements 12:54:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 12:55:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.358s coverage: 28.6% of statements 12:55:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 12:55:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 12:55:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 12:55:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 12:55:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 12:55:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.088s coverage: 100.0% of statements 12:55:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 12:55:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.054s coverage: 100.0% of statements 12:55:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 12:55:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.160s coverage: 86.7% of statements 12:55:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 12:55:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.131s coverage: 97.5% of statements 12:55:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 12:55:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.103s coverage: 78.3% of statements 12:55:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 12:55:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 12:55:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 12:55:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 12:55:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.422s coverage: 92.8% of statements 12:55:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 12:55:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 12:55:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 12:55:05 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 12:55:05 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 12:55:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 12:55:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 12:55:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 12:55:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 12:55:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 12:55:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 12:55:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 12:55:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 12:55:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 12:55:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 12:55:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 12:55:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 12:55:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 12:55:05 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.056s coverage: 58.8% of statements 12:55:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 12:55:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 12:55:05 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.065s coverage: 0.9% of statements 12:55:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 12:55:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 12:55:05 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 12:55:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.094s coverage: 47.1% of statements 12:55:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.091s coverage: 79.5% of statements 12:55:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.049s coverage: 94.1% of statements 12:55:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.094s coverage: 96.3% of statements 12:55:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.080s coverage: 87.5% of statements 12:55:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.086s coverage: 94.4% of statements 12:55:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.047s coverage: 44.8% of statements 12:55:18 Running on prd-ubuntu18.04-docker-arm64-4c-16g-33912 in /w/workspace/edgexfoundry_edgex-go_PR-3356 [Pipeline] { [Pipeline] ws 12:55:19 Running in /w/workspace/edgex-go/5 [Pipeline] { [Pipeline] checkout 12:55:20 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.241s coverage: 81.9% of statements 12:55:20 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 12:55:23 using credential edgex-jenkins-ssh 12:55:23 Cloning the remote Git repository 12:55:23 Cloning repository git@github.com:edgexfoundry/edgex-go.git 12:55:24 > git init /w/workspace/edgex-go/5 # timeout=10 12:55:24 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 12:55:24 > git --version # timeout=10 12:55:24 > git --version # 'git version 2.17.1' 12:55:24 using GIT_SSH to set credentials SSH Credentials for GitHub 12:55:24 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 12:55:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.084s coverage: 92.9% of statements 12:55:30 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 12:55:30 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 12:55:30 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 12:55:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.032s coverage: 77.8% of statements 12:55:30 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 12:55:30 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 12:55:30 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 12:55:30 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 12:55:30 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 12:55:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.036s coverage: 87.2% of statements 12:55:30 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 12:55:30 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 12:55:30 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.054s coverage: 100.0% of statements 12:55:30 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 12:55:30 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.065s coverage: 75.5% of statements 12:55:30 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 12:55:30 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.054s coverage: 80.8% of statements 12:55:30 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.084s coverage: 87.2% of statements 12:55:30 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.070s coverage: 84.6% of statements 12:55:30 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.104s coverage: 91.6% of statements 12:55:30 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 12:55:30 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.206s coverage: 64.4% of statements 12:55:30 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 12:55:30 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 12:55:30 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.060s coverage: 100.0% of statements 12:55:30 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.036s coverage: 91.3% of statements 12:55:30 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements 12:55:30 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements 12:55:30 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.029s coverage: 100.0% of statements 12:55:30 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.327s coverage: 69.0% of statements 12:55:30 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 12:55:30 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 12:55:30 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 12:55:30 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.130s coverage: 38.4% of statements 12:55:30 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 12:55:30 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 12:55:30 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.037s coverage: 89.5% of statements 12:55:30 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 12:55:30 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.046s coverage: 84.8% of statements 12:55:30 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.126s coverage: 47.0% of statements 12:55:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 12:55:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 12:55:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 12:55:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 12:55:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 12:55:30 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.048s coverage: 100.0% of statements 12:55:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 12:55:30 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.049s coverage: 100.0% of statements 12:55:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 12:55:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 12:55:30 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.047s coverage: 11.0% of statements 12:55:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 12:55:30 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.143s coverage: 87.1% of statements 12:55:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 12:55:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 12:55:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 12:55:30 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.707s coverage: 28.7% of statements 12:55:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 12:55:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 12:55:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 12:55:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 12:55:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 12:55:30 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.067s coverage: 99.0% of statements 12:55:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 12:55:30 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.082s coverage: 100.0% of statements 12:55:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 12:55:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 12:55:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 12:55:30 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.712s coverage: 16.2% of statements 12:55:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 12:55:30 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.113s coverage: 95.6% of statements 12:55:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 12:55:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 12:55:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 12:55:30 ok github.com/edgexfoundry/edgex-go/internal/system 0.032s coverage: 0.0% of statements 12:55:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 12:55:30 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.037s coverage: 100.0% of statements 12:55:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 12:55:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 12:55:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 12:55:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 12:55:30 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.034s coverage: 87.9% of statements 12:55:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 12:55:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 12:55:30 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.039s coverage: 100.0% of statements 12:55:30 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 28.1% of statements 12:55:30 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements 12:55:31 GO111MODULE=on go vet ./... 12:55:42 Merging remotes/origin/master commit 5e8f0209b56f3309f9665c980cdfd66463b0e44b into PR head commit b0cad471371cb32602598be54e259b09dd5f8fa2 12:55:43 Merge succeeded, producing b0cad471371cb32602598be54e259b09dd5f8fa2 12:55:43 Checking out Revision b0cad471371cb32602598be54e259b09dd5f8fa2 (PR-3356) 12:55:41 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 12:55:41 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 12:55:41 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 12:55:41 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 12:55:41 using GIT_SSH to set credentials SSH Credentials for GitHub 12:55:41 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3356/head:refs/remotes/origin/PR-3356 +refs/heads/master:refs/remotes/origin/master # timeout=10 12:55:42 > git config core.sparsecheckout # timeout=10 12:55:42 > git checkout -f b0cad471371cb32602598be54e259b09dd5f8fa2 # timeout=10 12:55:42 > git remote # timeout=10 12:55:42 > git config --get remote.origin.url # timeout=10 12:55:43 using GIT_SSH to set credentials SSH Credentials for GitHub 12:55:43 > git merge 5e8f0209b56f3309f9665c980cdfd66463b0e44b # timeout=10 12:55:43 > git rev-parse HEAD^{commit} # timeout=10 12:55:43 > git config core.sparsecheckout # timeout=10 12:55:43 > git checkout -f b0cad471371cb32602598be54e259b09dd5f8fa2 # timeout=10 12:55:47 Commit message: "refactor(scheduler): Rename scheduler struct" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 12:55:49 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 12:55:49 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 12:55:49 + + sudotrue service 12:55:49 docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 12:55:51 provisioning config files... 12:55:52 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/5@tmp/config6102531261080870622tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 12:55:52 ---> docker-login.sh 12:55:52 nexus3.edgexfoundry.org:10001 12:55:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:55:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:55:53 Configure a credential helper to remove this warning. See 12:55:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:55:53 12:55:53 Login Succeeded 12:55:53 nexus3.edgexfoundry.org:10002 12:55:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:55:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:55:54 Configure a credential helper to remove this warning. See 12:55:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:55:54 12:55:54 Login Succeeded 12:55:54 nexus3.edgexfoundry.org:10003 12:55:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:55:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:55:54 Configure a credential helper to remove this warning. See 12:55:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:55:54 12:55:54 Login Succeeded 12:55:54 nexus3.edgexfoundry.org:10004 12:55:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:55:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:55:55 Configure a credential helper to remove this warning. See 12:55:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:55:55 12:55:55 Login Succeeded 12:55:55 docker.io 12:55:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:55:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:55:55 Configure a credential helper to remove this warning. See 12:55:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:55:55 12:55:55 Login Succeeded 12:55:55 ---> docker-login.sh ends [Pipeline] } 12:55:55 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 12:55:56 ========================================================= 12:55:56 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 12:55:56 ========================================================= [Pipeline] isUnix [Pipeline] sh 12:55:56 + 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 . 12:55:58 gofmt -l . 12:55:58 [ "`gofmt -l .`" = "" ] 12:55:59 ./bin/test-go-mod-tidy.sh 12:55:59 Sending build context to Docker daemon 167.4MB 12:55:59 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 12:55:59 Step 2/6 : FROM ${BASE} 12:55:59 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 12:55:59 5f621e34cdf4: Pulling fs layer 12:55:59 a4357932f1b6: Pulling fs layer 12:55:59 18c013af1878: Pulling fs layer 12:55:59 00ac8860ef70: Pulling fs layer 12:55:59 63d7cb157983: Pulling fs layer 12:55:59 b116817d02f9: Pulling fs layer 12:55:59 745a02a5169b: Pulling fs layer 12:55:59 b116817d02f9: Waiting 12:55:59 00ac8860ef70: Waiting 12:55:59 63d7cb157983: Waiting 12:55:59 745a02a5169b: Waiting 12:55:59 a4357932f1b6: Verifying Checksum 12:55:59 a4357932f1b6: Download complete 12:55:59 18c013af1878: Download complete 12:55:59 63d7cb157983: Verifying Checksum 12:55:59 63d7cb157983: Download complete 12:55:59 5f621e34cdf4: Verifying Checksum 12:55:59 b116817d02f9: Verifying Checksum 12:55:59 b116817d02f9: Download complete 12:56:00 ./bin/test-attribution-txt.sh 12:56:00 5f621e34cdf4: Pull complete [Pipeline] sh 12:56:00 a4357932f1b6: Pull complete 12:56:01 + ls -al . 12:56:01 total 808 12:56:01 drwxrwxr-x 10 1001 1001 4096 Apr 13 12:56 . 12:56:01 drwxr-xr-x 4 root root 28 Apr 13 12:54 .. 12:56:01 -rw-rw-r-- 1 1001 1001 11 Apr 13 12:52 .dockerignore 12:56:01 drwxrwxr-x 8 1001 1001 179 Apr 13 12:52 .git 12:56:01 drwxrwxr-x 3 1001 1001 125 Apr 13 12:52 .github 12:56:01 -rw-rw-r-- 1 1001 1001 818 Apr 13 12:52 .gitignore 12:56:01 drwx------ 3 1001 1001 60 Apr 13 12:53 .semver 12:56:01 -rw-rw-r-- 1 1001 1001 166 Apr 13 12:52 .sonarcloud.properties 12:56:01 -rw-rw-r-- 1 1001 1001 8722 Apr 13 12:52 Attribution.txt 12:56:01 -rw-rw-r-- 1 1001 1001 3804 Apr 13 12:52 CONTRIBUTING.md 12:56:01 -rw-rw-r-- 1 1001 1001 931 Apr 13 12:52 Dockerfile.build 12:56:01 -rw-rw-r-- 1 1001 1001 863 Apr 13 12:52 Jenkinsfile 12:56:01 -rw-rw-r-- 1 1001 1001 10775 Apr 13 12:52 LICENSE 12:56:01 -rw-rw-r-- 1 1001 1001 5774 Apr 13 12:52 Makefile 12:56:01 -rw-rw-r-- 1 1001 1001 6548 Apr 13 12:52 README.md 12:56:01 -rw-rw-r-- 1 1001 1001 6755 Apr 13 12:52 SECURITY.md 12:56:01 -rw-rw-r-- 1 1001 1001 5 Apr 13 12:53 VERSION 12:56:01 -rw-rw-r-- 1 1001 1001 4131 Apr 13 12:52 ZMQWindows.md 12:56:01 drwxrwxr-x 2 1001 1001 117 Apr 13 12:52 bin 12:56:01 drwxrwxr-x 14 1001 1001 4096 Apr 13 12:52 cmd 12:56:01 -rw-r--r-- 1 root root 696700 Apr 13 12:55 coverage.out 12:56:01 -rw-r--r-- 1 root root 1056 Apr 13 12:55 go.mod 12:56:01 -rw-r--r-- 1 root root 22131 Apr 13 12:55 go.sum 12:56:01 drwxrwxr-x 8 1001 1001 127 Apr 13 12:52 internal 12:56:01 drwxrwxr-x 4 1001 1001 26 Apr 13 12:52 openapi 12:56:01 drwxrwxr-x 4 1001 1001 71 Apr 13 12:52 snap 12:56:01 -rw-rw-r-- 1 1001 1001 168 Apr 13 12:52 version.go [Pipeline] sh 12:56:01 18c013af1878: Pull complete 12:56:01 + '[' -e coverage.out ] 12:56:01 + chown 1001:1001 coverage.out [Pipeline] stash 12:56:01 Stashed 1 file(s) [Pipeline] sh 12:56:01 + make build 12:56:01 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 12:56:02 745a02a5169b: Verifying Checksum 12:56:02 745a02a5169b: Download complete 12:56:03 00ac8860ef70: Verifying Checksum 12:56:03 00ac8860ef70: Download complete 12:56:06 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 12:56:13 00ac8860ef70: Pull complete 12:56:13 63d7cb157983: Pull complete 12:56:13 b116817d02f9: Pull complete 12:56:14 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 12:56:15 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 12:56:17 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 12:56:17 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 12:56:17 745a02a5169b: Pull complete 12:56:17 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 12:56:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 12:56:17 ---> b7e6874047d6 12:56:17 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 12:56:19 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 12:56:20 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 12:56:21 ---> Running in e8a1b9d9be70 12:56:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 12:56:22 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 12:56:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 12:56:23 (1/12) Installing libmagic (5.38-r0) 12:56:23 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 12:56:23 (2/12) Installing file (5.38-r0) 12:56:23 (3/12) Installing libc-dev (0.7.2-r3) 12:56:23 (4/12) Installing g++ (9.3.0-r2) 12:56:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 12:56:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 12:56:27 (5/12) Installing fortify-headers (1.1-r0) 12:56:27 (6/12) Installing patch (2.7.6-r6) 12:56:27 (7/12) Installing build-base (0.5-r2) 12:56:27 (8/12) Installing libsodium (1.0.18-r0) 12:56:27 (9/12) Installing pkgconf (1.7.2-r0) 12:56:27 (10/12) Installing libsodium-dev (1.0.18-r0) 12:56:27 (11/12) Installing libzmq (4.3.3-r0) [Pipeline] } 12:56:28 $ docker stop --time=1 5c28049d2bfb2371bbfdf552b80b90dc6f6ac767ac43858ef9bdf397525aac3b 12:56:28 (12/12) Installing zeromq-dev (4.3.3-r0) 12:56:28 Executing busybox-1.31.1-r19.trigger 12:56:28 OK: 217 MiB in 51 packages 12:56:29 $ docker rm -f 5c28049d2bfb2371bbfdf552b80b90dc6f6ac767ac43858ef9bdf397525aac3b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { 12:56:33 Removing intermediate container e8a1b9d9be70 12:56:33 ---> b1418ae6fcd5 12:56:33 Step 4/6 : WORKDIR /edgex-go 12:56:33 ---> Running in 415ca7d16c06 12:56:33 Removing intermediate container 415ca7d16c06 12:56:33 ---> b83a9bd586a6 12:56:33 Step 5/6 : COPY go.mod . 12:56:33 ---> 5885162cb024 12:56:33 Step 6/6 : RUN go mod download 12:56:33 ---> Running in be17f4e8bf30 [Pipeline] isUnix [Pipeline] sh 12:56:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 12:56:35 12:56:35 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 12:56:35 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 12:56:35 latest: Pulling from edgex-devops/edgex-compose 12:56:35 cbdbe7a5bc2a: Pulling fs layer 12:56:35 ca9280d653b3: Pulling fs layer 12:56:35 7e9c9ca2126c: Pulling fs layer 12:56:36 cbdbe7a5bc2a: Verifying Checksum 12:56:36 cbdbe7a5bc2a: Download complete 12:56:36 cbdbe7a5bc2a: Pull complete 12:56:36 ca9280d653b3: Verifying Checksum 12:56:36 ca9280d653b3: Download complete 12:56:37 7e9c9ca2126c: Download complete 12:56:37 ca9280d653b3: Pull complete 12:56:44 7e9c9ca2126c: Pull complete 12:56:44 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 12:56:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 12:56:44 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 12:56:44 prd-centos7-docker-4c-2g-33911 does not seem to be running inside a container 12:56:44 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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 12:56:47 $ docker top f3d15e6413939ebce7468151ff52ada6e8acf30315f342054cf5d30cc838c954 -eo pid,comm [Pipeline] { [Pipeline] sh 12:56:47 + docker-compose build --help 12:56:47 + grep parallel 12:56:48 --parallel Build images in parallel. [Pipeline] } 12:56:48 $ docker stop --time=1 f3d15e6413939ebce7468151ff52ada6e8acf30315f342054cf5d30cc838c954 12:56:49 $ docker rm -f f3d15e6413939ebce7468151ff52ada6e8acf30315f342054cf5d30cc838c954 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 12:56:50 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 12:56:50 . [Pipeline] withDockerContainer 12:56:50 prd-centos7-docker-4c-2g-33911 does not seem to be running inside a container 12:56:50 $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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 12:56:51 $ docker top 4b7252171908f90f4f8353c965877660601bac8f19d4d783f546edc255fc5b7a -eo pid,comm [Pipeline] { [Pipeline] sh 12:56:52 + docker-compose -f ./docker-compose-build.yml build --parallel 12:56:53 Building docker-core-command-go ... 12:56:53 Building docker-core-data-go ... 12:56:53 Building docker-core-metadata-go ... 12:56:53 Building docker-security-bootstrapper-go ... 12:56:53 Building docker-security-proxy-setup-go ... 12:56:53 Building docker-security-secretstore-setup-go ... 12:56:53 Building docker-support-notifications-go ... 12:56:53 Building docker-support-scheduler-go ... 12:56:53 Building docker-sys-mgmt-agent-go ... 12:56:53 Building docker-sys-mgmt-agent-go 12:56:53 Building docker-core-data-go 12:56:53 Building docker-support-scheduler-go 12:56:53 Building docker-support-notifications-go 12:56:53 Building docker-security-bootstrapper-go 12:57:00 Removing intermediate container be17f4e8bf30 12:57:00 ---> aeecfbde6b69 12:57:00 Successfully built aeecfbde6b69 12:57:00 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 12:57:00 + docker inspect -f . ci-base-image-arm64 12:57:00 . [Pipeline] withDockerContainer 12:57:01 prd-ubuntu18.04-docker-arm64-4c-16g-33912 does not seem to be running inside a container 12:57:01 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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 12:57:02 $ docker top 771b9e0999865971c25e03be32861bb31e58a4239cb65bf9b5795d295fe82ddd -eo pid,comm [Pipeline] { [Pipeline] sh 12:57:03 + go version 12:57:03 go version go1.15.5 linux/arm64 [Pipeline] } 12:57:03 $ docker stop --time=1 771b9e0999865971c25e03be32861bb31e58a4239cb65bf9b5795d295fe82ddd 12:57:05 $ docker rm -f 771b9e0999865971c25e03be32861bb31e58a4239cb65bf9b5795d295fe82ddd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 12:57:06 + docker inspect -f . ci-base-image-arm64 12:57:06 . [Pipeline] withDockerContainer 12:57:07 prd-ubuntu18.04-docker-arm64-4c-16g-33912 does not seem to be running inside a container 12:57:07 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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 12:57:08 $ docker top 55435aba0ed56e66ec40d3e4d2975790d5afbe930a1535885cd19e2f70ed1751 -eo pid,comm [Pipeline] { [Pipeline] echo 12:57:08 ========================================================= 12:57:08 [edgeXBuildGoParallel] Running Tests and Build... 12:57:08 ========================================================= [Pipeline] sh 12:57:09 + make test 12:57:09 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 12:57:25 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 12:57:25 Step 2/31 : FROM ${BUILDER_BASE} AS builder 12:57:25 ---> 67cc15d92b48 12:57:25 Step 3/31 : WORKDIR /edgex-go 12:57:25 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 12:57:25 Step 2/22 : FROM ${BUILDER_BASE} AS builder 12:57:25 ---> 67cc15d92b48 12:57:25 Step 3/22 : WORKDIR /edgex-go 12:57:26 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 12:57:26 Step 2/23 : FROM ${BUILDER_BASE} AS builder 12:57:26 ---> 67cc15d92b48 12:57:26 Step 3/23 : WORKDIR /edgex-go 12:57:26 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 12:57:26 Step 2/23 : FROM ${BUILDER_BASE} AS builder 12:57:26 ---> 67cc15d92b48 12:57:26 Step 3/23 : WORKDIR /edgex-go 12:57:26 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 12:57:26 Step 2/22 : FROM ${BUILDER_BASE} AS builder 12:57:26 ---> 67cc15d92b48 12:57:26 Step 3/22 : WORKDIR /edgex-go 12:57:27 ---> Running in 7f8b20125616 12:57:27 ---> Running in 3aa639871b86 12:57:27 ---> Running in 7d94fc32e7f6 12:57:27 ---> Running in 7af93c2e58e9 12:57:27 ---> Running in c1136bd83ab4 12:57:27 Removing intermediate container 3aa639871b86 12:57:27 ---> c1c9b59e7e2e 12:57:27 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:57:28 Removing intermediate container c1136bd83ab4 12:57:28 ---> a68b5645cd51 12:57:28 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:57:28 Removing intermediate container 7f8b20125616 12:57:28 ---> 6de716dbe64e 12:57:28 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:57:28 Removing intermediate container 7af93c2e58e9 12:57:28 ---> 6529e47007a9 12:57:28 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:57:28 Removing intermediate container 7d94fc32e7f6 12:57:28 ---> 8ba226b6eb22 12:57:28 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:57:28 ---> Running in 141cedeb7d70 12:57:28 ---> Running in 9329958763c8 12:57:28 ---> Running in 092c3825e7c6 12:57:28 ---> Running in 8a4f6fdd20e9 12:57:28 ---> Running in 69d4fa82e8f4 12:57:30 Removing intermediate container 141cedeb7d70 12:57:30 ---> 80ab5af14333 12:57:30 Step 5/22 : RUN apk add --update --no-cache make git 12:57:30 Removing intermediate container 9329958763c8 12:57:30 ---> bb912771ca6f 12:57:30 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 12:57:30 ---> Running in a53b1ffb236b 12:57:30 Removing intermediate container 092c3825e7c6 12:57:30 ---> 3a367ee9843e 12:57:30 Step 5/23 : RUN apk add --update --no-cache make bash git 12:57:30 Removing intermediate container 8a4f6fdd20e9 12:57:30 ---> f7190647c628 12:57:30 Step 5/31 : RUN apk add --update --no-cache make git 12:57:30 ---> Running in 750e14eeb632 12:57:30 ---> Running in 5639634a4adb 12:57:30 ---> Running in 02ff1f367650 12:57:30 Removing intermediate container 69d4fa82e8f4 12:57:30 ---> 0f9162cc2369 12:57:30 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 12:57:31 ---> Running in 0416c15213d8 12:57:31 ? github.com/edgexfoundry/edgex-go [no test files] 12:57:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:57:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:57:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:57:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:57:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:57:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:57:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:57:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:57:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:57:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:57:33 OK: 233 MiB in 51 packages 12:57:33 OK: 233 MiB in 51 packages 12:57:33 OK: 233 MiB in 51 packages 12:57:33 OK: 233 MiB in 51 packages 12:57:33 Removing intermediate container a53b1ffb236b 12:57:33 ---> 42cd7a74f966 12:57:33 Step 6/22 : COPY go.mod . 12:57:34 ---> 8f31dd6be849 12:57:34 Step 7/22 : RUN go mod download 12:57:34 Removing intermediate container 02ff1f367650 12:57:34 ---> 305ea8ea38f8 12:57:34 Step 6/31 : COPY go.mod . 12:57:34 OK: 233 MiB in 51 packages 12:57:34 ---> Running in a1ba903d16eb 12:57:34 Removing intermediate container 0416c15213d8 12:57:34 ---> d3f2200faccc 12:57:34 Step 6/23 : COPY go.mod . 12:57:34 Removing intermediate container 750e14eeb632 12:57:34 ---> 045031581eee 12:57:34 Step 6/22 : COPY go.mod . 12:57:34 ---> f8eac24b4371 12:57:34 Step 7/31 : RUN go mod download 12:57:34 ---> e4f16c2fd1b1 12:57:34 Step 7/23 : RUN go mod download 12:57:34 ---> Running in adeb2e783a89 12:57:35 ---> 59299fcd5761 12:57:35 Step 7/22 : RUN go mod download 12:57:35 ---> Running in 78a85ad5fdf5 12:57:35 ---> Running in 9c823bfd2849 12:57:35 Removing intermediate container 5639634a4adb 12:57:35 ---> bccd64294429 12:57:35 Step 6/23 : COPY go.mod . 12:57:36 ---> 5a98f8978084 12:57:36 Step 7/23 : RUN go mod download 12:57:36 ---> Running in e5935ddd9042 12:57:36 Removing intermediate container a1ba903d16eb 12:57:36 ---> fcbfabfd2c8b 12:57:36 Step 8/22 : COPY . . 12:57:37 Removing intermediate container adeb2e783a89 12:57:37 ---> 422ff838a412 12:57:37 Step 8/31 : COPY . . 12:57:39 Removing intermediate container 9c823bfd2849 12:57:39 ---> 55dcb2582bab 12:57:39 Step 8/22 : COPY . . 12:57:39 Removing intermediate container 78a85ad5fdf5 12:57:39 ---> cd87a6772a5b 12:57:39 Step 8/23 : COPY . . 12:57:44 Removing intermediate container e5935ddd9042 12:57:44 ---> c4563bc0d779 12:57:44 Step 8/23 : COPY . . 12:58:18 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 12:58:23 ---> 4835d47a2281 12:58:23 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper ---> 33c1da209b75 12:58:23 12:58:23 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 12:58:23 ---> 50d629802244 12:58:23 Step 9/23 : RUN make cmd/core-data/core-data 12:58:23 ---> Running in a14372a17773 12:58:23 ---> Running in a6f90837fc7a 12:58:23 ---> Running in 38971746a7b9 12:58:23 ---> f09c8f62d27b 12:58:23 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 12:58:23 ---> 0a30d6098136 12:58:23 Step 9/22 : RUN make cmd/support-notifications/support-notifications 12:58:23 ---> Running in 4ab41e38730d 12:58:23 ---> Running in dd2914ede668 12:58:23 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 12:58:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 12:58:23 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 12:58:23 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 12:58:23 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 12:58:27 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 12:58:35 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 12:58:35 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 12:58:36 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 12:58:36 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 12:58:36 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 12:58:37 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 12:58:40 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 12:58:41 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 12:58:49 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 12:58:49 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 12:58:49 ? github.com/edgexfoundry/edgex-go/internal [no test files] 12:58:56 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.398s coverage: 45.9% of statements 12:58:56 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 12:58:56 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 12:58:56 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 12:58:56 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 12:58:56 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 12:58:56 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 12:58:56 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.180s coverage: 19.8% of statements 12:58:56 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.259s coverage: 100.0% of statements 12:59:02 Removing intermediate container 4ab41e38730d 12:59:02 ---> 5d117027ab44 12:59:02 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 12:59:02 Removing intermediate container a6f90837fc7a 12:59:02 ---> b1ad929552e7 12:59:02 12:59:02 Step 10/31 : FROM alpine:3.12 12:59:02 3.12: Pulling from library/alpine 12:59:02 ---> Running in ae430e1248a4 12:59:02 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 12:59:04 Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b 12:59:04 Status: Downloaded newer image for alpine:3.12 12:59:04 ---> 7230e588e954 12:59:04 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 12:59:04 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.601s coverage: 27.1% of statements 12:59:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 12:59:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 12:59:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 12:59:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 12:59:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 12:59:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 12:59:04 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.171s coverage: 100.0% of statements 12:59:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 12:59:04 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.144s coverage: 100.0% of statements 12:59:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 12:59:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 12:59:04 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.244s coverage: 71.3% of statements 12:59:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 12:59:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 12:59:06 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.437s coverage: 82.9% of statements 12:59:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 12:59:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 12:59:06 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.172s coverage: 78.9% of statements 12:59:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 12:59:06 ---> Running in caea50842b53 12:59:07 Removing intermediate container 38971746a7b9 12:59:07 ---> c638ed704b57 12:59:07 12:59:07 Step 10/22 : FROM alpine:3.12 12:59:07 ---> 7230e588e954 12:59:07 Step 11/22 : RUN apk add --update --no-cache dumb-init 12:59:07 Removing intermediate container dd2914ede668 12:59:07 ---> c060958abe5d 12:59:07 12:59:07 Step 10/22 : FROM alpine:3.12 12:59:07 ---> 7230e588e954 12:59:07 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 12:59:07 ---> Running in 87b9c06fd5dc 12:59:07 ---> Running in 7734f37dc019 12:59:08 Removing intermediate container caea50842b53 12:59:08 ---> 4b8aa68532e3 12:59:08 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 12:59:09 Removing intermediate container ae430e1248a4 12:59:09 ---> ddd9a7718da6 12:59:09 12:59:09 Step 11/23 : FROM docker:20.10.0 12:59:09 20.10.0: Pulling from library/docker 12:59:09 ---> Running in 2b6dd1915c57 12:59:10 Removing intermediate container a14372a17773 12:59:10 ---> 6023b45f4336 12:59:10 12:59:10 Step 10/23 : FROM alpine:3.12 12:59:10 ---> 7230e588e954 12:59:10 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 12:59:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:59:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:59:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:59:10 (1/1) Installing dumb-init (1.2.2-r1) 12:59:10 Executing busybox-1.31.1-r20.trigger 12:59:10 OK: 6 MiB in 15 packages 12:59:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:59:10 (1/2) Installing ca-certificates (20191127-r4) 12:59:10 (2/2) Installing dumb-init (1.2.2-r1) 12:59:10 Executing busybox-1.31.1-r20.trigger 12:59:11 Executing ca-certificates-20191127-r4.trigger 12:59:11 OK: 6 MiB in 16 packages 12:59:12 ---> Running in 5cbb2b4f29c4 12:59:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:59:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:59:12 Removing intermediate container 5cbb2b4f29c4 12:59:12 ---> 1b407686352c 12:59:12 Step 12/23 : ENV APP_PORT=48080 12:59:13 ---> Running in 6630bdbbe539 12:59:13 (1/2) Installing dumb-init (1.2.2-r1) 12:59:13 (2/2) Installing su-exec (0.2-r1) 12:59:13 Executing busybox-1.31.1-r20.trigger 12:59:13 OK: 6 MiB in 16 packages 12:59:13 Removing intermediate container 87b9c06fd5dc 12:59:13 ---> 736e6e5c22e8 12:59:13 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 12:59:14 ---> Running in 6d28183ba917 12:59:14 Removing intermediate container 7734f37dc019 12:59:14 ---> cd76f6962ec7 12:59:14 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 12:59:14 Removing intermediate container 6630bdbbe539 12:59:14 ---> 46b045034d99 12:59:14 Step 13/23 : EXPOSE $APP_PORT 12:59:14 ---> Running in cd717dc89a00 12:59:14 ---> Running in f669ddf081f3 12:59:14 Removing intermediate container 6d28183ba917 12:59:14 ---> be3794af581b 12:59:14 Step 13/22 : ENV APP_PORT=48085 12:59:14 Removing intermediate container 2b6dd1915c57 12:59:14 ---> 1849e39741f7 12:59:14 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 12:59:15 ---> Running in 0f63e7a4bdb4 12:59:15 Removing intermediate container cd717dc89a00 12:59:15 ---> d4e815ab7405 12:59:15 Step 13/22 : ENV APP_PORT=48060 12:59:15 Removing intermediate container f669ddf081f3 12:59:15 ---> 1f3fca99fd39 12:59:15 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:59:15 ---> Running in 5ae14666993d 12:59:15 ---> Running in a982e2b966ca 12:59:15 ---> Running in 5989600f5273 12:59:15 Removing intermediate container 0f63e7a4bdb4 12:59:15 ---> 9ff7f9de79b4 12:59:15 Step 14/22 : EXPOSE $APP_PORT 12:59:15 Removing intermediate container a982e2b966ca 12:59:15 ---> a936dce75bc9 12:59:15 Step 14/22 : EXPOSE $APP_PORT 12:59:15 ---> Running in 26c5822f6271 12:59:15 Removing intermediate container 5ae14666993d 12:59:15 ---> 601a437cab8f 12:59:15 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 12:59:15 ---> Running in 3c68085b2638 12:59:15 ---> Running in 8bb5849dc9c7 12:59:16 Removing intermediate container 26c5822f6271 12:59:16 ---> 32a174fe8b09 12:59:16 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 12:59:16 Removing intermediate container 3c68085b2638 12:59:16 ---> 3ffcb97b383d 12:59:16 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 12:59:16 Removing intermediate container 8bb5849dc9c7 12:59:16 ---> ee7373dbe9d7 12:59:16 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 12:59:16 ---> Running in 931701440f0f 12:59:16 ---> c56dea570816 12:59:16 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 12:59:16 ---> c28c0ea989bb 12:59:16 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 12:59:16 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.158s coverage: 28.6% of statements 12:59:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 12:59:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 12:59:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 12:59:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 12:59:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 12:59:16 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.248s coverage: 100.0% of statements 12:59:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 12:59:16 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.173s coverage: 100.0% of statements 12:59:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 12:59:16 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.383s coverage: 86.7% of statements 12:59:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 12:59:16 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.475s coverage: 97.5% of statements 12:59:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 12:59:16 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.219s coverage: 78.3% of statements 12:59:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 12:59:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 12:59:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 12:59:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 12:59:17 Removing intermediate container 5989600f5273 12:59:17 ---> 06f02f6e71b4 12:59:17 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 12:59:17 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 12:59:17 Status: Downloaded newer image for docker:20.10.0 12:59:17 ---> aefe523efa57 12:59:17 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 12:59:17 ---> Running in e39796a0955e 12:59:17 ---> f4341b15b560 12:59:17 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 12:59:17 ---> Running in 2053ecd1ad1e 12:59:17 ---> 07b893488a3a 12:59:17 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 12:59:17 ---> 555a489b12b0 12:59:17 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 12:59:18 Removing intermediate container 2053ecd1ad1e 12:59:18 ---> 129224c7b23e 12:59:18 Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 12:59:18 ---> Running in 8c2829aa05c9 12:59:18 ---> 08630054e6ab 12:59:18 Step 18/22 : ENTRYPOINT ["/support-notifications"] 12:59:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:59:18 ---> Running in 3f4ed71f4585 12:59:18 ---> Running in d4f51c4b70f7 12:59:18 Removing intermediate container 931701440f0f 12:59:18 ---> fc52b19ea032 12:59:18 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 12:59:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:59:18 Removing intermediate container 8c2829aa05c9 12:59:18 ---> 48f7014e6722 12:59:18 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 12:59:18 ---> Running in 7e1e15d50e7b 12:59:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:59:19 Removing intermediate container d4f51c4b70f7 12:59:19 ---> 96a78a50374f 12:59:19 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 12:59:19 ---> Running in 40931bbd2850 12:59:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:59:19 ---> Running in f3a3522624c4 12:59:19 (1/6) Installing dumb-init (1.2.2-r1) 12:59:19 Removing intermediate container 7e1e15d50e7b 12:59:19 ---> f98a51f2f7a8 12:59:19 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 12:59:19 (1/39) Installing readline (8.0.4-r0) 12:59:19 (2/39) Installing bash (5.0.17-r0) 12:59:19 (2/6) Installing libgcc (9.3.0-r2) 12:59:19 Executing bash-5.0.17-r0.post-install 12:59:19 (3/39) Installing nghttp2-libs (1.41.0-r0) 12:59:19 (4/39) Installing libcurl (7.69.1-r3) 12:59:19 (3/6) Installing libsodium (1.0.18-r0) 12:59:19 (4/6) Installing libstdc++ (9.3.0-r2) 12:59:19 (5/39) Installing curl (7.69.1-r3) 12:59:19 (6/39) Installing dumb-init (1.2.2-r1) 12:59:19 (7/39) Installing libbz2 (1.0.8-r1) 12:59:19 (8/39) Installing expat (2.2.9-r1) 12:59:19 (9/39) Installing libffi (3.3-r2) 12:59:19 (10/39) Installing gdbm (1.13-r1) 12:59:19 Removing intermediate container 40931bbd2850 12:59:19 ---> 45c943634e9a 12:59:19 Step 20/22 : LABEL arch=x86_64 12:59:19 (11/39) Installing xz-libs (5.2.5-r0) 12:59:19 (12/39) Installing sqlite-libs (3.32.1-r0) 12:59:19 (13/39) Installing python3 (3.8.8-r0) 12:59:19 Removing intermediate container f3a3522624c4 12:59:19 ---> a9d5eddc9857 12:59:19 Step 20/22 : LABEL arch=x86_64 12:59:20 (5/6) Installing libzmq (4.3.3-r0) 12:59:21 (6/6) Installing zeromq (4.3.3-r0) 12:59:21 ---> Running in 1b05d60d159f 12:59:21 Executing busybox-1.31.1-r20.trigger 12:59:21 OK: 8 MiB in 20 packages 12:59:22 ---> c4d433b57340 12:59:22 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 12:59:22 ---> Running in 9c200711d4ac 12:59:22 (14/39) Installing py3-appdirs (1.4.4-r1) 12:59:22 (15/39) Installing py3-ordered-set (4.0.1-r0) 12:59:22 (16/39) Installing py3-parsing (2.4.7-r0) 12:59:22 (17/39) Installing py3-six (1.15.0-r0) 12:59:22 (18/39) Installing py3-packaging (20.4-r0) 12:59:22 ---> Running in d8839f03e58e 12:59:22 (19/39) Installing py3-setuptools (47.0.0-r0) 12:59:22 (20/39) Installing py3-chardet (3.0.4-r4) 12:59:22 (21/39) Installing py3-idna (2.9-r0) 12:59:22 (22/39) Installing py3-certifi (2020.4.5.1-r0) 12:59:22 (23/39) Installing py3-urllib3 (1.25.9-r0) 12:59:22 Removing intermediate container 1b05d60d159f 12:59:22 ---> 7b8cb985fc2f 12:59:22 Step 21/22 : LABEL git_sha=b0cad471371cb32602598be54e259b09dd5f8fa2 12:59:23 (24/39) Installing py3-requests (2.23.0-r0) 12:59:23 (25/39) Installing py3-msgpack (1.0.0-r0) 12:59:23 (26/39) Installing py3-lockfile (0.12.2-r3) 12:59:23 (27/39) Installing py3-cachecontrol (0.12.6-r0) 12:59:23 Removing intermediate container 9c200711d4ac 12:59:23 ---> 39cf2d620c91 12:59:23 Step 21/22 : LABEL git_sha=b0cad471371cb32602598be54e259b09dd5f8fa2 12:59:23 (28/39) Installing py3-colorama (0.4.3-r0) 12:59:23 ---> Running in d4d47e597b3a 12:59:23 (29/39) Installing py3-distlib (0.3.0-r0) 12:59:23 Removing intermediate container e39796a0955e 12:59:23 ---> c05f0047328e 12:59:23 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 12:59:23 (30/39) Installing py3-distro (1.5.0-r1) 12:59:24 (31/39) Installing py3-webencodings (0.5.1-r3) 12:59:24 (32/39) Installing py3-html5lib (1.0.1-r4) 12:59:24 ---> Running in 75febe0e6bd6 12:59:24 (33/39) Installing py3-pytoml (0.1.21-r0) 12:59:24 (34/39) Installing py3-pep517 (0.8.2-r0) 12:59:24 (35/39) Installing py3-progress (1.5-r0) 12:59:24 (36/39) Installing py3-toml (0.10.1-r0) 12:59:25 (37/39) Installing py3-retrying (1.3.3-r0) 12:59:25 (38/39) Installing py3-contextlib2 (0.6.0-r0) 12:59:25 (39/39) Installing py3-pip (20.1.1-r0) 12:59:25 ---> e6729cf4b6fb 12:59:25 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 12:59:25 Removing intermediate container d4d47e597b3a 12:59:25 ---> 25f682077599 12:59:25 Step 22/22 : LABEL version=0.0.0 12:59:25 Executing busybox-1.31.1-r19.trigger 12:59:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.158s coverage: 92.8% of statements 12:59:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 12:59:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 12:59:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 12:59:25 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 12:59:25 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 12:59:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 12:59:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 12:59:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 12:59:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 12:59:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 12:59:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 12:59:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 12:59:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 12:59:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 12:59:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 12:59:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 12:59:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 12:59:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 12:59:25 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.123s coverage: 58.8% of statements 12:59:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 12:59:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 12:59:25 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.216s coverage: 0.9% of statements 12:59:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 12:59:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 12:59:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 12:59:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.129s coverage: 47.1% of statements 12:59:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.177s coverage: 79.5% of statements 12:59:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.115s coverage: 94.1% of statements 12:59:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.208s coverage: 96.3% of statements 12:59:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.131s coverage: 87.5% of statements 12:59:25 OK: 72 MiB in 59 packages 12:59:25 Removing intermediate container 75febe0e6bd6 12:59:25 ---> cf06cdd7cb96 12:59:25 Step 22/22 : LABEL version=0.0.0 12:59:26 ---> Running in 2f469870f865 12:59:26 ---> Running in b3335c160967 12:59:26 ---> 25be15865c35 12:59:26 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 12:59:26 Removing intermediate container 2f469870f865 12:59:26 ---> 295ba88fe3a9 12:59:26 12:59:26 Removing intermediate container b3335c160967 12:59:26 ---> 480e82f58db4 12:59:26 12:59:26 Successfully built 295ba88fe3a9 12:59:26 Successfully built 480e82f58db4 12:59:27 Successfully tagged docker-support-scheduler-go:latest 12:59:27  Building docker-support-scheduler-go ... done Building docker-core-command-go 12:59:27 Removing intermediate container d8839f03e58e 12:59:27 ---> a9767a84674c 12:59:27 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 12:59:27 Successfully tagged docker-support-notifications-go:latest 12:59:27 Building docker-security-secretstore-setup-go 12:59:27  Building docker-support-notifications-go ... done  ---> d94bc2d679d7 12:59:27 Step 19/23 : ENTRYPOINT ["/core-data"] 12:59:27 Collecting docker-compose==1.23.2 12:59:27 ---> Running in 942cb352417a 12:59:27 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 12:59:27 ---> a8d79c6a7f38 12:59:27 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 12:59:27 Collecting jsonschema<3,>=2.5.1 12:59:27 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 12:59:27 Removing intermediate container 942cb352417a 12:59:27 ---> 73b5eca3c3d2 12:59:27 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 12:59:27 ---> Running in 441229c02038 12:59:27 Collecting PyYAML<4,>=3.10 12:59:27 Downloading PyYAML-3.13.tar.gz (270 kB) 12:59:28 Removing intermediate container 441229c02038 12:59:28 ---> 92538887fa1b 12:59:28 Step 21/23 : LABEL arch=x86_64 12:59:31 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 12:59:31 ---> Running in 3ad8219752b5 12:59:31 Collecting texttable<0.10,>=0.9.0 12:59:31 Downloading texttable-0.9.1.tar.gz (11 kB) 12:59:31 ---> 4edd72532220 12:59:31 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 12:59:33 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 12:59:33 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 12:59:33 Removing intermediate container 3ad8219752b5 12:59:33 ---> 0cb7940257d0 12:59:33 Step 22/23 : LABEL git_sha=b0cad471371cb32602598be54e259b09dd5f8fa2 12:59:33 ---> ddfddf6300b2 12:59:33 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 12:59:33 Collecting websocket-client<1.0,>=0.32.0 12:59:34 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 12:59:35 ---> Running in 323e2a2594f3 12:59:35 Collecting dockerpty<0.5,>=0.4.1 12:59:35 Downloading dockerpty-0.4.1.tar.gz (13 kB) 12:59:36 ---> 378f90e36a9e 12:59:36 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 12:59:36 Removing intermediate container 323e2a2594f3 12:59:36 ---> 1bc7e30ada54 12:59:36 Step 23/23 : LABEL version=0.0.0 12:59:36 ---> Running in 14a4830064a8 12:59:36 Collecting cached-property<2,>=1.2.0 12:59:36 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 12:59:37 Collecting docopt<0.7,>=0.6.1 12:59:37 Removing intermediate container 14a4830064a8 12:59:37 ---> 746e03422be2 12:59:37 Downloading docopt-0.6.2.tar.gz (25 kB) 12:59:37 12:59:38 ---> 1d4da559adfb 12:59:38 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 12:59:38 Successfully built 746e03422be2 12:59:38 Successfully tagged docker-core-data-go:latest 12:59:38 Building docker-security-proxy-setup-go 12:59:39  Building docker-core-data-go ... done Collecting docker<4.0,>=3.6.0 12:59:39 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 12:59:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.130s coverage: 94.4% of statements 12:59:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.161s coverage: 44.8% of statements 12:59:40 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) 12:59:40 ---> Running in 6a86df9f7023 12:59:41 Collecting idna<2.8,>=2.5 12:59:41 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 12:59:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.501s coverage: 81.9% of statements 12:59:42 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 12:59:43 Collecting urllib3<1.25,>=1.21.1 12:59:43 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 12:59:44 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) 12:59:45 Collecting docker-pycreds>=0.4.0 12:59:45 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 12:59:45 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 12:59:45 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 12:59:45 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 12:59:45 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 12:59:45 Removing intermediate container 6a86df9f7023 12:59:45 ---> 453bba7af30a 12:59:45 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 12:59:46 Installing collected packages: jsonschema, PyYAML, texttable, idna, urllib3, requests, websocket-client, dockerpty, cached-property, docopt, docker-pycreds, docker, docker-compose 12:59:48 Running setup.py install for PyYAML: started 12:59:49 ---> 601c18bad172 12:59:49 Step 26/31 : RUN chmod +x /entrypoint.sh 12:59:50 ---> Running in afcfb7bfaa24 12:59:50 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 12:59:50 Step 2/23 : FROM ${BUILDER_BASE} AS builder 12:59:50 ---> 67cc15d92b48 12:59:50 Step 3/23 : WORKDIR /edgex-go 12:59:50 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 12:59:50 Step 2/24 : FROM ${BUILDER_BASE} AS builder 12:59:50 ---> 67cc15d92b48 12:59:50 Step 3/24 : WORKDIR /edgex-go 12:59:50 ---> Using cache 12:59:50 ---> 8ba226b6eb22 12:59:50 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:59:50 ---> Using cache 12:59:50 ---> 8ba226b6eb22 12:59:50 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:59:50 ---> Using cache 12:59:50 ---> 0f9162cc2369 12:59:50 Step 5/23 : RUN apk add --update --no-cache make git 12:59:50 ---> Using cache 12:59:50 ---> 0f9162cc2369 12:59:50 Step 5/24 : RUN apk add --update --no-cache make git 12:59:51 Running setup.py install for PyYAML: finished with status 'done' 12:59:51 Running setup.py install for texttable: started 12:59:52 ---> Running in 016a1c864879 12:59:52 ---> Running in cd1324213907 12:59:52 Running setup.py install for texttable: finished with status 'done' 12:59:52 Attempting uninstall: idna 12:59:52 Found existing installation: idna 2.9 12:59:52 Uninstalling idna-2.9: 12:59:52 Successfully uninstalled idna-2.9 12:59:52 Attempting uninstall: urllib3 12:59:52 Found existing installation: urllib3 1.25.9 12:59:52 Uninstalling urllib3-1.25.9: 12:59:52 Successfully uninstalled urllib3-1.25.9 12:59:52 Attempting uninstall: requests 12:59:52 Found existing installation: requests 2.23.0 12:59:52 Uninstalling requests-2.23.0: 12:59:53 Successfully uninstalled requests-2.23.0 12:59:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:59:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:59:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.185s coverage: 92.9% of statements 12:59:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 12:59:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 12:59:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 12:59:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.055s coverage: 77.8% of statements 12:59:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 12:59:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 12:59:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 12:59:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 12:59:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 12:59:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.074s coverage: 87.2% of statements 12:59:53 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 12:59:53 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 12:59:53 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.107s coverage: 100.0% of statements 12:59:53 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 12:59:53 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.151s coverage: 75.5% of statements 12:59:53 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 12:59:53 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.121s coverage: 80.8% of statements 12:59:53 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.211s coverage: 87.2% of statements 12:59:53 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.223s coverage: 84.6% of statements 12:59:53 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.243s coverage: 91.6% of statements 12:59:53 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 12:59:53 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.568s coverage: 64.4% of statements 12:59:53 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 12:59:53 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 12:59:53 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.107s coverage: 100.0% of statements 12:59:53 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.097s coverage: 91.3% of statements 12:59:53 Running setup.py install for dockerpty: started 12:59:53 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.057s coverage: 100.0% of statements 12:59:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:59:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:59:54 OK: 233 MiB in 51 packages 12:59:54 OK: 233 MiB in 51 packages 12:59:54 Running setup.py install for dockerpty: finished with status 'done' 12:59:54 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.095s coverage: 73.7% of statements 12:59:54 Running setup.py install for docopt: started 12:59:55 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.065s coverage: 100.0% of statements 12:59:55 Running setup.py install for docopt: finished with status 'done' 12:59:57 Removing intermediate container afcfb7bfaa24 12:59:57 ---> cab765dd2dd1 12:59:57 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 12:59:58 Removing intermediate container cd1324213907 12:59:58 ---> 7e30f7da7556 12:59:58 Step 6/23 : COPY go.mod . 12:59:58 ---> Running in 77faaa62f7bd 12:59:58 Removing intermediate container 016a1c864879 12:59:58 ---> a01f6aa9eec5 12:59:58 Step 6/24 : COPY go.mod . 12:59:58 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.58.0 12:59:58 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.964s coverage: 69.0% of statements 12:59:58 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 12:59:58 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 12:59:58 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 12:59:59 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 12:59:59 Step 2/21 : FROM ${BUILDER_BASE} AS builder 12:59:59 ---> 67cc15d92b48 12:59:59 Step 3/21 : WORKDIR /edgex-go 12:59:59 ---> Using cache 12:59:59 ---> 8ba226b6eb22 12:59:59 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:59:59 ---> Using cache 12:59:59 ---> 0f9162cc2369 12:59:59 Step 5/21 : RUN apk add --update --no-cache make git 12:59:59 ---> Using cache 12:59:59 ---> a01f6aa9eec5 12:59:59 Step 6/21 : COPY go.mod . 13:00:00 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.491s coverage: 38.4% of statements 13:00:00 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 13:00:00 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 13:00:00 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.111s coverage: 89.5% of statements 13:00:00 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 13:00:00 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.074s coverage: 84.8% of statements 13:00:00 ---> 7bb7dd0d7971 13:00:00 Step 7/23 : RUN go mod download 13:00:00 ---> 779470ce96dd 13:00:00 Step 7/24 : RUN go mod download 13:00:00 Removing intermediate container 77faaa62f7bd 13:00:00 ---> cc563d66bc76 13:00:00 Step 28/31 : CMD ["gate"] 13:00:00 ---> b65db6a7ae18 13:00:00 Step 7/21 : RUN go mod download 13:00:00 ---> Running in 0f2a9b396037 13:00:00 ---> Running in 90437947bc46 13:00:00 ---> Running in 4db0c6418e0d 13:00:00 ---> Running in f3d6ef7935b1 13:00:01 Removing intermediate container f3d6ef7935b1 13:00:01 ---> 7eb35ff33c9c 13:00:01 Step 29/31 : LABEL arch=x86_64 13:00:01 ---> Running in 43ed1ebcc542 13:00:01 Removing intermediate container 43ed1ebcc542 13:00:01 ---> f7e5f08736f1 13:00:01 Step 30/31 : LABEL git_sha=b0cad471371cb32602598be54e259b09dd5f8fa2 13:00:01 ---> Running in accc77dae74a 13:00:02 Removing intermediate container accc77dae74a 13:00:02 ---> 8296b34a3bdb 13:00:02 Step 31/31 : LABEL version=0.0.0 13:00:03 ---> Running in f4b41212e699 13:00:05 Removing intermediate container 0f2a9b396037 13:00:05 ---> 2865ccafe5c1 13:00:05 Step 8/23 : COPY . . 13:00:06 Removing intermediate container f4b41212e699 13:00:06 ---> d3ec7d4f2440 13:00:06 13:00:07 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.447s coverage: 47.0% of statements 13:00:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 13:00:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 13:00:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 13:00:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 13:00:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 13:00:07 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.151s coverage: 100.0% of statements 13:00:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 13:00:07 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.098s coverage: 100.0% of statements 13:00:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 13:00:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 13:00:07 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.125s coverage: 11.0% of statements 13:00:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 13:00:07 Removing intermediate container 4db0c6418e0d 13:00:07 ---> 538f13bef7f1 13:00:07 Step 8/24 : COPY . . 13:00:08 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.432s coverage: 87.1% of statements 13:00:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 13:00:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 13:00:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 13:00:09 Successfully built d3ec7d4f2440 13:00:11 Successfully tagged docker-security-bootstrapper-go:latest 13:00:11  Building docker-security-bootstrapper-go ... done Building docker-core-metadata-go 13:00:13 Removing intermediate container 90437947bc46 13:00:13 ---> 2b1f0f92e96c 13:00:13 Step 8/21 : COPY . . 13:00:15 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.375s coverage: 28.7% of statements 13:00:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 13:00:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 13:00:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 13:00:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 13:00:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 13:00:15 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.231s coverage: 99.0% of statements 13:00:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 13:00:15 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.150s coverage: 100.0% of statements 13:00:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 13:00:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 13:00:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 13:00:15 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 2.706s coverage: 16.2% of statements 13:00:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 13:00:15 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.347s coverage: 95.6% of statements 13:00:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 13:00:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 13:00:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 13:00:15 ok github.com/edgexfoundry/edgex-go/internal/system 0.039s coverage: 0.0% of statements 13:00:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 13:00:15 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.060s coverage: 100.0% of statements 13:00:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 13:00:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 13:00:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 13:00:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 13:00:15 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.099s coverage: 87.9% of statements 13:00:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 13:00:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 13:00:15 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.058s coverage: 100.0% of statements 13:00:16 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.122s coverage: 28.1% of statements 13:00:17 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.081s coverage: 100.0% of statements 13:00:18 GO111MODULE=on go vet ./... 13:00:35 Removing intermediate container 3f4ed71f4585 13:00:35 ---> dc53a4e51fb2 13:00:35 Step 14/23 : ENV APP_PORT=48090 13:00:37 ---> Running in 23927b3762eb 13:00:39 Removing intermediate container 23927b3762eb 13:00:39 ---> 137db6e5eb98 13:00:39 Step 15/23 : EXPOSE $APP_PORT 13:00:39 ---> Running in 5d926ed853ff 13:00:41 Removing intermediate container 5d926ed853ff 13:00:41 ---> 39db2d9289fd 13:00:41 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 13:00:45 ---> 29211d70a7e0 13:00:45 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 13:00:45 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 13:00:45 Step 2/23 : FROM ${BUILDER_BASE} AS builder 13:00:45 ---> 67cc15d92b48 13:00:45 Step 3/23 : WORKDIR /edgex-go 13:00:45 ---> Using cache 13:00:45 ---> 8ba226b6eb22 13:00:45 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:00:45 ---> Using cache 13:00:45 ---> 0f9162cc2369 13:00:45 Step 5/23 : RUN apk add --update --no-cache make git 13:00:45 ---> Using cache 13:00:45 ---> a01f6aa9eec5 13:00:45 Step 6/23 : COPY go.mod . 13:00:45 ---> Using cache 13:00:45 ---> b65db6a7ae18 13:00:45 Step 7/23 : RUN go mod download 13:00:45 ---> Using cache 13:00:45 ---> 2b1f0f92e96c 13:00:45 Step 8/23 : COPY . . 13:00:48 ---> 804a6ad96983 13:00:48 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 13:00:58 ---> 02994da3c5d3 13:00:58 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 13:00:59 ---> 726dcbe66b21 13:00:59 Step 9/23 : RUN make cmd/core-command/core-command 13:01:01 ---> Running in ae2877ce2cf7 13:01:01 ---> 09743da76c8d 13:01:01 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 13:01:01 ---> 7377e09d6bee 13:01:01 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 13:01:01 ---> Running in 2599d78fa46e 13:01:01 ---> Running in b267a01c94e5 13:01:01 ---> Running in 6ce11e398259 13:01:01 Removing intermediate container ae2877ce2cf7 13:01:01 ---> 46e8fb4e7d5c 13:01:01 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 13:01:04 ---> Running in 0c1ae6906371 13:01:04 Removing intermediate container 0c1ae6906371 13:01:04 ---> 3e2322e5e0dc 13:01:04 Step 21/23 : LABEL arch=x86_64 13:01:04 ---> Running in c801a65e0560 13:01: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 13:01:05 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 13:01:05 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 13:01:05 Removing intermediate container c801a65e0560 13:01:05 ---> 58c123e3c687 13:01:05 Step 22/23 : LABEL git_sha=b0cad471371cb32602598be54e259b09dd5f8fa2 13:01:05 ---> Running in 1f7801ca2355 13:01:06 Removing intermediate container 1f7801ca2355 13:01:06 ---> 4fc3cf5ef888 13:01:06 Step 23/23 : LABEL version=0.0.0 13:01:06 ---> Running in 55184dc97fbf 13:01:07 Removing intermediate container 55184dc97fbf 13:01:07 ---> 70146ce0fea6 13:01:07 13:01:10 Successfully built 70146ce0fea6 13:01:11 Successfully tagged docker-sys-mgmt-agent-go:latest 13:01:13  Building docker-sys-mgmt-agent-go ... done  ---> e6685e2cd3e1 13:01:13 Step 9/23 : RUN make cmd/core-metadata/core-metadata 13:01:13 ---> Running in 91bd5cfdce48 13:01:15 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 13:01:34 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 13:01:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 13:01:39 gofmt -l . 13:01:39 [ "`gofmt -l .`" = "" ] 13:01:39 ./bin/test-go-mod-tidy.sh 13:01:40 ./bin/test-attribution-txt.sh 13:01:40 Removing intermediate container 2599d78fa46e 13:01:40 ---> 2e07434b2622 13:01:40 13:01:40 Step 10/23 : FROM alpine:3.12 13:01:40 ---> 7230e588e954 13:01:40 Step 11/23 : RUN apk add --update --no-cache dumb-init 13:01:40 ---> Using cache 13:01:40 ---> 736e6e5c22e8 13:01:40 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 13:01:40 ---> Using cache 13:01:40 ---> be3794af581b 13:01:40 Step 13/23 : ENV APP_PORT=48082 [Pipeline] sh 13:01:42 + ls -al . 13:01:42 total 836 13:01:42 drwxrwxr-x 9 1001 1001 4096 Apr 13 13:01 . 13:01:42 drwxr-xr-x 4 root root 4096 Apr 13 12:57 .. 13:01:42 -rw-rw-r-- 1 1001 1001 11 Apr 13 12:55 .dockerignore 13:01:42 drwxrwxr-x 8 1001 1001 4096 Apr 13 12:55 .git 13:01:42 drwxrwxr-x 3 1001 1001 4096 Apr 13 12:55 .github 13:01:42 -rw-rw-r-- 1 1001 1001 818 Apr 13 12:55 .gitignore 13:01:42 -rw-rw-r-- 1 1001 1001 166 Apr 13 12:55 .sonarcloud.properties 13:01:42 -rw-rw-r-- 1 1001 1001 8722 Apr 13 12:55 Attribution.txt 13:01:42 -rw-rw-r-- 1 1001 1001 3804 Apr 13 12:55 CONTRIBUTING.md 13:01:42 -rw-rw-r-- 1 1001 1001 931 Apr 13 12:55 Dockerfile.build 13:01:42 -rw-rw-r-- 1 1001 1001 863 Apr 13 12:55 Jenkinsfile 13:01:42 -rw-rw-r-- 1 1001 1001 10775 Apr 13 12:55 LICENSE 13:01:42 -rw-rw-r-- 1 1001 1001 5774 Apr 13 12:55 Makefile 13:01:42 -rw-rw-r-- 1 1001 1001 6548 Apr 13 12:55 README.md 13:01:42 -rw-rw-r-- 1 1001 1001 6755 Apr 13 12:55 SECURITY.md 13:01:42 -rw-rw-r-- 1 1001 1001 5 Apr 13 12:53 VERSION 13:01:42 -rw-rw-r-- 1 1001 1001 4131 Apr 13 12:55 ZMQWindows.md 13:01:42 drwxrwxr-x 2 1001 1001 4096 Apr 13 12:55 bin 13:01:42 drwxrwxr-x 14 1001 1001 4096 Apr 13 12:55 cmd 13:01:42 -rw-r--r-- 1 root root 696700 Apr 13 13:00 coverage.out 13:01:42 -rw-r--r-- 1 root root 1056 Apr 13 13:01 go.mod 13:01:42 -rw-r--r-- 1 root root 22131 Apr 13 13:01 go.sum 13:01:42 drwxrwxr-x 8 1001 1001 4096 Apr 13 12:55 internal 13:01:42 drwxrwxr-x 4 1001 1001 4096 Apr 13 12:55 openapi 13:01:42 drwxrwxr-x 4 1001 1001 4096 Apr 13 12:55 snap 13:01:42 -rw-rw-r-- 1 1001 1001 168 Apr 13 12:55 version.go [Pipeline] sh 13:01:43 + '[' -e coverage.out ] 13:01:43 + chown 1001:1001 coverage.out [Pipeline] stash 13:01:43 Warning: overwriting stash ‘coverage-report’ 13:01:43 ---> Running in d4044f15483d 13:01:44 Stashed 1 file(s) [Pipeline] sh 13:01:45 + make build 13:01:45 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 13:01:45 Removing intermediate container b267a01c94e5 13:01:45 ---> 1d7fd7e74005 13:01:45 13:01:45 Step 10/24 : FROM alpine:3.12 13:01:45 ---> 7230e588e954 13:01:45 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 13:01:45 Removing intermediate container 6ce11e398259 13:01:45 ---> f10c38295efd 13:01:45 13:01:45 Step 10/21 : FROM alpine:3.12 13:01:45 ---> 7230e588e954 13:01:45 Step 11/21 : RUN apk add --update --no-cache curl 13:01:45 Removing intermediate container d4044f15483d 13:01:45 ---> 13cfbf0ec262 13:01:45 Step 14/23 : EXPOSE $APP_PORT 13:01:45 ---> Running in 8382d4c592d1 13:01:45 ---> Running in f1b11f85aa0e 13:01:45 ---> Running in e95d380c4dce 13:01:46 Removing intermediate container e95d380c4dce 13:01:46 ---> 179ddb4bcb55 13:01:46 Step 15/23 : WORKDIR / 13:01:46 ---> Running in 701a3ed045f1 13:01:46 Removing intermediate container 701a3ed045f1 13:01:46 ---> c53af8e39db8 13:01:46 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 13:01:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:01:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:01:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:01:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:01:47 (1/6) Installing ca-certificates (20191127-r4) 13:01:47 (1/4) Installing ca-certificates (20191127-r4) 13:01:47 (2/6) Installing nghttp2-libs (1.41.0-r0) 13:01:47 (3/6) Installing libcurl (7.69.1-r3) 13:01:47 (4/6) Installing curl (7.69.1-r3) 13:01:47 (5/6) Installing dumb-init (1.2.2-r1) 13:01:47 (6/6) Installing su-exec (0.2-r1) 13:01:47 Executing busybox-1.31.1-r20.trigger 13:01:47 (2/4) Installing nghttp2-libs (1.41.0-r0) 13:01:47 (3/4) Installing libcurl (7.69.1-r3) 13:01:47 (4/4) Installing curl (7.69.1-r3) 13:01:47 Executing busybox-1.31.1-r20.trigger 13:01:47 Executing ca-certificates-20191127-r4.trigger 13:01:47 Executing ca-certificates-20191127-r4.trigger 13:01:47 OK: 7 MiB in 18 packages 13:01:47 OK: 7 MiB in 20 packages 13:01:48 ---> 5458e707ed78 13:01:48 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 13:01:49 Removing intermediate container 91bd5cfdce48 13:01:49 ---> 05f3ed8e3208 13:01:49 13:01:49 Step 10/23 : FROM alpine:3.12 13:01:49 ---> 7230e588e954 13:01:49 Step 11/23 : RUN apk add --update --no-cache dumb-init 13:01:49 ---> Using cache 13:01:49 ---> 736e6e5c22e8 13:01:49 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 13:01:49 ---> Using cache 13:01:49 ---> be3794af581b 13:01:49 Step 13/23 : ENV APP_PORT=48081 13:01:49 ---> d3b4f688877b 13:01:49 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 13:01:49 ---> Running in 2837cb401fd3 13:01:51 Removing intermediate container f1b11f85aa0e 13:01:51 ---> cd178adad02d 13:01:51 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 13:01:51 Removing intermediate container 2837cb401fd3 13:01:51 ---> eb52b85e0c2c 13:01:51 Step 14/23 : EXPOSE $APP_PORT 13:01:51 ---> Running in 0a4205205794 13:01:51 Removing intermediate container 8382d4c592d1 13:01:51 ---> aadab250422f 13:01:51 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 13:01:51 ---> 79892be4ee0e 13:01:51 Step 19/23 : ENTRYPOINT ["/core-command"] 13:01:51 ---> Running in 62f493e445cb 13:01:51 ---> Running in 148354bce37c 13:01:51 ---> Running in f58b671016b1 13:01:51 Removing intermediate container 0a4205205794 13:01:51 ---> d7961f527ec6 13:01:51 Step 13/24 : WORKDIR / 13:01:51 ---> Running in 6b5642bb8396 13:01:51 Removing intermediate container 62f493e445cb 13:01:51 ---> af24114623b3 13:01:51 Step 15/23 : WORKDIR / 13:01:51 Removing intermediate container 148354bce37c 13:01:51 ---> 4c974edb11b0 13:01:51 Step 13/21 : WORKDIR /edgex 13:01:51 Removing intermediate container f58b671016b1 13:01:51 ---> 86f071a5f427 13:01:51 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 13:01:52 ---> Running in 7620ddce6a6a 13:01:52 ---> Running in 01f6411c1e3f 13:01:52 ---> Running in 4c5449f9003f 13:01:52 Removing intermediate container 6b5642bb8396 13:01:52 ---> 112a61c7e0ba 13:01:52 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 13:01:52 Removing intermediate container 7620ddce6a6a 13:01:52 ---> 0d6dce4b4721 13:01:52 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 13:01:52 Removing intermediate container 01f6411c1e3f 13:01:52 ---> 40aa91bb2c7e 13:01:52 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 13:01:52 Removing intermediate container 4c5449f9003f 13:01:52 ---> 730191469b0c 13:01:52 Step 21/23 : LABEL arch=x86_64 13:01:53 ---> 50feceebede7 13:01:53 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 13:01:53 ---> Running in 17af01afcdef 13:01:53 ---> 17e58ac02bc6 13:01:53 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 13:01:53 ---> 87f600cee445 13:01:53 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 13:01:53 Removing intermediate container 17af01afcdef 13:01:53 ---> 9e6b1a55c760 13:01:53 Step 22/23 : LABEL git_sha=b0cad471371cb32602598be54e259b09dd5f8fa2 13:01:53 ---> fa0ecf8fa9fa 13:01:53 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 13:01:53 ---> Running in 6a7df325475b 13:01:53 ---> 2c1db28de957 13:01:53 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 13:01:53 Removing intermediate container 6a7df325475b 13:01:53 ---> e78bfc968408 13:01:53 Step 23/23 : LABEL version=0.0.0 13:01:53 ---> 1c7d20304fc7 13:01:53 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 13:01:53 ---> 772d936ee5f3 13:01:53 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 13:01:54 ---> Running in 97df2aa639a7 13:01:54 Removing intermediate container 97df2aa639a7 13:01:54 ---> 1bc4e24d3b37 13:01:54 13:01:54 ---> 4df8a4754009 13:01:54 Step 19/23 : ENTRYPOINT ["/core-metadata"] 13:01:54 ---> 70776d64de0f 13:01:54 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 13:01:54 ---> Running in 99df1e25d984 13:01:54 Successfully built 1bc4e24d3b37 13:01:54 ---> 47ffbd7d35a7 13:01:54 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 13:01:54 Successfully tagged docker-core-command-go:latest 13:01:54  Building docker-core-command-go ... done  ---> Running in ea818bea5e58 13:01:54 Removing intermediate container 99df1e25d984 13:01:54 ---> 83cfe51b4ad4 13:01:54 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 13:01:55 ---> Running in 43dbf02f361d 13:01:55 Removing intermediate container ea818bea5e58 13:01:55 ---> 8481b4d2b91b 13:01:55 Step 18/21 : CMD ["--init=true"] 13:01:55 Removing intermediate container 43dbf02f361d 13:01:55 ---> 5a5263d1c8ae 13:01:55 Step 21/23 : LABEL arch=x86_64 13:01:55 ---> Running in 9f566ca17192 13:01:55 ---> 858b5539f21c 13:01:55 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 13:01:55 ---> Running in d881be7ce482 13:01:55 Removing intermediate container 9f566ca17192 13:01:55 ---> 4680b0c9a64a 13:01:55 Step 19/21 : LABEL arch=x86_64 13:01:55 ---> Running in 231f2b603780 13:01:55 Removing intermediate container d881be7ce482 13:01:55 ---> bab547ab59ad 13:01:55 Step 22/23 : LABEL git_sha=b0cad471371cb32602598be54e259b09dd5f8fa2 13:01:55 ---> 25a7f46a6010 13:01:55 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 13:01:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 13:01:55 ---> Running in b51ad402c8a7 13:01:55 ---> Running in 3d40b96316f8 13:01:56 Removing intermediate container 231f2b603780 13:01:56 ---> 0be3e0a09074 13:01:56 Step 20/21 : LABEL git_sha=b0cad471371cb32602598be54e259b09dd5f8fa2 13:01:56 Removing intermediate container b51ad402c8a7 13:01:56 ---> 215877979b66 13:01:56 Step 23/23 : LABEL version=0.0.0 13:01:56 ---> Running in 05b5e6ef8bf7 13:01:56 ---> Running in aea9cf07d628 13:01:56 Removing intermediate container 05b5e6ef8bf7 13:01:56 ---> 8f325bf49172 13:01:56 Step 21/21 : LABEL version=0.0.0 13:01:56 Removing intermediate container aea9cf07d628 13:01:56 ---> d8453166be24 13:01:56 13:01:56 ---> Running in b6b09542a44a 13:01:57 Successfully built d8453166be24 13:01:57 Successfully tagged docker-core-metadata-go:latest 13:01:57  Building docker-core-metadata-go ... done Removing intermediate container b6b09542a44a 13:01:57 ---> 70eb3a7b9f7c 13:01:57 13:01:57 Successfully built 70eb3a7b9f7c 13:01:57 Successfully tagged docker-security-proxy-setup-go:latest 13:01:57  Building docker-security-proxy-setup-go ... done Removing intermediate container 3d40b96316f8 13:01:57 ---> f7ce9e15861a 13:01:57 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 13:01:57 ---> Running in 5dfae3c7e522 13:01:57 Removing intermediate container 5dfae3c7e522 13:01:57 ---> 9bba3f78dad6 13:01:57 Step 22/24 : LABEL arch=x86_64 13:01:57 ---> Running in aca8f71a3592 13:01:57 Removing intermediate container aca8f71a3592 13:01:57 ---> 5ffbb6412195 13:01:57 Step 23/24 : LABEL git_sha=b0cad471371cb32602598be54e259b09dd5f8fa2 13:01:57 ---> Running in 043bcdad36e4 13:01:58 Removing intermediate container 043bcdad36e4 13:01:58 ---> 2a385ba27384 13:01:58 Step 24/24 : LABEL version=0.0.0 13:01:58 ---> Running in 1dd017eb51b1 13:01:58 Removing intermediate container 1dd017eb51b1 13:01:58 ---> b58c4efcbc10 13:01:58 13:01:58 Successfully built b58c4efcbc10 13:01:58 Successfully tagged docker-security-secretstore-setup-go:latest 13:01:59  Building docker-security-secretstore-setup-go ... done  [Pipeline] } 13:01:59 $ docker stop --time=1 4b7252171908f90f4f8353c965877660601bac8f19d4d783f546edc255fc5b7a 13:02:00 $ docker rm -f 4b7252171908f90f4f8353c965877660601bac8f19d4d783f546edc255fc5b7a [Pipeline] // withDockerContainer [Pipeline] sh 13:02:01 + docker images 13:02:01 + grep docker 13:02:02 docker-security-secretstore-setup-go latest b58c4efcbc10 3 seconds ago 26.2MB 13:02:02 docker-core-metadata-go latest d8453166be24 5 seconds ago 19.2MB 13:02:02 docker-security-proxy-setup-go latest 70eb3a7b9f7c 5 seconds ago 25.9MB 13:02:02 docker-core-command-go latest 1bc4e24d3b37 7 seconds ago 17.5MB 13:02:02 docker-sys-mgmt-agent-go latest 70146ce0fea6 54 seconds ago 312MB 13:02:02 docker-security-bootstrapper-go latest d3ec7d4f2440 About a minute ago 19.1MB 13:02:02 docker-core-data-go latest 746e03422be2 2 minutes ago 22.9MB 13:02:02 docker-support-scheduler-go latest 295ba88fe3a9 2 minutes ago 17.7MB 13:02:02 docker-support-notifications-go latest 480e82f58db4 2 minutes ago 18.1MB 13:02:02 docker 20.10.0 aefe523efa57 4 months ago 240MB [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] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 13:02:17 Still waiting to schedule task 13:02:17 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 13:02:22 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 13:02:26 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 13:02:31 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 13:02:32 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 13:02:39 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 13:02:43 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 13:02:48 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 13:02:52 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 13:02:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 13:03:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 13:03:09 $ docker stop --time=1 55435aba0ed56e66ec40d3e4d2975790d5afbe930a1535885cd19e2f70ed1751 13:03:11 Running on prd-ubuntu18.04-docker-8c-8g-33914 in /w/workspace/edgexfoundry_edgex-go_PR-3356 13:03:11 $ docker rm -f 55435aba0ed56e66ec40d3e4d2975790d5afbe930a1535885cd19e2f70ed1751 [Pipeline] { [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] ws 13:03:13 Running in /w/workspace/edgex-go/5 [Pipeline] { [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] checkout [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 13:03:13 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 13:03:13 13:03:13 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 13:03:14 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 13:03:14 latest: Pulling from edgex-devops/edgex-compose-arm64 13:03:14 29e5d40040c1: Pulling fs layer 13:03:14 1ce36da41761: Pulling fs layer 13:03:14 25b303627fd3: Pulling fs layer 13:03:14 29e5d40040c1: Verifying Checksum 13:03:14 29e5d40040c1: Download complete 13:03:15 1ce36da41761: Verifying Checksum 13:03:15 1ce36da41761: Download complete 13:03:15 29e5d40040c1: Pull complete 13:03:15 using credential edgex-jenkins-ssh 13:03:15 Cloning the remote Git repository 13:03:16 1ce36da41761: Pull complete 13:03:16 25b303627fd3: Verifying Checksum 13:03:16 25b303627fd3: Download complete 13:03:15 Cloning repository git@github.com:edgexfoundry/edgex-go.git 13:03:16 > git init /w/workspace/edgex-go/5 # timeout=10 13:03:16 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 13:03:16 > git --version # timeout=10 13:03:16 > git --version # 'git version 2.17.1' 13:03:16 using GIT_SSH to set credentials SSH Credentials for GitHub 13:03:16 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 13:03:27 25b303627fd3: Pull complete 13:03:27 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 13:03:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 13:03:27 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 13:03:27 prd-ubuntu18.04-docker-arm64-4c-16g-33912 does not seem to be running inside a container 13:03:27 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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 13:03:27 Merging remotes/origin/master commit 5e8f0209b56f3309f9665c980cdfd66463b0e44b into PR head commit b0cad471371cb32602598be54e259b09dd5f8fa2 13:03:27 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 13:03:27 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 13:03:27 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 13:03:27 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 13:03:27 using GIT_SSH to set credentials SSH Credentials for GitHub 13:03:27 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3356/head:refs/remotes/origin/PR-3356 +refs/heads/master:refs/remotes/origin/master # timeout=10 13:03:27 > git config core.sparsecheckout # timeout=10 13:03:27 > git checkout -f b0cad471371cb32602598be54e259b09dd5f8fa2 # timeout=10 13:03:30 $ docker top 82242e694beee3678fe94b2103629c8516a96b52245268a34a5c200d5ac64614 -eo pid,comm [Pipeline] { [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] sh [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 13:03:31 Failed in branch amd64 13:03:31 + grep parallel 13:03:31 + docker-compose build --help 13:03:34 --parallel Build images in parallel. [Pipeline] } 13:03:35 $ docker stop --time=1 82242e694beee3678fe94b2103629c8516a96b52245268a34a5c200d5ac64614 13:03:36 $ docker rm -f 82242e694beee3678fe94b2103629c8516a96b52245268a34a5c200d5ac64614 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 13:03:37 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 13:03:37 . [Pipeline] withDockerContainer 13:03:38 prd-ubuntu18.04-docker-arm64-4c-16g-33912 does not seem to be running inside a container 13:03:38 $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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 13:03:39 $ docker top 9662152f5e20f749ba8d309b9ccd5cb09b2d989a2e102d77fa5bd5c6747ed886 -eo pid,comm [Pipeline] { [Pipeline] sh 13:03:40 + docker-compose -f ./docker-compose-build.yml build --parallel 13:03:43 Building docker-core-command-go ... 13:03:43 Building docker-core-data-go ... 13:03:43 Building docker-core-metadata-go ... 13:03:43 Building docker-security-bootstrapper-go ... 13:03:43 Building docker-security-proxy-setup-go ... 13:03:43 Building docker-security-secretstore-setup-go ... 13:03:43 Building docker-support-notifications-go ... 13:03:43 Building docker-support-scheduler-go ... 13:03:43 Building docker-sys-mgmt-agent-go ... 13:03:43 Building docker-sys-mgmt-agent-go 13:03:43 Building docker-support-notifications-go 13:03:43 Building docker-core-command-go 13:03:43 Building docker-security-secretstore-setup-go 13:03:43 Building docker-security-bootstrapper-go 13:05:05 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 13:05:05 Step 2/22 : FROM ${BUILDER_BASE} AS builder 13:05:05 ---> aeecfbde6b69 13:05:05 Step 3/22 : WORKDIR /edgex-go 13:05:05 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 13:05:05 Step 2/23 : FROM ${BUILDER_BASE} AS builder 13:05:05 ---> aeecfbde6b69 13:05:05 Step 3/23 : WORKDIR /edgex-go 13:05:05 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 13:05:05 Step 2/24 : FROM ${BUILDER_BASE} AS builder 13:05:05 ---> aeecfbde6b69 13:05:05 Step 3/24 : WORKDIR /edgex-go 13:05:05 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 13:05:05 Step 2/31 : FROM ${BUILDER_BASE} AS builder 13:05:05 ---> aeecfbde6b69 13:05:05 Step 3/31 : WORKDIR /edgex-go 13:05:05 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 13:05:05 Step 2/23 : FROM ${BUILDER_BASE} AS builder 13:05:05 ---> aeecfbde6b69 13:05:05 Step 3/23 : WORKDIR /edgex-go 13:05:05 ---> Running in efb807eb30b4 13:05:05 ---> Running in 112b19a4fd76 13:05:05 ---> Running in f9f1ea7ffef1 13:05:05 ---> Running in fbd4455cdc42 13:05:05 ---> Running in cccfa9a23783 13:05:05 Removing intermediate container cccfa9a23783 13:05:05 Removing intermediate container f9f1ea7ffef1 13:05:05 ---> 5a1709e98182 13:05:05 ---> a17a2a96ee90 13:05:05 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesStep 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:05:05 13:05:05 Removing intermediate container 112b19a4fd76 13:05:05 ---> 1713e68c9148 13:05:05 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:05:05 Removing intermediate container fbd4455cdc42 13:05:05 ---> 0c200f7b3e9e 13:05:05 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:05:05 Removing intermediate container efb807eb30b4 13:05:05 ---> 0043fe0fa166 13:05:05 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:05:05 ---> Running in 4c9c51b22152 13:05:05 ---> Running in 3f09f30712bd 13:05:05 ---> Running in 1823bfe438b2 13:05:05 ---> Running in bea5f0bcc9a8 13:05:05 ---> Running in 9d858abecf03 13:05:06 Removing intermediate container 4c9c51b22152 13:05:06 ---> f6fcd7a23173 13:05:06 Step 5/31 : RUN apk add --update --no-cache make git 13:05:06 ---> Running in 810b1797d943 13:05:07 Removing intermediate container 3f09f30712bd 13:05:07 ---> b66d4270143e 13:05:07 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 13:05:07 Removing intermediate container 9d858abecf03 13:05:07 ---> e258c6efc964 13:05:07 Step 5/23 : RUN apk add --update --no-cache make bash git 13:05:07 Removing intermediate container 1823bfe438b2 13:05:07 ---> 134b983e4f1b 13:05:07 Step 5/24 : RUN apk add --update --no-cache make git 13:05:07 ---> Running in 52196bb5b71e 13:05:07 Removing intermediate container bea5f0bcc9a8 13:05:07 ---> b777e1fe8488 13:05:07 Step 5/23 : RUN apk add --update --no-cache make git 13:05:07 ---> Running in bc8497d43801 13:05:07 ---> Running in 0d7691ec146f 13:05:07 ---> Running in c0403042f824 13:05:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:05:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:05:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:05:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:05:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:05:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:05:09 OK: 217 MiB in 51 packages 13:05:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:05:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:05:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:05:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:05:11 OK: 217 MiB in 51 packages 13:05:11 OK: 217 MiB in 51 packages 13:05:11 OK: 217 MiB in 51 packages 13:05:11 Removing intermediate container 810b1797d943 13:05:11 ---> bf7576af448b 13:05:11 Step 6/31 : COPY go.mod . 13:05:11 OK: 217 MiB in 51 packages 13:05:12 ---> 352cdbca5a64 13:05:12 Step 7/31 : RUN go mod download 13:05:12 ---> Running in 6bdc0c608bad 13:05:12 Removing intermediate container 52196bb5b71e 13:05:12 ---> 7493ce5a9eba 13:05:12 Step 6/22 : COPY go.mod . 13:05:13 Removing intermediate container bc8497d43801 13:05:13 ---> 38d11fe92ebe 13:05:13 Step 6/23 : COPY go.mod . 13:05:13 Removing intermediate container c0403042f824 13:05:13 ---> 1160c9e57502 13:05:13 Step 6/23 : COPY go.mod . 13:05:13 Removing intermediate container 0d7691ec146f 13:05:13 ---> c34ace90516c 13:05:13 Step 6/24 : COPY go.mod . 13:05:13 ---> ef200e3916fa 13:05:13 Step 7/22 : RUN go mod download 13:05:14 ---> de8764398cc2 13:05:14 Step 7/23 : RUN go mod download 13:05:14 ---> Running in 66bec2afabf5 13:05:14 ---> 1a9475d0a8a2 13:05:14 Step 7/23 : RUN go mod download 13:05:14 ---> Running in a697b5153320 13:05:14 ---> cdd87b212c61 13:05:14 Step 7/24 : RUN go mod download 13:05:14 ---> Running in d2223e7c9ace 13:05:15 ---> Running in a64eafd23afd 13:05:16 Removing intermediate container 6bdc0c608bad 13:05:16 ---> 16df97b0b0cf 13:05:16 Step 8/31 : COPY . . 13:05:19 Removing intermediate container 66bec2afabf5 13:05:19 ---> 7f7f53181528 13:05:19 Step 8/22 : COPY . . 13:05:19 Removing intermediate container a697b5153320 13:05:19 ---> c97f404407d2 13:05:19 Step 8/23 : COPY . . 13:05:19 Removing intermediate container d2223e7c9ace 13:05:19 ---> bf238961b585 13:05:19 Step 8/23 : COPY . . 13:05:20 Removing intermediate container a64eafd23afd 13:05:20 ---> eea64b1aa851 13:05:20 Step 8/24 : COPY . . 13:05:47 ---> f3cfdd111b86 13:05:47 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 13:05:47 ---> 6ae608e2f9f1 13:05:47 Step 9/22 : RUN make cmd/support-notifications/support-notifications 13:05:47 ---> 09502bf7fe95 13:05:47 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 13:05:47 ---> 9be79c91dfd8 13:05:47 Step 9/23 : RUN make cmd/core-command/core-command 13:05:47 ---> Running in 3fc1f051607c 13:05:47 ---> bbe2b734149d 13:05:47 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 13:05:47 ---> Running in 116bde61066d 13:05:47 ---> Running in 6f65fe428985 13:05:47 ---> Running in 73c3e318ea92 13:05:47 ---> Running in a06800ad0cf1 13:05:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 13:05:47 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 13:05:47 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 13:05:48 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 13:05:48 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 13:07:25 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 13:07:40 Removing intermediate container 3fc1f051607c 13:07:40 ---> 0ce532e10cac 13:07:40 13:07:40 Step 10/31 : FROM alpine:3.12 13:07:40 3.12: Pulling from library/alpine 13:07:40 Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b 13:07:40 Status: Downloaded newer image for alpine:3.12 13:07:40 ---> d75e27dfc0a0 13:07:40 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 13:07:41 ---> Running in d889d73e3002 13:07:42 Removing intermediate container a06800ad0cf1 13:07:42 ---> 3eae28d5ffe6 13:07:42 13:07:42 Step 10/24 : FROM alpine:3.12 13:07:42 ---> d75e27dfc0a0 13:07:42 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 13:07:42 Removing intermediate container d889d73e3002 13:07:42 ---> 55087ddf27fd 13:07:42 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 13:07:43 ---> Running in 0cab8e03ed8e 13:07:43 ---> Running in 20333c465b2f 13:07:43 Removing intermediate container 6f65fe428985 13:07:43 ---> 63fde4944059 13:07:43 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 13:07:43 ---> Running in 72e3277081ee 13:07:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:07:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:07:45 (1/6) Installing ca-certificates (20191127-r4) 13:07:45 (2/6) Installing nghttp2-libs (1.41.0-r0) 13:07:45 (3/6) Installing libcurl (7.69.1-r3) 13:07:45 (4/6) Installing curl (7.69.1-r3) 13:07:45 (5/6) Installing dumb-init (1.2.2-r1) 13:07:45 (6/6) Installing su-exec (0.2-r1) 13:07:45 Executing busybox-1.31.1-r20.trigger 13:07:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:07:45 Executing ca-certificates-20191127-r4.trigger 13:07:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:07:46 OK: 7 MiB in 20 packages 13:07:46 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 13:07:46 (1/2) Installing dumb-init (1.2.2-r1) 13:07:46 (2/2) Installing su-exec (0.2-r1) 13:07:46 Executing busybox-1.31.1-r20.trigger 13:07:46 OK: 5 MiB in 16 packages 13:07:50 Removing intermediate container 73c3e318ea92 13:07:50 ---> cff2defa7bb4 13:07:50 13:07:50 Step 10/23 : FROM alpine:3.12 13:07:50 ---> d75e27dfc0a0 13:07:50 Step 11/23 : RUN apk add --update --no-cache dumb-init 13:07:50 Removing intermediate container 116bde61066d 13:07:50 ---> 632c0f9812a5 13:07:50 13:07:50 Step 10/22 : FROM alpine:3.12 13:07:50 ---> d75e27dfc0a0 13:07:50 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 13:07:50 Removing intermediate container 20333c465b2f 13:07:50 ---> 7d37d7f3e0b7 13:07:50 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 13:07:50 ---> Running in 5441edbd8745 13:07:50 Removing intermediate container 0cab8e03ed8e 13:07:50 ---> 650c0b3a5fc7 13:07:50 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 13:07:50 ---> Running in c791dbbdcf94 13:07:50 ---> Running in 19a4b9b98475 13:07:50 ---> Running in e19f1d44e2e2 13:07:51 Removing intermediate container 19a4b9b98475 13:07:51 ---> fa17e3dac720 13:07:51 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 13:07:51 Removing intermediate container 72e3277081ee 13:07:51 ---> d6fd33d4559e 13:07:51 13:07:51 Step 11/23 : FROM docker:20.10.0 13:07:51 20.10.0: Pulling from library/docker 13:07:51 ---> Running in 5b1aeae459aa 13:07:51 Removing intermediate container e19f1d44e2e2 13:07:51 ---> 6254681528f3 13:07:51 Step 13/24 : WORKDIR / 13:07:52 ---> Running in 4f9f68c37fc0 13:07:52 Removing intermediate container 5b1aeae459aa 13:07:52 ---> 4aad35fb235c 13:07:52 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 13:07:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:07:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:07:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:07:52 ---> Running in 293c22d17110 13:07:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:07:53 (1/1) Installing dumb-init (1.2.2-r1) 13:07:53 Executing busybox-1.31.1-r20.trigger 13:07:53 Removing intermediate container 4f9f68c37fc0 13:07:53 ---> b5d5461a816a 13:07:53 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 13:07:53 OK: 5 MiB in 15 packages 13:07:53 (1/2) Installing ca-certificates (20191127-r4) 13:07:53 (2/2) Installing dumb-init (1.2.2-r1) 13:07:53 Executing busybox-1.31.1-r20.trigger 13:07:53 Executing ca-certificates-20191127-r4.trigger 13:07:54 OK: 6 MiB in 16 packages 13:07:55 ---> 3d75c8502ec4 13:07:55 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 13:07:55 Removing intermediate container 5441edbd8745 13:07:55 ---> d7d39b49acc1 13:07:55 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 13:07:56 ---> Running in ffa254dc5652 13:07:56 ---> f7753939d2e0 13:07:56 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 13:07:56 Removing intermediate container 293c22d17110 13:07:56 ---> 04df14a31b8f 13:07:56 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 13:07:57 Removing intermediate container c791dbbdcf94 13:07:57 ---> d4a062dc5790 13:07:57 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 13:07:57 Removing intermediate container ffa254dc5652 13:07:57 ---> 4b74cd8e8209 13:07:57 Step 13/23 : ENV APP_PORT=48082 13:07:57 ---> Running in 57fee233f938 13:07:57 ---> Running in 48cb9390b52f 13:07:57 ---> Running in 38932b5e848a 13:07:58 ---> c5afe2fdb2e1 13:07:58 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 13:07:58 Removing intermediate container 38932b5e848a 13:07:58 ---> 169501ff4b78 13:07:58 Step 13/22 : ENV APP_PORT=48060 13:07:58 Removing intermediate container 48cb9390b52f 13:07:58 ---> 2f8a74e59f2e 13:07:58 Step 14/23 : EXPOSE $APP_PORT 13:07:58 Removing intermediate container 57fee233f938 13:07:58 ---> 109a52feddeb 13:07:58 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 13:07:59 ---> Running in 6188866ec5aa 13:07:59 ---> Running in 9a86b2f25346 13:08:00 ---> c3878ae61d2e 13:08:00 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 13:08:00 Removing intermediate container 6188866ec5aa 13:08:00 ---> c3706d8f0e62 13:08:00 Step 14/22 : EXPOSE $APP_PORT 13:08:00 ---> Running in 9f7389d23157 13:08:00 Removing intermediate container 9a86b2f25346 13:08:00 ---> 03551e424931 13:08:00 Step 15/23 : WORKDIR / 13:08:00 ---> f61139a9a5e0 13:08:00 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 13:08:01 ---> Running in 4fc5980c9c84 13:08:01 ---> Running in 4f1424b12cfb 13:08:02 Removing intermediate container 4fc5980c9c84 13:08:02 ---> 83b99951afc3 13:08:02 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 13:08:02 Removing intermediate container 4f1424b12cfb 13:08:02 ---> 8bcb5903c593 13:08:02 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 13:08:02 ---> 4a8324e5b0d3 13:08:02 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 13:08:03 ---> 7f8bf080b261 13:08:03 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 13:08:04 ---> 583b9a8d1c05 13:08:04 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 13:08:04 ---> 585c18fdab7b 13:08:04 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 13:08:04 Removing intermediate container 9f7389d23157 13:08:04 ---> d14f51bc7394 13:08:04 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 13:08:04 ---> Running in fb5716ebf4e4 13:08:06 ---> 3cff0dbb611a 13:08:06 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 13:08:06 ---> c24effbc179c 13:08:06 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 13:08:06 ---> 8e9f925c9197 13:08:06 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 13:08:06 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 13:08:06 Status: Downloaded newer image for docker:20.10.0 13:08:06 ---> eeaf43b92773 13:08:06 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 13:08:07 ---> Running in 6929509b0e17 13:08:07 ---> 7cb01336c911 13:08:07 Step 19/23 : ENTRYPOINT ["/core-command"] 13:08:07 ---> c74d8f934871 13:08:07 Step 18/22 : ENTRYPOINT ["/support-notifications"] 13:08:07 ---> Running in f71c9a7ca27d 13:08:07 ---> Running in d7bc0f587b00 13:08:07 Removing intermediate container 6929509b0e17 13:08:07 ---> 13e0ba9b9a77 13:08:07 Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 13:08:07 Removing intermediate container fb5716ebf4e4 13:08:07 ---> 017ff241d0b6 13:08:07 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 13:08:08 ---> 3ee8f9b58e52 13:08:08 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 13:08:08 Removing intermediate container f71c9a7ca27d 13:08:08 ---> 620c2f148bd6 13:08:08 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 13:08:08 ---> Running in 25c4774e8cf0 13:08:08 ---> Running in 4981bfb61440 13:08:08 ---> Running in d8935ab1523d 13:08:08 Removing intermediate container d7bc0f587b00 13:08:08 ---> db18cfed69df 13:08:08 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 13:08:08 ---> Running in 6672a1700a3e 13:08:09 Removing intermediate container 4981bfb61440 13:08:09 ---> e32f58debf96 13:08:09 Step 22/24 : LABEL arch=arm64 13:08:09 ---> ad22738c9596 13:08:09 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 13:08:09 ---> Running in 942b0c65dfb7 13:08:09 Removing intermediate container d8935ab1523d 13:08:09 ---> 62d07a073235 13:08:09 Step 21/23 : LABEL arch=arm64 13:08:09 ---> Running in 3d50221e4335 13:08:09 Removing intermediate container 6672a1700a3e 13:08:09 ---> 51912b4972f1 13:08:09 Step 20/22 : LABEL arch=arm64 13:08:09 ---> Running in 6fd880d7adb0 13:08:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:08:09 Removing intermediate container 942b0c65dfb7 13:08:09 ---> 34398a0be73b 13:08:09 Step 23/24 : LABEL git_sha=b0cad471371cb32602598be54e259b09dd5f8fa2 13:08:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:08:10 ---> 209332c46b24 13:08:10 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 13:08:10 ---> Running in 9edd3f9e2474 13:08:10 Removing intermediate container 3d50221e4335 13:08:10 ---> b73d8b4e4c4d 13:08:10 Step 22/23 : LABEL git_sha=b0cad471371cb32602598be54e259b09dd5f8fa2 13:08:10 Removing intermediate container 6fd880d7adb0 13:08:10 ---> 8c12c7e2a35e 13:08:10 Step 21/22 : LABEL git_sha=b0cad471371cb32602598be54e259b09dd5f8fa2 13:08:10 ---> Running in 90effb7ef920 13:08:10 (1/39) Installing readline (8.0.4-r0) 13:08:10 (2/39) Installing bash (5.0.17-r0) 13:08:10 Executing bash-5.0.17-r0.post-install 13:08:10 (3/39) Installing nghttp2-libs (1.41.0-r0) 13:08:10 (4/39) Installing libcurl (7.69.1-r3) 13:08:10 ---> Running in fa629d30f8f2 13:08:10 (5/39) Installing curl (7.69.1-r3) 13:08:10 (6/39) Installing dumb-init (1.2.2-r1) 13:08:10 (7/39) Installing libbz2 (1.0.8-r1) 13:08:10 (8/39) Installing expat (2.2.9-r1) 13:08:10 (9/39) Installing libffi (3.3-r2) 13:08:10 (10/39) Installing gdbm (1.13-r1) 13:08:10 (11/39) Installing xz-libs (5.2.5-r0) 13:08:10 (12/39) Installing sqlite-libs (3.32.1-r0) 13:08:10 (13/39) Installing python3 (3.8.8-r0) 13:08:12 (14/39) Installing py3-appdirs (1.4.4-r1) 13:08:12 (15/39) Installing py3-ordered-set (4.0.1-r0) 13:08:12 (16/39) Installing py3-parsing (2.4.7-r0) 13:08:12 (17/39) Installing py3-six (1.15.0-r0) 13:08:12 (18/39) Installing py3-packaging (20.4-r0) 13:08:12 (19/39) Installing py3-setuptools (47.0.0-r0) 13:08:12 (20/39) Installing py3-chardet (3.0.4-r4) 13:08:12 (21/39) Installing py3-idna (2.9-r0) 13:08:12 (22/39) Installing py3-certifi (2020.4.5.1-r0) 13:08:12 (23/39) Installing py3-urllib3 (1.25.9-r0) 13:08:12 (24/39) Installing py3-requests (2.23.0-r0) 13:08:12 (25/39) Installing py3-msgpack (1.0.0-r0) 13:08:12 (26/39) Installing py3-lockfile (0.12.2-r3) 13:08:12 (27/39) Installing py3-cachecontrol (0.12.6-r0) 13:08:12 (28/39) Installing py3-colorama (0.4.3-r0) 13:08:12 (29/39) Installing py3-distlib (0.3.0-r0) 13:08:12 (30/39) Installing py3-distro (1.5.0-r1) 13:08:12 (31/39) Installing py3-webencodings (0.5.1-r3) 13:08:12 (32/39) Installing py3-html5lib (1.0.1-r4) 13:08:12 (33/39) Installing py3-pytoml (0.1.21-r0) 13:08:12 (34/39) Installing py3-pep517 (0.8.2-r0) 13:08:12 (35/39) Installing py3-progress (1.5-r0) 13:08:12 (36/39) Installing py3-toml (0.10.1-r0) 13:08:12 (37/39) Installing py3-retrying (1.3.3-r0) 13:08:12 (38/39) Installing py3-contextlib2 (0.6.0-r0) 13:08:12 (39/39) Installing py3-pip (20.1.1-r0) 13:08:13 Executing busybox-1.31.1-r19.trigger 13:08:13 OK: 72 MiB in 59 packages 13:08:13 Removing intermediate container 9edd3f9e2474 13:08:13 ---> 354f02c68446 13:08:13 Step 24/24 : LABEL version=0.0.0 13:08:14 Removing intermediate container fa629d30f8f2 13:08:14 ---> 5cd95921f1f6 13:08:14 Step 22/22 : LABEL version=0.0.0 13:08:14 Removing intermediate container 90effb7ef920 13:08:14 ---> 0e9a39cac08b 13:08:14 Step 23/23 : LABEL version=0.0.0 13:08:14 ---> 1d28d2faa95d 13:08:14 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 13:08:14 ---> Running in 6cb243908c56 13:08:14 ---> Running in 8ebb8a432e47 13:08:14 ---> Running in 9930672be277 13:08:14 ---> Running in 2835ad3c5c5d 13:08:14 Removing intermediate container 6cb243908c56 13:08:14 ---> 46bf28457fd8 13:08:14 13:08:15 Removing intermediate container 8ebb8a432e47 13:08:15 ---> e561c56a4f85 13:08:15 13:08:15 Successfully built 46bf28457fd8 13:08:15 Removing intermediate container 2835ad3c5c5d 13:08:15 ---> a67020480e14 13:08:15 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 13:08:15 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 13:08:15  Building docker-security-secretstore-setup-go ... done Building docker-core-data-go 13:08:15 Removing intermediate container 9930672be277 13:08:15 ---> b0ca130a4cfe 13:08:15 13:08:15 Successfully built e561c56a4f85 13:08:15 Successfully tagged docker-core-command-go-arm64:latest 13:08:15 Building docker-support-scheduler-go 13:08:16  Building docker-core-command-go ... done Successfully built b0ca130a4cfe 13:08:16 Successfully tagged docker-support-notifications-go-arm64:latest 13:08:16  Building docker-support-notifications-go ... done Building docker-security-proxy-setup-go 13:08:16 ---> 5c4e4e5af282 13:08:16 Step 26/31 : RUN chmod +x /entrypoint.sh 13:08:16 ---> Running in 32e194a760fc 13:08:18 Collecting docker-compose==1.23.2 13:08:18 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 13:08:18 Collecting docopt<0.7,>=0.6.1 13:08:18 Downloading docopt-0.6.2.tar.gz (25 kB) 13:08:19 Removing intermediate container 32e194a760fc 13:08:19 ---> 3e95e2654058 13:08:19 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 13:08:19 ---> Running in 85c7b4a2c69f 13:08:20 Removing intermediate container 85c7b4a2c69f 13:08:20 ---> d81fcbfd26e5 13:08:20 Step 28/31 : CMD ["gate"] 13:08:21 ---> Running in 8245713a503b 13:08:22 Collecting docker<4.0,>=3.6.0 13:08:22 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 13:08:22 Removing intermediate container 8245713a503b 13:08:22 ---> 0367652a62e7 13:08:22 Step 29/31 : LABEL arch=arm64 13:08:24 ---> Running in 99e0d1804f37 13:08:24 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 13:08:24 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 13:08:25 Removing intermediate container 99e0d1804f37 13:08:25 ---> 38eb40043c60 13:08:25 Step 30/31 : LABEL git_sha=b0cad471371cb32602598be54e259b09dd5f8fa2 13:08:25 Collecting texttable<0.10,>=0.9.0 13:08:25 Downloading texttable-0.9.1.tar.gz (11 kB) 13:08:26 ---> Running in bd7fda76a2f5 13:08:26 Removing intermediate container bd7fda76a2f5 13:08:26 ---> ef3c8cded4aa 13:08:26 Step 31/31 : LABEL version=0.0.0 13:08:27 ---> Running in f6056ba9e27b 13:08:28 Removing intermediate container f6056ba9e27b 13:08:28 ---> c707bc280a95 13:08:28 13:08:28 Collecting dockerpty<0.5,>=0.4.1 13:08:28 Downloading dockerpty-0.4.1.tar.gz (13 kB) 13:08:28 Successfully built c707bc280a95 13:08:28 Successfully tagged docker-security-bootstrapper-go-arm64:latest 13:08:28  Building docker-security-bootstrapper-go ... done Building docker-core-metadata-go 13:08:30 Collecting cached-property<2,>=1.2.0 13:08:30 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 13:08:30 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 13:08:30 Collecting jsonschema<3,>=2.5.1 13:08:30 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 13:08:31 Collecting websocket-client<1.0,>=0.32.0 13:08:31 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 13:08:32 Collecting PyYAML<4,>=3.10 13:08:32 Downloading PyYAML-3.13.tar.gz (270 kB) 13:08:36 Collecting docker-pycreds>=0.4.0 13:08:36 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 13:08:36 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) 13:08:36 Collecting idna<2.8,>=2.5 13:08:36 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 13:08:36 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) 13:08:37 Collecting urllib3<1.25,>=1.21.1 13:08:37 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 13:08:37 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 13:08:37 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 13:08:37 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 13:08:37 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 13:08:38 Installing collected packages: docopt, docker-pycreds, websocket-client, idna, urllib3, requests, docker, texttable, dockerpty, cached-property, jsonschema, PyYAML, docker-compose 13:08:38 Running setup.py install for docopt: started 13:08:40 Running setup.py install for docopt: finished with status 'done' 13:08:40 Attempting uninstall: idna 13:08:40 Found existing installation: idna 2.9 13:08:40 Uninstalling idna-2.9: 13:08:40 Successfully uninstalled idna-2.9 13:08:41 Attempting uninstall: urllib3 13:08:41 Found existing installation: urllib3 1.25.9 13:08:41 Uninstalling urllib3-1.25.9: 13:08:41 Successfully uninstalled urllib3-1.25.9 13:08:42 Attempting uninstall: requests 13:08:42 Found existing installation: requests 2.23.0 13:08:42 Uninstalling requests-2.23.0: 13:08:42 Successfully uninstalled requests-2.23.0 13:08:43 Running setup.py install for texttable: started 13:08:45 Running setup.py install for texttable: finished with status 'done' 13:08:45 Running setup.py install for dockerpty: started 13:08:47 Running setup.py install for dockerpty: finished with status 'done' 13:08:48 Running setup.py install for PyYAML: started 13:08:50 Running setup.py install for PyYAML: finished with status 'done' 13:08:51 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.58.0 13:09:10 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 13:09:10 Step 2/23 : FROM ${BUILDER_BASE} AS builder 13:09:10 ---> aeecfbde6b69 13:09:10 Step 3/23 : WORKDIR /edgex-go 13:09:10 ---> Using cache 13:09:10 ---> 0043fe0fa166 13:09:10 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:09:10 ---> Using cache 13:09:10 ---> e258c6efc964 13:09:10 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 13:09:10 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 13:09:10 Step 2/22 : FROM ${BUILDER_BASE} AS builder 13:09:10 ---> aeecfbde6b69 13:09:10 Step 3/22 : WORKDIR /edgex-go 13:09:10 ---> Using cache 13:09:10 ---> 0043fe0fa166 13:09:10 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:09:10 ---> Using cache 13:09:10 ---> e258c6efc964 13:09:10 Step 5/22 : RUN apk add --update --no-cache make git 13:09:10 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 13:09:10 Step 2/21 : FROM ${BUILDER_BASE} AS builder 13:09:10 ---> aeecfbde6b69 13:09:10 Step 3/21 : WORKDIR /edgex-go 13:09:10 ---> Using cache 13:09:10 ---> 0043fe0fa166 13:09:10 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:09:10 ---> Using cache 13:09:10 ---> e258c6efc964 13:09:10 Step 5/21 : RUN apk add --update --no-cache make git 13:09:11 ---> Running in a8a853218c39 13:09:11 ---> Running in df723814d21c 13:09:11 ---> Running in f10d56671e46 13:09:11 Removing intermediate container 25c4774e8cf0 13:09:11 ---> ac34289cbd90 13:09:11 Step 14/23 : ENV APP_PORT=48090 13:09:12 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 13:09:12 Step 2/23 : FROM ${BUILDER_BASE} AS builder 13:09:12 ---> aeecfbde6b69 13:09:12 Step 3/23 : WORKDIR /edgex-go 13:09:12 ---> Using cache 13:09:12 ---> 0043fe0fa166 13:09:12 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:09:12 ---> Using cache 13:09:12 ---> e258c6efc964 13:09:12 Step 5/23 : RUN apk add --update --no-cache make git 13:09:12 ---> Running in c94ba34502ee 13:09:12 ---> Running in 4dcf2d329601 13:09:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:09:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:09:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:09:13 Removing intermediate container c94ba34502ee 13:09:13 ---> bd6a62ea4fa2 13:09:13 Step 15/23 : EXPOSE $APP_PORT 13:09:13 ---> Running in a9a14645662a 13:09:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:09:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:09:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:09:14 Removing intermediate container a9a14645662a 13:09:14 ---> 97bcb899a6bd 13:09:14 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 13:09:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:09:14 OK: 217 MiB in 51 packages 13:09:14 OK: 217 MiB in 51 packages 13:09:14 OK: 217 MiB in 51 packages 13:09:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:09:15 OK: 217 MiB in 51 packages 13:09:16 ---> bbbbd6f2e97c 13:09:16 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 13:09:16 Removing intermediate container df723814d21c 13:09:16 ---> 07b373cc88e5 13:09:16 Step 6/23 : COPY go.mod . 13:09:17 Removing intermediate container a8a853218c39 13:09:17 ---> fb513ba8a0dc 13:09:17 Step 6/21 : COPY go.mod . 13:09:17 Removing intermediate container f10d56671e46 13:09:17 ---> 995bc68673dc 13:09:17 Step 6/22 : COPY go.mod . 13:09:17 ---> 423f2ded022a 13:09:17 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 13:09:17 ---> 76dd4c3c97a5 13:09:17 Step 7/23 : RUN go mod download 13:09:17 ---> Running in 71ba783aab3d 13:09:17 Removing intermediate container 4dcf2d329601 13:09:17 ---> 054654004f4e 13:09:17 Step 6/23 : COPY go.mod . 13:09:17 ---> 594078698e38 13:09:17 Step 7/21 : RUN go mod download 13:09:18 ---> 7c4df1a86d56 13:09:18 Step 7/22 : RUN go mod download 13:09:18 ---> Running in 647b7583ff9a 13:09:18 ---> Running in 54b491bf8f24 13:09:18 ---> 5b6f1dfe5ffa 13:09:18 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 13:09:18 ---> cee293f33e60 13:09:18 Step 7/23 : RUN go mod download 13:09:19 ---> Running in d24f5399c97e 13:09:19 ---> Running in b355fd0e2995 13:09:20 Removing intermediate container d24f5399c97e 13:09:20 ---> 50c630304d1c 13:09:20 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 13:09:20 ---> Running in af2a382da595 13:09:21 Removing intermediate container af2a382da595 13:09:21 ---> ab29294eb5be 13:09:21 Step 21/23 : LABEL arch=arm64 13:09:21 ---> Running in 6f44b8fda922 13:09:22 Removing intermediate container 6f44b8fda922 13:09:22 ---> e3ca00d8b12f 13:09:22 Step 22/23 : LABEL git_sha=b0cad471371cb32602598be54e259b09dd5f8fa2 13:09:22 Removing intermediate container 71ba783aab3d 13:09:22 ---> 45dfc40e281a 13:09:22 Step 8/23 : COPY . . 13:09:22 ---> Running in da2a8800f7af 13:09:22 Removing intermediate container 647b7583ff9a 13:09:22 ---> 5968fc42a9e3 13:09:22 Step 8/21 : COPY . . 13:09:22 Removing intermediate container 54b491bf8f24 13:09:22 ---> 5bff3606cc10 13:09:22 Step 8/22 : COPY . . 13:09:23 Removing intermediate container b355fd0e2995 13:09:23 ---> 9817abb86412 13:09:23 Step 8/23 : COPY . . 13:09:23 Removing intermediate container da2a8800f7af 13:09:23 ---> 318b35635392 13:09:23 Step 23/23 : LABEL version=0.0.0 13:09:23 ---> Running in 16f795bc0e0e 13:09:24 Removing intermediate container 16f795bc0e0e 13:09:24 ---> 0a173af00a36 13:09:24 13:09:25 Successfully built 0a173af00a36 13:09:25 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 13:09:48  Building docker-sys-mgmt-agent-go ... done  ---> a7ea10c47052 13:09:48 Step 9/23 : RUN make cmd/core-metadata/core-metadata 13:09:48 ---> 3de6c4fd586e 13:09:48 Step 9/23 : RUN make cmd/core-data/core-data 13:09:48 ---> e87fd0c93db8 13:09:48 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 13:09:48 ---> Running in fadeed8780fd 13:09:48 ---> Running in dc2b120dbca7 13:09:48 ---> 6e38481080aa 13:09:48 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 13:09:48 ---> Running in 6ba3316cbf41 13:09:48 ---> Running in febd35df06be 13:09:49 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 13:09:49 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 13:09:49 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 13:09:49 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 13:11:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 13:11:26 Removing intermediate container 6ba3316cbf41 13:11:26 ---> dcfc55cb883c 13:11:26 13:11:26 Step 10/21 : FROM alpine:3.12 13:11:26 ---> d75e27dfc0a0 13:11:26 Step 11/21 : RUN apk add --update --no-cache curl 13:11:26 ---> Running in 76a4ccaff37d 13:11:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:11:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:11:27 (1/4) Installing ca-certificates (20191127-r4) 13:11:27 (2/4) Installing nghttp2-libs (1.41.0-r0) 13:11:27 (3/4) Installing libcurl (7.69.1-r3) 13:11:27 (4/4) Installing curl (7.69.1-r3) 13:11:27 Executing busybox-1.31.1-r20.trigger 13:11:27 Executing ca-certificates-20191127-r4.trigger 13:11:27 OK: 7 MiB in 18 packages 13:11:31 Removing intermediate container 76a4ccaff37d 13:11:31 ---> 8d3561c4dd1e 13:11:31 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 13:11:31 ---> Running in c7b3846e59dd 13:11:31 Removing intermediate container febd35df06be 13:11:31 ---> d98c1fbfdc9d 13:11:31 13:11:31 Step 10/22 : FROM alpine:3.12 13:11:31 ---> d75e27dfc0a0 13:11:31 Step 11/22 : RUN apk add --update --no-cache dumb-init 13:11:31 ---> Using cache 13:11:31 ---> d7d39b49acc1 13:11:31 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 13:11:31 ---> Using cache 13:11:31 ---> 4b74cd8e8209 13:11:31 Step 13/22 : ENV APP_PORT=48085 13:11:31 Removing intermediate container c7b3846e59dd 13:11:31 ---> a2a99fa15975 13:11:31 Step 13/21 : WORKDIR /edgex 13:11:31 ---> Running in 6c6a381c6c81 13:11:32 ---> Running in b924e39f4579 13:11:32 Removing intermediate container 6c6a381c6c81 13:11:32 ---> 9a93ad6400c7 13:11:32 Step 14/22 : EXPOSE $APP_PORT 13:11:32 ---> Running in a9b5392fb620 13:11:32 Removing intermediate container b924e39f4579 13:11:32 ---> 63a8edcbd5e3 13:11:32 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 13:11:33 Removing intermediate container a9b5392fb620 13:11:33 ---> ed27c7b139ae 13:11:33 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 13:11:33 ---> b17dd0bd420e 13:11:33 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 13:11:34 ---> 8823da5edaea 13:11:34 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 13:11:35 ---> 2c4e74108e0c 13:11:35 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 13:11:38 ---> afeea141755b 13:11:38 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 13:11:38 ---> 5664efd12f2a 13:11:38 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 13:11:38 ---> Running in f62efa6f8e51 13:11:38 Removing intermediate container fadeed8780fd 13:11:38 ---> 8c644da60e0e 13:11:38 13:11:38 Step 10/23 : FROM alpine:3.12 13:11:38 ---> d75e27dfc0a0 13:11:38 Step 11/23 : RUN apk add --update --no-cache dumb-init 13:11:38 ---> Using cache 13:11:38 ---> d7d39b49acc1 13:11:38 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 13:11:38 ---> Using cache 13:11:38 ---> 4b74cd8e8209 13:11:38 Step 13/23 : ENV APP_PORT=48081 13:11:38 ---> Running in 1e085110d20c 13:11:38 Removing intermediate container f62efa6f8e51 13:11:38 ---> 29e977ffae51 13:11:38 Step 18/21 : CMD ["--init=true"] 13:11:38 ---> 887ca400ad5f 13:11:38 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 13:11:38 ---> Running in 9c1aa4b93701 13:11:38 ---> Running in 4411155a3a54 13:11:39 Removing intermediate container 1e085110d20c 13:11:39 ---> 453d7c3ccec6 13:11:39 Step 14/23 : EXPOSE $APP_PORT 13:11:39 ---> Running in 1c287f3da156 13:11:39 Removing intermediate container 9c1aa4b93701 13:11:39 ---> 4a10503da4fa 13:11:39 Removing intermediate container 4411155a3a54 13:11:39 ---> 6e62ae5e43f8 13:11:39 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 13:11:39 Step 19/21 : LABEL arch=arm64 13:11:39 ---> Running in fccf0d78fdd0 13:11:39 ---> Running in 34c4f27bfe4b 13:11:40 Removing intermediate container 1c287f3da156 13:11:40 ---> 223208dd48b6 13:11:40 Step 15/23 : WORKDIR / 13:11:40 ---> Running in 9fd6a7e3fe56 13:11:40 Removing intermediate container 34c4f27bfe4b 13:11:40 ---> ee4bab0955b4 13:11:40 Step 20/22 : LABEL arch=arm64 13:11:40 Removing intermediate container fccf0d78fdd0 13:11:40 ---> af6af852bc3b 13:11:40 Step 20/21 : LABEL git_sha=b0cad471371cb32602598be54e259b09dd5f8fa2 13:11:40 ---> Running in 08ca9eae53ed 13:11:40 ---> Running in ef9df0e9ab1d 13:11:41 Removing intermediate container 9fd6a7e3fe56 13:11:41 ---> cfede88337c4 13:11:41 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 13:11:41 Removing intermediate container ef9df0e9ab1d 13:11:41 ---> 62466aecc4d8 13:11:41 Step 21/22 : LABEL git_sha=b0cad471371cb32602598be54e259b09dd5f8fa2 13:11:41 Removing intermediate container 08ca9eae53ed 13:11:41 ---> 993d7f8fe1ec 13:11:41 Step 21/21 : LABEL version=0.0.0 13:11:41 ---> Running in 5a93515a18f7 13:11:42 ---> Running in 40e3b7e606ff 13:11:42 ---> 29ecb99e081f 13:11:42 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 13:11:42 Removing intermediate container 5a93515a18f7 13:11:42 ---> 4281b08ab758 13:11:42 Step 22/22 : LABEL version=0.0.0 13:11:42 Removing intermediate container 40e3b7e606ff 13:11:42 ---> 74894b3e48ca 13:11:42 13:11:43 Successfully built 74894b3e48ca 13:11:44 ---> Running in 4791396eba99 13:11:44 Successfully tagged docker-security-proxy-setup-go-arm64:latest 13:11:44  Building docker-security-proxy-setup-go ... done  ---> 9c8d4d00101d 13:11:44 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 13:11:45 Removing intermediate container dc2b120dbca7 13:11:45 ---> 45af2957515f 13:11:45 13:11:45 Step 10/23 : FROM alpine:3.12 13:11:45 ---> d75e27dfc0a0 13:11:45 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 13:11:45 Removing intermediate container 4791396eba99 13:11:45 ---> 652582c72784 13:11:45 13:11:45 ---> Running in 6d8d0c53e9ac 13:11:45 ---> bf4d34647721 13:11:45 Step 19/23 : ENTRYPOINT ["/core-metadata"] 13:11:45 Successfully built 652582c72784 13:11:45 Successfully tagged docker-support-scheduler-go-arm64:latest 13:11:45  Building docker-support-scheduler-go ... done  ---> Running in 2fd3b77d2f99 13:11:45 Removing intermediate container 6d8d0c53e9ac 13:11:45 ---> 5ada737694de 13:11:45 Step 12/23 : ENV APP_PORT=48080 13:11:46 ---> Running in b1c485776da1 13:11:46 Removing intermediate container 2fd3b77d2f99 13:11:46 ---> b3bb73f1a9c3 13:11:46 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 13:11:46 ---> Running in ed3bc7569174 13:11:46 Removing intermediate container b1c485776da1 13:11:46 ---> ab624c3f7201 13:11:46 Step 13/23 : EXPOSE $APP_PORT 13:11:46 ---> Running in 749dc6b9ebd2 13:11:46 Removing intermediate container ed3bc7569174 13:11:46 ---> 58cdb3f245dd 13:11:46 Step 21/23 : LABEL arch=arm64 13:11:46 ---> Running in 3ecb3f40b972 13:11:47 Removing intermediate container 749dc6b9ebd2 13:11:47 ---> 917b37b3c9f2 13:11:47 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:11:47 ---> Running in 91426502b7a7 13:11:47 Removing intermediate container 3ecb3f40b972 13:11:47 ---> e39b8d179a37 13:11:47 Step 22/23 : LABEL git_sha=b0cad471371cb32602598be54e259b09dd5f8fa2 13:11:47 ---> Running in fc4ee7c22ceb 13:11:48 Removing intermediate container fc4ee7c22ceb 13:11:48 ---> 911e914a0654 13:11:48 Step 23/23 : LABEL version=0.0.0 13:11:48 ---> Running in 594931ef61a8 13:11:48 Removing intermediate container 594931ef61a8 13:11:48 ---> dccf52bda63e 13:11:48 13:11:49 Successfully built dccf52bda63e 13:11:49 Successfully tagged docker-core-metadata-go-arm64:latest 13:11:49  Building docker-core-metadata-go ... done Removing intermediate container 91426502b7a7 13:11:49 ---> b8146db12471 13:11:49 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 13:11:50 ---> Running in cc595f4ba9c6 13:11:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:11:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:11:52 (1/6) Installing dumb-init (1.2.2-r1) 13:11:52 (2/6) Installing libgcc (9.3.0-r2) 13:11:52 (3/6) Installing libsodium (1.0.18-r0) 13:11:52 (4/6) Installing libstdc++ (9.3.0-r2) 13:11:52 (5/6) Installing libzmq (4.3.3-r0) 13:11:52 (6/6) Installing zeromq (4.3.3-r0) 13:11:53 Executing busybox-1.31.1-r20.trigger 13:11:53 OK: 8 MiB in 20 packages 13:11:54 Removing intermediate container cc595f4ba9c6 13:11:54 ---> 8eaf9ebde34d 13:11:54 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 13:11:55 ---> 6a64bd7af299 13:11:55 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 13:11:56 ---> 0be7abc610de 13:11:56 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 13:11:57 ---> d066bfc9e2b0 13:11:57 Step 19/23 : ENTRYPOINT ["/core-data"] 13:11:57 ---> Running in 9bc1ab84b418 13:11:57 Removing intermediate container 9bc1ab84b418 13:11:57 ---> 2ba08db3a82a 13:11:57 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 13:11:58 ---> Running in b84cc9fcb7d3 13:11:58 Removing intermediate container b84cc9fcb7d3 13:11:58 ---> d00b6f380ecb 13:11:58 Step 21/23 : LABEL arch=arm64 13:11:58 ---> Running in a65ff4bde792 13:11:59 Removing intermediate container a65ff4bde792 13:11:59 ---> fbbe4ec8bb7c 13:11:59 Step 22/23 : LABEL git_sha=b0cad471371cb32602598be54e259b09dd5f8fa2 13:11:59 ---> Running in 8704f699da7b 13:11:59 Removing intermediate container 8704f699da7b 13:11:59 ---> db4b7f4a27b8 13:11:59 Step 23/23 : LABEL version=0.0.0 13:11:59 ---> Running in 22b4b662cfc0 13:12:00 Removing intermediate container 22b4b662cfc0 13:12:00 ---> 89d0c304b2c5 13:12:00 13:12:00 Successfully built 89d0c304b2c5 13:12:00 Successfully tagged docker-core-data-go-arm64:latest 13:12:01  Building docker-core-data-go ... done  [Pipeline] } 13:12:01 $ docker stop --time=1 9662152f5e20f749ba8d309b9ccd5cb09b2d989a2e102d77fa5bd5c6747ed886 13:12:03 $ docker rm -f 9662152f5e20f749ba8d309b9ccd5cb09b2d989a2e102d77fa5bd5c6747ed886 [Pipeline] // withDockerContainer [Pipeline] sh 13:12:04 + grep docker 13:12:04 + docker images 13:12:04 docker-core-data-go-arm64 latest 89d0c304b2c5 5 seconds ago 21.6MB 13:12:04 docker-core-metadata-go-arm64 latest dccf52bda63e 16 seconds ago 18.1MB 13:12:04 docker-support-scheduler-go-arm64 latest 652582c72784 20 seconds ago 16.6MB 13:12:04 docker-security-proxy-setup-go-arm64 latest 74894b3e48ca 22 seconds ago 24.5MB 13:12:04 docker-sys-mgmt-agent-go-arm64 latest 0a173af00a36 2 minutes ago 299MB 13:12:04 docker-security-bootstrapper-go-arm64 latest c707bc280a95 3 minutes ago 18.1MB 13:12:04 docker-support-notifications-go-arm64 latest b0ca130a4cfe 3 minutes ago 17.1MB 13:12:04 docker-core-command-go-arm64 latest e561c56a4f85 3 minutes ago 16.5MB 13:12:04 docker-security-secretstore-setup-go-arm64 latest 46bf28457fd8 3 minutes ago 24.9MB 13:12:04 docker 20.10.0 eeaf43b92773 4 months ago 228MB [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 Post stage [Pipeline] libraryResource [Pipeline] sh 13:12:05 ---> job-cost.sh 13:12:05 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-wEkT 13:12:44 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 13:14:21 lf-activate-venv(): INFO: Adding /tmp/venv-wEkT/bin to PATH 13:14:21 INFO: No Stack... 13:14:21 INFO: Retrieving Pricing Info for: lf-standard-4 13:14:21 INFO: Archiving Costs [Pipeline] sh 13:14:21 + + cat /w/workspace/edgex-go/5/archives/cost.csv 13:14:21 cut -d, -f6 [Pipeline] lock 13:14:21 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3356-5-stack-cost] 13:14:21 Resource [jenkins-edgexfoundry-edgex-go-PR-3356-5-stack-cost] did not exist. Created. 13:14:21 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3356-5-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 13:14:22 + echo total: 0.20999999344348907 [Pipeline] stash 13:14:22 Stashed 1 file(s) [Pipeline] } 13:14:22 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3356-5-stack-cost] [Pipeline] // lock [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] { (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 13:14:25 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 13:14:26 ---> package-listing.sh 13:14:26 ++ facter osfamily 13:14:26 ++ tr '[:upper:]' '[:lower:]' 13:14:26 + OS_FAMILY=redhat 13:14:26 + workspace=/w/workspace/edgex-go/5 13:14:26 + START_PACKAGES=/tmp/packages_start.txt 13:14:26 + END_PACKAGES=/tmp/packages_end.txt 13:14:26 + DIFF_PACKAGES=/tmp/packages_diff.txt 13:14:26 + PACKAGES=/tmp/packages_start.txt 13:14:26 + '[' /w/workspace/edgex-go/5 ']' 13:14:26 + PACKAGES=/tmp/packages_end.txt 13:14:26 + case "${OS_FAMILY}" in 13:14:26 + rpm -qa 13:14:26 + sort 13:14:31 + '[' -f /tmp/packages_start.txt ']' 13:14:31 + '[' -f /tmp/packages_end.txt ']' 13:14:31 + diff /tmp/packages_start.txt /tmp/packages_end.txt 13:14:31 + '[' /w/workspace/edgex-go/5 ']' 13:14:31 + mkdir -p /w/workspace/edgex-go/5/archives/ 13:14:31 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/5/archives/ [Pipeline] echo 13:14:31 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/5/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 13:14:31 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 13:14:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 13:14:32 13:14:32 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 13:14:32 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 13:14:32 alpine: Pulling from edgex-lftools-log-publisher 13:14:32 df20fa9351a1: Pulling fs layer 13:14:32 36b3adc4ff6f: Pulling fs layer 13:14:32 8ad3a11d3b57: Pulling fs layer 13:14:32 46f8f816bc3b: Pulling fs layer 13:14:32 93b61091891f: Pulling fs layer 13:14:32 93b9cdb0e59b: Pulling fs layer 13:14:32 5e14af77c1be: Pulling fs layer 13:14:32 01666e4c0597: Pulling fs layer 13:14:32 aa168da1d23b: Pulling fs layer 13:14:32 93b9cdb0e59b: Waiting 13:14:32 5e14af77c1be: Waiting 13:14:32 01666e4c0597: Waiting 13:14:32 aa168da1d23b: Waiting 13:14:32 46f8f816bc3b: Waiting 13:14:32 93b61091891f: Waiting 13:14:32 36b3adc4ff6f: Verifying Checksum 13:14:32 36b3adc4ff6f: Download complete 13:14:32 46f8f816bc3b: Verifying Checksum 13:14:32 46f8f816bc3b: Download complete 13:14:32 df20fa9351a1: Verifying Checksum 13:14:32 df20fa9351a1: Download complete 13:14:32 93b9cdb0e59b: Download complete 13:14:32 93b61091891f: Verifying Checksum 13:14:32 93b61091891f: Download complete 13:14:32 5e14af77c1be: Download complete 13:14:32 01666e4c0597: Verifying Checksum 13:14:32 01666e4c0597: Download complete 13:14:32 8ad3a11d3b57: Verifying Checksum 13:14:32 8ad3a11d3b57: Download complete 13:14:32 df20fa9351a1: Pull complete 13:14:33 36b3adc4ff6f: Pull complete 13:14:33 8ad3a11d3b57: Pull complete 13:14:34 aa168da1d23b: Verifying Checksum 13:14:34 aa168da1d23b: Download complete 13:14:35 46f8f816bc3b: Pull complete 13:14:36 93b61091891f: Pull complete 13:14:36 93b9cdb0e59b: Pull complete 13:14:36 5e14af77c1be: Pull complete 13:14:36 01666e4c0597: Pull complete 13:14:46 aa168da1d23b: Pull complete 13:14:46 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 13:14:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 13:14:46 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 13:14:46 prd-centos7-docker-4c-2g-33911 does not seem to be running inside a container 13:14:46 $ 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/5/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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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 13:14:52 $ docker top 05a1628f0a2c4070a5a76d3ea4729688c798ca82ca046dbc235f161bbdee961b -eo pid,comm [Pipeline] { [Pipeline] sh 13:14:52 + touch /tmp/pre-build-complete [Pipeline] sh 13:14:53 + mkdir -p /var/log/sa [Pipeline] sh 13:14:53 + ls /var/log/sa-host 13:14:53 + sadf -c /var/log/sa-host/sa13 13:14:53 file_magic: OK 13:14:53 HZ: Using current value: 100 13:14:53 file_header: OK 13:14:53 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 13:14:53 Statistics: 13:14:53 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...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 13:14:53 File successfully converted to sysstat format version 12.2.1 13:14:53 + sadf -c /var/log/sa-host/sa23 13:14:53 file_magic: OK 13:14:53 HZ: Using current value: 100 13:14:53 file_header: OK 13:14:53 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 13:14:53 Statistics: 13:14:53 Hnuu...uuuununununu... 13:14:53 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 13:14:54 provisioning config files... 13:14:54 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/5@tmp/config509253159141219901tmp [Pipeline] { [Pipeline] echo 13:14:54 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 13:14:54 ---> create-netrc.sh [Pipeline] } 13:14:54 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 13:14:54 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 13:14:55 ---> python-tools-install.sh [Pipeline] echo 13:14:55 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 13:14:55 ---> sudo-logs.sh 13:14:55 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 13:14:55 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 13:14:55 ---> job-cost.sh 13:14:55 lf-activate-venv: SKIPPING 13:14:55 DEBUG: total: 0.20999999344348907 13:14:55 INFO: Retrieving Stack Cost... 13:14:57 INFO: Retrieving Pricing Info for: v1-standard-2 13:14:57 INFO: Archiving Costs [Pipeline] echo 13:14:57 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 13:14:57 ---> logs-deploy.sh 13:14:57 lf-activate-venv: SKIPPING 13:14:57 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3356/5 13:14:57 INFO: archiving workspace using pattern(s): 13:14:59 Archives upload complete. 13:14:59 INFO: archiving logs to Nexus