Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from cb9a3e23744de8cb2499e67f5ea37873cf6d9ca1 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:go-mod-registry, buildImage:false, pushImage:false, semverBump:patch] ========================================================= [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: go-mod-registry-settings PROJECT: go-mod-registry 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: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-go-mod-registry DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: patch BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-4026 in /w/workspace/exfoundry_go-mod-registry_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/go-mod-registry.git > git init /w/workspace/exfoundry_go-mod-registry_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-registry.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/go-mod-registry.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision cb9a3e23744de8cb2499e67f5ea37873cf6d9ca1 (master) > git config remote.origin.url git@github.com:edgexfoundry/go-mod-registry.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/go-mod-registry.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-registry.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-registry.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f cb9a3e23744de8cb2499e67f5ea37873cf6d9ca1 # timeout=10 Commit message: "Merge pull request #60 from jpwhitemn/set-conventional-commits" > git rev-list --no-walk a0422957b4265c08362f166c37a7ccdec0f028db # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 23:35:33 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 23:35:33 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 23:35:33 ========================================================= 23:35:33 EdgeX Global Pipelines Version Info 23:35:33 ========================================================= [Pipeline] libraryResource [Pipeline] sh 23:35:35 ------------------- 23:35:35 stable info: 23:35:35 ------------------- 23:35:35 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 23:35:35 Commit SHA: ad104866bbc8c98dca93091e1a8abeb835fd4e4d 23:35:35 Message: update stable to v1.0.131 23:35:36 ------------------- 23:35:36 experimental info: 23:35:36 ------------------- 23:35:36 Commited By: **** collab-it+edgex@linuxfoundation.org 23:35:36 Commit SHA: 570db4806bfd36b7d07759f4849a4530ec9e8d2a 23:35:36 Message: update experimental to v1.0.134 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 23:35:36 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-registry-settings [Pipeline] echo 23:35:36 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-registry [Pipeline] echo 23:35:36 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 23:35:37 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 23:35:37 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 23:35:37 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 23:35:37 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 23:35:37 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 23:35:37 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 23:35:37 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 23:35:37 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 23:35:37 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-registry [Pipeline] echo 23:35:37 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 23:35:37 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 23:35:38 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 23:35:38 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 23:35:38 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 23:35:38 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 23:35:38 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo 23:35:38 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 23:35:38 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 23:35:38 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 23:35:38 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 23:35:39 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 23:35:39 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 23:35:39 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 23:35:39 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 23:35:39 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 23:35:39 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = cb9a3e23744de8cb2499e67f5ea37873cf6d9ca1 [Pipeline] echo 23:35:39 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = cb9a3e2 [Pipeline] echo 23:35:39 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 23:35:40 + git log --format=format:%s -1 cb9a3e23744de8cb2499e67f5ea37873cf6d9ca1 [Pipeline] echo 23:35:40 GIT_COMMIT: cb9a3e23744de8cb2499e67f5ea37873cf6d9ca1, Commit Message: Merge pull request #60 from jpwhitemn/set-conventional-commits [Pipeline] echo 23:35:40 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 23:35:41 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:35:42 23:35:42 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 23:35:42 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:35:42 latest: Pulling from edgex-devops/git-semver 23:35:42 31603596830f: Pulling fs layer 23:35:42 2a8b12db71e7: Pulling fs layer 23:35:42 6ca5941a6612: Pulling fs layer 23:35:42 ecc8261a40a4: Pulling fs layer 23:35:42 ecc8261a40a4: Waiting 23:35:43 2a8b12db71e7: Verifying Checksum 23:35:43 2a8b12db71e7: Download complete 23:35:43 31603596830f: Verifying Checksum 23:35:43 31603596830f: Download complete 23:35:43 6ca5941a6612: Verifying Checksum 23:35:43 6ca5941a6612: Download complete 23:35:43 31603596830f: Pull complete 23:35:43 2a8b12db71e7: Pull complete 23:35:44 ecc8261a40a4: Verifying Checksum 23:35:44 ecc8261a40a4: Download complete 23:35:44 6ca5941a6612: Pull complete 23:35:44 ecc8261a40a4: Pull complete 23:35:44 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 23:35:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:35:44 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 23:35:44 prd-centos7-docker-4c-2g-4026 does not seem to be running inside a container 23:35:44 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_go-mod-registry_master -v /w/workspace/exfoundry_go-mod-registry_master:/w/workspace/exfoundry_go-mod-registry_master:rw,z -v /w/workspace/exfoundry_go-mod-registry_master@tmp:/w/workspace/exfoundry_go-mod-registry_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 23:35:46 $ docker top f92e69f280d0bba565d809079956f368818e1a6546ff0b89d114a72dee5f7976 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:35:46 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:35:46 [ssh-agent] Looking for ssh-agent implementation... 23:35:47 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:35:47 $ docker exec f92e69f280d0bba565d809079956f368818e1a6546ff0b89d114a72dee5f7976 ssh-agent 23:35:47 SSH_AUTH_SOCK=/tmp/ssh-zhQlacAkX1JT/agent.12 23:35:47 SSH_AGENT_PID=17 23:35:47 Running ssh-add (command line suppressed) 23:35:47 Identity added: /w/workspace/exfoundry_go-mod-registry_master@tmp/private_key_3154546215379790670.key (/w/workspace/exfoundry_go-mod-registry_master@tmp/private_key_3154546215379790670.key) 23:35:47 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:35:47 + git describe --exact-match --tags HEAD 23:35:47 fatal: no tag exactly matches 'cb9a3e23744de8cb2499e67f5ea37873cf6d9ca1' [Pipeline] } 23:35:47 $ docker exec --env ******** --env ******** f92e69f280d0bba565d809079956f368818e1a6546ff0b89d114a72dee5f7976 ssh-agent -k 23:35:47 unset SSH_AUTH_SOCK; 23:35:47 unset SSH_AGENT_PID; 23:35:47 echo Agent pid 17 killed; 23:35:48 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 23:35:48 [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 23:35:48 This usually means this commit has not been tagged. [Pipeline] sshagent 23:35:48 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:35:48 [ssh-agent] Looking for ssh-agent implementation... 23:35:48 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:35:48 $ docker exec f92e69f280d0bba565d809079956f368818e1a6546ff0b89d114a72dee5f7976 ssh-agent 23:35:48 SSH_AUTH_SOCK=/tmp/ssh-KXIYLARaLTWA/agent.47 23:35:48 SSH_AGENT_PID=53 23:35:48 Running ssh-add (command line suppressed) 23:35:48 Identity added: /w/workspace/exfoundry_go-mod-registry_master@tmp/private_key_3504631748660850142.key (/w/workspace/exfoundry_go-mod-registry_master@tmp/private_key_3504631748660850142.key) 23:35:48 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:35:49 + git semver init 23:35:49 # -> Open(): unable to determine branch for HEAD 23:35:49 # $GIT_DIR = /w/workspace/exfoundry_go-mod-registry_master/.git 23:35:49 # $GIT_WORK_TREE = /w/workspace/exfoundry_go-mod-registry_master 23:35:49 # $SEMVER_REMOTE_NAME = origin 23:35:49 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 23:35:49 # $SEMVER_USER_NAME = edgex-jenkins 23:35:49 # $SEMVER_BRANCH = master 23:35:49 # $SEMVER_TEMP = /tmp/semver-328437582 23:35:49 # git clone --branch semver git@github.com:edgexfoundry/go-mod-registry.git $SEMVER_TEMP 23:35:49 # '/tmp/semver-328437582' -> '/w/workspace/exfoundry_go-mod-registry_master/.semver' 23:35:49 # -> Force: false 23:35:49 # $SEMVER_DIR = /w/workspace/exfoundry_go-mod-registry_master/.semver [Pipeline] } 23:35:49 $ docker exec --env ******** --env ******** f92e69f280d0bba565d809079956f368818e1a6546ff0b89d114a72dee5f7976 ssh-agent -k 23:35:49 unset SSH_AUTH_SOCK; 23:35:49 unset SSH_AGENT_PID; 23:35:49 echo Agent pid 53 killed; 23:35:49 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:35:49 + git semver [Pipeline] } 23:35:50 $ docker stop --time=1 f92e69f280d0bba565d809079956f368818e1a6546ff0b89d114a72dee5f7976 23:35:51 $ docker rm -f f92e69f280d0bba565d809079956f368818e1a6546ff0b89d114a72dee5f7976 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 23:35:52 Stashed 35 file(s) [Pipeline] echo 23:35:52 [edgeXSemver]: initialized semver on version 0.1.25 [Pipeline] echo 23:35:52 Archived original version: [0.1.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 23:36:07 Still waiting to schedule task 23:36:07 Waiting for next available executor on ‘centos7-docker-4c-2g’ 23:36:07 Still waiting to schedule task 23:36:07 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 23:36:58 Running on prd-ubuntu18.04-docker-arm64-4c-16g-4028 in /w/workspace/exfoundry_go-mod-registry_master [Pipeline] { [Pipeline] ws 23:36:58 Running in /w/workspace/go-mod-registry/13 [Pipeline] { [Pipeline] checkout 23:37:03 using credential edgex-jenkins-ssh 23:37:03 Cloning the remote Git repository 23:37:03 Cloning repository git@github.com:edgexfoundry/go-mod-registry.git 23:37:03 > git init /w/workspace/go-mod-registry/13 # timeout=10 23:37:03 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-registry.git 23:37:03 > git --version # timeout=10 23:37:03 > git --version # 'git version 2.17.1' 23:37:03 using GIT_SSH to set credentials SSH Credentials for GitHub 23:37:04 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-registry.git +refs/heads/*:refs/remotes/origin/* # timeout=10 23:37:05 Checking out Revision cb9a3e23744de8cb2499e67f5ea37873cf6d9ca1 (master) 23:37:04 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-registry.git # timeout=10 23:37:04 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 23:37:04 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-registry.git # timeout=10 23:37:04 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-registry.git 23:37:04 using GIT_SSH to set credentials SSH Credentials for GitHub 23:37:04 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-registry.git +refs/heads/master:refs/remotes/origin/master # timeout=10 23:37:05 > git config core.sparsecheckout # timeout=10 23:37:05 > git checkout -f cb9a3e23744de8cb2499e67f5ea37873cf6d9ca1 # timeout=10 23:37:09 Commit message: "Merge pull request #60 from jpwhitemn/set-conventional-commits" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 23:37:10 ========================================================= 23:37:10 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 23:37:10 ========================================================= [Pipeline] isUnix [Pipeline] sh 23:37:11 + 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 . 23:37:12 Sending build context to Docker daemon 388.1kB 23:37:12 Step 1/7 : ARG BASE=golang:1.15-alpine 23:37:12 Step 2/7 : FROM ${BASE} 23:37:12 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 23:37:12 b538f80385f9: Pulling fs layer 23:37:12 74f711af9a0d: Pulling fs layer 23:37:12 99f96fe45779: Pulling fs layer 23:37:12 8529a6b9a6be: Pulling fs layer 23:37:12 45590311c82a: Pulling fs layer 23:37:12 69ca0ff8b7b3: Pulling fs layer 23:37:12 209524e5b208: Pulling fs layer 23:37:12 8529a6b9a6be: Waiting 23:37:12 45590311c82a: Waiting 23:37:12 69ca0ff8b7b3: Waiting 23:37:12 209524e5b208: Waiting 23:37:12 99f96fe45779: Download complete 23:37:12 74f711af9a0d: Verifying Checksum 23:37:12 74f711af9a0d: Download complete 23:37:12 45590311c82a: Verifying Checksum 23:37:12 45590311c82a: Download complete 23:37:12 69ca0ff8b7b3: Download complete 23:37:12 b538f80385f9: Download complete 23:37:13 b538f80385f9: Pull complete 23:37:14 74f711af9a0d: Pull complete 23:37:14 99f96fe45779: Pull complete 23:37:15 209524e5b208: Verifying Checksum 23:37:15 209524e5b208: Download complete 23:37:16 8529a6b9a6be: Verifying Checksum 23:37:16 8529a6b9a6be: Download complete 23:37:26 8529a6b9a6be: Pull complete 23:37:27 45590311c82a: Pull complete 23:37:27 69ca0ff8b7b3: Pull complete 23:37:31 209524e5b208: Pull complete 23:37:31 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 23:37:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 23:37:31 ---> 5bddaf1c2fca 23:37:31 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 23:37:34 ---> Running in e673cdac1b09 23:37:34 Removing intermediate container e673cdac1b09 23:37:34 ---> efcf8faf0724 23:37:34 Step 4/7 : RUN apk add --update bash 23:37:34 ---> Running in bb5003b89d92 23:37:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:37:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:37:37 OK: 142 MiB in 39 packages 23:37:38 Removing intermediate container bb5003b89d92 23:37:38 ---> 1bfd02cc549d 23:37:38 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 23:37:38 ---> Running in 480e3f5c8c47 23:37:39 Removing intermediate container 480e3f5c8c47 23:37:39 ---> 16fe2b279bcb 23:37:39 Step 6/7 : COPY go.mod . 23:37:40 ---> b6e6356df873 23:37:40 Step 7/7 : RUN go mod download 23:37:40 ---> Running in 32b03fb97a20 23:37:52 Removing intermediate container 32b03fb97a20 23:37:52 ---> fd970e3c5aec 23:37:52 Successfully built fd970e3c5aec 23:37:52 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 23:37:52 + docker inspect -f . ci-base-image-arm64 23:37:52 . [Pipeline] withDockerContainer 23:37:53 prd-ubuntu18.04-docker-arm64-4c-16g-4028 does not seem to be running inside a container 23:37:53 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-registry/13 -v /w/workspace/go-mod-registry/13:/w/workspace/go-mod-registry/13:rw,z -v /w/workspace/go-mod-registry/13@tmp:/w/workspace/go-mod-registry/13@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 23:37:55 $ docker top d0a342c656d449eb55f532cec36a098df594b6d6af396d4580ea6cb65c81bb67 -eo pid,comm [Pipeline] { [Pipeline] sh 23:37:56 + go version 23:37:56 go version go1.15.2 linux/arm64 [Pipeline] } 23:37:56 $ docker stop --time=1 d0a342c656d449eb55f532cec36a098df594b6d6af396d4580ea6cb65c81bb67 23:37:58 $ docker rm -f d0a342c656d449eb55f532cec36a098df594b6d6af396d4580ea6cb65c81bb67 [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) Stage "Build" skipped due to when conditional [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] } 23:40:14 Running on prd-centos7-docker-4c-2g-4029 in /w/workspace/exfoundry_go-mod-registry_master [Pipeline] { [Pipeline] ws 23:40:15 Running in /w/workspace/go-mod-registry/13 [Pipeline] { [Pipeline] checkout 23:40:17 using credential edgex-jenkins-ssh 23:40:17 Cloning the remote Git repository 23:40:17 Cloning repository git@github.com:edgexfoundry/go-mod-registry.git 23:40:17 > git init /w/workspace/go-mod-registry/13 # timeout=10 23:40:18 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-registry.git 23:40:18 > git --version # timeout=10 23:40:18 > git --version # 'git version 2.16.5' 23:40:18 using GIT_SSH to set credentials SSH Credentials for GitHub 23:40:18 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-registry.git +refs/heads/*:refs/remotes/origin/* # timeout=10 23:40:19 Checking out Revision cb9a3e23744de8cb2499e67f5ea37873cf6d9ca1 (master) 23:40:19 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-registry.git # timeout=10 23:40:19 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 23:40:19 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-registry.git # timeout=10 23:40:19 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-registry.git 23:40:19 using GIT_SSH to set credentials SSH Credentials for GitHub 23:40:19 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-registry.git +refs/heads/master:refs/remotes/origin/master # timeout=10 23:40:19 > git config core.sparsecheckout # timeout=10 23:40:19 > git checkout -f cb9a3e23744de8cb2499e67f5ea37873cf6d9ca1 # timeout=10 23:40:23 Commit message: "Merge pull request #60 from jpwhitemn/set-conventional-commits" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 23:40:23 ========================================================= 23:40:23 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 23:40:23 ========================================================= [Pipeline] isUnix [Pipeline] sh 23:40:24 + 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 . 23:40:24 Sending build context to Docker daemon 388.1kB 23:40:24 Step 1/7 : ARG BASE=golang:1.15-alpine 23:40:24 Step 2/7 : FROM ${BASE} 23:40:24 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 23:40:24 df20fa9351a1: Pulling fs layer 23:40:24 ed8968b2872e: Pulling fs layer 23:40:24 a92cc7c5fd73: Pulling fs layer 23:40:24 e871e8e8d7a9: Pulling fs layer 23:40:24 e73272ec9a57: Pulling fs layer 23:40:24 1e910a182e73: Pulling fs layer 23:40:24 4e634b169226: Pulling fs layer 23:40:24 e871e8e8d7a9: Waiting 23:40:24 e73272ec9a57: Waiting 23:40:24 1e910a182e73: Waiting 23:40:24 4e634b169226: Waiting 23:40:24 a92cc7c5fd73: Verifying Checksum 23:40:24 a92cc7c5fd73: Download complete 23:40:24 ed8968b2872e: Download complete 23:40:24 e73272ec9a57: Verifying Checksum 23:40:24 e73272ec9a57: Download complete 23:40:25 1e910a182e73: Download complete 23:40:25 df20fa9351a1: Verifying Checksum 23:40:25 df20fa9351a1: Download complete 23:40:25 df20fa9351a1: Pull complete 23:40:25 ed8968b2872e: Pull complete 23:40:25 a92cc7c5fd73: Pull complete 23:40:27 4e634b169226: Verifying Checksum 23:40:27 4e634b169226: Download complete 23:40:27 e871e8e8d7a9: Verifying Checksum 23:40:27 e871e8e8d7a9: Download complete 23:40:33 e871e8e8d7a9: Pull complete 23:40:33 e73272ec9a57: Pull complete 23:40:33 1e910a182e73: Pull complete 23:40:38 4e634b169226: Pull complete 23:40:38 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 23:40:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 23:40:38 ---> f7629b54cfaa 23:40:38 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 23:40:38 ---> Running in 538df0b254a5 23:40:39 Removing intermediate container 538df0b254a5 23:40:39 ---> 93ad89bd9ae2 23:40:39 Step 4/7 : RUN apk add --update bash 23:40:39 ---> Running in ed52318d8615 23:40:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:40:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:40:41 OK: 166 MiB in 39 packages 23:40:41 Removing intermediate container ed52318d8615 23:40:41 ---> dd359e8b21d4 23:40:41 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 23:40:42 ---> Running in 27a7da4d91be 23:40:42 Removing intermediate container 27a7da4d91be 23:40:42 ---> 00539ba363a9 23:40:42 Step 6/7 : COPY go.mod . 23:40:42 ---> c2939f07812b 23:40:42 Step 7/7 : RUN go mod download 23:40:42 ---> Running in 5fb5c66541e6 23:40:50 Removing intermediate container 5fb5c66541e6 23:40:50 ---> 3acdd1b18452 23:40:50 Successfully built 3acdd1b18452 23:40:50 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 23:40:51 + docker inspect -f . ci-base-image-x86_64 23:40:51 . [Pipeline] withDockerContainer 23:40:51 prd-centos7-docker-4c-2g-4029 does not seem to be running inside a container 23:40:51 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-registry/13 -v /w/workspace/go-mod-registry/13:/w/workspace/go-mod-registry/13:rw,z -v /w/workspace/go-mod-registry/13@tmp:/w/workspace/go-mod-registry/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 23:40:52 $ docker top d6f96ff436538572883a4e398ae1a5a62113e519bf7421cac0cb9ea4e2939e19 -eo pid,comm [Pipeline] { [Pipeline] sh 23:40:52 + go version 23:40:52 go version go1.15.2 linux/amd64 [Pipeline] } 23:40:53 $ docker stop --time=1 d6f96ff436538572883a4e398ae1a5a62113e519bf7421cac0cb9ea4e2939e19 23:40:54 $ docker rm -f d6f96ff436538572883a4e398ae1a5a62113e519bf7421cac0cb9ea4e2939e19 [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) Stage "Build" skipped due to when conditional [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 23:40:57 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo 23:40:57 [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials 23:40:57 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:40:57 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 23:40:57 23:40:57 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh 23:40:57 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 23:40:57 1.317.0: Pulling from edgex-devops/edgex-snyk-go 23:40:57 cbdbe7a5bc2a: Pulling fs layer 23:40:57 408f87550127: Pulling fs layer 23:40:57 fe522b08c979: Pulling fs layer 23:40:57 221eaa008020: Pulling fs layer 23:40:57 2a4607e5d6b9: Pulling fs layer 23:40:57 8f79b27c4fd2: Pulling fs layer 23:40:57 e5c8dbe1645b: Pulling fs layer 23:40:57 23e8b3b47431: Pulling fs layer 23:40:57 5c568d65a230: Pulling fs layer 23:40:57 221eaa008020: Waiting 23:40:57 2a4607e5d6b9: Waiting 23:40:57 8f79b27c4fd2: Waiting 23:40:57 e5c8dbe1645b: Waiting 23:40:57 23e8b3b47431: Waiting 23:40:57 5c568d65a230: Waiting 23:40:57 fe522b08c979: Verifying Checksum 23:40:57 fe522b08c979: Download complete 23:40:57 408f87550127: Verifying Checksum 23:40:57 408f87550127: Download complete 23:40:57 2a4607e5d6b9: Download complete 23:40:57 8f79b27c4fd2: Verifying Checksum 23:40:57 8f79b27c4fd2: Download complete 23:40:57 cbdbe7a5bc2a: Download complete 23:40:58 cbdbe7a5bc2a: Pull complete 23:40:58 408f87550127: Pull complete 23:40:58 fe522b08c979: Pull complete 23:40:59 e5c8dbe1645b: Download complete 23:41:00 23e8b3b47431: Verifying Checksum 23:41:00 23e8b3b47431: Download complete 23:41:00 5c568d65a230: Verifying Checksum 23:41:00 5c568d65a230: Download complete 23:41:01 221eaa008020: Verifying Checksum 23:41:01 221eaa008020: Download complete 23:41:08 221eaa008020: Pull complete 23:41:08 2a4607e5d6b9: Pull complete 23:41:08 8f79b27c4fd2: Pull complete 23:41:09 e5c8dbe1645b: Pull complete 23:41:12 23e8b3b47431: Pull complete 23:41:13 5c568d65a230: Pull complete 23:41:13 Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 23:41:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 23:41:13 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer 23:41:13 prd-centos7-docker-4c-2g-4026 does not seem to be running inside a container 23:41:13 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -v /w/workspace/exfoundry_go-mod-registry_master:/ws -w /ws --entrypoint= -w /w/workspace/exfoundry_go-mod-registry_master -v /w/workspace/exfoundry_go-mod-registry_master:/w/workspace/exfoundry_go-mod-registry_master:rw,z -v /w/workspace/exfoundry_go-mod-registry_master@tmp:/w/workspace/exfoundry_go-mod-registry_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 23:41:15 $ docker top 8211d4cc91362b76c1649f76768eac0244a6679c397555277d4de6bb473e4c39 -eo pid,comm [Pipeline] { [Pipeline] sh 23:41:15 + snyk monitor '--org=edgex-jenkins' 23:41:21 23:41:21 Monitoring /w/workspace/exfoundry_go-mod-registry_master (github.com/edgexfoundry/go-mod-registry)... 23:41:21 23:41:21 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/27af0ee6-349e-4e1a-9947-de111205d3a1/history/9a54b6d0-2348-402b-b09f-3a11341d8ee8 23:41:21 23:41:21 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 23:41:21 23:41:21 23:41:21 Snyk CLI supports Node.js 8 and higher. 23:41:21 Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. 23:41:21 Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. 23:41:21 23:41:21 The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. 23:41:21 The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } 23:41:21 $ docker stop --time=1 8211d4cc91362b76c1649f76768eac0244a6679c397555277d4de6bb473e4c39 23:41:23 $ docker rm -f 8211d4cc91362b76c1649f76768eac0244a6679c397555277d4de6bb473e4c39 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh 23:41:24 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:41:24 . [Pipeline] withDockerContainer 23:41:25 prd-centos7-docker-4c-2g-4026 does not seem to be running inside a container 23:41:25 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_go-mod-registry_master -v /w/workspace/exfoundry_go-mod-registry_master:/w/workspace/exfoundry_go-mod-registry_master:rw,z -v /w/workspace/exfoundry_go-mod-registry_master@tmp:/w/workspace/exfoundry_go-mod-registry_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 23:41:25 $ docker top c91ec0188f960bf66be6efda7b7f03a0281c6f69231e76a699aab26404f7b0a7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:41:26 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:41:26 [ssh-agent] Looking for ssh-agent implementation... 23:41:26 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:41:26 $ docker exec c91ec0188f960bf66be6efda7b7f03a0281c6f69231e76a699aab26404f7b0a7 ssh-agent 23:41:26 SSH_AUTH_SOCK=/tmp/ssh-OoQB8BFShLhP/agent.12 23:41:26 SSH_AGENT_PID=17 23:41:26 Running ssh-add (command line suppressed) 23:41:26 Identity added: /w/workspace/exfoundry_go-mod-registry_master@tmp/private_key_5394002967913799565.key (/w/workspace/exfoundry_go-mod-registry_master@tmp/private_key_5394002967913799565.key) 23:41:26 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:41:26 + git semver tag 23:41:26 # -> Open(): unable to determine branch for HEAD 23:41:26 # $GIT_DIR = /w/workspace/exfoundry_go-mod-registry_master/.git 23:41:26 # $GIT_WORK_TREE = /w/workspace/exfoundry_go-mod-registry_master 23:41:26 # $SEMVER_REMOTE_NAME = origin 23:41:26 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 23:41:26 # $SEMVER_USER_NAME = edgex-jenkins 23:41:26 # $SEMVER_BRANCH = master 23:41:26 # $SEMVER_DIR = /w/workspace/exfoundry_go-mod-registry_master/.semver 23:41:26 # cb9a3e23744de8cb2499e67f5ea37873cf6d9ca1 HEAD 23:41:26 # -> Force: false 23:41:26 # a03c3a527297ca02ff2bb3a6d4aaf31b57de2675 refs/tags/v0.1.25 [Pipeline] } 23:41:26 $ docker exec --env ******** --env ******** c91ec0188f960bf66be6efda7b7f03a0281c6f69231e76a699aab26404f7b0a7 ssh-agent -k 23:41:27 unset SSH_AUTH_SOCK; 23:41:27 unset SSH_AGENT_PID; 23:41:27 echo Agent pid 17 killed; 23:41:27 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:41:27 + git semver [Pipeline] } 23:41:27 $ docker stop --time=1 c91ec0188f960bf66be6efda7b7f03a0281c6f69231e76a699aab26404f7b0a7 23:41:28 $ docker rm -f c91ec0188f960bf66be6efda7b7f03a0281c6f69231e76a699aab26404f7b0a7 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 23:41:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 23:41:29 23:41:29 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 23:41:29 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 23:41:29 0.23.1-centos7: Pulling from edgex-lftools 23:41:29 ab5ef0e58194: Pulling fs layer 23:41:29 9712f1f96733: Pulling fs layer 23:41:29 63f879dbbcfc: Pulling fs layer 23:41:29 0d9ebad4ef96: Pulling fs layer 23:41:29 e9a5061849ea: Pulling fs layer 23:41:29 d747dcd14b5f: Pulling fs layer 23:41:29 2de7ff778b66: Pulling fs layer 23:41:29 e9a5061849ea: Waiting 23:41:29 d747dcd14b5f: Waiting 23:41:29 2de7ff778b66: Waiting 23:41:29 0d9ebad4ef96: Waiting 23:41:29 9712f1f96733: Download complete 23:41:31 63f879dbbcfc: Verifying Checksum 23:41:31 63f879dbbcfc: Download complete 23:41:32 e9a5061849ea: Verifying Checksum 23:41:32 e9a5061849ea: Download complete 23:41:32 d747dcd14b5f: Verifying Checksum 23:41:32 d747dcd14b5f: Download complete 23:41:32 0d9ebad4ef96: Verifying Checksum 23:41:32 0d9ebad4ef96: Download complete 23:41:33 2de7ff778b66: Verifying Checksum 23:41:33 2de7ff778b66: Download complete 23:41:33 ab5ef0e58194: Verifying Checksum 23:41:33 ab5ef0e58194: Download complete 23:41:37 ab5ef0e58194: Pull complete 23:41:37 9712f1f96733: Pull complete 23:41:39 63f879dbbcfc: Pull complete 23:41:46 0d9ebad4ef96: Pull complete 23:41:46 e9a5061849ea: Pull complete 23:41:46 d747dcd14b5f: Pull complete 23:41:51 2de7ff778b66: Pull complete 23:41:51 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 23:41:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 23:41:51 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 23:41:52 prd-centos7-docker-4c-2g-4026 does not seem to be running inside a container 23:41:52 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/exfoundry_go-mod-registry_master -v /w/workspace/exfoundry_go-mod-registry_master:/w/workspace/exfoundry_go-mod-registry_master:rw,z -v /w/workspace/exfoundry_go-mod-registry_master@tmp:/w/workspace/exfoundry_go-mod-registry_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 23:41:55 $ docker top 22b41d05d558ab58232e4ddc3593c571ea084324c9ded0b0c33d2a8da8cc4ddd -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 23:41:55 provisioning config files... 23:41:55 copy managed file [sigul-config] to file:/w/workspace/exfoundry_go-mod-registry_master@tmp/config2273501574921849633tmp 23:41:55 copy managed file [sigul-password] to file:/w/workspace/exfoundry_go-mod-registry_master@tmp/config1774367912046875783tmp 23:41:55 copy managed file [sigul-pki] to file:/w/workspace/exfoundry_go-mod-registry_master@tmp/config548718853883883278tmp [Pipeline] { [Pipeline] echo 23:41:55 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 23:41:56 ---> sigul-configuration.sh 23:41:56 gpg: directory `/root/.gnupg' created 23:41:56 gpg: new configuration file `/root/.gnupg/gpg.conf' created 23:41:56 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 23:41:56 gpg: keyring `/root/.gnupg/secring.gpg' created 23:41:56 gpg: keyring `/root/.gnupg/pubring.gpg' created 23:41:56 gpg: CAST5 encrypted data 23:41:56 gpg: encrypted with 1 passphrase 23:41:56 gpg: WARNING: message was not integrity protected [Pipeline] sh 23:41:56 + mkdir /home/jenkins 23:41:56 + mkdir /home/jenkins/sigul [Pipeline] sh 23:41:56 + 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 23:41:56 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 23:41:57 ---> sigul-install.sh 23:42:02 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 23:42:02 + git tag --list 23:42:02 v0.0.0 23:42:02 v0.1.0 23:42:02 v0.1.1 23:42:02 v0.1.10 23:42:02 v0.1.11 23:42:02 v0.1.12 23:42:02 v0.1.13 23:42:02 v0.1.14 23:42:02 v0.1.15 23:42:02 v0.1.16 23:42:02 v0.1.17 23:42:02 v0.1.18 23:42:02 v0.1.19 23:42:02 v0.1.2 23:42:02 v0.1.20 23:42:02 v0.1.21 23:42:02 v0.1.22 23:42:02 v0.1.23 23:42:02 v0.1.24 23:42:02 v0.1.25 23:42:02 v0.1.3 23:42:02 v0.1.4 23:42:02 v0.1.5 23:42:02 v0.1.6 23:42:02 v0.1.7 23:42:02 v0.1.8 23:42:02 v0.1.9 [Pipeline] sh 23:42:03 + lftools sign git-tag v0.1.25 23:42:04 Signing Git tag with Sigul... 23:42:04 Signing v0.1.25 [Pipeline] echo 23:42:05 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 23:42:05 ---> sigul-configuration-cleanup.sh [Pipeline] } 23:42:05 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 23:42:06 $ docker stop --time=1 22b41d05d558ab58232e4ddc3593c571ea084324c9ded0b0c33d2a8da8cc4ddd 23:42:08 $ docker rm -f 22b41d05d558ab58232e4ddc3593c571ea084324c9ded0b0c33d2a8da8cc4ddd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 23:42:08 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:42:08 . [Pipeline] withDockerContainer 23:42:08 prd-centos7-docker-4c-2g-4026 does not seem to be running inside a container 23:42:08 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_go-mod-registry_master -v /w/workspace/exfoundry_go-mod-registry_master:/w/workspace/exfoundry_go-mod-registry_master:rw,z -v /w/workspace/exfoundry_go-mod-registry_master@tmp:/w/workspace/exfoundry_go-mod-registry_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 23:42:09 $ docker top e705fa9ca8c25a4a66f5302fcd19659c5fc4c12ccb53647c1d31db8e0c8dae36 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:42:10 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:42:10 [ssh-agent] Looking for ssh-agent implementation... 23:42:10 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:42:10 $ docker exec e705fa9ca8c25a4a66f5302fcd19659c5fc4c12ccb53647c1d31db8e0c8dae36 ssh-agent 23:42:10 SSH_AUTH_SOCK=/tmp/ssh-mpIWGWf1shDy/agent.11 23:42:10 SSH_AGENT_PID=16 23:42:10 Running ssh-add (command line suppressed) 23:42:10 Identity added: /w/workspace/exfoundry_go-mod-registry_master@tmp/private_key_4155440743647825851.key (/w/workspace/exfoundry_go-mod-registry_master@tmp/private_key_4155440743647825851.key) 23:42:10 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:42:11 + git semver bump patch 23:42:11 # -> Open(): unable to determine branch for HEAD 23:42:11 # $GIT_DIR = /w/workspace/exfoundry_go-mod-registry_master/.git 23:42:11 # $GIT_WORK_TREE = /w/workspace/exfoundry_go-mod-registry_master 23:42:11 # $SEMVER_REMOTE_NAME = origin 23:42:11 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 23:42:11 # $SEMVER_USER_NAME = edgex-jenkins 23:42:11 # $SEMVER_BRANCH = master 23:42:11 # $SEMVER_DIR = /w/workspace/exfoundry_go-mod-registry_master/.semver 23:42:11 0.1.26 [Pipeline] } 23:42:11 $ docker exec --env ******** --env ******** e705fa9ca8c25a4a66f5302fcd19659c5fc4c12ccb53647c1d31db8e0c8dae36 ssh-agent -k 23:42:11 unset SSH_AUTH_SOCK; 23:42:11 unset SSH_AGENT_PID; 23:42:11 echo Agent pid 16 killed; 23:42:11 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:42:11 + git semver [Pipeline] } 23:42:11 $ docker stop --time=1 e705fa9ca8c25a4a66f5302fcd19659c5fc4c12ccb53647c1d31db8e0c8dae36 23:42:13 $ docker rm -f e705fa9ca8c25a4a66f5302fcd19659c5fc4c12ccb53647c1d31db8e0c8dae36 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 23:42:13 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:42:13 . [Pipeline] withDockerContainer 23:42:13 prd-centos7-docker-4c-2g-4026 does not seem to be running inside a container 23:42:13 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_go-mod-registry_master -v /w/workspace/exfoundry_go-mod-registry_master:/w/workspace/exfoundry_go-mod-registry_master:rw,z -v /w/workspace/exfoundry_go-mod-registry_master@tmp:/w/workspace/exfoundry_go-mod-registry_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 23:42:14 $ docker top 42b4852f668ea93234857df742881709918280fb61cd1d07866920f1e252c7ad -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:42:14 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:42:14 [ssh-agent] Looking for ssh-agent implementation... 23:42:15 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:42:15 $ docker exec 42b4852f668ea93234857df742881709918280fb61cd1d07866920f1e252c7ad ssh-agent 23:42:15 SSH_AUTH_SOCK=/tmp/ssh-m1ENqZL2dont/agent.12 23:42:15 SSH_AGENT_PID=17 23:42:15 Running ssh-add (command line suppressed) 23:42:15 Identity added: /w/workspace/exfoundry_go-mod-registry_master@tmp/private_key_2785458485633742415.key (/w/workspace/exfoundry_go-mod-registry_master@tmp/private_key_2785458485633742415.key) 23:42:15 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:42:15 + git semver push 23:42:15 # -> Open(): unable to determine branch for HEAD 23:42:15 # $GIT_DIR = /w/workspace/exfoundry_go-mod-registry_master/.git 23:42:15 # $GIT_WORK_TREE = /w/workspace/exfoundry_go-mod-registry_master 23:42:15 # $SEMVER_REMOTE_NAME = origin 23:42:15 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 23:42:15 # $SEMVER_USER_NAME = edgex-jenkins 23:42:15 # $SEMVER_BRANCH = master 23:42:15 # $SEMVER_DIR = /w/workspace/exfoundry_go-mod-registry_master/.semver [Pipeline] } 23:42:22 $ docker exec --env ******** --env ******** 42b4852f668ea93234857df742881709918280fb61cd1d07866920f1e252c7ad ssh-agent -k 23:42:22 unset SSH_AUTH_SOCK; 23:42:22 unset SSH_AGENT_PID; 23:42:22 echo Agent pid 17 killed; 23:42:22 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:42:23 + git semver [Pipeline] } 23:42:23 $ docker stop --time=1 42b4852f668ea93234857df742881709918280fb61cd1d07866920f1e252c7ad 23:42:24 $ docker rm -f 42b4852f668ea93234857df742881709918280fb61cd1d07866920f1e252c7ad [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 23:42:26 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 23:42:26 ---> package-listing.sh 23:42:26 ++ facter osfamily 23:42:26 ++ tr '[:upper:]' '[:lower:]' 23:42:26 + OS_FAMILY=redhat 23:42:26 + workspace=/w/workspace/exfoundry_go-mod-registry_master 23:42:26 + START_PACKAGES=/tmp/packages_start.txt 23:42:26 + END_PACKAGES=/tmp/packages_end.txt 23:42:26 + DIFF_PACKAGES=/tmp/packages_diff.txt 23:42:26 + PACKAGES=/tmp/packages_start.txt 23:42:26 + '[' /w/workspace/exfoundry_go-mod-registry_master ']' 23:42:26 + PACKAGES=/tmp/packages_end.txt 23:42:26 + case "${OS_FAMILY}" in 23:42:26 + rpm -qa 23:42:26 + sort 23:42:30 + '[' -f /tmp/packages_start.txt ']' 23:42:30 + '[' -f /tmp/packages_end.txt ']' 23:42:30 + diff /tmp/packages_start.txt /tmp/packages_end.txt 23:42:30 + '[' /w/workspace/exfoundry_go-mod-registry_master ']' 23:42:30 + mkdir -p /w/workspace/exfoundry_go-mod-registry_master/archives/ 23:42:30 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/exfoundry_go-mod-registry_master/archives/ [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 23:42:31 provisioning config files... 23:42:31 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_go-mod-registry_master@tmp/config6766020441418314457tmp [Pipeline] { [Pipeline] echo 23:42:31 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 23:42:31 ---> create-netrc.sh [Pipeline] } 23:42:31 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 23:42:32 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 23:42:32 ---> python-tools-install.sh 23:42:32 Generating Requirements File 23:43:53 Python 3.6.8 23:43:53 pip 20.2.3 from /home/jenkins/.local/lib/python3.6/site-packages/pip (python 3.6) 23:43:53 appdirs==1.4.3 23:43:53 argcomplete==1.12.1 23:43:53 aspy.yaml==1.3.0 23:43:53 attrs==19.3.0 23:43:53 Babel==2.8.0 23:43:53 beautifulsoup4==4.8.2 23:43:53 boto3==1.11.6 23:43:53 botocore==1.14.6 23:43:53 bs4==0.0.1 23:43:53 cachetools==4.1.1 23:43:53 certifi==2019.11.28 23:43:53 cffi==1.14.3 23:43:53 cfgv==2.0.1 23:43:53 chardet==3.0.4 23:43:53 click==7.1 23:43:53 cliff==3.4.0 23:43:53 cmd2==1.3.11 23:43:53 colorama==0.4.3 23:43:53 cryptography==3.1.1 23:43:53 debtcollector==2.2.0 23:43:53 decorator==4.4.2 23:43:53 defusedxml==0.6.0 23:43:53 Deprecated==1.2.7 23:43:53 distlib==0.3.1 23:43:53 distro==1.2.0 23:43:53 dnspython==1.16.0 23:43:53 docker==4.2.0 23:43:53 docutils==0.15.2 23:43:53 dogpile.cache==1.0.2 23:43:53 email-validator==1.0.5 23:43:53 filelock==3.0.12 23:43:53 future==0.18.2 23:43:53 google-auth==1.22.1 23:43:53 httplib2==0.17.0 23:43:53 identify==1.4.11 23:43:53 idna==2.9 23:43:53 importlib-metadata==1.7.0 23:43:53 importlib-resources==1.5.0 23:43:53 iso8601==0.1.13 23:43:53 Jinja2==2.11.1 23:43:53 jmespath==0.10.0 23:43:53 jsonpatch==1.26 23:43:53 jsonpointer==2.0 23:43:53 jsonschema==3.2.0 23:43:53 keystoneauth1==4.2.1 23:43:53 kubernetes==11.0.0 23:43:53 lftools==0.34.2 23:43:53 lxml==4.5.0 23:43:53 MarkupSafe==0.23 23:43:53 msgpack==1.0.0 23:43:53 multi-key-dict==2.0.3 23:43:53 munch==2.5.0 23:43:53 netaddr==0.8.0 23:43:53 netifaces==0.10.9 23:43:53 niet==1.4.2 23:43:53 nodeenv==1.3.5 23:43:53 oauth2client==4.1.3 23:43:53 oauthlib==3.1.0 23:43:53 openstacksdk==0.50.0 23:43:53 os-client-config==2.1.0 23:43:53 os-service-types==1.7.0 23:43:53 osc-lib==2.2.1 23:43:53 oslo.config==8.3.2 23:43:53 oslo.context==3.1.1 23:43:53 oslo.i18n==5.0.1 23:43:53 oslo.log==4.4.0 23:43:53 oslo.serialization==4.0.1 23:43:53 oslo.utils==4.6.0 23:43:53 packaging==20.4 23:43:53 pbr==5.4.4 23:43:53 pluggy==0.13.1 23:43:53 prettytable==0.7.2 23:43:53 py==1.9.0 23:43:53 pyasn1==0.4.8 23:43:53 pyasn1-modules==0.2.8 23:43:53 pycparser==2.20 23:43:53 pygerrit2==2.0.10 23:43:53 PyGithub==1.46 23:43:53 pyinotify==0.9.6 23:43:53 PyJWT==1.7.1 23:43:53 pyparsing==2.4.7 23:43:53 pyperclip==1.8.0 23:43:53 pyroute2==0.4.13 23:43:53 pyrsistent==0.15.7 23:43:53 PySocks==1.6.8 23:43:53 python-cinderclient==7.2.0 23:43:53 python-dateutil==2.8.1 23:43:53 python-heatclient==2.2.1 23:43:53 python-jenkins==1.7.0 23:43:53 python-keystoneclient==4.1.1 23:43:53 python-magnumclient==3.2.1 23:43:53 python-novaclient==17.2.1 23:43:53 python-openstackclient==5.4.0 23:43:53 python-swiftclient==3.10.1 23:43:53 pytz==2020.1 23:43:53 PyYAML==5.3 23:43:53 requests==2.23.0 23:43:53 requests-oauthlib==1.3.0 23:43:53 requestsexceptions==1.4.0 23:43:53 rfc3986==1.4.0 23:43:53 rpm==4.11.3 23:43:53 rsa==4.0 23:43:53 ruamel.yaml==0.16.10 23:43:53 ruamel.yaml.clib==0.2.0 23:43:53 s3transfer==0.3.3 23:43:53 shade==1.27.2 23:43:53 simplejson==3.17.2 23:43:53 six==1.14.0 23:43:53 soupsieve==2.0 23:43:53 stevedore==3.2.2 23:43:53 tabulate==0.8.6 23:43:53 toml==0.10.0 23:43:53 tox==3.20.0 23:43:53 tqdm==4.43.0 23:43:53 urllib3==1.25.8 23:43:53 virtualenv==20.0.33 23:43:53 wcwidth==0.2.5 23:43:53 websocket-client==0.57.0 23:43:53 wrapt==1.12.1 23:43:53 xdg==3.0.2 23:43:53 xmltodict==0.12.0 23:43:53 yq==2.11.1 23:43:53 zipp==3.3.0 23:43:53 Cache entry deserialization failed, entry ignored 23:43:53 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. 23:43:53 Python 2.7.5 23:43:53 pip 20.2.3 from /home/jenkins/.local/lib/python2.7/site-packages/pip (python 2.7) 23:43:53 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. 23:43:53 ansible==2.9.7 23:43:53 Babel==0.9.6 23:43:53 backports.ssl-match-hostname==3.5.0.1 23:43:53 beautifulsoup4==4.4.1 23:43:53 bodhi==2.11.0 23:43:53 bodhi-client==2.11.0 23:43:53 CCColUtils==1.4 23:43:53 cffi==1.6.0 23:43:53 chardet==2.2.1 23:43:53 click==6.7 23:43:53 cloud-init==18.5 23:43:53 configobj==4.7.2 23:43:53 cryptography==1.7.2 23:43:53 decorator==3.4.0 23:43:53 distro==1.2.0 23:43:53 enum34==1.0.4 23:43:53 fedpkg==1.38 23:43:53 futures==3.1.1 23:43:53 gitdb==0.6.4 23:43:53 GitPython==1.0.1 23:43:53 html5lib==0.999 23:43:53 httplib2==0.9.2 23:43:53 idna==2.4 23:43:53 iniparse==0.4 23:43:53 ipaddress==1.0.16 23:43:53 IPy==0.75 23:43:53 javapackages==1.0.0 23:43:53 Jinja2==2.7.2 23:43:53 jmespath==0.9.4 23:43:53 jsonpatch==1.2 23:43:53 jsonpointer==1.9 23:43:53 kerberos==1.1 23:43:53 kitchen==1.1.1 23:43:53 langtable==0.0.31 23:43:53 lockfile==0.9.1 23:43:53 lxml==3.2.1 23:43:53 MarkupSafe==0.11 23:43:53 munch==2.0.2 23:43:53 offtrac==0.1.0 23:43:53 openidc-client==0.6.0 23:43:53 packagedb-cli==2.14.1 23:43:53 paramiko==2.1.1 23:43:53 perf==0.1 23:43:53 ply==3.4 23:43:53 policycoreutils-default-encoding==0.1 23:43:53 prettytable==0.7.2 23:43:53 pyasn1==0.1.9 23:43:53 pycparser==2.14 23:43:53 pycurl==7.19.0 23:43:53 pygobject==3.22.0 23:43:53 pygpgme==0.3 23:43:53 pyliblzma==0.5.3 23:43:53 pyOpenSSL==0.13.1 23:43:53 pyparsing==1.5.6 23:43:53 pyserial==2.6 23:43:53 python-augeas==0.5.0 23:43:53 python-bugzilla==2.3.0 23:43:53 python-dateutil==1.5 23:43:53 python-fedora==0.10.0 23:43:53 python-linux-procfs==0.4.9 23:43:53 python-yubico==1.2.3 23:43:53 pyudev==0.15 23:43:53 pyusb==1.0.0b1 23:43:53 pyxattr==0.5.1 23:43:53 PyYAML==3.10 23:43:53 requests==2.6.0 23:43:53 requests-kerberos==0.7.0 23:43:53 rpkg==1.60 23:43:53 schedutils==0.4 23:43:53 seobject==0.1 23:43:53 sepolicy==1.1 23:43:53 six==1.9.0 23:43:53 smmap==0.9.0 23:43:53 urlgrabber==3.10 23:43:53 urllib3==1.10.2 23:43:53 virtualenv==15.1.0 23:43:53 yum-langpacks==0.4.2 23:43:53 yum-metadata-parser==1.1.4 [Pipeline] echo 23:43:53 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 23:43:54 ---> sudo-logs.sh 23:43:54 Archiving 'sudo' log.. [Pipeline] echo 23:43:54 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 23:43:54 ---> job-cost.sh 23:43:54 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-MOJJ 23:44:02 Cache entry deserialization failed, entry ignored 23:44:03 Cache entry deserialization failed, entry ignored 23:44:04 Cache entry deserialization failed, entry ignored 23:44:04 Cache entry deserialization failed, entry ignored 23:44:04 Cache entry deserialization failed, entry ignored 23:44:04 Cache entry deserialization failed, entry ignored 23:44:04 Cache entry deserialization failed, entry ignored 23:44:04 Cache entry deserialization failed, entry ignored 23:44:05 Cache entry deserialization failed, entry ignored 23:44:05 Cache entry deserialization failed, entry ignored 23:44:05 Cache entry deserialization failed, entry ignored 23:44:05 Cache entry deserialization failed, entry ignored 23:44:08 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 23:44:40 lf-activate-venv(): INFO: Adding /tmp/venv-MOJJ/bin to PATH 23:44:40 INFO: No Stack... 23:44:40 INFO: Retrieving Pricing Info for: v1-standard-2 23:44:40 INFO: Archiving Costs [Pipeline] echo 23:44:40 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 23:44:41 ---> logs-deploy.sh 23:44:41 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-registry/master/13 23:44:41 INFO: archiving workspace using pattern(s): 23:44:43 Archives upload complete. 23:44:43 INFO: archiving logs to Nexus 23:44:44 ---> uname -a: 23:44:44 Linux prd-centos7-docker-4c-2g-4026.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 23:44:44 23:44:44 23:44:44 ---> lscpu: 23:44:44 Architecture: x86_64 23:44:44 CPU op-mode(s): 32-bit, 64-bit 23:44:44 Byte Order: Little Endian 23:44:44 CPU(s): 4 23:44:44 On-line CPU(s) list: 0-3 23:44:44 Thread(s) per core: 1 23:44:44 Core(s) per socket: 1 23:44:44 Socket(s): 4 23:44:44 NUMA node(s): 1 23:44:44 Vendor ID: GenuineIntel 23:44:44 CPU family: 6 23:44:44 Model: 44 23:44:44 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 23:44:44 Stepping: 1 23:44:44 CPU MHz: 2933.436 23:44:44 BogoMIPS: 5866.87 23:44:44 Virtualization: VT-x 23:44:44 Hypervisor vendor: KVM 23:44:44 Virtualization type: full 23:44:44 L1d cache: 32K 23:44:44 L1i cache: 32K 23:44:44 L2 cache: 4096K 23:44:44 L3 cache: 16384K 23:44:44 NUMA node0 CPU(s): 0-3 23:44:44 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 23:44:44 23:44:44 23:44:44 ---> nproc: 23:44:44 4 23:44:44 23:44:44 23:44:44 ---> df -h: 23:44:44 Filesystem Size Used Avail Use% Mounted on 23:44:44 devtmpfs 887M 0 887M 0% /dev 23:44:44 tmpfs 919M 0 919M 0% /dev/shm 23:44:44 tmpfs 919M 17M 903M 2% /run 23:44:44 tmpfs 919M 0 919M 0% /sys/fs/cgroup 23:44:44 /dev/vda1 50G 8.6G 42G 18% / 23:44:44 tmpfs 184M 0 184M 0% /run/user/1001 23:44:44 23:44:44 23:44:44 ---> free -m: 23:44:44 total used free shared buff/cache available 23:44:44 Mem: 1837 662 77 15 1097 976 23:44:44 Swap: 1023 3 1020 23:44:44 23:44:44 23:44:44 ---> ip addr: 23:44:44 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 23:44:44 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 23:44:44 inet 127.0.0.1/8 scope host lo 23:44:44 valid_lft forever preferred_lft forever 23:44:44 inet6 ::1/128 scope host 23:44:44 valid_lft forever preferred_lft forever 23:44:44 2: eth0: mtu 1458 qdisc pfifo_fast state UP group default qlen 1000 23:44:44 link/ether fa:16:3e:e8:d9:4d brd ff:ff:ff:ff:ff:ff 23:44:44 inet 10.30.123.196/23 brd 10.30.123.255 scope global dynamic eth0 23:44:44 valid_lft 85819sec preferred_lft 85819sec 23:44:44 inet6 fe80::f816:3eff:fee8:d94d/64 scope link 23:44:44 valid_lft forever preferred_lft forever 23:44:44 3: docker0: mtu 1500 qdisc noqueue state DOWN group default 23:44:44 link/ether 02:42:5b:7b:08:f5 brd ff:ff:ff:ff:ff:ff 23:44:44 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 23:44:44 valid_lft forever preferred_lft forever 23:44:44 inet6 fe80::42:5bff:fe7b:8f5/64 scope link 23:44:44 valid_lft forever preferred_lft forever 23:44:44 23:44:44 23:44:44 ---> sar -b -r -n DEV: 23:44:44 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/07/2020 _x86_64_ (4 CPU) 23:44:44 23:44:44 11:34:45 PM LINUX RESTART 23:44:44 23:44:44 11:36:01 PM tps rtps wtps bread/s bwrtn/s 23:44:44 11:37:01 PM 3.48 0.00 3.48 0.00 110.51 23:44:44 11:38:01 PM 0.37 0.00 0.37 0.00 5.15 23:44:44 11:39:01 PM 0.30 0.00 0.30 0.00 3.36 23:44:44 11:40:01 PM 0.23 0.00 0.23 0.00 2.70 23:44:44 11:41:02 PM 9.07 0.33 8.74 274.35 6869.19 23:44:44 11:42:01 PM 361.19 164.39 196.80 9248.67 55141.85 23:44:44 11:43:01 PM 100.47 72.46 28.01 5759.76 4012.33 23:44:44 11:44:01 PM 123.16 30.70 92.46 1872.88 12730.91 23:44:44 Average: 74.21 33.23 40.99 2130.54 9768.76 23:44:44 23:44:44 11:36:01 PM kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 23:44:44 11:37:01 PM 178996 1702560 90.49 2620 1155132 1079752 36.85 394856 1146664 16 23:44:44 11:38:01 PM 179056 1702500 90.48 2620 1155136 1079632 36.85 396856 1144008 12 23:44:44 11:39:01 PM 179128 1702428 90.48 2620 1155144 1079632 36.85 396832 1144008 8 23:44:44 11:40:01 PM 174916 1706640 90.70 2620 1155144 1079584 36.84 402456 1140396 8 23:44:44 11:41:02 PM 76264 1805292 95.95 2620 1176832 1496072 51.06 475328 1162472 52760 23:44:44 11:42:01 PM 66372 1815184 96.47 2272 1060616 1271780 43.40 634932 892300 49276 23:44:44 11:43:01 PM 78920 1802636 95.81 1600 1028192 1160400 39.60 661432 852488 55020 23:44:44 11:44:01 PM 91820 1789736 95.12 1496 992700 1145432 39.09 603804 859184 38072 23:44:44 Average: 128184 1753372 93.19 2308 1109862 1174036 40.07 495812 1042690 24396 23:44:44 23:44:44 11:36:01 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s 23:44:44 11:37:01 PM eth0 0.80 0.33 0.30 0.18 0.00 0.00 0.00 23:44:44 11:37:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:44:44 11:37:01 PM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:44:44 11:38:01 PM eth0 0.15 0.08 0.01 0.04 0.00 0.00 0.00 23:44:44 11:38:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:44:44 11:38:01 PM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:44:44 11:39:01 PM eth0 0.17 0.10 0.01 0.01 0.00 0.00 0.00 23:44:44 11:39:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:44:44 11:39:01 PM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:44:44 11:40:01 PM eth0 0.60 0.10 0.06 0.01 0.00 0.00 0.00 23:44:44 11:40:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:44:44 11:40:01 PM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:44:44 11:41:02 PM eth0 393.77 356.88 3774.35 25.77 0.00 0.00 0.00 23:44:44 11:41:02 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:44:44 11:41:02 PM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:44:44 11:42:01 PM veth306bd5c 30.29 39.36 2.01 202.43 0.00 0.00 0.00 23:44:44 11:42:01 PM eth0 1350.63 1082.11 8458.20 220.53 0.00 0.00 0.00 23:44:44 11:42:01 PM lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 23:44:44 11:42:01 PM docker0 44.69 51.38 3.28 224.51 0.00 0.00 0.00 23:44:44 11:43:01 PM eth0 117.82 85.70 664.58 24.03 0.00 0.00 0.00 23:44:44 11:43:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:44:44 11:43:01 PM docker0 2.25 1.61 0.37 0.38 0.00 0.00 0.00 23:44:44 11:44:01 PM eth0 29.20 21.13 217.95 4.94 0.00 0.00 0.00 23:44:44 11:44:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:44:44 11:44:01 PM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:44:44 Average: eth0 125.99 109.76 1016.64 19.47 0.00 0.00 0.00 23:44:44 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:44:44 Average: docker0 5.64 6.41 0.42 27.51 0.00 0.00 0.00 23:44:44 23:44:44 23:44:44 ---> sar -P ALL: 23:44:44 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/07/2020 _x86_64_ (4 CPU) 23:44:44 23:44:44 11:34:45 PM LINUX RESTART 23:44:44 23:44:44 11:36:01 PM CPU %user %nice %system %iowait %steal %idle 23:44:44 11:37:01 PM all 0.11 0.00 0.05 0.00 0.00 99.84 23:44:44 11:37:01 PM 0 0.05 0.00 0.05 0.00 0.02 99.88 23:44:44 11:37:01 PM 1 0.02 0.00 0.02 0.00 0.00 99.97 23:44:44 11:37:01 PM 2 0.32 0.00 0.07 0.00 0.02 99.60 23:44:44 11:37:01 PM 3 0.05 0.00 0.05 0.00 0.00 99.90 23:44:44 11:38:01 PM all 0.12 0.00 0.03 0.00 0.00 99.85 23:44:44 11:38:01 PM 0 0.02 0.00 0.03 0.00 0.00 99.95 23:44:44 11:38:01 PM 1 0.03 0.00 0.02 0.00 0.00 99.95 23:44:44 11:38:01 PM 2 0.38 0.00 0.03 0.00 0.00 99.58 23:44:44 11:38:01 PM 3 0.05 0.00 0.05 0.00 0.00 99.90 23:44:44 11:39:01 PM all 0.15 0.00 0.02 0.00 0.00 99.83 23:44:44 11:39:01 PM 0 0.03 0.00 0.02 0.00 0.00 99.95 23:44:44 11:39:01 PM 1 0.03 0.00 0.03 0.00 0.00 99.93 23:44:44 11:39:01 PM 2 0.48 0.00 0.02 0.00 0.00 99.50 23:44:44 11:39:01 PM 3 0.03 0.00 0.03 0.00 0.02 99.92 23:44:44 11:40:01 PM all 0.14 0.00 0.04 0.00 0.00 99.81 23:44:44 11:40:01 PM 0 0.03 0.00 0.08 0.00 0.00 99.88 23:44:44 11:40:01 PM 1 0.00 0.00 0.03 0.00 0.02 99.95 23:44:44 11:40:01 PM 2 0.48 0.00 0.03 0.00 0.00 99.48 23:44:44 11:40:01 PM 3 0.05 0.00 0.03 0.00 0.00 99.92 23:44:44 11:41:02 PM all 1.52 0.00 0.98 0.02 0.03 97.46 23:44:44 11:41:02 PM 0 1.39 0.00 1.29 0.00 0.03 97.28 23:44:44 11:41:02 PM 1 1.96 0.00 0.75 0.00 0.02 97.27 23:44:44 11:41:02 PM 2 1.45 0.00 0.94 0.00 0.02 97.59 23:44:44 11:41:02 PM 3 1.31 0.00 0.90 0.05 0.03 97.71 23:44:44 11:42:01 PM all 15.05 0.00 9.58 3.70 0.14 71.53 23:44:44 11:42:01 PM 0 13.89 0.00 10.36 1.48 0.18 74.10 23:44:44 11:42:01 PM 1 14.26 0.00 8.79 3.29 0.14 73.52 23:44:44 11:42:01 PM 2 17.71 0.00 9.55 3.99 0.10 68.65 23:44:44 11:42:01 PM 3 14.32 0.00 9.68 6.02 0.12 69.86 23:44:44 11:43:01 PM all 11.33 0.00 2.95 1.86 0.06 83.80 23:44:44 11:43:01 PM 0 29.16 0.00 4.47 1.92 0.09 64.37 23:44:44 11:43:01 PM 1 3.07 0.00 2.18 2.27 0.03 92.45 23:44:44 11:43:01 PM 2 10.73 0.00 2.95 1.65 0.05 84.62 23:44:44 11:43:01 PM 3 2.72 0.00 2.18 1.63 0.07 93.40 23:44:44 11:44:01 PM all 15.06 0.00 3.45 2.38 0.04 79.07 23:44:44 11:44:01 PM 0 17.63 0.00 2.23 2.98 0.03 77.12 23:44:44 11:44:01 PM 1 14.45 0.00 4.07 2.69 0.02 78.77 23:44:44 11:44:01 PM 2 15.85 0.00 3.86 0.64 0.05 79.60 23:44:44 11:44:01 PM 3 12.33 0.00 3.64 3.22 0.03 80.78 23:44:44 Average: all 5.35 0.00 2.09 0.97 0.03 91.55 23:44:44 Average: 0 7.65 0.00 2.26 0.78 0.04 89.27 23:44:44 Average: 1 4.16 0.00 1.95 1.01 0.03 92.85 23:44:44 Average: 2 5.83 0.00 2.13 0.77 0.03 91.24 23:44:44 Average: 3 3.78 0.00 2.02 1.33 0.03 92.83 23:44:44 23:44:44 23:44:44