Pull request #3241 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of tonyespy for edgexfoundry/edgex-go Obtained Jenkinsfile from 4883de4e12c0f41f4c63387f79e841415c388155+5dc7e5651dca608dfecf419d4d65481f56e38b66 (df7c0b435bc9fddb89846bfe7c032c05069f59ea) 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-31247 in /w/workspace/edgexfoundry_edgex-go_PR-3241 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/12 [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/12 # 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 > 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/3241/head:refs/remotes/origin/PR-3241 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 5dc7e5651dca608dfecf419d4d65481f56e38b66 into PR head commit 4883de4e12c0f41f4c63387f79e841415c388155 Merge succeeded, producing 4883de4e12c0f41f4c63387f79e841415c388155 Checking out Revision 4883de4e12c0f41f4c63387f79e841415c388155 (PR-3241) > git config core.sparsecheckout # timeout=10 > git checkout -f 4883de4e12c0f41f4c63387f79e841415c388155 # 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 5dc7e5651dca608dfecf419d4d65481f56e38b66 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4883de4e12c0f41f4c63387f79e841415c388155 # timeout=10 Commit message: "fix(snap): secure kong admin ports" First time build. Skipping changelog. > git rev-list --no-walk db632eb565189343b9e553b7e778c2c099fc399e # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 20:03:14 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 20:03:14 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 20:03:15 ========================================================= 20:03:15 EdgeX Global Pipelines Version Info 20:03:15 ========================================================= [Pipeline] libraryResource [Pipeline] sh 20:03:16 ------------------- 20:03:16 stable info: 20:03:16 ------------------- 20:03:16 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 20:03:16 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 20:03:16 Message: update stable to v1.0.186 20:03:17 ------------------- 20:03:17 experimental info: 20:03:17 ------------------- 20:03:17 Commited By: **** collab-it+edgex@linuxfoundation.org 20:03:17 Commit SHA: 606c6f769ab3e61af702b3bd2da8ca6cacc01659 20:03:17 Message: update experimental to v1.0.187 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 20:03:17 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 20:03:17 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 20:03:18 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 20:03:18 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 20:03:18 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 20:03:18 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 20:03:18 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 20:03:18 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 20:03:18 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 20:03:18 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 20:03:18 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 20:03:18 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 20:03:19 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 20:03:19 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 20:03:19 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 20:03:19 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 20:03:19 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 20:03:19 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 20:03:19 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 20:03:19 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 20:03:19 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 20:03:20 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 20:03:20 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3241 [Pipeline] echo 20:03:20 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3241 [Pipeline] echo 20:03:20 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3241 [Pipeline] echo 20:03:20 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 4883de4e12c0f41f4c63387f79e841415c388155 [Pipeline] echo 20:03:20 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4883de4 [Pipeline] echo 20:03:20 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 20:03:20 provisioning config files... 20:03:20 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/12@tmp/config648045566786032862tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:03:21 ---> docker-login.sh 20:03:21 nexus3.edgexfoundry.org:10001 20:03:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:03:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:03:21 Configure a credential helper to remove this warning. See 20:03:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:03:21 20:03:21 Login Succeeded 20:03:21 nexus3.edgexfoundry.org:10002 20:03:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:03:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:03:22 Configure a credential helper to remove this warning. See 20:03:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:03:22 20:03:22 Login Succeeded 20:03:22 nexus3.edgexfoundry.org:10003 20:03:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:03:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:03:22 Configure a credential helper to remove this warning. See 20:03:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:03:22 20:03:22 Login Succeeded 20:03:22 nexus3.edgexfoundry.org:10004 20:03:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:03:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:03:22 Configure a credential helper to remove this warning. See 20:03:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:03:22 20:03:22 Login Succeeded 20:03:22 docker.io 20:03:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:03:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:03:22 Configure a credential helper to remove this warning. See 20:03:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:03:22 20:03:22 Login Succeeded 20:03:22 ---> docker-login.sh ends [Pipeline] } 20:03:22 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:03:23 ++ 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 20:03:23 + for file in '`ls cmd/**/Dockerfile`' 20:03:23 ++ dirname cmd/core-command/Dockerfile 20:03:23 ++ cut -d/ -f2 20:03:23 + echo core-command,cmd/core-command/Dockerfile 20:03:23 + for file in '`ls cmd/**/Dockerfile`' 20:03:23 ++ dirname cmd/core-data/Dockerfile 20:03:23 ++ cut -d/ -f2 20:03:23 + echo core-data,cmd/core-data/Dockerfile 20:03:23 + for file in '`ls cmd/**/Dockerfile`' 20:03:23 ++ dirname cmd/core-metadata/Dockerfile 20:03:23 ++ cut -d/ -f2 20:03:23 + echo core-metadata,cmd/core-metadata/Dockerfile 20:03:23 + for file in '`ls cmd/**/Dockerfile`' 20:03:23 ++ dirname cmd/security-bootstrapper/Dockerfile 20:03:23 ++ cut -d/ -f2 20:03:23 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 20:03:23 + for file in '`ls cmd/**/Dockerfile`' 20:03:23 ++ dirname cmd/security-proxy-setup/Dockerfile 20:03:23 ++ cut -d/ -f2 20:03:23 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 20:03:23 + for file in '`ls cmd/**/Dockerfile`' 20:03:23 ++ dirname cmd/security-secretstore-setup/Dockerfile 20:03:23 ++ cut -d/ -f2 20:03:23 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 20:03:23 + for file in '`ls cmd/**/Dockerfile`' 20:03:23 ++ dirname cmd/support-notifications/Dockerfile 20:03:23 ++ cut -d/ -f2 20:03:23 + echo support-notifications,cmd/support-notifications/Dockerfile 20:03:23 + for file in '`ls cmd/**/Dockerfile`' 20:03:23 ++ dirname cmd/support-scheduler/Dockerfile 20:03:23 ++ cut -d/ -f2 20:03:23 + echo support-scheduler,cmd/support-scheduler/Dockerfile 20:03:23 + for file in '`ls cmd/**/Dockerfile`' 20:03:23 ++ dirname cmd/sys-mgmt-agent/Dockerfile 20:03:23 ++ cut -d/ -f2 20:03:23 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 20:03:23 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 20:03:25 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:03:25 20:03:25 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 20:03:25 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:03:25 latest: Pulling from edgex-devops/git-semver 20:03:25 31603596830f: Pulling fs layer 20:03:25 2a8b12db71e7: Pulling fs layer 20:03:25 6ca5941a6612: Pulling fs layer 20:03:25 ecc8261a40a4: Pulling fs layer 20:03:25 ecc8261a40a4: Waiting 20:03:25 2a8b12db71e7: Verifying Checksum 20:03:25 2a8b12db71e7: Download complete 20:03:25 31603596830f: Verifying Checksum 20:03:25 31603596830f: Download complete 20:03:25 6ca5941a6612: Verifying Checksum 20:03:25 6ca5941a6612: Download complete 20:03:25 ecc8261a40a4: Verifying Checksum 20:03:25 ecc8261a40a4: Download complete 20:03:26 31603596830f: Pull complete 20:03:26 2a8b12db71e7: Pull complete 20:03:26 6ca5941a6612: Pull complete 20:03:27 ecc8261a40a4: Pull complete 20:03:27 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 20:03:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:03:27 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 20:03:27 prd-centos7-docker-4c-2g-31247 does not seem to be running inside a container 20:03:27 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 20:03:30 $ docker top 87951124f5958b3003ffa6f7db99850b0438b121a20ba669e9ad10ff6ac1d9a2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:03:30 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:03:30 [ssh-agent] Looking for ssh-agent implementation... 20:03:30 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:03:30 $ docker exec 87951124f5958b3003ffa6f7db99850b0438b121a20ba669e9ad10ff6ac1d9a2 ssh-agent 20:03:30 SSH_AUTH_SOCK=/tmp/ssh-EZWczG4nn5gO/agent.11 20:03:30 SSH_AGENT_PID=16 20:03:30 Running ssh-add (command line suppressed) 20:03:31 Identity added: /w/workspace/edgex-go/12@tmp/private_key_7709379036052740842.key (/w/workspace/edgex-go/12@tmp/private_key_7709379036052740842.key) 20:03:31 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:03:31 + git tag --points-at HEAD [Pipeline] } 20:03:31 $ docker exec --env ******** --env ******** 87951124f5958b3003ffa6f7db99850b0438b121a20ba669e9ad10ff6ac1d9a2 ssh-agent -k 20:03:31 unset SSH_AUTH_SOCK; 20:03:31 unset SSH_AGENT_PID; 20:03:31 echo Agent pid 16 killed; 20:03:31 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 20:03:31 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:03:31 [ssh-agent] Looking for ssh-agent implementation... 20:03:31 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:03:31 $ docker exec 87951124f5958b3003ffa6f7db99850b0438b121a20ba669e9ad10ff6ac1d9a2 ssh-agent 20:03:32 SSH_AUTH_SOCK=/tmp/ssh-naWdm5YWBMbU/agent.44 20:03:32 SSH_AGENT_PID=50 20:03:32 Running ssh-add (command line suppressed) 20:03:32 Identity added: /w/workspace/edgex-go/12@tmp/private_key_3385954612029325892.key (/w/workspace/edgex-go/12@tmp/private_key_3385954612029325892.key) 20:03:32 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:03:32 + git semver init 20:03:32 # -> Open(): unable to determine branch for HEAD 20:03:32 # $GIT_DIR = /w/workspace/edgex-go/12/.git 20:03:32 # $GIT_WORK_TREE = /w/workspace/edgex-go/12 20:03:32 # $SEMVER_REMOTE_NAME = origin 20:03:32 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:03:32 # $SEMVER_USER_NAME = edgex-jenkins 20:03:32 # $SEMVER_BRANCH = PR-3241 20:03:32 # $SEMVER_TEMP = /tmp/semver-790107290 20:03:32 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 20:03:50 # '/tmp/semver-790107290' -> '/w/workspace/edgex-go/12/.semver' 20:03:50 # -> Force: false 20:03:51 # $SEMVER_DIR = /w/workspace/edgex-go/12/.semver [Pipeline] } 20:03:51 $ docker exec --env ******** --env ******** 87951124f5958b3003ffa6f7db99850b0438b121a20ba669e9ad10ff6ac1d9a2 ssh-agent -k 20:03:51 unset SSH_AUTH_SOCK; 20:03:51 unset SSH_AGENT_PID; 20:03:51 echo Agent pid 50 killed; 20:03:51 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:03:52 + git semver [Pipeline] } 20:03:52 $ docker stop --time=1 87951124f5958b3003ffa6f7db99850b0438b121a20ba669e9ad10ff6ac1d9a2 20:03:54 $ docker rm -f 87951124f5958b3003ffa6f7db99850b0438b121a20ba669e9ad10ff6ac1d9a2 [Pipeline] // withDockerContainer [Pipeline] sh 20:03:54 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 20:03:55 Stashed 1 file(s) [Pipeline] echo 20:03:55 [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 20:03:56 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 20:03:56 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 20:03:56 + true 20:03:56 + sudo service docker restart 20:03:56 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 20:03:57 ========================================================= 20:03:57 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 20:03:57 ========================================================= [Pipeline] isUnix [Pipeline] sh 20:03:57 + 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 . 20:04:01 Sending build context to Docker daemon 328.8MB 20:04:01 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 20:04:01 Step 2/6 : FROM ${BASE} 20:04:01 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 20:04:01 188c0c94c7c5: Pulling fs layer 20:04:01 0ef7d3d256c8: Pulling fs layer 20:04:01 de9db76c5a1d: Pulling fs layer 20:04:01 bca2f99d35d6: Pulling fs layer 20:04:01 93359f2a8cfa: Pulling fs layer 20:04:01 7c6f9722023f: Pulling fs layer 20:04:01 a35cf1a2eb13: Pulling fs layer 20:04:01 bca2f99d35d6: Waiting 20:04:01 93359f2a8cfa: Waiting 20:04:01 7c6f9722023f: Waiting 20:04:01 a35cf1a2eb13: Waiting 20:04:02 de9db76c5a1d: Verifying Checksum 20:04:02 de9db76c5a1d: Download complete 20:04:02 0ef7d3d256c8: Download complete 20:04:02 93359f2a8cfa: Verifying Checksum 20:04:02 93359f2a8cfa: Download complete 20:04:02 7c6f9722023f: Verifying Checksum 20:04:02 7c6f9722023f: Download complete 20:04:02 188c0c94c7c5: Verifying Checksum 20:04:02 188c0c94c7c5: Download complete 20:04:02 188c0c94c7c5: Pull complete 20:04:03 0ef7d3d256c8: Pull complete 20:04:03 de9db76c5a1d: Pull complete 20:04:04 a35cf1a2eb13: Verifying Checksum 20:04:04 a35cf1a2eb13: Download complete 20:04:05 bca2f99d35d6: Verifying Checksum 20:04:05 bca2f99d35d6: Download complete 20:04:10 Still waiting to schedule task 20:04:10 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 20:04:12 bca2f99d35d6: Pull complete 20:04:12 93359f2a8cfa: Pull complete 20:04:12 7c6f9722023f: Pull complete 20:04:16 a35cf1a2eb13: Pull complete 20:04:16 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 20:04:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 20:04:16 ---> a62c8e92a672 20:04:16 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 20:04:16 ---> Running in bbd5524151ac 20:04:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:04:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:04:18 (1/12) Installing libmagic (5.38-r0) 20:04:18 (2/12) Installing file (5.38-r0) 20:04:18 (3/12) Installing libc-dev (0.7.2-r3) 20:04:18 (4/12) Installing g++ (9.3.0-r2) 20:04:28 (5/12) Installing fortify-headers (1.1-r0) 20:04:28 (6/12) Installing patch (2.7.6-r6) 20:04:28 (7/12) Installing build-base (0.5-r2) 20:04:28 (8/12) Installing libsodium (1.0.18-r0) 20:04:28 (9/12) Installing pkgconf (1.7.2-r0) 20:04:28 (10/12) Installing libsodium-dev (1.0.18-r0) 20:04:28 (11/12) Installing libzmq (4.3.3-r0) 20:04:28 (12/12) Installing zeromq-dev (4.3.3-r0) 20:04:28 Executing busybox-1.31.1-r19.trigger 20:04:28 OK: 233 MiB in 51 packages 20:04:32 Removing intermediate container bbd5524151ac 20:04:32 ---> 64aad9fd0e0d 20:04:32 Step 4/6 : WORKDIR /edgex-go 20:04:32 ---> Running in ce02018e7799 20:04:32 Removing intermediate container ce02018e7799 20:04:32 ---> c1295bc725e3 20:04:32 Step 5/6 : COPY go.mod . 20:04:32 ---> 42e43dc4d2dd 20:04:32 Step 6/6 : RUN go mod download 20:04:32 ---> Running in 4f21c40e1ef3 20:04:54 Removing intermediate container 4f21c40e1ef3 20:04:54 ---> ca9149dc8780 20:04:54 Successfully built ca9149dc8780 20:04:54 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 20:04:54 + docker inspect -f . ci-base-image-x86_64 20:04:54 . [Pipeline] withDockerContainer 20:04:54 prd-centos7-docker-4c-2g-31247 does not seem to be running inside a container 20:04:54 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@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 ******** ci-base-image-x86_64 cat 20:04:55 $ docker top 920c0c18485d3ecdc1ce87b1ba80a5557d51aea964c286bc895bbabe5a38d8a5 -eo pid,comm [Pipeline] { [Pipeline] sh 20:04:56 + go version 20:04:56 go version go1.15.5 linux/amd64 [Pipeline] } 20:04:56 $ docker stop --time=1 920c0c18485d3ecdc1ce87b1ba80a5557d51aea964c286bc895bbabe5a38d8a5 20:04:57 $ docker rm -f 920c0c18485d3ecdc1ce87b1ba80a5557d51aea964c286bc895bbabe5a38d8a5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:04:58 + docker inspect -f . ci-base-image-x86_64 20:04:58 . [Pipeline] withDockerContainer 20:04:58 prd-centos7-docker-4c-2g-31247 does not seem to be running inside a container 20:04:58 $ 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/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@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 ******** ci-base-image-x86_64 cat 20:04:59 $ docker top 066ef1db1b974fecbd4a7b6255284be4d55b69d5fc96add2a7a665d51e20b904 -eo pid,comm [Pipeline] { [Pipeline] echo 20:04:59 ========================================================= 20:04:59 [edgeXBuildGoParallel] Running Tests and Build... 20:04:59 ========================================================= [Pipeline] sh 20:04:59 + make test 20:04:59 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 20:05:09 ? github.com/edgexfoundry/edgex-go [no test files] 20:05:28 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 20:05:30 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 20:05:32 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 20:05:32 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 20:05:33 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 20:05:33 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 20:05:33 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 20:05:34 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 20:05:34 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 20:05:35 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 20:05:37 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 20:05:37 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 20:05:37 ? github.com/edgexfoundry/edgex-go/internal [no test files] 20:05:40 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.107s coverage: 45.9% of statements 20:05:40 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 20:05:40 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 20:05:40 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 20:05:40 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 20:05:40 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 20:05:40 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 20:05:40 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.082s coverage: 19.8% of statements 20:05:40 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.083s coverage: 100.0% of statements 20:05:44 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.194s coverage: 27.1% of statements 20:05:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 20:05:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 20:05:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 20:05:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 20:05:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 20:05:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 20:05:44 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.045s coverage: 100.0% of statements 20:05:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 20:05:44 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.039s coverage: 100.0% of statements 20:05:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 20:05:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 20:05:44 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.105s coverage: 71.3% of statements 20:05:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 20:05:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 20:05:45 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.155s coverage: 82.9% of statements 20:05:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 20:05:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 20:05:45 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.054s coverage: 78.9% of statements 20:05:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 20:05:48 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.328s coverage: 28.6% of statements 20:05:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 20:05:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 20:05:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 20:05:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 20:05:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 20:05:48 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.060s coverage: 100.0% of statements 20:05:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 20:05:48 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.041s coverage: 100.0% of statements 20:05:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 20:05:48 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.098s coverage: 86.7% of statements 20:05:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 20:05:48 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.135s coverage: 97.5% of statements 20:05:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 20:05:48 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.065s coverage: 78.3% of statements 20:05:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 20:05:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 20:05:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 20:05:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 20:05:50 Running on prd-ubuntu18.04-docker-arm64-4c-16g-31249 in /w/workspace/edgexfoundry_edgex-go_PR-3241 [Pipeline] { [Pipeline] ws 20:05:50 Running in /w/workspace/edgex-go/12 [Pipeline] { [Pipeline] checkout 20:05:50 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.448s coverage: 92.8% of statements 20:05:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 20:05:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 20:05:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 20:05:50 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 20:05:50 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 20:05:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 20:05:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 20:05:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 20:05:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 20:05:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 20:05:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 20:05:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 20:05:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 20:05:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 20:05:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 20:05:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 20:05:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 20:05:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 20:05:50 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.033s coverage: 58.8% of statements 20:05:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 20:05:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 20:05:50 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.070s coverage: 0.1% of statements 20:05:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 20:05:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 20:05:50 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 20:05:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.047s coverage: 47.1% of statements 20:05:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.047s coverage: 79.5% of statements 20:05:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.053s coverage: 94.1% of statements 20:05:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.039s coverage: 96.3% of statements 20:05:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.062s coverage: 87.5% of statements 20:05:55 using credential edgex-jenkins-ssh 20:05:55 Cloning the remote Git repository 20:05:55 Cloning repository git@github.com:edgexfoundry/edgex-go.git 20:05:55 > git init /w/workspace/edgex-go/12 # timeout=10 20:05:55 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 20:05:55 > git --version # timeout=10 20:05:55 > git --version # 'git version 2.17.1' 20:05:55 using GIT_SSH to set credentials SSH Credentials for GitHub 20:05:55 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 20:06:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.055s coverage: 94.4% of statements 20:06:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.037s coverage: 44.8% of statements 20:06:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.208s coverage: 82.6% of statements 20:06:10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 20:06:10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:06:10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 20:06:10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 20:06:10 using GIT_SSH to set credentials SSH Credentials for GitHub 20:06:10 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3241/head:refs/remotes/origin/PR-3241 +refs/heads/master:refs/remotes/origin/master # timeout=10 20:06:11 Merging remotes/origin/master commit 5dc7e5651dca608dfecf419d4d65481f56e38b66 into PR head commit 4883de4e12c0f41f4c63387f79e841415c388155 20:06:11 Merge succeeded, producing 4883de4e12c0f41f4c63387f79e841415c388155 20:06:11 Checking out Revision 4883de4e12c0f41f4c63387f79e841415c388155 (PR-3241) 20:06:11 > git config core.sparsecheckout # timeout=10 20:06:11 > git checkout -f 4883de4e12c0f41f4c63387f79e841415c388155 # timeout=10 20:06:11 > git remote # timeout=10 20:06:11 > git config --get remote.origin.url # timeout=10 20:06:11 using GIT_SSH to set credentials SSH Credentials for GitHub 20:06:11 > git merge 5dc7e5651dca608dfecf419d4d65481f56e38b66 # timeout=10 20:06:11 > git rev-parse HEAD^{commit} # timeout=10 20:06:11 > git config core.sparsecheckout # timeout=10 20:06:11 > git checkout -f 4883de4e12c0f41f4c63387f79e841415c388155 # timeout=10 20:06:14 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.068s coverage: 92.9% of statements 20:06:14 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 20:06:14 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 20:06:14 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 20:06:14 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 77.8% of statements 20:06:14 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 20:06:14 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 20:06:14 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 20:06:14 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 20:06:14 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 20:06:14 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.046s coverage: 87.2% of statements 20:06:14 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 20:06:14 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 20:06:14 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements 20:06:14 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 20:06:14 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.044s coverage: 75.5% of statements 20:06:14 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 20:06:14 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.035s coverage: 80.8% of statements 20:06:14 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.069s coverage: 87.2% of statements 20:06:14 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.055s coverage: 84.6% of statements 20:06:14 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.075s coverage: 91.6% of statements 20:06:14 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 20:06:14 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.179s coverage: 64.4% of statements 20:06:14 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 20:06:14 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 20:06:14 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.038s coverage: 100.0% of statements 20:06:14 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.047s coverage: 91.3% of statements 20:06:14 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.025s coverage: 100.0% of statements 20:06:14 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.030s coverage: 73.7% of statements 20:06:14 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.026s coverage: 100.0% of statements 20:06:14 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.367s coverage: 69.0% of statements 20:06:14 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 20:06:14 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 20:06:14 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 20:06:14 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.113s coverage: 38.4% of statements 20:06:14 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 20:06:14 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 20:06:14 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.044s coverage: 89.5% of statements 20:06:14 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 20:06:14 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.037s coverage: 84.8% of statements 20:06:14 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.153s coverage: 47.0% of statements 20:06:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 20:06:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 20:06:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 20:06:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 20:06:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 20:06:14 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.080s coverage: 100.0% of statements 20:06:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 20:06:14 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.049s coverage: 100.0% of statements 20:06:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 20:06:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 20:06:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 20:06:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 20:06:14 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.149s coverage: 87.1% of statements 20:06:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 20:06:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 20:06:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 20:06:15 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.760s coverage: 29.1% of statements 20:06:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 20:06:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 20:06:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 20:06:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 20:06:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 20:06:15 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.059s coverage: 99.0% of statements 20:06:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 20:06:15 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.043s coverage: 100.0% of statements 20:06:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 20:06:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 20:06:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 20:06:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 20:06:15 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.094s coverage: 94.0% of statements 20:06:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 20:06:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 20:06:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 20:06:15 ok github.com/edgexfoundry/edgex-go/internal/system 0.027s coverage: 0.0% of statements 20:06:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 20:06:15 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.031s coverage: 100.0% of statements 20:06:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 20:06:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 20:06:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 20:06:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 20:06:15 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.042s coverage: 87.9% of statements 20:06:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 20:06:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 20:06:15 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.033s coverage: 100.0% of statements 20:06:16 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.034s coverage: 32.1% of statements 20:06:16 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.037s coverage: 100.0% of statements 20:06:16 Commit message: "fix(snap): secure kong admin ports" 20:06:16 GO111MODULE=on go vet ./... [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:06:18 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 20:06:18 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 20:06:18 + true 20:06:18 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 20:06:21 provisioning config files... 20:06:21 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/12@tmp/config2042829164875819419tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:06:22 ---> docker-login.sh 20:06:22 nexus3.edgexfoundry.org:10001 20:06:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:06:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:06:23 Configure a credential helper to remove this warning. See 20:06:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:06:23 20:06:23 Login Succeeded 20:06:23 nexus3.edgexfoundry.org:10002 20:06:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:06:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:06:24 Configure a credential helper to remove this warning. See 20:06:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:06:24 20:06:24 Login Succeeded 20:06:24 nexus3.edgexfoundry.org:10003 20:06:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:06:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:06:24 Configure a credential helper to remove this warning. See 20:06:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:06:24 20:06:24 Login Succeeded 20:06:24 nexus3.edgexfoundry.org:10004 20:06:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:06:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:06:25 Configure a credential helper to remove this warning. See 20:06:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:06:25 20:06:25 Login Succeeded 20:06:25 docker.io 20:06:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:06:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:06:25 Configure a credential helper to remove this warning. See 20:06:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:06:25 20:06:25 Login Succeeded 20:06:25 ---> docker-login.sh ends [Pipeline] } 20:06:25 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 20:06:26 ========================================================= 20:06:26 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 20:06:26 ========================================================= [Pipeline] isUnix [Pipeline] sh 20:06:26 + 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 . 20:06:29 Sending build context to Docker daemon 166.9MB 20:06:29 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 20:06:29 Step 2/6 : FROM ${BASE} 20:06:29 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 20:06:29 5f621e34cdf4: Pulling fs layer 20:06:29 a4357932f1b6: Pulling fs layer 20:06:29 18c013af1878: Pulling fs layer 20:06:29 00ac8860ef70: Pulling fs layer 20:06:29 63d7cb157983: Pulling fs layer 20:06:29 b116817d02f9: Pulling fs layer 20:06:29 745a02a5169b: Pulling fs layer 20:06:29 b116817d02f9: Waiting 20:06:29 745a02a5169b: Waiting 20:06:29 00ac8860ef70: Waiting 20:06:29 63d7cb157983: Waiting 20:06:29 18c013af1878: Verifying Checksum 20:06:29 18c013af1878: Download complete 20:06:29 a4357932f1b6: Download complete 20:06:29 63d7cb157983: Verifying Checksum 20:06:29 63d7cb157983: Download complete 20:06:29 b116817d02f9: Verifying Checksum 20:06:29 b116817d02f9: Download complete 20:06:29 5f621e34cdf4: Download complete 20:06:29 5f621e34cdf4: Pull complete 20:06:30 a4357932f1b6: Pull complete 20:06:30 18c013af1878: Pull complete 20:06:31 745a02a5169b: Download complete 20:06:32 00ac8860ef70: Download complete 20:06:42 00ac8860ef70: Pull complete 20:06:42 63d7cb157983: Pull complete 20:06:43 b116817d02f9: Pull complete 20:06:46 745a02a5169b: Pull complete 20:06:46 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 20:06:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 20:06:46 ---> b7e6874047d6 20:06:46 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 20:06:49 gofmt -l . 20:06:49 [ "`gofmt -l .`" = "" ] 20:06:49 ./bin/test-go-mod-tidy.sh 20:06:49 ./bin/test-attribution-txt.sh [Pipeline] sh 20:06:49 + ls -al . 20:06:49 total 776 20:06:49 drwxrwxr-x 10 1001 1001 4096 Mar 24 20:06 . 20:06:49 drwxr-xr-x 4 root root 30 Mar 24 20:04 .. 20:06:49 -rw-rw-r-- 1 1001 1001 11 Mar 24 20:03 .dockerignore 20:06:49 drwxrwxr-x 8 1001 1001 179 Mar 24 20:03 .git 20:06:49 drwxrwxr-x 3 1001 1001 125 Mar 24 20:03 .github 20:06:49 -rw-rw-r-- 1 1001 1001 818 Mar 24 20:03 .gitignore 20:06:49 drwx------ 3 1001 1001 60 Mar 24 20:03 .semver 20:06:49 -rw-rw-r-- 1 1001 1001 166 Mar 24 20:03 .sonarcloud.properties 20:06:49 -rw-rw-r-- 1 1001 1001 8607 Mar 24 20:03 Attribution.txt 20:06:49 -rw-rw-r-- 1 1001 1001 3804 Mar 24 20:03 CONTRIBUTING.md 20:06:49 -rw-rw-r-- 1 1001 1001 931 Mar 24 20:03 Dockerfile.build 20:06:49 -rw-rw-r-- 1 1001 1001 863 Mar 24 20:03 Jenkinsfile 20:06:49 -rw-rw-r-- 1 1001 1001 10775 Mar 24 20:03 LICENSE 20:06:49 -rw-rw-r-- 1 1001 1001 5774 Mar 24 20:03 Makefile 20:06:49 -rw-rw-r-- 1 1001 1001 6548 Mar 24 20:03 README.md 20:06:49 -rw-rw-r-- 1 1001 1001 6755 Mar 24 20:03 SECURITY.md 20:06:49 -rw-rw-r-- 1 1001 1001 5 Mar 24 20:03 VERSION 20:06:49 -rw-rw-r-- 1 1001 1001 4131 Mar 24 20:03 ZMQWindows.md 20:06:49 drwxrwxr-x 2 1001 1001 117 Mar 24 20:03 bin 20:06:49 drwxrwxr-x 14 1001 1001 4096 Mar 24 20:03 cmd 20:06:49 -rw-r--r-- 1 root root 666600 Mar 24 20:06 coverage.out 20:06:49 -rw-r--r-- 1 root root 1056 Mar 24 20:06 go.mod 20:06:49 -rw-r--r-- 1 root root 22211 Mar 24 20:06 go.sum 20:06:49 drwxrwxr-x 8 1001 1001 127 Mar 24 20:03 internal 20:06:49 drwxrwxr-x 4 1001 1001 26 Mar 24 20:03 openapi 20:06:49 drwxrwxr-x 4 1001 1001 71 Mar 24 20:03 snap 20:06:49 -rw-rw-r-- 1 1001 1001 168 Mar 24 20:03 version.go [Pipeline] sh 20:06:49 + '[' -e coverage.out ] 20:06:49 + chown 1001:1001 coverage.out [Pipeline] stash 20:06:49 ---> Running in 47d3d81ad550 20:06:49 Stashed 1 file(s) [Pipeline] sh 20:06:50 + make build 20:06:50 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 20:06:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:06:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:06:52 (1/12) Installing libmagic (5.38-r0) 20:06:52 (2/12) Installing file (5.38-r0) 20:06:52 (3/12) Installing libc-dev (0.7.2-r3) 20:06:52 (4/12) Installing g++ (9.3.0-r2) 20:06:54 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 20:06:56 (5/12) Installing fortify-headers (1.1-r0) 20:06:56 (6/12) Installing patch (2.7.6-r6) 20:06:56 (7/12) Installing build-base (0.5-r2) 20:06:56 (8/12) Installing libsodium (1.0.18-r0) 20:06:56 (9/12) Installing pkgconf (1.7.2-r0) 20:06:56 (10/12) Installing libsodium-dev (1.0.18-r0) 20:06:56 (11/12) Installing libzmq (4.3.3-r0) 20:06:57 (12/12) Installing zeromq-dev (4.3.3-r0) 20:06:57 Executing busybox-1.31.1-r19.trigger 20:06:57 OK: 217 MiB in 51 packages 20:07:01 Removing intermediate container 47d3d81ad550 20:07:01 ---> c80bb65c00e7 20:07:01 Step 4/6 : WORKDIR /edgex-go 20:07:01 ---> Running in 8d051e253b01 20:07:01 Removing intermediate container 8d051e253b01 20:07:01 ---> 74391c28f2da 20:07:01 Step 5/6 : COPY go.mod . 20:07:02 ---> 4e3d8bb58a53 20:07:02 Step 6/6 : RUN go mod download 20:07:02 ---> Running in 34a1bd76abc4 20:07:02 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 20:07:03 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 20:07:05 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 20:07:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 20:07:07 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 20:07:09 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 20:07:10 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 20:07:11 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 20:07:12 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 20:07:13 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] } 20:07:15 $ docker stop --time=1 066ef1db1b974fecbd4a7b6255284be4d55b69d5fc96add2a7a665d51e20b904 20:07:17 $ docker rm -f 066ef1db1b974fecbd4a7b6255284be4d55b69d5fc96add2a7a665d51e20b904 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:07:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:07:21 20:07:21 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 20:07:21 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:07:21 latest: Pulling from edgex-devops/edgex-compose 20:07:21 cbdbe7a5bc2a: Pulling fs layer 20:07:21 ca9280d653b3: Pulling fs layer 20:07:21 7e9c9ca2126c: Pulling fs layer 20:07:21 cbdbe7a5bc2a: Verifying Checksum 20:07:21 cbdbe7a5bc2a: Download complete 20:07:22 ca9280d653b3: Verifying Checksum 20:07:22 ca9280d653b3: Download complete 20:07:22 cbdbe7a5bc2a: Pull complete 20:07:23 7e9c9ca2126c: Verifying Checksum 20:07:23 7e9c9ca2126c: Download complete 20:07:23 ca9280d653b3: Pull complete 20:07:29 Removing intermediate container 34a1bd76abc4 20:07:29 ---> 9b7aec9cd9c7 20:07:29 Successfully built 9b7aec9cd9c7 20:07:29 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 20:07:29 + docker inspect -f . ci-base-image-arm64 20:07:29 . [Pipeline] withDockerContainer 20:07:29 prd-ubuntu18.04-docker-arm64-4c-16g-31249 does not seem to be running inside a container 20:07:29 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@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 ******** ci-base-image-arm64 cat 20:07:31 $ docker top eba63a05515ff21fb8bb3406bf4e623c8fb24c0c69c7dc4978a26a3b840a8d6f -eo pid,comm 20:07:31 7e9c9ca2126c: Pull complete 20:07:31 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 20:07:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:07:31 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] { [Pipeline] withDockerContainer 20:07:31 prd-centos7-docker-4c-2g-31247 does not seem to be running inside a container 20:07:31 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@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 20:07:32 $ docker top b2a3e6635ff52cf4f27d3da41d015a4ac835138034f35deab7528796b27b65ac -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh 20:07:33 + docker-compose build --help 20:07:33 + grep parallel 20:07:33 + go version 20:07:33 go version go1.15.5 linux/arm64 [Pipeline] } 20:07:33 $ docker stop --time=1 eba63a05515ff21fb8bb3406bf4e623c8fb24c0c69c7dc4978a26a3b840a8d6f 20:07:34 --parallel Build images in parallel. 20:07:35 $ docker rm -f eba63a05515ff21fb8bb3406bf4e623c8fb24c0c69c7dc4978a26a3b840a8d6f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] } 20:07:35 $ docker stop --time=1 b2a3e6635ff52cf4f27d3da41d015a4ac835138034f35deab7528796b27b65ac 20:07:37 $ docker rm -f b2a3e6635ff52cf4f27d3da41d015a4ac835138034f35deab7528796b27b65ac [Pipeline] // script [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] isUnix [Pipeline] sh 20:07:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:07:38 . [Pipeline] withDockerContainer 20:07:38 + docker inspect -f . ci-base-image-arm64 20:07:38 . 20:07:38 prd-centos7-docker-4c-2g-31247 does not seem to be running inside a container 20:07:38 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 20:07:39 $ docker top 88c317138636e013b333ff3f8215ef74f5223dfe5b3fb2ae820fa37c8f79c3e6 -eo pid,comm [Pipeline] { [Pipeline] withDockerContainer 20:07:39 prd-ubuntu18.04-docker-arm64-4c-16g-31249 does not seem to be running inside a container 20:07:39 $ 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/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@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 ******** ci-base-image-arm64 cat 20:07:41 $ docker top 80150b4dc48cbe4695fa94a5b65b7afa4fd628b9050bab58265bf060e8e4f7a2 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] echo 20:07:41 ========================================================= 20:07:41 [edgeXBuildGoParallel] Running Tests and Build... 20:07:41 ========================================================= [Pipeline] sh 20:07:41 + docker-compose -f ./docker-compose-build.yml build --parallel 20:07:42 + make test 20:07:42 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 20:07:42 Building docker-core-command-go ... 20:07:42 Building docker-core-data-go ... 20:07:42 Building docker-core-metadata-go ... 20:07:42 Building docker-security-bootstrapper-go ... 20:07:42 Building docker-security-proxy-setup-go ... 20:07:42 Building docker-security-secretstore-setup-go ... 20:07:42 Building docker-support-notifications-go ... 20:07:42 Building docker-support-scheduler-go ... 20:07:42 Building docker-sys-mgmt-agent-go ... 20:07:42 Building docker-support-scheduler-go 20:07:42 Building docker-core-metadata-go 20:07:42 Building docker-security-secretstore-setup-go 20:07:42 Building docker-sys-mgmt-agent-go 20:07:42 Building docker-support-notifications-go 20:08:04 ? github.com/edgexfoundry/edgex-go [no test files] 20:08:15 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:08:15 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:08:15 ---> ca9149dc8780 20:08:15 Step 3/22 : WORKDIR /edgex-go 20:08:15 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:08:15 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:08:15 ---> ca9149dc8780 20:08:15 Step 3/23 : WORKDIR /edgex-go 20:08:15 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:08:15 Step 2/26 : FROM ${BUILDER_BASE} AS builder 20:08:15 ---> ca9149dc8780 20:08:15 Step 3/26 : WORKDIR /edgex-go 20:08:15 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:08:15 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:08:15 ---> ca9149dc8780 20:08:15 Step 3/22 : WORKDIR /edgex-go 20:08:15 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:08:15 Step 2/24 : FROM ${BUILDER_BASE} AS builder 20:08:15 ---> ca9149dc8780 20:08:15 Step 3/24 : WORKDIR /edgex-go 20:08:16 ---> Running in 2e17c7b25e90 20:08:16 ---> Running in 9f65fe14608f 20:08:16 ---> Running in 60b187e397dd 20:08:16 ---> Running in 47fd335b9c35 20:08:16 ---> Running in 027293d22597 20:08:16 Removing intermediate container 60b187e397dd 20:08:16 ---> dc8e9852f425 20:08:16 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:08:16 Removing intermediate container 027293d22597 20:08:16 ---> f193bdf61822 20:08:16 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:08:16 Removing intermediate container 47fd335b9c35 20:08:16 ---> 4127b405cf3d 20:08:16 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:08:16 Removing intermediate container 2e17c7b25e90 20:08:16 ---> fc2d56063d78 20:08:16 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:08:16 Removing intermediate container 9f65fe14608f 20:08:16 ---> 4b83976c98cf 20:08:16 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:08:16 ---> Running in 85f5d26da233 20:08:16 ---> Running in fba3ce20a9d7 20:08:16 ---> Running in 79952f9b567d 20:08:16 ---> Running in 28eb87190689 20:08:17 ---> Running in ea33ef751d21 20:08:19 Removing intermediate container fba3ce20a9d7 20:08:19 ---> e067e4a4539b 20:08:19 Step 5/22 : RUN apk add --update --no-cache make git 20:08:19 Removing intermediate container 85f5d26da233 20:08:19 ---> 55da670a2382 20:08:19 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 20:08:19 ---> Running in f3e177d5906a 20:08:19 Removing intermediate container 79952f9b567d 20:08:19 ---> 03d01c86a61a 20:08:19 Step 5/24 : RUN apk add --update --no-cache make git 20:08:19 ---> Running in 010ae34ea1d6 20:08:19 ---> Running in dad1f38e0290 20:08:19 Removing intermediate container 28eb87190689 20:08:19 ---> 5e77413cf86f 20:08:19 Step 5/26 : RUN apk add --update --no-cache make bash git 20:08:19 Removing intermediate container ea33ef751d21 20:08:19 ---> fb6cd833e371 20:08:19 Step 5/23 : RUN apk add --update --no-cache make git 20:08:19 ---> Running in 5b3e63ed727d 20:08:19 ---> Running in 386f21b5b193 20:08:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:08:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:08:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:08:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:08:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:08:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:08:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:08:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:08:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:08:21 OK: 233 MiB in 51 packages 20:08:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:08:21 OK: 233 MiB in 51 packages 20:08:21 OK: 233 MiB in 51 packages 20:08:21 Removing intermediate container f3e177d5906a 20:08:21 ---> caefa346966e 20:08:21 Step 6/22 : COPY go.mod . 20:08:22 OK: 233 MiB in 51 packages 20:08:22 OK: 233 MiB in 51 packages 20:08:23 ---> a7d321f75ee8 20:08:23 Step 7/22 : RUN go mod download 20:08:23 Removing intermediate container 010ae34ea1d6 20:08:23 ---> 0ce6b1bc8d79 20:08:23 Step 6/22 : COPY go.mod . 20:08:23 ---> Running in 26bbee0d0122 20:08:23 Removing intermediate container dad1f38e0290 20:08:23 ---> 0340307faa3e 20:08:23 Step 6/24 : COPY go.mod . 20:08:23 ---> 4d2d7dc42a26 20:08:23 Step 7/22 : RUN go mod download 20:08:23 ---> Running in 16bf75d3e22e 20:08:23 Removing intermediate container 386f21b5b193 20:08:23 ---> 8dd487e2e948 20:08:23 Step 6/23 : COPY go.mod . 20:08:24 Removing intermediate container 5b3e63ed727d 20:08:24 ---> 21f2479cfaa8 20:08:24 Step 6/26 : COPY go.mod . 20:08:24 ---> 85624651d4c9 20:08:24 Step 7/24 : RUN go mod download 20:08:24 ---> Running in b8efc0c8684b 20:08:24 ---> 0e8b32e3cae8 20:08:24 Step 7/23 : RUN go mod download 20:08:24 ---> ff84d59c6c2e 20:08:24 Step 7/26 : RUN go mod download 20:08:24 ---> Running in a41808f9d395 20:08:24 ---> Running in eac5995ec776 20:08:25 Removing intermediate container 26bbee0d0122 20:08:25 ---> 05a6310e5c86 20:08:25 Step 8/22 : COPY . . 20:08:25 Removing intermediate container 16bf75d3e22e 20:08:25 ---> 01eded3d3c97 20:08:25 Step 8/22 : COPY . . 20:08:25 Removing intermediate container b8efc0c8684b 20:08:25 ---> 1ad6d53eb7a9 20:08:25 Step 8/24 : COPY . . 20:08:29 Removing intermediate container a41808f9d395 20:08:29 ---> fd881f3fd968 20:08:29 Step 8/23 : COPY . . 20:08:29 Removing intermediate container eac5995ec776 20:08:29 ---> b3543344a4e6 20:08:29 Step 8/26 : COPY . . 20:08:51 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 20:08:58 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 20:09:06 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 20:09:06 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 20:09:08 ---> c090dcc3ef34 20:09:08 ---> b493221d79f7 20:09:08 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setupStep 9/22 : RUN make cmd/support-notifications/support-notifications 20:09:08 20:09:08 ---> Running in dac2eafbdb9f 20:09:08 ---> Running in ceeb42c67b60 20:09:08 ---> af8d0588b1e2 20:09:08 Step 9/23 : RUN make cmd/core-metadata/core-metadata 20:09:08 ---> ed7d7504edad 20:09:08 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 20:09:08 ---> 9815a28fe3d1 20:09:08 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 20:09:08 ---> Running in 90c4364adec1 20:09:08 ---> Running in a71c134bd163 20:09:08 ---> Running in cbdb4aa8d43f 20:09: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 20:09:08 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 20:09: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 20:09:08 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 20:09:08 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 20:09:08 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 20:09:08 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 20:09:08 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 20:09:09 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 20:09:12 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 20:09:12 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 20:09:21 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 20:09:21 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 20:09:21 ? github.com/edgexfoundry/edgex-go/internal [no test files] 20:09:26 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.285s coverage: 45.9% of statements 20:09:26 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 20:09:26 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 20:09:26 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 20:09:26 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 20:09:26 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 20:09:26 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 20:09:26 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.149s coverage: 19.8% of statements 20:09:26 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.311s coverage: 100.0% of statements 20:09:35 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.543s coverage: 27.1% of statements 20:09:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 20:09:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 20:09:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 20:09:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 20:09:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 20:09:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 20:09:35 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.058s coverage: 100.0% of statements 20:09:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 20:09:35 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.073s coverage: 100.0% of statements 20:09:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 20:09:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 20:09:35 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.295s coverage: 71.3% of statements 20:09:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 20:09:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 20:09: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 20:09:36 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.524s coverage: 82.9% of statements 20:09:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 20:09:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 20:09:36 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.172s coverage: 78.9% of statements 20:09:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 20:09:41 Removing intermediate container a71c134bd163 20:09:41 ---> 8f893d112ffc 20:09:41 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 20:09:41 ---> Running in e34e96a2e73d 20:09:42 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 20:09:43 Removing intermediate container dac2eafbdb9f 20:09:43 ---> a149a5d53b76 20:09:43 20:09:43 Step 10/24 : FROM alpine:3.12 20:09:44 3.12: Pulling from library/alpine 20:09:46 Removing intermediate container cbdb4aa8d43f 20:09:46 ---> 29e5a75f9ec5 20:09:46 20:09:46 Step 10/22 : FROM alpine:3.12 20:09:46 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 20:09:46 3.12: Pulling from library/alpine 20:09:46 Status: Downloaded newer image for alpine:3.12 20:09:46 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 20:09:46 Status: Image is up to date for alpine:3.12 20:09:46 ---> 88dd2752d2ea 20:09:46 Step 11/22 : RUN apk add --update --no-cache dumb-init 20:09:46 ---> 88dd2752d2ea 20:09:46 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 20:09:46 Removing intermediate container ceeb42c67b60 20:09:46 ---> 63be5d7af290 20:09:46 20:09:46 Step 10/22 : FROM alpine:3.12 20:09:46 ---> 88dd2752d2ea 20:09:46 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 20:09:47 ---> Running in f2fbc2dff26a 20:09:47 ---> Running in c55995d7fc95 20:09:47 Removing intermediate container e34e96a2e73d 20:09:47 ---> fcd486df2095 20:09:47 20:09:47 Step 11/26 : FROM docker:20.10.0 20:09:47 20.10.0: Pulling from library/docker 20:09:47 ---> Running in 48936e162b0a 20:09:48 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.163s coverage: 28.6% of statements 20:09:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 20:09:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 20:09:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 20:09:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 20:09:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 20:09:48 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.159s coverage: 100.0% of statements 20:09:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 20:09:48 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.100s coverage: 100.0% of statements 20:09:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 20:09:48 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.332s coverage: 86.7% of statements 20:09:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 20:09:48 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.358s coverage: 97.5% of statements 20:09:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 20:09:48 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.135s coverage: 78.3% of statements 20:09:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 20:09:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 20:09:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 20:09:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 20:09:49 Removing intermediate container 90c4364adec1 20:09:49 ---> f3918c62b8c3 20:09:49 20:09:49 Step 10/23 : FROM alpine:3.12 20:09:49 ---> 88dd2752d2ea 20:09:49 Step 11/23 : RUN apk add --update --no-cache dumb-init 20:09:49 ---> Running in fa006be3c7db 20:09:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:09:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:09:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:09:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:09:50 (1/1) Installing dumb-init (1.2.2-r1) 20:09:50 Executing busybox-1.31.1-r19.trigger 20:09:50 OK: 6 MiB in 15 packages 20:09:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:09:50 (1/6) Installing ca-certificates (20191127-r4) 20:09:50 (2/6) Installing nghttp2-libs (1.41.0-r0) 20:09:50 (3/6) Installing libcurl (7.69.1-r3) 20:09:50 (4/6) Installing curl (7.69.1-r3) 20:09:50 (5/6) Installing dumb-init (1.2.2-r1) 20:09:50 (6/6) Installing su-exec (0.2-r1) 20:09:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:09:50 Executing busybox-1.31.1-r19.trigger 20:09:50 Executing ca-certificates-20191127-r4.trigger 20:09:50 OK: 7 MiB in 20 packages 20:09:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:09:50 (1/2) Installing ca-certificates (20191127-r4) 20:09:50 (2/2) Installing dumb-init (1.2.2-r1) 20:09:50 Executing busybox-1.31.1-r19.trigger 20:09:50 Executing ca-certificates-20191127-r4.trigger 20:09:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:09:50 OK: 6 MiB in 16 packages 20:09:50 (1/1) Installing dumb-init (1.2.2-r1) 20:09:50 Executing busybox-1.31.1-r19.trigger 20:09:50 OK: 6 MiB in 15 packages 20:09:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.100s coverage: 92.8% of statements 20:09:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 20:09:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 20:09:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 20:09:54 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 20:09:54 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 20:09:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 20:09:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 20:09:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 20:09:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 20:09:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 20:09:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 20:09:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 20:09:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 20:09:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 20:09:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 20:09:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 20:09:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 20:09:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 20:09:54 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.057s coverage: 58.8% of statements 20:09:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 20:09:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 20:09:54 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.237s coverage: 0.1% of statements 20:09:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 20:09:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 20:09:54 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 20:09:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.076s coverage: 47.1% of statements 20:09:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.088s coverage: 79.5% of statements 20:09:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.055s coverage: 94.1% of statements 20:09:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.120s coverage: 96.3% of statements 20:09:55 Removing intermediate container c55995d7fc95 20:09:55 ---> c6a6be8d7577 20:09:55 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:09:55 ---> Running in f4d35939eaa3 20:09:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.057s coverage: 87.5% of statements 20:09:55 Removing intermediate container f2fbc2dff26a 20:09:55 ---> 5d53f597f1b9 20:09:55 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 20:09:55 Removing intermediate container fa006be3c7db 20:09:55 ---> 5305dbb0da41 20:09:55 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:09:55 Removing intermediate container 48936e162b0a 20:09:55 ---> 8660f215cf86 20:09:55 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 20:09:55 ---> Running in bf33acef42d3 20:09:55 ---> Running in 346645d7ea71 20:09:55 ---> Running in 916fe073102f 20:09:55 Removing intermediate container f4d35939eaa3 20:09:55 ---> 8e294ca8c82f 20:09:55 Step 13/22 : ENV APP_PORT=48085 20:09:56 ---> Running in a119bc2a7ff9 20:09:56 Removing intermediate container bf33acef42d3 20:09:56 ---> 44297d9cb07c 20:09:56 Step 13/24 : WORKDIR / 20:09:56 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 20:09:56 Status: Downloaded newer image for docker:20.10.0 20:09:56 ---> aefe523efa57 20:09:56 Step 12/26 : RUN apk add --no-cache bash 20:09:56 Removing intermediate container 346645d7ea71 20:09:56 ---> effbf3197485 20:09:56 Step 13/23 : ENV APP_PORT=48081 20:09:56 Removing intermediate container 916fe073102f 20:09:56 ---> 569020a5ce21 20:09:56 Step 13/22 : ENV APP_PORT=48060 20:09:56 ---> Running in 9f9df6b7fbb2 20:09:56 ---> Running in 2109c9350569 20:09:56 ---> Running in fdd9795188f9 20:09:56 ---> Running in 0bf0e26b9917 20:09:56 Removing intermediate container a119bc2a7ff9 20:09:56 ---> e753219971a7 20:09:56 Step 14/22 : EXPOSE $APP_PORT 20:09:56 ---> Running in 265356c6952c 20:09:56 Removing intermediate container 9f9df6b7fbb2 20:09:56 ---> cdd269b09b3b 20:09:56 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 20:09:56 Removing intermediate container 2109c9350569 20:09:56 ---> 7785962d68ae 20:09:56 Step 14/23 : EXPOSE $APP_PORT 20:09:56 Removing intermediate container 0bf0e26b9917 20:09:56 ---> 9a5e664af4e7 20:09:56 Step 14/22 : EXPOSE $APP_PORT 20:09:57 ---> Running in b8af6ac96823 20:09:57 Removing intermediate container 265356c6952c 20:09:57 ---> c62bd2d4e823 20:09:57 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:09:57 ---> Running in 342d4b7ab2dd 20:09:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:09:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:09:57 ---> 636f9d15be34 20:09:57 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 20:09:57 Removing intermediate container b8af6ac96823 20:09:57 ---> 496a5c32ad8b 20:09:57 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:09:57 (1/2) Installing readline (8.0.4-r0) 20:09:57 (2/2) Installing bash (5.0.17-r0) 20:09:57 Executing bash-5.0.17-r0.post-install 20:09:57 Executing busybox-1.31.1-r19.trigger 20:09:57 OK: 12 MiB in 22 packages 20:09:57 Removing intermediate container 342d4b7ab2dd 20:09:57 ---> b6391cbf7153 20:09:57 Step 15/23 : WORKDIR / 20:09:57 ---> 83a5df1e151d 20:09:57 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 20:09:57 ---> Running in 1cc807bb1972 20:09:57 ---> 39fb006f9cf8 20:09:57 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 20:09:57 ---> 85e0603f2d9d 20:09:57 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 20:09:58 Removing intermediate container 1cc807bb1972 20:09:58 ---> be87c77e49bd 20:09:58 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:09:58 ---> e4ed6900d768 20:09:58 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 20:09:58 Removing intermediate container fdd9795188f9 20:09:58 ---> 026324a9c918 20:09:58 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 20:09:58 ---> d84ef9ec7414 20:09:58 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 20:09:58 ---> 1aaf200c0902 20:09:58 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 20:09:58 ---> Running in c4d612ce9636 20:09:58 ---> 47965c461bbe 20:09:58 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 20:09:58 ---> 34d28b79db24 20:09:58 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 20:09:59 ---> Running in 2a6f772852a8 20:09:59 Removing intermediate container c4d612ce9636 20:09:59 ---> 11016d0b2a0d 20:09:59 Step 14/26 : ENV APP_PORT=48090 20:09:59 ---> fa3a1b37df8e 20:09:59 Step 18/22 : ENTRYPOINT ["/support-notifications"] 20:09:59 ---> 7bb172f782ec 20:09:59 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 20:09:59 ---> Running in 5097170a4416 20:09:59 ---> Running in c27397f3989e 20:09:59 ---> 9847ca4ae4af 20:09:59 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 20:09:59 Removing intermediate container 2a6f772852a8 20:09:59 ---> c5e9e276d76b 20:09:59 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:10:00 Removing intermediate container 5097170a4416 20:10:00 ---> 7a0f22fe03c8 20:10:00 Step 15/26 : EXPOSE $APP_PORT 20:10:00 ---> Running in b8599bff10e9 20:10:00 Removing intermediate container c27397f3989e 20:10:00 ---> ff19a95c8746 20:10:00 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:10:00 ---> 4ef6010d9684 20:10:00 Step 19/23 : ENTRYPOINT ["/core-metadata"] 20:10:00 ---> Running in ad7bccf6c72d 20:10:00 ---> d7b5cfdb9b34 20:10:00 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 20:10:00 ---> Running in 19120c26cf0a 20:10:00 ---> Running in 7d4364cd776c 20:10:00 Removing intermediate container b8599bff10e9 20:10:00 ---> 0862b77072b0 20:10:00 Step 20/22 : LABEL arch=x86_64 20:10:00 Removing intermediate container ad7bccf6c72d 20:10:00 ---> 2b145388fb7b 20:10:00 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 20:10:00 ---> Running in f1c92aa2d65d 20:10:00 ---> 4f58b7129057 20:10:00 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/ 20:10:00 Removing intermediate container 19120c26cf0a 20:10:00 ---> 5dd6ba4ab015 20:10:00 Step 20/22 : LABEL arch=x86_64 20:10:00 Removing intermediate container 7d4364cd776c 20:10:00 ---> 272da49c8690 20:10:00 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:10:01 ---> Running in b6150ece3290 20:10:01 ---> Running in 16fbe309d8cd 20:10:01 ---> Running in 9f90e7d1e58e 20:10:01 Removing intermediate container f1c92aa2d65d 20:10:01 ---> 51c4f0c3c716 20:10:01 Step 21/22 : LABEL git_sha=4883de4e12c0f41f4c63387f79e841415c388155 20:10:01 ---> 72ff34cfd4d0 20:10:01 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 20:10:01 ---> Running in 5c247b33e040 20:10:01 Removing intermediate container 16fbe309d8cd 20:10:01 ---> 17ce79cc77fd 20:10:01 Step 21/22 : LABEL git_sha=4883de4e12c0f41f4c63387f79e841415c388155 20:10:02 Removing intermediate container 9f90e7d1e58e 20:10:02 ---> 064f2e214442 20:10:02 Step 21/23 : LABEL arch=x86_64 20:10:02 ---> Running in 9008791550e7 20:10:02 ---> Running in 74e43a5f973b 20:10:02 ---> 42019fe76fec 20:10:02 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 20:10:02 Removing intermediate container 5c247b33e040 20:10:02 ---> 818f58bdd696 20:10:02 Step 22/22 : LABEL version=0.0.0 20:10:02 ---> Running in 845931a8de37 20:10:02 Removing intermediate container 9008791550e7 20:10:02 ---> 420057ec4b96 20:10:02 Step 22/22 : LABEL version=0.0.0 20:10:02 Removing intermediate container 74e43a5f973b 20:10:02 ---> 4fb25b770058 20:10:02 Step 22/23 : LABEL git_sha=4883de4e12c0f41f4c63387f79e841415c388155 20:10:02 ---> Running in 07c2faba1564 20:10:02 ---> 97a30c1ed765 20:10:02 Step 19/26 : RUN apk --no-cache add py3-pip 20:10:02 ---> Running in 5ead0da7d0d4 20:10:02 Removing intermediate container 845931a8de37 20:10:02 ---> 58b977ac58d4 20:10:02 20:10:03 ---> Running in 616aa29bac72 20:10:03 Removing intermediate container b6150ece3290 20:10:03 ---> 0e2ee15f6c10 20:10:03 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 20:10:03 Successfully built 58b977ac58d4 20:10:03 Removing intermediate container 07c2faba1564 20:10:03 ---> b32ef363fa38 20:10:03 20:10:03 Successfully tagged docker-support-scheduler-go:latest 20:10:03  Building docker-support-scheduler-go ... done Building docker-core-data-go 20:10:03 ---> Running in 96d965dc0fdd 20:10:03 Removing intermediate container 5ead0da7d0d4 20:10:03 ---> 6a014eb86bbc 20:10:03 Step 23/23 : LABEL version=0.0.0 20:10:03 Successfully built b32ef363fa38 20:10:03 Successfully tagged docker-support-notifications-go:latest 20:10:03 Building docker-security-bootstrapper-go 20:10:03  Building docker-support-notifications-go ... done  ---> Running in c4847198f18d 20:10:03 Removing intermediate container 96d965dc0fdd 20:10:03 ---> bcc15e42e552 20:10:03 Step 22/24 : LABEL arch=x86_64 20:10:03 ---> Running in 45b2e9996b52 20:10:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:10:03 Removing intermediate container c4847198f18d 20:10:03 ---> cbe63c89b2a9 20:10:03 20:10:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:10:03 Successfully built cbe63c89b2a9 20:10:03 Successfully tagged docker-core-metadata-go:latest 20:10:03 Building docker-core-command-go 20:10:03  Building docker-core-metadata-go ... done Removing intermediate container 45b2e9996b52 20:10:03 ---> 84abae38ea34 20:10:03 Step 23/24 : LABEL git_sha=4883de4e12c0f41f4c63387f79e841415c388155 20:10:03 (1/33) Installing libbz2 (1.0.8-r1) 20:10:03 (2/33) Installing expat (2.2.9-r1) 20:10:03 (3/33) Installing libffi (3.3-r2) 20:10:03 (4/33) Installing gdbm (1.13-r1) 20:10:03 (5/33) Installing xz-libs (5.2.5-r0) 20:10:03 (6/33) Installing sqlite-libs (3.32.1-r0) 20:10:03 ---> Running in 78d26fc2019e 20:10:03 (7/33) Installing python3 (3.8.8-r0) 20:10:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.072s coverage: 94.4% of statements 20:10:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.055s coverage: 44.8% of statements 20:10:10 Removing intermediate container 78d26fc2019e 20:10:10 ---> d48a8d93ce7c 20:10:10 Step 24/24 : LABEL version=0.0.0 20:10:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.455s coverage: 82.6% of statements 20:10:16 (8/33) Installing py3-appdirs (1.4.4-r1) 20:10:16 (9/33) Installing py3-ordered-set (4.0.1-r0) 20:10:16 (10/33) Installing py3-parsing (2.4.7-r0) 20:10:16 (11/33) Installing py3-six (1.15.0-r0) 20:10:16 (12/33) Installing py3-packaging (20.4-r0) 20:10:16 (13/33) Installing py3-setuptools (47.0.0-r0) 20:10:16 ---> Running in ba261ace3804 20:10:16 (14/33) Installing py3-chardet (3.0.4-r4) 20:10:16 (15/33) Installing py3-idna (2.9-r0) 20:10:16 (16/33) Installing py3-certifi (2020.4.5.1-r0) 20:10:17 (17/33) Installing py3-urllib3 (1.25.9-r0) 20:10:17 (18/33) Installing py3-requests (2.23.0-r0) 20:10:17 (19/33) Installing py3-msgpack (1.0.0-r0) 20:10:17 (20/33) Installing py3-lockfile (0.12.2-r3) 20:10:17 (21/33) Installing py3-cachecontrol (0.12.6-r0) 20:10:17 (22/33) Installing py3-colorama (0.4.3-r0) 20:10:17 (23/33) Installing py3-distlib (0.3.0-r0) 20:10:17 Removing intermediate container ba261ace3804 20:10:17 ---> 0bb37ea3f9a0 20:10:17 20:10:17 (24/33) Installing py3-distro (1.5.0-r1) 20:10:17 (25/33) Installing py3-webencodings (0.5.1-r3) 20:10:17 (26/33) Installing py3-html5lib (1.0.1-r4) 20:10:17 (27/33) Installing py3-pytoml (0.1.21-r0) 20:10:17 (28/33) Installing py3-pep517 (0.8.2-r0) 20:10:17 (29/33) Installing py3-progress (1.5-r0) 20:10:17 (30/33) Installing py3-toml (0.10.1-r0) 20:10:17 (31/33) Installing py3-retrying (1.3.3-r0) 20:10:17 (32/33) Installing py3-contextlib2 (0.6.0-r0) 20:10:17 (33/33) Installing py3-pip (20.1.1-r0) 20:10:18 Successfully built 0bb37ea3f9a0 20:10:18 Successfully tagged docker-security-secretstore-setup-go:latest 20:10:18 Building docker-security-proxy-setup-go 20:10:21 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 23.117s coverage: 92.9% of statements 20:10:21 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 20:10:21 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 20:10:21 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 20:10:21 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.054s coverage: 77.8% of statements 20:10:21 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 20:10:21 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 20:10:21 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 20:10:21 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 20:10:21 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 20:10:21 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.074s coverage: 87.2% of statements 20:10:21 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 20:10:21 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 20:10:21 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.055s coverage: 100.0% of statements 20:10:21 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 20:10:21 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.090s coverage: 75.5% of statements 20:10:21 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 20:10:21 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.056s coverage: 80.8% of statements 20:10:21 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.113s coverage: 87.2% of statements 20:10:21 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.131s coverage: 84.6% of statements 20:10:21 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.173s coverage: 91.6% of statements 20:10:21 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 20:10:21 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.506s coverage: 64.4% of statements 20:10:21 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 20:10:21 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 20:10:21 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.058s coverage: 100.0% of statements 20:10:21 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.096s coverage: 91.3% of statements 20:10:21 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.084s coverage: 100.0% of statements 20:10:21  Building docker-security-secretstore-setup-go ... done Executing busybox-1.31.1-r19.trigger 20:10:22 OK: 71 MiB in 55 packages 20:10:22 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.084s coverage: 73.7% of statements 20:10:23 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.058s coverage: 100.0% of statements 20:10:27 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.902s coverage: 69.0% of statements 20:10:27 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 20:10:27 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 20:10:27 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 20:10:27 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.375s coverage: 38.4% of statements 20:10:27 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 20:10:27 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 20:10:27 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.094s coverage: 89.5% of statements 20:10:27 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 20:10:27 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.091s coverage: 84.8% of statements 20:10:32 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:10:32 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:10:32 ---> ca9149dc8780 20:10:32 Step 3/23 : WORKDIR /edgex-go 20:10:32 ---> Using cache 20:10:32 ---> 4b83976c98cf 20:10:32 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:10:32 ---> Using cache 20:10:32 ---> fb6cd833e371 20:10:32 Step 5/23 : RUN apk add --update --no-cache make git 20:10:32 ---> Using cache 20:10:32 ---> 8dd487e2e948 20:10:32 Step 6/23 : COPY go.mod . 20:10:32 ---> Using cache 20:10:32 ---> 0e8b32e3cae8 20:10:32 Step 7/23 : RUN go mod download 20:10:32 ---> Using cache 20:10:32 ---> fd881f3fd968 20:10:32 Step 8/23 : COPY . . 20:10:32 ---> Using cache 20:10:32 ---> af8d0588b1e2 20:10:32 Step 9/23 : RUN make cmd/core-command/core-command 20:10:32 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:10:32 Step 2/31 : FROM ${BUILDER_BASE} AS builder 20:10:32 ---> ca9149dc8780 20:10:32 Step 3/31 : WORKDIR /edgex-go 20:10:32 ---> Using cache 20:10:32 ---> 4b83976c98cf 20:10:32 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:10:32 ---> Using cache 20:10:32 ---> fb6cd833e371 20:10:32 Step 5/31 : RUN apk add --update --no-cache make git 20:10:32 ---> Using cache 20:10:32 ---> 8dd487e2e948 20:10:32 Step 6/31 : COPY go.mod . 20:10:32 ---> Using cache 20:10:32 ---> 0e8b32e3cae8 20:10:32 Step 7/31 : RUN go mod download 20:10:32 ---> Using cache 20:10:32 ---> fd881f3fd968 20:10:32 Step 8/31 : COPY . . 20:10:32 ---> Using cache 20:10:32 ---> af8d0588b1e2 20:10:32 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 20:10:32 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:10:32 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:10:32 ---> ca9149dc8780 20:10:32 Step 3/23 : WORKDIR /edgex-go 20:10:32 ---> Using cache 20:10:32 ---> 4b83976c98cf 20:10:32 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:10:32 ---> Using cache 20:10:32 ---> fb6cd833e371 20:10:32 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 20:10:34 ---> Running in ac2a514eaa73 20:10:34 ---> Running in c150e3940c74 20:10:34 ---> Running in 3ebc1c541dc4 20:10:35 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.403s coverage: 47.0% of statements 20:10:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 20:10:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 20:10:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 20:10:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 20:10:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 20:10:35 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.106s coverage: 100.0% of statements 20:10:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 20:10:35 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.119s coverage: 100.0% of statements 20:10:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 20:10:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 20:10:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 20:10:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 20:10:35 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.509s coverage: 87.1% of statements 20:10:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 20:10:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 20:10:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 20:10:36 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 20:10:36 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 20:10:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:10:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:10:37 OK: 233 MiB in 51 packages 20:10:40 Removing intermediate container c150e3940c74 20:10:40 ---> 612c0ad54bf7 20:10:40 Step 6/23 : COPY go.mod . 20:10:41 ---> bb428987f3c4 20:10:41 Step 7/23 : RUN go mod download 20:10:42 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.217s coverage: 29.1% of statements 20:10:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 20:10:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 20:10:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 20:10:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 20:10:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 20:10:42 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.188s coverage: 99.0% of statements 20:10:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 20:10:42 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.095s coverage: 100.0% of statements 20:10:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 20:10:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 20:10:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 20:10:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 20:10:42 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.247s coverage: 94.0% of statements 20:10:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 20:10:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 20:10:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 20:10:42 ok github.com/edgexfoundry/edgex-go/internal/system 0.054s coverage: 0.0% of statements 20:10:42 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 20:10:42 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.055s coverage: 100.0% of statements 20:10:42 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 20:10:42 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 20:10:42 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 20:10:42 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 20:10:42 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.103s coverage: 87.9% of statements 20:10:42 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 20:10:42 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 20:10:42 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.060s coverage: 100.0% of statements 20:10:42 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 32.1% of statements 20:10:43 ---> Running in 334e2ba5507b 20:10:43 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements 20:10:44 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:10:44 Step 2/21 : FROM ${BUILDER_BASE} AS builder 20:10:44 ---> ca9149dc8780 20:10:44 Step 3/21 : WORKDIR /edgex-go 20:10:44 ---> Using cache 20:10:44 ---> 4b83976c98cf 20:10:44 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:10:44 ---> Using cache 20:10:44 ---> fb6cd833e371 20:10:44 Step 5/21 : RUN apk add --update --no-cache make git 20:10:44 ---> Using cache 20:10:44 ---> 8dd487e2e948 20:10:44 Step 6/21 : COPY go.mod . 20:10:44 ---> Using cache 20:10:44 ---> 0e8b32e3cae8 20:10:44 Step 7/21 : RUN go mod download 20:10:44 ---> Using cache 20:10:44 ---> fd881f3fd968 20:10:44 Step 8/21 : COPY . . 20:10:44 ---> Using cache 20:10:44 ---> af8d0588b1e2 20:10:44 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 20:10:44 GO111MODULE=on go vet ./... 20:10:45 ---> Running in 382db79c37dc 20:10:45 Removing intermediate container 616aa29bac72 20:10:45 ---> 57f5189a8fd9 20:10:45 Step 20/26 : RUN pip install docker-compose==1.23.2 20:10:45 ---> Running in 68c89f0459ee 20:10: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 20:10:46 Removing intermediate container 334e2ba5507b 20:10:46 ---> 5c7d5b8f5323 20:10:46 Step 8/23 : COPY . . 20:10:52 Collecting docker-compose==1.23.2 20:10:52 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 20:10:53 Collecting PyYAML<4,>=3.10 20:10:53 Downloading PyYAML-3.13.tar.gz (270 kB) 20:10:56 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 20:10:56 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 20:10:57 Collecting dockerpty<0.5,>=0.4.1 20:10:57 Downloading dockerpty-0.4.1.tar.gz (13 kB) 20:10:59 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 20:10:59 Collecting texttable<0.10,>=0.9.0 20:10:59 Downloading texttable-0.9.1.tar.gz (11 kB) 20:11:00 Collecting websocket-client<1.0,>=0.32.0 20:11:00 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 20:11:01 Collecting docker<4.0,>=3.6.0 20:11:02 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 20:11:03 Collecting docopt<0.7,>=0.6.1 20:11:03 Downloading docopt-0.6.2.tar.gz (25 kB) 20:11:04 Collecting cached-property<2,>=1.2.0 20:11:04 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 20:11:05 Collecting jsonschema<3,>=2.5.1 20:11:05 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 20:11:05 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 20:11:06 Collecting urllib3<1.25,>=1.21.1 20:11:06 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 20:11:06 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) 20:11:07 Collecting idna<2.8,>=2.5 20:11:07 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 20:11:07 Collecting docker-pycreds>=0.4.0 20:11:07 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 20:11:07 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 20:11:07 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 20:11:07 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 20:11:07 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 20:11:07 Installing collected packages: PyYAML, urllib3, idna, requests, dockerpty, texttable, websocket-client, docker-pycreds, docker, docopt, cached-property, jsonschema, docker-compose 20:11:07 Running setup.py install for PyYAML: started 20:11:08 Running setup.py install for PyYAML: finished with status 'done' 20:11:09 Attempting uninstall: urllib3 20:11:09 Found existing installation: urllib3 1.25.9 20:11:09 Uninstalling urllib3-1.25.9: 20:11:09 Successfully uninstalled urllib3-1.25.9 20:11:09 Attempting uninstall: idna 20:11:09 Found existing installation: idna 2.9 20:11:09 Uninstalling idna-2.9: 20:11:09 Successfully uninstalled idna-2.9 20:11:11 Attempting uninstall: requests 20:11:11 Found existing installation: requests 2.23.0 20:11:11 Uninstalling requests-2.23.0: 20:11:11 Successfully uninstalled requests-2.23.0 20:11:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 20:11:13 Running setup.py install for dockerpty: started 20:11:13 ---> 524444afeecf 20:11:13 Step 9/23 : RUN make cmd/core-data/core-data 20:11:13 Running setup.py install for dockerpty: finished with status 'done' 20:11:13 Running setup.py install for texttable: started 20:11:14 Removing intermediate container ac2a514eaa73 20:11:14 ---> 706f34ba55aa 20:11:14 20:11:14 Step 10/31 : FROM alpine:3.12 20:11:14 ---> 88dd2752d2ea 20:11:14 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 20:11:14 Running setup.py install for texttable: finished with status 'done' 20:11:14 ---> Running in 6a896811bf49 20:11:15 ---> Running in f5ce80884cab 20:11:16 Removing intermediate container 3ebc1c541dc4 20:11:16 ---> eb5142a5f651 20:11:16 20:11:16 Step 10/23 : FROM alpine:3.12 20:11:16 ---> 88dd2752d2ea 20:11:16 Step 11/23 : RUN apk add --update --no-cache dumb-init 20:11:16 ---> Using cache 20:11:16 ---> 5305dbb0da41 20:11:16 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:11:16 ---> Using cache 20:11:16 ---> effbf3197485 20:11:16 Step 13/23 : ENV APP_PORT=48082 20:11:16 Removing intermediate container f5ce80884cab 20:11:16 ---> 753a7fccaa46 20:11:16 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 20:11:16 Running setup.py install for docopt: started 20:11:16 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 20:11:16 ---> Running in b4d9b3de656b 20:11:16 ---> Running in d6cdd69308c5 20:11:17 Removing intermediate container b4d9b3de656b 20:11:17 ---> bf545249e905 20:11:17 Step 14/23 : EXPOSE $APP_PORT 20:11:17 ---> Running in cb96cd43a0f4 20:11:17 Running setup.py install for docopt: finished with status 'done' 20:11:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:11:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:11:18 Removing intermediate container cb96cd43a0f4 20:11:18 ---> 40ee0c66d0ce 20:11:18 Step 15/23 : WORKDIR / 20:11:18 (1/2) Installing dumb-init (1.2.2-r1) 20:11:18 (2/2) Installing su-exec (0.2-r1) 20:11:18 Executing busybox-1.31.1-r19.trigger 20:11:18 OK: 6 MiB in 16 packages 20:11:19 ---> Running in d322301e2889 20:11:19 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 20:11:21 Removing intermediate container 382db79c37dc 20:11:21 ---> e318328579a0 20:11:21 20:11:21 Step 10/21 : FROM alpine:3.12 20:11:21 ---> 88dd2752d2ea 20:11:21 Step 11/21 : RUN apk add --update --no-cache curl 20:11:21 ---> Running in d9d8f6894ec4 20:11:21 Removing intermediate container d322301e2889 20:11:21 ---> 599003442caa 20:11:21 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:11:21 Removing intermediate container d6cdd69308c5 20:11:21 ---> df6f5602da6c 20:11:21 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 20:11:22 ---> Running in 5182628ee977 20:11:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:11:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:11:23 (1/4) Installing ca-certificates (20191127-r4) 20:11:23 (2/4) Installing nghttp2-libs (1.41.0-r0) 20:11:23 (3/4) Installing libcurl (7.69.1-r3) 20:11:23 (4/4) Installing curl (7.69.1-r3) 20:11:23 Executing busybox-1.31.1-r19.trigger 20:11:23 Executing ca-certificates-20191127-r4.trigger 20:11:23 OK: 7 MiB in 18 packages 20:11:25 ---> 0f1e6f31b488 20:11:25 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 20:11:25 Removing intermediate container 5182628ee977 20:11:25 ---> 2cd209f75a41 20:11:25 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 20:11:25 Removing intermediate container 68c89f0459ee 20:11:25 ---> 9336bb8e14ab 20:11:25 Step 21/26 : RUN apk --no-cache add curl 20:11:25 ---> Running in 7d08bd081e92 20:11:25 ---> Running in ec26452ff3da 20:11:25 Removing intermediate container 7d08bd081e92 20:11:25 ---> 65e89be03622 20:11:25 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 20:11:26 ---> Running in 28809e28fade 20:11:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:11:26 Removing intermediate container d9d8f6894ec4 20:11:26 ---> 0b37f381251f 20:11:26 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 20:11:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:11:26 ---> 867e298f851a 20:11:26 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 20:11:26 (1/3) Installing nghttp2-libs (1.41.0-r0) 20:11:26 (2/3) Installing libcurl (7.69.1-r3) 20:11:26 (3/3) Installing curl (7.69.1-r3) 20:11:26 Executing busybox-1.31.1-r19.trigger 20:11:26 ---> Running in a88fae4db4e8 20:11:26 OK: 72 MiB in 58 packages 20:11:27 ---> 8c50c320be5c 20:11:27 Step 19/23 : ENTRYPOINT ["/core-command"] 20:11:27 Removing intermediate container a88fae4db4e8 20:11:27 ---> f6bd82829a38 20:11:27 Step 13/21 : WORKDIR /edgex 20:11:27 ---> Running in a6a1f2d39ad5 20:11:27 ---> Running in f9efb4d32f2c 20:11:27 Removing intermediate container a6a1f2d39ad5 20:11:27 ---> 2aac4290b6fd 20:11:27 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:11:28 Removing intermediate container ec26452ff3da 20:11:28 ---> d73d03ebc1ef 20:11:28 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 20:11:28 Removing intermediate container f9efb4d32f2c 20:11:28 ---> a4179e505959 20:11:28 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 20:11:28 ---> Running in 065ea37f5ca6 20:11:28 ---> Running in 666d93c6b433 20:11:28 Removing intermediate container 28809e28fade 20:11:28 ---> 6dbce42c8975 20:11:28 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 20:11:28 ---> Running in 90230101409b 20:11:28 Removing intermediate container 065ea37f5ca6 20:11:28 ---> 5d44ea0017ed 20:11:28 Step 21/23 : LABEL arch=x86_64 20:11:29 ---> Running in 9d44bd0e7e26 20:11:29 ---> a1d17f2d8fbe 20:11:29 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 20:11:29 Removing intermediate container 666d93c6b433 20:11:29 ---> 0d2db25bfdc9 20:11:29 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:11:29 Removing intermediate container 90230101409b 20:11:29 ---> 737088ccc5dc 20:11:29 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 20:11:30 ---> Running in ce7d98a539d5 20:11:30 Removing intermediate container 9d44bd0e7e26 20:11:30 ---> 0a235ecb382b 20:11:30 Step 22/23 : LABEL git_sha=4883de4e12c0f41f4c63387f79e841415c388155 20:11:30 ---> 97337bf2c748 20:11:30 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 20:11:30 ---> Running in 3d1d7ee6f709 20:11:30 ---> 1abfb3e4da6e 20:11:30 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 20:11:30 Removing intermediate container ce7d98a539d5 20:11:30 ---> a106fdf16db5 20:11:30 Step 24/26 : LABEL arch=x86_64 20:11:31 ---> Running in 50f6afc42dff 20:11:31 Removing intermediate container 3d1d7ee6f709 20:11:31 ---> ffd6883d4391 20:11:31 Step 23/23 : LABEL version=0.0.0 20:11:31 ---> Running in 61cfa442cb2f 20:11:31 ---> Running in ae3fa048c670 20:11:31 ---> a4925032a858 20:11:31 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 20:11:32 Removing intermediate container 61cfa442cb2f 20:11:32 ---> b6bcee765ccf 20:11:32 Step 25/26 : LABEL git_sha=4883de4e12c0f41f4c63387f79e841415c388155 20:11:32 ---> Running in d8d7ddc922bf 20:11:32 Removing intermediate container ae3fa048c670 20:11:32 ---> 2f7ff382e990 20:11:32 20:11:32 ---> Running in 9d780d2d6d16 20:11:32 Successfully built 2f7ff382e990 20:11:32 Successfully tagged docker-core-command-go:latest 20:11:32  Building docker-core-command-go ... done Removing intermediate container d8d7ddc922bf 20:11:32 ---> 0f7496e560a2 20:11:32 Step 18/21 : CMD ["--init=true"] 20:11:32 ---> Running in 06e80e5677cf 20:11:32 Removing intermediate container 9d780d2d6d16 20:11:32 ---> 3710d2ea818d 20:11:32 Step 26/26 : LABEL version=0.0.0 20:11:32 ---> Running in 4ead7b15dfaa 20:11:32 Removing intermediate container 06e80e5677cf 20:11:32 ---> 49727a771791 20:11:32 Step 19/21 : LABEL arch=x86_64 20:11:33 ---> Running in 77710e0c34f8 20:11:33 Removing intermediate container 4ead7b15dfaa 20:11:33 ---> 17897a258af1 20:11:33 20:11:33 Removing intermediate container 50f6afc42dff 20:11:33 ---> 9e7dc9af21f8 20:11:33 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 20:11:33 Successfully built 17897a258af1 20:11:33 Successfully tagged docker-sys-mgmt-agent-go:latest 20:11:34  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 77710e0c34f8 20:11:34 ---> 9fccbee779e6 20:11:34 Step 20/21 : LABEL git_sha=4883de4e12c0f41f4c63387f79e841415c388155 20:11:35 ---> 36140e42f4d3 20:11:35 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 20:11:35 ---> Running in b780b940beb1 20:11:36 Removing intermediate container b780b940beb1 20:11:36 ---> 73753d9337ee 20:11:36 Step 21/21 : LABEL version=0.0.0 20:11:36 ---> 8c3d3872df71 20:11:36 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 20:11:36 ---> Running in 5724191a89a7 20:11:36 Removing intermediate container 5724191a89a7 20:11:36 ---> 51cd2aa38a37 20:11:36 20:11:36 ---> 79a491f78b10 20:11:36 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 20:11:36 Successfully built 51cd2aa38a37 20:11:36 Successfully tagged docker-security-proxy-setup-go:latest 20:11:36  Building docker-security-proxy-setup-go ... done  ---> 507f58fef305 20:11:36 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 20:11:38 ---> a01ec6246c59 20:11:38 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 20:11:38 ---> Running in 43ec9b650f4b 20:11:38 Removing intermediate container 6a896811bf49 20:11:38 ---> c86b44bed1ca 20:11:38 20:11:38 Step 10/23 : FROM alpine:3.12 20:11:38 ---> 88dd2752d2ea 20:11:38 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 20:11:38 ---> Running in 01e333cb70dd 20:11:38 Removing intermediate container 43ec9b650f4b 20:11:38 ---> f3f24353b3f4 20:11:38 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 20:11:38 Removing intermediate container 01e333cb70dd 20:11:38 ---> 17c153306f8a 20:11:38 Step 12/23 : ENV APP_PORT=48080 20:11:39 ---> Running in ee7d33ea4104 20:11:39 ---> cf5771fc6a17 20:11:39 Step 26/31 : RUN chmod +x /entrypoint.sh 20:11:39 ---> Running in 4695a5dd4b9a 20:11:39 Removing intermediate container ee7d33ea4104 20:11:39 ---> 14288fc2bb36 20:11:39 Step 13/23 : EXPOSE $APP_PORT 20:11:39 ---> Running in d69d6a1e21e0 20:11:39 Removing intermediate container d69d6a1e21e0 20:11:39 ---> 3438748b1ec5 20:11:39 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:11:39 ---> Running in 9d4fdb0ce20d 20:11:40 Removing intermediate container 4695a5dd4b9a 20:11:40 ---> 9f3d171f0f2e 20:11:40 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 20:11:40 ---> Running in 8644fd080ce6 20:11:40 Removing intermediate container 8644fd080ce6 20:11:40 ---> 33eec031da0e 20:11:40 Step 28/31 : CMD ["gate"] 20:11:40 ---> Running in c2737b6689a4 20:11:40 Removing intermediate container 9d4fdb0ce20d 20:11:40 ---> 859fb09d4b78 20:11:40 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 20:11:41 ---> Running in 756ea9c6ba58 20:11:41 Removing intermediate container c2737b6689a4 20:11:41 ---> d34eaef19a7f 20:11:41 Step 29/31 : LABEL arch=x86_64 20:11:41 ---> Running in 4d8a17d45e17 20:11:41 Removing intermediate container 4d8a17d45e17 20:11:41 ---> 3e121d5602f7 20:11:41 Step 30/31 : LABEL git_sha=4883de4e12c0f41f4c63387f79e841415c388155 20:11:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:11:41 ---> Running in 45d7494ee1e5 20:11:42 Removing intermediate container 45d7494ee1e5 20:11:42 ---> d107c0551bd9 20:11:42 Step 31/31 : LABEL version=0.0.0 20:11:42 ---> Running in 0760a53128f5 20:11:42 Removing intermediate container 0760a53128f5 20:11:42 ---> 6a8fcb240dc9 20:11:42 20:11:42 Successfully built 6a8fcb240dc9 20:11:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:11:42 Successfully tagged docker-security-bootstrapper-go:latest 20:11:43  Building docker-security-bootstrapper-go ... done (1/6) Installing dumb-init (1.2.2-r1) 20:11:43 (2/6) Installing libgcc (9.3.0-r2) 20:11:43 (3/6) Installing libsodium (1.0.18-r0) 20:11:43 (4/6) Installing libstdc++ (9.3.0-r2) 20:11:43 (5/6) Installing libzmq (4.3.3-r0) 20:11:44 (6/6) Installing zeromq (4.3.3-r0) 20:11:44 Executing busybox-1.31.1-r19.trigger 20:11:44 OK: 8 MiB in 20 packages 20:11:44 Removing intermediate container 756ea9c6ba58 20:11:44 ---> 6f7bbae75e7e 20:11:44 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:11:44 ---> 5f32d3a131a8 20:11:44 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 20:11:45 ---> c59f08709783 20:11:45 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 20:11:45 ---> 86535eeb552f 20:11:45 Step 19/23 : ENTRYPOINT ["/core-data"] 20:11:45 ---> Running in e43250dbada9 20:11:46 Removing intermediate container e43250dbada9 20:11:46 ---> b66e97816c43 20:11:46 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:11:46 ---> Running in 6e1b6c52d1b0 20:11:46 Removing intermediate container 6e1b6c52d1b0 20:11:46 ---> d13422203df8 20:11:46 Step 21/23 : LABEL arch=x86_64 20:11:46 ---> Running in 39a40d725b00 20:11:46 Removing intermediate container 39a40d725b00 20:11:46 ---> 4e2f6142f772 20:11:46 Step 22/23 : LABEL git_sha=4883de4e12c0f41f4c63387f79e841415c388155 20:11:46 ---> Running in 26c40e12345f 20:11:47 Removing intermediate container 26c40e12345f 20:11:47 ---> 9b42271f0221 20:11:47 Step 23/23 : LABEL version=0.0.0 20:11:47 ---> Running in 32a6b2ef7867 20:11:47 Removing intermediate container 32a6b2ef7867 20:11:47 ---> 2e3031013f6d 20:11:47 20:11:47 Successfully built 2e3031013f6d 20:11:47 Successfully tagged docker-core-data-go:latest 20:11:48  Building docker-core-data-go ... done  [Pipeline] } 20:11:48 $ docker stop --time=1 88c317138636e013b333ff3f8215ef74f5223dfe5b3fb2ae820fa37c8f79c3e6 20:11:49 $ docker rm -f 88c317138636e013b333ff3f8215ef74f5223dfe5b3fb2ae820fa37c8f79c3e6 [Pipeline] // withDockerContainer [Pipeline] sh 20:11:50 + docker images 20:11:50 + grep docker 20:11:50 docker-core-data-go latest 2e3031013f6d 3 seconds ago 22.6MB 20:11:50 docker-security-bootstrapper-go latest 6a8fcb240dc9 8 seconds ago 18.8MB 20:11:50 docker-security-proxy-setup-go latest 51cd2aa38a37 14 seconds ago 24.7MB 20:11:50 docker-sys-mgmt-agent-go latest 17897a258af1 18 seconds ago 313MB 20:11:50 docker-core-command-go latest 2f7ff382e990 19 seconds ago 17.3MB 20:11:50 docker-security-secretstore-setup-go latest 0bb37ea3f9a0 About a minute ago 25MB 20:11:50 docker-core-metadata-go latest cbe63c89b2a9 About a minute ago 19.1MB 20:11:50 docker-support-scheduler-go latest 58b977ac58d4 About a minute ago 17.3MB 20:11:50 docker-support-notifications-go latest b32ef363fa38 About a minute ago 17.9MB 20:11:50 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 20:12:06 Still waiting to schedule task 20:12:06 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 20:12:06 gofmt -l . 20:12:06 [ "`gofmt -l .`" = "" ] 20:12:06 ./bin/test-go-mod-tidy.sh 20:12:06 ./bin/test-attribution-txt.sh [Pipeline] sh 20:12:07 + ls -al . 20:12:07 total 804 20:12:07 drwxrwxr-x 9 1001 1001 4096 Mar 24 20:12 . 20:12:07 drwxr-xr-x 4 root root 4096 Mar 24 20:07 .. 20:12:07 -rw-rw-r-- 1 1001 1001 11 Mar 24 20:06 .dockerignore 20:12:07 drwxrwxr-x 8 1001 1001 4096 Mar 24 20:06 .git 20:12:07 drwxrwxr-x 3 1001 1001 4096 Mar 24 20:06 .github 20:12:07 -rw-rw-r-- 1 1001 1001 818 Mar 24 20:06 .gitignore 20:12:07 -rw-rw-r-- 1 1001 1001 166 Mar 24 20:06 .sonarcloud.properties 20:12:07 -rw-rw-r-- 1 1001 1001 8607 Mar 24 20:06 Attribution.txt 20:12:07 -rw-rw-r-- 1 1001 1001 3804 Mar 24 20:06 CONTRIBUTING.md 20:12:07 -rw-rw-r-- 1 1001 1001 931 Mar 24 20:06 Dockerfile.build 20:12:07 -rw-rw-r-- 1 1001 1001 863 Mar 24 20:06 Jenkinsfile 20:12:07 -rw-rw-r-- 1 1001 1001 10775 Mar 24 20:06 LICENSE 20:12:07 -rw-rw-r-- 1 1001 1001 5774 Mar 24 20:06 Makefile 20:12:07 -rw-rw-r-- 1 1001 1001 6548 Mar 24 20:06 README.md 20:12:07 -rw-rw-r-- 1 1001 1001 6755 Mar 24 20:06 SECURITY.md 20:12:07 -rw-rw-r-- 1 1001 1001 5 Mar 24 20:03 VERSION 20:12:07 -rw-rw-r-- 1 1001 1001 4131 Mar 24 20:06 ZMQWindows.md 20:12:07 drwxrwxr-x 2 1001 1001 4096 Mar 24 20:06 bin 20:12:07 drwxrwxr-x 14 1001 1001 4096 Mar 24 20:06 cmd 20:12:07 -rw-r--r-- 1 root root 666600 Mar 24 20:10 coverage.out 20:12:07 -rw-r--r-- 1 root root 1056 Mar 24 20:12 go.mod 20:12:07 -rw-r--r-- 1 root root 22211 Mar 24 20:12 go.sum 20:12:07 drwxrwxr-x 8 1001 1001 4096 Mar 24 20:06 internal 20:12:07 drwxrwxr-x 4 1001 1001 4096 Mar 24 20:06 openapi 20:12:07 drwxrwxr-x 4 1001 1001 4096 Mar 24 20:06 snap 20:12:07 -rw-rw-r-- 1 1001 1001 168 Mar 24 20:06 version.go [Pipeline] sh 20:12:08 + '[' -e coverage.out ] 20:12:08 + chown 1001:1001 coverage.out [Pipeline] stash 20:12:08 Warning: overwriting stash ‘coverage-report’ 20:12:09 Stashed 1 file(s) [Pipeline] sh 20:12:10 + make build 20:12:10 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 20:12:23 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 20:12:45 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 20:12:49 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 20:12:56 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 20:12:56 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 20:12:58 Running on prd-ubuntu18.04-docker-8c-8g-31251 in /w/workspace/edgexfoundry_edgex-go_PR-3241 [Pipeline] { [Pipeline] ws 20:12:58 Running in /w/workspace/edgex-go/12 [Pipeline] { [Pipeline] checkout 20:13:00 using credential edgex-jenkins-ssh 20:13:00 Cloning the remote Git repository 20:13:00 Cloning repository git@github.com:edgexfoundry/edgex-go.git 20:13:00 > git init /w/workspace/edgex-go/12 # timeout=10 20:13:00 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 20:13:00 > git --version # timeout=10 20:13:00 > git --version # 'git version 2.17.1' 20:13:00 using GIT_SSH to set credentials SSH Credentials for GitHub 20:13:00 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 20:13:02 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 20:13:05 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 20:13:05 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:13:05 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 20:13:05 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 20:13:05 using GIT_SSH to set credentials SSH Credentials for GitHub 20:13:05 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3241/head:refs/remotes/origin/PR-3241 +refs/heads/master:refs/remotes/origin/master # timeout=10 20:13:06 Merging remotes/origin/master commit 5dc7e5651dca608dfecf419d4d65481f56e38b66 into PR head commit 4883de4e12c0f41f4c63387f79e841415c388155 [Pipeline] } [Pipeline] // ws [Pipeline] } 20:13:06 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 [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 20:13:06 Failed in branch amd64 20:13:10 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 20:13:14 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 20:13: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 20:13:21 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] } 20:13:28 $ docker stop --time=1 80150b4dc48cbe4695fa94a5b65b7afa4fd628b9050bab58265bf060e8e4f7a2 20:13:31 $ docker rm -f 80150b4dc48cbe4695fa94a5b65b7afa4fd628b9050bab58265bf060e8e4f7a2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:13:33 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:13:33 20:13:33 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 20:13:33 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:13:33 latest: Pulling from edgex-devops/edgex-compose-arm64 20:13:33 29e5d40040c1: Pulling fs layer 20:13:33 1ce36da41761: Pulling fs layer 20:13:33 25b303627fd3: Pulling fs layer 20:13:33 29e5d40040c1: Verifying Checksum 20:13:33 29e5d40040c1: Download complete 20:13:34 29e5d40040c1: Pull complete 20:13:34 1ce36da41761: Verifying Checksum 20:13:34 1ce36da41761: Download complete 20:13:35 25b303627fd3: Verifying Checksum 20:13:35 25b303627fd3: Download complete 20:13:35 1ce36da41761: Pull complete 20:13:46 25b303627fd3: Pull complete 20:13:46 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 20:13:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:13:46 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 20:13:46 prd-ubuntu18.04-docker-arm64-4c-16g-31249 does not seem to be running inside a container 20:13:46 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@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 20:13:49 $ docker top 6e0a34f7eab537203ae6e2bdf87e08bfb8b73298cb63ea390b443d8c09f513da -eo pid,comm [Pipeline] { [Pipeline] sh 20:13:50 + grep parallel 20:13:50 + docker-compose build --help 20:13:54 --parallel Build images in parallel. [Pipeline] } 20:13:54 $ docker stop --time=1 6e0a34f7eab537203ae6e2bdf87e08bfb8b73298cb63ea390b443d8c09f513da 20:13:56 $ docker rm -f 6e0a34f7eab537203ae6e2bdf87e08bfb8b73298cb63ea390b443d8c09f513da [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:13:57 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:13:57 . [Pipeline] withDockerContainer 20:13:57 prd-ubuntu18.04-docker-arm64-4c-16g-31249 does not seem to be running inside a container 20:13:57 $ 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/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 20:13:58 $ docker top b374caf9c0dbaaf5b68f60bc2c503a78486bc89da43e9c075dd58e2d056b14cd -eo pid,comm [Pipeline] { [Pipeline] sh 20:13:59 + docker-compose -f ./docker-compose-build.yml build --parallel 20:14:03 Building docker-core-command-go ... 20:14:03 Building docker-core-data-go ... 20:14:03 Building docker-core-metadata-go ... 20:14:03 Building docker-security-bootstrapper-go ... 20:14:03 Building docker-security-proxy-setup-go ... 20:14:03 Building docker-security-secretstore-setup-go ... 20:14:03 Building docker-support-notifications-go ... 20:14:03 Building docker-support-scheduler-go ... 20:14:03 Building docker-sys-mgmt-agent-go ... 20:14:03 Building docker-security-secretstore-setup-go 20:14:03 Building docker-security-proxy-setup-go 20:14:03 Building docker-core-metadata-go 20:14:03 Building docker-support-scheduler-go 20:14:03 Building docker-security-bootstrapper-go 20:15:25 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:15:25 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:15:25 ---> 9b7aec9cd9c7 20:15:25 Step 3/23 : WORKDIR /edgex-go 20:15:25 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:15:25 Step 2/24 : FROM ${BUILDER_BASE} AS builder 20:15:25 ---> 9b7aec9cd9c7 20:15:25 Step 3/24 : WORKDIR /edgex-go 20:15:25 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:15:25 Step 2/31 : FROM ${BUILDER_BASE} AS builder 20:15:25 ---> 9b7aec9cd9c7 20:15:25 Step 3/31 : WORKDIR /edgex-go 20:15:25 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:15:25 Step 2/21 : FROM ${BUILDER_BASE} AS builder 20:15:25 ---> 9b7aec9cd9c7 20:15:25 Step 3/21 : WORKDIR /edgex-go 20:15:25 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:15:25 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:15:25 ---> 9b7aec9cd9c7 20:15:25 Step 3/22 : WORKDIR /edgex-go 20:15:25 ---> Running in ab4bd93ad78f 20:15:25 ---> Running in 2920be501885 20:15:25 ---> Running in d7c0089f15c8 20:15:25 ---> Running in 5b9ead787d6a 20:15:25 ---> Running in 8b8a7f2f34ee 20:15:25 Removing intermediate container 5b9ead787d6a 20:15:25 ---> b2d602d7fd9b 20:15:25 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesRemoving intermediate container ab4bd93ad78f 20:15:25 20:15:25 ---> 2a43afec12da 20:15:25 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:15:25 Removing intermediate container 8b8a7f2f34ee 20:15:25 ---> 9ee6b06a6ae7 20:15:25 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:15:25 Removing intermediate container 2920be501885 20:15:25 ---> 0a566a14027d 20:15:25 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:15:25 Removing intermediate container d7c0089f15c8 20:15:25 ---> f0cbc5f6ed2a 20:15:25 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:15:25 ---> Running in c6d21e9650b4 20:15:25 ---> Running in 7f7be5a3346e 20:15:25 ---> Running in ded873dad772 20:15:25 ---> Running in 675afb9737d1 20:15:25 ---> Running in e5e8c6d429dd 20:15:25 Removing intermediate container 7f7be5a3346e 20:15:25 ---> 13edcfd249d0 20:15:25 Step 5/31 : RUN apk add --update --no-cache make git 20:15:25 Removing intermediate container c6d21e9650b4 20:15:25 ---> 42f3eed7f8be 20:15:25 Step 5/21 : RUN apk add --update --no-cache make git 20:15:25 ---> Running in 1755fac906ea 20:15:25 ---> Running in 4e2fb5cba53d 20:15:25 Removing intermediate container ded873dad772 20:15:25 ---> 571846954451 20:15:25 Step 5/23 : RUN apk add --update --no-cache make git 20:15:25 Removing intermediate container 675afb9737d1 20:15:25 ---> 46b5537e6308 20:15:25 Step 5/22 : RUN apk add --update --no-cache make git 20:15:25 Removing intermediate container e5e8c6d429dd 20:15:25 ---> c09c3ad7584f 20:15:25 Step 5/24 : RUN apk add --update --no-cache make git 20:15:25 ---> Running in 4c0114dea5fb 20:15:25 ---> Running in 63b8f8815fd1 20:15:25 ---> Running in a1e276fb31d0 20:15:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:15:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:15:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:15:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:15:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:15:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:15:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:15:25 OK: 217 MiB in 51 packages 20:15:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:15:25 OK: 217 MiB in 51 packages 20:15:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:15:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:15:26 OK: 217 MiB in 51 packages 20:15:26 OK: 217 MiB in 51 packages 20:15:26 OK: 217 MiB in 51 packages 20:15:26 Removing intermediate container 1755fac906ea 20:15:26 ---> c902cf16b327 20:15:26 Step 6/31 : COPY go.mod . 20:15:27 Removing intermediate container 4e2fb5cba53d 20:15:27 ---> 0ada7e616793 20:15:27 Step 6/21 : COPY go.mod . 20:15:27 ---> d4a2eea4c264 20:15:27 Step 7/31 : RUN go mod download 20:15:27 ---> Running in 19b23a2074cd 20:15:28 Removing intermediate container 63b8f8815fd1 20:15:28 ---> 04e7218d9b88 20:15:28 Step 6/22 : COPY go.mod . 20:15:28 Removing intermediate container 4c0114dea5fb 20:15:28 ---> a1c7bbb246d2 20:15:28 Step 6/23 : COPY go.mod . 20:15:28 ---> 6147df47624d 20:15:28 Step 7/21 : RUN go mod download 20:15:28 Removing intermediate container a1e276fb31d0 20:15:28 ---> 37711d013947 20:15:28 Step 6/24 : COPY go.mod . 20:15:28 ---> Running in edf20b771107 20:15:29 ---> 0b06f70b6037 20:15:29 Step 7/22 : RUN go mod download 20:15:29 ---> 4e27f0dcdadb 20:15:29 Step 7/23 : RUN go mod download 20:15:29 ---> Running in 052dc0c7d736 20:15:29 ---> Running in 6a0866d60ace 20:15:29 ---> bf78a11dad49 20:15:29 Step 7/24 : RUN go mod download 20:15:29 ---> Running in 0cdf870fb6fa 20:15:31 Removing intermediate container 19b23a2074cd 20:15:31 ---> 245b3f24c956 20:15:31 Step 8/31 : COPY . . 20:15:32 Removing intermediate container edf20b771107 20:15:32 ---> a34a8d30cf37 20:15:32 Step 8/21 : COPY . . 20:15:34 Removing intermediate container 052dc0c7d736 20:15:34 ---> b65c24f2485e 20:15:34 Step 8/22 : COPY . . 20:15:35 Removing intermediate container 0cdf870fb6fa 20:15:35 ---> e639f5daf92e 20:15:35 Step 8/24 : COPY . . 20:15:35 Removing intermediate container 6a0866d60ace 20:15:35 ---> 9e27f3a70808 20:15:35 Step 8/23 : COPY . . 20:16:01 ---> a1ee33a9d690 20:16:01 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 20:16:01 ---> 5ed7a121bf5f 20:16:01 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 20:16:01 ---> 9a0c29864b35 20:16:01 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 20:16:01 ---> 6b633b0ca8c4 20:16:01 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 20:16:01 ---> Running in 37ac879b9f56 20:16:01 ---> Running in ad45bb5a633e 20:16:01 ---> Running in d401efb6f21c 20:16:01 ---> Running in dd4d7de1eb81 20:16:01 ---> 44bbf5e96f08 20:16:01 Step 9/23 : RUN make cmd/core-metadata/core-metadata 20:16:01 ---> Running in 716dca5e33c6 20:16:01 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 20:16:01 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 20:16:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 20:16:01 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 20:16:01 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 20:17:38 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 20:17:38 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 20:17:43 Removing intermediate container dd4d7de1eb81 20:17:43 ---> 35d56ad2370c 20:17:43 20:17:43 Step 10/24 : FROM alpine:3.12 20:17:43 3.12: Pulling from library/alpine 20:17:44 Removing intermediate container ad45bb5a633e 20:17:44 ---> 32c8032ca720 20:17:44 20:17:44 Step 10/21 : FROM alpine:3.12 20:17:44 3.12: Pulling from library/alpine 20:17:44 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 20:17:44 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 20:17:44 Status: Downloaded newer image for alpine:3.12 20:17:44 Status: Image is up to date for alpine:3.12 20:17:44 ---> d10569e2745f 20:17:44 ---> d10569e2745f 20:17:44 Step 11/21 : RUN apk add --update --no-cache curlStep 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 20:17:44 20:17:45 ---> Running in e633f772d25c 20:17:45 ---> Running in db1fad322bbd 20:17:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:17:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:17:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:17:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:17:48 (1/6) Installing ca-certificates (20191127-r4) 20:17:49 (1/4) Installing ca-certificates (20191127-r4) 20:17:49 (2/6) Installing nghttp2-libs (1.41.0-r0) 20:17:49 (3/6) Installing libcurl (7.69.1-r3) 20:17:49 (4/6) Installing curl (7.69.1-r3) 20:17:49 (5/6) Installing dumb-init (1.2.2-r1) 20:17:49 (6/6) Installing su-exec (0.2-r1) 20:17:49 (2/4) Installing nghttp2-libs (1.41.0-r0) 20:17:49 Executing busybox-1.31.1-r19.trigger 20:17:49 (3/4) Installing libcurl (7.69.1-r3) 20:17:49 (4/4) Installing curl (7.69.1-r3) 20:17:49 Executing ca-certificates-20191127-r4.trigger 20:17:49 Executing busybox-1.31.1-r19.trigger 20:17:49 Executing ca-certificates-20191127-r4.trigger 20:17:49 OK: 7 MiB in 20 packages 20:17:49 Removing intermediate container d401efb6f21c 20:17:49 ---> b786ff59970e 20:17:49 20:17:49 Step 10/31 : FROM alpine:3.12 20:17:49 ---> d10569e2745f 20:17:49 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 20:17:49 OK: 7 MiB in 18 packages 20:17:49 ---> Running in 2bb222a04a0a 20:17:50 Removing intermediate container 2bb222a04a0a 20:17:50 ---> cc7d2fc1eba8 20:17:50 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 20:17:51 ---> Running in e7cab0b22d7f 20:17:52 Removing intermediate container e633f772d25c 20:17:52 ---> a7d0679ee5ff 20:17:52 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 20:17:53 Removing intermediate container db1fad322bbd 20:17:53 ---> dae92854bdb8 20:17:53 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 20:17:53 ---> Running in b2126ca577be 20:17:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:17:53 ---> Running in 255b7768df38 20:17:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:17:53 Removing intermediate container b2126ca577be 20:17:53 ---> 4550851727b5 20:17:53 Step 13/24 : WORKDIR / 20:17:54 ---> Running in 6334f87fd207 20:17:54 Removing intermediate container 255b7768df38 20:17:54 ---> d1c74a9ef851 20:17:54 Step 13/21 : WORKDIR /edgex 20:17:54 (1/2) Installing dumb-init (1.2.2-r1) 20:17:54 (2/2) Installing su-exec (0.2-r1) 20:17:54 Executing busybox-1.31.1-r19.trigger 20:17:54 OK: 5 MiB in 16 packages 20:17:54 ---> Running in 3cf4b60ba18f 20:17:55 Removing intermediate container 3cf4b60ba18f 20:17:55 ---> 9335e3c10294 20:17:55 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 20:17:55 Removing intermediate container 6334f87fd207 20:17:55 ---> e28e39e14238 20:17:55 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 20:17:56 Removing intermediate container e7cab0b22d7f 20:17:56 ---> 9f281a2a4af8 20:17:56 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 20:17:56 ---> Running in 26b4b3eb2b3d 20:17:57 ---> 45c1f5a0e725 20:17:57 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 20:17:58 ---> fa158491f903 20:17:58 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 20:17:58 Removing intermediate container 26b4b3eb2b3d 20:17:58 ---> d79c374c1dab 20:17:58 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 20:17:58 ---> Running in 33ce6a406d59 20:17:58 Removing intermediate container 37ac879b9f56 20:17:58 ---> d087f1b41b08 20:17:58 20:17:58 Step 10/22 : FROM alpine:3.12 20:17:58 ---> d10569e2745f 20:17:58 Step 11/22 : RUN apk add --update --no-cache dumb-init 20:17:58 ---> 3ae8d19f8381 20:17:58 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 20:17:58 ---> Running in e523dfd0c483 20:17:59 Removing intermediate container 33ce6a406d59 20:17:59 ---> 97d463a2499f 20:17:59 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 20:17:59 ---> a0bd1a785c27 20:17:59 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 20:17:59 ---> Running in e6d2517df0e8 20:18:00 ---> 3440ccdfd3ae 20:18:00 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] ---> 8d9377233d95 20:18:00 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 20:18:00 20:18:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:18:01 ---> Running in 45ae1bb75377 20:18:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:18:02 (1/1) Installing dumb-init (1.2.2-r1) 20:18:02 Executing busybox-1.31.1-r19.trigger 20:18:02 OK: 5 MiB in 15 packages 20:18:02 Removing intermediate container 45ae1bb75377 20:18:02 ---> 833ec61254c7 20:18:02 Step 18/21 : CMD ["--init=true"] 20:18:02 ---> Running in 275d29a573b1 20:18:03 ---> d3a0c7fc4ab4 20:18:03 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 20:18:03 Removing intermediate container e6d2517df0e8 20:18:03 ---> 098b01c06e5d 20:18:03 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 20:18:03 Removing intermediate container 275d29a573b1 20:18:03 ---> ce52a571ed78 20:18:03 Step 19/21 : LABEL arch=arm64 20:18:04 ---> Running in f6d3c81ff6b2 20:18:04 ---> Running in 461e1c62655b 20:18:04 Removing intermediate container e523dfd0c483 20:18:04 ---> 4f3377beeaee 20:18:04 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:18:04 ---> Running in 0f027687a133 20:18:05 Removing intermediate container 461e1c62655b 20:18:05 ---> 45f978bc9724 20:18:05 Removing intermediate container f6d3c81ff6b2 20:18:05 ---> 98739f64895e 20:18:05 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 20:18:05 Step 20/21 : LABEL git_sha=4883de4e12c0f41f4c63387f79e841415c388155 20:18:05 ---> e5d6e8d3887e 20:18:05 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 20:18:06 ---> Running in feb5b9c068a2 20:18:06 Removing intermediate container 0f027687a133 20:18:06 ---> e4283056505f 20:18:06 Step 13/22 : ENV APP_PORT=48085 20:18:06 Removing intermediate container 716dca5e33c6 20:18:06 ---> 9f7982caf5a1 20:18:06 20:18:06 Step 10/23 : FROM alpine:3.12 20:18:06 ---> d10569e2745f 20:18:06 Step 11/23 : RUN apk add --update --no-cache dumb-init 20:18:06 ---> Using cache 20:18:06 ---> 4f3377beeaee 20:18:06 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:18:06 ---> Using cache 20:18:06 ---> e4283056505f 20:18:06 Step 13/23 : ENV APP_PORT=48081 20:18:06 ---> 10b731014b4f 20:18:06 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 20:18:06 ---> Running in e01f9aa6d020 20:18:06 ---> Running in df93d41eb0de 20:18:06 ---> Running in 2c0b03d6b09a 20:18:07 ---> 1d1f01189550 20:18: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/ 20:18:07 Removing intermediate container feb5b9c068a2 20:18:07 ---> a0596c2f6164 20:18:07 Step 21/21 : LABEL version=0.0.0 20:18:07 ---> Running in fc0514e7de9a 20:18:07 ---> Running in 2a9ec73c9ceb 20:18:07 Removing intermediate container e01f9aa6d020 20:18:07 ---> 0076536f899c 20:18:07 Step 14/22 : EXPOSE $APP_PORT 20:18:07 Removing intermediate container df93d41eb0de 20:18:07 ---> 63c25b914f05 20:18:07 Step 14/23 : EXPOSE $APP_PORT 20:18:07 ---> Running in e0e7cd78f5f5 20:18:07 ---> Running in 4388bad4d696 20:18:08 Removing intermediate container 2a9ec73c9ceb 20:18:08 ---> af0f89784bfd 20:18:08 20:18:08 Removing intermediate container e0e7cd78f5f5 20:18:08 ---> bc13f013a01c 20:18:08 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:18:08 Removing intermediate container 4388bad4d696 20:18:08 ---> 8a8b3042fa69 20:18:08 Step 15/23 : WORKDIR / 20:18:08 Successfully built af0f89784bfd 20:18:08 ---> Running in 8dc586a9ac0b 20:18:08 Successfully tagged docker-security-proxy-setup-go-arm64:latest 20:18:08  Building docker-security-proxy-setup-go ... done Building docker-sys-mgmt-agent-go 20:18:09 ---> 88c13bc57a3f 20:18:09 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 20:18:09 Removing intermediate container 8dc586a9ac0b 20:18:09 ---> b3f0ffc63b14 20:18:09 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:18:11 Removing intermediate container fc0514e7de9a 20:18:11 Removing intermediate container 2c0b03d6b09a 20:18:11 ---> 1b89786454c1 20:18:11 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 20:18:11 ---> b07c669147ca 20:18:11 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 20:18:11 ---> 8e9b9a436a12 20:18:11 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 20:18:12 ---> Running in 9cc4771cf9b4 20:18:12 ---> 161b6a7d837d 20:18:12 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 20:18:13 ---> 8aad46156207 20:18:13 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 20:18:13 Removing intermediate container 9cc4771cf9b4 20:18:13 ---> 950e5fb3f883 20:18:13 Step 22/24 : LABEL arch=arm64 20:18:13 ---> 0d84e9a925aa 20:18:13 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 20:18:14 ---> Running in d1d6d6f8f496 20:18:14 ---> db955e136a66 20:18:14 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 20:18:15 ---> 8daca89ae8c1 20:18:15 Step 19/23 : ENTRYPOINT ["/core-metadata"] 20:18:15 ---> 06c7b5edc358 20:18:15 Removing intermediate container d1d6d6f8f496 20:18:15 ---> 5456f2d0a5a9 20:18:15 Step 23/24 : LABEL git_sha=4883de4e12c0f41f4c63387f79e841415c388155 20:18:15 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 20:18:15 ---> Running in 1f04b80463ce 20:18:15 ---> Running in ce6277152d27 20:18:15 ---> Running in 8a0135d198af 20:18:16 Removing intermediate container 1f04b80463ce 20:18:16 ---> d801f88d2e01 20:18:16 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:18:16 Removing intermediate container 8a0135d198af 20:18:16 ---> d38aca2c702d 20:18:16 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:18:16 Removing intermediate container ce6277152d27 20:18:16 ---> 16f1b03aedb0 20:18:16 Step 24/24 : LABEL version=0.0.0 20:18:16 ---> Running in 3ef043c38613 20:18:16 ---> Running in c8626de12d61 20:18:16 ---> acf0ecfb61eb 20:18:16 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 20:18:16 ---> Running in 64660d9fce8f 20:18:17 Removing intermediate container c8626de12d61 20:18:17 ---> 21659053f766 20:18:17 Step 21/23 : LABEL arch=arm64 20:18:17 Removing intermediate container 3ef043c38613 20:18:17 ---> ae3d23b4b4c0 20:18:17 Step 20/22 : LABEL arch=arm64 20:18:17 Removing intermediate container 64660d9fce8f 20:18:17 ---> a1025ae2da93 20:18:17 20:18:17 ---> Running in c0254d932f7c 20:18:17 ---> Running in 44dbdd8d1233 20:18:18 ---> 320ca3b49651 20:18:18 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 20:18:18 Successfully built a1025ae2da93 20:18:18 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 20:18:18  Building docker-security-secretstore-setup-go ... done Building docker-core-command-go 20:18:18 Removing intermediate container c0254d932f7c 20:18:18 ---> 024527bc003e 20:18:18 Removing intermediate container 44dbdd8d1233 20:18:18 Step 21/22 : LABEL git_sha=4883de4e12c0f41f4c63387f79e841415c388155 ---> d9ba3cbf3707 20:18:18 20:18:18 Step 22/23 : LABEL git_sha=4883de4e12c0f41f4c63387f79e841415c388155 20:18:18 ---> Running in a68164479abc 20:18:18 ---> Running in 927cad47efa2 20:18:18 ---> 6ac071ee766b 20:18:18 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 20:18:19 ---> Running in e5ce3881debb 20:18:19 Removing intermediate container 927cad47efa2 20:18:19 ---> f0e46bfa2040 20:18:19 Step 22/22 : LABEL version=0.0.0 20:18:19 Removing intermediate container a68164479abc 20:18:19 ---> 85b08376fe5f 20:18:19 Step 23/23 : LABEL version=0.0.0 20:18:20 ---> Running in 6f1290937a27 20:18:20 ---> Running in 913e3a2cd8c9 20:18:20 Removing intermediate container e5ce3881debb 20:18:20 ---> 5ad67058cf4a 20:18:20 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 20:18:20 Removing intermediate container 6f1290937a27 20:18:20 ---> 4615f85d3d87 20:18:20 20:18:21 Successfully built 4615f85d3d87 20:18:21 Successfully tagged docker-support-scheduler-go-arm64:latest 20:18:21 Building docker-core-data-go 20:18:21  Building docker-support-scheduler-go ... done Removing intermediate container 913e3a2cd8c9 20:18:21 ---> d64553c4ea3f 20:18:21 20:18:21 Successfully built d64553c4ea3f 20:18:22 ---> 22a07901f374 20:18:22 Step 26/31 : RUN chmod +x /entrypoint.sh 20:18:22 Successfully tagged docker-core-metadata-go-arm64:latest 20:18:22 Building docker-support-notifications-go 20:18:22  Building docker-core-metadata-go ... done  ---> Running in 32af95db9cf8 20:18:25 Removing intermediate container 32af95db9cf8 20:18:25 ---> c3827c1b6dd9 20:18:25 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 20:18:26 ---> Running in 909235957ac3 20:18:27 Removing intermediate container 909235957ac3 20:18:27 ---> 555a9d251721 20:18:27 Step 28/31 : CMD ["gate"] 20:18:28 ---> Running in 9b0b8b06c3ea 20:18:28 Removing intermediate container 9b0b8b06c3ea 20:18:28 ---> 6d02208c0f2a 20:18:28 Step 29/31 : LABEL arch=arm64 20:18:29 ---> Running in e49720ddc4be 20:18:30 Removing intermediate container e49720ddc4be 20:18:30 ---> b3436eb987b7 20:18:30 Step 30/31 : LABEL git_sha=4883de4e12c0f41f4c63387f79e841415c388155 20:18:31 ---> Running in 3b43aa66d5c1 20:18:32 Removing intermediate container 3b43aa66d5c1 20:18:32 ---> 3528d611fa33 20:18:32 Step 31/31 : LABEL version=0.0.0 20:18:33 ---> Running in b38dd9dad8e5 20:18:34 Removing intermediate container b38dd9dad8e5 20:18:34 ---> 28878dea6f75 20:18:34 20:18:34 Successfully built 28878dea6f75 20:18:34 Successfully tagged docker-security-bootstrapper-go-arm64:latest 20:18:49  Building docker-security-bootstrapper-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:18:49 Step 2/26 : FROM ${BUILDER_BASE} AS builder 20:18:49 ---> 9b7aec9cd9c7 20:18:49 Step 3/26 : WORKDIR /edgex-go 20:18:49 ---> Using cache 20:18:49 ---> f0cbc5f6ed2a 20:18:49 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:18:49 ---> Using cache 20:18:49 ---> c09c3ad7584f 20:18:49 Step 5/26 : RUN apk add --update --no-cache make bash git 20:18:53 ---> Running in ea67f313f0a5 20:18:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:18:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:18:55 OK: 217 MiB in 51 packages 20:18:59 Removing intermediate container ea67f313f0a5 20:18:59 ---> 6bbdfe8d49c7 20:18:59 Step 6/26 : COPY go.mod . 20:19:00 ---> 857d5de60e48 20:19:00 Step 7/26 : RUN go mod download 20:19:00 ---> Running in 3a890775cbc3 20:19:05 Removing intermediate container 3a890775cbc3 20:19:05 ---> 5536e381a556 20:19:05 Step 8/26 : COPY . . 20:19:05 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:19:05 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:19:05 ---> 9b7aec9cd9c7 20:19:05 Step 3/23 : WORKDIR /edgex-go 20:19:05 ---> Using cache 20:19:05 ---> f0cbc5f6ed2a 20:19:05 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:19:05 ---> Using cache 20:19:05 ---> c09c3ad7584f 20:19:05 Step 5/23 : RUN apk add --update --no-cache make git 20:19:05 ---> Using cache 20:19:05 ---> 37711d013947 20:19:05 Step 6/23 : COPY go.mod . 20:19:05 ---> Using cache 20:19:05 ---> bf78a11dad49 20:19:05 Step 7/23 : RUN go mod download 20:19:05 ---> Using cache 20:19:05 ---> e639f5daf92e 20:19:05 Step 8/23 : COPY . . 20:19:05 ---> Using cache 20:19:05 ---> 6b633b0ca8c4 20:19:05 Step 9/23 : RUN make cmd/core-command/core-command 20:19:07 ---> Running in 80f4790243ff 20:19:07 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:19:07 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:19:07 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:19:07 20:19:07 ---> 9b7aec9cd9c7 20:19:07 ---> 9b7aec9cd9c7 20:19:07 Step 3/22 : WORKDIR /edgex-goStep 3/23 : WORKDIR /edgex-go 20:19:07 ---> Using cache 20:19:07 20:19:07 ---> f0cbc5f6ed2a 20:19:07 ---> Using cache 20:19:07 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories ---> f0cbc5f6ed2a 20:19:07 20:19:07 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories ---> Using cache 20:19:07 ---> c09c3ad7584f 20:19:07 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 20:19:07 20:19:07 ---> Using cache 20:19:07 ---> c09c3ad7584f 20:19:07 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 20:19:08 ---> Running in 7c90eaaccbc5 20:19:08 ---> Running in ec04e2a00883 20:19:09 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 20:19:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:19:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:19:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:19:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:19:12 OK: 217 MiB in 51 packages 20:19:12 OK: 217 MiB in 51 packages 20:19:15 Removing intermediate container ec04e2a00883 20:19:15 ---> 6386f583508c 20:19:15 Step 6/23 : COPY go.mod . 20:19:16 Removing intermediate container 7c90eaaccbc5 20:19:16 ---> 9bad54546a20 20:19:16 Step 6/22 : COPY go.mod . 20:19:17 ---> fe4bdad0a009 20:19:17 Step 7/23 : RUN go mod download 20:19:18 ---> Running in 92326bf32281 20:19:18 ---> b545d428920a 20:19:18 Step 7/22 : RUN go mod download 20:19:19 ---> Running in 9e4bcb785e95 20:19:25 Removing intermediate container 92326bf32281 20:19:25 ---> 8a05edea2261 20:19:25 Step 8/23 : COPY . . 20:19:25 Removing intermediate container 9e4bcb785e95 20:19:25 ---> 48427cd1f51b 20:19:25 Step 8/22 : COPY . . 20:19:28 ---> 2e407b6b0ee4 20:19:28 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 20:19:29 ---> Running in 530c74b62c58 20:19:31 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 20:19:58 ---> 9bd305c3b0e2 20:19:58 Step 9/22 : RUN make cmd/support-notifications/support-notifications 20:19:58 ---> bdf78ba08860 20:19:58 Step 9/23 : RUN make cmd/core-data/core-data 20:19:58 ---> Running in db7abf88a2ea 20:19:58 ---> Running in 80c65ea856e3 20:19:59 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 20:19:59 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 20:20:09 Removing intermediate container 80f4790243ff 20:20:09 ---> f154e0073656 20:20:09 20:20:09 Step 10/23 : FROM alpine:3.12 20:20:09 ---> d10569e2745f 20:20:09 Step 11/23 : RUN apk add --update --no-cache dumb-init 20:20:09 ---> Using cache 20:20:09 ---> 4f3377beeaee 20:20:09 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:20:09 ---> Using cache 20:20:09 ---> e4283056505f 20:20:09 Step 13/23 : ENV APP_PORT=48082 20:20:10 ---> Running in 14e7943f7312 20:20:10 Removing intermediate container 14e7943f7312 20:20:10 ---> 8b9e3a92d3df 20:20:10 Step 14/23 : EXPOSE $APP_PORT 20:20:10 ---> Running in 2cdcffa67deb 20:20:11 Removing intermediate container 2cdcffa67deb 20:20:11 ---> 2cddef8348d9 20:20:11 Step 15/23 : WORKDIR / 20:20:11 ---> Running in acef91d50b3b 20:20:12 Removing intermediate container acef91d50b3b 20:20:12 ---> 78109456e79b 20:20:12 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:20:14 ---> 143b5d032a1d 20:20:14 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 20:20:15 ---> aec3c14043b4 20:20:15 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 20:20:16 ---> cd9516d1fad7 20:20:16 Step 19/23 : ENTRYPOINT ["/core-command"] 20:20:17 ---> Running in 828f43d393a0 20:20:17 Removing intermediate container 828f43d393a0 20:20:17 ---> f87b7816ce95 20:20:17 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:20:17 ---> Running in 4be8b6ecd901 20:20:18 Removing intermediate container 4be8b6ecd901 20:20:18 ---> 6cf888f33904 20:20:18 Step 21/23 : LABEL arch=arm64 20:20:18 ---> Running in 82a4778031fc 20:20:19 Removing intermediate container 82a4778031fc 20:20:19 ---> 220425f7e53d 20:20:19 Step 22/23 : LABEL git_sha=4883de4e12c0f41f4c63387f79e841415c388155 20:20:19 ---> Running in bd36f67ce99e 20:20:20 Removing intermediate container bd36f67ce99e 20:20:20 ---> ddbc0941410d 20:20:20 Step 23/23 : LABEL version=0.0.0 20:20:20 ---> Running in 6781ca358772 20:20:21 Removing intermediate container 6781ca358772 20:20:21 ---> 0aed1994bf79 20:20:21 20:20:21 Successfully built 0aed1994bf79 20:20:21 Successfully tagged docker-core-command-go-arm64:latest 20:20:40  Building docker-core-command-go ... done Removing intermediate container 530c74b62c58 20:20:40 ---> c140cfcb95eb 20:20:40 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 20:20:40 ---> Running in 9a140147a1f6 20:20:41 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 20:20:46 Removing intermediate container 9a140147a1f6 20:20:46 ---> 4936c1132c93 20:20:46 20:20:46 Step 11/26 : FROM docker:20.10.0 20:20:46 20.10.0: Pulling from library/docker 20:21:02 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 20:21:02 Status: Downloaded newer image for docker:20.10.0 20:21:02 ---> eeaf43b92773 20:21:02 Step 12/26 : RUN apk add --no-cache bash 20:21:02 ---> Running in e76a075e25fb 20:21:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:21:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:21:04 (1/2) Installing readline (8.0.4-r0) 20:21:04 (2/2) Installing bash (5.0.17-r0) 20:21:05 Executing bash-5.0.17-r0.post-install 20:21:05 Executing busybox-1.31.1-r19.trigger 20:21:05 OK: 12 MiB in 22 packages 20:21:07 Removing intermediate container e76a075e25fb 20:21:07 ---> 4e90d9e018f5 20:21:07 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 20:21:07 ---> Running in 1b6344c4fc44 20:21:07 Removing intermediate container 1b6344c4fc44 20:21:07 ---> 28a6bfcd4f0c 20:21:07 Step 14/26 : ENV APP_PORT=48090 20:21:08 ---> Running in 183d01e4d29f 20:21:08 Removing intermediate container 183d01e4d29f 20:21:08 ---> e9f16fbe9726 20:21:08 Step 15/26 : EXPOSE $APP_PORT 20:21:08 ---> Running in 0af2736bd6ee 20:21:09 Removing intermediate container 0af2736bd6ee 20:21:09 ---> 5371c8c2a9a4 20:21:09 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 20:21:11 ---> 62c208d4f32a 20:21:11 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 20:21:11 ---> e2b5f26d1efc 20:21:11 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 20:21:13 ---> ad711fc473e5 20:21:13 Step 19/26 : RUN apk --no-cache add py3-pip 20:21:13 ---> Running in b52241689e13 20:21:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:21:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:21:15 Removing intermediate container 80c65ea856e3 20:21:15 ---> f0d4187ffef6 20:21:15 20:21:15 Step 10/22 : FROM alpine:3.12 20:21:15 ---> d10569e2745f 20:21:15 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 20:21:15 ---> Running in 379c17359d35 20:21:15 (1/33) Installing libbz2 (1.0.8-r1) 20:21:15 (2/33) Installing expat (2.2.9-r1) 20:21:15 (3/33) Installing libffi (3.3-r2) 20:21:15 (4/33) Installing gdbm (1.13-r1) 20:21:15 (5/33) Installing xz-libs (5.2.5-r0) 20:21:15 (6/33) Installing sqlite-libs (3.32.1-r0) 20:21:15 (7/33) Installing python3 (3.8.8-r0) 20:21:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:21:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:21:17 (1/2) Installing ca-certificates (20191127-r4) 20:21:17 (8/33) Installing py3-appdirs (1.4.4-r1) 20:21:17 (9/33) Installing py3-ordered-set (4.0.1-r0) 20:21:17 (10/33) Installing py3-parsing (2.4.7-r0) 20:21:17 (11/33) Installing py3-six (1.15.0-r0) 20:21:17 (12/33) Installing py3-packaging (20.4-r0) 20:21:17 (13/33) Installing py3-setuptools (47.0.0-r0) 20:21:17 (2/2) Installing dumb-init (1.2.2-r1) 20:21:17 Executing busybox-1.31.1-r19.trigger 20:21:17 Executing ca-certificates-20191127-r4.trigger 20:21:17 (14/33) Installing py3-chardet (3.0.4-r4) 20:21:17 (15/33) Installing py3-idna (2.9-r0) 20:21:17 (16/33) Installing py3-certifi (2020.4.5.1-r0) 20:21:17 (17/33) Installing py3-urllib3 (1.25.9-r0) 20:21:17 OK: 6 MiB in 16 packages 20:21:17 (18/33) Installing py3-requests (2.23.0-r0) 20:21:17 (19/33) Installing py3-msgpack (1.0.0-r0) 20:21:17 (20/33) Installing py3-lockfile (0.12.2-r3) 20:21:17 (21/33) Installing py3-cachecontrol (0.12.6-r0) 20:21:18 (22/33) Installing py3-colorama (0.4.3-r0) 20:21:18 (23/33) Installing py3-distlib (0.3.0-r0) 20:21:18 (24/33) Installing py3-distro (1.5.0-r1) 20:21:18 (25/33) Installing py3-webencodings (0.5.1-r3) 20:21:18 (26/33) Installing py3-html5lib (1.0.1-r4) 20:21:18 (27/33) Installing py3-pytoml (0.1.21-r0) 20:21:18 (28/33) Installing py3-pep517 (0.8.2-r0) 20:21:18 (29/33) Installing py3-progress (1.5-r0) 20:21:18 (30/33) Installing py3-toml (0.10.1-r0) 20:21:18 (31/33) Installing py3-retrying (1.3.3-r0) 20:21:18 (32/33) Installing py3-contextlib2 (0.6.0-r0) 20:21:18 (33/33) Installing py3-pip (20.1.1-r0) 20:21:18 Executing busybox-1.31.1-r19.trigger 20:21:18 OK: 71 MiB in 55 packages 20:21:21 Removing intermediate container 379c17359d35 20:21:21 ---> 0e220e604c65 20:21:21 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 20:21:21 ---> Running in e5de758af89b 20:21:22 Removing intermediate container e5de758af89b 20:21:22 ---> 7700533027f2 20:21:22 Step 13/22 : ENV APP_PORT=48060 20:21:22 ---> Running in 4021803c157e 20:21:23 Removing intermediate container 4021803c157e 20:21:23 ---> 18becd3dec1e 20:21:23 Step 14/22 : EXPOSE $APP_PORT 20:21:23 ---> Running in 575560eb43bf 20:21:24 Removing intermediate container db7abf88a2ea 20:21:24 ---> 08ad71ae2a34 20:21:24 20:21:24 Step 10/23 : FROM alpine:3.12 20:21:24 ---> d10569e2745f 20:21:24 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 20:21:24 Removing intermediate container 575560eb43bf 20:21:24 ---> 98b33e1aee76 20:21:24 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:21:24 ---> Running in 41a9a130cb4c 20:21:25 Removing intermediate container 41a9a130cb4c 20:21:25 ---> 6340e855477e 20:21:25 Step 12/23 : ENV APP_PORT=48080 20:21:25 ---> fd76aeb92de4 20:21:25 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 20:21:25 ---> Running in cb40d2685bc9 20:21:26 Removing intermediate container cb40d2685bc9 20:21:26 ---> b649693ca68e 20:21:26 Step 13/23 : EXPOSE $APP_PORT 20:21:26 Removing intermediate container b52241689e13 20:21:26 ---> 132b32be4dc1 20:21:26 Step 20/26 : RUN pip install docker-compose==1.23.2 20:21:26 ---> Running in dd4ce9d61ad0 20:21:26 ---> Running in abb77aa91578 20:21:26 ---> 7a28e3a7a0f8 20:21:26 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 20:21:26 Removing intermediate container dd4ce9d61ad0 20:21:26 ---> 7c8727f2a528 20:21:26 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:21:27 ---> Running in dfc8c3d4db96 20:21:27 ---> db5b95c91c70 20:21:27 Step 18/22 : ENTRYPOINT ["/support-notifications"] 20:21:27 ---> Running in 0a6cdd1f820b 20:21:28 Removing intermediate container 0a6cdd1f820b 20:21:28 ---> 745abd052090 20:21:28 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:21:28 ---> Running in 3c67a2fac555 20:21:29 Removing intermediate container 3c67a2fac555 20:21:29 ---> 8edea8f48201 20:21:29 Step 20/22 : LABEL arch=arm64 20:21:29 ---> Running in b591177e3c4b 20:21:29 Removing intermediate container b591177e3c4b 20:21:29 ---> c5ba0884c268 20:21:29 Step 21/22 : LABEL git_sha=4883de4e12c0f41f4c63387f79e841415c388155 20:21:29 Removing intermediate container dfc8c3d4db96 20:21:29 ---> 56034fa01c67 20:21:29 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 20:21:29 ---> Running in 484e2ac84267 20:21:29 ---> Running in 110a9d81982c 20:21:30 Removing intermediate container 484e2ac84267 20:21:30 ---> 2361ff4320a0 20:21:30 Step 22/22 : LABEL version=0.0.0 20:21:30 ---> Running in 84c3e6c26fbf 20:21:31 Removing intermediate container 84c3e6c26fbf 20:21:31 ---> 7f53bd2723e7 20:21:31 20:21:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:21:31 Successfully built 7f53bd2723e7 20:21:31 Successfully tagged docker-support-notifications-go-arm64:latest 20:21:32  Building docker-support-notifications-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:21:32 Collecting docker-compose==1.23.2 20:21:32 (1/6) Installing dumb-init (1.2.2-r1) 20:21:32 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 20:21:32 (2/6) Installing libgcc (9.3.0-r2) 20:21:32 (3/6) Installing libsodium (1.0.18-r0) 20:21:32 (4/6) Installing libstdc++ (9.3.0-r2) 20:21:33 (5/6) Installing libzmq (4.3.3-r0) 20:21:33 (6/6) Installing zeromq (4.3.3-r0) 20:21:33 Executing busybox-1.31.1-r19.trigger 20:21:33 OK: 8 MiB in 20 packages 20:21:33 Collecting docopt<0.7,>=0.6.1 20:21:33 Downloading docopt-0.6.2.tar.gz (25 kB) 20:21:35 Removing intermediate container 110a9d81982c 20:21:35 ---> 67207b89c883 20:21:35 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:21:35 ---> 6c55ff338a91 20:21:35 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 20:21:36 Collecting dockerpty<0.5,>=0.4.1 20:21:36 Downloading dockerpty-0.4.1.tar.gz (13 kB) 20:21:36 ---> 63533068083e 20:21:36 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 20:21:37 ---> 4f876f5fd0e1 20:21:37 Step 19/23 : ENTRYPOINT ["/core-data"] 20:21:37 ---> Running in 0b590ca71f3e 20:21:38 Removing intermediate container 0b590ca71f3e 20:21:38 ---> 80d02ee2112b 20:21:38 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:21:38 ---> Running in 810f2774e1ae 20:21:38 Removing intermediate container 810f2774e1ae 20:21:38 ---> 414cce744c7f 20:21:38 Step 21/23 : LABEL arch=arm64 20:21:38 ---> Running in afbeeac48a18 20:21:39 Removing intermediate container afbeeac48a18 20:21:39 ---> 01fb629f6846 20:21:39 Step 22/23 : LABEL git_sha=4883de4e12c0f41f4c63387f79e841415c388155 20:21:39 ---> Running in 9387954fc0b6 20:21:39 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 20:21:39 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 20:21:40 Removing intermediate container 9387954fc0b6 20:21:40 ---> ca20b7fb6db2 20:21:40 Step 23/23 : LABEL version=0.0.0 20:21:40 ---> Running in d8596f1d6196 20:21:40 Collecting cached-property<2,>=1.2.0 20:21:40 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 20:21:40 Removing intermediate container d8596f1d6196 20:21:40 ---> ed6686ca67d8 20:21:40 20:21:40 Successfully built ed6686ca67d8 20:21:40 Successfully tagged docker-core-data-go-arm64:latest 20:21:41  Building docker-core-data-go ... done Collecting PyYAML<4,>=3.10 20:21:41 Downloading PyYAML-3.13.tar.gz (270 kB) 20:21:44 Collecting texttable<0.10,>=0.9.0 20:21:44 Downloading texttable-0.9.1.tar.gz (11 kB) 20:21:46 Collecting docker<4.0,>=3.6.0 20:21:46 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 20:21:47 Collecting jsonschema<3,>=2.5.1 20:21:47 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 20:21:47 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 20:21:47 Collecting websocket-client<1.0,>=0.32.0 20:21:47 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 20:21:48 Collecting urllib3<1.25,>=1.21.1 20:21:48 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 20:21:48 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) 20:21:48 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) 20:21:48 Collecting idna<2.8,>=2.5 20:21:48 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 20:21:48 Collecting docker-pycreds>=0.4.0 20:21:48 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 20:21:48 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 20:21:48 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 20:21:48 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 20:21:48 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 20:21:49 Installing collected packages: docopt, dockerpty, urllib3, idna, requests, cached-property, PyYAML, texttable, websocket-client, docker-pycreds, docker, jsonschema, docker-compose 20:21:49 Running setup.py install for docopt: started 20:21:51 Running setup.py install for docopt: finished with status 'done' 20:21:51 Running setup.py install for dockerpty: started 20:21:53 Running setup.py install for dockerpty: finished with status 'done' 20:21:53 Attempting uninstall: urllib3 20:21:53 Found existing installation: urllib3 1.25.9 20:21:53 Uninstalling urllib3-1.25.9: 20:21:53 Successfully uninstalled urllib3-1.25.9 20:21:54 Attempting uninstall: idna 20:21:54 Found existing installation: idna 2.9 20:21:54 Uninstalling idna-2.9: 20:21:54 Successfully uninstalled idna-2.9 20:21:54 Attempting uninstall: requests 20:21:54 Found existing installation: requests 2.23.0 20:21:54 Uninstalling requests-2.23.0: 20:21:54 Successfully uninstalled requests-2.23.0 20:21:55 Running setup.py install for PyYAML: started 20:21:57 Running setup.py install for PyYAML: finished with status 'done' 20:21:57 Running setup.py install for texttable: started 20:21:58 Running setup.py install for texttable: finished with status 'done' 20:22:01 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 20:22:05 Removing intermediate container abb77aa91578 20:22:05 ---> c14b5050fa17 20:22:05 Step 21/26 : RUN apk --no-cache add curl 20:22:05 ---> Running in 5e949b446379 20:22:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:22:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:22:07 (1/3) Installing nghttp2-libs (1.41.0-r0) 20:22:07 (2/3) Installing libcurl (7.69.1-r3) 20:22:07 (3/3) Installing curl (7.69.1-r3) 20:22:07 Executing busybox-1.31.1-r19.trigger 20:22:07 OK: 72 MiB in 58 packages 20:22:08 Removing intermediate container 5e949b446379 20:22:08 ---> 64b1860cf2d0 20:22:08 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 20:22:08 ---> Running in 37ddfa92038b 20:22:08 Removing intermediate container 37ddfa92038b 20:22:08 ---> c49ee3d3455c 20:22:08 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:22:08 ---> Running in 3ee996db5cee 20:22:09 Removing intermediate container 3ee996db5cee 20:22:09 ---> d9ce95412ef5 20:22:09 Step 24/26 : LABEL arch=arm64 20:22:09 ---> Running in 77499a2665bb 20:22:09 Removing intermediate container 77499a2665bb 20:22:09 ---> 8604a12528e3 20:22:10 Step 25/26 : LABEL git_sha=4883de4e12c0f41f4c63387f79e841415c388155 20:22:10 ---> Running in 5688bf59892c 20:22:10 Removing intermediate container 5688bf59892c 20:22:10 ---> 350dde26bf07 20:22:10 Step 26/26 : LABEL version=0.0.0 20:22:10 ---> Running in b46ac6c3300e 20:22:11 Removing intermediate container b46ac6c3300e 20:22:11 ---> 65807010f12f 20:22:11 20:22:11 Successfully built 65807010f12f 20:22:11 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 20:22:11  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 20:22:11 $ docker stop --time=1 b374caf9c0dbaaf5b68f60bc2c503a78486bc89da43e9c075dd58e2d056b14cd 20:22:13 $ docker rm -f b374caf9c0dbaaf5b68f60bc2c503a78486bc89da43e9c075dd58e2d056b14cd [Pipeline] // withDockerContainer [Pipeline] sh 20:22:14 + grep docker 20:22:14 + docker images 20:22:14 docker-sys-mgmt-agent-go-arm64 latest 65807010f12f 4 seconds ago 300MB 20:22:14 docker-core-data-go-arm64 latest ed6686ca67d8 34 seconds ago 21.3MB 20:22:14 docker-support-notifications-go-arm64 latest 7f53bd2723e7 43 seconds ago 16.9MB 20:22:14 docker-core-command-go-arm64 latest 0aed1994bf79 About a minute ago 16.3MB 20:22:14 docker-security-bootstrapper-go-arm64 latest 28878dea6f75 3 minutes ago 17.8MB 20:22:14 docker-core-metadata-go-arm64 latest d64553c4ea3f 3 minutes ago 17.9MB 20:22:14 docker-support-scheduler-go-arm64 latest 4615f85d3d87 3 minutes ago 16.3MB 20:22:14 docker-security-secretstore-setup-go-arm64 latest a1025ae2da93 3 minutes ago 23.7MB 20:22:14 docker-security-proxy-setup-go-arm64 latest af0f89784bfd 4 minutes ago 23.4MB 20:22:14 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 20:22:15 ---> job-cost.sh 20:22:15 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-Ldln 20:22:54 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 20:24:31 lf-activate-venv(): INFO: Adding /tmp/venv-Ldln/bin to PATH 20:24:31 INFO: No Stack... 20:24:31 INFO: Retrieving Pricing Info for: lf-standard-4 20:24:31 INFO: Archiving Costs [Pipeline] sh 20:24:31 + cat /w/workspace/edgex-go/12/archives/cost.csv 20:24:31 + cut -d, -f6 [Pipeline] lock 20:24:31 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3241-12-stack-cost] 20:24:31 Resource [jenkins-edgexfoundry-edgex-go-PR-3241-12-stack-cost] did not exist. Created. 20:24:31 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3241-12-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 20:24:32 + echo total: 0.20999999344348907 [Pipeline] stash 20:24:32 Stashed 1 file(s) [Pipeline] } 20:24:32 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3241-12-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 20:24:35 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 20:24:36 ---> package-listing.sh 20:24:36 ++ facter osfamily 20:24:36 ++ tr '[:upper:]' '[:lower:]' 20:24:36 + OS_FAMILY=redhat 20:24:36 + workspace=/w/workspace/edgex-go/12 20:24:36 + START_PACKAGES=/tmp/packages_start.txt 20:24:36 + END_PACKAGES=/tmp/packages_end.txt 20:24:36 + DIFF_PACKAGES=/tmp/packages_diff.txt 20:24:36 + PACKAGES=/tmp/packages_start.txt 20:24:36 + '[' /w/workspace/edgex-go/12 ']' 20:24:36 + PACKAGES=/tmp/packages_end.txt 20:24:36 + case "${OS_FAMILY}" in 20:24:36 + rpm -qa 20:24:36 + sort 20:24:41 + '[' -f /tmp/packages_start.txt ']' 20:24:41 + '[' -f /tmp/packages_end.txt ']' 20:24:41 + diff /tmp/packages_start.txt /tmp/packages_end.txt 20:24:41 + '[' /w/workspace/edgex-go/12 ']' 20:24:41 + mkdir -p /w/workspace/edgex-go/12/archives/ 20:24:41 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/12/archives/ [Pipeline] echo 20:24:41 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/12/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 20:24:41 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 20:24:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:24:41 20:24:41 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 20:24:42 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:24:42 alpine: Pulling from edgex-lftools-log-publisher 20:24:42 df20fa9351a1: Pulling fs layer 20:24:42 36b3adc4ff6f: Pulling fs layer 20:24:42 8ad3a11d3b57: Pulling fs layer 20:24:42 46f8f816bc3b: Pulling fs layer 20:24:42 93b61091891f: Pulling fs layer 20:24:42 93b9cdb0e59b: Pulling fs layer 20:24:42 5e14af77c1be: Pulling fs layer 20:24:42 01666e4c0597: Pulling fs layer 20:24:42 aa168da1d23b: Pulling fs layer 20:24:42 46f8f816bc3b: Waiting 20:24:42 5e14af77c1be: Waiting 20:24:42 93b61091891f: Waiting 20:24:42 93b9cdb0e59b: Waiting 20:24:42 01666e4c0597: Waiting 20:24:42 aa168da1d23b: Waiting 20:24:42 36b3adc4ff6f: Download complete 20:24:42 46f8f816bc3b: Verifying Checksum 20:24:42 46f8f816bc3b: Download complete 20:24:42 df20fa9351a1: Verifying Checksum 20:24:42 df20fa9351a1: Download complete 20:24:42 93b9cdb0e59b: Verifying Checksum 20:24:42 93b9cdb0e59b: Download complete 20:24:42 5e14af77c1be: Verifying Checksum 20:24:42 5e14af77c1be: Download complete 20:24:42 93b61091891f: Verifying Checksum 20:24:42 93b61091891f: Download complete 20:24:42 01666e4c0597: Verifying Checksum 20:24:42 01666e4c0597: Download complete 20:24:42 8ad3a11d3b57: Verifying Checksum 20:24:42 8ad3a11d3b57: Download complete 20:24:42 df20fa9351a1: Pull complete 20:24:43 36b3adc4ff6f: Pull complete 20:24:44 aa168da1d23b: Verifying Checksum 20:24:44 aa168da1d23b: Download complete 20:24:44 8ad3a11d3b57: Pull complete 20:24:45 46f8f816bc3b: Pull complete 20:24:46 93b61091891f: Pull complete 20:24:46 93b9cdb0e59b: Pull complete 20:24:46 5e14af77c1be: Pull complete 20:24:46 01666e4c0597: Pull complete 20:24:59 aa168da1d23b: Pull complete 20:24:59 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 20:24:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:24:59 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 20:24:59 prd-centos7-docker-4c-2g-31247 does not seem to be running inside a container 20:24:59 $ 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/12/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/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@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-lftools-log-publisher:alpine cat 20:25:02 $ docker top f710073e9b25426eb1d52515879b5ee12771c86ac565066ca2ef2df591e45373 -eo pid,comm [Pipeline] { [Pipeline] sh 20:25:03 + touch /tmp/pre-build-complete [Pipeline] sh 20:25:05 + mkdir -p /var/log/sa [Pipeline] sh 20:25:05 + ls /var/log/sa-host 20:25:05 + sadf -c /var/log/sa-host/sa23 20:25:05 file_magic: OK 20:25:05 HZ: Using current value: 100 20:25:05 file_header: OK 20:25:05 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 20:25:05 Statistics: 20:25:05 Hnuu...uuuununununu... 20:25:05 File successfully converted to sysstat format version 12.2.1 20:25:05 + sadf -c /var/log/sa-host/sa24 20:25:05 file_magic: OK 20:25:05 HZ: Using current value: 100 20:25:05 file_header: OK 20:25:05 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 20:25:05 Statistics: 20:25:05 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... 20:25:05 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:25:06 provisioning config files... 20:25:06 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/12@tmp/config1857770938680024234tmp [Pipeline] { [Pipeline] echo 20:25:06 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 20:25:06 ---> create-netrc.sh [Pipeline] } 20:25:06 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 20:25:06 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 20:25:06 ---> python-tools-install.sh [Pipeline] echo 20:25:07 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 20:25:07 ---> sudo-logs.sh 20:25:07 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 20:25:07 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 20:25:07 ---> job-cost.sh 20:25:07 lf-activate-venv: SKIPPING 20:25:07 DEBUG: total: 0.20999999344348907 20:25:07 INFO: Retrieving Stack Cost... 20:25:08 INFO: Retrieving Pricing Info for: v1-standard-2 20:25:09 INFO: Archiving Costs [Pipeline] echo 20:25:09 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 20:25:09 ---> logs-deploy.sh 20:25:09 lf-activate-venv: SKIPPING 20:25:09 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3241/12 20:25:09 INFO: archiving workspace using pattern(s): 20:25:10 Archives upload complete. 20:25:11 INFO: archiving logs to Nexus 20:25:12 ---> uname -a: 20:25:12 Linux prd-centos7-docker-4c-2g-31247.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 20:25:12 20:25:12 20:25:12 ---> lscpu: 20:25:12 Architecture: x86_64 20:25:12 CPU op-mode(s): 32-bit, 64-bit 20:25:12 Byte Order: Little Endian 20:25:12 Address sizes: 40 bits physical, 48 bits virtual 20:25:12 CPU(s): 4 20:25:12 On-line CPU(s) list: 0-3 20:25:12 Thread(s) per core: 1 20:25:12 Core(s) per socket: 1 20:25:12 Socket(s): 4 20:25:12 NUMA node(s): 1 20:25:12 Vendor ID: GenuineIntel 20:25:12 CPU family: 6 20:25:12 Model: 44 20:25:12 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 20:25:12 Stepping: 1 20:25:12 CPU MHz: 2933.438 20:25:12 BogoMIPS: 5866.87 20:25:12 Virtualization: VT-x 20:25:12 Hypervisor vendor: KVM 20:25:12 Virtualization type: full 20:25:12 L1d cache: 128 KiB 20:25:12 L1i cache: 128 KiB 20:25:12 L2 cache: 16 MiB 20:25:12 L3 cache: 64 MiB 20:25:12 NUMA node0 CPU(s): 0-3 20:25:12 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 20:25:12 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 20:25:12 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 20:25:12 Vulnerability Meltdown: Mitigation; PTI 20:25:12 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 20:25:12 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 20:25:12 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 20:25:12 Vulnerability Srbds: Not affected 20:25:12 Vulnerability Tsx async abort: Not affected 20:25:12 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 20:25:12 20:25:12 20:25:12 ---> nproc: 20:25:12 4 20:25:12 20:25:12 20:25:12 ---> df -h: 20:25:12 Filesystem Size Used Available Use% Mounted on 20:25:12 overlay 50.0G 11.8G 38.2G 24% / 20:25:12 tmpfs 64.0M 0 64.0M 0% /dev 20:25:12 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 20:25:12 shm 64.0M 0 64.0M 0% /dev/shm 20:25:12 /dev/vda1 50.0G 11.8G 38.2G 24% /facter-os 20:25:12 /dev/vda1 50.0G 11.8G 38.2G 24% /etc/resolv.conf 20:25:12 /dev/vda1 50.0G 11.8G 38.2G 24% /etc/hostname 20:25:12 /dev/vda1 50.0G 11.8G 38.2G 24% /etc/hosts 20:25:12 /dev/vda1 50.0G 11.8G 38.2G 24% /run/cloud-init/result.json 20:25:12 /dev/vda1 50.0G 11.8G 38.2G 24% /var/log/sa-host 20:25:12 /dev/vda1 50.0G 11.8G 38.2G 24% /var/log/secure 20:25:12 /dev/vda1 50.0G 11.8G 38.2G 24% /var/log/auth.log 20:25:12 /dev/vda1 50.0G 11.8G 38.2G 24% /w/workspace/edgex-go/12 20:25:12 /dev/vda1 50.0G 11.8G 38.2G 24% /w/workspace/edgex-go/12@tmp 20:25:12 20:25:12 20:25:12 ---> free -m: 20:25:12 total used free shared buff/cache available 20:25:12 Mem: 1837 728 127 0 981 1023 20:25:12 Swap: 1023 39 984 20:25:12 20:25:12 20:25:12 ---> ip addr: 20:25:12 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 20:25:12 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 20:25:12 inet 127.0.0.1/8 scope host lo 20:25:12 valid_lft forever preferred_lft forever 20:25:12 inet6 ::1/128 scope host 20:25:12 valid_lft forever preferred_lft forever 20:25:12 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 20:25:12 link/ether fa:16:3e:83:6f:d3 brd ff:ff:ff:ff:ff:ff 20:25:12 inet 10.30.122.12/23 brd 10.30.123.255 scope global dynamic eth0 20:25:12 valid_lft 85041sec preferred_lft 85041sec 20:25:12 inet6 fe80::f816:3eff:fe83:6fd3/64 scope link 20:25:12 valid_lft forever preferred_lft forever 20:25:12 3: docker0: mtu 1500 qdisc noqueue state DOWN 20:25:12 link/ether 02:42:f5:04:a5:e8 brd ff:ff:ff:ff:ff:ff 20:25:12 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 20:25:12 valid_lft forever preferred_lft forever 20:25:12 inet6 fe80::42:f5ff:fe04:a5e8/64 scope link 20:25:12 valid_lft forever preferred_lft forever 20:25:12 20:25:12 20:25:12 ---> sar -b -r -n DEV: 20:25:12 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/24/21 _x86_64_ (4 CPU) 20:25:12 20:25:12 20:02:21 LINUX RESTART (4 CPU) 20:25:12 20:25:12 20:03:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 20:25:12 20:04:01 127.47 51.59 75.88 0.00 9038.50 26557.26 0.00 20:25:12 20:05:01 311.81 116.72 195.09 0.00 4295.28 44428.91 0.00 20:25:12 20:06:01 138.77 53.83 84.94 0.00 2388.02 10334.04 0.00 20:25:12 20:07:01 141.69 66.20 75.49 0.00 3449.68 8155.98 0.00 20:25:12 20:08:02 276.63 107.09 169.55 0.00 36895.92 110430.75 0.00 20:25:12 20:09:02 2923.14 2546.19 376.96 0.00 197904.34 211909.87 0.00 20:25:12 20:10:01 391.37 171.00 220.37 0.00 11651.77 40916.97 0.00 20:25:12 20:11:01 1344.76 998.27 346.49 0.00 125716.69 150021.89 0.00 20:25:12 20:12:02 530.06 285.01 245.04 0.00 22677.84 35722.75 0.00 20:25:12 20:13:01 2.02 0.49 1.52 0.00 18.83 26.66 0.00 20:25:12 20:14:01 1.71 1.45 0.27 0.00 107.23 2.73 0.00 20:25:12 20:15:01 0.30 0.00 0.30 0.00 0.00 3.43 0.00 20:25:12 20:16:01 0.25 0.00 0.25 0.00 0.00 2.63 0.00 20:25:12 20:17:01 0.28 0.10 0.18 0.00 1.07 1.92 0.00 20:25:12 20:18:01 1.97 1.73 0.23 0.00 56.35 3.68 0.00 20:25:12 20:19:01 1.25 0.03 1.22 0.00 1.07 18.67 0.00 20:25:12 20:20:01 0.68 0.03 0.65 0.00 0.27 8.36 0.00 20:25:12 20:21:01 0.18 0.02 0.17 0.00 0.27 1.63 0.00 20:25:12 20:22:01 0.30 0.03 0.27 0.00 0.27 3.81 0.00 20:25:12 20:23:01 0.47 0.23 0.23 0.00 119.10 2.96 0.00 20:25:12 20:24:01 0.18 0.02 0.17 0.00 0.13 1.50 0.00 20:25:12 20:25:01 153.44 65.67 87.77 0.00 6287.10 18889.33 0.00 20:25:12 Average: 288.51 202.85 85.66 0.00 19147.55 29939.56 0.00 20:25:12 20:25:12 20:03:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 20:25:12 20:04:01 82504 0 676444 35.95 2596 1120000 1484828 50.67 723920 866300 100536 20:25:12 20:05:01 291444 0 717892 38.15 1492 870716 1329900 45.39 492308 819344 48 20:25:12 20:06:01 164964 0 812228 43.17 676 903676 1888876 64.46 711196 719712 75328 20:25:12 20:07:01 299664 0 721376 38.34 556 859948 1322336 45.13 568268 722096 57532 20:25:12 20:08:02 65128 0 823456 43.76 0 992960 2229116 76.08 749016 852344 21420 20:25:12 20:09:02 190896 0 723312 38.44 0 967336 1538592 52.51 692260 763116 3304 20:25:12 20:10:01 145296 0 719064 38.22 0 1017184 1750136 59.73 547076 934848 64 20:25:12 20:11:01 68260 0 978564 52.01 0 834720 2593368 88.51 662716 887820 33612 20:25:12 20:12:02 392856 0 652076 34.66 0 836612 1213532 41.42 519632 726916 20 20:25:12 20:13:01 399764 0 644616 34.26 0 837164 1167664 39.85 514740 725888 16 20:25:12 20:14:01 397048 0 644320 34.24 0 840176 1167764 39.85 514972 729020 8 20:25:12 20:15:01 397884 0 643464 34.20 0 840196 1163580 39.71 514420 728924 8 20:25:12 20:16:01 397916 0 643420 34.20 0 840208 1163580 39.71 514552 728924 8 20:25:12 20:17:01 397432 0 643904 34.22 0 840208 1163712 39.72 515252 728952 8 20:25:12 20:18:01 395868 0 644444 34.25 0 841232 1163652 39.71 515104 729780 24 20:25:12 20:19:01 396080 0 644220 34.24 0 841244 1163616 39.71 514912 729788 8 20:25:12 20:20:01 395136 0 645160 34.29 0 841248 1163724 39.72 515532 729796 12 20:25:12 20:21:01 394840 0 645452 34.30 0 841252 1163772 39.72 515712 729796 8 20:25:12 20:22:01 395364 0 644916 34.28 0 841264 1163712 39.72 515340 729804 16 20:25:12 20:23:01 389212 0 647484 34.41 0 844848 1163664 39.71 520704 730556 16 20:25:12 20:24:01 389204 0 647480 34.41 0 844860 1163688 39.71 521016 730560 8 20:25:12 20:25:01 169276 0 736692 39.15 0 975576 1537556 52.47 560580 873376 8 20:25:12 Average: 300729 0 695454 36.96 242 885119 1402744 47.87 564510 768985 13273 20:25:12 20:25:12 20:03:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 20:25:12 20:04:01 eth0 1658.16 1702.00 5916.13 205.73 0.00 0.00 0.00 0.00 20:25:12 20:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:25:12 20:04:01 docker0 808.40 779.95 68.35 2686.74 0.00 0.00 0.00 0.00 20:25:12 20:05:01 veth07e953e 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 20:25:12 20:05:01 eth0 520.78 440.15 3675.10 45.39 0.00 0.00 0.00 0.00 20:25:12 20:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:25:12 20:05:01 docker0 178.43 212.34 12.49 832.88 0.00 0.00 0.00 0.00 20:25:12 20:06:01 veth07e953e 0.93 0.97 0.08 0.08 0.00 0.00 0.00 0.00 20:25:12 20:06:01 eth0 36.51 24.31 23.00 75.58 0.00 0.00 0.00 0.00 20:25:12 20:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:25:12 20:06:01 docker0 0.93 0.93 0.06 0.08 0.00 0.00 0.00 0.00 20:25:12 20:07:01 veth07e953e 1.50 1.50 0.12 0.12 0.00 0.00 0.00 0.00 20:25:12 20:07:01 eth0 23.04 12.96 18.58 10.14 0.00 0.00 0.00 0.00 20:25:12 20:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:25:12 20:07:01 docker0 1.50 1.50 0.10 0.12 0.00 0.00 0.00 0.00 20:25:12 20:08:02 eth0 218.76 167.94 1688.98 73.85 0.00 0.00 0.00 0.00 20:25:12 20:08:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:25:12 20:08:02 vethc9652f1 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 20:25:12 20:08:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:25:12 20:09:02 eth0 62.61 49.92 164.77 11.22 0.00 0.00 0.00 0.00 20:25:12 20:09:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:25:12 20:09:02 vethc9652f1 0.00 0.30 0.00 0.01 0.00 0.00 0.00 0.00 20:25:12 20:09:02 docker0 39.80 43.19 2.67 148.78 0.00 0.00 0.00 0.00 20:25:12 20:10:01 vethd7c8ae9 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:25:12 20:10:01 eth0 166.20 127.37 1476.01 18.30 0.00 0.00 0.00 0.00 20:25:12 20:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:25:12 20:10:01 vethc9652f1 0.00 0.29 0.00 0.01 0.00 0.00 0.00 0.00 20:25:12 20:11:01 veth2a351b8 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 20:25:12 20:11:01 veth4f3b48b 1.83 2.44 0.26 10.80 0.00 0.00 0.00 0.00 20:25:12 20:11:01 veth5db5e2a 0.00 0.21 0.00 0.01 0.00 0.00 0.00 0.00 20:25:12 20:11:01 eth0 132.00 70.52 378.42 80.45 0.00 0.00 0.00 0.00 20:25:12 20:12:02 eth0 95.59 58.60 196.18 81.22 0.00 0.00 0.00 0.00 20:25:12 20:12:02 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 20:25:12 20:12:02 docker0 1081.55 1162.33 86.82 4343.07 0.00 0.00 0.00 0.00 20:25:12 20:13:01 eth0 0.91 0.36 0.56 0.08 0.00 0.00 0.00 0.00 20:25:12 20:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:25:12 20:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:25:12 20:14:01 eth0 0.53 0.32 0.27 0.20 0.00 0.00 0.00 0.00 20:25:12 20:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:25:12 20:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:25:12 20:15:01 eth0 0.05 0.08 0.00 0.01 0.00 0.00 0.00 0.00 20:25:12 20:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:25:12 20:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:25:12 20:16:01 eth0 1.32 0.08 0.12 0.01 0.00 0.00 0.00 0.00 20:25:12 20:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:25:12 20:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:25:12 20:17:01 eth0 0.95 0.58 0.54 0.40 0.00 0.00 0.00 0.00 20:25:12 20:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:25:12 20:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:25:12 20:18:01 eth0 0.25 0.08 0.08 0.06 0.00 0.00 0.00 0.00 20:25:12 20:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:25:12 20:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:25:12 20:19:01 eth0 1.00 0.10 0.13 0.01 0.00 0.00 0.00 0.00 20:25:12 20:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:25:12 20:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:25:12 20:20:01 eth0 2.10 0.78 0.70 0.41 0.00 0.00 0.00 0.00 20:25:12 20:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:25:12 20:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:25:12 20:21:01 eth0 0.50 0.37 0.27 0.17 0.00 0.00 0.00 0.00 20:25:12 20:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:25:12 20:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:25:12 20:22:01 eth0 1.00 0.42 0.32 0.21 0.00 0.00 0.00 0.00 20:25:12 20:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:25:12 20:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:25:12 20:23:01 eth0 1.17 0.13 0.16 0.07 0.00 0.00 0.00 0.00 20:25:12 20:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:25:12 20:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:25:12 20:24:01 eth0 1.37 0.70 0.65 0.43 0.00 0.00 0.00 0.00 20:25:12 20:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:25:12 20:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:25:12 20:25:01 eth0 212.86 158.05 2171.26 17.64 0.00 0.00 0.00 0.00 20:25:12 20:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:25:12 20:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:25:12 Average: eth0 142.84 128.17 714.90 28.34 0.00 0.00 0.00 0.00 20:25:12 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:25:12 Average: docker0 49.25 52.93 3.95 197.76 0.00 0.00 0.00 0.00 20:25:12 20:25:12 20:25:12 ---> sar -P ALL: 20:25:12 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/24/21 _x86_64_ (4 CPU) 20:25:12 20:25:12 20:02:21 LINUX RESTART (4 CPU) 20:25:12 20:25:12 20:03:01 CPU %user %nice %system %iowait %steal %idle 20:25:12 20:04:01 all 15.29 0.00 7.88 2.35 0.15 74.33 20:25:12 20:04:01 0 13.96 0.00 10.64 3.63 0.16 71.61 20:25:12 20:04:01 1 17.31 0.00 5.82 1.73 0.15 74.99 20:25:12 20:04:01 2 17.57 0.00 8.69 2.50 0.14 71.10 20:25:12 20:04:01 3 12.31 0.00 6.41 1.56 0.14 79.59 20:25:12 20:05:01 all 10.76 0.00 9.35 6.98 0.17 72.73 20:25:12 20:05:01 0 10.59 0.00 10.00 8.11 0.17 71.12 20:25:12 20:05:01 1 10.19 0.00 9.36 10.43 0.19 69.84 20:25:12 20:05:01 2 11.61 0.00 9.66 4.41 0.15 74.16 20:25:12 20:05:01 3 10.64 0.00 8.39 4.99 0.17 75.80 20:25:12 20:06:01 all 51.63 0.00 11.86 4.65 0.12 31.74 20:25:12 20:06:01 0 52.88 0.00 12.12 6.80 0.12 28.07 20:25:12 20:06:01 1 49.43 0.00 12.59 4.41 0.12 33.44 20:25:12 20:06:01 2 52.73 0.00 11.66 3.09 0.11 32.42 20:25:12 20:06:01 3 51.48 0.00 11.07 4.30 0.12 33.03 20:25:12 20:07:01 all 48.98 0.00 13.97 3.60 0.13 33.31 20:25:12 20:07:01 0 48.41 0.00 14.42 1.27 0.12 35.78 20:25:12 20:07:01 1 49.46 0.00 13.64 4.73 0.19 31.99 20:25:12 20:07:01 2 50.02 0.00 13.76 3.71 0.11 32.40 20:25:12 20:07:01 3 48.05 0.00 14.06 4.71 0.11 33.08 20:25:12 20:08:02 all 19.36 0.00 15.73 5.28 0.19 59.43 20:25:12 20:08:02 0 19.24 0.00 15.55 3.81 0.24 61.16 20:25:12 20:08:02 1 18.51 0.00 15.15 6.23 0.17 59.93 20:25:12 20:08:02 2 20.67 0.00 16.23 5.97 0.14 56.99 20:25:12 20:08:02 3 19.03 0.00 16.00 5.11 0.22 59.64 20:25:12 20:09:02 all 23.56 0.00 29.41 23.66 0.33 23.04 20:25:12 20:09:02 0 22.62 0.00 28.93 25.23 0.34 22.88 20:25:12 20:09:02 1 23.69 0.00 29.56 22.35 0.34 24.05 20:25:12 20:09:02 2 23.81 0.00 29.25 25.17 0.34 21.43 20:25:12 20:09:02 3 24.11 0.00 29.92 21.87 0.28 23.83 20:25:12 20:10:01 all 56.32 0.00 16.42 13.31 0.07 13.89 20:25:12 20:10:01 0 57.03 0.00 16.36 12.58 0.05 13.98 20:25:12 20:10:01 1 56.57 0.00 15.97 12.99 0.05 14.42 20:25:12 20:10:01 2 55.81 0.00 16.66 13.81 0.11 13.61 20:25:12 20:10:01 3 55.82 0.00 16.70 13.88 0.07 13.53 20:25:12 20:11:01 all 40.96 0.00 24.70 18.63 0.28 15.42 20:25:12 20:11:01 0 40.89 0.00 23.90 14.19 0.30 20.72 20:25:12 20:11:01 1 41.30 0.00 24.38 17.58 0.26 16.47 20:25:12 20:11:01 2 41.41 0.00 24.74 20.36 0.25 13.24 20:25:12 20:11:01 3 40.25 0.00 25.80 22.46 0.32 11.17 20:25:12 20:12:02 all 27.28 0.00 12.91 12.89 0.31 46.61 20:25:12 20:12:02 0 27.59 0.00 13.23 12.57 0.30 46.32 20:25:12 20:12:02 1 27.49 0.00 13.21 13.28 0.31 45.70 20:25:12 20:12:02 2 27.77 0.00 12.35 12.40 0.38 47.09 20:25:12 20:12:02 3 26.27 0.00 12.84 13.30 0.23 47.35 20:25:12 20:13:01 all 0.11 0.00 0.06 0.00 0.01 99.83 20:25:12 20:13:01 0 0.03 0.00 0.05 0.00 0.00 99.92 20:25:12 20:13:01 1 0.03 0.00 0.05 0.00 0.00 99.92 20:25:12 20:13:01 2 0.12 0.00 0.08 0.00 0.02 99.78 20:25:12 20:13:01 3 0.25 0.00 0.03 0.00 0.02 99.69 20:25:12 20:14:01 all 0.17 0.00 0.12 0.01 0.11 99.60 20:25:12 20:14:01 0 0.02 0.00 0.07 0.00 0.20 99.72 20:25:12 20:14:01 1 0.07 0.00 0.12 0.00 0.05 99.77 20:25:12 20:14:01 2 0.07 0.00 0.25 0.03 0.07 99.58 20:25:12 20:14:01 3 0.52 0.00 0.03 0.00 0.13 99.32 20:25:12 20:25:12 20:14:01 CPU %user %nice %system %iowait %steal %idle 20:25:12 20:15:01 all 0.15 0.00 0.03 0.00 0.00 99.81 20:25:12 20:15:01 0 0.02 0.00 0.02 0.00 0.00 99.97 20:25:12 20:15:01 1 0.02 0.00 0.03 0.00 0.00 99.95 20:25:12 20:15:01 2 0.07 0.00 0.07 0.00 0.00 99.87 20:25:12 20:15:01 3 0.50 0.00 0.02 0.00 0.02 99.47 20:25:12 20:16:01 all 0.16 0.00 0.04 0.00 0.00 99.80 20:25:12 20:16:01 0 0.02 0.00 0.00 0.00 0.00 99.98 20:25:12 20:16:01 1 0.05 0.00 0.03 0.00 0.00 99.92 20:25:12 20:16:01 2 0.07 0.00 0.10 0.00 0.00 99.83 20:25:12 20:16:01 3 0.50 0.00 0.03 0.00 0.00 99.47 20:25:12 20:17:01 all 0.11 0.00 0.05 0.01 0.01 99.82 20:25:12 20:17:01 0 0.05 0.00 0.07 0.00 0.02 99.87 20:25:12 20:17:01 1 0.02 0.00 0.03 0.02 0.00 99.93 20:25:12 20:17:01 2 0.12 0.00 0.05 0.02 0.02 99.80 20:25:12 20:17:01 3 0.25 0.00 0.05 0.00 0.00 99.70 20:25:12 20:18:01 all 0.14 0.00 0.06 0.02 0.01 99.76 20:25:12 20:18:01 0 0.05 0.00 0.10 0.08 0.02 99.75 20:25:12 20:18:01 1 0.03 0.00 0.05 0.00 0.02 99.90 20:25:12 20:18:01 2 0.03 0.00 0.05 0.00 0.00 99.92 20:25:12 20:18:01 3 0.43 0.00 0.05 0.02 0.02 99.48 20:25:12 20:19:01 all 0.16 0.00 0.04 0.00 0.01 99.79 20:25:12 20:19:01 0 0.03 0.00 0.03 0.00 0.00 99.93 20:25:12 20:19:01 1 0.07 0.00 0.05 0.00 0.02 99.87 20:25:12 20:19:01 2 0.05 0.00 0.03 0.00 0.02 99.90 20:25:12 20:19:01 3 0.48 0.00 0.03 0.00 0.02 99.47 20:25:12 20:20:01 all 0.12 0.00 0.05 0.00 0.01 99.82 20:25:12 20:20:01 0 0.03 0.00 0.02 0.00 0.02 99.93 20:25:12 20:20:01 1 0.37 0.00 0.12 0.00 0.02 99.50 20:25:12 20:20:01 2 0.05 0.00 0.02 0.00 0.00 99.93 20:25:12 20:20:01 3 0.03 0.00 0.03 0.00 0.00 99.93 20:25:12 20:21:01 all 0.15 0.00 0.04 0.00 0.00 99.81 20:25:12 20:21:01 0 0.03 0.00 0.00 0.00 0.00 99.97 20:25:12 20:21:01 1 0.53 0.00 0.07 0.00 0.00 99.40 20:25:12 20:21:01 2 0.03 0.00 0.05 0.00 0.00 99.92 20:25:12 20:21:01 3 0.02 0.00 0.03 0.00 0.00 99.95 20:25:12 20:22:01 all 0.15 0.00 0.02 0.00 0.00 99.82 20:25:12 20:22:01 0 0.02 0.00 0.02 0.00 0.00 99.97 20:25:12 20:22:01 1 0.53 0.00 0.03 0.00 0.00 99.43 20:25:12 20:22:01 2 0.03 0.00 0.03 0.02 0.00 99.92 20:25:12 20:22:01 3 0.03 0.00 0.02 0.00 0.00 99.95 20:25:12 20:23:01 all 0.15 0.00 0.04 0.00 0.00 99.81 20:25:12 20:23:01 0 0.02 0.00 0.02 0.00 0.00 99.97 20:25:12 20:23:01 1 0.50 0.00 0.03 0.00 0.00 99.47 20:25:12 20:23:01 2 0.05 0.00 0.05 0.00 0.02 99.88 20:25:12 20:23:01 3 0.02 0.00 0.05 0.02 0.00 99.92 20:25:12 20:24:01 all 0.15 0.00 0.02 0.00 0.00 99.82 20:25:12 20:24:01 0 0.02 0.00 0.02 0.00 0.00 99.97 20:25:12 20:24:01 1 0.03 0.00 0.03 0.00 0.02 99.92 20:25:12 20:24:01 2 0.57 0.00 0.03 0.00 0.00 99.40 20:25:12 20:24:01 3 0.00 0.00 0.02 0.00 0.00 99.98 20:25:12 20:25:01 all 5.42 0.00 4.12 3.63 0.05 86.78 20:25:12 20:25:01 0 5.13 0.00 3.78 2.84 0.05 88.20 20:25:12 20:25:01 1 5.56 0.00 4.70 5.39 0.03 84.31 20:25:12 20:25:01 2 5.53 0.00 3.70 2.20 0.05 88.51 20:25:12 20:25:01 3 5.43 0.00 4.30 4.08 0.08 86.10 20:25:12 20:25:12 Average: CPU %user %nice %system %iowait %steal %idle 20:25:12 Average: all 13.27 0.00 6.46 4.17 0.09 76.01 20:25:12 Average: 0 13.19 0.00 6.58 4.00 0.09 76.13 20:25:12 Average: 1 13.33 0.00 6.39 4.37 0.09 75.82 20:25:12 Average: 2 13.54 0.00 6.49 4.10 0.08 75.79 20:25:12 Average: 3 13.03 0.00 6.39 4.20 0.09 76.30 20:25:12 20:25:12 20:25:12