Pull request #3450 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from f4220afd50626d78ec8f8ceac213ee9c65afae84+38d8ac8cf9377e12442077cf8ccce54130d64734 (22927fcb62dcc9ad9cdac20b4a1ffbee7aeb7d04) 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa25fb65c2461e649b1a162fbf19ec71f4863fbd # timeout=10 Commit message: "Merge pull request #336 from ernestojeda/golang-1.16" > 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.16 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-4373 in /w/workspace/edgexfoundry_edgex-go_PR-3450 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [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/2 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 38d8ac8cf9377e12442077cf8ccce54130d64734 into PR head commit f4220afd50626d78ec8f8ceac213ee9c65afae84 > 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/3450/head:refs/remotes/origin/PR-3450 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f4220afd50626d78ec8f8ceac213ee9c65afae84 # timeout=10 Merge succeeded, producing 770894f7c267c719991090a7815f929e0cb2523b Checking out Revision 770894f7c267c719991090a7815f929e0cb2523b (PR-3450) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 38d8ac8cf9377e12442077cf8ccce54130d64734 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 770894f7c267c719991090a7815f929e0cb2523b # timeout=10 Commit message: "Merge commit '38d8ac8cf9377e12442077cf8ccce54130d64734' into HEAD" > git rev-list --no-walk f4220afd50626d78ec8f8ceac213ee9c65afae84 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 07:23:08 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 07:23:08 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 07:23:08 ========================================================= 07:23:08 EdgeX Global Pipelines Version Info 07:23:08 ========================================================= [Pipeline] libraryResource [Pipeline] sh 07:23:10 ------------------- 07:23:10 stable info: 07:23:10 ------------------- 07:23:10 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 07:23:10 Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd 07:23:10 Message: update stable to v1.0.191 07:23:11 ------------------- 07:23:11 experimental info: 07:23:11 ------------------- 07:23:11 Commited By: **** collab-it+edgex@linuxfoundation.org 07:23:11 Commit SHA: 9d0281235b943b7ad605f650702698f9078b2862 07:23:11 Message: update experimental to v1.0.192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 07:23:11 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 07:23:11 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 07:23:11 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 07:23:11 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 07:23:11 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 07:23:11 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 07:23:11 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo 07:23:11 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 07:23:11 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 07:23:11 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 07:23:11 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 07:23:11 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 07:23:11 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 07:23:11 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 07:23:11 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 07:23:11 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 07:23:11 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 07:23:11 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 07:23:11 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 07:23:11 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 07:23:11 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 07:23:11 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 07:23:11 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3450 [Pipeline] echo 07:23:11 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3450 [Pipeline] echo 07:23:11 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3450 [Pipeline] echo 07:23:11 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 770894f7c267c719991090a7815f929e0cb2523b [Pipeline] echo 07:23:11 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 770894f [Pipeline] echo 07:23:11 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 07:23:11 provisioning config files... 07:23:11 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config3925204876411601341tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:23:12 ---> docker-login.sh 07:23:12 nexus3.edgexfoundry.org:10001 07:23:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:23:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:23:12 Configure a credential helper to remove this warning. See 07:23:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:23:12 07:23:12 Login Succeeded 07:23:12 nexus3.edgexfoundry.org:10002 07:23:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:23:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:23:12 Configure a credential helper to remove this warning. See 07:23:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:23:12 07:23:12 Login Succeeded 07:23:12 nexus3.edgexfoundry.org:10003 07:23:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:23:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:23:13 Configure a credential helper to remove this warning. See 07:23:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:23:13 07:23:13 Login Succeeded 07:23:13 nexus3.edgexfoundry.org:10004 07:23:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:23:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:23:13 Configure a credential helper to remove this warning. See 07:23:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:23:13 07:23:13 Login Succeeded 07:23:13 docker.io 07:23:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:23:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:23:13 Configure a credential helper to remove this warning. See 07:23:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:23:13 07:23:13 Login Succeeded 07:23:13 ---> docker-login.sh ends [Pipeline] } 07:23:13 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:23:13 ++ 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 07:23:13 + for file in '`ls cmd/**/Dockerfile`' 07:23:13 ++ dirname cmd/core-command/Dockerfile 07:23:13 ++ cut -d/ -f2 07:23:13 + echo core-command,cmd/core-command/Dockerfile 07:23:13 + for file in '`ls cmd/**/Dockerfile`' 07:23:13 ++ dirname cmd/core-data/Dockerfile 07:23:13 ++ cut -d/ -f2 07:23:13 + echo core-data,cmd/core-data/Dockerfile 07:23:13 + for file in '`ls cmd/**/Dockerfile`' 07:23:13 ++ dirname cmd/core-metadata/Dockerfile 07:23:13 ++ cut -d/ -f2 07:23:13 + echo core-metadata,cmd/core-metadata/Dockerfile 07:23:13 + for file in '`ls cmd/**/Dockerfile`' 07:23:13 ++ dirname cmd/security-bootstrapper/Dockerfile 07:23:13 ++ cut -d/ -f2 07:23:13 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 07:23:13 + for file in '`ls cmd/**/Dockerfile`' 07:23:13 ++ dirname cmd/security-proxy-setup/Dockerfile 07:23:13 ++ cut -d/ -f2 07:23:13 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 07:23:13 + for file in '`ls cmd/**/Dockerfile`' 07:23:13 ++ dirname cmd/security-secretstore-setup/Dockerfile 07:23:13 ++ cut -d/ -f2 07:23:13 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 07:23:13 + for file in '`ls cmd/**/Dockerfile`' 07:23:13 ++ dirname cmd/support-notifications/Dockerfile 07:23:13 ++ cut -d/ -f2 07:23:13 + echo support-notifications,cmd/support-notifications/Dockerfile 07:23:13 + for file in '`ls cmd/**/Dockerfile`' 07:23:13 ++ dirname cmd/support-scheduler/Dockerfile 07:23:13 ++ cut -d/ -f2 07:23:13 + echo support-scheduler,cmd/support-scheduler/Dockerfile 07:23:13 + for file in '`ls cmd/**/Dockerfile`' 07:23:13 ++ dirname cmd/sys-mgmt-agent/Dockerfile 07:23:13 ++ cut -d/ -f2 07:23:13 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 07:23:14 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 07:23:14 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:23:14 07:23:14 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 07:23:15 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:23:15 latest: Pulling from edgex-devops/git-semver 07:23:15 31603596830f: Pulling fs layer 07:23:15 54011a49482f: Pulling fs layer 07:23:15 a6820b24f6d8: Pulling fs layer 07:23:15 f581987b2513: Pulling fs layer 07:23:15 f581987b2513: Waiting 07:23:15 54011a49482f: Verifying Checksum 07:23:15 54011a49482f: Download complete 07:23:15 31603596830f: Verifying Checksum 07:23:15 31603596830f: Download complete 07:23:15 f581987b2513: Verifying Checksum 07:23:15 f581987b2513: Download complete 07:23:15 a6820b24f6d8: Verifying Checksum 07:23:15 a6820b24f6d8: Download complete 07:23:15 31603596830f: Pull complete 07:23:15 54011a49482f: Pull complete 07:23:16 a6820b24f6d8: Pull complete 07:23:16 f581987b2513: Pull complete 07:23:16 Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 07:23:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:23:16 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 07:23:16 prd-centos7-docker-4c-2g-4373 does not seem to be running inside a container 07:23:16 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 07:23:19 $ docker top 54672e96313f1244e6232100b30302ea6cced94005e9e34afaea04a76685685f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:23:19 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:23:19 [ssh-agent] Looking for ssh-agent implementation... 07:23:19 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:23:19 $ docker exec 54672e96313f1244e6232100b30302ea6cced94005e9e34afaea04a76685685f ssh-agent 07:23:20 SSH_AUTH_SOCK=/tmp/ssh-mvoHySk69aBE/agent.13 07:23:20 SSH_AGENT_PID=18 07:23:20 Running ssh-add (command line suppressed) 07:23:20 Identity added: /w/workspace/edgex-go/2@tmp/private_key_9002775760441744454.key (/w/workspace/edgex-go/2@tmp/private_key_9002775760441744454.key) 07:23:20 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:23:20 + git tag --points-at HEAD [Pipeline] } 07:23:20 $ docker exec --env ******** --env ******** 54672e96313f1244e6232100b30302ea6cced94005e9e34afaea04a76685685f ssh-agent -k 07:23:20 unset SSH_AUTH_SOCK; 07:23:20 unset SSH_AGENT_PID; 07:23:20 echo Agent pid 18 killed; 07:23:20 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 07:23:20 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:23:20 [ssh-agent] Looking for ssh-agent implementation... 07:23:20 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:23:20 $ docker exec 54672e96313f1244e6232100b30302ea6cced94005e9e34afaea04a76685685f ssh-agent 07:23:21 SSH_AUTH_SOCK=/tmp/ssh-b1Z5xevKVNZy/agent.49 07:23:21 SSH_AGENT_PID=54 07:23:21 Running ssh-add (command line suppressed) 07:23:21 Identity added: /w/workspace/edgex-go/2@tmp/private_key_1582672564425207648.key (/w/workspace/edgex-go/2@tmp/private_key_1582672564425207648.key) 07:23:21 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:23:21 + git semver init 07:23:21 # -> Open(): unable to determine branch for HEAD 07:23:21 # $GIT_DIR = /w/workspace/edgex-go/2/.git 07:23:21 # $GIT_WORK_TREE = /w/workspace/edgex-go/2 07:23:21 # $SEMVER_REMOTE_NAME = origin 07:23:21 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 07:23:21 # $SEMVER_USER_NAME = edgex-jenkins 07:23:21 # $SEMVER_BRANCH = PR-3450 07:23:21 # $SEMVER_TEMP = /tmp/semver-437705537 07:23:21 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 07:23:48 # '/tmp/semver-437705537' -> '/w/workspace/edgex-go/2/.semver' 07:23:48 # -> Force: false 07:23:48 # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } 07:23:48 $ docker exec --env ******** --env ******** 54672e96313f1244e6232100b30302ea6cced94005e9e34afaea04a76685685f ssh-agent -k 07:23:48 unset SSH_AUTH_SOCK; 07:23:48 unset SSH_AGENT_PID; 07:23:48 echo Agent pid 54 killed; 07:23:48 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:23:48 + git semver [Pipeline] } 07:23:48 $ docker stop --time=1 54672e96313f1244e6232100b30302ea6cced94005e9e34afaea04a76685685f 07:23:50 $ docker rm -f 54672e96313f1244e6232100b30302ea6cced94005e9e34afaea04a76685685f [Pipeline] // withDockerContainer [Pipeline] sh 07:23:51 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 07:23:51 Stashed 1 file(s) [Pipeline] echo 07:23:51 [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 07:23:52 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 07:23:52 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 07:23:52 + sudo service docker restart 07:23:52 + true 07:23:52 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 07:23:53 ========================================================= 07:23:53 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 07:23:53 ========================================================= [Pipeline] isUnix [Pipeline] sh 07:23:53 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine . 07:23:58 Sending build context to Docker daemon 330.2MB 07:23:58 Step 1/6 : ARG BASE=golang:1.16-alpine3.12 07:23:58 Step 2/6 : FROM ${BASE} 07:23:58 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 07:23:58 540db60ca938: Pulling fs layer 07:23:58 adcc1eea9eea: Pulling fs layer 07:23:58 4c4ab2625f07: Pulling fs layer 07:23:58 0510c868ecb4: Pulling fs layer 07:23:58 afea3b2eda06: Pulling fs layer 07:23:58 7809a108b3ef: Pulling fs layer 07:23:58 f706445af74f: Pulling fs layer 07:23:58 0510c868ecb4: Waiting 07:23:58 afea3b2eda06: Waiting 07:23:58 7809a108b3ef: Waiting 07:23:58 f706445af74f: Waiting 07:23:58 4c4ab2625f07: Verifying Checksum 07:23:58 4c4ab2625f07: Download complete 07:23:58 adcc1eea9eea: Verifying Checksum 07:23:58 adcc1eea9eea: Download complete 07:23:58 afea3b2eda06: Verifying Checksum 07:23:58 afea3b2eda06: Download complete 07:23:58 540db60ca938: Download complete 07:23:58 7809a108b3ef: Verifying Checksum 07:23:58 7809a108b3ef: Download complete 07:23:58 540db60ca938: Pull complete 07:23:59 f706445af74f: Verifying Checksum 07:23:59 f706445af74f: Download complete 07:23:59 adcc1eea9eea: Pull complete 07:24:00 4c4ab2625f07: Pull complete 07:24:00 0510c868ecb4: Verifying Checksum 07:24:00 0510c868ecb4: Download complete 07:24:05 0510c868ecb4: Pull complete 07:24:05 afea3b2eda06: Pull complete 07:24:05 7809a108b3ef: Pull complete 07:24:06 Still waiting to schedule task 07:24:06 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 07:24:09 f706445af74f: Pull complete 07:24:09 Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 07:24:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 07:24:09 ---> b068be0155e3 07:24:09 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 07:24:11 ---> Running in ee15bc813887 07:24:11 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 07:24:13 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 07:24:14 (1/12) Installing libmagic (5.39-r0) 07:24:14 (2/12) Installing file (5.39-r0) 07:24:14 (3/12) Installing libc-dev (0.7.2-r3) 07:24:14 (4/12) Installing g++ (10.2.1_pre1-r3) 07:24:24 (5/12) Installing fortify-headers (1.1-r0) 07:24:24 (6/12) Installing patch (2.7.6-r6) 07:24:24 (7/12) Installing build-base (0.5-r2) 07:24:24 (8/12) Installing libsodium (1.0.18-r0) 07:24:24 (9/12) Installing pkgconf (1.7.3-r0) 07:24:24 (10/12) Installing libsodium-dev (1.0.18-r0) 07:24:24 (11/12) Installing libzmq (4.3.3-r1) 07:24:24 (12/12) Installing zeromq-dev (4.3.3-r1) 07:24:24 Executing busybox-1.32.1-r6.trigger 07:24:24 OK: 219 MiB in 52 packages 07:24:28 Removing intermediate container ee15bc813887 07:24:28 ---> 3ff1b15b7486 07:24:28 Step 4/6 : WORKDIR /edgex-go 07:24:28 ---> Running in 520e332a568b 07:24:28 Removing intermediate container 520e332a568b 07:24:28 ---> 5372a6a4e6fa 07:24:28 Step 5/6 : COPY go.mod . 07:24:29 ---> 98dfddd205f8 07:24:29 Step 6/6 : RUN go mod download 07:24:29 ---> Running in bf448c1b238c 07:24:55 Removing intermediate container bf448c1b238c 07:24:55 ---> e6cb28647a36 07:24:55 Successfully built e6cb28647a36 07:24:55 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 07:24:56 + docker inspect -f . ci-base-image-x86_64 07:24:56 . [Pipeline] withDockerContainer 07:24:56 prd-centos7-docker-4c-2g-4373 does not seem to be running inside a container 07:24:56 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 ******** ci-base-image-x86_64 cat 07:24:57 $ docker top b1aa80266cfae52818b230662799b668a3d65dec459ed6252b6096321b7ad9bd -eo pid,comm [Pipeline] { [Pipeline] sh 07:24:57 + go version 07:24:57 go version go1.16.3 linux/amd64 [Pipeline] } 07:24:57 $ docker stop --time=1 b1aa80266cfae52818b230662799b668a3d65dec459ed6252b6096321b7ad9bd 07:24:58 $ docker rm -f b1aa80266cfae52818b230662799b668a3d65dec459ed6252b6096321b7ad9bd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:24:59 + docker inspect -f . ci-base-image-x86_64 07:24:59 . [Pipeline] withDockerContainer 07:24:59 prd-centos7-docker-4c-2g-4373 does not seem to be running inside a container 07:24:59 $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 ******** ci-base-image-x86_64 cat 07:25:00 $ docker top 735e5a9b57529a822f2a64a2547913c2fc92c2c92a8bb57a7474ecba241d2216 -eo pid,comm [Pipeline] { [Pipeline] echo 07:25:00 ========================================================= 07:25:00 [edgeXBuildGoParallel] Running Tests and Build... 07:25:00 ========================================================= [Pipeline] sh 07:25:00 + go mod tidy [Pipeline] sh 07:25:02 + make test 07:25:02 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 07:25:11 ? github.com/edgexfoundry/edgex-go [no test files] 07:25:33 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 07:25:37 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 07:25:37 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 07:25:37 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 07:25:40 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 07:25:40 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 07:25:40 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 07:25:40 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 07:25:42 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 07:25:42 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 07:25:45 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 07:25:45 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 07:25:45 ? github.com/edgexfoundry/edgex-go/internal [no test files] 07:25:47 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.115s coverage: 45.9% of statements 07:25:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 07:25:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 07:25:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 07:25:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 07:25:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 07:25:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 07:25:47 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.066s coverage: 19.8% of statements 07:25:47 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.076s coverage: 100.0% of statements 07:25:51 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.158s coverage: 27.8% of statements 07:25:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 07:25:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 07:25:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 07:25:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 07:25:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 07:25:51 ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.109s coverage: 81.2% of statements 07:25:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 07:25:51 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.053s coverage: 100.0% of statements 07:25:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 07:25:51 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.067s coverage: 100.0% of statements 07:25:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 07:25:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 07:25:51 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.095s coverage: 71.3% of statements 07:25:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 07:25:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 07:25:52 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.198s coverage: 87.7% of statements 07:25:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 07:25:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 07:25:52 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.085s coverage: 78.9% of statements 07:25:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 07:25:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.392s coverage: 28.6% of statements 07:25:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 07:25:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 07:25:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 07:25:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 07:25:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 07:25:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.131s coverage: 100.0% of statements 07:25:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 07:25:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.069s coverage: 100.0% of statements 07:25:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 07:25:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.173s coverage: 86.7% of statements 07:25:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 07:25:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.126s coverage: 97.5% of statements 07:25:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 07:25:55 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.078s coverage: 78.3% of statements 07:25:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 07:25:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 07:25:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 07:25:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 07:25:57 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.361s coverage: 95.1% of statements 07:25:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 07:25:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 07:25:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 07:25:57 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 07:25:57 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 07:25:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 07:25:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 07:25:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 07:25:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 07:25:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 07:25:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 07:25:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 07:25:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 07:25:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 07:25:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 07:25:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 07:25:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 07:25:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 07:25:57 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.058s coverage: 58.8% of statements 07:25:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 07:25:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 07:25:57 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.069s coverage: 0.9% of statements 07:25:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 07:25:57 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils 0.053s coverage: 22.0% of statements 07:25:57 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 07:25:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.054s coverage: 47.1% of statements 07:25:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.062s coverage: 79.5% of statements 07:25:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.047s coverage: 94.1% of statements 07:25:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.066s coverage: 96.3% of statements 07:25:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.057s coverage: 87.5% of statements 07:26:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.078s coverage: 94.4% of statements 07:26:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.057s coverage: 44.8% of statements 07:26:14 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.275s coverage: 81.8% of statements 07:26:14 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 07:26:22 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.104s coverage: 92.9% of statements 07:26:22 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 07:26:22 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 07:26:22 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 07:26:22 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 65.1% of statements 07:26:22 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 07:26:22 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 07:26:22 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 07:26:22 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 07:26:22 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 07:26:22 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.048s coverage: 87.2% of statements 07:26:22 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 07:26:22 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 07:26:22 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.054s coverage: 100.0% of statements 07:26:22 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 07:26:22 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.075s coverage: 76.0% of statements 07:26:22 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 07:26:22 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.058s coverage: 80.0% of statements 07:26:22 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.095s coverage: 87.2% of statements 07:26:22 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.065s coverage: 85.4% of statements 07:26:22 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.108s coverage: 91.2% of statements 07:26:22 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 07:26:22 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.196s coverage: 64.4% of statements 07:26:22 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 07:26:22 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 07:26:22 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.062s coverage: 100.0% of statements 07:26:22 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.033s coverage: 91.3% of statements 07:26:22 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.033s coverage: 100.0% of statements 07:26:22 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.036s coverage: 73.7% of statements 07:26:22 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.037s coverage: 100.0% of statements 07:26:22 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.361s coverage: 66.9% of statements 07:26:22 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 07:26:22 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 07:26:22 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 07:26:22 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.190s coverage: 43.4% of statements 07:26:22 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 07:26:22 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 07:26:22 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.046s coverage: 89.5% of statements 07:26:22 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 07:26:22 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.039s coverage: 84.8% of statements 07:26:22 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.128s coverage: 47.0% of statements 07:26:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 07:26:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 07:26:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 07:26:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 07:26:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 07:26:22 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.053s coverage: 100.0% of statements 07:26:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 07:26:22 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.041s coverage: 100.0% of statements 07:26:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 07:26:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 07:26:24 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 3.088s coverage: 22.7% of statements 07:26:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 07:26:24 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.163s coverage: 92.6% of statements 07:26:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 07:26:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 07:26:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 07:26:24 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.733s coverage: 28.7% of statements 07:26:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 07:26:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 07:26:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 07:26:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 07:26:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 07:26:24 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.068s coverage: 99.0% of statements 07:26:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 07:26:24 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.064s coverage: 100.0% of statements 07:26:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 07:26:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 07:26:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 07:26:24 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.066s coverage: 64.6% of statements 07:26:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 07:26:24 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.173s coverage: 97.6% of statements 07:26:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 07:26:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 07:26:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 07:26:24 ok github.com/edgexfoundry/edgex-go/internal/system 0.043s coverage: 0.0% of statements 07:26:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 07:26:24 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.024s coverage: 100.0% of statements 07:26:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 07:26:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 07:26:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 07:26:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 07:26:24 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.056s coverage: 87.9% of statements 07:26:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 07:26:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 07:26:24 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.028s coverage: 100.0% of statements 07:26:24 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.048s coverage: 28.1% of statements 07:26:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2 [no test files] 07:26:25 ok github.com/edgexfoundry/edgex-go/internal/system/agent/v2/application 0.033s coverage: 85.7% of statements 07:26:25 ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2/controller/http [no test files] 07:26:25 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 07:26:25 GO111MODULE=on go vet ./... 07:27:04 gofmt -l . 07:27:04 [ "`gofmt -l .`" = "" ] 07:27:04 ./bin/test-go-mod-tidy.sh 07:27:04 ./bin/test-attribution-txt.sh [Pipeline] sh 07:27:04 + ls -al . 07:27:04 total 828 07:27:04 drwxrwxr-x 10 1001 1001 4096 May 11 07:27 . 07:27:04 drwxr-xr-x 4 root root 28 May 11 07:24 .. 07:27:04 -rw-rw-r-- 1 1001 1001 11 May 11 07:23 .dockerignore 07:27:04 drwxrwxr-x 8 1001 1001 179 May 11 07:23 .git 07:27:04 drwxrwxr-x 3 1001 1001 125 May 11 07:23 .github 07:27:04 -rw-rw-r-- 1 1001 1001 818 May 11 07:23 .gitignore 07:27:04 drwx------ 3 1001 1001 60 May 11 07:23 .semver 07:27:04 -rw-rw-r-- 1 1001 1001 166 May 11 07:23 .sonarcloud.properties 07:27:04 -rw-rw-r-- 1 1001 1001 8609 May 11 07:23 Attribution.txt 07:27:04 -rw-rw-r-- 1 1001 1001 3804 May 11 07:23 CONTRIBUTING.md 07:27:04 -rw-rw-r-- 1 1001 1001 931 May 11 07:23 Dockerfile.build 07:27:04 -rw-rw-r-- 1 1001 1001 863 May 11 07:23 Jenkinsfile 07:27:04 -rw-rw-r-- 1 1001 1001 10775 May 11 07:23 LICENSE 07:27:04 -rw-rw-r-- 1 1001 1001 5774 May 11 07:23 Makefile 07:27:04 -rw-rw-r-- 1 1001 1001 7978 May 11 07:23 README.md 07:27:04 -rw-rw-r-- 1 1001 1001 6755 May 11 07:23 SECURITY.md 07:27:04 -rw-rw-r-- 1 1001 1001 5 May 11 07:23 VERSION 07:27:04 -rw-rw-r-- 1 1001 1001 4131 May 11 07:23 ZMQWindows.md 07:27:04 drwxrwxr-x 2 1001 1001 117 May 11 07:23 bin 07:27:04 drwxrwxr-x 14 1001 1001 4096 May 11 07:23 cmd 07:27:04 -rw-r--r-- 1 root root 719397 May 11 07:26 coverage.out 07:27:04 -rw-r--r-- 1 root root 1060 May 11 07:26 go.mod 07:27:04 -rw-r--r-- 1 root root 21706 May 11 07:25 go.sum 07:27:04 drwxrwxr-x 8 1001 1001 127 May 11 07:23 internal 07:27:04 drwxrwxr-x 4 1001 1001 26 May 11 07:23 openapi 07:27:04 drwxrwxr-x 4 1001 1001 71 May 11 07:23 snap 07:27:04 -rw-rw-r-- 1 1001 1001 168 May 11 07:23 version.go [Pipeline] sh 07:27:05 + '[' -e coverage.out ] 07:27:05 + chown 1001:1001 coverage.out [Pipeline] stash 07:27:05 Stashed 1 file(s) [Pipeline] sh 07:27:05 + make build 07:27:05 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 07:27:07 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 07:27:13 Running on prd-ubuntu18.04-docker-arm64-4c-16g-4376 in /w/workspace/edgexfoundry_edgex-go_PR-3450 [Pipeline] { [Pipeline] ws 07:27:13 Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout 07:27:19 using credential edgex-jenkins-ssh 07:27:19 Cloning the remote Git repository 07:27:19 Cloning repository git@github.com:edgexfoundry/edgex-go.git 07:27:19 > git init /w/workspace/edgex-go/2 # timeout=10 07:27:19 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 07:27:19 > git --version # timeout=10 07:27:19 > git --version # 'git version 2.17.1' 07:27:19 using GIT_SSH to set credentials SSH Credentials for GitHub 07:27:20 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 07:27:20 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 07:27:20 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 07:27:21 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 07:27:21 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 07:27:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 07:27:25 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 07:27:26 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 07:27:27 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 07:27:29 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 07:27:30 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] } 07:27:32 $ docker stop --time=1 735e5a9b57529a822f2a64a2547913c2fc92c2c92a8bb57a7474ecba241d2216 07:27:34 $ docker rm -f 735e5a9b57529a822f2a64a2547913c2fc92c2c92a8bb57a7474ecba241d2216 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:27:36 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 07:27:36 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 07:27:36 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 07:27:36 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 07:27:36 using GIT_SSH to set credentials SSH Credentials for GitHub 07:27:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 07:27:36 07:27:36 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 07:27:36 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 07:27:36 latest: Pulling from edgex-devops/edgex-compose 07:27:36 cbdbe7a5bc2a: Pulling fs layer 07:27:36 ca9280d653b3: Pulling fs layer 07:27:36 7e9c9ca2126c: Pulling fs layer 07:27:36 cbdbe7a5bc2a: Download complete 07:27:36 Merging remotes/origin/master commit 38d8ac8cf9377e12442077cf8ccce54130d64734 into PR head commit f4220afd50626d78ec8f8ceac213ee9c65afae84 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 07:27:37 Failed in branch arm64 07:27:37 cbdbe7a5bc2a: Pull complete 07:27:37 ca9280d653b3: Verifying Checksum 07:27:37 ca9280d653b3: Download complete 07:27:36 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3450/head:refs/remotes/origin/PR-3450 +refs/heads/master:refs/remotes/origin/master # timeout=10 07:27:36 > git config core.sparsecheckout # timeout=10 07:27:36 > git checkout -f f4220afd50626d78ec8f8ceac213ee9c65afae84 # timeout=10 07:27:38 ca9280d653b3: Pull complete 07:27:38 7e9c9ca2126c: Download complete 07:27:45 7e9c9ca2126c: Pull complete 07:27:45 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 07:27:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 07:27:45 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 07:27:45 prd-centos7-docker-4c-2g-4373 does not seem to be running inside a container 07:27:45 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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-devops/edgex-compose:latest cat 07:27:48 $ docker top 927055f9f46b101bc15bd4f4589fc7c4c9e75cff6c0bc9e66dd719ab2ef81acd -eo pid,comm [Pipeline] { [Pipeline] sh 07:27:49 + + docker-composegrep build parallel --help 07:27:49 07:27:49 --parallel Build images in parallel. [Pipeline] } 07:27:50 $ docker stop --time=1 927055f9f46b101bc15bd4f4589fc7c4c9e75cff6c0bc9e66dd719ab2ef81acd 07:27:51 $ docker rm -f 927055f9f46b101bc15bd4f4589fc7c4c9e75cff6c0bc9e66dd719ab2ef81acd [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:27:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 07:27:51 . [Pipeline] withDockerContainer 07:27:51 prd-centos7-docker-4c-2g-4373 does not seem to be running inside a container 07:27:52 $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 07:27:52 $ docker top e37eddcf6c984badb6067bc4968c6576a688f536d13888eb68f25c762cda5ac0 -eo pid,comm [Pipeline] { [Pipeline] sh 07:27:53 + docker-compose -f ./docker-compose-build.yml build --parallel 07:27:54 Building docker-core-command-go ... 07:27:54 Building docker-core-data-go ... 07:27:54 Building docker-core-metadata-go ... 07:27:54 Building docker-security-bootstrapper-go ... 07:27:54 Building docker-security-proxy-setup-go ... 07:27:54 Building docker-security-secretstore-setup-go ... 07:27:54 Building docker-support-notifications-go ... 07:27:54 Building docker-support-scheduler-go ... 07:27:54 Building docker-sys-mgmt-agent-go ... 07:27:54 Building docker-core-data-go 07:27:54 Building docker-security-secretstore-setup-go 07:27:54 Building docker-support-scheduler-go 07:27:54 Building docker-sys-mgmt-agent-go 07:27:54 Building docker-security-proxy-setup-go 07:28:33 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 07:28:33 Step 2/23 : FROM ${BUILDER_BASE} AS builder 07:28:33 ---> e6cb28647a36 07:28:33 Step 3/23 : WORKDIR /edgex-go 07:28:33 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 07:28:33 Step 2/24 : FROM ${BUILDER_BASE} AS builder 07:28:33 ---> e6cb28647a36 07:28:33 Step 3/24 : WORKDIR /edgex-go 07:28:33 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 07:28:33 Step 2/24 : FROM ${BUILDER_BASE} AS builder 07:28:33 ---> e6cb28647a36 07:28:33 Step 3/24 : WORKDIR /edgex-go 07:28:33 Step 1/26 : ARG BUILDER_BASE=golang:1.16-alpine3.12 07:28:33 Step 2/26 : FROM ${BUILDER_BASE} AS builder 07:28:33 ---> e6cb28647a36 07:28:33 Step 3/26 : WORKDIR /edgex-go 07:28:33 Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 07:28:33 Step 2/22 : FROM ${BUILDER_BASE} AS builder 07:28:33 ---> e6cb28647a36 07:28:33 Step 3/22 : WORKDIR /edgex-go 07:28:33 ---> Running in 31b3804ba569 07:28:33 ---> Running in 72875c82d8e3 07:28:33 ---> Running in f1d4bc4102e0 07:28:33 ---> Running in 1cb0e83c514d 07:28:33 ---> Running in dfe0ae89dc19 07:28:33 Removing intermediate container 1cb0e83c514d 07:28:33 ---> 0dbe9af8baea 07:28:33 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:28:33 Removing intermediate container 31b3804ba569 07:28:33 ---> 7333ca02baff 07:28:33 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:28:33 Removing intermediate container f1d4bc4102e0 07:28:33 ---> 0c8308097d93 07:28:33 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:28:33 Removing intermediate container dfe0ae89dc19 07:28:33 ---> 8880a450d571 07:28:33 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:28:33 Removing intermediate container 72875c82d8e3 07:28:33 ---> 78f4fce56697 07:28:33 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:28:33 ---> Running in c1de11760b26 07:28:33 ---> Running in 2cd1bbfd1110 07:28:33 ---> Running in 88513bc88767 07:28:33 ---> Running in 37e0ec7cb100 07:28:33 ---> Running in 02268c03828e 07:28:33 Removing intermediate container 88513bc88767 07:28:33 ---> 8e2030ed27e8 07:28:33 Step 5/26 : RUN apk add --update --no-cache make git 07:28:33 Removing intermediate container 2cd1bbfd1110 07:28:33 ---> aac99cad21b9 07:28:33 Step 5/22 : RUN apk add --update --no-cache make git 07:28:33 ---> Running in b230d081fa63 07:28:33 Removing intermediate container c1de11760b26 07:28:33 ---> e149f5d63d2f 07:28:33 Step 5/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 07:28:33 ---> Running in 3c900566c147 07:28:33 ---> Running in bea486cb3d6b 07:28:33 Removing intermediate container 37e0ec7cb100 07:28:33 ---> 58a757314d51 07:28:33 Step 5/23 : RUN apk add --update --no-cache make git 07:28:33 Removing intermediate container 02268c03828e 07:28:33 ---> 3d8e309dafd7 07:28:33 Step 5/24 : RUN apk add --update --no-cache make bash git 07:28:33 ---> Running in b0774b052568 07:28:33 ---> Running in f928c05bdbee 07:28:33 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 07:28:33 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 07:28:33 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 07:28:33 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 07:28:33 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 07:28:34 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 07:28:34 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 07:28:34 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 07:28:35 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 07:28:35 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 07:28:35 OK: 219 MiB in 52 packages 07:28:35 OK: 219 MiB in 52 packages 07:28:35 OK: 219 MiB in 52 packages 07:28:36 OK: 219 MiB in 52 packages 07:28:36 Removing intermediate container b230d081fa63 07:28:36 ---> 2beac0db2a26 07:28:36 Step 6/26 : COPY go.mod . 07:28:36 Removing intermediate container 3c900566c147 07:28:36 ---> 29a9e7b2068c 07:28:36 Step 6/22 : COPY go.mod . 07:28:36 Removing intermediate container b0774b052568 07:28:36 ---> 5abf2be62753 07:28:36 Step 6/23 : COPY go.mod . 07:28:36 ---> 8870e8f3b002 07:28:36 Step 7/26 : RUN go mod download 07:28:36 ---> 2674821cf993 07:28:36 Step 7/22 : RUN go mod download 07:28:36 ---> Running in a2915ad05422 07:28:37 ---> Running in 2d4dabdd41b8 07:28:37 ---> ca30dba6a45a 07:28:37 Step 7/23 : RUN go mod download 07:28:37 Removing intermediate container f928c05bdbee 07:28:37 ---> 5eedea1e2ab2 07:28:37 Step 6/24 : COPY go.mod . 07:28:37 OK: 219 MiB in 52 packages 07:28:37 ---> Running in 0a3b7fd0f644 07:28:37 ---> 322c4b9fdf90 07:28:37 Step 7/24 : RUN go mod download 07:28:37 ---> Running in 0172fcb71b31 07:28:38 Removing intermediate container bea486cb3d6b 07:28:38 ---> 85cb32ac926a 07:28:38 Step 6/24 : COPY go.mod . 07:28:38 ---> 95ca01b11003 07:28:38 Step 7/24 : RUN go mod download 07:28:38 ---> Running in 57eb8393c90d 07:28:39 Removing intermediate container 0a3b7fd0f644 07:28:39 ---> c2533c1f6c3c 07:28:39 Step 8/23 : COPY . . 07:28:39 Removing intermediate container 2d4dabdd41b8 07:28:39 ---> 8bc06c4f0bf9 07:28:39 Step 8/22 : COPY . . 07:28:39 Removing intermediate container a2915ad05422 07:28:39 ---> d4583be94f11 07:28:39 Step 8/26 : COPY . . 07:28:39 Removing intermediate container 0172fcb71b31 07:28:39 ---> dfa8e0006eb9 07:28:39 Step 8/24 : COPY . . 07:28:44 Removing intermediate container 57eb8393c90d 07:28:44 ---> c3048b7bad62 07:28:44 Step 8/24 : COPY . . 07:29:23 ---> 8c00a4447221 07:29:23 Step 9/26 : RUN go mod tidy 07:29:23 ---> Running in 2cb3f6d91065 07:29:23 ---> 39235297c584 07:29:23 Step 9/23 : RUN go mod tidy 07:29:23 ---> ec315b9c87d5 07:29:23 Step 9/24 : RUN go mod tidy 07:29:23 ---> d372fd447995 07:29:23 Step 9/22 : RUN go mod tidy 07:29:23 ---> 02ae1686c690 07:29:23 Step 9/24 : RUN go mod tidy 07:29:23 ---> Running in 7b48e743dc7c 07:29:23 ---> Running in e329c1ae3a07 07:29:23 ---> Running in fff81534ab1d 07:29:23 ---> Running in 259e922bb398 07:29:23 Removing intermediate container 2cb3f6d91065 07:29:23 ---> 59430c72f9ad 07:29:23 Step 10/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 07:29:24 ---> Running in 2429bc8f567e 07:29:24 Removing intermediate container e329c1ae3a07 07:29:24 ---> edc625b2b825 07:29:24 Step 10/24 : RUN make cmd/core-data/core-data 07:29:24 ---> Running in c068835be1cd 07:29:24 Removing intermediate container fff81534ab1d 07:29:24 ---> 6905a964d6f4 07:29:24 Step 10/24 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 07:29:24 Removing intermediate container 259e922bb398 07:29:24 ---> 66da60c70287 07:29:24 Step 10/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 07:29:24 Removing intermediate container 7b48e743dc7c 07:29:24 ---> 2aab06b8649e 07:29:24 Step 10/23 : RUN make cmd/support-scheduler/support-scheduler 07:29:25 ---> Running in 8213d0496410 07:29:25 ---> Running in ca67ed4c402d 07:29:25 ---> Running in 4534d45f3d4f 07:29:25 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 07:29:25 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 07:29:25 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 07:29:26 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 07:29:26 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 07:30:05 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 07:30:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 07:30:05 Removing intermediate container 8213d0496410 07:30:05 ---> b220e03cbd96 07:30:05 Step 11/24 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 07:30:06 ---> Running in 5abf17c94ee6 07:30: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 07:30:12 Removing intermediate container ca67ed4c402d 07:30:12 ---> ab53f52757c1 07:30:12 07:30:12 Step 11/22 : FROM alpine:3.12 07:30:12 Removing intermediate container 4534d45f3d4f 07:30:12 ---> 57393de1c992 07:30:12 07:30:12 Step 11/23 : FROM alpine:3.12 07:30:12 3.12: Pulling from library/alpine 07:30:12 3.12: Pulling from library/alpine 07:30:12 Removing intermediate container 2429bc8f567e 07:30:12 ---> ed917af9e024 07:30:12 07:30:12 Step 11/26 : FROM alpine:3.12 07:30:12 3.12: Pulling from library/alpine 07:30:13 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 07:30:13 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 07:30:13 Status: Downloaded newer image for alpine:3.12 07:30:13 Status: Image is up to date for alpine:3.12 07:30:13 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 07:30:13 Status: Image is up to date for alpine:3.12 07:30:13 ---> 13621d1b12d4 07:30:13 Step 12/22 : RUN apk add --update --no-cache curl 07:30:13 ---> 13621d1b12d4 07:30:13 Step 12/26 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 07:30:13 ---> 13621d1b12d4 07:30:13 Step 12/23 : RUN apk add --update --no-cache dumb-init 07:30:14 ---> Running in e53769560b0c 07:30:14 ---> Running in f99341eaba5e 07:30:14 ---> Running in ab83ec1e02ec 07:30:14 Removing intermediate container c068835be1cd 07:30:14 ---> c44829c6cc36 07:30:14 07:30:14 Step 11/24 : FROM alpine:3.12 07:30:14 ---> 13621d1b12d4 07:30:14 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 07:30:14 ---> Running in aee35a8c699b 07:30:14 Removing intermediate container 5abf17c94ee6 07:30:14 ---> e8dede9de37d 07:30:14 07:30:14 Step 12/24 : FROM docker:20.10.0 07:30:14 20.10.0: Pulling from library/docker 07:30:15 Removing intermediate container aee35a8c699b 07:30:15 ---> 451db6df057c 07:30:15 Step 13/24 : ENV APP_PORT=48080 07:30:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:30:15 ---> Running in 77b43c4ff179 07:30:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:30:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:30:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:30:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:30:16 (1/6) Installing ca-certificates (20191127-r4) 07:30:16 Removing intermediate container 77b43c4ff179 07:30:16 ---> eea984501f5c 07:30:16 Step 14/24 : EXPOSE $APP_PORT 07:30:16 (2/6) Installing nghttp2-libs (1.41.0-r0) 07:30:16 (3/6) Installing libcurl (7.76.1-r0) 07:30:16 (4/6) Installing curl (7.76.1-r0) 07:30:16 (5/6) Installing dumb-init (1.2.2-r1) 07:30:16 (6/6) Installing su-exec (0.2-r1) 07:30:16 Executing busybox-1.31.1-r20.trigger 07:30:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:30:16 (1/4) Installing ca-certificates (20191127-r4) 07:30:16 (1/1) Installing dumb-init (1.2.2-r1) 07:30:16 Executing busybox-1.31.1-r20.trigger 07:30:16 OK: 6 MiB in 15 packages 07:30:16 (2/4) Installing nghttp2-libs (1.41.0-r0) 07:30:16 (3/4) Installing libcurl (7.76.1-r0) 07:30:16 (4/4) Installing curl (7.76.1-r0) 07:30:16 Executing busybox-1.31.1-r20.trigger 07:30:16 Executing ca-certificates-20191127-r4.trigger 07:30:16 Executing ca-certificates-20191127-r4.trigger 07:30:16 OK: 7 MiB in 18 packages 07:30:17 OK: 7 MiB in 20 packages 07:30:17 ---> Running in 6ae5fc69c09c 07:30:18 Removing intermediate container 6ae5fc69c09c 07:30:18 ---> 32a22e30529e 07:30:18 Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:30:19 ---> Running in c6809452a90c 07:30:19 Removing intermediate container ab83ec1e02ec 07:30:19 ---> 0fb960bb0e8b 07:30:19 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 07:30:20 Removing intermediate container f99341eaba5e 07:30:20 ---> 0d6c29db7074 07:30:20 Step 13/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 07:30:20 ---> Running in 7b5e70a73317 07:30:20 Removing intermediate container e53769560b0c 07:30:20 ---> cab24598a76c 07:30:20 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 07:30:21 ---> Running in 1141d523257d 07:30:21 ---> Running in c816b7312087 07:30:21 Removing intermediate container 7b5e70a73317 07:30:21 ---> c80667534417 07:30:21 Step 14/23 : ENV APP_PORT=48085 07:30:21 Removing intermediate container 1141d523257d 07:30:21 ---> 01e82f769bd7 07:30:21 Step 14/22 : WORKDIR /edgex 07:30:21 ---> Running in 0628e46a3493 07:30:21 ---> Running in c3281c009ba5 07:30:21 Removing intermediate container c816b7312087 07:30:21 ---> 727d67456636 07:30:21 Step 14/26 : WORKDIR / 07:30:21 ---> Running in 139ecc64aacf 07:30:21 Removing intermediate container 0628e46a3493 07:30:21 ---> 8e9ec09aae5b 07:30:21 Step 15/23 : EXPOSE $APP_PORT 07:30:22 Removing intermediate container c3281c009ba5 07:30:22 ---> fc4643379501 07:30:22 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 07:30:22 ---> Running in aef438057210 07:30:22 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 07:30:22 Removing intermediate container 139ecc64aacf 07:30:22 ---> a9b61c567623 07:30:22 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 07:30:22 Status: Downloaded newer image for docker:20.10.0 07:30:22 ---> aefe523efa57 07:30:22 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 07:30:22 Removing intermediate container c6809452a90c 07:30:22 ---> e921b5b06f76 07:30:22 Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init 07:30:22 ---> Running in 4b25f43afc10 07:30:22 ---> b819f7bf0cef 07:30:22 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 07:30:22 ---> Running in 73e6274dda5e 07:30:22 Removing intermediate container aef438057210 07:30:22 ---> 8a16a8d998db 07:30:22 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 07:30:22 ---> edccb90717c4 07:30:22 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 07:30:22 Removing intermediate container 4b25f43afc10 07:30:22 ---> 43e2a257738c 07:30:22 Step 14/24 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 07:30:23 ---> 023260801f9c 07:30:23 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 07:30:23 ---> Running in 5af2eeb55b31 07:30:23 ---> f80fa6f75a23 07:30:23 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 07:30:23 ---> 8dc41b77c796 07:30:23 Step 17/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 07:30:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:30:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:30:24 ---> 582dc9439e69 07:30:24 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 07:30:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:30:24 ---> 869d7e09adff 07:30:24 Step 18/22 : ENTRYPOINT ["/edgex/security-proxy-setup"] 07:30:24 ---> 135d6bd2a91e 07:30:24 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 07:30:24 ---> Running in 39aebd9d63f1 07:30:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:30:24 ---> ed28ad03c5b9 07:30:24 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 07:30:24 Removing intermediate container 39aebd9d63f1 07:30:24 ---> 07e6aa3cba1d 07:30:24 Step 19/22 : CMD ["--init=true"] 07:30:24 ---> e05452b6efd8 07:30:24 Step 19/23 : ENTRYPOINT ["/support-scheduler"] 07:30:24 ---> Running in 2304f99bdd4e 07:30:24 ---> Running in 553aec71683a 07:30:25 Removing intermediate container 2304f99bdd4e 07:30:25 ---> 18b8d2c70fc2 07:30:25 Step 20/22 : LABEL arch=x86_64 07:30:25 (1/39) Installing readline (8.0.4-r0) 07:30:25 Removing intermediate container 553aec71683a 07:30:25 ---> 44bc8bb80f81 07:30:25 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:30:25 ---> Running in 2efbfc3705f0 07:30:25 ---> c636aece5e2e 07:30:25 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 07:30:25 ---> Running in 2a76a145b8b9 07:30:25 (2/39) Installing bash (5.0.17-r0) 07:30:25 (1/6) Installing dumb-init (1.2.2-r1) 07:30:25 Removing intermediate container 2efbfc3705f0 07:30:25 ---> c10262f72e34 07:30:25 Step 21/22 : LABEL git_sha=770894f7c267c719991090a7815f929e0cb2523b 07:30:25 (2/6) Installing libgcc (9.3.0-r2) 07:30:25 ---> Running in c8f0644ad2d3 07:30:25 Removing intermediate container 2a76a145b8b9 07:30:25 ---> 53e04efdc740 07:30:25 Step 21/23 : LABEL arch=x86_64 07:30:25 ---> Running in 667fc0f5753c 07:30:25 (3/6) Installing libsodium (1.0.18-r0) 07:30:25 ---> 1f8bcb4222ee 07:30:25 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 07:30:25 Removing intermediate container c8f0644ad2d3 07:30:25 ---> 8b4b33e6658e 07:30:25 Step 22/22 : LABEL version=0.0.0 07:30:25 (4/6) Installing libstdc++ (9.3.0-r2) 07:30:25 Executing bash-5.0.17-r0.post-install 07:30:25 (3/39) Installing nghttp2-libs (1.41.0-r0) 07:30:25 ---> Running in 87c605c9e4c5 07:30:25 (4/39) Installing libcurl (7.76.1-r0) 07:30:25 Removing intermediate container 667fc0f5753c 07:30:25 ---> 4a517c117a3f 07:30:25 Step 22/23 : LABEL git_sha=770894f7c267c719991090a7815f929e0cb2523b 07:30:26 (5/39) Installing curl (7.76.1-r0) 07:30:26 (6/39) Installing dumb-init (1.2.2-r1) 07:30:26 (7/39) Installing libbz2 (1.0.8-r1) 07:30:26 (8/39) Installing expat (2.2.9-r1) 07:30:26 (9/39) Installing libffi (3.3-r2) 07:30:26 (10/39) Installing gdbm (1.13-r1) 07:30:26 (11/39) Installing xz-libs (5.2.5-r0) 07:30:26 (12/39) Installing sqlite-libs (3.32.1-r0) 07:30:26 ---> Running in 09c5689da68d 07:30:26 ---> b94d769ae488 07:30:26 Step 22/26 : 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/ 07:30:26 (13/39) Installing python3 (3.8.10-r0) 07:30:26 Removing intermediate container 87c605c9e4c5 07:30:26 ---> 2f03fae7f7e9 07:30:26 07:30:26 ---> Running in 69c11eebad47 07:30:26 Removing intermediate container 09c5689da68d 07:30:26 ---> 4f08e86d4bda 07:30:26 Step 23/23 : LABEL version=0.0.0 07:30:26 Successfully built 2f03fae7f7e9 07:30:26 Successfully tagged docker-security-proxy-setup-go:latest 07:30:26  Building docker-security-proxy-setup-go ... done Building docker-core-command-go 07:30:26 ---> Running in b61f0dbb47a5 07:30:27 (5/6) Installing libzmq (4.3.3-r0) 07:30:27 (6/6) Installing zeromq (4.3.3-r0) 07:30:27 Executing busybox-1.31.1-r20.trigger 07:30:27 OK: 8 MiB in 20 packages 07:30:29 Removing intermediate container b61f0dbb47a5 07:30:29 ---> fd3458896750 07:30:29 07:30:32 Successfully built fd3458896750 07:30:32 Successfully tagged docker-support-scheduler-go:latest 07:30:32 Building docker-support-notifications-go 07:30:36  Building docker-support-scheduler-go ... done (14/39) Installing py3-appdirs (1.4.4-r1) 07:30:36 (15/39) Installing py3-ordered-set (4.0.1-r0) 07:30:36 (16/39) Installing py3-parsing (2.4.7-r0) 07:30:36 (17/39) Installing py3-six (1.15.0-r0) 07:30:36 (18/39) Installing py3-packaging (20.4-r0) 07:30:36 (19/39) Installing py3-setuptools (47.0.0-r0) 07:30:36 (20/39) Installing py3-chardet (3.0.4-r4) 07:30:37 (21/39) Installing py3-idna (2.9-r0) 07:30:37 (22/39) Installing py3-certifi (2020.4.5.1-r0) 07:30:39 (23/39) Installing py3-urllib3 (1.25.9-r0) 07:30:39 (24/39) Installing py3-requests (2.23.0-r0) 07:30:39 (25/39) Installing py3-msgpack (1.0.0-r0) 07:30:39 (26/39) Installing py3-lockfile (0.12.2-r3) 07:30:39 (27/39) Installing py3-cachecontrol (0.12.6-r0) 07:30:40 (28/39) Installing py3-colorama (0.4.3-r0) 07:30:40 (29/39) Installing py3-distlib (0.3.0-r0) 07:30:41 (30/39) Installing py3-distro (1.5.0-r1) 07:30:41 (31/39) Installing py3-webencodings (0.5.1-r3) 07:30:41 (32/39) Installing py3-html5lib (1.0.1-r4) 07:30:42 Removing intermediate container 69c11eebad47 07:30:42 ---> e72de099b9bc 07:30:42 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 07:30:42 Removing intermediate container 73e6274dda5e 07:30:42 ---> 3a4834b7d776 07:30:42 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 07:30:43 (33/39) Installing py3-pytoml (0.1.21-r0) 07:30:44 (34/39) Installing py3-pep517 (0.8.2-r0) 07:30:44 (35/39) Installing py3-progress (1.5-r0) 07:30:44 (36/39) Installing py3-toml (0.10.1-r0) 07:30:44 (37/39) Installing py3-retrying (1.3.3-r0) 07:30:44 (38/39) Installing py3-contextlib2 (0.6.0-r0) 07:30:44 (39/39) Installing py3-pip (20.1.1-r0) 07:30:44 ---> Running in d49ba6521f9f 07:30:44 Executing busybox-1.31.1-r19.trigger 07:30:45 OK: 72 MiB in 59 packages 07:30:46 ---> 6686c72db15c 07:30:46 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 07:30:47 Removing intermediate container d49ba6521f9f 07:30:47 ---> 3db1fda1e79e 07:30:47 Step 24/26 : LABEL arch=x86_64 07:30:52 ---> Running in ec1afd830c40 07:30:53 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 07:30:53 Step 2/24 : FROM ${BUILDER_BASE} AS builder 07:30:53 ---> e6cb28647a36 07:30:53 Step 3/24 : WORKDIR /edgex-go 07:30:53 ---> Using cache 07:30:53 ---> 78f4fce56697 07:30:53 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:30:53 ---> Using cache 07:30:53 ---> 3d8e309dafd7 07:30:53 Step 5/24 : RUN apk add --update --no-cache make git 07:30:53 ---> 7aa954bd6b24 07:30:53 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 07:30:54 Collecting docker-compose==1.23.2 07:30:54 ---> Running in aaf35b801c5e 07:30:54 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 07:30:54 Removing intermediate container ec1afd830c40 07:30:54 ---> 8e1385500922 07:30:54 Step 25/26 : LABEL git_sha=770894f7c267c719991090a7815f929e0cb2523b 07:30:54 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 07:30:54 ---> e6a7444266b3 07:30:54 Step 20/24 : ENTRYPOINT ["/core-data"] 07:30:55 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 07:30:55 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 07:30:55 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 07:30:55 Step 2/23 : FROM ${BUILDER_BASE} AS builder 07:30:55 ---> e6cb28647a36 07:30:55 Step 3/23 : WORKDIR /edgex-go 07:30:55 ---> Using cache 07:30:55 ---> 78f4fce56697 07:30:55 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:30:55 ---> Using cache 07:30:55 ---> 3d8e309dafd7 07:30:55 Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates 07:30:56 ---> Running in 90e4d88e7feb 07:30:56 ---> Running in d4aa65c5ec59 07:30:56 Collecting dockerpty<0.5,>=0.4.1 07:30:56 ---> Running in 1980a8e322cb 07:30:56 Downloading dockerpty-0.4.1.tar.gz (13 kB) 07:30:56 Removing intermediate container 90e4d88e7feb 07:30:56 ---> a31e6fb3e13c 07:30:56 Step 26/26 : LABEL version=0.0.0 07:30:56 ---> Running in cf5a063866f6 07:30:56 Removing intermediate container 1980a8e322cb 07:30:56 ---> 5fde71e024b4 07:30:56 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:30:56 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 07:30:56 ---> Running in 0afa0de6b423 07:30:56 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 07:30:56 Removing intermediate container cf5a063866f6 07:30:56 ---> b317919662d2 07:30:56 07:30:56 Removing intermediate container 0afa0de6b423 07:30:56 ---> eb8fe896c349 07:30:56 Step 22/24 : LABEL arch=x86_64 07:30:56 ---> Running in 9909f84e9322 07:30:56 Successfully built b317919662d2 07:30:56 Successfully tagged docker-security-secretstore-setup-go:latest 07:30:56  Building docker-security-secretstore-setup-go ... done Building docker-security-bootstrapper-go 07:30:57 Removing intermediate container 9909f84e9322 07:30:57 ---> 01082901d953 07:30:57 Step 23/24 : LABEL git_sha=770894f7c267c719991090a7815f929e0cb2523b 07:30:57 Collecting texttable<0.10,>=0.9.0 07:30:57 Downloading texttable-0.9.1.tar.gz (11 kB) 07:30:57 ---> Running in f64c135d0af8 07:30:57 Removing intermediate container f64c135d0af8 07:30:57 ---> a024e536bb63 07:30:57 Step 24/24 : LABEL version=0.0.0 07:30:57 ---> Running in 0a92c3a787e1 07:30:57 Collecting PyYAML<4,>=3.10 07:30:57 Downloading PyYAML-3.13.tar.gz (270 kB) 07:30:57 Removing intermediate container 0a92c3a787e1 07:30:57 ---> 667093a0df90 07:30:57 07:30:57 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 07:30:58 Successfully built 667093a0df90 07:30:58 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 07:30:58 Successfully tagged docker-core-data-go:latest 07:30:58 Building docker-core-metadata-go 07:30:59  Building docker-core-data-go ... done OK: 219 MiB in 52 packages 07:30:59 OK: 219 MiB in 52 packages 07:31:01 Collecting docker<4.0,>=3.6.0 07:31:01 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 07:31:02 Collecting jsonschema<3,>=2.5.1 07:31:02 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 07:31:03 Collecting docopt<0.7,>=0.6.1 07:31:03 Downloading docopt-0.6.2.tar.gz (25 kB) 07:31:06 Collecting websocket-client<1.0,>=0.32.0 07:31:06 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 07:31:06 Collecting cached-property<2,>=1.2.0 07:31:06 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 07:31:06 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) 07:31:06 Collecting idna<2.8,>=2.5 07:31:06 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 07:31:06 Removing intermediate container aaf35b801c5e 07:31:06 ---> 8895b27e3d62 07:31:06 Step 6/24 : COPY go.mod . 07:31:06 Removing intermediate container d4aa65c5ec59 07:31:06 ---> 22865a780e4e 07:31:06 Step 6/23 : COPY go.mod . 07:31:06 Collecting urllib3<1.25,>=1.21.1 07:31:06 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 07:31:06 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 07:31:07 ---> e1f2af9ee323 07:31:07 Step 7/24 : RUN go mod download 07:31:07 ---> 239a5cf635d0 07:31:07 Step 7/23 : RUN go mod download 07:31:07 Collecting docker-pycreds>=0.4.0 07:31:07 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 07:31:08 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 07:31:08 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 07:31:08 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 07:31:08 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 07:31:09 Installing collected packages: idna, urllib3, requests, dockerpty, texttable, PyYAML, websocket-client, docker-pycreds, docker, jsonschema, docopt, cached-property, docker-compose 07:31:09 Attempting uninstall: idna 07:31:09 Found existing installation: idna 2.9 07:31:09 Uninstalling idna-2.9: 07:31:09 Successfully uninstalled idna-2.9 07:31:10 ---> Running in f61be210de01 07:31:10 ---> Running in 82c3dffdb3ae 07:31:10 Attempting uninstall: urllib3 07:31:10 Found existing installation: urllib3 1.25.9 07:31:10 Uninstalling urllib3-1.25.9: 07:31:10 Successfully uninstalled urllib3-1.25.9 07:31:10 Attempting uninstall: requests 07:31:10 Found existing installation: requests 2.23.0 07:31:10 Uninstalling requests-2.23.0: 07:31:10 Successfully uninstalled requests-2.23.0 07:31:14 Running setup.py install for dockerpty: started 07:31:16 Running setup.py install for dockerpty: finished with status 'done' 07:31:16 Running setup.py install for texttable: started 07:31:16 Step 1/32 : ARG BUILDER_BASE=golang:1.16-alpine3.12 07:31:16 Step 2/32 : FROM ${BUILDER_BASE} AS builder 07:31:16 ---> e6cb28647a36 07:31:16 Step 3/32 : WORKDIR /edgex-go 07:31:16 ---> Using cache 07:31:16 ---> 78f4fce56697 07:31:16 Step 4/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:31:16 ---> Using cache 07:31:16 ---> 3d8e309dafd7 07:31:16 Step 5/32 : RUN apk add --update --no-cache make git 07:31:16 ---> Using cache 07:31:16 ---> 8895b27e3d62 07:31:16 Step 6/32 : COPY go.mod . 07:31:16 ---> Using cache 07:31:16 ---> e1f2af9ee323 07:31:16 Step 7/32 : RUN go mod download 07:31:16 Running setup.py install for texttable: finished with status 'done' 07:31:16 Running setup.py install for PyYAML: started 07:31:17 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 07:31:17 Step 2/24 : FROM ${BUILDER_BASE} AS builder 07:31:17 ---> e6cb28647a36 07:31:17 Step 3/24 : WORKDIR /edgex-go 07:31:17 ---> Using cache 07:31:17 ---> 78f4fce56697 07:31:17 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:31:17 ---> Using cache 07:31:17 ---> 3d8e309dafd7 07:31:17 Step 5/24 : RUN apk add --update --no-cache make git 07:31:17 ---> Using cache 07:31:17 ---> 8895b27e3d62 07:31:17 Step 6/24 : COPY go.mod . 07:31:17 ---> Using cache 07:31:17 ---> e1f2af9ee323 07:31:17 Step 7/24 : RUN go mod download 07:31:18 Running setup.py install for PyYAML: finished with status 'done' 07:31:18 ---> Running in 9b934646f57a 07:31:18 ---> Running in 9248a95a08da 07:31:20 Removing intermediate container 82c3dffdb3ae 07:31:20 ---> a6b5a38205c5 07:31:20 Step 8/23 : COPY . . 07:31:20 Running setup.py install for docopt: started 07:31:20 Removing intermediate container f61be210de01 07:31:20 ---> 0b41c6402142 07:31:20 Step 8/24 : COPY . . 07:31:20 Running setup.py install for docopt: finished with status 'done' 07:31:24 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.59.0 07:31:27 Removing intermediate container 9b934646f57a 07:31:27 ---> 1df8db5f790e 07:31:27 Step 8/32 : COPY . . 07:31:31 Removing intermediate container 9248a95a08da 07:31:31 ---> b8afd9962ffb 07:31:31 Step 8/24 : COPY . . 07:32:10 ---> 6bcf52072e02 07:32:10 Step 9/24 : RUN go mod tidy 07:32:10 ---> c83d64a77c5f 07:32:10 Step 9/23 : RUN go mod tidy 07:32:10 ---> 670d227c0e33 07:32:10 Step 9/32 : RUN go mod tidy 07:32:10 ---> Running in e77c79881a3b 07:32:10 ---> Running in 7696ebb4e80a 07:32:10 ---> Running in ff4a95becffe 07:32:10 ---> 52b6f0de53e8 07:32:10 Step 9/24 : RUN go mod tidy 07:32:10 Removing intermediate container 5af2eeb55b31 07:32:10 ---> 6465710f761f 07:32:10 Step 15/24 : ENV APP_PORT=48090 07:32:10 ---> Running in b1dee7dcc86b 07:32:10 ---> Running in 57fe1e5ab76e 07:32:10 Removing intermediate container 57fe1e5ab76e 07:32:10 ---> 8023123bdfe4 07:32:10 Step 16/24 : EXPOSE $APP_PORT 07:32:10 ---> Running in f22c7203345c 07:32:10 Removing intermediate container f22c7203345c 07:32:10 ---> 4a3367d67d31 07:32:10 Step 17/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 07:32:10 ---> 227dcbf89bb8 07:32:10 Step 18/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 07:32:10 ---> 0da5ae3877aa 07:32:10 Step 19/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 07:32:10 ---> bc11c3df16cd 07:32:10 Step 20/24 : ENTRYPOINT ["/sys-mgmt-agent"] 07:32:10 ---> Running in 5a7c2a0f7a9f 07:32:10 Removing intermediate container 5a7c2a0f7a9f 07:32:10 ---> 2bcfc6276aae 07:32:10 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:32:10 ---> Running in 9d2a0871020d 07:32:10 Removing intermediate container 9d2a0871020d 07:32:10 ---> 431a088de9ab 07:32:10 Step 22/24 : LABEL arch=x86_64 07:32:10 ---> Running in f86f9e37d2c0 07:32:10 Removing intermediate container f86f9e37d2c0 07:32:10 ---> 0b3d13106126 07:32:10 Step 23/24 : LABEL git_sha=770894f7c267c719991090a7815f929e0cb2523b 07:32:10 ---> Running in 4370d809f241 07:32:11 Removing intermediate container 4370d809f241 07:32:11 ---> 296e9cf19424 07:32:11 Step 24/24 : LABEL version=0.0.0 07:32:11 ---> Running in a8da40743a22 07:32:12 Removing intermediate container a8da40743a22 07:32:12 ---> b63d1b6d1b70 07:32:12 07:32:12 Removing intermediate container ff4a95becffe 07:32:12 ---> 98e227ac4358 07:32:12 Step 10/23 : RUN make cmd/support-notifications/support-notifications 07:32:12 Removing intermediate container e77c79881a3b 07:32:12 ---> 2d28d7e41ea4 07:32:12 Step 10/24 : RUN make cmd/core-command/core-command 07:32:12 Successfully built b63d1b6d1b70 07:32:12 Removing intermediate container b1dee7dcc86b 07:32:12 ---> b35df903946b 07:32:12 Step 10/24 : RUN make cmd/core-metadata/core-metadata 07:32:12 Successfully tagged docker-sys-mgmt-agent-go:latest 07:32:12  Building docker-sys-mgmt-agent-go ... done  ---> Running in cc1e3552e1b9 07:32:12 ---> Running in fbae320c02c3 07:32:12 ---> Running in ece7d614ac74 07:32:12 Removing intermediate container 7696ebb4e80a 07:32:12 ---> 707d19950bba 07:32:12 Step 10/32 : RUN make cmd/security-bootstrapper/security-bootstrapper 07:32:12 ---> Running in 313c334652d4 07:32:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 07:32:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 07:32:13 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 07:32:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 07:32:52 Removing intermediate container 313c334652d4 07:32:52 ---> 93effa4b53e1 07:32:52 07:32:52 Step 11/32 : FROM alpine:3.12 07:32:52 Removing intermediate container fbae320c02c3 07:32:52 ---> 8471dc1841ba 07:32:52 07:32:52 Step 11/24 : FROM alpine:3.12 07:32:52 ---> 13621d1b12d4 07:32:52 ---> 13621d1b12d4 07:32:52 Step 12/24 : RUN apk add --update --no-cache dumb-init 07:32:52 Step 12/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 07:32:52 ---> Using cache 07:32:52 ---> 0fb960bb0e8b 07:32:52 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 07:32:52 ---> Using cache 07:32:52 ---> c80667534417 07:32:52 Step 14/24 : ENV APP_PORT=48082 07:32:53 ---> Running in e955df5068e4 07:32:53 ---> Running in c55ad8fe0a25 07:32:54 Removing intermediate container cc1e3552e1b9 07:32:54 ---> 768929e6689e 07:32:54 07:32:54 Step 11/23 : FROM alpine:3.12 07:32:54 ---> 13621d1b12d4 07:32:54 Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init 07:32:54 ---> Running in 525ccf1a7b97 07:32:55 Removing intermediate container e955df5068e4 07:32:55 ---> 9fbe17489827 07:32:55 Step 13/32 : RUN apk add --update --no-cache dumb-init su-exec 07:32:56 Removing intermediate container c55ad8fe0a25 07:32:56 ---> 26c96780330a 07:32:56 Step 15/24 : EXPOSE $APP_PORT 07:32:56 ---> Running in 22f9b696ed70 07:32:56 ---> Running in 9f48b80cf1a7 07:32:56 Removing intermediate container ece7d614ac74 07:32:56 ---> 06e6ad8764af 07:32:56 07:32:56 Step 11/24 : FROM alpine:3.12 07:32:56 ---> 13621d1b12d4 07:32:56 Step 12/24 : RUN apk add --update --no-cache dumb-init 07:32:56 ---> Using cache 07:32:56 ---> 0fb960bb0e8b 07:32:56 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 07:32:56 ---> Using cache 07:32:56 ---> c80667534417 07:32:56 Step 14/24 : ENV APP_PORT=48081 07:32:56 ---> Running in a2c2beee896c 07:32:56 Removing intermediate container 9f48b80cf1a7 07:32:56 ---> b0ba8d1ecf53 07:32:56 Step 16/24 : WORKDIR / 07:32:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:32:56 ---> Running in ebed5862fe08 07:32:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:32:56 Removing intermediate container a2c2beee896c 07:32:56 ---> 23e85cac126e 07:32:56 Step 15/24 : EXPOSE $APP_PORT 07:32:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:32:56 ---> Running in 1e876c5ece16 07:32:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:32:56 Removing intermediate container ebed5862fe08 07:32:56 ---> 8b226fd53ea9 07:32:56 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 07:32:57 (1/2) Installing ca-certificates (20191127-r4) 07:32:57 (2/2) Installing dumb-init (1.2.2-r1) 07:32:57 Executing busybox-1.31.1-r20.trigger 07:32:57 (1/2) Installing dumb-init (1.2.2-r1) 07:32:57 (2/2) Installing su-exec (0.2-r1) 07:32:57 Executing busybox-1.31.1-r20.trigger 07:32:57 Executing ca-certificates-20191127-r4.trigger 07:32:57 OK: 6 MiB in 16 packages 07:32:57 OK: 6 MiB in 16 packages 07:32:57 Removing intermediate container 1e876c5ece16 07:32:57 ---> 6d9e2b653a26 07:32:57 Step 16/24 : WORKDIR / 07:32:57 ---> cd7f44f54b2d 07:32:57 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 07:32:57 ---> Running in 2de5dc32de7f 07:32:58 Removing intermediate container 2de5dc32de7f 07:32:58 ---> cdff076c4419 07:32:58 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 07:32:58 Removing intermediate container 22f9b696ed70 07:32:58 ---> aea774bb1bcf 07:32:58 Step 14/32 : ENV SECURITY_INIT_DIR /edgex-init 07:32:58 ---> Running in 11386c8be193 07:32:58 ---> daee9a341cc8 07:32:58 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 07:32:59 ---> f2d8b81131aa 07:32:59 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 07:32:59 Removing intermediate container 525ccf1a7b97 07:32:59 ---> 702fcd785f88 07:32:59 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 07:32:59 Removing intermediate container 11386c8be193 07:32:59 ---> 33aeb7f1ac24 07:32:59 Step 15/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 07:32:59 ---> Running in 098fef9767a1 07:32:59 ---> 8f4e5850efa6 07:32:59 Step 20/24 : ENTRYPOINT ["/core-command"] 07:32:59 ---> Running in 0e1b0868c45d 07:33:00 ---> Running in a00fd76896e2 07:33:00 Removing intermediate container 098fef9767a1 07:33:00 ---> 0190487c4c7b 07:33:00 Step 14/23 : ENV APP_PORT=48060 07:33:00 ---> Running in 09cb81ab7917 07:33:00 ---> 663d2cacd9de 07:33:00 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 07:33:00 Removing intermediate container 0e1b0868c45d 07:33:00 ---> 5c97296bc3fc 07:33:00 Step 16/32 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 07:33:00 Removing intermediate container a00fd76896e2 07:33:00 ---> 1267eba2cb66 07:33:00 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:33:00 ---> Running in 64bc7726bb2f 07:33:00 ---> Running in 636428b6b7e6 07:33:00 Removing intermediate container 09cb81ab7917 07:33:00 ---> d65b3c1a343f 07:33:00 Step 15/23 : EXPOSE $APP_PORT 07:33:00 ---> e619d79c09f8 07:33:00 Step 20/24 : ENTRYPOINT ["/core-metadata"] 07:33:01 ---> Running in b131c1b9140b 07:33:01 ---> Running in 0a10fc59244d 07:33:01 Removing intermediate container 636428b6b7e6 07:33:01 ---> aa05febb6646 07:33:01 Step 22/24 : LABEL arch=x86_64 07:33:01 ---> Running in d4750764dbc4 07:33:01 Removing intermediate container b131c1b9140b 07:33:01 ---> 2fa0974ce16e 07:33:01 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 07:33:01 Removing intermediate container 0a10fc59244d 07:33:01 ---> 1c4673fa0960 07:33:01 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:33:01 ---> Running in f9db066a0cc3 07:33:01 Removing intermediate container d4750764dbc4 07:33:01 ---> 473c8426e144 07:33:01 Step 23/24 : LABEL git_sha=770894f7c267c719991090a7815f929e0cb2523b 07:33:02 ---> 9325c6c68fa5 07:33:02 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 07:33:02 ---> Running in 8cda8c80f12c 07:33:02 Removing intermediate container f9db066a0cc3 07:33:02 ---> 463e06682394 07:33:02 Step 22/24 : LABEL arch=x86_64 07:33:02 ---> Running in 16d9bcfdd78f 07:33:02 Removing intermediate container 64bc7726bb2f 07:33:02 ---> 135119b5bd3e 07:33:02 Step 17/32 : WORKDIR ${SECURITY_INIT_DIR} 07:33:02 Removing intermediate container 8cda8c80f12c 07:33:02 ---> 47cd357ce5db 07:33:02 Step 24/24 : LABEL version=0.0.0 07:33:02 ---> Running in 610abbd7c3f6 07:33:02 ---> Running in b1208644855a 07:33:02 Removing intermediate container 16d9bcfdd78f 07:33:02 ---> 44ea365fc551 07:33:02 Step 23/24 : LABEL git_sha=770894f7c267c719991090a7815f929e0cb2523b 07:33:02 ---> 9bee27db2138 07:33:02 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 07:33:02 ---> Running in 7d97b1e601e7 07:33:02 Removing intermediate container 610abbd7c3f6 07:33:02 ---> 1d6eb9748ce8 07:33:02 07:33:02 Removing intermediate container b1208644855a 07:33:02 ---> 05f632c568fa 07:33:02 Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 07:33:03 ---> af74c1e73afa 07:33:03 Step 19/23 : ENTRYPOINT ["/support-notifications"] 07:33:03 Removing intermediate container 7d97b1e601e7 07:33:03 ---> cc6e38510414 07:33:03 Step 24/24 : LABEL version=0.0.0 07:33:03 Successfully built 1d6eb9748ce8 07:33:03 Successfully tagged docker-core-command-go:latest 07:33:03  Building docker-core-command-go ... done  ---> Running in 174a4ffe40ae 07:33:03 ---> Running in 0666ff6ffc42 07:33:03 ---> 96b1a79721e9 07:33:03 Step 19/32 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 07:33:03 ---> Running in 17f6f7c9707f 07:33:03 Removing intermediate container 174a4ffe40ae 07:33:03 ---> 0b52ecd6693a 07:33:03 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:33:03 Removing intermediate container 0666ff6ffc42 07:33:03 ---> c0a25c2fa1c6 07:33:03 07:33:03 ---> Running in 5aca82c3b42e 07:33:03 Successfully built c0a25c2fa1c6 07:33:03 Successfully tagged docker-core-metadata-go:latest 07:33:04  Building docker-core-metadata-go ... done Removing intermediate container 5aca82c3b42e 07:33:04 ---> 4ddfe58bb334 07:33:04 Step 21/23 : LABEL arch=x86_64 07:33:04 ---> Running in 542f6449e5c8 07:33:04 Removing intermediate container 542f6449e5c8 07:33:04 ---> 4c99e5f0399f 07:33:04 Step 22/23 : LABEL git_sha=770894f7c267c719991090a7815f929e0cb2523b 07:33:04 ---> Running in db1482fb4c11 07:33:04 Removing intermediate container db1482fb4c11 07:33:04 ---> fa86dfb9d3b9 07:33:04 Step 23/23 : LABEL version=0.0.0 07:33:04 ---> Running in bbc51e2f15fd 07:33:05 Removing intermediate container 17f6f7c9707f 07:33:05 ---> 34c3b7319738 07:33:05 Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / 07:33:05 Removing intermediate container bbc51e2f15fd 07:33:05 ---> c586c372bda5 07:33:05 07:33:05 Successfully built c586c372bda5 07:33:05 Successfully tagged docker-support-notifications-go:latest 07:33:05  Building docker-support-notifications-go ... done  ---> e31d6e6569f4 07:33:05 Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 07:33:05 ---> 7239a493e0de 07:33:05 Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 07:33:06 ---> 4a14a35d9180 07:33:06 Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 07:33:06 ---> c5eacbefbd02 07:33:06 Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 07:33:06 ---> 43cef6245149 07:33:06 Step 25/32 : VOLUME ${SECURITY_INIT_DIR} 07:33:06 ---> Running in 9a4fcac49e6b 07:33:06 Removing intermediate container 9a4fcac49e6b 07:33:06 ---> 6ee55ba6b569 07:33:06 Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 07:33:07 ---> 0e5b47a9ba08 07:33:07 Step 27/32 : RUN chmod +x /entrypoint.sh 07:33:07 ---> Running in a1f7818bf1f2 07:33:08 Removing intermediate container a1f7818bf1f2 07:33:08 ---> 68b3e9080bac 07:33:08 Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] 07:33:08 ---> Running in 7b235f68852d 07:33:08 Removing intermediate container 7b235f68852d 07:33:08 ---> 18bcb37078de 07:33:08 Step 29/32 : CMD ["gate"] 07:33:08 ---> Running in fbd5ce256692 07:33:08 Removing intermediate container fbd5ce256692 07:33:08 ---> e7bf94828d07 07:33:08 Step 30/32 : LABEL arch=x86_64 07:33:09 ---> Running in 58cd65b77c9f 07:33:09 Removing intermediate container 58cd65b77c9f 07:33:09 ---> 08dd2d871b3f 07:33:09 Step 31/32 : LABEL git_sha=770894f7c267c719991090a7815f929e0cb2523b 07:33:10 ---> Running in afedf77388d4 07:33:10 Removing intermediate container afedf77388d4 07:33:10 ---> e133ef23cd50 07:33:10 Step 32/32 : LABEL version=0.0.0 07:33:10 ---> Running in e2fbfbf8bfe2 07:33:10 Removing intermediate container e2fbfbf8bfe2 07:33:10 ---> 1041e4b83bac 07:33:10 07:33:10 Successfully built 1041e4b83bac 07:33:10 Successfully tagged docker-security-bootstrapper-go:latest 07:33:11  Building docker-security-bootstrapper-go ... done  [Pipeline] } 07:33:11 $ docker stop --time=1 e37eddcf6c984badb6067bc4968c6576a688f536d13888eb68f25c762cda5ac0 07:33:13 $ docker rm -f e37eddcf6c984badb6067bc4968c6576a688f536d13888eb68f25c762cda5ac0 [Pipeline] // withDockerContainer [Pipeline] sh 07:33:13 + docker images 07:33:13 + grep docker 07:33:14 docker-security-bootstrapper-go latest 1041e4b83bac 4 seconds ago 18.2MB 07:33:14 docker-support-notifications-go latest c586c372bda5 10 seconds ago 17.7MB 07:33:14 docker-core-metadata-go latest c0a25c2fa1c6 11 seconds ago 18.6MB 07:33:14 docker-core-command-go latest 1d6eb9748ce8 12 seconds ago 17MB 07:33:14 docker-sys-mgmt-agent-go latest b63d1b6d1b70 About a minute ago 312MB 07:33:14 docker-core-data-go latest 667093a0df90 2 minutes ago 21.5MB 07:33:14 docker-security-secretstore-setup-go latest b317919662d2 2 minutes ago 25.7MB 07:33:14 docker-support-scheduler-go latest fd3458896750 2 minutes ago 17.1MB 07:33:14 docker-security-proxy-setup-go latest 2f03fae7f7e9 2 minutes ago 25.3MB 07:33:14 docker 20.10.0 aefe523efa57 5 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 07:33:29 Still waiting to schedule task 07:33:29 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 07:34:19 Running on prd-ubuntu18.04-docker-8c-8g-4380 in /w/workspace/edgexfoundry_edgex-go_PR-3450 [Pipeline] { [Pipeline] ws 07:34:19 Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout 07:34:22 using credential edgex-jenkins-ssh 07:34:22 Cloning the remote Git repository 07:34:22 Cloning repository git@github.com:edgexfoundry/edgex-go.git 07:34:22 > git init /w/workspace/edgex-go/2 # timeout=10 07:34:22 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 07:34:22 > git --version # timeout=10 07:34:22 > git --version # 'git version 2.17.1' 07:34:22 using GIT_SSH to set credentials SSH Credentials for GitHub 07:34:22 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 07:34:32 Merging remotes/origin/master commit 38d8ac8cf9377e12442077cf8ccce54130d64734 into PR head commit f4220afd50626d78ec8f8ceac213ee9c65afae84 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 07:34:32 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] } 07:34:31 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 07:34:31 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 07:34:31 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 07:34:31 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 07:34:31 using GIT_SSH to set credentials SSH Credentials for GitHub 07:34:31 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3450/head:refs/remotes/origin/PR-3450 +refs/heads/master:refs/remotes/origin/master # timeout=10 07:34:32 > git config core.sparsecheckout # timeout=10 07:34:32 > git checkout -f f4220afd50626d78ec8f8ceac213ee9c65afae84 # timeout=10 [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 07:34:33 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 07:34:34 ---> package-listing.sh 07:34:34 ++ facter osfamily 07:34:34 ++ tr '[:upper:]' '[:lower:]' 07:34:34 + OS_FAMILY=redhat 07:34:34 + workspace=/w/workspace/edgex-go/2 07:34:34 + START_PACKAGES=/tmp/packages_start.txt 07:34:34 + END_PACKAGES=/tmp/packages_end.txt 07:34:34 + DIFF_PACKAGES=/tmp/packages_diff.txt 07:34:34 + PACKAGES=/tmp/packages_start.txt 07:34:34 + '[' /w/workspace/edgex-go/2 ']' 07:34:34 + PACKAGES=/tmp/packages_end.txt 07:34:34 + case "${OS_FAMILY}" in 07:34:34 + rpm -qa 07:34:34 + sort 07:34:39 + '[' -f /tmp/packages_start.txt ']' 07:34:39 + '[' -f /tmp/packages_end.txt ']' 07:34:39 + diff /tmp/packages_start.txt /tmp/packages_end.txt 07:34:39 + '[' /w/workspace/edgex-go/2 ']' 07:34:39 + mkdir -p /w/workspace/edgex-go/2/archives/ 07:34:39 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo 07:34:39 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/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 07:34:40 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 07:34:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:34:40 07:34:40 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 07:34:40 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:34:40 alpine: Pulling from edgex-lftools-log-publisher 07:34:40 df20fa9351a1: Pulling fs layer 07:34:40 36b3adc4ff6f: Pulling fs layer 07:34:40 8ad3a11d3b57: Pulling fs layer 07:34:40 46f8f816bc3b: Pulling fs layer 07:34:40 93b61091891f: Pulling fs layer 07:34:40 93b9cdb0e59b: Pulling fs layer 07:34:40 5e14af77c1be: Pulling fs layer 07:34:40 01666e4c0597: Pulling fs layer 07:34:40 aa168da1d23b: Pulling fs layer 07:34:40 46f8f816bc3b: Waiting 07:34:40 93b61091891f: Waiting 07:34:40 93b9cdb0e59b: Waiting 07:34:40 5e14af77c1be: Waiting 07:34:40 01666e4c0597: Waiting 07:34:40 aa168da1d23b: Waiting 07:34:40 36b3adc4ff6f: Download complete 07:34:40 46f8f816bc3b: Verifying Checksum 07:34:40 46f8f816bc3b: Download complete 07:34:40 df20fa9351a1: Download complete 07:34:40 93b9cdb0e59b: Verifying Checksum 07:34:40 93b9cdb0e59b: Download complete 07:34:40 5e14af77c1be: Verifying Checksum 07:34:40 5e14af77c1be: Download complete 07:34:40 01666e4c0597: Verifying Checksum 07:34:40 01666e4c0597: Download complete 07:34:40 8ad3a11d3b57: Verifying Checksum 07:34:40 8ad3a11d3b57: Download complete 07:34:40 93b61091891f: Verifying Checksum 07:34:40 93b61091891f: Download complete 07:34:41 df20fa9351a1: Pull complete 07:34:41 36b3adc4ff6f: Pull complete 07:34:42 8ad3a11d3b57: Pull complete 07:34:43 aa168da1d23b: Verifying Checksum 07:34:43 aa168da1d23b: Download complete 07:34:43 46f8f816bc3b: Pull complete 07:34:44 93b61091891f: Pull complete 07:34:44 93b9cdb0e59b: Pull complete 07:34:44 5e14af77c1be: Pull complete 07:34:44 01666e4c0597: Pull complete 07:34:53 aa168da1d23b: Pull complete 07:34:53 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 07:34:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:34:53 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 07:34:54 prd-centos7-docker-4c-2g-4373 does not seem to be running inside a container 07:34:54 $ 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/2/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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 07:34:58 $ docker top 3db40ecc3e86a7e9610c5a1b5933989dded2b2c058a9b90148e7d4058ef4ec06 -eo pid,comm [Pipeline] { [Pipeline] sh 07:34:59 + touch /tmp/pre-build-complete [Pipeline] sh 07:34:59 + mkdir -p /var/log/sa [Pipeline] sh 07:34:59 + ls /var/log/sa-host 07:34:59 + sadf -c /var/log/sa-host/sa11 07:34:59 file_magic: OK 07:34:59 HZ: Using current value: 100 07:34:59 file_header: OK 07:34:59 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 07:34:59 Statistics: 07:34:59 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 07:34:59 File successfully converted to sysstat format version 12.2.1 07:34:59 + sadf -c /var/log/sa-host/sa23 07:34:59 file_magic: OK 07:34:59 HZ: Using current value: 100 07:34:59 file_header: OK 07:34:59 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 07:34:59 Statistics: 07:34:59 Hnuu...uuuununununu... 07:34:59 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:34:59 provisioning config files... 07:34:59 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config1976428821628573248tmp [Pipeline] { [Pipeline] echo 07:34:59 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 07:35:00 ---> create-netrc.sh [Pipeline] } 07:35:00 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 07:35:00 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 07:35:00 ---> python-tools-install.sh [Pipeline] echo 07:35:00 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 07:35:00 ---> sudo-logs.sh 07:35:00 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 07:35:00 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 07:35:01 ---> job-cost.sh 07:35:01 lf-activate-venv: SKIPPING 07:35:01 INFO: No Stack... 07:35:03 INFO: Retrieving Pricing Info for: v1-standard-2 07:35:03 INFO: Archiving Costs [Pipeline] echo 07:35:03 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 07:35:03 ---> logs-deploy.sh 07:35:03 lf-activate-venv: SKIPPING 07:35:03 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3450/2 07:35:03 INFO: archiving workspace using pattern(s): 07:35:05 Archives upload complete. 07:35:05 INFO: archiving logs to Nexus 07:35:06 ---> uname -a: 07:35:06 Linux prd-centos7-docker-4c-2g-4373.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 07:35:06 07:35:06 07:35:06 ---> lscpu: 07:35:06 Architecture: x86_64 07:35:06 CPU op-mode(s): 32-bit, 64-bit 07:35:06 Byte Order: Little Endian 07:35:06 Address sizes: 40 bits physical, 48 bits virtual 07:35:06 CPU(s): 4 07:35:06 On-line CPU(s) list: 0-3 07:35:06 Thread(s) per core: 1 07:35:06 Core(s) per socket: 1 07:35:06 Socket(s): 4 07:35:06 NUMA node(s): 1 07:35:06 Vendor ID: GenuineIntel 07:35:06 CPU family: 6 07:35:06 Model: 44 07:35:06 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 07:35:06 Stepping: 1 07:35:06 CPU MHz: 2933.438 07:35:06 BogoMIPS: 5866.87 07:35:06 Virtualization: VT-x 07:35:06 Hypervisor vendor: KVM 07:35:06 Virtualization type: full 07:35:06 L1d cache: 128 KiB 07:35:06 L1i cache: 128 KiB 07:35:06 L2 cache: 16 MiB 07:35:06 L3 cache: 64 MiB 07:35:06 NUMA node0 CPU(s): 0-3 07:35:06 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 07:35:06 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 07:35:06 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 07:35:06 Vulnerability Meltdown: Mitigation; PTI 07:35:06 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 07:35:06 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 07:35:06 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 07:35:06 Vulnerability Srbds: Not affected 07:35:06 Vulnerability Tsx async abort: Not affected 07:35:06 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 07:35:06 07:35:06 07:35:06 ---> nproc: 07:35:06 4 07:35:06 07:35:06 07:35:06 ---> df -h: 07:35:06 Filesystem Size Used Available Use% Mounted on 07:35:06 overlay 50.0G 13.0G 37.0G 26% / 07:35:06 tmpfs 64.0M 0 64.0M 0% /dev 07:35:06 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 07:35:06 shm 64.0M 0 64.0M 0% /dev/shm 07:35:06 /dev/vda1 50.0G 13.0G 37.0G 26% /facter-os 07:35:06 /dev/vda1 50.0G 13.0G 37.0G 26% /etc/resolv.conf 07:35:06 /dev/vda1 50.0G 13.0G 37.0G 26% /etc/hostname 07:35:06 /dev/vda1 50.0G 13.0G 37.0G 26% /etc/hosts 07:35:06 /dev/vda1 50.0G 13.0G 37.0G 26% /var/log/auth.log 07:35:06 /dev/vda1 50.0G 13.0G 37.0G 26% /run/cloud-init/result.json 07:35:06 /dev/vda1 50.0G 13.0G 37.0G 26% /var/log/sa-host 07:35:06 /dev/vda1 50.0G 13.0G 37.0G 26% /var/log/secure 07:35:06 /dev/vda1 50.0G 13.0G 37.0G 26% /w/workspace/edgex-go/2 07:35:06 /dev/vda1 50.0G 13.0G 37.0G 26% /w/workspace/edgex-go/2@tmp 07:35:06 07:35:06 07:35:06 ---> free -m: 07:35:06 total used free shared buff/cache available 07:35:06 Mem: 1837 720 104 0 1012 1037 07:35:06 Swap: 1023 90 933 07:35:06 07:35:06 07:35:06 ---> ip addr: 07:35:06 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 07:35:06 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 07:35:06 inet 127.0.0.1/8 scope host lo 07:35:06 valid_lft forever preferred_lft forever 07:35:06 inet6 ::1/128 scope host 07:35:06 valid_lft forever preferred_lft forever 07:35:06 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 07:35:06 link/ether fa:16:3e:31:87:98 brd ff:ff:ff:ff:ff:ff 07:35:06 inet 10.30.122.249/23 brd 10.30.123.255 scope global dynamic eth0 07:35:06 valid_lft 85642sec preferred_lft 85642sec 07:35:06 inet6 fe80::f816:3eff:fe31:8798/64 scope link 07:35:06 valid_lft forever preferred_lft forever 07:35:06 3: docker0: mtu 1500 qdisc noqueue state DOWN 07:35:06 link/ether 02:42:b2:fc:8a:62 brd ff:ff:ff:ff:ff:ff 07:35:06 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 07:35:06 valid_lft forever preferred_lft forever 07:35:06 inet6 fe80::42:b2ff:fefc:8a62/64 scope link 07:35:06 valid_lft forever preferred_lft forever 07:35:06 07:35:06 07:35:06 ---> sar -b -r -n DEV: 07:35:06 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 05/11/21 _x86_64_ (4 CPU) 07:35:06 07:35:06 07:22:15 LINUX RESTART (4 CPU) 07:35:06 07:35:06 07:23:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 07:35:06 07:24:01 181.22 83.30 97.91 0.00 10597.98 35701.41 0.00 07:35:06 07:25:02 300.53 128.74 171.79 0.00 4741.95 31546.78 0.00 07:35:06 07:26:01 162.32 65.32 97.01 0.00 2514.63 12546.07 0.00 07:35:06 07:27:01 143.91 69.97 73.94 0.00 2413.44 8957.40 0.00 07:35:06 07:28:01 157.91 37.13 120.78 0.00 7770.00 46410.39 0.00 07:35:06 07:29:02 2470.93 2120.52 350.40 0.00 175651.11 216981.09 0.00 07:35:06 07:30:01 1373.29 1163.81 209.48 0.00 66496.30 74448.46 0.00 07:35:06 07:31:02 1199.64 859.10 340.54 0.00 78988.27 108528.97 0.00 07:35:06 07:32:02 2526.28 2171.85 354.43 0.00 148570.43 167551.63 0.00 07:35:06 07:33:02 457.70 230.87 226.83 0.00 16156.44 29186.38 0.00 07:35:06 07:34:01 78.44 35.40 43.05 0.00 3244.40 5306.11 0.00 07:35:06 Average: 827.78 637.45 190.33 0.00 47380.83 67483.91 0.00 07:35:06 07:35:06 07:23:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 07:35:06 07:24:01 74600 0 714092 37.95 2516 1090336 1543472 52.68 708860 884112 44392 07:35:06 07:25:02 281528 0 731392 38.87 1492 867132 1351056 46.11 478364 840420 52 07:35:06 07:26:01 110792 0 830636 44.15 648 939468 1860948 63.51 748072 736088 72600 07:35:06 07:27:01 295620 0 732288 38.92 560 853076 1217472 41.55 521272 767384 7476 07:35:06 07:28:01 78792 0 736960 39.17 248 1065544 1261180 43.04 706628 828152 89604 07:35:06 07:29:02 85292 0 856836 45.54 84 939332 2329456 79.50 722304 832704 73688 07:35:06 07:30:01 518800 0 789576 41.96 84 573084 2203868 75.21 476832 605152 2848 07:35:06 07:31:02 68856 0 714548 37.98 84 1098056 1494384 51.00 745376 832688 89596 07:35:06 07:32:02 62532 0 724952 38.53 84 1093976 1743100 59.49 670124 902140 35440 07:35:06 07:33:02 413936 0 688384 36.59 84 779140 1396196 47.65 484872 711148 11080 07:35:06 07:34:01 362112 0 642852 34.17 84 876496 1209324 41.27 501440 747384 12 07:35:06 Average: 213896 0 742047 39.44 543 925058 1600951 54.64 614922 789761 38799 07:35:06 07:35:06 07:23:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 07:35:06 07:24:01 eth0 1324.15 1269.64 5930.96 135.79 0.00 0.00 0.00 0.00 07:35:06 07:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:35:06 07:24:01 docker0 932.76 862.15 74.69 2691.03 0.00 0.00 0.00 0.00 07:35:06 07:25:02 eth0 318.92 229.04 882.48 69.05 0.00 0.00 0.00 0.00 07:35:06 07:25:02 veth55e8eee 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 07:35:06 07:25:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:35:06 07:25:02 docker0 196.07 260.04 13.43 848.53 0.00 0.00 0.00 0.00 07:35:06 07:26:01 eth0 28.02 14.35 23.27 11.49 0.00 0.00 0.00 0.00 07:35:06 07:26:01 veth55e8eee 0.32 0.36 0.03 0.04 0.00 0.00 0.00 0.00 07:35:06 07:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:35:06 07:26:01 docker0 0.32 0.32 0.02 0.04 0.00 0.00 0.00 0.00 07:35:06 07:27:01 eth0 17.55 9.53 12.76 6.90 0.00 0.00 0.00 0.00 07:35:06 07:27:01 veth55e8eee 1.83 1.83 0.14 0.14 0.00 0.00 0.00 0.00 07:35:06 07:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:35:06 07:27:01 docker0 1.83 1.83 0.12 0.14 0.00 0.00 0.00 0.00 07:35:06 07:28:01 veth456ac6d 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 07:35:06 07:28:01 eth0 210.61 166.18 1705.14 101.54 0.00 0.00 0.00 0.00 07:35:06 07:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:35:06 07:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:35:06 07:29:02 veth456ac6d 0.00 0.89 0.00 0.04 0.00 0.00 0.00 0.00 07:35:06 07:29:02 eth0 95.79 77.52 181.99 47.97 0.00 0.00 0.00 0.00 07:35:06 07:29:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:35:06 07:29:02 docker0 55.67 64.84 3.63 166.69 0.00 0.00 0.00 0.00 07:35:06 07:30:01 veth456ac6d 0.00 0.39 0.00 0.02 0.00 0.00 0.00 0.00 07:35:06 07:30:01 veth6b5ff11 0.03 0.20 0.00 0.01 0.00 0.00 0.00 0.00 07:35:06 07:30:01 vethe663cf2 0.03 0.20 0.00 0.01 0.00 0.00 0.00 0.00 07:35:06 07:30:01 eth0 14.07 8.61 7.97 18.49 0.00 0.00 0.00 0.00 07:35:06 07:31:02 veth456ac6d 0.00 0.28 0.00 0.01 0.00 0.00 0.00 0.00 07:35:06 07:31:02 vethaff5a6c 67.36 85.95 4.79 337.04 0.00 0.00 0.00 0.00 07:35:06 07:31:02 eth0 316.00 224.86 1839.86 34.72 0.00 0.00 0.00 0.00 07:35:06 07:31:02 lo 0.11 0.11 0.01 0.01 0.00 0.00 0.00 0.00 07:35:06 07:32:02 veth456ac6d 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 07:35:06 07:32:02 eth0 66.35 55.19 28.34 92.67 0.00 0.00 0.00 0.00 07:35:06 07:32:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:35:06 07:32:02 docker0 1308.61 1349.54 99.11 4267.82 0.00 0.00 0.00 0.00 07:35:06 07:33:02 veth456ac6d 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 07:35:06 07:33:02 eth0 32.43 19.71 78.87 8.99 0.00 0.00 0.00 0.00 07:35:06 07:33:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:35:06 07:33:02 docker0 9.57 13.28 0.57 63.36 0.00 0.00 0.00 0.00 07:35:06 07:34:01 eth0 15.50 8.41 12.17 5.77 0.00 0.00 0.00 0.00 07:35:06 07:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:35:06 07:34:01 docker0 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 07:35:06 Average: eth0 223.20 190.63 980.07 48.74 0.00 0.00 0.00 0.00 07:35:06 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:35:06 Average: docker0 120.66 124.74 9.12 396.39 0.00 0.00 0.00 0.00 07:35:06 07:35:06 07:35:06 ---> sar -P ALL: 07:35:06 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 05/11/21 _x86_64_ (4 CPU) 07:35:06 07:35:06 07:22:15 LINUX RESTART (4 CPU) 07:35:06 07:35:06 07:23:01 CPU %user %nice %system %iowait %steal %idle 07:35:06 07:24:01 all 14.96 0.00 8.32 2.70 0.18 73.85 07:35:06 07:24:01 0 17.03 0.00 11.59 4.34 0.16 66.89 07:35:06 07:24:01 1 10.48 0.00 6.37 2.14 0.17 80.84 07:35:06 07:24:01 2 12.63 0.00 7.55 2.21 0.21 77.41 07:35:06 07:24:01 3 19.73 0.00 7.78 2.14 0.17 70.18 07:35:06 07:25:02 all 8.49 0.00 7.61 5.83 0.17 77.91 07:35:06 07:25:02 0 9.29 0.00 7.61 5.40 0.14 77.56 07:35:06 07:25:02 1 8.12 0.00 7.61 5.20 0.17 78.90 07:35:06 07:25:02 2 8.59 0.00 7.89 4.95 0.14 78.42 07:35:06 07:25:02 3 7.97 0.00 7.32 7.75 0.22 76.73 07:35:06 07:26:01 all 58.51 0.00 14.49 6.18 0.11 20.71 07:35:06 07:26:01 0 58.70 0.00 13.81 4.98 0.15 22.36 07:35:06 07:26:01 1 57.86 0.00 14.66 6.67 0.09 20.72 07:35:06 07:26:01 2 57.59 0.00 15.74 7.54 0.11 19.03 07:35:06 07:26:01 3 59.90 0.00 13.75 5.54 0.09 20.73 07:35:06 07:27:01 all 45.84 0.00 14.34 4.09 0.14 35.58 07:35:06 07:27:01 0 46.35 0.00 13.88 5.45 0.16 34.17 07:35:06 07:27:01 1 45.48 0.00 14.20 3.07 0.12 37.13 07:35:06 07:27:01 2 46.43 0.00 14.68 3.88 0.10 34.91 07:35:06 07:27:01 3 45.11 0.00 14.61 3.97 0.18 36.13 07:35:06 07:28:01 all 24.36 0.00 11.41 6.21 0.17 57.86 07:35:06 07:28:01 0 23.17 0.00 11.75 6.44 0.16 58.48 07:35:06 07:28:01 1 24.25 0.00 11.37 4.55 0.12 59.70 07:35:06 07:28:01 2 24.70 0.00 11.09 7.06 0.14 57.01 07:35:06 07:28:01 3 25.32 0.00 11.42 6.78 0.26 56.22 07:35:06 07:29:02 all 21.20 0.00 30.34 20.23 0.39 27.85 07:35:06 07:29:02 0 21.58 0.00 29.35 19.26 0.39 29.43 07:35:06 07:29:02 1 19.41 0.00 30.88 21.38 0.46 27.87 07:35:06 07:29:02 2 21.37 0.00 30.37 19.24 0.35 28.67 07:35:06 07:29:02 3 22.45 0.00 30.78 21.02 0.34 25.40 07:35:06 07:30:01 all 60.04 0.00 19.17 11.41 0.15 9.24 07:35:06 07:30:01 0 60.41 0.00 18.63 11.37 0.12 9.46 07:35:06 07:30:01 1 60.38 0.00 18.82 11.32 0.14 9.34 07:35:06 07:30:01 2 58.66 0.00 20.14 12.20 0.20 8.80 07:35:06 07:30:01 3 60.71 0.00 19.08 10.71 0.15 9.35 07:35:06 07:31:02 all 19.18 0.00 17.99 31.39 0.19 31.25 07:35:06 07:31:02 0 18.60 0.00 17.23 27.46 0.22 36.48 07:35:06 07:31:02 1 18.45 0.00 18.45 33.05 0.19 29.86 07:35:06 07:31:02 2 19.32 0.00 18.01 36.31 0.21 26.16 07:35:06 07:31:02 3 20.35 0.00 18.29 28.70 0.16 32.50 07:35:06 07:32:02 all 18.66 0.00 23.47 35.30 0.27 22.30 07:35:06 07:32:02 0 17.57 0.00 23.21 35.99 0.35 22.87 07:35:06 07:32:02 1 18.69 0.00 23.22 33.53 0.25 24.31 07:35:06 07:32:02 2 19.37 0.00 23.63 36.14 0.28 20.59 07:35:06 07:32:02 3 19.02 0.00 23.82 35.55 0.20 21.41 07:35:06 07:33:02 all 49.39 0.00 15.09 17.38 0.12 18.02 07:35:06 07:33:02 0 49.14 0.00 14.67 19.08 0.13 16.99 07:35:06 07:33:02 1 47.76 0.00 15.51 14.04 0.13 22.57 07:35:06 07:33:02 2 49.40 0.00 15.60 18.61 0.13 16.26 07:35:06 07:33:02 3 51.19 0.00 14.61 17.78 0.09 16.34 07:35:06 07:34:01 all 1.61 0.00 2.10 1.67 0.04 94.58 07:35:06 07:34:01 0 1.48 0.00 2.13 2.20 0.05 94.14 07:35:06 07:34:01 1 1.36 0.00 1.86 1.69 0.03 95.06 07:35:06 07:34:01 2 1.86 0.00 1.98 1.18 0.02 94.98 07:35:06 07:34:01 3 1.74 0.00 2.44 1.64 0.05 94.13 07:35:06 07:35:06 Average: CPU %user %nice %system %iowait %steal %idle 07:35:06 Average: all 28.94 0.00 14.84 12.89 0.17 43.16 07:35:06 Average: 0 29.05 0.00 14.83 12.87 0.18 43.07 07:35:06 Average: 1 28.01 0.00 14.72 12.37 0.17 44.72 07:35:06 Average: 2 28.72 0.00 15.05 13.51 0.17 42.55 07:35:06 Average: 3 29.98 0.00 14.78 12.79 0.17 42.28 07:35:06 07:35:06 07:35:06