Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from d88b1cbf40a2b76841607f61ed40214ca5f9d347 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-4609 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 d88b1cbf40a2b76841607f61ed40214ca5f9d347 (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 d88b1cbf40a2b76841607f61ed40214ca5f9d347 # timeout=10 Commit message: "Merge pull request #624 from hahattan/issue-609" > git rev-list --no-walk 833c05b782f270c396ee40879762f076aaf9331e # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 07:15:33 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 07:15:33 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 07:15:33 ========================================================= 07:15:33 EdgeX Global Pipelines Version Info 07:15:33 ========================================================= [Pipeline] libraryResource [Pipeline] sh 07:15:35 ------------------- 07:15:35 stable info: 07:15:35 ------------------- 07:15:35 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 07:15:35 Commit SHA: ad104866bbc8c98dca93091e1a8abeb835fd4e4d 07:15:35 Message: update stable to v1.0.131 07:15:36 ------------------- 07:15:36 experimental info: 07:15:36 ------------------- 07:15:36 Commited By: **** collab-it+edgex@linuxfoundation.org 07:15:36 Commit SHA: 2e6d42a532571151575c80d72899821df0f9b0af 07:15:36 Message: update experimental to v1.0.135 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 07:15:36 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 07:15:36 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 07:15:36 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 07:15:36 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 07:15:36 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 07:15:37 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 07:15:37 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 07:15:37 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 07:15:37 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 07:15:37 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 07:15:37 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 07:15:37 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo 07:15:37 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 07:15:38 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 07:15:38 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 07:15:38 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 07:15:38 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 07:15:38 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 07:15:38 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 07:15:38 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 07:15:38 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 07:15:38 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 07:15:38 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 07:15:38 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 07:15:38 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 07:15:39 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 07:15:39 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 07:15:39 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 07:15:39 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d88b1cbf40a2b76841607f61ed40214ca5f9d347 [Pipeline] echo 07:15:39 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d88b1cb [Pipeline] echo 07:15:39 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 07:15:40 + git log --format=format:%s -1 d88b1cbf40a2b76841607f61ed40214ca5f9d347 [Pipeline] echo 07:15:40 GIT_COMMIT: d88b1cbf40a2b76841607f61ed40214ca5f9d347, Commit Message: Merge pull request #624 from hahattan/issue-609 [Pipeline] echo 07:15:40 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 07:15:41 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:15:41 07:15:41 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 07:15:41 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:15:41 latest: Pulling from edgex-devops/git-semver 07:15:41 31603596830f: Pulling fs layer 07:15:41 2a8b12db71e7: Pulling fs layer 07:15:41 6ca5941a6612: Pulling fs layer 07:15:41 ecc8261a40a4: Pulling fs layer 07:15:41 ecc8261a40a4: Waiting 07:15:41 2a8b12db71e7: Verifying Checksum 07:15:41 2a8b12db71e7: Download complete 07:15:41 31603596830f: Verifying Checksum 07:15:41 31603596830f: Download complete 07:15:41 ecc8261a40a4: Verifying Checksum 07:15:41 ecc8261a40a4: Download complete 07:15:42 6ca5941a6612: Verifying Checksum 07:15:42 6ca5941a6612: Download complete 07:15:42 31603596830f: Pull complete 07:15:42 2a8b12db71e7: Pull complete 07:15:43 6ca5941a6612: Pull complete 07:15:43 ecc8261a40a4: Pull complete 07:15:43 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 07:15:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:15:43 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 07:15:43 prd-centos7-docker-4c-2g-4609 does not seem to be running inside a container 07:15:43 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 07:15:45 $ docker top 5d89348cc28c493e4431a24525036fe364b2820ea889f60bc9c3b8107cf93583 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:15:45 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:15:45 [ssh-agent] Looking for ssh-agent implementation... 07:15:46 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:15:46 $ docker exec 5d89348cc28c493e4431a24525036fe364b2820ea889f60bc9c3b8107cf93583 ssh-agent 07:15:46 SSH_AUTH_SOCK=/tmp/ssh-U4hpD7Z3jEH5/agent.11 07:15:46 SSH_AGENT_PID=16 07:15:46 Running ssh-add (command line suppressed) 07:15:46 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_1410432395356097641.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_1410432395356097641.key) 07:15:46 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:15:46 + git describe --exact-match --tags HEAD 07:15:46 fatal: no tag exactly matches 'd88b1cbf40a2b76841607f61ed40214ca5f9d347' [Pipeline] } 07:15:46 $ docker exec --env ******** --env ******** 5d89348cc28c493e4431a24525036fe364b2820ea889f60bc9c3b8107cf93583 ssh-agent -k 07:15:46 unset SSH_AUTH_SOCK; 07:15:46 unset SSH_AGENT_PID; 07:15:46 echo Agent pid 16 killed; 07:15:46 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 07:15:47 [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 07:15:47 This usually means this commit has not been tagged. [Pipeline] sshagent 07:15:47 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:15:47 [ssh-agent] Looking for ssh-agent implementation... 07:15:47 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:15:47 $ docker exec 5d89348cc28c493e4431a24525036fe364b2820ea889f60bc9c3b8107cf93583 ssh-agent 07:15:47 SSH_AUTH_SOCK=/tmp/ssh-bw2UzopB8H2f/agent.45 07:15:47 SSH_AGENT_PID=50 07:15:47 Running ssh-add (command line suppressed) 07:15:47 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_5183987761204102514.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_5183987761204102514.key) 07:15:47 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:15:47 + git semver init 07:15:47 # -> Open(): unable to determine branch for HEAD 07:15:47 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 07:15:47 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 07:15:47 # $SEMVER_REMOTE_NAME = origin 07:15:47 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 07:15:47 # $SEMVER_USER_NAME = edgex-jenkins 07:15:47 # $SEMVER_BRANCH = master 07:15:47 # $SEMVER_TEMP = /tmp/semver-767031626 07:15:47 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 07:15:48 # '/tmp/semver-767031626' -> '/w/workspace/dgexfoundry_device-sdk-go_master/.semver' 07:15:48 # -> Force: false 07:15:48 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } 07:15:48 $ docker exec --env ******** --env ******** 5d89348cc28c493e4431a24525036fe364b2820ea889f60bc9c3b8107cf93583 ssh-agent -k 07:15:48 unset SSH_AUTH_SOCK; 07:15:48 unset SSH_AGENT_PID; 07:15:48 echo Agent pid 50 killed; 07:15:48 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:15:49 + git semver [Pipeline] } 07:15:49 $ docker stop --time=1 5d89348cc28c493e4431a24525036fe364b2820ea889f60bc9c3b8107cf93583 07:15:50 $ docker rm -f 5d89348cc28c493e4431a24525036fe364b2820ea889f60bc9c3b8107cf93583 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 07:15:51 Stashed 42 file(s) [Pipeline] echo 07:15:51 [edgeXSemver]: initialized semver on version 1.2.4-dev.23 [Pipeline] echo 07:15:51 Archived original version: [1.2.4-dev.23] [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 07:16:07 Still waiting to schedule task 07:16:07 Waiting for next available executor on ‘centos7-docker-4c-2g’ 07:16:07 Still waiting to schedule task 07:16:07 ‘prd-ubuntu18.04-docker-arm64-4c-16g-4350’ is offline 07:18:01 Running on prd-ubuntu18.04-docker-arm64-4c-16g-4610 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws 07:18:01 Running in /w/workspace/device-sdk-go/74 [Pipeline] { [Pipeline] checkout 07:18:06 using credential edgex-jenkins-ssh 07:18:06 Cloning the remote Git repository 07:18:06 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 07:18:06 > git init /w/workspace/device-sdk-go/74 # timeout=10 07:18:06 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 07:18:06 > git --version # timeout=10 07:18:06 > git --version # 'git version 2.17.1' 07:18:06 using GIT_SSH to set credentials SSH Credentials for GitHub 07:18:06 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 07:18:08 Checking out Revision d88b1cbf40a2b76841607f61ed40214ca5f9d347 (master) 07:18:07 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 07:18:07 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 07:18:07 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 07:18:07 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 07:18:07 using GIT_SSH to set credentials SSH Credentials for GitHub 07:18:07 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 07:18:08 > git config core.sparsecheckout # timeout=10 07:18:08 > git checkout -f d88b1cbf40a2b76841607f61ed40214ca5f9d347 # timeout=10 07:18:12 Commit message: "Merge pull request #624 from hahattan/issue-609" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 07:18:14 ========================================================= 07:18:14 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 07:18:14 ========================================================= [Pipeline] isUnix [Pipeline] sh 07:18:15 + 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 . 07:18:16 Sending build context to Docker daemon 3.49MB 07:18:16 Step 1/8 : ARG BASE=golang:1.15-alpine 07:18:16 Step 2/8 : FROM ${BASE} 07:18:16 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 07:18:16 b538f80385f9: Pulling fs layer 07:18:16 74f711af9a0d: Pulling fs layer 07:18:16 99f96fe45779: Pulling fs layer 07:18:16 8529a6b9a6be: Pulling fs layer 07:18:16 45590311c82a: Pulling fs layer 07:18:16 69ca0ff8b7b3: Pulling fs layer 07:18:16 209524e5b208: Pulling fs layer 07:18:16 45590311c82a: Waiting 07:18:16 69ca0ff8b7b3: Waiting 07:18:16 209524e5b208: Waiting 07:18:16 8529a6b9a6be: Waiting 07:18:16 99f96fe45779: Verifying Checksum 07:18:16 99f96fe45779: Download complete 07:18:16 74f711af9a0d: Verifying Checksum 07:18:16 74f711af9a0d: Download complete 07:18:16 45590311c82a: Verifying Checksum 07:18:16 45590311c82a: Download complete 07:18:17 69ca0ff8b7b3: Verifying Checksum 07:18:17 69ca0ff8b7b3: Download complete 07:18:17 b538f80385f9: Verifying Checksum 07:18:17 b538f80385f9: Download complete 07:18:18 b538f80385f9: Pull complete 07:18:18 74f711af9a0d: Pull complete 07:18:18 99f96fe45779: Pull complete 07:18:19 209524e5b208: Verifying Checksum 07:18:19 209524e5b208: Download complete 07:18:20 8529a6b9a6be: Verifying Checksum 07:18:20 8529a6b9a6be: Download complete 07:18:31 8529a6b9a6be: Pull complete 07:18:31 45590311c82a: Pull complete 07:18:31 69ca0ff8b7b3: Pull complete 07:18:35 209524e5b208: Pull complete 07:18:35 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 07:18:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 07:18:35 ---> 5bddaf1c2fca 07:18:35 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 07:18:38 ---> Running in d9ef8f719b2c 07:18:38 Removing intermediate container d9ef8f719b2c 07:18:38 ---> ed1ae3db3151 07:18:38 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:18:38 ---> Running in 348d40f6cf3a 07:18:40 Running on prd-centos7-docker-4c-2g-4611 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws 07:18:40 Running in /w/workspace/device-sdk-go/74 [Pipeline] { [Pipeline] checkout 07:18:41 Removing intermediate container 348d40f6cf3a 07:18:41 ---> eca27c176357 07:18:41 Step 5/8 : RUN apk add --no-cache make git 07:18:41 ---> Running in 8d6d52232f6c 07:18:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:18:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:18:44 OK: 142 MiB in 39 packages 07:18:44 using credential edgex-jenkins-ssh 07:18:44 Cloning the remote Git repository 07:18:44 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 07:18:44 > git init /w/workspace/device-sdk-go/74 # timeout=10 07:18:44 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 07:18:44 > git --version # timeout=10 07:18:44 > git --version # 'git version 2.16.5' 07:18:44 using GIT_SSH to set credentials SSH Credentials for GitHub 07:18:44 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 07:18:45 Removing intermediate container 8d6d52232f6c 07:18:45 ---> b66b54e5d467 07:18:45 Step 6/8 : WORKDIR /device-sdk-go 07:18:45 ---> Running in 0a9376c70310 07:18:45 Checking out Revision d88b1cbf40a2b76841607f61ed40214ca5f9d347 (master) 07:18:45 Removing intermediate container 0a9376c70310 07:18:45 ---> 28e6a2412e74 07:18:45 Step 7/8 : COPY . . 07:18:45 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 07:18:45 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 07:18:45 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 07:18:45 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 07:18:45 using GIT_SSH to set credentials SSH Credentials for GitHub 07:18:45 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 07:18:45 > git config core.sparsecheckout # timeout=10 07:18:45 > git checkout -f d88b1cbf40a2b76841607f61ed40214ca5f9d347 # timeout=10 07:18:47 ---> 12151560ede9 07:18:47 Step 8/8 : RUN go mod download 07:18:47 ---> Running in c0c0bdb5ad04 07:18:49 Commit message: "Merge pull request #624 from hahattan/issue-609" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 07:18:50 ========================================================= 07:18:50 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 07:18:50 ========================================================= [Pipeline] isUnix [Pipeline] sh 07:18:51 + 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 . 07:18:51 Sending build context to Docker daemon 3.49MB 07:18:51 Step 1/8 : ARG BASE=golang:1.15-alpine 07:18:51 Step 2/8 : FROM ${BASE} 07:18:51 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 07:18:51 df20fa9351a1: Pulling fs layer 07:18:51 ed8968b2872e: Pulling fs layer 07:18:51 a92cc7c5fd73: Pulling fs layer 07:18:51 e871e8e8d7a9: Pulling fs layer 07:18:51 e73272ec9a57: Pulling fs layer 07:18:51 1e910a182e73: Pulling fs layer 07:18:51 4e634b169226: Pulling fs layer 07:18:51 e871e8e8d7a9: Waiting 07:18:51 e73272ec9a57: Waiting 07:18:51 1e910a182e73: Waiting 07:18:51 4e634b169226: Waiting 07:18:51 a92cc7c5fd73: Verifying Checksum 07:18:51 a92cc7c5fd73: Download complete 07:18:51 ed8968b2872e: Verifying Checksum 07:18:51 ed8968b2872e: Download complete 07:18:51 e73272ec9a57: Verifying Checksum 07:18:51 e73272ec9a57: Download complete 07:18:51 df20fa9351a1: Verifying Checksum 07:18:51 df20fa9351a1: Download complete 07:18:51 1e910a182e73: Verifying Checksum 07:18:51 1e910a182e73: Download complete 07:18:51 df20fa9351a1: Pull complete 07:18:52 ed8968b2872e: Pull complete 07:18:52 a92cc7c5fd73: Pull complete 07:18:54 4e634b169226: Verifying Checksum 07:18:54 4e634b169226: Download complete 07:18:54 e871e8e8d7a9: Download complete 07:18:59 e871e8e8d7a9: Pull complete 07:18:59 e73272ec9a57: Pull complete 07:18:59 1e910a182e73: Pull complete 07:19:04 4e634b169226: Pull complete 07:19:04 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 07:19:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 07:19:04 ---> f7629b54cfaa 07:19:04 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 07:19:04 ---> Running in 4e596c4621d0 07:19:04 Removing intermediate container 4e596c4621d0 07:19:04 ---> 4475b7151b7b 07:19:04 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:19:04 ---> Running in 50d87c8dfd6f 07:19:05 Removing intermediate container 50d87c8dfd6f 07:19:05 ---> 88d7515d7c71 07:19:05 Step 5/8 : RUN apk add --no-cache make git 07:19:05 ---> Running in 9b9724ff412d 07:19:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:19:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:19:07 OK: 166 MiB in 39 packages 07:19:07 Removing intermediate container 9b9724ff412d 07:19:07 ---> 2170e190ab8f 07:19:07 Step 6/8 : WORKDIR /device-sdk-go 07:19:07 ---> Running in a16edc255093 07:19:07 Removing intermediate container a16edc255093 07:19:07 ---> 0535fd81116e 07:19:07 Step 7/8 : COPY . . 07:19:09 ---> ff35b9667a48 07:19:09 Step 8/8 : RUN go mod download 07:19:09 ---> Running in 4f85d3bcfac3 07:19:09 Removing intermediate container c0c0bdb5ad04 07:19:09 ---> f1817faa76d7 07:19:09 Successfully built f1817faa76d7 07:19:09 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 07:19:09 + docker inspect -f . ci-base-image-arm64 07:19:09 . [Pipeline] withDockerContainer 07:19:10 prd-ubuntu18.04-docker-arm64-4c-16g-4610 does not seem to be running inside a container 07:19:10 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/74 -v /w/workspace/device-sdk-go/74:/w/workspace/device-sdk-go/74:rw,z -v /w/workspace/device-sdk-go/74@tmp:/w/workspace/device-sdk-go/74@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 07:19:11 $ docker top 90a0e0957c67ff60bafbb1b8e3bd0bccad6b9d13ee18ed3ecef0f1b55ffac3a4 -eo pid,comm [Pipeline] { [Pipeline] sh 07:19:13 + go version 07:19:13 go version go1.15.2 linux/arm64 [Pipeline] } 07:19:13 $ docker stop --time=1 90a0e0957c67ff60bafbb1b8e3bd0bccad6b9d13ee18ed3ecef0f1b55ffac3a4 07:19:15 $ docker rm -f 90a0e0957c67ff60bafbb1b8e3bd0bccad6b9d13ee18ed3ecef0f1b55ffac3a4 [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 07:19:18 + sudo chown -R jenkins:jenkins . [Pipeline] sh 07:19:18 + ls -al . 07:19:18 total 104 07:19:18 drwxrwxr-x 11 jenkins jenkins 4096 Oct 11 07:18 . 07:19:18 drwxrwxr-x 4 jenkins jenkins 4096 Oct 11 07:18 .. 07:19:18 -rw-rw-r-- 1 jenkins jenkins 140 Oct 11 07:18 .dockerignore 07:19:18 drwxrwxr-x 8 jenkins jenkins 4096 Oct 11 07:18 .git 07:19:18 drwxrwxr-x 2 jenkins jenkins 4096 Oct 11 07:18 .github 07:19:18 -rw-rw-r-- 1 jenkins jenkins 138 Oct 11 07:18 .gitignore 07:19:18 drwxrwxr-x 3 jenkins jenkins 4096 Oct 11 07:18 .semver 07:19:18 -rw-rw-r-- 1 jenkins jenkins 936 Oct 11 07:18 Dockerfile.build 07:19:18 -rw-rw-r-- 1 jenkins jenkins 901 Oct 11 07:18 Jenkinsfile 07:19:18 -rw-rw-r-- 1 jenkins jenkins 11341 Oct 11 07:18 LICENSE 07:19:18 -rw-rw-r-- 1 jenkins jenkins 1013 Oct 11 07:18 Makefile 07:19:18 -rw-rw-r-- 1 jenkins jenkins 5897 Oct 11 07:18 README.md 07:19:18 -rw-rw-r-- 1 jenkins jenkins 4291 Oct 11 07:18 RELEASE-NOTES.txt 07:19:18 -rw-rw-r-- 1 jenkins jenkins 12 Oct 11 07:15 VERSION 07:19:18 drwxrwxr-x 2 jenkins jenkins 4096 Oct 11 07:18 bin 07:19:18 drwxrwxr-x 4 jenkins jenkins 4096 Oct 11 07:18 example 07:19:18 -rw-rw-r-- 1 jenkins jenkins 517 Oct 11 07:18 go.mod 07:19:18 drwxrwxr-x 15 jenkins jenkins 4096 Oct 11 07:18 internal 07:19:18 drwxrwxr-x 4 jenkins jenkins 4096 Oct 11 07:18 openapi 07:19:18 drwxrwxr-x 5 jenkins jenkins 4096 Oct 11 07:18 pkg 07:19:18 drwxrwxr-x 4 jenkins jenkins 4096 Oct 11 07:18 snap 07:19:18 -rw-rw-r-- 1 jenkins jenkins 222 Oct 11 07:18 version.go [Pipeline] isUnix [Pipeline] sh 07:19:19 + 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=d88b1cbf40a2b76841607f61ed40214ca5f9d347 --label arch=arm64 --label version=1.2.4-dev.23 . 07:19:19 Sending build context to Docker daemon 3.49MB 07:19:19 Step 1/24 : ARG BASE=golang:1.15-alpine 07:19:19 Step 2/24 : FROM ${BASE} AS builder 07:19:19 ---> f1817faa76d7 07:19:19 Step 3/24 : ARG MAKE='make build' 07:19:19 ---> Running in 086fb86fcd4c 07:19:20 Removing intermediate container 086fb86fcd4c 07:19:20 ---> 747288c3c072 07:19:20 Step 4/24 : WORKDIR /device-sdk-go 07:19:20 ---> Running in 60a8c897d15b 07:19:20 Removing intermediate container 60a8c897d15b 07:19:20 ---> 336d320a4adf 07:19:20 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 07:19:20 ---> Running in f2403db292e7 07:19:21 Removing intermediate container f2403db292e7 07:19:21 ---> 471608439ea7 07:19:21 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:19:21 ---> Running in 61df69e6e1ed 07:19:24 Removing intermediate container 61df69e6e1ed 07:19:24 ---> 134ceb1b08bc 07:19:24 Step 7/24 : RUN apk add --update --no-cache make git 07:19:24 ---> Running in 30fcb4281e9a 07:19:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:19:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:19:26 OK: 142 MiB in 39 packages 07:19:27 Removing intermediate container 4f85d3bcfac3 07:19:27 ---> fa906e75ee11 07:19:27 Successfully built fa906e75ee11 07:19:27 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 07:19:27 Removing intermediate container 30fcb4281e9a 07:19:27 ---> 8bcbb99d8a0e 07:19:27 Step 8/24 : COPY . . 07:19:27 + docker inspect -f . ci-base-image-x86_64 07:19:27 . [Pipeline] withDockerContainer 07:19:27 prd-centos7-docker-4c-2g-4611 does not seem to be running inside a container 07:19:28 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/74 -v /w/workspace/device-sdk-go/74:/w/workspace/device-sdk-go/74:rw,z -v /w/workspace/device-sdk-go/74@tmp:/w/workspace/device-sdk-go/74@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 07:19:28 $ docker top 07fa1f6d5b793290a9e54954b44c22d51b09ca0d0a73d0d91860ab352a2aaff1 -eo pid,comm [Pipeline] { [Pipeline] sh 07:19:29 ---> 3598aa27b0b5 07:19:29 Step 9/24 : RUN ${MAKE} 07:19:29 ---> Running in de96398ff8f8 07:19:29 + go version 07:19:29 go version go1.15.2 linux/amd64 [Pipeline] } 07:19:29 $ docker stop --time=1 07fa1f6d5b793290a9e54954b44c22d51b09ca0d0a73d0d91860ab352a2aaff1 07:19:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=1.2.4-dev.23" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 07:19:31 $ docker rm -f 07fa1f6d5b793290a9e54954b44c22d51b09ca0d0a73d0d91860ab352a2aaff1 [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 07:19:32 + sudo chown -R jenkins:jenkins . [Pipeline] sh 07:19:32 + ls -al . 07:19:32 total 64 07:19:32 drwxrwxr-x. 11 jenkins jenkins 4096 Oct 11 07:18 . 07:19:32 drwxrwxr-x. 4 jenkins jenkins 30 Oct 11 07:18 .. 07:19:32 drwxrwxr-x. 2 jenkins jenkins 64 Oct 11 07:18 bin 07:19:32 -rw-rw-r--. 1 jenkins jenkins 936 Oct 11 07:18 Dockerfile.build 07:19:32 -rw-rw-r--. 1 jenkins jenkins 140 Oct 11 07:18 .dockerignore 07:19:32 drwxrwxr-x. 4 jenkins jenkins 48 Oct 11 07:18 example 07:19:32 drwxrwxr-x. 8 jenkins jenkins 162 Oct 11 07:18 .git 07:19:32 drwxrwxr-x. 2 jenkins jenkins 60 Oct 11 07:18 .github 07:19:32 -rw-rw-r--. 1 jenkins jenkins 138 Oct 11 07:18 .gitignore 07:19:32 -rw-rw-r--. 1 jenkins jenkins 517 Oct 11 07:18 go.mod 07:19:32 drwxrwxr-x. 15 jenkins jenkins 211 Oct 11 07:18 internal 07:19:32 -rw-rw-r--. 1 jenkins jenkins 901 Oct 11 07:18 Jenkinsfile 07:19:32 -rw-rw-r--. 1 jenkins jenkins 11341 Oct 11 07:18 LICENSE 07:19:32 -rw-rw-r--. 1 jenkins jenkins 1013 Oct 11 07:18 Makefile 07:19:32 drwxrwxr-x. 4 jenkins jenkins 26 Oct 11 07:18 openapi 07:19:32 drwxrwxr-x. 5 jenkins jenkins 50 Oct 11 07:18 pkg 07:19:32 -rw-rw-r--. 1 jenkins jenkins 5897 Oct 11 07:18 README.md 07:19:32 -rw-rw-r--. 1 jenkins jenkins 4291 Oct 11 07:18 RELEASE-NOTES.txt 07:19:32 drwxrwxr-x. 3 jenkins jenkins 44 Oct 11 07:18 .semver 07:19:32 drwxrwxr-x. 4 jenkins jenkins 54 Oct 11 07:18 snap 07:19:32 -rw-rw-r--. 1 jenkins jenkins 12 Oct 11 07:15 VERSION 07:19:32 -rw-rw-r--. 1 jenkins jenkins 222 Oct 11 07:18 version.go [Pipeline] isUnix [Pipeline] sh 07:19:33 + 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=d88b1cbf40a2b76841607f61ed40214ca5f9d347 --label arch=amd64 --label version=1.2.4-dev.23 . 07:19:33 Sending build context to Docker daemon 3.49MB 07:19:33 Step 1/24 : ARG BASE=golang:1.15-alpine 07:19:33 Step 2/24 : FROM ${BASE} AS builder 07:19:33 ---> fa906e75ee11 07:19:33 Step 3/24 : ARG MAKE='make build' 07:19:33 ---> Running in dc2096832592 07:19:33 Removing intermediate container dc2096832592 07:19:33 ---> 48f999bd2508 07:19:33 Step 4/24 : WORKDIR /device-sdk-go 07:19:33 ---> Running in a2f0f205339a 07:19:34 Removing intermediate container a2f0f205339a 07:19:34 ---> 0b643ff9c839 07:19:34 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 07:19:34 ---> Running in 4de2a66ab061 07:19:34 Removing intermediate container 4de2a66ab061 07:19:34 ---> a949ac96c544 07:19:34 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:19:34 ---> Running in 4b492abcb63a 07:19:35 Removing intermediate container 4b492abcb63a 07:19:35 ---> 0a7a83e44c86 07:19:35 Step 7/24 : RUN apk add --update --no-cache make git 07:19:35 ---> Running in 4bad1aced9c7 07:19:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:19:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:19:36 OK: 166 MiB in 39 packages 07:19:37 Removing intermediate container 4bad1aced9c7 07:19:37 ---> 377ddba8caf2 07:19:37 Step 8/24 : COPY . . 07:19:37 ---> 16bbf3bf3418 07:19:37 Step 9/24 : RUN ${MAKE} 07:19:38 ---> Running in ce07101306c7 07:19:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=1.2.4-dev.23" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 07:19:46 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 07:19:48 Removing intermediate container ce07101306c7 07:19:48 ---> 7ffd82473886 07:19:48 Step 10/24 : FROM scratch 07:19:48 ---> 07:19:48 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 07:19:48 ---> Running in 71256aefd0be 07:19:48 Removing intermediate container 71256aefd0be 07:19:48 ---> f0e93d663945 07:19:48 Step 12/24 : ENV APP_PORT=49990 07:19:49 ---> Running in fe5535d37b70 07:19:49 Removing intermediate container fe5535d37b70 07:19:49 ---> c0ffe9123a07 07:19:49 Step 13/24 : EXPOSE $APP_PORT 07:19:49 ---> Running in 5519c96285fc 07:19:49 Removing intermediate container 5519c96285fc 07:19:49 ---> fbf57db372b6 07:19:49 Step 14/24 : WORKDIR / 07:19:49 ---> Running in ac6c3c2073ec 07:19:49 Removing intermediate container ac6c3c2073ec 07:19:49 ---> 989953cfcbbe 07:19:49 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 07:19:49 ---> debfdb5e7e92 07:19:49 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 07:19:50 ---> c83d73de88dc 07:19:50 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 07:19:50 ---> 9c86f865d4ea 07:19:50 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 07:19:50 ---> 530e5e12d1d3 07:19:50 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 07:19:50 ---> 2fa223dde975 07:19:50 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 07:19:50 ---> Running in 0786a939af78 07:19:51 Removing intermediate container 0786a939af78 07:19:51 ---> 1967f51500e0 07:19:51 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:19:51 ---> Running in 7df7dc4a68bb 07:19:51 Removing intermediate container 7df7dc4a68bb 07:19:51 ---> a1ca49a96ee5 07:19:51 Step 22/24 : LABEL arch=amd64 07:19:51 ---> Running in 1e4540e7d135 07:19:51 Removing intermediate container 1e4540e7d135 07:19:51 ---> 13423ebea7a5 07:19:51 Step 23/24 : LABEL git_sha=d88b1cbf40a2b76841607f61ed40214ca5f9d347 07:19:51 ---> Running in 501f86ed7339 07:19:51 Removing intermediate container 501f86ed7339 07:19:51 ---> 1b3c97214772 07:19:51 Step 24/24 : LABEL version=1.2.4-dev.23 07:19:51 ---> Running in b9839a3f7c50 07:19:51 Removing intermediate container b9839a3f7c50 07:19:51 ---> 2f2e0f07e04b 07:19:51 [Warning] One or more build-args [ARCH] were not consumed 07:19:51 Successfully built 2f2e0f07e04b 07:19:51 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] } 07:19:57 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 07:19:57 Removing intermediate container de96398ff8f8 07:19:57 ---> 39ed9a35a040 07:19:57 Step 10/24 : FROM scratch 07:19:57 ---> 07:19:57 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 07:19:57 ---> Running in ecb4f21c0582 07:19:57 Removing intermediate container ecb4f21c0582 07:19:57 ---> e993ca3a50b5 07:19:57 Step 12/24 : ENV APP_PORT=49990 07:19:57 ---> Running in ac2ea648da55 07:19:57 Removing intermediate container ac2ea648da55 07:19:57 ---> c4abfbc40666 07:19:57 Step 13/24 : EXPOSE $APP_PORT 07:19:57 ---> Running in 7fe6e89c037a 07:19:57 Removing intermediate container 7fe6e89c037a 07:19:57 ---> a100a1f5e62d 07:19:57 Step 14/24 : WORKDIR / 07:19:57 ---> Running in 0ac3f507dcb8 07:19:58 Removing intermediate container 0ac3f507dcb8 07:19:58 ---> 3678d1fd62e0 07:19:58 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 07:19:59 ---> 3461834c2052 07:19:59 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 07:20:00 ---> a523d5039d88 07:20:00 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 07:20:00 ---> c1dd78ee7026 07:20:00 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 07:20:01 ---> 0cff0a3c06c6 07:20:01 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 07:20:02 ---> 3cbbdc6fa196 07:20:02 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 07:20:02 ---> Running in cd279b31e6ce 07:20:02 Removing intermediate container cd279b31e6ce 07:20:02 ---> 3e72c16cd71e 07:20:02 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:20:02 ---> Running in 6ca5ff2c48ae 07:20:03 Removing intermediate container 6ca5ff2c48ae 07:20:03 ---> b24b6d13c2a9 07:20:03 Step 22/24 : LABEL arch=arm64 07:20:03 ---> Running in 1255d950fe7b 07:20:04 Removing intermediate container 1255d950fe7b 07:20:04 ---> 2477ec96fd95 07:20:04 Step 23/24 : LABEL git_sha=d88b1cbf40a2b76841607f61ed40214ca5f9d347 07:20:04 ---> Running in 51860e40b560 07:20:04 Removing intermediate container 51860e40b560 07:20:04 ---> 3d6810e9f1d6 07:20:04 Step 24/24 : LABEL version=1.2.4-dev.23 07:20:04 ---> Running in 39f32a96c259 07:20:04 Removing intermediate container 39f32a96c259 07:20:04 ---> c4651b93d219 07:20:04 [Warning] One or more build-args [ARCH] were not consumed 07:20:05 Successfully built c4651b93d219 07:20:05 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 07:20:07 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo 07:20:07 [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials 07:20:07 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:20:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 07:20:08 07:20:08 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh 07:20:08 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 07:20:08 1.317.0: Pulling from edgex-devops/edgex-snyk-go 07:20:08 cbdbe7a5bc2a: Pulling fs layer 07:20:08 408f87550127: Pulling fs layer 07:20:08 fe522b08c979: Pulling fs layer 07:20:08 221eaa008020: Pulling fs layer 07:20:08 2a4607e5d6b9: Pulling fs layer 07:20:08 8f79b27c4fd2: Pulling fs layer 07:20:08 e5c8dbe1645b: Pulling fs layer 07:20:08 23e8b3b47431: Pulling fs layer 07:20:08 5c568d65a230: Pulling fs layer 07:20:08 221eaa008020: Waiting 07:20:08 2a4607e5d6b9: Waiting 07:20:08 8f79b27c4fd2: Waiting 07:20:08 e5c8dbe1645b: Waiting 07:20:08 23e8b3b47431: Waiting 07:20:08 5c568d65a230: Waiting 07:20:08 fe522b08c979: Download complete 07:20:08 408f87550127: Verifying Checksum 07:20:08 408f87550127: Download complete 07:20:08 2a4607e5d6b9: Verifying Checksum 07:20:08 2a4607e5d6b9: Download complete 07:20:08 8f79b27c4fd2: Verifying Checksum 07:20:08 8f79b27c4fd2: Download complete 07:20:08 cbdbe7a5bc2a: Verifying Checksum 07:20:08 cbdbe7a5bc2a: Download complete 07:20:09 cbdbe7a5bc2a: Pull complete 07:20:09 408f87550127: Pull complete 07:20:09 fe522b08c979: Pull complete 07:20:09 e5c8dbe1645b: Verifying Checksum 07:20:09 e5c8dbe1645b: Download complete 07:20:10 23e8b3b47431: Verifying Checksum 07:20:10 23e8b3b47431: Download complete 07:20:11 5c568d65a230: Verifying Checksum 07:20:11 5c568d65a230: Download complete 07:20:12 221eaa008020: Verifying Checksum 07:20:12 221eaa008020: Download complete 07:20:17 221eaa008020: Pull complete 07:20:17 2a4607e5d6b9: Pull complete 07:20:17 8f79b27c4fd2: Pull complete 07:20:20 e5c8dbe1645b: Pull complete 07:20:23 23e8b3b47431: Pull complete 07:20:24 5c568d65a230: Pull complete 07:20:24 Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 07:20:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 07:20:24 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer 07:20:24 prd-centos7-docker-4c-2g-4609 does not seem to be running inside a container 07:20:24 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat 07:20:26 $ docker top 2f3bf6a1935515d3fe1a6edcef1af90438ca97f6d30b3cede5e72ca5c3f9d256 -eo pid,comm [Pipeline] { [Pipeline] sh 07:20:26 + snyk monitor '--org=edgex-jenkins' 07:20:53 07:20:53 Monitoring /w/workspace/dgexfoundry_device-sdk-go_master (github.com/edgexfoundry/device-sdk-go)... 07:20:53 07:20:53 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/057beb34-70d8-4945-961c-fe027db76abc/history/00ea3635-fbf5-477a-a308-404634435675 07:20:53 07:20:53 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 07:20:53 07:20:53 07:20:53 Snyk CLI supports Node.js 8 and higher. 07:20:53 Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. 07:20:53 Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. 07:20:53 07:20:53 The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. 07:20:53 The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } 07:20:53 $ docker stop --time=1 2f3bf6a1935515d3fe1a6edcef1af90438ca97f6d30b3cede5e72ca5c3f9d256 07:20:56 $ docker rm -f 2f3bf6a1935515d3fe1a6edcef1af90438ca97f6d30b3cede5e72ca5c3f9d256 [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 07:20:57 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:20:57 provisioning config files... 07:20:57 copy managed file [swaggerhub-api-key] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config7194900217782836481tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:20:58 --> edgex-publish-swagger.sh 07:20:58 === Publish openapi/v1 API === 07:20:58 [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger 07:20:58 [publishToSwagger] Publishing API Name [device-sdk] 07:20:58 % Total % Received % Xferd Average Speed Time Time Time Current 07:20:58 Dload Upload Total Spent Left Speed 07:20:58 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 20188 0 0 100 20188 0 25568 --:--:-- --:--:-- --:--:-- 25619 07:20:58 07:20:58 07:20:58 === Publish openapi/v2 API === 07:20:58 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 07:20:59 [publishToSwagger] Publishing API Name [device-sdk] 07:20:59 % Total % Received % Xferd Average Speed Time Time Time Current 07:20:59 Dload Upload Total Spent Left Speed 07:20:59 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 49274 0 0 100 49274 0 74285 --:--:-- --:--:-- --:--:-- 74207 07:20:59 07:20:59 [Pipeline] } 07:20: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 07:21:00 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:21:00 . [Pipeline] withDockerContainer 07:21:00 prd-centos7-docker-4c-2g-4609 does not seem to be running inside a container 07:21: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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 07:21:01 $ docker top 4fe3dac10af763c0081ed4798faf5cd6a00f66809562c166115cfa34ff61f37a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:21:01 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:21:01 [ssh-agent] Looking for ssh-agent implementation... 07:21:02 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:21:02 $ docker exec 4fe3dac10af763c0081ed4798faf5cd6a00f66809562c166115cfa34ff61f37a ssh-agent 07:21:02 SSH_AUTH_SOCK=/tmp/ssh-bvaJuHdMX7XH/agent.11 07:21:02 SSH_AGENT_PID=16 07:21:02 Running ssh-add (command line suppressed) 07:21:02 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_7707601005401594378.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_7707601005401594378.key) 07:21:02 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:21:02 + git semver tag 07:21:02 # -> Open(): unable to determine branch for HEAD 07:21:02 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 07:21:02 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 07:21:02 # $SEMVER_REMOTE_NAME = origin 07:21:02 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 07:21:02 # $SEMVER_USER_NAME = edgex-jenkins 07:21:02 # $SEMVER_BRANCH = master 07:21:02 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver 07:21:02 # d88b1cbf40a2b76841607f61ed40214ca5f9d347 HEAD 07:21:02 # -> Force: false 07:21:02 # 2982d75c590882e69ab7986b79a83ba31ca2f12d refs/tags/v1.2.4-dev.23 [Pipeline] } 07:21:02 $ docker exec --env ******** --env ******** 4fe3dac10af763c0081ed4798faf5cd6a00f66809562c166115cfa34ff61f37a ssh-agent -k 07:21:02 unset SSH_AUTH_SOCK; 07:21:02 unset SSH_AGENT_PID; 07:21:02 echo Agent pid 16 killed; 07:21:03 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:21:03 + git semver [Pipeline] } 07:21:03 $ docker stop --time=1 4fe3dac10af763c0081ed4798faf5cd6a00f66809562c166115cfa34ff61f37a 07:21:04 $ docker rm -f 4fe3dac10af763c0081ed4798faf5cd6a00f66809562c166115cfa34ff61f37a [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 07:21:05 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 07:21:05 07:21:05 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 07:21:05 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 07:21:05 0.23.1-centos7: Pulling from edgex-lftools 07:21:05 ab5ef0e58194: Pulling fs layer 07:21:05 9712f1f96733: Pulling fs layer 07:21:05 63f879dbbcfc: Pulling fs layer 07:21:05 0d9ebad4ef96: Pulling fs layer 07:21:05 e9a5061849ea: Pulling fs layer 07:21:05 d747dcd14b5f: Pulling fs layer 07:21:05 2de7ff778b66: Pulling fs layer 07:21:05 e9a5061849ea: Waiting 07:21:05 d747dcd14b5f: Waiting 07:21:05 2de7ff778b66: Waiting 07:21:05 0d9ebad4ef96: Waiting 07:21:05 9712f1f96733: Verifying Checksum 07:21:05 9712f1f96733: Download complete 07:21:07 63f879dbbcfc: Verifying Checksum 07:21:07 63f879dbbcfc: Download complete 07:21:07 e9a5061849ea: Verifying Checksum 07:21:07 e9a5061849ea: Download complete 07:21:07 d747dcd14b5f: Verifying Checksum 07:21:07 d747dcd14b5f: Download complete 07:21:08 2de7ff778b66: Verifying Checksum 07:21:08 2de7ff778b66: Download complete 07:21:08 0d9ebad4ef96: Verifying Checksum 07:21:08 0d9ebad4ef96: Download complete 07:21:08 ab5ef0e58194: Verifying Checksum 07:21:08 ab5ef0e58194: Download complete 07:21:12 ab5ef0e58194: Pull complete 07:21:12 9712f1f96733: Pull complete 07:21:16 63f879dbbcfc: Pull complete 07:21:23 0d9ebad4ef96: Pull complete 07:21:23 e9a5061849ea: Pull complete 07:21:24 d747dcd14b5f: Pull complete 07:21:26 2de7ff778b66: Pull complete 07:21:26 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 07:21:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 07:21:26 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 07:21:26 prd-centos7-docker-4c-2g-4609 does not seem to be running inside a container 07:21: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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 07:21:31 $ docker top c44338b14fad4f31783516367fc29a1fae5deaa7401aafd72cf9a6f798b71785 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 07:21:31 provisioning config files... 07:21:31 copy managed file [sigul-config] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config981719348809853531tmp 07:21:31 copy managed file [sigul-password] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config7159892377498167759tmp 07:21:31 copy managed file [sigul-pki] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config7397073633559896935tmp [Pipeline] { [Pipeline] echo 07:21:31 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 07:21:31 ---> sigul-configuration.sh 07:21:31 gpg: directory `/root/.gnupg' created 07:21:31 gpg: new configuration file `/root/.gnupg/gpg.conf' created 07:21:31 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 07:21:31 gpg: keyring `/root/.gnupg/secring.gpg' created 07:21:31 gpg: keyring `/root/.gnupg/pubring.gpg' created 07:21:31 gpg: CAST5 encrypted data 07:21:31 gpg: encrypted with 1 passphrase 07:21:31 gpg: WARNING: message was not integrity protected [Pipeline] sh 07:21:32 + mkdir /home/jenkins 07:21:32 + mkdir /home/jenkins/sigul [Pipeline] sh 07:21: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 07:21:32 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 07:21:32 ---> sigul-install.sh 07:21:38 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 07:21:38 + git tag --list 07:21:38 0.7.1 07:21:38 delhi-tag 07:21:38 v1.0.0 07:21:38 v1.1.0 07:21:38 v1.1.1 07:21:38 v1.1.2 07:21:38 v1.2.0 07:21:38 v1.2.1 07:21:38 v1.2.2 07:21:38 v1.2.3 07:21:38 v1.2.4-dev.1 07:21:38 v1.2.4-dev.10 07:21:38 v1.2.4-dev.11 07:21:38 v1.2.4-dev.12 07:21:38 v1.2.4-dev.13 07:21:38 v1.2.4-dev.14 07:21:38 v1.2.4-dev.15 07:21:38 v1.2.4-dev.16 07:21:38 v1.2.4-dev.17 07:21:38 v1.2.4-dev.18 07:21:38 v1.2.4-dev.19 07:21:38 v1.2.4-dev.2 07:21:38 v1.2.4-dev.20 07:21:38 v1.2.4-dev.21 07:21:38 v1.2.4-dev.22 07:21:38 v1.2.4-dev.23 07:21:38 v1.2.4-dev.3 07:21:38 v1.2.4-dev.4 07:21:38 v1.2.4-dev.5 07:21:38 v1.2.4-dev.6 07:21:38 v1.2.4-dev.7 07:21:38 v1.2.4-dev.8 07:21:38 v1.2.4-dev.9 [Pipeline] sh 07:21:38 + lftools sign git-tag v1.2.4-dev.23 07:21:40 Signing Git tag with Sigul... 07:21:40 Signing v1.2.4-dev.23 [Pipeline] echo 07:21:41 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 07:21:41 ---> sigul-configuration-cleanup.sh [Pipeline] } 07:21:41 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 07:21:41 $ docker stop --time=1 c44338b14fad4f31783516367fc29a1fae5deaa7401aafd72cf9a6f798b71785 07:21:43 $ docker rm -f c44338b14fad4f31783516367fc29a1fae5deaa7401aafd72cf9a6f798b71785 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 07:21:44 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:21:44 . [Pipeline] withDockerContainer 07:21:44 prd-centos7-docker-4c-2g-4609 does not seem to be running inside a container 07:21: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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 07:21:45 $ docker top bd6feaa81e6ae9add86ba95524376975482180ed23004ed46daba7be1cd13a28 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:21:45 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:21:45 [ssh-agent] Looking for ssh-agent implementation... 07:21:46 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:21:46 $ docker exec bd6feaa81e6ae9add86ba95524376975482180ed23004ed46daba7be1cd13a28 ssh-agent 07:21:46 SSH_AUTH_SOCK=/tmp/ssh-SU9ctjX7Ho1w/agent.11 07:21:46 SSH_AGENT_PID=17 07:21:46 Running ssh-add (command line suppressed) 07:21:46 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_1418584740788212952.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_1418584740788212952.key) 07:21:46 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:21:46 + git semver bump pre 07:21:46 # -> Open(): unable to determine branch for HEAD 07:21:46 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 07:21:46 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 07:21:46 # $SEMVER_REMOTE_NAME = origin 07:21:46 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 07:21:46 # $SEMVER_USER_NAME = edgex-jenkins 07:21:46 # $SEMVER_BRANCH = master 07:21:46 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver 07:21:46 1.2.4-dev.24 [Pipeline] } 07:21:46 $ docker exec --env ******** --env ******** bd6feaa81e6ae9add86ba95524376975482180ed23004ed46daba7be1cd13a28 ssh-agent -k 07:21:46 unset SSH_AUTH_SOCK; 07:21:46 unset SSH_AGENT_PID; 07:21:46 echo Agent pid 17 killed; 07:21:46 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:21:47 + git semver [Pipeline] } 07:21:47 $ docker stop --time=1 bd6feaa81e6ae9add86ba95524376975482180ed23004ed46daba7be1cd13a28 07:21:48 $ docker rm -f bd6feaa81e6ae9add86ba95524376975482180ed23004ed46daba7be1cd13a28 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 07:21:49 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:21:49 . [Pipeline] withDockerContainer 07:21:49 prd-centos7-docker-4c-2g-4609 does not seem to be running inside a container 07:21: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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 07:21:50 $ docker top b33d7995a884f58319ea2c064cb482aa7a728be7041aab44b7241b772f51b051 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:21:50 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:21:50 [ssh-agent] Looking for ssh-agent implementation... 07:21:50 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:21:50 $ docker exec b33d7995a884f58319ea2c064cb482aa7a728be7041aab44b7241b772f51b051 ssh-agent 07:21:50 SSH_AUTH_SOCK=/tmp/ssh-O8JNLQ7ziSpf/agent.12 07:21:50 SSH_AGENT_PID=18 07:21:50 Running ssh-add (command line suppressed) 07:21:50 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_5092554493979096349.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_5092554493979096349.key) 07:21:50 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:21:51 + git semver push 07:21:51 # -> Open(): unable to determine branch for HEAD 07:21:51 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 07:21:51 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 07:21:51 # $SEMVER_REMOTE_NAME = origin 07:21:51 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 07:21:51 # $SEMVER_USER_NAME = edgex-jenkins 07:21:51 # $SEMVER_BRANCH = master 07:21:51 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } 07:21:57 $ docker exec --env ******** --env ******** b33d7995a884f58319ea2c064cb482aa7a728be7041aab44b7241b772f51b051 ssh-agent -k 07:21:58 unset SSH_AUTH_SOCK; 07:21:58 unset SSH_AGENT_PID; 07:21:58 echo Agent pid 18 killed; 07:21:58 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:21:58 + git semver [Pipeline] } 07:21:58 $ docker stop --time=1 b33d7995a884f58319ea2c064cb482aa7a728be7041aab44b7241b772f51b051 07:22:00 $ docker rm -f b33d7995a884f58319ea2c064cb482aa7a728be7041aab44b7241b772f51b051 [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 07:22:01 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 07:22:02 ---> package-listing.sh 07:22:02 ++ facter osfamily 07:22:02 ++ tr '[:upper:]' '[:lower:]' 07:22:02 + OS_FAMILY=redhat 07:22:02 + workspace=/w/workspace/dgexfoundry_device-sdk-go_master 07:22:02 + START_PACKAGES=/tmp/packages_start.txt 07:22:02 + END_PACKAGES=/tmp/packages_end.txt 07:22:02 + DIFF_PACKAGES=/tmp/packages_diff.txt 07:22:02 + PACKAGES=/tmp/packages_start.txt 07:22:02 + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' 07:22:02 + PACKAGES=/tmp/packages_end.txt 07:22:02 + case "${OS_FAMILY}" in 07:22:02 + rpm -qa 07:22:02 + sort 07:22:06 + '[' -f /tmp/packages_start.txt ']' 07:22:06 + '[' -f /tmp/packages_end.txt ']' 07:22:06 + diff /tmp/packages_start.txt /tmp/packages_end.txt 07:22:06 + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' 07:22:06 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_master/archives/ 07:22: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 07:22:07 provisioning config files... 07:22:07 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config8029446998490490530tmp [Pipeline] { [Pipeline] echo 07:22:07 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 07:22:07 ---> create-netrc.sh [Pipeline] } 07:22:07 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 07:22:07 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 07:22:08 ---> python-tools-install.sh 07:22:08 Generating Requirements File 07:23:29 Python 3.6.8 07:23:29 pip 20.2.3 from /home/jenkins/.local/lib/python3.6/site-packages/pip (python 3.6) 07:23:29 appdirs==1.4.3 07:23:29 argcomplete==1.12.1 07:23:29 aspy.yaml==1.3.0 07:23:29 attrs==19.3.0 07:23:29 Babel==2.8.0 07:23:29 beautifulsoup4==4.8.2 07:23:29 boto3==1.11.6 07:23:29 botocore==1.14.6 07:23:29 bs4==0.0.1 07:23:29 cachetools==4.1.1 07:23:29 certifi==2019.11.28 07:23:29 cffi==1.14.3 07:23:29 cfgv==2.0.1 07:23:29 chardet==3.0.4 07:23:29 click==7.1 07:23:29 cliff==3.4.0 07:23:29 cmd2==1.3.11 07:23:29 colorama==0.4.3 07:23:29 cryptography==3.1.1 07:23:29 debtcollector==2.2.0 07:23:29 decorator==4.4.2 07:23:29 defusedxml==0.6.0 07:23:29 Deprecated==1.2.7 07:23:29 distlib==0.3.1 07:23:29 distro==1.2.0 07:23:29 dnspython==1.16.0 07:23:29 docker==4.2.0 07:23:29 docutils==0.15.2 07:23:29 dogpile.cache==1.0.2 07:23:29 email-validator==1.0.5 07:23:29 filelock==3.0.12 07:23:29 future==0.18.2 07:23:29 google-auth==1.22.1 07:23:29 httplib2==0.17.0 07:23:29 identify==1.4.11 07:23:29 idna==2.9 07:23:29 importlib-metadata==2.0.0 07:23:29 importlib-resources==1.5.0 07:23:29 iso8601==0.1.13 07:23:29 Jinja2==2.11.1 07:23:29 jmespath==0.10.0 07:23:29 jsonpatch==1.26 07:23:29 jsonpointer==2.0 07:23:29 jsonschema==3.2.0 07:23:29 keystoneauth1==4.2.1 07:23:29 kubernetes==11.0.0 07:23:29 lftools==0.34.2 07:23:29 lxml==4.5.0 07:23:29 MarkupSafe==0.23 07:23:29 msgpack==1.0.0 07:23:29 multi-key-dict==2.0.3 07:23:29 munch==2.5.0 07:23:29 netaddr==0.8.0 07:23:29 netifaces==0.10.9 07:23:29 niet==1.4.2 07:23:29 nodeenv==1.3.5 07:23:29 oauth2client==4.1.3 07:23:29 oauthlib==3.1.0 07:23:29 openstacksdk==0.50.0 07:23:29 os-client-config==2.1.0 07:23:29 os-service-types==1.7.0 07:23:29 osc-lib==2.2.1 07:23:29 oslo.config==8.3.2 07:23:29 oslo.context==3.1.1 07:23:29 oslo.i18n==5.0.1 07:23:29 oslo.log==4.4.0 07:23:29 oslo.serialization==4.0.1 07:23:29 oslo.utils==4.6.0 07:23:29 packaging==20.4 07:23:29 pbr==5.4.4 07:23:29 pluggy==0.13.1 07:23:29 prettytable==0.7.2 07:23:29 py==1.9.0 07:23:29 pyasn1==0.4.8 07:23:29 pyasn1-modules==0.2.8 07:23:29 pycparser==2.20 07:23:29 pygerrit2==2.0.10 07:23:29 PyGithub==1.46 07:23:29 pyinotify==0.9.6 07:23:29 PyJWT==1.7.1 07:23:29 pyparsing==2.4.7 07:23:29 pyperclip==1.8.1 07:23:29 pyroute2==0.4.13 07:23:29 pyrsistent==0.15.7 07:23:29 PySocks==1.6.8 07:23:29 python-cinderclient==7.2.0 07:23:29 python-dateutil==2.8.1 07:23:29 python-heatclient==2.2.1 07:23:29 python-jenkins==1.7.0 07:23:29 python-keystoneclient==4.1.1 07:23:29 python-magnumclient==3.2.1 07:23:29 python-novaclient==17.2.1 07:23:29 python-openstackclient==5.4.0 07:23:29 python-swiftclient==3.10.1 07:23:29 pytz==2020.1 07:23:29 PyYAML==5.3 07:23:29 requests==2.23.0 07:23:29 requests-oauthlib==1.3.0 07:23:29 requestsexceptions==1.4.0 07:23:29 rfc3986==1.4.0 07:23:29 rpm==4.11.3 07:23:29 rsa==4.0 07:23:29 ruamel.yaml==0.16.10 07:23:29 ruamel.yaml.clib==0.2.0 07:23:29 s3transfer==0.3.3 07:23:29 shade==1.27.2 07:23:29 simplejson==3.17.2 07:23:29 six==1.14.0 07:23:29 soupsieve==2.0 07:23:29 stevedore==3.2.2 07:23:29 tabulate==0.8.6 07:23:29 toml==0.10.0 07:23:29 tox==3.20.1 07:23:29 tqdm==4.43.0 07:23:29 urllib3==1.25.8 07:23:29 virtualenv==20.0.33 07:23:29 wcwidth==0.2.5 07:23:29 websocket-client==0.57.0 07:23:29 wrapt==1.12.1 07:23:29 xdg==3.0.2 07:23:29 xmltodict==0.12.0 07:23:29 yq==2.11.1 07:23:29 zipp==3.3.0 07:23:29 Cache entry deserialization failed, entry ignored 07:23:29 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. 07:23:32 Python 2.7.5 07:23:32 pip 20.2.3 from /home/jenkins/.local/lib/python2.7/site-packages/pip (python 2.7) 07:23:32 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. 07:23:32 ansible==2.9.7 07:23:32 Babel==0.9.6 07:23:32 backports.ssl-match-hostname==3.5.0.1 07:23:32 beautifulsoup4==4.4.1 07:23:32 bodhi==2.11.0 07:23:32 bodhi-client==2.11.0 07:23:32 CCColUtils==1.4 07:23:32 cffi==1.6.0 07:23:32 chardet==2.2.1 07:23:32 click==6.7 07:23:32 cloud-init==18.5 07:23:32 configobj==4.7.2 07:23:32 cryptography==1.7.2 07:23:32 decorator==3.4.0 07:23:32 distro==1.2.0 07:23:32 enum34==1.0.4 07:23:32 fedpkg==1.38 07:23:32 futures==3.1.1 07:23:32 gitdb==0.6.4 07:23:32 GitPython==1.0.1 07:23:32 html5lib==0.999 07:23:32 httplib2==0.9.2 07:23:32 idna==2.4 07:23:32 iniparse==0.4 07:23:32 ipaddress==1.0.16 07:23:32 IPy==0.75 07:23:32 javapackages==1.0.0 07:23:32 Jinja2==2.7.2 07:23:32 jmespath==0.9.4 07:23:32 jsonpatch==1.2 07:23:32 jsonpointer==1.9 07:23:32 kerberos==1.1 07:23:32 kitchen==1.1.1 07:23:32 langtable==0.0.31 07:23:32 lockfile==0.9.1 07:23:32 lxml==3.2.1 07:23:32 MarkupSafe==0.11 07:23:32 munch==2.0.2 07:23:32 offtrac==0.1.0 07:23:32 openidc-client==0.6.0 07:23:32 packagedb-cli==2.14.1 07:23:32 paramiko==2.1.1 07:23:32 perf==0.1 07:23:32 ply==3.4 07:23:32 policycoreutils-default-encoding==0.1 07:23:32 prettytable==0.7.2 07:23:32 pyasn1==0.1.9 07:23:32 pycparser==2.14 07:23:32 pycurl==7.19.0 07:23:32 pygobject==3.22.0 07:23:32 pygpgme==0.3 07:23:32 pyliblzma==0.5.3 07:23:32 pyOpenSSL==0.13.1 07:23:32 pyparsing==1.5.6 07:23:32 pyserial==2.6 07:23:32 python-augeas==0.5.0 07:23:32 python-bugzilla==2.3.0 07:23:32 python-dateutil==1.5 07:23:32 python-fedora==0.10.0 07:23:32 python-linux-procfs==0.4.9 07:23:32 python-yubico==1.2.3 07:23:32 pyudev==0.15 07:23:32 pyusb==1.0.0b1 07:23:32 pyxattr==0.5.1 07:23:32 PyYAML==3.10 07:23:32 requests==2.6.0 07:23:32 requests-kerberos==0.7.0 07:23:32 rpkg==1.60 07:23:32 schedutils==0.4 07:23:32 seobject==0.1 07:23:32 sepolicy==1.1 07:23:32 six==1.9.0 07:23:32 smmap==0.9.0 07:23:32 urlgrabber==3.10 07:23:32 urllib3==1.10.2 07:23:32 virtualenv==15.1.0 07:23:32 yum-langpacks==0.4.2 07:23:32 yum-metadata-parser==1.1.4 [Pipeline] echo 07:23:32 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 07:23:33 ---> sudo-logs.sh 07:23:33 Archiving 'sudo' log.. [Pipeline] echo 07:23:33 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 07:23:33 ---> job-cost.sh 07:23:33 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-qlpB 07:23:41 Cache entry deserialization failed, entry ignored 07:23:41 Cache entry deserialization failed, entry ignored 07:23:44 Cache entry deserialization failed, entry ignored 07:23:44 Cache entry deserialization failed, entry ignored 07:23:44 Cache entry deserialization failed, entry ignored 07:23:44 Cache entry deserialization failed, entry ignored 07:23:44 Cache entry deserialization failed, entry ignored 07:23:44 Cache entry deserialization failed, entry ignored 07:23:44 Cache entry deserialization failed, entry ignored 07:23:44 Cache entry deserialization failed, entry ignored 07:23:44 Cache entry deserialization failed, entry ignored 07:23:45 Cache entry deserialization failed, entry ignored 07:23:45 Cache entry deserialization failed, entry ignored 07:23:47 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 07:24:20 lf-activate-venv(): INFO: Adding /tmp/venv-qlpB/bin to PATH 07:24:20 INFO: No Stack... 07:24:20 INFO: Retrieving Pricing Info for: v1-standard-2 07:24:20 INFO: Archiving Costs [Pipeline] echo 07:24:20 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 07:24:20 ---> logs-deploy.sh 07:24:20 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/master/74 07:24:20 INFO: archiving workspace using pattern(s): 07:24:22 Archives upload complete. 07:24:22 INFO: archiving logs to Nexus 07:24:23 ---> uname -a: 07:24:23 Linux prd-centos7-docker-4c-2g-4609.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 07:24:23 07:24:23 07:24:23 ---> lscpu: 07:24:23 Architecture: x86_64 07:24:23 CPU op-mode(s): 32-bit, 64-bit 07:24:23 Byte Order: Little Endian 07:24:23 CPU(s): 4 07:24:23 On-line CPU(s) list: 0-3 07:24:23 Thread(s) per core: 1 07:24:23 Core(s) per socket: 1 07:24:23 Socket(s): 4 07:24:23 NUMA node(s): 1 07:24:23 Vendor ID: GenuineIntel 07:24:23 CPU family: 6 07:24:23 Model: 44 07:24:23 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 07:24:23 Stepping: 1 07:24:23 CPU MHz: 2933.442 07:24:23 BogoMIPS: 5866.88 07:24:23 Virtualization: VT-x 07:24:23 Hypervisor vendor: KVM 07:24:23 Virtualization type: full 07:24:23 L1d cache: 32K 07:24:23 L1i cache: 32K 07:24:23 L2 cache: 4096K 07:24:23 L3 cache: 16384K 07:24:23 NUMA node0 CPU(s): 0-3 07:24:23 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 07:24:23 07:24:23 07:24:23 ---> nproc: 07:24:23 4 07:24:23 07:24:23 07:24:23 ---> df -h: 07:24:23 Filesystem Size Used Avail Use% Mounted on 07:24:23 devtmpfs 887M 0 887M 0% /dev 07:24:23 tmpfs 919M 0 919M 0% /dev/shm 07:24:23 tmpfs 919M 17M 903M 2% /run 07:24:23 tmpfs 919M 0 919M 0% /sys/fs/cgroup 07:24:23 /dev/vda1 50G 8.6G 42G 18% / 07:24:23 tmpfs 184M 0 184M 0% /run/user/1001 07:24:23 07:24:23 07:24:23 ---> free -m: 07:24:23 total used free shared buff/cache available 07:24:23 Mem: 1837 674 86 16 1075 963 07:24:23 Swap: 1023 3 1020 07:24:23 07:24:23 07:24:23 ---> ip addr: 07:24:23 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 07:24:23 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 07:24:23 inet 127.0.0.1/8 scope host lo 07:24:23 valid_lft forever preferred_lft forever 07:24:23 inet6 ::1/128 scope host 07:24:23 valid_lft forever preferred_lft forever 07:24:23 2: eth0: mtu 1458 qdisc pfifo_fast state UP group default qlen 1000 07:24:23 link/ether fa:16:3e:d7:3d:1a brd ff:ff:ff:ff:ff:ff 07:24:23 inet 10.30.123.18/23 brd 10.30.123.255 scope global dynamic eth0 07:24:23 valid_lft 85838sec preferred_lft 85838sec 07:24:23 inet6 fe80::f816:3eff:fed7:3d1a/64 scope link 07:24:23 valid_lft forever preferred_lft forever 07:24:23 3: docker0: mtu 1500 qdisc noqueue state DOWN group default 07:24:23 link/ether 02:42:ca:88:b1:e0 brd ff:ff:ff:ff:ff:ff 07:24:23 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 07:24:23 valid_lft forever preferred_lft forever 07:24:23 inet6 fe80::42:caff:fe88:b1e0/64 scope link 07:24:23 valid_lft forever preferred_lft forever 07:24:23 07:24:23 07:24:23 ---> sar -b -r -n DEV: 07:24:23 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) 07:24:23 07:24:23 07:14:44 AM LINUX RESTART 07:24:23 07:24:23 07:16:01 AM tps rtps wtps bread/s bwrtn/s 07:24:23 07:17:01 AM 3.36 0.00 3.36 0.00 109.71 07:24:23 07:18:01 AM 0.40 0.00 0.40 0.00 5.56 07:24:23 07:19:01 AM 0.18 0.00 0.18 0.00 2.43 07:24:23 07:20:01 AM 0.27 0.00 0.27 0.00 3.36 07:24:23 07:21:01 AM 224.78 129.29 95.49 7143.92 32823.19 07:24:23 07:22:01 AM 219.69 83.66 136.03 4910.77 32634.25 07:24:23 07:23:01 AM 106.09 58.86 47.23 5180.62 6315.22 07:24:23 07:24:01 AM 104.81 26.69 78.12 1250.22 8576.02 07:24:23 Average: 82.47 37.32 45.15 2311.20 10061.30 07:24:23 07:24:23 07:16:01 AM kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 07:24:23 07:17:01 AM 164556 1717000 91.25 2620 1131352 1082720 36.95 446756 1109352 20 07:24:23 07:18:01 AM 162368 1719188 91.37 2620 1131356 1082792 36.95 449544 1108856 8 07:24:23 07:19:01 AM 161952 1719604 91.39 2620 1131364 1082888 36.96 450124 1108856 8 07:24:23 07:20:01 AM 161000 1720556 91.44 2620 1131364 1082720 36.95 459164 1100616 8 07:24:23 07:21:01 AM 196272 1685284 89.57 2620 1034352 1197448 40.87 520816 954768 40 07:24:23 07:22:01 AM 225312 1656244 88.03 1596 909944 1133680 38.69 608800 757628 28 07:24:23 07:23:01 AM 107036 1774520 94.31 1596 974132 1160268 39.60 645724 828508 43328 07:24:23 07:24:01 AM 64320 1817236 96.58 1596 965532 1164576 39.74 661912 816104 69648 07:24:23 Average: 155352 1726204 91.74 2236 1051174 1123386 38.34 530355 973086 14136 07:24:23 07:24:23 07:16:01 AM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s 07:24:23 07:17:01 AM eth0 0.40 0.15 0.02 0.03 0.00 0.00 0.00 07:24:23 07:17:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:24:23 07:17:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:24:23 07:18:01 AM eth0 1.23 0.38 0.60 0.03 0.00 0.00 0.00 07:24:23 07:18:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:24:23 07:18:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:24:23 07:19:01 AM eth0 1.30 0.62 0.58 0.40 0.00 0.00 0.00 07:24:23 07:19:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:24:23 07:19:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:24:23 07:20:01 AM eth0 0.12 0.10 0.01 0.01 0.00 0.00 0.00 07:24:23 07:20:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:24:23 07:20:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:24:23 07:21:01 AM eth0 466.15 406.33 3973.20 41.26 0.00 0.00 0.00 07:24:23 07:21:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:24:23 07:21:01 AM veth54b7f0d 0.00 0.02 0.00 0.00 0.00 0.00 0.00 07:24:23 07:21:01 AM docker0 39.29 39.33 3.88 170.21 0.00 0.00 0.00 07:24:23 07:22:01 AM eth0 473.31 407.74 3463.84 96.02 0.00 0.00 0.00 07:24:23 07:22:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:24:23 07:22:01 AM docker0 40.11 43.52 2.72 205.86 0.00 0.00 0.00 07:24:23 07:23:01 AM eth0 176.76 156.03 828.56 58.94 0.00 0.00 0.00 07:24:23 07:23:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:24:23 07:23:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:24:23 07:24:01 AM eth0 37.31 27.11 130.75 9.26 0.00 0.00 0.00 07:24:23 07:24:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:24:23 07:24:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:24:23 Average: eth0 144.61 124.84 1049.97 25.75 0.00 0.00 0.00 07:24:23 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:24:23 Average: docker0 8.71 9.45 0.67 44.63 0.00 0.00 0.00 07:24:23 07:24:23 07:24:23 ---> sar -P ALL: 07:24:23 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) 07:24:23 07:24:23 07:14:44 AM LINUX RESTART 07:24:23 07:24:23 07:16:01 AM CPU %user %nice %system %iowait %steal %idle 07:24:23 07:17:01 AM all 0.16 0.00 0.05 0.00 0.00 99.79 07:24:23 07:17:01 AM 0 0.05 0.00 0.03 0.00 0.00 99.92 07:24:23 07:17:01 AM 1 0.45 0.00 0.05 0.00 0.00 99.50 07:24:23 07:17:01 AM 2 0.03 0.00 0.02 0.00 0.00 99.95 07:24:23 07:17:01 AM 3 0.10 0.00 0.07 0.00 0.00 99.83 07:24:23 07:18:01 AM all 0.18 0.00 0.03 0.00 0.00 99.79 07:24:23 07:18:01 AM 0 0.05 0.00 0.05 0.00 0.00 99.90 07:24:23 07:18:01 AM 1 0.53 0.00 0.02 0.00 0.00 99.45 07:24:23 07:18:01 AM 2 0.05 0.00 0.02 0.00 0.00 99.93 07:24:23 07:18:01 AM 3 0.08 0.00 0.03 0.00 0.00 99.88 07:24:23 07:19:01 AM all 0.16 0.00 0.03 0.00 0.00 99.81 07:24:23 07:19:01 AM 0 0.03 0.00 0.02 0.00 0.00 99.95 07:24:23 07:19:01 AM 1 0.53 0.00 0.00 0.00 0.00 99.47 07:24:23 07:19:01 AM 2 0.07 0.00 0.05 0.00 0.00 99.88 07:24:23 07:19:01 AM 3 0.03 0.00 0.03 0.00 0.00 99.93 07:24:23 07:20:01 AM all 0.15 0.00 0.04 0.00 0.00 99.80 07:24:23 07:20:01 AM 0 0.02 0.00 0.03 0.00 0.00 99.95 07:24:23 07:20:01 AM 1 0.07 0.00 0.10 0.00 0.02 99.82 07:24:23 07:20:01 AM 2 0.03 0.00 0.02 0.00 0.00 99.95 07:24:23 07:20:01 AM 3 0.52 0.00 0.03 0.00 0.00 99.45 07:24:23 07:21:01 AM all 8.40 0.00 5.56 2.21 0.04 83.79 07:24:23 07:21:01 AM 0 7.99 0.00 5.78 2.57 0.05 83.61 07:24:23 07:21:01 AM 1 8.16 0.00 4.57 2.74 0.03 84.49 07:24:23 07:21:01 AM 2 9.24 0.00 6.02 2.28 0.05 82.41 07:24:23 07:21:01 AM 3 8.19 0.00 5.89 1.23 0.03 84.66 07:24:23 07:22:01 AM all 11.51 0.00 8.15 3.04 0.06 77.24 07:24:23 07:22:01 AM 0 10.10 0.00 8.96 2.95 0.03 77.96 07:24:23 07:22:01 AM 1 9.66 0.00 7.67 2.68 0.07 79.93 07:24:23 07:22:01 AM 2 15.87 0.00 8.11 5.02 0.07 70.93 07:24:23 07:22:01 AM 3 10.40 0.00 7.83 1.50 0.07 80.20 07:24:23 07:23:01 AM all 14.98 0.00 2.37 1.95 0.02 80.67 07:24:23 07:23:01 AM 0 17.59 0.00 2.82 1.59 0.03 77.97 07:24:23 07:23:01 AM 1 15.76 0.00 2.55 1.11 0.00 80.58 07:24:23 07:23:01 AM 2 19.97 0.00 2.40 3.44 0.02 74.17 07:24:23 07:23:01 AM 3 6.62 0.00 1.74 1.68 0.02 89.94 07:24:23 07:24:01 AM all 16.25 0.00 3.41 2.17 0.01 78.16 07:24:23 07:24:01 AM 0 18.44 0.00 2.94 2.12 0.02 76.49 07:24:23 07:24:01 AM 1 13.44 0.00 3.44 1.36 0.02 81.74 07:24:23 07:24:01 AM 2 17.43 0.00 3.52 2.40 0.02 76.64 07:24:23 07:24:01 AM 3 15.66 0.00 3.73 2.83 0.00 77.78 07:24:23 Average: all 6.44 0.00 2.43 1.16 0.02 89.95 07:24:23 Average: 0 6.74 0.00 2.55 1.14 0.02 89.55 07:24:23 Average: 1 6.05 0.00 2.28 0.98 0.02 90.67 07:24:23 Average: 2 7.80 0.00 2.50 1.63 0.02 88.05 07:24:23 Average: 3 5.17 0.00 2.40 0.90 0.01 91.52 07:24:23 07:24:23 07:24:23