Pull request #3234 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 6bc3d9be4b2869f8e959e5a7f9f62971e5b06df9+26d77b84fb2d9fed3cb020dc876dcb0bb8438935 (ae592c12122784339c0224c133263dbed64a8b93) 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 ‘prd-centos7-docker-4c-2g-31816’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-27930’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-30485’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-30654’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-31820 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/37 [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/37 # 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 26d77b84fb2d9fed3cb020dc876dcb0bb8438935 into PR head commit 6bc3d9be4b2869f8e959e5a7f9f62971e5b06df9 Merge succeeded, producing 13bfa15b6482380a2b2c8c224fda0ccf2859a745 Checking out Revision 13bfa15b6482380a2b2c8c224fda0ccf2859a745 (PR-3234) > 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/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 6bc3d9be4b2869f8e959e5a7f9f62971e5b06df9 # 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 26d77b84fb2d9fed3cb020dc876dcb0bb8438935 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 13bfa15b6482380a2b2c8c224fda0ccf2859a745 # timeout=10 Commit message: "Merge commit '26d77b84fb2d9fed3cb020dc876dcb0bb8438935' into HEAD" > git rev-list --no-walk 6bc3d9be4b2869f8e959e5a7f9f62971e5b06df9 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 19:30:10 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 19:30:10 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 19:30:10 ========================================================= 19:30:10 EdgeX Global Pipelines Version Info 19:30:10 ========================================================= [Pipeline] libraryResource [Pipeline] sh 19:30:12 ------------------- 19:30:12 stable info: 19:30:12 ------------------- 19:30:12 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 19:30:12 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 19:30:12 Message: update stable to v1.0.186 19:30:13 ------------------- 19:30:13 experimental info: 19:30:13 ------------------- 19:30:13 Commited By: **** collab-it+edgex@linuxfoundation.org 19:30:13 Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 19:30:13 Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 19:30:13 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 19:30:13 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 19:30:13 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 19:30:13 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 19:30:13 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 19:30:14 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 19:30:14 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 19:30:14 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 19:30:14 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 19:30:14 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 19:30:14 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 19:30:14 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 19:30:14 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 19:30:14 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 19:30:15 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 19:30:15 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 19:30:15 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 19:30:15 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 19:30:15 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 19:30:15 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 19:30:15 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 19:30:15 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 19:30:15 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3234 [Pipeline] echo 19:30:15 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3234 [Pipeline] echo 19:30:16 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3234 [Pipeline] echo 19:30:16 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 13bfa15b6482380a2b2c8c224fda0ccf2859a745 [Pipeline] echo 19:30:16 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 13bfa15 [Pipeline] echo 19:30:16 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 19:30:16 provisioning config files... 19:30:16 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/37@tmp/config4341369081486883242tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:30:16 ---> docker-login.sh 19:30:16 nexus3.edgexfoundry.org:10001 19:30:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:30:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:30:17 Configure a credential helper to remove this warning. See 19:30:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:30:17 19:30:17 Login Succeeded 19:30:17 nexus3.edgexfoundry.org:10002 19:30:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:30:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:30:17 Configure a credential helper to remove this warning. See 19:30:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:30:17 19:30:17 Login Succeeded 19:30:17 nexus3.edgexfoundry.org:10003 19:30:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:30:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:30:17 Configure a credential helper to remove this warning. See 19:30:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:30:17 19:30:17 Login Succeeded 19:30:17 nexus3.edgexfoundry.org:10004 19:30:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:30:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:30:18 Configure a credential helper to remove this warning. See 19:30:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:30:18 19:30:18 Login Succeeded 19:30:18 docker.io 19:30:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:30:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:30:18 Configure a credential helper to remove this warning. See 19:30:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:30:18 19:30:18 Login Succeeded 19:30:18 ---> docker-login.sh ends [Pipeline] } 19:30:18 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:30:18 ++ 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 19:30:18 + for file in '`ls cmd/**/Dockerfile`' 19:30:18 ++ dirname cmd/core-command/Dockerfile 19:30:18 ++ cut -d/ -f2 19:30:18 + echo core-command,cmd/core-command/Dockerfile 19:30:18 + for file in '`ls cmd/**/Dockerfile`' 19:30:18 ++ dirname cmd/core-data/Dockerfile 19:30:18 ++ cut -d/ -f2 19:30:18 + echo core-data,cmd/core-data/Dockerfile 19:30:18 + for file in '`ls cmd/**/Dockerfile`' 19:30:18 ++ dirname cmd/core-metadata/Dockerfile 19:30:18 ++ cut -d/ -f2 19:30:18 + echo core-metadata,cmd/core-metadata/Dockerfile 19:30:18 + for file in '`ls cmd/**/Dockerfile`' 19:30:18 ++ dirname cmd/security-bootstrapper/Dockerfile 19:30:18 ++ cut -d/ -f2 19:30:18 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 19:30:18 + for file in '`ls cmd/**/Dockerfile`' 19:30:18 ++ dirname cmd/security-proxy-setup/Dockerfile 19:30:18 ++ cut -d/ -f2 19:30:18 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 19:30:18 + for file in '`ls cmd/**/Dockerfile`' 19:30:18 ++ dirname cmd/security-secretstore-setup/Dockerfile 19:30:18 ++ cut -d/ -f2 19:30:18 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 19:30:18 + for file in '`ls cmd/**/Dockerfile`' 19:30:18 ++ dirname cmd/support-notifications/Dockerfile 19:30:18 ++ cut -d/ -f2 19:30:18 + echo support-notifications,cmd/support-notifications/Dockerfile 19:30:18 + for file in '`ls cmd/**/Dockerfile`' 19:30:18 ++ dirname cmd/support-scheduler/Dockerfile 19:30:18 ++ cut -d/ -f2 19:30:18 + echo support-scheduler,cmd/support-scheduler/Dockerfile 19:30:18 + for file in '`ls cmd/**/Dockerfile`' 19:30:18 ++ dirname cmd/sys-mgmt-agent/Dockerfile 19:30:18 ++ cut -d/ -f2 19:30:18 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 19:30:18 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 19:30:19 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:30:19 19:30:19 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 19:30:20 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:30:20 latest: Pulling from edgex-devops/git-semver 19:30:20 31603596830f: Pulling fs layer 19:30:20 2a8b12db71e7: Pulling fs layer 19:30:20 6ca5941a6612: Pulling fs layer 19:30:20 ecc8261a40a4: Pulling fs layer 19:30:20 ecc8261a40a4: Waiting 19:30:20 2a8b12db71e7: Download complete 19:30:20 31603596830f: Verifying Checksum 19:30:20 31603596830f: Download complete 19:30:20 ecc8261a40a4: Verifying Checksum 19:30:20 ecc8261a40a4: Download complete 19:30:20 6ca5941a6612: Verifying Checksum 19:30:20 6ca5941a6612: Download complete 19:30:20 31603596830f: Pull complete 19:30:20 2a8b12db71e7: Pull complete 19:30:21 6ca5941a6612: Pull complete 19:30:21 ecc8261a40a4: Pull complete 19:30:21 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 19:30:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:30:21 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 19:30:22 prd-centos7-docker-4c-2g-31820 does not seem to be running inside a container 19:30:22 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/37 -v /w/workspace/edgex-go/37:/w/workspace/edgex-go/37:rw,z -v /w/workspace/edgex-go/37@tmp:/w/workspace/edgex-go/37@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 19:30:24 $ docker top aaf3992806f51c82636bec0403bfa2279f3d7901ddea9d42dce2ba596ce9dfc9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 19:30:25 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:30:25 [ssh-agent] Looking for ssh-agent implementation... 19:30:25 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:30:25 $ docker exec aaf3992806f51c82636bec0403bfa2279f3d7901ddea9d42dce2ba596ce9dfc9 ssh-agent 19:30:25 SSH_AUTH_SOCK=/tmp/ssh-fGlM6P4v1i7n/agent.12 19:30:25 SSH_AGENT_PID=17 19:30:25 Running ssh-add (command line suppressed) 19:30:25 Identity added: /w/workspace/edgex-go/37@tmp/private_key_1189947604075485789.key (/w/workspace/edgex-go/37@tmp/private_key_1189947604075485789.key) 19:30:25 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:30:26 + git tag --points-at HEAD [Pipeline] } 19:30:26 $ docker exec --env ******** --env ******** aaf3992806f51c82636bec0403bfa2279f3d7901ddea9d42dce2ba596ce9dfc9 ssh-agent -k 19:30:26 unset SSH_AUTH_SOCK; 19:30:26 unset SSH_AGENT_PID; 19:30:26 echo Agent pid 17 killed; 19:30:26 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 19:30:26 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:30:26 [ssh-agent] Looking for ssh-agent implementation... 19:30:26 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:30:26 $ docker exec aaf3992806f51c82636bec0403bfa2279f3d7901ddea9d42dce2ba596ce9dfc9 ssh-agent 19:30:26 SSH_AUTH_SOCK=/tmp/ssh-47TXsqaf4hrB/agent.47 19:30:26 SSH_AGENT_PID=52 19:30:26 Running ssh-add (command line suppressed) 19:30:27 Identity added: /w/workspace/edgex-go/37@tmp/private_key_1401150097110806966.key (/w/workspace/edgex-go/37@tmp/private_key_1401150097110806966.key) 19:30:27 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:30:27 + git semver init 19:30:27 # -> Open(): unable to determine branch for HEAD 19:30:27 # $GIT_DIR = /w/workspace/edgex-go/37/.git 19:30:27 # $GIT_WORK_TREE = /w/workspace/edgex-go/37 19:30:27 # $SEMVER_REMOTE_NAME = origin 19:30:27 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 19:30:27 # $SEMVER_USER_NAME = edgex-jenkins 19:30:27 # $SEMVER_BRANCH = PR-3234 19:30:27 # $SEMVER_TEMP = /tmp/semver-835660098 19:30:27 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 19:30:54 # '/tmp/semver-835660098' -> '/w/workspace/edgex-go/37/.semver' 19:30:54 # -> Force: false 19:30:54 # $SEMVER_DIR = /w/workspace/edgex-go/37/.semver [Pipeline] } 19:30:54 $ docker exec --env ******** --env ******** aaf3992806f51c82636bec0403bfa2279f3d7901ddea9d42dce2ba596ce9dfc9 ssh-agent -k 19:30:54 unset SSH_AUTH_SOCK; 19:30:54 unset SSH_AGENT_PID; 19:30:54 echo Agent pid 52 killed; 19:30:54 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:30:54 + git semver [Pipeline] } 19:30:54 $ docker stop --time=1 aaf3992806f51c82636bec0403bfa2279f3d7901ddea9d42dce2ba596ce9dfc9 19:30:56 $ docker rm -f aaf3992806f51c82636bec0403bfa2279f3d7901ddea9d42dce2ba596ce9dfc9 [Pipeline] // withDockerContainer [Pipeline] sh 19:30:57 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 19:30:57 Stashed 1 file(s) [Pipeline] echo 19:30:57 [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 19:30:58 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 19:30:58 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 19:30:59 + sudo service docker restart 19:30:59 + true 19:30:59 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 19:30:59 ========================================================= 19:30:59 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 19:30:59 ========================================================= [Pipeline] isUnix [Pipeline] sh 19:31:00 + 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 . 19:31:04 Sending build context to Docker daemon 328.9MB 19:31:04 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 19:31:04 Step 2/6 : FROM ${BASE} 19:31:04 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 19:31:04 188c0c94c7c5: Pulling fs layer 19:31:04 0ef7d3d256c8: Pulling fs layer 19:31:04 de9db76c5a1d: Pulling fs layer 19:31:04 bca2f99d35d6: Pulling fs layer 19:31:04 93359f2a8cfa: Pulling fs layer 19:31:04 7c6f9722023f: Pulling fs layer 19:31:04 a35cf1a2eb13: Pulling fs layer 19:31:04 7c6f9722023f: Waiting 19:31:04 a35cf1a2eb13: Waiting 19:31:04 bca2f99d35d6: Waiting 19:31:04 93359f2a8cfa: Waiting 19:31:04 de9db76c5a1d: Download complete 19:31:04 0ef7d3d256c8: Download complete 19:31:04 93359f2a8cfa: Verifying Checksum 19:31:04 93359f2a8cfa: Download complete 19:31:04 7c6f9722023f: Verifying Checksum 19:31:04 7c6f9722023f: Download complete 19:31:04 188c0c94c7c5: Verifying Checksum 19:31:04 188c0c94c7c5: Download complete 19:31:04 188c0c94c7c5: Pull complete 19:31:06 0ef7d3d256c8: Pull complete 19:31:06 a35cf1a2eb13: Verifying Checksum 19:31:06 a35cf1a2eb13: Download complete 19:31:06 de9db76c5a1d: Pull complete 19:31:06 bca2f99d35d6: Verifying Checksum 19:31:06 bca2f99d35d6: Download complete 19:31:11 bca2f99d35d6: Pull complete 19:31:12 93359f2a8cfa: Pull complete 19:31:12 7c6f9722023f: Pull complete 19:31:13 Still waiting to schedule task 19:31:13 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 19:31:17 a35cf1a2eb13: Pull complete 19:31:17 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 19:31:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 19:31:17 ---> a62c8e92a672 19:31: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 19:31:17 ---> Running in a43b3bd1c342 19:31:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:31:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:31:19 (1/12) Installing libmagic (5.38-r0) 19:31:19 (2/12) Installing file (5.38-r0) 19:31:19 (3/12) Installing libc-dev (0.7.2-r3) 19:31:19 (4/12) Installing g++ (9.3.0-r2) 19:31:26 (5/12) Installing fortify-headers (1.1-r0) 19:31:26 (6/12) Installing patch (2.7.6-r6) 19:31:26 (7/12) Installing build-base (0.5-r2) 19:31:26 (8/12) Installing libsodium (1.0.18-r0) 19:31:26 (9/12) Installing pkgconf (1.7.2-r0) 19:31:26 (10/12) Installing libsodium-dev (1.0.18-r0) 19:31:26 (11/12) Installing libzmq (4.3.3-r0) 19:31:26 (12/12) Installing zeromq-dev (4.3.3-r0) 19:31:26 Executing busybox-1.31.1-r19.trigger 19:31:26 OK: 233 MiB in 51 packages 19:31:31 Removing intermediate container a43b3bd1c342 19:31:31 ---> 197d745dd9b6 19:31:31 Step 4/6 : WORKDIR /edgex-go 19:31:31 ---> Running in a92c17086fb4 19:31:31 Removing intermediate container a92c17086fb4 19:31:31 ---> eed21b6bb283 19:31:31 Step 5/6 : COPY go.mod . 19:31:31 ---> cff81388d573 19:31:31 Step 6/6 : RUN go mod download 19:31:31 ---> Running in f015df5d8c80 19:31:53 Removing intermediate container f015df5d8c80 19:31:53 ---> e92ef8569a8b 19:31:53 Successfully built e92ef8569a8b 19:31:53 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 19:31:53 + docker inspect -f . ci-base-image-x86_64 19:31:53 . [Pipeline] withDockerContainer 19:31:53 prd-centos7-docker-4c-2g-31820 does not seem to be running inside a container 19:31:53 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/37 -v /w/workspace/edgex-go/37:/w/workspace/edgex-go/37:rw,z -v /w/workspace/edgex-go/37@tmp:/w/workspace/edgex-go/37@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 ******** ci-base-image-x86_64 cat 19:31:54 $ docker top 719e83c5e9a403be36ad49c89849c7094a2d404f3c2b3eb5ee9160de8281128d -eo pid,comm [Pipeline] { [Pipeline] sh 19:31:55 + go version 19:31:55 go version go1.15.5 linux/amd64 [Pipeline] } 19:31:55 $ docker stop --time=1 719e83c5e9a403be36ad49c89849c7094a2d404f3c2b3eb5ee9160de8281128d 19:31:56 $ docker rm -f 719e83c5e9a403be36ad49c89849c7094a2d404f3c2b3eb5ee9160de8281128d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:31:57 + docker inspect -f . ci-base-image-x86_64 19:31:57 . [Pipeline] withDockerContainer 19:31:57 prd-centos7-docker-4c-2g-31820 does not seem to be running inside a container 19:31:57 $ 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/37 -v /w/workspace/edgex-go/37:/w/workspace/edgex-go/37:rw,z -v /w/workspace/edgex-go/37@tmp:/w/workspace/edgex-go/37@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 ******** ci-base-image-x86_64 cat 19:31:58 $ docker top b4f63f570d53268cdd07a6718914e5c72328edde5329ff29b29087eb9d74adf0 -eo pid,comm [Pipeline] { [Pipeline] echo 19:31:58 ========================================================= 19:31:58 [edgeXBuildGoParallel] Running Tests and Build... 19:31:58 ========================================================= [Pipeline] sh 19:31:59 + make test 19:31:59 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 19:32:09 ? github.com/edgexfoundry/edgex-go [no test files] 19:32:31 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 19:32:31 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 19:32:34 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 19:32:34 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 19:32:35 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 19:32:35 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 19:32:35 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 19:32:36 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 19:32:36 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 19:32:37 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 19:32:41 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 19:32:41 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 19:32:41 ? github.com/edgexfoundry/edgex-go/internal [no test files] 19:32:43 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.130s coverage: 45.9% of statements 19:32:43 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 19:32:43 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 19:32:43 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 19:32:43 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 19:32:43 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 19:32:43 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 19:32:43 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.101s coverage: 19.8% of statements 19:32:44 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.108s coverage: 100.0% of statements 19:32:46 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.440s coverage: 27.1% of statements 19:32:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 19:32:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 19:32:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 19:32:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 19:32:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 19:32:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 19:32:46 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.060s coverage: 100.0% of statements 19:32:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 19:32:46 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.090s coverage: 100.0% of statements 19:32:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 19:32:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 19:32:47 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.126s coverage: 71.3% of statements 19:32:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 19:32:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 19:32:47 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.175s coverage: 82.9% of statements 19:32:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 19:32:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 19:32:47 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.070s coverage: 78.9% of statements 19:32:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 19:32:51 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.407s coverage: 28.6% of statements 19:32:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 19:32:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 19:32:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 19:32:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 19:32:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 19:32:51 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.101s coverage: 100.0% of statements 19:32:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 19:32:51 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.089s coverage: 100.0% of statements 19:32:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 19:32:51 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.163s coverage: 86.7% of statements 19:32:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 19:32:51 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.139s coverage: 97.5% of statements 19:32:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 19:32:51 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.088s coverage: 78.3% of statements 19:32:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 19:32:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 19:32:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 19:32:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 19:32:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.421s coverage: 92.8% of statements 19:32:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 19:32:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 19:32:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 19:32:54 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 19:32:54 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 19:32:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 19:32:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 19:32:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 19:32:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 19:32:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 19:32:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 19:32:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 19:32:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 19:32:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 19:32:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 19:32:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 19:32:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 19:32:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 19:32:54 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.058s coverage: 58.8% of statements 19:32:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 19:32:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 19:32:54 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.089s coverage: 1.0% of statements 19:32:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 19:32:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 19:32:54 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 19:32:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.058s coverage: 47.1% of statements 19:32:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.089s coverage: 79.5% of statements 19:32:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.052s coverage: 94.1% of statements 19:32:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.108s coverage: 96.3% of statements 19:32:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.090s coverage: 87.5% of statements 19:33:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.082s coverage: 94.4% of statements 19:33:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.057s coverage: 44.8% of statements 19:33:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.208s coverage: 82.6% of statements 19:33:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.097s coverage: 92.9% of statements 19:33:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 19:33:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 19:33:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 19:33:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 77.8% of statements 19:33:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 19:33:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 19:33:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 19:33:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 19:33:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 19:33:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.039s coverage: 87.2% of statements 19:33:17 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 19:33:17 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 19:33:17 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.054s coverage: 100.0% of statements 19:33:17 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 19:33:17 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.066s coverage: 75.5% of statements 19:33:17 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 19:33:17 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.065s coverage: 80.8% of statements 19:33:17 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.087s coverage: 87.2% of statements 19:33:17 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.073s coverage: 84.6% of statements 19:33:17 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.129s coverage: 91.6% of statements 19:33:17 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 19:33:17 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.225s coverage: 64.4% of statements 19:33:17 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 19:33:17 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 19:33:17 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.057s coverage: 100.0% of statements 19:33:17 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.049s coverage: 91.3% of statements 19:33:17 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.036s coverage: 100.0% of statements 19:33:17 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.034s coverage: 73.7% of statements 19:33:17 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.025s coverage: 100.0% of statements 19:33:17 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.340s coverage: 69.0% of statements 19:33:17 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 19:33:17 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 19:33:17 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 19:33:17 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.117s coverage: 38.4% of statements 19:33:17 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 19:33:17 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 19:33:17 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.051s coverage: 89.5% of statements 19:33:17 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 19:33:17 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.038s coverage: 84.8% of statements 19:33:17 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.155s coverage: 47.0% of statements 19:33:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 19:33:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 19:33:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 19:33:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 19:33:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 19:33:17 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.058s coverage: 100.0% of statements 19:33:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 19:33:17 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.045s coverage: 100.0% of statements 19:33:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 19:33:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 19:33:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 19:33:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 19:33:17 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.157s coverage: 87.1% of statements 19:33:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 19:33:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 19:33:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 19:33:19 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.802s coverage: 29.1% of statements 19:33:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 19:33:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 19:33:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 19:33:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 19:33:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 19:33:19 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.093s coverage: 99.0% of statements 19:33:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 19:33:19 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.055s coverage: 100.0% of statements 19:33:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 19:33:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 19:33:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 19:33:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 19:33:19 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.102s coverage: 94.6% of statements 19:33:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 19:33:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 19:33:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 19:33:19 ok github.com/edgexfoundry/edgex-go/internal/system 0.061s coverage: 0.0% of statements 19:33:19 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 19:33:19 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.040s coverage: 100.0% of statements 19:33:19 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 19:33:19 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 19:33:19 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 19:33:19 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 19:33:19 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.036s coverage: 87.9% of statements 19:33:19 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 19:33:19 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 19:33:19 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.035s coverage: 100.0% of statements 19:33:19 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 32.1% of statements 19:33:20 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.045s coverage: 100.0% of statements 19:33:20 GO111MODULE=on go vet ./... 19:33:22 Running on prd-ubuntu18.04-docker-arm64-4c-16g-31826 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws 19:33:23 Running in /w/workspace/edgex-go/37 [Pipeline] { [Pipeline] checkout 19:33:28 using credential edgex-jenkins-ssh 19:33:28 Cloning the remote Git repository 19:33:28 Cloning repository git@github.com:edgexfoundry/edgex-go.git 19:33:28 > git init /w/workspace/edgex-go/37 # timeout=10 19:33:29 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:33:29 > git --version # timeout=10 19:33:29 > git --version # 'git version 2.17.1' 19:33:29 using GIT_SSH to set credentials SSH Credentials for GitHub 19:33:29 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 19:33:47 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:33:47 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 19:33:47 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:33:48 Merging remotes/origin/master commit 26d77b84fb2d9fed3cb020dc876dcb0bb8438935 into PR head commit 6bc3d9be4b2869f8e959e5a7f9f62971e5b06df9 19:33:49 Merge succeeded, producing 2a733e14346d1dd878940cd7c899a689c340c9f7 19:33:49 Checking out Revision 2a733e14346d1dd878940cd7c899a689c340c9f7 (PR-3234) 19:33:47 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:33:47 using GIT_SSH to set credentials SSH Credentials for GitHub 19:33:47 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 19:33:48 > git config core.sparsecheckout # timeout=10 19:33:48 > git checkout -f 6bc3d9be4b2869f8e959e5a7f9f62971e5b06df9 # timeout=10 19:33:48 > git remote # timeout=10 19:33:48 > git config --get remote.origin.url # timeout=10 19:33:49 using GIT_SSH to set credentials SSH Credentials for GitHub 19:33:49 > git merge 26d77b84fb2d9fed3cb020dc876dcb0bb8438935 # timeout=10 19:33:49 > git rev-parse HEAD^{commit} # timeout=10 19:33:49 > git config core.sparsecheckout # timeout=10 19:33:49 > git checkout -f 2a733e14346d1dd878940cd7c899a689c340c9f7 # timeout=10 19:33:53 gofmt -l . 19:33:53 [ "`gofmt -l .`" = "" ] 19:33:53 ./bin/test-go-mod-tidy.sh 19:33:53 ./bin/test-attribution-txt.sh [Pipeline] sh 19:33:53 + ls -al . 19:33:53 total 780 19:33:53 drwxrwxr-x 10 1001 1001 4096 Mar 29 19:33 . 19:33:53 drwxr-xr-x 4 root root 30 Mar 29 19:31 .. 19:33:53 -rw-rw-r-- 1 1001 1001 11 Mar 29 19:30 .dockerignore 19:33:53 drwxrwxr-x 8 1001 1001 179 Mar 29 19:30 .git 19:33:53 drwxrwxr-x 3 1001 1001 125 Mar 29 19:30 .github 19:33:53 -rw-rw-r-- 1 1001 1001 818 Mar 29 19:30 .gitignore 19:33:53 drwx------ 3 1001 1001 60 Mar 29 19:30 .semver 19:33:53 -rw-rw-r-- 1 1001 1001 166 Mar 29 19:30 .sonarcloud.properties 19:33:53 -rw-rw-r-- 1 1001 1001 8607 Mar 29 19:30 Attribution.txt 19:33:53 -rw-rw-r-- 1 1001 1001 3804 Mar 29 19:30 CONTRIBUTING.md 19:33:53 -rw-rw-r-- 1 1001 1001 931 Mar 29 19:30 Dockerfile.build 19:33:53 -rw-rw-r-- 1 1001 1001 863 Mar 29 19:30 Jenkinsfile 19:33:53 -rw-rw-r-- 1 1001 1001 10775 Mar 29 19:30 LICENSE 19:33:53 -rw-rw-r-- 1 1001 1001 5774 Mar 29 19:30 Makefile 19:33:53 -rw-rw-r-- 1 1001 1001 6548 Mar 29 19:30 README.md 19:33:53 -rw-rw-r-- 1 1001 1001 6755 Mar 29 19:30 SECURITY.md 19:33:53 -rw-rw-r-- 1 1001 1001 5 Mar 29 19:30 VERSION 19:33:53 -rw-rw-r-- 1 1001 1001 4131 Mar 29 19:30 ZMQWindows.md 19:33:53 drwxrwxr-x 2 1001 1001 117 Mar 29 19:30 bin 19:33:53 drwxrwxr-x 14 1001 1001 4096 Mar 29 19:30 cmd 19:33:53 -rw-r--r-- 1 root root 668090 Mar 29 19:33 coverage.out 19:33:53 -rw-r--r-- 1 root root 1057 Mar 29 19:33 go.mod 19:33:53 -rw-r--r-- 1 root root 22532 Mar 29 19:33 go.sum 19:33:53 drwxrwxr-x 8 1001 1001 127 Mar 29 19:30 internal 19:33:53 drwxrwxr-x 4 1001 1001 26 Mar 29 19:30 openapi 19:33:53 drwxrwxr-x 4 1001 1001 71 Mar 29 19:30 snap 19:33:53 -rw-rw-r-- 1 1001 1001 168 Mar 29 19:30 version.go [Pipeline] sh 19:33:53 Commit message: "Merge commit '26d77b84fb2d9fed3cb020dc876dcb0bb8438935' into HEAD" 19:33:53 > git rev-list --no-walk 6bc3d9be4b2869f8e959e5a7f9f62971e5b06df9 # timeout=10 19:33:53 + '[' -e coverage.out ] 19:33:53 + chown 1001:1001 coverage.out [Pipeline] stash 19:33:54 Stashed 1 file(s) [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { 19:33:54 + make build 19:33:54 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 [Pipeline] sh 19:33:55 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 19:33:55 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 19:33:56 + sudo service docker restart 19:33:56 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 19:33:58 provisioning config files... 19:33:58 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/37@tmp/config8989138624676041101tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:33:59 ---> docker-login.sh 19:33:59 nexus3.edgexfoundry.org:10001 19:33:59 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 19:33:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:34:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:34:00 Configure a credential helper to remove this warning. See 19:34:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:34:00 19:34:00 Login Succeeded 19:34:00 nexus3.edgexfoundry.org:10002 19:34:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:34:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:34:01 Configure a credential helper to remove this warning. See 19:34:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:34:01 19:34:01 Login Succeeded 19:34:01 nexus3.edgexfoundry.org:10003 19:34:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:34:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:34:01 Configure a credential helper to remove this warning. See 19:34:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:34:01 19:34:01 Login Succeeded 19:34:01 nexus3.edgexfoundry.org:10004 19:34:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:34:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:34:02 Configure a credential helper to remove this warning. See 19:34:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:34:02 19:34:02 Login Succeeded 19:34:02 docker.io 19:34:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:34:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:34:02 Configure a credential helper to remove this warning. See 19:34:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:34:02 19:34:02 Login Succeeded 19:34:02 ---> docker-login.sh ends [Pipeline] } 19:34:03 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 19:34:03 ========================================================= 19:34:03 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 19:34:03 ========================================================= [Pipeline] isUnix [Pipeline] sh 19:34:03 + 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 . 19:34:06 Sending build context to Docker daemon 167MB 19:34:06 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 19:34:06 Step 2/6 : FROM ${BASE} 19:34:06 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 19:34:06 5f621e34cdf4: Pulling fs layer 19:34:06 a4357932f1b6: Pulling fs layer 19:34:06 18c013af1878: Pulling fs layer 19:34:06 00ac8860ef70: Pulling fs layer 19:34:06 63d7cb157983: Pulling fs layer 19:34:06 b116817d02f9: Pulling fs layer 19:34:06 745a02a5169b: Pulling fs layer 19:34:06 00ac8860ef70: Waiting 19:34:06 b116817d02f9: Waiting 19:34:06 63d7cb157983: Waiting 19:34:06 745a02a5169b: Waiting 19:34:06 18c013af1878: Verifying Checksum 19:34:06 18c013af1878: Download complete 19:34:06 a4357932f1b6: Verifying Checksum 19:34:06 63d7cb157983: Verifying Checksum 19:34:06 63d7cb157983: Download complete 19:34:06 b116817d02f9: Verifying Checksum 19:34:06 5f621e34cdf4: Verifying Checksum 19:34:06 5f621e34cdf4: Download complete 19:34:07 5f621e34cdf4: Pull complete 19:34:07 a4357932f1b6: Pull complete 19:34:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 19:34:08 18c013af1878: Pull complete 19:34:08 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 19:34:09 745a02a5169b: Verifying Checksum 19:34:09 745a02a5169b: Download complete 19:34:10 00ac8860ef70: Verifying Checksum 19:34:10 00ac8860ef70: Download complete 19:34:10 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 19:34:11 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 19:34:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 19:34:15 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 19:34:16 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 19:34:17 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 19:34:18 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 19:34:19 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 19:34:20 00ac8860ef70: Pull complete 19:34:20 63d7cb157983: Pull complete 19:34:20 b116817d02f9: Pull complete [Pipeline] } 19:34:21 $ docker stop --time=1 b4f63f570d53268cdd07a6718914e5c72328edde5329ff29b29087eb9d74adf0 19:34:23 $ docker rm -f b4f63f570d53268cdd07a6718914e5c72328edde5329ff29b29087eb9d74adf0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { 19:34:25 745a02a5169b: Pull complete 19:34:25 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 19:34:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 19:34:25 ---> b7e6874047d6 19:34:25 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 [Pipeline] isUnix [Pipeline] sh 19:34:25 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:34:25 19:34:25 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 19:34:26 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:34:26 latest: Pulling from edgex-devops/edgex-compose 19:34:26 cbdbe7a5bc2a: Pulling fs layer 19:34:26 ca9280d653b3: Pulling fs layer 19:34:26 7e9c9ca2126c: Pulling fs layer 19:34:26 cbdbe7a5bc2a: Download complete 19:34:26 cbdbe7a5bc2a: Pull complete 19:34:26 ca9280d653b3: Verifying Checksum 19:34:26 ca9280d653b3: Download complete 19:34:27 ---> Running in 955710433c90 19:34:27 7e9c9ca2126c: Verifying Checksum 19:34:27 7e9c9ca2126c: Download complete 19:34:27 ca9280d653b3: Pull complete 19:34:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:34:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:34:31 (1/12) Installing libmagic (5.38-r0) 19:34:32 (2/12) Installing file (5.38-r0) 19:34:32 (3/12) Installing libc-dev (0.7.2-r3) 19:34:32 (4/12) Installing g++ (9.3.0-r2) 19:34:36 7e9c9ca2126c: Pull complete 19:34:36 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 19:34:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:34:36 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 19:34:36 prd-centos7-docker-4c-2g-31820 does not seem to be running inside a container 19:34:36 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/37 -v /w/workspace/edgex-go/37:/w/workspace/edgex-go/37:rw,z -v /w/workspace/edgex-go/37@tmp:/w/workspace/edgex-go/37@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:10003/edgex-devops/edgex-compose:latest cat 19:34:39 $ docker top f414e17ec9b513cf613ca5a253d9ab479f644f484c92ad36112caf856c06ea03 -eo pid,comm [Pipeline] { [Pipeline] sh 19:34:39 + docker-compose build --help 19:34:39 + grep parallel 19:34:40 --parallel Build images in parallel. [Pipeline] } 19:34:41 $ docker stop --time=1 f414e17ec9b513cf613ca5a253d9ab479f644f484c92ad36112caf856c06ea03 19:34:42 $ docker rm -f f414e17ec9b513cf613ca5a253d9ab479f644f484c92ad36112caf856c06ea03 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:34:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:34:43 . [Pipeline] withDockerContainer 19:34:43 prd-centos7-docker-4c-2g-31820 does not seem to be running inside a container 19:34:43 $ 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/37 -v /w/workspace/edgex-go/37:/w/workspace/edgex-go/37:rw,z -v /w/workspace/edgex-go/37@tmp:/w/workspace/edgex-go/37@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 19:34:44 $ docker top 12f121cdd66b59d13e89ac0dab4455915a7cd51b6d00189d35b64f49adce0665 -eo pid,comm [Pipeline] { [Pipeline] sh 19:34:44 + docker-compose -f ./docker-compose-build.yml build --parallel 19:34:45 Building docker-core-command-go ... 19:34:45 Building docker-core-data-go ... 19:34:45 Building docker-core-metadata-go ... 19:34:45 Building docker-security-bootstrapper-go ... 19:34:45 Building docker-security-proxy-setup-go ... 19:34:45 Building docker-security-secretstore-setup-go ... 19:34:45 Building docker-support-notifications-go ... 19:34:45 Building docker-support-scheduler-go ... 19:34:45 Building docker-sys-mgmt-agent-go ... 19:34:45 Building docker-support-notifications-go 19:34:45 Building docker-sys-mgmt-agent-go 19:34:45 Building docker-security-bootstrapper-go 19:34:45 Building docker-security-secretstore-setup-go 19:34:45 Building docker-core-command-go 19:34:50 (5/12) Installing fortify-headers (1.1-r0) 19:34:50 (6/12) Installing patch (2.7.6-r6) 19:34:50 (7/12) Installing build-base (0.5-r2) 19:34:50 (8/12) Installing libsodium (1.0.18-r0) 19:34:50 (9/12) Installing pkgconf (1.7.2-r0) 19:34:50 (10/12) Installing libsodium-dev (1.0.18-r0) 19:34:50 (11/12) Installing libzmq (4.3.3-r0) 19:34:50 (12/12) Installing zeromq-dev (4.3.3-r0) 19:34:50 Executing busybox-1.31.1-r19.trigger 19:34:50 OK: 217 MiB in 51 packages 19:34:54 Removing intermediate container 955710433c90 19:34:54 ---> 5b03af6590a5 19:34:54 Step 4/6 : WORKDIR /edgex-go 19:34:54 ---> Running in 7e8c282846fa 19:34:54 Removing intermediate container 7e8c282846fa 19:34:54 ---> e6b3e2f88c9e 19:34:54 Step 5/6 : COPY go.mod . 19:34:55 ---> 98ab8160045c 19:34:55 Step 6/6 : RUN go mod download 19:34:55 ---> Running in 90347aae66f5 19:35:22 Removing intermediate container 90347aae66f5 19:35:22 ---> 5b05674f91ee 19:35:22 Successfully built 5b05674f91ee 19:35:22 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 19:35:22 + docker inspect -f . ci-base-image-arm64 19:35:22 . [Pipeline] withDockerContainer 19:35:23 prd-ubuntu18.04-docker-arm64-4c-16g-31826 does not seem to be running inside a container 19:35:23 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/37 -v /w/workspace/edgex-go/37:/w/workspace/edgex-go/37:rw,z -v /w/workspace/edgex-go/37@tmp:/w/workspace/edgex-go/37@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 ******** ci-base-image-arm64 cat 19:35:24 $ docker top 187225b30a32b33c212f6f75dceaa7a9033cb1e0861d15ee916738df89576649 -eo pid,comm 19:35:24 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:35:24 Step 2/24 : FROM ${BUILDER_BASE} AS builder 19:35:24 ---> e92ef8569a8b 19:35:24 Step 3/24 : WORKDIR /edgex-go 19:35:24 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:35:24 Step 2/31 : FROM ${BUILDER_BASE} AS builder 19:35:24 ---> e92ef8569a8b 19:35:24 Step 3/31 : WORKDIR /edgex-go 19:35:24 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:35:24 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:35:24 ---> e92ef8569a8b 19:35:24 Step 3/22 : WORKDIR /edgex-go 19:35:24 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:35:24 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:35:24 ---> e92ef8569a8b 19:35:24 Step 3/23 : WORKDIR /edgex-go 19:35:24 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:35:24 Step 2/26 : FROM ${BUILDER_BASE} AS builder 19:35:24 ---> e92ef8569a8b 19:35:24 Step 3/26 : WORKDIR /edgex-go 19:35:24 ---> Running in f968bc784e09 19:35:24 ---> Running in eefbd93b12da 19:35:24 ---> Running in 7c23806e163e 19:35:24 ---> Running in a67cd14c8cf0 19:35:24 ---> Running in 0a31fc0899e0 19:35:24 Removing intermediate container eefbd93b12da 19:35:24 ---> 24e5de0dcd3b 19:35:24 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:35:24 Removing intermediate container 0a31fc0899e0 19:35:24 ---> d95b0926518b 19:35:24 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:35:24 Removing intermediate container 7c23806e163e 19:35:24 ---> 155aea2676bf 19:35:24 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:35:24 Removing intermediate container f968bc784e09 19:35:24 ---> addea5c6cb9c 19:35:24 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:35:24 Removing intermediate container a67cd14c8cf0 19:35:24 ---> bebcb1f0da19 19:35:24 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:35:24 ---> Running in 47c0fbb4a8cc 19:35:24 ---> Running in 5fa01a24333f 19:35:24 ---> Running in d1c10093f1af 19:35:24 ---> Running in fab03768b4eb 19:35:24 ---> Running in de016386e027 [Pipeline] { [Pipeline] sh 19:35:25 Removing intermediate container 5fa01a24333f 19:35:25 ---> 6665d9b3dbff 19:35:25 Step 5/31 : RUN apk add --update --no-cache make git 19:35:25 Removing intermediate container 47c0fbb4a8cc 19:35:25 ---> 735a440d6ca9 19:35:25 Step 5/24 : RUN apk add --update --no-cache make git 19:35:25 ---> Running in 37ee80c5d1d6 19:35:25 Removing intermediate container fab03768b4eb 19:35:25 ---> 4fb5c4435c54 19:35:25 Step 5/23 : RUN apk add --update --no-cache make git 19:35:25 ---> Running in 7855f3a33dcb 19:35:25 + go version 19:35:25 go version go1.15.5 linux/arm64 [Pipeline] } 19:35:25 $ docker stop --time=1 187225b30a32b33c212f6f75dceaa7a9033cb1e0861d15ee916738df89576649 19:35:25 ---> Running in 120883ce6fa7 19:35:25 Removing intermediate container d1c10093f1af 19:35:25 ---> 96a427304bb9 19:35:25 Step 5/26 : RUN apk add --update --no-cache make bash git 19:35:26 Removing intermediate container de016386e027 19:35:26 ---> 5d3fe465bcad 19:35:26 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 19:35:26 ---> Running in 5a2277681a3a 19:35:26 ---> Running in 509d1048c9fb 19:35:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:35:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:35:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:35:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:35:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:35:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:35:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:35:27 $ docker rm -f 187225b30a32b33c212f6f75dceaa7a9033cb1e0861d15ee916738df89576649 19:35:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } 19:35:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:35:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:35:28 OK: 233 MiB in 51 packages 19:35:28 OK: 233 MiB in 51 packages 19:35:28 + docker inspect -f . ci-base-image-arm64 19:35:28 . [Pipeline] withDockerContainer 19:35:28 prd-ubuntu18.04-docker-arm64-4c-16g-31826 does not seem to be running inside a container 19:35:28 OK: 233 MiB in 51 packages 19:35:28 Removing intermediate container 37ee80c5d1d6 19:35:28 ---> 65bd38a39d91 19:35:28 Step 6/31 : COPY go.mod . 19:35:28 $ 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/37 -v /w/workspace/edgex-go/37:/w/workspace/edgex-go/37:rw,z -v /w/workspace/edgex-go/37@tmp:/w/workspace/edgex-go/37@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 ******** ci-base-image-arm64 cat 19:35:29 Removing intermediate container 120883ce6fa7 19:35:29 ---> 8b2ce1cd710c 19:35:29 Step 6/23 : COPY go.mod . 19:35:29 OK: 233 MiB in 51 packages 19:35:29 OK: 233 MiB in 51 packages 19:35:29 ---> c4631df0eced 19:35:29 Step 7/31 : RUN go mod download 19:35:29 ---> Running in 7e3c77e0d647 19:35:29 ---> b739da4304a6 19:35:29 Step 7/23 : RUN go mod download 19:35:29 Removing intermediate container 509d1048c9fb 19:35:29 ---> aa4ef7eac18f 19:35:29 Step 6/22 : COPY go.mod . 19:35:29 ---> Running in 2c9b5d753503 19:35:30 ---> dcddd5abe3ca 19:35:30 Step 7/22 : RUN go mod download 19:35:30 Removing intermediate container 7855f3a33dcb 19:35:30 ---> 27e89e4ceed2 19:35:30 Step 6/24 : COPY go.mod . 19:35:30 Removing intermediate container 5a2277681a3a 19:35:30 ---> 87ffaaadd4ff 19:35:30 Step 6/26 : COPY go.mod . 19:35:30 ---> Running in ce3a81ca46f9 19:35:30 $ docker top c19299405237f094080835c94009e3d41caad378f9bab7ca257bd96202f76b2e -eo pid,comm [Pipeline] { [Pipeline] echo 19:35:30 ========================================================= 19:35:30 [edgeXBuildGoParallel] Running Tests and Build... 19:35:30 ========================================================= [Pipeline] sh 19:35:30 ---> eabd4abca003 19:35:30 Step 7/24 : RUN go mod download 19:35:30 ---> d65a0939bfaf 19:35:30 Step 7/26 : RUN go mod download 19:35:30 ---> Running in 04034c6af7d6 19:35:30 ---> Running in 9365d0402955 19:35:31 + make test 19:35:31 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 19:35:32 Removing intermediate container 7e3c77e0d647 19:35:32 ---> d5833249a791 19:35:32 Step 8/31 : COPY . . 19:35:32 Removing intermediate container 2c9b5d753503 19:35:32 ---> 22c412720f51 19:35:32 Step 8/23 : COPY . . 19:35:32 Removing intermediate container ce3a81ca46f9 19:35:32 ---> 8b3ddad87232 19:35:32 Step 8/22 : COPY . . 19:35:35 Removing intermediate container 9365d0402955 19:35:35 ---> ee0d588f018a 19:35:35 Step 8/26 : COPY . . 19:35:36 Removing intermediate container 04034c6af7d6 19:35:36 ---> f334c0c25206 19:35:36 Step 8/24 : COPY . . 19:35:53 ? github.com/edgexfoundry/edgex-go [no test files] 19:36:15 ---> 2bcddda00a03 19:36:15 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 19:36:15 ---> 21967076ce3a 19:36:15 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 19:36:15 ---> 1d0c776d55f7 19:36:15 Step 9/22 : RUN make cmd/support-notifications/support-notifications 19:36:15 ---> a592e5d50aec 19:36:15 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 19:36:15 ---> Running in ebc69345507f 19:36:15 ---> Running in 5fcc3a1fdf92 19:36:15 ---> 61c9e618fc17 19:36:15 Step 9/23 : RUN make cmd/core-command/core-command 19:36:15 ---> Running in dab668852817 19:36:15 ---> Running in 3614285ddb34 19:36:15 ---> Running in 95a6903dc5fe 19:36:15 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 19:36: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 19:36:15 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 19:36:15 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 19:36:15 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 19:36: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 19:36:50 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 19:36:50 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 19:36:57 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 19:36:57 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 19:36:58 Removing intermediate container ebc69345507f 19:36:58 ---> 5ae9fe420362 19:36:58 19:36:58 Step 10/31 : FROM alpine:3.12 19:36:58 Removing intermediate container 5fcc3a1fdf92 19:36:58 ---> dfcc2704ca4d 19:36:58 19:36:58 Step 10/24 : FROM alpine:3.12 19:36:58 Removing intermediate container 3614285ddb34 19:36:58 ---> 997fe7e14a37 19:36:58 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 19:36:58 3.12: Pulling from library/alpine 19:36:58 3.12: Pulling from library/alpine 19:36:58 ---> Running in 645120bffefc 19:36:58 Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 19:36:58 Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 19:36:58 Status: Downloaded newer image for alpine:3.12 19:36:58 ---> 42cb162f0360 19:36:58 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 19:36:58 Status: Image is up to date for alpine:3.12 19:36:58 ---> 42cb162f0360 19:36:58 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 19:36:58 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 19:37:00 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 19:37:00 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 19:37:00 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 19:37:00 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 19:37:00 ---> Running in 492ac95aec55 19:37:00 ---> Running in d6f06b015611 19:37:00 Removing intermediate container dab668852817 19:37:00 ---> 0db8c8af5588 19:37:00 19:37:00 Step 10/22 : FROM alpine:3.12 19:37:00 ---> 42cb162f0360 19:37:00 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 19:37:01 Removing intermediate container 95a6903dc5fe 19:37:01 ---> a1fe68c0243b 19:37:01 19:37:01 Step 10/23 : FROM alpine:3.12 19:37:01 ---> 42cb162f0360 19:37:01 Step 11/23 : RUN apk add --update --no-cache dumb-init 19:37:01 ---> Running in 2bbafddd7ae5 19:37:01 Removing intermediate container d6f06b015611 19:37:01 ---> d794e45f92a6 19:37:01 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 19:37:01 ---> Running in 22ff2bc1e51d 19:37:01 ---> Running in 15a266957996 19:37:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:37:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:37:02 Removing intermediate container 645120bffefc 19:37:02 ---> fec88a9538bb 19:37:02 19:37:02 Step 11/26 : FROM docker:20.10.0 19:37:02 (1/6) Installing ca-certificates (20191127-r4) 19:37:02 20.10.0: Pulling from library/docker 19:37:02 (2/6) Installing nghttp2-libs (1.41.0-r0) 19:37:02 (3/6) Installing libcurl (7.69.1-r3) 19:37:02 (4/6) Installing curl (7.69.1-r3) 19:37:02 (5/6) Installing dumb-init (1.2.2-r1) 19:37:02 (6/6) Installing su-exec (0.2-r1) 19:37:02 Executing busybox-1.31.1-r19.trigger 19:37:02 Executing ca-certificates-20191127-r4.trigger 19:37:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:37:02 OK: 7 MiB in 20 packages 19:37:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:37:02 (1/2) Installing ca-certificates (20191127-r4) 19:37:02 (2/2) Installing dumb-init (1.2.2-r1) 19:37:02 Executing busybox-1.31.1-r19.trigger 19:37:02 Executing ca-certificates-20191127-r4.trigger 19:37:02 OK: 6 MiB in 16 packages 19:37:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:37:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:37:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:37:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:37:03 (1/1) Installing dumb-init (1.2.2-r1) 19:37:03 Executing busybox-1.31.1-r19.trigger 19:37:03 (1/2) Installing dumb-init (1.2.2-r1) 19:37:03 (2/2) Installing su-exec (0.2-r1) 19:37:03 Executing busybox-1.31.1-r19.trigger 19:37:03 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 19:37:03 OK: 6 MiB in 15 packages 19:37:03 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 19:37:03 OK: 6 MiB in 16 packages 19:37:05 Removing intermediate container 492ac95aec55 19:37:05 ---> 6b284d3fa747 19:37:05 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:37:06 ---> Running in aed3cec32eaa 19:37:06 Removing intermediate container 22ff2bc1e51d 19:37:06 ---> d9b80b70a654 19:37:06 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:37:06 Removing intermediate container 2bbafddd7ae5 19:37:06 ---> aa1e23a9bad0 19:37:06 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 19:37:06 Removing intermediate container 15a266957996 19:37:06 ---> f753ab2f9829 19:37:06 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 19:37:06 ---> Running in e9f33ee2a75c 19:37:06 ---> Running in 5ad873ad9b09 19:37:06 Removing intermediate container aed3cec32eaa 19:37:06 ---> 9b3e5e943d9d 19:37:06 Step 13/24 : WORKDIR / 19:37:06 ---> Running in 4d0786d52d7b 19:37:07 ---> Running in 87b295959a2f 19:37:07 Removing intermediate container e9f33ee2a75c 19:37:07 ---> 347c93cd563f 19:37:07 Step 13/23 : ENV APP_PORT=48082 19:37:07 Removing intermediate container 4d0786d52d7b 19:37:07 ---> d346602d3fac 19:37:07 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 19:37:07 Removing intermediate container 5ad873ad9b09 19:37:07 ---> a6d87afbe665 19:37:07 Step 13/22 : ENV APP_PORT=48060 19:37:08 ---> Running in 9174a3db1ca1 19:37:08 ---> Running in 3af973edf9cc 19:37:08 Removing intermediate container 87b295959a2f 19:37:08 ---> 18dc1e77ffe4 19:37:08 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 19:37:08 ---> Running in e0c1e386c103 19:37:08 Removing intermediate container 9174a3db1ca1 19:37:08 ---> 922b3c5e208c 19:37:08 Step 14/23 : EXPOSE $APP_PORT 19:37:08 Removing intermediate container 3af973edf9cc 19:37:08 ---> 417b75831188 19:37:08 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 19:37:08 Removing intermediate container e0c1e386c103 19:37:08 ---> 47f214a2781c 19:37:08 Step 14/22 : EXPOSE $APP_PORT 19:37:08 ---> Running in a34afa24fc76 19:37:08 ---> Running in 582157e62cdb 19:37:08 ---> 0245fbb7e40d 19:37:08 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 19:37:08 ---> Running in e78db891aed3 19:37:09 Removing intermediate container a34afa24fc76 19:37:09 ---> 2fb8aa028835 19:37:09 Step 15/23 : WORKDIR / 19:37:09 Removing intermediate container e78db891aed3 19:37:09 ---> 2e79b58055c0 19:37:09 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 19:37:09 ---> Running in 25e522a47336 19:37:09 ---> 4e3e7043c2b6 19:37:09 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 19:37:11 ---> 2251eb7864ce 19:37:11 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 19:37:11 ---> ebd910beac30 19:37:11 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 19:37:11 Removing intermediate container 25e522a47336 19:37:11 ---> 5beb9176318c 19:37:11 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:37:11 ---> 1b99724b5343 19:37:11 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 19:37:11 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 19:37:11 Status: Downloaded newer image for docker:20.10.0 19:37:11 ---> aefe523efa57 19:37:11 Step 12/26 : RUN apk add --no-cache bash 19:37:11 Removing intermediate container 582157e62cdb 19:37:11 ---> 5abb77ba18ff 19:37:11 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 19:37:11 ---> b111f0835966 19:37:11 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 19:37:11 ---> Running in 8ed7a026d2b8 19:37:11 ---> Running in 9ed311dbcc9a 19:37:11 ---> d4188a501547 19:37:11 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 19:37:12 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 19:37:12 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 19:37:12 ? github.com/edgexfoundry/edgex-go/internal [no test files] 19:37:12 ---> 4b4d9d0350f4 19:37:12 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 19:37:12 Removing intermediate container 9ed311dbcc9a 19:37:12 ---> d0f85e4d8233 19:37:12 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 19:37:12 ---> 15225758f185 19:37:12 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 19:37:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:37:12 ---> 9e2b7ab4969a 19:37:12 Step 18/22 : ENTRYPOINT ["/support-notifications"] 19:37:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:37:12 ---> Running in ba7b8e1e1b33 19:37:12 ---> daf57ee3cf4b 19:37:12 Step 19/23 : ENTRYPOINT ["/core-command"] 19:37:12 (1/2) Installing readline (8.0.4-r0) 19:37:12 (2/2) Installing bash (5.0.17-r0) 19:37:12 Executing bash-5.0.17-r0.post-install 19:37:12 Executing busybox-1.31.1-r19.trigger 19:37:13 OK: 12 MiB in 22 packages 19:37:13 ---> 01ef8a9f687c 19:37:13 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 19:37:13 ---> Running in 84191e547d0d 19:37:13 Removing intermediate container ba7b8e1e1b33 19:37:13 ---> dab17a8fa3cf 19:37:13 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:37:13 ---> 5e0eea622372 19:37:13 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/ 19:37:13 ---> Running in 20e2905e8795 19:37:13 ---> Running in 343874946c46 19:37:13 ---> Running in caae174dfeac 19:37:13 Removing intermediate container 84191e547d0d 19:37:13 ---> b8b1aa738d77 19:37:13 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:37:13 ---> Running in 1c67aee74f62 19:37:13 Removing intermediate container 343874946c46 19:37:13 ---> 0f51ec691da4 19:37:13 Step 20/22 : LABEL arch=x86_64 19:37:13 ---> Running in 00961e5de3ee 19:37:14 Removing intermediate container 1c67aee74f62 19:37:14 ---> e6db52feab8c 19:37:14 Step 21/23 : LABEL arch=x86_64 19:37:14 Removing intermediate container 00961e5de3ee 19:37:14 ---> d5306db38023 19:37:14 Step 21/22 : LABEL git_sha=13bfa15b6482380a2b2c8c224fda0ccf2859a745 19:37:14 Removing intermediate container 8ed7a026d2b8 19:37:14 ---> 790f642e10a8 19:37:14 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 19:37:14 ---> Running in 0c26e2e13f0c 19:37:14 ---> Running in 2adb8a7d71e0 19:37:14 ---> Running in 9e0bfada8a87 19:37:14 Removing intermediate container 0c26e2e13f0c 19:37:14 ---> ff90379a49ce 19:37:14 Step 22/23 : LABEL git_sha=13bfa15b6482380a2b2c8c224fda0ccf2859a745 19:37:14 ---> Running in 46b18adc5697 19:37:14 Removing intermediate container 9e0bfada8a87 19:37:14 ---> cd65228476c3 19:37:14 Step 22/22 : LABEL version=0.0.0 19:37:14 Removing intermediate container 2adb8a7d71e0 19:37:14 ---> 5ab5409e4d2e 19:37:14 Step 14/26 : ENV APP_PORT=48090 19:37:15 ---> Running in 0ad1ac634f5b 19:37:15 ---> Running in 73be3dbd4ae5 19:37:15 Removing intermediate container 46b18adc5697 19:37:15 ---> 822e97dde095 19:37:15 Step 23/23 : LABEL version=0.0.0 19:37:15 ---> Running in 3ee85ae72ba2 19:37:15 Removing intermediate container 73be3dbd4ae5 19:37:15 ---> a74c3ea25fa9 19:37:15 19:37:15 Removing intermediate container 20e2905e8795 19:37:15 ---> 5f7c1752435e 19:37:15 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 19:37:15 Removing intermediate container 0ad1ac634f5b 19:37:15 ---> 0e5864e1ff8f 19:37:15 Step 15/26 : EXPOSE $APP_PORT 19:37:15 Removing intermediate container caae174dfeac 19:37:15 ---> b6b4e1065e2b 19:37:15 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 19:37:16 Successfully built a74c3ea25fa9 19:37:16 Removing intermediate container 3ee85ae72ba2 19:37:16 ---> 8753fd9552c5 19:37:16 19:37:16 Successfully tagged docker-support-notifications-go:latest 19:37:16 Building docker-support-scheduler-go 19:37:16  Building docker-support-notifications-go ... done  ---> Running in 6fbb5284b192 19:37:16 ---> Running in f51b9133df98 19:37:16 ---> e725ad88ed93 19:37:16 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 19:37:16 Successfully built 8753fd9552c5 19:37:16 Successfully tagged docker-core-command-go:latest 19:37:16 Building docker-core-data-go 19:37:16  Building docker-core-command-go ... done Removing intermediate container 6fbb5284b192 19:37:16 ---> 8a916abfa570 19:37:16 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 19:37:16 Removing intermediate container f51b9133df98 19:37:16 ---> d84e4bdc93c6 19:37:16 Step 22/24 : LABEL arch=x86_64 19:37:16 ---> Running in 3b0f8c922cb2 19:37:16 ---> 0624a119addc 19:37:16 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 19:37:17 Removing intermediate container 3b0f8c922cb2 19:37:17 ---> 64d71cae2957 19:37:17 Step 23/24 : LABEL git_sha=13bfa15b6482380a2b2c8c224fda0ccf2859a745 19:37:17 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.352s coverage: 45.9% of statements 19:37:17 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 19:37:17 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 19:37:17 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 19:37:17 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 19:37:17 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 19:37:17 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 19:37:17 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.122s coverage: 19.8% of statements 19:37:17 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.238s coverage: 100.0% of statements 19:37:19 ---> Running in 1d396989abd8 19:37:19 ---> b52fd20c7fca 19:37:19 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 19:37:19 ---> b4928cfce7e6 19:37:19 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 19:37:23 ---> f29d1fe0ac15 19:37:23 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 19:37:23 Removing intermediate container 1d396989abd8 19:37:23 ---> edf10db9228c 19:37:23 Step 24/24 : LABEL version=0.0.0 19:37:23 ---> b8dc09c33690 19:37:23 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 19:37:23 ---> Running in f3902bf663c4 19:37:23 ---> 19ddedcd3853 19:37:23 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 19:37:23 ---> cd445a11f4ae 19:37:23 Step 19/26 : RUN apk --no-cache add py3-pip 19:37:23 ---> Running in f10f8884c28b 19:37:23 ---> Running in 32c708e099e2 19:37:23 Removing intermediate container f3902bf663c4 19:37:23 ---> 0ed2c6d71fd0 19:37:23 19:37:24 Successfully built 0ed2c6d71fd0 19:37:24 Successfully tagged docker-security-secretstore-setup-go:latest 19:37:24 Building docker-core-metadata-go 19:37:24  Building docker-security-secretstore-setup-go ... done Removing intermediate container 32c708e099e2 19:37:24 ---> f62a998b1ff4 19:37:24 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 19:37:25 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.485s coverage: 27.1% of statements 19:37:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 19:37:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 19:37:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 19:37:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 19:37:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 19:37:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 19:37:25 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.151s coverage: 100.0% of statements 19:37:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 19:37:25 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.153s coverage: 100.0% of statements 19:37:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 19:37:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 19:37:26 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.255s coverage: 71.3% of statements 19:37:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 19:37:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 19:37:28 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.607s coverage: 82.9% of statements 19:37:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 19:37:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 19:37:28 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.182s coverage: 78.9% of statements 19:37:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 19:37:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:37:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:37:28 ---> 375eff98b81d 19:37:28 Step 26/31 : RUN chmod +x /entrypoint.sh 19:37:28 (1/33) Installing libbz2 (1.0.8-r1) 19:37:28 (2/33) Installing expat (2.2.9-r1) 19:37:28 (3/33) Installing libffi (3.3-r2) 19:37:28 (4/33) Installing gdbm (1.13-r1) 19:37:28 (5/33) Installing xz-libs (5.2.5-r0) 19:37:28 (6/33) Installing sqlite-libs (3.32.1-r0) 19:37:28 (7/33) Installing python3 (3.8.8-r0) 19:37:32 ---> Running in 4002ec9ee5d8 19:37:32 (8/33) Installing py3-appdirs (1.4.4-r1) 19:37:32 (9/33) Installing py3-ordered-set (4.0.1-r0) 19:37:32 (10/33) Installing py3-parsing (2.4.7-r0) 19:37:32 (11/33) Installing py3-six (1.15.0-r0) 19:37:32 (12/33) Installing py3-packaging (20.4-r0) 19:37:32 (13/33) Installing py3-setuptools (47.0.0-r0) 19:37:32 (14/33) Installing py3-chardet (3.0.4-r4) 19:37:32 (15/33) Installing py3-idna (2.9-r0) 19:37:33 (16/33) Installing py3-certifi (2020.4.5.1-r0) 19:37:33 (17/33) Installing py3-urllib3 (1.25.9-r0) 19:37:34 (18/33) Installing py3-requests (2.23.0-r0) 19:37:34 (19/33) Installing py3-msgpack (1.0.0-r0) 19:37:35 (20/33) Installing py3-lockfile (0.12.2-r3) 19:37:36 (21/33) Installing py3-cachecontrol (0.12.6-r0) 19:37:36 (22/33) Installing py3-colorama (0.4.3-r0) 19:37:36 (23/33) Installing py3-distlib (0.3.0-r0) 19:37:36 (24/33) Installing py3-distro (1.5.0-r1) 19:37:36 (25/33) Installing py3-webencodings (0.5.1-r3) 19:37:36 (26/33) Installing py3-html5lib (1.0.1-r4) 19:37:36 (27/33) Installing py3-pytoml (0.1.21-r0) 19:37:37 (28/33) Installing py3-pep517 (0.8.2-r0) 19:37:37 (29/33) Installing py3-progress (1.5-r0) 19:37:37 (30/33) Installing py3-toml (0.10.1-r0) 19:37:37 (31/33) Installing py3-retrying (1.3.3-r0) 19:37:37 (32/33) Installing py3-contextlib2 (0.6.0-r0) 19:37:37 (33/33) Installing py3-pip (20.1.1-r0) 19:37:37 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:37:37 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:37:37 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:37:37 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:37:37 ---> e92ef8569a8b 19:37:37 Step 3/22 : WORKDIR /edgex-go 19:37:37 ---> Using cache 19:37:37 ---> e92ef8569a8b 19:37:37 ---> bebcb1f0da19 19:37:37 Step 3/23 : WORKDIR /edgex-go 19:37:37 ---> Using cache 19:37:37 ---> bebcb1f0da19 19:37:37 Step 4/23 : 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 19:37:37 19:37:37 ---> Using cache 19:37:37 ---> Using cache 19:37:37 ---> 5d3fe465bcad 19:37:37 ---> 5d3fe465bcad 19:37:37 Step 5/22 : RUN apk add --update --no-cache make gitStep 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 19:37:37 19:37:38 Executing busybox-1.31.1-r19.trigger 19:37:38 OK: 71 MiB in 55 packages 19:37:38 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.204s coverage: 28.6% of statements 19:37:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 19:37:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 19:37:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 19:37:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 19:37:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 19:37:38 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.198s coverage: 100.0% of statements 19:37:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 19:37:38 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.136s coverage: 100.0% of statements 19:37:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 19:37:38 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.408s coverage: 86.7% of statements 19:37:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 19:37:38 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.380s coverage: 97.5% of statements 19:37:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 19:37:38 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.221s coverage: 78.3% of statements 19:37:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 19:37:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 19:37:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 19:37:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 19:37:38 ---> Running in db1ebc858b43 19:37:38 ---> Running in 4016a808a742 19:37:39 Removing intermediate container 4002ec9ee5d8 19:37:39 ---> 0eb0e3001224 19:37:39 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 19:37:39 ---> Running in bdc5b9cb1eee 19:37:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:37:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:37:41 Removing intermediate container bdc5b9cb1eee 19:37:41 ---> f31c19f299be 19:37:41 Step 28/31 : CMD ["gate"] 19:37:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:37:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:37:41 ---> Running in 0edef5d51950 19:37:42 OK: 233 MiB in 51 packages 19:37:42 OK: 233 MiB in 51 packages 19:37:43 Removing intermediate container 0edef5d51950 19:37:43 ---> 7fd24e1592cf 19:37:43 Step 29/31 : LABEL arch=x86_64 19:37:43 ---> Running in 8e0ea3fd73d3 19:37:45 Removing intermediate container 8e0ea3fd73d3 19:37:45 ---> e6c87ab82fe6 19:37:45 Step 30/31 : LABEL git_sha=13bfa15b6482380a2b2c8c224fda0ccf2859a745 19:37:45 Removing intermediate container db1ebc858b43 19:37:45 ---> 4a70365ae6f0 19:37:45 Step 6/23 : COPY go.mod . 19:37:46 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.179s coverage: 92.8% of statements 19:37:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 19:37:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 19:37:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 19:37:46 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 19:37:46 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 19:37:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 19:37:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 19:37:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 19:37:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 19:37:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 19:37:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 19:37:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 19:37:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 19:37:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 19:37:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 19:37:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 19:37:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 19:37:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 19:37:46 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.158s coverage: 58.8% of statements 19:37:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 19:37:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 19:37:46 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.246s coverage: 1.0% of statements 19:37:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 19:37:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 19:37:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 19:37:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.167s coverage: 47.1% of statements 19:37:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.149s coverage: 79.5% of statements 19:37:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.121s coverage: 94.1% of statements 19:37:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.172s coverage: 96.3% of statements 19:37:46 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:37:46 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:37:46 ---> e92ef8569a8b 19:37:46 Step 3/23 : WORKDIR /edgex-go 19:37:46 ---> Using cache 19:37:46 ---> bebcb1f0da19 19:37:46 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:37:46 ---> Using cache 19:37:46 ---> 5d3fe465bcad 19:37:46 Step 5/23 : RUN apk add --update --no-cache make git 19:37:46 ---> Using cache 19:37:46 ---> d4dcfad1469f 19:37:46 Step 6/23 : COPY go.mod . 19:37:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.127s coverage: 87.5% of statements 19:37:47 Removing intermediate container 4016a808a742 19:37:47 ---> d4dcfad1469f 19:37:47 Step 6/22 : COPY go.mod . 19:37:47 ---> Running in b4d7ccb3c87d 19:37:47 ---> 4be7caf6ecb3 19:37:47 Step 7/23 : RUN go mod download 19:37:48 ---> 0579d819745e 19:37:48 Step 7/23 : RUN go mod download 19:37:48 ---> Running in bf5a532b4fc2 19:37:48 ---> 815c5367a943 19:37:48 Step 7/22 : RUN go mod download 19:37:48 ---> Running in 66f20a5047ab 19:37:48 Removing intermediate container b4d7ccb3c87d 19:37:48 ---> d5b52a670635 19:37:48 Step 31/31 : LABEL version=0.0.0 19:37:48 ---> Running in 4660f3ceb26d 19:37:49 ---> Running in 0a987baba1e0 19:37:50 Removing intermediate container 0a987baba1e0 19:37:50 ---> 3be991ae1f22 19:37:50 19:37:50 Successfully built 3be991ae1f22 19:37:50 Successfully tagged docker-security-bootstrapper-go:latest 19:37:50  Building docker-security-bootstrapper-go ... done Building docker-security-proxy-setup-go 19:37:57 Removing intermediate container f10f8884c28b 19:37:57 ---> 7ba1277efb24 19:37:57 Step 20/26 : RUN pip install docker-compose==1.23.2 19:37:57 ---> Running in 4ff095527fb3 19:37:58 Removing intermediate container 66f20a5047ab 19:37:58 ---> 2c43f2dd831f 19:37:58 Step 8/23 : COPY . . 19:37:58 Removing intermediate container bf5a532b4fc2 19:37:58 ---> aff3065f1e02 19:37:58 Step 8/23 : COPY . . 19:37:58 Removing intermediate container 4660f3ceb26d 19:37:58 ---> 531b6f9c668c 19:37:58 Step 8/22 : COPY . . 19:38:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.179s coverage: 94.4% of statements 19:38:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.122s coverage: 44.8% of statements 19:38:04 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.506s coverage: 82.6% of statements 19:38:13 Collecting docker-compose==1.23.2 19:38:13 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 19:38:13 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:38:13 Step 2/21 : FROM ${BUILDER_BASE} AS builder 19:38:13 ---> e92ef8569a8b 19:38:13 Step 3/21 : WORKDIR /edgex-go 19:38:13 ---> Using cache 19:38:13 ---> bebcb1f0da19 19:38:13 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:38:13 ---> Using cache 19:38:13 ---> 5d3fe465bcad 19:38:13 Step 5/21 : RUN apk add --update --no-cache make git 19:38:13 ---> Using cache 19:38:13 ---> d4dcfad1469f 19:38:13 Step 6/21 : COPY go.mod . 19:38:13 ---> Using cache 19:38:13 ---> 815c5367a943 19:38:13 Step 7/21 : RUN go mod download 19:38:13 ---> Using cache 19:38:13 ---> 531b6f9c668c 19:38:13 Step 8/21 : COPY . . 19:38:13 Collecting docopt<0.7,>=0.6.1 19:38:13 Downloading docopt-0.6.2.tar.gz (25 kB) 19:38:14 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.206s coverage: 92.9% of statements 19:38:14 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 19:38:14 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 19:38:14 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 19:38:14 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.055s coverage: 77.8% of statements 19:38:14 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 19:38:14 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 19:38:14 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 19:38:14 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 19:38:14 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 19:38:14 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.073s coverage: 87.2% of statements 19:38:14 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 19:38:14 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 19:38:14 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.111s coverage: 100.0% of statements 19:38:14 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 19:38:14 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.150s coverage: 75.5% of statements 19:38:14 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 19:38:14 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.126s coverage: 80.8% of statements 19:38:14 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.169s coverage: 87.2% of statements 19:38:14 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.190s coverage: 84.6% of statements 19:38:14 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.210s coverage: 91.6% of statements 19:38:14 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 19:38:14 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.598s coverage: 64.4% of statements 19:38:14 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 19:38:14 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 19:38:14 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.160s coverage: 100.0% of statements 19:38:14 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.087s coverage: 91.3% of statements 19:38:14 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.067s coverage: 100.0% of statements 19:38:15 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.075s coverage: 73.7% of statements 19:38:15 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.058s coverage: 100.0% of statements 19:38:20 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.941s coverage: 69.0% of statements 19:38:20 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 19:38:20 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 19:38:20 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 19:38:20 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.492s coverage: 38.4% of statements 19:38:20 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 19:38:20 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 19:38:20 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.078s coverage: 89.5% of statements 19:38:20 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 19:38:20 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.086s coverage: 84.8% of statements 19:38:21 Collecting PyYAML<4,>=3.10 19:38:21 Downloading PyYAML-3.13.tar.gz (270 kB) 19:38:26 Collecting docker<4.0,>=3.6.0 19:38:26 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 19:38:26 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 19:38:27 Collecting cached-property<2,>=1.2.0 19:38:27 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 19:38:27 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.456s coverage: 47.0% of statements 19:38:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 19:38:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 19:38:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 19:38:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 19:38:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 19:38:27 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.136s coverage: 100.0% of statements 19:38:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 19:38:27 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.105s coverage: 100.0% of statements 19:38:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 19:38:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 19:38:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 19:38:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 19:38:27 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.451s coverage: 87.1% of statements 19:38:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 19:38:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 19:38:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 19:38:28 Collecting jsonschema<3,>=2.5.1 19:38:28 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 19:38:29 Collecting dockerpty<0.5,>=0.4.1 19:38:29 Downloading dockerpty-0.4.1.tar.gz (13 kB) 19:38:33 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 19:38:33 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 19:38:34 Collecting texttable<0.10,>=0.9.0 19:38:34 Downloading texttable-0.9.1.tar.gz (11 kB) 19:38:35 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.178s coverage: 29.1% of statements 19:38:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 19:38:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 19:38:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 19:38:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 19:38:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 19:38:35 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.168s coverage: 99.0% of statements 19:38:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 19:38:35 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.192s coverage: 100.0% of statements 19:38:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 19:38:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 19:38:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 19:38:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 19:38:35 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.248s coverage: 94.6% of statements 19:38:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 19:38:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 19:38:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 19:38:35 ok github.com/edgexfoundry/edgex-go/internal/system 0.042s coverage: 0.0% of statements 19:38:35 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 19:38:35 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.087s coverage: 100.0% of statements 19:38:35 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 19:38:35 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 19:38:35 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 19:38:35 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 19:38:35 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.073s coverage: 87.9% of statements 19:38:35 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 19:38:35 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 19:38:35 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.049s coverage: 100.0% of statements 19:38:35 Collecting websocket-client<1.0,>=0.32.0 19:38:35 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 19:38:35 Collecting docker-pycreds>=0.4.0 19:38:35 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 19:38:35 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) 19:38:35 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) 19:38:36 Collecting urllib3<1.25,>=1.21.1 19:38:36 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 19:38:36 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.112s coverage: 32.1% of statements 19:38:36 Collecting idna<2.8,>=2.5 19:38:36 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 19:38:36 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 19:38:36 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 19:38:36 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 19:38:36 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 19:38:36 ---> cd18c42565f0 19:38:36 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 19:38:36 Installing collected packages: docopt, PyYAML, urllib3, idna, requests, websocket-client, docker-pycreds, docker, cached-property, jsonschema, dockerpty, texttable, docker-compose 19:38:36 Running setup.py install for docopt: started 19:38:37 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements 19:38:37 GO111MODULE=on go vet ./... 19:38:38 Running setup.py install for docopt: finished with status 'done' 19:38:38 Running setup.py install for PyYAML: started 19:38:40 ---> 79a7e46984b7 19:38:40 Step 9/23 : RUN make cmd/core-metadata/core-metadata 19:38:41 ---> Running in 3e19e9818813 19:38:41 Running setup.py install for PyYAML: finished with status 'done' 19:38:41 Attempting uninstall: urllib3 19:38:41 Found existing installation: urllib3 1.25.9 19:38:41 Uninstalling urllib3-1.25.9: 19:38:41 Successfully uninstalled urllib3-1.25.9 19:38:42 ---> 75a196f4e6d1 19:38:42 Step 9/23 : RUN make cmd/core-data/core-data 19:38:43 Attempting uninstall: idna 19:38:43 Found existing installation: idna 2.9 19:38:43 ---> Running in 5a6fa7ebca77 19:38:43 Uninstalling idna-2.9: 19:38:43 Successfully uninstalled idna-2.9 19:38:44 Attempting uninstall: requests 19:38:44 Found existing installation: requests 2.23.0 19:38:44 Uninstalling requests-2.23.0: 19:38:44 ---> Running in d1ca9d15aeda 19:38:44 Successfully uninstalled requests-2.23.0 19:38:45 ---> 34ea18b8733a 19:38:45 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 19:38:46 ---> Running in d7cc48525532 19:38:46 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 19:38:46 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 19:38:46 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 19:38:46 Running setup.py install for dockerpty: started 19:38:46 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 19:38:46 Running setup.py install for dockerpty: finished with status 'done' 19:38:46 Running setup.py install for texttable: started 19:38:47 Running setup.py install for texttable: finished with status 'done' 19:38:48 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 19:38:54 Removing intermediate container 4ff095527fb3 19:38:54 ---> f5868e526e18 19:38:54 Step 21/26 : RUN apk --no-cache add curl 19:38:55 ---> Running in ed2ffbc50bd0 19:38:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:38:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:38:57 (1/3) Installing nghttp2-libs (1.41.0-r0) 19:38:57 (2/3) Installing libcurl (7.69.1-r3) 19:38:57 (3/3) Installing curl (7.69.1-r3) 19:38:57 Executing busybox-1.31.1-r19.trigger 19:38:57 OK: 72 MiB in 58 packages 19:38:59 Removing intermediate container ed2ffbc50bd0 19:38:59 ---> e1650ceaeb1a 19:38:59 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 19:39:00 ---> Running in b6700a86ef4d 19:39:00 Removing intermediate container b6700a86ef4d 19:39:00 ---> c7487d9381ae 19:39:00 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:39:00 ---> Running in 0e5c5af27ab2 19:39:01 Removing intermediate container 0e5c5af27ab2 19:39:01 ---> a24648d7ea42 19:39:01 Step 24/26 : LABEL arch=x86_64 19:39:01 ---> Running in ed9f39f7182b 19:39:01 Removing intermediate container ed9f39f7182b 19:39:01 ---> 9097bb653748 19:39:01 Step 25/26 : LABEL git_sha=13bfa15b6482380a2b2c8c224fda0ccf2859a745 19:39:01 ---> Running in 82994e724131 19:39:02 Removing intermediate container 82994e724131 19:39:02 ---> 2baf5499dc98 19:39:02 Step 26/26 : LABEL version=0.0.0 19:39:02 ---> Running in a66708537353 19:39:02 Removing intermediate container a66708537353 19:39:02 ---> 0b67566a8189 19:39:02 19:39:02 Successfully built 0b67566a8189 19:39:03 Successfully tagged docker-sys-mgmt-agent-go:latest 19:39:18  Building docker-sys-mgmt-agent-go ... done 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 19:39:28 Removing intermediate container 3e19e9818813 19:39:28 ---> 1779726281bc 19:39:28 19:39:28 Step 10/22 : FROM alpine:3.12 19:39:28 ---> 42cb162f0360 19:39:28 Step 11/22 : RUN apk add --update --no-cache dumb-init 19:39:28 ---> Using cache 19:39:28 ---> d9b80b70a654 19:39:28 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:39:28 ---> Using cache 19:39:28 ---> 347c93cd563f 19:39:28 Step 13/22 : ENV APP_PORT=48085 19:39:28 ---> Running in df0f50fb52fa 19:39:28 Removing intermediate container d7cc48525532 19:39:28 ---> 29a987cd2a2d 19:39:28 19:39:28 Step 10/21 : FROM alpine:3.12 19:39:28 ---> 42cb162f0360 19:39:28 Step 11/21 : RUN apk add --update --no-cache curl 19:39:28 ---> Running in f2ced45d52e9 19:39:28 Removing intermediate container df0f50fb52fa 19:39:28 ---> d80b232ff9e0 19:39:28 Step 14/22 : EXPOSE $APP_PORT 19:39:28 ---> Running in b302bd5f8384 19:39:29 Removing intermediate container b302bd5f8384 19:39:29 ---> bbc497e50f6d 19:39:29 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 19:39:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:39:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:39:29 (1/4) Installing ca-certificates (20191127-r4) 19:39:29 (2/4) Installing nghttp2-libs (1.41.0-r0) 19:39:29 (3/4) Installing libcurl (7.69.1-r3) 19:39:29 (4/4) Installing curl (7.69.1-r3) 19:39:29 Executing busybox-1.31.1-r19.trigger 19:39:30 Executing ca-certificates-20191127-r4.trigger 19:39:30 OK: 7 MiB in 18 packages 19:39:31 ---> 7fe5169d2125 19:39:31 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 19:39:32 Removing intermediate container 5a6fa7ebca77 19:39:32 ---> 2bae81bc5b27 19:39:32 19:39:32 Step 10/23 : FROM alpine:3.12 19:39:32 ---> 42cb162f0360 19:39:32 Step 11/23 : RUN apk add --update --no-cache dumb-init 19:39:32 ---> Using cache 19:39:32 ---> d9b80b70a654 19:39:32 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:39:32 ---> Using cache 19:39:32 ---> 347c93cd563f 19:39:32 Step 13/23 : ENV APP_PORT=48081 19:39:32 Removing intermediate container d1ca9d15aeda 19:39:32 ---> c1a2eb1c8166 19:39:32 19:39:32 Step 10/23 : FROM alpine:3.12 19:39:32 ---> 42cb162f0360 19:39:32 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 19:39:33 ---> Running in 857d4ee834c2 19:39:33 ---> Running in cf98adfa898f 19:39:33 ---> 852f2e0bb8d8 19:39:33 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 19:39:33 Removing intermediate container f2ced45d52e9 19:39:33 ---> 6510b3cbcfc5 19:39:33 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:39:33 ---> Running in 28ad3725d9d1 19:39:33 Removing intermediate container 857d4ee834c2 19:39:33 ---> 3941ac093071 19:39:33 Step 14/23 : EXPOSE $APP_PORT 19:39:33 Removing intermediate container cf98adfa898f 19:39:33 ---> 681b29c41b7b 19:39:33 Step 12/23 : ENV APP_PORT=48080 19:39:33 ---> Running in d3b004b424fd 19:39:33 ---> Running in 4e866c247bed 19:39:33 ---> da2ed18bc6d1 19:39:33 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 19:39:33 Removing intermediate container 28ad3725d9d1 19:39:33 ---> ab6b0028c6dc 19:39:33 Step 13/21 : WORKDIR /edgex 19:39:33 ---> Running in 81c60790aa81 19:39:33 ---> Running in 4bcd53fd3730 19:39:33 Removing intermediate container d3b004b424fd 19:39:33 ---> 98e9f2ab01d8 19:39:33 Step 15/23 : WORKDIR / 19:39:34 Removing intermediate container 4e866c247bed 19:39:34 ---> 1f6a4cb3b7bd 19:39:34 Step 13/23 : EXPOSE $APP_PORT 19:39:34 ---> Running in d98f572e69fa 19:39:34 ---> Running in 1abfdbf81e31 19:39:34 Removing intermediate container 4bcd53fd3730 19:39:34 ---> 33b64b8bd748 19:39:34 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 19:39:34 Removing intermediate container 81c60790aa81 19:39:34 ---> b14eaabdf625 19:39:34 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:39:34 ---> Running in b91e02fb4aad 19:39:35 Removing intermediate container d98f572e69fa 19:39:35 ---> a50b560eb859 19:39:35 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:39:35 Removing intermediate container 1abfdbf81e31 19:39:35 ---> d2c903b99362 19:39:35 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:39:35 ---> Running in 7ac049d654ee 19:39:35 ---> 9eb2aa218729 19:39:35 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 19:39:35 Removing intermediate container b91e02fb4aad 19:39:35 ---> eb9ddde0a865 19:39:35 Step 20/22 : LABEL arch=x86_64 19:39:35 ---> 0125db62d5f7 19:39:35 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 19:39:35 ---> Running in a71284854d6a 19:39:36 Removing intermediate container a71284854d6a 19:39:36 ---> b1ae2b3aa319 19:39:36 Step 21/22 : LABEL git_sha=13bfa15b6482380a2b2c8c224fda0ccf2859a745 19:39:36 ---> 911a8de4dc61 19:39:36 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 19:39:36 ---> Running in f97314a46984 19:39:36 ---> 902ac7605fa9 19:39:36 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 19:39:36 Removing intermediate container f97314a46984 19:39:36 ---> 9f157d1f1366 19:39:36 Step 22/22 : LABEL version=0.0.0 19:39:36 ---> Running in cf0774c85eab 19:39:36 ---> 5dfed89e68b1 19:39:36 Step 19/23 : ENTRYPOINT ["/core-metadata"] 19:39:36 ---> 518ca77c0d39 19:39:36 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 19:39:37 ---> Running in 02fcae073b9c 19:39:37 ---> Running in 2b7a991c9918 19:39:37 Removing intermediate container 7ac049d654ee 19:39:37 ---> d622dccca380 19:39:37 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 19:39:37 Removing intermediate container cf0774c85eab 19:39:37 ---> a5e5d542a488 19:39:37 19:39:37 Successfully built a5e5d542a488 19:39:37 ---> Running in 9f6e5ed2a1be 19:39:37 Removing intermediate container 02fcae073b9c 19:39:37 ---> 0a99eefed2fb 19:39:37 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:39:37 Successfully tagged docker-support-scheduler-go:latest 19:39:38  Building docker-support-scheduler-go ... done Removing intermediate container 2b7a991c9918 19:39:38 ---> 75a845c6469e 19:39:38 Step 18/21 : CMD ["--init=true"] 19:39:38 ---> Running in c999c892c56f 19:39:38 ---> Running in 910ce051bfb5 19:39:38 Removing intermediate container 910ce051bfb5 19:39:38 ---> d6cdac8c9e41 19:39:38 Step 19/21 : LABEL arch=x86_64 19:39:38 Removing intermediate container c999c892c56f 19:39:38 ---> 8eaede0ee97c 19:39:38 Step 21/23 : LABEL arch=x86_64 19:39:38 ---> Running in 0fdf2c4dc719 19:39:38 ---> Running in f8f65a7f8a71 19:39:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:39:38 Removing intermediate container 0fdf2c4dc719 19:39:38 ---> dab7ec79ce91 19:39:38 Step 20/21 : LABEL git_sha=13bfa15b6482380a2b2c8c224fda0ccf2859a745 19:39:38 Removing intermediate container f8f65a7f8a71 19:39:38 ---> fe19ad08d43b 19:39:38 Step 22/23 : LABEL git_sha=13bfa15b6482380a2b2c8c224fda0ccf2859a745 19:39:38 ---> Running in 5159f085cf56 19:39:38 ---> Running in a03df14c6582 19:39:38 Removing intermediate container 5159f085cf56 19:39:38 ---> 34f5c881167b 19:39:38 Step 21/21 : LABEL version=0.0.0 19:39:39 Removing intermediate container a03df14c6582 19:39:39 ---> 1dd39c9df73a 19:39:39 Step 23/23 : LABEL version=0.0.0 19:39:39 ---> Running in f73983d68acb 19:39:39 ---> Running in db671d017956 19:39:39 Removing intermediate container f73983d68acb 19:39:39 ---> 8cc4bc478852 19:39:39 19:39:39 Successfully built 8cc4bc478852 19:39:39 Removing intermediate container db671d017956 19:39:39 ---> 207c1f54678b 19:39:39 19:39:39 Successfully tagged docker-security-proxy-setup-go:latest 19:39:39  Building docker-security-proxy-setup-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:39:39 Successfully built 207c1f54678b 19:39:39 Successfully tagged docker-core-metadata-go:latest 19:39:41  Building docker-core-metadata-go ... done (1/6) Installing dumb-init (1.2.2-r1) 19:39:41 (2/6) Installing libgcc (9.3.0-r2) 19:39:41 (3/6) Installing libsodium (1.0.18-r0) 19:39:42 (4/6) Installing libstdc++ (9.3.0-r2) 19:39:43 (5/6) Installing libzmq (4.3.3-r0) 19:39:43 (6/6) Installing zeromq (4.3.3-r0) 19:39:43 Executing busybox-1.31.1-r19.trigger 19:39:43 OK: 8 MiB in 20 packages 19:39:43 Removing intermediate container 9f6e5ed2a1be 19:39:43 ---> f410b7b30e4c 19:39:43 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:39:44 ---> a11a74b96bcf 19:39:44 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 19:39:44 ---> dba27d677871 19:39:44 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 19:39:44 ---> a9ac19819ef0 19:39:44 Step 19/23 : ENTRYPOINT ["/core-data"] 19:39:45 ---> Running in 5dfda7c079b8 19:39:45 Removing intermediate container 5dfda7c079b8 19:39:45 ---> 7d202676c0cc 19:39:45 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:39:45 ---> Running in 53a5e94914a7 19:39:45 Removing intermediate container 53a5e94914a7 19:39:45 ---> 887ff78bc056 19:39:45 Step 21/23 : LABEL arch=x86_64 19:39:45 ---> Running in f2d810a572eb 19:39:45 Removing intermediate container f2d810a572eb 19:39:45 ---> 024319779cba 19:39:45 Step 22/23 : LABEL git_sha=13bfa15b6482380a2b2c8c224fda0ccf2859a745 19:39:45 ---> Running in c8da3ee0855c 19:39:46 Removing intermediate container c8da3ee0855c 19:39:46 ---> fa4b85fd60e3 19:39:46 Step 23/23 : LABEL version=0.0.0 19:39:46 ---> Running in 657814b0f091 19:39:46 Removing intermediate container 657814b0f091 19:39:46 ---> bf18c94dc01e 19:39:46 19:39:46 Successfully built bf18c94dc01e 19:39:46 Successfully tagged docker-core-data-go:latest 19:39:46  Building docker-core-data-go ... done  [Pipeline] } 19:39:46 $ docker stop --time=1 12f121cdd66b59d13e89ac0dab4455915a7cd51b6d00189d35b64f49adce0665 19:39:48 $ docker rm -f 12f121cdd66b59d13e89ac0dab4455915a7cd51b6d00189d35b64f49adce0665 [Pipeline] // withDockerContainer [Pipeline] sh 19:39:49 + docker images 19:39:49 + grep docker 19:39:49 docker-core-data-go latest bf18c94dc01e 3 seconds ago 22.7MB 19:39:49 docker-security-proxy-setup-go latest 8cc4bc478852 10 seconds ago 25.4MB 19:39:49 docker-core-metadata-go latest 207c1f54678b 10 seconds ago 19MB 19:39:49 docker-support-scheduler-go latest a5e5d542a488 12 seconds ago 17.4MB 19:39:49 docker-sys-mgmt-agent-go latest 0b67566a8189 47 seconds ago 314MB 19:39:49 docker-security-bootstrapper-go latest 3be991ae1f22 2 minutes ago 18.9MB 19:39:49 docker-security-secretstore-setup-go latest 0ed2c6d71fd0 2 minutes ago 25.7MB 19:39:49 docker-core-command-go latest 8753fd9552c5 2 minutes ago 17.3MB 19:39:49 docker-support-notifications-go latest a74c3ea25fa9 2 minutes ago 17.9MB 19:39:49 docker 20.10.0 aefe523efa57 3 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 19:39:59 gofmt -l . 19:39:59 [ "`gofmt -l .`" = "" ] 19:39:59 ./bin/test-go-mod-tidy.sh 19:39:59 ./bin/test-attribution-txt.sh [Pipeline] sh 19:40:00 + ls -al . 19:40:00 total 808 19:40:00 drwxrwxr-x 9 1001 1001 4096 Mar 29 19:39 . 19:40:00 drwxr-xr-x 4 root root 4096 Mar 29 19:35 .. 19:40:00 -rw-rw-r-- 1 1001 1001 11 Mar 29 19:33 .dockerignore 19:40:00 drwxrwxr-x 8 1001 1001 4096 Mar 29 19:33 .git 19:40:00 drwxrwxr-x 3 1001 1001 4096 Mar 29 19:33 .github 19:40:00 -rw-rw-r-- 1 1001 1001 818 Mar 29 19:33 .gitignore 19:40:00 -rw-rw-r-- 1 1001 1001 166 Mar 29 19:33 .sonarcloud.properties 19:40:00 -rw-rw-r-- 1 1001 1001 8607 Mar 29 19:33 Attribution.txt 19:40:00 -rw-rw-r-- 1 1001 1001 3804 Mar 29 19:33 CONTRIBUTING.md 19:40:00 -rw-rw-r-- 1 1001 1001 931 Mar 29 19:33 Dockerfile.build 19:40:00 -rw-rw-r-- 1 1001 1001 863 Mar 29 19:33 Jenkinsfile 19:40:00 -rw-rw-r-- 1 1001 1001 10775 Mar 29 19:33 LICENSE 19:40:00 -rw-rw-r-- 1 1001 1001 5774 Mar 29 19:33 Makefile 19:40:00 -rw-rw-r-- 1 1001 1001 6548 Mar 29 19:33 README.md 19:40:00 -rw-rw-r-- 1 1001 1001 6755 Mar 29 19:33 SECURITY.md 19:40:00 -rw-rw-r-- 1 1001 1001 5 Mar 29 19:30 VERSION 19:40:00 -rw-rw-r-- 1 1001 1001 4131 Mar 29 19:33 ZMQWindows.md 19:40:00 drwxrwxr-x 2 1001 1001 4096 Mar 29 19:33 bin 19:40:00 drwxrwxr-x 14 1001 1001 4096 Mar 29 19:33 cmd 19:40:00 -rw-r--r-- 1 root root 668090 Mar 29 19:38 coverage.out 19:40:00 -rw-r--r-- 1 root root 1057 Mar 29 19:39 go.mod 19:40:00 -rw-r--r-- 1 root root 22532 Mar 29 19:39 go.sum 19:40:00 drwxrwxr-x 8 1001 1001 4096 Mar 29 19:33 internal 19:40:00 drwxrwxr-x 4 1001 1001 4096 Mar 29 19:33 openapi 19:40:00 drwxrwxr-x 4 1001 1001 4096 Mar 29 19:33 snap 19:40:00 -rw-rw-r-- 1 1001 1001 168 Mar 29 19:33 version.go [Pipeline] sh 19:40:01 + '[' -e coverage.out ] 19:40:01 + chown 1001:1001 coverage.out [Pipeline] stash 19:40:01 Warning: overwriting stash ‘coverage-report’ 19:40:02 Stashed 1 file(s) [Pipeline] sh 19:40:03 + make build 19:40:03 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 19:40:05 Still waiting to schedule task 19:40:05 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 19:40:13 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 19:40:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 19:40:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 19:40:49 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 19:40:49 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 19:40:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 19:40:59 Running on prd-ubuntu18.04-docker-8c-8g-31836 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws 19:40:59 Running in /w/workspace/edgex-go/37 [Pipeline] { [Pipeline] checkout 19:41:00 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 19:41:01 using credential edgex-jenkins-ssh 19:41:01 Cloning the remote Git repository 19:41:02 Cloning repository git@github.com:edgexfoundry/edgex-go.git 19:41:02 > git init /w/workspace/edgex-go/37 # timeout=10 19:41:02 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:41:02 > git --version # timeout=10 19:41:02 > git --version # 'git version 2.17.1' 19:41:02 using GIT_SSH to set credentials SSH Credentials for GitHub 19:41:02 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 19:41:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 19:41:08 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 19:41:10 Merging remotes/origin/master commit 26d77b84fb2d9fed3cb020dc876dcb0bb8438935 into PR head commit 6bc3d9be4b2869f8e959e5a7f9f62971e5b06df9 [Pipeline] } [Pipeline] // ws 19:41:10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:41:10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 19:41:10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:41:10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:41:10 using GIT_SSH to set credentials SSH Credentials for GitHub 19:41:10 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 19:41:10 > git config core.sparsecheckout # timeout=10 19:41:10 > git checkout -f 6bc3d9be4b2869f8e959e5a7f9f62971e5b06df9 # timeout=10 [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 19:41:11 Failed in branch amd64 19:41: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 19:41:17 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] } 19:41:22 $ docker stop --time=1 c19299405237f094080835c94009e3d41caad378f9bab7ca257bd96202f76b2e 19:41:25 $ docker rm -f c19299405237f094080835c94009e3d41caad378f9bab7ca257bd96202f76b2e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:41:27 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:41:27 19:41:27 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 19:41:27 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:41:27 latest: Pulling from edgex-devops/edgex-compose-arm64 19:41:27 29e5d40040c1: Pulling fs layer 19:41:27 1ce36da41761: Pulling fs layer 19:41:27 25b303627fd3: Pulling fs layer 19:41:28 29e5d40040c1: Verifying Checksum 19:41:28 29e5d40040c1: Download complete 19:41:28 29e5d40040c1: Pull complete 19:41:28 1ce36da41761: Verifying Checksum 19:41:28 1ce36da41761: Download complete 19:41:30 1ce36da41761: Pull complete 19:41:30 25b303627fd3: Verifying Checksum 19:41:30 25b303627fd3: Download complete 19:41:41 25b303627fd3: Pull complete 19:41:41 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 19:41:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:41:41 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 19:41:41 prd-ubuntu18.04-docker-arm64-4c-16g-31826 does not seem to be running inside a container 19:41:41 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/37 -v /w/workspace/edgex-go/37:/w/workspace/edgex-go/37:rw,z -v /w/workspace/edgex-go/37@tmp:/w/workspace/edgex-go/37@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:10003/edgex-devops/edgex-compose-arm64:latest cat 19:41:44 $ docker top 451080f15d05519b99f08b6d600c4bb6ae5c141410adb0930f359543c243e63e -eo pid,comm [Pipeline] { [Pipeline] sh 19:41:45 + docker-compose build --help 19:41:45 + grep parallel 19:41:48 --parallel Build images in parallel. [Pipeline] } 19:41:48 $ docker stop --time=1 451080f15d05519b99f08b6d600c4bb6ae5c141410adb0930f359543c243e63e 19:41:50 $ docker rm -f 451080f15d05519b99f08b6d600c4bb6ae5c141410adb0930f359543c243e63e [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:41:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:41:51 . [Pipeline] withDockerContainer 19:41:51 prd-ubuntu18.04-docker-arm64-4c-16g-31826 does not seem to be running inside a container 19:41:51 $ 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/37 -v /w/workspace/edgex-go/37:/w/workspace/edgex-go/37:rw,z -v /w/workspace/edgex-go/37@tmp:/w/workspace/edgex-go/37@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 19:41:53 $ docker top 18337669a855c7ba36a8d69d2bcfddb4e8ca488b2a077af5cefd1cc81ddfe6b3 -eo pid,comm [Pipeline] { [Pipeline] sh 19:41:54 + docker-compose -f ./docker-compose-build.yml build --parallel 19:41:58 Building docker-core-command-go ... 19:41:58 Building docker-core-data-go ... 19:41:58 Building docker-core-metadata-go ... 19:41:58 Building docker-security-bootstrapper-go ... 19:41:58 Building docker-security-proxy-setup-go ... 19:41:58 Building docker-security-secretstore-setup-go ... 19:41:58 Building docker-support-notifications-go ... 19:41:58 Building docker-support-scheduler-go ... 19:41:58 Building docker-sys-mgmt-agent-go ... 19:41:58 Building docker-support-notifications-go 19:41:58 Building docker-security-bootstrapper-go 19:41:58 Building docker-core-metadata-go 19:41:58 Building docker-security-secretstore-setup-go 19:41:58 Building docker-core-command-go 19:43:20 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:43:20 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:43:20 ---> 5b05674f91ee 19:43:20 Step 3/22 : WORKDIR /edgex-go 19:43:20 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:43:20 Step 2/31 : FROM ${BUILDER_BASE} AS builder 19:43:20 ---> 5b05674f91ee 19:43:20 Step 3/31 : WORKDIR /edgex-go 19:43:20 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:43:20 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:43:20 ---> 5b05674f91ee 19:43:20 Step 3/23 : WORKDIR /edgex-go 19:43:20 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:43:20 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:43:20 ---> 5b05674f91ee 19:43:20 Step 3/23 : WORKDIR /edgex-go 19:43:20 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:43:20 Step 2/24 : FROM ${BUILDER_BASE} AS builder 19:43:20 ---> 5b05674f91ee 19:43:20 Step 3/24 : WORKDIR /edgex-go 19:43:20 ---> Running in 126369a4fbe5 19:43:20 ---> Running in 5597b728726f 19:43:20 ---> Running in 209842d1962c 19:43:20 ---> Running in 98b85ea6219a 19:43:20 ---> Running in 9e13037733a2 19:43:20 Removing intermediate container 9e13037733a2 19:43:20 ---> a15deb2643d5 19:43:20 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:43:20 Removing intermediate container 126369a4fbe5 19:43:20 Removing intermediate container 209842d1962c 19:43:20 ---> e609b887fc91 19:43:20 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:43:20 ---> 095e8fa93a56 19:43:20 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:43:20 Removing intermediate container 5597b728726f 19:43:20 ---> 6894c3087885 19:43:20 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:43:20 Removing intermediate container 98b85ea6219a 19:43:20 ---> b94a14261d85 19:43:20 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:43:20 ---> Running in 73c6aea19a41 19:43:20 ---> Running in 1b069f5751c8 19:43:20 ---> Running in 63aa284db3ca 19:43:20 ---> Running in 5d0cdc3a90c8 19:43:20 ---> Running in 3783d0834076 19:43:20 Removing intermediate container 73c6aea19a41 19:43:20 ---> 7044af135644 19:43:20 Step 5/23 : RUN apk add --update --no-cache make git 19:43:20 ---> Running in 3c28c8b8beb2 19:43:20 Removing intermediate container 1b069f5751c8 19:43:20 ---> f78f1f0923a6 19:43:20 Step 5/31 : RUN apk add --update --no-cache make git 19:43:20 Removing intermediate container 3783d0834076 19:43:20 ---> 76777c216a30 19:43:20 Step 5/23 : RUN apk add --update --no-cache make git 19:43:20 ---> Running in 28a62ddec7dc 19:43:20 ---> Running in ff8d7746acf3 19:43:20 Removing intermediate container 63aa284db3ca 19:43:20 ---> 53b83fae28a4 19:43:20 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 19:43:20 Removing intermediate container 5d0cdc3a90c8 19:43:20 ---> 0eb1cedbfcb0 19:43:20 Step 5/24 : RUN apk add --update --no-cache make git 19:43:20 ---> Running in 22a158910ec5 19:43:20 ---> Running in 1e9b820f79a0 19:43:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:43:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:43:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:43:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:43:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:43:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:43:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:43:20 OK: 217 MiB in 51 packages 19:43:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:43:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:43:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:43:20 OK: 217 MiB in 51 packages 19:43:21 OK: 217 MiB in 51 packages 19:43:21 OK: 217 MiB in 51 packages 19:43:21 OK: 217 MiB in 51 packages 19:43:22 Removing intermediate container 3c28c8b8beb2 19:43:22 ---> 01486a714296 19:43:22 Step 6/23 : COPY go.mod . 19:43:22 Removing intermediate container 28a62ddec7dc 19:43:22 ---> 04b0974a0dc7 19:43:22 Step 6/31 : COPY go.mod . 19:43:23 ---> 09a8f1b95cfa 19:43:23 Step 7/23 : RUN go mod download 19:43:23 ---> Running in bc3416d7102a 19:43:23 Removing intermediate container ff8d7746acf3 19:43:23 Removing intermediate container 1e9b820f79a0 19:43:23 ---> 1d654ca2c017 19:43:23 Step 6/24 : COPY go.mod . ---> 961644f85ce9 19:43:23 19:43:23 Step 6/23 : COPY go.mod . 19:43:23 Removing intermediate container 22a158910ec5 19:43:23 ---> f6193cfcb813 19:43:23 Step 6/22 : COPY go.mod . 19:43:23 ---> 09b020186dc9 19:43:23 Step 7/31 : RUN go mod download 19:43:24 ---> Running in 8805946de371 19:43:24 ---> 7dfda1c6fe5a 19:43:24 Step 7/24 : RUN go mod download 19:43:25 ---> 51cc2d7291cd 19:43:25 Step 7/23 : RUN go mod download 19:43:25 ---> ac52c76a6e2d 19:43:25 Step 7/22 : RUN go mod download 19:43:25 ---> Running in b791d9e33825 19:43:25 ---> Running in 39a2c83601a1 19:43:25 ---> Running in aeb79c00aa95 19:43:27 Removing intermediate container bc3416d7102a 19:43:27 ---> d9f1aafb079e 19:43:27 Step 8/23 : COPY . . 19:43:27 Removing intermediate container 8805946de371 19:43:27 ---> 63ac5a3c0865 19:43:27 Step 8/31 : COPY . . 19:43:30 Removing intermediate container b791d9e33825 19:43:30 ---> f48818cb2096 19:43:30 Step 8/24 : COPY . . 19:43:30 Removing intermediate container 39a2c83601a1 19:43:30 ---> a85fd4df1bee 19:43:30 Step 8/22 : COPY . . 19:43:31 Removing intermediate container aeb79c00aa95 19:43:31 ---> 417e6f2ab1cf 19:43:31 Step 8/23 : COPY . . 19:43:58 ---> fa1d49af4514 19:43:58 Step 9/23 : RUN make cmd/core-metadata/core-metadata 19:43:58 ---> 099dcd10039a 19:43:58 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 19:43:58 ---> dd24556c5dd3 19:43:58 Step 9/22 : RUN make cmd/support-notifications/support-notifications 19:43:58 ---> 381ef18d8d55 19:43:58 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 19:43:58 ---> 19e5455d0b96 19:43:58 Step 9/23 : RUN make cmd/core-command/core-command 19:43:58 ---> Running in 88740e9993e6 19:43:58 ---> Running in 57bbe287477f 19:43:58 ---> Running in 6a5b2eab81af 19:43:58 ---> Running in d713f7b7c332 19:43:58 ---> Running in 8c9cf60326df 19:43:58 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 19:43:58 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 19:43:58 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 19:43:58 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 19:43:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 19:45:35 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 19:45:47 Removing intermediate container d713f7b7c332 19:45:47 ---> 50f9c476738f 19:45:47 19:45:47 Step 10/31 : FROM alpine:3.12 19:45:47 3.12: Pulling from library/alpine 19:45:47 Removing intermediate container 57bbe287477f 19:45:47 ---> 0d06aa31b73f 19:45:47 19:45:47 Step 10/24 : FROM alpine:3.12 19:45:47 3.12: Pulling from library/alpine 19:45:47 Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 19:45:47 Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 19:45:47 Status: Image is up to date for alpine:3.12 19:45:47 ---> e47305ac9786 19:45:47 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 19:45:47 Status: Downloaded newer image for alpine:3.12 19:45:47 ---> e47305ac9786 19:45:47 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 19:45:47 ---> Running in 648e3ca3fc9d 19:45:47 ---> Running in dbf0f02e3a38 19:45:48 Removing intermediate container 648e3ca3fc9d 19:45:48 ---> aa5195be65f6 19:45:48 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 19:45:49 ---> Running in 4968a6d9984d 19:45:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:45:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:45:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:45:51 (1/6) Installing ca-certificates (20191127-r4) 19:45:51 (2/6) Installing nghttp2-libs (1.41.0-r0) 19:45:51 (3/6) Installing libcurl (7.69.1-r3) 19:45:51 (4/6) Installing curl (7.69.1-r3) 19:45:51 (5/6) Installing dumb-init (1.2.2-r1) 19:45:51 (6/6) Installing su-exec (0.2-r1) 19:45:51 Executing busybox-1.31.1-r19.trigger 19:45:51 Executing ca-certificates-20191127-r4.trigger 19:45:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:45:51 OK: 7 MiB in 20 packages 19:45:52 (1/2) Installing dumb-init (1.2.2-r1) 19:45:52 (2/2) Installing su-exec (0.2-r1) 19:45:52 Executing busybox-1.31.1-r19.trigger 19:45:52 OK: 5 MiB in 16 packages 19:45:54 Removing intermediate container dbf0f02e3a38 19:45:54 ---> 3a393d2fbc90 19:45:54 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:45:55 Removing intermediate container 4968a6d9984d 19:45:55 ---> b14557a4646e 19:45:55 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 19:45:55 ---> Running in 62f300c0dd20 19:45:55 ---> Running in 5dc13edc7662 19:45:56 Removing intermediate container 62f300c0dd20 19:45:56 ---> c5d5a1a5f534 19:45:56 Step 13/24 : WORKDIR / 19:45:57 Removing intermediate container 8c9cf60326df 19:45:57 ---> 07872976f876 19:45:57 19:45:57 Step 10/23 : FROM alpine:3.12 19:45:57 ---> e47305ac9786 19:45:57 Step 11/23 : RUN apk add --update --no-cache dumb-init 19:45:57 ---> Running in d5713a98d73a 19:45:57 Removing intermediate container 5dc13edc7662 19:45:57 ---> da8d2ef2119e 19:45:57 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 19:45:57 ---> Running in 4d740afd1b1b 19:45:57 ---> Running in 84ca13637225 19:45:58 Removing intermediate container 6a5b2eab81af 19:45:58 ---> 28328bcaa4b2 19:45:58 19:45:58 Step 10/22 : FROM alpine:3.12 19:45:58 ---> e47305ac9786 19:45:58 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 19:45:58 Removing intermediate container d5713a98d73a 19:45:58 ---> f38acb4cae2d 19:45:58 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 19:45:58 ---> Running in a9025ac18738 19:45:58 Removing intermediate container 84ca13637225 19:45:58 ---> 4dd7b12b048a 19:45:58 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 19:45:59 ---> Running in 7f0b883b6fba 19:45:59 ---> cc6d1bd05f64 19:45:59 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 19:45:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:45:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:46:00 (1/1) Installing dumb-init (1.2.2-r1) 19:46:00 Executing busybox-1.31.1-r19.trigger 19:46:00 OK: 5 MiB in 15 packages 19:46:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:46:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:46:00 ---> d5a20d5252ad 19:46:00 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 19:46:01 (1/2) Installing ca-certificates (20191127-r4) 19:46:01 (2/2) Installing dumb-init (1.2.2-r1) 19:46:01 Executing busybox-1.31.1-r19.trigger 19:46:01 Executing ca-certificates-20191127-r4.trigger 19:46:01 OK: 6 MiB in 16 packages 19:46:02 ---> d688d6f92b20 19:46:02 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 19:46:02 Removing intermediate container 4d740afd1b1b 19:46:02 ---> 7d7de94f030b 19:46:02 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:46:03 ---> Running in f039119db3af 19:46:03 Removing intermediate container 7f0b883b6fba 19:46:03 ---> 477c6f0e716c 19:46:03 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 19:46:04 ---> Running in 3a721339328a 19:46:04 Removing intermediate container a9025ac18738 19:46:04 ---> c8faebc2c667 19:46:04 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 19:46:04 Removing intermediate container f039119db3af 19:46:04 ---> e0450e466127 19:46:04 Step 13/23 : ENV APP_PORT=48082 19:46:04 ---> 98d4e1240ff1 19:46:04 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 19:46:04 ---> Running in 30b3e645c0ee 19:46:04 ---> Running in 277c8ec4694a 19:46:04 Removing intermediate container 88740e9993e6 19:46:04 ---> a4e6172abaef 19:46:04 19:46:04 Step 10/23 : FROM alpine:3.12 19:46:04 ---> e47305ac9786 19:46:04 Step 11/23 : RUN apk add --update --no-cache dumb-init 19:46:04 ---> Using cache 19:46:04 ---> 7d7de94f030b 19:46:04 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:46:04 ---> Using cache 19:46:04 ---> e0450e466127 19:46:04 Step 13/23 : ENV APP_PORT=48081 19:46:05 Removing intermediate container 3a721339328a 19:46:05 ---> a5211a80d155 19:46:05 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 19:46:05 ---> Running in 9a02b7cfd502 19:46:05 Removing intermediate container 30b3e645c0ee 19:46:05 ---> 494ab079cc5b 19:46:05 Step 13/22 : ENV APP_PORT=48060 19:46:05 Removing intermediate container 277c8ec4694a 19:46:05 ---> 0a1f40432f11 19:46:05 Step 14/23 : EXPOSE $APP_PORT 19:46:05 ---> Running in 36daaf08634b 19:46:06 ---> Running in bd3a08589d57 19:46:06 Removing intermediate container 9a02b7cfd502 19:46:06 ---> d4a2ace570e5 19:46:06 Step 14/23 : EXPOSE $APP_PORT 19:46:06 ---> b456d7ed6309 19:46:06 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 19:46:06 ---> a25a45567d8c 19:46:06 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 19:46:06 ---> Running in 92842ca67d32 19:46:06 Removing intermediate container 36daaf08634b 19:46:06 ---> 6d0bbed5879a 19:46:06 Step 14/22 : EXPOSE $APP_PORT 19:46:06 ---> Running in 19373aaba99f 19:46:06 ---> Running in 85f7c1dcaf0d 19:46:06 Removing intermediate container bd3a08589d57 19:46:06 ---> d30df48396bd 19:46:06 Step 15/23 : WORKDIR / 19:46:06 ---> Running in 163a842e2255 19:46:07 Removing intermediate container 92842ca67d32 19:46:07 ---> 05aefd38d862 19:46:07 Step 15/23 : WORKDIR / 19:46:07 Removing intermediate container 85f7c1dcaf0d 19:46:07 ---> 7313eec4dfeb 19:46:07 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 19:46:07 ---> Running in 3733b0334ec3 19:46:07 ---> 84cda4c73f3d 19:46:07 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/ 19:46:07 ---> Running in 89cb94611ab8 19:46:08 Removing intermediate container 163a842e2255 19:46:08 ---> adeb84f7590d 19:46:08 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:46:08 Removing intermediate container 3733b0334ec3 19:46:08 ---> fad050b7bce6 19:46:08 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:46:09 ---> 644039418363 19:46:09 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 19:46:09 ---> 7d509f71364a 19:46:09 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 19:46:10 ---> f81442335dbc 19:46:10 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 19:46:10 Removing intermediate container 19373aaba99f 19:46:10 ---> a9be922e3b35 19:46:10 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 19:46:11 ---> e2deeb4f8d02 19:46:11 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 19:46:11 ---> 501b39f741d2 19:46:11 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 19:46:11 Removing intermediate container 89cb94611ab8 19:46:11 ---> 9ee48a399394 19:46:11 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 19:46:12 ---> af67dd7d8158 19:46:12 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 19:46:12 ---> 7ce8761087c9 19:46:12 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 19:46:12 ---> Running in ac4ee8573e18 19:46:12 ---> bf6aeea6dee9 19:46:12 Step 18/22 : ENTRYPOINT ["/support-notifications"] 19:46:12 ---> Running in 8c2f8e11114c 19:46:12 ---> 33b1d07a5af8 19:46:12 Step 19/23 : ENTRYPOINT ["/core-command"] 19:46:12 Removing intermediate container ac4ee8573e18 19:46:12 ---> 8d1f68806cb7 19:46:12 Step 22/24 : LABEL arch=arm64 19:46:13 ---> Running in 80a7453dae10 19:46:13 ---> ebb4f93ffcc9 19:46:13 Step 19/23 : ENTRYPOINT ["/core-metadata"] 19:46:13 Removing intermediate container 8c2f8e11114c 19:46:13 ---> 3bf38f45df02 19:46:13 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:46:13 ---> Running in 9f52e676f45f 19:46:13 ---> Running in 72b5b0e7b3d8 19:46:13 ---> Running in a733de16158e 19:46:13 Removing intermediate container 80a7453dae10 19:46:13 ---> 59d0a177d340 19:46:13 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:46:13 ---> bf20e6acfc2b 19:46:13 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 19:46:14 ---> Running in 4821eeaa4d68 19:46:14 Removing intermediate container 9f52e676f45f 19:46:14 ---> 50553313a66c 19:46:14 Step 23/24 : LABEL git_sha=13bfa15b6482380a2b2c8c224fda0ccf2859a745 19:46:14 ---> Running in 230f12a47bd2 19:46:14 Removing intermediate container a733de16158e 19:46:14 ---> b75c24a7fe79 19:46:14 Step 20/22 : LABEL arch=arm64 19:46:14 Removing intermediate container 72b5b0e7b3d8 19:46:14 ---> 7ea48c7eccf6 19:46:14 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:46:14 Removing intermediate container 4821eeaa4d68 19:46:14 ---> a11e78251d81 19:46:14 Step 21/23 : LABEL arch=arm64 19:46:14 ---> Running in 983fe324f3fe 19:46:14 ---> Running in 58e8a051387d 19:46:14 ---> Running in 4d9d97f1263b 19:46:14 ---> e12d3d6b88ce 19:46:14 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 19:46:14 Removing intermediate container 230f12a47bd2 19:46:14 ---> a3969a72dc8c 19:46:14 Step 24/24 : LABEL version=0.0.0 19:46:15 ---> Running in 063fc0399b17 19:46:15 Removing intermediate container 4d9d97f1263b 19:46:15 ---> 09f530a2b968 19:46:15 Step 22/23 : LABEL git_sha=13bfa15b6482380a2b2c8c224fda0ccf2859a745Removing intermediate container 983fe324f3fe 19:46:15 ---> 0517dca1b9a0 19:46:15 Step 21/22 : LABEL git_sha=13bfa15b6482380a2b2c8c224fda0ccf2859a745 19:46:15 19:46:15 Removing intermediate container 58e8a051387d 19:46:15 ---> 4b5c9d584713 19:46:15 Step 21/23 : LABEL arch=arm64 19:46:15 ---> Running in 0737f496a4e5 19:46:15 ---> Running in 77af9cd82026 19:46:15 ---> Running in 8b9999ef42c9 19:46:15 Removing intermediate container 063fc0399b17 19:46:15 ---> df13bbd20767 19:46:15 19:46:16 ---> 82476aae2ea0 19:46:16 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 19:46:16 Successfully built df13bbd20767 19:46:16 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 19:46:16  Building docker-security-secretstore-setup-go ... done Building docker-sys-mgmt-agent-go 19:46:16 Removing intermediate container 77af9cd82026 19:46:16 ---> bdef562209f8 19:46:16 Step 23/23 : LABEL version=0.0.0 19:46:16 Removing intermediate container 0737f496a4e5 19:46:16 ---> 7bea59671537 19:46:16 Removing intermediate container 8b9999ef42c9 19:46:16 ---> 0b69de3abaad 19:46:16 Step 22/23 : LABEL git_sha=13bfa15b6482380a2b2c8c224fda0ccf2859a745 19:46:16 Step 22/22 : LABEL version=0.0.0 19:46:16 ---> Running in 5f39256a2e40 19:46:16 ---> Running in d22485b776d1 19:46:16 ---> Running in 76e3e5408467 19:46:16 ---> 01b4bb0ae827 19:46:16 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 19:46:17 ---> Running in 66bdcf67123a 19:46:17 Removing intermediate container d22485b776d1 19:46:17 ---> 90151ba2a17c 19:46:17 19:46:17 Removing intermediate container 76e3e5408467 19:46:17 Removing intermediate container 5f39256a2e40 19:46:17 ---> 374958aadd3b 19:46:17 Step 23/23 : LABEL version=0.0.0 19:46:17 ---> a46e8f67cf3d 19:46:17 19:46:17 Successfully built 90151ba2a17c 19:46:18 Successfully built a46e8f67cf3d 19:46:18 Successfully tagged docker-core-command-go-arm64:latest 19:46:18 Building docker-security-proxy-setup-go 19:46:18  Building docker-core-command-go ... done  ---> Running in 3974b94d831e 19:46:18 Successfully tagged docker-support-notifications-go-arm64:latest 19:46:18  Building docker-support-notifications-go ... done Building docker-core-data-go 19:46:18 Removing intermediate container 66bdcf67123a 19:46:18 ---> 553c4040f744 19:46:18 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 19:46:19 Removing intermediate container 3974b94d831e 19:46:19 ---> 0d28ccb3291a 19:46:19 19:46:19 Successfully built 0d28ccb3291a 19:46:19 Successfully tagged docker-core-metadata-go-arm64:latest 19:46:19 Building docker-support-scheduler-go 19:46:19  Building docker-core-metadata-go ... done  ---> 6dd7d1c000cd 19:46:19 Step 26/31 : RUN chmod +x /entrypoint.sh 19:46:20 ---> Running in 012746bc46f6 19:46:22 Removing intermediate container 012746bc46f6 19:46:22 ---> 9d9d64884a93 19:46:22 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 19:46:23 ---> Running in 09d37fcb2d52 19:46:24 Removing intermediate container 09d37fcb2d52 19:46:24 ---> ce45df25bce3 19:46:24 Step 28/31 : CMD ["gate"] 19:46:25 ---> Running in e59002dd1153 19:46:26 Removing intermediate container e59002dd1153 19:46:26 ---> d9135f5b0c3b 19:46:26 Step 29/31 : LABEL arch=arm64 19:46:27 ---> Running in f6d611089c5b 19:46:28 Removing intermediate container f6d611089c5b 19:46:28 ---> a0dd30eb9dd5 19:46:28 Step 30/31 : LABEL git_sha=13bfa15b6482380a2b2c8c224fda0ccf2859a745 19:46:29 ---> Running in f92c91e54a00 19:46:30 Removing intermediate container f92c91e54a00 19:46:30 ---> 115141b6ca32 19:46:30 Step 31/31 : LABEL version=0.0.0 19:46:30 ---> Running in c4cad7ef9e01 19:46:31 Removing intermediate container c4cad7ef9e01 19:46:31 ---> 7b8e14634472 19:46:31 19:46:31 Successfully built 7b8e14634472 19:46:31 Successfully tagged docker-security-bootstrapper-go-arm64:latest 19:47:18  Building docker-security-bootstrapper-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:47:18 Step 2/26 : FROM ${BUILDER_BASE} AS builder 19:47:18 ---> 5b05674f91ee 19:47:18 Step 3/26 : WORKDIR /edgex-go 19:47:18 ---> Using cache 19:47:18 ---> b94a14261d85 19:47:18 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:47:18 ---> Using cache 19:47:18 ---> f78f1f0923a6 19:47:18 Step 5/26 : RUN apk add --update --no-cache make bash git 19:47:18 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:47:18 Step 2/21 : FROM ${BUILDER_BASE} AS builder 19:47:18 ---> 5b05674f91ee 19:47:18 Step 3/21 : WORKDIR /edgex-go 19:47:18 ---> Using cache 19:47:18 ---> b94a14261d85 19:47:18 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:47:18 ---> Using cache 19:47:18 ---> f78f1f0923a6 19:47:18 Step 5/21 : RUN apk add --update --no-cache make git 19:47:18 ---> Using cache 19:47:18 ---> 04b0974a0dc7 19:47:18 Step 6/21 : COPY go.mod . 19:47:18 ---> Using cache 19:47:18 ---> 09b020186dc9 19:47:18 Step 7/21 : RUN go mod download 19:47:18 ---> Using cache 19:47:18 ---> 63ac5a3c0865 19:47:18 Step 8/21 : COPY . . 19:47:18 ---> Using cache 19:47:18 ---> 381ef18d8d55 19:47:18 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 19:47:18 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:47:18 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:47:18 ---> 5b05674f91ee 19:47:18 Step 3/22 : WORKDIR /edgex-go 19:47:18 ---> Using cache 19:47:18 ---> b94a14261d85 19:47:18 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:47:18 ---> Using cache 19:47:18 ---> f78f1f0923a6 19:47:18 Step 5/22 : RUN apk add --update --no-cache make git 19:47:18 ---> Using cache 19:47:18 ---> 04b0974a0dc7 19:47:18 Step 6/22 : COPY go.mod . 19:47:18 ---> Using cache 19:47:18 ---> 09b020186dc9 19:47:18 Step 7/22 : RUN go mod download 19:47:18 ---> Using cache 19:47:18 ---> 63ac5a3c0865 19:47:18 Step 8/22 : COPY . . 19:47:18 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:47:18 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:47:18 ---> 5b05674f91ee 19:47:18 Step 3/23 : WORKDIR /edgex-go 19:47:18 ---> Using cache 19:47:18 ---> b94a14261d85 19:47:18 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:47:18 ---> Using cache 19:47:18 ---> f78f1f0923a6 19:47:18 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 19:47:18 ---> Using cache 19:47:18 ---> 381ef18d8d55 19:47:18 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 19:47:18 ---> Running in 1da65799692f 19:47:18 ---> Running in ed50f67a494b 19:47:18 ---> Running in 0ac943174435 19:47:18 ---> Running in 341f715505fb 19:47:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:47:19 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 19:47: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 19:47:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:47:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:47:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:47:21 OK: 217 MiB in 51 packages 19:47:21 OK: 217 MiB in 51 packages 19:47:22 Removing intermediate container 1da65799692f 19:47:22 ---> 4ef74ddb1c2f 19:47:22 Step 6/26 : COPY go.mod . 19:47:23 Removing intermediate container 341f715505fb 19:47:23 ---> b04363836d18 19:47:23 Step 6/23 : COPY go.mod . 19:47:24 ---> 0c334608973d 19:47:24 Step 7/26 : RUN go mod download 19:47:24 ---> Running in ab909f44a0b8 19:47:24 ---> f2901508975d 19:47:24 Step 7/23 : RUN go mod download 19:47:24 ---> Running in 7ece175ad2d3 19:47:30 Removing intermediate container ab909f44a0b8 19:47:30 ---> 7218bd5b8d62 19:47:30 Step 8/26 : COPY . . 19:47:30 Removing intermediate container 7ece175ad2d3 19:47:30 ---> 543b9c6d9a90 19:47:30 Step 8/23 : COPY . . 19:48:09 ---> b79478a0d199 19:48:09 Step 9/23 : RUN make cmd/core-data/core-data 19:48:09 ---> 49aff63e7a1e 19:48:09 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 19:48:09 ---> Running in 681857b5854f 19:48:09 ---> Running in 2ce4a1200a5e 19:48:09 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 19:48:09 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 19:48:13 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 19:48:32 Removing intermediate container ed50f67a494b 19:48:32 ---> 3a2abd46ec62 19:48:32 19:48:32 Step 10/21 : FROM alpine:3.12 19:48:32 ---> e47305ac9786 19:48:32 Step 11/21 : RUN apk add --update --no-cache curl 19:48:32 ---> Running in 09ced2d6e40b 19:48:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:48:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:48:33 (1/4) Installing ca-certificates (20191127-r4) 19:48:33 (2/4) Installing nghttp2-libs (1.41.0-r0) 19:48:33 (3/4) Installing libcurl (7.69.1-r3) 19:48:33 (4/4) Installing curl (7.69.1-r3) 19:48:33 Executing busybox-1.31.1-r19.trigger 19:48:33 Executing ca-certificates-20191127-r4.trigger 19:48:33 OK: 7 MiB in 18 packages 19:48:36 Removing intermediate container 09ced2d6e40b 19:48:36 ---> c393af48d187 19:48:36 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:48:36 ---> Running in 38d8090d416e 19:48:37 Removing intermediate container 38d8090d416e 19:48:37 ---> 1272b42fa063 19:48:37 Step 13/21 : WORKDIR /edgex 19:48:37 ---> Running in 8d5ebd637f05 19:48:38 Removing intermediate container 8d5ebd637f05 19:48:38 ---> 1fbfbc93abb3 19:48:38 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 19:48:41 ---> ced95cd1b9af 19:48:41 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 19:48:42 Removing intermediate container 0ac943174435 19:48:42 ---> c7a031773312 19:48:42 19:48:42 Step 10/22 : FROM alpine:3.12 19:48:42 ---> e47305ac9786 19:48:42 Step 11/22 : RUN apk add --update --no-cache dumb-init 19:48:42 ---> Using cache 19:48:42 ---> 7d7de94f030b 19:48:42 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:48:42 ---> Using cache 19:48:42 ---> e0450e466127 19:48:42 Step 13/22 : ENV APP_PORT=48085 19:48:43 ---> Running in 773da23c73e9 19:48:43 ---> 3593e573f08f 19:48:43 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 19:48:43 Removing intermediate container 773da23c73e9 19:48:43 ---> 40124ef49a4b 19:48:43 Step 14/22 : EXPOSE $APP_PORT 19:48:44 ---> Running in 5d4107605019 19:48:45 Removing intermediate container 5d4107605019 19:48:45 ---> f2faba41612c 19:48:45 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 19:48:45 ---> 3f65236109be 19:48:45 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 19:48:45 ---> Running in 32668a130127 19:48:46 ---> 1f553cb1ea50 19:48:46 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 19:48:46 Removing intermediate container 32668a130127 19:48:46 ---> 76f683991553 19:48:46 Step 18/21 : CMD ["--init=true"] 19:48:46 ---> Running in f3edf1ed9f7a 19:48:47 Removing intermediate container f3edf1ed9f7a 19:48:47 ---> a47a3a24932c 19:48:47 Step 19/21 : LABEL arch=arm64 19:48:48 ---> Running in 81474bbcfd55 19:48:48 ---> cf804b069e9f 19:48:48 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 19:48:48 Removing intermediate container 81474bbcfd55 19:48:48 ---> d0bbec88e843 19:48:48 Step 20/21 : LABEL git_sha=13bfa15b6482380a2b2c8c224fda0ccf2859a745 19:48:49 ---> Running in 52751c14f70b 19:48:49 ---> a5d15268fff3 19:48:49 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 19:48:49 ---> Running in b1dac905335f 19:48:50 Removing intermediate container 52751c14f70b 19:48:50 ---> cf4db909f741 19:48:50 Step 21/21 : LABEL version=0.0.0 19:48:50 ---> Running in 16b6e5843c4d 19:48:50 Removing intermediate container b1dac905335f 19:48:50 ---> bc981207e487 19:48:50 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:48:50 ---> Running in ff49d9d9e1c3 19:48:51 Removing intermediate container 16b6e5843c4d 19:48:51 ---> 6e1f61081743 19:48:51 19:48:51 Removing intermediate container ff49d9d9e1c3 19:48:51 ---> 5231510a6805 19:48:51 Step 20/22 : LABEL arch=arm64 19:48:51 Successfully built 6e1f61081743 19:48:51 Successfully tagged docker-security-proxy-setup-go-arm64:latest 19:48:52  Building docker-security-proxy-setup-go ... done  ---> Running in 2ab58bf0e570 19:48:52 Removing intermediate container 2ab58bf0e570 19:48:52 ---> 417311485686 19:48:52 Step 21/22 : LABEL git_sha=13bfa15b6482380a2b2c8c224fda0ccf2859a745 19:48:52 ---> Running in cabb6a32d4e5 19:48:53 Removing intermediate container cabb6a32d4e5 19:48:53 ---> 76af679ef72c 19:48:53 Step 22/22 : LABEL version=0.0.0 19:48:53 ---> Running in f30b5a29f482 19:48:54 Removing intermediate container f30b5a29f482 19:48:54 ---> 7a01e7e4eb97 19:48:54 19:48:54 Successfully built 7a01e7e4eb97 19:48:54 Successfully tagged docker-support-scheduler-go-arm64:latest 19:49:17  Building docker-support-scheduler-go ... done Removing intermediate container 681857b5854f 19:49:17 ---> b15743e34912 19:49:17 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 19:49:17 ---> Running in c4d11b21c3b5 19:49: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 19:49:19 Removing intermediate container c4d11b21c3b5 19:49:19 ---> 43756c900119 19:49:19 19:49:19 Step 11/26 : FROM docker:20.10.0 19:49:19 20.10.0: Pulling from library/docker 19:49:28 Removing intermediate container 2ce4a1200a5e 19:49:28 ---> 22a8a3a3ef25 19:49:28 19:49:28 Step 10/23 : FROM alpine:3.12 19:49:28 ---> e47305ac9786 19:49:28 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 19:49:28 ---> Running in 0badb5c017b7 19:49:28 Removing intermediate container 0badb5c017b7 19:49:28 ---> 152acc26a033 19:49:28 Step 12/23 : ENV APP_PORT=48080 19:49:28 ---> Running in 1a55ae40b21b 19:49:28 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 19:49:28 Status: Downloaded newer image for docker:20.10.0 19:49:28 ---> eeaf43b92773 19:49:28 Step 12/26 : RUN apk add --no-cache bash 19:49:28 ---> Running in 8302cad8a5db 19:49:28 Removing intermediate container 1a55ae40b21b 19:49:28 ---> 4da572ae13cf 19:49:28 Step 13/23 : EXPOSE $APP_PORT 19:49:28 ---> Running in 09f338d43160 19:49:29 Removing intermediate container 09f338d43160 19:49:29 ---> 88142315b1ab 19:49:29 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:49:29 ---> Running in 809b3d6db23c 19:49:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:49:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:49:30 (1/2) Installing readline (8.0.4-r0) 19:49:30 (2/2) Installing bash (5.0.17-r0) 19:49:30 Executing bash-5.0.17-r0.post-install 19:49:30 Executing busybox-1.31.1-r19.trigger 19:49:30 OK: 12 MiB in 22 packages 19:49:31 Removing intermediate container 809b3d6db23c 19:49:31 ---> 805be2f293b1 19:49:31 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 19:49:31 ---> Running in e01f7559c67b 19:49:31 Removing intermediate container 8302cad8a5db 19:49:31 ---> 715613f7fd02 19:49:31 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 19:49:32 ---> Running in fde2ee265186 19:49:32 Removing intermediate container fde2ee265186 19:49:32 ---> 838be38864b8 19:49:32 Step 14/26 : ENV APP_PORT=48090 19:49:32 ---> Running in e92496ef267c 19:49:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:49:33 Removing intermediate container e92496ef267c 19:49:33 ---> cfc090f7e912 19:49:33 Step 15/26 : EXPOSE $APP_PORT 19:49:33 ---> Running in 6d427588a349 19:49:33 Removing intermediate container 6d427588a349 19:49:33 ---> 2125c61daacb 19:49:33 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 19:49:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:49:34 ---> 4f3a106aefb7 19:49:34 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 19:49:35 ---> 9414d728a2c0 19:49:35 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 19:49:35 (1/6) Installing dumb-init (1.2.2-r1) 19:49:36 (2/6) Installing libgcc (9.3.0-r2) 19:49:36 (3/6) Installing libsodium (1.0.18-r0) 19:49:36 (4/6) Installing libstdc++ (9.3.0-r2) 19:49:36 ---> 750cb788f193 19:49:36 Step 19/26 : RUN apk --no-cache add py3-pip 19:49:36 ---> Running in af9e81c6379e 19:49:36 (5/6) Installing libzmq (4.3.3-r0) 19:49:37 (6/6) Installing zeromq (4.3.3-r0) 19:49:37 Executing busybox-1.31.1-r19.trigger 19:49:37 OK: 8 MiB in 20 packages 19:49:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:49:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:49:38 (1/33) Installing libbz2 (1.0.8-r1) 19:49:38 (2/33) Installing expat (2.2.9-r1) 19:49:38 (3/33) Installing libffi (3.3-r2) 19:49:38 (4/33) Installing gdbm (1.13-r1) 19:49:38 (5/33) Installing xz-libs (5.2.5-r0) 19:49:38 (6/33) Installing sqlite-libs (3.32.1-r0) 19:49:38 (7/33) Installing python3 (3.8.8-r0) 19:49:38 Removing intermediate container e01f7559c67b 19:49:38 ---> e520534332db 19:49:38 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:49:40 ---> c84f6bb36e94 19:49:40 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 19:49:40 (8/33) Installing py3-appdirs (1.4.4-r1) 19:49:40 (9/33) Installing py3-ordered-set (4.0.1-r0) 19:49:40 (10/33) Installing py3-parsing (2.4.7-r0) 19:49:40 (11/33) Installing py3-six (1.15.0-r0) 19:49:40 (12/33) Installing py3-packaging (20.4-r0) 19:49:40 (13/33) Installing py3-setuptools (47.0.0-r0) 19:49:40 (14/33) Installing py3-chardet (3.0.4-r4) 19:49:40 (15/33) Installing py3-idna (2.9-r0) 19:49:40 (16/33) Installing py3-certifi (2020.4.5.1-r0) 19:49:40 (17/33) Installing py3-urllib3 (1.25.9-r0) 19:49:40 (18/33) Installing py3-requests (2.23.0-r0) 19:49:40 (19/33) Installing py3-msgpack (1.0.0-r0) 19:49:40 (20/33) Installing py3-lockfile (0.12.2-r3) 19:49:40 (21/33) Installing py3-cachecontrol (0.12.6-r0) 19:49:40 (22/33) Installing py3-colorama (0.4.3-r0) 19:49:40 (23/33) Installing py3-distlib (0.3.0-r0) 19:49:40 (24/33) Installing py3-distro (1.5.0-r1) 19:49:40 (25/33) Installing py3-webencodings (0.5.1-r3) 19:49:40 (26/33) Installing py3-html5lib (1.0.1-r4) 19:49:40 (27/33) Installing py3-pytoml (0.1.21-r0) 19:49:40 (28/33) Installing py3-pep517 (0.8.2-r0) 19:49:40 (29/33) Installing py3-progress (1.5-r0) 19:49:40 (30/33) Installing py3-toml (0.10.1-r0) 19:49:40 (31/33) Installing py3-retrying (1.3.3-r0) 19:49:40 (32/33) Installing py3-contextlib2 (0.6.0-r0) 19:49:40 (33/33) Installing py3-pip (20.1.1-r0) 19:49:40 Executing busybox-1.31.1-r19.trigger 19:49:40 OK: 71 MiB in 55 packages 19:49:41 ---> 35432bc1d69b 19:49:41 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 19:49:42 ---> 074f95967491 19:49:42 Step 19/23 : ENTRYPOINT ["/core-data"] 19:49:42 ---> Running in 39e3bbad0322 19:49:43 Removing intermediate container 39e3bbad0322 19:49:43 ---> 6e80d081457d 19:49:43 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:49:43 ---> Running in 399d5b16873b 19:49:44 Removing intermediate container 399d5b16873b 19:49:44 ---> 3f6155d1ec43 19:49:44 Step 21/23 : LABEL arch=arm64 19:49:44 ---> Running in 6fbed1f978ab 19:49:44 Removing intermediate container 6fbed1f978ab 19:49:44 ---> 0aea955dcb94 19:49:44 Step 22/23 : LABEL git_sha=13bfa15b6482380a2b2c8c224fda0ccf2859a745 19:49:45 ---> Running in 1fd6c3a2ae28 19:49:45 Removing intermediate container 1fd6c3a2ae28 19:49:45 ---> e1392f4896bd 19:49:45 Step 23/23 : LABEL version=0.0.0 19:49:46 ---> Running in 7cd44382be1b 19:49:46 Removing intermediate container af9e81c6379e 19:49:46 ---> e4030e5f9042 19:49:46 Step 20/26 : RUN pip install docker-compose==1.23.2Removing intermediate container 7cd44382be1b 19:49:46 19:49:46 ---> 102dc5a7f5d6 19:49:46 19:49:46 ---> Running in 6e04416cf46c 19:49:47 Successfully built 102dc5a7f5d6 19:49:47 Successfully tagged docker-core-data-go-arm64:latest 19:49:51  Building docker-core-data-go ... done Collecting docker-compose==1.23.2 19:49:51 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 19:49:52 Collecting docopt<0.7,>=0.6.1 19:49:52 Downloading docopt-0.6.2.tar.gz (25 kB) 19:49:54 Collecting PyYAML<4,>=3.10 19:49:54 Downloading PyYAML-3.13.tar.gz (270 kB) 19:49:58 Collecting docker<4.0,>=3.6.0 19:49:58 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 19:49:58 Collecting jsonschema<3,>=2.5.1 19:49:58 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 19:49:58 Collecting cached-property<2,>=1.2.0 19:49:58 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 19:49:58 Collecting texttable<0.10,>=0.9.0 19:49:58 Downloading texttable-0.9.1.tar.gz (11 kB) 19:50:00 Collecting dockerpty<0.5,>=0.4.1 19:50:00 Downloading dockerpty-0.4.1.tar.gz (13 kB) 19:50:02 Collecting websocket-client<1.0,>=0.32.0 19:50:02 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 19:50:03 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 19:50:04 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 19:50:04 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 19:50:04 Collecting docker-pycreds>=0.4.0 19:50:04 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 19:50:04 Collecting idna<2.8,>=2.5 19:50:04 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 19:50:04 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) 19:50:04 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) 19:50:05 Collecting urllib3<1.25,>=1.21.1 19:50:05 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 19:50:05 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 19:50:05 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 19:50:05 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 19:50:05 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 19:50:06 Installing collected packages: docopt, PyYAML, idna, urllib3, requests, docker-pycreds, websocket-client, docker, jsonschema, cached-property, texttable, dockerpty, docker-compose 19:50:06 Running setup.py install for docopt: started 19:50:08 Running setup.py install for docopt: finished with status 'done' 19:50:08 Running setup.py install for PyYAML: started 19:50:10 Running setup.py install for PyYAML: finished with status 'done' 19:50:10 Attempting uninstall: idna 19:50:10 Found existing installation: idna 2.9 19:50:10 Uninstalling idna-2.9: 19:50:10 Successfully uninstalled idna-2.9 19:50:10 Attempting uninstall: urllib3 19:50:10 Found existing installation: urllib3 1.25.9 19:50:10 Uninstalling urllib3-1.25.9: 19:50:10 Successfully uninstalled urllib3-1.25.9 19:50:11 Attempting uninstall: requests 19:50:11 Found existing installation: requests 2.23.0 19:50:11 Uninstalling requests-2.23.0: 19:50:11 Successfully uninstalled requests-2.23.0 19:50:13 Running setup.py install for texttable: started 19:50:14 Running setup.py install for texttable: finished with status 'done' 19:50:14 Running setup.py install for dockerpty: started 19:50:16 Running setup.py install for dockerpty: finished with status 'done' 19:50:17 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 19:50:21 Removing intermediate container 6e04416cf46c 19:50:21 ---> fd65d34156fb 19:50:21 Step 21/26 : RUN apk --no-cache add curl 19:50:21 ---> Running in 29b1bb13d6e6 19:50:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:50:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:50:23 (1/3) Installing nghttp2-libs (1.41.0-r0) 19:50:23 (2/3) Installing libcurl (7.69.1-r3) 19:50:23 (3/3) Installing curl (7.69.1-r3) 19:50:23 Executing busybox-1.31.1-r19.trigger 19:50:23 OK: 72 MiB in 58 packages 19:50:24 Removing intermediate container 29b1bb13d6e6 19:50:24 ---> 267f617c0e11 19:50:24 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 19:50:24 ---> Running in 58edd9175c04 19:50:25 Removing intermediate container 58edd9175c04 19:50:25 ---> d74ed5480045 19:50:25 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:50:25 ---> Running in 9325b169b922 19:50:26 Removing intermediate container 9325b169b922 19:50:26 ---> c24df8ef1d92 19:50:26 Step 24/26 : LABEL arch=arm64 19:50:26 ---> Running in 4fdfdf84dec1 19:50:26 Removing intermediate container 4fdfdf84dec1 19:50:26 ---> a24a94790d17 19:50:26 Step 25/26 : LABEL git_sha=13bfa15b6482380a2b2c8c224fda0ccf2859a745 19:50:26 ---> Running in 0c5c85193786 19:50:27 Removing intermediate container 0c5c85193786 19:50:27 ---> 612fbbe2fe75 19:50:27 Step 26/26 : LABEL version=0.0.0 19:50:27 ---> Running in 81a731e87674 19:50:27 Removing intermediate container 81a731e87674 19:50:27 ---> 0b76994d2d45 19:50:27 19:50:28 Successfully built 0b76994d2d45 19:50:28 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 19:50:28  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 19:50:28 $ docker stop --time=1 18337669a855c7ba36a8d69d2bcfddb4e8ca488b2a077af5cefd1cc81ddfe6b3 19:50:30 $ docker rm -f 18337669a855c7ba36a8d69d2bcfddb4e8ca488b2a077af5cefd1cc81ddfe6b3 [Pipeline] // withDockerContainer [Pipeline] sh 19:50:31 + grep docker 19:50:31 + docker images 19:50:31 docker-sys-mgmt-agent-go-arm64 latest 0b76994d2d45 4 seconds ago 301MB 19:50:31 docker-core-data-go-arm64 latest 102dc5a7f5d6 45 seconds ago 21.4MB 19:50:31 docker-support-scheduler-go-arm64 latest 7a01e7e4eb97 About a minute ago 16.4MB 19:50:31 docker-security-proxy-setup-go-arm64 latest 6e1f61081743 About a minute ago 24.1MB 19:50:31 docker-security-bootstrapper-go-arm64 latest 7b8e14634472 4 minutes ago 17.9MB 19:50:31 docker-core-metadata-go-arm64 latest 0d28ccb3291a 4 minutes ago 17.9MB 19:50:31 docker-core-command-go-arm64 latest 90151ba2a17c 4 minutes ago 16.3MB 19:50:31 docker-support-notifications-go-arm64 latest a46e8f67cf3d 4 minutes ago 16.9MB 19:50:31 docker-security-secretstore-setup-go-arm64 latest df13bbd20767 4 minutes ago 24.4MB 19:50:31 docker 20.10.0 eeaf43b92773 3 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 19:50:32 ---> job-cost.sh 19:50:32 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-Sken 19:51:11 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 19:52:48 lf-activate-venv(): INFO: Adding /tmp/venv-Sken/bin to PATH 19:52:48 INFO: No Stack... 19:52:48 INFO: Retrieving Pricing Info for: lf-standard-4 19:52:48 INFO: Archiving Costs [Pipeline] sh 19:52:48 + cat /w/workspace/edgex-go/37/archives/cost.csv 19:52:48 + cut -d, -f6 [Pipeline] lock 19:52:48 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3234-37-stack-cost] 19:52:48 Resource [jenkins-edgexfoundry-edgex-go-PR-3234-37-stack-cost] did not exist. Created. 19:52:48 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3234-37-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 19:52:49 + echo total: 0.20999999344348907 [Pipeline] stash 19:52:49 Stashed 1 file(s) [Pipeline] } 19:52:49 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3234-37-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 19:52:52 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 19:52:53 ---> package-listing.sh 19:52:53 ++ facter osfamily 19:52:53 ++ tr '[:upper:]' '[:lower:]' 19:52:53 + OS_FAMILY=redhat 19:52:53 + workspace=/w/workspace/edgex-go/37 19:52:53 + START_PACKAGES=/tmp/packages_start.txt 19:52:53 + END_PACKAGES=/tmp/packages_end.txt 19:52:53 + DIFF_PACKAGES=/tmp/packages_diff.txt 19:52:53 + PACKAGES=/tmp/packages_start.txt 19:52:53 + '[' /w/workspace/edgex-go/37 ']' 19:52:53 + PACKAGES=/tmp/packages_end.txt 19:52:53 + case "${OS_FAMILY}" in 19:52:53 + rpm -qa 19:52:53 + sort 19:52:58 + '[' -f /tmp/packages_start.txt ']' 19:52:58 + '[' -f /tmp/packages_end.txt ']' 19:52:58 + diff /tmp/packages_start.txt /tmp/packages_end.txt 19:52:58 + '[' /w/workspace/edgex-go/37 ']' 19:52:58 + mkdir -p /w/workspace/edgex-go/37/archives/ 19:52:58 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/37/archives/ [Pipeline] echo 19:52:58 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/37/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 19:52:58 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 19:52:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 19:52:59 19:52:59 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 19:52:59 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 19:52:59 alpine: Pulling from edgex-lftools-log-publisher 19:52:59 df20fa9351a1: Pulling fs layer 19:52:59 36b3adc4ff6f: Pulling fs layer 19:52:59 8ad3a11d3b57: Pulling fs layer 19:52:59 46f8f816bc3b: Pulling fs layer 19:52:59 93b61091891f: Pulling fs layer 19:52:59 93b9cdb0e59b: Pulling fs layer 19:52:59 5e14af77c1be: Pulling fs layer 19:52:59 01666e4c0597: Pulling fs layer 19:52:59 aa168da1d23b: Pulling fs layer 19:52:59 46f8f816bc3b: Waiting 19:52:59 93b61091891f: Waiting 19:52:59 93b9cdb0e59b: Waiting 19:52:59 aa168da1d23b: Waiting 19:52:59 5e14af77c1be: Waiting 19:52:59 01666e4c0597: Waiting 19:52:59 36b3adc4ff6f: Download complete 19:52:59 46f8f816bc3b: Verifying Checksum 19:52:59 46f8f816bc3b: Download complete 19:52:59 df20fa9351a1: Verifying Checksum 19:52:59 df20fa9351a1: Download complete 19:52:59 93b9cdb0e59b: Verifying Checksum 19:52:59 93b9cdb0e59b: Download complete 19:52:59 5e14af77c1be: Verifying Checksum 19:52:59 5e14af77c1be: Download complete 19:52:59 93b61091891f: Verifying Checksum 19:52:59 93b61091891f: Download complete 19:52:59 01666e4c0597: Verifying Checksum 19:52:59 01666e4c0597: Download complete 19:52:59 8ad3a11d3b57: Verifying Checksum 19:52:59 8ad3a11d3b57: Download complete 19:53:00 df20fa9351a1: Pull complete 19:53:00 36b3adc4ff6f: Pull complete 19:53:01 8ad3a11d3b57: Pull complete 19:53:01 46f8f816bc3b: Pull complete 19:53:02 aa168da1d23b: Verifying Checksum 19:53:02 aa168da1d23b: Download complete 19:53:03 93b61091891f: Pull complete 19:53:03 93b9cdb0e59b: Pull complete 19:53:03 5e14af77c1be: Pull complete 19:53:03 01666e4c0597: Pull complete 19:53:13 aa168da1d23b: Pull complete 19:53:13 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 19:53:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 19:53:13 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 19:53:14 prd-centos7-docker-4c-2g-31820 does not seem to be running inside a container 19:53:14 $ 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/37/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/37 -v /w/workspace/edgex-go/37:/w/workspace/edgex-go/37:rw,z -v /w/workspace/edgex-go/37@tmp:/w/workspace/edgex-go/37@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 19:53:18 $ docker top 8d07e4effff05e6aeb7ffa470d16364329027283fc557f9c3ff251b780414801 -eo pid,comm [Pipeline] { [Pipeline] sh 19:53:19 + touch /tmp/pre-build-complete [Pipeline] sh 19:53:19 + mkdir -p /var/log/sa [Pipeline] sh 19:53:19 + ls /var/log/sa-host 19:53:19 + sadf -c /var/log/sa-host/sa23 19:53:19 file_magic: OK 19:53:19 HZ: Using current value: 100 19:53:19 file_header: OK 19:53:19 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 19:53:19 Statistics: 19:53:19 Hnuu...uuuununununu... 19:53:19 File successfully converted to sysstat format version 12.2.1 19:53:19 + sadf -c /var/log/sa-host/sa29 19:53:19 file_magic: OK 19:53:19 HZ: Using current value: 100 19:53:19 file_header: OK 19:53:19 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 19:53:19 Statistics: 19:53:19 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...Hnuu...uuuununununu... 19:53:19 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:53:19 provisioning config files... 19:53:19 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/37@tmp/config1783341828452840511tmp [Pipeline] { [Pipeline] echo 19:53:20 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 19:53:20 ---> create-netrc.sh [Pipeline] } 19:53:20 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 19:53:20 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 19:53:20 ---> python-tools-install.sh [Pipeline] echo 19:53:20 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 19:53:21 ---> sudo-logs.sh 19:53:21 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 19:53:21 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 19:53:21 ---> job-cost.sh 19:53:21 lf-activate-venv: SKIPPING 19:53:21 DEBUG: total: 0.20999999344348907 19:53:21 INFO: Retrieving Stack Cost... 19:53:22 INFO: Retrieving Pricing Info for: v1-standard-2 19:53:23 INFO: Archiving Costs [Pipeline] echo 19:53:23 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 19:53:23 ---> logs-deploy.sh 19:53:23 lf-activate-venv: SKIPPING 19:53:23 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3234/37 19:53:23 INFO: archiving workspace using pattern(s): 19:53:25 Archives upload complete. 19:53:25 INFO: archiving logs to Nexus