Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 9ec3962572cc8d13dd033c954433a26a37bb3d05 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 Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-28592 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 Checking out Revision 9ec3962572cc8d13dd033c954433a26a37bb3d05 (master) > 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 > git config core.sparsecheckout # timeout=10 > git checkout -f 9ec3962572cc8d13dd033c954433a26a37bb3d05 # timeout=10 Commit message: "Merge pull request #91 from lenny-intel/paho" > git rev-list --no-walk 2df785cad6ad212fc030bc37ef8bc8a4d452bfff # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-04T23:14:23.192Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-04T23:14:23.436Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-04T23:14:23.531Z] ========================================================= [2021-03-04T23:14:23.532Z] EdgeX Global Pipelines Version Info [2021-03-04T23:14:23.532Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-04T23:14:24.981Z] ------------------- [2021-03-04T23:14:24.981Z] stable info: [2021-03-04T23:14:24.981Z] ------------------- [2021-03-04T23:14:24.981Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-04T23:14:24.981Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-04T23:14:24.981Z] Message: update stable to v1.0.184 [2021-03-04T23:14:25.926Z] ------------------- [2021-03-04T23:14:25.926Z] experimental info: [2021-03-04T23:14:25.926Z] ------------------- [2021-03-04T23:14:25.926Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-04T23:14:25.926Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-04T23:14:25.926Z] Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-04T23:14:26.175Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-messaging-settings [Pipeline] echo [2021-03-04T23:14:26.271Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-messaging [Pipeline] echo [2021-03-04T23:14:26.359Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-04T23:14:26.449Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-04T23:14:26.545Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-04T23:14:26.635Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-04T23:14:26.748Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-04T23:14:26.835Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-04T23:14:26.932Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-03-04T23:14:27.016Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-04T23:14:27.132Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-04T23:14:27.220Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-messaging [Pipeline] echo [2021-03-04T23:14:27.309Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-04T23:14:27.398Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-04T23:14:27.498Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2021-03-04T23:14:27.584Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-03-04T23:14:27.671Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-03-04T23:14:27.848Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-03-04T23:14:27.936Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-04T23:14:28.019Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-03-04T23:14:28.105Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-03-04T23:14:28.191Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-03-04T23:14:28.280Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-03-04T23:14:28.385Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-03-04T23:14:28.468Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2021-03-04T23:14:28.554Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-04T23:14:28.642Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-03-04T23:14:28.762Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-03-04T23:14:28.897Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-03-04T23:14:28.980Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 9ec3962572cc8d13dd033c954433a26a37bb3d05 [Pipeline] echo [2021-03-04T23:14:29.063Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 9ec3962 [Pipeline] echo [2021-03-04T23:14:29.146Z] [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-04T23:14:29.808Z] + git log --format=format:%s -1 9ec3962572cc8d13dd033c954433a26a37bb3d05 [Pipeline] echo [2021-03-04T23:14:29.868Z] GIT_COMMIT: 9ec3962572cc8d13dd033c954433a26a37bb3d05, Commit Message: Merge pull request #91 from lenny-intel/paho [Pipeline] echo [2021-03-04T23:14:29.917Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-03-04T23:14:30.506Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-04T23:14:30.506Z] [2021-03-04T23:14:30.506Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-04T23:14:30.870Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-04T23:14:30.870Z] latest: Pulling from edgex-devops/git-semver [2021-03-04T23:14:30.870Z] 31603596830f: Pulling fs layer [2021-03-04T23:14:30.870Z] 2a8b12db71e7: Pulling fs layer [2021-03-04T23:14:30.870Z] 6ca5941a6612: Pulling fs layer [2021-03-04T23:14:30.870Z] ecc8261a40a4: Pulling fs layer [2021-03-04T23:14:30.870Z] ecc8261a40a4: Waiting [2021-03-04T23:14:30.870Z] 2a8b12db71e7: Verifying Checksum [2021-03-04T23:14:30.870Z] 2a8b12db71e7: Download complete [2021-03-04T23:14:31.138Z] 31603596830f: Verifying Checksum [2021-03-04T23:14:31.138Z] 31603596830f: Download complete [2021-03-04T23:14:31.138Z] ecc8261a40a4: Verifying Checksum [2021-03-04T23:14:31.138Z] ecc8261a40a4: Download complete [2021-03-04T23:14:31.138Z] 6ca5941a6612: Verifying Checksum [2021-03-04T23:14:31.138Z] 6ca5941a6612: Download complete [2021-03-04T23:14:31.400Z] 31603596830f: Pull complete [2021-03-04T23:14:31.400Z] 2a8b12db71e7: Pull complete [2021-03-04T23:14:32.364Z] 6ca5941a6612: Pull complete [2021-03-04T23:14:32.629Z] ecc8261a40a4: Pull complete [2021-03-04T23:14:32.629Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-04T23:14:32.629Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-04T23:14:32.629Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-04T23:14:32.738Z] prd-centos7-docker-4c-2g-28592 does not seem to be running inside a container [2021-03-04T23:14:32.783Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-messaging_master -v /w/workspace/xfoundry_go-mod-messaging_master:/w/workspace/xfoundry_go-mod-messaging_master:rw,z -v /w/workspace/xfoundry_go-mod-messaging_master@tmp:/w/workspace/xfoundry_go-mod-messaging_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-04T23:14:34.880Z] $ docker top 97539bb0570ce3e2a66aa0b229f20c5eaf6cce1521e16bdb7a6fe99ec2880050 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-04T23:14:35.189Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-04T23:14:35.189Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-04T23:14:35.408Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-04T23:14:35.410Z] $ docker exec 97539bb0570ce3e2a66aa0b229f20c5eaf6cce1521e16bdb7a6fe99ec2880050 ssh-agent [2021-03-04T23:14:35.576Z] SSH_AUTH_SOCK=/tmp/ssh-YGiuhNrpwuIp/agent.11 [2021-03-04T23:14:35.576Z] SSH_AGENT_PID=17 [2021-03-04T23:14:35.587Z] Running ssh-add (command line suppressed) [2021-03-04T23:14:35.702Z] Identity added: /w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_7735152233404254746.key (/w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_7735152233404254746.key) [2021-03-04T23:14:35.754Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-04T23:14:36.142Z] + git tag --points-at HEAD [Pipeline] } [2021-03-04T23:14:36.163Z] $ docker exec --env ******** --env ******** 97539bb0570ce3e2a66aa0b229f20c5eaf6cce1521e16bdb7a6fe99ec2880050 ssh-agent -k [2021-03-04T23:14:36.276Z] unset SSH_AUTH_SOCK; [2021-03-04T23:14:36.276Z] unset SSH_AGENT_PID; [2021-03-04T23:14:36.276Z] echo Agent pid 17 killed; [2021-03-04T23:14:36.323Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-04T23:14:36.462Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-04T23:14:36.462Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-04T23:14:36.621Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-04T23:14:36.624Z] $ docker exec 97539bb0570ce3e2a66aa0b229f20c5eaf6cce1521e16bdb7a6fe99ec2880050 ssh-agent [2021-03-04T23:14:36.785Z] SSH_AUTH_SOCK=/tmp/ssh-ILiXWFTD1Kkh/agent.46 [2021-03-04T23:14:36.785Z] SSH_AGENT_PID=51 [2021-03-04T23:14:36.792Z] Running ssh-add (command line suppressed) [2021-03-04T23:14:36.908Z] Identity added: /w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_6329044237659093851.key (/w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_6329044237659093851.key) [2021-03-04T23:14:36.970Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-04T23:14:37.357Z] + git semver init [2021-03-04T23:14:37.357Z] # -> Open(): unable to determine branch for HEAD [2021-03-04T23:14:37.357Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.git [2021-03-04T23:14:37.357Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-messaging_master [2021-03-04T23:14:37.357Z] # $SEMVER_REMOTE_NAME = origin [2021-03-04T23:14:37.357Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-04T23:14:37.357Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-04T23:14:37.357Z] # $SEMVER_BRANCH = master [2021-03-04T23:14:37.357Z] # $SEMVER_TEMP = /tmp/semver-485252176 [2021-03-04T23:14:37.357Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-messaging.git $SEMVER_TEMP [2021-03-04T23:14:37.934Z] # '/tmp/semver-485252176' -> '/w/workspace/xfoundry_go-mod-messaging_master/.semver' [2021-03-04T23:14:37.934Z] # -> Force: false [2021-03-04T23:14:37.934Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.semver [Pipeline] } [2021-03-04T23:14:37.947Z] $ docker exec --env ******** --env ******** 97539bb0570ce3e2a66aa0b229f20c5eaf6cce1521e16bdb7a6fe99ec2880050 ssh-agent -k [2021-03-04T23:14:38.054Z] unset SSH_AUTH_SOCK; [2021-03-04T23:14:38.055Z] unset SSH_AGENT_PID; [2021-03-04T23:14:38.055Z] echo Agent pid 51 killed; [2021-03-04T23:14:38.102Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-04T23:14:38.564Z] + git semver [Pipeline] } [2021-03-04T23:14:38.581Z] $ docker stop --time=1 97539bb0570ce3e2a66aa0b229f20c5eaf6cce1521e16bdb7a6fe99ec2880050 [2021-03-04T23:14:40.310Z] $ docker rm -f 97539bb0570ce3e2a66aa0b229f20c5eaf6cce1521e16bdb7a6fe99ec2880050 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-04T23:14:40.879Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-04T23:14:41.400Z] Stashed 1 file(s) [Pipeline] echo [2021-03-04T23:14:41.403Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.4 [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-04T23:14:56.912Z] Still waiting to schedule task [2021-03-04T23:14:56.912Z] ‘prd-centos7-docker-4c-2g-28593’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-27930’ doesn’t have label ‘centos7-docker-4c-2g’ [2021-03-04T23:14:56.914Z] Still waiting to schedule task [2021-03-04T23:14:56.915Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-03-04T23:18:26.288Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-28595 in /w/workspace/xfoundry_go-mod-messaging_master [Pipeline] { [Pipeline] ws [2021-03-04T23:18:26.371Z] Running in /w/workspace/go-mod-messaging/26 [Pipeline] { [Pipeline] checkout [2021-03-04T23:18:31.334Z] using credential edgex-jenkins-ssh [2021-03-04T23:18:31.392Z] Cloning the remote Git repository [2021-03-04T23:18:31.459Z] Cloning repository git@github.com:edgexfoundry/go-mod-messaging.git [2021-03-04T23:18:31.568Z] > git init /w/workspace/go-mod-messaging/26 # timeout=10 [2021-03-04T23:18:31.716Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git [2021-03-04T23:18:31.718Z] > git --version # timeout=10 [2021-03-04T23:18:31.749Z] > git --version # 'git version 2.17.1' [2021-03-04T23:18:31.751Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-04T23:18:31.905Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-04T23:18:32.576Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 [2021-03-04T23:18:33.100Z] Checking out Revision 9ec3962572cc8d13dd033c954433a26a37bb3d05 (master) [2021-03-04T23:18:32.598Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-04T23:18:32.627Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 [2021-03-04T23:18:32.669Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git [2021-03-04T23:18:32.669Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-04T23:18:32.685Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-04T23:18:33.117Z] > git config core.sparsecheckout # timeout=10 [2021-03-04T23:18:33.132Z] > git checkout -f 9ec3962572cc8d13dd033c954433a26a37bb3d05 # timeout=10 [2021-03-04T23:18:37.408Z] Commit message: "Merge pull request #91 from lenny-intel/paho" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-04T23:18:38.877Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-04T23:18:39.290Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-04T23:18:39.628Z] + sudo service docker restart [2021-03-04T23:18:39.628Z] + true [Pipeline] unstash [Pipeline] echo [2021-03-04T23:18:42.753Z] ========================================================= [2021-03-04T23:18:42.753Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-04T23:18:42.753Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-04T23:18:43.171Z] + 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-04T23:18:44.180Z] Sending build context to Docker daemon 500.7kB [2021-03-04T23:18:44.180Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-03-04T23:18:44.180Z] Step 2/7 : FROM ${BASE} [2021-03-04T23:18:44.180Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-04T23:18:44.180Z] 5f621e34cdf4: Pulling fs layer [2021-03-04T23:18:44.180Z] a4357932f1b6: Pulling fs layer [2021-03-04T23:18:44.180Z] 18c013af1878: Pulling fs layer [2021-03-04T23:18:44.180Z] 00ac8860ef70: Pulling fs layer [2021-03-04T23:18:44.180Z] 63d7cb157983: Pulling fs layer [2021-03-04T23:18:44.180Z] b116817d02f9: Pulling fs layer [2021-03-04T23:18:44.180Z] 745a02a5169b: Pulling fs layer [2021-03-04T23:18:44.180Z] 00ac8860ef70: Waiting [2021-03-04T23:18:44.180Z] 63d7cb157983: Waiting [2021-03-04T23:18:44.180Z] b116817d02f9: Waiting [2021-03-04T23:18:44.462Z] 18c013af1878: Verifying Checksum [2021-03-04T23:18:44.462Z] 18c013af1878: Download complete [2021-03-04T23:18:44.462Z] a4357932f1b6: Download complete [2021-03-04T23:18:44.462Z] 63d7cb157983: Verifying Checksum [2021-03-04T23:18:44.462Z] 63d7cb157983: Download complete [2021-03-04T23:18:44.462Z] b116817d02f9: Download complete [2021-03-04T23:18:44.462Z] 5f621e34cdf4: Verifying Checksum [2021-03-04T23:18:44.462Z] 5f621e34cdf4: Download complete [2021-03-04T23:18:45.074Z] 5f621e34cdf4: Pull complete [2021-03-04T23:18:45.676Z] a4357932f1b6: Pull complete [2021-03-04T23:18:46.271Z] 18c013af1878: Pull complete [2021-03-04T23:18:46.271Z] 745a02a5169b: Verifying Checksum [2021-03-04T23:18:46.271Z] 745a02a5169b: Download complete [2021-03-04T23:18:47.732Z] 00ac8860ef70: Verifying Checksum [2021-03-04T23:18:47.732Z] 00ac8860ef70: Download complete [2021-03-04T23:18:50.601Z] Running on prd-centos7-docker-4c-2g-28596 in /w/workspace/xfoundry_go-mod-messaging_master [Pipeline] { [Pipeline] ws [2021-03-04T23:18:50.656Z] Running in /w/workspace/go-mod-messaging/26 [Pipeline] { [Pipeline] checkout [2021-03-04T23:18:53.205Z] using credential edgex-jenkins-ssh [2021-03-04T23:18:53.255Z] Cloning the remote Git repository [2021-03-04T23:18:52.882Z] Cloning repository git@github.com:edgexfoundry/go-mod-messaging.git [2021-03-04T23:18:52.949Z] > git init /w/workspace/go-mod-messaging/26 # timeout=10 [2021-03-04T23:18:53.007Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git [2021-03-04T23:18:53.007Z] > git --version # timeout=10 [2021-03-04T23:18:53.015Z] > git --version # 'git version 2.24.3' [2021-03-04T23:18:53.015Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-04T23:18:53.043Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-04T23:18:53.553Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 [2021-03-04T23:18:53.561Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-04T23:18:53.573Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 [2021-03-04T23:18:53.585Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git [2021-03-04T23:18:53.585Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-04T23:18:53.590Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-04T23:18:54.304Z] Checking out Revision 9ec3962572cc8d13dd033c954433a26a37bb3d05 (master) [2021-03-04T23:18:54.005Z] > git config core.sparsecheckout # timeout=10 [2021-03-04T23:18:54.009Z] > git checkout -f 9ec3962572cc8d13dd033c954433a26a37bb3d05 # timeout=10 [2021-03-04T23:18:57.646Z] Commit message: "Merge pull request #91 from lenny-intel/paho" [2021-03-04T23:18:57.922Z] 00ac8860ef70: Pull complete [2021-03-04T23:18:57.922Z] 63d7cb157983: Pull complete [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-04T23:18:58.205Z] b116817d02f9: Pull complete [2021-03-04T23:18:58.842Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-04T23:18:59.180Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-04T23:18:59.511Z] + sudo service docker restart [2021-03-04T23:18:59.511Z] + true [2021-03-04T23:18:59.511Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo [2021-03-04T23:19:01.025Z] ========================================================= [2021-03-04T23:19:01.025Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-04T23:19:01.025Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-04T23:19:01.402Z] + 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-04T23:19:01.667Z] Sending build context to Docker daemon 501.8kB [2021-03-04T23:19:01.667Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-03-04T23:19:01.667Z] Step 2/7 : FROM ${BASE} [2021-03-04T23:19:01.667Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-04T23:19:01.667Z] 188c0c94c7c5: Pulling fs layer [2021-03-04T23:19:01.667Z] 0ef7d3d256c8: Pulling fs layer [2021-03-04T23:19:01.667Z] de9db76c5a1d: Pulling fs layer [2021-03-04T23:19:01.667Z] bca2f99d35d6: Pulling fs layer [2021-03-04T23:19:01.667Z] 93359f2a8cfa: Pulling fs layer [2021-03-04T23:19:01.667Z] 7c6f9722023f: Pulling fs layer [2021-03-04T23:19:01.667Z] a35cf1a2eb13: Pulling fs layer [2021-03-04T23:19:01.667Z] bca2f99d35d6: Waiting [2021-03-04T23:19:01.667Z] 93359f2a8cfa: Waiting [2021-03-04T23:19:01.667Z] 7c6f9722023f: Waiting [2021-03-04T23:19:01.667Z] a35cf1a2eb13: Waiting [2021-03-04T23:19:01.667Z] de9db76c5a1d: Verifying Checksum [2021-03-04T23:19:01.667Z] de9db76c5a1d: Download complete [2021-03-04T23:19:01.667Z] 0ef7d3d256c8: Verifying Checksum [2021-03-04T23:19:01.667Z] 0ef7d3d256c8: Download complete [2021-03-04T23:19:01.667Z] 93359f2a8cfa: Verifying Checksum [2021-03-04T23:19:01.667Z] 93359f2a8cfa: Download complete [2021-03-04T23:19:01.667Z] 7c6f9722023f: Download complete [2021-03-04T23:19:01.667Z] 188c0c94c7c5: Verifying Checksum [2021-03-04T23:19:01.667Z] 188c0c94c7c5: Download complete [2021-03-04T23:19:01.936Z] 188c0c94c7c5: Pull complete [2021-03-04T23:19:02.200Z] 0ef7d3d256c8: Pull complete [2021-03-04T23:19:02.200Z] de9db76c5a1d: Pull complete [2021-03-04T23:19:02.561Z] 745a02a5169b: Pull complete [2021-03-04T23:19:02.561Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-04T23:19:02.561Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-04T23:19:02.561Z] ---> b7e6874047d6 [2021-03-04T23:19:02.561Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-03-04T23:19:03.598Z] a35cf1a2eb13: Verifying Checksum [2021-03-04T23:19:03.598Z] a35cf1a2eb13: Download complete [2021-03-04T23:19:04.174Z] bca2f99d35d6: Verifying Checksum [2021-03-04T23:19:04.175Z] bca2f99d35d6: Download complete [2021-03-04T23:19:04.539Z] ---> Running in b2dcdb16863a [2021-03-04T23:19:05.133Z] Removing intermediate container b2dcdb16863a [2021-03-04T23:19:05.133Z] ---> 8e7defc959df [2021-03-04T23:19:05.133Z] Step 4/7 : RUN apk add --update --no-cache zeromq-dev bash [2021-03-04T23:19:05.133Z] ---> Running in e231ece7745e [2021-03-04T23:19:06.576Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-04T23:19:07.169Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-04T23:19:07.765Z] (1/5) Installing libsodium (1.0.18-r0) [2021-03-04T23:19:07.765Z] (2/5) Installing libzmq (4.3.3-r0) [2021-03-04T23:19:07.765Z] (3/5) Installing pkgconf (1.7.2-r0) [2021-03-04T23:19:07.765Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2021-03-04T23:19:08.039Z] (5/5) Installing zeromq-dev (4.3.3-r0) [2021-03-04T23:19:08.039Z] Executing busybox-1.31.1-r19.trigger [2021-03-04T23:19:08.039Z] OK: 144 MiB in 44 packages [2021-03-04T23:19:09.475Z] Removing intermediate container e231ece7745e [2021-03-04T23:19:09.475Z] ---> c847a37bb7e5 [2021-03-04T23:19:09.475Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-03-04T23:19:09.475Z] ---> Running in 467e610471f9 [2021-03-04T23:19:09.505Z] bca2f99d35d6: Pull complete [2021-03-04T23:19:09.505Z] 93359f2a8cfa: Pull complete [2021-03-04T23:19:09.505Z] 7c6f9722023f: Pull complete [2021-03-04T23:19:10.072Z] Removing intermediate container 467e610471f9 [2021-03-04T23:19:10.072Z] ---> ce806190e43d [2021-03-04T23:19:10.072Z] Step 6/7 : COPY go.mod . [2021-03-04T23:19:10.667Z] ---> e22660e94bae [2021-03-04T23:19:10.667Z] Step 7/7 : RUN go mod download [2021-03-04T23:19:10.939Z] ---> Running in 12e6ee98a9db [2021-03-04T23:19:16.135Z] a35cf1a2eb13: Pull complete [2021-03-04T23:19:16.135Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-04T23:19:16.135Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-04T23:19:16.135Z] ---> a62c8e92a672 [2021-03-04T23:19:16.135Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-03-04T23:19:16.135Z] ---> Running in b063ff358b18 [2021-03-04T23:19:16.135Z] Removing intermediate container b063ff358b18 [2021-03-04T23:19:16.135Z] ---> 058f022256ac [2021-03-04T23:19:16.135Z] Step 4/7 : RUN apk add --update --no-cache zeromq-dev bash [2021-03-04T23:19:16.135Z] ---> Running in 2ef38cdebe54 [2021-03-04T23:19:16.135Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-04T23:19:16.709Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-04T23:19:17.283Z] (1/5) Installing libsodium (1.0.18-r0) [2021-03-04T23:19:17.283Z] (2/5) Installing libzmq (4.3.3-r0) [2021-03-04T23:19:17.283Z] (3/5) Installing pkgconf (1.7.2-r0) [2021-03-04T23:19:17.858Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2021-03-04T23:19:17.858Z] (5/5) Installing zeromq-dev (4.3.3-r0) [2021-03-04T23:19:17.858Z] Executing busybox-1.31.1-r19.trigger [2021-03-04T23:19:17.858Z] OK: 167 MiB in 44 packages [2021-03-04T23:19:18.433Z] Removing intermediate container 2ef38cdebe54 [2021-03-04T23:19:18.433Z] ---> 08f81863c43b [2021-03-04T23:19:18.433Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-03-04T23:19:18.433Z] ---> Running in 05d772361b4b [2021-03-04T23:19:18.697Z] Removing intermediate container 05d772361b4b [2021-03-04T23:19:18.697Z] ---> 5b2157b00435 [2021-03-04T23:19:18.697Z] Step 6/7 : COPY go.mod . [2021-03-04T23:19:18.969Z] ---> 418297e6ff23 [2021-03-04T23:19:18.969Z] Step 7/7 : RUN go mod download [2021-03-04T23:19:18.969Z] ---> Running in fb643a92e5b8 [2021-03-04T23:19:26.033Z] Removing intermediate container 12e6ee98a9db [2021-03-04T23:19:26.033Z] ---> c413d67a096a [2021-03-04T23:19:26.033Z] Successfully built c413d67a096a [2021-03-04T23:19:26.033Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-04T23:19:26.401Z] + docker inspect -f . ci-base-image-arm64 [2021-03-04T23:19:26.401Z] . [Pipeline] withDockerContainer [2021-03-04T23:19:26.686Z] prd-ubuntu18.04-docker-arm64-4c-16g-28595 does not seem to be running inside a container [2021-03-04T23:19:26.795Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-messaging/26 -v /w/workspace/go-mod-messaging/26:/w/workspace/go-mod-messaging/26:rw,z -v /w/workspace/go-mod-messaging/26@tmp:/w/workspace/go-mod-messaging/26@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-04T23:19:28.327Z] $ docker top d1e480f90b829f235f9477a7a068d1dbddfb1d88f085ca267960e5a8408d44f0 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-04T23:19:29.287Z] + go version [2021-03-04T23:19:29.287Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-04T23:19:29.306Z] $ docker stop --time=1 d1e480f90b829f235f9477a7a068d1dbddfb1d88f085ca267960e5a8408d44f0 [2021-03-04T23:19:31.146Z] $ docker rm -f d1e480f90b829f235f9477a7a068d1dbddfb1d88f085ca267960e5a8408d44f0 [2021-03-04T23:19:31.249Z] Removing intermediate container fb643a92e5b8 [2021-03-04T23:19:31.249Z] ---> 6d4acf2909c9 [2021-03-04T23:19:31.249Z] Successfully built 6d4acf2909c9 [2021-03-04T23:19:31.249Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] isUnix [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-04T23:19:31.842Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-04T23:19:31.842Z] . [Pipeline] withDockerContainer [2021-03-04T23:19:31.950Z] prd-centos7-docker-4c-2g-28596 does not seem to be running inside a container [2021-03-04T23:19:31.993Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-messaging/26 -v /w/workspace/go-mod-messaging/26:/w/workspace/go-mod-messaging/26:rw,z -v /w/workspace/go-mod-messaging/26@tmp:/w/workspace/go-mod-messaging/26@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-04T23:19:32.037Z] + docker inspect -f . ci-base-image-arm64 [2021-03-04T23:19:32.038Z] . [2021-03-04T23:19:32.637Z] $ docker top 446e5a5383529703fef8b6b77879101216c01b8c8b6c00062447d1cb0d72933b -eo pid,comm [Pipeline] { [Pipeline] withDockerContainer [2021-03-04T23:19:33.103Z] prd-ubuntu18.04-docker-arm64-4c-16g-28595 does not seem to be running inside a container [2021-03-04T23:19:33.187Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-messaging/26 -v /w/workspace/go-mod-messaging/26:/w/workspace/go-mod-messaging/26:rw,z -v /w/workspace/go-mod-messaging/26@tmp:/w/workspace/go-mod-messaging/26@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-04T23:19:34.636Z] $ docker top 2cafe723df82d70b0c713fbf5c1b37fdd17ec5afa19cc0b0693723fa5e66fbe7 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh [2021-03-04T23:19:35.280Z] + go version [2021-03-04T23:19:35.280Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-04T23:19:35.292Z] $ docker stop --time=1 446e5a5383529703fef8b6b77879101216c01b8c8b6c00062447d1cb0d72933b [2021-03-04T23:19:35.674Z] + make test [2021-03-04T23:19:35.674Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-03-04T23:19:36.637Z] $ docker rm -f 446e5a5383529703fef8b6b77879101216c01b8c8b6c00062447d1cb0d72933b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-04T23:19:37.499Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-04T23:19:37.499Z] . [Pipeline] withDockerContainer [2021-03-04T23:19:37.698Z] prd-centos7-docker-4c-2g-28596 does not seem to be running inside a container [2021-03-04T23:19:37.768Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-messaging/26 -v /w/workspace/go-mod-messaging/26:/w/workspace/go-mod-messaging/26:rw,z -v /w/workspace/go-mod-messaging/26@tmp:/w/workspace/go-mod-messaging/26@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-04T23:19:38.353Z] $ docker top f126ce28e047fbaa959761f8518e77c7da79951fd51ace8c41e99f90a0627442 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-04T23:19:38.822Z] + make test [2021-03-04T23:19:38.822Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-03-04T23:19:44.234Z] ? github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg [no test files] [2021-03-04T23:19:44.814Z] ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/mqtt 0.047s coverage: 89.9% of statements [2021-03-04T23:19:48.201Z] ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/redis/streams 0.006s coverage: 77.1% of statements [2021-03-04T23:19:48.201Z] ? github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/redis/streams/mocks [no test files] [2021-03-04T23:19:50.828Z] ? github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg [no test files] [2021-03-04T23:19:54.237Z] ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/mqtt 0.055s coverage: 89.9% of statements [2021-03-04T23:20:06.708Z] ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/redis/streams 0.038s coverage: 77.1% of statements [2021-03-04T23:20:06.708Z] ? github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/redis/streams/mocks [no test files] [2021-03-04T23:20:10.196Z] ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/zeromq 20.337s coverage: 84.1% of statements [2021-03-04T23:20:10.196Z] ok github.com/edgexfoundry/go-mod-messaging/v2/messaging 0.008s coverage: 85.7% of statements [2021-03-04T23:20:10.196Z] ok github.com/edgexfoundry/go-mod-messaging/v2/messaging/mqtt 0.058s coverage: 100.0% of statements [2021-03-04T23:20:10.196Z] ok github.com/edgexfoundry/go-mod-messaging/v2/messaging/redis 0.026s coverage: 100.0% of statements [2021-03-04T23:20:10.196Z] ok github.com/edgexfoundry/go-mod-messaging/v2/pkg/types 0.008s coverage: 90.9% of statements [2021-03-04T23:20:10.196Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2021-03-04T23:20:10.196Z] gofmt -l . [2021-03-04T23:20:10.196Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-03-04T23:20:10.257Z] $ docker stop --time=1 f126ce28e047fbaa959761f8518e77c7da79951fd51ace8c41e99f90a0627442 [2021-03-04T23:20:11.721Z] $ docker rm -f f126ce28e047fbaa959761f8518e77c7da79951fd51ace8c41e99f90a0627442 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-04T23:20:12.256Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-03-04T23:20:12.612Z] 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-04T23:20:13.772Z] ---> job-cost.sh [2021-03-04T23:20:13.772Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-hgOz [2021-03-04T23:20:28.739Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-04T23:20:28.867Z] ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/zeromq 20.375s coverage: 84.1% of statements [2021-03-04T23:20:28.867Z] ok github.com/edgexfoundry/go-mod-messaging/v2/messaging 0.018s coverage: 85.7% of statements [2021-03-04T23:20:28.867Z] ok github.com/edgexfoundry/go-mod-messaging/v2/messaging/mqtt 0.043s coverage: 100.0% of statements [2021-03-04T23:20:28.867Z] ok github.com/edgexfoundry/go-mod-messaging/v2/messaging/redis 0.035s coverage: 100.0% of statements [2021-03-04T23:20:28.867Z] ok github.com/edgexfoundry/go-mod-messaging/v2/pkg/types 0.013s coverage: 90.9% of statements [2021-03-04T23:20:28.867Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2021-03-04T23:20:30.896Z] gofmt -l . [2021-03-04T23:20:31.170Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-03-04T23:20:31.189Z] $ docker stop --time=1 2cafe723df82d70b0c713fbf5c1b37fdd17ec5afa19cc0b0693723fa5e66fbe7 [2021-03-04T23:20:33.199Z] $ docker rm -f 2cafe723df82d70b0c713fbf5c1b37fdd17ec5afa19cc0b0693723fa5e66fbe7 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-04T23:20:34.106Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-03-04T23:20:34.213Z] Warning: overwriting stash ‘coverage-report’ [2021-03-04T23:20:35.007Z] 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-04T23:20:36.149Z] ---> job-cost.sh [2021-03-04T23:20:36.149Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-10k1 [2021-03-04T23:20:55.490Z] lf-activate-venv(): INFO: Adding /tmp/venv-hgOz/bin to PATH [2021-03-04T23:20:55.490Z] INFO: No Stack... [2021-03-04T23:20:55.490Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-04T23:20:55.490Z] INFO: Archiving Costs [Pipeline] sh [2021-03-04T23:20:55.811Z] + cut -d, -f6 [2021-03-04T23:20:55.811Z] + cat /w/workspace/go-mod-messaging/26/archives/cost.csv [Pipeline] lock [2021-03-04T23:20:55.887Z] Trying to acquire lock on [jenkins-edgexfoundry-go-mod-messaging-master-26-stack-cost] [2021-03-04T23:20:55.902Z] Resource [jenkins-edgexfoundry-go-mod-messaging-master-26-stack-cost] did not exist. Created. [2021-03-04T23:20:55.903Z] Lock acquired on [jenkins-edgexfoundry-go-mod-messaging-master-26-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-04T23:20:56.306Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-03-04T23:20:56.389Z] Stashed 1 file(s) [Pipeline] } [2021-03-04T23:20:56.399Z] Lock released on resource [jenkins-edgexfoundry-go-mod-messaging-master-26-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-04T23:21:15.399Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-04T23:23:22.417Z] lf-activate-venv(): INFO: Adding /tmp/venv-10k1/bin to PATH [2021-03-04T23:23:22.417Z] INFO: No Stack... [2021-03-04T23:23:22.417Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-04T23:23:22.417Z] INFO: Archiving Costs [Pipeline] sh [2021-03-04T23:23:22.761Z] + cut+ cat -d, /w/workspace/go-mod-messaging/26/archives/cost.csv -f6 [2021-03-04T23:23:22.761Z] [Pipeline] lock [2021-03-04T23:23:22.866Z] Trying to acquire lock on [jenkins-edgexfoundry-go-mod-messaging-master-26-stack-cost] [2021-03-04T23:23:22.880Z] Resource [jenkins-edgexfoundry-go-mod-messaging-master-26-stack-cost] did not exist. Created. [2021-03-04T23:23:22.880Z] Lock acquired on [jenkins-edgexfoundry-go-mod-messaging-master-26-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-04T23:23:23.320Z] /w/workspace/go-mod-messaging/26@tmp/durable-cfbde84e/script.sh: 1: /w/workspace/go-mod-messaging/26@tmp/durable-cfbde84e/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-03-04T23:23:23.672Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-04T23:23:23.736Z] Warning: overwriting stash ‘stack-cost’ [2021-03-04T23:23:23.890Z] Stashed 1 file(s) [Pipeline] } [2021-03-04T23:23:23.900Z] Lock released on resource [jenkins-edgexfoundry-go-mod-messaging-master-26-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-04T23:23:25.175Z] provisioning config files... [2021-03-04T23:23:25.202Z] copy managed file [go-mod-messaging-codecov-token] to file:/w/workspace/xfoundry_go-mod-messaging_master@tmp/config2736049303658360959tmp [Pipeline] { [Pipeline] sh [2021-03-04T23:23:25.628Z] + set +x [2021-03-04T23:23:25.628Z] + curl -s https://codecov.io/bash [2021-03-04T23:23:25.628Z] + bash -s -- [2021-03-04T23:23:25.912Z] [2021-03-04T23:23:25.912Z] _____ _ [2021-03-04T23:23:25.912Z] / ____| | | [2021-03-04T23:23:25.912Z] | | ___ __| | ___ ___ _____ __ [2021-03-04T23:23:25.912Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-04T23:23:25.912Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-04T23:23:25.912Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-04T23:23:25.912Z] Bash-20210226-7100762 [2021-03-04T23:23:25.912Z] [2021-03-04T23:23:25.912Z] [2021-03-04T23:23:25.912Z] ==> git version 2.24.3 found [2021-03-04T23:23:25.912Z] ==> 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-04T23:23:25.912Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-04T23:23:25.912Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-04T23:23:25.912Z] ==> Jenkins CI detected. [2021-03-04T23:23:25.912Z] project root: . [2021-03-04T23:23:25.912Z] --> token set from env [2021-03-04T23:23:25.912Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-04T23:23:25.912Z] ==> Running gcov in . (disable via -X gcov) [2021-03-04T23:23:25.912Z] ==> Python coveragepy not found [2021-03-04T23:23:25.912Z] ==> Searching for coverage reports in: [2021-03-04T23:23:25.912Z] + . [2021-03-04T23:23:25.912Z] -> Found 1 reports [2021-03-04T23:23:25.912Z] ==> Detecting git/mercurial file structure [2021-03-04T23:23:25.912Z] ==> Reading reports [2021-03-04T23:23:25.912Z] + ./coverage.out bytes=21680 [2021-03-04T23:23:25.912Z] ==> Appending adjustments [2021-03-04T23:23:25.912Z] https://docs.codecov.io/docs/fixing-reports [2021-03-04T23:23:26.187Z] + Found adjustments [2021-03-04T23:23:26.187Z] ==> Gzipping contents [2021-03-04T23:23:26.187Z] 8.0K /tmp/codecov.Fig9ZJ.gz [2021-03-04T23:23:26.187Z] ==> Uploading reports [2021-03-04T23:23:26.187Z] url: https://codecov.io [2021-03-04T23:23:26.187Z] query: branch=master&commit=9ec3962572cc8d13dd033c954433a26a37bb3d05&build=26&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-messaging%2Fjob%2Fmaster%2F26%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-messaging&service=jenkins&flags=&pr=&job=&cmd_args= [2021-03-04T23:23:26.187Z] -> Pinging Codecov [2021-03-04T23:23:26.187Z] https://codecov.io/upload/v4?package=bash-20210226-7100762&token=secret&branch=master&commit=9ec3962572cc8d13dd033c954433a26a37bb3d05&build=26&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-messaging%2Fjob%2Fmaster%2F26%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-messaging&service=jenkins&flags=&pr=&job=&cmd_args= [2021-03-04T23:23:26.784Z] -> Uploading to [2021-03-04T23:23:26.784Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-04/F6E385568367DD0E4001BA4F8F1CB792/9ec3962572cc8d13dd033c954433a26a37bb3d05/eb2ffa66-4aff-4d51-be1b-7a5cb776fb64.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210304%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210304T232326Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=d0405c91dec5cb8853350e5158e39de40583d42a0e6fcd0ab5926e18ea53aa09 [2021-03-04T23:23:26.784Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-04T23:23:26.784Z] Dload Upload Total Spent Left Speed [2021-03-04T23:23:27.057Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5259 0 0 100 5259 0 11819 --:--:-- --:--:-- --:--:-- 11817 [2021-03-04T23:23:27.057Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/go-mod-messaging/commit/9ec3962572cc8d13dd033c954433a26a37bb3d05 [Pipeline] } [2021-03-04T23:23:27.068Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-03-04T23:23:27.538Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-03-04T23:23:27.593Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-04T23:23:27.936Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-04T23:23:27.936Z] [2021-03-04T23:23:27.936Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-03-04T23:23:28.295Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-04T23:23:28.295Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-03-04T23:23:28.295Z] 188c0c94c7c5: Pulling fs layer [2021-03-04T23:23:28.295Z] 0ef7d3d256c8: Pulling fs layer [2021-03-04T23:23:28.295Z] de9db76c5a1d: Pulling fs layer [2021-03-04T23:23:28.295Z] 0eba1c9be4d2: Pulling fs layer [2021-03-04T23:23:28.295Z] 0d57e429df01: Pulling fs layer [2021-03-04T23:23:28.295Z] 4e4be7b47b0d: Pulling fs layer [2021-03-04T23:23:28.295Z] e1f770b5df2f: Pulling fs layer [2021-03-04T23:23:28.295Z] 85a0685a4137: Pulling fs layer [2021-03-04T23:23:28.295Z] 4e4be7b47b0d: Waiting [2021-03-04T23:23:28.295Z] e1f770b5df2f: Waiting [2021-03-04T23:23:28.295Z] 85a0685a4137: Waiting [2021-03-04T23:23:28.295Z] 0eba1c9be4d2: Waiting [2021-03-04T23:23:28.295Z] 0d57e429df01: Waiting [2021-03-04T23:23:28.295Z] de9db76c5a1d: Verifying Checksum [2021-03-04T23:23:28.295Z] de9db76c5a1d: Download complete [2021-03-04T23:23:28.295Z] 0ef7d3d256c8: Download complete [2021-03-04T23:23:28.295Z] 0d57e429df01: Verifying Checksum [2021-03-04T23:23:28.295Z] 0d57e429df01: Download complete [2021-03-04T23:23:28.295Z] 4e4be7b47b0d: Download complete [2021-03-04T23:23:28.295Z] 188c0c94c7c5: Verifying Checksum [2021-03-04T23:23:28.295Z] 188c0c94c7c5: Download complete [2021-03-04T23:23:28.558Z] 188c0c94c7c5: Pull complete [2021-03-04T23:23:28.820Z] 0ef7d3d256c8: Pull complete [2021-03-04T23:23:29.082Z] de9db76c5a1d: Pull complete [2021-03-04T23:23:30.506Z] e1f770b5df2f: Verifying Checksum [2021-03-04T23:23:30.506Z] e1f770b5df2f: Download complete [2021-03-04T23:23:33.086Z] 0eba1c9be4d2: Verifying Checksum [2021-03-04T23:23:33.086Z] 0eba1c9be4d2: Download complete [2021-03-04T23:23:33.086Z] 85a0685a4137: Verifying Checksum [2021-03-04T23:23:33.086Z] 85a0685a4137: Download complete [2021-03-04T23:23:38.481Z] 0eba1c9be4d2: Pull complete [2021-03-04T23:23:38.481Z] 0d57e429df01: Pull complete [2021-03-04T23:23:38.481Z] 4e4be7b47b0d: Pull complete [2021-03-04T23:23:40.429Z] e1f770b5df2f: Pull complete [2021-03-04T23:23:48.650Z] 85a0685a4137: Pull complete [2021-03-04T23:23:48.650Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-03-04T23:23:48.650Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-04T23:23:48.650Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-03-04T23:23:48.864Z] prd-centos7-docker-4c-2g-28592 does not seem to be running inside a container [2021-03-04T23:23:48.910Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/xfoundry_go-mod-messaging_master -v /w/workspace/xfoundry_go-mod-messaging_master:/w/workspace/xfoundry_go-mod-messaging_master:rw,z -v /w/workspace/xfoundry_go-mod-messaging_master@tmp:/w/workspace/xfoundry_go-mod-messaging_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-03-04T23:23:49.948Z] $ docker top 144d1153bb493536d00288766ce00409bcdb989b314c05e4a1be94095c42e8b9 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-04T23:23:50.270Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-03-04T23:23:50.594Z] + set -o pipefail [2021-03-04T23:23:50.594Z] + snyk monitor '--org=edgex-jenkins' [2021-03-04T23:23:58.810Z] [2021-03-04T23:23:58.810Z] Monitoring /w/workspace/xfoundry_go-mod-messaging_master (github.com/edgexfoundry/go-mod-messaging/v2)... [2021-03-04T23:23:58.810Z] [2021-03-04T23:23:58.810Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/d23208db-5112-4543-b346-0f70a18311f1/history/334dd49e-63af-4b7f-9a13-1a8ff589c307 [2021-03-04T23:23:58.810Z] [2021-03-04T23:23:58.810Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-03-04T23:23:58.810Z] [2021-03-04T23:23:58.810Z] [Pipeline] } [2021-03-04T23:23:58.828Z] $ docker stop --time=1 144d1153bb493536d00288766ce00409bcdb989b314c05e4a1be94095c42e8b9 [2021-03-04T23:24:00.900Z] $ docker rm -f 144d1153bb493536d00288766ce00409bcdb989b314c05e4a1be94095c42e8b9 [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-04T23:24:02.297Z] + git log --format=format:%s -1 9ec3962572cc8d13dd033c954433a26a37bb3d05 [Pipeline] isUnix [Pipeline] sh [2021-03-04T23:24:02.604Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-04T23:24:02.604Z] . [Pipeline] withDockerContainer [2021-03-04T23:24:02.699Z] prd-centos7-docker-4c-2g-28592 does not seem to be running inside a container [2021-03-04T23:24:02.742Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-messaging_master -v /w/workspace/xfoundry_go-mod-messaging_master:/w/workspace/xfoundry_go-mod-messaging_master:rw,z -v /w/workspace/xfoundry_go-mod-messaging_master@tmp:/w/workspace/xfoundry_go-mod-messaging_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-04T23:24:03.407Z] $ docker top 8d9bdb55eddcf4540e6a33e4ea3d4ff2512773d56c0d08e9207e1a0d187a1312 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-04T23:24:03.730Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-04T23:24:03.730Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-04T23:24:03.944Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-04T23:24:03.946Z] $ docker exec 8d9bdb55eddcf4540e6a33e4ea3d4ff2512773d56c0d08e9207e1a0d187a1312 ssh-agent [2021-03-04T23:24:04.112Z] SSH_AUTH_SOCK=/tmp/ssh-ZohPkp5YwRu6/agent.12 [2021-03-04T23:24:04.112Z] SSH_AGENT_PID=17 [2021-03-04T23:24:04.120Z] Running ssh-add (command line suppressed) [2021-03-04T23:24:04.249Z] Identity added: /w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_1728062393188710692.key (/w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_1728062393188710692.key) [2021-03-04T23:24:04.309Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-04T23:24:04.644Z] + git semver tag [2021-03-04T23:24:04.644Z] # -> Open(): unable to determine branch for HEAD [2021-03-04T23:24:04.644Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.git [2021-03-04T23:24:04.644Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-messaging_master [2021-03-04T23:24:04.644Z] # $SEMVER_REMOTE_NAME = origin [2021-03-04T23:24:04.644Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-04T23:24:04.644Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-04T23:24:04.644Z] # $SEMVER_BRANCH = master [2021-03-04T23:24:04.644Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.semver [2021-03-04T23:24:04.644Z] # 9ec3962572cc8d13dd033c954433a26a37bb3d05 HEAD [2021-03-04T23:24:04.644Z] # -> Force: false [2021-03-04T23:24:04.644Z] # 6ea5d57ecac462d47007905d6c22286e14031e50 refs/tags/v2.0.0-dev.4 [Pipeline] } [2021-03-04T23:24:04.654Z] $ docker exec --env ******** --env ******** 8d9bdb55eddcf4540e6a33e4ea3d4ff2512773d56c0d08e9207e1a0d187a1312 ssh-agent -k [2021-03-04T23:24:04.774Z] unset SSH_AUTH_SOCK; [2021-03-04T23:24:04.774Z] unset SSH_AGENT_PID; [2021-03-04T23:24:04.774Z] echo Agent pid 17 killed; [2021-03-04T23:24:04.830Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-04T23:24:06.375Z] + git semver [Pipeline] } [2021-03-04T23:24:06.409Z] $ docker stop --time=1 8d9bdb55eddcf4540e6a33e4ea3d4ff2512773d56c0d08e9207e1a0d187a1312 [2021-03-04T23:24:07.769Z] $ docker rm -f 8d9bdb55eddcf4540e6a33e4ea3d4ff2512773d56c0d08e9207e1a0d187a1312 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-03-04T23:24:08.471Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-04T23:24:08.471Z] [2021-03-04T23:24:08.471Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-03-04T23:24:08.863Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-04T23:24:08.863Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-03-04T23:24:08.863Z] ab5ef0e58194: Pulling fs layer [2021-03-04T23:24:08.863Z] 9712f1f96733: Pulling fs layer [2021-03-04T23:24:08.863Z] 63f879dbbcfc: Pulling fs layer [2021-03-04T23:24:08.863Z] 0d9ebad4ef96: Pulling fs layer [2021-03-04T23:24:08.863Z] e9a5061849ea: Pulling fs layer [2021-03-04T23:24:08.863Z] d747dcd14b5f: Pulling fs layer [2021-03-04T23:24:08.863Z] 2de7ff778b66: Pulling fs layer [2021-03-04T23:24:08.863Z] 0d9ebad4ef96: Waiting [2021-03-04T23:24:08.863Z] e9a5061849ea: Waiting [2021-03-04T23:24:08.863Z] d747dcd14b5f: Waiting [2021-03-04T23:24:08.863Z] 2de7ff778b66: Waiting [2021-03-04T23:24:08.863Z] 9712f1f96733: Verifying Checksum [2021-03-04T23:24:08.863Z] 9712f1f96733: Download complete [2021-03-04T23:24:10.288Z] 63f879dbbcfc: Verifying Checksum [2021-03-04T23:24:10.288Z] 63f879dbbcfc: Download complete [2021-03-04T23:24:10.288Z] e9a5061849ea: Verifying Checksum [2021-03-04T23:24:10.288Z] e9a5061849ea: Download complete [2021-03-04T23:24:10.288Z] d747dcd14b5f: Verifying Checksum [2021-03-04T23:24:10.288Z] d747dcd14b5f: Download complete [2021-03-04T23:24:10.875Z] 2de7ff778b66: Verifying Checksum [2021-03-04T23:24:10.875Z] 2de7ff778b66: Download complete [2021-03-04T23:24:10.875Z] 0d9ebad4ef96: Verifying Checksum [2021-03-04T23:24:10.875Z] 0d9ebad4ef96: Download complete [2021-03-04T23:24:11.146Z] ab5ef0e58194: Verifying Checksum [2021-03-04T23:24:11.147Z] ab5ef0e58194: Download complete [2021-03-04T23:24:15.381Z] ab5ef0e58194: Pull complete [2021-03-04T23:24:15.381Z] 9712f1f96733: Pull complete [2021-03-04T23:24:17.943Z] 63f879dbbcfc: Pull complete [2021-03-04T23:24:24.575Z] 0d9ebad4ef96: Pull complete [2021-03-04T23:24:25.992Z] e9a5061849ea: Pull complete [2021-03-04T23:24:25.992Z] d747dcd14b5f: Pull complete [2021-03-04T23:24:28.558Z] 2de7ff778b66: Pull complete [2021-03-04T23:24:28.558Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-03-04T23:24:28.558Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-04T23:24:28.558Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-03-04T23:24:28.746Z] prd-centos7-docker-4c-2g-28592 does not seem to be running inside a container [2021-03-04T23:24:28.794Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/xfoundry_go-mod-messaging_master -v /w/workspace/xfoundry_go-mod-messaging_master:/w/workspace/xfoundry_go-mod-messaging_master:rw,z -v /w/workspace/xfoundry_go-mod-messaging_master@tmp:/w/workspace/xfoundry_go-mod-messaging_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-03-04T23:24:32.778Z] $ docker top c7f96b592353a1ec2a79ce984a546c08be08cd9cd0422f8da2ec64d5bea3cb91 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-03-04T23:24:33.067Z] provisioning config files... [2021-03-04T23:24:33.078Z] copy managed file [sigul-config] to file:/w/workspace/xfoundry_go-mod-messaging_master@tmp/config7141482176286218142tmp [2021-03-04T23:24:33.097Z] copy managed file [sigul-password] to file:/w/workspace/xfoundry_go-mod-messaging_master@tmp/config5996415358935801704tmp [2021-03-04T23:24:33.117Z] copy managed file [sigul-pki] to file:/w/workspace/xfoundry_go-mod-messaging_master@tmp/config5469096188890054186tmp [Pipeline] { [Pipeline] echo [2021-03-04T23:24:33.178Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-04T23:24:33.488Z] ---> sigul-configuration.sh [2021-03-04T23:24:33.488Z] gpg: directory `/root/.gnupg' created [2021-03-04T23:24:33.488Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-03-04T23:24:33.488Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-03-04T23:24:33.488Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-03-04T23:24:33.488Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-03-04T23:24:33.488Z] gpg: CAST5 encrypted data [2021-03-04T23:24:33.751Z] gpg: encrypted with 1 passphrase [2021-03-04T23:24:33.751Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-03-04T23:24:34.054Z] + mkdir /home/jenkins [2021-03-04T23:24:34.054Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-03-04T23:24:34.355Z] + 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-04T23:24:34.367Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-04T23:24:34.665Z] ---> sigul-install.sh [2021-03-04T23:24:39.967Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-03-04T23:24:40.267Z] + git tag --list [2021-03-04T23:24:40.267Z] v0.0.0 [2021-03-04T23:24:40.267Z] v0.1.0 [2021-03-04T23:24:40.267Z] v0.1.1 [2021-03-04T23:24:40.267Z] v0.1.10 [2021-03-04T23:24:40.267Z] v0.1.11 [2021-03-04T23:24:40.267Z] v0.1.12 [2021-03-04T23:24:40.267Z] v0.1.13 [2021-03-04T23:24:40.267Z] v0.1.14 [2021-03-04T23:24:40.267Z] v0.1.15 [2021-03-04T23:24:40.267Z] v0.1.16 [2021-03-04T23:24:40.267Z] v0.1.17 [2021-03-04T23:24:40.267Z] v0.1.18 [2021-03-04T23:24:40.267Z] v0.1.19 [2021-03-04T23:24:40.267Z] v0.1.2 [2021-03-04T23:24:40.267Z] v0.1.20 [2021-03-04T23:24:40.267Z] v0.1.21 [2021-03-04T23:24:40.267Z] v0.1.22 [2021-03-04T23:24:40.267Z] v0.1.23 [2021-03-04T23:24:40.267Z] v0.1.24 [2021-03-04T23:24:40.267Z] v0.1.25 [2021-03-04T23:24:40.267Z] v0.1.26 [2021-03-04T23:24:40.267Z] v0.1.27 [2021-03-04T23:24:40.267Z] v0.1.28 [2021-03-04T23:24:40.267Z] v0.1.29 [2021-03-04T23:24:40.267Z] v0.1.3 [2021-03-04T23:24:40.267Z] v0.1.30 [2021-03-04T23:24:40.267Z] v0.1.31 [2021-03-04T23:24:40.267Z] v0.1.4 [2021-03-04T23:24:40.267Z] v0.1.5 [2021-03-04T23:24:40.267Z] v0.1.6 [2021-03-04T23:24:40.267Z] v0.1.7 [2021-03-04T23:24:40.267Z] v0.1.8 [2021-03-04T23:24:40.267Z] v0.1.9 [2021-03-04T23:24:40.267Z] v2.0.0-dev.1 [2021-03-04T23:24:40.267Z] v2.0.0-dev.2 [2021-03-04T23:24:40.267Z] v2.0.0-dev.3 [2021-03-04T23:24:40.267Z] v2.0.0-dev.4 [Pipeline] sh [2021-03-04T23:24:40.572Z] + lftools sign git-tag v2.0.0-dev.4 [2021-03-04T23:24:41.965Z] Signing Git tag with Sigul... [2021-03-04T23:24:41.965Z] Signing v2.0.0-dev.4 [Pipeline] echo [2021-03-04T23:24:42.552Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-04T23:24:42.848Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-03-04T23:24:42.858Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-03-04T23:24:42.958Z] $ docker stop --time=1 c7f96b592353a1ec2a79ce984a546c08be08cd9cd0422f8da2ec64d5bea3cb91 [2021-03-04T23:24:44.904Z] $ docker rm -f c7f96b592353a1ec2a79ce984a546c08be08cd9cd0422f8da2ec64d5bea3cb91 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-03-04T23:24:45.819Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-04T23:24:45.819Z] . [Pipeline] withDockerContainer [2021-03-04T23:24:45.918Z] prd-centos7-docker-4c-2g-28592 does not seem to be running inside a container [2021-03-04T23:24:45.966Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-messaging_master -v /w/workspace/xfoundry_go-mod-messaging_master:/w/workspace/xfoundry_go-mod-messaging_master:rw,z -v /w/workspace/xfoundry_go-mod-messaging_master@tmp:/w/workspace/xfoundry_go-mod-messaging_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-04T23:24:46.535Z] $ docker top 6ffe8c7820d4254d440c7fbd2d0a4a5d182a8b074c37e66697e72ec984b14f1d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-04T23:24:46.835Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-04T23:24:46.835Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-04T23:24:47.025Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-04T23:24:47.027Z] $ docker exec 6ffe8c7820d4254d440c7fbd2d0a4a5d182a8b074c37e66697e72ec984b14f1d ssh-agent [2021-03-04T23:24:47.204Z] SSH_AUTH_SOCK=/tmp/ssh-8z259Pt48Qyp/agent.11 [2021-03-04T23:24:47.204Z] SSH_AGENT_PID=16 [2021-03-04T23:24:47.212Z] Running ssh-add (command line suppressed) [2021-03-04T23:24:47.333Z] Identity added: /w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_3686386908348359654.key (/w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_3686386908348359654.key) [2021-03-04T23:24:47.392Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-04T23:24:47.772Z] + git semver bump pre [2021-03-04T23:24:47.772Z] # -> Open(): unable to determine branch for HEAD [2021-03-04T23:24:47.772Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.git [2021-03-04T23:24:47.772Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-messaging_master [2021-03-04T23:24:47.772Z] # $SEMVER_REMOTE_NAME = origin [2021-03-04T23:24:47.772Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-04T23:24:47.772Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-04T23:24:47.772Z] # $SEMVER_BRANCH = master [2021-03-04T23:24:47.772Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.semver [2021-03-04T23:24:47.772Z] 2.0.0-dev.5 [Pipeline] } [2021-03-04T23:24:47.784Z] $ docker exec --env ******** --env ******** 6ffe8c7820d4254d440c7fbd2d0a4a5d182a8b074c37e66697e72ec984b14f1d ssh-agent -k [2021-03-04T23:24:47.903Z] unset SSH_AUTH_SOCK; [2021-03-04T23:24:47.904Z] unset SSH_AGENT_PID; [2021-03-04T23:24:47.904Z] echo Agent pid 16 killed; [2021-03-04T23:24:47.951Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-04T23:24:48.420Z] + git semver [Pipeline] } [2021-03-04T23:24:48.435Z] $ docker stop --time=1 6ffe8c7820d4254d440c7fbd2d0a4a5d182a8b074c37e66697e72ec984b14f1d [2021-03-04T23:24:49.789Z] $ docker rm -f 6ffe8c7820d4254d440c7fbd2d0a4a5d182a8b074c37e66697e72ec984b14f1d [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-03-04T23:24:50.322Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-04T23:24:50.322Z] . [Pipeline] withDockerContainer [2021-03-04T23:24:50.419Z] prd-centos7-docker-4c-2g-28592 does not seem to be running inside a container [2021-03-04T23:24:50.466Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-messaging_master -v /w/workspace/xfoundry_go-mod-messaging_master:/w/workspace/xfoundry_go-mod-messaging_master:rw,z -v /w/workspace/xfoundry_go-mod-messaging_master@tmp:/w/workspace/xfoundry_go-mod-messaging_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-04T23:24:51.061Z] $ docker top e9a588270ec566986aa6181aaaa33b23b3c20da6b1b8c2529d1c2ce0c948fd1e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-04T23:24:51.362Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-04T23:24:51.362Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-04T23:24:51.552Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-04T23:24:51.555Z] $ docker exec e9a588270ec566986aa6181aaaa33b23b3c20da6b1b8c2529d1c2ce0c948fd1e ssh-agent [2021-03-04T23:24:51.725Z] SSH_AUTH_SOCK=/tmp/ssh-FkVt0tRQ1Cco/agent.11 [2021-03-04T23:24:51.725Z] SSH_AGENT_PID=16 [2021-03-04T23:24:51.733Z] Running ssh-add (command line suppressed) [2021-03-04T23:24:51.855Z] Identity added: /w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_4894915557500112774.key (/w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_4894915557500112774.key) [2021-03-04T23:24:51.914Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-04T23:24:52.381Z] + git semver push [2021-03-04T23:24:52.381Z] # -> Open(): unable to determine branch for HEAD [2021-03-04T23:24:52.381Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.git [2021-03-04T23:24:52.381Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-messaging_master [2021-03-04T23:24:52.381Z] # $SEMVER_REMOTE_NAME = origin [2021-03-04T23:24:52.381Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-04T23:24:52.381Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-04T23:24:52.381Z] # $SEMVER_BRANCH = master [2021-03-04T23:24:52.381Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.semver [Pipeline] } [2021-03-04T23:24:55.818Z] $ docker exec --env ******** --env ******** e9a588270ec566986aa6181aaaa33b23b3c20da6b1b8c2529d1c2ce0c948fd1e ssh-agent -k [2021-03-04T23:24:55.938Z] unset SSH_AUTH_SOCK; [2021-03-04T23:24:55.939Z] unset SSH_AGENT_PID; [2021-03-04T23:24:55.939Z] echo Agent pid 16 killed; [2021-03-04T23:24:55.993Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-04T23:24:56.478Z] + git semver [Pipeline] } [2021-03-04T23:24:56.495Z] $ docker stop --time=1 e9a588270ec566986aa6181aaaa33b23b3c20da6b1b8c2529d1c2ce0c948fd1e [2021-03-04T23:24:57.842Z] $ docker rm -f e9a588270ec566986aa6181aaaa33b23b3c20da6b1b8c2529d1c2ce0c948fd1e [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-04T23:24:59.211Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-04T23:24:59.779Z] ---> package-listing.sh [2021-03-04T23:24:59.779Z] ++ facter osfamily [2021-03-04T23:24:59.779Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-04T23:24:59.779Z] + OS_FAMILY=redhat [2021-03-04T23:24:59.779Z] + workspace=/w/workspace/xfoundry_go-mod-messaging_master [2021-03-04T23:24:59.779Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-04T23:24:59.780Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-04T23:24:59.780Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-04T23:24:59.780Z] + PACKAGES=/tmp/packages_start.txt [2021-03-04T23:24:59.780Z] + '[' /w/workspace/xfoundry_go-mod-messaging_master ']' [2021-03-04T23:24:59.780Z] + PACKAGES=/tmp/packages_end.txt [2021-03-04T23:24:59.780Z] + case "${OS_FAMILY}" in [2021-03-04T23:24:59.780Z] + rpm -qa [2021-03-04T23:24:59.780Z] + sort [2021-03-04T23:25:05.096Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-04T23:25:05.096Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-04T23:25:05.096Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-04T23:25:05.096Z] + '[' /w/workspace/xfoundry_go-mod-messaging_master ']' [2021-03-04T23:25:05.096Z] + mkdir -p /w/workspace/xfoundry_go-mod-messaging_master/archives/ [2021-03-04T23:25:05.096Z] + 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-04T23:25:05.110Z] 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-04T23:25:05.406Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-04T23:25:05.713Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-04T23:25:05.713Z] [2021-03-04T23:25:05.713Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-04T23:25:06.147Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-04T23:25:06.147Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-04T23:25:06.147Z] df20fa9351a1: Pulling fs layer [2021-03-04T23:25:06.147Z] 36b3adc4ff6f: Pulling fs layer [2021-03-04T23:25:06.147Z] 8ad3a11d3b57: Pulling fs layer [2021-03-04T23:25:06.147Z] 46f8f816bc3b: Pulling fs layer [2021-03-04T23:25:06.147Z] 93b61091891f: Pulling fs layer [2021-03-04T23:25:06.147Z] 93b9cdb0e59b: Pulling fs layer [2021-03-04T23:25:06.147Z] 5e14af77c1be: Pulling fs layer [2021-03-04T23:25:06.147Z] 01666e4c0597: Pulling fs layer [2021-03-04T23:25:06.147Z] aa168da1d23b: Pulling fs layer [2021-03-04T23:25:06.147Z] 46f8f816bc3b: Waiting [2021-03-04T23:25:06.147Z] 93b61091891f: Waiting [2021-03-04T23:25:06.147Z] 93b9cdb0e59b: Waiting [2021-03-04T23:25:06.147Z] 5e14af77c1be: Waiting [2021-03-04T23:25:06.147Z] aa168da1d23b: Waiting [2021-03-04T23:25:06.147Z] 01666e4c0597: Waiting [2021-03-04T23:25:06.147Z] 36b3adc4ff6f: Verifying Checksum [2021-03-04T23:25:06.147Z] 36b3adc4ff6f: Download complete [2021-03-04T23:25:06.147Z] 46f8f816bc3b: Verifying Checksum [2021-03-04T23:25:06.147Z] 46f8f816bc3b: Download complete [2021-03-04T23:25:06.416Z] df20fa9351a1: Verifying Checksum [2021-03-04T23:25:06.416Z] df20fa9351a1: Download complete [2021-03-04T23:25:06.416Z] 93b9cdb0e59b: Verifying Checksum [2021-03-04T23:25:06.416Z] 93b9cdb0e59b: Download complete [2021-03-04T23:25:06.416Z] 93b61091891f: Verifying Checksum [2021-03-04T23:25:06.416Z] 93b61091891f: Download complete [2021-03-04T23:25:06.416Z] 5e14af77c1be: Verifying Checksum [2021-03-04T23:25:06.416Z] 5e14af77c1be: Download complete [2021-03-04T23:25:06.416Z] 01666e4c0597: Verifying Checksum [2021-03-04T23:25:06.416Z] 01666e4c0597: Download complete [2021-03-04T23:25:06.416Z] 8ad3a11d3b57: Verifying Checksum [2021-03-04T23:25:06.416Z] 8ad3a11d3b57: Download complete [2021-03-04T23:25:07.001Z] df20fa9351a1: Pull complete [2021-03-04T23:25:07.265Z] 36b3adc4ff6f: Pull complete [2021-03-04T23:25:08.668Z] aa168da1d23b: Verifying Checksum [2021-03-04T23:25:08.668Z] aa168da1d23b: Download complete [2021-03-04T23:25:08.668Z] 8ad3a11d3b57: Pull complete [2021-03-04T23:25:09.248Z] 46f8f816bc3b: Pull complete [2021-03-04T23:25:09.515Z] 93b61091891f: Pull complete [2021-03-04T23:25:09.779Z] 93b9cdb0e59b: Pull complete [2021-03-04T23:25:09.779Z] 5e14af77c1be: Pull complete [2021-03-04T23:25:10.043Z] 01666e4c0597: Pull complete [2021-03-04T23:25:18.214Z] aa168da1d23b: Pull complete [2021-03-04T23:25:18.214Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-04T23:25:18.214Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-04T23:25:18.214Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-04T23:25:18.349Z] prd-centos7-docker-4c-2g-28592 does not seem to be running inside a container [2021-03-04T23:25:18.394Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/xfoundry_go-mod-messaging_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/xfoundry_go-mod-messaging_master -v /w/workspace/xfoundry_go-mod-messaging_master:/w/workspace/xfoundry_go-mod-messaging_master:rw,z -v /w/workspace/xfoundry_go-mod-messaging_master@tmp:/w/workspace/xfoundry_go-mod-messaging_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-03-04T23:25:21.141Z] $ docker top a9bc681e42c8eb90b47032c054e1b3784643bbd8f0b7a8cc3f86649f4bd94399 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-04T23:25:21.729Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-04T23:25:22.032Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-04T23:25:22.332Z] + ls /var/log/sa-host [2021-03-04T23:25:22.332Z] + sadf -c /var/log/sa-host/sa04 [2021-03-04T23:25:22.332Z] file_magic: OK [2021-03-04T23:25:22.332Z] HZ: Using current value: 100 [2021-03-04T23:25:22.332Z] file_header: OK [2021-03-04T23:25:22.332Z] 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-04T23:25:22.332Z] Statistics: [2021-03-04T23:25:22.332Z] HRHnuu...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-04T23:25:22.332Z] File successfully converted to sysstat format version 12.2.1 [2021-03-04T23:25:22.332Z] + sadf -c /var/log/sa-host/sa23 [2021-03-04T23:25:22.332Z] file_magic: OK [2021-03-04T23:25:22.332Z] HZ: Using current value: 100 [2021-03-04T23:25:22.332Z] file_header: OK [2021-03-04T23:25:22.332Z] 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-04T23:25:22.332Z] Statistics: [2021-03-04T23:25:22.332Z] Hnuu...uuuununununu... [2021-03-04T23:25:22.332Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-04T23:25:22.548Z] provisioning config files... [2021-03-04T23:25:22.563Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_go-mod-messaging_master@tmp/config7362062947957091645tmp [Pipeline] { [Pipeline] echo [2021-03-04T23:25:22.662Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-04T23:25:22.963Z] ---> create-netrc.sh [Pipeline] } [2021-03-04T23:25:22.973Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-04T23:25:23.073Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-04T23:25:23.371Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-04T23:25:23.382Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-04T23:25:23.681Z] ---> sudo-logs.sh [2021-03-04T23:25:23.681Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-04T23:25:23.752Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-04T23:25:24.050Z] ---> job-cost.sh [2021-03-04T23:25:24.050Z] lf-activate-venv: SKIPPING [2021-03-04T23:25:24.050Z] DEBUG: total: 0.20999999344348907 [2021-03-04T23:25:24.050Z] INFO: Retrieving Stack Cost... [2021-03-04T23:25:24.997Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-04T23:25:25.572Z] INFO: Archiving Costs [Pipeline] echo [2021-03-04T23:25:25.618Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-04T23:25:25.916Z] ---> logs-deploy.sh [2021-03-04T23:25:25.916Z] lf-activate-venv: SKIPPING [2021-03-04T23:25:25.916Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-messaging/master/26 [2021-03-04T23:25:25.916Z] INFO: archiving workspace using pattern(s): [2021-03-04T23:25:27.836Z] Archives upload complete. [2021-03-04T23:25:27.836Z] INFO: archiving logs to Nexus