Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 807198fe134df43c4c474cbf2624a9725bdad335 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 a2cbe11917bfb8801b6bc99aaa80229564ed4294 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 a2cbe11917bfb8801b6bc99aaa80229564ed4294 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 a2cbe11917bfb8801b6bc99aaa80229564ed4294 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a2cbe11917bfb8801b6bc99aaa80229564ed4294 # timeout=10 Commit message: "Merge pull request #273 from ernestojeda/fix-semver-dir-permissions" > 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-bootstrap, 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-bootstrap-settings PROJECT: go-mod-bootstrap 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-bootstrap 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 ‘prd-centos7-docker-4c-2g-3642’ is offline Running on prd-centos7-docker-4c-2g-6872 in /w/workspace/xfoundry_go-mod-bootstrap_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-bootstrap.git > git init /w/workspace/xfoundry_go-mod-bootstrap_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.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-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.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-bootstrap.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 807198fe134df43c4c474cbf2624a9725bdad335 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 807198fe134df43c4c474cbf2624a9725bdad335 # timeout=10 Commit message: "Merge pull request #116 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts-0.1.105" > git rev-list --no-walk 26d977795e053a112832bb043364dc6f4b0a86ea # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 05:16:29 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 05:16:30 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 05:16:30 ========================================================= 05:16:30 EdgeX Global Pipelines Version Info 05:16:30 ========================================================= [Pipeline] libraryResource [Pipeline] sh 05:16:31 ------------------- 05:16:31 stable info: 05:16:31 ------------------- 05:16:31 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 05:16:31 Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 05:16:31 Message: update stable to v1.0.144 05:16:32 ------------------- 05:16:32 experimental info: 05:16:32 ------------------- 05:16:32 Commited By: **** collab-it+edgex@linuxfoundation.org 05:16:32 Commit SHA: c640cc8e0f176a0a86b153ebfcb15f3e2f33f7bd 05:16:32 Message: update experimental to v1.0.145 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 05:16:33 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-bootstrap-settings [Pipeline] echo 05:16:33 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-bootstrap [Pipeline] echo 05:16:33 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 05:16:33 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 05:16:33 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 05:16:33 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 05:16:33 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 05:16:33 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 05:16:34 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 05:16:34 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 05:16:34 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 05:16:34 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-bootstrap [Pipeline] echo 05:16:34 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 05:16:34 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 05:16:34 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 05:16:34 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 05:16:35 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 05:16:35 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 05:16:35 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo 05:16:35 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 05:16:35 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 05:16:35 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 05:16:35 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 05:16:35 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 05:16:35 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 05:16:35 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 05:16:36 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 05:16:36 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 05:16:36 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 807198fe134df43c4c474cbf2624a9725bdad335 [Pipeline] echo 05:16:36 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 807198f [Pipeline] echo 05:16:36 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 05:16:37 + git log --format=format:%s -1 807198fe134df43c4c474cbf2624a9725bdad335 [Pipeline] echo 05:16:37 GIT_COMMIT: 807198fe134df43c4c474cbf2624a9725bdad335, Commit Message: Merge pull request #116 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts-0.1.105 [Pipeline] echo 05:16:37 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 05:16:38 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 05:16:38 05:16:38 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 05:16:38 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 05:16:38 latest: Pulling from edgex-devops/git-semver 05:16:38 31603596830f: Pulling fs layer 05:16:38 2a8b12db71e7: Pulling fs layer 05:16:38 6ca5941a6612: Pulling fs layer 05:16:38 ecc8261a40a4: Pulling fs layer 05:16:38 ecc8261a40a4: Waiting 05:16:38 2a8b12db71e7: Download complete 05:16:38 31603596830f: Download complete 05:16:38 6ca5941a6612: Verifying Checksum 05:16:38 6ca5941a6612: Download complete 05:16:38 ecc8261a40a4: Verifying Checksum 05:16:38 ecc8261a40a4: Download complete 05:16:39 31603596830f: Pull complete 05:16:39 2a8b12db71e7: Pull complete 05:16:40 6ca5941a6612: Pull complete 05:16:40 ecc8261a40a4: Pull complete 05:16:40 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 05:16:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 05:16:40 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 05:16:40 prd-centos7-docker-4c-2g-6872 does not seem to be running inside a container 05:16:40 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 05:16:42 $ docker top 01bc082cfbd3fb34651729a138f82e45239f0cd97d06691d280489b8e11662ca -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 05:16:43 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:16:43 [ssh-agent] Looking for ssh-agent implementation... 05:16:43 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:16:43 $ docker exec 01bc082cfbd3fb34651729a138f82e45239f0cd97d06691d280489b8e11662ca ssh-agent 05:16:43 SSH_AUTH_SOCK=/tmp/ssh-Tn24r8KYH33e/agent.12 05:16:43 SSH_AGENT_PID=17 05:16:43 Running ssh-add (command line suppressed) 05:16:43 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_8852667785417690611.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_8852667785417690611.key) 05:16:44 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:16:44 + git tag --points-at HEAD [Pipeline] } 05:16:44 $ docker exec --env ******** --env ******** 01bc082cfbd3fb34651729a138f82e45239f0cd97d06691d280489b8e11662ca ssh-agent -k 05:16:44 unset SSH_AUTH_SOCK; 05:16:44 unset SSH_AGENT_PID; 05:16:44 echo Agent pid 17 killed; 05:16:44 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 05:16:44 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:16:44 [ssh-agent] Looking for ssh-agent implementation... 05:16:44 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:16:45 $ docker exec 01bc082cfbd3fb34651729a138f82e45239f0cd97d06691d280489b8e11662ca ssh-agent 05:16:45 SSH_AUTH_SOCK=/tmp/ssh-Ew9exzsA1Aye/agent.45 05:16:45 SSH_AGENT_PID=51 05:16:45 Running ssh-add (command line suppressed) 05:16:45 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_216345048122300474.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_216345048122300474.key) 05:16:45 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:16:45 + git semver init 05:16:45 # -> Open(): unable to determine branch for HEAD 05:16:45 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git 05:16:45 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master 05:16:45 # $SEMVER_REMOTE_NAME = origin 05:16:45 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 05:16:45 # $SEMVER_USER_NAME = edgex-jenkins 05:16:45 # $SEMVER_BRANCH = master 05:16:45 # $SEMVER_TEMP = /tmp/semver-005896999 05:16:45 # git clone --branch semver git@github.com:edgexfoundry/go-mod-bootstrap.git $SEMVER_TEMP 05:16:46 # '/tmp/semver-005896999' -> '/w/workspace/xfoundry_go-mod-bootstrap_master/.semver' 05:16:46 # -> Force: false 05:16:46 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [Pipeline] } 05:16:46 $ docker exec --env ******** --env ******** 01bc082cfbd3fb34651729a138f82e45239f0cd97d06691d280489b8e11662ca ssh-agent -k 05:16:46 unset SSH_AUTH_SOCK; 05:16:46 unset SSH_AGENT_PID; 05:16:46 echo Agent pid 51 killed; 05:16:46 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:16:46 + git semver [Pipeline] } 05:16:46 $ docker stop --time=1 01bc082cfbd3fb34651729a138f82e45239f0cd97d06691d280489b8e11662ca 05:16:48 $ docker rm -f 01bc082cfbd3fb34651729a138f82e45239f0cd97d06691d280489b8e11662ca [Pipeline] // withDockerContainer [Pipeline] sh 05:16:48 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 05:16:49 Stashed 1 file(s) [Pipeline] echo 05:16:49 [edgeXSemver]: initialized semver on version 0.0.52 [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 05:17:04 Still waiting to schedule task 05:17:04 Waiting for next available executor on ‘centos7-docker-4c-2g’ 05:17:04 Still waiting to schedule task 05:17:04 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 05:18:57 Running on prd-ubuntu18.04-docker-arm64-4c-16g-6874 in /w/workspace/xfoundry_go-mod-bootstrap_master [Pipeline] { [Pipeline] ws 05:18:57 Running in /w/workspace/go-mod-bootstrap/55 [Pipeline] { [Pipeline] checkout 05:19:04 using credential edgex-jenkins-ssh 05:19:04 Cloning the remote Git repository 05:19:04 Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git 05:19:04 > git init /w/workspace/go-mod-bootstrap/55 # timeout=10 05:19:04 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 05:19:04 > git --version # timeout=10 05:19:04 > git --version # 'git version 2.17.1' 05:19:04 using GIT_SSH to set credentials SSH Credentials for GitHub 05:19:04 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 05:19:06 Checking out Revision 807198fe134df43c4c474cbf2624a9725bdad335 (master) 05:19:05 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 05:19:05 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 05:19:05 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 05:19:05 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 05:19:05 using GIT_SSH to set credentials SSH Credentials for GitHub 05:19:05 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 05:19:06 > git config core.sparsecheckout # timeout=10 05:19:06 > git checkout -f 807198fe134df43c4c474cbf2624a9725bdad335 # timeout=10 05:19:10 Commit message: "Merge pull request #116 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts-0.1.105" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 05:19:11 ========================================================= 05:19:11 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 05:19:11 ========================================================= [Pipeline] isUnix [Pipeline] sh 05:19:12 + 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 . 05:19:12 Sending build context to Docker daemon 533.5kB 05:19:13 Step 1/8 : ARG BASE=golang:1.15-alpine 05:19:13 Step 2/8 : FROM ${BASE} 05:19:13 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 05:19:13 b538f80385f9: Pulling fs layer 05:19:13 74f711af9a0d: Pulling fs layer 05:19:13 99f96fe45779: Pulling fs layer 05:19:13 8529a6b9a6be: Pulling fs layer 05:19:13 45590311c82a: Pulling fs layer 05:19:13 69ca0ff8b7b3: Pulling fs layer 05:19:13 209524e5b208: Pulling fs layer 05:19:13 8529a6b9a6be: Waiting 05:19:13 45590311c82a: Waiting 05:19:13 69ca0ff8b7b3: Waiting 05:19:13 99f96fe45779: Verifying Checksum 05:19:13 99f96fe45779: Download complete 05:19:14 74f711af9a0d: Download complete 05:19:14 45590311c82a: Verifying Checksum 05:19:14 45590311c82a: Download complete 05:19:14 69ca0ff8b7b3: Download complete 05:19:15 b538f80385f9: Verifying Checksum 05:19:15 b538f80385f9: Download complete 05:19:16 b538f80385f9: Pull complete 05:19:16 74f711af9a0d: Pull complete 05:19:17 99f96fe45779: Pull complete 05:19:17 209524e5b208: Verifying Checksum 05:19:17 209524e5b208: Download complete 05:19:19 8529a6b9a6be: Verifying Checksum 05:19:19 8529a6b9a6be: Download complete 05:19:19 Running on prd-centos7-docker-4c-2g-6875 in /w/workspace/xfoundry_go-mod-bootstrap_master [Pipeline] { [Pipeline] ws 05:19:19 Running in /w/workspace/go-mod-bootstrap/55 [Pipeline] { [Pipeline] checkout 05:19:22 using credential edgex-jenkins-ssh 05:19:22 Cloning the remote Git repository 05:19:22 Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git 05:19:22 > git init /w/workspace/go-mod-bootstrap/55 # timeout=10 05:19:22 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 05:19:22 > git --version # timeout=10 05:19:22 > git --version # 'git version 2.16.5' 05:19:22 using GIT_SSH to set credentials SSH Credentials for GitHub 05:19:22 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 05:19:24 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 05:19:24 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 05:19:24 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 05:19:24 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 05:19:24 using GIT_SSH to set credentials SSH Credentials for GitHub 05:19:24 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 05:19:24 Checking out Revision 807198fe134df43c4c474cbf2624a9725bdad335 (master) 05:19:24 > git config core.sparsecheckout # timeout=10 05:19:24 > git checkout -f 807198fe134df43c4c474cbf2624a9725bdad335 # timeout=10 05:19:28 Commit message: "Merge pull request #116 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts-0.1.105" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 05:19:28 ========================================================= 05:19:28 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 05:19:28 ========================================================= [Pipeline] isUnix [Pipeline] sh 05:19:29 + 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 . 05:19:30 Sending build context to Docker daemon 533.5kB 05:19:30 Step 1/8 : ARG BASE=golang:1.15-alpine 05:19:30 Step 2/8 : FROM ${BASE} 05:19:30 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 05:19:30 df20fa9351a1: Pulling fs layer 05:19:30 ed8968b2872e: Pulling fs layer 05:19:30 a92cc7c5fd73: Pulling fs layer 05:19:30 e871e8e8d7a9: Pulling fs layer 05:19:30 e73272ec9a57: Pulling fs layer 05:19:30 1e910a182e73: Pulling fs layer 05:19:30 4e634b169226: Pulling fs layer 05:19:30 e73272ec9a57: Waiting 05:19:30 1e910a182e73: Waiting 05:19:30 4e634b169226: Waiting 05:19:30 e871e8e8d7a9: Waiting 05:19:30 a92cc7c5fd73: Verifying Checksum 05:19:30 a92cc7c5fd73: Download complete 05:19:30 ed8968b2872e: Download complete 05:19:30 e73272ec9a57: Verifying Checksum 05:19:30 e73272ec9a57: Download complete 05:19:30 1e910a182e73: Download complete 05:19:30 df20fa9351a1: Verifying Checksum 05:19:30 df20fa9351a1: Download complete 05:19:30 df20fa9351a1: Pull complete 05:19:31 ed8968b2872e: Pull complete 05:19:31 a92cc7c5fd73: Pull complete 05:19:31 8529a6b9a6be: Pull complete 05:19:31 45590311c82a: Pull complete 05:19:31 69ca0ff8b7b3: Pull complete 05:19:32 4e634b169226: Verifying Checksum 05:19:32 4e634b169226: Download complete 05:19:32 e871e8e8d7a9: Download complete 05:19:34 209524e5b208: Pull complete 05:19:34 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 05:19:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 05:19:34 ---> 5bddaf1c2fca 05:19:34 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 05:19:36 ---> Running in 2a80025390b4 05:19:36 Removing intermediate container 2a80025390b4 05:19:36 ---> 426ddd5bcb7b 05:19:36 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:19:36 ---> Running in 895f37dd8705 05:19:38 e871e8e8d7a9: Pull complete 05:19:38 e73272ec9a57: Pull complete 05:19:38 1e910a182e73: Pull complete 05:19:39 Removing intermediate container 895f37dd8705 05:19:39 ---> 6aaae7a7c533 05:19:39 Step 5/8 : RUN apk add --update --no-cache git make 05:19:39 ---> Running in 413fdb079b39 05:19:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 05:19:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 05:19:42 OK: 142 MiB in 39 packages 05:19:43 Removing intermediate container 413fdb079b39 05:19:43 ---> 0ac072ba11aa 05:19:43 Step 6/8 : WORKDIR /build 05:19:43 ---> Running in 94209101b422 05:19:44 Removing intermediate container 94209101b422 05:19:44 ---> 4d92df597619 05:19:44 Step 7/8 : COPY go.mod . 05:19:44 ---> 00afe7fea4db 05:19:44 Step 8/8 : RUN go mod download 05:19:45 ---> Running in 394d01d795ee 05:19:46 4e634b169226: Pull complete 05:19:46 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 05:19:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 05:19:46 ---> f7629b54cfaa 05:19:46 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 05:19:46 ---> Running in 212cd60a56ee 05:19:47 Removing intermediate container 212cd60a56ee 05:19:47 ---> 8db0de947bbe 05:19:47 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:19:47 ---> Running in 83a90456bd4b 05:19:48 Removing intermediate container 83a90456bd4b 05:19:48 ---> a7700adf4e49 05:19:48 Step 5/8 : RUN apk add --update --no-cache git make 05:19:48 ---> Running in b953a6788c46 05:19:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 05:19:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 05:19:50 OK: 166 MiB in 39 packages 05:19:50 Removing intermediate container b953a6788c46 05:19:50 ---> fe552969962a 05:19:50 Step 6/8 : WORKDIR /build 05:19:50 ---> Running in 812ef8076781 05:19:50 Removing intermediate container 812ef8076781 05:19:50 ---> 4f646b584fbc 05:19:50 Step 7/8 : COPY go.mod . 05:19:50 ---> 1d8633c8777d 05:19:50 Step 8/8 : RUN go mod download 05:19:50 ---> Running in c19a67525b5c 05:20:07 Removing intermediate container 394d01d795ee 05:20:07 ---> cbdf8ec38e6d 05:20:07 Successfully built cbdf8ec38e6d 05:20:07 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 05:20:07 + docker inspect -f . ci-base-image-arm64 05:20:07 . [Pipeline] withDockerContainer 05:20:08 prd-ubuntu18.04-docker-arm64-4c-16g-6874 does not seem to be running inside a container 05:20:08 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/55 -v /w/workspace/go-mod-bootstrap/55:/w/workspace/go-mod-bootstrap/55:rw,z -v /w/workspace/go-mod-bootstrap/55@tmp:/w/workspace/go-mod-bootstrap/55@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 05:20:09 Removing intermediate container c19a67525b5c 05:20:09 ---> 62db81d7bea2 05:20:09 Successfully built 62db81d7bea2 05:20:09 Successfully tagged ci-base-image-x86_64:latest 05:20:10 $ docker top 6cd9bacc4d9f4ddb1b9ccda323f13caaf7709130c1ff464e128a97366298faec -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] isUnix [Pipeline] sh 05:20:10 + docker inspect -f . ci-base-image-x86_64 05:20:10 . [Pipeline] withDockerContainer 05:20:11 prd-centos7-docker-4c-2g-6875 does not seem to be running inside a container 05:20:11 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/55 -v /w/workspace/go-mod-bootstrap/55:/w/workspace/go-mod-bootstrap/55:rw,z -v /w/workspace/go-mod-bootstrap/55@tmp:/w/workspace/go-mod-bootstrap/55@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 05:20:11 + go version 05:20:11 go version go1.15.2 linux/arm64 05:20:11 $ docker top 57bc1416dfac4e73b9e2806bfa59c285f6f4430e048df103359948f7a8df6083 -eo pid,comm [Pipeline] { [Pipeline] } 05:20:12 $ docker stop --time=1 6cd9bacc4d9f4ddb1b9ccda323f13caaf7709130c1ff464e128a97366298faec 05:20:13 $ docker rm -f 6cd9bacc4d9f4ddb1b9ccda323f13caaf7709130c1ff464e128a97366298faec [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] sh [Pipeline] // script [Pipeline] } [Pipeline] // stage 05:20:14 + go version 05:20:14 go version go1.15.2 linux/amd64 [Pipeline] stage [Pipeline] { (Test) [Pipeline] } 05:20:14 $ docker stop --time=1 57bc1416dfac4e73b9e2806bfa59c285f6f4430e048df103359948f7a8df6083 05:20:15 $ docker rm -f 57bc1416dfac4e73b9e2806bfa59c285f6f4430e048df103359948f7a8df6083 [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 "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 "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 "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] } Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // stage [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 05:20:19 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo 05:20:19 [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials 05:20:19 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 05:20:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 05:20:19 05:20:19 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh 05:20:20 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 05:20:20 1.317.0: Pulling from edgex-devops/edgex-snyk-go 05:20:20 cbdbe7a5bc2a: Pulling fs layer 05:20:20 408f87550127: Pulling fs layer 05:20:20 fe522b08c979: Pulling fs layer 05:20:20 221eaa008020: Pulling fs layer 05:20:20 2a4607e5d6b9: Pulling fs layer 05:20:20 8f79b27c4fd2: Pulling fs layer 05:20:20 e5c8dbe1645b: Pulling fs layer 05:20:20 23e8b3b47431: Pulling fs layer 05:20:20 5c568d65a230: Pulling fs layer 05:20:20 221eaa008020: Waiting 05:20:20 2a4607e5d6b9: Waiting 05:20:20 23e8b3b47431: Waiting 05:20:20 8f79b27c4fd2: Waiting 05:20:20 5c568d65a230: Waiting 05:20:20 e5c8dbe1645b: Waiting 05:20:20 fe522b08c979: Verifying Checksum 05:20:20 fe522b08c979: Download complete 05:20:20 408f87550127: Download complete 05:20:20 2a4607e5d6b9: Verifying Checksum 05:20:20 2a4607e5d6b9: Download complete 05:20:20 8f79b27c4fd2: Download complete 05:20:20 cbdbe7a5bc2a: Download complete 05:20:20 cbdbe7a5bc2a: Pull complete 05:20:20 408f87550127: Pull complete 05:20:21 fe522b08c979: Pull complete 05:20:21 e5c8dbe1645b: Verifying Checksum 05:20:21 e5c8dbe1645b: Download complete 05:20:22 23e8b3b47431: Verifying Checksum 05:20:22 23e8b3b47431: Download complete 05:20:22 5c568d65a230: Verifying Checksum 05:20:22 5c568d65a230: Download complete 05:20:23 221eaa008020: Verifying Checksum 05:20:29 221eaa008020: Pull complete 05:20:29 2a4607e5d6b9: Pull complete 05:20:29 8f79b27c4fd2: Pull complete 05:20:32 e5c8dbe1645b: Pull complete 05:20:34 23e8b3b47431: Pull complete 05:20:36 5c568d65a230: Pull complete 05:20:36 Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 05:20:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 05:20:36 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer 05:20:37 prd-centos7-docker-4c-2g-6872 does not seem to be running inside a container 05:20:37 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -v /w/workspace/xfoundry_go-mod-bootstrap_master:/ws -w /ws --entrypoint= -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat 05:20:38 $ docker top 0fa9c94667d5d273c875023fe9e5b52978d608cd2f49b6a528a3e31970835a9e -eo pid,comm [Pipeline] { [Pipeline] sh 05:20:39 + snyk monitor '--org=edgex-jenkins' 05:20:45 05:20:45 Monitoring /w/workspace/xfoundry_go-mod-bootstrap_master (github.com/edgexfoundry/go-mod-bootstrap)... 05:20:45 05:20:45 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/19a98e22-83c3-4df2-becf-4316f070fd80/history/f9a98607-958e-4564-b2e2-209165d73e4c 05:20:45 05:20:45 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 05:20:45 05:20:45 05:20:45 Snyk CLI supports Node.js 8 and higher. 05:20:45 Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. 05:20:45 Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. 05:20:45 05:20:45 The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. 05:20:45 The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. 05:20:45 You have reached your monthly limit of 300 private tests for your edgex-jenkins org. 05:20:45 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 05:20:45 $ docker stop --time=1 0fa9c94667d5d273c875023fe9e5b52978d608cd2f49b6a528a3e31970835a9e 05:20:47 $ docker rm -f 0fa9c94667d5d273c875023fe9e5b52978d608cd2f49b6a528a3e31970835a9e [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] script [Pipeline] { [Pipeline] unstash [Pipeline] sh 05:20:49 + git log --format=format:%s -1 807198fe134df43c4c474cbf2624a9725bdad335 [Pipeline] isUnix [Pipeline] sh 05:20:50 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 05:20:50 . [Pipeline] withDockerContainer 05:20:50 prd-centos7-docker-4c-2g-6872 does not seem to be running inside a container 05:20:50 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 05:20:51 $ docker top 01ed7125d6d41c03e930bfaa8f16e7b16a7744d3e97657575b1a895c14758b3d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 05:20:51 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:20:51 [ssh-agent] Looking for ssh-agent implementation... 05:20:51 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:20:51 $ docker exec 01ed7125d6d41c03e930bfaa8f16e7b16a7744d3e97657575b1a895c14758b3d ssh-agent 05:20:52 SSH_AUTH_SOCK=/tmp/ssh-byxTr0pzdWzz/agent.12 05:20:52 SSH_AGENT_PID=17 05:20:52 Running ssh-add (command line suppressed) 05:20:52 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_467764710761958953.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_467764710761958953.key) 05:20:52 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:20:52 + git semver tag 05:20:52 # -> Open(): unable to determine branch for HEAD 05:20:52 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git 05:20:52 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master 05:20:52 # $SEMVER_REMOTE_NAME = origin 05:20:52 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 05:20:52 # $SEMVER_USER_NAME = edgex-jenkins 05:20:52 # $SEMVER_BRANCH = master 05:20:52 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver 05:20:52 # 807198fe134df43c4c474cbf2624a9725bdad335 HEAD 05:20:52 # -> Force: false 05:20:52 # 76c502f0dd0c84c7d6e8b2b641e0921865d17b86 refs/tags/v0.0.52 [Pipeline] } 05:20:52 $ docker exec --env ******** --env ******** 01ed7125d6d41c03e930bfaa8f16e7b16a7744d3e97657575b1a895c14758b3d ssh-agent -k 05:20:52 unset SSH_AUTH_SOCK; 05:20:52 unset SSH_AGENT_PID; 05:20:52 echo Agent pid 17 killed; 05:20:52 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:20:53 + git semver [Pipeline] } 05:20:53 $ docker stop --time=1 01ed7125d6d41c03e930bfaa8f16e7b16a7744d3e97657575b1a895c14758b3d 05:20:54 $ docker rm -f 01ed7125d6d41c03e930bfaa8f16e7b16a7744d3e97657575b1a895c14758b3d [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 05:20:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 05:20:55 05:20:55 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 05:20:55 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 05:20:55 0.23.1-centos7: Pulling from edgex-lftools 05:20:55 ab5ef0e58194: Pulling fs layer 05:20:55 9712f1f96733: Pulling fs layer 05:20:55 63f879dbbcfc: Pulling fs layer 05:20:55 0d9ebad4ef96: Pulling fs layer 05:20:55 e9a5061849ea: Pulling fs layer 05:20:55 d747dcd14b5f: Pulling fs layer 05:20:55 2de7ff778b66: Pulling fs layer 05:20:55 e9a5061849ea: Waiting 05:20:55 d747dcd14b5f: Waiting 05:20:55 0d9ebad4ef96: Waiting 05:20:55 2de7ff778b66: Waiting 05:20:55 9712f1f96733: Verifying Checksum 05:20:55 9712f1f96733: Download complete 05:20:57 63f879dbbcfc: Verifying Checksum 05:20:57 63f879dbbcfc: Download complete 05:20:57 e9a5061849ea: Verifying Checksum 05:20:57 e9a5061849ea: Download complete 05:20:57 d747dcd14b5f: Verifying Checksum 05:20:57 d747dcd14b5f: Download complete 05:20:58 2de7ff778b66: Verifying Checksum 05:20:58 2de7ff778b66: Download complete 05:20:58 ab5ef0e58194: Verifying Checksum 05:20:58 ab5ef0e58194: Download complete 05:20:58 0d9ebad4ef96: Verifying Checksum 05:20:58 0d9ebad4ef96: Download complete 05:21:04 ab5ef0e58194: Pull complete 05:21:04 9712f1f96733: Pull complete 05:21:06 63f879dbbcfc: Pull complete 05:21:12 0d9ebad4ef96: Pull complete 05:21:14 e9a5061849ea: Pull complete 05:21:14 d747dcd14b5f: Pull complete 05:21:17 2de7ff778b66: Pull complete 05:21:17 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 05:21:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 05:21:17 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 05:21:17 prd-centos7-docker-4c-2g-6872 does not seem to be running inside a container 05:21:17 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 05:21:21 $ docker top a228f34fc49d0d3516d0172b5be4943f4a18b961d443b0162cdeec50b0d6a0fb -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 05:21:22 provisioning config files... 05:21:22 copy managed file [sigul-config] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config7197816778198203626tmp 05:21:22 copy managed file [sigul-password] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config7034661942308676593tmp 05:21:22 copy managed file [sigul-pki] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config7020950958437099362tmp [Pipeline] { [Pipeline] echo 05:21:22 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 05:21:22 ---> sigul-configuration.sh 05:21:22 gpg: directory `/root/.gnupg' created 05:21:22 gpg: new configuration file `/root/.gnupg/gpg.conf' created 05:21:22 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 05:21:22 gpg: keyring `/root/.gnupg/secring.gpg' created 05:21:22 gpg: keyring `/root/.gnupg/pubring.gpg' created 05:21:22 gpg: CAST5 encrypted data 05:21:22 gpg: encrypted with 1 passphrase 05:21:22 gpg: WARNING: message was not integrity protected [Pipeline] sh 05:21:23 + mkdir /home/jenkins 05:21:23 + mkdir /home/jenkins/sigul [Pipeline] sh 05:21:23 + 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 05:21:23 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 05:21:23 ---> sigul-install.sh 05:21:30 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 05:21:30 + git tag --list 05:21:30 v0.0.1 05:21:30 v0.0.10 05:21:30 v0.0.11 05:21:30 v0.0.12 05:21:30 v0.0.13 05:21:30 v0.0.14 05:21:30 v0.0.15 05:21:30 v0.0.16 05:21:30 v0.0.17 05:21:30 v0.0.18 05:21:30 v0.0.19 05:21:30 v0.0.2 05:21:30 v0.0.20 05:21:30 v0.0.21 05:21:30 v0.0.22 05:21:30 v0.0.23 05:21:30 v0.0.24 05:21:30 v0.0.25 05:21:30 v0.0.26 05:21:30 v0.0.27 05:21:30 v0.0.28 05:21:30 v0.0.29 05:21:30 v0.0.3 05:21:30 v0.0.30 05:21:30 v0.0.31 05:21:30 v0.0.32 05:21:30 v0.0.33 05:21:30 v0.0.34 05:21:30 v0.0.35 05:21:30 v0.0.36 05:21:30 v0.0.37 05:21:30 v0.0.38 05:21:30 v0.0.39 05:21:30 v0.0.4 05:21:30 v0.0.40 05:21:30 v0.0.41 05:21:30 v0.0.42 05:21:30 v0.0.43 05:21:30 v0.0.44 05:21:30 v0.0.45 05:21:30 v0.0.46 05:21:30 v0.0.47 05:21:30 v0.0.48 05:21:30 v0.0.49 05:21:30 v0.0.5 05:21:30 v0.0.50 05:21:30 v0.0.51 05:21:30 v0.0.52 05:21:30 v0.0.6 05:21:30 v0.0.7 05:21:30 v0.0.8 05:21:30 v0.0.9 [Pipeline] sh 05:21:31 + lftools sign git-tag v0.0.52 05:21:32 Signing Git tag with Sigul... 05:21:32 Signing v0.0.52 [Pipeline] echo 05:21:33 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 05:21:33 ---> sigul-configuration-cleanup.sh [Pipeline] } 05:21:33 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 05:21:33 $ docker stop --time=1 a228f34fc49d0d3516d0172b5be4943f4a18b961d443b0162cdeec50b0d6a0fb 05:21:35 $ docker rm -f a228f34fc49d0d3516d0172b5be4943f4a18b961d443b0162cdeec50b0d6a0fb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 05:21:36 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 05:21:36 . [Pipeline] withDockerContainer 05:21:37 prd-centos7-docker-4c-2g-6872 does not seem to be running inside a container 05:21:37 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 05:21:37 $ docker top b91cabd81165b06ca4a9272f567090781fd034306cd8f19fb3585371c42f2b7a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 05:21:38 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:21:38 [ssh-agent] Looking for ssh-agent implementation... 05:21:38 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:21:38 $ docker exec b91cabd81165b06ca4a9272f567090781fd034306cd8f19fb3585371c42f2b7a ssh-agent 05:21:38 SSH_AUTH_SOCK=/tmp/ssh-Ma6i5vxGjgsS/agent.13 05:21:38 SSH_AGENT_PID=19 05:21:38 Running ssh-add (command line suppressed) 05:21:38 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_4872897619724685561.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_4872897619724685561.key) 05:21:39 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:21:39 + git semver bump patch 05:21:39 # -> Open(): unable to determine branch for HEAD 05:21:39 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git 05:21:39 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master 05:21:39 # $SEMVER_REMOTE_NAME = origin 05:21:39 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 05:21:39 # $SEMVER_USER_NAME = edgex-jenkins 05:21:39 # $SEMVER_BRANCH = master 05:21:39 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver 05:21:39 0.0.53 [Pipeline] } 05:21:39 $ docker exec --env ******** --env ******** b91cabd81165b06ca4a9272f567090781fd034306cd8f19fb3585371c42f2b7a ssh-agent -k 05:21:39 unset SSH_AUTH_SOCK; 05:21:39 unset SSH_AGENT_PID; 05:21:39 echo Agent pid 19 killed; 05:21:39 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:21:40 + git semver [Pipeline] } 05:21:40 $ docker stop --time=1 b91cabd81165b06ca4a9272f567090781fd034306cd8f19fb3585371c42f2b7a 05:21:41 $ docker rm -f b91cabd81165b06ca4a9272f567090781fd034306cd8f19fb3585371c42f2b7a [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 05:21:42 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 05:21:42 . [Pipeline] withDockerContainer 05:21:42 prd-centos7-docker-4c-2g-6872 does not seem to be running inside a container 05:21:42 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 05:21:42 $ docker top 56566fefb88cd75738d0b327b0e24bfc98a90e05d33f3e432321393587029a25 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 05:21:43 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:21:43 [ssh-agent] Looking for ssh-agent implementation... 05:21:43 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:21:43 $ docker exec 56566fefb88cd75738d0b327b0e24bfc98a90e05d33f3e432321393587029a25 ssh-agent 05:21:43 SSH_AUTH_SOCK=/tmp/ssh-EC4d7akfmjiX/agent.11 05:21:43 SSH_AGENT_PID=17 05:21:43 Running ssh-add (command line suppressed) 05:21:43 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_3326962521787052594.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_3326962521787052594.key) 05:21:43 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:21:44 + git semver push 05:21:44 # -> Open(): unable to determine branch for HEAD 05:21:44 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git 05:21:44 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master 05:21:44 # $SEMVER_REMOTE_NAME = origin 05:21:44 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 05:21:44 # $SEMVER_USER_NAME = edgex-jenkins 05:21:44 # $SEMVER_BRANCH = master 05:21:44 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [Pipeline] } 05:21:50 $ docker exec --env ******** --env ******** 56566fefb88cd75738d0b327b0e24bfc98a90e05d33f3e432321393587029a25 ssh-agent -k 05:21:51 unset SSH_AUTH_SOCK; 05:21:51 unset SSH_AGENT_PID; 05:21:51 echo Agent pid 17 killed; 05:21:51 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:21:51 + git semver [Pipeline] } 05:21:51 $ docker stop --time=1 56566fefb88cd75738d0b327b0e24bfc98a90e05d33f3e432321393587029a25 05:21:52 $ docker rm -f 56566fefb88cd75738d0b327b0e24bfc98a90e05d33f3e432321393587029a25 [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 05:21:54 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 05:21:55 ---> package-listing.sh 05:21:55 ++ tr '[:upper:]' '[:lower:]' 05:21:55 ++ facter osfamily 05:21:55 + OS_FAMILY=redhat 05:21:55 + workspace=/w/workspace/xfoundry_go-mod-bootstrap_master 05:21:55 + START_PACKAGES=/tmp/packages_start.txt 05:21:55 + END_PACKAGES=/tmp/packages_end.txt 05:21:55 + DIFF_PACKAGES=/tmp/packages_diff.txt 05:21:55 + PACKAGES=/tmp/packages_start.txt 05:21:55 + '[' /w/workspace/xfoundry_go-mod-bootstrap_master ']' 05:21:55 + PACKAGES=/tmp/packages_end.txt 05:21:55 + case "${OS_FAMILY}" in 05:21:55 + rpm -qa 05:21:55 + sort 05:21:59 + '[' -f /tmp/packages_start.txt ']' 05:21:59 + '[' -f /tmp/packages_end.txt ']' 05:21:59 + diff /tmp/packages_start.txt /tmp/packages_end.txt 05:21:59 + '[' /w/workspace/xfoundry_go-mod-bootstrap_master ']' 05:21:59 + mkdir -p /w/workspace/xfoundry_go-mod-bootstrap_master/archives/ 05:21:59 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_go-mod-bootstrap_master/archives/ [Pipeline] echo 05:21:59 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/xfoundry_go-mod-bootstrap_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 05:21:59 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 05:21:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 05:21:59 05:21:59 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 05:22:00 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 05:22:00 alpine: Pulling from edgex-lftools-log-publisher 05:22:00 df20fa9351a1: Pulling fs layer 05:22:00 36b3adc4ff6f: Pulling fs layer 05:22:00 8ad3a11d3b57: Pulling fs layer 05:22:00 46f8f816bc3b: Pulling fs layer 05:22:00 93b61091891f: Pulling fs layer 05:22:00 93b9cdb0e59b: Pulling fs layer 05:22:00 5e14af77c1be: Pulling fs layer 05:22:00 01666e4c0597: Pulling fs layer 05:22:00 aa168da1d23b: Pulling fs layer 05:22:00 46f8f816bc3b: Waiting 05:22:00 93b61091891f: Waiting 05:22:00 93b9cdb0e59b: Waiting 05:22:00 5e14af77c1be: Waiting 05:22:00 01666e4c0597: Waiting 05:22:00 aa168da1d23b: Waiting 05:22:00 36b3adc4ff6f: Verifying Checksum 05:22:00 36b3adc4ff6f: Download complete 05:22:00 46f8f816bc3b: Verifying Checksum 05:22:00 46f8f816bc3b: Download complete 05:22:00 df20fa9351a1: Download complete 05:22:00 93b9cdb0e59b: Verifying Checksum 05:22:00 93b9cdb0e59b: Download complete 05:22:00 5e14af77c1be: Verifying Checksum 05:22:00 5e14af77c1be: Download complete 05:22:00 93b61091891f: Download complete 05:22:00 01666e4c0597: Verifying Checksum 05:22:00 01666e4c0597: Download complete 05:22:00 8ad3a11d3b57: Verifying Checksum 05:22:00 8ad3a11d3b57: Download complete 05:22:00 df20fa9351a1: Pull complete 05:22:01 36b3adc4ff6f: Pull complete 05:22:02 aa168da1d23b: Verifying Checksum 05:22:02 aa168da1d23b: Download complete 05:22:02 8ad3a11d3b57: Pull complete 05:22:02 46f8f816bc3b: Pull complete 05:22:03 93b61091891f: Pull complete 05:22:03 93b9cdb0e59b: Pull complete 05:22:03 5e14af77c1be: Pull complete 05:22:03 01666e4c0597: Pull complete 05:22:11 aa168da1d23b: Pull complete 05:22:11 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 05:22:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 05:22:11 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 05:22:11 prd-centos7-docker-4c-2g-6872 does not seem to be running inside a container 05:22:11 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/xfoundry_go-mod-bootstrap_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 05:22:14 $ docker top 05df5099d1381ff5d14f4a5dd8c41c4081f5f438fcc248fd897182f2a71fb6ca -eo pid,comm [Pipeline] { [Pipeline] sh 05:22:15 + touch /tmp/pre-build-complete [Pipeline] sh 05:22:15 + mkdir -p /var/log/sa [Pipeline] sh 05:22:16 + ls /var/log/sa-host 05:22:16 + sadf -c /var/log/sa-host/sa05 05:22:16 file_magic: OK 05:22:16 HZ: Using current value: 100 05:22:16 file_header: OK 05:22:16 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 05:22:16 Statistics: 05:22:16 Hnuu...uuuununununu...Hnuu...uuuununununu... 05:22:16 File successfully converted to sysstat format version 12.2.1 05:22:16 + sadf -c /var/log/sa-host/sa20 05:22:16 file_magic: OK 05:22:16 HZ: Using current value: 100 05:22:16 file_header: OK 05:22:16 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 05:22:16 Statistics: 05:22:16 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 05:22:16 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:22:16 provisioning config files... 05:22:16 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config5877221342617881400tmp [Pipeline] { [Pipeline] echo 05:22:16 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 05:22:16 ---> create-netrc.sh [Pipeline] } 05:22:16 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 05:22:16 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 05:22:17 ---> python-tools-install.sh [Pipeline] echo 05:22:17 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 05:22:17 ---> sudo-logs.sh 05:22:17 Archiving 'sudo' log.. [Pipeline] echo 05:22:17 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 05:22:17 ---> job-cost.sh 05:22:17 lf-activate-venv: SKIPPING 05:22:17 INFO: No Stack... 05:22:19 INFO: Retrieving Pricing Info for: v1-standard-2 05:22:19 INFO: Archiving Costs [Pipeline] echo 05:22:19 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 05:22:20 ---> logs-deploy.sh 05:22:20 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-bootstrap/master/55 05:22:20 INFO: archiving workspace using pattern(s): 05:22:22 Archives upload complete. 05:22:22 INFO: archiving logs to Nexus 05:22:23 ---> uname -a: 05:22:23 Linux prd-centos7-docker-4c-2g-6872.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 05:22:23 05:22:23 05:22:23 ---> lscpu: 05:22:23 Architecture: x86_64 05:22:23 CPU op-mode(s): 32-bit, 64-bit 05:22:23 Byte Order: Little Endian 05:22:23 Address sizes: 40 bits physical, 48 bits virtual 05:22:23 CPU(s): 4 05:22:23 On-line CPU(s) list: 0-3 05:22:23 Thread(s) per core: 1 05:22:23 Core(s) per socket: 1 05:22:23 Socket(s): 4 05:22:23 NUMA node(s): 1 05:22:23 Vendor ID: GenuineIntel 05:22:23 CPU family: 6 05:22:23 Model: 44 05:22:23 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 05:22:23 Stepping: 1 05:22:23 CPU MHz: 2933.436 05:22:23 BogoMIPS: 5866.87 05:22:23 Virtualization: VT-x 05:22:23 Hypervisor vendor: KVM 05:22:23 Virtualization type: full 05:22:23 L1d cache: 128 KiB 05:22:23 L1i cache: 128 KiB 05:22:23 L2 cache: 16 MiB 05:22:23 L3 cache: 64 MiB 05:22:23 NUMA node0 CPU(s): 0-3 05:22:23 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 05:22:23 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 05:22:23 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 05:22:23 Vulnerability Meltdown: Mitigation; PTI 05:22:23 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 05:22:23 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 05:22:23 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 05:22:23 Vulnerability Tsx async abort: Not affected 05:22:23 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 05:22:23 05:22:23 05:22:23 ---> nproc: 05:22:23 4 05:22:23 05:22:23 05:22:23 ---> df -h: 05:22:23 Filesystem Size Used Available Use% Mounted on 05:22:23 overlay 50.0G 8.4G 41.5G 17% / 05:22:23 tmpfs 64.0M 0 64.0M 0% /dev 05:22:23 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 05:22:23 shm 64.0M 0 64.0M 0% /dev/shm 05:22:23 /dev/vda1 50.0G 8.4G 41.5G 17% /facter-os 05:22:23 /dev/vda1 50.0G 8.4G 41.5G 17% /etc/resolv.conf 05:22:23 /dev/vda1 50.0G 8.4G 41.5G 17% /etc/hostname 05:22:23 /dev/vda1 50.0G 8.4G 41.5G 17% /etc/hosts 05:22:23 /dev/vda1 50.0G 8.4G 41.5G 17% /var/log/auth.log 05:22:23 /dev/vda1 50.0G 8.4G 41.5G 17% /run/cloud-init/result.json 05:22:23 /dev/vda1 50.0G 8.4G 41.5G 17% /w/workspace/xfoundry_go-mod-bootstrap_master 05:22:23 /dev/vda1 50.0G 8.4G 41.5G 17% /w/workspace/xfoundry_go-mod-bootstrap_master@tmp 05:22:23 /dev/vda1 50.0G 8.4G 41.5G 17% /var/log/sa-host 05:22:23 /dev/vda1 50.0G 8.4G 41.5G 17% /var/log/secure 05:22:23 05:22:23 05:22:23 ---> free -m: 05:22:23 total used free shared buff/cache available 05:22:23 Mem: 1837 768 156 0 912 1005 05:22:23 Swap: 1023 3 1020 05:22:23 05:22:23 05:22:23 ---> ip addr: 05:22:23 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 05:22:23 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 05:22:23 inet 127.0.0.1/8 scope host lo 05:22:23 valid_lft forever preferred_lft forever 05:22:23 inet6 ::1/128 scope host 05:22:23 valid_lft forever preferred_lft forever 05:22:23 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 05:22:23 link/ether fa:16:3e:65:17:03 brd ff:ff:ff:ff:ff:ff 05:22:23 inet 10.30.123.49/23 brd 10.30.123.255 scope global dynamic eth0 05:22:23 valid_lft 86013sec preferred_lft 86013sec 05:22:23 inet6 fe80::f816:3eff:fe65:1703/64 scope link 05:22:23 valid_lft forever preferred_lft forever 05:22:23 3: docker0: mtu 1500 qdisc noqueue state DOWN 05:22:23 link/ether 02:42:b5:87:17:80 brd ff:ff:ff:ff:ff:ff 05:22:23 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 05:22:23 valid_lft forever preferred_lft forever 05:22:23 inet6 fe80::42:b5ff:fe87:1780/64 scope link 05:22:23 valid_lft forever preferred_lft forever 05:22:23 05:22:23 05:22:23 ---> sar -b -r -n DEV: 05:22:23 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/20/20 _x86_64_ (4 CPU) 05:22:23 05:22:23 05:15:37 LINUX RESTART (4 CPU) 05:22:23 05:22:23 05:16:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 05:22:23 05:17:01 179.91 90.31 89.60 0.00 11157.82 40191.18 0.00 05:22:23 05:18:01 3.50 0.00 3.50 0.00 0.00 112.59 0.00 05:22:23 05:19:02 0.40 0.00 0.40 0.00 0.00 6.21 0.00 05:22:23 05:20:01 0.19 0.00 0.19 0.00 0.00 2.18 0.00 05:22:23 05:21:01 247.81 140.20 107.61 0.00 7545.36 39722.60 0.00 05:22:23 05:22:01 224.85 111.03 113.82 0.00 8047.24 24240.25 0.00 05:22:23 Average: 109.83 57.13 52.70 0.00 4473.55 17440.27 0.00 05:22:23 05:22:23 05:16:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 05:22:23 05:17:01 170144 0 574664 30.54 2620 1134128 1111064 37.92 428136 1123260 128 05:22:23 05:18:01 175184 0 569532 30.27 2620 1134220 1080808 36.89 426808 1120540 16 05:22:23 05:19:02 174072 0 570640 30.33 2620 1134224 1081024 36.89 428228 1120528 20 05:22:23 05:20:01 173856 0 570856 30.34 2620 1134224 1081072 36.90 428380 1120528 8 05:22:23 05:21:01 83176 0 700540 37.23 2596 1095244 1532404 52.30 651696 945020 59592 05:22:23 05:22:01 73060 0 769804 40.91 1492 1037200 1548912 52.86 663952 860288 79116 05:22:23 Average: 141582 0 626006 33.27 2428 1111540 1239214 42.29 504533 1048361 23147 05:22:23 05:22:23 05:16:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 05:22:23 05:17:01 eth0 315.23 229.41 1039.33 83.84 0.00 0.00 0.00 0.00 05:22:23 05:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:22:23 05:17:01 docker0 2.03 1.65 0.49 3.56 0.00 0.00 0.00 0.00 05:22:23 05:18:01 eth0 1.08 0.10 0.09 0.02 0.00 0.00 0.00 0.00 05:22:23 05:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:22:23 05:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:22:23 05:19:02 eth0 1.53 0.77 0.60 0.38 0.00 0.00 0.00 0.00 05:22:23 05:19:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:22:23 05:19:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:22:23 05:20:01 eth0 0.44 0.39 0.27 0.24 0.00 0.00 0.00 0.00 05:22:23 05:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:22:23 05:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:22:23 05:21:01 eth0 810.24 716.53 7024.56 103.31 0.00 0.00 0.00 0.00 05:22:23 05:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:22:23 05:21:01 docker0 20.21 18.11 2.07 44.70 0.00 0.00 0.00 0.00 05:22:23 05:22:01 eth0 225.53 174.53 1350.54 70.99 0.00 0.00 0.00 0.00 05:22:23 05:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:22:23 05:22:01 docker0 28.14 33.07 1.82 199.02 0.00 0.00 0.00 0.00 05:22:23 Average: eth0 226.54 187.68 1575.61 43.28 0.00 0.00 0.00 0.00 05:22:23 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:22:23 Average: docker0 8.43 8.84 0.73 41.36 0.00 0.00 0.00 0.00 05:22:23 05:22:23 05:22:23 ---> sar -P ALL: 05:22:23 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/20/20 _x86_64_ (4 CPU) 05:22:23 05:22:23 05:15:37 LINUX RESTART (4 CPU) 05:22:23 05:22:23 05:16:01 CPU %user %nice %system %iowait %steal %idle 05:22:23 05:17:01 all 15.60 0.00 8.06 9.45 0.09 66.80 05:22:23 05:17:01 0 16.86 0.00 8.15 9.43 0.12 65.44 05:22:23 05:17:01 1 14.19 0.00 8.02 11.11 0.10 66.58 05:22:23 05:17:01 2 15.62 0.00 8.16 10.35 0.07 65.80 05:22:23 05:17:01 3 15.74 0.00 7.89 6.90 0.09 69.38 05:22:23 05:18:01 all 0.18 0.00 0.04 0.00 0.01 99.77 05:22:23 05:18:01 0 0.53 0.00 0.02 0.00 0.00 99.45 05:22:23 05:18:01 1 0.08 0.00 0.07 0.00 0.02 99.83 05:22:23 05:18:01 2 0.05 0.00 0.02 0.00 0.02 99.92 05:22:23 05:18:01 3 0.05 0.00 0.05 0.00 0.00 99.90 05:22:23 05:19:02 all 0.16 0.00 0.03 0.00 0.00 99.80 05:22:23 05:19:02 0 0.50 0.00 0.03 0.00 0.02 99.45 05:22:23 05:19:02 1 0.05 0.00 0.03 0.00 0.00 99.92 05:22:23 05:19:02 2 0.07 0.00 0.07 0.00 0.00 99.87 05:22:23 05:19:02 3 0.02 0.00 0.00 0.00 0.00 99.98 05:22:23 05:20:01 all 0.15 0.00 0.03 0.00 0.00 99.81 05:22:23 05:20:01 0 0.46 0.00 0.00 0.00 0.00 99.54 05:22:23 05:20:01 1 0.05 0.00 0.07 0.00 0.02 99.86 05:22:23 05:20:01 2 0.07 0.00 0.02 0.00 0.00 99.92 05:22:23 05:20:01 3 0.03 0.00 0.03 0.00 0.00 99.93 05:22:23 05:21:01 all 11.20 0.00 6.71 2.04 0.55 79.50 05:22:23 05:21:01 0 10.93 0.00 7.63 1.44 0.61 79.40 05:22:23 05:21:01 1 11.03 0.00 6.60 1.34 0.55 80.48 05:22:23 05:21:01 2 10.91 0.00 6.05 3.93 0.51 78.60 05:22:23 05:21:01 3 11.92 0.00 6.55 1.44 0.55 79.54 05:22:23 05:22:01 all 10.75 0.00 7.05 3.37 0.95 77.88 05:22:23 05:22:01 0 8.87 0.00 6.31 1.61 0.97 82.23 05:22:23 05:22:01 1 12.26 0.00 8.20 3.30 0.85 75.39 05:22:23 05:22:01 2 11.09 0.00 6.12 4.29 1.08 77.42 05:22:23 05:22:01 3 10.77 0.00 7.57 4.30 0.91 76.46 05:22:23 Average: all 6.28 0.00 3.62 2.46 0.27 87.38 05:22:23 Average: 0 6.29 0.00 3.65 2.06 0.28 87.71 05:22:23 Average: 1 6.23 0.00 3.80 2.61 0.25 87.11 05:22:23 Average: 2 6.25 0.00 3.38 3.07 0.28 87.03 05:22:23 Average: 3 6.35 0.00 3.64 2.09 0.25 87.66 05:22:23 05:22:23 05:22:23