Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 62cd2f9a7c0fabe3cea9be936e5c0d288c9c35e1 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-core-contracts, buildImage:false, pushImage:false, semverBump:pre] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-core-contracts-settings PROJECT: go-mod-core-contracts USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-go-mod-core-contracts DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-24838’ is offline Running on prd-centos7-docker-4c-2g-24839 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git > git init /w/workspace/dry_go-mod-core-contracts_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 62cd2f9a7c0fabe3cea9be936e5c0d288c9c35e1 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 62cd2f9a7c0fabe3cea9be936e5c0d288c9c35e1 # timeout=10 Commit message: "Merge pull request #484 from weichou1229/issue-483" > git rev-list --no-walk bcafc233a11a94553b5bbd90034cf9c597dbd212 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 03:55:43 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 03:55:44 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 03:55:44 ========================================================= 03:55:44 EdgeX Global Pipelines Version Info 03:55:44 ========================================================= [Pipeline] libraryResource [Pipeline] sh 03:55:45 ------------------- 03:55:45 stable info: 03:55:45 ------------------- 03:55:45 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 03:55:45 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 03:55:45 Message: update stable to v1.0.179 03:55:46 ------------------- 03:55:46 experimental info: 03:55:46 ------------------- 03:55:46 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 03:55:46 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 03:55:46 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 03:55:46 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo 03:55:47 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo 03:55:47 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 03:55:47 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 03:55:47 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 03:55:47 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 03:55:47 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 03:55:47 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 03:55:47 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 03:55:47 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 03:55:48 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 03:55:48 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo 03:55:48 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 03:55:48 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 03:55:48 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 03:55:48 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 03:55:48 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 03:55:48 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 03:55:48 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 03:55:48 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 03:55:48 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 03:55:49 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 03:55:49 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 03:55:49 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 03:55:49 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 03:55:49 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 03:55:49 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 03:55:49 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 03:55:49 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 03:55:49 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 03:55:49 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 62cd2f9a7c0fabe3cea9be936e5c0d288c9c35e1 [Pipeline] echo 03:55:49 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 62cd2f9 [Pipeline] echo 03:55:49 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 03:55:50 + git log --format=format:%s -1 62cd2f9a7c0fabe3cea9be936e5c0d288c9c35e1 [Pipeline] echo 03:55:50 GIT_COMMIT: 62cd2f9a7c0fabe3cea9be936e5c0d288c9c35e1, Commit Message: Merge pull request #484 from weichou1229/issue-483 [Pipeline] echo 03:55:50 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 03:55:51 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:55:51 03:55:51 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 03:55:52 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:55:52 latest: Pulling from edgex-devops/git-semver 03:55:52 31603596830f: Pulling fs layer 03:55:52 2a8b12db71e7: Pulling fs layer 03:55:52 6ca5941a6612: Pulling fs layer 03:55:52 ecc8261a40a4: Pulling fs layer 03:55:52 ecc8261a40a4: Waiting 03:55:52 2a8b12db71e7: Verifying Checksum 03:55:52 2a8b12db71e7: Download complete 03:55:52 31603596830f: Verifying Checksum 03:55:52 31603596830f: Download complete 03:55:52 ecc8261a40a4: Verifying Checksum 03:55:52 ecc8261a40a4: Download complete 03:55:52 6ca5941a6612: Verifying Checksum 03:55:52 6ca5941a6612: Download complete 03:55:52 31603596830f: Pull complete 03:55:52 2a8b12db71e7: Pull complete 03:55:53 6ca5941a6612: Pull complete 03:55:53 ecc8261a40a4: Pull complete 03:55:53 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 03:55:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:55:53 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 03:55:54 prd-centos7-docker-4c-2g-24839 does not seem to be running inside a container 03:55:54 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 03:55:56 $ docker top 87092c4700378efba7e29127805eaff244cf0bd35b732d12c5677504b803aab0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:55:56 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:55:56 [ssh-agent] Looking for ssh-agent implementation... 03:55:56 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:55:56 $ docker exec 87092c4700378efba7e29127805eaff244cf0bd35b732d12c5677504b803aab0 ssh-agent 03:55:57 SSH_AUTH_SOCK=/tmp/ssh-JbLOnTR5mHWU/agent.12 03:55:57 SSH_AGENT_PID=18 03:55:57 Running ssh-add (command line suppressed) 03:55:57 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_8272265365151014758.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_8272265365151014758.key) 03:55:57 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:55:57 + git tag --points-at HEAD [Pipeline] } 03:55:57 $ docker exec --env ******** --env ******** 87092c4700378efba7e29127805eaff244cf0bd35b732d12c5677504b803aab0 ssh-agent -k 03:55:57 unset SSH_AUTH_SOCK; 03:55:57 unset SSH_AGENT_PID; 03:55:57 echo Agent pid 18 killed; 03:55:57 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 03:55:57 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:55:57 [ssh-agent] Looking for ssh-agent implementation... 03:55:58 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:55:58 $ docker exec 87092c4700378efba7e29127805eaff244cf0bd35b732d12c5677504b803aab0 ssh-agent 03:55:58 SSH_AUTH_SOCK=/tmp/ssh-PQfyHZFgixjy/agent.46 03:55:58 SSH_AGENT_PID=52 03:55:58 Running ssh-add (command line suppressed) 03:55:58 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_3454094616524073325.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_3454094616524073325.key) 03:55:58 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:55:58 + git semver init 03:55:58 # -> Open(): unable to determine branch for HEAD 03:55:58 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 03:55:58 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 03:55:58 # $SEMVER_REMOTE_NAME = origin 03:55:58 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 03:55:58 # $SEMVER_USER_NAME = edgex-jenkins 03:55:58 # $SEMVER_BRANCH = master 03:55:58 # $SEMVER_TEMP = /tmp/semver-138553051 03:55:58 # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP 03:55:59 # '/tmp/semver-138553051' -> '/w/workspace/dry_go-mod-core-contracts_master/.semver' 03:55:59 # -> Force: false 03:55:59 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } 03:55:59 $ docker exec --env ******** --env ******** 87092c4700378efba7e29127805eaff244cf0bd35b732d12c5677504b803aab0 ssh-agent -k 03:55:59 unset SSH_AUTH_SOCK; 03:55:59 unset SSH_AGENT_PID; 03:55:59 echo Agent pid 52 killed; 03:55:59 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:56:00 + git semver [Pipeline] } 03:56:00 $ docker stop --time=1 87092c4700378efba7e29127805eaff244cf0bd35b732d12c5677504b803aab0 03:56:02 $ docker rm -f 87092c4700378efba7e29127805eaff244cf0bd35b732d12c5677504b803aab0 [Pipeline] // withDockerContainer [Pipeline] sh 03:56:02 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 03:56:03 Stashed 1 file(s) [Pipeline] echo 03:56:03 [edgeXSemver]: initialized semver on version 2.0.0-dev.20 [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 03:56:18 Still waiting to schedule task 03:56:18 Waiting for next available executor on ‘centos7-docker-4c-2g’ 03:56:18 Still waiting to schedule task 03:56:18 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 03:58:47 Running on prd-ubuntu18.04-docker-arm64-4c-16g-24841 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws 03:58:47 Running in /w/workspace/go-mod-core-contracts/138 [Pipeline] { [Pipeline] checkout 03:58:52 Running on prd-centos7-docker-4c-2g-24842 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws 03:58:52 Running in /w/workspace/go-mod-core-contracts/138 [Pipeline] { [Pipeline] checkout 03:58:52 using credential edgex-jenkins-ssh 03:58:52 Cloning the remote Git repository 03:58:52 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 03:58:52 > git init /w/workspace/go-mod-core-contracts/138 # timeout=10 03:58:52 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 03:58:52 > git --version # timeout=10 03:58:52 > git --version # 'git version 2.17.1' 03:58:52 using GIT_SSH to set credentials SSH Credentials for GitHub 03:58:52 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 03:58:54 Checking out Revision 62cd2f9a7c0fabe3cea9be936e5c0d288c9c35e1 (master) 03:58:54 using credential edgex-jenkins-ssh 03:58:54 Cloning the remote Git repository 03:58:54 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 03:58:54 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 03:58:54 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 03:58:54 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 03:58:54 using GIT_SSH to set credentials SSH Credentials for GitHub 03:58:54 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 03:58:54 > git config core.sparsecheckout # timeout=10 03:58:54 > git checkout -f 62cd2f9a7c0fabe3cea9be936e5c0d288c9c35e1 # timeout=10 03:58:54 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 03:58:55 > git init /w/workspace/go-mod-core-contracts/138 # timeout=10 03:58:55 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 03:58:55 > git --version # timeout=10 03:58:55 > git --version # 'git version 2.24.3' 03:58:55 using GIT_SSH to set credentials SSH Credentials for GitHub 03:58:55 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 03:58:55 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 03:58:55 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 03:58:55 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 03:58:55 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 03:58:55 using GIT_SSH to set credentials SSH Credentials for GitHub 03:58:55 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 03:58:56 Checking out Revision 62cd2f9a7c0fabe3cea9be936e5c0d288c9c35e1 (master) 03:58:56 > git config core.sparsecheckout # timeout=10 03:58:56 > git checkout -f 62cd2f9a7c0fabe3cea9be936e5c0d288c9c35e1 # timeout=10 03:58:59 Commit message: "Merge pull request #484 from weichou1229/issue-483" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 03:59:00 Commit message: "Merge pull request #484 from weichou1229/issue-483" 03:59:00 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 03:59:00 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 03:59:01 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 03:59:01 + + truesudo 03:59:01 service docker restart 03:59:01 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 03:59:02 + sudo service docker restart 03:59:02 + true 03:59:02 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 03:59:03 ========================================================= 03:59:03 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 03:59:03 ========================================================= [Pipeline] isUnix [Pipeline] sh 03:59:03 + 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 . 03:59:04 Sending build context to Docker daemon 2.519MB 03:59:04 Step 1/7 : ARG BASE=golang:1.15-alpine 03:59:04 Step 2/7 : FROM ${BASE} 03:59:04 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 03:59:04 188c0c94c7c5: Pulling fs layer 03:59:04 0ef7d3d256c8: Pulling fs layer 03:59:04 de9db76c5a1d: Pulling fs layer 03:59:04 bca2f99d35d6: Pulling fs layer 03:59:04 93359f2a8cfa: Pulling fs layer 03:59:04 7c6f9722023f: Pulling fs layer 03:59:04 a35cf1a2eb13: Pulling fs layer 03:59:04 bca2f99d35d6: Waiting 03:59:04 7c6f9722023f: Waiting 03:59:04 a35cf1a2eb13: Waiting 03:59:04 93359f2a8cfa: Waiting 03:59:04 de9db76c5a1d: Verifying Checksum 03:59:04 de9db76c5a1d: Download complete 03:59:04 0ef7d3d256c8: Verifying Checksum 03:59:04 0ef7d3d256c8: Download complete 03:59:04 93359f2a8cfa: Verifying Checksum 03:59:04 93359f2a8cfa: Download complete 03:59:04 7c6f9722023f: Verifying Checksum 03:59:04 7c6f9722023f: Download complete 03:59:04 188c0c94c7c5: Verifying Checksum 03:59:04 188c0c94c7c5: Download complete [Pipeline] unstash 03:59:04 188c0c94c7c5: Pull complete [Pipeline] echo 03:59:04 ========================================================= 03:59:04 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 03:59:04 ========================================================= [Pipeline] isUnix [Pipeline] sh 03:59:04 0ef7d3d256c8: Pull complete 03:59:04 de9db76c5a1d: Pull complete 03:59:04 + 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 . 03:59:05 Sending build context to Docker daemon 2.518MB 03:59:05 Step 1/7 : ARG BASE=golang:1.15-alpine 03:59:05 Step 2/7 : FROM ${BASE} 03:59:06 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 03:59:06 5f621e34cdf4: Pulling fs layer 03:59:06 a4357932f1b6: Pulling fs layer 03:59:06 18c013af1878: Pulling fs layer 03:59:06 00ac8860ef70: Pulling fs layer 03:59:06 63d7cb157983: Pulling fs layer 03:59:06 b116817d02f9: Pulling fs layer 03:59:06 745a02a5169b: Pulling fs layer 03:59:06 63d7cb157983: Waiting 03:59:06 b116817d02f9: Waiting 03:59:06 745a02a5169b: Waiting 03:59:06 00ac8860ef70: Waiting 03:59:06 18c013af1878: Download complete 03:59:06 a4357932f1b6: Download complete 03:59:06 63d7cb157983: Verifying Checksum 03:59:06 63d7cb157983: Download complete 03:59:06 b116817d02f9: Verifying Checksum 03:59:06 b116817d02f9: Download complete 03:59:06 a35cf1a2eb13: Verifying Checksum 03:59:06 a35cf1a2eb13: Download complete 03:59:07 5f621e34cdf4: Verifying Checksum 03:59:07 5f621e34cdf4: Download complete 03:59:07 5f621e34cdf4: Pull complete 03:59:07 bca2f99d35d6: Verifying Checksum 03:59:07 bca2f99d35d6: Download complete 03:59:08 a4357932f1b6: Pull complete 03:59:08 18c013af1878: Pull complete 03:59:09 745a02a5169b: Verifying Checksum 03:59:09 745a02a5169b: Download complete 03:59:10 00ac8860ef70: Verifying Checksum 03:59:10 00ac8860ef70: Download complete 03:59:13 bca2f99d35d6: Pull complete 03:59:13 93359f2a8cfa: Pull complete 03:59:13 7c6f9722023f: Pull complete 03:59:20 00ac8860ef70: Pull complete 03:59:20 63d7cb157983: Pull complete 03:59:20 b116817d02f9: Pull complete 03:59:23 a35cf1a2eb13: Pull complete 03:59:23 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 03:59:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 03:59:23 ---> a62c8e92a672 03:59:23 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 03:59:23 ---> Running in 23283ef421d5 03:59:23 Removing intermediate container 23283ef421d5 03:59:23 ---> c3cebc17c20b 03:59:23 Step 4/7 : RUN apk add bash 03:59:23 ---> Running in ca3366fb6af6 03:59:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:59:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:59:25 OK: 166 MiB in 39 packages 03:59:25 745a02a5169b: Pull complete 03:59:25 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 03:59:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 03:59:25 ---> b7e6874047d6 03:59:25 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 03:59:25 Removing intermediate container ca3366fb6af6 03:59:25 ---> 091bb6e48a52 03:59:25 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 03:59:25 ---> Running in 87be33220f87 03:59:25 Removing intermediate container 87be33220f87 03:59:25 ---> 218849441794 03:59:25 Step 6/7 : COPY go.mod . 03:59:25 ---> 31c1b300327f 03:59:25 Step 7/7 : RUN go mod download 03:59:25 ---> Running in c6ce41245114 03:59:27 ---> Running in 5ab0840f77de 03:59:27 Removing intermediate container 5ab0840f77de 03:59:27 ---> 789916569ce0 03:59:27 Step 4/7 : RUN apk add bash 03:59:27 ---> Running in 3c44c9e69732 03:59:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:59:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:59:30 OK: 142 MiB in 39 packages 03:59:31 Removing intermediate container 3c44c9e69732 03:59:31 ---> 900bf7eab75b 03:59:31 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 03:59:32 ---> Running in 87679b7c84cd 03:59:32 Removing intermediate container 87679b7c84cd 03:59:32 ---> f6274b2f3e06 03:59:32 Step 6/7 : COPY go.mod . 03:59:33 ---> 7a4c1f4adf14 03:59:33 Step 7/7 : RUN go mod download 03:59:33 ---> Running in e568bcc3ac6f 03:59:38 Removing intermediate container c6ce41245114 03:59:38 ---> 878ddec3d3fe 03:59:38 Successfully built 878ddec3d3fe 03:59:38 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 03:59:38 + docker inspect -f . ci-base-image-x86_64 03:59:38 . [Pipeline] withDockerContainer 03:59:38 prd-centos7-docker-4c-2g-24842 does not seem to be running inside a container 03:59:38 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/138 -v /w/workspace/go-mod-core-contracts/138:/w/workspace/go-mod-core-contracts/138:rw,z -v /w/workspace/go-mod-core-contracts/138@tmp:/w/workspace/go-mod-core-contracts/138@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 03:59:39 $ docker top ebff8b594a22ecacf76aeb0fa00fd31e167b416a40676fbb7e0bd24f5476707b -eo pid,comm [Pipeline] { [Pipeline] sh 03:59:39 + go version 03:59:39 go version go1.15.5 linux/amd64 [Pipeline] } 03:59:39 $ docker stop --time=1 ebff8b594a22ecacf76aeb0fa00fd31e167b416a40676fbb7e0bd24f5476707b 03:59:41 $ docker rm -f ebff8b594a22ecacf76aeb0fa00fd31e167b416a40676fbb7e0bd24f5476707b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:59:42 + docker inspect -f . ci-base-image-x86_64 03:59:42 . [Pipeline] withDockerContainer 03:59:42 prd-centos7-docker-4c-2g-24842 does not seem to be running inside a container 03:59:42 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/138 -v /w/workspace/go-mod-core-contracts/138:/w/workspace/go-mod-core-contracts/138:rw,z -v /w/workspace/go-mod-core-contracts/138@tmp:/w/workspace/go-mod-core-contracts/138@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 03:59:42 $ docker top aeeb52484b7c9dafeb6f70374622eab688ea91c1805fbbb65b262ba7ab2e0a08 -eo pid,comm [Pipeline] { [Pipeline] sh 03:59:43 + make test 03:59:43 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 03:59:48 Removing intermediate container e568bcc3ac6f 03:59:48 ---> 2b73ea098b55 03:59:48 Successfully built 2b73ea098b55 03:59:48 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 03:59:48 + docker inspect -f . ci-base-image-arm64 03:59:48 . [Pipeline] withDockerContainer 03:59:49 prd-ubuntu18.04-docker-arm64-4c-16g-24841 does not seem to be running inside a container 03:59:49 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/138 -v /w/workspace/go-mod-core-contracts/138:/w/workspace/go-mod-core-contracts/138:rw,z -v /w/workspace/go-mod-core-contracts/138@tmp:/w/workspace/go-mod-core-contracts/138@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 03:59:50 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] 03:59:50 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.017s coverage: 85.7% of statements 03:59:50 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.024s coverage: 100.0% of statements 03:59:50 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.020s coverage: 45.4% of statements 03:59:50 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.010s coverage: 77.8% of statements 03:59:50 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 03:59:50 $ docker top 3caaa2fdb926215735016e1681d03160693c69c4c48b4507e759b3dab650b9c3 -eo pid,comm [Pipeline] { [Pipeline] sh 03:59:51 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.016s coverage: 26.3% of statements 03:59:51 + go version 03:59:51 go version go1.15.5 linux/arm64 [Pipeline] } 03:59:51 $ docker stop --time=1 3caaa2fdb926215735016e1681d03160693c69c4c48b4507e759b3dab650b9c3 03:59:51 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.026s coverage: 14.7% of statements 03:59:51 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.012s coverage: 100.0% of statements 03:59:51 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.024s coverage: 91.8% of statements 03:59:51 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] 03:59:51 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] 03:59:51 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.018s coverage: 100.0% of statements 03:59:52 ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.022s coverage: 36.7% of statements 03:59:53 $ docker rm -f 3caaa2fdb926215735016e1681d03160693c69c4c48b4507e759b3dab650b9c3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } 03:59:54 ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.042s coverage: 63.0% of statements 03:59:54 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.006s coverage: 26.3% of statements 03:59:54 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.008s coverage: 15.4% of statements 03:59:54 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.008s coverage: 15.4% of statements 03:59:54 ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.070s coverage: 14.3% of statements 03:59:54 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:59:54 + docker inspect -f . ci-base-image-arm64 03:59:54 . [Pipeline] withDockerContainer 03:59:54 prd-ubuntu18.04-docker-arm64-4c-16g-24841 does not seem to be running inside a container 03:59:55 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/138 -v /w/workspace/go-mod-core-contracts/138:/w/workspace/go-mod-core-contracts/138:rw,z -v /w/workspace/go-mod-core-contracts/138@tmp:/w/workspace/go-mod-core-contracts/138@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 03:59:55 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.080s coverage: 84.8% of statements 03:59:55 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] 03:59:55 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] 03:59:55 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] 03:59:55 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.017s coverage: 49.2% of statements 03:59:55 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.008s coverage: 94.7% of statements 03:59:56 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.038s coverage: 88.7% of statements 03:59:56 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.007s coverage: 100.0% of statements 03:59:56 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models [no test files] 03:59:56 $ docker top 77923cdf488d11271c6de385a142445a58e8089997babf207e66474dd86ce7ed -eo pid,comm 03:59:56 CGO_ENABLED=0 GO111MODULE=on go vet ./... [Pipeline] { [Pipeline] sh 03:59:57 + make test 03:59:57 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 03:59:57 gofmt -l . 03:59:58 [ "`gofmt -l .`" = "" ] [Pipeline] } 03:59:58 $ docker stop --time=1 aeeb52484b7c9dafeb6f70374622eab688ea91c1805fbbb65b262ba7ab2e0a08 04:00:00 $ docker rm -f aeeb52484b7c9dafeb6f70374622eab688ea91c1805fbbb65b262ba7ab2e0a08 [Pipeline] // withDockerContainer [Pipeline] sh 04:00:01 + sudo chown -R jenkins:jenkins . [Pipeline] stash 04:00:01 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] } 04:00:19 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] 04:00:21 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.045s coverage: 85.7% of statements 04:00:21 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.042s coverage: 100.0% of statements 04:00:23 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.042s coverage: 45.4% of statements 04:00:23 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.036s coverage: 77.8% of statements 04:00:23 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 04:00:24 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.014s coverage: 26.3% of statements 04:00:25 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.072s coverage: 14.7% of statements 04:00:25 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.047s coverage: 100.0% of statements 04:00:26 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.078s coverage: 91.8% of statements 04:00:26 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] 04:00:26 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] 04:00:26 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.009s coverage: 100.0% of statements 04:00:26 ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.023s coverage: 36.7% of statements 04:00:31 ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.130s coverage: 63.0% of statements 04:00:31 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.065s coverage: 26.3% of statements 04:00:31 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.036s coverage: 15.4% of statements 04:00:31 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.060s coverage: 15.4% of statements 04:00:31 ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.023s coverage: 14.3% of statements 04:00:31 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] 04:00:35 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.203s coverage: 84.8% of statements 04:00:35 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] 04:00:35 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] 04:00:35 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] 04:00:35 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.108s coverage: 49.2% of statements 04:00:35 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.074s coverage: 94.7% of statements 04:00:37 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.144s coverage: 88.7% of statements 04:00:37 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.026s coverage: 100.0% of statements 04:00:37 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models [no test files] 04:00:37 CGO_ENABLED=0 GO111MODULE=on go vet ./... 04:00:43 gofmt -l . 04:00:44 [ "`gofmt -l .`" = "" ] [Pipeline] } 04:00:44 $ docker stop --time=1 77923cdf488d11271c6de385a142445a58e8089997babf207e66474dd86ce7ed 04:00:46 $ docker rm -f 77923cdf488d11271c6de385a142445a58e8089997babf207e66474dd86ce7ed [Pipeline] // withDockerContainer [Pipeline] sh 04:00:47 + sudo chown -R jenkins:jenkins . [Pipeline] stash 04:00:47 Warning: overwriting stash ‘coverage-report’ 04:00:48 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 04:00:50 provisioning config files... 04:00:50 copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config9133281616639684706tmp [Pipeline] { [Pipeline] sh 04:00:51 + set +x 04:00:51 + curl -s https://codecov.io/bash 04:00:51 + bash -s -- 04:00:51 04:00:51 _____ _ 04:00:51 / ____| | | 04:00:51 | | ___ __| | ___ ___ _____ __ 04:00:51 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 04:00:51 | |___| (_) | (_| | __/ (_| (_) \ V / 04:00:51 \_____\___/ \__,_|\___|\___\___/ \_/ 04:00:51 Bash-20210129-7c25fce 04:00:51 04:00:51 04:00:51 ==> git version 2.24.3 found 04:00:51 ==> 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 04:00:51 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 04:00:51 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 04:00:51 curl: option -sm: expected a proper numerical parameter 04:00:51 curl: try 'curl --help' or 'curl --manual' for more information 04:00:51 ==> Jenkins CI detected. 04:00:51 project root: . 04:00:51 --> token set from env 04:00:51 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 04:00:51 ==> Running gcov in . (disable via -X gcov) 04:00:51 ==> Python coveragepy not found 04:00:51 ==> Searching for coverage reports in: 04:00:51 + . 04:00:51 -> Found 1 reports 04:00:51 ==> Detecting git/mercurial file structure 04:00:51 ==> Reading reports 04:00:51 + ./coverage.out bytes=147060 04:00:51 ==> Appending adjustments 04:00:51 https://docs.codecov.io/docs/fixing-reports 04:00:52 + Found adjustments 04:00:52 ==> Gzipping contents 04:00:52 24K /tmp/codecov.yNXA7p.gz 04:00:52 ==> Uploading reports 04:00:52 url: https://codecov.io 04:00:52 query: branch=master&commit=62cd2f9a7c0fabe3cea9be936e5c0d288c9c35e1&build=138&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2Fmaster%2F138%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=&job=&cmd_args= 04:00:52 -> Pinging Codecov 04:00:52 https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=master&commit=62cd2f9a7c0fabe3cea9be936e5c0d288c9c35e1&build=138&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2Fmaster%2F138%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=&job=&cmd_args= 04:00:55 -> Uploading to 04:00:55 https://storage.googleapis.com/codecov/v4/raw/2021-02-04/71470A77251A30514AAF9C0BB2E5B6CE/62cd2f9a7c0fabe3cea9be936e5c0d288c9c35e1/4b3fea22-0f69-4cb0-acdd-e69fdc25b086.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210204%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210204T040055Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=a4af8c190ace7375cd42318e9f8e501195a45a09aa5fd73c9cd6204e21f62638 04:00:55 % Total % Received % Xferd Average Speed Time Time Time Current 04:00:55 Dload Upload Total Spent Left Speed 04:00:56 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 22377 0 0 100 22377 0 44852 --:--:-- --:--:-- --:--:-- 44843 100 22377 0 0 100 22377 0 44837 --:--:-- --:--:-- --:--:-- 44843 04:00:56 -> View reports at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/62cd2f9a7c0fabe3cea9be936e5c0d288c9c35e1 [Pipeline] } 04:00:56 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 04:00:57 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 04:00:57 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:00:57 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 04:00:57 04:00:57 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 04:00:57 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 04:00:57 1.410.4: Pulling from edgex-devops/edgex-snyk-go 04:00:57 188c0c94c7c5: Pulling fs layer 04:00:57 0ef7d3d256c8: Pulling fs layer 04:00:57 de9db76c5a1d: Pulling fs layer 04:00:57 0eba1c9be4d2: Pulling fs layer 04:00:57 0d57e429df01: Pulling fs layer 04:00:57 4e4be7b47b0d: Pulling fs layer 04:00:57 e1f770b5df2f: Pulling fs layer 04:00:57 85a0685a4137: Pulling fs layer 04:00:57 4e4be7b47b0d: Waiting 04:00:57 e1f770b5df2f: Waiting 04:00:57 0eba1c9be4d2: Waiting 04:00:57 de9db76c5a1d: Download complete 04:00:57 0ef7d3d256c8: Download complete 04:00:57 0d57e429df01: Download complete 04:00:57 4e4be7b47b0d: Download complete 04:00:57 188c0c94c7c5: Verifying Checksum 04:00:57 188c0c94c7c5: Download complete 04:00:58 188c0c94c7c5: Pull complete 04:00:58 0ef7d3d256c8: Pull complete 04:00:58 de9db76c5a1d: Pull complete 04:00:59 e1f770b5df2f: Verifying Checksum 04:00:59 e1f770b5df2f: Download complete 04:01:01 0eba1c9be4d2: Verifying Checksum 04:01:01 0eba1c9be4d2: Download complete 04:01:01 85a0685a4137: Verifying Checksum 04:01:01 85a0685a4137: Download complete 04:01:08 0eba1c9be4d2: Pull complete 04:01:08 0d57e429df01: Pull complete 04:01:08 4e4be7b47b0d: Pull complete 04:01:12 e1f770b5df2f: Pull complete 04:01:19 85a0685a4137: Pull complete 04:01:19 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 04:01:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 04:01:19 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 04:01:19 prd-centos7-docker-4c-2g-24839 does not seem to be running inside a container 04:01:19 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 04:01:20 $ docker top a56df37d64c971f5d4bf341bc5cd63b731cee726da208b146dd0fc9bf909b064 -eo pid,comm [Pipeline] { [Pipeline] echo 04:01:21 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 04:01:21 + set -o pipefail 04:01:21 + snyk monitor '--org=edgex-jenkins' 04:01:26 04:01:26 Monitoring /w/workspace/dry_go-mod-core-contracts_master (github.com/edgexfoundry/go-mod-core-contracts/v2)... 04:01:26 04:01:26 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/3f4394a4-4413-42ba-ada0-473d353def69/history/c6ecc72b-cf0a-4231-a280-d14327bb928a 04:01:26 04:01:26 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 04:01:26 04:01:26 [Pipeline] } 04:01:26 $ docker stop --time=1 a56df37d64c971f5d4bf341bc5cd63b731cee726da208b146dd0fc9bf909b064 04:01:29 $ docker rm -f a56df37d64c971f5d4bf341bc5cd63b731cee726da208b146dd0fc9bf909b064 [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 04:01:31 + git log --format=format:%s -1 62cd2f9a7c0fabe3cea9be936e5c0d288c9c35e1 [Pipeline] isUnix [Pipeline] sh 04:01:31 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:01:31 . [Pipeline] withDockerContainer 04:01:31 prd-centos7-docker-4c-2g-24839 does not seem to be running inside a container 04:01:31 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 04:01:32 $ docker top f3a5812ea6d14508e1b4851c290a4314f9e117684d7506d0489ba15245bec133 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:01:32 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:01:32 [ssh-agent] Looking for ssh-agent implementation... 04:01:32 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:01:32 $ docker exec f3a5812ea6d14508e1b4851c290a4314f9e117684d7506d0489ba15245bec133 ssh-agent 04:01:32 SSH_AUTH_SOCK=/tmp/ssh-YqieqWQnQZRC/agent.12 04:01:32 SSH_AGENT_PID=17 04:01:32 Running ssh-add (command line suppressed) 04:01:33 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_3669761048981119591.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_3669761048981119591.key) 04:01:33 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:01:33 + git semver tag 04:01:33 # -> Open(): unable to determine branch for HEAD 04:01:33 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 04:01:33 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 04:01:33 # $SEMVER_REMOTE_NAME = origin 04:01:33 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 04:01:33 # $SEMVER_USER_NAME = edgex-jenkins 04:01:33 # $SEMVER_BRANCH = master 04:01:33 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver 04:01:33 # 62cd2f9a7c0fabe3cea9be936e5c0d288c9c35e1 HEAD 04:01:33 # -> Force: false 04:01:33 # 594ae1335b3e5919916b4bf032d7491c0068253c refs/tags/v2.0.0-dev.20 [Pipeline] } 04:01:33 $ docker exec --env ******** --env ******** f3a5812ea6d14508e1b4851c290a4314f9e117684d7506d0489ba15245bec133 ssh-agent -k 04:01:33 unset SSH_AUTH_SOCK; 04:01:33 unset SSH_AGENT_PID; 04:01:33 echo Agent pid 17 killed; 04:01:33 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:01:34 + git semver [Pipeline] } 04:01:34 $ docker stop --time=1 f3a5812ea6d14508e1b4851c290a4314f9e117684d7506d0489ba15245bec133 04:01:35 $ docker rm -f f3a5812ea6d14508e1b4851c290a4314f9e117684d7506d0489ba15245bec133 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 04:01:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 04:01:36 04:01:36 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 04:01:37 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 04:01:37 0.23.1-centos7: Pulling from edgex-lftools 04:01:37 ab5ef0e58194: Pulling fs layer 04:01:37 9712f1f96733: Pulling fs layer 04:01:37 63f879dbbcfc: Pulling fs layer 04:01:37 0d9ebad4ef96: Pulling fs layer 04:01:37 e9a5061849ea: Pulling fs layer 04:01:37 d747dcd14b5f: Pulling fs layer 04:01:37 2de7ff778b66: Pulling fs layer 04:01:37 e9a5061849ea: Waiting 04:01:37 d747dcd14b5f: Waiting 04:01:37 2de7ff778b66: Waiting 04:01:37 0d9ebad4ef96: Waiting 04:01:37 9712f1f96733: Verifying Checksum 04:01:37 9712f1f96733: Download complete 04:01:38 63f879dbbcfc: Verifying Checksum 04:01:38 63f879dbbcfc: Download complete 04:01:38 e9a5061849ea: Verifying Checksum 04:01:38 e9a5061849ea: Download complete 04:01:38 d747dcd14b5f: Verifying Checksum 04:01:38 d747dcd14b5f: Download complete 04:01:39 2de7ff778b66: Verifying Checksum 04:01:39 2de7ff778b66: Download complete 04:01:39 0d9ebad4ef96: Verifying Checksum 04:01:39 0d9ebad4ef96: Download complete 04:01:39 ab5ef0e58194: Download complete 04:01:44 ab5ef0e58194: Pull complete 04:01:44 9712f1f96733: Pull complete 04:01:46 63f879dbbcfc: Pull complete 04:01:53 0d9ebad4ef96: Pull complete 04:01:53 e9a5061849ea: Pull complete 04:01:54 d747dcd14b5f: Pull complete 04:01:58 2de7ff778b66: Pull complete 04:01:58 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 04:01:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 04:01:58 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 04:01:58 prd-centos7-docker-4c-2g-24839 does not seem to be running inside a container 04:01:58 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 04:02:02 $ docker top 76b32ec66a12d33b64d4c32fe27aa845d4b035ac6a446cd04b3675ca54885ef4 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 04:02:02 provisioning config files... 04:02:02 copy managed file [sigul-config] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config2344661091284478104tmp 04:02:02 copy managed file [sigul-password] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config4262782743753863395tmp 04:02:02 copy managed file [sigul-pki] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config9204292050540634103tmp [Pipeline] { [Pipeline] echo 04:02:02 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 04:02:02 ---> sigul-configuration.sh 04:02:02 gpg: directory `/root/.gnupg' created 04:02:02 gpg: new configuration file `/root/.gnupg/gpg.conf' created 04:02:02 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 04:02:02 gpg: keyring `/root/.gnupg/secring.gpg' created 04:02:02 gpg: keyring `/root/.gnupg/pubring.gpg' created 04:02:02 gpg: CAST5 encrypted data 04:02:03 gpg: encrypted with 1 passphrase 04:02:03 gpg: WARNING: message was not integrity protected [Pipeline] sh 04:02:03 + mkdir /home/jenkins 04:02:03 + mkdir /home/jenkins/sigul [Pipeline] sh 04:02:03 + 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 04:02:04 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 04:02:04 ---> sigul-install.sh 04:02:11 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 04:02:11 + git tag --list 04:02:11 v0.0.0 04:02:11 v0.0.1 04:02:11 v0.1.0 04:02:11 v0.1.1 04:02:11 v0.1.10 04:02:11 v0.1.100 04:02:11 v0.1.101 04:02:11 v0.1.102 04:02:11 v0.1.103 04:02:11 v0.1.104 04:02:11 v0.1.105 04:02:11 v0.1.106 04:02:11 v0.1.107 04:02:11 v0.1.108 04:02:11 v0.1.109 04:02:11 v0.1.11 04:02:11 v0.1.110 04:02:11 v0.1.111 04:02:11 v0.1.112 04:02:11 v0.1.113 04:02:11 v0.1.114 04:02:11 v0.1.115 04:02:11 v0.1.116 04:02:11 v0.1.117 04:02:11 v0.1.118 04:02:11 v0.1.119 04:02:11 v0.1.12 04:02:11 v0.1.120 04:02:11 v0.1.121 04:02:11 v0.1.122 04:02:11 v0.1.123 04:02:11 v0.1.124 04:02:11 v0.1.125 04:02:11 v0.1.126 04:02:11 v0.1.127 04:02:11 v0.1.128 04:02:11 v0.1.129 04:02:11 v0.1.13 04:02:11 v0.1.130 04:02:11 v0.1.131 04:02:11 v0.1.132 04:02:11 v0.1.133 04:02:11 v0.1.134 04:02:11 v0.1.135 04:02:11 v0.1.136 04:02:11 v0.1.137 04:02:11 v0.1.138 04:02:11 v0.1.139 04:02:11 v0.1.14 04:02:11 v0.1.140 04:02:11 v0.1.141 04:02:11 v0.1.142 04:02:11 v0.1.143 04:02:11 v0.1.144 04:02:11 v0.1.145 04:02:11 v0.1.146 04:02:11 v0.1.147 04:02:11 v0.1.148 04:02:11 v0.1.149 04:02:11 v0.1.15 04:02:11 v0.1.16 04:02:11 v0.1.17 04:02:11 v0.1.18 04:02:11 v0.1.19 04:02:11 v0.1.2 04:02:11 v0.1.20 04:02:11 v0.1.21 04:02:11 v0.1.22 04:02:11 v0.1.23 04:02:11 v0.1.24 04:02:11 v0.1.25 04:02:11 v0.1.26 04:02:11 v0.1.27 04:02:11 v0.1.28 04:02:11 v0.1.29 04:02:11 v0.1.3 04:02:11 v0.1.30 04:02:11 v0.1.31 04:02:11 v0.1.32 04:02:11 v0.1.33 04:02:11 v0.1.34 04:02:11 v0.1.35 04:02:11 v0.1.36 04:02:11 v0.1.37 04:02:11 v0.1.38 04:02:11 v0.1.39 04:02:11 v0.1.4 04:02:11 v0.1.40 04:02:11 v0.1.41 04:02:11 v0.1.42 04:02:11 v0.1.43 04:02:11 v0.1.44 04:02:11 v0.1.45 04:02:11 v0.1.46 04:02:11 v0.1.47 04:02:11 v0.1.48 04:02:11 v0.1.49 04:02:11 v0.1.5 04:02:11 v0.1.50 04:02:11 v0.1.51 04:02:11 v0.1.52 04:02:11 v0.1.53 04:02:11 v0.1.54 04:02:11 v0.1.55 04:02:11 v0.1.56 04:02:11 v0.1.57 04:02:11 v0.1.58 04:02:11 v0.1.59 04:02:11 v0.1.6 04:02:11 v0.1.60 04:02:11 v0.1.61 04:02:11 v0.1.62 04:02:11 v0.1.63 04:02:11 v0.1.64 04:02:11 v0.1.65 04:02:11 v0.1.66 04:02:11 v0.1.67 04:02:11 v0.1.68 04:02:11 v0.1.69 04:02:11 v0.1.7 04:02:11 v0.1.70 04:02:11 v0.1.71 04:02:11 v0.1.72 04:02:11 v0.1.73 04:02:11 v0.1.74 04:02:11 v0.1.75 04:02:11 v0.1.76 04:02:11 v0.1.77 04:02:11 v0.1.78 04:02:11 v0.1.79 04:02:11 v0.1.8 04:02:11 v0.1.80 04:02:11 v0.1.81 04:02:11 v0.1.82 04:02:11 v0.1.83 04:02:11 v0.1.84 04:02:11 v0.1.85 04:02:11 v0.1.86 04:02:11 v0.1.87 04:02:11 v0.1.88 04:02:11 v0.1.89 04:02:11 v0.1.9 04:02:11 v0.1.90 04:02:11 v0.1.91 04:02:11 v0.1.92 04:02:11 v0.1.93 04:02:11 v0.1.94 04:02:11 v0.1.95 04:02:11 v0.1.96 04:02:11 v0.1.97 04:02:11 v0.1.98 04:02:11 v0.1.99 04:02:11 v2.0.0-dev.1 04:02:11 v2.0.0-dev.10 04:02:11 v2.0.0-dev.11 04:02:11 v2.0.0-dev.12 04:02:11 v2.0.0-dev.13 04:02:11 v2.0.0-dev.14 04:02:11 v2.0.0-dev.15 04:02:11 v2.0.0-dev.16 04:02:11 v2.0.0-dev.17 04:02:11 v2.0.0-dev.18 04:02:11 v2.0.0-dev.19 04:02:11 v2.0.0-dev.2 04:02:11 v2.0.0-dev.20 04:02:11 v2.0.0-dev.3 04:02:11 v2.0.0-dev.4 04:02:11 v2.0.0-dev.5 04:02:11 v2.0.0-dev.6 04:02:11 v2.0.0-dev.7 04:02:11 v2.0.0-dev.8 04:02:11 v2.0.0-dev.9 [Pipeline] sh 04:02:11 + lftools sign git-tag v2.0.0-dev.20 04:02:13 Signing Git tag with Sigul... 04:02:13 Signing v2.0.0-dev.20 [Pipeline] echo 04:02:14 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 04:02:14 ---> sigul-configuration-cleanup.sh [Pipeline] } 04:02:14 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 04:02:14 $ docker stop --time=1 76b32ec66a12d33b64d4c32fe27aa845d4b035ac6a446cd04b3675ca54885ef4 04:02:16 $ docker rm -f 76b32ec66a12d33b64d4c32fe27aa845d4b035ac6a446cd04b3675ca54885ef4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 04:02:17 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:02:17 . [Pipeline] withDockerContainer 04:02:17 prd-centos7-docker-4c-2g-24839 does not seem to be running inside a container 04:02:17 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 04:02:18 $ docker top e8dc7dc0260bc16b362bb9ccc270b9273d94a0ffb646020173bb79ba08614424 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:02:18 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:02:18 [ssh-agent] Looking for ssh-agent implementation... 04:02:19 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:02:19 $ docker exec e8dc7dc0260bc16b362bb9ccc270b9273d94a0ffb646020173bb79ba08614424 ssh-agent 04:02:19 SSH_AUTH_SOCK=/tmp/ssh-gipl2sjViEE2/agent.12 04:02:19 SSH_AGENT_PID=17 04:02:19 Running ssh-add (command line suppressed) 04:02:19 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_7764622707385416885.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_7764622707385416885.key) 04:02:19 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:02:19 + git semver bump pre 04:02:19 # -> Open(): unable to determine branch for HEAD 04:02:19 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 04:02:19 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 04:02:19 # $SEMVER_REMOTE_NAME = origin 04:02:19 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 04:02:19 # $SEMVER_USER_NAME = edgex-jenkins 04:02:19 # $SEMVER_BRANCH = master 04:02:19 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver 04:02:19 2.0.0-dev.21 [Pipeline] } 04:02:19 $ docker exec --env ******** --env ******** e8dc7dc0260bc16b362bb9ccc270b9273d94a0ffb646020173bb79ba08614424 ssh-agent -k 04:02:20 unset SSH_AUTH_SOCK; 04:02:20 unset SSH_AGENT_PID; 04:02:20 echo Agent pid 17 killed; 04:02:20 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:02:20 + git semver [Pipeline] } 04:02:20 $ docker stop --time=1 e8dc7dc0260bc16b362bb9ccc270b9273d94a0ffb646020173bb79ba08614424 04:02:22 $ docker rm -f e8dc7dc0260bc16b362bb9ccc270b9273d94a0ffb646020173bb79ba08614424 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 04:02:22 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:02:22 . [Pipeline] withDockerContainer 04:02:22 prd-centos7-docker-4c-2g-24839 does not seem to be running inside a container 04:02:22 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 04:02:23 $ docker top c97473fb96082ef847670a76d23499304e3e98866c23b450d2a6a3b3b9c1cfe1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:02:23 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:02:23 [ssh-agent] Looking for ssh-agent implementation... 04:02:24 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:02:24 $ docker exec c97473fb96082ef847670a76d23499304e3e98866c23b450d2a6a3b3b9c1cfe1 ssh-agent 04:02:24 SSH_AUTH_SOCK=/tmp/ssh-Gtyr60YMasZB/agent.11 04:02:24 SSH_AGENT_PID=16 04:02:24 Running ssh-add (command line suppressed) 04:02:24 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_4217461775042721744.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_4217461775042721744.key) 04:02:24 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:02:24 + git semver push 04:02:24 # -> Open(): unable to determine branch for HEAD 04:02:24 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 04:02:24 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 04:02:24 # $SEMVER_REMOTE_NAME = origin 04:02:24 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 04:02:24 # $SEMVER_USER_NAME = edgex-jenkins 04:02:24 # $SEMVER_BRANCH = master 04:02:24 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } 04:02:31 $ docker exec --env ******** --env ******** c97473fb96082ef847670a76d23499304e3e98866c23b450d2a6a3b3b9c1cfe1 ssh-agent -k 04:02:31 unset SSH_AUTH_SOCK; 04:02:31 unset SSH_AGENT_PID; 04:02:31 echo Agent pid 16 killed; 04:02:31 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:02:32 + git semver [Pipeline] } 04:02:32 $ docker stop --time=1 c97473fb96082ef847670a76d23499304e3e98866c23b450d2a6a3b3b9c1cfe1 04:02:33 $ docker rm -f c97473fb96082ef847670a76d23499304e3e98866c23b450d2a6a3b3b9c1cfe1 [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 04:02:35 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 04:02:36 ---> package-listing.sh 04:02:36 ++ facter osfamily 04:02:36 ++ tr '[:upper:]' '[:lower:]' 04:02:36 + OS_FAMILY=redhat 04:02:36 + workspace=/w/workspace/dry_go-mod-core-contracts_master 04:02:36 + START_PACKAGES=/tmp/packages_start.txt 04:02:36 + END_PACKAGES=/tmp/packages_end.txt 04:02:36 + DIFF_PACKAGES=/tmp/packages_diff.txt 04:02:36 + PACKAGES=/tmp/packages_start.txt 04:02:36 + '[' /w/workspace/dry_go-mod-core-contracts_master ']' 04:02:36 + PACKAGES=/tmp/packages_end.txt 04:02:36 + case "${OS_FAMILY}" in 04:02:36 + rpm -qa 04:02:36 + sort 04:02:41 + '[' -f /tmp/packages_start.txt ']' 04:02:41 + '[' -f /tmp/packages_end.txt ']' 04:02:41 + diff /tmp/packages_start.txt /tmp/packages_end.txt 04:02:41 + '[' /w/workspace/dry_go-mod-core-contracts_master ']' 04:02:41 + mkdir -p /w/workspace/dry_go-mod-core-contracts_master/archives/ 04:02:41 + 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 04:02:41 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 04:02:41 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 04:02:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:02:41 04:02:41 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 04:02:42 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:02:42 alpine: Pulling from edgex-lftools-log-publisher 04:02:42 df20fa9351a1: Pulling fs layer 04:02:42 36b3adc4ff6f: Pulling fs layer 04:02:42 8ad3a11d3b57: Pulling fs layer 04:02:42 46f8f816bc3b: Pulling fs layer 04:02:42 93b61091891f: Pulling fs layer 04:02:42 93b9cdb0e59b: Pulling fs layer 04:02:42 5e14af77c1be: Pulling fs layer 04:02:42 01666e4c0597: Pulling fs layer 04:02:42 aa168da1d23b: Pulling fs layer 04:02:42 93b9cdb0e59b: Waiting 04:02:42 5e14af77c1be: Waiting 04:02:42 01666e4c0597: Waiting 04:02:42 46f8f816bc3b: Waiting 04:02:42 aa168da1d23b: Waiting 04:02:42 93b61091891f: Waiting 04:02:42 36b3adc4ff6f: Download complete 04:02:42 46f8f816bc3b: Verifying Checksum 04:02:42 46f8f816bc3b: Download complete 04:02:42 df20fa9351a1: Download complete 04:02:42 93b9cdb0e59b: Verifying Checksum 04:02:42 93b9cdb0e59b: Download complete 04:02:42 93b61091891f: Download complete 04:02:42 5e14af77c1be: Verifying Checksum 04:02:42 5e14af77c1be: Download complete 04:02:42 01666e4c0597: Verifying Checksum 04:02:42 01666e4c0597: Download complete 04:02:42 df20fa9351a1: Pull complete 04:02:42 8ad3a11d3b57: Verifying Checksum 04:02:42 8ad3a11d3b57: Download complete 04:02:43 36b3adc4ff6f: Pull complete 04:02:43 8ad3a11d3b57: Pull complete 04:02:44 46f8f816bc3b: Pull complete 04:02:45 93b61091891f: Pull complete 04:02:45 aa168da1d23b: Download complete 04:02:45 93b9cdb0e59b: Pull complete 04:02:45 5e14af77c1be: Pull complete 04:02:45 01666e4c0597: Pull complete 04:02:54 aa168da1d23b: Pull complete 04:02:54 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 04:02:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:02:54 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 04:02:54 prd-centos7-docker-4c-2g-24839 does not seem to be running inside a container 04:02:54 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dry_go-mod-core-contracts_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 04:02:57 $ docker top fbd1a6ae7bace8c5ddf7962522ac69f4a3b06347c80529fddbeb83dca5278b78 -eo pid,comm [Pipeline] { [Pipeline] sh 04:02:57 + touch /tmp/pre-build-complete [Pipeline] sh 04:02:57 + mkdir -p /var/log/sa [Pipeline] sh 04:02:58 + ls /var/log/sa-host 04:02:58 + sadf -c /var/log/sa-host/sa04 04:02:58 file_magic: OK 04:02:58 HZ: Using current value: 100 04:02:58 file_header: OK 04:02:58 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 04:02:58 Statistics: 04:02:58 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 04:02:58 File successfully converted to sysstat format version 12.2.1 04:02:58 + sadf -c /var/log/sa-host/sa23 04:02:58 file_magic: OK 04:02:58 HZ: Using current value: 100 04:02:58 file_header: OK 04:02:58 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 04:02:58 Statistics: 04:02:58 Hnuu...uuuununununu... 04:02:58 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:02:58 provisioning config files... 04:02:58 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config236925568890121835tmp [Pipeline] { [Pipeline] echo 04:02:58 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 04:02:58 ---> create-netrc.sh [Pipeline] } 04:02:58 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 04:02:58 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 04:02:59 ---> python-tools-install.sh [Pipeline] echo 04:02:59 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 04:02:59 ---> sudo-logs.sh 04:02:59 Archiving 'sudo' log.. [Pipeline] echo 04:02:59 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 04:02:59 ---> job-cost.sh 04:02:59 lf-activate-venv: SKIPPING 04:02:59 INFO: No Stack... 04:03:00 INFO: Retrieving Pricing Info for: v1-standard-2 04:03:01 INFO: Archiving Costs [Pipeline] echo 04:03:01 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 04:03:01 ---> logs-deploy.sh 04:03:01 lf-activate-venv: SKIPPING 04:03:01 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/master/138 04:03:01 INFO: archiving workspace using pattern(s): 04:03:04 Archives upload complete. 04:03:04 INFO: archiving logs to Nexus 04:03:05 ---> uname -a: 04:03:05 Linux prd-centos7-docker-4c-2g-24839.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 04:03:05 04:03:05 04:03:05 ---> lscpu: 04:03:05 Architecture: x86_64 04:03:05 CPU op-mode(s): 32-bit, 64-bit 04:03:05 Byte Order: Little Endian 04:03:05 Address sizes: 40 bits physical, 48 bits virtual 04:03:05 CPU(s): 4 04:03:05 On-line CPU(s) list: 0-3 04:03:05 Thread(s) per core: 1 04:03:05 Core(s) per socket: 1 04:03:05 Socket(s): 4 04:03:05 NUMA node(s): 1 04:03:05 Vendor ID: GenuineIntel 04:03:05 CPU family: 6 04:03:05 Model: 44 04:03:05 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 04:03:05 Stepping: 1 04:03:05 CPU MHz: 2933.436 04:03:05 BogoMIPS: 5866.87 04:03:05 Virtualization: VT-x 04:03:05 Hypervisor vendor: KVM 04:03:05 Virtualization type: full 04:03:05 L1d cache: 128 KiB 04:03:05 L1i cache: 128 KiB 04:03:05 L2 cache: 16 MiB 04:03:05 L3 cache: 64 MiB 04:03:05 NUMA node0 CPU(s): 0-3 04:03:05 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 04:03:05 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 04:03:05 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 04:03:05 Vulnerability Meltdown: Mitigation; PTI 04:03:05 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 04:03:05 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 04:03:05 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 04:03:05 Vulnerability Srbds: Not affected 04:03:05 Vulnerability Tsx async abort: Not affected 04:03:05 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 04:03:05 04:03:05 04:03:05 ---> nproc: 04:03:05 4 04:03:05 04:03:05 04:03:05 ---> df -h: 04:03:05 Filesystem Size Used Available Use% Mounted on 04:03:05 overlay 50.0G 8.5G 41.4G 17% / 04:03:05 tmpfs 64.0M 0 64.0M 0% /dev 04:03:05 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 04:03:05 shm 64.0M 0 64.0M 0% /dev/shm 04:03:05 /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os 04:03:05 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf 04:03:05 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname 04:03:05 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts 04:03:05 /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json 04:03:05 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/dry_go-mod-core-contracts_master 04:03:05 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/dry_go-mod-core-contracts_master@tmp 04:03:05 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host 04:03:05 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure 04:03:05 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log 04:03:05 04:03:05 04:03:05 ---> free -m: 04:03:05 total used free shared buff/cache available 04:03:05 Mem: 1837 829 137 0 870 944 04:03:05 Swap: 1023 3 1020 04:03:05 04:03:05 04:03:05 ---> ip addr: 04:03:05 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 04:03:05 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 04:03:05 inet 127.0.0.1/8 scope host lo 04:03:05 valid_lft forever preferred_lft forever 04:03:05 inet6 ::1/128 scope host 04:03:05 valid_lft forever preferred_lft forever 04:03:05 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 04:03:05 link/ether fa:16:3e:0a:0e:b7 brd ff:ff:ff:ff:ff:ff 04:03:05 inet 10.30.122.8/23 brd 10.30.123.255 scope global dynamic eth0 04:03:05 valid_lft 85928sec preferred_lft 85928sec 04:03:05 inet6 fe80::f816:3eff:fe0a:eb7/64 scope link 04:03:05 valid_lft forever preferred_lft forever 04:03:05 3: docker0: mtu 1500 qdisc noqueue state DOWN 04:03:05 link/ether 02:42:d2:cc:fa:a5 brd ff:ff:ff:ff:ff:ff 04:03:05 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 04:03:05 valid_lft forever preferred_lft forever 04:03:05 inet6 fe80::42:d2ff:fecc:faa5/64 scope link 04:03:05 valid_lft forever preferred_lft forever 04:03:05 04:03:05 04:03:05 ---> sar -b -r -n DEV: 04:03:05 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/04/21 _x86_64_ (4 CPU) 04:03:05 04:03:05 03:55:00 LINUX RESTART (4 CPU) 04:03:05 04:03:05 03:56:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 04:03:05 03:57:01 4.16 1.91 2.25 0.00 171.86 50.60 0.00 04:03:05 03:58:01 0.42 0.00 0.42 0.00 0.00 6.89 0.00 04:03:05 03:59:01 0.30 0.00 0.30 0.00 0.00 3.21 0.00 04:03:05 04:00:01 0.22 0.00 0.22 0.00 0.00 3.10 0.00 04:03:05 04:01:01 9.92 1.17 8.75 0.00 305.86 3946.82 0.00 04:03:05 04:02:02 406.15 194.93 211.22 0.00 9721.82 60078.59 0.00 04:03:05 Average: 70.65 33.22 37.43 0.00 1710.71 10751.45 0.00 04:03:05 04:03:05 03:56:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 04:03:05 03:57:01 150416 0 577992 30.72 2620 1150516 1126680 38.45 433504 1095840 24 04:03:05 03:58:01 158352 0 570048 30.30 2620 1150524 1083932 36.99 427664 1095368 8 04:03:05 03:59:01 157272 0 571124 30.35 2620 1150528 1076784 36.75 430688 1093768 20 04:03:05 04:00:01 157756 0 570640 30.33 2620 1150528 1076676 36.75 438280 1085504 12 04:03:05 04:01:01 76064 0 645668 34.32 2620 1157192 1488076 50.79 513472 1083912 34268 04:03:05 04:02:02 133740 0 786288 41.79 2056 959460 1546504 52.78 566656 847424 36 04:03:05 Average: 138933 0 620293 32.97 2526 1119791 1233109 42.08 468377 1050303 5728 04:03:05 04:03:05 03:56:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 04:03:05 03:57:01 eth0 15.05 12.61 7.44 21.16 0.00 0.00 0.00 0.00 04:03:05 03:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:03:05 03:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:03:05 03:58:01 eth0 1.77 0.33 0.38 0.20 0.00 0.00 0.00 0.00 04:03:05 03:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:03:05 03:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:03:05 03:59:01 eth0 1.43 0.53 0.58 0.36 0.00 0.00 0.00 0.00 04:03:05 03:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:03:05 03:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:03:05 04:00:01 eth0 0.10 0.08 0.01 0.04 0.00 0.00 0.00 0.00 04:03:05 04:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:03:05 04:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:03:05 04:01:01 eth0 405.66 353.08 3966.07 27.64 0.00 0.00 0.00 0.00 04:03:05 04:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:03:05 04:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:03:05 04:02:02 vethf32e220 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 04:03:05 04:02:02 eth0 419.54 364.32 3444.53 41.29 0.00 0.00 0.00 0.00 04:03:05 04:02:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:03:05 04:02:02 docker0 19.50 18.77 1.53 128.53 0.00 0.00 0.00 0.00 04:03:05 Average: vethf32e220 0.00 0.01 0.00 0.00 0.00 0.00 0.00 0.00 04:03:05 Average: eth0 141.19 122.35 1241.96 15.12 0.00 0.00 0.00 0.00 04:03:05 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:03:05 Average: docker0 3.27 3.15 0.26 21.57 0.00 0.00 0.00 0.00 04:03:05 04:03:05 04:03:05 ---> sar -P ALL: 04:03:05 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/04/21 _x86_64_ (4 CPU) 04:03:05 04:03:05 03:55:00 LINUX RESTART (4 CPU) 04:03:05 04:03:05 03:56:02 CPU %user %nice %system %iowait %steal %idle 04:03:05 03:57:01 all 0.59 0.00 0.16 0.03 0.00 99.23 04:03:05 03:57:01 0 0.65 0.00 0.22 0.05 0.00 99.08 04:03:05 03:57:01 1 0.70 0.00 0.14 0.02 0.00 99.15 04:03:05 03:57:01 2 0.39 0.00 0.19 0.02 0.00 99.41 04:03:05 03:57:01 3 0.61 0.00 0.08 0.02 0.00 99.29 04:03:05 03:58:01 all 0.16 0.00 0.04 0.00 0.01 99.78 04:03:05 03:58:01 0 0.50 0.00 0.03 0.00 0.00 99.47 04:03:05 03:58:01 1 0.05 0.00 0.03 0.00 0.02 99.90 04:03:05 03:58:01 2 0.05 0.00 0.07 0.00 0.02 99.87 04:03:05 03:58:01 3 0.05 0.00 0.03 0.00 0.02 99.90 04:03:05 03:59:01 all 0.17 0.00 0.08 0.00 0.02 99.72 04:03:05 03:59:01 0 0.48 0.00 0.07 0.00 0.02 99.43 04:03:05 03:59:01 1 0.05 0.00 0.02 0.00 0.02 99.92 04:03:05 03:59:01 2 0.08 0.00 0.13 0.00 0.02 99.77 04:03:05 03:59:01 3 0.08 0.00 0.12 0.00 0.03 99.77 04:03:05 04:00:01 all 0.13 0.00 0.03 0.00 0.00 99.84 04:03:05 04:00:01 0 0.40 0.00 0.00 0.00 0.00 99.60 04:03:05 04:00:01 1 0.03 0.00 0.03 0.00 0.00 99.93 04:03:05 04:00:01 2 0.03 0.00 0.07 0.00 0.00 99.90 04:03:05 04:00:01 3 0.03 0.00 0.03 0.00 0.00 99.93 04:03:05 04:01:01 all 1.88 0.00 1.35 0.17 0.03 96.57 04:03:05 04:01:01 0 2.32 0.00 2.12 0.24 0.02 95.30 04:03:05 04:01:01 1 1.58 0.00 1.29 0.15 0.03 96.95 04:03:05 04:01:01 2 1.94 0.00 1.02 0.15 0.03 96.85 04:03:05 04:01:01 3 1.67 0.00 0.95 0.13 0.05 97.19 04:03:05 04:02:02 all 15.86 0.00 11.67 3.63 0.35 68.49 04:03:05 04:02:02 0 15.05 0.00 12.61 4.26 0.37 67.72 04:03:05 04:02:02 1 14.97 0.00 11.21 2.17 0.34 71.30 04:03:05 04:02:02 2 17.36 0.00 12.12 3.98 0.35 66.19 04:03:05 04:02:02 3 16.04 0.00 10.75 4.13 0.35 68.74 04:03:05 Average: all 3.06 0.00 2.17 0.62 0.07 94.08 04:03:05 Average: 0 3.16 0.00 2.44 0.74 0.06 93.60 04:03:05 Average: 1 2.84 0.00 2.08 0.38 0.07 94.64 04:03:05 Average: 2 3.24 0.00 2.21 0.67 0.07 93.81 04:03:05 Average: 3 3.01 0.00 1.94 0.69 0.07 94.28 04:03:05 04:03:05 04:03:05