Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 929f8c55784e6be67c9085c42060e26da0220a27 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, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [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: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-3634 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 > 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 Checking out Revision 929f8c55784e6be67c9085c42060e26da0220a27 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 929f8c55784e6be67c9085c42060e26da0220a27 # timeout=10 Commit message: "Merge pull request #617 from jinlinGuan/issue-616" > git rev-list --no-walk 7376f7b5b06e33bb8acc21cf64a8bee67a63ba67 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 04:54:03 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 04:54:04 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 04:54:04 ========================================================= 04:54:04 EdgeX Global Pipelines Version Info 04:54:04 ========================================================= [Pipeline] libraryResource [Pipeline] sh 04:54:07 ------------------- 04:54:07 stable info: 04:54:07 ------------------- 04:54:07 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 04:54:07 Commit SHA: ad104866bbc8c98dca93091e1a8abeb835fd4e4d 04:54:07 Message: update stable to v1.0.131 04:54:08 ------------------- 04:54:08 experimental info: 04:54:08 ------------------- 04:54:08 Commited By: **** collab-it+edgex@linuxfoundation.org 04:54:08 Commit SHA: 570db4806bfd36b7d07759f4849a4530ec9e8d2a 04:54:08 Message: update experimental to v1.0.134 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 04:54:08 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 04:54:08 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 04:54:09 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 04:54:09 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 04:54:09 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 04:54:09 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 04:54:09 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 04:54:09 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 04:54:09 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 04:54:09 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 04:54:10 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 04:54:10 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo 04:54:10 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 04:54:10 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 04:54:10 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 04:54:10 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 04:54:10 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 04:54:10 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 04:54:11 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 04:54:11 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 04:54:11 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 04:54:11 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 04:54:11 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 04:54:11 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 04:54:11 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 04:54:11 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 04:54:12 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 04:54:12 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 04:54:12 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 929f8c55784e6be67c9085c42060e26da0220a27 [Pipeline] echo 04:54:12 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 929f8c5 [Pipeline] echo 04:54:12 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 04:54:13 + git log --format=format:%s -1 929f8c55784e6be67c9085c42060e26da0220a27 [Pipeline] echo 04:54:13 GIT_COMMIT: 929f8c55784e6be67c9085c42060e26da0220a27, Commit Message: Merge pull request #617 from jinlinGuan/issue-616 [Pipeline] echo 04:54:13 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 04:54:14 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:54:14 04:54:14 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 04:54:15 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:54:15 latest: Pulling from edgex-devops/git-semver 04:54:15 31603596830f: Pulling fs layer 04:54:15 2a8b12db71e7: Pulling fs layer 04:54:15 6ca5941a6612: Pulling fs layer 04:54:15 ecc8261a40a4: Pulling fs layer 04:54:15 ecc8261a40a4: Waiting 04:54:15 2a8b12db71e7: Verifying Checksum 04:54:15 2a8b12db71e7: Download complete 04:54:15 31603596830f: Verifying Checksum 04:54:15 31603596830f: Download complete 04:54:16 31603596830f: Pull complete 04:54:16 2a8b12db71e7: Pull complete 04:54:17 ecc8261a40a4: Verifying Checksum 04:54:17 ecc8261a40a4: Download complete 04:54:17 6ca5941a6612: Verifying Checksum 04:54:17 6ca5941a6612: Download complete 04:54:18 6ca5941a6612: Pull complete 04:54:18 ecc8261a40a4: Pull complete 04:54:18 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 04:54:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:54:19 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 04:54:19 prd-centos7-docker-4c-2g-3634 does not seem to be running inside a container 04:54:19 $ 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 04:54:21 $ docker top 7b362eaee6b784963659141298a3e3d6275fdae923b505c7f0bef0f6846eaa59 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:54:22 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:54:22 [ssh-agent] Looking for ssh-agent implementation... 04:54:22 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:54:22 $ docker exec 7b362eaee6b784963659141298a3e3d6275fdae923b505c7f0bef0f6846eaa59 ssh-agent 04:54:22 SSH_AUTH_SOCK=/tmp/ssh-V6zYui8Kr667/agent.11 04:54:22 SSH_AGENT_PID=16 04:54:22 Running ssh-add (command line suppressed) 04:54:23 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_6932418939963701923.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_6932418939963701923.key) 04:54:23 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:54:23 + git describe --exact-match --tags HEAD 04:54:23 fatal: no tag exactly matches '929f8c55784e6be67c9085c42060e26da0220a27' [Pipeline] } 04:54:23 $ docker exec --env ******** --env ******** 7b362eaee6b784963659141298a3e3d6275fdae923b505c7f0bef0f6846eaa59 ssh-agent -k 04:54:23 unset SSH_AUTH_SOCK; 04:54:23 unset SSH_AGENT_PID; 04:54:23 echo Agent pid 16 killed; 04:54:23 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 04:54:24 [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 04:54:24 This usually means this commit has not been tagged. [Pipeline] sshagent 04:54:24 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:54:24 [ssh-agent] Looking for ssh-agent implementation... 04:54:24 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:54:24 $ docker exec 7b362eaee6b784963659141298a3e3d6275fdae923b505c7f0bef0f6846eaa59 ssh-agent 04:54:24 SSH_AUTH_SOCK=/tmp/ssh-3oI5hxWs4A09/agent.46 04:54:24 SSH_AGENT_PID=51 04:54:24 Running ssh-add (command line suppressed) 04:54:25 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_8160819410121582257.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_8160819410121582257.key) 04:54:25 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:54:25 + git semver init 04:54:25 # -> Open(): unable to determine branch for HEAD 04:54:25 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 04:54:25 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 04:54:25 # $SEMVER_REMOTE_NAME = origin 04:54:25 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 04:54:25 # $SEMVER_USER_NAME = edgex-jenkins 04:54:25 # $SEMVER_BRANCH = master 04:54:25 # $SEMVER_TEMP = /tmp/semver-770777514 04:54:25 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 04:54:27 # '/tmp/semver-770777514' -> '/w/workspace/dgexfoundry_device-sdk-go_master/.semver' 04:54:27 # -> Force: false 04:54:27 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } 04:54:27 $ docker exec --env ******** --env ******** 7b362eaee6b784963659141298a3e3d6275fdae923b505c7f0bef0f6846eaa59 ssh-agent -k 04:54:27 unset SSH_AUTH_SOCK; 04:54:27 unset SSH_AGENT_PID; 04:54:27 echo Agent pid 51 killed; 04:54:27 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:54:28 + git semver [Pipeline] } 04:54:28 $ docker stop --time=1 7b362eaee6b784963659141298a3e3d6275fdae923b505c7f0bef0f6846eaa59 04:54:29 $ docker rm -f 7b362eaee6b784963659141298a3e3d6275fdae923b505c7f0bef0f6846eaa59 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 04:54:30 Stashed 39 file(s) [Pipeline] echo 04:54:30 [edgeXSemver]: initialized semver on version 1.2.4-dev.20 [Pipeline] echo 04:54:30 Archived original version: [1.2.4-dev.20] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 04:54:31 Running on prd-ubuntu18.04-docker-arm64-4c-16g-3628 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws 04:54:31 Running in /w/workspace/device-sdk-go/71 [Pipeline] { [Pipeline] checkout 04:54:36 using credential edgex-jenkins-ssh 04:54:36 Cloning the remote Git repository 04:54:36 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 04:54:36 > git init /w/workspace/device-sdk-go/71 # timeout=10 04:54:36 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 04:54:36 > git --version # timeout=10 04:54:36 > git --version # 'git version 2.17.1' 04:54:36 using GIT_SSH to set credentials SSH Credentials for GitHub 04:54:37 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 04:54:39 Checking out Revision 929f8c55784e6be67c9085c42060e26da0220a27 (master) 04:54:38 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 04:54:38 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 04:54:38 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 04:54:38 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 04:54:38 using GIT_SSH to set credentials SSH Credentials for GitHub 04:54:38 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 04:54:39 > git config core.sparsecheckout # timeout=10 04:54:39 > git checkout -f 929f8c55784e6be67c9085c42060e26da0220a27 # timeout=10 04:54:43 Commit message: "Merge pull request #617 from jinlinGuan/issue-616" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 04:54:44 ========================================================= 04:54:44 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 04:54:44 ========================================================= [Pipeline] isUnix [Pipeline] sh 04:54:45 + 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 . 04:54:46 Still waiting to schedule task 04:54:46 Waiting for next available executor on ‘centos7-docker-4c-2g’ 04:54:46 Sending build context to Docker daemon 3.491MB 04:54:46 Step 1/8 : ARG BASE=golang:1.15-alpine 04:54:46 Step 2/8 : FROM ${BASE} 04:54:47 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 04:54:47 b538f80385f9: Pulling fs layer 04:54:47 74f711af9a0d: Pulling fs layer 04:54:47 99f96fe45779: Pulling fs layer 04:54:47 8529a6b9a6be: Pulling fs layer 04:54:47 45590311c82a: Pulling fs layer 04:54:47 69ca0ff8b7b3: Pulling fs layer 04:54:47 209524e5b208: Pulling fs layer 04:54:47 45590311c82a: Waiting 04:54:47 69ca0ff8b7b3: Waiting 04:54:47 209524e5b208: Waiting 04:54:47 8529a6b9a6be: Waiting 04:54:47 99f96fe45779: Verifying Checksum 04:54:47 99f96fe45779: Download complete 04:54:47 74f711af9a0d: Download complete 04:54:47 45590311c82a: Verifying Checksum 04:54:47 45590311c82a: Download complete 04:54:47 69ca0ff8b7b3: Verifying Checksum 04:54:47 69ca0ff8b7b3: Download complete 04:54:47 b538f80385f9: Verifying Checksum 04:54:47 b538f80385f9: Download complete 04:54:48 b538f80385f9: Pull complete 04:54:48 74f711af9a0d: Pull complete 04:54:49 99f96fe45779: Pull complete 04:54:54 209524e5b208: Verifying Checksum 04:54:54 209524e5b208: Download complete 04:54:58 8529a6b9a6be: Verifying Checksum 04:54:58 8529a6b9a6be: Download complete 04:55:08 8529a6b9a6be: Pull complete 04:55:08 45590311c82a: Pull complete 04:55:08 69ca0ff8b7b3: Pull complete 04:55:13 209524e5b208: Pull complete 04:55:13 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 04:55:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 04:55:13 ---> 5bddaf1c2fca 04:55:13 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 04:55:15 ---> Running in 5ff1023f752a 04:55:15 Removing intermediate container 5ff1023f752a 04:55:15 ---> 0515bef9f394 04:55:15 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:55:16 ---> Running in 4e71bf64f54b 04:55:18 Removing intermediate container 4e71bf64f54b 04:55:18 ---> ed99df3abfc4 04:55:18 Step 5/8 : RUN apk add --no-cache make git 04:55:18 ---> Running in cb81e34182f6 04:55:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:55:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:55:27 OK: 142 MiB in 39 packages 04:55:28 Removing intermediate container cb81e34182f6 04:55:28 ---> c6aa653b35f3 04:55:28 Step 6/8 : WORKDIR /device-sdk-go 04:55:29 ---> Running in f26c168a8da5 04:55:29 Removing intermediate container f26c168a8da5 04:55:29 ---> efab80038dfb 04:55:29 Step 7/8 : COPY . . 04:55:31 ---> bf2cb375c9da 04:55:31 Step 8/8 : RUN go mod download 04:55:31 ---> Running in 629b87fadb6b 04:55:53 Removing intermediate container 629b87fadb6b 04:55:53 ---> 94d18e9d9953 04:55:53 Successfully built 94d18e9d9953 04:55:53 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 04:55:54 + docker inspect -f . ci-base-image-arm64 04:55:54 . [Pipeline] withDockerContainer 04:55:54 prd-ubuntu18.04-docker-arm64-4c-16g-3628 does not seem to be running inside a container 04:55:54 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/71 -v /w/workspace/device-sdk-go/71:/w/workspace/device-sdk-go/71:rw,z -v /w/workspace/device-sdk-go/71@tmp:/w/workspace/device-sdk-go/71@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-arm64 cat 04:55:56 $ docker top 94a88973ca3ebd70e36a7eff380e401499a74f4705ba649e1abb84e1964f09c1 -eo pid,comm [Pipeline] { [Pipeline] sh 04:55:57 + go version 04:55:57 go version go1.15.2 linux/arm64 [Pipeline] } 04:55:57 $ docker stop --time=1 94a88973ca3ebd70e36a7eff380e401499a74f4705ba649e1abb84e1964f09c1 04:55:59 $ docker rm -f 94a88973ca3ebd70e36a7eff380e401499a74f4705ba649e1abb84e1964f09c1 [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] script [Pipeline] { [Pipeline] sh 04:56:03 + sudo chown -R jenkins:jenkins . [Pipeline] sh 04:56:03 + ls -al . 04:56:03 total 104 04:56:03 drwxrwxr-x 11 jenkins jenkins 4096 Oct 6 04:54 . 04:56:03 drwxrwxr-x 4 jenkins jenkins 4096 Oct 6 04:54 .. 04:56:03 -rw-rw-r-- 1 jenkins jenkins 140 Oct 6 04:54 .dockerignore 04:56:03 drwxrwxr-x 8 jenkins jenkins 4096 Oct 6 04:54 .git 04:56:03 drwxrwxr-x 2 jenkins jenkins 4096 Oct 6 04:54 .github 04:56:03 -rw-rw-r-- 1 jenkins jenkins 138 Oct 6 04:54 .gitignore 04:56:03 drwxrwxr-x 3 jenkins jenkins 4096 Oct 6 04:54 .semver 04:56:03 -rw-rw-r-- 1 jenkins jenkins 936 Oct 6 04:54 Dockerfile.build 04:56:03 -rw-rw-r-- 1 jenkins jenkins 901 Oct 6 04:54 Jenkinsfile 04:56:03 -rw-rw-r-- 1 jenkins jenkins 11341 Oct 6 04:54 LICENSE 04:56:03 -rw-rw-r-- 1 jenkins jenkins 1013 Oct 6 04:54 Makefile 04:56:03 -rw-rw-r-- 1 jenkins jenkins 5897 Oct 6 04:54 README.md 04:56:03 -rw-rw-r-- 1 jenkins jenkins 4291 Oct 6 04:54 RELEASE-NOTES.txt 04:56:03 -rw-rw-r-- 1 jenkins jenkins 12 Oct 6 04:54 VERSION 04:56:03 drwxrwxr-x 2 jenkins jenkins 4096 Oct 6 04:54 bin 04:56:03 drwxrwxr-x 4 jenkins jenkins 4096 Oct 6 04:54 example 04:56:03 -rw-rw-r-- 1 jenkins jenkins 517 Oct 6 04:54 go.mod 04:56:03 drwxrwxr-x 15 jenkins jenkins 4096 Oct 6 04:54 internal 04:56:03 drwxrwxr-x 4 jenkins jenkins 4096 Oct 6 04:54 openapi 04:56:03 drwxrwxr-x 5 jenkins jenkins 4096 Oct 6 04:54 pkg 04:56:03 drwxrwxr-x 4 jenkins jenkins 4096 Oct 6 04:54 snap 04:56:03 -rw-rw-r-- 1 jenkins jenkins 222 Oct 6 04:54 version.go [Pipeline] isUnix [Pipeline] sh 04:56:04 + 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=929f8c55784e6be67c9085c42060e26da0220a27 --label arch=arm64 --label version=1.2.4-dev.20 . 04:56:04 Sending build context to Docker daemon 3.491MB 04:56:04 Step 1/24 : ARG BASE=golang:1.15-alpine 04:56:04 Step 2/24 : FROM ${BASE} AS builder 04:56:04 ---> 94d18e9d9953 04:56:04 Step 3/24 : ARG MAKE='make build' 04:56:04 ---> Running in 683d2a523441 04:56:05 Removing intermediate container 683d2a523441 04:56:05 ---> ebbdff46d903 04:56:05 Step 4/24 : WORKDIR /device-sdk-go 04:56:05 ---> Running in 2a19f940c832 04:56:06 Removing intermediate container 2a19f940c832 04:56:06 ---> efd953533b46 04:56:06 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 04:56:06 ---> Running in 41f480a82940 04:56:06 Removing intermediate container 41f480a82940 04:56:06 ---> 0a1caa139c4e 04:56:06 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:56:06 ---> Running in 52d58f4cc6c7 04:56:09 Removing intermediate container 52d58f4cc6c7 04:56:09 ---> e88b97407316 04:56:09 Step 7/24 : RUN apk add --update --no-cache make git 04:56:09 ---> Running in b427acdc3e55 04:56:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:56:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:56:17 OK: 142 MiB in 39 packages 04:56:18 Removing intermediate container b427acdc3e55 04:56:18 ---> 1f42984e1eb3 04:56:18 Step 8/24 : COPY . . 04:56:19 ---> b97f573ac3ab 04:56:19 Step 9/24 : RUN ${MAKE} 04:56:19 ---> Running in 85f0da0efab3 04:56:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=1.2.4-dev.20" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 04:56:23 Running on prd-centos7-docker-4c-2g-3636 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws 04:56:24 Running in /w/workspace/device-sdk-go/71 [Pipeline] { [Pipeline] checkout 04:56:26 using credential edgex-jenkins-ssh 04:56:26 Cloning the remote Git repository 04:56:26 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 04:56:26 > git init /w/workspace/device-sdk-go/71 # timeout=10 04:56:26 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 04:56:26 > git --version # timeout=10 04:56:26 > git --version # 'git version 2.16.5' 04:56:26 using GIT_SSH to set credentials SSH Credentials for GitHub 04:56:26 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 04:56:28 Checking out Revision 929f8c55784e6be67c9085c42060e26da0220a27 (master) 04:56:27 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 04:56:27 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 04:56:27 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 04:56:27 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 04:56:27 using GIT_SSH to set credentials SSH Credentials for GitHub 04:56:27 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 04:56:28 > git config core.sparsecheckout # timeout=10 04:56:28 > git checkout -f 929f8c55784e6be67c9085c42060e26da0220a27 # timeout=10 04:56:31 Commit message: "Merge pull request #617 from jinlinGuan/issue-616" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 04:56:32 ========================================================= 04:56:32 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 04:56:32 ========================================================= [Pipeline] isUnix [Pipeline] sh 04:56:33 + 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 . 04:56:33 Sending build context to Docker daemon 3.489MB 04:56:33 Step 1/8 : ARG BASE=golang:1.15-alpine 04:56:33 Step 2/8 : FROM ${BASE} 04:56:34 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 04:56:34 df20fa9351a1: Pulling fs layer 04:56:34 ed8968b2872e: Pulling fs layer 04:56:34 a92cc7c5fd73: Pulling fs layer 04:56:34 e871e8e8d7a9: Pulling fs layer 04:56:34 e73272ec9a57: Pulling fs layer 04:56:34 1e910a182e73: Pulling fs layer 04:56:34 4e634b169226: Pulling fs layer 04:56:34 e73272ec9a57: Waiting 04:56:34 1e910a182e73: Waiting 04:56:34 4e634b169226: Waiting 04:56:34 e871e8e8d7a9: Waiting 04:56:34 a92cc7c5fd73: Verifying Checksum 04:56:34 a92cc7c5fd73: Download complete 04:56:34 ed8968b2872e: Download complete 04:56:34 e73272ec9a57: Verifying Checksum 04:56:34 e73272ec9a57: Download complete 04:56:34 1e910a182e73: Verifying Checksum 04:56:34 1e910a182e73: Download complete 04:56:34 df20fa9351a1: Verifying Checksum 04:56:34 df20fa9351a1: Download complete 04:56:34 df20fa9351a1: Pull complete 04:56:34 ed8968b2872e: Pull complete 04:56:34 a92cc7c5fd73: Pull complete 04:56:36 4e634b169226: Verifying Checksum 04:56:36 4e634b169226: Download complete 04:56:37 e871e8e8d7a9: Verifying Checksum 04:56:37 e871e8e8d7a9: Download complete 04:56:42 e871e8e8d7a9: Pull complete 04:56:42 e73272ec9a57: Pull complete 04:56:42 1e910a182e73: Pull complete 04:56:43 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 04:56:46 Removing intermediate container 85f0da0efab3 04:56:46 ---> 4f196fbb21ec 04:56:46 Step 10/24 : FROM scratch 04:56:46 ---> 04:56:46 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 04:56:46 ---> Running in 0de2e16bbbaa 04:56:46 Removing intermediate container 0de2e16bbbaa 04:56:46 ---> 649edfa63911 04:56:46 Step 12/24 : ENV APP_PORT=49990 04:56:46 ---> Running in 49c2ca38f477 04:56:47 Removing intermediate container 49c2ca38f477 04:56:47 ---> d628fa040948 04:56:47 Step 13/24 : EXPOSE $APP_PORT 04:56:47 ---> Running in 2e66efb8ea0b 04:56:47 Removing intermediate container 2e66efb8ea0b 04:56:47 ---> 180636b3f70b 04:56:47 Step 14/24 : WORKDIR / 04:56:47 ---> Running in e05c5e7dfa79 04:56:48 Removing intermediate container e05c5e7dfa79 04:56:48 ---> fd200fc2f393 04:56:48 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 04:56:49 ---> 2fbbd0a699f0 04:56:49 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 04:56:50 ---> fdcbcbf43ac6 04:56:50 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 04:56:50 4e634b169226: Pull complete 04:56:50 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 04:56:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 04:56:50 ---> f7629b54cfaa 04:56:50 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 04:56:50 ---> e5f988f243d0 04:56:50 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 04:56:51 ---> Running in 008758d9ec10 04:56:51 ---> 2211532f3ad3 04:56:51 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 04:56:51 Removing intermediate container 008758d9ec10 04:56:51 ---> a6108f20c1b9 04:56:51 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:56:51 ---> Running in 9fe22effb7ba 04:56:52 ---> 4510c20409b9 04:56:52 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 04:56:52 ---> Running in bcc4691a5fc2 04:56:52 Removing intermediate container bcc4691a5fc2 04:56:52 ---> 52ed17c602f6 04:56:52 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:56:52 ---> Running in 2ce8e9a5c32f 04:56:52 Removing intermediate container 9fe22effb7ba 04:56:52 ---> 54ddb64ecd36 04:56:52 Step 5/8 : RUN apk add --no-cache make git 04:56:52 ---> Running in dc4ca618293d 04:56:53 Removing intermediate container 2ce8e9a5c32f 04:56:53 ---> b3c45699c345 04:56:53 Step 22/24 : LABEL arch=arm64 04:56:53 ---> Running in 87a10fe20813 04:56:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:56:53 Removing intermediate container 87a10fe20813 04:56:53 ---> 14ec562a63c3 04:56:53 Step 23/24 : LABEL git_sha=929f8c55784e6be67c9085c42060e26da0220a27 04:56:53 ---> Running in 1841acb22412 04:56:54 Removing intermediate container 1841acb22412 04:56:54 ---> ec212eebc38e 04:56:54 Step 24/24 : LABEL version=1.2.4-dev.20 04:56:54 ---> Running in 8f783ad9b141 04:56:55 Removing intermediate container 8f783ad9b141 04:56:55 ---> d5290e8e809a 04:56:55 [Warning] One or more build-args [ARCH] were not consumed 04:56:55 Successfully built d5290e8e809a 04:56:55 Successfully tagged docker-device-sdk-simple-arm64:latest [Pipeline] } [Pipeline] // script [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] } 04:56:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 04:56:56 OK: 166 MiB in 39 packages 04:56:57 Removing intermediate container dc4ca618293d 04:56:57 ---> 9f29306e0423 04:56:57 Step 6/8 : WORKDIR /device-sdk-go 04:56:57 ---> Running in f1629f6ada97 04:56:57 Removing intermediate container f1629f6ada97 04:56:57 ---> 4a474142702c 04:56:57 Step 7/8 : COPY . . 04:56:59 ---> 39441c19439d 04:56:59 Step 8/8 : RUN go mod download 04:56:59 ---> Running in 79af27c8e148 04:57:17 Removing intermediate container 79af27c8e148 04:57:17 ---> 278b9c410b51 04:57:17 Successfully built 278b9c410b51 04:57:17 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 04:57:17 + docker inspect -f . ci-base-image-x86_64 04:57:17 . [Pipeline] withDockerContainer 04:57:17 prd-centos7-docker-4c-2g-3636 does not seem to be running inside a container 04:57:18 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/71 -v /w/workspace/device-sdk-go/71:/w/workspace/device-sdk-go/71:rw,z -v /w/workspace/device-sdk-go/71@tmp:/w/workspace/device-sdk-go/71@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 04:57:18 $ docker top cb41cee804a798ebc43691c3f9ae4592b1a1d61f230d6e23587322f6fd63108e -eo pid,comm [Pipeline] { [Pipeline] sh 04:57:19 + go version 04:57:19 go version go1.15.2 linux/amd64 [Pipeline] } 04:57:19 $ docker stop --time=1 cb41cee804a798ebc43691c3f9ae4592b1a1d61f230d6e23587322f6fd63108e 04:57:20 $ docker rm -f cb41cee804a798ebc43691c3f9ae4592b1a1d61f230d6e23587322f6fd63108e [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 04:57:21 + sudo chown -R jenkins:jenkins . [Pipeline] sh 04:57:22 + ls -al . 04:57:22 total 64 04:57:22 drwxrwxr-x. 11 jenkins jenkins 4096 Oct 6 04:56 . 04:57:22 drwxrwxr-x. 4 jenkins jenkins 30 Oct 6 04:56 .. 04:57:22 drwxrwxr-x. 2 jenkins jenkins 64 Oct 6 04:56 bin 04:57:22 -rw-rw-r--. 1 jenkins jenkins 936 Oct 6 04:56 Dockerfile.build 04:57:22 -rw-rw-r--. 1 jenkins jenkins 140 Oct 6 04:56 .dockerignore 04:57:22 drwxrwxr-x. 4 jenkins jenkins 48 Oct 6 04:56 example 04:57:22 drwxrwxr-x. 8 jenkins jenkins 162 Oct 6 04:56 .git 04:57:22 drwxrwxr-x. 2 jenkins jenkins 60 Oct 6 04:56 .github 04:57:22 -rw-rw-r--. 1 jenkins jenkins 138 Oct 6 04:56 .gitignore 04:57:22 -rw-rw-r--. 1 jenkins jenkins 517 Oct 6 04:56 go.mod 04:57:22 drwxrwxr-x. 15 jenkins jenkins 211 Oct 6 04:56 internal 04:57:22 -rw-rw-r--. 1 jenkins jenkins 901 Oct 6 04:56 Jenkinsfile 04:57:22 -rw-rw-r--. 1 jenkins jenkins 11341 Oct 6 04:56 LICENSE 04:57:22 -rw-rw-r--. 1 jenkins jenkins 1013 Oct 6 04:56 Makefile 04:57:22 drwxrwxr-x. 4 jenkins jenkins 26 Oct 6 04:56 openapi 04:57:22 drwxrwxr-x. 5 jenkins jenkins 50 Oct 6 04:56 pkg 04:57:22 -rw-rw-r--. 1 jenkins jenkins 5897 Oct 6 04:56 README.md 04:57:22 -rw-rw-r--. 1 jenkins jenkins 4291 Oct 6 04:56 RELEASE-NOTES.txt 04:57:22 drwxrwxr-x. 3 jenkins jenkins 44 Oct 6 04:56 .semver 04:57:22 drwxrwxr-x. 4 jenkins jenkins 54 Oct 6 04:56 snap 04:57:22 -rw-rw-r--. 1 jenkins jenkins 12 Oct 6 04:54 VERSION 04:57:22 -rw-rw-r--. 1 jenkins jenkins 222 Oct 6 04:56 version.go [Pipeline] isUnix [Pipeline] sh 04:57:22 + 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=929f8c55784e6be67c9085c42060e26da0220a27 --label arch=amd64 --label version=1.2.4-dev.20 . 04:57:22 Sending build context to Docker daemon 3.489MB 04:57:22 Step 1/24 : ARG BASE=golang:1.15-alpine 04:57:22 Step 2/24 : FROM ${BASE} AS builder 04:57:22 ---> 278b9c410b51 04:57:22 Step 3/24 : ARG MAKE='make build' 04:57:23 ---> Running in 343d771d5a72 04:57:23 Removing intermediate container 343d771d5a72 04:57:23 ---> 81e5287cfdd3 04:57:23 Step 4/24 : WORKDIR /device-sdk-go 04:57:23 ---> Running in 6c8e9dd34390 04:57:23 Removing intermediate container 6c8e9dd34390 04:57:23 ---> 3cb2c946c2d1 04:57:23 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 04:57:23 ---> Running in f2eb410b066d 04:57:23 Removing intermediate container f2eb410b066d 04:57:23 ---> afe5bb596226 04:57:23 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:57:23 ---> Running in f1f560f1f8a0 04:57:24 Removing intermediate container f1f560f1f8a0 04:57:24 ---> 2cb9c6062704 04:57:24 Step 7/24 : RUN apk add --update --no-cache make git 04:57:24 ---> Running in a19ab9c1573d 04:57:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:57:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:57:27 OK: 166 MiB in 39 packages 04:57:27 Removing intermediate container a19ab9c1573d 04:57:27 ---> cab3c1c72c87 04:57:27 Step 8/24 : COPY . . 04:57:29 ---> 99c2e73c6422 04:57:29 Step 9/24 : RUN ${MAKE} 04:57:29 ---> Running in f0c431fb2671 04:57:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=1.2.4-dev.20" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 04:57:37 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 04:57:40 Removing intermediate container f0c431fb2671 04:57:40 ---> 016aafdf2636 04:57:40 Step 10/24 : FROM scratch 04:57:40 ---> 04:57:40 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 04:57:40 ---> Running in e45b83993bf1 04:57:40 Removing intermediate container e45b83993bf1 04:57:40 ---> 7c0ecf43d694 04:57:40 Step 12/24 : ENV APP_PORT=49990 04:57:40 ---> Running in 6bbec63a54d2 04:57:40 Removing intermediate container 6bbec63a54d2 04:57:40 ---> e6b70b47a29d 04:57:40 Step 13/24 : EXPOSE $APP_PORT 04:57:40 ---> Running in 6e88720ee3ad 04:57:40 Removing intermediate container 6e88720ee3ad 04:57:40 ---> 39e899baf9ce 04:57:40 Step 14/24 : WORKDIR / 04:57:40 ---> Running in 272f1b09a092 04:57:41 Removing intermediate container 272f1b09a092 04:57:41 ---> 8e205330646f 04:57:41 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 04:57:41 ---> f0abed9f2e43 04:57:41 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 04:57:41 ---> a41e36115c16 04:57:41 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 04:57:41 ---> 15f7e672820a 04:57:41 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 04:57:42 ---> 99a5f3f9a352 04:57:42 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 04:57:42 ---> 9f8248793103 04:57:42 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 04:57:42 ---> Running in 6798f2b66925 04:57:42 Removing intermediate container 6798f2b66925 04:57:42 ---> 7df0db8bb88d 04:57:42 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:57:42 ---> Running in 2abe7a5ff11a 04:57:42 Removing intermediate container 2abe7a5ff11a 04:57:42 ---> 25ef68741d95 04:57:42 Step 22/24 : LABEL arch=amd64 04:57:42 ---> Running in 85b2b4c7135f 04:57:42 Removing intermediate container 85b2b4c7135f 04:57:42 ---> 0cb6ad61bd63 04:57:42 Step 23/24 : LABEL git_sha=929f8c55784e6be67c9085c42060e26da0220a27 04:57:42 ---> Running in 1f7d0f4f4c37 04:57:43 Removing intermediate container 1f7d0f4f4c37 04:57:43 ---> f64a6dedbaf9 04:57:43 Step 24/24 : LABEL version=1.2.4-dev.20 04:57:43 ---> Running in 8277c6121712 04:57:43 Removing intermediate container 8277c6121712 04:57:43 ---> 353c2c7b48ac 04:57:43 [Warning] One or more build-args [ARCH] were not consumed 04:57:43 Successfully built 353c2c7b48ac 04:57:43 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 04:57:45 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo 04:57:45 [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials 04:57:45 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:57:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 04:57:45 04:57:45 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh 04:57:46 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 04:57:46 1.317.0: Pulling from edgex-devops/edgex-snyk-go 04:57:46 cbdbe7a5bc2a: Pulling fs layer 04:57:46 408f87550127: Pulling fs layer 04:57:46 fe522b08c979: Pulling fs layer 04:57:46 221eaa008020: Pulling fs layer 04:57:46 2a4607e5d6b9: Pulling fs layer 04:57:46 8f79b27c4fd2: Pulling fs layer 04:57:46 e5c8dbe1645b: Pulling fs layer 04:57:46 23e8b3b47431: Pulling fs layer 04:57:46 5c568d65a230: Pulling fs layer 04:57:46 8f79b27c4fd2: Waiting 04:57:46 e5c8dbe1645b: Waiting 04:57:46 221eaa008020: Waiting 04:57:46 2a4607e5d6b9: Waiting 04:57:46 23e8b3b47431: Waiting 04:57:46 5c568d65a230: Waiting 04:57:46 fe522b08c979: Verifying Checksum 04:57:46 fe522b08c979: Download complete 04:57:46 408f87550127: Download complete 04:57:46 2a4607e5d6b9: Download complete 04:57:46 8f79b27c4fd2: Verifying Checksum 04:57:46 8f79b27c4fd2: Download complete 04:57:46 cbdbe7a5bc2a: Download complete 04:57:47 cbdbe7a5bc2a: Pull complete 04:57:47 408f87550127: Pull complete 04:57:47 fe522b08c979: Pull complete 04:57:48 e5c8dbe1645b: Download complete 04:57:50 23e8b3b47431: Verifying Checksum 04:57:50 23e8b3b47431: Download complete 04:57:51 5c568d65a230: Verifying Checksum 04:57:54 221eaa008020: Verifying Checksum 04:57:54 221eaa008020: Download complete 04:58:04 221eaa008020: Pull complete 04:58:04 2a4607e5d6b9: Pull complete 04:58:04 8f79b27c4fd2: Pull complete 04:58:05 e5c8dbe1645b: Pull complete 04:58:09 23e8b3b47431: Pull complete 04:58:10 5c568d65a230: Pull complete 04:58:10 Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 04:58:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 04:58:10 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer 04:58:11 prd-centos7-docker-4c-2g-3634 does not seem to be running inside a container 04:58:11 $ 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 04:58:12 $ docker top 176fd3c6711840610e6529f5c151008ebe8b9de73ec4e1a45bd5a6fc8c8aa01a -eo pid,comm [Pipeline] { [Pipeline] sh 04:58:13 + snyk monitor '--org=edgex-jenkins' 04:58:21 04:58:21 Monitoring /w/workspace/dgexfoundry_device-sdk-go_master (github.com/edgexfoundry/device-sdk-go)... 04:58:21 04:58:21 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/057beb34-70d8-4945-961c-fe027db76abc/history/b272bc09-80d5-4396-bf40-131f0d4fe447 04:58:21 04:58:21 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 04:58:21 04:58:21 04:58:21 Snyk CLI supports Node.js 8 and higher. 04:58:21 Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. 04:58:21 Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. 04:58:21 04:58:21 The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. 04:58:21 The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } 04:58:21 $ docker stop --time=1 176fd3c6711840610e6529f5c151008ebe8b9de73ec4e1a45bd5a6fc8c8aa01a 04:58:24 $ docker rm -f 176fd3c6711840610e6529f5c151008ebe8b9de73ec4e1a45bd5a6fc8c8aa01a [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) [Pipeline] echo 04:58:25 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:58:25 provisioning config files... 04:58:25 copy managed file [swaggerhub-api-key] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config666615767841274321tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:58:26 --> edgex-publish-swagger.sh 04:58:26 === Publish openapi/v1 API === 04:58:26 [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger 04:58:26 [publishToSwagger] Publishing API Name [device-sdk] 04:58:26 % Total % Received % Xferd Average Speed Time Time Time Current 04:58:26 Dload Upload Total Spent Left Speed 04:58:26 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 20188 0 0 100 20188 0 29169 --:--:-- --:--:-- --:--:-- 29173 100 20188 0 0 100 20188 0 29159 --:--:-- --:--:-- --:--:-- 29173 04:58:26 04:58:26 04:58:26 === Publish openapi/v2 API === 04:58:26 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 04:58:26 [publishToSwagger] Publishing API Name [device-sdk] 04:58:26 % Total % Received % Xferd Average Speed Time Time Time Current 04:58:26 Dload Upload Total Spent Left Speed 04:58:27 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 49274 0 0 100 49274 0 69824 --:--:-- --:--:-- --:--:-- 69892 04:58:27 04:58:27 [Pipeline] } 04:58:27 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh 04:58:28 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:58:28 . [Pipeline] withDockerContainer 04:58:29 prd-centos7-docker-4c-2g-3634 does not seem to be running inside a container 04:58:29 $ 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 04:58:30 $ docker top abe545c04ddbfa5f367001f2df8fb4ffa3f76ce5df00d01ac9dfd82d73adfcde -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:58:31 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:58:31 [ssh-agent] Looking for ssh-agent implementation... 04:58:31 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:58:31 $ docker exec abe545c04ddbfa5f367001f2df8fb4ffa3f76ce5df00d01ac9dfd82d73adfcde ssh-agent 04:58:31 SSH_AUTH_SOCK=/tmp/ssh-0M73ex1foRO4/agent.12 04:58:31 SSH_AGENT_PID=17 04:58:31 Running ssh-add (command line suppressed) 04:58:32 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_1605067465251465523.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_1605067465251465523.key) 04:58:32 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:58:32 + git semver tag 04:58:32 # -> Open(): unable to determine branch for HEAD 04:58:32 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 04:58:32 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 04:58:32 # $SEMVER_REMOTE_NAME = origin 04:58:32 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 04:58:32 # $SEMVER_USER_NAME = edgex-jenkins 04:58:32 # $SEMVER_BRANCH = master 04:58:32 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver 04:58:32 # 929f8c55784e6be67c9085c42060e26da0220a27 HEAD 04:58:32 # -> Force: false 04:58:32 # d747ae274f52556ac883550afbb4ba73c0b94c01 refs/tags/v1.2.4-dev.20 [Pipeline] } 04:58:33 $ docker exec --env ******** --env ******** abe545c04ddbfa5f367001f2df8fb4ffa3f76ce5df00d01ac9dfd82d73adfcde ssh-agent -k 04:58:33 unset SSH_AUTH_SOCK; 04:58:33 unset SSH_AGENT_PID; 04:58:33 echo Agent pid 17 killed; 04:58:33 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:58:33 + git semver [Pipeline] } 04:58:33 $ docker stop --time=1 abe545c04ddbfa5f367001f2df8fb4ffa3f76ce5df00d01ac9dfd82d73adfcde 04:58:35 $ docker rm -f abe545c04ddbfa5f367001f2df8fb4ffa3f76ce5df00d01ac9dfd82d73adfcde [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 04:58:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 04:58:36 04:58:36 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 04:58:36 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 04:58:36 0.23.1-centos7: Pulling from edgex-lftools 04:58:36 ab5ef0e58194: Pulling fs layer 04:58:36 9712f1f96733: Pulling fs layer 04:58:36 63f879dbbcfc: Pulling fs layer 04:58:36 0d9ebad4ef96: Pulling fs layer 04:58:36 e9a5061849ea: Pulling fs layer 04:58:36 d747dcd14b5f: Pulling fs layer 04:58:36 2de7ff778b66: Pulling fs layer 04:58:36 0d9ebad4ef96: Waiting 04:58:36 e9a5061849ea: Waiting 04:58:36 d747dcd14b5f: Waiting 04:58:36 2de7ff778b66: Waiting 04:58:36 9712f1f96733: Verifying Checksum 04:58:36 9712f1f96733: Download complete 04:58:40 63f879dbbcfc: Verifying Checksum 04:58:40 63f879dbbcfc: Download complete 04:58:40 e9a5061849ea: Verifying Checksum 04:58:40 e9a5061849ea: Download complete 04:58:40 d747dcd14b5f: Verifying Checksum 04:58:40 d747dcd14b5f: Download complete 04:58:41 2de7ff778b66: Verifying Checksum 04:58:41 2de7ff778b66: Download complete 04:58:41 0d9ebad4ef96: Verifying Checksum 04:58:41 0d9ebad4ef96: Download complete 04:58:41 ab5ef0e58194: Verifying Checksum 04:58:41 ab5ef0e58194: Download complete 04:58:49 ab5ef0e58194: Pull complete 04:58:49 9712f1f96733: Pull complete 04:58:52 63f879dbbcfc: Pull complete 04:59:02 0d9ebad4ef96: Pull complete 04:59:03 e9a5061849ea: Pull complete 04:59:03 d747dcd14b5f: Pull complete 04:59:06 2de7ff778b66: Pull complete 04:59:06 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 04:59:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 04:59:06 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 04:59:07 prd-centos7-docker-4c-2g-3634 does not seem to be running inside a container 04:59:07 $ 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 04:59:10 $ docker top adcd751f44b3e6f4d74d592a556c0b54809bd947dd582160ec4aa4f86fcef2f5 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 04:59:10 provisioning config files... 04:59:10 copy managed file [sigul-config] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config6810708639325898125tmp 04:59:10 copy managed file [sigul-password] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config439522438388648821tmp 04:59:10 copy managed file [sigul-pki] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config857721814976933277tmp [Pipeline] { [Pipeline] echo 04:59:10 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 04:59:11 ---> sigul-configuration.sh 04:59:11 gpg: directory `/root/.gnupg' created 04:59:11 gpg: new configuration file `/root/.gnupg/gpg.conf' created 04:59:11 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 04:59:11 gpg: keyring `/root/.gnupg/secring.gpg' created 04:59:11 gpg: keyring `/root/.gnupg/pubring.gpg' created 04:59:11 gpg: CAST5 encrypted data 04:59:11 gpg: encrypted with 1 passphrase 04:59:11 gpg: WARNING: message was not integrity protected [Pipeline] sh 04:59:11 + mkdir /home/jenkins 04:59:11 + mkdir /home/jenkins/sigul [Pipeline] sh 04:59:12 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 04:59:12 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 04:59:13 ---> sigul-install.sh 04:59:21 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 04:59:22 + git tag --list 04:59:22 0.7.1 04:59:22 delhi-tag 04:59:22 v1.0.0 04:59:22 v1.1.0 04:59:22 v1.1.1 04:59:22 v1.1.2 04:59:22 v1.2.0 04:59:22 v1.2.1 04:59:22 v1.2.2 04:59:22 v1.2.3 04:59:22 v1.2.4-dev.1 04:59:22 v1.2.4-dev.10 04:59:22 v1.2.4-dev.11 04:59:22 v1.2.4-dev.12 04:59:22 v1.2.4-dev.13 04:59:22 v1.2.4-dev.14 04:59:22 v1.2.4-dev.15 04:59:22 v1.2.4-dev.16 04:59:22 v1.2.4-dev.17 04:59:22 v1.2.4-dev.18 04:59:22 v1.2.4-dev.19 04:59:22 v1.2.4-dev.2 04:59:22 v1.2.4-dev.20 04:59:22 v1.2.4-dev.3 04:59:22 v1.2.4-dev.4 04:59:22 v1.2.4-dev.5 04:59:22 v1.2.4-dev.6 04:59:22 v1.2.4-dev.7 04:59:22 v1.2.4-dev.8 04:59:22 v1.2.4-dev.9 [Pipeline] sh 04:59:22 + lftools sign git-tag v1.2.4-dev.20 04:59:23 Signing Git tag with Sigul... 04:59:23 Signing v1.2.4-dev.20 [Pipeline] echo 04:59:25 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 04:59:25 ---> sigul-configuration-cleanup.sh [Pipeline] } 04:59:25 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 04:59:26 $ docker stop --time=1 adcd751f44b3e6f4d74d592a556c0b54809bd947dd582160ec4aa4f86fcef2f5 04:59:28 $ docker rm -f adcd751f44b3e6f4d74d592a556c0b54809bd947dd582160ec4aa4f86fcef2f5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 04:59:29 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:59:29 . [Pipeline] withDockerContainer 04:59:29 prd-centos7-docker-4c-2g-3634 does not seem to be running inside a container 04:59:29 $ 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 04:59:30 $ docker top ae387fcc5e4d4011b2cea9bb56f1a8fc188616fc24fe5210930993dbfa96efc5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:59:31 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:59:31 [ssh-agent] Looking for ssh-agent implementation... 04:59:31 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:59:31 $ docker exec ae387fcc5e4d4011b2cea9bb56f1a8fc188616fc24fe5210930993dbfa96efc5 ssh-agent 04:59:32 SSH_AUTH_SOCK=/tmp/ssh-Sl3CFew8YcMp/agent.12 04:59:32 SSH_AGENT_PID=18 04:59:32 Running ssh-add (command line suppressed) 04:59:32 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_2094786641507518860.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_2094786641507518860.key) 04:59:32 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:59:32 + git semver bump pre 04:59:32 # -> Open(): unable to determine branch for HEAD 04:59:32 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 04:59:32 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 04:59:32 # $SEMVER_REMOTE_NAME = origin 04:59:32 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 04:59:32 # $SEMVER_USER_NAME = edgex-jenkins 04:59:32 # $SEMVER_BRANCH = master 04:59:32 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver 04:59:32 1.2.4-dev.21 [Pipeline] } 04:59:32 $ docker exec --env ******** --env ******** ae387fcc5e4d4011b2cea9bb56f1a8fc188616fc24fe5210930993dbfa96efc5 ssh-agent -k 04:59:33 unset SSH_AUTH_SOCK; 04:59:33 unset SSH_AGENT_PID; 04:59:33 echo Agent pid 18 killed; 04:59:33 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:59:34 + git semver [Pipeline] } 04:59:34 $ docker stop --time=1 ae387fcc5e4d4011b2cea9bb56f1a8fc188616fc24fe5210930993dbfa96efc5 04:59:35 $ docker rm -f ae387fcc5e4d4011b2cea9bb56f1a8fc188616fc24fe5210930993dbfa96efc5 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 04:59:36 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:59:36 . [Pipeline] withDockerContainer 04:59:36 prd-centos7-docker-4c-2g-3634 does not seem to be running inside a container 04:59:36 $ 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 04:59:37 $ docker top f43127d1364821f00b5dc1298103e79c18bb834eed9e85a77f5c56baeb2eb633 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:59:38 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:59:38 [ssh-agent] Looking for ssh-agent implementation... 04:59:38 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:59:38 $ docker exec f43127d1364821f00b5dc1298103e79c18bb834eed9e85a77f5c56baeb2eb633 ssh-agent 04:59:39 SSH_AUTH_SOCK=/tmp/ssh-G31WzOPKNoz7/agent.12 04:59:39 SSH_AGENT_PID=17 04:59:39 Running ssh-add (command line suppressed) 04:59:39 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_7297664933421854993.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_7297664933421854993.key) 04:59:39 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:59:40 + git semver push 04:59:40 # -> Open(): unable to determine branch for HEAD 04:59:40 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 04:59:40 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 04:59:40 # $SEMVER_REMOTE_NAME = origin 04:59:40 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 04:59:40 # $SEMVER_USER_NAME = edgex-jenkins 04:59:40 # $SEMVER_BRANCH = master 04:59:40 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } 04:59:47 $ docker exec --env ******** --env ******** f43127d1364821f00b5dc1298103e79c18bb834eed9e85a77f5c56baeb2eb633 ssh-agent -k 04:59:48 unset SSH_AUTH_SOCK; 04:59:48 unset SSH_AGENT_PID; 04:59:48 echo Agent pid 17 killed; 04:59:48 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:59:49 + git semver [Pipeline] } 04:59:49 $ docker stop --time=1 f43127d1364821f00b5dc1298103e79c18bb834eed9e85a77f5c56baeb2eb633 04:59:51 $ docker rm -f f43127d1364821f00b5dc1298103e79c18bb834eed9e85a77f5c56baeb2eb633 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 04:59:52 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 04:59:53 ---> package-listing.sh 04:59:53 ++ facter osfamily 04:59:53 ++ tr '[:upper:]' '[:lower:]' 04:59:53 + OS_FAMILY=redhat 04:59:53 + workspace=/w/workspace/dgexfoundry_device-sdk-go_master 04:59:53 + START_PACKAGES=/tmp/packages_start.txt 04:59:53 + END_PACKAGES=/tmp/packages_end.txt 04:59:53 + DIFF_PACKAGES=/tmp/packages_diff.txt 04:59:53 + PACKAGES=/tmp/packages_start.txt 04:59:53 + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' 04:59:53 + PACKAGES=/tmp/packages_end.txt 04:59:53 + case "${OS_FAMILY}" in 04:59:53 + rpm -qa 04:59:53 + sort 04:59:57 + '[' -f /tmp/packages_start.txt ']' 04:59:57 + '[' -f /tmp/packages_end.txt ']' 04:59:57 + diff /tmp/packages_start.txt /tmp/packages_end.txt 04:59:58 + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' 04:59:58 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_master/archives/ 04:59:58 + 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 04:59:58 provisioning config files... 04:59:58 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config7136467084642039712tmp [Pipeline] { [Pipeline] echo 04:59:58 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 04:59:59 ---> create-netrc.sh [Pipeline] } 04:59:59 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 04:59:59 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 04:59:59 ---> python-tools-install.sh 04:59:59 Generating Requirements File 05:01:51 Python 3.6.8 05:01:51 pip 20.2.3 from /home/jenkins/.local/lib/python3.6/site-packages/pip (python 3.6) 05:01:51 appdirs==1.4.3 05:01:51 argcomplete==1.12.1 05:01:51 aspy.yaml==1.3.0 05:01:51 attrs==19.3.0 05:01:51 Babel==2.8.0 05:01:51 beautifulsoup4==4.8.2 05:01:51 boto3==1.11.6 05:01:51 botocore==1.14.6 05:01:51 bs4==0.0.1 05:01:51 cachetools==4.1.1 05:01:51 certifi==2019.11.28 05:01:51 cffi==1.14.3 05:01:51 cfgv==2.0.1 05:01:51 chardet==3.0.4 05:01:51 click==7.1 05:01:51 cliff==3.4.0 05:01:51 cmd2==1.3.11 05:01:51 colorama==0.4.3 05:01:51 cryptography==3.1.1 05:01:51 debtcollector==2.2.0 05:01:51 decorator==4.4.2 05:01:51 defusedxml==0.6.0 05:01:51 Deprecated==1.2.7 05:01:51 distlib==0.3.1 05:01:51 distro==1.2.0 05:01:51 dnspython==1.16.0 05:01:51 docker==4.2.0 05:01:51 docutils==0.15.2 05:01:51 dogpile.cache==1.0.2 05:01:51 email-validator==1.0.5 05:01:51 filelock==3.0.12 05:01:51 future==0.18.2 05:01:51 google-auth==1.22.1 05:01:51 httplib2==0.17.0 05:01:51 identify==1.4.11 05:01:51 idna==2.9 05:01:51 importlib-metadata==1.7.0 05:01:51 importlib-resources==1.5.0 05:01:51 iso8601==0.1.13 05:01:51 Jinja2==2.11.1 05:01:51 jmespath==0.10.0 05:01:51 jsonpatch==1.26 05:01:51 jsonpointer==2.0 05:01:51 jsonschema==3.2.0 05:01:51 keystoneauth1==4.2.1 05:01:51 kubernetes==11.0.0 05:01:51 lftools==0.34.2 05:01:51 lxml==4.5.0 05:01:51 MarkupSafe==0.23 05:01:51 msgpack==1.0.0 05:01:51 multi-key-dict==2.0.3 05:01:51 munch==2.5.0 05:01:51 netaddr==0.8.0 05:01:51 netifaces==0.10.9 05:01:51 niet==1.4.2 05:01:51 nodeenv==1.3.5 05:01:51 oauth2client==4.1.3 05:01:51 oauthlib==3.1.0 05:01:51 openstacksdk==0.50.0 05:01:51 os-client-config==2.1.0 05:01:51 os-service-types==1.7.0 05:01:51 osc-lib==2.2.1 05:01:51 oslo.config==8.3.2 05:01:51 oslo.context==3.1.1 05:01:51 oslo.i18n==5.0.1 05:01:51 oslo.log==4.4.0 05:01:51 oslo.serialization==4.0.1 05:01:51 oslo.utils==4.6.0 05:01:51 packaging==20.4 05:01:51 pbr==5.4.4 05:01:51 pluggy==0.13.1 05:01:51 prettytable==0.7.2 05:01:51 py==1.9.0 05:01:51 pyasn1==0.4.8 05:01:51 pyasn1-modules==0.2.8 05:01:51 pycparser==2.20 05:01:51 pygerrit2==2.0.10 05:01:51 PyGithub==1.46 05:01:51 pyinotify==0.9.6 05:01:51 PyJWT==1.7.1 05:01:51 pyparsing==2.4.7 05:01:51 pyperclip==1.8.0 05:01:51 pyroute2==0.4.13 05:01:51 pyrsistent==0.15.7 05:01:51 PySocks==1.6.8 05:01:51 python-cinderclient==7.2.0 05:01:51 python-dateutil==2.8.1 05:01:51 python-heatclient==2.2.1 05:01:51 python-jenkins==1.7.0 05:01:51 python-keystoneclient==4.1.1 05:01:51 python-magnumclient==3.2.1 05:01:51 python-novaclient==17.2.1 05:01:51 python-openstackclient==5.4.0 05:01:51 python-swiftclient==3.10.1 05:01:51 pytz==2020.1 05:01:51 PyYAML==5.3 05:01:51 requests==2.23.0 05:01:51 requests-oauthlib==1.3.0 05:01:51 requestsexceptions==1.4.0 05:01:51 rfc3986==1.4.0 05:01:51 rpm==4.11.3 05:01:51 rsa==4.0 05:01:51 ruamel.yaml==0.16.10 05:01:51 ruamel.yaml.clib==0.2.0 05:01:51 s3transfer==0.3.3 05:01:51 shade==1.27.2 05:01:51 simplejson==3.17.2 05:01:51 six==1.14.0 05:01:51 soupsieve==2.0 05:01:51 stevedore==3.2.2 05:01:51 tabulate==0.8.6 05:01:51 toml==0.10.0 05:01:51 tox==3.20.0 05:01:51 tqdm==4.43.0 05:01:51 urllib3==1.25.8 05:01:51 virtualenv==20.0.33 05:01:51 wcwidth==0.2.5 05:01:51 websocket-client==0.57.0 05:01:51 wrapt==1.12.1 05:01:51 xdg==3.0.2 05:01:51 xmltodict==0.12.0 05:01:51 yq==2.11.1 05:01:51 zipp==3.3.0 05:01:51 Cache entry deserialization failed, entry ignored 05:01:51 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. 05:01:51 Python 2.7.5 05:01:51 pip 20.2.3 from /home/jenkins/.local/lib/python2.7/site-packages/pip (python 2.7) 05:01:51 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. 05:01:51 ansible==2.9.7 05:01:51 Babel==0.9.6 05:01:51 backports.ssl-match-hostname==3.5.0.1 05:01:51 beautifulsoup4==4.4.1 05:01:51 bodhi==2.11.0 05:01:51 bodhi-client==2.11.0 05:01:51 CCColUtils==1.4 05:01:51 cffi==1.6.0 05:01:51 chardet==2.2.1 05:01:51 click==6.7 05:01:51 cloud-init==18.5 05:01:51 configobj==4.7.2 05:01:51 cryptography==1.7.2 05:01:51 decorator==3.4.0 05:01:51 distro==1.2.0 05:01:51 enum34==1.0.4 05:01:51 fedpkg==1.38 05:01:51 futures==3.1.1 05:01:51 gitdb==0.6.4 05:01:51 GitPython==1.0.1 05:01:51 html5lib==0.999 05:01:51 httplib2==0.9.2 05:01:51 idna==2.4 05:01:51 iniparse==0.4 05:01:51 ipaddress==1.0.16 05:01:51 IPy==0.75 05:01:51 javapackages==1.0.0 05:01:51 Jinja2==2.7.2 05:01:51 jmespath==0.9.4 05:01:51 jsonpatch==1.2 05:01:51 jsonpointer==1.9 05:01:51 kerberos==1.1 05:01:51 kitchen==1.1.1 05:01:51 langtable==0.0.31 05:01:51 lockfile==0.9.1 05:01:51 lxml==3.2.1 05:01:51 MarkupSafe==0.11 05:01:51 munch==2.0.2 05:01:51 offtrac==0.1.0 05:01:51 openidc-client==0.6.0 05:01:51 packagedb-cli==2.14.1 05:01:51 paramiko==2.1.1 05:01:51 perf==0.1 05:01:51 ply==3.4 05:01:51 policycoreutils-default-encoding==0.1 05:01:51 prettytable==0.7.2 05:01:51 pyasn1==0.1.9 05:01:51 pycparser==2.14 05:01:51 pycurl==7.19.0 05:01:51 pygobject==3.22.0 05:01:51 pygpgme==0.3 05:01:51 pyliblzma==0.5.3 05:01:51 pyOpenSSL==0.13.1 05:01:51 pyparsing==1.5.6 05:01:51 pyserial==2.6 05:01:51 python-augeas==0.5.0 05:01:51 python-bugzilla==2.3.0 05:01:51 python-dateutil==1.5 05:01:51 python-fedora==0.10.0 05:01:51 python-linux-procfs==0.4.9 05:01:51 python-yubico==1.2.3 05:01:51 pyudev==0.15 05:01:51 pyusb==1.0.0b1 05:01:51 pyxattr==0.5.1 05:01:51 PyYAML==3.10 05:01:51 requests==2.6.0 05:01:51 requests-kerberos==0.7.0 05:01:51 rpkg==1.60 05:01:51 schedutils==0.4 05:01:51 seobject==0.1 05:01:51 sepolicy==1.1 05:01:51 six==1.9.0 05:01:51 smmap==0.9.0 05:01:51 urlgrabber==3.10 05:01:51 urllib3==1.10.2 05:01:51 virtualenv==15.1.0 05:01:51 yum-langpacks==0.4.2 05:01:51 yum-metadata-parser==1.1.4 [Pipeline] echo 05:01:51 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 05:01:52 ---> sudo-logs.sh 05:01:52 Archiving 'sudo' log.. [Pipeline] echo 05:01:53 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 05:01:53 ---> job-cost.sh 05:01:53 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-jcxf 05:02:06 Cache entry deserialization failed, entry ignored 05:02:06 Cache entry deserialization failed, entry ignored 05:02:06 Cache entry deserialization failed, entry ignored 05:02:06 Cache entry deserialization failed, entry ignored 05:02:06 Cache entry deserialization failed, entry ignored 05:02:06 Cache entry deserialization failed, entry ignored 05:02:06 Cache entry deserialization failed, entry ignored 05:02:07 Cache entry deserialization failed, entry ignored 05:02:07 Cache entry deserialization failed, entry ignored 05:02:07 Cache entry deserialization failed, entry ignored 05:02:07 Cache entry deserialization failed, entry ignored 05:02:07 Cache entry deserialization failed, entry ignored 05:02:11 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 05:02:51 lf-activate-venv(): INFO: Adding /tmp/venv-jcxf/bin to PATH 05:02:51 INFO: No Stack... 05:02:51 INFO: Retrieving Pricing Info for: v1-standard-2 05:02:52 INFO: Archiving Costs [Pipeline] echo 05:02:52 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 05:02:52 ---> logs-deploy.sh 05:02:52 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/master/71 05:02:52 INFO: archiving workspace using pattern(s): 05:02:55 Archives upload complete. 05:02:55 INFO: archiving logs to Nexus 05:02:57 ---> uname -a: 05:02:57 Linux prd-centos7-docker-4c-2g-3634.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 05:02:57 05:02:57 05:02:57 ---> lscpu: 05:02:57 Architecture: x86_64 05:02:57 CPU op-mode(s): 32-bit, 64-bit 05:02:57 Byte Order: Little Endian 05:02:57 CPU(s): 4 05:02:57 On-line CPU(s) list: 0-3 05:02:57 Thread(s) per core: 1 05:02:57 Core(s) per socket: 1 05:02:57 Socket(s): 4 05:02:57 NUMA node(s): 1 05:02:57 Vendor ID: GenuineIntel 05:02:57 CPU family: 6 05:02:57 Model: 44 05:02:57 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 05:02:57 Stepping: 1 05:02:57 CPU MHz: 2933.438 05:02:57 BogoMIPS: 5866.87 05:02:57 Virtualization: VT-x 05:02:57 Hypervisor vendor: KVM 05:02:57 Virtualization type: full 05:02:57 L1d cache: 32K 05:02:57 L1i cache: 32K 05:02:57 L2 cache: 4096K 05:02:57 L3 cache: 16384K 05:02:57 NUMA node0 CPU(s): 0-3 05:02:57 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 05:02:57 05:02:57 05:02:57 ---> nproc: 05:02:57 4 05:02:57 05:02:57 05:02:57 ---> df -h: 05:02:57 Filesystem Size Used Avail Use% Mounted on 05:02:57 devtmpfs 887M 0 887M 0% /dev 05:02:57 tmpfs 919M 0 919M 0% /dev/shm 05:02:57 tmpfs 919M 17M 903M 2% /run 05:02:57 tmpfs 919M 0 919M 0% /sys/fs/cgroup 05:02:57 /dev/vda1 50G 8.6G 42G 18% / 05:02:57 tmpfs 184M 0 184M 0% /run/user/1001 05:02:57 tmpfs 184M 0 184M 0% /run/user/0 05:02:57 05:02:57 05:02:57 ---> free -m: 05:02:57 total used free shared buff/cache available 05:02:57 Mem: 1837 653 70 16 1113 984 05:02:57 Swap: 1023 3 1020 05:02:57 05:02:57 05:02:57 ---> ip addr: 05:02:57 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 05:02:57 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 05:02:57 inet 127.0.0.1/8 scope host lo 05:02:57 valid_lft forever preferred_lft forever 05:02:57 inet6 ::1/128 scope host 05:02:57 valid_lft forever preferred_lft forever 05:02:57 2: eth0: mtu 1458 qdisc pfifo_fast state UP group default qlen 1000 05:02:57 link/ether fa:16:3e:3c:17:e8 brd ff:ff:ff:ff:ff:ff 05:02:57 inet 10.30.122.199/23 brd 10.30.123.255 scope global dynamic eth0 05:02:57 valid_lft 85814sec preferred_lft 85814sec 05:02:57 inet6 fe80::f816:3eff:fe3c:17e8/64 scope link 05:02:57 valid_lft forever preferred_lft forever 05:02:57 3: docker0: mtu 1500 qdisc noqueue state DOWN group default 05:02:57 link/ether 02:42:14:e3:b5:ca brd ff:ff:ff:ff:ff:ff 05:02:57 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 05:02:57 valid_lft forever preferred_lft forever 05:02:57 inet6 fe80::42:14ff:fee3:b5ca/64 scope link 05:02:57 valid_lft forever preferred_lft forever 05:02:57 05:02:57 05:02:57 ---> sar -b -r -n DEV: 05:02:57 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/06/2020 _x86_64_ (4 CPU) 05:02:57 05:02:57 04:52:50 AM LINUX RESTART 05:02:57 05:02:57 04:54:02 AM tps rtps wtps bread/s bwrtn/s 05:02:57 04:55:01 AM 29.88 10.29 19.59 4425.58 2294.21 05:02:57 04:56:01 AM 1.65 0.00 1.65 0.00 27.57 05:02:57 04:57:02 AM 0.23 0.00 0.23 0.00 3.60 05:02:57 04:58:01 AM 26.33 2.27 24.06 330.21 14887.63 05:02:57 04:59:01 AM 305.79 151.67 154.13 7626.76 40780.47 05:02:57 05:00:01 AM 167.42 106.47 60.95 7902.53 9993.75 05:02:57 05:01:01 AM 45.83 7.60 38.23 842.43 5205.85 05:02:57 05:02:01 AM 96.29 26.45 69.84 1167.13 8926.60 05:02:57 Average: 84.49 38.27 46.23 2790.72 10281.12 05:02:57 05:02:57 04:54:02 AM kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 05:02:57 04:55:01 AM 170880 1710676 90.92 2620 1176024 1152788 39.34 400240 1148848 12 05:02:57 04:56:01 AM 182208 1699348 90.32 2620 1176028 1080168 36.86 394532 1145036 16 05:02:57 04:57:02 AM 181160 1700396 90.37 2620 1176036 1080372 36.87 395556 1145036 16 05:02:57 04:58:01 AM 79056 1802500 95.80 2620 1182516 1505476 51.38 570168 1055388 101708 05:02:57 04:59:01 AM 184016 1697540 90.22 2516 987172 1316780 44.94 549356 889220 86544 05:02:57 05:00:01 AM 79732 1801824 95.76 1876 1065104 1164504 39.74 624396 892332 12 05:02:57 05:01:01 AM 83804 1797752 95.55 1492 1023332 1200264 40.96 650484 856700 36660 05:02:57 05:02:01 AM 87712 1793844 95.34 1492 1004420 1154292 39.39 604448 855168 26620 05:02:57 Average: 131071 1750485 93.03 2232 1098829 1206830 41.19 523648 998466 31448 05:02:57 05:02:57 04:54:02 AM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s 05:02:57 04:55:01 AM eth0 119.42 107.75 472.59 60.36 0.00 0.00 0.00 05:02:57 04:55:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:02:57 04:55:01 AM docker0 9.46 6.38 1.30 19.56 0.00 0.00 0.00 05:02:57 04:56:01 AM eth0 0.57 0.08 0.06 0.02 0.00 0.00 0.00 05:02:57 04:56:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:02:57 04:56:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:02:57 04:57:02 AM eth0 0.83 0.42 0.30 0.21 0.00 0.00 0.00 05:02:57 04:57:02 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:02:57 04:57:02 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:02:57 04:58:01 AM eth0 405.48 342.44 3840.93 26.78 0.00 0.00 0.00 05:02:57 04:58:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:02:57 04:58:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:02:57 04:59:01 AM eth0 414.10 374.43 3390.02 81.97 0.00 0.00 0.00 05:02:57 04:59:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:02:57 04:59:01 AM docker0 37.31 37.36 3.29 154.43 0.00 0.00 0.00 05:02:57 05:00:01 AM eth0 114.15 96.11 270.58 76.08 0.00 0.00 0.00 05:02:57 05:00:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:02:57 05:00:01 AM docker0 37.08 45.74 2.29 199.67 0.00 0.00 0.00 05:02:57 05:01:01 AM eth0 104.42 71.73 814.88 9.30 0.00 0.00 0.00 05:02:57 05:01:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:02:57 05:01:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:02:57 05:02:01 AM eth0 9.51 7.53 17.06 3.25 0.00 0.00 0.00 05:02:57 05:02:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:02:57 05:02:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:02:57 Average: eth0 145.65 124.71 1096.94 32.22 0.00 0.00 0.00 05:02:57 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:02:57 Average: docker0 10.52 11.23 0.86 46.91 0.00 0.00 0.00 05:02:57 05:02:57 05:02:57 ---> sar -P ALL: 05:02:57 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/06/2020 _x86_64_ (4 CPU) 05:02:57 05:02:57 04:52:50 AM LINUX RESTART 05:02:57 05:02:57 04:54:02 AM CPU %user %nice %system %iowait %steal %idle 05:02:57 04:55:01 AM all 3.01 0.00 1.99 0.62 5.68 88.70 05:02:57 04:55:01 AM 0 3.04 0.00 1.45 0.13 6.38 89.00 05:02:57 04:55:01 AM 1 2.41 0.00 1.86 0.30 5.90 89.53 05:02:57 04:55:01 AM 2 3.34 0.00 2.60 1.74 5.22 87.10 05:02:57 04:55:01 AM 3 3.23 0.00 2.05 0.32 5.22 89.18 05:02:57 04:56:01 AM all 0.15 0.00 0.04 0.00 0.11 99.70 05:02:57 04:56:01 AM 0 0.07 0.00 0.05 0.00 0.07 99.82 05:02:57 04:56:01 AM 1 0.03 0.00 0.02 0.00 0.15 99.80 05:02:57 04:56:01 AM 2 0.05 0.00 0.05 0.00 0.12 99.78 05:02:57 04:56:01 AM 3 0.45 0.00 0.03 0.00 0.10 99.42 05:02:57 04:57:02 AM all 0.14 0.00 0.03 0.00 0.15 99.68 05:02:57 04:57:02 AM 0 0.02 0.00 0.03 0.00 0.13 99.82 05:02:57 04:57:02 AM 1 0.08 0.00 0.07 0.00 0.23 99.62 05:02:57 04:57:02 AM 2 0.03 0.00 0.02 0.00 0.07 99.88 05:02:57 04:57:02 AM 3 0.43 0.00 0.03 0.00 0.17 99.37 05:02:57 04:58:01 AM all 1.86 0.00 1.31 0.08 5.64 91.11 05:02:57 04:58:01 AM 0 1.86 0.00 1.41 0.02 5.93 90.78 05:02:57 04:58:01 AM 1 1.76 0.00 1.38 0.19 5.69 90.98 05:02:57 04:58:01 AM 2 2.04 0.00 1.63 0.12 5.49 90.72 05:02:57 04:58:01 AM 3 1.78 0.00 0.78 0.00 5.44 92.00 05:02:57 04:59:01 AM all 8.86 0.00 7.00 2.25 16.30 65.60 05:02:57 04:59:01 AM 0 8.32 0.00 7.10 1.67 17.51 65.41 05:02:57 04:59:01 AM 1 8.19 0.00 5.58 2.26 16.59 67.38 05:02:57 04:59:01 AM 2 8.52 0.00 7.60 3.71 15.42 64.74 05:02:57 04:59:01 AM 3 10.44 0.00 7.75 1.34 15.67 64.81 05:02:57 05:00:01 AM all 5.34 0.00 4.93 2.92 9.94 76.87 05:02:57 05:00:01 AM 0 8.40 0.00 4.59 4.30 10.71 72.00 05:02:57 05:00:01 AM 1 3.37 0.00 4.90 1.01 9.68 81.05 05:02:57 05:00:01 AM 2 4.83 0.00 4.88 3.22 9.82 77.26 05:02:57 05:00:01 AM 3 4.78 0.00 5.35 3.15 9.58 77.14 05:02:57 05:01:01 AM all 15.55 0.00 1.80 0.69 4.48 77.47 05:02:57 05:01:01 AM 0 37.68 0.00 3.37 0.99 6.45 51.51 05:02:57 05:01:01 AM 1 3.25 0.00 0.47 0.18 3.65 92.44 05:02:57 05:01:01 AM 2 21.18 0.00 2.95 0.27 3.79 71.82 05:02:57 05:01:01 AM 3 2.48 0.00 0.63 1.35 4.20 91.33 05:02:57 05:02:01 AM all 13.13 0.00 3.02 1.76 6.09 76.01 05:02:57 05:02:01 AM 0 12.02 0.00 2.58 2.02 6.45 76.94 05:02:57 05:02:01 AM 1 19.57 0.00 4.08 2.06 6.09 68.20 05:02:57 05:02:01 AM 2 14.76 0.00 3.20 0.89 3.68 77.47 05:02:57 05:02:01 AM 3 6.73 0.00 2.29 2.05 7.99 80.94 05:02:57 Average: all 6.00 0.00 2.53 1.05 6.06 84.37 05:02:57 Average: 0 8.69 0.00 2.57 1.16 6.71 80.87 05:02:57 Average: 1 4.76 0.00 2.30 0.75 6.02 86.18 05:02:57 Average: 2 6.79 0.00 2.87 1.26 5.47 83.61 05:02:57 Average: 3 3.80 0.00 2.36 1.04 6.04 86.77 05:02:57 05:02:57 05:02:57