Pull request #3328 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of beaufrusetta for edgexfoundry/edgex-go Loading trusted files from base branch master at d6c94b2bf9e03361c9a87fbe2ddec88137f69d04 rather than 2c84d61c40431387dae2957f2cd339d9924a3549 Obtained Jenkinsfile from d6c94b2bf9e03361c9a87fbe2ddec88137f69d04 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-centos7-docker-4c-2g-2083’ Running on prd-centos7-docker-4c-2g-2085 in /w/workspace/edgexfoundry_edgex-go_PR-3328 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/43 [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/43 # 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 d6c94b2bf9e03361c9a87fbe2ddec88137f69d04 into PR head commit 2c84d61c40431387dae2957f2cd339d9924a3549 Merge succeeded, producing 10079b2b181f3fa4473867c4ea5f8bc429aed6f7 Checking out Revision 10079b2b181f3fa4473867c4ea5f8bc429aed6f7 (PR-3328) > 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/3328/head:refs/remotes/origin/PR-3328 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 2c84d61c40431387dae2957f2cd339d9924a3549 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge d6c94b2bf9e03361c9a87fbe2ddec88137f69d04 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 10079b2b181f3fa4473867c4ea5f8bc429aed6f7 # timeout=10 Commit message: "Merge commit 'd6c94b2bf9e03361c9a87fbe2ddec88137f69d04' into HEAD" First time build. Skipping changelog. > git rev-list --no-walk 443cb5ab963d170e9dda88842f1dd934604481b4 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 21:45:04 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 21:45:04 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 21:45:04 ========================================================= 21:45:04 EdgeX Global Pipelines Version Info 21:45:04 ========================================================= [Pipeline] libraryResource [Pipeline] sh 21:45:14 ------------------- 21:45:14 stable info: 21:45:14 ------------------- 21:45:14 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 21:45:14 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 21:45:14 Message: update stable to v1.0.186 21:45:18 ------------------- 21:45:18 experimental info: 21:45:18 ------------------- 21:45:18 Commited By: **** collab-it+edgex@linuxfoundation.org 21:45:18 Commit SHA: cb91434416315492d6e8e8a157e47fc41dd13198 21:45:18 Message: update experimental to v1.0.189 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 21:45:19 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 21:45:19 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 21:45:19 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 21:45:19 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 21:45:19 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 21:45:19 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 21:45:19 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 21:45:19 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 21:45:19 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 21:45:19 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 21:45:19 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 21:45:19 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 21:45:19 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 21:45:19 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 21:45:19 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 21:45:19 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 21:45:19 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 21:45:19 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 21:45:19 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 21:45:19 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 21:45:19 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 21:45:19 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 21:45:19 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3328 [Pipeline] echo 21:45:19 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3328 [Pipeline] echo 21:45:19 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3328 [Pipeline] echo 21:45:19 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 10079b2b181f3fa4473867c4ea5f8bc429aed6f7 [Pipeline] echo 21:45:19 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 10079b2 [Pipeline] echo 21:45:19 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 21:45:19 provisioning config files... 21:45:20 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/43@tmp/config1759421896407555149tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:45:20 ---> docker-login.sh 21:45:20 nexus3.edgexfoundry.org:10001 21:45:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:45:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:45:24 Configure a credential helper to remove this warning. See 21:45:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:45:24 21:45:24 Login Succeeded 21:45:24 nexus3.edgexfoundry.org:10002 21:45:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:45:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:45:25 Configure a credential helper to remove this warning. See 21:45:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:45:25 21:45:25 Login Succeeded 21:45:25 nexus3.edgexfoundry.org:10003 21:45:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:45:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:45:26 Configure a credential helper to remove this warning. See 21:45:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:45:26 21:45:26 Login Succeeded 21:45:26 nexus3.edgexfoundry.org:10004 21:45:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:45:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:45:28 Configure a credential helper to remove this warning. See 21:45:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:45:28 21:45:28 Login Succeeded 21:45:29 docker.io 21:45:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:45:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:45:30 Configure a credential helper to remove this warning. See 21:45:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:45:30 21:45:30 Login Succeeded 21:45:30 ---> docker-login.sh ends [Pipeline] } 21:45:30 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:45:31 ++ 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 21:45:31 + for file in '`ls cmd/**/Dockerfile`' 21:45:31 ++ dirname cmd/core-command/Dockerfile 21:45:31 ++ cut -d/ -f2 21:45:31 + echo core-command,cmd/core-command/Dockerfile 21:45:31 + for file in '`ls cmd/**/Dockerfile`' 21:45:31 ++ dirname cmd/core-data/Dockerfile 21:45:31 ++ cut -d/ -f2 21:45:31 + echo core-data,cmd/core-data/Dockerfile 21:45:31 + for file in '`ls cmd/**/Dockerfile`' 21:45:31 ++ dirname cmd/core-metadata/Dockerfile 21:45:31 ++ cut -d/ -f2 21:45:31 + echo core-metadata,cmd/core-metadata/Dockerfile 21:45:31 + for file in '`ls cmd/**/Dockerfile`' 21:45:31 ++ dirname cmd/security-bootstrapper/Dockerfile 21:45:31 ++ cut -d/ -f2 21:45:31 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 21:45:31 + for file in '`ls cmd/**/Dockerfile`' 21:45:31 ++ cut -d/ -f2 21:45:31 ++ dirname cmd/security-proxy-setup/Dockerfile 21:45:31 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 21:45:31 + for file in '`ls cmd/**/Dockerfile`' 21:45:31 ++ dirname cmd/security-secretstore-setup/Dockerfile 21:45:31 ++ cut -d/ -f2 21:45:31 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 21:45:31 + for file in '`ls cmd/**/Dockerfile`' 21:45:31 ++ cut -d/ -f2 21:45:31 ++ dirname cmd/support-notifications/Dockerfile 21:45:31 + echo support-notifications,cmd/support-notifications/Dockerfile 21:45:31 + for file in '`ls cmd/**/Dockerfile`' 21:45:31 ++ dirname cmd/support-scheduler/Dockerfile 21:45:31 ++ cut -d/ -f2 21:45:31 + echo support-scheduler,cmd/support-scheduler/Dockerfile 21:45:31 + for file in '`ls cmd/**/Dockerfile`' 21:45:31 ++ dirname cmd/sys-mgmt-agent/Dockerfile 21:45:31 ++ cut -d/ -f2 21:45:31 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 21:45:31 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 21:45:32 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:45:33 21:45:33 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 21:45:33 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:45:34 latest: Pulling from edgex-devops/git-semver 21:45:34 31603596830f: Pulling fs layer 21:45:34 ed72481023dd: Pulling fs layer 21:45:34 c32a4479710f: Pulling fs layer 21:45:34 c2876331c4ee: Pulling fs layer 21:45:34 c2876331c4ee: Waiting 21:45:34 ed72481023dd: Verifying Checksum 21:45:34 ed72481023dd: Download complete 21:45:34 31603596830f: Verifying Checksum 21:45:34 31603596830f: Download complete 21:45:35 c2876331c4ee: Verifying Checksum 21:45:35 c2876331c4ee: Download complete 21:45:35 c32a4479710f: Verifying Checksum 21:45:35 c32a4479710f: Download complete 21:45:36 31603596830f: Pull complete 21:45:37 ed72481023dd: Pull complete 21:45:42 c32a4479710f: Pull complete 21:45:42 c2876331c4ee: Pull complete 21:45:42 Digest: sha256:847ffe7ce2e7ac62508696f65e6af8fb3845486e82f4c7d75a16a052f406db85 21:45:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:45:42 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 21:45:43 prd-centos7-docker-4c-2g-2085 does not seem to be running inside a container 21:45:43 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/43 -v /w/workspace/edgex-go/43:/w/workspace/edgex-go/43:rw,z -v /w/workspace/edgex-go/43@tmp:/w/workspace/edgex-go/43@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 21:45:47 $ docker top 0c3b4bb3720c1b452aecf942bda9a84aceb40d5a25ca944455d704f5e4473a0e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:45:48 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:45:48 [ssh-agent] Looking for ssh-agent implementation... 21:45:49 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:45:49 $ docker exec 0c3b4bb3720c1b452aecf942bda9a84aceb40d5a25ca944455d704f5e4473a0e ssh-agent 21:45:50 SSH_AUTH_SOCK=/tmp/ssh-347qn414GrmC/agent.11 21:45:50 SSH_AGENT_PID=17 21:45:50 Running ssh-add (command line suppressed) 21:45:50 Identity added: /w/workspace/edgex-go/43@tmp/private_key_1581897465699557983.key (/w/workspace/edgex-go/43@tmp/private_key_1581897465699557983.key) 21:45:51 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:45:51 + git tag --points-at HEAD [Pipeline] } 21:45:51 $ docker exec --env ******** --env ******** 0c3b4bb3720c1b452aecf942bda9a84aceb40d5a25ca944455d704f5e4473a0e ssh-agent -k 21:45:52 unset SSH_AUTH_SOCK; 21:45:52 unset SSH_AGENT_PID; 21:45:52 echo Agent pid 17 killed; 21:45:52 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 21:45:52 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:45:52 [ssh-agent] Looking for ssh-agent implementation... 21:45:54 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:45:54 $ docker exec 0c3b4bb3720c1b452aecf942bda9a84aceb40d5a25ca944455d704f5e4473a0e ssh-agent 21:45:54 SSH_AUTH_SOCK=/tmp/ssh-QySZbAKxXjaB/agent.45 21:45:54 SSH_AGENT_PID=50 21:45:54 Running ssh-add (command line suppressed) 21:45:55 Identity added: /w/workspace/edgex-go/43@tmp/private_key_1567553075247874747.key (/w/workspace/edgex-go/43@tmp/private_key_1567553075247874747.key) 21:45:56 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:45:57 + git semver init 21:45:57 # -> Open(): unable to determine branch for HEAD 21:45:57 # $GIT_DIR = /w/workspace/edgex-go/43/.git 21:45:57 # $GIT_WORK_TREE = /w/workspace/edgex-go/43 21:45:57 # $SEMVER_REMOTE_NAME = origin 21:45:57 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:45:57 # $SEMVER_USER_NAME = edgex-jenkins 21:45:57 # $SEMVER_BRANCH = PR-3328 21:45:57 # $SEMVER_TEMP = /tmp/semver-751572150 21:45:57 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 21:46:58 # '/tmp/semver-751572150' -> '/w/workspace/edgex-go/43/.semver' 21:46:58 # -> Force: false 21:46:58 # $SEMVER_DIR = /w/workspace/edgex-go/43/.semver [Pipeline] } 21:46:58 $ docker exec --env ******** --env ******** 0c3b4bb3720c1b452aecf942bda9a84aceb40d5a25ca944455d704f5e4473a0e ssh-agent -k 21:46:59 unset SSH_AUTH_SOCK; 21:46:59 unset SSH_AGENT_PID; 21:46:59 echo Agent pid 50 killed; 21:47:00 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:47:01 + git semver [Pipeline] } 21:47:01 $ docker stop --time=1 0c3b4bb3720c1b452aecf942bda9a84aceb40d5a25ca944455d704f5e4473a0e 21:47:10 $ docker rm -f 0c3b4bb3720c1b452aecf942bda9a84aceb40d5a25ca944455d704f5e4473a0e [Pipeline] // withDockerContainer [Pipeline] sh 21:47:11 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 21:47:17 Stashed 1 file(s) [Pipeline] echo 21:47:17 [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 21:47:17 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 21:47:18 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 21:47:18 + sudo service docker restart 21:47:18 + true 21:47:19 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 21:47:23 ========================================================= 21:47:23 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 21:47:23 ========================================================= [Pipeline] isUnix [Pipeline] sh 21:47:24 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 21:47:32 Still waiting to schedule task 21:47:32 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 21:47:43 Sending build context to Docker daemon 329.8MB 21:47:43 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 21:47:43 Step 2/6 : FROM ${BASE} 21:47:43 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 21:47:43 188c0c94c7c5: Pulling fs layer 21:47:43 0ef7d3d256c8: Pulling fs layer 21:47:43 de9db76c5a1d: Pulling fs layer 21:47:43 bca2f99d35d6: Pulling fs layer 21:47:43 93359f2a8cfa: Pulling fs layer 21:47:43 7c6f9722023f: Pulling fs layer 21:47:43 a35cf1a2eb13: Pulling fs layer 21:47:43 93359f2a8cfa: Waiting 21:47:43 7c6f9722023f: Waiting 21:47:43 a35cf1a2eb13: Waiting 21:47:43 bca2f99d35d6: Waiting 21:47:43 de9db76c5a1d: Download complete 21:47:43 0ef7d3d256c8: Verifying Checksum 21:47:43 0ef7d3d256c8: Download complete 21:47:43 93359f2a8cfa: Verifying Checksum 21:47:43 93359f2a8cfa: Download complete 21:47:43 7c6f9722023f: Download complete 21:47:43 188c0c94c7c5: Verifying Checksum 21:47:43 188c0c94c7c5: Download complete 21:47:46 188c0c94c7c5: Pull complete 21:47:48 0ef7d3d256c8: Pull complete 21:47:49 de9db76c5a1d: Pull complete 21:47:56 a35cf1a2eb13: Verifying Checksum 21:47:56 a35cf1a2eb13: Download complete 21:47:58 bca2f99d35d6: Verifying Checksum 21:47:58 bca2f99d35d6: Download complete 21:48:28 bca2f99d35d6: Pull complete 21:48:28 93359f2a8cfa: Pull complete 21:48:28 7c6f9722023f: Pull complete 21:48:44 a35cf1a2eb13: Pull complete 21:48:44 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 21:48:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 21:48:44 ---> a62c8e92a672 21:48:44 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 21:48:44 ---> Running in 9070519601c7 21:48:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:48:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:48:47 (1/12) Installing libmagic (5.38-r0) 21:48:47 (2/12) Installing file (5.38-r0) 21:48:47 (3/12) Installing libc-dev (0.7.2-r3) 21:48:48 (4/12) Installing g++ (9.3.0-r2) 21:48:56 (5/12) Installing fortify-headers (1.1-r0) 21:48:56 (6/12) Installing patch (2.7.6-r6) 21:48:56 (7/12) Installing build-base (0.5-r2) 21:48:56 (8/12) Installing libsodium (1.0.18-r0) 21:48:56 (9/12) Installing pkgconf (1.7.2-r0) 21:48:56 (10/12) Installing libsodium-dev (1.0.18-r0) 21:48:56 (11/12) Installing libzmq (4.3.3-r0) 21:48:56 (12/12) Installing zeromq-dev (4.3.3-r0) 21:48:56 Executing busybox-1.31.1-r19.trigger 21:48:56 OK: 233 MiB in 51 packages 21:49:04 Removing intermediate container 9070519601c7 21:49:04 ---> 31421a46129a 21:49:04 Step 4/6 : WORKDIR /edgex-go 21:49:04 ---> Running in 989f24c7e23d 21:49:04 Removing intermediate container 989f24c7e23d 21:49:04 ---> 87d84648bbaf 21:49:04 Step 5/6 : COPY go.mod . 21:49:06 ---> d244fb54a658 21:49:06 Step 6/6 : RUN go mod download 21:49:06 ---> Running in ed91bcad7539 21:49:23 Running on prd-ubuntu18.04-docker-arm64-4c-16g-2086 in /w/workspace/edgexfoundry_edgex-go_PR-3328 [Pipeline] { [Pipeline] ws 21:49:23 Running in /w/workspace/edgex-go/43 [Pipeline] { [Pipeline] checkout 21:49:29 using credential edgex-jenkins-ssh 21:49:29 Cloning the remote Git repository 21:49:29 Cloning repository git@github.com:edgexfoundry/edgex-go.git 21:49:29 > git init /w/workspace/edgex-go/43 # timeout=10 21:49:29 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 21:49:29 > git --version # timeout=10 21:49:29 > git --version # 'git version 2.17.1' 21:49:29 using GIT_SSH to set credentials SSH Credentials for GitHub 21:49:29 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 21:49:47 Merging remotes/origin/master commit d6c94b2bf9e03361c9a87fbe2ddec88137f69d04 into PR head commit 2c84d61c40431387dae2957f2cd339d9924a3549 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 21:49:47 Failed in branch arm64 21:49:46 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 21:49:46 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 21:49:46 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 21:49:46 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 21:49:46 using GIT_SSH to set credentials SSH Credentials for GitHub 21:49:46 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3328/head:refs/remotes/origin/PR-3328 +refs/heads/master:refs/remotes/origin/master # timeout=10 21:49:47 > git config core.sparsecheckout # timeout=10 21:49:47 > git checkout -f 2c84d61c40431387dae2957f2cd339d9924a3549 # timeout=10 21:49:55 Removing intermediate container ed91bcad7539 21:49:55 ---> 5cf299d74803 21:49:55 Successfully built 5cf299d74803 21:49:55 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 21:49:55 + docker inspect -f . ci-base-image-x86_64 21:49:56 . [Pipeline] withDockerContainer 21:49:57 prd-centos7-docker-4c-2g-2085 does not seem to be running inside a container 21:49:57 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/43 -v /w/workspace/edgex-go/43:/w/workspace/edgex-go/43:rw,z -v /w/workspace/edgex-go/43@tmp:/w/workspace/edgex-go/43@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 21:50:02 $ docker top 3af65154c51c29455060aab131b3e7b750d672e3de957456e36cd6e9a4f99cef -eo pid,comm [Pipeline] { [Pipeline] sh 21:50:05 + go version 21:50:06 go version go1.15.5 linux/amd64 [Pipeline] } 21:50:06 $ docker stop --time=1 3af65154c51c29455060aab131b3e7b750d672e3de957456e36cd6e9a4f99cef 21:50:10 $ docker rm -f 3af65154c51c29455060aab131b3e7b750d672e3de957456e36cd6e9a4f99cef [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:50:11 + docker inspect -f . ci-base-image-x86_64 21:50:11 . [Pipeline] withDockerContainer 21:50:11 prd-centos7-docker-4c-2g-2085 does not seem to be running inside a container 21:50:12 $ 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/43 -v /w/workspace/edgex-go/43:/w/workspace/edgex-go/43:rw,z -v /w/workspace/edgex-go/43@tmp:/w/workspace/edgex-go/43@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 21:50:16 $ docker top 7fe074af77cdce541d6589fb5f0f3d427c86434cdd31db08589e5ec80acf3c02 -eo pid,comm [Pipeline] { [Pipeline] echo 21:50:17 ========================================================= 21:50:17 [edgeXBuildGoParallel] Running Tests and Build... 21:50:17 ========================================================= [Pipeline] sh 21:50:18 + make test 21:50:18 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 21:50:58 ? github.com/edgexfoundry/edgex-go [no test files] 21:51:57 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 21:52:13 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 21:52:13 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 21:52:13 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 21:52:18 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 21:52:18 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 21:52:18 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 21:52:19 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 21:52:22 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 21:52:24 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 21:52:34 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 21:52:34 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 21:52:34 ? github.com/edgexfoundry/edgex-go/internal [no test files] 21:52:41 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.214s coverage: 45.9% of statements 21:52:41 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 21:52:41 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 21:52:41 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 21:52:41 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 21:52:41 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 21:52:41 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 21:52:41 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.090s coverage: 19.8% of statements 21:52:41 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.742s coverage: 100.0% of statements 21:52:47 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.757s coverage: 27.1% of statements 21:52:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 21:52:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 21:52:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 21:52:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 21:52:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 21:52:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 21:52:47 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.158s coverage: 100.0% of statements 21:52:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 21:52:47 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.184s coverage: 100.0% of statements 21:52:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 21:52:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 21:52:47 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.416s coverage: 71.3% of statements 21:52:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 21:52:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 21:52:50 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.802s coverage: 87.7% of statements 21:52:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 21:52:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 21:52:50 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.153s coverage: 78.9% of statements 21:52:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 21:52:59 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.220s coverage: 28.6% of statements 21:52:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 21:52:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 21:52:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 21:52:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 21:52:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 21:52:59 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.193s coverage: 100.0% of statements 21:52:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 21:52:59 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.117s coverage: 100.0% of statements 21:52:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 21:52:59 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.419s coverage: 86.7% of statements 21:52:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 21:52:59 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.527s coverage: 97.5% of statements 21:52:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 21:52:59 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.233s coverage: 78.3% of statements 21:52:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 21:52:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 21:52:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 21:52:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 21:53:06 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.237s coverage: 95.1% of statements 21:53:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 21:53:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 21:53:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 21:53:06 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 21:53:06 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 21:53:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 21:53:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 21:53:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 21:53:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 21:53:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 21:53:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 21:53:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 21:53:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 21:53:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 21:53:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 21:53:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 21:53:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 21:53:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 21:53:06 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.199s coverage: 58.8% of statements 21:53:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 21:53:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 21:53:06 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.207s coverage: 0.9% of statements 21:53:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 21:53:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 21:53:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 21:53:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.303s coverage: 47.1% of statements 21:53:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.155s coverage: 79.5% of statements 21:53:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.304s coverage: 94.1% of statements 21:53:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.149s coverage: 96.3% of statements 21:53:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.111s coverage: 87.5% of statements 21:53:20 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.340s coverage: 94.4% of statements 21:53:20 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.209s coverage: 44.8% of statements 21:53:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.935s coverage: 81.8% of statements 21:53:26 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 21:53:33 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.598s coverage: 92.9% of statements 21:53:33 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 21:53:33 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 21:53:33 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 21:53:33 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.177s coverage: 65.1% of statements 21:53:33 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 21:53:33 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 21:53:33 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 21:53:33 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 21:53:33 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 21:53:33 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.450s coverage: 87.2% of statements 21:53:33 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 21:53:33 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 21:53:33 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.118s coverage: 100.0% of statements 21:53:33 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 21:53:33 flag provided but not defined: -badarg 21:53:33 Usage of adduser: 21:53:33 -algorithm string 21:53:33 Algorithm used for signing the JWT, RS256 or ES256 21:53:33 -client_id string 21:53:33 Optional manually-specified OAuth2 client_id. 21:53:33 -client_secret string 21:53:33 Optional manually-specified OAuth2 client_secret. 21:53:33 -confdir string 21:53:33 21:53:33 -group string 21:53:33 Group to which the user belongs, defaults to 'gateway' (default "gateway") 21:53:33 -id string 21:53:33 ID to use for linkage with JWT claim (usually the 'iss' field) 21:53:33 -jwt string 21:53:33 The file containing the JWT for use when accessing the Kong Admin API 21:53:33 -public_key string 21:53:33 Public key (in PEM format) used to validate the JWT. 21:53:33 -redirect_uris string 21:53:33 OAuth2 redirect URL for browser-based users (default: https://localhost) (default "https://localhost") 21:53:33 -token-type string 21:53:33 Type of token to create: jwt or oauth2 21:53:33 -user string 21:53:33 Username of the user to add 21:53:33 --- FAIL: TestAddUserJWT (0.05s) 21:53:33 command_test.go:121: 21:53:33 Error Trace: command_test.go:121 21:53:33 Error: Received unexpected error: 21:53:33 failed to read JWT file: open s0meJWT: no such file or directory 21:53:33 Test: TestAddUserJWT 21:53:33 --- FAIL: TestAddUserOAuth2 (0.00s) 21:53:33 command_test.go:193: 21:53:33 Error Trace: command_test.go:193 21:53:33 Error: Received unexpected error: 21:53:33 failed to read JWT file: open s0meJWT: no such file or directory 21:53:33 Test: TestAddUserOAuth2 21:53:33 FAIL 21:53:33 coverage: 28.9% of statements 21:53:33 FAIL github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.392s 21:53:33 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 21:53:33 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.165s coverage: 80.0% of statements 21:53:33 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.384s coverage: 87.2% of statements 21:53:33 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.304s coverage: 85.4% of statements 21:53:33 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.583s coverage: 91.2% of statements 21:53:33 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 21:53:37 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.407s coverage: 64.4% of statements 21:53:37 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 21:53:37 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 21:53:37 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.077s coverage: 100.0% of statements 21:53:37 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.096s coverage: 91.3% of statements 21:53:37 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.171s coverage: 100.0% of statements 21:53:37 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.078s coverage: 73.7% of statements 21:53:39 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.179s coverage: 100.0% of statements 21:53:43 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.484s coverage: 62.9% of statements 21:53:43 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 21:53:43 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 21:53:43 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 21:53:46 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.375s coverage: 41.5% of statements 21:53:46 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 21:53:46 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 21:53:46 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.202s coverage: 89.5% of statements 21:53:46 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 21:53:46 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.075s coverage: 84.8% of statements 21:53:51 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.437s coverage: 47.0% of statements 21:53:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 21:53:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 21:53:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 21:53:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 21:53:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 21:53:51 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.159s coverage: 100.0% of statements 21:53:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 21:53:51 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.191s coverage: 100.0% of statements 21:53:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 21:53:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 21:53:52 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.518s coverage: 9.6% of statements 21:53:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 21:53:54 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.894s coverage: 92.6% of statements 21:53:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 21:53:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 21:53:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 21:54:00 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.129s coverage: 28.7% of statements 21:54:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 21:54:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 21:54:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 21:54:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 21:54:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 21:54:00 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.523s coverage: 99.0% of statements 21:54:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 21:54:00 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.298s coverage: 100.0% of statements 21:54:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 21:54:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 21:54:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 21:54:00 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.432s coverage: 64.6% of statements 21:54:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 21:54:02 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.897s coverage: 97.6% of statements 21:54:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 21:54:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 21:54:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 21:54:02 ok github.com/edgexfoundry/edgex-go/internal/system 0.068s coverage: 0.0% of statements 21:54:02 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 21:54:02 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.094s coverage: 100.0% of statements 21:54:02 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 21:54:02 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 21:54:02 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 21:54:02 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 21:54:05 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.336s coverage: 87.9% of statements 21:54:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 21:54:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 21:54:05 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.107s coverage: 100.0% of statements 21:54:05 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.214s coverage: 28.1% of statements 21:54:07 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.229s coverage: 100.0% of statements 21:54:07 FAIL 21:54:07 make: *** [Makefile:94: test] Error 1 [Pipeline] } 21:54:08 $ docker stop --time=1 7fe074af77cdce541d6589fb5f0f3d427c86434cdd31db08589e5ec80acf3c02 21:54:11 $ docker rm -f 7fe074af77cdce541d6589fb5f0f3d427c86434cdd31db08589e5ec80acf3c02 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) Stage "Docker Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 21:54:13 Failed in branch amd64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 21:54:14 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 21:54:16 ---> package-listing.sh 21:54:16 ++ facter osfamily 21:54:16 ++ tr '[:upper:]' '[:lower:]' 21:54:16 + OS_FAMILY=redhat 21:54:16 + workspace=/w/workspace/edgex-go/43 21:54:16 + START_PACKAGES=/tmp/packages_start.txt 21:54:16 + END_PACKAGES=/tmp/packages_end.txt 21:54:16 + DIFF_PACKAGES=/tmp/packages_diff.txt 21:54:16 + PACKAGES=/tmp/packages_start.txt 21:54:16 + '[' /w/workspace/edgex-go/43 ']' 21:54:16 + PACKAGES=/tmp/packages_end.txt 21:54:16 + case "${OS_FAMILY}" in 21:54:16 + rpm -qa 21:54:16 + sort 21:54:29 + '[' -f /tmp/packages_start.txt ']' 21:54:29 + '[' -f /tmp/packages_end.txt ']' 21:54:29 + diff /tmp/packages_start.txt /tmp/packages_end.txt 21:54:29 + '[' /w/workspace/edgex-go/43 ']' 21:54:29 + mkdir -p /w/workspace/edgex-go/43/archives/ 21:54:29 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/43/archives/ [Pipeline] echo 21:54:29 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/43/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 21:54:29 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 21:54:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:54:30 21:54:30 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 21:54:31 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:54:31 alpine: Pulling from edgex-lftools-log-publisher 21:54:31 df20fa9351a1: Pulling fs layer 21:54:31 36b3adc4ff6f: Pulling fs layer 21:54:31 8ad3a11d3b57: Pulling fs layer 21:54:31 46f8f816bc3b: Pulling fs layer 21:54:31 93b61091891f: Pulling fs layer 21:54:31 93b9cdb0e59b: Pulling fs layer 21:54:31 5e14af77c1be: Pulling fs layer 21:54:31 01666e4c0597: Pulling fs layer 21:54:31 aa168da1d23b: Pulling fs layer 21:54:31 46f8f816bc3b: Waiting 21:54:31 93b61091891f: Waiting 21:54:31 93b9cdb0e59b: Waiting 21:54:31 5e14af77c1be: Waiting 21:54:31 01666e4c0597: Waiting 21:54:31 aa168da1d23b: Waiting 21:54:31 36b3adc4ff6f: Verifying Checksum 21:54:31 36b3adc4ff6f: Download complete 21:54:31 46f8f816bc3b: Verifying Checksum 21:54:31 46f8f816bc3b: Download complete 21:54:32 df20fa9351a1: Verifying Checksum 21:54:32 df20fa9351a1: Download complete 21:54:32 93b9cdb0e59b: Verifying Checksum 21:54:32 93b9cdb0e59b: Download complete 21:54:32 93b61091891f: Verifying Checksum 21:54:32 93b61091891f: Download complete 21:54:32 01666e4c0597: Verifying Checksum 21:54:32 01666e4c0597: Download complete 21:54:32 5e14af77c1be: Verifying Checksum 21:54:32 5e14af77c1be: Download complete 21:54:33 8ad3a11d3b57: Verifying Checksum 21:54:33 8ad3a11d3b57: Download complete 21:54:34 df20fa9351a1: Pull complete 21:54:34 36b3adc4ff6f: Pull complete 21:54:38 8ad3a11d3b57: Pull complete 21:54:38 46f8f816bc3b: Pull complete 21:54:39 93b61091891f: Pull complete 21:54:40 aa168da1d23b: Verifying Checksum 21:54:40 aa168da1d23b: Download complete 21:54:40 93b9cdb0e59b: Pull complete 21:54:41 5e14af77c1be: Pull complete 21:54:41 01666e4c0597: Pull complete 21:55:09 aa168da1d23b: Pull complete 21:55:09 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 21:55:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:55:09 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 21:55:09 prd-centos7-docker-4c-2g-2085 does not seem to be running inside a container 21:55:10 $ 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/43/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/43 -v /w/workspace/edgex-go/43:/w/workspace/edgex-go/43:rw,z -v /w/workspace/edgex-go/43@tmp:/w/workspace/edgex-go/43@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 21:55:15 $ docker top 4582ea6ce57fa460cab904d528ea0571eac502dc7512755a08de99f974bda961 -eo pid,comm [Pipeline] { [Pipeline] sh 21:55:16 + touch /tmp/pre-build-complete [Pipeline] sh 21:55:17 + mkdir -p /var/log/sa [Pipeline] sh 21:55:19 + ls /var/log/sa-host 21:55:19 + sadf -c /var/log/sa-host/sa23 21:55:19 file_magic: OK 21:55:19 HZ: Using current value: 100 21:55:19 file_header: OK 21:55:19 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 21:55:19 Statistics: 21:55:19 Hnuu...uuuununununu... 21:55:19 File successfully converted to sysstat format version 12.2.1 21:55:19 + sadf -c /var/log/sa-host/sa27 21:55:19 file_magic: OK 21:55:19 HZ: Using current value: 100 21:55:19 file_header: OK 21:55:19 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 21:55:19 Statistics: 21:55:19 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 21:55:19 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 21:55:19 provisioning config files... 21:55:19 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/43@tmp/config6098599077772816373tmp [Pipeline] { [Pipeline] echo 21:55:19 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 21:55:20 ---> create-netrc.sh [Pipeline] } 21:55:20 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 21:55:20 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 21:55:21 ---> python-tools-install.sh [Pipeline] echo 21:55:21 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 21:55:22 ---> sudo-logs.sh 21:55:22 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 21:55:22 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 21:55:23 ---> job-cost.sh 21:55:23 lf-activate-venv: SKIPPING 21:55:23 INFO: No Stack... 21:55:24 INFO: Retrieving Pricing Info for: v1-standard-2 21:55:24 INFO: Archiving Costs [Pipeline] echo 21:55:24 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 21:55:25 ---> logs-deploy.sh 21:55:25 lf-activate-venv: SKIPPING 21:55:25 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3328/43 21:55:25 INFO: archiving workspace using pattern(s): 21:55:27 Archives upload complete. 21:55:27 INFO: archiving logs to Nexus 21:55:29 ---> uname -a: 21:55:29 Linux prd-centos7-docker-4c-2g-2085.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 21:55:29 21:55:29 21:55:29 ---> lscpu: 21:55:29 Architecture: x86_64 21:55:29 CPU op-mode(s): 32-bit, 64-bit 21:55:29 Byte Order: Little Endian 21:55:29 Address sizes: 40 bits physical, 48 bits virtual 21:55:29 CPU(s): 4 21:55:29 On-line CPU(s) list: 0-3 21:55:29 Thread(s) per core: 1 21:55:29 Core(s) per socket: 1 21:55:29 Socket(s): 4 21:55:29 NUMA node(s): 1 21:55:29 Vendor ID: GenuineIntel 21:55:29 CPU family: 6 21:55:29 Model: 44 21:55:29 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 21:55:29 Stepping: 1 21:55:29 CPU MHz: 2933.438 21:55:29 BogoMIPS: 5866.87 21:55:29 Virtualization: VT-x 21:55:29 Hypervisor vendor: KVM 21:55:29 Virtualization type: full 21:55:29 L1d cache: 128 KiB 21:55:29 L1i cache: 128 KiB 21:55:29 L2 cache: 16 MiB 21:55:29 L3 cache: 64 MiB 21:55:29 NUMA node0 CPU(s): 0-3 21:55:29 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 21:55:29 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 21:55:29 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 21:55:29 Vulnerability Meltdown: Mitigation; PTI 21:55:29 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 21:55:29 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 21:55:29 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 21:55:29 Vulnerability Srbds: Not affected 21:55:29 Vulnerability Tsx async abort: Not affected 21:55:29 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 21:55:29 21:55:29 21:55:29 ---> nproc: 21:55:29 4 21:55:29 21:55:29 21:55:29 ---> df -h: 21:55:29 Filesystem Size Used Available Use% Mounted on 21:55:29 overlay 50.0G 8.2G 41.7G 17% / 21:55:29 tmpfs 64.0M 0 64.0M 0% /dev 21:55:29 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 21:55:29 shm 64.0M 0 64.0M 0% /dev/shm 21:55:29 /dev/vda1 50.0G 8.2G 41.7G 17% /facter-os 21:55:29 /dev/vda1 50.0G 8.2G 41.7G 17% /etc/resolv.conf 21:55:29 /dev/vda1 50.0G 8.2G 41.7G 17% /etc/hostname 21:55:29 /dev/vda1 50.0G 8.2G 41.7G 17% /etc/hosts 21:55:29 /dev/vda1 50.0G 8.2G 41.7G 17% /var/log/auth.log 21:55:29 /dev/vda1 50.0G 8.2G 41.7G 17% /run/cloud-init/result.json 21:55:29 /dev/vda1 50.0G 8.2G 41.7G 17% /var/log/sa-host 21:55:29 /dev/vda1 50.0G 8.2G 41.7G 17% /var/log/secure 21:55:29 /dev/vda1 50.0G 8.2G 41.7G 17% /w/workspace/edgex-go/43 21:55:29 /dev/vda1 50.0G 8.2G 41.7G 17% /w/workspace/edgex-go/43@tmp 21:55:29 21:55:29 21:55:29 ---> free -m: 21:55:29 total used free shared buff/cache available 21:55:29 Mem: 1837 781 124 0 931 964 21:55:29 Swap: 1023 3 1020 21:55:29 21:55:29 21:55:29 ---> ip addr: 21:55:29 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 21:55:29 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 21:55:29 inet 127.0.0.1/8 scope host lo 21:55:29 valid_lft forever preferred_lft forever 21:55:29 inet6 ::1/128 scope host 21:55:29 valid_lft forever preferred_lft forever 21:55:29 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 21:55:29 link/ether fa:16:3e:74:3f:ea brd ff:ff:ff:ff:ff:ff 21:55:29 inet 10.30.123.76/23 brd 10.30.123.255 scope global dynamic eth0 21:55:29 valid_lft 85600sec preferred_lft 85600sec 21:55:29 inet6 fe80::f816:3eff:fe74:3fea/64 scope link 21:55:29 valid_lft forever preferred_lft forever 21:55:29 3: docker0: mtu 1500 qdisc noqueue state DOWN 21:55:29 link/ether 02:42:94:ae:eb:1a brd ff:ff:ff:ff:ff:ff 21:55:29 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 21:55:29 valid_lft forever preferred_lft forever 21:55:29 inet6 fe80::42:94ff:feae:eb1a/64 scope link 21:55:29 valid_lft forever preferred_lft forever 21:55:29 21:55:29 21:55:29 ---> sar -b -r -n DEV: 21:55:29 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/27/21 _x86_64_ (4 CPU) 21:55:29 21:55:29 21:41:52 LINUX RESTART (4 CPU) 21:55:29 21:55:29 21:43:03 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 21:55:29 21:44:02 82.66 39.21 43.44 0.00 3158.21 36131.48 0.00 21:55:29 21:45:02 21.54 3.90 17.64 0.00 448.52 6814.15 0.00 21:55:29 21:46:01 40.89 13.12 27.77 0.00 4793.15 2239.28 0.00 21:55:29 21:47:02 39.32 18.49 20.83 0.00 2040.25 10441.10 0.00 21:55:29 21:48:02 74.84 28.00 46.85 0.00 2803.84 17108.73 0.00 21:55:29 21:49:02 147.88 60.72 87.17 0.00 2314.34 19300.97 0.00 21:55:29 21:50:01 148.69 23.14 125.55 0.00 1109.11 15586.71 0.00 21:55:29 21:51:02 75.81 57.10 18.72 0.00 1564.38 1861.01 0.00 21:55:29 21:52:01 66.54 21.44 45.10 0.00 803.09 3986.43 0.00 21:55:29 21:53:02 53.89 9.60 44.29 0.00 469.03 4967.61 0.00 21:55:29 21:54:01 26.45 2.83 23.61 0.00 42.34 2280.30 0.00 21:55:29 21:55:02 127.41 60.86 66.55 0.00 6003.28 15874.36 0.00 21:55:29 Average: 75.47 28.27 47.20 0.00 2132.70 11332.71 0.00 21:55:29 21:55:29 21:43:03 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 21:55:29 21:44:02 73904 0 503212 26.74 2620 1301808 1001004 34.16 315740 1293684 49148 21:55:29 21:45:02 109952 0 540804 28.74 2620 1228168 1090716 37.22 476432 1096292 7916 21:55:29 21:46:01 103724 0 645760 34.32 2620 1129440 1357016 46.31 505212 1064608 14272 21:55:29 21:47:02 267052 0 615520 32.71 2620 996352 1381128 47.14 579752 829560 1360 21:55:29 21:48:02 66112 0 702364 37.33 2596 1110472 1528900 52.18 696660 903844 61800 21:55:29 21:49:02 67492 0 749700 39.84 1744 1062608 1576336 53.80 628552 938328 37840 21:55:29 21:50:01 232648 0 810372 43.07 1492 837032 2090268 71.34 529784 840188 40 21:55:29 21:51:02 162276 0 764124 40.61 1492 953652 1643176 56.08 575324 863820 18840 21:55:29 21:52:01 95096 0 945348 50.24 724 840376 1886192 64.37 738076 765548 45524 21:55:29 21:53:02 246532 0 825716 43.89 452 808844 1797168 61.33 660508 687752 52172 21:55:29 21:54:01 237784 0 785784 41.76 452 857524 1653676 56.44 643440 712436 41016 21:55:29 21:55:02 71372 0 796160 42.31 324 1013688 1550944 52.93 626404 889000 46864 21:55:29 Average: 144495 0 723739 38.47 1646 1011664 1546377 52.78 581324 907088 31399 21:55:29 21:55:29 21:43:03 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 21:55:29 21:44:02 eth0 118.88 83.07 524.46 31.89 0.00 0.00 0.00 0.00 21:55:29 21:44:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:55:29 21:44:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:55:29 21:45:02 eth0 377.51 187.95 2771.51 28.52 0.00 0.00 0.00 0.00 21:55:29 21:45:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:55:29 21:45:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:55:29 21:46:01 eth0 163.57 179.83 694.07 41.15 0.00 0.00 0.00 0.00 21:55:29 21:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:55:29 21:46:01 veth6e531e8 107.21 78.62 13.28 250.31 0.00 0.00 0.00 0.00 21:55:29 21:46:01 docker0 107.21 78.49 11.82 250.30 0.00 0.00 0.00 0.00 21:55:29 21:47:02 eth0 484.40 523.26 2383.47 57.93 0.00 0.00 0.00 0.00 21:55:29 21:47:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:55:29 21:47:02 veth6e531e8 516.73 475.97 54.82 2376.67 0.00 0.00 0.00 0.00 21:55:29 21:47:02 docker0 516.73 475.97 47.76 2376.67 0.00 0.00 0.00 0.00 21:55:29 21:48:02 eth0 275.53 217.31 2867.19 24.48 0.00 0.00 0.00 0.00 21:55:29 21:48:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:55:29 21:48:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:55:29 21:49:02 eth0 168.30 108.47 381.29 73.01 0.00 0.00 0.00 0.00 21:55:29 21:49:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:55:29 21:49:02 docker0 81.93 133.23 4.52 366.73 0.00 0.00 0.00 0.00 21:55:29 21:50:01 vethdacd15a 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:55:29 21:50:01 veth47786c1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:55:29 21:50:01 eth0 129.76 56.24 486.87 10.20 0.00 0.00 0.00 0.00 21:55:29 21:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:55:29 21:51:02 eth0 16.18 13.77 16.53 7.02 0.00 0.00 0.00 0.00 21:55:29 21:51:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:55:29 21:51:02 veth616e662 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 21:55:29 21:51:02 docker0 749.80 799.26 67.92 3459.31 0.00 0.00 0.00 0.00 21:55:29 21:52:01 eth0 6.87 4.95 5.17 2.82 0.00 0.00 0.00 0.00 21:55:29 21:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:55:29 21:52:01 veth616e662 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:55:29 21:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:55:29 21:53:02 eth0 33.57 29.16 20.60 72.38 0.00 0.00 0.00 0.00 21:55:29 21:53:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:55:29 21:53:02 veth616e662 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:55:29 21:53:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:55:29 21:54:01 eth0 27.49 22.10 20.36 11.39 0.00 0.00 0.00 0.00 21:55:29 21:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:55:29 21:54:01 veth616e662 2.28 2.28 0.18 0.18 0.00 0.00 0.00 0.00 21:55:29 21:54:01 docker0 2.28 2.28 0.15 0.18 0.00 0.00 0.00 0.00 21:55:29 21:55:02 eth0 205.02 155.94 2146.98 21.22 0.00 0.00 0.00 0.00 21:55:29 21:55:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:55:29 21:55:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:55:29 Average: eth0 167.88 132.61 1030.63 31.89 0.00 0.00 0.00 0.00 21:55:29 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:55:29 Average: docker0 63.67 67.86 5.76 292.90 0.00 0.00 0.00 0.00 21:55:29 21:55:29 21:55:29 ---> sar -P ALL: 21:55:29 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/27/21 _x86_64_ (4 CPU) 21:55:29 21:55:29 21:41:52 LINUX RESTART (4 CPU) 21:55:29 21:55:29 21:43:03 CPU %user %nice %system %iowait %steal %idle 21:55:29 21:44:02 all 7.03 0.00 5.94 8.60 48.90 29.53 21:55:29 21:44:02 0 6.22 0.00 5.03 9.47 48.36 30.92 21:55:29 21:44:02 1 8.52 0.00 6.69 8.55 49.35 26.89 21:55:29 21:44:02 2 7.10 0.00 5.70 9.26 48.11 29.83 21:55:29 21:44:02 3 6.36 0.00 6.42 7.07 49.80 30.35 21:55:29 21:45:02 all 5.46 0.00 1.71 0.37 33.22 59.25 21:55:29 21:45:02 0 3.62 0.00 1.31 0.57 36.73 57.77 21:55:29 21:45:02 1 5.36 0.00 1.62 0.37 32.55 60.10 21:55:29 21:45:02 2 5.81 0.00 1.85 0.41 32.99 58.94 21:55:29 21:45:02 3 7.19 0.00 2.11 0.11 30.33 60.26 21:55:29 21:46:01 all 3.17 0.00 3.19 1.16 40.69 51.80 21:55:29 21:46:01 0 2.25 0.00 2.96 1.06 43.02 50.71 21:55:29 21:46:01 1 3.52 0.00 2.97 0.63 38.80 54.07 21:55:29 21:46:01 2 3.22 0.00 3.21 0.54 40.62 52.40 21:55:29 21:46:01 3 3.73 0.00 3.62 2.47 40.20 49.98 21:55:29 21:47:02 all 6.50 0.00 2.37 0.62 32.32 58.19 21:55:29 21:47:02 0 3.33 0.00 2.27 1.17 34.39 58.84 21:55:29 21:47:02 1 4.09 0.00 2.02 0.08 30.59 63.22 21:55:29 21:47:02 2 11.82 0.00 3.11 1.12 33.32 50.63 21:55:29 21:47:02 3 7.12 0.00 2.11 0.10 31.00 59.66 21:55:29 21:48:02 all 2.13 0.00 1.96 1.40 43.16 51.35 21:55:29 21:48:02 0 1.56 0.00 1.82 1.11 44.45 51.05 21:55:29 21:48:02 1 2.41 0.00 2.26 0.71 42.79 51.82 21:55:29 21:48:02 2 2.56 0.00 1.80 1.50 43.60 50.55 21:55:29 21:48:02 3 2.01 0.00 1.94 2.30 41.77 51.99 21:55:29 21:49:02 all 2.74 0.00 2.69 0.88 38.78 54.91 21:55:29 21:49:02 0 2.46 0.00 2.58 2.17 39.44 53.35 21:55:29 21:49:02 1 2.55 0.00 2.21 0.12 39.05 56.06 21:55:29 21:49:02 2 3.61 0.00 3.21 0.85 38.63 53.70 21:55:29 21:49:02 3 2.37 0.00 2.78 0.36 37.98 56.51 21:55:29 21:50:01 all 4.03 0.00 4.83 5.33 36.26 49.54 21:55:29 21:50:01 0 3.90 0.00 4.35 5.74 36.76 49.25 21:55:29 21:50:01 1 4.29 0.00 4.22 5.20 36.67 49.61 21:55:29 21:50:01 2 3.89 0.00 5.39 6.27 34.92 49.52 21:55:29 21:50:01 3 4.05 0.00 5.39 4.12 36.67 49.77 21:55:29 21:51:02 all 9.04 0.00 4.39 4.44 44.04 38.08 21:55:29 21:51:02 0 10.03 0.00 4.89 3.96 43.28 37.85 21:55:29 21:51:02 1 6.75 0.00 3.69 5.13 44.10 40.33 21:55:29 21:51:02 2 9.82 0.00 4.16 5.98 43.00 37.04 21:55:29 21:51:02 3 9.69 0.00 4.85 2.69 45.81 36.96 21:55:29 21:52:01 all 25.56 0.00 7.53 1.63 47.87 17.42 21:55:29 21:52:01 0 24.91 0.00 7.33 2.16 47.60 18.00 21:55:29 21:52:01 1 22.20 0.00 7.14 1.80 49.08 19.78 21:55:29 21:52:01 2 20.11 0.00 6.39 1.83 49.57 22.10 21:55:29 21:52:01 3 36.36 0.00 9.49 0.62 44.83 8.70 21:55:29 21:53:02 all 26.64 0.00 8.44 1.98 46.37 16.56 21:55:29 21:53:02 0 27.27 0.00 8.41 1.74 46.61 15.97 21:55:29 21:53:02 1 26.30 0.00 8.22 1.68 48.34 15.46 21:55:29 21:53:02 2 25.54 0.00 8.28 2.02 44.67 19.49 21:55:29 21:53:02 3 27.52 0.00 8.86 2.48 45.96 15.18 21:55:29 21:54:01 all 18.70 0.00 7.43 0.88 43.40 29.59 21:55:29 21:54:01 0 15.34 0.00 5.91 1.25 44.43 33.07 21:55:29 21:54:01 1 19.37 0.00 7.55 1.05 43.00 29.03 21:55:29 21:54:01 2 19.09 0.00 7.13 0.48 44.76 28.53 21:55:29 21:54:01 3 21.23 0.00 9.27 0.72 41.30 27.48 21:55:29 21:55:29 21:54:01 CPU %user %nice %system %iowait %steal %idle 21:55:29 21:55:02 all 4.22 0.00 3.94 3.07 31.91 56.85 21:55:29 21:55:02 0 4.52 0.00 4.45 3.17 32.94 54.93 21:55:29 21:55:02 1 4.84 0.00 4.72 4.87 31.57 54.00 21:55:29 21:55:02 2 3.34 0.00 2.99 3.36 31.61 58.71 21:55:29 21:55:02 3 4.22 0.00 3.61 0.88 31.54 59.74 21:55:29 Average: all 8.98 0.00 4.39 2.55 40.42 43.65 21:55:29 Average: 0 8.11 0.00 4.13 2.83 41.38 43.55 21:55:29 Average: 1 8.57 0.00 4.29 2.51 40.26 44.37 21:55:29 Average: 2 9.23 0.00 4.34 2.82 40.38 43.23 21:55:29 Average: 3 10.06 0.00 4.84 2.04 39.65 43.42 21:55:29 21:55:29 21:55:29