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 [2021-04-05T21:45:27.558Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-05T21:45:27.844Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-05T21:45:27.957Z] ========================================================= [2021-04-05T21:45:27.957Z] EdgeX Global Pipelines Version Info [2021-04-05T21:45:27.957Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-04-05T21:45:29.408Z] ------------------- [2021-04-05T21:45:29.408Z] stable info: [2021-04-05T21:45:29.408Z] ------------------- [2021-04-05T21:45:29.408Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-05T21:45:29.408Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-05T21:45:29.408Z] Message: update stable to v1.0.186 [2021-04-05T21:45:30.353Z] ------------------- [2021-04-05T21:45:30.353Z] experimental info: [2021-04-05T21:45:30.353Z] ------------------- [2021-04-05T21:45:30.353Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-05T21:45:30.353Z] Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 [2021-04-05T21:45:30.353Z] Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-05T21:45:30.675Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-messaging-settings [Pipeline] echo [2021-04-05T21:45:30.817Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-messaging [Pipeline] echo [2021-04-05T21:45:30.920Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-05T21:45:31.051Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-05T21:45:31.150Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-05T21:45:31.291Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-05T21:45:31.383Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-05T21:45:31.482Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-05T21:45:31.626Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-04-05T21:45:31.728Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-05T21:45:31.826Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-05T21:45:31.923Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-messaging [Pipeline] echo [2021-04-05T21:45:32.018Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-05T21:45:32.120Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-05T21:45:32.221Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2021-04-05T21:45:32.347Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-04-05T21:45:32.435Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-04-05T21:45:32.537Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-04-05T21:45:32.631Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-05T21:45:32.727Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-04-05T21:45:32.819Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-04-05T21:45:32.911Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-04-05T21:45:33.004Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-04-05T21:45:33.099Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-04-05T21:45:33.188Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2021-04-05T21:45:33.283Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-05T21:45:33.375Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-04-05T21:45:33.466Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-04-05T21:45:33.568Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-04-05T21:45:33.689Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = fc0cef43ba1582f85993886af18da78a5c504390 [Pipeline] echo [2021-04-05T21:45:33.782Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = fc0cef4 [Pipeline] echo [2021-04-05T21:45:33.873Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-05T21:45:34.593Z] + git log --format=format:%s -1 fc0cef43ba1582f85993886af18da78a5c504390 [Pipeline] echo [2021-04-05T21:45:34.669Z] 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 [2021-04-05T21:45:34.718Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-04-05T21:45:35.772Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-05T21:45:36.034Z] [2021-04-05T21:45:36.034Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-05T21:45:36.387Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-05T21:45:36.387Z] latest: Pulling from edgex-devops/git-semver [2021-04-05T21:45:36.387Z] 31603596830f: Pulling fs layer [2021-04-05T21:45:36.387Z] 2a8b12db71e7: Pulling fs layer [2021-04-05T21:45:36.387Z] 6ca5941a6612: Pulling fs layer [2021-04-05T21:45:36.387Z] ecc8261a40a4: Pulling fs layer [2021-04-05T21:45:36.387Z] ecc8261a40a4: Waiting [2021-04-05T21:45:36.649Z] 2a8b12db71e7: Verifying Checksum [2021-04-05T21:45:36.649Z] 2a8b12db71e7: Download complete [2021-04-05T21:45:36.649Z] 31603596830f: Verifying Checksum [2021-04-05T21:45:36.649Z] 31603596830f: Download complete [2021-04-05T21:45:36.649Z] ecc8261a40a4: Verifying Checksum [2021-04-05T21:45:36.649Z] ecc8261a40a4: Download complete [2021-04-05T21:45:36.913Z] 6ca5941a6612: Verifying Checksum [2021-04-05T21:45:36.913Z] 6ca5941a6612: Download complete [2021-04-05T21:45:36.913Z] 31603596830f: Pull complete [2021-04-05T21:45:37.178Z] 2a8b12db71e7: Pull complete [2021-04-05T21:45:37.756Z] 6ca5941a6612: Pull complete [2021-04-05T21:45:38.020Z] ecc8261a40a4: Pull complete [2021-04-05T21:45:38.020Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-04-05T21:45:38.020Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-05T21:45:38.020Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-05T21:45:38.120Z] prd-centos7-docker-4c-2g-32834 does not seem to be running inside a container [2021-04-05T21:45:38.168Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-messaging_master -v /w/workspace/xfoundry_go-mod-messaging_master:/w/workspace/xfoundry_go-mod-messaging_master:rw,z -v /w/workspace/xfoundry_go-mod-messaging_master@tmp:/w/workspace/xfoundry_go-mod-messaging_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-05T21:45:40.533Z] $ docker top bfea096054c44a4fcc96d0d3e372e897a6ff923e8ec00ff857a91bcc9127bdb6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-05T21:45:40.874Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-05T21:45:40.874Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-05T21:45:41.091Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-05T21:45:41.093Z] $ docker exec bfea096054c44a4fcc96d0d3e372e897a6ff923e8ec00ff857a91bcc9127bdb6 ssh-agent [2021-04-05T21:45:41.255Z] SSH_AUTH_SOCK=/tmp/ssh-a6GLf4i6Yptp/agent.11 [2021-04-05T21:45:41.255Z] SSH_AGENT_PID=16 [2021-04-05T21:45:41.268Z] Running ssh-add (command line suppressed) [2021-04-05T21:45:41.388Z] 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) [2021-04-05T21:45:41.442Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-05T21:45:41.782Z] + git tag --points-at HEAD [Pipeline] } [2021-04-05T21:45:41.803Z] $ docker exec --env ******** --env ******** bfea096054c44a4fcc96d0d3e372e897a6ff923e8ec00ff857a91bcc9127bdb6 ssh-agent -k [2021-04-05T21:45:41.910Z] unset SSH_AUTH_SOCK; [2021-04-05T21:45:41.910Z] unset SSH_AGENT_PID; [2021-04-05T21:45:41.910Z] echo Agent pid 16 killed; [2021-04-05T21:45:41.956Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-05T21:45:42.097Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-05T21:45:42.097Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-05T21:45:42.315Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-05T21:45:42.324Z] $ docker exec bfea096054c44a4fcc96d0d3e372e897a6ff923e8ec00ff857a91bcc9127bdb6 ssh-agent [2021-04-05T21:45:42.490Z] SSH_AUTH_SOCK=/tmp/ssh-w74gVuZAxTVO/agent.44 [2021-04-05T21:45:42.490Z] SSH_AGENT_PID=49 [2021-04-05T21:45:42.496Z] Running ssh-add (command line suppressed) [2021-04-05T21:45:42.610Z] 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) [2021-04-05T21:45:42.662Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-05T21:45:43.007Z] + git semver init [2021-04-05T21:45:43.007Z] # -> Open(): unable to determine branch for HEAD [2021-04-05T21:45:43.007Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.git [2021-04-05T21:45:43.007Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-messaging_master [2021-04-05T21:45:43.007Z] # $SEMVER_REMOTE_NAME = origin [2021-04-05T21:45:43.007Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-05T21:45:43.007Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-05T21:45:43.007Z] # $SEMVER_BRANCH = master [2021-04-05T21:45:43.007Z] # $SEMVER_TEMP = /tmp/semver-769689148 [2021-04-05T21:45:43.007Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-messaging.git $SEMVER_TEMP [2021-04-05T21:45:43.580Z] # '/tmp/semver-769689148' -> '/w/workspace/xfoundry_go-mod-messaging_master/.semver' [2021-04-05T21:45:43.580Z] # -> Force: false [2021-04-05T21:45:43.580Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.semver [Pipeline] } [2021-04-05T21:45:43.592Z] $ docker exec --env ******** --env ******** bfea096054c44a4fcc96d0d3e372e897a6ff923e8ec00ff857a91bcc9127bdb6 ssh-agent -k [2021-04-05T21:45:43.704Z] unset SSH_AUTH_SOCK; [2021-04-05T21:45:43.705Z] unset SSH_AGENT_PID; [2021-04-05T21:45:43.705Z] echo Agent pid 49 killed; [2021-04-05T21:45:43.750Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-05T21:45:44.279Z] + git semver [Pipeline] } [2021-04-05T21:45:44.296Z] $ docker stop --time=1 bfea096054c44a4fcc96d0d3e372e897a6ff923e8ec00ff857a91bcc9127bdb6 [2021-04-05T21:45:45.843Z] $ docker rm -f bfea096054c44a4fcc96d0d3e372e897a6ff923e8ec00ff857a91bcc9127bdb6 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-05T21:45:46.310Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-05T21:45:46.751Z] Stashed 1 file(s) [Pipeline] echo [2021-04-05T21:45:46.754Z] [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 [2021-04-05T21:46:02.293Z] Still waiting to schedule task [2021-04-05T21:46:02.294Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-04-05T21:46:02.296Z] Still waiting to schedule task [2021-04-05T21:46:02.296Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-04-05T21:47:50.921Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-32835 in /w/workspace/xfoundry_go-mod-messaging_master [Pipeline] { [Pipeline] ws [2021-04-05T21:47:51.141Z] Running in /w/workspace/go-mod-messaging/30 [Pipeline] { [Pipeline] checkout [2021-04-05T21:47:55.946Z] using credential edgex-jenkins-ssh [2021-04-05T21:47:56.040Z] Cloning the remote Git repository [2021-04-05T21:47:56.086Z] Cloning repository git@github.com:edgexfoundry/go-mod-messaging.git [2021-04-05T21:47:56.201Z] > git init /w/workspace/go-mod-messaging/30 # timeout=10 [2021-04-05T21:47:56.281Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git [2021-04-05T21:47:56.282Z] > git --version # timeout=10 [2021-04-05T21:47:56.304Z] > git --version # 'git version 2.17.1' [2021-04-05T21:47:56.306Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-05T21:47:56.373Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-05T21:47:57.178Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 [2021-04-05T21:47:57.205Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-05T21:47:57.226Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 [2021-04-05T21:47:57.260Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git [2021-04-05T21:47:57.260Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-05T21:47:57.272Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-05T21:47:57.725Z] Checking out Revision fc0cef43ba1582f85993886af18da78a5c504390 (master) [2021-04-05T21:47:57.734Z] > git config core.sparsecheckout # timeout=10 [2021-04-05T21:47:57.747Z] > git checkout -f fc0cef43ba1582f85993886af18da78a5c504390 # timeout=10 [2021-04-05T21:48:02.388Z] 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 [2021-04-05T21:48:04.054Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-04-05T21:48:04.446Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-05T21:48:04.781Z] + + true [2021-04-05T21:48:04.781Z] sudo service docker restart [Pipeline] unstash [Pipeline] echo [2021-04-05T21:48:07.706Z] ========================================================= [2021-04-05T21:48:07.706Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-04-05T21:48:07.706Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-05T21:48:08.078Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-04-05T21:48:09.069Z] Sending build context to Docker daemon 517.1kB [2021-04-05T21:48:09.069Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-04-05T21:48:09.069Z] Step 2/7 : FROM ${BASE} [2021-04-05T21:48:09.346Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-05T21:48:09.346Z] 5f621e34cdf4: Pulling fs layer [2021-04-05T21:48:09.346Z] a4357932f1b6: Pulling fs layer [2021-04-05T21:48:09.346Z] 18c013af1878: Pulling fs layer [2021-04-05T21:48:09.346Z] 00ac8860ef70: Pulling fs layer [2021-04-05T21:48:09.346Z] 63d7cb157983: Pulling fs layer [2021-04-05T21:48:09.346Z] b116817d02f9: Pulling fs layer [2021-04-05T21:48:09.346Z] 745a02a5169b: Pulling fs layer [2021-04-05T21:48:09.346Z] 00ac8860ef70: Waiting [2021-04-05T21:48:09.346Z] 63d7cb157983: Waiting [2021-04-05T21:48:09.346Z] b116817d02f9: Waiting [2021-04-05T21:48:09.346Z] 745a02a5169b: Waiting [2021-04-05T21:48:09.346Z] 18c013af1878: Verifying Checksum [2021-04-05T21:48:09.346Z] 18c013af1878: Download complete [2021-04-05T21:48:09.346Z] a4357932f1b6: Verifying Checksum [2021-04-05T21:48:09.346Z] a4357932f1b6: Download complete [2021-04-05T21:48:09.626Z] 63d7cb157983: Verifying Checksum [2021-04-05T21:48:09.626Z] 63d7cb157983: Download complete [2021-04-05T21:48:09.626Z] b116817d02f9: Verifying Checksum [2021-04-05T21:48:10.221Z] 5f621e34cdf4: Verifying Checksum [2021-04-05T21:48:10.821Z] 5f621e34cdf4: Pull complete [2021-04-05T21:48:11.422Z] a4357932f1b6: Pull complete [2021-04-05T21:48:11.695Z] 18c013af1878: Pull complete [2021-04-05T21:48:12.697Z] 745a02a5169b: Verifying Checksum [2021-04-05T21:48:12.697Z] 745a02a5169b: Download complete [2021-04-05T21:48:13.675Z] 00ac8860ef70: Verifying Checksum [2021-04-05T21:48:13.675Z] 00ac8860ef70: Download complete [2021-04-05T21:48:23.835Z] 00ac8860ef70: Pull complete [2021-04-05T21:48:23.835Z] 63d7cb157983: Pull complete [2021-04-05T21:48:24.114Z] b116817d02f9: Pull complete [2021-04-05T21:48:26.884Z] Running on prd-centos7-docker-4c-2g-32836 in /w/workspace/xfoundry_go-mod-messaging_master [Pipeline] { [Pipeline] ws [2021-04-05T21:48:26.938Z] Running in /w/workspace/go-mod-messaging/30 [Pipeline] { [Pipeline] checkout [2021-04-05T21:48:27.543Z] 745a02a5169b: Pull complete [2021-04-05T21:48:27.834Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-04-05T21:48:27.834Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-04-05T21:48:27.834Z] ---> b7e6874047d6 [2021-04-05T21:48:27.834Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-04-05T21:48:29.323Z] using credential edgex-jenkins-ssh [2021-04-05T21:48:29.376Z] Cloning the remote Git repository [2021-04-05T21:48:28.988Z] Cloning repository git@github.com:edgexfoundry/go-mod-messaging.git [2021-04-05T21:48:29.060Z] > git init /w/workspace/go-mod-messaging/30 # timeout=10 [2021-04-05T21:48:29.128Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git [2021-04-05T21:48:29.129Z] > git --version # timeout=10 [2021-04-05T21:48:29.137Z] > git --version # 'git version 2.24.3' [2021-04-05T21:48:29.138Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-05T21:48:29.170Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-05T21:48:29.763Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 [2021-04-05T21:48:29.768Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-05T21:48:29.781Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 [2021-04-05T21:48:29.794Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git [2021-04-05T21:48:29.794Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-05T21:48:29.799Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-05T21:48:30.536Z] Checking out Revision fc0cef43ba1582f85993886af18da78a5c504390 (master) [2021-04-05T21:48:31.227Z] ---> Running in 69cc6104e0fe [2021-04-05T21:48:31.227Z] Removing intermediate container 69cc6104e0fe [2021-04-05T21:48:31.227Z] ---> 86e24095b6f9 [2021-04-05T21:48:31.227Z] Step 4/7 : RUN apk add --update --no-cache zeromq-dev bash [2021-04-05T21:48:31.227Z] ---> Running in 8085f6114e38 [2021-04-05T21:48:30.231Z] > git config core.sparsecheckout # timeout=10 [2021-04-05T21:48:30.246Z] > git checkout -f fc0cef43ba1582f85993886af18da78a5c504390 # timeout=10 [2021-04-05T21:48:32.675Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-05T21:48:33.268Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-05T21:48:33.866Z] (1/5) Installing libsodium (1.0.18-r0) [2021-04-05T21:48:33.920Z] Commit message: "Merge pull request #98 from edgexfoundry/dependabot/go_modules/github.com/eclipse/paho.mqtt.golang-1.3.3" [2021-04-05T21:48:34.136Z] (2/5) Installing libzmq (4.3.3-r0) [2021-04-05T21:48:34.136Z] (3/5) Installing pkgconf (1.7.2-r0) [2021-04-05T21:48:34.136Z] (4/5) Installing libsodium-dev (1.0.18-r0) [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [2021-04-05T21:48:34.408Z] (5/5) Installing zeromq-dev (4.3.3-r0) [2021-04-05T21:48:34.408Z] Executing busybox-1.31.1-r19.trigger [2021-04-05T21:48:34.408Z] OK: 144 MiB in 44 packages [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-05T21:48:35.115Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-05T21:48:35.450Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-05T21:48:35.748Z] + true [2021-04-05T21:48:35.748Z] + sudo service docker restart [2021-04-05T21:48:35.748Z] Redirecting to /bin/systemctl restart docker.service [2021-04-05T21:48:35.840Z] Removing intermediate container 8085f6114e38 [2021-04-05T21:48:35.840Z] ---> 6808c82d2aa9 [2021-04-05T21:48:35.840Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-04-05T21:48:35.840Z] ---> Running in 60d8e2a6c55c [2021-04-05T21:48:36.433Z] Removing intermediate container 60d8e2a6c55c [2021-04-05T21:48:36.433Z] ---> 2f3fea876856 [2021-04-05T21:48:36.433Z] Step 6/7 : COPY go.mod . [Pipeline] unstash [Pipeline] echo [2021-04-05T21:48:36.830Z] ========================================================= [2021-04-05T21:48:36.830Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-05T21:48:36.830Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-05T21:48:37.042Z] ---> 06b96c6642b7 [2021-04-05T21:48:37.042Z] Step 7/7 : RUN go mod download [2021-04-05T21:48:37.176Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-04-05T21:48:37.317Z] ---> Running in 152cbd9ad482 [2021-04-05T21:48:37.775Z] Sending build context to Docker daemon 518.1kB [2021-04-05T21:48:37.775Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-04-05T21:48:37.775Z] Step 2/7 : FROM ${BASE} [2021-04-05T21:48:37.775Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-05T21:48:37.775Z] 188c0c94c7c5: Pulling fs layer [2021-04-05T21:48:37.775Z] 0ef7d3d256c8: Pulling fs layer [2021-04-05T21:48:37.775Z] de9db76c5a1d: Pulling fs layer [2021-04-05T21:48:37.775Z] bca2f99d35d6: Pulling fs layer [2021-04-05T21:48:37.775Z] 93359f2a8cfa: Pulling fs layer [2021-04-05T21:48:37.775Z] 7c6f9722023f: Pulling fs layer [2021-04-05T21:48:37.775Z] a35cf1a2eb13: Pulling fs layer [2021-04-05T21:48:37.775Z] 7c6f9722023f: Waiting [2021-04-05T21:48:37.775Z] bca2f99d35d6: Waiting [2021-04-05T21:48:37.775Z] 93359f2a8cfa: Waiting [2021-04-05T21:48:37.775Z] a35cf1a2eb13: Waiting [2021-04-05T21:48:37.775Z] de9db76c5a1d: Verifying Checksum [2021-04-05T21:48:37.775Z] de9db76c5a1d: Download complete [2021-04-05T21:48:37.775Z] 0ef7d3d256c8: Download complete [2021-04-05T21:48:37.775Z] 93359f2a8cfa: Verifying Checksum [2021-04-05T21:48:37.775Z] 93359f2a8cfa: Download complete [2021-04-05T21:48:37.775Z] 7c6f9722023f: Verifying Checksum [2021-04-05T21:48:37.775Z] 7c6f9722023f: Download complete [2021-04-05T21:48:37.775Z] 188c0c94c7c5: Verifying Checksum [2021-04-05T21:48:37.775Z] 188c0c94c7c5: Download complete [2021-04-05T21:48:38.063Z] 188c0c94c7c5: Pull complete [2021-04-05T21:48:38.329Z] 0ef7d3d256c8: Pull complete [2021-04-05T21:48:38.598Z] de9db76c5a1d: Pull complete [2021-04-05T21:48:39.551Z] a35cf1a2eb13: Verifying Checksum [2021-04-05T21:48:39.551Z] a35cf1a2eb13: Download complete [2021-04-05T21:48:40.134Z] bca2f99d35d6: Verifying Checksum [2021-04-05T21:48:40.134Z] bca2f99d35d6: Download complete [2021-04-05T21:48:45.457Z] bca2f99d35d6: Pull complete [2021-04-05T21:48:45.457Z] 93359f2a8cfa: Pull complete [2021-04-05T21:48:45.457Z] 7c6f9722023f: Pull complete [2021-04-05T21:48:52.404Z] Removing intermediate container 152cbd9ad482 [2021-04-05T21:48:52.404Z] ---> 2c3eba703984 [2021-04-05T21:48:52.404Z] Successfully built 2c3eba703984 [2021-04-05T21:48:52.404Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-05T21:48:52.746Z] + docker inspect -f . ci-base-image-arm64 [2021-04-05T21:48:52.747Z] . [Pipeline] withDockerContainer [2021-04-05T21:48:52.991Z] prd-ubuntu18.04-docker-arm64-4c-16g-32835 does not seem to be running inside a container [2021-04-05T21:48:53.054Z] $ 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 [2021-04-05T21:48:53.633Z] a35cf1a2eb13: Pull complete [2021-04-05T21:48:53.633Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-05T21:48:53.633Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-05T21:48:53.633Z] ---> a62c8e92a672 [2021-04-05T21:48:53.633Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-04-05T21:48:53.633Z] ---> Running in e7da1ea755a7 [2021-04-05T21:48:53.633Z] Removing intermediate container e7da1ea755a7 [2021-04-05T21:48:53.633Z] ---> 2e441b636f18 [2021-04-05T21:48:53.633Z] Step 4/7 : RUN apk add --update --no-cache zeromq-dev bash [2021-04-05T21:48:53.633Z] ---> Running in 99b835a04b4c [2021-04-05T21:48:53.633Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-05T21:48:54.211Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-05T21:48:54.474Z] (1/5) Installing libsodium (1.0.18-r0) [2021-04-05T21:48:54.553Z] $ docker top 3ae4d518de3733437e4e690193021257bc5953d1d1591892fd3f31447cc371c4 -eo pid,comm [2021-04-05T21:48:54.736Z] (2/5) Installing libzmq (4.3.3-r0) [2021-04-05T21:48:54.736Z] (3/5) Installing pkgconf (1.7.2-r0) [2021-04-05T21:48:54.736Z] (4/5) Installing libsodium-dev (1.0.18-r0) [Pipeline] { [Pipeline] sh [2021-04-05T21:48:55.000Z] (5/5) Installing zeromq-dev (4.3.3-r0) [2021-04-05T21:48:55.000Z] Executing busybox-1.31.1-r19.trigger [2021-04-05T21:48:55.000Z] OK: 167 MiB in 44 packages [2021-04-05T21:48:55.578Z] Removing intermediate container 99b835a04b4c [2021-04-05T21:48:55.578Z] ---> dd780b49aa83 [2021-04-05T21:48:55.578Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-04-05T21:48:55.599Z] + go version [2021-04-05T21:48:55.600Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-04-05T21:48:55.605Z] $ docker stop --time=1 3ae4d518de3733437e4e690193021257bc5953d1d1591892fd3f31447cc371c4 [2021-04-05T21:48:55.842Z] ---> Running in aa2c57e64d7a [2021-04-05T21:48:55.842Z] Removing intermediate container aa2c57e64d7a [2021-04-05T21:48:55.842Z] ---> e6cedec54d81 [2021-04-05T21:48:55.842Z] Step 6/7 : COPY go.mod . [2021-04-05T21:48:56.106Z] ---> f0d5f429e3c8 [2021-04-05T21:48:56.106Z] Step 7/7 : RUN go mod download [2021-04-05T21:48:56.373Z] ---> Running in af1faca9eee4 [2021-04-05T21:48:57.548Z] $ docker rm -f 3ae4d518de3733437e4e690193021257bc5953d1d1591892fd3f31447cc371c4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-05T21:48:58.606Z] + docker inspect -f . ci-base-image-arm64 [2021-04-05T21:48:58.606Z] . [Pipeline] withDockerContainer [2021-04-05T21:48:58.868Z] prd-ubuntu18.04-docker-arm64-4c-16g-32835 does not seem to be running inside a container [2021-04-05T21:48:58.932Z] $ 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 [2021-04-05T21:49:00.507Z] $ docker top a695612f240296519fe453097170254368ddda7daf27b04900a3b9505e8827a8 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-05T21:49:01.540Z] + make test [2021-04-05T21:49:01.540Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-04-05T21:49:08.662Z] Removing intermediate container af1faca9eee4 [2021-04-05T21:49:08.662Z] ---> 5ddf0142b660 [2021-04-05T21:49:08.662Z] Successfully built 5ddf0142b660 [2021-04-05T21:49:08.662Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-05T21:49:08.979Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-05T21:49:08.979Z] . [Pipeline] withDockerContainer [2021-04-05T21:49:09.089Z] prd-centos7-docker-4c-2g-32836 does not seem to be running inside a container [2021-04-05T21:49:09.141Z] $ 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 [2021-04-05T21:49:09.793Z] $ docker top e28f3775f08c27be66c6a20884af8f2fa335fc6a673b8780b8b55e8acfa9e317 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-05T21:49:10.307Z] + go version [2021-04-05T21:49:10.307Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-05T21:49:10.321Z] $ docker stop --time=1 e28f3775f08c27be66c6a20884af8f2fa335fc6a673b8780b8b55e8acfa9e317 [2021-04-05T21:49:11.649Z] $ docker rm -f e28f3775f08c27be66c6a20884af8f2fa335fc6a673b8780b8b55e8acfa9e317 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-05T21:49:12.459Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-05T21:49:12.459Z] . [Pipeline] withDockerContainer [2021-04-05T21:49:12.562Z] prd-centos7-docker-4c-2g-32836 does not seem to be running inside a container [2021-04-05T21:49:12.613Z] $ 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 [2021-04-05T21:49:13.268Z] $ docker top 0b9228b2d1569272f6c3af49eb43f6526a0d65420c4c3523fdae80641b87eb8c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-05T21:49:13.782Z] + make test [2021-04-05T21:49:13.782Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-04-05T21:49:16.666Z] ? github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg [no test files] [2021-04-05T21:49:18.082Z] ? github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg [no test files] [2021-04-05T21:49:19.527Z] ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/mqtt 0.025s coverage: 89.9% of statements [2021-04-05T21:49:20.073Z] ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/mqtt 0.047s coverage: 89.9% of statements [2021-04-05T21:49:23.941Z] ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/redis/streams 0.008s coverage: 77.1% of statements [2021-04-05T21:49:23.941Z] ? github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/redis/streams/mocks [no test files] [2021-04-05T21:49:30.249Z] ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/redis/streams 0.026s coverage: 77.1% of statements [2021-04-05T21:49:30.249Z] ? github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/redis/streams/mocks [no test files] [2021-04-05T21:49:45.939Z] ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/zeromq 20.342s coverage: 83.9% of statements [2021-04-05T21:49:45.939Z] ok github.com/edgexfoundry/go-mod-messaging/v2/messaging 0.008s coverage: 85.7% of statements [2021-04-05T21:49:45.939Z] ok github.com/edgexfoundry/go-mod-messaging/v2/messaging/mqtt 0.012s coverage: 100.0% of statements [2021-04-05T21:49:45.939Z] ok github.com/edgexfoundry/go-mod-messaging/v2/messaging/redis 0.007s coverage: 100.0% of statements [2021-04-05T21:49:45.939Z] ok github.com/edgexfoundry/go-mod-messaging/v2/pkg/types 0.016s coverage: 90.9% of statements [2021-04-05T21:49:45.939Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2021-04-05T21:49:45.939Z] gofmt -l . [2021-04-05T21:49:45.939Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-04-05T21:49:45.954Z] $ docker stop --time=1 0b9228b2d1569272f6c3af49eb43f6526a0d65420c4c3523fdae80641b87eb8c [2021-04-05T21:49:48.250Z] $ docker rm -f 0b9228b2d1569272f6c3af49eb43f6526a0d65420c4c3523fdae80641b87eb8c [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-05T21:49:48.851Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-04-05T21:49:49.156Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-04-05T21:49:50.466Z] ---> job-cost.sh [2021-04-05T21:49:50.466Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-Z0i9 [2021-04-05T21:49:57.049Z] ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/zeromq 20.379s coverage: 83.9% of statements [2021-04-05T21:49:57.049Z] ok github.com/edgexfoundry/go-mod-messaging/v2/messaging 0.017s coverage: 85.7% of statements [2021-04-05T21:49:57.049Z] ok github.com/edgexfoundry/go-mod-messaging/v2/messaging/mqtt 0.036s coverage: 100.0% of statements [2021-04-05T21:49:57.049Z] ok github.com/edgexfoundry/go-mod-messaging/v2/messaging/redis 0.063s coverage: 100.0% of statements [2021-04-05T21:49:57.049Z] ok github.com/edgexfoundry/go-mod-messaging/v2/pkg/types 0.035s coverage: 90.9% of statements [2021-04-05T21:49:57.049Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2021-04-05T21:49:57.049Z] gofmt -l . [2021-04-05T21:49:57.327Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-04-05T21:49:57.315Z] $ docker stop --time=1 a695612f240296519fe453097170254368ddda7daf27b04900a3b9505e8827a8 [2021-04-05T21:49:59.310Z] $ docker rm -f a695612f240296519fe453097170254368ddda7daf27b04900a3b9505e8827a8 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-05T21:50:00.169Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-04-05T21:50:00.263Z] Warning: overwriting stash ‘coverage-report’ [2021-04-05T21:50:00.932Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-04-05T21:50:01.962Z] ---> job-cost.sh [2021-04-05T21:50:01.962Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-y1XX [2021-04-05T21:50:05.410Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-05T21:50:32.071Z] lf-activate-venv(): INFO: Adding /tmp/venv-Z0i9/bin to PATH [2021-04-05T21:50:32.071Z] INFO: No Stack... [2021-04-05T21:50:32.334Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-05T21:50:32.912Z] INFO: Archiving Costs [Pipeline] sh [2021-04-05T21:50:33.224Z] + cat /w/workspace/go-mod-messaging/30/archives/cost.csv [2021-04-05T21:50:33.224Z] + cut -d, -f6 [Pipeline] lock [2021-04-05T21:50:33.301Z] Trying to acquire lock on [jenkins-edgexfoundry-go-mod-messaging-master-30-stack-cost] [2021-04-05T21:50:33.318Z] Resource [jenkins-edgexfoundry-go-mod-messaging-master-30-stack-cost] did not exist. Created. [2021-04-05T21:50:33.318Z] Lock acquired on [jenkins-edgexfoundry-go-mod-messaging-master-30-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-05T21:50:33.722Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-04-05T21:50:33.894Z] Stashed 1 file(s) [Pipeline] } [2021-04-05T21:50:33.907Z] 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] } [2021-04-05T21:50:40.967Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-05T21:52:02.692Z] lf-activate-venv(): INFO: Adding /tmp/venv-y1XX/bin to PATH [2021-04-05T21:52:02.692Z] INFO: No Stack... [2021-04-05T21:52:02.692Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-05T21:52:02.692Z] INFO: Archiving Costs [Pipeline] sh [2021-04-05T21:52:03.030Z] + cat /w/workspace/go-mod-messaging/30/archives/cost.csv [2021-04-05T21:52:03.031Z] + cut -d, -f6 [Pipeline] lock [2021-04-05T21:52:03.148Z] Trying to acquire lock on [jenkins-edgexfoundry-go-mod-messaging-master-30-stack-cost] [2021-04-05T21:52:03.158Z] Resource [jenkins-edgexfoundry-go-mod-messaging-master-30-stack-cost] did not exist. Created. [2021-04-05T21:52:03.158Z] Lock acquired on [jenkins-edgexfoundry-go-mod-messaging-master-30-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-05T21:52:03.637Z] /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 [2021-04-05T21:52:03.982Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-05T21:52:04.003Z] Warning: overwriting stash ‘stack-cost’ [2021-04-05T21:52:04.153Z] Stashed 1 file(s) [Pipeline] } [2021-04-05T21:52:04.166Z] 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 [2021-04-05T21:52:05.588Z] provisioning config files... [2021-04-05T21:52:05.602Z] copy managed file [go-mod-messaging-codecov-token] to file:/w/workspace/xfoundry_go-mod-messaging_master@tmp/config8821249240670271751tmp [Pipeline] { [Pipeline] sh [2021-04-05T21:52:05.983Z] + set +x [2021-04-05T21:52:05.983Z] + curl -s https://codecov.io/bash [2021-04-05T21:52:05.983Z] + bash -s -- [2021-04-05T21:52:06.244Z] [2021-04-05T21:52:06.244Z] _____ _ [2021-04-05T21:52:06.244Z] / ____| | | [2021-04-05T21:52:06.244Z] | | ___ __| | ___ ___ _____ __ [2021-04-05T21:52:06.244Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-04-05T21:52:06.245Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-04-05T21:52:06.245Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-04-05T21:52:06.245Z] Bash-20210309-2b87ace [2021-04-05T21:52:06.245Z] [2021-04-05T21:52:06.245Z] [2021-04-05T21:52:06.245Z] ==> git version 2.24.3 found [2021-04-05T21:52:06.245Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-04-05T21:52:06.245Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-04-05T21:52:06.245Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-04-05T21:52:06.245Z] ==> Jenkins CI detected. [2021-04-05T21:52:06.245Z] project root: . [2021-04-05T21:52:06.245Z] --> token set from env [2021-04-05T21:52:06.245Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-04-05T21:52:06.245Z] ==> Running gcov in . (disable via -X gcov) [2021-04-05T21:52:06.245Z] ==> Python coveragepy not found [2021-04-05T21:52:06.245Z] ==> Searching for coverage reports in: [2021-04-05T21:52:06.245Z] + . [2021-04-05T21:52:06.245Z] -> Found 1 reports [2021-04-05T21:52:06.245Z] ==> Detecting git/mercurial file structure [2021-04-05T21:52:06.245Z] ==> Reading reports [2021-04-05T21:52:06.245Z] + ./coverage.out bytes=21589 [2021-04-05T21:52:06.245Z] ==> Appending adjustments [2021-04-05T21:52:06.245Z] https://docs.codecov.io/docs/fixing-reports [2021-04-05T21:52:06.508Z] + Found adjustments [2021-04-05T21:52:06.508Z] ==> Gzipping contents [2021-04-05T21:52:06.508Z] 8.0K /tmp/codecov.Q4CKhn.gz [2021-04-05T21:52:06.508Z] ==> Uploading reports [2021-04-05T21:52:06.508Z] url: https://codecov.io [2021-04-05T21:52:06.508Z] 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= [2021-04-05T21:52:06.508Z] -> Pinging Codecov [2021-04-05T21:52:06.508Z] 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= [2021-04-05T21:52:07.081Z] -> Uploading to [2021-04-05T21:52:07.081Z] 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 [2021-04-05T21:52:07.081Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-05T21:52:07.081Z] Dload Upload Total Spent Left Speed [2021-04-05T21:52:07.342Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5224 0 0 100 5224 0 11483 --:--:-- --:--:-- --:--:-- 11506 [2021-04-05T21:52:07.342Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/go-mod-messaging/commit/fc0cef43ba1582f85993886af18da78a5c504390 [Pipeline] } [2021-04-05T21:52:07.351Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-04-05T21:52:08.349Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-04-05T21:52:08.416Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-05T21:52:08.771Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-05T21:52:08.771Z] [2021-04-05T21:52:08.771Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-04-05T21:52:09.129Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-05T21:52:09.129Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-04-05T21:52:09.129Z] 188c0c94c7c5: Pulling fs layer [2021-04-05T21:52:09.129Z] 0ef7d3d256c8: Pulling fs layer [2021-04-05T21:52:09.129Z] de9db76c5a1d: Pulling fs layer [2021-04-05T21:52:09.129Z] 0eba1c9be4d2: Pulling fs layer [2021-04-05T21:52:09.129Z] 0d57e429df01: Pulling fs layer [2021-04-05T21:52:09.129Z] 4e4be7b47b0d: Pulling fs layer [2021-04-05T21:52:09.129Z] e1f770b5df2f: Pulling fs layer [2021-04-05T21:52:09.129Z] 85a0685a4137: Pulling fs layer [2021-04-05T21:52:09.129Z] 0eba1c9be4d2: Waiting [2021-04-05T21:52:09.129Z] 0d57e429df01: Waiting [2021-04-05T21:52:09.129Z] 4e4be7b47b0d: Waiting [2021-04-05T21:52:09.129Z] e1f770b5df2f: Waiting [2021-04-05T21:52:09.130Z] 85a0685a4137: Waiting [2021-04-05T21:52:09.130Z] de9db76c5a1d: Verifying Checksum [2021-04-05T21:52:09.130Z] de9db76c5a1d: Download complete [2021-04-05T21:52:09.130Z] 0ef7d3d256c8: Verifying Checksum [2021-04-05T21:52:09.130Z] 0ef7d3d256c8: Download complete [2021-04-05T21:52:10.077Z] 0d57e429df01: Verifying Checksum [2021-04-05T21:52:10.077Z] 0d57e429df01: Download complete [2021-04-05T21:52:10.077Z] 4e4be7b47b0d: Verifying Checksum [2021-04-05T21:52:10.077Z] 4e4be7b47b0d: Download complete [2021-04-05T21:52:10.077Z] 188c0c94c7c5: Download complete [2021-04-05T21:52:10.077Z] 188c0c94c7c5: Pull complete [2021-04-05T21:52:10.340Z] 0ef7d3d256c8: Pull complete [2021-04-05T21:52:10.603Z] de9db76c5a1d: Pull complete [2021-04-05T21:52:11.178Z] e1f770b5df2f: Verifying Checksum [2021-04-05T21:52:11.178Z] e1f770b5df2f: Download complete [2021-04-05T21:52:13.122Z] 0eba1c9be4d2: Verifying Checksum [2021-04-05T21:52:13.122Z] 0eba1c9be4d2: Download complete [2021-04-05T21:52:13.395Z] 85a0685a4137: Verifying Checksum [2021-04-05T21:52:13.395Z] 85a0685a4137: Download complete [2021-04-05T21:52:18.723Z] 0eba1c9be4d2: Pull complete [2021-04-05T21:52:18.723Z] 0d57e429df01: Pull complete [2021-04-05T21:52:18.723Z] 4e4be7b47b0d: Pull complete [2021-04-05T21:52:20.114Z] e1f770b5df2f: Pull complete [2021-04-05T21:52:28.280Z] 85a0685a4137: Pull complete [2021-04-05T21:52:28.280Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-04-05T21:52:28.280Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-05T21:52:28.280Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-04-05T21:52:28.451Z] prd-centos7-docker-4c-2g-32834 does not seem to be running inside a container [2021-04-05T21:52:28.494Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/xfoundry_go-mod-messaging_master -v /w/workspace/xfoundry_go-mod-messaging_master:/w/workspace/xfoundry_go-mod-messaging_master:rw,z -v /w/workspace/xfoundry_go-mod-messaging_master@tmp:/w/workspace/xfoundry_go-mod-messaging_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-04-05T21:52:29.337Z] $ docker top 5a802d3f8e6dda05981b84456da4f58e9963ca4e412a951ab6c0d30b4bfa39ac -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-05T21:52:29.569Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-04-05T21:52:29.865Z] + set -o pipefail [2021-04-05T21:52:29.865Z] + snyk monitor '--org=edgex-jenkins' [2021-04-05T21:52:38.019Z] [2021-04-05T21:52:38.019Z] Monitoring /w/workspace/xfoundry_go-mod-messaging_master (github.com/edgexfoundry/go-mod-messaging/v2)... [2021-04-05T21:52:38.019Z] [2021-04-05T21:52:38.019Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/d23208db-5112-4543-b346-0f70a18311f1/history/c018b55d-d994-41b8-96e7-64c1bc9df2e1 [2021-04-05T21:52:38.019Z] [2021-04-05T21:52:38.019Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-04-05T21:52:38.019Z] [2021-04-05T21:52:38.019Z] [2021-04-05T21:52:38.019Z] You are approaching your monthly limit of 300 private tests for your edgex-jenkins org. [2021-04-05T21:52:38.019Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2021-04-05T21:52:38.032Z] $ docker stop --time=1 5a802d3f8e6dda05981b84456da4f58e9963ca4e412a951ab6c0d30b4bfa39ac [2021-04-05T21:52:40.317Z] $ 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 [2021-04-05T21:52:42.016Z] + git log --format=format:%s -1 fc0cef43ba1582f85993886af18da78a5c504390 [Pipeline] isUnix [Pipeline] sh [2021-04-05T21:52:42.328Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-05T21:52:42.328Z] . [Pipeline] withDockerContainer [2021-04-05T21:52:42.423Z] prd-centos7-docker-4c-2g-32834 does not seem to be running inside a container [2021-04-05T21:52:42.463Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-messaging_master -v /w/workspace/xfoundry_go-mod-messaging_master:/w/workspace/xfoundry_go-mod-messaging_master:rw,z -v /w/workspace/xfoundry_go-mod-messaging_master@tmp:/w/workspace/xfoundry_go-mod-messaging_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-05T21:52:43.301Z] $ docker top 419dbb30e63482ecc3fbf6e7c9a30b5a40e50be01844c27171dfd5400a2ea477 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-05T21:52:43.664Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-05T21:52:43.664Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-05T21:52:43.890Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-05T21:52:43.892Z] $ docker exec 419dbb30e63482ecc3fbf6e7c9a30b5a40e50be01844c27171dfd5400a2ea477 ssh-agent [2021-04-05T21:52:44.050Z] SSH_AUTH_SOCK=/tmp/ssh-Zd0S0l3Ynxbg/agent.11 [2021-04-05T21:52:44.050Z] SSH_AGENT_PID=16 [2021-04-05T21:52:44.057Z] Running ssh-add (command line suppressed) [2021-04-05T21:52:44.177Z] 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) [2021-04-05T21:52:44.232Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-05T21:52:44.571Z] + git semver tag [2021-04-05T21:52:44.572Z] # -> Open(): unable to determine branch for HEAD [2021-04-05T21:52:44.572Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.git [2021-04-05T21:52:44.572Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-messaging_master [2021-04-05T21:52:44.572Z] # $SEMVER_REMOTE_NAME = origin [2021-04-05T21:52:44.572Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-05T21:52:44.572Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-05T21:52:44.572Z] # $SEMVER_BRANCH = master [2021-04-05T21:52:44.572Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.semver [2021-04-05T21:52:44.572Z] # fc0cef43ba1582f85993886af18da78a5c504390 HEAD [2021-04-05T21:52:44.572Z] # -> Force: false [2021-04-05T21:52:44.572Z] # 160fd0784ab3e6c1978e5d05a0e2cd0ce2e8dda7 refs/tags/v2.0.0-dev.8 [Pipeline] } [2021-04-05T21:52:44.583Z] $ docker exec --env ******** --env ******** 419dbb30e63482ecc3fbf6e7c9a30b5a40e50be01844c27171dfd5400a2ea477 ssh-agent -k [2021-04-05T21:52:44.707Z] unset SSH_AUTH_SOCK; [2021-04-05T21:52:44.707Z] unset SSH_AGENT_PID; [2021-04-05T21:52:44.707Z] echo Agent pid 16 killed; [2021-04-05T21:52:44.755Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-05T21:52:45.235Z] + git semver [Pipeline] } [2021-04-05T21:52:45.250Z] $ docker stop --time=1 419dbb30e63482ecc3fbf6e7c9a30b5a40e50be01844c27171dfd5400a2ea477 [2021-04-05T21:52:46.584Z] $ docker rm -f 419dbb30e63482ecc3fbf6e7c9a30b5a40e50be01844c27171dfd5400a2ea477 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-04-05T21:52:47.233Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-05T21:52:47.233Z] [2021-04-05T21:52:47.233Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-04-05T21:52:47.583Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-05T21:52:47.583Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-04-05T21:52:47.583Z] ab5ef0e58194: Pulling fs layer [2021-04-05T21:52:47.583Z] 9712f1f96733: Pulling fs layer [2021-04-05T21:52:47.583Z] 63f879dbbcfc: Pulling fs layer [2021-04-05T21:52:47.583Z] 0d9ebad4ef96: Pulling fs layer [2021-04-05T21:52:47.583Z] e9a5061849ea: Pulling fs layer [2021-04-05T21:52:47.583Z] d747dcd14b5f: Pulling fs layer [2021-04-05T21:52:47.583Z] 2de7ff778b66: Pulling fs layer [2021-04-05T21:52:47.583Z] e9a5061849ea: Waiting [2021-04-05T21:52:47.583Z] d747dcd14b5f: Waiting [2021-04-05T21:52:47.583Z] 2de7ff778b66: Waiting [2021-04-05T21:52:47.583Z] 0d9ebad4ef96: Waiting [2021-04-05T21:52:47.583Z] 9712f1f96733: Download complete [2021-04-05T21:52:48.978Z] 63f879dbbcfc: Verifying Checksum [2021-04-05T21:52:48.978Z] 63f879dbbcfc: Download complete [2021-04-05T21:52:48.978Z] e9a5061849ea: Verifying Checksum [2021-04-05T21:52:48.978Z] e9a5061849ea: Download complete [2021-04-05T21:52:48.978Z] d747dcd14b5f: Verifying Checksum [2021-04-05T21:52:48.978Z] d747dcd14b5f: Download complete [2021-04-05T21:52:49.555Z] 2de7ff778b66: Verifying Checksum [2021-04-05T21:52:49.555Z] 2de7ff778b66: Download complete [2021-04-05T21:52:49.555Z] 0d9ebad4ef96: Verifying Checksum [2021-04-05T21:52:49.555Z] 0d9ebad4ef96: Download complete [2021-04-05T21:52:49.820Z] ab5ef0e58194: Verifying Checksum [2021-04-05T21:52:49.820Z] ab5ef0e58194: Download complete [2021-04-05T21:52:54.059Z] ab5ef0e58194: Pull complete [2021-04-05T21:52:54.059Z] 9712f1f96733: Pull complete [2021-04-05T21:52:55.981Z] 63f879dbbcfc: Pull complete [2021-04-05T21:53:02.625Z] 0d9ebad4ef96: Pull complete [2021-04-05T21:53:03.576Z] e9a5061849ea: Pull complete [2021-04-05T21:53:03.576Z] d747dcd14b5f: Pull complete [2021-04-05T21:53:06.131Z] 2de7ff778b66: Pull complete [2021-04-05T21:53:06.131Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-04-05T21:53:06.131Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-05T21:53:06.131Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-04-05T21:53:06.325Z] prd-centos7-docker-4c-2g-32834 does not seem to be running inside a container [2021-04-05T21:53:06.373Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/xfoundry_go-mod-messaging_master -v /w/workspace/xfoundry_go-mod-messaging_master:/w/workspace/xfoundry_go-mod-messaging_master:rw,z -v /w/workspace/xfoundry_go-mod-messaging_master@tmp:/w/workspace/xfoundry_go-mod-messaging_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-04-05T21:53:10.411Z] $ docker top d318d094569327254228d989586776b2cc499daa8a294ef1627ec717d541df1e -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-04-05T21:53:10.657Z] provisioning config files... [2021-04-05T21:53:10.684Z] copy managed file [sigul-config] to file:/w/workspace/xfoundry_go-mod-messaging_master@tmp/config4122729346067211134tmp [2021-04-05T21:53:10.809Z] copy managed file [sigul-password] to file:/w/workspace/xfoundry_go-mod-messaging_master@tmp/config33823252495671229tmp [2021-04-05T21:53:10.850Z] copy managed file [sigul-pki] to file:/w/workspace/xfoundry_go-mod-messaging_master@tmp/config7599448234058169887tmp [Pipeline] { [Pipeline] echo [2021-04-05T21:53:10.957Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-05T21:53:11.258Z] ---> sigul-configuration.sh [2021-04-05T21:53:11.258Z] gpg: directory `/root/.gnupg' created [2021-04-05T21:53:11.258Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-04-05T21:53:11.258Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-04-05T21:53:11.258Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-04-05T21:53:11.258Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-04-05T21:53:11.258Z] gpg: CAST5 encrypted data [2021-04-05T21:53:11.520Z] gpg: encrypted with 1 passphrase [2021-04-05T21:53:11.520Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-04-05T21:53:11.818Z] + mkdir /home/jenkins [2021-04-05T21:53:11.818Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-04-05T21:53:12.116Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2021-04-05T21:53:12.127Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-05T21:53:12.423Z] ---> sigul-install.sh [2021-04-05T21:53:22.440Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-04-05T21:53:22.739Z] + git tag --list [2021-04-05T21:53:22.739Z] v0.0.0 [2021-04-05T21:53:22.739Z] v0.1.0 [2021-04-05T21:53:22.739Z] v0.1.1 [2021-04-05T21:53:22.739Z] v0.1.10 [2021-04-05T21:53:22.739Z] v0.1.11 [2021-04-05T21:53:22.739Z] v0.1.12 [2021-04-05T21:53:22.739Z] v0.1.13 [2021-04-05T21:53:22.739Z] v0.1.14 [2021-04-05T21:53:22.739Z] v0.1.15 [2021-04-05T21:53:22.739Z] v0.1.16 [2021-04-05T21:53:22.739Z] v0.1.17 [2021-04-05T21:53:22.739Z] v0.1.18 [2021-04-05T21:53:22.739Z] v0.1.19 [2021-04-05T21:53:22.739Z] v0.1.2 [2021-04-05T21:53:22.739Z] v0.1.20 [2021-04-05T21:53:22.739Z] v0.1.21 [2021-04-05T21:53:22.739Z] v0.1.22 [2021-04-05T21:53:22.739Z] v0.1.23 [2021-04-05T21:53:22.739Z] v0.1.24 [2021-04-05T21:53:22.739Z] v0.1.25 [2021-04-05T21:53:22.739Z] v0.1.26 [2021-04-05T21:53:22.739Z] v0.1.27 [2021-04-05T21:53:22.739Z] v0.1.28 [2021-04-05T21:53:22.739Z] v0.1.29 [2021-04-05T21:53:22.739Z] v0.1.3 [2021-04-05T21:53:22.739Z] v0.1.30 [2021-04-05T21:53:22.739Z] v0.1.31 [2021-04-05T21:53:22.739Z] v0.1.4 [2021-04-05T21:53:22.739Z] v0.1.5 [2021-04-05T21:53:22.739Z] v0.1.6 [2021-04-05T21:53:22.739Z] v0.1.7 [2021-04-05T21:53:22.739Z] v0.1.8 [2021-04-05T21:53:22.739Z] v0.1.9 [2021-04-05T21:53:22.739Z] v2.0.0-dev.1 [2021-04-05T21:53:22.739Z] v2.0.0-dev.2 [2021-04-05T21:53:22.739Z] v2.0.0-dev.3 [2021-04-05T21:53:22.739Z] v2.0.0-dev.4 [2021-04-05T21:53:22.739Z] v2.0.0-dev.5 [2021-04-05T21:53:22.739Z] v2.0.0-dev.6 [2021-04-05T21:53:22.739Z] v2.0.0-dev.7 [2021-04-05T21:53:22.739Z] v2.0.0-dev.8 [Pipeline] sh [2021-04-05T21:53:23.037Z] + lftools sign git-tag v2.0.0-dev.8 [2021-04-05T21:53:24.428Z] Signing Git tag with Sigul... [2021-04-05T21:53:24.428Z] Signing v2.0.0-dev.8 [Pipeline] echo [2021-04-05T21:53:25.391Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-05T21:53:25.690Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-04-05T21:53:25.699Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-04-05T21:53:25.841Z] $ docker stop --time=1 d318d094569327254228d989586776b2cc499daa8a294ef1627ec717d541df1e [2021-04-05T21:53:27.932Z] $ 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 [2021-04-05T21:53:28.928Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-05T21:53:28.928Z] . [Pipeline] withDockerContainer [2021-04-05T21:53:29.025Z] prd-centos7-docker-4c-2g-32834 does not seem to be running inside a container [2021-04-05T21:53:29.071Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-messaging_master -v /w/workspace/xfoundry_go-mod-messaging_master:/w/workspace/xfoundry_go-mod-messaging_master:rw,z -v /w/workspace/xfoundry_go-mod-messaging_master@tmp:/w/workspace/xfoundry_go-mod-messaging_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-05T21:53:29.730Z] $ docker top 0e3fe58ffa28fefdb27fc1a8d2e39c8c6d57200b90b65d61df01c630e11f54bf -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-05T21:53:30.048Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-05T21:53:30.048Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-05T21:53:30.241Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-05T21:53:30.243Z] $ docker exec 0e3fe58ffa28fefdb27fc1a8d2e39c8c6d57200b90b65d61df01c630e11f54bf ssh-agent [2021-04-05T21:53:30.407Z] SSH_AUTH_SOCK=/tmp/ssh-3r23sLrGwZxr/agent.12 [2021-04-05T21:53:30.407Z] SSH_AGENT_PID=18 [2021-04-05T21:53:30.413Z] Running ssh-add (command line suppressed) [2021-04-05T21:53:30.533Z] 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) [2021-04-05T21:53:30.588Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-05T21:53:30.959Z] + git semver bump pre [2021-04-05T21:53:30.959Z] # -> Open(): unable to determine branch for HEAD [2021-04-05T21:53:30.959Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.git [2021-04-05T21:53:30.959Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-messaging_master [2021-04-05T21:53:30.959Z] # $SEMVER_REMOTE_NAME = origin [2021-04-05T21:53:30.959Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-05T21:53:30.959Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-05T21:53:30.959Z] # $SEMVER_BRANCH = master [2021-04-05T21:53:30.959Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.semver [2021-04-05T21:53:30.959Z] 2.0.0-dev.9 [Pipeline] } [2021-04-05T21:53:30.970Z] $ docker exec --env ******** --env ******** 0e3fe58ffa28fefdb27fc1a8d2e39c8c6d57200b90b65d61df01c630e11f54bf ssh-agent -k [2021-04-05T21:53:31.096Z] unset SSH_AUTH_SOCK; [2021-04-05T21:53:31.097Z] unset SSH_AGENT_PID; [2021-04-05T21:53:31.097Z] echo Agent pid 18 killed; [2021-04-05T21:53:31.154Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-05T21:53:31.655Z] + git semver [Pipeline] } [2021-04-05T21:53:31.671Z] $ docker stop --time=1 0e3fe58ffa28fefdb27fc1a8d2e39c8c6d57200b90b65d61df01c630e11f54bf [2021-04-05T21:53:33.044Z] $ docker rm -f 0e3fe58ffa28fefdb27fc1a8d2e39c8c6d57200b90b65d61df01c630e11f54bf [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-04-05T21:53:33.640Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-05T21:53:33.640Z] . [Pipeline] withDockerContainer [2021-04-05T21:53:33.736Z] prd-centos7-docker-4c-2g-32834 does not seem to be running inside a container [2021-04-05T21:53:33.780Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-messaging_master -v /w/workspace/xfoundry_go-mod-messaging_master:/w/workspace/xfoundry_go-mod-messaging_master:rw,z -v /w/workspace/xfoundry_go-mod-messaging_master@tmp:/w/workspace/xfoundry_go-mod-messaging_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-05T21:53:34.407Z] $ docker top 5699cd9797dff2e6195ffe8aae42b2c21ba8307d942f45cbb52b300179170287 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-05T21:53:34.729Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-05T21:53:34.729Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-05T21:53:34.898Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-05T21:53:34.900Z] $ docker exec 5699cd9797dff2e6195ffe8aae42b2c21ba8307d942f45cbb52b300179170287 ssh-agent [2021-04-05T21:53:35.069Z] SSH_AUTH_SOCK=/tmp/ssh-VwnPa8qmobqs/agent.11 [2021-04-05T21:53:35.069Z] SSH_AGENT_PID=16 [2021-04-05T21:53:35.075Z] Running ssh-add (command line suppressed) [2021-04-05T21:53:35.186Z] 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) [2021-04-05T21:53:35.240Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-05T21:53:35.645Z] + git semver push [2021-04-05T21:53:35.645Z] # -> Open(): unable to determine branch for HEAD [2021-04-05T21:53:35.645Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.git [2021-04-05T21:53:35.645Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-messaging_master [2021-04-05T21:53:35.645Z] # $SEMVER_REMOTE_NAME = origin [2021-04-05T21:53:35.645Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-05T21:53:35.645Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-05T21:53:35.645Z] # $SEMVER_BRANCH = master [2021-04-05T21:53:35.645Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.semver [Pipeline] } [2021-04-05T21:53:38.964Z] $ docker exec --env ******** --env ******** 5699cd9797dff2e6195ffe8aae42b2c21ba8307d942f45cbb52b300179170287 ssh-agent -k [2021-04-05T21:53:39.079Z] unset SSH_AUTH_SOCK; [2021-04-05T21:53:39.079Z] unset SSH_AGENT_PID; [2021-04-05T21:53:39.079Z] echo Agent pid 16 killed; [2021-04-05T21:53:39.128Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-05T21:53:39.613Z] + git semver [Pipeline] } [2021-04-05T21:53:39.629Z] $ docker stop --time=1 5699cd9797dff2e6195ffe8aae42b2c21ba8307d942f45cbb52b300179170287 [2021-04-05T21:53:41.259Z] $ 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 [2021-04-05T21:53:42.864Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-05T21:53:43.435Z] ---> package-listing.sh [2021-04-05T21:53:43.435Z] ++ facter osfamily [2021-04-05T21:53:43.435Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-05T21:53:43.435Z] + OS_FAMILY=redhat [2021-04-05T21:53:43.435Z] + workspace=/w/workspace/xfoundry_go-mod-messaging_master [2021-04-05T21:53:43.435Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-05T21:53:43.435Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-05T21:53:43.435Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-05T21:53:43.435Z] + PACKAGES=/tmp/packages_start.txt [2021-04-05T21:53:43.435Z] + '[' /w/workspace/xfoundry_go-mod-messaging_master ']' [2021-04-05T21:53:43.435Z] + PACKAGES=/tmp/packages_end.txt [2021-04-05T21:53:43.435Z] + case "${OS_FAMILY}" in [2021-04-05T21:53:43.435Z] + rpm -qa [2021-04-05T21:53:43.435Z] + sort [2021-04-05T21:53:48.740Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-05T21:53:48.740Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-05T21:53:48.740Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-05T21:53:48.740Z] + '[' /w/workspace/xfoundry_go-mod-messaging_master ']' [2021-04-05T21:53:48.740Z] + mkdir -p /w/workspace/xfoundry_go-mod-messaging_master/archives/ [2021-04-05T21:53:48.740Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_go-mod-messaging_master/archives/ [Pipeline] echo [2021-04-05T21:53:48.754Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/xfoundry_go-mod-messaging_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-04-05T21:53:49.046Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-05T21:53:49.352Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-05T21:53:49.352Z] [2021-04-05T21:53:49.352Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-05T21:53:49.702Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-05T21:53:49.702Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-05T21:53:49.702Z] df20fa9351a1: Pulling fs layer [2021-04-05T21:53:49.702Z] 36b3adc4ff6f: Pulling fs layer [2021-04-05T21:53:49.702Z] 8ad3a11d3b57: Pulling fs layer [2021-04-05T21:53:49.702Z] 46f8f816bc3b: Pulling fs layer [2021-04-05T21:53:49.702Z] 93b61091891f: Pulling fs layer [2021-04-05T21:53:49.702Z] 93b9cdb0e59b: Pulling fs layer [2021-04-05T21:53:49.702Z] 5e14af77c1be: Pulling fs layer [2021-04-05T21:53:49.702Z] 01666e4c0597: Pulling fs layer [2021-04-05T21:53:49.702Z] aa168da1d23b: Pulling fs layer [2021-04-05T21:53:49.702Z] 93b9cdb0e59b: Waiting [2021-04-05T21:53:49.702Z] 5e14af77c1be: Waiting [2021-04-05T21:53:49.702Z] 46f8f816bc3b: Waiting [2021-04-05T21:53:49.702Z] 01666e4c0597: Waiting [2021-04-05T21:53:49.702Z] aa168da1d23b: Waiting [2021-04-05T21:53:49.702Z] 36b3adc4ff6f: Download complete [2021-04-05T21:53:49.702Z] 46f8f816bc3b: Verifying Checksum [2021-04-05T21:53:49.702Z] 46f8f816bc3b: Download complete [2021-04-05T21:53:49.702Z] df20fa9351a1: Verifying Checksum [2021-04-05T21:53:49.967Z] 93b9cdb0e59b: Verifying Checksum [2021-04-05T21:53:49.967Z] 93b9cdb0e59b: Download complete [2021-04-05T21:53:49.967Z] 5e14af77c1be: Verifying Checksum [2021-04-05T21:53:49.967Z] 5e14af77c1be: Download complete [2021-04-05T21:53:49.967Z] 01666e4c0597: Verifying Checksum [2021-04-05T21:53:49.967Z] 01666e4c0597: Download complete [2021-04-05T21:53:49.967Z] 93b61091891f: Verifying Checksum [2021-04-05T21:53:49.967Z] 93b61091891f: Download complete [2021-04-05T21:53:50.239Z] df20fa9351a1: Pull complete [2021-04-05T21:53:50.239Z] 8ad3a11d3b57: Verifying Checksum [2021-04-05T21:53:50.239Z] 8ad3a11d3b57: Download complete [2021-04-05T21:53:50.239Z] 36b3adc4ff6f: Pull complete [2021-04-05T21:53:51.653Z] 8ad3a11d3b57: Pull complete [2021-04-05T21:53:51.653Z] 46f8f816bc3b: Pull complete [2021-04-05T21:53:51.921Z] aa168da1d23b: Verifying Checksum [2021-04-05T21:53:51.921Z] aa168da1d23b: Download complete [2021-04-05T21:53:52.497Z] 93b61091891f: Pull complete [2021-04-05T21:53:52.759Z] 93b9cdb0e59b: Pull complete [2021-04-05T21:53:52.759Z] 5e14af77c1be: Pull complete [2021-04-05T21:53:52.759Z] 01666e4c0597: Pull complete [2021-04-05T21:53:59.506Z] aa168da1d23b: Pull complete [2021-04-05T21:53:59.506Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-05T21:53:59.506Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-05T21:53:59.506Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-05T21:53:59.671Z] prd-centos7-docker-4c-2g-32834 does not seem to be running inside a container [2021-04-05T21:53:59.715Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/xfoundry_go-mod-messaging_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/xfoundry_go-mod-messaging_master -v /w/workspace/xfoundry_go-mod-messaging_master:/w/workspace/xfoundry_go-mod-messaging_master:rw,z -v /w/workspace/xfoundry_go-mod-messaging_master@tmp:/w/workspace/xfoundry_go-mod-messaging_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-04-05T21:54:03.190Z] $ docker top 282a79df8a7e5b37144b0fffd3bf441265e2d588cc852fa696402065e64aa702 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-05T21:54:03.764Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-05T21:54:04.064Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-05T21:54:04.368Z] + ls /var/log/sa-host [2021-04-05T21:54:04.368Z] + sadf -c /var/log/sa-host/sa05 [2021-04-05T21:54:04.368Z] file_magic: OK [2021-04-05T21:54:04.368Z] HZ: Using current value: 100 [2021-04-05T21:54:04.368Z] file_header: OK [2021-04-05T21:54:04.368Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-04-05T21:54:04.368Z] Statistics: [2021-04-05T21:54:04.368Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-04-05T21:54:04.368Z] File successfully converted to sysstat format version 12.2.1 [2021-04-05T21:54:04.368Z] + sadf -c /var/log/sa-host/sa23 [2021-04-05T21:54:04.368Z] file_magic: OK [2021-04-05T21:54:04.368Z] HZ: Using current value: 100 [2021-04-05T21:54:04.368Z] file_header: OK [2021-04-05T21:54:04.368Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-04-05T21:54:04.368Z] Statistics: [2021-04-05T21:54:04.368Z] Hnuu...uuuununununu... [2021-04-05T21:54:04.368Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-05T21:54:05.070Z] provisioning config files... [2021-04-05T21:54:05.085Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_go-mod-messaging_master@tmp/config4146412135054413071tmp [Pipeline] { [Pipeline] echo [2021-04-05T21:54:05.156Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-05T21:54:05.449Z] ---> create-netrc.sh [Pipeline] } [2021-04-05T21:54:05.458Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-05T21:54:05.556Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-05T21:54:05.853Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-05T21:54:05.864Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-05T21:54:06.161Z] ---> sudo-logs.sh [2021-04-05T21:54:06.161Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-05T21:54:06.221Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-05T21:54:06.516Z] ---> job-cost.sh [2021-04-05T21:54:06.517Z] lf-activate-venv: SKIPPING [2021-04-05T21:54:06.517Z] DEBUG: total: 0.20999999344348907 [2021-04-05T21:54:06.517Z] INFO: Retrieving Stack Cost... [2021-04-05T21:54:07.462Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-05T21:54:08.037Z] INFO: Archiving Costs [Pipeline] echo [2021-04-05T21:54:08.051Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-05T21:54:08.350Z] ---> logs-deploy.sh [2021-04-05T21:54:08.350Z] lf-activate-venv: SKIPPING [2021-04-05T21:54:08.350Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-messaging/master/30 [2021-04-05T21:54:08.350Z] INFO: archiving workspace using pattern(s): [2021-04-05T21:54:09.739Z] Archives upload complete. [2021-04-05T21:54:10.001Z] INFO: archiving logs to Nexus