Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 5b809937728fe6379baf9f00399e19471274c7bf 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 fc09f7fe5f69055b0e322e50b0bb9debbc716db4 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 fc09f7fe5f69055b0e322e50b0bb9debbc716db4 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 fc09f7fe5f69055b0e322e50b0bb9debbc716db4 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f fc09f7fe5f69055b0e322e50b0bb9debbc716db4 # timeout=10 Commit message: "Merge pull request #271 from ernestojeda/documentation-changes" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-bootstrap, buildImage:false, pushImage:false, semverBump:patch] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-bootstrap-settings PROJECT: go-mod-bootstrap USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-go-mod-bootstrap DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: patch BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-3642’ is offline Running on prd-centos7-docker-4c-2g-5428 in /w/workspace/xfoundry_go-mod-bootstrap_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git > git init /w/workspace/xfoundry_go-mod-bootstrap_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 5b809937728fe6379baf9f00399e19471274c7bf (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 5b809937728fe6379baf9f00399e19471274c7bf # timeout=10 Commit message: "Merge pull request #112 from lenny-intel/ValueWithEqual" > git rev-list --no-walk aa1d003906c0577cfe824471a85abe93373bf4cf # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 21:36:31 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 21:36:31 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 21:36:31 ========================================================= 21:36:31 EdgeX Global Pipelines Version Info 21:36:31 ========================================================= [Pipeline] libraryResource [Pipeline] sh 21:36:33 ------------------- 21:36:33 stable info: 21:36:33 ------------------- 21:36:33 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 21:36:33 Commit SHA: fc09f7fe5f69055b0e322e50b0bb9debbc716db4 21:36:33 Message: update stable to v1.0.142 21:36:34 ------------------- 21:36:34 experimental info: 21:36:34 ------------------- 21:36:34 Commited By: **** collab-it+edgex@linuxfoundation.org 21:36:34 Commit SHA: fc09f7fe5f69055b0e322e50b0bb9debbc716db4 21:36:34 Message: update experimental to v1.0.142 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 21:36:34 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-bootstrap-settings [Pipeline] echo 21:36:34 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-bootstrap [Pipeline] echo 21:36:34 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 21:36:34 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 21:36:35 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 21:36:35 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 21:36:35 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 21:36:35 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 21:36:35 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 21:36:35 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 21:36:35 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 21:36:35 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-bootstrap [Pipeline] echo 21:36:35 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 21:36:35 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 21:36:35 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 21:36:36 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 21:36:36 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 21:36:36 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 21:36:36 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo 21:36:36 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 21:36:36 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 21:36:36 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 21:36:36 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 21:36:36 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 21:36:36 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 21:36:36 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 21:36:37 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 21:36:37 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 21:36:37 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 5b809937728fe6379baf9f00399e19471274c7bf [Pipeline] echo 21:36:37 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 5b80993 [Pipeline] echo 21:36:37 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 21:36:38 + git log --format=format:%s -1 5b809937728fe6379baf9f00399e19471274c7bf [Pipeline] echo 21:36:38 GIT_COMMIT: 5b809937728fe6379baf9f00399e19471274c7bf, Commit Message: Merge pull request #112 from lenny-intel/ValueWithEqual [Pipeline] echo 21:36:38 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 21:36:39 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:36:39 21:36:39 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 21:36:39 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:36:39 latest: Pulling from edgex-devops/git-semver 21:36:39 31603596830f: Pulling fs layer 21:36:39 2a8b12db71e7: Pulling fs layer 21:36:39 6ca5941a6612: Pulling fs layer 21:36:39 ecc8261a40a4: Pulling fs layer 21:36:39 ecc8261a40a4: Waiting 21:36:39 2a8b12db71e7: Verifying Checksum 21:36:39 2a8b12db71e7: Download complete 21:36:40 31603596830f: Verifying Checksum 21:36:40 31603596830f: Download complete 21:36:40 6ca5941a6612: Verifying Checksum 21:36:40 6ca5941a6612: Download complete 21:36:40 ecc8261a40a4: Verifying Checksum 21:36:40 ecc8261a40a4: Download complete 21:36:40 31603596830f: Pull complete 21:36:40 2a8b12db71e7: Pull complete 21:36:41 6ca5941a6612: Pull complete 21:36:41 ecc8261a40a4: Pull complete 21:36:41 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 21:36:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:36:41 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 21:36:42 prd-centos7-docker-4c-2g-5428 does not seem to be running inside a container 21:36:42 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 21:36:44 $ docker top bc06fb73defc6cf9c2d44a17ee6d61c250c0f5a446a8f81fecd7bce98b1efff7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:36:44 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:36:44 [ssh-agent] Looking for ssh-agent implementation... 21:36:44 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:36:44 $ docker exec bc06fb73defc6cf9c2d44a17ee6d61c250c0f5a446a8f81fecd7bce98b1efff7 ssh-agent 21:36:44 SSH_AUTH_SOCK=/tmp/ssh-TGAIDbKyLjjO/agent.11 21:36:44 SSH_AGENT_PID=16 21:36:44 Running ssh-add (command line suppressed) 21:36:44 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_2992933760619074197.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_2992933760619074197.key) 21:36:44 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:36:45 + git tag --points-at HEAD [Pipeline] } 21:36:45 $ docker exec --env ******** --env ******** bc06fb73defc6cf9c2d44a17ee6d61c250c0f5a446a8f81fecd7bce98b1efff7 ssh-agent -k 21:36:45 unset SSH_AUTH_SOCK; 21:36:45 unset SSH_AGENT_PID; 21:36:45 echo Agent pid 16 killed; 21:36:45 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 21:36:45 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:36:45 [ssh-agent] Looking for ssh-agent implementation... 21:36:45 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:36:45 $ docker exec bc06fb73defc6cf9c2d44a17ee6d61c250c0f5a446a8f81fecd7bce98b1efff7 ssh-agent 21:36:46 SSH_AUTH_SOCK=/tmp/ssh-5lq5uDSKkE1D/agent.45 21:36:46 SSH_AGENT_PID=50 21:36:46 Running ssh-add (command line suppressed) 21:36:46 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_2497852366789960584.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_2497852366789960584.key) 21:36:46 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:36:46 + git semver init 21:36:46 # -> Open(): unable to determine branch for HEAD 21:36:46 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git 21:36:46 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master 21:36:46 # $SEMVER_REMOTE_NAME = origin 21:36:46 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:36:46 # $SEMVER_USER_NAME = edgex-jenkins 21:36:46 # $SEMVER_BRANCH = master 21:36:46 # $SEMVER_TEMP = /tmp/semver-432548281 21:36:46 # git clone --branch semver git@github.com:edgexfoundry/go-mod-bootstrap.git $SEMVER_TEMP 21:36:46 # '/tmp/semver-432548281' -> '/w/workspace/xfoundry_go-mod-bootstrap_master/.semver' 21:36:47 # -> Force: false 21:36:47 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [Pipeline] } 21:36:47 $ docker exec --env ******** --env ******** bc06fb73defc6cf9c2d44a17ee6d61c250c0f5a446a8f81fecd7bce98b1efff7 ssh-agent -k 21:36:47 unset SSH_AUTH_SOCK; 21:36:47 unset SSH_AGENT_PID; 21:36:47 echo Agent pid 50 killed; 21:36:47 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:36:47 + git semver [Pipeline] } 21:36:47 $ docker stop --time=1 bc06fb73defc6cf9c2d44a17ee6d61c250c0f5a446a8f81fecd7bce98b1efff7 21:36:49 $ docker rm -f bc06fb73defc6cf9c2d44a17ee6d61c250c0f5a446a8f81fecd7bce98b1efff7 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 21:36:49 Stashed 1 file(s) [Pipeline] echo 21:36:49 [edgeXSemver]: initialized semver on version 0.0.50 [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 21:37:05 Still waiting to schedule task 21:37:05 Waiting for next available executor on ‘centos7-docker-4c-2g’ 21:37:05 Still waiting to schedule task 21:37:05 ‘prd-ubuntu18.04-docker-arm64-4c-16g-4350’ is offline 21:38:58 Running on prd-ubuntu18.04-docker-arm64-4c-16g-5429 in /w/workspace/xfoundry_go-mod-bootstrap_master [Pipeline] { [Pipeline] ws 21:38:58 Running in /w/workspace/go-mod-bootstrap/53 [Pipeline] { [Pipeline] checkout 21:39:03 using credential edgex-jenkins-ssh 21:39:03 Cloning the remote Git repository 21:39:03 Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git 21:39:04 > git init /w/workspace/go-mod-bootstrap/53 # timeout=10 21:39:04 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 21:39:04 > git --version # timeout=10 21:39:04 > git --version # 'git version 2.17.1' 21:39:04 using GIT_SSH to set credentials SSH Credentials for GitHub 21:39:04 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 21:39:04 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 21:39:05 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 21:39:05 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 21:39:05 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 21:39:05 using GIT_SSH to set credentials SSH Credentials for GitHub 21:39:05 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 21:39:05 Checking out Revision 5b809937728fe6379baf9f00399e19471274c7bf (master) 21:39:05 > git config core.sparsecheckout # timeout=10 21:39:05 > git checkout -f 5b809937728fe6379baf9f00399e19471274c7bf # timeout=10 21:39:09 Commit message: "Merge pull request #112 from lenny-intel/ValueWithEqual" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 21:39:11 ========================================================= 21:39:11 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 21:39:11 ========================================================= [Pipeline] isUnix [Pipeline] sh 21:39:11 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 21:39:12 Sending build context to Docker daemon 525.8kB 21:39:12 Step 1/8 : ARG BASE=golang:1.15-alpine 21:39:12 Step 2/8 : FROM ${BASE} 21:39:13 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 21:39:13 b538f80385f9: Pulling fs layer 21:39:13 74f711af9a0d: Pulling fs layer 21:39:13 99f96fe45779: Pulling fs layer 21:39:13 8529a6b9a6be: Pulling fs layer 21:39:13 45590311c82a: Pulling fs layer 21:39:13 69ca0ff8b7b3: Pulling fs layer 21:39:13 209524e5b208: Pulling fs layer 21:39:13 69ca0ff8b7b3: Waiting 21:39:13 8529a6b9a6be: Waiting 21:39:13 209524e5b208: Waiting 21:39:13 45590311c82a: Waiting 21:39:13 99f96fe45779: Download complete 21:39:13 74f711af9a0d: Download complete 21:39:13 45590311c82a: Download complete 21:39:13 69ca0ff8b7b3: Verifying Checksum 21:39:13 69ca0ff8b7b3: Download complete 21:39:13 b538f80385f9: Verifying Checksum 21:39:13 b538f80385f9: Download complete 21:39:14 b538f80385f9: Pull complete 21:39:14 74f711af9a0d: Pull complete 21:39:14 99f96fe45779: Pull complete 21:39:16 209524e5b208: Verifying Checksum 21:39:16 209524e5b208: Download complete 21:39:16 8529a6b9a6be: Verifying Checksum 21:39:16 8529a6b9a6be: Download complete 21:39:29 8529a6b9a6be: Pull complete 21:39:29 45590311c82a: Pull complete 21:39:29 69ca0ff8b7b3: Pull complete 21:39:31 209524e5b208: Pull complete 21:39:31 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 21:39:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 21:39:31 ---> 5bddaf1c2fca 21:39:31 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 21:39:33 ---> Running in 53505af49c3a 21:39:34 Removing intermediate container 53505af49c3a 21:39:34 ---> 327e7b6231e7 21:39:34 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:39:34 ---> Running in b1be8a2de185 21:39:36 Removing intermediate container b1be8a2de185 21:39:36 ---> 21451fb03827 21:39:36 Step 5/8 : RUN apk add --update --no-cache git make 21:39:36 ---> Running in 27c73d5af2f1 21:39:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:39:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:39:39 OK: 142 MiB in 39 packages 21:39:40 Removing intermediate container 27c73d5af2f1 21:39:40 ---> 7d76afcf5c09 21:39:40 Step 6/8 : WORKDIR /build 21:39:40 ---> Running in 2d70d6487b3d 21:39:41 Removing intermediate container 2d70d6487b3d 21:39:41 ---> cb451cc9dca6 21:39:41 Step 7/8 : COPY go.mod . 21:39:41 ---> e0973ae10e47 21:39:41 Step 8/8 : RUN go mod download 21:39:42 ---> Running in b211e135a646 21:39:48 Running on prd-centos7-docker-4c-2g-5430 in /w/workspace/xfoundry_go-mod-bootstrap_master [Pipeline] { [Pipeline] ws 21:39:48 Running in /w/workspace/go-mod-bootstrap/53 [Pipeline] { [Pipeline] checkout 21:39:51 using credential edgex-jenkins-ssh 21:39:51 Cloning the remote Git repository 21:39:51 Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git 21:39:51 > git init /w/workspace/go-mod-bootstrap/53 # timeout=10 21:39:51 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 21:39:51 > git --version # timeout=10 21:39:51 > git --version # 'git version 2.16.5' 21:39:51 using GIT_SSH to set credentials SSH Credentials for GitHub 21:39:51 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 21:39:52 Checking out Revision 5b809937728fe6379baf9f00399e19471274c7bf (master) 21:39:52 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 21:39:52 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 21:39:52 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 21:39:52 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 21:39:52 using GIT_SSH to set credentials SSH Credentials for GitHub 21:39:52 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 21:39:52 > git config core.sparsecheckout # timeout=10 21:39:52 > git checkout -f 5b809937728fe6379baf9f00399e19471274c7bf # timeout=10 21:39:56 Commit message: "Merge pull request #112 from lenny-intel/ValueWithEqual" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 21:39:57 ========================================================= 21:39:57 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 21:39:57 ========================================================= [Pipeline] isUnix [Pipeline] sh 21:39:57 + 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 . 21:39:58 Sending build context to Docker daemon 525.8kB 21:39:58 Step 1/8 : ARG BASE=golang:1.15-alpine 21:39:58 Step 2/8 : FROM ${BASE} 21:39:58 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 21:39:58 df20fa9351a1: Pulling fs layer 21:39:58 ed8968b2872e: Pulling fs layer 21:39:58 a92cc7c5fd73: Pulling fs layer 21:39:58 e871e8e8d7a9: Pulling fs layer 21:39:58 e73272ec9a57: Pulling fs layer 21:39:58 1e910a182e73: Pulling fs layer 21:39:58 4e634b169226: Pulling fs layer 21:39:58 e871e8e8d7a9: Waiting 21:39:58 e73272ec9a57: Waiting 21:39:58 1e910a182e73: Waiting 21:39:58 4e634b169226: Waiting 21:39:58 a92cc7c5fd73: Verifying Checksum 21:39:58 a92cc7c5fd73: Download complete 21:39:58 ed8968b2872e: Verifying Checksum 21:39:58 ed8968b2872e: Download complete 21:39:58 e73272ec9a57: Verifying Checksum 21:39:58 e73272ec9a57: Download complete 21:39:58 1e910a182e73: Verifying Checksum 21:39:58 1e910a182e73: Download complete 21:39:58 df20fa9351a1: Verifying Checksum 21:39:58 df20fa9351a1: Download complete 21:39:58 df20fa9351a1: Pull complete 21:39:58 ed8968b2872e: Pull complete 21:39:58 a92cc7c5fd73: Pull complete 21:40:00 4e634b169226: Verifying Checksum 21:40:00 4e634b169226: Download complete 21:40:01 e871e8e8d7a9: Verifying Checksum 21:40:01 e871e8e8d7a9: Download complete 21:40:04 Removing intermediate container b211e135a646 21:40:04 ---> d78c8a56b746 21:40:04 Successfully built d78c8a56b746 21:40:04 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 21:40:04 + docker inspect -f . ci-base-image-arm64 21:40:04 . [Pipeline] withDockerContainer 21:40:04 prd-ubuntu18.04-docker-arm64-4c-16g-5429 does not seem to be running inside a container 21:40:05 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/53 -v /w/workspace/go-mod-bootstrap/53:/w/workspace/go-mod-bootstrap/53:rw,z -v /w/workspace/go-mod-bootstrap/53@tmp:/w/workspace/go-mod-bootstrap/53@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 21:40:06 $ docker top fea21235b5329f4c32ddda2c85bb91333c7acf1900a1911dd2afbc4cb3980d12 -eo pid,comm [Pipeline] { [Pipeline] sh 21:40:08 e871e8e8d7a9: Pull complete 21:40:08 e73272ec9a57: Pull complete 21:40:08 1e910a182e73: Pull complete 21:40:08 + go version 21:40:08 go version go1.15.2 linux/arm64 [Pipeline] } 21:40:08 $ docker stop --time=1 fea21235b5329f4c32ddda2c85bb91333c7acf1900a1911dd2afbc4cb3980d12 21:40:10 $ docker rm -f fea21235b5329f4c32ddda2c85bb91333c7acf1900a1911dd2afbc4cb3980d12 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 21:40:12 4e634b169226: Pull complete 21:40:12 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 21:40:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 21:40:12 ---> f7629b54cfaa 21:40:12 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 21:40:12 ---> Running in 5622ca5eaaae 21:40:12 Removing intermediate container 5622ca5eaaae 21:40:12 ---> 6da3ce3e91e2 21:40:12 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:40:12 ---> Running in a70af474af84 21:40:13 Removing intermediate container a70af474af84 21:40:13 ---> 77bc9a035c71 21:40:13 Step 5/8 : RUN apk add --update --no-cache git make 21:40:13 ---> Running in 56c44bb81041 21:40:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:40:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:40:15 OK: 166 MiB in 39 packages 21:40:15 Removing intermediate container 56c44bb81041 21:40:15 ---> 6e6d111a6254 21:40:15 Step 6/8 : WORKDIR /build 21:40:15 ---> Running in df28eae3a5ed 21:40:16 Removing intermediate container df28eae3a5ed 21:40:16 ---> 5e51cdcf237d 21:40:16 Step 7/8 : COPY go.mod . 21:40:16 ---> 9f25788cd2a5 21:40:16 Step 8/8 : RUN go mod download 21:40:16 ---> Running in 5247dc11ead5 21:40:34 Removing intermediate container 5247dc11ead5 21:40:34 ---> 975887c0d340 21:40:34 Successfully built 975887c0d340 21:40:34 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 21:40:35 + docker inspect -f . ci-base-image-x86_64 21:40:35 . [Pipeline] withDockerContainer 21:40:35 prd-centos7-docker-4c-2g-5430 does not seem to be running inside a container 21:40:35 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/53 -v /w/workspace/go-mod-bootstrap/53:/w/workspace/go-mod-bootstrap/53:rw,z -v /w/workspace/go-mod-bootstrap/53@tmp:/w/workspace/go-mod-bootstrap/53@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 21:40:35 $ docker top b9bd645709cc03e25f13dd1ee274b1e0ec94fe8304e944a21c027aeed1f86cc4 -eo pid,comm [Pipeline] { [Pipeline] sh 21:40:36 + go version 21:40:36 go version go1.15.2 linux/amd64 [Pipeline] } 21:40:36 $ docker stop --time=1 b9bd645709cc03e25f13dd1ee274b1e0ec94fe8304e944a21c027aeed1f86cc4 21:40:37 $ docker rm -f b9bd645709cc03e25f13dd1ee274b1e0ec94fe8304e944a21c027aeed1f86cc4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 21:40:40 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo 21:40:40 [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials 21:40:40 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:40:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 21:40:41 21:40:41 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh 21:40:41 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 21:40:41 1.317.0: Pulling from edgex-devops/edgex-snyk-go 21:40:41 cbdbe7a5bc2a: Pulling fs layer 21:40:41 408f87550127: Pulling fs layer 21:40:41 fe522b08c979: Pulling fs layer 21:40:41 221eaa008020: Pulling fs layer 21:40:41 2a4607e5d6b9: Pulling fs layer 21:40:41 8f79b27c4fd2: Pulling fs layer 21:40:41 e5c8dbe1645b: Pulling fs layer 21:40:41 23e8b3b47431: Pulling fs layer 21:40:41 5c568d65a230: Pulling fs layer 21:40:41 8f79b27c4fd2: Waiting 21:40:41 221eaa008020: Waiting 21:40:41 2a4607e5d6b9: Waiting 21:40:41 e5c8dbe1645b: Waiting 21:40:41 23e8b3b47431: Waiting 21:40:41 fe522b08c979: Verifying Checksum 21:40:41 fe522b08c979: Download complete 21:40:41 408f87550127: Verifying Checksum 21:40:41 408f87550127: Download complete 21:40:41 2a4607e5d6b9: Download complete 21:40:41 cbdbe7a5bc2a: Verifying Checksum 21:40:41 cbdbe7a5bc2a: Download complete 21:40:41 cbdbe7a5bc2a: Pull complete 21:40:42 408f87550127: Pull complete 21:40:42 fe522b08c979: Pull complete 21:40:42 8f79b27c4fd2: Verifying Checksum 21:40:42 8f79b27c4fd2: Download complete 21:40:43 e5c8dbe1645b: Verifying Checksum 21:40:43 e5c8dbe1645b: Download complete 21:40:44 5c568d65a230: Verifying Checksum 21:40:44 5c568d65a230: Download complete 21:40:44 23e8b3b47431: Verifying Checksum 21:40:44 23e8b3b47431: Download complete 21:40:45 221eaa008020: Verifying Checksum 21:40:45 221eaa008020: Download complete 21:40:51 221eaa008020: Pull complete 21:40:51 2a4607e5d6b9: Pull complete 21:40:51 8f79b27c4fd2: Pull complete 21:40:54 e5c8dbe1645b: Pull complete 21:40:56 23e8b3b47431: Pull complete 21:40:58 5c568d65a230: Pull complete 21:40:58 Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 21:40:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 21:40:58 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer 21:40:58 prd-centos7-docker-4c-2g-5428 does not seem to be running inside a container 21:40:58 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -v /w/workspace/xfoundry_go-mod-bootstrap_master:/ws -w /ws --entrypoint= -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat 21:40:59 $ docker top 1d41e07c48d3825dd106587c6be47d68ff57d309a3be8b4f84cde1e1ca0ccc5b -eo pid,comm [Pipeline] { [Pipeline] sh 21:40:59 + snyk monitor '--org=edgex-jenkins' 21:41:14 21:41:14 Monitoring /w/workspace/xfoundry_go-mod-bootstrap_master (github.com/edgexfoundry/go-mod-bootstrap)... 21:41:14 21:41:14 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/19a98e22-83c3-4df2-becf-4316f070fd80/history/2979614d-905b-44a4-8b3e-5cba521def67 21:41:14 21:41:14 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 21:41:14 21:41:14 21:41:14 Snyk CLI supports Node.js 8 and higher. 21:41:14 Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. 21:41:14 Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. 21:41:14 21:41:14 The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. 21:41:14 The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } 21:41:14 $ docker stop --time=1 1d41e07c48d3825dd106587c6be47d68ff57d309a3be8b4f84cde1e1ca0ccc5b 21:41:17 $ docker rm -f 1d41e07c48d3825dd106587c6be47d68ff57d309a3be8b4f84cde1e1ca0ccc5b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh 21:41:19 + git log --format=format:%s -1 5b809937728fe6379baf9f00399e19471274c7bf [Pipeline] isUnix [Pipeline] sh 21:41:19 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:41:19 . [Pipeline] withDockerContainer 21:41:19 prd-centos7-docker-4c-2g-5428 does not seem to be running inside a container 21:41:19 $ 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 21:41:20 $ docker top 919e5bb249ae0da62563bb695ab934073ba8c4012736ae96fa90b7da1315c121 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:41:20 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:41:20 [ssh-agent] Looking for ssh-agent implementation... 21:41:21 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:41:21 $ docker exec 919e5bb249ae0da62563bb695ab934073ba8c4012736ae96fa90b7da1315c121 ssh-agent 21:41:21 SSH_AUTH_SOCK=/tmp/ssh-bjvUzVZ4fcay/agent.12 21:41:21 SSH_AGENT_PID=18 21:41:21 Running ssh-add (command line suppressed) 21:41:21 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_8412204456002052231.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_8412204456002052231.key) 21:41:21 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:41:21 + git semver tag 21:41:21 # -> Open(): unable to determine branch for HEAD 21:41:21 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git 21:41:21 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master 21:41:21 # $SEMVER_REMOTE_NAME = origin 21:41:21 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:41:21 # $SEMVER_USER_NAME = edgex-jenkins 21:41:21 # $SEMVER_BRANCH = master 21:41:21 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver 21:41:21 # 5b809937728fe6379baf9f00399e19471274c7bf HEAD 21:41:21 # -> Force: false 21:41:21 # cad1ccd1ad145b89900af3fea319188e7ef9556b refs/tags/v0.0.50 [Pipeline] } 21:41:21 $ docker exec --env ******** --env ******** 919e5bb249ae0da62563bb695ab934073ba8c4012736ae96fa90b7da1315c121 ssh-agent -k 21:41:21 unset SSH_AUTH_SOCK; 21:41:21 unset SSH_AGENT_PID; 21:41:21 echo Agent pid 18 killed; 21:41:21 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:41:22 + git semver [Pipeline] } 21:41:22 $ docker stop --time=1 919e5bb249ae0da62563bb695ab934073ba8c4012736ae96fa90b7da1315c121 21:41:23 $ docker rm -f 919e5bb249ae0da62563bb695ab934073ba8c4012736ae96fa90b7da1315c121 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 21:41:24 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 21:41:24 21:41:24 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 21:41:24 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 21:41:24 0.23.1-centos7: Pulling from edgex-lftools 21:41:24 ab5ef0e58194: Pulling fs layer 21:41:24 9712f1f96733: Pulling fs layer 21:41:24 63f879dbbcfc: Pulling fs layer 21:41:24 0d9ebad4ef96: Pulling fs layer 21:41:24 e9a5061849ea: Pulling fs layer 21:41:24 d747dcd14b5f: Pulling fs layer 21:41:24 2de7ff778b66: Pulling fs layer 21:41:24 e9a5061849ea: Waiting 21:41:24 0d9ebad4ef96: Waiting 21:41:24 d747dcd14b5f: Waiting 21:41:24 2de7ff778b66: Waiting 21:41:24 9712f1f96733: Verifying Checksum 21:41:24 9712f1f96733: Download complete 21:41:27 63f879dbbcfc: Verifying Checksum 21:41:27 63f879dbbcfc: Download complete 21:41:27 e9a5061849ea: Verifying Checksum 21:41:27 e9a5061849ea: Download complete 21:41:27 d747dcd14b5f: Verifying Checksum 21:41:27 d747dcd14b5f: Download complete 21:41:27 2de7ff778b66: Verifying Checksum 21:41:27 2de7ff778b66: Download complete 21:41:27 0d9ebad4ef96: Verifying Checksum 21:41:27 0d9ebad4ef96: Download complete 21:41:28 ab5ef0e58194: Verifying Checksum 21:41:28 ab5ef0e58194: Download complete 21:41:31 ab5ef0e58194: Pull complete 21:41:32 9712f1f96733: Pull complete 21:41:35 63f879dbbcfc: Pull complete 21:41:42 0d9ebad4ef96: Pull complete 21:41:44 e9a5061849ea: Pull complete 21:41:44 d747dcd14b5f: Pull complete 21:41:46 2de7ff778b66: Pull complete 21:41:46 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 21:41:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 21:41:46 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 21:41:46 prd-centos7-docker-4c-2g-5428 does not seem to be running inside a container 21:41:46 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 21:41:50 $ docker top d4f9cb96325a88a391835904aa7b8a5812077c260fd90f7bb15023635a166090 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 21:41:50 provisioning config files... 21:41:50 copy managed file [sigul-config] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config4380230012741686438tmp 21:41:50 copy managed file [sigul-password] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config439206497896835400tmp 21:41:50 copy managed file [sigul-pki] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config2841535862769256981tmp [Pipeline] { [Pipeline] echo 21:41:50 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 21:41:51 ---> sigul-configuration.sh 21:41:51 gpg: directory `/root/.gnupg' created 21:41:51 gpg: new configuration file `/root/.gnupg/gpg.conf' created 21:41:51 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 21:41:51 gpg: keyring `/root/.gnupg/secring.gpg' created 21:41:51 gpg: keyring `/root/.gnupg/pubring.gpg' created 21:41:51 gpg: CAST5 encrypted data 21:41:51 gpg: encrypted with 1 passphrase 21:41:51 gpg: WARNING: message was not integrity protected [Pipeline] sh 21:41:51 + mkdir /home/jenkins 21:41:51 + mkdir /home/jenkins/sigul [Pipeline] sh 21:41:52 + 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 21:41:52 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 21:41:52 ---> sigul-install.sh 21:41:57 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 21:41:57 + git tag --list 21:41:57 v0.0.1 21:41:57 v0.0.10 21:41:57 v0.0.11 21:41:57 v0.0.12 21:41:57 v0.0.13 21:41:57 v0.0.14 21:41:57 v0.0.15 21:41:57 v0.0.16 21:41:57 v0.0.17 21:41:57 v0.0.18 21:41:57 v0.0.19 21:41:57 v0.0.2 21:41:57 v0.0.20 21:41:57 v0.0.21 21:41:57 v0.0.22 21:41:57 v0.0.23 21:41:57 v0.0.24 21:41:57 v0.0.25 21:41:57 v0.0.26 21:41:57 v0.0.27 21:41:57 v0.0.28 21:41:57 v0.0.29 21:41:57 v0.0.3 21:41:57 v0.0.30 21:41:57 v0.0.31 21:41:57 v0.0.32 21:41:57 v0.0.33 21:41:57 v0.0.34 21:41:57 v0.0.35 21:41:57 v0.0.36 21:41:57 v0.0.37 21:41:57 v0.0.38 21:41:57 v0.0.39 21:41:57 v0.0.4 21:41:57 v0.0.40 21:41:57 v0.0.41 21:41:57 v0.0.42 21:41:57 v0.0.43 21:41:57 v0.0.44 21:41:57 v0.0.45 21:41:57 v0.0.46 21:41:57 v0.0.47 21:41:57 v0.0.48 21:41:57 v0.0.49 21:41:57 v0.0.5 21:41:57 v0.0.50 21:41:57 v0.0.6 21:41:57 v0.0.7 21:41:57 v0.0.8 21:41:57 v0.0.9 [Pipeline] sh 21:41:58 + lftools sign git-tag v0.0.50 21:41:59 Signing Git tag with Sigul... 21:41:59 Signing v0.0.50 [Pipeline] echo 21:42:00 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 21:42:00 ---> sigul-configuration-cleanup.sh [Pipeline] } 21:42:00 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 21:42:01 $ docker stop --time=1 d4f9cb96325a88a391835904aa7b8a5812077c260fd90f7bb15023635a166090 21:42:03 $ docker rm -f d4f9cb96325a88a391835904aa7b8a5812077c260fd90f7bb15023635a166090 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 21:42:04 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:42:04 . [Pipeline] withDockerContainer 21:42:04 prd-centos7-docker-4c-2g-5428 does not seem to be running inside a container 21:42:04 $ 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 21:42:05 $ docker top 5fdfeeb534933f3c542c722e1f073a6d0618c27b9e51a52accf9eded790b8443 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:42:05 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:42:05 [ssh-agent] Looking for ssh-agent implementation... 21:42:05 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:42:05 $ docker exec 5fdfeeb534933f3c542c722e1f073a6d0618c27b9e51a52accf9eded790b8443 ssh-agent 21:42:05 SSH_AUTH_SOCK=/tmp/ssh-IG20T4tb112q/agent.12 21:42:05 SSH_AGENT_PID=18 21:42:05 Running ssh-add (command line suppressed) 21:42:05 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_7403424566841016948.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_7403424566841016948.key) 21:42:05 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:42:06 + git semver bump patch 21:42:06 # -> Open(): unable to determine branch for HEAD 21:42:06 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git 21:42:06 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master 21:42:06 # $SEMVER_REMOTE_NAME = origin 21:42:06 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:42:06 # $SEMVER_USER_NAME = edgex-jenkins 21:42:06 # $SEMVER_BRANCH = master 21:42:06 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver 21:42:06 0.0.51 [Pipeline] } 21:42:06 $ docker exec --env ******** --env ******** 5fdfeeb534933f3c542c722e1f073a6d0618c27b9e51a52accf9eded790b8443 ssh-agent -k 21:42:06 unset SSH_AUTH_SOCK; 21:42:06 unset SSH_AGENT_PID; 21:42:06 echo Agent pid 18 killed; 21:42:06 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:42:06 + git semver [Pipeline] } 21:42:06 $ docker stop --time=1 5fdfeeb534933f3c542c722e1f073a6d0618c27b9e51a52accf9eded790b8443 21:42:08 $ docker rm -f 5fdfeeb534933f3c542c722e1f073a6d0618c27b9e51a52accf9eded790b8443 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 21:42:08 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:42:08 . [Pipeline] withDockerContainer 21:42:08 prd-centos7-docker-4c-2g-5428 does not seem to be running inside a container 21:42:08 $ 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 21:42:09 $ docker top 925cdfa62cccf85a3e4f14e6f46dc6e29c13b66d7d29f16103743b467f5f834c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:42:09 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:42:09 [ssh-agent] Looking for ssh-agent implementation... 21:42:10 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:42:10 $ docker exec 925cdfa62cccf85a3e4f14e6f46dc6e29c13b66d7d29f16103743b467f5f834c ssh-agent 21:42:10 SSH_AUTH_SOCK=/tmp/ssh-n0FCkoM7BALM/agent.13 21:42:10 SSH_AGENT_PID=18 21:42:10 Running ssh-add (command line suppressed) 21:42:10 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_615984634291183140.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_615984634291183140.key) 21:42:10 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:42:10 + git semver push 21:42:10 # -> Open(): unable to determine branch for HEAD 21:42:10 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git 21:42:10 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master 21:42:10 # $SEMVER_REMOTE_NAME = origin 21:42:10 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:42:10 # $SEMVER_USER_NAME = edgex-jenkins 21:42:10 # $SEMVER_BRANCH = master 21:42:10 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [Pipeline] } 21:42:17 $ docker exec --env ******** --env ******** 925cdfa62cccf85a3e4f14e6f46dc6e29c13b66d7d29f16103743b467f5f834c ssh-agent -k 21:42:17 unset SSH_AUTH_SOCK; 21:42:17 unset SSH_AGENT_PID; 21:42:17 echo Agent pid 18 killed; 21:42:17 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:42:18 + git semver [Pipeline] } 21:42:18 $ docker stop --time=1 925cdfa62cccf85a3e4f14e6f46dc6e29c13b66d7d29f16103743b467f5f834c 21:42:19 $ docker rm -f 925cdfa62cccf85a3e4f14e6f46dc6e29c13b66d7d29f16103743b467f5f834c [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 21:42:21 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 21:42:21 ---> package-listing.sh 21:42:21 ++ facter osfamily 21:42:21 ++ tr '[:upper:]' '[:lower:]' 21:42:21 + OS_FAMILY=redhat 21:42:21 + workspace=/w/workspace/xfoundry_go-mod-bootstrap_master 21:42:21 + START_PACKAGES=/tmp/packages_start.txt 21:42:21 + END_PACKAGES=/tmp/packages_end.txt 21:42:21 + DIFF_PACKAGES=/tmp/packages_diff.txt 21:42:21 + PACKAGES=/tmp/packages_start.txt 21:42:21 + '[' /w/workspace/xfoundry_go-mod-bootstrap_master ']' 21:42:21 + PACKAGES=/tmp/packages_end.txt 21:42:21 + case "${OS_FAMILY}" in 21:42:21 + rpm -qa 21:42:21 + sort 21:42:26 + '[' -f /tmp/packages_start.txt ']' 21:42:26 + '[' -f /tmp/packages_end.txt ']' 21:42:26 + diff /tmp/packages_start.txt /tmp/packages_end.txt 21:42:26 + '[' /w/workspace/xfoundry_go-mod-bootstrap_master ']' 21:42:26 + mkdir -p /w/workspace/xfoundry_go-mod-bootstrap_master/archives/ 21:42:26 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_go-mod-bootstrap_master/archives/ [Pipeline] echo 21:42:26 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 21:42:26 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 21:42:26 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:42:26 21:42:26 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 21:42:27 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:42:27 alpine: Pulling from edgex-lftools-log-publisher 21:42:27 df20fa9351a1: Pulling fs layer 21:42:27 36b3adc4ff6f: Pulling fs layer 21:42:27 8ad3a11d3b57: Pulling fs layer 21:42:27 46f8f816bc3b: Pulling fs layer 21:42:27 93b61091891f: Pulling fs layer 21:42:27 93b9cdb0e59b: Pulling fs layer 21:42:27 5e14af77c1be: Pulling fs layer 21:42:27 01666e4c0597: Pulling fs layer 21:42:27 aa168da1d23b: Pulling fs layer 21:42:27 93b9cdb0e59b: Waiting 21:42:27 5e14af77c1be: Waiting 21:42:27 01666e4c0597: Waiting 21:42:27 aa168da1d23b: Waiting 21:42:27 46f8f816bc3b: Waiting 21:42:27 93b61091891f: Waiting 21:42:27 36b3adc4ff6f: Download complete 21:42:27 46f8f816bc3b: Verifying Checksum 21:42:27 46f8f816bc3b: Download complete 21:42:27 93b61091891f: Download complete 21:42:27 93b9cdb0e59b: Download complete 21:42:27 5e14af77c1be: Verifying Checksum 21:42:27 5e14af77c1be: Download complete 21:42:27 01666e4c0597: Verifying Checksum 21:42:27 01666e4c0597: Download complete 21:42:27 df20fa9351a1: Verifying Checksum 21:42:27 df20fa9351a1: Download complete 21:42:27 df20fa9351a1: Pull complete 21:42:28 8ad3a11d3b57: Verifying Checksum 21:42:28 8ad3a11d3b57: Download complete 21:42:28 36b3adc4ff6f: Pull complete 21:42:29 8ad3a11d3b57: Pull complete 21:42:29 46f8f816bc3b: Pull complete 21:42:29 aa168da1d23b: Verifying Checksum 21:42:29 aa168da1d23b: Download complete 21:42:30 93b61091891f: Pull complete 21:42:30 93b9cdb0e59b: Pull complete 21:42:30 5e14af77c1be: Pull complete 21:42:30 01666e4c0597: Pull complete 21:42:37 aa168da1d23b: Pull complete 21:42:37 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 21:42:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:42:37 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 21:42:37 prd-centos7-docker-4c-2g-5428 does not seem to be running inside a container 21:42:37 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/xfoundry_go-mod-bootstrap_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 21:42:40 $ docker top 16023237e8452604a33d584dc357e639cf0c688af91fbfaa3e1560bee4deaecc -eo pid,comm [Pipeline] { [Pipeline] sh 21:42:40 + touch /tmp/pre-build-complete [Pipeline] sh 21:42:41 + mkdir -p /var/log/sa [Pipeline] sh 21:42:41 + ls /var/log/sa-host 21:42:41 + sadf -c /var/log/sa-host/sa05 21:42:41 file_magic: OK 21:42:41 HZ: Using current value: 100 21:42:41 file_header: OK 21:42:41 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 21:42:41 Statistics: 21:42:41 Hnuu...uuuununununu...Hnuu...uuuununununu... 21:42:41 File successfully converted to sysstat format version 12.2.1 21:42:41 + sadf -c /var/log/sa-host/sa14 21:42:41 file_magic: OK 21:42:41 HZ: Using current value: 100 21:42:41 file_header: OK 21:42:41 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 21:42:41 Statistics: 21:42:41 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 21:42:41 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 21:42:42 provisioning config files... 21:42:42 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config7942208427219719729tmp [Pipeline] { [Pipeline] echo 21:42:42 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 21:42:42 ---> create-netrc.sh [Pipeline] } 21:42:42 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 21:42:42 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 21:42:42 ---> python-tools-install.sh [Pipeline] echo 21:42:43 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 21:42:43 ---> sudo-logs.sh 21:42:43 Archiving 'sudo' log.. [Pipeline] echo 21:42:43 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 21:42:43 ---> job-cost.sh 21:42:43 lf-activate-venv: SKIPPING 21:42:43 INFO: No Stack... 21:42:44 INFO: Retrieving Pricing Info for: v1-standard-2 21:42:45 INFO: Archiving Costs [Pipeline] echo 21:42:45 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 21:42:45 ---> logs-deploy.sh 21:42:45 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-bootstrap/master/53 21:42:45 INFO: archiving workspace using pattern(s): 21:42:46 Archives upload complete. 21:42:47 INFO: archiving logs to Nexus 21:42:48 ---> uname -a: 21:42:48 Linux prd-centos7-docker-4c-2g-5428.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 21:42:48 21:42:48 21:42:48 ---> lscpu: 21:42:48 Architecture: x86_64 21:42:48 CPU op-mode(s): 32-bit, 64-bit 21:42:48 Byte Order: Little Endian 21:42:48 Address sizes: 40 bits physical, 48 bits virtual 21:42:48 CPU(s): 4 21:42:48 On-line CPU(s) list: 0-3 21:42:48 Thread(s) per core: 1 21:42:48 Core(s) per socket: 1 21:42:48 Socket(s): 4 21:42:48 NUMA node(s): 1 21:42:48 Vendor ID: GenuineIntel 21:42:48 CPU family: 6 21:42:48 Model: 44 21:42:48 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 21:42:48 Stepping: 1 21:42:48 CPU MHz: 2933.442 21:42:48 BogoMIPS: 5866.88 21:42:48 Virtualization: VT-x 21:42:48 Hypervisor vendor: KVM 21:42:48 Virtualization type: full 21:42:48 L1d cache: 128 KiB 21:42:48 L1i cache: 128 KiB 21:42:48 L2 cache: 16 MiB 21:42:48 L3 cache: 64 MiB 21:42:48 NUMA node0 CPU(s): 0-3 21:42:48 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 21:42:48 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 21:42:48 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 21:42:48 Vulnerability Meltdown: Mitigation; PTI 21:42:48 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 21:42:48 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 21:42:48 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 21:42:48 Vulnerability Tsx async abort: Not affected 21:42:48 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 21:42:48 21:42:48 21:42:48 ---> nproc: 21:42:48 4 21:42:48 21:42:48 21:42:48 ---> df -h: 21:42:48 Filesystem Size Used Available Use% Mounted on 21:42:48 overlay 50.0G 8.4G 41.5G 17% / 21:42:48 tmpfs 64.0M 0 64.0M 0% /dev 21:42:48 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 21:42:48 shm 64.0M 0 64.0M 0% /dev/shm 21:42:48 /dev/vda1 50.0G 8.4G 41.5G 17% /facter-os 21:42:48 /dev/vda1 50.0G 8.4G 41.5G 17% /etc/resolv.conf 21:42:48 /dev/vda1 50.0G 8.4G 41.5G 17% /etc/hostname 21:42:48 /dev/vda1 50.0G 8.4G 41.5G 17% /etc/hosts 21:42:48 /dev/vda1 50.0G 8.4G 41.5G 17% /w/workspace/xfoundry_go-mod-bootstrap_master 21:42:48 /dev/vda1 50.0G 8.4G 41.5G 17% /w/workspace/xfoundry_go-mod-bootstrap_master@tmp 21:42:48 /dev/vda1 50.0G 8.4G 41.5G 17% /var/log/sa-host 21:42:48 /dev/vda1 50.0G 8.4G 41.5G 17% /var/log/secure 21:42:48 /dev/vda1 50.0G 8.4G 41.5G 17% /var/log/auth.log 21:42:48 /dev/vda1 50.0G 8.4G 41.5G 17% /run/cloud-init/result.json 21:42:48 21:42:48 21:42:48 ---> free -m: 21:42:48 total used free shared buff/cache available 21:42:48 Mem: 1837 786 150 0 900 986 21:42:48 Swap: 1023 3 1020 21:42:48 21:42:48 21:42:48 ---> ip addr: 21:42:48 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 21:42:48 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 21:42:48 inet 127.0.0.1/8 scope host lo 21:42:48 valid_lft forever preferred_lft forever 21:42:48 inet6 ::1/128 scope host 21:42:48 valid_lft forever preferred_lft forever 21:42:48 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 21:42:48 link/ether fa:16:3e:4f:5b:87 brd ff:ff:ff:ff:ff:ff 21:42:48 inet 10.30.123.11/23 brd 10.30.123.255 scope global dynamic eth0 21:42:48 valid_lft 85992sec preferred_lft 85992sec 21:42:48 inet6 fe80::f816:3eff:fe4f:5b87/64 scope link 21:42:48 valid_lft forever preferred_lft forever 21:42:48 3: docker0: mtu 1500 qdisc noqueue state DOWN 21:42:48 link/ether 02:42:10:4d:0d:1d brd ff:ff:ff:ff:ff:ff 21:42:48 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 21:42:48 valid_lft forever preferred_lft forever 21:42:48 inet6 fe80::42:10ff:fe4d:d1d/64 scope link 21:42:48 valid_lft forever preferred_lft forever 21:42:48 21:42:48 21:42:48 ---> sar -b -r -n DEV: 21:42:48 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/14/20 _x86_64_ (4 CPU) 21:42:48 21:42:48 21:35:40 LINUX RESTART (4 CPU) 21:42:48 21:42:48 21:37:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 21:42:48 21:38:01 3.60 0.00 3.60 0.00 0.00 129.54 0.00 21:42:48 21:39:01 0.45 0.00 0.45 0.00 0.00 6.46 0.00 21:42:48 21:40:01 0.27 0.00 0.27 0.00 0.00 3.01 0.00 21:42:48 21:41:01 173.59 104.56 69.03 0.00 5756.57 30296.85 0.00 21:42:48 21:42:01 229.61 83.96 145.65 0.00 5023.00 31168.61 0.00 21:42:48 Average: 81.53 37.72 43.82 0.00 2156.77 12325.80 0.00 21:42:48 21:42:48 21:37:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 21:42:48 21:38:01 165672 0 549224 29.19 2620 1164040 1070524 36.54 401872 1152348 16 21:42:48 21:39:01 165116 0 549776 29.22 2620 1164044 1070620 36.54 402672 1152056 16 21:42:48 21:40:01 163976 0 550908 29.28 2620 1164052 1070644 36.54 404588 1151436 12 21:42:48 21:41:01 101268 0 672872 35.76 2620 1104796 1444764 49.31 508168 1073588 304 21:42:48 21:42:01 105376 0 761280 40.46 1752 1013148 1388192 47.38 700144 783832 70316 21:42:48 Average: 140282 0 616812 32.78 2446 1122016 1208949 41.26 483489 1062652 14133 21:42:48 21:42:48 21:37:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 21:42:48 21:38:01 eth0 3.75 2.48 2.93 0.17 0.00 0.00 0.00 0.00 21:42:48 21:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:42:48 21:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:42:48 21:39:01 eth0 0.87 0.28 0.30 0.17 0.00 0.00 0.00 0.00 21:42:48 21:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:42:48 21:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:42:48 21:40:01 eth0 1.00 0.42 0.32 0.23 0.00 0.00 0.00 0.00 21:42:48 21:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:42:48 21:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:42:48 21:41:01 eth0 409.10 364.74 3791.50 31.40 0.00 0.00 0.00 0.00 21:42:48 21:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:42:48 21:41:01 vetha63fc2c 6.36 6.07 0.72 6.15 0.00 0.00 0.00 0.00 21:42:48 21:41:01 docker0 6.36 5.97 0.63 6.14 0.00 0.00 0.00 0.00 21:42:48 21:42:01 vethd98cabe 30.79 39.36 2.12 199.25 0.00 0.00 0.00 0.00 21:42:48 21:42:01 eth0 441.42 391.01 3469.97 47.95 0.00 0.00 0.00 0.00 21:42:48 21:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:42:48 21:42:01 docker0 44.58 54.39 3.11 237.16 0.00 0.00 0.00 0.00 21:42:48 Average: vethd98cabe 6.16 7.87 0.42 39.87 0.00 0.00 0.00 0.00 21:42:48 Average: eth0 171.29 151.85 1453.58 15.99 0.00 0.00 0.00 0.00 21:42:48 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:42:48 Average: docker0 10.19 12.08 0.75 48.68 0.00 0.00 0.00 0.00 21:42:48 21:42:48 21:42:48 ---> sar -P ALL: 21:42:48 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/14/20 _x86_64_ (4 CPU) 21:42:48 21:42:48 21:35:40 LINUX RESTART (4 CPU) 21:42:48 21:42:48 21:37:01 CPU %user %nice %system %iowait %steal %idle 21:42:48 21:38:01 all 0.20 0.00 0.06 0.00 0.00 99.73 21:42:48 21:38:01 0 0.10 0.00 0.05 0.00 0.00 99.85 21:42:48 21:38:01 1 0.60 0.00 0.07 0.00 0.02 99.32 21:42:48 21:38:01 2 0.05 0.00 0.07 0.00 0.00 99.88 21:42:48 21:38:01 3 0.07 0.00 0.05 0.00 0.00 99.88 21:42:48 21:39:01 all 0.15 0.00 0.04 0.00 0.00 99.81 21:42:48 21:39:01 0 0.05 0.00 0.03 0.00 0.00 99.92 21:42:48 21:39:01 1 0.48 0.00 0.05 0.00 0.00 99.47 21:42:48 21:39:01 2 0.05 0.00 0.02 0.00 0.00 99.93 21:42:48 21:39:01 3 0.03 0.00 0.05 0.00 0.00 99.92 21:42:48 21:40:01 all 0.15 0.00 0.04 0.00 0.00 99.81 21:42:48 21:40:01 0 0.02 0.00 0.03 0.00 0.00 99.95 21:42:48 21:40:01 1 0.53 0.00 0.03 0.00 0.00 99.43 21:42:48 21:40:01 2 0.03 0.00 0.05 0.00 0.00 99.92 21:42:48 21:40:01 3 0.02 0.00 0.03 0.00 0.00 99.95 21:42:48 21:41:01 all 6.79 0.00 4.00 0.88 0.03 88.30 21:42:48 21:41:01 0 6.31 0.00 4.04 0.81 0.05 88.78 21:42:48 21:41:01 1 8.09 0.00 4.45 1.37 0.02 86.08 21:42:48 21:41:01 2 6.73 0.00 3.32 0.67 0.03 89.25 21:42:48 21:41:01 3 6.03 0.00 4.20 0.66 0.02 89.09 21:42:48 21:42:01 all 10.76 0.00 7.41 3.31 0.04 78.48 21:42:48 21:42:01 0 9.45 0.00 6.93 1.45 0.05 82.13 21:42:48 21:42:01 1 9.36 0.00 8.29 3.08 0.03 79.24 21:42:48 21:42:01 2 13.79 0.00 7.66 5.17 0.05 73.34 21:42:48 21:42:01 3 10.46 0.00 6.74 3.52 0.03 79.24 21:42:48 Average: all 3.58 0.00 2.29 0.83 0.02 93.29 21:42:48 Average: 0 3.15 0.00 2.19 0.45 0.02 94.19 21:42:48 Average: 1 3.79 0.00 2.56 0.88 0.01 92.76 21:42:48 Average: 2 4.09 0.00 2.20 1.16 0.02 92.53 21:42:48 Average: 3 3.29 0.00 2.20 0.83 0.01 93.68 21:42:48 21:42:48 21:42:48