Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 3a78cb9bf8b7553c4c832ded1e5b92bc4e1fc828 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 878f1b5bff316b9f7b5d8f8b1d22b752867b496c # timeout=10 Commit message: "Merge pull request #321 from ernestojeda/email-fix-generateEmailTemplate" > 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-sdk-go, dockerImageName:docker-device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [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-sdk-go-settings PROJECT: device-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 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 Running on prd-centos7-docker-4c-2g-29262 in /w/workspace/dgexfoundry_device-sdk-go_master [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-sdk-go.git > git init /w/workspace/dgexfoundry_device-sdk-go_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-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-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-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-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 3a78cb9bf8b7553c4c832ded1e5b92bc4e1fc828 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 3a78cb9bf8b7553c4c832ded1e5b92bc4e1fc828 # timeout=10 Commit message: "Merge pull request #811 from hahattan/v2-cv" > git rev-list --no-walk 62dc0a4d0d8d70c39ca7894a25731db064e1c9c7 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 06:41:39 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 06:41:39 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 06:41:40 ========================================================= 06:41:40 EdgeX Global Pipelines Version Info 06:41:40 ========================================================= [Pipeline] libraryResource [Pipeline] sh 06:41:41 ------------------- 06:41:41 stable info: 06:41:41 ------------------- 06:41:41 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 06:41:41 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 06:41:41 Message: update stable to v1.0.184 06:41:42 ------------------- 06:41:42 experimental info: 06:41:42 ------------------- 06:41:42 Commited By: **** collab-it+edgex@linuxfoundation.org 06:41:42 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 06:41:42 Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 06:41:42 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 06:41:42 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 06:41:43 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 06:41:43 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 06:41:43 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 06:41:43 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 06:41:43 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 06:41:43 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 06:41:43 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 06:41:43 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 06:41:43 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 06:41:44 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo 06:41:44 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 06:41:44 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 06:41:44 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 06:41:44 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 06:41:44 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 06:41:44 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 06:41:44 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 06:41:44 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 06:41:45 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 06:41:45 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 06:41:45 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 06:41:45 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 06:41:45 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 06:41:45 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 06:41:45 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 06:41:45 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 06:41:45 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 06:41:45 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 3a78cb9bf8b7553c4c832ded1e5b92bc4e1fc828 [Pipeline] echo 06:41:46 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 3a78cb9 [Pipeline] echo 06:41:46 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 06:41:46 provisioning config files... 06:41:46 copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config1299586443509215924tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:41:46 ---> docker-login.sh 06:41:46 nexus3.edgexfoundry.org:10001 06:41:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:41:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:41:47 Configure a credential helper to remove this warning. See 06:41:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:41:47 06:41:47 Login Succeeded 06:41:47 nexus3.edgexfoundry.org:10002 06:41:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:41:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:41:47 Configure a credential helper to remove this warning. See 06:41:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:41:47 06:41:47 Login Succeeded 06:41:47 nexus3.edgexfoundry.org:10003 06:41:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:41:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:41:47 Configure a credential helper to remove this warning. See 06:41:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:41:47 06:41:47 Login Succeeded 06:41:47 nexus3.edgexfoundry.org:10004 06:41:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:41:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:41:47 Configure a credential helper to remove this warning. See 06:41:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:41:47 06:41:47 Login Succeeded 06:41:47 docker.io 06:41:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:41:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:41:48 Configure a credential helper to remove this warning. See 06:41:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:41:48 06:41:48 Login Succeeded 06:41:48 ---> docker-login.sh ends [Pipeline] } 06:41:48 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 06:41:48 + git log --format=format:%s -1 3a78cb9bf8b7553c4c832ded1e5b92bc4e1fc828 [Pipeline] echo 06:41:49 GIT_COMMIT: 3a78cb9bf8b7553c4c832ded1e5b92bc4e1fc828, Commit Message: Merge pull request #811 from hahattan/v2-cv [Pipeline] echo 06:41:49 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 06:41:50 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:41:50 06:41:50 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 06:41:50 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:41:50 latest: Pulling from edgex-devops/git-semver 06:41:50 31603596830f: Pulling fs layer 06:41:50 2a8b12db71e7: Pulling fs layer 06:41:50 6ca5941a6612: Pulling fs layer 06:41:50 ecc8261a40a4: Pulling fs layer 06:41:50 ecc8261a40a4: Waiting 06:41:50 2a8b12db71e7: Verifying Checksum 06:41:50 2a8b12db71e7: Download complete 06:41:50 31603596830f: Verifying Checksum 06:41:50 31603596830f: Download complete 06:41:50 ecc8261a40a4: Verifying Checksum 06:41:50 ecc8261a40a4: Download complete 06:41:50 6ca5941a6612: Verifying Checksum 06:41:50 6ca5941a6612: Download complete 06:41:51 31603596830f: Pull complete 06:41:51 2a8b12db71e7: Pull complete 06:41:52 6ca5941a6612: Pull complete 06:41:52 ecc8261a40a4: Pull complete 06:41:52 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 06:41:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:41:52 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 06:41:52 prd-centos7-docker-4c-2g-29262 does not seem to be running inside a container 06:41:52 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 06:41:54 $ docker top de344901a74ee0b7136b3ff0bd399714b78b5d82cf93d57c3f9d59841b80a340 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:41:54 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:41:54 [ssh-agent] Looking for ssh-agent implementation... 06:41:55 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:41:55 $ docker exec de344901a74ee0b7136b3ff0bd399714b78b5d82cf93d57c3f9d59841b80a340 ssh-agent 06:41:55 SSH_AUTH_SOCK=/tmp/ssh-A4pKn9e956sW/agent.12 06:41:55 SSH_AGENT_PID=17 06:41:55 Running ssh-add (command line suppressed) 06:41:55 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_4891490201481897993.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_4891490201481897993.key) 06:41:55 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:41:55 + git tag --points-at HEAD [Pipeline] } 06:41:55 $ docker exec --env ******** --env ******** de344901a74ee0b7136b3ff0bd399714b78b5d82cf93d57c3f9d59841b80a340 ssh-agent -k 06:41:55 unset SSH_AUTH_SOCK; 06:41:55 unset SSH_AGENT_PID; 06:41:55 echo Agent pid 17 killed; 06:41:56 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 06:41:56 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:41:56 [ssh-agent] Looking for ssh-agent implementation... 06:41:56 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:41:56 $ docker exec de344901a74ee0b7136b3ff0bd399714b78b5d82cf93d57c3f9d59841b80a340 ssh-agent 06:41:56 SSH_AUTH_SOCK=/tmp/ssh-iL5qGpuT8Kw7/agent.45 06:41:56 SSH_AGENT_PID=50 06:41:56 Running ssh-add (command line suppressed) 06:41:56 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_4386045937030352176.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_4386045937030352176.key) 06:41:56 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:41:56 + git semver init 06:41:56 # -> Open(): unable to determine branch for HEAD 06:41:56 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 06:41:56 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 06:41:56 # $SEMVER_REMOTE_NAME = origin 06:41:56 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 06:41:56 # $SEMVER_USER_NAME = edgex-jenkins 06:41:56 # $SEMVER_BRANCH = master 06:41:56 # $SEMVER_TEMP = /tmp/semver-258211530 06:41:56 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 06:41:57 # '/tmp/semver-258211530' -> '/w/workspace/dgexfoundry_device-sdk-go_master/.semver' 06:41:57 # -> Force: false 06:41:57 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } 06:41:57 $ docker exec --env ******** --env ******** de344901a74ee0b7136b3ff0bd399714b78b5d82cf93d57c3f9d59841b80a340 ssh-agent -k 06:41:57 unset SSH_AUTH_SOCK; 06:41:57 unset SSH_AGENT_PID; 06:41:57 echo Agent pid 50 killed; 06:41:57 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:41:58 + git semver [Pipeline] } 06:41:58 $ docker stop --time=1 de344901a74ee0b7136b3ff0bd399714b78b5d82cf93d57c3f9d59841b80a340 06:41:59 $ docker rm -f de344901a74ee0b7136b3ff0bd399714b78b5d82cf93d57c3f9d59841b80a340 [Pipeline] // withDockerContainer [Pipeline] sh 06:42:00 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 06:42:00 Stashed 1 file(s) [Pipeline] echo 06:42:00 [edgeXSemver]: initialized semver on version 2.0.0-dev.19 [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 06:42:16 Still waiting to schedule task 06:42:16 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-29262’ 06:42:16 Still waiting to schedule task 06:42:16 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 06:44:02 Running on prd-ubuntu18.04-docker-arm64-4c-16g-29267 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws 06:44:02 Running in /w/workspace/device-sdk-go/124 [Pipeline] { [Pipeline] checkout 06:44:07 using credential edgex-jenkins-ssh 06:44:07 Cloning the remote Git repository 06:44:07 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 06:44:07 > git init /w/workspace/device-sdk-go/124 # timeout=10 06:44:07 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 06:44:07 > git --version # timeout=10 06:44:07 > git --version # 'git version 2.17.1' 06:44:07 using GIT_SSH to set credentials SSH Credentials for GitHub 06:44:07 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 06:44:09 Checking out Revision 3a78cb9bf8b7553c4c832ded1e5b92bc4e1fc828 (master) 06:44:08 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 06:44:09 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 06:44:09 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 06:44:09 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 06:44:09 using GIT_SSH to set credentials SSH Credentials for GitHub 06:44:09 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 06:44:09 > git config core.sparsecheckout # timeout=10 06:44:09 > git checkout -f 3a78cb9bf8b7553c4c832ded1e5b92bc4e1fc828 # timeout=10 06:44:13 Commit message: "Merge pull request #811 from hahattan/v2-cv" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 06:44:15 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 06:44:15 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 06:44:16 + sudo service+ docker restart 06:44:16 true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 06:44:18 provisioning config files... 06:44:19 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/124@tmp/config1992385244010092043tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:44:19 ---> docker-login.sh 06:44:19 nexus3.edgexfoundry.org:10001 06:44:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:44:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:44:20 Configure a credential helper to remove this warning. See 06:44:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:44:20 06:44:20 Login Succeeded 06:44:20 nexus3.edgexfoundry.org:10002 06:44:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:44:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:44:21 Configure a credential helper to remove this warning. See 06:44:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:44:21 06:44:21 Login Succeeded 06:44:21 nexus3.edgexfoundry.org:10003 06:44:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:44:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:44:21 Configure a credential helper to remove this warning. See 06:44:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:44:21 06:44:21 Login Succeeded 06:44:21 nexus3.edgexfoundry.org:10004 06:44:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:44:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:44:22 Configure a credential helper to remove this warning. See 06:44:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:44:22 06:44:22 Login Succeeded 06:44:22 docker.io 06:44:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:44:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:44:22 Configure a credential helper to remove this warning. See 06:44:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:44:22 06:44:22 Login Succeeded 06:44:22 ---> docker-login.sh ends [Pipeline] } 06:44:22 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 06:44:23 ========================================================= 06:44:23 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 06:44:23 ========================================================= [Pipeline] isUnix [Pipeline] sh 06:44:23 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 06:44:24 Sending build context to Docker daemon 2.278MB 06:44:24 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 06:44:24 Step 2/8 : FROM ${BASE} 06:44:24 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 06:44:24 5f621e34cdf4: Pulling fs layer 06:44:24 a4357932f1b6: Pulling fs layer 06:44:24 18c013af1878: Pulling fs layer 06:44:24 00ac8860ef70: Pulling fs layer 06:44:24 63d7cb157983: Pulling fs layer 06:44:24 b116817d02f9: Pulling fs layer 06:44:24 745a02a5169b: Pulling fs layer 06:44:24 63d7cb157983: Waiting 06:44:24 b116817d02f9: Waiting 06:44:24 00ac8860ef70: Waiting 06:44:24 745a02a5169b: Waiting 06:44:24 18c013af1878: Download complete 06:44:24 a4357932f1b6: Verifying Checksum 06:44:24 63d7cb157983: Download complete 06:44:24 5f621e34cdf4: Verifying Checksum 06:44:24 b116817d02f9: Verifying Checksum 06:44:24 b116817d02f9: Download complete 06:44:25 5f621e34cdf4: Pull complete 06:44:25 a4357932f1b6: Pull complete 06:44:26 18c013af1878: Pull complete 06:44:27 745a02a5169b: Verifying Checksum 06:44:27 745a02a5169b: Download complete 06:44:28 00ac8860ef70: Verifying Checksum 06:44:28 00ac8860ef70: Download complete 06:44:38 00ac8860ef70: Pull complete 06:44:38 63d7cb157983: Pull complete 06:44:39 b116817d02f9: Pull complete 06:44:43 745a02a5169b: Pull complete 06:44:43 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 06:44:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 06:44:43 ---> b7e6874047d6 06:44:43 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 06:44:45 ---> Running in be0e8a184bc8 06:44:46 Removing intermediate container be0e8a184bc8 06:44:46 ---> 63538608b2d1 06:44:46 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:44:46 ---> Running in 62cd6113246b 06:44:48 Removing intermediate container 62cd6113246b 06:44:48 ---> ffc11212437c 06:44:48 Step 5/8 : RUN apk add --update --no-cache make git 06:44:48 ---> Running in f740a825a6f7 06:44:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:44:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:44:51 OK: 142 MiB in 39 packages 06:44:51 Removing intermediate container f740a825a6f7 06:44:51 ---> ce6c867c6c6e 06:44:51 Step 6/8 : WORKDIR /device-sdk-go 06:44:52 ---> Running in a848adf0edaa 06:44:52 Removing intermediate container a848adf0edaa 06:44:52 ---> 9124e5ea476f 06:44:52 Step 7/8 : COPY . . 06:44:53 ---> c202e743f70c 06:44:53 Step 8/8 : RUN go mod download 06:44:53 ---> Running in a874d979c755 06:45:20 Removing intermediate container a874d979c755 06:45:20 ---> d4909e6fa9b4 06:45:20 Successfully built d4909e6fa9b4 06:45:20 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 06:45:21 + docker inspect -f . ci-base-image-arm64 06:45:21 . [Pipeline] withDockerContainer 06:45:21 prd-ubuntu18.04-docker-arm64-4c-16g-29267 does not seem to be running inside a container 06:45:21 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/124 -v /w/workspace/device-sdk-go/124:/w/workspace/device-sdk-go/124:rw,z -v /w/workspace/device-sdk-go/124@tmp:/w/workspace/device-sdk-go/124@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 06:45:22 $ docker top f849881d46943c6e98a001cbc63b8bc67676d0df256b417446e694b0352c776c -eo pid,comm [Pipeline] { [Pipeline] sh 06:45:24 + go version 06:45:24 go version go1.15.5 linux/arm64 [Pipeline] } 06:45:24 $ docker stop --time=1 f849881d46943c6e98a001cbc63b8bc67676d0df256b417446e694b0352c776c 06:45:26 $ docker rm -f f849881d46943c6e98a001cbc63b8bc67676d0df256b417446e694b0352c776c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:45:27 + docker inspect -f . ci-base-image-arm64 06:45:27 . [Pipeline] withDockerContainer 06:45:27 prd-ubuntu18.04-docker-arm64-4c-16g-29267 does not seem to be running inside a container 06:45:27 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/124 -v /w/workspace/device-sdk-go/124:/w/workspace/device-sdk-go/124:rw,z -v /w/workspace/device-sdk-go/124@tmp:/w/workspace/device-sdk-go/124@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 06:45:29 $ docker top bf56721700dd76d0607126ccbba001c886fc5df7b810c5cecea404615f30d583 -eo pid,comm [Pipeline] { [Pipeline] sh 06:45:30 + make test 06:45:30 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 06:45:52 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 06:46:39 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 06:46:39 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 06:46:39 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 06:46:39 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.119s coverage: 25.5% of statements 06:47:06 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 30.109s coverage: 10.5% of statements 06:47:06 ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.108s coverage: 12.5% of statements 06:47:06 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 06:47:06 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller 0.136s coverage: 84.8% of statements 06:47:06 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/correlation [no test files] 06:47:06 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 06:47:06 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 06:47:06 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.183s coverage: 47.6% of statements 06:47:06 ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/application [no test files] 06:47:06 ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/cache 0.157s coverage: 81.3% of statements 06:47:06 ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/controller/http 0.175s coverage: 24.8% of statements 06:47:06 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 2.903s coverage: 6.4% of statements 06:47:06 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.130s coverage: 5.2% of statements 06:47:06 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 06:47:06 GO111MODULE=on go vet ./... 06:47:15 Running on prd-centos7-docker-4c-2g-29268 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws 06:47:15 Running in /w/workspace/device-sdk-go/124 [Pipeline] { [Pipeline] checkout 06:47:21 using credential edgex-jenkins-ssh 06:47:21 Cloning the remote Git repository 06:47:21 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 06:47:21 > git init /w/workspace/device-sdk-go/124 # timeout=10 06:47:21 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 06:47:21 > git --version # timeout=10 06:47:21 > git --version # 'git version 2.24.3' 06:47:21 using GIT_SSH to set credentials SSH Credentials for GitHub 06:47:21 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 06:47:22 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 06:47:22 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 06:47:22 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 06:47:22 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 06:47:22 using GIT_SSH to set credentials SSH Credentials for GitHub 06:47:22 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 06:47:22 Checking out Revision 3a78cb9bf8b7553c4c832ded1e5b92bc4e1fc828 (master) 06:47:22 > git config core.sparsecheckout # timeout=10 06:47:22 > git checkout -f 3a78cb9bf8b7553c4c832ded1e5b92bc4e1fc828 # timeout=10 06:47:27 Commit message: "Merge pull request #811 from hahattan/v2-cv" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 06:47:29 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 06:47:30 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 06:47:30 + sudo service docker restart 06:47:30 + true 06:47:30 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 06:47:33 provisioning config files... 06:47:33 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/124@tmp/config659372853374258049tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:47:33 ---> docker-login.sh 06:47:33 nexus3.edgexfoundry.org:10001 06:47:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:47:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:47:35 Configure a credential helper to remove this warning. See 06:47:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:47:35 06:47:35 Login Succeeded 06:47:35 nexus3.edgexfoundry.org:10002 06:47:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:47:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:47:36 Configure a credential helper to remove this warning. See 06:47:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:47:36 06:47:36 Login Succeeded 06:47:36 nexus3.edgexfoundry.org:10003 06:47:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:47:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:47:37 Configure a credential helper to remove this warning. See 06:47:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:47:37 06:47:37 Login Succeeded 06:47:37 nexus3.edgexfoundry.org:10004 06:47:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:47:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:47:37 Configure a credential helper to remove this warning. See 06:47:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:47:37 06:47:37 Login Succeeded 06:47:37 docker.io 06:47:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:47:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:47:38 Configure a credential helper to remove this warning. See 06:47:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:47:38 06:47:38 Login Succeeded 06:47:38 ---> docker-login.sh ends [Pipeline] } 06:47:38 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 06:47:38 ========================================================= 06:47:38 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 06:47:38 ========================================================= [Pipeline] isUnix [Pipeline] sh 06:47:38 gofmt -l . 06:47:38 [ "`gofmt -l .`" = "" ] 06:47:38 ./bin/test-attribution-txt.sh 06:47:38 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 06:47:39 Sending build context to Docker daemon 2.277MB 06:47:39 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 06:47:39 Step 2/8 : FROM ${BASE} 06:47:39 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 06:47:39 188c0c94c7c5: Pulling fs layer 06:47:39 0ef7d3d256c8: Pulling fs layer 06:47:39 de9db76c5a1d: Pulling fs layer 06:47:39 bca2f99d35d6: Pulling fs layer 06:47:39 93359f2a8cfa: Pulling fs layer 06:47:39 7c6f9722023f: Pulling fs layer 06:47:39 a35cf1a2eb13: Pulling fs layer 06:47:39 93359f2a8cfa: Waiting 06:47:39 7c6f9722023f: Waiting 06:47:39 a35cf1a2eb13: Waiting 06:47:39 bca2f99d35d6: Waiting 06:47:39 de9db76c5a1d: Verifying Checksum 06:47:39 de9db76c5a1d: Download complete 06:47:39 0ef7d3d256c8: Download complete 06:47:39 93359f2a8cfa: Verifying Checksum 06:47:39 93359f2a8cfa: Download complete 06:47:39 7c6f9722023f: Verifying Checksum 06:47:39 7c6f9722023f: Download complete 06:47:39 ./bin/test-go-mod-tidy.sh [Pipeline] } 06:47:39 $ docker stop --time=1 bf56721700dd76d0607126ccbba001c886fc5df7b810c5cecea404615f30d583 06:47:39 188c0c94c7c5: Verifying Checksum 06:47:39 188c0c94c7c5: Download complete 06:47:40 188c0c94c7c5: Pull complete 06:47:40 0ef7d3d256c8: Pull complete 06:47:40 de9db76c5a1d: Pull complete 06:47:41 $ docker rm -f bf56721700dd76d0607126ccbba001c886fc5df7b810c5cecea404615f30d583 [Pipeline] // withDockerContainer [Pipeline] sh 06:47:42 + sudo chown -R jenkins:jenkins . [Pipeline] stash 06:47:43 a35cf1a2eb13: Verifying Checksum 06:47:43 a35cf1a2eb13: Download complete 06:47:43 bca2f99d35d6: Verifying Checksum 06:47:43 bca2f99d35d6: Download complete 06:47:43 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 06:47:46 + sudo chown -R jenkins:jenkins . [Pipeline] sh 06:47:47 + ls -al . 06:47:47 total 220 06:47:47 drwxrwxr-x 10 jenkins jenkins 4096 Mar 10 06:47 . 06:47:47 drwxrwxr-x 4 jenkins jenkins 4096 Mar 10 06:44 .. 06:47:47 -rw-rw-r-- 1 jenkins jenkins 140 Mar 10 06:44 .dockerignore 06:47:47 drwxrwxr-x 8 jenkins jenkins 4096 Mar 10 06:44 .git 06:47:47 drwxrwxr-x 2 jenkins jenkins 4096 Mar 10 06:44 .github 06:47:47 -rw-rw-r-- 1 jenkins jenkins 138 Mar 10 06:44 .gitignore 06:47:47 -rw-rw-r-- 1 jenkins jenkins 949 Mar 10 06:44 Dockerfile.build 06:47:47 -rw-rw-r-- 1 jenkins jenkins 901 Mar 10 06:44 Jenkinsfile 06:47:47 -rw-rw-r-- 1 jenkins jenkins 11341 Mar 10 06:44 LICENSE 06:47:47 -rw-rw-r-- 1 jenkins jenkins 1016 Mar 10 06:44 Makefile 06:47:47 -rw-rw-r-- 1 jenkins jenkins 5897 Mar 10 06:44 README.md 06:47:47 -rw-rw-r-- 1 jenkins jenkins 6616 Mar 10 06:44 RELEASE-NOTES.txt 06:47:47 -rw-rw-r-- 1 jenkins jenkins 12 Mar 10 06:42 VERSION 06:47:47 drwxrwxr-x 2 jenkins jenkins 4096 Mar 10 06:44 bin 06:47:47 -rw-r--r-- 1 jenkins jenkins 102299 Mar 10 06:47 coverage.out 06:47:47 drwxrwxr-x 4 jenkins jenkins 4096 Mar 10 06:44 example 06:47:47 -rw-r--r-- 1 jenkins jenkins 479 Mar 10 06:47 go.mod 06:47:47 -rw-r--r-- 1 jenkins jenkins 17490 Mar 10 06:47 go.sum 06:47:47 drwxrwxr-x 12 jenkins jenkins 4096 Mar 10 06:44 internal 06:47:47 drwxrwxr-x 4 jenkins jenkins 4096 Mar 10 06:44 openapi 06:47:47 drwxrwxr-x 5 jenkins jenkins 4096 Mar 10 06:44 pkg 06:47:47 drwxrwxr-x 4 jenkins jenkins 4096 Mar 10 06:44 snap 06:47:47 -rw-rw-r-- 1 jenkins jenkins 222 Mar 10 06:44 version.go [Pipeline] isUnix [Pipeline] sh 06:47:47 + docker build -t docker-device-sdk-simple-arm64 -f example/cmd/device-simple/Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=3a78cb9bf8b7553c4c832ded1e5b92bc4e1fc828 --label arch=arm64 --label version=2.0.0-dev.19 . 06:47:47 Sending build context to Docker daemon 2.381MB 06:47:47 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 06:47:47 Step 2/24 : FROM ${BASE} AS builder 06:47:47 ---> d4909e6fa9b4 06:47:47 Step 3/24 : ARG MAKE='make build' 06:47:48 ---> Running in 302c8cbb51cd 06:47:48 Removing intermediate container 302c8cbb51cd 06:47:48 ---> b5ce7c2b85f2 06:47:48 Step 4/24 : WORKDIR /device-sdk-go 06:47:48 ---> Running in b33a1124de32 06:47:49 Removing intermediate container b33a1124de32 06:47:49 ---> 037afa895b38 06:47:49 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 06:47:49 ---> Running in e0be324df537 06:47:49 Removing intermediate container e0be324df537 06:47:49 ---> 9771bf90015f 06:47:49 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:47:49 ---> Running in 5ca729acedf2 06:47:51 Removing intermediate container 5ca729acedf2 06:47:51 ---> 3050c64870b1 06:47:51 Step 7/24 : RUN apk add --update --no-cache make git 06:47:52 ---> Running in 33382d16cf02 06:47:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:47:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:47:54 OK: 142 MiB in 39 packages 06:47:56 Removing intermediate container 33382d16cf02 06:47:56 ---> 110d36733fd8 06:47:56 Step 8/24 : COPY . . 06:47:57 ---> ee2f81127646 06:47:57 Step 9/24 : RUN ${MAKE} 06:47:57 ---> Running in a1bed99dbdf7 06:47:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=2.0.0-dev.19" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 06:47:59 bca2f99d35d6: Pull complete 06:47:59 93359f2a8cfa: Pull complete 06:47:59 7c6f9722023f: Pull complete 06:48:04 a35cf1a2eb13: Pull complete 06:48:04 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 06:48:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 06:48:04 ---> a62c8e92a672 06:48:04 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 06:48:05 ---> Running in ea36a7925dde 06:48:05 Removing intermediate container ea36a7925dde 06:48:05 ---> f254d58effdc 06:48:05 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:48:05 ---> Running in 6d772aa7d150 06:48:08 Removing intermediate container 6d772aa7d150 06:48:08 ---> 1f054a097307 06:48:08 Step 5/8 : RUN apk add --update --no-cache make git 06:48:08 ---> Running in 9479edc2b068 06:48:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:48:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:48:10 OK: 166 MiB in 39 packages 06:48:11 Removing intermediate container 9479edc2b068 06:48:11 ---> 76db40ee92b9 06:48:11 Step 6/8 : WORKDIR /device-sdk-go 06:48:11 ---> Running in aad913232a12 06:48:12 Removing intermediate container aad913232a12 06:48:12 ---> c7c68df0dc9f 06:48:12 Step 7/8 : COPY . . 06:48:14 ---> 3ba50f0c685d 06:48:14 Step 8/8 : RUN go mod download 06:48:14 ---> Running in 5e80dada4a83 06:48:25 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 06:48:26 Removing intermediate container a1bed99dbdf7 06:48:26 ---> 6239edbaf9c1 06:48:26 Step 10/24 : FROM scratch 06:48:26 ---> 06:48:26 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 06:48:26 ---> Running in 1cd80d8cd333 06:48:26 Removing intermediate container 1cd80d8cd333 06:48:26 ---> ccdbb31c6232 06:48:26 Step 12/24 : ENV APP_PORT=49990 06:48:26 ---> Running in be57bf669f4c 06:48:27 Removing intermediate container be57bf669f4c 06:48:27 ---> c4991cfbf8ed 06:48:27 Step 13/24 : EXPOSE $APP_PORT 06:48:27 ---> Running in 4d0a433724e4 06:48:27 Removing intermediate container 4d0a433724e4 06:48:27 ---> 74739dbfe399 06:48:27 Step 14/24 : WORKDIR / 06:48:27 ---> Running in e511beea0dfa 06:48:28 Removing intermediate container e511beea0dfa 06:48:28 ---> 3f7e3ef09c24 06:48:28 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 06:48:29 ---> 9aa37182a896 06:48:29 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 06:48:30 ---> d7126690d3fa 06:48:30 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 06:48:30 ---> 9812bb0bc9cc 06:48:30 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 06:48:31 ---> 075f290c5901 06:48:31 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 06:48:32 ---> 4944a4779ad3 06:48:32 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 06:48:32 ---> Running in 4bb59123bafe 06:48:32 Removing intermediate container 4bb59123bafe 06:48:32 ---> 9b9dcc4c0be7 06:48:32 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:48:33 ---> Running in 199689dfb044 06:48:33 Removing intermediate container 199689dfb044 06:48:33 ---> be25b00179e0 06:48:33 Step 22/24 : LABEL arch=arm64 06:48:33 ---> Running in fd720b6d1a18 06:48:34 Removing intermediate container fd720b6d1a18 06:48:34 ---> e9ea3ee323f0 06:48:34 Step 23/24 : LABEL git_sha=3a78cb9bf8b7553c4c832ded1e5b92bc4e1fc828 06:48:34 ---> Running in c9606b558078 06:48:34 Removing intermediate container c9606b558078 06:48:34 ---> 5016cf9697d1 06:48:34 Step 24/24 : LABEL version=2.0.0-dev.19 06:48:34 ---> Running in 8b5ae97141a9 06:48:35 Removing intermediate container 8b5ae97141a9 06:48:35 ---> 44b08afe7cd3 06:48:35 [Warning] One or more build-args [ARCH] were not consumed 06:48:35 Successfully built 44b08afe7cd3 06:48:35 Successfully tagged docker-device-sdk-simple-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 06:48:36 ---> job-cost.sh 06:48:36 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-XQGA 06:48:53 Removing intermediate container 5e80dada4a83 06:48:53 ---> 8b4bfcd37c5a 06:48:53 Successfully built 8b4bfcd37c5a 06:48:53 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 06:48:53 + docker inspect -f . ci-base-image-x86_64 06:48:54 . [Pipeline] withDockerContainer 06:48:54 prd-centos7-docker-4c-2g-29268 does not seem to be running inside a container 06:48:54 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/124 -v /w/workspace/device-sdk-go/124:/w/workspace/device-sdk-go/124:rw,z -v /w/workspace/device-sdk-go/124@tmp:/w/workspace/device-sdk-go/124@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 06:48:56 $ docker top bed93005f72563ee1b14a7af2b09ec0bb77ec34be93ba2af3654027424ba0818 -eo pid,comm [Pipeline] { [Pipeline] sh 06:48:56 + go version 06:48:56 go version go1.15.5 linux/amd64 [Pipeline] } 06:48:56 $ docker stop --time=1 bed93005f72563ee1b14a7af2b09ec0bb77ec34be93ba2af3654027424ba0818 06:48:58 $ docker rm -f bed93005f72563ee1b14a7af2b09ec0bb77ec34be93ba2af3654027424ba0818 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:48:59 + docker inspect -f . ci-base-image-x86_64 06:48:59 . [Pipeline] withDockerContainer 06:48:59 prd-centos7-docker-4c-2g-29268 does not seem to be running inside a container 06:48:59 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/124 -v /w/workspace/device-sdk-go/124:/w/workspace/device-sdk-go/124:rw,z -v /w/workspace/device-sdk-go/124@tmp:/w/workspace/device-sdk-go/124@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 06:49:02 $ docker top acad4bacec46124caaf2594e945a896dde07a26eeb6b1e8000ed859554b06fb0 -eo pid,comm [Pipeline] { [Pipeline] sh 06:49:02 + make test 06:49:02 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 06:49:15 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 06:49:21 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 06:49:48 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 06:49:48 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 06:49:48 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 06:49:51 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.269s coverage: 25.5% of statements 06:50:18 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 30.121s coverage: 10.5% of statements 06:50:18 ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.088s coverage: 12.5% of statements 06:50:18 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 06:50:18 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller 0.253s coverage: 84.8% of statements 06:50:18 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/correlation [no test files] 06:50:18 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 06:50:18 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 06:50:18 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.158s coverage: 47.6% of statements 06:50:18 ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/application [no test files] 06:50:18 ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/cache 0.113s coverage: 81.3% of statements 06:50:18 ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/controller/http 0.084s coverage: 24.8% of statements 06:50:18 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 1.592s coverage: 6.4% of statements 06:50:18 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.071s coverage: 5.2% of statements 06:50:18 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 06:50:18 GO111MODULE=on go vet ./... 06:50:45 gofmt -l . 06:50:45 [ "`gofmt -l .`" = "" ] 06:50:45 ./bin/test-attribution-txt.sh 06:50:46 ./bin/test-go-mod-tidy.sh [Pipeline] } 06:50:47 $ docker stop --time=1 acad4bacec46124caaf2594e945a896dde07a26eeb6b1e8000ed859554b06fb0 06:50:49 $ docker rm -f acad4bacec46124caaf2594e945a896dde07a26eeb6b1e8000ed859554b06fb0 [Pipeline] // withDockerContainer [Pipeline] sh 06:50:51 + sudo chown -R jenkins:jenkins . [Pipeline] stash 06:50:51 Warning: overwriting stash ‘coverage-report’ 06:50:52 lf-activate-venv(): INFO: Adding /tmp/venv-XQGA/bin to PATH 06:50:52 INFO: No Stack... 06:50:52 INFO: Retrieving Pricing Info for: lf-standard-4 06:50:52 INFO: Archiving Costs [Pipeline] sh 06:50:52 + + cutcat /w/workspace/device-sdk-go/124/archives/cost.csv -d, 06:50:52 -f6 06:50:52 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] lock 06:50:52 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-master-124-stack-cost] 06:50:52 Resource [jenkins-edgexfoundry-device-sdk-go-master-124-stack-cost] did not exist. Created. 06:50:52 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-master-124-stack-cost] [Pipeline] { [Pipeline] } [Pipeline] unstash [Pipeline] // stage [Pipeline] sh [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 06:50:53 + echo total: 0.20999999344348907 [Pipeline] stash 06:50:53 + sudo chown -R jenkins:jenkins . 06:50:53 Stashed 1 file(s) [Pipeline] sh [Pipeline] } 06:50:53 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-master-124-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv 06:50:53 + ls -al . 06:50:53 total 184 06:50:53 drwxrwxr-x. 10 jenkins jenkins 4096 Mar 10 06:50 . 06:50:53 drwxrwxr-x. 4 jenkins jenkins 32 Mar 10 06:47 .. 06:50:53 drwxrwxr-x. 2 jenkins jenkins 64 Mar 10 06:47 bin 06:50:53 -rw-r--r--. 1 jenkins jenkins 102298 Mar 10 06:50 coverage.out 06:50:53 -rw-rw-r--. 1 jenkins jenkins 949 Mar 10 06:47 Dockerfile.build 06:50:53 -rw-rw-r--. 1 jenkins jenkins 140 Mar 10 06:47 .dockerignore 06:50:53 drwxrwxr-x. 4 jenkins jenkins 48 Mar 10 06:47 example 06:50:53 drwxrwxr-x. 8 jenkins jenkins 162 Mar 10 06:47 .git 06:50:53 drwxrwxr-x. 2 jenkins jenkins 103 Mar 10 06:47 .github 06:50:53 -rw-rw-r--. 1 jenkins jenkins 138 Mar 10 06:47 .gitignore 06:50:53 -rw-r--r--. 1 jenkins jenkins 479 Mar 10 06:50 go.mod 06:50:53 -rw-r--r--. 1 jenkins jenkins 17490 Mar 10 06:50 go.sum 06:50:53 drwxrwxr-x. 12 jenkins jenkins 171 Mar 10 06:47 internal 06:50:53 -rw-rw-r--. 1 jenkins jenkins 901 Mar 10 06:47 Jenkinsfile 06:50:53 -rw-rw-r--. 1 jenkins jenkins 11341 Mar 10 06:47 LICENSE 06:50:53 -rw-rw-r--. 1 jenkins jenkins 1016 Mar 10 06:47 Makefile 06:50:53 drwxrwxr-x. 4 jenkins jenkins 26 Mar 10 06:47 openapi 06:50:53 drwxrwxr-x. 5 jenkins jenkins 50 Mar 10 06:47 pkg 06:50:53 -rw-rw-r--. 1 jenkins jenkins 5897 Mar 10 06:47 README.md 06:50:53 -rw-rw-r--. 1 jenkins jenkins 6616 Mar 10 06:47 RELEASE-NOTES.txt 06:50:53 drwxrwxr-x. 4 jenkins jenkins 54 Mar 10 06:47 snap 06:50:53 -rw-rw-r--. 1 jenkins jenkins 12 Mar 10 06:42 VERSION 06:50:53 -rw-rw-r--. 1 jenkins jenkins 222 Mar 10 06:47 version.go [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] isUnix [Pipeline] sh [Pipeline] // stage [Pipeline] } 06:50:54 + docker build -t docker-device-sdk-simple -f example/cmd/device-simple/Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=3a78cb9bf8b7553c4c832ded1e5b92bc4e1fc828 --label arch=amd64 --label version=2.0.0-dev.19 . 06:50:55 Sending build context to Docker daemon 2.38MB 06:50:55 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 06:50:55 Step 2/24 : FROM ${BASE} AS builder 06:50:55 ---> 8b4bfcd37c5a 06:50:55 Step 3/24 : ARG MAKE='make build' 06:50:55 ---> Running in a64423ba58a3 06:50:55 Removing intermediate container a64423ba58a3 06:50:55 ---> fe49ebf3b67a 06:50:55 Step 4/24 : WORKDIR /device-sdk-go 06:50:55 ---> Running in dd485f7458e0 06:50:55 Removing intermediate container dd485f7458e0 06:50:55 ---> ca0f8f16fef1 06:50:55 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 06:50:56 ---> Running in 8f3d8563238f 06:50:57 Removing intermediate container 8f3d8563238f 06:50:57 ---> 84ea6f766546 06:50:57 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:50:57 ---> Running in 37833a5a7956 06:50:59 Removing intermediate container 37833a5a7956 06:50:59 ---> 2cf30633b0e2 06:50:59 Step 7/24 : RUN apk add --update --no-cache make git 06:50:59 ---> Running in 24c7676a922d 06:50:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:51:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:51:00 OK: 166 MiB in 39 packages 06:51:02 Removing intermediate container 24c7676a922d 06:51:02 ---> 853c47f1085f 06:51:02 Step 8/24 : COPY . . 06:51:04 ---> dad2468bcc22 06:51:04 Step 9/24 : RUN ${MAKE} 06:51:04 ---> Running in 3fb2cf470d9c 06:51:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=2.0.0-dev.19" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 06:51:22 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 06:51:25 Removing intermediate container 3fb2cf470d9c 06:51:25 ---> eebdc3633185 06:51:25 Step 10/24 : FROM scratch 06:51:25 ---> 06:51:25 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 06:51:25 ---> Running in 95ef022750e6 06:51:26 Removing intermediate container 95ef022750e6 06:51:26 ---> 3ea10b81976e 06:51:26 Step 12/24 : ENV APP_PORT=49990 06:51:26 ---> Running in be51e0bde049 06:51:26 Removing intermediate container be51e0bde049 06:51:26 ---> 130bbd8fb59c 06:51:26 Step 13/24 : EXPOSE $APP_PORT 06:51:26 ---> Running in 9cdffb13b66c 06:51:26 Removing intermediate container 9cdffb13b66c 06:51:26 ---> 0d46a49b6623 06:51:26 Step 14/24 : WORKDIR / 06:51:26 ---> Running in 65951ffab8ce 06:51:27 Removing intermediate container 65951ffab8ce 06:51:27 ---> 2f997b21cf31 06:51:27 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 06:51:28 ---> 64dfc9590ca6 06:51:28 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 06:51:29 ---> 6d5e5368e299 06:51:29 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 06:51:29 ---> f87892d910ad 06:51:29 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 06:51:29 ---> 33f3750d9de3 06:51:29 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 06:51:30 ---> d5f4644cecb0 06:51:30 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 06:51:30 ---> Running in f24bcc340821 06:51:30 Removing intermediate container f24bcc340821 06:51:30 ---> 543084e0a1c7 06:51:30 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:51:30 ---> Running in a0df45de4db1 06:51:31 Removing intermediate container a0df45de4db1 06:51:31 ---> ce990dab58b3 06:51:31 Step 22/24 : LABEL arch=amd64 06:51:31 ---> Running in 231a7bd7dc1f 06:51:32 Removing intermediate container 231a7bd7dc1f 06:51:32 ---> 9c8440030c88 06:51:32 Step 23/24 : LABEL git_sha=3a78cb9bf8b7553c4c832ded1e5b92bc4e1fc828 06:51:32 ---> Running in 0b7d1041eeec 06:51:32 Removing intermediate container 0b7d1041eeec 06:51:32 ---> 8fe9cf86e732 06:51:32 Step 24/24 : LABEL version=2.0.0-dev.19 06:51:32 ---> Running in 323caccdd98c 06:51:33 Removing intermediate container 323caccdd98c 06:51:33 ---> 1532252f2a53 06:51:33 [Warning] One or more build-args [ARCH] were not consumed 06:51:33 Successfully built 1532252f2a53 06:51:33 Successfully tagged docker-device-sdk-simple: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 06:51:34 ---> job-cost.sh 06:51:34 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-LpQ2 06:52:07 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 06:52:46 lf-activate-venv(): INFO: Adding /tmp/venv-LpQ2/bin to PATH 06:52:46 INFO: No Stack... 06:52:46 INFO: Retrieving Pricing Info for: v1-standard-2 06:52:46 INFO: Archiving Costs [Pipeline] sh 06:52:46 + cat /w/workspace/device-sdk-go/124/archives/cost.csv 06:52:46 + cut -d, -f6 [Pipeline] lock 06:52:47 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-master-124-stack-cost] 06:52:47 Resource [jenkins-edgexfoundry-device-sdk-go-master-124-stack-cost] did not exist. Created. 06:52:47 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-master-124-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 06:52:47 /w/workspace/device-sdk-go/124@tmp/durable-8e513ebb/script.sh: line 1: unexpected EOF while looking for matching `'' [Pipeline] sh 06:52:47 + echo total: 0.029999999329447746 [Pipeline] stash 06:52:47 Warning: overwriting stash ‘stack-cost’ 06:52:48 Stashed 1 file(s) [Pipeline] } 06:52:48 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-master-124-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 06:52:49 provisioning config files... 06:52:49 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config3533321572549300984tmp [Pipeline] { [Pipeline] sh 06:52:50 + set +x 06:52:50 + curl -s https://codecov.io/bash 06:52:50 + bash -s -- 06:52:50 06:52:50 _____ _ 06:52:50 / ____| | | 06:52:50 | | ___ __| | ___ ___ _____ __ 06:52:50 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 06:52:50 | |___| (_) | (_| | __/ (_| (_) \ V / 06:52:50 \_____\___/ \__,_|\___|\___\___/ \_/ 06:52:50 Bash-20210309-2b87ace 06:52:50 06:52:50 06:52:50 ==> git version 2.24.3 found 06:52:50 ==> 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 06:52:50 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 06:52:50 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 06:52:50 ==> Jenkins CI detected. 06:52:50 project root: . 06:52:50 --> token set from env 06:52:50 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 06:52:50 ==> Running gcov in . (disable via -X gcov) 06:52:50 ==> Python coveragepy not found 06:52:50 ==> Searching for coverage reports in: 06:52:50 + . 06:52:50 -> Found 1 reports 06:52:50 ==> Detecting git/mercurial file structure 06:52:50 ==> Reading reports 06:52:50 + ./coverage.out bytes=102298 06:52:50 ==> Appending adjustments 06:52:50 https://docs.codecov.io/docs/fixing-reports 06:52:50 + Found adjustments 06:52:50 ==> Gzipping contents 06:52:50 16K /tmp/codecov.nZbbyy.gz 06:52:50 ==> Uploading reports 06:52:50 url: https://codecov.io 06:52:50 query: branch=master&commit=3a78cb9bf8b7553c4c832ded1e5b92bc4e1fc828&build=124&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmaster%2F124%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 06:52:50 -> Pinging Codecov 06:52:50 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=master&commit=3a78cb9bf8b7553c4c832ded1e5b92bc4e1fc828&build=124&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmaster%2F124%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 06:52:51 -> Uploading to 06:52:51 https://storage.googleapis.com/codecov/v4/raw/2021-03-10/7E55EF52A471D76F132DFD9A03CDDE97/3a78cb9bf8b7553c4c832ded1e5b92bc4e1fc828/3a0547e2-eed7-4254-b8df-8eb77c390edc.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210310%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210310T065251Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=5ecebfdbbcc8678db4d906ac6e3cb7eb48ef887095dc1b40dea4a29409b103da 06:52:51 % Total % Received % Xferd Average Speed Time Time Time Current 06:52:51 Dload Upload Total Spent Left Speed 06:52:51 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 15162 0 0 100 15162 0 29053 --:--:-- --:--:-- --:--:-- 29045 100 15162 0 0 100 15162 0 29037 --:--:-- --:--:-- --:--:-- 29045 06:52:51 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/3a78cb9bf8b7553c4c832ded1e5b92bc4e1fc828 [Pipeline] } 06:52:51 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 06:52:52 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 06:52:52 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:52:53 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 06:52:53 06:52:53 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 06:52:53 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 06:52:53 1.410.4: Pulling from edgex-devops/edgex-snyk-go 06:52:53 188c0c94c7c5: Pulling fs layer 06:52:53 0ef7d3d256c8: Pulling fs layer 06:52:53 de9db76c5a1d: Pulling fs layer 06:52:53 0eba1c9be4d2: Pulling fs layer 06:52:53 0d57e429df01: Pulling fs layer 06:52:53 4e4be7b47b0d: Pulling fs layer 06:52:53 e1f770b5df2f: Pulling fs layer 06:52:53 85a0685a4137: Pulling fs layer 06:52:53 4e4be7b47b0d: Waiting 06:52:53 e1f770b5df2f: Waiting 06:52:53 85a0685a4137: Waiting 06:52:53 0eba1c9be4d2: Waiting 06:52:53 0d57e429df01: Waiting 06:52:53 de9db76c5a1d: Verifying Checksum 06:52:53 de9db76c5a1d: Download complete 06:52:53 0ef7d3d256c8: Verifying Checksum 06:52:53 0ef7d3d256c8: Download complete 06:52:53 0d57e429df01: Verifying Checksum 06:52:53 0d57e429df01: Download complete 06:52:53 4e4be7b47b0d: Verifying Checksum 06:52:53 4e4be7b47b0d: Download complete 06:52:53 188c0c94c7c5: Verifying Checksum 06:52:53 188c0c94c7c5: Download complete 06:52:53 188c0c94c7c5: Pull complete 06:52:54 0ef7d3d256c8: Pull complete 06:52:54 de9db76c5a1d: Pull complete 06:52:54 e1f770b5df2f: Verifying Checksum 06:52:54 e1f770b5df2f: Download complete 06:52:56 0eba1c9be4d2: Verifying Checksum 06:52:56 0eba1c9be4d2: Download complete 06:52:56 85a0685a4137: Verifying Checksum 06:52:56 85a0685a4137: Download complete 06:53:03 0eba1c9be4d2: Pull complete 06:53:03 0d57e429df01: Pull complete 06:53:03 4e4be7b47b0d: Pull complete 06:53:06 e1f770b5df2f: Pull complete 06:53:12 85a0685a4137: Pull complete 06:53:12 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 06:53:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 06:53:12 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 06:53:12 prd-centos7-docker-4c-2g-29262 does not seem to be running inside a container 06:53:13 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 06:53:13 $ docker top fbcf5044522374f49b175f6531d8d9b5881824b4f7fc648d07cd103b9bbd9eca -eo pid,comm [Pipeline] { [Pipeline] echo 06:53:14 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 06:53:14 + set -o pipefail 06:53:14 + snyk monitor '--org=edgex-jenkins' 06:53:22 06:53:22 Monitoring /w/workspace/dgexfoundry_device-sdk-go_master (github.com/edgexfoundry/device-sdk-go/v2)... 06:53:22 06:53:22 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/a91414f5-c324-409e-a494-413a27791127/history/dbe1cda7-6f1d-494e-aabd-a13f309dfc4b 06:53:22 06:53:22 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 06:53:22 06:53:22 [Pipeline] } 06:53:22 $ docker stop --time=1 fbcf5044522374f49b175f6531d8d9b5881824b4f7fc648d07cd103b9bbd9eca 06:53:25 $ docker rm -f fbcf5044522374f49b175f6531d8d9b5881824b4f7fc648d07cd103b9bbd9eca [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 06:53:26 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:53:26 provisioning config files... 06:53:26 copy managed file [swaggerhub-api-key] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config6664653319625782135tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:53:27 --> edgex-publish-swagger.sh 06:53:27 === Publish openapi/v1 API === 06:53:27 [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger 06:53:27 [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/dgexfoundry_device-sdk-go_master/openapi/v1/device-sdk.yaml] 06:53:27 % Total % Received % Xferd Average Speed Time Time Time Current 06:53:27 Dload Upload Total Spent Left Speed 06:53:27 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 19947 0 0 100 19947 0 27955 --:--:-- --:--:-- --:--:-- 27976 100 19947 0 0 100 19947 0 27949 --:--:-- --:--:-- --:--:-- 27976 06:53:27 06:53:27 06:53:27 === Publish openapi/v2 API === 06:53:27 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 06:53:27 [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/dgexfoundry_device-sdk-go_master/openapi/v2/device-sdk.yaml] 06:53:27 % Total % Received % Xferd Average Speed Time Time Time Current 06:53:27 Dload Upload Total Spent Left Speed 06:53:28 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 52256 0 0 100 52256 0 70504 --:--:-- --:--:-- --:--:-- 70616 06:53:28 06:53:28 [Pipeline] } 06:53:28 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh 06:53:29 + git log --format=format:%s -1 3a78cb9bf8b7553c4c832ded1e5b92bc4e1fc828 [Pipeline] isUnix [Pipeline] sh 06:53:30 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:53:30 . [Pipeline] withDockerContainer 06:53:30 prd-centos7-docker-4c-2g-29262 does not seem to be running inside a container 06:53:30 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 06:53:31 $ docker top 6960351a9a232d2c312dc591c270640fd3ff757620d74dc201e0f0c0af52791b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:53:31 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:53:31 [ssh-agent] Looking for ssh-agent implementation... 06:53:31 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:53:31 $ docker exec 6960351a9a232d2c312dc591c270640fd3ff757620d74dc201e0f0c0af52791b ssh-agent 06:53:31 SSH_AUTH_SOCK=/tmp/ssh-agGcVtYas4fX/agent.12 06:53:31 SSH_AGENT_PID=17 06:53:31 Running ssh-add (command line suppressed) 06:53:31 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_5126031475172644183.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_5126031475172644183.key) 06:53:32 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:53:32 + git semver tag 06:53:32 # -> Open(): unable to determine branch for HEAD 06:53:32 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 06:53:32 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 06:53:32 # $SEMVER_REMOTE_NAME = origin 06:53:32 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 06:53:32 # $SEMVER_USER_NAME = edgex-jenkins 06:53:32 # $SEMVER_BRANCH = master 06:53:32 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver 06:53:32 # 3a78cb9bf8b7553c4c832ded1e5b92bc4e1fc828 HEAD 06:53:32 # -> Force: false 06:53:32 # ea9ccc75dcb62ec4f31874e4c14d9430fa389ea0 refs/tags/v2.0.0-dev.19 [Pipeline] } 06:53:32 $ docker exec --env ******** --env ******** 6960351a9a232d2c312dc591c270640fd3ff757620d74dc201e0f0c0af52791b ssh-agent -k 06:53:32 unset SSH_AUTH_SOCK; 06:53:32 unset SSH_AGENT_PID; 06:53:32 echo Agent pid 17 killed; 06:53:32 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:53:33 + git semver [Pipeline] } 06:53:33 $ docker stop --time=1 6960351a9a232d2c312dc591c270640fd3ff757620d74dc201e0f0c0af52791b 06:53:34 $ docker rm -f 6960351a9a232d2c312dc591c270640fd3ff757620d74dc201e0f0c0af52791b [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 06:53:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 06:53:35 06:53:35 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 06:53:35 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 06:53:35 0.23.1-centos7: Pulling from edgex-lftools 06:53:35 ab5ef0e58194: Pulling fs layer 06:53:35 9712f1f96733: Pulling fs layer 06:53:35 63f879dbbcfc: Pulling fs layer 06:53:35 0d9ebad4ef96: Pulling fs layer 06:53:35 e9a5061849ea: Pulling fs layer 06:53:35 d747dcd14b5f: Pulling fs layer 06:53:35 2de7ff778b66: Pulling fs layer 06:53:35 e9a5061849ea: Waiting 06:53:35 0d9ebad4ef96: Waiting 06:53:35 d747dcd14b5f: Waiting 06:53:35 2de7ff778b66: Waiting 06:53:35 9712f1f96733: Verifying Checksum 06:53:35 9712f1f96733: Download complete 06:53:38 63f879dbbcfc: Verifying Checksum 06:53:38 63f879dbbcfc: Download complete 06:53:38 e9a5061849ea: Verifying Checksum 06:53:38 e9a5061849ea: Download complete 06:53:38 d747dcd14b5f: Verifying Checksum 06:53:38 d747dcd14b5f: Download complete 06:53:38 0d9ebad4ef96: Verifying Checksum 06:53:38 0d9ebad4ef96: Download complete 06:53:38 2de7ff778b66: Verifying Checksum 06:53:38 2de7ff778b66: Download complete 06:53:38 ab5ef0e58194: Verifying Checksum 06:53:38 ab5ef0e58194: Download complete 06:53:44 ab5ef0e58194: Pull complete 06:53:44 9712f1f96733: Pull complete 06:53:46 63f879dbbcfc: Pull complete 06:53:53 0d9ebad4ef96: Pull complete 06:53:55 e9a5061849ea: Pull complete 06:53:55 d747dcd14b5f: Pull complete 06:53:57 2de7ff778b66: Pull complete 06:53:57 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 06:53:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 06:53:57 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 06:53:58 prd-centos7-docker-4c-2g-29262 does not seem to be running inside a container 06:53:58 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 06:54:01 $ docker top c337d4ba1b2c023c2946c8c26827398bc8e3161810738037f8e2930d2d8478a5 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 06:54:02 provisioning config files... 06:54:02 copy managed file [sigul-config] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config2722195164804809965tmp 06:54:02 copy managed file [sigul-password] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config4833278582184922996tmp 06:54:02 copy managed file [sigul-pki] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config5122383884048689129tmp [Pipeline] { [Pipeline] echo 06:54:02 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 06:54:02 ---> sigul-configuration.sh 06:54:02 gpg: directory `/root/.gnupg' created 06:54:02 gpg: new configuration file `/root/.gnupg/gpg.conf' created 06:54:02 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 06:54:02 gpg: keyring `/root/.gnupg/secring.gpg' created 06:54:02 gpg: keyring `/root/.gnupg/pubring.gpg' created 06:54:02 gpg: CAST5 encrypted data 06:54:02 gpg: encrypted with 1 passphrase 06:54:02 gpg: WARNING: message was not integrity protected [Pipeline] sh 06:54:03 + mkdir /home/jenkins 06:54:03 + mkdir /home/jenkins/sigul [Pipeline] sh 06:54:03 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 06:54:03 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 06:54:03 ---> sigul-install.sh 06:54:10 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 06:54:10 + git tag --list 06:54:10 0.7.1 06:54:10 delhi-tag 06:54:10 v1.0.0 06:54:10 v1.1.0 06:54:10 v1.1.1 06:54:10 v1.1.2 06:54:10 v1.2.0 06:54:10 v1.2.1 06:54:10 v1.2.2 06:54:10 v1.2.3 06:54:10 v1.3.0 06:54:10 v1.4.0 06:54:10 v2.0.0-dev.1 06:54:10 v2.0.0-dev.10 06:54:10 v2.0.0-dev.11 06:54:10 v2.0.0-dev.12 06:54:10 v2.0.0-dev.13 06:54:10 v2.0.0-dev.14 06:54:10 v2.0.0-dev.15 06:54:10 v2.0.0-dev.16 06:54:10 v2.0.0-dev.17 06:54:10 v2.0.0-dev.18 06:54:10 v2.0.0-dev.19 06:54:10 v2.0.0-dev.2 06:54:10 v2.0.0-dev.3 06:54:10 v2.0.0-dev.4 06:54:10 v2.0.0-dev.5 06:54:10 v2.0.0-dev.6 06:54:10 v2.0.0-dev.7 06:54:10 v2.0.0-dev.8 06:54:10 v2.0.0-dev.9 [Pipeline] sh 06:54:10 + lftools sign git-tag v2.0.0-dev.19 06:54:12 Signing Git tag with Sigul... 06:54:12 Signing v2.0.0-dev.19 [Pipeline] echo 06:54:13 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 06:54:14 ---> sigul-configuration-cleanup.sh [Pipeline] } 06:54:14 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 06:54:14 $ docker stop --time=1 c337d4ba1b2c023c2946c8c26827398bc8e3161810738037f8e2930d2d8478a5 06:54:16 $ docker rm -f c337d4ba1b2c023c2946c8c26827398bc8e3161810738037f8e2930d2d8478a5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 06:54:17 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:54:17 . [Pipeline] withDockerContainer 06:54:17 prd-centos7-docker-4c-2g-29262 does not seem to be running inside a container 06:54:17 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 06:54:18 $ docker top 91173260deb973bc50f9faa8aca0ac647b6342716e7b8e52ef6c6412bac97aff -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:54:18 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:54:18 [ssh-agent] Looking for ssh-agent implementation... 06:54:18 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:54:18 $ docker exec 91173260deb973bc50f9faa8aca0ac647b6342716e7b8e52ef6c6412bac97aff ssh-agent 06:54:18 SSH_AUTH_SOCK=/tmp/ssh-WM3QMQlzYruZ/agent.11 06:54:18 SSH_AGENT_PID=16 06:54:18 Running ssh-add (command line suppressed) 06:54:19 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_6791456657178120991.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_6791456657178120991.key) 06:54:19 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:54:19 + git semver bump pre 06:54:19 # -> Open(): unable to determine branch for HEAD 06:54:19 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 06:54:19 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 06:54:19 # $SEMVER_REMOTE_NAME = origin 06:54:19 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 06:54:19 # $SEMVER_USER_NAME = edgex-jenkins 06:54:19 # $SEMVER_BRANCH = master 06:54:19 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver 06:54:19 2.0.0-dev.20 [Pipeline] } 06:54:19 $ docker exec --env ******** --env ******** 91173260deb973bc50f9faa8aca0ac647b6342716e7b8e52ef6c6412bac97aff ssh-agent -k 06:54:19 unset SSH_AUTH_SOCK; 06:54:19 unset SSH_AGENT_PID; 06:54:19 echo Agent pid 16 killed; 06:54:19 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:54:20 + git semver [Pipeline] } 06:54:20 $ docker stop --time=1 91173260deb973bc50f9faa8aca0ac647b6342716e7b8e52ef6c6412bac97aff 06:54:21 $ docker rm -f 91173260deb973bc50f9faa8aca0ac647b6342716e7b8e52ef6c6412bac97aff [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 06:54:22 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:54:22 . [Pipeline] withDockerContainer 06:54:22 prd-centos7-docker-4c-2g-29262 does not seem to be running inside a container 06:54:22 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 06:54:23 $ docker top 45c3fd15006bb156ab93c1e7efb28cadbc64e0beea64bd34dc3ecfdc5c287862 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:54:23 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:54:23 [ssh-agent] Looking for ssh-agent implementation... 06:54:23 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:54:23 $ docker exec 45c3fd15006bb156ab93c1e7efb28cadbc64e0beea64bd34dc3ecfdc5c287862 ssh-agent 06:54:23 SSH_AUTH_SOCK=/tmp/ssh-sb8Lq7XN3lfa/agent.11 06:54:23 SSH_AGENT_PID=16 06:54:23 Running ssh-add (command line suppressed) 06:54:23 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_2945803086176711433.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_2945803086176711433.key) 06:54:24 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:54:24 + git semver push 06:54:24 # -> Open(): unable to determine branch for HEAD 06:54:24 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 06:54:24 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 06:54:24 # $SEMVER_REMOTE_NAME = origin 06:54:24 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 06:54:24 # $SEMVER_USER_NAME = edgex-jenkins 06:54:24 # $SEMVER_BRANCH = master 06:54:24 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } 06:54:28 $ docker exec --env ******** --env ******** 45c3fd15006bb156ab93c1e7efb28cadbc64e0beea64bd34dc3ecfdc5c287862 ssh-agent -k 06:54:28 unset SSH_AUTH_SOCK; 06:54:28 unset SSH_AGENT_PID; 06:54:28 echo Agent pid 16 killed; 06:54:28 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:54:29 + git semver [Pipeline] } 06:54:29 $ docker stop --time=1 45c3fd15006bb156ab93c1e7efb28cadbc64e0beea64bd34dc3ecfdc5c287862 06:54:30 $ docker rm -f 45c3fd15006bb156ab93c1e7efb28cadbc64e0beea64bd34dc3ecfdc5c287862 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" 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 06:54:32 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 06:54:33 ---> package-listing.sh 06:54:33 ++ facter osfamily 06:54:33 ++ tr '[:upper:]' '[:lower:]' 06:54:33 + OS_FAMILY=redhat 06:54:33 + workspace=/w/workspace/dgexfoundry_device-sdk-go_master 06:54:33 + START_PACKAGES=/tmp/packages_start.txt 06:54:33 + END_PACKAGES=/tmp/packages_end.txt 06:54:33 + DIFF_PACKAGES=/tmp/packages_diff.txt 06:54:33 + PACKAGES=/tmp/packages_start.txt 06:54:33 + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' 06:54:33 + PACKAGES=/tmp/packages_end.txt 06:54:33 + case "${OS_FAMILY}" in 06:54:33 + rpm -qa 06:54:33 + sort 06:54:38 + '[' -f /tmp/packages_start.txt ']' 06:54:38 + '[' -f /tmp/packages_end.txt ']' 06:54:38 + diff /tmp/packages_start.txt /tmp/packages_end.txt 06:54:38 + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' 06:54:38 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_master/archives/ 06:54:38 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_master/archives/ [Pipeline] echo 06:54:38 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/dgexfoundry_device-sdk-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 06:54:38 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 06:54:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:54:39 06:54:39 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 06:54:39 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:54:39 alpine: Pulling from edgex-lftools-log-publisher 06:54:39 df20fa9351a1: Pulling fs layer 06:54:39 36b3adc4ff6f: Pulling fs layer 06:54:39 8ad3a11d3b57: Pulling fs layer 06:54:39 46f8f816bc3b: Pulling fs layer 06:54:39 93b61091891f: Pulling fs layer 06:54:39 93b9cdb0e59b: Pulling fs layer 06:54:39 5e14af77c1be: Pulling fs layer 06:54:39 01666e4c0597: Pulling fs layer 06:54:39 aa168da1d23b: Pulling fs layer 06:54:39 93b9cdb0e59b: Waiting 06:54:39 01666e4c0597: Waiting 06:54:39 5e14af77c1be: Waiting 06:54:39 46f8f816bc3b: Waiting 06:54:39 93b61091891f: Waiting 06:54:39 aa168da1d23b: Waiting 06:54:39 36b3adc4ff6f: Verifying Checksum 06:54:39 36b3adc4ff6f: Download complete 06:54:39 46f8f816bc3b: Verifying Checksum 06:54:39 46f8f816bc3b: Download complete 06:54:39 df20fa9351a1: Verifying Checksum 06:54:39 df20fa9351a1: Download complete 06:54:39 93b9cdb0e59b: Download complete 06:54:39 93b61091891f: Verifying Checksum 06:54:39 93b61091891f: Download complete 06:54:39 5e14af77c1be: Verifying Checksum 06:54:39 5e14af77c1be: Download complete 06:54:39 01666e4c0597: Verifying Checksum 06:54:39 01666e4c0597: Download complete 06:54:39 8ad3a11d3b57: Verifying Checksum 06:54:39 8ad3a11d3b57: Download complete 06:54:39 df20fa9351a1: Pull complete 06:54:40 36b3adc4ff6f: Pull complete 06:54:41 8ad3a11d3b57: Pull complete 06:54:41 aa168da1d23b: Verifying Checksum 06:54:41 aa168da1d23b: Download complete 06:54:42 46f8f816bc3b: Pull complete 06:54:43 93b61091891f: Pull complete 06:54:43 93b9cdb0e59b: Pull complete 06:54:43 5e14af77c1be: Pull complete 06:54:43 01666e4c0597: Pull complete 06:54:51 aa168da1d23b: Pull complete 06:54:51 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 06:54:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:54:51 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 06:54:51 prd-centos7-docker-4c-2g-29262 does not seem to be running inside a container 06:54:51 $ 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/dgexfoundry_device-sdk-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 06:54:54 $ docker top f57d9b49bae05ba921ddf02ce3e49d4879882cade1da968577b410e6262d6f86 -eo pid,comm [Pipeline] { [Pipeline] sh 06:54:54 + touch /tmp/pre-build-complete [Pipeline] sh 06:54:55 + mkdir -p /var/log/sa [Pipeline] sh 06:54:55 + ls /var/log/sa-host 06:54:55 + sadf -c /var/log/sa-host/sa10 06:54:55 file_magic: OK 06:54:55 HZ: Using current value: 100 06:54:55 file_header: OK 06:54:55 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 06:54:55 Statistics: 06:54:55 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...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...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...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 06:54:55 File successfully converted to sysstat format version 12.2.1 06:54:55 + sadf -c /var/log/sa-host/sa23 06:54:55 file_magic: OK 06:54:55 HZ: Using current value: 100 06:54:55 file_header: OK 06:54:55 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 06:54:55 Statistics: 06:54:55 Hnuu...uuuununununu... 06:54:55 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:54:56 provisioning config files... 06:54:56 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config7145882156270574699tmp [Pipeline] { [Pipeline] echo 06:54:56 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 06:54:56 ---> create-netrc.sh [Pipeline] } 06:54:56 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 06:54:56 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 06:54:56 ---> python-tools-install.sh [Pipeline] echo 06:54:56 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 06:54:57 ---> sudo-logs.sh 06:54:57 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 06:54:57 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 06:54:57 ---> job-cost.sh 06:54:57 lf-activate-venv: SKIPPING 06:54:57 DEBUG: total: 0.029999999329447746 06:54:57 INFO: Retrieving Stack Cost... 06:54:58 INFO: Retrieving Pricing Info for: v1-standard-2 06:54:59 INFO: Archiving Costs [Pipeline] echo 06:54:59 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 06:54:59 ---> logs-deploy.sh 06:54:59 lf-activate-venv: SKIPPING 06:54:59 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/master/124 06:54:59 INFO: archiving workspace using pattern(s): 06:55:01 Archives upload complete. 06:55:01 INFO: archiving logs to Nexus 06:55:02 ---> uname -a: 06:55:02 Linux prd-centos7-docker-4c-2g-29262.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 06:55:02 06:55:02 06:55:02 ---> lscpu: 06:55:02 Architecture: x86_64 06:55:02 CPU op-mode(s): 32-bit, 64-bit 06:55:02 Byte Order: Little Endian 06:55:02 Address sizes: 40 bits physical, 48 bits virtual 06:55:02 CPU(s): 4 06:55:02 On-line CPU(s) list: 0-3 06:55:02 Thread(s) per core: 1 06:55:02 Core(s) per socket: 1 06:55:02 Socket(s): 4 06:55:02 NUMA node(s): 1 06:55:02 Vendor ID: GenuineIntel 06:55:02 CPU family: 6 06:55:02 Model: 44 06:55:02 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 06:55:02 Stepping: 1 06:55:02 CPU MHz: 2933.442 06:55:02 BogoMIPS: 5866.88 06:55:02 Virtualization: VT-x 06:55:02 Hypervisor vendor: KVM 06:55:02 Virtualization type: full 06:55:02 L1d cache: 128 KiB 06:55:02 L1i cache: 128 KiB 06:55:02 L2 cache: 16 MiB 06:55:02 L3 cache: 64 MiB 06:55:02 NUMA node0 CPU(s): 0-3 06:55:02 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 06:55:02 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 06:55:02 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 06:55:02 Vulnerability Meltdown: Mitigation; PTI 06:55:02 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 06:55:02 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 06:55:02 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 06:55:02 Vulnerability Srbds: Not affected 06:55:02 Vulnerability Tsx async abort: Not affected 06:55:02 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 06:55:02 06:55:02 06:55:02 ---> nproc: 06:55:02 4 06:55:02 06:55:02 06:55:02 ---> df -h: 06:55:02 Filesystem Size Used Available Use% Mounted on 06:55:02 overlay 50.0G 8.2G 41.8G 16% / 06:55:02 tmpfs 64.0M 0 64.0M 0% /dev 06:55:02 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 06:55:02 shm 64.0M 0 64.0M 0% /dev/shm 06:55:02 /dev/vda1 50.0G 8.2G 41.8G 16% /facter-os 06:55:02 /dev/vda1 50.0G 8.2G 41.8G 16% /etc/resolv.conf 06:55:02 /dev/vda1 50.0G 8.2G 41.8G 16% /etc/hostname 06:55:02 /dev/vda1 50.0G 8.2G 41.8G 16% /etc/hosts 06:55:02 /dev/vda1 50.0G 8.2G 41.8G 16% /var/log/sa-host 06:55:02 /dev/vda1 50.0G 8.2G 41.8G 16% /var/log/secure 06:55:02 /dev/vda1 50.0G 8.2G 41.8G 16% /var/log/auth.log 06:55:02 /dev/vda1 50.0G 8.2G 41.8G 16% /run/cloud-init/result.json 06:55:02 /dev/vda1 50.0G 8.2G 41.8G 16% /w/workspace/dgexfoundry_device-sdk-go_master 06:55:02 /dev/vda1 50.0G 8.2G 41.8G 16% /w/workspace/dgexfoundry_device-sdk-go_master@tmp 06:55:02 06:55:02 06:55:02 ---> free -m: 06:55:02 total used free shared buff/cache available 06:55:02 Mem: 1837 846 138 0 852 925 06:55:02 Swap: 1023 3 1020 06:55:02 06:55:02 06:55:02 ---> ip addr: 06:55:02 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 06:55:02 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 06:55:02 inet 127.0.0.1/8 scope host lo 06:55:02 valid_lft forever preferred_lft forever 06:55:02 inet6 ::1/128 scope host 06:55:02 valid_lft forever preferred_lft forever 06:55:02 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 06:55:02 link/ether fa:16:3e:98:36:3c brd ff:ff:ff:ff:ff:ff 06:55:02 inet 10.30.122.223/23 brd 10.30.123.255 scope global dynamic eth0 06:55:02 valid_lft 83460sec preferred_lft 83460sec 06:55:02 inet6 fe80::f816:3eff:fe98:363c/64 scope link 06:55:02 valid_lft forever preferred_lft forever 06:55:02 3: docker0: mtu 1500 qdisc noqueue state DOWN 06:55:02 link/ether 02:42:e8:eb:ea:18 brd ff:ff:ff:ff:ff:ff 06:55:02 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 06:55:02 valid_lft forever preferred_lft forever 06:55:02 inet6 fe80::42:e8ff:feeb:ea18/64 scope link 06:55:02 valid_lft forever preferred_lft forever 06:55:02 06:55:02 06:55:02 ---> sar -b -r -n DEV: 06:55:02 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/10/21 _x86_64_ (4 CPU) 06:55:02 06:55:02 06:05:50 LINUX RESTART (4 CPU) 06:55:02 06:55:02 06:07:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 06:55:02 06:08:01 2.07 0.00 2.07 0.00 0.00 38.36 0.00 06:55:02 06:09:01 0.27 0.00 0.27 0.00 0.00 2.93 0.00 06:55:02 06:10:01 0.23 0.00 0.23 0.00 0.00 3.13 0.00 06:55:02 06:11:01 0.27 0.00 0.27 0.00 0.00 3.46 0.00 06:55:02 06:12:01 0.28 0.00 0.28 0.00 0.00 4.01 0.00 06:55:02 06:13:01 0.23 0.00 0.23 0.00 0.00 2.51 0.00 06:55:02 06:14:01 0.30 0.00 0.30 0.00 0.00 3.48 0.00 06:55:02 06:15:01 0.20 0.00 0.20 0.00 0.00 2.47 0.00 06:55:02 06:16:01 0.27 0.00 0.27 0.00 0.00 3.80 0.00 06:55:02 06:17:01 0.28 0.00 0.28 0.00 0.00 3.03 0.00 06:55:02 06:18:01 0.22 0.00 0.22 0.00 0.00 1.85 0.00 06:55:02 06:19:01 0.28 0.00 0.28 0.00 0.00 3.36 0.00 06:55:02 06:20:01 0.28 0.00 0.28 0.00 0.00 3.20 0.00 06:55:02 06:21:01 0.47 0.20 0.27 0.00 6.39 3.33 0.00 06:55:02 06:22:01 0.75 0.00 0.75 0.00 0.00 15.06 0.00 06:55:02 06:23:01 0.27 0.00 0.27 0.00 0.00 3.63 0.00 06:55:02 06:24:01 0.25 0.00 0.25 0.00 0.00 2.33 0.00 06:55:02 06:25:01 0.17 0.00 0.17 0.00 0.00 1.52 0.00 06:55:02 06:26:01 0.27 0.00 0.27 0.00 0.00 3.36 0.00 06:55:02 06:27:01 0.27 0.00 0.27 0.00 0.00 3.03 0.00 06:55:02 06:28:01 0.27 0.00 0.27 0.00 0.00 3.08 0.00 06:55:02 06:29:01 0.25 0.00 0.25 0.00 0.00 3.07 0.00 06:55:02 06:30:01 0.20 0.00 0.20 0.00 0.00 1.68 0.00 06:55:02 06:31:01 0.28 0.00 0.28 0.00 0.00 3.10 0.00 06:55:02 06:32:01 0.23 0.00 0.23 0.00 0.00 3.00 0.00 06:55:02 06:33:01 0.25 0.00 0.25 0.00 0.00 3.05 0.00 06:55:02 06:34:01 0.25 0.00 0.25 0.00 0.00 2.50 0.00 06:55:02 06:35:01 0.17 0.00 0.17 0.00 0.00 1.63 0.00 06:55:02 06:36:01 0.27 0.00 0.27 0.00 0.00 3.06 0.00 06:55:02 06:37:01 0.20 0.00 0.20 0.00 0.00 2.45 0.00 06:55:02 06:38:01 0.25 0.00 0.25 0.00 0.00 3.05 0.00 06:55:02 06:39:01 0.22 0.00 0.22 0.00 0.00 2.32 0.00 06:55:02 06:40:01 0.17 0.00 0.17 0.00 0.00 1.23 0.00 06:55:02 06:41:01 0.28 0.00 0.28 0.00 0.00 3.10 0.00 06:55:02 06:42:01 49.97 14.29 35.68 0.00 4598.33 2662.42 0.00 06:55:02 06:43:01 2.60 0.00 2.60 0.00 0.00 57.00 0.00 06:55:02 06:44:01 0.37 0.00 0.37 0.00 0.00 5.66 0.00 06:55:02 06:45:01 0.25 0.00 0.25 0.00 0.00 3.05 0.00 06:55:02 06:46:01 0.25 0.00 0.25 0.00 0.00 2.47 0.00 06:55:02 06:47:01 0.65 0.00 0.65 0.00 0.00 7.66 0.00 06:55:02 06:48:01 0.33 0.00 0.33 0.00 0.00 4.35 0.00 06:55:02 06:49:01 0.15 0.00 0.15 0.00 0.00 1.90 0.00 06:55:02 06:50:01 0.28 0.00 0.28 0.00 0.00 3.36 0.00 06:55:02 06:51:01 0.27 0.00 0.27 0.00 0.00 2.73 0.00 06:55:02 06:52:02 0.25 0.00 0.25 0.00 0.00 3.86 0.00 06:55:02 06:53:01 29.26 3.84 25.41 0.00 517.77 15686.60 0.00 06:55:02 06:54:01 416.17 207.50 208.67 0.00 10287.00 49622.22 0.00 06:55:02 Average: 10.96 4.84 6.11 0.00 329.77 1455.78 0.00 06:55:02 06:55:02 06:07:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 06:55:02 06:08:01 86412 0 477200 25.36 2620 1315312 898584 30.67 300992 1298800 8 06:55:02 06:09:01 86132 0 477472 25.38 2620 1315320 898584 30.67 299764 1300200 8 06:55:02 06:10:01 85088 0 478512 25.43 2620 1315324 898752 30.67 300924 1300200 8 06:55:02 06:11:01 85428 0 478168 25.41 2620 1315328 898668 30.67 300780 1300200 8 06:55:02 06:12:01 83616 0 479976 25.51 2620 1315332 931176 31.78 301880 1300200 8 06:55:02 06:13:01 85556 0 478028 25.41 2620 1315340 939108 32.05 300480 1300204 8 06:55:02 06:14:01 85348 0 478236 25.42 2620 1315340 939108 32.05 300484 1300200 16 06:55:02 06:15:01 85372 0 478208 25.42 2620 1315344 939108 32.05 300488 1300200 8 06:55:02 06:16:01 84956 0 478612 25.44 2620 1315356 939228 32.05 301016 1300200 8 06:55:02 06:17:01 85392 0 478172 25.41 2620 1315360 939180 32.05 301040 1300200 8 06:55:02 06:18:01 85224 0 478336 25.42 2620 1315364 939108 32.05 300520 1300200 16 06:55:02 06:19:01 83944 0 479612 25.49 2620 1315368 939276 32.06 301408 1300200 20 06:55:02 06:20:01 85456 0 478092 25.41 2620 1315376 939108 32.05 300412 1300204 20 06:55:02 06:21:01 85292 0 478256 25.42 2620 1315376 939108 32.05 300540 1300200 16 06:55:02 06:22:01 85104 0 478436 25.43 2620 1315384 939180 32.05 300924 1300204 12 06:55:02 06:23:01 85176 0 478360 25.42 2620 1315388 939108 32.05 300556 1300200 8 06:55:02 06:24:01 85464 0 478072 25.41 2620 1315388 939108 32.05 300556 1300200 8 06:55:02 06:25:01 85464 0 478064 25.41 2620 1315396 939108 32.05 300564 1300200 16 06:55:02 06:26:01 85480 0 478044 25.41 2620 1315400 939108 32.05 300444 1300200 8 06:55:02 06:27:01 82816 0 480704 25.55 2620 1315404 939192 32.05 302936 1300200 8 06:55:02 06:28:01 83400 0 480116 25.52 2620 1315408 939156 32.05 302640 1300200 8 06:55:02 06:29:01 83308 0 480200 25.52 2620 1315416 939108 32.05 302508 1300204 8 06:55:02 06:30:01 82896 0 480608 25.54 2620 1315420 939108 32.05 302636 1300204 8 06:55:02 06:31:01 83044 0 480456 25.54 2620 1315424 939108 32.05 302396 1300200 8 06:55:02 06:32:01 82956 0 480536 25.54 2620 1315432 939168 32.05 302856 1300200 8 06:55:02 06:33:01 83192 0 480296 25.53 2620 1315436 939108 32.05 302540 1300200 8 06:55:02 06:34:01 82972 0 480456 25.54 2620 1315496 939156 32.05 302828 1300216 20 06:55:02 06:35:01 83068 0 480412 25.53 2620 1315444 947304 32.33 302416 1300200 8 06:55:02 06:36:01 83136 0 480336 25.53 2620 1315452 947304 32.33 302548 1300200 8 06:55:02 06:37:01 82792 0 480680 25.55 2620 1315452 947372 32.33 302956 1300200 8 06:55:02 06:38:01 83020 0 480448 25.53 2620 1315456 947304 32.33 302556 1300200 8 06:55:02 06:39:01 82996 0 480464 25.54 2620 1315464 947304 32.33 302580 1300200 8 06:55:02 06:40:01 83168 0 480292 25.53 2620 1315464 947304 32.33 302688 1300200 8 06:55:02 06:41:01 83424 0 480028 25.51 2620 1315472 947304 32.33 302572 1300200 8 06:55:02 06:42:01 161016 0 578992 30.77 2620 1138916 1100772 37.57 385300 1135480 132 06:55:02 06:43:01 151844 0 588164 31.26 2620 1138916 1085788 37.06 406260 1125216 20 06:55:02 06:44:01 150372 0 589628 31.34 2620 1138924 1075484 36.70 410020 1122424 12 06:55:02 06:45:01 149956 0 590040 31.36 2620 1138928 1075640 36.71 404904 1128288 8 06:55:02 06:46:01 149060 0 590932 31.41 2620 1138932 1075484 36.70 407992 1126548 8 06:55:02 06:47:01 145704 0 594284 31.58 2620 1138936 1075688 36.71 424392 1113228 8 06:55:02 06:48:01 144820 0 595156 31.63 2620 1138948 1075616 36.71 429732 1108792 8 06:55:02 06:49:01 145404 0 594568 31.60 2620 1138952 1075568 36.71 429372 1108788 8 06:55:02 06:50:01 145740 0 594228 31.58 2620 1138956 1075484 36.70 429036 1108788 8 06:55:02 06:51:01 144756 0 595204 31.63 2620 1138964 1075772 36.71 429884 1108788 20 06:55:02 06:52:02 144892 0 595064 31.63 2620 1138968 1075736 36.71 429736 1108788 12 06:55:02 06:53:01 77156 0 699292 37.17 2620 1102476 1511476 51.58 576660 995996 91672 06:55:02 06:54:01 116272 0 823872 43.79 1968 939432 1706640 58.24 567628 868572 32 06:55:02 Average: 99853 0 517517 27.50 2606 1261568 997939 34.06 340092 1241811 1964 06:55:02 06:55:02 06:07:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 06:55:02 06:08:01 eth0 0.64 0.08 0.05 0.04 0.00 0.00 0.00 0.00 06:55:02 06:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:02 06:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:02 06:09:01 eth0 0.52 0.08 0.04 0.01 0.00 0.00 0.00 0.00 06:55:02 06:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:02 06:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:02 06:10:01 eth0 1.91 0.47 0.45 0.21 0.00 0.00 0.00 0.00 06:55:02 06:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:02 06:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:02 06:11:01 eth0 0.60 0.33 0.28 0.20 0.00 0.00 0.00 0.00 06:55:02 06:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:02 06:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:02 06:12:01 eth0 1.28 1.58 0.21 3.87 0.00 0.00 0.00 0.00 06:55:02 06:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:02 06:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:02 06:13:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 06:55:02 06:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:02 06:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:02 06:14:01 eth0 0.18 0.07 0.01 0.01 0.00 0.00 0.00 0.00 06:55:02 06:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:02 06:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:02 06:15:01 eth0 0.90 0.02 0.09 0.00 0.00 0.00 0.00 0.00 06:55:02 06:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:02 06:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:02 06:16:01 eth0 0.72 0.43 0.32 0.21 0.00 0.00 0.00 0.00 06:55:02 06:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:02 06:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:02 06:17:01 eth0 0.38 0.20 0.15 0.07 0.00 0.00 0.00 0.00 06:55:02 06:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:02 06:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:02 06:18:01 eth0 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 06:55:02 06:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:02 06:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:02 06:19:01 eth0 1.42 0.38 0.37 0.20 0.00 0.00 0.00 0.00 06:55:02 06:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:02 06:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:02 06:20:01 eth0 0.20 0.08 0.02 0.01 0.00 0.00 0.00 0.00 06:55:02 06:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:02 06:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:02 06:21:01 eth0 0.15 0.08 0.01 0.01 0.00 0.00 0.00 0.00 06:55:02 06:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:02 06:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:02 06:22:01 eth0 0.27 0.20 0.14 0.07 0.00 0.00 0.00 0.00 06:55:02 06:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:02 06:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:02 06:23:01 eth0 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 06:55:02 06:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:02 06:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:02 06:24:01 eth0 0.15 0.08 0.01 0.01 0.00 0.00 0.00 0.00 06:55:02 06:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:02 06:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:02 06:25:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 06:55:02 06:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:02 06:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:02 06:26:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 06:55:02 06:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:02 06:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:02 06:27:01 eth0 0.28 0.17 0.09 0.07 0.00 0.00 0.00 0.00 06:55:02 06:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:02 06:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:02 06:28:01 eth0 0.10 0.07 0.06 0.00 0.00 0.00 0.00 0.00 06:55:02 06:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:02 06:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:02 06:29:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 06:55:02 06:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:02 06:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:02 06:30:01 eth0 0.10 0.07 0.01 0.01 0.00 0.00 0.00 0.00 06:55:02 06:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:02 06:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:02 06:31:01 eth0 0.13 0.07 0.01 0.01 0.00 0.00 0.00 0.00 06:55:02 06:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:02 06:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:02 06:32:01 eth0 0.20 0.15 0.08 0.07 0.00 0.00 0.00 0.00 06:55:02 06:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:02 06:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:02 06:33:01 eth0 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 06:55:02 06:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:02 06:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:02 06:34:01 eth0 0.17 0.12 0.07 0.01 0.00 0.00 0.00 0.00 06:55:02 06:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:02 06:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:02 06:35:01 eth0 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 06:55:02 06:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:02 06:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:02 06:36:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 06:55:02 06:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:02 06:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:02 06:37:01 eth0 0.20 0.17 0.08 0.07 0.00 0.00 0.00 0.00 06:55:02 06:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:02 06:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:02 06:38:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 06:55:02 06:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:02 06:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:02 06:39:01 eth0 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 06:55:02 06:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:02 06:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:02 06:40:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 06:55:02 06:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:02 06:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:02 06:41:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 06:55:02 06:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:02 06:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:02 06:42:01 eth0 330.99 226.16 726.97 70.68 0.00 0.00 0.00 0.00 06:55:02 06:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:02 06:42:01 docker0 10.27 7.83 1.47 23.40 0.00 0.00 0.00 0.00 06:55:02 06:43:01 eth0 0.80 0.43 0.28 0.24 0.00 0.00 0.00 0.00 06:55:02 06:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:02 06:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:02 06:44:01 eth0 0.50 0.10 0.05 0.04 0.00 0.00 0.00 0.00 06:55:02 06:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:02 06:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:02 06:45:01 eth0 3.11 1.88 3.02 0.30 0.00 0.00 0.00 0.00 06:55:02 06:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:02 06:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:02 06:46:01 eth0 0.87 0.05 0.07 0.00 0.00 0.00 0.00 0.00 06:55:02 06:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:02 06:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:02 06:47:01 eth0 1.45 0.33 0.46 0.26 0.00 0.00 0.00 0.00 06:55:02 06:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:02 06:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:02 06:48:01 eth0 0.93 0.35 0.32 0.20 0.00 0.00 0.00 0.00 06:55:02 06:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:02 06:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:02 06:49:01 eth0 0.52 0.40 0.28 0.21 0.00 0.00 0.00 0.00 06:55:02 06:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:02 06:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:02 06:50:01 eth0 0.72 0.03 0.06 0.00 0.00 0.00 0.00 0.00 06:55:02 06:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:02 06:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:02 06:51:01 eth0 0.55 0.27 0.27 0.20 0.00 0.00 0.00 0.00 06:55:02 06:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:02 06:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:02 06:52:02 eth0 0.33 0.20 0.14 0.07 0.00 0.00 0.00 0.00 06:55:02 06:52:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:02 06:52:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:02 06:53:01 eth0 396.84 341.73 4137.00 26.85 0.00 0.00 0.00 0.00 06:55:02 06:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:02 06:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:02 06:54:01 vethac0236d 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 06:55:02 06:54:01 eth0 495.08 440.19 3405.58 92.67 0.00 0.00 0.00 0.00 06:55:02 06:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:02 06:54:01 docker0 41.88 40.08 3.76 195.84 0.00 0.00 0.00 0.00 06:55:02 Average: vethac0236d 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:02 Average: eth0 26.45 21.64 175.47 4.20 0.00 0.00 0.00 0.00 06:55:02 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:02 Average: docker0 1.12 1.03 0.11 4.70 0.00 0.00 0.00 0.00 06:55:02 06:55:02 06:55:02 ---> sar -P ALL: 06:55:02 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/10/21 _x86_64_ (4 CPU) 06:55:02 06:55:02 06:05:50 LINUX RESTART (4 CPU) 06:55:02 06:55:02 06:07:02 CPU %user %nice %system %iowait %steal %idle 06:55:02 06:08:01 all 0.15 0.00 0.04 0.00 0.00 99.80 06:55:02 06:08:01 0 0.05 0.00 0.05 0.00 0.00 99.90 06:55:02 06:08:01 1 0.05 0.00 0.07 0.00 0.00 99.88 06:55:02 06:08:01 2 0.02 0.00 0.03 0.00 0.02 99.93 06:55:02 06:08:01 3 0.49 0.00 0.02 0.00 0.00 99.49 06:55:02 06:09:01 all 0.16 0.00 0.03 0.00 0.00 99.81 06:55:02 06:09:01 0 0.05 0.00 0.05 0.00 0.00 99.90 06:55:02 06:09:01 1 0.03 0.00 0.03 0.00 0.00 99.93 06:55:02 06:09:01 2 0.03 0.00 0.03 0.00 0.00 99.93 06:55:02 06:09:01 3 0.52 0.00 0.02 0.00 0.00 99.47 06:55:02 06:10:01 all 0.14 0.00 0.05 0.00 0.00 99.81 06:55:02 06:10:01 0 0.07 0.00 0.05 0.00 0.00 99.88 06:55:02 06:10:01 1 0.07 0.00 0.03 0.00 0.00 99.90 06:55:02 06:10:01 2 0.05 0.00 0.02 0.00 0.00 99.93 06:55:02 06:10:01 3 0.37 0.00 0.12 0.00 0.00 99.52 06:55:02 06:11:01 all 0.05 0.00 0.03 0.00 0.00 99.91 06:55:02 06:11:01 0 0.05 0.00 0.05 0.00 0.00 99.90 06:55:02 06:11:01 1 0.03 0.00 0.03 0.00 0.00 99.93 06:55:02 06:11:01 2 0.03 0.00 0.03 0.00 0.00 99.93 06:55:02 06:11:01 3 0.10 0.00 0.02 0.00 0.00 99.88 06:55:02 06:12:01 all 0.61 0.00 0.05 0.00 0.01 99.33 06:55:02 06:12:01 0 0.23 0.00 0.05 0.00 0.02 99.70 06:55:02 06:12:01 1 0.97 0.00 0.05 0.00 0.00 98.98 06:55:02 06:12:01 2 0.23 0.00 0.05 0.00 0.02 99.70 06:55:02 06:12:01 3 1.00 0.00 0.05 0.00 0.00 98.95 06:55:02 06:13:01 all 0.03 0.00 0.03 0.00 0.00 99.94 06:55:02 06:13:01 0 0.03 0.00 0.02 0.00 0.00 99.95 06:55:02 06:13:01 1 0.02 0.00 0.07 0.00 0.00 99.92 06:55:02 06:13:01 2 0.02 0.00 0.03 0.00 0.00 99.95 06:55:02 06:13:01 3 0.03 0.00 0.02 0.00 0.00 99.95 06:55:02 06:14:01 all 0.14 0.00 0.04 0.00 0.00 99.82 06:55:02 06:14:01 0 0.43 0.00 0.02 0.00 0.02 99.53 06:55:02 06:14:01 1 0.03 0.00 0.07 0.00 0.00 99.90 06:55:02 06:14:01 2 0.07 0.00 0.03 0.00 0.00 99.90 06:55:02 06:14:01 3 0.03 0.00 0.03 0.00 0.00 99.93 06:55:02 06:15:01 all 0.15 0.00 0.03 0.00 0.00 99.82 06:55:02 06:15:01 0 0.03 0.00 0.02 0.00 0.00 99.95 06:55:02 06:15:01 1 0.05 0.00 0.07 0.00 0.00 99.88 06:55:02 06:15:01 2 0.52 0.00 0.02 0.00 0.00 99.47 06:55:02 06:15:01 3 0.02 0.00 0.02 0.00 0.00 99.97 06:55:02 06:16:01 all 0.15 0.00 0.04 0.00 0.00 99.81 06:55:02 06:16:01 0 0.02 0.00 0.02 0.00 0.00 99.97 06:55:02 06:16:01 1 0.03 0.00 0.05 0.00 0.00 99.92 06:55:02 06:16:01 2 0.53 0.00 0.02 0.00 0.00 99.45 06:55:02 06:16:01 3 0.02 0.00 0.07 0.00 0.00 99.92 06:55:02 06:17:01 all 0.15 0.00 0.03 0.00 0.00 99.83 06:55:02 06:17:01 0 0.03 0.00 0.02 0.00 0.00 99.95 06:55:02 06:17:01 1 0.02 0.00 0.03 0.00 0.00 99.95 06:55:02 06:17:01 2 0.52 0.00 0.05 0.00 0.00 99.43 06:55:02 06:17:01 3 0.02 0.00 0.02 0.00 0.00 99.97 06:55:02 06:18:01 all 0.09 0.00 0.05 0.00 0.00 99.87 06:55:02 06:18:01 0 0.00 0.00 0.02 0.00 0.00 99.98 06:55:02 06:18:01 1 0.05 0.00 0.05 0.00 0.00 99.90 06:55:02 06:18:01 2 0.27 0.00 0.08 0.00 0.00 99.65 06:55:02 06:18:01 3 0.03 0.00 0.03 0.00 0.00 99.93 06:55:02 06:55:02 06:18:01 CPU %user %nice %system %iowait %steal %idle 06:55:02 06:19:01 all 0.04 0.00 0.03 0.00 0.00 99.93 06:55:02 06:19:01 0 0.05 0.00 0.03 0.00 0.00 99.92 06:55:02 06:19:01 1 0.03 0.00 0.05 0.00 0.00 99.92 06:55:02 06:19:01 2 0.05 0.00 0.03 0.00 0.00 99.92 06:55:02 06:19:01 3 0.02 0.00 0.02 0.00 0.00 99.97 06:55:02 06:20:01 all 0.07 0.00 0.04 0.00 0.00 99.90 06:55:02 06:20:01 0 0.03 0.00 0.03 0.00 0.00 99.93 06:55:02 06:20:01 1 0.03 0.00 0.03 0.00 0.00 99.93 06:55:02 06:20:01 2 0.18 0.00 0.05 0.00 0.00 99.77 06:55:02 06:20:01 3 0.02 0.00 0.03 0.00 0.00 99.95 06:55:02 06:21:01 all 0.15 0.00 0.06 0.00 0.00 99.79 06:55:02 06:21:01 0 0.00 0.00 0.03 0.00 0.00 99.97 06:55:02 06:21:01 1 0.03 0.00 0.12 0.00 0.02 99.83 06:55:02 06:21:01 2 0.05 0.00 0.02 0.00 0.00 99.93 06:55:02 06:21:01 3 0.52 0.00 0.07 0.00 0.00 99.42 06:55:02 06:22:01 all 0.17 0.00 0.03 0.00 0.00 99.80 06:55:02 06:22:01 0 0.03 0.00 0.03 0.00 0.02 99.92 06:55:02 06:22:01 1 0.05 0.00 0.05 0.00 0.00 99.90 06:55:02 06:22:01 2 0.03 0.00 0.02 0.00 0.00 99.95 06:55:02 06:22:01 3 0.55 0.00 0.03 0.00 0.00 99.42 06:55:02 06:23:01 all 0.15 0.00 0.03 0.00 0.00 99.83 06:55:02 06:23:01 0 0.02 0.00 0.00 0.00 0.00 99.98 06:55:02 06:23:01 1 0.03 0.00 0.07 0.00 0.00 99.90 06:55:02 06:23:01 2 0.02 0.00 0.02 0.00 0.00 99.97 06:55:02 06:23:01 3 0.52 0.00 0.03 0.00 0.00 99.45 06:55:02 06:24:01 all 0.14 0.00 0.03 0.00 0.00 99.83 06:55:02 06:24:01 0 0.00 0.00 0.02 0.00 0.00 99.98 06:55:02 06:24:01 1 0.03 0.00 0.07 0.00 0.00 99.90 06:55:02 06:24:01 2 0.02 0.00 0.02 0.00 0.00 99.97 06:55:02 06:24:01 3 0.52 0.00 0.03 0.00 0.00 99.45 06:55:02 06:25:01 all 0.15 0.00 0.03 0.00 0.00 99.82 06:55:02 06:25:01 0 0.02 0.00 0.02 0.00 0.00 99.97 06:55:02 06:25:01 1 0.42 0.00 0.07 0.00 0.00 99.52 06:55:02 06:25:01 2 0.13 0.00 0.02 0.00 0.00 99.85 06:55:02 06:25:01 3 0.03 0.00 0.03 0.00 0.00 99.93 06:55:02 06:26:01 all 0.15 0.00 0.02 0.00 0.00 99.83 06:55:02 06:26:01 0 0.02 0.00 0.02 0.00 0.00 99.97 06:55:02 06:26:01 1 0.05 0.00 0.05 0.00 0.00 99.90 06:55:02 06:26:01 2 0.48 0.00 0.02 0.00 0.00 99.50 06:55:02 06:26:01 3 0.03 0.00 0.02 0.00 0.00 99.95 06:55:02 06:27:01 all 0.14 0.00 0.04 0.00 0.00 99.82 06:55:02 06:27:01 0 0.02 0.00 0.03 0.00 0.00 99.95 06:55:02 06:27:01 1 0.03 0.00 0.08 0.00 0.00 99.88 06:55:02 06:27:01 2 0.48 0.00 0.02 0.00 0.02 99.48 06:55:02 06:27:01 3 0.02 0.00 0.02 0.00 0.00 99.97 06:55:02 06:28:01 all 0.16 0.00 0.03 0.00 0.00 99.81 06:55:02 06:28:01 0 0.03 0.00 0.00 0.00 0.00 99.97 06:55:02 06:28:01 1 0.05 0.00 0.07 0.00 0.00 99.88 06:55:02 06:28:01 2 0.52 0.00 0.03 0.00 0.00 99.45 06:55:02 06:28:01 3 0.03 0.00 0.03 0.00 0.00 99.93 06:55:02 06:29:01 all 0.14 0.00 0.03 0.00 0.00 99.83 06:55:02 06:29:01 0 0.51 0.00 0.03 0.00 0.00 99.46 06:55:02 06:29:01 1 0.02 0.00 0.05 0.00 0.00 99.93 06:55:02 06:29:01 2 0.02 0.00 0.02 0.00 0.00 99.97 06:55:02 06:29:01 3 0.02 0.00 0.03 0.00 0.00 99.95 06:55:02 06:55:02 06:29:01 CPU %user %nice %system %iowait %steal %idle 06:55:02 06:30:01 all 0.15 0.00 0.03 0.00 0.00 99.82 06:55:02 06:30:01 0 0.43 0.00 0.02 0.00 0.00 99.55 06:55:02 06:30:01 1 0.03 0.00 0.03 0.00 0.00 99.93 06:55:02 06:30:01 2 0.03 0.00 0.03 0.00 0.00 99.93 06:55:02 06:30:01 3 0.10 0.00 0.03 0.00 0.00 99.87 06:55:02 06:31:01 all 0.04 0.00 0.03 0.00 0.00 99.93 06:55:02 06:31:01 0 0.02 0.00 0.02 0.00 0.00 99.97 06:55:02 06:31:01 1 0.02 0.00 0.07 0.00 0.00 99.92 06:55:02 06:31:01 2 0.03 0.00 0.02 0.00 0.00 99.95 06:55:02 06:31:01 3 0.10 0.00 0.00 0.00 0.02 99.88 06:55:02 06:32:01 all 0.14 0.00 0.04 0.00 0.00 99.83 06:55:02 06:32:01 0 0.03 0.00 0.02 0.00 0.00 99.95 06:55:02 06:32:01 1 0.03 0.00 0.07 0.00 0.00 99.90 06:55:02 06:32:01 2 0.03 0.00 0.02 0.00 0.00 99.95 06:55:02 06:32:01 3 0.45 0.00 0.05 0.00 0.00 99.50 06:55:02 06:33:01 all 0.15 0.00 0.03 0.00 0.00 99.83 06:55:02 06:33:01 0 0.00 0.00 0.00 0.00 0.00 100.00 06:55:02 06:33:01 1 0.05 0.00 0.07 0.00 0.00 99.88 06:55:02 06:33:01 2 0.02 0.00 0.03 0.00 0.00 99.95 06:55:02 06:33:01 3 0.52 0.00 0.02 0.00 0.00 99.47 06:55:02 06:34:01 all 0.08 0.00 0.04 0.00 0.00 99.88 06:55:02 06:34:01 0 0.02 0.00 0.02 0.00 0.00 99.97 06:55:02 06:34:01 1 0.07 0.00 0.07 0.00 0.00 99.87 06:55:02 06:34:01 2 0.03 0.00 0.02 0.00 0.00 99.95 06:55:02 06:34:01 3 0.20 0.00 0.05 0.00 0.00 99.75 06:55:02 06:35:01 all 0.03 0.00 0.03 0.00 0.00 99.95 06:55:02 06:35:01 0 0.02 0.00 0.02 0.00 0.00 99.97 06:55:02 06:35:01 1 0.00 0.00 0.02 0.00 0.00 99.98 06:55:02 06:35:01 2 0.05 0.00 0.07 0.00 0.00 99.88 06:55:02 06:35:01 3 0.03 0.00 0.02 0.00 0.00 99.95 06:55:02 06:36:01 all 0.06 0.00 0.05 0.00 0.00 99.89 06:55:02 06:36:01 0 0.02 0.00 0.07 0.00 0.00 99.92 06:55:02 06:36:01 1 0.03 0.00 0.05 0.00 0.00 99.92 06:55:02 06:36:01 2 0.03 0.00 0.03 0.00 0.00 99.93 06:55:02 06:36:01 3 0.15 0.00 0.05 0.00 0.00 99.80 06:55:02 06:37:01 all 0.16 0.00 0.03 0.00 0.00 99.80 06:55:02 06:37:01 0 0.03 0.00 0.02 0.00 0.00 99.95 06:55:02 06:37:01 1 0.03 0.00 0.05 0.00 0.00 99.92 06:55:02 06:37:01 2 0.05 0.00 0.00 0.00 0.00 99.95 06:55:02 06:37:01 3 0.53 0.00 0.05 0.00 0.02 99.40 06:55:02 06:38:01 all 0.14 0.00 0.03 0.00 0.00 99.83 06:55:02 06:38:01 0 0.03 0.00 0.03 0.00 0.00 99.93 06:55:02 06:38:01 1 0.05 0.00 0.05 0.00 0.00 99.90 06:55:02 06:38:01 2 0.00 0.00 0.03 0.00 0.00 99.97 06:55:02 06:38:01 3 0.48 0.00 0.02 0.00 0.00 99.50 06:55:02 06:39:01 all 0.15 0.00 0.02 0.00 0.00 99.83 06:55:02 06:39:01 0 0.02 0.00 0.00 0.00 0.00 99.98 06:55:02 06:39:01 1 0.03 0.00 0.07 0.00 0.00 99.90 06:55:02 06:39:01 2 0.03 0.00 0.02 0.00 0.00 99.95 06:55:02 06:39:01 3 0.52 0.00 0.02 0.00 0.00 99.47 06:55:02 06:40:01 all 0.15 0.00 0.03 0.00 0.00 99.82 06:55:02 06:40:01 0 0.02 0.00 0.02 0.00 0.00 99.97 06:55:02 06:40:01 1 0.03 0.00 0.05 0.00 0.00 99.92 06:55:02 06:40:01 2 0.02 0.00 0.03 0.00 0.00 99.95 06:55:02 06:40:01 3 0.52 0.00 0.03 0.00 0.00 99.45 06:55:02 06:55:02 06:40:01 CPU %user %nice %system %iowait %steal %idle 06:55:02 06:41:01 all 0.15 0.00 0.03 0.00 0.00 99.83 06:55:02 06:41:01 0 0.02 0.00 0.05 0.00 0.00 99.93 06:55:02 06:41:01 1 0.03 0.00 0.03 0.00 0.00 99.93 06:55:02 06:41:01 2 0.02 0.00 0.00 0.00 0.00 99.98 06:55:02 06:41:01 3 0.52 0.00 0.03 0.00 0.00 99.45 06:55:02 06:42:01 all 5.92 0.00 2.72 1.12 0.03 90.22 06:55:02 06:42:01 0 6.09 0.00 3.03 0.22 0.03 90.63 06:55:02 06:42:01 1 5.70 0.00 2.38 0.97 0.03 90.92 06:55:02 06:42:01 2 5.75 0.00 2.70 1.16 0.02 90.37 06:55:02 06:42:01 3 6.15 0.00 2.76 2.12 0.02 88.96 06:55:02 06:43:01 all 0.26 0.00 0.06 0.00 0.00 99.68 06:55:02 06:43:01 0 0.07 0.00 0.13 0.00 0.00 99.80 06:55:02 06:43:01 1 0.62 0.00 0.07 0.00 0.00 99.32 06:55:02 06:43:01 2 0.30 0.00 0.03 0.00 0.00 99.67 06:55:02 06:43:01 3 0.05 0.00 0.02 0.00 0.00 99.93 06:55:02 06:44:01 all 0.16 0.00 0.05 0.00 0.00 99.79 06:55:02 06:44:01 0 0.05 0.00 0.07 0.00 0.00 99.88 06:55:02 06:44:01 1 0.50 0.00 0.02 0.00 0.00 99.48 06:55:02 06:44:01 2 0.05 0.00 0.03 0.00 0.02 99.90 06:55:02 06:44:01 3 0.03 0.00 0.07 0.00 0.00 99.90 06:55:02 06:45:01 all 0.20 0.00 0.21 0.00 0.00 99.60 06:55:02 06:45:01 0 0.10 0.00 0.12 0.00 0.00 99.78 06:55:02 06:45:01 1 0.57 0.00 0.17 0.00 0.00 99.27 06:55:02 06:45:01 2 0.08 0.00 0.48 0.00 0.00 99.43 06:55:02 06:45:01 3 0.03 0.00 0.07 0.00 0.00 99.90 06:55:02 06:46:01 all 0.15 0.00 0.04 0.00 0.00 99.81 06:55:02 06:46:01 0 0.03 0.00 0.07 0.00 0.00 99.90 06:55:02 06:46:01 1 0.50 0.00 0.03 0.00 0.00 99.47 06:55:02 06:46:01 2 0.05 0.00 0.05 0.00 0.00 99.90 06:55:02 06:46:01 3 0.00 0.00 0.02 0.00 0.00 99.98 06:55:02 06:47:01 all 0.17 0.00 0.05 0.00 0.00 99.78 06:55:02 06:47:01 0 0.05 0.00 0.07 0.00 0.00 99.88 06:55:02 06:47:01 1 0.53 0.00 0.03 0.00 0.00 99.43 06:55:02 06:47:01 2 0.03 0.00 0.03 0.00 0.00 99.93 06:55:02 06:47:01 3 0.07 0.00 0.05 0.00 0.00 99.88 06:55:02 06:48:01 all 0.15 0.00 0.03 0.00 0.00 99.81 06:55:02 06:48:01 0 0.02 0.00 0.05 0.00 0.00 99.93 06:55:02 06:48:01 1 0.52 0.00 0.02 0.00 0.00 99.47 06:55:02 06:48:01 2 0.07 0.00 0.05 0.00 0.00 99.88 06:55:02 06:48:01 3 0.02 0.00 0.02 0.00 0.00 99.97 06:55:02 06:49:01 all 0.15 0.00 0.03 0.00 0.00 99.81 06:55:02 06:49:01 0 0.03 0.00 0.02 0.00 0.00 99.95 06:55:02 06:49:01 1 0.50 0.00 0.03 0.00 0.00 99.47 06:55:02 06:49:01 2 0.07 0.00 0.05 0.00 0.00 99.88 06:55:02 06:49:01 3 0.02 0.00 0.03 0.00 0.00 99.95 06:55:02 06:50:01 all 0.07 0.00 0.06 0.00 0.00 99.87 06:55:02 06:50:01 0 0.02 0.00 0.03 0.00 0.00 99.95 06:55:02 06:50:01 1 0.18 0.00 0.13 0.00 0.00 99.68 06:55:02 06:50:01 2 0.07 0.00 0.05 0.00 0.00 99.88 06:55:02 06:50:01 3 0.00 0.00 0.02 0.00 0.00 99.98 06:55:02 06:51:01 all 0.11 0.00 0.04 0.00 0.00 99.85 06:55:02 06:51:01 0 0.05 0.00 0.03 0.00 0.00 99.92 06:55:02 06:51:01 1 0.25 0.00 0.05 0.00 0.00 99.70 06:55:02 06:51:01 2 0.08 0.00 0.07 0.00 0.00 99.85 06:55:02 06:51:01 3 0.07 0.00 0.02 0.00 0.00 99.92 06:55:02 06:55:02 06:51:01 CPU %user %nice %system %iowait %steal %idle 06:55:02 06:52:02 all 0.15 0.00 0.03 0.00 0.00 99.81 06:55:02 06:52:02 0 0.02 0.00 0.02 0.00 0.00 99.97 06:55:02 06:52:02 1 0.53 0.00 0.03 0.00 0.00 99.43 06:55:02 06:52:02 2 0.05 0.00 0.05 0.00 0.02 99.88 06:55:02 06:52:02 3 0.02 0.00 0.03 0.00 0.00 99.95 06:55:02 06:53:01 all 4.24 0.00 2.83 0.06 0.01 92.86 06:55:02 06:53:01 0 4.24 0.00 2.93 0.02 0.02 92.79 06:55:02 06:53:01 1 4.37 0.00 2.78 0.19 0.02 92.65 06:55:02 06:53:01 2 4.12 0.00 2.58 0.02 0.02 93.27 06:55:02 06:53:01 3 4.23 0.00 3.02 0.02 0.00 92.74 06:55:02 06:54:01 all 14.29 0.00 10.79 4.89 0.18 69.85 06:55:02 06:54:01 0 13.56 0.00 12.37 4.74 0.19 69.14 06:55:02 06:54:01 1 14.62 0.00 10.08 2.98 0.15 72.17 06:55:02 06:54:01 2 14.78 0.00 10.44 2.85 0.22 71.71 06:55:02 06:54:01 3 14.19 0.00 10.28 9.03 0.14 66.36 06:55:02 Average: all 0.64 0.00 0.38 0.13 0.01 98.85 06:55:02 Average: 0 0.56 0.00 0.41 0.10 0.01 98.92 06:55:02 Average: 1 0.67 0.00 0.37 0.09 0.00 98.87 06:55:02 Average: 2 0.63 0.00 0.37 0.08 0.01 98.91 06:55:02 Average: 3 0.71 0.00 0.36 0.23 0.00 98.69 06:55:02 06:55:02 06:55:02