Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 244b676ad9eb5cbb24e64fea3806b73112b64c21 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 d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 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 d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 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 d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 # timeout=10 Commit message: "Merge pull request #301 from ernestojeda/enable-docker-proxy" > 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 SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-13863’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-13329’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-13865 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 > 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 Checking out Revision 244b676ad9eb5cbb24e64fea3806b73112b64c21 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 244b676ad9eb5cbb24e64fea3806b73112b64c21 # timeout=10 Commit message: "Merge pull request #131 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-secrets-0.0.27" > git rev-list --no-walk fd3354c72fd49b407a7f7e40f4a096019b16cdd3 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 15:06:56 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 15:06:56 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 15:06:56 ========================================================= 15:06:56 EdgeX Global Pipelines Version Info 15:06:56 ========================================================= [Pipeline] libraryResource [Pipeline] sh 15:06:58 ------------------- 15:06:58 stable info: 15:06:58 ------------------- 15:06:58 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 15:06:58 Commit SHA: d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 15:06:58 Message: update stable to v1.0.167 15:06:58 ------------------- 15:06:58 experimental info: 15:06:58 ------------------- 15:06:58 Commited By: **** collab-it+edgex@linuxfoundation.org 15:06:58 Commit SHA: 0d18be6431106a7569620da64dad388747d7ba9a 15:06:58 Message: update experimental to v1.0.168 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 15:06:59 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-bootstrap-settings [Pipeline] echo 15:06:59 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-bootstrap [Pipeline] echo 15:06:59 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 15:06:59 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 15:06:59 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 15:06:59 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 15:06:59 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 15:07:00 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 15:07:00 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 15:07:00 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 15:07:00 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 15:07:00 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-bootstrap [Pipeline] echo 15:07:00 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 15:07:00 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 15:07:00 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 15:07:00 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 15:07:01 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 15:07:01 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 15:07:01 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo 15:07:01 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 15:07:01 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 15:07:01 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 15:07:01 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 15:07:01 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 15:07:02 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 15:07:02 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 15:07:02 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 15:07:02 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 15:07:02 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 15:07:02 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 244b676ad9eb5cbb24e64fea3806b73112b64c21 [Pipeline] echo 15:07:02 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 244b676 [Pipeline] echo 15:07:03 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 15:07:03 provisioning config files... 15:07:03 copy managed file [go-mod-bootstrap-settings] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config1426630927844810629tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:07:03 ---> docker-login.sh 15:07:03 nexus3.edgexfoundry.org:10001 15:07:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:07:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:07:04 Configure a credential helper to remove this warning. See 15:07:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:07:04 15:07:04 Login Succeeded 15:07:04 nexus3.edgexfoundry.org:10002 15:07:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:07:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:07:04 Configure a credential helper to remove this warning. See 15:07:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:07:04 15:07:04 Login Succeeded 15:07:04 nexus3.edgexfoundry.org:10003 15:07:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:07:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:07:04 Configure a credential helper to remove this warning. See 15:07:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:07:04 15:07:04 Login Succeeded 15:07:04 nexus3.edgexfoundry.org:10004 15:07:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:07:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:07:04 Configure a credential helper to remove this warning. See 15:07:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:07:04 15:07:04 Login Succeeded 15:07:04 docker.io 15:07:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:07:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:07:05 Configure a credential helper to remove this warning. See 15:07:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:07:05 15:07:05 Login Succeeded 15:07:05 ---> docker-login.sh ends [Pipeline] } 15:07:05 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:07:06 + git log --format=format:%s -1 244b676ad9eb5cbb24e64fea3806b73112b64c21 [Pipeline] echo 15:07:06 GIT_COMMIT: 244b676ad9eb5cbb24e64fea3806b73112b64c21, Commit Message: Merge pull request #131 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-secrets-0.0.27 [Pipeline] echo 15:07:06 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 15:07:06 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:07:06 15:07:06 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 15:07:07 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:07:07 latest: Pulling from edgex-devops/git-semver 15:07:07 31603596830f: Pulling fs layer 15:07:07 2a8b12db71e7: Pulling fs layer 15:07:07 6ca5941a6612: Pulling fs layer 15:07:07 ecc8261a40a4: Pulling fs layer 15:07:07 ecc8261a40a4: Waiting 15:07:07 2a8b12db71e7: Download complete 15:07:07 31603596830f: Verifying Checksum 15:07:07 31603596830f: Download complete 15:07:07 ecc8261a40a4: Verifying Checksum 15:07:07 ecc8261a40a4: Download complete 15:07:07 6ca5941a6612: Verifying Checksum 15:07:07 6ca5941a6612: Download complete 15:07:07 31603596830f: Pull complete 15:07:07 2a8b12db71e7: Pull complete 15:07:08 6ca5941a6612: Pull complete 15:07:08 ecc8261a40a4: Pull complete 15:07:08 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 15:07:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:07:09 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 15:07:09 prd-centos7-docker-4c-2g-13865 does not seem to be running inside a container 15:07:09 $ 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 15:07:11 $ docker top e9164e7815b54a248d1c6d93506cea94cfc7da506e8b28cceba8fac73980c277 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:07:11 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:07:11 [ssh-agent] Looking for ssh-agent implementation... 15:07:12 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:07:12 $ docker exec e9164e7815b54a248d1c6d93506cea94cfc7da506e8b28cceba8fac73980c277 ssh-agent 15:07:12 SSH_AUTH_SOCK=/tmp/ssh-4q2klwHx7vB9/agent.12 15:07:12 SSH_AGENT_PID=17 15:07:12 Running ssh-add (command line suppressed) 15:07:12 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_1632739473361329768.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_1632739473361329768.key) 15:07:12 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:07:12 + git tag --points-at HEAD [Pipeline] } 15:07:12 $ docker exec --env ******** --env ******** e9164e7815b54a248d1c6d93506cea94cfc7da506e8b28cceba8fac73980c277 ssh-agent -k 15:07:13 unset SSH_AUTH_SOCK; 15:07:13 unset SSH_AGENT_PID; 15:07:13 echo Agent pid 17 killed; 15:07:13 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 15:07:13 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:07:13 [ssh-agent] Looking for ssh-agent implementation... 15:07:13 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:07:13 $ docker exec e9164e7815b54a248d1c6d93506cea94cfc7da506e8b28cceba8fac73980c277 ssh-agent 15:07:13 SSH_AUTH_SOCK=/tmp/ssh-JoJxHKTFPbom/agent.46 15:07:13 SSH_AGENT_PID=51 15:07:13 Running ssh-add (command line suppressed) 15:07:13 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_5808989750454776220.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_5808989750454776220.key) 15:07:13 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:07:14 + git semver init 15:07:14 # -> Open(): unable to determine branch for HEAD 15:07:14 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git 15:07:14 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master 15:07:14 # $SEMVER_REMOTE_NAME = origin 15:07:14 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:07:14 # $SEMVER_USER_NAME = edgex-jenkins 15:07:14 # $SEMVER_BRANCH = master 15:07:14 # $SEMVER_TEMP = /tmp/semver-797673463 15:07:14 # git clone --branch semver git@github.com:edgexfoundry/go-mod-bootstrap.git $SEMVER_TEMP 15:07:14 # '/tmp/semver-797673463' -> '/w/workspace/xfoundry_go-mod-bootstrap_master/.semver' 15:07:14 # -> Force: false 15:07:14 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [Pipeline] } 15:07:14 $ docker exec --env ******** --env ******** e9164e7815b54a248d1c6d93506cea94cfc7da506e8b28cceba8fac73980c277 ssh-agent -k 15:07:14 unset SSH_AUTH_SOCK; 15:07:14 unset SSH_AGENT_PID; 15:07:14 echo Agent pid 51 killed; 15:07:14 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:07:15 + git semver [Pipeline] } 15:07:15 $ docker stop --time=1 e9164e7815b54a248d1c6d93506cea94cfc7da506e8b28cceba8fac73980c277 15:07:17 $ docker rm -f e9164e7815b54a248d1c6d93506cea94cfc7da506e8b28cceba8fac73980c277 [Pipeline] // withDockerContainer [Pipeline] sh 15:07:17 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 15:07:17 Stashed 1 file(s) [Pipeline] echo 15:07:17 [edgeXSemver]: initialized semver on version 0.0.61 [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 15:07:33 Still waiting to schedule task 15:07:33 Waiting for next available executor on ‘centos7-docker-4c-2g’ 15:07:33 Still waiting to schedule task 15:07:33 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 15:09:27 Running on prd-ubuntu18.04-docker-arm64-4c-16g-13866 in /w/workspace/xfoundry_go-mod-bootstrap_master [Pipeline] { [Pipeline] ws 15:09:27 Running in /w/workspace/go-mod-bootstrap/64 [Pipeline] { [Pipeline] checkout 15:09:32 using credential edgex-jenkins-ssh 15:09:32 Cloning the remote Git repository 15:09:32 Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git 15:09:32 > git init /w/workspace/go-mod-bootstrap/64 # timeout=10 15:09:32 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 15:09:32 > git --version # timeout=10 15:09:32 > git --version # 'git version 2.17.1' 15:09:32 using GIT_SSH to set credentials SSH Credentials for GitHub 15:09:32 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 15:09:33 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 15:09:33 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:09:33 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 15:09:33 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 15:09:33 using GIT_SSH to set credentials SSH Credentials for GitHub 15:09:33 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 15:09:33 Checking out Revision 244b676ad9eb5cbb24e64fea3806b73112b64c21 (master) 15:09:33 > git config core.sparsecheckout # timeout=10 15:09:34 > git checkout -f 244b676ad9eb5cbb24e64fea3806b73112b64c21 # timeout=10 15:09:38 Commit message: "Merge pull request #131 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-secrets-0.0.27" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:09:39 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 15:09:40 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 15:09:40 + true 15:09:40 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 15:09:43 provisioning config files... 15:09:43 copy managed file [go-mod-bootstrap-settings] to file:/w/workspace/go-mod-bootstrap/64@tmp/config5879417113386579975tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:09:43 ---> docker-login.sh 15:09:43 nexus3.edgexfoundry.org:10001 15:09:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:09:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:09:45 Configure a credential helper to remove this warning. See 15:09:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:09:45 15:09:45 Login Succeeded 15:09:45 nexus3.edgexfoundry.org:10002 15:09:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:09:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:09:45 Configure a credential helper to remove this warning. See 15:09:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:09:45 15:09:45 Login Succeeded 15:09:45 nexus3.edgexfoundry.org:10003 15:09:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:09:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:09:45 Configure a credential helper to remove this warning. See 15:09:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:09:45 15:09:45 Login Succeeded 15:09:45 nexus3.edgexfoundry.org:10004 15:09:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:09:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:09:46 Configure a credential helper to remove this warning. See 15:09:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:09:46 15:09:46 Login Succeeded 15:09:46 docker.io 15:09:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:09:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:09:47 Configure a credential helper to remove this warning. See 15:09:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:09:47 15:09:47 Login Succeeded 15:09:47 ---> docker-login.sh ends [Pipeline] } 15:09:47 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 15:09:47 ========================================================= 15:09:47 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 15:09:47 ========================================================= [Pipeline] isUnix [Pipeline] sh 15:09:48 + 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 . 15:09:48 Sending build context to Docker daemon 561.7kB 15:09:48 Step 1/8 : ARG BASE=golang:1.15-alpine 15:09:48 Step 2/8 : FROM ${BASE} 15:09:48 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 15:09:48 b538f80385f9: Pulling fs layer 15:09:48 74f711af9a0d: Pulling fs layer 15:09:48 99f96fe45779: Pulling fs layer 15:09:48 8529a6b9a6be: Pulling fs layer 15:09:48 45590311c82a: Pulling fs layer 15:09:48 69ca0ff8b7b3: Pulling fs layer 15:09:48 209524e5b208: Pulling fs layer 15:09:48 69ca0ff8b7b3: Waiting 15:09:48 45590311c82a: Waiting 15:09:48 8529a6b9a6be: Waiting 15:09:48 209524e5b208: Waiting 15:09:48 99f96fe45779: Verifying Checksum 15:09:48 99f96fe45779: Download complete 15:09:48 74f711af9a0d: Verifying Checksum 15:09:48 74f711af9a0d: Download complete 15:09:48 b538f80385f9: Verifying Checksum 15:09:48 b538f80385f9: Download complete 15:09:49 45590311c82a: Download complete 15:09:49 69ca0ff8b7b3: Download complete 15:09:49 b538f80385f9: Pull complete 15:09:50 74f711af9a0d: Pull complete 15:09:50 99f96fe45779: Pull complete 15:09:52 209524e5b208: Verifying Checksum 15:09:52 209524e5b208: Download complete 15:09:53 8529a6b9a6be: Download complete 15:10:03 8529a6b9a6be: Pull complete 15:10:04 45590311c82a: Pull complete 15:10:04 69ca0ff8b7b3: Pull complete 15:10:07 209524e5b208: Pull complete 15:10:07 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 15:10:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 15:10:07 ---> 5bddaf1c2fca 15:10:07 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 15:10:10 ---> Running in 31b556a05ed1 15:10:11 Removing intermediate container 31b556a05ed1 15:10:11 ---> 0a39fbe3159f 15:10:11 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:10:11 ---> Running in e57fdd705a01 15:10:13 Removing intermediate container e57fdd705a01 15:10:13 ---> 0ea6d233b603 15:10:13 Step 5/8 : RUN apk add --update --no-cache git make 15:10:13 ---> Running in 29c6c3647c18 15:10:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:10:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:10:15 OK: 142 MiB in 39 packages 15:10:17 Removing intermediate container 29c6c3647c18 15:10:17 ---> 183fd2f63c2a 15:10:17 Step 6/8 : WORKDIR /build 15:10:17 ---> Running in ba010bcf59d0 15:10:18 Removing intermediate container ba010bcf59d0 15:10:18 ---> 4cbb103178b3 15:10:18 Step 7/8 : COPY go.mod . 15:10:18 ---> 5985a1b3cb99 15:10:18 Step 8/8 : RUN go mod download 15:10:18 ---> Running in b05d7866ea04 15:10:31 Running on prd-centos7-docker-4c-2g-13868 in /w/workspace/xfoundry_go-mod-bootstrap_master [Pipeline] { [Pipeline] ws 15:10:31 Running in /w/workspace/go-mod-bootstrap/64 [Pipeline] { [Pipeline] checkout 15:10:34 using credential edgex-jenkins-ssh 15:10:34 Cloning the remote Git repository 15:10:34 Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git 15:10:34 > git init /w/workspace/go-mod-bootstrap/64 # timeout=10 15:10:34 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 15:10:34 > git --version # timeout=10 15:10:34 > git --version # 'git version 2.24.3' 15:10:34 using GIT_SSH to set credentials SSH Credentials for GitHub 15:10:34 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 15:10:35 Checking out Revision 244b676ad9eb5cbb24e64fea3806b73112b64c21 (master) 15:10:34 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 15:10:34 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:10:34 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 15:10:35 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 15:10:35 using GIT_SSH to set credentials SSH Credentials for GitHub 15:10:35 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 15:10:35 > git config core.sparsecheckout # timeout=10 15:10:35 > git checkout -f 244b676ad9eb5cbb24e64fea3806b73112b64c21 # timeout=10 15:10:39 Commit message: "Merge pull request #131 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-secrets-0.0.27" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:10:40 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 15:10:41 + sudo mv /tmp/daemon.json /etc/docker/daemon.json 15:10:41 Removing intermediate container b05d7866ea04 15:10:41 ---> 7216942554a0 15:10:41 Successfully built 7216942554a0 15:10:41 Successfully tagged ci-base-image-arm64:latest [Pipeline] sh [Pipeline] isUnix [Pipeline] sh 15:10:41 + true 15:10:41 + sudo service docker restart 15:10:41 Redirecting to /bin/systemctl restart docker.service 15:10:41 + docker inspect -f . ci-base-image-arm64 15:10:41 . [Pipeline] withDockerContainer 15:10:41 prd-ubuntu18.04-docker-arm64-4c-16g-13866 does not seem to be running inside a container 15:10:41 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/64 -v /w/workspace/go-mod-bootstrap/64:/w/workspace/go-mod-bootstrap/64:rw,z -v /w/workspace/go-mod-bootstrap/64@tmp:/w/workspace/go-mod-bootstrap/64@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 15:10:43 $ docker top b6991f8a89d9739a435aa50a322dc8d7b427f6422a72cc1f28d43083f056d5a4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [Pipeline] wrap 15:10:43 provisioning config files... 15:10:43 copy managed file [go-mod-bootstrap-settings] to file:/w/workspace/go-mod-bootstrap/64@tmp/config1138424068531666261tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:10:44 ---> docker-login.sh 15:10:44 nexus3.edgexfoundry.org:10001 15:10:44 + go version 15:10:44 go version go1.15.2 linux/arm64 [Pipeline] } 15:10:44 $ docker stop --time=1 b6991f8a89d9739a435aa50a322dc8d7b427f6422a72cc1f28d43083f056d5a4 15:10:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:10:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:10:44 Configure a credential helper to remove this warning. See 15:10:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:10:44 15:10:44 Login Succeeded 15:10:44 nexus3.edgexfoundry.org:10002 15:10:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:10:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:10:44 Configure a credential helper to remove this warning. See 15:10:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:10:44 15:10:44 Login Succeeded 15:10:44 nexus3.edgexfoundry.org:10003 15:10:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:10:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:10:44 Configure a credential helper to remove this warning. See 15:10:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:10:44 15:10:44 Login Succeeded 15:10:44 nexus3.edgexfoundry.org:10004 15:10:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:10:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:10:45 Configure a credential helper to remove this warning. See 15:10:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:10:45 15:10:45 Login Succeeded 15:10:45 docker.io 15:10:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:10:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:10:45 Configure a credential helper to remove this warning. See 15:10:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:10:45 15:10:45 Login Succeeded 15:10:45 ---> docker-login.sh ends 15:10:46 $ docker rm -f b6991f8a89d9739a435aa50a322dc8d7b427f6422a72cc1f28d43083f056d5a4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] } 15:10:46 Deleting 1 temporary files [Pipeline] // script [Pipeline] // wrap [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // withEnv [Pipeline] unstash [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] echo 15:10:47 ========================================================= 15:10:47 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 15:10:47 ========================================================= [Pipeline] isUnix [Pipeline] sh [Pipeline] isUnix [Pipeline] sh 15:10:47 + docker inspect -f . ci-base-image-arm64 15:10:47 . [Pipeline] withDockerContainer 15:10:47 + 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 . 15:10:47 Sending build context to Docker daemon 562.7kB 15:10:47 prd-ubuntu18.04-docker-arm64-4c-16g-13866 does not seem to be running inside a container 15:10:47 Step 1/8 : ARG BASE=golang:1.15-alpine 15:10:47 Step 2/8 : FROM ${BASE} 15:10:47 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 15:10:47 df20fa9351a1: Pulling fs layer 15:10:47 ed8968b2872e: Pulling fs layer 15:10:47 a92cc7c5fd73: Pulling fs layer 15:10:47 e871e8e8d7a9: Pulling fs layer 15:10:47 e73272ec9a57: Pulling fs layer 15:10:47 1e910a182e73: Pulling fs layer 15:10:47 4e634b169226: Pulling fs layer 15:10:47 e871e8e8d7a9: Waiting 15:10:47 e73272ec9a57: Waiting 15:10:47 1e910a182e73: Waiting 15:10:47 4e634b169226: Waiting 15:10:47 a92cc7c5fd73: Verifying Checksum 15:10:47 a92cc7c5fd73: Download complete 15:10:47 ed8968b2872e: Download complete 15:10:47 e73272ec9a57: Verifying Checksum 15:10:47 e73272ec9a57: Download complete 15:10:47 df20fa9351a1: Verifying Checksum 15:10:47 1e910a182e73: Verifying Checksum 15:10:47 1e910a182e73: Download complete 15:10:47 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/64 -v /w/workspace/go-mod-bootstrap/64:/w/workspace/go-mod-bootstrap/64:rw,z -v /w/workspace/go-mod-bootstrap/64@tmp:/w/workspace/go-mod-bootstrap/64@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 15:10:47 df20fa9351a1: Pull complete 15:10:48 ed8968b2872e: Pull complete 15:10:48 a92cc7c5fd73: Pull complete 15:10:49 $ docker top 910bed69340546b1c347179a46b84a246ec46431a26fa4648793c21fe6ac37a6 -eo pid,comm 15:10:50 4e634b169226: Verifying Checksum 15:10:50 4e634b169226: Download complete 15:10:50 e871e8e8d7a9: Verifying Checksum 15:10:50 e871e8e8d7a9: Download complete [Pipeline] { [Pipeline] sh 15:10:51 + make test 15:10:51 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 15:10:55 e871e8e8d7a9: Pull complete 15:10:55 e73272ec9a57: Pull complete 15:10:55 1e910a182e73: Pull complete 15:11:06 4e634b169226: Pull complete 15:11:06 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 15:11:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 15:11:06 ---> f7629b54cfaa 15:11:06 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 15:11:06 ---> Running in c8a82ea44be2 15:11:06 Removing intermediate container c8a82ea44be2 15:11:06 ---> 2f9516f42d21 15:11:06 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:11:06 ---> Running in a9ee2d4264e0 15:11:06 Removing intermediate container a9ee2d4264e0 15:11:06 ---> 8504ef8e6685 15:11:06 Step 5/8 : RUN apk add --update --no-cache git make 15:11:06 ---> Running in 20d80561e922 15:11:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:11:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:11:08 OK: 166 MiB in 39 packages 15:11:09 Removing intermediate container 20d80561e922 15:11:09 ---> 67716c70ecf5 15:11:09 Step 6/8 : WORKDIR /build 15:11:09 ---> Running in 0f2206be2b8b 15:11:09 Removing intermediate container 0f2206be2b8b 15:11:09 ---> 486293a4e77d 15:11:09 Step 7/8 : COPY go.mod . 15:11:09 ---> 2d94b988bd53 15:11:09 Step 8/8 : RUN go mod download 15:11:09 ---> Running in af0efe8bf6e8 15:11:23 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap [no test files] 15:11:23 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/config 0.033s coverage: 9.0% of statements 15:11:23 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/container [no test files] 15:11:23 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/environment 0.029s coverage: 95.1% of statements 15:11:23 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/flags 0.037s coverage: 87.8% of statements 15:11:23 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/httpserver [no test files] 15:11:23 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/message [no test files] 15:11:23 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/secret [no test files] 15:11:27 Removing intermediate container af0efe8bf6e8 15:11:27 ---> b39205259128 15:11:27 Successfully built b39205259128 15:11:27 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 15:11:28 + docker inspect -f . ci-base-image-x86_64 15:11:28 . [Pipeline] withDockerContainer 15:11:28 prd-centos7-docker-4c-2g-13868 does not seem to be running inside a container 15:11:28 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/64 -v /w/workspace/go-mod-bootstrap/64:/w/workspace/go-mod-bootstrap/64:rw,z -v /w/workspace/go-mod-bootstrap/64@tmp:/w/workspace/go-mod-bootstrap/64@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 15:11:29 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/secret/client 7.039s coverage: 100.0% of statements 15:11:29 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/testing [no test files] 15:11:29 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/interfaces [no test files] 15:11:29 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/logging [no test files] 15:11:29 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/registration 0.014s coverage: 48.9% of statements 15:11:29 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/startup [no test files] 15:11:29 ? github.com/edgexfoundry/go-mod-bootstrap/config [no test files] 15:11:29 ok github.com/edgexfoundry/go-mod-bootstrap/di 0.011s coverage: 91.3% of statements 15:11:29 CGO_ENABLED=0 GO111MODULE=on go vet ./... 15:11:29 $ docker top 00e0c24466939da8ec5e894c2178fedaaf4817050ca2b9e42313b033e61f9195 -eo pid,comm [Pipeline] { [Pipeline] sh 15:11:29 + go version 15:11:29 go version go1.15.2 linux/amd64 [Pipeline] } 15:11:29 $ docker stop --time=1 00e0c24466939da8ec5e894c2178fedaaf4817050ca2b9e42313b033e61f9195 15:11:31 $ docker rm -f 00e0c24466939da8ec5e894c2178fedaaf4817050ca2b9e42313b033e61f9195 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:11:32 + docker inspect -f . ci-base-image-x86_64 15:11:32 . [Pipeline] withDockerContainer 15:11:32 prd-centos7-docker-4c-2g-13868 does not seem to be running inside a container 15:11:32 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/64 -v /w/workspace/go-mod-bootstrap/64:/w/workspace/go-mod-bootstrap/64:rw,z -v /w/workspace/go-mod-bootstrap/64@tmp:/w/workspace/go-mod-bootstrap/64@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 15:11:32 $ docker top 72410df99d5b1b52e105d308fd83228b0f1b6eaf1f77bc207638207b57dde024 -eo pid,comm [Pipeline] { [Pipeline] sh 15:11:33 + make test 15:11:33 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 15:11:33 gofmt -l . 15:11:33 [ "`gofmt -l .`" = "" ] [Pipeline] } 15:11:33 $ docker stop --time=1 910bed69340546b1c347179a46b84a246ec46431a26fa4648793c21fe6ac37a6 15:11:35 $ docker rm -f 910bed69340546b1c347179a46b84a246ec46431a26fa4648793c21fe6ac37a6 [Pipeline] // withDockerContainer [Pipeline] sh 15:11:36 + sudo chown -R jenkins:jenkins . [Pipeline] stash 15:11:37 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] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 15:11:43 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap [no test files] 15:11:43 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/config 0.029s coverage: 9.0% of statements 15:11:43 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/container [no test files] 15:11:43 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/environment 0.023s coverage: 95.1% of statements 15:11:43 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/flags 0.009s coverage: 87.8% of statements 15:11:43 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/httpserver [no test files] 15:11:43 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/message [no test files] 15:11:43 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/secret [no test files] 15:11:51 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/secret/client 7.020s coverage: 100.0% of statements 15:11:51 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/testing [no test files] 15:11:51 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/interfaces [no test files] 15:11:51 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/logging [no test files] 15:11:51 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/registration 0.006s coverage: 48.9% of statements 15:11:51 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/startup [no test files] 15:11:51 ? github.com/edgexfoundry/go-mod-bootstrap/config [no test files] 15:11:51 ok github.com/edgexfoundry/go-mod-bootstrap/di 0.006s coverage: 91.3% of statements 15:11:51 CGO_ENABLED=0 GO111MODULE=on go vet ./... 15:11:52 gofmt -l . 15:11:52 [ "`gofmt -l .`" = "" ] [Pipeline] } 15:11:52 $ docker stop --time=1 72410df99d5b1b52e105d308fd83228b0f1b6eaf1f77bc207638207b57dde024 15:11:55 $ docker rm -f 72410df99d5b1b52e105d308fd83228b0f1b6eaf1f77bc207638207b57dde024 [Pipeline] // withDockerContainer [Pipeline] sh 15:11:55 + sudo chown -R jenkins:jenkins . [Pipeline] stash 15:11:55 Warning: overwriting stash ‘coverage-report’ 15:11:56 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 [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 15:11:58 provisioning config files... 15:11:58 copy managed file [go-mod-bootstrap-codecov-token] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config9027846589694234950tmp [Pipeline] { [Pipeline] sh 15:11:58 + set +x 15:11:58 + curl -s https://codecov.io/bash 15:11:58 + bash -s -- 15:11:58 15:11:58 _____ _ 15:11:58 / ____| | | 15:11:58 | | ___ __| | ___ ___ _____ __ 15:11:58 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 15:11:58 | |___| (_) | (_| | __/ (_| (_) \ V / 15:11:58 \_____\___/ \__,_|\___|\___\___/ \_/ 15:11:58 Bash-20201124-79cbc08 15:11:58 15:11:58 15:11:58 ==> Jenkins CI detected. 15:11:58 project root: . 15:11:58 --> token set from env 15:11:58 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 15:11:58 ==> Running gcov in . (disable via -X gcov) 15:11:58 ==> Python coveragepy not found 15:11:58 ==> Searching for coverage reports in: 15:11:58 + . 15:11:58 -> Found 1 reports 15:11:58 ==> Detecting git/mercurial file structure 15:11:58 ==> Reading reports 15:11:58 + ./coverage.out bytes=21004 15:11:58 ==> Appending adjustments 15:11:58 https://docs.codecov.io/docs/fixing-reports 15:11:59 + Found adjustments 15:11:59 ==> Gzipping contents 15:11:59 8.0K /tmp/codecov.cCJMVu.gz 15:11:59 ==> Uploading reports 15:11:59 url: https://codecov.io 15:11:59 query: branch=master&commit=244b676ad9eb5cbb24e64fea3806b73112b64c21&build=64&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2Fmaster%2F64%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=&job=&cmd_args= 15:11:59 -> Pinging Codecov 15:11:59 https://codecov.io/upload/v4?package=bash-20201124-79cbc08&token=secret&branch=master&commit=244b676ad9eb5cbb24e64fea3806b73112b64c21&build=64&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2Fmaster%2F64%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=&job=&cmd_args= 15:11:59 -> Uploading to 15:11:59 https://storage.googleapis.com/codecov/v4/raw/2020-11-30/833815588EE85121546D348822E98E2E/244b676ad9eb5cbb24e64fea3806b73112b64c21/556c987f-0560-4c36-a428-dd2cc4892dd0.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201130%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201130T151159Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=cd7dde7341dd54e3eb4e7264fbd30205f287cdb3158e0b3f9ea24c15c53ed54c 15:11:59 % Total % Received % Xferd Average Speed Time Time Time Current 15:11:59 Dload Upload Total Spent Left Speed 15:12:00 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4411 0 0 100 4411 0 11303 --:--:-- --:--:-- --:--:-- 11310 15:12:00 -> View reports at https://codecov.io/github/edgexfoundry/go-mod-bootstrap/commit/244b676ad9eb5cbb24e64fea3806b73112b64c21 [Pipeline] } 15:12:00 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 15:12:01 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 15:12:01 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:12:01 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 15:12:01 15:12:01 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 15:12:01 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 15:12:01 1.410.4: Pulling from edgex-devops/edgex-snyk-go 15:12:01 188c0c94c7c5: Pulling fs layer 15:12:01 0ef7d3d256c8: Pulling fs layer 15:12:01 de9db76c5a1d: Pulling fs layer 15:12:01 0eba1c9be4d2: Pulling fs layer 15:12:01 0d57e429df01: Pulling fs layer 15:12:01 4e4be7b47b0d: Pulling fs layer 15:12:01 e1f770b5df2f: Pulling fs layer 15:12:01 85a0685a4137: Pulling fs layer 15:12:01 0d57e429df01: Waiting 15:12:01 4e4be7b47b0d: Waiting 15:12:01 e1f770b5df2f: Waiting 15:12:01 85a0685a4137: Waiting 15:12:01 0eba1c9be4d2: Waiting 15:12:01 de9db76c5a1d: Verifying Checksum 15:12:01 de9db76c5a1d: Download complete 15:12:01 0ef7d3d256c8: Download complete 15:12:01 188c0c94c7c5: Verifying Checksum 15:12:01 188c0c94c7c5: Download complete 15:12:02 0d57e429df01: Verifying Checksum 15:12:02 0d57e429df01: Download complete 15:12:02 4e4be7b47b0d: Download complete 15:12:02 188c0c94c7c5: Pull complete 15:12:02 0ef7d3d256c8: Pull complete 15:12:02 de9db76c5a1d: Pull complete 15:12:02 e1f770b5df2f: Verifying Checksum 15:12:02 e1f770b5df2f: Download complete 15:12:05 85a0685a4137: Verifying Checksum 15:12:05 85a0685a4137: Download complete 15:12:05 0eba1c9be4d2: Verifying Checksum 15:12:05 0eba1c9be4d2: Download complete 15:12:12 0eba1c9be4d2: Pull complete 15:12:12 0d57e429df01: Pull complete 15:12:12 4e4be7b47b0d: Pull complete 15:12:13 e1f770b5df2f: Pull complete 15:12:21 85a0685a4137: Pull complete 15:12:21 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 15:12:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 15:12:21 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 15:12:21 prd-centos7-docker-4c-2g-13865 does not seem to be running inside a container 15:12:21 $ 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 15:12:23 $ docker top 940889239d1d9f2f120fe330d414247523788a9896a612b1a88bc2ea92bb8ec9 -eo pid,comm [Pipeline] { [Pipeline] echo 15:12:23 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 15:12:23 + set -o pipefail 15:12:23 + snyk monitor '--org=edgex-jenkins' 15:12:38 15:12:38 Monitoring /w/workspace/xfoundry_go-mod-bootstrap_master (github.com/edgexfoundry/go-mod-bootstrap)... 15:12:38 15:12:38 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/19a98e22-83c3-4df2-becf-4316f070fd80/history/1112a2d7-0dea-4cfa-a04c-59645ffd941d 15:12:38 15:12:38 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 15:12:38 15:12:38 [Pipeline] } 15:12:38 $ docker stop --time=1 940889239d1d9f2f120fe330d414247523788a9896a612b1a88bc2ea92bb8ec9 15:12:41 $ docker rm -f 940889239d1d9f2f120fe330d414247523788a9896a612b1a88bc2ea92bb8ec9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image 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 15:12:43 + git log --format=format:%s -1 244b676ad9eb5cbb24e64fea3806b73112b64c21 [Pipeline] isUnix [Pipeline] sh 15:12:43 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:12:43 . [Pipeline] withDockerContainer 15:12:43 prd-centos7-docker-4c-2g-13865 does not seem to be running inside a container 15:12:43 $ 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 15:12:44 $ docker top f5277feabf63ffbdaa6ae03007f9438ce7a2e82fe1858df736ce30806145fa23 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:12:44 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:12:44 [ssh-agent] Looking for ssh-agent implementation... 15:12:45 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:12:45 $ docker exec f5277feabf63ffbdaa6ae03007f9438ce7a2e82fe1858df736ce30806145fa23 ssh-agent 15:12:45 SSH_AUTH_SOCK=/tmp/ssh-2lufG1rTQoHa/agent.11 15:12:45 SSH_AGENT_PID=16 15:12:45 Running ssh-add (command line suppressed) 15:12:45 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_2007061140336922110.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_2007061140336922110.key) 15:12:45 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:12:46 + git semver tag 15:12:46 # -> Open(): unable to determine branch for HEAD 15:12:46 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git 15:12:46 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master 15:12:46 # $SEMVER_REMOTE_NAME = origin 15:12:46 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:12:46 # $SEMVER_USER_NAME = edgex-jenkins 15:12:46 # $SEMVER_BRANCH = master 15:12:46 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver 15:12:46 # 244b676ad9eb5cbb24e64fea3806b73112b64c21 HEAD 15:12:46 # -> Force: false 15:12:46 # 78d9ca58d91d201e89d62429ca01526844ff437f refs/tags/v0.0.61 [Pipeline] } 15:12:46 $ docker exec --env ******** --env ******** f5277feabf63ffbdaa6ae03007f9438ce7a2e82fe1858df736ce30806145fa23 ssh-agent -k 15:12:46 unset SSH_AUTH_SOCK; 15:12:46 unset SSH_AGENT_PID; 15:12:46 echo Agent pid 16 killed; 15:12:46 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:12:46 + git semver [Pipeline] } 15:12:46 $ docker stop --time=1 f5277feabf63ffbdaa6ae03007f9438ce7a2e82fe1858df736ce30806145fa23 15:12:48 $ docker rm -f f5277feabf63ffbdaa6ae03007f9438ce7a2e82fe1858df736ce30806145fa23 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 15:12:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 15:12:48 15:12:48 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 15:12:49 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 15:12:49 0.23.1-centos7: Pulling from edgex-lftools 15:12:49 ab5ef0e58194: Pulling fs layer 15:12:49 9712f1f96733: Pulling fs layer 15:12:49 63f879dbbcfc: Pulling fs layer 15:12:49 0d9ebad4ef96: Pulling fs layer 15:12:49 e9a5061849ea: Pulling fs layer 15:12:49 d747dcd14b5f: Pulling fs layer 15:12:49 2de7ff778b66: Pulling fs layer 15:12:49 e9a5061849ea: Waiting 15:12:49 d747dcd14b5f: Waiting 15:12:49 2de7ff778b66: Waiting 15:12:49 0d9ebad4ef96: Waiting 15:12:49 9712f1f96733: Verifying Checksum 15:12:49 9712f1f96733: Download complete 15:12:50 63f879dbbcfc: Download complete 15:12:51 e9a5061849ea: Verifying Checksum 15:12:51 e9a5061849ea: Download complete 15:12:51 d747dcd14b5f: Download complete 15:12:51 2de7ff778b66: Verifying Checksum 15:12:51 2de7ff778b66: Download complete 15:12:51 0d9ebad4ef96: Verifying Checksum 15:12:51 0d9ebad4ef96: Download complete 15:12:51 ab5ef0e58194: Verifying Checksum 15:12:51 ab5ef0e58194: Download complete 15:12:57 ab5ef0e58194: Pull complete 15:12:57 9712f1f96733: Pull complete 15:12:59 63f879dbbcfc: Pull complete 15:13:06 0d9ebad4ef96: Pull complete 15:13:07 e9a5061849ea: Pull complete 15:13:07 d747dcd14b5f: Pull complete 15:13:11 2de7ff778b66: Pull complete 15:13:11 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 15:13:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 15:13:11 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 15:13:12 prd-centos7-docker-4c-2g-13865 does not seem to be running inside a container 15:13:12 $ 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 15:13:15 $ docker top 026f2ec5113d8bf9350e9234891aa5b9cc41e036fc10c9671615f231e5d76145 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 15:13:15 provisioning config files... 15:13:15 copy managed file [sigul-config] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config1324002005673157914tmp 15:13:15 copy managed file [sigul-password] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config800994657794890520tmp 15:13:15 copy managed file [sigul-pki] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config558999608305428089tmp [Pipeline] { [Pipeline] echo 15:13:15 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 15:13:15 ---> sigul-configuration.sh 15:13:15 gpg: directory `/root/.gnupg' created 15:13:15 gpg: new configuration file `/root/.gnupg/gpg.conf' created 15:13:15 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 15:13:15 gpg: keyring `/root/.gnupg/secring.gpg' created 15:13:15 gpg: keyring `/root/.gnupg/pubring.gpg' created 15:13:15 gpg: CAST5 encrypted data 15:13:16 gpg: encrypted with 1 passphrase 15:13:16 gpg: WARNING: message was not integrity protected [Pipeline] sh 15:13:16 + mkdir /home/jenkins 15:13:16 + mkdir /home/jenkins/sigul [Pipeline] sh 15:13:16 + 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 15:13:16 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 15:13:17 ---> sigul-install.sh 15:13:23 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 15:13:24 + git tag --list 15:13:24 v0.0.1 15:13:24 v0.0.10 15:13:24 v0.0.11 15:13:24 v0.0.12 15:13:24 v0.0.13 15:13:24 v0.0.14 15:13:24 v0.0.15 15:13:24 v0.0.16 15:13:24 v0.0.17 15:13:24 v0.0.18 15:13:24 v0.0.19 15:13:24 v0.0.2 15:13:24 v0.0.20 15:13:24 v0.0.21 15:13:24 v0.0.22 15:13:24 v0.0.23 15:13:24 v0.0.24 15:13:24 v0.0.25 15:13:24 v0.0.26 15:13:24 v0.0.27 15:13:24 v0.0.28 15:13:24 v0.0.29 15:13:24 v0.0.3 15:13:24 v0.0.30 15:13:24 v0.0.31 15:13:24 v0.0.32 15:13:24 v0.0.33 15:13:24 v0.0.34 15:13:24 v0.0.35 15:13:24 v0.0.36 15:13:24 v0.0.37 15:13:24 v0.0.38 15:13:24 v0.0.39 15:13:24 v0.0.4 15:13:24 v0.0.40 15:13:24 v0.0.41 15:13:24 v0.0.42 15:13:24 v0.0.43 15:13:24 v0.0.44 15:13:24 v0.0.45 15:13:24 v0.0.46 15:13:24 v0.0.47 15:13:24 v0.0.48 15:13:24 v0.0.49 15:13:24 v0.0.5 15:13:24 v0.0.50 15:13:24 v0.0.51 15:13:24 v0.0.52 15:13:24 v0.0.53 15:13:24 v0.0.54 15:13:24 v0.0.55 15:13:24 v0.0.56 15:13:24 v0.0.57 15:13:24 v0.0.58 15:13:24 v0.0.59 15:13:24 v0.0.6 15:13:24 v0.0.60 15:13:24 v0.0.61 15:13:24 v0.0.7 15:13:24 v0.0.8 15:13:24 v0.0.9 [Pipeline] sh 15:13:24 + lftools sign git-tag v0.0.61 15:13:25 Signing Git tag with Sigul... 15:13:25 Signing v0.0.61 [Pipeline] echo 15:13:26 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 15:13:27 ---> sigul-configuration-cleanup.sh [Pipeline] } 15:13:27 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 15:13:27 $ docker stop --time=1 026f2ec5113d8bf9350e9234891aa5b9cc41e036fc10c9671615f231e5d76145 15:13:29 $ docker rm -f 026f2ec5113d8bf9350e9234891aa5b9cc41e036fc10c9671615f231e5d76145 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 15:13:30 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:13:30 . [Pipeline] withDockerContainer 15:13:30 prd-centos7-docker-4c-2g-13865 does not seem to be running inside a container 15:13:30 $ 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 15:13:31 $ docker top ad0d4c7bc916abfa3539e608ce72f5a99f44990b9d12c3396d382fbd9265ddbd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:13:31 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:13:31 [ssh-agent] Looking for ssh-agent implementation... 15:13:31 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:13:31 $ docker exec ad0d4c7bc916abfa3539e608ce72f5a99f44990b9d12c3396d382fbd9265ddbd ssh-agent 15:13:32 SSH_AUTH_SOCK=/tmp/ssh-qnAXX4VM6d4o/agent.11 15:13:32 SSH_AGENT_PID=16 15:13:32 Running ssh-add (command line suppressed) 15:13:32 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_7659081642226900935.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_7659081642226900935.key) 15:13:32 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:13:32 + git semver bump patch 15:13:32 # -> Open(): unable to determine branch for HEAD 15:13:32 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git 15:13:32 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master 15:13:32 # $SEMVER_REMOTE_NAME = origin 15:13:32 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:13:32 # $SEMVER_USER_NAME = edgex-jenkins 15:13:32 # $SEMVER_BRANCH = master 15:13:32 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver 15:13:32 0.0.62 [Pipeline] } 15:13:32 $ docker exec --env ******** --env ******** ad0d4c7bc916abfa3539e608ce72f5a99f44990b9d12c3396d382fbd9265ddbd ssh-agent -k 15:13:32 unset SSH_AUTH_SOCK; 15:13:32 unset SSH_AGENT_PID; 15:13:32 echo Agent pid 16 killed; 15:13:32 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:13:33 + git semver [Pipeline] } 15:13:33 $ docker stop --time=1 ad0d4c7bc916abfa3539e608ce72f5a99f44990b9d12c3396d382fbd9265ddbd 15:13:34 $ docker rm -f ad0d4c7bc916abfa3539e608ce72f5a99f44990b9d12c3396d382fbd9265ddbd [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 15:13:35 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:13:35 . [Pipeline] withDockerContainer 15:13:35 prd-centos7-docker-4c-2g-13865 does not seem to be running inside a container 15:13:35 $ 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 15:13:35 $ docker top bfbba19a864eadb08fc71ecd8d671c379169dbc95de8da59cb024ebfbf2170f0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:13:36 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:13:36 [ssh-agent] Looking for ssh-agent implementation... 15:13:36 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:13:36 $ docker exec bfbba19a864eadb08fc71ecd8d671c379169dbc95de8da59cb024ebfbf2170f0 ssh-agent 15:13:36 SSH_AUTH_SOCK=/tmp/ssh-Hop8fLUeAbfY/agent.11 15:13:36 SSH_AGENT_PID=17 15:13:36 Running ssh-add (command line suppressed) 15:13:36 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_8613051537669255631.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_8613051537669255631.key) 15:13:36 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:13:37 + git semver push 15:13:37 # -> Open(): unable to determine branch for HEAD 15:13:37 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git 15:13:37 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master 15:13:37 # $SEMVER_REMOTE_NAME = origin 15:13:37 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:13:37 # $SEMVER_USER_NAME = edgex-jenkins 15:13:37 # $SEMVER_BRANCH = master 15:13:37 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [Pipeline] } 15:13:43 $ docker exec --env ******** --env ******** bfbba19a864eadb08fc71ecd8d671c379169dbc95de8da59cb024ebfbf2170f0 ssh-agent -k 15:13:43 unset SSH_AUTH_SOCK; 15:13:43 unset SSH_AGENT_PID; 15:13:43 echo Agent pid 17 killed; 15:13:44 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:13:44 + git semver [Pipeline] } 15:13:44 $ docker stop --time=1 bfbba19a864eadb08fc71ecd8d671c379169dbc95de8da59cb024ebfbf2170f0 15:13:45 $ docker rm -f bfbba19a864eadb08fc71ecd8d671c379169dbc95de8da59cb024ebfbf2170f0 [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 15:13:47 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 15:13:48 ---> package-listing.sh 15:13:48 ++ tr '[:upper:]' '[:lower:]' 15:13:48 ++ facter osfamily 15:13:48 + OS_FAMILY=redhat 15:13:48 + workspace=/w/workspace/xfoundry_go-mod-bootstrap_master 15:13:48 + START_PACKAGES=/tmp/packages_start.txt 15:13:48 + END_PACKAGES=/tmp/packages_end.txt 15:13:48 + DIFF_PACKAGES=/tmp/packages_diff.txt 15:13:48 + PACKAGES=/tmp/packages_start.txt 15:13:48 + '[' /w/workspace/xfoundry_go-mod-bootstrap_master ']' 15:13:48 + PACKAGES=/tmp/packages_end.txt 15:13:48 + case "${OS_FAMILY}" in 15:13:48 + rpm -qa 15:13:48 + sort 15:13:52 + '[' -f /tmp/packages_start.txt ']' 15:13:52 + '[' -f /tmp/packages_end.txt ']' 15:13:52 + diff /tmp/packages_start.txt /tmp/packages_end.txt 15:13:52 + '[' /w/workspace/xfoundry_go-mod-bootstrap_master ']' 15:13:52 + mkdir -p /w/workspace/xfoundry_go-mod-bootstrap_master/archives/ 15:13:52 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_go-mod-bootstrap_master/archives/ [Pipeline] echo 15:13:52 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 15:13:52 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 15:13:53 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:13:53 15:13:53 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 15:13:53 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:13:53 alpine: Pulling from edgex-lftools-log-publisher 15:13:53 df20fa9351a1: Pulling fs layer 15:13:53 36b3adc4ff6f: Pulling fs layer 15:13:53 8ad3a11d3b57: Pulling fs layer 15:13:53 46f8f816bc3b: Pulling fs layer 15:13:53 93b61091891f: Pulling fs layer 15:13:53 93b9cdb0e59b: Pulling fs layer 15:13:53 5e14af77c1be: Pulling fs layer 15:13:53 01666e4c0597: Pulling fs layer 15:13:53 aa168da1d23b: Pulling fs layer 15:13:53 93b9cdb0e59b: Waiting 15:13:53 5e14af77c1be: Waiting 15:13:53 01666e4c0597: Waiting 15:13:53 aa168da1d23b: Waiting 15:13:53 46f8f816bc3b: Waiting 15:13:53 93b61091891f: Waiting 15:13:53 36b3adc4ff6f: Verifying Checksum 15:13:53 36b3adc4ff6f: Download complete 15:13:53 46f8f816bc3b: Verifying Checksum 15:13:53 46f8f816bc3b: Download complete 15:13:53 df20fa9351a1: Download complete 15:13:53 93b9cdb0e59b: Verifying Checksum 15:13:53 93b9cdb0e59b: Download complete 15:13:53 5e14af77c1be: Download complete 15:13:53 93b61091891f: Verifying Checksum 15:13:53 93b61091891f: Download complete 15:13:53 01666e4c0597: Verifying Checksum 15:13:53 01666e4c0597: Download complete 15:13:53 8ad3a11d3b57: Verifying Checksum 15:13:53 8ad3a11d3b57: Download complete 15:13:54 df20fa9351a1: Pull complete 15:13:54 36b3adc4ff6f: Pull complete 15:13:56 aa168da1d23b: Verifying Checksum 15:13:56 aa168da1d23b: Download complete 15:13:56 8ad3a11d3b57: Pull complete 15:13:56 46f8f816bc3b: Pull complete 15:13:56 93b61091891f: Pull complete 15:13:56 93b9cdb0e59b: Pull complete 15:13:57 5e14af77c1be: Pull complete 15:13:57 01666e4c0597: Pull complete 15:14:03 aa168da1d23b: Pull complete 15:14:03 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 15:14:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:14:03 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 15:14:03 prd-centos7-docker-4c-2g-13865 does not seem to be running inside a container 15:14:03 $ 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 15:14:07 $ docker top 98d03abb9a85102fb6d11c77f439c45f8911b2f848f6b60e12b4d2d88a4573c8 -eo pid,comm [Pipeline] { [Pipeline] sh 15:14:07 + touch /tmp/pre-build-complete [Pipeline] sh 15:14:08 + mkdir -p /var/log/sa [Pipeline] sh 15:14:08 + ls /var/log/sa-host 15:14:08 + sadf -c /var/log/sa-host/sa23 15:14:08 file_magic: OK 15:14:08 HZ: Using current value: 100 15:14:08 file_header: OK 15:14:08 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 15:14:08 Statistics: 15:14:08 Hnuu...uuuununununu... 15:14:08 File successfully converted to sysstat format version 12.2.1 15:14:08 + sadf -c /var/log/sa-host/sa30 15:14:08 file_magic: OK 15:14:08 HZ: Using current value: 100 15:14:08 file_header: OK 15:14:08 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 15:14:08 Statistics: 15:14:08 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 15:14:08 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:14:08 provisioning config files... 15:14:08 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config2475009529242295437tmp [Pipeline] { [Pipeline] echo 15:14:08 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 15:14:09 ---> create-netrc.sh [Pipeline] } 15:14:09 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 15:14:09 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 15:14:09 ---> python-tools-install.sh [Pipeline] echo 15:14:09 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 15:14:09 ---> sudo-logs.sh 15:14:09 Archiving 'sudo' log.. [Pipeline] echo 15:14:09 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 15:14:10 ---> job-cost.sh 15:14:10 lf-activate-venv: SKIPPING 15:14:10 INFO: No Stack... 15:14:11 INFO: Retrieving Pricing Info for: v1-standard-2 15:14:11 INFO: Archiving Costs [Pipeline] echo 15:14:11 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 15:14:12 ---> logs-deploy.sh 15:14:12 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-bootstrap/master/64 15:14:12 INFO: archiving workspace using pattern(s): 15:14:14 Archives upload complete. 15:14:14 INFO: archiving logs to Nexus 15:14:15 ---> uname -a: 15:14:15 Linux prd-centos7-docker-4c-2g-13865.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 15:14:15 15:14:15 15:14:15 ---> lscpu: 15:14:15 Architecture: x86_64 15:14:15 CPU op-mode(s): 32-bit, 64-bit 15:14:15 Byte Order: Little Endian 15:14:15 Address sizes: 40 bits physical, 48 bits virtual 15:14:15 CPU(s): 4 15:14:15 On-line CPU(s) list: 0-3 15:14:15 Thread(s) per core: 1 15:14:15 Core(s) per socket: 1 15:14:15 Socket(s): 4 15:14:15 NUMA node(s): 1 15:14:15 Vendor ID: GenuineIntel 15:14:15 CPU family: 6 15:14:15 Model: 44 15:14:15 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 15:14:15 Stepping: 1 15:14:15 CPU MHz: 2933.438 15:14:15 BogoMIPS: 5866.87 15:14:15 Virtualization: VT-x 15:14:15 Hypervisor vendor: KVM 15:14:15 Virtualization type: full 15:14:15 L1d cache: 128 KiB 15:14:15 L1i cache: 128 KiB 15:14:15 L2 cache: 16 MiB 15:14:15 L3 cache: 64 MiB 15:14:15 NUMA node0 CPU(s): 0-3 15:14:15 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 15:14:15 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 15:14:15 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 15:14:15 Vulnerability Meltdown: Mitigation; PTI 15:14:15 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 15:14:15 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 15:14:15 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 15:14:15 Vulnerability Srbds: Not affected 15:14:15 Vulnerability Tsx async abort: Not affected 15:14:15 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 15:14:15 15:14:15 15:14:15 ---> nproc: 15:14:15 4 15:14:15 15:14:15 15:14:15 ---> df -h: 15:14:15 Filesystem Size Used Available Use% Mounted on 15:14:15 overlay 50.0G 8.5G 41.4G 17% / 15:14:15 tmpfs 64.0M 0 64.0M 0% /dev 15:14:15 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 15:14:15 shm 64.0M 0 64.0M 0% /dev/shm 15:14:15 /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os 15:14:15 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf 15:14:15 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname 15:14:15 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts 15:14:15 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure 15:14:15 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log 15:14:15 /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json 15:14:15 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/xfoundry_go-mod-bootstrap_master 15:14:15 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/xfoundry_go-mod-bootstrap_master@tmp 15:14:15 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host 15:14:15 15:14:15 15:14:15 ---> free -m: 15:14:15 total used free shared buff/cache available 15:14:15 Mem: 1837 810 142 0 884 962 15:14:15 Swap: 1023 2 1021 15:14:15 15:14:15 15:14:15 ---> ip addr: 15:14:15 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 15:14:15 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 15:14:15 inet 127.0.0.1/8 scope host lo 15:14:15 valid_lft forever preferred_lft forever 15:14:15 inet6 ::1/128 scope host 15:14:15 valid_lft forever preferred_lft forever 15:14:15 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 15:14:15 link/ether fa:16:3e:c8:78:2a brd ff:ff:ff:ff:ff:ff 15:14:15 inet 10.30.123.113/23 brd 10.30.123.255 scope global dynamic eth0 15:14:15 valid_lft 85927sec preferred_lft 85927sec 15:14:15 inet6 fe80::f816:3eff:fec8:782a/64 scope link 15:14:15 valid_lft forever preferred_lft forever 15:14:15 3: docker0: mtu 1500 qdisc noqueue state DOWN 15:14:15 link/ether 02:42:74:88:a0:da brd ff:ff:ff:ff:ff:ff 15:14:15 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 15:14:15 valid_lft forever preferred_lft forever 15:14:15 inet6 fe80::42:74ff:fe88:a0da/64 scope link 15:14:15 valid_lft forever preferred_lft forever 15:14:15 15:14:15 15:14:15 ---> sar -b -r -n DEV: 15:14:15 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 11/30/20 _x86_64_ (4 CPU) 15:14:15 15:14:15 15:06:09 LINUX RESTART (4 CPU) 15:14:15 15:14:15 15:07:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 15:14:15 15:08:02 31.02 11.29 19.73 0.00 4357.24 2941.87 0.00 15:14:15 15:09:01 1.68 0.00 1.68 0.00 0.00 29.48 0.00 15:14:15 15:10:01 0.25 0.00 0.25 0.00 0.00 2.85 0.00 15:14:15 15:11:01 0.37 0.00 0.37 0.00 0.00 4.26 0.00 15:14:15 15:12:01 0.63 0.43 0.20 0.00 136.66 2.75 0.00 15:14:15 15:13:01 326.86 165.56 161.30 0.00 8281.79 52910.59 0.00 15:14:15 15:14:01 235.00 111.66 123.34 0.00 7432.91 26700.88 0.00 15:14:15 Average: 85.38 41.41 43.97 0.00 2895.40 11836.21 0.00 15:14:15 15:14:15 15:07:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 15:14:15 15:08:02 168316 0 569164 30.25 2620 1141444 1095920 37.40 410424 1103604 24 15:14:15 15:09:01 172880 0 564592 30.01 2620 1141452 1060668 36.20 408748 1101512 12 15:14:15 15:10:01 172304 0 565164 30.04 2620 1141456 1060764 36.20 417856 1092860 8 15:14:15 15:11:01 171116 0 566352 30.10 2620 1141456 1060704 36.20 423696 1088264 8 15:14:15 15:12:01 147556 0 585728 31.13 2620 1145640 1087740 37.12 442428 1093068 60 15:14:15 15:13:01 79484 0 746896 39.70 2596 1052568 1496432 51.07 626976 904744 73580 15:14:15 15:14:01 75156 0 817416 43.44 1588 987384 1504456 51.34 689368 775372 83696 15:14:15 Average: 140973 0 630759 33.52 2469 1107343 1195241 40.79 488499 1022775 22484 15:14:15 15:14:15 15:07:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 15:14:15 15:08:02 eth0 79.89 64.39 344.09 27.98 0.00 0.00 0.00 0.00 15:14:15 15:08:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:14:15 15:08:02 docker0 2.30 1.90 0.56 3.98 0.00 0.00 0.00 0.00 15:14:15 15:09:01 eth0 2.81 0.93 1.36 0.24 0.00 0.00 0.00 0.00 15:14:15 15:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:14:15 15:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:14:15 15:10:01 eth0 0.83 0.47 0.30 0.21 0.00 0.00 0.00 0.00 15:14:15 15:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:14:15 15:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:14:15 15:11:01 eth0 0.63 0.30 0.29 0.17 0.00 0.00 0.00 0.00 15:14:15 15:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:14:15 15:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:14:15 15:12:01 eth0 5.73 3.95 5.55 1.92 0.00 0.00 0.00 0.00 15:14:15 15:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:14:15 15:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:14:15 15:13:01 eth0 806.74 687.68 7321.22 64.98 0.00 0.00 0.00 0.00 15:14:15 15:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:14:15 15:13:01 docker0 21.00 22.17 2.12 44.80 0.00 0.00 0.00 0.00 15:14:15 15:14:01 eth0 375.93 275.41 2417.52 89.41 0.00 0.00 0.00 0.00 15:14:15 15:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:14:15 15:14:01 docker0 49.61 85.54 2.85 189.02 0.00 0.00 0.00 0.00 15:14:15 Average: eth0 182.36 148.05 1446.07 26.49 0.00 0.00 0.00 0.00 15:14:15 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:14:15 Average: docker0 10.45 15.71 0.79 34.07 0.00 0.00 0.00 0.00 15:14:15 15:14:15 15:14:15 ---> sar -P ALL: 15:14:15 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 11/30/20 _x86_64_ (4 CPU) 15:14:15 15:14:15 15:06:09 LINUX RESTART (4 CPU) 15:14:15 15:14:15 15:07:01 CPU %user %nice %system %iowait %steal %idle 15:14:15 15:08:02 all 2.66 0.00 1.96 0.54 0.03 94.80 15:14:15 15:08:02 0 2.40 0.00 2.09 0.25 0.03 95.22 15:14:15 15:08:02 1 2.68 0.00 2.08 0.82 0.03 94.39 15:14:15 15:08:02 2 2.90 0.00 1.81 1.01 0.03 94.25 15:14:15 15:08:02 3 2.68 0.00 1.84 0.10 0.03 95.34 15:14:15 15:09:01 all 0.17 0.00 0.06 0.00 0.00 99.78 15:14:15 15:09:01 0 0.03 0.00 0.05 0.00 0.00 99.92 15:14:15 15:09:01 1 0.08 0.00 0.03 0.00 0.00 99.88 15:14:15 15:09:01 2 0.03 0.00 0.05 0.00 0.00 99.92 15:14:15 15:09:01 3 0.53 0.00 0.08 0.00 0.00 99.39 15:14:15 15:10:01 all 0.15 0.00 0.05 0.00 0.01 99.79 15:14:15 15:10:01 0 0.02 0.00 0.03 0.00 0.00 99.95 15:14:15 15:10:01 1 0.05 0.00 0.03 0.00 0.02 99.90 15:14:15 15:10:01 2 0.05 0.00 0.10 0.00 0.02 99.83 15:14:15 15:10:01 3 0.48 0.00 0.05 0.00 0.00 99.47 15:14:15 15:11:01 all 0.18 0.00 0.04 0.00 0.00 99.77 15:14:15 15:11:01 0 0.03 0.00 0.02 0.00 0.00 99.95 15:14:15 15:11:01 1 0.08 0.00 0.07 0.00 0.00 99.85 15:14:15 15:11:01 2 0.08 0.00 0.05 0.00 0.00 99.87 15:14:15 15:11:01 3 0.53 0.00 0.03 0.00 0.02 99.42 15:14:15 15:12:01 all 0.43 0.00 0.34 0.00 0.00 99.23 15:14:15 15:12:01 0 0.58 0.00 0.33 0.02 0.00 99.07 15:14:15 15:12:01 1 0.15 0.00 0.18 0.00 0.00 99.67 15:14:15 15:12:01 2 0.25 0.00 0.58 0.00 0.00 99.17 15:14:15 15:12:01 3 0.72 0.00 0.25 0.00 0.00 99.03 15:14:15 15:13:01 all 14.11 0.00 10.32 2.36 0.09 73.11 15:14:15 15:13:01 0 13.99 0.00 10.25 2.39 0.10 73.26 15:14:15 15:13:01 1 14.44 0.00 10.78 1.68 0.09 73.02 15:14:15 15:13:01 2 14.05 0.00 9.75 4.15 0.09 71.97 15:14:15 15:13:01 3 13.96 0.00 10.53 1.22 0.10 74.19 15:14:15 15:14:01 all 11.32 0.00 8.60 3.95 0.14 75.98 15:14:15 15:14:01 0 9.40 0.00 8.54 3.18 0.14 78.75 15:14:15 15:14:01 1 14.31 0.00 8.70 4.96 0.15 71.87 15:14:15 15:14:01 2 10.03 0.00 8.67 3.83 0.12 77.35 15:14:15 15:14:01 3 11.55 0.00 8.48 3.85 0.17 75.95 15:14:15 Average: all 4.09 0.00 3.01 0.97 0.04 91.90 15:14:15 Average: 0 3.71 0.00 2.99 0.82 0.04 92.44 15:14:15 Average: 1 4.48 0.00 3.08 1.06 0.04 91.33 15:14:15 Average: 2 3.86 0.00 2.96 1.27 0.04 91.88 15:14:15 Average: 3 4.29 0.00 2.99 0.73 0.05 91.94 15:14:15 15:14:15 15:14:15