Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 66cc64d8822d4f81448e6f736d2f1e81dd6eadc3 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa25fb65c2461e649b1a162fbf19ec71f4863fbd # timeout=10 Commit message: "Merge pull request #336 from ernestojeda/golang-1.16" > 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 46d8313d362d7075c0f562900eedc504c24ea18a 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 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > 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:pre] ========================================================= [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.16 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-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: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-3060 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.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 66cc64d8822d4f81448e6f736d2f1e81dd6eadc3 (master) > 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 --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 66cc64d8822d4f81448e6f736d2f1e81dd6eadc3 # timeout=10 Commit message: "Merge pull request #223 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-secrets/v2-2.0.0-dev.18" > git rev-list --no-walk 33e7195f2188569e2762aff126baa4f9b23aa271 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 18:42:40 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 18:42:40 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 18:42:40 ========================================================= 18:42:40 EdgeX Global Pipelines Version Info 18:42:40 ========================================================= [Pipeline] libraryResource [Pipeline] sh 18:42:42 ------------------- 18:42:42 stable info: 18:42:42 ------------------- 18:42:42 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 18:42:42 Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd 18:42:42 Message: update stable to v1.0.191 18:42:43 ------------------- 18:42:43 experimental info: 18:42:43 ------------------- 18:42:43 Commited By: **** collab-it+edgex@linuxfoundation.org 18:42:43 Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd 18:42:43 Message: update experimental to v1.0.191 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 18:42:43 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-bootstrap-settings [Pipeline] echo 18:42:43 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-bootstrap [Pipeline] echo 18:42:43 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 18:42:43 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 18:42:43 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 18:42:43 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 18:42:43 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 18:42:43 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo 18:42:43 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 18:42:43 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 18:42:43 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 18:42:43 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-bootstrap [Pipeline] echo 18:42:43 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 18:42:43 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 18:42:43 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 18:42:43 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 18:42:43 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 18:42:44 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 18:42:44 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 18:42:44 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 18:42:44 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 18:42:44 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 18:42:44 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 18:42:44 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 18:42:44 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 18:42:44 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 18:42:44 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 18:42:44 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 18:42:44 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 18:42:44 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 66cc64d8822d4f81448e6f736d2f1e81dd6eadc3 [Pipeline] echo 18:42:44 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 66cc64d [Pipeline] echo 18:42:44 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:42:44 + git log --format=format:%s -1 66cc64d8822d4f81448e6f736d2f1e81dd6eadc3 [Pipeline] echo 18:42:44 GIT_COMMIT: 66cc64d8822d4f81448e6f736d2f1e81dd6eadc3, Commit Message: Merge pull request #223 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-secrets/v2-2.0.0-dev.18 [Pipeline] echo 18:42:44 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 18:42:45 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:42:46 18:42:46 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 18:42:46 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:42:46 latest: Pulling from edgex-devops/git-semver 18:42:46 31603596830f: Pulling fs layer 18:42:46 54011a49482f: Pulling fs layer 18:42:46 a6820b24f6d8: Pulling fs layer 18:42:46 f581987b2513: Pulling fs layer 18:42:46 f581987b2513: Waiting 18:42:46 54011a49482f: Verifying Checksum 18:42:46 54011a49482f: Download complete 18:42:46 31603596830f: Verifying Checksum 18:42:46 31603596830f: Download complete 18:42:46 f581987b2513: Verifying Checksum 18:42:46 f581987b2513: Download complete 18:42:47 a6820b24f6d8: Verifying Checksum 18:42:47 a6820b24f6d8: Download complete 18:42:47 31603596830f: Pull complete 18:42:47 54011a49482f: Pull complete 18:42:48 a6820b24f6d8: Pull complete 18:42:48 f581987b2513: Pull complete 18:42:48 Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 18:42:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:42:48 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 18:42:48 prd-centos7-docker-4c-2g-3060 does not seem to be running inside a container 18:42:48 $ 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 18:42:50 $ docker top 3e8a6629a8fb09e62f08ce3ee3b77f2d04bbb04e22c7ffc7c8181b747f40613f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:42:50 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:42:50 [ssh-agent] Looking for ssh-agent implementation... 18:42:50 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:42:50 $ docker exec 3e8a6629a8fb09e62f08ce3ee3b77f2d04bbb04e22c7ffc7c8181b747f40613f ssh-agent 18:42:51 SSH_AUTH_SOCK=/tmp/ssh-vGQfYMhMsKMg/agent.12 18:42:51 SSH_AGENT_PID=18 18:42:51 Running ssh-add (command line suppressed) 18:42:51 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_818739398852631249.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_818739398852631249.key) 18:42:51 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:42:51 + git tag --points-at HEAD [Pipeline] } 18:42:51 $ docker exec --env ******** --env ******** 3e8a6629a8fb09e62f08ce3ee3b77f2d04bbb04e22c7ffc7c8181b747f40613f ssh-agent -k 18:42:51 unset SSH_AUTH_SOCK; 18:42:51 unset SSH_AGENT_PID; 18:42:51 echo Agent pid 18 killed; 18:42:51 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 18:42:51 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:42:51 [ssh-agent] Looking for ssh-agent implementation... 18:42:52 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:42:52 $ docker exec 3e8a6629a8fb09e62f08ce3ee3b77f2d04bbb04e22c7ffc7c8181b747f40613f ssh-agent 18:42:52 SSH_AUTH_SOCK=/tmp/ssh-tBsDpBjy8bNn/agent.47 18:42:52 SSH_AGENT_PID=53 18:42:52 Running ssh-add (command line suppressed) 18:42:52 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_8242081330313306383.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_8242081330313306383.key) 18:42:52 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:42:52 + git semver init 18:42:52 # -> Open(): unable to determine branch for HEAD 18:42:52 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git 18:42:52 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master 18:42:52 # $SEMVER_REMOTE_NAME = origin 18:42:52 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:42:52 # $SEMVER_USER_NAME = edgex-jenkins 18:42:52 # $SEMVER_BRANCH = master 18:42:52 # $SEMVER_TEMP = /tmp/semver-291239783 18:42:52 # git clone --branch semver git@github.com:edgexfoundry/go-mod-bootstrap.git $SEMVER_TEMP 18:42:53 # '/tmp/semver-291239783' -> '/w/workspace/xfoundry_go-mod-bootstrap_master/.semver' 18:42:53 # -> Force: false 18:42:53 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [Pipeline] } 18:42:53 $ docker exec --env ******** --env ******** 3e8a6629a8fb09e62f08ce3ee3b77f2d04bbb04e22c7ffc7c8181b747f40613f ssh-agent -k 18:42:53 unset SSH_AUTH_SOCK; 18:42:53 unset SSH_AGENT_PID; 18:42:53 echo Agent pid 53 killed; 18:42:53 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:42:53 + git semver [Pipeline] } 18:42:53 $ docker stop --time=1 3e8a6629a8fb09e62f08ce3ee3b77f2d04bbb04e22c7ffc7c8181b747f40613f 18:42:55 $ docker rm -f 3e8a6629a8fb09e62f08ce3ee3b77f2d04bbb04e22c7ffc7c8181b747f40613f [Pipeline] // withDockerContainer [Pipeline] sh 18:42:56 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 18:42:56 Stashed 1 file(s) [Pipeline] echo 18:42:56 [edgeXSemver]: initialized semver on version 2.0.0-dev.44 [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 18:42:56 Running on prd-ubuntu18.04-docker-arm64-4c-16g-3057 in /w/workspace/xfoundry_go-mod-bootstrap_master [Pipeline] { [Pipeline] ws 18:42:56 Running in /w/workspace/go-mod-bootstrap/120 [Pipeline] { [Pipeline] checkout 18:43:02 using credential edgex-jenkins-ssh 18:43:02 Cloning the remote Git repository 18:43:02 Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git 18:43:02 > git init /w/workspace/go-mod-bootstrap/120 # timeout=10 18:43:02 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 18:43:02 > git --version # timeout=10 18:43:02 > git --version # 'git version 2.17.1' 18:43:02 using GIT_SSH to set credentials SSH Credentials for GitHub 18:43:02 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:43:03 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 18:43:03 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:43:03 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 18:43:04 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 18:43:04 using GIT_SSH to set credentials SSH Credentials for GitHub 18:43:04 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 18:43:04 Checking out Revision 66cc64d8822d4f81448e6f736d2f1e81dd6eadc3 (master) 18:43:04 > git config core.sparsecheckout # timeout=10 18:43:04 > git checkout -f 66cc64d8822d4f81448e6f736d2f1e81dd6eadc3 # timeout=10 18:43:08 Commit message: "Merge pull request #223 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-secrets/v2-2.0.0-dev.18" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:43:10 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 18:43:10 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 18:43:10 + + sudo servicetrue docker 18:43:10 restart 18:43:11 Still waiting to schedule task 18:43:11 Waiting for next available executor on ‘centos7-docker-4c-2g’ [Pipeline] unstash [Pipeline] echo 18:43:13 ========================================================= 18:43:13 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] 18:43:13 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:43:13 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine . 18:43:14 Sending build context to Docker daemon 855kB 18:43:14 Step 1/8 : ARG BASE=golang:1.15-alpine 18:43:14 Step 2/8 : FROM ${BASE} 18:43:14 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 18:43:14 595b0fe564bb: Pulling fs layer 18:43:14 7186ed65a4f7: Pulling fs layer 18:43:14 316046926c0a: Pulling fs layer 18:43:14 4ebd0625c992: Pulling fs layer 18:43:14 207e8628e3a3: Pulling fs layer 18:43:14 c791037a9be2: Pulling fs layer 18:43:14 ffd874e62e21: Pulling fs layer 18:43:14 4ebd0625c992: Waiting 18:43:14 207e8628e3a3: Waiting 18:43:14 c791037a9be2: Waiting 18:43:14 ffd874e62e21: Waiting 18:43:14 316046926c0a: Verifying Checksum 18:43:14 316046926c0a: Download complete 18:43:14 7186ed65a4f7: Verifying Checksum 18:43:14 7186ed65a4f7: Download complete 18:43:14 207e8628e3a3: Verifying Checksum 18:43:14 207e8628e3a3: Download complete 18:43:14 c791037a9be2: Verifying Checksum 18:43:14 c791037a9be2: Download complete 18:43:15 595b0fe564bb: Verifying Checksum 18:43:15 595b0fe564bb: Download complete 18:43:15 595b0fe564bb: Pull complete 18:43:16 7186ed65a4f7: Pull complete 18:43:16 316046926c0a: Pull complete 18:43:17 ffd874e62e21: Verifying Checksum 18:43:17 ffd874e62e21: Download complete 18:43:18 4ebd0625c992: Download complete 18:43:28 4ebd0625c992: Pull complete 18:43:29 207e8628e3a3: Pull complete 18:43:29 c791037a9be2: Pull complete 18:43:33 ffd874e62e21: Pull complete 18:43:33 Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 18:43:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 18:43:33 ---> cfc18b08335c 18:43:33 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 18:43:36 ---> Running in 70d4c4d19490 18:43:36 Removing intermediate container 70d4c4d19490 18:43:36 ---> b66a1e660496 18:43:36 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:43:36 ---> Running in 29d4f3feb0e9 18:43:39 Removing intermediate container 29d4f3feb0e9 18:43:39 ---> 124df329e6c0 18:43:39 Step 5/8 : RUN apk add --update --no-cache git make 18:43:39 ---> Running in 49c190349b80 18:43:39 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 18:43:40 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 18:43:41 OK: 138 MiB in 40 packages 18:43:42 Removing intermediate container 49c190349b80 18:43:42 ---> 44432885e0a3 18:43:42 Step 6/8 : WORKDIR /build 18:43:43 ---> Running in 92a0f211d1eb 18:43:43 Removing intermediate container 92a0f211d1eb 18:43:43 ---> c6adb3df950b 18:43:43 Step 7/8 : COPY go.mod . 18:43:44 ---> e7007c37bc7b 18:43:44 Step 8/8 : RUN go mod download 18:43:44 ---> Running in 343a9c8b513b 18:44:06 Removing intermediate container 343a9c8b513b 18:44:06 ---> 25c640d8bfe7 18:44:06 Successfully built 25c640d8bfe7 18:44:07 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 18:44:07 + docker inspect -f . ci-base-image-arm64 18:44:07 . [Pipeline] withDockerContainer 18:44:07 prd-ubuntu18.04-docker-arm64-4c-16g-3057 does not seem to be running inside a container 18:44:07 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/120 -v /w/workspace/go-mod-bootstrap/120:/w/workspace/go-mod-bootstrap/120:rw,z -v /w/workspace/go-mod-bootstrap/120@tmp:/w/workspace/go-mod-bootstrap/120@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 ******** -e ******** ci-base-image-arm64 cat 18:44:09 $ docker top 1e6fe6b380c068d41759a2a74630a825fa975db1fb909f76a4da7d587eed4eba -eo pid,comm [Pipeline] { [Pipeline] sh 18:44:10 + go version 18:44:10 go version go1.16.3 linux/arm64 [Pipeline] } 18:44:10 $ docker stop --time=1 1e6fe6b380c068d41759a2a74630a825fa975db1fb909f76a4da7d587eed4eba 18:44:12 $ docker rm -f 1e6fe6b380c068d41759a2a74630a825fa975db1fb909f76a4da7d587eed4eba [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:44:13 + docker inspect -f . ci-base-image-arm64 18:44:13 . [Pipeline] withDockerContainer 18:44:13 prd-ubuntu18.04-docker-arm64-4c-16g-3057 does not seem to be running inside a container 18:44:13 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/120 -v /w/workspace/go-mod-bootstrap/120:/w/workspace/go-mod-bootstrap/120:rw,z -v /w/workspace/go-mod-bootstrap/120@tmp:/w/workspace/go-mod-bootstrap/120@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 ******** -e ******** ci-base-image-arm64 cat 18:44:14 $ docker top 2f3a42fe327e3d2bfc861a4e8bf028fe75fc84f7785b70ce9d3b8b17bff2e20c -eo pid,comm [Pipeline] { [Pipeline] sh 18:44:15 + go mod tidy [Pipeline] sh 18:44:17 + make test 18:44:17 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 18:44:56 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap [no test files] 18:44:56 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/config 0.068s coverage: 5.4% of statements 18:44:56 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/container [no test files] 18:44:56 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/environment 0.065s coverage: 92.2% of statements 18:44:56 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/flags 0.047s coverage: 85.3% of statements 18:44:56 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/handlers [no test files] 18:44:56 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces [no test files] 18:44:56 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces/mocks [no test files] 18:44:58 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/registration 0.030s coverage: 26.7% of statements 18:45:02 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/secret 3.046s coverage: 90.7% of statements 18:45:02 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/startup [no test files] 18:45:02 ? github.com/edgexfoundry/go-mod-bootstrap/v2/config [no test files] 18:45:02 ok github.com/edgexfoundry/go-mod-bootstrap/v2/di 0.035s coverage: 91.3% of statements 18:45:02 ? github.com/edgexfoundry/go-mod-bootstrap/v2/v2/bootstrap/container [no test files] 18:45:02 CGO_ENABLED=0 GO111MODULE=on go vet ./... 18:45:29 gofmt -l . 18:45:29 [ "`gofmt -l .`" = "" ] [Pipeline] } 18:45:29 $ docker stop --time=1 2f3a42fe327e3d2bfc861a4e8bf028fe75fc84f7785b70ce9d3b8b17bff2e20c 18:45:31 $ docker rm -f 2f3a42fe327e3d2bfc861a4e8bf028fe75fc84f7785b70ce9d3b8b17bff2e20c [Pipeline] // withDockerContainer [Pipeline] sh 18:45:32 + sudo chown -R jenkins:jenkins . [Pipeline] stash 18:45:33 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [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 Post stage [Pipeline] libraryResource [Pipeline] sh 18:45:34 ---> job-cost.sh 18:45:34 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-icL1 18:45:55 Running on prd-centos7-docker-4c-2g-3061 in /w/workspace/xfoundry_go-mod-bootstrap_master [Pipeline] { [Pipeline] ws 18:45:55 Running in /w/workspace/go-mod-bootstrap/120 [Pipeline] { [Pipeline] checkout 18:45:58 using credential edgex-jenkins-ssh 18:45:58 Cloning the remote Git repository 18:45:58 Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git 18:45:58 > git init /w/workspace/go-mod-bootstrap/120 # timeout=10 18:45:58 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 18:45:58 > git --version # timeout=10 18:45:58 > git --version # 'git version 2.24.3' 18:45:58 using GIT_SSH to set credentials SSH Credentials for GitHub 18:45:58 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:45:59 Checking out Revision 66cc64d8822d4f81448e6f736d2f1e81dd6eadc3 (master) 18:45:58 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 18:45:58 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:45:59 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 18:45:59 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 18:45:59 using GIT_SSH to set credentials SSH Credentials for GitHub 18:45:59 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 18:45:59 > git config core.sparsecheckout # timeout=10 18:45:59 > git checkout -f 66cc64d8822d4f81448e6f736d2f1e81dd6eadc3 # timeout=10 18:46:03 Commit message: "Merge pull request #223 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-secrets/v2-2.0.0-dev.18" 18:46:03 18:46:03 GitHub has been notified of this commit’s build result 18:46:03 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:46:04 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 18:46:04 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 18:46:04 + true 18:46:04 + sudo service docker restart 18:46:04 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 18:46:05 ========================================================= 18:46:05 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 18:46:05 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:46:06 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine . 18:46:06 Sending build context to Docker daemon 855.6kB 18:46:06 Step 1/8 : ARG BASE=golang:1.15-alpine 18:46:06 Step 2/8 : FROM ${BASE} 18:46:06 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 18:46:06 540db60ca938: Pulling fs layer 18:46:06 adcc1eea9eea: Pulling fs layer 18:46:06 4c4ab2625f07: Pulling fs layer 18:46:06 0510c868ecb4: Pulling fs layer 18:46:06 afea3b2eda06: Pulling fs layer 18:46:06 7809a108b3ef: Pulling fs layer 18:46:06 f706445af74f: Pulling fs layer 18:46:06 7809a108b3ef: Waiting 18:46:06 f706445af74f: Waiting 18:46:06 afea3b2eda06: Waiting 18:46:06 0510c868ecb4: Waiting 18:46:06 4c4ab2625f07: Verifying Checksum 18:46:06 4c4ab2625f07: Download complete 18:46:06 adcc1eea9eea: Download complete 18:46:06 afea3b2eda06: Verifying Checksum 18:46:06 afea3b2eda06: Download complete 18:46:06 7809a108b3ef: Verifying Checksum 18:46:06 7809a108b3ef: Download complete 18:46:06 540db60ca938: Verifying Checksum 18:46:06 540db60ca938: Download complete 18:46:07 540db60ca938: Pull complete 18:46:07 adcc1eea9eea: Pull complete 18:46:07 4c4ab2625f07: Pull complete 18:46:08 f706445af74f: Verifying Checksum 18:46:08 f706445af74f: Download complete 18:46:09 0510c868ecb4: Verifying Checksum 18:46:09 0510c868ecb4: Download complete 18:46:13 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 18:46:14 0510c868ecb4: Pull complete 18:46:14 afea3b2eda06: Pull complete 18:46:14 7809a108b3ef: Pull complete 18:46:21 f706445af74f: Pull complete 18:46:21 Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 18:46:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 18:46:21 ---> b068be0155e3 18:46:21 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 18:46:22 ---> Running in 231711e03df1 18:46:22 Removing intermediate container 231711e03df1 18:46:22 ---> 940ebf5109cd 18:46:22 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:46:22 ---> Running in 022319cd7f20 18:46:24 Removing intermediate container 022319cd7f20 18:46:24 ---> 3fae4c73449f 18:46:24 Step 5/8 : RUN apk add --update --no-cache git make 18:46:24 ---> Running in 4ca5736c5bb6 18:46:24 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 18:46:26 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 18:46:27 OK: 149 MiB in 40 packages 18:46:27 Removing intermediate container 4ca5736c5bb6 18:46:27 ---> 28fe1976c575 18:46:27 Step 6/8 : WORKDIR /build 18:46:27 ---> Running in 1528c21d562b 18:46:27 Removing intermediate container 1528c21d562b 18:46:27 ---> d9b844f014f3 18:46:27 Step 7/8 : COPY go.mod . 18:46:27 ---> 880be043e3c5 18:46:27 Step 8/8 : RUN go mod download 18:46:27 ---> Running in e41f475849ac 18:46:49 Removing intermediate container e41f475849ac 18:46:49 ---> b098be02f116 18:46:49 Successfully built b098be02f116 18:46:49 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 18:46:50 + docker inspect -f . ci-base-image-x86_64 18:46:50 . [Pipeline] withDockerContainer 18:46:50 prd-centos7-docker-4c-2g-3061 does not seem to be running inside a container 18:46:50 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/120 -v /w/workspace/go-mod-bootstrap/120:/w/workspace/go-mod-bootstrap/120:rw,z -v /w/workspace/go-mod-bootstrap/120@tmp:/w/workspace/go-mod-bootstrap/120@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 ******** -e ******** ci-base-image-x86_64 cat 18:46:51 $ docker top af3686e20f8147665f52dc7535e4740f412471d7b0e25de81ea3853a94256feb -eo pid,comm [Pipeline] { [Pipeline] sh 18:46:52 + go version 18:46:52 go version go1.16.3 linux/amd64 [Pipeline] } 18:46:52 $ docker stop --time=1 af3686e20f8147665f52dc7535e4740f412471d7b0e25de81ea3853a94256feb 18:46:53 $ docker rm -f af3686e20f8147665f52dc7535e4740f412471d7b0e25de81ea3853a94256feb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:46:54 + docker inspect -f . ci-base-image-x86_64 18:46:54 . [Pipeline] withDockerContainer 18:46:54 prd-centos7-docker-4c-2g-3061 does not seem to be running inside a container 18:46:54 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/120 -v /w/workspace/go-mod-bootstrap/120:/w/workspace/go-mod-bootstrap/120:rw,z -v /w/workspace/go-mod-bootstrap/120@tmp:/w/workspace/go-mod-bootstrap/120@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 ******** -e ******** ci-base-image-x86_64 cat 18:46:54 $ docker top 3c01c380fb405b257e07133c6bd45bc19bdc3811cfe7ff631e63577c77f31a91 -eo pid,comm [Pipeline] { [Pipeline] sh 18:46:55 + go mod tidy [Pipeline] sh 18:46:55 + make test 18:46:55 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 18:47:08 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap [no test files] 18:47:08 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/config 0.008s coverage: 5.4% of statements 18:47:08 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/container [no test files] 18:47:08 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/environment 0.037s coverage: 92.2% of statements 18:47:08 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/flags 0.023s coverage: 85.3% of statements 18:47:08 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/handlers [no test files] 18:47:08 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces [no test files] 18:47:08 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces/mocks [no test files] 18:47:09 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/registration 0.019s coverage: 26.7% of statements 18:47:13 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/secret 3.022s coverage: 90.7% of statements 18:47:13 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/startup [no test files] 18:47:13 ? github.com/edgexfoundry/go-mod-bootstrap/v2/config [no test files] 18:47:13 ok github.com/edgexfoundry/go-mod-bootstrap/v2/di 0.022s coverage: 91.3% of statements 18:47:13 ? github.com/edgexfoundry/go-mod-bootstrap/v2/v2/bootstrap/container [no test files] 18:47:13 CGO_ENABLED=0 GO111MODULE=on go vet ./... 18:47:20 gofmt -l . 18:47:20 [ "`gofmt -l .`" = "" ] [Pipeline] } 18:47:20 $ docker stop --time=1 3c01c380fb405b257e07133c6bd45bc19bdc3811cfe7ff631e63577c77f31a91 18:47:22 $ docker rm -f 3c01c380fb405b257e07133c6bd45bc19bdc3811cfe7ff631e63577c77f31a91 [Pipeline] // withDockerContainer [Pipeline] sh 18:47:23 + sudo chown -R jenkins:jenkins . [Pipeline] stash 18:47:23 Warning: overwriting stash ‘coverage-report’ 18:47:23 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [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 Post stage [Pipeline] libraryResource [Pipeline] sh 18:47:24 ---> job-cost.sh 18:47:24 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-cKL9 18:47:34 lf-activate-venv(): INFO: Adding /tmp/venv-icL1/bin to PATH 18:47:34 INFO: No Stack... 18:47:34 INFO: Retrieving Pricing Info for: lf-standard-4 18:47:34 INFO: Archiving Costs [Pipeline] sh 18:47:35 + + cut -d,cat -f6 /w/workspace/go-mod-bootstrap/120/archives/cost.csv 18:47:35 [Pipeline] lock 18:47:35 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-bootstrap-master-120-stack-cost] 18:47:35 Resource [jenkins-edgexfoundry-go-mod-bootstrap-master-120-stack-cost] did not exist. Created. 18:47:35 Lock acquired on [jenkins-edgexfoundry-go-mod-bootstrap-master-120-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 18:47:35 + echo total: 0.20999999344348907 [Pipeline] stash 18:47:35 Stashed 1 file(s) [Pipeline] } 18:47:35 Lock released on resource [jenkins-edgexfoundry-go-mod-bootstrap-master-120-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 18:47:39 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 18:48:05 lf-activate-venv(): INFO: Adding /tmp/venv-cKL9/bin to PATH 18:48:05 INFO: No Stack... 18:48:05 INFO: Retrieving Pricing Info for: v1-standard-2 18:48:06 INFO: Archiving Costs [Pipeline] sh 18:48:06 + cat /w/workspace/go-mod-bootstrap/120/archives/cost.csv 18:48:06 + cut -d, -f6 [Pipeline] lock 18:48:06 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-bootstrap-master-120-stack-cost] 18:48:06 Resource [jenkins-edgexfoundry-go-mod-bootstrap-master-120-stack-cost] did not exist. Created. 18:48:06 Lock acquired on [jenkins-edgexfoundry-go-mod-bootstrap-master-120-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 18:48:07 /w/workspace/go-mod-bootstrap/120@tmp/durable-60970422/script.sh: line 1: unexpected EOF while looking for matching `'' [Pipeline] sh 18:48:07 + echo total: 0.029999999329447746 [Pipeline] stash 18:48:07 Warning: overwriting stash ‘stack-cost’ 18:48:07 Stashed 1 file(s) [Pipeline] } 18:48:07 Lock released on resource [jenkins-edgexfoundry-go-mod-bootstrap-master-120-stack-cost] [Pipeline] // lock [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) [Pipeline] unstash [Pipeline] wrap 18:48:08 provisioning config files... 18:48:08 copy managed file [go-mod-bootstrap-codecov-token] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config6584902851341368307tmp [Pipeline] { [Pipeline] sh 18:48:08 + set +x 18:48:08 + bash -s -- 18:48:08 + curl -s https://codecov.io/bash 18:48:08 18:48:08 _____ _ 18:48:08 / ____| | | 18:48:08 | | ___ __| | ___ ___ _____ __ 18:48:08 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 18:48:08 | |___| (_) | (_| | __/ (_| (_) \ V / 18:48:08 \_____\___/ \__,_|\___|\___\___/ \_/ 18:48:08 Bash-1.0.2 18:48:08 18:48:08 18:48:08 ==> git version 2.24.3 found 18:48:08 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 18:48:08 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 18:48:08 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 18:48:08 ==> Jenkins CI detected. 18:48:08 project root: . 18:48:08 --> token set from env 18:48:08 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 18:48:08 ==> Running gcov in . (disable via -X gcov) 18:48:08 ==> Python coveragepy not found 18:48:08 ==> Searching for coverage reports in: 18:48:08 + . 18:48:08 -> Found 1 reports 18:48:08 ==> Detecting git/mercurial file structure 18:48:08 ==> Reading reports 18:48:08 + ./coverage.out bytes=28856 18:48:08 ==> Appending adjustments 18:48:08 https://docs.codecov.io/docs/fixing-reports 18:48:09 + Found adjustments 18:48:09 ==> Gzipping contents 18:48:09 8.0K /tmp/codecov.vBkI9x.gz 18:48:09 ==> Uploading reports 18:48:09 url: https://codecov.io 18:48:09 query: branch=master&commit=66cc64d8822d4f81448e6f736d2f1e81dd6eadc3&build=120&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2Fmaster%2F120%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=&job=&cmd_args= 18:48:09 -> Pinging Codecov 18:48:09 https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=master&commit=66cc64d8822d4f81448e6f736d2f1e81dd6eadc3&build=120&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2Fmaster%2F120%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=&job=&cmd_args= 18:48:09 -> Uploading to 18:48:09 https://storage.googleapis.com/codecov/v4/raw/2021-05-05/833815588EE85121546D348822E98E2E/66cc64d8822d4f81448e6f736d2f1e81dd6eadc3/fda0a9bd-f1d3-43d8-bafb-bfcc4479e416.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210505%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210505T184809Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=b1a98be0fb8e6bffdbe9240c02c85de46537052e6f5867d3334c52e6aa31d24e 18:48:09 % Total % Received % Xferd Average Speed Time Time Time Current 18:48:09 Dload Upload Total Spent Left Speed 18:48:10 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5496 0 0 100 5496 0 12852 --:--:-- --:--:-- --:--:-- 12871 18:48:10 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/go-mod-bootstrap/commit/66cc64d8822d4f81448e6f736d2f1e81dd6eadc3 [Pipeline] } 18:48:10 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 18:48:11 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 18:48:11 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:48:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 18:48:11 18:48:11 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 18:48:11 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 18:48:11 1.410.4: Pulling from edgex-devops/edgex-snyk-go 18:48:11 188c0c94c7c5: Pulling fs layer 18:48:11 0ef7d3d256c8: Pulling fs layer 18:48:11 de9db76c5a1d: Pulling fs layer 18:48:11 0eba1c9be4d2: Pulling fs layer 18:48:11 0d57e429df01: Pulling fs layer 18:48:11 4e4be7b47b0d: Pulling fs layer 18:48:11 e1f770b5df2f: Pulling fs layer 18:48:11 85a0685a4137: Pulling fs layer 18:48:11 0eba1c9be4d2: Waiting 18:48:11 0d57e429df01: Waiting 18:48:11 4e4be7b47b0d: Waiting 18:48:11 e1f770b5df2f: Waiting 18:48:11 85a0685a4137: Waiting 18:48:12 de9db76c5a1d: Verifying Checksum 18:48:12 de9db76c5a1d: Download complete 18:48:12 0ef7d3d256c8: Verifying Checksum 18:48:12 0ef7d3d256c8: Download complete 18:48:12 0d57e429df01: Download complete 18:48:12 4e4be7b47b0d: Verifying Checksum 18:48:12 4e4be7b47b0d: Download complete 18:48:12 188c0c94c7c5: Verifying Checksum 18:48:12 188c0c94c7c5: Pull complete 18:48:12 0ef7d3d256c8: Pull complete 18:48:13 de9db76c5a1d: Pull complete 18:48:13 e1f770b5df2f: Verifying Checksum 18:48:13 e1f770b5df2f: Download complete 18:48:17 0eba1c9be4d2: Verifying Checksum 18:48:17 0eba1c9be4d2: Download complete 18:48:17 85a0685a4137: Verifying Checksum 18:48:17 85a0685a4137: Download complete 18:48:24 0eba1c9be4d2: Pull complete 18:48:24 0d57e429df01: Pull complete 18:48:24 4e4be7b47b0d: Pull complete 18:48:26 e1f770b5df2f: Pull complete 18:48:34 85a0685a4137: Pull complete 18:48:34 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 18:48:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 18:48:34 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 18:48:35 prd-centos7-docker-4c-2g-3060 does not seem to be running inside a container 18:48:35 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 18:48:36 $ docker top e6269bad05da0034d45f1536e69241250a2e3abceb67689c26e3f5dc5d36e04d -eo pid,comm [Pipeline] { [Pipeline] echo 18:48:36 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 18:48:37 + set -o pipefail 18:48:37 + snyk monitor '--org=edgex-jenkins' 18:48:47 18:48:47 Monitoring /w/workspace/xfoundry_go-mod-bootstrap_master (github.com/edgexfoundry/go-mod-bootstrap/v2)... 18:48:47 18:48:47 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/624adad5-e3a3-48c4-8c03-09f76c101df7/history/74ca4f62-ab6b-450b-9a79-1aa8af8f90a2 18:48:47 18:48:47 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 18:48:47 18:48:47 [Pipeline] } 18:48:47 $ docker stop --time=1 e6269bad05da0034d45f1536e69241250a2e3abceb67689c26e3f5dc5d36e04d 18:48:50 $ docker rm -f e6269bad05da0034d45f1536e69241250a2e3abceb67689c26e3f5dc5d36e04d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [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 18:48:51 + git log --format=format:%s -1 66cc64d8822d4f81448e6f736d2f1e81dd6eadc3 [Pipeline] isUnix [Pipeline] sh 18:48:51 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:48:51 . [Pipeline] withDockerContainer 18:48:51 prd-centos7-docker-4c-2g-3060 does not seem to be running inside a container 18:48:51 $ 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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 18:48:52 $ docker top 968a8d23b8b6fa2ff185283efa21eca84b0448561d8f9a852453e2265ed9d62d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:48:53 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:48:53 [ssh-agent] Looking for ssh-agent implementation... 18:48:53 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:48:53 $ docker exec 968a8d23b8b6fa2ff185283efa21eca84b0448561d8f9a852453e2265ed9d62d ssh-agent 18:48:53 SSH_AUTH_SOCK=/tmp/ssh-N0MYPbv64Y79/agent.12 18:48:53 SSH_AGENT_PID=18 18:48:53 Running ssh-add (command line suppressed) 18:48:53 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_2565365168551133858.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_2565365168551133858.key) 18:48:53 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:48:54 + git semver tag 18:48:54 # -> Open(): unable to determine branch for HEAD 18:48:54 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git 18:48:54 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master 18:48:54 # $SEMVER_REMOTE_NAME = origin 18:48:54 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:48:54 # $SEMVER_USER_NAME = edgex-jenkins 18:48:54 # $SEMVER_BRANCH = master 18:48:54 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver 18:48:54 # 66cc64d8822d4f81448e6f736d2f1e81dd6eadc3 HEAD 18:48:54 # -> Force: false 18:48:54 # 2b33b196b7c90bc50f0565893868d7b144ef22f5 refs/tags/v2.0.0-dev.44 [Pipeline] } 18:48:54 $ docker exec --env ******** --env ******** 968a8d23b8b6fa2ff185283efa21eca84b0448561d8f9a852453e2265ed9d62d ssh-agent -k 18:48:54 unset SSH_AUTH_SOCK; 18:48:54 unset SSH_AGENT_PID; 18:48:54 echo Agent pid 18 killed; 18:48:54 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:48:54 + git semver [Pipeline] } 18:48:54 $ docker stop --time=1 968a8d23b8b6fa2ff185283efa21eca84b0448561d8f9a852453e2265ed9d62d 18:48:55 $ docker rm -f 968a8d23b8b6fa2ff185283efa21eca84b0448561d8f9a852453e2265ed9d62d [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 18:48:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 18:48:56 18:48:56 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 18:48:56 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 18:48:56 0.23.1-centos7: Pulling from edgex-lftools 18:48:56 ab5ef0e58194: Pulling fs layer 18:48:56 9712f1f96733: Pulling fs layer 18:48:56 63f879dbbcfc: Pulling fs layer 18:48:56 0d9ebad4ef96: Pulling fs layer 18:48:56 e9a5061849ea: Pulling fs layer 18:48:56 d747dcd14b5f: Pulling fs layer 18:48:56 2de7ff778b66: Pulling fs layer 18:48:56 e9a5061849ea: Waiting 18:48:56 d747dcd14b5f: Waiting 18:48:56 2de7ff778b66: Waiting 18:48:56 0d9ebad4ef96: Waiting 18:48:56 9712f1f96733: Verifying Checksum 18:48:56 9712f1f96733: Download complete 18:48:58 63f879dbbcfc: Verifying Checksum 18:48:58 63f879dbbcfc: Download complete 18:48:58 e9a5061849ea: Verifying Checksum 18:48:58 e9a5061849ea: Download complete 18:48:58 d747dcd14b5f: Verifying Checksum 18:48:58 d747dcd14b5f: Download complete 18:48:59 2de7ff778b66: Verifying Checksum 18:48:59 2de7ff778b66: Download complete 18:48:59 0d9ebad4ef96: Verifying Checksum 18:48:59 0d9ebad4ef96: Download complete 18:48:59 ab5ef0e58194: Verifying Checksum 18:48:59 ab5ef0e58194: Download complete 18:49:05 ab5ef0e58194: Pull complete 18:49:05 9712f1f96733: Pull complete 18:49:07 63f879dbbcfc: Pull complete 18:49:14 0d9ebad4ef96: Pull complete 18:49:16 e9a5061849ea: Pull complete 18:49:16 d747dcd14b5f: Pull complete 18:49:20 2de7ff778b66: Pull complete 18:49:20 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 18:49:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 18:49:20 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 18:49:20 prd-centos7-docker-4c-2g-3060 does not seem to be running inside a container 18:49:21 $ 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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 18:49:24 $ docker top 45ebcd3cda75bdc7f92b7125e9253ff1c54a5d42c36c80761fc6ec0d860a90f0 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 18:49:24 provisioning config files... 18:49:24 copy managed file [sigul-config] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config6421710111863820662tmp 18:49:24 copy managed file [sigul-password] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config3210254889855075224tmp 18:49:24 copy managed file [sigul-pki] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config8765748143537233306tmp [Pipeline] { [Pipeline] echo 18:49:24 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 18:49:25 ---> sigul-configuration.sh 18:49:25 gpg: directory `/root/.gnupg' created 18:49:25 gpg: new configuration file `/root/.gnupg/gpg.conf' created 18:49:25 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 18:49:25 gpg: keyring `/root/.gnupg/secring.gpg' created 18:49:25 gpg: keyring `/root/.gnupg/pubring.gpg' created 18:49:25 gpg: CAST5 encrypted data 18:49:25 gpg: encrypted with 1 passphrase 18:49:25 gpg: WARNING: message was not integrity protected [Pipeline] sh 18:49:26 + mkdir /home/jenkins 18:49:26 + mkdir /home/jenkins/sigul [Pipeline] sh 18:49:26 + 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 18:49:26 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 18:49:26 ---> sigul-install.sh 18:49:37 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 18:49:38 + git tag --list 18:49:38 v0.0.1 18:49:38 v0.0.10 18:49:38 v0.0.11 18:49:38 v0.0.12 18:49:38 v0.0.13 18:49:38 v0.0.14 18:49:38 v0.0.15 18:49:38 v0.0.16 18:49:38 v0.0.17 18:49:38 v0.0.18 18:49:38 v0.0.19 18:49:38 v0.0.2 18:49:38 v0.0.20 18:49:38 v0.0.21 18:49:38 v0.0.22 18:49:38 v0.0.23 18:49:38 v0.0.24 18:49:38 v0.0.25 18:49:38 v0.0.26 18:49:38 v0.0.27 18:49:38 v0.0.28 18:49:38 v0.0.29 18:49:38 v0.0.3 18:49:38 v0.0.30 18:49:38 v0.0.31 18:49:38 v0.0.32 18:49:38 v0.0.33 18:49:38 v0.0.34 18:49:38 v0.0.35 18:49:38 v0.0.36 18:49:38 v0.0.37 18:49:38 v0.0.38 18:49:38 v0.0.39 18:49:38 v0.0.4 18:49:38 v0.0.40 18:49:38 v0.0.41 18:49:38 v0.0.42 18:49:38 v0.0.43 18:49:38 v0.0.44 18:49:38 v0.0.45 18:49:38 v0.0.46 18:49:38 v0.0.47 18:49:38 v0.0.48 18:49:38 v0.0.49 18:49:38 v0.0.5 18:49:38 v0.0.50 18:49:38 v0.0.51 18:49:38 v0.0.52 18:49:38 v0.0.53 18:49:38 v0.0.54 18:49:38 v0.0.55 18:49:38 v0.0.56 18:49:38 v0.0.57 18:49:38 v0.0.58 18:49:38 v0.0.59 18:49:38 v0.0.6 18:49:38 v0.0.60 18:49:38 v0.0.61 18:49:38 v0.0.62 18:49:38 v0.0.63 18:49:38 v0.0.64 18:49:38 v0.0.65 18:49:38 v0.0.66 18:49:38 v0.0.67 18:49:38 v0.0.68 18:49:38 v0.0.69 18:49:38 v0.0.7 18:49:38 v0.0.70 18:49:38 v0.0.71 18:49:38 v0.0.72 18:49:38 v0.0.8 18:49:38 v0.0.9 18:49:38 v2.0.0-dev.1 18:49:38 v2.0.0-dev.10 18:49:38 v2.0.0-dev.11 18:49:38 v2.0.0-dev.12 18:49:38 v2.0.0-dev.13 18:49:38 v2.0.0-dev.14 18:49:38 v2.0.0-dev.15 18:49:38 v2.0.0-dev.16 18:49:38 v2.0.0-dev.17 18:49:38 v2.0.0-dev.18 18:49:38 v2.0.0-dev.19 18:49:38 v2.0.0-dev.2 18:49:38 v2.0.0-dev.20 18:49:38 v2.0.0-dev.21 18:49:38 v2.0.0-dev.22 18:49:38 v2.0.0-dev.23 18:49:38 v2.0.0-dev.24 18:49:38 v2.0.0-dev.25 18:49:38 v2.0.0-dev.26 18:49:38 v2.0.0-dev.27 18:49:38 v2.0.0-dev.28 18:49:38 v2.0.0-dev.29 18:49:38 v2.0.0-dev.3 18:49:38 v2.0.0-dev.30 18:49:38 v2.0.0-dev.31 18:49:38 v2.0.0-dev.32 18:49:38 v2.0.0-dev.33 18:49:38 v2.0.0-dev.34 18:49:38 v2.0.0-dev.35 18:49:38 v2.0.0-dev.36 18:49:38 v2.0.0-dev.37 18:49:38 v2.0.0-dev.38 18:49:38 v2.0.0-dev.39 18:49:38 v2.0.0-dev.4 18:49:38 v2.0.0-dev.40 18:49:38 v2.0.0-dev.41 18:49:38 v2.0.0-dev.42 18:49:38 v2.0.0-dev.43 18:49:38 v2.0.0-dev.44 18:49:38 v2.0.0-dev.5 18:49:38 v2.0.0-dev.6 18:49:38 v2.0.0-dev.7 18:49:38 v2.0.0-dev.8 18:49:38 v2.0.0-dev.9 [Pipeline] sh 18:49:39 + lftools sign git-tag v2.0.0-dev.44 18:49:41 Signing Git tag with Sigul... 18:49:41 Signing v2.0.0-dev.44 [Pipeline] echo 18:49:42 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 18:49:43 ---> sigul-configuration-cleanup.sh [Pipeline] } 18:49:43 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 18:49:43 $ docker stop --time=1 45ebcd3cda75bdc7f92b7125e9253ff1c54a5d42c36c80761fc6ec0d860a90f0 18:49:45 $ docker rm -f 45ebcd3cda75bdc7f92b7125e9253ff1c54a5d42c36c80761fc6ec0d860a90f0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 18:49:45 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:49:45 . [Pipeline] withDockerContainer 18:49:46 prd-centos7-docker-4c-2g-3060 does not seem to be running inside a container 18:49:46 $ 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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 18:49:47 $ docker top 122400bd53338eb2260613d872d0d9c816d5901985469b6577ec8f80c0e823ea -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:49:47 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:49:47 [ssh-agent] Looking for ssh-agent implementation... 18:49:48 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:49:48 $ docker exec 122400bd53338eb2260613d872d0d9c816d5901985469b6577ec8f80c0e823ea ssh-agent 18:49:48 SSH_AUTH_SOCK=/tmp/ssh-uNOOvY8lBtto/agent.12 18:49:48 SSH_AGENT_PID=18 18:49:48 Running ssh-add (command line suppressed) 18:49:48 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_5678331001122508442.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_5678331001122508442.key) 18:49:48 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:49:49 + git semver bump pre 18:49:49 # -> Open(): unable to determine branch for HEAD 18:49:49 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git 18:49:49 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master 18:49:49 # $SEMVER_REMOTE_NAME = origin 18:49:49 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:49:49 # $SEMVER_USER_NAME = edgex-jenkins 18:49:49 # $SEMVER_BRANCH = master 18:49:49 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver 18:49:49 2.0.0-dev.45 [Pipeline] } 18:49:49 $ docker exec --env ******** --env ******** 122400bd53338eb2260613d872d0d9c816d5901985469b6577ec8f80c0e823ea ssh-agent -k 18:49:49 unset SSH_AUTH_SOCK; 18:49:49 unset SSH_AGENT_PID; 18:49:49 echo Agent pid 18 killed; 18:49:49 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:49:50 + git semver [Pipeline] } 18:49:50 $ docker stop --time=1 122400bd53338eb2260613d872d0d9c816d5901985469b6577ec8f80c0e823ea 18:49:51 $ docker rm -f 122400bd53338eb2260613d872d0d9c816d5901985469b6577ec8f80c0e823ea [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 18:49:52 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:49:52 . [Pipeline] withDockerContainer 18:49:52 prd-centos7-docker-4c-2g-3060 does not seem to be running inside a container 18:49:52 $ 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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 18:49:53 $ docker top bb71809488ca94b0c1b9327cfae92b9455a9220f44b4632e5ed5977b880380a6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:49:54 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:49:54 [ssh-agent] Looking for ssh-agent implementation... 18:49:54 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:49:54 $ docker exec bb71809488ca94b0c1b9327cfae92b9455a9220f44b4632e5ed5977b880380a6 ssh-agent 18:49:54 SSH_AUTH_SOCK=/tmp/ssh-POm5UPiqdNQy/agent.11 18:49:54 SSH_AGENT_PID=16 18:49:54 Running ssh-add (command line suppressed) 18:49:54 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_5788042664717640190.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_5788042664717640190.key) 18:49:55 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:49:55 + git semver push 18:49:55 # -> Open(): unable to determine branch for HEAD 18:49:55 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git 18:49:55 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master 18:49:55 # $SEMVER_REMOTE_NAME = origin 18:49:55 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:49:55 # $SEMVER_USER_NAME = edgex-jenkins 18:49:55 # $SEMVER_BRANCH = master 18:49:55 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [Pipeline] } 18:49:59 $ docker exec --env ******** --env ******** bb71809488ca94b0c1b9327cfae92b9455a9220f44b4632e5ed5977b880380a6 ssh-agent -k 18:49:59 unset SSH_AUTH_SOCK; 18:49:59 unset SSH_AGENT_PID; 18:49:59 echo Agent pid 16 killed; 18:49:59 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:50:00 + git semver [Pipeline] } 18:50:00 $ docker stop --time=1 bb71809488ca94b0c1b9327cfae92b9455a9220f44b4632e5ed5977b880380a6 18:50:01 $ docker rm -f bb71809488ca94b0c1b9327cfae92b9455a9220f44b4632e5ed5977b880380a6 [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 18:50:02 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 18:50:03 ---> package-listing.sh 18:50:03 ++ facter osfamily 18:50:03 ++ tr '[:upper:]' '[:lower:]' 18:50:03 + OS_FAMILY=redhat 18:50:03 + workspace=/w/workspace/xfoundry_go-mod-bootstrap_master 18:50:03 + START_PACKAGES=/tmp/packages_start.txt 18:50:03 + END_PACKAGES=/tmp/packages_end.txt 18:50:03 + DIFF_PACKAGES=/tmp/packages_diff.txt 18:50:03 + PACKAGES=/tmp/packages_start.txt 18:50:03 + '[' /w/workspace/xfoundry_go-mod-bootstrap_master ']' 18:50:03 + PACKAGES=/tmp/packages_end.txt 18:50:03 + case "${OS_FAMILY}" in 18:50:03 + rpm -qa 18:50:03 + sort 18:50:07 + '[' -f /tmp/packages_start.txt ']' 18:50:07 + '[' -f /tmp/packages_end.txt ']' 18:50:07 + diff /tmp/packages_start.txt /tmp/packages_end.txt 18:50:07 + '[' /w/workspace/xfoundry_go-mod-bootstrap_master ']' 18:50:07 + mkdir -p /w/workspace/xfoundry_go-mod-bootstrap_master/archives/ 18:50:07 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_go-mod-bootstrap_master/archives/ [Pipeline] echo 18:50:07 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 18:50:08 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 18:50:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:50:08 18:50:08 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 18:50:08 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:50:08 alpine: Pulling from edgex-lftools-log-publisher 18:50:08 df20fa9351a1: Pulling fs layer 18:50:08 36b3adc4ff6f: Pulling fs layer 18:50:08 8ad3a11d3b57: Pulling fs layer 18:50:08 46f8f816bc3b: Pulling fs layer 18:50:08 93b61091891f: Pulling fs layer 18:50:08 93b9cdb0e59b: Pulling fs layer 18:50:08 5e14af77c1be: Pulling fs layer 18:50:08 01666e4c0597: Pulling fs layer 18:50:08 aa168da1d23b: Pulling fs layer 18:50:08 93b61091891f: Waiting 18:50:08 93b9cdb0e59b: Waiting 18:50:08 5e14af77c1be: Waiting 18:50:08 01666e4c0597: Waiting 18:50:08 aa168da1d23b: Waiting 18:50:08 46f8f816bc3b: Waiting 18:50:08 36b3adc4ff6f: Download complete 18:50:08 46f8f816bc3b: Verifying Checksum 18:50:08 46f8f816bc3b: Download complete 18:50:09 df20fa9351a1: Verifying Checksum 18:50:09 df20fa9351a1: Download complete 18:50:09 93b9cdb0e59b: Verifying Checksum 18:50:09 93b9cdb0e59b: Download complete 18:50:09 93b61091891f: Verifying Checksum 18:50:09 93b61091891f: Download complete 18:50:09 5e14af77c1be: Verifying Checksum 18:50:09 5e14af77c1be: Download complete 18:50:09 01666e4c0597: Verifying Checksum 18:50:09 01666e4c0597: Download complete 18:50:09 8ad3a11d3b57: Verifying Checksum 18:50:09 8ad3a11d3b57: Download complete 18:50:09 df20fa9351a1: Pull complete 18:50:09 36b3adc4ff6f: Pull complete 18:50:10 8ad3a11d3b57: Pull complete 18:50:11 46f8f816bc3b: Pull complete 18:50:11 aa168da1d23b: Verifying Checksum 18:50:11 aa168da1d23b: Download complete 18:50:11 93b61091891f: Pull complete 18:50:11 93b9cdb0e59b: Pull complete 18:50:12 5e14af77c1be: Pull complete 18:50:12 01666e4c0597: Pull complete 18:50:22 aa168da1d23b: Pull complete 18:50:22 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 18:50:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:50:22 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 18:50:22 prd-centos7-docker-4c-2g-3060 does not seem to be running inside a container 18:50:22 $ 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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 18:50:25 $ docker top 96671bd84fb08af0e2680d3803a4abfd89ce16e5f04f58b32926533cf635b7fe -eo pid,comm [Pipeline] { [Pipeline] sh 18:50:25 + touch /tmp/pre-build-complete [Pipeline] sh 18:50:26 + mkdir -p /var/log/sa [Pipeline] sh 18:50:26 + ls /var/log/sa-host 18:50:26 + sadf -c /var/log/sa-host/sa05 18:50:26 file_magic: OK 18:50:26 HZ: Using current value: 100 18:50:26 file_header: OK 18:50:26 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 18:50:26 Statistics: 18:50:26 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 18:50:26 File successfully converted to sysstat format version 12.2.1 18:50:26 + sadf -c /var/log/sa-host/sa23 18:50:26 file_magic: OK 18:50:26 HZ: Using current value: 100 18:50:26 file_header: OK 18:50:26 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 18:50:26 Statistics: 18:50:26 Hnuu...uuuununununu... 18:50:26 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:50:26 provisioning config files... 18:50:26 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config6951294790394357446tmp [Pipeline] { [Pipeline] echo 18:50:26 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 18:50:27 ---> create-netrc.sh [Pipeline] } 18:50:27 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 18:50:27 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 18:50:27 ---> python-tools-install.sh [Pipeline] echo 18:50:27 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 18:50:27 ---> sudo-logs.sh 18:50:27 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 18:50:27 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 18:50:28 ---> job-cost.sh 18:50:28 lf-activate-venv: SKIPPING 18:50:28 DEBUG: total: 0.029999999329447746 18:50:28 INFO: Retrieving Stack Cost... 18:50:29 INFO: Retrieving Pricing Info for: v1-standard-2 18:50:29 INFO: Archiving Costs [Pipeline] echo 18:50:29 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 18:50:30 ---> logs-deploy.sh 18:50:30 lf-activate-venv: SKIPPING 18:50:30 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-bootstrap/master/120 18:50:30 INFO: archiving workspace using pattern(s): 18:50:32 Archives upload complete. 18:50:32 INFO: archiving logs to Nexus 18:50:33 ---> uname -a: 18:50:33 Linux prd-centos7-docker-4c-2g-3060.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 18:50:33 18:50:33 18:50:33 ---> lscpu: 18:50:33 Architecture: x86_64 18:50:33 CPU op-mode(s): 32-bit, 64-bit 18:50:33 Byte Order: Little Endian 18:50:33 Address sizes: 40 bits physical, 48 bits virtual 18:50:33 CPU(s): 4 18:50:33 On-line CPU(s) list: 0-3 18:50:33 Thread(s) per core: 1 18:50:33 Core(s) per socket: 1 18:50:33 Socket(s): 4 18:50:33 NUMA node(s): 1 18:50:33 Vendor ID: GenuineIntel 18:50:33 CPU family: 6 18:50:33 Model: 44 18:50:33 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 18:50:33 Stepping: 1 18:50:33 CPU MHz: 2933.436 18:50:33 BogoMIPS: 5866.87 18:50:33 Virtualization: VT-x 18:50:33 Hypervisor vendor: KVM 18:50:33 Virtualization type: full 18:50:33 L1d cache: 128 KiB 18:50:33 L1i cache: 128 KiB 18:50:33 L2 cache: 16 MiB 18:50:33 L3 cache: 64 MiB 18:50:33 NUMA node0 CPU(s): 0-3 18:50:33 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 18:50:33 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 18:50:33 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 18:50:33 Vulnerability Meltdown: Mitigation; PTI 18:50:33 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 18:50:33 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 18:50:33 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 18:50:33 Vulnerability Srbds: Not affected 18:50:33 Vulnerability Tsx async abort: Not affected 18:50:33 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 18:50:33 18:50:33 18:50:33 ---> nproc: 18:50:33 4 18:50:33 18:50:33 18:50:33 ---> df -h: 18:50:33 Filesystem Size Used Available Use% Mounted on 18:50:33 overlay 50.0G 8.5G 41.4G 17% / 18:50:33 tmpfs 64.0M 0 64.0M 0% /dev 18:50:33 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 18:50:33 shm 64.0M 0 64.0M 0% /dev/shm 18:50:33 /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os 18:50:33 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf 18:50:33 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname 18:50:33 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts 18:50:33 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host 18:50:33 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure 18:50:33 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log 18:50:33 /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json 18:50:33 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/xfoundry_go-mod-bootstrap_master 18:50:33 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/xfoundry_go-mod-bootstrap_master@tmp 18:50:33 18:50:33 18:50:33 ---> free -m: 18:50:33 total used free shared buff/cache available 18:50:33 Mem: 1837 822 144 0 869 950 18:50:33 Swap: 1023 3 1020 18:50:33 18:50:33 18:50:33 ---> ip addr: 18:50:33 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 18:50:33 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 18:50:33 inet 127.0.0.1/8 scope host lo 18:50:33 valid_lft forever preferred_lft forever 18:50:33 inet6 ::1/128 scope host 18:50:33 valid_lft forever preferred_lft forever 18:50:33 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 18:50:33 link/ether fa:16:3e:d6:d0:eb brd ff:ff:ff:ff:ff:ff 18:50:33 inet 10.30.122.168/23 brd 10.30.123.255 scope global dynamic eth0 18:50:33 valid_lft 85883sec preferred_lft 85883sec 18:50:33 inet6 fe80::f816:3eff:fed6:d0eb/64 scope link 18:50:33 valid_lft forever preferred_lft forever 18:50:33 3: docker0: mtu 1500 qdisc noqueue state DOWN 18:50:33 link/ether 02:42:a8:89:aa:1d brd ff:ff:ff:ff:ff:ff 18:50:33 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 18:50:33 valid_lft forever preferred_lft forever 18:50:33 inet6 fe80::42:a8ff:fe89:aa1d/64 scope link 18:50:33 valid_lft forever preferred_lft forever 18:50:33 18:50:33 18:50:33 ---> sar -b -r -n DEV: 18:50:33 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 05/05/21 _x86_64_ (4 CPU) 18:50:33 18:50:33 18:41:42 LINUX RESTART (4 CPU) 18:50:33 18:50:33 18:43:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 18:50:33 18:44:01 2.70 0.05 2.65 0.00 1.60 101.61 0.00 18:50:33 18:45:01 0.38 0.00 0.38 0.00 0.00 5.36 0.00 18:50:33 18:46:01 0.23 0.00 0.23 0.00 0.00 2.71 0.00 18:50:33 18:47:02 0.27 0.00 0.27 0.00 0.00 3.46 0.00 18:50:33 18:48:01 0.29 0.00 0.29 0.00 0.00 3.91 0.00 18:50:33 18:49:01 336.58 188.38 148.20 0.00 9084.36 45062.28 0.00 18:50:33 18:50:01 180.88 58.22 122.66 0.00 3569.78 26597.52 0.00 18:50:33 Average: 74.71 35.35 39.36 0.00 1813.87 10286.56 0.00 18:50:33 18:50:33 18:43:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 18:50:33 18:44:01 123492 0 598772 31.82 2620 1156660 1083920 36.99 433220 1125284 12 18:50:33 18:45:01 125752 0 596500 31.70 2620 1156672 1067472 36.43 432436 1124428 8 18:50:33 18:46:01 124540 0 597708 31.77 2620 1156676 1067920 36.45 433468 1124428 20 18:50:33 18:47:02 125624 0 596564 31.71 2620 1156736 1067728 36.44 432004 1124820 24 18:50:33 18:48:01 125344 0 596896 31.72 2620 1156684 1067800 36.44 432332 1124804 8 18:50:33 18:49:01 82388 0 725800 38.57 2596 1070760 1499264 51.17 619784 931648 38556 18:50:33 18:50:01 248020 0 790380 42.01 1492 841652 1461340 49.87 575256 724036 40 18:50:33 Average: 136451 0 643231 34.19 2455 1099406 1187921 40.54 479786 1039921 5524 18:50:33 18:50:33 18:43:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 18:50:33 18:44:01 eth0 3.06 1.40 2.79 0.12 0.00 0.00 0.00 0.00 18:50:33 18:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:50:33 18:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:50:33 18:45:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 18:50:33 18:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:50:33 18:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:50:33 18:46:01 eth0 1.02 0.37 0.32 0.17 0.00 0.00 0.00 0.00 18:50:33 18:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:50:33 18:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:50:33 18:47:02 eth0 0.10 0.10 0.01 0.04 0.00 0.00 0.00 0.00 18:50:33 18:47:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:50:33 18:47:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:50:33 18:48:01 eth0 0.34 0.25 0.15 0.08 0.00 0.00 0.00 0.00 18:50:33 18:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:50:33 18:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:50:33 18:49:01 eth0 813.75 692.05 7625.17 84.53 0.00 0.00 0.00 0.00 18:50:33 18:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:50:33 18:49:01 docker0 50.27 52.83 4.13 350.84 0.00 0.00 0.00 0.00 18:50:33 18:50:01 eth0 103.00 73.03 324.25 79.70 0.00 0.00 0.00 0.00 18:50:33 18:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:50:33 18:50:01 vethb6c2cc4 2.63 1.90 0.57 0.62 0.00 0.00 0.00 0.00 18:50:33 18:50:01 docker0 20.87 39.57 1.52 259.05 0.00 0.00 0.00 0.00 18:50:33 Average: eth0 132.07 109.99 1140.04 23.59 0.00 0.00 0.00 0.00 18:50:33 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:50:33 Average: vethb6c2cc4 0.38 0.27 0.08 0.09 0.00 0.00 0.00 0.00 18:50:33 Average: docker0 10.20 13.24 0.81 87.40 0.00 0.00 0.00 0.00 18:50:33 18:50:33 18:50:33 ---> sar -P ALL: 18:50:33 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 05/05/21 _x86_64_ (4 CPU) 18:50:33 18:50:33 18:41:42 LINUX RESTART (4 CPU) 18:50:33 18:50:33 18:43:01 CPU %user %nice %system %iowait %steal %idle 18:50:33 18:44:01 all 0.19 0.00 0.09 0.00 0.25 99.47 18:50:33 18:44:01 0 0.13 0.00 0.10 0.00 0.18 99.58 18:50:33 18:44:01 1 0.50 0.00 0.10 0.00 0.37 99.04 18:50:33 18:44:01 2 0.07 0.00 0.07 0.00 0.13 99.73 18:50:33 18:44:01 3 0.05 0.00 0.10 0.00 0.32 99.53 18:50:33 18:45:01 all 0.12 0.00 0.05 0.00 0.39 99.44 18:50:33 18:45:01 0 0.03 0.00 0.07 0.00 0.55 99.35 18:50:33 18:45:01 1 0.37 0.00 0.07 0.00 0.40 99.17 18:50:33 18:45:01 2 0.05 0.00 0.03 0.00 0.50 99.42 18:50:33 18:45:01 3 0.02 0.00 0.03 0.00 0.12 99.83 18:50:33 18:46:01 all 0.12 0.00 0.03 0.00 0.17 99.68 18:50:33 18:46:01 0 0.02 0.00 0.02 0.00 0.27 99.70 18:50:33 18:46:01 1 0.40 0.00 0.03 0.00 0.15 99.42 18:50:33 18:46:01 2 0.07 0.00 0.05 0.00 0.20 99.68 18:50:33 18:46:01 3 0.02 0.00 0.03 0.00 0.05 99.90 18:50:33 18:47:02 all 0.14 0.00 0.18 0.00 0.59 99.10 18:50:33 18:47:02 0 0.05 0.00 0.03 0.00 0.66 99.25 18:50:33 18:47:02 1 0.41 0.00 0.22 0.00 0.78 98.59 18:50:33 18:47:02 2 0.05 0.00 0.25 0.00 0.43 99.27 18:50:33 18:47:02 3 0.03 0.00 0.22 0.00 0.46 99.29 18:50:33 18:48:01 all 0.13 0.00 0.10 0.00 0.57 99.20 18:50:33 18:48:01 0 0.42 0.00 0.08 0.00 0.83 98.67 18:50:33 18:48:01 1 0.03 0.00 0.08 0.00 0.44 99.44 18:50:33 18:48:01 2 0.03 0.00 0.08 0.00 0.61 99.27 18:50:33 18:48:01 3 0.03 0.00 0.14 0.00 0.41 99.43 18:50:33 18:49:01 all 12.99 0.00 9.52 3.22 7.05 67.23 18:50:33 18:49:01 0 15.04 0.00 10.30 4.31 6.73 63.63 18:50:33 18:49:01 1 11.42 0.00 8.68 2.69 7.65 69.57 18:50:33 18:49:01 2 11.58 0.00 9.49 2.73 6.96 69.23 18:50:33 18:49:01 3 13.99 0.00 9.62 3.17 6.82 66.40 18:50:33 18:50:01 all 10.75 0.00 9.41 2.04 9.81 67.97 18:50:33 18:50:01 0 7.42 0.00 8.98 1.63 9.74 72.23 18:50:33 18:50:01 1 8.93 0.00 9.74 1.90 10.18 69.26 18:50:33 18:50:01 2 16.70 0.00 9.01 1.63 9.33 63.32 18:50:33 18:50:01 3 10.02 0.00 9.92 3.02 10.00 67.03 18:50:33 Average: all 3.50 0.00 2.78 0.75 2.71 90.27 18:50:33 Average: 0 3.26 0.00 2.79 0.83 2.72 90.40 18:50:33 Average: 1 3.17 0.00 2.73 0.66 2.88 90.57 18:50:33 Average: 2 4.10 0.00 2.72 0.62 2.61 89.95 18:50:33 Average: 3 3.45 0.00 2.88 0.89 2.62 90.17 18:50:33 18:50:33 18:50:33