Pull request #199 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 lenny-intel for edgexfoundry/device-virtual-go Obtained Jenkinsfile from ff158f9209222a4049e2ebc7759a979c330d6fd2+f4aebf8748ab7be86a29ddf5fd115bbf3ef26eb1 (87bfafbff5feae30c0ee86ff1d32af4bb05ca252) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision aa25fb65c2461e649b1a162fbf19ec71f4863fbd Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision aa25fb65c2461e649b1a162fbf19ec71f4863fbd using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision aa25fb65c2461e649b1a162fbf19ec71f4863fbd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa25fb65c2461e649b1a162fbf19ec71f4863fbd # timeout=10 Commit message: "Merge pull request #336 from ernestojeda/golang-1.16" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [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.16 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-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 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-4185 in /w/workspace/foundry_device-virtual-go_PR-199 [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/device-virtual-go.git > git init /w/workspace/foundry_device-virtual-go_PR-199 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-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/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-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/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 --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/199/head:refs/remotes/origin/PR-199 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit f4aebf8748ab7be86a29ddf5fd115bbf3ef26eb1 into PR head commit ff158f9209222a4049e2ebc7759a979c330d6fd2 Merge succeeded, producing ff158f9209222a4049e2ebc7759a979c330d6fd2 Checking out Revision ff158f9209222a4049e2ebc7759a979c330d6fd2 (PR-199) > git config core.sparsecheckout # timeout=10 > git checkout -f ff158f9209222a4049e2ebc7759a979c330d6fd2 # 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 f4aebf8748ab7be86a29ddf5fd115bbf3ef26eb1 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ff158f9209222a4049e2ebc7759a979c330d6fd2 # timeout=10 Commit message: "refactor: Updated to latest SDK and update MessageQue type to be `redis`" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 20:24:59 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 20:24:59 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 20:24:59 ========================================================= 20:24:59 EdgeX Global Pipelines Version Info 20:24:59 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk c04e4a688faf959e97f5f207619e9c458df08276 # timeout=10 20:25:02 ------------------- 20:25:02 stable info: 20:25:02 ------------------- 20:25:02 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 20:25:02 Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd 20:25:02 Message: update stable to v1.0.191 20:25:03 ------------------- 20:25:03 experimental info: 20:25:03 ------------------- 20:25:03 Commited By: **** collab-it+edgex@linuxfoundation.org 20:25:03 Commit SHA: 9d0281235b943b7ad605f650702698f9078b2862 20:25:03 Message: update experimental to v1.0.192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 20:25:03 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-virtual-go-settings [Pipeline] echo 20:25:03 [edgeXSetupEnvironment]: set envvar PROJECT = device-virtual-go [Pipeline] echo 20:25:03 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 20:25:03 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 20:25:03 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 20:25:03 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 20:25:03 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 20:25:03 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo 20:25:03 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 20:25:03 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 20:25:03 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 20:25:05 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-virtual-go [Pipeline] echo 20:25:05 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 20:25:05 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 20:25:05 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 20:25:05 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 20:25:05 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 20:25:05 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 20:25:05 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 20:25:05 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 20:25:05 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 20:25:05 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 20:25:05 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 20:25:05 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 20:25:05 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 20:25:05 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 20:25:05 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-199 [Pipeline] echo 20:25:05 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-199 [Pipeline] echo 20:25:05 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-199 [Pipeline] echo 20:25:05 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = ff158f9209222a4049e2ebc7759a979c330d6fd2 [Pipeline] echo 20:25:05 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = ff158f9 [Pipeline] echo 20:25:05 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 20:25:05 provisioning config files... 20:25:06 copy managed file [device-virtual-go-settings] to file:/w/workspace/foundry_device-virtual-go_PR-199@tmp/config8178810287302006486tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:25:06 ---> docker-login.sh 20:25:06 nexus3.edgexfoundry.org:10001 20:25:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:25:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:25:07 Configure a credential helper to remove this warning. See 20:25:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:25:07 20:25:07 Login Succeeded 20:25:07 nexus3.edgexfoundry.org:10002 20:25:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:25:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:25:08 Configure a credential helper to remove this warning. See 20:25:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:25:08 20:25:08 Login Succeeded 20:25:08 nexus3.edgexfoundry.org:10003 20:25:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:25:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:25:08 Configure a credential helper to remove this warning. See 20:25:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:25:08 20:25:08 Login Succeeded 20:25:08 nexus3.edgexfoundry.org:10004 20:25:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:25:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:25:09 Configure a credential helper to remove this warning. See 20:25:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:25:09 20:25:09 Login Succeeded 20:25:09 docker.io 20:25:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:25:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:25:09 Configure a credential helper to remove this warning. See 20:25:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:25:09 20:25:09 Login Succeeded 20:25:09 ---> docker-login.sh ends [Pipeline] } 20:25:09 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:25:10 + git log --format=format:%s -1 ff158f9209222a4049e2ebc7759a979c330d6fd2 [Pipeline] echo 20:25:10 GIT_COMMIT: ff158f9209222a4049e2ebc7759a979c330d6fd2, Commit Message: refactor: Updated to latest SDK and update MessageQue type to be `redis` [Pipeline] echo 20:25:10 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 20:25:11 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:25:11 20:25:11 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 20:25:11 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:25:11 latest: Pulling from edgex-devops/git-semver 20:25:11 31603596830f: Pulling fs layer 20:25:11 54011a49482f: Pulling fs layer 20:25:11 a6820b24f6d8: Pulling fs layer 20:25:11 f581987b2513: Pulling fs layer 20:25:11 f581987b2513: Waiting 20:25:11 54011a49482f: Verifying Checksum 20:25:11 54011a49482f: Download complete 20:25:12 31603596830f: Verifying Checksum 20:25:12 31603596830f: Download complete 20:25:12 f581987b2513: Verifying Checksum 20:25:12 f581987b2513: Download complete 20:25:12 a6820b24f6d8: Verifying Checksum 20:25:12 a6820b24f6d8: Download complete 20:25:13 31603596830f: Pull complete 20:25:13 54011a49482f: Pull complete 20:25:15 a6820b24f6d8: Pull complete 20:25:16 f581987b2513: Pull complete 20:25:16 Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 20:25:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:25:16 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 20:25:17 prd-centos7-docker-4c-2g-4185 does not seem to be running inside a container 20:25:17 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-virtual-go_PR-199 -v /w/workspace/foundry_device-virtual-go_PR-199:/w/workspace/foundry_device-virtual-go_PR-199:rw,z -v /w/workspace/foundry_device-virtual-go_PR-199@tmp:/w/workspace/foundry_device-virtual-go_PR-199@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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 20:25:20 $ docker top b3935ae1b9ee3a669b069567962b8199a3cd066e94bd59e61da1eae670b0fd72 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:25:20 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:25:20 [ssh-agent] Looking for ssh-agent implementation... 20:25:20 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:25:20 $ docker exec b3935ae1b9ee3a669b069567962b8199a3cd066e94bd59e61da1eae670b0fd72 ssh-agent 20:25:21 SSH_AUTH_SOCK=/tmp/ssh-zoG5fMBrox9C/agent.11 20:25:21 SSH_AGENT_PID=16 20:25:21 Running ssh-add (command line suppressed) 20:25:21 Identity added: /w/workspace/foundry_device-virtual-go_PR-199@tmp/private_key_1982928574576308052.key (/w/workspace/foundry_device-virtual-go_PR-199@tmp/private_key_1982928574576308052.key) 20:25:21 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:25:22 + git tag --points-at HEAD [Pipeline] } 20:25:22 $ docker exec --env ******** --env ******** b3935ae1b9ee3a669b069567962b8199a3cd066e94bd59e61da1eae670b0fd72 ssh-agent -k 20:25:22 unset SSH_AUTH_SOCK; 20:25:22 unset SSH_AGENT_PID; 20:25:22 echo Agent pid 16 killed; 20:25:22 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 20:25:22 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:25:22 [ssh-agent] Looking for ssh-agent implementation... 20:25:22 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:25:22 $ docker exec b3935ae1b9ee3a669b069567962b8199a3cd066e94bd59e61da1eae670b0fd72 ssh-agent 20:25:23 SSH_AUTH_SOCK=/tmp/ssh-zXHtQXTUiHiq/agent.46 20:25:23 SSH_AGENT_PID=51 20:25:23 Running ssh-add (command line suppressed) 20:25:23 Identity added: /w/workspace/foundry_device-virtual-go_PR-199@tmp/private_key_2655593962067286721.key (/w/workspace/foundry_device-virtual-go_PR-199@tmp/private_key_2655593962067286721.key) 20:25:23 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:25:23 + git semver init 20:25:24 # -> Open(): unable to determine branch for HEAD 20:25:24 # $GIT_DIR = /w/workspace/foundry_device-virtual-go_PR-199/.git 20:25:24 # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_PR-199 20:25:24 # $SEMVER_REMOTE_NAME = origin 20:25:24 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:25:24 # $SEMVER_USER_NAME = edgex-jenkins 20:25:24 # $SEMVER_BRANCH = PR-199 20:25:24 # $SEMVER_TEMP = /tmp/semver-872322921 20:25:24 # git clone --branch semver git@github.com:edgexfoundry/device-virtual-go.git $SEMVER_TEMP 20:25:24 # '/tmp/semver-872322921' -> '/w/workspace/foundry_device-virtual-go_PR-199/.semver' 20:25:24 # -> Force: false 20:25:24 # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_PR-199/.semver [Pipeline] } 20:25:24 $ docker exec --env ******** --env ******** b3935ae1b9ee3a669b069567962b8199a3cd066e94bd59e61da1eae670b0fd72 ssh-agent -k 20:25:24 unset SSH_AUTH_SOCK; 20:25:24 unset SSH_AGENT_PID; 20:25:24 echo Agent pid 51 killed; 20:25:24 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:25:25 + git semver [Pipeline] } 20:25:25 $ docker stop --time=1 b3935ae1b9ee3a669b069567962b8199a3cd066e94bd59e61da1eae670b0fd72 20:25:27 $ docker rm -f b3935ae1b9ee3a669b069567962b8199a3cd066e94bd59e61da1eae670b0fd72 [Pipeline] // withDockerContainer [Pipeline] sh 20:25:27 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 20:25:28 Stashed 1 file(s) [Pipeline] echo 20:25:28 [edgeXSemver]: initialized semver on 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 20:25:44 Still waiting to schedule task 20:25:44 Waiting for next available executor on ‘centos7-docker-4c-2g’ 20:25:44 Still waiting to schedule task 20:25:44 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 20:27:39 Running on prd-centos7-docker-4c-2g-4189 in /w/workspace/foundry_device-virtual-go_PR-199 [Pipeline] { [Pipeline] ws 20:27:39 Running in /w/workspace/device-virtual-go/5 [Pipeline] { [Pipeline] checkout 20:27:42 using credential edgex-jenkins-ssh 20:27:42 Cloning the remote Git repository 20:27:41 Cloning repository git@github.com:edgexfoundry/device-virtual-go.git 20:27:41 > git init /w/workspace/device-virtual-go/5 # timeout=10 20:27:41 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 20:27:41 > git --version # timeout=10 20:27:41 > git --version # 'git version 2.24.3' 20:27:41 using GIT_SSH to set credentials SSH Credentials for GitHub 20:27:41 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 20:27:42 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 20:27:42 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:27:42 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 20:27:42 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 20:27:42 using GIT_SSH to set credentials SSH Credentials for GitHub 20:27:42 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/199/head:refs/remotes/origin/PR-199 +refs/heads/master:refs/remotes/origin/master # timeout=10 20:27:44 Merging remotes/origin/master commit f4aebf8748ab7be86a29ddf5fd115bbf3ef26eb1 into PR head commit ff158f9209222a4049e2ebc7759a979c330d6fd2 20:27:44 Merge succeeded, producing ff158f9209222a4049e2ebc7759a979c330d6fd2 20:27:44 Checking out Revision ff158f9209222a4049e2ebc7759a979c330d6fd2 (PR-199) 20:27:44 > git config core.sparsecheckout # timeout=10 20:27:44 > git checkout -f ff158f9209222a4049e2ebc7759a979c330d6fd2 # timeout=10 20:27:44 > git remote # timeout=10 20:27:44 > git config --get remote.origin.url # timeout=10 20:27:44 using GIT_SSH to set credentials SSH Credentials for GitHub 20:27:44 > git merge f4aebf8748ab7be86a29ddf5fd115bbf3ef26eb1 # timeout=10 20:27:44 > git rev-parse HEAD^{commit} # timeout=10 20:27:44 > git config core.sparsecheckout # timeout=10 20:27:44 > git checkout -f ff158f9209222a4049e2ebc7759a979c330d6fd2 # timeout=10 20:27:47 Commit message: "refactor: Updated to latest SDK and update MessageQue type to be `redis`" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:27:49 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 20:27:49 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 20:27:49 + true 20:27:49 + sudo service docker restart 20:27:49 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 20:27:50 provisioning config files... 20:27:50 copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/5@tmp/config7624452842120740606tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:27:51 ---> docker-login.sh 20:27:51 nexus3.edgexfoundry.org:10001 20:27:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:27:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:27:51 Configure a credential helper to remove this warning. See 20:27:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:27:51 20:27:51 Login Succeeded 20:27:51 nexus3.edgexfoundry.org:10002 20:27:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:27:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:27:51 Configure a credential helper to remove this warning. See 20:27:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:27:51 20:27:51 Login Succeeded 20:27:51 nexus3.edgexfoundry.org:10003 20:27:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:27:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:27:52 Configure a credential helper to remove this warning. See 20:27:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:27:52 20:27:52 Login Succeeded 20:27:52 nexus3.edgexfoundry.org:10004 20:27:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:27:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:27:52 Configure a credential helper to remove this warning. See 20:27:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:27:52 20:27:52 Login Succeeded 20:27:52 docker.io 20:27:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:27:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:27:52 Configure a credential helper to remove this warning. See 20:27:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:27:52 20:27:52 Login Succeeded 20:27:52 ---> docker-login.sh ends [Pipeline] } 20:27:52 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 20:27:53 ========================================================= 20:27:53 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 20:27:53 ========================================================= [Pipeline] isUnix [Pipeline] sh 20:27:53 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine . 20:27:53 Sending build context to Docker daemon 9.193MB 20:27:53 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 20:27:53 Step 2/8 : FROM ${BASE} 20:27:53 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 20:27:53 540db60ca938: Pulling fs layer 20:27:53 adcc1eea9eea: Pulling fs layer 20:27:53 4c4ab2625f07: Pulling fs layer 20:27:53 0510c868ecb4: Pulling fs layer 20:27:53 afea3b2eda06: Pulling fs layer 20:27:53 7809a108b3ef: Pulling fs layer 20:27:53 f706445af74f: Pulling fs layer 20:27:53 afea3b2eda06: Waiting 20:27:53 f706445af74f: Waiting 20:27:53 0510c868ecb4: Waiting 20:27:53 7809a108b3ef: Waiting 20:27:53 4c4ab2625f07: Verifying Checksum 20:27:53 4c4ab2625f07: Download complete 20:27:53 adcc1eea9eea: Download complete 20:27:53 afea3b2eda06: Verifying Checksum 20:27:53 afea3b2eda06: Download complete 20:27:53 7809a108b3ef: Download complete 20:27:53 540db60ca938: Verifying Checksum 20:27:53 540db60ca938: Download complete 20:27:53 540db60ca938: Pull complete 20:27:54 adcc1eea9eea: Pull complete 20:27:54 4c4ab2625f07: Pull complete 20:27:55 f706445af74f: Verifying Checksum 20:27:55 f706445af74f: Download complete 20:27:56 0510c868ecb4: Verifying Checksum 20:27:56 0510c868ecb4: Download complete 20:28:03 0510c868ecb4: Pull complete 20:28:03 afea3b2eda06: Pull complete 20:28:03 7809a108b3ef: Pull complete 20:28:07 f706445af74f: Pull complete 20:28:07 Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 20:28:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 20:28:07 ---> b068be0155e3 20:28:07 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IOTech' 20:28:08 ---> Running in c60a8649037c 20:28:08 Removing intermediate container c60a8649037c 20:28:08 ---> e97138dea1b8 20:28:08 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:28:08 ---> Running in f6fc8cdab5b6 20:28:09 Removing intermediate container f6fc8cdab5b6 20:28:09 ---> e98241ffa0b5 20:28:09 Step 5/8 : RUN apk add --update --no-cache make git openssh gcc libc-dev libsodium-dev zeromq-dev 20:28:09 ---> Running in e977ed4898c6 20:28:10 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 20:28:13 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 20:28:20 (1/13) Installing libc-dev (0.7.2-r3) 20:28:20 (2/13) Installing libsodium (1.0.18-r0) 20:28:20 (3/13) Installing pkgconf (1.7.3-r0) 20:28:20 (4/13) Installing libsodium-dev (1.0.18-r0) 20:28:20 (5/13) Installing openssh-keygen (8.4_p1-r3) 20:28:21 (6/13) Installing libedit (20191231.3.1-r1) 20:28:21 (7/13) Installing openssh-client (8.4_p1-r3) 20:28:25 (8/13) Installing openssh-sftp-server (8.4_p1-r3) 20:28:25 (9/13) Installing openssh-server-common (8.4_p1-r3) 20:28:26 (10/13) Installing openssh-server (8.4_p1-r3) 20:28:27 (11/13) Installing openssh (8.4_p1-r3) 20:28:28 (12/13) Installing libzmq (4.3.3-r1) 20:28:29 (13/13) Installing zeromq-dev (4.3.3-r1) 20:28:29 Executing busybox-1.32.1-r6.trigger 20:28:29 OK: 156 MiB in 53 packages 20:28:30 Removing intermediate container e977ed4898c6 20:28:30 ---> 55a40222bfb9 20:28:30 Step 6/8 : WORKDIR /device-virtual-go 20:28:30 ---> Running in ef2ff6aea407 20:28:30 Removing intermediate container ef2ff6aea407 20:28:30 ---> c13c4c2b3c1b 20:28:30 Step 7/8 : COPY . . 20:28:31 ---> ab570a6bd0a2 20:28:31 Step 8/8 : RUN go mod download 20:28:31 ---> Running in 0ed73899e43a 20:28:58 Removing intermediate container 0ed73899e43a 20:28:58 ---> fd20b5f10426 20:28:58 Successfully built fd20b5f10426 20:28:58 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 20:28:58 + docker inspect -f . ci-base-image-x86_64 20:28:58 . [Pipeline] withDockerContainer 20:28:59 prd-centos7-docker-4c-2g-4189 does not seem to be running inside a container 20:28:59 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/5 -v /w/workspace/device-virtual-go/5:/w/workspace/device-virtual-go/5:rw,z -v /w/workspace/device-virtual-go/5@tmp:/w/workspace/device-virtual-go/5@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 ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 20:29:00 $ docker top c7ce5da2cd1ff1fa6b32818e15901bc61fb41864e7d2c5b03b6ead91d3a86608 -eo pid,comm [Pipeline] { [Pipeline] sh 20:29:00 + go version 20:29:00 go version go1.16.3 linux/amd64 [Pipeline] } 20:29:00 $ docker stop --time=1 c7ce5da2cd1ff1fa6b32818e15901bc61fb41864e7d2c5b03b6ead91d3a86608 20:29:01 $ docker rm -f c7ce5da2cd1ff1fa6b32818e15901bc61fb41864e7d2c5b03b6ead91d3a86608 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:29:02 + docker inspect -f . ci-base-image-x86_64 20:29:02 . [Pipeline] withDockerContainer 20:29:02 prd-centos7-docker-4c-2g-4189 does not seem to be running inside a container 20:29:02 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/5 -v /w/workspace/device-virtual-go/5:/w/workspace/device-virtual-go/5:rw,z -v /w/workspace/device-virtual-go/5@tmp:/w/workspace/device-virtual-go/5@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 ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 20:29:03 $ docker top 7af2cc6efd4a1686a420bfd3b04c6490d50ee8efdab291e5ad1441c8c9e2d13d -eo pid,comm [Pipeline] { [Pipeline] sh 20:29:03 + go mod tidy [Pipeline] sh 20:29:05 + make test 20:29:05 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out 20:29:05 Running on prd-ubuntu18.04-docker-arm64-4c-16g-4191 in /w/workspace/foundry_device-virtual-go_PR-199 [Pipeline] { [Pipeline] ws 20:29:05 Running in /w/workspace/device-virtual-go/5 [Pipeline] { [Pipeline] checkout 20:29:06 ? github.com/edgexfoundry/device-virtual-go [no test files] 20:29:11 using credential edgex-jenkins-ssh 20:29:11 Cloning the remote Git repository 20:29:11 Cloning repository git@github.com:edgexfoundry/device-virtual-go.git 20:29:11 > git init /w/workspace/device-virtual-go/5 # timeout=10 20:29:11 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 20:29:11 > git --version # timeout=10 20:29:11 > git --version # 'git version 2.17.1' 20:29:11 using GIT_SSH to set credentials SSH Credentials for GitHub 20:29:12 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 20:29:12 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 20:29:12 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:29:12 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 20:29:12 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 20:29:12 using GIT_SSH to set credentials SSH Credentials for GitHub 20:29:13 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/199/head:refs/remotes/origin/PR-199 +refs/heads/master:refs/remotes/origin/master # timeout=10 20:29:15 Merging remotes/origin/master commit f4aebf8748ab7be86a29ddf5fd115bbf3ef26eb1 into PR head commit ff158f9209222a4049e2ebc7759a979c330d6fd2 20:29:15 > git config core.sparsecheckout # timeout=10 20:29:15 > git checkout -f ff158f9209222a4049e2ebc7759a979c330d6fd2 # timeout=10 20:29:16 Merge succeeded, producing ff158f9209222a4049e2ebc7759a979c330d6fd2 20:29:16 Checking out Revision ff158f9209222a4049e2ebc7759a979c330d6fd2 (PR-199) 20:29:15 > git remote # timeout=10 20:29:15 > git config --get remote.origin.url # timeout=10 20:29:15 using GIT_SSH to set credentials SSH Credentials for GitHub 20:29:15 > git merge f4aebf8748ab7be86a29ddf5fd115bbf3ef26eb1 # timeout=10 20:29:16 > git rev-parse HEAD^{commit} # timeout=10 20:29:16 > git config core.sparsecheckout # timeout=10 20:29:16 > git checkout -f ff158f9209222a4049e2ebc7759a979c330d6fd2 # timeout=10 20:29:20 Commit message: "refactor: Updated to latest SDK and update MessageQue type to be `redis`" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:29:21 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 20:29:22 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 20:29:22 + true 20:29:22 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 20:29:25 provisioning config files... 20:29:25 copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/5@tmp/config4723778576977075672tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:29:25 ---> docker-login.sh 20:29:25 nexus3.edgexfoundry.org:10001 20:29:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:29:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:29:27 Configure a credential helper to remove this warning. See 20:29:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:29:27 20:29:27 Login Succeeded 20:29:27 nexus3.edgexfoundry.org:10002 20:29:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:29:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:29:27 Configure a credential helper to remove this warning. See 20:29:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:29:27 20:29:27 Login Succeeded 20:29:27 nexus3.edgexfoundry.org:10003 20:29:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:29:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:29:28 Configure a credential helper to remove this warning. See 20:29:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:29:28 20:29:28 Login Succeeded 20:29:28 nexus3.edgexfoundry.org:10004 20:29:28 ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] 20:29:28 ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.482s coverage: 63.8% of statements 20:29:28 CGO_ENABLED=1 GO111MODULE=on go vet ./... 20:29:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:29:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:29:28 Configure a credential helper to remove this warning. See 20:29:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:29:28 20:29:28 Login Succeeded 20:29:28 docker.io 20:29:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:29:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:29:29 Configure a credential helper to remove this warning. See 20:29:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:29:29 20:29:29 Login Succeeded 20:29:29 ---> docker-login.sh ends [Pipeline] } 20:29:29 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 20:29:30 ========================================================= 20:29:30 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] 20:29:30 ========================================================= [Pipeline] isUnix [Pipeline] sh 20:29:30 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine . 20:29:31 Sending build context to Docker daemon 9.192MB 20:29:31 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 20:29:31 Step 2/8 : FROM ${BASE} 20:29:31 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 20:29:31 595b0fe564bb: Pulling fs layer 20:29:31 7186ed65a4f7: Pulling fs layer 20:29:31 316046926c0a: Pulling fs layer 20:29:31 4ebd0625c992: Pulling fs layer 20:29:31 207e8628e3a3: Pulling fs layer 20:29:31 c791037a9be2: Pulling fs layer 20:29:31 ffd874e62e21: Pulling fs layer 20:29:31 4ebd0625c992: Waiting 20:29:31 207e8628e3a3: Waiting 20:29:31 c791037a9be2: Waiting 20:29:31 ffd874e62e21: Waiting 20:29:31 316046926c0a: Download complete 20:29:31 7186ed65a4f7: Verifying Checksum 20:29:31 7186ed65a4f7: Download complete 20:29:31 207e8628e3a3: Verifying Checksum 20:29:31 207e8628e3a3: Download complete 20:29:31 c791037a9be2: Verifying Checksum 20:29:31 c791037a9be2: Download complete 20:29:31 595b0fe564bb: Verifying Checksum 20:29:31 595b0fe564bb: Download complete 20:29:31 595b0fe564bb: Pull complete 20:29:32 7186ed65a4f7: Pull complete 20:29:32 316046926c0a: Pull complete 20:29:33 ffd874e62e21: Verifying Checksum 20:29:33 ffd874e62e21: Download complete 20:29:35 4ebd0625c992: Verifying Checksum 20:29:35 4ebd0625c992: Download complete 20:29:36 gofmt -l . 20:29:36 [ "`gofmt -l .`" = "" ] 20:29:36 ./bin/test-attribution-txt.sh 20:29:38 ./bin/test-go-mod-tidy.sh [Pipeline] } 20:29:38 $ docker stop --time=1 7af2cc6efd4a1686a420bfd3b04c6490d50ee8efdab291e5ad1441c8c9e2d13d 20:29:40 $ docker rm -f 7af2cc6efd4a1686a420bfd3b04c6490d50ee8efdab291e5ad1441c8c9e2d13d [Pipeline] // withDockerContainer [Pipeline] sh 20:29:40 + sudo chown -R jenkins:jenkins . [Pipeline] stash 20:29:41 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 20:29:42 + sudo chown -R jenkins:jenkins . [Pipeline] sh 20:29:42 + ls -al . 20:29:42 total 132 20:29:42 drwxrwxr-x. 7 jenkins jenkins 4096 May 10 20:29 . 20:29:42 drwxrwxr-x. 4 jenkins jenkins 28 May 10 20:27 .. 20:29:42 -rw-rw-r--. 1 jenkins jenkins 8153 May 10 20:27 Attribution.txt 20:29:42 drwxrwxr-x. 2 jenkins jenkins 64 May 10 20:27 bin 20:29:42 drwxrwxr-x. 3 jenkins jenkins 32 May 10 20:27 cmd 20:29:42 -rw-r--r--. 1 jenkins jenkins 47247 May 10 20:29 coverage.out 20:29:42 -rw-rw-r--. 1 jenkins jenkins 1905 May 10 20:27 Dockerfile 20:29:42 -rw-rw-r--. 1 jenkins jenkins 998 May 10 20:27 Dockerfile.build 20:29:42 drwxrwxr-x. 8 jenkins jenkins 179 May 10 20:27 .git 20:29:42 drwxrwxr-x. 2 jenkins jenkins 103 May 10 20:27 .github 20:29:42 -rw-rw-r--. 1 jenkins jenkins 277 May 10 20:27 .gitignore 20:29:42 -rw-r--r--. 1 jenkins jenkins 809 May 10 20:29 go.mod 20:29:42 -rw-r--r--. 1 jenkins jenkins 23532 May 10 20:29 go.sum 20:29:42 drwxrwxr-x. 3 jenkins jenkins 20 May 10 20:27 internal 20:29:42 -rw-rw-r--. 1 jenkins jenkins 660 May 10 20:27 Jenkinsfile 20:29:42 -rw-rw-r--. 1 jenkins jenkins 11340 May 10 20:27 LICENSE 20:29:42 -rw-rw-r--. 1 jenkins jenkins 901 May 10 20:27 Makefile 20:29:42 -rw-rw-r--. 1 jenkins jenkins 2745 May 10 20:27 README.md 20:29:42 -rw-rw-r--. 1 jenkins jenkins 5 May 10 20:25 VERSION 20:29:42 -rw-rw-r--. 1 jenkins jenkins 235 May 10 20:27 version.go [Pipeline] isUnix [Pipeline] sh 20:29:42 + docker build -t docker-device-virtual-go -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=ff158f9209222a4049e2ebc7759a979c330d6fd2 --label arch=amd64 --label version=0.0.0 . 20:29:42 Sending build context to Docker daemon 9.266MB 20:29:43 Step 1/25 : ARG BASE=golang:1.15-alpine3.12 20:29:43 Step 2/25 : FROM ${BASE} AS builder 20:29:43 ---> fd20b5f10426 20:29:43 Step 3/25 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 20:29:43 ---> Running in 6f1ff0645cf1 20:29:43 Removing intermediate container 6f1ff0645cf1 20:29:43 ---> 4e9c1fab2f2c 20:29:43 Step 4/25 : ARG ALPINE_PKG_EXTRA="" 20:29:43 ---> Running in 21203375c16a 20:29:43 Removing intermediate container 21203375c16a 20:29:43 ---> edb884bb32e3 20:29:43 Step 5/25 : WORKDIR /device-virtual-go 20:29:43 ---> Running in 1002dfdf78b7 20:29:44 Removing intermediate container 1002dfdf78b7 20:29:44 ---> 7aa40c50da1c 20:29:44 Step 6/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:29:44 ---> Running in cb6338f11298 20:29:45 Removing intermediate container cb6338f11298 20:29:45 ---> 5b30af3346a0 20:29:45 Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 20:29:45 ---> Running in 9e751d9ada51 20:29:45 4ebd0625c992: Pull complete 20:29:45 207e8628e3a3: Pull complete 20:29:45 c791037a9be2: Pull complete 20:29:45 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 20:29:47 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 20:29:48 OK: 156 MiB in 53 packages 20:29:48 Removing intermediate container 9e751d9ada51 20:29:48 ---> 51d53ba12f67 20:29:48 Step 8/25 : COPY . . 20:29:49 ---> 8e4bfa76b050 20:29:49 Step 9/25 : RUN go mod download 20:29:49 ---> Running in 7ea10f945cc3 20:29:49 ffd874e62e21: Pull complete 20:29:49 Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 20:29:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 20:29:49 ---> cfc18b08335c 20:29:49 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IOTech' 20:29:50 Removing intermediate container 7ea10f945cc3 20:29:50 ---> 72b009a4d855 20:29:50 Step 10/25 : ARG MAKE='make build' 20:29:50 ---> Running in 4f131cf50e6e 20:29:50 Removing intermediate container 4f131cf50e6e 20:29:50 ---> 7673dd467a7c 20:29:50 Step 11/25 : RUN $MAKE 20:29:50 ---> Running in 05c439ccca1c 20:29:51 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=0.0.0" -o cmd/device-virtual ./cmd 20:29:52 ---> Running in f31467e1c378 20:29:52 Removing intermediate container f31467e1c378 20:29:52 ---> f42d1ceb5b5a 20:29:52 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:29:53 ---> Running in 2102f40ac17b 20:29:55 Removing intermediate container 2102f40ac17b 20:29:55 ---> d435cd393e97 20:29:55 Step 5/8 : RUN apk add --update --no-cache make git openssh gcc libc-dev libsodium-dev zeromq-dev 20:29:55 ---> Running in 6a7eddc6ef77 20:29:56 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 20:29:58 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 20:29:59 (1/13) Installing libc-dev (0.7.2-r3) 20:29:59 (2/13) Installing libsodium (1.0.18-r0) 20:29:59 (3/13) Installing pkgconf (1.7.3-r0) 20:30:00 (4/13) Installing libsodium-dev (1.0.18-r0) 20:30:00 (5/13) Installing openssh-keygen (8.4_p1-r3) 20:30:00 (6/13) Installing libedit (20191231.3.1-r1) 20:30:00 (7/13) Installing openssh-client (8.4_p1-r3) 20:30:02 (8/13) Installing openssh-sftp-server (8.4_p1-r3) 20:30:02 (9/13) Installing openssh-server-common (8.4_p1-r3) 20:30:02 (10/13) Installing openssh-server (8.4_p1-r3) 20:30:02 (11/13) Installing openssh (8.4_p1-r3) 20:30:03 (12/13) Installing libzmq (4.3.3-r1) 20:30:03 (13/13) Installing zeromq-dev (4.3.3-r1) 20:30:03 Executing busybox-1.32.1-r6.trigger 20:30:03 OK: 145 MiB in 53 packages 20:30:05 Removing intermediate container 6a7eddc6ef77 20:30:05 ---> 844545dae539 20:30:05 Step 6/8 : WORKDIR /device-virtual-go 20:30:05 ---> Running in 39ab804f9b58 20:30:06 Removing intermediate container 39ab804f9b58 20:30:06 ---> 92f98d53ccee 20:30:06 Step 7/8 : COPY . . 20:30:07 ---> f38c690c605f 20:30:07 Step 8/8 : RUN go mod download 20:30:07 ---> Running in 9f6e75956abd 20:30:09 CGO_ENABLED=1 GO111MODULE=on go build ./... 20:30:13 Removing intermediate container 05c439ccca1c 20:30:13 ---> 1c3ec376cc9e 20:30:13 Step 12/25 : FROM alpine:3.12 20:30:13 3.12: Pulling from library/alpine 20:30:13 339de151aab4: Pulling fs layer 20:30:13 339de151aab4: Verifying Checksum 20:30:13 339de151aab4: Download complete 20:30:14 339de151aab4: Pull complete 20:30:14 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 20:30:14 Status: Downloaded newer image for alpine:3.12 20:30:14 ---> 13621d1b12d4 20:30:14 Step 13/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' 20:30:14 ---> Running in 58e9885e042d 20:30:14 Removing intermediate container 58e9885e042d 20:30:14 ---> 7dba8ddbd176 20:30:14 Step 14/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:30:14 ---> Running in 42718651ced5 20:30:15 Removing intermediate container 42718651ced5 20:30:15 ---> 6a8a5c368b91 20:30:15 Step 15/25 : RUN apk add --update --no-cache zeromq dumb-init 20:30:15 ---> Running in c525080f9cb3 20:30:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:30:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:30:18 (1/6) Installing dumb-init (1.2.2-r1) 20:30:18 (2/6) Installing libgcc (9.3.0-r2) 20:30:19 (3/6) Installing libsodium (1.0.18-r0) 20:30:19 (4/6) Installing libstdc++ (9.3.0-r2) 20:30:20 (5/6) Installing libzmq (4.3.3-r0) 20:30:20 (6/6) Installing zeromq (4.3.3-r0) 20:30:20 Executing busybox-1.31.1-r20.trigger 20:30:20 OK: 8 MiB in 20 packages 20:30:21 Removing intermediate container c525080f9cb3 20:30:21 ---> b9391accbae2 20:30:21 Step 16/25 : WORKDIR / 20:30:21 ---> Running in 2b3271e49cf3 20:30:21 Removing intermediate container 2b3271e49cf3 20:30:21 ---> 70a74d8a236a 20:30:21 Step 17/25 : COPY --from=builder /device-virtual-go/Attribution.txt / 20:30:21 ---> cbe4b976e56f 20:30:21 Step 18/25 : COPY --from=builder /device-virtual-go/LICENSE / 20:30:22 ---> dda55af22e46 20:30:22 Step 19/25 : COPY --from=builder /device-virtual-go/cmd / 20:30:22 ---> 557e883b0d52 20:30:22 Step 20/25 : EXPOSE 49990 20:30:22 ---> Running in a5fdb3d75a5b 20:30:22 Removing intermediate container a5fdb3d75a5b 20:30:22 ---> 671e0a80badf 20:30:22 Step 21/25 : ENTRYPOINT ["/device-virtual"] 20:30:22 ---> Running in 8d70aa1532aa 20:30:23 Removing intermediate container 8d70aa1532aa 20:30:23 ---> 2b02a1430c29 20:30:23 Step 22/25 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:30:23 ---> Running in 791cc363c411 20:30:23 Removing intermediate container 791cc363c411 20:30:23 ---> 075eae9dd3a0 20:30:23 Step 23/25 : LABEL arch=amd64 20:30:23 ---> Running in 71461137dc86 20:30:23 Removing intermediate container 71461137dc86 20:30:23 ---> ae242653e2cc 20:30:23 Step 24/25 : LABEL git_sha=ff158f9209222a4049e2ebc7759a979c330d6fd2 20:30:23 ---> Running in 4113289576b3 20:30:23 Removing intermediate container 4113289576b3 20:30:23 ---> f2ecf07c62b2 20:30:23 Step 25/25 : LABEL version=0.0.0 20:30:24 ---> Running in 3c866d914319 20:30:24 Removing intermediate container 3c866d914319 20:30:24 ---> 07cb0d9efb45 20:30:24 [Warning] One or more build-args [ARCH] were not consumed 20:30:24 Successfully built 07cb0d9efb45 20:30:24 Successfully tagged docker-device-virtual-go:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 20:30:24 ---> job-cost.sh 20:30:24 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-aj1A 20:30:39 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 20:30:39 Removing intermediate container 9f6e75956abd 20:30:39 ---> 2ead77ea36ce 20:30:39 Successfully built 2ead77ea36ce 20:30:39 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 20:30:40 + docker inspect -f . ci-base-image-arm64 20:30:40 . [Pipeline] withDockerContainer 20:30:40 prd-ubuntu18.04-docker-arm64-4c-16g-4191 does not seem to be running inside a container 20:30:40 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/5 -v /w/workspace/device-virtual-go/5:/w/workspace/device-virtual-go/5:rw,z -v /w/workspace/device-virtual-go/5@tmp:/w/workspace/device-virtual-go/5@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 ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 20:30:42 $ docker top f4f5a86781aa10f7e031cee705a4aa7ed19c6fda9913b98d6b8c186039449597 -eo pid,comm [Pipeline] { [Pipeline] sh 20:30:43 + go version 20:30:43 go version go1.16.3 linux/arm64 [Pipeline] } 20:30:43 $ docker stop --time=1 f4f5a86781aa10f7e031cee705a4aa7ed19c6fda9913b98d6b8c186039449597 20:30:45 $ docker rm -f f4f5a86781aa10f7e031cee705a4aa7ed19c6fda9913b98d6b8c186039449597 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:30:45 + docker inspect -f . ci-base-image-arm64 20:30:45 . [Pipeline] withDockerContainer 20:30:46 prd-ubuntu18.04-docker-arm64-4c-16g-4191 does not seem to be running inside a container 20:30:46 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/5 -v /w/workspace/device-virtual-go/5:/w/workspace/device-virtual-go/5:rw,z -v /w/workspace/device-virtual-go/5@tmp:/w/workspace/device-virtual-go/5@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 ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 20:30:47 $ docker top 8dc7f7498dfe0bdd03e4ac0691dae30b27e6ecb5cc8fdbd5a42b1f8b835e40c7 -eo pid,comm [Pipeline] { [Pipeline] sh 20:30:48 + go mod tidy [Pipeline] sh 20:30:50 + make test 20:30:50 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out 20:30:51 ? github.com/edgexfoundry/device-virtual-go [no test files] 20:31:11 lf-activate-venv(): INFO: Adding /tmp/venv-aj1A/bin to PATH 20:31:11 INFO: No Stack... 20:31:11 INFO: Retrieving Pricing Info for: v1-standard-2 20:31:11 INFO: Archiving Costs [Pipeline] sh 20:31:12 + cat /w/workspace/device-virtual-go/5/archives/cost.csv 20:31:12 + cut -d, -f6 [Pipeline] lock 20:31:12 Trying to acquire lock on [jenkins-edgexfoundry-device-virtual-go-PR-199-5-stack-cost] 20:31:12 Resource [jenkins-edgexfoundry-device-virtual-go-PR-199-5-stack-cost] did not exist. Created. 20:31:12 Lock acquired on [jenkins-edgexfoundry-device-virtual-go-PR-199-5-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 20:31:12 + echo total: 0.029999999329447746 [Pipeline] stash 20:31:12 Stashed 1 file(s) [Pipeline] } 20:31:12 Lock released on resource [jenkins-edgexfoundry-device-virtual-go-PR-199-5-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 20:31:59 ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] 20:31:59 ok github.com/edgexfoundry/device-virtual-go/internal/driver 1.787s coverage: 63.8% of statements 20:31:59 CGO_ENABLED=1 GO111MODULE=on go vet ./... 20:32:32 gofmt -l . 20:32:32 [ "`gofmt -l .`" = "" ] 20:32:32 ./bin/test-attribution-txt.sh 20:32:34 ./bin/test-go-mod-tidy.sh [Pipeline] } 20:32:35 $ docker stop --time=1 8dc7f7498dfe0bdd03e4ac0691dae30b27e6ecb5cc8fdbd5a42b1f8b835e40c7 20:32:37 $ docker rm -f 8dc7f7498dfe0bdd03e4ac0691dae30b27e6ecb5cc8fdbd5a42b1f8b835e40c7 [Pipeline] // withDockerContainer [Pipeline] sh 20:32:38 + sudo chown -R jenkins:jenkins . [Pipeline] stash 20:32:38 Warning: overwriting stash ‘coverage-report’ 20:32:39 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 20:32:39 + sudo chown -R jenkins:jenkins . [Pipeline] sh 20:32:39 + ls -al . 20:32:39 total 156 20:32:39 drwxrwxr-x 7 jenkins jenkins 4096 May 10 20:32 . 20:32:39 drwxrwxr-x 4 jenkins jenkins 4096 May 10 20:29 .. 20:32:39 drwxrwxr-x 8 jenkins jenkins 4096 May 10 20:29 .git 20:32:39 drwxrwxr-x 2 jenkins jenkins 4096 May 10 20:29 .github 20:32:39 -rw-rw-r-- 1 jenkins jenkins 277 May 10 20:29 .gitignore 20:32:39 -rw-rw-r-- 1 jenkins jenkins 8153 May 10 20:29 Attribution.txt 20:32:39 -rw-rw-r-- 1 jenkins jenkins 1905 May 10 20:29 Dockerfile 20:32:39 -rw-rw-r-- 1 jenkins jenkins 998 May 10 20:29 Dockerfile.build 20:32:39 -rw-rw-r-- 1 jenkins jenkins 660 May 10 20:29 Jenkinsfile 20:32:39 -rw-rw-r-- 1 jenkins jenkins 11340 May 10 20:29 LICENSE 20:32:39 -rw-rw-r-- 1 jenkins jenkins 901 May 10 20:29 Makefile 20:32:39 -rw-rw-r-- 1 jenkins jenkins 2745 May 10 20:29 README.md 20:32:39 -rw-rw-r-- 1 jenkins jenkins 5 May 10 20:25 VERSION 20:32:39 drwxrwxr-x 2 jenkins jenkins 4096 May 10 20:29 bin 20:32:39 drwxrwxr-x 3 jenkins jenkins 4096 May 10 20:29 cmd 20:32:39 -rw-r--r-- 1 jenkins jenkins 47247 May 10 20:31 coverage.out 20:32:39 -rw-r--r-- 1 jenkins jenkins 809 May 10 20:32 go.mod 20:32:39 -rw-r--r-- 1 jenkins jenkins 23532 May 10 20:30 go.sum 20:32:39 drwxrwxr-x 3 jenkins jenkins 4096 May 10 20:29 internal 20:32:39 -rw-rw-r-- 1 jenkins jenkins 235 May 10 20:29 version.go [Pipeline] isUnix [Pipeline] sh 20:32:40 + docker build -t docker-device-virtual-go-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=ff158f9209222a4049e2ebc7759a979c330d6fd2 --label arch=arm64 --label version=0.0.0 . 20:32:40 Sending build context to Docker daemon 9.265MB 20:32:40 Step 1/25 : ARG BASE=golang:1.15-alpine3.12 20:32:40 Step 2/25 : FROM ${BASE} AS builder 20:32:40 ---> 2ead77ea36ce 20:32:40 Step 3/25 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 20:32:41 ---> Running in f2443a2eab8f 20:32:41 Removing intermediate container f2443a2eab8f 20:32:41 ---> 761977b7fe61 20:32:41 Step 4/25 : ARG ALPINE_PKG_EXTRA="" 20:32:41 ---> Running in c3e1347c15ee 20:32:42 Removing intermediate container c3e1347c15ee 20:32:42 ---> f23f064e7ca3 20:32:42 Step 5/25 : WORKDIR /device-virtual-go 20:32:42 ---> Running in 30fdda8adf34 20:32:43 Removing intermediate container 30fdda8adf34 20:32:43 ---> 171f204c0aa1 20:32:43 Step 6/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:32:43 ---> Running in a811ee265215 20:32:45 Removing intermediate container a811ee265215 20:32:45 ---> 7666e5ae4ef1 20:32:45 Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 20:32:45 ---> Running in 40f02812d276 20:32:46 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 20:32:48 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 20:32:50 OK: 145 MiB in 53 packages 20:32:51 Removing intermediate container 40f02812d276 20:32:51 ---> 8d96d2e92be2 20:32:51 Step 8/25 : COPY . . 20:32:52 ---> 943a0731d8ad 20:32:52 Step 9/25 : RUN go mod download 20:32:52 ---> Running in c91e18004ed1 20:32:55 Removing intermediate container c91e18004ed1 20:32:55 ---> 51f1877da19b 20:32:55 Step 10/25 : ARG MAKE='make build' 20:32:55 ---> Running in 998f87e72384 20:32:56 Removing intermediate container 998f87e72384 20:32:56 ---> 98c9713873b3 20:32:56 Step 11/25 : RUN $MAKE 20:32:56 ---> Running in 87e0f774339b 20:32:57 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=0.0.0" -o cmd/device-virtual ./cmd 20:33:54 CGO_ENABLED=1 GO111MODULE=on go build ./... 20:34:01 Removing intermediate container 87e0f774339b 20:34:01 ---> f8009e1bdddc 20:34:01 Step 12/25 : FROM alpine:3.12 20:34:01 3.12: Pulling from library/alpine 20:34:01 d2f70382dc9a: Pulling fs layer 20:34:02 d2f70382dc9a: Verifying Checksum 20:34:02 d2f70382dc9a: Download complete 20:34:02 d2f70382dc9a: Pull complete 20:34:02 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 20:34:02 Status: Downloaded newer image for alpine:3.12 20:34:02 ---> 9852663dfa18 20:34:02 Step 13/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' 20:34:03 ---> Running in 31971229c9d9 20:34:03 Removing intermediate container 31971229c9d9 20:34:03 ---> 05cf8a22ec86 20:34:03 Step 14/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:34:03 ---> Running in 09d2f47c4cd1 20:34:06 Removing intermediate container 09d2f47c4cd1 20:34:06 ---> b24c317522e9 20:34:06 Step 15/25 : RUN apk add --update --no-cache zeromq dumb-init 20:34:06 ---> Running in 2875fa552ed5 20:34:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:34:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:34:10 (1/6) Installing dumb-init (1.2.2-r1) 20:34:10 (2/6) Installing libgcc (9.3.0-r2) 20:34:10 (3/6) Installing libsodium (1.0.18-r0) 20:34:10 (4/6) Installing libstdc++ (9.3.0-r2) 20:34:12 (5/6) Installing libzmq (4.3.3-r0) 20:34:12 (6/6) Installing zeromq (4.3.3-r0) 20:34:12 Executing busybox-1.31.1-r20.trigger 20:34:12 OK: 8 MiB in 20 packages 20:34:14 Removing intermediate container 2875fa552ed5 20:34:14 ---> 3e87da2bc783 20:34:14 Step 16/25 : WORKDIR / 20:34:14 ---> Running in f9f8b5ee3f0f 20:34:14 Removing intermediate container f9f8b5ee3f0f 20:34:14 ---> 4dd30828d73a 20:34:14 Step 17/25 : COPY --from=builder /device-virtual-go/Attribution.txt / 20:34:15 ---> d56069201e55 20:34:15 Step 18/25 : COPY --from=builder /device-virtual-go/LICENSE / 20:34:16 ---> 2ed0b2bfe8b2 20:34:16 Step 19/25 : COPY --from=builder /device-virtual-go/cmd / 20:34:17 ---> b4f0f309c199 20:34:17 Step 20/25 : EXPOSE 49990 20:34:18 ---> Running in 34098a2fe53a 20:34:18 Removing intermediate container 34098a2fe53a 20:34:18 ---> bc0cdd1aad9f 20:34:18 Step 21/25 : ENTRYPOINT ["/device-virtual"] 20:34:18 ---> Running in d1e2e73528b8 20:34:19 Removing intermediate container d1e2e73528b8 20:34:19 ---> 58f7bf8065ce 20:34:19 Step 22/25 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:34:19 ---> Running in ffa699865cfa 20:34:19 Removing intermediate container ffa699865cfa 20:34:19 ---> 004de3cbd32c 20:34:19 Step 23/25 : LABEL arch=arm64 20:34:19 ---> Running in aa84bf528d41 20:34:20 Removing intermediate container aa84bf528d41 20:34:20 ---> 8b43e0efdcb0 20:34:20 Step 24/25 : LABEL git_sha=ff158f9209222a4049e2ebc7759a979c330d6fd2 20:34:20 ---> Running in 24ec0c2cde4a 20:34:21 Removing intermediate container 24ec0c2cde4a 20:34:21 ---> b79aa20e7d5f 20:34:21 Step 25/25 : LABEL version=0.0.0 20:34:21 ---> Running in 4069278f39d6 20:34:21 Removing intermediate container 4069278f39d6 20:34:21 ---> edb500d33a46 20:34:21 [Warning] One or more build-args [ARCH] were not consumed 20:34:21 Successfully built edb500d33a46 20:34:21 Successfully tagged docker-device-virtual-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 20:34:22 ---> job-cost.sh 20:34:22 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-b3ik 20:35:18 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 20:37:10 lf-activate-venv(): INFO: Adding /tmp/venv-b3ik/bin to PATH 20:37:10 INFO: No Stack... 20:37:10 INFO: Retrieving Pricing Info for: lf-standard-4 20:37:10 INFO: Archiving Costs [Pipeline] sh 20:37:10 + cat /w/workspace/device-virtual-go/5/archives/cost.csv 20:37:10 + cut -d, -f6 [Pipeline] lock 20:37:11 Trying to acquire lock on [jenkins-edgexfoundry-device-virtual-go-PR-199-5-stack-cost] 20:37:11 Resource [jenkins-edgexfoundry-device-virtual-go-PR-199-5-stack-cost] did not exist. Created. 20:37:11 Lock acquired on [jenkins-edgexfoundry-device-virtual-go-PR-199-5-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 20:37:11 /w/workspace/device-virtual-go/5@tmp/durable-3b748475/script.sh: 1: /w/workspace/device-virtual-go/5@tmp/durable-3b748475/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 20:37:11 + echo total: 0.20999999344348907 [Pipeline] stash 20:37:11 Warning: overwriting stash ‘stack-cost’ 20:37:11 Stashed 1 file(s) [Pipeline] } 20:37:11 Lock released on resource [jenkins-edgexfoundry-device-virtual-go-PR-199-5-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 20:37:12 provisioning config files... 20:37:12 copy managed file [device-virtual-go-codecov-token] to file:/w/workspace/foundry_device-virtual-go_PR-199@tmp/config797852723229066475tmp [Pipeline] { [Pipeline] sh 20:37:13 + set +x 20:37:13 + curl -s https://codecov.io/bash 20:37:13 + bash -s -- 20:37:13 20:37:13 _____ _ 20:37:13 / ____| | | 20:37:13 | | ___ __| | ___ ___ _____ __ 20:37:13 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 20:37:13 | |___| (_) | (_| | __/ (_| (_) \ V / 20:37:13 \_____\___/ \__,_|\___|\___\___/ \_/ 20:37:13 Bash-1.0.2 20:37:13 20:37:13 20:37:13 ==> git version 2.24.3 found 20:37:13 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 20:37:13 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 20:37:13 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 20:37:13 ==> Jenkins CI detected. 20:37:13 project root: . 20:37:13 --> token set from env 20:37:13 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 20:37:13 ==> Running gcov in . (disable via -X gcov) 20:37:13 ==> Python coveragepy not found 20:37:13 ==> Searching for coverage reports in: 20:37:13 + . 20:37:13 -> Found 1 reports 20:37:13 ==> Detecting git/mercurial file structure 20:37:14 ==> Reading reports 20:37:14 + ./coverage.out bytes=47247 20:37:14 ==> Appending adjustments 20:37:14 https://docs.codecov.io/docs/fixing-reports 20:37:14 + Found adjustments 20:37:14 ==> Gzipping contents 20:37:14 8.0K /tmp/codecov.BtWyJY.gz 20:37:14 ==> Uploading reports 20:37:14 url: https://codecov.io 20:37:14 query: branch=PR-199&commit=ff158f9209222a4049e2ebc7759a979c330d6fd2&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2FPR-199%2F5%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=199&job=&cmd_args= 20:37:14 -> Pinging Codecov 20:37:14 https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=PR-199&commit=ff158f9209222a4049e2ebc7759a979c330d6fd2&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2FPR-199%2F5%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=199&job=&cmd_args= 20:37:15 -> Uploading to 20:37:15 https://storage.googleapis.com/codecov/v4/raw/2021-05-10/5E52B4B073DB2E39498172D8E973AA87/ff158f9209222a4049e2ebc7759a979c330d6fd2/a739cc7a-3342-4223-afc2-bf43da4ff9e7.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210510%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210510T203714Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=c67ffd4018b088d0c268266c15ee07e428d04bb6e0b9d22f2529737565f40f39 20:37:15 % Total % Received % Xferd Average Speed Time Time Time Current 20:37:15 Dload Upload Total Spent Left Speed 20:37:15 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5760 0 0 100 5760 0 13292 --:--:-- --:--:-- --:--:-- 13302 20:37:15 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-virtual-go/commit/ff158f9209222a4049e2ebc7759a979c330d6fd2 [Pipeline] } 20:37:15 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 20:37:16 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 20:37:17 ---> package-listing.sh 20:37:17 ++ tr '[:upper:]' '[:lower:]' 20:37:17 ++ facter osfamily 20:37:17 + OS_FAMILY=redhat 20:37:17 + workspace=/w/workspace/foundry_device-virtual-go_PR-199 20:37:17 + START_PACKAGES=/tmp/packages_start.txt 20:37:17 + END_PACKAGES=/tmp/packages_end.txt 20:37:17 + DIFF_PACKAGES=/tmp/packages_diff.txt 20:37:17 + PACKAGES=/tmp/packages_start.txt 20:37:17 + '[' /w/workspace/foundry_device-virtual-go_PR-199 ']' 20:37:17 + PACKAGES=/tmp/packages_end.txt 20:37:17 + case "${OS_FAMILY}" in 20:37:17 + rpm -qa 20:37:17 + sort 20:37:26 + '[' -f /tmp/packages_start.txt ']' 20:37:26 + '[' -f /tmp/packages_end.txt ']' 20:37:26 + diff /tmp/packages_start.txt /tmp/packages_end.txt 20:37:26 + '[' /w/workspace/foundry_device-virtual-go_PR-199 ']' 20:37:26 + mkdir -p /w/workspace/foundry_device-virtual-go_PR-199/archives/ 20:37:26 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/foundry_device-virtual-go_PR-199/archives/ [Pipeline] echo 20:37:26 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/foundry_device-virtual-go_PR-199/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 20:37:27 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 20:37:28 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:37:28 20:37:28 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 20:37:28 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:37:29 alpine: Pulling from edgex-lftools-log-publisher 20:37:29 df20fa9351a1: Pulling fs layer 20:37:29 36b3adc4ff6f: Pulling fs layer 20:37:29 8ad3a11d3b57: Pulling fs layer 20:37:29 46f8f816bc3b: Pulling fs layer 20:37:29 93b61091891f: Pulling fs layer 20:37:29 93b9cdb0e59b: Pulling fs layer 20:37:29 5e14af77c1be: Pulling fs layer 20:37:29 01666e4c0597: Pulling fs layer 20:37:29 aa168da1d23b: Pulling fs layer 20:37:29 93b61091891f: Waiting 20:37:29 93b9cdb0e59b: Waiting 20:37:29 5e14af77c1be: Waiting 20:37:29 01666e4c0597: Waiting 20:37:29 aa168da1d23b: Waiting 20:37:29 46f8f816bc3b: Waiting 20:37:29 36b3adc4ff6f: Verifying Checksum 20:37:29 36b3adc4ff6f: Download complete 20:37:29 46f8f816bc3b: Verifying Checksum 20:37:29 46f8f816bc3b: Download complete 20:37:29 93b61091891f: Download complete 20:37:29 93b9cdb0e59b: Verifying Checksum 20:37:29 93b9cdb0e59b: Download complete 20:37:29 df20fa9351a1: Verifying Checksum 20:37:29 df20fa9351a1: Download complete 20:37:29 5e14af77c1be: Verifying Checksum 20:37:29 5e14af77c1be: Download complete 20:37:29 01666e4c0597: Download complete 20:37:30 df20fa9351a1: Pull complete 20:37:30 36b3adc4ff6f: Pull complete 20:37:31 8ad3a11d3b57: Verifying Checksum 20:37:31 8ad3a11d3b57: Download complete 20:37:34 8ad3a11d3b57: Pull complete 20:37:35 46f8f816bc3b: Pull complete 20:37:36 93b61091891f: Pull complete 20:37:36 93b9cdb0e59b: Pull complete 20:37:37 5e14af77c1be: Pull complete 20:37:38 01666e4c0597: Pull complete 20:37:40 aa168da1d23b: Verifying Checksum 20:37:40 aa168da1d23b: Download complete 20:38:03 aa168da1d23b: Pull complete 20:38:03 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 20:38:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:38:03 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 20:38:03 prd-centos7-docker-4c-2g-4185 does not seem to be running inside a container 20:38:04 $ 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/foundry_device-virtual-go_PR-199/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/foundry_device-virtual-go_PR-199 -v /w/workspace/foundry_device-virtual-go_PR-199:/w/workspace/foundry_device-virtual-go_PR-199:rw,z -v /w/workspace/foundry_device-virtual-go_PR-199@tmp:/w/workspace/foundry_device-virtual-go_PR-199@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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 20:38:07 $ docker top 846a319e8a9130c056e979d4d85e1d2280477a792202cab5e0d43c1dc55c8bd3 -eo pid,comm [Pipeline] { [Pipeline] sh 20:38:08 + touch /tmp/pre-build-complete [Pipeline] sh 20:38:09 + mkdir -p /var/log/sa [Pipeline] sh 20:38:09 + ls /var/log/sa-host 20:38:09 + sadf -c /var/log/sa-host/sa10 20:38:09 file_magic: OK 20:38:09 HZ: Using current value: 100 20:38:09 file_header: OK 20:38:09 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 20:38:09 Statistics: 20:38:09 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 20:38:09 File successfully converted to sysstat format version 12.2.1 20:38:09 + sadf -c /var/log/sa-host/sa23 20:38:09 file_magic: OK 20:38:09 HZ: Using current value: 100 20:38:09 file_header: OK 20:38:09 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 20:38:09 Statistics: 20:38:09 Hnuu...uuuununununu... 20:38:09 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:38:09 provisioning config files... 20:38:09 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/foundry_device-virtual-go_PR-199@tmp/config3399642648660849563tmp [Pipeline] { [Pipeline] echo 20:38:09 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 20:38:10 ---> create-netrc.sh [Pipeline] } 20:38:10 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 20:38:10 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 20:38:11 ---> python-tools-install.sh [Pipeline] echo 20:38:11 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 20:38:12 ---> sudo-logs.sh 20:38:12 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 20:38:12 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 20:38:12 ---> job-cost.sh 20:38:12 lf-activate-venv: SKIPPING 20:38:12 DEBUG: total: 0.20999999344348907 20:38:12 INFO: Retrieving Stack Cost... 20:38:13 INFO: Retrieving Pricing Info for: v1-standard-2 20:38:13 INFO: Archiving Costs [Pipeline] echo 20:38:14 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 20:38:14 ---> logs-deploy.sh 20:38:14 lf-activate-venv: SKIPPING 20:38:14 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/PR-199/5 20:38:14 INFO: archiving workspace using pattern(s): 20:38:18 Archives upload complete. 20:38:18 INFO: archiving logs to Nexus 20:38:19 ---> uname -a: 20:38:19 Linux prd-centos7-docker-4c-2g-4185.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 20:38:19 20:38:19 20:38:19 ---> lscpu: 20:38:19 Architecture: x86_64 20:38:19 CPU op-mode(s): 32-bit, 64-bit 20:38:19 Byte Order: Little Endian 20:38:19 Address sizes: 40 bits physical, 48 bits virtual 20:38:19 CPU(s): 4 20:38:19 On-line CPU(s) list: 0-3 20:38:19 Thread(s) per core: 1 20:38:19 Core(s) per socket: 1 20:38:19 Socket(s): 4 20:38:19 NUMA node(s): 1 20:38:19 Vendor ID: GenuineIntel 20:38:19 CPU family: 6 20:38:19 Model: 44 20:38:19 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 20:38:19 Stepping: 1 20:38:19 CPU MHz: 2933.438 20:38:19 BogoMIPS: 5866.87 20:38:19 Virtualization: VT-x 20:38:19 Hypervisor vendor: KVM 20:38:19 Virtualization type: full 20:38:19 L1d cache: 128 KiB 20:38:19 L1i cache: 128 KiB 20:38:19 L2 cache: 16 MiB 20:38:19 L3 cache: 64 MiB 20:38:19 NUMA node0 CPU(s): 0-3 20:38:19 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 20:38:19 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 20:38:19 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 20:38:19 Vulnerability Meltdown: Mitigation; PTI 20:38:19 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 20:38:19 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 20:38:19 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 20:38:19 Vulnerability Srbds: Not affected 20:38:19 Vulnerability Tsx async abort: Not affected 20:38:19 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 20:38:19 20:38:19 20:38:19 ---> nproc: 20:38:19 4 20:38:19 20:38:19 20:38:19 ---> df -h: 20:38:19 Filesystem Size Used Available Use% Mounted on 20:38:19 overlay 50.0G 7.3G 42.7G 15% / 20:38:19 tmpfs 64.0M 0 64.0M 0% /dev 20:38:19 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 20:38:19 shm 64.0M 0 64.0M 0% /dev/shm 20:38:19 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 20:38:19 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 20:38:19 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 20:38:19 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 20:38:19 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 20:38:19 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 20:38:19 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 20:38:19 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 20:38:19 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/foundry_device-virtual-go_PR-199 20:38:19 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/foundry_device-virtual-go_PR-199@tmp 20:38:19 20:38:19 20:38:19 ---> free -m: 20:38:19 total used free shared buff/cache available 20:38:19 Mem: 1837 713 112 0 1011 1019 20:38:19 Swap: 1023 1 1022 20:38:19 20:38:19 20:38:19 ---> ip addr: 20:38:19 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 20:38:19 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 20:38:19 inet 127.0.0.1/8 scope host lo 20:38:19 valid_lft forever preferred_lft forever 20:38:19 inet6 ::1/128 scope host 20:38:19 valid_lft forever preferred_lft forever 20:38:19 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 20:38:19 link/ether fa:16:3e:90:4e:83 brd ff:ff:ff:ff:ff:ff 20:38:19 inet 10.30.123.214/23 brd 10.30.123.255 scope global dynamic eth0 20:38:19 valid_lft 85541sec preferred_lft 85541sec 20:38:19 inet6 fe80::f816:3eff:fe90:4e83/64 scope link 20:38:19 valid_lft forever preferred_lft forever 20:38:19 3: docker0: mtu 1500 qdisc noqueue state DOWN 20:38:19 link/ether 02:42:60:ff:02:b1 brd ff:ff:ff:ff:ff:ff 20:38:19 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 20:38:19 valid_lft forever preferred_lft forever 20:38:19 inet6 fe80::42:60ff:feff:2b1/64 scope link 20:38:19 valid_lft forever preferred_lft forever 20:38:19 20:38:19 20:38:20 ---> sar -b -r -n DEV: 20:38:20 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 05/10/21 _x86_64_ (4 CPU) 20:38:20 20:38:20 20:23:45 LINUX RESTART (4 CPU) 20:38:20 20:38:20 20:25:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 20:38:20 20:26:01 29.56 10.77 18.79 0.00 4392.77 2622.44 0.00 20:38:20 20:27:01 1.60 0.00 1.60 0.00 0.00 29.99 0.00 20:38:20 20:28:01 0.23 0.00 0.23 0.00 0.00 2.43 0.00 20:38:20 20:29:01 0.27 0.00 0.27 0.00 0.00 3.73 0.00 20:38:20 20:30:01 0.32 0.00 0.32 0.00 0.00 5.07 0.00 20:38:20 20:31:01 0.30 0.00 0.30 0.00 0.00 3.62 0.00 20:38:20 20:32:02 0.27 0.00 0.27 0.00 0.00 3.25 0.00 20:38:20 20:33:01 0.19 0.00 0.19 0.00 0.00 1.91 0.00 20:38:20 20:34:01 0.27 0.00 0.27 0.00 0.00 3.75 0.00 20:38:20 20:35:01 0.30 0.00 0.30 0.00 0.00 4.49 0.00 20:38:20 20:36:01 0.28 0.00 0.28 0.00 0.00 3.33 0.00 20:38:20 20:37:01 0.20 0.00 0.20 0.00 0.00 2.56 0.00 20:38:20 20:38:01 125.61 68.74 56.87 0.00 5084.23 15202.95 0.00 20:38:20 Average: 12.27 6.13 6.15 0.00 726.24 1378.82 0.00 20:38:20 20:38:20 20:25:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 20:38:20 20:26:01 171856 0 614536 32.66 2620 1092532 1141376 38.95 420068 1091132 132 20:38:20 20:27:01 176748 0 609632 32.40 2620 1092544 1125104 38.40 423388 1083824 8 20:38:20 20:28:01 175508 0 610812 32.46 2620 1092604 1125080 38.40 421012 1087296 20 20:38:20 20:29:01 178676 0 607696 32.30 2620 1092552 1100384 37.55 430600 1075016 8 20:38:20 20:30:01 179920 0 606448 32.23 2620 1092556 1073220 36.63 430276 1074648 8 20:38:20 20:31:01 179896 0 606464 32.23 2620 1092564 1073244 36.63 430428 1074652 8 20:38:20 20:32:02 180320 0 606040 32.21 2620 1092564 1073184 36.63 430260 1074648 8 20:38:20 20:33:01 179548 0 606808 32.25 2620 1092568 1073308 36.63 430544 1074648 8 20:38:20 20:34:01 180020 0 606328 32.23 2620 1092576 1073252 36.63 430068 1074648 8 20:38:20 20:35:01 180196 0 606148 32.22 2620 1092580 1073304 36.63 430384 1074648 8 20:38:20 20:36:01 181464 0 604876 32.15 2620 1092584 1073016 36.62 428788 1074648 8 20:38:20 20:37:01 181820 0 604516 32.13 2620 1092588 1073016 36.62 428652 1074648 8 20:38:20 20:38:01 250360 0 671940 35.71 2620 956624 1090260 37.21 432636 946468 84908 20:38:20 Average: 184333 0 612480 32.55 2620 1082110 1089827 37.19 428239 1067763 6549 20:38:20 20:38:20 20:25:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 20:38:20 20:26:01 eth0 76.88 64.15 351.99 42.39 0.00 0.00 0.00 0.00 20:38:20 20:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:38:20 20:26:01 docker0 2.06 1.66 0.45 4.48 0.00 0.00 0.00 0.00 20:38:20 20:27:01 eth0 1.80 0.43 0.38 0.21 0.00 0.00 0.00 0.00 20:38:20 20:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:38:20 20:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:38:20 20:28:01 eth0 2.06 0.28 0.39 0.19 0.00 0.00 0.00 0.00 20:38:20 20:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:38:20 20:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:38:20 20:29:01 eth0 2.55 0.43 0.51 0.21 0.00 0.00 0.00 0.00 20:38:20 20:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:38:20 20:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:38:20 20:30:01 eth0 2.68 1.05 1.05 0.63 0.00 0.00 0.00 0.00 20:38:20 20:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:38:20 20:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:38:20 20:31:01 eth0 1.75 0.30 0.37 0.23 0.00 0.00 0.00 0.00 20:38:20 20:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:38:20 20:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:38:20 20:32:02 eth0 2.98 0.58 0.73 0.40 0.00 0.00 0.00 0.00 20:38:20 20:32:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:38:20 20:32:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:38:20 20:33:01 eth0 2.23 0.59 0.66 0.41 0.00 0.00 0.00 0.00 20:38:20 20:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:38:20 20:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:38:20 20:34:01 eth0 1.53 0.28 0.37 0.17 0.00 0.00 0.00 0.00 20:38:20 20:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:38:20 20:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:38:20 20:35:01 eth0 1.08 0.58 0.66 0.48 0.00 0.00 0.00 0.00 20:38:20 20:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:38:20 20:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:38:20 20:36:01 eth0 0.65 0.07 0.05 0.01 0.00 0.00 0.00 0.00 20:38:20 20:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:38:20 20:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:38:20 20:37:01 eth0 1.25 0.08 0.11 0.01 0.00 0.00 0.00 0.00 20:38:20 20:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:38:20 20:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:38:20 20:38:01 eth0 194.71 161.58 2171.51 21.58 0.00 0.00 0.00 0.00 20:38:20 20:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:38:20 20:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:38:20 Average: eth0 22.46 17.72 194.93 5.11 0.00 0.00 0.00 0.00 20:38:20 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:38:20 Average: docker0 0.16 0.13 0.03 0.34 0.00 0.00 0.00 0.00 20:38:20 20:38:20 20:38:20 ---> sar -P ALL: 20:38:20 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 05/10/21 _x86_64_ (4 CPU) 20:38:20 20:38:20 20:23:45 LINUX RESTART (4 CPU) 20:38:20 20:38:20 20:25:02 CPU %user %nice %system %iowait %steal %idle 20:38:20 20:26:01 all 2.64 0.00 2.84 0.71 7.70 86.12 20:38:20 20:26:01 0 2.50 0.00 2.50 0.15 7.67 87.17 20:38:20 20:26:01 1 2.71 0.00 2.81 0.56 7.45 86.47 20:38:20 20:26:01 2 2.23 0.00 2.96 0.63 7.96 86.22 20:38:20 20:26:01 3 3.11 0.00 3.10 1.49 7.70 84.61 20:38:20 20:27:01 all 0.10 0.00 0.07 0.00 0.62 99.21 20:38:20 20:27:01 0 0.07 0.00 0.08 0.00 0.40 99.45 20:38:20 20:27:01 1 0.05 0.00 0.08 0.00 0.76 99.11 20:38:20 20:27:01 2 0.08 0.00 0.07 0.00 0.55 99.30 20:38:20 20:27:01 3 0.20 0.00 0.05 0.00 0.78 98.97 20:38:20 20:28:01 all 0.09 0.00 0.11 0.00 1.00 98.80 20:38:20 20:28:01 0 0.20 0.00 0.07 0.00 0.88 98.86 20:38:20 20:28:01 1 0.03 0.00 0.10 0.00 1.09 98.78 20:38:20 20:28:01 2 0.05 0.00 0.17 0.00 0.78 99.01 20:38:20 20:28:01 3 0.08 0.00 0.12 0.00 1.24 98.56 20:38:20 20:29:01 all 0.07 0.00 0.05 0.00 0.81 99.06 20:38:20 20:29:01 0 0.18 0.00 0.08 0.00 0.85 98.89 20:38:20 20:29:01 1 0.05 0.00 0.05 0.00 0.96 98.94 20:38:20 20:29:01 2 0.05 0.00 0.03 0.00 0.37 99.55 20:38:20 20:29:01 3 0.02 0.00 0.03 0.00 1.07 98.88 20:38:20 20:30:01 all 0.09 0.00 0.17 0.00 1.44 98.29 20:38:20 20:30:01 0 0.23 0.00 0.28 0.00 1.01 98.48 20:38:20 20:30:01 1 0.05 0.00 0.18 0.00 1.39 98.38 20:38:20 20:30:01 2 0.03 0.00 0.10 0.00 1.47 98.40 20:38:20 20:30:01 3 0.05 0.00 0.13 0.00 1.90 97.92 20:38:20 20:31:01 all 0.08 0.00 0.04 0.00 0.88 99.00 20:38:20 20:31:01 0 0.20 0.00 0.03 0.00 0.81 98.96 20:38:20 20:31:01 1 0.02 0.00 0.02 0.00 0.51 99.45 20:38:20 20:31:01 2 0.07 0.00 0.07 0.00 1.51 98.36 20:38:20 20:31:01 3 0.03 0.00 0.05 0.00 0.69 99.22 20:38:20 20:32:02 all 0.07 0.00 0.04 0.00 0.84 99.04 20:38:20 20:32:02 0 0.00 0.00 0.05 0.00 0.75 99.21 20:38:20 20:32:02 1 0.03 0.00 0.03 0.00 0.98 98.96 20:38:20 20:32:02 2 0.05 0.00 0.05 0.00 1.11 98.79 20:38:20 20:32:02 3 0.22 0.00 0.03 0.00 0.55 99.20 20:38:20 20:33:01 all 0.06 0.00 0.05 0.00 1.06 98.84 20:38:20 20:33:01 0 0.02 0.00 0.03 0.00 1.34 98.61 20:38:20 20:33:01 1 0.03 0.00 0.08 0.00 1.24 98.64 20:38:20 20:33:01 2 0.05 0.00 0.03 0.00 0.84 99.07 20:38:20 20:33:01 3 0.13 0.00 0.03 0.00 0.81 99.02 20:38:20 20:34:01 all 0.09 0.00 0.02 0.00 1.49 98.39 20:38:20 20:34:01 0 0.03 0.00 0.03 0.00 1.51 98.42 20:38:20 20:34:01 1 0.03 0.00 0.03 0.00 2.09 97.84 20:38:20 20:34:01 2 0.23 0.00 0.03 0.00 1.22 98.51 20:38:20 20:34:01 3 0.08 0.00 0.00 0.00 1.11 98.81 20:38:20 20:35:01 all 0.07 0.00 0.02 0.00 0.74 99.16 20:38:20 20:35:01 0 0.02 0.00 0.02 0.00 0.50 99.47 20:38:20 20:35:01 1 0.17 0.00 0.02 0.00 1.04 98.78 20:38:20 20:35:01 2 0.05 0.00 0.05 0.00 0.73 99.17 20:38:20 20:35:01 3 0.07 0.00 0.02 0.00 0.68 99.24 20:38:20 20:36:01 all 0.08 0.00 0.04 0.00 0.84 99.04 20:38:20 20:36:01 0 0.07 0.00 0.03 0.00 0.51 99.39 20:38:20 20:36:01 1 0.20 0.00 0.05 0.00 1.07 98.68 20:38:20 20:36:01 2 0.03 0.00 0.07 0.00 0.60 99.30 20:38:20 20:36:01 3 0.02 0.00 0.02 0.00 1.17 98.80 20:38:20 20:38:20 20:36:01 CPU %user %nice %system %iowait %steal %idle 20:38:20 20:37:01 all 0.07 0.00 0.05 0.00 1.08 98.79 20:38:20 20:37:01 0 0.02 0.00 0.07 0.00 0.76 99.16 20:38:20 20:37:01 1 0.02 0.00 0.03 0.00 0.43 99.52 20:38:20 20:37:01 2 0.21 0.00 0.05 0.00 1.06 98.68 20:38:20 20:37:01 3 0.05 0.00 0.05 0.00 2.07 97.83 20:38:20 20:38:01 all 4.33 0.00 3.91 1.84 23.46 66.46 20:38:20 20:38:01 0 4.15 0.00 3.29 0.67 24.84 67.05 20:38:20 20:38:01 1 4.05 0.00 3.81 1.84 23.95 66.35 20:38:20 20:38:01 2 4.60 0.00 4.20 1.22 22.55 67.44 20:38:20 20:38:01 3 4.53 0.00 4.33 3.67 22.46 65.00 20:38:20 Average: all 0.63 0.00 0.59 0.21 3.36 95.22 20:38:20 Average: 0 0.62 0.00 0.53 0.07 3.37 95.42 20:38:20 Average: 1 0.60 0.00 0.58 0.20 3.45 95.18 20:38:20 Average: 2 0.62 0.00 0.63 0.15 3.25 95.36 20:38:20 Average: 3 0.68 0.00 0.63 0.41 3.35 94.92 20:38:20 20:38:20 20:38:20