Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 3266a8a064ea1e4186ba60e0f0ed5a83c04ee5f2 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > 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-core-contracts, 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-core-contracts-settings PROJECT: go-mod-core-contracts 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-core-contracts 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 SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-24707 in /w/workspace/dry_go-mod-core-contracts_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-core-contracts.git > git init /w/workspace/dry_go-mod-core-contracts_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.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-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.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-core-contracts.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 3266a8a064ea1e4186ba60e0f0ed5a83c04ee5f2 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 3266a8a064ea1e4186ba60e0f0ed5a83c04ee5f2 # timeout=10 Commit message: "Merge pull request #480 from judehung/commandclient" > git rev-list --no-walk 4706aac4e49b41a0045cc8175e433a2491b846bc # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 10:31:23 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 10:31:24 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 10:31:24 ========================================================= 10:31:24 EdgeX Global Pipelines Version Info 10:31:24 ========================================================= [Pipeline] libraryResource [Pipeline] sh 10:31:25 ------------------- 10:31:25 stable info: 10:31:25 ------------------- 10:31:25 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 10:31:25 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 10:31:25 Message: update stable to v1.0.179 10:31:26 ------------------- 10:31:26 experimental info: 10:31:26 ------------------- 10:31:26 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 10:31:26 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 10:31:26 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 10:31:27 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo 10:31:27 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo 10:31:27 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 10:31:27 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 10:31:27 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 10:31:27 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 10:31:27 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 10:31:27 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 10:31:27 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 10:31:28 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 10:31:28 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 10:31:28 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo 10:31:28 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 10:31:28 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 10:31:28 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 10:31:28 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 10:31:28 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 10:31:28 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 10:31:28 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 10:31:29 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 10:31:29 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 10:31:29 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 10:31:29 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 10:31:29 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 10:31:29 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 10:31:29 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 10:31:29 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 10:31:29 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 10:31:29 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 10:31:30 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 10:31:30 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 3266a8a064ea1e4186ba60e0f0ed5a83c04ee5f2 [Pipeline] echo 10:31:30 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 3266a8a [Pipeline] echo 10:31:30 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 10:31:31 + git log --format=format:%s -1 3266a8a064ea1e4186ba60e0f0ed5a83c04ee5f2 [Pipeline] echo 10:31:31 GIT_COMMIT: 3266a8a064ea1e4186ba60e0f0ed5a83c04ee5f2, Commit Message: Merge pull request #480 from judehung/commandclient [Pipeline] echo 10:31:31 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 10:31:32 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:31:32 10:31:32 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 10:31:32 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:31:32 latest: Pulling from edgex-devops/git-semver 10:31:32 31603596830f: Pulling fs layer 10:31:32 2a8b12db71e7: Pulling fs layer 10:31:32 6ca5941a6612: Pulling fs layer 10:31:32 ecc8261a40a4: Pulling fs layer 10:31:32 ecc8261a40a4: Waiting 10:31:32 2a8b12db71e7: Verifying Checksum 10:31:32 2a8b12db71e7: Download complete 10:31:32 31603596830f: Download complete 10:31:32 ecc8261a40a4: Verifying Checksum 10:31:32 ecc8261a40a4: Download complete 10:31:32 6ca5941a6612: Verifying Checksum 10:31:32 6ca5941a6612: Download complete 10:31:33 31603596830f: Pull complete 10:31:33 2a8b12db71e7: Pull complete 10:31:33 6ca5941a6612: Pull complete 10:31:33 ecc8261a40a4: Pull complete 10:31:33 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 10:31:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:31:33 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 10:31:33 prd-centos7-docker-4c-2g-24707 does not seem to be running inside a container 10:31:34 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 10:31:35 $ docker top 3905bafd69bb5614f6d971865b011042a5f55f1be23e4f43d60cad823727e007 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:31:36 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:31:36 [ssh-agent] Looking for ssh-agent implementation... 10:31:36 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:31:36 $ docker exec 3905bafd69bb5614f6d971865b011042a5f55f1be23e4f43d60cad823727e007 ssh-agent 10:31:36 SSH_AUTH_SOCK=/tmp/ssh-PZLcXIfYkshU/agent.12 10:31:36 SSH_AGENT_PID=17 10:31:36 Running ssh-add (command line suppressed) 10:31:36 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_5215837938004162071.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_5215837938004162071.key) 10:31:36 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:31:37 + git tag --points-at HEAD [Pipeline] } 10:31:37 $ docker exec --env ******** --env ******** 3905bafd69bb5614f6d971865b011042a5f55f1be23e4f43d60cad823727e007 ssh-agent -k 10:31:37 unset SSH_AUTH_SOCK; 10:31:37 unset SSH_AGENT_PID; 10:31:37 echo Agent pid 17 killed; 10:31:37 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 10:31:37 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:31:37 [ssh-agent] Looking for ssh-agent implementation... 10:31:37 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:31:37 $ docker exec 3905bafd69bb5614f6d971865b011042a5f55f1be23e4f43d60cad823727e007 ssh-agent 10:31:37 SSH_AUTH_SOCK=/tmp/ssh-2JWHOXeWT6Vz/agent.45 10:31:37 SSH_AGENT_PID=50 10:31:37 Running ssh-add (command line suppressed) 10:31:37 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_5252278505225292381.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_5252278505225292381.key) 10:31:37 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:31:38 + git semver init 10:31:38 # -> Open(): unable to determine branch for HEAD 10:31:38 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 10:31:38 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 10:31:38 # $SEMVER_REMOTE_NAME = origin 10:31:38 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 10:31:38 # $SEMVER_USER_NAME = edgex-jenkins 10:31:38 # $SEMVER_BRANCH = master 10:31:38 # $SEMVER_TEMP = /tmp/semver-858945381 10:31:38 # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP 10:31:38 # '/tmp/semver-858945381' -> '/w/workspace/dry_go-mod-core-contracts_master/.semver' 10:31:38 # -> Force: false 10:31:38 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } 10:31:38 $ docker exec --env ******** --env ******** 3905bafd69bb5614f6d971865b011042a5f55f1be23e4f43d60cad823727e007 ssh-agent -k 10:31:38 unset SSH_AUTH_SOCK; 10:31:38 unset SSH_AGENT_PID; 10:31:38 echo Agent pid 50 killed; 10:31:39 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:31:39 + git semver [Pipeline] } 10:31:39 $ docker stop --time=1 3905bafd69bb5614f6d971865b011042a5f55f1be23e4f43d60cad823727e007 10:31:41 $ docker rm -f 3905bafd69bb5614f6d971865b011042a5f55f1be23e4f43d60cad823727e007 [Pipeline] // withDockerContainer [Pipeline] sh 10:31:42 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 10:31:42 Stashed 1 file(s) [Pipeline] echo 10:31:42 [edgeXSemver]: initialized semver on version 2.0.0-dev.18 [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 10:31:58 Still waiting to schedule task 10:31:58 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-24707’ 10:31:58 Still waiting to schedule task 10:31:58 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 10:33:48 Running on prd-ubuntu18.04-docker-arm64-4c-16g-24708 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws 10:33:48 Running in /w/workspace/go-mod-core-contracts/136 [Pipeline] { [Pipeline] checkout 10:33:53 using credential edgex-jenkins-ssh 10:33:53 Cloning the remote Git repository 10:33:53 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 10:33:53 > git init /w/workspace/go-mod-core-contracts/136 # timeout=10 10:33:53 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 10:33:53 > git --version # timeout=10 10:33:53 > git --version # 'git version 2.17.1' 10:33:53 using GIT_SSH to set credentials SSH Credentials for GitHub 10:33:54 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 10:33:55 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 10:33:55 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 10:33:55 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 10:33:55 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 10:33:55 using GIT_SSH to set credentials SSH Credentials for GitHub 10:33:55 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 10:33:55 Checking out Revision 3266a8a064ea1e4186ba60e0f0ed5a83c04ee5f2 (master) 10:33:55 > git config core.sparsecheckout # timeout=10 10:33:55 > git checkout -f 3266a8a064ea1e4186ba60e0f0ed5a83c04ee5f2 # timeout=10 10:34:00 Commit message: "Merge pull request #480 from judehung/commandclient" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 10:34:02 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 10:34:02 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 10:34:03 + true 10:34:03 + sudo service docker restart [Pipeline] unstash [Pipeline] echo 10:34:05 ========================================================= 10:34:05 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 10:34:05 ========================================================= [Pipeline] isUnix [Pipeline] sh 10:34:06 + 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 . 10:34:07 Sending build context to Docker daemon 2.498MB 10:34:07 Step 1/7 : ARG BASE=golang:1.15-alpine 10:34:07 Step 2/7 : FROM ${BASE} 10:34:07 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 10:34:07 5f621e34cdf4: Pulling fs layer 10:34:07 a4357932f1b6: Pulling fs layer 10:34:07 18c013af1878: Pulling fs layer 10:34:07 00ac8860ef70: Pulling fs layer 10:34:07 63d7cb157983: Pulling fs layer 10:34:07 b116817d02f9: Pulling fs layer 10:34:07 745a02a5169b: Pulling fs layer 10:34:07 00ac8860ef70: Waiting 10:34:07 63d7cb157983: Waiting 10:34:07 b116817d02f9: Waiting 10:34:07 745a02a5169b: Waiting 10:34:07 18c013af1878: Verifying Checksum 10:34:07 18c013af1878: Download complete 10:34:07 a4357932f1b6: Verifying Checksum 10:34:07 a4357932f1b6: Download complete 10:34:07 63d7cb157983: Verifying Checksum 10:34:07 63d7cb157983: Download complete 10:34:07 b116817d02f9: Download complete 10:34:07 5f621e34cdf4: Verifying Checksum 10:34:07 5f621e34cdf4: Download complete 10:34:08 5f621e34cdf4: Pull complete 10:34:09 a4357932f1b6: Pull complete 10:34:09 18c013af1878: Pull complete 10:34:11 745a02a5169b: Verifying Checksum 10:34:11 745a02a5169b: Download complete 10:34:12 00ac8860ef70: Download complete 10:34:22 00ac8860ef70: Pull complete 10:34:22 63d7cb157983: Pull complete 10:34:22 b116817d02f9: Pull complete 10:34:25 Running on prd-centos7-docker-4c-2g-24709 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws 10:34:25 Running in /w/workspace/go-mod-core-contracts/136 [Pipeline] { [Pipeline] checkout 10:34:25 745a02a5169b: Pull complete 10:34:25 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 10:34:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 10:34:25 ---> b7e6874047d6 10:34:25 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 10:34:27 using credential edgex-jenkins-ssh 10:34:27 Cloning the remote Git repository 10:34:27 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 10:34:28 ---> Running in a6c7b48a6636 10:34:27 > git init /w/workspace/go-mod-core-contracts/136 # timeout=10 10:34:27 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 10:34:27 > git --version # timeout=10 10:34:27 > git --version # 'git version 2.24.3' 10:34:27 using GIT_SSH to set credentials SSH Credentials for GitHub 10:34:27 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 10:34:28 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 10:34:28 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 10:34:28 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 10:34:28 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 10:34:28 using GIT_SSH to set credentials SSH Credentials for GitHub 10:34:28 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 10:34:28 Checking out Revision 3266a8a064ea1e4186ba60e0f0ed5a83c04ee5f2 (master) 10:34:29 Removing intermediate container a6c7b48a6636 10:34:29 ---> d2d62316d100 10:34:29 Step 4/7 : RUN apk add bash 10:34:29 ---> Running in 088d89eb56d4 10:34:28 > git config core.sparsecheckout # timeout=10 10:34:28 > git checkout -f 3266a8a064ea1e4186ba60e0f0ed5a83c04ee5f2 # timeout=10 10:34:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:34:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:34:32 OK: 142 MiB in 39 packages 10:34:32 Commit message: "Merge pull request #480 from judehung/commandclient" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 10:34:33 Removing intermediate container 088d89eb56d4 10:34:33 ---> 6d6514751c9e 10:34:33 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 10:34:33 ---> Running in 5335e0d44e87 10:34:33 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 10:34:33 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 10:34:34 Removing intermediate container 5335e0d44e87 10:34:34 ---> bc6b866a53fe 10:34:34 Step 6/7 : COPY go.mod . 10:34:34 + sudo service docker restart 10:34:34 + true 10:34:34 Redirecting to /bin/systemctl restart docker.service 10:34:34 ---> 68ec61187221 10:34:34 Step 7/7 : RUN go mod download 10:34:35 ---> Running in 43ee457cfedf [Pipeline] unstash [Pipeline] echo 10:34:35 ========================================================= 10:34:35 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 10:34:35 ========================================================= [Pipeline] isUnix [Pipeline] sh 10:34:35 + 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 . 10:34:36 Sending build context to Docker daemon 2.499MB 10:34:36 Step 1/7 : ARG BASE=golang:1.15-alpine 10:34:36 Step 2/7 : FROM ${BASE} 10:34:36 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 10:34:36 188c0c94c7c5: Pulling fs layer 10:34:36 0ef7d3d256c8: Pulling fs layer 10:34:36 de9db76c5a1d: Pulling fs layer 10:34:36 bca2f99d35d6: Pulling fs layer 10:34:36 93359f2a8cfa: Pulling fs layer 10:34:36 7c6f9722023f: Pulling fs layer 10:34:36 a35cf1a2eb13: Pulling fs layer 10:34:36 93359f2a8cfa: Waiting 10:34:36 7c6f9722023f: Waiting 10:34:36 a35cf1a2eb13: Waiting 10:34:36 bca2f99d35d6: Waiting 10:34:36 de9db76c5a1d: Verifying Checksum 10:34:36 0ef7d3d256c8: Download complete 10:34:36 93359f2a8cfa: Verifying Checksum 10:34:36 93359f2a8cfa: Download complete 10:34:36 7c6f9722023f: Download complete 10:34:36 188c0c94c7c5: Verifying Checksum 10:34:36 188c0c94c7c5: Download complete 10:34:36 188c0c94c7c5: Pull complete 10:34:36 0ef7d3d256c8: Pull complete 10:34:37 de9db76c5a1d: Pull complete 10:34:38 a35cf1a2eb13: Verifying Checksum 10:34:38 a35cf1a2eb13: Download complete 10:34:38 bca2f99d35d6: Verifying Checksum 10:34:38 bca2f99d35d6: Download complete 10:34:44 bca2f99d35d6: Pull complete 10:34:44 93359f2a8cfa: Pull complete 10:34:44 7c6f9722023f: Pull complete 10:34:50 Removing intermediate container 43ee457cfedf 10:34:50 ---> dd47e5c5483c 10:34:50 Successfully built dd47e5c5483c 10:34:50 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 10:34:50 + docker inspect -f . ci-base-image-arm64 10:34:50 . [Pipeline] withDockerContainer 10:34:50 prd-ubuntu18.04-docker-arm64-4c-16g-24708 does not seem to be running inside a container 10:34:50 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/136 -v /w/workspace/go-mod-core-contracts/136:/w/workspace/go-mod-core-contracts/136:rw,z -v /w/workspace/go-mod-core-contracts/136@tmp:/w/workspace/go-mod-core-contracts/136@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 10:34:52 $ docker top 6a66b60f27b499bd46626dd0ec173057f4a90121df0b1d11f5968ccfceda49cf -eo pid,comm 10:34:52 a35cf1a2eb13: Pull complete 10:34:52 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 10:34:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 10:34:52 ---> a62c8e92a672 10:34:52 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 10:34:52 ---> Running in 53346fa230b0 10:34:52 Removing intermediate container 53346fa230b0 10:34:52 ---> e362e2b36955 10:34:52 Step 4/7 : RUN apk add bash 10:34:52 ---> Running in c0d242c6e751 10:34:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [Pipeline] { [Pipeline] sh 10:34:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:34:53 + go version 10:34:53 go version go1.15.5 linux/arm64 [Pipeline] } 10:34:53 $ docker stop --time=1 6a66b60f27b499bd46626dd0ec173057f4a90121df0b1d11f5968ccfceda49cf 10:34:53 OK: 166 MiB in 39 packages 10:34:54 Removing intermediate container c0d242c6e751 10:34:54 ---> efb84ec53b39 10:34:54 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 10:34:54 ---> Running in e8a94f1a03e9 10:34:54 Removing intermediate container e8a94f1a03e9 10:34:54 ---> 359d748c441c 10:34:54 Step 6/7 : COPY go.mod . 10:34:54 ---> 191a1e366faf 10:34:54 Step 7/7 : RUN go mod download 10:34:54 ---> Running in cc43e2fef727 10:34:55 $ docker rm -f 6a66b60f27b499bd46626dd0ec173057f4a90121df0b1d11f5968ccfceda49cf [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:34:56 + docker inspect -f . ci-base-image-arm64 10:34:56 . [Pipeline] withDockerContainer 10:34:56 prd-ubuntu18.04-docker-arm64-4c-16g-24708 does not seem to be running inside a container 10:34:56 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/136 -v /w/workspace/go-mod-core-contracts/136:/w/workspace/go-mod-core-contracts/136:rw,z -v /w/workspace/go-mod-core-contracts/136@tmp:/w/workspace/go-mod-core-contracts/136@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 10:34:58 $ docker top e35da2b3acf1e04b49e18c7f7bc30db35510f5b49d33b8555ca8fb210cbe8b32 -eo pid,comm [Pipeline] { [Pipeline] sh 10:34:59 + make test 10:34:59 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 10:35:07 Removing intermediate container cc43e2fef727 10:35:07 ---> 52c92df2fddb 10:35:07 Successfully built 52c92df2fddb 10:35:07 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 10:35:07 + docker inspect -f . ci-base-image-x86_64 10:35:07 . [Pipeline] withDockerContainer 10:35:07 prd-centos7-docker-4c-2g-24709 does not seem to be running inside a container 10:35:07 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/136 -v /w/workspace/go-mod-core-contracts/136:/w/workspace/go-mod-core-contracts/136:rw,z -v /w/workspace/go-mod-core-contracts/136@tmp:/w/workspace/go-mod-core-contracts/136@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-x86_64 cat 10:35:08 $ docker top a3f4ce5fd497bc632592e0a6aba2d3ed87c08e2dc18cc89f60c6ff27e41cf615 -eo pid,comm [Pipeline] { [Pipeline] sh 10:35:08 + go version 10:35:08 go version go1.15.5 linux/amd64 [Pipeline] } 10:35:08 $ docker stop --time=1 a3f4ce5fd497bc632592e0a6aba2d3ed87c08e2dc18cc89f60c6ff27e41cf615 10:35:10 $ docker rm -f a3f4ce5fd497bc632592e0a6aba2d3ed87c08e2dc18cc89f60c6ff27e41cf615 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:35:11 + docker inspect -f . ci-base-image-x86_64 10:35:11 . [Pipeline] withDockerContainer 10:35:11 prd-centos7-docker-4c-2g-24709 does not seem to be running inside a container 10:35:11 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/136 -v /w/workspace/go-mod-core-contracts/136:/w/workspace/go-mod-core-contracts/136:rw,z -v /w/workspace/go-mod-core-contracts/136@tmp:/w/workspace/go-mod-core-contracts/136@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-x86_64 cat 10:35:12 $ docker top 1db3ebb7a11fd3c941ad1650e78364ff7581d059908c2ff9d975f83e52715d50 -eo pid,comm [Pipeline] { [Pipeline] sh 10:35:12 + make test 10:35:12 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 10:35:19 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] 10:35:19 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.023s coverage: 85.7% of statements 10:35:19 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.027s coverage: 100.0% of statements 10:35:20 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.030s coverage: 45.4% of statements 10:35:20 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.027s coverage: 77.8% of statements 10:35:20 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 10:35:21 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.014s coverage: 26.3% of statements 10:35:21 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.021s coverage: 14.7% of statements 10:35:21 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.008s coverage: 100.0% of statements 10:35:21 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.035s coverage: 91.8% of statements 10:35:21 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] 10:35:21 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] 10:35:21 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.005s coverage: 100.0% of statements 10:35:21 ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.011s coverage: 36.7% of statements 10:35:23 ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.017s coverage: 63.0% of statements 10:35:23 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.005s coverage: 26.3% of statements 10:35:23 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.012s coverage: 15.4% of statements 10:35:23 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.016s coverage: 15.4% of statements 10:35:23 ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.010s coverage: 14.3% of statements 10:35:23 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] 10:35:25 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.055s coverage: 84.8% of statements 10:35:25 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] 10:35:25 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] 10:35:25 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] 10:35:25 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.010s coverage: 49.2% of statements 10:35:25 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.023s coverage: 94.7% of statements 10:35:25 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.038s coverage: 88.7% of statements 10:35:25 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.008s coverage: 100.0% of statements 10:35:25 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models [no test files] 10:35:25 CGO_ENABLED=0 GO111MODULE=on go vet ./... 10:35:26 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] 10:35:26 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.063s coverage: 85.7% of statements 10:35:26 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.028s coverage: 100.0% of statements 10:35:26 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.046s coverage: 45.4% of statements 10:35:26 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.043s coverage: 77.8% of statements 10:35:26 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 10:35:26 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.041s coverage: 26.3% of statements 10:35:27 gofmt -l . 10:35:27 [ "`gofmt -l .`" = "" ] [Pipeline] } 10:35:27 $ docker stop --time=1 1db3ebb7a11fd3c941ad1650e78364ff7581d059908c2ff9d975f83e52715d50 10:35:27 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.044s coverage: 14.7% of statements 10:35:28 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.014s coverage: 100.0% of statements 10:35:28 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.085s coverage: 91.8% of statements 10:35:28 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] 10:35:28 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] 10:35:28 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.021s coverage: 100.0% of statements 10:35:29 ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.037s coverage: 36.7% of statements 10:35:30 $ docker rm -f 1db3ebb7a11fd3c941ad1650e78364ff7581d059908c2ff9d975f83e52715d50 [Pipeline] // withDockerContainer [Pipeline] sh 10:35:30 + sudo chown -R jenkins:jenkins . [Pipeline] stash 10:35:31 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 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 10:35:34 ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.087s coverage: 63.0% of statements 10:35:34 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.028s coverage: 26.3% of statements 10:35:34 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.029s coverage: 15.4% of statements 10:35:34 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.017s coverage: 15.4% of statements 10:35:34 ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.015s coverage: 14.3% of statements 10:35:34 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] 10:35:38 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.225s coverage: 84.8% of statements 10:35:38 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] 10:35:38 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] 10:35:38 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] 10:35:38 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.058s coverage: 49.2% of statements 10:35:38 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.025s coverage: 94.7% of statements 10:35:39 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.150s coverage: 88.7% of statements 10:35:39 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.029s coverage: 100.0% of statements 10:35:39 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models [no test files] 10:35:40 CGO_ENABLED=0 GO111MODULE=on go vet ./... 10:35:46 gofmt -l . 10:35:46 [ "`gofmt -l .`" = "" ] [Pipeline] } 10:35:47 $ docker stop --time=1 e35da2b3acf1e04b49e18c7f7bc30db35510f5b49d33b8555ca8fb210cbe8b32 10:35:49 $ docker rm -f e35da2b3acf1e04b49e18c7f7bc30db35510f5b49d33b8555ca8fb210cbe8b32 [Pipeline] // withDockerContainer [Pipeline] sh 10:35:50 + sudo chown -R jenkins:jenkins . [Pipeline] stash 10:35:50 Warning: overwriting stash ‘coverage-report’ 10:35:51 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] } [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 10:35:53 provisioning config files... 10:35:53 copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config2026888415467277907tmp [Pipeline] { [Pipeline] sh 10:35:53 + set +x 10:35:53 + curl -s https://codecov.io/bash 10:35:53 + bash -s -- 10:35:53 10:35:53 _____ _ 10:35:53 / ____| | | 10:35:53 | | ___ __| | ___ ___ _____ __ 10:35:53 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 10:35:53 | |___| (_) | (_| | __/ (_| (_) \ V / 10:35:53 \_____\___/ \__,_|\___|\___\___/ \_/ 10:35:53 Bash-20210129-7c25fce 10:35:53 10:35:53 10:35:53 ==> git version 2.24.3 found 10:35:53 ==> 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 10:35:53 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 10:35:53 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 10:35:53 ==> Jenkins CI detected. 10:35:53 project root: . 10:35:53 --> token set from env 10:35:53 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 10:35:53 ==> Running gcov in . (disable via -X gcov) 10:35:53 ==> Python coveragepy not found 10:35:53 ==> Searching for coverage reports in: 10:35:53 + . 10:35:53 -> Found 1 reports 10:35:53 ==> Detecting git/mercurial file structure 10:35:53 ==> Reading reports 10:35:53 + ./coverage.out bytes=147093 10:35:53 ==> Appending adjustments 10:35:53 https://docs.codecov.io/docs/fixing-reports 10:35:54 + Found adjustments 10:35:54 ==> Gzipping contents 10:35:54 24K /tmp/codecov.p228cr.gz 10:35:54 ==> Uploading reports 10:35:54 url: https://codecov.io 10:35:54 query: branch=master&commit=3266a8a064ea1e4186ba60e0f0ed5a83c04ee5f2&build=136&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2Fmaster%2F136%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=&job=&cmd_args= 10:35:54 -> Pinging Codecov 10:35:54 https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=master&commit=3266a8a064ea1e4186ba60e0f0ed5a83c04ee5f2&build=136&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2Fmaster%2F136%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=&job=&cmd_args= 10:35:55 -> Uploading to 10:35:55 https://storage.googleapis.com/codecov/v4/raw/2021-02-03/71470A77251A30514AAF9C0BB2E5B6CE/3266a8a064ea1e4186ba60e0f0ed5a83c04ee5f2/82e2aa8f-e238-46fb-8646-e185d6157f37.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210203%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210203T103555Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=81ac3ce6fb9fbca871ef7a2c340f0e7edb99a01d5ded84b25de03f3542935a83 10:35:55 % Total % Received % Xferd Average Speed Time Time Time Current 10:35:55 Dload Upload Total Spent Left Speed 10:35:56 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 22429 0 0 100 22429 0 46651 --:--:-- --:--:-- --:--:-- 46629 10:35:56 -> View reports at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/3266a8a064ea1e4186ba60e0f0ed5a83c04ee5f2 [Pipeline] } 10:35:56 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 10:35:56 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 10:35:57 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:35:57 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 10:35:57 10:35:57 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 10:35:57 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 10:35:57 1.410.4: Pulling from edgex-devops/edgex-snyk-go 10:35:57 188c0c94c7c5: Pulling fs layer 10:35:57 0ef7d3d256c8: Pulling fs layer 10:35:57 de9db76c5a1d: Pulling fs layer 10:35:57 0eba1c9be4d2: Pulling fs layer 10:35:57 0d57e429df01: Pulling fs layer 10:35:57 4e4be7b47b0d: Pulling fs layer 10:35:57 e1f770b5df2f: Pulling fs layer 10:35:57 85a0685a4137: Pulling fs layer 10:35:57 0d57e429df01: Waiting 10:35:57 e1f770b5df2f: Waiting 10:35:57 85a0685a4137: Waiting 10:35:57 0eba1c9be4d2: Waiting 10:35:57 4e4be7b47b0d: Waiting 10:35:57 de9db76c5a1d: Verifying Checksum 10:35:57 de9db76c5a1d: Download complete 10:35:57 0ef7d3d256c8: Download complete 10:35:57 0d57e429df01: Verifying Checksum 10:35:57 0d57e429df01: Download complete 10:35:57 188c0c94c7c5: Verifying Checksum 10:35:57 188c0c94c7c5: Download complete 10:35:57 4e4be7b47b0d: Verifying Checksum 10:35:57 4e4be7b47b0d: Download complete 10:35:58 188c0c94c7c5: Pull complete 10:35:58 0ef7d3d256c8: Pull complete 10:35:58 de9db76c5a1d: Pull complete 10:35:59 e1f770b5df2f: Verifying Checksum 10:35:59 e1f770b5df2f: Download complete 10:36:01 0eba1c9be4d2: Verifying Checksum 10:36:01 0eba1c9be4d2: Download complete 10:36:01 85a0685a4137: Verifying Checksum 10:36:01 85a0685a4137: Download complete 10:36:07 0eba1c9be4d2: Pull complete 10:36:07 0d57e429df01: Pull complete 10:36:07 4e4be7b47b0d: Pull complete 10:36:08 e1f770b5df2f: Pull complete 10:36:17 85a0685a4137: Pull complete 10:36:17 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 10:36:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 10:36:17 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 10:36:17 prd-centos7-docker-4c-2g-24707 does not seem to be running inside a container 10:36:17 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 10:36:18 $ docker top 1ede395c14d08623951bf2e8607d1a69373ad017f1de2715c3514c0b3980ea27 -eo pid,comm [Pipeline] { [Pipeline] echo 10:36:18 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 10:36:18 + set -o pipefail 10:36:18 + snyk monitor '--org=edgex-jenkins' 10:36:24 10:36:24 Monitoring /w/workspace/dry_go-mod-core-contracts_master (github.com/edgexfoundry/go-mod-core-contracts/v2)... 10:36:24 10:36:24 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/3f4394a4-4413-42ba-ada0-473d353def69/history/4eafb9a2-401c-4e13-9985-1b27f539909a 10:36:24 10:36:24 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 10:36:24 10:36:24 [Pipeline] } 10:36:24 $ docker stop --time=1 1ede395c14d08623951bf2e8607d1a69373ad017f1de2715c3514c0b3980ea27 10:36:26 $ docker rm -f 1ede395c14d08623951bf2e8607d1a69373ad017f1de2715c3514c0b3980ea27 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh 10:36:28 + git log --format=format:%s -1 3266a8a064ea1e4186ba60e0f0ed5a83c04ee5f2 [Pipeline] isUnix [Pipeline] sh 10:36:28 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:36:28 . [Pipeline] withDockerContainer 10:36:28 prd-centos7-docker-4c-2g-24707 does not seem to be running inside a container 10:36:28 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_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:10004/edgex-devops/git-semver:latest cat 10:36:29 $ docker top 8a19dcc3a32163f85555fe2db91b497b092fd5e8f38086323be41f696ae35dd3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:36:29 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:36:29 [ssh-agent] Looking for ssh-agent implementation... 10:36:29 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:36:29 $ docker exec 8a19dcc3a32163f85555fe2db91b497b092fd5e8f38086323be41f696ae35dd3 ssh-agent 10:36:29 SSH_AUTH_SOCK=/tmp/ssh-GKFufL3ZDrMF/agent.12 10:36:29 SSH_AGENT_PID=17 10:36:29 Running ssh-add (command line suppressed) 10:36:30 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_8779329220163705920.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_8779329220163705920.key) 10:36:30 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:36:30 + git semver tag 10:36:30 # -> Open(): unable to determine branch for HEAD 10:36:30 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 10:36:30 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 10:36:30 # $SEMVER_REMOTE_NAME = origin 10:36:30 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 10:36:30 # $SEMVER_USER_NAME = edgex-jenkins 10:36:30 # $SEMVER_BRANCH = master 10:36:30 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver 10:36:30 # 3266a8a064ea1e4186ba60e0f0ed5a83c04ee5f2 HEAD 10:36:30 # -> Force: false 10:36:30 # 0a584a1a18781da27b5c077c8cf3612d0b5a3931 refs/tags/v2.0.0-dev.18 [Pipeline] } 10:36:30 $ docker exec --env ******** --env ******** 8a19dcc3a32163f85555fe2db91b497b092fd5e8f38086323be41f696ae35dd3 ssh-agent -k 10:36:30 unset SSH_AUTH_SOCK; 10:36:30 unset SSH_AGENT_PID; 10:36:30 echo Agent pid 17 killed; 10:36:30 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:36:31 + git semver [Pipeline] } 10:36:31 $ docker stop --time=1 8a19dcc3a32163f85555fe2db91b497b092fd5e8f38086323be41f696ae35dd3 10:36:32 $ docker rm -f 8a19dcc3a32163f85555fe2db91b497b092fd5e8f38086323be41f696ae35dd3 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 10:36:33 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 10:36:33 10:36:33 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 10:36:33 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 10:36:33 0.23.1-centos7: Pulling from edgex-lftools 10:36:33 ab5ef0e58194: Pulling fs layer 10:36:33 9712f1f96733: Pulling fs layer 10:36:33 63f879dbbcfc: Pulling fs layer 10:36:33 0d9ebad4ef96: Pulling fs layer 10:36:33 e9a5061849ea: Pulling fs layer 10:36:33 d747dcd14b5f: Pulling fs layer 10:36:33 2de7ff778b66: Pulling fs layer 10:36:33 e9a5061849ea: Waiting 10:36:33 2de7ff778b66: Waiting 10:36:33 d747dcd14b5f: Waiting 10:36:33 0d9ebad4ef96: Waiting 10:36:33 9712f1f96733: Verifying Checksum 10:36:33 9712f1f96733: Download complete 10:36:35 63f879dbbcfc: Verifying Checksum 10:36:35 63f879dbbcfc: Download complete 10:36:35 e9a5061849ea: Verifying Checksum 10:36:35 e9a5061849ea: Download complete 10:36:35 d747dcd14b5f: Verifying Checksum 10:36:35 d747dcd14b5f: Download complete 10:36:35 0d9ebad4ef96: Verifying Checksum 10:36:35 0d9ebad4ef96: Download complete 10:36:35 2de7ff778b66: Verifying Checksum 10:36:35 2de7ff778b66: Download complete 10:36:36 ab5ef0e58194: Verifying Checksum 10:36:36 ab5ef0e58194: Download complete 10:36:40 ab5ef0e58194: Pull complete 10:36:40 9712f1f96733: Pull complete 10:36:43 63f879dbbcfc: Pull complete 10:36:48 0d9ebad4ef96: Pull complete 10:36:51 e9a5061849ea: Pull complete 10:36:51 d747dcd14b5f: Pull complete 10:36:54 2de7ff778b66: Pull complete 10:36:54 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 10:36:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 10:36:54 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 10:36:54 prd-centos7-docker-4c-2g-24707 does not seem to be running inside a container 10:36:54 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_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-lftools:0.23.1-centos7 cat 10:36:57 $ docker top 2b4ddbc6927615f6c194179518221d778c8aa15ffb8ee51517f77c408f833bcd -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 10:36:57 provisioning config files... 10:36:57 copy managed file [sigul-config] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config6760565328635500853tmp 10:36:57 copy managed file [sigul-password] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config3940104494184775688tmp 10:36:57 copy managed file [sigul-pki] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config280354817123908712tmp [Pipeline] { [Pipeline] echo 10:36:57 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 10:36:58 ---> sigul-configuration.sh 10:36:58 gpg: directory `/root/.gnupg' created 10:36:58 gpg: new configuration file `/root/.gnupg/gpg.conf' created 10:36:58 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 10:36:58 gpg: keyring `/root/.gnupg/secring.gpg' created 10:36:58 gpg: keyring `/root/.gnupg/pubring.gpg' created 10:36:58 gpg: CAST5 encrypted data 10:36:58 gpg: encrypted with 1 passphrase 10:36:58 gpg: WARNING: message was not integrity protected [Pipeline] sh 10:36:58 + mkdir /home/jenkins 10:36:58 + mkdir /home/jenkins/sigul [Pipeline] sh 10:36:58 + 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 10:36:58 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 10:36:59 ---> sigul-install.sh 10:37:04 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 10:37:04 + git tag --list 10:37:04 v0.0.0 10:37:04 v0.0.1 10:37:04 v0.1.0 10:37:04 v0.1.1 10:37:04 v0.1.10 10:37:04 v0.1.100 10:37:04 v0.1.101 10:37:04 v0.1.102 10:37:04 v0.1.103 10:37:04 v0.1.104 10:37:04 v0.1.105 10:37:04 v0.1.106 10:37:04 v0.1.107 10:37:04 v0.1.108 10:37:04 v0.1.109 10:37:04 v0.1.11 10:37:04 v0.1.110 10:37:04 v0.1.111 10:37:04 v0.1.112 10:37:04 v0.1.113 10:37:04 v0.1.114 10:37:04 v0.1.115 10:37:04 v0.1.116 10:37:04 v0.1.117 10:37:04 v0.1.118 10:37:04 v0.1.119 10:37:04 v0.1.12 10:37:04 v0.1.120 10:37:04 v0.1.121 10:37:04 v0.1.122 10:37:04 v0.1.123 10:37:04 v0.1.124 10:37:04 v0.1.125 10:37:04 v0.1.126 10:37:04 v0.1.127 10:37:04 v0.1.128 10:37:04 v0.1.129 10:37:04 v0.1.13 10:37:04 v0.1.130 10:37:04 v0.1.131 10:37:04 v0.1.132 10:37:04 v0.1.133 10:37:04 v0.1.134 10:37:04 v0.1.135 10:37:04 v0.1.136 10:37:04 v0.1.137 10:37:04 v0.1.138 10:37:04 v0.1.139 10:37:04 v0.1.14 10:37:04 v0.1.140 10:37:04 v0.1.141 10:37:04 v0.1.142 10:37:04 v0.1.143 10:37:04 v0.1.144 10:37:04 v0.1.145 10:37:04 v0.1.146 10:37:04 v0.1.147 10:37:04 v0.1.148 10:37:04 v0.1.149 10:37:04 v0.1.15 10:37:04 v0.1.16 10:37:04 v0.1.17 10:37:04 v0.1.18 10:37:04 v0.1.19 10:37:04 v0.1.2 10:37:04 v0.1.20 10:37:04 v0.1.21 10:37:04 v0.1.22 10:37:04 v0.1.23 10:37:04 v0.1.24 10:37:04 v0.1.25 10:37:04 v0.1.26 10:37:04 v0.1.27 10:37:04 v0.1.28 10:37:04 v0.1.29 10:37:04 v0.1.3 10:37:04 v0.1.30 10:37:04 v0.1.31 10:37:04 v0.1.32 10:37:04 v0.1.33 10:37:04 v0.1.34 10:37:04 v0.1.35 10:37:04 v0.1.36 10:37:04 v0.1.37 10:37:04 v0.1.38 10:37:04 v0.1.39 10:37:04 v0.1.4 10:37:04 v0.1.40 10:37:04 v0.1.41 10:37:04 v0.1.42 10:37:04 v0.1.43 10:37:04 v0.1.44 10:37:04 v0.1.45 10:37:04 v0.1.46 10:37:04 v0.1.47 10:37:04 v0.1.48 10:37:04 v0.1.49 10:37:04 v0.1.5 10:37:04 v0.1.50 10:37:04 v0.1.51 10:37:04 v0.1.52 10:37:04 v0.1.53 10:37:04 v0.1.54 10:37:04 v0.1.55 10:37:04 v0.1.56 10:37:04 v0.1.57 10:37:04 v0.1.58 10:37:04 v0.1.59 10:37:04 v0.1.6 10:37:04 v0.1.60 10:37:04 v0.1.61 10:37:04 v0.1.62 10:37:04 v0.1.63 10:37:04 v0.1.64 10:37:04 v0.1.65 10:37:04 v0.1.66 10:37:04 v0.1.67 10:37:04 v0.1.68 10:37:04 v0.1.69 10:37:04 v0.1.7 10:37:04 v0.1.70 10:37:04 v0.1.71 10:37:04 v0.1.72 10:37:04 v0.1.73 10:37:04 v0.1.74 10:37:04 v0.1.75 10:37:04 v0.1.76 10:37:04 v0.1.77 10:37:04 v0.1.78 10:37:04 v0.1.79 10:37:04 v0.1.8 10:37:04 v0.1.80 10:37:04 v0.1.81 10:37:04 v0.1.82 10:37:04 v0.1.83 10:37:04 v0.1.84 10:37:04 v0.1.85 10:37:04 v0.1.86 10:37:04 v0.1.87 10:37:04 v0.1.88 10:37:04 v0.1.89 10:37:04 v0.1.9 10:37:04 v0.1.90 10:37:04 v0.1.91 10:37:04 v0.1.92 10:37:04 v0.1.93 10:37:04 v0.1.94 10:37:04 v0.1.95 10:37:04 v0.1.96 10:37:04 v0.1.97 10:37:04 v0.1.98 10:37:04 v0.1.99 10:37:04 v2.0.0-dev.1 10:37:04 v2.0.0-dev.10 10:37:04 v2.0.0-dev.11 10:37:04 v2.0.0-dev.12 10:37:04 v2.0.0-dev.13 10:37:04 v2.0.0-dev.14 10:37:04 v2.0.0-dev.15 10:37:04 v2.0.0-dev.16 10:37:04 v2.0.0-dev.17 10:37:04 v2.0.0-dev.18 10:37:04 v2.0.0-dev.2 10:37:04 v2.0.0-dev.3 10:37:04 v2.0.0-dev.4 10:37:04 v2.0.0-dev.5 10:37:04 v2.0.0-dev.6 10:37:04 v2.0.0-dev.7 10:37:04 v2.0.0-dev.8 10:37:04 v2.0.0-dev.9 [Pipeline] sh 10:37:05 + lftools sign git-tag v2.0.0-dev.18 10:37:06 Signing Git tag with Sigul... 10:37:06 Signing v2.0.0-dev.18 [Pipeline] echo 10:37:07 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 10:37:07 ---> sigul-configuration-cleanup.sh [Pipeline] } 10:37:07 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 10:37:07 $ docker stop --time=1 2b4ddbc6927615f6c194179518221d778c8aa15ffb8ee51517f77c408f833bcd 10:37:09 $ docker rm -f 2b4ddbc6927615f6c194179518221d778c8aa15ffb8ee51517f77c408f833bcd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 10:37:11 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:37:11 . [Pipeline] withDockerContainer 10:37:11 prd-centos7-docker-4c-2g-24707 does not seem to be running inside a container 10:37:11 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_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:10004/edgex-devops/git-semver:latest cat 10:37:11 $ docker top eaa2febb5618171befc6360d4912812faeeb7f4e4e821956c83927ba85de0ecd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:37:12 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:37:12 [ssh-agent] Looking for ssh-agent implementation... 10:37:12 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:37:12 $ docker exec eaa2febb5618171befc6360d4912812faeeb7f4e4e821956c83927ba85de0ecd ssh-agent 10:37:12 SSH_AUTH_SOCK=/tmp/ssh-OJjgcOOzvqmn/agent.12 10:37:12 SSH_AGENT_PID=17 10:37:12 Running ssh-add (command line suppressed) 10:37:12 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_4270970462601929478.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_4270970462601929478.key) 10:37:12 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:37:13 + git semver bump pre 10:37:13 # -> Open(): unable to determine branch for HEAD 10:37:13 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 10:37:13 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 10:37:13 # $SEMVER_REMOTE_NAME = origin 10:37:13 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 10:37:13 # $SEMVER_USER_NAME = edgex-jenkins 10:37:13 # $SEMVER_BRANCH = master 10:37:13 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver 10:37:13 2.0.0-dev.19 [Pipeline] } 10:37:13 $ docker exec --env ******** --env ******** eaa2febb5618171befc6360d4912812faeeb7f4e4e821956c83927ba85de0ecd ssh-agent -k 10:37:13 unset SSH_AUTH_SOCK; 10:37:13 unset SSH_AGENT_PID; 10:37:13 echo Agent pid 17 killed; 10:37:13 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:37:13 + git semver [Pipeline] } 10:37:13 $ docker stop --time=1 eaa2febb5618171befc6360d4912812faeeb7f4e4e821956c83927ba85de0ecd 10:37:15 $ docker rm -f eaa2febb5618171befc6360d4912812faeeb7f4e4e821956c83927ba85de0ecd [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 10:37:15 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:37:15 . [Pipeline] withDockerContainer 10:37:15 prd-centos7-docker-4c-2g-24707 does not seem to be running inside a container 10:37:15 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_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:10004/edgex-devops/git-semver:latest cat 10:37:16 $ docker top 0e62e265375823be4c5fd731ce04b2f5bcd3c146addf0d6f0d0bb04743ad9ae4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:37:16 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:37:16 [ssh-agent] Looking for ssh-agent implementation... 10:37:16 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:37:16 $ docker exec 0e62e265375823be4c5fd731ce04b2f5bcd3c146addf0d6f0d0bb04743ad9ae4 ssh-agent 10:37:17 SSH_AUTH_SOCK=/tmp/ssh-eGg3Fvi2LFNz/agent.12 10:37:17 SSH_AGENT_PID=17 10:37:17 Running ssh-add (command line suppressed) 10:37:17 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_7958021549442965753.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_7958021549442965753.key) 10:37:17 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:37:17 + git semver push 10:37:17 # -> Open(): unable to determine branch for HEAD 10:37:17 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 10:37:17 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 10:37:17 # $SEMVER_REMOTE_NAME = origin 10:37:17 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 10:37:17 # $SEMVER_USER_NAME = edgex-jenkins 10:37:17 # $SEMVER_BRANCH = master 10:37:17 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } 10:37:24 $ docker exec --env ******** --env ******** 0e62e265375823be4c5fd731ce04b2f5bcd3c146addf0d6f0d0bb04743ad9ae4 ssh-agent -k 10:37:24 unset SSH_AUTH_SOCK; 10:37:24 unset SSH_AGENT_PID; 10:37:24 echo Agent pid 17 killed; 10:37:24 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:37:24 + git semver [Pipeline] } 10:37:24 $ docker stop --time=1 0e62e265375823be4c5fd731ce04b2f5bcd3c146addf0d6f0d0bb04743ad9ae4 10:37:26 $ docker rm -f 0e62e265375823be4c5fd731ce04b2f5bcd3c146addf0d6f0d0bb04743ad9ae4 [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 10:37:27 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 10:37:28 ---> package-listing.sh 10:37:28 ++ facter osfamily 10:37:28 ++ tr '[:upper:]' '[:lower:]' 10:37:28 + OS_FAMILY=redhat 10:37:28 + workspace=/w/workspace/dry_go-mod-core-contracts_master 10:37:28 + START_PACKAGES=/tmp/packages_start.txt 10:37:28 + END_PACKAGES=/tmp/packages_end.txt 10:37:28 + DIFF_PACKAGES=/tmp/packages_diff.txt 10:37:28 + PACKAGES=/tmp/packages_start.txt 10:37:28 + '[' /w/workspace/dry_go-mod-core-contracts_master ']' 10:37:28 + PACKAGES=/tmp/packages_end.txt 10:37:28 + case "${OS_FAMILY}" in 10:37:28 + rpm -qa 10:37:28 + sort 10:37:33 + '[' -f /tmp/packages_start.txt ']' 10:37:33 + '[' -f /tmp/packages_end.txt ']' 10:37:33 + diff /tmp/packages_start.txt /tmp/packages_end.txt 10:37:33 + '[' /w/workspace/dry_go-mod-core-contracts_master ']' 10:37:33 + mkdir -p /w/workspace/dry_go-mod-core-contracts_master/archives/ 10:37:33 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_master/archives/ [Pipeline] echo 10:37:33 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/dry_go-mod-core-contracts_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 10:37:33 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 10:37:34 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 10:37:34 10:37:34 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 10:37:34 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 10:37:34 alpine: Pulling from edgex-lftools-log-publisher 10:37:34 df20fa9351a1: Pulling fs layer 10:37:34 36b3adc4ff6f: Pulling fs layer 10:37:34 8ad3a11d3b57: Pulling fs layer 10:37:34 46f8f816bc3b: Pulling fs layer 10:37:34 93b61091891f: Pulling fs layer 10:37:34 93b9cdb0e59b: Pulling fs layer 10:37:34 5e14af77c1be: Pulling fs layer 10:37:34 01666e4c0597: Pulling fs layer 10:37:34 aa168da1d23b: Pulling fs layer 10:37:34 93b9cdb0e59b: Waiting 10:37:34 5e14af77c1be: Waiting 10:37:34 01666e4c0597: Waiting 10:37:34 aa168da1d23b: Waiting 10:37:34 46f8f816bc3b: Waiting 10:37:34 93b61091891f: Waiting 10:37:34 36b3adc4ff6f: Download complete 10:37:34 46f8f816bc3b: Verifying Checksum 10:37:34 46f8f816bc3b: Download complete 10:37:34 df20fa9351a1: Verifying Checksum 10:37:34 df20fa9351a1: Download complete 10:37:34 93b9cdb0e59b: Verifying Checksum 10:37:34 93b9cdb0e59b: Download complete 10:37:34 93b61091891f: Download complete 10:37:34 5e14af77c1be: Verifying Checksum 10:37:34 5e14af77c1be: Download complete 10:37:34 01666e4c0597: Verifying Checksum 10:37:34 01666e4c0597: Download complete 10:37:34 8ad3a11d3b57: Verifying Checksum 10:37:34 8ad3a11d3b57: Download complete 10:37:35 df20fa9351a1: Pull complete 10:37:35 36b3adc4ff6f: Pull complete 10:37:36 aa168da1d23b: Verifying Checksum 10:37:36 aa168da1d23b: Download complete 10:37:36 8ad3a11d3b57: Pull complete 10:37:36 46f8f816bc3b: Pull complete 10:37:37 93b61091891f: Pull complete 10:37:37 93b9cdb0e59b: Pull complete 10:37:37 5e14af77c1be: Pull complete 10:37:37 01666e4c0597: Pull complete 10:37:45 aa168da1d23b: Pull complete 10:37:45 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 10:37:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 10:37:45 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 10:37:46 prd-centos7-docker-4c-2g-24707 does not seem to be running inside a container 10:37:47 $ 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/dry_go-mod-core-contracts_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_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-lftools-log-publisher:alpine cat 10:37:50 $ docker top 0da966724e4de16ff6faf0db0552a7eadef0920d2f19b8cd0da35e13cf28a4f0 -eo pid,comm [Pipeline] { [Pipeline] sh 10:37:50 + touch /tmp/pre-build-complete [Pipeline] sh 10:37:51 + mkdir -p /var/log/sa [Pipeline] sh 10:37:51 + ls /var/log/sa-host 10:37:51 + sadf -c /var/log/sa-host/sa03 10:37:51 file_magic: OK 10:37:51 HZ: Using current value: 100 10:37:51 file_header: OK 10:37:51 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 10:37:51 Statistics: 10:37:51 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 10:37:51 File successfully converted to sysstat format version 12.2.1 10:37:51 + sadf -c /var/log/sa-host/sa23 10:37:51 file_magic: OK 10:37:51 HZ: Using current value: 100 10:37:51 file_header: OK 10:37:51 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 10:37:51 Statistics: 10:37:51 Hnuu...uuuununununu... 10:37:51 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:37:52 provisioning config files... 10:37:52 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config4670015854797831277tmp [Pipeline] { [Pipeline] echo 10:37:52 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 10:37:52 ---> create-netrc.sh [Pipeline] } 10:37:52 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 10:37:52 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 10:37:53 ---> python-tools-install.sh [Pipeline] echo 10:37:53 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 10:37:53 ---> sudo-logs.sh 10:37:53 Archiving 'sudo' log.. [Pipeline] echo 10:37:53 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 10:37:53 ---> job-cost.sh 10:37:53 lf-activate-venv: SKIPPING 10:37:53 INFO: No Stack... 10:37:55 INFO: Retrieving Pricing Info for: v1-standard-2 10:37:55 INFO: Archiving Costs [Pipeline] echo 10:37:55 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 10:37:55 ---> logs-deploy.sh 10:37:55 lf-activate-venv: SKIPPING 10:37:55 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/master/136 10:37:55 INFO: archiving workspace using pattern(s): 10:37:57 Archives upload complete. 10:37:57 INFO: archiving logs to Nexus 10:37:58 ---> uname -a: 10:37:58 Linux prd-centos7-docker-4c-2g-24707.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 10:37:58 10:37:58 10:37:58 ---> lscpu: 10:37:58 Architecture: x86_64 10:37:58 CPU op-mode(s): 32-bit, 64-bit 10:37:58 Byte Order: Little Endian 10:37:58 Address sizes: 40 bits physical, 48 bits virtual 10:37:58 CPU(s): 4 10:37:58 On-line CPU(s) list: 0-3 10:37:58 Thread(s) per core: 1 10:37:58 Core(s) per socket: 1 10:37:58 Socket(s): 4 10:37:58 NUMA node(s): 1 10:37:58 Vendor ID: GenuineIntel 10:37:58 CPU family: 6 10:37:58 Model: 44 10:37:58 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 10:37:58 Stepping: 1 10:37:58 CPU MHz: 2933.436 10:37:58 BogoMIPS: 5866.87 10:37:58 Virtualization: VT-x 10:37:58 Hypervisor vendor: KVM 10:37:58 Virtualization type: full 10:37:58 L1d cache: 128 KiB 10:37:58 L1i cache: 128 KiB 10:37:58 L2 cache: 16 MiB 10:37:58 L3 cache: 64 MiB 10:37:58 NUMA node0 CPU(s): 0-3 10:37:58 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 10:37:58 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 10:37:58 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 10:37:58 Vulnerability Meltdown: Mitigation; PTI 10:37:58 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 10:37:58 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 10:37:58 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 10:37:58 Vulnerability Srbds: Not affected 10:37:58 Vulnerability Tsx async abort: Not affected 10:37:58 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 10:37:58 10:37:58 10:37:58 ---> nproc: 10:37:58 4 10:37:58 10:37:58 10:37:58 ---> df -h: 10:37:58 Filesystem Size Used Available Use% Mounted on 10:37:58 overlay 50.0G 8.5G 41.4G 17% / 10:37:58 tmpfs 64.0M 0 64.0M 0% /dev 10:37:58 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 10:37:58 shm 64.0M 0 64.0M 0% /dev/shm 10:37:58 /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os 10:37:58 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf 10:37:58 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname 10:37:58 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts 10:37:58 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/dry_go-mod-core-contracts_master 10:37:58 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/dry_go-mod-core-contracts_master@tmp 10:37:58 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host 10:37:58 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure 10:37:58 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log 10:37:58 /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json 10:37:58 10:37:58 10:37:58 ---> free -m: 10:37:58 total used free shared buff/cache available 10:37:58 Mem: 1837 837 141 0 858 935 10:37:58 Swap: 1023 3 1020 10:37:58 10:37:58 10:37:58 ---> ip addr: 10:37:58 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 10:37:58 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 10:37:58 inet 127.0.0.1/8 scope host lo 10:37:58 valid_lft forever preferred_lft forever 10:37:58 inet6 ::1/128 scope host 10:37:58 valid_lft forever preferred_lft forever 10:37:58 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 10:37:58 link/ether fa:16:3e:ef:85:96 brd ff:ff:ff:ff:ff:ff 10:37:58 inet 10.30.122.28/23 brd 10.30.123.255 scope global dynamic eth0 10:37:58 valid_lft 85976sec preferred_lft 85976sec 10:37:58 inet6 fe80::f816:3eff:feef:8596/64 scope link 10:37:58 valid_lft forever preferred_lft forever 10:37:58 3: docker0: mtu 1500 qdisc noqueue state DOWN 10:37:58 link/ether 02:42:5e:89:19:07 brd ff:ff:ff:ff:ff:ff 10:37:58 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 10:37:58 valid_lft forever preferred_lft forever 10:37:58 inet6 fe80::42:5eff:fe89:1907/64 scope link 10:37:58 valid_lft forever preferred_lft forever 10:37:58 10:37:58 10:37:58 ---> sar -b -r -n DEV: 10:37:58 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/03/21 _x86_64_ (4 CPU) 10:37:58 10:37:58 10:30:42 LINUX RESTART (4 CPU) 10:37:58 10:37:58 10:31:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 10:37:58 10:32:01 157.85 63.81 94.04 0.00 8301.65 39455.05 0.00 10:37:58 10:33:01 2.20 0.00 2.20 0.00 0.00 50.61 0.00 10:37:58 10:34:01 0.23 0.00 0.23 0.00 0.00 3.20 0.00 10:37:58 10:35:01 0.27 0.00 0.27 0.00 0.00 3.26 0.00 10:37:58 10:36:01 10.81 2.28 8.53 0.00 439.39 5021.74 0.00 10:37:58 10:37:01 444.67 223.90 220.77 0.00 11422.73 60688.13 0.00 10:37:58 Average: 102.70 48.34 54.35 0.00 3361.42 17541.55 0.00 10:37:58 10:37:58 10:31:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 10:37:58 10:32:01 151208 0 610332 32.44 2620 1117384 1102792 37.64 409912 1119400 132 10:37:58 10:33:01 153512 0 607908 32.31 2620 1117504 1100292 37.55 411132 1117124 20 10:37:58 10:34:01 155676 0 605740 32.19 2620 1117508 1074700 36.68 418776 1107548 20 10:37:58 10:35:01 155388 0 606028 32.21 2620 1117508 1074772 36.68 419200 1107548 8 10:37:58 10:36:01 74544 0 681980 36.25 2620 1122400 1502380 51.27 498416 1102176 21628 10:37:58 10:37:01 68956 0 838668 44.57 1492 972428 1302380 44.45 629112 842388 9380 10:37:58 Average: 126547 0 658443 34.99 2432 1094122 1192886 40.71 464425 1066031 5198 10:37:58 10:37:58 10:31:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 10:37:58 10:32:01 eth0 551.61 340.72 1082.97 93.82 0.00 0.00 0.00 0.00 10:37:58 10:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:37:58 10:32:01 docker0 9.09 7.41 1.79 18.65 0.00 0.00 0.00 0.00 10:37:58 10:33:01 eth0 4.13 1.83 3.16 0.14 0.00 0.00 0.00 0.00 10:37:58 10:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:37:58 10:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:37:58 10:34:01 eth0 0.98 0.38 0.32 0.20 0.00 0.00 0.00 0.00 10:37:58 10:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:37:58 10:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:37:58 10:35:01 eth0 0.60 0.32 0.28 0.20 0.00 0.00 0.00 0.00 10:37:58 10:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:37:58 10:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:37:58 10:36:01 eth0 429.52 385.30 4047.21 29.22 0.00 0.00 0.00 0.00 10:37:58 10:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:37:58 10:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:37:58 10:37:01 veth584fe72 30.87 50.34 2.05 153.26 0.00 0.00 0.00 0.00 10:37:58 10:37:01 eth0 479.91 407.99 3537.43 63.57 0.00 0.00 0.00 0.00 10:37:58 10:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:37:58 10:37:01 docker0 50.82 69.70 3.18 282.26 0.00 0.00 0.00 0.00 10:37:58 Average: veth584fe72 5.15 8.39 0.34 25.55 0.00 0.00 0.00 0.00 10:37:58 Average: eth0 244.55 189.50 1446.02 31.20 0.00 0.00 0.00 0.00 10:37:58 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:37:58 Average: docker0 9.99 12.85 0.83 50.17 0.00 0.00 0.00 0.00 10:37:58 10:37:58 10:37:58 ---> sar -P ALL: 10:37:58 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/03/21 _x86_64_ (4 CPU) 10:37:58 10:37:58 10:30:42 LINUX RESTART (4 CPU) 10:37:58 10:37:58 10:31:01 CPU %user %nice %system %iowait %steal %idle 10:37:58 10:32:01 all 14.26 0.00 5.82 5.95 0.11 73.86 10:37:58 10:32:01 0 11.31 0.00 6.12 3.99 0.15 78.42 10:37:58 10:32:01 1 12.66 0.00 5.68 6.25 0.10 75.31 10:37:58 10:32:01 2 17.54 0.00 4.55 7.56 0.07 70.28 10:37:58 10:32:01 3 15.51 0.00 6.93 6.00 0.14 71.43 10:37:58 10:33:01 all 0.21 0.00 0.05 0.00 0.01 99.73 10:37:58 10:33:01 0 0.10 0.00 0.07 0.00 0.00 99.83 10:37:58 10:33:01 1 0.07 0.00 0.05 0.00 0.02 99.87 10:37:58 10:33:01 2 0.58 0.00 0.05 0.00 0.03 99.33 10:37:58 10:33:01 3 0.08 0.00 0.05 0.00 0.00 99.87 10:37:58 10:34:01 all 0.16 0.00 0.05 0.00 0.00 99.78 10:37:58 10:34:01 0 0.03 0.00 0.03 0.00 0.00 99.93 10:37:58 10:34:01 1 0.05 0.00 0.10 0.00 0.00 99.85 10:37:58 10:34:01 2 0.50 0.00 0.05 0.00 0.02 99.43 10:37:58 10:34:01 3 0.05 0.00 0.03 0.00 0.00 99.92 10:37:58 10:35:01 all 0.15 0.00 0.02 0.00 0.00 99.83 10:37:58 10:35:01 0 0.03 0.00 0.02 0.00 0.00 99.95 10:37:58 10:35:01 1 0.03 0.00 0.03 0.00 0.00 99.93 10:37:58 10:35:01 2 0.48 0.00 0.02 0.00 0.00 99.50 10:37:58 10:35:01 3 0.03 0.00 0.02 0.00 0.02 99.93 10:37:58 10:36:01 all 1.94 0.00 1.07 0.13 0.06 96.80 10:37:58 10:36:01 0 1.80 0.00 1.31 0.00 0.05 96.84 10:37:58 10:36:01 1 1.74 0.00 0.97 0.17 0.08 97.04 10:37:58 10:36:01 2 2.12 0.00 0.95 0.08 0.07 96.77 10:37:58 10:36:01 3 2.09 0.00 1.05 0.27 0.05 96.54 10:37:58 10:37:01 all 15.88 0.00 9.79 4.30 0.27 69.76 10:37:58 10:37:01 0 15.23 0.00 9.43 4.58 0.26 70.51 10:37:58 10:37:01 1 14.58 0.00 10.51 4.20 0.28 70.44 10:37:58 10:37:01 2 16.76 0.00 9.22 4.26 0.28 69.48 10:37:58 10:37:01 3 16.95 0.00 10.01 4.16 0.26 68.62 10:37:58 Average: all 5.35 0.00 2.76 1.71 0.08 90.11 10:37:58 Average: 0 4.68 0.00 2.78 1.40 0.08 91.06 10:37:58 Average: 1 4.79 0.00 2.84 1.75 0.08 90.54 10:37:58 Average: 2 6.26 0.00 2.43 1.96 0.08 89.27 10:37:58 Average: 3 5.69 0.00 2.96 1.71 0.08 89.56 10:37:58 10:37:58 10:37:58