Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 9ec3962572cc8d13dd033c954433a26a37bb3d05 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:go-mod-messaging, buildImage:false, pushImage:false, semverBump:pre] ========================================================= [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: go-mod-messaging-settings PROJECT: go-mod-messaging USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-go-mod-messaging DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-28592 in /w/workspace/xfoundry_go-mod-messaging_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/go-mod-messaging.git Checking out Revision 9ec3962572cc8d13dd033c954433a26a37bb3d05 (master) > git init /w/workspace/xfoundry_go-mod-messaging_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.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/go-mod-messaging.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.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/go-mod-messaging.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 9ec3962572cc8d13dd033c954433a26a37bb3d05 # timeout=10 Commit message: "Merge pull request #91 from lenny-intel/paho" > git rev-list --no-walk 2df785cad6ad212fc030bc37ef8bc8a4d452bfff # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 23:14:23 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 23:14:23 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 23:14:23 ========================================================= 23:14:23 EdgeX Global Pipelines Version Info 23:14:23 ========================================================= [Pipeline] libraryResource [Pipeline] sh 23:14:24 ------------------- 23:14:24 stable info: 23:14:24 ------------------- 23:14:24 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 23:14:24 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 23:14:24 Message: update stable to v1.0.184 23:14:25 ------------------- 23:14:25 experimental info: 23:14:25 ------------------- 23:14:25 Commited By: **** collab-it+edgex@linuxfoundation.org 23:14:25 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 23:14:25 Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 23:14:26 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-messaging-settings [Pipeline] echo 23:14:26 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-messaging [Pipeline] echo 23:14:26 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 23:14:26 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 23:14:26 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 23:14:26 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 23:14:26 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 23:14:26 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 23:14:26 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 23:14:27 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 23:14:27 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 23:14:27 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-messaging [Pipeline] echo 23:14:27 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 23:14:27 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 23:14:27 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 23:14:27 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 23:14:27 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 23:14:27 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 23:14:27 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 23:14:28 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 23:14:28 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 23:14:28 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 23:14:28 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 23:14:28 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 23:14:28 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 23:14:28 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 23:14:28 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 23:14:28 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 23:14:28 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 23:14:28 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 9ec3962572cc8d13dd033c954433a26a37bb3d05 [Pipeline] echo 23:14:29 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 9ec3962 [Pipeline] echo 23:14:29 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 23:14:29 + git log --format=format:%s -1 9ec3962572cc8d13dd033c954433a26a37bb3d05 [Pipeline] echo 23:14:29 GIT_COMMIT: 9ec3962572cc8d13dd033c954433a26a37bb3d05, Commit Message: Merge pull request #91 from lenny-intel/paho [Pipeline] echo 23:14:29 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 23:14:30 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:14:30 23:14:30 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 23:14:30 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:14:30 latest: Pulling from edgex-devops/git-semver 23:14:30 31603596830f: Pulling fs layer 23:14:30 2a8b12db71e7: Pulling fs layer 23:14:30 6ca5941a6612: Pulling fs layer 23:14:30 ecc8261a40a4: Pulling fs layer 23:14:30 ecc8261a40a4: Waiting 23:14:30 2a8b12db71e7: Verifying Checksum 23:14:30 2a8b12db71e7: Download complete 23:14:31 31603596830f: Verifying Checksum 23:14:31 31603596830f: Download complete 23:14:31 ecc8261a40a4: Verifying Checksum 23:14:31 ecc8261a40a4: Download complete 23:14:31 6ca5941a6612: Verifying Checksum 23:14:31 6ca5941a6612: Download complete 23:14:31 31603596830f: Pull complete 23:14:31 2a8b12db71e7: Pull complete 23:14:32 6ca5941a6612: Pull complete 23:14:32 ecc8261a40a4: Pull complete 23:14:32 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 23:14:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:14:32 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 23:14:32 prd-centos7-docker-4c-2g-28592 does not seem to be running inside a container 23:14:32 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-messaging_master -v /w/workspace/xfoundry_go-mod-messaging_master:/w/workspace/xfoundry_go-mod-messaging_master:rw,z -v /w/workspace/xfoundry_go-mod-messaging_master@tmp:/w/workspace/xfoundry_go-mod-messaging_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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 23:14:34 $ docker top 97539bb0570ce3e2a66aa0b229f20c5eaf6cce1521e16bdb7a6fe99ec2880050 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:14:35 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:14:35 [ssh-agent] Looking for ssh-agent implementation... 23:14:35 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:14:35 $ docker exec 97539bb0570ce3e2a66aa0b229f20c5eaf6cce1521e16bdb7a6fe99ec2880050 ssh-agent 23:14:35 SSH_AUTH_SOCK=/tmp/ssh-YGiuhNrpwuIp/agent.11 23:14:35 SSH_AGENT_PID=17 23:14:35 Running ssh-add (command line suppressed) 23:14:35 Identity added: /w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_7735152233404254746.key (/w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_7735152233404254746.key) 23:14:35 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:14:36 + git tag --points-at HEAD [Pipeline] } 23:14:36 $ docker exec --env ******** --env ******** 97539bb0570ce3e2a66aa0b229f20c5eaf6cce1521e16bdb7a6fe99ec2880050 ssh-agent -k 23:14:36 unset SSH_AUTH_SOCK; 23:14:36 unset SSH_AGENT_PID; 23:14:36 echo Agent pid 17 killed; 23:14:36 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 23:14:36 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:14:36 [ssh-agent] Looking for ssh-agent implementation... 23:14:36 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:14:36 $ docker exec 97539bb0570ce3e2a66aa0b229f20c5eaf6cce1521e16bdb7a6fe99ec2880050 ssh-agent 23:14:36 SSH_AUTH_SOCK=/tmp/ssh-ILiXWFTD1Kkh/agent.46 23:14:36 SSH_AGENT_PID=51 23:14:36 Running ssh-add (command line suppressed) 23:14:36 Identity added: /w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_6329044237659093851.key (/w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_6329044237659093851.key) 23:14:36 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:14:37 + git semver init 23:14:37 # -> Open(): unable to determine branch for HEAD 23:14:37 # $GIT_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.git 23:14:37 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-messaging_master 23:14:37 # $SEMVER_REMOTE_NAME = origin 23:14:37 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 23:14:37 # $SEMVER_USER_NAME = edgex-jenkins 23:14:37 # $SEMVER_BRANCH = master 23:14:37 # $SEMVER_TEMP = /tmp/semver-485252176 23:14:37 # git clone --branch semver git@github.com:edgexfoundry/go-mod-messaging.git $SEMVER_TEMP 23:14:37 # '/tmp/semver-485252176' -> '/w/workspace/xfoundry_go-mod-messaging_master/.semver' 23:14:37 # -> Force: false 23:14:37 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.semver [Pipeline] } 23:14:37 $ docker exec --env ******** --env ******** 97539bb0570ce3e2a66aa0b229f20c5eaf6cce1521e16bdb7a6fe99ec2880050 ssh-agent -k 23:14:38 unset SSH_AUTH_SOCK; 23:14:38 unset SSH_AGENT_PID; 23:14:38 echo Agent pid 51 killed; 23:14:38 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:14:38 + git semver [Pipeline] } 23:14:38 $ docker stop --time=1 97539bb0570ce3e2a66aa0b229f20c5eaf6cce1521e16bdb7a6fe99ec2880050 23:14:40 $ docker rm -f 97539bb0570ce3e2a66aa0b229f20c5eaf6cce1521e16bdb7a6fe99ec2880050 [Pipeline] // withDockerContainer [Pipeline] sh 23:14:40 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 23:14:41 Stashed 1 file(s) [Pipeline] echo 23:14:41 [edgeXSemver]: initialized semver on version 2.0.0-dev.4 [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 23:14:56 Still waiting to schedule task 23:14:56 ‘prd-centos7-docker-4c-2g-28593’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-27930’ doesn’t have label ‘centos7-docker-4c-2g’ 23:14:56 Still waiting to schedule task 23:14:56 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 23:18:26 Running on prd-ubuntu18.04-docker-arm64-4c-16g-28595 in /w/workspace/xfoundry_go-mod-messaging_master [Pipeline] { [Pipeline] ws 23:18:26 Running in /w/workspace/go-mod-messaging/26 [Pipeline] { [Pipeline] checkout 23:18:31 using credential edgex-jenkins-ssh 23:18:31 Cloning the remote Git repository 23:18:31 Cloning repository git@github.com:edgexfoundry/go-mod-messaging.git 23:18:31 > git init /w/workspace/go-mod-messaging/26 # timeout=10 23:18:31 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git 23:18:31 > git --version # timeout=10 23:18:31 > git --version # 'git version 2.17.1' 23:18:31 using GIT_SSH to set credentials SSH Credentials for GitHub 23:18:31 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/*:refs/remotes/origin/* # timeout=10 23:18:32 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 23:18:33 Checking out Revision 9ec3962572cc8d13dd033c954433a26a37bb3d05 (master) 23:18:32 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 23:18:32 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 23:18:32 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git 23:18:32 using GIT_SSH to set credentials SSH Credentials for GitHub 23:18:32 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/master:refs/remotes/origin/master # timeout=10 23:18:33 > git config core.sparsecheckout # timeout=10 23:18:33 > git checkout -f 9ec3962572cc8d13dd033c954433a26a37bb3d05 # timeout=10 23:18:37 Commit message: "Merge pull request #91 from lenny-intel/paho" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 23:18:38 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 23:18:39 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 23:18:39 + sudo service docker restart 23:18:39 + true [Pipeline] unstash [Pipeline] echo 23:18:42 ========================================================= 23:18:42 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 23:18:42 ========================================================= [Pipeline] isUnix [Pipeline] sh 23:18:43 + 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 . 23:18:44 Sending build context to Docker daemon 500.7kB 23:18:44 Step 1/7 : ARG BASE=golang:1.15-alpine 23:18:44 Step 2/7 : FROM ${BASE} 23:18:44 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 23:18:44 5f621e34cdf4: Pulling fs layer 23:18:44 a4357932f1b6: Pulling fs layer 23:18:44 18c013af1878: Pulling fs layer 23:18:44 00ac8860ef70: Pulling fs layer 23:18:44 63d7cb157983: Pulling fs layer 23:18:44 b116817d02f9: Pulling fs layer 23:18:44 745a02a5169b: Pulling fs layer 23:18:44 00ac8860ef70: Waiting 23:18:44 63d7cb157983: Waiting 23:18:44 b116817d02f9: Waiting 23:18:44 18c013af1878: Verifying Checksum 23:18:44 18c013af1878: Download complete 23:18:44 a4357932f1b6: Download complete 23:18:44 63d7cb157983: Verifying Checksum 23:18:44 63d7cb157983: Download complete 23:18:44 b116817d02f9: Download complete 23:18:44 5f621e34cdf4: Verifying Checksum 23:18:44 5f621e34cdf4: Download complete 23:18:45 5f621e34cdf4: Pull complete 23:18:45 a4357932f1b6: Pull complete 23:18:46 18c013af1878: Pull complete 23:18:46 745a02a5169b: Verifying Checksum 23:18:46 745a02a5169b: Download complete 23:18:47 00ac8860ef70: Verifying Checksum 23:18:47 00ac8860ef70: Download complete 23:18:50 Running on prd-centos7-docker-4c-2g-28596 in /w/workspace/xfoundry_go-mod-messaging_master [Pipeline] { [Pipeline] ws 23:18:50 Running in /w/workspace/go-mod-messaging/26 [Pipeline] { [Pipeline] checkout 23:18:53 using credential edgex-jenkins-ssh 23:18:53 Cloning the remote Git repository 23:18:52 Cloning repository git@github.com:edgexfoundry/go-mod-messaging.git 23:18:52 > git init /w/workspace/go-mod-messaging/26 # timeout=10 23:18:53 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git 23:18:53 > git --version # timeout=10 23:18:53 > git --version # 'git version 2.24.3' 23:18:53 using GIT_SSH to set credentials SSH Credentials for GitHub 23:18:53 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/*:refs/remotes/origin/* # timeout=10 23:18:53 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 23:18:53 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 23:18:53 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 23:18:53 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git 23:18:53 using GIT_SSH to set credentials SSH Credentials for GitHub 23:18:53 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/master:refs/remotes/origin/master # timeout=10 23:18:54 Checking out Revision 9ec3962572cc8d13dd033c954433a26a37bb3d05 (master) 23:18:54 > git config core.sparsecheckout # timeout=10 23:18:54 > git checkout -f 9ec3962572cc8d13dd033c954433a26a37bb3d05 # timeout=10 23:18:57 Commit message: "Merge pull request #91 from lenny-intel/paho" 23:18:57 00ac8860ef70: Pull complete 23:18:57 63d7cb157983: Pull complete [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 23:18:58 b116817d02f9: Pull complete 23:18:58 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 23:18:59 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 23:18:59 + sudo service docker restart 23:18:59 + true 23:18:59 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 23:19:01 ========================================================= 23:19:01 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 23:19:01 ========================================================= [Pipeline] isUnix [Pipeline] sh 23:19:01 + 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 . 23:19:01 Sending build context to Docker daemon 501.8kB 23:19:01 Step 1/7 : ARG BASE=golang:1.15-alpine 23:19:01 Step 2/7 : FROM ${BASE} 23:19:01 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 23:19:01 188c0c94c7c5: Pulling fs layer 23:19:01 0ef7d3d256c8: Pulling fs layer 23:19:01 de9db76c5a1d: Pulling fs layer 23:19:01 bca2f99d35d6: Pulling fs layer 23:19:01 93359f2a8cfa: Pulling fs layer 23:19:01 7c6f9722023f: Pulling fs layer 23:19:01 a35cf1a2eb13: Pulling fs layer 23:19:01 bca2f99d35d6: Waiting 23:19:01 93359f2a8cfa: Waiting 23:19:01 7c6f9722023f: Waiting 23:19:01 a35cf1a2eb13: Waiting 23:19:01 de9db76c5a1d: Verifying Checksum 23:19:01 de9db76c5a1d: Download complete 23:19:01 0ef7d3d256c8: Verifying Checksum 23:19:01 0ef7d3d256c8: Download complete 23:19:01 93359f2a8cfa: Verifying Checksum 23:19:01 93359f2a8cfa: Download complete 23:19:01 7c6f9722023f: Download complete 23:19:01 188c0c94c7c5: Verifying Checksum 23:19:01 188c0c94c7c5: Download complete 23:19:01 188c0c94c7c5: Pull complete 23:19:02 0ef7d3d256c8: Pull complete 23:19:02 de9db76c5a1d: Pull complete 23:19:02 745a02a5169b: Pull complete 23:19:02 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 23:19:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 23:19:02 ---> b7e6874047d6 23:19:02 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 23:19:03 a35cf1a2eb13: Verifying Checksum 23:19:03 a35cf1a2eb13: Download complete 23:19:04 bca2f99d35d6: Verifying Checksum 23:19:04 bca2f99d35d6: Download complete 23:19:04 ---> Running in b2dcdb16863a 23:19:05 Removing intermediate container b2dcdb16863a 23:19:05 ---> 8e7defc959df 23:19:05 Step 4/7 : RUN apk add --update --no-cache zeromq-dev bash 23:19:05 ---> Running in e231ece7745e 23:19:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:19:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:19:07 (1/5) Installing libsodium (1.0.18-r0) 23:19:07 (2/5) Installing libzmq (4.3.3-r0) 23:19:07 (3/5) Installing pkgconf (1.7.2-r0) 23:19:07 (4/5) Installing libsodium-dev (1.0.18-r0) 23:19:08 (5/5) Installing zeromq-dev (4.3.3-r0) 23:19:08 Executing busybox-1.31.1-r19.trigger 23:19:08 OK: 144 MiB in 44 packages 23:19:09 Removing intermediate container e231ece7745e 23:19:09 ---> c847a37bb7e5 23:19:09 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 23:19:09 ---> Running in 467e610471f9 23:19:09 bca2f99d35d6: Pull complete 23:19:09 93359f2a8cfa: Pull complete 23:19:09 7c6f9722023f: Pull complete 23:19:10 Removing intermediate container 467e610471f9 23:19:10 ---> ce806190e43d 23:19:10 Step 6/7 : COPY go.mod . 23:19:10 ---> e22660e94bae 23:19:10 Step 7/7 : RUN go mod download 23:19:10 ---> Running in 12e6ee98a9db 23:19:16 a35cf1a2eb13: Pull complete 23:19:16 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 23:19:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 23:19:16 ---> a62c8e92a672 23:19:16 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 23:19:16 ---> Running in b063ff358b18 23:19:16 Removing intermediate container b063ff358b18 23:19:16 ---> 058f022256ac 23:19:16 Step 4/7 : RUN apk add --update --no-cache zeromq-dev bash 23:19:16 ---> Running in 2ef38cdebe54 23:19:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:19:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:19:17 (1/5) Installing libsodium (1.0.18-r0) 23:19:17 (2/5) Installing libzmq (4.3.3-r0) 23:19:17 (3/5) Installing pkgconf (1.7.2-r0) 23:19:17 (4/5) Installing libsodium-dev (1.0.18-r0) 23:19:17 (5/5) Installing zeromq-dev (4.3.3-r0) 23:19:17 Executing busybox-1.31.1-r19.trigger 23:19:17 OK: 167 MiB in 44 packages 23:19:18 Removing intermediate container 2ef38cdebe54 23:19:18 ---> 08f81863c43b 23:19:18 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 23:19:18 ---> Running in 05d772361b4b 23:19:18 Removing intermediate container 05d772361b4b 23:19:18 ---> 5b2157b00435 23:19:18 Step 6/7 : COPY go.mod . 23:19:18 ---> 418297e6ff23 23:19:18 Step 7/7 : RUN go mod download 23:19:18 ---> Running in fb643a92e5b8 23:19:26 Removing intermediate container 12e6ee98a9db 23:19:26 ---> c413d67a096a 23:19:26 Successfully built c413d67a096a 23:19:26 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 23:19:26 + docker inspect -f . ci-base-image-arm64 23:19:26 . [Pipeline] withDockerContainer 23:19:26 prd-ubuntu18.04-docker-arm64-4c-16g-28595 does not seem to be running inside a container 23:19:26 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-messaging/26 -v /w/workspace/go-mod-messaging/26:/w/workspace/go-mod-messaging/26:rw,z -v /w/workspace/go-mod-messaging/26@tmp:/w/workspace/go-mod-messaging/26@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 23:19:28 $ docker top d1e480f90b829f235f9477a7a068d1dbddfb1d88f085ca267960e5a8408d44f0 -eo pid,comm [Pipeline] { [Pipeline] sh 23:19:29 + go version 23:19:29 go version go1.15.5 linux/arm64 [Pipeline] } 23:19:29 $ docker stop --time=1 d1e480f90b829f235f9477a7a068d1dbddfb1d88f085ca267960e5a8408d44f0 23:19:31 $ docker rm -f d1e480f90b829f235f9477a7a068d1dbddfb1d88f085ca267960e5a8408d44f0 23:19:31 Removing intermediate container fb643a92e5b8 23:19:31 ---> 6d4acf2909c9 23:19:31 Successfully built 6d4acf2909c9 23:19:31 Successfully tagged ci-base-image-x86_64:latest [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] isUnix [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:19:31 + docker inspect -f . ci-base-image-x86_64 23:19:31 . [Pipeline] withDockerContainer 23:19:31 prd-centos7-docker-4c-2g-28596 does not seem to be running inside a container 23:19:31 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-messaging/26 -v /w/workspace/go-mod-messaging/26:/w/workspace/go-mod-messaging/26:rw,z -v /w/workspace/go-mod-messaging/26@tmp:/w/workspace/go-mod-messaging/26@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 23:19:32 + docker inspect -f . ci-base-image-arm64 23:19:32 . 23:19:32 $ docker top 446e5a5383529703fef8b6b77879101216c01b8c8b6c00062447d1cb0d72933b -eo pid,comm [Pipeline] { [Pipeline] withDockerContainer 23:19:33 prd-ubuntu18.04-docker-arm64-4c-16g-28595 does not seem to be running inside a container 23:19:33 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-messaging/26 -v /w/workspace/go-mod-messaging/26:/w/workspace/go-mod-messaging/26:rw,z -v /w/workspace/go-mod-messaging/26@tmp:/w/workspace/go-mod-messaging/26@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 23:19:34 $ docker top 2cafe723df82d70b0c713fbf5c1b37fdd17ec5afa19cc0b0693723fa5e66fbe7 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh 23:19:35 + go version 23:19:35 go version go1.15.5 linux/amd64 [Pipeline] } 23:19:35 $ docker stop --time=1 446e5a5383529703fef8b6b77879101216c01b8c8b6c00062447d1cb0d72933b 23:19:35 + make test 23:19:35 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 23:19:36 $ docker rm -f 446e5a5383529703fef8b6b77879101216c01b8c8b6c00062447d1cb0d72933b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:19:37 + docker inspect -f . ci-base-image-x86_64 23:19:37 . [Pipeline] withDockerContainer 23:19:37 prd-centos7-docker-4c-2g-28596 does not seem to be running inside a container 23:19:37 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-messaging/26 -v /w/workspace/go-mod-messaging/26:/w/workspace/go-mod-messaging/26:rw,z -v /w/workspace/go-mod-messaging/26@tmp:/w/workspace/go-mod-messaging/26@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 23:19:38 $ docker top f126ce28e047fbaa959761f8518e77c7da79951fd51ace8c41e99f90a0627442 -eo pid,comm [Pipeline] { [Pipeline] sh 23:19:38 + make test 23:19:38 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 23:19:44 ? github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg [no test files] 23:19:44 ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/mqtt 0.047s coverage: 89.9% of statements 23:19:48 ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/redis/streams 0.006s coverage: 77.1% of statements 23:19:48 ? github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/redis/streams/mocks [no test files] 23:19:50 ? github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg [no test files] 23:19:54 ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/mqtt 0.055s coverage: 89.9% of statements 23:20:06 ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/redis/streams 0.038s coverage: 77.1% of statements 23:20:06 ? github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/redis/streams/mocks [no test files] 23:20:10 ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/zeromq 20.337s coverage: 84.1% of statements 23:20:10 ok github.com/edgexfoundry/go-mod-messaging/v2/messaging 0.008s coverage: 85.7% of statements 23:20:10 ok github.com/edgexfoundry/go-mod-messaging/v2/messaging/mqtt 0.058s coverage: 100.0% of statements 23:20:10 ok github.com/edgexfoundry/go-mod-messaging/v2/messaging/redis 0.026s coverage: 100.0% of statements 23:20:10 ok github.com/edgexfoundry/go-mod-messaging/v2/pkg/types 0.008s coverage: 90.9% of statements 23:20:10 CGO_ENABLED=1 GO111MODULE=on go vet ./... 23:20:10 gofmt -l . 23:20:10 [ "`gofmt -l .`" = "" ] [Pipeline] } 23:20:10 $ docker stop --time=1 f126ce28e047fbaa959761f8518e77c7da79951fd51ace8c41e99f90a0627442 23:20:11 $ docker rm -f f126ce28e047fbaa959761f8518e77c7da79951fd51ace8c41e99f90a0627442 [Pipeline] // withDockerContainer [Pipeline] sh 23:20:12 + sudo chown -R jenkins:jenkins . [Pipeline] stash 23:20:12 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [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 23:20:13 ---> job-cost.sh 23:20:13 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-hgOz 23:20:28 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 23:20:28 ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/zeromq 20.375s coverage: 84.1% of statements 23:20:28 ok github.com/edgexfoundry/go-mod-messaging/v2/messaging 0.018s coverage: 85.7% of statements 23:20:28 ok github.com/edgexfoundry/go-mod-messaging/v2/messaging/mqtt 0.043s coverage: 100.0% of statements 23:20:28 ok github.com/edgexfoundry/go-mod-messaging/v2/messaging/redis 0.035s coverage: 100.0% of statements 23:20:28 ok github.com/edgexfoundry/go-mod-messaging/v2/pkg/types 0.013s coverage: 90.9% of statements 23:20:28 CGO_ENABLED=1 GO111MODULE=on go vet ./... 23:20:30 gofmt -l . 23:20:31 [ "`gofmt -l .`" = "" ] [Pipeline] } 23:20:31 $ docker stop --time=1 2cafe723df82d70b0c713fbf5c1b37fdd17ec5afa19cc0b0693723fa5e66fbe7 23:20:33 $ docker rm -f 2cafe723df82d70b0c713fbf5c1b37fdd17ec5afa19cc0b0693723fa5e66fbe7 [Pipeline] // withDockerContainer [Pipeline] sh 23:20:34 + sudo chown -R jenkins:jenkins . [Pipeline] stash 23:20:34 Warning: overwriting stash ‘coverage-report’ 23:20:35 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [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 23:20:36 ---> job-cost.sh 23:20:36 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-10k1 23:20:55 lf-activate-venv(): INFO: Adding /tmp/venv-hgOz/bin to PATH 23:20:55 INFO: No Stack... 23:20:55 INFO: Retrieving Pricing Info for: v1-standard-2 23:20:55 INFO: Archiving Costs [Pipeline] sh 23:20:55 + cut -d, -f6 23:20:55 + cat /w/workspace/go-mod-messaging/26/archives/cost.csv [Pipeline] lock 23:20:55 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-messaging-master-26-stack-cost] 23:20:55 Resource [jenkins-edgexfoundry-go-mod-messaging-master-26-stack-cost] did not exist. Created. 23:20:55 Lock acquired on [jenkins-edgexfoundry-go-mod-messaging-master-26-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 23:20:56 + echo total: 0.029999999329447746 [Pipeline] stash 23:20:56 Stashed 1 file(s) [Pipeline] } 23:20:56 Lock released on resource [jenkins-edgexfoundry-go-mod-messaging-master-26-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 23:21:15 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 23:23:22 lf-activate-venv(): INFO: Adding /tmp/venv-10k1/bin to PATH 23:23:22 INFO: No Stack... 23:23:22 INFO: Retrieving Pricing Info for: lf-standard-4 23:23:22 INFO: Archiving Costs [Pipeline] sh 23:23:22 + cut+ cat -d, /w/workspace/go-mod-messaging/26/archives/cost.csv -f6 23:23:22 [Pipeline] lock 23:23:22 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-messaging-master-26-stack-cost] 23:23:22 Resource [jenkins-edgexfoundry-go-mod-messaging-master-26-stack-cost] did not exist. Created. 23:23:22 Lock acquired on [jenkins-edgexfoundry-go-mod-messaging-master-26-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 23:23:23 /w/workspace/go-mod-messaging/26@tmp/durable-cfbde84e/script.sh: 1: /w/workspace/go-mod-messaging/26@tmp/durable-cfbde84e/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 23:23:23 + echo total: 0.20999999344348907 [Pipeline] stash 23:23:23 Warning: overwriting stash ‘stack-cost’ 23:23:23 Stashed 1 file(s) [Pipeline] } 23:23:23 Lock released on resource [jenkins-edgexfoundry-go-mod-messaging-master-26-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 23:23:25 provisioning config files... 23:23:25 copy managed file [go-mod-messaging-codecov-token] to file:/w/workspace/xfoundry_go-mod-messaging_master@tmp/config2736049303658360959tmp [Pipeline] { [Pipeline] sh 23:23:25 + set +x 23:23:25 + curl -s https://codecov.io/bash 23:23:25 + bash -s -- 23:23:25 23:23:25 _____ _ 23:23:25 / ____| | | 23:23:25 | | ___ __| | ___ ___ _____ __ 23:23:25 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 23:23:25 | |___| (_) | (_| | __/ (_| (_) \ V / 23:23:25 \_____\___/ \__,_|\___|\___\___/ \_/ 23:23:25 Bash-20210226-7100762 23:23:25 23:23:25 23:23:25 ==> git version 2.24.3 found 23:23:25 ==> 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 23:23:25 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 23:23:25 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 23:23:25 ==> Jenkins CI detected. 23:23:25 project root: . 23:23:25 --> token set from env 23:23:25 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 23:23:25 ==> Running gcov in . (disable via -X gcov) 23:23:25 ==> Python coveragepy not found 23:23:25 ==> Searching for coverage reports in: 23:23:25 + . 23:23:25 -> Found 1 reports 23:23:25 ==> Detecting git/mercurial file structure 23:23:25 ==> Reading reports 23:23:25 + ./coverage.out bytes=21680 23:23:25 ==> Appending adjustments 23:23:25 https://docs.codecov.io/docs/fixing-reports 23:23:26 + Found adjustments 23:23:26 ==> Gzipping contents 23:23:26 8.0K /tmp/codecov.Fig9ZJ.gz 23:23:26 ==> Uploading reports 23:23:26 url: https://codecov.io 23:23:26 query: branch=master&commit=9ec3962572cc8d13dd033c954433a26a37bb3d05&build=26&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-messaging%2Fjob%2Fmaster%2F26%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-messaging&service=jenkins&flags=&pr=&job=&cmd_args= 23:23:26 -> Pinging Codecov 23:23:26 https://codecov.io/upload/v4?package=bash-20210226-7100762&token=secret&branch=master&commit=9ec3962572cc8d13dd033c954433a26a37bb3d05&build=26&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-messaging%2Fjob%2Fmaster%2F26%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-messaging&service=jenkins&flags=&pr=&job=&cmd_args= 23:23:26 -> Uploading to 23:23:26 https://storage.googleapis.com/codecov/v4/raw/2021-03-04/F6E385568367DD0E4001BA4F8F1CB792/9ec3962572cc8d13dd033c954433a26a37bb3d05/eb2ffa66-4aff-4d51-be1b-7a5cb776fb64.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210304%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210304T232326Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=d0405c91dec5cb8853350e5158e39de40583d42a0e6fcd0ab5926e18ea53aa09 23:23:26 % Total % Received % Xferd Average Speed Time Time Time Current 23:23:26 Dload Upload Total Spent Left Speed 23:23:27 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5259 0 0 100 5259 0 11819 --:--:-- --:--:-- --:--:-- 11817 23:23:27 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/go-mod-messaging/commit/9ec3962572cc8d13dd033c954433a26a37bb3d05 [Pipeline] } 23:23:27 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 23:23:27 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 23:23:27 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:23:27 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 23:23:27 23:23:27 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 23:23:28 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 23:23:28 1.410.4: Pulling from edgex-devops/edgex-snyk-go 23:23:28 188c0c94c7c5: Pulling fs layer 23:23:28 0ef7d3d256c8: Pulling fs layer 23:23:28 de9db76c5a1d: Pulling fs layer 23:23:28 0eba1c9be4d2: Pulling fs layer 23:23:28 0d57e429df01: Pulling fs layer 23:23:28 4e4be7b47b0d: Pulling fs layer 23:23:28 e1f770b5df2f: Pulling fs layer 23:23:28 85a0685a4137: Pulling fs layer 23:23:28 4e4be7b47b0d: Waiting 23:23:28 e1f770b5df2f: Waiting 23:23:28 85a0685a4137: Waiting 23:23:28 0eba1c9be4d2: Waiting 23:23:28 0d57e429df01: Waiting 23:23:28 de9db76c5a1d: Verifying Checksum 23:23:28 de9db76c5a1d: Download complete 23:23:28 0ef7d3d256c8: Download complete 23:23:28 0d57e429df01: Verifying Checksum 23:23:28 0d57e429df01: Download complete 23:23:28 4e4be7b47b0d: Download complete 23:23:28 188c0c94c7c5: Verifying Checksum 23:23:28 188c0c94c7c5: Download complete 23:23:28 188c0c94c7c5: Pull complete 23:23:28 0ef7d3d256c8: Pull complete 23:23:29 de9db76c5a1d: Pull complete 23:23:30 e1f770b5df2f: Verifying Checksum 23:23:30 e1f770b5df2f: Download complete 23:23:33 0eba1c9be4d2: Verifying Checksum 23:23:33 0eba1c9be4d2: Download complete 23:23:33 85a0685a4137: Verifying Checksum 23:23:33 85a0685a4137: Download complete 23:23:38 0eba1c9be4d2: Pull complete 23:23:38 0d57e429df01: Pull complete 23:23:38 4e4be7b47b0d: Pull complete 23:23:40 e1f770b5df2f: Pull complete 23:23:48 85a0685a4137: Pull complete 23:23:48 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 23:23:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 23:23:48 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 23:23:48 prd-centos7-docker-4c-2g-28592 does not seem to be running inside a container 23:23:48 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/xfoundry_go-mod-messaging_master -v /w/workspace/xfoundry_go-mod-messaging_master:/w/workspace/xfoundry_go-mod-messaging_master:rw,z -v /w/workspace/xfoundry_go-mod-messaging_master@tmp:/w/workspace/xfoundry_go-mod-messaging_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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 23:23:49 $ docker top 144d1153bb493536d00288766ce00409bcdb989b314c05e4a1be94095c42e8b9 -eo pid,comm [Pipeline] { [Pipeline] echo 23:23:50 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 23:23:50 + set -o pipefail 23:23:50 + snyk monitor '--org=edgex-jenkins' 23:23:58 23:23:58 Monitoring /w/workspace/xfoundry_go-mod-messaging_master (github.com/edgexfoundry/go-mod-messaging/v2)... 23:23:58 23:23:58 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/d23208db-5112-4543-b346-0f70a18311f1/history/334dd49e-63af-4b7f-9a13-1a8ff589c307 23:23:58 23:23:58 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 23:23:58 23:23:58 [Pipeline] } 23:23:58 $ docker stop --time=1 144d1153bb493536d00288766ce00409bcdb989b314c05e4a1be94095c42e8b9 23:24:00 $ docker rm -f 144d1153bb493536d00288766ce00409bcdb989b314c05e4a1be94095c42e8b9 [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) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh 23:24:02 + git log --format=format:%s -1 9ec3962572cc8d13dd033c954433a26a37bb3d05 [Pipeline] isUnix [Pipeline] sh 23:24:02 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:24:02 . [Pipeline] withDockerContainer 23:24:02 prd-centos7-docker-4c-2g-28592 does not seem to be running inside a container 23:24:02 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-messaging_master -v /w/workspace/xfoundry_go-mod-messaging_master:/w/workspace/xfoundry_go-mod-messaging_master:rw,z -v /w/workspace/xfoundry_go-mod-messaging_master@tmp:/w/workspace/xfoundry_go-mod-messaging_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:10004/edgex-devops/git-semver:latest cat 23:24:03 $ docker top 8d9bdb55eddcf4540e6a33e4ea3d4ff2512773d56c0d08e9207e1a0d187a1312 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:24:03 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:24:03 [ssh-agent] Looking for ssh-agent implementation... 23:24:03 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:24:03 $ docker exec 8d9bdb55eddcf4540e6a33e4ea3d4ff2512773d56c0d08e9207e1a0d187a1312 ssh-agent 23:24:04 SSH_AUTH_SOCK=/tmp/ssh-ZohPkp5YwRu6/agent.12 23:24:04 SSH_AGENT_PID=17 23:24:04 Running ssh-add (command line suppressed) 23:24:04 Identity added: /w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_1728062393188710692.key (/w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_1728062393188710692.key) 23:24:04 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:24:04 + git semver tag 23:24:04 # -> Open(): unable to determine branch for HEAD 23:24:04 # $GIT_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.git 23:24:04 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-messaging_master 23:24:04 # $SEMVER_REMOTE_NAME = origin 23:24:04 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 23:24:04 # $SEMVER_USER_NAME = edgex-jenkins 23:24:04 # $SEMVER_BRANCH = master 23:24:04 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.semver 23:24:04 # 9ec3962572cc8d13dd033c954433a26a37bb3d05 HEAD 23:24:04 # -> Force: false 23:24:04 # 6ea5d57ecac462d47007905d6c22286e14031e50 refs/tags/v2.0.0-dev.4 [Pipeline] } 23:24:04 $ docker exec --env ******** --env ******** 8d9bdb55eddcf4540e6a33e4ea3d4ff2512773d56c0d08e9207e1a0d187a1312 ssh-agent -k 23:24:04 unset SSH_AUTH_SOCK; 23:24:04 unset SSH_AGENT_PID; 23:24:04 echo Agent pid 17 killed; 23:24:04 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:24:06 + git semver [Pipeline] } 23:24:06 $ docker stop --time=1 8d9bdb55eddcf4540e6a33e4ea3d4ff2512773d56c0d08e9207e1a0d187a1312 23:24:07 $ docker rm -f 8d9bdb55eddcf4540e6a33e4ea3d4ff2512773d56c0d08e9207e1a0d187a1312 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 23:24:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 23:24:08 23:24:08 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 23:24:08 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 23:24:08 0.23.1-centos7: Pulling from edgex-lftools 23:24:08 ab5ef0e58194: Pulling fs layer 23:24:08 9712f1f96733: Pulling fs layer 23:24:08 63f879dbbcfc: Pulling fs layer 23:24:08 0d9ebad4ef96: Pulling fs layer 23:24:08 e9a5061849ea: Pulling fs layer 23:24:08 d747dcd14b5f: Pulling fs layer 23:24:08 2de7ff778b66: Pulling fs layer 23:24:08 0d9ebad4ef96: Waiting 23:24:08 e9a5061849ea: Waiting 23:24:08 d747dcd14b5f: Waiting 23:24:08 2de7ff778b66: Waiting 23:24:08 9712f1f96733: Verifying Checksum 23:24:08 9712f1f96733: Download complete 23:24:10 63f879dbbcfc: Verifying Checksum 23:24:10 63f879dbbcfc: Download complete 23:24:10 e9a5061849ea: Verifying Checksum 23:24:10 e9a5061849ea: Download complete 23:24:10 d747dcd14b5f: Verifying Checksum 23:24:10 d747dcd14b5f: Download complete 23:24:10 2de7ff778b66: Verifying Checksum 23:24:10 2de7ff778b66: Download complete 23:24:10 0d9ebad4ef96: Verifying Checksum 23:24:10 0d9ebad4ef96: Download complete 23:24:11 ab5ef0e58194: Verifying Checksum 23:24:11 ab5ef0e58194: Download complete 23:24:15 ab5ef0e58194: Pull complete 23:24:15 9712f1f96733: Pull complete 23:24:17 63f879dbbcfc: Pull complete 23:24:24 0d9ebad4ef96: Pull complete 23:24:25 e9a5061849ea: Pull complete 23:24:25 d747dcd14b5f: Pull complete 23:24:28 2de7ff778b66: Pull complete 23:24:28 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 23:24:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 23:24:28 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 23:24:28 prd-centos7-docker-4c-2g-28592 does not seem to be running inside a container 23:24:28 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/xfoundry_go-mod-messaging_master -v /w/workspace/xfoundry_go-mod-messaging_master:/w/workspace/xfoundry_go-mod-messaging_master:rw,z -v /w/workspace/xfoundry_go-mod-messaging_master@tmp:/w/workspace/xfoundry_go-mod-messaging_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-lftools:0.23.1-centos7 cat 23:24:32 $ docker top c7f96b592353a1ec2a79ce984a546c08be08cd9cd0422f8da2ec64d5bea3cb91 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 23:24:33 provisioning config files... 23:24:33 copy managed file [sigul-config] to file:/w/workspace/xfoundry_go-mod-messaging_master@tmp/config7141482176286218142tmp 23:24:33 copy managed file [sigul-password] to file:/w/workspace/xfoundry_go-mod-messaging_master@tmp/config5996415358935801704tmp 23:24:33 copy managed file [sigul-pki] to file:/w/workspace/xfoundry_go-mod-messaging_master@tmp/config5469096188890054186tmp [Pipeline] { [Pipeline] echo 23:24:33 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 23:24:33 ---> sigul-configuration.sh 23:24:33 gpg: directory `/root/.gnupg' created 23:24:33 gpg: new configuration file `/root/.gnupg/gpg.conf' created 23:24:33 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 23:24:33 gpg: keyring `/root/.gnupg/secring.gpg' created 23:24:33 gpg: keyring `/root/.gnupg/pubring.gpg' created 23:24:33 gpg: CAST5 encrypted data 23:24:33 gpg: encrypted with 1 passphrase 23:24:33 gpg: WARNING: message was not integrity protected [Pipeline] sh 23:24:34 + mkdir /home/jenkins 23:24:34 + mkdir /home/jenkins/sigul [Pipeline] sh 23:24:34 + 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 23:24:34 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 23:24:34 ---> sigul-install.sh 23:24:39 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 23:24:40 + git tag --list 23:24:40 v0.0.0 23:24:40 v0.1.0 23:24:40 v0.1.1 23:24:40 v0.1.10 23:24:40 v0.1.11 23:24:40 v0.1.12 23:24:40 v0.1.13 23:24:40 v0.1.14 23:24:40 v0.1.15 23:24:40 v0.1.16 23:24:40 v0.1.17 23:24:40 v0.1.18 23:24:40 v0.1.19 23:24:40 v0.1.2 23:24:40 v0.1.20 23:24:40 v0.1.21 23:24:40 v0.1.22 23:24:40 v0.1.23 23:24:40 v0.1.24 23:24:40 v0.1.25 23:24:40 v0.1.26 23:24:40 v0.1.27 23:24:40 v0.1.28 23:24:40 v0.1.29 23:24:40 v0.1.3 23:24:40 v0.1.30 23:24:40 v0.1.31 23:24:40 v0.1.4 23:24:40 v0.1.5 23:24:40 v0.1.6 23:24:40 v0.1.7 23:24:40 v0.1.8 23:24:40 v0.1.9 23:24:40 v2.0.0-dev.1 23:24:40 v2.0.0-dev.2 23:24:40 v2.0.0-dev.3 23:24:40 v2.0.0-dev.4 [Pipeline] sh 23:24:40 + lftools sign git-tag v2.0.0-dev.4 23:24:41 Signing Git tag with Sigul... 23:24:41 Signing v2.0.0-dev.4 [Pipeline] echo 23:24:42 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 23:24:42 ---> sigul-configuration-cleanup.sh [Pipeline] } 23:24:42 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 23:24:42 $ docker stop --time=1 c7f96b592353a1ec2a79ce984a546c08be08cd9cd0422f8da2ec64d5bea3cb91 23:24:44 $ docker rm -f c7f96b592353a1ec2a79ce984a546c08be08cd9cd0422f8da2ec64d5bea3cb91 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 23:24:45 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:24:45 . [Pipeline] withDockerContainer 23:24:45 prd-centos7-docker-4c-2g-28592 does not seem to be running inside a container 23:24:45 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-messaging_master -v /w/workspace/xfoundry_go-mod-messaging_master:/w/workspace/xfoundry_go-mod-messaging_master:rw,z -v /w/workspace/xfoundry_go-mod-messaging_master@tmp:/w/workspace/xfoundry_go-mod-messaging_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:10004/edgex-devops/git-semver:latest cat 23:24:46 $ docker top 6ffe8c7820d4254d440c7fbd2d0a4a5d182a8b074c37e66697e72ec984b14f1d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:24:46 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:24:46 [ssh-agent] Looking for ssh-agent implementation... 23:24:47 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:24:47 $ docker exec 6ffe8c7820d4254d440c7fbd2d0a4a5d182a8b074c37e66697e72ec984b14f1d ssh-agent 23:24:47 SSH_AUTH_SOCK=/tmp/ssh-8z259Pt48Qyp/agent.11 23:24:47 SSH_AGENT_PID=16 23:24:47 Running ssh-add (command line suppressed) 23:24:47 Identity added: /w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_3686386908348359654.key (/w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_3686386908348359654.key) 23:24:47 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:24:47 + git semver bump pre 23:24:47 # -> Open(): unable to determine branch for HEAD 23:24:47 # $GIT_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.git 23:24:47 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-messaging_master 23:24:47 # $SEMVER_REMOTE_NAME = origin 23:24:47 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 23:24:47 # $SEMVER_USER_NAME = edgex-jenkins 23:24:47 # $SEMVER_BRANCH = master 23:24:47 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.semver 23:24:47 2.0.0-dev.5 [Pipeline] } 23:24:47 $ docker exec --env ******** --env ******** 6ffe8c7820d4254d440c7fbd2d0a4a5d182a8b074c37e66697e72ec984b14f1d ssh-agent -k 23:24:47 unset SSH_AUTH_SOCK; 23:24:47 unset SSH_AGENT_PID; 23:24:47 echo Agent pid 16 killed; 23:24:47 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:24:48 + git semver [Pipeline] } 23:24:48 $ docker stop --time=1 6ffe8c7820d4254d440c7fbd2d0a4a5d182a8b074c37e66697e72ec984b14f1d 23:24:49 $ docker rm -f 6ffe8c7820d4254d440c7fbd2d0a4a5d182a8b074c37e66697e72ec984b14f1d [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 23:24:50 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:24:50 . [Pipeline] withDockerContainer 23:24:50 prd-centos7-docker-4c-2g-28592 does not seem to be running inside a container 23:24:50 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-messaging_master -v /w/workspace/xfoundry_go-mod-messaging_master:/w/workspace/xfoundry_go-mod-messaging_master:rw,z -v /w/workspace/xfoundry_go-mod-messaging_master@tmp:/w/workspace/xfoundry_go-mod-messaging_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:10004/edgex-devops/git-semver:latest cat 23:24:51 $ docker top e9a588270ec566986aa6181aaaa33b23b3c20da6b1b8c2529d1c2ce0c948fd1e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:24:51 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:24:51 [ssh-agent] Looking for ssh-agent implementation... 23:24:51 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:24:51 $ docker exec e9a588270ec566986aa6181aaaa33b23b3c20da6b1b8c2529d1c2ce0c948fd1e ssh-agent 23:24:51 SSH_AUTH_SOCK=/tmp/ssh-FkVt0tRQ1Cco/agent.11 23:24:51 SSH_AGENT_PID=16 23:24:51 Running ssh-add (command line suppressed) 23:24:51 Identity added: /w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_4894915557500112774.key (/w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_4894915557500112774.key) 23:24:51 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:24:52 + git semver push 23:24:52 # -> Open(): unable to determine branch for HEAD 23:24:52 # $GIT_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.git 23:24:52 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-messaging_master 23:24:52 # $SEMVER_REMOTE_NAME = origin 23:24:52 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 23:24:52 # $SEMVER_USER_NAME = edgex-jenkins 23:24:52 # $SEMVER_BRANCH = master 23:24:52 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.semver [Pipeline] } 23:24:55 $ docker exec --env ******** --env ******** e9a588270ec566986aa6181aaaa33b23b3c20da6b1b8c2529d1c2ce0c948fd1e ssh-agent -k 23:24:55 unset SSH_AUTH_SOCK; 23:24:55 unset SSH_AGENT_PID; 23:24:55 echo Agent pid 16 killed; 23:24:55 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:24:56 + git semver [Pipeline] } 23:24:56 $ docker stop --time=1 e9a588270ec566986aa6181aaaa33b23b3c20da6b1b8c2529d1c2ce0c948fd1e 23:24:57 $ docker rm -f e9a588270ec566986aa6181aaaa33b23b3c20da6b1b8c2529d1c2ce0c948fd1e [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 23:24:59 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 23:24:59 ---> package-listing.sh 23:24:59 ++ facter osfamily 23:24:59 ++ tr '[:upper:]' '[:lower:]' 23:24:59 + OS_FAMILY=redhat 23:24:59 + workspace=/w/workspace/xfoundry_go-mod-messaging_master 23:24:59 + START_PACKAGES=/tmp/packages_start.txt 23:24:59 + END_PACKAGES=/tmp/packages_end.txt 23:24:59 + DIFF_PACKAGES=/tmp/packages_diff.txt 23:24:59 + PACKAGES=/tmp/packages_start.txt 23:24:59 + '[' /w/workspace/xfoundry_go-mod-messaging_master ']' 23:24:59 + PACKAGES=/tmp/packages_end.txt 23:24:59 + case "${OS_FAMILY}" in 23:24:59 + rpm -qa 23:24:59 + sort 23:25:05 + '[' -f /tmp/packages_start.txt ']' 23:25:05 + '[' -f /tmp/packages_end.txt ']' 23:25:05 + diff /tmp/packages_start.txt /tmp/packages_end.txt 23:25:05 + '[' /w/workspace/xfoundry_go-mod-messaging_master ']' 23:25:05 + mkdir -p /w/workspace/xfoundry_go-mod-messaging_master/archives/ 23:25:05 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_go-mod-messaging_master/archives/ [Pipeline] echo 23:25:05 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/xfoundry_go-mod-messaging_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 23:25:05 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 23:25:05 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:25:05 23:25:05 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 23:25:06 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:25:06 alpine: Pulling from edgex-lftools-log-publisher 23:25:06 df20fa9351a1: Pulling fs layer 23:25:06 36b3adc4ff6f: Pulling fs layer 23:25:06 8ad3a11d3b57: Pulling fs layer 23:25:06 46f8f816bc3b: Pulling fs layer 23:25:06 93b61091891f: Pulling fs layer 23:25:06 93b9cdb0e59b: Pulling fs layer 23:25:06 5e14af77c1be: Pulling fs layer 23:25:06 01666e4c0597: Pulling fs layer 23:25:06 aa168da1d23b: Pulling fs layer 23:25:06 46f8f816bc3b: Waiting 23:25:06 93b61091891f: Waiting 23:25:06 93b9cdb0e59b: Waiting 23:25:06 5e14af77c1be: Waiting 23:25:06 aa168da1d23b: Waiting 23:25:06 01666e4c0597: Waiting 23:25:06 36b3adc4ff6f: Verifying Checksum 23:25:06 36b3adc4ff6f: Download complete 23:25:06 46f8f816bc3b: Verifying Checksum 23:25:06 46f8f816bc3b: Download complete 23:25:06 df20fa9351a1: Verifying Checksum 23:25:06 df20fa9351a1: Download complete 23:25:06 93b9cdb0e59b: Verifying Checksum 23:25:06 93b9cdb0e59b: Download complete 23:25:06 93b61091891f: Verifying Checksum 23:25:06 93b61091891f: Download complete 23:25:06 5e14af77c1be: Verifying Checksum 23:25:06 5e14af77c1be: Download complete 23:25:06 01666e4c0597: Verifying Checksum 23:25:06 01666e4c0597: Download complete 23:25:06 8ad3a11d3b57: Verifying Checksum 23:25:06 8ad3a11d3b57: Download complete 23:25:07 df20fa9351a1: Pull complete 23:25:07 36b3adc4ff6f: Pull complete 23:25:08 aa168da1d23b: Verifying Checksum 23:25:08 aa168da1d23b: Download complete 23:25:08 8ad3a11d3b57: Pull complete 23:25:09 46f8f816bc3b: Pull complete 23:25:09 93b61091891f: Pull complete 23:25:09 93b9cdb0e59b: Pull complete 23:25:09 5e14af77c1be: Pull complete 23:25:10 01666e4c0597: Pull complete 23:25:18 aa168da1d23b: Pull complete 23:25:18 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 23:25:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:25:18 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 23:25:18 prd-centos7-docker-4c-2g-28592 does not seem to be running inside a container 23:25:18 $ 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/xfoundry_go-mod-messaging_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/xfoundry_go-mod-messaging_master -v /w/workspace/xfoundry_go-mod-messaging_master:/w/workspace/xfoundry_go-mod-messaging_master:rw,z -v /w/workspace/xfoundry_go-mod-messaging_master@tmp:/w/workspace/xfoundry_go-mod-messaging_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-lftools-log-publisher:alpine cat 23:25:21 $ docker top a9bc681e42c8eb90b47032c054e1b3784643bbd8f0b7a8cc3f86649f4bd94399 -eo pid,comm [Pipeline] { [Pipeline] sh 23:25:21 + touch /tmp/pre-build-complete [Pipeline] sh 23:25:22 + mkdir -p /var/log/sa [Pipeline] sh 23:25:22 + ls /var/log/sa-host 23:25:22 + sadf -c /var/log/sa-host/sa04 23:25:22 file_magic: OK 23:25:22 HZ: Using current value: 100 23:25:22 file_header: OK 23:25:22 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 23:25:22 Statistics: 23:25:22 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 23:25:22 File successfully converted to sysstat format version 12.2.1 23:25:22 + sadf -c /var/log/sa-host/sa23 23:25:22 file_magic: OK 23:25:22 HZ: Using current value: 100 23:25:22 file_header: OK 23:25:22 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 23:25:22 Statistics: 23:25:22 Hnuu...uuuununununu... 23:25:22 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 23:25:22 provisioning config files... 23:25:22 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_go-mod-messaging_master@tmp/config7362062947957091645tmp [Pipeline] { [Pipeline] echo 23:25:22 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 23:25:22 ---> create-netrc.sh [Pipeline] } 23:25:22 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 23:25:23 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 23:25:23 ---> python-tools-install.sh [Pipeline] echo 23:25:23 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 23:25:23 ---> sudo-logs.sh 23:25:23 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 23:25:23 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 23:25:24 ---> job-cost.sh 23:25:24 lf-activate-venv: SKIPPING 23:25:24 DEBUG: total: 0.20999999344348907 23:25:24 INFO: Retrieving Stack Cost... 23:25:24 INFO: Retrieving Pricing Info for: v1-standard-2 23:25:25 INFO: Archiving Costs [Pipeline] echo 23:25:25 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 23:25:25 ---> logs-deploy.sh 23:25:25 lf-activate-venv: SKIPPING 23:25:25 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-messaging/master/26 23:25:25 INFO: archiving workspace using pattern(s): 23:25:27 Archives upload complete. 23:25:27 INFO: archiving logs to Nexus 23:25:28 ---> uname -a: 23:25:28 Linux prd-centos7-docker-4c-2g-28592.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 23:25:28 23:25:28 23:25:28 ---> lscpu: 23:25:28 Architecture: x86_64 23:25:28 CPU op-mode(s): 32-bit, 64-bit 23:25:28 Byte Order: Little Endian 23:25:28 Address sizes: 40 bits physical, 48 bits virtual 23:25:28 CPU(s): 4 23:25:28 On-line CPU(s) list: 0-3 23:25:28 Thread(s) per core: 1 23:25:28 Core(s) per socket: 1 23:25:28 Socket(s): 4 23:25:28 NUMA node(s): 1 23:25:28 Vendor ID: GenuineIntel 23:25:28 CPU family: 6 23:25:28 Model: 44 23:25:28 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 23:25:28 Stepping: 1 23:25:28 CPU MHz: 2933.438 23:25:28 BogoMIPS: 5866.87 23:25:28 Virtualization: VT-x 23:25:28 Hypervisor vendor: KVM 23:25:28 Virtualization type: full 23:25:28 L1d cache: 128 KiB 23:25:28 L1i cache: 128 KiB 23:25:28 L2 cache: 16 MiB 23:25:28 L3 cache: 64 MiB 23:25:28 NUMA node0 CPU(s): 0-3 23:25:28 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 23:25:28 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 23:25:28 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 23:25:28 Vulnerability Meltdown: Mitigation; PTI 23:25:28 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 23:25:28 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 23:25:28 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 23:25:28 Vulnerability Srbds: Not affected 23:25:28 Vulnerability Tsx async abort: Not affected 23:25:28 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 23:25:28 23:25:28 23:25:28 ---> nproc: 23:25:28 4 23:25:28 23:25:28 23:25:28 ---> df -h: 23:25:28 Filesystem Size Used Available Use% Mounted on 23:25:28 overlay 50.0G 8.5G 41.4G 17% / 23:25:28 tmpfs 64.0M 0 64.0M 0% /dev 23:25:28 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 23:25:28 shm 64.0M 0 64.0M 0% /dev/shm 23:25:28 /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os 23:25:28 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf 23:25:28 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname 23:25:28 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts 23:25:28 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/xfoundry_go-mod-messaging_master 23:25:28 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/xfoundry_go-mod-messaging_master@tmp 23:25:28 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host 23:25:28 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure 23:25:28 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log 23:25:28 /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json 23:25:28 23:25:28 23:25:28 ---> free -m: 23:25:28 total used free shared buff/cache available 23:25:28 Mem: 1837 810 154 0 873 962 23:25:28 Swap: 1023 3 1020 23:25:28 23:25:28 23:25:28 ---> ip addr: 23:25:28 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 23:25:28 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 23:25:28 inet 127.0.0.1/8 scope host lo 23:25:28 valid_lft forever preferred_lft forever 23:25:28 inet6 ::1/128 scope host 23:25:28 valid_lft forever preferred_lft forever 23:25:28 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 23:25:28 link/ether fa:16:3e:31:cb:a9 brd ff:ff:ff:ff:ff:ff 23:25:28 inet 10.30.123.60/23 brd 10.30.123.255 scope global dynamic eth0 23:25:28 valid_lft 85703sec preferred_lft 85703sec 23:25:28 inet6 fe80::f816:3eff:fe31:cba9/64 scope link 23:25:28 valid_lft forever preferred_lft forever 23:25:28 3: docker0: mtu 1500 qdisc noqueue state DOWN 23:25:28 link/ether 02:42:e3:2f:1f:d7 brd ff:ff:ff:ff:ff:ff 23:25:28 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 23:25:28 valid_lft forever preferred_lft forever 23:25:28 inet6 fe80::42:e3ff:fe2f:1fd7/64 scope link 23:25:28 valid_lft forever preferred_lft forever 23:25:28 23:25:28 23:25:28 ---> sar -b -r -n DEV: 23:25:28 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/04/21 _x86_64_ (4 CPU) 23:25:28 23:25:28 23:13:40 LINUX RESTART (4 CPU) 23:25:28 23:25:28 23:14:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 23:25:28 23:15:01 126.00 45.60 80.40 0.00 7868.65 38116.81 0.00 23:25:28 23:16:01 2.11 0.00 2.11 0.00 0.00 43.37 0.00 23:25:28 23:17:01 0.45 0.00 0.45 0.00 0.00 6.26 0.00 23:25:28 23:18:01 0.27 0.00 0.27 0.00 0.00 3.33 0.00 23:25:28 23:19:01 0.20 0.00 0.20 0.00 0.00 2.98 0.00 23:25:28 23:20:01 0.33 0.00 0.33 0.00 0.00 5.25 0.00 23:25:28 23:21:01 0.28 0.00 0.28 0.00 0.00 3.35 0.00 23:25:28 23:22:01 0.27 0.00 0.27 0.00 0.00 2.47 0.00 23:25:28 23:23:01 0.27 0.00 0.27 0.00 0.00 3.75 0.00 23:25:28 23:24:01 240.94 147.46 93.47 0.00 8038.49 34024.47 0.00 23:25:28 23:25:01 233.82 97.90 135.91 0.00 6914.30 33109.52 0.00 23:25:28 Average: 54.91 26.43 28.48 0.00 2066.85 9535.90 0.00 23:25:28 23:25:28 23:14:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 23:25:28 23:15:01 163472 0 567796 30.18 2620 1147656 1095744 37.40 372936 1145380 132 23:25:28 23:16:01 169080 0 562108 29.87 2620 1147736 1072456 36.60 374764 1138596 16 23:25:28 23:17:01 168748 0 562436 29.89 2620 1147740 1060156 36.18 373744 1140324 8 23:25:28 23:18:01 168276 0 562908 29.92 2620 1147740 1060252 36.18 385348 1129236 8 23:25:28 23:19:01 168892 0 562284 29.88 2620 1147748 1060252 36.18 383036 1131484 12 23:25:28 23:20:01 165888 0 565284 30.04 2620 1147752 1060264 36.19 406220 1110840 8 23:25:28 23:21:01 166740 0 564428 30.00 2620 1147756 1060120 36.18 405980 1110408 8 23:25:28 23:22:01 167160 0 564004 29.98 2620 1147760 1060120 36.18 406000 1110408 20 23:25:28 23:23:01 166848 0 564308 29.99 2620 1147768 1060120 36.18 405760 1110408 8 23:25:28 23:24:01 189104 0 636252 33.82 2596 1053592 1064796 36.34 504728 936108 8 23:25:28 23:25:01 146796 0 775448 41.21 1492 957808 1109888 37.88 597496 799216 96 23:25:28 Average: 167364 0 589751 31.34 2515 1121914 1069470 36.50 419637 1078401 29 23:25:28 23:25:28 23:14:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 23:25:28 23:15:01 eth0 572.56 373.26 1072.46 93.37 0.00 0.00 0.00 0.00 23:25:28 23:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:25:28 23:15:01 docker0 1.39 1.22 0.36 2.89 0.00 0.00 0.00 0.00 23:25:28 23:16:01 eth0 1.15 0.57 0.63 0.22 0.00 0.00 0.00 0.00 23:25:28 23:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:25:28 23:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:25:28 23:17:01 eth0 0.43 0.12 0.08 0.01 0.00 0.00 0.00 0.00 23:25:28 23:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:25:28 23:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:25:28 23:18:01 eth0 1.25 0.35 0.33 0.20 0.00 0.00 0.00 0.00 23:25:28 23:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:25:28 23:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:25:28 23:19:01 eth0 1.53 0.63 0.61 0.40 0.00 0.00 0.00 0.00 23:25:28 23:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:25:28 23:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:25:28 23:20:01 eth0 0.32 0.20 0.14 0.07 0.00 0.00 0.00 0.00 23:25:28 23:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:25:28 23:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:25:28 23:21:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 23:25:28 23:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:25:28 23:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:25:28 23:22:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 23:25:28 23:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:25:28 23:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:25:28 23:23:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 23:25:28 23:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:25:28 23:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:25:28 23:24:01 eth0 479.92 440.97 4138.02 39.13 0.00 0.00 0.00 0.00 23:25:28 23:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:25:28 23:24:01 docker0 13.88 12.80 1.26 48.61 0.00 0.00 0.00 0.00 23:25:28 23:25:01 eth0 549.53 458.01 3490.21 137.52 0.00 0.00 0.00 0.00 23:25:28 23:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:25:28 23:25:01 docker0 53.00 86.04 3.06 222.69 0.00 0.00 0.00 0.00 23:25:28 Average: eth0 145.51 115.51 791.07 24.54 0.00 0.00 0.00 0.00 23:25:28 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:25:28 Average: docker0 6.22 9.11 0.43 24.97 0.00 0.00 0.00 0.00 23:25:28 23:25:28 23:25:28 ---> sar -P ALL: 23:25:28 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/04/21 _x86_64_ (4 CPU) 23:25:28 23:25:28 23:13:40 LINUX RESTART (4 CPU) 23:25:28 23:25:28 23:14:02 CPU %user %nice %system %iowait %steal %idle 23:25:28 23:15:01 all 13.16 0.00 6.24 5.05 0.04 75.51 23:25:28 23:15:01 0 14.02 0.00 7.04 7.18 0.03 71.72 23:25:28 23:15:01 1 12.33 0.00 5.46 3.86 0.03 78.32 23:25:28 23:15:01 2 12.86 0.00 6.88 3.98 0.03 76.24 23:25:28 23:15:01 3 13.42 0.00 5.58 5.16 0.05 75.79 23:25:28 23:16:01 all 0.16 0.00 0.06 0.00 0.00 99.78 23:25:28 23:16:01 0 0.03 0.00 0.05 0.00 0.00 99.92 23:25:28 23:16:01 1 0.08 0.00 0.07 0.00 0.00 99.85 23:25:28 23:16:01 2 0.45 0.00 0.07 0.00 0.00 99.48 23:25:28 23:16:01 3 0.07 0.00 0.05 0.00 0.00 99.88 23:25:28 23:17:01 all 0.20 0.00 0.17 0.00 0.00 99.64 23:25:28 23:17:01 0 0.05 0.00 0.18 0.00 0.00 99.77 23:25:28 23:17:01 1 0.12 0.00 0.22 0.00 0.00 99.67 23:25:28 23:17:01 2 0.55 0.00 0.07 0.00 0.00 99.38 23:25:28 23:17:01 3 0.07 0.00 0.20 0.00 0.00 99.73 23:25:28 23:18:01 all 0.17 0.00 0.03 0.00 0.00 99.80 23:25:28 23:18:01 0 0.03 0.00 0.03 0.00 0.00 99.93 23:25:28 23:18:01 1 0.10 0.00 0.00 0.00 0.00 99.90 23:25:28 23:18:01 2 0.52 0.00 0.03 0.00 0.00 99.45 23:25:28 23:18:01 3 0.03 0.00 0.03 0.00 0.00 99.93 23:25:28 23:19:01 all 0.16 0.00 0.04 0.00 0.00 99.80 23:25:28 23:19:01 0 0.02 0.00 0.03 0.00 0.00 99.95 23:25:28 23:19:01 1 0.07 0.00 0.03 0.00 0.00 99.90 23:25:28 23:19:01 2 0.52 0.00 0.03 0.00 0.00 99.45 23:25:28 23:19:01 3 0.03 0.00 0.05 0.00 0.00 99.92 23:25:28 23:20:01 all 0.16 0.00 0.03 0.00 0.00 99.81 23:25:28 23:20:01 0 0.02 0.00 0.02 0.00 0.00 99.97 23:25:28 23:20:01 1 0.07 0.00 0.07 0.00 0.00 99.87 23:25:28 23:20:01 2 0.52 0.00 0.03 0.00 0.00 99.45 23:25:28 23:20:01 3 0.03 0.00 0.02 0.00 0.00 99.95 23:25:28 23:21:01 all 0.15 0.00 0.02 0.00 0.00 99.82 23:25:28 23:21:01 0 0.02 0.00 0.02 0.00 0.00 99.97 23:25:28 23:21:01 1 0.07 0.00 0.05 0.00 0.02 99.87 23:25:28 23:21:01 2 0.50 0.00 0.02 0.00 0.00 99.48 23:25:28 23:21:01 3 0.02 0.00 0.00 0.00 0.00 99.98 23:25:28 23:22:01 all 0.15 0.00 0.02 0.00 0.00 99.82 23:25:28 23:22:01 0 0.00 0.00 0.00 0.00 0.00 100.00 23:25:28 23:22:01 1 0.05 0.00 0.07 0.00 0.00 99.88 23:25:28 23:22:01 2 0.52 0.00 0.02 0.00 0.02 99.45 23:25:28 23:22:01 3 0.03 0.00 0.02 0.00 0.00 99.95 23:25:28 23:23:01 all 0.15 0.00 0.03 0.00 0.00 99.82 23:25:28 23:23:01 0 0.03 0.00 0.02 0.00 0.00 99.95 23:25:28 23:23:01 1 0.05 0.00 0.05 0.00 0.00 99.90 23:25:28 23:23:01 2 0.52 0.00 0.02 0.00 0.00 99.47 23:25:28 23:23:01 3 0.00 0.00 0.02 0.00 0.02 99.97 23:25:28 23:24:01 all 8.59 0.00 5.85 2.62 0.04 82.90 23:25:28 23:24:01 0 7.75 0.00 6.31 2.38 0.03 83.52 23:25:28 23:24:01 1 8.37 0.00 6.06 2.27 0.05 83.25 23:25:28 23:24:01 2 9.82 0.00 5.61 3.08 0.03 81.45 23:25:28 23:24:01 3 8.41 0.00 5.42 2.73 0.03 83.40 23:25:28 23:25:01 all 12.02 0.00 9.07 3.32 0.04 75.55 23:25:28 23:25:01 0 14.94 0.00 9.88 2.12 0.03 73.02 23:25:28 23:25:01 1 11.26 0.00 9.45 4.62 0.05 74.63 23:25:28 23:25:01 2 10.78 0.00 8.25 2.50 0.03 78.43 23:25:28 23:25:01 3 11.11 0.00 8.71 4.04 0.03 76.11 23:25:28 23:25:28 Average: CPU %user %nice %system %iowait %steal %idle 23:25:28 Average: all 3.13 0.00 1.93 0.98 0.01 93.95 23:25:28 Average: 0 3.29 0.00 2.10 1.04 0.01 93.55 23:25:28 Average: 1 2.91 0.00 1.93 0.96 0.01 94.18 23:25:28 Average: 2 3.36 0.00 1.88 0.85 0.01 93.90 23:25:28 Average: 3 2.96 0.00 1.79 1.06 0.01 94.18 23:25:28 23:25:28 23:25:28