Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from c8474c5291f77ead5221a5cac9d25e1334fb9abb Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-bootstrap, buildImage:false, pushImage:false, semverBump:pre] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-bootstrap-settings PROJECT: go-mod-bootstrap USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-go-mod-bootstrap DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-2057 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 c8474c5291f77ead5221a5cac9d25e1334fb9abb (master) > git config core.sparsecheckout # timeout=10 > git checkout -f c8474c5291f77ead5221a5cac9d25e1334fb9abb # timeout=10 Commit message: "Merge pull request #220 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-registry/v2-2.0.0-dev.5" > git rev-list --no-walk a758ab2e4b8192d54c9d580a5110ea307f4931cd # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 16:33:45 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 16:33:45 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 16:33:45 ========================================================= 16:33:45 EdgeX Global Pipelines Version Info 16:33:45 ========================================================= [Pipeline] libraryResource [Pipeline] sh 16:33:47 ------------------- 16:33:47 stable info: 16:33:47 ------------------- 16:33:47 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 16:33:47 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 16:33:47 Message: update stable to v1.0.186 16:33:47 ------------------- 16:33:47 experimental info: 16:33:47 ------------------- 16:33:47 Commited By: **** collab-it+edgex@linuxfoundation.org 16:33:47 Commit SHA: cb91434416315492d6e8e8a157e47fc41dd13198 16:33:47 Message: update experimental to v1.0.189 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 16:33:48 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-bootstrap-settings [Pipeline] echo 16:33:48 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-bootstrap [Pipeline] echo 16:33:48 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 16:33:48 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 16:33:48 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 16:33:48 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 16:33:48 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 16:33:48 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 16:33:48 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 16:33:48 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 16:33:48 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 16:33:48 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-bootstrap [Pipeline] echo 16:33:48 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 16:33:48 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 16:33:48 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 16:33:48 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 16:33:48 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 16:33:48 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 16:33:48 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 16:33:48 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 16:33:48 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 16:33:48 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 16:33:48 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 16:33:48 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 16:33:48 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 16:33:48 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 16:33:48 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 16:33:48 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 16:33:48 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 16:33:48 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = c8474c5291f77ead5221a5cac9d25e1334fb9abb [Pipeline] echo 16:33:48 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = c8474c5 [Pipeline] echo 16:33:48 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 16:33:49 + git log --format=format:%s -1 c8474c5291f77ead5221a5cac9d25e1334fb9abb [Pipeline] echo 16:33:49 GIT_COMMIT: c8474c5291f77ead5221a5cac9d25e1334fb9abb, Commit Message: Merge pull request #220 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-registry/v2-2.0.0-dev.5 [Pipeline] echo 16:33:49 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 16:33:50 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:33:50 16:33:50 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 16:33:50 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:33:50 latest: Pulling from edgex-devops/git-semver 16:33:50 31603596830f: Pulling fs layer 16:33:50 2a8b12db71e7: Pulling fs layer 16:33:50 6ca5941a6612: Pulling fs layer 16:33:50 ecc8261a40a4: Pulling fs layer 16:33:50 2a8b12db71e7: Verifying Checksum 16:33:50 2a8b12db71e7: Download complete 16:33:51 31603596830f: Verifying Checksum 16:33:51 31603596830f: Download complete 16:33:51 ecc8261a40a4: Verifying Checksum 16:33:51 6ca5941a6612: Verifying Checksum 16:33:51 6ca5941a6612: Download complete 16:33:51 31603596830f: Pull complete 16:33:51 2a8b12db71e7: Pull complete 16:33:52 6ca5941a6612: Pull complete 16:33:52 ecc8261a40a4: Pull complete 16:33:52 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 16:33:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:33:52 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 16:33:53 prd-centos7-docker-4c-2g-2057 does not seem to be running inside a container 16:33:53 $ 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 16:33:54 $ docker top 42a7f2115de7a8b41cb6d4ae8800b83afce0de7ad54f828e2dd518d88344747e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:33:55 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:33:55 [ssh-agent] Looking for ssh-agent implementation... 16:33:55 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:33:55 $ docker exec 42a7f2115de7a8b41cb6d4ae8800b83afce0de7ad54f828e2dd518d88344747e ssh-agent 16:33:55 SSH_AUTH_SOCK=/tmp/ssh-GcN1SZJc0bIP/agent.11 16:33:55 SSH_AGENT_PID=16 16:33:55 Running ssh-add (command line suppressed) 16:33:55 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_412274233366803557.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_412274233366803557.key) 16:33:55 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:33:55 + git tag --points-at HEAD [Pipeline] } 16:33:55 $ docker exec --env ******** --env ******** 42a7f2115de7a8b41cb6d4ae8800b83afce0de7ad54f828e2dd518d88344747e ssh-agent -k 16:33:56 unset SSH_AUTH_SOCK; 16:33:56 unset SSH_AGENT_PID; 16:33:56 echo Agent pid 16 killed; 16:33:56 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 16:33:56 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:33:56 [ssh-agent] Looking for ssh-agent implementation... 16:33:56 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:33:56 $ docker exec 42a7f2115de7a8b41cb6d4ae8800b83afce0de7ad54f828e2dd518d88344747e ssh-agent 16:33:56 SSH_AUTH_SOCK=/tmp/ssh-gEhW1ycUJiuS/agent.45 16:33:56 SSH_AGENT_PID=50 16:33:56 Running ssh-add (command line suppressed) 16:33:56 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_3218969591767865488.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_3218969591767865488.key) 16:33:56 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:33:56 + git semver init 16:33:56 # -> Open(): unable to determine branch for HEAD 16:33:56 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git 16:33:56 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master 16:33:56 # $SEMVER_REMOTE_NAME = origin 16:33:56 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:33:56 # $SEMVER_USER_NAME = edgex-jenkins 16:33:56 # $SEMVER_BRANCH = master 16:33:56 # $SEMVER_TEMP = /tmp/semver-749050882 16:33:56 # git clone --branch semver git@github.com:edgexfoundry/go-mod-bootstrap.git $SEMVER_TEMP 16:33:57 # '/tmp/semver-749050882' -> '/w/workspace/xfoundry_go-mod-bootstrap_master/.semver' 16:33:57 # -> Force: false 16:33:57 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [Pipeline] } 16:33:57 $ docker exec --env ******** --env ******** 42a7f2115de7a8b41cb6d4ae8800b83afce0de7ad54f828e2dd518d88344747e ssh-agent -k 16:33:57 unset SSH_AUTH_SOCK; 16:33:57 unset SSH_AGENT_PID; 16:33:57 echo Agent pid 50 killed; 16:33:57 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:33:57 + git semver [Pipeline] } 16:33:58 $ docker stop --time=1 42a7f2115de7a8b41cb6d4ae8800b83afce0de7ad54f828e2dd518d88344747e 16:34:00 $ docker rm -f 42a7f2115de7a8b41cb6d4ae8800b83afce0de7ad54f828e2dd518d88344747e [Pipeline] // withDockerContainer [Pipeline] sh 16:34:00 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 16:34:00 Stashed 1 file(s) [Pipeline] echo 16:34:00 [edgeXSemver]: initialized semver on version 2.0.0-dev.41 [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 16:34:15 Still waiting to schedule task 16:34:15 Waiting for next available executor on ‘centos7-docker-4c-2g’ 16:34:15 Still waiting to schedule task 16:34:15 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 16:35:39 Running on prd-centos7-docker-4c-2g-2059 in /w/workspace/xfoundry_go-mod-bootstrap_master [Pipeline] { [Pipeline] ws 16:35:39 Running in /w/workspace/go-mod-bootstrap/117 [Pipeline] { [Pipeline] checkout 16:35:42 using credential edgex-jenkins-ssh 16:35:42 Cloning the remote Git repository 16:35:42 Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git 16:35:42 > git init /w/workspace/go-mod-bootstrap/117 # timeout=10 16:35:42 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 16:35:42 > git --version # timeout=10 16:35:42 > git --version # 'git version 2.24.3' 16:35:42 using GIT_SSH to set credentials SSH Credentials for GitHub 16:35:42 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 16:35:43 Checking out Revision c8474c5291f77ead5221a5cac9d25e1334fb9abb (master) 16:35:43 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 16:35:43 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:35:43 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 16:35:43 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 16:35:43 using GIT_SSH to set credentials SSH Credentials for GitHub 16:35:43 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 16:35:43 > git config core.sparsecheckout # timeout=10 16:35:43 > git checkout -f c8474c5291f77ead5221a5cac9d25e1334fb9abb # timeout=10 16:35:47 Commit message: "Merge pull request #220 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-registry/v2-2.0.0-dev.5" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 16:35:48 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 16:35:48 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 16:35:49 + sudo service docker restart 16:35:49 + true 16:35:49 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 16:35:50 ========================================================= 16:35:50 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 16:35:50 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:35:50 + 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 . 16:35:51 Sending build context to Docker daemon 853.5kB 16:35:51 Step 1/8 : ARG BASE=golang:1.15-alpine 16:35:51 Step 2/8 : FROM ${BASE} 16:35:51 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 16:35:51 188c0c94c7c5: Pulling fs layer 16:35:51 0ef7d3d256c8: Pulling fs layer 16:35:51 de9db76c5a1d: Pulling fs layer 16:35:51 bca2f99d35d6: Pulling fs layer 16:35:51 93359f2a8cfa: Pulling fs layer 16:35:51 7c6f9722023f: Pulling fs layer 16:35:51 a35cf1a2eb13: Pulling fs layer 16:35:51 93359f2a8cfa: Waiting 16:35:51 7c6f9722023f: Waiting 16:35:51 a35cf1a2eb13: Waiting 16:35:51 bca2f99d35d6: Waiting 16:35:51 de9db76c5a1d: Verifying Checksum 16:35:51 de9db76c5a1d: Download complete 16:35:51 0ef7d3d256c8: Download complete 16:35:51 93359f2a8cfa: Download complete 16:35:51 7c6f9722023f: Verifying Checksum 16:35:51 7c6f9722023f: Download complete 16:35:51 188c0c94c7c5: Verifying Checksum 16:35:51 188c0c94c7c5: Download complete 16:35:51 188c0c94c7c5: Pull complete 16:35:51 0ef7d3d256c8: Pull complete 16:35:51 de9db76c5a1d: Pull complete 16:35:52 a35cf1a2eb13: Verifying Checksum 16:35:52 a35cf1a2eb13: Download complete 16:35:53 bca2f99d35d6: Verifying Checksum 16:35:53 bca2f99d35d6: Download complete 16:35:59 bca2f99d35d6: Pull complete 16:35:59 93359f2a8cfa: Pull complete 16:35:59 7c6f9722023f: Pull complete 16:36:04 a35cf1a2eb13: Pull complete 16:36:04 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 16:36:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 16:36:04 ---> a62c8e92a672 16:36:04 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 16:36:04 ---> Running in bd45c4434bd8 16:36:04 Removing intermediate container bd45c4434bd8 16:36:04 ---> b02ce55a8e2f 16:36:04 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:36:04 ---> Running in 1e4b18c52fdb 16:36:05 Removing intermediate container 1e4b18c52fdb 16:36:05 ---> 7429815bf812 16:36:05 Step 5/8 : RUN apk add --update --no-cache git make 16:36:05 ---> Running in 23ff5b7372c2 16:36:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:36:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:36:07 OK: 166 MiB in 39 packages 16:36:07 Removing intermediate container 23ff5b7372c2 16:36:07 ---> 9f42721efbf6 16:36:07 Step 6/8 : WORKDIR /build 16:36:08 ---> Running in 6f79683b10d7 16:36:08 Removing intermediate container 6f79683b10d7 16:36:08 ---> d8f286f6866e 16:36:08 Step 7/8 : COPY go.mod . 16:36:08 ---> a97bf8e44af2 16:36:08 Step 8/8 : RUN go mod download 16:36:08 ---> Running in 9da014403223 16:36:30 Removing intermediate container 9da014403223 16:36:30 ---> 8bfdd7a34933 16:36:30 Successfully built 8bfdd7a34933 16:36:30 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 16:36:31 + docker inspect -f . ci-base-image-x86_64 16:36:31 . [Pipeline] withDockerContainer 16:36:31 prd-centos7-docker-4c-2g-2059 does not seem to be running inside a container 16:36:31 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/117 -v /w/workspace/go-mod-bootstrap/117:/w/workspace/go-mod-bootstrap/117:rw,z -v /w/workspace/go-mod-bootstrap/117@tmp:/w/workspace/go-mod-bootstrap/117@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 16:36:32 $ docker top a85625c2121b710c3230b0abb0be8cf2b182c2a93f99c498458247e06cf2bcba -eo pid,comm [Pipeline] { [Pipeline] sh 16:36:32 + go version 16:36:32 go version go1.15.5 linux/amd64 [Pipeline] } 16:36:32 $ docker stop --time=1 a85625c2121b710c3230b0abb0be8cf2b182c2a93f99c498458247e06cf2bcba 16:36:34 $ docker rm -f a85625c2121b710c3230b0abb0be8cf2b182c2a93f99c498458247e06cf2bcba [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:36:34 + docker inspect -f . ci-base-image-x86_64 16:36:34 . [Pipeline] withDockerContainer 16:36:35 prd-centos7-docker-4c-2g-2059 does not seem to be running inside a container 16:36:35 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/117 -v /w/workspace/go-mod-bootstrap/117:/w/workspace/go-mod-bootstrap/117:rw,z -v /w/workspace/go-mod-bootstrap/117@tmp:/w/workspace/go-mod-bootstrap/117@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 16:36:35 $ docker top 8467cb063cdfef4f51770d17822694f8c904d1556714e778ae86a669376689e5 -eo pid,comm [Pipeline] { [Pipeline] sh 16:36:36 + make test 16:36:36 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 16:36:48 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap [no test files] 16:36:48 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/config 0.014s coverage: 5.4% of statements 16:36:48 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/container [no test files] 16:36:48 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/environment 0.017s coverage: 92.2% of statements 16:36:48 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/flags 0.024s coverage: 85.3% of statements 16:36:48 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/handlers [no test files] 16:36:48 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces [no test files] 16:36:48 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces/mocks [no test files] 16:36:49 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/registration 0.014s coverage: 26.7% of statements 16:36:49 Running on prd-ubuntu18.04-docker-arm64-4c-16g-2060 in /w/workspace/xfoundry_go-mod-bootstrap_master [Pipeline] { [Pipeline] ws 16:36:49 Running in /w/workspace/go-mod-bootstrap/117 [Pipeline] { [Pipeline] checkout 16:36:52 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/secret 3.022s coverage: 90.7% of statements 16:36:52 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/startup [no test files] 16:36:52 ? github.com/edgexfoundry/go-mod-bootstrap/v2/config [no test files] 16:36:52 ok github.com/edgexfoundry/go-mod-bootstrap/v2/di 0.013s coverage: 91.3% of statements 16:36:52 ? github.com/edgexfoundry/go-mod-bootstrap/v2/v2/bootstrap/container [no test files] 16:36:52 CGO_ENABLED=0 GO111MODULE=on go vet ./... 16:36:54 using credential edgex-jenkins-ssh 16:36:55 Cloning the remote Git repository 16:36:55 gofmt -l . 16:36:55 [ "`gofmt -l .`" = "" ] [Pipeline] } 16:36:55 $ docker stop --time=1 8467cb063cdfef4f51770d17822694f8c904d1556714e778ae86a669376689e5 16:36:55 Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git 16:36:55 > git init /w/workspace/go-mod-bootstrap/117 # timeout=10 16:36:55 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 16:36:55 > git --version # timeout=10 16:36:55 > git --version # 'git version 2.17.1' 16:36:55 using GIT_SSH to set credentials SSH Credentials for GitHub 16:36:55 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 16:36:56 Checking out Revision c8474c5291f77ead5221a5cac9d25e1334fb9abb (master) 16:36:56 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 16:36:56 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:36:56 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 16:36:56 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 16:36:56 using GIT_SSH to set credentials SSH Credentials for GitHub 16:36:56 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 16:36:56 > git config core.sparsecheckout # timeout=10 16:36:56 > git checkout -f c8474c5291f77ead5221a5cac9d25e1334fb9abb # timeout=10 16:36:57 $ docker rm -f 8467cb063cdfef4f51770d17822694f8c904d1556714e778ae86a669376689e5 [Pipeline] // withDockerContainer [Pipeline] sh 16:36:58 + sudo chown -R jenkins:jenkins . [Pipeline] stash 16:36:58 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 16:36:59 ---> job-cost.sh 16:36:59 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-BRCm 16:37:01 Commit message: "Merge pull request #220 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-registry/v2-2.0.0-dev.5" 16:37:01 16:37:01 GitHub has been notified of this commit’s build result 16:37:01 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 16:37:02 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 16:37:02 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 16:37:03 + sudo service docker restart 16:37:03 + true [Pipeline] unstash [Pipeline] echo 16:37:06 ========================================================= 16:37:06 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 16:37:06 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:37:06 + 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 . 16:37:07 Sending build context to Docker daemon 852kB 16:37:07 Step 1/8 : ARG BASE=golang:1.15-alpine 16:37:07 Step 2/8 : FROM ${BASE} 16:37:07 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 16:37:07 5f621e34cdf4: Pulling fs layer 16:37:07 a4357932f1b6: Pulling fs layer 16:37:07 18c013af1878: Pulling fs layer 16:37:07 00ac8860ef70: Pulling fs layer 16:37:07 63d7cb157983: Pulling fs layer 16:37:07 b116817d02f9: Pulling fs layer 16:37:07 745a02a5169b: Pulling fs layer 16:37:07 00ac8860ef70: Waiting 16:37:07 63d7cb157983: Waiting 16:37:07 b116817d02f9: Waiting 16:37:07 745a02a5169b: Waiting 16:37:07 18c013af1878: Verifying Checksum 16:37:07 18c013af1878: Download complete 16:37:07 a4357932f1b6: Download complete 16:37:07 63d7cb157983: Verifying Checksum 16:37:07 63d7cb157983: Download complete 16:37:07 b116817d02f9: Verifying Checksum 16:37:07 b116817d02f9: Download complete 16:37:07 5f621e34cdf4: Download complete 16:37:08 5f621e34cdf4: Pull complete 16:37:08 a4357932f1b6: Pull complete 16:37:09 18c013af1878: Pull complete 16:37:10 745a02a5169b: Verifying Checksum 16:37:10 745a02a5169b: Download complete 16:37:11 00ac8860ef70: Verifying Checksum 16:37:11 00ac8860ef70: Download complete 16:37:17 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 16:37:21 00ac8860ef70: Pull complete 16:37:21 63d7cb157983: Pull complete 16:37:21 b116817d02f9: Pull complete 16:37:25 745a02a5169b: Pull complete 16:37:25 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 16:37:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 16:37:25 ---> b7e6874047d6 16:37:25 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 16:37:28 ---> Running in 867a6d091a91 16:37:28 Removing intermediate container 867a6d091a91 16:37:28 ---> a64bcf5f673f 16:37:28 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:37:28 ---> Running in 02e38b3b707f 16:37:31 Removing intermediate container 02e38b3b707f 16:37:31 ---> 36c781a71d38 16:37:31 Step 5/8 : RUN apk add --update --no-cache git make 16:37:31 ---> Running in d04eb05c1603 16:37:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:37:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:37:33 OK: 142 MiB in 39 packages 16:37:34 Removing intermediate container d04eb05c1603 16:37:34 ---> 4ca4675f4d8e 16:37:34 Step 6/8 : WORKDIR /build 16:37:34 ---> Running in 012b8376500d 16:37:35 Removing intermediate container 012b8376500d 16:37:35 ---> b8d3deee5758 16:37:35 Step 7/8 : COPY go.mod . 16:37:36 ---> 1df1a3217b5b 16:37:36 Step 8/8 : RUN go mod download 16:37:36 ---> Running in e6f680ab0e8b 16:37:44 lf-activate-venv(): INFO: Adding /tmp/venv-BRCm/bin to PATH 16:37:44 INFO: No Stack... 16:37:44 INFO: Retrieving Pricing Info for: v1-standard-2 16:37:44 INFO: Archiving Costs [Pipeline] sh 16:37:44 + cat /w/workspace/go-mod-bootstrap/117/archives/cost.csv 16:37:44 + cut -d, -f6 [Pipeline] lock 16:37:44 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-bootstrap-master-117-stack-cost] 16:37:44 Resource [jenkins-edgexfoundry-go-mod-bootstrap-master-117-stack-cost] did not exist. Created. 16:37:44 Lock acquired on [jenkins-edgexfoundry-go-mod-bootstrap-master-117-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 16:37:45 + echo total: 0.029999999329447746 [Pipeline] stash 16:37:45 Stashed 1 file(s) [Pipeline] } 16:37:45 Lock released on resource [jenkins-edgexfoundry-go-mod-bootstrap-master-117-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 16:37:58 Removing intermediate container e6f680ab0e8b 16:37:58 ---> 1cc5947fbe62 16:37:58 Successfully built 1cc5947fbe62 16:37:58 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 16:37:58 + docker inspect -f . ci-base-image-arm64 16:37:58 . [Pipeline] withDockerContainer 16:37:59 prd-ubuntu18.04-docker-arm64-4c-16g-2060 does not seem to be running inside a container 16:37:59 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/117 -v /w/workspace/go-mod-bootstrap/117:/w/workspace/go-mod-bootstrap/117:rw,z -v /w/workspace/go-mod-bootstrap/117@tmp:/w/workspace/go-mod-bootstrap/117@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 16:38:00 $ docker top b5f233f535a636a587ef469d691ae625fa1c9ae45f0d168d070e654fe954c287 -eo pid,comm [Pipeline] { [Pipeline] sh 16:38:01 + go version 16:38:01 go version go1.15.5 linux/arm64 [Pipeline] } 16:38:01 $ docker stop --time=1 b5f233f535a636a587ef469d691ae625fa1c9ae45f0d168d070e654fe954c287 16:38:03 $ docker rm -f b5f233f535a636a587ef469d691ae625fa1c9ae45f0d168d070e654fe954c287 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:38:04 + docker inspect -f . ci-base-image-arm64 16:38:04 . [Pipeline] withDockerContainer 16:38:04 prd-ubuntu18.04-docker-arm64-4c-16g-2060 does not seem to be running inside a container 16:38:04 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/117 -v /w/workspace/go-mod-bootstrap/117:/w/workspace/go-mod-bootstrap/117:rw,z -v /w/workspace/go-mod-bootstrap/117@tmp:/w/workspace/go-mod-bootstrap/117@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 16:38:06 $ docker top ff923e7fee2e471e5c632821d9af1284f0877b5f8f4e195bd2934e9bf18b9c2d -eo pid,comm [Pipeline] { [Pipeline] sh 16:38:07 + make test 16:38:07 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 16:38:39 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap [no test files] 16:38:40 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/config 0.025s coverage: 5.4% of statements 16:38:40 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/container [no test files] 16:38:41 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/environment 0.043s coverage: 92.2% of statements 16:38:41 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/flags 0.040s coverage: 85.3% of statements 16:38:41 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/handlers [no test files] 16:38:41 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces [no test files] 16:38:42 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces/mocks [no test files] 16:38:44 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/registration 0.031s coverage: 26.7% of statements 16:38:49 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/secret 3.046s coverage: 90.7% of statements 16:38:49 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/startup [no test files] 16:38:49 ? github.com/edgexfoundry/go-mod-bootstrap/v2/config [no test files] 16:38:49 ok github.com/edgexfoundry/go-mod-bootstrap/v2/di 0.012s coverage: 91.3% of statements 16:38:49 ? github.com/edgexfoundry/go-mod-bootstrap/v2/v2/bootstrap/container [no test files] 16:38:49 CGO_ENABLED=0 GO111MODULE=on go vet ./... 16:38:55 gofmt -l . 16:38:55 [ "`gofmt -l .`" = "" ] [Pipeline] } 16:38:55 $ docker stop --time=1 ff923e7fee2e471e5c632821d9af1284f0877b5f8f4e195bd2934e9bf18b9c2d 16:38:58 $ docker rm -f ff923e7fee2e471e5c632821d9af1284f0877b5f8f4e195bd2934e9bf18b9c2d [Pipeline] // withDockerContainer [Pipeline] sh 16:38:59 + sudo chown -R jenkins:jenkins . [Pipeline] stash 16:38:59 Warning: overwriting stash ‘coverage-report’ 16:39:00 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 16:39:00 ---> job-cost.sh 16:39:00 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-qpcC 16:39:39 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 16:41:01 lf-activate-venv(): INFO: Adding /tmp/venv-qpcC/bin to PATH 16:41:01 INFO: No Stack... 16:41:01 INFO: Retrieving Pricing Info for: lf-standard-4 16:41:01 INFO: Archiving Costs [Pipeline] sh 16:41:01 + cut -d, -f6 16:41:01 + cat /w/workspace/go-mod-bootstrap/117/archives/cost.csv [Pipeline] lock 16:41:02 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-bootstrap-master-117-stack-cost] 16:41:02 Resource [jenkins-edgexfoundry-go-mod-bootstrap-master-117-stack-cost] did not exist. Created. 16:41:02 Lock acquired on [jenkins-edgexfoundry-go-mod-bootstrap-master-117-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 16:41:02 /w/workspace/go-mod-bootstrap/117@tmp/durable-b94e0e39/script.sh: 1: /w/workspace/go-mod-bootstrap/117@tmp/durable-b94e0e39/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 16:41:02 + echo total: 0.20999999344348907 [Pipeline] stash 16:41:02 Warning: overwriting stash ‘stack-cost’ 16:41:02 Stashed 1 file(s) [Pipeline] } 16:41:02 Lock released on resource [jenkins-edgexfoundry-go-mod-bootstrap-master-117-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 16:41:03 provisioning config files... 16:41:03 copy managed file [go-mod-bootstrap-codecov-token] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config1451377063744416976tmp [Pipeline] { [Pipeline] sh 16:41:03 + set +x 16:41:03 + curl -s https://codecov.io/bash 16:41:03 + bash -s -- 16:41:04 16:41:04 _____ _ 16:41:04 / ____| | | 16:41:04 | | ___ __| | ___ ___ _____ __ 16:41:04 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 16:41:04 | |___| (_) | (_| | __/ (_| (_) \ V / 16:41:04 \_____\___/ \__,_|\___|\___\___/ \_/ 16:41:04 Bash-1.0.2 16:41:04 16:41:04 16:41:04 ==> git version 2.24.3 found 16:41:04 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 16:41:04 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 16:41:04 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 16:41:04 ==> Jenkins CI detected. 16:41:04 project root: . 16:41:04 --> token set from env 16:41:04 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 16:41:04 ==> Running gcov in . (disable via -X gcov) 16:41:04 ==> Python coveragepy not found 16:41:04 ==> Searching for coverage reports in: 16:41:04 + . 16:41:04 -> Found 1 reports 16:41:04 ==> Detecting git/mercurial file structure 16:41:04 ==> Reading reports 16:41:04 + ./coverage.out bytes=28856 16:41:04 ==> Appending adjustments 16:41:04 https://docs.codecov.io/docs/fixing-reports 16:41:04 + Found adjustments 16:41:04 ==> Gzipping contents 16:41:04 8.0K /tmp/codecov.MRgjSH.gz 16:41:04 ==> Uploading reports 16:41:04 url: https://codecov.io 16:41:04 query: branch=master&commit=c8474c5291f77ead5221a5cac9d25e1334fb9abb&build=117&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2Fmaster%2F117%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=&job=&cmd_args= 16:41:04 -> Pinging Codecov 16:41:04 https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=master&commit=c8474c5291f77ead5221a5cac9d25e1334fb9abb&build=117&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2Fmaster%2F117%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=&job=&cmd_args= 16:41:05 -> Uploading to 16:41:05 https://storage.googleapis.com/codecov/v4/raw/2021-04-27/833815588EE85121546D348822E98E2E/c8474c5291f77ead5221a5cac9d25e1334fb9abb/7e12d169-2a6b-430e-ba22-d5f01f262454.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210427%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210427T164104Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=3701ab7576019bcf69108c1a5cd9be8afa428134f73e4dc797359a8e329f1dcd 16:41:05 % Total % Received % Xferd Average Speed Time Time Time Current 16:41:05 Dload Upload Total Spent Left Speed 16:41:05 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5499 0 0 100 5499 0 14161 --:--:-- --:--:-- --:--:-- 14136 16:41:05 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/go-mod-bootstrap/commit/c8474c5291f77ead5221a5cac9d25e1334fb9abb [Pipeline] } 16:41:05 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 16:41:06 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 16:41:06 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:41:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 16:41:06 16:41:06 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 16:41:06 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 16:41:06 1.410.4: Pulling from edgex-devops/edgex-snyk-go 16:41:06 188c0c94c7c5: Pulling fs layer 16:41:06 0ef7d3d256c8: Pulling fs layer 16:41:06 de9db76c5a1d: Pulling fs layer 16:41:06 0eba1c9be4d2: Pulling fs layer 16:41:06 0d57e429df01: Pulling fs layer 16:41:06 4e4be7b47b0d: Pulling fs layer 16:41:06 e1f770b5df2f: Pulling fs layer 16:41:06 85a0685a4137: Pulling fs layer 16:41:06 0d57e429df01: Waiting 16:41:06 4e4be7b47b0d: Waiting 16:41:06 e1f770b5df2f: Waiting 16:41:06 85a0685a4137: Waiting 16:41:06 0eba1c9be4d2: Waiting 16:41:06 de9db76c5a1d: Verifying Checksum 16:41:06 de9db76c5a1d: Download complete 16:41:06 0ef7d3d256c8: Verifying Checksum 16:41:06 0ef7d3d256c8: Download complete 16:41:06 0d57e429df01: Verifying Checksum 16:41:06 0d57e429df01: Download complete 16:41:06 4e4be7b47b0d: Verifying Checksum 16:41:06 4e4be7b47b0d: Download complete 16:41:06 188c0c94c7c5: Download complete 16:41:07 188c0c94c7c5: Pull complete 16:41:07 0ef7d3d256c8: Pull complete 16:41:07 e1f770b5df2f: Verifying Checksum 16:41:07 e1f770b5df2f: Download complete 16:41:07 de9db76c5a1d: Pull complete 16:41:09 0eba1c9be4d2: Verifying Checksum 16:41:09 0eba1c9be4d2: Download complete 16:41:10 85a0685a4137: Verifying Checksum 16:41:10 85a0685a4137: Download complete 16:41:15 0eba1c9be4d2: Pull complete 16:41:15 0d57e429df01: Pull complete 16:41:15 4e4be7b47b0d: Pull complete 16:41:17 e1f770b5df2f: Pull complete 16:41:26 85a0685a4137: Pull complete 16:41:26 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 16:41:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 16:41:26 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 16:41:26 prd-centos7-docker-4c-2g-2057 does not seem to be running inside a container 16:41:26 $ 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 16:41:27 $ docker top 4bef40bf1a139377ec1cca54022641d26dbbe5c856a783478d191958b7037149 -eo pid,comm [Pipeline] { [Pipeline] echo 16:41:27 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 16:41:27 + set -o pipefail 16:41:27 + snyk monitor '--org=edgex-jenkins' 16:41:34 16:41:34 Monitoring /w/workspace/xfoundry_go-mod-bootstrap_master (github.com/edgexfoundry/go-mod-bootstrap/v2)... 16:41:34 16:41:34 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/624adad5-e3a3-48c4-8c03-09f76c101df7/history/10803355-d4bf-4341-a5e0-5b7cffefce0d 16:41:34 16:41:34 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 16:41:34 16:41:34 [Pipeline] } 16:41:34 $ docker stop --time=1 4bef40bf1a139377ec1cca54022641d26dbbe5c856a783478d191958b7037149 16:41:37 $ docker rm -f 4bef40bf1a139377ec1cca54022641d26dbbe5c856a783478d191958b7037149 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh 16:41:38 + git log --format=format:%s -1 c8474c5291f77ead5221a5cac9d25e1334fb9abb [Pipeline] isUnix [Pipeline] sh 16:41:39 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:41:39 . [Pipeline] withDockerContainer 16:41:39 prd-centos7-docker-4c-2g-2057 does not seem to be running inside a container 16:41:39 $ 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 16:41:40 $ docker top 2c7307d57344bd575c6e41a7079e0de2737b5247fc27799c7f21c7e06db0958f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:41:40 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:41:40 [ssh-agent] Looking for ssh-agent implementation... 16:41:40 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:41:40 $ docker exec 2c7307d57344bd575c6e41a7079e0de2737b5247fc27799c7f21c7e06db0958f ssh-agent 16:41:40 SSH_AUTH_SOCK=/tmp/ssh-pbK3RHpptWyY/agent.12 16:41:40 SSH_AGENT_PID=18 16:41:40 Running ssh-add (command line suppressed) 16:41:40 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_4369047384967332630.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_4369047384967332630.key) 16:41:40 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:41:41 + git semver tag 16:41:41 # -> Open(): unable to determine branch for HEAD 16:41:41 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git 16:41:41 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master 16:41:41 # $SEMVER_REMOTE_NAME = origin 16:41:41 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:41:41 # $SEMVER_USER_NAME = edgex-jenkins 16:41:41 # $SEMVER_BRANCH = master 16:41:41 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver 16:41:41 # c8474c5291f77ead5221a5cac9d25e1334fb9abb HEAD 16:41:41 # -> Force: false 16:41:41 # 2d451c15c26603e642ad82bb4ed3ec520a1c0e2f refs/tags/v2.0.0-dev.41 [Pipeline] } 16:41:41 $ docker exec --env ******** --env ******** 2c7307d57344bd575c6e41a7079e0de2737b5247fc27799c7f21c7e06db0958f ssh-agent -k 16:41:41 unset SSH_AUTH_SOCK; 16:41:41 unset SSH_AGENT_PID; 16:41:41 echo Agent pid 18 killed; 16:41:41 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:41:41 + git semver [Pipeline] } 16:41:41 $ docker stop --time=1 2c7307d57344bd575c6e41a7079e0de2737b5247fc27799c7f21c7e06db0958f 16:41:43 $ docker rm -f 2c7307d57344bd575c6e41a7079e0de2737b5247fc27799c7f21c7e06db0958f [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 16:41:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 16:41:43 16:41:43 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 16:41:43 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 16:41:43 0.23.1-centos7: Pulling from edgex-lftools 16:41:43 ab5ef0e58194: Pulling fs layer 16:41:43 9712f1f96733: Pulling fs layer 16:41:43 63f879dbbcfc: Pulling fs layer 16:41:43 0d9ebad4ef96: Pulling fs layer 16:41:43 e9a5061849ea: Pulling fs layer 16:41:43 d747dcd14b5f: Pulling fs layer 16:41:43 2de7ff778b66: Pulling fs layer 16:41:43 e9a5061849ea: Waiting 16:41:43 d747dcd14b5f: Waiting 16:41:43 2de7ff778b66: Waiting 16:41:43 0d9ebad4ef96: Waiting 16:41:43 9712f1f96733: Verifying Checksum 16:41:43 9712f1f96733: Download complete 16:41:45 63f879dbbcfc: Verifying Checksum 16:41:45 63f879dbbcfc: Download complete 16:41:45 e9a5061849ea: Download complete 16:41:45 d747dcd14b5f: Verifying Checksum 16:41:45 d747dcd14b5f: Download complete 16:41:46 ab5ef0e58194: Verifying Checksum 16:41:46 ab5ef0e58194: Download complete 16:41:46 2de7ff778b66: Verifying Checksum 16:41:46 2de7ff778b66: Download complete 16:41:46 0d9ebad4ef96: Verifying Checksum 16:41:46 0d9ebad4ef96: Download complete 16:41:51 ab5ef0e58194: Pull complete 16:41:51 9712f1f96733: Pull complete 16:41:54 63f879dbbcfc: Pull complete 16:42:00 0d9ebad4ef96: Pull complete 16:42:03 e9a5061849ea: Pull complete 16:42:03 d747dcd14b5f: Pull complete 16:42:04 2de7ff778b66: Pull complete 16:42:04 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 16:42:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 16:42:04 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 16:42:05 prd-centos7-docker-4c-2g-2057 does not seem to be running inside a container 16:42:05 $ 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 16:42:08 $ docker top 8a385d0e6c19e38f0ed88b010d2b37517dfa96fd971446bf465a0ce2bf59622b -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 16:42:08 provisioning config files... 16:42:08 copy managed file [sigul-config] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config7068124104428621385tmp 16:42:08 copy managed file [sigul-password] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config4734008930561039618tmp 16:42:08 copy managed file [sigul-pki] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config1730295338396500416tmp [Pipeline] { [Pipeline] echo 16:42:08 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 16:42:09 ---> sigul-configuration.sh 16:42:09 gpg: directory `/root/.gnupg' created 16:42:09 gpg: new configuration file `/root/.gnupg/gpg.conf' created 16:42:09 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 16:42:09 gpg: keyring `/root/.gnupg/secring.gpg' created 16:42:09 gpg: keyring `/root/.gnupg/pubring.gpg' created 16:42:09 gpg: CAST5 encrypted data 16:42:09 gpg: encrypted with 1 passphrase 16:42:09 gpg: WARNING: message was not integrity protected [Pipeline] sh 16:42:09 + mkdir /home/jenkins 16:42:09 + mkdir /home/jenkins/sigul [Pipeline] sh 16:42:10 + 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 16:42:10 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 16:42:10 ---> sigul-install.sh 16:42:17 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 16:42:17 + git tag --list 16:42:17 v0.0.1 16:42:17 v0.0.10 16:42:17 v0.0.11 16:42:17 v0.0.12 16:42:17 v0.0.13 16:42:17 v0.0.14 16:42:17 v0.0.15 16:42:17 v0.0.16 16:42:17 v0.0.17 16:42:17 v0.0.18 16:42:17 v0.0.19 16:42:17 v0.0.2 16:42:17 v0.0.20 16:42:17 v0.0.21 16:42:17 v0.0.22 16:42:17 v0.0.23 16:42:17 v0.0.24 16:42:17 v0.0.25 16:42:17 v0.0.26 16:42:17 v0.0.27 16:42:17 v0.0.28 16:42:17 v0.0.29 16:42:17 v0.0.3 16:42:17 v0.0.30 16:42:17 v0.0.31 16:42:17 v0.0.32 16:42:17 v0.0.33 16:42:17 v0.0.34 16:42:17 v0.0.35 16:42:17 v0.0.36 16:42:17 v0.0.37 16:42:17 v0.0.38 16:42:17 v0.0.39 16:42:17 v0.0.4 16:42:17 v0.0.40 16:42:17 v0.0.41 16:42:17 v0.0.42 16:42:17 v0.0.43 16:42:17 v0.0.44 16:42:17 v0.0.45 16:42:17 v0.0.46 16:42:17 v0.0.47 16:42:17 v0.0.48 16:42:17 v0.0.49 16:42:17 v0.0.5 16:42:17 v0.0.50 16:42:17 v0.0.51 16:42:17 v0.0.52 16:42:17 v0.0.53 16:42:17 v0.0.54 16:42:17 v0.0.55 16:42:17 v0.0.56 16:42:17 v0.0.57 16:42:17 v0.0.58 16:42:17 v0.0.59 16:42:17 v0.0.6 16:42:17 v0.0.60 16:42:17 v0.0.61 16:42:17 v0.0.62 16:42:17 v0.0.63 16:42:17 v0.0.64 16:42:17 v0.0.65 16:42:17 v0.0.66 16:42:17 v0.0.67 16:42:17 v0.0.68 16:42:17 v0.0.69 16:42:17 v0.0.7 16:42:17 v0.0.70 16:42:17 v0.0.71 16:42:17 v0.0.72 16:42:17 v0.0.8 16:42:17 v0.0.9 16:42:17 v2.0.0-dev.1 16:42:17 v2.0.0-dev.10 16:42:17 v2.0.0-dev.11 16:42:17 v2.0.0-dev.12 16:42:17 v2.0.0-dev.13 16:42:17 v2.0.0-dev.14 16:42:17 v2.0.0-dev.15 16:42:17 v2.0.0-dev.16 16:42:17 v2.0.0-dev.17 16:42:17 v2.0.0-dev.18 16:42:17 v2.0.0-dev.19 16:42:17 v2.0.0-dev.2 16:42:17 v2.0.0-dev.20 16:42:17 v2.0.0-dev.21 16:42:17 v2.0.0-dev.22 16:42:17 v2.0.0-dev.23 16:42:17 v2.0.0-dev.24 16:42:17 v2.0.0-dev.25 16:42:17 v2.0.0-dev.26 16:42:17 v2.0.0-dev.27 16:42:17 v2.0.0-dev.28 16:42:17 v2.0.0-dev.29 16:42:17 v2.0.0-dev.3 16:42:17 v2.0.0-dev.30 16:42:17 v2.0.0-dev.31 16:42:17 v2.0.0-dev.32 16:42:17 v2.0.0-dev.33 16:42:17 v2.0.0-dev.34 16:42:17 v2.0.0-dev.35 16:42:17 v2.0.0-dev.36 16:42:17 v2.0.0-dev.37 16:42:17 v2.0.0-dev.38 16:42:17 v2.0.0-dev.39 16:42:17 v2.0.0-dev.4 16:42:17 v2.0.0-dev.40 16:42:17 v2.0.0-dev.41 16:42:17 v2.0.0-dev.5 16:42:17 v2.0.0-dev.6 16:42:17 v2.0.0-dev.7 16:42:17 v2.0.0-dev.8 16:42:17 v2.0.0-dev.9 [Pipeline] sh 16:42:17 + lftools sign git-tag v2.0.0-dev.41 16:42:19 Signing Git tag with Sigul... 16:42:19 Signing v2.0.0-dev.41 [Pipeline] echo 16:42:20 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 16:42:20 ---> sigul-configuration-cleanup.sh [Pipeline] } 16:42:20 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 16:42:20 $ docker stop --time=1 8a385d0e6c19e38f0ed88b010d2b37517dfa96fd971446bf465a0ce2bf59622b 16:42:22 $ docker rm -f 8a385d0e6c19e38f0ed88b010d2b37517dfa96fd971446bf465a0ce2bf59622b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 16:42:23 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:42:23 . [Pipeline] withDockerContainer 16:42:23 prd-centos7-docker-4c-2g-2057 does not seem to be running inside a container 16:42:23 $ 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 16:42:24 $ docker top fed6f3911d09639c96597e82b4ed14829de0a3da36457bca459adf03a9ade141 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:42:24 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:42:24 [ssh-agent] Looking for ssh-agent implementation... 16:42:24 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:42:24 $ docker exec fed6f3911d09639c96597e82b4ed14829de0a3da36457bca459adf03a9ade141 ssh-agent 16:42:24 SSH_AUTH_SOCK=/tmp/ssh-i36p7Y1XpORl/agent.12 16:42:24 SSH_AGENT_PID=18 16:42:24 Running ssh-add (command line suppressed) 16:42:24 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_7721821745491464845.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_7721821745491464845.key) 16:42:25 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:42:25 + git semver bump pre 16:42:25 # -> Open(): unable to determine branch for HEAD 16:42:25 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git 16:42:25 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master 16:42:25 # $SEMVER_REMOTE_NAME = origin 16:42:25 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:42:25 # $SEMVER_USER_NAME = edgex-jenkins 16:42:25 # $SEMVER_BRANCH = master 16:42:25 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver 16:42:25 2.0.0-dev.42 [Pipeline] } 16:42:25 $ docker exec --env ******** --env ******** fed6f3911d09639c96597e82b4ed14829de0a3da36457bca459adf03a9ade141 ssh-agent -k 16:42:25 unset SSH_AUTH_SOCK; 16:42:25 unset SSH_AGENT_PID; 16:42:25 echo Agent pid 18 killed; 16:42:25 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:42:25 + git semver [Pipeline] } 16:42:25 $ docker stop --time=1 fed6f3911d09639c96597e82b4ed14829de0a3da36457bca459adf03a9ade141 16:42:27 $ docker rm -f fed6f3911d09639c96597e82b4ed14829de0a3da36457bca459adf03a9ade141 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 16:42:27 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:42:27 . [Pipeline] withDockerContainer 16:42:27 prd-centos7-docker-4c-2g-2057 does not seem to be running inside a container 16:42:27 $ 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 16:42:28 $ docker top c0453e2ee2e2634a2bb1898b9aba2f4e9a01b3c5d979c68c5c827595e08772a5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:42:28 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:42:28 [ssh-agent] Looking for ssh-agent implementation... 16:42:29 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:42:29 $ docker exec c0453e2ee2e2634a2bb1898b9aba2f4e9a01b3c5d979c68c5c827595e08772a5 ssh-agent 16:42:29 SSH_AUTH_SOCK=/tmp/ssh-1Z1qIMD2DAEL/agent.12 16:42:29 SSH_AGENT_PID=17 16:42:29 Running ssh-add (command line suppressed) 16:42:29 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_7423810841674195556.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_7423810841674195556.key) 16:42:29 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:42:29 + git semver push 16:42:29 # -> Open(): unable to determine branch for HEAD 16:42:29 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git 16:42:29 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master 16:42:29 # $SEMVER_REMOTE_NAME = origin 16:42:29 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:42:29 # $SEMVER_USER_NAME = edgex-jenkins 16:42:29 # $SEMVER_BRANCH = master 16:42:29 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [Pipeline] } 16:42:35 $ docker exec --env ******** --env ******** c0453e2ee2e2634a2bb1898b9aba2f4e9a01b3c5d979c68c5c827595e08772a5 ssh-agent -k 16:42:35 unset SSH_AUTH_SOCK; 16:42:35 unset SSH_AGENT_PID; 16:42:35 echo Agent pid 17 killed; 16:42:35 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:42:35 + git semver [Pipeline] } 16:42:35 $ docker stop --time=1 c0453e2ee2e2634a2bb1898b9aba2f4e9a01b3c5d979c68c5c827595e08772a5 16:42:37 $ docker rm -f c0453e2ee2e2634a2bb1898b9aba2f4e9a01b3c5d979c68c5c827595e08772a5 [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 16:42:37 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 16:42:38 ---> package-listing.sh 16:42:38 ++ facter osfamily 16:42:38 ++ tr '[:upper:]' '[:lower:]' 16:42:38 + OS_FAMILY=redhat 16:42:38 + workspace=/w/workspace/xfoundry_go-mod-bootstrap_master 16:42:38 + START_PACKAGES=/tmp/packages_start.txt 16:42:38 + END_PACKAGES=/tmp/packages_end.txt 16:42:38 + DIFF_PACKAGES=/tmp/packages_diff.txt 16:42:38 + PACKAGES=/tmp/packages_start.txt 16:42:38 + '[' /w/workspace/xfoundry_go-mod-bootstrap_master ']' 16:42:38 + PACKAGES=/tmp/packages_end.txt 16:42:38 + case "${OS_FAMILY}" in 16:42:38 + rpm -qa 16:42:38 + sort 16:42:43 + '[' -f /tmp/packages_start.txt ']' 16:42:43 + '[' -f /tmp/packages_end.txt ']' 16:42:43 + diff /tmp/packages_start.txt /tmp/packages_end.txt 16:42:43 + '[' /w/workspace/xfoundry_go-mod-bootstrap_master ']' 16:42:43 + mkdir -p /w/workspace/xfoundry_go-mod-bootstrap_master/archives/ 16:42:43 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_go-mod-bootstrap_master/archives/ [Pipeline] echo 16:42:43 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 16:42:43 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 16:42:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:42:44 16:42:44 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 16:42:44 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:42:44 alpine: Pulling from edgex-lftools-log-publisher 16:42:44 df20fa9351a1: Pulling fs layer 16:42:44 36b3adc4ff6f: Pulling fs layer 16:42:44 8ad3a11d3b57: Pulling fs layer 16:42:44 46f8f816bc3b: Pulling fs layer 16:42:44 93b61091891f: Pulling fs layer 16:42:44 93b9cdb0e59b: Pulling fs layer 16:42:44 5e14af77c1be: Pulling fs layer 16:42:44 01666e4c0597: Pulling fs layer 16:42:44 aa168da1d23b: Pulling fs layer 16:42:44 46f8f816bc3b: Waiting 16:42:44 93b61091891f: Waiting 16:42:44 93b9cdb0e59b: Waiting 16:42:44 5e14af77c1be: Waiting 16:42:44 01666e4c0597: Waiting 16:42:44 aa168da1d23b: Waiting 16:42:44 36b3adc4ff6f: Verifying Checksum 16:42:44 36b3adc4ff6f: Download complete 16:42:44 46f8f816bc3b: Verifying Checksum 16:42:44 46f8f816bc3b: Download complete 16:42:44 df20fa9351a1: Verifying Checksum 16:42:44 df20fa9351a1: Download complete 16:42:44 93b9cdb0e59b: Verifying Checksum 16:42:44 93b9cdb0e59b: Download complete 16:42:44 93b61091891f: Verifying Checksum 16:42:44 93b61091891f: Download complete 16:42:44 5e14af77c1be: Verifying Checksum 16:42:44 5e14af77c1be: Download complete 16:42:44 01666e4c0597: Download complete 16:42:44 8ad3a11d3b57: Verifying Checksum 16:42:44 8ad3a11d3b57: Download complete 16:42:45 df20fa9351a1: Pull complete 16:42:45 36b3adc4ff6f: Pull complete 16:42:46 8ad3a11d3b57: Pull complete 16:42:46 46f8f816bc3b: Pull complete 16:42:46 aa168da1d23b: Verifying Checksum 16:42:46 aa168da1d23b: Download complete 16:42:47 93b61091891f: Pull complete 16:42:47 93b9cdb0e59b: Pull complete 16:42:47 5e14af77c1be: Pull complete 16:42:47 01666e4c0597: Pull complete 16:42:54 aa168da1d23b: Pull complete 16:42:54 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 16:42:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:42:54 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 16:42:54 prd-centos7-docker-4c-2g-2057 does not seem to be running inside a container 16:42:54 $ 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 16:42:57 $ docker top 6b6113b21e9b9c30377cbed1eb18b2d38e55d10363cebb4ca8cb6f75a7e2f86c -eo pid,comm [Pipeline] { [Pipeline] sh 16:42:57 + touch /tmp/pre-build-complete [Pipeline] sh 16:42:57 + mkdir -p /var/log/sa [Pipeline] sh 16:42:58 + ls /var/log/sa-host 16:42:58 + sadf -c /var/log/sa-host/sa23 16:42:58 file_magic: OK 16:42:58 HZ: Using current value: 100 16:42:58 file_header: OK 16:42:58 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 16:42:58 Statistics: 16:42:58 Hnuu...uuuununununu... 16:42:58 File successfully converted to sysstat format version 12.2.1 16:42:58 + sadf -c /var/log/sa-host/sa27 16:42:58 file_magic: OK 16:42:58 HZ: Using current value: 100 16:42:58 file_header: OK 16:42:58 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 16:42:58 Statistics: 16:42:58 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 16:42:58 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:42:58 provisioning config files... 16:42:58 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config5216777971540663112tmp [Pipeline] { [Pipeline] echo 16:42:58 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 16:42:58 ---> create-netrc.sh [Pipeline] } 16:42:58 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 16:42:59 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 16:42:59 ---> python-tools-install.sh [Pipeline] echo 16:42:59 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 16:42:59 ---> sudo-logs.sh 16:42:59 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 16:42:59 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 16:42:59 ---> job-cost.sh 16:42:59 lf-activate-venv: SKIPPING 16:42:59 DEBUG: total: 0.20999999344348907 16:42:59 INFO: Retrieving Stack Cost... 16:43:01 INFO: Retrieving Pricing Info for: v1-standard-2 16:43:01 INFO: Archiving Costs [Pipeline] echo 16:43:01 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 16:43:01 ---> logs-deploy.sh 16:43:01 lf-activate-venv: SKIPPING 16:43:01 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-bootstrap/master/117 16:43:01 INFO: archiving workspace using pattern(s): 16:43:03 Archives upload complete. 16:43:03 INFO: archiving logs to Nexus 16:43:04 ---> uname -a: 16:43:04 Linux prd-centos7-docker-4c-2g-2057.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 16:43:04 16:43:04 16:43:04 ---> lscpu: 16:43:04 Architecture: x86_64 16:43:04 CPU op-mode(s): 32-bit, 64-bit 16:43:04 Byte Order: Little Endian 16:43:04 Address sizes: 40 bits physical, 48 bits virtual 16:43:04 CPU(s): 4 16:43:04 On-line CPU(s) list: 0-3 16:43:04 Thread(s) per core: 1 16:43:04 Core(s) per socket: 1 16:43:04 Socket(s): 4 16:43:04 NUMA node(s): 1 16:43:04 Vendor ID: GenuineIntel 16:43:04 CPU family: 6 16:43:04 Model: 44 16:43:04 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 16:43:04 Stepping: 1 16:43:04 CPU MHz: 2933.438 16:43:04 BogoMIPS: 5866.87 16:43:04 Virtualization: VT-x 16:43:04 Hypervisor vendor: KVM 16:43:04 Virtualization type: full 16:43:04 L1d cache: 128 KiB 16:43:04 L1i cache: 128 KiB 16:43:04 L2 cache: 16 MiB 16:43:04 L3 cache: 64 MiB 16:43:04 NUMA node0 CPU(s): 0-3 16:43:04 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 16:43:04 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 16:43:04 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 16:43:04 Vulnerability Meltdown: Mitigation; PTI 16:43:04 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 16:43:04 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 16:43:04 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 16:43:04 Vulnerability Srbds: Not affected 16:43:04 Vulnerability Tsx async abort: Not affected 16:43:04 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 16:43:04 16:43:04 16:43:04 ---> nproc: 16:43:04 4 16:43:04 16:43:04 16:43:04 ---> df -h: 16:43:04 Filesystem Size Used Available Use% Mounted on 16:43:04 overlay 50.0G 8.5G 41.4G 17% / 16:43:04 tmpfs 64.0M 0 64.0M 0% /dev 16:43:04 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 16:43:04 shm 64.0M 0 64.0M 0% /dev/shm 16:43:04 /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os 16:43:04 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf 16:43:04 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname 16:43:04 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts 16:43:04 /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json 16:43:04 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/xfoundry_go-mod-bootstrap_master 16:43:04 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/xfoundry_go-mod-bootstrap_master@tmp 16:43:04 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host 16:43:04 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure 16:43:04 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log 16:43:04 16:43:04 16:43:04 ---> free -m: 16:43:04 total used free shared buff/cache available 16:43:04 Mem: 1837 838 145 0 853 934 16:43:04 Swap: 1023 3 1020 16:43:04 16:43:04 16:43:04 ---> ip addr: 16:43:04 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 16:43:04 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 16:43:04 inet 127.0.0.1/8 scope host lo 16:43:04 valid_lft forever preferred_lft forever 16:43:04 inet6 ::1/128 scope host 16:43:04 valid_lft forever preferred_lft forever 16:43:04 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 16:43:04 link/ether fa:16:3e:3b:f8:26 brd ff:ff:ff:ff:ff:ff 16:43:04 inet 10.30.123.170/23 brd 10.30.123.255 scope global dynamic eth0 16:43:04 valid_lft 85809sec preferred_lft 85809sec 16:43:04 inet6 fe80::f816:3eff:fe3b:f826/64 scope link 16:43:04 valid_lft forever preferred_lft forever 16:43:04 3: docker0: mtu 1500 qdisc noqueue state DOWN 16:43:04 link/ether 02:42:a3:2e:74:8c brd ff:ff:ff:ff:ff:ff 16:43:04 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 16:43:04 valid_lft forever preferred_lft forever 16:43:04 inet6 fe80::42:a3ff:fe2e:748c/64 scope link 16:43:04 valid_lft forever preferred_lft forever 16:43:04 16:43:04 16:43:04 ---> sar -b -r -n DEV: 16:43:04 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/27/21 _x86_64_ (4 CPU) 16:43:04 16:43:04 16:33:02 LINUX RESTART (4 CPU) 16:43:04 16:43:04 16:34:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 16:43:04 16:35:01 2.00 0.00 2.00 0.00 0.00 43.14 0.00 16:43:04 16:36:01 0.53 0.00 0.53 0.00 0.00 9.12 0.00 16:43:04 16:37:02 0.35 0.00 0.35 0.00 0.00 5.46 0.00 16:43:04 16:38:01 0.34 0.00 0.34 0.00 0.00 4.57 0.00 16:43:04 16:39:01 0.33 0.00 0.33 0.00 0.00 5.60 0.00 16:43:04 16:40:01 0.37 0.00 0.37 0.00 0.00 6.43 0.00 16:43:04 16:41:01 0.33 0.00 0.33 0.00 0.00 5.56 0.00 16:43:04 16:42:02 400.18 201.40 198.78 0.00 9511.11 61576.81 0.00 16:43:04 Average: 51.34 25.57 25.77 0.00 1207.57 7827.97 0.00 16:43:04 16:43:04 16:34:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 16:43:04 16:35:01 149400 0 614556 32.66 2620 1114968 1098992 37.51 437344 1095284 12 16:43:04 16:36:01 147212 0 616740 32.78 2620 1114972 1079364 36.84 443888 1091292 8 16:43:04 16:37:02 147504 0 616440 32.76 2620 1114980 1079424 36.84 440056 1095428 8 16:43:04 16:38:01 148412 0 615532 32.71 2620 1114980 1079244 36.83 438952 1095436 8 16:43:04 16:39:01 147752 0 616184 32.75 2620 1114988 1079468 36.84 438916 1096572 8 16:43:04 16:40:01 144804 0 619128 32.91 2620 1114992 1079528 36.84 441760 1096572 8 16:43:04 16:41:01 146092 0 617836 32.84 2620 1114996 1079312 36.84 440480 1096576 8 16:43:04 16:42:02 148680 0 802696 42.66 1688 928480 1315724 44.90 552020 856948 22148 16:43:04 Average: 147482 0 639889 34.01 2504 1091670 1111382 37.93 454177 1065514 2776 16:43:04 16:43:04 16:34:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 16:43:04 16:35:01 eth0 4.23 2.25 3.19 0.34 0.00 0.00 0.00 0.00 16:43:04 16:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:43:04 16:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:43:04 16:36:01 eth0 1.62 0.35 0.37 0.20 0.00 0.00 0.00 0.00 16:43:04 16:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:43:04 16:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:43:04 16:37:02 eth0 0.67 0.42 0.28 0.21 0.00 0.00 0.00 0.00 16:43:04 16:37:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:43:04 16:37:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:43:04 16:38:01 eth0 0.69 0.07 0.06 0.01 0.00 0.00 0.00 0.00 16:43:04 16:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:43:04 16:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:43:04 16:39:01 eth0 1.55 0.47 0.52 0.32 0.00 0.00 0.00 0.00 16:43:04 16:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:43:04 16:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:43:04 16:40:01 eth0 0.67 0.62 0.33 0.19 0.00 0.00 0.00 0.00 16:43:04 16:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:43:04 16:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:43:04 16:41:01 eth0 0.12 0.08 0.01 0.04 0.00 0.00 0.00 0.00 16:43:04 16:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:43:04 16:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:43:04 16:42:02 eth0 898.69 752.96 7551.01 97.02 0.00 0.00 0.00 0.00 16:43:04 16:42:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:43:04 16:42:02 docker0 56.10 59.76 4.46 347.76 0.00 0.00 0.00 0.00 16:43:04 Average: eth0 115.29 96.13 959.30 12.48 0.00 0.00 0.00 0.00 16:43:04 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:43:04 Average: docker0 7.12 7.59 0.57 44.15 0.00 0.00 0.00 0.00 16:43:04 16:43:04 16:43:04 ---> sar -P ALL: 16:43:04 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/27/21 _x86_64_ (4 CPU) 16:43:04 16:43:04 16:33:02 LINUX RESTART (4 CPU) 16:43:04 16:43:04 16:34:02 CPU %user %nice %system %iowait %steal %idle 16:43:04 16:35:01 all 0.20 0.00 0.07 0.00 0.00 99.72 16:43:04 16:35:01 0 0.08 0.00 0.07 0.00 0.00 99.85 16:43:04 16:35:01 1 0.14 0.00 0.08 0.00 0.00 99.78 16:43:04 16:35:01 2 0.29 0.00 0.07 0.00 0.00 99.64 16:43:04 16:35:01 3 0.31 0.00 0.07 0.00 0.00 99.63 16:43:04 16:36:01 all 0.16 0.00 0.08 0.00 0.01 99.75 16:43:04 16:36:01 0 0.02 0.00 0.03 0.00 0.03 99.92 16:43:04 16:36:01 1 0.10 0.00 0.07 0.00 0.00 99.83 16:43:04 16:36:01 2 0.07 0.00 0.12 0.00 0.00 99.82 16:43:04 16:36:01 3 0.47 0.00 0.10 0.00 0.00 99.43 16:43:04 16:37:02 all 0.17 0.00 0.03 0.00 0.01 99.78 16:43:04 16:37:02 0 0.03 0.00 0.03 0.00 0.00 99.93 16:43:04 16:37:02 1 0.08 0.00 0.02 0.00 0.02 99.88 16:43:04 16:37:02 2 0.05 0.00 0.05 0.00 0.02 99.88 16:43:04 16:37:02 3 0.52 0.00 0.03 0.00 0.02 99.43 16:43:04 16:38:01 all 0.05 0.00 0.04 0.00 0.00 99.91 16:43:04 16:38:01 0 0.03 0.00 0.05 0.00 0.00 99.92 16:43:04 16:38:01 1 0.03 0.00 0.02 0.00 0.00 99.95 16:43:04 16:38:01 2 0.05 0.00 0.05 0.00 0.00 99.90 16:43:04 16:38:01 3 0.09 0.00 0.05 0.00 0.00 99.86 16:43:04 16:39:01 all 0.07 0.00 0.09 0.00 0.01 99.83 16:43:04 16:39:01 0 0.12 0.00 0.08 0.00 0.02 99.78 16:43:04 16:39:01 1 0.07 0.00 0.12 0.00 0.00 99.82 16:43:04 16:39:01 2 0.07 0.00 0.13 0.00 0.02 99.78 16:43:04 16:39:01 3 0.03 0.00 0.03 0.00 0.00 99.93 16:43:04 16:40:01 all 0.17 0.00 0.04 0.00 0.00 99.79 16:43:04 16:40:01 0 0.08 0.00 0.05 0.00 0.00 99.87 16:43:04 16:40:01 1 0.03 0.00 0.05 0.00 0.00 99.92 16:43:04 16:40:01 2 0.30 0.00 0.03 0.00 0.00 99.67 16:43:04 16:40:01 3 0.25 0.00 0.03 0.00 0.00 99.72 16:43:04 16:41:01 all 0.16 0.00 0.03 0.00 0.00 99.80 16:43:04 16:41:01 0 0.02 0.00 0.02 0.00 0.00 99.97 16:43:04 16:41:01 1 0.05 0.00 0.05 0.00 0.00 99.90 16:43:04 16:41:01 2 0.53 0.00 0.03 0.00 0.00 99.43 16:43:04 16:41:01 3 0.03 0.00 0.03 0.00 0.02 99.92 16:43:04 16:42:02 all 17.13 0.00 12.48 4.98 0.12 65.28 16:43:04 16:42:02 0 16.80 0.00 13.13 5.54 0.12 64.41 16:43:04 16:42:02 1 16.99 0.00 12.60 6.46 0.12 63.83 16:43:04 16:42:02 2 16.84 0.00 12.70 5.28 0.14 65.04 16:43:04 16:42:02 3 17.91 0.00 11.50 2.63 0.10 67.86 16:43:04 Average: all 2.21 0.00 1.57 0.61 0.02 95.59 16:43:04 Average: 0 2.09 0.00 1.64 0.67 0.02 95.58 16:43:04 Average: 1 2.14 0.00 1.59 0.79 0.02 95.45 16:43:04 Average: 2 2.23 0.00 1.62 0.65 0.02 95.48 16:43:04 Average: 3 2.39 0.00 1.44 0.32 0.02 95.83 16:43:04 16:43:04 16:43:04