Pull request #131 opened 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 cloudxxx8 for edgexfoundry/device-virtual-go Obtained Jenkinsfile from 245d7e668346fa66fe14ab9bae009c913ffe8add+f15eeb60ed1dfaebdbb1110c59d4e99e14864ad0 (c1b9213375f58f8bfb0ef0fafdabd7b57031e1d1) Running in Durability level: MAX_SURVIVABILITY 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 7909e789ffc0fecf34d47f501ec8db0a80105338 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 7909e789ffc0fecf34d47f501ec8db0a80105338 using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-virtual-go/branches/PR-131/workspace@libs/edgex-global-pipelines # timeout=10 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 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > 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 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 7909e789ffc0fecf34d47f501ec8db0a80105338 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 7909e789ffc0fecf34d47f501ec8db0a80105338 # timeout=10 Commit message: "Merge pull request #245 from ernestojeda/fix-go-version-issue" > 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' 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. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-virtual-go] ========================================================= [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 ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-virtual-go-settings PROJECT: device-virtual-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-virtual-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-230 in /w/workspace/foundry_device-virtual-go_PR-131 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:edgexfoundry/device-virtual-go.git > git init /w/workspace/foundry_device-virtual-go_PR-131 # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/131/head:refs/remotes/origin/PR-131 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/131/head:refs/remotes/origin/PR-131 # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/131/head:refs/remotes/origin/PR-131 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit f15eeb60ed1dfaebdbb1110c59d4e99e14864ad0 into PR head commit 245d7e668346fa66fe14ab9bae009c913ffe8add Merge succeeded, producing 245d7e668346fa66fe14ab9bae009c913ffe8add Checking out Revision 245d7e668346fa66fe14ab9bae009c913ffe8add (PR-131) > git config core.sparsecheckout # timeout=10 > git checkout -f 245d7e668346fa66fe14ab9bae009c913ffe8add # 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 f15eeb60ed1dfaebdbb1110c59d4e99e14864ad0 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 245d7e668346fa66fe14ab9bae009c913ffe8add # timeout=10 Commit message: "build: upgrade device-sdk-go with dependabot" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.16.5' fatal: bad object 7909e789ffc0fecf34d47f501ec8db0a80105338 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 15:56:37 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 15:56:37 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 15:56:38 ========================================================= 15:56:38 EdgeX Global Pipelines Version Info 15:56:38 ========================================================= [Pipeline] libraryResource [Pipeline] sh 15:56:39 ------------------- 15:56:39 stable info: 15:56:39 ------------------- 15:56:39 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 15:56:39 Commit SHA: 7909e789ffc0fecf34d47f501ec8db0a80105338 15:56:39 Message: update stable to v1.0.122 15:56:40 ------------------- 15:56:40 experimental info: 15:56:40 ------------------- 15:56:40 Commited By: **** collab-it+edgex@linuxfoundation.org 15:56:40 Commit SHA: 84d9a0843d1df7ebf9e0c4533e50f756df06f1d7 15:56:40 Message: update experimental to v1.0.124 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 15:56:41 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-virtual-go-settings [Pipeline] echo 15:56:41 [edgeXSetupEnvironment]: set envvar PROJECT = device-virtual-go [Pipeline] echo 15:56:41 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 15:56:41 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 15:56:41 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 15:56:41 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 15:56:41 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 15:56:41 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 15:56:42 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 15:56:42 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 15:56:42 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 15:56:42 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-virtual-go [Pipeline] echo 15:56:42 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 15:56:42 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 15:56:42 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 15:56:43 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 15:56:43 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 15:56:43 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 15:56:43 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 15:56:43 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 15:56:43 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 15:56:43 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 15:56:44 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-131 [Pipeline] echo 15:56:44 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-131 [Pipeline] echo 15:56:44 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-131 [Pipeline] echo 15:56:44 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 245d7e668346fa66fe14ab9bae009c913ffe8add [Pipeline] echo 15:56:44 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 245d7e6 [Pipeline] echo 15:56:44 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:56:45 + git log --format=format:%s -1 245d7e668346fa66fe14ab9bae009c913ffe8add [Pipeline] echo 15:56:45 GIT_COMMIT: 245d7e668346fa66fe14ab9bae009c913ffe8add, Commit Message: build: upgrade device-sdk-go with dependabot [Pipeline] echo 15:56:45 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 15:56:46 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:56:46 15:56:46 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 15:56:46 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:56:46 latest: Pulling from edgex-devops/git-semver 15:56:46 31603596830f: Pulling fs layer 15:56:46 2a8b12db71e7: Pulling fs layer 15:56:46 6ca5941a6612: Pulling fs layer 15:56:46 ecc8261a40a4: Pulling fs layer 15:56:46 ecc8261a40a4: Waiting 15:56:46 2a8b12db71e7: Verifying Checksum 15:56:46 2a8b12db71e7: Download complete 15:56:47 31603596830f: Verifying Checksum 15:56:47 31603596830f: Download complete 15:56:47 ecc8261a40a4: Verifying Checksum 15:56:47 ecc8261a40a4: Download complete 15:56:47 6ca5941a6612: Verifying Checksum 15:56:47 6ca5941a6612: Download complete 15:56:47 31603596830f: Pull complete 15:56:47 2a8b12db71e7: Pull complete 15:56:48 6ca5941a6612: Pull complete 15:56:48 ecc8261a40a4: Pull complete 15:56:48 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 15:56:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:56:48 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 15:56:48 prd-centos7-docker-4c-2g-230 does not seem to be running inside a container 15:56:48 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-virtual-go_PR-131 -v /w/workspace/foundry_device-virtual-go_PR-131:/w/workspace/foundry_device-virtual-go_PR-131:rw,z -v /w/workspace/foundry_device-virtual-go_PR-131@tmp:/w/workspace/foundry_device-virtual-go_PR-131@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 15:56:50 $ docker top 8049c5dc1698d3d8c41a3368ebb3d5387f699c40dfe9a225d18e7135a977eb8b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:56:51 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:56:51 [ssh-agent] Looking for ssh-agent implementation... 15:56:51 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:56:51 $ docker exec 8049c5dc1698d3d8c41a3368ebb3d5387f699c40dfe9a225d18e7135a977eb8b ssh-agent 15:56:51 SSH_AUTH_SOCK=/tmp/ssh-WHNB5tY6S0pl/agent.11 15:56:51 SSH_AGENT_PID=16 15:56:51 Running ssh-add (command line suppressed) 15:56:51 Identity added: /w/workspace/foundry_device-virtual-go_PR-131@tmp/private_key_3221361238185848602.key (/w/workspace/foundry_device-virtual-go_PR-131@tmp/private_key_3221361238185848602.key) 15:56:51 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:56:52 + git describe --exact-match --tags HEAD 15:56:52 fatal: No names found, cannot describe anything. [Pipeline] } 15:56:52 $ docker exec --env ******** --env ******** 8049c5dc1698d3d8c41a3368ebb3d5387f699c40dfe9a225d18e7135a977eb8b ssh-agent -k 15:56:52 unset SSH_AUTH_SOCK; 15:56:52 unset SSH_AGENT_PID; 15:56:52 echo Agent pid 16 killed; 15:56:52 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 15:56:52 [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 15:56:52 This usually means this commit has not been tagged. [Pipeline] sshagent 15:56:52 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:56:52 [ssh-agent] Looking for ssh-agent implementation... 15:56:52 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:56:52 $ docker exec 8049c5dc1698d3d8c41a3368ebb3d5387f699c40dfe9a225d18e7135a977eb8b ssh-agent 15:56:52 SSH_AUTH_SOCK=/tmp/ssh-6uKp7xIfofIN/agent.45 15:56:52 SSH_AGENT_PID=50 15:56:52 Running ssh-add (command line suppressed) 15:56:52 Identity added: /w/workspace/foundry_device-virtual-go_PR-131@tmp/private_key_8099084194893798872.key (/w/workspace/foundry_device-virtual-go_PR-131@tmp/private_key_8099084194893798872.key) 15:56:53 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:56:53 + git semver init 15:56:53 # -> Open(): unable to determine branch for HEAD 15:56:53 # $GIT_DIR = /w/workspace/foundry_device-virtual-go_PR-131/.git 15:56:53 # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_PR-131 15:56:53 # $SEMVER_REMOTE_NAME = origin 15:56:53 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:56:53 # $SEMVER_USER_NAME = edgex-jenkins 15:56:53 # $SEMVER_BRANCH = PR-131 15:56:53 # $SEMVER_TEMP = /tmp/semver-789373096 15:56:53 # git clone --branch semver git@github.com:edgexfoundry/device-virtual-go.git $SEMVER_TEMP 15:56:53 # '/tmp/semver-789373096' -> '/w/workspace/foundry_device-virtual-go_PR-131/.semver' 15:56:53 # -> Force: false 15:56:53 # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_PR-131/.semver [Pipeline] } 15:56:53 $ docker exec --env ******** --env ******** 8049c5dc1698d3d8c41a3368ebb3d5387f699c40dfe9a225d18e7135a977eb8b ssh-agent -k 15:56:53 unset SSH_AUTH_SOCK; 15:56:53 unset SSH_AGENT_PID; 15:56:53 echo Agent pid 50 killed; 15:56:53 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:56:54 + git semver [Pipeline] } 15:56:54 $ docker stop --time=1 8049c5dc1698d3d8c41a3368ebb3d5387f699c40dfe9a225d18e7135a977eb8b 15:56:55 $ docker rm -f 8049c5dc1698d3d8c41a3368ebb3d5387f699c40dfe9a225d18e7135a977eb8b [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 15:56:56 Stashed 27 file(s) [Pipeline] echo 15:56:56 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo 15:56:56 Archived original version: [0.0.0] [Pipeline] } [Pipeline] // script [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] node 15:57:12 Still waiting to schedule task 15:57:12 Waiting for next available executor on ‘centos7-docker-4c-2g’ 15:57:12 Still waiting to schedule task 15:57:12 ‘prd-ubuntu18.04-docker-arm64-4c-16g-228’ is offline 15:58:54 Running on prd-ubuntu18.04-docker-arm64-4c-16g-231 in /w/workspace/foundry_device-virtual-go_PR-131 [Pipeline] { [Pipeline] ws 15:58:54 Running in /w/workspace/device-virtual-go/1 [Pipeline] { [Pipeline] checkout 15:58:59 using credential edgex-jenkins-ssh 15:58:59 Cloning the remote Git repository 15:58:59 Cloning with configured refspecs honoured and without tags 15:58:59 Cloning repository git@github.com:edgexfoundry/device-virtual-go.git 15:58:59 > git init /w/workspace/device-virtual-go/1 # timeout=10 15:58:59 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 15:58:59 > git --version # timeout=10 15:58:59 > git --version # 'git version 2.17.1' 15:58:59 using GIT_SSH to set credentials SSH Credentials for GitHub 15:59:00 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/131/head:refs/remotes/origin/PR-131 +refs/heads/master:refs/remotes/origin/master # timeout=10 15:59:00 Fetching without tags 15:59:01 Merging remotes/origin/master commit f15eeb60ed1dfaebdbb1110c59d4e99e14864ad0 into PR head commit 245d7e668346fa66fe14ab9bae009c913ffe8add 15:59:01 Merge succeeded, producing 245d7e668346fa66fe14ab9bae009c913ffe8add 15:59:01 Checking out Revision 245d7e668346fa66fe14ab9bae009c913ffe8add (PR-131) 15:59:00 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 15:59:00 > git config --add remote.origin.fetch +refs/pull/131/head:refs/remotes/origin/PR-131 # timeout=10 15:59:00 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 15:59:00 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 15:59:00 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 15:59:00 using GIT_SSH to set credentials SSH Credentials for GitHub 15:59:00 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/131/head:refs/remotes/origin/PR-131 +refs/heads/master:refs/remotes/origin/master # timeout=10 15:59:01 > git config core.sparsecheckout # timeout=10 15:59:01 > git checkout -f 245d7e668346fa66fe14ab9bae009c913ffe8add # timeout=10 15:59:01 > git remote # timeout=10 15:59:01 > git config --get remote.origin.url # timeout=10 15:59:01 using GIT_SSH to set credentials SSH Credentials for GitHub 15:59:01 > git merge f15eeb60ed1dfaebdbb1110c59d4e99e14864ad0 # timeout=10 15:59:01 > git rev-parse HEAD^{commit} # timeout=10 15:59:01 > git config core.sparsecheckout # timeout=10 15:59:01 > git checkout -f 245d7e668346fa66fe14ab9bae009c913ffe8add # timeout=10 15:59:06 Commit message: "build: upgrade device-sdk-go with dependabot" 15:59:06 > git --version # timeout=10 15:59:06 > git --version # 'git version 2.17.1' 15:59:06 fatal: bad object 7909e789ffc0fecf34d47f501ec8db0a80105338 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 15:59:07 ========================================================= 15:59:07 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 15:59:07 ========================================================= [Pipeline] isUnix [Pipeline] sh 15:59:08 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 15:59:09 Sending build context to Docker daemon 548.4kB 15:59:09 Step 1/8 : ARG BASE=golang:1.15-alpine 15:59:09 Step 2/8 : FROM ${BASE} 15:59:10 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 15:59:10 b538f80385f9: Pulling fs layer 15:59:10 74f711af9a0d: Pulling fs layer 15:59:10 99f96fe45779: Pulling fs layer 15:59:10 8529a6b9a6be: Pulling fs layer 15:59:10 45590311c82a: Pulling fs layer 15:59:10 69ca0ff8b7b3: Pulling fs layer 15:59:10 209524e5b208: Pulling fs layer 15:59:10 8529a6b9a6be: Waiting 15:59:10 45590311c82a: Waiting 15:59:10 69ca0ff8b7b3: Waiting 15:59:10 209524e5b208: Waiting 15:59:10 99f96fe45779: Download complete 15:59:10 74f711af9a0d: Verifying Checksum 15:59:10 74f711af9a0d: Download complete 15:59:10 45590311c82a: Download complete 15:59:10 69ca0ff8b7b3: Verifying Checksum 15:59:10 69ca0ff8b7b3: Download complete 15:59:10 b538f80385f9: Verifying Checksum 15:59:10 b538f80385f9: Download complete 15:59:10 b538f80385f9: Pull complete 15:59:11 Running on prd-centos7-docker-4c-2g-232 in /w/workspace/foundry_device-virtual-go_PR-131 [Pipeline] { 15:59:11 74f711af9a0d: Pull complete [Pipeline] ws 15:59:11 Running in /w/workspace/device-virtual-go/1 [Pipeline] { [Pipeline] checkout 15:59:12 99f96fe45779: Pull complete 15:59:13 209524e5b208: Verifying Checksum 15:59:13 209524e5b208: Download complete 15:59:14 using credential edgex-jenkins-ssh 15:59:14 Cloning the remote Git repository 15:59:14 Cloning with configured refspecs honoured and without tags 15:59:15 8529a6b9a6be: Verifying Checksum 15:59:15 8529a6b9a6be: Download complete 15:59:14 Cloning repository git@github.com:edgexfoundry/device-virtual-go.git 15:59:14 > git init /w/workspace/device-virtual-go/1 # timeout=10 15:59:14 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 15:59:14 > git --version # timeout=10 15:59:14 > git --version # 'git version 2.16.5' 15:59:14 using GIT_SSH to set credentials SSH Credentials for GitHub 15:59:14 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/131/head:refs/remotes/origin/PR-131 +refs/heads/master:refs/remotes/origin/master # timeout=10 15:59:15 Fetching without tags 15:59:15 Merging remotes/origin/master commit f15eeb60ed1dfaebdbb1110c59d4e99e14864ad0 into PR head commit 245d7e668346fa66fe14ab9bae009c913ffe8add 15:59:15 Merge succeeded, producing 245d7e668346fa66fe14ab9bae009c913ffe8add 15:59:15 Checking out Revision 245d7e668346fa66fe14ab9bae009c913ffe8add (PR-131) 15:59:15 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 15:59:15 > git config --add remote.origin.fetch +refs/pull/131/head:refs/remotes/origin/PR-131 # timeout=10 15:59:15 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 15:59:15 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 15:59:15 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 15:59:15 using GIT_SSH to set credentials SSH Credentials for GitHub 15:59:15 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/131/head:refs/remotes/origin/PR-131 +refs/heads/master:refs/remotes/origin/master # timeout=10 15:59:15 > git config core.sparsecheckout # timeout=10 15:59:15 > git checkout -f 245d7e668346fa66fe14ab9bae009c913ffe8add # timeout=10 15:59:15 > git remote # timeout=10 15:59:15 > git config --get remote.origin.url # timeout=10 15:59:15 using GIT_SSH to set credentials SSH Credentials for GitHub 15:59:15 > git merge f15eeb60ed1dfaebdbb1110c59d4e99e14864ad0 # timeout=10 15:59:15 > git rev-parse HEAD^{commit} # timeout=10 15:59:15 > git config core.sparsecheckout # timeout=10 15:59:15 > git checkout -f 245d7e668346fa66fe14ab9bae009c913ffe8add # timeout=10 15:59:19 Commit message: "build: upgrade device-sdk-go with dependabot" 15:59:19 > git --version # timeout=10 15:59:19 > git --version # 'git version 2.16.5' 15:59:19 fatal: bad object 7909e789ffc0fecf34d47f501ec8db0a80105338 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 15:59:20 ========================================================= 15:59:20 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 15:59:20 ========================================================= [Pipeline] isUnix [Pipeline] sh 15:59:21 + 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 . 15:59:21 Sending build context to Docker daemon 548.4kB 15:59:21 Step 1/8 : ARG BASE=golang:1.15-alpine 15:59:21 Step 2/8 : FROM ${BASE} 15:59:21 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 15:59:21 df20fa9351a1: Pulling fs layer 15:59:21 ed8968b2872e: Pulling fs layer 15:59:21 a92cc7c5fd73: Pulling fs layer 15:59:21 e871e8e8d7a9: Pulling fs layer 15:59:21 e73272ec9a57: Pulling fs layer 15:59:21 1e910a182e73: Pulling fs layer 15:59:21 4e634b169226: Pulling fs layer 15:59:21 e73272ec9a57: Waiting 15:59:21 4e634b169226: Waiting 15:59:21 1e910a182e73: Waiting 15:59:21 e871e8e8d7a9: Waiting 15:59:21 a92cc7c5fd73: Download complete 15:59:21 ed8968b2872e: Download complete 15:59:21 e73272ec9a57: Download complete 15:59:21 1e910a182e73: Verifying Checksum 15:59:21 1e910a182e73: Download complete 15:59:21 df20fa9351a1: Verifying Checksum 15:59:21 df20fa9351a1: Download complete 15:59:22 df20fa9351a1: Pull complete 15:59:22 ed8968b2872e: Pull complete 15:59:22 a92cc7c5fd73: Pull complete 15:59:23 4e634b169226: Verifying Checksum 15:59:23 4e634b169226: Download complete 15:59:24 e871e8e8d7a9: Verifying Checksum 15:59:24 e871e8e8d7a9: Download complete 15:59:25 8529a6b9a6be: Pull complete 15:59:25 45590311c82a: Pull complete 15:59:25 69ca0ff8b7b3: Pull complete 15:59:29 e871e8e8d7a9: Pull complete 15:59:29 e73272ec9a57: Pull complete 15:59:29 1e910a182e73: Pull complete 15:59:29 209524e5b208: Pull complete 15:59:29 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 15:59:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 15:59:29 ---> 5bddaf1c2fca 15:59:29 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 15:59:32 ---> Running in b40bf7a7e624 15:59:32 Removing intermediate container b40bf7a7e624 15:59:32 ---> de0dcd997f04 15:59:32 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:59:32 ---> Running in ce6a4df1d886 15:59:33 4e634b169226: Pull complete 15:59:33 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 15:59:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 15:59:33 ---> f7629b54cfaa 15:59:33 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 15:59:33 ---> Running in 85a320a68dd9 15:59:33 Removing intermediate container 85a320a68dd9 15:59:33 ---> c2db04f48051 15:59:33 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:59:33 ---> Running in 6541d81bd702 15:59:35 Removing intermediate container ce6a4df1d886 15:59:35 ---> 1e47cb67b15d 15:59:35 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 15:59:35 ---> Running in b79c5619c63a 15:59:35 Removing intermediate container 6541d81bd702 15:59:35 ---> bdc59e9225de 15:59:35 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 15:59:35 ---> Running in d46a9909f948 15:59:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:59:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:59:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:59:37 (1/14) Installing libmagic (5.38-r0) 15:59:37 (2/14) Installing file (5.38-r0) 15:59:37 (3/14) Installing libc-dev (0.7.2-r3) 15:59:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:59:37 (4/14) Installing g++ (9.3.0-r2) 15:59:38 (1/14) Installing libmagic (5.38-r0) 15:59:38 (2/14) Installing file (5.38-r0) 15:59:38 (3/14) Installing libc-dev (0.7.2-r3) 15:59:38 (4/14) Installing g++ (9.3.0-r2) 15:59:42 (5/14) Installing fortify-headers (1.1-r0) 15:59:42 (6/14) Installing patch (2.7.6-r6) 15:59:42 (7/14) Installing build-base (0.5-r2) 15:59:42 (8/14) Installing openssh-keygen (8.3_p1-r0) 15:59:42 (9/14) Installing libedit (20191231.3.1-r0) 15:59:42 (10/14) Installing openssh-client (8.3_p1-r0) 15:59:42 (11/14) Installing openssh-sftp-server (8.3_p1-r0) 15:59:42 (12/14) Installing openssh-server-common (8.3_p1-r0) 15:59:42 (13/14) Installing openssh-server (8.3_p1-r0) 15:59:43 (5/14) Installing fortify-headers (1.1-r0) 15:59:43 (6/14) Installing patch (2.7.6-r6) 15:59:43 (14/14) Installing openssh (8.3_p1-r0) 15:59:43 Executing busybox-1.31.1-r16.trigger 15:59:43 OK: 221 MiB in 53 packages 15:59:43 (7/14) Installing build-base (0.5-r2) 15:59:43 (8/14) Installing openssh-keygen (8.3_p1-r0) 15:59:43 (9/14) Installing libedit (20191231.3.1-r0) 15:59:43 (10/14) Installing openssh-client (8.3_p1-r0) 15:59:44 (11/14) Installing openssh-sftp-server (8.3_p1-r0) 15:59:44 (12/14) Installing openssh-server-common (8.3_p1-r0) 15:59:44 (13/14) Installing openssh-server (8.3_p1-r0) 15:59:44 (14/14) Installing openssh (8.3_p1-r0) 15:59:44 Executing busybox-1.31.1-r16.trigger 15:59:44 OK: 237 MiB in 53 packages 15:59:47 Removing intermediate container b79c5619c63a 15:59:47 ---> 7ad5e69ecab0 15:59:47 Step 6/8 : WORKDIR /device-virtual-go 15:59:47 Removing intermediate container d46a9909f948 15:59:47 ---> 9cab89c5baff 15:59:47 Step 6/8 : WORKDIR /device-virtual-go 15:59:47 ---> Running in d97497dc10d2 15:59:47 Removing intermediate container d97497dc10d2 15:59:47 ---> d7a51a49cca3 15:59:47 Step 7/8 : COPY . . 15:59:47 ---> Running in 911b0c868b4e 15:59:48 ---> 6a47d1286257 15:59:48 Step 8/8 : RUN go mod download 15:59:48 ---> Running in 8f4f62aa61b3 15:59:48 Removing intermediate container 911b0c868b4e 15:59:48 ---> 5b9eb05871cb 15:59:48 Step 7/8 : COPY . . 15:59:49 ---> 15691affbb50 15:59:49 Step 8/8 : RUN go mod download 15:59:49 ---> Running in b4fd5fafe6ae 16:00:03 Removing intermediate container 8f4f62aa61b3 16:00:03 ---> 2c522c621b93 16:00:03 Successfully built 2c522c621b93 16:00:03 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 16:00:03 + docker inspect -f . ci-base-image-x86_64 16:00:03 . [Pipeline] withDockerContainer 16:00:04 prd-centos7-docker-4c-2g-232 does not seem to be running inside a container 16:00:04 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/1 -v /w/workspace/device-virtual-go/1:/w/workspace/device-virtual-go/1:rw,z -v /w/workspace/device-virtual-go/1@tmp:/w/workspace/device-virtual-go/1@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 ******** ci-base-image-x86_64 cat 16:00:04 Removing intermediate container b4fd5fafe6ae 16:00:04 ---> 31a456ba7ec2 16:00:04 Successfully built 31a456ba7ec2 16:00:04 Successfully tagged ci-base-image-arm64:latest 16:00:05 $ docker top fa0273e26e400417f0ead7ab94942905cddabcec8bd847c83e8fffe88b01e5cd -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] isUnix [Pipeline] sh 16:00:05 + go version 16:00:05 go version go1.15.2 linux/amd64 [Pipeline] } 16:00:06 $ docker stop --time=1 fa0273e26e400417f0ead7ab94942905cddabcec8bd847c83e8fffe88b01e5cd 16:00:06 + docker inspect -f . ci-base-image-arm64 16:00:06 . 16:00:07 $ docker rm -f fa0273e26e400417f0ead7ab94942905cddabcec8bd847c83e8fffe88b01e5cd [Pipeline] // withDockerContainer [Pipeline] withDockerContainer 16:00:07 prd-ubuntu18.04-docker-arm64-4c-16g-231 does not seem to be running inside a container 16:00:07 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/1 -v /w/workspace/device-virtual-go/1:/w/workspace/device-virtual-go/1:rw,z -v /w/workspace/device-virtual-go/1@tmp:/w/workspace/device-virtual-go/1@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 ******** ci-base-image-arm64 cat 16:00:09 $ docker top b0f380a97bd5c057b828b517ca9ed864722756c24cd4e0959a8a4dd334037ea8 -eo pid,comm [Pipeline] { [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] sh [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:00:11 + docker inspect -f . ci-base-image-x86_64 16:00:11 . [Pipeline] withDockerContainer 16:00:11 prd-centos7-docker-4c-2g-232 does not seem to be running inside a container 16:00:11 + go version 16:00:11 go version go1.15.2 linux/arm64 16:00:11 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/1 -v /w/workspace/device-virtual-go/1:/w/workspace/device-virtual-go/1:rw,z -v /w/workspace/device-virtual-go/1@tmp:/w/workspace/device-virtual-go/1@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 ******** ci-base-image-x86_64 cat 16:00:12 $ docker top 376766fdcf1fc14d05aa2e1649d37d067de34c086b59cabac65480e3cbe7036d -eo pid,comm [Pipeline] { [Pipeline] } 16:00:12 $ docker stop --time=1 b0f380a97bd5c057b828b517ca9ed864722756c24cd4e0959a8a4dd334037ea8 16:00:14 $ docker rm -f b0f380a97bd5c057b828b517ca9ed864722756c24cd4e0959a8a4dd334037ea8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] sh [Pipeline] // script [Pipeline] } 16:00:15 + make test 16:00:15 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:00:15 ? github.com/edgexfoundry/device-virtual-go [no test files] 16:00:15 + docker inspect -f . ci-base-image-arm64 16:00:15 . [Pipeline] withDockerContainer 16:00:16 prd-ubuntu18.04-docker-arm64-4c-16g-231 does not seem to be running inside a container 16:00:16 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/1 -v /w/workspace/device-virtual-go/1:/w/workspace/device-virtual-go/1:rw,z -v /w/workspace/device-virtual-go/1@tmp:/w/workspace/device-virtual-go/1@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 ******** ci-base-image-arm64 cat 16:00:18 $ docker top 218f5b2d7a92d0d89d1c0f7af63b326c6f9e479d5cf02321904e9b2454005509 -eo pid,comm [Pipeline] { [Pipeline] sh 16:00:19 + make test 16:00:19 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 16:00:20 ? github.com/edgexfoundry/device-virtual-go [no test files] 16:00:25 # github.com/edgexfoundry/device-virtual-go/internal/driver 16:00:25 internal/driver/virtualdriver.go:34:16: undefined: service.Service 16:00:27 # github.com/edgexfoundry/device-virtual-go/internal/driver [github.com/edgexfoundry/device-virtual-go/internal/driver.test] 16:00:27 internal/driver/virtualdriver.go:34: undefined: service.Service 16:00:27 FAIL github.com/edgexfoundry/device-virtual-go/internal/driver [build failed] 16:00:27 make: *** [Makefile:23: test] Error 2 [Pipeline] } 16:00:27 $ docker stop --time=1 376766fdcf1fc14d05aa2e1649d37d067de34c086b59cabac65480e3cbe7036d 16:00:30 $ docker rm -f 376766fdcf1fc14d05aa2e1649d37d067de34c086b59cabac65480e3cbe7036d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "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] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 16:00:33 Failed in branch amd64 16:00:52 # github.com/edgexfoundry/device-virtual-go/internal/driver 16:00:52 internal/driver/virtualdriver.go:34:16: undefined: service.Service 16:00:57 # github.com/edgexfoundry/device-virtual-go/internal/driver [github.com/edgexfoundry/device-virtual-go/internal/driver.test] 16:00:57 internal/driver/virtualdriver.go:34: undefined: service.Service 16:00:58 FAIL github.com/edgexfoundry/device-virtual-go/internal/driver [build failed] 16:00:58 make: *** [Makefile:23: test] Error 2 [Pipeline] } 16:00:59 $ docker stop --time=1 218f5b2d7a92d0d89d1c0f7af63b326c6f9e479d5cf02321904e9b2454005509 16:01:01 $ docker rm -f 218f5b2d7a92d0d89d1c0f7af63b326c6f9e479d5cf02321904e9b2454005509 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "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] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 16:01:04 Failed in branch arm64 [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] { (Clair Scan) Stage "Clair 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] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) 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 16:01:08 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 16:01:09 ---> package-listing.sh 16:01:09 ++ facter osfamily 16:01:09 ++ tr '[:upper:]' '[:lower:]' 16:01:09 + OS_FAMILY=redhat 16:01:09 + workspace=/w/workspace/foundry_device-virtual-go_PR-131 16:01:09 + START_PACKAGES=/tmp/packages_start.txt 16:01:09 + END_PACKAGES=/tmp/packages_end.txt 16:01:09 + DIFF_PACKAGES=/tmp/packages_diff.txt 16:01:09 + PACKAGES=/tmp/packages_start.txt 16:01:09 + '[' /w/workspace/foundry_device-virtual-go_PR-131 ']' 16:01:09 + PACKAGES=/tmp/packages_end.txt 16:01:09 + case "${OS_FAMILY}" in 16:01:09 + rpm -qa 16:01:09 + sort 16:01:13 + '[' -f /tmp/packages_start.txt ']' 16:01:13 + '[' -f /tmp/packages_end.txt ']' 16:01:13 + diff /tmp/packages_start.txt /tmp/packages_end.txt 16:01:13 + '[' /w/workspace/foundry_device-virtual-go_PR-131 ']' 16:01:13 + mkdir -p /w/workspace/foundry_device-virtual-go_PR-131/archives/ 16:01:13 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/foundry_device-virtual-go_PR-131/archives/ [Pipeline] isUnix [Pipeline] sh 16:01:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:01:14 16:01:14 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 16:01:14 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:01:14 alpine: Pulling from edgex-lftools-log-publisher 16:01:14 df20fa9351a1: Pulling fs layer 16:01:14 36b3adc4ff6f: Pulling fs layer 16:01:14 8ad3a11d3b57: Pulling fs layer 16:01:14 46f8f816bc3b: Pulling fs layer 16:01:14 0dadc02b9964: Pulling fs layer 16:01:14 ce6a7cf60c04: Pulling fs layer 16:01:14 7a184a31f384: Pulling fs layer 16:01:14 0879bd2ef858: Pulling fs layer 16:01:14 0dadc02b9964: Waiting 16:01:14 ce6a7cf60c04: Waiting 16:01:14 7a184a31f384: Waiting 16:01:14 0879bd2ef858: Waiting 16:01:14 46f8f816bc3b: Waiting 16:01:14 36b3adc4ff6f: Verifying Checksum 16:01:14 36b3adc4ff6f: Download complete 16:01:14 46f8f816bc3b: Verifying Checksum 16:01:14 46f8f816bc3b: Download complete 16:01:14 df20fa9351a1: Verifying Checksum 16:01:14 df20fa9351a1: Download complete 16:01:14 ce6a7cf60c04: Download complete 16:01:14 7a184a31f384: Verifying Checksum 16:01:14 7a184a31f384: Download complete 16:01:14 0dadc02b9964: Verifying Checksum 16:01:14 0dadc02b9964: Download complete 16:01:14 8ad3a11d3b57: Verifying Checksum 16:01:14 8ad3a11d3b57: Download complete 16:01:15 df20fa9351a1: Pull complete 16:01:15 36b3adc4ff6f: Pull complete 16:01:15 0879bd2ef858: Verifying Checksum 16:01:15 0879bd2ef858: Download complete 16:01:16 8ad3a11d3b57: Pull complete 16:01:16 46f8f816bc3b: Pull complete 16:01:16 0dadc02b9964: Pull complete 16:01:16 ce6a7cf60c04: Pull complete 16:01:16 7a184a31f384: Pull complete 16:01:19 0879bd2ef858: Pull complete 16:01:19 Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 16:01:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:01:19 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 16:01:19 prd-centos7-docker-4c-2g-230 does not seem to be running inside a container 16:01:19 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa-host -w /w/workspace/foundry_device-virtual-go_PR-131 -v /w/workspace/foundry_device-virtual-go_PR-131:/w/workspace/foundry_device-virtual-go_PR-131:rw,z -v /w/workspace/foundry_device-virtual-go_PR-131@tmp:/w/workspace/foundry_device-virtual-go_PR-131@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:10003/edgex-lftools-log-publisher:alpine cat 16:01:23 $ docker top 1aeec370a35ddd7129fb0d8d4fe764428d6748f4b44b73aa2c253df9464814ef -eo pid,comm [Pipeline] { [Pipeline] sh 16:01:24 + mkdir -p /var/log/sa [Pipeline] sh 16:01:24 + ls /var/log/sa-host 16:01:24 + sadf -c /var/log/sa-host/sa05 16:01:24 file_magic: OK 16:01:24 HZ: Using current value: 100 16:01:24 file_header: OK 16:01:24 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 16:01:24 Statistics: 16:01:24 Hnuu...uuuununununu...Hnuu...uuuununununu... 16:01:24 File successfully converted to sysstat format version 12.2.1 16:01:24 + sadf -c /var/log/sa-host/sa17 16:01:24 file_magic: OK 16:01:24 HZ: Using current value: 100 16:01:24 file_header: OK 16:01:24 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 16:01:24 Statistics: 16:01:24 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 16:01:24 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:01:25 provisioning config files... 16:01:25 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/foundry_device-virtual-go_PR-131@tmp/config3447630220026817123tmp [Pipeline] { [Pipeline] echo 16:01:25 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 16:01:25 ---> create-netrc.sh [Pipeline] echo 16:01:25 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 16:01:25 ---> logs-deploy.sh 16:01:25 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/PR-131/1 16:01:25 INFO: archiving workspace using pattern(s): 16:01:27 Archives upload complete. 16:01:27 INFO: archiving logs to Nexus 16:01:28 ---> uname -a: 16:01:28 Linux 1aeec370a35d 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 16:01:28 16:01:28 16:01:28 ---> lscpu: 16:01:28 Architecture: x86_64 16:01:28 CPU op-mode(s): 32-bit, 64-bit 16:01:28 Byte Order: Little Endian 16:01:28 Address sizes: 40 bits physical, 48 bits virtual 16:01:28 CPU(s): 4 16:01:28 On-line CPU(s) list: 0-3 16:01:28 Thread(s) per core: 1 16:01:28 Core(s) per socket: 1 16:01:28 Socket(s): 4 16:01:28 NUMA node(s): 1 16:01:28 Vendor ID: GenuineIntel 16:01:28 CPU family: 6 16:01:28 Model: 44 16:01:28 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 16:01:28 Stepping: 1 16:01:28 CPU MHz: 2933.436 16:01:28 BogoMIPS: 5866.87 16:01:28 Virtualization: VT-x 16:01:28 Hypervisor vendor: KVM 16:01:28 Virtualization type: full 16:01:28 L1d cache: 128 KiB 16:01:28 L1i cache: 128 KiB 16:01:28 L2 cache: 16 MiB 16:01:28 L3 cache: 64 MiB 16:01:28 NUMA node0 CPU(s): 0-3 16:01:28 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 16:01:28 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 16:01:28 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 16:01:28 Vulnerability Meltdown: Mitigation; PTI 16:01:28 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 16:01:28 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 16:01:28 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 16:01:28 Vulnerability Tsx async abort: Not affected 16:01:28 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 16:01:28 16:01:28 16:01:28 ---> nproc: 16:01:28 4 16:01:28 16:01:28 16:01:28 ---> df -h: 16:01:28 Filesystem Size Used Available Use% Mounted on 16:01:28 overlay 50.0G 6.9G 43.0G 14% / 16:01:28 tmpfs 64.0M 0 64.0M 0% /dev 16:01:28 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 16:01:28 shm 64.0M 0 64.0M 0% /dev/shm 16:01:28 /dev/vda1 50.0G 6.9G 43.0G 14% /etc/resolv.conf 16:01:28 /dev/vda1 50.0G 6.9G 43.0G 14% /etc/hostname 16:01:28 /dev/vda1 50.0G 6.9G 43.0G 14% /etc/hosts 16:01:28 /dev/vda1 50.0G 6.9G 43.0G 14% /var/log/sa-host 16:01:28 /dev/vda1 50.0G 6.9G 43.0G 14% /w/workspace/foundry_device-virtual-go_PR-131 16:01:28 /dev/vda1 50.0G 6.9G 43.0G 14% /w/workspace/foundry_device-virtual-go_PR-131@tmp 16:01:28 16:01:28 16:01:28 ---> free -m: 16:01:28 total used free shared buff/cache available 16:01:28 Mem: 1837 658 141 0 1037 1070 16:01:28 Swap: 1023 1 1022 16:01:28 16:01:28 16:01:28 ---> ip addr: 16:01:28 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 16:01:28 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 16:01:28 inet 127.0.0.1/8 scope host lo 16:01:28 valid_lft forever preferred_lft forever 16:01:28 6: eth0@if7: mtu 1458 qdisc noqueue state UP 16:01:28 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 16:01:28 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 16:01:28 valid_lft forever preferred_lft forever 16:01:28 16:01:28 16:01:28 ---> sar -b -r -n DEV: 16:01:28 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/17/20 _x86_64_ (4 CPU) 16:01:28 16:01:28 15:55:44 LINUX RESTART (4 CPU) 16:01:28 16:01:28 15:57:03 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 16:01:28 15:58:01 3.26 0.00 3.26 0.00 0.00 107.87 0.00 16:01:28 15:59:01 0.35 0.00 0.35 0.00 0.00 5.41 0.00 16:01:28 16:00:01 0.18 0.00 0.18 0.00 0.00 2.16 0.00 16:01:28 16:01:01 0.32 0.02 0.30 0.00 0.13 3.65 0.00 16:01:28 Average: 1.01 0.00 1.00 0.00 0.03 29.11 0.00 16:01:28 16:01:28 15:57:03 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 16:01:28 15:58:01 181836 0 572312 30.42 2620 1124788 1062884 36.27 409676 1132008 12 16:01:28 15:59:01 181672 0 572472 30.43 2620 1124792 1063096 36.28 412176 1130212 20 16:01:28 16:00:01 179436 0 574700 30.54 2620 1124800 1063060 36.28 414000 1130204 12 16:01:28 16:01:01 177688 0 576448 30.64 2620 1124800 1065292 36.36 420212 1125528 8 16:01:28 Average: 180158 0 573983 30.51 2620 1124795 1063583 36.30 414016 1129488 13 16:01:28 16:01:28 15:57:03 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 16:01:28 15:58:01 eth0 0.57 0.07 0.04 0.02 0.00 0.00 0.00 0.00 16:01:28 15:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:01:28 15:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:01:28 15:59:01 eth0 1.57 0.47 0.69 0.18 0.00 0.00 0.00 0.00 16:01:28 15:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:01:28 15:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:01:28 16:00:01 eth0 0.50 0.33 0.27 0.23 0.00 0.00 0.00 0.00 16:01:28 16:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:01:28 16:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:01:28 16:01:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 16:01:28 16:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:01:28 16:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:01:28 Average: eth0 0.68 0.24 0.25 0.11 0.00 0.00 0.00 0.00 16:01:28 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:01:28 Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:01:28 16:01:28 16:01:28 ---> sar -P ALL: 16:01:28 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/17/20 _x86_64_ (4 CPU) 16:01:28 16:01:28 15:55:44 LINUX RESTART (4 CPU) 16:01:28 16:01:28 15:57:03 CPU %user %nice %system %iowait %steal %idle 16:01:28 15:58:01 all 0.18 0.00 0.05 0.00 0.00 99.77 16:01:28 15:58:01 0 0.55 0.00 0.05 0.00 0.00 99.40 16:01:28 15:58:01 1 0.09 0.00 0.03 0.00 0.00 99.88 16:01:28 15:58:01 2 0.07 0.00 0.09 0.00 0.00 99.84 16:01:28 15:58:01 3 0.02 0.00 0.03 0.00 0.00 99.95 16:01:28 15:59:01 all 0.17 0.00 0.03 0.00 0.00 99.80 16:01:28 15:59:01 0 0.55 0.00 0.03 0.00 0.00 99.42 16:01:28 15:59:01 1 0.03 0.00 0.03 0.00 0.00 99.93 16:01:28 15:59:01 2 0.05 0.00 0.03 0.00 0.00 99.92 16:01:28 15:59:01 3 0.05 0.00 0.03 0.00 0.00 99.92 16:01:28 16:00:01 all 0.16 0.00 0.02 0.00 0.00 99.82 16:01:28 16:00:01 0 0.48 0.00 0.02 0.00 0.00 99.50 16:01:28 16:00:01 1 0.08 0.00 0.02 0.00 0.00 99.90 16:01:28 16:00:01 2 0.03 0.00 0.03 0.00 0.00 99.93 16:01:28 16:00:01 3 0.05 0.00 0.02 0.00 0.00 99.93 16:01:28 16:01:01 all 0.16 0.00 0.05 0.00 0.00 99.78 16:01:28 16:01:01 0 0.55 0.00 0.05 0.00 0.02 99.38 16:01:28 16:01:01 1 0.03 0.00 0.08 0.00 0.00 99.88 16:01:28 16:01:01 2 0.05 0.00 0.03 0.00 0.00 99.92 16:01:28 16:01:01 3 0.02 0.00 0.03 0.00 0.00 99.95 16:01:28 Average: all 0.17 0.00 0.04 0.00 0.00 99.79 16:01:28 Average: 0 0.53 0.00 0.04 0.00 0.00 99.42 16:01:28 Average: 1 0.06 0.00 0.04 0.00 0.00 99.90 16:01:28 Average: 2 0.05 0.00 0.05 0.00 0.00 99.90 16:01:28 Average: 3 0.03 0.00 0.03 0.00 0.00 99.94 16:01:28 16:01:28 16:01:28