Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from de86bb2d438ca7287b41d514e43219be66da0926 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 # timeout=10 Commit message: "Merge pull request #301 from ernestojeda/enable-docker-proxy" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-bootstrap, buildImage:false, pushImage:false, semverBump:patch] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-bootstrap-settings PROJECT: go-mod-bootstrap USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-go-mod-bootstrap DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: patch BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor Running on prd-centos7-docker-4c-2g-12826 in /w/workspace/xfoundry_go-mod-bootstrap_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git > git init /w/workspace/xfoundry_go-mod-bootstrap_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision de86bb2d438ca7287b41d514e43219be66da0926 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f de86bb2d438ca7287b41d514e43219be66da0926 # timeout=10 Commit message: "Merge pull request #125 from lenny-intel/logger" > git rev-list --no-walk 79eb29d299abbb493294a056159a83325eb5ef8f # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 20:56:28 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 20:56:29 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 20:56:29 ========================================================= 20:56:29 EdgeX Global Pipelines Version Info 20:56:29 ========================================================= [Pipeline] libraryResource [Pipeline] sh 20:56:31 ------------------- 20:56:31 stable info: 20:56:31 ------------------- 20:56:31 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 20:56:31 Commit SHA: d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 20:56:31 Message: update stable to v1.0.167 20:56:31 ------------------- 20:56:31 experimental info: 20:56:31 ------------------- 20:56:31 Commited By: **** collab-it+edgex@linuxfoundation.org 20:56:31 Commit SHA: d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 20:56:31 Message: update experimental to v1.0.167 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 20:56:32 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-bootstrap-settings [Pipeline] echo 20:56:32 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-bootstrap [Pipeline] echo 20:56:32 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 20:56:32 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 20:56:32 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 20:56:32 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 20:56:32 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 20:56:33 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 20:56:33 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 20:56:33 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 20:56:33 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 20:56:33 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-bootstrap [Pipeline] echo 20:56:33 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 20:56:33 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 20:56:33 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 20:56:33 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 20:56:34 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 20:56:34 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 20:56:34 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo 20:56:34 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 20:56:34 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 20:56:34 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 20:56:34 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 20:56:34 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 20:56:34 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 20:56:34 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 20:56:35 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 20:56:35 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 20:56:35 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 20:56:35 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = de86bb2d438ca7287b41d514e43219be66da0926 [Pipeline] echo 20:56:35 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = de86bb2 [Pipeline] echo 20:56:35 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 20:56:35 provisioning config files... 20:56:35 copy managed file [go-mod-bootstrap-settings] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config6881807101665897160tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:56:36 ---> docker-login.sh 20:56:36 nexus3.edgexfoundry.org:10001 20:56:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:56:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:56:36 Configure a credential helper to remove this warning. See 20:56:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:56:36 20:56:36 Login Succeeded 20:56:36 nexus3.edgexfoundry.org:10002 20:56:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:56:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:56:36 Configure a credential helper to remove this warning. See 20:56:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:56:36 20:56:36 Login Succeeded 20:56:36 nexus3.edgexfoundry.org:10003 20:56:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:56:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:56:36 Configure a credential helper to remove this warning. See 20:56:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:56:36 20:56:36 Login Succeeded 20:56:36 nexus3.edgexfoundry.org:10004 20:56:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:56:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:56:37 Configure a credential helper to remove this warning. See 20:56:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:56:37 20:56:37 Login Succeeded 20:56:37 docker.io 20:56:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:56:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:56:37 Configure a credential helper to remove this warning. See 20:56:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:56:37 20:56:37 Login Succeeded 20:56:37 ---> docker-login.sh ends [Pipeline] } 20:56:37 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:56:38 + git log --format=format:%s -1 de86bb2d438ca7287b41d514e43219be66da0926 [Pipeline] echo 20:56:38 GIT_COMMIT: de86bb2d438ca7287b41d514e43219be66da0926, Commit Message: Merge pull request #125 from lenny-intel/logger [Pipeline] echo 20:56:38 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 20:56:38 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:56:38 20:56:38 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 20:56:39 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:56:39 latest: Pulling from edgex-devops/git-semver 20:56:39 31603596830f: Pulling fs layer 20:56:39 2a8b12db71e7: Pulling fs layer 20:56:39 6ca5941a6612: Pulling fs layer 20:56:39 ecc8261a40a4: Pulling fs layer 20:56:39 ecc8261a40a4: Waiting 20:56:39 31603596830f: Verifying Checksum 20:56:39 31603596830f: Download complete 20:56:39 6ca5941a6612: Verifying Checksum 20:56:39 6ca5941a6612: Download complete 20:56:39 ecc8261a40a4: Verifying Checksum 20:56:39 ecc8261a40a4: Download complete 20:56:39 31603596830f: Pull complete 20:56:40 2a8b12db71e7: Pull complete 20:56:40 6ca5941a6612: Pull complete 20:56:40 ecc8261a40a4: Pull complete 20:56:40 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 20:56:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:56:40 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 20:56:41 prd-centos7-docker-4c-2g-12826 does not seem to be running inside a container 20:56:41 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 20:56:43 $ docker top d134543d27d5cac71c90323df3296ef22f45c816491a99ab5cb48ad7d82fde30 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:56:43 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:56:43 [ssh-agent] Looking for ssh-agent implementation... 20:56:44 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:56:44 $ docker exec d134543d27d5cac71c90323df3296ef22f45c816491a99ab5cb48ad7d82fde30 ssh-agent 20:56:44 SSH_AUTH_SOCK=/tmp/ssh-FxMaD0POnaAJ/agent.12 20:56:44 SSH_AGENT_PID=17 20:56:44 Running ssh-add (command line suppressed) 20:56:44 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_3540668839327320911.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_3540668839327320911.key) 20:56:44 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:56:44 + git tag --points-at HEAD [Pipeline] } 20:56:44 $ docker exec --env ******** --env ******** d134543d27d5cac71c90323df3296ef22f45c816491a99ab5cb48ad7d82fde30 ssh-agent -k 20:56:44 unset SSH_AUTH_SOCK; 20:56:44 unset SSH_AGENT_PID; 20:56:44 echo Agent pid 17 killed; 20:56:44 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 20:56:45 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:56:45 [ssh-agent] Looking for ssh-agent implementation... 20:56:45 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:56:45 $ docker exec d134543d27d5cac71c90323df3296ef22f45c816491a99ab5cb48ad7d82fde30 ssh-agent 20:56:45 SSH_AUTH_SOCK=/tmp/ssh-QyALX79dE73L/agent.45 20:56:45 SSH_AGENT_PID=50 20:56:45 Running ssh-add (command line suppressed) 20:56:45 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_6691820956176276078.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_6691820956176276078.key) 20:56:45 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:56:45 + git semver init 20:56:45 # -> Open(): unable to determine branch for HEAD 20:56:45 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git 20:56:45 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master 20:56:45 # $SEMVER_REMOTE_NAME = origin 20:56:45 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:56:45 # $SEMVER_USER_NAME = edgex-jenkins 20:56:45 # $SEMVER_BRANCH = master 20:56:45 # $SEMVER_TEMP = /tmp/semver-003194768 20:56:45 # git clone --branch semver git@github.com:edgexfoundry/go-mod-bootstrap.git $SEMVER_TEMP 20:56:46 # '/tmp/semver-003194768' -> '/w/workspace/xfoundry_go-mod-bootstrap_master/.semver' 20:56:46 # -> Force: false 20:56:46 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [Pipeline] } 20:56:46 $ docker exec --env ******** --env ******** d134543d27d5cac71c90323df3296ef22f45c816491a99ab5cb48ad7d82fde30 ssh-agent -k 20:56:46 unset SSH_AUTH_SOCK; 20:56:46 unset SSH_AGENT_PID; 20:56:46 echo Agent pid 50 killed; 20:56:46 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:56:47 + git semver [Pipeline] } 20:56:47 $ docker stop --time=1 d134543d27d5cac71c90323df3296ef22f45c816491a99ab5cb48ad7d82fde30 20:56:49 $ docker rm -f d134543d27d5cac71c90323df3296ef22f45c816491a99ab5cb48ad7d82fde30 [Pipeline] // withDockerContainer [Pipeline] sh 20:56:49 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 20:56:49 Stashed 1 file(s) [Pipeline] echo 20:56:49 [edgeXSemver]: initialized semver on version 0.0.58 [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 20:57:05 Still waiting to schedule task 20:57:05 Waiting for next available executor on ‘centos7-docker-4c-2g’ 20:57:05 Still waiting to schedule task 20:57:05 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 20:58:20 Running on prd-centos7-docker-4c-2g-12829 in /w/workspace/xfoundry_go-mod-bootstrap_master [Pipeline] { [Pipeline] ws 20:58:20 Running in /w/workspace/go-mod-bootstrap/61 [Pipeline] { [Pipeline] checkout 20:58:23 using credential edgex-jenkins-ssh 20:58:23 Cloning the remote Git repository 20:58:23 Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git 20:58:23 > git init /w/workspace/go-mod-bootstrap/61 # timeout=10 20:58:23 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 20:58:23 > git --version # timeout=10 20:58:23 > git --version # 'git version 2.16.5' 20:58:23 using GIT_SSH to set credentials SSH Credentials for GitHub 20:58:23 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 20:58:24 Checking out Revision de86bb2d438ca7287b41d514e43219be66da0926 (master) 20:58:24 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 20:58:24 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:58:24 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 20:58:24 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 20:58:24 using GIT_SSH to set credentials SSH Credentials for GitHub 20:58:24 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 20:58:24 > git config core.sparsecheckout # timeout=10 20:58:24 > git checkout -f de86bb2d438ca7287b41d514e43219be66da0926 # timeout=10 20:58:28 Commit message: "Merge pull request #125 from lenny-intel/logger" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:58:29 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 20:58:29 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 20:58:30 + sudo service docker restart 20:58:30 + true 20:58:30 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 20:58:30 provisioning config files... 20:58:30 copy managed file [go-mod-bootstrap-settings] to file:/w/workspace/go-mod-bootstrap/61@tmp/config5157944861116074219tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:58:31 ---> docker-login.sh 20:58:31 nexus3.edgexfoundry.org:10001 20:58:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:58:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:58:32 Configure a credential helper to remove this warning. See 20:58:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:58:32 20:58:32 Login Succeeded 20:58:32 nexus3.edgexfoundry.org:10002 20:58:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:58:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:58:32 Configure a credential helper to remove this warning. See 20:58:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:58:32 20:58:32 Login Succeeded 20:58:32 nexus3.edgexfoundry.org:10003 20:58:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:58:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:58:32 Configure a credential helper to remove this warning. See 20:58:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:58:32 20:58:32 Login Succeeded 20:58:32 nexus3.edgexfoundry.org:10004 20:58:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:58:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:58:33 Configure a credential helper to remove this warning. See 20:58:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:58:33 20:58:33 Login Succeeded 20:58:33 docker.io 20:58:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:58:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:58:33 Configure a credential helper to remove this warning. See 20:58:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:58:33 20:58:33 Login Succeeded 20:58:33 ---> docker-login.sh ends [Pipeline] } 20:58:33 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 20:58:33 ========================================================= 20:58:33 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 20:58:33 ========================================================= [Pipeline] isUnix [Pipeline] sh 20:58:34 + 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 . 20:58:34 Sending build context to Docker daemon 558.1kB 20:58:34 Step 1/8 : ARG BASE=golang:1.15-alpine 20:58:34 Step 2/8 : FROM ${BASE} 20:58:34 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 20:58:34 df20fa9351a1: Pulling fs layer 20:58:34 ed8968b2872e: Pulling fs layer 20:58:34 a92cc7c5fd73: Pulling fs layer 20:58:34 e871e8e8d7a9: Pulling fs layer 20:58:34 e73272ec9a57: Pulling fs layer 20:58:34 1e910a182e73: Pulling fs layer 20:58:34 4e634b169226: Pulling fs layer 20:58:34 e871e8e8d7a9: Waiting 20:58:34 e73272ec9a57: Waiting 20:58:34 1e910a182e73: Waiting 20:58:34 4e634b169226: Waiting 20:58:34 a92cc7c5fd73: Verifying Checksum 20:58:34 a92cc7c5fd73: Download complete 20:58:34 ed8968b2872e: Verifying Checksum 20:58:34 ed8968b2872e: Download complete 20:58:34 e73272ec9a57: Download complete 20:58:34 df20fa9351a1: Verifying Checksum 20:58:34 df20fa9351a1: Download complete 20:58:34 1e910a182e73: Verifying Checksum 20:58:34 1e910a182e73: Download complete 20:58:34 df20fa9351a1: Pull complete 20:58:34 ed8968b2872e: Pull complete 20:58:34 a92cc7c5fd73: Pull complete 20:58:36 4e634b169226: Verifying Checksum 20:58:36 4e634b169226: Download complete 20:58:36 e871e8e8d7a9: Verifying Checksum 20:58:36 e871e8e8d7a9: Download complete 20:58:43 e871e8e8d7a9: Pull complete 20:58:43 e73272ec9a57: Pull complete 20:58:43 1e910a182e73: Pull complete 20:58:46 4e634b169226: Pull complete 20:58:46 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 20:58:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 20:58:46 ---> f7629b54cfaa 20:58:46 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 20:58:46 ---> Running in 3ac5e8d10842 20:58:47 Removing intermediate container 3ac5e8d10842 20:58:47 ---> 767e0a7e5633 20:58:47 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:58:47 ---> Running in 7389f8432c58 20:58:48 Removing intermediate container 7389f8432c58 20:58:48 ---> 011c2f8bbfbb 20:58:48 Step 5/8 : RUN apk add --update --no-cache git make 20:58:48 ---> Running in cf6a3394d544 20:58:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:58:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:58:50 OK: 166 MiB in 39 packages 20:58:50 Removing intermediate container cf6a3394d544 20:58:50 ---> 13c635c63317 20:58:50 Step 6/8 : WORKDIR /build 20:58:50 ---> Running in b275d56eabf0 20:58:50 Removing intermediate container b275d56eabf0 20:58:50 ---> 862dab912889 20:58:50 Step 7/8 : COPY go.mod . 20:58:51 ---> 5a4c6fad4171 20:58:51 Step 8/8 : RUN go mod download 20:58:51 ---> Running in efe04fc15ce5 20:59:06 Running on prd-ubuntu18.04-docker-arm64-4c-16g-12828 in /w/workspace/xfoundry_go-mod-bootstrap_master [Pipeline] { [Pipeline] ws 20:59:06 Running in /w/workspace/go-mod-bootstrap/61 [Pipeline] { [Pipeline] checkout 20:59:09 Removing intermediate container efe04fc15ce5 20:59:09 ---> c4de576e17c5 20:59:09 Successfully built c4de576e17c5 20:59:09 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 20:59:09 + docker inspect -f . ci-base-image-x86_64 20:59:09 . [Pipeline] withDockerContainer 20:59:09 prd-centos7-docker-4c-2g-12829 does not seem to be running inside a container 20:59:09 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/61 -v /w/workspace/go-mod-bootstrap/61:/w/workspace/go-mod-bootstrap/61:rw,z -v /w/workspace/go-mod-bootstrap/61@tmp:/w/workspace/go-mod-bootstrap/61@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 20:59:10 $ docker top 724627910ef2499a05c380fc9a1a9eed1809cabc48a5e28bcf02a6993ccd7c82 -eo pid,comm [Pipeline] { [Pipeline] sh 20:59:10 + go version 20:59:10 go version go1.15.2 linux/amd64 [Pipeline] } 20:59:11 $ docker stop --time=1 724627910ef2499a05c380fc9a1a9eed1809cabc48a5e28bcf02a6993ccd7c82 20:59:11 using credential edgex-jenkins-ssh 20:59:11 Cloning the remote Git repository 20:59:12 $ docker rm -f 724627910ef2499a05c380fc9a1a9eed1809cabc48a5e28bcf02a6993ccd7c82 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } 20:59:12 Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git 20:59:12 > git init /w/workspace/go-mod-bootstrap/61 # timeout=10 20:59:12 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 20:59:12 > git --version # timeout=10 20:59:12 > git --version # 'git version 2.17.1' 20:59:12 using GIT_SSH to set credentials SSH Credentials for GitHub 20:59:12 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:59:13 + docker inspect -f . ci-base-image-x86_64 20:59:13 . [Pipeline] withDockerContainer 20:59:13 prd-centos7-docker-4c-2g-12829 does not seem to be running inside a container 20:59:13 Checking out Revision de86bb2d438ca7287b41d514e43219be66da0926 (master) 20:59:13 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/61 -v /w/workspace/go-mod-bootstrap/61:/w/workspace/go-mod-bootstrap/61:rw,z -v /w/workspace/go-mod-bootstrap/61@tmp:/w/workspace/go-mod-bootstrap/61@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 20:59:13 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 20:59:13 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:59:13 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 20:59:13 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 20:59:13 using GIT_SSH to set credentials SSH Credentials for GitHub 20:59:13 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 20:59:13 > git config core.sparsecheckout # timeout=10 20:59:13 > git checkout -f de86bb2d438ca7287b41d514e43219be66da0926 # timeout=10 20:59:14 $ docker top d9d9ee97ee559e778cec9b92cd0228c9d9765baa61b54c5dc0376d22449ba1e5 -eo pid,comm [Pipeline] { [Pipeline] sh 20:59:14 + make test 20:59:14 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 20:59:18 Commit message: "Merge pull request #125 from lenny-intel/logger" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:59:19 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 20:59:20 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 20:59:20 + true 20:59:20 + sudo service docker restart 20:59:23 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap [no test files] 20:59:23 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/config 0.017s coverage: 9.0% of statements 20:59:23 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/container [no test files] [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 20:59:23 provisioning config files... 20:59:23 copy managed file [go-mod-bootstrap-settings] to file:/w/workspace/go-mod-bootstrap/61@tmp/config225417182424505983tmp [Pipeline] { 20:59:23 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/environment 0.019s coverage: 95.1% of statements 20:59:23 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/flags 0.005s coverage: 87.8% of statements 20:59:23 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/httpserver [no test files] 20:59:23 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/message [no test files] [Pipeline] libraryResource [Pipeline] sh 20:59:23 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/secret [no test files] 20:59:23 ---> docker-login.sh 20:59:23 nexus3.edgexfoundry.org:10001 20:59:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:59:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:59:24 Configure a credential helper to remove this warning. See 20:59:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:59:24 20:59:24 Login Succeeded 20:59:24 nexus3.edgexfoundry.org:10002 20:59:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:59:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:59:25 Configure a credential helper to remove this warning. See 20:59:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:59:25 20:59:25 Login Succeeded 20:59:25 nexus3.edgexfoundry.org:10003 20:59:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:59:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:59:25 Configure a credential helper to remove this warning. See 20:59:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:59:25 20:59:26 Login Succeeded 20:59:26 nexus3.edgexfoundry.org:10004 20:59:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:59:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:59:26 Configure a credential helper to remove this warning. See 20:59:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:59:26 20:59:26 Login Succeeded 20:59:26 docker.io 20:59:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:59:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:59:27 Configure a credential helper to remove this warning. See 20:59:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:59:27 20:59:27 Login Succeeded 20:59:27 ---> docker-login.sh ends [Pipeline] } 20:59:27 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 20:59:27 ========================================================= 20:59:27 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 20:59:27 ========================================================= [Pipeline] isUnix [Pipeline] sh 20:59:28 + 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 . 20:59:28 Sending build context to Docker daemon 558.1kB 20:59:28 Step 1/8 : ARG BASE=golang:1.15-alpine 20:59:28 Step 2/8 : FROM ${BASE} 20:59:28 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 20:59:28 b538f80385f9: Pulling fs layer 20:59:28 74f711af9a0d: Pulling fs layer 20:59:28 99f96fe45779: Pulling fs layer 20:59:28 8529a6b9a6be: Pulling fs layer 20:59:28 45590311c82a: Pulling fs layer 20:59:28 69ca0ff8b7b3: Pulling fs layer 20:59:28 209524e5b208: Pulling fs layer 20:59:28 8529a6b9a6be: Waiting 20:59:28 45590311c82a: Waiting 20:59:28 69ca0ff8b7b3: Waiting 20:59:28 209524e5b208: Waiting 20:59:28 99f96fe45779: Verifying Checksum 20:59:28 99f96fe45779: Download complete 20:59:28 74f711af9a0d: Verifying Checksum 20:59:28 74f711af9a0d: Download complete 20:59:28 45590311c82a: Verifying Checksum 20:59:28 45590311c82a: Download complete 20:59:28 b538f80385f9: Verifying Checksum 20:59:28 b538f80385f9: Download complete 20:59:28 69ca0ff8b7b3: Verifying Checksum 20:59:28 69ca0ff8b7b3: Download complete 20:59:29 b538f80385f9: Pull complete 20:59:30 74f711af9a0d: Pull complete 20:59:30 99f96fe45779: Pull complete 20:59:30 209524e5b208: Verifying Checksum 20:59:30 209524e5b208: Download complete 20:59:31 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/secret/client 7.014s coverage: 100.0% of statements 20:59:31 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/testing [no test files] 20:59:31 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/interfaces [no test files] 20:59:31 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/logging [no test files] 20:59:31 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/registration 0.005s coverage: 48.9% of statements 20:59:31 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/startup [no test files] 20:59:31 ? github.com/edgexfoundry/go-mod-bootstrap/config [no test files] 20:59:31 ok github.com/edgexfoundry/go-mod-bootstrap/di 0.004s coverage: 91.3% of statements 20:59:31 CGO_ENABLED=0 GO111MODULE=on go vet ./... 20:59:32 8529a6b9a6be: Verifying Checksum 20:59:32 8529a6b9a6be: Download complete 20:59:32 gofmt -l . 20:59:32 [ "`gofmt -l .`" = "" ] [Pipeline] } 20:59:32 $ docker stop --time=1 d9d9ee97ee559e778cec9b92cd0228c9d9765baa61b54c5dc0376d22449ba1e5 20:59:34 $ docker rm -f d9d9ee97ee559e778cec9b92cd0228c9d9765baa61b54c5dc0376d22449ba1e5 [Pipeline] // withDockerContainer [Pipeline] sh 20:59:35 + sudo chown -R jenkins:jenkins . [Pipeline] stash 20:59:35 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 20:59:44 8529a6b9a6be: Pull complete 20:59:44 45590311c82a: Pull complete 20:59:44 69ca0ff8b7b3: Pull complete 20:59:47 209524e5b208: Pull complete 20:59:47 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 20:59:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 20:59:47 ---> 5bddaf1c2fca 20:59:47 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 20:59:49 ---> Running in 9ac986d7da91 20:59:50 Removing intermediate container 9ac986d7da91 20:59:50 ---> 8455e0152ca3 20:59:50 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:59:50 ---> Running in c54919850d39 20:59:53 Removing intermediate container c54919850d39 20:59:53 ---> b11ea407b17d 20:59:53 Step 5/8 : RUN apk add --update --no-cache git make 20:59:53 ---> Running in 3903eceda915 20:59:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:59:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:59:56 OK: 142 MiB in 39 packages 20:59:57 Removing intermediate container 3903eceda915 20:59:57 ---> 5c0b215e68eb 20:59:57 Step 6/8 : WORKDIR /build 20:59:57 ---> Running in 5927167949c0 20:59:58 Removing intermediate container 5927167949c0 20:59:58 ---> 7222e169ca05 20:59:58 Step 7/8 : COPY go.mod . 20:59:58 ---> 3f52ee0ff30f 20:59:58 Step 8/8 : RUN go mod download 20:59:59 ---> Running in b8277acc4495 21:00:21 Removing intermediate container b8277acc4495 21:00:21 ---> b24fbeb8a71b 21:00:21 Successfully built b24fbeb8a71b 21:00:21 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 21:00:21 + docker inspect -f . ci-base-image-arm64 21:00:21 . [Pipeline] withDockerContainer 21:00:21 prd-ubuntu18.04-docker-arm64-4c-16g-12828 does not seem to be running inside a container 21:00:22 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/61 -v /w/workspace/go-mod-bootstrap/61:/w/workspace/go-mod-bootstrap/61:rw,z -v /w/workspace/go-mod-bootstrap/61@tmp:/w/workspace/go-mod-bootstrap/61@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 21:00:23 $ docker top bb441be09cee8e5b417b4f725eafabb71ac79c4b015cb9c68c87e56cd266d988 -eo pid,comm [Pipeline] { [Pipeline] sh 21:00:25 + go version 21:00:25 go version go1.15.2 linux/arm64 [Pipeline] } 21:00:25 $ docker stop --time=1 bb441be09cee8e5b417b4f725eafabb71ac79c4b015cb9c68c87e56cd266d988 21:00:27 $ docker rm -f bb441be09cee8e5b417b4f725eafabb71ac79c4b015cb9c68c87e56cd266d988 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:00:28 + docker inspect -f . ci-base-image-arm64 21:00:28 . [Pipeline] withDockerContainer 21:00:28 prd-ubuntu18.04-docker-arm64-4c-16g-12828 does not seem to be running inside a container 21:00:29 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/61 -v /w/workspace/go-mod-bootstrap/61:/w/workspace/go-mod-bootstrap/61:rw,z -v /w/workspace/go-mod-bootstrap/61@tmp:/w/workspace/go-mod-bootstrap/61@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 21:00:30 $ docker top 24a5e9e90bb4fcf8e28dfcfe848b8025f0f33c15510320e3d466f2422e13cfe3 -eo pid,comm [Pipeline] { [Pipeline] sh 21:00:32 + make test 21:00:32 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 21:00:59 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap [no test files] 21:00:59 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/config 0.036s coverage: 9.0% of statements 21:00:59 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/container [no test files] 21:01:01 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/environment 0.037s coverage: 95.1% of statements 21:01:01 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/flags 0.038s coverage: 87.8% of statements 21:01:01 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/httpserver [no test files] 21:01:01 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/message [no test files] 21:01:01 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/secret [no test files] 21:01:09 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/secret/client 7.036s coverage: 100.0% of statements 21:01:09 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/testing [no test files] 21:01:09 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/interfaces [no test files] 21:01:09 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/logging [no test files] 21:01:09 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/registration 0.015s coverage: 48.9% of statements 21:01:09 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/startup [no test files] 21:01:09 ? github.com/edgexfoundry/go-mod-bootstrap/config [no test files] 21:01:09 ok github.com/edgexfoundry/go-mod-bootstrap/di 0.011s coverage: 91.3% of statements 21:01:09 CGO_ENABLED=0 GO111MODULE=on go vet ./... 21:01:14 gofmt -l . 21:01:14 [ "`gofmt -l .`" = "" ] [Pipeline] } 21:01:15 $ docker stop --time=1 24a5e9e90bb4fcf8e28dfcfe848b8025f0f33c15510320e3d466f2422e13cfe3 21:01:17 $ docker rm -f 24a5e9e90bb4fcf8e28dfcfe848b8025f0f33c15510320e3d466f2422e13cfe3 [Pipeline] // withDockerContainer [Pipeline] sh 21:01:18 + sudo chown -R jenkins:jenkins . [Pipeline] stash 21:01:18 Warning: overwriting stash ‘coverage-report’ 21:01:19 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 21:01:21 provisioning config files... 21:01:21 copy managed file [go-mod-bootstrap-codecov-token] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config3155347641358373587tmp [Pipeline] { [Pipeline] sh 21:01:21 + set +x 21:01:21 + curl -s https://codecov.io/bash 21:01:21 + bash -s -- 21:01:21 21:01:21 _____ _ 21:01:21 / ____| | | 21:01:21 | | ___ __| | ___ ___ _____ __ 21:01:21 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 21:01:21 | |___| (_) | (_| | __/ (_| (_) \ V / 21:01:21 \_____\___/ \__,_|\___|\___\___/ \_/ 21:01:21 Bash-20201116-eea08d9 21:01:21 21:01:21 21:01:21 ==> Jenkins CI detected. 21:01:21 project root: . 21:01:21 --> token set from env 21:01:21 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 21:01:21 ==> Running gcov in . (disable via -X gcov) 21:01:21 ==> Python coveragepy not found 21:01:21 ==> Searching for coverage reports in: 21:01:21 + . 21:01:21 -> Found 1 reports 21:01:21 ==> Detecting git/mercurial file structure 21:01:21 ==> Reading reports 21:01:21 + ./coverage.out bytes=21004 21:01:21 ==> Appending adjustments 21:01:21 https://docs.codecov.io/docs/fixing-reports 21:01:22 + Found adjustments 21:01:22 ==> Gzipping contents 21:01:22 ==> Uploading reports 21:01:22 url: https://codecov.io 21:01:22 query: branch=master&commit=de86bb2d438ca7287b41d514e43219be66da0926&build=61&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2Fmaster%2F61%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=&job=&cmd_args= 21:01:22 -> Pinging Codecov 21:01:22 https://codecov.io/upload/v4?package=bash-20201116-eea08d9&token=secret&branch=master&commit=de86bb2d438ca7287b41d514e43219be66da0926&build=61&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2Fmaster%2F61%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=&job=&cmd_args= 21:01:22 -> Uploading to 21:01:22 https://storage.googleapis.com/codecov/v4/raw/2020-11-19/833815588EE85121546D348822E98E2E/de86bb2d438ca7287b41d514e43219be66da0926/3698d97e-8176-4f40-884b-e319ede47682.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201119%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201119T210122Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=4b84562a04265aa67701d080b00dc271b901b7feb2d459192b0cae730b79cdbc 21:01:22 % Total % Received % Xferd Average Speed Time Time Time Current 21:01:22 Dload Upload Total Spent Left Speed 21:01:23 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4405 0 0 100 4405 0 11501 --:--:-- --:--:-- --:--:-- 11501 21:01:23 -> View reports at https://codecov.io/github/edgexfoundry/go-mod-bootstrap/commit/de86bb2d438ca7287b41d514e43219be66da0926 [Pipeline] } 21:01:23 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 21:01:24 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 21:01:24 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:01:24 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 21:01:24 21:01:24 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 21:01:24 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 21:01:24 1.410.4: Pulling from edgex-devops/edgex-snyk-go 21:01:24 188c0c94c7c5: Pulling fs layer 21:01:24 0ef7d3d256c8: Pulling fs layer 21:01:24 de9db76c5a1d: Pulling fs layer 21:01:24 0eba1c9be4d2: Pulling fs layer 21:01:24 0d57e429df01: Pulling fs layer 21:01:24 4e4be7b47b0d: Pulling fs layer 21:01:24 e1f770b5df2f: Pulling fs layer 21:01:24 85a0685a4137: Pulling fs layer 21:01:24 0d57e429df01: Waiting 21:01:24 4e4be7b47b0d: Waiting 21:01:24 e1f770b5df2f: Waiting 21:01:24 85a0685a4137: Waiting 21:01:24 0eba1c9be4d2: Waiting 21:01:24 de9db76c5a1d: Verifying Checksum 21:01:24 de9db76c5a1d: Download complete 21:01:24 0ef7d3d256c8: Verifying Checksum 21:01:24 0ef7d3d256c8: Download complete 21:01:24 0d57e429df01: Verifying Checksum 21:01:24 0d57e429df01: Download complete 21:01:24 4e4be7b47b0d: Verifying Checksum 21:01:24 4e4be7b47b0d: Download complete 21:01:25 188c0c94c7c5: Verifying Checksum 21:01:25 188c0c94c7c5: Download complete 21:01:25 188c0c94c7c5: Pull complete 21:01:25 0ef7d3d256c8: Pull complete 21:01:25 de9db76c5a1d: Pull complete 21:01:27 e1f770b5df2f: Verifying Checksum 21:01:27 e1f770b5df2f: Download complete 21:01:29 0eba1c9be4d2: Download complete 21:01:29 85a0685a4137: Verifying Checksum 21:01:29 85a0685a4137: Download complete 21:01:34 0eba1c9be4d2: Pull complete 21:01:34 0d57e429df01: Pull complete 21:01:34 4e4be7b47b0d: Pull complete 21:01:37 e1f770b5df2f: Pull complete 21:01:45 85a0685a4137: Pull complete 21:01:45 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 21:01:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 21:01:45 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 21:01:45 prd-centos7-docker-4c-2g-12826 does not seem to be running inside a container 21:01:45 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 21:01:46 $ docker top 8b9695323f94582130fb8d9fe31797008c4f138fe12ab73fea08422c0af9f384 -eo pid,comm [Pipeline] { [Pipeline] echo 21:01:46 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 21:01:47 + set -o pipefail 21:01:47 + snyk monitor '--org=edgex-jenkins' 21:01:57 21:01:57 Monitoring /w/workspace/xfoundry_go-mod-bootstrap_master (github.com/edgexfoundry/go-mod-bootstrap)... 21:01:57 21:01:57 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/19a98e22-83c3-4df2-becf-4316f070fd80/history/b7c31714-ea31-4b31-8677-063ae295fa30 21:01:57 21:01:57 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 21:01:57 21:01:57 21:01:57 You are approaching your monthly limit of 300 private tests for your edgex-jenkins org. 21:01:57 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 21:01:57 $ docker stop --time=1 8b9695323f94582130fb8d9fe31797008c4f138fe12ab73fea08422c0af9f384 21:01:59 $ docker rm -f 8b9695323f94582130fb8d9fe31797008c4f138fe12ab73fea08422c0af9f384 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh 21:02:01 + git log --format=format:%s -1 de86bb2d438ca7287b41d514e43219be66da0926 [Pipeline] isUnix [Pipeline] sh 21:02:02 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:02:02 . [Pipeline] withDockerContainer 21:02:02 prd-centos7-docker-4c-2g-12826 does not seem to be running inside a container 21:02:02 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 21:02:03 $ docker top d28cc3760c0e5c351bd6a61d1baa51ec224fef108046c534ef2e9a5fb3b53a5c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:02:03 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:02:03 [ssh-agent] Looking for ssh-agent implementation... 21:02:03 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:02:03 $ docker exec d28cc3760c0e5c351bd6a61d1baa51ec224fef108046c534ef2e9a5fb3b53a5c ssh-agent 21:02:04 SSH_AUTH_SOCK=/tmp/ssh-yWbpeVVnXBaY/agent.11 21:02:04 SSH_AGENT_PID=16 21:02:04 Running ssh-add (command line suppressed) 21:02:04 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_5687232718072262699.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_5687232718072262699.key) 21:02:04 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:02:04 + git semver tag 21:02:04 # -> Open(): unable to determine branch for HEAD 21:02:04 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git 21:02:04 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master 21:02:04 # $SEMVER_REMOTE_NAME = origin 21:02:04 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:02:04 # $SEMVER_USER_NAME = edgex-jenkins 21:02:04 # $SEMVER_BRANCH = master 21:02:04 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver 21:02:04 # de86bb2d438ca7287b41d514e43219be66da0926 HEAD 21:02:04 # -> Force: false 21:02:04 # 0a611a0fc0d48103dc8af70ddc8e6a1f04aba376 refs/tags/v0.0.58 [Pipeline] } 21:02:04 $ docker exec --env ******** --env ******** d28cc3760c0e5c351bd6a61d1baa51ec224fef108046c534ef2e9a5fb3b53a5c ssh-agent -k 21:02:04 unset SSH_AUTH_SOCK; 21:02:04 unset SSH_AGENT_PID; 21:02:04 echo Agent pid 16 killed; 21:02:04 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:02:05 + git semver [Pipeline] } 21:02:05 $ docker stop --time=1 d28cc3760c0e5c351bd6a61d1baa51ec224fef108046c534ef2e9a5fb3b53a5c 21:02:06 $ docker rm -f d28cc3760c0e5c351bd6a61d1baa51ec224fef108046c534ef2e9a5fb3b53a5c [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 21:02:07 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 21:02:07 21:02:07 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 21:02:07 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 21:02:07 0.23.1-centos7: Pulling from edgex-lftools 21:02:07 ab5ef0e58194: Pulling fs layer 21:02:07 9712f1f96733: Pulling fs layer 21:02:07 63f879dbbcfc: Pulling fs layer 21:02:07 0d9ebad4ef96: Pulling fs layer 21:02:07 e9a5061849ea: Pulling fs layer 21:02:07 d747dcd14b5f: Pulling fs layer 21:02:07 2de7ff778b66: Pulling fs layer 21:02:07 d747dcd14b5f: Waiting 21:02:07 e9a5061849ea: Waiting 21:02:07 9712f1f96733: Verifying Checksum 21:02:07 9712f1f96733: Download complete 21:02:09 63f879dbbcfc: Verifying Checksum 21:02:09 63f879dbbcfc: Download complete 21:02:09 e9a5061849ea: Verifying Checksum 21:02:09 e9a5061849ea: Download complete 21:02:09 d747dcd14b5f: Verifying Checksum 21:02:09 d747dcd14b5f: Download complete 21:02:09 2de7ff778b66: Download complete 21:02:10 0d9ebad4ef96: Verifying Checksum 21:02:10 0d9ebad4ef96: Download complete 21:02:10 ab5ef0e58194: Verifying Checksum 21:02:10 ab5ef0e58194: Download complete 21:02:14 ab5ef0e58194: Pull complete 21:02:14 9712f1f96733: Pull complete 21:02:17 63f879dbbcfc: Pull complete 21:02:23 0d9ebad4ef96: Pull complete 21:02:23 e9a5061849ea: Pull complete 21:02:23 d747dcd14b5f: Pull complete 21:02:28 2de7ff778b66: Pull complete 21:02:28 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 21:02:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 21:02:28 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 21:02:28 prd-centos7-docker-4c-2g-12826 does not seem to be running inside a container 21:02:28 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 21:02:32 $ docker top 4d2067e8d9c05a18bbf571ebc3e7e5ee9441ee9412a8a27f53d7e2d10b9ea177 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 21:02:32 provisioning config files... 21:02:32 copy managed file [sigul-config] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config8977554790111153652tmp 21:02:33 copy managed file [sigul-password] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config6813163799519924176tmp 21:02:33 copy managed file [sigul-pki] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config4578292781372388863tmp [Pipeline] { [Pipeline] echo 21:02:33 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 21:02:33 ---> sigul-configuration.sh 21:02:33 gpg: directory `/root/.gnupg' created 21:02:33 gpg: new configuration file `/root/.gnupg/gpg.conf' created 21:02:33 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 21:02:33 gpg: keyring `/root/.gnupg/secring.gpg' created 21:02:33 gpg: keyring `/root/.gnupg/pubring.gpg' created 21:02:33 gpg: CAST5 encrypted data 21:02:33 gpg: encrypted with 1 passphrase 21:02:33 gpg: WARNING: message was not integrity protected [Pipeline] sh 21:02:33 + mkdir /home/jenkins 21:02:33 + mkdir /home/jenkins/sigul [Pipeline] sh 21:02:34 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 21:02:34 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 21:02:34 ---> sigul-install.sh 21:02:41 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 21:02:41 + git tag --list 21:02:41 v0.0.1 21:02:41 v0.0.10 21:02:41 v0.0.11 21:02:41 v0.0.12 21:02:41 v0.0.13 21:02:41 v0.0.14 21:02:41 v0.0.15 21:02:41 v0.0.16 21:02:41 v0.0.17 21:02:41 v0.0.18 21:02:41 v0.0.19 21:02:41 v0.0.2 21:02:41 v0.0.20 21:02:41 v0.0.21 21:02:41 v0.0.22 21:02:41 v0.0.23 21:02:41 v0.0.24 21:02:41 v0.0.25 21:02:41 v0.0.26 21:02:41 v0.0.27 21:02:41 v0.0.28 21:02:41 v0.0.29 21:02:41 v0.0.3 21:02:41 v0.0.30 21:02:41 v0.0.31 21:02:41 v0.0.32 21:02:41 v0.0.33 21:02:41 v0.0.34 21:02:41 v0.0.35 21:02:41 v0.0.36 21:02:41 v0.0.37 21:02:41 v0.0.38 21:02:41 v0.0.39 21:02:41 v0.0.4 21:02:41 v0.0.40 21:02:41 v0.0.41 21:02:41 v0.0.42 21:02:41 v0.0.43 21:02:41 v0.0.44 21:02:41 v0.0.45 21:02:41 v0.0.46 21:02:41 v0.0.47 21:02:41 v0.0.48 21:02:41 v0.0.49 21:02:41 v0.0.5 21:02:41 v0.0.50 21:02:41 v0.0.51 21:02:41 v0.0.52 21:02:41 v0.0.53 21:02:41 v0.0.54 21:02:41 v0.0.55 21:02:41 v0.0.56 21:02:41 v0.0.57 21:02:41 v0.0.58 21:02:41 v0.0.6 21:02:41 v0.0.7 21:02:41 v0.0.8 21:02:41 v0.0.9 [Pipeline] sh 21:02:41 + lftools sign git-tag v0.0.58 21:02:43 Signing Git tag with Sigul... 21:02:43 Signing v0.0.58 [Pipeline] echo 21:02:44 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 21:02:44 ---> sigul-configuration-cleanup.sh [Pipeline] } 21:02:44 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 21:02:44 $ docker stop --time=1 4d2067e8d9c05a18bbf571ebc3e7e5ee9441ee9412a8a27f53d7e2d10b9ea177 21:02:46 $ docker rm -f 4d2067e8d9c05a18bbf571ebc3e7e5ee9441ee9412a8a27f53d7e2d10b9ea177 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 21:02:47 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:02:47 . [Pipeline] withDockerContainer 21:02:47 prd-centos7-docker-4c-2g-12826 does not seem to be running inside a container 21:02:47 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 21:02:48 $ docker top 50f9796d0291110bb33c3d40ae6206bda0e849cb9253c198c70565085b421d4b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:02:48 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:02:48 [ssh-agent] Looking for ssh-agent implementation... 21:02:48 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:02:48 $ docker exec 50f9796d0291110bb33c3d40ae6206bda0e849cb9253c198c70565085b421d4b ssh-agent 21:02:49 SSH_AUTH_SOCK=/tmp/ssh-ZOeUTs7H8F1N/agent.12 21:02:49 SSH_AGENT_PID=18 21:02:49 Running ssh-add (command line suppressed) 21:02:49 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_360868089222856473.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_360868089222856473.key) 21:02:49 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:02:49 + git semver bump patch 21:02:49 # -> Open(): unable to determine branch for HEAD 21:02:49 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git 21:02:49 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master 21:02:49 # $SEMVER_REMOTE_NAME = origin 21:02:49 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:02:49 # $SEMVER_USER_NAME = edgex-jenkins 21:02:49 # $SEMVER_BRANCH = master 21:02:49 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver 21:02:49 0.0.59 [Pipeline] } 21:02:49 $ docker exec --env ******** --env ******** 50f9796d0291110bb33c3d40ae6206bda0e849cb9253c198c70565085b421d4b ssh-agent -k 21:02:49 unset SSH_AUTH_SOCK; 21:02:49 unset SSH_AGENT_PID; 21:02:49 echo Agent pid 18 killed; 21:02:49 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:02:50 + git semver [Pipeline] } 21:02:50 $ docker stop --time=1 50f9796d0291110bb33c3d40ae6206bda0e849cb9253c198c70565085b421d4b 21:02:51 $ docker rm -f 50f9796d0291110bb33c3d40ae6206bda0e849cb9253c198c70565085b421d4b [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 21:02:52 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:02:52 . [Pipeline] withDockerContainer 21:02:52 prd-centos7-docker-4c-2g-12826 does not seem to be running inside a container 21:02:52 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 21:02:53 $ docker top 6308c2dac7b5247b1935e9fea890be7592d565495aaf33ba4344d3517c6c6400 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:02:53 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:02:53 [ssh-agent] Looking for ssh-agent implementation... 21:02:53 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:02:53 $ docker exec 6308c2dac7b5247b1935e9fea890be7592d565495aaf33ba4344d3517c6c6400 ssh-agent 21:02:54 SSH_AUTH_SOCK=/tmp/ssh-VLhohG1FZiD2/agent.11 21:02:54 SSH_AGENT_PID=17 21:02:54 Running ssh-add (command line suppressed) 21:02:54 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_1174165273529504270.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_1174165273529504270.key) 21:02:54 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:02:54 + git semver push 21:02:54 # -> Open(): unable to determine branch for HEAD 21:02:54 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git 21:02:54 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master 21:02:54 # $SEMVER_REMOTE_NAME = origin 21:02:54 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:02:54 # $SEMVER_USER_NAME = edgex-jenkins 21:02:54 # $SEMVER_BRANCH = master 21:02:54 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [Pipeline] } 21:03:01 $ docker exec --env ******** --env ******** 6308c2dac7b5247b1935e9fea890be7592d565495aaf33ba4344d3517c6c6400 ssh-agent -k 21:03:01 unset SSH_AUTH_SOCK; 21:03:01 unset SSH_AGENT_PID; 21:03:01 echo Agent pid 17 killed; 21:03:01 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:03:01 + git semver [Pipeline] } 21:03:01 $ docker stop --time=1 6308c2dac7b5247b1935e9fea890be7592d565495aaf33ba4344d3517c6c6400 21:03:03 $ docker rm -f 6308c2dac7b5247b1935e9fea890be7592d565495aaf33ba4344d3517c6c6400 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 21:03:04 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 21:03:05 ---> package-listing.sh 21:03:05 ++ facter osfamily 21:03:05 ++ tr '[:upper:]' '[:lower:]' 21:03:05 + OS_FAMILY=redhat 21:03:05 + workspace=/w/workspace/xfoundry_go-mod-bootstrap_master 21:03:05 + START_PACKAGES=/tmp/packages_start.txt 21:03:05 + END_PACKAGES=/tmp/packages_end.txt 21:03:05 + DIFF_PACKAGES=/tmp/packages_diff.txt 21:03:05 + PACKAGES=/tmp/packages_start.txt 21:03:05 + '[' /w/workspace/xfoundry_go-mod-bootstrap_master ']' 21:03:05 + PACKAGES=/tmp/packages_end.txt 21:03:05 + case "${OS_FAMILY}" in 21:03:05 + rpm -qa 21:03:05 + sort 21:03:09 + '[' -f /tmp/packages_start.txt ']' 21:03:09 + '[' -f /tmp/packages_end.txt ']' 21:03:09 + diff /tmp/packages_start.txt /tmp/packages_end.txt 21:03:09 + '[' /w/workspace/xfoundry_go-mod-bootstrap_master ']' 21:03:09 + mkdir -p /w/workspace/xfoundry_go-mod-bootstrap_master/archives/ 21:03:09 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_go-mod-bootstrap_master/archives/ [Pipeline] echo 21:03:09 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/xfoundry_go-mod-bootstrap_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 21:03:09 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 21:03:10 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:03:10 21:03:10 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 21:03:10 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:03:10 alpine: Pulling from edgex-lftools-log-publisher 21:03:10 df20fa9351a1: Pulling fs layer 21:03:10 36b3adc4ff6f: Pulling fs layer 21:03:10 8ad3a11d3b57: Pulling fs layer 21:03:10 46f8f816bc3b: Pulling fs layer 21:03:10 93b61091891f: Pulling fs layer 21:03:10 93b9cdb0e59b: Pulling fs layer 21:03:10 5e14af77c1be: Pulling fs layer 21:03:10 01666e4c0597: Pulling fs layer 21:03:10 aa168da1d23b: Pulling fs layer 21:03:10 46f8f816bc3b: Waiting 21:03:10 5e14af77c1be: Waiting 21:03:10 93b61091891f: Waiting 21:03:10 93b9cdb0e59b: Waiting 21:03:10 01666e4c0597: Waiting 21:03:10 aa168da1d23b: Waiting 21:03:10 36b3adc4ff6f: Download complete 21:03:10 46f8f816bc3b: Verifying Checksum 21:03:10 46f8f816bc3b: Download complete 21:03:10 df20fa9351a1: Download complete 21:03:10 93b9cdb0e59b: Verifying Checksum 21:03:10 93b9cdb0e59b: Download complete 21:03:10 5e14af77c1be: Verifying Checksum 21:03:10 5e14af77c1be: Download complete 21:03:10 93b61091891f: Verifying Checksum 21:03:10 01666e4c0597: Verifying Checksum 21:03:10 01666e4c0597: Download complete 21:03:10 8ad3a11d3b57: Verifying Checksum 21:03:10 8ad3a11d3b57: Download complete 21:03:11 df20fa9351a1: Pull complete 21:03:11 36b3adc4ff6f: Pull complete 21:03:12 8ad3a11d3b57: Pull complete 21:03:12 aa168da1d23b: Verifying Checksum 21:03:12 aa168da1d23b: Download complete 21:03:13 46f8f816bc3b: Pull complete 21:03:13 93b61091891f: Pull complete 21:03:13 93b9cdb0e59b: Pull complete 21:03:14 5e14af77c1be: Pull complete 21:03:14 01666e4c0597: Pull complete 21:03:20 aa168da1d23b: Pull complete 21:03:20 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 21:03:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:03:20 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 21:03:20 prd-centos7-docker-4c-2g-12826 does not seem to be running inside a container 21:03:20 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 21:03:23 $ docker top f47725a0a245bed0b04c42fa1b19497fcdbaa3f11009626750e5337881536416 -eo pid,comm [Pipeline] { [Pipeline] sh 21:03:24 + touch /tmp/pre-build-complete [Pipeline] sh 21:03:24 + mkdir -p /var/log/sa [Pipeline] sh 21:03:25 + ls /var/log/sa-host 21:03:25 + sadf -c /var/log/sa-host/sa05 21:03:25 file_magic: OK 21:03:25 HZ: Using current value: 100 21:03:25 file_header: OK 21:03:25 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 21:03:25 Statistics: 21:03:25 Hnuu...uuuununununu...Hnuu...uuuununununu... 21:03:25 File successfully converted to sysstat format version 12.2.1 21:03:25 + sadf -c /var/log/sa-host/sa19 21:03:25 file_magic: OK 21:03:25 HZ: Using current value: 100 21:03:25 file_header: OK 21:03:25 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 21:03:25 Statistics: 21:03:25 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 21:03:25 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 21:03:25 provisioning config files... 21:03:25 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config5552007822290080237tmp [Pipeline] { [Pipeline] echo 21:03:25 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 21:03:25 ---> create-netrc.sh [Pipeline] } 21:03:25 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 21:03:25 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 21:03:26 ---> python-tools-install.sh [Pipeline] echo 21:03:26 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 21:03:26 ---> sudo-logs.sh 21:03:26 Archiving 'sudo' log.. [Pipeline] echo 21:03:26 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 21:03:26 ---> job-cost.sh 21:03:26 lf-activate-venv: SKIPPING 21:03:26 INFO: No Stack... 21:03:28 INFO: Retrieving Pricing Info for: v1-standard-2 21:03:28 INFO: Archiving Costs [Pipeline] echo 21:03:28 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 21:03:29 ---> logs-deploy.sh 21:03:29 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-bootstrap/master/61 21:03:29 INFO: archiving workspace using pattern(s): 21:03:31 Archives upload complete. 21:03:31 INFO: archiving logs to Nexus 21:03:31 ---> uname -a: 21:03:31 Linux prd-centos7-docker-4c-2g-12826.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 21:03:31 21:03:31 21:03:31 ---> lscpu: 21:03:31 Architecture: x86_64 21:03:31 CPU op-mode(s): 32-bit, 64-bit 21:03:31 Byte Order: Little Endian 21:03:31 Address sizes: 40 bits physical, 48 bits virtual 21:03:31 CPU(s): 4 21:03:31 On-line CPU(s) list: 0-3 21:03:31 Thread(s) per core: 1 21:03:31 Core(s) per socket: 1 21:03:31 Socket(s): 4 21:03:31 NUMA node(s): 1 21:03:31 Vendor ID: GenuineIntel 21:03:31 CPU family: 6 21:03:31 Model: 44 21:03:31 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 21:03:31 Stepping: 1 21:03:31 CPU MHz: 2933.438 21:03:31 BogoMIPS: 5866.87 21:03:31 Virtualization: VT-x 21:03:31 Hypervisor vendor: KVM 21:03:31 Virtualization type: full 21:03:31 L1d cache: 128 KiB 21:03:31 L1i cache: 128 KiB 21:03:31 L2 cache: 16 MiB 21:03:31 L3 cache: 64 MiB 21:03:31 NUMA node0 CPU(s): 0-3 21:03:31 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 21:03:31 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 21:03:31 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 21:03:31 Vulnerability Meltdown: Mitigation; PTI 21:03:31 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 21:03:31 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 21:03:31 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 21:03:31 Vulnerability Tsx async abort: Not affected 21:03:31 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 21:03:31 21:03:31 21:03:31 ---> nproc: 21:03:31 4 21:03:31 21:03:31 21:03:31 ---> df -h: 21:03:31 Filesystem Size Used Available Use% Mounted on 21:03:31 overlay 50.0G 8.5G 41.5G 17% / 21:03:31 tmpfs 64.0M 0 64.0M 0% /dev 21:03:31 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 21:03:31 shm 64.0M 0 64.0M 0% /dev/shm 21:03:31 /dev/vda1 50.0G 8.5G 41.5G 17% /facter-os 21:03:31 /dev/vda1 50.0G 8.5G 41.5G 17% /etc/resolv.conf 21:03:31 /dev/vda1 50.0G 8.5G 41.5G 17% /etc/hostname 21:03:31 /dev/vda1 50.0G 8.5G 41.5G 17% /etc/hosts 21:03:31 /dev/vda1 50.0G 8.5G 41.5G 17% /var/log/auth.log 21:03:31 /dev/vda1 50.0G 8.5G 41.5G 17% /run/cloud-init/result.json 21:03:31 /dev/vda1 50.0G 8.5G 41.5G 17% /w/workspace/xfoundry_go-mod-bootstrap_master 21:03:31 /dev/vda1 50.0G 8.5G 41.5G 17% /w/workspace/xfoundry_go-mod-bootstrap_master@tmp 21:03:31 /dev/vda1 50.0G 8.5G 41.5G 17% /var/log/sa-host 21:03:31 /dev/vda1 50.0G 8.5G 41.5G 17% /var/log/secure 21:03:31 21:03:31 21:03:31 ---> free -m: 21:03:31 total used free shared buff/cache available 21:03:31 Mem: 1837 795 146 0 895 983 21:03:31 Swap: 1023 2 1021 21:03:31 21:03:31 21:03:31 ---> ip addr: 21:03:31 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 21:03:31 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 21:03:31 inet 127.0.0.1/8 scope host lo 21:03:31 valid_lft forever preferred_lft forever 21:03:31 inet6 ::1/128 scope host 21:03:31 valid_lft forever preferred_lft forever 21:03:31 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 21:03:31 link/ether fa:16:3e:e4:99:05 brd ff:ff:ff:ff:ff:ff 21:03:31 inet 10.30.122.173/23 brd 10.30.123.255 scope global dynamic eth0 21:03:31 valid_lft 85948sec preferred_lft 85948sec 21:03:31 inet6 fe80::f816:3eff:fee4:9905/64 scope link 21:03:31 valid_lft forever preferred_lft forever 21:03:31 3: docker0: mtu 1500 qdisc noqueue state DOWN 21:03:31 link/ether 02:42:3b:e9:84:93 brd ff:ff:ff:ff:ff:ff 21:03:31 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 21:03:31 valid_lft forever preferred_lft forever 21:03:31 inet6 fe80::42:3bff:fee9:8493/64 scope link 21:03:31 valid_lft forever preferred_lft forever 21:03:31 21:03:31 21:03:31 ---> sar -b -r -n DEV: 21:03:31 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 11/19/20 _x86_64_ (4 CPU) 21:03:31 21:03:31 20:55:42 LINUX RESTART (4 CPU) 21:03:31 21:03:31 20:57:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 21:03:31 20:58:01 3.38 0.00 3.38 0.00 0.00 100.18 0.00 21:03:31 20:59:01 0.63 0.00 0.63 0.00 0.00 9.01 0.00 21:03:31 21:00:01 0.27 0.00 0.27 0.00 0.00 3.50 0.00 21:03:31 21:01:01 0.40 0.02 0.38 0.00 0.13 5.15 0.00 21:03:31 21:02:01 238.42 141.39 97.02 0.00 7770.31 33712.27 0.00 21:03:31 21:03:01 204.84 76.17 128.68 0.00 4362.85 32498.87 0.00 21:03:31 Average: 74.68 36.27 38.41 0.00 2022.89 11058.50 0.00 21:03:31 21:03:31 20:57:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 21:03:31 20:58:01 200644 0 548320 29.14 2620 1129972 1114412 38.03 391556 1129752 12 21:03:31 20:59:01 202096 0 546864 29.06 2620 1129976 1106188 37.75 391540 1129148 8 21:03:31 21:00:01 201664 0 547284 29.09 2620 1129988 1106212 37.75 391612 1129152 8 21:03:31 21:01:01 202376 0 546572 29.05 2620 1129988 1082832 36.96 398932 1120904 16 21:03:31 21:02:01 182408 0 614784 32.67 2620 1081744 1090924 37.23 481520 998232 20 21:03:31 21:03:01 220064 0 745916 39.64 1596 913980 1203472 41.07 602116 753812 48 21:03:31 Average: 201542 0 591623 31.44 2449 1085941 1117340 38.13 442879 1043500 19 21:03:31 21:03:31 20:57:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 21:03:31 20:58:01 eth0 3.98 1.86 3.29 0.28 0.00 0.00 0.00 0.00 21:03:31 20:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:03:31 20:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:03:31 20:59:01 eth0 1.02 0.32 0.32 0.23 0.00 0.00 0.00 0.00 21:03:31 20:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:03:31 20:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:03:31 21:00:01 eth0 0.48 0.48 0.29 0.21 0.00 0.00 0.00 0.00 21:03:31 21:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:03:31 21:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:03:31 21:01:01 eth0 0.73 0.08 0.06 0.01 0.00 0.00 0.00 0.00 21:03:31 21:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:03:31 21:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:03:31 21:02:01 eth0 442.21 397.77 4134.41 37.88 0.00 0.00 0.00 0.00 21:03:31 21:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:03:31 21:02:01 docker0 22.44 22.37 2.28 45.93 0.00 0.00 0.00 0.00 21:03:31 21:03:01 vetheb84c85 2.10 1.56 0.40 0.39 0.00 0.00 0.00 0.00 21:03:31 21:03:01 eth0 527.16 445.79 3448.89 111.81 0.00 0.00 0.00 0.00 21:03:31 21:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:03:31 21:03:01 docker0 35.97 57.12 2.13 187.23 0.00 0.00 0.00 0.00 21:03:31 Average: vetheb84c85 0.35 0.26 0.07 0.06 0.00 0.00 0.00 0.00 21:03:31 Average: eth0 162.65 141.10 1264.97 25.08 0.00 0.00 0.00 0.00 21:03:31 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:03:31 Average: docker0 9.74 13.25 0.73 38.87 0.00 0.00 0.00 0.00 21:03:31 21:03:31 21:03:31 ---> sar -P ALL: 21:03:31 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 11/19/20 _x86_64_ (4 CPU) 21:03:31 21:03:31 20:55:42 LINUX RESTART (4 CPU) 21:03:31 21:03:31 20:57:01 CPU %user %nice %system %iowait %steal %idle 21:03:31 20:58:01 all 0.20 0.00 0.06 0.00 0.00 99.74 21:03:31 20:58:01 0 0.08 0.00 0.08 0.00 0.00 99.83 21:03:31 20:58:01 1 0.10 0.00 0.05 0.00 0.00 99.85 21:03:31 20:58:01 2 0.55 0.00 0.05 0.00 0.00 99.40 21:03:31 20:58:01 3 0.05 0.00 0.07 0.00 0.00 99.88 21:03:31 20:59:01 all 0.16 0.00 0.04 0.00 0.00 99.80 21:03:31 20:59:01 0 0.02 0.00 0.02 0.00 0.00 99.97 21:03:31 20:59:01 1 0.05 0.00 0.05 0.00 0.00 99.90 21:03:31 20:59:01 2 0.53 0.00 0.07 0.00 0.00 99.40 21:03:31 20:59:01 3 0.03 0.00 0.02 0.00 0.00 99.95 21:03:31 21:00:01 all 0.11 0.00 0.05 0.00 0.01 99.84 21:03:31 21:00:01 0 0.05 0.00 0.03 0.00 0.02 99.90 21:03:31 21:00:01 1 0.03 0.00 0.03 0.00 0.02 99.92 21:03:31 21:00:01 2 0.32 0.00 0.08 0.00 0.00 99.60 21:03:31 21:00:01 3 0.03 0.00 0.03 0.00 0.00 99.93 21:03:31 21:01:01 all 0.04 0.00 0.05 0.00 0.00 99.90 21:03:31 21:01:01 0 0.02 0.00 0.03 0.00 0.00 99.95 21:03:31 21:01:01 1 0.05 0.00 0.07 0.00 0.00 99.88 21:03:31 21:01:01 2 0.07 0.00 0.07 0.00 0.00 99.87 21:03:31 21:01:01 3 0.03 0.00 0.05 0.00 0.00 99.92 21:03:31 21:02:01 all 8.30 0.00 5.80 1.94 0.03 83.92 21:03:31 21:02:01 0 8.45 0.00 6.13 1.72 0.03 83.66 21:03:31 21:02:01 1 7.61 0.00 5.63 1.90 0.02 84.84 21:03:31 21:02:01 2 7.77 0.00 5.73 2.30 0.03 84.16 21:03:31 21:02:01 3 9.38 0.00 5.72 1.85 0.05 83.00 21:03:31 21:03:01 all 11.26 0.00 8.24 2.60 0.03 77.86 21:03:31 21:03:01 0 11.99 0.00 8.03 2.72 0.02 77.24 21:03:31 21:03:01 1 10.68 0.00 8.66 2.06 0.03 78.57 21:03:31 21:03:01 2 9.83 0.00 7.34 1.58 0.03 81.21 21:03:31 21:03:01 3 12.57 0.00 8.94 4.05 0.03 74.41 21:03:31 Average: all 3.30 0.00 2.34 0.75 0.01 93.61 21:03:31 Average: 0 3.37 0.00 2.34 0.73 0.01 93.55 21:03:31 Average: 1 3.05 0.00 2.38 0.65 0.01 93.91 21:03:31 Average: 2 3.14 0.00 2.20 0.64 0.01 94.01 21:03:31 Average: 3 3.63 0.00 2.43 0.97 0.01 92.96 21:03:31 21:03:31 21:03:31