Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 8e63b0802cf72cb2485fe8466e2347d3c0c08a9d 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 a2cbe11917bfb8801b6bc99aaa80229564ed4294 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 a2cbe11917bfb8801b6bc99aaa80229564ed4294 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 a2cbe11917bfb8801b6bc99aaa80229564ed4294 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a2cbe11917bfb8801b6bc99aaa80229564ed4294 # timeout=10 Commit message: "Merge pull request #273 from ernestojeda/fix-semver-dir-permissions" > 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > 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:patch] ========================================================= [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: patch BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-3642’ is offline Running on prd-centos7-docker-4c-2g-6330 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.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 8e63b0802cf72cb2485fe8466e2347d3c0c08a9d (master) > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --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 8e63b0802cf72cb2485fe8466e2347d3c0c08a9d # timeout=10 Commit message: "Merge pull request #71 from lenny-intel/CorrelationID" > git rev-list --no-walk a282c667cd5f3734a54ec0276e1551daa14c1672 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-10-19T20:33:22.833Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-10-19T20:33:23.117Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-19T20:33:23.221Z] ========================================================= [2020-10-19T20:33:23.222Z] EdgeX Global Pipelines Version Info [2020-10-19T20:33:23.222Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-10-19T20:33:25.690Z] ------------------- [2020-10-19T20:33:25.690Z] stable info: [2020-10-19T20:33:25.690Z] ------------------- [2020-10-19T20:33:25.690Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-19T20:33:25.690Z] Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 [2020-10-19T20:33:25.690Z] Message: update stable to v1.0.144 [2020-10-19T20:33:26.269Z] ------------------- [2020-10-19T20:33:26.269Z] experimental info: [2020-10-19T20:33:26.269Z] ------------------- [2020-10-19T20:33:26.269Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-19T20:33:26.269Z] Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 [2020-10-19T20:33:26.269Z] Message: update experimental to v1.0.144 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-10-19T20:33:26.676Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-messaging-settings [Pipeline] echo [2020-10-19T20:33:26.780Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-messaging [Pipeline] echo [2020-10-19T20:33:26.872Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-19T20:33:26.966Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-19T20:33:27.075Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-19T20:33:27.168Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-19T20:33:27.262Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-19T20:33:27.358Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-19T20:33:27.456Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-10-19T20:33:27.553Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-19T20:33:27.679Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-19T20:33:27.777Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-messaging [Pipeline] echo [2020-10-19T20:33:27.870Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-19T20:33:27.961Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-19T20:33:28.057Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2020-10-19T20:33:28.149Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-10-19T20:33:28.242Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-10-19T20:33:28.342Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-10-19T20:33:28.432Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo [2020-10-19T20:33:28.586Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-10-19T20:33:28.681Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-10-19T20:33:28.780Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-10-19T20:33:28.878Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-10-19T20:33:28.968Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-10-19T20:33:29.059Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2020-10-19T20:33:29.150Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-10-19T20:33:29.243Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-10-19T20:33:29.337Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-10-19T20:33:29.434Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 8e63b0802cf72cb2485fe8466e2347d3c0c08a9d [Pipeline] echo [2020-10-19T20:33:29.537Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 8e63b08 [Pipeline] echo [2020-10-19T20:33:29.627Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-10-19T20:33:30.295Z] + git log --format=format:%s -1 8e63b0802cf72cb2485fe8466e2347d3c0c08a9d [Pipeline] echo [2020-10-19T20:33:30.429Z] GIT_COMMIT: 8e63b0802cf72cb2485fe8466e2347d3c0c08a9d, Commit Message: Merge pull request #71 from lenny-intel/CorrelationID [Pipeline] echo [2020-10-19T20:33:30.478Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-10-19T20:33:31.714Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-19T20:33:31.987Z] [2020-10-19T20:33:31.987Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-19T20:33:32.545Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-19T20:33:32.820Z] latest: Pulling from edgex-devops/git-semver [2020-10-19T20:33:32.821Z] 31603596830f: Pulling fs layer [2020-10-19T20:33:32.821Z] 2a8b12db71e7: Pulling fs layer [2020-10-19T20:33:32.821Z] 6ca5941a6612: Pulling fs layer [2020-10-19T20:33:32.821Z] ecc8261a40a4: Pulling fs layer [2020-10-19T20:33:32.821Z] ecc8261a40a4: Waiting [2020-10-19T20:33:32.821Z] 2a8b12db71e7: Download complete [2020-10-19T20:33:33.097Z] 31603596830f: Verifying Checksum [2020-10-19T20:33:33.097Z] 31603596830f: Download complete [2020-10-19T20:33:33.384Z] ecc8261a40a4: Verifying Checksum [2020-10-19T20:33:33.384Z] ecc8261a40a4: Download complete [2020-10-19T20:33:33.384Z] 6ca5941a6612: Verifying Checksum [2020-10-19T20:33:33.384Z] 6ca5941a6612: Download complete [2020-10-19T20:33:33.690Z] 31603596830f: Pull complete [2020-10-19T20:33:33.968Z] 2a8b12db71e7: Pull complete [2020-10-19T20:33:34.998Z] 6ca5941a6612: Pull complete [2020-10-19T20:33:35.263Z] ecc8261a40a4: Pull complete [2020-10-19T20:33:35.263Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-19T20:33:35.263Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-19T20:33:35.263Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-19T20:33:35.495Z] prd-centos7-docker-4c-2g-6330 does not seem to be running inside a container [2020-10-19T20:33:35.736Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-19T20:33:38.137Z] $ docker top 704c69fd7d50cc5091517f42bdec2900683970e79107a1dc7eb86cc3584006fd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-19T20:33:38.471Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-19T20:33:38.471Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-19T20:33:38.873Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-19T20:33:38.881Z] $ docker exec 704c69fd7d50cc5091517f42bdec2900683970e79107a1dc7eb86cc3584006fd ssh-agent [2020-10-19T20:33:39.247Z] SSH_AUTH_SOCK=/tmp/ssh-wQq7AYO9I6s3/agent.13 [2020-10-19T20:33:39.247Z] SSH_AGENT_PID=18 [2020-10-19T20:33:39.268Z] Running ssh-add (command line suppressed) [2020-10-19T20:33:39.452Z] Identity added: /w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_3367448687156093828.key (/w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_3367448687156093828.key) [2020-10-19T20:33:39.543Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-19T20:33:39.908Z] + git tag --points-at HEAD [Pipeline] } [2020-10-19T20:33:39.960Z] $ docker exec --env ******** --env ******** 704c69fd7d50cc5091517f42bdec2900683970e79107a1dc7eb86cc3584006fd ssh-agent -k [2020-10-19T20:33:40.211Z] unset SSH_AUTH_SOCK; [2020-10-19T20:33:40.211Z] unset SSH_AGENT_PID; [2020-10-19T20:33:40.211Z] echo Agent pid 18 killed; [2020-10-19T20:33:40.295Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-10-19T20:33:40.507Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-19T20:33:40.507Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-19T20:33:40.787Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-19T20:33:40.796Z] $ docker exec 704c69fd7d50cc5091517f42bdec2900683970e79107a1dc7eb86cc3584006fd ssh-agent [2020-10-19T20:33:41.060Z] SSH_AUTH_SOCK=/tmp/ssh-AP302wDafQSL/agent.46 [2020-10-19T20:33:41.060Z] SSH_AGENT_PID=51 [2020-10-19T20:33:41.074Z] Running ssh-add (command line suppressed) [2020-10-19T20:33:41.269Z] Identity added: /w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_5289725989493844749.key (/w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_5289725989493844749.key) [2020-10-19T20:33:41.365Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-19T20:33:41.718Z] + git semver init [2020-10-19T20:33:41.718Z] # -> Open(): unable to determine branch for HEAD [2020-10-19T20:33:41.718Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.git [2020-10-19T20:33:41.718Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-messaging_master [2020-10-19T20:33:41.718Z] # $SEMVER_REMOTE_NAME = origin [2020-10-19T20:33:41.718Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-19T20:33:41.718Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-19T20:33:41.718Z] # $SEMVER_BRANCH = master [2020-10-19T20:33:41.718Z] # $SEMVER_TEMP = /tmp/semver-734798020 [2020-10-19T20:33:41.718Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-messaging.git $SEMVER_TEMP [2020-10-19T20:33:42.327Z] # '/tmp/semver-734798020' -> '/w/workspace/xfoundry_go-mod-messaging_master/.semver' [2020-10-19T20:33:42.327Z] # -> Force: false [2020-10-19T20:33:42.327Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.semver [Pipeline] } [2020-10-19T20:33:42.346Z] $ docker exec --env ******** --env ******** 704c69fd7d50cc5091517f42bdec2900683970e79107a1dc7eb86cc3584006fd ssh-agent -k [2020-10-19T20:33:42.534Z] unset SSH_AUTH_SOCK; [2020-10-19T20:33:42.535Z] unset SSH_AGENT_PID; [2020-10-19T20:33:42.535Z] echo Agent pid 51 killed; [2020-10-19T20:33:42.639Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-19T20:33:43.150Z] + git semver [Pipeline] } [2020-10-19T20:33:43.172Z] $ docker stop --time=1 704c69fd7d50cc5091517f42bdec2900683970e79107a1dc7eb86cc3584006fd [2020-10-19T20:33:44.687Z] $ docker rm -f 704c69fd7d50cc5091517f42bdec2900683970e79107a1dc7eb86cc3584006fd [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-19T20:33:45.298Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-10-19T20:33:46.134Z] Stashed 1 file(s) [Pipeline] echo [2020-10-19T20:33:46.137Z] [edgeXSemver]: initialized semver on version 0.1.27 [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 [2020-10-19T20:34:01.630Z] Still waiting to schedule task [2020-10-19T20:34:01.630Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-10-19T20:34:01.632Z] Still waiting to schedule task [2020-10-19T20:34:01.632Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-4350’ is offline [2020-10-19T20:35:47.858Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-6331 in /w/workspace/xfoundry_go-mod-messaging_master [Pipeline] { [Pipeline] ws [2020-10-19T20:35:47.909Z] Running in /w/workspace/go-mod-messaging/18 [Pipeline] { [Pipeline] checkout [2020-10-19T20:35:53.042Z] using credential edgex-jenkins-ssh [2020-10-19T20:35:53.099Z] Cloning the remote Git repository [2020-10-19T20:35:53.163Z] Cloning repository git@github.com:edgexfoundry/go-mod-messaging.git [2020-10-19T20:35:53.293Z] > git init /w/workspace/go-mod-messaging/18 # timeout=10 [2020-10-19T20:35:53.386Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git [2020-10-19T20:35:53.388Z] > git --version # timeout=10 [2020-10-19T20:35:53.407Z] > git --version # 'git version 2.17.1' [2020-10-19T20:35:53.409Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-19T20:35:53.477Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-19T20:35:54.178Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 [2020-10-19T20:35:54.195Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-19T20:35:54.701Z] Checking out Revision 8e63b0802cf72cb2485fe8466e2347d3c0c08a9d (master) [2020-10-19T20:35:54.225Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 [2020-10-19T20:35:54.260Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git [2020-10-19T20:35:54.261Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-19T20:35:54.271Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-19T20:35:54.723Z] > git config core.sparsecheckout # timeout=10 [2020-10-19T20:35:54.750Z] > git checkout -f 8e63b0802cf72cb2485fe8466e2347d3c0c08a9d # timeout=10 [2020-10-19T20:35:59.257Z] Commit message: "Merge pull request #71 from lenny-intel/CorrelationID" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-19T20:36:00.140Z] ========================================================= [2020-10-19T20:36:00.140Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-10-19T20:36:00.140Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-19T20:36:01.181Z] + 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 . [2020-10-19T20:36:02.180Z] Sending build context to Docker daemon 458.2kB [2020-10-19T20:36:02.180Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-19T20:36:02.180Z] Step 2/7 : FROM ${BASE} [2020-10-19T20:36:02.457Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-10-19T20:36:02.457Z] b538f80385f9: Pulling fs layer [2020-10-19T20:36:02.457Z] 74f711af9a0d: Pulling fs layer [2020-10-19T20:36:02.457Z] 99f96fe45779: Pulling fs layer [2020-10-19T20:36:02.457Z] 8529a6b9a6be: Pulling fs layer [2020-10-19T20:36:02.457Z] 45590311c82a: Pulling fs layer [2020-10-19T20:36:02.457Z] 69ca0ff8b7b3: Pulling fs layer [2020-10-19T20:36:02.457Z] 209524e5b208: Pulling fs layer [2020-10-19T20:36:02.457Z] 8529a6b9a6be: Waiting [2020-10-19T20:36:02.457Z] 45590311c82a: Waiting [2020-10-19T20:36:02.457Z] 69ca0ff8b7b3: Waiting [2020-10-19T20:36:02.457Z] 209524e5b208: Waiting [2020-10-19T20:36:02.457Z] 99f96fe45779: Download complete [2020-10-19T20:36:02.457Z] 74f711af9a0d: Verifying Checksum [2020-10-19T20:36:02.457Z] 74f711af9a0d: Download complete [2020-10-19T20:36:02.457Z] 45590311c82a: Verifying Checksum [2020-10-19T20:36:02.457Z] 45590311c82a: Download complete [2020-10-19T20:36:02.457Z] 69ca0ff8b7b3: Verifying Checksum [2020-10-19T20:36:02.457Z] 69ca0ff8b7b3: Download complete [2020-10-19T20:36:03.908Z] b538f80385f9: Download complete [2020-10-19T20:36:04.518Z] b538f80385f9: Pull complete [2020-10-19T20:36:05.128Z] 74f711af9a0d: Pull complete [2020-10-19T20:36:05.407Z] 99f96fe45779: Pull complete [2020-10-19T20:36:06.012Z] 209524e5b208: Verifying Checksum [2020-10-19T20:36:06.012Z] 209524e5b208: Download complete [2020-10-19T20:36:07.464Z] 8529a6b9a6be: Verifying Checksum [2020-10-19T20:36:07.464Z] 8529a6b9a6be: Download complete [2020-10-19T20:36:16.010Z] Running on prd-centos7-docker-4c-2g-6333 in /w/workspace/xfoundry_go-mod-messaging_master [Pipeline] { [Pipeline] ws [2020-10-19T20:36:16.067Z] Running in /w/workspace/go-mod-messaging/18 [Pipeline] { [Pipeline] checkout [2020-10-19T20:36:17.622Z] 8529a6b9a6be: Pull complete [2020-10-19T20:36:18.221Z] 45590311c82a: Pull complete [2020-10-19T20:36:18.497Z] 69ca0ff8b7b3: Pull complete [2020-10-19T20:36:18.625Z] using credential edgex-jenkins-ssh [2020-10-19T20:36:18.687Z] Cloning the remote Git repository [2020-10-19T20:36:18.717Z] Cloning repository git@github.com:edgexfoundry/go-mod-messaging.git [2020-10-19T20:36:18.789Z] > git init /w/workspace/go-mod-messaging/18 # timeout=10 [2020-10-19T20:36:19.093Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git [2020-10-19T20:36:19.094Z] > git --version # timeout=10 [2020-10-19T20:36:19.102Z] > git --version # 'git version 2.16.5' [2020-10-19T20:36:19.103Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-19T20:36:19.141Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-19T20:36:20.111Z] Checking out Revision 8e63b0802cf72cb2485fe8466e2347d3c0c08a9d (master) [2020-10-19T20:36:19.685Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 [2020-10-19T20:36:19.692Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-19T20:36:19.705Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 [2020-10-19T20:36:19.720Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git [2020-10-19T20:36:19.721Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-19T20:36:19.725Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-19T20:36:20.122Z] > git config core.sparsecheckout # timeout=10 [2020-10-19T20:36:20.127Z] > git checkout -f 8e63b0802cf72cb2485fe8466e2347d3c0c08a9d # timeout=10 [2020-10-19T20:36:22.844Z] 209524e5b208: Pull complete [2020-10-19T20:36:22.844Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-10-19T20:36:22.844Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-10-19T20:36:22.844Z] ---> 5bddaf1c2fca [2020-10-19T20:36:22.844Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-10-19T20:36:23.736Z] Commit message: "Merge pull request #71 from lenny-intel/CorrelationID" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-19T20:36:24.491Z] ========================================================= [2020-10-19T20:36:24.491Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-10-19T20:36:24.491Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-19T20:36:25.191Z] + 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 . [2020-10-19T20:36:25.455Z] Sending build context to Docker daemon 458.2kB [2020-10-19T20:36:25.455Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-19T20:36:25.455Z] Step 2/7 : FROM ${BASE} [2020-10-19T20:36:25.455Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-10-19T20:36:25.455Z] df20fa9351a1: Pulling fs layer [2020-10-19T20:36:25.455Z] ed8968b2872e: Pulling fs layer [2020-10-19T20:36:25.455Z] a92cc7c5fd73: Pulling fs layer [2020-10-19T20:36:25.455Z] e871e8e8d7a9: Pulling fs layer [2020-10-19T20:36:25.455Z] e73272ec9a57: Pulling fs layer [2020-10-19T20:36:25.455Z] 1e910a182e73: Pulling fs layer [2020-10-19T20:36:25.455Z] 4e634b169226: Pulling fs layer [2020-10-19T20:36:25.455Z] e73272ec9a57: Waiting [2020-10-19T20:36:25.455Z] 1e910a182e73: Waiting [2020-10-19T20:36:25.455Z] e871e8e8d7a9: Waiting [2020-10-19T20:36:25.455Z] 4e634b169226: Waiting [2020-10-19T20:36:25.455Z] a92cc7c5fd73: Download complete [2020-10-19T20:36:25.455Z] ed8968b2872e: Download complete [2020-10-19T20:36:25.455Z] e73272ec9a57: Verifying Checksum [2020-10-19T20:36:25.455Z] e73272ec9a57: Download complete [2020-10-19T20:36:25.455Z] 1e910a182e73: Verifying Checksum [2020-10-19T20:36:25.455Z] 1e910a182e73: Download complete [2020-10-19T20:36:25.481Z] ---> Running in b63e63c76334 [2020-10-19T20:36:25.481Z] Removing intermediate container b63e63c76334 [2020-10-19T20:36:25.481Z] ---> 1bfe1617b735 [2020-10-19T20:36:25.481Z] Step 4/7 : RUN apk add --update --no-cache zeromq-dev bash [2020-10-19T20:36:25.481Z] ---> Running in 542242371f48 [2020-10-19T20:36:25.719Z] df20fa9351a1: Verifying Checksum [2020-10-19T20:36:25.719Z] df20fa9351a1: Download complete [2020-10-19T20:36:25.719Z] df20fa9351a1: Pull complete [2020-10-19T20:36:25.981Z] ed8968b2872e: Pull complete [2020-10-19T20:36:25.982Z] a92cc7c5fd73: Pull complete [2020-10-19T20:36:27.451Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-19T20:36:27.919Z] 4e634b169226: Verifying Checksum [2020-10-19T20:36:27.919Z] 4e634b169226: Download complete [2020-10-19T20:36:28.043Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-19T20:36:28.187Z] e871e8e8d7a9: Verifying Checksum [2020-10-19T20:36:28.187Z] e871e8e8d7a9: Download complete [2020-10-19T20:36:29.475Z] (1/5) Installing libsodium (1.0.18-r0) [2020-10-19T20:36:29.746Z] (2/5) Installing libzmq (4.3.3-r0) [2020-10-19T20:36:30.017Z] (3/5) Installing pkgconf (1.7.2-r0) [2020-10-19T20:36:30.017Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2020-10-19T20:36:30.291Z] (5/5) Installing zeromq-dev (4.3.3-r0) [2020-10-19T20:36:30.291Z] Executing busybox-1.31.1-r16.trigger [2020-10-19T20:36:30.291Z] OK: 144 MiB in 44 packages [2020-10-19T20:36:31.732Z] Removing intermediate container 542242371f48 [2020-10-19T20:36:31.732Z] ---> 430f9fe42dae [2020-10-19T20:36:31.732Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-10-19T20:36:31.732Z] ---> Running in 65f531b8ad0f [2020-10-19T20:36:32.328Z] Removing intermediate container 65f531b8ad0f [2020-10-19T20:36:32.328Z] ---> 3e00f06c1424 [2020-10-19T20:36:32.328Z] Step 6/7 : COPY go.mod . [2020-10-19T20:36:32.440Z] e871e8e8d7a9: Pull complete [2020-10-19T20:36:32.702Z] e73272ec9a57: Pull complete [2020-10-19T20:36:32.702Z] 1e910a182e73: Pull complete [2020-10-19T20:36:32.924Z] ---> 49ed80569acc [2020-10-19T20:36:32.924Z] Step 7/7 : RUN go mod download [2020-10-19T20:36:33.206Z] ---> Running in 4d2dab554293 [2020-10-19T20:36:36.933Z] 4e634b169226: Pull complete [2020-10-19T20:36:36.933Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-10-19T20:36:36.933Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-10-19T20:36:36.933Z] ---> f7629b54cfaa [2020-10-19T20:36:36.933Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-10-19T20:36:36.933Z] ---> Running in d04fe97cd515 [2020-10-19T20:36:37.197Z] Removing intermediate container d04fe97cd515 [2020-10-19T20:36:37.197Z] ---> 19fabc16a1ac [2020-10-19T20:36:37.197Z] Step 4/7 : RUN apk add --update --no-cache zeromq-dev bash [2020-10-19T20:36:37.197Z] ---> Running in b8b429c6cabd [2020-10-19T20:36:38.587Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-19T20:36:39.159Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-19T20:36:40.104Z] (1/5) Installing libsodium (1.0.18-r0) [2020-10-19T20:36:40.104Z] (2/5) Installing libzmq (4.3.3-r0) [2020-10-19T20:36:40.366Z] (3/5) Installing pkgconf (1.7.2-r0) [2020-10-19T20:36:40.366Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2020-10-19T20:36:40.627Z] (5/5) Installing zeromq-dev (4.3.3-r0) [2020-10-19T20:36:40.628Z] Executing busybox-1.31.1-r16.trigger [2020-10-19T20:36:40.628Z] OK: 167 MiB in 44 packages [2020-10-19T20:36:41.203Z] Removing intermediate container b8b429c6cabd [2020-10-19T20:36:41.203Z] ---> 6390d7f9d211 [2020-10-19T20:36:41.203Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-10-19T20:36:41.203Z] ---> Running in ce43f937fde1 [2020-10-19T20:36:41.203Z] Removing intermediate container ce43f937fde1 [2020-10-19T20:36:41.203Z] ---> efc1d72e77db [2020-10-19T20:36:41.203Z] Step 6/7 : COPY go.mod . [2020-10-19T20:36:41.468Z] ---> 539d5636cfac [2020-10-19T20:36:41.468Z] Step 7/7 : RUN go mod download [2020-10-19T20:36:41.468Z] ---> Running in 114f993a06eb [2020-10-19T20:36:48.301Z] Removing intermediate container 4d2dab554293 [2020-10-19T20:36:48.301Z] ---> 63e1d79eab82 [2020-10-19T20:36:48.301Z] Successfully built 63e1d79eab82 [2020-10-19T20:36:48.301Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-19T20:36:48.703Z] + docker inspect -f . ci-base-image-arm64 [2020-10-19T20:36:48.703Z] . [Pipeline] withDockerContainer [2020-10-19T20:36:48.943Z] prd-ubuntu18.04-docker-arm64-4c-16g-6331 does not seem to be running inside a container [2020-10-19T20:36:49.024Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-messaging/18 -v /w/workspace/go-mod-messaging/18:/w/workspace/go-mod-messaging/18:rw,z -v /w/workspace/go-mod-messaging/18@tmp:/w/workspace/go-mod-messaging/18@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 ******** ci-base-image-arm64 cat [2020-10-19T20:36:50.829Z] $ docker top c9c5c9a4bb5db6b3b31d75106e6d94f805e903b78a0efacf8b4b908355497a81 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-19T20:36:52.233Z] + go version [2020-10-19T20:36:52.233Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-10-19T20:36:52.257Z] $ docker stop --time=1 c9c5c9a4bb5db6b3b31d75106e6d94f805e903b78a0efacf8b4b908355497a81 [2020-10-19T20:36:53.748Z] Removing intermediate container 114f993a06eb [2020-10-19T20:36:53.748Z] ---> dc2cb9b52f05 [2020-10-19T20:36:53.748Z] Successfully built dc2cb9b52f05 [2020-10-19T20:36:53.748Z] Successfully tagged ci-base-image-x86_64:latest [2020-10-19T20:36:54.194Z] $ docker rm -f c9c5c9a4bb5db6b3b31d75106e6d94f805e903b78a0efacf8b4b908355497a81 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] isUnix [Pipeline] sh Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [2020-10-19T20:36:55.018Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-19T20:36:55.018Z] . [Pipeline] withDockerContainer [2020-10-19T20:36:55.153Z] prd-centos7-docker-4c-2g-6333 does not seem to be running inside a container [2020-10-19T20:36:55.203Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-messaging/18 -v /w/workspace/go-mod-messaging/18:/w/workspace/go-mod-messaging/18:rw,z -v /w/workspace/go-mod-messaging/18@tmp:/w/workspace/go-mod-messaging/18@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 ******** ci-base-image-x86_64 cat [2020-10-19T20:36:55.772Z] $ docker top 422bf471da01ba434b1dbc84f0cc0c51bb01ce20f3c91f8374a00f08aa54e4bd -eo pid,comm [Pipeline] { [Pipeline] sh Stage "Build" skipped due to when conditional [Pipeline] } [2020-10-19T20:36:56.254Z] + go version [2020-10-19T20:36:56.254Z] go version go1.15.2 linux/amd64 [Pipeline] // stage [Pipeline] } [2020-10-19T20:36:56.475Z] $ docker stop --time=1 422bf471da01ba434b1dbc84f0cc0c51bb01ce20f3c91f8374a00f08aa54e4bd [2020-10-19T20:36:57.811Z] $ docker rm -f 422bf471da01ba434b1dbc84f0cc0c51bb01ce20f3c91f8374a00f08aa54e4bd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] // ws [Pipeline] } [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 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 [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) Stage "CodeCov" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2020-10-19T20:37:02.613Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-10-19T20:37:02.615Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-10-19T20:37:02.667Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-19T20:37:03.058Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-19T20:37:03.058Z] [2020-10-19T20:37:03.058Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-10-19T20:37:03.483Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-19T20:37:03.483Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-10-19T20:37:03.483Z] cbdbe7a5bc2a: Pulling fs layer [2020-10-19T20:37:03.483Z] 408f87550127: Pulling fs layer [2020-10-19T20:37:03.483Z] fe522b08c979: Pulling fs layer [2020-10-19T20:37:03.483Z] 221eaa008020: Pulling fs layer [2020-10-19T20:37:03.483Z] 2a4607e5d6b9: Pulling fs layer [2020-10-19T20:37:03.483Z] 8f79b27c4fd2: Pulling fs layer [2020-10-19T20:37:03.483Z] e5c8dbe1645b: Pulling fs layer [2020-10-19T20:37:03.483Z] 23e8b3b47431: Pulling fs layer [2020-10-19T20:37:03.483Z] 5c568d65a230: Pulling fs layer [2020-10-19T20:37:03.483Z] 221eaa008020: Waiting [2020-10-19T20:37:03.483Z] 2a4607e5d6b9: Waiting [2020-10-19T20:37:03.483Z] 8f79b27c4fd2: Waiting [2020-10-19T20:37:03.483Z] e5c8dbe1645b: Waiting [2020-10-19T20:37:03.483Z] 23e8b3b47431: Waiting [2020-10-19T20:37:03.483Z] 5c568d65a230: Waiting [2020-10-19T20:37:03.483Z] fe522b08c979: Verifying Checksum [2020-10-19T20:37:03.483Z] fe522b08c979: Download complete [2020-10-19T20:37:03.761Z] 408f87550127: Download complete [2020-10-19T20:37:03.761Z] 2a4607e5d6b9: Verifying Checksum [2020-10-19T20:37:03.761Z] 2a4607e5d6b9: Download complete [2020-10-19T20:37:03.761Z] 8f79b27c4fd2: Verifying Checksum [2020-10-19T20:37:03.761Z] 8f79b27c4fd2: Download complete [2020-10-19T20:37:03.761Z] cbdbe7a5bc2a: Download complete [2020-10-19T20:37:04.404Z] cbdbe7a5bc2a: Pull complete [2020-10-19T20:37:04.674Z] 408f87550127: Pull complete [2020-10-19T20:37:04.968Z] fe522b08c979: Pull complete [2020-10-19T20:37:06.028Z] e5c8dbe1645b: Verifying Checksum [2020-10-19T20:37:06.028Z] e5c8dbe1645b: Download complete [2020-10-19T20:37:09.131Z] 23e8b3b47431: Verifying Checksum [2020-10-19T20:37:09.131Z] 23e8b3b47431: Download complete [2020-10-19T20:37:10.300Z] 5c568d65a230: Verifying Checksum [2020-10-19T20:37:10.300Z] 5c568d65a230: Download complete [2020-10-19T20:37:15.138Z] 221eaa008020: Verifying Checksum [2020-10-19T20:37:15.138Z] 221eaa008020: Download complete [2020-10-19T20:37:25.302Z] 221eaa008020: Pull complete [2020-10-19T20:37:25.302Z] 2a4607e5d6b9: Pull complete [2020-10-19T20:37:25.302Z] 8f79b27c4fd2: Pull complete [2020-10-19T20:37:27.248Z] e5c8dbe1645b: Pull complete [2020-10-19T20:37:31.572Z] 23e8b3b47431: Pull complete [2020-10-19T20:37:33.539Z] 5c568d65a230: Pull complete [2020-10-19T20:37:33.539Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-10-19T20:37:33.539Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-19T20:37:33.539Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-10-19T20:37:33.871Z] prd-centos7-docker-4c-2g-6330 does not seem to be running inside a container [2020-10-19T20:37:33.946Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -v /w/workspace/xfoundry_go-mod-messaging_master:/ws -w /ws --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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat [2020-10-19T20:37:35.197Z] $ docker top 6b52c4d3e41aa01f8e037120e3a93e41b2b06da51b4d122eaa060b0302f4caa1 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-19T20:37:36.096Z] + snyk monitor '--org=edgex-jenkins' [2020-10-19T20:37:42.761Z] [2020-10-19T20:37:42.761Z] Monitoring /w/workspace/xfoundry_go-mod-messaging_master (github.com/edgexfoundry/go-mod-messaging)... [2020-10-19T20:37:42.761Z] [2020-10-19T20:37:42.762Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/f6e4b672-2be2-4054-abeb-10731c768cda/history/0b75b3fa-dbf5-4cbc-acf3-1d9700b8cd7b [2020-10-19T20:37:42.762Z] [2020-10-19T20:37:42.762Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-10-19T20:37:42.762Z] [2020-10-19T20:37:42.762Z] [2020-10-19T20:37:42.762Z] Snyk CLI supports Node.js 8 and higher. [2020-10-19T20:37:42.762Z] Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. [2020-10-19T20:37:42.762Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-10-19T20:37:42.762Z] [2020-10-19T20:37:42.762Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-10-19T20:37:42.762Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [2020-10-19T20:37:42.762Z] You have reached your monthly limit of 300 private tests for your edgex-jenkins org. [2020-10-19T20:37:42.762Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2020-10-19T20:37:42.788Z] $ docker stop --time=1 6b52c4d3e41aa01f8e037120e3a93e41b2b06da51b4d122eaa060b0302f4caa1 [2020-10-19T20:37:44.778Z] $ docker rm -f 6b52c4d3e41aa01f8e037120e3a93e41b2b06da51b4d122eaa060b0302f4caa1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [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 [2020-10-19T20:37:46.990Z] + git log --format=format:%s -1 8e63b0802cf72cb2485fe8466e2347d3c0c08a9d [Pipeline] isUnix [Pipeline] sh [2020-10-19T20:37:47.397Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-19T20:37:47.397Z] . [Pipeline] withDockerContainer [2020-10-19T20:37:47.671Z] prd-centos7-docker-4c-2g-6330 does not seem to be running inside a container [2020-10-19T20:37:47.857Z] $ 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 [2020-10-19T20:37:49.089Z] $ docker top 5dcf825433e34e8199d1682c971dbfe819bc7ae9dd6ad9fbd332451f739d5c5d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-19T20:37:49.450Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-19T20:37:49.450Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-19T20:37:49.742Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-19T20:37:49.752Z] $ docker exec 5dcf825433e34e8199d1682c971dbfe819bc7ae9dd6ad9fbd332451f739d5c5d ssh-agent [2020-10-19T20:37:50.039Z] SSH_AUTH_SOCK=/tmp/ssh-HCUxoN6y6iR5/agent.11 [2020-10-19T20:37:50.039Z] SSH_AGENT_PID=16 [2020-10-19T20:37:50.049Z] Running ssh-add (command line suppressed) [2020-10-19T20:37:50.226Z] Identity added: /w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_2564065138552996994.key (/w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_2564065138552996994.key) [2020-10-19T20:37:50.287Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-19T20:37:50.752Z] + git semver tag [2020-10-19T20:37:50.752Z] # -> Open(): unable to determine branch for HEAD [2020-10-19T20:37:50.752Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.git [2020-10-19T20:37:50.752Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-messaging_master [2020-10-19T20:37:50.752Z] # $SEMVER_REMOTE_NAME = origin [2020-10-19T20:37:50.752Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-19T20:37:50.752Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-19T20:37:50.752Z] # $SEMVER_BRANCH = master [2020-10-19T20:37:50.752Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.semver [2020-10-19T20:37:50.752Z] # 8e63b0802cf72cb2485fe8466e2347d3c0c08a9d HEAD [2020-10-19T20:37:50.752Z] # -> Force: false [2020-10-19T20:37:50.752Z] # 406d33dd004235a2b39195d179c3a95c46bb539d refs/tags/v0.1.27 [Pipeline] } [2020-10-19T20:37:50.782Z] $ docker exec --env ******** --env ******** 5dcf825433e34e8199d1682c971dbfe819bc7ae9dd6ad9fbd332451f739d5c5d ssh-agent -k [2020-10-19T20:37:51.002Z] unset SSH_AUTH_SOCK; [2020-10-19T20:37:51.004Z] unset SSH_AGENT_PID; [2020-10-19T20:37:51.004Z] echo Agent pid 16 killed; [2020-10-19T20:37:51.114Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-19T20:37:51.649Z] + git semver [Pipeline] } [2020-10-19T20:37:51.975Z] $ docker stop --time=1 5dcf825433e34e8199d1682c971dbfe819bc7ae9dd6ad9fbd332451f739d5c5d [2020-10-19T20:37:53.514Z] $ docker rm -f 5dcf825433e34e8199d1682c971dbfe819bc7ae9dd6ad9fbd332451f739d5c5d [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-10-19T20:37:54.349Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-19T20:37:54.349Z] [2020-10-19T20:37:54.349Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-10-19T20:37:54.984Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-19T20:37:54.984Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-10-19T20:37:54.984Z] ab5ef0e58194: Pulling fs layer [2020-10-19T20:37:54.984Z] 9712f1f96733: Pulling fs layer [2020-10-19T20:37:54.984Z] 63f879dbbcfc: Pulling fs layer [2020-10-19T20:37:54.984Z] 0d9ebad4ef96: Pulling fs layer [2020-10-19T20:37:54.984Z] e9a5061849ea: Pulling fs layer [2020-10-19T20:37:54.984Z] d747dcd14b5f: Pulling fs layer [2020-10-19T20:37:54.984Z] 2de7ff778b66: Pulling fs layer [2020-10-19T20:37:54.984Z] 0d9ebad4ef96: Waiting [2020-10-19T20:37:54.984Z] e9a5061849ea: Waiting [2020-10-19T20:37:54.984Z] d747dcd14b5f: Waiting [2020-10-19T20:37:54.984Z] 2de7ff778b66: Waiting [2020-10-19T20:37:54.984Z] 9712f1f96733: Download complete [2020-10-19T20:38:04.436Z] 63f879dbbcfc: Verifying Checksum [2020-10-19T20:38:04.436Z] 63f879dbbcfc: Download complete [2020-10-19T20:38:04.436Z] e9a5061849ea: Verifying Checksum [2020-10-19T20:38:04.436Z] e9a5061849ea: Download complete [2020-10-19T20:38:04.436Z] d747dcd14b5f: Download complete [2020-10-19T20:38:04.724Z] 2de7ff778b66: Verifying Checksum [2020-10-19T20:38:04.724Z] 2de7ff778b66: Download complete [2020-10-19T20:38:05.341Z] 0d9ebad4ef96: Verifying Checksum [2020-10-19T20:38:05.341Z] 0d9ebad4ef96: Download complete [2020-10-19T20:38:05.341Z] ab5ef0e58194: Verifying Checksum [2020-10-19T20:38:05.341Z] ab5ef0e58194: Download complete [2020-10-19T20:38:13.775Z] ab5ef0e58194: Pull complete [2020-10-19T20:38:13.775Z] 9712f1f96733: Pull complete [2020-10-19T20:38:15.794Z] 63f879dbbcfc: Pull complete [2020-10-19T20:38:26.152Z] 0d9ebad4ef96: Pull complete [2020-10-19T20:38:26.435Z] e9a5061849ea: Pull complete [2020-10-19T20:38:26.713Z] d747dcd14b5f: Pull complete [2020-10-19T20:38:29.471Z] 2de7ff778b66: Pull complete [2020-10-19T20:38:29.471Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-10-19T20:38:29.471Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-19T20:38:29.471Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-10-19T20:38:29.847Z] prd-centos7-docker-4c-2g-6330 does not seem to be running inside a container [2020-10-19T20:38:30.089Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-10-19T20:38:33.877Z] $ docker top 2fb27bedd3a00e8cc8b1026b57f79e133998197de61104cf6c8bab77cc4ea54e -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-10-19T20:38:34.168Z] provisioning config files... [2020-10-19T20:38:34.213Z] copy managed file [sigul-config] to file:/w/workspace/xfoundry_go-mod-messaging_master@tmp/config5523482470981011941tmp [2020-10-19T20:38:34.300Z] copy managed file [sigul-password] to file:/w/workspace/xfoundry_go-mod-messaging_master@tmp/config5184700736487416728tmp [2020-10-19T20:38:34.376Z] copy managed file [sigul-pki] to file:/w/workspace/xfoundry_go-mod-messaging_master@tmp/config286829371138705286tmp [Pipeline] { [Pipeline] echo [2020-10-19T20:38:34.494Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-19T20:38:34.913Z] ---> sigul-configuration.sh [2020-10-19T20:38:34.913Z] gpg: directory `/root/.gnupg' created [2020-10-19T20:38:34.914Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-10-19T20:38:34.914Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-10-19T20:38:34.914Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-10-19T20:38:34.914Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-10-19T20:38:34.914Z] gpg: CAST5 encrypted data [2020-10-19T20:38:35.205Z] gpg: encrypted with 1 passphrase [2020-10-19T20:38:35.205Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-10-19T20:38:35.607Z] + mkdir /home/jenkins [2020-10-19T20:38:35.608Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-10-19T20:38:36.448Z] + 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 [2020-10-19T20:38:36.497Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-19T20:38:36.881Z] ---> sigul-install.sh [2020-10-19T20:38:43.666Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-10-19T20:38:44.307Z] + git tag --list [2020-10-19T20:38:44.307Z] v0.0.0 [2020-10-19T20:38:44.307Z] v0.1.0 [2020-10-19T20:38:44.307Z] v0.1.1 [2020-10-19T20:38:44.307Z] v0.1.10 [2020-10-19T20:38:44.307Z] v0.1.11 [2020-10-19T20:38:44.307Z] v0.1.12 [2020-10-19T20:38:44.307Z] v0.1.13 [2020-10-19T20:38:44.307Z] v0.1.14 [2020-10-19T20:38:44.307Z] v0.1.15 [2020-10-19T20:38:44.307Z] v0.1.16 [2020-10-19T20:38:44.307Z] v0.1.17 [2020-10-19T20:38:44.307Z] v0.1.18 [2020-10-19T20:38:44.307Z] v0.1.19 [2020-10-19T20:38:44.307Z] v0.1.2 [2020-10-19T20:38:44.307Z] v0.1.20 [2020-10-19T20:38:44.307Z] v0.1.21 [2020-10-19T20:38:44.307Z] v0.1.22 [2020-10-19T20:38:44.307Z] v0.1.23 [2020-10-19T20:38:44.307Z] v0.1.24 [2020-10-19T20:38:44.307Z] v0.1.25 [2020-10-19T20:38:44.307Z] v0.1.26 [2020-10-19T20:38:44.307Z] v0.1.27 [2020-10-19T20:38:44.307Z] v0.1.3 [2020-10-19T20:38:44.307Z] v0.1.4 [2020-10-19T20:38:44.307Z] v0.1.5 [2020-10-19T20:38:44.307Z] v0.1.6 [2020-10-19T20:38:44.307Z] v0.1.7 [2020-10-19T20:38:44.307Z] v0.1.8 [2020-10-19T20:38:44.307Z] v0.1.9 [Pipeline] sh [2020-10-19T20:38:44.725Z] + lftools sign git-tag v0.1.27 [2020-10-19T20:38:46.798Z] Signing Git tag with Sigul... [2020-10-19T20:38:46.798Z] Signing v0.1.27 [Pipeline] echo [2020-10-19T20:38:47.865Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-19T20:38:48.349Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-10-19T20:38:48.387Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-10-19T20:38:48.558Z] $ docker stop --time=1 2fb27bedd3a00e8cc8b1026b57f79e133998197de61104cf6c8bab77cc4ea54e [2020-10-19T20:38:50.960Z] $ docker rm -f 2fb27bedd3a00e8cc8b1026b57f79e133998197de61104cf6c8bab77cc4ea54e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-10-19T20:38:52.381Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-19T20:38:52.381Z] . [Pipeline] withDockerContainer [2020-10-19T20:38:52.579Z] prd-centos7-docker-4c-2g-6330 does not seem to be running inside a container [2020-10-19T20:38:52.688Z] $ 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 [2020-10-19T20:38:53.730Z] $ docker top f999b5ccdadfeee3a094c7730545e34181b07f552d5e2ce9028f9dd0072f86b9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-19T20:38:54.339Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-19T20:38:54.339Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-19T20:38:55.034Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-19T20:38:55.049Z] $ docker exec f999b5ccdadfeee3a094c7730545e34181b07f552d5e2ce9028f9dd0072f86b9 ssh-agent [2020-10-19T20:38:55.784Z] SSH_AUTH_SOCK=/tmp/ssh-D15hwdK2oDtA/agent.11 [2020-10-19T20:38:55.784Z] SSH_AGENT_PID=17 [2020-10-19T20:38:55.827Z] Running ssh-add (command line suppressed) [2020-10-19T20:38:56.122Z] Identity added: /w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_346007234168628941.key (/w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_346007234168628941.key) [2020-10-19T20:38:56.236Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-19T20:38:56.728Z] + git semver bump patch [2020-10-19T20:38:57.008Z] # -> Open(): unable to determine branch for HEAD [2020-10-19T20:38:57.008Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.git [2020-10-19T20:38:57.008Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-messaging_master [2020-10-19T20:38:57.008Z] # $SEMVER_REMOTE_NAME = origin [2020-10-19T20:38:57.008Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-19T20:38:57.008Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-19T20:38:57.008Z] # $SEMVER_BRANCH = master [2020-10-19T20:38:57.008Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.semver [2020-10-19T20:38:57.008Z] 0.1.28 [Pipeline] } [2020-10-19T20:38:57.068Z] $ docker exec --env ******** --env ******** f999b5ccdadfeee3a094c7730545e34181b07f552d5e2ce9028f9dd0072f86b9 ssh-agent -k [2020-10-19T20:38:57.373Z] unset SSH_AUTH_SOCK; [2020-10-19T20:38:57.373Z] unset SSH_AGENT_PID; [2020-10-19T20:38:57.373Z] echo Agent pid 17 killed; [2020-10-19T20:38:57.506Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-19T20:38:58.175Z] + git semver [Pipeline] } [2020-10-19T20:38:58.254Z] $ docker stop --time=1 f999b5ccdadfeee3a094c7730545e34181b07f552d5e2ce9028f9dd0072f86b9 [2020-10-19T20:38:59.950Z] $ docker rm -f f999b5ccdadfeee3a094c7730545e34181b07f552d5e2ce9028f9dd0072f86b9 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-19T20:39:00.822Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-19T20:39:00.822Z] . [Pipeline] withDockerContainer [2020-10-19T20:39:01.067Z] prd-centos7-docker-4c-2g-6330 does not seem to be running inside a container [2020-10-19T20:39:01.216Z] $ 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 [2020-10-19T20:39:02.404Z] $ docker top 79e7650e3708d9f7536af917477d9c16bcfd0dbddeafc58d614f33ef38c082aa -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-19T20:39:02.781Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-19T20:39:02.781Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-19T20:39:03.228Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-19T20:39:03.241Z] $ docker exec 79e7650e3708d9f7536af917477d9c16bcfd0dbddeafc58d614f33ef38c082aa ssh-agent [2020-10-19T20:39:03.774Z] SSH_AUTH_SOCK=/tmp/ssh-PD2O0X8HpCSe/agent.12 [2020-10-19T20:39:03.774Z] SSH_AGENT_PID=17 [2020-10-19T20:39:03.786Z] Running ssh-add (command line suppressed) [2020-10-19T20:39:04.053Z] Identity added: /w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_9177562172240497653.key (/w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_9177562172240497653.key) [2020-10-19T20:39:04.165Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-19T20:39:04.554Z] + git semver push [2020-10-19T20:39:04.554Z] # -> Open(): unable to determine branch for HEAD [2020-10-19T20:39:04.554Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.git [2020-10-19T20:39:04.554Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-messaging_master [2020-10-19T20:39:04.554Z] # $SEMVER_REMOTE_NAME = origin [2020-10-19T20:39:04.554Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-19T20:39:04.554Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-19T20:39:04.554Z] # $SEMVER_BRANCH = master [2020-10-19T20:39:04.554Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.semver [Pipeline] } [2020-10-19T20:39:11.302Z] $ docker exec --env ******** --env ******** 79e7650e3708d9f7536af917477d9c16bcfd0dbddeafc58d614f33ef38c082aa ssh-agent -k [2020-10-19T20:39:11.521Z] unset SSH_AUTH_SOCK; [2020-10-19T20:39:11.523Z] unset SSH_AGENT_PID; [2020-10-19T20:39:11.524Z] echo Agent pid 17 killed; [2020-10-19T20:39:11.666Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-19T20:39:12.578Z] + git semver [Pipeline] } [2020-10-19T20:39:12.614Z] $ docker stop --time=1 79e7650e3708d9f7536af917477d9c16bcfd0dbddeafc58d614f33ef38c082aa [2020-10-19T20:39:14.187Z] $ docker rm -f 79e7650e3708d9f7536af917477d9c16bcfd0dbddeafc58d614f33ef38c082aa [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 [2020-10-19T20:39:16.154Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-19T20:39:17.078Z] ---> package-listing.sh [2020-10-19T20:39:17.078Z] ++ facter osfamily [2020-10-19T20:39:17.078Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-19T20:39:17.347Z] + OS_FAMILY=redhat [2020-10-19T20:39:17.347Z] + workspace=/w/workspace/xfoundry_go-mod-messaging_master [2020-10-19T20:39:17.347Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-19T20:39:17.347Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-19T20:39:17.347Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-19T20:39:17.347Z] + PACKAGES=/tmp/packages_start.txt [2020-10-19T20:39:17.347Z] + '[' /w/workspace/xfoundry_go-mod-messaging_master ']' [2020-10-19T20:39:17.347Z] + PACKAGES=/tmp/packages_end.txt [2020-10-19T20:39:17.347Z] + case "${OS_FAMILY}" in [2020-10-19T20:39:17.347Z] + rpm -qa [2020-10-19T20:39:17.347Z] + sort [2020-10-19T20:39:21.643Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-19T20:39:21.643Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-19T20:39:21.643Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-19T20:39:21.643Z] + '[' /w/workspace/xfoundry_go-mod-messaging_master ']' [2020-10-19T20:39:21.643Z] + mkdir -p /w/workspace/xfoundry_go-mod-messaging_master/archives/ [2020-10-19T20:39:21.643Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_go-mod-messaging_master/archives/ [Pipeline] echo [2020-10-19T20:39:21.661Z] 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 [2020-10-19T20:39:21.967Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-10-19T20:39:22.554Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-19T20:39:22.820Z] [2020-10-19T20:39:22.820Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-10-19T20:39:23.234Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-19T20:39:23.533Z] alpine: Pulling from edgex-lftools-log-publisher [2020-10-19T20:39:23.533Z] df20fa9351a1: Pulling fs layer [2020-10-19T20:39:23.533Z] 36b3adc4ff6f: Pulling fs layer [2020-10-19T20:39:23.533Z] 8ad3a11d3b57: Pulling fs layer [2020-10-19T20:39:23.533Z] 46f8f816bc3b: Pulling fs layer [2020-10-19T20:39:23.533Z] 93b61091891f: Pulling fs layer [2020-10-19T20:39:23.533Z] 93b9cdb0e59b: Pulling fs layer [2020-10-19T20:39:23.533Z] 5e14af77c1be: Pulling fs layer [2020-10-19T20:39:23.533Z] 01666e4c0597: Pulling fs layer [2020-10-19T20:39:23.533Z] aa168da1d23b: Pulling fs layer [2020-10-19T20:39:23.533Z] 93b9cdb0e59b: Waiting [2020-10-19T20:39:23.533Z] 5e14af77c1be: Waiting [2020-10-19T20:39:23.533Z] 01666e4c0597: Waiting [2020-10-19T20:39:23.533Z] aa168da1d23b: Waiting [2020-10-19T20:39:23.533Z] 46f8f816bc3b: Waiting [2020-10-19T20:39:23.533Z] 93b61091891f: Waiting [2020-10-19T20:39:23.533Z] 36b3adc4ff6f: Verifying Checksum [2020-10-19T20:39:23.533Z] 36b3adc4ff6f: Download complete [2020-10-19T20:39:23.533Z] 46f8f816bc3b: Verifying Checksum [2020-10-19T20:39:23.533Z] 46f8f816bc3b: Download complete [2020-10-19T20:39:23.838Z] df20fa9351a1: Verifying Checksum [2020-10-19T20:39:23.838Z] df20fa9351a1: Download complete [2020-10-19T20:39:23.838Z] 93b9cdb0e59b: Verifying Checksum [2020-10-19T20:39:23.838Z] 93b9cdb0e59b: Download complete [2020-10-19T20:39:23.838Z] 93b61091891f: Download complete [2020-10-19T20:39:23.839Z] 5e14af77c1be: Verifying Checksum [2020-10-19T20:39:23.839Z] 5e14af77c1be: Download complete [2020-10-19T20:39:23.839Z] 01666e4c0597: Verifying Checksum [2020-10-19T20:39:23.839Z] 01666e4c0597: Download complete [2020-10-19T20:39:24.440Z] 8ad3a11d3b57: Verifying Checksum [2020-10-19T20:39:24.440Z] 8ad3a11d3b57: Download complete [2020-10-19T20:39:24.729Z] df20fa9351a1: Pull complete [2020-10-19T20:39:25.017Z] 36b3adc4ff6f: Pull complete [2020-10-19T20:39:26.541Z] 8ad3a11d3b57: Pull complete [2020-10-19T20:39:26.818Z] 46f8f816bc3b: Pull complete [2020-10-19T20:39:27.439Z] 93b61091891f: Pull complete [2020-10-19T20:39:27.439Z] 93b9cdb0e59b: Pull complete [2020-10-19T20:39:27.748Z] 5e14af77c1be: Pull complete [2020-10-19T20:39:27.748Z] 01666e4c0597: Pull complete [2020-10-19T20:39:29.210Z] aa168da1d23b: Verifying Checksum [2020-10-19T20:39:29.210Z] aa168da1d23b: Download complete [2020-10-19T20:39:39.534Z] aa168da1d23b: Pull complete [2020-10-19T20:39:39.534Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-10-19T20:39:39.534Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-19T20:39:39.534Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-10-19T20:39:39.745Z] prd-centos7-docker-4c-2g-6330 does not seem to be running inside a container [2020-10-19T20:39:39.828Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-10-19T20:39:43.300Z] $ docker top 927bc0bdaf8dc5dc71cb9bca100185f693cbee2076dc760f7280834bd6051ba1 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-19T20:39:43.893Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-10-19T20:39:44.224Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-10-19T20:39:44.550Z] + ls /var/log/sa-host [2020-10-19T20:39:44.550Z] + sadf -c /var/log/sa-host/sa05 [2020-10-19T20:39:44.550Z] file_magic: OK [2020-10-19T20:39:44.550Z] HZ: Using current value: 100 [2020-10-19T20:39:44.550Z] file_header: OK [2020-10-19T20:39:44.550Z] 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 [2020-10-19T20:39:44.550Z] Statistics: [2020-10-19T20:39:44.550Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-19T20:39:44.550Z] File successfully converted to sysstat format version 12.2.1 [2020-10-19T20:39:44.550Z] + sadf -c /var/log/sa-host/sa19 [2020-10-19T20:39:44.550Z] file_magic: OK [2020-10-19T20:39:44.550Z] HZ: Using current value: 100 [2020-10-19T20:39:44.550Z] file_header: OK [2020-10-19T20:39:44.550Z] 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 [2020-10-19T20:39:44.550Z] Statistics: [2020-10-19T20:39:44.550Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-19T20:39:44.550Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-19T20:39:45.206Z] provisioning config files... [2020-10-19T20:39:45.224Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_go-mod-messaging_master@tmp/config6080187823562269547tmp [Pipeline] { [Pipeline] echo [2020-10-19T20:39:45.298Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-19T20:39:45.642Z] ---> create-netrc.sh [Pipeline] } [2020-10-19T20:39:45.923Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-19T20:39:46.038Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-19T20:39:46.399Z] ---> python-tools-install.sh [Pipeline] echo [2020-10-19T20:39:46.562Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-19T20:39:47.161Z] ---> sudo-logs.sh [2020-10-19T20:39:47.161Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-19T20:39:48.157Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-19T20:39:48.837Z] ---> job-cost.sh [2020-10-19T20:39:48.837Z] lf-activate-venv: SKIPPING [2020-10-19T20:39:48.837Z] INFO: No Stack... [2020-10-19T20:39:49.820Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-19T20:39:50.474Z] INFO: Archiving Costs [Pipeline] echo [2020-10-19T20:39:50.499Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-19T20:39:51.171Z] ---> logs-deploy.sh [2020-10-19T20:39:51.171Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-messaging/master/18 [2020-10-19T20:39:51.171Z] INFO: archiving workspace using pattern(s): [2020-10-19T20:39:53.205Z] Archives upload complete. [2020-10-19T20:39:53.205Z] INFO: archiving logs to Nexus [2020-10-19T20:39:55.194Z] ---> uname -a: [2020-10-19T20:39:55.194Z] Linux prd-centos7-docker-4c-2g-6330.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux [2020-10-19T20:39:55.194Z] [2020-10-19T20:39:55.194Z] [2020-10-19T20:39:55.194Z] ---> lscpu: [2020-10-19T20:39:55.194Z] Architecture: x86_64 [2020-10-19T20:39:55.194Z] CPU op-mode(s): 32-bit, 64-bit [2020-10-19T20:39:55.194Z] Byte Order: Little Endian [2020-10-19T20:39:55.194Z] Address sizes: 40 bits physical, 48 bits virtual [2020-10-19T20:39:55.194Z] CPU(s): 4 [2020-10-19T20:39:55.194Z] On-line CPU(s) list: 0-3 [2020-10-19T20:39:55.194Z] Thread(s) per core: 1 [2020-10-19T20:39:55.194Z] Core(s) per socket: 1 [2020-10-19T20:39:55.194Z] Socket(s): 4 [2020-10-19T20:39:55.194Z] NUMA node(s): 1 [2020-10-19T20:39:55.194Z] Vendor ID: GenuineIntel [2020-10-19T20:39:55.194Z] CPU family: 6 [2020-10-19T20:39:55.194Z] Model: 44 [2020-10-19T20:39:55.194Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-10-19T20:39:55.194Z] Stepping: 1 [2020-10-19T20:39:55.194Z] CPU MHz: 2933.438 [2020-10-19T20:39:55.194Z] BogoMIPS: 5866.87 [2020-10-19T20:39:55.194Z] Virtualization: VT-x [2020-10-19T20:39:55.194Z] Hypervisor vendor: KVM [2020-10-19T20:39:55.194Z] Virtualization type: full [2020-10-19T20:39:55.194Z] L1d cache: 128 KiB [2020-10-19T20:39:55.194Z] L1i cache: 128 KiB [2020-10-19T20:39:55.194Z] L2 cache: 16 MiB [2020-10-19T20:39:55.194Z] L3 cache: 64 MiB [2020-10-19T20:39:55.194Z] NUMA node0 CPU(s): 0-3 [2020-10-19T20:39:55.194Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-10-19T20:39:55.194Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-10-19T20:39:55.194Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-10-19T20:39:55.194Z] Vulnerability Meltdown: Mitigation; PTI [2020-10-19T20:39:55.194Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-10-19T20:39:55.194Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-10-19T20:39:55.194Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-10-19T20:39:55.194Z] Vulnerability Tsx async abort: Not affected [2020-10-19T20:39:55.194Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2020-10-19T20:39:55.194Z] [2020-10-19T20:39:55.194Z]