Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 5330e7a1e14f4aae69f926f73cef49e9e128662d Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-core-contracts, buildImage:false, pushImage:false, semverBump:pre] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-core-contracts-settings PROJECT: go-mod-core-contracts USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-go-mod-core-contracts DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-24384 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git > git init /w/workspace/dry_go-mod-core-contracts_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 5330e7a1e14f4aae69f926f73cef49e9e128662d (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 5330e7a1e14f4aae69f926f73cef49e9e128662d # timeout=10 Commit message: "Merge pull request #475 from lenny-intel/ModelToDto" > git rev-list --no-walk 8f7953445b72aeaee75aad4ef61ff15b3674e342 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 18:37:57 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 18:37:57 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 18:37:57 ========================================================= 18:37:57 EdgeX Global Pipelines Version Info 18:37:57 ========================================================= [Pipeline] libraryResource [Pipeline] sh 18:37:59 ------------------- 18:37:59 stable info: 18:37:59 ------------------- 18:37:59 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 18:37:59 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 18:37:59 Message: update stable to v1.0.179 18:38:00 ------------------- 18:38:00 experimental info: 18:38:00 ------------------- 18:38:00 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 18:38:00 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 18:38:00 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 18:38:00 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo 18:38:00 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo 18:38:00 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 18:38:00 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 18:38:00 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 18:38:01 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 18:38:01 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 18:38:01 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 18:38:01 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 18:38:01 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 18:38:01 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 18:38:01 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo 18:38:01 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 18:38:01 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 18:38:02 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 18:38:02 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 18:38:02 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 18:38:02 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 18:38:02 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 18:38:02 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 18:38:02 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 18:38:02 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 18:38:02 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 18:38:03 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 18:38:03 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 18:38:03 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 18:38:03 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 18:38:03 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 18:38:03 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 18:38:03 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 18:38:03 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 5330e7a1e14f4aae69f926f73cef49e9e128662d [Pipeline] echo 18:38:03 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 5330e7a [Pipeline] echo 18:38:04 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:38:04 + git log --format=format:%s -1 5330e7a1e14f4aae69f926f73cef49e9e128662d [Pipeline] echo 18:38:04 GIT_COMMIT: 5330e7a1e14f4aae69f926f73cef49e9e128662d, Commit Message: Merge pull request #475 from lenny-intel/ModelToDto [Pipeline] echo 18:38:04 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 18:38:05 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:38:05 18:38:05 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 18:38:06 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:38:06 latest: Pulling from edgex-devops/git-semver 18:38:06 31603596830f: Pulling fs layer 18:38:06 2a8b12db71e7: Pulling fs layer 18:38:06 6ca5941a6612: Pulling fs layer 18:38:06 ecc8261a40a4: Pulling fs layer 18:38:06 ecc8261a40a4: Waiting 18:38:06 2a8b12db71e7: Verifying Checksum 18:38:06 2a8b12db71e7: Download complete 18:38:06 31603596830f: Verifying Checksum 18:38:06 31603596830f: Download complete 18:38:06 ecc8261a40a4: Verifying Checksum 18:38:06 ecc8261a40a4: Download complete 18:38:06 6ca5941a6612: Verifying Checksum 18:38:06 6ca5941a6612: Download complete 18:38:06 31603596830f: Pull complete 18:38:06 2a8b12db71e7: Pull complete 18:38:07 6ca5941a6612: Pull complete 18:38:07 ecc8261a40a4: Pull complete 18:38:07 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 18:38:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:38:07 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 18:38:08 prd-centos7-docker-4c-2g-24384 does not seem to be running inside a container 18:38:08 $ 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 18:38:10 $ docker top 35f1cc85c4dac40e31f4fd08964d49e4bc8464695b8d1ab7b5eb014837e3eaa7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:38:10 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:38:10 [ssh-agent] Looking for ssh-agent implementation... 18:38:11 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:38:11 $ docker exec 35f1cc85c4dac40e31f4fd08964d49e4bc8464695b8d1ab7b5eb014837e3eaa7 ssh-agent 18:38:11 SSH_AUTH_SOCK=/tmp/ssh-O0cCzN7R8P6W/agent.13 18:38:11 SSH_AGENT_PID=18 18:38:11 Running ssh-add (command line suppressed) 18:38:11 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_2770845487847542347.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_2770845487847542347.key) 18:38:11 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:38:11 + git tag --points-at HEAD [Pipeline] } 18:38:11 $ docker exec --env ******** --env ******** 35f1cc85c4dac40e31f4fd08964d49e4bc8464695b8d1ab7b5eb014837e3eaa7 ssh-agent -k 18:38:12 unset SSH_AUTH_SOCK; 18:38:12 unset SSH_AGENT_PID; 18:38:12 echo Agent pid 18 killed; 18:38:12 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 18:38:12 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:38:12 [ssh-agent] Looking for ssh-agent implementation... 18:38:12 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:38:12 $ docker exec 35f1cc85c4dac40e31f4fd08964d49e4bc8464695b8d1ab7b5eb014837e3eaa7 ssh-agent 18:38:12 SSH_AUTH_SOCK=/tmp/ssh-W7L4Rm1MG96C/agent.46 18:38:12 SSH_AGENT_PID=51 18:38:12 Running ssh-add (command line suppressed) 18:38:12 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_6324247688938674483.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_6324247688938674483.key) 18:38:12 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:38:13 + git semver init 18:38:13 # -> Open(): unable to determine branch for HEAD 18:38:13 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 18:38:13 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 18:38:13 # $SEMVER_REMOTE_NAME = origin 18:38:13 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:38:13 # $SEMVER_USER_NAME = edgex-jenkins 18:38:13 # $SEMVER_BRANCH = master 18:38:13 # $SEMVER_TEMP = /tmp/semver-555902690 18:38:13 # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP 18:38:13 # '/tmp/semver-555902690' -> '/w/workspace/dry_go-mod-core-contracts_master/.semver' 18:38:13 # -> Force: false 18:38:13 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } 18:38:14 $ docker exec --env ******** --env ******** 35f1cc85c4dac40e31f4fd08964d49e4bc8464695b8d1ab7b5eb014837e3eaa7 ssh-agent -k 18:38:14 unset SSH_AUTH_SOCK; 18:38:14 unset SSH_AGENT_PID; 18:38:14 echo Agent pid 51 killed; 18:38:14 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:38:14 + git semver [Pipeline] } 18:38:14 $ docker stop --time=1 35f1cc85c4dac40e31f4fd08964d49e4bc8464695b8d1ab7b5eb014837e3eaa7 18:38:16 $ docker rm -f 35f1cc85c4dac40e31f4fd08964d49e4bc8464695b8d1ab7b5eb014837e3eaa7 [Pipeline] // withDockerContainer [Pipeline] sh 18:38:17 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 18:38:17 Stashed 1 file(s) [Pipeline] echo 18:38:17 [edgeXSemver]: initialized semver on version 2.0.0-dev.16 [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 18:38:33 Still waiting to schedule task 18:38:33 ‘prd-centos7-blackbox-4c-2g-24093’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-24371’ is offline; ‘prd-centos7-docker-4c-2g-24374’ is offline; ‘prd-centos7-docker-4c-2g-24381’ is offline; ‘prd-centos7-docker-4c-2g-24385’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-24382’ doesn’t have label ‘centos7-docker-4c-2g’ 18:38:33 Still waiting to schedule task 18:38:33 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 18:39:46 Running on prd-centos7-docker-4c-2g-24388 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws 18:39:46 Running in /w/workspace/go-mod-core-contracts/134 [Pipeline] { [Pipeline] checkout 18:39:49 using credential edgex-jenkins-ssh 18:39:49 Cloning the remote Git repository 18:39:49 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 18:39:49 > git init /w/workspace/go-mod-core-contracts/134 # timeout=10 18:39:49 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 18:39:49 > git --version # timeout=10 18:39:49 > git --version # 'git version 2.24.3' 18:39:49 using GIT_SSH to set credentials SSH Credentials for GitHub 18:39:49 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:39:50 Checking out Revision 5330e7a1e14f4aae69f926f73cef49e9e128662d (master) 18:39:50 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 18:39:50 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:39:50 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 18:39:50 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 18:39:50 using GIT_SSH to set credentials SSH Credentials for GitHub 18:39:50 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 18:39:50 > git config core.sparsecheckout # timeout=10 18:39:50 > git checkout -f 5330e7a1e14f4aae69f926f73cef49e9e128662d # timeout=10 18:39:54 Commit message: "Merge pull request #475 from lenny-intel/ModelToDto" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:39:55 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 18:39:55 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 18:39:55 + sudo service docker restart 18:39:55 + true 18:39:55 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 18:39:57 ========================================================= 18:39:57 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 18:39:57 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:39:57 + 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 . 18:39:57 Sending build context to Docker daemon 2.472MB 18:39:57 Step 1/7 : ARG BASE=golang:1.15-alpine 18:39:57 Step 2/7 : FROM ${BASE} 18:39:57 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 18:39:57 188c0c94c7c5: Pulling fs layer 18:39:57 0ef7d3d256c8: Pulling fs layer 18:39:57 de9db76c5a1d: Pulling fs layer 18:39:57 bca2f99d35d6: Pulling fs layer 18:39:57 93359f2a8cfa: Pulling fs layer 18:39:57 7c6f9722023f: Pulling fs layer 18:39:57 a35cf1a2eb13: Pulling fs layer 18:39:57 bca2f99d35d6: Waiting 18:39:57 7c6f9722023f: Waiting 18:39:57 a35cf1a2eb13: Waiting 18:39:57 93359f2a8cfa: Waiting 18:39:57 de9db76c5a1d: Verifying Checksum 18:39:57 de9db76c5a1d: Download complete 18:39:57 0ef7d3d256c8: Verifying Checksum 18:39:57 0ef7d3d256c8: Download complete 18:39:57 93359f2a8cfa: Verifying Checksum 18:39:57 93359f2a8cfa: Download complete 18:39:57 7c6f9722023f: Verifying Checksum 18:39:57 7c6f9722023f: Download complete 18:39:57 188c0c94c7c5: Verifying Checksum 18:39:57 188c0c94c7c5: Download complete 18:39:58 188c0c94c7c5: Pull complete 18:39:58 0ef7d3d256c8: Pull complete 18:39:58 de9db76c5a1d: Pull complete 18:40:00 a35cf1a2eb13: Verifying Checksum 18:40:00 a35cf1a2eb13: Download complete 18:40:01 bca2f99d35d6: Verifying Checksum 18:40:01 bca2f99d35d6: Download complete 18:40:07 bca2f99d35d6: Pull complete 18:40:07 93359f2a8cfa: Pull complete 18:40:07 7c6f9722023f: Pull complete 18:40:12 a35cf1a2eb13: Pull complete 18:40:13 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 18:40:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 18:40:13 ---> a62c8e92a672 18:40:13 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 18:40:13 ---> Running in 537a2502ab2a 18:40:13 Removing intermediate container 537a2502ab2a 18:40:13 ---> e78a2c768afa 18:40:13 Step 4/7 : RUN apk add bash 18:40:13 ---> Running in 4a8195952fe6 18:40:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:40:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:40:16 OK: 166 MiB in 39 packages 18:40:16 Removing intermediate container 4a8195952fe6 18:40:16 ---> ac2a58416cee 18:40:16 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 18:40:16 ---> Running in d000781015a7 18:40:16 Removing intermediate container d000781015a7 18:40:16 ---> 427a0ff383c2 18:40:16 Step 6/7 : COPY go.mod . 18:40:16 ---> ff74e41e16ab 18:40:16 Step 7/7 : RUN go mod download 18:40:16 ---> Running in 6609876e6e72 18:40:29 Removing intermediate container 6609876e6e72 18:40:29 ---> a5536362f080 18:40:29 Successfully built a5536362f080 18:40:29 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 18:40:29 + docker inspect -f . ci-base-image-x86_64 18:40:29 . [Pipeline] withDockerContainer 18:40:29 prd-centos7-docker-4c-2g-24388 does not seem to be running inside a container 18:40:29 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/134 -v /w/workspace/go-mod-core-contracts/134:/w/workspace/go-mod-core-contracts/134:rw,z -v /w/workspace/go-mod-core-contracts/134@tmp:/w/workspace/go-mod-core-contracts/134@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 18:40:30 $ docker top c875d44c14ddde307d0752ff2320a1e4a01a2b67baf575a917aacbdf914c8ed9 -eo pid,comm [Pipeline] { [Pipeline] sh 18:40:31 + go version 18:40:31 go version go1.15.5 linux/amd64 [Pipeline] } 18:40:31 $ docker stop --time=1 c875d44c14ddde307d0752ff2320a1e4a01a2b67baf575a917aacbdf914c8ed9 18:40:32 $ docker rm -f c875d44c14ddde307d0752ff2320a1e4a01a2b67baf575a917aacbdf914c8ed9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:40:33 + docker inspect -f . ci-base-image-x86_64 18:40:33 . [Pipeline] withDockerContainer 18:40:33 prd-centos7-docker-4c-2g-24388 does not seem to be running inside a container 18:40:33 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/134 -v /w/workspace/go-mod-core-contracts/134:/w/workspace/go-mod-core-contracts/134:rw,z -v /w/workspace/go-mod-core-contracts/134@tmp:/w/workspace/go-mod-core-contracts/134@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 18:40:35 $ docker top dd8a05a841aef8d60a2b0da912babe4691145666d2780717c3649c8fdff4a6cd -eo pid,comm [Pipeline] { [Pipeline] sh 18:40:35 + make test 18:40:35 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 18:40:44 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] 18:40:44 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.015s coverage: 85.7% of statements 18:40:44 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.046s coverage: 100.0% of statements 18:40:44 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.034s coverage: 45.4% of statements 18:40:44 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.017s coverage: 77.8% of statements 18:40:44 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 18:40:44 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.015s coverage: 26.3% of statements 18:40:45 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.028s coverage: 14.7% of statements 18:40:45 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.011s coverage: 100.0% of statements 18:40:45 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.028s coverage: 91.8% of statements 18:40:45 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] 18:40:45 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] 18:40:45 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.004s coverage: 100.0% of statements 18:40:45 ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.005s coverage: 36.7% of statements 18:40:47 ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.032s coverage: 63.0% of statements 18:40:47 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.005s coverage: 26.3% of statements 18:40:47 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.007s coverage: 15.4% of statements 18:40:47 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.006s coverage: 15.4% of statements 18:40:47 ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.055s coverage: 14.3% of statements 18:40:47 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] 18:40:48 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.098s coverage: 84.8% of statements 18:40:48 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] 18:40:48 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] 18:40:48 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] 18:40:48 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.023s coverage: 55.2% of statements 18:40:48 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.029s coverage: 94.7% of statements 18:40:49 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.038s coverage: 93.0% of statements 18:40:49 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.010s coverage: 100.0% of statements 18:40:49 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models [no test files] 18:40:50 CGO_ENABLED=0 GO111MODULE=on go vet ./... 18:40:51 gofmt -l . 18:40:51 [ "`gofmt -l .`" = "" ] [Pipeline] } 18:40:51 $ docker stop --time=1 dd8a05a841aef8d60a2b0da912babe4691145666d2780717c3649c8fdff4a6cd 18:40:54 $ docker rm -f dd8a05a841aef8d60a2b0da912babe4691145666d2780717c3649c8fdff4a6cd [Pipeline] // withDockerContainer [Pipeline] sh 18:40:55 + sudo chown -R jenkins:jenkins . [Pipeline] stash 18:40:55 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] } 18:41:41 Running on prd-ubuntu18.04-docker-arm64-4c-16g-24393 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws 18:41:41 Running in /w/workspace/go-mod-core-contracts/134 [Pipeline] { [Pipeline] checkout 18:41:47 using credential edgex-jenkins-ssh 18:41:47 Cloning the remote Git repository 18:41:47 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 18:41:47 > git init /w/workspace/go-mod-core-contracts/134 # timeout=10 18:41:47 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 18:41:47 > git --version # timeout=10 18:41:47 > git --version # 'git version 2.17.1' 18:41:47 using GIT_SSH to set credentials SSH Credentials for GitHub 18:41:47 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:41:49 Checking out Revision 5330e7a1e14f4aae69f926f73cef49e9e128662d (master) 18:41:48 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 18:41:48 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:41:48 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 18:41:48 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 18:41:48 using GIT_SSH to set credentials SSH Credentials for GitHub 18:41:48 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 18:41:49 > git config core.sparsecheckout # timeout=10 18:41:49 > git checkout -f 5330e7a1e14f4aae69f926f73cef49e9e128662d # timeout=10 18:41:54 Commit message: "Merge pull request #475 from lenny-intel/ModelToDto" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:41:55 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 18:41:56 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 18:41:56 + + sudo servicetrue docker 18:41:56 restart [Pipeline] unstash [Pipeline] echo 18:41:59 ========================================================= 18:41:59 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 18:41:59 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:41:59 + 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 . 18:42:00 Sending build context to Docker daemon 2.471MB 18:42:00 Step 1/7 : ARG BASE=golang:1.15-alpine 18:42:00 Step 2/7 : FROM ${BASE} 18:42:01 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 18:42:01 5f621e34cdf4: Pulling fs layer 18:42:01 a4357932f1b6: Pulling fs layer 18:42:01 18c013af1878: Pulling fs layer 18:42:01 00ac8860ef70: Pulling fs layer 18:42:01 63d7cb157983: Pulling fs layer 18:42:01 b116817d02f9: Pulling fs layer 18:42:01 745a02a5169b: Pulling fs layer 18:42:01 00ac8860ef70: Waiting 18:42:01 63d7cb157983: Waiting 18:42:01 b116817d02f9: Waiting 18:42:01 745a02a5169b: Waiting 18:42:01 18c013af1878: Download complete 18:42:01 a4357932f1b6: Verifying Checksum 18:42:01 a4357932f1b6: Download complete 18:42:01 63d7cb157983: Verifying Checksum 18:42:01 63d7cb157983: Download complete 18:42:01 b116817d02f9: Verifying Checksum 18:42:01 b116817d02f9: Download complete 18:42:01 5f621e34cdf4: Download complete 18:42:02 5f621e34cdf4: Pull complete 18:42:02 a4357932f1b6: Pull complete 18:42:03 18c013af1878: Pull complete 18:42:04 745a02a5169b: Verifying Checksum 18:42:04 745a02a5169b: Download complete 18:42:05 00ac8860ef70: Download complete 18:42:15 00ac8860ef70: Pull complete 18:42:15 63d7cb157983: Pull complete 18:42:15 b116817d02f9: Pull complete 18:42:20 745a02a5169b: Pull complete 18:42:20 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 18:42:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 18:42:20 ---> b7e6874047d6 18:42:20 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 18:42:22 ---> Running in bd6bbf8e8503 18:42:23 Removing intermediate container bd6bbf8e8503 18:42:23 ---> 461201c49aa8 18:42:23 Step 4/7 : RUN apk add bash 18:42:23 ---> Running in 3ca1bfdd9636 18:42:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:42:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:42:26 OK: 142 MiB in 39 packages 18:42:27 Removing intermediate container 3ca1bfdd9636 18:42:27 ---> 0ce86242fd19 18:42:27 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 18:42:27 ---> Running in c9e65b269b9e 18:42:28 Removing intermediate container c9e65b269b9e 18:42:28 ---> d9b236157a39 18:42:28 Step 6/7 : COPY go.mod . 18:42:28 ---> 25322f429d16 18:42:28 Step 7/7 : RUN go mod download 18:42:28 ---> Running in ede78fd02189 18:42:45 Removing intermediate container ede78fd02189 18:42:45 ---> e532f92a7f88 18:42:45 Successfully built e532f92a7f88 18:42:45 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 18:42:45 + docker inspect -f . ci-base-image-arm64 18:42:45 . [Pipeline] withDockerContainer 18:42:45 prd-ubuntu18.04-docker-arm64-4c-16g-24393 does not seem to be running inside a container 18:42:45 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/134 -v /w/workspace/go-mod-core-contracts/134:/w/workspace/go-mod-core-contracts/134:rw,z -v /w/workspace/go-mod-core-contracts/134@tmp:/w/workspace/go-mod-core-contracts/134@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 18:42:47 $ docker top 8b732cad8f2f5d2d09c8fcc8769b024076bf20888d45a0884acf4dcd1e775ff7 -eo pid,comm [Pipeline] { [Pipeline] sh 18:42:48 + go version 18:42:48 go version go1.15.5 linux/arm64 [Pipeline] } 18:42:48 $ docker stop --time=1 8b732cad8f2f5d2d09c8fcc8769b024076bf20888d45a0884acf4dcd1e775ff7 18:42:50 $ docker rm -f 8b732cad8f2f5d2d09c8fcc8769b024076bf20888d45a0884acf4dcd1e775ff7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:42:51 + docker inspect -f . ci-base-image-arm64 18:42:51 . [Pipeline] withDockerContainer 18:42:51 prd-ubuntu18.04-docker-arm64-4c-16g-24393 does not seem to be running inside a container 18:42:51 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/134 -v /w/workspace/go-mod-core-contracts/134:/w/workspace/go-mod-core-contracts/134:rw,z -v /w/workspace/go-mod-core-contracts/134@tmp:/w/workspace/go-mod-core-contracts/134@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 18:42:53 $ docker top a0ab2300ef80f692484d67156cf0d4d142abb1d5e8fe11eb17a5b0e0dfc278ca -eo pid,comm [Pipeline] { [Pipeline] sh 18:42:54 + make test 18:42:54 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 18:43:16 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] 18:43:17 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.054s coverage: 85.7% of statements 18:43:17 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.056s coverage: 100.0% of statements 18:43:19 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.047s coverage: 45.4% of statements 18:43:19 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.033s coverage: 77.8% of statements 18:43:19 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 18:43:20 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.051s coverage: 26.3% of statements 18:43:21 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.042s coverage: 14.7% of statements 18:43:22 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.016s coverage: 100.0% of statements 18:43:22 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.086s coverage: 91.8% of statements 18:43:22 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] 18:43:22 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] 18:43:22 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.013s coverage: 100.0% of statements 18:43:22 ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.015s coverage: 36.7% of statements 18:43:29 ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.118s coverage: 63.0% of statements 18:43:29 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.015s coverage: 26.3% of statements 18:43:29 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.015s coverage: 15.4% of statements 18:43:29 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.053s coverage: 15.4% of statements 18:43:29 ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.048s coverage: 14.3% of statements 18:43:29 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] 18:43:31 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.300s coverage: 84.8% of statements 18:43:31 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] 18:43:31 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] 18:43:31 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] 18:43:32 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.108s coverage: 55.2% of statements 18:43:32 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.039s coverage: 94.7% of statements 18:43:34 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.141s coverage: 93.0% of statements 18:43:34 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.023s coverage: 100.0% of statements 18:43:34 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models [no test files] 18:43:34 CGO_ENABLED=0 GO111MODULE=on go vet ./... 18:43:39 gofmt -l . 18:43:40 [ "`gofmt -l .`" = "" ] [Pipeline] } 18:43:41 $ docker stop --time=1 a0ab2300ef80f692484d67156cf0d4d142abb1d5e8fe11eb17a5b0e0dfc278ca 18:43:43 $ docker rm -f a0ab2300ef80f692484d67156cf0d4d142abb1d5e8fe11eb17a5b0e0dfc278ca [Pipeline] // withDockerContainer [Pipeline] sh 18:43:44 + sudo chown -R jenkins:jenkins . [Pipeline] stash 18:43:44 Warning: overwriting stash ‘coverage-report’ 18:43:45 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 18:43:46 provisioning config files... 18:43:47 copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config802031139531636953tmp [Pipeline] { [Pipeline] sh 18:43:47 + set +x 18:43:47 + curl -s https://codecov.io/bash 18:43:47 + bash -s -- 18:43:47 18:43:47 _____ _ 18:43:47 / ____| | | 18:43:47 | | ___ __| | ___ ___ _____ __ 18:43:47 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 18:43:47 | |___| (_) | (_| | __/ (_| (_) \ V / 18:43:47 \_____\___/ \__,_|\___|\___\___/ \_/ 18:43:47 Bash-20210129-7c25fce 18:43:47 18:43:47 18:43:47 ==> git version 2.24.3 found 18:43:47 ==> 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 18:43:47 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 18:43:47 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 18:43:47 ==> Jenkins CI detected. 18:43:47 project root: . 18:43:47 --> token set from env 18:43:47 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 18:43:47 ==> Running gcov in . (disable via -X gcov) 18:43:47 ==> Python coveragepy not found 18:43:47 ==> Searching for coverage reports in: 18:43:47 + . 18:43:47 -> Found 1 reports 18:43:47 ==> Detecting git/mercurial file structure 18:43:47 ==> Reading reports 18:43:47 + ./coverage.out bytes=142480 18:43:47 ==> Appending adjustments 18:43:47 https://docs.codecov.io/docs/fixing-reports 18:43:49 + Found adjustments 18:43:49 ==> Gzipping contents 18:43:49 24K /tmp/codecov.KKvmeD.gz 18:43:49 ==> Uploading reports 18:43:49 url: https://codecov.io 18:43:49 query: branch=master&commit=5330e7a1e14f4aae69f926f73cef49e9e128662d&build=134&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2Fmaster%2F134%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=&job=&cmd_args= 18:43:49 -> Pinging Codecov 18:43:49 https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=master&commit=5330e7a1e14f4aae69f926f73cef49e9e128662d&build=134&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2Fmaster%2F134%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=&job=&cmd_args= 18:43:49 -> Uploading to 18:43:49 https://storage.googleapis.com/codecov/v4/raw/2021-02-01/71470A77251A30514AAF9C0BB2E5B6CE/5330e7a1e14f4aae69f926f73cef49e9e128662d/a028d2f6-99d6-4760-9791-da3f0395bf87.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210201%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210201T184349Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=8f351bb64426d905cae1e6d0b50f6af71e70a98aa60678fbc7666f235eec20a7 18:43:49 % Total % Received % Xferd Average Speed Time Time Time Current 18:43:49 Dload Upload Total Spent Left Speed 18:43:49 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 21799 0 0 100 21799 0 48817 --:--:-- --:--:-- --:--:-- 48876 18:43:49 -> View reports at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/5330e7a1e14f4aae69f926f73cef49e9e128662d [Pipeline] } 18:43:49 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 18:43:50 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 18:43:50 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:43:50 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 18:43:50 18:43:50 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 18:43:50 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 18:43:50 1.410.4: Pulling from edgex-devops/edgex-snyk-go 18:43:50 188c0c94c7c5: Pulling fs layer 18:43:50 0ef7d3d256c8: Pulling fs layer 18:43:50 de9db76c5a1d: Pulling fs layer 18:43:50 0eba1c9be4d2: Pulling fs layer 18:43:50 0d57e429df01: Pulling fs layer 18:43:50 4e4be7b47b0d: Pulling fs layer 18:43:50 e1f770b5df2f: Pulling fs layer 18:43:50 85a0685a4137: Pulling fs layer 18:43:50 0d57e429df01: Waiting 18:43:50 4e4be7b47b0d: Waiting 18:43:50 e1f770b5df2f: Waiting 18:43:50 85a0685a4137: Waiting 18:43:50 0eba1c9be4d2: Waiting 18:43:50 de9db76c5a1d: Download complete 18:43:50 0ef7d3d256c8: Verifying Checksum 18:43:50 0ef7d3d256c8: Download complete 18:43:50 0d57e429df01: Verifying Checksum 18:43:50 0d57e429df01: Download complete 18:43:50 4e4be7b47b0d: Verifying Checksum 18:43:50 4e4be7b47b0d: Download complete 18:43:51 188c0c94c7c5: Verifying Checksum 18:43:51 188c0c94c7c5: Download complete 18:43:52 188c0c94c7c5: Pull complete 18:43:52 0ef7d3d256c8: Pull complete 18:43:52 e1f770b5df2f: Verifying Checksum 18:43:52 e1f770b5df2f: Download complete 18:43:52 de9db76c5a1d: Pull complete 18:43:54 0eba1c9be4d2: Verifying Checksum 18:43:54 0eba1c9be4d2: Download complete 18:43:57 85a0685a4137: Verifying Checksum 18:43:57 85a0685a4137: Download complete 18:44:00 0eba1c9be4d2: Pull complete 18:44:00 0d57e429df01: Pull complete 18:44:00 4e4be7b47b0d: Pull complete 18:44:02 e1f770b5df2f: Pull complete 18:44:11 85a0685a4137: Pull complete 18:44:11 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 18:44:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 18:44:11 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 18:44:11 prd-centos7-docker-4c-2g-24384 does not seem to be running inside a container 18:44:11 $ 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 18:44:12 $ docker top 5fd192359fc5c873ff6a802cb03ad11ece3dc59c15a63dd30e518b4cf773591b -eo pid,comm [Pipeline] { [Pipeline] echo 18:44:13 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 18:44:13 + set -o pipefail 18:44:13 + snyk monitor '--org=edgex-jenkins' 18:44:17 18:44:17 Monitoring /w/workspace/dry_go-mod-core-contracts_master (github.com/edgexfoundry/go-mod-core-contracts/v2)... 18:44:17 18:44:17 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/3f4394a4-4413-42ba-ada0-473d353def69/history/29c87fd6-4a28-44db-8cee-773311682766 18:44:17 18:44:17 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 18:44:17 18:44:17 [Pipeline] } 18:44:18 $ docker stop --time=1 5fd192359fc5c873ff6a802cb03ad11ece3dc59c15a63dd30e518b4cf773591b 18:44:20 $ docker rm -f 5fd192359fc5c873ff6a802cb03ad11ece3dc59c15a63dd30e518b4cf773591b [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 18:44:22 + git log --format=format:%s -1 5330e7a1e14f4aae69f926f73cef49e9e128662d [Pipeline] isUnix [Pipeline] sh 18:44:22 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:44:22 . [Pipeline] withDockerContainer 18:44:22 prd-centos7-docker-4c-2g-24384 does not seem to be running inside a container 18:44:22 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 18:44:23 $ docker top fb1ee75a208fc524610dda8fcc02bda5f348e7041d4cff4c58e06e593455c8f6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:44:24 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:44:24 [ssh-agent] Looking for ssh-agent implementation... 18:44:24 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:44:24 $ docker exec fb1ee75a208fc524610dda8fcc02bda5f348e7041d4cff4c58e06e593455c8f6 ssh-agent 18:44:24 SSH_AUTH_SOCK=/tmp/ssh-sXEWns9pyyAt/agent.11 18:44:24 SSH_AGENT_PID=16 18:44:24 Running ssh-add (command line suppressed) 18:44:24 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_8016780663700059337.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_8016780663700059337.key) 18:44:24 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:44:25 + git semver tag 18:44:25 # -> Open(): unable to determine branch for HEAD 18:44:25 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 18:44:25 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 18:44:25 # $SEMVER_REMOTE_NAME = origin 18:44:25 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:44:25 # $SEMVER_USER_NAME = edgex-jenkins 18:44:25 # $SEMVER_BRANCH = master 18:44:25 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver 18:44:25 # 5330e7a1e14f4aae69f926f73cef49e9e128662d HEAD 18:44:25 # -> Force: false 18:44:25 # 3d2ea07888aa725ed6bf92293d7632592361981b refs/tags/v2.0.0-dev.16 [Pipeline] } 18:44:25 $ docker exec --env ******** --env ******** fb1ee75a208fc524610dda8fcc02bda5f348e7041d4cff4c58e06e593455c8f6 ssh-agent -k 18:44:25 unset SSH_AUTH_SOCK; 18:44:25 unset SSH_AGENT_PID; 18:44:25 echo Agent pid 16 killed; 18:44:25 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:44:26 + git semver [Pipeline] } 18:44:26 $ docker stop --time=1 fb1ee75a208fc524610dda8fcc02bda5f348e7041d4cff4c58e06e593455c8f6 18:44:27 $ docker rm -f fb1ee75a208fc524610dda8fcc02bda5f348e7041d4cff4c58e06e593455c8f6 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 18:44:28 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 18:44:28 18:44:28 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 18:44:28 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 18:44:28 0.23.1-centos7: Pulling from edgex-lftools 18:44:28 ab5ef0e58194: Pulling fs layer 18:44:28 9712f1f96733: Pulling fs layer 18:44:28 63f879dbbcfc: Pulling fs layer 18:44:28 0d9ebad4ef96: Pulling fs layer 18:44:28 e9a5061849ea: Pulling fs layer 18:44:28 d747dcd14b5f: Pulling fs layer 18:44:28 2de7ff778b66: Pulling fs layer 18:44:28 e9a5061849ea: Waiting 18:44:28 2de7ff778b66: Waiting 18:44:28 d747dcd14b5f: Waiting 18:44:28 0d9ebad4ef96: Waiting 18:44:28 9712f1f96733: Verifying Checksum 18:44:28 9712f1f96733: Download complete 18:44:33 63f879dbbcfc: Verifying Checksum 18:44:33 63f879dbbcfc: Download complete 18:44:33 e9a5061849ea: Verifying Checksum 18:44:33 e9a5061849ea: Download complete 18:44:33 d747dcd14b5f: Verifying Checksum 18:44:33 d747dcd14b5f: Download complete 18:44:34 2de7ff778b66: Verifying Checksum 18:44:34 2de7ff778b66: Download complete 18:44:34 0d9ebad4ef96: Verifying Checksum 18:44:34 0d9ebad4ef96: Download complete 18:44:34 ab5ef0e58194: Verifying Checksum 18:44:34 ab5ef0e58194: Download complete 18:44:40 ab5ef0e58194: Pull complete 18:44:40 9712f1f96733: Pull complete 18:44:42 63f879dbbcfc: Pull complete 18:44:51 0d9ebad4ef96: Pull complete 18:44:53 e9a5061849ea: Pull complete 18:44:53 d747dcd14b5f: Pull complete 18:44:55 2de7ff778b66: Pull complete 18:44:55 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 18:44:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 18:44:55 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 18:44:55 prd-centos7-docker-4c-2g-24384 does not seem to be running inside a container 18:44:55 $ 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 18:44:58 $ docker top 52b97df57ac1c7488b0b03cedb74393570f21ee79c15591ccbbbae35e26855f8 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 18:44:58 provisioning config files... 18:44:58 copy managed file [sigul-config] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config1738331068415696731tmp 18:44:59 copy managed file [sigul-password] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config3066190410531051114tmp 18:44:59 copy managed file [sigul-pki] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config6425900493308860904tmp [Pipeline] { [Pipeline] echo 18:44:59 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 18:44:59 ---> sigul-configuration.sh 18:44:59 gpg: directory `/root/.gnupg' created 18:44:59 gpg: new configuration file `/root/.gnupg/gpg.conf' created 18:44:59 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 18:44:59 gpg: keyring `/root/.gnupg/secring.gpg' created 18:44:59 gpg: keyring `/root/.gnupg/pubring.gpg' created 18:44:59 gpg: CAST5 encrypted data 18:44:59 gpg: encrypted with 1 passphrase 18:44:59 gpg: WARNING: message was not integrity protected [Pipeline] sh 18:44:59 + mkdir /home/jenkins 18:44:59 + mkdir /home/jenkins/sigul [Pipeline] sh 18:45:00 + 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 18:45:00 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 18:45:00 ---> sigul-install.sh 18:45:08 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 18:45:09 + git tag --list 18:45:09 v0.0.0 18:45:09 v0.0.1 18:45:09 v0.1.0 18:45:09 v0.1.1 18:45:09 v0.1.10 18:45:09 v0.1.100 18:45:09 v0.1.101 18:45:09 v0.1.102 18:45:09 v0.1.103 18:45:09 v0.1.104 18:45:09 v0.1.105 18:45:09 v0.1.106 18:45:09 v0.1.107 18:45:09 v0.1.108 18:45:09 v0.1.109 18:45:09 v0.1.11 18:45:09 v0.1.110 18:45:09 v0.1.111 18:45:09 v0.1.112 18:45:09 v0.1.113 18:45:09 v0.1.114 18:45:09 v0.1.115 18:45:09 v0.1.116 18:45:09 v0.1.117 18:45:09 v0.1.118 18:45:09 v0.1.119 18:45:09 v0.1.12 18:45:09 v0.1.120 18:45:09 v0.1.121 18:45:09 v0.1.122 18:45:09 v0.1.123 18:45:09 v0.1.124 18:45:09 v0.1.125 18:45:09 v0.1.126 18:45:09 v0.1.127 18:45:09 v0.1.128 18:45:09 v0.1.129 18:45:09 v0.1.13 18:45:09 v0.1.130 18:45:09 v0.1.131 18:45:09 v0.1.132 18:45:09 v0.1.133 18:45:09 v0.1.134 18:45:09 v0.1.135 18:45:09 v0.1.136 18:45:09 v0.1.137 18:45:09 v0.1.138 18:45:09 v0.1.139 18:45:09 v0.1.14 18:45:09 v0.1.140 18:45:09 v0.1.141 18:45:09 v0.1.142 18:45:09 v0.1.143 18:45:09 v0.1.144 18:45:09 v0.1.145 18:45:09 v0.1.146 18:45:09 v0.1.147 18:45:09 v0.1.148 18:45:09 v0.1.149 18:45:09 v0.1.15 18:45:09 v0.1.16 18:45:09 v0.1.17 18:45:09 v0.1.18 18:45:09 v0.1.19 18:45:09 v0.1.2 18:45:09 v0.1.20 18:45:09 v0.1.21 18:45:09 v0.1.22 18:45:09 v0.1.23 18:45:09 v0.1.24 18:45:09 v0.1.25 18:45:09 v0.1.26 18:45:09 v0.1.27 18:45:09 v0.1.28 18:45:09 v0.1.29 18:45:09 v0.1.3 18:45:09 v0.1.30 18:45:09 v0.1.31 18:45:09 v0.1.32 18:45:09 v0.1.33 18:45:09 v0.1.34 18:45:09 v0.1.35 18:45:09 v0.1.36 18:45:09 v0.1.37 18:45:09 v0.1.38 18:45:09 v0.1.39 18:45:09 v0.1.4 18:45:09 v0.1.40 18:45:09 v0.1.41 18:45:09 v0.1.42 18:45:09 v0.1.43 18:45:09 v0.1.44 18:45:09 v0.1.45 18:45:09 v0.1.46 18:45:09 v0.1.47 18:45:09 v0.1.48 18:45:09 v0.1.49 18:45:09 v0.1.5 18:45:09 v0.1.50 18:45:09 v0.1.51 18:45:09 v0.1.52 18:45:09 v0.1.53 18:45:09 v0.1.54 18:45:09 v0.1.55 18:45:09 v0.1.56 18:45:09 v0.1.57 18:45:09 v0.1.58 18:45:09 v0.1.59 18:45:09 v0.1.6 18:45:09 v0.1.60 18:45:09 v0.1.61 18:45:09 v0.1.62 18:45:09 v0.1.63 18:45:09 v0.1.64 18:45:09 v0.1.65 18:45:09 v0.1.66 18:45:09 v0.1.67 18:45:09 v0.1.68 18:45:09 v0.1.69 18:45:09 v0.1.7 18:45:09 v0.1.70 18:45:09 v0.1.71 18:45:09 v0.1.72 18:45:09 v0.1.73 18:45:09 v0.1.74 18:45:09 v0.1.75 18:45:09 v0.1.76 18:45:09 v0.1.77 18:45:09 v0.1.78 18:45:09 v0.1.79 18:45:09 v0.1.8 18:45:09 v0.1.80 18:45:09 v0.1.81 18:45:09 v0.1.82 18:45:09 v0.1.83 18:45:09 v0.1.84 18:45:09 v0.1.85 18:45:09 v0.1.86 18:45:09 v0.1.87 18:45:09 v0.1.88 18:45:09 v0.1.89 18:45:09 v0.1.9 18:45:09 v0.1.90 18:45:09 v0.1.91 18:45:09 v0.1.92 18:45:09 v0.1.93 18:45:09 v0.1.94 18:45:09 v0.1.95 18:45:09 v0.1.96 18:45:09 v0.1.97 18:45:09 v0.1.98 18:45:09 v0.1.99 18:45:09 v2.0.0-dev.1 18:45:09 v2.0.0-dev.10 18:45:09 v2.0.0-dev.11 18:45:09 v2.0.0-dev.12 18:45:09 v2.0.0-dev.13 18:45:09 v2.0.0-dev.14 18:45:09 v2.0.0-dev.15 18:45:09 v2.0.0-dev.16 18:45:09 v2.0.0-dev.2 18:45:09 v2.0.0-dev.3 18:45:09 v2.0.0-dev.4 18:45:09 v2.0.0-dev.5 18:45:09 v2.0.0-dev.6 18:45:09 v2.0.0-dev.7 18:45:09 v2.0.0-dev.8 18:45:09 v2.0.0-dev.9 [Pipeline] sh 18:45:09 + lftools sign git-tag v2.0.0-dev.16 18:45:10 Signing Git tag with Sigul... 18:45:10 Signing v2.0.0-dev.16 [Pipeline] echo 18:45:11 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 18:45:12 ---> sigul-configuration-cleanup.sh [Pipeline] } 18:45:12 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 18:45:12 $ docker stop --time=1 52b97df57ac1c7488b0b03cedb74393570f21ee79c15591ccbbbae35e26855f8 18:45:14 $ docker rm -f 52b97df57ac1c7488b0b03cedb74393570f21ee79c15591ccbbbae35e26855f8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 18:45:15 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:45:15 . [Pipeline] withDockerContainer 18:45:15 prd-centos7-docker-4c-2g-24384 does not seem to be running inside a container 18:45:15 $ 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 18:45:16 $ docker top a81c9b8dd1d8a76bd9fe3f2bf7972943f41bc984822f238ed4de8a740a5ceac8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:45:16 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:45:16 [ssh-agent] Looking for ssh-agent implementation... 18:45:16 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:45:16 $ docker exec a81c9b8dd1d8a76bd9fe3f2bf7972943f41bc984822f238ed4de8a740a5ceac8 ssh-agent 18:45:16 SSH_AUTH_SOCK=/tmp/ssh-2YsP0WAD28ad/agent.11 18:45:16 SSH_AGENT_PID=16 18:45:16 Running ssh-add (command line suppressed) 18:45:17 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_5068654061884995495.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_5068654061884995495.key) 18:45:17 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:45:17 + git semver bump pre 18:45:17 # -> Open(): unable to determine branch for HEAD 18:45:17 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 18:45:17 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 18:45:17 # $SEMVER_REMOTE_NAME = origin 18:45:17 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:45:17 # $SEMVER_USER_NAME = edgex-jenkins 18:45:17 # $SEMVER_BRANCH = master 18:45:17 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver 18:45:17 2.0.0-dev.17 [Pipeline] } 18:45:17 $ docker exec --env ******** --env ******** a81c9b8dd1d8a76bd9fe3f2bf7972943f41bc984822f238ed4de8a740a5ceac8 ssh-agent -k 18:45:17 unset SSH_AUTH_SOCK; 18:45:17 unset SSH_AGENT_PID; 18:45:17 echo Agent pid 16 killed; 18:45:17 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:45:18 + git semver [Pipeline] } 18:45:18 $ docker stop --time=1 a81c9b8dd1d8a76bd9fe3f2bf7972943f41bc984822f238ed4de8a740a5ceac8 18:45:19 $ docker rm -f a81c9b8dd1d8a76bd9fe3f2bf7972943f41bc984822f238ed4de8a740a5ceac8 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 18:45:20 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:45:20 . [Pipeline] withDockerContainer 18:45:20 prd-centos7-docker-4c-2g-24384 does not seem to be running inside a container 18:45:20 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 18:45:21 $ docker top fa572e862c821cdc288ffd5e947630378ca1f78fa3fefb695b6f3e41d6152cc2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:45:21 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:45:21 [ssh-agent] Looking for ssh-agent implementation... 18:45:21 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:45:21 $ docker exec fa572e862c821cdc288ffd5e947630378ca1f78fa3fefb695b6f3e41d6152cc2 ssh-agent 18:45:21 SSH_AUTH_SOCK=/tmp/ssh-qVVfCUglkn31/agent.12 18:45:21 SSH_AGENT_PID=18 18:45:21 Running ssh-add (command line suppressed) 18:45:22 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_1915262488508285412.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_1915262488508285412.key) 18:45:22 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:45:22 + git semver push 18:45:22 # -> Open(): unable to determine branch for HEAD 18:45:22 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 18:45:22 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 18:45:22 # $SEMVER_REMOTE_NAME = origin 18:45:22 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:45:22 # $SEMVER_USER_NAME = edgex-jenkins 18:45:22 # $SEMVER_BRANCH = master 18:45:22 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } 18:45:29 $ docker exec --env ******** --env ******** fa572e862c821cdc288ffd5e947630378ca1f78fa3fefb695b6f3e41d6152cc2 ssh-agent -k 18:45:29 unset SSH_AUTH_SOCK; 18:45:29 unset SSH_AGENT_PID; 18:45:29 echo Agent pid 18 killed; 18:45:29 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:45:29 + git semver [Pipeline] } 18:45:30 $ docker stop --time=1 fa572e862c821cdc288ffd5e947630378ca1f78fa3fefb695b6f3e41d6152cc2 18:45:31 $ docker rm -f fa572e862c821cdc288ffd5e947630378ca1f78fa3fefb695b6f3e41d6152cc2 [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 18:45:32 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 18:45:33 ---> package-listing.sh 18:45:33 ++ facter osfamily 18:45:33 ++ tr '[:upper:]' '[:lower:]' 18:45:33 + OS_FAMILY=redhat 18:45:33 + workspace=/w/workspace/dry_go-mod-core-contracts_master 18:45:33 + START_PACKAGES=/tmp/packages_start.txt 18:45:33 + END_PACKAGES=/tmp/packages_end.txt 18:45:33 + DIFF_PACKAGES=/tmp/packages_diff.txt 18:45:33 + PACKAGES=/tmp/packages_start.txt 18:45:33 + '[' /w/workspace/dry_go-mod-core-contracts_master ']' 18:45:33 + PACKAGES=/tmp/packages_end.txt 18:45:33 + case "${OS_FAMILY}" in 18:45:33 + rpm -qa 18:45:33 + sort 18:45:38 + '[' -f /tmp/packages_start.txt ']' 18:45:38 + '[' -f /tmp/packages_end.txt ']' 18:45:38 + diff /tmp/packages_start.txt /tmp/packages_end.txt 18:45:38 + '[' /w/workspace/dry_go-mod-core-contracts_master ']' 18:45:38 + mkdir -p /w/workspace/dry_go-mod-core-contracts_master/archives/ 18:45:38 + 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 18:45:38 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 18:45:39 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 18:45:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:45:39 18:45:39 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 18:45:39 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:45:39 alpine: Pulling from edgex-lftools-log-publisher 18:45:39 df20fa9351a1: Pulling fs layer 18:45:39 36b3adc4ff6f: Pulling fs layer 18:45:39 8ad3a11d3b57: Pulling fs layer 18:45:39 46f8f816bc3b: Pulling fs layer 18:45:39 93b61091891f: Pulling fs layer 18:45:39 93b9cdb0e59b: Pulling fs layer 18:45:39 5e14af77c1be: Pulling fs layer 18:45:39 01666e4c0597: Pulling fs layer 18:45:39 aa168da1d23b: Pulling fs layer 18:45:39 93b9cdb0e59b: Waiting 18:45:39 46f8f816bc3b: Waiting 18:45:39 93b61091891f: Waiting 18:45:39 5e14af77c1be: Waiting 18:45:39 01666e4c0597: Waiting 18:45:39 36b3adc4ff6f: Verifying Checksum 18:45:39 36b3adc4ff6f: Download complete 18:45:39 46f8f816bc3b: Verifying Checksum 18:45:39 46f8f816bc3b: Download complete 18:45:39 df20fa9351a1: Verifying Checksum 18:45:39 df20fa9351a1: Download complete 18:45:39 93b9cdb0e59b: Verifying Checksum 18:45:39 93b9cdb0e59b: Download complete 18:45:39 5e14af77c1be: Verifying Checksum 18:45:39 5e14af77c1be: Download complete 18:45:40 93b61091891f: Verifying Checksum 18:45:40 93b61091891f: Download complete 18:45:40 01666e4c0597: Download complete 18:45:40 8ad3a11d3b57: Verifying Checksum 18:45:40 8ad3a11d3b57: Download complete 18:45:40 df20fa9351a1: Pull complete 18:45:41 36b3adc4ff6f: Pull complete 18:45:42 8ad3a11d3b57: Pull complete 18:45:42 aa168da1d23b: Verifying Checksum 18:45:42 aa168da1d23b: Download complete 18:45:42 46f8f816bc3b: Pull complete 18:45:43 93b61091891f: Pull complete 18:45:43 93b9cdb0e59b: Pull complete 18:45:43 5e14af77c1be: Pull complete 18:45:43 01666e4c0597: Pull complete 18:45:50 aa168da1d23b: Pull complete 18:45:50 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 18:45:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:45:50 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 18:45:50 prd-centos7-docker-4c-2g-24384 does not seem to be running inside a container 18:45:50 $ 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 18:45:53 $ docker top 704eb9ad6e81213dacc33803cb1a361485c06aaf28279a1f24b88979cf462d55 -eo pid,comm [Pipeline] { [Pipeline] sh 18:45:54 + touch /tmp/pre-build-complete [Pipeline] sh 18:45:54 + mkdir -p /var/log/sa [Pipeline] sh 18:45:54 + ls /var/log/sa-host 18:45:54 + sadf -c /var/log/sa-host/sa01 18:45:54 file_magic: OK 18:45:54 HZ: Using current value: 100 18:45:54 file_header: OK 18:45:54 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 18:45:54 Statistics: 18:45:54 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 18:45:54 File successfully converted to sysstat format version 12.2.1 18:45:54 + sadf -c /var/log/sa-host/sa23 18:45:54 file_magic: OK 18:45:54 HZ: Using current value: 100 18:45:54 file_header: OK 18:45:54 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 18:45:54 Statistics: 18:45:54 Hnuu...uuuununununu... 18:45:54 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:45:54 provisioning config files... 18:45:55 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config709249721928283069tmp [Pipeline] { [Pipeline] echo 18:45:55 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 18:45:55 ---> create-netrc.sh [Pipeline] } 18:45:55 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 18:45:55 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 18:45:55 ---> python-tools-install.sh [Pipeline] echo 18:45:55 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 18:45:56 ---> sudo-logs.sh 18:45:56 Archiving 'sudo' log.. [Pipeline] echo 18:45:56 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 18:45:56 ---> job-cost.sh 18:45:56 lf-activate-venv: SKIPPING 18:45:56 INFO: No Stack... 18:45:57 INFO: Retrieving Pricing Info for: v1-standard-2 18:45:58 INFO: Archiving Costs [Pipeline] echo 18:45:58 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 18:45:58 ---> logs-deploy.sh 18:45:58 lf-activate-venv: SKIPPING 18:45:58 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/master/134 18:45:58 INFO: archiving workspace using pattern(s): 18:46:00 Archives upload complete. 18:46:00 INFO: archiving logs to Nexus 18:46:01 ---> uname -a: 18:46:01 Linux prd-centos7-docker-4c-2g-24384.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 18:46:01 18:46:01 18:46:01 ---> lscpu: 18:46:01 Architecture: x86_64 18:46:01 CPU op-mode(s): 32-bit, 64-bit 18:46:01 Byte Order: Little Endian 18:46:01 Address sizes: 40 bits physical, 48 bits virtual 18:46:01 CPU(s): 4 18:46:01 On-line CPU(s) list: 0-3 18:46:01 Thread(s) per core: 1 18:46:01 Core(s) per socket: 1 18:46:01 Socket(s): 4 18:46:01 NUMA node(s): 1 18:46:01 Vendor ID: GenuineIntel 18:46:01 CPU family: 6 18:46:01 Model: 44 18:46:01 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 18:46:01 Stepping: 1 18:46:01 CPU MHz: 2933.438 18:46:01 BogoMIPS: 5866.87 18:46:01 Virtualization: VT-x 18:46:01 Hypervisor vendor: KVM 18:46:01 Virtualization type: full 18:46:01 L1d cache: 128 KiB 18:46:01 L1i cache: 128 KiB 18:46:01 L2 cache: 16 MiB 18:46:01 L3 cache: 64 MiB 18:46:01 NUMA node0 CPU(s): 0-3 18:46:01 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 18:46:01 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 18:46:01 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 18:46:01 Vulnerability Meltdown: Mitigation; PTI 18:46:01 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 18:46:01 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 18:46:01 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 18:46:01 Vulnerability Srbds: Not affected 18:46:01 Vulnerability Tsx async abort: Not affected 18:46:01 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 18:46:01 18:46:01 18:46:01 ---> nproc: 18:46:01 4 18:46:01 18:46:01 18:46:01 ---> df -h: 18:46:01 Filesystem Size Used Available Use% Mounted on 18:46:01 overlay 50.0G 8.5G 41.4G 17% / 18:46:01 tmpfs 64.0M 0 64.0M 0% /dev 18:46:01 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 18:46:01 shm 64.0M 0 64.0M 0% /dev/shm 18:46:01 /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os 18:46:01 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf 18:46:01 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname 18:46:01 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts 18:46:01 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log 18:46:01 /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json 18:46:01 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/dry_go-mod-core-contracts_master 18:46:01 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/dry_go-mod-core-contracts_master@tmp 18:46:01 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host 18:46:01 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure 18:46:01 18:46:01 18:46:01 ---> free -m: 18:46:01 total used free shared buff/cache available 18:46:01 Mem: 1837 835 145 0 856 937 18:46:01 Swap: 1023 3 1020 18:46:01 18:46:01 18:46:01 ---> ip addr: 18:46:01 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 18:46:01 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 18:46:01 inet 127.0.0.1/8 scope host lo 18:46:01 valid_lft forever preferred_lft forever 18:46:01 inet6 ::1/128 scope host 18:46:01 valid_lft forever preferred_lft forever 18:46:01 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 18:46:01 link/ether fa:16:3e:cc:5a:4e brd ff:ff:ff:ff:ff:ff 18:46:01 inet 10.30.122.8/23 brd 10.30.123.255 scope global dynamic eth0 18:46:01 valid_lft 85882sec preferred_lft 85882sec 18:46:01 inet6 fe80::f816:3eff:fecc:5a4e/64 scope link 18:46:01 valid_lft forever preferred_lft forever 18:46:01 3: docker0: mtu 1500 qdisc noqueue state DOWN 18:46:01 link/ether 02:42:a2:aa:e2:72 brd ff:ff:ff:ff:ff:ff 18:46:01 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 18:46:01 valid_lft forever preferred_lft forever 18:46:01 inet6 fe80::42:a2ff:feaa:e272/64 scope link 18:46:01 valid_lft forever preferred_lft forever 18:46:01 18:46:01 18:46:01 ---> sar -b -r -n DEV: 18:46:01 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/01/21 _x86_64_ (4 CPU) 18:46:01 18:46:01 18:37:12 LINUX RESTART (4 CPU) 18:46:01 18:46:01 18:38:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 18:46:01 18:39:01 33.84 11.60 22.24 0.00 4401.42 3227.24 0.00 18:46:01 18:40:01 1.83 0.00 1.83 0.00 0.00 37.71 0.00 18:46:01 18:41:01 0.18 0.00 0.18 0.00 0.00 2.17 0.00 18:46:01 18:42:01 0.37 0.00 0.37 0.00 0.00 6.69 0.00 18:46:01 18:43:01 0.20 0.00 0.20 0.00 0.00 2.61 0.00 18:46:01 18:44:01 58.92 22.34 36.58 0.00 1346.18 16992.64 0.00 18:46:01 18:45:01 398.62 210.21 188.40 0.00 10826.55 47640.54 0.00 18:46:01 Average: 70.69 34.95 35.74 0.00 2363.83 9724.53 0.00 18:46:01 18:46:01 18:38:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 18:46:01 18:39:01 145852 0 623784 33.15 2620 1109288 1108396 37.83 429608 1105828 20 18:46:01 18:40:01 149380 0 620208 32.96 2620 1109336 1085132 37.03 429056 1103456 8 18:46:01 18:41:01 148068 0 621556 33.03 2620 1109300 1085296 37.04 428848 1106164 8 18:46:01 18:42:01 146980 0 622640 33.09 2620 1109304 1085356 37.04 442240 1093008 8 18:46:01 18:43:01 146844 0 622772 33.10 2620 1109308 1079080 36.83 440212 1095676 16 18:46:01 18:44:01 103820 0 738792 39.27 2620 1036312 1522760 51.97 505080 1027656 92248 18:46:01 18:45:01 106528 0 795472 42.28 1492 978052 1231624 42.03 586424 855008 1044 18:46:01 Average: 135353 0 663603 35.27 2459 1080129 1171092 39.97 465924 1055257 13336 18:46:01 18:46:01 18:38:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 18:46:01 18:39:01 eth0 73.47 59.86 359.69 28.23 0.00 0.00 0.00 0.00 18:46:01 18:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:46:01 18:39:01 docker0 5.64 4.20 1.57 18.13 0.00 0.00 0.00 0.00 18:46:01 18:40:01 eth0 3.41 0.55 0.77 0.42 0.00 0.00 0.00 0.00 18:46:01 18:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:46:01 18:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:46:01 18:41:01 eth0 5.31 1.18 1.76 0.97 0.00 0.00 0.00 0.00 18:46:01 18:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:46:01 18:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:46:01 18:42:01 eth0 3.21 1.07 1.18 0.75 0.00 0.00 0.00 0.00 18:46:01 18:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:46:01 18:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:46:01 18:43:01 eth0 3.50 0.77 0.89 0.47 0.00 0.00 0.00 0.00 18:46:01 18:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:46:01 18:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:46:01 18:44:01 eth0 446.35 381.35 4069.05 31.51 0.00 0.00 0.00 0.00 18:46:01 18:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:46:01 18:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:46:01 18:45:01 veth206f261 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 18:46:01 18:45:01 eth0 511.53 461.50 3368.42 102.80 0.00 0.00 0.00 0.00 18:46:01 18:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:46:01 18:45:01 docker0 18.20 17.98 1.44 128.01 0.00 0.00 0.00 0.00 18:46:01 Average: veth206f261 0.00 0.01 0.00 0.00 0.00 0.00 0.00 0.00 18:46:01 Average: eth0 149.88 129.77 1117.68 23.60 0.00 0.00 0.00 0.00 18:46:01 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:46:01 Average: docker0 3.40 3.17 0.43 20.89 0.00 0.00 0.00 0.00 18:46:01 18:46:01 18:46:01 ---> sar -P ALL: 18:46:01 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/01/21 _x86_64_ (4 CPU) 18:46:01 18:46:01 18:37:12 LINUX RESTART (4 CPU) 18:46:01 18:46:01 18:38:02 CPU %user %nice %system %iowait %steal %idle 18:46:01 18:39:01 all 2.68 0.00 1.82 0.77 0.02 94.71 18:46:01 18:39:01 0 1.96 0.00 1.81 0.12 0.03 96.08 18:46:01 18:39:01 1 3.87 0.00 1.82 1.01 0.02 93.29 18:46:01 18:39:01 2 2.57 0.00 1.76 1.55 0.02 94.10 18:46:01 18:39:01 3 2.32 0.00 1.89 0.39 0.02 95.38 18:46:01 18:40:01 all 0.11 0.00 0.05 0.00 0.00 99.85 18:46:01 18:40:01 0 0.05 0.00 0.08 0.00 0.00 99.87 18:46:01 18:40:01 1 0.27 0.00 0.03 0.00 0.00 99.70 18:46:01 18:40:01 2 0.07 0.00 0.03 0.00 0.00 99.90 18:46:01 18:40:01 3 0.05 0.00 0.03 0.00 0.00 99.92 18:46:01 18:41:01 all 0.44 0.00 0.05 0.00 0.02 99.49 18:46:01 18:41:01 0 0.68 0.00 0.05 0.00 0.03 99.23 18:46:01 18:41:01 1 0.50 0.00 0.07 0.00 0.02 99.42 18:46:01 18:41:01 2 0.10 0.00 0.07 0.00 0.00 99.83 18:46:01 18:41:01 3 0.48 0.00 0.03 0.00 0.02 99.47 18:46:01 18:42:01 all 0.18 0.00 0.05 0.00 0.01 99.76 18:46:01 18:42:01 0 0.07 0.00 0.03 0.00 0.00 99.90 18:46:01 18:42:01 1 0.52 0.00 0.05 0.00 0.02 99.42 18:46:01 18:42:01 2 0.08 0.00 0.12 0.00 0.02 99.78 18:46:01 18:42:01 3 0.03 0.00 0.02 0.00 0.02 99.93 18:46:01 18:43:01 all 0.18 0.00 0.21 0.00 0.02 99.60 18:46:01 18:43:01 0 0.13 0.00 0.33 0.00 0.02 99.52 18:46:01 18:43:01 1 0.42 0.00 0.23 0.00 0.02 99.33 18:46:01 18:43:01 2 0.10 0.00 0.15 0.00 0.03 99.72 18:46:01 18:43:01 3 0.07 0.00 0.12 0.00 0.00 99.82 18:46:01 18:44:01 all 5.17 0.00 3.77 0.10 0.47 90.50 18:46:01 18:44:01 0 5.44 0.00 4.09 0.14 0.41 89.94 18:46:01 18:44:01 1 5.22 0.00 4.03 0.08 0.55 90.12 18:46:01 18:44:01 2 5.07 0.00 3.44 0.13 0.49 90.86 18:46:01 18:44:01 3 4.94 0.00 3.51 0.05 0.42 91.07 18:46:01 18:45:01 all 14.53 0.00 11.55 4.48 0.46 68.97 18:46:01 18:45:01 0 13.74 0.00 12.31 2.76 0.42 70.77 18:46:01 18:45:01 1 14.67 0.00 11.34 7.71 0.50 65.79 18:46:01 18:45:01 2 14.53 0.00 10.88 2.82 0.48 71.29 18:46:01 18:45:01 3 15.18 0.00 11.69 4.61 0.45 68.07 18:46:01 Average: all 3.26 0.00 2.45 0.74 0.14 93.40 18:46:01 Average: 0 3.08 0.00 2.61 0.42 0.13 93.76 18:46:01 Average: 1 3.58 0.00 2.47 1.23 0.16 92.57 18:46:01 Average: 2 3.16 0.00 2.31 0.63 0.15 93.76 18:46:01 Average: 3 3.23 0.00 2.42 0.70 0.13 93.52 18:46:01 18:46:01 18:46:01