Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 747e68f9da97596da4a07287b22afd0d9f009cce 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 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-23930’ Running on prd-centos7-docker-4c-2g-23933 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 Checking out Revision 747e68f9da97596da4a07287b22afd0d9f009cce (master) > 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 > git config core.sparsecheckout # timeout=10 > git checkout -f 747e68f9da97596da4a07287b22afd0d9f009cce # timeout=10 Commit message: "Merge pull request #427 from weichou1229/issue-426" > git rev-list --no-walk 337c75df5eb35b884f50a4fa8a04dc561197abfa # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 08:26:16 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 08:26:16 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 08:26:16 ========================================================= 08:26:16 EdgeX Global Pipelines Version Info 08:26:16 ========================================================= [Pipeline] libraryResource [Pipeline] sh 08:26:18 ------------------- 08:26:18 stable info: 08:26:18 ------------------- 08:26:18 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 08:26:18 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 08:26:18 Message: update stable to v1.0.179 08:26:19 ------------------- 08:26:19 experimental info: 08:26:19 ------------------- 08:26:19 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 08:26:19 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 08:26:19 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 08:26:19 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo 08:26:19 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo 08:26:19 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 08:26:19 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 08:26:19 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 08:26:20 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 08:26:20 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 08:26:20 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 08:26:20 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 08:26:20 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 08:26:20 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 08:26:20 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo 08:26:20 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 08:26:20 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 08:26:21 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 08:26:21 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 08:26:21 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 08:26:21 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 08:26:21 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 08:26:21 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 08:26:21 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 08:26:21 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 08:26:21 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 08:26:21 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 08:26:22 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 08:26:22 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 08:26:22 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 08:26:22 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 08:26:22 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 08:26:22 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 08:26:22 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 747e68f9da97596da4a07287b22afd0d9f009cce [Pipeline] echo 08:26:22 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 747e68f [Pipeline] echo 08:26:22 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 08:26:23 + git log --format=format:%s -1 747e68f9da97596da4a07287b22afd0d9f009cce [Pipeline] echo 08:26:23 GIT_COMMIT: 747e68f9da97596da4a07287b22afd0d9f009cce, Commit Message: Merge pull request #427 from weichou1229/issue-426 [Pipeline] echo 08:26:23 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 08:26:24 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:26:24 08:26:24 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 08:26:24 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:26:24 latest: Pulling from edgex-devops/git-semver 08:26:24 31603596830f: Pulling fs layer 08:26:24 2a8b12db71e7: Pulling fs layer 08:26:24 6ca5941a6612: Pulling fs layer 08:26:24 ecc8261a40a4: Pulling fs layer 08:26:24 ecc8261a40a4: Waiting 08:26:24 2a8b12db71e7: Verifying Checksum 08:26:24 2a8b12db71e7: Download complete 08:26:25 31603596830f: Download complete 08:26:25 ecc8261a40a4: Verifying Checksum 08:26:25 ecc8261a40a4: Download complete 08:26:25 6ca5941a6612: Verifying Checksum 08:26:25 31603596830f: Pull complete 08:26:25 2a8b12db71e7: Pull complete 08:26:26 6ca5941a6612: Pull complete 08:26:26 ecc8261a40a4: Pull complete 08:26:26 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 08:26:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:26:26 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 08:26:26 prd-centos7-docker-4c-2g-23933 does not seem to be running inside a container 08:26:26 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 08:26:29 $ docker top e6159fa1918e12b1ec3d539d6878554e7e152d7f8e937b261d84b7e36a9dceb8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:26:29 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:26:29 [ssh-agent] Looking for ssh-agent implementation... 08:26:29 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:26:29 $ docker exec e6159fa1918e12b1ec3d539d6878554e7e152d7f8e937b261d84b7e36a9dceb8 ssh-agent 08:26:30 SSH_AUTH_SOCK=/tmp/ssh-TKIAA46zAR2P/agent.12 08:26:30 SSH_AGENT_PID=17 08:26:30 Running ssh-add (command line suppressed) 08:26:30 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_4346176401854570389.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_4346176401854570389.key) 08:26:30 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:26:30 + git tag --points-at HEAD [Pipeline] } 08:26:30 $ docker exec --env ******** --env ******** e6159fa1918e12b1ec3d539d6878554e7e152d7f8e937b261d84b7e36a9dceb8 ssh-agent -k 08:26:30 unset SSH_AUTH_SOCK; 08:26:30 unset SSH_AGENT_PID; 08:26:30 echo Agent pid 17 killed; 08:26:30 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 08:26:31 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:26:31 [ssh-agent] Looking for ssh-agent implementation... 08:26:31 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:26:31 $ docker exec e6159fa1918e12b1ec3d539d6878554e7e152d7f8e937b261d84b7e36a9dceb8 ssh-agent 08:26:31 SSH_AUTH_SOCK=/tmp/ssh-7oek9nuh0AFn/agent.46 08:26:31 SSH_AGENT_PID=52 08:26:31 Running ssh-add (command line suppressed) 08:26:31 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_5550835799148027389.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_5550835799148027389.key) 08:26:31 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:26:31 + git semver init 08:26:31 # -> Open(): unable to determine branch for HEAD 08:26:31 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 08:26:31 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 08:26:31 # $SEMVER_REMOTE_NAME = origin 08:26:31 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 08:26:31 # $SEMVER_USER_NAME = edgex-jenkins 08:26:31 # $SEMVER_BRANCH = master 08:26:31 # $SEMVER_TEMP = /tmp/semver-578853104 08:26:31 # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP 08:26:33 # '/tmp/semver-578853104' -> '/w/workspace/dry_go-mod-core-contracts_master/.semver' 08:26:33 # -> Force: false 08:26:33 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } 08:26:33 $ docker exec --env ******** --env ******** e6159fa1918e12b1ec3d539d6878554e7e152d7f8e937b261d84b7e36a9dceb8 ssh-agent -k 08:26:33 unset SSH_AUTH_SOCK; 08:26:33 unset SSH_AGENT_PID; 08:26:33 echo Agent pid 52 killed; 08:26:33 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:26:33 + git semver [Pipeline] } 08:26:33 $ docker stop --time=1 e6159fa1918e12b1ec3d539d6878554e7e152d7f8e937b261d84b7e36a9dceb8 08:26:35 $ docker rm -f e6159fa1918e12b1ec3d539d6878554e7e152d7f8e937b261d84b7e36a9dceb8 [Pipeline] // withDockerContainer [Pipeline] sh 08:26:36 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 08:26:36 Stashed 1 file(s) [Pipeline] echo 08:26:36 [edgeXSemver]: initialized semver on version 2.0.0-dev.12 [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 08:26:52 Still waiting to schedule task 08:26:52 Waiting for next available executor on ‘centos7-docker-4c-2g’ 08:26:52 Still waiting to schedule task 08:26:52 Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-23931’ 08:29:19 Running on prd-centos7-docker-4c-2g-23934 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws 08:29:19 Running in /w/workspace/go-mod-core-contracts/130 [Pipeline] { [Pipeline] checkout 08:29:21 using credential edgex-jenkins-ssh 08:29:21 Cloning the remote Git repository 08:29:21 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 08:29:21 > git init /w/workspace/go-mod-core-contracts/130 # timeout=10 08:29:21 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 08:29:21 > git --version # timeout=10 08:29:21 > git --version # 'git version 2.24.3' 08:29:21 using GIT_SSH to set credentials SSH Credentials for GitHub 08:29:21 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 08:29:22 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 08:29:22 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 08:29:22 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 08:29:22 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 08:29:22 using GIT_SSH to set credentials SSH Credentials for GitHub 08:29:22 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 08:29:22 Checking out Revision 747e68f9da97596da4a07287b22afd0d9f009cce (master) 08:29:22 > git config core.sparsecheckout # timeout=10 08:29:22 > git checkout -f 747e68f9da97596da4a07287b22afd0d9f009cce # timeout=10 08:29:26 Commit message: "Merge pull request #427 from weichou1229/issue-426" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 08:29:27 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 08:29:28 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 08:29:28 + sudo service docker restart 08:29:28 + true 08:29:28 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 08:29:29 ========================================================= 08:29:29 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 08:29:29 ========================================================= [Pipeline] isUnix [Pipeline] sh 08:29:30 + 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 . 08:29:30 Sending build context to Docker daemon 2.407MB 08:29:30 Step 1/7 : ARG BASE=golang:1.15-alpine 08:29:30 Step 2/7 : FROM ${BASE} 08:29:30 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 08:29:30 188c0c94c7c5: Pulling fs layer 08:29:30 0ef7d3d256c8: Pulling fs layer 08:29:30 de9db76c5a1d: Pulling fs layer 08:29:30 bca2f99d35d6: Pulling fs layer 08:29:30 93359f2a8cfa: Pulling fs layer 08:29:30 7c6f9722023f: Pulling fs layer 08:29:30 a35cf1a2eb13: Pulling fs layer 08:29:30 93359f2a8cfa: Waiting 08:29:30 7c6f9722023f: Waiting 08:29:30 a35cf1a2eb13: Waiting 08:29:30 bca2f99d35d6: Waiting 08:29:30 de9db76c5a1d: Verifying Checksum 08:29:30 de9db76c5a1d: Download complete 08:29:30 0ef7d3d256c8: Download complete 08:29:30 93359f2a8cfa: Verifying Checksum 08:29:30 93359f2a8cfa: Download complete 08:29:30 7c6f9722023f: Verifying Checksum 08:29:30 7c6f9722023f: Download complete 08:29:30 188c0c94c7c5: Download complete 08:29:30 188c0c94c7c5: Pull complete 08:29:31 0ef7d3d256c8: Pull complete 08:29:31 de9db76c5a1d: Pull complete 08:29:32 a35cf1a2eb13: Verifying Checksum 08:29:32 a35cf1a2eb13: Download complete 08:29:32 bca2f99d35d6: Verifying Checksum 08:29:32 bca2f99d35d6: Download complete 08:29:38 bca2f99d35d6: Pull complete 08:29:38 93359f2a8cfa: Pull complete 08:29:38 7c6f9722023f: Pull complete 08:29:43 a35cf1a2eb13: Pull complete 08:29:43 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 08:29:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 08:29:43 ---> a62c8e92a672 08:29:43 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 08:29:43 ---> Running in 6bd3e46d56b9 08:29:43 Removing intermediate container 6bd3e46d56b9 08:29:43 ---> eb319d0d95c7 08:29:43 Step 4/7 : RUN apk add bash 08:29:43 ---> Running in 5a653bf9dd8e 08:29:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:29:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:29:45 OK: 166 MiB in 39 packages 08:29:46 Removing intermediate container 5a653bf9dd8e 08:29:46 ---> dbef56a81b1c 08:29:46 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 08:29:46 ---> Running in 212b28d2db92 08:29:46 Removing intermediate container 212b28d2db92 08:29:46 ---> 9abe7d665786 08:29:46 Step 6/7 : COPY go.mod . 08:29:46 ---> d4531b8bef53 08:29:46 Step 7/7 : RUN go mod download 08:29:46 ---> Running in f1c6b84d3438 08:29:59 Removing intermediate container f1c6b84d3438 08:29:59 ---> f335a6070d47 08:29:59 Successfully built f335a6070d47 08:29:59 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 08:29:59 + docker inspect -f . ci-base-image-x86_64 08:29:59 . [Pipeline] withDockerContainer 08:29:59 prd-centos7-docker-4c-2g-23934 does not seem to be running inside a container 08:29:59 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/130 -v /w/workspace/go-mod-core-contracts/130:/w/workspace/go-mod-core-contracts/130:rw,z -v /w/workspace/go-mod-core-contracts/130@tmp:/w/workspace/go-mod-core-contracts/130@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 ******** ci-base-image-x86_64 cat 08:30:00 $ docker top adbe15528acf9b68e73f8e5923b37f0c9a40e99da2d2fd483606ec4a08d49d78 -eo pid,comm [Pipeline] { [Pipeline] sh 08:30:00 + go version 08:30:00 go version go1.15.5 linux/amd64 [Pipeline] } 08:30:00 $ docker stop --time=1 adbe15528acf9b68e73f8e5923b37f0c9a40e99da2d2fd483606ec4a08d49d78 08:30:02 $ docker rm -f adbe15528acf9b68e73f8e5923b37f0c9a40e99da2d2fd483606ec4a08d49d78 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:30:02 + docker inspect -f . ci-base-image-x86_64 08:30:02 . [Pipeline] withDockerContainer 08:30:03 prd-centos7-docker-4c-2g-23934 does not seem to be running inside a container 08:30:03 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/130 -v /w/workspace/go-mod-core-contracts/130:/w/workspace/go-mod-core-contracts/130:rw,z -v /w/workspace/go-mod-core-contracts/130@tmp:/w/workspace/go-mod-core-contracts/130@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 ******** ci-base-image-x86_64 cat 08:30:03 $ docker top 27c4739899b335e3edb904e2be4fd8c893155a202bd89943322703ac0d5c22af -eo pid,comm [Pipeline] { [Pipeline] sh 08:30:04 + make test 08:30:04 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 08:30:10 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] 08:30:11 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.056s coverage: 85.7% of statements 08:30:11 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.010s coverage: 100.0% of statements 08:30:11 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.023s coverage: 45.4% of statements 08:30:11 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.017s coverage: 77.8% of statements 08:30:11 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 08:30:11 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.026s coverage: 26.3% of statements 08:30:12 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.015s coverage: 14.7% of statements 08:30:12 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.015s coverage: 100.0% of statements 08:30:12 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.031s coverage: 91.8% of statements 08:30:12 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] 08:30:12 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] 08:30:12 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.024s coverage: 100.0% of statements 08:30:12 ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.006s coverage: 36.7% of statements 08:30:14 ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.022s coverage: 63.0% of statements 08:30:14 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.026s coverage: 26.3% of statements 08:30:14 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.005s coverage: 15.4% of statements 08:30:14 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.009s coverage: 15.4% of statements 08:30:14 ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.006s coverage: 14.3% of statements 08:30:14 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] 08:30:16 Running on prd-ubuntu18.04-docker-arm64-4c-16g-23935 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws 08:30:16 Running in /w/workspace/go-mod-core-contracts/130 [Pipeline] { [Pipeline] checkout 08:30:16 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.057s coverage: 84.8% of statements 08:30:16 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] 08:30:16 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] 08:30:16 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] 08:30:16 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.018s coverage: 39.1% of statements 08:30:16 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.011s coverage: 94.4% of statements 08:30:17 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.034s coverage: 92.9% of statements 08:30:17 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.007s coverage: 100.0% of statements 08:30:17 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models [no test files] 08:30:17 CGO_ENABLED=0 GO111MODULE=on go vet ./... 08:30:18 gofmt -l . 08:30:18 [ "`gofmt -l .`" = "" ] [Pipeline] } 08:30:19 $ docker stop --time=1 27c4739899b335e3edb904e2be4fd8c893155a202bd89943322703ac0d5c22af 08:30:21 using credential edgex-jenkins-ssh 08:30:21 $ docker rm -f 27c4739899b335e3edb904e2be4fd8c893155a202bd89943322703ac0d5c22af 08:30:21 Cloning the remote Git repository [Pipeline] // withDockerContainer [Pipeline] sh 08:30:22 + sudo chown -R jenkins:jenkins . [Pipeline] stash 08:30:22 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } 08:30:21 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 08:30:21 > git init /w/workspace/go-mod-core-contracts/130 # timeout=10 08:30:21 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 08:30:21 > git --version # timeout=10 08:30:22 > git --version # 'git version 2.17.1' 08:30:22 using GIT_SSH to set credentials SSH Credentials for GitHub 08:30:22 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [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 08:30:23 Checking out Revision 747e68f9da97596da4a07287b22afd0d9f009cce (master) [Pipeline] } 08:30:23 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 08:30:23 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 08:30:23 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 08:30:23 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 08:30:23 using GIT_SSH to set credentials SSH Credentials for GitHub 08:30:23 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 08:30:23 > git config core.sparsecheckout # timeout=10 08:30:23 > git checkout -f 747e68f9da97596da4a07287b22afd0d9f009cce # timeout=10 08:30:28 Commit message: "Merge pull request #427 from weichou1229/issue-426" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 08:30:29 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 08:30:30 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 08:30:30 + + sudo servicetrue docker 08:30:30 restart [Pipeline] unstash [Pipeline] echo 08:30:33 ========================================================= 08:30:33 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 08:30:33 ========================================================= [Pipeline] isUnix [Pipeline] sh 08:30:34 + 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 . 08:30:35 Sending build context to Docker daemon 2.406MB 08:30:35 Step 1/7 : ARG BASE=golang:1.15-alpine 08:30:35 Step 2/7 : FROM ${BASE} 08:30:35 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 08:30:35 5f621e34cdf4: Pulling fs layer 08:30:35 a4357932f1b6: Pulling fs layer 08:30:35 18c013af1878: Pulling fs layer 08:30:35 00ac8860ef70: Pulling fs layer 08:30:35 63d7cb157983: Pulling fs layer 08:30:35 b116817d02f9: Pulling fs layer 08:30:35 745a02a5169b: Pulling fs layer 08:30:35 00ac8860ef70: Waiting 08:30:35 63d7cb157983: Waiting 08:30:35 b116817d02f9: Waiting 08:30:35 745a02a5169b: Waiting 08:30:35 18c013af1878: Verifying Checksum 08:30:35 18c013af1878: Download complete 08:30:35 a4357932f1b6: Verifying Checksum 08:30:35 a4357932f1b6: Download complete 08:30:35 63d7cb157983: Verifying Checksum 08:30:35 63d7cb157983: Download complete 08:30:35 b116817d02f9: Download complete 08:30:35 5f621e34cdf4: Verifying Checksum 08:30:35 5f621e34cdf4: Download complete 08:30:36 5f621e34cdf4: Pull complete 08:30:36 a4357932f1b6: Pull complete 08:30:37 18c013af1878: Pull complete 08:30:38 745a02a5169b: Verifying Checksum 08:30:38 745a02a5169b: Download complete 08:30:39 00ac8860ef70: Download complete 08:30:49 00ac8860ef70: Pull complete 08:30:49 63d7cb157983: Pull complete 08:30:50 b116817d02f9: Pull complete 08:30:54 745a02a5169b: Pull complete 08:30:54 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 08:30:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 08:30:54 ---> b7e6874047d6 08:30:54 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 08:30:56 ---> Running in 73131eb152ad 08:30:56 Removing intermediate container 73131eb152ad 08:30:56 ---> 1991bea64549 08:30:56 Step 4/7 : RUN apk add bash 08:30:57 ---> Running in 19a742bc0267 08:30:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:30:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:31:00 OK: 142 MiB in 39 packages 08:31:01 Removing intermediate container 19a742bc0267 08:31:01 ---> d728feb2fb26 08:31:01 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 08:31:01 ---> Running in 0202c757c32f 08:31:01 Removing intermediate container 0202c757c32f 08:31:01 ---> 1adb84815eea 08:31:01 Step 6/7 : COPY go.mod . 08:31:02 ---> c47fa1485702 08:31:02 Step 7/7 : RUN go mod download 08:31:02 ---> Running in 1c8e947de4c3 08:31:17 Removing intermediate container 1c8e947de4c3 08:31:17 ---> f9386aa5089a 08:31:17 Successfully built f9386aa5089a 08:31:17 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 08:31:18 + docker inspect -f . ci-base-image-arm64 08:31:18 . [Pipeline] withDockerContainer 08:31:18 prd-ubuntu18.04-docker-arm64-4c-16g-23935 does not seem to be running inside a container 08:31:18 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/130 -v /w/workspace/go-mod-core-contracts/130:/w/workspace/go-mod-core-contracts/130:rw,z -v /w/workspace/go-mod-core-contracts/130@tmp:/w/workspace/go-mod-core-contracts/130@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 ******** ci-base-image-arm64 cat 08:31:19 $ docker top 0d2ccf1703c1028c89bd7ddd73d73f331ab134837928b1aac492f5858b014f6e -eo pid,comm [Pipeline] { [Pipeline] sh 08:31:21 + go version 08:31:21 go version go1.15.5 linux/arm64 [Pipeline] } 08:31:21 $ docker stop --time=1 0d2ccf1703c1028c89bd7ddd73d73f331ab134837928b1aac492f5858b014f6e 08:31:23 $ docker rm -f 0d2ccf1703c1028c89bd7ddd73d73f331ab134837928b1aac492f5858b014f6e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:31:24 + docker inspect -f . ci-base-image-arm64 08:31:24 . [Pipeline] withDockerContainer 08:31:24 prd-ubuntu18.04-docker-arm64-4c-16g-23935 does not seem to be running inside a container 08:31:24 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/130 -v /w/workspace/go-mod-core-contracts/130:/w/workspace/go-mod-core-contracts/130:rw,z -v /w/workspace/go-mod-core-contracts/130@tmp:/w/workspace/go-mod-core-contracts/130@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 ******** ci-base-image-arm64 cat 08:31:25 $ docker top 0d23f394b75d89cadf2636f277c1161280270698ef666532b282a4b7530f2792 -eo pid,comm [Pipeline] { [Pipeline] sh 08:31:26 + make test 08:31:26 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 08:31:53 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] 08:31:53 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.061s coverage: 85.7% of statements 08:31:53 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.025s coverage: 100.0% of statements 08:31:53 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.111s coverage: 45.4% of statements 08:31:53 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.048s coverage: 77.8% of statements 08:31:53 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 08:31:54 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.028s coverage: 26.3% of statements 08:31:54 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.044s coverage: 14.7% of statements 08:31:55 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.062s coverage: 100.0% of statements 08:31:56 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.075s coverage: 91.8% of statements 08:31:56 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] 08:31:56 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] 08:31:56 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.015s coverage: 100.0% of statements 08:31:56 ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.031s coverage: 36.7% of statements 08:32:01 ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.125s coverage: 63.0% of statements 08:32:01 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.021s coverage: 26.3% of statements 08:32:01 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.018s coverage: 15.4% of statements 08:32:01 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.038s coverage: 15.4% of statements 08:32:01 ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.017s coverage: 14.3% of statements 08:32:01 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] 08:32:03 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.232s coverage: 84.8% of statements 08:32:03 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] 08:32:03 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] 08:32:03 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] 08:32:04 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.042s coverage: 39.1% of statements 08:32:05 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.034s coverage: 94.4% of statements 08:32:06 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.151s coverage: 92.9% of statements 08:32:06 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.024s coverage: 100.0% of statements 08:32:06 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models [no test files] 08:32:06 CGO_ENABLED=0 GO111MODULE=on go vet ./... 08:32:12 gofmt -l . 08:32:12 [ "`gofmt -l .`" = "" ] [Pipeline] } 08:32:13 $ docker stop --time=1 0d23f394b75d89cadf2636f277c1161280270698ef666532b282a4b7530f2792 08:32:15 $ docker rm -f 0d23f394b75d89cadf2636f277c1161280270698ef666532b282a4b7530f2792 [Pipeline] // withDockerContainer [Pipeline] sh 08:32:16 + sudo chown -R jenkins:jenkins . [Pipeline] stash 08:32:16 Warning: overwriting stash ‘coverage-report’ 08:32:17 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 08:32:19 provisioning config files... 08:32:19 copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config5198069012705134059tmp [Pipeline] { [Pipeline] sh 08:32:19 + set +x 08:32:19 + curl -s https://codecov.io/bash 08:32:19 + bash -s -- 08:32:19 08:32:19 _____ _ 08:32:19 / ____| | | 08:32:19 | | ___ __| | ___ ___ _____ __ 08:32:19 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 08:32:19 | |___| (_) | (_| | __/ (_| (_) \ V / 08:32:19 \_____\___/ \__,_|\___|\___\___/ \_/ 08:32:19 Bash-20210128-d4071a2 08:32:19 08:32:19 08:32:19 ==> git version 2.24.3 found 08:32:20 ==> 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 08:32:20 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 08:32:20 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 08:32:20 ==> Jenkins CI detected. 08:32:20 project root: . 08:32:20 --> token set from env 08:32:20 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 08:32:20 ==> Running gcov in . (disable via -X gcov) 08:32:20 ==> Python coveragepy not found 08:32:20 ==> Searching for coverage reports in: 08:32:20 + . 08:32:20 -> Found 1 reports 08:32:20 ==> Detecting git/mercurial file structure 08:32:20 ==> Reading reports 08:32:20 + ./coverage.out bytes=135814 08:32:20 ==> Appending adjustments 08:32:20 https://docs.codecov.io/docs/fixing-reports 08:32:21 + Found adjustments 08:32:21 ==> Gzipping contents 08:32:21 24K /tmp/codecov.bhE93D.gz 08:32:21 ==> Uploading reports 08:32:21 url: https://codecov.io 08:32:21 query: branch=master&commit=747e68f9da97596da4a07287b22afd0d9f009cce&build=130&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2Fmaster%2F130%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=&job=&cmd_args= 08:32:21 -> Pinging Codecov 08:32:21 https://codecov.io/upload/v4?package=bash-20210128-d4071a2&token=secret&branch=master&commit=747e68f9da97596da4a07287b22afd0d9f009cce&build=130&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2Fmaster%2F130%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=&job=&cmd_args= 08:32:21 -> Uploading to 08:32:21 https://storage.googleapis.com/codecov/v4/raw/2021-01-29/71470A77251A30514AAF9C0BB2E5B6CE/747e68f9da97596da4a07287b22afd0d9f009cce/e69e6af9-411d-4f0e-89a3-1c4ce672d9b0.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210129%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210129T083221Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=9a003315d7137aea40e2b7b31288dbf31d56ea242bc34356afddd06177a8d542 08:32:21 % Total % Received % Xferd Average Speed Time Time Time Current 08:32:21 Dload Upload Total Spent Left Speed 08:32:21 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 21059 0 0 100 21059 0 48825 --:--:-- --:--:-- --:--:-- 48747 08:32:21 -> View reports at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/747e68f9da97596da4a07287b22afd0d9f009cce [Pipeline] } 08:32:21 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 08:32:22 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 08:32:22 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:32:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 08:32:23 08:32:23 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 08:32:23 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 08:32:23 1.410.4: Pulling from edgex-devops/edgex-snyk-go 08:32:23 188c0c94c7c5: Pulling fs layer 08:32:23 0ef7d3d256c8: Pulling fs layer 08:32:23 de9db76c5a1d: Pulling fs layer 08:32:23 0eba1c9be4d2: Pulling fs layer 08:32:23 0d57e429df01: Pulling fs layer 08:32:23 4e4be7b47b0d: Pulling fs layer 08:32:23 e1f770b5df2f: Pulling fs layer 08:32:23 85a0685a4137: Pulling fs layer 08:32:23 4e4be7b47b0d: Waiting 08:32:23 e1f770b5df2f: Waiting 08:32:23 0d57e429df01: Waiting 08:32:23 0eba1c9be4d2: Waiting 08:32:23 85a0685a4137: Waiting 08:32:23 de9db76c5a1d: Download complete 08:32:23 0ef7d3d256c8: Verifying Checksum 08:32:23 0ef7d3d256c8: Download complete 08:32:23 0d57e429df01: Verifying Checksum 08:32:23 0d57e429df01: Download complete 08:32:23 4e4be7b47b0d: Download complete 08:32:23 188c0c94c7c5: Verifying Checksum 08:32:23 188c0c94c7c5: Download complete 08:32:24 188c0c94c7c5: Pull complete 08:32:24 e1f770b5df2f: Verifying Checksum 08:32:24 e1f770b5df2f: Download complete 08:32:24 0ef7d3d256c8: Pull complete 08:32:24 de9db76c5a1d: Pull complete 08:32:27 0eba1c9be4d2: Verifying Checksum 08:32:27 0eba1c9be4d2: Download complete 08:32:27 85a0685a4137: Verifying Checksum 08:32:27 85a0685a4137: Download complete 08:32:33 0eba1c9be4d2: Pull complete 08:32:33 0d57e429df01: Pull complete 08:32:34 4e4be7b47b0d: Pull complete 08:32:36 e1f770b5df2f: Pull complete 08:32:44 85a0685a4137: Pull complete 08:32:44 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 08:32:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 08:32:44 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 08:32:44 prd-centos7-docker-4c-2g-23933 does not seem to be running inside a container 08:32:44 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 08:32:45 $ docker top d076b1dddb9bdbfceb7edf0aadcf19175ae33f0ad30cbedb229fede7fcb2790c -eo pid,comm [Pipeline] { [Pipeline] echo 08:32:45 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 08:32:46 + set -o pipefail 08:32:46 + snyk monitor '--org=edgex-jenkins' 08:32:52 08:32:52 Monitoring /w/workspace/dry_go-mod-core-contracts_master (github.com/edgexfoundry/go-mod-core-contracts/v2)... 08:32:52 08:32:52 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/3f4394a4-4413-42ba-ada0-473d353def69/history/95596f81-925b-4e84-9685-f55d770fc947 08:32:52 08:32:52 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 08:32:52 08:32:52 [Pipeline] } 08:32:52 $ docker stop --time=1 d076b1dddb9bdbfceb7edf0aadcf19175ae33f0ad30cbedb229fede7fcb2790c 08:32:55 $ docker rm -f d076b1dddb9bdbfceb7edf0aadcf19175ae33f0ad30cbedb229fede7fcb2790c [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 08:32:57 + git log --format=format:%s -1 747e68f9da97596da4a07287b22afd0d9f009cce [Pipeline] isUnix [Pipeline] sh 08:32:57 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:32:57 . [Pipeline] withDockerContainer 08:32:57 prd-centos7-docker-4c-2g-23933 does not seem to be running inside a container 08:32:57 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 08:32:58 $ docker top 5557e079c551ee5571ce7eac973253a5fedbdca1d87a9a3b7cc4ea65fdd3d3a9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:32:58 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:32:58 [ssh-agent] Looking for ssh-agent implementation... 08:32:58 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:32:58 $ docker exec 5557e079c551ee5571ce7eac973253a5fedbdca1d87a9a3b7cc4ea65fdd3d3a9 ssh-agent 08:32:59 SSH_AUTH_SOCK=/tmp/ssh-iJs14xXa4h0C/agent.13 08:32:59 SSH_AGENT_PID=18 08:32:59 Running ssh-add (command line suppressed) 08:32:59 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_478166878016160255.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_478166878016160255.key) 08:32:59 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:32:59 + git semver tag 08:32:59 # -> Open(): unable to determine branch for HEAD 08:32:59 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 08:32:59 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 08:32:59 # $SEMVER_REMOTE_NAME = origin 08:32:59 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 08:32:59 # $SEMVER_USER_NAME = edgex-jenkins 08:32:59 # $SEMVER_BRANCH = master 08:32:59 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver 08:32:59 # 747e68f9da97596da4a07287b22afd0d9f009cce HEAD 08:32:59 # -> Force: false 08:32:59 # 952a41b0813845f707f70f011cc62c84b165157c refs/tags/v2.0.0-dev.12 [Pipeline] } 08:32:59 $ docker exec --env ******** --env ******** 5557e079c551ee5571ce7eac973253a5fedbdca1d87a9a3b7cc4ea65fdd3d3a9 ssh-agent -k 08:32:59 unset SSH_AUTH_SOCK; 08:32:59 unset SSH_AGENT_PID; 08:32:59 echo Agent pid 18 killed; 08:33:00 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:33:00 + git semver [Pipeline] } 08:33:00 $ docker stop --time=1 5557e079c551ee5571ce7eac973253a5fedbdca1d87a9a3b7cc4ea65fdd3d3a9 08:33:01 $ docker rm -f 5557e079c551ee5571ce7eac973253a5fedbdca1d87a9a3b7cc4ea65fdd3d3a9 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 08:33:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 08:33:02 08:33:02 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 08:33:02 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 08:33:02 0.23.1-centos7: Pulling from edgex-lftools 08:33:02 ab5ef0e58194: Pulling fs layer 08:33:02 9712f1f96733: Pulling fs layer 08:33:02 63f879dbbcfc: Pulling fs layer 08:33:02 0d9ebad4ef96: Pulling fs layer 08:33:02 e9a5061849ea: Pulling fs layer 08:33:02 d747dcd14b5f: Pulling fs layer 08:33:02 2de7ff778b66: Pulling fs layer 08:33:02 e9a5061849ea: Waiting 08:33:02 2de7ff778b66: Waiting 08:33:02 d747dcd14b5f: Waiting 08:33:02 0d9ebad4ef96: Waiting 08:33:02 9712f1f96733: Verifying Checksum 08:33:02 9712f1f96733: Download complete 08:33:04 63f879dbbcfc: Verifying Checksum 08:33:04 63f879dbbcfc: Download complete 08:33:04 e9a5061849ea: Verifying Checksum 08:33:04 e9a5061849ea: Download complete 08:33:04 d747dcd14b5f: Verifying Checksum 08:33:04 d747dcd14b5f: Download complete 08:33:04 2de7ff778b66: Verifying Checksum 08:33:04 2de7ff778b66: Download complete 08:33:05 ab5ef0e58194: Verifying Checksum 08:33:05 ab5ef0e58194: Download complete 08:33:05 0d9ebad4ef96: Verifying Checksum 08:33:05 0d9ebad4ef96: Download complete 08:33:09 ab5ef0e58194: Pull complete 08:33:09 9712f1f96733: Pull complete 08:33:12 63f879dbbcfc: Pull complete 08:33:18 0d9ebad4ef96: Pull complete 08:33:20 e9a5061849ea: Pull complete 08:33:20 d747dcd14b5f: Pull complete 08:33:23 2de7ff778b66: Pull complete 08:33:23 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 08:33:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 08:33:23 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 08:33:24 prd-centos7-docker-4c-2g-23933 does not seem to be running inside a container 08:33:24 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 08:33:28 $ docker top 111c056ed531b6417465d188defbb621105213c0097d655c4248230a5ff26a18 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 08:33:28 provisioning config files... 08:33:28 copy managed file [sigul-config] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config1300360772262671345tmp 08:33:28 copy managed file [sigul-password] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config794590242894428047tmp 08:33:28 copy managed file [sigul-pki] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config5767812908381123033tmp [Pipeline] { [Pipeline] echo 08:33:28 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 08:33:28 ---> sigul-configuration.sh 08:33:28 gpg: directory `/root/.gnupg' created 08:33:28 gpg: new configuration file `/root/.gnupg/gpg.conf' created 08:33:28 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 08:33:28 gpg: keyring `/root/.gnupg/secring.gpg' created 08:33:28 gpg: keyring `/root/.gnupg/pubring.gpg' created 08:33:28 gpg: CAST5 encrypted data 08:33:29 gpg: encrypted with 1 passphrase 08:33:29 gpg: WARNING: message was not integrity protected [Pipeline] sh 08:33:29 + mkdir /home/jenkins 08:33:29 + mkdir /home/jenkins/sigul [Pipeline] sh 08:33:29 + 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 08:33:29 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 08:33:30 ---> sigul-install.sh 08:33:36 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 08:33:37 + git tag --list 08:33:37 v0.0.0 08:33:37 v0.0.1 08:33:37 v0.1.0 08:33:37 v0.1.1 08:33:37 v0.1.10 08:33:37 v0.1.100 08:33:37 v0.1.101 08:33:37 v0.1.102 08:33:37 v0.1.103 08:33:37 v0.1.104 08:33:37 v0.1.105 08:33:37 v0.1.106 08:33:37 v0.1.107 08:33:37 v0.1.108 08:33:37 v0.1.109 08:33:37 v0.1.11 08:33:37 v0.1.110 08:33:37 v0.1.111 08:33:37 v0.1.112 08:33:37 v0.1.113 08:33:37 v0.1.114 08:33:37 v0.1.115 08:33:37 v0.1.116 08:33:37 v0.1.117 08:33:37 v0.1.118 08:33:37 v0.1.119 08:33:37 v0.1.12 08:33:37 v0.1.120 08:33:37 v0.1.121 08:33:37 v0.1.122 08:33:37 v0.1.123 08:33:37 v0.1.124 08:33:37 v0.1.125 08:33:37 v0.1.126 08:33:37 v0.1.127 08:33:37 v0.1.128 08:33:37 v0.1.129 08:33:37 v0.1.13 08:33:37 v0.1.130 08:33:37 v0.1.131 08:33:37 v0.1.132 08:33:37 v0.1.133 08:33:37 v0.1.134 08:33:37 v0.1.135 08:33:37 v0.1.136 08:33:37 v0.1.137 08:33:37 v0.1.138 08:33:37 v0.1.139 08:33:37 v0.1.14 08:33:37 v0.1.140 08:33:37 v0.1.141 08:33:37 v0.1.142 08:33:37 v0.1.143 08:33:37 v0.1.144 08:33:37 v0.1.145 08:33:37 v0.1.146 08:33:37 v0.1.147 08:33:37 v0.1.148 08:33:37 v0.1.149 08:33:37 v0.1.15 08:33:37 v0.1.16 08:33:37 v0.1.17 08:33:37 v0.1.18 08:33:37 v0.1.19 08:33:37 v0.1.2 08:33:37 v0.1.20 08:33:37 v0.1.21 08:33:37 v0.1.22 08:33:37 v0.1.23 08:33:37 v0.1.24 08:33:37 v0.1.25 08:33:37 v0.1.26 08:33:37 v0.1.27 08:33:37 v0.1.28 08:33:37 v0.1.29 08:33:37 v0.1.3 08:33:37 v0.1.30 08:33:37 v0.1.31 08:33:37 v0.1.32 08:33:37 v0.1.33 08:33:37 v0.1.34 08:33:37 v0.1.35 08:33:37 v0.1.36 08:33:37 v0.1.37 08:33:37 v0.1.38 08:33:37 v0.1.39 08:33:37 v0.1.4 08:33:37 v0.1.40 08:33:37 v0.1.41 08:33:37 v0.1.42 08:33:37 v0.1.43 08:33:37 v0.1.44 08:33:37 v0.1.45 08:33:37 v0.1.46 08:33:37 v0.1.47 08:33:37 v0.1.48 08:33:37 v0.1.49 08:33:37 v0.1.5 08:33:37 v0.1.50 08:33:37 v0.1.51 08:33:37 v0.1.52 08:33:37 v0.1.53 08:33:37 v0.1.54 08:33:37 v0.1.55 08:33:37 v0.1.56 08:33:37 v0.1.57 08:33:37 v0.1.58 08:33:37 v0.1.59 08:33:37 v0.1.6 08:33:37 v0.1.60 08:33:37 v0.1.61 08:33:37 v0.1.62 08:33:37 v0.1.63 08:33:37 v0.1.64 08:33:37 v0.1.65 08:33:37 v0.1.66 08:33:37 v0.1.67 08:33:37 v0.1.68 08:33:37 v0.1.69 08:33:37 v0.1.7 08:33:37 v0.1.70 08:33:37 v0.1.71 08:33:37 v0.1.72 08:33:37 v0.1.73 08:33:37 v0.1.74 08:33:37 v0.1.75 08:33:37 v0.1.76 08:33:37 v0.1.77 08:33:37 v0.1.78 08:33:37 v0.1.79 08:33:37 v0.1.8 08:33:37 v0.1.80 08:33:37 v0.1.81 08:33:37 v0.1.82 08:33:37 v0.1.83 08:33:37 v0.1.84 08:33:37 v0.1.85 08:33:37 v0.1.86 08:33:37 v0.1.87 08:33:37 v0.1.88 08:33:37 v0.1.89 08:33:37 v0.1.9 08:33:37 v0.1.90 08:33:37 v0.1.91 08:33:37 v0.1.92 08:33:37 v0.1.93 08:33:37 v0.1.94 08:33:37 v0.1.95 08:33:37 v0.1.96 08:33:37 v0.1.97 08:33:37 v0.1.98 08:33:37 v0.1.99 08:33:37 v2.0.0-dev.1 08:33:37 v2.0.0-dev.10 08:33:37 v2.0.0-dev.11 08:33:37 v2.0.0-dev.12 08:33:37 v2.0.0-dev.2 08:33:37 v2.0.0-dev.3 08:33:37 v2.0.0-dev.4 08:33:37 v2.0.0-dev.5 08:33:37 v2.0.0-dev.6 08:33:37 v2.0.0-dev.7 08:33:37 v2.0.0-dev.8 08:33:37 v2.0.0-dev.9 [Pipeline] sh 08:33:37 + lftools sign git-tag v2.0.0-dev.12 08:33:38 Signing Git tag with Sigul... 08:33:38 Signing v2.0.0-dev.12 [Pipeline] echo 08:33:39 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 08:33:39 ---> sigul-configuration-cleanup.sh [Pipeline] } 08:33:39 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 08:33:40 $ docker stop --time=1 111c056ed531b6417465d188defbb621105213c0097d655c4248230a5ff26a18 08:33:42 $ docker rm -f 111c056ed531b6417465d188defbb621105213c0097d655c4248230a5ff26a18 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 08:33:43 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:33:43 . [Pipeline] withDockerContainer 08:33:43 prd-centos7-docker-4c-2g-23933 does not seem to be running inside a container 08:33:43 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 08:33:44 $ docker top 6787be99edf00594a31e01483b5644dff813a45c59cbd5660b91190c89d4fb6a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:33:44 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:33:44 [ssh-agent] Looking for ssh-agent implementation... 08:33:44 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:33:44 $ docker exec 6787be99edf00594a31e01483b5644dff813a45c59cbd5660b91190c89d4fb6a ssh-agent 08:33:44 SSH_AUTH_SOCK=/tmp/ssh-a1QhXWg1NaZv/agent.11 08:33:44 SSH_AGENT_PID=16 08:33:44 Running ssh-add (command line suppressed) 08:33:45 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_2820231866997335434.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_2820231866997335434.key) 08:33:45 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:33:45 + git semver bump pre 08:33:45 # -> Open(): unable to determine branch for HEAD 08:33:45 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 08:33:45 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 08:33:45 # $SEMVER_REMOTE_NAME = origin 08:33:45 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 08:33:45 # $SEMVER_USER_NAME = edgex-jenkins 08:33:45 # $SEMVER_BRANCH = master 08:33:45 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver 08:33:45 2.0.0-dev.13 [Pipeline] } 08:33:45 $ docker exec --env ******** --env ******** 6787be99edf00594a31e01483b5644dff813a45c59cbd5660b91190c89d4fb6a ssh-agent -k 08:33:45 unset SSH_AUTH_SOCK; 08:33:45 unset SSH_AGENT_PID; 08:33:45 echo Agent pid 16 killed; 08:33:45 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:33:46 + git semver [Pipeline] } 08:33:46 $ docker stop --time=1 6787be99edf00594a31e01483b5644dff813a45c59cbd5660b91190c89d4fb6a 08:33:47 $ docker rm -f 6787be99edf00594a31e01483b5644dff813a45c59cbd5660b91190c89d4fb6a [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 08:33:48 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:33:48 . [Pipeline] withDockerContainer 08:33:48 prd-centos7-docker-4c-2g-23933 does not seem to be running inside a container 08:33:48 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 08:33:48 $ docker top 5314876c57382f64c386a5743156744bebc3ed0780709b3eedd13b1217aed558 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:33:49 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:33:49 [ssh-agent] Looking for ssh-agent implementation... 08:33:49 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:33:49 $ docker exec 5314876c57382f64c386a5743156744bebc3ed0780709b3eedd13b1217aed558 ssh-agent 08:33:49 SSH_AUTH_SOCK=/tmp/ssh-ojetOCXvBcxz/agent.11 08:33:49 SSH_AGENT_PID=17 08:33:49 Running ssh-add (command line suppressed) 08:33:49 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_1140315832573292178.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_1140315832573292178.key) 08:33:49 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:33:50 + git semver push 08:33:50 # -> Open(): unable to determine branch for HEAD 08:33:50 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 08:33:50 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 08:33:50 # $SEMVER_REMOTE_NAME = origin 08:33:50 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 08:33:50 # $SEMVER_USER_NAME = edgex-jenkins 08:33:50 # $SEMVER_BRANCH = master 08:33:50 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } 08:33:56 $ docker exec --env ******** --env ******** 5314876c57382f64c386a5743156744bebc3ed0780709b3eedd13b1217aed558 ssh-agent -k 08:33:56 unset SSH_AUTH_SOCK; 08:33:56 unset SSH_AGENT_PID; 08:33:56 echo Agent pid 17 killed; 08:33:56 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:33:57 + git semver [Pipeline] } 08:33:57 $ docker stop --time=1 5314876c57382f64c386a5743156744bebc3ed0780709b3eedd13b1217aed558 08:33:58 $ docker rm -f 5314876c57382f64c386a5743156744bebc3ed0780709b3eedd13b1217aed558 [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 08:34:00 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 08:34:00 ---> package-listing.sh 08:34:00 ++ facter osfamily 08:34:00 ++ tr '[:upper:]' '[:lower:]' 08:34:00 + OS_FAMILY=redhat 08:34:00 + workspace=/w/workspace/dry_go-mod-core-contracts_master 08:34:00 + START_PACKAGES=/tmp/packages_start.txt 08:34:00 + END_PACKAGES=/tmp/packages_end.txt 08:34:00 + DIFF_PACKAGES=/tmp/packages_diff.txt 08:34:00 + PACKAGES=/tmp/packages_start.txt 08:34:00 + '[' /w/workspace/dry_go-mod-core-contracts_master ']' 08:34:00 + PACKAGES=/tmp/packages_end.txt 08:34:00 + case "${OS_FAMILY}" in 08:34:00 + rpm -qa 08:34:00 + sort 08:34:06 + '[' -f /tmp/packages_start.txt ']' 08:34:06 + '[' -f /tmp/packages_end.txt ']' 08:34:06 + diff /tmp/packages_start.txt /tmp/packages_end.txt 08:34:06 + '[' /w/workspace/dry_go-mod-core-contracts_master ']' 08:34:06 + mkdir -p /w/workspace/dry_go-mod-core-contracts_master/archives/ 08:34:06 + 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 08:34:06 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 08:34:06 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 08:34:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:34:06 08:34:06 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 08:34:07 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:34:07 alpine: Pulling from edgex-lftools-log-publisher 08:34:07 df20fa9351a1: Pulling fs layer 08:34:07 36b3adc4ff6f: Pulling fs layer 08:34:07 8ad3a11d3b57: Pulling fs layer 08:34:07 46f8f816bc3b: Pulling fs layer 08:34:07 93b61091891f: Pulling fs layer 08:34:07 93b9cdb0e59b: Pulling fs layer 08:34:07 5e14af77c1be: Pulling fs layer 08:34:07 01666e4c0597: Pulling fs layer 08:34:07 aa168da1d23b: Pulling fs layer 08:34:07 5e14af77c1be: Waiting 08:34:07 01666e4c0597: Waiting 08:34:07 aa168da1d23b: Waiting 08:34:07 46f8f816bc3b: Waiting 08:34:07 93b61091891f: Waiting 08:34:07 93b9cdb0e59b: Waiting 08:34:07 36b3adc4ff6f: Verifying Checksum 08:34:07 36b3adc4ff6f: Download complete 08:34:07 46f8f816bc3b: Verifying Checksum 08:34:07 46f8f816bc3b: Download complete 08:34:07 df20fa9351a1: Verifying Checksum 08:34:07 df20fa9351a1: Download complete 08:34:07 93b9cdb0e59b: Verifying Checksum 08:34:07 93b9cdb0e59b: Download complete 08:34:07 5e14af77c1be: Verifying Checksum 08:34:07 5e14af77c1be: Download complete 08:34:07 93b61091891f: Verifying Checksum 08:34:07 93b61091891f: Download complete 08:34:07 01666e4c0597: Verifying Checksum 08:34:07 01666e4c0597: Download complete 08:34:07 8ad3a11d3b57: Verifying Checksum 08:34:07 df20fa9351a1: Pull complete 08:34:08 36b3adc4ff6f: Pull complete 08:34:09 8ad3a11d3b57: Pull complete 08:34:09 aa168da1d23b: Verifying Checksum 08:34:09 aa168da1d23b: Download complete 08:34:09 46f8f816bc3b: Pull complete 08:34:10 93b61091891f: Pull complete 08:34:10 93b9cdb0e59b: Pull complete 08:34:10 5e14af77c1be: Pull complete 08:34:10 01666e4c0597: Pull complete 08:34:18 aa168da1d23b: Pull complete 08:34:18 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 08:34:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:34:18 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 08:34:19 prd-centos7-docker-4c-2g-23933 does not seem to be running inside a container 08:34:19 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 08:34:21 $ docker top edefd4d92a30b872d1db7bd03e4f4e232e6c5e481c8c1b83717fbc92825deaa3 -eo pid,comm [Pipeline] { [Pipeline] sh 08:34:22 + touch /tmp/pre-build-complete [Pipeline] sh 08:34:22 + mkdir -p /var/log/sa [Pipeline] sh 08:34:23 + ls /var/log/sa-host 08:34:23 + sadf -c /var/log/sa-host/sa23 08:34:23 file_magic: OK 08:34:23 HZ: Using current value: 100 08:34:23 file_header: OK 08:34:23 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 08:34:23 Statistics: 08:34:23 Hnuu...uuuununununu... 08:34:23 File successfully converted to sysstat format version 12.2.1 08:34:23 + sadf -c /var/log/sa-host/sa29 08:34:23 file_magic: OK 08:34:23 HZ: Using current value: 100 08:34:23 file_header: OK 08:34:23 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 08:34:23 Statistics: 08:34:23 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 08:34:23 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 08:34:23 provisioning config files... 08:34:23 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config81849676034325741tmp [Pipeline] { [Pipeline] echo 08:34:23 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 08:34:23 ---> create-netrc.sh [Pipeline] } 08:34:23 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 08:34:23 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 08:34:24 ---> python-tools-install.sh [Pipeline] echo 08:34:24 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 08:34:24 ---> sudo-logs.sh 08:34:24 Archiving 'sudo' log.. [Pipeline] echo 08:34:24 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 08:34:24 ---> job-cost.sh 08:34:24 lf-activate-venv: SKIPPING 08:34:24 INFO: No Stack... 08:34:25 INFO: Retrieving Pricing Info for: v1-standard-2 08:34:26 INFO: Archiving Costs [Pipeline] echo 08:34:26 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 08:34:26 ---> logs-deploy.sh 08:34:26 lf-activate-venv: SKIPPING 08:34:26 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/master/130 08:34:26 INFO: archiving workspace using pattern(s): 08:34:28 Archives upload complete. 08:34:28 INFO: archiving logs to Nexus 08:34:29 ---> uname -a: 08:34:29 Linux prd-centos7-docker-4c-2g-23933.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 08:34:29 08:34:29 08:34:29 ---> lscpu: 08:34:29 Architecture: x86_64 08:34:29 CPU op-mode(s): 32-bit, 64-bit 08:34:29 Byte Order: Little Endian 08:34:29 Address sizes: 40 bits physical, 48 bits virtual 08:34:29 CPU(s): 4 08:34:29 On-line CPU(s) list: 0-3 08:34:29 Thread(s) per core: 1 08:34:29 Core(s) per socket: 1 08:34:29 Socket(s): 4 08:34:29 NUMA node(s): 1 08:34:29 Vendor ID: GenuineIntel 08:34:29 CPU family: 6 08:34:29 Model: 44 08:34:29 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 08:34:29 Stepping: 1 08:34:29 CPU MHz: 2933.436 08:34:29 BogoMIPS: 5866.87 08:34:29 Virtualization: VT-x 08:34:29 Hypervisor vendor: KVM 08:34:29 Virtualization type: full 08:34:29 L1d cache: 128 KiB 08:34:29 L1i cache: 128 KiB 08:34:29 L2 cache: 16 MiB 08:34:29 L3 cache: 64 MiB 08:34:29 NUMA node0 CPU(s): 0-3 08:34:29 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 08:34:29 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 08:34:29 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 08:34:29 Vulnerability Meltdown: Mitigation; PTI 08:34:29 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 08:34:29 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 08:34:29 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 08:34:29 Vulnerability Srbds: Not affected 08:34:29 Vulnerability Tsx async abort: Not affected 08:34:29 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 08:34:29 08:34:29 08:34:29 ---> nproc: 08:34:29 4 08:34:29 08:34:29 08:34:29 ---> df -h: 08:34:29 Filesystem Size Used Available Use% Mounted on 08:34:29 overlay 50.0G 8.5G 41.4G 17% / 08:34:29 tmpfs 64.0M 0 64.0M 0% /dev 08:34:29 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 08:34:29 shm 64.0M 0 64.0M 0% /dev/shm 08:34:29 /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os 08:34:29 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf 08:34:29 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname 08:34:29 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts 08:34:29 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/dry_go-mod-core-contracts_master 08:34:29 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/dry_go-mod-core-contracts_master@tmp 08:34:29 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host 08:34:29 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure 08:34:29 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log 08:34:29 /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json 08:34:29 08:34:29 08:34:29 ---> free -m: 08:34:29 total used free shared buff/cache available 08:34:29 Mem: 1837 823 145 0 868 950 08:34:29 Swap: 1023 3 1020 08:34:29 08:34:29 08:34:29 ---> ip addr: 08:34:29 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 08:34:29 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 08:34:29 inet 127.0.0.1/8 scope host lo 08:34:29 valid_lft forever preferred_lft forever 08:34:29 inet6 ::1/128 scope host 08:34:29 valid_lft forever preferred_lft forever 08:34:29 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 08:34:29 link/ether fa:16:3e:42:55:d9 brd ff:ff:ff:ff:ff:ff 08:34:29 inet 10.30.122.31/23 brd 10.30.123.255 scope global dynamic eth0 08:34:29 valid_lft 85875sec preferred_lft 85875sec 08:34:29 inet6 fe80::f816:3eff:fe42:55d9/64 scope link 08:34:29 valid_lft forever preferred_lft forever 08:34:29 3: docker0: mtu 1500 qdisc noqueue state DOWN 08:34:29 link/ether 02:42:0f:eb:5f:ef brd ff:ff:ff:ff:ff:ff 08:34:29 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 08:34:29 valid_lft forever preferred_lft forever 08:34:29 inet6 fe80::42:fff:feeb:5fef/64 scope link 08:34:29 valid_lft forever preferred_lft forever 08:34:29 08:34:29 08:34:29 ---> sar -b -r -n DEV: 08:34:29 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/29/21 _x86_64_ (4 CPU) 08:34:29 08:34:29 08:25:34 LINUX RESTART (4 CPU) 08:34:29 08:34:29 08:26:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 08:34:29 08:27:01 71.81 27.53 44.28 0.00 6246.23 3880.10 0.00 08:34:29 08:28:02 2.46 0.00 2.46 0.00 0.00 59.42 0.00 08:34:29 08:29:01 0.52 0.00 0.52 0.00 0.00 8.57 0.00 08:34:29 08:30:01 0.33 0.00 0.33 0.00 0.00 4.51 0.00 08:34:29 08:31:01 0.22 0.00 0.22 0.00 0.00 3.83 0.00 08:34:29 08:32:01 0.42 0.00 0.42 0.00 0.00 6.43 0.00 08:34:29 08:33:01 281.04 174.52 106.52 0.00 8306.66 35345.67 0.00 08:34:29 08:34:01 209.47 74.11 135.36 0.00 4995.17 32980.08 0.00 08:34:29 Average: 70.96 34.60 36.35 0.00 2449.50 9058.12 0.00 08:34:29 08:34:29 08:26:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 08:34:29 08:27:01 138312 0 605676 32.19 2620 1134936 1102340 37.62 409272 1132512 132 08:34:29 08:28:02 145180 0 598796 31.82 2620 1134948 1079280 36.83 409892 1126472 12 08:34:29 08:29:01 142800 0 601172 31.95 2620 1134952 1079392 36.84 410532 1127804 8 08:34:29 08:30:01 142444 0 601528 31.97 2620 1134952 1079452 36.84 422952 1115840 16 08:34:29 08:31:01 141188 0 602776 32.04 2620 1134960 1079488 36.84 421156 1119396 8 08:34:29 08:32:01 141448 0 602512 32.02 2620 1134964 1079428 36.84 425128 1114868 8 08:34:29 08:33:01 165916 0 698344 37.12 2620 1014664 1393692 47.56 537652 926284 48 08:34:29 08:34:01 193512 0 773200 41.09 1728 913104 1135148 38.74 603080 746928 80 08:34:29 Average: 151350 0 635500 33.78 2508 1092185 1128528 38.51 454958 1051263 39 08:34:29 08:34:29 08:26:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 08:34:29 08:27:01 eth0 543.24 324.86 1057.64 92.97 0.00 0.00 0.00 0.00 08:34:29 08:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:34:29 08:27:01 docker0 10.40 7.94 1.81 17.76 0.00 0.00 0.00 0.00 08:34:29 08:28:02 eth0 0.08 0.10 0.01 0.03 0.00 0.00 0.00 0.00 08:34:29 08:28:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:34:29 08:28:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:34:29 08:29:01 eth0 2.32 0.91 1.55 0.06 0.00 0.00 0.00 0.00 08:34:29 08:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:34:29 08:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:34:29 08:30:01 eth0 1.08 0.30 0.32 0.20 0.00 0.00 0.00 0.00 08:34:29 08:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:34:29 08:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:34:29 08:31:01 eth0 0.45 0.35 0.27 0.20 0.00 0.00 0.00 0.00 08:34:29 08:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:34:29 08:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:34:29 08:32:01 eth0 0.20 0.15 0.08 0.07 0.00 0.00 0.00 0.00 08:34:29 08:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:34:29 08:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:34:29 08:33:01 eth0 466.29 389.86 4228.87 40.47 0.00 0.00 0.00 0.00 08:34:29 08:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:34:29 08:33:01 vethdefac07 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 08:34:29 08:33:01 docker0 19.77 20.24 1.56 128.25 0.00 0.00 0.00 0.00 08:34:29 08:34:01 eth0 465.73 396.80 3449.26 102.75 0.00 0.00 0.00 0.00 08:34:29 08:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:34:29 08:34:01 docker0 28.84 37.34 2.14 203.20 0.00 0.00 0.00 0.00 08:34:29 Average: eth0 185.38 139.51 1094.91 29.67 0.00 0.00 0.00 0.00 08:34:29 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:34:29 Average: docker0 7.40 8.21 0.69 43.76 0.00 0.00 0.00 0.00 08:34:29 08:34:29 08:34:29 ---> sar -P ALL: 08:34:29 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/29/21 _x86_64_ (4 CPU) 08:34:29 08:34:29 08:25:34 LINUX RESTART (4 CPU) 08:34:29 08:34:29 08:26:01 CPU %user %nice %system %iowait %steal %idle 08:34:29 08:27:01 all 12.00 0.00 3.99 1.81 0.08 82.11 08:34:29 08:27:01 0 12.03 0.00 4.99 2.13 0.07 80.78 08:34:29 08:27:01 1 13.17 0.00 2.90 1.27 0.08 82.58 08:34:29 08:27:01 2 11.94 0.00 3.98 2.56 0.07 81.45 08:34:29 08:27:01 3 10.88 0.00 4.11 1.29 0.08 83.64 08:34:29 08:28:02 all 0.13 0.00 0.05 0.00 0.00 99.82 08:34:29 08:28:02 0 0.05 0.00 0.05 0.00 0.00 99.90 08:34:29 08:28:02 1 0.38 0.00 0.05 0.00 0.00 99.57 08:34:29 08:28:02 2 0.02 0.00 0.05 0.00 0.00 99.93 08:34:29 08:28:02 3 0.07 0.00 0.07 0.00 0.00 99.87 08:34:29 08:29:01 all 0.21 0.00 0.08 0.00 0.00 99.70 08:34:29 08:29:01 0 0.07 0.00 0.10 0.00 0.00 99.83 08:34:29 08:29:01 1 0.42 0.00 0.07 0.00 0.00 99.51 08:34:29 08:29:01 2 0.08 0.00 0.12 0.00 0.00 99.80 08:34:29 08:29:01 3 0.27 0.00 0.05 0.00 0.00 99.68 08:34:29 08:30:01 all 0.16 0.00 0.05 0.00 0.01 99.78 08:34:29 08:30:01 0 0.03 0.00 0.03 0.00 0.02 99.92 08:34:29 08:30:01 1 0.38 0.00 0.03 0.00 0.02 99.57 08:34:29 08:30:01 2 0.05 0.00 0.03 0.00 0.00 99.92 08:34:29 08:30:01 3 0.18 0.00 0.08 0.00 0.00 99.73 08:34:29 08:31:01 all 0.19 0.00 0.15 0.00 0.01 99.65 08:34:29 08:31:01 0 0.05 0.00 0.13 0.00 0.00 99.82 08:34:29 08:31:01 1 0.47 0.00 0.13 0.00 0.02 99.38 08:34:29 08:31:01 2 0.08 0.00 0.20 0.00 0.02 99.70 08:34:29 08:31:01 3 0.17 0.00 0.15 0.00 0.00 99.68 08:34:29 08:32:01 all 0.15 0.00 0.05 0.00 0.01 99.79 08:34:29 08:32:01 0 0.02 0.00 0.02 0.00 0.02 99.95 08:34:29 08:32:01 1 0.03 0.00 0.05 0.00 0.00 99.92 08:34:29 08:32:01 2 0.08 0.00 0.07 0.00 0.00 99.85 08:34:29 08:32:01 3 0.47 0.00 0.07 0.00 0.02 99.45 08:34:29 08:33:01 all 10.04 0.00 7.40 3.28 0.15 79.12 08:34:29 08:33:01 0 9.96 0.00 8.21 3.95 0.19 77.70 08:34:29 08:33:01 1 9.91 0.00 6.80 2.46 0.12 80.70 08:34:29 08:33:01 2 10.24 0.00 7.42 4.02 0.17 78.15 08:34:29 08:33:01 3 10.05 0.00 7.19 2.70 0.14 79.92 08:34:29 08:34:01 all 12.06 0.00 9.26 2.70 0.23 75.75 08:34:29 08:34:01 0 10.97 0.00 9.98 2.97 0.26 75.83 08:34:29 08:34:01 1 12.09 0.00 8.56 3.70 0.22 75.42 08:34:29 08:34:01 2 13.99 0.00 9.20 2.07 0.24 74.49 08:34:29 08:34:01 3 11.18 0.00 9.29 2.06 0.19 77.27 08:34:29 Average: all 4.31 0.00 2.59 0.96 0.06 92.07 08:34:29 Average: 0 4.09 0.00 2.89 1.11 0.07 91.84 08:34:29 Average: 1 4.56 0.00 2.29 0.92 0.06 92.18 08:34:29 Average: 2 4.50 0.00 2.60 1.07 0.06 91.77 08:34:29 Average: 3 4.10 0.00 2.59 0.75 0.05 92.51 08:34:29 08:34:29 08:34:29