Pull request #3234 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 0f08c5a4c934446bc4a8748a808e300ce7aa86cd+76b4535fa5fa3514bc34c1137a1fac177e39ac4f (348a5838756d563a62417d6aa21bdb817dc4b017) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-31844’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-27930’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-30485’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-30654’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-31847 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/39 [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/39 # 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/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 76b4535fa5fa3514bc34c1137a1fac177e39ac4f into PR head commit 0f08c5a4c934446bc4a8748a808e300ce7aa86cd Merge succeeded, producing 30dea8cbfe42a6baf52c1324d0742abb31aae20c Checking out Revision 30dea8cbfe42a6baf52c1324d0742abb31aae20c (PR-3234) > git config core.sparsecheckout # timeout=10 > git checkout -f 0f08c5a4c934446bc4a8748a808e300ce7aa86cd # 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 76b4535fa5fa3514bc34c1137a1fac177e39ac4f # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 30dea8cbfe42a6baf52c1324d0742abb31aae20c # timeout=10 Commit message: "Merge commit '76b4535fa5fa3514bc34c1137a1fac177e39ac4f' into HEAD" > git rev-list --no-walk 0f08c5a4c934446bc4a8748a808e300ce7aa86cd # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 20:57:16 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 20:57:16 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 20:57:16 ========================================================= 20:57:16 EdgeX Global Pipelines Version Info 20:57:16 ========================================================= [Pipeline] libraryResource [Pipeline] sh 20:57:18 ------------------- 20:57:18 stable info: 20:57:18 ------------------- 20:57:18 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 20:57:18 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 20:57:18 Message: update stable to v1.0.186 20:57:19 ------------------- 20:57:19 experimental info: 20:57:19 ------------------- 20:57:19 Commited By: **** collab-it+edgex@linuxfoundation.org 20:57:19 Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 20:57:19 Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 20:57:19 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 20:57:19 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 20:57:19 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 20:57:19 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 20:57:19 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 20:57:19 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 20:57:19 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 20:57:19 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 20:57:20 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 20:57:20 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 20:57:20 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 20:57:20 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 20:57:20 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 20:57:20 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 20:57:20 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 20:57:20 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 20:57:20 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 20:57:20 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 20:57:21 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 20:57:21 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 20:57:21 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 20:57:21 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 20:57:21 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3234 [Pipeline] echo 20:57:21 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3234 [Pipeline] echo 20:57:21 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3234 [Pipeline] echo 20:57:21 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 30dea8cbfe42a6baf52c1324d0742abb31aae20c [Pipeline] echo 20:57:21 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 30dea8c [Pipeline] echo 20:57:21 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 20:57:22 provisioning config files... 20:57:22 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/39@tmp/config6758648812719618702tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:57:22 ---> docker-login.sh 20:57:22 nexus3.edgexfoundry.org:10001 20:57:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:57:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:57:23 Configure a credential helper to remove this warning. See 20:57:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:57:23 20:57:23 Login Succeeded 20:57:23 nexus3.edgexfoundry.org:10002 20:57:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:57:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:57:23 Configure a credential helper to remove this warning. See 20:57:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:57:23 20:57:23 Login Succeeded 20:57:23 nexus3.edgexfoundry.org:10003 20:57:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:57:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:57:23 Configure a credential helper to remove this warning. See 20:57:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:57:23 20:57:23 Login Succeeded 20:57:23 nexus3.edgexfoundry.org:10004 20:57:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:57:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:57:23 Configure a credential helper to remove this warning. See 20:57:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:57:23 20:57:23 Login Succeeded 20:57:23 docker.io 20:57:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:57:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:57:24 Configure a credential helper to remove this warning. See 20:57:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:57:24 20:57:24 Login Succeeded 20:57:24 ---> docker-login.sh ends [Pipeline] } 20:57:24 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:57:24 ++ 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:57:24 + for file in '`ls cmd/**/Dockerfile`' 20:57:24 ++ dirname cmd/core-command/Dockerfile 20:57:24 ++ cut -d/ -f2 20:57:24 + echo core-command,cmd/core-command/Dockerfile 20:57:24 + for file in '`ls cmd/**/Dockerfile`' 20:57:24 ++ dirname cmd/core-data/Dockerfile 20:57:24 ++ cut -d/ -f2 20:57:24 + echo core-data,cmd/core-data/Dockerfile 20:57:24 + for file in '`ls cmd/**/Dockerfile`' 20:57:24 ++ dirname cmd/core-metadata/Dockerfile 20:57:24 ++ cut -d/ -f2 20:57:24 + echo core-metadata,cmd/core-metadata/Dockerfile 20:57:24 + for file in '`ls cmd/**/Dockerfile`' 20:57:24 ++ dirname cmd/security-bootstrapper/Dockerfile 20:57:24 ++ cut -d/ -f2 20:57:24 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 20:57:24 + for file in '`ls cmd/**/Dockerfile`' 20:57:24 ++ dirname cmd/security-proxy-setup/Dockerfile 20:57:24 ++ cut -d/ -f2 20:57:24 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 20:57:24 + for file in '`ls cmd/**/Dockerfile`' 20:57:24 ++ dirname cmd/security-secretstore-setup/Dockerfile 20:57:24 ++ cut -d/ -f2 20:57:24 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 20:57:24 + for file in '`ls cmd/**/Dockerfile`' 20:57:24 ++ dirname cmd/support-notifications/Dockerfile 20:57:24 ++ cut -d/ -f2 20:57:24 + echo support-notifications,cmd/support-notifications/Dockerfile 20:57:24 + for file in '`ls cmd/**/Dockerfile`' 20:57:24 ++ dirname cmd/support-scheduler/Dockerfile 20:57:24 ++ cut -d/ -f2 20:57:24 + echo support-scheduler,cmd/support-scheduler/Dockerfile 20:57:24 + for file in '`ls cmd/**/Dockerfile`' 20:57:24 ++ dirname cmd/sys-mgmt-agent/Dockerfile 20:57:24 ++ cut -d/ -f2 20:57:24 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 20:57:24 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:57:25 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:57:25 20:57:25 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 20:57:26 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:57:26 latest: Pulling from edgex-devops/git-semver 20:57:26 31603596830f: Pulling fs layer 20:57:26 2a8b12db71e7: Pulling fs layer 20:57:26 6ca5941a6612: Pulling fs layer 20:57:26 ecc8261a40a4: Pulling fs layer 20:57:26 ecc8261a40a4: Waiting 20:57:26 2a8b12db71e7: Verifying Checksum 20:57:26 2a8b12db71e7: Download complete 20:57:26 31603596830f: Verifying Checksum 20:57:26 31603596830f: Download complete 20:57:26 ecc8261a40a4: Verifying Checksum 20:57:26 ecc8261a40a4: Download complete 20:57:26 6ca5941a6612: Verifying Checksum 20:57:26 6ca5941a6612: Download complete 20:57:26 31603596830f: Pull complete 20:57:26 2a8b12db71e7: Pull complete 20:57:27 6ca5941a6612: Pull complete 20:57:27 ecc8261a40a4: Pull complete 20:57:27 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 20:57:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:57:27 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 20:57:27 prd-centos7-docker-4c-2g-31847 does not seem to be running inside a container 20:57:27 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/39 -v /w/workspace/edgex-go/39:/w/workspace/edgex-go/39:rw,z -v /w/workspace/edgex-go/39@tmp:/w/workspace/edgex-go/39@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 20:57:30 $ docker top b20416b85c1bb36afa5dfffb00cf3123b771735a1719a66918fa0729cabe549e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:57:31 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:57:31 [ssh-agent] Looking for ssh-agent implementation... 20:57:31 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:57:31 $ docker exec b20416b85c1bb36afa5dfffb00cf3123b771735a1719a66918fa0729cabe549e ssh-agent 20:57:31 SSH_AUTH_SOCK=/tmp/ssh-0awzmWq1Scc9/agent.12 20:57:31 SSH_AGENT_PID=17 20:57:31 Running ssh-add (command line suppressed) 20:57:31 Identity added: /w/workspace/edgex-go/39@tmp/private_key_5938849809501237351.key (/w/workspace/edgex-go/39@tmp/private_key_5938849809501237351.key) 20:57:31 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:57:32 + git tag --points-at HEAD [Pipeline] } 20:57:32 $ docker exec --env ******** --env ******** b20416b85c1bb36afa5dfffb00cf3123b771735a1719a66918fa0729cabe549e ssh-agent -k 20:57:32 unset SSH_AUTH_SOCK; 20:57:32 unset SSH_AGENT_PID; 20:57:32 echo Agent pid 17 killed; 20:57:32 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 20:57:32 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:57:32 [ssh-agent] Looking for ssh-agent implementation... 20:57:32 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:57:32 $ docker exec b20416b85c1bb36afa5dfffb00cf3123b771735a1719a66918fa0729cabe549e ssh-agent 20:57:32 SSH_AUTH_SOCK=/tmp/ssh-s7X5OqiDQE1e/agent.47 20:57:32 SSH_AGENT_PID=53 20:57:32 Running ssh-add (command line suppressed) 20:57:33 Identity added: /w/workspace/edgex-go/39@tmp/private_key_580384913562867555.key (/w/workspace/edgex-go/39@tmp/private_key_580384913562867555.key) 20:57:33 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:57:33 + git semver init 20:57:33 # -> Open(): unable to determine branch for HEAD 20:57:33 # $GIT_DIR = /w/workspace/edgex-go/39/.git 20:57:33 # $GIT_WORK_TREE = /w/workspace/edgex-go/39 20:57:33 # $SEMVER_REMOTE_NAME = origin 20:57:33 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:57:33 # $SEMVER_USER_NAME = edgex-jenkins 20:57:33 # $SEMVER_BRANCH = PR-3234 20:57:33 # $SEMVER_TEMP = /tmp/semver-282452471 20:57:33 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 20:57:51 # '/tmp/semver-282452471' -> '/w/workspace/edgex-go/39/.semver' 20:57:52 # -> Force: false 20:57:52 # $SEMVER_DIR = /w/workspace/edgex-go/39/.semver [Pipeline] } 20:57:52 $ docker exec --env ******** --env ******** b20416b85c1bb36afa5dfffb00cf3123b771735a1719a66918fa0729cabe549e ssh-agent -k 20:57:53 unset SSH_AUTH_SOCK; 20:57:53 unset SSH_AGENT_PID; 20:57:53 echo Agent pid 53 killed; 20:57:53 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:57:53 + git semver [Pipeline] } 20:57:53 $ docker stop --time=1 b20416b85c1bb36afa5dfffb00cf3123b771735a1719a66918fa0729cabe549e 20:57:55 $ docker rm -f b20416b85c1bb36afa5dfffb00cf3123b771735a1719a66918fa0729cabe549e [Pipeline] // withDockerContainer [Pipeline] sh 20:57:56 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 20:57:56 Stashed 1 file(s) [Pipeline] echo 20:57:56 [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:57:57 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 20:57:57 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 20:57:58 + sudo service docker restart 20:57:58 + true 20:57:58 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 20:57:58 ========================================================= 20:57:58 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 20:57:58 ========================================================= [Pipeline] isUnix [Pipeline] sh 20:57:59 + 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:58:03 Sending build context to Docker daemon 328.9MB 20:58:03 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 20:58:03 Step 2/6 : FROM ${BASE} 20:58:03 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 20:58:03 188c0c94c7c5: Pulling fs layer 20:58:03 0ef7d3d256c8: Pulling fs layer 20:58:03 de9db76c5a1d: Pulling fs layer 20:58:03 bca2f99d35d6: Pulling fs layer 20:58:03 93359f2a8cfa: Pulling fs layer 20:58:03 7c6f9722023f: Pulling fs layer 20:58:03 a35cf1a2eb13: Pulling fs layer 20:58:03 bca2f99d35d6: Waiting 20:58:03 93359f2a8cfa: Waiting 20:58:03 7c6f9722023f: Waiting 20:58:03 a35cf1a2eb13: Waiting 20:58:03 de9db76c5a1d: Verifying Checksum 20:58:03 de9db76c5a1d: Download complete 20:58:03 0ef7d3d256c8: Verifying Checksum 20:58:03 0ef7d3d256c8: Download complete 20:58:03 93359f2a8cfa: Verifying Checksum 20:58:03 93359f2a8cfa: Download complete 20:58:03 188c0c94c7c5: Verifying Checksum 20:58:03 188c0c94c7c5: Download complete 20:58:03 7c6f9722023f: Verifying Checksum 20:58:03 7c6f9722023f: Download complete 20:58:04 188c0c94c7c5: Pull complete 20:58:04 0ef7d3d256c8: Pull complete 20:58:04 de9db76c5a1d: Pull complete 20:58:05 a35cf1a2eb13: Verifying Checksum 20:58:05 a35cf1a2eb13: Download complete 20:58:06 bca2f99d35d6: Verifying Checksum 20:58:06 bca2f99d35d6: Download complete 20:58:11 bca2f99d35d6: Pull complete 20:58:11 93359f2a8cfa: Pull complete 20:58:11 7c6f9722023f: Pull complete 20:58:12 Still waiting to schedule task 20:58:12 ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-27930’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-30485’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-30654’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-31848’ is offline 20:58:17 a35cf1a2eb13: Pull complete 20:58:17 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 20:58:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 20:58:17 ---> a62c8e92a672 20:58:17 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 20:58:17 ---> Running in 9c74776580ec 20:58:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:58:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:58:18 (1/12) Installing libmagic (5.38-r0) 20:58:18 (2/12) Installing file (5.38-r0) 20:58:18 (3/12) Installing libc-dev (0.7.2-r3) 20:58:19 (4/12) Installing g++ (9.3.0-r2) 20:58:24 (5/12) Installing fortify-headers (1.1-r0) 20:58:24 (6/12) Installing patch (2.7.6-r6) 20:58:24 (7/12) Installing build-base (0.5-r2) 20:58:24 (8/12) Installing libsodium (1.0.18-r0) 20:58:24 (9/12) Installing pkgconf (1.7.2-r0) 20:58:24 (10/12) Installing libsodium-dev (1.0.18-r0) 20:58:24 (11/12) Installing libzmq (4.3.3-r0) 20:58:24 (12/12) Installing zeromq-dev (4.3.3-r0) 20:58:25 Executing busybox-1.31.1-r19.trigger 20:58:25 OK: 233 MiB in 51 packages 20:58:28 Removing intermediate container 9c74776580ec 20:58:28 ---> d103e7d63665 20:58:28 Step 4/6 : WORKDIR /edgex-go 20:58:28 ---> Running in bfbbdbe6b809 20:58:28 Removing intermediate container bfbbdbe6b809 20:58:28 ---> 2932ecfd1e66 20:58:28 Step 5/6 : COPY go.mod . 20:58:29 ---> 54be21da6f39 20:58:29 Step 6/6 : RUN go mod download 20:58:29 ---> Running in 38e3d2cdd7fe 20:58:51 Removing intermediate container 38e3d2cdd7fe 20:58:51 ---> a4c83e4554a8 20:58:51 Successfully built a4c83e4554a8 20:58:51 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 20:58:51 + docker inspect -f . ci-base-image-x86_64 20:58:51 . [Pipeline] withDockerContainer 20:58:51 prd-centos7-docker-4c-2g-31847 does not seem to be running inside a container 20:58:51 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/39 -v /w/workspace/edgex-go/39:/w/workspace/edgex-go/39:rw,z -v /w/workspace/edgex-go/39@tmp:/w/workspace/edgex-go/39@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 20:58:52 $ docker top a682c92450c6ef3244bbce21db43e5c229b3f82629fc57d63ae49b1afa144988 -eo pid,comm [Pipeline] { [Pipeline] sh 20:58:53 + go version 20:58:53 go version go1.15.5 linux/amd64 [Pipeline] } 20:58:53 $ docker stop --time=1 a682c92450c6ef3244bbce21db43e5c229b3f82629fc57d63ae49b1afa144988 20:58:54 $ docker rm -f a682c92450c6ef3244bbce21db43e5c229b3f82629fc57d63ae49b1afa144988 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:58:55 + docker inspect -f . ci-base-image-x86_64 20:58:55 . [Pipeline] withDockerContainer 20:58:55 prd-centos7-docker-4c-2g-31847 does not seem to be running inside a container 20:58:55 $ 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/39 -v /w/workspace/edgex-go/39:/w/workspace/edgex-go/39:rw,z -v /w/workspace/edgex-go/39@tmp:/w/workspace/edgex-go/39@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 20:58:56 $ docker top c96274f78d3b0dcaa050fe1a9da40d4514557807e68112aa3ad76bdae80ac5a4 -eo pid,comm [Pipeline] { [Pipeline] echo 20:58:56 ========================================================= 20:58:56 [edgeXBuildGoParallel] Running Tests and Build... 20:58:56 ========================================================= [Pipeline] sh 20:58:57 + make test 20:58:57 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 20:59:07 ? github.com/edgexfoundry/edgex-go [no test files] 20:59:25 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 20:59:32 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 20:59:32 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 20:59:32 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 20:59:34 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 20:59:34 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 20:59:34 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 20:59:34 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 20:59:35 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 20:59:36 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 20:59:38 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 20:59:38 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 20:59:38 ? github.com/edgexfoundry/edgex-go/internal [no test files] 20:59:41 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.168s coverage: 45.9% of statements 20:59:41 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 20:59:41 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 20:59:41 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 20:59:41 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 20:59:41 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 20:59:41 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 20:59:41 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.104s coverage: 19.8% of statements 20:59:41 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.113s coverage: 100.0% of statements 20:59:47 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.216s coverage: 27.1% of statements 20:59:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 20:59:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 20:59:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 20:59:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 20:59:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 20:59:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 20:59:47 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.067s coverage: 100.0% of statements 20:59:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 20:59:47 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.106s coverage: 100.0% of statements 20:59:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 20:59:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 20:59:47 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.082s coverage: 71.3% of statements 20:59:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 20:59:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 20:59:47 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.185s coverage: 82.9% of statements 20:59:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 20:59:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 20:59:47 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.080s coverage: 78.9% of statements 20:59:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 20:59:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.367s coverage: 28.6% of statements 20:59:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 20:59:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 20:59:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 20:59:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 20:59:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 20:59:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.149s coverage: 100.0% of statements 20:59:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 20:59:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.087s coverage: 100.0% of statements 20:59:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 20:59:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.157s coverage: 86.7% of statements 20:59:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 20:59:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.150s coverage: 97.5% of statements 20:59:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 20:59:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.084s coverage: 78.3% of statements 20:59:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 20:59:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 20:59:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 20:59:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 20:59:53 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.620s coverage: 92.8% of statements 20:59:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 20:59:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 20:59:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 20:59:53 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 20:59:53 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 20:59:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 20:59:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 20:59:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 20:59:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 20:59:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 20:59:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 20:59:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 20:59:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 20:59:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 20:59:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 20:59:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 20:59:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 20:59:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 20:59:53 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.068s coverage: 58.8% of statements 20:59:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 20:59:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 20:59:53 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.076s coverage: 1.0% of statements 20:59:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 20:59:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 20:59:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 20:59:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.099s coverage: 47.1% of statements 20:59:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.081s coverage: 79.5% of statements 20:59:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.057s coverage: 94.1% of statements 20:59:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.075s coverage: 96.3% of statements 20:59:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.053s coverage: 87.5% of statements 21:00:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.091s coverage: 94.4% of statements 21:00:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.065s coverage: 44.8% of statements 21:00:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.324s coverage: 82.6% of statements 21:00:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.161s coverage: 92.9% of statements 21:00:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 21:00:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 21:00:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 21:00:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.057s coverage: 77.8% of statements 21:00:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 21:00:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 21:00:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 21:00:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 21:00:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 21:00:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.044s coverage: 87.2% of statements 21:00:18 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 21:00:18 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 21:00:18 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.056s coverage: 100.0% of statements 21:00:18 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 21:00:18 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.092s coverage: 75.5% of statements 21:00:18 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 21:00:18 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.068s coverage: 80.8% of statements 21:00:18 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.091s coverage: 87.2% of statements 21:00:18 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.100s coverage: 84.6% of statements 21:00:18 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.142s coverage: 91.6% of statements 21:00:18 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 21:00:18 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.259s coverage: 64.4% of statements 21:00:18 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 21:00:18 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 21:00:18 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.091s coverage: 100.0% of statements 21:00:18 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.078s coverage: 91.3% of statements 21:00:18 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.028s coverage: 100.0% of statements 21:00:18 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.053s coverage: 73.7% of statements 21:00:18 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.027s coverage: 100.0% of statements 21:00:18 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.379s coverage: 69.0% of statements 21:00:18 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 21:00:18 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 21:00:18 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 21:00:18 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.141s coverage: 38.4% of statements 21:00:18 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 21:00:18 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 21:00:18 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.049s coverage: 89.5% of statements 21:00:18 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 21:00:18 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.039s coverage: 84.8% of statements 21:00:18 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.153s coverage: 47.0% of statements 21:00:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 21:00:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 21:00:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 21:00:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 21:00:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 21:00:18 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.050s coverage: 100.0% of statements 21:00:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 21:00:18 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.040s coverage: 100.0% of statements 21:00:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 21:00:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 21:00:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 21:00:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 21:00:18 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.171s coverage: 87.1% of statements 21:00:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 21:00:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 21:00:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 21:00:18 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.755s coverage: 29.1% of statements 21:00:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 21:00:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 21:00:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 21:00:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 21:00:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 21:00:18 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.108s coverage: 99.0% of statements 21:00:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 21:00:18 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.093s coverage: 100.0% of statements 21:00:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 21:00:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 21:00:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 21:00:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 21:00:18 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.092s coverage: 94.6% of statements 21:00:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 21:00:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 21:00:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 21:00:18 ok github.com/edgexfoundry/edgex-go/internal/system 0.044s coverage: 0.0% of statements 21:00:18 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 21:00:18 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.030s coverage: 100.0% of statements 21:00:18 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 21:00:18 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 21:00:18 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 21:00:18 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 21:00:18 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.048s coverage: 87.9% of statements 21:00:18 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 21:00:18 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 21:00:19 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.042s coverage: 100.0% of statements 21:00:19 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.055s coverage: 32.1% of statements 21:00:19 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements 21:00:20 GO111MODULE=on go vet ./... 21:00:32 Running on prd-ubuntu18.04-docker-arm64-4c-16g-31852 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws 21:00:32 Running in /w/workspace/edgex-go/39 [Pipeline] { [Pipeline] checkout 21:00:38 using credential edgex-jenkins-ssh 21:00:38 Cloning the remote Git repository 21:00:38 Cloning repository git@github.com:edgexfoundry/edgex-go.git 21:00:38 > git init /w/workspace/edgex-go/39 # timeout=10 21:00:38 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 21:00:38 > git --version # timeout=10 21:00:38 > git --version # 'git version 2.17.1' 21:00:38 using GIT_SSH to set credentials SSH Credentials for GitHub 21:00:38 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 21:00:52 gofmt -l . 21:00:52 [ "`gofmt -l .`" = "" ] 21:00:52 ./bin/test-go-mod-tidy.sh 21:00:52 ./bin/test-attribution-txt.sh [Pipeline] sh 21:00:52 + ls -al . 21:00:52 total 780 21:00:52 drwxrwxr-x 10 1001 1001 4096 Mar 29 21:00 . 21:00:52 drwxr-xr-x 4 root root 30 Mar 29 20:58 .. 21:00:52 -rw-rw-r-- 1 1001 1001 11 Mar 29 20:57 .dockerignore 21:00:52 drwxrwxr-x 8 1001 1001 179 Mar 29 20:57 .git 21:00:52 drwxrwxr-x 3 1001 1001 125 Mar 29 20:57 .github 21:00:52 -rw-rw-r-- 1 1001 1001 818 Mar 29 20:57 .gitignore 21:00:52 drwx------ 3 1001 1001 60 Mar 29 20:57 .semver 21:00:52 -rw-rw-r-- 1 1001 1001 166 Mar 29 20:57 .sonarcloud.properties 21:00:52 -rw-rw-r-- 1 1001 1001 8607 Mar 29 20:57 Attribution.txt 21:00:52 -rw-rw-r-- 1 1001 1001 3804 Mar 29 20:57 CONTRIBUTING.md 21:00:52 -rw-rw-r-- 1 1001 1001 931 Mar 29 20:57 Dockerfile.build 21:00:52 -rw-rw-r-- 1 1001 1001 863 Mar 29 20:57 Jenkinsfile 21:00:52 -rw-rw-r-- 1 1001 1001 10775 Mar 29 20:57 LICENSE 21:00:52 -rw-rw-r-- 1 1001 1001 5774 Mar 29 20:57 Makefile 21:00:52 -rw-rw-r-- 1 1001 1001 6548 Mar 29 20:57 README.md 21:00:52 -rw-rw-r-- 1 1001 1001 6755 Mar 29 20:57 SECURITY.md 21:00:52 -rw-rw-r-- 1 1001 1001 5 Mar 29 20:57 VERSION 21:00:52 -rw-rw-r-- 1 1001 1001 4131 Mar 29 20:57 ZMQWindows.md 21:00:52 drwxrwxr-x 2 1001 1001 117 Mar 29 20:57 bin 21:00:52 drwxrwxr-x 14 1001 1001 4096 Mar 29 20:57 cmd 21:00:52 -rw-r--r-- 1 root root 668090 Mar 29 21:00 coverage.out 21:00:52 -rw-r--r-- 1 root root 1057 Mar 29 21:00 go.mod 21:00:52 -rw-r--r-- 1 root root 22643 Mar 29 21:00 go.sum 21:00:52 drwxrwxr-x 8 1001 1001 127 Mar 29 20:57 internal 21:00:52 drwxrwxr-x 4 1001 1001 26 Mar 29 20:57 openapi 21:00:52 drwxrwxr-x 4 1001 1001 71 Mar 29 20:57 snap 21:00:52 -rw-rw-r-- 1 1001 1001 168 Mar 29 20:57 version.go [Pipeline] sh 21:00:52 + '[' -e coverage.out ] 21:00:52 + chown 1001:1001 coverage.out [Pipeline] stash 21:00:53 Stashed 1 file(s) [Pipeline] sh 21:00:53 + make build 21:00:53 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 21:00:55 Merging remotes/origin/master commit 76b4535fa5fa3514bc34c1137a1fac177e39ac4f into PR head commit 0f08c5a4c934446bc4a8748a808e300ce7aa86cd [Pipeline] } 21:00:54 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 21:00:54 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 21:00:54 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 21:00:54 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 21:00:54 using GIT_SSH to set credentials SSH Credentials for GitHub 21:00:54 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 21:00:55 > git config core.sparsecheckout # timeout=10 21:00:55 > git checkout -f 0f08c5a4c934446bc4a8748a808e300ce7aa86cd # timeout=10 [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 21:00:55 Failed in branch arm64 21:00:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 21:01:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 21:01:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 21:01:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 21:01:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 21:01:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 21:01:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 21:01:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 21:01:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 21:01: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 21:01:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 21:01:22 $ docker stop --time=1 c96274f78d3b0dcaa050fe1a9da40d4514557807e68112aa3ad76bdae80ac5a4 21:01:24 $ docker rm -f c96274f78d3b0dcaa050fe1a9da40d4514557807e68112aa3ad76bdae80ac5a4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:01:25 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 21:01:25 21:01:25 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 21:01:26 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 21:01:26 latest: Pulling from edgex-devops/edgex-compose 21:01:26 cbdbe7a5bc2a: Pulling fs layer 21:01:26 ca9280d653b3: Pulling fs layer 21:01:26 7e9c9ca2126c: Pulling fs layer 21:01:26 cbdbe7a5bc2a: Verifying Checksum 21:01:26 cbdbe7a5bc2a: Download complete 21:01:26 ca9280d653b3: Verifying Checksum 21:01:26 ca9280d653b3: Download complete 21:01:26 cbdbe7a5bc2a: Pull complete 21:01:28 ca9280d653b3: Pull complete 21:01:28 7e9c9ca2126c: Download complete 21:01:36 7e9c9ca2126c: Pull complete 21:01:36 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 21:01:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 21:01:36 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 21:01:36 prd-centos7-docker-4c-2g-31847 does not seem to be running inside a container 21:01:36 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/39 -v /w/workspace/edgex-go/39:/w/workspace/edgex-go/39:rw,z -v /w/workspace/edgex-go/39@tmp:/w/workspace/edgex-go/39@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 21:01:38 $ docker top 46d69008d64cd408363448e623d61420360fd553a07888c9560884eaa6b1542a -eo pid,comm [Pipeline] { [Pipeline] sh 21:01:39 + docker-compose build --help 21:01:39 + grep parallel 21:01:40 --parallel Build images in parallel. [Pipeline] } 21:01:40 $ docker stop --time=1 46d69008d64cd408363448e623d61420360fd553a07888c9560884eaa6b1542a 21:01:42 $ docker rm -f 46d69008d64cd408363448e623d61420360fd553a07888c9560884eaa6b1542a [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:01:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 21:01:43 . [Pipeline] withDockerContainer 21:01:43 prd-centos7-docker-4c-2g-31847 does not seem to be running inside a container 21:01:43 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/39 -v /w/workspace/edgex-go/39:/w/workspace/edgex-go/39:rw,z -v /w/workspace/edgex-go/39@tmp:/w/workspace/edgex-go/39@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 21:01:44 $ docker top e465faf49c5c787ace13aa2e8511224498246e999e4baa378b75a67a4d827826 -eo pid,comm [Pipeline] { [Pipeline] sh 21:01:44 + docker-compose -f ./docker-compose-build.yml build --parallel 21:01:45 Building docker-core-command-go ... 21:01:45 Building docker-core-data-go ... 21:01:45 Building docker-core-metadata-go ... 21:01:45 Building docker-security-bootstrapper-go ... 21:01:45 Building docker-security-proxy-setup-go ... 21:01:45 Building docker-security-secretstore-setup-go ... 21:01:45 Building docker-support-notifications-go ... 21:01:45 Building docker-support-scheduler-go ... 21:01:45 Building docker-sys-mgmt-agent-go ... 21:01:45 Building docker-security-secretstore-setup-go 21:01:45 Building docker-core-metadata-go 21:01:45 Building docker-security-proxy-setup-go 21:01:45 Building docker-support-scheduler-go 21:01:45 Building docker-sys-mgmt-agent-go 21:02:24 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:02:24 Step 2/21 : FROM ${BUILDER_BASE} AS builder 21:02:24 ---> a4c83e4554a8 21:02:24 Step 3/21 : WORKDIR /edgex-go 21:02:24 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:02:24 Step 2/24 : FROM ${BUILDER_BASE} AS builder 21:02:24 ---> a4c83e4554a8 21:02:24 Step 3/24 : WORKDIR /edgex-go 21:02:24 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:02:24 Step 2/26 : FROM ${BUILDER_BASE} AS builder 21:02:24 ---> a4c83e4554a8 21:02:24 Step 3/26 : WORKDIR /edgex-go 21:02:24 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:02:24 Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:02:24 ---> a4c83e4554a8 21:02:24 Step 3/23 : WORKDIR /edgex-go 21:02:24 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:02:24 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:02:24 ---> a4c83e4554a8 21:02:24 Step 3/22 : WORKDIR /edgex-go 21:02:24 ---> Running in fbf9ec5598dc 21:02:24 ---> Running in 494e8aa0ead7 21:02:24 ---> Running in 2c6bbc01ba54 21:02:24 ---> Running in 42eb4dd81c51 21:02:24 ---> Running in 73e1789088f0 21:02:25 Removing intermediate container 494e8aa0ead7 21:02:25 ---> 2064ca10bd05 21:02:25 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:02:25 Removing intermediate container 73e1789088f0 21:02:25 ---> 30a03813781e 21:02:25 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:02:25 Removing intermediate container fbf9ec5598dc 21:02:25 ---> aafbfbf00ea8 21:02:25 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:02:25 Removing intermediate container 42eb4dd81c51 21:02:25 ---> f840e50b09e3 21:02:25 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:02:25 Removing intermediate container 2c6bbc01ba54 21:02:25 ---> e746628cfe45 21:02:25 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:02:25 ---> Running in ed777b9538ae 21:02:25 ---> Running in 3263f3a2692a 21:02:25 ---> Running in c6a5dd5b4dca 21:02:25 ---> Running in a4a17a629f01 21:02:25 ---> Running in 8e392aab3f7a 21:02:28 Removing intermediate container 3263f3a2692a 21:02:28 ---> eebbac73a17f 21:02:28 Step 5/22 : RUN apk add --update --no-cache make git 21:02:28 Removing intermediate container c6a5dd5b4dca 21:02:28 ---> b7f2a8275bfe 21:02:28 Step 5/21 : RUN apk add --update --no-cache make git 21:02:28 ---> Running in 60282293d69c 21:02:28 Removing intermediate container ed777b9538ae 21:02:28 ---> 60226bf5effb 21:02:28 Step 5/24 : RUN apk add --update --no-cache make git 21:02:28 ---> Running in 53b14a5e1811 21:02:28 Removing intermediate container a4a17a629f01 21:02:28 ---> ae4ec03fb2a4 21:02:28 Step 5/23 : RUN apk add --update --no-cache make git 21:02:28 Removing intermediate container 8e392aab3f7a 21:02:28 ---> 4616ffc26801 21:02:28 Step 5/26 : RUN apk add --update --no-cache make bash git 21:02:28 ---> Running in 93bceb45a919 21:02:28 ---> Running in ef7651e0fc52 21:02:28 ---> Running in eb53ce082202 21:02:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:02:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:02:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:02:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:02:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:02:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:02:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:02:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:02:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:02:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:02:32 OK: 233 MiB in 51 packages 21:02:32 OK: 233 MiB in 51 packages 21:02:32 OK: 233 MiB in 51 packages 21:02:32 OK: 233 MiB in 51 packages 21:02:32 OK: 233 MiB in 51 packages 21:02:33 Removing intermediate container 60282293d69c 21:02:33 ---> 5ccee8416993 21:02:33 Step 6/22 : COPY go.mod . 21:02:33 Removing intermediate container 53b14a5e1811 21:02:33 ---> a0e0f93eae46 21:02:33 Step 6/21 : COPY go.mod . 21:02:33 Removing intermediate container 93bceb45a919 21:02:33 ---> 38f3f038a20f 21:02:33 Step 6/24 : COPY go.mod . 21:02:33 Removing intermediate container eb53ce082202 21:02:33 ---> 75b13309896d 21:02:33 Step 6/26 : COPY go.mod . 21:02:33 Removing intermediate container ef7651e0fc52 21:02:33 ---> 3412eb273f3a 21:02:33 Step 6/23 : COPY go.mod . 21:02:33 ---> c372a6d67a4c 21:02:33 Step 7/22 : RUN go mod download 21:02:33 ---> Running in 121cef137c41 21:02:33 ---> 89f30f5587b7 21:02:33 Step 7/21 : RUN go mod download 21:02:33 ---> Running in 7dfefb0c7d49 21:02:34 ---> 3c6a5f5fad0b 21:02:34 Step 7/24 : RUN go mod download 21:02:34 ---> 094715cc5115 21:02:34 Step 7/26 : RUN go mod download 21:02:34 ---> 1013d832bd57 21:02:34 Step 7/23 : RUN go mod download 21:02:34 ---> Running in 338c195481b5 21:02:34 ---> Running in d8f5d2d7aad4 21:02:34 ---> Running in d94151fc853b 21:02:37 Removing intermediate container 121cef137c41 21:02:37 ---> a2f06b401071 21:02:37 Step 8/22 : COPY . . 21:02:37 Removing intermediate container 7dfefb0c7d49 21:02:37 ---> 4a80b4efcfd4 21:02:37 Step 8/21 : COPY . . 21:02:37 Removing intermediate container 338c195481b5 21:02:37 ---> 9f0ab8e25504 21:02:37 Step 8/24 : COPY . . 21:02:40 Removing intermediate container d94151fc853b 21:02:40 ---> adac75e5cd45 21:02:40 Step 8/26 : COPY . . 21:02:40 Removing intermediate container d8f5d2d7aad4 21:02:40 ---> 1d786f7be262 21:02:40 Step 8/23 : COPY . . 21:03:19 ---> a025281c5357 21:03:19 ---> 8a83fe39de37 21:03:19 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setupStep 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 21:03:19 21:03:19 ---> 25ca2e321a51 21:03:19 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 21:03:19 ---> 07a3a623060b 21:03:19 Step 9/23 : RUN make cmd/core-metadata/core-metadata 21:03:19 ---> 770b5db154ee 21:03:19 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 21:03:19 ---> Running in eafc04e7fa8a 21:03:19 ---> Running in a89539d2dadb 21:03:19 ---> Running in 82e86348a06e 21:03:19 ---> Running in 2f01f71b2e1c 21:03:19 ---> Running in 36d005019e45 21:03:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 21:03:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 21:03:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 21:03:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 21:03:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 21:03:58 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 21:03:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 21:04:00 Removing intermediate container 82e86348a06e 21:04:00 ---> 4690e11e8f28 21:04:00 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 21:04:02 Removing intermediate container eafc04e7fa8a 21:04:02 ---> dd86e6870b88 21:04:02 21:04:02 Step 10/21 : FROM alpine:3.12 21:04:02 Removing intermediate container a89539d2dadb 21:04:02 ---> 666bd4d9d3c2 21:04:02 21:04:02 Step 10/24 : FROM alpine:3.12 21:04:02 ---> Running in 0b584d0c6e35 21:04:02 3.12: Pulling from library/alpine 21:04:02 3.12: Pulling from library/alpine 21:04:03 Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 21:04:03 Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 21:04:03 Status: Downloaded newer image for alpine:3.12 21:04:03 ---> 42cb162f0360 21:04:03 Step 11/21 : RUN apk add --update --no-cache curl 21:04:03 Status: Image is up to date for alpine:3.12 21:04:03 ---> 42cb162f0360 21:04:03 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 21:04:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 21:04:06 ---> Running in a424564b2ad4 21:04:06 ---> Running in 748c845a2439 21:04:07 Removing intermediate container 2f01f71b2e1c 21:04:07 ---> 6ca8b816be94 21:04:07 21:04:07 Step 10/22 : FROM alpine:3.12 21:04:07 ---> 42cb162f0360 21:04:07 Step 11/22 : RUN apk add --update --no-cache dumb-init 21:04:07 Removing intermediate container 36d005019e45 21:04:07 ---> 701ff1dde361 21:04:07 21:04:07 Step 10/23 : FROM alpine:3.12 21:04:07 ---> 42cb162f0360 21:04:07 Step 11/23 : RUN apk add --update --no-cache dumb-init 21:04:07 ---> Running in b8ad83193ba2 21:04:07 ---> Running in 787e920942d8 21:04:07 Removing intermediate container 0b584d0c6e35 21:04:07 ---> f66a37c0b337 21:04:07 21:04:07 Step 11/26 : FROM docker:20.10.0 21:04:07 20.10.0: Pulling from library/docker 21:04:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:04:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:04:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:04:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:04:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:04:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:04:08 (1/6) Installing ca-certificates (20191127-r4) 21:04:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:04:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:04:08 (2/6) Installing nghttp2-libs (1.41.0-r0) 21:04:08 (3/6) Installing libcurl (7.69.1-r3) 21:04:08 (4/6) Installing curl (7.69.1-r3) 21:04:08 (1/4) Installing ca-certificates (20191127-r4) 21:04:08 (5/6) Installing dumb-init (1.2.2-r1) 21:04:08 (6/6) Installing su-exec (0.2-r1) 21:04:08 Executing busybox-1.31.1-r19.trigger 21:04:08 Executing ca-certificates-20191127-r4.trigger 21:04:08 (2/4) Installing nghttp2-libs (1.41.0-r0) 21:04:08 (3/4) Installing libcurl (7.69.1-r3) 21:04:08 (4/4) Installing curl (7.69.1-r3) 21:04:08 Executing busybox-1.31.1-r19.trigger 21:04:08 (1/1) Installing dumb-init (1.2.2-r1) 21:04:08 Executing ca-certificates-20191127-r4.trigger 21:04:08 Executing busybox-1.31.1-r19.trigger 21:04:08 OK: 6 MiB in 15 packages 21:04:08 (1/1) Installing dumb-init (1.2.2-r1) 21:04:08 Executing busybox-1.31.1-r19.trigger 21:04:09 OK: 6 MiB in 15 packages 21:04:09 OK: 7 MiB in 20 packages 21:04:09 OK: 7 MiB in 18 packages 21:04:11 Removing intermediate container 787e920942d8 21:04:11 ---> 60657eff6e30 21:04:11 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 21:04:11 Removing intermediate container b8ad83193ba2 21:04:11 ---> 694e09a42807 21:04:11 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 21:04:11 ---> Running in 20da12c0a034 21:04:11 ---> Running in 26746ebc8d6f 21:04:11 Removing intermediate container 748c845a2439 21:04:11 ---> 37a08858c1ba 21:04:11 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 21:04:12 Removing intermediate container a424564b2ad4 21:04:12 ---> cf7baedca221 21:04:12 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 21:04:13 ---> Running in 9598d19096fb 21:04:13 Removing intermediate container 20da12c0a034 21:04:13 ---> 627017d8e39a 21:04:13 Step 13/23 : ENV APP_PORT=48081 21:04:13 ---> Running in 238cf6cf571f 21:04:13 Removing intermediate container 26746ebc8d6f 21:04:13 ---> 35ce52a4d033 21:04:13 Step 13/22 : ENV APP_PORT=48085 21:04:13 ---> Running in 7ea33d93a54f 21:04:13 ---> Running in afb5b76e24fa 21:04:13 Removing intermediate container 238cf6cf571f 21:04:13 ---> 0e344fec37ab 21:04:13 Step 13/24 : WORKDIR / 21:04:13 Removing intermediate container 9598d19096fb 21:04:13 ---> e70c7e955c8c 21:04:13 Step 13/21 : WORKDIR /edgex 21:04:13 ---> Running in e1a696f8173f 21:04:13 ---> Running in a93024bdddda 21:04:13 Removing intermediate container 7ea33d93a54f 21:04:13 ---> 10d09e15f760 21:04:13 Step 14/23 : EXPOSE $APP_PORT 21:04:13 Removing intermediate container afb5b76e24fa 21:04:13 ---> 4f1dac22a632 21:04:13 Step 14/22 : EXPOSE $APP_PORT 21:04:13 ---> Running in 9c07ee3e104c 21:04:13 ---> Running in 5ac262c356e4 21:04:13 Removing intermediate container e1a696f8173f 21:04:13 ---> 579806b0f6d4 21:04:13 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 21:04:13 Removing intermediate container a93024bdddda 21:04:13 ---> c328b8bf1c81 21:04:13 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 21:04:14 Removing intermediate container 9c07ee3e104c 21:04:14 ---> 9a920004a2ae 21:04:14 Step 15/23 : WORKDIR / 21:04:14 Removing intermediate container 5ac262c356e4 21:04:14 ---> 678eb67a2c2b 21:04:14 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 21:04:14 ---> Running in 41387ef0cf4d 21:04:14 ---> 809c9efe9132 21:04:14 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 21:04:14 ---> eb29e1ebf407 21:04:14 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 21:04:14 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 21:04:15 ---> 269d482a8210 21:04:15 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 21:04:15 Status: Downloaded newer image for docker:20.10.0 21:04:15 ---> aefe523efa57 21:04:15 Step 12/26 : RUN apk add --no-cache bash 21:04:15 Removing intermediate container 41387ef0cf4d 21:04:15 ---> 550141ca6fad 21:04:15 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 21:04:15 ---> Running in 963e3d24f578 21:04:15 ---> cedb6ab66e4f 21:04:15 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 21:04:15 ---> d4dea40d416a 21:04:15 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 21:04:15 ---> debe8c87326e 21:04:15 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 21:04:15 ---> 4909cfc5b715 21:04:15 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 21:04:15 ---> 7a30137a79da 21:04:15 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 21:04:16 ---> 13e11760e2d0 21:04:16 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 21:04:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:04:16 ---> Running in 12b78e3c3cfa 21:04:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:04:16 ---> 0b645e0799e7 21:04:16 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 21:04:16 (1/2) Installing readline (8.0.4-r0) 21:04:16 (2/2) Installing bash (5.0.17-r0) 21:04:16 Executing bash-5.0.17-r0.post-install 21:04:16 Executing busybox-1.31.1-r19.trigger 21:04:16 OK: 12 MiB in 22 packages 21:04:16 ---> Running in afe1f65b91c1 21:04:16 Removing intermediate container 12b78e3c3cfa 21:04:16 ---> 3da769c6233c 21:04:16 Step 18/21 : CMD ["--init=true"] 21:04:16 ---> Running in c5758195db00 21:04:16 ---> a994d6bbbd8c 21:04:16 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 21:04:17 ---> 247645a4a0d1 21:04:17 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 21:04:17 Removing intermediate container afe1f65b91c1 21:04:17 ---> 95d7455213ef 21:04:17 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:04:17 Removing intermediate container c5758195db00 21:04:17 ---> 86f59bbae17b 21:04:17 Step 19/21 : LABEL arch=x86_64 21:04:17 ---> Running in 133ad62799e0 21:04:17 ---> Running in 6f13677bc1ba 21:04:17 ---> 4c9adcb801a1 21:04:17 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 21:04:17 Removing intermediate container 963e3d24f578 21:04:17 ---> ac2066419281 21:04:17 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 21:04:18 ---> 0b5da37c82ca 21:04:18 Step 19/23 : ENTRYPOINT ["/core-metadata"] 21:04:18 Removing intermediate container 133ad62799e0 21:04:18 ---> ca0b77eaf754 21:04:18 Step 20/22 : LABEL arch=x86_64 21:04:18 Removing intermediate container 6f13677bc1ba 21:04:18 ---> 9a7374d64e83 21:04:18 Step 20/21 : LABEL git_sha=30dea8cbfe42a6baf52c1324d0742abb31aae20c 21:04:18 ---> Running in 6768c5c4571e 21:04:18 ---> Running in c7efdfe960bf 21:04:18 ---> Running in 02f5fbc5671d 21:04:18 ---> Running in 95295f4bbc3b 21:04:18 ---> 73929f8f0b97 21:04:18 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/ 21:04:18 ---> Running in 34a57641ac32 21:04:18 Removing intermediate container 6768c5c4571e 21:04:18 ---> 0654f87e7c7e 21:04:18 Step 14/26 : ENV APP_PORT=48090 21:04:18 Removing intermediate container c7efdfe960bf 21:04:18 ---> 567f4f95787a 21:04:18 Step 21/22 : LABEL git_sha=30dea8cbfe42a6baf52c1324d0742abb31aae20c 21:04:18 Removing intermediate container 02f5fbc5671d 21:04:18 ---> a44affb87eda 21:04:18 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:04:18 Removing intermediate container 95295f4bbc3b 21:04:18 ---> b4afbc7716c9 21:04:18 Step 21/21 : LABEL version=0.0.0 21:04:18 ---> Running in 5e10a1b772cd 21:04:18 ---> Running in 937f8b18f49e 21:04:18 ---> Running in 23e1feca59a8 21:04:19 ---> Running in f6401bccb4ad 21:04:19 Removing intermediate container 5e10a1b772cd 21:04:19 ---> 9befcf4919f8 21:04:19 Step 15/26 : EXPOSE $APP_PORT 21:04:19 ---> Running in 260e51a78c30 21:04:19 Removing intermediate container 23e1feca59a8 21:04:19 ---> fa0a3aec177c 21:04:19 Step 21/23 : LABEL arch=x86_64 21:04:19 Removing intermediate container 937f8b18f49e 21:04:19 ---> e2e48f024636 21:04:19 Step 22/22 : LABEL version=0.0.0 21:04:19 Removing intermediate container f6401bccb4ad 21:04:19 ---> 69f9bc7d22f0 21:04:19 21:04:19 ---> Running in b7931df4409b 21:04:19 ---> Running in 6d79d9784317 21:04:19 Removing intermediate container 260e51a78c30 21:04:19 ---> 881934fb40fe 21:04:19 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 21:04:19 Successfully built 69f9bc7d22f0 21:04:19 Successfully tagged docker-security-proxy-setup-go:latest 21:04:19  Building docker-security-proxy-setup-go ... done Building docker-security-bootstrapper-go 21:04:20 Removing intermediate container 6d79d9784317 21:04:20 ---> 745b66fe4d82 21:04:20 Step 22/23 : LABEL git_sha=30dea8cbfe42a6baf52c1324d0742abb31aae20c 21:04:20 Removing intermediate container b7931df4409b 21:04:20 ---> c1faf13fbfaf 21:04:20 21:04:20 ---> Running in 224fe93567c3 21:04:20 Removing intermediate container 34a57641ac32 21:04:20 ---> ec4a702fdb94 21:04:20 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 21:04:20 Successfully built c1faf13fbfaf 21:04:20 ---> Running in dfeb272c2f5e 21:04:20 ---> b2759418b83e 21:04:20 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 21:04:20 Successfully tagged docker-support-scheduler-go:latest 21:04:20 Building docker-core-command-go 21:04:20  Building docker-support-scheduler-go ... done Removing intermediate container 224fe93567c3 21:04:20 ---> d8cd7cec485d 21:04:20 Step 23/23 : LABEL version=0.0.0 21:04:20 Removing intermediate container dfeb272c2f5e 21:04:20 ---> f5acf0d68934 21:04:20 Step 22/24 : LABEL arch=x86_64 21:04:21 ---> Running in 094aa000cbe4 21:04:21 ---> c699beb0459b 21:04:21 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 21:04:21 ---> Running in 08e79f11d181 21:04:23 Removing intermediate container 094aa000cbe4 21:04:23 ---> a1ca8d5381a0 21:04:23 21:04:23 Removing intermediate container 08e79f11d181 21:04:23 ---> c96d3d592874 21:04:23 Step 23/24 : LABEL git_sha=30dea8cbfe42a6baf52c1324d0742abb31aae20c 21:04:26 Successfully built a1ca8d5381a0 21:04:26 ---> 68f4a9658cd0 21:04:26 Step 19/26 : RUN apk --no-cache add py3-pip 21:04:26 Successfully tagged docker-core-metadata-go:latest 21:04:26  Building docker-core-metadata-go ... done Building docker-core-data-go 21:04:26 ---> Running in 05926c2fc448 21:04:26 ---> Running in 0b72216a3e73 21:04:29 Removing intermediate container 05926c2fc448 21:04:29 ---> 45d667b01f29 21:04:29 Step 24/24 : LABEL version=0.0.0 21:04:29 ---> Running in 93e25e4595d8 21:04:29 Removing intermediate container 93e25e4595d8 21:04:29 ---> f59f481a28cf 21:04:29 21:04:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:04:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:04:29 Successfully built f59f481a28cf 21:04:29 Successfully tagged docker-security-secretstore-setup-go:latest 21:04:29  Building docker-security-secretstore-setup-go ... done Building docker-support-notifications-go 21:04:30 (1/33) Installing libbz2 (1.0.8-r1) 21:04:30 (2/33) Installing expat (2.2.9-r1) 21:04:30 (3/33) Installing libffi (3.3-r2) 21:04:30 (4/33) Installing gdbm (1.13-r1) 21:04:30 (5/33) Installing xz-libs (5.2.5-r0) 21:04:30 (6/33) Installing sqlite-libs (3.32.1-r0) 21:04:30 (7/33) Installing python3 (3.8.8-r0) 21:04:35 (8/33) Installing py3-appdirs (1.4.4-r1) 21:04:35 (9/33) Installing py3-ordered-set (4.0.1-r0) 21:04:35 (10/33) Installing py3-parsing (2.4.7-r0) 21:04:35 (11/33) Installing py3-six (1.15.0-r0) 21:04:36 (12/33) Installing py3-packaging (20.4-r0) 21:04:37 (13/33) Installing py3-setuptools (47.0.0-r0) 21:04:38 (14/33) Installing py3-chardet (3.0.4-r4) 21:04:38 (15/33) Installing py3-idna (2.9-r0) 21:04:39 (16/33) Installing py3-certifi (2020.4.5.1-r0) 21:04:39 (17/33) Installing py3-urllib3 (1.25.9-r0) 21:04:40 (18/33) Installing py3-requests (2.23.0-r0) 21:04:40 (19/33) Installing py3-msgpack (1.0.0-r0) 21:04:40 (20/33) Installing py3-lockfile (0.12.2-r3) 21:04:41 (21/33) Installing py3-cachecontrol (0.12.6-r0) 21:04:41 (22/33) Installing py3-colorama (0.4.3-r0) 21:04:42 (23/33) Installing py3-distlib (0.3.0-r0) 21:04:42 (24/33) Installing py3-distro (1.5.0-r1) 21:04:42 (25/33) Installing py3-webencodings (0.5.1-r3) 21:04:42 (26/33) Installing py3-html5lib (1.0.1-r4) 21:04:42 (27/33) Installing py3-pytoml (0.1.21-r0) 21:04:42 (28/33) Installing py3-pep517 (0.8.2-r0) 21:04:42 (29/33) Installing py3-progress (1.5-r0) 21:04:42 (30/33) Installing py3-toml (0.10.1-r0) 21:04:42 (31/33) Installing py3-retrying (1.3.3-r0) 21:04:42 (32/33) Installing py3-contextlib2 (0.6.0-r0) 21:04:42 (33/33) Installing py3-pip (20.1.1-r0) 21:04:42 Executing busybox-1.31.1-r19.trigger 21:04:42 OK: 71 MiB in 55 packages 21:04:44 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:04:44 Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:04:44 ---> a4c83e4554a8 21:04:44 Step 3/23 : WORKDIR /edgex-go 21:04:44 ---> Using cache 21:04:44 ---> e746628cfe45 21:04:44 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:04:44 ---> Using cache 21:04:44 ---> 4616ffc26801 21:04:44 Step 5/23 : RUN apk add --update --no-cache make git 21:04:44 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:04:44 Step 2/31 : FROM ${BUILDER_BASE} AS builder 21:04:44 ---> a4c83e4554a8 21:04:44 Step 3/31 : WORKDIR /edgex-go 21:04:44 ---> Using cache 21:04:44 ---> e746628cfe45 21:04:44 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:04:44 ---> Using cache 21:04:44 ---> 4616ffc26801 21:04:44 Step 5/31 : RUN apk add --update --no-cache make git 21:04:46 ---> Running in d62da490d8fe 21:04:46 ---> Running in 2086ee90994c 21:04:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:04:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:04:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:04:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:04:52 OK: 233 MiB in 51 packages 21:04:52 OK: 233 MiB in 51 packages 21:04:56 Removing intermediate container 2086ee90994c 21:04:56 ---> 33869ae1bd24 21:04:56 Step 6/31 : COPY go.mod . 21:04:56 Removing intermediate container d62da490d8fe 21:04:56 ---> 154de447b1ff 21:04:56 Step 6/23 : COPY go.mod . 21:04:57 ---> 7aa219eb299f 21:04:57 Step 7/31 : RUN go mod download 21:04:58 ---> 893f85ea67d3 21:04:58 Step 7/23 : RUN go mod download 21:04:59 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:04:59 Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:04:59 ---> a4c83e4554a8 21:04:59 Step 3/23 : WORKDIR /edgex-go 21:04:59 ---> Using cache 21:04:59 ---> e746628cfe45 21:04:59 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:04:59 ---> Using cache 21:04:59 ---> 4616ffc26801 21:04:59 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 21:04:59 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:04:59 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:04:59 ---> a4c83e4554a8 21:04:59 Step 3/22 : WORKDIR /edgex-go 21:04:59 ---> Using cache 21:04:59 ---> e746628cfe45 21:04:59 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:04:59 ---> Using cache 21:04:59 ---> 4616ffc26801 21:04:59 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 21:05:00 ---> Running in e2c1fa0c5e89 21:05:00 ---> Running in 05d992baa77e 21:05:00 ---> Running in 0b9bdc6afc7a 21:05:00 ---> Running in f69626599eb3 21:05:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:05:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:05:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:05:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:05:03 OK: 233 MiB in 51 packages 21:05:04 OK: 233 MiB in 51 packages 21:05:05 Removing intermediate container e2c1fa0c5e89 21:05:05 ---> eed20bd85701 21:05:05 Step 8/31 : COPY . . 21:05:05 Removing intermediate container 05d992baa77e 21:05:05 ---> 52e7a325aa84 21:05:05 Step 8/23 : COPY . . 21:05:05 Removing intermediate container f69626599eb3 21:05:05 ---> b385d23fade2 21:05:05 Step 6/22 : COPY go.mod . 21:05:05 Removing intermediate container 0b72216a3e73 21:05:05 ---> 40f106dc6f36 21:05:05 Step 20/26 : RUN pip install docker-compose==1.23.2 21:05:08 Removing intermediate container 0b9bdc6afc7a 21:05:08 ---> d998fa420f62 21:05:08 Step 6/23 : COPY go.mod . 21:05:10 ---> Running in dd393d7a58c4 21:05:11 ---> dc352683112e 21:05:11 Step 7/22 : RUN go mod download 21:05:13 ---> c6f22b3e3fed 21:05:13 Step 7/23 : RUN go mod download 21:05:15 ---> Running in 4de51b4fa1d5 21:05:15 ---> Running in a4e0c5144405 21:05:23 Collecting docker-compose==1.23.2 21:05:23 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 21:05:24 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 21:05:25 Collecting dockerpty<0.5,>=0.4.1 21:05:25 Downloading dockerpty-0.4.1.tar.gz (13 kB) 21:05:26 Removing intermediate container a4e0c5144405 21:05:26 ---> 6cb880dbd616 21:05:26 Step 8/23 : COPY . . 21:05:26 Removing intermediate container 4de51b4fa1d5 21:05:26 ---> 4cd80f5d0f4e 21:05:26 Step 8/22 : COPY . . 21:05:29 Collecting docker<4.0,>=3.6.0 21:05:29 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 21:05:32 Collecting jsonschema<3,>=2.5.1 21:05:32 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 21:05:34 Collecting docopt<0.7,>=0.6.1 21:05:34 Downloading docopt-0.6.2.tar.gz (25 kB) 21:05:41 Collecting PyYAML<4,>=3.10 21:05:41 Downloading PyYAML-3.13.tar.gz (270 kB) 21:05:42 Collecting websocket-client<1.0,>=0.32.0 21:05:42 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 21:05:44 ---> acbad39f52f0 21:05:44 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 21:05:44 ---> c26d94cf3262 21:05:44 Step 9/23 : RUN make cmd/core-command/core-command 21:05:44 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 21:05:44 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 21:05:45 ---> Running in 24b7003c90e3 21:05:45 Collecting texttable<0.10,>=0.9.0 21:05:45 Downloading texttable-0.9.1.tar.gz (11 kB) 21:05:46 ---> Running in 6a9b4c7bbde5 21:05:47 Collecting cached-property<2,>=1.2.0 21:05:47 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 21:05:47 Collecting docker-pycreds>=0.4.0 21:05:47 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 21:05: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) 21:05:48 Collecting urllib3<1.25,>=1.21.1 21:05:48 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 21:05: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) 21:05:48 Collecting idna<2.8,>=2.5 21:05:48 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 21:05:48 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 21:05:48 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 21:05:48 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 21:05:48 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 21:05:48 Installing collected packages: dockerpty, docker-pycreds, urllib3, idna, requests, websocket-client, docker, jsonschema, docopt, PyYAML, texttable, cached-property, docker-compose 21:05:48 Running setup.py install for dockerpty: started 21:05:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 21:05:49 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 21:05:50 Running setup.py install for dockerpty: finished with status 'done' 21:05:50 Attempting uninstall: urllib3 21:05:50 Found existing installation: urllib3 1.25.9 21:05:50 Uninstalling urllib3-1.25.9: 21:05:50 Successfully uninstalled urllib3-1.25.9 21:05:52 Attempting uninstall: idna 21:05:52 Found existing installation: idna 2.9 21:05:52 Uninstalling idna-2.9: 21:05:52 Successfully uninstalled idna-2.9 21:05:54 Attempting uninstall: requests 21:05:54 Found existing installation: requests 2.23.0 21:05:54 Uninstalling requests-2.23.0: 21:05:54 Successfully uninstalled requests-2.23.0 21:05:58 Running setup.py install for docopt: started 21:05:59 ---> fbe19b4b890f 21:05:59 Step 9/22 : RUN make cmd/support-notifications/support-notifications 21:05:59 ---> Running in 21acaa2039d4 21:05:59 Running setup.py install for docopt: finished with status 'done' 21:05:59 Running setup.py install for PyYAML: started 21:05:59 ---> c1c491f6f24c 21:05:59 Step 9/23 : RUN make cmd/core-data/core-data 21:05:59 ---> Running in a3023b9d7de4 21:06:00 Running setup.py install for PyYAML: finished with status 'done' 21:06:00 Running setup.py install for texttable: started 21:06:01 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 21:06:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 21:06:01 Running setup.py install for texttable: finished with status 'done' 21:06:02 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 21:06:09 Removing intermediate container dd393d7a58c4 21:06:09 ---> ef3a70ad3c65 21:06:09 Step 21/26 : RUN apk --no-cache add curl 21:06:09 ---> Running in 10607548680f 21:06:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:06:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:06:09 (1/3) Installing nghttp2-libs (1.41.0-r0) 21:06:09 (2/3) Installing libcurl (7.69.1-r3) 21:06:09 (3/3) Installing curl (7.69.1-r3) 21:06:09 Executing busybox-1.31.1-r19.trigger 21:06:09 OK: 72 MiB in 58 packages 21:06:11 Removing intermediate container 10607548680f 21:06:11 ---> 09c801488023 21:06:11 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 21:06:11 ---> Running in 27c8ff3585e1 21:06:11 Removing intermediate container 27c8ff3585e1 21:06:11 ---> c485790b1cb7 21:06:11 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:06:11 ---> Running in d276e7289f19 21:06:12 Removing intermediate container d276e7289f19 21:06:12 ---> bd2a985acaa9 21:06:12 Step 24/26 : LABEL arch=x86_64 21:06:12 ---> Running in 3c03d8f26f26 21:06:13 Removing intermediate container 3c03d8f26f26 21:06:13 ---> 4bcc5dbf55d4 21:06:13 Step 25/26 : LABEL git_sha=30dea8cbfe42a6baf52c1324d0742abb31aae20c 21:06:13 ---> Running in 6e225c3fd3fa 21:06:13 Removing intermediate container 6e225c3fd3fa 21:06:13 ---> e02912701a75 21:06:13 Step 26/26 : LABEL version=0.0.0 21:06:13 ---> Running in 2ef5a5939d8f 21:06:16 Removing intermediate container 2ef5a5939d8f 21:06:16 ---> 11636fb7206a 21:06:16 21:06:16 Successfully built 11636fb7206a 21:06:16 Successfully tagged docker-sys-mgmt-agent-go:latest 21:06:28  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 24b7003c90e3 21:06:28 ---> ff87df59da49 21:06:28 21:06:28 Step 10/23 : FROM alpine:3.12 21:06:28 Removing intermediate container 6a9b4c7bbde5 21:06:28 ---> 233f77ff2826 21:06:28 21:06:28 Step 10/31 : FROM alpine:3.12 21:06:28 ---> 42cb162f0360 21:06:28 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 21:06:28 ---> 42cb162f0360 21:06:28 Step 11/23 : RUN apk add --update --no-cache dumb-init 21:06:28 ---> Using cache 21:06:28 ---> 694e09a42807 21:06:28 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 21:06:28 ---> Using cache 21:06:28 ---> 35ce52a4d033 21:06:28 Step 13/23 : ENV APP_PORT=48082 21:06:28 ---> Running in b0cbfa1a4cf2 21:06:28 ---> Running in 7a9a9e08b01c 21:06:28 Removing intermediate container 7a9a9e08b01c 21:06:28 ---> e7173491124c 21:06:28 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 21:06:28 Removing intermediate container b0cbfa1a4cf2 21:06:28 ---> 12dc4b5e10f0 21:06:28 Step 14/23 : EXPOSE $APP_PORT 21:06:29 ---> Running in 4ccddb4b129c 21:06:29 ---> Running in 95b33dd4c60b 21:06:29 Removing intermediate container 95b33dd4c60b 21:06:29 ---> 567c2700d501 21:06:29 Step 15/23 : WORKDIR / 21:06:29 ---> Running in 94045e5b5730 21:06:29 Removing intermediate container 94045e5b5730 21:06:29 ---> 98efc44aef1d 21:06:29 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 21:06:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:06:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:06:30 (1/2) Installing dumb-init (1.2.2-r1) 21:06:30 (2/2) Installing su-exec (0.2-r1) 21:06:30 Executing busybox-1.31.1-r19.trigger 21:06:30 ---> 5b25e26777a8 21:06:30 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 21:06:30 OK: 6 MiB in 16 packages 21:06:31 ---> 81be90aaffec 21:06:31 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 21:06:31 Removing intermediate container 4ccddb4b129c 21:06:31 ---> 1f065922e23f 21:06:31 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 21:06:31 ---> Running in 9f9c7d8cbd40 21:06:31 ---> 39e22539bdcd 21:06:31 Step 19/23 : ENTRYPOINT ["/core-command"] 21:06:31 ---> Running in 546342b2633c 21:06:31 Removing intermediate container 9f9c7d8cbd40 21:06:31 ---> 4abcec8d7773 21:06:31 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 21:06:31 ---> Running in 610e8119ed99 21:06:32 Removing intermediate container 546342b2633c 21:06:32 ---> 7095d9e76d40 21:06:32 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:06:34 ---> Running in b223853ff436 21:06:34 Removing intermediate container 610e8119ed99 21:06:34 ---> 4895ec548a79 21:06:34 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 21:06:35 ---> Running in 638a51a87ba5 21:06:35 Removing intermediate container b223853ff436 21:06:35 ---> d3ca647e0ec5 21:06:35 Step 21/23 : LABEL arch=x86_64 21:06:35 Removing intermediate container 21acaa2039d4 21:06:35 ---> 8996ce39c672 21:06:35 21:06:35 Step 10/22 : FROM alpine:3.12 21:06:35 ---> 42cb162f0360 21:06:35 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 21:06:35 ---> Running in b34dc7b0e370 21:06:35 ---> Running in 153ee31fc6af 21:06:36 Removing intermediate container b34dc7b0e370 21:06:36 ---> 7303b3bae9fa 21:06:36 Step 22/23 : LABEL git_sha=30dea8cbfe42a6baf52c1324d0742abb31aae20c 21:06:36 ---> Running in d36cf8b6d988 21:06:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:06:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:06:36 Removing intermediate container d36cf8b6d988 21:06:36 ---> bf41757ad060 21:06:36 Step 23/23 : LABEL version=0.0.0 21:06:36 (1/2) Installing ca-certificates (20191127-r4) 21:06:36 (2/2) Installing dumb-init (1.2.2-r1) 21:06:36 Executing busybox-1.31.1-r19.trigger 21:06:37 Executing ca-certificates-20191127-r4.trigger 21:06:37 OK: 6 MiB in 16 packages 21:06:37 ---> Running in b915c5ef579b 21:06:38 Removing intermediate container 638a51a87ba5 21:06:38 ---> 859debb0acd4 21:06:38 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 21:06:40 Removing intermediate container b915c5ef579b 21:06:40 ---> 8e9753ee0b70 21:06:40 21:06:40 ---> Running in 328edd2e303f 21:06:40 Removing intermediate container a3023b9d7de4 21:06:40 ---> 80096518056a 21:06:40 21:06:40 Step 10/23 : FROM alpine:3.12 21:06:40 ---> 42cb162f0360 21:06:40 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 21:06:40 Successfully built 8e9753ee0b70 21:06:40 ---> Running in a5c1382ebea6 21:06:40 Successfully tagged docker-core-command-go:latest 21:06:40  Building docker-core-command-go ... done Removing intermediate container 328edd2e303f 21:06:40 ---> 564bb169e887 21:06:40 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 21:06:40 Removing intermediate container 153ee31fc6af 21:06:40 ---> 6a8c7ab50007 21:06:40 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 21:06:40 ---> Running in 65ae79a0dd54 21:06:40 Removing intermediate container a5c1382ebea6 21:06:40 ---> 03cd03d3eac3 21:06:40 Step 12/23 : ENV APP_PORT=48080 21:06:40 ---> Running in df913c0c2037 21:06:40 ---> 54275a50d4f1 21:06:40 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 21:06:40 Removing intermediate container 65ae79a0dd54 21:06:40 ---> 940554b88ef6 21:06:40 Step 13/22 : ENV APP_PORT=48060 21:06:41 ---> Running in 26cc3cc973e8 21:06:41 ---> Running in 8be8a44ccec4 21:06:41 Removing intermediate container df913c0c2037 21:06:41 ---> aeb5de6f293f 21:06:41 Step 13/23 : EXPOSE $APP_PORT 21:06:41 ---> Running in 5a62a80e149a 21:06:41 Removing intermediate container 8be8a44ccec4 21:06:41 ---> da180c58fceb 21:06:41 Step 14/22 : EXPOSE $APP_PORT 21:06:41 ---> Running in 8eff3bf248ea 21:06:42 Removing intermediate container 5a62a80e149a 21:06:42 ---> 21eebab80679 21:06:42 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:06:42 Removing intermediate container 8eff3bf248ea 21:06:42 ---> 21b372f025c1 21:06:42 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 21:06:42 ---> Running in e96e78a0c27a 21:06:42 ---> a09f64dc8a11 21:06:42 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 21:06:43 Removing intermediate container 26cc3cc973e8 21:06:43 ---> e83d805cc6c6 21:06:43 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 21:06:43 ---> 1b903d2a7db0 21:06:43 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 21:06:43 ---> 862775e489d5 21:06:43 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 21:06:43 Removing intermediate container e96e78a0c27a 21:06:43 ---> 3904fba2d13c 21:06:43 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 21:06:43 ---> Running in 75cc16fb38ad 21:06:43 ---> 1647e5f3952b 21:06:43 Step 18/22 : ENTRYPOINT ["/support-notifications"] 21:06:44 ---> Running in 89a915c0e095 21:06:44 ---> f1210f1af6fd 21:06:44 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 21:06:44 Removing intermediate container 89a915c0e095 21:06:44 ---> 0ac225cacf9b 21:06:44 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:06:44 ---> Running in 150ca9bb434f 21:06:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:06:44 ---> 3eb03815bbae 21:06:44 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 21:06:44 Removing intermediate container 150ca9bb434f 21:06:44 ---> d0f6a2802b22 21:06:44 Step 20/22 : LABEL arch=x86_64 21:06:44 ---> Running in 6acefd7bb193 21:06:44 ---> 075a4a0fbf22 21:06:44 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 21:06:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:06:45 ---> 002e15f0d95c 21:06:45 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 21:06:45 Removing intermediate container 6acefd7bb193 21:06:45 ---> 3610eeba0548 21:06:45 Step 21/22 : LABEL git_sha=30dea8cbfe42a6baf52c1324d0742abb31aae20c 21:06:45 ---> Running in 386e14fedb49 21:06:45 (1/6) Installing dumb-init (1.2.2-r1) 21:06:45 ---> Running in 58f653ddaccf 21:06:46 Removing intermediate container 386e14fedb49 21:06:46 ---> da194e079ae5 21:06:46 Step 22/22 : LABEL version=0.0.0 21:06:46 (2/6) Installing libgcc (9.3.0-r2) 21:06:46 ---> Running in d07c63f77c6a 21:06:46 (3/6) Installing libsodium (1.0.18-r0) 21:06:46 Removing intermediate container 58f653ddaccf 21:06:46 ---> 61a23607c422 21:06:46 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 21:06:46 (4/6) Installing libstdc++ (9.3.0-r2) 21:06:46 Removing intermediate container d07c63f77c6a 21:06:46 ---> 22b602503599 21:06:46 21:06:46 (5/6) Installing libzmq (4.3.3-r0) 21:06:46 Successfully built 22b602503599 21:06:46 ---> dfaf12e59ffa 21:06:46 Step 26/31 : RUN chmod +x /entrypoint.sh 21:06:46 Successfully tagged docker-support-notifications-go:latest 21:06:46  Building docker-support-notifications-go ... done (6/6) Installing zeromq (4.3.3-r0) 21:06:47 Executing busybox-1.31.1-r19.trigger 21:06:47 OK: 8 MiB in 20 packages 21:06:47 ---> Running in fd3757f985f0 21:06:47 Removing intermediate container 75cc16fb38ad 21:06:47 ---> 5e99101f159b 21:06:47 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 21:06:48 ---> b87a93ae5e55 21:06:48 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 21:06:48 Removing intermediate container fd3757f985f0 21:06:48 ---> 27b13aa8eedb 21:06:48 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 21:06:48 ---> Running in b623c5875ca1 21:06:48 Removing intermediate container b623c5875ca1 21:06:48 ---> 9549695146f2 21:06:48 Step 28/31 : CMD ["gate"] 21:06:48 ---> ea4a4c3ed476 21:06:48 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 21:06:48 ---> Running in c0aa5499510e 21:06:48 Removing intermediate container c0aa5499510e 21:06:48 ---> a6f476e576f5 21:06:48 Step 29/31 : LABEL arch=x86_64 21:06:49 ---> 6ed557f392ec 21:06:49 Step 19/23 : ENTRYPOINT ["/core-data"] 21:06:49 ---> Running in c71b8aee769f 21:06:49 ---> Running in 2aaf3f20e28a 21:06:49 Removing intermediate container c71b8aee769f 21:06:49 ---> f2f9b1c73215 21:06:49 Step 30/31 : LABEL git_sha=30dea8cbfe42a6baf52c1324d0742abb31aae20c 21:06:49 Removing intermediate container 2aaf3f20e28a 21:06:49 ---> 13220b9afc0c 21:06:49 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:06:49 ---> Running in c91d14a4fc7e 21:06:49 ---> Running in 6d78caef3808 21:06:49 Removing intermediate container c91d14a4fc7e 21:06:49 ---> 92a4913e3415 21:06:49 Step 31/31 : LABEL version=0.0.0 21:06:49 Removing intermediate container 6d78caef3808 21:06:49 ---> 53244b768325 21:06:49 Step 21/23 : LABEL arch=x86_64 21:06:50 ---> Running in 5b10435764e9 21:06:50 ---> Running in e7ec7bec0d35 21:06:50 Removing intermediate container 5b10435764e9 21:06:50 ---> 1ad499c27deb 21:06:50 21:06:50 Removing intermediate container e7ec7bec0d35 21:06:50 ---> 6d9ce53bdc83 21:06:50 Step 22/23 : LABEL git_sha=30dea8cbfe42a6baf52c1324d0742abb31aae20c 21:06:50 ---> Running in 5374af93c1b0 21:06:50 Successfully built 1ad499c27deb 21:06:50 Successfully tagged docker-security-bootstrapper-go:latest 21:06:50  Building docker-security-bootstrapper-go ... done Removing intermediate container 5374af93c1b0 21:06:50 ---> 53c6c154e761 21:06:50 Step 23/23 : LABEL version=0.0.0 21:06:50 ---> Running in 229377fd25f7 21:06:51 Removing intermediate container 229377fd25f7 21:06:51 ---> 99c627a89401 21:06:51 21:06:51 Successfully built 99c627a89401 21:06:51 Successfully tagged docker-core-data-go:latest 21:06:51  Building docker-core-data-go ... done  [Pipeline] } 21:06:52 $ docker stop --time=1 e465faf49c5c787ace13aa2e8511224498246e999e4baa378b75a67a4d827826 21:06:54 $ docker rm -f e465faf49c5c787ace13aa2e8511224498246e999e4baa378b75a67a4d827826 [Pipeline] // withDockerContainer [Pipeline] sh 21:06:54 + docker images 21:06:54 + grep docker 21:06:54 docker-security-bootstrapper-go latest 1ad499c27deb 4 seconds ago 18.9MB 21:06:54 docker-core-data-go latest 99c627a89401 4 seconds ago 22.7MB 21:06:54 docker-support-notifications-go latest 22b602503599 8 seconds ago 17.9MB 21:06:54 docker-core-command-go latest 8e9753ee0b70 16 seconds ago 17.3MB 21:06:54 docker-sys-mgmt-agent-go latest 11636fb7206a 39 seconds ago 314MB 21:06:54 docker-security-secretstore-setup-go latest f59f481a28cf 2 minutes ago 25.7MB 21:06:54 docker-core-metadata-go latest a1ca8d5381a0 2 minutes ago 19MB 21:06:54 docker-security-proxy-setup-go latest 69f9bc7d22f0 2 minutes ago 25.4MB 21:06:54 docker-support-scheduler-go latest c1faf13fbfaf 2 minutes ago 17.4MB 21:06:54 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 21:07:10 Still waiting to schedule task 21:07:10 Waiting for next available executor on ‘prd-ubuntu18.04-docker-8c-8g-31860’ 21:09:53 Running on prd-ubuntu18.04-docker-8c-8g-31863 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws 21:09:53 Running in /w/workspace/edgex-go/39 [Pipeline] { [Pipeline] checkout 21:09:55 using credential edgex-jenkins-ssh 21:09:55 Cloning the remote Git repository 21:09:55 Cloning repository git@github.com:edgexfoundry/edgex-go.git 21:09:55 > git init /w/workspace/edgex-go/39 # timeout=10 21:09:55 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 21:09:55 > git --version # timeout=10 21:09:55 > git --version # 'git version 2.17.1' 21:09:55 using GIT_SSH to set credentials SSH Credentials for GitHub 21:09:55 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 21:10:01 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 21:10:01 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 21:10:01 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 21:10:01 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 21:10:01 using GIT_SSH to set credentials SSH Credentials for GitHub 21:10:01 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 21:10:03 Merging remotes/origin/master commit 76b4535fa5fa3514bc34c1137a1fac177e39ac4f into PR head commit 0f08c5a4c934446bc4a8748a808e300ce7aa86cd [Pipeline] } [Pipeline] // ws [Pipeline] } 21:10:03 > git config core.sparsecheckout # timeout=10 21:10:03 > git checkout -f 0f08c5a4c934446bc4a8748a808e300ce7aa86cd # timeout=10 [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 21:10:03 Failed in branch amd64 [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 21:10:05 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 21:10:06 ---> package-listing.sh 21:10:06 ++ facter osfamily 21:10:06 ++ tr '[:upper:]' '[:lower:]' 21:10:06 + OS_FAMILY=redhat 21:10:06 + workspace=/w/workspace/edgex-go/39 21:10:06 + START_PACKAGES=/tmp/packages_start.txt 21:10:06 + END_PACKAGES=/tmp/packages_end.txt 21:10:06 + DIFF_PACKAGES=/tmp/packages_diff.txt 21:10:06 + PACKAGES=/tmp/packages_start.txt 21:10:06 + '[' /w/workspace/edgex-go/39 ']' 21:10:06 + PACKAGES=/tmp/packages_end.txt 21:10:06 + case "${OS_FAMILY}" in 21:10:06 + rpm -qa 21:10:06 + sort 21:10:11 + '[' -f /tmp/packages_start.txt ']' 21:10:11 + '[' -f /tmp/packages_end.txt ']' 21:10:11 + diff /tmp/packages_start.txt /tmp/packages_end.txt 21:10:11 + '[' /w/workspace/edgex-go/39 ']' 21:10:11 + mkdir -p /w/workspace/edgex-go/39/archives/ 21:10:11 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/39/archives/ [Pipeline] echo 21:10:11 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/39/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 21:10:12 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 21:10:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:10:12 21:10:12 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 21:10:12 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:10:12 alpine: Pulling from edgex-lftools-log-publisher 21:10:12 df20fa9351a1: Pulling fs layer 21:10:12 36b3adc4ff6f: Pulling fs layer 21:10:12 8ad3a11d3b57: Pulling fs layer 21:10:12 46f8f816bc3b: Pulling fs layer 21:10:12 93b61091891f: Pulling fs layer 21:10:12 93b9cdb0e59b: Pulling fs layer 21:10:12 5e14af77c1be: Pulling fs layer 21:10:12 01666e4c0597: Pulling fs layer 21:10:12 aa168da1d23b: Pulling fs layer 21:10:12 93b9cdb0e59b: Waiting 21:10:12 5e14af77c1be: Waiting 21:10:12 01666e4c0597: Waiting 21:10:12 aa168da1d23b: Waiting 21:10:12 46f8f816bc3b: Waiting 21:10:12 93b61091891f: Waiting 21:10:12 36b3adc4ff6f: Verifying Checksum 21:10:12 36b3adc4ff6f: Download complete 21:10:12 46f8f816bc3b: Verifying Checksum 21:10:12 46f8f816bc3b: Download complete 21:10:12 df20fa9351a1: Download complete 21:10:12 93b9cdb0e59b: Download complete 21:10:13 93b61091891f: Verifying Checksum 21:10:13 93b61091891f: Download complete 21:10:13 01666e4c0597: Verifying Checksum 21:10:13 01666e4c0597: Download complete 21:10:13 5e14af77c1be: Verifying Checksum 21:10:13 5e14af77c1be: Download complete 21:10:13 df20fa9351a1: Pull complete 21:10:13 36b3adc4ff6f: Pull complete 21:10:13 8ad3a11d3b57: Verifying Checksum 21:10:13 8ad3a11d3b57: Download complete 21:10:14 8ad3a11d3b57: Pull complete 21:10:15 46f8f816bc3b: Pull complete 21:10:16 aa168da1d23b: Verifying Checksum 21:10:16 aa168da1d23b: Download complete 21:10:16 93b61091891f: Pull complete 21:10:16 93b9cdb0e59b: Pull complete 21:10:16 5e14af77c1be: Pull complete 21:10:16 01666e4c0597: Pull complete 21:10:25 aa168da1d23b: Pull complete 21:10:25 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 21:10:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:10:25 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 21:10:25 prd-centos7-docker-4c-2g-31847 does not seem to be running inside a container 21:10:25 $ 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/39/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/39 -v /w/workspace/edgex-go/39:/w/workspace/edgex-go/39:rw,z -v /w/workspace/edgex-go/39@tmp:/w/workspace/edgex-go/39@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 21:10:30 $ docker top ff45d4002882398985309486d0dcf22310b2b1c0e1985f5c25a7f96764d344b7 -eo pid,comm [Pipeline] { [Pipeline] sh 21:10:31 + touch /tmp/pre-build-complete [Pipeline] sh 21:10:31 + mkdir -p /var/log/sa [Pipeline] sh 21:10:31 + ls /var/log/sa-host 21:10:31 + sadf -c /var/log/sa-host/sa23 21:10:31 file_magic: OK 21:10:31 HZ: Using current value: 100 21:10:31 file_header: OK 21:10:31 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 21:10:31 Statistics: 21:10:31 Hnuu...uuuununununu... 21:10:31 File successfully converted to sysstat format version 12.2.1 21:10:31 + sadf -c /var/log/sa-host/sa29 21:10:31 file_magic: OK 21:10:31 HZ: Using current value: 100 21:10:31 file_header: OK 21:10:31 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 21:10:31 Statistics: 21:10:31 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... 21:10:31 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 21:10:32 provisioning config files... 21:10:32 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/39@tmp/config6864158190144712465tmp [Pipeline] { [Pipeline] echo 21:10:32 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 21:10:32 ---> create-netrc.sh [Pipeline] } 21:10:32 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 21:10:32 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 21:10:32 ---> python-tools-install.sh [Pipeline] echo 21:10:32 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 21:10:33 ---> sudo-logs.sh 21:10:33 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 21:10:33 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 21:10:33 ---> job-cost.sh 21:10:33 lf-activate-venv: SKIPPING 21:10:33 INFO: No Stack... 21:10:34 INFO: Retrieving Pricing Info for: v1-standard-2 21:10:35 INFO: Archiving Costs [Pipeline] echo 21:10:35 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 21:10:35 ---> logs-deploy.sh 21:10:35 lf-activate-venv: SKIPPING 21:10:35 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3234/39 21:10:35 INFO: archiving workspace using pattern(s): 21:10:37 Archives upload complete. 21:10:37 INFO: archiving logs to Nexus 21:10:38 ---> uname -a: 21:10:38 Linux prd-centos7-docker-4c-2g-31847.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 21:10:38 21:10:38 21:10:38 ---> lscpu: 21:10:38 Architecture: x86_64 21:10:38 CPU op-mode(s): 32-bit, 64-bit 21:10:38 Byte Order: Little Endian 21:10:38 Address sizes: 40 bits physical, 48 bits virtual 21:10:38 CPU(s): 4 21:10:38 On-line CPU(s) list: 0-3 21:10:38 Thread(s) per core: 1 21:10:38 Core(s) per socket: 1 21:10:38 Socket(s): 4 21:10:38 NUMA node(s): 1 21:10:38 Vendor ID: GenuineIntel 21:10:38 CPU family: 6 21:10:38 Model: 44 21:10:38 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 21:10:38 Stepping: 1 21:10:38 CPU MHz: 2933.436 21:10:38 BogoMIPS: 5866.87 21:10:38 Virtualization: VT-x 21:10:38 Hypervisor vendor: KVM 21:10:38 Virtualization type: full 21:10:38 L1d cache: 128 KiB 21:10:38 L1i cache: 128 KiB 21:10:38 L2 cache: 16 MiB 21:10:38 L3 cache: 64 MiB 21:10:38 NUMA node0 CPU(s): 0-3 21:10:38 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 21:10:38 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 21:10:38 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 21:10:38 Vulnerability Meltdown: Mitigation; PTI 21:10:38 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 21:10:38 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 21:10:38 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 21:10:38 Vulnerability Srbds: Not affected 21:10:38 Vulnerability Tsx async abort: Not affected 21:10:38 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 21:10:38 21:10:38 21:10:38 ---> nproc: 21:10:38 4 21:10:38 21:10:38 21:10:38 ---> df -h: 21:10:38 Filesystem Size Used Available Use% Mounted on 21:10:38 overlay 50.0G 12.6G 37.4G 25% / 21:10:38 tmpfs 64.0M 0 64.0M 0% /dev 21:10:38 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 21:10:38 shm 64.0M 0 64.0M 0% /dev/shm 21:10:38 /dev/vda1 50.0G 12.6G 37.4G 25% /facter-os 21:10:38 /dev/vda1 50.0G 12.6G 37.4G 25% /etc/resolv.conf 21:10:38 /dev/vda1 50.0G 12.6G 37.4G 25% /etc/hostname 21:10:38 /dev/vda1 50.0G 12.6G 37.4G 25% /etc/hosts 21:10:38 /dev/vda1 50.0G 12.6G 37.4G 25% /run/cloud-init/result.json 21:10:38 /dev/vda1 50.0G 12.6G 37.4G 25% /var/log/sa-host 21:10:38 /dev/vda1 50.0G 12.6G 37.4G 25% /var/log/secure 21:10:38 /dev/vda1 50.0G 12.6G 37.4G 25% /var/log/auth.log 21:10:38 /dev/vda1 50.0G 12.6G 37.4G 25% /w/workspace/edgex-go/39 21:10:38 /dev/vda1 50.0G 12.6G 37.4G 25% /w/workspace/edgex-go/39@tmp 21:10:38 21:10:38 21:10:38 ---> free -m: 21:10:38 total used free shared buff/cache available 21:10:38 Mem: 1837 716 227 0 893 1035 21:10:38 Swap: 1023 58 965 21:10:38 21:10:38 21:10:38 ---> ip addr: 21:10:38 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 21:10:38 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 21:10:38 inet 127.0.0.1/8 scope host lo 21:10:38 valid_lft forever preferred_lft forever 21:10:38 inet6 ::1/128 scope host 21:10:38 valid_lft forever preferred_lft forever 21:10:38 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 21:10:38 link/ether fa:16:3e:fe:32:5b brd ff:ff:ff:ff:ff:ff 21:10:38 inet 10.30.122.253/23 brd 10.30.123.255 scope global dynamic eth0 21:10:38 valid_lft 85553sec preferred_lft 85553sec 21:10:38 inet6 fe80::f816:3eff:fefe:325b/64 scope link 21:10:38 valid_lft forever preferred_lft forever 21:10:38 3: docker0: mtu 1500 qdisc noqueue state DOWN 21:10:38 link/ether 02:42:41:d6:56:0b brd ff:ff:ff:ff:ff:ff 21:10:38 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 21:10:38 valid_lft forever preferred_lft forever 21:10:38 inet6 fe80::42:41ff:fed6:560b/64 scope link 21:10:38 valid_lft forever preferred_lft forever 21:10:38 21:10:38 21:10:38 ---> sar -b -r -n DEV: 21:10:38 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/29/21 _x86_64_ (4 CPU) 21:10:38 21:10:38 20:56:20 LINUX RESTART (4 CPU) 21:10:38 21:10:38 20:57:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 21:10:38 20:58:01 119.60 52.55 67.05 0.00 9287.32 24576.11 0.00 21:10:38 20:59:01 327.17 127.42 199.75 0.00 5283.86 46049.55 0.00 21:10:38 21:00:01 127.59 39.52 88.06 0.00 1607.58 10237.36 0.00 21:10:38 21:01:01 143.03 66.17 76.86 0.00 3170.19 8746.34 0.00 21:10:38 21:02:01 215.20 56.69 158.51 0.00 15670.25 96275.13 0.00 21:10:38 21:03:02 2486.75 2170.75 316.00 0.00 171236.91 176254.23 0.00 21:10:38 21:04:01 1177.32 979.80 197.52 0.00 53538.67 71622.28 0.00 21:10:38 21:05:01 1610.88 1254.34 356.53 0.00 93795.62 145384.93 0.00 21:10:38 21:06:02 2165.62 1845.27 320.35 0.00 120411.60 126109.23 0.00 21:10:38 21:07:01 304.40 71.21 233.19 0.00 12000.68 29614.36 0.00 21:10:38 21:08:01 2.63 0.78 1.85 0.00 58.35 35.22 0.00 21:10:38 21:09:01 0.17 0.00 0.17 0.00 0.00 1.50 0.00 21:10:38 21:10:01 0.22 0.02 0.20 0.00 0.53 1.67 0.00 21:10:38 Average: 670.46 515.26 155.21 0.00 37577.45 56663.66 0.00 21:10:38 21:10:38 20:57:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 21:10:38 20:58:01 67560 0 681548 36.22 2596 1129840 1509808 51.53 723856 882464 82412 21:10:38 20:59:01 165316 0 830704 44.15 1492 884032 1491300 50.90 611408 819640 5660 21:10:38 21:00:01 172968 0 830236 44.13 684 877656 1846828 63.03 717316 701688 83204 21:10:38 21:01:01 250328 0 760352 40.41 648 870216 1528940 52.18 600636 731120 49572 21:10:38 21:02:01 73084 0 699824 37.19 240 1108396 1274156 43.48 722432 844412 26708 21:10:38 21:03:02 72940 0 854704 45.43 84 953816 2401640 81.96 764792 806536 13656 21:10:38 21:04:01 442860 0 717752 38.15 56 720876 1393564 47.56 527896 652504 8 21:10:38 21:05:01 398464 0 728016 38.69 16 755048 2231648 76.16 531384 722840 10152 21:10:38 21:06:02 373932 0 926616 49.25 0 580996 3057108 104.33 597920 637728 10808 21:10:38 21:07:01 432504 0 643060 34.18 0 805980 1234240 42.12 501512 693920 24 21:10:38 21:08:01 435376 0 638324 33.93 0 807844 1198248 40.89 499196 694684 12 21:10:38 21:09:01 435732 0 637960 33.91 0 807852 1198248 40.89 499396 694612 8 21:10:38 21:10:01 435320 0 638368 33.93 0 807856 1198356 40.90 499620 694628 16 21:10:38 Average: 288953 0 737497 39.20 447 854647 1658776 56.61 599797 736675 21711 21:10:38 21:10:38 20:57:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 21:10:38 20:58:01 eth0 1385.62 1266.26 5822.38 159.95 0.00 0.00 0.00 0.00 21:10:38 20:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:10:38 20:58:01 docker0 807.80 713.39 68.96 2682.95 0.00 0.00 0.00 0.00 21:10:38 20:59:01 veth99a94ff 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 21:10:38 20:59:01 eth0 527.85 449.98 3724.56 95.66 0.00 0.00 0.00 0.00 21:10:38 20:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:10:38 20:59:01 docker0 180.93 212.73 12.97 877.40 0.00 0.00 0.00 0.00 21:10:38 21:00:01 veth99a94ff 0.83 0.86 0.07 0.07 0.00 0.00 0.00 0.00 21:10:38 21:00:01 eth0 25.92 12.84 19.95 10.50 0.00 0.00 0.00 0.00 21:10:38 21:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:10:38 21:00:01 docker0 0.83 0.83 0.06 0.07 0.00 0.00 0.00 0.00 21:10:38 21:01:01 veth99a94ff 1.60 1.60 0.13 0.13 0.00 0.00 0.00 0.00 21:10:38 21:01:01 eth0 22.90 13.16 18.91 10.30 0.00 0.00 0.00 0.00 21:10:38 21:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:10:38 21:01:01 docker0 1.60 1.60 0.10 0.13 0.00 0.00 0.00 0.00 21:10:38 21:02:01 veth51fea96 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 21:10:38 21:02:01 eth0 214.46 162.11 1723.94 79.59 0.00 0.00 0.00 0.00 21:10:38 21:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:10:38 21:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:10:38 21:03:02 veth51fea96 0.00 0.28 0.00 0.01 0.00 0.00 0.00 0.00 21:10:38 21:03:02 eth0 55.38 33.14 160.58 51.22 0.00 0.00 0.00 0.00 21:10:38 21:03:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:10:38 21:03:02 docker0 14.24 27.15 0.78 145.27 0.00 0.00 0.00 0.00 21:10:38 21:04:01 vethf81126e 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 21:10:38 21:04:01 veth51fea96 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:10:38 21:04:01 eth0 11.21 4.95 8.00 4.19 0.00 0.00 0.00 0.00 21:10:38 21:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:10:38 21:05:01 veth2093552 0.07 0.08 0.00 0.01 0.00 0.00 0.00 0.00 21:10:38 21:05:01 vethc5f097c 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 21:10:38 21:05:01 veth6f11695 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 21:10:38 21:05:01 veth7eaba1d 0.07 0.08 0.00 0.01 0.00 0.00 0.00 0.00 21:10:38 21:06:02 vethc53681a 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 21:10:38 21:06:02 vethb8c8044 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 21:10:38 21:06:02 vethac621c3 3.35 3.70 0.48 17.93 0.00 0.00 0.00 0.00 21:10:38 21:06:02 veth51fea96 0.00 0.99 0.00 0.05 0.00 0.00 0.00 0.00 21:10:38 21:07:01 eth0 3042.49 2421.79 14452.46 639.12 0.00 0.00 0.00 0.00 21:10:38 21:07:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 21:10:38 21:07:01 docker0 1093.17 1105.87 88.40 4544.95 0.00 0.00 0.00 0.00 21:10:38 21:08:01 eth0 0.15 0.12 0.01 0.02 0.00 0.00 0.00 0.00 21:10:38 21:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:10:38 21:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:10:38 21:09:01 eth0 0.18 0.10 0.01 0.01 0.00 0.00 0.00 0.00 21:10:38 21:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:10:38 21:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:10:38 21:10:01 eth0 0.97 0.30 0.32 0.20 0.00 0.00 0.00 0.00 21:10:38 21:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:10:38 21:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:10:38 Average: eth0 202.90 168.70 1047.22 45.10 0.00 0.00 0.00 0.00 21:10:38 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:10:38 Average: docker0 82.85 83.81 6.70 344.46 0.00 0.00 0.00 0.00 21:10:38 21:10:38 21:10:38 ---> sar -P ALL: 21:10:38 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/29/21 _x86_64_ (4 CPU) 21:10:38 21:10:38 20:56:20 LINUX RESTART (4 CPU) 21:10:38 21:10:38 20:57:01 CPU %user %nice %system %iowait %steal %idle 21:10:38 20:58:01 all 15.17 0.00 7.82 2.04 1.08 73.89 21:10:38 20:58:01 0 15.57 0.00 9.49 0.91 1.08 72.94 21:10:38 20:58:01 1 12.00 0.00 7.03 1.88 1.33 77.75 21:10:38 20:58:01 2 14.91 0.00 6.89 1.56 0.89 75.75 21:10:38 20:58:01 3 18.21 0.00 7.90 3.80 1.02 69.07 21:10:38 20:59:01 all 13.77 0.00 10.89 6.42 1.09 67.81 21:10:38 20:59:01 0 13.71 0.00 10.83 3.76 1.17 70.53 21:10:38 20:59:01 1 13.86 0.00 10.83 7.42 1.14 66.75 21:10:38 20:59:01 2 13.48 0.00 10.87 8.22 1.00 66.42 21:10:38 20:59:01 3 14.05 0.00 11.05 6.27 1.06 67.57 21:10:38 21:00:01 all 55.90 0.00 12.80 3.88 1.08 26.33 21:10:38 21:00:01 0 55.30 0.00 13.02 3.01 0.87 27.81 21:10:38 21:00:01 1 56.65 0.00 12.86 4.53 1.17 24.80 21:10:38 21:00:01 2 56.94 0.00 12.11 2.68 1.16 27.11 21:10:38 21:00:01 3 54.72 0.00 13.23 5.30 1.14 25.61 21:10:38 21:01:01 all 50.38 0.00 15.12 3.18 0.90 30.42 21:10:38 21:01:01 0 50.80 0.00 15.01 2.72 0.96 30.52 21:10:38 21:01:01 1 49.83 0.00 15.69 3.52 0.87 30.10 21:10:38 21:01:01 2 51.41 0.00 14.70 2.98 0.96 29.95 21:10:38 21:01:01 3 49.50 0.00 15.08 3.51 0.81 31.09 21:10:38 21:02:01 all 21.47 0.00 15.61 4.30 2.00 56.62 21:10:38 21:02:01 0 22.33 0.00 16.19 5.88 2.08 53.52 21:10:38 21:02:01 1 20.82 0.00 15.40 3.76 1.89 58.12 21:10:38 21:02:01 2 22.67 0.00 15.48 3.57 1.99 56.29 21:10:38 21:02:01 3 20.04 0.00 15.35 3.98 2.05 58.58 21:10:38 21:03:02 all 23.21 0.00 31.47 18.65 3.18 23.48 21:10:38 21:03:02 0 23.62 0.00 31.38 16.99 3.43 24.59 21:10:38 21:03:02 1 23.20 0.00 31.06 19.63 2.99 23.13 21:10:38 21:03:02 2 23.15 0.00 31.13 18.49 3.16 24.07 21:10:38 21:03:02 3 22.85 0.00 32.34 19.52 3.15 22.14 21:10:38 21:04:01 all 60.85 0.00 20.04 10.19 0.30 8.62 21:10:38 21:04:01 0 61.17 0.00 20.55 10.98 0.27 7.03 21:10:38 21:04:01 1 60.83 0.00 20.07 9.36 0.40 9.34 21:10:38 21:04:01 2 61.57 0.00 20.24 10.15 0.29 7.76 21:10:38 21:04:01 3 59.82 0.00 19.33 10.25 0.23 10.37 21:10:38 21:05:01 all 22.48 0.00 26.12 25.05 0.69 25.66 21:10:38 21:05:01 0 22.16 0.00 26.53 26.12 0.82 24.36 21:10:38 21:05:01 1 22.80 0.00 26.45 25.69 0.70 24.37 21:10:38 21:05:01 2 22.27 0.00 26.73 25.07 0.70 25.25 21:10:38 21:05:01 3 22.70 0.00 24.73 23.31 0.56 28.70 21:10:38 21:06:02 all 26.69 0.00 25.21 27.78 0.50 19.81 21:10:38 21:06:02 0 28.30 0.00 25.17 26.04 0.57 19.92 21:10:38 21:06:02 1 25.21 0.00 25.44 27.94 0.57 20.84 21:10:38 21:06:02 2 26.79 0.00 25.00 31.83 0.48 15.90 21:10:38 21:06:02 3 26.44 0.00 25.24 25.31 0.40 22.62 21:10:38 21:07:01 all 41.32 0.00 14.83 10.48 0.27 33.10 21:10:38 21:07:01 0 41.00 0.00 14.59 8.80 0.27 35.34 21:10:38 21:07:01 1 40.82 0.00 15.01 10.84 0.34 32.98 21:10:38 21:07:01 2 41.12 0.00 15.26 13.20 0.22 30.20 21:10:38 21:07:01 3 42.33 0.00 14.45 9.10 0.25 33.88 21:10:38 21:08:01 all 0.15 0.00 0.04 0.00 0.00 99.81 21:10:38 21:08:01 0 0.02 0.00 0.02 0.00 0.02 99.95 21:10:38 21:08:01 1 0.52 0.00 0.02 0.00 0.00 99.47 21:10:38 21:08:01 2 0.05 0.00 0.07 0.00 0.00 99.88 21:10:38 21:08:01 3 0.02 0.00 0.05 0.00 0.00 99.93 21:10:38 21:10:38 21:08:01 CPU %user %nice %system %iowait %steal %idle 21:10:38 21:09:01 all 0.11 0.00 0.08 0.00 0.08 99.73 21:10:38 21:09:01 0 0.00 0.00 0.07 0.00 0.05 99.88 21:10:38 21:09:01 1 0.35 0.00 0.05 0.00 0.08 99.52 21:10:38 21:09:01 2 0.07 0.00 0.10 0.00 0.08 99.75 21:10:38 21:09:01 3 0.03 0.00 0.08 0.00 0.12 99.77 21:10:38 21:10:01 all 0.12 0.00 0.03 0.00 0.01 99.84 21:10:38 21:10:01 0 0.02 0.00 0.02 0.00 0.02 99.95 21:10:38 21:10:01 1 0.40 0.00 0.05 0.00 0.02 99.53 21:10:38 21:10:01 2 0.03 0.00 0.03 0.00 0.00 99.93 21:10:38 21:10:01 3 0.03 0.00 0.02 0.00 0.00 99.95 21:10:38 Average: all 24.97 0.00 13.57 8.44 0.85 52.17 21:10:38 Average: 0 25.16 0.00 13.80 7.95 0.88 52.21 21:10:38 Average: 1 24.61 0.00 13.56 8.64 0.87 52.32 21:10:38 Average: 2 25.17 0.00 13.47 8.89 0.83 51.64 21:10:38 Average: 3 24.92 0.00 13.45 8.29 0.81 52.52 21:10:38 21:10:38 21:10:38