Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 6ef992542d2ebec3158a6d299b79d768b936a4de 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 f82e9360b4159668f7e3e090307a6179e9a8e48d 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 f82e9360b4159668f7e3e090307a6179e9a8e48d 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 f82e9360b4159668f7e3e090307a6179e9a8e48d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f82e9360b4159668f7e3e090307a6179e9a8e48d # timeout=10 Commit message: "Merge pull request #311 from ernestojeda/fix-data-binary" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-core-contracts, buildImage:false, pushImage:false, semverBump:patch] ========================================================= [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: patch 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-builder-2c-1g-20773’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-15505’ is offline; ‘prd-centos7-docker-4c-2g-21074’ is offline; ‘prd-centos7-docker-4c-2g-21076’ is offline; ‘prd-centos7-docker-4c-2g-21083’ is offline; ‘prd-centos7-docker-4c-2g-21085’ is offline; ‘prd-centos7-docker-4c-2g-21089’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-21060’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-21087’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-21093 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git > git init /w/workspace/dry_go-mod-core-contracts_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 6ef992542d2ebec3158a6d299b79d768b936a4de (master) > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 6ef992542d2ebec3158a6d299b79d768b936a4de # timeout=10 Commit message: "Merge pull request #435 from edgexfoundry/dependabot/go_modules/github.com/google/uuid-1.1.5" > git rev-list --no-walk c0e791ce8d89920a1cc47c081dc832321f7746d3 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 03:20:29 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 03:20:30 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 03:20:30 ========================================================= 03:20:30 EdgeX Global Pipelines Version Info 03:20:30 ========================================================= [Pipeline] libraryResource [Pipeline] sh 03:20:32 ------------------- 03:20:32 stable info: 03:20:32 ------------------- 03:20:32 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 03:20:32 Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d 03:20:32 Message: update stable to v1.0.177 03:20:33 ------------------- 03:20:33 experimental info: 03:20:33 ------------------- 03:20:33 Commited By: **** collab-it+edgex@linuxfoundation.org 03:20:33 Commit SHA: e10e8b1c2921d3c8fd668fd9f38a05cab6ea93a3 03:20:33 Message: update experimental to v1.0.178 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 03:20:33 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo 03:20:33 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo 03:20:33 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 03:20:33 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 03:20:33 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 03:20:33 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 03:20:34 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 03:20:34 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 03:20:34 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 03:20:34 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 03:20:34 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 03:20:34 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo 03:20:34 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 03:20:34 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 03:20:34 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 03:20:34 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 03:20:35 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 03:20:35 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 03:20:35 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo 03:20:35 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 03:20:35 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 03:20:35 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 03:20:35 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 03:20:35 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 03:20:36 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 03:20:36 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 03:20:36 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 03:20:36 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 03:20:36 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 03:20:36 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 03:20:36 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 6ef992542d2ebec3158a6d299b79d768b936a4de [Pipeline] echo 03:20:36 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 6ef9925 [Pipeline] echo 03:20:36 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 03:20:37 + git log --format=format:%s -1 6ef992542d2ebec3158a6d299b79d768b936a4de [Pipeline] echo 03:20:37 GIT_COMMIT: 6ef992542d2ebec3158a6d299b79d768b936a4de, Commit Message: Merge pull request #435 from edgexfoundry/dependabot/go_modules/github.com/google/uuid-1.1.5 [Pipeline] echo 03:20:37 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 03:20:38 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:20:38 03:20:38 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 03:20:39 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:20:39 latest: Pulling from edgex-devops/git-semver 03:20:39 31603596830f: Pulling fs layer 03:20:39 2a8b12db71e7: Pulling fs layer 03:20:39 6ca5941a6612: Pulling fs layer 03:20:39 ecc8261a40a4: Pulling fs layer 03:20:39 ecc8261a40a4: Waiting 03:20:39 2a8b12db71e7: Verifying Checksum 03:20:39 2a8b12db71e7: Download complete 03:20:39 31603596830f: Verifying Checksum 03:20:39 31603596830f: Download complete 03:20:39 ecc8261a40a4: Verifying Checksum 03:20:39 ecc8261a40a4: Download complete 03:20:39 6ca5941a6612: Verifying Checksum 03:20:39 6ca5941a6612: Download complete 03:20:39 31603596830f: Pull complete 03:20:39 2a8b12db71e7: Pull complete 03:20:40 6ca5941a6612: Pull complete 03:20:40 ecc8261a40a4: Pull complete 03:20:40 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 03:20:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:20:41 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 03:20:41 prd-centos7-docker-4c-2g-21093 does not seem to be running inside a container 03:20:41 $ 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:20:43 $ docker top ae5aa37596282f27395d9834b161d26bc41d7f63aaac8e21b00def877ea13499 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:20:44 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:20:44 [ssh-agent] Looking for ssh-agent implementation... 03:20:44 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:20:44 $ docker exec ae5aa37596282f27395d9834b161d26bc41d7f63aaac8e21b00def877ea13499 ssh-agent 03:20:44 SSH_AUTH_SOCK=/tmp/ssh-8mmIf4s6QKTa/agent.13 03:20:44 SSH_AGENT_PID=18 03:20:44 Running ssh-add (command line suppressed) 03:20:44 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_8904831126550477338.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_8904831126550477338.key) 03:20:45 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:20:45 + git tag --points-at HEAD [Pipeline] } 03:20:45 $ docker exec --env ******** --env ******** ae5aa37596282f27395d9834b161d26bc41d7f63aaac8e21b00def877ea13499 ssh-agent -k 03:20:45 unset SSH_AUTH_SOCK; 03:20:45 unset SSH_AGENT_PID; 03:20:45 echo Agent pid 18 killed; 03:20:45 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 03:20:45 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:20:45 [ssh-agent] Looking for ssh-agent implementation... 03:20:45 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:20:45 $ docker exec ae5aa37596282f27395d9834b161d26bc41d7f63aaac8e21b00def877ea13499 ssh-agent 03:20:46 SSH_AUTH_SOCK=/tmp/ssh-ZZ2ZVPb3qziP/agent.48 03:20:46 SSH_AGENT_PID=54 03:20:46 Running ssh-add (command line suppressed) 03:20:46 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_8778050250708080671.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_8778050250708080671.key) 03:20:46 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:20:46 + git semver init 03:20:46 # -> Open(): unable to determine branch for HEAD 03:20:46 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 03:20:46 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 03:20:46 # $SEMVER_REMOTE_NAME = origin 03:20:46 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 03:20:46 # $SEMVER_USER_NAME = edgex-jenkins 03:20:46 # $SEMVER_BRANCH = master 03:20:46 # $SEMVER_TEMP = /tmp/semver-019206773 03:20:46 # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP 03:20:47 # '/tmp/semver-019206773' -> '/w/workspace/dry_go-mod-core-contracts_master/.semver' 03:20:47 # -> Force: false 03:20:47 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } 03:20:47 $ docker exec --env ******** --env ******** ae5aa37596282f27395d9834b161d26bc41d7f63aaac8e21b00def877ea13499 ssh-agent -k 03:20:47 unset SSH_AUTH_SOCK; 03:20:47 unset SSH_AGENT_PID; 03:20:47 echo Agent pid 54 killed; 03:20:47 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:20:48 + git semver [Pipeline] } 03:20:48 $ docker stop --time=1 ae5aa37596282f27395d9834b161d26bc41d7f63aaac8e21b00def877ea13499 03:20:50 $ docker rm -f ae5aa37596282f27395d9834b161d26bc41d7f63aaac8e21b00def877ea13499 [Pipeline] // withDockerContainer [Pipeline] sh 03:20:50 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 03:20:51 Stashed 1 file(s) [Pipeline] echo 03:20:51 [edgeXSemver]: initialized semver on version 0.1.148 [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:21:06 Still waiting to schedule task 03:21:06 ‘prd-centos7-builder-2c-1g-20773’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-15505’ is offline; ‘prd-centos7-docker-4c-2g-21074’ is offline; ‘prd-centos7-docker-4c-2g-21076’ is offline; ‘prd-centos7-docker-4c-2g-21078’ is offline; ‘prd-centos7-docker-4c-2g-21083’ is offline; ‘prd-centos7-docker-4c-2g-21084’ is offline; ‘prd-centos7-docker-4c-2g-21085’ is offline; ‘prd-centos7-docker-4c-2g-21097’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-21060’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-21082’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-21087’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-21090’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-21096’ doesn’t have label ‘centos7-docker-4c-2g’ 03:21:06 Still waiting to schedule task 03:21:06 ‘prd-centos7-builder-2c-1g-20773’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-15505’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-21074’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-21076’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-21078’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-21083’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-21084’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-21085’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-21097’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-21060’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-21082’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-21087’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-21090’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-21096’ is offline 03:21:47 Running on prd-centos7-docker-4c-2g-21102 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws 03:21:47 Running in /w/workspace/go-mod-core-contracts/117 [Pipeline] { [Pipeline] checkout 03:21:50 using credential edgex-jenkins-ssh 03:21:50 Cloning the remote Git repository 03:21:50 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 03:21:50 > git init /w/workspace/go-mod-core-contracts/117 # timeout=10 03:21:50 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 03:21:50 > git --version # timeout=10 03:21:50 > git --version # 'git version 2.24.3' 03:21:50 using GIT_SSH to set credentials SSH Credentials for GitHub 03:21:50 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 03:21:52 Checking out Revision 6ef992542d2ebec3158a6d299b79d768b936a4de (master) 03:21:51 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 03:21:51 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 03:21:51 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 03:21:51 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 03:21:51 using GIT_SSH to set credentials SSH Credentials for GitHub 03:21:51 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 03:21:52 > git config core.sparsecheckout # timeout=10 03:21:52 > git checkout -f 6ef992542d2ebec3158a6d299b79d768b936a4de # timeout=10 03:21:55 Commit message: "Merge pull request #435 from edgexfoundry/dependabot/go_modules/github.com/google/uuid-1.1.5" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 03:21:57 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 03:21:57 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 03:21:57 + true 03:21:57 + sudo service docker restart 03:21:57 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 03:21:59 ========================================================= 03:21:59 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 03:21:59 ========================================================= [Pipeline] isUnix [Pipeline] sh 03:21:59 + 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:22:00 Sending build context to Docker daemon 2.192MB 03:22:00 Step 1/7 : ARG BASE=golang:1.15-alpine 03:22:00 Step 2/7 : FROM ${BASE} 03:22:00 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 03:22:00 188c0c94c7c5: Pulling fs layer 03:22:00 0ef7d3d256c8: Pulling fs layer 03:22:00 de9db76c5a1d: Pulling fs layer 03:22:00 bca2f99d35d6: Pulling fs layer 03:22:00 93359f2a8cfa: Pulling fs layer 03:22:00 7c6f9722023f: Pulling fs layer 03:22:00 a35cf1a2eb13: Pulling fs layer 03:22:00 bca2f99d35d6: Waiting 03:22:00 93359f2a8cfa: Waiting 03:22:00 7c6f9722023f: Waiting 03:22:00 a35cf1a2eb13: Waiting 03:22:00 de9db76c5a1d: Verifying Checksum 03:22:00 de9db76c5a1d: Download complete 03:22:00 0ef7d3d256c8: Verifying Checksum 03:22:00 0ef7d3d256c8: Download complete 03:22:00 93359f2a8cfa: Verifying Checksum 03:22:00 93359f2a8cfa: Download complete 03:22:00 7c6f9722023f: Download complete 03:22:00 188c0c94c7c5: Verifying Checksum 03:22:00 188c0c94c7c5: Download complete 03:22:00 188c0c94c7c5: Pull complete 03:22:01 0ef7d3d256c8: Pull complete 03:22:01 de9db76c5a1d: Pull complete 03:22:02 a35cf1a2eb13: Verifying Checksum 03:22:02 a35cf1a2eb13: Download complete 03:22:05 bca2f99d35d6: Verifying Checksum 03:22:05 bca2f99d35d6: Download complete 03:22:11 bca2f99d35d6: Pull complete 03:22:11 93359f2a8cfa: Pull complete 03:22:11 7c6f9722023f: Pull complete 03:22:18 a35cf1a2eb13: Pull complete 03:22:18 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 03:22:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 03:22:18 ---> a62c8e92a672 03:22:18 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 03:22:18 ---> Running in 54bc2e47ed6e 03:22:18 Removing intermediate container 54bc2e47ed6e 03:22:18 ---> ef1979b15a2a 03:22:18 Step 4/7 : RUN apk add bash 03:22:18 ---> Running in a3061ada8418 03:22:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:22:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:22:21 OK: 166 MiB in 39 packages 03:22:21 Removing intermediate container a3061ada8418 03:22:21 ---> 72674ea3661b 03:22:21 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 03:22:22 ---> Running in c8751fa03481 03:22:22 Removing intermediate container c8751fa03481 03:22:22 ---> df79611949bf 03:22:22 Step 6/7 : COPY go.mod . 03:22:22 ---> ce220c1c7b6f 03:22:22 Step 7/7 : RUN go mod download 03:22:22 ---> Running in 1d804907080e 03:22:37 Removing intermediate container 1d804907080e 03:22:37 ---> 06a6a5308938 03:22:37 Successfully built 06a6a5308938 03:22:37 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 03:22:37 + docker inspect -f . ci-base-image-x86_64 03:22:37 . [Pipeline] withDockerContainer 03:22:38 prd-centos7-docker-4c-2g-21102 does not seem to be running inside a container 03:22:38 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/117 -v /w/workspace/go-mod-core-contracts/117:/w/workspace/go-mod-core-contracts/117:rw,z -v /w/workspace/go-mod-core-contracts/117@tmp:/w/workspace/go-mod-core-contracts/117@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 ******** ci-base-image-x86_64 cat 03:22:38 $ docker top 37b9b96405ededf132fe1cf200d9c3acc13171b568262be6cc75489e708d9868 -eo pid,comm [Pipeline] { [Pipeline] sh 03:22:39 + go version 03:22:39 go version go1.15.5 linux/amd64 [Pipeline] } 03:22:39 $ docker stop --time=1 37b9b96405ededf132fe1cf200d9c3acc13171b568262be6cc75489e708d9868 03:22:40 $ docker rm -f 37b9b96405ededf132fe1cf200d9c3acc13171b568262be6cc75489e708d9868 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:22:41 + docker inspect -f . ci-base-image-x86_64 03:22:41 . [Pipeline] withDockerContainer 03:22:41 prd-centos7-docker-4c-2g-21102 does not seem to be running inside a container 03:22:41 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/117 -v /w/workspace/go-mod-core-contracts/117:/w/workspace/go-mod-core-contracts/117:rw,z -v /w/workspace/go-mod-core-contracts/117@tmp:/w/workspace/go-mod-core-contracts/117@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 ******** ci-base-image-x86_64 cat 03:22:42 $ docker top 39732e3893040cb6889e22c8514c531e571b11855e0377d164fd270973e0c07c -eo pid,comm [Pipeline] { [Pipeline] sh 03:22:43 + make test 03:22:43 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 03:22:51 ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] 03:22:51 ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.027s coverage: 85.7% of statements 03:22:51 ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.013s coverage: 100.0% of statements 03:22:51 ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.034s coverage: 45.4% of statements 03:22:51 ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.034s coverage: 77.8% of statements 03:22:51 ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] 03:22:51 ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.016s coverage: 26.3% of statements 03:22:52 ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.022s coverage: 14.7% of statements 03:22:52 ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.005s coverage: 100.0% of statements 03:22:52 ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.033s coverage: 91.8% of statements 03:22:52 ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] 03:22:52 ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] 03:22:52 ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.047s coverage: 100.0% of statements 03:22:52 ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.007s coverage: 47.8% of statements 03:22:55 ok github.com/edgexfoundry/go-mod-core-contracts/models 0.024s coverage: 63.0% of statements 03:22:55 ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.008s coverage: 26.3% of statements 03:22:55 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.006s coverage: 15.4% of statements 03:22:55 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.005s coverage: 15.4% of statements 03:22:55 ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.027s coverage: 14.3% of statements 03:22:55 ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] 03:22:55 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http 0.078s coverage: 85.2% of statements 03:22:55 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http/utils [no test files] 03:22:55 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 03:22:55 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.009s coverage: 44.1% of statements 03:22:55 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.015s coverage: 94.4% of statements 03:22:56 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.034s coverage: 92.9% of statements 03:22:56 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.010s coverage: 100.0% of statements 03:22:56 ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] 03:22:56 CGO_ENABLED=0 GO111MODULE=on go vet ./... 03:22:57 gofmt -l . 03:22:57 [ "`gofmt -l .`" = "" ] [Pipeline] } 03:22:58 $ docker stop --time=1 39732e3893040cb6889e22c8514c531e571b11855e0377d164fd270973e0c07c 03:23:00 $ docker rm -f 39732e3893040cb6889e22c8514c531e571b11855e0377d164fd270973e0c07c [Pipeline] // withDockerContainer [Pipeline] sh 03:23:01 + sudo chown -R jenkins:jenkins . [Pipeline] stash 03:23: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] } 03:23:09 Running on prd-ubuntu18.04-docker-arm64-4c-16g-21103 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws 03:23:09 Running in /w/workspace/go-mod-core-contracts/117 [Pipeline] { [Pipeline] checkout 03:23:15 using credential edgex-jenkins-ssh 03:23:15 Cloning the remote Git repository 03:23:15 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 03:23:15 > git init /w/workspace/go-mod-core-contracts/117 # timeout=10 03:23:15 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 03:23:15 > git --version # timeout=10 03:23:15 > git --version # 'git version 2.17.1' 03:23:15 using GIT_SSH to set credentials SSH Credentials for GitHub 03:23:15 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 03:23:17 Checking out Revision 6ef992542d2ebec3158a6d299b79d768b936a4de (master) 03:23:16 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 03:23:16 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 03:23:16 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 03:23:16 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 03:23:16 using GIT_SSH to set credentials SSH Credentials for GitHub 03:23:16 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 03:23:17 > git config core.sparsecheckout # timeout=10 03:23:17 > git checkout -f 6ef992542d2ebec3158a6d299b79d768b936a4de # timeout=10 03:23:21 Commit message: "Merge pull request #435 from edgexfoundry/dependabot/go_modules/github.com/google/uuid-1.1.5" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 03:23:23 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 03:23:23 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 03:23:24 + sudo service docker restart 03:23:24 + true [Pipeline] unstash [Pipeline] echo 03:23:27 ========================================================= 03:23:27 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 03:23:27 ========================================================= [Pipeline] isUnix [Pipeline] sh 03:23:27 + 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:23:28 Sending build context to Docker daemon 2.191MB 03:23:28 Step 1/7 : ARG BASE=golang:1.15-alpine 03:23:28 Step 2/7 : FROM ${BASE} 03:23:29 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 03:23:29 5f621e34cdf4: Pulling fs layer 03:23:29 a4357932f1b6: Pulling fs layer 03:23:29 18c013af1878: Pulling fs layer 03:23:29 00ac8860ef70: Pulling fs layer 03:23:29 63d7cb157983: Pulling fs layer 03:23:29 b116817d02f9: Pulling fs layer 03:23:29 745a02a5169b: Pulling fs layer 03:23:29 63d7cb157983: Waiting 03:23:29 b116817d02f9: Waiting 03:23:29 00ac8860ef70: Waiting 03:23:29 745a02a5169b: Waiting 03:23:29 18c013af1878: Download complete 03:23:29 a4357932f1b6: Download complete 03:23:29 63d7cb157983: Verifying Checksum 03:23:29 63d7cb157983: Download complete 03:23:29 b116817d02f9: Verifying Checksum 03:23:29 b116817d02f9: Download complete 03:23:29 5f621e34cdf4: Download complete 03:23:29 5f621e34cdf4: Pull complete 03:23:30 a4357932f1b6: Pull complete 03:23:31 18c013af1878: Pull complete 03:23:32 745a02a5169b: Verifying Checksum 03:23:32 745a02a5169b: Download complete 03:23:33 00ac8860ef70: Verifying Checksum 03:23:33 00ac8860ef70: Download complete 03:23:43 00ac8860ef70: Pull complete 03:23:43 63d7cb157983: Pull complete 03:23:44 b116817d02f9: Pull complete 03:23:47 745a02a5169b: Pull complete 03:23:47 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 03:23:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 03:23:47 ---> b7e6874047d6 03:23:47 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 03:23:50 ---> Running in 4b0158bd273b 03:23:51 Removing intermediate container 4b0158bd273b 03:23:51 ---> 02f340e1a28f 03:23:51 Step 4/7 : RUN apk add bash 03:23:51 ---> Running in 3e747567c3e2 03:23:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:23:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:23:56 OK: 142 MiB in 39 packages 03:23:57 Removing intermediate container 3e747567c3e2 03:23:57 ---> b88cf229d4df 03:23:57 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 03:23:57 ---> Running in de1178e2fed4 03:23:58 Removing intermediate container de1178e2fed4 03:23:58 ---> 9b5f0d98cb0d 03:23:58 Step 6/7 : COPY go.mod . 03:23:58 ---> d025fbd75ceb 03:23:58 Step 7/7 : RUN go mod download 03:23:59 ---> Running in 295516ae5df7 03:24:14 Removing intermediate container 295516ae5df7 03:24:14 ---> 44a971ab509a 03:24:14 Successfully built 44a971ab509a 03:24:14 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 03:24:14 + docker inspect -f . ci-base-image-arm64 03:24:14 . [Pipeline] withDockerContainer 03:24:14 prd-ubuntu18.04-docker-arm64-4c-16g-21103 does not seem to be running inside a container 03:24:14 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/117 -v /w/workspace/go-mod-core-contracts/117:/w/workspace/go-mod-core-contracts/117:rw,z -v /w/workspace/go-mod-core-contracts/117@tmp:/w/workspace/go-mod-core-contracts/117@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 ******** ci-base-image-arm64 cat 03:24:16 $ docker top f99937303a6825ac86bae0f4206ed0fba82cf5fba8c8adf963d746597cbbf165 -eo pid,comm [Pipeline] { [Pipeline] sh 03:24:17 + go version 03:24:17 go version go1.15.5 linux/arm64 [Pipeline] } 03:24:17 $ docker stop --time=1 f99937303a6825ac86bae0f4206ed0fba82cf5fba8c8adf963d746597cbbf165 03:24:19 $ docker rm -f f99937303a6825ac86bae0f4206ed0fba82cf5fba8c8adf963d746597cbbf165 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:24:20 + docker inspect -f . ci-base-image-arm64 03:24:20 . [Pipeline] withDockerContainer 03:24:20 prd-ubuntu18.04-docker-arm64-4c-16g-21103 does not seem to be running inside a container 03:24:21 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/117 -v /w/workspace/go-mod-core-contracts/117:/w/workspace/go-mod-core-contracts/117:rw,z -v /w/workspace/go-mod-core-contracts/117@tmp:/w/workspace/go-mod-core-contracts/117@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 ******** ci-base-image-arm64 cat 03:24:22 $ docker top 1c2c3db9c8c00143ffce6c12467e309f127174f7016b3c2b6aa040313d43335e -eo pid,comm [Pipeline] { [Pipeline] sh 03:24:23 + make test 03:24:23 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 03:24:45 ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] 03:24:45 ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.051s coverage: 85.7% of statements 03:24:45 ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.027s coverage: 100.0% of statements 03:24:47 ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.045s coverage: 45.4% of statements 03:24:47 ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.039s coverage: 77.8% of statements 03:24:47 ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] 03:24:48 ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.028s coverage: 26.3% of statements 03:24:50 ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.043s coverage: 14.7% of statements 03:24:50 ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.081s coverage: 100.0% of statements 03:24:50 ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.066s coverage: 91.8% of statements 03:24:50 ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] 03:24:50 ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] 03:24:50 ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.023s coverage: 100.0% of statements 03:24:51 ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.016s coverage: 47.8% of statements 03:24:57 ok github.com/edgexfoundry/go-mod-core-contracts/models 0.075s coverage: 63.0% of statements 03:24:57 ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.022s coverage: 26.3% of statements 03:24:57 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.013s coverage: 15.4% of statements 03:24:57 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.009s coverage: 15.4% of statements 03:24:57 ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.016s coverage: 14.3% of statements 03:24:57 ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] 03:24:59 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http 0.171s coverage: 85.2% of statements 03:24:59 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http/utils [no test files] 03:24:59 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 03:24:59 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.083s coverage: 44.1% of statements 03:24:59 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.081s coverage: 94.4% of statements 03:25:00 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.127s coverage: 92.9% of statements 03:25:00 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.022s coverage: 100.0% of statements 03:25:00 ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] 03:25:01 CGO_ENABLED=0 GO111MODULE=on go vet ./... 03:25:06 gofmt -l . 03:25:06 [ "`gofmt -l .`" = "" ] [Pipeline] } 03:25:06 $ docker stop --time=1 1c2c3db9c8c00143ffce6c12467e309f127174f7016b3c2b6aa040313d43335e 03:25:09 $ docker rm -f 1c2c3db9c8c00143ffce6c12467e309f127174f7016b3c2b6aa040313d43335e [Pipeline] // withDockerContainer [Pipeline] sh 03:25:09 + sudo chown -R jenkins:jenkins . [Pipeline] stash 03:25:09 Warning: overwriting stash ‘coverage-report’ 03:25:10 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 03:25:12 provisioning config files... 03:25:12 copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config6673410140621293730tmp [Pipeline] { [Pipeline] sh 03:25:13 + set +x 03:25:13 + curl -s https://codecov.io/bash 03:25:13 + bash -s -- 03:25:13 03:25:13 _____ _ 03:25:13 / ____| | | 03:25:13 | | ___ __| | ___ ___ _____ __ 03:25:13 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 03:25:13 | |___| (_) | (_| | __/ (_| (_) \ V / 03:25:13 \_____\___/ \__,_|\___|\___\___/ \_/ 03:25:13 Bash-20210115-cec3c92 03:25:13 03:25:13 03:25:13 ==> git version 2.24.3 found 03:25:13 ==> 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 03:25:13 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 03:25:13 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 03:25:13 ==> Jenkins CI detected. 03:25:13 project root: . 03:25:13 --> token set from env 03:25:13 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 03:25:13 ==> Running gcov in . (disable via -X gcov) 03:25:13 ==> Python coveragepy not found 03:25:13 ==> Searching for coverage reports in: 03:25:13 + . 03:25:13 -> Found 1 reports 03:25:13 ==> Detecting git/mercurial file structure 03:25:13 ==> Reading reports 03:25:13 + ./coverage.out bytes=123199 03:25:13 ==> Appending adjustments 03:25:13 https://docs.codecov.io/docs/fixing-reports 03:25:14 + Found adjustments 03:25:14 ==> Gzipping contents 03:25:14 20K /tmp/codecov.GC8b0b.gz 03:25:14 ==> Uploading reports 03:25:14 url: https://codecov.io 03:25:14 query: branch=master&commit=6ef992542d2ebec3158a6d299b79d768b936a4de&build=117&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2Fmaster%2F117%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=&job=&cmd_args= 03:25:14 -> Pinging Codecov 03:25:14 https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=master&commit=6ef992542d2ebec3158a6d299b79d768b936a4de&build=117&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2Fmaster%2F117%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=&job=&cmd_args= 03:25:14 -> Uploading to 03:25:14 https://storage.googleapis.com/codecov/v4/raw/2021-01-19/71470A77251A30514AAF9C0BB2E5B6CE/6ef992542d2ebec3158a6d299b79d768b936a4de/2a360596-1b7d-4dff-bb36-7531c8a2d721.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210119%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210119T032514Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=d85205614c155e73aa188c914f3d3fff6d50f2c73bc655f0348e24c27b50ad5a 03:25:14 % Total % Received % Xferd Average Speed Time Time Time Current 03:25:14 Dload Upload Total Spent Left Speed 03:25:15 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 19527 0 0 100 19527 0 39518 --:--:-- --:--:-- --:--:-- 39528 03:25:15 -> View reports at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/6ef992542d2ebec3158a6d299b79d768b936a4de [Pipeline] } 03:25:15 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 03:25:15 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 03:25:15 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:25:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 03:25:15 03:25:15 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 03:25:16 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 03:25:16 1.410.4: Pulling from edgex-devops/edgex-snyk-go 03:25:16 188c0c94c7c5: Pulling fs layer 03:25:16 0ef7d3d256c8: Pulling fs layer 03:25:16 de9db76c5a1d: Pulling fs layer 03:25:16 0eba1c9be4d2: Pulling fs layer 03:25:16 0d57e429df01: Pulling fs layer 03:25:16 4e4be7b47b0d: Pulling fs layer 03:25:16 e1f770b5df2f: Pulling fs layer 03:25:16 85a0685a4137: Pulling fs layer 03:25:16 0eba1c9be4d2: Waiting 03:25:16 4e4be7b47b0d: Waiting 03:25:16 e1f770b5df2f: Waiting 03:25:16 0d57e429df01: Waiting 03:25:16 de9db76c5a1d: Verifying Checksum 03:25:16 de9db76c5a1d: Download complete 03:25:16 0ef7d3d256c8: Download complete 03:25:16 0d57e429df01: Verifying Checksum 03:25:16 0d57e429df01: Download complete 03:25:16 4e4be7b47b0d: Verifying Checksum 03:25:16 4e4be7b47b0d: Download complete 03:25:16 188c0c94c7c5: Verifying Checksum 03:25:16 188c0c94c7c5: Pull complete 03:25:17 0ef7d3d256c8: Pull complete 03:25:17 de9db76c5a1d: Pull complete 03:25:17 e1f770b5df2f: Verifying Checksum 03:25:17 e1f770b5df2f: Download complete 03:25:21 0eba1c9be4d2: Verifying Checksum 03:25:21 0eba1c9be4d2: Download complete 03:25:21 85a0685a4137: Verifying Checksum 03:25:21 85a0685a4137: Download complete 03:25:26 0eba1c9be4d2: Pull complete 03:25:26 0d57e429df01: Pull complete 03:25:26 4e4be7b47b0d: Pull complete 03:25:29 e1f770b5df2f: Pull complete 03:25:37 85a0685a4137: Pull complete 03:25:37 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 03:25:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 03:25:37 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 03:25:37 prd-centos7-docker-4c-2g-21093 does not seem to be running inside a container 03:25:37 $ 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 03:25:38 $ docker top 9a4d167cdc4e7055e733752fdefb2f53c17e89893de73b346d10874cccccd315 -eo pid,comm [Pipeline] { [Pipeline] echo 03:25:39 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 03:25:39 + set -o pipefail 03:25:39 + snyk monitor '--org=edgex-jenkins' 03:25:44 03:25:44 Monitoring /w/workspace/dry_go-mod-core-contracts_master (github.com/edgexfoundry/go-mod-core-contracts)... 03:25:44 03:25:44 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/243e2960-7ed5-4b5f-91e0-06a7d6b193d0/history/05532c86-22cd-4e46-98b3-90188b063462 03:25:44 03:25:44 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 03:25:44 03:25:44 [Pipeline] } 03:25:44 $ docker stop --time=1 9a4d167cdc4e7055e733752fdefb2f53c17e89893de73b346d10874cccccd315 03:25:47 $ docker rm -f 9a4d167cdc4e7055e733752fdefb2f53c17e89893de73b346d10874cccccd315 [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 03:25:48 + git log --format=format:%s -1 6ef992542d2ebec3158a6d299b79d768b936a4de [Pipeline] isUnix [Pipeline] sh 03:25:49 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:25:49 . [Pipeline] withDockerContainer 03:25:49 prd-centos7-docker-4c-2g-21093 does not seem to be running inside a container 03:25:49 $ 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 03:25:50 $ docker top 4e743f030b028c6c1cbf7b1be4716ac418826de9fadd7903cd014de073bee830 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:25:50 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:25:50 [ssh-agent] Looking for ssh-agent implementation... 03:25:50 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:25:50 $ docker exec 4e743f030b028c6c1cbf7b1be4716ac418826de9fadd7903cd014de073bee830 ssh-agent 03:25:51 SSH_AUTH_SOCK=/tmp/ssh-Vdj4jCEKsjnD/agent.11 03:25:51 SSH_AGENT_PID=16 03:25:51 Running ssh-add (command line suppressed) 03:25:51 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_7396428767925994740.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_7396428767925994740.key) 03:25:51 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:25:51 + git semver tag 03:25:51 # -> Open(): unable to determine branch for HEAD 03:25:51 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 03:25:51 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 03:25:51 # $SEMVER_REMOTE_NAME = origin 03:25:51 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 03:25:51 # $SEMVER_USER_NAME = edgex-jenkins 03:25:51 # $SEMVER_BRANCH = master 03:25:51 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver 03:25:51 # 6ef992542d2ebec3158a6d299b79d768b936a4de HEAD 03:25:51 # -> Force: false 03:25:51 # 466ec990ae856483d49102c631cbdda6c19cd276 refs/tags/v0.1.148 [Pipeline] } 03:25:51 $ docker exec --env ******** --env ******** 4e743f030b028c6c1cbf7b1be4716ac418826de9fadd7903cd014de073bee830 ssh-agent -k 03:25:51 unset SSH_AUTH_SOCK; 03:25:51 unset SSH_AGENT_PID; 03:25:51 echo Agent pid 16 killed; 03:25:52 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:25:52 + git semver [Pipeline] } 03:25:52 $ docker stop --time=1 4e743f030b028c6c1cbf7b1be4716ac418826de9fadd7903cd014de073bee830 03:25:53 $ docker rm -f 4e743f030b028c6c1cbf7b1be4716ac418826de9fadd7903cd014de073bee830 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 03:25:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 03:25:54 03:25:54 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 03:25:54 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 03:25:54 0.23.1-centos7: Pulling from edgex-lftools 03:25:54 ab5ef0e58194: Pulling fs layer 03:25:54 9712f1f96733: Pulling fs layer 03:25:54 63f879dbbcfc: Pulling fs layer 03:25:54 0d9ebad4ef96: Pulling fs layer 03:25:54 e9a5061849ea: Pulling fs layer 03:25:54 d747dcd14b5f: Pulling fs layer 03:25:54 2de7ff778b66: Pulling fs layer 03:25:54 d747dcd14b5f: Waiting 03:25:54 2de7ff778b66: Waiting 03:25:54 e9a5061849ea: Waiting 03:25:54 0d9ebad4ef96: Waiting 03:25:54 9712f1f96733: Download complete 03:25:57 63f879dbbcfc: Verifying Checksum 03:25:57 63f879dbbcfc: Download complete 03:25:57 e9a5061849ea: Download complete 03:25:57 d747dcd14b5f: Verifying Checksum 03:25:57 d747dcd14b5f: Download complete 03:25:57 2de7ff778b66: Verifying Checksum 03:25:57 2de7ff778b66: Download complete 03:25:57 0d9ebad4ef96: Verifying Checksum 03:25:57 0d9ebad4ef96: Download complete 03:25:58 ab5ef0e58194: Verifying Checksum 03:25:58 ab5ef0e58194: Download complete 03:26:02 ab5ef0e58194: Pull complete 03:26:02 9712f1f96733: Pull complete 03:26:05 63f879dbbcfc: Pull complete 03:26:13 0d9ebad4ef96: Pull complete 03:26:13 e9a5061849ea: Pull complete 03:26:14 d747dcd14b5f: Pull complete 03:26:16 2de7ff778b66: Pull complete 03:26:16 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 03:26:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 03:26:16 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 03:26:16 prd-centos7-docker-4c-2g-21093 does not seem to be running inside a container 03:26:16 $ 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 03:26:20 $ docker top 62dab0264fafe2949565783e84c78bfd2743f3fb9820a2e95410a3fa0f000bc1 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 03:26:20 provisioning config files... 03:26:20 copy managed file [sigul-config] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config8435823473335581010tmp 03:26:20 copy managed file [sigul-password] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config871648224536301058tmp 03:26:20 copy managed file [sigul-pki] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config3163614596992419994tmp [Pipeline] { [Pipeline] echo 03:26:20 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 03:26:21 ---> sigul-configuration.sh 03:26:21 gpg: directory `/root/.gnupg' created 03:26:21 gpg: new configuration file `/root/.gnupg/gpg.conf' created 03:26:21 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 03:26:21 gpg: keyring `/root/.gnupg/secring.gpg' created 03:26:21 gpg: keyring `/root/.gnupg/pubring.gpg' created 03:26:21 gpg: CAST5 encrypted data 03:26:21 gpg: encrypted with 1 passphrase 03:26:21 gpg: WARNING: message was not integrity protected [Pipeline] sh 03:26:21 + mkdir /home/jenkins 03:26:21 + mkdir /home/jenkins/sigul [Pipeline] sh 03:26:22 + 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 03:26:22 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 03:26:22 ---> sigul-install.sh 03:26:27 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 03:26:28 + git tag --list 03:26:28 v0.0.0 03:26:28 v0.0.1 03:26:28 v0.1.0 03:26:28 v0.1.1 03:26:28 v0.1.10 03:26:28 v0.1.100 03:26:28 v0.1.101 03:26:28 v0.1.102 03:26:28 v0.1.103 03:26:28 v0.1.104 03:26:28 v0.1.105 03:26:28 v0.1.106 03:26:28 v0.1.107 03:26:28 v0.1.108 03:26:28 v0.1.109 03:26:28 v0.1.11 03:26:28 v0.1.110 03:26:28 v0.1.111 03:26:28 v0.1.112 03:26:28 v0.1.113 03:26:28 v0.1.114 03:26:28 v0.1.115 03:26:28 v0.1.116 03:26:28 v0.1.117 03:26:28 v0.1.118 03:26:28 v0.1.119 03:26:28 v0.1.12 03:26:28 v0.1.120 03:26:28 v0.1.121 03:26:28 v0.1.122 03:26:28 v0.1.123 03:26:28 v0.1.124 03:26:28 v0.1.125 03:26:28 v0.1.126 03:26:28 v0.1.127 03:26:28 v0.1.128 03:26:28 v0.1.129 03:26:28 v0.1.13 03:26:28 v0.1.130 03:26:28 v0.1.131 03:26:28 v0.1.132 03:26:28 v0.1.133 03:26:28 v0.1.134 03:26:28 v0.1.135 03:26:28 v0.1.136 03:26:28 v0.1.137 03:26:28 v0.1.138 03:26:28 v0.1.139 03:26:28 v0.1.14 03:26:28 v0.1.140 03:26:28 v0.1.141 03:26:28 v0.1.142 03:26:28 v0.1.143 03:26:28 v0.1.144 03:26:28 v0.1.145 03:26:28 v0.1.146 03:26:28 v0.1.147 03:26:28 v0.1.148 03:26:28 v0.1.15 03:26:28 v0.1.16 03:26:28 v0.1.17 03:26:28 v0.1.18 03:26:28 v0.1.19 03:26:28 v0.1.2 03:26:28 v0.1.20 03:26:28 v0.1.21 03:26:28 v0.1.22 03:26:28 v0.1.23 03:26:28 v0.1.24 03:26:28 v0.1.25 03:26:28 v0.1.26 03:26:28 v0.1.27 03:26:28 v0.1.28 03:26:28 v0.1.29 03:26:28 v0.1.3 03:26:28 v0.1.30 03:26:28 v0.1.31 03:26:28 v0.1.32 03:26:28 v0.1.33 03:26:28 v0.1.34 03:26:28 v0.1.35 03:26:28 v0.1.36 03:26:28 v0.1.37 03:26:28 v0.1.38 03:26:28 v0.1.39 03:26:28 v0.1.4 03:26:28 v0.1.40 03:26:28 v0.1.41 03:26:28 v0.1.42 03:26:28 v0.1.43 03:26:28 v0.1.44 03:26:28 v0.1.45 03:26:28 v0.1.46 03:26:28 v0.1.47 03:26:28 v0.1.48 03:26:28 v0.1.49 03:26:28 v0.1.5 03:26:28 v0.1.50 03:26:28 v0.1.51 03:26:28 v0.1.52 03:26:28 v0.1.53 03:26:28 v0.1.54 03:26:28 v0.1.55 03:26:28 v0.1.56 03:26:28 v0.1.57 03:26:28 v0.1.58 03:26:28 v0.1.59 03:26:28 v0.1.6 03:26:28 v0.1.60 03:26:28 v0.1.61 03:26:28 v0.1.62 03:26:28 v0.1.63 03:26:28 v0.1.64 03:26:28 v0.1.65 03:26:28 v0.1.66 03:26:28 v0.1.67 03:26:28 v0.1.68 03:26:28 v0.1.69 03:26:28 v0.1.7 03:26:28 v0.1.70 03:26:28 v0.1.71 03:26:28 v0.1.72 03:26:28 v0.1.73 03:26:28 v0.1.74 03:26:28 v0.1.75 03:26:28 v0.1.76 03:26:28 v0.1.77 03:26:28 v0.1.78 03:26:28 v0.1.79 03:26:28 v0.1.8 03:26:28 v0.1.80 03:26:28 v0.1.81 03:26:28 v0.1.82 03:26:28 v0.1.83 03:26:28 v0.1.84 03:26:28 v0.1.85 03:26:28 v0.1.86 03:26:28 v0.1.87 03:26:28 v0.1.88 03:26:28 v0.1.89 03:26:28 v0.1.9 03:26:28 v0.1.90 03:26:28 v0.1.91 03:26:28 v0.1.92 03:26:28 v0.1.93 03:26:28 v0.1.94 03:26:28 v0.1.95 03:26:28 v0.1.96 03:26:28 v0.1.97 03:26:28 v0.1.98 03:26:28 v0.1.99 [Pipeline] sh 03:26:28 + lftools sign git-tag v0.1.148 03:26:29 Signing Git tag with Sigul... 03:26:29 Signing v0.1.148 [Pipeline] echo 03:26:30 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 03:26:31 ---> sigul-configuration-cleanup.sh [Pipeline] } 03:26:31 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 03:26:31 $ docker stop --time=1 62dab0264fafe2949565783e84c78bfd2743f3fb9820a2e95410a3fa0f000bc1 03:26:33 $ docker rm -f 62dab0264fafe2949565783e84c78bfd2743f3fb9820a2e95410a3fa0f000bc1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 03:26:34 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:26:34 . [Pipeline] withDockerContainer 03:26:34 prd-centos7-docker-4c-2g-21093 does not seem to be running inside a container 03:26:34 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 03:26:35 $ docker top ba7a7a414fde973ea51e3cc59f24e775bfe1c9fa3484dee5188202f1057718ce -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:26:35 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:26:35 [ssh-agent] Looking for ssh-agent implementation... 03:26:35 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:26:35 $ docker exec ba7a7a414fde973ea51e3cc59f24e775bfe1c9fa3484dee5188202f1057718ce ssh-agent 03:26:35 SSH_AUTH_SOCK=/tmp/ssh-kieti4vd4Zgq/agent.11 03:26:35 SSH_AGENT_PID=16 03:26:35 Running ssh-add (command line suppressed) 03:26:36 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_743258667222203559.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_743258667222203559.key) 03:26:36 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:26:36 + git semver bump patch 03:26:36 # -> Open(): unable to determine branch for HEAD 03:26:36 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 03:26:36 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 03:26:36 # $SEMVER_REMOTE_NAME = origin 03:26:36 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 03:26:36 # $SEMVER_USER_NAME = edgex-jenkins 03:26:36 # $SEMVER_BRANCH = master 03:26:36 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver 03:26:36 0.1.149 [Pipeline] } 03:26:36 $ docker exec --env ******** --env ******** ba7a7a414fde973ea51e3cc59f24e775bfe1c9fa3484dee5188202f1057718ce ssh-agent -k 03:26:36 unset SSH_AUTH_SOCK; 03:26:36 unset SSH_AGENT_PID; 03:26:36 echo Agent pid 16 killed; 03:26:36 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:26:37 + git semver [Pipeline] } 03:26:37 $ docker stop --time=1 ba7a7a414fde973ea51e3cc59f24e775bfe1c9fa3484dee5188202f1057718ce 03:26:38 $ docker rm -f ba7a7a414fde973ea51e3cc59f24e775bfe1c9fa3484dee5188202f1057718ce [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 03:26:39 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:26:39 . [Pipeline] withDockerContainer 03:26:39 prd-centos7-docker-4c-2g-21093 does not seem to be running inside a container 03:26:39 $ 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 03:26:39 $ docker top 5abcb2dc8cfbdf35cae319d0fae33b52d127fe9d25bd12bddf3a4c427f7be82c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:26:40 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:26:40 [ssh-agent] Looking for ssh-agent implementation... 03:26:40 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:26:40 $ docker exec 5abcb2dc8cfbdf35cae319d0fae33b52d127fe9d25bd12bddf3a4c427f7be82c ssh-agent 03:26:40 SSH_AUTH_SOCK=/tmp/ssh-Yamz7YOD9A9M/agent.12 03:26:40 SSH_AGENT_PID=18 03:26:40 Running ssh-add (command line suppressed) 03:26:40 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_2631102778684437712.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_2631102778684437712.key) 03:26:40 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:26:41 + git semver push 03:26:41 # -> Open(): unable to determine branch for HEAD 03:26:41 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 03:26:41 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 03:26:41 # $SEMVER_REMOTE_NAME = origin 03:26:41 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 03:26:41 # $SEMVER_USER_NAME = edgex-jenkins 03:26:41 # $SEMVER_BRANCH = master 03:26:41 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } 03:26:49 $ docker exec --env ******** --env ******** 5abcb2dc8cfbdf35cae319d0fae33b52d127fe9d25bd12bddf3a4c427f7be82c ssh-agent -k 03:26:49 unset SSH_AUTH_SOCK; 03:26:49 unset SSH_AGENT_PID; 03:26:49 echo Agent pid 18 killed; 03:26:49 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:26:50 + git semver [Pipeline] } 03:26:50 $ docker stop --time=1 5abcb2dc8cfbdf35cae319d0fae33b52d127fe9d25bd12bddf3a4c427f7be82c 03:26:51 $ docker rm -f 5abcb2dc8cfbdf35cae319d0fae33b52d127fe9d25bd12bddf3a4c427f7be82c [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 03:26:52 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 03:26:53 ---> package-listing.sh 03:26:53 ++ facter osfamily 03:26:53 ++ tr '[:upper:]' '[:lower:]' 03:26:53 + OS_FAMILY=redhat 03:26:53 + workspace=/w/workspace/dry_go-mod-core-contracts_master 03:26:53 + START_PACKAGES=/tmp/packages_start.txt 03:26:53 + END_PACKAGES=/tmp/packages_end.txt 03:26:53 + DIFF_PACKAGES=/tmp/packages_diff.txt 03:26:53 + PACKAGES=/tmp/packages_start.txt 03:26:53 + '[' /w/workspace/dry_go-mod-core-contracts_master ']' 03:26:53 + PACKAGES=/tmp/packages_end.txt 03:26:53 + case "${OS_FAMILY}" in 03:26:53 + rpm -qa 03:26:53 + sort 03:26:58 + '[' -f /tmp/packages_start.txt ']' 03:26:58 + '[' -f /tmp/packages_end.txt ']' 03:26:58 + diff /tmp/packages_start.txt /tmp/packages_end.txt 03:26:58 + '[' /w/workspace/dry_go-mod-core-contracts_master ']' 03:26:58 + mkdir -p /w/workspace/dry_go-mod-core-contracts_master/archives/ 03:26:58 + 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 03:26:58 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 03:26:59 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 03:26:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:26:59 03:26:59 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 03:26:59 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:26:59 alpine: Pulling from edgex-lftools-log-publisher 03:26:59 df20fa9351a1: Pulling fs layer 03:26:59 36b3adc4ff6f: Pulling fs layer 03:26:59 8ad3a11d3b57: Pulling fs layer 03:26:59 46f8f816bc3b: Pulling fs layer 03:26:59 93b61091891f: Pulling fs layer 03:26:59 93b9cdb0e59b: Pulling fs layer 03:26:59 5e14af77c1be: Pulling fs layer 03:26:59 01666e4c0597: Pulling fs layer 03:26:59 aa168da1d23b: Pulling fs layer 03:26:59 93b61091891f: Waiting 03:26:59 93b9cdb0e59b: Waiting 03:26:59 5e14af77c1be: Waiting 03:26:59 01666e4c0597: Waiting 03:26:59 aa168da1d23b: Waiting 03:26:59 46f8f816bc3b: Waiting 03:26:59 36b3adc4ff6f: Verifying Checksum 03:26:59 36b3adc4ff6f: Download complete 03:26:59 46f8f816bc3b: Verifying Checksum 03:26:59 46f8f816bc3b: Download complete 03:26:59 df20fa9351a1: Verifying Checksum 03:26:59 df20fa9351a1: Download complete 03:26:59 93b9cdb0e59b: Verifying Checksum 03:26:59 93b9cdb0e59b: Download complete 03:26:59 5e14af77c1be: Verifying Checksum 03:26:59 5e14af77c1be: Download complete 03:26:59 93b61091891f: Verifying Checksum 03:26:59 93b61091891f: Download complete 03:27:00 01666e4c0597: Verifying Checksum 03:27:00 01666e4c0597: Download complete 03:27:00 8ad3a11d3b57: Verifying Checksum 03:27:00 8ad3a11d3b57: Download complete 03:27:00 df20fa9351a1: Pull complete 03:27:00 36b3adc4ff6f: Pull complete 03:27:02 8ad3a11d3b57: Pull complete 03:27:02 46f8f816bc3b: Pull complete 03:27:02 aa168da1d23b: Verifying Checksum 03:27:02 aa168da1d23b: Download complete 03:27:02 93b61091891f: Pull complete 03:27:03 93b9cdb0e59b: Pull complete 03:27:03 5e14af77c1be: Pull complete 03:27:03 01666e4c0597: Pull complete 03:27:11 aa168da1d23b: Pull complete 03:27:11 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 03:27:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:27:11 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 03:27:11 prd-centos7-docker-4c-2g-21093 does not seem to be running inside a container 03:27:11 $ 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 03:27:14 $ docker top de08f7704b77fbd23e06bae29cc3cb7be7473cc0db60a3e2769d84603aa5d1e2 -eo pid,comm [Pipeline] { [Pipeline] sh 03:27:15 + touch /tmp/pre-build-complete [Pipeline] sh 03:27:15 + mkdir -p /var/log/sa [Pipeline] sh 03:27:15 + ls /var/log/sa-host 03:27:15 + sadf -c /var/log/sa-host/sa19 03:27:15 file_magic: OK 03:27:15 HZ: Using current value: 100 03:27:15 file_header: OK 03:27:15 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 03:27:15 Statistics: 03:27:15 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 03:27:15 File successfully converted to sysstat format version 12.2.1 03:27:15 + sadf -c /var/log/sa-host/sa23 03:27:15 file_magic: OK 03:27:15 HZ: Using current value: 100 03:27:15 file_header: OK 03:27:15 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 03:27:15 Statistics: 03:27:15 Hnuu...uuuununununu... 03:27:15 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:27:15 provisioning config files... 03:27:15 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config6938272577180433848tmp [Pipeline] { [Pipeline] echo 03:27:16 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 03:27:16 ---> create-netrc.sh [Pipeline] } 03:27:16 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 03:27:16 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 03:27:17 ---> python-tools-install.sh [Pipeline] echo 03:27:17 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 03:27:17 ---> sudo-logs.sh 03:27:17 Archiving 'sudo' log.. [Pipeline] echo 03:27:17 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 03:27:17 ---> job-cost.sh 03:27:17 lf-activate-venv: SKIPPING 03:27:17 INFO: No Stack... 03:27:18 INFO: Retrieving Pricing Info for: v1-standard-2 03:27:19 INFO: Archiving Costs [Pipeline] echo 03:27:19 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 03:27:19 ---> logs-deploy.sh 03:27:19 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/master/117 03:27:19 INFO: archiving workspace using pattern(s): 03:27:21 Archives upload complete. 03:27:21 INFO: archiving logs to Nexus 03:27:22 ---> uname -a: 03:27:22 Linux prd-centos7-docker-4c-2g-21093.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 03:27:22 03:27:22 03:27:22 ---> lscpu: 03:27:22 Architecture: x86_64 03:27:22 CPU op-mode(s): 32-bit, 64-bit 03:27:22 Byte Order: Little Endian 03:27:22 Address sizes: 40 bits physical, 48 bits virtual 03:27:22 CPU(s): 4 03:27:22 On-line CPU(s) list: 0-3 03:27:22 Thread(s) per core: 1 03:27:22 Core(s) per socket: 1 03:27:22 Socket(s): 4 03:27:22 NUMA node(s): 1 03:27:22 Vendor ID: GenuineIntel 03:27:22 CPU family: 6 03:27:22 Model: 44 03:27:22 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 03:27:22 Stepping: 1 03:27:22 CPU MHz: 2933.436 03:27:22 BogoMIPS: 5866.87 03:27:22 Virtualization: VT-x 03:27:22 Hypervisor vendor: KVM 03:27:22 Virtualization type: full 03:27:22 L1d cache: 128 KiB 03:27:22 L1i cache: 128 KiB 03:27:22 L2 cache: 16 MiB 03:27:22 L3 cache: 64 MiB 03:27:22 NUMA node0 CPU(s): 0-3 03:27:22 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 03:27:22 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 03:27:22 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 03:27:22 Vulnerability Meltdown: Mitigation; PTI 03:27:22 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 03:27:22 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 03:27:22 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 03:27:22 Vulnerability Srbds: Not affected 03:27:22 Vulnerability Tsx async abort: Not affected 03:27:22 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 03:27:22 03:27:22 03:27:22 ---> nproc: 03:27:22 4 03:27:22 03:27:22 03:27:22 ---> df -h: 03:27:22 Filesystem Size Used Available Use% Mounted on 03:27:22 overlay 50.0G 8.5G 41.4G 17% / 03:27:22 tmpfs 64.0M 0 64.0M 0% /dev 03:27:22 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 03:27:22 shm 64.0M 0 64.0M 0% /dev/shm 03:27:22 /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os 03:27:22 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf 03:27:22 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname 03:27:22 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts 03:27:22 /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json 03:27:22 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/dry_go-mod-core-contracts_master 03:27:22 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/dry_go-mod-core-contracts_master@tmp 03:27:22 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host 03:27:22 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure 03:27:22 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log 03:27:22 03:27:22 03:27:22 ---> free -m: 03:27:22 total used free shared buff/cache available 03:27:22 Mem: 1837 824 148 0 865 948 03:27:22 Swap: 1023 2 1021 03:27:22 03:27:22 03:27:22 ---> ip addr: 03:27:22 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 03:27:22 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 03:27:22 inet 127.0.0.1/8 scope host lo 03:27:22 valid_lft forever preferred_lft forever 03:27:22 inet6 ::1/128 scope host 03:27:22 valid_lft forever preferred_lft forever 03:27:22 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 03:27:22 link/ether fa:16:3e:07:f2:b8 brd ff:ff:ff:ff:ff:ff 03:27:22 inet 10.30.123.238/23 brd 10.30.123.255 scope global dynamic eth0 03:27:22 valid_lft 85954sec preferred_lft 85954sec 03:27:22 inet6 fe80::f816:3eff:fe07:f2b8/64 scope link 03:27:22 valid_lft forever preferred_lft forever 03:27:22 3: docker0: mtu 1500 qdisc noqueue state DOWN 03:27:22 link/ether 02:42:2d:8c:e3:b5 brd ff:ff:ff:ff:ff:ff 03:27:22 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 03:27:22 valid_lft forever preferred_lft forever 03:27:22 inet6 fe80::42:2dff:fe8c:e3b5/64 scope link 03:27:22 valid_lft forever preferred_lft forever 03:27:22 03:27:22 03:27:22 ---> sar -b -r -n DEV: 03:27:22 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/19/21 _x86_64_ (4 CPU) 03:27:22 03:27:22 03:19:44 LINUX RESTART (4 CPU) 03:27:22 03:27:22 03:20:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 03:27:22 03:21:01 203.59 114.19 89.40 0.00 12192.38 39315.64 0.00 03:27:22 03:22:01 2.43 0.00 2.43 0.00 0.00 60.46 0.00 03:27:22 03:23:01 0.42 0.00 0.42 0.00 0.00 6.26 0.00 03:27:22 03:24:01 0.38 0.00 0.38 0.00 0.00 4.73 0.00 03:27:22 03:25:01 0.22 0.00 0.22 0.00 0.00 2.73 0.00 03:27:22 03:26:01 292.98 164.04 128.94 0.00 8830.73 45771.54 0.00 03:27:22 03:27:01 231.99 117.04 114.96 0.00 7759.11 25062.00 0.00 03:27:22 Average: 104.64 56.50 48.14 0.00 4114.22 15756.41 0.00 03:27:22 03:27:22 03:20:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 03:27:22 03:21:01 158604 0 572744 30.44 2620 1147576 1112200 37.96 367912 1153444 128 03:27:22 03:22:01 159672 0 571588 30.38 2620 1147664 1111944 37.95 369224 1152076 12 03:27:22 03:23:01 161956 0 569296 30.26 2620 1147672 1092352 37.28 375036 1144332 8 03:27:22 03:24:01 162180 0 569072 30.24 2620 1147672 1091324 37.25 374960 1144308 8 03:27:22 03:25:01 162360 0 568884 30.23 2620 1147680 1076932 36.75 380516 1138700 12 03:27:22 03:26:01 141932 0 761404 40.47 2596 975612 1538788 52.52 607292 871248 96420 03:27:22 03:27:01 87244 0 790368 42.01 1492 1002440 1306848 44.60 599328 861984 54272 03:27:22 Average: 147707 0 629051 33.43 2455 1102331 1190055 40.61 439181 1066585 21551 03:27:22 03:27:22 03:20:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 03:27:22 03:21:01 eth0 448.92 285.34 1072.66 88.26 0.00 0.00 0.00 0.00 03:27:22 03:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:27:22 03:21:01 docker0 8.10 6.24 1.60 15.95 0.00 0.00 0.00 0.00 03:27:22 03:22:01 eth0 3.78 1.02 1.25 0.76 0.00 0.00 0.00 0.00 03:27:22 03:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:27:22 03:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:27:22 03:23:01 eth0 1.40 0.48 0.58 0.42 0.00 0.00 0.00 0.00 03:27:22 03:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:27:22 03:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:27:22 03:24:01 eth0 0.78 0.48 0.43 0.21 0.00 0.00 0.00 0.00 03:27:22 03:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:27:22 03:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:27:22 03:25:01 eth0 1.23 0.08 0.11 0.01 0.00 0.00 0.00 0.00 03:27:22 03:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:27:22 03:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:27:22 03:26:01 eth0 978.81 870.11 7415.64 119.56 0.00 0.00 0.00 0.00 03:27:22 03:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:27:22 03:26:01 docker0 18.19 17.89 1.38 122.28 0.00 0.00 0.00 0.00 03:27:22 03:27:01 eth0 309.85 255.48 1938.57 87.32 0.00 0.00 0.00 0.00 03:27:22 03:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:27:22 03:27:01 docker0 36.93 41.66 2.39 202.83 0.00 0.00 0.00 0.00 03:27:22 Average: eth0 249.43 202.01 1491.07 42.39 0.00 0.00 0.00 0.00 03:27:22 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:27:22 Average: docker0 9.04 9.40 0.77 48.76 0.00 0.00 0.00 0.00 03:27:22 03:27:22 03:27:22 ---> sar -P ALL: 03:27:22 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/19/21 _x86_64_ (4 CPU) 03:27:22 03:27:22 03:19:44 LINUX RESTART (4 CPU) 03:27:22 03:27:22 03:20:01 CPU %user %nice %system %iowait %steal %idle 03:27:22 03:21:01 all 15.42 0.00 9.29 6.85 0.32 68.11 03:27:22 03:21:01 0 14.56 0.00 10.33 5.55 0.34 69.22 03:27:22 03:21:01 1 16.03 0.00 9.87 4.41 0.27 69.42 03:27:22 03:21:01 2 15.97 0.00 8.42 10.53 0.37 64.70 03:27:22 03:21:01 3 15.12 0.00 8.55 6.93 0.29 69.12 03:27:22 03:22:01 all 0.21 0.00 0.06 0.00 0.03 99.70 03:27:22 03:22:01 0 0.05 0.00 0.08 0.00 0.03 99.83 03:27:22 03:22:01 1 0.10 0.00 0.05 0.00 0.03 99.82 03:27:22 03:22:01 2 0.15 0.00 0.07 0.00 0.03 99.75 03:27:22 03:22:01 3 0.53 0.00 0.05 0.00 0.02 99.40 03:27:22 03:23:01 all 0.17 0.00 0.05 0.00 0.02 99.76 03:27:22 03:23:01 0 0.07 0.00 0.03 0.00 0.00 99.90 03:27:22 03:23:01 1 0.07 0.00 0.10 0.00 0.00 99.83 03:27:22 03:23:01 2 0.05 0.00 0.02 0.00 0.03 99.90 03:27:22 03:23:01 3 0.50 0.00 0.07 0.00 0.03 99.40 03:27:22 03:24:01 all 0.16 0.00 0.04 0.00 0.00 99.80 03:27:22 03:24:01 0 0.03 0.00 0.03 0.00 0.00 99.93 03:27:22 03:24:01 1 0.08 0.00 0.05 0.00 0.00 99.87 03:27:22 03:24:01 2 0.03 0.00 0.03 0.00 0.00 99.93 03:27:22 03:24:01 3 0.48 0.00 0.03 0.00 0.02 99.47 03:27:22 03:25:01 all 0.16 0.00 0.05 0.00 0.02 99.77 03:27:22 03:25:01 0 0.03 0.00 0.03 0.00 0.00 99.93 03:27:22 03:25:01 1 0.05 0.00 0.03 0.00 0.05 99.87 03:27:22 03:25:01 2 0.10 0.00 0.07 0.00 0.02 99.82 03:27:22 03:25:01 3 0.45 0.00 0.07 0.00 0.02 99.47 03:27:22 03:26:01 all 13.46 0.00 10.15 2.91 0.24 73.25 03:27:22 03:26:01 0 12.42 0.00 11.20 3.64 0.23 72.52 03:27:22 03:26:01 1 13.44 0.00 9.72 1.48 0.24 75.12 03:27:22 03:26:01 2 13.54 0.00 9.88 3.38 0.26 72.93 03:27:22 03:26:01 3 14.42 0.00 9.80 3.13 0.24 72.40 03:27:22 03:27:01 all 10.62 0.00 8.03 3.99 0.15 77.21 03:27:22 03:27:01 0 13.39 0.00 8.17 2.99 0.19 75.26 03:27:22 03:27:01 1 10.81 0.00 7.46 1.38 0.14 80.21 03:27:22 03:27:01 2 8.82 0.00 8.34 5.13 0.12 77.60 03:27:22 03:27:01 3 9.46 0.00 8.14 6.48 0.17 75.76 03:27:22 Average: all 5.65 0.00 3.89 1.94 0.11 88.41 03:27:22 Average: 0 5.69 0.00 4.18 1.71 0.11 88.31 03:27:22 Average: 1 5.71 0.00 3.84 1.03 0.10 89.31 03:27:22 Average: 2 5.44 0.00 3.78 2.69 0.12 87.97 03:27:22 Average: 3 5.76 0.00 3.75 2.33 0.11 88.05 03:27:22 03:27:22 03:27:22