Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from e570c501750980d8f4eb4f52e7db8bad5a682703 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 878f1b5bff316b9f7b5d8f8b1d22b752867b496c # timeout=10 Commit message: "Merge pull request #321 from ernestojeda/email-fix-generateEmailTemplate" > 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 Running on prd-centos7-docker-4c-2g-28738 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 e570c501750980d8f4eb4f52e7db8bad5a682703 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f e570c501750980d8f4eb4f52e7db8bad5a682703 # timeout=10 Commit message: "Merge pull request #94 from lenny-intel/unittest-panic" > git rev-list --no-walk 9ec3962572cc8d13dd033c954433a26a37bb3d05 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-05T19:27:51.756Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-05T19:27:52.084Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-05T19:27:52.190Z] ========================================================= [2021-03-05T19:27:52.190Z] EdgeX Global Pipelines Version Info [2021-03-05T19:27:52.190Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-05T19:27:53.657Z] ------------------- [2021-03-05T19:27:53.658Z] stable info: [2021-03-05T19:27:53.658Z] ------------------- [2021-03-05T19:27:53.658Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-05T19:27:53.658Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-05T19:27:53.658Z] Message: update stable to v1.0.184 [2021-03-05T19:27:54.605Z] ------------------- [2021-03-05T19:27:54.605Z] experimental info: [2021-03-05T19:27:54.605Z] ------------------- [2021-03-05T19:27:54.605Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-05T19:27:54.605Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-05T19:27:54.605Z] Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-05T19:27:54.920Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-messaging-settings [Pipeline] echo [2021-03-05T19:27:55.017Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-messaging [Pipeline] echo [2021-03-05T19:27:55.120Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-05T19:27:55.252Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-05T19:27:55.351Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-05T19:27:55.497Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-05T19:27:55.613Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-05T19:27:55.716Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-05T19:27:55.817Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-03-05T19:27:55.911Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-05T19:27:56.002Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-05T19:27:56.128Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-messaging [Pipeline] echo [2021-03-05T19:27:56.232Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-05T19:27:56.361Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-05T19:27:56.461Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2021-03-05T19:27:56.555Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-03-05T19:27:56.645Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-03-05T19:27:56.732Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-03-05T19:27:56.867Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-05T19:27:56.979Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-03-05T19:27:57.076Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-03-05T19:27:57.167Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-03-05T19:27:57.265Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-03-05T19:27:57.361Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-03-05T19:27:57.453Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2021-03-05T19:27:57.545Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-05T19:27:57.635Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-03-05T19:27:57.728Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-03-05T19:27:57.846Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-03-05T19:27:57.940Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = e570c501750980d8f4eb4f52e7db8bad5a682703 [Pipeline] echo [2021-03-05T19:27:58.029Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = e570c50 [Pipeline] echo [2021-03-05T19:27:58.143Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-05T19:27:58.862Z] + git log --format=format:%s -1 e570c501750980d8f4eb4f52e7db8bad5a682703 [Pipeline] echo [2021-03-05T19:27:58.924Z] GIT_COMMIT: e570c501750980d8f4eb4f52e7db8bad5a682703, Commit Message: Merge pull request #94 from lenny-intel/unittest-panic [Pipeline] echo [2021-03-05T19:27:58.974Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-03-05T19:28:00.175Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-05T19:28:00.438Z] [2021-03-05T19:28:00.438Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-05T19:28:00.812Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-05T19:28:00.812Z] latest: Pulling from edgex-devops/git-semver [2021-03-05T19:28:00.812Z] 31603596830f: Pulling fs layer [2021-03-05T19:28:00.812Z] 2a8b12db71e7: Pulling fs layer [2021-03-05T19:28:00.812Z] 6ca5941a6612: Pulling fs layer [2021-03-05T19:28:00.812Z] ecc8261a40a4: Pulling fs layer [2021-03-05T19:28:00.812Z] ecc8261a40a4: Waiting [2021-03-05T19:28:00.812Z] 2a8b12db71e7: Verifying Checksum [2021-03-05T19:28:00.812Z] 2a8b12db71e7: Download complete [2021-03-05T19:28:01.077Z] 31603596830f: Verifying Checksum [2021-03-05T19:28:01.077Z] 31603596830f: Download complete [2021-03-05T19:28:01.077Z] 6ca5941a6612: Verifying Checksum [2021-03-05T19:28:01.077Z] 6ca5941a6612: Download complete [2021-03-05T19:28:01.077Z] ecc8261a40a4: Verifying Checksum [2021-03-05T19:28:01.077Z] ecc8261a40a4: Download complete [2021-03-05T19:28:01.342Z] 31603596830f: Pull complete [2021-03-05T19:28:01.612Z] 2a8b12db71e7: Pull complete [2021-03-05T19:28:02.572Z] 6ca5941a6612: Pull complete [2021-03-05T19:28:02.572Z] ecc8261a40a4: Pull complete [2021-03-05T19:28:02.572Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-05T19:28:02.833Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-05T19:28:02.833Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-05T19:28:02.950Z] prd-centos7-docker-4c-2g-28738 does not seem to be running inside a container [2021-03-05T19:28:03.002Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-05T19:28:05.500Z] $ docker top 868b19b3bb4bb1a32bd2377900dcfa0de14f426f768ffa476a8d96ab98c0b290 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-05T19:28:06.014Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-05T19:28:06.015Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-05T19:28:06.267Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-05T19:28:06.270Z] $ docker exec 868b19b3bb4bb1a32bd2377900dcfa0de14f426f768ffa476a8d96ab98c0b290 ssh-agent [2021-03-05T19:28:06.451Z] SSH_AUTH_SOCK=/tmp/ssh-vTubXYBc2t6q/agent.13 [2021-03-05T19:28:06.451Z] SSH_AGENT_PID=19 [2021-03-05T19:28:06.462Z] Running ssh-add (command line suppressed) [2021-03-05T19:28:06.597Z] Identity added: /w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_8586499378997807703.key (/w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_8586499378997807703.key) [2021-03-05T19:28:06.654Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-05T19:28:06.992Z] + git tag --points-at HEAD [Pipeline] } [2021-03-05T19:28:07.014Z] $ docker exec --env ******** --env ******** 868b19b3bb4bb1a32bd2377900dcfa0de14f426f768ffa476a8d96ab98c0b290 ssh-agent -k [2021-03-05T19:28:07.145Z] unset SSH_AUTH_SOCK; [2021-03-05T19:28:07.145Z] unset SSH_AGENT_PID; [2021-03-05T19:28:07.145Z] echo Agent pid 19 killed; [2021-03-05T19:28:07.197Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-05T19:28:07.346Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-05T19:28:07.346Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-05T19:28:07.528Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-05T19:28:07.530Z] $ docker exec 868b19b3bb4bb1a32bd2377900dcfa0de14f426f768ffa476a8d96ab98c0b290 ssh-agent [2021-03-05T19:28:07.704Z] SSH_AUTH_SOCK=/tmp/ssh-pBRfD0JbR0bF/agent.48 [2021-03-05T19:28:07.704Z] SSH_AGENT_PID=54 [2021-03-05T19:28:07.711Z] Running ssh-add (command line suppressed) [2021-03-05T19:28:07.845Z] Identity added: /w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_1767720916884092279.key (/w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_1767720916884092279.key) [2021-03-05T19:28:07.919Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-05T19:28:08.267Z] + git semver init [2021-03-05T19:28:08.267Z] # -> Open(): unable to determine branch for HEAD [2021-03-05T19:28:08.267Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.git [2021-03-05T19:28:08.268Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-messaging_master [2021-03-05T19:28:08.268Z] # $SEMVER_REMOTE_NAME = origin [2021-03-05T19:28:08.268Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-05T19:28:08.268Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-05T19:28:08.268Z] # $SEMVER_BRANCH = master [2021-03-05T19:28:08.268Z] # $SEMVER_TEMP = /tmp/semver-722026273 [2021-03-05T19:28:08.268Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-messaging.git $SEMVER_TEMP [2021-03-05T19:28:08.846Z] # '/tmp/semver-722026273' -> '/w/workspace/xfoundry_go-mod-messaging_master/.semver' [2021-03-05T19:28:08.846Z] # -> Force: false [2021-03-05T19:28:08.846Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.semver [Pipeline] } [2021-03-05T19:28:08.858Z] $ docker exec --env ******** --env ******** 868b19b3bb4bb1a32bd2377900dcfa0de14f426f768ffa476a8d96ab98c0b290 ssh-agent -k [2021-03-05T19:28:08.975Z] unset SSH_AUTH_SOCK; [2021-03-05T19:28:08.976Z] unset SSH_AGENT_PID; [2021-03-05T19:28:08.976Z] echo Agent pid 54 killed; [2021-03-05T19:28:09.029Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-05T19:28:09.561Z] + git semver [Pipeline] } [2021-03-05T19:28:09.580Z] $ docker stop --time=1 868b19b3bb4bb1a32bd2377900dcfa0de14f426f768ffa476a8d96ab98c0b290 [2021-03-05T19:28:11.177Z] $ docker rm -f 868b19b3bb4bb1a32bd2377900dcfa0de14f426f768ffa476a8d96ab98c0b290 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-05T19:28:11.670Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-05T19:28:12.160Z] Stashed 1 file(s) [Pipeline] echo [2021-03-05T19:28:12.164Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.5 [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-03-05T19:28:27.706Z] Still waiting to schedule task [2021-03-05T19:28:27.706Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-28738’ [2021-03-05T19:28:27.709Z] Still waiting to schedule task [2021-03-05T19:28:27.709Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-03-05T19:30:11.840Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-28750 in /w/workspace/xfoundry_go-mod-messaging_master [Pipeline] { [Pipeline] ws [2021-03-05T19:30:11.898Z] Running in /w/workspace/go-mod-messaging/27 [Pipeline] { [Pipeline] checkout [2021-03-05T19:30:17.021Z] using credential edgex-jenkins-ssh [2021-03-05T19:30:17.093Z] Cloning the remote Git repository [2021-03-05T19:30:17.142Z] Cloning repository git@github.com:edgexfoundry/go-mod-messaging.git [2021-03-05T19:30:17.248Z] > git init /w/workspace/go-mod-messaging/27 # timeout=10 [2021-03-05T19:30:17.336Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git [2021-03-05T19:30:17.336Z] > git --version # timeout=10 [2021-03-05T19:30:17.362Z] > git --version # 'git version 2.17.1' [2021-03-05T19:30:17.364Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-05T19:30:17.424Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-05T19:30:18.176Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 [2021-03-05T19:30:18.197Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-05T19:30:18.229Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 [2021-03-05T19:30:18.758Z] Checking out Revision e570c501750980d8f4eb4f52e7db8bad5a682703 (master) [2021-03-05T19:30:18.264Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git [2021-03-05T19:30:18.265Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-05T19:30:18.276Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-05T19:30:18.784Z] > git config core.sparsecheckout # timeout=10 [2021-03-05T19:30:18.809Z] > git checkout -f e570c501750980d8f4eb4f52e7db8bad5a682703 # timeout=10 [2021-03-05T19:30:23.125Z] Commit message: "Merge pull request #94 from lenny-intel/unittest-panic" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-05T19:30:24.388Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-05T19:30:24.801Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-05T19:30:25.152Z] + sudo service docker restart [2021-03-05T19:30:25.153Z] + true [Pipeline] unstash [Pipeline] echo [2021-03-05T19:30:28.061Z] ========================================================= [2021-03-05T19:30:28.062Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-05T19:30:28.062Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-05T19:30:28.444Z] + 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-03-05T19:30:29.455Z] Sending build context to Docker daemon 504.3kB [2021-03-05T19:30:29.455Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-03-05T19:30:29.455Z] Step 2/7 : FROM ${BASE} [2021-03-05T19:30:29.738Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-05T19:30:29.738Z] 5f621e34cdf4: Pulling fs layer [2021-03-05T19:30:29.738Z] a4357932f1b6: Pulling fs layer [2021-03-05T19:30:29.738Z] 18c013af1878: Pulling fs layer [2021-03-05T19:30:29.738Z] 00ac8860ef70: Pulling fs layer [2021-03-05T19:30:29.738Z] 63d7cb157983: Pulling fs layer [2021-03-05T19:30:29.738Z] b116817d02f9: Pulling fs layer [2021-03-05T19:30:29.738Z] 745a02a5169b: Pulling fs layer [2021-03-05T19:30:29.738Z] 00ac8860ef70: Waiting [2021-03-05T19:30:29.738Z] 63d7cb157983: Waiting [2021-03-05T19:30:29.738Z] b116817d02f9: Waiting [2021-03-05T19:30:29.738Z] 745a02a5169b: Waiting [2021-03-05T19:30:29.738Z] 18c013af1878: Verifying Checksum [2021-03-05T19:30:29.738Z] 18c013af1878: Download complete [2021-03-05T19:30:29.738Z] a4357932f1b6: Download complete [2021-03-05T19:30:29.738Z] 63d7cb157983: Download complete [2021-03-05T19:30:29.738Z] b116817d02f9: Verifying Checksum [2021-03-05T19:30:29.738Z] b116817d02f9: Download complete [2021-03-05T19:30:29.738Z] 5f621e34cdf4: Verifying Checksum [2021-03-05T19:30:29.738Z] 5f621e34cdf4: Download complete [2021-03-05T19:30:30.346Z] 5f621e34cdf4: Pull complete [2021-03-05T19:30:30.958Z] a4357932f1b6: Pull complete [2021-03-05T19:30:31.568Z] 18c013af1878: Pull complete [2021-03-05T19:30:31.843Z] 745a02a5169b: Verifying Checksum [2021-03-05T19:30:31.843Z] 745a02a5169b: Download complete [2021-03-05T19:30:33.280Z] 00ac8860ef70: Verifying Checksum [2021-03-05T19:30:33.280Z] 00ac8860ef70: Download complete [2021-03-05T19:30:43.501Z] 00ac8860ef70: Pull complete [2021-03-05T19:30:43.778Z] 63d7cb157983: Pull complete [2021-03-05T19:30:44.058Z] b116817d02f9: Pull complete [2021-03-05T19:30:48.420Z] 745a02a5169b: Pull complete [2021-03-05T19:30:48.420Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-05T19:30:48.420Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-05T19:30:48.420Z] ---> b7e6874047d6 [2021-03-05T19:30:48.420Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-03-05T19:30:51.063Z] ---> Running in eacd2ef59a61 [2021-03-05T19:30:51.063Z] Removing intermediate container eacd2ef59a61 [2021-03-05T19:30:51.063Z] ---> 95b46527b69b [2021-03-05T19:30:51.063Z] Step 4/7 : RUN apk add --update --no-cache zeromq-dev bash [2021-03-05T19:30:51.339Z] ---> Running in 4b2841892202 [2021-03-05T19:30:52.790Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-05T19:30:53.389Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-05T19:30:53.988Z] (1/5) Installing libsodium (1.0.18-r0) [2021-03-05T19:30:53.988Z] (2/5) Installing libzmq (4.3.3-r0) [2021-03-05T19:30:53.988Z] (3/5) Installing pkgconf (1.7.2-r0) [2021-03-05T19:30:54.265Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2021-03-05T19:30:54.265Z] (5/5) Installing zeromq-dev (4.3.3-r0) [2021-03-05T19:30:54.265Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T19:30:54.265Z] OK: 144 MiB in 44 packages [2021-03-05T19:30:55.713Z] Removing intermediate container 4b2841892202 [2021-03-05T19:30:55.713Z] ---> aa2ad937a2ab [2021-03-05T19:30:55.713Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-03-05T19:30:55.990Z] ---> Running in cf434d586f76 [2021-03-05T19:30:56.263Z] Removing intermediate container cf434d586f76 [2021-03-05T19:30:56.263Z] ---> b532e37867de [2021-03-05T19:30:56.263Z] Step 6/7 : COPY go.mod . [2021-03-05T19:30:56.865Z] ---> 1e5ab675b376 [2021-03-05T19:30:56.865Z] Step 7/7 : RUN go mod download [2021-03-05T19:30:57.146Z] ---> Running in fe31cebdca9e [2021-03-05T19:31:12.269Z] Removing intermediate container fe31cebdca9e [2021-03-05T19:31:12.269Z] ---> 5f6d44af9209 [2021-03-05T19:31:12.269Z] Successfully built 5f6d44af9209 [2021-03-05T19:31:12.269Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-05T19:31:12.628Z] + docker inspect -f . ci-base-image-arm64 [2021-03-05T19:31:12.628Z] . [Pipeline] withDockerContainer [2021-03-05T19:31:12.902Z] prd-ubuntu18.04-docker-arm64-4c-16g-28750 does not seem to be running inside a container [2021-03-05T19:31:13.085Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-messaging/27 -v /w/workspace/go-mod-messaging/27:/w/workspace/go-mod-messaging/27:rw,z -v /w/workspace/go-mod-messaging/27@tmp:/w/workspace/go-mod-messaging/27@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-05T19:31:14.729Z] $ docker top 7492ec7b40e39f3d6fc3d6800ebaaef2227f9f6176e5b266fd4c0801c7b7bd27 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-05T19:31:15.813Z] + go version [2021-03-05T19:31:15.813Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-05T19:31:15.846Z] $ docker stop --time=1 7492ec7b40e39f3d6fc3d6800ebaaef2227f9f6176e5b266fd4c0801c7b7bd27 [2021-03-05T19:31:17.733Z] $ docker rm -f 7492ec7b40e39f3d6fc3d6800ebaaef2227f9f6176e5b266fd4c0801c7b7bd27 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-05T19:31:18.744Z] + docker inspect -f . ci-base-image-arm64 [2021-03-05T19:31:18.744Z] . [Pipeline] withDockerContainer [2021-03-05T19:31:19.006Z] prd-ubuntu18.04-docker-arm64-4c-16g-28750 does not seem to be running inside a container [2021-03-05T19:31:19.102Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-messaging/27 -v /w/workspace/go-mod-messaging/27:/w/workspace/go-mod-messaging/27:rw,z -v /w/workspace/go-mod-messaging/27@tmp:/w/workspace/go-mod-messaging/27@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-05T19:31:20.628Z] $ docker top e72f54a2bacba9c4c3786529264d8fe82a2fa384ee436dd12c3ce3375680add7 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-05T19:31:21.661Z] + make test [2021-03-05T19:31:21.661Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-03-05T19:31:36.803Z] ? github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg [no test files] [2021-03-05T19:31:40.204Z] ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/mqtt 0.049s coverage: 89.9% of statements [2021-03-05T19:31:50.377Z] ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/redis/streams 0.047s coverage: 77.1% of statements [2021-03-05T19:31:50.377Z] ? github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/redis/streams/mocks [no test files] [2021-03-05T19:32:17.151Z] ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/zeromq 20.378s coverage: 84.1% of statements [2021-03-05T19:32:17.151Z] ok github.com/edgexfoundry/go-mod-messaging/v2/messaging 0.020s coverage: 85.7% of statements [2021-03-05T19:32:17.151Z] ok github.com/edgexfoundry/go-mod-messaging/v2/messaging/mqtt 0.017s coverage: 100.0% of statements [2021-03-05T19:32:17.151Z] ok github.com/edgexfoundry/go-mod-messaging/v2/messaging/redis 0.030s coverage: 100.0% of statements [2021-03-05T19:32:17.151Z] ok github.com/edgexfoundry/go-mod-messaging/v2/pkg/types 0.025s coverage: 90.9% of statements [2021-03-05T19:32:17.151Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2021-03-05T19:32:17.151Z] gofmt -l . [2021-03-05T19:32:17.151Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-03-05T19:32:17.185Z] $ docker stop --time=1 e72f54a2bacba9c4c3786529264d8fe82a2fa384ee436dd12c3ce3375680add7 [2021-03-05T19:32:19.246Z] $ docker rm -f e72f54a2bacba9c4c3786529264d8fe82a2fa384ee436dd12c3ce3375680add7 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-05T19:32:20.034Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-03-05T19:32:20.876Z] 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-03-05T19:32:22.073Z] ---> job-cost.sh [2021-03-05T19:32:22.073Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-auOL [2021-03-05T19:33:01.056Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-05T19:33:55.348Z] Running on prd-centos7-docker-4c-2g-28751 in /w/workspace/xfoundry_go-mod-messaging_master [Pipeline] { [Pipeline] ws [2021-03-05T19:33:55.406Z] Running in /w/workspace/go-mod-messaging/27 [Pipeline] { [Pipeline] checkout [2021-03-05T19:34:03.616Z] using credential edgex-jenkins-ssh [2021-03-05T19:34:03.681Z] Cloning the remote Git repository [2021-03-05T19:34:03.785Z] Cloning repository git@github.com:edgexfoundry/go-mod-messaging.git [2021-03-05T19:34:03.876Z] > git init /w/workspace/go-mod-messaging/27 # timeout=10 [2021-03-05T19:34:04.064Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git [2021-03-05T19:34:04.065Z] > git --version # timeout=10 [2021-03-05T19:34:04.100Z] > git --version # 'git version 2.24.3' [2021-03-05T19:34:04.101Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-05T19:34:04.182Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-05T19:34:05.662Z] Checking out Revision e570c501750980d8f4eb4f52e7db8bad5a682703 (master) [2021-03-05T19:34:05.072Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 [2021-03-05T19:34:05.111Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-05T19:34:05.161Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 [2021-03-05T19:34:05.228Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git [2021-03-05T19:34:05.228Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-05T19:34:05.236Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-05T19:34:05.681Z] > git config core.sparsecheckout # timeout=10 [2021-03-05T19:34:05.690Z] > git checkout -f e570c501750980d8f4eb4f52e7db8bad5a682703 # timeout=10 [2021-03-05T19:34:10.835Z] Commit message: "Merge pull request #94 from lenny-intel/unittest-panic" [2021-03-05T19:34:11.075Z] [2021-03-05T19:34:11.075Z] GitHub has been notified of this commit’s build result [2021-03-05T19:34:11.075Z] [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-05T19:34:12.343Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-05T19:34:12.759Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-05T19:34:13.265Z] + sudo service docker restart [2021-03-05T19:34:13.265Z] + true [2021-03-05T19:34:13.265Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo [2021-03-05T19:34:17.945Z] ========================================================= [2021-03-05T19:34:17.945Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-05T19:34:17.945Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-05T19:34:19.169Z] + 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-03-05T19:34:21.204Z] Sending build context to Docker daemon 505.3kB [2021-03-05T19:34:21.204Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-03-05T19:34:21.204Z] Step 2/7 : FROM ${BASE} [2021-03-05T19:34:21.204Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-05T19:34:21.204Z] 188c0c94c7c5: Pulling fs layer [2021-03-05T19:34:21.204Z] 0ef7d3d256c8: Pulling fs layer [2021-03-05T19:34:21.204Z] de9db76c5a1d: Pulling fs layer [2021-03-05T19:34:21.204Z] bca2f99d35d6: Pulling fs layer [2021-03-05T19:34:21.204Z] 93359f2a8cfa: Pulling fs layer [2021-03-05T19:34:21.204Z] 7c6f9722023f: Pulling fs layer [2021-03-05T19:34:21.204Z] a35cf1a2eb13: Pulling fs layer [2021-03-05T19:34:21.204Z] 93359f2a8cfa: Waiting [2021-03-05T19:34:21.204Z] 7c6f9722023f: Waiting [2021-03-05T19:34:21.204Z] a35cf1a2eb13: Waiting [2021-03-05T19:34:21.204Z] bca2f99d35d6: Waiting [2021-03-05T19:34:21.204Z] de9db76c5a1d: Verifying Checksum [2021-03-05T19:34:21.204Z] de9db76c5a1d: Download complete [2021-03-05T19:34:21.204Z] 0ef7d3d256c8: Verifying Checksum [2021-03-05T19:34:21.204Z] 0ef7d3d256c8: Download complete [2021-03-05T19:34:21.204Z] 93359f2a8cfa: Verifying Checksum [2021-03-05T19:34:21.204Z] 93359f2a8cfa: Download complete [2021-03-05T19:34:21.204Z] 7c6f9722023f: Verifying Checksum [2021-03-05T19:34:21.204Z] 7c6f9722023f: Download complete [2021-03-05T19:34:22.170Z] 188c0c94c7c5: Verifying Checksum [2021-03-05T19:34:22.170Z] 188c0c94c7c5: Download complete [2021-03-05T19:34:22.783Z] 188c0c94c7c5: Pull complete [2021-03-05T19:34:23.059Z] 0ef7d3d256c8: Pull complete [2021-03-05T19:34:23.344Z] de9db76c5a1d: Pull complete [2021-03-05T19:34:25.346Z] a35cf1a2eb13: Verifying Checksum [2021-03-05T19:34:25.346Z] a35cf1a2eb13: Download complete [2021-03-05T19:34:27.349Z] bca2f99d35d6: Verifying Checksum [2021-03-05T19:34:27.349Z] bca2f99d35d6: Download complete [2021-03-05T19:34:42.537Z] bca2f99d35d6: Pull complete [2021-03-05T19:34:42.537Z] 93359f2a8cfa: Pull complete [2021-03-05T19:34:43.149Z] 7c6f9722023f: Pull complete [2021-03-05T19:34:56.015Z] a35cf1a2eb13: Pull complete [2021-03-05T19:34:56.016Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-05T19:34:56.016Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-05T19:34:56.016Z] ---> a62c8e92a672 [2021-03-05T19:34:56.016Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-03-05T19:34:56.016Z] ---> Running in 8c6138e897e3 [2021-03-05T19:34:56.016Z] Removing intermediate container 8c6138e897e3 [2021-03-05T19:34:56.016Z] ---> 1ca00dad3f15 [2021-03-05T19:34:56.016Z] Step 4/7 : RUN apk add --update --no-cache zeromq-dev bash [2021-03-05T19:34:56.284Z] ---> Running in 60ff6f2f2bdf [2021-03-05T19:34:57.763Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-05T19:34:58.728Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-05T19:34:58.994Z] (1/5) Installing libsodium (1.0.18-r0) [2021-03-05T19:34:59.267Z] (2/5) Installing libzmq (4.3.3-r0) [2021-03-05T19:34:59.267Z] (3/5) Installing pkgconf (1.7.2-r0) [2021-03-05T19:34:59.267Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2021-03-05T19:34:59.536Z] (5/5) Installing zeromq-dev (4.3.3-r0) [2021-03-05T19:34:59.536Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T19:34:59.536Z] OK: 167 MiB in 44 packages [2021-03-05T19:35:01.507Z] Removing intermediate container 60ff6f2f2bdf [2021-03-05T19:35:01.507Z] ---> 28e58f4c9822 [2021-03-05T19:35:01.507Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-03-05T19:35:01.507Z] ---> Running in f8b627ea2ba7 [2021-03-05T19:35:01.507Z] Removing intermediate container f8b627ea2ba7 [2021-03-05T19:35:01.507Z] ---> 895d6e4e0c37 [2021-03-05T19:35:01.507Z] Step 6/7 : COPY go.mod . [2021-03-05T19:35:02.090Z] ---> 4f606324c89c [2021-03-05T19:35:02.090Z] Step 7/7 : RUN go mod download [2021-03-05T19:35:02.090Z] ---> Running in 3fe15bcad693 [2021-03-05T19:35:07.865Z] lf-activate-venv(): INFO: Adding /tmp/venv-auOL/bin to PATH [2021-03-05T19:35:07.865Z] INFO: No Stack... [2021-03-05T19:35:07.865Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-05T19:35:07.865Z] INFO: Archiving Costs [Pipeline] sh [2021-03-05T19:35:08.212Z] + cut -d,+ -f6 [2021-03-05T19:35:08.212Z] cat /w/workspace/go-mod-messaging/27/archives/cost.csv [Pipeline] lock [2021-03-05T19:35:08.326Z] Trying to acquire lock on [jenkins-edgexfoundry-go-mod-messaging-master-27-stack-cost] [2021-03-05T19:35:08.338Z] Resource [jenkins-edgexfoundry-go-mod-messaging-master-27-stack-cost] did not exist. Created. [2021-03-05T19:35:08.338Z] Lock acquired on [jenkins-edgexfoundry-go-mod-messaging-master-27-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-05T19:35:08.776Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-05T19:35:09.007Z] Stashed 1 file(s) [Pipeline] } [2021-03-05T19:35:09.017Z] Lock released on resource [jenkins-edgexfoundry-go-mod-messaging-master-27-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-05T19:35:24.823Z] Removing intermediate container 3fe15bcad693 [2021-03-05T19:35:24.823Z] ---> 1c2d13cf36f8 [2021-03-05T19:35:24.823Z] Successfully built 1c2d13cf36f8 [2021-03-05T19:35:24.823Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-05T19:35:25.171Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-05T19:35:25.693Z] . [Pipeline] withDockerContainer [2021-03-05T19:35:28.330Z] prd-centos7-docker-4c-2g-28751 does not seem to be running inside a container [2021-03-05T19:35:28.468Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-messaging/27 -v /w/workspace/go-mod-messaging/27:/w/workspace/go-mod-messaging/27:rw,z -v /w/workspace/go-mod-messaging/27@tmp:/w/workspace/go-mod-messaging/27@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-x86_64 cat [2021-03-05T19:35:29.792Z] $ docker top 93acd60d172b9c06e465685b1b07767577b60af99ae0005ba21f2831aa9c56ec -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-05T19:35:30.945Z] + go version [2021-03-05T19:35:30.945Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-05T19:35:31.025Z] $ docker stop --time=1 93acd60d172b9c06e465685b1b07767577b60af99ae0005ba21f2831aa9c56ec [2021-03-05T19:35:32.843Z] $ docker rm -f 93acd60d172b9c06e465685b1b07767577b60af99ae0005ba21f2831aa9c56ec [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-05T19:35:34.196Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-05T19:35:34.197Z] . [Pipeline] withDockerContainer [2021-03-05T19:35:34.384Z] prd-centos7-docker-4c-2g-28751 does not seem to be running inside a container [2021-03-05T19:35:34.482Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-messaging/27 -v /w/workspace/go-mod-messaging/27:/w/workspace/go-mod-messaging/27:rw,z -v /w/workspace/go-mod-messaging/27@tmp:/w/workspace/go-mod-messaging/27@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-x86_64 cat [2021-03-05T19:35:35.912Z] $ docker top dcc36dedcb01c69f1b2f6e0a00313a08d4da7ed1f891f14cf6d7b5750e54e556 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-05T19:35:36.611Z] + make test [2021-03-05T19:35:36.611Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-03-05T19:35:47.337Z] ? github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg [no test files] [2021-03-05T19:35:51.162Z] ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/mqtt 0.072s coverage: 89.9% of statements [2021-03-05T19:35:56.821Z] ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/redis/streams 0.033s coverage: 77.1% of statements [2021-03-05T19:35:56.821Z] ? github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/redis/streams/mocks [no test files] [2021-03-05T19:36:19.285Z] ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/zeromq 20.700s coverage: 84.1% of statements [2021-03-05T19:36:19.285Z] ok github.com/edgexfoundry/go-mod-messaging/v2/messaging 0.157s coverage: 85.7% of statements [2021-03-05T19:36:19.285Z] ok github.com/edgexfoundry/go-mod-messaging/v2/messaging/mqtt 0.025s coverage: 100.0% of statements [2021-03-05T19:36:19.285Z] ok github.com/edgexfoundry/go-mod-messaging/v2/messaging/redis 0.037s coverage: 100.0% of statements [2021-03-05T19:36:19.285Z] ok github.com/edgexfoundry/go-mod-messaging/v2/pkg/types 0.010s coverage: 90.9% of statements [2021-03-05T19:36:19.574Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2021-03-05T19:36:22.337Z] gofmt -l . [2021-03-05T19:36:22.337Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-03-05T19:36:22.387Z] $ docker stop --time=1 dcc36dedcb01c69f1b2f6e0a00313a08d4da7ed1f891f14cf6d7b5750e54e556 [2021-03-05T19:36:25.979Z] $ docker rm -f dcc36dedcb01c69f1b2f6e0a00313a08d4da7ed1f891f14cf6d7b5750e54e556 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-05T19:36:27.455Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-03-05T19:36:27.790Z] Warning: overwriting stash ‘coverage-report’ [2021-03-05T19:36:28.284Z] 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-03-05T19:36:29.531Z] ---> job-cost.sh [2021-03-05T19:36:29.531Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-1u6D [2021-03-05T19:37:02.742Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-05T19:37:50.356Z] lf-activate-venv(): INFO: Adding /tmp/venv-1u6D/bin to PATH [2021-03-05T19:37:50.356Z] INFO: No Stack... [2021-03-05T19:37:50.356Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-05T19:37:50.356Z] INFO: Archiving Costs [Pipeline] sh [2021-03-05T19:37:50.889Z] + cat /w/workspace/go-mod-messaging/27/archives/cost.csv [2021-03-05T19:37:50.889Z] + cut -d, -f6 [Pipeline] lock [2021-03-05T19:37:50.977Z] Trying to acquire lock on [jenkins-edgexfoundry-go-mod-messaging-master-27-stack-cost] [2021-03-05T19:37:50.988Z] Resource [jenkins-edgexfoundry-go-mod-messaging-master-27-stack-cost] did not exist. Created. [2021-03-05T19:37:50.988Z] Lock acquired on [jenkins-edgexfoundry-go-mod-messaging-master-27-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-05T19:37:51.516Z] /w/workspace/go-mod-messaging/27@tmp/durable-6d64ddec/script.sh: line 1: unexpected EOF while looking for matching `'' [Pipeline] sh [2021-03-05T19:37:51.886Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-03-05T19:37:51.959Z] Warning: overwriting stash ‘stack-cost’ [2021-03-05T19:37:52.281Z] Stashed 1 file(s) [Pipeline] } [2021-03-05T19:37:52.299Z] Lock released on resource [jenkins-edgexfoundry-go-mod-messaging-master-27-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-03-05T19:37:53.739Z] provisioning config files... [2021-03-05T19:37:53.758Z] copy managed file [go-mod-messaging-codecov-token] to file:/w/workspace/xfoundry_go-mod-messaging_master@tmp/config1914540625028187597tmp [Pipeline] { [Pipeline] sh [2021-03-05T19:37:54.192Z] + set +x [2021-03-05T19:37:54.193Z] + curl -s https://codecov.io/bash [2021-03-05T19:37:54.193Z] + bash -s -- [2021-03-05T19:37:54.455Z] [2021-03-05T19:37:54.455Z] _____ _ [2021-03-05T19:37:54.455Z] / ____| | | [2021-03-05T19:37:54.455Z] | | ___ __| | ___ ___ _____ __ [2021-03-05T19:37:54.455Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-05T19:37:54.455Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-05T19:37:54.455Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-05T19:37:54.455Z] Bash-20210226-7100762 [2021-03-05T19:37:54.455Z] [2021-03-05T19:37:54.455Z] [2021-03-05T19:37:54.455Z] ==> git version 2.24.3 found [2021-03-05T19:37:54.455Z] ==> 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-03-05T19:37:54.455Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-05T19:37:54.455Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-05T19:37:54.455Z] ==> Jenkins CI detected. [2021-03-05T19:37:54.455Z] project root: . [2021-03-05T19:37:54.455Z] --> token set from env [2021-03-05T19:37:54.455Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-05T19:37:54.455Z] ==> Running gcov in . (disable via -X gcov) [2021-03-05T19:37:54.455Z] ==> Python coveragepy not found [2021-03-05T19:37:54.456Z] ==> Searching for coverage reports in: [2021-03-05T19:37:54.456Z] + . [2021-03-05T19:37:54.456Z] -> Found 1 reports [2021-03-05T19:37:54.456Z] ==> Detecting git/mercurial file structure [2021-03-05T19:37:54.456Z] ==> Reading reports [2021-03-05T19:37:54.456Z] + ./coverage.out bytes=21680 [2021-03-05T19:37:54.456Z] ==> Appending adjustments [2021-03-05T19:37:54.456Z] https://docs.codecov.io/docs/fixing-reports [2021-03-05T19:37:54.719Z] + Found adjustments [2021-03-05T19:37:54.719Z] ==> Gzipping contents [2021-03-05T19:37:54.719Z] 8.0K /tmp/codecov.R3IvpY.gz [2021-03-05T19:37:54.719Z] ==> Uploading reports [2021-03-05T19:37:54.719Z] url: https://codecov.io [2021-03-05T19:37:54.719Z] query: branch=master&commit=e570c501750980d8f4eb4f52e7db8bad5a682703&build=27&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-messaging%2Fjob%2Fmaster%2F27%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-messaging&service=jenkins&flags=&pr=&job=&cmd_args= [2021-03-05T19:37:54.719Z] -> Pinging Codecov [2021-03-05T19:37:54.719Z] https://codecov.io/upload/v4?package=bash-20210226-7100762&token=secret&branch=master&commit=e570c501750980d8f4eb4f52e7db8bad5a682703&build=27&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-messaging%2Fjob%2Fmaster%2F27%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-messaging&service=jenkins&flags=&pr=&job=&cmd_args= [2021-03-05T19:37:55.295Z] -> Uploading to [2021-03-05T19:37:55.295Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-05/F6E385568367DD0E4001BA4F8F1CB792/e570c501750980d8f4eb4f52e7db8bad5a682703/954bcfed-2e4f-4dda-83c3-ddf95499a13b.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210305%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210305T193755Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=5f066b667ab5a8b35991b33ec759a3ba95d0498285bdedd85b972c9fa9e7fa38 [2021-03-05T19:37:55.295Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-05T19:37:55.295Z] Dload Upload Total Spent Left Speed [2021-03-05T19:37:55.558Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5255 0 0 100 5255 0 12332 --:--:-- --:--:-- --:--:-- 12335 100 5255 0 0 100 5255 0 12327 --:--:-- --:--:-- --:--:-- 12306 [2021-03-05T19:37:55.558Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/go-mod-messaging/commit/e570c501750980d8f4eb4f52e7db8bad5a682703 [Pipeline] } [2021-03-05T19:37:55.570Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-03-05T19:37:56.476Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-03-05T19:37:56.531Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-05T19:37:56.877Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-05T19:37:56.877Z] [2021-03-05T19:37:56.877Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-03-05T19:37:57.241Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-05T19:37:57.241Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-03-05T19:37:57.241Z] 188c0c94c7c5: Pulling fs layer [2021-03-05T19:37:57.241Z] 0ef7d3d256c8: Pulling fs layer [2021-03-05T19:37:57.241Z] de9db76c5a1d: Pulling fs layer [2021-03-05T19:37:57.241Z] 0eba1c9be4d2: Pulling fs layer [2021-03-05T19:37:57.241Z] 0d57e429df01: Pulling fs layer [2021-03-05T19:37:57.241Z] 4e4be7b47b0d: Pulling fs layer [2021-03-05T19:37:57.241Z] e1f770b5df2f: Pulling fs layer [2021-03-05T19:37:57.241Z] 85a0685a4137: Pulling fs layer [2021-03-05T19:37:57.241Z] 0eba1c9be4d2: Waiting [2021-03-05T19:37:57.241Z] 0d57e429df01: Waiting [2021-03-05T19:37:57.241Z] 4e4be7b47b0d: Waiting [2021-03-05T19:37:57.241Z] e1f770b5df2f: Waiting [2021-03-05T19:37:57.241Z] 85a0685a4137: Waiting [2021-03-05T19:37:57.241Z] de9db76c5a1d: Verifying Checksum [2021-03-05T19:37:57.241Z] de9db76c5a1d: Download complete [2021-03-05T19:37:57.241Z] 0ef7d3d256c8: Verifying Checksum [2021-03-05T19:37:57.241Z] 0ef7d3d256c8: Download complete [2021-03-05T19:37:57.241Z] 0d57e429df01: Verifying Checksum [2021-03-05T19:37:57.241Z] 0d57e429df01: Download complete [2021-03-05T19:37:57.241Z] 4e4be7b47b0d: Download complete [2021-03-05T19:37:57.241Z] 188c0c94c7c5: Verifying Checksum [2021-03-05T19:37:57.241Z] 188c0c94c7c5: Download complete [2021-03-05T19:37:57.823Z] 188c0c94c7c5: Pull complete [2021-03-05T19:37:57.823Z] 0ef7d3d256c8: Pull complete [2021-03-05T19:37:58.089Z] de9db76c5a1d: Pull complete [2021-03-05T19:37:59.045Z] e1f770b5df2f: Verifying Checksum [2021-03-05T19:37:59.045Z] e1f770b5df2f: Download complete [2021-03-05T19:38:03.284Z] 0eba1c9be4d2: Verifying Checksum [2021-03-05T19:38:03.284Z] 0eba1c9be4d2: Download complete [2021-03-05T19:38:03.873Z] 85a0685a4137: Verifying Checksum [2021-03-05T19:38:03.873Z] 85a0685a4137: Download complete [2021-03-05T19:38:10.523Z] 0eba1c9be4d2: Pull complete [2021-03-05T19:38:10.523Z] 0d57e429df01: Pull complete [2021-03-05T19:38:10.523Z] 4e4be7b47b0d: Pull complete [2021-03-05T19:38:11.920Z] e1f770b5df2f: Pull complete [2021-03-05T19:38:20.130Z] 85a0685a4137: Pull complete [2021-03-05T19:38:20.130Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-03-05T19:38:20.130Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-05T19:38:20.130Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-03-05T19:38:20.370Z] prd-centos7-docker-4c-2g-28738 does not seem to be running inside a container [2021-03-05T19:38:20.435Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-03-05T19:38:21.458Z] $ docker top 3ce59e594e19608b58631171d05437f7f50f6436b84b127f63c9b7eeace59926 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-05T19:38:21.670Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-03-05T19:38:21.985Z] + set -o pipefail [2021-03-05T19:38:21.985Z] + snyk monitor '--org=edgex-jenkins' [2021-03-05T19:38:27.305Z] [2021-03-05T19:38:27.305Z] Monitoring /w/workspace/xfoundry_go-mod-messaging_master (github.com/edgexfoundry/go-mod-messaging/v2)... [2021-03-05T19:38:27.305Z] [2021-03-05T19:38:27.305Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/d23208db-5112-4543-b346-0f70a18311f1/history/a18d9224-327d-4222-9e06-e283dbbd8c4b [2021-03-05T19:38:27.305Z] [2021-03-05T19:38:27.305Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-03-05T19:38:27.305Z] [2021-03-05T19:38:27.567Z] [Pipeline] } [2021-03-05T19:38:27.583Z] $ docker stop --time=1 3ce59e594e19608b58631171d05437f7f50f6436b84b127f63c9b7eeace59926 [2021-03-05T19:38:29.687Z] $ docker rm -f 3ce59e594e19608b58631171d05437f7f50f6436b84b127f63c9b7eeace59926 [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-03-05T19:38:31.313Z] + git log --format=format:%s -1 e570c501750980d8f4eb4f52e7db8bad5a682703 [Pipeline] isUnix [Pipeline] sh [2021-03-05T19:38:31.626Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-05T19:38:31.626Z] . [Pipeline] withDockerContainer [2021-03-05T19:38:31.728Z] prd-centos7-docker-4c-2g-28738 does not seem to be running inside a container [2021-03-05T19:38:31.779Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-05T19:38:33.026Z] $ docker top 0d30d0248079f74cabc2ebf6347ad0f920f019b9b37f3ab13c2bca1cf074b83c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-05T19:38:33.394Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-05T19:38:33.395Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-05T19:38:33.655Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-05T19:38:33.658Z] $ docker exec 0d30d0248079f74cabc2ebf6347ad0f920f019b9b37f3ab13c2bca1cf074b83c ssh-agent [2021-03-05T19:38:33.846Z] SSH_AUTH_SOCK=/tmp/ssh-RZDh2dNST8mw/agent.12 [2021-03-05T19:38:33.846Z] SSH_AGENT_PID=17 [2021-03-05T19:38:33.853Z] Running ssh-add (command line suppressed) [2021-03-05T19:38:33.993Z] Identity added: /w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_4542437970383724054.key (/w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_4542437970383724054.key) [2021-03-05T19:38:34.054Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-05T19:38:34.392Z] + git semver tag [2021-03-05T19:38:34.392Z] # -> Open(): unable to determine branch for HEAD [2021-03-05T19:38:34.392Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.git [2021-03-05T19:38:34.392Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-messaging_master [2021-03-05T19:38:34.392Z] # $SEMVER_REMOTE_NAME = origin [2021-03-05T19:38:34.392Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-05T19:38:34.392Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-05T19:38:34.392Z] # $SEMVER_BRANCH = master [2021-03-05T19:38:34.392Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.semver [2021-03-05T19:38:34.392Z] # e570c501750980d8f4eb4f52e7db8bad5a682703 HEAD [2021-03-05T19:38:34.392Z] # -> Force: false [2021-03-05T19:38:34.392Z] # 5132be6c846837399b2d603ec182010873494617 refs/tags/v2.0.0-dev.5 [Pipeline] } [2021-03-05T19:38:34.403Z] $ docker exec --env ******** --env ******** 0d30d0248079f74cabc2ebf6347ad0f920f019b9b37f3ab13c2bca1cf074b83c ssh-agent -k [2021-03-05T19:38:34.529Z] unset SSH_AUTH_SOCK; [2021-03-05T19:38:34.530Z] unset SSH_AGENT_PID; [2021-03-05T19:38:34.530Z] echo Agent pid 17 killed; [2021-03-05T19:38:34.589Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-05T19:38:35.055Z] + git semver [Pipeline] } [2021-03-05T19:38:35.072Z] $ docker stop --time=1 0d30d0248079f74cabc2ebf6347ad0f920f019b9b37f3ab13c2bca1cf074b83c [2021-03-05T19:38:36.456Z] $ docker rm -f 0d30d0248079f74cabc2ebf6347ad0f920f019b9b37f3ab13c2bca1cf074b83c [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-03-05T19:38:37.109Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-05T19:38:37.109Z] [2021-03-05T19:38:37.109Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-03-05T19:38:37.457Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-05T19:38:37.457Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-03-05T19:38:37.457Z] ab5ef0e58194: Pulling fs layer [2021-03-05T19:38:37.457Z] 9712f1f96733: Pulling fs layer [2021-03-05T19:38:37.457Z] 63f879dbbcfc: Pulling fs layer [2021-03-05T19:38:37.457Z] 0d9ebad4ef96: Pulling fs layer [2021-03-05T19:38:37.457Z] e9a5061849ea: Pulling fs layer [2021-03-05T19:38:37.457Z] d747dcd14b5f: Pulling fs layer [2021-03-05T19:38:37.457Z] 2de7ff778b66: Pulling fs layer [2021-03-05T19:38:37.457Z] e9a5061849ea: Waiting [2021-03-05T19:38:37.457Z] d747dcd14b5f: Waiting [2021-03-05T19:38:37.457Z] 2de7ff778b66: Waiting [2021-03-05T19:38:37.457Z] 0d9ebad4ef96: Waiting [2021-03-05T19:38:37.457Z] 9712f1f96733: Verifying Checksum [2021-03-05T19:38:37.457Z] 9712f1f96733: Download complete [2021-03-05T19:38:39.426Z] 63f879dbbcfc: Verifying Checksum [2021-03-05T19:38:39.426Z] 63f879dbbcfc: Download complete [2021-03-05T19:38:39.426Z] e9a5061849ea: Verifying Checksum [2021-03-05T19:38:39.426Z] e9a5061849ea: Download complete [2021-03-05T19:38:39.692Z] d747dcd14b5f: Verifying Checksum [2021-03-05T19:38:39.692Z] d747dcd14b5f: Download complete [2021-03-05T19:38:39.692Z] ab5ef0e58194: Verifying Checksum [2021-03-05T19:38:39.692Z] ab5ef0e58194: Download complete [2021-03-05T19:38:39.968Z] 2de7ff778b66: Verifying Checksum [2021-03-05T19:38:39.968Z] 2de7ff778b66: Download complete [2021-03-05T19:38:39.968Z] 0d9ebad4ef96: Verifying Checksum [2021-03-05T19:38:39.968Z] 0d9ebad4ef96: Download complete [2021-03-05T19:38:45.311Z] ab5ef0e58194: Pull complete [2021-03-05T19:38:45.311Z] 9712f1f96733: Pull complete [2021-03-05T19:38:47.990Z] 63f879dbbcfc: Pull complete [2021-03-05T19:38:54.766Z] 0d9ebad4ef96: Pull complete [2021-03-05T19:38:56.162Z] e9a5061849ea: Pull complete [2021-03-05T19:38:56.162Z] d747dcd14b5f: Pull complete [2021-03-05T19:38:58.091Z] 2de7ff778b66: Pull complete [2021-03-05T19:38:58.091Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-03-05T19:38:58.091Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-05T19:38:58.091Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-03-05T19:38:58.303Z] prd-centos7-docker-4c-2g-28738 does not seem to be running inside a container [2021-03-05T19:38:58.353Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-03-05T19:39:02.425Z] $ docker top eea495598723238cd452e5aac04d6a5041d503b4ed7e1f52c9071f76d59c02f8 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-03-05T19:39:02.823Z] provisioning config files... [2021-03-05T19:39:02.834Z] copy managed file [sigul-config] to file:/w/workspace/xfoundry_go-mod-messaging_master@tmp/config6493306028998957400tmp [2021-03-05T19:39:02.851Z] copy managed file [sigul-password] to file:/w/workspace/xfoundry_go-mod-messaging_master@tmp/config893059770770022836tmp [2021-03-05T19:39:02.865Z] copy managed file [sigul-pki] to file:/w/workspace/xfoundry_go-mod-messaging_master@tmp/config1211868777921657323tmp [Pipeline] { [Pipeline] echo [2021-03-05T19:39:02.932Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-05T19:39:03.238Z] ---> sigul-configuration.sh [2021-03-05T19:39:03.238Z] gpg: directory `/root/.gnupg' created [2021-03-05T19:39:03.238Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-03-05T19:39:03.238Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-03-05T19:39:03.238Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-03-05T19:39:03.238Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-03-05T19:39:03.238Z] gpg: CAST5 encrypted data [2021-03-05T19:39:03.509Z] gpg: encrypted with 1 passphrase [2021-03-05T19:39:03.509Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-03-05T19:39:03.811Z] + mkdir /home/jenkins [2021-03-05T19:39:03.811Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-03-05T19:39:04.111Z] + 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-03-05T19:39:04.123Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-05T19:39:04.422Z] ---> sigul-install.sh [2021-03-05T19:39:11.039Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-03-05T19:39:11.341Z] + git tag --list [2021-03-05T19:39:11.341Z] v0.0.0 [2021-03-05T19:39:11.341Z] v0.1.0 [2021-03-05T19:39:11.341Z] v0.1.1 [2021-03-05T19:39:11.341Z] v0.1.10 [2021-03-05T19:39:11.341Z] v0.1.11 [2021-03-05T19:39:11.341Z] v0.1.12 [2021-03-05T19:39:11.341Z] v0.1.13 [2021-03-05T19:39:11.341Z] v0.1.14 [2021-03-05T19:39:11.341Z] v0.1.15 [2021-03-05T19:39:11.341Z] v0.1.16 [2021-03-05T19:39:11.341Z] v0.1.17 [2021-03-05T19:39:11.341Z] v0.1.18 [2021-03-05T19:39:11.341Z] v0.1.19 [2021-03-05T19:39:11.341Z] v0.1.2 [2021-03-05T19:39:11.341Z] v0.1.20 [2021-03-05T19:39:11.341Z] v0.1.21 [2021-03-05T19:39:11.341Z] v0.1.22 [2021-03-05T19:39:11.341Z] v0.1.23 [2021-03-05T19:39:11.341Z] v0.1.24 [2021-03-05T19:39:11.341Z] v0.1.25 [2021-03-05T19:39:11.341Z] v0.1.26 [2021-03-05T19:39:11.341Z] v0.1.27 [2021-03-05T19:39:11.341Z] v0.1.28 [2021-03-05T19:39:11.341Z] v0.1.29 [2021-03-05T19:39:11.341Z] v0.1.3 [2021-03-05T19:39:11.341Z] v0.1.30 [2021-03-05T19:39:11.341Z] v0.1.31 [2021-03-05T19:39:11.341Z] v0.1.4 [2021-03-05T19:39:11.341Z] v0.1.5 [2021-03-05T19:39:11.341Z] v0.1.6 [2021-03-05T19:39:11.341Z] v0.1.7 [2021-03-05T19:39:11.341Z] v0.1.8 [2021-03-05T19:39:11.341Z] v0.1.9 [2021-03-05T19:39:11.341Z] v2.0.0-dev.1 [2021-03-05T19:39:11.341Z] v2.0.0-dev.2 [2021-03-05T19:39:11.341Z] v2.0.0-dev.3 [2021-03-05T19:39:11.341Z] v2.0.0-dev.4 [2021-03-05T19:39:11.341Z] v2.0.0-dev.5 [Pipeline] sh [2021-03-05T19:39:11.674Z] + lftools sign git-tag v2.0.0-dev.5 [2021-03-05T19:39:13.063Z] Signing Git tag with Sigul... [2021-03-05T19:39:13.063Z] Signing v2.0.0-dev.5 [Pipeline] echo [2021-03-05T19:39:14.019Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-05T19:39:14.319Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-03-05T19:39:14.328Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-03-05T19:39:14.421Z] $ docker stop --time=1 eea495598723238cd452e5aac04d6a5041d503b4ed7e1f52c9071f76d59c02f8 [2021-03-05T19:39:16.498Z] $ docker rm -f eea495598723238cd452e5aac04d6a5041d503b4ed7e1f52c9071f76d59c02f8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-03-05T19:39:17.480Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-05T19:39:17.480Z] . [Pipeline] withDockerContainer [2021-03-05T19:39:17.586Z] prd-centos7-docker-4c-2g-28738 does not seem to be running inside a container [2021-03-05T19:39:17.632Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-05T19:39:18.430Z] $ docker top 9a83d7106c9a60dced09bf4e57e4f17325dd95ade52a45e0efbe0d5c7d7d0fff -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-05T19:39:18.810Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-05T19:39:18.810Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-05T19:39:19.040Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-05T19:39:19.042Z] $ docker exec 9a83d7106c9a60dced09bf4e57e4f17325dd95ade52a45e0efbe0d5c7d7d0fff ssh-agent [2021-03-05T19:39:19.229Z] SSH_AUTH_SOCK=/tmp/ssh-C2Hl0z1hZ1v9/agent.12 [2021-03-05T19:39:19.229Z] SSH_AGENT_PID=17 [2021-03-05T19:39:19.237Z] Running ssh-add (command line suppressed) [2021-03-05T19:39:19.372Z] Identity added: /w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_1478329700597777020.key (/w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_1478329700597777020.key) [2021-03-05T19:39:19.433Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-05T19:39:19.785Z] + git semver bump pre [2021-03-05T19:39:19.785Z] # -> Open(): unable to determine branch for HEAD [2021-03-05T19:39:19.785Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.git [2021-03-05T19:39:19.785Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-messaging_master [2021-03-05T19:39:19.785Z] # $SEMVER_REMOTE_NAME = origin [2021-03-05T19:39:19.785Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-05T19:39:19.785Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-05T19:39:19.785Z] # $SEMVER_BRANCH = master [2021-03-05T19:39:19.785Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.semver [2021-03-05T19:39:19.785Z] 2.0.0-dev.6 [Pipeline] } [2021-03-05T19:39:19.798Z] $ docker exec --env ******** --env ******** 9a83d7106c9a60dced09bf4e57e4f17325dd95ade52a45e0efbe0d5c7d7d0fff ssh-agent -k [2021-03-05T19:39:19.934Z] unset SSH_AUTH_SOCK; [2021-03-05T19:39:19.935Z] unset SSH_AGENT_PID; [2021-03-05T19:39:19.935Z] echo Agent pid 17 killed; [2021-03-05T19:39:19.990Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-05T19:39:20.477Z] + git semver [Pipeline] } [2021-03-05T19:39:20.494Z] $ docker stop --time=1 9a83d7106c9a60dced09bf4e57e4f17325dd95ade52a45e0efbe0d5c7d7d0fff [2021-03-05T19:39:21.868Z] $ docker rm -f 9a83d7106c9a60dced09bf4e57e4f17325dd95ade52a45e0efbe0d5c7d7d0fff [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-03-05T19:39:22.441Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-05T19:39:22.441Z] . [Pipeline] withDockerContainer [2021-03-05T19:39:22.552Z] prd-centos7-docker-4c-2g-28738 does not seem to be running inside a container [2021-03-05T19:39:22.600Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-05T19:39:23.330Z] $ docker top 3fd5a02f00b416ba21b8b92ebe7a8796bea92d28c4cb1f6d2016a83ca5bb5a64 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-05T19:39:23.652Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-05T19:39:23.652Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-05T19:39:23.854Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-05T19:39:23.857Z] $ docker exec 3fd5a02f00b416ba21b8b92ebe7a8796bea92d28c4cb1f6d2016a83ca5bb5a64 ssh-agent [2021-03-05T19:39:24.066Z] SSH_AUTH_SOCK=/tmp/ssh-3sgIQFm0khWe/agent.11 [2021-03-05T19:39:24.066Z] SSH_AGENT_PID=17 [2021-03-05T19:39:24.073Z] Running ssh-add (command line suppressed) [2021-03-05T19:39:24.207Z] Identity added: /w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_2896077461240516092.key (/w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_2896077461240516092.key) [2021-03-05T19:39:24.275Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-05T19:39:24.617Z] + git semver push [2021-03-05T19:39:24.617Z] # -> Open(): unable to determine branch for HEAD [2021-03-05T19:39:24.617Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.git [2021-03-05T19:39:24.617Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-messaging_master [2021-03-05T19:39:24.617Z] # $SEMVER_REMOTE_NAME = origin [2021-03-05T19:39:24.617Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-05T19:39:24.617Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-05T19:39:24.617Z] # $SEMVER_BRANCH = master [2021-03-05T19:39:24.617Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.semver [Pipeline] } [2021-03-05T19:39:27.938Z] $ docker exec --env ******** --env ******** 3fd5a02f00b416ba21b8b92ebe7a8796bea92d28c4cb1f6d2016a83ca5bb5a64 ssh-agent -k [2021-03-05T19:39:28.107Z] unset SSH_AUTH_SOCK; [2021-03-05T19:39:28.110Z] unset SSH_AGENT_PID; [2021-03-05T19:39:28.110Z] echo Agent pid 17 killed; [2021-03-05T19:39:28.174Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-05T19:39:28.645Z] + git semver [Pipeline] } [2021-03-05T19:39:28.661Z] $ docker stop --time=1 3fd5a02f00b416ba21b8b92ebe7a8796bea92d28c4cb1f6d2016a83ca5bb5a64 [2021-03-05T19:39:30.044Z] $ docker rm -f 3fd5a02f00b416ba21b8b92ebe7a8796bea92d28c4cb1f6d2016a83ca5bb5a64 [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-03-05T19:39:33.269Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-05T19:39:34.155Z] ---> package-listing.sh [2021-03-05T19:39:34.155Z] ++ facter osfamily [2021-03-05T19:39:34.155Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-05T19:39:34.155Z] + OS_FAMILY=redhat [2021-03-05T19:39:34.155Z] + workspace=/w/workspace/xfoundry_go-mod-messaging_master [2021-03-05T19:39:34.155Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-05T19:39:34.155Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-05T19:39:34.155Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-05T19:39:34.155Z] + PACKAGES=/tmp/packages_start.txt [2021-03-05T19:39:34.155Z] + '[' /w/workspace/xfoundry_go-mod-messaging_master ']' [2021-03-05T19:39:34.155Z] + PACKAGES=/tmp/packages_end.txt [2021-03-05T19:39:34.155Z] + case "${OS_FAMILY}" in [2021-03-05T19:39:34.155Z] + rpm -qa [2021-03-05T19:39:34.155Z] + sort [2021-03-05T19:39:39.620Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-05T19:39:39.620Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-05T19:39:39.620Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-05T19:39:39.620Z] + '[' /w/workspace/xfoundry_go-mod-messaging_master ']' [2021-03-05T19:39:39.620Z] + mkdir -p /w/workspace/xfoundry_go-mod-messaging_master/archives/ [2021-03-05T19:39:39.620Z] + 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-03-05T19:39:39.635Z] 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-03-05T19:39:39.927Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-05T19:39:40.241Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-05T19:39:40.241Z] [2021-03-05T19:39:40.241Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-05T19:39:40.596Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-05T19:39:40.596Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-05T19:39:40.596Z] df20fa9351a1: Pulling fs layer [2021-03-05T19:39:40.596Z] 36b3adc4ff6f: Pulling fs layer [2021-03-05T19:39:40.596Z] 8ad3a11d3b57: Pulling fs layer [2021-03-05T19:39:40.596Z] 46f8f816bc3b: Pulling fs layer [2021-03-05T19:39:40.596Z] 93b61091891f: Pulling fs layer [2021-03-05T19:39:40.596Z] 93b9cdb0e59b: Pulling fs layer [2021-03-05T19:39:40.596Z] 5e14af77c1be: Pulling fs layer [2021-03-05T19:39:40.596Z] 01666e4c0597: Pulling fs layer [2021-03-05T19:39:40.596Z] aa168da1d23b: Pulling fs layer [2021-03-05T19:39:40.596Z] 46f8f816bc3b: Waiting [2021-03-05T19:39:40.596Z] 93b61091891f: Waiting [2021-03-05T19:39:40.596Z] 5e14af77c1be: Waiting [2021-03-05T19:39:40.596Z] 93b9cdb0e59b: Waiting [2021-03-05T19:39:40.596Z] 01666e4c0597: Waiting [2021-03-05T19:39:40.596Z] aa168da1d23b: Waiting [2021-03-05T19:39:40.596Z] 36b3adc4ff6f: Verifying Checksum [2021-03-05T19:39:40.596Z] 36b3adc4ff6f: Download complete [2021-03-05T19:39:40.596Z] 46f8f816bc3b: Verifying Checksum [2021-03-05T19:39:40.596Z] 46f8f816bc3b: Download complete [2021-03-05T19:39:40.865Z] df20fa9351a1: Verifying Checksum [2021-03-05T19:39:40.865Z] df20fa9351a1: Download complete [2021-03-05T19:39:40.865Z] 93b9cdb0e59b: Download complete [2021-03-05T19:39:40.865Z] 93b61091891f: Verifying Checksum [2021-03-05T19:39:40.865Z] 93b61091891f: Download complete [2021-03-05T19:39:40.865Z] 5e14af77c1be: Verifying Checksum [2021-03-05T19:39:40.865Z] 01666e4c0597: Verifying Checksum [2021-03-05T19:39:40.865Z] 01666e4c0597: Download complete [2021-03-05T19:39:40.865Z] 5e14af77c1be: Download complete [2021-03-05T19:39:40.865Z] 8ad3a11d3b57: Verifying Checksum [2021-03-05T19:39:40.865Z] 8ad3a11d3b57: Download complete [2021-03-05T19:39:41.453Z] df20fa9351a1: Pull complete [2021-03-05T19:39:41.715Z] 36b3adc4ff6f: Pull complete [2021-03-05T19:39:42.688Z] 8ad3a11d3b57: Pull complete [2021-03-05T19:39:42.953Z] aa168da1d23b: Verifying Checksum [2021-03-05T19:39:42.953Z] aa168da1d23b: Download complete [2021-03-05T19:39:42.953Z] 46f8f816bc3b: Pull complete [2021-03-05T19:39:43.528Z] 93b61091891f: Pull complete [2021-03-05T19:39:43.528Z] 93b9cdb0e59b: Pull complete [2021-03-05T19:39:43.791Z] 5e14af77c1be: Pull complete [2021-03-05T19:39:43.791Z] 01666e4c0597: Pull complete [2021-03-05T19:39:51.965Z] aa168da1d23b: Pull complete [2021-03-05T19:39:51.965Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-05T19:39:51.965Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-05T19:39:51.965Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-05T19:39:52.109Z] prd-centos7-docker-4c-2g-28738 does not seem to be running inside a container [2021-03-05T19:39:52.160Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-03-05T19:39:55.138Z] $ docker top c4d390bbd1fc7ed3f82df438dfce1d62eaa563ef9fcb72a606543e9d5cb65839 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-05T19:39:55.688Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-05T19:39:55.991Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-05T19:39:56.292Z] + ls /var/log/sa-host [2021-03-05T19:39:56.292Z] + sadf -c /var/log/sa-host/sa05 [2021-03-05T19:39:56.292Z] file_magic: OK [2021-03-05T19:39:56.292Z] HZ: Using current value: 100 [2021-03-05T19:39:56.292Z] file_header: OK [2021-03-05T19:39:56.292Z] 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-03-05T19:39:56.292Z] Statistics: [2021-03-05T19:39:56.292Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-03-05T19:39:56.292Z] File successfully converted to sysstat format version 12.2.1 [2021-03-05T19:39:56.292Z] + sadf -c /var/log/sa-host/sa23 [2021-03-05T19:39:56.292Z] file_magic: OK [2021-03-05T19:39:56.292Z] HZ: Using current value: 100 [2021-03-05T19:39:56.292Z] file_header: OK [2021-03-05T19:39:56.292Z] 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-03-05T19:39:56.292Z] Statistics: [2021-03-05T19:39:56.292Z] Hnuu...uuuununununu... [2021-03-05T19:39:56.292Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-05T19:39:56.931Z] provisioning config files... [2021-03-05T19:39:56.998Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_go-mod-messaging_master@tmp/config4947650637671744216tmp [Pipeline] { [Pipeline] echo [2021-03-05T19:39:57.056Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-05T19:39:57.355Z] ---> create-netrc.sh [Pipeline] } [2021-03-05T19:39:57.365Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-05T19:39:57.450Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-05T19:39:57.746Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-05T19:39:57.757Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-05T19:39:58.056Z] ---> sudo-logs.sh [2021-03-05T19:39:58.056Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-05T19:39:58.122Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-05T19:39:58.418Z] ---> job-cost.sh [2021-03-05T19:39:58.418Z] lf-activate-venv: SKIPPING [2021-03-05T19:39:58.418Z] DEBUG: total: 0.029999999329447746 [2021-03-05T19:39:58.418Z] INFO: Retrieving Stack Cost... [2021-03-05T19:39:59.365Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-05T19:39:59.941Z] INFO: Archiving Costs [Pipeline] echo [2021-03-05T19:39:59.955Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-05T19:40:00.254Z] ---> logs-deploy.sh [2021-03-05T19:40:00.254Z] lf-activate-venv: SKIPPING [2021-03-05T19:40:00.254Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-messaging/master/27 [2021-03-05T19:40:00.254Z] INFO: archiving workspace using pattern(s): [2021-03-05T19:40:02.184Z] Archives upload complete. [2021-03-05T19:40:02.184Z] INFO: archiving logs to Nexus