Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 6a644f195f70d064d428f19fecf7196d621efa3d 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 ad104866bbc8c98dca93091e1a8abeb835fd4e4d 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 ad104866bbc8c98dca93091e1a8abeb835fd4e4d 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 ad104866bbc8c98dca93091e1a8abeb835fd4e4d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f ad104866bbc8c98dca93091e1a8abeb835fd4e4d # timeout=10 Commit message: "Merge pull request #251 from ernestojeda/fix-codecov-uploader" > 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:device-sdk-go, dockerImageName:docker-device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false] ========================================================= [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: device-sdk-go-settings PROJECT: device-sdk-go 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: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true 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: true [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-3215 in /w/workspace/dgexfoundry_device-sdk-go_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/device-sdk-go.git > git init /w/workspace/dgexfoundry_device-sdk-go_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.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/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 6a644f195f70d064d428f19fecf7196d621efa3d (master) > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.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/device-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 6a644f195f70d064d428f19fecf7196d621efa3d # timeout=10 Commit message: "Merge pull request #612 from cloudxxx8/issue-610-611" > git rev-list --no-walk 5d943473fe8cb7b2263b29163a15a9eda06ca963 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 11:53:21 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 11:53:22 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 11:53:22 ========================================================= 11:53:22 EdgeX Global Pipelines Version Info 11:53:22 ========================================================= [Pipeline] libraryResource [Pipeline] sh 11:53:24 ------------------- 11:53:24 stable info: 11:53:24 ------------------- 11:53:24 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 11:53:24 Commit SHA: ad104866bbc8c98dca93091e1a8abeb835fd4e4d 11:53:24 Message: update stable to v1.0.131 11:53:25 ------------------- 11:53:25 experimental info: 11:53:25 ------------------- 11:53:25 Commited By: **** collab-it+edgex@linuxfoundation.org 11:53:25 Commit SHA: 570db4806bfd36b7d07759f4849a4530ec9e8d2a 11:53:25 Message: update experimental to v1.0.134 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 11:53:25 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 11:53:25 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 11:53:25 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 11:53:25 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 11:53:26 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 11:53:26 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 11:53:26 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 11:53:26 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 11:53:26 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 11:53:26 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 11:53:26 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 11:53:26 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo 11:53:26 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 11:53:26 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 11:53:26 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 11:53:26 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 11:53:27 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 11:53:27 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 11:53:27 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 11:53:27 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 11:53:27 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 11:53:27 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 11:53:27 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 11:53:27 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 11:53:27 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 11:53:27 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 11:53:27 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 11:53:27 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 11:53:28 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 6a644f195f70d064d428f19fecf7196d621efa3d [Pipeline] echo 11:53:28 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 6a644f1 [Pipeline] echo 11:53:28 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 11:53:28 + git log --format=format:%s -1 6a644f195f70d064d428f19fecf7196d621efa3d [Pipeline] echo 11:53:28 GIT_COMMIT: 6a644f195f70d064d428f19fecf7196d621efa3d, Commit Message: Merge pull request #612 from cloudxxx8/issue-610-611 [Pipeline] echo 11:53:29 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 11:53:30 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 11:53:30 11:53:30 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 11:53:31 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 11:53:31 latest: Pulling from edgex-devops/git-semver 11:53:31 31603596830f: Pulling fs layer 11:53:31 2a8b12db71e7: Pulling fs layer 11:53:31 6ca5941a6612: Pulling fs layer 11:53:31 ecc8261a40a4: Pulling fs layer 11:53:31 ecc8261a40a4: Waiting 11:53:31 2a8b12db71e7: Verifying Checksum 11:53:31 2a8b12db71e7: Download complete 11:53:31 31603596830f: Verifying Checksum 11:53:31 31603596830f: Download complete 11:53:31 6ca5941a6612: Verifying Checksum 11:53:31 6ca5941a6612: Download complete 11:53:31 ecc8261a40a4: Verifying Checksum 11:53:31 ecc8261a40a4: Download complete 11:53:31 31603596830f: Pull complete 11:53:31 2a8b12db71e7: Pull complete 11:53:33 6ca5941a6612: Pull complete 11:53:34 ecc8261a40a4: Pull complete 11:53:34 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 11:53:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 11:53:34 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 11:53:34 prd-centos7-docker-4c-2g-3215 does not seem to be running inside a container 11:53:34 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 11:53:36 $ docker top 3b2562325b8d207f1f8d65a3350edf74a0e2b4cc71f787f052f341ba619ac554 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 11:53:36 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:53:36 [ssh-agent] Looking for ssh-agent implementation... 11:53:36 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:53:36 $ docker exec 3b2562325b8d207f1f8d65a3350edf74a0e2b4cc71f787f052f341ba619ac554 ssh-agent 11:53:37 SSH_AUTH_SOCK=/tmp/ssh-CwHPSqIphAMC/agent.11 11:53:37 SSH_AGENT_PID=16 11:53:37 Running ssh-add (command line suppressed) 11:53:37 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_5402010310967566776.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_5402010310967566776.key) 11:53:37 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:53:37 + git describe --exact-match --tags HEAD 11:53:37 fatal: no tag exactly matches '6a644f195f70d064d428f19fecf7196d621efa3d' [Pipeline] } 11:53:37 $ docker exec --env ******** --env ******** 3b2562325b8d207f1f8d65a3350edf74a0e2b4cc71f787f052f341ba619ac554 ssh-agent -k 11:53:38 unset SSH_AUTH_SOCK; 11:53:38 unset SSH_AGENT_PID; 11:53:38 echo Agent pid 16 killed; 11:53:38 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 11:53:38 [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 11:53:38 This usually means this commit has not been tagged. [Pipeline] sshagent 11:53:38 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:53:38 [ssh-agent] Looking for ssh-agent implementation... 11:53:38 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:53:38 $ docker exec 3b2562325b8d207f1f8d65a3350edf74a0e2b4cc71f787f052f341ba619ac554 ssh-agent 11:53:38 SSH_AUTH_SOCK=/tmp/ssh-4Rd3dVp0zkSX/agent.46 11:53:38 SSH_AGENT_PID=52 11:53:38 Running ssh-add (command line suppressed) 11:53:39 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_5053528920771774032.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_5053528920771774032.key) 11:53:39 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:53:39 + git semver init 11:53:39 # -> Open(): unable to determine branch for HEAD 11:53:39 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 11:53:39 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 11:53:39 # $SEMVER_REMOTE_NAME = origin 11:53:39 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 11:53:39 # $SEMVER_USER_NAME = edgex-jenkins 11:53:39 # $SEMVER_BRANCH = master 11:53:39 # $SEMVER_TEMP = /tmp/semver-442176478 11:53:39 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 11:53:40 # '/tmp/semver-442176478' -> '/w/workspace/dgexfoundry_device-sdk-go_master/.semver' 11:53:40 # -> Force: false 11:53:40 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } 11:53:40 $ docker exec --env ******** --env ******** 3b2562325b8d207f1f8d65a3350edf74a0e2b4cc71f787f052f341ba619ac554 ssh-agent -k 11:53:40 unset SSH_AUTH_SOCK; 11:53:40 unset SSH_AGENT_PID; 11:53:40 echo Agent pid 52 killed; 11:53:40 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 11:53:41 + git semver [Pipeline] } 11:53:41 $ docker stop --time=1 3b2562325b8d207f1f8d65a3350edf74a0e2b4cc71f787f052f341ba619ac554 11:53:42 $ docker rm -f 3b2562325b8d207f1f8d65a3350edf74a0e2b4cc71f787f052f341ba619ac554 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 11:53:44 Stashed 37 file(s) [Pipeline] echo 11:53:44 [edgeXSemver]: initialized semver on version 1.2.4-dev.18 [Pipeline] echo 11:53:44 Archived original version: [1.2.4-dev.18] [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 11:53:59 Still waiting to schedule task 11:53:59 ‘prd-centos7-docker-4c-2g-3216’ is offline; ‘prd-centos7-docker-4c-2g-3217’ is offline; ‘prd-centos7-docker-4c-2g-3218’ is offline 11:53:59 Still waiting to schedule task 11:53:59 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 11:55:53 Running on prd-ubuntu18.04-docker-arm64-4c-16g-3221 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws 11:55:54 Running in /w/workspace/device-sdk-go/69 [Pipeline] { [Pipeline] checkout 11:55:59 using credential edgex-jenkins-ssh 11:55:59 Cloning the remote Git repository 11:55:59 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 11:55:59 > git init /w/workspace/device-sdk-go/69 # timeout=10 11:55:59 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 11:55:59 > git --version # timeout=10 11:55:59 > git --version # 'git version 2.17.1' 11:55:59 using GIT_SSH to set credentials SSH Credentials for GitHub 11:55:59 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 11:56:01 Checking out Revision 6a644f195f70d064d428f19fecf7196d621efa3d (master) 11:56:00 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 11:56:00 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 11:56:00 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 11:56:00 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 11:56:00 using GIT_SSH to set credentials SSH Credentials for GitHub 11:56:00 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 11:56:01 > git config core.sparsecheckout # timeout=10 11:56:01 > git checkout -f 6a644f195f70d064d428f19fecf7196d621efa3d # timeout=10 11:56:05 Commit message: "Merge pull request #612 from cloudxxx8/issue-610-611" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 11:56:06 ========================================================= 11:56:06 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 11:56:06 ========================================================= [Pipeline] isUnix [Pipeline] sh 11:56:08 + 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 . 11:56:09 Sending build context to Docker daemon 3.441MB 11:56:09 Step 1/8 : ARG BASE=golang:1.15-alpine 11:56:09 Step 2/8 : FROM ${BASE} 11:56:09 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 11:56:09 b538f80385f9: Pulling fs layer 11:56:09 74f711af9a0d: Pulling fs layer 11:56:09 99f96fe45779: Pulling fs layer 11:56:09 8529a6b9a6be: Pulling fs layer 11:56:09 45590311c82a: Pulling fs layer 11:56:09 69ca0ff8b7b3: Pulling fs layer 11:56:09 209524e5b208: Pulling fs layer 11:56:09 8529a6b9a6be: Waiting 11:56:09 45590311c82a: Waiting 11:56:09 69ca0ff8b7b3: Waiting 11:56:09 209524e5b208: Waiting 11:56:09 99f96fe45779: Verifying Checksum 11:56:09 99f96fe45779: Download complete 11:56:09 74f711af9a0d: Verifying Checksum 11:56:09 74f711af9a0d: Download complete 11:56:10 45590311c82a: Verifying Checksum 11:56:10 45590311c82a: Download complete 11:56:10 69ca0ff8b7b3: Verifying Checksum 11:56:10 69ca0ff8b7b3: Download complete 11:56:10 b538f80385f9: Verifying Checksum 11:56:10 b538f80385f9: Download complete 11:56:10 b538f80385f9: Pull complete 11:56:11 74f711af9a0d: Pull complete 11:56:11 99f96fe45779: Pull complete 11:56:13 209524e5b208: Verifying Checksum 11:56:13 209524e5b208: Download complete 11:56:13 8529a6b9a6be: Verifying Checksum 11:56:13 8529a6b9a6be: Download complete 11:56:24 8529a6b9a6be: Pull complete 11:56:24 45590311c82a: Pull complete 11:56:24 69ca0ff8b7b3: Pull complete 11:56:28 209524e5b208: Pull complete 11:56:28 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 11:56:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 11:56:28 ---> 5bddaf1c2fca 11:56:28 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 11:56:31 ---> Running in a832875b4c6e 11:56:31 Removing intermediate container a832875b4c6e 11:56:31 ---> 527f570400f8 11:56:31 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 11:56:31 ---> Running in f416a9ce6ad8 11:56:34 Removing intermediate container f416a9ce6ad8 11:56:34 ---> c05a56b757db 11:56:34 Step 5/8 : RUN apk add --no-cache make git 11:56:34 ---> Running in 3fc331771750 11:56:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 11:56:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 11:56:37 OK: 142 MiB in 39 packages 11:56:38 Removing intermediate container 3fc331771750 11:56:38 ---> 9fbf44946504 11:56:38 Step 6/8 : WORKDIR /device-sdk-go 11:56:38 ---> Running in 4a184723dde8 11:56:38 Removing intermediate container 4a184723dde8 11:56:38 ---> 47f787619c9d 11:56:38 Step 7/8 : COPY . . 11:56:40 ---> 33c484399159 11:56:40 Step 8/8 : RUN go mod download 11:56:40 ---> Running in 283a358276b0 11:57:02 Removing intermediate container 283a358276b0 11:57:02 ---> aa1cf674820e 11:57:02 Successfully built aa1cf674820e 11:57:02 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 11:57:02 + docker inspect -f . ci-base-image-arm64 11:57:02 . [Pipeline] withDockerContainer 11:57:03 prd-ubuntu18.04-docker-arm64-4c-16g-3221 does not seem to be running inside a container 11:57:03 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/69 -v /w/workspace/device-sdk-go/69:/w/workspace/device-sdk-go/69:rw,z -v /w/workspace/device-sdk-go/69@tmp:/w/workspace/device-sdk-go/69@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 ******** ci-base-image-arm64 cat 11:57:04 Running on prd-centos7-docker-4c-2g-3225 in /w/workspace/dgexfoundry_device-sdk-go_master 11:57:05 $ docker top 4bdf2680c6b93a777acb1c5c906d7148c98e00ee1ac4fffb65a62290f906690e -eo pid,comm [Pipeline] { [Pipeline] { [Pipeline] sh [Pipeline] ws 11:57:05 Running in /w/workspace/device-sdk-go/69 [Pipeline] { [Pipeline] checkout 11:57:06 + go version 11:57:06 go version go1.15.2 linux/arm64 [Pipeline] } 11:57:06 $ docker stop --time=1 4bdf2680c6b93a777acb1c5c906d7148c98e00ee1ac4fffb65a62290f906690e 11:57:08 using credential edgex-jenkins-ssh 11:57:08 Cloning the remote Git repository 11:57:08 $ docker rm -f 4bdf2680c6b93a777acb1c5c906d7148c98e00ee1ac4fffb65a62290f906690e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage 11:57:08 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 11:57:08 > git init /w/workspace/device-sdk-go/69 # timeout=10 11:57:08 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 11:57:08 > git --version # timeout=10 11:57:08 > git --version # 'git version 2.16.5' 11:57:08 using GIT_SSH to set credentials SSH Credentials for GitHub 11:57:08 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 11:57:09 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 11:57:09 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { 11:57:09 Checking out Revision 6a644f195f70d064d428f19fecf7196d621efa3d (master) 11:57:09 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 11:57:09 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 11:57:09 using GIT_SSH to set credentials SSH Credentials for GitHub 11:57:09 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 11:57:09 > git config core.sparsecheckout # timeout=10 11:57:09 > git checkout -f 6a644f195f70d064d428f19fecf7196d621efa3d # timeout=10 [Pipeline] sh 11:57:12 + sudo chown -R jenkins:jenkins . [Pipeline] sh 11:57:12 + ls -al . 11:57:12 total 104 11:57:12 drwxrwxr-x 11 jenkins jenkins 4096 Oct 3 11:56 . 11:57:12 drwxrwxr-x 4 jenkins jenkins 4096 Oct 3 11:55 .. 11:57:12 -rw-rw-r-- 1 jenkins jenkins 140 Oct 3 11:56 .dockerignore 11:57:12 drwxrwxr-x 8 jenkins jenkins 4096 Oct 3 11:56 .git 11:57:12 drwxrwxr-x 2 jenkins jenkins 4096 Oct 3 11:56 .github 11:57:12 -rw-rw-r-- 1 jenkins jenkins 138 Oct 3 11:56 .gitignore 11:57:12 drwxrwxr-x 3 jenkins jenkins 4096 Oct 3 11:56 .semver 11:57:12 -rw-rw-r-- 1 jenkins jenkins 936 Oct 3 11:56 Dockerfile.build 11:57:12 -rw-rw-r-- 1 jenkins jenkins 785 Oct 3 11:56 Jenkinsfile 11:57:12 -rw-rw-r-- 1 jenkins jenkins 11341 Oct 3 11:56 LICENSE 11:57:12 -rw-rw-r-- 1 jenkins jenkins 1013 Oct 3 11:56 Makefile 11:57:12 -rw-rw-r-- 1 jenkins jenkins 5897 Oct 3 11:56 README.md 11:57:12 -rw-rw-r-- 1 jenkins jenkins 4291 Oct 3 11:56 RELEASE-NOTES.txt 11:57:12 -rw-rw-r-- 1 jenkins jenkins 12 Oct 3 11:53 VERSION 11:57:12 drwxrwxr-x 2 jenkins jenkins 4096 Oct 3 11:56 bin 11:57:12 drwxrwxr-x 4 jenkins jenkins 4096 Oct 3 11:56 example 11:57:12 -rw-rw-r-- 1 jenkins jenkins 517 Oct 3 11:56 go.mod 11:57:12 drwxrwxr-x 15 jenkins jenkins 4096 Oct 3 11:56 internal 11:57:12 drwxrwxr-x 4 jenkins jenkins 4096 Oct 3 11:56 openapi 11:57:12 drwxrwxr-x 5 jenkins jenkins 4096 Oct 3 11:56 pkg 11:57:12 drwxrwxr-x 4 jenkins jenkins 4096 Oct 3 11:56 snap 11:57:12 -rw-rw-r-- 1 jenkins jenkins 222 Oct 3 11:56 version.go [Pipeline] isUnix [Pipeline] sh 11:57:12 + docker build -t docker-device-sdk-simple-arm64 -f example/cmd/device-simple/Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=6a644f195f70d064d428f19fecf7196d621efa3d --label arch=arm64 --label version=1.2.4-dev.18 . 11:57:13 Commit message: "Merge pull request #612 from cloudxxx8/issue-610-611" 11:57:13 Sending build context to Docker daemon 3.441MB 11:57:13 Step 1/24 : ARG BASE=golang:1.15-alpine 11:57:13 Step 2/24 : FROM ${BASE} AS builder 11:57:13 ---> aa1cf674820e 11:57:13 Step 3/24 : ARG MAKE='make build' 11:57:13 ---> Running in 2bd69cd5b1d2 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash 11:57:14 Removing intermediate container 2bd69cd5b1d2 11:57:14 ---> 2e2576ece56b 11:57:14 Step 4/24 : WORKDIR /device-sdk-go 11:57:14 ---> Running in 3cbcc3a5090b [Pipeline] echo 11:57:14 ========================================================= 11:57:14 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 11:57:14 ========================================================= [Pipeline] isUnix [Pipeline] sh 11:57:14 Removing intermediate container 3cbcc3a5090b 11:57:14 ---> cf625f87ef86 11:57:14 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 11:57:15 ---> Running in 52cb27c76e64 11:57:15 + 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 . 11:57:15 Removing intermediate container 52cb27c76e64 11:57:15 ---> e363d9987733 11:57:15 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 11:57:15 Sending build context to Docker daemon 3.439MB 11:57:15 Step 1/8 : ARG BASE=golang:1.15-alpine 11:57:15 Step 2/8 : FROM ${BASE} 11:57:15 ---> Running in a913455d2f2c 11:57:15 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 11:57:15 df20fa9351a1: Pulling fs layer 11:57:15 ed8968b2872e: Pulling fs layer 11:57:15 a92cc7c5fd73: Pulling fs layer 11:57:15 e871e8e8d7a9: Pulling fs layer 11:57:15 e73272ec9a57: Pulling fs layer 11:57:15 1e910a182e73: Pulling fs layer 11:57:15 4e634b169226: Pulling fs layer 11:57:15 e871e8e8d7a9: Waiting 11:57:15 e73272ec9a57: Waiting 11:57:15 1e910a182e73: Waiting 11:57:15 4e634b169226: Waiting 11:57:15 a92cc7c5fd73: Verifying Checksum 11:57:15 a92cc7c5fd73: Download complete 11:57:15 ed8968b2872e: Download complete 11:57:15 e73272ec9a57: Verifying Checksum 11:57:15 e73272ec9a57: Download complete 11:57:15 1e910a182e73: Verifying Checksum 11:57:15 1e910a182e73: Download complete 11:57:15 df20fa9351a1: Verifying Checksum 11:57:15 df20fa9351a1: Download complete 11:57:16 df20fa9351a1: Pull complete 11:57:16 ed8968b2872e: Pull complete 11:57:16 a92cc7c5fd73: Pull complete 11:57:18 Removing intermediate container a913455d2f2c 11:57:18 ---> e9c4b9575abb 11:57:18 Step 7/24 : RUN apk add --update --no-cache make git 11:57:18 ---> Running in 3cd9ea1b9361 11:57:18 4e634b169226: Verifying Checksum 11:57:18 4e634b169226: Download complete 11:57:18 e871e8e8d7a9: Verifying Checksum 11:57:18 e871e8e8d7a9: Download complete 11:57:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 11:57:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 11:57:21 OK: 142 MiB in 39 packages 11:57:22 Removing intermediate container 3cd9ea1b9361 11:57:22 ---> dd3bb4a696ea 11:57:22 Step 8/24 : COPY . . 11:57:23 ---> 3143a598c83c 11:57:23 Step 9/24 : RUN ${MAKE} 11:57:23 ---> Running in 9f84d877cc9a 11:57:24 e871e8e8d7a9: Pull complete 11:57:24 e73272ec9a57: Pull complete 11:57:24 1e910a182e73: Pull complete 11:57:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=1.2.4-dev.18" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 11:57:28 4e634b169226: Pull complete 11:57:28 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 11:57:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 11:57:28 ---> f7629b54cfaa 11:57:28 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 11:57:28 ---> Running in b7969f4153f3 11:57:28 Removing intermediate container b7969f4153f3 11:57:28 ---> 96aa443c0c2a 11:57:28 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 11:57:28 ---> Running in 3e0eb4fed1f1 11:57:29 Removing intermediate container 3e0eb4fed1f1 11:57:29 ---> 93dfed9d29ea 11:57:29 Step 5/8 : RUN apk add --no-cache make git 11:57:30 ---> Running in 988202a4e811 11:57:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 11:57:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 11:57:32 OK: 166 MiB in 39 packages 11:57:32 Removing intermediate container 988202a4e811 11:57:32 ---> 385281d03528 11:57:32 Step 6/8 : WORKDIR /device-sdk-go 11:57:32 ---> Running in eeddc49ac926 11:57:32 Removing intermediate container eeddc49ac926 11:57:32 ---> e1ad7a59c7f2 11:57:32 Step 7/8 : COPY . . 11:57:33 ---> 99ccabc2c9df 11:57:33 Step 8/8 : RUN go mod download 11:57:33 ---> Running in 4899f35d965e 11:57:51 Removing intermediate container 4899f35d965e 11:57:51 ---> eba7ae922706 11:57:51 Successfully built eba7ae922706 11:57:51 Successfully tagged ci-base-image-x86_64:latest 11:57:51 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 11:57:51 Removing intermediate container 9f84d877cc9a 11:57:51 ---> 1733ea822864 11:57:51 Step 10/24 : FROM scratch 11:57:51 ---> 11:57:51 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 11:57:51 ---> Running in 1b1059b5cdb5 11:57:51 Removing intermediate container 1b1059b5cdb5 11:57:51 ---> fba02b495da8 11:57:51 Step 12/24 : ENV APP_PORT=49990 11:57:51 ---> Running in 660f764c57bf [Pipeline] isUnix [Pipeline] sh 11:57:52 + docker inspect -f . ci-base-image-x86_64 11:57:52 . [Pipeline] withDockerContainer 11:57:52 prd-centos7-docker-4c-2g-3225 does not seem to be running inside a container 11:57:52 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/69 -v /w/workspace/device-sdk-go/69:/w/workspace/device-sdk-go/69:rw,z -v /w/workspace/device-sdk-go/69@tmp:/w/workspace/device-sdk-go/69@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 ******** ci-base-image-x86_64 cat 11:57:52 Removing intermediate container 660f764c57bf 11:57:52 ---> 81ecd3dd3ce0 11:57:52 Step 13/24 : EXPOSE $APP_PORT 11:57:52 ---> Running in ab9fc565029b 11:57:52 Removing intermediate container ab9fc565029b 11:57:52 ---> c98d29894325 11:57:52 Step 14/24 : WORKDIR / 11:57:52 ---> Running in b6b43590efc1 11:57:53 Removing intermediate container b6b43590efc1 11:57:53 ---> 92579a52f940 11:57:53 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 11:57:53 $ docker top 7cef80e03ba46efb2bbfb8ef7926d9c735549e7a495161669141f2343efdf994 -eo pid,comm [Pipeline] { [Pipeline] sh 11:57:54 + go version 11:57:54 go version go1.15.2 linux/amd64 [Pipeline] } 11:57:54 $ docker stop --time=1 7cef80e03ba46efb2bbfb8ef7926d9c735549e7a495161669141f2343efdf994 11:57:54 ---> 91963dffd0af 11:57:54 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 11:57:55 ---> c79db5290fae 11:57:55 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 11:57:55 $ docker rm -f 7cef80e03ba46efb2bbfb8ef7926d9c735549e7a495161669141f2343efdf994 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 11:57:56 ---> 0b5792f0c35a 11:57:56 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 11:57:56 + sudo chown -R jenkins:jenkins . [Pipeline] sh 11:57:57 + ls -al . 11:57:57 total 64 11:57:57 drwxrwxr-x. 11 jenkins jenkins 4096 Oct 3 11:57 . 11:57:57 drwxrwxr-x. 4 jenkins jenkins 30 Oct 3 11:57 .. 11:57:57 drwxrwxr-x. 2 jenkins jenkins 64 Oct 3 11:57 bin 11:57:57 -rw-rw-r--. 1 jenkins jenkins 936 Oct 3 11:57 Dockerfile.build 11:57:57 -rw-rw-r--. 1 jenkins jenkins 140 Oct 3 11:57 .dockerignore 11:57:57 drwxrwxr-x. 4 jenkins jenkins 48 Oct 3 11:57 example 11:57:57 drwxrwxr-x. 8 jenkins jenkins 162 Oct 3 11:57 .git 11:57:57 drwxrwxr-x. 2 jenkins jenkins 60 Oct 3 11:57 .github 11:57:57 -rw-rw-r--. 1 jenkins jenkins 138 Oct 3 11:57 .gitignore 11:57:57 -rw-rw-r--. 1 jenkins jenkins 517 Oct 3 11:57 go.mod 11:57:57 drwxrwxr-x. 15 jenkins jenkins 211 Oct 3 11:57 internal 11:57:57 -rw-rw-r--. 1 jenkins jenkins 785 Oct 3 11:57 Jenkinsfile 11:57:57 -rw-rw-r--. 1 jenkins jenkins 11341 Oct 3 11:57 LICENSE 11:57:57 -rw-rw-r--. 1 jenkins jenkins 1013 Oct 3 11:57 Makefile 11:57:57 drwxrwxr-x. 4 jenkins jenkins 26 Oct 3 11:57 openapi 11:57:57 drwxrwxr-x. 5 jenkins jenkins 50 Oct 3 11:57 pkg 11:57:57 -rw-rw-r--. 1 jenkins jenkins 5897 Oct 3 11:57 README.md 11:57:57 -rw-rw-r--. 1 jenkins jenkins 4291 Oct 3 11:57 RELEASE-NOTES.txt 11:57:57 drwxrwxr-x. 3 jenkins jenkins 44 Oct 3 11:57 .semver 11:57:57 drwxrwxr-x. 4 jenkins jenkins 54 Oct 3 11:57 snap 11:57:57 -rw-rw-r--. 1 jenkins jenkins 12 Oct 3 11:53 VERSION 11:57:57 -rw-rw-r--. 1 jenkins jenkins 222 Oct 3 11:57 version.go 11:57:57 ---> 5e6dc3a21b30 11:57:57 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [Pipeline] isUnix [Pipeline] sh 11:57:57 + docker build -t docker-device-sdk-simple -f example/cmd/device-simple/Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=6a644f195f70d064d428f19fecf7196d621efa3d --label arch=amd64 --label version=1.2.4-dev.18 . 11:57:57 Sending build context to Docker daemon 3.439MB 11:57:57 Step 1/24 : ARG BASE=golang:1.15-alpine 11:57:57 Step 2/24 : FROM ${BASE} AS builder 11:57:57 ---> eba7ae922706 11:57:57 Step 3/24 : ARG MAKE='make build' 11:57:57 ---> 70ab9c6ba79a 11:57:57 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 11:57:57 ---> Running in 83681ad4c7d7 11:57:58 ---> Running in 3b17a7ff8fab 11:57:58 Removing intermediate container 3b17a7ff8fab 11:57:58 ---> 4628d7f96d94 11:57:58 Step 4/24 : WORKDIR /device-sdk-go 11:57:58 ---> Running in 62881b12c34b 11:57:58 Removing intermediate container 83681ad4c7d7 11:57:58 ---> 84ceb14af8b8 11:57:58 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 11:57:58 ---> Running in c565f987a86e 11:57:58 Removing intermediate container 62881b12c34b 11:57:58 ---> e6bef261d53d 11:57:58 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 11:57:58 ---> Running in 0e6f1d4eeded 11:57:58 Removing intermediate container 0e6f1d4eeded 11:57:58 ---> fc22ade99200 11:57:58 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 11:57:58 ---> Running in d52974f93aaf 11:57:58 Removing intermediate container c565f987a86e 11:57:58 ---> e3a8359385d8 11:57:58 Step 22/24 : LABEL arch=arm64 11:57:58 ---> Running in a75b47898643 11:57:59 Removing intermediate container d52974f93aaf 11:57:59 ---> a4fce4031725 11:57:59 Step 7/24 : RUN apk add --update --no-cache make git 11:57:59 Removing intermediate container a75b47898643 11:57:59 ---> bc620afe3823 11:57:59 Step 23/24 : LABEL git_sha=6a644f195f70d064d428f19fecf7196d621efa3d 11:57:59 ---> Running in 8c8f5903d3df 11:57:59 ---> Running in 3cb08742d9eb 11:57:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 11:58:00 Removing intermediate container 8c8f5903d3df 11:58:00 ---> 6f9451d0fa53 11:58:00 Step 24/24 : LABEL version=1.2.4-dev.18 11:58:00 ---> Running in b6bf361da08e 11:58:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 11:58:00 Removing intermediate container b6bf361da08e 11:58:00 ---> 0528ba8eb9c8 11:58:00 [Warning] One or more build-args [ARCH] were not consumed 11:58:00 Successfully built 0528ba8eb9c8 11:58:00 Successfully tagged docker-device-sdk-simple-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) 11:58:01 OK: 166 MiB in 39 packages Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } 11:58:01 Removing intermediate container 3cb08742d9eb 11:58:01 ---> 174b58ed2b0f 11:58:01 Step 8/24 : COPY . . [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 11:58:02 ---> 69e71afcfb86 11:58:02 Step 9/24 : RUN ${MAKE} 11:58:02 ---> Running in 5b268e557594 11:58:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=1.2.4-dev.18" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 11:58:11 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 11:58:12 Removing intermediate container 5b268e557594 11:58:12 ---> 28cab064f5f3 11:58:12 Step 10/24 : FROM scratch 11:58:12 ---> 11:58:12 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 11:58:12 ---> Running in b93206f74257 11:58:12 Removing intermediate container b93206f74257 11:58:12 ---> 7e7ab3187bca 11:58:12 Step 12/24 : ENV APP_PORT=49990 11:58:12 ---> Running in 676e701bf824 11:58:12 Removing intermediate container 676e701bf824 11:58:12 ---> 748bd9088e3a 11:58:12 Step 13/24 : EXPOSE $APP_PORT 11:58:12 ---> Running in 231719c4f02b 11:58:13 Removing intermediate container 231719c4f02b 11:58:13 ---> 4350e7a2bf9b 11:58:13 Step 14/24 : WORKDIR / 11:58:13 ---> Running in 6528a724f0ee 11:58:13 Removing intermediate container 6528a724f0ee 11:58:13 ---> 8db7045775a7 11:58:13 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 11:58:13 ---> 7971d80d268f 11:58:13 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 11:58:14 ---> dd2591d491d6 11:58:14 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 11:58:14 ---> 537f160e1188 11:58:14 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 11:58:14 ---> aee955318573 11:58:14 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 11:58:14 ---> eb84d96d7bf4 11:58:14 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 11:58:14 ---> Running in b51728d1729f 11:58:14 Removing intermediate container b51728d1729f 11:58:14 ---> f5858a3b2229 11:58:14 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 11:58:15 ---> Running in e430b0313d1c 11:58:15 Removing intermediate container e430b0313d1c 11:58:15 ---> 71fc19271384 11:58:15 Step 22/24 : LABEL arch=amd64 11:58:15 ---> Running in 36045fdd433c 11:58:15 Removing intermediate container 36045fdd433c 11:58:15 ---> 6de90b039f11 11:58:15 Step 23/24 : LABEL git_sha=6a644f195f70d064d428f19fecf7196d621efa3d 11:58:15 ---> Running in 24308ad2d21d 11:58:15 Removing intermediate container 24308ad2d21d 11:58:15 ---> 9ae4004f2140 11:58:15 Step 24/24 : LABEL version=1.2.4-dev.18 11:58:15 ---> Running in 4d4285a60a71 11:58:15 Removing intermediate container 4d4285a60a71 11:58:15 ---> d9417159e3be 11:58:15 [Warning] One or more build-args [ARCH] were not consumed 11:58:15 Successfully built d9417159e3be 11:58:15 Successfully tagged docker-device-sdk-simple:latest [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) Stage "CodeCov" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 11:58:17 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo 11:58:17 [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials 11:58:17 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 11:58:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 11:58:18 11:58:18 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh 11:58:18 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 11:58:18 1.317.0: Pulling from edgex-devops/edgex-snyk-go 11:58:18 cbdbe7a5bc2a: Pulling fs layer 11:58:18 408f87550127: Pulling fs layer 11:58:18 fe522b08c979: Pulling fs layer 11:58:18 221eaa008020: Pulling fs layer 11:58:18 2a4607e5d6b9: Pulling fs layer 11:58:18 8f79b27c4fd2: Pulling fs layer 11:58:18 e5c8dbe1645b: Pulling fs layer 11:58:18 23e8b3b47431: Pulling fs layer 11:58:18 5c568d65a230: Pulling fs layer 11:58:18 221eaa008020: Waiting 11:58:18 2a4607e5d6b9: Waiting 11:58:18 8f79b27c4fd2: Waiting 11:58:18 e5c8dbe1645b: Waiting 11:58:18 23e8b3b47431: Waiting 11:58:18 5c568d65a230: Waiting 11:58:18 fe522b08c979: Verifying Checksum 11:58:18 fe522b08c979: Download complete 11:58:18 408f87550127: Verifying Checksum 11:58:18 408f87550127: Download complete 11:58:18 2a4607e5d6b9: Verifying Checksum 11:58:18 2a4607e5d6b9: Download complete 11:58:18 8f79b27c4fd2: Verifying Checksum 11:58:18 8f79b27c4fd2: Download complete 11:58:18 cbdbe7a5bc2a: Download complete 11:58:19 cbdbe7a5bc2a: Pull complete 11:58:19 408f87550127: Pull complete 11:58:19 fe522b08c979: Pull complete 11:58:20 e5c8dbe1645b: Download complete 11:58:21 23e8b3b47431: Verifying Checksum 11:58:21 23e8b3b47431: Download complete 11:58:21 5c568d65a230: Verifying Checksum 11:58:21 5c568d65a230: Download complete 11:58:23 221eaa008020: Verifying Checksum 11:58:23 221eaa008020: Download complete 11:58:31 221eaa008020: Pull complete 11:58:31 2a4607e5d6b9: Pull complete 11:58:31 8f79b27c4fd2: Pull complete 11:58:33 e5c8dbe1645b: Pull complete 11:58:37 23e8b3b47431: Pull complete 11:58:38 5c568d65a230: Pull complete 11:58:38 Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 11:58:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 11:58:38 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer 11:58:39 prd-centos7-docker-4c-2g-3215 does not seem to be running inside a container 11:58:39 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -v /w/workspace/dgexfoundry_device-sdk-go_master:/ws -w /ws --entrypoint= -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat 11:58:40 $ docker top 4d9bed3bb1b4076e085bc82e93db83d919ddcf57b71f6679b289fc753a63825d -eo pid,comm [Pipeline] { [Pipeline] sh 11:58:41 + snyk monitor '--org=edgex-jenkins' 11:58:53 11:58:53 Monitoring /w/workspace/dgexfoundry_device-sdk-go_master (github.com/edgexfoundry/device-sdk-go)... 11:58:53 11:58:53 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/057beb34-70d8-4945-961c-fe027db76abc/history/5df75032-9b3b-4b3b-9433-72a60b210734 11:58:53 11:58:53 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 11:58:53 11:58:53 11:58:53 Snyk CLI supports Node.js 8 and higher. 11:58:53 Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. 11:58:53 Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. 11:58:53 11:58:53 The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. 11:58:53 The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } 11:58:53 $ docker stop --time=1 4d9bed3bb1b4076e085bc82e93db83d919ddcf57b71f6679b289fc753a63825d 11:58:56 $ docker rm -f 4d9bed3bb1b4076e085bc82e93db83d919ddcf57b71f6679b289fc753a63825d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair 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] unstash [Pipeline] isUnix [Pipeline] sh 11:58:58 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 11:58:58 . [Pipeline] withDockerContainer 11:58:58 prd-centos7-docker-4c-2g-3215 does not seem to be running inside a container 11:58:58 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_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 11:58:59 $ docker top dfb3dddb72abdda21c5354d83598f3cf15951528e82747756fdadc30db0e5989 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 11:59:00 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:59:00 [ssh-agent] Looking for ssh-agent implementation... 11:59:00 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:59:00 $ docker exec dfb3dddb72abdda21c5354d83598f3cf15951528e82747756fdadc30db0e5989 ssh-agent 11:59:00 SSH_AUTH_SOCK=/tmp/ssh-fiqZuqA9usWI/agent.12 11:59:00 SSH_AGENT_PID=17 11:59:00 Running ssh-add (command line suppressed) 11:59:00 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_7557533443284099606.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_7557533443284099606.key) 11:59:01 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:59:01 + git semver tag 11:59:01 # -> Open(): unable to determine branch for HEAD 11:59:01 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 11:59:01 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 11:59:01 # $SEMVER_REMOTE_NAME = origin 11:59:01 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 11:59:01 # $SEMVER_USER_NAME = edgex-jenkins 11:59:01 # $SEMVER_BRANCH = master 11:59:01 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver 11:59:01 # 6a644f195f70d064d428f19fecf7196d621efa3d HEAD 11:59:01 # -> Force: false 11:59:01 # 55f960487c29d5e5fe5b6d8f9049c4227f5fe99a refs/tags/v1.2.4-dev.18 [Pipeline] } 11:59:01 $ docker exec --env ******** --env ******** dfb3dddb72abdda21c5354d83598f3cf15951528e82747756fdadc30db0e5989 ssh-agent -k 11:59:01 unset SSH_AUTH_SOCK; 11:59:01 unset SSH_AGENT_PID; 11:59:01 echo Agent pid 17 killed; 11:59:02 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 11:59:02 + git semver [Pipeline] } 11:59:02 $ docker stop --time=1 dfb3dddb72abdda21c5354d83598f3cf15951528e82747756fdadc30db0e5989 11:59:04 $ docker rm -f dfb3dddb72abdda21c5354d83598f3cf15951528e82747756fdadc30db0e5989 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 11:59:05 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 11:59:05 11:59:05 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 11:59:05 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 11:59:05 0.23.1-centos7: Pulling from edgex-lftools 11:59:05 ab5ef0e58194: Pulling fs layer 11:59:05 9712f1f96733: Pulling fs layer 11:59:05 63f879dbbcfc: Pulling fs layer 11:59:05 0d9ebad4ef96: Pulling fs layer 11:59:05 e9a5061849ea: Pulling fs layer 11:59:05 d747dcd14b5f: Pulling fs layer 11:59:05 2de7ff778b66: Pulling fs layer 11:59:05 e9a5061849ea: Waiting 11:59:05 d747dcd14b5f: Waiting 11:59:05 2de7ff778b66: Waiting 11:59:05 9712f1f96733: Verifying Checksum 11:59:05 9712f1f96733: Download complete 11:59:07 63f879dbbcfc: Verifying Checksum 11:59:07 63f879dbbcfc: Download complete 11:59:07 e9a5061849ea: Verifying Checksum 11:59:07 e9a5061849ea: Download complete 11:59:07 d747dcd14b5f: Download complete 11:59:08 0d9ebad4ef96: Verifying Checksum 11:59:08 0d9ebad4ef96: Download complete 11:59:08 2de7ff778b66: Verifying Checksum 11:59:08 2de7ff778b66: Download complete 11:59:08 ab5ef0e58194: Verifying Checksum 11:59:08 ab5ef0e58194: Download complete 11:59:15 ab5ef0e58194: Pull complete 11:59:15 9712f1f96733: Pull complete 11:59:17 63f879dbbcfc: Pull complete 11:59:27 0d9ebad4ef96: Pull complete 11:59:27 e9a5061849ea: Pull complete 11:59:27 d747dcd14b5f: Pull complete 11:59:32 2de7ff778b66: Pull complete 11:59:32 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 11:59:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 11:59:32 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 11:59:32 prd-centos7-docker-4c-2g-3215 does not seem to be running inside a container 11:59:32 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_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:10003/edgex-lftools:0.23.1-centos7 cat 11:59:36 $ docker top 5c6419f3e896c15b084543fcc42ad80c98ba61445dfdc1df3e5a849004848e79 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 11:59:36 provisioning config files... 11:59:36 copy managed file [sigul-config] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config8740790695366245867tmp 11:59:36 copy managed file [sigul-password] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config11790028480134607tmp 11:59:36 copy managed file [sigul-pki] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config4460552608748145097tmp [Pipeline] { [Pipeline] echo 11:59:36 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 11:59:37 ---> sigul-configuration.sh 11:59:37 gpg: directory `/root/.gnupg' created 11:59:37 gpg: new configuration file `/root/.gnupg/gpg.conf' created 11:59:37 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 11:59:37 gpg: keyring `/root/.gnupg/secring.gpg' created 11:59:37 gpg: keyring `/root/.gnupg/pubring.gpg' created 11:59:37 gpg: CAST5 encrypted data 11:59:37 gpg: encrypted with 1 passphrase 11:59:37 gpg: WARNING: message was not integrity protected [Pipeline] sh 11:59:37 + mkdir /home/jenkins 11:59:37 + mkdir /home/jenkins/sigul [Pipeline] sh 11:59:38 + 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 11:59:38 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 11:59:38 ---> sigul-install.sh 11:59:45 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 11:59:46 + git tag --list 11:59:46 0.7.1 11:59:46 delhi-tag 11:59:46 v1.0.0 11:59:46 v1.1.0 11:59:46 v1.1.1 11:59:46 v1.1.2 11:59:46 v1.2.0 11:59:46 v1.2.1 11:59:46 v1.2.2 11:59:46 v1.2.3 11:59:46 v1.2.4-dev.1 11:59:46 v1.2.4-dev.10 11:59:46 v1.2.4-dev.11 11:59:46 v1.2.4-dev.12 11:59:46 v1.2.4-dev.13 11:59:46 v1.2.4-dev.14 11:59:46 v1.2.4-dev.15 11:59:46 v1.2.4-dev.16 11:59:46 v1.2.4-dev.17 11:59:46 v1.2.4-dev.18 11:59:46 v1.2.4-dev.2 11:59:46 v1.2.4-dev.3 11:59:46 v1.2.4-dev.4 11:59:46 v1.2.4-dev.5 11:59:46 v1.2.4-dev.6 11:59:46 v1.2.4-dev.7 11:59:46 v1.2.4-dev.8 11:59:46 v1.2.4-dev.9 [Pipeline] sh 11:59:46 + lftools sign git-tag v1.2.4-dev.18 11:59:48 Signing Git tag with Sigul... 11:59:48 Signing v1.2.4-dev.18 [Pipeline] echo 11:59:49 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 11:59:49 ---> sigul-configuration-cleanup.sh [Pipeline] } 11:59:49 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 11:59:49 $ docker stop --time=1 5c6419f3e896c15b084543fcc42ad80c98ba61445dfdc1df3e5a849004848e79 11:59:52 $ docker rm -f 5c6419f3e896c15b084543fcc42ad80c98ba61445dfdc1df3e5a849004848e79 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 11:59:52 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 11:59:52 . [Pipeline] withDockerContainer 11:59:53 prd-centos7-docker-4c-2g-3215 does not seem to be running inside a container 11:59:53 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_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 11:59:54 $ docker top 65498caae53b920a3a0644b9ff2e0e2917d2cea27de4a1a71c3424c5cd7cb133 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 11:59:54 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:59:54 [ssh-agent] Looking for ssh-agent implementation... 11:59:55 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:59:55 $ docker exec 65498caae53b920a3a0644b9ff2e0e2917d2cea27de4a1a71c3424c5cd7cb133 ssh-agent 11:59:55 SSH_AUTH_SOCK=/tmp/ssh-PU0veM4hXjdJ/agent.12 11:59:55 SSH_AGENT_PID=17 11:59:55 Running ssh-add (command line suppressed) 11:59:55 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_6955264951431935566.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_6955264951431935566.key) 11:59:55 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:59:56 + git semver bump pre 11:59:56 # -> Open(): unable to determine branch for HEAD 11:59:56 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 11:59:56 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 11:59:56 # $SEMVER_REMOTE_NAME = origin 11:59:56 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 11:59:56 # $SEMVER_USER_NAME = edgex-jenkins 11:59:56 # $SEMVER_BRANCH = master 11:59:56 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver 11:59:56 1.2.4-dev.19 [Pipeline] } 11:59:56 $ docker exec --env ******** --env ******** 65498caae53b920a3a0644b9ff2e0e2917d2cea27de4a1a71c3424c5cd7cb133 ssh-agent -k 11:59:56 unset SSH_AUTH_SOCK; 11:59:56 unset SSH_AGENT_PID; 11:59:56 echo Agent pid 17 killed; 11:59:56 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 11:59:57 + git semver [Pipeline] } 11:59:57 $ docker stop --time=1 65498caae53b920a3a0644b9ff2e0e2917d2cea27de4a1a71c3424c5cd7cb133 11:59:58 $ docker rm -f 65498caae53b920a3a0644b9ff2e0e2917d2cea27de4a1a71c3424c5cd7cb133 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 11:59:59 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 11:59:59 . [Pipeline] withDockerContainer 11:59:59 prd-centos7-docker-4c-2g-3215 does not seem to be running inside a container 11:59:59 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_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 12:00:00 $ docker top 583c1ec7941a510b1d126edd205b5694ac258377fa8cfeeb58d4fa15524af375 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 12:00:01 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 12:00:01 [ssh-agent] Looking for ssh-agent implementation... 12:00:01 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 12:00:01 $ docker exec 583c1ec7941a510b1d126edd205b5694ac258377fa8cfeeb58d4fa15524af375 ssh-agent 12:00:01 SSH_AUTH_SOCK=/tmp/ssh-Js7RPxa7RZQi/agent.11 12:00:01 SSH_AGENT_PID=16 12:00:01 Running ssh-add (command line suppressed) 12:00:02 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_1894418646903524109.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_1894418646903524109.key) 12:00:02 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 12:00:02 + git semver push 12:00:02 # -> Open(): unable to determine branch for HEAD 12:00:02 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 12:00:02 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 12:00:02 # $SEMVER_REMOTE_NAME = origin 12:00:02 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 12:00:02 # $SEMVER_USER_NAME = edgex-jenkins 12:00:02 # $SEMVER_BRANCH = master 12:00:02 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } 12:00:10 $ docker exec --env ******** --env ******** 583c1ec7941a510b1d126edd205b5694ac258377fa8cfeeb58d4fa15524af375 ssh-agent -k 12:00:11 unset SSH_AUTH_SOCK; 12:00:11 unset SSH_AGENT_PID; 12:00:11 echo Agent pid 16 killed; 12:00:11 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 12:00:11 + git semver [Pipeline] } 12:00:11 $ docker stop --time=1 583c1ec7941a510b1d126edd205b5694ac258377fa8cfeeb58d4fa15524af375 12:00:13 $ docker rm -f 583c1ec7941a510b1d126edd205b5694ac258377fa8cfeeb58d4fa15524af375 [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 12:00:14 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 12:00:15 ---> package-listing.sh 12:00:15 ++ facter osfamily 12:00:15 ++ tr '[:upper:]' '[:lower:]' 12:00:15 + OS_FAMILY=redhat 12:00:15 + workspace=/w/workspace/dgexfoundry_device-sdk-go_master 12:00:15 + START_PACKAGES=/tmp/packages_start.txt 12:00:15 + END_PACKAGES=/tmp/packages_end.txt 12:00:15 + DIFF_PACKAGES=/tmp/packages_diff.txt 12:00:15 + PACKAGES=/tmp/packages_start.txt 12:00:15 + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' 12:00:15 + PACKAGES=/tmp/packages_end.txt 12:00:15 + case "${OS_FAMILY}" in 12:00:15 + rpm -qa 12:00:15 + sort 12:00:19 + '[' -f /tmp/packages_start.txt ']' 12:00:19 + '[' -f /tmp/packages_end.txt ']' 12:00:19 + diff /tmp/packages_start.txt /tmp/packages_end.txt 12:00:19 + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' 12:00:19 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_master/archives/ 12:00:19 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_master/archives/ [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 12:00:19 provisioning config files... 12:00:19 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config4648195690657322413tmp [Pipeline] { [Pipeline] echo 12:00:19 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 12:00:20 ---> create-netrc.sh [Pipeline] } 12:00:20 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 12:00:20 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 12:00:20 ---> python-tools-install.sh 12:00:20 Generating Requirements File 12:02:12 Python 3.6.8 12:02:12 pip 20.2.3 from /home/jenkins/.local/lib/python3.6/site-packages/pip (python 3.6) 12:02:12 aiohttp==3.6.2 12:02:12 appdirs==1.4.3 12:02:12 argcomplete==1.12.1 12:02:12 aspy.yaml==1.3.0 12:02:12 async-timeout==3.0.1 12:02:12 attrs==19.3.0 12:02:12 Babel==2.8.0 12:02:12 beautifulsoup4==4.8.2 12:02:12 boto3==1.11.6 12:02:12 botocore==1.14.6 12:02:12 bs4==0.0.1 12:02:12 cachetools==4.1.1 12:02:12 certifi==2019.11.28 12:02:12 cffi==1.14.3 12:02:12 cfgv==2.0.1 12:02:12 chardet==3.0.4 12:02:12 click==7.1 12:02:12 cliff==3.4.0 12:02:12 cmd2==1.3.11 12:02:12 colorama==0.4.3 12:02:12 cryptography==3.1.1 12:02:12 debtcollector==2.2.0 12:02:12 decorator==4.4.2 12:02:12 defusedxml==0.6.0 12:02:12 Deprecated==1.2.7 12:02:12 distlib==0.3.1 12:02:12 distro==1.2.0 12:02:12 dnspython==1.16.0 12:02:12 docker==4.2.0 12:02:12 docutils==0.15.2 12:02:12 dogpile.cache==1.0.2 12:02:12 email-validator==1.0.5 12:02:12 filelock==3.0.12 12:02:12 future==0.18.2 12:02:12 google-auth==1.22.0 12:02:12 httplib2==0.17.0 12:02:12 identify==1.4.11 12:02:12 idna==2.9 12:02:12 idna-ssl==1.1.0 12:02:12 importlib-metadata==1.7.0 12:02:12 importlib-resources==1.5.0 12:02:12 iso8601==0.1.13 12:02:12 Jinja2==2.11.1 12:02:12 jmespath==0.10.0 12:02:12 jsonpatch==1.26 12:02:12 jsonpointer==2.0 12:02:12 jsonschema==3.2.0 12:02:12 keystoneauth1==4.2.1 12:02:12 kubernetes==11.0.0 12:02:12 lftools==0.34.2 12:02:12 lxml==4.5.0 12:02:12 MarkupSafe==0.23 12:02:12 msgpack==1.0.0 12:02:12 multi-key-dict==2.0.3 12:02:12 multidict==4.7.6 12:02:12 munch==2.5.0 12:02:12 netaddr==0.8.0 12:02:12 netifaces==0.10.9 12:02:12 niet==1.4.2 12:02:12 nodeenv==1.3.5 12:02:12 oauth2client==4.1.3 12:02:12 oauthlib==3.1.0 12:02:12 openstacksdk==0.50.0 12:02:12 os-client-config==2.1.0 12:02:12 os-service-types==1.7.0 12:02:12 osc-lib==2.2.1 12:02:12 oslo.config==8.3.2 12:02:12 oslo.context==3.1.1 12:02:12 oslo.i18n==5.0.1 12:02:12 oslo.log==4.4.0 12:02:12 oslo.serialization==4.0.1 12:02:12 oslo.utils==4.6.0 12:02:12 packaging==20.4 12:02:12 pbr==5.4.4 12:02:12 pluggy==0.13.1 12:02:12 prettytable==0.7.2 12:02:12 py==1.9.0 12:02:12 pyasn1==0.4.8 12:02:12 pyasn1-modules==0.2.8 12:02:12 pycparser==2.20 12:02:12 pygerrit2==2.0.10 12:02:12 PyGithub==1.46 12:02:12 pyinotify==0.9.6 12:02:12 PyJWT==1.7.1 12:02:12 pyparsing==2.4.7 12:02:12 pyperclip==1.8.0 12:02:12 pyroute2==0.4.13 12:02:12 pyrsistent==0.15.7 12:02:12 PySocks==1.6.8 12:02:12 python-cinderclient==7.2.0 12:02:12 python-dateutil==2.8.1 12:02:12 python-heatclient==2.2.1 12:02:12 python-jenkins==1.7.0 12:02:12 python-keystoneclient==4.1.1 12:02:12 python-magnumclient==3.2.1 12:02:12 python-novaclient==17.2.1 12:02:12 python-openstackclient==5.4.0 12:02:12 python-swiftclient==3.10.1 12:02:12 pytz==2020.1 12:02:12 PyYAML==5.3 12:02:12 requests==2.23.0 12:02:12 requests-oauthlib==1.3.0 12:02:12 requestsexceptions==1.4.0 12:02:12 rfc3986==1.4.0 12:02:12 rpm==4.11.3 12:02:12 rsa==4.0 12:02:12 ruamel.yaml==0.16.10 12:02:12 ruamel.yaml.clib==0.2.0 12:02:12 s3transfer==0.3.3 12:02:12 shade==1.27.2 12:02:12 simplejson==3.17.2 12:02:12 six==1.14.0 12:02:12 soupsieve==2.0 12:02:12 stevedore==3.2.2 12:02:12 tabulate==0.8.6 12:02:12 toml==0.10.0 12:02:12 tox==3.20.0 12:02:12 tqdm==4.43.0 12:02:12 typing-extensions==3.7.4.3 12:02:12 urllib3==1.25.8 12:02:12 virtualenv==20.0.32 12:02:12 wcwidth==0.2.5 12:02:12 websocket-client==0.57.0 12:02:12 wrapt==1.12.1 12:02:12 xdg==3.0.2 12:02:12 xmltodict==0.12.0 12:02:12 yarl==1.6.0 12:02:12 yq==2.11.1 12:02:12 zipp==3.2.0 12:02:12 Cache entry deserialization failed, entry ignored 12:02:12 DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality. 12:02:12 Python 2.7.5 12:02:12 pip 20.2.3 from /home/jenkins/.local/lib/python2.7/site-packages/pip (python 2.7) 12:02:12 DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality. 12:02:12 ansible==2.9.7 12:02:12 Babel==0.9.6 12:02:12 backports.ssl-match-hostname==3.5.0.1 12:02:12 beautifulsoup4==4.4.1 12:02:12 bodhi==2.11.0 12:02:12 bodhi-client==2.11.0 12:02:12 CCColUtils==1.4 12:02:12 cffi==1.6.0 12:02:12 chardet==2.2.1 12:02:12 click==6.7 12:02:12 cloud-init==18.5 12:02:12 configobj==4.7.2 12:02:12 cryptography==1.7.2 12:02:12 decorator==3.4.0 12:02:12 distro==1.2.0 12:02:12 enum34==1.0.4 12:02:12 fedpkg==1.38 12:02:12 futures==3.1.1 12:02:12 gitdb==0.6.4 12:02:12 GitPython==1.0.1 12:02:12 html5lib==0.999 12:02:12 httplib2==0.9.2 12:02:12 idna==2.4 12:02:12 iniparse==0.4 12:02:12 ipaddress==1.0.16 12:02:12 IPy==0.75 12:02:12 javapackages==1.0.0 12:02:12 Jinja2==2.7.2 12:02:12 jmespath==0.9.4 12:02:12 jsonpatch==1.2 12:02:12 jsonpointer==1.9 12:02:12 kerberos==1.1 12:02:12 kitchen==1.1.1 12:02:12 langtable==0.0.31 12:02:12 lockfile==0.9.1 12:02:12 lxml==3.2.1 12:02:12 MarkupSafe==0.11 12:02:12 munch==2.0.2 12:02:12 offtrac==0.1.0 12:02:12 openidc-client==0.6.0 12:02:12 packagedb-cli==2.14.1 12:02:12 paramiko==2.1.1 12:02:12 perf==0.1 12:02:12 ply==3.4 12:02:12 policycoreutils-default-encoding==0.1 12:02:12 prettytable==0.7.2 12:02:12 pyasn1==0.1.9 12:02:12 pycparser==2.14 12:02:12 pycurl==7.19.0 12:02:12 pygobject==3.22.0 12:02:12 pygpgme==0.3 12:02:12 pyliblzma==0.5.3 12:02:12 pyOpenSSL==0.13.1 12:02:12 pyparsing==1.5.6 12:02:12 pyserial==2.6 12:02:12 python-augeas==0.5.0 12:02:12 python-bugzilla==2.3.0 12:02:12 python-dateutil==1.5 12:02:12 python-fedora==0.10.0 12:02:12 python-linux-procfs==0.4.9 12:02:12 python-yubico==1.2.3 12:02:12 pyudev==0.15 12:02:12 pyusb==1.0.0b1 12:02:12 pyxattr==0.5.1 12:02:12 PyYAML==3.10 12:02:12 requests==2.6.0 12:02:12 requests-kerberos==0.7.0 12:02:12 rpkg==1.60 12:02:12 schedutils==0.4 12:02:12 seobject==0.1 12:02:12 sepolicy==1.1 12:02:12 six==1.9.0 12:02:12 smmap==0.9.0 12:02:12 urlgrabber==3.10 12:02:12 urllib3==1.10.2 12:02:12 virtualenv==15.1.0 12:02:12 yum-langpacks==0.4.2 12:02:12 yum-metadata-parser==1.1.4 [Pipeline] echo 12:02:12 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 12:02:12 ---> sudo-logs.sh 12:02:12 Archiving 'sudo' log.. [Pipeline] echo 12:02:13 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 12:02:13 ---> job-cost.sh 12:02:13 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-Rbp3 12:02:25 Cache entry deserialization failed, entry ignored 12:02:26 Cache entry deserialization failed, entry ignored 12:02:27 Cache entry deserialization failed, entry ignored 12:02:27 Cache entry deserialization failed, entry ignored 12:02:27 Cache entry deserialization failed, entry ignored 12:02:27 Cache entry deserialization failed, entry ignored 12:02:28 Cache entry deserialization failed, entry ignored 12:02:28 Cache entry deserialization failed, entry ignored 12:02:28 Cache entry deserialization failed, entry ignored 12:02:28 Cache entry deserialization failed, entry ignored 12:02:28 Cache entry deserialization failed, entry ignored 12:02:28 Cache entry deserialization failed, entry ignored 12:02:33 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 12:03:12 lf-activate-venv(): INFO: Adding /tmp/venv-Rbp3/bin to PATH 12:03:12 INFO: No Stack... 12:03:12 INFO: Retrieving Pricing Info for: v1-standard-2 12:03:12 INFO: Archiving Costs [Pipeline] echo 12:03:12 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 12:03:12 ---> logs-deploy.sh 12:03:12 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/master/69 12:03:12 INFO: archiving workspace using pattern(s): 12:03:14 Archives upload complete. 12:03:14 INFO: archiving logs to Nexus 12:03:16 ---> uname -a: 12:03:16 Linux prd-centos7-docker-4c-2g-3215.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux 12:03:16 12:03:16 12:03:16 ---> lscpu: 12:03:16 Architecture: x86_64 12:03:16 CPU op-mode(s): 32-bit, 64-bit 12:03:16 Byte Order: Little Endian 12:03:16 CPU(s): 4 12:03:16 On-line CPU(s) list: 0-3 12:03:16 Thread(s) per core: 1 12:03:16 Core(s) per socket: 1 12:03:16 Socket(s): 4 12:03:16 NUMA node(s): 1 12:03:16 Vendor ID: GenuineIntel 12:03:16 CPU family: 6 12:03:16 Model: 44 12:03:16 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 12:03:16 Stepping: 1 12:03:16 CPU MHz: 2933.438 12:03:16 BogoMIPS: 5866.87 12:03:16 Virtualization: VT-x 12:03:16 Hypervisor vendor: KVM 12:03:16 Virtualization type: full 12:03:16 L1d cache: 32K 12:03:16 L1i cache: 32K 12:03:16 L2 cache: 4096K 12:03:16 L3 cache: 16384K 12:03:16 NUMA node0 CPU(s): 0-3 12:03:16 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 12:03:16 12:03:16 12:03:16 ---> nproc: 12:03:16 4 12:03:16 12:03:16 12:03:16 ---> df -h: 12:03:16 Filesystem Size Used Avail Use% Mounted on 12:03:16 devtmpfs 887M 0 887M 0% /dev 12:03:16 tmpfs 919M 0 919M 0% /dev/shm 12:03:16 tmpfs 919M 17M 903M 2% /run 12:03:16 tmpfs 919M 0 919M 0% /sys/fs/cgroup 12:03:16 /dev/vda1 50G 8.5G 42G 17% / 12:03:16 tmpfs 184M 0 184M 0% /run/user/1001 12:03:16 tmpfs 184M 0 184M 0% /run/user/0 12:03:16 12:03:16 12:03:16 ---> free -m: 12:03:16 total used free shared buff/cache available 12:03:16 Mem: 1837 667 67 16 1103 970 12:03:16 Swap: 1023 3 1020 12:03:16 12:03:16 12:03:16 ---> ip addr: 12:03:16 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 12:03:16 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 12:03:16 inet 127.0.0.1/8 scope host lo 12:03:16 valid_lft forever preferred_lft forever 12:03:16 inet6 ::1/128 scope host 12:03:16 valid_lft forever preferred_lft forever 12:03:16 2: eth0: mtu 1458 qdisc pfifo_fast state UP group default qlen 1000 12:03:16 link/ether fa:16:3e:bd:c8:75 brd ff:ff:ff:ff:ff:ff 12:03:16 inet 10.30.122.107/23 brd 10.30.123.255 scope global dynamic eth0 12:03:16 valid_lft 85762sec preferred_lft 85762sec 12:03:16 inet6 fe80::f816:3eff:febd:c875/64 scope link 12:03:16 valid_lft forever preferred_lft forever 12:03:16 3: docker0: mtu 1500 qdisc noqueue state DOWN group default 12:03:16 link/ether 02:42:af:ef:4b:10 brd ff:ff:ff:ff:ff:ff 12:03:16 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 12:03:16 valid_lft forever preferred_lft forever 12:03:16 inet6 fe80::42:afff:feef:4b10/64 scope link 12:03:16 valid_lft forever preferred_lft forever 12:03:16 12:03:16 12:03:16 ---> sar -b -r -n DEV: 12:03:16 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/03/2020 _x86_64_ (4 CPU) 12:03:16 12:03:16 11:52:19 AM LINUX RESTART 12:03:16 12:03:16 11:53:01 AM tps rtps wtps bread/s bwrtn/s 12:03:16 11:54:01 AM 59.52 23.96 35.56 5648.69 4947.95 12:03:16 11:55:01 AM 1.17 0.00 1.17 0.00 18.32 12:03:16 11:56:02 AM 0.28 0.00 0.28 0.00 3.78 12:03:16 11:57:01 AM 0.24 0.00 0.24 0.00 2.88 12:03:16 11:58:01 AM 0.23 0.00 0.23 0.00 3.30 12:03:16 11:59:01 AM 237.22 134.62 102.60 7193.88 32782.86 12:03:16 12:00:01 PM 220.55 77.42 143.13 4449.64 32827.21 12:03:16 12:01:01 PM 81.44 58.41 23.03 4840.11 2188.58 12:03:16 12:02:01 PM 101.56 18.28 83.28 1238.00 9565.03 12:03:16 12:03:01 PM 97.40 16.42 80.98 1033.74 5141.88 12:03:16 Average: 80.14 32.99 47.15 2446.21 8767.64 12:03:16 12:03:16 11:53:01 AM kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 12:03:16 11:54:01 AM 159960 1721596 91.50 2620 1134304 1151088 39.28 428968 1131892 120 12:03:16 11:55:01 AM 162320 1719236 91.37 2620 1134308 1136152 38.77 428608 1130072 20 12:03:16 11:56:02 AM 168856 1712700 91.03 2620 1134316 1075632 36.71 429488 1124196 20 12:03:16 11:57:01 AM 167228 1714328 91.11 2620 1134316 1075500 36.70 432876 1121924 20 12:03:16 11:58:01 AM 166016 1715540 91.18 2620 1134320 1075848 36.72 443084 1112916 20 12:03:16 11:59:01 AM 174736 1706820 90.71 2620 1039304 1394516 47.59 567928 941100 48 12:03:16 12:00:01 PM 241672 1639884 87.16 1916 910560 1241212 42.36 597404 757796 40 12:03:16 12:01:01 PM 76200 1805356 95.95 1536 1016976 1209356 41.27 675992 838968 53624 12:03:16 12:02:01 PM 146352 1735204 92.22 1492 947916 1136924 38.80 585244 827676 80156 12:03:16 12:03:01 PM 77216 1804340 95.90 1492 948068 1189776 40.60 667124 795784 75016 12:03:16 Average: 154056 1727500 91.81 2216 1053439 1168600 39.88 525672 978232 20908 12:03:16 12:03:16 11:53:01 AM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s 12:03:16 11:54:01 AM eth0 296.81 189.76 1045.71 107.46 0.00 0.00 0.00 12:03:16 11:54:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:03:16 11:54:01 AM docker0 5.16 3.69 0.91 18.61 0.00 0.00 0.00 12:03:16 11:55:01 AM eth0 2.56 0.93 1.14 0.75 0.00 0.00 0.00 12:03:16 11:55:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:03:16 11:55:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:03:16 11:56:02 AM eth0 1.63 0.33 0.39 0.20 0.00 0.00 0.00 12:03:16 11:56:02 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:03:16 11:56:02 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:03:16 11:57:01 AM eth0 1.20 0.08 0.12 0.04 0.00 0.00 0.00 12:03:16 11:57:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:03:16 11:57:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:03:16 11:58:01 AM eth0 3.68 0.72 1.01 0.58 0.00 0.00 0.00 12:03:16 11:58:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:03:16 11:58:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:03:16 11:59:01 AM eth0 419.58 366.43 3969.50 37.64 0.00 0.00 0.00 12:03:16 11:59:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:03:16 11:59:01 AM veth4385c1a 0.00 0.10 0.00 0.01 0.00 0.00 0.00 12:03:16 11:59:01 AM docker0 36.32 35.02 3.79 171.61 0.00 0.00 0.00 12:03:16 12:00:01 PM eth0 448.38 370.78 3434.33 92.44 0.00 0.00 0.00 12:03:16 12:00:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:03:16 12:00:01 PM veth5bdde9e 0.00 0.05 0.00 0.00 0.00 0.00 0.00 12:03:16 12:00:01 PM docker0 35.26 56.16 1.91 200.02 0.00 0.00 0.00 12:03:16 12:01:01 PM eth0 103.62 71.71 737.99 56.77 0.00 0.00 0.00 12:03:16 12:01:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:03:16 12:01:01 PM docker0 1.73 1.33 0.29 0.31 0.00 0.00 0.00 12:03:16 12:02:01 PM eth0 11.99 10.35 132.96 2.04 0.00 0.00 0.00 12:03:16 12:02:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:03:16 12:02:01 PM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:03:16 12:03:01 PM eth0 33.00 21.53 128.68 8.72 0.00 0.00 0.00 12:03:16 12:03:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:03:16 12:03:01 PM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:03:16 Average: eth0 132.55 103.50 947.40 30.74 0.00 0.00 0.00 12:03:16 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:03:16 Average: docker0 7.35 9.27 0.60 37.28 0.00 0.00 0.00 12:03:16 12:03:16 12:03:16 ---> sar -P ALL: 12:03:16 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/03/2020 _x86_64_ (4 CPU) 12:03:16 12:03:16 11:52:19 AM LINUX RESTART 12:03:16 12:03:16 11:53:01 AM CPU %user %nice %system %iowait %steal %idle 12:03:16 11:54:01 AM all 12.37 0.00 4.97 2.08 8.23 72.35 12:03:16 11:54:01 AM 0 11.29 0.00 5.84 0.47 8.68 73.71 12:03:16 11:54:01 AM 1 13.25 0.00 4.37 1.80 8.09 72.49 12:03:16 11:54:01 AM 2 11.92 0.00 4.58 2.81 8.42 72.27 12:03:16 11:54:01 AM 3 13.05 0.00 5.10 3.22 7.71 70.91 12:03:16 11:55:01 AM all 0.17 0.00 0.05 0.00 0.27 99.51 12:03:16 11:55:01 AM 0 0.05 0.00 0.05 0.00 0.17 99.73 12:03:16 11:55:01 AM 1 0.18 0.00 0.05 0.00 0.38 99.38 12:03:16 11:55:01 AM 2 0.42 0.00 0.03 0.00 0.43 99.12 12:03:16 11:55:01 AM 3 0.03 0.00 0.05 0.00 0.08 99.83 12:03:16 11:56:02 AM all 0.12 0.00 0.06 0.00 0.31 99.51 12:03:16 11:56:02 AM 0 0.08 0.00 0.02 0.00 0.18 99.72 12:03:16 11:56:02 AM 1 0.35 0.00 0.12 0.00 0.50 99.04 12:03:16 11:56:02 AM 2 0.05 0.00 0.05 0.00 0.45 99.45 12:03:16 11:56:02 AM 3 0.02 0.00 0.05 0.00 0.10 99.83 12:03:16 11:57:01 AM all 0.11 0.00 0.03 0.00 0.30 99.56 12:03:16 11:57:01 AM 0 0.02 0.00 0.02 0.00 0.07 99.90 12:03:16 11:57:01 AM 1 0.30 0.00 0.03 0.00 0.37 99.29 12:03:16 11:57:01 AM 2 0.07 0.00 0.05 0.00 0.64 99.24 12:03:16 11:57:01 AM 3 0.02 0.00 0.03 0.00 0.10 99.85 12:03:16 11:58:01 AM all 0.14 0.00 0.05 0.00 0.20 99.60 12:03:16 11:58:01 AM 0 0.07 0.00 0.05 0.00 0.05 99.83 12:03:16 11:58:01 AM 1 0.38 0.00 0.05 0.00 0.22 99.35 12:03:16 11:58:01 AM 2 0.07 0.00 0.03 0.00 0.32 99.58 12:03:16 11:58:01 AM 3 0.05 0.00 0.07 0.00 0.23 99.65 12:03:16 11:59:01 AM all 6.68 0.00 5.07 2.40 7.41 78.44 12:03:16 11:59:01 AM 0 5.92 0.00 4.84 1.20 7.14 80.89 12:03:16 11:59:01 AM 1 6.86 0.00 5.93 2.46 7.24 77.52 12:03:16 11:59:01 AM 2 6.09 0.00 4.25 3.25 7.62 78.79 12:03:16 11:59:01 AM 3 7.88 0.00 5.29 2.69 7.63 76.51 12:03:16 12:00:01 PM all 8.88 0.00 7.05 2.41 11.05 70.60 12:03:16 12:00:01 PM 0 6.75 0.00 6.15 1.12 11.60 74.39 12:03:16 12:00:01 PM 1 8.51 0.00 7.89 2.37 11.28 69.93 12:03:16 12:00:01 PM 2 12.54 0.00 7.29 2.68 10.60 66.90 12:03:16 12:00:01 PM 3 7.76 0.00 6.90 3.50 10.73 71.11 12:03:16 12:01:01 PM all 12.62 0.00 2.09 1.86 3.17 80.26 12:03:16 12:01:01 PM 0 24.94 0.00 2.78 0.69 3.05 68.53 12:03:16 12:01:01 PM 1 4.85 0.00 1.56 3.56 3.41 86.62 12:03:16 12:01:01 PM 2 13.14 0.00 1.99 2.79 3.50 78.58 12:03:16 12:01:01 PM 3 8.01 0.00 2.05 0.35 2.72 86.86 12:03:16 12:02:01 PM all 14.32 0.00 2.82 1.36 3.90 77.60 12:03:16 12:02:01 PM 0 10.30 0.00 1.92 1.34 4.41 82.02 12:03:16 12:02:01 PM 1 13.80 0.00 3.28 1.02 4.17 77.73 12:03:16 12:02:01 PM 2 13.98 0.00 2.33 1.61 3.64 78.43 12:03:16 12:02:01 PM 3 19.37 0.00 3.74 1.47 3.36 72.06 12:03:16 12:03:01 PM all 14.92 0.00 2.55 1.17 3.04 78.33 12:03:16 12:03:01 PM 0 19.56 0.00 1.99 1.27 2.32 74.86 12:03:16 12:03:01 PM 1 14.83 0.00 3.01 0.34 3.23 78.59 12:03:16 12:03:01 PM 2 12.63 0.00 1.92 0.75 3.78 80.91 12:03:16 12:03:01 PM 3 12.71 0.00 3.31 2.30 2.85 78.84 12:03:16 Average: all 6.99 0.00 2.45 1.12 3.76 85.69 12:03:16 Average: 0 7.81 0.00 2.35 0.61 3.75 85.48 12:03:16 Average: 1 6.27 0.00 2.60 1.15 3.85 86.13 12:03:16 Average: 2 7.05 0.00 2.23 1.38 3.91 85.43 12:03:16 Average: 3 6.81 0.00 2.63 1.34 3.51 85.71 12:03:16 12:03:16 12:03:16