Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from e7656ea348032140d0a2dfcc5c6b39f432d61177 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > 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.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-go-mod-bootstrap DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-31777 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 e7656ea348032140d0a2dfcc5c6b39f432d61177 (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 e7656ea348032140d0a2dfcc5c6b39f432d61177 # timeout=10 Commit message: "Merge pull request #190 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-secrets/v2-2.0.0-dev.10" > git rev-list --no-walk da2db404580ccf96027d18d91e684427126e7c45 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 18:16:55 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 18:16:55 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 18:16:56 ========================================================= 18:16:56 EdgeX Global Pipelines Version Info 18:16:56 ========================================================= [Pipeline] libraryResource [Pipeline] sh 18:16:57 ------------------- 18:16:57 stable info: 18:16:57 ------------------- 18:16:57 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 18:16:57 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 18:16:57 Message: update stable to v1.0.186 18:16:58 ------------------- 18:16:58 experimental info: 18:16:58 ------------------- 18:16:58 Commited By: **** collab-it+edgex@linuxfoundation.org 18:16:58 Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 18:16:58 Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 18:16:58 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-bootstrap-settings [Pipeline] echo 18:16:58 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-bootstrap [Pipeline] echo 18:16:58 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 18:16:59 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 18:16:59 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 18:16:59 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 18:16:59 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 18:16:59 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 18:16:59 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 18:16:59 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 18:16:59 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 18:16:59 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-bootstrap [Pipeline] echo 18:16:59 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 18:16:59 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 18:16:59 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 18:17:00 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 18:17:00 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 18:17:00 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 18:17:00 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 18:17:00 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 18:17:00 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 18:17:00 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 18:17:00 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 18:17:00 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 18:17:01 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 18:17:01 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 18:17:01 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 18:17:01 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 18:17:01 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 18:17:01 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = e7656ea348032140d0a2dfcc5c6b39f432d61177 [Pipeline] echo 18:17:01 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = e7656ea [Pipeline] echo 18:17:01 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:17:02 + git log --format=format:%s -1 e7656ea348032140d0a2dfcc5c6b39f432d61177 [Pipeline] echo 18:17:02 GIT_COMMIT: e7656ea348032140d0a2dfcc5c6b39f432d61177, Commit Message: Merge pull request #190 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-secrets/v2-2.0.0-dev.10 [Pipeline] echo 18:17:02 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 18:17:03 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:17:04 18:17:04 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 18:17:04 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:17:04 latest: Pulling from edgex-devops/git-semver 18:17:04 31603596830f: Pulling fs layer 18:17:04 2a8b12db71e7: Pulling fs layer 18:17:04 6ca5941a6612: Pulling fs layer 18:17:04 ecc8261a40a4: Pulling fs layer 18:17:04 ecc8261a40a4: Waiting 18:17:04 2a8b12db71e7: Verifying Checksum 18:17:04 2a8b12db71e7: Download complete 18:17:04 31603596830f: Verifying Checksum 18:17:04 31603596830f: Download complete 18:17:04 ecc8261a40a4: Verifying Checksum 18:17:04 ecc8261a40a4: Download complete 18:17:04 6ca5941a6612: Download complete 18:17:05 31603596830f: Pull complete 18:17:05 2a8b12db71e7: Pull complete 18:17:06 6ca5941a6612: Pull complete 18:17:06 ecc8261a40a4: Pull complete 18:17:06 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 18:17:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:17:06 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 18:17:06 prd-centos7-docker-4c-2g-31777 does not seem to be running inside a container 18:17:06 $ 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:17:09 $ docker top 6ee83ba48b08a34fa2725bebb34ca7b4c97d2e9402d69e946e8554dc0057bee0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:17:09 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:17:09 [ssh-agent] Looking for ssh-agent implementation... 18:17:10 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:17:10 $ docker exec 6ee83ba48b08a34fa2725bebb34ca7b4c97d2e9402d69e946e8554dc0057bee0 ssh-agent 18:17:10 SSH_AUTH_SOCK=/tmp/ssh-yEikEccVqq7b/agent.13 18:17:10 SSH_AGENT_PID=18 18:17:10 Running ssh-add (command line suppressed) 18:17:10 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_4682848433898143914.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_4682848433898143914.key) 18:17:10 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:17:10 + git tag --points-at HEAD [Pipeline] } 18:17:11 $ docker exec --env ******** --env ******** 6ee83ba48b08a34fa2725bebb34ca7b4c97d2e9402d69e946e8554dc0057bee0 ssh-agent -k 18:17:11 unset SSH_AUTH_SOCK; 18:17:11 unset SSH_AGENT_PID; 18:17:11 echo Agent pid 18 killed; 18:17:11 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 18:17:11 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:17:11 [ssh-agent] Looking for ssh-agent implementation... 18:17:11 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:17:11 $ docker exec 6ee83ba48b08a34fa2725bebb34ca7b4c97d2e9402d69e946e8554dc0057bee0 ssh-agent 18:17:11 SSH_AUTH_SOCK=/tmp/ssh-RkyKYgsOf1Aw/agent.46 18:17:11 SSH_AGENT_PID=52 18:17:11 Running ssh-add (command line suppressed) 18:17:11 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_5518996616493975260.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_5518996616493975260.key) 18:17:11 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:17:12 + git semver init 18:17:12 # -> Open(): unable to determine branch for HEAD 18:17:12 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git 18:17:12 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master 18:17:12 # $SEMVER_REMOTE_NAME = origin 18:17:12 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:17:12 # $SEMVER_USER_NAME = edgex-jenkins 18:17:12 # $SEMVER_BRANCH = master 18:17:12 # $SEMVER_TEMP = /tmp/semver-706822385 18:17:12 # git clone --branch semver git@github.com:edgexfoundry/go-mod-bootstrap.git $SEMVER_TEMP 18:17:12 # '/tmp/semver-706822385' -> '/w/workspace/xfoundry_go-mod-bootstrap_master/.semver' 18:17:12 # -> Force: false 18:17:12 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [Pipeline] } 18:17:12 $ docker exec --env ******** --env ******** 6ee83ba48b08a34fa2725bebb34ca7b4c97d2e9402d69e946e8554dc0057bee0 ssh-agent -k 18:17:12 unset SSH_AUTH_SOCK; 18:17:13 unset SSH_AGENT_PID; 18:17:13 echo Agent pid 52 killed; 18:17:13 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:17:13 + git semver [Pipeline] } 18:17:13 $ docker stop --time=1 6ee83ba48b08a34fa2725bebb34ca7b4c97d2e9402d69e946e8554dc0057bee0 18:17:14 $ docker rm -f 6ee83ba48b08a34fa2725bebb34ca7b4c97d2e9402d69e946e8554dc0057bee0 [Pipeline] // withDockerContainer [Pipeline] sh 18:17:15 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 18:17:15 Stashed 1 file(s) [Pipeline] echo 18:17:15 [edgeXSemver]: initialized semver on version 2.0.0-dev.23 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 18:17:31 Still waiting to schedule task 18:17:31 Waiting for next available executor on ‘centos7-docker-4c-2g’ 18:17:31 Still waiting to schedule task 18:17:31 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 18:19:15 Running on prd-centos7-docker-4c-2g-31779 in /w/workspace/xfoundry_go-mod-bootstrap_master [Pipeline] { [Pipeline] ws 18:19:15 Running in /w/workspace/go-mod-bootstrap/99 [Pipeline] { [Pipeline] checkout 18:19:20 Running on prd-ubuntu18.04-docker-arm64-4c-16g-31781 in /w/workspace/xfoundry_go-mod-bootstrap_master [Pipeline] { [Pipeline] ws 18:19:20 Running in /w/workspace/go-mod-bootstrap/99 [Pipeline] { [Pipeline] checkout 18:19:25 using credential edgex-jenkins-ssh 18:19:25 Cloning the remote Git repository 18:19:25 Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git 18:19:26 > git init /w/workspace/go-mod-bootstrap/99 # timeout=10 18:19:26 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 18:19:26 > git --version # timeout=10 18:19:26 > git --version # 'git version 2.17.1' 18:19:26 using GIT_SSH to set credentials SSH Credentials for GitHub 18:19:26 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:19:27 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 18:19:27 Checking out Revision e7656ea348032140d0a2dfcc5c6b39f432d61177 (master) 18:19:27 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:19:27 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 18:19:27 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 18:19:27 using GIT_SSH to set credentials SSH Credentials for GitHub 18:19:27 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 18:19:27 > git config core.sparsecheckout # timeout=10 18:19:27 > git checkout -f e7656ea348032140d0a2dfcc5c6b39f432d61177 # timeout=10 18:19:28 using credential edgex-jenkins-ssh 18:19:28 Cloning the remote Git repository 18:19:28 Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git 18:19:29 > git init /w/workspace/go-mod-bootstrap/99 # timeout=10 18:19:29 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 18:19:29 > git --version # timeout=10 18:19:29 > git --version # 'git version 2.24.3' 18:19:29 using GIT_SSH to set credentials SSH Credentials for GitHub 18:19:29 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:19:30 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 18:19:30 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:19:30 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 18:19:31 Checking out Revision e7656ea348032140d0a2dfcc5c6b39f432d61177 (master) 18:19:32 Commit message: "Merge pull request #190 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-secrets/v2-2.0.0-dev.10" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) 18:19:30 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 18:19:30 using GIT_SSH to set credentials SSH Credentials for GitHub 18:19:30 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 18:19:31 > git config core.sparsecheckout # timeout=10 18:19:31 > git checkout -f e7656ea348032140d0a2dfcc5c6b39f432d61177 # timeout=10 [Pipeline] script [Pipeline] { [Pipeline] sh 18:19:33 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 18:19:33 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 18:19:34 + true 18:19:34 + sudo service docker restart 18:19:36 Commit message: "Merge pull request #190 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-secrets/v2-2.0.0-dev.10" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [Pipeline] unstash [Pipeline] echo 18:19:38 ========================================================= 18:19:38 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 18:19:38 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:19:38 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json 18:19:38 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [Pipeline] sh 18:19:38 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 18:19:39 + sudo service docker restart 18:19:39 + true 18:19:39 Redirecting to /bin/systemctl restart docker.service 18:19:39 Sending build context to Docker daemon 761.9kB 18:19:39 Step 1/8 : ARG BASE=golang:1.15-alpine 18:19:39 Step 2/8 : FROM ${BASE} 18:19:39 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 18:19:39 5f621e34cdf4: Pulling fs layer 18:19:39 a4357932f1b6: Pulling fs layer 18:19:39 18c013af1878: Pulling fs layer 18:19:39 00ac8860ef70: Pulling fs layer 18:19:39 63d7cb157983: Pulling fs layer 18:19:39 b116817d02f9: Pulling fs layer 18:19:39 745a02a5169b: Pulling fs layer 18:19:39 63d7cb157983: Waiting 18:19:39 00ac8860ef70: Waiting 18:19:39 b116817d02f9: Waiting 18:19:39 745a02a5169b: Waiting 18:19:39 18c013af1878: Verifying Checksum 18:19:39 18c013af1878: Download complete 18:19:39 a4357932f1b6: Verifying Checksum 18:19:39 a4357932f1b6: Download complete 18:19:39 63d7cb157983: Verifying Checksum 18:19:39 63d7cb157983: Download complete 18:19:39 b116817d02f9: Download complete 18:19:39 5f621e34cdf4: Verifying Checksum 18:19:39 5f621e34cdf4: Download complete 18:19:40 5f621e34cdf4: Pull complete 18:19:41 a4357932f1b6: Pull complete 18:19:41 18c013af1878: Pull complete [Pipeline] unstash [Pipeline] echo 18:19:41 ========================================================= 18:19:41 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 18:19:41 ========================================================= [Pipeline] isUnix 18:19:42 745a02a5169b: Download complete [Pipeline] sh 18:19:42 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 18:19:43 00ac8860ef70: Verifying Checksum 18:19:43 00ac8860ef70: Download complete 18:19:44 Sending build context to Docker daemon 762.9kB 18:19:44 Step 1/8 : ARG BASE=golang:1.15-alpine 18:19:44 Step 2/8 : FROM ${BASE} 18:19:44 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 18:19:44 188c0c94c7c5: Pulling fs layer 18:19:44 0ef7d3d256c8: Pulling fs layer 18:19:44 de9db76c5a1d: Pulling fs layer 18:19:44 bca2f99d35d6: Pulling fs layer 18:19:44 93359f2a8cfa: Pulling fs layer 18:19:44 7c6f9722023f: Pulling fs layer 18:19:44 a35cf1a2eb13: Pulling fs layer 18:19:44 bca2f99d35d6: Waiting 18:19:44 93359f2a8cfa: Waiting 18:19:44 7c6f9722023f: Waiting 18:19:44 a35cf1a2eb13: Waiting 18:19:44 de9db76c5a1d: Verifying Checksum 18:19:44 de9db76c5a1d: Download complete 18:19:44 0ef7d3d256c8: Verifying Checksum 18:19:44 0ef7d3d256c8: Download complete 18:19:44 93359f2a8cfa: Verifying Checksum 18:19:44 93359f2a8cfa: Download complete 18:19:44 7c6f9722023f: Verifying Checksum 18:19:44 7c6f9722023f: Download complete 18:19:45 188c0c94c7c5: Verifying Checksum 18:19:45 188c0c94c7c5: Download complete 18:19:45 188c0c94c7c5: Pull complete 18:19:46 0ef7d3d256c8: Pull complete 18:19:47 de9db76c5a1d: Pull complete 18:19:53 00ac8860ef70: Pull complete 18:19:53 63d7cb157983: Pull complete 18:19:53 b116817d02f9: Pull complete 18:19:54 a35cf1a2eb13: Verifying Checksum 18:19:54 a35cf1a2eb13: Download complete 18:19:55 bca2f99d35d6: Verifying Checksum 18:19:55 bca2f99d35d6: Download complete 18:19:57 745a02a5169b: Pull complete 18:19:57 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 18:19:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 18:19:57 ---> b7e6874047d6 18:19:57 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 18:19:59 ---> Running in 5a7af540a0c2 18:19:59 Removing intermediate container 5a7af540a0c2 18:19:59 ---> b562fd3e603b 18:19:59 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:20:00 ---> Running in 5daf4ac8f8e5 18:20:02 Removing intermediate container 5daf4ac8f8e5 18:20:02 ---> 3bee35a61368 18:20:02 Step 5/8 : RUN apk add --update --no-cache git make 18:20:02 ---> Running in 27a5a8e732a7 18:20:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:20:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:20:04 OK: 142 MiB in 39 packages 18:20:06 Removing intermediate container 27a5a8e732a7 18:20:06 ---> 21cf3597eb8b 18:20:06 Step 6/8 : WORKDIR /build 18:20:06 ---> Running in ede71b9186f2 18:20:06 Removing intermediate container ede71b9186f2 18:20:06 ---> 9e32a20e5a03 18:20:06 Step 7/8 : COPY go.mod . 18:20:07 ---> 228190211fed 18:20:07 Step 8/8 : RUN go mod download 18:20:07 ---> Running in ab96ea57680c 18:20:24 bca2f99d35d6: Pull complete 18:20:24 93359f2a8cfa: Pull complete 18:20:24 7c6f9722023f: Pull complete 18:20:34 Removing intermediate container ab96ea57680c 18:20:34 ---> 2d84ba4a038d 18:20:34 Successfully built 2d84ba4a038d 18:20:34 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 18:20:34 + docker inspect -f . ci-base-image-arm64 18:20:34 . [Pipeline] withDockerContainer 18:20:35 prd-ubuntu18.04-docker-arm64-4c-16g-31781 does not seem to be running inside a container 18:20:35 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/99 -v /w/workspace/go-mod-bootstrap/99:/w/workspace/go-mod-bootstrap/99:rw,z -v /w/workspace/go-mod-bootstrap/99@tmp:/w/workspace/go-mod-bootstrap/99@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 ******** -e ******** ci-base-image-arm64 cat 18:20:36 $ docker top 87bfa80eb53c46a0d2a1bb88eda6ac70de52770fd70cd1882c5a5205cda69588 -eo pid,comm [Pipeline] { [Pipeline] sh 18:20:37 a35cf1a2eb13: Pull complete 18:20:37 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 18:20:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 18:20:37 ---> a62c8e92a672 18:20:37 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 18:20:37 + go version 18:20:37 go version go1.15.5 linux/arm64 [Pipeline] } 18:20:37 $ docker stop --time=1 87bfa80eb53c46a0d2a1bb88eda6ac70de52770fd70cd1882c5a5205cda69588 18:20:38 ---> Running in 643b6648ed36 18:20:38 Removing intermediate container 643b6648ed36 18:20:38 ---> ef74e707a7b4 18:20:38 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:20:39 ---> Running in 3182291234d5 18:20:39 $ docker rm -f 87bfa80eb53c46a0d2a1bb88eda6ac70de52770fd70cd1882c5a5205cda69588 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:20:41 + docker inspect -f . ci-base-image-arm64 18:20:41 . [Pipeline] withDockerContainer 18:20:41 prd-ubuntu18.04-docker-arm64-4c-16g-31781 does not seem to be running inside a container 18:20:41 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/99 -v /w/workspace/go-mod-bootstrap/99:/w/workspace/go-mod-bootstrap/99:rw,z -v /w/workspace/go-mod-bootstrap/99@tmp:/w/workspace/go-mod-bootstrap/99@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 ******** -e ******** ci-base-image-arm64 cat 18:20:42 $ docker top 163ed194018fbd566d7498c145d31622e2ee1dd473f8f5c0e305dd0f6c81d69c -eo pid,comm [Pipeline] { [Pipeline] sh 18:20:43 + make test 18:20:43 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 18:20:43 Removing intermediate container 3182291234d5 18:20:43 ---> 22e6f2bdcd56 18:20:43 Step 5/8 : RUN apk add --update --no-cache git make 18:20:44 ---> Running in aad521e29ab9 18:20:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:20:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:20:48 OK: 166 MiB in 39 packages 18:20:49 Removing intermediate container aad521e29ab9 18:20:49 ---> 5c4c06bae80b 18:20:49 Step 6/8 : WORKDIR /build 18:20:49 ---> Running in 7a78e61e0c31 18:20:51 Removing intermediate container 7a78e61e0c31 18:20:51 ---> ae638944c03c 18:20:51 Step 7/8 : COPY go.mod . 18:20:51 ---> 6c65849634e3 18:20:51 Step 8/8 : RUN go mod download 18:20:52 ---> Running in e1de47364f11 18:21:23 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap [no test files] 18:21:23 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/config 0.069s coverage: 5.8% of statements 18:21:23 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/container [no test files] 18:21:23 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/environment 0.072s coverage: 92.2% of statements 18:21:23 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/flags 0.024s coverage: 85.3% of statements 18:21:23 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/handlers 0.035s coverage: 34.3% of statements 18:21:23 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces [no test files] 18:21:23 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces/mocks [no test files] 18:21:23 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/registration 0.032s coverage: 18.2% of statements 18:21:25 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/secret 3.043s coverage: 95.3% of statements 18:21:25 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/startup [no test files] 18:21:25 ? github.com/edgexfoundry/go-mod-bootstrap/v2/config [no test files] 18:21:25 ok github.com/edgexfoundry/go-mod-bootstrap/v2/di 0.010s coverage: 91.3% of statements 18:21:25 ? github.com/edgexfoundry/go-mod-bootstrap/v2/v2/bootstrap/container [no test files] 18:21:25 CGO_ENABLED=0 GO111MODULE=on go vet ./... 18:21:32 gofmt -l . 18:21:32 [ "`gofmt -l .`" = "" ] [Pipeline] } 18:21:32 $ docker stop --time=1 163ed194018fbd566d7498c145d31622e2ee1dd473f8f5c0e305dd0f6c81d69c 18:21:34 $ docker rm -f 163ed194018fbd566d7498c145d31622e2ee1dd473f8f5c0e305dd0f6c81d69c [Pipeline] // withDockerContainer [Pipeline] sh 18:21:35 + sudo chown -R jenkins:jenkins . [Pipeline] stash 18:21:36 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:21:37 ---> job-cost.sh 18:21:37 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-vu5V 18:21:40 Removing intermediate container e1de47364f11 18:21:40 ---> c4e2214a720d 18:21:40 Successfully built c4e2214a720d 18:21:40 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 18:21:41 + docker inspect -f . ci-base-image-x86_64 18:21:41 . [Pipeline] withDockerContainer 18:21:42 prd-centos7-docker-4c-2g-31779 does not seem to be running inside a container 18:21:42 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/99 -v /w/workspace/go-mod-bootstrap/99:/w/workspace/go-mod-bootstrap/99:rw,z -v /w/workspace/go-mod-bootstrap/99@tmp:/w/workspace/go-mod-bootstrap/99@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 ******** -e ******** ci-base-image-x86_64 cat 18:21:43 $ docker top 6503ba926ce22366308ae088a45a81580805ab3eabd9665ad28b3c5dc1ca2aa3 -eo pid,comm [Pipeline] { [Pipeline] sh 18:21:44 + go version 18:21:44 go version go1.15.5 linux/amd64 [Pipeline] } 18:21:44 $ docker stop --time=1 6503ba926ce22366308ae088a45a81580805ab3eabd9665ad28b3c5dc1ca2aa3 18:21:46 $ docker rm -f 6503ba926ce22366308ae088a45a81580805ab3eabd9665ad28b3c5dc1ca2aa3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:21:47 + docker inspect -f . ci-base-image-x86_64 18:21:48 . [Pipeline] withDockerContainer 18:21:48 prd-centos7-docker-4c-2g-31779 does not seem to be running inside a container 18:21:49 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/99 -v /w/workspace/go-mod-bootstrap/99:/w/workspace/go-mod-bootstrap/99:rw,z -v /w/workspace/go-mod-bootstrap/99@tmp:/w/workspace/go-mod-bootstrap/99@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 ******** -e ******** ci-base-image-x86_64 cat 18:21:50 $ docker top 475440d4af1774016e884834df018347d49e9f9d291992ef99d40117085c7191 -eo pid,comm [Pipeline] { [Pipeline] sh 18:21:51 + make test 18:21:51 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 18:22:16 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 18:22:32 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap [no test files] 18:22:32 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/config 0.061s coverage: 5.8% of statements 18:22:32 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/container [no test files] 18:22:32 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/environment 0.079s coverage: 92.2% of statements 18:22:32 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/flags 0.036s coverage: 85.3% of statements 18:22:32 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/handlers 0.066s coverage: 34.3% of statements 18:22:32 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces [no test files] 18:22:32 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces/mocks [no test files] 18:22:32 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/registration 0.038s coverage: 18.2% of statements 18:22:36 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/secret 3.110s coverage: 95.3% of statements 18:22:36 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/startup [no test files] 18:22:36 ? github.com/edgexfoundry/go-mod-bootstrap/v2/config [no test files] 18:22:36 ok github.com/edgexfoundry/go-mod-bootstrap/v2/di 0.040s coverage: 91.3% of statements 18:22:36 ? github.com/edgexfoundry/go-mod-bootstrap/v2/v2/bootstrap/container [no test files] 18:22:36 CGO_ENABLED=0 GO111MODULE=on go vet ./... 18:22:47 gofmt -l . 18:22:47 [ "`gofmt -l .`" = "" ] [Pipeline] } 18:22:47 $ docker stop --time=1 475440d4af1774016e884834df018347d49e9f9d291992ef99d40117085c7191 18:22:50 $ docker rm -f 475440d4af1774016e884834df018347d49e9f9d291992ef99d40117085c7191 [Pipeline] // withDockerContainer [Pipeline] sh 18:22:51 + sudo chown -R jenkins:jenkins . [Pipeline] stash 18:22:51 Warning: overwriting stash ‘coverage-report’ 18:22:52 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:22:53 ---> job-cost.sh 18:22:53 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-YLvy 18:23:26 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 18:24:08 lf-activate-venv(): INFO: Adding /tmp/venv-vu5V/bin to PATH 18:24:08 INFO: No Stack... 18:24:08 INFO: Retrieving Pricing Info for: lf-standard-4 18:24:08 INFO: Archiving Costs [Pipeline] sh 18:24:08 + cat /w/workspace/go-mod-bootstrap/99/archives/cost.csv 18:24:08 + cut -d, -f6 [Pipeline] lock 18:24:08 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-bootstrap-master-99-stack-cost] 18:24:08 Resource [jenkins-edgexfoundry-go-mod-bootstrap-master-99-stack-cost] did not exist. Created. 18:24:08 Lock acquired on [jenkins-edgexfoundry-go-mod-bootstrap-master-99-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 18:24:09 + echo total: 0.20999999344348907 [Pipeline] stash 18:24:09 Stashed 1 file(s) [Pipeline] } 18:24:09 Lock released on resource [jenkins-edgexfoundry-go-mod-bootstrap-master-99-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 18:24:14 lf-activate-venv(): INFO: Adding /tmp/venv-YLvy/bin to PATH 18:24:14 INFO: No Stack... 18:24:14 INFO: Retrieving Pricing Info for: v1-standard-2 18:24:14 INFO: Archiving Costs [Pipeline] sh 18:24:14 + cut -d, -f6 18:24:14 + cat /w/workspace/go-mod-bootstrap/99/archives/cost.csv [Pipeline] lock 18:24:15 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-bootstrap-master-99-stack-cost] 18:24:15 Resource [jenkins-edgexfoundry-go-mod-bootstrap-master-99-stack-cost] did not exist. Created. 18:24:15 Lock acquired on [jenkins-edgexfoundry-go-mod-bootstrap-master-99-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 18:24:15 /w/workspace/go-mod-bootstrap/99@tmp/durable-596d813a/script.sh: line 1: unexpected EOF while looking for matching `'' [Pipeline] sh 18:24:15 + echo total: 0.029999999329447746 [Pipeline] stash 18:24:15 Warning: overwriting stash ‘stack-cost’ 18:24:16 Stashed 1 file(s) [Pipeline] } 18:24:16 Lock released on resource [jenkins-edgexfoundry-go-mod-bootstrap-master-99-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:24:17 provisioning config files... 18:24:17 copy managed file [go-mod-bootstrap-codecov-token] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config1188434661759421979tmp [Pipeline] { [Pipeline] sh 18:24:17 + set +x 18:24:17 + curl -s https://codecov.io/bash 18:24:17 + bash -s -- 18:24:18 18:24:18 _____ _ 18:24:18 / ____| | | 18:24:18 | | ___ __| | ___ ___ _____ __ 18:24:18 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 18:24:18 | |___| (_) | (_| | __/ (_| (_) \ V / 18:24:18 \_____\___/ \__,_|\___|\___\___/ \_/ 18:24:18 Bash-20210309-2b87ace 18:24:18 18:24:18 18:24:18 ==> git version 2.24.3 found 18:24:18 ==> 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:24:18 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 18:24:18 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 18:24:18 curl: option -sm: expected a proper numerical parameter 18:24:18 curl: try 'curl --help' or 'curl --manual' for more information 18:24:18 ==> Jenkins CI detected. 18:24:18 project root: . 18:24:18 --> token set from env 18:24:18 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 18:24:18 ==> Running gcov in . (disable via -X gcov) 18:24:18 ==> Python coveragepy not found 18:24:18 ==> Searching for coverage reports in: 18:24:18 + . 18:24:18 -> Found 1 reports 18:24:18 ==> Detecting git/mercurial file structure 18:24:18 ==> Reading reports 18:24:18 + ./coverage.out bytes=30077 18:24:18 ==> Appending adjustments 18:24:18 https://docs.codecov.io/docs/fixing-reports 18:24:18 + Found adjustments 18:24:18 ==> Gzipping contents 18:24:18 8.0K /tmp/codecov.kc0y1l.gz 18:24:18 ==> Uploading reports 18:24:18 url: https://codecov.io 18:24:18 query: branch=master&commit=e7656ea348032140d0a2dfcc5c6b39f432d61177&build=99&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2Fmaster%2F99%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=&job=&cmd_args= 18:24:18 -> Pinging Codecov 18:24:18 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=master&commit=e7656ea348032140d0a2dfcc5c6b39f432d61177&build=99&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2Fmaster%2F99%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=&job=&cmd_args= 18:24:18 -> Uploading to 18:24:18 https://storage.googleapis.com/codecov/v4/raw/2021-03-29/833815588EE85121546D348822E98E2E/e7656ea348032140d0a2dfcc5c6b39f432d61177/1ec2ac76-afe4-41a3-ab76-a289aa64de2a.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210329%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210329T182418Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=6e736fb61a9b782f9394b50308053d262fda19540a3a70886e33c6062ac703bf 18:24:18 % Total % Received % Xferd Average Speed Time Time Time Current 18:24:18 Dload Upload Total Spent Left Speed 18:24:19 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5565 0 0 100 5565 0 13157 --:--:-- --:--:-- --:--:-- 13187 18:24:19 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/go-mod-bootstrap/commit/e7656ea348032140d0a2dfcc5c6b39f432d61177 [Pipeline] } 18:24:19 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 18:24:20 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 18:24:20 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:24:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 18:24:20 18:24:20 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 18:24:20 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 18:24:20 1.410.4: Pulling from edgex-devops/edgex-snyk-go 18:24:20 188c0c94c7c5: Pulling fs layer 18:24:20 0ef7d3d256c8: Pulling fs layer 18:24:20 de9db76c5a1d: Pulling fs layer 18:24:20 0eba1c9be4d2: Pulling fs layer 18:24:20 0d57e429df01: Pulling fs layer 18:24:20 4e4be7b47b0d: Pulling fs layer 18:24:20 e1f770b5df2f: Pulling fs layer 18:24:20 85a0685a4137: Pulling fs layer 18:24:20 0eba1c9be4d2: Waiting 18:24:20 0d57e429df01: Waiting 18:24:20 4e4be7b47b0d: Waiting 18:24:20 e1f770b5df2f: Waiting 18:24:20 85a0685a4137: Waiting 18:24:20 de9db76c5a1d: Download complete 18:24:20 0ef7d3d256c8: Verifying Checksum 18:24:20 0ef7d3d256c8: Download complete 18:24:20 0d57e429df01: Verifying Checksum 18:24:20 0d57e429df01: Download complete 18:24:20 4e4be7b47b0d: Verifying Checksum 18:24:20 4e4be7b47b0d: Download complete 18:24:20 188c0c94c7c5: Verifying Checksum 18:24:20 188c0c94c7c5: Download complete 18:24:21 188c0c94c7c5: Pull complete 18:24:21 0ef7d3d256c8: Pull complete 18:24:21 de9db76c5a1d: Pull complete 18:24:22 e1f770b5df2f: Verifying Checksum 18:24:22 e1f770b5df2f: Download complete 18:24:24 0eba1c9be4d2: Verifying Checksum 18:24:24 0eba1c9be4d2: Download complete 18:24:24 85a0685a4137: Verifying Checksum 18:24:24 85a0685a4137: Download complete 18:24:31 0eba1c9be4d2: Pull complete 18:24:31 0d57e429df01: Pull complete 18:24:31 4e4be7b47b0d: Pull complete 18:24:32 e1f770b5df2f: Pull complete 18:24:39 85a0685a4137: Pull complete 18:24:39 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 18:24:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 18:24:39 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 18:24:39 prd-centos7-docker-4c-2g-31777 does not seem to be running inside a container 18:24:39 $ 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:24:41 $ docker top 3e75c9f054d2c279da77e4e4c70b4832ab26ed36f699e1076dea4475128b40af -eo pid,comm [Pipeline] { [Pipeline] echo 18:24:41 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 18:24:41 + set -o pipefail 18:24:41 + snyk monitor '--org=edgex-jenkins' 18:24:49 18:24:49 Monitoring /w/workspace/xfoundry_go-mod-bootstrap_master (github.com/edgexfoundry/go-mod-bootstrap/v2)... 18:24:49 18:24:49 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/624adad5-e3a3-48c4-8c03-09f76c101df7/history/86bff938-fa79-4095-a2b8-584e10609b26 18:24:49 18:24:49 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 18:24:49 18:24:49 18:24:49 You are approaching your monthly limit of 300 private tests for your edgex-jenkins org. 18:24:49 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 18:24:49 $ docker stop --time=1 3e75c9f054d2c279da77e4e4c70b4832ab26ed36f699e1076dea4475128b40af 18:24:52 $ docker rm -f 3e75c9f054d2c279da77e4e4c70b4832ab26ed36f699e1076dea4475128b40af [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:24:54 + git log --format=format:%s -1 e7656ea348032140d0a2dfcc5c6b39f432d61177 [Pipeline] isUnix [Pipeline] sh 18:24:54 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:24:54 . [Pipeline] withDockerContainer 18:24:54 prd-centos7-docker-4c-2g-31777 does not seem to be running inside a container 18:24:54 $ 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:24:55 $ docker top eedb54a393b431eba9345a8cc6428f81c7bea267690f554a29e323fac6c82ef9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:24:56 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:24:56 [ssh-agent] Looking for ssh-agent implementation... 18:24:56 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:24:56 $ docker exec eedb54a393b431eba9345a8cc6428f81c7bea267690f554a29e323fac6c82ef9 ssh-agent 18:24:56 SSH_AUTH_SOCK=/tmp/ssh-a82qUpmKgk6E/agent.11 18:24:56 SSH_AGENT_PID=16 18:24:56 Running ssh-add (command line suppressed) 18:24:56 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_2435652856224421382.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_2435652856224421382.key) 18:24:56 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:24:57 + git semver tag 18:24:57 # -> Open(): unable to determine branch for HEAD 18:24:57 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git 18:24:57 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master 18:24:57 # $SEMVER_REMOTE_NAME = origin 18:24:57 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:24:57 # $SEMVER_USER_NAME = edgex-jenkins 18:24:57 # $SEMVER_BRANCH = master 18:24:57 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver 18:24:57 # e7656ea348032140d0a2dfcc5c6b39f432d61177 HEAD 18:24:57 # -> Force: false 18:24:57 # 4f4df6d5ee86ff6c65bab46c974a5f3bc31959c4 refs/tags/v2.0.0-dev.23 [Pipeline] } 18:24:57 $ docker exec --env ******** --env ******** eedb54a393b431eba9345a8cc6428f81c7bea267690f554a29e323fac6c82ef9 ssh-agent -k 18:24:57 unset SSH_AUTH_SOCK; 18:24:57 unset SSH_AGENT_PID; 18:24:57 echo Agent pid 16 killed; 18:24:57 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:24:58 + git semver [Pipeline] } 18:24:58 $ docker stop --time=1 eedb54a393b431eba9345a8cc6428f81c7bea267690f554a29e323fac6c82ef9 18:24:59 $ docker rm -f eedb54a393b431eba9345a8cc6428f81c7bea267690f554a29e323fac6c82ef9 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 18:25:00 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 18:25:00 18:25:00 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 18:25:00 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 18:25:00 0.23.1-centos7: Pulling from edgex-lftools 18:25:00 ab5ef0e58194: Pulling fs layer 18:25:00 9712f1f96733: Pulling fs layer 18:25:00 63f879dbbcfc: Pulling fs layer 18:25:00 0d9ebad4ef96: Pulling fs layer 18:25:00 e9a5061849ea: Pulling fs layer 18:25:00 d747dcd14b5f: Pulling fs layer 18:25:00 2de7ff778b66: Pulling fs layer 18:25:00 e9a5061849ea: Waiting 18:25:00 d747dcd14b5f: Waiting 18:25:00 2de7ff778b66: Waiting 18:25:00 0d9ebad4ef96: Waiting 18:25:00 9712f1f96733: Verifying Checksum 18:25:00 9712f1f96733: Download complete 18:25:02 63f879dbbcfc: Verifying Checksum 18:25:02 63f879dbbcfc: Download complete 18:25:02 e9a5061849ea: Verifying Checksum 18:25:02 e9a5061849ea: Download complete 18:25:02 d747dcd14b5f: Verifying Checksum 18:25:02 d747dcd14b5f: Download complete 18:25:02 0d9ebad4ef96: Verifying Checksum 18:25:02 0d9ebad4ef96: Download complete 18:25:02 2de7ff778b66: Verifying Checksum 18:25:02 2de7ff778b66: Download complete 18:25:03 ab5ef0e58194: Verifying Checksum 18:25:03 ab5ef0e58194: Download complete 18:25:07 ab5ef0e58194: Pull complete 18:25:07 9712f1f96733: Pull complete 18:25:10 63f879dbbcfc: Pull complete 18:25:18 0d9ebad4ef96: Pull complete 18:25:19 e9a5061849ea: Pull complete 18:25:19 d747dcd14b5f: Pull complete 18:25:22 2de7ff778b66: Pull complete 18:25:22 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 18:25:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 18:25:22 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 18:25:22 prd-centos7-docker-4c-2g-31777 does not seem to be running inside a container 18:25:22 $ 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:25:26 $ docker top f1848c2d7b1e93818772c06b7b8aac019aa344891e52132cc79ae1d06823d0b3 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 18:25:26 provisioning config files... 18:25:26 copy managed file [sigul-config] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config4223195203819154013tmp 18:25:26 copy managed file [sigul-password] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config6418270565125816190tmp 18:25:26 copy managed file [sigul-pki] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config6808859957105317837tmp [Pipeline] { [Pipeline] echo 18:25:26 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 18:25:26 ---> sigul-configuration.sh 18:25:26 gpg: directory `/root/.gnupg' created 18:25:26 gpg: new configuration file `/root/.gnupg/gpg.conf' created 18:25:26 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 18:25:26 gpg: keyring `/root/.gnupg/secring.gpg' created 18:25:26 gpg: keyring `/root/.gnupg/pubring.gpg' created 18:25:26 gpg: CAST5 encrypted data 18:25:27 gpg: encrypted with 1 passphrase 18:25:27 gpg: WARNING: message was not integrity protected [Pipeline] sh 18:25:27 + mkdir /home/jenkins 18:25:27 + mkdir /home/jenkins/sigul [Pipeline] sh 18:25:27 + 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:25:27 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 18:25:27 ---> sigul-install.sh 18:25:34 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 18:25:34 + git tag --list 18:25:34 v0.0.1 18:25:34 v0.0.10 18:25:34 v0.0.11 18:25:34 v0.0.12 18:25:34 v0.0.13 18:25:34 v0.0.14 18:25:34 v0.0.15 18:25:34 v0.0.16 18:25:34 v0.0.17 18:25:34 v0.0.18 18:25:34 v0.0.19 18:25:34 v0.0.2 18:25:34 v0.0.20 18:25:34 v0.0.21 18:25:34 v0.0.22 18:25:34 v0.0.23 18:25:34 v0.0.24 18:25:34 v0.0.25 18:25:34 v0.0.26 18:25:34 v0.0.27 18:25:34 v0.0.28 18:25:34 v0.0.29 18:25:34 v0.0.3 18:25:34 v0.0.30 18:25:34 v0.0.31 18:25:34 v0.0.32 18:25:34 v0.0.33 18:25:34 v0.0.34 18:25:34 v0.0.35 18:25:34 v0.0.36 18:25:34 v0.0.37 18:25:34 v0.0.38 18:25:34 v0.0.39 18:25:34 v0.0.4 18:25:34 v0.0.40 18:25:34 v0.0.41 18:25:34 v0.0.42 18:25:34 v0.0.43 18:25:34 v0.0.44 18:25:34 v0.0.45 18:25:34 v0.0.46 18:25:34 v0.0.47 18:25:34 v0.0.48 18:25:34 v0.0.49 18:25:34 v0.0.5 18:25:34 v0.0.50 18:25:34 v0.0.51 18:25:34 v0.0.52 18:25:34 v0.0.53 18:25:34 v0.0.54 18:25:34 v0.0.55 18:25:34 v0.0.56 18:25:34 v0.0.57 18:25:34 v0.0.58 18:25:34 v0.0.59 18:25:34 v0.0.6 18:25:34 v0.0.60 18:25:34 v0.0.61 18:25:34 v0.0.62 18:25:34 v0.0.63 18:25:34 v0.0.64 18:25:34 v0.0.65 18:25:34 v0.0.66 18:25:34 v0.0.67 18:25:34 v0.0.68 18:25:34 v0.0.69 18:25:34 v0.0.7 18:25:34 v0.0.70 18:25:34 v0.0.71 18:25:34 v0.0.72 18:25:34 v0.0.8 18:25:34 v0.0.9 18:25:34 v2.0.0-dev.1 18:25:34 v2.0.0-dev.10 18:25:34 v2.0.0-dev.11 18:25:34 v2.0.0-dev.12 18:25:34 v2.0.0-dev.13 18:25:34 v2.0.0-dev.14 18:25:34 v2.0.0-dev.15 18:25:34 v2.0.0-dev.16 18:25:34 v2.0.0-dev.17 18:25:34 v2.0.0-dev.18 18:25:34 v2.0.0-dev.19 18:25:34 v2.0.0-dev.2 18:25:34 v2.0.0-dev.20 18:25:34 v2.0.0-dev.21 18:25:34 v2.0.0-dev.22 18:25:34 v2.0.0-dev.23 18:25:34 v2.0.0-dev.3 18:25:34 v2.0.0-dev.4 18:25:34 v2.0.0-dev.5 18:25:34 v2.0.0-dev.6 18:25:34 v2.0.0-dev.7 18:25:34 v2.0.0-dev.8 18:25:34 v2.0.0-dev.9 [Pipeline] sh 18:25:35 + lftools sign git-tag v2.0.0-dev.23 18:25:36 Signing Git tag with Sigul... 18:25:36 Signing v2.0.0-dev.23 [Pipeline] echo 18:25:37 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 18:25:37 ---> sigul-configuration-cleanup.sh [Pipeline] } 18:25:37 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 18:25:37 $ docker stop --time=1 f1848c2d7b1e93818772c06b7b8aac019aa344891e52132cc79ae1d06823d0b3 18:25:40 $ docker rm -f f1848c2d7b1e93818772c06b7b8aac019aa344891e52132cc79ae1d06823d0b3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 18:25:41 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:25:41 . [Pipeline] withDockerContainer 18:25:41 prd-centos7-docker-4c-2g-31777 does not seem to be running inside a container 18:25:41 $ 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:25:42 $ docker top 926d14b71e9fb587b7c96e90fb7354c8e602d143bd89d57070e03cecb9c84af3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:25:42 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:25:42 [ssh-agent] Looking for ssh-agent implementation... 18:25:42 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:25:42 $ docker exec 926d14b71e9fb587b7c96e90fb7354c8e602d143bd89d57070e03cecb9c84af3 ssh-agent 18:25:42 SSH_AUTH_SOCK=/tmp/ssh-YmdiALPXtWIJ/agent.11 18:25:42 SSH_AGENT_PID=16 18:25:42 Running ssh-add (command line suppressed) 18:25:43 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_4546536260850280841.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_4546536260850280841.key) 18:25:43 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:25:43 + git semver bump pre 18:25:43 # -> Open(): unable to determine branch for HEAD 18:25:43 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git 18:25:43 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master 18:25:43 # $SEMVER_REMOTE_NAME = origin 18:25:43 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:25:43 # $SEMVER_USER_NAME = edgex-jenkins 18:25:43 # $SEMVER_BRANCH = master 18:25:43 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver 18:25:43 2.0.0-dev.24 [Pipeline] } 18:25:43 $ docker exec --env ******** --env ******** 926d14b71e9fb587b7c96e90fb7354c8e602d143bd89d57070e03cecb9c84af3 ssh-agent -k 18:25:43 unset SSH_AUTH_SOCK; 18:25:43 unset SSH_AGENT_PID; 18:25:43 echo Agent pid 16 killed; 18:25:43 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:25:44 + git semver [Pipeline] } 18:25:44 $ docker stop --time=1 926d14b71e9fb587b7c96e90fb7354c8e602d143bd89d57070e03cecb9c84af3 18:25:45 $ docker rm -f 926d14b71e9fb587b7c96e90fb7354c8e602d143bd89d57070e03cecb9c84af3 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 18:25:46 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:25:46 . [Pipeline] withDockerContainer 18:25:46 prd-centos7-docker-4c-2g-31777 does not seem to be running inside a container 18:25: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:25:47 $ docker top 0d778dc773829f14af22bb75ddf07179c53b1029c551626fcd92cc393200781a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:25:47 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:25:47 [ssh-agent] Looking for ssh-agent implementation... 18:25:48 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:25:48 $ docker exec 0d778dc773829f14af22bb75ddf07179c53b1029c551626fcd92cc393200781a ssh-agent 18:25:48 SSH_AUTH_SOCK=/tmp/ssh-sVQLdtvF6JrF/agent.11 18:25:48 SSH_AGENT_PID=16 18:25:48 Running ssh-add (command line suppressed) 18:25:48 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_2610917903319077529.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_2610917903319077529.key) 18:25:48 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:25:48 + git semver push 18:25:48 # -> Open(): unable to determine branch for HEAD 18:25:48 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git 18:25:48 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master 18:25:48 # $SEMVER_REMOTE_NAME = origin 18:25:48 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:25:48 # $SEMVER_USER_NAME = edgex-jenkins 18:25:48 # $SEMVER_BRANCH = master 18:25:48 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [Pipeline] } 18:25:53 $ docker exec --env ******** --env ******** 0d778dc773829f14af22bb75ddf07179c53b1029c551626fcd92cc393200781a ssh-agent -k 18:25:53 unset SSH_AUTH_SOCK; 18:25:53 unset SSH_AGENT_PID; 18:25:53 echo Agent pid 16 killed; 18:25:53 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:25:53 + git semver [Pipeline] } 18:25:53 $ docker stop --time=1 0d778dc773829f14af22bb75ddf07179c53b1029c551626fcd92cc393200781a 18:25:55 $ docker rm -f 0d778dc773829f14af22bb75ddf07179c53b1029c551626fcd92cc393200781a [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:25:56 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 18:25:57 ---> package-listing.sh 18:25:57 ++ facter osfamily 18:25:57 ++ tr '[:upper:]' '[:lower:]' 18:25:57 + OS_FAMILY=redhat 18:25:57 + workspace=/w/workspace/xfoundry_go-mod-bootstrap_master 18:25:57 + START_PACKAGES=/tmp/packages_start.txt 18:25:57 + END_PACKAGES=/tmp/packages_end.txt 18:25:57 + DIFF_PACKAGES=/tmp/packages_diff.txt 18:25:57 + PACKAGES=/tmp/packages_start.txt 18:25:57 + '[' /w/workspace/xfoundry_go-mod-bootstrap_master ']' 18:25:57 + PACKAGES=/tmp/packages_end.txt 18:25:57 + case "${OS_FAMILY}" in 18:25:57 + rpm -qa 18:25:57 + sort 18:26:02 + '[' -f /tmp/packages_start.txt ']' 18:26:02 + '[' -f /tmp/packages_end.txt ']' 18:26:02 + diff /tmp/packages_start.txt /tmp/packages_end.txt 18:26:02 + '[' /w/workspace/xfoundry_go-mod-bootstrap_master ']' 18:26:02 + mkdir -p /w/workspace/xfoundry_go-mod-bootstrap_master/archives/ 18:26:02 + 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:26:02 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:26:02 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 18:26:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:26:03 18:26:03 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 18:26:03 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:26:03 alpine: Pulling from edgex-lftools-log-publisher 18:26:03 df20fa9351a1: Pulling fs layer 18:26:03 36b3adc4ff6f: Pulling fs layer 18:26:03 8ad3a11d3b57: Pulling fs layer 18:26:03 46f8f816bc3b: Pulling fs layer 18:26:03 93b61091891f: Pulling fs layer 18:26:03 93b9cdb0e59b: Pulling fs layer 18:26:03 5e14af77c1be: Pulling fs layer 18:26:03 01666e4c0597: Pulling fs layer 18:26:03 aa168da1d23b: Pulling fs layer 18:26:03 46f8f816bc3b: Waiting 18:26:03 93b61091891f: Waiting 18:26:03 93b9cdb0e59b: Waiting 18:26:03 01666e4c0597: Waiting 18:26:03 5e14af77c1be: Waiting 18:26:03 aa168da1d23b: Waiting 18:26:03 36b3adc4ff6f: Verifying Checksum 18:26:03 36b3adc4ff6f: Download complete 18:26:03 df20fa9351a1: Verifying Checksum 18:26:03 df20fa9351a1: Download complete 18:26:03 93b61091891f: Verifying Checksum 18:26:03 93b61091891f: Download complete 18:26:03 93b9cdb0e59b: Verifying Checksum 18:26:03 93b9cdb0e59b: Download complete 18:26:03 5e14af77c1be: Verifying Checksum 18:26:03 5e14af77c1be: Download complete 18:26:03 01666e4c0597: Verifying Checksum 18:26:03 01666e4c0597: Download complete 18:26:03 46f8f816bc3b: Verifying Checksum 18:26:03 46f8f816bc3b: Download complete 18:26:03 8ad3a11d3b57: Verifying Checksum 18:26:03 8ad3a11d3b57: Download complete 18:26:04 df20fa9351a1: Pull complete 18:26:04 36b3adc4ff6f: Pull complete 18:26:05 8ad3a11d3b57: Pull complete 18:26:05 46f8f816bc3b: Pull complete 18:26:05 93b61091891f: Pull complete 18:26:05 93b9cdb0e59b: Pull complete 18:26:06 5e14af77c1be: Pull complete 18:26:06 01666e4c0597: Pull complete 18:26:07 aa168da1d23b: Verifying Checksum 18:26:07 aa168da1d23b: Download complete 18:26:16 aa168da1d23b: Pull complete 18:26:16 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 18:26:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:26:16 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 18:26:16 prd-centos7-docker-4c-2g-31777 does not seem to be running inside a container 18:26:16 $ 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:26:18 $ docker top 9b93204fd3e1d37d998864230a850cfb71512de3eafa8ba87b400fc7159dd3b8 -eo pid,comm [Pipeline] { [Pipeline] sh 18:26:19 + touch /tmp/pre-build-complete [Pipeline] sh 18:26:19 + mkdir -p /var/log/sa [Pipeline] sh 18:26:19 + ls /var/log/sa-host 18:26:19 + sadf -c /var/log/sa-host/sa23 18:26:19 file_magic: OK 18:26:19 HZ: Using current value: 100 18:26:19 file_header: OK 18:26:19 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:26:19 Statistics: 18:26:19 Hnuu...uuuununununu... 18:26:19 File successfully converted to sysstat format version 12.2.1 18:26:19 + sadf -c /var/log/sa-host/sa29 18:26:19 file_magic: OK 18:26:19 HZ: Using current value: 100 18:26:19 file_header: OK 18:26:19 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:26:19 Statistics: 18:26:19 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 18:26:19 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:26:20 provisioning config files... 18:26:20 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config8135265687593284582tmp [Pipeline] { [Pipeline] echo 18:26:20 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 18:26:20 ---> create-netrc.sh [Pipeline] } 18:26:20 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 18:26:20 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 18:26:20 ---> python-tools-install.sh [Pipeline] echo 18:26:20 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 18:26:21 ---> sudo-logs.sh 18:26:21 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 18:26:21 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 18:26:21 ---> job-cost.sh 18:26:21 lf-activate-venv: SKIPPING 18:26:21 DEBUG: total: 0.029999999329447746 18:26:21 INFO: Retrieving Stack Cost... 18:26:22 INFO: Retrieving Pricing Info for: v1-standard-2 18:26:23 INFO: Archiving Costs [Pipeline] echo 18:26:23 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 18:26:23 ---> logs-deploy.sh 18:26:23 lf-activate-venv: SKIPPING 18:26:23 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-bootstrap/master/99 18:26:23 INFO: archiving workspace using pattern(s): 18:26:25 Archives upload complete. 18:26:25 INFO: archiving logs to Nexus 18:26:26 ---> uname -a: 18:26:26 Linux prd-centos7-docker-4c-2g-31777.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:26:26 18:26:26 18:26:26 ---> lscpu: 18:26:26 Architecture: x86_64 18:26:26 CPU op-mode(s): 32-bit, 64-bit 18:26:26 Byte Order: Little Endian 18:26:26 Address sizes: 40 bits physical, 48 bits virtual 18:26:26 CPU(s): 4 18:26:26 On-line CPU(s) list: 0-3 18:26:26 Thread(s) per core: 1 18:26:26 Core(s) per socket: 1 18:26:26 Socket(s): 4 18:26:26 NUMA node(s): 1 18:26:26 Vendor ID: GenuineIntel 18:26:26 CPU family: 6 18:26:26 Model: 44 18:26:26 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 18:26:26 Stepping: 1 18:26:26 CPU MHz: 2933.436 18:26:26 BogoMIPS: 5866.87 18:26:26 Virtualization: VT-x 18:26:26 Hypervisor vendor: KVM 18:26:26 Virtualization type: full 18:26:26 L1d cache: 128 KiB 18:26:26 L1i cache: 128 KiB 18:26:26 L2 cache: 16 MiB 18:26:26 L3 cache: 64 MiB 18:26:26 NUMA node0 CPU(s): 0-3 18:26:26 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 18:26:26 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 18:26:26 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 18:26:26 Vulnerability Meltdown: Mitigation; PTI 18:26:26 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 18:26:26 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 18:26:26 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 18:26:26 Vulnerability Srbds: Not affected 18:26:26 Vulnerability Tsx async abort: Not affected 18:26:26 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:26:26 18:26:26 18:26:26 ---> nproc: 18:26:26 4 18:26:26 18:26:26 18:26:26 ---> df -h: 18:26:26 Filesystem Size Used Available Use% Mounted on 18:26:26 overlay 50.0G 8.5G 41.4G 17% / 18:26:26 tmpfs 64.0M 0 64.0M 0% /dev 18:26:26 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 18:26:26 shm 64.0M 0 64.0M 0% /dev/shm 18:26:26 /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os 18:26:26 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf 18:26:26 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname 18:26:26 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts 18:26:26 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/xfoundry_go-mod-bootstrap_master@tmp 18:26:26 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host 18:26:26 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure 18:26:26 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log 18:26:26 /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json 18:26:26 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/xfoundry_go-mod-bootstrap_master 18:26:26 18:26:26 18:26:26 ---> free -m: 18:26:26 total used free shared buff/cache available 18:26:26 Mem: 1837 821 149 0 866 952 18:26:26 Swap: 1023 2 1021 18:26:26 18:26:26 18:26:26 ---> ip addr: 18:26:26 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 18:26:26 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 18:26:26 inet 127.0.0.1/8 scope host lo 18:26:26 valid_lft forever preferred_lft forever 18:26:26 inet6 ::1/128 scope host 18:26:26 valid_lft forever preferred_lft forever 18:26:26 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 18:26:26 link/ether fa:16:3e:66:ab:28 brd ff:ff:ff:ff:ff:ff 18:26:26 inet 10.30.122.165/23 brd 10.30.123.255 scope global dynamic eth0 18:26:26 valid_lft 85794sec preferred_lft 85794sec 18:26:26 inet6 fe80::f816:3eff:fe66:ab28/64 scope link 18:26:26 valid_lft forever preferred_lft forever 18:26:26 3: docker0: mtu 1500 qdisc noqueue state DOWN 18:26:26 link/ether 02:42:9c:89:77:8c brd ff:ff:ff:ff:ff:ff 18:26:26 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 18:26:26 valid_lft forever preferred_lft forever 18:26:26 inet6 fe80::42:9cff:fe89:778c/64 scope link 18:26:26 valid_lft forever preferred_lft forever 18:26:26 18:26:26 18:26:26 ---> sar -b -r -n DEV: 18:26:26 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/29/21 _x86_64_ (4 CPU) 18:26:26 18:26:26 18:16:08 LINUX RESTART (4 CPU) 18:26:26 18:26:26 18:17:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 18:26:26 18:18:01 32.29 10.99 21.30 0.00 4283.36 2956.21 0.00 18:26:26 18:19:01 1.65 0.00 1.65 0.00 0.00 28.79 0.00 18:26:26 18:20:01 0.13 0.00 0.13 0.00 0.00 2.15 0.00 18:26:26 18:21:01 0.17 0.00 0.17 0.00 0.00 2.28 0.00 18:26:26 18:22:01 0.48 0.00 0.48 0.00 0.00 5.16 0.00 18:26:26 18:23:01 0.30 0.00 0.30 0.00 0.00 5.00 0.00 18:26:26 18:24:01 0.28 0.00 0.28 0.00 0.00 3.33 0.00 18:26:26 18:25:01 297.30 182.63 114.68 0.00 8864.43 36283.19 0.00 18:26:26 18:26:01 243.09 108.93 134.15 0.00 7709.20 33311.68 0.00 18:26:26 Average: 64.00 33.64 30.37 0.00 2318.63 8071.10 0.00 18:26:26 18:26:26 18:17:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 18:26:26 18:18:01 149080 0 614268 32.65 2620 1115576 1120480 38.24 411240 1121716 20 18:26:26 18:19:01 153028 0 610312 32.44 2620 1115584 1107820 37.81 409940 1119396 16 18:26:26 18:20:01 151200 0 612136 32.53 2620 1115588 1105764 37.74 416304 1114884 16 18:26:26 18:21:01 152352 0 610984 32.47 2620 1115588 1093532 37.32 418140 1112188 8 18:26:26 18:22:01 151376 0 611952 32.52 2620 1115596 1093532 37.32 418012 1114076 16 18:26:26 18:23:01 151072 0 612252 32.54 2620 1115600 1093608 37.32 422392 1109912 16 18:26:26 18:24:01 151904 0 611416 32.50 2620 1115604 1089448 37.18 421860 1109664 12 18:26:26 18:25:01 121512 0 700376 37.22 2596 1057060 1281168 43.72 555408 954464 74424 18:26:26 18:26:01 138720 0 762440 40.52 1492 978892 1095984 37.40 565204 842428 116 18:26:26 Average: 146694 0 638460 33.93 2492 1093899 1120148 38.23 448722 1066525 8294 18:26:26 18:26:26 18:17:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 18:26:26 18:18:01 eth0 72.69 56.44 342.04 26.60 0.00 0.00 0.00 0.00 18:26:26 18:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:26:26 18:18:01 docker0 3.10 2.56 0.83 5.90 0.00 0.00 0.00 0.00 18:26:26 18:19:01 eth0 2.13 0.38 0.42 0.20 0.00 0.00 0.00 0.00 18:26:26 18:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:26:26 18:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:26:26 18:20:01 eth0 4.46 1.22 1.52 0.97 0.00 0.00 0.00 0.00 18:26:26 18:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:26:26 18:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:26:26 18:21:01 eth0 2.55 0.57 0.68 0.36 0.00 0.00 0.00 0.00 18:26:26 18:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:26:26 18:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:26:26 18:22:01 eth0 5.14 1.15 1.27 0.71 0.00 0.00 0.00 0.00 18:26:26 18:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:26:26 18:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:26:26 18:23:01 eth0 3.18 1.23 1.44 0.98 0.00 0.00 0.00 0.00 18:26:26 18:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:26:26 18:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:26:26 18:24:01 eth0 0.73 0.30 0.32 0.20 0.00 0.00 0.00 0.00 18:26:26 18:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:26:26 18:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:26:26 18:25:01 eth0 618.15 534.38 5555.71 51.54 0.00 0.00 0.00 0.00 18:26:26 18:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:26:26 18:25:01 docker0 39.27 39.43 3.53 197.53 0.00 0.00 0.00 0.00 18:26:26 18:26:01 eth0 343.60 289.54 2228.20 129.49 0.00 0.00 0.00 0.00 18:26:26 18:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:26:26 18:26:01 docker0 27.30 35.27 1.88 233.26 0.00 0.00 0.00 0.00 18:26:26 Average: eth0 117.02 98.41 904.01 23.46 0.00 0.00 0.00 0.00 18:26:26 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:26:26 Average: docker0 7.74 8.59 0.69 48.55 0.00 0.00 0.00 0.00 18:26:26 18:26:26 18:26:26 ---> sar -P ALL: 18:26:26 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/29/21 _x86_64_ (4 CPU) 18:26:26 18:26:26 18:16:08 LINUX RESTART (4 CPU) 18:26:26 18:26:26 18:17:01 CPU %user %nice %system %iowait %steal %idle 18:26:26 18:18:01 all 2.46 0.00 1.75 0.63 0.10 95.07 18:26:26 18:18:01 0 2.42 0.00 1.92 0.07 0.07 95.53 18:26:26 18:18:01 1 2.38 0.00 1.83 0.65 0.08 95.05 18:26:26 18:18:01 2 2.72 0.00 1.53 1.36 0.12 94.27 18:26:26 18:18:01 3 2.30 0.00 1.73 0.42 0.13 95.42 18:26:26 18:19:01 all 0.16 0.00 0.05 0.00 0.01 99.77 18:26:26 18:19:01 0 0.03 0.00 0.05 0.00 0.02 99.90 18:26:26 18:19:01 1 0.05 0.00 0.05 0.00 0.02 99.88 18:26:26 18:19:01 2 0.08 0.00 0.07 0.00 0.02 99.83 18:26:26 18:19:01 3 0.48 0.00 0.03 0.00 0.00 99.48 18:26:26 18:20:01 all 0.19 0.00 0.06 0.00 0.00 99.75 18:26:26 18:20:01 0 0.08 0.00 0.08 0.00 0.00 99.83 18:26:26 18:20:01 1 0.08 0.00 0.03 0.00 0.00 99.88 18:26:26 18:20:01 2 0.08 0.00 0.03 0.00 0.00 99.88 18:26:26 18:20:01 3 0.52 0.00 0.08 0.00 0.00 99.40 18:26:26 18:21:01 all 0.18 0.00 0.04 0.00 0.01 99.77 18:26:26 18:21:01 0 0.10 0.00 0.05 0.00 0.02 99.83 18:26:26 18:21:01 1 0.03 0.00 0.03 0.00 0.02 99.92 18:26:26 18:21:01 2 0.12 0.00 0.03 0.00 0.00 99.85 18:26:26 18:21:01 3 0.47 0.00 0.05 0.00 0.00 99.48 18:26:26 18:22:01 all 0.19 0.00 0.09 0.00 0.05 99.66 18:26:26 18:22:01 0 0.05 0.00 0.07 0.00 0.07 99.82 18:26:26 18:22:01 1 0.07 0.00 0.10 0.00 0.03 99.80 18:26:26 18:22:01 2 0.10 0.00 0.12 0.00 0.03 99.75 18:26:26 18:22:01 3 0.55 0.00 0.08 0.00 0.08 99.28 18:26:26 18:23:01 all 0.28 0.00 0.05 0.00 0.02 99.65 18:26:26 18:23:01 0 0.47 0.00 0.03 0.00 0.02 99.48 18:26:26 18:23:01 1 0.03 0.00 0.05 0.00 0.02 99.90 18:26:26 18:23:01 2 0.08 0.00 0.05 0.00 0.02 99.85 18:26:26 18:23:01 3 0.55 0.00 0.05 0.00 0.02 99.38 18:26:26 18:24:01 all 0.17 0.00 0.03 0.00 0.00 99.80 18:26:26 18:24:01 0 0.02 0.00 0.03 0.00 0.00 99.95 18:26:26 18:24:01 1 0.47 0.00 0.03 0.00 0.00 99.50 18:26:26 18:24:01 2 0.05 0.00 0.05 0.00 0.00 99.90 18:26:26 18:24:01 3 0.15 0.00 0.02 0.00 0.00 99.83 18:26:26 18:25:01 all 10.78 0.00 8.21 2.42 0.32 78.27 18:26:26 18:25:01 0 10.72 0.00 8.35 1.83 0.35 78.76 18:26:26 18:25:01 1 10.69 0.00 8.46 2.23 0.29 78.33 18:26:26 18:25:01 2 10.33 0.00 8.05 2.81 0.36 78.44 18:26:26 18:25:01 3 11.39 0.00 7.96 2.82 0.27 77.56 18:26:26 18:26:01 all 12.40 0.00 9.35 3.63 0.51 74.12 18:26:26 18:26:01 0 10.67 0.00 8.77 2.90 0.47 77.20 18:26:26 18:26:01 1 13.60 0.00 9.00 5.34 0.50 71.56 18:26:26 18:26:01 2 13.11 0.00 10.06 3.31 0.50 73.03 18:26:26 18:26:01 3 12.22 0.00 9.57 2.95 0.57 74.70 18:26:26 Average: all 2.92 0.00 2.14 0.73 0.11 94.11 18:26:26 Average: 0 2.67 0.00 2.10 0.52 0.11 94.60 18:26:26 Average: 1 2.99 0.00 2.14 0.90 0.10 93.88 18:26:26 Average: 2 2.90 0.00 2.17 0.82 0.11 93.99 18:26:26 Average: 3 3.12 0.00 2.13 0.67 0.12 93.96 18:26:26 18:26:26 18:26:26