Pull request #367 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of FelixTing for edgexfoundry/go-mod-core-contracts Loading trusted files from base branch master at 488a5d2dcec9569b6e1f549f208990667ea6f792 rather than 8845bd76a6dcd9461709ce40f557c9c5fe68363d Obtained Jenkinsfile from 488a5d2dcec9569b6e1f549f208990667ea6f792 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 d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 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 d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 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 d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 # timeout=10 Commit message: "Merge pull request #301 from ernestojeda/enable-docker-proxy" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-core-contracts, buildImage:false, pushImage:false, semverBump:patch] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-core-contracts-settings PROJECT: go-mod-core-contracts USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-go-mod-core-contracts DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: patch BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-13064 in /w/workspace/dry_go-mod-core-contracts_PR-367 [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_PR-367 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 488a5d2dcec9569b6e1f549f208990667ea6f792 into PR head commit 8845bd76a6dcd9461709ce40f557c9c5fe68363d > 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 --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/367/head:refs/remotes/origin/PR-367 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8845bd76a6dcd9461709ce40f557c9c5fe68363d # timeout=10 Merge succeeded, producing 8845bd76a6dcd9461709ce40f557c9c5fe68363d Checking out Revision 8845bd76a6dcd9461709ce40f557c9c5fe68363d (PR-367) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 488a5d2dcec9569b6e1f549f208990667ea6f792 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8845bd76a6dcd9461709ce40f557c9c5fe68363d # timeout=10 Commit message: "feat(clients): Implement Add method for V2 EventClient" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 06:19:39 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 06:19:40 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { > git rev-list --no-walk 711907a7093aebb7ad96985bf4342a5fa26dd498 # timeout=10 [Pipeline] echo 06:19:40 ========================================================= 06:19:40 EdgeX Global Pipelines Version Info 06:19:40 ========================================================= [Pipeline] libraryResource [Pipeline] sh 06:19:42 ------------------- 06:19:42 stable info: 06:19:42 ------------------- 06:19:42 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 06:19:42 Commit SHA: d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 06:19:42 Message: update stable to v1.0.167 06:19:43 ------------------- 06:19:43 experimental info: 06:19:43 ------------------- 06:19:43 Commited By: **** collab-it+edgex@linuxfoundation.org 06:19:43 Commit SHA: 0d18be6431106a7569620da64dad388747d7ba9a 06:19:43 Message: update experimental to v1.0.168 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 06:19:43 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo 06:19:43 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo 06:19:43 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 06:19:44 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 06:19:44 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 06:19:44 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 06:19:44 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 06:19:44 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 06:19:44 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 06:19:44 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 06:19:44 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 06:19:44 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo 06:19:44 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 06:19:44 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 06:19:45 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 06:19:45 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 06:19:45 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 06:19:45 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 06:19:45 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo 06:19:45 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 06:19:45 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 06:19:45 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 06:19:45 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 06:19:45 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 06:19:46 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 06:19:46 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 06:19:46 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-367 [Pipeline] echo 06:19:46 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-367 [Pipeline] echo 06:19:46 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-367 [Pipeline] echo 06:19:46 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 8845bd76a6dcd9461709ce40f557c9c5fe68363d [Pipeline] echo 06:19:46 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 8845bd7 [Pipeline] echo 06:19:46 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 06:19:47 provisioning config files... 06:19:47 copy managed file [go-mod-core-contracts-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-367@tmp/config4138561158978857686tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:19:47 ---> docker-login.sh 06:19:47 nexus3.edgexfoundry.org:10001 06:19:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:19:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:19:48 Configure a credential helper to remove this warning. See 06:19:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:19:48 06:19:48 Login Succeeded 06:19:48 nexus3.edgexfoundry.org:10002 06:19:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:19:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:19:49 Configure a credential helper to remove this warning. See 06:19:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:19:49 06:19:49 Login Succeeded 06:19:49 nexus3.edgexfoundry.org:10003 06:19:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:19:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:19:49 Configure a credential helper to remove this warning. See 06:19:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:19:49 06:19:49 Login Succeeded 06:19:49 nexus3.edgexfoundry.org:10004 06:19:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:19:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:19:49 Configure a credential helper to remove this warning. See 06:19:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:19:49 06:19:49 Login Succeeded 06:19:49 docker.io 06:19:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:19:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:19:49 Configure a credential helper to remove this warning. See 06:19:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:19:49 06:19:49 Login Succeeded 06:19:49 ---> docker-login.sh ends [Pipeline] } 06:19:49 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 06:19:50 + git log --format=format:%s -1 8845bd76a6dcd9461709ce40f557c9c5fe68363d [Pipeline] echo 06:19:50 GIT_COMMIT: 8845bd76a6dcd9461709ce40f557c9c5fe68363d, Commit Message: feat(clients): Implement Add method for V2 EventClient [Pipeline] echo 06:19:50 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 06:19:51 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:19:51 06:19:51 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 06:19:52 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:19:52 latest: Pulling from edgex-devops/git-semver 06:19:52 31603596830f: Pulling fs layer 06:19:52 2a8b12db71e7: Pulling fs layer 06:19:52 6ca5941a6612: Pulling fs layer 06:19:52 ecc8261a40a4: Pulling fs layer 06:19:52 ecc8261a40a4: Waiting 06:19:52 2a8b12db71e7: Verifying Checksum 06:19:52 2a8b12db71e7: Download complete 06:19:52 31603596830f: Verifying Checksum 06:19:52 31603596830f: Download complete 06:19:52 6ca5941a6612: Verifying Checksum 06:19:52 6ca5941a6612: Download complete 06:19:53 ecc8261a40a4: Verifying Checksum 06:19:53 ecc8261a40a4: Download complete 06:19:53 31603596830f: Pull complete 06:19:53 2a8b12db71e7: Pull complete 06:19:55 6ca5941a6612: Pull complete 06:19:55 ecc8261a40a4: Pull complete 06:19:55 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 06:19:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:19:55 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 06:19:56 prd-centos7-docker-4c-2g-13064 does not seem to be running inside a container 06:19:56 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_PR-367 -v /w/workspace/dry_go-mod-core-contracts_PR-367:/w/workspace/dry_go-mod-core-contracts_PR-367:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-367@tmp:/w/workspace/dry_go-mod-core-contracts_PR-367@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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 06:20:00 $ docker top e29beb45c84095eba8a2c614e29f5fb183da3d93af6ea0cb48eeb30d219f7bf1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:20:00 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:20:00 [ssh-agent] Looking for ssh-agent implementation... 06:20:01 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:20:01 $ docker exec e29beb45c84095eba8a2c614e29f5fb183da3d93af6ea0cb48eeb30d219f7bf1 ssh-agent 06:20:02 SSH_AUTH_SOCK=/tmp/ssh-c6Y80HeU4qFg/agent.12 06:20:02 SSH_AGENT_PID=17 06:20:02 Running ssh-add (command line suppressed) 06:20:02 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-367@tmp/private_key_1278824993809016570.key (/w/workspace/dry_go-mod-core-contracts_PR-367@tmp/private_key_1278824993809016570.key) 06:20:02 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:20:03 + git tag --points-at HEAD [Pipeline] } 06:20:03 $ docker exec --env ******** --env ******** e29beb45c84095eba8a2c614e29f5fb183da3d93af6ea0cb48eeb30d219f7bf1 ssh-agent -k 06:20:03 unset SSH_AUTH_SOCK; 06:20:03 unset SSH_AGENT_PID; 06:20:03 echo Agent pid 17 killed; 06:20:03 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 06:20:04 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:20:04 [ssh-agent] Looking for ssh-agent implementation... 06:20:04 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:20:04 $ docker exec e29beb45c84095eba8a2c614e29f5fb183da3d93af6ea0cb48eeb30d219f7bf1 ssh-agent 06:20:04 SSH_AUTH_SOCK=/tmp/ssh-lTSwvzE7pNkQ/agent.45 06:20:04 SSH_AGENT_PID=51 06:20:04 Running ssh-add (command line suppressed) 06:20:04 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-367@tmp/private_key_8032474312371257870.key (/w/workspace/dry_go-mod-core-contracts_PR-367@tmp/private_key_8032474312371257870.key) 06:20:05 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:20:05 + git semver init 06:20:05 # -> Open(): unable to determine branch for HEAD 06:20:05 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_PR-367/.git 06:20:05 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_PR-367 06:20:05 # $SEMVER_REMOTE_NAME = origin 06:20:05 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 06:20:05 # $SEMVER_USER_NAME = edgex-jenkins 06:20:05 # $SEMVER_BRANCH = PR-367 06:20:05 # $SEMVER_TEMP = /tmp/semver-078082029 06:20:05 # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP 06:20:06 # '/tmp/semver-078082029' -> '/w/workspace/dry_go-mod-core-contracts_PR-367/.semver' 06:20:06 # -> Force: false 06:20:06 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_PR-367/.semver [Pipeline] } 06:20:06 $ docker exec --env ******** --env ******** e29beb45c84095eba8a2c614e29f5fb183da3d93af6ea0cb48eeb30d219f7bf1 ssh-agent -k 06:20:06 unset SSH_AUTH_SOCK; 06:20:06 unset SSH_AGENT_PID; 06:20:06 echo Agent pid 51 killed; 06:20:06 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:20:07 + git semver [Pipeline] } 06:20:07 $ docker stop --time=1 e29beb45c84095eba8a2c614e29f5fb183da3d93af6ea0cb48eeb30d219f7bf1 06:20:09 $ docker rm -f e29beb45c84095eba8a2c614e29f5fb183da3d93af6ea0cb48eeb30d219f7bf1 [Pipeline] // withDockerContainer [Pipeline] sh 06:20:10 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 06:20:11 Stashed 1 file(s) [Pipeline] echo 06:20:11 [edgeXSemver]: initialized semver on version 0.0.0 [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 06:20:26 Still waiting to schedule task 06:20:26 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-13064’ 06:20:26 Still waiting to schedule task 06:20:26 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 06:22:19 Running on prd-ubuntu18.04-docker-arm64-4c-16g-13065 in /w/workspace/dry_go-mod-core-contracts_PR-367 [Pipeline] { [Pipeline] ws 06:22:19 Running in /w/workspace/go-mod-core-contracts/12 [Pipeline] { [Pipeline] checkout 06:22:25 using credential edgex-jenkins-ssh 06:22:25 Cloning the remote Git repository 06:22:25 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 06:22:25 > git init /w/workspace/go-mod-core-contracts/12 # timeout=10 06:22:25 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 06:22:25 > git --version # timeout=10 06:22:25 > git --version # 'git version 2.17.1' 06:22:25 using GIT_SSH to set credentials SSH Credentials for GitHub 06:22:25 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 06:22:26 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 06:22:26 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 06:22:26 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 06:22:26 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 06:22:26 using GIT_SSH to set credentials SSH Credentials for GitHub 06:22:26 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/367/head:refs/remotes/origin/PR-367 +refs/heads/master:refs/remotes/origin/master # timeout=10 06:22:27 Merging remotes/origin/master commit 488a5d2dcec9569b6e1f549f208990667ea6f792 into PR head commit 8845bd76a6dcd9461709ce40f557c9c5fe68363d 06:22:27 Merge succeeded, producing 8845bd76a6dcd9461709ce40f557c9c5fe68363d 06:22:27 Checking out Revision 8845bd76a6dcd9461709ce40f557c9c5fe68363d (PR-367) 06:22:27 > git config core.sparsecheckout # timeout=10 06:22:27 > git checkout -f 8845bd76a6dcd9461709ce40f557c9c5fe68363d # timeout=10 06:22:27 > git remote # timeout=10 06:22:27 > git config --get remote.origin.url # timeout=10 06:22:27 using GIT_SSH to set credentials SSH Credentials for GitHub 06:22:27 > git merge 488a5d2dcec9569b6e1f549f208990667ea6f792 # timeout=10 06:22:27 > git rev-parse HEAD^{commit} # timeout=10 06:22:27 > git config core.sparsecheckout # timeout=10 06:22:28 > git checkout -f 8845bd76a6dcd9461709ce40f557c9c5fe68363d # timeout=10 06:22:32 Commit message: "feat(clients): Implement Add method for V2 EventClient" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 06:22:34 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 06:22:34 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 06:22:35 + true 06:22:35 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 06:22:37 provisioning config files... 06:22:37 copy managed file [go-mod-core-contracts-settings] to file:/w/workspace/go-mod-core-contracts/12@tmp/config2689191338845174730tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:22:37 ---> docker-login.sh 06:22:37 nexus3.edgexfoundry.org:10001 06:22:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:22:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:22:39 Configure a credential helper to remove this warning. See 06:22:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:22:39 06:22:39 Login Succeeded 06:22:39 nexus3.edgexfoundry.org:10002 06:22:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:22:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:22:39 Configure a credential helper to remove this warning. See 06:22:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:22:39 06:22:39 Login Succeeded 06:22:39 nexus3.edgexfoundry.org:10003 06:22:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:22:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:22:40 Configure a credential helper to remove this warning. See 06:22:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:22:40 06:22:40 Login Succeeded 06:22:40 nexus3.edgexfoundry.org:10004 06:22:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:22:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:22:40 Configure a credential helper to remove this warning. See 06:22:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:22:40 06:22:40 Login Succeeded 06:22:40 docker.io 06:22:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:22:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:22:41 Configure a credential helper to remove this warning. See 06:22:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:22:41 06:22:41 Login Succeeded 06:22:41 ---> docker-login.sh ends [Pipeline] } 06:22:41 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 06:22:42 ========================================================= 06:22:42 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 06:22:42 ========================================================= [Pipeline] isUnix [Pipeline] sh 06:22:42 + 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 . 06:22:43 Sending build context to Docker daemon 1.865MB 06:22:43 Step 1/7 : ARG BASE=golang:1.15-alpine 06:22:43 Step 2/7 : FROM ${BASE} 06:22:43 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 06:22:43 b538f80385f9: Pulling fs layer 06:22:43 74f711af9a0d: Pulling fs layer 06:22:43 99f96fe45779: Pulling fs layer 06:22:43 8529a6b9a6be: Pulling fs layer 06:22:43 45590311c82a: Pulling fs layer 06:22:43 69ca0ff8b7b3: Pulling fs layer 06:22:43 209524e5b208: Pulling fs layer 06:22:43 8529a6b9a6be: Waiting 06:22:43 45590311c82a: Waiting 06:22:43 69ca0ff8b7b3: Waiting 06:22:43 209524e5b208: Waiting 06:22:43 99f96fe45779: Verifying Checksum 06:22:43 99f96fe45779: Download complete 06:22:43 74f711af9a0d: Verifying Checksum 06:22:43 74f711af9a0d: Download complete 06:22:43 45590311c82a: Verifying Checksum 06:22:43 45590311c82a: Download complete 06:22:43 69ca0ff8b7b3: Verifying Checksum 06:22:43 69ca0ff8b7b3: Download complete 06:22:44 b538f80385f9: Verifying Checksum 06:22:44 b538f80385f9: Download complete 06:22:44 b538f80385f9: Pull complete 06:22:45 74f711af9a0d: Pull complete 06:22:46 99f96fe45779: Pull complete 06:22:46 209524e5b208: Verifying Checksum 06:22:46 209524e5b208: Download complete 06:22:47 8529a6b9a6be: Verifying Checksum 06:22:47 8529a6b9a6be: Download complete 06:22:58 8529a6b9a6be: Pull complete 06:22:58 45590311c82a: Pull complete 06:22:58 69ca0ff8b7b3: Pull complete 06:23:02 209524e5b208: Pull complete 06:23:02 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 06:23:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 06:23:02 ---> 5bddaf1c2fca 06:23:02 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 06:23:04 ---> Running in b9e0e2b2ffe9 06:23:05 Removing intermediate container b9e0e2b2ffe9 06:23:05 ---> c98c2102baac 06:23:05 Step 4/7 : RUN apk add bash 06:23:05 ---> Running in 0f27edf06dfa 06:23:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:23:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:23:09 OK: 142 MiB in 39 packages 06:23:09 Running on prd-centos7-docker-4c-2g-13066 in /w/workspace/dry_go-mod-core-contracts_PR-367 [Pipeline] { [Pipeline] ws 06:23:09 Running in /w/workspace/go-mod-core-contracts/12 [Pipeline] { [Pipeline] checkout 06:23:10 Removing intermediate container 0f27edf06dfa 06:23:10 ---> d7c9f3aec786 06:23:10 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 06:23:10 ---> Running in 4912020a0701 06:23:10 Removing intermediate container 4912020a0701 06:23:10 ---> af6ad9c8859f 06:23:10 Step 6/7 : COPY go.mod . 06:23:11 ---> 9e838428c98a 06:23:11 Step 7/7 : RUN go mod download 06:23:11 ---> Running in 10b56f86a0ea 06:23:16 using credential edgex-jenkins-ssh 06:23:16 Cloning the remote Git repository 06:23:16 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 06:23:16 > git init /w/workspace/go-mod-core-contracts/12 # timeout=10 06:23:16 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 06:23:16 > git --version # timeout=10 06:23:16 > git --version # 'git version 2.16.5' 06:23:16 using GIT_SSH to set credentials SSH Credentials for GitHub 06:23:17 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 06:23:18 Merging remotes/origin/master commit 488a5d2dcec9569b6e1f549f208990667ea6f792 into PR head commit 8845bd76a6dcd9461709ce40f557c9c5fe68363d 06:23:18 Merge succeeded, producing 8845bd76a6dcd9461709ce40f557c9c5fe68363d 06:23:18 Checking out Revision 8845bd76a6dcd9461709ce40f557c9c5fe68363d (PR-367) 06:23:17 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 06:23:17 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 06:23:17 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 06:23:17 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 06:23:17 using GIT_SSH to set credentials SSH Credentials for GitHub 06:23:17 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/367/head:refs/remotes/origin/PR-367 +refs/heads/master:refs/remotes/origin/master # timeout=10 06:23:18 > git config core.sparsecheckout # timeout=10 06:23:18 > git checkout -f 8845bd76a6dcd9461709ce40f557c9c5fe68363d # timeout=10 06:23:18 > git remote # timeout=10 06:23:18 > git config --get remote.origin.url # timeout=10 06:23:18 using GIT_SSH to set credentials SSH Credentials for GitHub 06:23:18 > git merge 488a5d2dcec9569b6e1f549f208990667ea6f792 # timeout=10 06:23:18 > git rev-parse HEAD^{commit} # timeout=10 06:23:18 > git config core.sparsecheckout # timeout=10 06:23:18 > git checkout -f 8845bd76a6dcd9461709ce40f557c9c5fe68363d # timeout=10 06:23:22 Commit message: "feat(clients): Implement Add method for V2 EventClient" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 06:23:24 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 06:23:24 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 06:23:25 + sudo service docker restart 06:23:25 + true 06:23:25 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 06:23:26 provisioning config files... 06:23:26 copy managed file [go-mod-core-contracts-settings] to file:/w/workspace/go-mod-core-contracts/12@tmp/config6340471359820218222tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:23:26 Removing intermediate container 10b56f86a0ea 06:23:26 ---> 26c3a1515f31 06:23:26 Successfully built 26c3a1515f31 06:23:26 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 06:23:26 ---> docker-login.sh 06:23:26 nexus3.edgexfoundry.org:10001 06:23:27 + docker inspect -f . ci-base-image-arm64 06:23:27 . [Pipeline] withDockerContainer 06:23:27 prd-ubuntu18.04-docker-arm64-4c-16g-13065 does not seem to be running inside a container 06:23:27 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/12 -v /w/workspace/go-mod-core-contracts/12:/w/workspace/go-mod-core-contracts/12:rw,z -v /w/workspace/go-mod-core-contracts/12@tmp:/w/workspace/go-mod-core-contracts/12@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 06:23:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:23:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:23:27 Configure a credential helper to remove this warning. See 06:23:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:23:27 06:23:27 Login Succeeded 06:23:27 nexus3.edgexfoundry.org:10002 06:23:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:23:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:23:28 Configure a credential helper to remove this warning. See 06:23:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:23:28 06:23:28 Login Succeeded 06:23:28 nexus3.edgexfoundry.org:10003 06:23:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:23:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:23:28 Configure a credential helper to remove this warning. See 06:23:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:23:28 06:23:28 Login Succeeded 06:23:28 nexus3.edgexfoundry.org:10004 06:23:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:23:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:23:28 Configure a credential helper to remove this warning. See 06:23:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:23:28 06:23:28 Login Succeeded 06:23:28 docker.io 06:23:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:23:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:23:29 Configure a credential helper to remove this warning. See 06:23:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:23:29 06:23:29 Login Succeeded 06:23:29 ---> docker-login.sh ends 06:23:29 $ docker top 9e49ea9b42e305a0c2679c4fc52b4ec9d4d79584db45ad19fbed514ce5b11238 -eo pid,comm [Pipeline] { [Pipeline] } 06:23:29 Deleting 1 temporary files [Pipeline] sh [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 06:23:30 ========================================================= 06:23:30 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 06:23:30 ========================================================= [Pipeline] isUnix [Pipeline] sh 06:23:30 + 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 . 06:23:30 Sending build context to Docker daemon 1.865MB 06:23:30 Step 1/7 : ARG BASE=golang:1.15-alpine 06:23:30 Step 2/7 : FROM ${BASE} 06:23:30 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 06:23:30 df20fa9351a1: Pulling fs layer 06:23:30 ed8968b2872e: Pulling fs layer 06:23:30 a92cc7c5fd73: Pulling fs layer 06:23:30 e871e8e8d7a9: Pulling fs layer 06:23:30 e73272ec9a57: Pulling fs layer 06:23:30 1e910a182e73: Pulling fs layer 06:23:30 4e634b169226: Pulling fs layer 06:23:30 e73272ec9a57: Waiting 06:23:30 e871e8e8d7a9: Waiting 06:23:30 1e910a182e73: Waiting 06:23:30 4e634b169226: Waiting 06:23:30 a92cc7c5fd73: Verifying Checksum 06:23:30 a92cc7c5fd73: Download complete 06:23:30 ed8968b2872e: Verifying Checksum 06:23:30 ed8968b2872e: Download complete 06:23:30 e73272ec9a57: Verifying Checksum 06:23:30 e73272ec9a57: Download complete 06:23:30 + go version 06:23:30 go version go1.15.2 linux/arm64 [Pipeline] } 06:23:30 $ docker stop --time=1 9e49ea9b42e305a0c2679c4fc52b4ec9d4d79584db45ad19fbed514ce5b11238 06:23:31 1e910a182e73: Verifying Checksum 06:23:31 1e910a182e73: Download complete 06:23:31 df20fa9351a1: Download complete 06:23:31 df20fa9351a1: Pull complete 06:23:31 ed8968b2872e: Pull complete 06:23:31 a92cc7c5fd73: Pull complete 06:23:32 $ docker rm -f 9e49ea9b42e305a0c2679c4fc52b4ec9d4d79584db45ad19fbed514ce5b11238 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:23:33 + docker inspect -f . ci-base-image-arm64 06:23:33 . [Pipeline] withDockerContainer 06:23:34 prd-ubuntu18.04-docker-arm64-4c-16g-13065 does not seem to be running inside a container 06:23:34 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/12 -v /w/workspace/go-mod-core-contracts/12:/w/workspace/go-mod-core-contracts/12:rw,z -v /w/workspace/go-mod-core-contracts/12@tmp:/w/workspace/go-mod-core-contracts/12@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 06:23:35 4e634b169226: Verifying Checksum 06:23:35 4e634b169226: Download complete 06:23:35 e871e8e8d7a9: Verifying Checksum 06:23:35 e871e8e8d7a9: Download complete 06:23:36 $ docker top 726cc23edee1b69c5bf8a73d688a755a1f05499fb49965cce858aa7fefcb7272 -eo pid,comm [Pipeline] { [Pipeline] sh 06:23:37 + make test 06:23:37 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 06:23:44 e871e8e8d7a9: Pull complete 06:23:44 e73272ec9a57: Pull complete 06:23:44 1e910a182e73: Pull complete 06:23:48 4e634b169226: Pull complete 06:23:48 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 06:23:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 06:23:48 ---> f7629b54cfaa 06:23:48 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 06:23:48 ---> Running in 7815427101e9 06:23:48 Removing intermediate container 7815427101e9 06:23:48 ---> 32b740ade71d 06:23:48 Step 4/7 : RUN apk add bash 06:23:48 ---> Running in 0d3bb332f6a4 06:23:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:23:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:23:50 OK: 166 MiB in 39 packages 06:23:51 Removing intermediate container 0d3bb332f6a4 06:23:51 ---> 86aee8de12f0 06:23:51 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 06:23:51 ---> Running in a29c6aedd4ee 06:23:51 Removing intermediate container a29c6aedd4ee 06:23:51 ---> a1a8d616be6e 06:23:51 Step 6/7 : COPY go.mod . 06:23:51 ---> c083aa1ab50c 06:23:51 Step 7/7 : RUN go mod download 06:23:51 ---> Running in 4d6ffa654f22 06:23:59 ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] 06:23:59 ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.025s coverage: 85.7% of statements 06:23:59 ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.047s coverage: 100.0% of statements 06:24:02 ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.044s coverage: 45.4% of statements 06:24:02 ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.020s coverage: 77.8% of statements 06:24:02 ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] 06:24:02 ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.029s coverage: 6.6% of statements 06:24:04 ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.043s coverage: 14.7% of statements 06:24:04 ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.063s coverage: 100.0% of statements 06:24:04 Removing intermediate container 4d6ffa654f22 06:24:04 ---> d713a361e451 06:24:04 Successfully built d713a361e451 06:24:04 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 06:24:04 + docker inspect -f . ci-base-image-x86_64 06:24:04 . [Pipeline] withDockerContainer 06:24:05 prd-centos7-docker-4c-2g-13066 does not seem to be running inside a container 06:24:05 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/12 -v /w/workspace/go-mod-core-contracts/12:/w/workspace/go-mod-core-contracts/12:rw,z -v /w/workspace/go-mod-core-contracts/12@tmp:/w/workspace/go-mod-core-contracts/12@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 06:24:05 ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.068s coverage: 91.8% of statements 06:24:05 ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] 06:24:05 ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] 06:24:05 ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.019s coverage: 100.0% of statements 06:24:05 ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.027s coverage: 47.8% of statements 06:24:06 $ docker top 3d0eb9e0a84876179ad5ca898f7d7b511c02e8f44ae3dfeed82492186ce3bd34 -eo pid,comm [Pipeline] { [Pipeline] sh 06:24:06 + go version 06:24:06 go version go1.15.2 linux/amd64 [Pipeline] } 06:24:06 $ docker stop --time=1 3d0eb9e0a84876179ad5ca898f7d7b511c02e8f44ae3dfeed82492186ce3bd34 06:24:08 $ docker rm -f 3d0eb9e0a84876179ad5ca898f7d7b511c02e8f44ae3dfeed82492186ce3bd34 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:24:08 + docker inspect -f . ci-base-image-x86_64 06:24:08 . [Pipeline] withDockerContainer 06:24:09 prd-centos7-docker-4c-2g-13066 does not seem to be running inside a container 06:24:09 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/12 -v /w/workspace/go-mod-core-contracts/12:/w/workspace/go-mod-core-contracts/12:rw,z -v /w/workspace/go-mod-core-contracts/12@tmp:/w/workspace/go-mod-core-contracts/12@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 06:24:10 $ docker top 13969804f6125d4161ca29c35048be4fe6ec7ac88d4592d26da2f8a48395bb33 -eo pid,comm [Pipeline] { [Pipeline] sh 06:24:10 + make test 06:24:10 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 06:24:12 ok github.com/edgexfoundry/go-mod-core-contracts/models 0.137s coverage: 63.0% of statements 06:24:12 ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.013s coverage: 26.3% of statements 06:24:12 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.018s coverage: 15.4% of statements 06:24:12 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.018s coverage: 15.4% of statements 06:24:12 ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.050s coverage: 14.3% of statements 06:24:12 ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] 06:24:12 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http 0.042s coverage: 81.5% of statements 06:24:12 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http/utils [no test files] 06:24:12 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 06:24:12 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.043s coverage: 29.1% of statements 06:24:12 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.041s coverage: 100.0% of statements 06:24:13 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.057s coverage: 94.4% of statements 06:24:13 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.038s coverage: 100.0% of statements 06:24:13 ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] 06:24:13 CGO_ENABLED=0 GO111MODULE=on go vet ./... 06:24:19 gofmt -l . 06:24:19 [ "`gofmt -l .`" = "" ] [Pipeline] } 06:24:19 $ docker stop --time=1 726cc23edee1b69c5bf8a73d688a755a1f05499fb49965cce858aa7fefcb7272 06:24:20 ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] 06:24:20 ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.017s coverage: 85.7% of statements 06:24:20 ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.015s coverage: 100.0% of statements 06:24:21 $ docker rm -f 726cc23edee1b69c5bf8a73d688a755a1f05499fb49965cce858aa7fefcb7272 06:24:21 ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.022s coverage: 45.4% of statements 06:24:21 ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.014s coverage: 77.8% of statements 06:24:21 ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] 06:24:21 ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.015s coverage: 6.6% of statements [Pipeline] // withDockerContainer [Pipeline] sh 06:24:22 + sudo chown -R jenkins:jenkins . [Pipeline] stash 06:24:22 ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.018s coverage: 14.7% of statements 06:24:22 ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.015s coverage: 100.0% of statements 06:24:23 ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.060s coverage: 91.8% of statements 06:24:23 ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] 06:24:23 ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] 06:24:23 ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.040s coverage: 100.0% of statements 06:24:23 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage 06:24:23 ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.018s coverage: 47.8% of statements [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] } 06:24:26 ok github.com/edgexfoundry/go-mod-core-contracts/models 0.045s coverage: 63.0% of statements 06:24:26 ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.009s coverage: 26.3% of statements 06:24:26 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.007s coverage: 15.4% of statements 06:24:26 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.021s coverage: 15.4% of statements 06:24:26 ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.015s coverage: 14.3% of statements 06:24:26 ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] 06:24:26 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http 0.019s coverage: 81.5% of statements 06:24:26 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http/utils [no test files] 06:24:26 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 06:24:26 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.029s coverage: 29.1% of statements 06:24:26 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.011s coverage: 100.0% of statements 06:24:27 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.023s coverage: 94.4% of statements 06:24:27 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.009s coverage: 100.0% of statements 06:24:27 ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] 06:24:27 CGO_ENABLED=0 GO111MODULE=on go vet ./... 06:24:29 gofmt -l . 06:24:29 [ "`gofmt -l .`" = "" ] [Pipeline] } 06:24:30 $ docker stop --time=1 13969804f6125d4161ca29c35048be4fe6ec7ac88d4592d26da2f8a48395bb33 06:24:32 $ docker rm -f 13969804f6125d4161ca29c35048be4fe6ec7ac88d4592d26da2f8a48395bb33 [Pipeline] // withDockerContainer [Pipeline] sh 06:24:33 + sudo chown -R jenkins:jenkins . [Pipeline] stash 06:24:33 Warning: overwriting stash ‘coverage-report’ 06:24:33 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 06:24:36 provisioning config files... 06:24:36 copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_PR-367@tmp/config7608051899133629069tmp [Pipeline] { [Pipeline] sh 06:24:36 + set +x 06:24:36 + curl -s https://codecov.io/bash 06:24:36 + bash -s -- 06:24:36 06:24:36 _____ _ 06:24:36 / ____| | | 06:24:36 | | ___ __| | ___ ___ _____ __ 06:24:36 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 06:24:36 | |___| (_) | (_| | __/ (_| (_) \ V / 06:24:36 \_____\___/ \__,_|\___|\___\___/ \_/ 06:24:36 Bash-20201116-eea08d9 06:24:36 06:24:36 06:24:36 ==> Jenkins CI detected. 06:24:36 project root: . 06:24:36 --> token set from env 06:24:37 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 06:24:37 ==> Running gcov in . (disable via -X gcov) 06:24:37 ==> Python coveragepy not found 06:24:37 ==> Searching for coverage reports in: 06:24:37 + . 06:24:37 -> Found 1 reports 06:24:37 ==> Detecting git/mercurial file structure 06:24:37 ==> Reading reports 06:24:37 + ./coverage.out bytes=107216 06:24:37 ==> Appending adjustments 06:24:37 https://docs.codecov.io/docs/fixing-reports 06:24:38 + Found adjustments 06:24:38 ==> Gzipping contents 06:24:38 ==> Uploading reports 06:24:38 url: https://codecov.io 06:24:38 query: branch=PR-367&commit=8845bd76a6dcd9461709ce40f557c9c5fe68363d&build=12&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-367%2F12%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=367&job=&cmd_args= 06:24:38 -> Pinging Codecov 06:24:38 https://codecov.io/upload/v4?package=bash-20201116-eea08d9&token=secret&branch=PR-367&commit=8845bd76a6dcd9461709ce40f557c9c5fe68363d&build=12&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-367%2F12%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=367&job=&cmd_args= 06:24:39 -> Uploading to 06:24:39 https://storage.googleapis.com/codecov/v4/raw/2020-11-21/71470A77251A30514AAF9C0BB2E5B6CE/8845bd76a6dcd9461709ce40f557c9c5fe68363d/9190e059-9d74-43c9-8502-52dcadcf581a.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201121%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201121T062438Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=553c6776dc40031c24f5c4569f899e4da80a899a09428583551411069b0b04f2 06:24:39 % Total % Received % Xferd Average Speed Time Time Time Current 06:24:39 Dload Upload Total Spent Left Speed 06:24:39 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 17381 0 0 100 17381 0 36648 --:--:-- --:--:-- --:--:-- 36668 100 17381 0 0 100 17381 0 36632 --:--:-- --:--:-- --:--:-- 36591 06:24:39 -> View reports at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/8845bd76a6dcd9461709ce40f557c9c5fe68363d [Pipeline] } 06:24:39 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [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) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" 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 06:24:42 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 06:24:43 ---> package-listing.sh 06:24:43 ++ facter osfamily 06:24:43 ++ tr '[:upper:]' '[:lower:]' 06:24:43 + OS_FAMILY=redhat 06:24:43 + workspace=/w/workspace/dry_go-mod-core-contracts_PR-367 06:24:43 + START_PACKAGES=/tmp/packages_start.txt 06:24:43 + END_PACKAGES=/tmp/packages_end.txt 06:24:43 + DIFF_PACKAGES=/tmp/packages_diff.txt 06:24:43 + PACKAGES=/tmp/packages_start.txt 06:24:43 + '[' /w/workspace/dry_go-mod-core-contracts_PR-367 ']' 06:24:43 + PACKAGES=/tmp/packages_end.txt 06:24:43 + case "${OS_FAMILY}" in 06:24:43 + rpm -qa 06:24:43 + sort 06:24:53 + '[' -f /tmp/packages_start.txt ']' 06:24:53 + '[' -f /tmp/packages_end.txt ']' 06:24:53 + diff /tmp/packages_start.txt /tmp/packages_end.txt 06:24:53 + '[' /w/workspace/dry_go-mod-core-contracts_PR-367 ']' 06:24:53 + mkdir -p /w/workspace/dry_go-mod-core-contracts_PR-367/archives/ 06:24:53 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_PR-367/archives/ [Pipeline] echo 06:24:53 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_PR-367/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 06:24:54 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 06:24:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:24:54 06:24:54 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 06:24:55 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:24:55 alpine: Pulling from edgex-lftools-log-publisher 06:24:55 df20fa9351a1: Pulling fs layer 06:24:55 36b3adc4ff6f: Pulling fs layer 06:24:55 8ad3a11d3b57: Pulling fs layer 06:24:55 46f8f816bc3b: Pulling fs layer 06:24:55 93b61091891f: Pulling fs layer 06:24:55 93b9cdb0e59b: Pulling fs layer 06:24:55 5e14af77c1be: Pulling fs layer 06:24:55 01666e4c0597: Pulling fs layer 06:24:55 aa168da1d23b: Pulling fs layer 06:24:55 93b9cdb0e59b: Waiting 06:24:55 5e14af77c1be: Waiting 06:24:55 01666e4c0597: Waiting 06:24:55 aa168da1d23b: Waiting 06:24:55 46f8f816bc3b: Waiting 06:24:55 93b61091891f: Waiting 06:24:55 36b3adc4ff6f: Verifying Checksum 06:24:55 36b3adc4ff6f: Download complete 06:24:55 46f8f816bc3b: Verifying Checksum 06:24:55 46f8f816bc3b: Download complete 06:24:55 df20fa9351a1: Verifying Checksum 06:24:55 df20fa9351a1: Download complete 06:24:55 93b9cdb0e59b: Verifying Checksum 06:24:55 93b9cdb0e59b: Download complete 06:24:55 5e14af77c1be: Verifying Checksum 06:24:55 5e14af77c1be: Download complete 06:24:55 01666e4c0597: Verifying Checksum 06:24:55 01666e4c0597: Download complete 06:24:55 93b61091891f: Verifying Checksum 06:24:55 93b61091891f: Download complete 06:24:56 8ad3a11d3b57: Verifying Checksum 06:24:56 8ad3a11d3b57: Download complete 06:24:56 df20fa9351a1: Pull complete 06:24:56 36b3adc4ff6f: Pull complete 06:24:57 8ad3a11d3b57: Pull complete 06:24:58 46f8f816bc3b: Pull complete 06:24:59 93b61091891f: Pull complete 06:24:59 93b9cdb0e59b: Pull complete 06:24:59 aa168da1d23b: Verifying Checksum 06:24:59 aa168da1d23b: Download complete 06:24:59 5e14af77c1be: Pull complete 06:24:59 01666e4c0597: Pull complete 06:25:15 aa168da1d23b: Pull complete 06:25:15 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 06:25:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:25:15 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 06:25:15 prd-centos7-docker-4c-2g-13064 does not seem to be running inside a container 06:25:15 $ 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_PR-367/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_PR-367 -v /w/workspace/dry_go-mod-core-contracts_PR-367:/w/workspace/dry_go-mod-core-contracts_PR-367:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-367@tmp:/w/workspace/dry_go-mod-core-contracts_PR-367@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 06:25:24 $ docker top a5143f4d32c597b8c15d4b22d08afe6b3ae137ae273d0ccb7995b10700ad3772 -eo pid,comm [Pipeline] { [Pipeline] sh 06:25:24 + touch /tmp/pre-build-complete [Pipeline] sh 06:25:24 + mkdir -p /var/log/sa [Pipeline] sh 06:25:25 + ls /var/log/sa-host 06:25:25 + sadf -c /var/log/sa-host/sa05 06:25:25 file_magic: OK 06:25:25 HZ: Using current value: 100 06:25:25 file_header: OK 06:25:25 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 06:25:25 Statistics: 06:25:25 Hnuu...uuuununununu...Hnuu...uuuununununu... 06:25:25 File successfully converted to sysstat format version 12.2.1 06:25:25 + sadf -c /var/log/sa-host/sa21 06:25:25 file_magic: OK 06:25:25 HZ: Using current value: 100 06:25:25 file_header: OK 06:25:25 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 06:25:25 Statistics: 06:25:25 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 06:25:25 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:25:25 provisioning config files... 06:25:25 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-367@tmp/config3080737512947272271tmp [Pipeline] { [Pipeline] echo 06:25:26 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 06:25:26 ---> create-netrc.sh [Pipeline] } 06:25:26 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 06:25:26 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 06:25:26 ---> python-tools-install.sh [Pipeline] echo 06:25:26 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 06:25:27 ---> sudo-logs.sh 06:25:27 Archiving 'sudo' log.. [Pipeline] echo 06:25:27 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 06:25:27 ---> job-cost.sh 06:25:27 lf-activate-venv: SKIPPING 06:25:27 INFO: No Stack... 06:25:29 INFO: Retrieving Pricing Info for: v1-standard-2 06:25:29 INFO: Archiving Costs [Pipeline] echo 06:25:29 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 06:25:29 ---> logs-deploy.sh 06:25:29 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-367/12 06:25:29 INFO: archiving workspace using pattern(s): 06:25:31 Archives upload complete. 06:25:31 INFO: archiving logs to Nexus 06:25:33 ---> uname -a: 06:25:33 Linux prd-centos7-docker-4c-2g-13064.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 06:25:33 06:25:33 06:25:33 ---> lscpu: 06:25:33 Architecture: x86_64 06:25:33 CPU op-mode(s): 32-bit, 64-bit 06:25:33 Byte Order: Little Endian 06:25:33 Address sizes: 40 bits physical, 48 bits virtual 06:25:33 CPU(s): 4 06:25:33 On-line CPU(s) list: 0-3 06:25:33 Thread(s) per core: 1 06:25:33 Core(s) per socket: 1 06:25:33 Socket(s): 4 06:25:33 NUMA node(s): 1 06:25:33 Vendor ID: GenuineIntel 06:25:33 CPU family: 6 06:25:33 Model: 44 06:25:33 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 06:25:33 Stepping: 1 06:25:33 CPU MHz: 2933.436 06:25:33 BogoMIPS: 5866.87 06:25:33 Virtualization: VT-x 06:25:33 Hypervisor vendor: KVM 06:25:33 Virtualization type: full 06:25:33 L1d cache: 128 KiB 06:25:33 L1i cache: 128 KiB 06:25:33 L2 cache: 16 MiB 06:25:33 L3 cache: 64 MiB 06:25:33 NUMA node0 CPU(s): 0-3 06:25:33 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 06:25:33 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 06:25:33 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 06:25:33 Vulnerability Meltdown: Mitigation; PTI 06:25:33 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 06:25:33 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 06:25:33 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 06:25:33 Vulnerability Tsx async abort: Not affected 06:25:33 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 06:25:33 06:25:33 06:25:33 ---> nproc: 06:25:33 4 06:25:33 06:25:33 06:25:33 ---> df -h: 06:25:33 Filesystem Size Used Available Use% Mounted on 06:25:33 overlay 50.0G 7.2G 42.8G 14% / 06:25:33 tmpfs 64.0M 0 64.0M 0% /dev 06:25:33 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 06:25:33 shm 64.0M 0 64.0M 0% /dev/shm 06:25:33 /dev/vda1 50.0G 7.2G 42.8G 14% /facter-os 06:25:33 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/resolv.conf 06:25:33 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hostname 06:25:33 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hosts 06:25:33 /dev/vda1 50.0G 7.2G 42.8G 14% /run/cloud-init/result.json 06:25:33 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/dry_go-mod-core-contracts_PR-367 06:25:33 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/dry_go-mod-core-contracts_PR-367@tmp 06:25:33 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/sa-host 06:25:33 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/secure 06:25:33 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/auth.log 06:25:33 06:25:33 06:25:33 ---> free -m: 06:25:33 total used free shared buff/cache available 06:25:33 Mem: 1837 668 93 0 1075 1067 06:25:33 Swap: 1023 1 1022 06:25:33 06:25:33 06:25:33 ---> ip addr: 06:25:33 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 06:25:33 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 06:25:33 inet 127.0.0.1/8 scope host lo 06:25:33 valid_lft forever preferred_lft forever 06:25:33 inet6 ::1/128 scope host 06:25:33 valid_lft forever preferred_lft forever 06:25:33 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 06:25:33 link/ether fa:16:3e:cb:2b:3d brd ff:ff:ff:ff:ff:ff 06:25:33 inet 10.30.123.239/23 brd 10.30.123.255 scope global dynamic eth0 06:25:33 valid_lft 85990sec preferred_lft 85990sec 06:25:33 inet6 fe80::f816:3eff:fecb:2b3d/64 scope link 06:25:33 valid_lft forever preferred_lft forever 06:25:33 3: docker0: mtu 1500 qdisc noqueue state DOWN 06:25:33 link/ether 02:42:49:75:2e:08 brd ff:ff:ff:ff:ff:ff 06:25:33 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 06:25:33 valid_lft forever preferred_lft forever 06:25:33 inet6 fe80::42:49ff:fe75:2e08/64 scope link 06:25:33 valid_lft forever preferred_lft forever 06:25:33 06:25:33 06:25:33 ---> sar -b -r -n DEV: 06:25:33 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 11/21/20 _x86_64_ (4 CPU) 06:25:33 06:25:33 06:18:22 LINUX RESTART (4 CPU) 06:25:33 06:25:33 06:19:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 06:25:33 06:20:01 130.10 45.07 85.03 0.00 7640.23 40547.91 0.00 06:25:33 06:21:01 11.18 2.54 8.63 0.00 135.57 217.41 0.00 06:25:33 06:22:02 0.65 0.00 0.65 0.00 0.00 9.79 0.00 06:25:33 06:23:01 0.29 0.00 0.29 0.00 0.00 3.30 0.00 06:25:33 06:24:01 0.22 0.00 0.22 0.00 0.00 2.38 0.00 06:25:33 06:25:01 58.99 43.77 15.22 0.00 4486.64 3745.93 0.00 06:25:33 Average: 33.45 15.21 18.24 0.00 2037.37 7364.47 0.00 06:25:33 06:25:33 06:19:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 06:25:33 06:20:01 155036 0 564616 30.01 2620 1159284 1395096 47.61 405256 1159052 44 06:25:33 06:21:01 166772 0 547380 29.09 2620 1164784 1120004 38.22 406440 1146668 8 06:25:33 06:22:02 177140 0 537004 28.54 2620 1164792 1057652 36.10 400168 1143844 8 06:25:33 06:23:01 173900 0 540240 28.71 2620 1164796 1057868 36.10 407764 1139468 8 06:25:33 06:24:01 174316 0 539820 28.69 2620 1164800 1057880 36.10 411768 1135544 8 06:25:33 06:25:01 74396 0 638940 33.96 2620 1165600 1515852 51.73 485228 1144276 47480 06:25:33 Average: 153593 0 561333 29.83 2620 1164009 1200725 40.98 419437 1144809 7926 06:25:33 06:25:33 06:19:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 06:25:33 06:20:01 veth63572d9 0.00 0.19 0.00 0.02 0.00 0.00 0.00 0.00 06:25:33 06:20:01 eth0 275.84 188.22 1046.90 66.77 0.00 0.00 0.00 0.00 06:25:33 06:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:25:33 06:20:01 docker0 0.00 0.08 0.00 0.01 0.00 0.00 0.00 0.00 06:25:33 06:21:01 eth0 27.31 25.66 34.64 31.97 0.00 0.00 0.00 0.00 06:25:33 06:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:25:33 06:21:01 docker0 6.22 4.11 1.23 13.09 0.00 0.00 0.00 0.00 06:25:33 06:22:02 eth0 0.73 0.08 0.06 0.01 0.00 0.00 0.00 0.00 06:25:33 06:22:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:25:33 06:22:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:25:33 06:23:01 eth0 1.07 0.37 0.33 0.14 0.00 0.00 0.00 0.00 06:25:33 06:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:25:33 06:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:25:33 06:24:01 eth0 0.55 0.37 0.28 0.26 0.00 0.00 0.00 0.00 06:25:33 06:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:25:33 06:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:25:33 06:25:01 eth0 198.97 156.38 2167.90 18.21 0.00 0.00 0.00 0.00 06:25:33 06:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:25:33 06:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:25:33 Average: eth0 83.91 61.76 542.56 19.51 0.00 0.00 0.00 0.00 06:25:33 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:25:33 Average: docker0 1.04 0.70 0.21 2.19 0.00 0.00 0.00 0.00 06:25:33 06:25:33 06:25:33 ---> sar -P ALL: 06:25:33 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 11/21/20 _x86_64_ (4 CPU) 06:25:33 06:25:33 06:18:22 LINUX RESTART (4 CPU) 06:25:33 06:25:33 06:19:02 CPU %user %nice %system %iowait %steal %idle 06:25:33 06:20:01 all 15.53 0.00 9.11 6.64 14.90 53.83 06:25:33 06:20:01 0 14.91 0.00 9.87 4.22 14.61 56.38 06:25:33 06:20:01 1 18.19 0.00 10.30 7.43 14.65 49.43 06:25:33 06:20:01 2 17.04 0.00 8.24 8.60 14.64 51.48 06:25:33 06:20:01 3 12.07 0.00 8.04 6.37 15.67 57.85 06:25:33 06:21:01 all 1.93 0.00 0.91 0.16 2.53 94.47 06:25:33 06:21:01 0 2.61 0.00 0.95 0.05 2.40 93.99 06:25:33 06:21:01 1 1.24 0.00 0.76 0.26 2.76 94.98 06:25:33 06:21:01 2 1.86 0.00 1.08 0.02 2.58 94.46 06:25:33 06:21:01 3 2.00 0.00 0.87 0.30 2.38 94.46 06:25:33 06:22:02 all 0.10 0.00 0.04 0.00 0.27 99.59 06:25:33 06:22:02 0 0.02 0.00 0.05 0.00 0.27 99.67 06:25:33 06:22:02 1 0.05 0.00 0.03 0.00 0.38 99.53 06:25:33 06:22:02 2 0.35 0.00 0.05 0.00 0.25 99.35 06:25:33 06:22:02 3 0.00 0.00 0.02 0.00 0.17 99.82 06:25:33 06:23:01 all 0.10 0.00 0.04 0.00 0.14 99.72 06:25:33 06:23:01 0 0.05 0.00 0.03 0.00 0.25 99.66 06:25:33 06:23:01 1 0.05 0.00 0.05 0.00 0.12 99.78 06:25:33 06:23:01 2 0.29 0.00 0.05 0.00 0.12 99.54 06:25:33 06:23:01 3 0.02 0.00 0.02 0.00 0.05 99.92 06:25:33 06:24:01 all 0.10 0.00 0.02 0.00 0.09 99.78 06:25:33 06:24:01 0 0.00 0.00 0.00 0.00 0.15 99.85 06:25:33 06:24:01 1 0.05 0.00 0.05 0.00 0.13 99.77 06:25:33 06:24:01 2 0.33 0.00 0.03 0.00 0.07 99.57 06:25:33 06:24:01 3 0.03 0.00 0.02 0.00 0.02 99.93 06:25:33 06:25:01 all 2.84 0.00 1.87 2.78 3.14 89.38 06:25:33 06:25:01 0 2.38 0.00 1.93 0.08 3.06 92.55 06:25:33 06:25:01 1 3.06 0.00 2.24 2.11 3.08 89.51 06:25:33 06:25:01 2 3.50 0.00 1.92 5.66 3.30 85.61 06:25:33 06:25:01 3 2.39 0.00 1.37 3.25 3.12 89.87 06:25:33 Average: all 3.41 0.00 1.99 1.58 3.49 89.53 06:25:33 Average: 0 3.34 0.00 2.14 0.73 3.46 90.33 06:25:33 Average: 1 3.73 0.00 2.21 1.61 3.49 88.96 06:25:33 Average: 2 3.83 0.00 1.86 2.34 3.44 88.52 06:25:33 Average: 3 2.75 0.00 1.72 1.65 3.57 90.30 06:25:33 06:25:33 06:25:33