Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 9121cb4fd2f17f024cc2e84f36967dd0fb0597df Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision ad104866bbc8c98dca93091e1a8abeb835fd4e4d Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision ad104866bbc8c98dca93091e1a8abeb835fd4e4d using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision ad104866bbc8c98dca93091e1a8abeb835fd4e4d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f ad104866bbc8c98dca93091e1a8abeb835fd4e4d # timeout=10 Commit message: "Merge pull request #251 from ernestojeda/fix-codecov-uploader" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-sdk-go, dockerImageName:docker-device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-sdk-go-settings PROJECT: device-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-5305 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 9121cb4fd2f17f024cc2e84f36967dd0fb0597df (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 9121cb4fd2f17f024cc2e84f36967dd0fb0597df # timeout=10 Commit message: "Merge pull request #625 from hahattan/issue-529-cache" > git rev-list --no-walk 153a43e7e060228c1df4c616c423a5b384e52518 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 06:27:09 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 06:27:09 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 06:27:09 ========================================================= 06:27:09 EdgeX Global Pipelines Version Info 06:27:09 ========================================================= [Pipeline] libraryResource [Pipeline] sh 06:27:11 ------------------- 06:27:11 stable info: 06:27:11 ------------------- 06:27:11 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 06:27:11 Commit SHA: ad104866bbc8c98dca93091e1a8abeb835fd4e4d 06:27:11 Message: update stable to v1.0.131 06:27:12 ------------------- 06:27:12 experimental info: 06:27:12 ------------------- 06:27:12 Commited By: **** collab-it+edgex@linuxfoundation.org 06:27:12 Commit SHA: a2275391807e67b7600a554c2b5f26031cb9c010 06:27:12 Message: update experimental to v1.0.141 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 06:27:13 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 06:27:13 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 06:27:13 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 06:27:13 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 06:27:13 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 06:27:13 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 06:27:13 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 06:27:14 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 06:27:14 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 06:27:14 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 06:27:14 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 06:27:14 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo 06:27:14 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 06:27:14 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 06:27:14 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 06:27:14 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 06:27:14 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 06:27:15 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 06:27:15 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 06:27:15 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 06:27:15 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 06:27:15 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 06:27:15 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 06:27:15 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 06:27:15 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 06:27:15 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 06:27:15 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 06:27:16 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 06:27:16 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 9121cb4fd2f17f024cc2e84f36967dd0fb0597df [Pipeline] echo 06:27:16 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 9121cb4 [Pipeline] echo 06:27:16 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 06:27:16 + git log --format=format:%s -1 9121cb4fd2f17f024cc2e84f36967dd0fb0597df [Pipeline] echo 06:27:17 GIT_COMMIT: 9121cb4fd2f17f024cc2e84f36967dd0fb0597df, Commit Message: Merge pull request #625 from hahattan/issue-529-cache [Pipeline] echo 06:27:17 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 06:27:18 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:27:18 06:27:18 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 06:27:18 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:27:19 latest: Pulling from edgex-devops/git-semver 06:27:19 31603596830f: Pulling fs layer 06:27:19 2a8b12db71e7: Pulling fs layer 06:27:19 6ca5941a6612: Pulling fs layer 06:27:19 ecc8261a40a4: Pulling fs layer 06:27:19 ecc8261a40a4: Waiting 06:27:19 2a8b12db71e7: Download complete 06:27:19 31603596830f: Verifying Checksum 06:27:19 31603596830f: Download complete 06:27:19 6ca5941a6612: Verifying Checksum 06:27:19 6ca5941a6612: Download complete 06:27:20 ecc8261a40a4: Verifying Checksum 06:27:20 ecc8261a40a4: Download complete 06:27:20 31603596830f: Pull complete 06:27:20 2a8b12db71e7: Pull complete 06:27:21 6ca5941a6612: Pull complete 06:27:21 ecc8261a40a4: Pull complete 06:27:21 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 06:27:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:27:21 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 06:27:22 prd-centos7-docker-4c-2g-5305 does not seem to be running inside a container 06:27:22 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 06:27:24 $ docker top c7b36fca157667ca4cda7d24b52a8643428f0688abccf31b3f868293c0d57bef -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:27:25 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:27:25 [ssh-agent] Looking for ssh-agent implementation... 06:27:25 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:27:25 $ docker exec c7b36fca157667ca4cda7d24b52a8643428f0688abccf31b3f868293c0d57bef ssh-agent 06:27:25 SSH_AUTH_SOCK=/tmp/ssh-ZjQ0IJYi4hYj/agent.11 06:27:25 SSH_AGENT_PID=16 06:27:25 Running ssh-add (command line suppressed) 06:27:25 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_7933159568189472904.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_7933159568189472904.key) 06:27:26 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:27:26 + git describe --exact-match --tags HEAD 06:27:26 fatal: no tag exactly matches '9121cb4fd2f17f024cc2e84f36967dd0fb0597df' [Pipeline] } 06:27:26 $ docker exec --env ******** --env ******** c7b36fca157667ca4cda7d24b52a8643428f0688abccf31b3f868293c0d57bef ssh-agent -k 06:27:26 unset SSH_AUTH_SOCK; 06:27:26 unset SSH_AGENT_PID; 06:27:26 echo Agent pid 16 killed; 06:27:26 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 06:27:26 [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 06:27:26 This usually means this commit has not been tagged. [Pipeline] sshagent 06:27:26 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:27:26 [ssh-agent] Looking for ssh-agent implementation... 06:27:27 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:27:27 $ docker exec c7b36fca157667ca4cda7d24b52a8643428f0688abccf31b3f868293c0d57bef ssh-agent 06:27:27 SSH_AUTH_SOCK=/tmp/ssh-xa0rw4zxcnYJ/agent.46 06:27:27 SSH_AGENT_PID=51 06:27:27 Running ssh-add (command line suppressed) 06:27:28 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_7486250482053474967.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_7486250482053474967.key) 06:27:28 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:27:28 + git semver init 06:27:28 # -> Open(): unable to determine branch for HEAD 06:27:28 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 06:27:28 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 06:27:28 # $SEMVER_REMOTE_NAME = origin 06:27:28 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 06:27:28 # $SEMVER_USER_NAME = edgex-jenkins 06:27:28 # $SEMVER_BRANCH = master 06:27:28 # $SEMVER_TEMP = /tmp/semver-715248251 06:27:28 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 06:27:30 # '/tmp/semver-715248251' -> '/w/workspace/dgexfoundry_device-sdk-go_master/.semver' 06:27:30 # -> Force: false 06:27:30 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } 06:27:30 $ docker exec --env ******** --env ******** c7b36fca157667ca4cda7d24b52a8643428f0688abccf31b3f868293c0d57bef ssh-agent -k 06:27:30 unset SSH_AUTH_SOCK; 06:27:30 unset SSH_AGENT_PID; 06:27:30 echo Agent pid 51 killed; 06:27:30 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:27:31 + git semver [Pipeline] } 06:27:31 $ docker stop --time=1 c7b36fca157667ca4cda7d24b52a8643428f0688abccf31b3f868293c0d57bef 06:27:32 $ docker rm -f c7b36fca157667ca4cda7d24b52a8643428f0688abccf31b3f868293c0d57bef [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 06:27:34 Stashed 44 file(s) [Pipeline] echo 06:27:34 [edgeXSemver]: initialized semver on version 1.2.4-dev.25 [Pipeline] echo 06:27:34 Archived original version: [1.2.4-dev.25] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 06:27:50 Still waiting to schedule task 06:27:50 Waiting for next available executor on ‘centos7-docker-4c-2g’ 06:27:50 Still waiting to schedule task 06:27:50 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 06:29:50 Running on prd-ubuntu18.04-docker-arm64-4c-16g-5307 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws 06:29:50 Running in /w/workspace/device-sdk-go/76 [Pipeline] { [Pipeline] checkout 06:29:56 using credential edgex-jenkins-ssh 06:29:56 Cloning the remote Git repository 06:29:56 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 06:29:56 > git init /w/workspace/device-sdk-go/76 # timeout=10 06:29:56 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 06:29:56 > git --version # timeout=10 06:29:56 > git --version # 'git version 2.17.1' 06:29:56 using GIT_SSH to set credentials SSH Credentials for GitHub 06:29:56 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 06:29:58 Checking out Revision 9121cb4fd2f17f024cc2e84f36967dd0fb0597df (master) 06:29:57 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 06:29:57 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 06:29:57 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 06:29:57 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 06:29:57 using GIT_SSH to set credentials SSH Credentials for GitHub 06:29:57 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 06:29:58 > git config core.sparsecheckout # timeout=10 06:29:58 > git checkout -f 9121cb4fd2f17f024cc2e84f36967dd0fb0597df # timeout=10 06:29:59 Running on prd-centos7-docker-4c-2g-5308 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws 06:29:59 Running in /w/workspace/device-sdk-go/76 [Pipeline] { [Pipeline] checkout 06:30:02 using credential edgex-jenkins-ssh 06:30:02 Cloning the remote Git repository 06:30:02 Commit message: "Merge pull request #625 from hahattan/issue-529-cache" 06:30:02 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 06:30:02 > git init /w/workspace/device-sdk-go/76 # timeout=10 06:30:02 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 06:30:02 > git --version # timeout=10 06:30:02 > git --version # 'git version 2.16.5' 06:30:02 using GIT_SSH to set credentials SSH Credentials for GitHub 06:30:02 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 06:30:04 ========================================================= 06:30:04 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 06:30:04 ========================================================= [Pipeline] isUnix [Pipeline] sh 06:30:05 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 06:30:05 Checking out Revision 9121cb4fd2f17f024cc2e84f36967dd0fb0597df (master) 06:30:04 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 06:30:04 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 06:30:04 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 06:30:04 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 06:30:04 using GIT_SSH to set credentials SSH Credentials for GitHub 06:30:04 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 06:30:05 > git config core.sparsecheckout # timeout=10 06:30:05 > git checkout -f 9121cb4fd2f17f024cc2e84f36967dd0fb0597df # timeout=10 06:30:06 Sending build context to Docker daemon 3.536MB 06:30:06 Step 1/8 : ARG BASE=golang:1.15-alpine 06:30:06 Step 2/8 : FROM ${BASE} 06:30:06 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 06:30:06 b538f80385f9: Pulling fs layer 06:30:06 74f711af9a0d: Pulling fs layer 06:30:06 99f96fe45779: Pulling fs layer 06:30:06 8529a6b9a6be: Pulling fs layer 06:30:06 45590311c82a: Pulling fs layer 06:30:06 69ca0ff8b7b3: Pulling fs layer 06:30:06 209524e5b208: Pulling fs layer 06:30:06 45590311c82a: Waiting 06:30:06 69ca0ff8b7b3: Waiting 06:30:06 209524e5b208: Waiting 06:30:06 8529a6b9a6be: Waiting 06:30:06 99f96fe45779: Download complete 06:30:06 74f711af9a0d: Verifying Checksum 06:30:06 74f711af9a0d: Download complete 06:30:06 45590311c82a: Verifying Checksum 06:30:06 45590311c82a: Download complete 06:30:06 69ca0ff8b7b3: Verifying Checksum 06:30:06 69ca0ff8b7b3: Download complete 06:30:06 b538f80385f9: Verifying Checksum 06:30:06 b538f80385f9: Download complete 06:30:07 b538f80385f9: Pull complete 06:30:07 74f711af9a0d: Pull complete 06:30:08 99f96fe45779: Pull complete 06:30:09 Commit message: "Merge pull request #625 from hahattan/issue-529-cache" 06:30:09 209524e5b208: Verifying Checksum 06:30:09 209524e5b208: Download complete [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 06:30:10 ========================================================= 06:30:10 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 06:30:10 ========================================================= [Pipeline] isUnix [Pipeline] sh 06:30:10 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 06:30:10 8529a6b9a6be: Verifying Checksum 06:30:10 8529a6b9a6be: Download complete 06:30:11 Sending build context to Docker daemon 3.536MB 06:30:11 Step 1/8 : ARG BASE=golang:1.15-alpine 06:30:11 Step 2/8 : FROM ${BASE} 06:30:11 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 06:30:11 df20fa9351a1: Pulling fs layer 06:30:11 ed8968b2872e: Pulling fs layer 06:30:11 a92cc7c5fd73: Pulling fs layer 06:30:11 e871e8e8d7a9: Pulling fs layer 06:30:11 e73272ec9a57: Pulling fs layer 06:30:11 1e910a182e73: Pulling fs layer 06:30:11 4e634b169226: Pulling fs layer 06:30:11 e73272ec9a57: Waiting 06:30:11 1e910a182e73: Waiting 06:30:11 4e634b169226: Waiting 06:30:11 e871e8e8d7a9: Waiting 06:30:11 a92cc7c5fd73: Verifying Checksum 06:30:11 a92cc7c5fd73: Download complete 06:30:11 ed8968b2872e: Download complete 06:30:11 e73272ec9a57: Download complete 06:30:11 1e910a182e73: Verifying Checksum 06:30:11 1e910a182e73: Download complete 06:30:11 df20fa9351a1: Download complete 06:30:11 df20fa9351a1: Pull complete 06:30:12 ed8968b2872e: Pull complete 06:30:12 a92cc7c5fd73: Pull complete 06:30:13 4e634b169226: Verifying Checksum 06:30:13 4e634b169226: Download complete 06:30:13 e871e8e8d7a9: Verifying Checksum 06:30:13 e871e8e8d7a9: Download complete 06:30:19 e871e8e8d7a9: Pull complete 06:30:19 e73272ec9a57: Pull complete 06:30:19 1e910a182e73: Pull complete 06:30:21 8529a6b9a6be: Pull complete 06:30:21 45590311c82a: Pull complete 06:30:21 69ca0ff8b7b3: Pull complete 06:30:25 209524e5b208: Pull complete 06:30:25 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 06:30:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 06:30:25 ---> 5bddaf1c2fca 06:30:25 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 06:30:27 ---> Running in 6c51ff9500c7 06:30:28 Removing intermediate container 6c51ff9500c7 06:30:28 ---> 0eb9848fd995 06:30:28 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:30:28 ---> Running in 87cc0ff7378b 06:30:29 4e634b169226: Pull complete 06:30:29 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 06:30:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 06:30:29 ---> f7629b54cfaa 06:30:29 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 06:30:29 ---> Running in 06840632d5b6 06:30:29 Removing intermediate container 06840632d5b6 06:30:29 ---> 76016bf29fd5 06:30:29 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:30:29 ---> Running in 046622b0b80f 06:30:30 Removing intermediate container 046622b0b80f 06:30:30 ---> 43e7f11df4a8 06:30:30 Step 5/8 : RUN apk add --no-cache make git 06:30:30 ---> Running in 41ff8f64251d 06:30:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:30:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:30:31 OK: 166 MiB in 39 packages 06:30:32 Removing intermediate container 87cc0ff7378b 06:30:32 ---> 9118e0bee829 06:30:32 Step 5/8 : RUN apk add --no-cache make git 06:30:32 ---> Running in 8e2fa5fa5674 06:30:32 Removing intermediate container 41ff8f64251d 06:30:32 ---> 95d9e3e9bb05 06:30:32 Step 6/8 : WORKDIR /device-sdk-go 06:30:32 ---> Running in 3cac915c1c20 06:30:32 Removing intermediate container 3cac915c1c20 06:30:32 ---> 432ce7ad2539 06:30:32 Step 7/8 : COPY . . 06:30:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:30:33 ---> b214175c0cca 06:30:33 Step 8/8 : RUN go mod download 06:30:33 ---> Running in 1f855cc4a17b 06:30:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:30:34 OK: 142 MiB in 39 packages 06:30:36 Removing intermediate container 8e2fa5fa5674 06:30:36 ---> c86cce3c2d44 06:30:36 Step 6/8 : WORKDIR /device-sdk-go 06:30:36 ---> Running in 666ecfb9d300 06:30:36 Removing intermediate container 666ecfb9d300 06:30:36 ---> 4c9b09afacf2 06:30:36 Step 7/8 : COPY . . 06:30:38 ---> 7f5c4dab1da1 06:30:38 Step 8/8 : RUN go mod download 06:30:38 ---> Running in 0e9048f38f88 06:30:55 Removing intermediate container 1f855cc4a17b 06:30:55 ---> ac5052deba67 06:30:55 Successfully built ac5052deba67 06:30:55 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 06:30:56 + docker inspect -f . ci-base-image-x86_64 06:30:56 . [Pipeline] withDockerContainer 06:30:56 prd-centos7-docker-4c-2g-5308 does not seem to be running inside a container 06:30:56 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/76 -v /w/workspace/device-sdk-go/76:/w/workspace/device-sdk-go/76:rw,z -v /w/workspace/device-sdk-go/76@tmp:/w/workspace/device-sdk-go/76@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 06:30:57 $ docker top e85babfbbb219f532483c88d6f69b35fb6f735353e2a9058c4fcf147fad38e28 -eo pid,comm [Pipeline] { [Pipeline] sh 06:30:57 + go version 06:30:57 go version go1.15.2 linux/amd64 [Pipeline] } 06:30:57 $ docker stop --time=1 e85babfbbb219f532483c88d6f69b35fb6f735353e2a9058c4fcf147fad38e28 06:30:59 $ docker rm -f e85babfbbb219f532483c88d6f69b35fb6f735353e2a9058c4fcf147fad38e28 [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) 06:31:00 Removing intermediate container 0e9048f38f88 06:31:00 ---> dcb8043bf0b1 06:31:00 Successfully built dcb8043bf0b1 06:31:00 Successfully tagged ci-base-image-arm64:latest [Pipeline] sh [Pipeline] isUnix [Pipeline] sh 06:31:02 + sudo chown -R jenkins:jenkins . [Pipeline] sh 06:31:02 + docker inspect -f . ci-base-image-arm64 06:31:02 . [Pipeline] withDockerContainer 06:31:02 + ls -al . 06:31:02 total 64 06:31:02 drwxrwxr-x. 11 jenkins jenkins 4096 Oct 14 06:30 . 06:31:02 drwxrwxr-x. 4 jenkins jenkins 30 Oct 14 06:30 .. 06:31:02 drwxrwxr-x. 2 jenkins jenkins 64 Oct 14 06:30 bin 06:31:02 -rw-rw-r--. 1 jenkins jenkins 936 Oct 14 06:30 Dockerfile.build 06:31:02 -rw-rw-r--. 1 jenkins jenkins 140 Oct 14 06:30 .dockerignore 06:31:02 drwxrwxr-x. 4 jenkins jenkins 48 Oct 14 06:30 example 06:31:02 drwxrwxr-x. 8 jenkins jenkins 162 Oct 14 06:30 .git 06:31:02 drwxrwxr-x. 2 jenkins jenkins 60 Oct 14 06:30 .github 06:31:02 -rw-rw-r--. 1 jenkins jenkins 138 Oct 14 06:30 .gitignore 06:31:02 -rw-rw-r--. 1 jenkins jenkins 517 Oct 14 06:30 go.mod 06:31:02 drwxrwxr-x. 15 jenkins jenkins 211 Oct 14 06:30 internal 06:31:02 -rw-rw-r--. 1 jenkins jenkins 901 Oct 14 06:30 Jenkinsfile 06:31:02 -rw-rw-r--. 1 jenkins jenkins 11341 Oct 14 06:30 LICENSE 06:31:02 -rw-rw-r--. 1 jenkins jenkins 1013 Oct 14 06:30 Makefile 06:31:02 drwxrwxr-x. 4 jenkins jenkins 26 Oct 14 06:30 openapi 06:31:02 drwxrwxr-x. 5 jenkins jenkins 50 Oct 14 06:30 pkg 06:31:02 -rw-rw-r--. 1 jenkins jenkins 5897 Oct 14 06:30 README.md 06:31:02 -rw-rw-r--. 1 jenkins jenkins 4291 Oct 14 06:30 RELEASE-NOTES.txt 06:31:02 drwxrwxr-x. 3 jenkins jenkins 44 Oct 14 06:30 .semver 06:31:02 drwxrwxr-x. 4 jenkins jenkins 54 Oct 14 06:30 snap 06:31:02 -rw-rw-r--. 1 jenkins jenkins 12 Oct 14 06:27 VERSION 06:31:02 -rw-rw-r--. 1 jenkins jenkins 222 Oct 14 06:30 version.go 06:31:02 prd-ubuntu18.04-docker-arm64-4c-16g-5307 does not seem to be running inside a container 06:31:02 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/76 -v /w/workspace/device-sdk-go/76:/w/workspace/device-sdk-go/76:rw,z -v /w/workspace/device-sdk-go/76@tmp:/w/workspace/device-sdk-go/76@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 06:31:05 $ docker top af9a6e4144811cfef919a49bba279cc7f0884a304083aa0d757c8a1bba50d1d4 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] isUnix [Pipeline] sh 06:31:05 + 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=9121cb4fd2f17f024cc2e84f36967dd0fb0597df --label arch=amd64 --label version=1.2.4-dev.25 . 06:31:05 Sending build context to Docker daemon 3.536MB 06:31:05 Step 1/24 : ARG BASE=golang:1.15-alpine 06:31:05 Step 2/24 : FROM ${BASE} AS builder 06:31:05 ---> ac5052deba67 06:31:05 Step 3/24 : ARG MAKE='make build' 06:31:06 ---> Running in 9a425c81ebfd 06:31:06 + go version 06:31:06 go version go1.15.2 linux/arm64 [Pipeline] } 06:31:06 $ docker stop --time=1 af9a6e4144811cfef919a49bba279cc7f0884a304083aa0d757c8a1bba50d1d4 06:31:06 Removing intermediate container 9a425c81ebfd 06:31:06 ---> 68784c5ee4ab 06:31:06 Step 4/24 : WORKDIR /device-sdk-go 06:31:06 ---> Running in 760cbe91ab10 06:31:06 Removing intermediate container 760cbe91ab10 06:31:06 ---> a4a76adcc823 06:31:06 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 06:31:06 ---> Running in 8f1ac6e6621e 06:31:07 Removing intermediate container 8f1ac6e6621e 06:31:07 ---> 7aa52c6f7f4f 06:31:07 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:31:07 ---> Running in ed0ec9d71e19 06:31:08 Removing intermediate container ed0ec9d71e19 06:31:08 ---> b400c2955282 06:31:08 Step 7/24 : RUN apk add --update --no-cache make git 06:31:08 ---> Running in 2a812ff1a75e 06:31:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:31:08 $ docker rm -f af9a6e4144811cfef919a49bba279cc7f0884a304083aa0d757c8a1bba50d1d4 [Pipeline] // withDockerContainer [Pipeline] } 06:31:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [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 06:31:09 OK: 166 MiB in 39 packages 06:31:09 + sudo chown -R jenkins:jenkins . [Pipeline] sh 06:31:10 Removing intermediate container 2a812ff1a75e 06:31:10 ---> 35b70839b0b2 06:31:10 Step 8/24 : COPY . . 06:31:10 + ls -al . 06:31:10 total 104 06:31:10 drwxrwxr-x 11 jenkins jenkins 4096 Oct 14 06:30 . 06:31:10 drwxrwxr-x 4 jenkins jenkins 4096 Oct 14 06:29 .. 06:31:10 -rw-rw-r-- 1 jenkins jenkins 140 Oct 14 06:29 .dockerignore 06:31:10 drwxrwxr-x 8 jenkins jenkins 4096 Oct 14 06:30 .git 06:31:10 drwxrwxr-x 2 jenkins jenkins 4096 Oct 14 06:29 .github 06:31:10 -rw-rw-r-- 1 jenkins jenkins 138 Oct 14 06:29 .gitignore 06:31:10 drwxrwxr-x 3 jenkins jenkins 4096 Oct 14 06:30 .semver 06:31:10 -rw-rw-r-- 1 jenkins jenkins 936 Oct 14 06:29 Dockerfile.build 06:31:10 -rw-rw-r-- 1 jenkins jenkins 901 Oct 14 06:29 Jenkinsfile 06:31:10 -rw-rw-r-- 1 jenkins jenkins 11341 Oct 14 06:29 LICENSE 06:31:10 -rw-rw-r-- 1 jenkins jenkins 1013 Oct 14 06:29 Makefile 06:31:10 -rw-rw-r-- 1 jenkins jenkins 5897 Oct 14 06:29 README.md 06:31:10 -rw-rw-r-- 1 jenkins jenkins 4291 Oct 14 06:29 RELEASE-NOTES.txt 06:31:10 -rw-rw-r-- 1 jenkins jenkins 12 Oct 14 06:27 VERSION 06:31:10 drwxrwxr-x 2 jenkins jenkins 4096 Oct 14 06:29 bin 06:31:10 drwxrwxr-x 4 jenkins jenkins 4096 Oct 14 06:29 example 06:31:10 -rw-rw-r-- 1 jenkins jenkins 517 Oct 14 06:29 go.mod 06:31:10 drwxrwxr-x 15 jenkins jenkins 4096 Oct 14 06:29 internal 06:31:10 drwxrwxr-x 4 jenkins jenkins 4096 Oct 14 06:29 openapi 06:31:10 drwxrwxr-x 5 jenkins jenkins 4096 Oct 14 06:29 pkg 06:31:10 drwxrwxr-x 4 jenkins jenkins 4096 Oct 14 06:29 snap 06:31:10 -rw-rw-r-- 1 jenkins jenkins 222 Oct 14 06:29 version.go [Pipeline] isUnix [Pipeline] sh 06:31:10 + 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=9121cb4fd2f17f024cc2e84f36967dd0fb0597df --label arch=arm64 --label version=1.2.4-dev.25 . 06:31:11 ---> b698c7ce21cb 06:31:11 Step 9/24 : RUN ${MAKE} 06:31:11 Sending build context to Docker daemon 3.536MB 06:31:11 Step 1/24 : ARG BASE=golang:1.15-alpine 06:31:11 Step 2/24 : FROM ${BASE} AS builder 06:31:11 ---> dcb8043bf0b1 06:31:11 Step 3/24 : ARG MAKE='make build' 06:31:11 ---> Running in c42c0acca0e4 06:31:11 ---> Running in 4763b81f6d39 06:31:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=1.2.4-dev.25" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 06:31:11 Removing intermediate container 4763b81f6d39 06:31:11 ---> e8cc7b4b2bc1 06:31:11 Step 4/24 : WORKDIR /device-sdk-go 06:31:12 ---> Running in 146b80bbdba6 06:31:12 Removing intermediate container 146b80bbdba6 06:31:12 ---> 81731fd398e4 06:31:12 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 06:31:12 ---> Running in f419046f785d 06:31:13 Removing intermediate container f419046f785d 06:31:13 ---> bce588e75818 06:31:13 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:31:13 ---> Running in fa90d4234b16 06:31:15 Removing intermediate container fa90d4234b16 06:31:15 ---> 7b599969f655 06:31:15 Step 7/24 : RUN apk add --update --no-cache make git 06:31:16 ---> Running in 6589341f3a6d 06:31:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:31:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:31:19 OK: 142 MiB in 39 packages 06:31:20 Removing intermediate container 6589341f3a6d 06:31:20 ---> f770256125f2 06:31:20 Step 8/24 : COPY . . 06:31:21 ---> 814ccfbda7b8 06:31:21 Step 9/24 : RUN ${MAKE} 06:31:21 ---> Running in 29469d98b8ee 06:31:21 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 06:31:22 Removing intermediate container c42c0acca0e4 06:31:22 ---> c2420ad028d7 06:31:22 Step 10/24 : FROM scratch 06:31:22 ---> 06:31:22 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 06:31:22 ---> Running in b8905ea1caa8 06:31:22 Removing intermediate container b8905ea1caa8 06:31:22 ---> 3b88eeab7fb1 06:31:22 Step 12/24 : ENV APP_PORT=49990 06:31:22 ---> Running in fb3775985078 06:31:23 Removing intermediate container fb3775985078 06:31:23 ---> 8ce7c721d399 06:31:23 Step 13/24 : EXPOSE $APP_PORT 06:31:23 ---> Running in 5213180e22d7 06:31:23 Removing intermediate container 5213180e22d7 06:31:23 ---> 4003692fa715 06:31:23 Step 14/24 : WORKDIR / 06:31:23 ---> Running in 5fed1d62d160 06:31:23 Removing intermediate container 5fed1d62d160 06:31:23 ---> b3b46b72643e 06:31:23 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 06:31:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=1.2.4-dev.25" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 06:31:23 ---> f4524c312093 06:31:23 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 06:31:24 ---> f8a363616131 06:31:24 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 06:31:24 ---> 98fe0c0df767 06:31:24 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 06:31:24 ---> c1687222507c 06:31:24 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 06:31:24 ---> 2a9969e9c8a7 06:31:24 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 06:31:24 ---> Running in 1cf3f2e06ded 06:31:25 Removing intermediate container 1cf3f2e06ded 06:31:25 ---> 5eb1ca7dff1a 06:31:25 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:31:25 ---> Running in bb8f5b696690 06:31:25 Removing intermediate container bb8f5b696690 06:31:25 ---> 5e67ff1bfb13 06:31:25 Step 22/24 : LABEL arch=amd64 06:31:25 ---> Running in 12ac6a3ca674 06:31:25 Removing intermediate container 12ac6a3ca674 06:31:25 ---> 18594ea9c8c7 06:31:25 Step 23/24 : LABEL git_sha=9121cb4fd2f17f024cc2e84f36967dd0fb0597df 06:31:25 ---> Running in 9b23e3fd34cb 06:31:25 Removing intermediate container 9b23e3fd34cb 06:31:25 ---> 1cfa6b6ac2a1 06:31:25 Step 24/24 : LABEL version=1.2.4-dev.25 06:31:25 ---> Running in 4aa61ad34731 06:31:25 Removing intermediate container 4aa61ad34731 06:31:25 ---> 4670f40cfcf7 06:31:25 [Warning] One or more build-args [ARCH] were not consumed 06:31:25 Successfully built 4670f40cfcf7 06:31:25 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] } 06:31:50 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 06:31:50 Removing intermediate container 29469d98b8ee 06:31:50 ---> 92184f32c29e 06:31:50 Step 10/24 : FROM scratch 06:31:50 ---> 06:31:50 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 06:31:50 ---> Running in de16be77765e 06:31:50 Removing intermediate container de16be77765e 06:31:50 ---> 9ac51604c454 06:31:50 Step 12/24 : ENV APP_PORT=49990 06:31:50 ---> Running in 03fe3d3154e1 06:31:50 Removing intermediate container 03fe3d3154e1 06:31:50 ---> 9f550fa4a414 06:31:50 Step 13/24 : EXPOSE $APP_PORT 06:31:50 ---> Running in 7b3c736c3caa 06:31:51 Removing intermediate container 7b3c736c3caa 06:31:51 ---> 15518432b1f3 06:31:51 Step 14/24 : WORKDIR / 06:31:51 ---> Running in 043af9717456 06:31:51 Removing intermediate container 043af9717456 06:31:51 ---> 1334e38eff85 06:31:51 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 06:31:53 ---> 6d73e7c7740a 06:31:53 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 06:31:53 ---> 9c75483c811a 06:31:53 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 06:31:54 ---> 7d9790c1c4ee 06:31:54 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 06:31:55 ---> eecfd946f2cf 06:31:55 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 06:31:56 ---> 01b723e23b68 06:31:56 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 06:31:56 ---> Running in 4260bce1f60b 06:31:56 Removing intermediate container 4260bce1f60b 06:31:56 ---> 745f154eafb2 06:31:56 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:31:56 ---> Running in 6baabaf81708 06:31:57 Removing intermediate container 6baabaf81708 06:31:57 ---> 27ffc1e56dcf 06:31:57 Step 22/24 : LABEL arch=arm64 06:31:57 ---> Running in cef50f457950 06:31:57 Removing intermediate container cef50f457950 06:31:57 ---> 0d56291839e2 06:31:57 Step 23/24 : LABEL git_sha=9121cb4fd2f17f024cc2e84f36967dd0fb0597df 06:31:57 ---> Running in 298c6555e6e9 06:31:58 Removing intermediate container 298c6555e6e9 06:31:58 ---> 584d0402e865 06:31:58 Step 24/24 : LABEL version=1.2.4-dev.25 06:31:58 ---> Running in 6a914f249156 06:31:59 Removing intermediate container 6a914f249156 06:31:59 ---> 0fd15e00908d 06:31:59 [Warning] One or more build-args [ARCH] were not consumed 06:31:59 Successfully built 0fd15e00908d 06:31:59 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 06:32:01 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo 06:32:01 [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials 06:32:01 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:32:01 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 06:32:01 06:32:01 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh 06:32:02 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 06:32:02 1.317.0: Pulling from edgex-devops/edgex-snyk-go 06:32:02 cbdbe7a5bc2a: Pulling fs layer 06:32:02 408f87550127: Pulling fs layer 06:32:02 fe522b08c979: Pulling fs layer 06:32:02 221eaa008020: Pulling fs layer 06:32:02 2a4607e5d6b9: Pulling fs layer 06:32:02 8f79b27c4fd2: Pulling fs layer 06:32:02 e5c8dbe1645b: Pulling fs layer 06:32:02 23e8b3b47431: Pulling fs layer 06:32:02 5c568d65a230: Pulling fs layer 06:32:02 2a4607e5d6b9: Waiting 06:32:02 8f79b27c4fd2: Waiting 06:32:02 e5c8dbe1645b: Waiting 06:32:02 23e8b3b47431: Waiting 06:32:02 5c568d65a230: Waiting 06:32:02 221eaa008020: Waiting 06:32:02 fe522b08c979: Verifying Checksum 06:32:02 fe522b08c979: Download complete 06:32:02 408f87550127: Verifying Checksum 06:32:02 408f87550127: Download complete 06:32:02 2a4607e5d6b9: Verifying Checksum 06:32:02 2a4607e5d6b9: Download complete 06:32:02 8f79b27c4fd2: Verifying Checksum 06:32:02 8f79b27c4fd2: Download complete 06:32:03 cbdbe7a5bc2a: Verifying Checksum 06:32:03 cbdbe7a5bc2a: Download complete 06:32:03 cbdbe7a5bc2a: Pull complete 06:32:03 408f87550127: Pull complete 06:32:04 fe522b08c979: Pull complete 06:32:04 e5c8dbe1645b: Verifying Checksum 06:32:04 e5c8dbe1645b: Download complete 06:32:07 5c568d65a230: Verifying Checksum 06:32:07 23e8b3b47431: Verifying Checksum 06:32:07 23e8b3b47431: Download complete 06:32:12 221eaa008020: Verifying Checksum 06:32:12 221eaa008020: Download complete 06:32:22 221eaa008020: Pull complete 06:32:22 2a4607e5d6b9: Pull complete 06:32:22 8f79b27c4fd2: Pull complete 06:32:23 e5c8dbe1645b: Pull complete 06:32:27 23e8b3b47431: Pull complete 06:32:29 5c568d65a230: Pull complete 06:32:29 Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 06:32:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 06:32:29 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer 06:32:29 prd-centos7-docker-4c-2g-5305 does not seem to be running inside a container 06:32:29 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -v /w/workspace/dgexfoundry_device-sdk-go_master:/ws -w /ws --entrypoint= -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat 06:32:31 $ docker top 8f22003e91421fe215f4f606ac1af03d573cb70d2274926eeed5ab0a9993da85 -eo pid,comm [Pipeline] { [Pipeline] sh 06:32:31 + snyk monitor '--org=edgex-jenkins' 06:32:42 06:32:42 Monitoring /w/workspace/dgexfoundry_device-sdk-go_master (github.com/edgexfoundry/device-sdk-go)... 06:32:42 06:32:42 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/057beb34-70d8-4945-961c-fe027db76abc/history/4adbf46b-3d5e-49a9-a2bf-c48a59b29fae 06:32:42 06:32:42 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 06:32:42 06:32:42 06:32:42 Snyk CLI supports Node.js 8 and higher. 06:32:42 Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. 06:32:42 Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. 06:32:42 06:32:42 The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. 06:32:42 The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } 06:32:42 $ docker stop --time=1 8f22003e91421fe215f4f606ac1af03d573cb70d2274926eeed5ab0a9993da85 06:32:44 $ docker rm -f 8f22003e91421fe215f4f606ac1af03d573cb70d2274926eeed5ab0a9993da85 [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 06:32:46 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:32:46 provisioning config files... 06:32:46 copy managed file [swaggerhub-api-key] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config5249866065285320836tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:32:46 --> edgex-publish-swagger.sh 06:32:46 === Publish openapi/v1 API === 06:32:46 [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger 06:32:46 [publishToSwagger] Publishing API Name [device-sdk] 06:32:46 % Total % Received % Xferd Average Speed Time Time Time Current 06:32:46 Dload Upload Total Spent Left Speed 06:32:47 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 20188 0 0 100 20188 0 27208 --:--:-- --:--:-- --:--:-- 27244 06:32:47 06:32:47 06:32:47 === Publish openapi/v2 API === 06:32:47 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 06:32:47 [publishToSwagger] Publishing API Name [device-sdk] 06:32:47 % Total % Received % Xferd Average Speed Time Time Time Current 06:32:47 Dload Upload Total Spent Left Speed 06:32:48 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 60521 --:--:-- --:--:-- --:--:-- 60533 06:32:48 06:32:48 [Pipeline] } 06:32:48 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 06:32:49 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:32:49 . [Pipeline] withDockerContainer 06:32:49 prd-centos7-docker-4c-2g-5305 does not seem to be running inside a container 06:32:50 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 06:32:51 $ docker top 1f7018b9d58edcf2feb8a0cc926f4121b640f6a319962d0c9656b1ce9beac213 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:32:51 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:32:51 [ssh-agent] Looking for ssh-agent implementation... 06:32:51 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:32:51 $ docker exec 1f7018b9d58edcf2feb8a0cc926f4121b640f6a319962d0c9656b1ce9beac213 ssh-agent 06:32:52 SSH_AUTH_SOCK=/tmp/ssh-W6s6BC4D7y77/agent.11 06:32:52 SSH_AGENT_PID=16 06:32:52 Running ssh-add (command line suppressed) 06:32:52 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_2834459583256678782.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_2834459583256678782.key) 06:32:52 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:32:53 + git semver tag 06:32:53 # -> Open(): unable to determine branch for HEAD 06:32:53 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 06:32:53 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 06:32:53 # $SEMVER_REMOTE_NAME = origin 06:32:53 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 06:32:53 # $SEMVER_USER_NAME = edgex-jenkins 06:32:53 # $SEMVER_BRANCH = master 06:32:53 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver 06:32:53 # 9121cb4fd2f17f024cc2e84f36967dd0fb0597df HEAD 06:32:53 # -> Force: false 06:32:53 # fd2e6cf6ec012685764796edbe5301d8db5397ed refs/tags/v1.2.4-dev.25 [Pipeline] } 06:32:53 $ docker exec --env ******** --env ******** 1f7018b9d58edcf2feb8a0cc926f4121b640f6a319962d0c9656b1ce9beac213 ssh-agent -k 06:32:53 unset SSH_AUTH_SOCK; 06:32:53 unset SSH_AGENT_PID; 06:32:53 echo Agent pid 16 killed; 06:32:53 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:32:54 + git semver [Pipeline] } 06:32:54 $ docker stop --time=1 1f7018b9d58edcf2feb8a0cc926f4121b640f6a319962d0c9656b1ce9beac213 06:32:56 $ docker rm -f 1f7018b9d58edcf2feb8a0cc926f4121b640f6a319962d0c9656b1ce9beac213 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 06:32:57 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 06:32:57 06:32:57 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 06:32:57 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 06:32:57 0.23.1-centos7: Pulling from edgex-lftools 06:32:57 ab5ef0e58194: Pulling fs layer 06:32:57 9712f1f96733: Pulling fs layer 06:32:57 63f879dbbcfc: Pulling fs layer 06:32:57 0d9ebad4ef96: Pulling fs layer 06:32:57 e9a5061849ea: Pulling fs layer 06:32:57 d747dcd14b5f: Pulling fs layer 06:32:57 2de7ff778b66: Pulling fs layer 06:32:57 0d9ebad4ef96: Waiting 06:32:57 e9a5061849ea: Waiting 06:32:57 d747dcd14b5f: Waiting 06:32:57 2de7ff778b66: Waiting 06:32:57 9712f1f96733: Verifying Checksum 06:32:57 9712f1f96733: Download complete 06:33:04 63f879dbbcfc: Verifying Checksum 06:33:04 63f879dbbcfc: Download complete 06:33:04 e9a5061849ea: Verifying Checksum 06:33:04 e9a5061849ea: Download complete 06:33:04 d747dcd14b5f: Verifying Checksum 06:33:04 d747dcd14b5f: Download complete 06:33:06 2de7ff778b66: Verifying Checksum 06:33:06 2de7ff778b66: Download complete 06:33:06 0d9ebad4ef96: Verifying Checksum 06:33:06 0d9ebad4ef96: Download complete 06:33:07 ab5ef0e58194: Verifying Checksum 06:33:07 ab5ef0e58194: Download complete 06:33:17 ab5ef0e58194: Pull complete 06:33:17 9712f1f96733: Pull complete 06:33:19 63f879dbbcfc: Pull complete 06:33:33 0d9ebad4ef96: Pull complete 06:33:34 e9a5061849ea: Pull complete 06:33:34 d747dcd14b5f: Pull complete 06:33:38 2de7ff778b66: Pull complete 06:33:38 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 06:33:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 06:33:38 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 06:33:39 prd-centos7-docker-4c-2g-5305 does not seem to be running inside a container 06:33:39 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 06:33:42 $ docker top 14af2758d8e9c5a9b77a26ec172d161305a2bee4f5490223f5b0ed9edf4f507e -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 06:33:42 provisioning config files... 06:33:42 copy managed file [sigul-config] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config1570261780513956589tmp 06:33:42 copy managed file [sigul-password] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config4505456013815422797tmp 06:33:42 copy managed file [sigul-pki] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config892860213238262354tmp [Pipeline] { [Pipeline] echo 06:33:42 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 06:33:43 ---> sigul-configuration.sh 06:33:43 gpg: directory `/root/.gnupg' created 06:33:43 gpg: new configuration file `/root/.gnupg/gpg.conf' created 06:33:43 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 06:33:43 gpg: keyring `/root/.gnupg/secring.gpg' created 06:33:43 gpg: keyring `/root/.gnupg/pubring.gpg' created 06:33:43 gpg: CAST5 encrypted data 06:33:43 gpg: encrypted with 1 passphrase 06:33:43 gpg: WARNING: message was not integrity protected [Pipeline] sh 06:33:44 + mkdir /home/jenkins 06:33:44 + mkdir /home/jenkins/sigul [Pipeline] sh 06:33:45 + 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 06:33:45 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 06:33:45 ---> sigul-install.sh 06:33:53 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 06:33:54 + git tag --list 06:33:54 0.7.1 06:33:54 delhi-tag 06:33:54 v1.0.0 06:33:54 v1.1.0 06:33:54 v1.1.1 06:33:54 v1.1.2 06:33:54 v1.2.0 06:33:54 v1.2.1 06:33:54 v1.2.2 06:33:54 v1.2.3 06:33:54 v1.2.4-dev.1 06:33:54 v1.2.4-dev.10 06:33:54 v1.2.4-dev.11 06:33:54 v1.2.4-dev.12 06:33:54 v1.2.4-dev.13 06:33:54 v1.2.4-dev.14 06:33:54 v1.2.4-dev.15 06:33:54 v1.2.4-dev.16 06:33:54 v1.2.4-dev.17 06:33:54 v1.2.4-dev.18 06:33:54 v1.2.4-dev.19 06:33:54 v1.2.4-dev.2 06:33:54 v1.2.4-dev.20 06:33:54 v1.2.4-dev.21 06:33:54 v1.2.4-dev.22 06:33:54 v1.2.4-dev.23 06:33:54 v1.2.4-dev.24 06:33:54 v1.2.4-dev.25 06:33:54 v1.2.4-dev.3 06:33:54 v1.2.4-dev.4 06:33:54 v1.2.4-dev.5 06:33:54 v1.2.4-dev.6 06:33:54 v1.2.4-dev.7 06:33:54 v1.2.4-dev.8 06:33:54 v1.2.4-dev.9 [Pipeline] sh 06:33:54 + lftools sign git-tag v1.2.4-dev.25 06:33:56 Signing Git tag with Sigul... 06:33:56 Signing v1.2.4-dev.25 [Pipeline] echo 06:33:58 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 06:33:58 ---> sigul-configuration-cleanup.sh [Pipeline] } 06:33:58 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 06:33:59 $ docker stop --time=1 14af2758d8e9c5a9b77a26ec172d161305a2bee4f5490223f5b0ed9edf4f507e 06:34:01 $ docker rm -f 14af2758d8e9c5a9b77a26ec172d161305a2bee4f5490223f5b0ed9edf4f507e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 06:34:02 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:34:02 . [Pipeline] withDockerContainer 06:34:02 prd-centos7-docker-4c-2g-5305 does not seem to be running inside a container 06:34:02 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 06:34:04 $ docker top 8c4332f8fb55557b3dff6487ef63f68e122baa76a6d32f5350d423a10458abb1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:34:04 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:34:04 [ssh-agent] Looking for ssh-agent implementation... 06:34:05 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:34:05 $ docker exec 8c4332f8fb55557b3dff6487ef63f68e122baa76a6d32f5350d423a10458abb1 ssh-agent 06:34:05 SSH_AUTH_SOCK=/tmp/ssh-1B9GasthXmwK/agent.11 06:34:05 SSH_AGENT_PID=16 06:34:05 Running ssh-add (command line suppressed) 06:34:05 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_2610186978227138656.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_2610186978227138656.key) 06:34:05 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:34:06 + git semver bump pre 06:34:06 # -> Open(): unable to determine branch for HEAD 06:34:06 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 06:34:06 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 06:34:06 # $SEMVER_REMOTE_NAME = origin 06:34:06 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 06:34:06 # $SEMVER_USER_NAME = edgex-jenkins 06:34:06 # $SEMVER_BRANCH = master 06:34:06 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver 06:34:06 1.2.4-dev.26 [Pipeline] } 06:34:06 $ docker exec --env ******** --env ******** 8c4332f8fb55557b3dff6487ef63f68e122baa76a6d32f5350d423a10458abb1 ssh-agent -k 06:34:06 unset SSH_AUTH_SOCK; 06:34:06 unset SSH_AGENT_PID; 06:34:06 echo Agent pid 16 killed; 06:34:06 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:34:07 + git semver [Pipeline] } 06:34:07 $ docker stop --time=1 8c4332f8fb55557b3dff6487ef63f68e122baa76a6d32f5350d423a10458abb1 06:34:08 $ docker rm -f 8c4332f8fb55557b3dff6487ef63f68e122baa76a6d32f5350d423a10458abb1 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 06:34:09 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:34:09 . [Pipeline] withDockerContainer 06:34:10 prd-centos7-docker-4c-2g-5305 does not seem to be running inside a container 06:34:10 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 06:34:11 $ docker top 271a033323b270956f89df3be2fd33d25cdb2b85139a8156f18526957bb0eaa4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:34:11 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:34:11 [ssh-agent] Looking for ssh-agent implementation... 06:34:11 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:34:11 $ docker exec 271a033323b270956f89df3be2fd33d25cdb2b85139a8156f18526957bb0eaa4 ssh-agent 06:34:12 SSH_AUTH_SOCK=/tmp/ssh-rqDMozkpDOT0/agent.11 06:34:12 SSH_AGENT_PID=16 06:34:12 Running ssh-add (command line suppressed) 06:34:12 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_7322821521275897964.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_7322821521275897964.key) 06:34:12 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:34:13 + git semver push 06:34:13 # -> Open(): unable to determine branch for HEAD 06:34:13 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 06:34:13 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 06:34:13 # $SEMVER_REMOTE_NAME = origin 06:34:13 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 06:34:13 # $SEMVER_USER_NAME = edgex-jenkins 06:34:13 # $SEMVER_BRANCH = master 06:34:13 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } 06:34:20 $ docker exec --env ******** --env ******** 271a033323b270956f89df3be2fd33d25cdb2b85139a8156f18526957bb0eaa4 ssh-agent -k 06:34:20 unset SSH_AUTH_SOCK; 06:34:20 unset SSH_AGENT_PID; 06:34:20 echo Agent pid 16 killed; 06:34:20 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:34:21 + git semver [Pipeline] } 06:34:21 $ docker stop --time=1 271a033323b270956f89df3be2fd33d25cdb2b85139a8156f18526957bb0eaa4 06:34:22 $ docker rm -f 271a033323b270956f89df3be2fd33d25cdb2b85139a8156f18526957bb0eaa4 [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 06:34:24 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 06:34:25 ---> package-listing.sh 06:34:25 ++ tr '[:upper:]' '[:lower:]' 06:34:25 ++ facter osfamily 06:34:25 + OS_FAMILY=redhat 06:34:25 + workspace=/w/workspace/dgexfoundry_device-sdk-go_master 06:34:25 + START_PACKAGES=/tmp/packages_start.txt 06:34:25 + END_PACKAGES=/tmp/packages_end.txt 06:34:25 + DIFF_PACKAGES=/tmp/packages_diff.txt 06:34:25 + PACKAGES=/tmp/packages_start.txt 06:34:25 + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' 06:34:25 + PACKAGES=/tmp/packages_end.txt 06:34:25 + case "${OS_FAMILY}" in 06:34:25 + rpm -qa 06:34:25 + sort 06:34:30 + '[' -f /tmp/packages_start.txt ']' 06:34:30 + '[' -f /tmp/packages_end.txt ']' 06:34:30 + diff /tmp/packages_start.txt /tmp/packages_end.txt 06:34:30 + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' 06:34:30 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_master/archives/ 06:34:30 + 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 06:34:30 provisioning config files... 06:34:30 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config6855443696004175079tmp [Pipeline] { [Pipeline] echo 06:34:31 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 06:34:31 ---> create-netrc.sh [Pipeline] } 06:34:31 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 06:34:31 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 06:34:31 ---> python-tools-install.sh 06:34:31 Generating Requirements File 06:36:08 Python 3.6.8 06:36:08 pip 20.2.3 from /home/jenkins/.local/lib/python3.6/site-packages/pip (python 3.6) 06:36:08 appdirs==1.4.3 06:36:08 argcomplete==1.12.1 06:36:08 aspy.yaml==1.3.0 06:36:08 attrs==19.3.0 06:36:08 Babel==2.8.0 06:36:08 beautifulsoup4==4.8.2 06:36:08 boto3==1.11.6 06:36:08 botocore==1.14.6 06:36:08 bs4==0.0.1 06:36:08 cachetools==4.1.1 06:36:08 certifi==2019.11.28 06:36:08 cffi==1.14.3 06:36:08 cfgv==2.0.1 06:36:08 chardet==3.0.4 06:36:08 click==7.1 06:36:08 cliff==3.4.0 06:36:08 cmd2==1.3.11 06:36:08 colorama==0.4.4 06:36:08 cryptography==3.1.1 06:36:08 debtcollector==2.2.0 06:36:08 decorator==4.4.2 06:36:08 defusedxml==0.6.0 06:36:08 Deprecated==1.2.7 06:36:08 distlib==0.3.1 06:36:08 distro==1.2.0 06:36:08 dnspython==1.16.0 06:36:08 docker==4.2.0 06:36:08 docutils==0.15.2 06:36:08 dogpile.cache==1.0.2 06:36:08 email-validator==1.0.5 06:36:08 filelock==3.0.12 06:36:08 future==0.18.2 06:36:08 google-auth==1.22.1 06:36:08 httplib2==0.17.0 06:36:08 identify==1.4.11 06:36:08 idna==2.9 06:36:08 importlib-metadata==2.0.0 06:36:08 importlib-resources==1.5.0 06:36:08 iso8601==0.1.13 06:36:08 Jinja2==2.11.1 06:36:08 jmespath==0.10.0 06:36:08 jsonpatch==1.26 06:36:08 jsonpointer==2.0 06:36:08 jsonschema==3.2.0 06:36:08 keystoneauth1==4.2.1 06:36:08 kubernetes==11.0.0 06:36:08 lftools==0.34.2 06:36:08 lxml==4.5.0 06:36:08 MarkupSafe==0.23 06:36:08 msgpack==1.0.0 06:36:08 multi-key-dict==2.0.3 06:36:08 munch==2.5.0 06:36:08 netaddr==0.8.0 06:36:08 netifaces==0.10.9 06:36:08 niet==1.4.2 06:36:08 nodeenv==1.3.5 06:36:08 oauth2client==4.1.3 06:36:08 oauthlib==3.1.0 06:36:08 openstacksdk==0.50.0 06:36:08 os-client-config==2.1.0 06:36:08 os-service-types==1.7.0 06:36:08 osc-lib==2.2.1 06:36:08 oslo.config==8.3.2 06:36:08 oslo.context==3.1.1 06:36:08 oslo.i18n==5.0.1 06:36:08 oslo.log==4.4.0 06:36:08 oslo.serialization==4.0.1 06:36:08 oslo.utils==4.6.0 06:36:08 packaging==20.4 06:36:08 pbr==5.4.4 06:36:08 pluggy==0.13.1 06:36:08 prettytable==0.7.2 06:36:08 py==1.9.0 06:36:08 pyasn1==0.4.8 06:36:08 pyasn1-modules==0.2.8 06:36:08 pycparser==2.20 06:36:08 pygerrit2==2.0.10 06:36:08 PyGithub==1.46 06:36:08 pyinotify==0.9.6 06:36:08 PyJWT==1.7.1 06:36:08 pyparsing==2.4.7 06:36:08 pyperclip==1.8.1 06:36:08 pyroute2==0.4.13 06:36:08 pyrsistent==0.15.7 06:36:08 PySocks==1.6.8 06:36:08 python-cinderclient==7.2.0 06:36:08 python-dateutil==2.8.1 06:36:08 python-heatclient==2.2.1 06:36:08 python-jenkins==1.7.0 06:36:08 python-keystoneclient==4.1.1 06:36:08 python-magnumclient==3.2.1 06:36:08 python-novaclient==17.2.1 06:36:08 python-openstackclient==5.4.0 06:36:08 python-swiftclient==3.10.1 06:36:08 pytz==2020.1 06:36:08 PyYAML==5.3 06:36:08 requests==2.23.0 06:36:08 requests-oauthlib==1.3.0 06:36:08 requestsexceptions==1.4.0 06:36:08 rfc3986==1.4.0 06:36:08 rpm==4.11.3 06:36:08 rsa==4.0 06:36:08 ruamel.yaml==0.16.10 06:36:08 ruamel.yaml.clib==0.2.0 06:36:08 s3transfer==0.3.3 06:36:08 shade==1.27.2 06:36:08 simplejson==3.17.2 06:36:08 six==1.14.0 06:36:08 soupsieve==2.0 06:36:08 stevedore==3.2.2 06:36:08 tabulate==0.8.6 06:36:08 toml==0.10.0 06:36:08 tox==3.20.1 06:36:08 tqdm==4.43.0 06:36:08 urllib3==1.25.8 06:36:08 virtualenv==20.0.34 06:36:08 wcwidth==0.2.5 06:36:08 websocket-client==0.57.0 06:36:08 wrapt==1.12.1 06:36:08 xdg==3.0.2 06:36:08 xmltodict==0.12.0 06:36:08 yq==2.11.1 06:36:08 zipp==3.3.0 06:36:10 Cache entry deserialization failed, entry ignored 06:36:14 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. 06:36:19 Python 2.7.5 06:36:19 pip 20.2.3 from /home/jenkins/.local/lib/python2.7/site-packages/pip (python 2.7) 06:36:19 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. 06:36:19 ansible==2.9.7 06:36:19 Babel==0.9.6 06:36:19 backports.ssl-match-hostname==3.5.0.1 06:36:19 beautifulsoup4==4.4.1 06:36:19 bodhi==2.11.0 06:36:19 bodhi-client==2.11.0 06:36:19 CCColUtils==1.4 06:36:19 cffi==1.6.0 06:36:19 chardet==2.2.1 06:36:19 click==6.7 06:36:19 cloud-init==18.5 06:36:19 configobj==4.7.2 06:36:19 cryptography==1.7.2 06:36:19 decorator==3.4.0 06:36:19 distro==1.2.0 06:36:19 enum34==1.0.4 06:36:19 fedpkg==1.38 06:36:19 futures==3.1.1 06:36:19 gitdb==0.6.4 06:36:19 GitPython==1.0.1 06:36:19 html5lib==0.999 06:36:19 httplib2==0.9.2 06:36:19 idna==2.4 06:36:19 iniparse==0.4 06:36:19 ipaddress==1.0.16 06:36:19 IPy==0.75 06:36:19 javapackages==1.0.0 06:36:19 Jinja2==2.7.2 06:36:19 jmespath==0.9.4 06:36:19 jsonpatch==1.2 06:36:19 jsonpointer==1.9 06:36:19 kerberos==1.1 06:36:19 kitchen==1.1.1 06:36:19 langtable==0.0.31 06:36:19 lockfile==0.9.1 06:36:19 lxml==3.2.1 06:36:19 MarkupSafe==0.11 06:36:19 munch==2.0.2 06:36:19 offtrac==0.1.0 06:36:19 openidc-client==0.6.0 06:36:19 packagedb-cli==2.14.1 06:36:19 paramiko==2.1.1 06:36:19 perf==0.1 06:36:19 ply==3.4 06:36:19 policycoreutils-default-encoding==0.1 06:36:19 prettytable==0.7.2 06:36:19 pyasn1==0.1.9 06:36:19 pycparser==2.14 06:36:19 pycurl==7.19.0 06:36:19 pygobject==3.22.0 06:36:19 pygpgme==0.3 06:36:19 pyliblzma==0.5.3 06:36:19 pyOpenSSL==0.13.1 06:36:19 pyparsing==1.5.6 06:36:19 pyserial==2.6 06:36:19 python-augeas==0.5.0 06:36:19 python-bugzilla==2.3.0 06:36:19 python-dateutil==1.5 06:36:19 python-fedora==0.10.0 06:36:19 python-linux-procfs==0.4.9 06:36:19 python-yubico==1.2.3 06:36:19 pyudev==0.15 06:36:19 pyusb==1.0.0b1 06:36:19 pyxattr==0.5.1 06:36:19 PyYAML==3.10 06:36:19 requests==2.6.0 06:36:19 requests-kerberos==0.7.0 06:36:19 rpkg==1.60 06:36:19 schedutils==0.4 06:36:19 seobject==0.1 06:36:19 sepolicy==1.1 06:36:19 six==1.9.0 06:36:19 smmap==0.9.0 06:36:19 urlgrabber==3.10 06:36:19 urllib3==1.10.2 06:36:19 virtualenv==15.1.0 06:36:19 yum-langpacks==0.4.2 06:36:19 yum-metadata-parser==1.1.4 [Pipeline] echo 06:36:19 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 06:36:20 ---> sudo-logs.sh 06:36:20 Archiving 'sudo' log.. [Pipeline] echo 06:36:20 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 06:36:20 ---> job-cost.sh 06:36:20 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-kbq9 06:36:36 Cache entry deserialization failed, entry ignored 06:36:36 Cache entry deserialization failed, entry ignored 06:36:36 Cache entry deserialization failed, entry ignored 06:36:36 Cache entry deserialization failed, entry ignored 06:36:36 Cache entry deserialization failed, entry ignored 06:36:36 Cache entry deserialization failed, entry ignored 06:36:36 Cache entry deserialization failed, entry ignored 06:36:36 Cache entry deserialization failed, entry ignored 06:36:36 Cache entry deserialization failed, entry ignored 06:36:36 Cache entry deserialization failed, entry ignored 06:36:36 Cache entry deserialization failed, entry ignored 06:36:37 Cache entry deserialization failed, entry ignored 06:36:37 Cache entry deserialization failed, entry ignored 06:36:41 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 06:37:28 lf-activate-venv(): INFO: Adding /tmp/venv-kbq9/bin to PATH 06:37:28 INFO: No Stack... 06:37:28 INFO: Retrieving Pricing Info for: v1-standard-2 06:37:28 INFO: Archiving Costs [Pipeline] echo 06:37:29 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 06:37:29 ---> logs-deploy.sh 06:37:29 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/master/76 06:37:29 INFO: archiving workspace using pattern(s): 06:37:31 Archives upload complete. 06:37:31 INFO: archiving logs to Nexus 06:37:34 ---> uname -a: 06:37:34 Linux prd-centos7-docker-4c-2g-5305.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 06:37:34 06:37:34 06:37:34 ---> lscpu: 06:37:34 Architecture: x86_64 06:37:34 CPU op-mode(s): 32-bit, 64-bit 06:37:34 Byte Order: Little Endian 06:37:34 CPU(s): 4 06:37:34 On-line CPU(s) list: 0-3 06:37:34 Thread(s) per core: 1 06:37:34 Core(s) per socket: 1 06:37:34 Socket(s): 4 06:37:34 NUMA node(s): 1 06:37:34 Vendor ID: GenuineIntel 06:37:34 CPU family: 6 06:37:34 Model: 44 06:37:34 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 06:37:34 Stepping: 1 06:37:34 CPU MHz: 2933.438 06:37:34 BogoMIPS: 5866.87 06:37:34 Virtualization: VT-x 06:37:34 Hypervisor vendor: KVM 06:37:34 Virtualization type: full 06:37:34 L1d cache: 32K 06:37:34 L1i cache: 32K 06:37:34 L2 cache: 4096K 06:37:34 L3 cache: 16384K 06:37:34 NUMA node0 CPU(s): 0-3 06:37:34 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 06:37:34 06:37:34 06:37:34 ---> nproc: 06:37:34 4 06:37:34 06:37:34 06:37:34 ---> df -h: 06:37:34 Filesystem Size Used Avail Use% Mounted on 06:37:34 devtmpfs 887M 0 887M 0% /dev 06:37:34 tmpfs 919M 0 919M 0% /dev/shm 06:37:34 tmpfs 919M 17M 903M 2% /run 06:37:34 tmpfs 919M 0 919M 0% /sys/fs/cgroup 06:37:34 /dev/vda1 50G 8.6G 42G 18% / 06:37:34 tmpfs 184M 0 184M 0% /run/user/1001 06:37:34 06:37:34 06:37:34 ---> free -m: 06:37:34 total used free shared buff/cache available 06:37:34 Mem: 1837 651 75 15 1109 986 06:37:34 Swap: 1023 3 1020 06:37:34 06:37:34 06:37:34 ---> ip addr: 06:37:34 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 06:37:34 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 06:37:34 inet 127.0.0.1/8 scope host lo 06:37:34 valid_lft forever preferred_lft forever 06:37:34 inet6 ::1/128 scope host 06:37:34 valid_lft forever preferred_lft forever 06:37:34 2: eth0: mtu 1458 qdisc pfifo_fast state UP group default qlen 1000 06:37:34 link/ether fa:16:3e:12:0f:45 brd ff:ff:ff:ff:ff:ff 06:37:34 inet 10.30.122.107/23 brd 10.30.123.255 scope global dynamic eth0 06:37:34 valid_lft 85731sec preferred_lft 85731sec 06:37:34 inet6 fe80::f816:3eff:fe12:f45/64 scope link 06:37:34 valid_lft forever preferred_lft forever 06:37:34 3: docker0: mtu 1500 qdisc noqueue state DOWN group default 06:37:34 link/ether 02:42:8e:40:c7:c6 brd ff:ff:ff:ff:ff:ff 06:37:34 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 06:37:34 valid_lft forever preferred_lft forever 06:37:34 inet6 fe80::42:8eff:fe40:c7c6/64 scope link 06:37:34 valid_lft forever preferred_lft forever 06:37:34 06:37:34 06:37:34 ---> sar -b -r -n DEV: 06:37:34 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/14/2020 _x86_64_ (4 CPU) 06:37:34 06:37:34 06:26:07 AM LINUX RESTART 06:37:34 06:37:34 06:27:01 AM tps rtps wtps bread/s bwrtn/s 06:37:34 06:28:02 AM 45.92 13.53 32.39 4796.01 2308.43 06:37:34 06:29:01 AM 1.30 0.00 1.30 0.00 22.92 06:37:34 06:30:01 AM 0.37 0.00 0.37 0.00 5.54 06:37:34 06:31:01 AM 0.23 0.00 0.23 0.00 2.96 06:37:34 06:32:01 AM 0.23 0.00 0.23 0.00 3.56 06:37:34 06:33:01 AM 248.48 147.86 100.62 7207.98 32793.03 06:37:34 06:34:01 AM 194.74 57.88 136.86 3595.48 32639.40 06:37:34 06:35:01 AM 84.32 66.81 17.51 5075.62 1047.32 06:37:34 06:36:01 AM 80.93 6.27 74.67 828.06 9992.42 06:37:34 06:37:02 AM 84.70 25.09 59.61 1110.21 4877.98 06:37:34 Average: 74.28 31.81 42.47 2266.25 8386.74 06:37:34 06:37:34 06:27:01 AM kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 06:37:34 06:28:02 AM 182256 1699300 90.31 2620 1150640 1125816 38.42 409148 1129860 124 06:37:34 06:29:01 AM 188772 1692784 89.97 2620 1150644 1077920 36.79 406236 1127184 20 06:37:34 06:30:01 AM 188192 1693364 90.00 2620 1150652 1078084 36.79 407824 1126208 20 06:37:34 06:31:01 AM 189444 1692112 89.93 2620 1150708 1061540 36.23 407876 1125292 28 06:37:34 06:32:01 AM 188148 1693408 90.00 2620 1150660 1061624 36.23 410476 1124112 20 06:37:34 06:33:01 AM 111944 1769612 94.05 2620 1128636 1279456 43.67 586952 980576 48880 06:37:34 06:34:01 AM 246116 1635440 86.92 1968 918020 1166876 39.82 594156 755596 20 06:37:34 06:35:01 AM 84540 1797016 95.51 1692 1031448 1227528 41.89 637336 868712 39424 06:37:34 06:36:01 AM 93932 1787624 95.01 1564 989612 1156248 39.46 619296 851488 53108 06:37:34 06:37:02 AM 90328 1791228 95.20 1564 986256 1142528 38.99 603948 851136 44484 06:37:34 Average: 156367 1725189 91.69 2251 1080728 1137762 38.83 508325 994016 18613 06:37:34 06:37:34 06:27:01 AM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s 06:37:34 06:28:02 AM eth0 110.41 92.32 505.57 72.38 0.00 0.00 0.00 06:37:34 06:28:02 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:37:34 06:28:02 AM docker0 9.31 7.56 1.30 19.37 0.00 0.00 0.00 06:37:34 06:29:01 AM eth0 1.69 0.51 0.65 0.04 0.00 0.00 0.00 06:37:34 06:29:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:37:34 06:29:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:37:34 06:30:01 AM eth0 1.78 0.93 0.87 0.57 0.00 0.00 0.00 06:37:34 06:30:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:37:34 06:30:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:37:34 06:31:01 AM eth0 0.05 0.03 0.00 0.03 0.00 0.00 0.00 06:37:34 06:31:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:37:34 06:31:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:37:34 06:32:01 AM eth0 0.83 0.18 0.19 0.07 0.00 0.00 0.00 06:37:34 06:32:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:37:34 06:32:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:37:34 06:33:01 AM eth0 563.78 465.96 4814.13 50.57 0.00 0.00 0.00 06:37:34 06:33:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:37:34 06:33:01 AM docker0 32.23 31.91 3.03 154.29 0.00 0.00 0.00 06:37:34 06:34:01 AM eth0 333.03 282.65 2586.51 81.65 0.00 0.00 0.00 06:37:34 06:34:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:37:34 06:34:01 AM docker0 22.02 27.94 1.26 198.46 0.00 0.00 0.00 06:37:34 06:35:01 AM eth0 97.97 76.09 404.90 58.37 0.00 0.00 0.00 06:37:34 06:35:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:37:34 06:35:01 AM docker0 1.78 1.43 0.32 0.34 0.00 0.00 0.00 06:37:34 06:36:01 AM eth0 77.99 56.68 456.63 5.67 0.00 0.00 0.00 06:37:34 06:36:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:37:34 06:36:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:37:34 06:37:02 AM eth0 44.73 33.84 133.83 11.76 0.00 0.00 0.00 06:37:34 06:37:02 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:37:34 06:37:02 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:37:34 Average: eth0 123.48 101.13 892.17 28.17 0.00 0.00 0.00 06:37:34 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:37:34 Average: docker0 6.55 6.90 0.59 37.32 0.00 0.00 0.00 06:37:34 06:37:34 06:37:34 ---> sar -P ALL: 06:37:34 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/14/2020 _x86_64_ (4 CPU) 06:37:34 06:37:34 06:26:07 AM LINUX RESTART 06:37:34 06:37:34 06:27:01 AM CPU %user %nice %system %iowait %steal %idle 06:37:34 06:28:02 AM all 3.39 0.00 2.17 1.30 5.27 87.87 06:37:34 06:28:02 AM 0 2.67 0.00 1.77 0.23 5.98 89.35 06:37:34 06:28:02 AM 1 4.05 0.00 2.60 0.47 4.67 88.20 06:37:34 06:28:02 AM 2 3.75 0.00 2.29 4.37 5.04 84.54 06:37:34 06:28:02 AM 3 3.08 0.00 2.01 0.13 5.37 89.42 06:37:34 06:29:01 AM all 0.07 0.00 0.05 0.00 0.52 99.36 06:37:34 06:29:01 AM 0 0.03 0.00 0.05 0.00 0.64 99.27 06:37:34 06:29:01 AM 1 0.17 0.00 0.07 0.00 0.56 99.20 06:37:34 06:29:01 AM 2 0.07 0.00 0.03 0.00 0.56 99.34 06:37:34 06:29:01 AM 3 0.03 0.00 0.05 0.00 0.30 99.61 06:37:34 06:30:01 AM all 0.14 0.00 0.05 0.00 0.20 99.61 06:37:34 06:30:01 AM 0 0.12 0.00 0.05 0.00 0.22 99.62 06:37:34 06:30:01 AM 1 0.28 0.00 0.03 0.00 0.17 99.52 06:37:34 06:30:01 AM 2 0.07 0.00 0.07 0.00 0.33 99.53 06:37:34 06:30:01 AM 3 0.08 0.00 0.05 0.00 0.05 99.82 06:37:34 06:31:01 AM all 0.10 0.00 0.05 0.00 0.11 99.75 06:37:34 06:31:01 AM 0 0.02 0.00 0.03 0.00 0.08 99.87 06:37:34 06:31:01 AM 1 0.30 0.00 0.05 0.00 0.10 99.55 06:37:34 06:31:01 AM 2 0.07 0.00 0.08 0.00 0.27 99.58 06:37:34 06:31:01 AM 3 0.02 0.00 0.03 0.00 0.02 99.93 06:37:34 06:32:01 AM all 0.10 0.00 0.05 0.00 0.24 99.61 06:37:34 06:32:01 AM 0 0.03 0.00 0.05 0.00 0.23 99.68 06:37:34 06:32:01 AM 1 0.32 0.00 0.03 0.00 0.53 99.12 06:37:34 06:32:01 AM 2 0.02 0.00 0.03 0.00 0.10 99.85 06:37:34 06:32:01 AM 3 0.03 0.00 0.07 0.00 0.10 99.80 06:37:34 06:33:01 AM all 6.62 0.00 5.46 2.12 13.37 72.43 06:37:34 06:33:01 AM 0 5.88 0.00 4.92 1.19 14.41 73.59 06:37:34 06:33:01 AM 1 6.78 0.00 5.98 2.25 13.43 71.56 06:37:34 06:33:01 AM 2 7.15 0.00 5.54 3.21 13.24 70.87 06:37:34 06:33:01 AM 3 6.67 0.00 5.38 1.85 12.36 73.73 06:37:34 06:34:01 AM all 7.07 0.00 5.59 1.78 20.76 64.80 06:37:34 06:34:01 AM 0 4.18 0.00 4.09 2.51 22.29 66.94 06:37:34 06:34:01 AM 1 8.02 0.00 6.23 1.71 20.39 63.65 06:37:34 06:34:01 AM 2 9.76 0.00 6.20 2.04 20.28 61.72 06:37:34 06:34:01 AM 3 6.44 0.00 5.91 0.82 20.03 66.80 06:37:34 06:35:01 AM all 9.36 0.00 2.97 1.39 6.24 80.04 06:37:34 06:35:01 AM 0 9.67 0.00 3.10 0.24 6.59 80.40 06:37:34 06:35:01 AM 1 5.58 0.00 2.52 1.11 6.13 84.66 06:37:34 06:35:01 AM 2 15.33 0.00 2.96 1.63 6.01 74.07 06:37:34 06:35:01 AM 3 7.03 0.00 3.31 2.57 6.22 80.87 06:37:34 06:36:01 AM all 13.83 0.00 2.59 0.60 2.81 80.17 06:37:34 06:36:01 AM 0 25.82 0.00 2.99 0.77 3.74 66.68 06:37:34 06:36:01 AM 1 6.09 0.00 1.52 0.08 2.54 89.77 06:37:34 06:36:01 AM 2 11.95 0.00 2.23 0.95 2.36 82.50 06:37:34 06:36:01 AM 3 12.21 0.00 3.65 0.61 2.65 80.88 06:37:34 06:37:02 AM all 14.86 0.00 2.46 1.09 4.37 77.22 06:37:34 06:37:02 AM 0 28.18 0.00 3.12 0.91 4.46 63.34 06:37:34 06:37:02 AM 1 9.51 0.00 2.29 1.04 4.50 82.66 06:37:34 06:37:02 AM 2 11.08 0.00 2.52 1.32 4.03 81.04 06:37:34 06:37:02 AM 3 11.47 0.00 1.96 1.09 4.51 80.97 06:37:34 Average: all 5.52 0.00 2.15 0.83 5.43 86.08 06:37:34 Average: 0 7.39 0.00 2.01 0.59 5.97 84.05 06:37:34 Average: 1 4.11 0.00 2.14 0.67 5.32 87.76 06:37:34 Average: 2 5.90 0.00 2.19 1.35 5.23 85.33 06:37:34 Average: 3 4.69 0.00 2.24 0.70 5.18 87.18 06:37:34 06:37:34 06:37:34