Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 59f099902df8c53c8c96994d881b5af5e49bc854 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-messaging, buildImage:false, pushImage:false, semverBump:pre] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-messaging-settings PROJECT: go-mod-messaging 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-messaging DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-1211 in /w/workspace/xfoundry_go-mod-messaging_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-messaging.git > git init /w/workspace/xfoundry_go-mod-messaging_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.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-messaging.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 59f099902df8c53c8c96994d881b5af5e49bc854 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 59f099902df8c53c8c96994d881b5af5e49bc854 # timeout=10 Commit message: "Merge pull request #102 from lenny-intel/envelope" > git rev-list --no-walk 4d2c7cbbe4ec454cf553977e16078aff79e24f14 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-20T17:05:12.563Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-20T17:05:12.674Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-20T17:05:12.708Z] ========================================================= [2021-04-20T17:05:12.708Z] EdgeX Global Pipelines Version Info [2021-04-20T17:05:12.708Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-04-20T17:05:15.091Z] ------------------- [2021-04-20T17:05:15.091Z] stable info: [2021-04-20T17:05:15.091Z] ------------------- [2021-04-20T17:05:15.091Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-20T17:05:15.091Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-20T17:05:15.091Z] Message: update stable to v1.0.186 [2021-04-20T17:05:16.064Z] ------------------- [2021-04-20T17:05:16.064Z] experimental info: [2021-04-20T17:05:16.064Z] ------------------- [2021-04-20T17:05:16.064Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-20T17:05:16.065Z] Commit SHA: cb91434416315492d6e8e8a157e47fc41dd13198 [2021-04-20T17:05:16.065Z] Message: update experimental to v1.0.189 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-20T17:05:16.275Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-messaging-settings [Pipeline] echo [2021-04-20T17:05:16.300Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-messaging [Pipeline] echo [2021-04-20T17:05:16.334Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-20T17:05:16.358Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-20T17:05:16.394Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-20T17:05:16.419Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-20T17:05:16.456Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-20T17:05:16.480Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-20T17:05:16.517Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-04-20T17:05:16.542Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-20T17:05:16.582Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-20T17:05:16.606Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-messaging [Pipeline] echo [2021-04-20T17:05:16.642Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-20T17:05:16.666Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-20T17:05:16.738Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2021-04-20T17:05:16.766Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-04-20T17:05:16.801Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-04-20T17:05:16.829Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-04-20T17:05:16.866Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-20T17:05:16.890Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-04-20T17:05:16.939Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-04-20T17:05:16.965Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-04-20T17:05:16.997Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-04-20T17:05:17.021Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-04-20T17:05:17.068Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2021-04-20T17:05:17.092Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-20T17:05:17.127Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-04-20T17:05:17.150Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-04-20T17:05:17.186Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-04-20T17:05:17.209Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 59f099902df8c53c8c96994d881b5af5e49bc854 [Pipeline] echo [2021-04-20T17:05:17.241Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 59f0999 [Pipeline] echo [2021-04-20T17:05:17.265Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-20T17:05:17.778Z] + git log --format=format:%s -1 59f099902df8c53c8c96994d881b5af5e49bc854 [Pipeline] echo [2021-04-20T17:05:17.935Z] GIT_COMMIT: 59f099902df8c53c8c96994d881b5af5e49bc854, Commit Message: Merge pull request #102 from lenny-intel/envelope [Pipeline] echo [2021-04-20T17:05:17.949Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-04-20T17:05:18.598Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-20T17:05:19.182Z] [2021-04-20T17:05:19.182Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-20T17:05:19.536Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-20T17:05:19.806Z] latest: Pulling from edgex-devops/git-semver [2021-04-20T17:05:19.806Z] 31603596830f: Pulling fs layer [2021-04-20T17:05:19.806Z] 2a8b12db71e7: Pulling fs layer [2021-04-20T17:05:19.806Z] 6ca5941a6612: Pulling fs layer [2021-04-20T17:05:19.806Z] ecc8261a40a4: Pulling fs layer [2021-04-20T17:05:19.806Z] ecc8261a40a4: Waiting [2021-04-20T17:05:19.806Z] 2a8b12db71e7: Verifying Checksum [2021-04-20T17:05:19.806Z] 2a8b12db71e7: Download complete [2021-04-20T17:05:19.806Z] 31603596830f: Verifying Checksum [2021-04-20T17:05:19.806Z] 31603596830f: Download complete [2021-04-20T17:05:20.078Z] 6ca5941a6612: Verifying Checksum [2021-04-20T17:05:20.078Z] 6ca5941a6612: Download complete [2021-04-20T17:05:20.078Z] ecc8261a40a4: Verifying Checksum [2021-04-20T17:05:20.078Z] ecc8261a40a4: Download complete [2021-04-20T17:05:20.349Z] 31603596830f: Pull complete [2021-04-20T17:05:20.617Z] 2a8b12db71e7: Pull complete [2021-04-20T17:05:22.039Z] 6ca5941a6612: Pull complete [2021-04-20T17:05:22.701Z] ecc8261a40a4: Pull complete [2021-04-20T17:05:22.701Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-04-20T17:05:22.967Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-20T17:05:22.967Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-20T17:05:23.217Z] prd-centos7-docker-4c-2g-1211 does not seem to be running inside a container [2021-04-20T17:05:23.282Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-messaging_master -v /w/workspace/xfoundry_go-mod-messaging_master:/w/workspace/xfoundry_go-mod-messaging_master:rw,z -v /w/workspace/xfoundry_go-mod-messaging_master@tmp:/w/workspace/xfoundry_go-mod-messaging_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 [2021-04-20T17:05:26.690Z] $ docker top 0bf63822e1fb682ab022282928752535959c249c4e636353e1d7a1b976ef2bab -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-20T17:05:27.316Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-20T17:05:27.316Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-20T17:05:28.307Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-20T17:05:28.315Z] $ docker exec 0bf63822e1fb682ab022282928752535959c249c4e636353e1d7a1b976ef2bab ssh-agent [2021-04-20T17:05:28.755Z] SSH_AUTH_SOCK=/tmp/ssh-oGga4AVqaSEh/agent.12 [2021-04-20T17:05:28.755Z] SSH_AGENT_PID=17 [2021-04-20T17:05:28.788Z] Running ssh-add (command line suppressed) [2021-04-20T17:05:29.331Z] Identity added: /w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_6060842199502495229.key (/w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_6060842199502495229.key) [2021-04-20T17:05:29.501Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-20T17:05:30.222Z] + git tag --points-at HEAD [Pipeline] } [2021-04-20T17:05:30.303Z] $ docker exec --env ******** --env ******** 0bf63822e1fb682ab022282928752535959c249c4e636353e1d7a1b976ef2bab ssh-agent -k [2021-04-20T17:05:30.870Z] unset SSH_AUTH_SOCK; [2021-04-20T17:05:30.871Z] unset SSH_AGENT_PID; [2021-04-20T17:05:30.871Z] echo Agent pid 17 killed; [2021-04-20T17:05:31.103Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-20T17:05:31.142Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-20T17:05:31.142Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-20T17:05:32.039Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-20T17:05:32.045Z] $ docker exec 0bf63822e1fb682ab022282928752535959c249c4e636353e1d7a1b976ef2bab ssh-agent [2021-04-20T17:05:32.634Z] SSH_AUTH_SOCK=/tmp/ssh-SNcgOPuyFs3h/agent.45 [2021-04-20T17:05:32.634Z] SSH_AGENT_PID=50 [2021-04-20T17:05:32.647Z] Running ssh-add (command line suppressed) [2021-04-20T17:05:33.004Z] Identity added: /w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_5804166130101127206.key (/w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_5804166130101127206.key) [2021-04-20T17:05:33.136Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-20T17:05:33.499Z] + git semver init [2021-04-20T17:05:33.499Z] # -> Open(): unable to determine branch for HEAD [2021-04-20T17:05:33.499Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.git [2021-04-20T17:05:33.499Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-messaging_master [2021-04-20T17:05:33.499Z] # $SEMVER_REMOTE_NAME = origin [2021-04-20T17:05:33.499Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-20T17:05:33.499Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-20T17:05:33.499Z] # $SEMVER_BRANCH = master [2021-04-20T17:05:33.499Z] # $SEMVER_TEMP = /tmp/semver-565468810 [2021-04-20T17:05:33.499Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-messaging.git $SEMVER_TEMP [2021-04-20T17:05:34.091Z] # '/tmp/semver-565468810' -> '/w/workspace/xfoundry_go-mod-messaging_master/.semver' [2021-04-20T17:05:34.091Z] # -> Force: false [2021-04-20T17:05:34.091Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.semver [Pipeline] } [2021-04-20T17:05:34.105Z] $ docker exec --env ******** --env ******** 0bf63822e1fb682ab022282928752535959c249c4e636353e1d7a1b976ef2bab ssh-agent -k [2021-04-20T17:05:34.265Z] unset SSH_AUTH_SOCK; [2021-04-20T17:05:34.267Z] unset SSH_AGENT_PID; [2021-04-20T17:05:34.267Z] echo Agent pid 50 killed; [2021-04-20T17:05:34.330Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-20T17:05:34.700Z] + git semver [Pipeline] } [2021-04-20T17:05:34.744Z] $ docker stop --time=1 0bf63822e1fb682ab022282928752535959c249c4e636353e1d7a1b976ef2bab [2021-04-20T17:05:36.360Z] $ docker rm -f 0bf63822e1fb682ab022282928752535959c249c4e636353e1d7a1b976ef2bab [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-20T17:05:37.010Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-20T17:05:37.503Z] Stashed 1 file(s) [Pipeline] echo [2021-04-20T17:05:37.506Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.11 [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 [2021-04-20T17:05:52.707Z] Still waiting to schedule task [2021-04-20T17:05:52.707Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-04-20T17:05:52.709Z] Still waiting to schedule task [2021-04-20T17:05:52.710Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-1210’ is offline [2021-04-20T17:07:41.051Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-1213 in /w/workspace/xfoundry_go-mod-messaging_master [Pipeline] { [Pipeline] ws [2021-04-20T17:07:41.077Z] Running in /w/workspace/go-mod-messaging/33 [Pipeline] { [Pipeline] checkout [2021-04-20T17:07:46.706Z] using credential edgex-jenkins-ssh [2021-04-20T17:07:46.727Z] Cloning the remote Git repository [2021-04-20T17:07:46.779Z] Cloning repository git@github.com:edgexfoundry/go-mod-messaging.git [2021-04-20T17:07:47.027Z] > git init /w/workspace/go-mod-messaging/33 # timeout=10 [2021-04-20T17:07:47.210Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git [2021-04-20T17:07:47.211Z] > git --version # timeout=10 [2021-04-20T17:07:47.234Z] > git --version # 'git version 2.17.1' [2021-04-20T17:07:47.235Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-20T17:07:47.298Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-20T17:07:48.604Z] Checking out Revision 59f099902df8c53c8c96994d881b5af5e49bc854 (master) [2021-04-20T17:07:48.046Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 [2021-04-20T17:07:48.070Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-20T17:07:48.102Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 [2021-04-20T17:07:48.147Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git [2021-04-20T17:07:48.148Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-20T17:07:48.158Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-20T17:07:48.624Z] > git config core.sparsecheckout # timeout=10 [2021-04-20T17:07:48.649Z] > git checkout -f 59f099902df8c53c8c96994d881b5af5e49bc854 # timeout=10 [2021-04-20T17:07:52.844Z] Commit message: "Merge pull request #102 from lenny-intel/envelope" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-20T17:07:54.405Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-04-20T17:07:54.888Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-20T17:07:55.229Z] + sudo service docker restart [2021-04-20T17:07:55.229Z] + true [Pipeline] unstash [Pipeline] echo [2021-04-20T17:07:58.139Z] ========================================================= [2021-04-20T17:07:58.139Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-04-20T17:07:58.139Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-20T17:07:58.497Z] + 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 . [2021-04-20T17:07:59.484Z] Sending build context to Docker daemon 554kB [2021-04-20T17:07:59.485Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-04-20T17:07:59.485Z] Step 2/7 : FROM ${BASE} [2021-04-20T17:07:59.758Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-20T17:07:59.758Z] 5f621e34cdf4: Pulling fs layer [2021-04-20T17:07:59.758Z] a4357932f1b6: Pulling fs layer [2021-04-20T17:07:59.758Z] 18c013af1878: Pulling fs layer [2021-04-20T17:07:59.758Z] 00ac8860ef70: Pulling fs layer [2021-04-20T17:07:59.758Z] 63d7cb157983: Pulling fs layer [2021-04-20T17:07:59.758Z] b116817d02f9: Pulling fs layer [2021-04-20T17:07:59.758Z] 745a02a5169b: Pulling fs layer [2021-04-20T17:07:59.758Z] 63d7cb157983: Waiting [2021-04-20T17:07:59.758Z] b116817d02f9: Waiting [2021-04-20T17:07:59.758Z] 745a02a5169b: Waiting [2021-04-20T17:07:59.758Z] 00ac8860ef70: Waiting [2021-04-20T17:07:59.758Z] 18c013af1878: Download complete [2021-04-20T17:07:59.758Z] a4357932f1b6: Verifying Checksum [2021-04-20T17:07:59.758Z] a4357932f1b6: Download complete [2021-04-20T17:07:59.758Z] 63d7cb157983: Verifying Checksum [2021-04-20T17:07:59.758Z] 63d7cb157983: Download complete [2021-04-20T17:07:59.758Z] b116817d02f9: Download complete [2021-04-20T17:07:59.758Z] 5f621e34cdf4: Verifying Checksum [2021-04-20T17:07:59.758Z] 5f621e34cdf4: Download complete [2021-04-20T17:08:00.359Z] 5f621e34cdf4: Pull complete [2021-04-20T17:08:00.964Z] a4357932f1b6: Pull complete [2021-04-20T17:08:01.243Z] 18c013af1878: Pull complete [2021-04-20T17:08:02.223Z] 745a02a5169b: Verifying Checksum [2021-04-20T17:08:02.223Z] 745a02a5169b: Download complete [2021-04-20T17:08:03.215Z] 00ac8860ef70: Download complete [2021-04-20T17:08:08.333Z] Running on prd-centos7-docker-4c-2g-1214 in /w/workspace/xfoundry_go-mod-messaging_master [Pipeline] { [Pipeline] ws [2021-04-20T17:08:08.355Z] Running in /w/workspace/go-mod-messaging/33 [Pipeline] { [Pipeline] checkout [2021-04-20T17:08:11.149Z] using credential edgex-jenkins-ssh [2021-04-20T17:08:11.163Z] Cloning the remote Git repository [2021-04-20T17:08:11.195Z] Cloning repository git@github.com:edgexfoundry/go-mod-messaging.git [2021-04-20T17:08:11.266Z] > git init /w/workspace/go-mod-messaging/33 # timeout=10 [2021-04-20T17:08:11.333Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git [2021-04-20T17:08:11.333Z] > git --version # timeout=10 [2021-04-20T17:08:11.350Z] > git --version # 'git version 2.24.3' [2021-04-20T17:08:11.351Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-20T17:08:11.380Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-20T17:08:11.937Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 [2021-04-20T17:08:11.945Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-20T17:08:11.962Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 [2021-04-20T17:08:11.977Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git [2021-04-20T17:08:11.977Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-20T17:08:11.982Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-20T17:08:12.386Z] Checking out Revision 59f099902df8c53c8c96994d881b5af5e49bc854 (master) [2021-04-20T17:08:12.396Z] > git config core.sparsecheckout # timeout=10 [2021-04-20T17:08:12.403Z] > git checkout -f 59f099902df8c53c8c96994d881b5af5e49bc854 # timeout=10 [2021-04-20T17:08:15.660Z] 00ac8860ef70: Pull complete [2021-04-20T17:08:15.660Z] 63d7cb157983: Pull complete [2021-04-20T17:08:15.660Z] b116817d02f9: Pull complete [2021-04-20T17:08:16.066Z] Commit message: "Merge pull request #102 from lenny-intel/envelope" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-20T17:08:17.243Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-20T17:08:17.580Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-20T17:08:17.889Z] + sudo service docker restart [2021-04-20T17:08:17.889Z] + true [2021-04-20T17:08:17.889Z] Redirecting to /bin/systemctl restart docker.service [2021-04-20T17:08:18.298Z] 745a02a5169b: Pull complete [2021-04-20T17:08:18.298Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-04-20T17:08:18.298Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-04-20T17:08:18.298Z] ---> b7e6874047d6 [2021-04-20T17:08:18.298Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [Pipeline] unstash [Pipeline] echo [2021-04-20T17:08:18.980Z] ========================================================= [2021-04-20T17:08:18.980Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-20T17:08:18.980Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-20T17:08:19.294Z] + 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 . [2021-04-20T17:08:19.557Z] Sending build context to Docker daemon 555kB [2021-04-20T17:08:19.557Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-04-20T17:08:19.557Z] Step 2/7 : FROM ${BASE} [2021-04-20T17:08:19.822Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-20T17:08:19.822Z] 188c0c94c7c5: Pulling fs layer [2021-04-20T17:08:19.822Z] 0ef7d3d256c8: Pulling fs layer [2021-04-20T17:08:19.822Z] de9db76c5a1d: Pulling fs layer [2021-04-20T17:08:19.822Z] bca2f99d35d6: Pulling fs layer [2021-04-20T17:08:19.822Z] 93359f2a8cfa: Pulling fs layer [2021-04-20T17:08:19.822Z] 7c6f9722023f: Pulling fs layer [2021-04-20T17:08:19.822Z] a35cf1a2eb13: Pulling fs layer [2021-04-20T17:08:19.822Z] 7c6f9722023f: Waiting [2021-04-20T17:08:19.822Z] a35cf1a2eb13: Waiting [2021-04-20T17:08:19.822Z] bca2f99d35d6: Waiting [2021-04-20T17:08:19.822Z] 93359f2a8cfa: Waiting [2021-04-20T17:08:19.822Z] de9db76c5a1d: Verifying Checksum [2021-04-20T17:08:19.822Z] de9db76c5a1d: Download complete [2021-04-20T17:08:19.822Z] 0ef7d3d256c8: Verifying Checksum [2021-04-20T17:08:19.822Z] 0ef7d3d256c8: Download complete [2021-04-20T17:08:19.822Z] 93359f2a8cfa: Verifying Checksum [2021-04-20T17:08:19.822Z] 93359f2a8cfa: Download complete [2021-04-20T17:08:19.822Z] 7c6f9722023f: Download complete [2021-04-20T17:08:19.822Z] 188c0c94c7c5: Verifying Checksum [2021-04-20T17:08:19.822Z] 188c0c94c7c5: Download complete [2021-04-20T17:08:20.094Z] 188c0c94c7c5: Pull complete [2021-04-20T17:08:20.363Z] 0ef7d3d256c8: Pull complete [2021-04-20T17:08:20.629Z] de9db76c5a1d: Pull complete [2021-04-20T17:08:20.950Z] ---> Running in d2f23906351a [2021-04-20T17:08:21.231Z] Removing intermediate container d2f23906351a [2021-04-20T17:08:21.231Z] ---> 0adde6a1dd4d [2021-04-20T17:08:21.231Z] Step 4/7 : RUN apk add --update --no-cache zeromq-dev bash [2021-04-20T17:08:21.231Z] ---> Running in 2379c4a52112 [2021-04-20T17:08:21.601Z] a35cf1a2eb13: Verifying Checksum [2021-04-20T17:08:21.602Z] a35cf1a2eb13: Download complete [2021-04-20T17:08:22.198Z] bca2f99d35d6: Verifying Checksum [2021-04-20T17:08:22.198Z] bca2f99d35d6: Download complete [2021-04-20T17:08:22.678Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-20T17:08:23.271Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-20T17:08:24.251Z] (1/5) Installing libsodium (1.0.18-r0) [2021-04-20T17:08:24.251Z] (2/5) Installing libzmq (4.3.3-r0) [2021-04-20T17:08:24.251Z] (3/5) Installing pkgconf (1.7.2-r0) [2021-04-20T17:08:24.251Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2021-04-20T17:08:24.524Z] (5/5) Installing zeromq-dev (4.3.3-r0) [2021-04-20T17:08:24.524Z] Executing busybox-1.31.1-r19.trigger [2021-04-20T17:08:24.524Z] OK: 144 MiB in 44 packages [2021-04-20T17:08:25.996Z] Removing intermediate container 2379c4a52112 [2021-04-20T17:08:25.996Z] ---> ff952bb95c61 [2021-04-20T17:08:25.996Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-04-20T17:08:25.996Z] ---> Running in fecdec4966b9 [2021-04-20T17:08:26.596Z] Removing intermediate container fecdec4966b9 [2021-04-20T17:08:26.596Z] ---> 59279f457a2d [2021-04-20T17:08:26.596Z] Step 6/7 : COPY go.mod . [2021-04-20T17:08:27.197Z] ---> dc60a36f25ad [2021-04-20T17:08:27.197Z] Step 7/7 : RUN go mod download [2021-04-20T17:08:27.593Z] bca2f99d35d6: Pull complete [2021-04-20T17:08:27.593Z] 93359f2a8cfa: Pull complete [2021-04-20T17:08:27.593Z] 7c6f9722023f: Pull complete [2021-04-20T17:08:28.409Z] ---> Running in f63f07ae28e8 [2021-04-20T17:08:35.795Z] a35cf1a2eb13: Pull complete [2021-04-20T17:08:35.795Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-20T17:08:35.795Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-20T17:08:35.795Z] ---> a62c8e92a672 [2021-04-20T17:08:35.795Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-04-20T17:08:35.795Z] ---> Running in 24656ca8446e [2021-04-20T17:08:36.065Z] Removing intermediate container 24656ca8446e [2021-04-20T17:08:36.065Z] ---> f09592b58109 [2021-04-20T17:08:36.065Z] Step 4/7 : RUN apk add --update --no-cache zeromq-dev bash [2021-04-20T17:08:36.065Z] ---> Running in 40f231892068 [2021-04-20T17:08:37.019Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T17:08:37.598Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T17:08:37.863Z] (1/5) Installing libsodium (1.0.18-r0) [2021-04-20T17:08:38.128Z] (2/5) Installing libzmq (4.3.3-r0) [2021-04-20T17:08:38.128Z] (3/5) Installing pkgconf (1.7.2-r0) [2021-04-20T17:08:38.396Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2021-04-20T17:08:38.396Z] (5/5) Installing zeromq-dev (4.3.3-r0) [2021-04-20T17:08:38.396Z] Executing busybox-1.31.1-r19.trigger [2021-04-20T17:08:38.396Z] OK: 167 MiB in 44 packages [2021-04-20T17:08:39.355Z] Removing intermediate container 40f231892068 [2021-04-20T17:08:39.355Z] ---> 7fa024b5fca8 [2021-04-20T17:08:39.355Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-04-20T17:08:39.355Z] ---> Running in 1faaf6da790b [2021-04-20T17:08:39.355Z] Removing intermediate container 1faaf6da790b [2021-04-20T17:08:39.355Z] ---> 7de7f0ec9c72 [2021-04-20T17:08:39.355Z] Step 6/7 : COPY go.mod . [2021-04-20T17:08:39.627Z] ---> 7ea328360622 [2021-04-20T17:08:39.627Z] Step 7/7 : RUN go mod download [2021-04-20T17:08:39.627Z] ---> Running in 8c9b1d09d395 [2021-04-20T17:08:43.510Z] Removing intermediate container f63f07ae28e8 [2021-04-20T17:08:43.510Z] ---> 4ef123b1e8fe [2021-04-20T17:08:43.510Z] Successfully built 4ef123b1e8fe [2021-04-20T17:08:43.510Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-20T17:08:43.866Z] + docker inspect -f . ci-base-image-arm64 [2021-04-20T17:08:43.866Z] . [Pipeline] withDockerContainer [2021-04-20T17:08:44.104Z] prd-ubuntu18.04-docker-arm64-4c-16g-1213 does not seem to be running inside a container [2021-04-20T17:08:44.191Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-messaging/33 -v /w/workspace/go-mod-messaging/33:/w/workspace/go-mod-messaging/33:rw,z -v /w/workspace/go-mod-messaging/33@tmp:/w/workspace/go-mod-messaging/33@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-20T17:08:45.644Z] $ docker top cef27db9706a3cec5f046ce85cbdf2d2145ca0064379018ef698e50d3d7db7ed -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-20T17:08:46.586Z] + go version [2021-04-20T17:08:46.586Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-04-20T17:08:46.610Z] $ docker stop --time=1 cef27db9706a3cec5f046ce85cbdf2d2145ca0064379018ef698e50d3d7db7ed [2021-04-20T17:08:48.580Z] $ docker rm -f cef27db9706a3cec5f046ce85cbdf2d2145ca0064379018ef698e50d3d7db7ed [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-20T17:08:49.324Z] + docker inspect -f . ci-base-image-arm64 [2021-04-20T17:08:49.324Z] . [Pipeline] withDockerContainer [2021-04-20T17:08:49.582Z] prd-ubuntu18.04-docker-arm64-4c-16g-1213 does not seem to be running inside a container [2021-04-20T17:08:49.662Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-messaging/33 -v /w/workspace/go-mod-messaging/33:/w/workspace/go-mod-messaging/33:rw,z -v /w/workspace/go-mod-messaging/33@tmp:/w/workspace/go-mod-messaging/33@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-20T17:08:51.233Z] $ docker top b3d7e421c6c3f0d78a24b7cd77945c6103547db889c0ec92e4a83acfd567bccb -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-20T17:08:51.934Z] Removing intermediate container 8c9b1d09d395 [2021-04-20T17:08:51.934Z] ---> 9ce7ec00ebe0 [2021-04-20T17:08:51.934Z] Successfully built 9ce7ec00ebe0 [2021-04-20T17:08:51.934Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-20T17:08:52.197Z] + make test [2021-04-20T17:08:52.197Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-04-20T17:08:52.255Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-20T17:08:52.255Z] . [Pipeline] withDockerContainer [2021-04-20T17:08:52.387Z] prd-centos7-docker-4c-2g-1214 does not seem to be running inside a container [2021-04-20T17:08:52.447Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-messaging/33 -v /w/workspace/go-mod-messaging/33:/w/workspace/go-mod-messaging/33:rw,z -v /w/workspace/go-mod-messaging/33@tmp:/w/workspace/go-mod-messaging/33@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-20T17:08:53.129Z] $ docker top 9a7aa13754e8a867fb6dd5383e2728fc234a9ef5f056469a3b446c0b83dec6a9 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-20T17:08:53.565Z] + go version [2021-04-20T17:08:53.565Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-20T17:08:53.583Z] $ docker stop --time=1 9a7aa13754e8a867fb6dd5383e2728fc234a9ef5f056469a3b446c0b83dec6a9 [2021-04-20T17:08:54.939Z] $ docker rm -f 9a7aa13754e8a867fb6dd5383e2728fc234a9ef5f056469a3b446c0b83dec6a9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-20T17:08:55.485Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-20T17:08:55.485Z] . [Pipeline] withDockerContainer [2021-04-20T17:08:55.589Z] prd-centos7-docker-4c-2g-1214 does not seem to be running inside a container [2021-04-20T17:08:55.642Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-messaging/33 -v /w/workspace/go-mod-messaging/33:/w/workspace/go-mod-messaging/33:rw,z -v /w/workspace/go-mod-messaging/33@tmp:/w/workspace/go-mod-messaging/33@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-20T17:08:56.341Z] $ docker top e63d33e4c10fc9bf7b8c015ef3417810bfb68300f18c25608d2d8c1697f4a65a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-20T17:08:56.831Z] + make test [2021-04-20T17:08:56.831Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-04-20T17:09:02.243Z] ? github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg [no test files] [2021-04-20T17:09:03.228Z] ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/mqtt 0.029s coverage: 90.0% of statements [2021-04-20T17:09:04.645Z] ? github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg [no test files] [2021-04-20T17:09:07.491Z] ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/redis/streams 0.008s coverage: 67.3% of statements [2021-04-20T17:09:07.492Z] ? github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/redis/streams/mocks [no test files] [2021-04-20T17:09:10.068Z] ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/mqtt 0.077s coverage: 90.0% of statements [2021-04-20T17:09:20.231Z] ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/redis/streams 0.021s coverage: 67.3% of statements [2021-04-20T17:09:20.231Z] ? github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/redis/streams/mocks [no test files] [2021-04-20T17:09:29.500Z] ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/zeromq 21.347s coverage: 83.8% of statements [2021-04-20T17:09:29.500Z] ok github.com/edgexfoundry/go-mod-messaging/v2/messaging 0.008s coverage: 85.7% of statements [2021-04-20T17:09:29.501Z] ok github.com/edgexfoundry/go-mod-messaging/v2/messaging/mqtt 0.044s coverage: 100.0% of statements [2021-04-20T17:09:29.501Z] ok github.com/edgexfoundry/go-mod-messaging/v2/messaging/redis 0.008s coverage: 100.0% of statements [2021-04-20T17:09:29.501Z] ok github.com/edgexfoundry/go-mod-messaging/v2/pkg/types 0.010s coverage: 90.9% of statements [2021-04-20T17:09:29.501Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2021-04-20T17:09:30.920Z] gofmt -l . [2021-04-20T17:09:30.920Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-04-20T17:09:30.941Z] $ docker stop --time=1 e63d33e4c10fc9bf7b8c015ef3417810bfb68300f18c25608d2d8c1697f4a65a [2021-04-20T17:09:32.526Z] $ docker rm -f e63d33e4c10fc9bf7b8c015ef3417810bfb68300f18c25608d2d8c1697f4a65a [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-20T17:09:33.016Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-04-20T17:09:33.479Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-04-20T17:09:34.208Z] ---> job-cost.sh [2021-04-20T17:09:34.208Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-fHrQ [2021-04-20T17:09:47.008Z] ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/zeromq 21.458s coverage: 83.8% of statements [2021-04-20T17:09:47.008Z] ok github.com/edgexfoundry/go-mod-messaging/v2/messaging 0.020s coverage: 85.7% of statements [2021-04-20T17:09:47.008Z] ok github.com/edgexfoundry/go-mod-messaging/v2/messaging/mqtt 0.024s coverage: 100.0% of statements [2021-04-20T17:09:47.009Z] ok github.com/edgexfoundry/go-mod-messaging/v2/messaging/redis 0.030s coverage: 100.0% of statements [2021-04-20T17:09:47.009Z] ok github.com/edgexfoundry/go-mod-messaging/v2/pkg/types 0.041s coverage: 90.9% of statements [2021-04-20T17:09:47.009Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2021-04-20T17:09:47.989Z] gofmt -l . [2021-04-20T17:09:48.257Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-04-20T17:09:48.278Z] $ docker stop --time=1 b3d7e421c6c3f0d78a24b7cd77945c6103547db889c0ec92e4a83acfd567bccb [2021-04-20T17:09:49.191Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-20T17:09:50.437Z] $ docker rm -f b3d7e421c6c3f0d78a24b7cd77945c6103547db889c0ec92e4a83acfd567bccb [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-20T17:09:51.163Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-04-20T17:09:51.185Z] Warning: overwriting stash ‘coverage-report’ [2021-04-20T17:09:52.245Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-04-20T17:09:52.837Z] ---> job-cost.sh [2021-04-20T17:09:52.837Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-K34W [2021-04-20T17:10:21.418Z] lf-activate-venv(): INFO: Adding /tmp/venv-fHrQ/bin to PATH [2021-04-20T17:10:21.418Z] INFO: No Stack... [2021-04-20T17:10:21.418Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-20T17:10:21.418Z] INFO: Archiving Costs [Pipeline] sh [2021-04-20T17:10:21.742Z] + cat /w/workspace/go-mod-messaging/33/archives/cost.csv [2021-04-20T17:10:21.742Z] + cut -d, -f6 [Pipeline] lock [2021-04-20T17:10:21.831Z] Trying to acquire lock on [jenkins-edgexfoundry-go-mod-messaging-master-33-stack-cost] [2021-04-20T17:10:21.840Z] Resource [jenkins-edgexfoundry-go-mod-messaging-master-33-stack-cost] did not exist. Created. [2021-04-20T17:10:21.840Z] Lock acquired on [jenkins-edgexfoundry-go-mod-messaging-master-33-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-20T17:10:22.174Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-04-20T17:10:22.301Z] Stashed 1 file(s) [Pipeline] } [2021-04-20T17:10:22.319Z] Lock released on resource [jenkins-edgexfoundry-go-mod-messaging-master-33-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-20T17:10:31.920Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-20T17:11:53.655Z] lf-activate-venv(): INFO: Adding /tmp/venv-K34W/bin to PATH [2021-04-20T17:11:53.655Z] INFO: No Stack... [2021-04-20T17:11:53.655Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-20T17:11:53.655Z] INFO: Archiving Costs [Pipeline] sh [2021-04-20T17:11:53.994Z] + cat /w/workspace/go-mod-messaging/33/archives/cost.csv [2021-04-20T17:11:53.994Z] + cut -d, -f6 [Pipeline] lock [2021-04-20T17:11:54.112Z] Trying to acquire lock on [jenkins-edgexfoundry-go-mod-messaging-master-33-stack-cost] [2021-04-20T17:11:54.121Z] Resource [jenkins-edgexfoundry-go-mod-messaging-master-33-stack-cost] did not exist. Created. [2021-04-20T17:11:54.122Z] Lock acquired on [jenkins-edgexfoundry-go-mod-messaging-master-33-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-20T17:11:54.487Z] /w/workspace/go-mod-messaging/33@tmp/durable-faa3b28e/script.sh: 1: /w/workspace/go-mod-messaging/33@tmp/durable-faa3b28e/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-04-20T17:11:54.831Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-20T17:11:54.862Z] Warning: overwriting stash ‘stack-cost’ [2021-04-20T17:11:55.012Z] Stashed 1 file(s) [Pipeline] } [2021-04-20T17:11:55.025Z] Lock released on resource [jenkins-edgexfoundry-go-mod-messaging-master-33-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-04-20T17:11:55.859Z] provisioning config files... [2021-04-20T17:11:55.877Z] copy managed file [go-mod-messaging-codecov-token] to file:/w/workspace/xfoundry_go-mod-messaging_master@tmp/config695409719427546392tmp [Pipeline] { [Pipeline] sh [2021-04-20T17:11:56.237Z] + set +x [2021-04-20T17:11:56.237Z] + curl -s https://codecov.io/bash [2021-04-20T17:11:56.237Z] + bash -s -- [2021-04-20T17:11:56.504Z] [2021-04-20T17:11:56.504Z] _____ _ [2021-04-20T17:11:56.504Z] / ____| | | [2021-04-20T17:11:56.504Z] | | ___ __| | ___ ___ _____ __ [2021-04-20T17:11:56.504Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-04-20T17:11:56.504Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-04-20T17:11:56.504Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-04-20T17:11:56.504Z] Bash-1.0.2 [2021-04-20T17:11:56.504Z] [2021-04-20T17:11:56.504Z] [2021-04-20T17:11:56.504Z] ==> git version 2.24.3 found [2021-04-20T17:11:56.504Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-04-20T17:11:56.504Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-04-20T17:11:56.504Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-04-20T17:11:56.504Z] ==> Jenkins CI detected. [2021-04-20T17:11:56.504Z] project root: . [2021-04-20T17:11:56.504Z] --> token set from env [2021-04-20T17:11:56.504Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-04-20T17:11:56.787Z] ==> Running gcov in . (disable via -X gcov) [2021-04-20T17:11:56.787Z] ==> Python coveragepy not found [2021-04-20T17:11:56.787Z] ==> Searching for coverage reports in: [2021-04-20T17:11:56.787Z] + . [2021-04-20T17:11:56.787Z] -> Found 1 reports [2021-04-20T17:11:56.787Z] ==> Detecting git/mercurial file structure [2021-04-20T17:11:56.787Z] ==> Reading reports [2021-04-20T17:11:56.787Z] + ./coverage.out bytes=22462 [2021-04-20T17:11:56.787Z] ==> Appending adjustments [2021-04-20T17:11:56.787Z] https://docs.codecov.io/docs/fixing-reports [2021-04-20T17:11:57.090Z] + Found adjustments [2021-04-20T17:11:57.090Z] ==> Gzipping contents [2021-04-20T17:11:57.090Z] 8.0K /tmp/codecov.ukght2.gz [2021-04-20T17:11:57.090Z] ==> Uploading reports [2021-04-20T17:11:57.090Z] url: https://codecov.io [2021-04-20T17:11:57.090Z] query: branch=master&commit=59f099902df8c53c8c96994d881b5af5e49bc854&build=33&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-messaging%2Fjob%2Fmaster%2F33%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-messaging&service=jenkins&flags=&pr=&job=&cmd_args= [2021-04-20T17:11:57.090Z] -> Pinging Codecov [2021-04-20T17:11:57.090Z] https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=master&commit=59f099902df8c53c8c96994d881b5af5e49bc854&build=33&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-messaging%2Fjob%2Fmaster%2F33%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-messaging&service=jenkins&flags=&pr=&job=&cmd_args= [2021-04-20T17:11:57.712Z] -> Uploading to [2021-04-20T17:11:57.713Z] https://storage.googleapis.com/codecov/v4/raw/2021-04-20/F6E385568367DD0E4001BA4F8F1CB792/59f099902df8c53c8c96994d881b5af5e49bc854/b378eac8-91cb-49e5-bf6d-0f687c97a47f.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210420%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210420T171157Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=1d01e5d84d41e7309255ca0d6be878ce1ed8d719df7a04364316c157df5d68f0 [2021-04-20T17:11:57.713Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-20T17:11:57.713Z] Dload Upload Total Spent Left Speed [2021-04-20T17:11:58.303Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5300 0 0 100 5300 0 11325 --:--:-- --:--:-- --:--:-- 11349 [2021-04-20T17:11:58.303Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/go-mod-messaging/commit/59f099902df8c53c8c96994d881b5af5e49bc854 [Pipeline] } [2021-04-20T17:11:58.314Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-04-20T17:11:58.979Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-04-20T17:11:59.000Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-20T17:11:59.318Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-20T17:11:59.318Z] [2021-04-20T17:11:59.318Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-04-20T17:11:59.660Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-20T17:11:59.661Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-04-20T17:11:59.661Z] 188c0c94c7c5: Pulling fs layer [2021-04-20T17:11:59.661Z] 0ef7d3d256c8: Pulling fs layer [2021-04-20T17:11:59.661Z] de9db76c5a1d: Pulling fs layer [2021-04-20T17:11:59.661Z] 0eba1c9be4d2: Pulling fs layer [2021-04-20T17:11:59.661Z] 0d57e429df01: Pulling fs layer [2021-04-20T17:11:59.661Z] 4e4be7b47b0d: Pulling fs layer [2021-04-20T17:11:59.661Z] e1f770b5df2f: Pulling fs layer [2021-04-20T17:11:59.661Z] 85a0685a4137: Pulling fs layer [2021-04-20T17:11:59.661Z] 0d57e429df01: Waiting [2021-04-20T17:11:59.661Z] 4e4be7b47b0d: Waiting [2021-04-20T17:11:59.661Z] e1f770b5df2f: Waiting [2021-04-20T17:11:59.661Z] 85a0685a4137: Waiting [2021-04-20T17:11:59.661Z] 0eba1c9be4d2: Waiting [2021-04-20T17:11:59.661Z] de9db76c5a1d: Verifying Checksum [2021-04-20T17:11:59.661Z] de9db76c5a1d: Download complete [2021-04-20T17:11:59.933Z] 0ef7d3d256c8: Verifying Checksum [2021-04-20T17:11:59.933Z] 0ef7d3d256c8: Download complete [2021-04-20T17:11:59.933Z] 0d57e429df01: Verifying Checksum [2021-04-20T17:11:59.933Z] 0d57e429df01: Download complete [2021-04-20T17:11:59.933Z] 4e4be7b47b0d: Verifying Checksum [2021-04-20T17:11:59.933Z] 4e4be7b47b0d: Download complete [2021-04-20T17:11:59.934Z] 188c0c94c7c5: Verifying Checksum [2021-04-20T17:11:59.934Z] 188c0c94c7c5: Download complete [2021-04-20T17:12:00.548Z] 188c0c94c7c5: Pull complete [2021-04-20T17:12:01.201Z] 0ef7d3d256c8: Pull complete [2021-04-20T17:12:01.867Z] de9db76c5a1d: Pull complete [2021-04-20T17:12:02.168Z] e1f770b5df2f: Verifying Checksum [2021-04-20T17:12:02.168Z] e1f770b5df2f: Download complete [2021-04-20T17:12:07.638Z] 85a0685a4137: Verifying Checksum [2021-04-20T17:12:07.638Z] 85a0685a4137: Download complete [2021-04-20T17:12:07.638Z] 0eba1c9be4d2: Verifying Checksum [2021-04-20T17:12:07.638Z] 0eba1c9be4d2: Download complete [2021-04-20T17:12:22.855Z] 0eba1c9be4d2: Pull complete [2021-04-20T17:12:22.855Z] 0d57e429df01: Pull complete [2021-04-20T17:12:22.855Z] 4e4be7b47b0d: Pull complete [2021-04-20T17:12:23.452Z] e1f770b5df2f: Pull complete [2021-04-20T17:12:38.805Z] 85a0685a4137: Pull complete [2021-04-20T17:12:38.805Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-04-20T17:12:38.805Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-20T17:12:38.805Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-04-20T17:12:39.295Z] prd-centos7-docker-4c-2g-1211 does not seem to be running inside a container [2021-04-20T17:12:39.359Z] $ 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-messaging_master -v /w/workspace/xfoundry_go-mod-messaging_master:/w/workspace/xfoundry_go-mod-messaging_master:rw,z -v /w/workspace/xfoundry_go-mod-messaging_master@tmp:/w/workspace/xfoundry_go-mod-messaging_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-04-20T17:12:41.115Z] $ docker top fe54928f3c581bb43022815f9c39f782d1abca6974c78d29e4b809e5055dcae2 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-20T17:12:41.356Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-04-20T17:12:41.768Z] + set -o pipefail [2021-04-20T17:12:41.768Z] + snyk monitor '--org=edgex-jenkins' [2021-04-20T17:12:50.289Z] [2021-04-20T17:12:50.289Z] Monitoring /w/workspace/xfoundry_go-mod-messaging_master (github.com/edgexfoundry/go-mod-messaging/v2)... [2021-04-20T17:12:50.289Z] [2021-04-20T17:12:50.289Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/d23208db-5112-4543-b346-0f70a18311f1/history/f75823a0-d483-4120-beb3-28ac69adf799 [2021-04-20T17:12:50.289Z] [2021-04-20T17:12:50.289Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-04-20T17:12:50.289Z] [2021-04-20T17:12:50.289Z] [2021-04-20T17:12:50.289Z] You have reached your monthly limit of 300 private tests for your edgex-jenkins org. [2021-04-20T17:12:50.289Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2021-04-20T17:12:50.311Z] $ docker stop --time=1 fe54928f3c581bb43022815f9c39f782d1abca6974c78d29e4b809e5055dcae2 [2021-04-20T17:12:53.470Z] $ docker rm -f fe54928f3c581bb43022815f9c39f782d1abca6974c78d29e4b809e5055dcae2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-20T17:12:54.563Z] + git log --format=format:%s -1 59f099902df8c53c8c96994d881b5af5e49bc854 [Pipeline] isUnix [Pipeline] sh [2021-04-20T17:12:54.940Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-20T17:12:54.940Z] . [Pipeline] withDockerContainer [2021-04-20T17:12:55.131Z] prd-centos7-docker-4c-2g-1211 does not seem to be running inside a container [2021-04-20T17:12:55.246Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-messaging_master -v /w/workspace/xfoundry_go-mod-messaging_master:/w/workspace/xfoundry_go-mod-messaging_master:rw,z -v /w/workspace/xfoundry_go-mod-messaging_master@tmp:/w/workspace/xfoundry_go-mod-messaging_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-20T17:12:56.926Z] $ docker top e9c93b62d5150c7fe740a9ed1900b50572b0e659e01be29d2c2586e66faac0c9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-20T17:12:57.720Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-20T17:12:57.720Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-20T17:12:58.392Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-20T17:12:58.397Z] $ docker exec e9c93b62d5150c7fe740a9ed1900b50572b0e659e01be29d2c2586e66faac0c9 ssh-agent [2021-04-20T17:12:58.681Z] SSH_AUTH_SOCK=/tmp/ssh-OHibm6RwpPQB/agent.12 [2021-04-20T17:12:58.681Z] SSH_AGENT_PID=17 [2021-04-20T17:12:58.691Z] Running ssh-add (command line suppressed) [2021-04-20T17:12:59.058Z] Identity added: /w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_8591464222678838692.key (/w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_8591464222678838692.key) [2021-04-20T17:12:59.409Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-20T17:13:00.165Z] + git semver tag [2021-04-20T17:13:00.886Z] # -> Open(): unable to determine branch for HEAD [2021-04-20T17:13:00.886Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.git [2021-04-20T17:13:00.886Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-messaging_master [2021-04-20T17:13:00.886Z] # $SEMVER_REMOTE_NAME = origin [2021-04-20T17:13:00.886Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-20T17:13:00.886Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-20T17:13:00.886Z] # $SEMVER_BRANCH = master [2021-04-20T17:13:00.886Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.semver [2021-04-20T17:13:00.886Z] # 59f099902df8c53c8c96994d881b5af5e49bc854 HEAD [2021-04-20T17:13:00.886Z] # -> Force: false [2021-04-20T17:13:00.886Z] # c4bbbab32c95ab13e1481edd5111489720069248 refs/tags/v2.0.0-dev.11 [Pipeline] } [2021-04-20T17:13:00.909Z] $ docker exec --env ******** --env ******** e9c93b62d5150c7fe740a9ed1900b50572b0e659e01be29d2c2586e66faac0c9 ssh-agent -k [2021-04-20T17:13:01.464Z] unset SSH_AUTH_SOCK; [2021-04-20T17:13:01.468Z] unset SSH_AGENT_PID; [2021-04-20T17:13:01.468Z] echo Agent pid 17 killed; [2021-04-20T17:13:01.802Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-20T17:13:02.251Z] + git semver [Pipeline] } [2021-04-20T17:13:02.295Z] $ docker stop --time=1 e9c93b62d5150c7fe740a9ed1900b50572b0e659e01be29d2c2586e66faac0c9 [2021-04-20T17:13:03.927Z] $ docker rm -f e9c93b62d5150c7fe740a9ed1900b50572b0e659e01be29d2c2586e66faac0c9 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-04-20T17:13:04.648Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-20T17:13:04.648Z] [2021-04-20T17:13:04.648Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-04-20T17:13:04.998Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-20T17:13:04.999Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-04-20T17:13:04.999Z] ab5ef0e58194: Pulling fs layer [2021-04-20T17:13:04.999Z] 9712f1f96733: Pulling fs layer [2021-04-20T17:13:04.999Z] 63f879dbbcfc: Pulling fs layer [2021-04-20T17:13:04.999Z] 0d9ebad4ef96: Pulling fs layer [2021-04-20T17:13:04.999Z] e9a5061849ea: Pulling fs layer [2021-04-20T17:13:04.999Z] d747dcd14b5f: Pulling fs layer [2021-04-20T17:13:04.999Z] 2de7ff778b66: Pulling fs layer [2021-04-20T17:13:04.999Z] 0d9ebad4ef96: Waiting [2021-04-20T17:13:04.999Z] e9a5061849ea: Waiting [2021-04-20T17:13:04.999Z] 2de7ff778b66: Waiting [2021-04-20T17:13:04.999Z] d747dcd14b5f: Waiting [2021-04-20T17:13:04.999Z] 9712f1f96733: Verifying Checksum [2021-04-20T17:13:04.999Z] 9712f1f96733: Download complete [2021-04-20T17:13:06.982Z] 63f879dbbcfc: Verifying Checksum [2021-04-20T17:13:06.982Z] 63f879dbbcfc: Download complete [2021-04-20T17:13:07.252Z] e9a5061849ea: Verifying Checksum [2021-04-20T17:13:07.252Z] e9a5061849ea: Download complete [2021-04-20T17:13:07.252Z] d747dcd14b5f: Verifying Checksum [2021-04-20T17:13:07.252Z] d747dcd14b5f: Download complete [2021-04-20T17:13:07.851Z] 2de7ff778b66: Verifying Checksum [2021-04-20T17:13:07.851Z] 2de7ff778b66: Download complete [2021-04-20T17:13:08.123Z] 0d9ebad4ef96: Verifying Checksum [2021-04-20T17:13:08.123Z] 0d9ebad4ef96: Download complete [2021-04-20T17:13:09.257Z] ab5ef0e58194: Verifying Checksum [2021-04-20T17:13:09.257Z] ab5ef0e58194: Download complete [2021-04-20T17:13:21.998Z] ab5ef0e58194: Pull complete [2021-04-20T17:13:21.998Z] 9712f1f96733: Pull complete [2021-04-20T17:13:24.169Z] 63f879dbbcfc: Pull complete [2021-04-20T17:13:39.744Z] 0d9ebad4ef96: Pull complete [2021-04-20T17:13:42.342Z] e9a5061849ea: Pull complete [2021-04-20T17:13:42.934Z] d747dcd14b5f: Pull complete [2021-04-20T17:13:45.564Z] 2de7ff778b66: Pull complete [2021-04-20T17:13:45.564Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-04-20T17:13:45.564Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-20T17:13:45.564Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-04-20T17:13:45.950Z] prd-centos7-docker-4c-2g-1211 does not seem to be running inside a container [2021-04-20T17:13:46.017Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/xfoundry_go-mod-messaging_master -v /w/workspace/xfoundry_go-mod-messaging_master:/w/workspace/xfoundry_go-mod-messaging_master:rw,z -v /w/workspace/xfoundry_go-mod-messaging_master@tmp:/w/workspace/xfoundry_go-mod-messaging_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-04-20T17:13:50.764Z] $ docker top b423bfd62c05c9d0c16d3173c97aefe670733ec1421849abd2d633372033039c -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-04-20T17:13:51.244Z] provisioning config files... [2021-04-20T17:13:51.264Z] copy managed file [sigul-config] to file:/w/workspace/xfoundry_go-mod-messaging_master@tmp/config2882109372311929617tmp [2021-04-20T17:13:51.287Z] copy managed file [sigul-password] to file:/w/workspace/xfoundry_go-mod-messaging_master@tmp/config9094059170272319380tmp [2021-04-20T17:13:51.350Z] copy managed file [sigul-pki] to file:/w/workspace/xfoundry_go-mod-messaging_master@tmp/config5412667738697591627tmp [Pipeline] { [Pipeline] echo [2021-04-20T17:13:51.381Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-20T17:13:52.522Z] ---> sigul-configuration.sh [2021-04-20T17:13:52.792Z] gpg: directory `/root/.gnupg' created [2021-04-20T17:13:52.792Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-04-20T17:13:52.792Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-04-20T17:13:52.792Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-04-20T17:13:52.792Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-04-20T17:13:52.792Z] gpg: CAST5 encrypted data [2021-04-20T17:13:52.792Z] gpg: encrypted with 1 passphrase [2021-04-20T17:13:52.792Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-04-20T17:13:54.421Z] + mkdir /home/jenkins [2021-04-20T17:13:54.421Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-04-20T17:13:55.600Z] + 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 [2021-04-20T17:13:55.604Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-20T17:13:57.237Z] ---> sigul-install.sh [2021-04-20T17:14:07.817Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-04-20T17:14:08.504Z] + git tag --list [2021-04-20T17:14:08.504Z] v0.0.0 [2021-04-20T17:14:08.504Z] v0.1.0 [2021-04-20T17:14:08.504Z] v0.1.1 [2021-04-20T17:14:08.504Z] v0.1.10 [2021-04-20T17:14:08.504Z] v0.1.11 [2021-04-20T17:14:08.504Z] v0.1.12 [2021-04-20T17:14:08.504Z] v0.1.13 [2021-04-20T17:14:08.504Z] v0.1.14 [2021-04-20T17:14:08.504Z] v0.1.15 [2021-04-20T17:14:08.504Z] v0.1.16 [2021-04-20T17:14:08.504Z] v0.1.17 [2021-04-20T17:14:08.504Z] v0.1.18 [2021-04-20T17:14:08.504Z] v0.1.19 [2021-04-20T17:14:08.504Z] v0.1.2 [2021-04-20T17:14:08.504Z] v0.1.20 [2021-04-20T17:14:08.504Z] v0.1.21 [2021-04-20T17:14:08.504Z] v0.1.22 [2021-04-20T17:14:08.504Z] v0.1.23 [2021-04-20T17:14:08.504Z] v0.1.24 [2021-04-20T17:14:08.504Z] v0.1.25 [2021-04-20T17:14:08.504Z] v0.1.26 [2021-04-20T17:14:08.504Z] v0.1.27 [2021-04-20T17:14:08.504Z] v0.1.28 [2021-04-20T17:14:08.504Z] v0.1.29 [2021-04-20T17:14:08.504Z] v0.1.3 [2021-04-20T17:14:08.504Z] v0.1.30 [2021-04-20T17:14:08.504Z] v0.1.31 [2021-04-20T17:14:08.504Z] v0.1.4 [2021-04-20T17:14:08.504Z] v0.1.5 [2021-04-20T17:14:08.504Z] v0.1.6 [2021-04-20T17:14:08.504Z] v0.1.7 [2021-04-20T17:14:08.504Z] v0.1.8 [2021-04-20T17:14:08.504Z] v0.1.9 [2021-04-20T17:14:08.504Z] v2.0.0-dev.1 [2021-04-20T17:14:08.504Z] v2.0.0-dev.10 [2021-04-20T17:14:08.504Z] v2.0.0-dev.11 [2021-04-20T17:14:08.504Z] v2.0.0-dev.2 [2021-04-20T17:14:08.504Z] v2.0.0-dev.3 [2021-04-20T17:14:08.504Z] v2.0.0-dev.4 [2021-04-20T17:14:08.504Z] v2.0.0-dev.5 [2021-04-20T17:14:08.504Z] v2.0.0-dev.6 [2021-04-20T17:14:08.504Z] v2.0.0-dev.7 [2021-04-20T17:14:08.504Z] v2.0.0-dev.8 [2021-04-20T17:14:08.504Z] v2.0.0-dev.9 [Pipeline] sh [2021-04-20T17:14:09.266Z] + lftools sign git-tag v2.0.0-dev.11 [2021-04-20T17:14:12.075Z] Signing Git tag with Sigul... [2021-04-20T17:14:12.075Z] Signing v2.0.0-dev.11 [Pipeline] echo [2021-04-20T17:14:13.726Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-20T17:14:14.537Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-04-20T17:14:14.571Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-04-20T17:14:14.641Z] $ docker stop --time=1 b423bfd62c05c9d0c16d3173c97aefe670733ec1421849abd2d633372033039c [2021-04-20T17:14:17.334Z] $ docker rm -f b423bfd62c05c9d0c16d3173c97aefe670733ec1421849abd2d633372033039c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-04-20T17:14:18.210Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-20T17:14:18.501Z] . [Pipeline] withDockerContainer [2021-04-20T17:14:18.638Z] prd-centos7-docker-4c-2g-1211 does not seem to be running inside a container [2021-04-20T17:14:18.699Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-messaging_master -v /w/workspace/xfoundry_go-mod-messaging_master:/w/workspace/xfoundry_go-mod-messaging_master:rw,z -v /w/workspace/xfoundry_go-mod-messaging_master@tmp:/w/workspace/xfoundry_go-mod-messaging_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-20T17:14:21.208Z] $ docker top f7de14470fccbbdb703087c52b862276925647013c24b4b738c88af982be37ac -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-20T17:14:21.793Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-20T17:14:21.793Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-20T17:14:22.470Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-20T17:14:22.477Z] $ docker exec f7de14470fccbbdb703087c52b862276925647013c24b4b738c88af982be37ac ssh-agent [2021-04-20T17:14:22.784Z] SSH_AUTH_SOCK=/tmp/ssh-Gw7MdM8ITDNZ/agent.12 [2021-04-20T17:14:22.784Z] SSH_AGENT_PID=18 [2021-04-20T17:14:22.795Z] Running ssh-add (command line suppressed) [2021-04-20T17:14:22.969Z] Identity added: /w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_4965083184843130754.key (/w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_4965083184843130754.key) [2021-04-20T17:14:23.058Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-20T17:14:23.395Z] + git semver bump pre [2021-04-20T17:14:23.661Z] # -> Open(): unable to determine branch for HEAD [2021-04-20T17:14:23.661Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.git [2021-04-20T17:14:23.661Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-messaging_master [2021-04-20T17:14:23.661Z] # $SEMVER_REMOTE_NAME = origin [2021-04-20T17:14:23.661Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-20T17:14:23.661Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-20T17:14:23.661Z] # $SEMVER_BRANCH = master [2021-04-20T17:14:23.661Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.semver [2021-04-20T17:14:23.661Z] 2.0.0-dev.12 [Pipeline] } [2021-04-20T17:14:23.683Z] $ docker exec --env ******** --env ******** f7de14470fccbbdb703087c52b862276925647013c24b4b738c88af982be37ac ssh-agent -k [2021-04-20T17:14:24.530Z] unset SSH_AUTH_SOCK; [2021-04-20T17:14:24.531Z] unset SSH_AGENT_PID; [2021-04-20T17:14:24.531Z] echo Agent pid 18 killed; [2021-04-20T17:14:24.920Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-20T17:14:25.376Z] + git semver [Pipeline] } [2021-04-20T17:14:25.401Z] $ docker stop --time=1 f7de14470fccbbdb703087c52b862276925647013c24b4b738c88af982be37ac [2021-04-20T17:14:27.091Z] $ docker rm -f f7de14470fccbbdb703087c52b862276925647013c24b4b738c88af982be37ac [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-04-20T17:14:28.122Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-20T17:14:28.728Z] . [Pipeline] withDockerContainer [2021-04-20T17:14:29.180Z] prd-centos7-docker-4c-2g-1211 does not seem to be running inside a container [2021-04-20T17:14:29.361Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-messaging_master -v /w/workspace/xfoundry_go-mod-messaging_master:/w/workspace/xfoundry_go-mod-messaging_master:rw,z -v /w/workspace/xfoundry_go-mod-messaging_master@tmp:/w/workspace/xfoundry_go-mod-messaging_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-20T17:14:31.777Z] $ docker top 177b7ec81c441d4f4c2e38283d29d640569b96298f87992f3083d1f5f7a04d32 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-20T17:14:32.085Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-20T17:14:32.085Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-20T17:14:32.762Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-20T17:14:32.767Z] $ docker exec 177b7ec81c441d4f4c2e38283d29d640569b96298f87992f3083d1f5f7a04d32 ssh-agent [2021-04-20T17:14:33.736Z] SSH_AUTH_SOCK=/tmp/ssh-QITtYeOCS8o0/agent.11 [2021-04-20T17:14:33.736Z] SSH_AGENT_PID=17 [2021-04-20T17:14:33.748Z] Running ssh-add (command line suppressed) [2021-04-20T17:14:34.384Z] Identity added: /w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_9063850008264756650.key (/w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_9063850008264756650.key) [2021-04-20T17:14:34.576Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-20T17:14:35.261Z] + git semver push [2021-04-20T17:14:35.527Z] # -> Open(): unable to determine branch for HEAD [2021-04-20T17:14:35.527Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.git [2021-04-20T17:14:35.527Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-messaging_master [2021-04-20T17:14:35.527Z] # $SEMVER_REMOTE_NAME = origin [2021-04-20T17:14:35.527Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-20T17:14:35.527Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-20T17:14:35.527Z] # $SEMVER_BRANCH = master [2021-04-20T17:14:35.527Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.semver [Pipeline] } [2021-04-20T17:14:40.880Z] $ docker exec --env ******** --env ******** 177b7ec81c441d4f4c2e38283d29d640569b96298f87992f3083d1f5f7a04d32 ssh-agent -k [2021-04-20T17:14:41.051Z] unset SSH_AUTH_SOCK; [2021-04-20T17:14:41.053Z] unset SSH_AGENT_PID; [2021-04-20T17:14:41.054Z] echo Agent pid 17 killed; [2021-04-20T17:14:41.118Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-20T17:14:41.500Z] + git semver [Pipeline] } [2021-04-20T17:14:41.520Z] $ docker stop --time=1 177b7ec81c441d4f4c2e38283d29d640569b96298f87992f3083d1f5f7a04d32 [2021-04-20T17:14:43.402Z] $ docker rm -f 177b7ec81c441d4f4c2e38283d29d640569b96298f87992f3083d1f5f7a04d32 [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 [2021-04-20T17:14:44.792Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-20T17:14:45.773Z] ---> package-listing.sh [2021-04-20T17:14:45.773Z] ++ facter osfamily [2021-04-20T17:14:45.773Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-20T17:14:46.057Z] + OS_FAMILY=redhat [2021-04-20T17:14:46.057Z] + workspace=/w/workspace/xfoundry_go-mod-messaging_master [2021-04-20T17:14:46.057Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-20T17:14:46.057Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-20T17:14:46.057Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-20T17:14:46.057Z] + PACKAGES=/tmp/packages_start.txt [2021-04-20T17:14:46.057Z] + '[' /w/workspace/xfoundry_go-mod-messaging_master ']' [2021-04-20T17:14:46.057Z] + PACKAGES=/tmp/packages_end.txt [2021-04-20T17:14:46.057Z] + case "${OS_FAMILY}" in [2021-04-20T17:14:46.057Z] + rpm -qa [2021-04-20T17:14:46.057Z] + sort [2021-04-20T17:14:54.274Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-20T17:14:54.274Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-20T17:14:54.274Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-20T17:14:54.274Z] + '[' /w/workspace/xfoundry_go-mod-messaging_master ']' [2021-04-20T17:14:54.274Z] + mkdir -p /w/workspace/xfoundry_go-mod-messaging_master/archives/ [2021-04-20T17:14:54.274Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_go-mod-messaging_master/archives/ [Pipeline] echo [2021-04-20T17:14:54.291Z] 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-messaging_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-04-20T17:14:54.603Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-20T17:14:54.941Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-20T17:14:54.941Z] [2021-04-20T17:14:54.941Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-20T17:14:55.292Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-20T17:14:55.292Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-20T17:14:55.292Z] df20fa9351a1: Pulling fs layer [2021-04-20T17:14:55.292Z] 36b3adc4ff6f: Pulling fs layer [2021-04-20T17:14:55.292Z] 8ad3a11d3b57: Pulling fs layer [2021-04-20T17:14:55.292Z] 46f8f816bc3b: Pulling fs layer [2021-04-20T17:14:55.292Z] 93b61091891f: Pulling fs layer [2021-04-20T17:14:55.292Z] 93b9cdb0e59b: Pulling fs layer [2021-04-20T17:14:55.292Z] 5e14af77c1be: Pulling fs layer [2021-04-20T17:14:55.292Z] 01666e4c0597: Pulling fs layer [2021-04-20T17:14:55.292Z] aa168da1d23b: Pulling fs layer [2021-04-20T17:14:55.292Z] 46f8f816bc3b: Waiting [2021-04-20T17:14:55.292Z] 93b61091891f: Waiting [2021-04-20T17:14:55.292Z] 93b9cdb0e59b: Waiting [2021-04-20T17:14:55.292Z] 01666e4c0597: Waiting [2021-04-20T17:14:55.292Z] aa168da1d23b: Waiting [2021-04-20T17:14:55.292Z] 5e14af77c1be: Waiting [2021-04-20T17:14:55.292Z] 36b3adc4ff6f: Verifying Checksum [2021-04-20T17:14:55.292Z] 36b3adc4ff6f: Download complete [2021-04-20T17:14:55.292Z] 46f8f816bc3b: Verifying Checksum [2021-04-20T17:14:55.292Z] 46f8f816bc3b: Download complete [2021-04-20T17:14:55.578Z] df20fa9351a1: Verifying Checksum [2021-04-20T17:14:55.578Z] df20fa9351a1: Download complete [2021-04-20T17:14:55.578Z] 93b9cdb0e59b: Verifying Checksum [2021-04-20T17:14:55.578Z] 93b9cdb0e59b: Download complete [2021-04-20T17:14:55.578Z] 5e14af77c1be: Verifying Checksum [2021-04-20T17:14:55.578Z] 5e14af77c1be: Download complete [2021-04-20T17:14:55.578Z] 01666e4c0597: Verifying Checksum [2021-04-20T17:14:55.578Z] 01666e4c0597: Download complete [2021-04-20T17:14:55.578Z] 93b61091891f: Download complete [2021-04-20T17:14:55.845Z] 8ad3a11d3b57: Verifying Checksum [2021-04-20T17:14:55.845Z] 8ad3a11d3b57: Download complete [2021-04-20T17:14:56.120Z] df20fa9351a1: Pull complete [2021-04-20T17:14:56.409Z] 36b3adc4ff6f: Pull complete [2021-04-20T17:14:58.406Z] 8ad3a11d3b57: Pull complete [2021-04-20T17:14:58.406Z] 46f8f816bc3b: Pull complete [2021-04-20T17:14:59.485Z] 93b61091891f: Pull complete [2021-04-20T17:14:59.765Z] 93b9cdb0e59b: Pull complete [2021-04-20T17:14:59.765Z] aa168da1d23b: Verifying Checksum [2021-04-20T17:14:59.765Z] aa168da1d23b: Download complete [2021-04-20T17:15:00.460Z] 5e14af77c1be: Pull complete [2021-04-20T17:15:00.745Z] 01666e4c0597: Pull complete [2021-04-20T17:15:24.109Z] aa168da1d23b: Pull complete [2021-04-20T17:15:24.109Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-20T17:15:24.109Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-20T17:15:24.109Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-20T17:15:24.411Z] prd-centos7-docker-4c-2g-1211 does not seem to be running inside a container [2021-04-20T17:15:24.486Z] $ 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-messaging_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-messaging_master -v /w/workspace/xfoundry_go-mod-messaging_master:/w/workspace/xfoundry_go-mod-messaging_master:rw,z -v /w/workspace/xfoundry_go-mod-messaging_master@tmp:/w/workspace/xfoundry_go-mod-messaging_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-04-20T17:15:27.952Z] $ docker top cae8e3e53be639a5264ddeea627c70267b40c0aec9cb82a90464beee2d671546 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-20T17:15:29.083Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-20T17:15:29.476Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-20T17:15:29.812Z] + ls /var/log/sa-host [2021-04-20T17:15:30.217Z] + sadf -c /var/log/sa-host/sa20 [2021-04-20T17:15:30.217Z] file_magic: OK [2021-04-20T17:15:30.217Z] HZ: Using current value: 100 [2021-04-20T17:15:30.217Z] file_header: OK [2021-04-20T17:15:30.217Z] 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 [2021-04-20T17:15:30.217Z] Statistics: [2021-04-20T17:15:30.217Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-04-20T17:15:30.217Z] File successfully converted to sysstat format version 12.2.1 [2021-04-20T17:15:30.217Z] + sadf -c /var/log/sa-host/sa23 [2021-04-20T17:15:30.217Z] file_magic: OK [2021-04-20T17:15:30.217Z] HZ: Using current value: 100 [2021-04-20T17:15:30.217Z] file_header: OK [2021-04-20T17:15:30.217Z] 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 [2021-04-20T17:15:30.217Z] Statistics: [2021-04-20T17:15:30.217Z] Hnuu...uuuununununu... [2021-04-20T17:15:30.217Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-20T17:15:30.536Z] provisioning config files... [2021-04-20T17:15:30.567Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_go-mod-messaging_master@tmp/config5823177838370971234tmp [Pipeline] { [Pipeline] echo [2021-04-20T17:15:30.666Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-20T17:15:31.954Z] ---> create-netrc.sh [Pipeline] } [2021-04-20T17:15:31.966Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-20T17:15:31.993Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-20T17:15:32.714Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-20T17:15:32.735Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-20T17:15:33.521Z] ---> sudo-logs.sh [2021-04-20T17:15:33.521Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-20T17:15:33.836Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-20T17:15:34.163Z] ---> job-cost.sh [2021-04-20T17:15:34.439Z] lf-activate-venv: SKIPPING [2021-04-20T17:15:34.439Z] DEBUG: total: 0.20999999344348907 [2021-04-20T17:15:34.439Z] INFO: Retrieving Stack Cost... [2021-04-20T17:15:35.419Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-20T17:15:36.008Z] INFO: Archiving Costs [Pipeline] echo [2021-04-20T17:15:36.028Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-20T17:15:36.359Z] ---> logs-deploy.sh [2021-04-20T17:15:36.359Z] lf-activate-venv: SKIPPING [2021-04-20T17:15:36.359Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-messaging/master/33 [2021-04-20T17:15:36.359Z] INFO: archiving workspace using pattern(s): [2021-04-20T17:15:39.780Z] Archives upload complete. [2021-04-20T17:15:39.780Z] INFO: archiving logs to Nexus [2021-04-20T17:15:41.813Z] ---> uname -a: [2021-04-20T17:15:41.813Z] Linux prd-centos7-docker-4c-2g-1211.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-04-20T17:15:41.813Z] [2021-04-20T17:15:41.813Z] [2021-04-20T17:15:41.813Z] ---> lscpu: [2021-04-20T17:15:41.813Z] Architecture: x86_64 [2021-04-20T17:15:41.813Z] CPU op-mode(s): 32-bit, 64-bit [2021-04-20T17:15:41.813Z] Byte Order: Little Endian [2021-04-20T17:15:41.813Z] Address sizes: 40 bits physical, 48 bits virtual [2021-04-20T17:15:41.813Z] CPU(s): 4 [2021-04-20T17:15:41.813Z] On-line CPU(s) list: 0-3 [2021-04-20T17:15:41.813Z] Thread(s) per core: 1 [2021-04-20T17:15:41.813Z] Core(s) per socket: 1 [2021-04-20T17:15:41.813Z] Socket(s): 4 [2021-04-20T17:15:41.813Z] NUMA node(s): 1 [2021-04-20T17:15:41.813Z] Vendor ID: GenuineIntel [2021-04-20T17:15:41.813Z] CPU family: 6 [2021-04-20T17:15:41.813Z] Model: 44 [2021-04-20T17:15:41.813Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-04-20T17:15:41.813Z] Stepping: 1 [2021-04-20T17:15:41.813Z] CPU MHz: 2933.438 [2021-04-20T17:15:41.813Z] BogoMIPS: 5866.87 [2021-04-20T17:15:41.813Z] Virtualization: VT-x [2021-04-20T17:15:41.813Z] Hypervisor vendor: KVM [2021-04-20T17:15:41.813Z] Virtualization type: full [2021-04-20T17:15:41.813Z] L1d cache: 128 KiB [2021-04-20T17:15:41.813Z] L1i cache: 128 KiB [2021-04-20T17:15:41.813Z] L2 cache: 16 MiB [2021-04-20T17:15:41.813Z] L3 cache: 64 MiB [2021-04-20T17:15:41.813Z] NUMA node0 CPU(s): 0-3 [2021-04-20T17:15:41.813Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-04-20T17:15:41.813Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-04-20T17:15:41.813Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-04-20T17:15:41.813Z] Vulnerability Meltdown: Mitigation; PTI [2021-04-20T17:15:41.813Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-04-20T17:15:41.813Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-04-20T17:15:41.813Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-04-20T17:15:41.813Z] Vulnerability Srbds: Not affected [2021-04-20T17:15:41.813Z] Vulnerability Tsx async abort: Not affected [2021-04-20T17:15:41.814Z] 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 [2021-04-20T17:15:41.814Z] [2021-04-20T17:15:41.814Z] [2021-04-20T17:15:41.814Z] ---> nproc: [2021-04-20T17:15:41.814Z] 4 [2021-04-20T17:15:41.814Z] [2021-04-20T17:15:41.814Z] [2021-04-20T17:15:41.814Z] ---> df -h: [2021-04-20T17:15:41.814Z] Filesystem Size Used Available Use% Mounted on [2021-04-20T17:15:41.814Z] overlay 50.0G 8.5G 41.4G 17% / [2021-04-20T17:15:41.814Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-04-20T17:15:41.814Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-04-20T17:15:41.814Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-04-20T17:15:41.814Z] /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os [2021-04-20T17:15:41.814Z] /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf [2021-04-20T17:15:41.814Z] /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname [2021-04-20T17:15:41.814Z] /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts [2021-04-20T17:15:41.814Z] /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log [2021-04-20T17:15:41.814Z] /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/xfoundry_go-mod-messaging_master [2021-04-20T17:15:41.814Z] /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json [2021-04-20T17:15:41.814Z] /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/xfoundry_go-mod-messaging_master@tmp [2021-04-20T17:15:41.814Z] /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host [2021-04-20T17:15:41.814Z] /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure [2021-04-20T17:15:41.814Z] [2021-04-20T17:15:41.814Z] [2021-04-20T17:15:41.814Z] ---> free -m: [2021-04-20T17:15:41.814Z] total used free shared buff/cache available [2021-04-20T17:15:41.814Z] Mem: 1837 839 157 0 839 932 [2021-04-20T17:15:41.814Z] Swap: 1023 3 1020 [2021-04-20T17:15:41.814Z] [2021-04-20T17:15:41.814Z] [2021-04-20T17:15:41.814Z] ---> ip addr: [2021-04-20T17:15:41.814Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-04-20T17:15:41.814Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-04-20T17:15:41.814Z] inet 127.0.0.1/8 scope host lo [2021-04-20T17:15:41.814Z] valid_lft forever preferred_lft forever [2021-04-20T17:15:41.814Z] inet6 ::1/128 scope host [2021-04-20T17:15:41.814Z] valid_lft forever preferred_lft forever [2021-04-20T17:15:41.814Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-04-20T17:15:41.814Z] link/ether fa:16:3e:c8:d3:cc brd ff:ff:ff:ff:ff:ff [2021-04-20T17:15:41.814Z] inet 10.30.123.88/23 brd 10.30.123.255 scope global dynamic eth0 [2021-04-20T17:15:41.814Z] valid_lft 85696sec preferred_lft 85696sec [2021-04-20T17:15:41.814Z] inet6 fe80::f816:3eff:fec8:d3cc/64 scope link [2021-04-20T17:15:41.814Z] valid_lft forever preferred_lft forever [2021-04-20T17:15:41.814Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-04-20T17:15:41.814Z] link/ether 02:42:93:fd:e7:43 brd ff:ff:ff:ff:ff:ff [2021-04-20T17:15:41.814Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-04-20T17:15:41.814Z] valid_lft forever preferred_lft forever [2021-04-20T17:15:41.814Z] inet6 fe80::42:93ff:fefd:e743/64 scope link [2021-04-20T17:15:41.814Z] valid_lft forever preferred_lft forever [2021-04-20T17:15:41.814Z] [2021-04-20T17:15:41.814Z] [2021-04-20T17:15:41.814Z] ---> sar -b -r -n DEV: [2021-04-20T17:15:41.814Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/20/21 _x86_64_ (4 CPU) [2021-04-20T17:15:41.814Z] [2021-04-20T17:15:41.814Z] 17:03:41 LINUX RESTART (4 CPU) [2021-04-20T17:15:41.814Z] [2021-04-20T17:15:41.814Z] 17:05:03 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-04-20T17:15:41.814Z] 17:06:01 46.54 13.94 32.60 0.00 4662.35 2365.47 0.00 [2021-04-20T17:15:41.814Z] 17:07:01 1.36 0.00 1.36 0.00 0.00 22.32 0.00 [2021-04-20T17:15:41.814Z] 17:08:01 0.45 0.00 0.45 0.00 0.00 6.77 0.00 [2021-04-20T17:15:41.814Z] 17:09:01 0.25 0.00 0.25 0.00 0.00 2.83 0.00 [2021-04-20T17:15:41.814Z] 17:10:01 0.23 0.00 0.23 0.00 0.00 3.20 0.00 [2021-04-20T17:15:41.814Z] 17:11:01 0.30 0.00 0.30 0.00 0.00 3.51 0.00 [2021-04-20T17:15:41.814Z] 17:12:01 1.61 0.33 1.28 0.00 163.91 27.82 0.00 [2021-04-20T17:15:41.814Z] 17:13:02 295.81 177.62 118.19 0.00 8413.64 33975.32 0.00 [2021-04-20T17:15:41.814Z] 17:14:01 180.47 51.52 128.95 0.00 3010.36 30764.53 0.00 [2021-04-20T17:15:41.814Z] 17:15:02 99.39 67.40 31.99 0.00 4985.87 8455.47 0.00 [2021-04-20T17:15:41.814Z] Average: 62.63 31.14 31.49 0.00 2116.19 7563.28 0.00 [2021-04-20T17:15:41.814Z] [2021-04-20T17:15:41.814Z] 17:05:03 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-04-20T17:15:41.814Z] 17:06:01 146124 0 607108 32.27 2620 1125692 1144620 39.06 427124 1108852 136 [2021-04-20T17:15:41.814Z] 17:07:01 153652 0 599576 31.87 2620 1125696 1067172 36.42 434544 1095592 16 [2021-04-20T17:15:41.814Z] 17:08:01 148884 0 604340 32.12 2620 1125700 1067560 36.43 434964 1100160 16 [2021-04-20T17:15:41.814Z] 17:09:01 146812 0 606408 32.23 2620 1125704 1067572 36.43 443076 1093968 12 [2021-04-20T17:15:41.814Z] 17:10:01 147672 0 605544 32.18 2620 1125708 1067428 36.43 442112 1094304 16 [2021-04-20T17:15:41.814Z] 17:11:01 146488 0 606720 32.25 2620 1125716 1067320 36.43 443340 1094304 12 [2021-04-20T17:15:41.814Z] 17:12:01 100304 0 647884 34.43 2620 1130736 1294600 44.18 480716 1097948 57348 [2021-04-20T17:15:41.814Z] 17:13:02 141892 0 717388 38.13 2596 1019668 1402476 47.86 540744 948016 60 [2021-04-20T17:15:41.814Z] 17:14:01 74736 0 836420 44.45 1844 968544 1433016 48.91 611752 848496 10048 [2021-04-20T17:15:41.814Z] 17:15:02 71180 0 838308 44.55 1512 970544 1611104 54.98 638700 831708 27880 [2021-04-20T17:15:41.814Z] Average: 127774 0 666970 35.45 2429 1084371 1222287 41.71 489707 1031335 9554 [2021-04-20T17:15:41.814Z] [2021-04-20T17:15:41.814Z] 17:05:03 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-04-20T17:15:41.814Z] 17:06:01 eth0 162.53 108.29 567.59 41.85 0.00 0.00 0.00 0.00 [2021-04-20T17:15:41.814Z] 17:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T17:15:41.814Z] 17:06:01 docker0 1.41 1.31 0.41 3.53 0.00 0.00 0.00 0.00 [2021-04-20T17:15:41.814Z] 17:07:01 eth0 2.11 0.80 3.03 0.09 0.00 0.00 0.00 0.00 [2021-04-20T17:15:41.814Z] 17:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T17:15:41.814Z] 17:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T17:15:41.814Z] 17:08:01 eth0 0.96 0.35 0.32 0.17 0.00 0.00 0.00 0.00 [2021-04-20T17:15:41.814Z] 17:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T17:15:41.814Z] 17:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T17:15:41.814Z] 17:09:01 eth0 0.50 0.30 0.27 0.23 0.00 0.00 0.00 0.00 [2021-04-20T17:15:41.814Z] 17:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T17:15:41.814Z] 17:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T17:15:41.814Z] 17:10:01 eth0 0.22 0.20 0.08 0.08 0.00 0.00 0.00 0.00 [2021-04-20T17:15:41.814Z] 17:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T17:15:41.814Z] 17:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T17:15:41.814Z] 17:11:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-04-20T17:15:41.814Z] 17:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T17:15:41.814Z] 17:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T17:15:41.814Z] 17:12:01 eth0 114.57 92.44 917.16 33.95 0.00 0.00 0.00 0.00 [2021-04-20T17:15:41.814Z] 17:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T17:15:41.814Z] 17:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T17:15:41.814Z] 17:13:02 vethc8b268b 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 [2021-04-20T17:15:41.814Z] 17:13:02 eth0 327.47 269.25 3224.56 29.85 0.00 0.00 0.00 0.00 [2021-04-20T17:15:41.814Z] 17:13:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T17:15:41.814Z] 17:13:02 docker0 12.62 12.07 1.22 45.24 0.00 0.00 0.00 0.00 [2021-04-20T17:15:41.814Z] 17:14:01 eth0 385.41 316.36 3403.33 89.72 0.00 0.00 0.00 0.00 [2021-04-20T17:15:41.814Z] 17:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T17:15:41.814Z] 17:14:01 veth4adfbe3 12.99 25.40 0.92 168.32 0.00 0.00 0.00 0.00 [2021-04-20T17:15:41.814Z] 17:14:01 docker0 12.99 25.26 0.74 168.31 0.00 0.00 0.00 0.00 [2021-04-20T17:15:41.814Z] 17:15:02 eth0 256.46 205.23 2275.18 39.56 0.00 0.00 0.00 0.00 [2021-04-20T17:15:41.814Z] 17:15:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T17:15:41.814Z] 17:15:02 docker0 8.92 14.74 0.74 77.50 0.00 0.00 0.00 0.00 [2021-04-20T17:15:41.814Z] Average: eth0 124.79 99.20 1039.71 23.45 0.00 0.00 0.00 0.00 [2021-04-20T17:15:41.814Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T17:15:41.814Z] Average: docker0 3.60 5.34 0.31 29.46 0.00 0.00 0.00 0.00 [2021-04-20T17:15:41.814Z] [2021-04-20T17:15:41.814Z] [2021-04-20T17:15:41.814Z] ---> sar -P ALL: [2021-04-20T17:15:41.814Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/20/21 _x86_64_ (4 CPU) [2021-04-20T17:15:41.814Z] [2021-04-20T17:15:41.814Z] 17:03:41 LINUX RESTART (4 CPU) [2021-04-20T17:15:41.814Z] [2021-04-20T17:15:41.814Z] 17:05:03 CPU %user %nice %system %iowait %steal %idle [2021-04-20T17:15:41.814Z] 17:06:01 all 4.05 0.00 3.12 1.22 12.31 79.29 [2021-04-20T17:15:41.814Z] 17:06:01 0 4.81 0.00 3.05 0.28 12.20 79.66 [2021-04-20T17:15:41.814Z] 17:06:01 1 3.01 0.00 2.81 1.57 12.47 80.15 [2021-04-20T17:15:41.814Z] 17:06:01 2 4.22 0.00 2.99 1.77 12.81 78.20 [2021-04-20T17:15:41.814Z] 17:06:01 3 4.19 0.00 3.64 1.25 11.75 79.17 [2021-04-20T17:15:41.814Z] 17:07:01 all 0.10 0.00 0.09 0.00 0.47 99.34 [2021-04-20T17:15:41.814Z] 17:07:01 0 0.12 0.00 0.10 0.00 0.40 99.39 [2021-04-20T17:15:41.814Z] 17:07:01 1 0.17 0.00 0.05 0.00 0.73 99.06 [2021-04-20T17:15:41.814Z] 17:07:01 2 0.07 0.00 0.08 0.00 0.38 99.47 [2021-04-20T17:15:41.814Z] 17:07:01 3 0.05 0.00 0.12 0.00 0.36 99.47 [2021-04-20T17:15:41.814Z] 17:08:01 all 0.07 0.00 0.21 0.00 3.22 96.50 [2021-04-20T17:15:41.814Z] 17:08:01 0 0.03 0.00 0.56 0.00 1.76 97.65 [2021-04-20T17:15:41.814Z] 17:08:01 1 0.11 0.00 0.11 0.00 5.21 94.57 [2021-04-20T17:15:41.814Z] 17:08:01 2 0.02 0.00 0.03 0.00 3.31 96.64 [2021-04-20T17:15:41.814Z] 17:08:01 3 0.11 0.00 0.15 0.00 2.56 97.18 [2021-04-20T17:15:41.814Z] 17:09:01 all 0.12 0.00 0.05 0.00 0.55 99.29 [2021-04-20T17:15:41.814Z] 17:09:01 0 0.03 0.00 0.02 0.00 0.22 99.73 [2021-04-20T17:15:41.814Z] 17:09:01 1 0.37 0.00 0.05 0.00 0.55 99.04 [2021-04-20T17:15:41.814Z] 17:09:01 2 0.03 0.00 0.03 0.00 1.22 98.71 [2021-04-20T17:15:41.814Z] 17:09:01 3 0.03 0.00 0.08 0.00 0.20 99.68 [2021-04-20T17:15:41.814Z] 17:10:01 all 0.09 0.00 0.16 0.00 1.61 98.14 [2021-04-20T17:15:41.814Z] 17:10:01 0 0.02 0.00 0.17 0.00 0.79 99.02 [2021-04-20T17:15:41.814Z] 17:10:01 1 0.25 0.00 0.21 0.00 2.32 97.22 [2021-04-20T17:15:41.814Z] 17:10:01 2 0.07 0.00 0.13 0.00 1.66 98.14 [2021-04-20T17:15:41.814Z] 17:10:01 3 0.05 0.00 0.11 0.00 1.66 98.18 [2021-04-20T17:15:41.814Z] 17:11:01 all 0.11 0.00 0.03 0.00 0.63 99.23 [2021-04-20T17:15:41.814Z] 17:11:01 0 0.00 0.00 0.02 0.00 0.12 99.87 [2021-04-20T17:15:41.814Z] 17:11:01 1 0.02 0.00 0.02 0.00 0.47 99.50 [2021-04-20T17:15:41.814Z] 17:11:01 2 0.36 0.00 0.03 0.00 1.40 98.20 [2021-04-20T17:15:41.814Z] 17:11:01 3 0.05 0.00 0.07 0.00 0.53 99.35 [2021-04-20T17:15:41.814Z] 17:12:01 all 0.96 0.00 0.69 0.04 1.86 96.46 [2021-04-20T17:15:41.814Z] 17:12:01 0 0.90 0.00 0.58 0.02 1.85 96.64 [2021-04-20T17:15:41.814Z] 17:12:01 1 1.17 0.00 0.63 0.07 1.84 96.29 [2021-04-20T17:15:41.814Z] 17:12:01 2 0.93 0.00 0.88 0.07 1.95 96.16 [2021-04-20T17:15:41.814Z] 17:12:01 3 0.83 0.00 0.65 0.02 1.78 96.72 [2021-04-20T17:15:41.814Z] 17:13:02 all 5.17 0.00 5.51 2.50 28.34 58.49 [2021-04-20T17:15:41.814Z] 17:13:02 0 4.86 0.00 5.47 2.69 28.86 58.12 [2021-04-20T17:15:41.814Z] 17:13:02 1 4.25 0.00 5.04 2.30 28.32 60.08 [2021-04-20T17:15:41.814Z] 17:13:02 2 5.86 0.00 5.33 1.61 26.68 60.52 [2021-04-20T17:15:41.814Z] 17:13:02 3 5.72 0.00 6.21 3.41 29.50 55.16 [2021-04-20T17:15:41.814Z] 17:14:01 all 6.15 0.00 6.42 1.92 29.74 55.78 [2021-04-20T17:15:41.814Z] 17:14:01 0 6.05 0.00 7.34 2.23 30.69 53.69 [2021-04-20T17:15:41.814Z] 17:14:01 1 5.56 0.00 5.75 1.35 30.00 57.33 [2021-04-20T17:15:41.815Z] 17:14:01 2 7.00 0.00 6.66 3.49 28.54 54.30 [2021-04-20T17:15:41.815Z] 17:14:01 3 6.01 0.00 5.94 0.66 29.70 57.69 [2021-04-20T17:15:41.815Z] 17:15:02 all 5.38 0.00 5.90 2.79 17.26 68.67 [2021-04-20T17:15:41.815Z] 17:15:02 0 8.47 0.00 8.08 1.81 16.34 65.30 [2021-04-20T17:15:41.815Z] 17:15:02 1 2.87 0.00 5.04 2.06 18.18 71.85 [2021-04-20T17:15:41.815Z] 17:15:02 2 7.07 0.00 5.29 6.85 17.29 63.51 [2021-04-20T17:15:41.815Z] 17:15:02 3 3.32 0.00 5.30 0.48 17.19 73.70 [2021-04-20T17:15:41.815Z] Average: all 2.30 0.00 2.31 0.88 10.01 84.49 [2021-04-20T17:15:41.815Z] Average: 0 2.61 0.00 2.64 0.74 9.74 84.26 [2021-04-20T17:15:41.815Z] Average: 1 1.85 0.00 2.07 0.77 10.50 84.80 [2021-04-20T17:15:41.815Z] Average: 2 2.65 0.00 2.22 1.43 9.84 83.86 [2021-04-20T17:15:41.815Z] Average: 3 2.11 0.00 2.32 0.60 9.93 85.04 [2021-04-20T17:15:41.815Z] [2021-04-20T17:15:41.815Z] [2021-04-20T17:15:41.815Z]