Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from fc0cef43ba1582f85993886af18da78a5c504390 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-messaging, buildImage:false, pushImage:false, semverBump:pre] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-messaging-settings PROJECT: go-mod-messaging USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-go-mod-messaging DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-32834 in /w/workspace/xfoundry_go-mod-messaging_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/go-mod-messaging.git > git init /w/workspace/xfoundry_go-mod-messaging_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision fc0cef43ba1582f85993886af18da78a5c504390 (master) > 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 fc0cef43ba1582f85993886af18da78a5c504390 # timeout=10 Commit message: "Merge pull request #98 from edgexfoundry/dependabot/go_modules/github.com/eclipse/paho.mqtt.golang-1.3.3" > git rev-list --no-walk ca796fea1848405b014fe92a36c5a65d2a45bd32 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 21:45:27 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 21:45:27 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 21:45:27 ========================================================= 21:45:27 EdgeX Global Pipelines Version Info 21:45:27 ========================================================= [Pipeline] libraryResource [Pipeline] sh 21:45:29 ------------------- 21:45:29 stable info: 21:45:29 ------------------- 21:45:29 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 21:45:29 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 21:45:29 Message: update stable to v1.0.186 21:45:30 ------------------- 21:45:30 experimental info: 21:45:30 ------------------- 21:45:30 Commited By: **** collab-it+edgex@linuxfoundation.org 21:45:30 Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 21:45:30 Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 21:45:30 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-messaging-settings [Pipeline] echo 21:45:30 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-messaging [Pipeline] echo 21:45:30 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 21:45:31 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 21:45:31 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 21:45:31 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 21:45:31 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 21:45:31 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 21:45:31 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 21:45:31 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 21:45:31 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 21:45:31 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-messaging [Pipeline] echo 21:45:32 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 21:45:32 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 21:45:32 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 21:45:32 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 21:45:32 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 21:45:32 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 21:45:32 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 21:45:32 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 21:45:32 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 21:45:32 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 21:45:33 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 21:45:33 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 21:45:33 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 21:45:33 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 21:45:33 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 21:45:33 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 21:45:33 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 21:45:33 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = fc0cef43ba1582f85993886af18da78a5c504390 [Pipeline] echo 21:45:33 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = fc0cef4 [Pipeline] echo 21:45:33 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 21:45:34 + git log --format=format:%s -1 fc0cef43ba1582f85993886af18da78a5c504390 [Pipeline] echo 21:45:34 GIT_COMMIT: fc0cef43ba1582f85993886af18da78a5c504390, Commit Message: Merge pull request #98 from edgexfoundry/dependabot/go_modules/github.com/eclipse/paho.mqtt.golang-1.3.3 [Pipeline] echo 21:45:34 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 21:45:35 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:45:36 21:45:36 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 21:45:36 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:45:36 latest: Pulling from edgex-devops/git-semver 21:45:36 31603596830f: Pulling fs layer 21:45:36 2a8b12db71e7: Pulling fs layer 21:45:36 6ca5941a6612: Pulling fs layer 21:45:36 ecc8261a40a4: Pulling fs layer 21:45:36 ecc8261a40a4: Waiting 21:45:36 2a8b12db71e7: Verifying Checksum 21:45:36 2a8b12db71e7: Download complete 21:45:36 31603596830f: Verifying Checksum 21:45:36 31603596830f: Download complete 21:45:36 ecc8261a40a4: Verifying Checksum 21:45:36 ecc8261a40a4: Download complete 21:45:36 6ca5941a6612: Verifying Checksum 21:45:36 6ca5941a6612: Download complete 21:45:36 31603596830f: Pull complete 21:45:37 2a8b12db71e7: Pull complete 21:45:37 6ca5941a6612: Pull complete 21:45:38 ecc8261a40a4: Pull complete 21:45:38 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 21:45:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:45:38 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 21:45:38 prd-centos7-docker-4c-2g-32834 does not seem to be running inside a container 21:45:38 $ 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 21:45:40 $ docker top bfea096054c44a4fcc96d0d3e372e897a6ff923e8ec00ff857a91bcc9127bdb6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:45:40 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:45:40 [ssh-agent] Looking for ssh-agent implementation... 21:45:41 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:45:41 $ docker exec bfea096054c44a4fcc96d0d3e372e897a6ff923e8ec00ff857a91bcc9127bdb6 ssh-agent 21:45:41 SSH_AUTH_SOCK=/tmp/ssh-a6GLf4i6Yptp/agent.11 21:45:41 SSH_AGENT_PID=16 21:45:41 Running ssh-add (command line suppressed) 21:45:41 Identity added: /w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_8022447640821784634.key (/w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_8022447640821784634.key) 21:45:41 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:45:41 + git tag --points-at HEAD [Pipeline] } 21:45:41 $ docker exec --env ******** --env ******** bfea096054c44a4fcc96d0d3e372e897a6ff923e8ec00ff857a91bcc9127bdb6 ssh-agent -k 21:45:41 unset SSH_AUTH_SOCK; 21:45:41 unset SSH_AGENT_PID; 21:45:41 echo Agent pid 16 killed; 21:45:41 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 21:45:42 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:45:42 [ssh-agent] Looking for ssh-agent implementation... 21:45:42 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:45:42 $ docker exec bfea096054c44a4fcc96d0d3e372e897a6ff923e8ec00ff857a91bcc9127bdb6 ssh-agent 21:45:42 SSH_AUTH_SOCK=/tmp/ssh-w74gVuZAxTVO/agent.44 21:45:42 SSH_AGENT_PID=49 21:45:42 Running ssh-add (command line suppressed) 21:45:42 Identity added: /w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_5896187023660422429.key (/w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_5896187023660422429.key) 21:45:42 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:45:43 + git semver init 21:45:43 # -> Open(): unable to determine branch for HEAD 21:45:43 # $GIT_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.git 21:45:43 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-messaging_master 21:45:43 # $SEMVER_REMOTE_NAME = origin 21:45:43 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:45:43 # $SEMVER_USER_NAME = edgex-jenkins 21:45:43 # $SEMVER_BRANCH = master 21:45:43 # $SEMVER_TEMP = /tmp/semver-769689148 21:45:43 # git clone --branch semver git@github.com:edgexfoundry/go-mod-messaging.git $SEMVER_TEMP 21:45:43 # '/tmp/semver-769689148' -> '/w/workspace/xfoundry_go-mod-messaging_master/.semver' 21:45:43 # -> Force: false 21:45:43 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.semver [Pipeline] } 21:45:43 $ docker exec --env ******** --env ******** bfea096054c44a4fcc96d0d3e372e897a6ff923e8ec00ff857a91bcc9127bdb6 ssh-agent -k 21:45:43 unset SSH_AUTH_SOCK; 21:45:43 unset SSH_AGENT_PID; 21:45:43 echo Agent pid 49 killed; 21:45:43 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:45:44 + git semver [Pipeline] } 21:45:44 $ docker stop --time=1 bfea096054c44a4fcc96d0d3e372e897a6ff923e8ec00ff857a91bcc9127bdb6 21:45:45 $ docker rm -f bfea096054c44a4fcc96d0d3e372e897a6ff923e8ec00ff857a91bcc9127bdb6 [Pipeline] // withDockerContainer [Pipeline] sh 21:45:46 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 21:45:46 Stashed 1 file(s) [Pipeline] echo 21:45:46 [edgeXSemver]: initialized semver on version 2.0.0-dev.8 [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 21:46:02 Still waiting to schedule task 21:46:02 Waiting for next available executor on ‘centos7-docker-4c-2g’ 21:46:02 Still waiting to schedule task 21:46:02 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 21:47:50 Running on prd-ubuntu18.04-docker-arm64-4c-16g-32835 in /w/workspace/xfoundry_go-mod-messaging_master [Pipeline] { [Pipeline] ws 21:47:51 Running in /w/workspace/go-mod-messaging/30 [Pipeline] { [Pipeline] checkout 21:47:55 using credential edgex-jenkins-ssh 21:47:56 Cloning the remote Git repository 21:47:56 Cloning repository git@github.com:edgexfoundry/go-mod-messaging.git 21:47:56 > git init /w/workspace/go-mod-messaging/30 # timeout=10 21:47:56 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git 21:47:56 > git --version # timeout=10 21:47:56 > git --version # 'git version 2.17.1' 21:47:56 using GIT_SSH to set credentials SSH Credentials for GitHub 21:47:56 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/*:refs/remotes/origin/* # timeout=10 21:47:57 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 21:47:57 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 21:47:57 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 21:47:57 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git 21:47:57 using GIT_SSH to set credentials SSH Credentials for GitHub 21:47:57 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/master:refs/remotes/origin/master # timeout=10 21:47:57 Checking out Revision fc0cef43ba1582f85993886af18da78a5c504390 (master) 21:47:57 > git config core.sparsecheckout # timeout=10 21:47:57 > git checkout -f fc0cef43ba1582f85993886af18da78a5c504390 # timeout=10 21:48:02 Commit message: "Merge pull request #98 from edgexfoundry/dependabot/go_modules/github.com/eclipse/paho.mqtt.golang-1.3.3" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 21:48:04 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 21:48:04 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 21:48:04 + + true 21:48:04 sudo service docker restart [Pipeline] unstash [Pipeline] echo 21:48:07 ========================================================= 21:48:07 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 21:48:07 ========================================================= [Pipeline] isUnix [Pipeline] sh 21:48:08 + 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 . 21:48:09 Sending build context to Docker daemon 517.1kB 21:48:09 Step 1/7 : ARG BASE=golang:1.15-alpine 21:48:09 Step 2/7 : FROM ${BASE} 21:48:09 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 21:48:09 5f621e34cdf4: Pulling fs layer 21:48:09 a4357932f1b6: Pulling fs layer 21:48:09 18c013af1878: Pulling fs layer 21:48:09 00ac8860ef70: Pulling fs layer 21:48:09 63d7cb157983: Pulling fs layer 21:48:09 b116817d02f9: Pulling fs layer 21:48:09 745a02a5169b: Pulling fs layer 21:48:09 00ac8860ef70: Waiting 21:48:09 63d7cb157983: Waiting 21:48:09 b116817d02f9: Waiting 21:48:09 745a02a5169b: Waiting 21:48:09 18c013af1878: Verifying Checksum 21:48:09 18c013af1878: Download complete 21:48:09 a4357932f1b6: Verifying Checksum 21:48:09 a4357932f1b6: Download complete 21:48:09 63d7cb157983: Verifying Checksum 21:48:09 63d7cb157983: Download complete 21:48:09 b116817d02f9: Verifying Checksum 21:48:10 5f621e34cdf4: Verifying Checksum 21:48:10 5f621e34cdf4: Pull complete 21:48:11 a4357932f1b6: Pull complete 21:48:11 18c013af1878: Pull complete 21:48:12 745a02a5169b: Verifying Checksum 21:48:12 745a02a5169b: Download complete 21:48:13 00ac8860ef70: Verifying Checksum 21:48:13 00ac8860ef70: Download complete 21:48:23 00ac8860ef70: Pull complete 21:48:23 63d7cb157983: Pull complete 21:48:24 b116817d02f9: Pull complete 21:48:26 Running on prd-centos7-docker-4c-2g-32836 in /w/workspace/xfoundry_go-mod-messaging_master [Pipeline] { [Pipeline] ws 21:48:26 Running in /w/workspace/go-mod-messaging/30 [Pipeline] { [Pipeline] checkout 21:48:27 745a02a5169b: Pull complete 21:48:27 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 21:48:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 21:48:27 ---> b7e6874047d6 21:48:27 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 21:48:29 using credential edgex-jenkins-ssh 21:48:29 Cloning the remote Git repository 21:48:28 Cloning repository git@github.com:edgexfoundry/go-mod-messaging.git 21:48:29 > git init /w/workspace/go-mod-messaging/30 # timeout=10 21:48:29 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git 21:48:29 > git --version # timeout=10 21:48:29 > git --version # 'git version 2.24.3' 21:48:29 using GIT_SSH to set credentials SSH Credentials for GitHub 21:48:29 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/*:refs/remotes/origin/* # timeout=10 21:48:29 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 21:48:29 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 21:48:29 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 21:48:29 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git 21:48:29 using GIT_SSH to set credentials SSH Credentials for GitHub 21:48:29 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/master:refs/remotes/origin/master # timeout=10 21:48:30 Checking out Revision fc0cef43ba1582f85993886af18da78a5c504390 (master) 21:48:31 ---> Running in 69cc6104e0fe 21:48:31 Removing intermediate container 69cc6104e0fe 21:48:31 ---> 86e24095b6f9 21:48:31 Step 4/7 : RUN apk add --update --no-cache zeromq-dev bash 21:48:31 ---> Running in 8085f6114e38 21:48:30 > git config core.sparsecheckout # timeout=10 21:48:30 > git checkout -f fc0cef43ba1582f85993886af18da78a5c504390 # timeout=10 21:48:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:48:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:48:33 (1/5) Installing libsodium (1.0.18-r0) 21:48:33 Commit message: "Merge pull request #98 from edgexfoundry/dependabot/go_modules/github.com/eclipse/paho.mqtt.golang-1.3.3" 21:48:34 (2/5) Installing libzmq (4.3.3-r0) 21:48:34 (3/5) Installing pkgconf (1.7.2-r0) 21:48:34 (4/5) Installing libsodium-dev (1.0.18-r0) [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { 21:48:34 (5/5) Installing zeromq-dev (4.3.3-r0) 21:48:34 Executing busybox-1.31.1-r19.trigger 21:48:34 OK: 144 MiB in 44 packages [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 21:48:35 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 21:48:35 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 21:48:35 + true 21:48:35 + sudo service docker restart 21:48:35 Redirecting to /bin/systemctl restart docker.service 21:48:35 Removing intermediate container 8085f6114e38 21:48:35 ---> 6808c82d2aa9 21:48:35 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 21:48:35 ---> Running in 60d8e2a6c55c 21:48:36 Removing intermediate container 60d8e2a6c55c 21:48:36 ---> 2f3fea876856 21:48:36 Step 6/7 : COPY go.mod . [Pipeline] unstash [Pipeline] echo 21:48:36 ========================================================= 21:48:36 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 21:48:36 ========================================================= [Pipeline] isUnix [Pipeline] sh 21:48:37 ---> 06b96c6642b7 21:48:37 Step 7/7 : RUN go mod download 21:48:37 + 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 . 21:48:37 ---> Running in 152cbd9ad482 21:48:37 Sending build context to Docker daemon 518.1kB 21:48:37 Step 1/7 : ARG BASE=golang:1.15-alpine 21:48:37 Step 2/7 : FROM ${BASE} 21:48:37 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 21:48:37 188c0c94c7c5: Pulling fs layer 21:48:37 0ef7d3d256c8: Pulling fs layer 21:48:37 de9db76c5a1d: Pulling fs layer 21:48:37 bca2f99d35d6: Pulling fs layer 21:48:37 93359f2a8cfa: Pulling fs layer 21:48:37 7c6f9722023f: Pulling fs layer 21:48:37 a35cf1a2eb13: Pulling fs layer 21:48:37 7c6f9722023f: Waiting 21:48:37 bca2f99d35d6: Waiting 21:48:37 93359f2a8cfa: Waiting 21:48:37 a35cf1a2eb13: Waiting 21:48:37 de9db76c5a1d: Verifying Checksum 21:48:37 de9db76c5a1d: Download complete 21:48:37 0ef7d3d256c8: Download complete 21:48:37 93359f2a8cfa: Verifying Checksum 21:48:37 93359f2a8cfa: Download complete 21:48:37 7c6f9722023f: Verifying Checksum 21:48:37 7c6f9722023f: Download complete 21:48:37 188c0c94c7c5: Verifying Checksum 21:48:37 188c0c94c7c5: Download complete 21:48:38 188c0c94c7c5: Pull complete 21:48:38 0ef7d3d256c8: Pull complete 21:48:38 de9db76c5a1d: Pull complete 21:48:39 a35cf1a2eb13: Verifying Checksum 21:48:39 a35cf1a2eb13: Download complete 21:48:40 bca2f99d35d6: Verifying Checksum 21:48:40 bca2f99d35d6: Download complete 21:48:45 bca2f99d35d6: Pull complete 21:48:45 93359f2a8cfa: Pull complete 21:48:45 7c6f9722023f: Pull complete 21:48:52 Removing intermediate container 152cbd9ad482 21:48:52 ---> 2c3eba703984 21:48:52 Successfully built 2c3eba703984 21:48:52 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 21:48:52 + docker inspect -f . ci-base-image-arm64 21:48:52 . [Pipeline] withDockerContainer 21:48:52 prd-ubuntu18.04-docker-arm64-4c-16g-32835 does not seem to be running inside a container 21:48:53 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-messaging/30 -v /w/workspace/go-mod-messaging/30:/w/workspace/go-mod-messaging/30:rw,z -v /w/workspace/go-mod-messaging/30@tmp:/w/workspace/go-mod-messaging/30@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 21:48:53 a35cf1a2eb13: Pull complete 21:48:53 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 21:48:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 21:48:53 ---> a62c8e92a672 21:48:53 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 21:48:53 ---> Running in e7da1ea755a7 21:48:53 Removing intermediate container e7da1ea755a7 21:48:53 ---> 2e441b636f18 21:48:53 Step 4/7 : RUN apk add --update --no-cache zeromq-dev bash 21:48:53 ---> Running in 99b835a04b4c 21:48:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:48:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:48:54 (1/5) Installing libsodium (1.0.18-r0) 21:48:54 $ docker top 3ae4d518de3733437e4e690193021257bc5953d1d1591892fd3f31447cc371c4 -eo pid,comm 21:48:54 (2/5) Installing libzmq (4.3.3-r0) 21:48:54 (3/5) Installing pkgconf (1.7.2-r0) 21:48:54 (4/5) Installing libsodium-dev (1.0.18-r0) [Pipeline] { [Pipeline] sh 21:48:55 (5/5) Installing zeromq-dev (4.3.3-r0) 21:48:55 Executing busybox-1.31.1-r19.trigger 21:48:55 OK: 167 MiB in 44 packages 21:48:55 Removing intermediate container 99b835a04b4c 21:48:55 ---> dd780b49aa83 21:48:55 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 21:48:55 + go version 21:48:55 go version go1.15.5 linux/arm64 [Pipeline] } 21:48:55 $ docker stop --time=1 3ae4d518de3733437e4e690193021257bc5953d1d1591892fd3f31447cc371c4 21:48:55 ---> Running in aa2c57e64d7a 21:48:55 Removing intermediate container aa2c57e64d7a 21:48:55 ---> e6cedec54d81 21:48:55 Step 6/7 : COPY go.mod . 21:48:56 ---> f0d5f429e3c8 21:48:56 Step 7/7 : RUN go mod download 21:48:56 ---> Running in af1faca9eee4 21:48:57 $ docker rm -f 3ae4d518de3733437e4e690193021257bc5953d1d1591892fd3f31447cc371c4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:48:58 + docker inspect -f . ci-base-image-arm64 21:48:58 . [Pipeline] withDockerContainer 21:48:58 prd-ubuntu18.04-docker-arm64-4c-16g-32835 does not seem to be running inside a container 21:48:58 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-messaging/30 -v /w/workspace/go-mod-messaging/30:/w/workspace/go-mod-messaging/30:rw,z -v /w/workspace/go-mod-messaging/30@tmp:/w/workspace/go-mod-messaging/30@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 21:49:00 $ docker top a695612f240296519fe453097170254368ddda7daf27b04900a3b9505e8827a8 -eo pid,comm [Pipeline] { [Pipeline] sh 21:49:01 + make test 21:49:01 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 21:49:08 Removing intermediate container af1faca9eee4 21:49:08 ---> 5ddf0142b660 21:49:08 Successfully built 5ddf0142b660 21:49:08 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 21:49:08 + docker inspect -f . ci-base-image-x86_64 21:49:08 . [Pipeline] withDockerContainer 21:49:09 prd-centos7-docker-4c-2g-32836 does not seem to be running inside a container 21:49:09 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-messaging/30 -v /w/workspace/go-mod-messaging/30:/w/workspace/go-mod-messaging/30:rw,z -v /w/workspace/go-mod-messaging/30@tmp:/w/workspace/go-mod-messaging/30@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 21:49:09 $ docker top e28f3775f08c27be66c6a20884af8f2fa335fc6a673b8780b8b55e8acfa9e317 -eo pid,comm [Pipeline] { [Pipeline] sh 21:49:10 + go version 21:49:10 go version go1.15.5 linux/amd64 [Pipeline] } 21:49:10 $ docker stop --time=1 e28f3775f08c27be66c6a20884af8f2fa335fc6a673b8780b8b55e8acfa9e317 21:49:11 $ docker rm -f e28f3775f08c27be66c6a20884af8f2fa335fc6a673b8780b8b55e8acfa9e317 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:49:12 + docker inspect -f . ci-base-image-x86_64 21:49:12 . [Pipeline] withDockerContainer 21:49:12 prd-centos7-docker-4c-2g-32836 does not seem to be running inside a container 21:49:12 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-messaging/30 -v /w/workspace/go-mod-messaging/30:/w/workspace/go-mod-messaging/30:rw,z -v /w/workspace/go-mod-messaging/30@tmp:/w/workspace/go-mod-messaging/30@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 21:49:13 $ docker top 0b9228b2d1569272f6c3af49eb43f6526a0d65420c4c3523fdae80641b87eb8c -eo pid,comm [Pipeline] { [Pipeline] sh 21:49:13 + make test 21:49:13 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 21:49:16 ? github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg [no test files] 21:49:18 ? github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg [no test files] 21:49:19 ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/mqtt 0.025s coverage: 89.9% of statements 21:49:20 ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/mqtt 0.047s coverage: 89.9% of statements 21:49:23 ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/redis/streams 0.008s coverage: 77.1% of statements 21:49:23 ? github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/redis/streams/mocks [no test files] 21:49:30 ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/redis/streams 0.026s coverage: 77.1% of statements 21:49:30 ? github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/redis/streams/mocks [no test files] 21:49:45 ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/zeromq 20.342s coverage: 83.9% of statements 21:49:45 ok github.com/edgexfoundry/go-mod-messaging/v2/messaging 0.008s coverage: 85.7% of statements 21:49:45 ok github.com/edgexfoundry/go-mod-messaging/v2/messaging/mqtt 0.012s coverage: 100.0% of statements 21:49:45 ok github.com/edgexfoundry/go-mod-messaging/v2/messaging/redis 0.007s coverage: 100.0% of statements 21:49:45 ok github.com/edgexfoundry/go-mod-messaging/v2/pkg/types 0.016s coverage: 90.9% of statements 21:49:45 CGO_ENABLED=1 GO111MODULE=on go vet ./... 21:49:45 gofmt -l . 21:49:45 [ "`gofmt -l .`" = "" ] [Pipeline] } 21:49:45 $ docker stop --time=1 0b9228b2d1569272f6c3af49eb43f6526a0d65420c4c3523fdae80641b87eb8c 21:49:48 $ docker rm -f 0b9228b2d1569272f6c3af49eb43f6526a0d65420c4c3523fdae80641b87eb8c [Pipeline] // withDockerContainer [Pipeline] sh 21:49:48 + sudo chown -R jenkins:jenkins . [Pipeline] stash 21:49:49 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 21:49:50 ---> job-cost.sh 21:49:50 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-Z0i9 21:49:57 ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/zeromq 20.379s coverage: 83.9% of statements 21:49:57 ok github.com/edgexfoundry/go-mod-messaging/v2/messaging 0.017s coverage: 85.7% of statements 21:49:57 ok github.com/edgexfoundry/go-mod-messaging/v2/messaging/mqtt 0.036s coverage: 100.0% of statements 21:49:57 ok github.com/edgexfoundry/go-mod-messaging/v2/messaging/redis 0.063s coverage: 100.0% of statements 21:49:57 ok github.com/edgexfoundry/go-mod-messaging/v2/pkg/types 0.035s coverage: 90.9% of statements 21:49:57 CGO_ENABLED=1 GO111MODULE=on go vet ./... 21:49:57 gofmt -l . 21:49:57 [ "`gofmt -l .`" = "" ] [Pipeline] } 21:49:57 $ docker stop --time=1 a695612f240296519fe453097170254368ddda7daf27b04900a3b9505e8827a8 21:49:59 $ docker rm -f a695612f240296519fe453097170254368ddda7daf27b04900a3b9505e8827a8 [Pipeline] // withDockerContainer [Pipeline] sh 21:50:00 + sudo chown -R jenkins:jenkins . [Pipeline] stash 21:50:00 Warning: overwriting stash ‘coverage-report’ 21:50:00 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 21:50:01 ---> job-cost.sh 21:50:01 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-y1XX 21:50:05 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 21:50:32 lf-activate-venv(): INFO: Adding /tmp/venv-Z0i9/bin to PATH 21:50:32 INFO: No Stack... 21:50:32 INFO: Retrieving Pricing Info for: v1-standard-2 21:50:32 INFO: Archiving Costs [Pipeline] sh 21:50:33 + cat /w/workspace/go-mod-messaging/30/archives/cost.csv 21:50:33 + cut -d, -f6 [Pipeline] lock 21:50:33 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-messaging-master-30-stack-cost] 21:50:33 Resource [jenkins-edgexfoundry-go-mod-messaging-master-30-stack-cost] did not exist. Created. 21:50:33 Lock acquired on [jenkins-edgexfoundry-go-mod-messaging-master-30-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 21:50:33 + echo total: 0.029999999329447746 [Pipeline] stash 21:50:33 Stashed 1 file(s) [Pipeline] } 21:50:33 Lock released on resource [jenkins-edgexfoundry-go-mod-messaging-master-30-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 21:50:40 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 21:52:02 lf-activate-venv(): INFO: Adding /tmp/venv-y1XX/bin to PATH 21:52:02 INFO: No Stack... 21:52:02 INFO: Retrieving Pricing Info for: lf-standard-4 21:52:02 INFO: Archiving Costs [Pipeline] sh 21:52:03 + cat /w/workspace/go-mod-messaging/30/archives/cost.csv 21:52:03 + cut -d, -f6 [Pipeline] lock 21:52:03 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-messaging-master-30-stack-cost] 21:52:03 Resource [jenkins-edgexfoundry-go-mod-messaging-master-30-stack-cost] did not exist. Created. 21:52:03 Lock acquired on [jenkins-edgexfoundry-go-mod-messaging-master-30-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 21:52:03 /w/workspace/go-mod-messaging/30@tmp/durable-ae50cff4/script.sh: 1: /w/workspace/go-mod-messaging/30@tmp/durable-ae50cff4/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 21:52:03 + echo total: 0.20999999344348907 [Pipeline] stash 21:52:04 Warning: overwriting stash ‘stack-cost’ 21:52:04 Stashed 1 file(s) [Pipeline] } 21:52:04 Lock released on resource [jenkins-edgexfoundry-go-mod-messaging-master-30-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 21:52:05 provisioning config files... 21:52:05 copy managed file [go-mod-messaging-codecov-token] to file:/w/workspace/xfoundry_go-mod-messaging_master@tmp/config8821249240670271751tmp [Pipeline] { [Pipeline] sh 21:52:05 + set +x 21:52:05 + curl -s https://codecov.io/bash 21:52:05 + bash -s -- 21:52:06 21:52:06 _____ _ 21:52:06 / ____| | | 21:52:06 | | ___ __| | ___ ___ _____ __ 21:52:06 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 21:52:06 | |___| (_) | (_| | __/ (_| (_) \ V / 21:52:06 \_____\___/ \__,_|\___|\___\___/ \_/ 21:52:06 Bash-20210309-2b87ace 21:52:06 21:52:06 21:52:06 ==> git version 2.24.3 found 21:52:06 ==> 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 21:52:06 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 21:52:06 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 21:52:06 ==> Jenkins CI detected. 21:52:06 project root: . 21:52:06 --> token set from env 21:52:06 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 21:52:06 ==> Running gcov in . (disable via -X gcov) 21:52:06 ==> Python coveragepy not found 21:52:06 ==> Searching for coverage reports in: 21:52:06 + . 21:52:06 -> Found 1 reports 21:52:06 ==> Detecting git/mercurial file structure 21:52:06 ==> Reading reports 21:52:06 + ./coverage.out bytes=21589 21:52:06 ==> Appending adjustments 21:52:06 https://docs.codecov.io/docs/fixing-reports 21:52:06 + Found adjustments 21:52:06 ==> Gzipping contents 21:52:06 8.0K /tmp/codecov.Q4CKhn.gz 21:52:06 ==> Uploading reports 21:52:06 url: https://codecov.io 21:52:06 query: branch=master&commit=fc0cef43ba1582f85993886af18da78a5c504390&build=30&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-messaging%2Fjob%2Fmaster%2F30%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-messaging&service=jenkins&flags=&pr=&job=&cmd_args= 21:52:06 -> Pinging Codecov 21:52:06 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=master&commit=fc0cef43ba1582f85993886af18da78a5c504390&build=30&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-messaging%2Fjob%2Fmaster%2F30%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-messaging&service=jenkins&flags=&pr=&job=&cmd_args= 21:52:07 -> Uploading to 21:52:07 https://storage.googleapis.com/codecov/v4/raw/2021-04-05/F6E385568367DD0E4001BA4F8F1CB792/fc0cef43ba1582f85993886af18da78a5c504390/5b89897d-df84-40e7-8cd4-75abad0dd46f.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210405%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210405T215206Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=d0d5fa4fed4f511eeeb4fc662cef4b247f593700aa59bbfc48a8c48843643fb7 21:52:07 % Total % Received % Xferd Average Speed Time Time Time Current 21:52:07 Dload Upload Total Spent Left Speed 21:52:07 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5224 0 0 100 5224 0 11483 --:--:-- --:--:-- --:--:-- 11506 21:52:07 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/go-mod-messaging/commit/fc0cef43ba1582f85993886af18da78a5c504390 [Pipeline] } 21:52:07 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 21:52:08 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 21:52:08 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:52:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 21:52:08 21:52:08 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 21:52:09 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 21:52:09 1.410.4: Pulling from edgex-devops/edgex-snyk-go 21:52:09 188c0c94c7c5: Pulling fs layer 21:52:09 0ef7d3d256c8: Pulling fs layer 21:52:09 de9db76c5a1d: Pulling fs layer 21:52:09 0eba1c9be4d2: Pulling fs layer 21:52:09 0d57e429df01: Pulling fs layer 21:52:09 4e4be7b47b0d: Pulling fs layer 21:52:09 e1f770b5df2f: Pulling fs layer 21:52:09 85a0685a4137: Pulling fs layer 21:52:09 0eba1c9be4d2: Waiting 21:52:09 0d57e429df01: Waiting 21:52:09 4e4be7b47b0d: Waiting 21:52:09 e1f770b5df2f: Waiting 21:52:09 85a0685a4137: Waiting 21:52:09 de9db76c5a1d: Verifying Checksum 21:52:09 de9db76c5a1d: Download complete 21:52:09 0ef7d3d256c8: Verifying Checksum 21:52:09 0ef7d3d256c8: Download complete 21:52:10 0d57e429df01: Verifying Checksum 21:52:10 0d57e429df01: Download complete 21:52:10 4e4be7b47b0d: Verifying Checksum 21:52:10 4e4be7b47b0d: Download complete 21:52:10 188c0c94c7c5: Download complete 21:52:10 188c0c94c7c5: Pull complete 21:52:10 0ef7d3d256c8: Pull complete 21:52:10 de9db76c5a1d: Pull complete 21:52:11 e1f770b5df2f: Verifying Checksum 21:52:11 e1f770b5df2f: Download complete 21:52:13 0eba1c9be4d2: Verifying Checksum 21:52:13 0eba1c9be4d2: Download complete 21:52:13 85a0685a4137: Verifying Checksum 21:52:13 85a0685a4137: Download complete 21:52:18 0eba1c9be4d2: Pull complete 21:52:18 0d57e429df01: Pull complete 21:52:18 4e4be7b47b0d: Pull complete 21:52:20 e1f770b5df2f: Pull complete 21:52:28 85a0685a4137: Pull complete 21:52:28 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 21:52:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 21:52:28 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 21:52:28 prd-centos7-docker-4c-2g-32834 does not seem to be running inside a container 21:52:28 $ 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 21:52:29 $ docker top 5a802d3f8e6dda05981b84456da4f58e9963ca4e412a951ab6c0d30b4bfa39ac -eo pid,comm [Pipeline] { [Pipeline] echo 21:52:29 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 21:52:29 + set -o pipefail 21:52:29 + snyk monitor '--org=edgex-jenkins' 21:52:38 21:52:38 Monitoring /w/workspace/xfoundry_go-mod-messaging_master (github.com/edgexfoundry/go-mod-messaging/v2)... 21:52:38 21:52:38 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/d23208db-5112-4543-b346-0f70a18311f1/history/c018b55d-d994-41b8-96e7-64c1bc9df2e1 21:52:38 21:52:38 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 21:52:38 21:52:38 21:52:38 You are approaching your monthly limit of 300 private tests for your edgex-jenkins org. 21:52:38 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 21:52:38 $ docker stop --time=1 5a802d3f8e6dda05981b84456da4f58e9963ca4e412a951ab6c0d30b4bfa39ac 21:52:40 $ docker rm -f 5a802d3f8e6dda05981b84456da4f58e9963ca4e412a951ab6c0d30b4bfa39ac [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 21:52:42 + git log --format=format:%s -1 fc0cef43ba1582f85993886af18da78a5c504390 [Pipeline] isUnix [Pipeline] sh 21:52:42 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:52:42 . [Pipeline] withDockerContainer 21:52:42 prd-centos7-docker-4c-2g-32834 does not seem to be running inside a container 21:52:42 $ 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 21:52:43 $ docker top 419dbb30e63482ecc3fbf6e7c9a30b5a40e50be01844c27171dfd5400a2ea477 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:52:43 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:52:43 [ssh-agent] Looking for ssh-agent implementation... 21:52:43 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:52:43 $ docker exec 419dbb30e63482ecc3fbf6e7c9a30b5a40e50be01844c27171dfd5400a2ea477 ssh-agent 21:52:44 SSH_AUTH_SOCK=/tmp/ssh-Zd0S0l3Ynxbg/agent.11 21:52:44 SSH_AGENT_PID=16 21:52:44 Running ssh-add (command line suppressed) 21:52:44 Identity added: /w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_6567370339070872920.key (/w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_6567370339070872920.key) 21:52:44 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:52:44 + git semver tag 21:52:44 # -> Open(): unable to determine branch for HEAD 21:52:44 # $GIT_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.git 21:52:44 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-messaging_master 21:52:44 # $SEMVER_REMOTE_NAME = origin 21:52:44 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:52:44 # $SEMVER_USER_NAME = edgex-jenkins 21:52:44 # $SEMVER_BRANCH = master 21:52:44 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.semver 21:52:44 # fc0cef43ba1582f85993886af18da78a5c504390 HEAD 21:52:44 # -> Force: false 21:52:44 # 160fd0784ab3e6c1978e5d05a0e2cd0ce2e8dda7 refs/tags/v2.0.0-dev.8 [Pipeline] } 21:52:44 $ docker exec --env ******** --env ******** 419dbb30e63482ecc3fbf6e7c9a30b5a40e50be01844c27171dfd5400a2ea477 ssh-agent -k 21:52:44 unset SSH_AUTH_SOCK; 21:52:44 unset SSH_AGENT_PID; 21:52:44 echo Agent pid 16 killed; 21:52:44 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:52:45 + git semver [Pipeline] } 21:52:45 $ docker stop --time=1 419dbb30e63482ecc3fbf6e7c9a30b5a40e50be01844c27171dfd5400a2ea477 21:52:46 $ docker rm -f 419dbb30e63482ecc3fbf6e7c9a30b5a40e50be01844c27171dfd5400a2ea477 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 21:52:47 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 21:52:47 21:52:47 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 21:52:47 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 21:52:47 0.23.1-centos7: Pulling from edgex-lftools 21:52:47 ab5ef0e58194: Pulling fs layer 21:52:47 9712f1f96733: Pulling fs layer 21:52:47 63f879dbbcfc: Pulling fs layer 21:52:47 0d9ebad4ef96: Pulling fs layer 21:52:47 e9a5061849ea: Pulling fs layer 21:52:47 d747dcd14b5f: Pulling fs layer 21:52:47 2de7ff778b66: Pulling fs layer 21:52:47 e9a5061849ea: Waiting 21:52:47 d747dcd14b5f: Waiting 21:52:47 2de7ff778b66: Waiting 21:52:47 0d9ebad4ef96: Waiting 21:52:47 9712f1f96733: Download complete 21:52:48 63f879dbbcfc: Verifying Checksum 21:52:48 63f879dbbcfc: Download complete 21:52:48 e9a5061849ea: Verifying Checksum 21:52:48 e9a5061849ea: Download complete 21:52:48 d747dcd14b5f: Verifying Checksum 21:52:48 d747dcd14b5f: Download complete 21:52:49 2de7ff778b66: Verifying Checksum 21:52:49 2de7ff778b66: Download complete 21:52:49 0d9ebad4ef96: Verifying Checksum 21:52:49 0d9ebad4ef96: Download complete 21:52:49 ab5ef0e58194: Verifying Checksum 21:52:49 ab5ef0e58194: Download complete 21:52:54 ab5ef0e58194: Pull complete 21:52:54 9712f1f96733: Pull complete 21:52:55 63f879dbbcfc: Pull complete 21:53:02 0d9ebad4ef96: Pull complete 21:53:03 e9a5061849ea: Pull complete 21:53:03 d747dcd14b5f: Pull complete 21:53:06 2de7ff778b66: Pull complete 21:53:06 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 21:53:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 21:53:06 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 21:53:06 prd-centos7-docker-4c-2g-32834 does not seem to be running inside a container 21:53:06 $ 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 21:53:10 $ docker top d318d094569327254228d989586776b2cc499daa8a294ef1627ec717d541df1e -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 21:53:10 provisioning config files... 21:53:10 copy managed file [sigul-config] to file:/w/workspace/xfoundry_go-mod-messaging_master@tmp/config4122729346067211134tmp 21:53:10 copy managed file [sigul-password] to file:/w/workspace/xfoundry_go-mod-messaging_master@tmp/config33823252495671229tmp 21:53:10 copy managed file [sigul-pki] to file:/w/workspace/xfoundry_go-mod-messaging_master@tmp/config7599448234058169887tmp [Pipeline] { [Pipeline] echo 21:53:10 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 21:53:11 ---> sigul-configuration.sh 21:53:11 gpg: directory `/root/.gnupg' created 21:53:11 gpg: new configuration file `/root/.gnupg/gpg.conf' created 21:53:11 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 21:53:11 gpg: keyring `/root/.gnupg/secring.gpg' created 21:53:11 gpg: keyring `/root/.gnupg/pubring.gpg' created 21:53:11 gpg: CAST5 encrypted data 21:53:11 gpg: encrypted with 1 passphrase 21:53:11 gpg: WARNING: message was not integrity protected [Pipeline] sh 21:53:11 + mkdir /home/jenkins 21:53:11 + mkdir /home/jenkins/sigul [Pipeline] sh 21:53:12 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 21:53:12 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 21:53:12 ---> sigul-install.sh 21:53:22 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 21:53:22 + git tag --list 21:53:22 v0.0.0 21:53:22 v0.1.0 21:53:22 v0.1.1 21:53:22 v0.1.10 21:53:22 v0.1.11 21:53:22 v0.1.12 21:53:22 v0.1.13 21:53:22 v0.1.14 21:53:22 v0.1.15 21:53:22 v0.1.16 21:53:22 v0.1.17 21:53:22 v0.1.18 21:53:22 v0.1.19 21:53:22 v0.1.2 21:53:22 v0.1.20 21:53:22 v0.1.21 21:53:22 v0.1.22 21:53:22 v0.1.23 21:53:22 v0.1.24 21:53:22 v0.1.25 21:53:22 v0.1.26 21:53:22 v0.1.27 21:53:22 v0.1.28 21:53:22 v0.1.29 21:53:22 v0.1.3 21:53:22 v0.1.30 21:53:22 v0.1.31 21:53:22 v0.1.4 21:53:22 v0.1.5 21:53:22 v0.1.6 21:53:22 v0.1.7 21:53:22 v0.1.8 21:53:22 v0.1.9 21:53:22 v2.0.0-dev.1 21:53:22 v2.0.0-dev.2 21:53:22 v2.0.0-dev.3 21:53:22 v2.0.0-dev.4 21:53:22 v2.0.0-dev.5 21:53:22 v2.0.0-dev.6 21:53:22 v2.0.0-dev.7 21:53:22 v2.0.0-dev.8 [Pipeline] sh 21:53:23 + lftools sign git-tag v2.0.0-dev.8 21:53:24 Signing Git tag with Sigul... 21:53:24 Signing v2.0.0-dev.8 [Pipeline] echo 21:53:25 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 21:53:25 ---> sigul-configuration-cleanup.sh [Pipeline] } 21:53:25 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 21:53:25 $ docker stop --time=1 d318d094569327254228d989586776b2cc499daa8a294ef1627ec717d541df1e 21:53:27 $ docker rm -f d318d094569327254228d989586776b2cc499daa8a294ef1627ec717d541df1e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 21:53:28 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:53:28 . [Pipeline] withDockerContainer 21:53:29 prd-centos7-docker-4c-2g-32834 does not seem to be running inside a container 21:53:29 $ 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 21:53:29 $ docker top 0e3fe58ffa28fefdb27fc1a8d2e39c8c6d57200b90b65d61df01c630e11f54bf -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:53:30 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:53:30 [ssh-agent] Looking for ssh-agent implementation... 21:53:30 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:53:30 $ docker exec 0e3fe58ffa28fefdb27fc1a8d2e39c8c6d57200b90b65d61df01c630e11f54bf ssh-agent 21:53:30 SSH_AUTH_SOCK=/tmp/ssh-3r23sLrGwZxr/agent.12 21:53:30 SSH_AGENT_PID=18 21:53:30 Running ssh-add (command line suppressed) 21:53:30 Identity added: /w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_8868044575708186669.key (/w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_8868044575708186669.key) 21:53:30 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:53:30 + git semver bump pre 21:53:30 # -> Open(): unable to determine branch for HEAD 21:53:30 # $GIT_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.git 21:53:30 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-messaging_master 21:53:30 # $SEMVER_REMOTE_NAME = origin 21:53:30 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:53:30 # $SEMVER_USER_NAME = edgex-jenkins 21:53:30 # $SEMVER_BRANCH = master 21:53:30 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.semver 21:53:30 2.0.0-dev.9 [Pipeline] } 21:53:30 $ docker exec --env ******** --env ******** 0e3fe58ffa28fefdb27fc1a8d2e39c8c6d57200b90b65d61df01c630e11f54bf ssh-agent -k 21:53:31 unset SSH_AUTH_SOCK; 21:53:31 unset SSH_AGENT_PID; 21:53:31 echo Agent pid 18 killed; 21:53:31 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:53:31 + git semver [Pipeline] } 21:53:31 $ docker stop --time=1 0e3fe58ffa28fefdb27fc1a8d2e39c8c6d57200b90b65d61df01c630e11f54bf 21:53:33 $ docker rm -f 0e3fe58ffa28fefdb27fc1a8d2e39c8c6d57200b90b65d61df01c630e11f54bf [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 21:53:33 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:53:33 . [Pipeline] withDockerContainer 21:53:33 prd-centos7-docker-4c-2g-32834 does not seem to be running inside a container 21:53:33 $ 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 21:53:34 $ docker top 5699cd9797dff2e6195ffe8aae42b2c21ba8307d942f45cbb52b300179170287 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:53:34 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:53:34 [ssh-agent] Looking for ssh-agent implementation... 21:53:34 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:53:34 $ docker exec 5699cd9797dff2e6195ffe8aae42b2c21ba8307d942f45cbb52b300179170287 ssh-agent 21:53:35 SSH_AUTH_SOCK=/tmp/ssh-VwnPa8qmobqs/agent.11 21:53:35 SSH_AGENT_PID=16 21:53:35 Running ssh-add (command line suppressed) 21:53:35 Identity added: /w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_1826570649331884561.key (/w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_1826570649331884561.key) 21:53:35 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:53:35 + git semver push 21:53:35 # -> Open(): unable to determine branch for HEAD 21:53:35 # $GIT_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.git 21:53:35 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-messaging_master 21:53:35 # $SEMVER_REMOTE_NAME = origin 21:53:35 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:53:35 # $SEMVER_USER_NAME = edgex-jenkins 21:53:35 # $SEMVER_BRANCH = master 21:53:35 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.semver [Pipeline] } 21:53:38 $ docker exec --env ******** --env ******** 5699cd9797dff2e6195ffe8aae42b2c21ba8307d942f45cbb52b300179170287 ssh-agent -k 21:53:39 unset SSH_AUTH_SOCK; 21:53:39 unset SSH_AGENT_PID; 21:53:39 echo Agent pid 16 killed; 21:53:39 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:53:39 + git semver [Pipeline] } 21:53:39 $ docker stop --time=1 5699cd9797dff2e6195ffe8aae42b2c21ba8307d942f45cbb52b300179170287 21:53:41 $ docker rm -f 5699cd9797dff2e6195ffe8aae42b2c21ba8307d942f45cbb52b300179170287 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 21:53:42 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 21:53:43 ---> package-listing.sh 21:53:43 ++ facter osfamily 21:53:43 ++ tr '[:upper:]' '[:lower:]' 21:53:43 + OS_FAMILY=redhat 21:53:43 + workspace=/w/workspace/xfoundry_go-mod-messaging_master 21:53:43 + START_PACKAGES=/tmp/packages_start.txt 21:53:43 + END_PACKAGES=/tmp/packages_end.txt 21:53:43 + DIFF_PACKAGES=/tmp/packages_diff.txt 21:53:43 + PACKAGES=/tmp/packages_start.txt 21:53:43 + '[' /w/workspace/xfoundry_go-mod-messaging_master ']' 21:53:43 + PACKAGES=/tmp/packages_end.txt 21:53:43 + case "${OS_FAMILY}" in 21:53:43 + rpm -qa 21:53:43 + sort 21:53:48 + '[' -f /tmp/packages_start.txt ']' 21:53:48 + '[' -f /tmp/packages_end.txt ']' 21:53:48 + diff /tmp/packages_start.txt /tmp/packages_end.txt 21:53:48 + '[' /w/workspace/xfoundry_go-mod-messaging_master ']' 21:53:48 + mkdir -p /w/workspace/xfoundry_go-mod-messaging_master/archives/ 21:53:48 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_go-mod-messaging_master/archives/ [Pipeline] echo 21:53:48 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 21:53:49 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 21:53:49 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:53:49 21:53:49 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 21:53:49 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:53:49 alpine: Pulling from edgex-lftools-log-publisher 21:53:49 df20fa9351a1: Pulling fs layer 21:53:49 36b3adc4ff6f: Pulling fs layer 21:53:49 8ad3a11d3b57: Pulling fs layer 21:53:49 46f8f816bc3b: Pulling fs layer 21:53:49 93b61091891f: Pulling fs layer 21:53:49 93b9cdb0e59b: Pulling fs layer 21:53:49 5e14af77c1be: Pulling fs layer 21:53:49 01666e4c0597: Pulling fs layer 21:53:49 aa168da1d23b: Pulling fs layer 21:53:49 93b9cdb0e59b: Waiting 21:53:49 5e14af77c1be: Waiting 21:53:49 46f8f816bc3b: Waiting 21:53:49 01666e4c0597: Waiting 21:53:49 aa168da1d23b: Waiting 21:53:49 36b3adc4ff6f: Download complete 21:53:49 46f8f816bc3b: Verifying Checksum 21:53:49 46f8f816bc3b: Download complete 21:53:49 df20fa9351a1: Verifying Checksum 21:53:49 93b9cdb0e59b: Verifying Checksum 21:53:49 93b9cdb0e59b: Download complete 21:53:49 5e14af77c1be: Verifying Checksum 21:53:49 5e14af77c1be: Download complete 21:53:49 01666e4c0597: Verifying Checksum 21:53:49 01666e4c0597: Download complete 21:53:49 93b61091891f: Verifying Checksum 21:53:49 93b61091891f: Download complete 21:53:50 df20fa9351a1: Pull complete 21:53:50 8ad3a11d3b57: Verifying Checksum 21:53:50 8ad3a11d3b57: Download complete 21:53:50 36b3adc4ff6f: Pull complete 21:53:51 8ad3a11d3b57: Pull complete 21:53:51 46f8f816bc3b: Pull complete 21:53:51 aa168da1d23b: Verifying Checksum 21:53:51 aa168da1d23b: Download complete 21:53:52 93b61091891f: Pull complete 21:53:52 93b9cdb0e59b: Pull complete 21:53:52 5e14af77c1be: Pull complete 21:53:52 01666e4c0597: Pull complete 21:53:59 aa168da1d23b: Pull complete 21:53:59 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 21:53:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:53:59 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 21:53:59 prd-centos7-docker-4c-2g-32834 does not seem to be running inside a container 21:53:59 $ 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 21:54:03 $ docker top 282a79df8a7e5b37144b0fffd3bf441265e2d588cc852fa696402065e64aa702 -eo pid,comm [Pipeline] { [Pipeline] sh 21:54:03 + touch /tmp/pre-build-complete [Pipeline] sh 21:54:04 + mkdir -p /var/log/sa [Pipeline] sh 21:54:04 + ls /var/log/sa-host 21:54:04 + sadf -c /var/log/sa-host/sa05 21:54:04 file_magic: OK 21:54:04 HZ: Using current value: 100 21:54:04 file_header: OK 21:54:04 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 21:54:04 Statistics: 21:54:04 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 21:54:04 File successfully converted to sysstat format version 12.2.1 21:54:04 + sadf -c /var/log/sa-host/sa23 21:54:04 file_magic: OK 21:54:04 HZ: Using current value: 100 21:54:04 file_header: OK 21:54:04 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 21:54:04 Statistics: 21:54:04 Hnuu...uuuununununu... 21:54:04 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 21:54:05 provisioning config files... 21:54:05 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_go-mod-messaging_master@tmp/config4146412135054413071tmp [Pipeline] { [Pipeline] echo 21:54:05 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 21:54:05 ---> create-netrc.sh [Pipeline] } 21:54:05 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 21:54:05 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 21:54:05 ---> python-tools-install.sh [Pipeline] echo 21:54:05 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 21:54:06 ---> sudo-logs.sh 21:54:06 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 21:54:06 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 21:54:06 ---> job-cost.sh 21:54:06 lf-activate-venv: SKIPPING 21:54:06 DEBUG: total: 0.20999999344348907 21:54:06 INFO: Retrieving Stack Cost... 21:54:07 INFO: Retrieving Pricing Info for: v1-standard-2 21:54:08 INFO: Archiving Costs [Pipeline] echo 21:54:08 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 21:54:08 ---> logs-deploy.sh 21:54:08 lf-activate-venv: SKIPPING 21:54:08 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-messaging/master/30 21:54:08 INFO: archiving workspace using pattern(s): 21:54:09 Archives upload complete. 21:54:10 INFO: archiving logs to Nexus 21:54:10 ---> uname -a: 21:54:10 Linux prd-centos7-docker-4c-2g-32834.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 21:54:10 21:54:10 21:54:10 ---> lscpu: 21:54:10 Architecture: x86_64 21:54:10 CPU op-mode(s): 32-bit, 64-bit 21:54:10 Byte Order: Little Endian 21:54:10 Address sizes: 40 bits physical, 48 bits virtual 21:54:10 CPU(s): 4 21:54:10 On-line CPU(s) list: 0-3 21:54:10 Thread(s) per core: 1 21:54:10 Core(s) per socket: 1 21:54:10 Socket(s): 4 21:54:10 NUMA node(s): 1 21:54:10 Vendor ID: GenuineIntel 21:54:10 CPU family: 6 21:54:10 Model: 44 21:54:10 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 21:54:10 Stepping: 1 21:54:10 CPU MHz: 2933.438 21:54:10 BogoMIPS: 5866.87 21:54:10 Virtualization: VT-x 21:54:10 Hypervisor vendor: KVM 21:54:10 Virtualization type: full 21:54:10 L1d cache: 128 KiB 21:54:10 L1i cache: 128 KiB 21:54:10 L2 cache: 16 MiB 21:54:10 L3 cache: 64 MiB 21:54:10 NUMA node0 CPU(s): 0-3 21:54:10 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 21:54:10 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 21:54:10 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 21:54:10 Vulnerability Meltdown: Mitigation; PTI 21:54:10 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 21:54:10 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 21:54:10 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 21:54:10 Vulnerability Srbds: Not affected 21:54:10 Vulnerability Tsx async abort: Not affected 21:54:10 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 21:54:10 21:54:10 21:54:10 ---> nproc: 21:54:10 4 21:54:10 21:54:10 21:54:10 ---> df -h: 21:54:10 Filesystem Size Used Available Use% Mounted on 21:54:10 overlay 50.0G 8.5G 41.4G 17% / 21:54:10 tmpfs 64.0M 0 64.0M 0% /dev 21:54:10 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 21:54:10 shm 64.0M 0 64.0M 0% /dev/shm 21:54:10 /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os 21:54:10 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf 21:54:10 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname 21:54:10 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts 21:54:10 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log 21:54:10 /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json 21:54:10 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/xfoundry_go-mod-messaging_master 21:54:10 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/xfoundry_go-mod-messaging_master@tmp 21:54:10 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host 21:54:10 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure 21:54:10 21:54:10 21:54:10 ---> free -m: 21:54:10 total used free shared buff/cache available 21:54:10 Mem: 1837 838 154 0 844 934 21:54:10 Swap: 1023 2 1021 21:54:10 21:54:10 21:54:10 ---> ip addr: 21:54:10 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 21:54:10 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 21:54:10 inet 127.0.0.1/8 scope host lo 21:54:10 valid_lft forever preferred_lft forever 21:54:10 inet6 ::1/128 scope host 21:54:10 valid_lft forever preferred_lft forever 21:54:10 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 21:54:10 link/ether fa:16:3e:50:89:8e brd ff:ff:ff:ff:ff:ff 21:54:10 inet 10.30.123.110/23 brd 10.30.123.255 scope global dynamic eth0 21:54:10 valid_lft 85842sec preferred_lft 85842sec 21:54:10 inet6 fe80::f816:3eff:fe50:898e/64 scope link 21:54:10 valid_lft forever preferred_lft forever 21:54:10 3: docker0: mtu 1500 qdisc noqueue state DOWN 21:54:10 link/ether 02:42:52:5f:df:14 brd ff:ff:ff:ff:ff:ff 21:54:10 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 21:54:10 valid_lft forever preferred_lft forever 21:54:10 inet6 fe80::42:52ff:fe5f:df14/64 scope link 21:54:10 valid_lft forever preferred_lft forever 21:54:10 21:54:10 21:54:10 ---> sar -b -r -n DEV: 21:54:10 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/05/21 _x86_64_ (4 CPU) 21:54:10 21:54:10 21:44:40 LINUX RESTART (4 CPU) 21:54:10 21:54:10 21:45:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 21:54:10 21:46:01 136.33 51.17 85.16 0.00 7998.40 39093.99 0.00 21:54:10 21:47:01 2.76 0.03 2.73 0.00 1.07 93.59 0.00 21:54:10 21:48:01 0.42 0.00 0.42 0.00 0.00 6.00 0.00 21:54:10 21:49:01 0.22 0.00 0.22 0.00 0.00 2.28 0.00 21:54:10 21:50:01 0.27 0.00 0.27 0.00 0.00 3.07 0.00 21:54:10 21:51:01 0.27 0.00 0.27 0.00 0.00 4.30 0.00 21:54:10 21:52:01 0.32 0.00 0.32 0.00 0.00 3.48 0.00 21:54:10 21:53:01 351.85 180.58 171.26 0.00 8808.79 56719.32 0.00 21:54:10 21:54:01 230.55 108.76 121.79 0.00 7623.30 28380.26 0.00 21:54:10 Average: 80.43 37.89 42.54 0.00 2717.73 13824.47 0.00 21:54:10 21:54:10 21:45:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 21:54:10 21:46:01 163440 0 620648 32.99 2620 1094836 1113268 37.99 414344 1104960 140 21:54:10 21:47:01 170652 0 613404 32.60 2620 1094868 1079484 36.84 415212 1098108 16 21:54:10 21:48:01 167980 0 616072 32.74 2620 1094872 1079616 36.85 416692 1099000 12 21:54:10 21:49:01 167872 0 616176 32.75 2620 1094876 1079616 36.85 424216 1091632 8 21:54:10 21:50:01 168948 0 615096 32.69 2620 1094880 1079484 36.84 420424 1094680 8 21:54:10 21:51:01 164588 0 619448 32.92 2620 1094888 1079568 36.84 446212 1073456 8 21:54:10 21:52:01 165076 0 618960 32.90 2620 1094888 1079484 36.84 446776 1072444 8 21:54:10 21:53:01 176744 0 772588 41.06 1916 930296 1338788 45.69 539956 854088 86248 21:54:10 21:54:01 199496 0 844220 44.87 1040 836788 1304324 44.51 544272 765092 8848 21:54:10 Average: 171644 0 659624 35.06 2366 1047910 1137070 38.81 452012 1028162 10588 21:54:10 21:54:10 21:45:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 21:54:10 21:46:01 eth0 546.75 355.71 1051.18 93.65 0.00 0.00 0.00 0.00 21:54:10 21:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:54:10 21:46:01 docker0 1.70 1.40 0.39 3.11 0.00 0.00 0.00 0.00 21:54:10 21:47:01 eth0 0.77 0.08 0.06 0.02 0.00 0.00 0.00 0.00 21:54:10 21:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:54:10 21:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:54:10 21:48:01 eth0 4.20 2.25 3.33 0.33 0.00 0.00 0.00 0.00 21:54:10 21:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:54:10 21:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:54:10 21:49:01 eth0 0.55 0.30 0.27 0.20 0.00 0.00 0.00 0.00 21:54:10 21:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:54:10 21:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:54:10 21:50:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 21:54:10 21:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:54:10 21:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:54:10 21:51:01 eth0 0.20 0.17 0.08 0.07 0.00 0.00 0.00 0.00 21:54:10 21:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:54:10 21:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:54:10 21:52:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 21:54:10 21:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:54:10 21:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:54:10 21:53:01 eth0 785.67 701.03 7329.21 64.28 0.00 0.00 0.00 0.00 21:54:10 21:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:54:10 21:53:01 docker0 13.64 14.13 1.28 45.33 0.00 0.00 0.00 0.00 21:54:10 21:54:01 eth0 382.26 293.74 2459.72 136.86 0.00 0.00 0.00 0.00 21:54:10 21:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:54:10 21:54:01 docker0 55.65 95.44 3.17 236.34 0.00 0.00 0.00 0.00 21:54:10 Average: eth0 191.35 150.52 1206.15 32.88 0.00 0.00 0.00 0.00 21:54:10 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:54:10 Average: docker0 7.91 12.36 0.54 31.73 0.00 0.00 0.00 0.00 21:54:10 21:54:10 21:54:10 ---> sar -P ALL: 21:54:10 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/05/21 _x86_64_ (4 CPU) 21:54:10 21:54:10 21:44:40 LINUX RESTART (4 CPU) 21:54:10 21:54:10 21:45:01 CPU %user %nice %system %iowait %steal %idle 21:54:10 21:46:01 all 13.89 0.00 6.01 8.08 0.04 71.98 21:54:10 21:46:01 0 13.01 0.00 6.49 7.05 0.02 73.43 21:54:10 21:46:01 1 14.62 0.00 5.60 7.17 0.05 72.57 21:54:10 21:46:01 2 14.79 0.00 6.36 6.63 0.02 72.20 21:54:10 21:46:01 3 13.15 0.00 5.59 11.47 0.07 69.72 21:54:10 21:47:01 all 0.17 0.00 0.03 0.00 0.00 99.80 21:54:10 21:47:01 0 0.05 0.00 0.02 0.00 0.00 99.93 21:54:10 21:47:01 1 0.03 0.00 0.02 0.00 0.00 99.95 21:54:10 21:47:01 2 0.03 0.00 0.05 0.00 0.00 99.92 21:54:10 21:47:01 3 0.55 0.00 0.05 0.00 0.00 99.40 21:54:10 21:48:01 all 0.19 0.00 0.10 0.00 0.00 99.72 21:54:10 21:48:01 0 0.08 0.00 0.10 0.00 0.00 99.82 21:54:10 21:48:01 1 0.10 0.00 0.10 0.00 0.00 99.80 21:54:10 21:48:01 2 0.08 0.00 0.13 0.00 0.00 99.78 21:54:10 21:48:01 3 0.48 0.00 0.05 0.00 0.00 99.47 21:54:10 21:49:01 all 0.13 0.00 0.03 0.00 0.00 99.85 21:54:10 21:49:01 0 0.02 0.00 0.02 0.00 0.00 99.97 21:54:10 21:49:01 1 0.02 0.00 0.02 0.00 0.00 99.97 21:54:10 21:49:01 2 0.03 0.00 0.02 0.00 0.00 99.95 21:54:10 21:49:01 3 0.45 0.00 0.05 0.00 0.00 99.50 21:54:10 21:50:01 all 0.17 0.00 0.08 0.00 0.00 99.75 21:54:10 21:50:01 0 0.03 0.00 0.07 0.00 0.00 99.90 21:54:10 21:50:01 1 0.07 0.00 0.17 0.00 0.00 99.77 21:54:10 21:50:01 2 0.05 0.00 0.05 0.00 0.00 99.90 21:54:10 21:50:01 3 0.53 0.00 0.05 0.00 0.00 99.42 21:54:10 21:51:01 all 0.16 0.00 0.04 0.00 0.00 99.80 21:54:10 21:51:01 0 0.00 0.00 0.02 0.00 0.00 99.98 21:54:10 21:51:01 1 0.07 0.00 0.05 0.00 0.00 99.88 21:54:10 21:51:01 2 0.05 0.00 0.05 0.00 0.00 99.90 21:54:10 21:51:01 3 0.52 0.00 0.03 0.00 0.00 99.45 21:54:10 21:52:01 all 0.16 0.00 0.03 0.00 0.00 99.80 21:54:10 21:52:01 0 0.02 0.00 0.00 0.00 0.02 99.97 21:54:10 21:52:01 1 0.08 0.00 0.05 0.00 0.00 99.87 21:54:10 21:52:01 2 0.03 0.00 0.02 0.00 0.00 99.95 21:54:10 21:52:01 3 0.52 0.00 0.05 0.00 0.00 99.43 21:54:10 21:53:01 all 15.17 0.00 8.97 3.01 0.06 72.79 21:54:10 21:53:01 0 14.86 0.00 10.85 4.30 0.07 69.91 21:54:10 21:53:01 1 15.58 0.00 8.50 3.33 0.07 72.53 21:54:10 21:53:01 2 14.74 0.00 8.62 2.30 0.03 74.30 21:54:10 21:53:01 3 15.50 0.00 7.93 2.10 0.07 74.39 21:54:10 21:54:01 all 10.42 0.00 6.45 4.48 0.04 78.61 21:54:10 21:54:01 0 8.66 0.00 6.27 2.25 0.03 82.78 21:54:10 21:54:01 1 9.06 0.00 6.44 4.60 0.03 79.87 21:54:10 21:54:01 2 13.56 0.00 6.97 3.88 0.03 75.55 21:54:10 21:54:01 3 10.40 0.00 6.13 7.20 0.05 76.23 21:54:10 Average: all 4.44 0.00 2.39 1.71 0.02 91.44 21:54:10 Average: 0 4.03 0.00 2.61 1.49 0.01 91.85 21:54:10 Average: 1 4.36 0.00 2.30 1.66 0.02 91.66 21:54:10 Average: 2 4.76 0.00 2.45 1.41 0.01 91.37 21:54:10 Average: 3 4.62 0.00 2.19 2.29 0.02 90.88 21:54:10 21:54:10 21:54:10