Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 54f28d0a70278177a8b305144294465241040660 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > 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 ‘prd-centos7-docker-4c-2g-15505’ is offline Running on prd-centos7-docker-4c-2g-22852 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git > git init /w/workspace/dry_go-mod-core-contracts_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 54f28d0a70278177a8b305144294465241040660 (master) > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 54f28d0a70278177a8b305144294465241040660 # timeout=10 Commit message: "Merge pull request #436 from edgexfoundry/dependabot/go_modules/github.com/stretchr/testify-1.7.0" > git rev-list --no-walk e0dbfb9f6b1d6fc50f151ab65294ec64ce5cc516 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 16:24:09 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 16:24:09 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 16:24:09 ========================================================= 16:24:09 EdgeX Global Pipelines Version Info 16:24:09 ========================================================= [Pipeline] libraryResource [Pipeline] sh 16:24:11 ------------------- 16:24:11 stable info: 16:24:11 ------------------- 16:24:11 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 16:24:11 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 16:24:11 Message: update stable to v1.0.179 16:24:12 ------------------- 16:24:12 experimental info: 16:24:12 ------------------- 16:24:12 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 16:24:12 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 16:24:12 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 16:24:12 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo 16:24:12 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo 16:24:13 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 16:24:13 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 16:24:13 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 16:24:13 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 16:24:13 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 16:24:13 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 16:24:13 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 16:24:13 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 16:24:13 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 16:24:13 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo 16:24:14 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 16:24:14 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 16:24:14 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 16:24:14 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 16:24:14 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 16:24:14 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 16:24:14 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 16:24:14 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 16:24:14 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 16:24:14 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 16:24:14 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 16:24:15 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 16:24:15 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 16:24:15 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 16:24:15 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 16:24:15 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 16:24:15 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 16:24:15 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 16:24:15 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 54f28d0a70278177a8b305144294465241040660 [Pipeline] echo 16:24:15 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 54f28d0 [Pipeline] echo 16:24:15 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 16:24:16 + git log --format=format:%s -1 54f28d0a70278177a8b305144294465241040660 [Pipeline] echo 16:24:16 GIT_COMMIT: 54f28d0a70278177a8b305144294465241040660, Commit Message: Merge pull request #436 from edgexfoundry/dependabot/go_modules/github.com/stretchr/testify-1.7.0 [Pipeline] echo 16:24:16 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 16:24:17 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:24:18 16:24:18 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 16:24:18 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:24:18 latest: Pulling from edgex-devops/git-semver 16:24:18 31603596830f: Pulling fs layer 16:24:18 2a8b12db71e7: Pulling fs layer 16:24:18 6ca5941a6612: Pulling fs layer 16:24:18 ecc8261a40a4: Pulling fs layer 16:24:18 ecc8261a40a4: Waiting 16:24:18 2a8b12db71e7: Verifying Checksum 16:24:18 2a8b12db71e7: Download complete 16:24:18 31603596830f: Download complete 16:24:18 ecc8261a40a4: Verifying Checksum 16:24:18 ecc8261a40a4: Download complete 16:24:19 6ca5941a6612: Verifying Checksum 16:24:19 6ca5941a6612: Download complete 16:24:19 31603596830f: Pull complete 16:24:19 2a8b12db71e7: Pull complete 16:24:20 6ca5941a6612: Pull complete 16:24:20 ecc8261a40a4: Pull complete 16:24:20 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 16:24:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:24:20 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 16:24:20 prd-centos7-docker-4c-2g-22852 does not seem to be running inside a container 16:24:20 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 16:24:22 $ docker top d34c621a3c0275b3094b827967710eba059c552cf81061b7887c0d9c0363f04f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:24:23 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:24:23 [ssh-agent] Looking for ssh-agent implementation... 16:24:23 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:24:23 $ docker exec d34c621a3c0275b3094b827967710eba059c552cf81061b7887c0d9c0363f04f ssh-agent 16:24:23 SSH_AUTH_SOCK=/tmp/ssh-VTh8LTKPfhKL/agent.11 16:24:23 SSH_AGENT_PID=17 16:24:23 Running ssh-add (command line suppressed) 16:24:23 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_8965219114466484109.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_8965219114466484109.key) 16:24:23 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:24:24 + git tag --points-at HEAD [Pipeline] } 16:24:24 $ docker exec --env ******** --env ******** d34c621a3c0275b3094b827967710eba059c552cf81061b7887c0d9c0363f04f ssh-agent -k 16:24:24 unset SSH_AUTH_SOCK; 16:24:24 unset SSH_AGENT_PID; 16:24:24 echo Agent pid 17 killed; 16:24:24 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 16:24:24 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:24:24 [ssh-agent] Looking for ssh-agent implementation... 16:24:24 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:24:24 $ docker exec d34c621a3c0275b3094b827967710eba059c552cf81061b7887c0d9c0363f04f ssh-agent 16:24:25 SSH_AUTH_SOCK=/tmp/ssh-oWYcG5ULTqyW/agent.46 16:24:25 SSH_AGENT_PID=51 16:24:25 Running ssh-add (command line suppressed) 16:24:25 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_8846995046698423791.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_8846995046698423791.key) 16:24:25 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:24:25 + git semver init 16:24:25 # -> Open(): unable to determine branch for HEAD 16:24:25 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 16:24:25 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 16:24:25 # $SEMVER_REMOTE_NAME = origin 16:24:25 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:24:25 # $SEMVER_USER_NAME = edgex-jenkins 16:24:25 # $SEMVER_BRANCH = master 16:24:25 # $SEMVER_TEMP = /tmp/semver-283156653 16:24:25 # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP 16:24:26 # '/tmp/semver-283156653' -> '/w/workspace/dry_go-mod-core-contracts_master/.semver' 16:24:26 # -> Force: false 16:24:26 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } 16:24:26 $ docker exec --env ******** --env ******** d34c621a3c0275b3094b827967710eba059c552cf81061b7887c0d9c0363f04f ssh-agent -k 16:24:26 unset SSH_AUTH_SOCK; 16:24:26 unset SSH_AGENT_PID; 16:24:26 echo Agent pid 51 killed; 16:24:26 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:24:26 + git semver [Pipeline] } 16:24:26 $ docker stop --time=1 d34c621a3c0275b3094b827967710eba059c552cf81061b7887c0d9c0363f04f 16:24:28 $ docker rm -f d34c621a3c0275b3094b827967710eba059c552cf81061b7887c0d9c0363f04f [Pipeline] // withDockerContainer [Pipeline] sh 16:24:29 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 16:24:29 Stashed 1 file(s) [Pipeline] echo 16:24:29 [edgeXSemver]: initialized semver on version 2.0.0-dev.9 [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 16:24:45 Still waiting to schedule task 16:24:45 Waiting for next available executor on ‘centos7-docker-4c-2g’ 16:24:45 Still waiting to schedule task 16:24:45 ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline 16:26:34 Running on prd-ubuntu18.04-docker-arm64-4c-16g-22853 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws 16:26:34 Running in /w/workspace/go-mod-core-contracts/127 [Pipeline] { [Pipeline] checkout 16:26:39 using credential edgex-jenkins-ssh 16:26:39 Cloning the remote Git repository 16:26:39 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 16:26:39 > git init /w/workspace/go-mod-core-contracts/127 # timeout=10 16:26:40 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 16:26:40 > git --version # timeout=10 16:26:40 > git --version # 'git version 2.17.1' 16:26:40 using GIT_SSH to set credentials SSH Credentials for GitHub 16:26:40 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 16:26:41 Checking out Revision 54f28d0a70278177a8b305144294465241040660 (master) 16:26:41 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 16:26:41 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:26:41 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 16:26:41 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 16:26:41 using GIT_SSH to set credentials SSH Credentials for GitHub 16:26:41 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 16:26:41 > git config core.sparsecheckout # timeout=10 16:26:41 > git checkout -f 54f28d0a70278177a8b305144294465241040660 # timeout=10 16:26:46 Commit message: "Merge pull request #436 from edgexfoundry/dependabot/go_modules/github.com/stretchr/testify-1.7.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 16:26:48 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 16:26:48 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 16:26:48 + true 16:26:48 + sudo service docker restart [Pipeline] unstash [Pipeline] echo 16:26:51 ========================================================= 16:26:51 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 16:26:51 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:26:52 + 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 . 16:26:53 Sending build context to Docker daemon 2.34MB 16:26:53 Step 1/7 : ARG BASE=golang:1.15-alpine 16:26:53 Step 2/7 : FROM ${BASE} 16:26:53 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 16:26:53 5f621e34cdf4: Pulling fs layer 16:26:53 a4357932f1b6: Pulling fs layer 16:26:53 18c013af1878: Pulling fs layer 16:26:53 00ac8860ef70: Pulling fs layer 16:26:53 63d7cb157983: Pulling fs layer 16:26:53 b116817d02f9: Pulling fs layer 16:26:53 745a02a5169b: Pulling fs layer 16:26:53 00ac8860ef70: Waiting 16:26:53 63d7cb157983: Waiting 16:26:53 b116817d02f9: Waiting 16:26:53 745a02a5169b: Waiting 16:26:53 18c013af1878: Verifying Checksum 16:26:53 18c013af1878: Download complete 16:26:53 a4357932f1b6: Download complete 16:26:53 63d7cb157983: Verifying Checksum 16:26:53 63d7cb157983: Download complete 16:26:53 b116817d02f9: Verifying Checksum 16:26:53 b116817d02f9: Download complete 16:26:53 5f621e34cdf4: Download complete 16:26:54 5f621e34cdf4: Pull complete 16:26:54 a4357932f1b6: Pull complete 16:26:55 18c013af1878: Pull complete 16:26:55 745a02a5169b: Verifying Checksum 16:26:55 745a02a5169b: Download complete 16:26:56 00ac8860ef70: Verifying Checksum 16:26:56 00ac8860ef70: Download complete 16:27:07 00ac8860ef70: Pull complete 16:27:07 63d7cb157983: Pull complete 16:27:07 b116817d02f9: Pull complete 16:27:11 745a02a5169b: Pull complete 16:27:11 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 16:27:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 16:27:11 ---> b7e6874047d6 16:27:11 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 16:27:14 ---> Running in f72cd0b4cc8c 16:27:14 Removing intermediate container f72cd0b4cc8c 16:27:14 ---> c538373d7317 16:27:14 Step 4/7 : RUN apk add bash 16:27:14 ---> Running in 1ab8f0906ecc 16:27:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:27:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:27:17 OK: 142 MiB in 39 packages 16:27:18 Removing intermediate container 1ab8f0906ecc 16:27:18 ---> 8e63cc7a0050 16:27:18 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 16:27:19 ---> Running in 9f3ef71f06bd 16:27:19 Removing intermediate container 9f3ef71f06bd 16:27:19 ---> ac3a41271a41 16:27:19 Step 6/7 : COPY go.mod . 16:27:20 ---> dcc57b8eb03a 16:27:20 Step 7/7 : RUN go mod download 16:27:20 ---> Running in 413a31b6e411 16:27:35 Removing intermediate container 413a31b6e411 16:27:35 ---> cc2587826591 16:27:35 Successfully built cc2587826591 16:27:35 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 16:27:35 + docker inspect -f . ci-base-image-arm64 16:27:35 . [Pipeline] withDockerContainer 16:27:36 prd-ubuntu18.04-docker-arm64-4c-16g-22853 does not seem to be running inside a container 16:27:36 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/127 -v /w/workspace/go-mod-core-contracts/127:/w/workspace/go-mod-core-contracts/127:rw,z -v /w/workspace/go-mod-core-contracts/127@tmp:/w/workspace/go-mod-core-contracts/127@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 16:27:37 $ docker top 110b583758f0cb24a3f5841bb627c1ee12186f0a3d1d75ddc90c5158120a2d28 -eo pid,comm [Pipeline] { [Pipeline] sh 16:27:38 + go version 16:27:38 go version go1.15.5 linux/arm64 [Pipeline] } 16:27:38 $ docker stop --time=1 110b583758f0cb24a3f5841bb627c1ee12186f0a3d1d75ddc90c5158120a2d28 16:27:40 $ docker rm -f 110b583758f0cb24a3f5841bb627c1ee12186f0a3d1d75ddc90c5158120a2d28 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:27:41 + docker inspect -f . ci-base-image-arm64 16:27:41 . [Pipeline] withDockerContainer 16:27:41 prd-ubuntu18.04-docker-arm64-4c-16g-22853 does not seem to be running inside a container 16:27:42 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/127 -v /w/workspace/go-mod-core-contracts/127:/w/workspace/go-mod-core-contracts/127:rw,z -v /w/workspace/go-mod-core-contracts/127@tmp:/w/workspace/go-mod-core-contracts/127@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 16:27:43 $ docker top 5826ecdde0f3ce06d3347923845bb4901d0aa4238b1d7e311f22d02f2a0eeee0 -eo pid,comm 16:27:43 Running on prd-centos7-docker-4c-2g-22854 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] { [Pipeline] sh [Pipeline] ws 16:27:44 Running in /w/workspace/go-mod-core-contracts/127 [Pipeline] { [Pipeline] checkout 16:27:44 + make test 16:27:44 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 16:27:49 using credential edgex-jenkins-ssh 16:27:50 Cloning the remote Git repository 16:27:50 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 16:27:50 > git init /w/workspace/go-mod-core-contracts/127 # timeout=10 16:27:50 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 16:27:50 > git --version # timeout=10 16:27:50 > git --version # 'git version 2.24.3' 16:27:50 using GIT_SSH to set credentials SSH Credentials for GitHub 16:27:50 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 16:27:51 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 16:27:51 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:27:51 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 16:27:51 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 16:27:51 using GIT_SSH to set credentials SSH Credentials for GitHub 16:27:51 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 16:27:52 Checking out Revision 54f28d0a70278177a8b305144294465241040660 (master) 16:27:52 > git config core.sparsecheckout # timeout=10 16:27:52 > git checkout -f 54f28d0a70278177a8b305144294465241040660 # timeout=10 16:27:57 Commit message: "Merge pull request #436 from edgexfoundry/dependabot/go_modules/github.com/stretchr/testify-1.7.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 16:27:58 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 16:27:58 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 16:27:59 + sudo service docker restart 16:27:59 + true 16:27:59 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 16:28:01 ========================================================= 16:28:01 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 16:28:01 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:28:01 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 16:28:02 Sending build context to Docker daemon 2.341MB 16:28:02 Step 1/7 : ARG BASE=golang:1.15-alpine 16:28:02 Step 2/7 : FROM ${BASE} 16:28:02 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 16:28:02 188c0c94c7c5: Pulling fs layer 16:28:02 0ef7d3d256c8: Pulling fs layer 16:28:02 de9db76c5a1d: Pulling fs layer 16:28:02 bca2f99d35d6: Pulling fs layer 16:28:02 93359f2a8cfa: Pulling fs layer 16:28:02 7c6f9722023f: Pulling fs layer 16:28:02 a35cf1a2eb13: Pulling fs layer 16:28:02 bca2f99d35d6: Waiting 16:28:02 93359f2a8cfa: Waiting 16:28:02 7c6f9722023f: Waiting 16:28:02 a35cf1a2eb13: Waiting 16:28:03 de9db76c5a1d: Download complete 16:28:03 0ef7d3d256c8: Download complete 16:28:03 93359f2a8cfa: Verifying Checksum 16:28:03 93359f2a8cfa: Download complete 16:28:03 7c6f9722023f: Verifying Checksum 16:28:03 7c6f9722023f: Download complete 16:28:03 188c0c94c7c5: Verifying Checksum 16:28:03 188c0c94c7c5: Download complete 16:28:04 188c0c94c7c5: Pull complete 16:28:05 0ef7d3d256c8: Pull complete 16:28:05 de9db76c5a1d: Pull complete 16:28:06 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] 16:28:07 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.047s coverage: 85.7% of statements 16:28:08 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.047s coverage: 100.0% of statements 16:28:09 a35cf1a2eb13: Verifying Checksum 16:28:09 a35cf1a2eb13: Download complete 16:28:09 bca2f99d35d6: Verifying Checksum 16:28:09 bca2f99d35d6: Download complete 16:28:10 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.040s coverage: 45.4% of statements 16:28:10 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.038s coverage: 77.8% of statements 16:28:10 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 16:28:11 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.013s coverage: 26.3% of statements 16:28:12 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.050s coverage: 14.7% of statements 16:28:12 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.032s coverage: 100.0% of statements 16:28:14 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.081s coverage: 91.8% of statements 16:28:14 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] 16:28:14 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] 16:28:14 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.043s coverage: 100.0% of statements 16:28:14 ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.027s coverage: 36.7% of statements 16:28:19 ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.138s coverage: 63.0% of statements 16:28:19 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.030s coverage: 26.3% of statements 16:28:19 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.019s coverage: 15.4% of statements 16:28:19 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.051s coverage: 15.4% of statements 16:28:19 ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.028s coverage: 14.3% of statements 16:28:19 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] 16:28:20 bca2f99d35d6: Pull complete 16:28:20 93359f2a8cfa: Pull complete 16:28:20 7c6f9722023f: Pull complete 16:28:22 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.196s coverage: 84.7% of statements 16:28:22 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] 16:28:22 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] 16:28:22 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] 16:28:22 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.045s coverage: 43.6% of statements 16:28:22 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.072s coverage: 94.4% of statements 16:28:24 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.124s coverage: 92.9% of statements 16:28:24 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.024s coverage: 100.0% of statements 16:28:24 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models [no test files] 16:28:24 CGO_ENABLED=0 GO111MODULE=on go vet ./... 16:28:25 a35cf1a2eb13: Pull complete 16:28:25 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 16:28:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 16:28:25 ---> a62c8e92a672 16:28:25 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 16:28:25 ---> Running in 013d880327bf 16:28:25 Removing intermediate container 013d880327bf 16:28:25 ---> d286fb94e852 16:28:25 Step 4/7 : RUN apk add bash 16:28:25 ---> Running in 7e1630525681 16:28:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:28:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:28:28 OK: 166 MiB in 39 packages 16:28:29 Removing intermediate container 7e1630525681 16:28:29 ---> ee92ed930491 16:28:29 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 16:28:29 ---> Running in 513144c4e0d6 16:28:29 Removing intermediate container 513144c4e0d6 16:28:29 ---> b6f5bd23b984 16:28:29 Step 6/7 : COPY go.mod . 16:28:30 ---> f63980daa941 16:28:30 Step 7/7 : RUN go mod download 16:28:30 ---> Running in 1a024c2fd55d 16:28:30 gofmt -l . 16:28:30 [ "`gofmt -l .`" = "" ] [Pipeline] } 16:28:31 $ docker stop --time=1 5826ecdde0f3ce06d3347923845bb4901d0aa4238b1d7e311f22d02f2a0eeee0 16:28:33 $ docker rm -f 5826ecdde0f3ce06d3347923845bb4901d0aa4238b1d7e311f22d02f2a0eeee0 [Pipeline] // withDockerContainer [Pipeline] sh 16:28:34 + sudo chown -R jenkins:jenkins . [Pipeline] stash 16:28:35 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 16:28:45 Removing intermediate container 1a024c2fd55d 16:28:45 ---> 2ac3272f7461 16:28:45 Successfully built 2ac3272f7461 16:28:45 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 16:28:45 + docker inspect -f . ci-base-image-x86_64 16:28:45 . [Pipeline] withDockerContainer 16:28:46 prd-centos7-docker-4c-2g-22854 does not seem to be running inside a container 16:28:46 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/127 -v /w/workspace/go-mod-core-contracts/127:/w/workspace/go-mod-core-contracts/127:rw,z -v /w/workspace/go-mod-core-contracts/127@tmp:/w/workspace/go-mod-core-contracts/127@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 16:28:47 $ docker top d19c5a5fc970a256e59c8b02019fde9df1f1f1c89ded3dacc8537ba062e4e84d -eo pid,comm [Pipeline] { [Pipeline] sh 16:28:48 + go version 16:28:48 go version go1.15.5 linux/amd64 [Pipeline] } 16:28:48 $ docker stop --time=1 d19c5a5fc970a256e59c8b02019fde9df1f1f1c89ded3dacc8537ba062e4e84d 16:28:50 $ docker rm -f d19c5a5fc970a256e59c8b02019fde9df1f1f1c89ded3dacc8537ba062e4e84d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:28:51 + docker inspect -f . ci-base-image-x86_64 16:28:51 . [Pipeline] withDockerContainer 16:28:51 prd-centos7-docker-4c-2g-22854 does not seem to be running inside a container 16:28:51 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/127 -v /w/workspace/go-mod-core-contracts/127:/w/workspace/go-mod-core-contracts/127:rw,z -v /w/workspace/go-mod-core-contracts/127@tmp:/w/workspace/go-mod-core-contracts/127@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 16:28:52 $ docker top 830dec66a2cc3533562466a63e6adf6513205f7f6f4cc7086a2d4e09e472123c -eo pid,comm [Pipeline] { [Pipeline] sh 16:28:53 + make test 16:28:53 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 16:29:09 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] 16:29:09 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.021s coverage: 85.7% of statements 16:29:09 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.014s coverage: 100.0% of statements 16:29:09 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.058s coverage: 45.4% of statements 16:29:09 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.017s coverage: 77.8% of statements 16:29:09 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 16:29:09 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.028s coverage: 26.3% of statements 16:29:10 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.024s coverage: 14.7% of statements 16:29:10 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.011s coverage: 100.0% of statements 16:29:10 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.047s coverage: 91.8% of statements 16:29:10 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] 16:29:10 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] 16:29:10 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.025s coverage: 100.0% of statements 16:29:11 ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.017s coverage: 36.7% of statements 16:29:14 ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.048s coverage: 63.0% of statements 16:29:14 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.011s coverage: 26.3% of statements 16:29:14 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.011s coverage: 15.4% of statements 16:29:14 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.018s coverage: 15.4% of statements 16:29:14 ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.013s coverage: 14.3% of statements 16:29:14 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] 16:29:16 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.181s coverage: 84.7% of statements 16:29:16 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] 16:29:16 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] 16:29:16 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] 16:29:16 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.051s coverage: 43.6% of statements 16:29:17 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.019s coverage: 94.4% of statements 16:29:18 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.210s coverage: 92.9% of statements 16:29:18 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.015s coverage: 100.0% of statements 16:29:18 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models [no test files] 16:29:18 CGO_ENABLED=0 GO111MODULE=on go vet ./... 16:29:22 gofmt -l . 16:29:23 [ "`gofmt -l .`" = "" ] [Pipeline] } 16:29:23 $ docker stop --time=1 830dec66a2cc3533562466a63e6adf6513205f7f6f4cc7086a2d4e09e472123c 16:29:25 $ docker rm -f 830dec66a2cc3533562466a63e6adf6513205f7f6f4cc7086a2d4e09e472123c [Pipeline] // withDockerContainer [Pipeline] sh 16:29:26 + sudo chown -R jenkins:jenkins . [Pipeline] stash 16:29:26 Warning: overwriting stash ‘coverage-report’ 16:29:27 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 16:29:29 provisioning config files... 16:29:29 copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config680802456763039551tmp [Pipeline] { [Pipeline] sh 16:29:29 + set +x 16:29:29 + curl -s https://codecov.io/bash 16:29:29 + bash -s -- 16:29:29 16:29:29 _____ _ 16:29:29 / ____| | | 16:29:29 | | ___ __| | ___ ___ _____ __ 16:29:29 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 16:29:29 | |___| (_) | (_| | __/ (_| (_) \ V / 16:29:29 \_____\___/ \__,_|\___|\___\___/ \_/ 16:29:29 Bash-20210115-cec3c92 16:29:29 16:29:29 16:29:29 ==> git version 2.24.3 found 16:29:29 ==> 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 16:29:29 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 16:29:29 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 16:29:29 ==> Jenkins CI detected. 16:29:29 project root: . 16:29:29 --> token set from env 16:29:29 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 16:29:29 ==> Running gcov in . (disable via -X gcov) 16:29:29 ==> Python coveragepy not found 16:29:29 ==> Searching for coverage reports in: 16:29:29 + . 16:29:29 -> Found 1 reports 16:29:29 ==> Detecting git/mercurial file structure 16:29:29 ==> Reading reports 16:29:29 + ./coverage.out bytes=132307 16:29:29 ==> Appending adjustments 16:29:29 https://docs.codecov.io/docs/fixing-reports 16:29:30 + Found adjustments 16:29:30 ==> Gzipping contents 16:29:30 24K /tmp/codecov.innrcI.gz 16:29:30 ==> Uploading reports 16:29:30 url: https://codecov.io 16:29:30 query: branch=master&commit=54f28d0a70278177a8b305144294465241040660&build=127&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2Fmaster%2F127%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=&job=&cmd_args= 16:29:30 -> Pinging Codecov 16:29:30 https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=master&commit=54f28d0a70278177a8b305144294465241040660&build=127&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2Fmaster%2F127%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=&job=&cmd_args= 16:29:31 -> Uploading to 16:29:31 https://storage.googleapis.com/codecov/v4/raw/2021-01-26/71470A77251A30514AAF9C0BB2E5B6CE/54f28d0a70278177a8b305144294465241040660/1b25f040-ce99-4bd5-9541-284b4244e414.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210126%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210126T162931Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=0065aad344949ef15afb88f9e5ad9d31d3cd7fc18fd5a010214e11bdf9b5393d 16:29:31 % Total % Received % Xferd Average Speed Time Time Time Current 16:29:31 Dload Upload Total Spent Left Speed 16:29:31 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 20614 0 0 100 20614 0 37716 --:--:-- --:--:-- --:--:-- 37754 16:29:31 -> View reports at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/54f28d0a70278177a8b305144294465241040660 [Pipeline] } 16:29:32 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 16:29:32 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 16:29:32 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:29:33 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 16:29:33 16:29:33 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 16:29:33 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 16:29:33 1.410.4: Pulling from edgex-devops/edgex-snyk-go 16:29:33 188c0c94c7c5: Pulling fs layer 16:29:33 0ef7d3d256c8: Pulling fs layer 16:29:33 de9db76c5a1d: Pulling fs layer 16:29:33 0eba1c9be4d2: Pulling fs layer 16:29:33 0d57e429df01: Pulling fs layer 16:29:33 4e4be7b47b0d: Pulling fs layer 16:29:33 e1f770b5df2f: Pulling fs layer 16:29:33 85a0685a4137: Pulling fs layer 16:29:33 4e4be7b47b0d: Waiting 16:29:33 e1f770b5df2f: Waiting 16:29:33 85a0685a4137: Waiting 16:29:33 0eba1c9be4d2: Waiting 16:29:33 0d57e429df01: Waiting 16:29:33 de9db76c5a1d: Verifying Checksum 16:29:33 de9db76c5a1d: Download complete 16:29:33 0ef7d3d256c8: Verifying Checksum 16:29:33 0ef7d3d256c8: Download complete 16:29:33 0d57e429df01: Verifying Checksum 16:29:33 0d57e429df01: Download complete 16:29:33 188c0c94c7c5: Download complete 16:29:33 4e4be7b47b0d: Verifying Checksum 16:29:33 4e4be7b47b0d: Download complete 16:29:34 188c0c94c7c5: Pull complete 16:29:34 0ef7d3d256c8: Pull complete 16:29:34 de9db76c5a1d: Pull complete 16:29:34 e1f770b5df2f: Verifying Checksum 16:29:34 e1f770b5df2f: Download complete 16:29:36 85a0685a4137: Verifying Checksum 16:29:36 85a0685a4137: Download complete 16:29:37 0eba1c9be4d2: Verifying Checksum 16:29:37 0eba1c9be4d2: Download complete 16:29:43 0eba1c9be4d2: Pull complete 16:29:43 0d57e429df01: Pull complete 16:29:43 4e4be7b47b0d: Pull complete 16:29:45 e1f770b5df2f: Pull complete 16:29:53 85a0685a4137: Pull complete 16:29:53 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 16:29:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 16:29:53 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 16:29:53 prd-centos7-docker-4c-2g-22852 does not seem to be running inside a container 16:29:53 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 16:29:54 $ docker top d61fe173ea51fbfe94f7ae6b5a25222f4a58ab09da14153a83f12abcf731c15e -eo pid,comm [Pipeline] { [Pipeline] echo 16:29:55 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 16:29:55 + set -o pipefail 16:29:55 + snyk monitor '--org=edgex-jenkins' 16:30:00 16:30:00 Monitoring /w/workspace/dry_go-mod-core-contracts_master (github.com/edgexfoundry/go-mod-core-contracts/v2)... 16:30:00 16:30:00 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/3f4394a4-4413-42ba-ada0-473d353def69/history/0cee31c8-2817-4703-8540-7df648f52feb 16:30:00 16:30:00 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 16:30:00 16:30:00 [Pipeline] } 16:30:00 $ docker stop --time=1 d61fe173ea51fbfe94f7ae6b5a25222f4a58ab09da14153a83f12abcf731c15e 16:30:02 $ docker rm -f d61fe173ea51fbfe94f7ae6b5a25222f4a58ab09da14153a83f12abcf731c15e [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 16:30:04 + git log --format=format:%s -1 54f28d0a70278177a8b305144294465241040660 [Pipeline] isUnix [Pipeline] sh 16:30:05 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:30:05 . [Pipeline] withDockerContainer 16:30:05 prd-centos7-docker-4c-2g-22852 does not seem to be running inside a container 16:30:05 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 16:30:06 $ docker top 517d5a2aaa1df242008afc1ec730747e8b9805235e42b80d87bea9bfb42f09bc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:30:06 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:30:06 [ssh-agent] Looking for ssh-agent implementation... 16:30:06 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:30:06 $ docker exec 517d5a2aaa1df242008afc1ec730747e8b9805235e42b80d87bea9bfb42f09bc ssh-agent 16:30:06 SSH_AUTH_SOCK=/tmp/ssh-pE82w0GgKWJU/agent.12 16:30:06 SSH_AGENT_PID=17 16:30:06 Running ssh-add (command line suppressed) 16:30:07 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_8958156104792867280.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_8958156104792867280.key) 16:30:07 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:30:07 + git semver tag 16:30:07 # -> Open(): unable to determine branch for HEAD 16:30:07 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 16:30:07 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 16:30:07 # $SEMVER_REMOTE_NAME = origin 16:30:07 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:30:07 # $SEMVER_USER_NAME = edgex-jenkins 16:30:07 # $SEMVER_BRANCH = master 16:30:07 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver 16:30:07 # 54f28d0a70278177a8b305144294465241040660 HEAD 16:30:07 # -> Force: false 16:30:07 # 363b6dbff895316a6b60ac25e34ab7bb7fc025e3 refs/tags/v2.0.0-dev.9 [Pipeline] } 16:30:07 $ docker exec --env ******** --env ******** 517d5a2aaa1df242008afc1ec730747e8b9805235e42b80d87bea9bfb42f09bc ssh-agent -k 16:30:07 unset SSH_AUTH_SOCK; 16:30:07 unset SSH_AGENT_PID; 16:30:07 echo Agent pid 17 killed; 16:30:07 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:30:08 + git semver [Pipeline] } 16:30:08 $ docker stop --time=1 517d5a2aaa1df242008afc1ec730747e8b9805235e42b80d87bea9bfb42f09bc 16:30:09 $ docker rm -f 517d5a2aaa1df242008afc1ec730747e8b9805235e42b80d87bea9bfb42f09bc [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 16:30:10 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 16:30:10 16:30:10 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 16:30:10 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 16:30:10 0.23.1-centos7: Pulling from edgex-lftools 16:30:10 ab5ef0e58194: Pulling fs layer 16:30:10 9712f1f96733: Pulling fs layer 16:30:10 63f879dbbcfc: Pulling fs layer 16:30:10 0d9ebad4ef96: Pulling fs layer 16:30:10 e9a5061849ea: Pulling fs layer 16:30:10 d747dcd14b5f: Pulling fs layer 16:30:10 2de7ff778b66: Pulling fs layer 16:30:10 0d9ebad4ef96: Waiting 16:30:10 d747dcd14b5f: Waiting 16:30:10 2de7ff778b66: Waiting 16:30:10 e9a5061849ea: Waiting 16:30:10 9712f1f96733: Verifying Checksum 16:30:10 9712f1f96733: Download complete 16:30:12 63f879dbbcfc: Verifying Checksum 16:30:12 63f879dbbcfc: Download complete 16:30:12 e9a5061849ea: Verifying Checksum 16:30:12 e9a5061849ea: Download complete 16:30:12 d747dcd14b5f: Verifying Checksum 16:30:12 d747dcd14b5f: Download complete 16:30:13 0d9ebad4ef96: Verifying Checksum 16:30:13 0d9ebad4ef96: Download complete 16:30:13 2de7ff778b66: Verifying Checksum 16:30:13 2de7ff778b66: Download complete 16:30:13 ab5ef0e58194: Verifying Checksum 16:30:13 ab5ef0e58194: Download complete 16:30:17 ab5ef0e58194: Pull complete 16:30:17 9712f1f96733: Pull complete 16:30:20 63f879dbbcfc: Pull complete 16:30:27 0d9ebad4ef96: Pull complete 16:30:28 e9a5061849ea: Pull complete 16:30:28 d747dcd14b5f: Pull complete 16:30:31 2de7ff778b66: Pull complete 16:30:31 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 16:30:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 16:30:31 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 16:30:31 prd-centos7-docker-4c-2g-22852 does not seem to be running inside a container 16:30:31 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 16:30:35 $ docker top f22926d6ff2043b306a5ae183fd3b702be0c14112fbaa58e57c6606e6092b124 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 16:30:36 provisioning config files... 16:30:36 copy managed file [sigul-config] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config623542989895181504tmp 16:30:36 copy managed file [sigul-password] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config143388385512033164tmp 16:30:36 copy managed file [sigul-pki] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config746484715910460908tmp [Pipeline] { [Pipeline] echo 16:30:36 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 16:30:36 ---> sigul-configuration.sh 16:30:36 gpg: directory `/root/.gnupg' created 16:30:36 gpg: new configuration file `/root/.gnupg/gpg.conf' created 16:30:36 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 16:30:36 gpg: keyring `/root/.gnupg/secring.gpg' created 16:30:36 gpg: keyring `/root/.gnupg/pubring.gpg' created 16:30:36 gpg: CAST5 encrypted data 16:30:36 gpg: encrypted with 1 passphrase 16:30:36 gpg: WARNING: message was not integrity protected [Pipeline] sh 16:30:36 + mkdir /home/jenkins 16:30:36 + mkdir /home/jenkins/sigul [Pipeline] sh 16:30:37 + 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 16:30:37 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 16:30:37 ---> sigul-install.sh 16:30:44 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 16:30:44 + git tag --list 16:30:44 v0.0.0 16:30:44 v0.0.1 16:30:44 v0.1.0 16:30:44 v0.1.1 16:30:44 v0.1.10 16:30:44 v0.1.100 16:30:44 v0.1.101 16:30:44 v0.1.102 16:30:44 v0.1.103 16:30:44 v0.1.104 16:30:44 v0.1.105 16:30:44 v0.1.106 16:30:44 v0.1.107 16:30:44 v0.1.108 16:30:44 v0.1.109 16:30:44 v0.1.11 16:30:44 v0.1.110 16:30:44 v0.1.111 16:30:44 v0.1.112 16:30:44 v0.1.113 16:30:44 v0.1.114 16:30:44 v0.1.115 16:30:44 v0.1.116 16:30:44 v0.1.117 16:30:44 v0.1.118 16:30:44 v0.1.119 16:30:44 v0.1.12 16:30:44 v0.1.120 16:30:44 v0.1.121 16:30:44 v0.1.122 16:30:44 v0.1.123 16:30:44 v0.1.124 16:30:44 v0.1.125 16:30:44 v0.1.126 16:30:44 v0.1.127 16:30:44 v0.1.128 16:30:44 v0.1.129 16:30:44 v0.1.13 16:30:44 v0.1.130 16:30:44 v0.1.131 16:30:44 v0.1.132 16:30:44 v0.1.133 16:30:44 v0.1.134 16:30:44 v0.1.135 16:30:44 v0.1.136 16:30:44 v0.1.137 16:30:44 v0.1.138 16:30:44 v0.1.139 16:30:44 v0.1.14 16:30:44 v0.1.140 16:30:44 v0.1.141 16:30:44 v0.1.142 16:30:44 v0.1.143 16:30:44 v0.1.144 16:30:44 v0.1.145 16:30:44 v0.1.146 16:30:44 v0.1.147 16:30:44 v0.1.148 16:30:44 v0.1.149 16:30:44 v0.1.15 16:30:44 v0.1.16 16:30:44 v0.1.17 16:30:44 v0.1.18 16:30:44 v0.1.19 16:30:44 v0.1.2 16:30:44 v0.1.20 16:30:44 v0.1.21 16:30:44 v0.1.22 16:30:44 v0.1.23 16:30:44 v0.1.24 16:30:44 v0.1.25 16:30:44 v0.1.26 16:30:44 v0.1.27 16:30:44 v0.1.28 16:30:44 v0.1.29 16:30:44 v0.1.3 16:30:44 v0.1.30 16:30:44 v0.1.31 16:30:44 v0.1.32 16:30:44 v0.1.33 16:30:44 v0.1.34 16:30:44 v0.1.35 16:30:44 v0.1.36 16:30:44 v0.1.37 16:30:44 v0.1.38 16:30:44 v0.1.39 16:30:44 v0.1.4 16:30:44 v0.1.40 16:30:44 v0.1.41 16:30:44 v0.1.42 16:30:44 v0.1.43 16:30:44 v0.1.44 16:30:44 v0.1.45 16:30:44 v0.1.46 16:30:44 v0.1.47 16:30:44 v0.1.48 16:30:44 v0.1.49 16:30:44 v0.1.5 16:30:44 v0.1.50 16:30:44 v0.1.51 16:30:44 v0.1.52 16:30:44 v0.1.53 16:30:44 v0.1.54 16:30:44 v0.1.55 16:30:44 v0.1.56 16:30:44 v0.1.57 16:30:44 v0.1.58 16:30:44 v0.1.59 16:30:44 v0.1.6 16:30:44 v0.1.60 16:30:44 v0.1.61 16:30:44 v0.1.62 16:30:44 v0.1.63 16:30:44 v0.1.64 16:30:44 v0.1.65 16:30:44 v0.1.66 16:30:44 v0.1.67 16:30:44 v0.1.68 16:30:44 v0.1.69 16:30:44 v0.1.7 16:30:44 v0.1.70 16:30:44 v0.1.71 16:30:44 v0.1.72 16:30:44 v0.1.73 16:30:44 v0.1.74 16:30:44 v0.1.75 16:30:44 v0.1.76 16:30:44 v0.1.77 16:30:44 v0.1.78 16:30:44 v0.1.79 16:30:44 v0.1.8 16:30:44 v0.1.80 16:30:44 v0.1.81 16:30:44 v0.1.82 16:30:44 v0.1.83 16:30:44 v0.1.84 16:30:44 v0.1.85 16:30:44 v0.1.86 16:30:44 v0.1.87 16:30:44 v0.1.88 16:30:44 v0.1.89 16:30:44 v0.1.9 16:30:44 v0.1.90 16:30:44 v0.1.91 16:30:44 v0.1.92 16:30:44 v0.1.93 16:30:44 v0.1.94 16:30:44 v0.1.95 16:30:44 v0.1.96 16:30:44 v0.1.97 16:30:44 v0.1.98 16:30:44 v0.1.99 16:30:44 v2.0.0-dev.1 16:30:44 v2.0.0-dev.2 16:30:44 v2.0.0-dev.3 16:30:44 v2.0.0-dev.4 16:30:44 v2.0.0-dev.5 16:30:44 v2.0.0-dev.6 16:30:44 v2.0.0-dev.7 16:30:44 v2.0.0-dev.8 16:30:44 v2.0.0-dev.9 [Pipeline] sh 16:30:44 + lftools sign git-tag v2.0.0-dev.9 16:30:46 Signing Git tag with Sigul... 16:30:46 Signing v2.0.0-dev.9 [Pipeline] echo 16:30:47 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 16:30:47 ---> sigul-configuration-cleanup.sh [Pipeline] } 16:30:47 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 16:30:47 $ docker stop --time=1 f22926d6ff2043b306a5ae183fd3b702be0c14112fbaa58e57c6606e6092b124 16:30:49 $ docker rm -f f22926d6ff2043b306a5ae183fd3b702be0c14112fbaa58e57c6606e6092b124 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 16:30:50 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:30:50 . [Pipeline] withDockerContainer 16:30:50 prd-centos7-docker-4c-2g-22852 does not seem to be running inside a container 16:30:50 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 16:30:51 $ docker top d5b05c7653e8439cfe3a9c2e2f695b72bda4541b6f83997f5a16d6fbd607a8e5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:30:51 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:30:51 [ssh-agent] Looking for ssh-agent implementation... 16:30:52 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:30:52 $ docker exec d5b05c7653e8439cfe3a9c2e2f695b72bda4541b6f83997f5a16d6fbd607a8e5 ssh-agent 16:30:52 SSH_AUTH_SOCK=/tmp/ssh-70P5GWYYiZIK/agent.12 16:30:52 SSH_AGENT_PID=18 16:30:52 Running ssh-add (command line suppressed) 16:30:52 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_7754703153740078844.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_7754703153740078844.key) 16:30:52 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:30:52 + git semver bump pre 16:30:52 # -> Open(): unable to determine branch for HEAD 16:30:52 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 16:30:52 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 16:30:52 # $SEMVER_REMOTE_NAME = origin 16:30:52 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:30:52 # $SEMVER_USER_NAME = edgex-jenkins 16:30:52 # $SEMVER_BRANCH = master 16:30:52 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver 16:30:52 2.0.0-dev.10 [Pipeline] } 16:30:52 $ docker exec --env ******** --env ******** d5b05c7653e8439cfe3a9c2e2f695b72bda4541b6f83997f5a16d6fbd607a8e5 ssh-agent -k 16:30:53 unset SSH_AUTH_SOCK; 16:30:53 unset SSH_AGENT_PID; 16:30:53 echo Agent pid 18 killed; 16:30:53 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:30:53 + git semver [Pipeline] } 16:30:53 $ docker stop --time=1 d5b05c7653e8439cfe3a9c2e2f695b72bda4541b6f83997f5a16d6fbd607a8e5 16:30:55 $ docker rm -f d5b05c7653e8439cfe3a9c2e2f695b72bda4541b6f83997f5a16d6fbd607a8e5 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 16:30:55 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:30:55 . [Pipeline] withDockerContainer 16:30:55 prd-centos7-docker-4c-2g-22852 does not seem to be running inside a container 16:30:55 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 16:30:56 $ docker top 9a9887bf2224a48b48aee4935038a73fd323884b20d0821245e8d3dea6e71314 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:30:56 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:30:56 [ssh-agent] Looking for ssh-agent implementation... 16:30:57 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:30:57 $ docker exec 9a9887bf2224a48b48aee4935038a73fd323884b20d0821245e8d3dea6e71314 ssh-agent 16:30:57 SSH_AUTH_SOCK=/tmp/ssh-3xohC8tCokjv/agent.12 16:30:57 SSH_AGENT_PID=17 16:30:57 Running ssh-add (command line suppressed) 16:30:57 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_4777722517735625175.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_4777722517735625175.key) 16:30:57 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:30:57 + git semver push 16:30:57 # -> Open(): unable to determine branch for HEAD 16:30:57 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 16:30:57 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 16:30:57 # $SEMVER_REMOTE_NAME = origin 16:30:57 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:30:57 # $SEMVER_USER_NAME = edgex-jenkins 16:30:57 # $SEMVER_BRANCH = master 16:30:57 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } 16:31:06 $ docker exec --env ******** --env ******** 9a9887bf2224a48b48aee4935038a73fd323884b20d0821245e8d3dea6e71314 ssh-agent -k 16:31:06 unset SSH_AUTH_SOCK; 16:31:06 unset SSH_AGENT_PID; 16:31:06 echo Agent pid 17 killed; 16:31:06 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:31:07 + git semver [Pipeline] } 16:31:07 $ docker stop --time=1 9a9887bf2224a48b48aee4935038a73fd323884b20d0821245e8d3dea6e71314 16:31:08 $ docker rm -f 9a9887bf2224a48b48aee4935038a73fd323884b20d0821245e8d3dea6e71314 [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 16:31:09 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 16:31:10 ---> package-listing.sh 16:31:10 ++ facter osfamily 16:31:10 ++ tr '[:upper:]' '[:lower:]' 16:31:10 + OS_FAMILY=redhat 16:31:10 + workspace=/w/workspace/dry_go-mod-core-contracts_master 16:31:10 + START_PACKAGES=/tmp/packages_start.txt 16:31:10 + END_PACKAGES=/tmp/packages_end.txt 16:31:10 + DIFF_PACKAGES=/tmp/packages_diff.txt 16:31:10 + PACKAGES=/tmp/packages_start.txt 16:31:10 + '[' /w/workspace/dry_go-mod-core-contracts_master ']' 16:31:10 + PACKAGES=/tmp/packages_end.txt 16:31:10 + case "${OS_FAMILY}" in 16:31:10 + rpm -qa 16:31:10 + sort 16:31:14 + '[' -f /tmp/packages_start.txt ']' 16:31:14 + '[' -f /tmp/packages_end.txt ']' 16:31:14 + diff /tmp/packages_start.txt /tmp/packages_end.txt 16:31:15 + '[' /w/workspace/dry_go-mod-core-contracts_master ']' 16:31:15 + mkdir -p /w/workspace/dry_go-mod-core-contracts_master/archives/ 16:31:15 + 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 16:31:15 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 16:31:15 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 16:31:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:31:15 16:31:15 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 16:31:16 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:31:16 alpine: Pulling from edgex-lftools-log-publisher 16:31:16 df20fa9351a1: Pulling fs layer 16:31:16 36b3adc4ff6f: Pulling fs layer 16:31:16 8ad3a11d3b57: Pulling fs layer 16:31:16 46f8f816bc3b: Pulling fs layer 16:31:16 93b61091891f: Pulling fs layer 16:31:16 93b9cdb0e59b: Pulling fs layer 16:31:16 5e14af77c1be: Pulling fs layer 16:31:16 01666e4c0597: Pulling fs layer 16:31:16 aa168da1d23b: Pulling fs layer 16:31:16 46f8f816bc3b: Waiting 16:31:16 93b61091891f: Waiting 16:31:16 93b9cdb0e59b: Waiting 16:31:16 aa168da1d23b: Waiting 16:31:16 36b3adc4ff6f: Download complete 16:31:16 46f8f816bc3b: Verifying Checksum 16:31:16 46f8f816bc3b: Download complete 16:31:16 df20fa9351a1: Verifying Checksum 16:31:16 df20fa9351a1: Download complete 16:31:16 93b9cdb0e59b: Verifying Checksum 16:31:16 93b9cdb0e59b: Download complete 16:31:16 5e14af77c1be: Download complete 16:31:16 93b61091891f: Download complete 16:31:16 01666e4c0597: Download complete 16:31:16 8ad3a11d3b57: Verifying Checksum 16:31:16 8ad3a11d3b57: Download complete 16:31:16 df20fa9351a1: Pull complete 16:31:17 36b3adc4ff6f: Pull complete 16:31:18 aa168da1d23b: Verifying Checksum 16:31:18 aa168da1d23b: Download complete 16:31:18 8ad3a11d3b57: Pull complete 16:31:18 46f8f816bc3b: Pull complete 16:31:19 93b61091891f: Pull complete 16:31:19 93b9cdb0e59b: Pull complete 16:31:19 5e14af77c1be: Pull complete 16:31:19 01666e4c0597: Pull complete 16:31:27 aa168da1d23b: Pull complete 16:31:27 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 16:31:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:31:27 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 16:31:28 prd-centos7-docker-4c-2g-22852 does not seem to be running inside a container 16:31:28 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dry_go-mod-core-contracts_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 16:31:31 $ docker top a59bcd2d96d019ef28ddd4d3936f6d321c0aa9ac306dd63175710c49e7a96ac1 -eo pid,comm [Pipeline] { [Pipeline] sh 16:31:31 + touch /tmp/pre-build-complete [Pipeline] sh 16:31:32 + mkdir -p /var/log/sa [Pipeline] sh 16:31:32 + ls /var/log/sa-host 16:31:32 + sadf -c /var/log/sa-host/sa23 16:31:32 file_magic: OK 16:31:32 HZ: Using current value: 100 16:31:32 file_header: OK 16:31:32 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 16:31:32 Statistics: 16:31:32 Hnuu...uuuununununu... 16:31:32 File successfully converted to sysstat format version 12.2.1 16:31:32 + sadf -c /var/log/sa-host/sa26 16:31:32 file_magic: OK 16:31:32 HZ: Using current value: 100 16:31:32 file_header: OK 16:31:32 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 16:31:32 Statistics: 16:31:32 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 16:31:32 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:31:33 provisioning config files... 16:31:33 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config3502074979948890162tmp [Pipeline] { [Pipeline] echo 16:31:33 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 16:31:33 ---> create-netrc.sh [Pipeline] } 16:31:33 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 16:31:33 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 16:31:33 ---> python-tools-install.sh [Pipeline] echo 16:31:33 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 16:31:34 ---> sudo-logs.sh 16:31:34 Archiving 'sudo' log.. [Pipeline] echo 16:31:34 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 16:31:34 ---> job-cost.sh 16:31:34 lf-activate-venv: SKIPPING 16:31:34 INFO: No Stack... 16:31:35 INFO: Retrieving Pricing Info for: v1-standard-2 16:31:35 INFO: Archiving Costs [Pipeline] echo 16:31:35 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 16:31:36 ---> logs-deploy.sh 16:31:36 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/master/127 16:31:36 INFO: archiving workspace using pattern(s): 16:31:37 Archives upload complete. 16:31:37 INFO: archiving logs to Nexus 16:31:38 ---> uname -a: 16:31:38 Linux prd-centos7-docker-4c-2g-22852.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 16:31:38 16:31:38 16:31:38 ---> lscpu: 16:31:38 Architecture: x86_64 16:31:38 CPU op-mode(s): 32-bit, 64-bit 16:31:38 Byte Order: Little Endian 16:31:38 Address sizes: 40 bits physical, 48 bits virtual 16:31:38 CPU(s): 4 16:31:38 On-line CPU(s) list: 0-3 16:31:38 Thread(s) per core: 1 16:31:38 Core(s) per socket: 1 16:31:38 Socket(s): 4 16:31:38 NUMA node(s): 1 16:31:38 Vendor ID: GenuineIntel 16:31:38 CPU family: 6 16:31:38 Model: 44 16:31:38 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 16:31:38 Stepping: 1 16:31:38 CPU MHz: 2933.436 16:31:38 BogoMIPS: 5866.87 16:31:38 Virtualization: VT-x 16:31:38 Hypervisor vendor: KVM 16:31:38 Virtualization type: full 16:31:38 L1d cache: 128 KiB 16:31:38 L1i cache: 128 KiB 16:31:38 L2 cache: 16 MiB 16:31:38 L3 cache: 64 MiB 16:31:38 NUMA node0 CPU(s): 0-3 16:31:38 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 16:31:38 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 16:31:38 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 16:31:38 Vulnerability Meltdown: Mitigation; PTI 16:31:38 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 16:31:38 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 16:31:38 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 16:31:38 Vulnerability Srbds: Not affected 16:31:38 Vulnerability Tsx async abort: Not affected 16:31:38 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 16:31:38 16:31:38 16:31:38 ---> nproc: 16:31:38 4 16:31:38 16:31:38 16:31:38 ---> df -h: 16:31:38 Filesystem Size Used Available Use% Mounted on 16:31:38 overlay 50.0G 8.5G 41.4G 17% / 16:31:38 tmpfs 64.0M 0 64.0M 0% /dev 16:31:38 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 16:31:38 shm 64.0M 0 64.0M 0% /dev/shm 16:31:38 /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os 16:31:38 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf 16:31:38 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname 16:31:38 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts 16:31:38 /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json 16:31:38 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/dry_go-mod-core-contracts_master 16:31:38 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/dry_go-mod-core-contracts_master@tmp 16:31:38 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host 16:31:38 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure 16:31:38 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log 16:31:38 16:31:38 16:31:38 ---> free -m: 16:31:38 total used free shared buff/cache available 16:31:38 Mem: 1837 811 147 0 877 961 16:31:38 Swap: 1023 2 1021 16:31:38 16:31:38 16:31:38 ---> ip addr: 16:31:38 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 16:31:38 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 16:31:38 inet 127.0.0.1/8 scope host lo 16:31:38 valid_lft forever preferred_lft forever 16:31:38 inet6 ::1/128 scope host 16:31:38 valid_lft forever preferred_lft forever 16:31:38 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 16:31:38 link/ether fa:16:3e:3e:5a:b0 brd ff:ff:ff:ff:ff:ff 16:31:38 inet 10.30.123.177/23 brd 10.30.123.255 scope global dynamic eth0 16:31:38 valid_lft 85913sec preferred_lft 85913sec 16:31:38 inet6 fe80::f816:3eff:fe3e:5ab0/64 scope link 16:31:38 valid_lft forever preferred_lft forever 16:31:38 3: docker0: mtu 1500 qdisc noqueue state DOWN 16:31:38 link/ether 02:42:9a:c9:b5:39 brd ff:ff:ff:ff:ff:ff 16:31:38 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 16:31:38 valid_lft forever preferred_lft forever 16:31:38 inet6 fe80::42:9aff:fec9:b539/64 scope link 16:31:38 valid_lft forever preferred_lft forever 16:31:38 16:31:38 16:31:38 ---> sar -b -r -n DEV: 16:31:38 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/26/21 _x86_64_ (4 CPU) 16:31:38 16:31:38 16:23:21 LINUX RESTART (4 CPU) 16:31:38 16:31:38 16:24:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 16:31:38 16:25:01 48.71 10.97 37.75 0.00 4355.72 3380.64 0.00 16:31:38 16:26:01 1.95 0.00 1.95 0.00 0.00 40.69 0.00 16:31:38 16:27:01 0.17 0.00 0.17 0.00 0.00 2.43 0.00 16:31:38 16:28:01 0.38 0.00 0.38 0.00 0.00 5.76 0.00 16:31:38 16:29:01 0.22 0.00 0.22 0.00 0.00 2.35 0.00 16:31:38 16:30:01 250.78 158.32 92.46 0.00 8139.55 33721.90 0.00 16:31:38 16:31:01 221.48 79.53 141.95 0.00 4635.47 34403.39 0.00 16:31:38 Average: 74.90 35.62 39.29 0.00 2443.45 10242.59 0.00 16:31:38 16:31:38 16:24:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 16:31:38 16:25:01 145940 0 568432 30.21 2620 1164552 1099940 37.54 370240 1163528 136 16:31:38 16:26:01 150756 0 563608 29.95 2620 1164560 1070820 36.55 369460 1160912 20 16:31:38 16:27:01 150104 0 564256 29.99 2620 1164564 1070844 36.55 373376 1157112 8 16:31:38 16:28:01 148292 0 566064 30.09 2620 1164568 1070868 36.55 375568 1157080 8 16:31:38 16:29:01 148136 0 566216 30.09 2620 1164572 1070772 36.54 380736 1152568 8 16:31:38 16:30:01 128232 0 673176 35.78 2596 1077540 1374584 46.91 527992 960000 39588 16:31:38 16:31:01 227664 0 770116 40.93 1492 882272 1308368 44.65 577192 734656 52 16:31:38 Average: 157018 0 610267 32.43 2455 1111804 1152314 39.33 424938 1069408 5689 16:31:38 16:31:38 16:24:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 16:31:38 16:25:01 eth0 172.39 121.63 507.69 41.46 0.00 0.00 0.00 0.00 16:31:38 16:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:31:38 16:25:01 docker0 6.69 5.16 1.56 17.16 0.00 0.00 0.00 0.00 16:31:38 16:26:01 eth0 3.06 1.12 2.99 0.07 0.00 0.00 0.00 0.00 16:31:38 16:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:31:38 16:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:31:38 16:27:01 eth0 1.03 0.30 0.31 0.20 0.00 0.00 0.00 0.00 16:31:38 16:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:31:38 16:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:31:38 16:28:01 eth0 0.70 0.32 0.29 0.20 0.00 0.00 0.00 0.00 16:31:38 16:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:31:38 16:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:31:38 16:29:01 eth0 0.30 0.22 0.14 0.07 0.00 0.00 0.00 0.00 16:31:38 16:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:31:38 16:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:31:38 16:30:01 veth3722c94 18.86 18.74 1.76 128.42 0.00 0.00 0.00 0.00 16:31:38 16:30:01 eth0 447.15 364.68 4212.73 33.81 0.00 0.00 0.00 0.00 16:31:38 16:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:31:38 16:30:01 docker0 18.86 18.63 1.51 128.41 0.00 0.00 0.00 0.00 16:31:38 16:31:01 veth6790350 1.63 1.26 0.38 0.43 0.00 0.00 0.00 0.00 16:31:38 16:31:01 eth0 511.06 433.44 3462.92 132.44 0.00 0.00 0.00 0.00 16:31:38 16:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:31:38 16:31:01 docker0 29.38 32.96 1.92 202.43 0.00 0.00 0.00 0.00 16:31:38 Average: veth6790350 0.23 0.18 0.05 0.06 0.00 0.00 0.00 0.00 16:31:38 Average: eth0 162.28 131.74 1171.58 29.74 0.00 0.00 0.00 0.00 16:31:38 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:31:38 Average: docker0 7.85 8.12 0.71 49.81 0.00 0.00 0.00 0.00 16:31:38 16:31:38 16:31:38 ---> sar -P ALL: 16:31:38 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/26/21 _x86_64_ (4 CPU) 16:31:38 16:31:38 16:23:21 LINUX RESTART (4 CPU) 16:31:38 16:31:38 16:24:02 CPU %user %nice %system %iowait %steal %idle 16:31:38 16:25:01 all 3.89 0.00 2.33 1.48 0.07 92.23 16:31:38 16:25:01 0 4.29 0.00 2.20 0.85 0.03 92.62 16:31:38 16:25:01 1 3.23 0.00 2.80 2.99 0.10 90.89 16:31:38 16:25:01 2 3.87 0.00 2.35 0.46 0.07 93.25 16:31:38 16:25:01 3 4.18 0.00 1.96 1.62 0.09 92.14 16:31:38 16:26:01 all 0.25 0.00 0.06 0.00 0.00 99.68 16:31:38 16:26:01 0 0.52 0.00 0.08 0.00 0.00 99.40 16:31:38 16:26:01 1 0.22 0.00 0.07 0.00 0.02 99.70 16:31:38 16:26:01 2 0.22 0.00 0.05 0.00 0.00 99.73 16:31:38 16:26:01 3 0.05 0.00 0.05 0.00 0.00 99.90 16:31:38 16:27:01 all 0.20 0.00 0.13 0.00 0.00 99.67 16:31:38 16:27:01 0 0.53 0.00 0.05 0.00 0.02 99.40 16:31:38 16:27:01 1 0.07 0.00 0.03 0.00 0.00 99.90 16:31:38 16:27:01 2 0.10 0.00 0.38 0.00 0.00 99.52 16:31:38 16:27:01 3 0.08 0.00 0.05 0.00 0.00 99.87 16:31:38 16:28:01 all 0.15 0.00 0.03 0.00 0.00 99.81 16:31:38 16:28:01 0 0.52 0.00 0.02 0.00 0.00 99.47 16:31:38 16:28:01 1 0.05 0.00 0.05 0.00 0.00 99.90 16:31:38 16:28:01 2 0.03 0.00 0.05 0.00 0.00 99.92 16:31:38 16:28:01 3 0.02 0.00 0.02 0.00 0.00 99.97 16:31:38 16:29:01 all 0.19 0.00 0.20 0.00 0.01 99.60 16:31:38 16:29:01 0 0.53 0.00 0.12 0.00 0.02 99.33 16:31:38 16:29:01 1 0.10 0.00 0.22 0.00 0.03 99.65 16:31:38 16:29:01 2 0.05 0.00 0.32 0.00 0.00 99.63 16:31:38 16:29:01 3 0.07 0.00 0.17 0.00 0.00 99.77 16:31:38 16:30:01 all 9.12 0.00 6.48 2.28 0.13 81.99 16:31:38 16:30:01 0 8.71 0.00 7.01 3.36 0.17 80.75 16:31:38 16:30:01 1 9.14 0.00 6.13 1.72 0.10 82.90 16:31:38 16:30:01 2 8.68 0.00 6.44 2.93 0.15 81.80 16:31:38 16:30:01 3 9.94 0.00 6.36 1.09 0.09 82.52 16:31:38 16:31:01 all 12.36 0.00 9.66 3.03 0.21 74.75 16:31:38 16:31:01 0 10.99 0.00 8.79 2.25 0.22 77.74 16:31:38 16:31:01 1 11.02 0.00 10.97 3.85 0.19 73.98 16:31:38 16:31:01 2 12.74 0.00 10.84 4.59 0.21 71.62 16:31:38 16:31:01 3 14.69 0.00 8.06 1.40 0.21 75.64 16:31:38 Average: all 3.68 0.00 2.66 0.95 0.06 92.65 16:31:38 Average: 0 3.68 0.00 2.57 0.91 0.07 92.78 16:31:38 Average: 1 3.35 0.00 2.85 1.20 0.06 92.53 16:31:38 Average: 2 3.61 0.00 2.87 1.12 0.06 92.33 16:31:38 Average: 3 4.07 0.00 2.34 0.58 0.05 92.96 16:31:38 16:31:38 16:31:38