Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 153a43e7e060228c1df4c616c423a5b384e52518 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 ‘prd-centos7-docker-4c-2g-3642’ is offline Running on prd-centos7-docker-4c-2g-4623 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-sdk-go.git > git init /w/workspace/dgexfoundry_device-sdk-go_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 153a43e7e060228c1df4c616c423a5b384e52518 (master) > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 153a43e7e060228c1df4c616c423a5b384e52518 # timeout=10 Commit message: "Merge pull request #622 from AlexCuse/master" > git rev-list --no-walk d88b1cbf40a2b76841607f61ed40214ca5f9d347 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 15:29:51 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 15:29:51 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 15:29:51 ========================================================= 15:29:51 EdgeX Global Pipelines Version Info 15:29:51 ========================================================= [Pipeline] libraryResource [Pipeline] sh 15:29:53 ------------------- 15:29:53 stable info: 15:29:53 ------------------- 15:29:53 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 15:29:53 Commit SHA: ad104866bbc8c98dca93091e1a8abeb835fd4e4d 15:29:53 Message: update stable to v1.0.131 15:29:54 ------------------- 15:29:54 experimental info: 15:29:54 ------------------- 15:29:54 Commited By: **** collab-it+edgex@linuxfoundation.org 15:29:54 Commit SHA: 2e6d42a532571151575c80d72899821df0f9b0af 15:29:54 Message: update experimental to v1.0.135 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 15:29:54 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 15:29:54 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 15:29:54 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 15:29:54 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 15:29:54 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 15:29:54 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 15:29:55 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 15:29:55 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 15:29:55 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 15:29:55 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 15:29:55 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 15:29:55 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo 15:29:55 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 15:29:55 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 15:29:55 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 15:29:55 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 15:29:56 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 15:29:56 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 15:29:56 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 15:29:56 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 15:29:56 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 15:29:56 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 15:29:56 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 15:29:56 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 15:29:56 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 15:29:56 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 15:29:56 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 15:29:57 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 15:29:57 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 153a43e7e060228c1df4c616c423a5b384e52518 [Pipeline] echo 15:29:57 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 153a43e [Pipeline] echo 15:29:57 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:29:58 + git log --format=format:%s -1 153a43e7e060228c1df4c616c423a5b384e52518 [Pipeline] echo 15:29:58 GIT_COMMIT: 153a43e7e060228c1df4c616c423a5b384e52518, Commit Message: Merge pull request #622 from AlexCuse/master [Pipeline] echo 15:29:58 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 15:29:59 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:29:59 15:29:59 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 15:29:59 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:29:59 latest: Pulling from edgex-devops/git-semver 15:29:59 31603596830f: Pulling fs layer 15:29:59 2a8b12db71e7: Pulling fs layer 15:29:59 6ca5941a6612: Pulling fs layer 15:29:59 ecc8261a40a4: Pulling fs layer 15:29:59 ecc8261a40a4: Waiting 15:30:00 2a8b12db71e7: Verifying Checksum 15:30:00 2a8b12db71e7: Download complete 15:30:00 31603596830f: Verifying Checksum 15:30:00 31603596830f: Download complete 15:30:00 ecc8261a40a4: Verifying Checksum 15:30:00 ecc8261a40a4: Download complete 15:30:00 6ca5941a6612: Verifying Checksum 15:30:00 6ca5941a6612: Download complete 15:30:00 31603596830f: Pull complete 15:30:00 2a8b12db71e7: Pull complete 15:30:01 6ca5941a6612: Pull complete 15:30:01 ecc8261a40a4: Pull complete 15:30:01 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 15:30:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:30:01 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 15:30:01 prd-centos7-docker-4c-2g-4623 does not seem to be running inside a container 15:30:01 $ 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 15:30:04 $ docker top 2b1ac843becff8d21290a0c1bfdc2a48e4943cb59a748e1f0c43c223a84eb2a5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:30:04 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:30:04 [ssh-agent] Looking for ssh-agent implementation... 15:30:04 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:30:04 $ docker exec 2b1ac843becff8d21290a0c1bfdc2a48e4943cb59a748e1f0c43c223a84eb2a5 ssh-agent 15:30:05 SSH_AUTH_SOCK=/tmp/ssh-5jjZ63bEpmI3/agent.13 15:30:05 SSH_AGENT_PID=19 15:30:05 Running ssh-add (command line suppressed) 15:30:05 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_3913943662792979619.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_3913943662792979619.key) 15:30:05 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:30:05 + git describe --exact-match --tags HEAD 15:30:05 fatal: no tag exactly matches '153a43e7e060228c1df4c616c423a5b384e52518' [Pipeline] } 15:30:05 $ docker exec --env ******** --env ******** 2b1ac843becff8d21290a0c1bfdc2a48e4943cb59a748e1f0c43c223a84eb2a5 ssh-agent -k 15:30:05 unset SSH_AUTH_SOCK; 15:30:05 unset SSH_AGENT_PID; 15:30:05 echo Agent pid 19 killed; 15:30:05 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 15:30:06 [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 15:30:06 This usually means this commit has not been tagged. [Pipeline] sshagent 15:30:06 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:30:06 [ssh-agent] Looking for ssh-agent implementation... 15:30:06 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:30:06 $ docker exec 2b1ac843becff8d21290a0c1bfdc2a48e4943cb59a748e1f0c43c223a84eb2a5 ssh-agent 15:30:06 SSH_AUTH_SOCK=/tmp/ssh-fws3vgXe5afQ/agent.47 15:30:06 SSH_AGENT_PID=53 15:30:06 Running ssh-add (command line suppressed) 15:30:06 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_3301319195091109404.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_3301319195091109404.key) 15:30:06 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:30:06 + git semver init 15:30:06 # -> Open(): unable to determine branch for HEAD 15:30:06 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 15:30:06 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 15:30:06 # $SEMVER_REMOTE_NAME = origin 15:30:06 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:30:06 # $SEMVER_USER_NAME = edgex-jenkins 15:30:06 # $SEMVER_BRANCH = master 15:30:06 # $SEMVER_TEMP = /tmp/semver-987247448 15:30:06 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 15:30:07 # '/tmp/semver-987247448' -> '/w/workspace/dgexfoundry_device-sdk-go_master/.semver' 15:30:07 # -> Force: false 15:30:07 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } 15:30:07 $ docker exec --env ******** --env ******** 2b1ac843becff8d21290a0c1bfdc2a48e4943cb59a748e1f0c43c223a84eb2a5 ssh-agent -k 15:30:07 unset SSH_AUTH_SOCK; 15:30:07 unset SSH_AGENT_PID; 15:30:07 echo Agent pid 53 killed; 15:30:07 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:30:08 + git semver [Pipeline] } 15:30:08 $ docker stop --time=1 2b1ac843becff8d21290a0c1bfdc2a48e4943cb59a748e1f0c43c223a84eb2a5 15:30:09 $ docker rm -f 2b1ac843becff8d21290a0c1bfdc2a48e4943cb59a748e1f0c43c223a84eb2a5 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 15:30:10 Stashed 43 file(s) [Pipeline] echo 15:30:10 [edgeXSemver]: initialized semver on version 1.2.4-dev.24 [Pipeline] echo 15:30:10 Archived original version: [1.2.4-dev.24] [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 15:30:26 Still waiting to schedule task 15:30:26 Waiting for next available executor on ‘centos7-docker-4c-2g’ 15:30:26 Still waiting to schedule task 15:30:26 ‘prd-ubuntu18.04-docker-arm64-4c-16g-4350’ is offline 15:32:18 Running on prd-ubuntu18.04-docker-arm64-4c-16g-4624 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws 15:32:18 Running in /w/workspace/device-sdk-go/75 [Pipeline] { [Pipeline] checkout 15:32:23 using credential edgex-jenkins-ssh 15:32:23 Cloning the remote Git repository 15:32:23 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 15:32:23 > git init /w/workspace/device-sdk-go/75 # timeout=10 15:32:24 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 15:32:24 > git --version # timeout=10 15:32:24 > git --version # 'git version 2.17.1' 15:32:24 using GIT_SSH to set credentials SSH Credentials for GitHub 15:32:24 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 15:32:25 Checking out Revision 153a43e7e060228c1df4c616c423a5b384e52518 (master) 15:32:25 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 15:32:25 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:32:25 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 15:32:25 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 15:32:25 using GIT_SSH to set credentials SSH Credentials for GitHub 15:32:25 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 15:32:25 > git config core.sparsecheckout # timeout=10 15:32:25 > git checkout -f 153a43e7e060228c1df4c616c423a5b384e52518 # timeout=10 15:32:30 Commit message: "Merge pull request #622 from AlexCuse/master" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 15:32:31 ========================================================= 15:32:31 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 15:32:31 ========================================================= [Pipeline] isUnix [Pipeline] sh 15:32:33 + 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 . 15:32:34 Sending build context to Docker daemon 3.51MB 15:32:34 Step 1/8 : ARG BASE=golang:1.15-alpine 15:32:34 Step 2/8 : FROM ${BASE} 15:32:34 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 15:32:34 b538f80385f9: Pulling fs layer 15:32:34 74f711af9a0d: Pulling fs layer 15:32:34 99f96fe45779: Pulling fs layer 15:32:34 8529a6b9a6be: Pulling fs layer 15:32:34 45590311c82a: Pulling fs layer 15:32:34 69ca0ff8b7b3: Pulling fs layer 15:32:34 209524e5b208: Pulling fs layer 15:32:34 8529a6b9a6be: Waiting 15:32:34 45590311c82a: Waiting 15:32:34 69ca0ff8b7b3: Waiting 15:32:34 209524e5b208: Waiting 15:32:34 99f96fe45779: Verifying Checksum 15:32:34 74f711af9a0d: Verifying Checksum 15:32:34 74f711af9a0d: Download complete 15:32:34 99f96fe45779: Download complete 15:32:34 45590311c82a: Download complete 15:32:34 69ca0ff8b7b3: Verifying Checksum 15:32:34 69ca0ff8b7b3: Download complete 15:32:34 b538f80385f9: Verifying Checksum 15:32:34 b538f80385f9: Download complete 15:32:35 b538f80385f9: Pull complete 15:32:35 74f711af9a0d: Pull complete 15:32:36 99f96fe45779: Pull complete 15:32:37 209524e5b208: Verifying Checksum 15:32:37 209524e5b208: Download complete 15:32:38 8529a6b9a6be: Verifying Checksum 15:32:38 8529a6b9a6be: Download complete 15:32:51 8529a6b9a6be: Pull complete 15:32:51 45590311c82a: Pull complete 15:32:51 69ca0ff8b7b3: Pull complete 15:32:54 209524e5b208: Pull complete 15:32:54 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 15:32:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 15:32:54 ---> 5bddaf1c2fca 15:32:54 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 15:32:56 ---> Running in cba8fad3e4e3 15:32:57 Removing intermediate container cba8fad3e4e3 15:32:57 ---> b70cdf13ed9d 15:32:57 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:32:57 ---> Running in 594b5fac945e 15:32:59 Removing intermediate container 594b5fac945e 15:32:59 ---> 9662b90bc645 15:32:59 Step 5/8 : RUN apk add --no-cache make git 15:33:00 ---> Running in 7cfed713970f 15:33:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:33:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:33:02 Running on prd-centos7-docker-4c-2g-4625 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws 15:33:02 Running in /w/workspace/device-sdk-go/75 [Pipeline] { [Pipeline] checkout 15:33:02 OK: 142 MiB in 39 packages 15:33:04 Removing intermediate container 7cfed713970f 15:33:04 ---> 01590cec1c22 15:33:04 Step 6/8 : WORKDIR /device-sdk-go 15:33:04 ---> Running in 463c3c1181d8 15:33:04 Removing intermediate container 463c3c1181d8 15:33:04 ---> 9bf0805eda3a 15:33:04 Step 7/8 : COPY . . 15:33:05 using credential edgex-jenkins-ssh 15:33:05 Cloning the remote Git repository 15:33:05 ---> 919d30538492 15:33:05 Step 8/8 : RUN go mod download 15:33:06 ---> Running in ef88f04d99ca 15:33:05 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 15:33:05 > git init /w/workspace/device-sdk-go/75 # timeout=10 15:33:05 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 15:33:05 > git --version # timeout=10 15:33:05 > git --version # 'git version 2.16.5' 15:33:05 using GIT_SSH to set credentials SSH Credentials for GitHub 15:33:05 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 15:33:07 Checking out Revision 153a43e7e060228c1df4c616c423a5b384e52518 (master) 15:33:06 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 15:33:06 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:33:06 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 15:33:06 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 15:33:06 using GIT_SSH to set credentials SSH Credentials for GitHub 15:33:06 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 15:33:07 > git config core.sparsecheckout # timeout=10 15:33:07 > git checkout -f 153a43e7e060228c1df4c616c423a5b384e52518 # timeout=10 15:33:10 Commit message: "Merge pull request #622 from AlexCuse/master" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 15:33:11 ========================================================= 15:33:11 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 15:33:11 ========================================================= [Pipeline] isUnix [Pipeline] sh 15:33:12 + 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 . 15:33:13 Sending build context to Docker daemon 3.508MB 15:33:13 Step 1/8 : ARG BASE=golang:1.15-alpine 15:33:13 Step 2/8 : FROM ${BASE} 15:33:13 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 15:33:13 df20fa9351a1: Pulling fs layer 15:33:13 ed8968b2872e: Pulling fs layer 15:33:13 a92cc7c5fd73: Pulling fs layer 15:33:13 e871e8e8d7a9: Pulling fs layer 15:33:13 e73272ec9a57: Pulling fs layer 15:33:13 1e910a182e73: Pulling fs layer 15:33:13 4e634b169226: Pulling fs layer 15:33:13 e73272ec9a57: Waiting 15:33:13 1e910a182e73: Waiting 15:33:13 4e634b169226: Waiting 15:33:13 e871e8e8d7a9: Waiting 15:33:13 a92cc7c5fd73: Verifying Checksum 15:33:13 a92cc7c5fd73: Download complete 15:33:13 ed8968b2872e: Verifying Checksum 15:33:13 ed8968b2872e: Download complete 15:33:13 e73272ec9a57: Verifying Checksum 15:33:13 e73272ec9a57: Download complete 15:33:13 1e910a182e73: Verifying Checksum 15:33:13 1e910a182e73: Download complete 15:33:13 df20fa9351a1: Download complete 15:33:14 df20fa9351a1: Pull complete 15:33:14 ed8968b2872e: Pull complete 15:33:14 a92cc7c5fd73: Pull complete 15:33:15 4e634b169226: Verifying Checksum 15:33:15 4e634b169226: Download complete 15:33:16 e871e8e8d7a9: Verifying Checksum 15:33:16 e871e8e8d7a9: Download complete 15:33:23 e871e8e8d7a9: Pull complete 15:33:23 e73272ec9a57: Pull complete 15:33:23 1e910a182e73: Pull complete 15:33:26 4e634b169226: Pull complete 15:33:26 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 15:33:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 15:33:26 ---> f7629b54cfaa 15:33:26 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 15:33:26 ---> Running in 1ea66260fe48 15:33:26 Removing intermediate container 1ea66260fe48 15:33:26 ---> d24caeeaf71e 15:33:26 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:33:26 ---> Running in fe63bb1f4faa 15:33:28 Removing intermediate container ef88f04d99ca 15:33:28 ---> 0313b37cc10e 15:33:28 Successfully built 0313b37cc10e 15:33:28 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 15:33:28 Removing intermediate container fe63bb1f4faa 15:33:28 ---> 1b042f16da04 15:33:28 Step 5/8 : RUN apk add --no-cache make git 15:33:28 ---> Running in 476f9c3a8353 15:33:28 + docker inspect -f . ci-base-image-arm64 15:33:28 . [Pipeline] withDockerContainer 15:33:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:33:29 prd-ubuntu18.04-docker-arm64-4c-16g-4624 does not seem to be running inside a container 15:33:29 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/75 -v /w/workspace/device-sdk-go/75:/w/workspace/device-sdk-go/75:rw,z -v /w/workspace/device-sdk-go/75@tmp:/w/workspace/device-sdk-go/75@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 15:33:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:33:30 OK: 166 MiB in 39 packages 15:33:30 Removing intermediate container 476f9c3a8353 15:33:30 ---> 1deff2e96171 15:33:30 Step 6/8 : WORKDIR /device-sdk-go 15:33:30 ---> Running in 14db82f89163 15:33:30 Removing intermediate container 14db82f89163 15:33:30 ---> 8ed6275c026c 15:33:30 Step 7/8 : COPY . . 15:33:31 $ docker top a1b374be32fb83c5255962b5df1e59a41847e65d0f623d388a938151b4d34237 -eo pid,comm [Pipeline] { [Pipeline] sh 15:33:32 ---> dc6ee3044c2f 15:33:32 Step 8/8 : RUN go mod download 15:33:32 ---> Running in 12d64365da89 15:33:32 + go version 15:33:32 go version go1.15.2 linux/arm64 [Pipeline] } 15:33:32 $ docker stop --time=1 a1b374be32fb83c5255962b5df1e59a41847e65d0f623d388a938151b4d34237 15:33:34 $ docker rm -f a1b374be32fb83c5255962b5df1e59a41847e65d0f623d388a938151b4d34237 [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 15:33:37 + sudo chown -R jenkins:jenkins . [Pipeline] sh 15:33:37 + ls -al . 15:33:37 total 104 15:33:37 drwxrwxr-x 11 jenkins jenkins 4096 Oct 11 15:32 . 15:33:37 drwxrwxr-x 4 jenkins jenkins 4096 Oct 11 15:32 .. 15:33:37 -rw-rw-r-- 1 jenkins jenkins 140 Oct 11 15:32 .dockerignore 15:33:37 drwxrwxr-x 8 jenkins jenkins 4096 Oct 11 15:32 .git 15:33:37 drwxrwxr-x 2 jenkins jenkins 4096 Oct 11 15:32 .github 15:33:37 -rw-rw-r-- 1 jenkins jenkins 138 Oct 11 15:32 .gitignore 15:33:37 drwxrwxr-x 3 jenkins jenkins 4096 Oct 11 15:32 .semver 15:33:37 -rw-rw-r-- 1 jenkins jenkins 936 Oct 11 15:32 Dockerfile.build 15:33:37 -rw-rw-r-- 1 jenkins jenkins 901 Oct 11 15:32 Jenkinsfile 15:33:37 -rw-rw-r-- 1 jenkins jenkins 11341 Oct 11 15:32 LICENSE 15:33:37 -rw-rw-r-- 1 jenkins jenkins 1013 Oct 11 15:32 Makefile 15:33:37 -rw-rw-r-- 1 jenkins jenkins 5897 Oct 11 15:32 README.md 15:33:37 -rw-rw-r-- 1 jenkins jenkins 4291 Oct 11 15:32 RELEASE-NOTES.txt 15:33:37 -rw-rw-r-- 1 jenkins jenkins 12 Oct 11 15:30 VERSION 15:33:37 drwxrwxr-x 2 jenkins jenkins 4096 Oct 11 15:32 bin 15:33:37 drwxrwxr-x 4 jenkins jenkins 4096 Oct 11 15:32 example 15:33:37 -rw-rw-r-- 1 jenkins jenkins 517 Oct 11 15:32 go.mod 15:33:37 drwxrwxr-x 15 jenkins jenkins 4096 Oct 11 15:32 internal 15:33:37 drwxrwxr-x 4 jenkins jenkins 4096 Oct 11 15:32 openapi 15:33:37 drwxrwxr-x 5 jenkins jenkins 4096 Oct 11 15:32 pkg 15:33:37 drwxrwxr-x 4 jenkins jenkins 4096 Oct 11 15:32 snap 15:33:37 -rw-rw-r-- 1 jenkins jenkins 222 Oct 11 15:32 version.go [Pipeline] isUnix [Pipeline] sh 15:33:38 + 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=153a43e7e060228c1df4c616c423a5b384e52518 --label arch=arm64 --label version=1.2.4-dev.24 . 15:33:38 Sending build context to Docker daemon 3.51MB 15:33:38 Step 1/24 : ARG BASE=golang:1.15-alpine 15:33:38 Step 2/24 : FROM ${BASE} AS builder 15:33:38 ---> 0313b37cc10e 15:33:38 Step 3/24 : ARG MAKE='make build' 15:33:39 ---> Running in a18c14d79356 15:33:39 Removing intermediate container a18c14d79356 15:33:39 ---> 4396f1dbc916 15:33:39 Step 4/24 : WORKDIR /device-sdk-go 15:33:39 ---> Running in 663cff81a9fd 15:33:40 Removing intermediate container 663cff81a9fd 15:33:40 ---> 7f7316ad5dcc 15:33:40 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 15:33:40 ---> Running in ef3466f30ada 15:33:40 Removing intermediate container ef3466f30ada 15:33:40 ---> 2329b9267232 15:33:40 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:33:40 ---> Running in 54c524b33b9d 15:33:43 Removing intermediate container 54c524b33b9d 15:33:43 ---> 8b201a3752d3 15:33:43 Step 7/24 : RUN apk add --update --no-cache make git 15:33:43 ---> Running in b5062b9a4145 15:33:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:33:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:33:46 OK: 142 MiB in 39 packages 15:33:47 Removing intermediate container b5062b9a4145 15:33:47 ---> c40f76ca9b91 15:33:47 Step 8/24 : COPY . . 15:33:48 ---> 8f73c2f62cc1 15:33:48 Step 9/24 : RUN ${MAKE} 15:33:48 ---> Running in c121e4d52ea1 15:33:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=1.2.4-dev.24" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 15:33:50 Removing intermediate container 12d64365da89 15:33:50 ---> 8e3887fa1b24 15:33:50 Successfully built 8e3887fa1b24 15:33:50 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 15:33:50 + docker inspect -f . ci-base-image-x86_64 15:33:50 . [Pipeline] withDockerContainer 15:33:50 prd-centos7-docker-4c-2g-4625 does not seem to be running inside a container 15:33:50 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/75 -v /w/workspace/device-sdk-go/75:/w/workspace/device-sdk-go/75:rw,z -v /w/workspace/device-sdk-go/75@tmp:/w/workspace/device-sdk-go/75@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 15:33:51 $ docker top 0615096da982da8916c3fd2d473f7be158bcbf5bbb7427a5c1249062549d3c87 -eo pid,comm [Pipeline] { [Pipeline] sh 15:33:52 + go version 15:33:52 go version go1.15.2 linux/amd64 [Pipeline] } 15:33:52 $ docker stop --time=1 0615096da982da8916c3fd2d473f7be158bcbf5bbb7427a5c1249062549d3c87 15:33:53 $ docker rm -f 0615096da982da8916c3fd2d473f7be158bcbf5bbb7427a5c1249062549d3c87 [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 15:33:54 + sudo chown -R jenkins:jenkins . [Pipeline] sh 15:33:55 + ls -al . 15:33:55 total 64 15:33:55 drwxrwxr-x. 11 jenkins jenkins 4096 Oct 11 15:33 . 15:33:55 drwxrwxr-x. 4 jenkins jenkins 30 Oct 11 15:33 .. 15:33:55 drwxrwxr-x. 2 jenkins jenkins 64 Oct 11 15:33 bin 15:33:55 -rw-rw-r--. 1 jenkins jenkins 936 Oct 11 15:33 Dockerfile.build 15:33:55 -rw-rw-r--. 1 jenkins jenkins 140 Oct 11 15:33 .dockerignore 15:33:55 drwxrwxr-x. 4 jenkins jenkins 48 Oct 11 15:33 example 15:33:55 drwxrwxr-x. 8 jenkins jenkins 162 Oct 11 15:33 .git 15:33:55 drwxrwxr-x. 2 jenkins jenkins 60 Oct 11 15:33 .github 15:33:55 -rw-rw-r--. 1 jenkins jenkins 138 Oct 11 15:33 .gitignore 15:33:55 -rw-rw-r--. 1 jenkins jenkins 517 Oct 11 15:33 go.mod 15:33:55 drwxrwxr-x. 15 jenkins jenkins 211 Oct 11 15:33 internal 15:33:55 -rw-rw-r--. 1 jenkins jenkins 901 Oct 11 15:33 Jenkinsfile 15:33:55 -rw-rw-r--. 1 jenkins jenkins 11341 Oct 11 15:33 LICENSE 15:33:55 -rw-rw-r--. 1 jenkins jenkins 1013 Oct 11 15:33 Makefile 15:33:55 drwxrwxr-x. 4 jenkins jenkins 26 Oct 11 15:33 openapi 15:33:55 drwxrwxr-x. 5 jenkins jenkins 50 Oct 11 15:33 pkg 15:33:55 -rw-rw-r--. 1 jenkins jenkins 5897 Oct 11 15:33 README.md 15:33:55 -rw-rw-r--. 1 jenkins jenkins 4291 Oct 11 15:33 RELEASE-NOTES.txt 15:33:55 drwxrwxr-x. 3 jenkins jenkins 44 Oct 11 15:33 .semver 15:33:55 drwxrwxr-x. 4 jenkins jenkins 54 Oct 11 15:33 snap 15:33:55 -rw-rw-r--. 1 jenkins jenkins 12 Oct 11 15:30 VERSION 15:33:55 -rw-rw-r--. 1 jenkins jenkins 222 Oct 11 15:33 version.go [Pipeline] isUnix [Pipeline] sh 15:33:55 + 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=153a43e7e060228c1df4c616c423a5b384e52518 --label arch=amd64 --label version=1.2.4-dev.24 . 15:33:55 Sending build context to Docker daemon 3.508MB 15:33:55 Step 1/24 : ARG BASE=golang:1.15-alpine 15:33:55 Step 2/24 : FROM ${BASE} AS builder 15:33:55 ---> 8e3887fa1b24 15:33:55 Step 3/24 : ARG MAKE='make build' 15:33:56 ---> Running in 1353dc841a10 15:33:56 Removing intermediate container 1353dc841a10 15:33:56 ---> 76be60e107b7 15:33:56 Step 4/24 : WORKDIR /device-sdk-go 15:33:56 ---> Running in cecb01f8c49b 15:33:56 Removing intermediate container cecb01f8c49b 15:33:56 ---> 489b35cfe5cf 15:33:56 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 15:33:56 ---> Running in a27c45ec4fe0 15:33:57 Removing intermediate container a27c45ec4fe0 15:33:57 ---> 4cfba786c553 15:33:57 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:33:57 ---> Running in 9702377653d6 15:33:58 Removing intermediate container 9702377653d6 15:33:58 ---> 74072aa9147f 15:33:58 Step 7/24 : RUN apk add --update --no-cache make git 15:33:58 ---> Running in 7ce38e77c1d2 15:33:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:33:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:33:59 OK: 166 MiB in 39 packages 15:33:59 Removing intermediate container 7ce38e77c1d2 15:33:59 ---> fd3241e5747e 15:33:59 Step 8/24 : COPY . . 15:34:01 ---> d6642455d685 15:34:01 Step 9/24 : RUN ${MAKE} 15:34:01 ---> Running in 28e707a5dbe5 15:34:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=1.2.4-dev.24" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 15:34:09 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 15:34:11 Removing intermediate container 28e707a5dbe5 15:34:11 ---> 2944fa97b780 15:34:11 Step 10/24 : FROM scratch 15:34:11 ---> 15:34:11 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 15:34:11 ---> Running in 368083c58b21 15:34:11 Removing intermediate container 368083c58b21 15:34:11 ---> ef9050d8dd31 15:34:11 Step 12/24 : ENV APP_PORT=49990 15:34:11 ---> Running in 70b17202243f 15:34:11 Removing intermediate container 70b17202243f 15:34:11 ---> 52f6dea2f73a 15:34:11 Step 13/24 : EXPOSE $APP_PORT 15:34:11 ---> Running in 5c92cda13346 15:34:11 Removing intermediate container 5c92cda13346 15:34:11 ---> 0d7df987e46b 15:34:11 Step 14/24 : WORKDIR / 15:34:11 ---> Running in 2ec29ebda7af 15:34:11 Removing intermediate container 2ec29ebda7af 15:34:11 ---> 4f9be8583344 15:34:11 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 15:34:12 ---> 881a697a495d 15:34:12 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 15:34:12 ---> 45b5fcf186d9 15:34:12 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 15:34:13 ---> 51d46c3f4730 15:34:13 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 15:34:13 ---> b903f993b3d5 15:34:13 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 15:34:13 ---> 171f4448a532 15:34:13 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 15:34:13 ---> Running in 3e335a550c93 15:34:13 Removing intermediate container 3e335a550c93 15:34:13 ---> 70852cfb4fe7 15:34:13 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:34:13 ---> Running in 01988194939a 15:34:13 Removing intermediate container 01988194939a 15:34:13 ---> 23122e938ccc 15:34:13 Step 22/24 : LABEL arch=amd64 15:34:13 ---> Running in cce9def5d083 15:34:14 Removing intermediate container cce9def5d083 15:34:14 ---> 91abc750111a 15:34:14 Step 23/24 : LABEL git_sha=153a43e7e060228c1df4c616c423a5b384e52518 15:34:14 ---> Running in 676e52c2f15a 15:34:14 Removing intermediate container 676e52c2f15a 15:34:14 ---> dc1e8a516a58 15:34:14 Step 24/24 : LABEL version=1.2.4-dev.24 15:34:14 ---> Running in ea20f727edf8 15:34:14 Removing intermediate container ea20f727edf8 15:34:14 ---> b635deccd781 15:34:14 [Warning] One or more build-args [ARCH] were not consumed 15:34:14 Successfully built b635deccd781 15:34:14 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] } 15:34:17 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 15:34:17 Removing intermediate container c121e4d52ea1 15:34:17 ---> 47fe64a3dd42 15:34:17 Step 10/24 : FROM scratch 15:34:17 ---> 15:34:17 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 15:34:17 ---> Running in d2b648b0731c 15:34:17 Removing intermediate container d2b648b0731c 15:34:17 ---> d44417b0fab6 15:34:17 Step 12/24 : ENV APP_PORT=49990 15:34:17 ---> Running in 968b5f2f80fc 15:34:17 Removing intermediate container 968b5f2f80fc 15:34:17 ---> 2b3974c911c6 15:34:17 Step 13/24 : EXPOSE $APP_PORT 15:34:17 ---> Running in c67a198aa726 15:34:18 Removing intermediate container c67a198aa726 15:34:18 ---> 1c54c0a861d0 15:34:18 Step 14/24 : WORKDIR / 15:34:18 ---> Running in 388f34d58451 15:34:18 Removing intermediate container 388f34d58451 15:34:18 ---> 740d1e36b195 15:34:18 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 15:34:20 ---> 75a25e3156a8 15:34:20 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 15:34:20 ---> 93300e2ded0b 15:34:20 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 15:34:21 ---> 34fc77ef0ea4 15:34:21 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 15:34:21 ---> 89628d9b1486 15:34:21 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 15:34:22 ---> a9a655fabccc 15:34:22 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 15:34:22 ---> Running in 2fb15fb53686 15:34:23 Removing intermediate container 2fb15fb53686 15:34:23 ---> fa3ef479329d 15:34:23 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:34:23 ---> Running in 047e55e0badc 15:34:24 Removing intermediate container 047e55e0badc 15:34:24 ---> b2dc2570a030 15:34:24 Step 22/24 : LABEL arch=arm64 15:34:24 ---> Running in 35d1e54f2128 15:34:24 Removing intermediate container 35d1e54f2128 15:34:24 ---> ddea56a034ea 15:34:24 Step 23/24 : LABEL git_sha=153a43e7e060228c1df4c616c423a5b384e52518 15:34:24 ---> Running in 40aee96bb033 15:34:24 Removing intermediate container 40aee96bb033 15:34:24 ---> 29e9bc84c5fc 15:34:24 Step 24/24 : LABEL version=1.2.4-dev.24 15:34:25 ---> Running in db0113519c6b 15:34:25 Removing intermediate container db0113519c6b 15:34:25 ---> 6b150ba7b17d 15:34:25 [Warning] One or more build-args [ARCH] were not consumed 15:34:25 Successfully built 6b150ba7b17d 15:34:25 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] } [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 15:34:27 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo 15:34:27 [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials 15:34:27 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:34:28 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 15:34:28 15:34:28 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh 15:34:28 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 15:34:28 1.317.0: Pulling from edgex-devops/edgex-snyk-go 15:34:28 cbdbe7a5bc2a: Pulling fs layer 15:34:28 408f87550127: Pulling fs layer 15:34:28 fe522b08c979: Pulling fs layer 15:34:28 221eaa008020: Pulling fs layer 15:34:28 2a4607e5d6b9: Pulling fs layer 15:34:28 8f79b27c4fd2: Pulling fs layer 15:34:28 e5c8dbe1645b: Pulling fs layer 15:34:28 23e8b3b47431: Pulling fs layer 15:34:28 5c568d65a230: Pulling fs layer 15:34:28 221eaa008020: Waiting 15:34:28 2a4607e5d6b9: Waiting 15:34:28 23e8b3b47431: Waiting 15:34:28 8f79b27c4fd2: Waiting 15:34:28 5c568d65a230: Waiting 15:34:28 e5c8dbe1645b: Waiting 15:34:28 fe522b08c979: Verifying Checksum 15:34:28 fe522b08c979: Download complete 15:34:28 408f87550127: Verifying Checksum 15:34:28 408f87550127: Download complete 15:34:28 2a4607e5d6b9: Verifying Checksum 15:34:28 2a4607e5d6b9: Download complete 15:34:28 8f79b27c4fd2: Verifying Checksum 15:34:28 8f79b27c4fd2: Download complete 15:34:28 cbdbe7a5bc2a: Verifying Checksum 15:34:28 cbdbe7a5bc2a: Download complete 15:34:28 cbdbe7a5bc2a: Pull complete 15:34:29 408f87550127: Pull complete 15:34:29 fe522b08c979: Pull complete 15:34:29 e5c8dbe1645b: Download complete 15:34:30 5c568d65a230: Verifying Checksum 15:34:30 5c568d65a230: Download complete 15:34:31 23e8b3b47431: Verifying Checksum 15:34:31 23e8b3b47431: Download complete 15:34:32 221eaa008020: Verifying Checksum 15:34:32 221eaa008020: Download complete 15:34:37 221eaa008020: Pull complete 15:34:37 2a4607e5d6b9: Pull complete 15:34:37 8f79b27c4fd2: Pull complete 15:34:40 e5c8dbe1645b: Pull complete 15:34:43 23e8b3b47431: Pull complete 15:34:45 5c568d65a230: Pull complete 15:34:45 Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 15:34:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 15:34:45 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer 15:34:45 prd-centos7-docker-4c-2g-4623 does not seem to be running inside a container 15:34:45 $ 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 15:34:47 $ docker top 80f9496b873f9cb6f57c71b0f4d812571386dacf67da75d52f11483e0081a84d -eo pid,comm [Pipeline] { [Pipeline] sh 15:34:47 + snyk monitor '--org=edgex-jenkins' 15:34:53 15:34:53 Monitoring /w/workspace/dgexfoundry_device-sdk-go_master (github.com/edgexfoundry/device-sdk-go)... 15:34:53 15:34:53 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/057beb34-70d8-4945-961c-fe027db76abc/history/058afebe-573a-4798-9095-42bb9a0eff35 15:34:53 15:34:53 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 15:34:53 15:34:53 15:34:53 Snyk CLI supports Node.js 8 and higher. 15:34:53 Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. 15:34:53 Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. 15:34:53 15:34:53 The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. 15:34:53 The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } 15:34:53 $ docker stop --time=1 80f9496b873f9cb6f57c71b0f4d812571386dacf67da75d52f11483e0081a84d 15:34:56 $ docker rm -f 80f9496b873f9cb6f57c71b0f4d812571386dacf67da75d52f11483e0081a84d [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 15:34:57 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:34:57 provisioning config files... 15:34:57 copy managed file [swaggerhub-api-key] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config5397459607594192999tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:34:57 --> edgex-publish-swagger.sh 15:34:57 === Publish openapi/v1 API === 15:34:57 [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger 15:34:57 [publishToSwagger] Publishing API Name [device-sdk] 15:34:57 % Total % Received % Xferd Average Speed Time Time Time Current 15:34:57 Dload Upload Total Spent Left Speed 15:34:58 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 20188 0 0 100 20188 0 25506 --:--:-- --:--:-- --:--:-- 25522 15:34:58 15:34:58 15:34:58 === Publish openapi/v2 API === 15:34:58 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 15:34:58 [publishToSwagger] Publishing API Name [device-sdk] 15:34:58 % Total % Received % Xferd Average Speed Time Time Time Current 15:34:58 Dload Upload Total Spent Left Speed 15:34:59 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 49274 0 0 100 49274 0 69668 --:--:-- --:--:-- --:--:-- 69596 100 49274 0 0 100 49274 0 69648 --:--:-- --:--:-- --:--:-- 69596 15:34:59 15:34:59 [Pipeline] } 15:34:59 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 15:35:00 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:35:00 . [Pipeline] withDockerContainer 15:35:00 prd-centos7-docker-4c-2g-4623 does not seem to be running inside a container 15:35:00 $ 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 15:35:01 $ docker top 47b9a9473d0eb6920c5bc27242d300fd9c1f7479fa611821d8c0d28656cbc069 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:35:01 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:35:01 [ssh-agent] Looking for ssh-agent implementation... 15:35:01 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:35:01 $ docker exec 47b9a9473d0eb6920c5bc27242d300fd9c1f7479fa611821d8c0d28656cbc069 ssh-agent 15:35:01 SSH_AUTH_SOCK=/tmp/ssh-TK2o509jA9XW/agent.13 15:35:01 SSH_AGENT_PID=18 15:35:01 Running ssh-add (command line suppressed) 15:35:02 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_8158574895914392245.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_8158574895914392245.key) 15:35:02 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:35:02 + git semver tag 15:35:02 # -> Open(): unable to determine branch for HEAD 15:35:02 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 15:35:02 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 15:35:02 # $SEMVER_REMOTE_NAME = origin 15:35:02 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:35:02 # $SEMVER_USER_NAME = edgex-jenkins 15:35:02 # $SEMVER_BRANCH = master 15:35:02 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver 15:35:02 # 153a43e7e060228c1df4c616c423a5b384e52518 HEAD 15:35:02 # -> Force: false 15:35:02 # a940b05070a33782d169c4081674466be6a0d439 refs/tags/v1.2.4-dev.24 [Pipeline] } 15:35:02 $ docker exec --env ******** --env ******** 47b9a9473d0eb6920c5bc27242d300fd9c1f7479fa611821d8c0d28656cbc069 ssh-agent -k 15:35:02 unset SSH_AUTH_SOCK; 15:35:02 unset SSH_AGENT_PID; 15:35:02 echo Agent pid 18 killed; 15:35:02 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:35:03 + git semver [Pipeline] } 15:35:03 $ docker stop --time=1 47b9a9473d0eb6920c5bc27242d300fd9c1f7479fa611821d8c0d28656cbc069 15:35:04 $ docker rm -f 47b9a9473d0eb6920c5bc27242d300fd9c1f7479fa611821d8c0d28656cbc069 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 15:35:05 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 15:35:05 15:35:05 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 15:35:05 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 15:35:05 0.23.1-centos7: Pulling from edgex-lftools 15:35:05 ab5ef0e58194: Pulling fs layer 15:35:05 9712f1f96733: Pulling fs layer 15:35:05 63f879dbbcfc: Pulling fs layer 15:35:05 0d9ebad4ef96: Pulling fs layer 15:35:05 e9a5061849ea: Pulling fs layer 15:35:05 d747dcd14b5f: Pulling fs layer 15:35:05 2de7ff778b66: Pulling fs layer 15:35:05 e9a5061849ea: Waiting 15:35:05 d747dcd14b5f: Waiting 15:35:05 0d9ebad4ef96: Waiting 15:35:05 9712f1f96733: Verifying Checksum 15:35:05 9712f1f96733: Download complete 15:35:07 63f879dbbcfc: Verifying Checksum 15:35:07 63f879dbbcfc: Download complete 15:35:07 e9a5061849ea: Verifying Checksum 15:35:07 e9a5061849ea: Download complete 15:35:07 d747dcd14b5f: Verifying Checksum 15:35:07 d747dcd14b5f: Download complete 15:35:08 2de7ff778b66: Verifying Checksum 15:35:08 2de7ff778b66: Download complete 15:35:08 0d9ebad4ef96: Verifying Checksum 15:35:08 0d9ebad4ef96: Download complete 15:35:08 ab5ef0e58194: Verifying Checksum 15:35:08 ab5ef0e58194: Download complete 15:35:12 ab5ef0e58194: Pull complete 15:35:12 9712f1f96733: Pull complete 15:35:16 63f879dbbcfc: Pull complete 15:35:22 0d9ebad4ef96: Pull complete 15:35:23 e9a5061849ea: Pull complete 15:35:23 d747dcd14b5f: Pull complete 15:35:26 2de7ff778b66: Pull complete 15:35:26 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 15:35:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 15:35:26 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 15:35:27 prd-centos7-docker-4c-2g-4623 does not seem to be running inside a container 15:35:27 $ 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 15:35:30 $ docker top 2758bbba31cb4d89e21a9974a72aa24f05f2f76ed6069ad2cb09ebd7cbee6ac8 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 15:35:31 provisioning config files... 15:35:31 copy managed file [sigul-config] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config7017591885800425600tmp 15:35:31 copy managed file [sigul-password] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config4822274843162657189tmp 15:35:31 copy managed file [sigul-pki] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config7817887626087206395tmp [Pipeline] { [Pipeline] echo 15:35:31 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 15:35:31 ---> sigul-configuration.sh 15:35:31 gpg: directory `/root/.gnupg' created 15:35:31 gpg: new configuration file `/root/.gnupg/gpg.conf' created 15:35:31 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 15:35:31 gpg: keyring `/root/.gnupg/secring.gpg' created 15:35:31 gpg: keyring `/root/.gnupg/pubring.gpg' created 15:35:31 gpg: CAST5 encrypted data 15:35:31 gpg: encrypted with 1 passphrase 15:35:31 gpg: WARNING: message was not integrity protected [Pipeline] sh 15:35:32 + mkdir /home/jenkins 15:35:32 + mkdir /home/jenkins/sigul [Pipeline] sh 15:35:32 + 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 15:35:32 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 15:35:32 ---> sigul-install.sh 15:35:38 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 15:35:38 + git tag --list 15:35:38 0.7.1 15:35:38 delhi-tag 15:35:38 v1.0.0 15:35:38 v1.1.0 15:35:38 v1.1.1 15:35:38 v1.1.2 15:35:38 v1.2.0 15:35:38 v1.2.1 15:35:38 v1.2.2 15:35:38 v1.2.3 15:35:38 v1.2.4-dev.1 15:35:38 v1.2.4-dev.10 15:35:38 v1.2.4-dev.11 15:35:38 v1.2.4-dev.12 15:35:38 v1.2.4-dev.13 15:35:38 v1.2.4-dev.14 15:35:38 v1.2.4-dev.15 15:35:38 v1.2.4-dev.16 15:35:38 v1.2.4-dev.17 15:35:38 v1.2.4-dev.18 15:35:38 v1.2.4-dev.19 15:35:38 v1.2.4-dev.2 15:35:38 v1.2.4-dev.20 15:35:38 v1.2.4-dev.21 15:35:38 v1.2.4-dev.22 15:35:38 v1.2.4-dev.23 15:35:38 v1.2.4-dev.24 15:35:38 v1.2.4-dev.3 15:35:38 v1.2.4-dev.4 15:35:38 v1.2.4-dev.5 15:35:38 v1.2.4-dev.6 15:35:38 v1.2.4-dev.7 15:35:38 v1.2.4-dev.8 15:35:38 v1.2.4-dev.9 [Pipeline] sh 15:35:38 + lftools sign git-tag v1.2.4-dev.24 15:35:40 Signing Git tag with Sigul... 15:35:40 Signing v1.2.4-dev.24 [Pipeline] echo 15:35:40 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 15:35:41 ---> sigul-configuration-cleanup.sh [Pipeline] } 15:35:41 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 15:35:41 $ docker stop --time=1 2758bbba31cb4d89e21a9974a72aa24f05f2f76ed6069ad2cb09ebd7cbee6ac8 15:35:43 $ docker rm -f 2758bbba31cb4d89e21a9974a72aa24f05f2f76ed6069ad2cb09ebd7cbee6ac8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 15:35:44 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:35:44 . [Pipeline] withDockerContainer 15:35:44 prd-centos7-docker-4c-2g-4623 does not seem to be running inside a container 15:35:44 $ 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 15:35:45 $ docker top a955d6f69ed59edd241dcfcf8ffa9b92c6fb6a326d3a7d0265947463bb40988f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:35:45 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:35:45 [ssh-agent] Looking for ssh-agent implementation... 15:35:45 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:35:45 $ docker exec a955d6f69ed59edd241dcfcf8ffa9b92c6fb6a326d3a7d0265947463bb40988f ssh-agent 15:35:45 SSH_AUTH_SOCK=/tmp/ssh-YqXxD5amZC6p/agent.12 15:35:45 SSH_AGENT_PID=18 15:35:45 Running ssh-add (command line suppressed) 15:35:45 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_3469653952877864889.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_3469653952877864889.key) 15:35:46 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:35:46 + git semver bump pre 15:35:46 # -> Open(): unable to determine branch for HEAD 15:35:46 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 15:35:46 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 15:35:46 # $SEMVER_REMOTE_NAME = origin 15:35:46 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:35:46 # $SEMVER_USER_NAME = edgex-jenkins 15:35:46 # $SEMVER_BRANCH = master 15:35:46 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver 15:35:46 1.2.4-dev.25 [Pipeline] } 15:35:46 $ docker exec --env ******** --env ******** a955d6f69ed59edd241dcfcf8ffa9b92c6fb6a326d3a7d0265947463bb40988f ssh-agent -k 15:35:46 unset SSH_AUTH_SOCK; 15:35:46 unset SSH_AGENT_PID; 15:35:46 echo Agent pid 18 killed; 15:35:46 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:35:47 + git semver [Pipeline] } 15:35:47 $ docker stop --time=1 a955d6f69ed59edd241dcfcf8ffa9b92c6fb6a326d3a7d0265947463bb40988f 15:35:48 $ docker rm -f a955d6f69ed59edd241dcfcf8ffa9b92c6fb6a326d3a7d0265947463bb40988f [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 15:35:49 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:35:49 . [Pipeline] withDockerContainer 15:35:49 prd-centos7-docker-4c-2g-4623 does not seem to be running inside a container 15:35:49 $ 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 15:35:49 $ docker top a9fb4eb8d524989e358a5dfbcf6757bcf68b3c982e037b4748db44ab8ef06090 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:35:50 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:35:50 [ssh-agent] Looking for ssh-agent implementation... 15:35:50 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:35:50 $ docker exec a9fb4eb8d524989e358a5dfbcf6757bcf68b3c982e037b4748db44ab8ef06090 ssh-agent 15:35:50 SSH_AUTH_SOCK=/tmp/ssh-4dORgrfxq60G/agent.12 15:35:50 SSH_AGENT_PID=17 15:35:50 Running ssh-add (command line suppressed) 15:35:50 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_1769396110150417359.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_1769396110150417359.key) 15:35:50 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:35:51 + git semver push 15:35:51 # -> Open(): unable to determine branch for HEAD 15:35:51 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 15:35:51 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 15:35:51 # $SEMVER_REMOTE_NAME = origin 15:35:51 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:35:51 # $SEMVER_USER_NAME = edgex-jenkins 15:35:51 # $SEMVER_BRANCH = master 15:35:51 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } 15:35:57 $ docker exec --env ******** --env ******** a9fb4eb8d524989e358a5dfbcf6757bcf68b3c982e037b4748db44ab8ef06090 ssh-agent -k 15:35:57 unset SSH_AUTH_SOCK; 15:35:57 unset SSH_AGENT_PID; 15:35:57 echo Agent pid 17 killed; 15:35:57 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:35:58 + git semver [Pipeline] } 15:35:58 $ docker stop --time=1 a9fb4eb8d524989e358a5dfbcf6757bcf68b3c982e037b4748db44ab8ef06090 15:35:59 $ docker rm -f a9fb4eb8d524989e358a5dfbcf6757bcf68b3c982e037b4748db44ab8ef06090 [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 15:36:01 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 15:36:01 ---> package-listing.sh 15:36:01 ++ facter osfamily 15:36:01 ++ tr '[:upper:]' '[:lower:]' 15:36:01 + OS_FAMILY=redhat 15:36:01 + workspace=/w/workspace/dgexfoundry_device-sdk-go_master 15:36:01 + START_PACKAGES=/tmp/packages_start.txt 15:36:01 + END_PACKAGES=/tmp/packages_end.txt 15:36:01 + DIFF_PACKAGES=/tmp/packages_diff.txt 15:36:01 + PACKAGES=/tmp/packages_start.txt 15:36:01 + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' 15:36:01 + PACKAGES=/tmp/packages_end.txt 15:36:01 + case "${OS_FAMILY}" in 15:36:01 + rpm -qa 15:36:01 + sort 15:36:06 + '[' -f /tmp/packages_start.txt ']' 15:36:06 + '[' -f /tmp/packages_end.txt ']' 15:36:06 + diff /tmp/packages_start.txt /tmp/packages_end.txt 15:36:06 + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' 15:36:06 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_master/archives/ 15:36:06 + 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 15:36:06 provisioning config files... 15:36:06 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config1694659182287193763tmp [Pipeline] { [Pipeline] echo 15:36:06 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 15:36:07 ---> create-netrc.sh [Pipeline] } 15:36:07 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 15:36:07 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 15:36:07 ---> python-tools-install.sh 15:36:07 Generating Requirements File 15:37:28 Python 3.6.8 15:37:28 pip 20.2.3 from /home/jenkins/.local/lib/python3.6/site-packages/pip (python 3.6) 15:37:28 appdirs==1.4.3 15:37:28 argcomplete==1.12.1 15:37:28 aspy.yaml==1.3.0 15:37:28 attrs==19.3.0 15:37:28 Babel==2.8.0 15:37:28 beautifulsoup4==4.8.2 15:37:28 boto3==1.11.6 15:37:28 botocore==1.14.6 15:37:28 bs4==0.0.1 15:37:28 cachetools==4.1.1 15:37:28 certifi==2019.11.28 15:37:28 cffi==1.14.3 15:37:28 cfgv==2.0.1 15:37:28 chardet==3.0.4 15:37:28 click==7.1 15:37:28 cliff==3.4.0 15:37:28 cmd2==1.3.11 15:37:28 colorama==0.4.3 15:37:28 cryptography==3.1.1 15:37:28 debtcollector==2.2.0 15:37:28 decorator==4.4.2 15:37:28 defusedxml==0.6.0 15:37:28 Deprecated==1.2.7 15:37:28 distlib==0.3.1 15:37:28 distro==1.2.0 15:37:28 dnspython==1.16.0 15:37:28 docker==4.2.0 15:37:28 docutils==0.15.2 15:37:28 dogpile.cache==1.0.2 15:37:28 email-validator==1.0.5 15:37:28 filelock==3.0.12 15:37:28 future==0.18.2 15:37:28 google-auth==1.22.1 15:37:28 httplib2==0.17.0 15:37:28 identify==1.4.11 15:37:28 idna==2.9 15:37:28 importlib-metadata==2.0.0 15:37:28 importlib-resources==1.5.0 15:37:28 iso8601==0.1.13 15:37:28 Jinja2==2.11.1 15:37:28 jmespath==0.10.0 15:37:28 jsonpatch==1.26 15:37:28 jsonpointer==2.0 15:37:28 jsonschema==3.2.0 15:37:28 keystoneauth1==4.2.1 15:37:28 kubernetes==11.0.0 15:37:28 lftools==0.34.2 15:37:28 lxml==4.5.0 15:37:28 MarkupSafe==0.23 15:37:28 msgpack==1.0.0 15:37:28 multi-key-dict==2.0.3 15:37:28 munch==2.5.0 15:37:28 netaddr==0.8.0 15:37:28 netifaces==0.10.9 15:37:28 niet==1.4.2 15:37:28 nodeenv==1.3.5 15:37:28 oauth2client==4.1.3 15:37:28 oauthlib==3.1.0 15:37:28 openstacksdk==0.50.0 15:37:28 os-client-config==2.1.0 15:37:28 os-service-types==1.7.0 15:37:28 osc-lib==2.2.1 15:37:28 oslo.config==8.3.2 15:37:28 oslo.context==3.1.1 15:37:28 oslo.i18n==5.0.1 15:37:28 oslo.log==4.4.0 15:37:28 oslo.serialization==4.0.1 15:37:28 oslo.utils==4.6.0 15:37:28 packaging==20.4 15:37:28 pbr==5.4.4 15:37:28 pluggy==0.13.1 15:37:28 prettytable==0.7.2 15:37:28 py==1.9.0 15:37:28 pyasn1==0.4.8 15:37:28 pyasn1-modules==0.2.8 15:37:28 pycparser==2.20 15:37:28 pygerrit2==2.0.10 15:37:28 PyGithub==1.46 15:37:28 pyinotify==0.9.6 15:37:28 PyJWT==1.7.1 15:37:28 pyparsing==2.4.7 15:37:28 pyperclip==1.8.1 15:37:28 pyroute2==0.4.13 15:37:28 pyrsistent==0.15.7 15:37:28 PySocks==1.6.8 15:37:28 python-cinderclient==7.2.0 15:37:28 python-dateutil==2.8.1 15:37:28 python-heatclient==2.2.1 15:37:28 python-jenkins==1.7.0 15:37:28 python-keystoneclient==4.1.1 15:37:28 python-magnumclient==3.2.1 15:37:28 python-novaclient==17.2.1 15:37:28 python-openstackclient==5.4.0 15:37:28 python-swiftclient==3.10.1 15:37:28 pytz==2020.1 15:37:28 PyYAML==5.3 15:37:28 requests==2.23.0 15:37:28 requests-oauthlib==1.3.0 15:37:28 requestsexceptions==1.4.0 15:37:28 rfc3986==1.4.0 15:37:28 rpm==4.11.3 15:37:28 rsa==4.0 15:37:28 ruamel.yaml==0.16.10 15:37:28 ruamel.yaml.clib==0.2.0 15:37:28 s3transfer==0.3.3 15:37:28 shade==1.27.2 15:37:28 simplejson==3.17.2 15:37:28 six==1.14.0 15:37:28 soupsieve==2.0 15:37:28 stevedore==3.2.2 15:37:28 tabulate==0.8.6 15:37:28 toml==0.10.0 15:37:28 tox==3.20.1 15:37:28 tqdm==4.43.0 15:37:28 urllib3==1.25.8 15:37:28 virtualenv==20.0.33 15:37:28 wcwidth==0.2.5 15:37:28 websocket-client==0.57.0 15:37:28 wrapt==1.12.1 15:37:28 xdg==3.0.2 15:37:28 xmltodict==0.12.0 15:37:28 yq==2.11.1 15:37:28 zipp==3.3.0 15:37:28 Cache entry deserialization failed, entry ignored 15:37:28 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. 15:37:28 Python 2.7.5 15:37:28 pip 20.2.3 from /home/jenkins/.local/lib/python2.7/site-packages/pip (python 2.7) 15:37:28 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. 15:37:28 ansible==2.9.7 15:37:28 Babel==0.9.6 15:37:28 backports.ssl-match-hostname==3.5.0.1 15:37:28 beautifulsoup4==4.4.1 15:37:28 bodhi==2.11.0 15:37:28 bodhi-client==2.11.0 15:37:28 CCColUtils==1.4 15:37:28 cffi==1.6.0 15:37:28 chardet==2.2.1 15:37:28 click==6.7 15:37:28 cloud-init==18.5 15:37:28 configobj==4.7.2 15:37:28 cryptography==1.7.2 15:37:28 decorator==3.4.0 15:37:28 distro==1.2.0 15:37:28 enum34==1.0.4 15:37:28 fedpkg==1.38 15:37:28 futures==3.1.1 15:37:28 gitdb==0.6.4 15:37:28 GitPython==1.0.1 15:37:28 html5lib==0.999 15:37:28 httplib2==0.9.2 15:37:28 idna==2.4 15:37:28 iniparse==0.4 15:37:28 ipaddress==1.0.16 15:37:28 IPy==0.75 15:37:28 javapackages==1.0.0 15:37:28 Jinja2==2.7.2 15:37:28 jmespath==0.9.4 15:37:28 jsonpatch==1.2 15:37:28 jsonpointer==1.9 15:37:28 kerberos==1.1 15:37:28 kitchen==1.1.1 15:37:28 langtable==0.0.31 15:37:28 lockfile==0.9.1 15:37:28 lxml==3.2.1 15:37:28 MarkupSafe==0.11 15:37:28 munch==2.0.2 15:37:28 offtrac==0.1.0 15:37:28 openidc-client==0.6.0 15:37:28 packagedb-cli==2.14.1 15:37:28 paramiko==2.1.1 15:37:28 perf==0.1 15:37:28 ply==3.4 15:37:28 policycoreutils-default-encoding==0.1 15:37:28 prettytable==0.7.2 15:37:28 pyasn1==0.1.9 15:37:28 pycparser==2.14 15:37:28 pycurl==7.19.0 15:37:28 pygobject==3.22.0 15:37:28 pygpgme==0.3 15:37:28 pyliblzma==0.5.3 15:37:28 pyOpenSSL==0.13.1 15:37:28 pyparsing==1.5.6 15:37:28 pyserial==2.6 15:37:28 python-augeas==0.5.0 15:37:28 python-bugzilla==2.3.0 15:37:28 python-dateutil==1.5 15:37:28 python-fedora==0.10.0 15:37:28 python-linux-procfs==0.4.9 15:37:28 python-yubico==1.2.3 15:37:28 pyudev==0.15 15:37:28 pyusb==1.0.0b1 15:37:28 pyxattr==0.5.1 15:37:28 PyYAML==3.10 15:37:28 requests==2.6.0 15:37:28 requests-kerberos==0.7.0 15:37:28 rpkg==1.60 15:37:28 schedutils==0.4 15:37:28 seobject==0.1 15:37:28 sepolicy==1.1 15:37:28 six==1.9.0 15:37:28 smmap==0.9.0 15:37:28 urlgrabber==3.10 15:37:28 urllib3==1.10.2 15:37:28 virtualenv==15.1.0 15:37:28 yum-langpacks==0.4.2 15:37:28 yum-metadata-parser==1.1.4 [Pipeline] echo 15:37:28 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 15:37:29 ---> sudo-logs.sh 15:37:29 Archiving 'sudo' log.. [Pipeline] echo 15:37:29 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 15:37:29 ---> job-cost.sh 15:37:29 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-EcaD 15:37:39 Cache entry deserialization failed, entry ignored 15:37:39 Cache entry deserialization failed, entry ignored 15:37:39 Cache entry deserialization failed, entry ignored 15:37:39 Cache entry deserialization failed, entry ignored 15:37:39 Cache entry deserialization failed, entry ignored 15:37:40 Cache entry deserialization failed, entry ignored 15:37:40 Cache entry deserialization failed, entry ignored 15:37:40 Cache entry deserialization failed, entry ignored 15:37:40 Cache entry deserialization failed, entry ignored 15:37:40 Cache entry deserialization failed, entry ignored 15:37:40 Cache entry deserialization failed, entry ignored 15:37:40 Cache entry deserialization failed, entry ignored 15:37:40 Cache entry deserialization failed, entry ignored 15:37:44 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 15:38:16 lf-activate-venv(): INFO: Adding /tmp/venv-EcaD/bin to PATH 15:38:16 INFO: No Stack... 15:38:16 INFO: Retrieving Pricing Info for: v1-standard-2 15:38:16 INFO: Archiving Costs [Pipeline] echo 15:38:16 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 15:38:16 ---> logs-deploy.sh 15:38:16 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/master/75 15:38:16 INFO: archiving workspace using pattern(s): 15:38:18 Archives upload complete. 15:38:18 INFO: archiving logs to Nexus 15:38:20 ---> uname -a: 15:38:20 Linux prd-centos7-docker-4c-2g-4623.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 15:38:20 15:38:20 15:38:20 ---> lscpu: 15:38:20 Architecture: x86_64 15:38:20 CPU op-mode(s): 32-bit, 64-bit 15:38:20 Byte Order: Little Endian 15:38:20 CPU(s): 4 15:38:20 On-line CPU(s) list: 0-3 15:38:20 Thread(s) per core: 1 15:38:20 Core(s) per socket: 1 15:38:20 Socket(s): 4 15:38:20 NUMA node(s): 1 15:38:20 Vendor ID: GenuineIntel 15:38:20 CPU family: 6 15:38:20 Model: 44 15:38:20 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 15:38:20 Stepping: 1 15:38:20 CPU MHz: 2933.436 15:38:20 BogoMIPS: 5866.87 15:38:20 Virtualization: VT-x 15:38:20 Hypervisor vendor: KVM 15:38:20 Virtualization type: full 15:38:20 L1d cache: 32K 15:38:20 L1i cache: 32K 15:38:20 L2 cache: 4096K 15:38:20 L3 cache: 16384K 15:38:20 NUMA node0 CPU(s): 0-3 15:38:20 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 15:38:20 15:38:20 15:38:20 ---> nproc: 15:38:20 4 15:38:20 15:38:20 15:38:20 ---> df -h: 15:38:20 Filesystem Size Used Avail Use% Mounted on 15:38:20 devtmpfs 887M 0 887M 0% /dev 15:38:20 tmpfs 919M 0 919M 0% /dev/shm 15:38:20 tmpfs 919M 17M 903M 2% /run 15:38:20 tmpfs 919M 0 919M 0% /sys/fs/cgroup 15:38:20 /dev/vda1 50G 8.6G 42G 18% / 15:38:20 tmpfs 184M 0 184M 0% /run/user/1001 15:38:20 15:38:20 15:38:20 ---> free -m: 15:38:20 total used free shared buff/cache available 15:38:20 Mem: 1837 669 80 16 1087 968 15:38:20 Swap: 1023 3 1020 15:38:20 15:38:20 15:38:20 ---> ip addr: 15:38:20 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 15:38:20 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 15:38:20 inet 127.0.0.1/8 scope host lo 15:38:20 valid_lft forever preferred_lft forever 15:38:20 inet6 ::1/128 scope host 15:38:20 valid_lft forever preferred_lft forever 15:38:20 2: eth0: mtu 1458 qdisc pfifo_fast state UP group default qlen 1000 15:38:20 link/ether fa:16:3e:0a:c4:2e brd ff:ff:ff:ff:ff:ff 15:38:20 inet 10.30.123.254/23 brd 10.30.123.255 scope global dynamic eth0 15:38:20 valid_lft 85859sec preferred_lft 85859sec 15:38:20 inet6 fe80::f816:3eff:fe0a:c42e/64 scope link 15:38:20 valid_lft forever preferred_lft forever 15:38:20 3: docker0: mtu 1500 qdisc noqueue state DOWN group default 15:38:20 link/ether 02:42:76:c8:5b:8e brd ff:ff:ff:ff:ff:ff 15:38:20 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 15:38:20 valid_lft forever preferred_lft forever 15:38:20 inet6 fe80::42:76ff:fec8:5b8e/64 scope link 15:38:20 valid_lft forever preferred_lft forever 15:38:20 15:38:20 15:38:20 ---> sar -b -r -n DEV: 15:38:20 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/11/2020 _x86_64_ (4 CPU) 15:38:20 15:38:20 03:29:04 PM LINUX RESTART 15:38:20 15:38:20 03:30:01 PM tps rtps wtps bread/s bwrtn/s 15:38:20 03:31:01 PM 20.61 4.56 16.05 1033.59 2069.55 15:38:20 03:32:01 PM 1.68 0.00 1.68 0.00 31.64 15:38:20 03:33:01 PM 0.37 0.00 0.37 0.00 5.70 15:38:20 03:34:01 PM 0.35 0.00 0.35 0.00 5.83 15:38:20 03:35:02 PM 227.16 135.24 91.93 7421.57 32676.56 15:38:20 03:36:01 PM 218.42 81.74 136.68 4673.66 33138.74 15:38:20 03:37:01 PM 111.70 60.58 51.12 5426.74 6468.14 15:38:20 03:38:01 PM 111.21 29.47 81.73 1371.96 8792.57 15:38:20 Average: 86.18 38.87 47.31 2486.87 10353.44 15:38:20 15:38:20 03:30:01 PM kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 15:38:20 03:31:01 PM 157176 1724380 91.65 2620 1136372 1128740 38.52 444200 1119408 20 15:38:20 03:32:01 PM 162236 1719320 91.38 2620 1136376 1092392 37.28 442400 1116860 16 15:38:20 03:33:01 PM 162944 1718612 91.34 2620 1136384 1081252 36.90 442604 1116536 8 15:38:20 03:34:01 PM 160792 1720764 91.45 2620 1136384 1081264 36.90 444644 1116300 8 15:38:20 03:35:02 PM 175608 1705948 90.67 2596 1042088 1224088 41.78 546928 950660 40 15:38:20 03:36:01 PM 231632 1649924 87.69 1492 916624 1100744 37.57 606772 753392 20 15:38:20 03:37:01 PM 72180 1809376 96.16 1492 1004032 1152800 39.34 664272 838204 75232 15:38:20 03:38:01 PM 97684 1783872 94.81 1492 957040 1141656 38.96 639064 804268 78788 15:38:20 Average: 152532 1729024 91.89 2194 1058162 1125367 38.41 528860 976954 19266 15:38:20 15:38:20 03:30:01 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s 15:38:20 03:31:01 PM eth0 35.24 29.75 41.58 41.52 0.00 0.00 0.00 15:38:20 03:31:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:38:20 03:31:01 PM docker0 8.34 6.16 1.18 19.24 0.00 0.00 0.00 15:38:20 03:32:01 PM eth0 3.56 1.37 2.93 0.09 0.00 0.00 0.00 15:38:20 03:32:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:38:20 03:32:01 PM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:38:20 03:33:01 PM eth0 0.97 0.42 0.32 0.20 0.00 0.00 0.00 15:38:20 03:33:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:38:20 03:33:01 PM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:38:20 03:34:01 PM eth0 0.40 0.35 0.29 0.20 0.00 0.00 0.00 15:38:20 03:34:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:38:20 03:34:01 PM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:38:20 03:35:02 PM eth0 459.15 408.85 3975.02 41.52 0.00 0.00 0.00 15:38:20 03:35:02 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:38:20 03:35:02 PM veth88d354c 0.00 0.05 0.00 0.00 0.00 0.00 0.00 15:38:20 03:35:02 PM docker0 40.20 36.32 4.12 172.53 0.00 0.00 0.00 15:38:20 03:36:01 PM eth0 474.81 406.35 3514.13 112.11 0.00 0.00 0.00 15:38:20 03:36:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:38:20 03:36:01 PM docker0 28.17 36.78 1.79 202.72 0.00 0.00 0.00 15:38:20 03:37:01 PM eth0 121.94 106.41 825.57 37.38 0.00 0.00 0.00 15:38:20 03:37:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:38:20 03:37:01 PM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:38:20 03:38:01 PM eth0 39.04 27.37 127.58 8.24 0.00 0.00 0.00 15:38:20 03:38:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:38:20 03:38:01 PM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:38:20 Average: eth0 141.23 122.05 1056.07 29.99 0.00 0.00 0.00 15:38:20 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:38:20 Average: docker0 8.51 9.08 0.74 46.59 0.00 0.00 0.00 15:38:20 15:38:20 15:38:20 ---> sar -P ALL: 15:38:20 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/11/2020 _x86_64_ (4 CPU) 15:38:20 15:38:20 03:29:04 PM LINUX RESTART 15:38:20 15:38:20 03:30:01 PM CPU %user %nice %system %iowait %steal %idle 15:38:20 03:31:01 PM all 1.62 0.00 0.89 0.65 0.02 96.82 15:38:20 03:31:01 PM 0 1.57 0.00 0.89 0.15 0.02 97.38 15:38:20 03:31:01 PM 1 1.89 0.00 0.92 1.22 0.03 95.94 15:38:20 03:31:01 PM 2 1.45 0.00 0.79 0.17 0.02 97.58 15:38:20 03:31:01 PM 3 1.57 0.00 0.94 1.02 0.02 96.46 15:38:20 03:32:01 PM all 0.17 0.00 0.05 0.00 0.00 99.78 15:38:20 03:32:01 PM 0 0.07 0.00 0.07 0.00 0.00 99.87 15:38:20 03:32:01 PM 1 0.47 0.00 0.05 0.00 0.00 99.48 15:38:20 03:32:01 PM 2 0.08 0.00 0.07 0.00 0.02 99.83 15:38:20 03:32:01 PM 3 0.05 0.00 0.05 0.00 0.00 99.90 15:38:20 03:33:01 PM all 0.16 0.00 0.03 0.00 0.01 99.80 15:38:20 03:33:01 PM 0 0.03 0.00 0.02 0.00 0.00 99.95 15:38:20 03:33:01 PM 1 0.48 0.00 0.03 0.00 0.00 99.48 15:38:20 03:33:01 PM 2 0.08 0.00 0.03 0.00 0.00 99.88 15:38:20 03:33:01 PM 3 0.07 0.00 0.05 0.00 0.02 99.87 15:38:20 03:34:01 PM all 0.10 0.00 0.05 0.00 0.01 99.84 15:38:20 03:34:01 PM 0 0.02 0.00 0.03 0.00 0.02 99.93 15:38:20 03:34:01 PM 1 0.33 0.00 0.07 0.00 0.00 99.60 15:38:20 03:34:01 PM 2 0.02 0.00 0.03 0.00 0.00 99.95 15:38:20 03:34:01 PM 3 0.03 0.00 0.05 0.00 0.02 99.90 15:38:20 03:35:02 PM all 8.19 0.00 5.33 2.34 0.13 84.01 15:38:20 03:35:02 PM 0 7.84 0.00 5.71 2.05 0.09 84.31 15:38:20 03:35:02 PM 1 8.81 0.00 5.39 2.98 0.15 82.67 15:38:20 03:35:02 PM 2 8.15 0.00 4.90 2.41 0.14 84.40 15:38:20 03:35:02 PM 3 7.97 0.00 5.30 1.95 0.15 84.63 15:38:20 03:36:01 PM all 11.31 0.00 8.07 2.64 0.14 77.84 15:38:20 03:36:01 PM 0 9.88 0.00 8.94 2.16 0.14 78.88 15:38:20 03:36:01 PM 1 10.10 0.00 7.39 0.87 0.14 81.51 15:38:20 03:36:01 PM 2 10.17 0.00 8.00 3.40 0.16 78.26 15:38:20 03:36:01 PM 3 15.10 0.00 7.92 4.13 0.14 72.71 15:38:20 03:37:01 PM all 16.31 0.00 2.69 1.66 0.03 79.32 15:38:20 03:37:01 PM 0 20.21 0.00 3.50 0.85 0.05 75.39 15:38:20 03:37:01 PM 1 10.54 0.00 2.39 3.13 0.03 83.91 15:38:20 03:37:01 PM 2 16.92 0.00 2.37 1.18 0.03 79.49 15:38:20 03:37:01 PM 3 17.57 0.00 2.55 1.44 0.03 78.41 15:38:20 03:38:01 PM all 15.43 0.00 3.26 1.55 0.03 79.74 15:38:20 03:38:01 PM 0 32.68 0.00 5.96 0.87 0.02 60.47 15:38:20 03:38:01 PM 1 2.96 0.00 1.10 0.30 0.03 95.60 15:38:20 03:38:01 PM 2 12.52 0.00 3.26 2.37 0.03 81.81 15:38:20 03:38:01 PM 3 13.84 0.00 2.74 2.68 0.03 80.70 15:38:20 Average: all 6.60 0.00 2.51 1.09 0.05 89.75 15:38:20 Average: 0 8.94 0.00 3.09 0.75 0.04 87.18 15:38:20 Average: 1 4.41 0.00 2.14 1.06 0.05 92.35 15:38:20 Average: 2 6.13 0.00 2.40 1.18 0.05 90.25 15:38:20 Average: 3 6.95 0.00 2.41 1.39 0.05 89.20 15:38:20 15:38:20 15:38:20