Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 9f18a04425995e91a47311f98a0a925ff51ed9a1 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-core-contracts, buildImage:false, pushImage:false, semverBump:pre] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-core-contracts-settings PROJECT: go-mod-core-contracts USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-go-mod-core-contracts DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-25804 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git > git init /w/workspace/dry_go-mod-core-contracts_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 Checking out Revision 9f18a04425995e91a47311f98a0a925ff51ed9a1 (master) 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 9f18a04425995e91a47311f98a0a925ff51ed9a1 # timeout=10 Commit message: "Merge pull request #507 from judehung/refactor-CoreCommandDTO" > git rev-list --no-walk 730b172098ad48b17893cf52ccc5c62c9f249c04 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 17:29:22 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 17:29:22 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 17:29:22 ========================================================= 17:29:22 EdgeX Global Pipelines Version Info 17:29:22 ========================================================= [Pipeline] libraryResource [Pipeline] sh 17:29:24 ------------------- 17:29:24 stable info: 17:29:24 ------------------- 17:29:24 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 17:29:24 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 17:29:24 Message: update stable to v1.0.179 17:29:25 ------------------- 17:29:25 experimental info: 17:29:25 ------------------- 17:29:25 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 17:29:25 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 17:29:25 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 17:29:25 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo 17:29:25 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo 17:29:25 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 17:29:25 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 17:29:25 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 17:29:26 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 17:29:26 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 17:29:26 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 17:29:26 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 17:29:26 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 17:29:26 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 17:29:26 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo 17:29:26 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 17:29:26 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 17:29:27 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 17:29:27 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 17:29:27 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 17:29:27 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 17:29:27 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 17:29:27 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 17:29:27 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 17:29:27 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 17:29:27 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 17:29:27 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 17:29:27 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 17:29:28 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 17:29:28 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 17:29:28 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 17:29:28 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 17:29:28 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 17:29:28 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 9f18a04425995e91a47311f98a0a925ff51ed9a1 [Pipeline] echo 17:29:28 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 9f18a04 [Pipeline] echo 17:29:28 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 17:29:29 + git log --format=format:%s -1 9f18a04425995e91a47311f98a0a925ff51ed9a1 [Pipeline] echo 17:29:29 GIT_COMMIT: 9f18a04425995e91a47311f98a0a925ff51ed9a1, Commit Message: Merge pull request #507 from judehung/refactor-CoreCommandDTO [Pipeline] echo 17:29:29 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 17:29:30 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:29:30 17:29:30 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 17:29:31 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:29:31 latest: Pulling from edgex-devops/git-semver 17:29:31 31603596830f: Pulling fs layer 17:29:31 2a8b12db71e7: Pulling fs layer 17:29:31 6ca5941a6612: Pulling fs layer 17:29:31 ecc8261a40a4: Pulling fs layer 17:29:31 ecc8261a40a4: Waiting 17:29:31 2a8b12db71e7: Verifying Checksum 17:29:31 2a8b12db71e7: Download complete 17:29:31 31603596830f: Verifying Checksum 17:29:31 31603596830f: Download complete 17:29:31 6ca5941a6612: Verifying Checksum 17:29:31 6ca5941a6612: Download complete 17:29:31 ecc8261a40a4: Verifying Checksum 17:29:31 ecc8261a40a4: Download complete 17:29:32 31603596830f: Pull complete 17:29:32 2a8b12db71e7: Pull complete 17:29:32 6ca5941a6612: Pull complete 17:29:32 ecc8261a40a4: Pull complete 17:29:32 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 17:29:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:29:32 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 17:29:33 prd-centos7-docker-4c-2g-25804 does not seem to be running inside a container 17:29:33 $ 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 17:29:35 $ docker top b6f3e92ed4fefa7815da411223339768c805a90e60f4f25edcbce3783875af83 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:29:35 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:29:35 [ssh-agent] Looking for ssh-agent implementation... 17:29:36 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:29:36 $ docker exec b6f3e92ed4fefa7815da411223339768c805a90e60f4f25edcbce3783875af83 ssh-agent 17:29:36 SSH_AUTH_SOCK=/tmp/ssh-sGnImiRz0sGp/agent.11 17:29:36 SSH_AGENT_PID=17 17:29:36 Running ssh-add (command line suppressed) 17:29:36 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_7062264196024479760.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_7062264196024479760.key) 17:29:36 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:29:36 + git tag --points-at HEAD [Pipeline] } 17:29:36 $ docker exec --env ******** --env ******** b6f3e92ed4fefa7815da411223339768c805a90e60f4f25edcbce3783875af83 ssh-agent -k 17:29:37 unset SSH_AUTH_SOCK; 17:29:37 unset SSH_AGENT_PID; 17:29:37 echo Agent pid 17 killed; 17:29:37 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 17:29:37 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:29:37 [ssh-agent] Looking for ssh-agent implementation... 17:29:37 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:29:37 $ docker exec b6f3e92ed4fefa7815da411223339768c805a90e60f4f25edcbce3783875af83 ssh-agent 17:29:37 SSH_AUTH_SOCK=/tmp/ssh-RGAkiAWoBGVd/agent.47 17:29:37 SSH_AGENT_PID=52 17:29:37 Running ssh-add (command line suppressed) 17:29:37 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_6662877133632297168.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_6662877133632297168.key) 17:29:37 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:29:38 + git semver init 17:29:38 # -> Open(): unable to determine branch for HEAD 17:29:38 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 17:29:38 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 17:29:38 # $SEMVER_REMOTE_NAME = origin 17:29:38 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:29:38 # $SEMVER_USER_NAME = edgex-jenkins 17:29:38 # $SEMVER_BRANCH = master 17:29:38 # $SEMVER_TEMP = /tmp/semver-137912439 17:29:38 # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP 17:29:38 # '/tmp/semver-137912439' -> '/w/workspace/dry_go-mod-core-contracts_master/.semver' 17:29:38 # -> Force: false 17:29:38 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } 17:29:38 $ docker exec --env ******** --env ******** b6f3e92ed4fefa7815da411223339768c805a90e60f4f25edcbce3783875af83 ssh-agent -k 17:29:38 unset SSH_AUTH_SOCK; 17:29:38 unset SSH_AGENT_PID; 17:29:38 echo Agent pid 52 killed; 17:29:38 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:29:39 + git semver [Pipeline] } 17:29:39 $ docker stop --time=1 b6f3e92ed4fefa7815da411223339768c805a90e60f4f25edcbce3783875af83 17:29:41 $ docker rm -f b6f3e92ed4fefa7815da411223339768c805a90e60f4f25edcbce3783875af83 [Pipeline] // withDockerContainer [Pipeline] sh 17:29:41 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 17:29:42 Stashed 1 file(s) [Pipeline] echo 17:29:42 [edgeXSemver]: initialized semver on version 2.0.0-dev.33 [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 17:29:57 Still waiting to schedule task 17:29:57 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-25804’ 17:29:57 Still waiting to schedule task 17:29:57 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 17:31:50 Running on prd-ubuntu18.04-docker-arm64-4c-16g-25805 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws 17:31:50 Running in /w/workspace/go-mod-core-contracts/151 [Pipeline] { [Pipeline] checkout 17:31:56 using credential edgex-jenkins-ssh 17:31:56 Cloning the remote Git repository 17:31:56 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 17:31:56 > git init /w/workspace/go-mod-core-contracts/151 # timeout=10 17:31:56 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 17:31:56 > git --version # timeout=10 17:31:56 > git --version # 'git version 2.17.1' 17:31:56 using GIT_SSH to set credentials SSH Credentials for GitHub 17:31:56 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 17:31:58 Checking out Revision 9f18a04425995e91a47311f98a0a925ff51ed9a1 (master) 17:31:57 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 17:31:57 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 17:31:57 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 17:31:57 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 17:31:57 using GIT_SSH to set credentials SSH Credentials for GitHub 17:31:57 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 17:31:58 > git config core.sparsecheckout # timeout=10 17:31:58 > git checkout -f 9f18a04425995e91a47311f98a0a925ff51ed9a1 # timeout=10 17:32:02 Commit message: "Merge pull request #507 from judehung/refactor-CoreCommandDTO" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 17:32:04 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 17:32:05 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 17:32:05 + sudo service docker restart 17:32:05 + true [Pipeline] unstash [Pipeline] echo 17:32:08 ========================================================= 17:32:08 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 17:32:08 ========================================================= [Pipeline] isUnix [Pipeline] sh 17:32:08 + 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 . 17:32:09 Sending build context to Docker daemon 2.611MB 17:32:09 Step 1/7 : ARG BASE=golang:1.15-alpine 17:32:09 Step 2/7 : FROM ${BASE} 17:32:10 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 17:32:10 5f621e34cdf4: Pulling fs layer 17:32:10 a4357932f1b6: Pulling fs layer 17:32:10 18c013af1878: Pulling fs layer 17:32:10 00ac8860ef70: Pulling fs layer 17:32:10 63d7cb157983: Pulling fs layer 17:32:10 b116817d02f9: Pulling fs layer 17:32:10 745a02a5169b: Pulling fs layer 17:32:10 63d7cb157983: Waiting 17:32:10 b116817d02f9: Waiting 17:32:10 745a02a5169b: Waiting 17:32:10 00ac8860ef70: Waiting 17:32:10 18c013af1878: Download complete 17:32:10 a4357932f1b6: Verifying Checksum 17:32:10 a4357932f1b6: Download complete 17:32:10 63d7cb157983: Verifying Checksum 17:32:10 63d7cb157983: Download complete 17:32:10 b116817d02f9: Verifying Checksum 17:32:10 b116817d02f9: Download complete 17:32:10 5f621e34cdf4: Verifying Checksum 17:32:10 5f621e34cdf4: Download complete 17:32:11 5f621e34cdf4: Pull complete 17:32:11 a4357932f1b6: Pull complete 17:32:12 18c013af1878: Pull complete 17:32:13 745a02a5169b: Verifying Checksum 17:32:13 745a02a5169b: Download complete 17:32:14 00ac8860ef70: Verifying Checksum 17:32:14 00ac8860ef70: Download complete 17:32:24 00ac8860ef70: Pull complete 17:32:24 63d7cb157983: Pull complete 17:32:24 b116817d02f9: Pull complete 17:32:29 745a02a5169b: Pull complete 17:32:29 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 17:32:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 17:32:29 ---> b7e6874047d6 17:32:29 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 17:32:31 ---> Running in 6f870a6e2ba2 17:32:31 Removing intermediate container 6f870a6e2ba2 17:32:31 ---> a34d3a926ef7 17:32:31 Step 4/7 : RUN apk add bash 17:32:32 ---> Running in 97158274c37d 17:32:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:32:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:32:35 OK: 142 MiB in 39 packages 17:32:35 Running on prd-centos7-docker-4c-2g-25806 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws 17:32:35 Running in /w/workspace/go-mod-core-contracts/151 [Pipeline] { [Pipeline] checkout 17:32:36 Removing intermediate container 97158274c37d 17:32:36 ---> 23dc0fdf1fca 17:32:36 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 17:32:36 ---> Running in c65fb30a1814 17:32:36 Removing intermediate container c65fb30a1814 17:32:36 ---> feedd91cc7ec 17:32:36 Step 6/7 : COPY go.mod . 17:32:39 ---> d64d6ed038cf 17:32:39 Step 7/7 : RUN go mod download 17:32:39 ---> Running in 2e4bca2fa96f 17:32:40 using credential edgex-jenkins-ssh 17:32:40 Cloning the remote Git repository 17:32:40 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 17:32:40 > git init /w/workspace/go-mod-core-contracts/151 # timeout=10 17:32:40 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 17:32:40 > git --version # timeout=10 17:32:40 > git --version # 'git version 2.24.3' 17:32:40 using GIT_SSH to set credentials SSH Credentials for GitHub 17:32:40 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 17:32:41 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 17:32:41 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 17:32:41 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 17:32:41 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 17:32:41 using GIT_SSH to set credentials SSH Credentials for GitHub 17:32:41 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 17:32:41 Checking out Revision 9f18a04425995e91a47311f98a0a925ff51ed9a1 (master) 17:32:41 > git config core.sparsecheckout # timeout=10 17:32:41 > git checkout -f 9f18a04425995e91a47311f98a0a925ff51ed9a1 # timeout=10 17:32:45 Commit message: "Merge pull request #507 from judehung/refactor-CoreCommandDTO" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 17:32:46 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 17:32:47 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 17:32:47 + sudo service docker restart 17:32:47 + true 17:32:47 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 17:32:48 ========================================================= 17:32:48 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 17:32:48 ========================================================= [Pipeline] isUnix [Pipeline] sh 17:32:48 + 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 . 17:32:49 Sending build context to Docker daemon 2.612MB 17:32:49 Step 1/7 : ARG BASE=golang:1.15-alpine 17:32:49 Step 2/7 : FROM ${BASE} 17:32:49 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 17:32:49 188c0c94c7c5: Pulling fs layer 17:32:49 0ef7d3d256c8: Pulling fs layer 17:32:49 de9db76c5a1d: Pulling fs layer 17:32:49 bca2f99d35d6: Pulling fs layer 17:32:49 93359f2a8cfa: Pulling fs layer 17:32:49 7c6f9722023f: Pulling fs layer 17:32:49 a35cf1a2eb13: Pulling fs layer 17:32:49 7c6f9722023f: Waiting 17:32:49 a35cf1a2eb13: Waiting 17:32:49 bca2f99d35d6: Waiting 17:32:49 93359f2a8cfa: Waiting 17:32:49 de9db76c5a1d: Verifying Checksum 17:32:49 de9db76c5a1d: Download complete 17:32:49 0ef7d3d256c8: Download complete 17:32:49 93359f2a8cfa: Verifying Checksum 17:32:49 93359f2a8cfa: Download complete 17:32:49 7c6f9722023f: Verifying Checksum 17:32:49 7c6f9722023f: Download complete 17:32:49 188c0c94c7c5: Verifying Checksum 17:32:49 188c0c94c7c5: Download complete 17:32:49 188c0c94c7c5: Pull complete 17:32:49 0ef7d3d256c8: Pull complete 17:32:50 de9db76c5a1d: Pull complete 17:32:51 a35cf1a2eb13: Verifying Checksum 17:32:51 a35cf1a2eb13: Download complete 17:32:51 bca2f99d35d6: Verifying Checksum 17:32:51 bca2f99d35d6: Download complete 17:32:51 Removing intermediate container 2e4bca2fa96f 17:32:51 ---> 34d9b6b68f6b 17:32:51 Successfully built 34d9b6b68f6b 17:32:51 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 17:32:52 + docker inspect -f . ci-base-image-arm64 17:32:52 . [Pipeline] withDockerContainer 17:32:52 prd-ubuntu18.04-docker-arm64-4c-16g-25805 does not seem to be running inside a container 17:32:52 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/151 -v /w/workspace/go-mod-core-contracts/151:/w/workspace/go-mod-core-contracts/151:rw,z -v /w/workspace/go-mod-core-contracts/151@tmp:/w/workspace/go-mod-core-contracts/151@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 17:32:54 $ docker top 865025a3222201da832936eee3c658097a83c39c0b04af935fe5db583c8de2b3 -eo pid,comm [Pipeline] { [Pipeline] sh 17:32:55 + go version 17:32:55 go version go1.15.5 linux/arm64 [Pipeline] } 17:32:55 $ docker stop --time=1 865025a3222201da832936eee3c658097a83c39c0b04af935fe5db583c8de2b3 17:32:57 $ docker rm -f 865025a3222201da832936eee3c658097a83c39c0b04af935fe5db583c8de2b3 17:32:57 bca2f99d35d6: Pull complete 17:32:57 93359f2a8cfa: Pull complete 17:32:57 7c6f9722023f: Pull complete [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:32:58 + docker inspect -f . ci-base-image-arm64 17:32:58 . [Pipeline] withDockerContainer 17:32:58 prd-ubuntu18.04-docker-arm64-4c-16g-25805 does not seem to be running inside a container 17:32:58 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/151 -v /w/workspace/go-mod-core-contracts/151:/w/workspace/go-mod-core-contracts/151:rw,z -v /w/workspace/go-mod-core-contracts/151@tmp:/w/workspace/go-mod-core-contracts/151@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 17:32:59 $ docker top 69e9fd20b8e9eedbe0ba7e582409566550584e66d746d6eac2c99dd44780f7d0 -eo pid,comm [Pipeline] { [Pipeline] sh 17:33:00 + make test 17:33:00 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 17:33:07 a35cf1a2eb13: Pull complete 17:33:07 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 17:33:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 17:33:07 ---> a62c8e92a672 17:33:07 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 17:33:07 ---> Running in 15dcd94c366c 17:33:07 Removing intermediate container 15dcd94c366c 17:33:07 ---> 326bbba94041 17:33:07 Step 4/7 : RUN apk add bash 17:33:07 ---> Running in 1caa81505666 17:33:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:33:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:33:09 OK: 166 MiB in 39 packages 17:33:10 Removing intermediate container 1caa81505666 17:33:10 ---> 5dd12bd3448b 17:33:10 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 17:33:10 ---> Running in 168fff1ffcb9 17:33:10 Removing intermediate container 168fff1ffcb9 17:33:10 ---> 99135b5099db 17:33:10 Step 6/7 : COPY go.mod . 17:33:11 ---> e710c7d6f0bf 17:33:11 Step 7/7 : RUN go mod download 17:33:11 ---> Running in 3424d24d1f1e 17:33:23 Removing intermediate container 3424d24d1f1e 17:33:23 ---> 82b28ba58f71 17:33:23 Successfully built 82b28ba58f71 17:33:23 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 17:33:23 + docker inspect -f . ci-base-image-x86_64 17:33:23 . [Pipeline] withDockerContainer 17:33:23 prd-centos7-docker-4c-2g-25806 does not seem to be running inside a container 17:33:23 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/151 -v /w/workspace/go-mod-core-contracts/151:/w/workspace/go-mod-core-contracts/151:rw,z -v /w/workspace/go-mod-core-contracts/151@tmp:/w/workspace/go-mod-core-contracts/151@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 17:33:24 $ docker top c027e817ffa24dce019069f436e2cdccfe89496c4bd787d47f8230422cbe64eb -eo pid,comm [Pipeline] { [Pipeline] sh 17:33:25 + go version 17:33:25 go version go1.15.5 linux/amd64 [Pipeline] } 17:33:25 $ docker stop --time=1 c027e817ffa24dce019069f436e2cdccfe89496c4bd787d47f8230422cbe64eb 17:33:26 $ docker rm -f c027e817ffa24dce019069f436e2cdccfe89496c4bd787d47f8230422cbe64eb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:33:27 + docker inspect -f . ci-base-image-x86_64 17:33:27 . [Pipeline] withDockerContainer 17:33:27 prd-centos7-docker-4c-2g-25806 does not seem to be running inside a container 17:33:27 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/151 -v /w/workspace/go-mod-core-contracts/151:/w/workspace/go-mod-core-contracts/151:rw,z -v /w/workspace/go-mod-core-contracts/151@tmp:/w/workspace/go-mod-core-contracts/151@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 17:33:27 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] 17:33:27 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.035s coverage: 85.7% of statements 17:33:27 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.076s coverage: 100.0% of statements 17:33:27 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.058s coverage: 45.4% of statements 17:33:27 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.052s coverage: 77.8% of statements 17:33:27 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 17:33:28 $ docker top 255be5e6d659bf7cc7588a48fe095a1e33ff1ba72d478cdf97f2e101499af83e -eo pid,comm [Pipeline] { [Pipeline] sh 17:33:28 + make test 17:33:28 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 17:33:29 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.024s coverage: 26.3% of statements 17:33:29 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.057s coverage: 14.7% of statements 17:33:30 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.014s coverage: 100.0% of statements 17:33:32 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.101s coverage: 91.8% of statements 17:33:32 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] 17:33:32 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] 17:33:32 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.010s coverage: 100.0% of statements 17:33:32 ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.014s coverage: 36.7% of statements 17:33:36 ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.105s coverage: 63.0% of statements 17:33:36 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.022s coverage: 26.3% of statements 17:33:36 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.025s coverage: 15.4% of statements 17:33:36 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.011s coverage: 15.4% of statements 17:33:36 ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.027s coverage: 14.3% of statements 17:33:36 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] 17:33:37 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] 17:33:37 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.031s coverage: 85.7% of statements 17:33:37 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.011s coverage: 100.0% of statements 17:33:37 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.091s coverage: 45.4% of statements 17:33:37 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.014s coverage: 77.8% of statements 17:33:37 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 17:33:37 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.005s coverage: 26.3% of statements 17:33:38 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.017s coverage: 14.7% of statements 17:33:38 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.048s coverage: 100.0% of statements 17:33:38 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.021s coverage: 91.8% of statements 17:33:38 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] 17:33:38 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] 17:33:38 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.009s coverage: 100.0% of statements 17:33:38 ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.009s coverage: 36.7% of statements 17:33:40 ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.040s coverage: 63.0% of statements 17:33:40 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.004s coverage: 26.3% of statements 17:33:40 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.014s coverage: 15.4% of statements 17:33:40 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.034s coverage: 15.4% of statements 17:33:40 ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.023s coverage: 14.3% of statements 17:33:40 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] 17:33:40 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.255s coverage: 84.6% of statements 17:33:40 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] 17:33:40 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] 17:33:40 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] 17:33:40 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.110s coverage: 51.0% of statements 17:33:40 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.049s coverage: 94.7% of statements 17:33:42 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.117s coverage: 84.6% of statements 17:33:42 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] 17:33:42 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] 17:33:42 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] 17:33:42 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.143s coverage: 89.0% of statements 17:33:42 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.022s coverage: 100.0% of statements 17:33:42 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models [no test files] 17:33:42 CGO_ENABLED=0 GO111MODULE=on go vet ./... 17:33:42 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.017s coverage: 51.0% of statements 17:33:42 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.020s coverage: 94.7% of statements 17:33:42 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.040s coverage: 89.0% of statements 17:33:42 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.008s coverage: 100.0% of statements 17:33:42 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models [no test files] 17:33:42 CGO_ENABLED=0 GO111MODULE=on go vet ./... 17:33:44 gofmt -l . 17:33:44 [ "`gofmt -l .`" = "" ] [Pipeline] } 17:33:44 $ docker stop --time=1 255be5e6d659bf7cc7588a48fe095a1e33ff1ba72d478cdf97f2e101499af83e 17:33:47 $ docker rm -f 255be5e6d659bf7cc7588a48fe095a1e33ff1ba72d478cdf97f2e101499af83e 17:33:47 gofmt -l . [Pipeline] // withDockerContainer [Pipeline] sh 17:33:47 + sudo chown -R jenkins:jenkins . [Pipeline] stash 17:33:48 [ "`gofmt -l .`" = "" ] 17:33:48 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] } 17:33:53 $ docker stop --time=1 69e9fd20b8e9eedbe0ba7e582409566550584e66d746d6eac2c99dd44780f7d0 17:33:55 $ docker rm -f 69e9fd20b8e9eedbe0ba7e582409566550584e66d746d6eac2c99dd44780f7d0 [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) 17:33:56 + sudo chown -R jenkins:jenkins . Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] stash 17:33:56 Warning: overwriting stash ‘coverage-report’ [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 17:33:57 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 17:33:59 provisioning config files... 17:33:59 copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config3488386270608683939tmp [Pipeline] { [Pipeline] sh 17:33:59 + set +x 17:33:59 + curl -s https://codecov.io/bash 17:33:59 + bash -s -- 17:33:59 17:33:59 _____ _ 17:33:59 / ____| | | 17:33:59 | | ___ __| | ___ ___ _____ __ 17:33:59 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 17:33:59 | |___| (_) | (_| | __/ (_| (_) \ V / 17:33:59 \_____\___/ \__,_|\___|\___\___/ \_/ 17:33:59 Bash-20210129-7c25fce 17:33:59 17:33:59 17:33:59 ==> git version 2.24.3 found 17:33:59 ==> 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 17:33:59 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 17:33:59 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 17:33:59 ==> Jenkins CI detected. 17:33:59 project root: . 17:33:59 --> token set from env 17:33:59 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 17:33:59 ==> Running gcov in . (disable via -X gcov) 17:33:59 ==> Python coveragepy not found 17:33:59 ==> Searching for coverage reports in: 17:33:59 + . 17:33:59 -> Found 1 reports 17:33:59 ==> Detecting git/mercurial file structure 17:33:59 ==> Reading reports 17:33:59 + ./coverage.out bytes=149058 17:33:59 ==> Appending adjustments 17:33:59 https://docs.codecov.io/docs/fixing-reports 17:34:00 + Found adjustments 17:34:00 ==> Gzipping contents 17:34:00 24K /tmp/codecov.wLLy3L.gz 17:34:00 ==> Uploading reports 17:34:00 url: https://codecov.io 17:34:00 query: branch=master&commit=9f18a04425995e91a47311f98a0a925ff51ed9a1&build=151&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2Fmaster%2F151%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=&job=&cmd_args= 17:34:00 -> Pinging Codecov 17:34:00 https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=master&commit=9f18a04425995e91a47311f98a0a925ff51ed9a1&build=151&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2Fmaster%2F151%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=&job=&cmd_args= 17:34:01 -> Uploading to 17:34:01 https://storage.googleapis.com/codecov/v4/raw/2021-02-09/71470A77251A30514AAF9C0BB2E5B6CE/9f18a04425995e91a47311f98a0a925ff51ed9a1/01b9fb5f-2f2e-45b3-8a75-ed1a474e5034.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210209%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210209T173401Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=a8c0ac79802b37791a21d7ed3eb595cd50930e6bbefa44a5db3c02348a2f5bd8 17:34:01 % Total % Received % Xferd Average Speed Time Time Time Current 17:34:01 Dload Upload Total Spent Left Speed 17:34:02 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 22693 0 0 100 22693 0 47486 --:--:-- --:--:-- --:--:-- 47474 17:34:02 -> View reports at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/9f18a04425995e91a47311f98a0a925ff51ed9a1 [Pipeline] } 17:34:02 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 17:34:02 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 17:34:03 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:34:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 17:34:03 17:34:03 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 17:34:03 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 17:34:03 1.410.4: Pulling from edgex-devops/edgex-snyk-go 17:34:03 188c0c94c7c5: Pulling fs layer 17:34:03 0ef7d3d256c8: Pulling fs layer 17:34:03 de9db76c5a1d: Pulling fs layer 17:34:03 0eba1c9be4d2: Pulling fs layer 17:34:03 0d57e429df01: Pulling fs layer 17:34:03 4e4be7b47b0d: Pulling fs layer 17:34:03 e1f770b5df2f: Pulling fs layer 17:34:03 85a0685a4137: Pulling fs layer 17:34:03 0eba1c9be4d2: Waiting 17:34:03 0d57e429df01: Waiting 17:34:03 4e4be7b47b0d: Waiting 17:34:03 e1f770b5df2f: Waiting 17:34:03 85a0685a4137: Waiting 17:34:03 de9db76c5a1d: Verifying Checksum 17:34:03 de9db76c5a1d: Download complete 17:34:03 0ef7d3d256c8: Verifying Checksum 17:34:03 0ef7d3d256c8: Download complete 17:34:03 0d57e429df01: Verifying Checksum 17:34:03 0d57e429df01: Download complete 17:34:03 4e4be7b47b0d: Verifying Checksum 17:34:03 4e4be7b47b0d: Download complete 17:34:03 188c0c94c7c5: Verifying Checksum 17:34:03 188c0c94c7c5: Download complete 17:34:04 188c0c94c7c5: Pull complete 17:34:04 0ef7d3d256c8: Pull complete 17:34:04 de9db76c5a1d: Pull complete 17:34:04 e1f770b5df2f: Verifying Checksum 17:34:04 e1f770b5df2f: Download complete 17:34:06 0eba1c9be4d2: Verifying Checksum 17:34:06 0eba1c9be4d2: Download complete 17:34:07 85a0685a4137: Verifying Checksum 17:34:07 85a0685a4137: Download complete 17:34:13 0eba1c9be4d2: Pull complete 17:34:13 0d57e429df01: Pull complete 17:34:13 4e4be7b47b0d: Pull complete 17:34:15 e1f770b5df2f: Pull complete 17:34:23 85a0685a4137: Pull complete 17:34:23 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 17:34:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 17:34:23 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 17:34:23 prd-centos7-docker-4c-2g-25804 does not seem to be running inside a container 17:34:23 $ 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 17:34:24 $ docker top bb6f784a70691647a717b57c27b646a78a240006cfb9e7db9842f3a58988f8a1 -eo pid,comm [Pipeline] { [Pipeline] echo 17:34:24 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 17:34:25 + set -o pipefail 17:34:25 + snyk monitor '--org=edgex-jenkins' 17:34:30 17:34:30 Monitoring /w/workspace/dry_go-mod-core-contracts_master (github.com/edgexfoundry/go-mod-core-contracts/v2)... 17:34:30 17:34:30 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/3f4394a4-4413-42ba-ada0-473d353def69/history/aca859c5-2cec-4599-bb4f-b04696bdefc5 17:34:30 17:34:30 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 17:34:30 17:34:30 [Pipeline] } 17:34:30 $ docker stop --time=1 bb6f784a70691647a717b57c27b646a78a240006cfb9e7db9842f3a58988f8a1 17:34:32 $ docker rm -f bb6f784a70691647a717b57c27b646a78a240006cfb9e7db9842f3a58988f8a1 [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 17:34:34 + git log --format=format:%s -1 9f18a04425995e91a47311f98a0a925ff51ed9a1 [Pipeline] isUnix [Pipeline] sh 17:34:35 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:34:35 . [Pipeline] withDockerContainer 17:34:35 prd-centos7-docker-4c-2g-25804 does not seem to be running inside a container 17:34:35 $ 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 17:34:36 $ docker top aecdf38af8161d4dc6327cd3a75363e1ce31575e7f8d7bfe9ca349eba2585fde -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:34:36 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:34:36 [ssh-agent] Looking for ssh-agent implementation... 17:34:36 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:34:36 $ docker exec aecdf38af8161d4dc6327cd3a75363e1ce31575e7f8d7bfe9ca349eba2585fde ssh-agent 17:34:36 SSH_AUTH_SOCK=/tmp/ssh-pLOBG9KdohAC/agent.12 17:34:36 SSH_AGENT_PID=18 17:34:36 Running ssh-add (command line suppressed) 17:34:37 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_5012873927893954229.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_5012873927893954229.key) 17:34:37 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:34:37 + git semver tag 17:34:37 # -> Open(): unable to determine branch for HEAD 17:34:37 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 17:34:37 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 17:34:37 # $SEMVER_REMOTE_NAME = origin 17:34:37 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:34:37 # $SEMVER_USER_NAME = edgex-jenkins 17:34:37 # $SEMVER_BRANCH = master 17:34:37 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver 17:34:37 # 9f18a04425995e91a47311f98a0a925ff51ed9a1 HEAD 17:34:37 # -> Force: false 17:34:37 # 7bc0034d89f7ac3fe7d9d45ba6e71d934d4e4e4e refs/tags/v2.0.0-dev.33 [Pipeline] } 17:34:37 $ docker exec --env ******** --env ******** aecdf38af8161d4dc6327cd3a75363e1ce31575e7f8d7bfe9ca349eba2585fde ssh-agent -k 17:34:37 unset SSH_AUTH_SOCK; 17:34:37 unset SSH_AGENT_PID; 17:34:37 echo Agent pid 18 killed; 17:34:37 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:34:38 + git semver [Pipeline] } 17:34:38 $ docker stop --time=1 aecdf38af8161d4dc6327cd3a75363e1ce31575e7f8d7bfe9ca349eba2585fde 17:34:39 $ docker rm -f aecdf38af8161d4dc6327cd3a75363e1ce31575e7f8d7bfe9ca349eba2585fde [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 17:34:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 17:34:40 17:34:40 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 17:34:40 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 17:34:40 0.23.1-centos7: Pulling from edgex-lftools 17:34:40 ab5ef0e58194: Pulling fs layer 17:34:40 9712f1f96733: Pulling fs layer 17:34:40 63f879dbbcfc: Pulling fs layer 17:34:40 0d9ebad4ef96: Pulling fs layer 17:34:40 e9a5061849ea: Pulling fs layer 17:34:40 d747dcd14b5f: Pulling fs layer 17:34:40 2de7ff778b66: Pulling fs layer 17:34:40 0d9ebad4ef96: Waiting 17:34:40 e9a5061849ea: Waiting 17:34:40 d747dcd14b5f: Waiting 17:34:40 2de7ff778b66: Waiting 17:34:40 9712f1f96733: Download complete 17:34:42 63f879dbbcfc: Verifying Checksum 17:34:42 63f879dbbcfc: Download complete 17:34:42 e9a5061849ea: Verifying Checksum 17:34:42 e9a5061849ea: Download complete 17:34:42 d747dcd14b5f: Verifying Checksum 17:34:42 d747dcd14b5f: Download complete 17:34:42 2de7ff778b66: Verifying Checksum 17:34:42 2de7ff778b66: Download complete 17:34:42 0d9ebad4ef96: Verifying Checksum 17:34:42 0d9ebad4ef96: Download complete 17:34:43 ab5ef0e58194: Verifying Checksum 17:34:43 ab5ef0e58194: Download complete 17:34:47 ab5ef0e58194: Pull complete 17:34:47 9712f1f96733: Pull complete 17:34:49 63f879dbbcfc: Pull complete 17:34:56 0d9ebad4ef96: Pull complete 17:34:56 e9a5061849ea: Pull complete 17:34:56 d747dcd14b5f: Pull complete 17:35:00 2de7ff778b66: Pull complete 17:35:00 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 17:35:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 17:35:00 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 17:35:00 prd-centos7-docker-4c-2g-25804 does not seem to be running inside a container 17:35:00 $ 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 17:35:04 $ docker top 38f3a271a2eced51d0ee598713c524d14dda945bcfe2ebee922182853ca245d2 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 17:35:04 provisioning config files... 17:35:04 copy managed file [sigul-config] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config1975774961756302951tmp 17:35:04 copy managed file [sigul-password] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config41431199592530936tmp 17:35:04 copy managed file [sigul-pki] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config8109638413639807065tmp [Pipeline] { [Pipeline] echo 17:35:05 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 17:35:05 ---> sigul-configuration.sh 17:35:05 gpg: directory `/root/.gnupg' created 17:35:05 gpg: new configuration file `/root/.gnupg/gpg.conf' created 17:35:05 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 17:35:05 gpg: keyring `/root/.gnupg/secring.gpg' created 17:35:05 gpg: keyring `/root/.gnupg/pubring.gpg' created 17:35:05 gpg: CAST5 encrypted data 17:35:05 gpg: encrypted with 1 passphrase 17:35:05 gpg: WARNING: message was not integrity protected [Pipeline] sh 17:35:05 + mkdir /home/jenkins 17:35:05 + mkdir /home/jenkins/sigul [Pipeline] sh 17:35:06 + 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 17:35:06 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 17:35:06 ---> sigul-install.sh 17:35:11 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 17:35:12 + git tag --list 17:35:12 v0.0.0 17:35:12 v0.0.1 17:35:12 v0.1.0 17:35:12 v0.1.1 17:35:12 v0.1.10 17:35:12 v0.1.100 17:35:12 v0.1.101 17:35:12 v0.1.102 17:35:12 v0.1.103 17:35:12 v0.1.104 17:35:12 v0.1.105 17:35:12 v0.1.106 17:35:12 v0.1.107 17:35:12 v0.1.108 17:35:12 v0.1.109 17:35:12 v0.1.11 17:35:12 v0.1.110 17:35:12 v0.1.111 17:35:12 v0.1.112 17:35:12 v0.1.113 17:35:12 v0.1.114 17:35:12 v0.1.115 17:35:12 v0.1.116 17:35:12 v0.1.117 17:35:12 v0.1.118 17:35:12 v0.1.119 17:35:12 v0.1.12 17:35:12 v0.1.120 17:35:12 v0.1.121 17:35:12 v0.1.122 17:35:12 v0.1.123 17:35:12 v0.1.124 17:35:12 v0.1.125 17:35:12 v0.1.126 17:35:12 v0.1.127 17:35:12 v0.1.128 17:35:12 v0.1.129 17:35:12 v0.1.13 17:35:12 v0.1.130 17:35:12 v0.1.131 17:35:12 v0.1.132 17:35:12 v0.1.133 17:35:12 v0.1.134 17:35:12 v0.1.135 17:35:12 v0.1.136 17:35:12 v0.1.137 17:35:12 v0.1.138 17:35:12 v0.1.139 17:35:12 v0.1.14 17:35:12 v0.1.140 17:35:12 v0.1.141 17:35:12 v0.1.142 17:35:12 v0.1.143 17:35:12 v0.1.144 17:35:12 v0.1.145 17:35:12 v0.1.146 17:35:12 v0.1.147 17:35:12 v0.1.148 17:35:12 v0.1.149 17:35:12 v0.1.15 17:35:12 v0.1.16 17:35:12 v0.1.17 17:35:12 v0.1.18 17:35:12 v0.1.19 17:35:12 v0.1.2 17:35:12 v0.1.20 17:35:12 v0.1.21 17:35:12 v0.1.22 17:35:12 v0.1.23 17:35:12 v0.1.24 17:35:12 v0.1.25 17:35:12 v0.1.26 17:35:12 v0.1.27 17:35:12 v0.1.28 17:35:12 v0.1.29 17:35:12 v0.1.3 17:35:12 v0.1.30 17:35:12 v0.1.31 17:35:12 v0.1.32 17:35:12 v0.1.33 17:35:12 v0.1.34 17:35:12 v0.1.35 17:35:12 v0.1.36 17:35:12 v0.1.37 17:35:12 v0.1.38 17:35:12 v0.1.39 17:35:12 v0.1.4 17:35:12 v0.1.40 17:35:12 v0.1.41 17:35:12 v0.1.42 17:35:12 v0.1.43 17:35:12 v0.1.44 17:35:12 v0.1.45 17:35:12 v0.1.46 17:35:12 v0.1.47 17:35:12 v0.1.48 17:35:12 v0.1.49 17:35:12 v0.1.5 17:35:12 v0.1.50 17:35:12 v0.1.51 17:35:12 v0.1.52 17:35:12 v0.1.53 17:35:12 v0.1.54 17:35:12 v0.1.55 17:35:12 v0.1.56 17:35:12 v0.1.57 17:35:12 v0.1.58 17:35:12 v0.1.59 17:35:12 v0.1.6 17:35:12 v0.1.60 17:35:12 v0.1.61 17:35:12 v0.1.62 17:35:12 v0.1.63 17:35:12 v0.1.64 17:35:12 v0.1.65 17:35:12 v0.1.66 17:35:12 v0.1.67 17:35:12 v0.1.68 17:35:12 v0.1.69 17:35:12 v0.1.7 17:35:12 v0.1.70 17:35:12 v0.1.71 17:35:12 v0.1.72 17:35:12 v0.1.73 17:35:12 v0.1.74 17:35:12 v0.1.75 17:35:12 v0.1.76 17:35:12 v0.1.77 17:35:12 v0.1.78 17:35:12 v0.1.79 17:35:12 v0.1.8 17:35:12 v0.1.80 17:35:12 v0.1.81 17:35:12 v0.1.82 17:35:12 v0.1.83 17:35:12 v0.1.84 17:35:12 v0.1.85 17:35:12 v0.1.86 17:35:12 v0.1.87 17:35:12 v0.1.88 17:35:12 v0.1.89 17:35:12 v0.1.9 17:35:12 v0.1.90 17:35:12 v0.1.91 17:35:12 v0.1.92 17:35:12 v0.1.93 17:35:12 v0.1.94 17:35:12 v0.1.95 17:35:12 v0.1.96 17:35:12 v0.1.97 17:35:12 v0.1.98 17:35:12 v0.1.99 17:35:12 v2.0.0-dev.1 17:35:12 v2.0.0-dev.10 17:35:12 v2.0.0-dev.11 17:35:12 v2.0.0-dev.12 17:35:12 v2.0.0-dev.13 17:35:12 v2.0.0-dev.14 17:35:12 v2.0.0-dev.15 17:35:12 v2.0.0-dev.16 17:35:12 v2.0.0-dev.17 17:35:12 v2.0.0-dev.18 17:35:12 v2.0.0-dev.19 17:35:12 v2.0.0-dev.2 17:35:12 v2.0.0-dev.20 17:35:12 v2.0.0-dev.21 17:35:12 v2.0.0-dev.22 17:35:12 v2.0.0-dev.23 17:35:12 v2.0.0-dev.24 17:35:12 v2.0.0-dev.25 17:35:12 v2.0.0-dev.26 17:35:12 v2.0.0-dev.27 17:35:12 v2.0.0-dev.28 17:35:12 v2.0.0-dev.29 17:35:12 v2.0.0-dev.3 17:35:12 v2.0.0-dev.30 17:35:12 v2.0.0-dev.31 17:35:12 v2.0.0-dev.32 17:35:12 v2.0.0-dev.33 17:35:12 v2.0.0-dev.4 17:35:12 v2.0.0-dev.5 17:35:12 v2.0.0-dev.6 17:35:12 v2.0.0-dev.7 17:35:12 v2.0.0-dev.8 17:35:12 v2.0.0-dev.9 [Pipeline] sh 17:35:12 + lftools sign git-tag v2.0.0-dev.33 17:35:13 Signing Git tag with Sigul... 17:35:13 Signing v2.0.0-dev.33 [Pipeline] echo 17:35:14 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 17:35:15 ---> sigul-configuration-cleanup.sh [Pipeline] } 17:35:15 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 17:35:15 $ docker stop --time=1 38f3a271a2eced51d0ee598713c524d14dda945bcfe2ebee922182853ca245d2 17:35:17 $ docker rm -f 38f3a271a2eced51d0ee598713c524d14dda945bcfe2ebee922182853ca245d2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 17:35:18 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:35:18 . [Pipeline] withDockerContainer 17:35:18 prd-centos7-docker-4c-2g-25804 does not seem to be running inside a container 17:35:18 $ 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 17:35:19 $ docker top 33baa564fbdaebb2b55eedc123e2341289942c28551aa5786505194fff12d959 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:35:19 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:35:19 [ssh-agent] Looking for ssh-agent implementation... 17:35:19 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:35:19 $ docker exec 33baa564fbdaebb2b55eedc123e2341289942c28551aa5786505194fff12d959 ssh-agent 17:35:20 SSH_AUTH_SOCK=/tmp/ssh-xQefV8Y4oN88/agent.13 17:35:20 SSH_AGENT_PID=19 17:35:20 Running ssh-add (command line suppressed) 17:35:20 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_3865240236526327128.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_3865240236526327128.key) 17:35:20 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:35:20 + git semver bump pre 17:35:20 # -> Open(): unable to determine branch for HEAD 17:35:20 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 17:35:20 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 17:35:20 # $SEMVER_REMOTE_NAME = origin 17:35:20 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:35:20 # $SEMVER_USER_NAME = edgex-jenkins 17:35:20 # $SEMVER_BRANCH = master 17:35:20 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver 17:35:20 2.0.0-dev.34 [Pipeline] } 17:35:20 $ docker exec --env ******** --env ******** 33baa564fbdaebb2b55eedc123e2341289942c28551aa5786505194fff12d959 ssh-agent -k 17:35:20 unset SSH_AUTH_SOCK; 17:35:20 unset SSH_AGENT_PID; 17:35:20 echo Agent pid 19 killed; 17:35:20 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:35:21 + git semver [Pipeline] } 17:35:21 $ docker stop --time=1 33baa564fbdaebb2b55eedc123e2341289942c28551aa5786505194fff12d959 17:35:22 $ docker rm -f 33baa564fbdaebb2b55eedc123e2341289942c28551aa5786505194fff12d959 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 17:35:23 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:35:23 . [Pipeline] withDockerContainer 17:35:23 prd-centos7-docker-4c-2g-25804 does not seem to be running inside a container 17:35:23 $ 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 17:35:23 $ docker top e03df3c5fdb491a024bb094162b8ae063a8d2344ea22c72a1a28212f936ef859 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:35:24 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:35:24 [ssh-agent] Looking for ssh-agent implementation... 17:35:24 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:35:24 $ docker exec e03df3c5fdb491a024bb094162b8ae063a8d2344ea22c72a1a28212f936ef859 ssh-agent 17:35:24 SSH_AUTH_SOCK=/tmp/ssh-RpIstCwoqL4p/agent.11 17:35:24 SSH_AGENT_PID=16 17:35:24 Running ssh-add (command line suppressed) 17:35:24 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_457355091864046342.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_457355091864046342.key) 17:35:24 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:35:25 + git semver push 17:35:25 # -> Open(): unable to determine branch for HEAD 17:35:25 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 17:35:25 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 17:35:25 # $SEMVER_REMOTE_NAME = origin 17:35:25 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:35:25 # $SEMVER_USER_NAME = edgex-jenkins 17:35:25 # $SEMVER_BRANCH = master 17:35:25 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } 17:35:33 $ docker exec --env ******** --env ******** e03df3c5fdb491a024bb094162b8ae063a8d2344ea22c72a1a28212f936ef859 ssh-agent -k 17:35:33 unset SSH_AUTH_SOCK; 17:35:33 unset SSH_AGENT_PID; 17:35:33 echo Agent pid 16 killed; 17:35:33 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:35:34 + git semver [Pipeline] } 17:35:34 $ docker stop --time=1 e03df3c5fdb491a024bb094162b8ae063a8d2344ea22c72a1a28212f936ef859 17:35:35 $ docker rm -f e03df3c5fdb491a024bb094162b8ae063a8d2344ea22c72a1a28212f936ef859 [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 17:35:36 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 17:35:37 ---> package-listing.sh 17:35:37 ++ facter osfamily 17:35:37 ++ tr '[:upper:]' '[:lower:]' 17:35:37 + OS_FAMILY=redhat 17:35:37 + workspace=/w/workspace/dry_go-mod-core-contracts_master 17:35:37 + START_PACKAGES=/tmp/packages_start.txt 17:35:37 + END_PACKAGES=/tmp/packages_end.txt 17:35:37 + DIFF_PACKAGES=/tmp/packages_diff.txt 17:35:37 + PACKAGES=/tmp/packages_start.txt 17:35:37 + '[' /w/workspace/dry_go-mod-core-contracts_master ']' 17:35:37 + PACKAGES=/tmp/packages_end.txt 17:35:37 + case "${OS_FAMILY}" in 17:35:37 + rpm -qa 17:35:37 + sort 17:35:42 + '[' -f /tmp/packages_start.txt ']' 17:35:42 + '[' -f /tmp/packages_end.txt ']' 17:35:42 + diff /tmp/packages_start.txt /tmp/packages_end.txt 17:35:42 + '[' /w/workspace/dry_go-mod-core-contracts_master ']' 17:35:42 + mkdir -p /w/workspace/dry_go-mod-core-contracts_master/archives/ 17:35:42 + 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 17:35:42 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 17:35:43 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 17:35:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:35:43 17:35:43 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 17:35:43 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:35:43 alpine: Pulling from edgex-lftools-log-publisher 17:35:43 df20fa9351a1: Pulling fs layer 17:35:43 36b3adc4ff6f: Pulling fs layer 17:35:43 8ad3a11d3b57: Pulling fs layer 17:35:43 46f8f816bc3b: Pulling fs layer 17:35:43 93b61091891f: Pulling fs layer 17:35:43 93b9cdb0e59b: Pulling fs layer 17:35:43 5e14af77c1be: Pulling fs layer 17:35:43 01666e4c0597: Pulling fs layer 17:35:43 aa168da1d23b: Pulling fs layer 17:35:43 93b9cdb0e59b: Waiting 17:35:43 5e14af77c1be: Waiting 17:35:43 46f8f816bc3b: Waiting 17:35:43 93b61091891f: Waiting 17:35:43 aa168da1d23b: Waiting 17:35:43 36b3adc4ff6f: Verifying Checksum 17:35:43 36b3adc4ff6f: Download complete 17:35:43 46f8f816bc3b: Verifying Checksum 17:35:43 46f8f816bc3b: Download complete 17:35:44 df20fa9351a1: Verifying Checksum 17:35:44 df20fa9351a1: Download complete 17:35:44 93b9cdb0e59b: Verifying Checksum 17:35:44 93b9cdb0e59b: Download complete 17:35:44 5e14af77c1be: Verifying Checksum 17:35:44 5e14af77c1be: Download complete 17:35:44 93b61091891f: Verifying Checksum 17:35:44 93b61091891f: Download complete 17:35:44 01666e4c0597: Verifying Checksum 17:35:44 01666e4c0597: Download complete 17:35:44 8ad3a11d3b57: Verifying Checksum 17:35:44 8ad3a11d3b57: Download complete 17:35:44 df20fa9351a1: Pull complete 17:35:44 36b3adc4ff6f: Pull complete 17:35:46 aa168da1d23b: Verifying Checksum 17:35:46 aa168da1d23b: Download complete 17:35:46 8ad3a11d3b57: Pull complete 17:35:46 46f8f816bc3b: Pull complete 17:35:46 93b61091891f: Pull complete 17:35:46 93b9cdb0e59b: Pull complete 17:35:47 5e14af77c1be: Pull complete 17:35:47 01666e4c0597: Pull complete 17:35:55 aa168da1d23b: Pull complete 17:35:55 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 17:35:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:35:55 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 17:35:55 prd-centos7-docker-4c-2g-25804 does not seem to be running inside a container 17:35:55 $ 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 17:35:58 $ docker top 6d033de056dafc5516a874ee4f8e308336c5993b4efd3d5fb4c9b95a64762bc5 -eo pid,comm [Pipeline] { [Pipeline] sh 17:35:58 + touch /tmp/pre-build-complete [Pipeline] sh 17:35:58 + mkdir -p /var/log/sa [Pipeline] sh 17:35:59 + ls /var/log/sa-host 17:35:59 + sadf -c /var/log/sa-host/sa09 17:35:59 file_magic: OK 17:35:59 HZ: Using current value: 100 17:35:59 file_header: OK 17:35:59 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 17:35:59 Statistics: 17:35:59 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 17:35:59 File successfully converted to sysstat format version 12.2.1 17:35:59 + sadf -c /var/log/sa-host/sa23 17:35:59 file_magic: OK 17:35:59 HZ: Using current value: 100 17:35:59 file_header: OK 17:35:59 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 17:35:59 Statistics: 17:35:59 Hnuu...uuuununununu... 17:35:59 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:35:59 provisioning config files... 17:35:59 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config3469798055876307734tmp [Pipeline] { [Pipeline] echo 17:36:00 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 17:36:00 ---> create-netrc.sh [Pipeline] } 17:36:00 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 17:36:00 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 17:36:00 ---> python-tools-install.sh [Pipeline] echo 17:36:00 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 17:36:01 ---> sudo-logs.sh 17:36:01 Archiving 'sudo' log.. [Pipeline] echo 17:36:01 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 17:36:01 ---> job-cost.sh 17:36:01 lf-activate-venv: SKIPPING 17:36:01 INFO: No Stack... 17:36:02 INFO: Retrieving Pricing Info for: v1-standard-2 17:36:02 INFO: Archiving Costs [Pipeline] echo 17:36:02 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 17:36:03 ---> logs-deploy.sh 17:36:03 lf-activate-venv: SKIPPING 17:36:03 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/master/151 17:36:03 INFO: archiving workspace using pattern(s): 17:36:05 Archives upload complete. 17:36:05 INFO: archiving logs to Nexus 17:36:06 ---> uname -a: 17:36:06 Linux prd-centos7-docker-4c-2g-25804.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 17:36:06 17:36:06 17:36:06 ---> lscpu: 17:36:06 Architecture: x86_64 17:36:06 CPU op-mode(s): 32-bit, 64-bit 17:36:06 Byte Order: Little Endian 17:36:06 Address sizes: 40 bits physical, 48 bits virtual 17:36:06 CPU(s): 4 17:36:06 On-line CPU(s) list: 0-3 17:36:06 Thread(s) per core: 1 17:36:06 Core(s) per socket: 1 17:36:06 Socket(s): 4 17:36:06 NUMA node(s): 1 17:36:06 Vendor ID: GenuineIntel 17:36:06 CPU family: 6 17:36:06 Model: 44 17:36:06 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 17:36:06 Stepping: 1 17:36:06 CPU MHz: 2933.438 17:36:06 BogoMIPS: 5866.87 17:36:06 Virtualization: VT-x 17:36:06 Hypervisor vendor: KVM 17:36:06 Virtualization type: full 17:36:06 L1d cache: 128 KiB 17:36:06 L1i cache: 128 KiB 17:36:06 L2 cache: 16 MiB 17:36:06 L3 cache: 64 MiB 17:36:06 NUMA node0 CPU(s): 0-3 17:36:06 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 17:36:06 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 17:36:06 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 17:36:06 Vulnerability Meltdown: Mitigation; PTI 17:36:06 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 17:36:06 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 17:36:06 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 17:36:06 Vulnerability Srbds: Not affected 17:36:06 Vulnerability Tsx async abort: Not affected 17:36:06 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 17:36:06 17:36:06 17:36:06 ---> nproc: 17:36:06 4 17:36:06 17:36:06 17:36:06 ---> df -h: 17:36:06 Filesystem Size Used Available Use% Mounted on 17:36:06 overlay 50.0G 8.5G 41.4G 17% / 17:36:06 tmpfs 64.0M 0 64.0M 0% /dev 17:36:06 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 17:36:06 shm 64.0M 0 64.0M 0% /dev/shm 17:36:06 /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os 17:36:06 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf 17:36:06 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname 17:36:06 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts 17:36:06 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/dry_go-mod-core-contracts_master 17:36:06 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/dry_go-mod-core-contracts_master@tmp 17:36:06 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host 17:36:06 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure 17:36:06 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log 17:36:06 /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json 17:36:06 17:36:06 17:36:06 ---> free -m: 17:36:06 total used free shared buff/cache available 17:36:06 Mem: 1837 827 145 0 864 946 17:36:06 Swap: 1023 3 1020 17:36:06 17:36:06 17:36:06 ---> ip addr: 17:36:06 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 17:36:06 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 17:36:06 inet 127.0.0.1/8 scope host lo 17:36:06 valid_lft forever preferred_lft forever 17:36:06 inet6 ::1/128 scope host 17:36:06 valid_lft forever preferred_lft forever 17:36:06 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 17:36:06 link/ether fa:16:3e:eb:72:d8 brd ff:ff:ff:ff:ff:ff 17:36:06 inet 10.30.122.184/23 brd 10.30.123.255 scope global dynamic eth0 17:36:06 valid_lft 85964sec preferred_lft 85964sec 17:36:06 inet6 fe80::f816:3eff:feeb:72d8/64 scope link 17:36:06 valid_lft forever preferred_lft forever 17:36:06 3: docker0: mtu 1500 qdisc noqueue state DOWN 17:36:06 link/ether 02:42:03:c4:24:e8 brd ff:ff:ff:ff:ff:ff 17:36:06 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 17:36:06 valid_lft forever preferred_lft forever 17:36:06 inet6 fe80::42:3ff:fec4:24e8/64 scope link 17:36:06 valid_lft forever preferred_lft forever 17:36:06 17:36:06 17:36:06 ---> sar -b -r -n DEV: 17:36:06 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/09/21 _x86_64_ (4 CPU) 17:36:06 17:36:06 17:28:40 LINUX RESTART (4 CPU) 17:36:06 17:36:06 17:29:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 17:36:06 17:30:01 119.63 45.46 74.17 0.00 7926.88 26055.52 0.00 17:36:06 17:31:01 2.36 0.00 2.36 0.00 0.00 56.78 0.00 17:36:06 17:32:01 0.45 0.00 0.45 0.00 0.00 6.11 0.00 17:36:06 17:33:01 0.28 0.00 0.28 0.00 0.00 3.46 0.00 17:36:06 17:34:01 0.75 0.47 0.28 0.00 139.22 9.63 0.00 17:36:06 17:35:02 414.39 204.62 209.77 0.00 10032.55 62463.67 0.00 17:36:06 Average: 90.05 41.99 48.06 0.00 3013.73 14807.01 0.00 17:36:06 17:36:06 17:29:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 17:36:06 17:30:01 151272 0 590456 31.38 2620 1137196 1094864 37.37 420384 1109012 132 17:36:06 17:31:01 155716 0 585920 31.14 2620 1137288 1074888 36.68 426980 1099224 16 17:36:06 17:32:01 153004 0 588628 31.28 2620 1137292 1075044 36.69 427684 1101272 16 17:36:06 17:33:01 153232 0 588400 31.27 2620 1137292 1075008 36.69 437400 1091392 20 17:36:06 17:34:01 146472 0 590756 31.40 2620 1141696 1076388 36.74 439044 1096144 0 17:36:06 17:35:02 98932 0 794176 42.21 1936 986500 1277184 43.59 568056 875668 23728 17:36:06 Average: 143105 0 623056 33.11 2506 1112877 1112229 37.96 453258 1062119 3985 17:36:06 17:36:06 17:29:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 17:36:06 17:30:01 eth0 558.50 341.82 1104.17 93.09 0.00 0.00 0.00 0.00 17:36:06 17:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:36:06 17:30:01 docker0 8.41 6.52 1.80 19.46 0.00 0.00 0.00 0.00 17:36:06 17:31:01 eth0 0.68 0.08 0.06 0.02 0.00 0.00 0.00 0.00 17:36:06 17:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:36:06 17:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:36:06 17:32:01 eth0 0.75 0.30 0.28 0.20 0.00 0.00 0.00 0.00 17:36:06 17:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:36:06 17:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:36:06 17:33:01 eth0 0.87 0.32 0.31 0.20 0.00 0.00 0.00 0.00 17:36:06 17:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:36:06 17:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:36:06 17:34:01 eth0 5.13 3.36 4.81 2.02 0.00 0.00 0.00 0.00 17:36:06 17:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:36:06 17:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:36:06 17:35:02 eth0 804.06 681.33 7352.77 63.43 0.00 0.00 0.00 0.00 17:36:06 17:35:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:36:06 17:35:02 docker0 18.29 18.53 1.46 126.21 0.00 0.00 0.00 0.00 17:36:06 Average: eth0 228.30 171.51 1420.14 26.37 0.00 0.00 0.00 0.00 17:36:06 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:36:06 Average: docker0 4.46 4.19 0.54 24.44 0.00 0.00 0.00 0.00 17:36:06 17:36:06 17:36:06 ---> sar -P ALL: 17:36:06 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/09/21 _x86_64_ (4 CPU) 17:36:06 17:36:06 17:28:40 LINUX RESTART (4 CPU) 17:36:06 17:36:06 17:29:02 CPU %user %nice %system %iowait %steal %idle 17:36:06 17:30:01 all 13.51 0.00 6.31 3.06 0.04 77.09 17:36:06 17:30:01 0 11.04 0.00 6.75 1.89 0.03 80.28 17:36:06 17:30:01 1 14.20 0.00 6.35 3.96 0.05 75.44 17:36:06 17:30:01 2 16.70 0.00 5.09 2.73 0.03 75.45 17:36:06 17:30:01 3 12.06 0.00 7.05 3.64 0.05 77.21 17:36:06 17:31:01 all 0.13 0.00 0.06 0.00 0.01 99.79 17:36:06 17:31:01 0 0.03 0.00 0.03 0.00 0.00 99.93 17:36:06 17:31:01 1 0.05 0.00 0.07 0.00 0.02 99.87 17:36:06 17:31:01 2 0.40 0.00 0.07 0.00 0.02 99.52 17:36:06 17:31:01 3 0.05 0.00 0.08 0.00 0.02 99.85 17:36:06 17:32:01 all 0.16 0.00 0.04 0.00 0.01 99.79 17:36:06 17:32:01 0 0.00 0.00 0.02 0.00 0.02 99.97 17:36:06 17:32:01 1 0.07 0.00 0.05 0.00 0.02 99.87 17:36:06 17:32:01 2 0.52 0.00 0.07 0.00 0.00 99.42 17:36:06 17:32:01 3 0.07 0.00 0.02 0.00 0.00 99.92 17:36:06 17:33:01 all 0.16 0.00 0.05 0.00 0.01 99.78 17:36:06 17:33:01 0 0.03 0.00 0.02 0.00 0.00 99.95 17:36:06 17:33:01 1 0.17 0.00 0.13 0.00 0.03 99.67 17:36:06 17:33:01 2 0.42 0.00 0.05 0.00 0.00 99.53 17:36:06 17:33:01 3 0.03 0.00 0.02 0.00 0.00 99.95 17:36:06 17:34:01 all 0.64 0.00 0.49 0.00 0.04 98.82 17:36:06 17:34:01 0 0.58 0.00 0.43 0.00 0.03 98.95 17:36:06 17:34:01 1 1.12 0.00 0.53 0.00 0.05 98.30 17:36:06 17:34:01 2 0.40 0.00 0.42 0.00 0.05 99.13 17:36:06 17:34:01 3 0.47 0.00 0.57 0.02 0.03 98.92 17:36:06 17:35:02 all 16.91 0.00 12.44 4.70 0.09 65.85 17:36:06 17:35:02 0 16.48 0.00 13.80 4.18 0.09 65.46 17:36:06 17:35:02 1 16.94 0.00 11.84 2.11 0.12 68.99 17:36:06 17:35:02 2 17.83 0.00 12.61 6.18 0.10 63.27 17:36:06 17:35:02 3 16.37 0.00 11.53 6.35 0.07 65.69 17:36:06 Average: all 5.15 0.00 3.17 1.27 0.03 90.38 17:36:06 Average: 0 4.59 0.00 3.43 0.99 0.03 90.96 17:36:06 Average: 1 5.33 0.00 3.11 0.99 0.05 90.52 17:36:06 Average: 2 5.94 0.00 2.99 1.46 0.03 89.58 17:36:06 Average: 3 4.74 0.00 3.15 1.63 0.03 90.46 17:36:06 17:36:06 17:36:06