Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 0bdc968e74254c748af0ee463d7309986ee294ed 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; ‘prd-centos7-docker-4c-2g-6975’ is offline; ‘prd-centos7-docker-4c-2g-6980’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-4350’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-6371’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-6976’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-6982 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 0bdc968e74254c748af0ee463d7309986ee294ed (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 0bdc968e74254c748af0ee463d7309986ee294ed # timeout=10 Commit message: "Merge pull request #72 from jpwhitemn/contrib-link-issue" > git rev-list --no-walk 8e63b0802cf72cb2485fe8466e2347d3c0c08a9d # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-10-20T15:24:17.887Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-10-20T15:24:18.177Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-20T15:24:18.287Z] ========================================================= [2020-10-20T15:24:18.287Z] EdgeX Global Pipelines Version Info [2020-10-20T15:24:18.287Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-10-20T15:24:19.893Z] ------------------- [2020-10-20T15:24:19.893Z] stable info: [2020-10-20T15:24:19.893Z] ------------------- [2020-10-20T15:24:19.893Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-20T15:24:19.893Z] Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 [2020-10-20T15:24:19.893Z] Message: update stable to v1.0.144 [2020-10-20T15:24:20.849Z] ------------------- [2020-10-20T15:24:20.849Z] experimental info: [2020-10-20T15:24:20.849Z] ------------------- [2020-10-20T15:24:20.849Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-10-20T15:24:20.849Z] Commit SHA: c640cc8e0f176a0a86b153ebfcb15f3e2f33f7bd [2020-10-20T15:24:20.849Z] Message: update experimental to v1.0.145 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-10-20T15:24:21.243Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-messaging-settings [Pipeline] echo [2020-10-20T15:24:21.342Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-messaging [Pipeline] echo [2020-10-20T15:24:21.431Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-20T15:24:21.549Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-20T15:24:21.644Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-20T15:24:21.784Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-20T15:24:21.870Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-20T15:24:21.992Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-20T15:24:22.157Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-10-20T15:24:22.252Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-20T15:24:22.344Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-20T15:24:22.438Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-messaging [Pipeline] echo [2020-10-20T15:24:22.592Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-20T15:24:22.691Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-20T15:24:22.784Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2020-10-20T15:24:22.882Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-10-20T15:24:22.975Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-10-20T15:24:23.067Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-10-20T15:24:23.158Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo [2020-10-20T15:24:23.266Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-10-20T15:24:23.354Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-10-20T15:24:23.454Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-10-20T15:24:23.554Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-10-20T15:24:23.679Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-10-20T15:24:23.783Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2020-10-20T15:24:23.893Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-10-20T15:24:24.020Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-10-20T15:24:24.104Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-10-20T15:24:24.187Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 0bdc968e74254c748af0ee463d7309986ee294ed [Pipeline] echo [2020-10-20T15:24:24.310Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 0bdc968 [Pipeline] echo [2020-10-20T15:24:24.429Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-10-20T15:24:25.035Z] + git log --format=format:%s -1 0bdc968e74254c748af0ee463d7309986ee294ed [Pipeline] echo [2020-10-20T15:24:25.089Z] GIT_COMMIT: 0bdc968e74254c748af0ee463d7309986ee294ed, Commit Message: Merge pull request #72 from jpwhitemn/contrib-link-issue [Pipeline] echo [2020-10-20T15:24:25.132Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-10-20T15:24:25.703Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-20T15:24:25.966Z] [2020-10-20T15:24:25.966Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-20T15:24:26.337Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-20T15:24:26.337Z] latest: Pulling from edgex-devops/git-semver [2020-10-20T15:24:26.337Z] 31603596830f: Pulling fs layer [2020-10-20T15:24:26.337Z] 2a8b12db71e7: Pulling fs layer [2020-10-20T15:24:26.337Z] 6ca5941a6612: Pulling fs layer [2020-10-20T15:24:26.337Z] ecc8261a40a4: Pulling fs layer [2020-10-20T15:24:26.337Z] ecc8261a40a4: Waiting [2020-10-20T15:24:26.337Z] 2a8b12db71e7: Download complete [2020-10-20T15:24:26.337Z] 31603596830f: Verifying Checksum [2020-10-20T15:24:26.337Z] 31603596830f: Download complete [2020-10-20T15:24:26.603Z] ecc8261a40a4: Verifying Checksum [2020-10-20T15:24:26.603Z] ecc8261a40a4: Download complete [2020-10-20T15:24:26.603Z] 6ca5941a6612: Verifying Checksum [2020-10-20T15:24:26.603Z] 6ca5941a6612: Download complete [2020-10-20T15:24:26.867Z] 31603596830f: Pull complete [2020-10-20T15:24:27.133Z] 2a8b12db71e7: Pull complete [2020-10-20T15:24:28.087Z] 6ca5941a6612: Pull complete [2020-10-20T15:24:28.087Z] ecc8261a40a4: Pull complete [2020-10-20T15:24:28.087Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-20T15:24:28.087Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-20T15:24:28.087Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-20T15:24:28.210Z] prd-centos7-docker-4c-2g-6982 does not seem to be running inside a container [2020-10-20T15:24:28.270Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-20T15:24:30.514Z] $ docker top 358ae1b3f74bfe890907bde76e84b8745b992b62d40f2f17f65bafb5135885b1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-20T15:24:30.853Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-20T15:24:30.853Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-20T15:24:31.087Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-20T15:24:31.093Z] $ docker exec 358ae1b3f74bfe890907bde76e84b8745b992b62d40f2f17f65bafb5135885b1 ssh-agent [2020-10-20T15:24:31.252Z] SSH_AUTH_SOCK=/tmp/ssh-27v6SK0tpE4l/agent.11 [2020-10-20T15:24:31.252Z] SSH_AGENT_PID=17 [2020-10-20T15:24:31.264Z] Running ssh-add (command line suppressed) [2020-10-20T15:24:31.401Z] Identity added: /w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_3295931731404114781.key (/w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_3295931731404114781.key) [2020-10-20T15:24:31.473Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-20T15:24:31.821Z] + git tag --points-at HEAD [Pipeline] } [2020-10-20T15:24:31.847Z] $ docker exec --env ******** --env ******** 358ae1b3f74bfe890907bde76e84b8745b992b62d40f2f17f65bafb5135885b1 ssh-agent -k [2020-10-20T15:24:31.970Z] unset SSH_AUTH_SOCK; [2020-10-20T15:24:31.970Z] unset SSH_AGENT_PID; [2020-10-20T15:24:31.971Z] echo Agent pid 17 killed; [2020-10-20T15:24:32.014Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-10-20T15:24:32.166Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-20T15:24:32.166Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-20T15:24:32.334Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-20T15:24:32.340Z] $ docker exec 358ae1b3f74bfe890907bde76e84b8745b992b62d40f2f17f65bafb5135885b1 ssh-agent [2020-10-20T15:24:32.501Z] SSH_AUTH_SOCK=/tmp/ssh-a1DlaHSdBQpK/agent.46 [2020-10-20T15:24:32.501Z] SSH_AGENT_PID=51 [2020-10-20T15:24:32.508Z] Running ssh-add (command line suppressed) [2020-10-20T15:24:32.640Z] Identity added: /w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_3376442059358972918.key (/w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_3376442059358972918.key) [2020-10-20T15:24:32.694Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-20T15:24:33.034Z] + git semver init [2020-10-20T15:24:33.034Z] # -> Open(): unable to determine branch for HEAD [2020-10-20T15:24:33.034Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.git [2020-10-20T15:24:33.034Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-messaging_master [2020-10-20T15:24:33.034Z] # $SEMVER_REMOTE_NAME = origin [2020-10-20T15:24:33.034Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-20T15:24:33.034Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-20T15:24:33.034Z] # $SEMVER_BRANCH = master [2020-10-20T15:24:33.034Z] # $SEMVER_TEMP = /tmp/semver-470470302 [2020-10-20T15:24:33.034Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-messaging.git $SEMVER_TEMP [2020-10-20T15:24:33.610Z] # '/tmp/semver-470470302' -> '/w/workspace/xfoundry_go-mod-messaging_master/.semver' [2020-10-20T15:24:33.610Z] # -> Force: false [2020-10-20T15:24:33.610Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.semver [Pipeline] } [2020-10-20T15:24:33.627Z] $ docker exec --env ******** --env ******** 358ae1b3f74bfe890907bde76e84b8745b992b62d40f2f17f65bafb5135885b1 ssh-agent -k [2020-10-20T15:24:33.754Z] unset SSH_AUTH_SOCK; [2020-10-20T15:24:33.755Z] unset SSH_AGENT_PID; [2020-10-20T15:24:33.755Z] echo Agent pid 51 killed; [2020-10-20T15:24:33.805Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-20T15:24:34.363Z] + git semver [Pipeline] } [2020-10-20T15:24:34.392Z] $ docker stop --time=1 358ae1b3f74bfe890907bde76e84b8745b992b62d40f2f17f65bafb5135885b1 [2020-10-20T15:24:35.756Z] $ docker rm -f 358ae1b3f74bfe890907bde76e84b8745b992b62d40f2f17f65bafb5135885b1 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-20T15:24:36.238Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-10-20T15:24:36.746Z] Stashed 1 file(s) [Pipeline] echo [2020-10-20T15:24:36.750Z] [edgeXSemver]: initialized semver on version 0.1.28 [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-20T15:24:52.400Z] Still waiting to schedule task [2020-10-20T15:24:52.400Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-10-20T15:24:52.402Z] Still waiting to schedule task [2020-10-20T15:24:52.402Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-10-20T15:26:40.925Z] Running on prd-centos7-docker-4c-2g-6988 in /w/workspace/xfoundry_go-mod-messaging_master [Pipeline] { [Pipeline] ws [2020-10-20T15:26:41.022Z] Running in /w/workspace/go-mod-messaging/19 [Pipeline] { [Pipeline] checkout [2020-10-20T15:26:45.665Z] using credential edgex-jenkins-ssh [2020-10-20T15:26:45.736Z] Cloning the remote Git repository [2020-10-20T15:26:45.768Z] Cloning repository git@github.com:edgexfoundry/go-mod-messaging.git [2020-10-20T15:26:45.841Z] > git init /w/workspace/go-mod-messaging/19 # timeout=10 [2020-10-20T15:26:47.011Z] Checking out Revision 0bdc968e74254c748af0ee463d7309986ee294ed (master) [2020-10-20T15:26:45.896Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git [2020-10-20T15:26:45.896Z] > git --version # timeout=10 [2020-10-20T15:26:45.902Z] > git --version # 'git version 2.16.5' [2020-10-20T15:26:45.903Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-20T15:26:45.930Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-20T15:26:46.549Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 [2020-10-20T15:26:46.555Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-20T15:26:46.565Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 [2020-10-20T15:26:46.582Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git [2020-10-20T15:26:46.582Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-20T15:26:46.588Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-20T15:26:47.023Z] > git config core.sparsecheckout # timeout=10 [2020-10-20T15:26:47.028Z] > git checkout -f 0bdc968e74254c748af0ee463d7309986ee294ed # timeout=10 [2020-10-20T15:26:50.753Z] Commit message: "Merge pull request #72 from jpwhitemn/contrib-link-issue" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-20T15:26:51.668Z] ========================================================= [2020-10-20T15:26:51.668Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-10-20T15:26:51.668Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-20T15:26:52.375Z] + 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-20T15:26:52.641Z] Sending build context to Docker daemon 462.3kB [2020-10-20T15:26:52.641Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-20T15:26:52.641Z] Step 2/7 : FROM ${BASE} [2020-10-20T15:26:52.905Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-10-20T15:26:52.905Z] df20fa9351a1: Pulling fs layer [2020-10-20T15:26:52.905Z] ed8968b2872e: Pulling fs layer [2020-10-20T15:26:52.905Z] a92cc7c5fd73: Pulling fs layer [2020-10-20T15:26:52.905Z] e871e8e8d7a9: Pulling fs layer [2020-10-20T15:26:52.905Z] e73272ec9a57: Pulling fs layer [2020-10-20T15:26:52.905Z] 1e910a182e73: Pulling fs layer [2020-10-20T15:26:52.905Z] 4e634b169226: Pulling fs layer [2020-10-20T15:26:52.905Z] e871e8e8d7a9: Waiting [2020-10-20T15:26:52.905Z] e73272ec9a57: Waiting [2020-10-20T15:26:52.905Z] 1e910a182e73: Waiting [2020-10-20T15:26:52.905Z] 4e634b169226: Waiting [2020-10-20T15:26:52.905Z] a92cc7c5fd73: Verifying Checksum [2020-10-20T15:26:52.905Z] a92cc7c5fd73: Download complete [2020-10-20T15:26:52.905Z] ed8968b2872e: Verifying Checksum [2020-10-20T15:26:52.905Z] ed8968b2872e: Download complete [2020-10-20T15:26:52.905Z] e73272ec9a57: Download complete [2020-10-20T15:26:52.905Z] 1e910a182e73: Verifying Checksum [2020-10-20T15:26:52.905Z] 1e910a182e73: Download complete [2020-10-20T15:26:53.169Z] df20fa9351a1: Verifying Checksum [2020-10-20T15:26:53.169Z] df20fa9351a1: Download complete [2020-10-20T15:26:53.436Z] df20fa9351a1: Pull complete [2020-10-20T15:26:53.706Z] ed8968b2872e: Pull complete [2020-10-20T15:26:53.974Z] a92cc7c5fd73: Pull complete [2020-10-20T15:26:55.173Z] 4e634b169226: Verifying Checksum [2020-10-20T15:26:55.173Z] 4e634b169226: Download complete [2020-10-20T15:26:56.128Z] e871e8e8d7a9: Verifying Checksum [2020-10-20T15:26:56.128Z] e871e8e8d7a9: Download complete [2020-10-20T15:27:01.467Z] e871e8e8d7a9: Pull complete [2020-10-20T15:27:01.467Z] e73272ec9a57: Pull complete [2020-10-20T15:27:01.467Z] 1e910a182e73: Pull complete [2020-10-20T15:27:08.118Z] 4e634b169226: Pull complete [2020-10-20T15:27:08.118Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-10-20T15:27:08.118Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-10-20T15:27:08.118Z] ---> f7629b54cfaa [2020-10-20T15:27:08.118Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-10-20T15:27:08.118Z] ---> Running in c2bd522908ca [2020-10-20T15:27:08.385Z] Removing intermediate container c2bd522908ca [2020-10-20T15:27:08.385Z] ---> d321fe462ef6 [2020-10-20T15:27:08.385Z] Step 4/7 : RUN apk add --update --no-cache zeromq-dev bash [2020-10-20T15:27:08.652Z] ---> Running in df254e91e8c2 [2020-10-20T15:27:09.608Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-20T15:27:10.186Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-20T15:27:10.771Z] (1/5) Installing libsodium (1.0.18-r0) [2020-10-20T15:27:11.035Z] (2/5) Installing libzmq (4.3.3-r0) [2020-10-20T15:27:11.035Z] (3/5) Installing pkgconf (1.7.2-r0) [2020-10-20T15:27:11.035Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2020-10-20T15:27:11.300Z] (5/5) Installing zeromq-dev (4.3.3-r0) [2020-10-20T15:27:11.300Z] Executing busybox-1.31.1-r16.trigger [2020-10-20T15:27:11.300Z] OK: 167 MiB in 44 packages [2020-10-20T15:27:12.255Z] Removing intermediate container df254e91e8c2 [2020-10-20T15:27:12.255Z] ---> d01364894d00 [2020-10-20T15:27:12.255Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-10-20T15:27:12.255Z] ---> Running in e21421af3308 [2020-10-20T15:27:12.255Z] Removing intermediate container e21421af3308 [2020-10-20T15:27:12.255Z] ---> cc9d7ce26a43 [2020-10-20T15:27:12.255Z] Step 6/7 : COPY go.mod . [2020-10-20T15:27:12.524Z] ---> 5d45e2192c8e [2020-10-20T15:27:12.524Z] Step 7/7 : RUN go mod download [2020-10-20T15:27:12.524Z] ---> Running in f7550d4c9b84 [2020-10-20T15:27:24.847Z] Removing intermediate container f7550d4c9b84 [2020-10-20T15:27:24.847Z] ---> 5b4da9977465 [2020-10-20T15:27:24.847Z] Successfully built 5b4da9977465 [2020-10-20T15:27:24.847Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-20T15:27:25.212Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-20T15:27:25.213Z] . [Pipeline] withDockerContainer [2020-10-20T15:27:25.342Z] prd-centos7-docker-4c-2g-6988 does not seem to be running inside a container [2020-10-20T15:27:25.401Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-messaging/19 -v /w/workspace/go-mod-messaging/19:/w/workspace/go-mod-messaging/19:rw,z -v /w/workspace/go-mod-messaging/19@tmp:/w/workspace/go-mod-messaging/19@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 ******** ci-base-image-x86_64 cat [2020-10-20T15:27:26.210Z] $ docker top 32de6aa749003001713eb3e88ac754e7f7c23207b25b92c647182737a55a2f67 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-20T15:27:26.778Z] + go version [2020-10-20T15:27:26.778Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-10-20T15:27:26.824Z] $ docker stop --time=1 32de6aa749003001713eb3e88ac754e7f7c23207b25b92c647182737a55a2f67 [2020-10-20T15:27:28.179Z] $ docker rm -f 32de6aa749003001713eb3e88ac754e7f7c23207b25b92c647182737a55a2f67 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [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 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-10-20T15:27:34.685Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-6990 in /w/workspace/xfoundry_go-mod-messaging_master [Pipeline] { [Pipeline] ws [2020-10-20T15:27:34.737Z] Running in /w/workspace/go-mod-messaging/19 [Pipeline] { [Pipeline] checkout [2020-10-20T15:27:39.560Z] using credential edgex-jenkins-ssh [2020-10-20T15:27:39.612Z] Cloning the remote Git repository [2020-10-20T15:27:39.639Z] Cloning repository git@github.com:edgexfoundry/go-mod-messaging.git [2020-10-20T15:27:39.750Z] > git init /w/workspace/go-mod-messaging/19 # timeout=10 [2020-10-20T15:27:39.817Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git [2020-10-20T15:27:39.818Z] > git --version # timeout=10 [2020-10-20T15:27:39.835Z] > git --version # 'git version 2.17.1' [2020-10-20T15:27:39.836Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-20T15:27:39.891Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-20T15:27:41.198Z] Checking out Revision 0bdc968e74254c748af0ee463d7309986ee294ed (master) [2020-10-20T15:27:40.676Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 [2020-10-20T15:27:40.696Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-20T15:27:40.720Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 [2020-10-20T15:27:40.750Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git [2020-10-20T15:27:40.751Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-20T15:27:40.763Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-20T15:27:41.195Z] > git config core.sparsecheckout # timeout=10 [2020-10-20T15:27:41.208Z] > git checkout -f 0bdc968e74254c748af0ee463d7309986ee294ed # timeout=10 [2020-10-20T15:27:45.549Z] Commit message: "Merge pull request #72 from jpwhitemn/contrib-link-issue" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-20T15:27:46.471Z] ========================================================= [2020-10-20T15:27:46.471Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-10-20T15:27:46.471Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-20T15:27:47.639Z] + 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-20T15:27:48.273Z] Sending build context to Docker daemon 462.3kB [2020-10-20T15:27:48.273Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-20T15:27:48.274Z] Step 2/7 : FROM ${BASE} [2020-10-20T15:27:48.553Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-10-20T15:27:48.553Z] b538f80385f9: Pulling fs layer [2020-10-20T15:27:48.553Z] 74f711af9a0d: Pulling fs layer [2020-10-20T15:27:48.553Z] 99f96fe45779: Pulling fs layer [2020-10-20T15:27:48.553Z] 8529a6b9a6be: Pulling fs layer [2020-10-20T15:27:48.553Z] 45590311c82a: Pulling fs layer [2020-10-20T15:27:48.553Z] 69ca0ff8b7b3: Pulling fs layer [2020-10-20T15:27:48.553Z] 209524e5b208: Pulling fs layer [2020-10-20T15:27:48.553Z] 45590311c82a: Waiting [2020-10-20T15:27:48.553Z] 69ca0ff8b7b3: Waiting [2020-10-20T15:27:48.553Z] 209524e5b208: Waiting [2020-10-20T15:27:48.553Z] 99f96fe45779: Download complete [2020-10-20T15:27:48.831Z] 74f711af9a0d: Verifying Checksum [2020-10-20T15:27:48.831Z] 74f711af9a0d: Download complete [2020-10-20T15:27:48.831Z] 45590311c82a: Verifying Checksum [2020-10-20T15:27:48.831Z] 45590311c82a: Download complete [2020-10-20T15:27:48.831Z] 69ca0ff8b7b3: Verifying Checksum [2020-10-20T15:27:48.831Z] 69ca0ff8b7b3: Download complete [2020-10-20T15:27:49.117Z] b538f80385f9: Verifying Checksum [2020-10-20T15:27:49.117Z] b538f80385f9: Download complete [2020-10-20T15:27:50.145Z] b538f80385f9: Pull complete [2020-10-20T15:27:50.443Z] 74f711af9a0d: Pull complete [2020-10-20T15:27:51.077Z] 99f96fe45779: Pull complete [2020-10-20T15:27:51.710Z] 209524e5b208: Verifying Checksum [2020-10-20T15:27:51.710Z] 209524e5b208: Download complete [2020-10-20T15:27:53.792Z] 8529a6b9a6be: Download complete [2020-10-20T15:28:04.119Z] 8529a6b9a6be: Pull complete [2020-10-20T15:28:04.394Z] 45590311c82a: Pull complete [2020-10-20T15:28:04.668Z] 69ca0ff8b7b3: Pull complete [2020-10-20T15:28:09.013Z] 209524e5b208: Pull complete [2020-10-20T15:28:09.013Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-10-20T15:28:09.013Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-10-20T15:28:09.013Z] ---> 5bddaf1c2fca [2020-10-20T15:28:09.013Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-10-20T15:28:11.005Z] ---> Running in eb0ff4c7b4e1 [2020-10-20T15:28:11.604Z] Removing intermediate container eb0ff4c7b4e1 [2020-10-20T15:28:11.604Z] ---> 765dbabad0b5 [2020-10-20T15:28:11.604Z] Step 4/7 : RUN apk add --update --no-cache zeromq-dev bash [2020-10-20T15:28:11.604Z] ---> Running in 59a7de6c0444 [2020-10-20T15:28:13.061Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-20T15:28:14.493Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-20T15:28:17.864Z] (1/5) Installing libsodium (1.0.18-r0) [2020-10-20T15:28:18.457Z] (2/5) Installing libzmq (4.3.3-r0) [2020-10-20T15:28:18.730Z] (3/5) Installing pkgconf (1.7.2-r0) [2020-10-20T15:28:19.001Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2020-10-20T15:28:19.001Z] (5/5) Installing zeromq-dev (4.3.3-r0) [2020-10-20T15:28:19.280Z] Executing busybox-1.31.1-r16.trigger [2020-10-20T15:28:19.280Z] OK: 144 MiB in 44 packages [2020-10-20T15:28:20.716Z] Removing intermediate container 59a7de6c0444 [2020-10-20T15:28:20.716Z] ---> 5cc541b93be5 [2020-10-20T15:28:20.716Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-10-20T15:28:20.716Z] ---> Running in 8f3c5b566e15 [2020-10-20T15:28:20.989Z] Removing intermediate container 8f3c5b566e15 [2020-10-20T15:28:20.989Z] ---> c1158df9f93e [2020-10-20T15:28:20.989Z] Step 6/7 : COPY go.mod . [2020-10-20T15:28:21.976Z] ---> 7a3560becd06 [2020-10-20T15:28:21.976Z] Step 7/7 : RUN go mod download [2020-10-20T15:28:21.976Z] ---> Running in 2435838ad413 [2020-10-20T15:28:37.077Z] Removing intermediate container 2435838ad413 [2020-10-20T15:28:37.077Z] ---> 47e54cee3d87 [2020-10-20T15:28:37.077Z] Successfully built 47e54cee3d87 [2020-10-20T15:28:37.077Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-20T15:28:37.485Z] + docker inspect -f . ci-base-image-arm64 [2020-10-20T15:28:37.485Z] . [Pipeline] withDockerContainer [2020-10-20T15:28:37.768Z] prd-ubuntu18.04-docker-arm64-4c-16g-6990 does not seem to be running inside a container [2020-10-20T15:28:37.854Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-messaging/19 -v /w/workspace/go-mod-messaging/19:/w/workspace/go-mod-messaging/19:rw,z -v /w/workspace/go-mod-messaging/19@tmp:/w/workspace/go-mod-messaging/19@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 ******** ci-base-image-arm64 cat [2020-10-20T15:28:39.790Z] $ docker top 744962f56c0cbe27be58372d80a9b80dae77f409c302d1fad5ca0052df746b65 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-20T15:28:41.333Z] + go version [2020-10-20T15:28:41.333Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-10-20T15:28:41.357Z] $ docker stop --time=1 744962f56c0cbe27be58372d80a9b80dae77f409c302d1fad5ca0052df746b65 [2020-10-20T15:28:43.414Z] $ docker rm -f 744962f56c0cbe27be58372d80a9b80dae77f409c302d1fad5ca0052df746b65 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [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 [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-20T15:28:46.258Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-10-20T15:28:46.261Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-10-20T15:28:46.315Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-20T15:28:46.783Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-20T15:28:46.783Z] [2020-10-20T15:28:46.783Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-10-20T15:28:47.141Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-20T15:28:47.141Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-10-20T15:28:47.141Z] cbdbe7a5bc2a: Pulling fs layer [2020-10-20T15:28:47.141Z] 408f87550127: Pulling fs layer [2020-10-20T15:28:47.141Z] fe522b08c979: Pulling fs layer [2020-10-20T15:28:47.141Z] 221eaa008020: Pulling fs layer [2020-10-20T15:28:47.141Z] 2a4607e5d6b9: Pulling fs layer [2020-10-20T15:28:47.141Z] 8f79b27c4fd2: Pulling fs layer [2020-10-20T15:28:47.141Z] e5c8dbe1645b: Pulling fs layer [2020-10-20T15:28:47.141Z] 23e8b3b47431: Pulling fs layer [2020-10-20T15:28:47.141Z] 5c568d65a230: Pulling fs layer [2020-10-20T15:28:47.141Z] 2a4607e5d6b9: Waiting [2020-10-20T15:28:47.141Z] 8f79b27c4fd2: Waiting [2020-10-20T15:28:47.141Z] e5c8dbe1645b: Waiting [2020-10-20T15:28:47.141Z] 23e8b3b47431: Waiting [2020-10-20T15:28:47.141Z] 5c568d65a230: Waiting [2020-10-20T15:28:47.141Z] 221eaa008020: Waiting [2020-10-20T15:28:47.141Z] fe522b08c979: Verifying Checksum [2020-10-20T15:28:47.141Z] fe522b08c979: Download complete [2020-10-20T15:28:47.141Z] 408f87550127: Verifying Checksum [2020-10-20T15:28:47.141Z] 408f87550127: Download complete [2020-10-20T15:28:47.141Z] 2a4607e5d6b9: Verifying Checksum [2020-10-20T15:28:47.141Z] 2a4607e5d6b9: Download complete [2020-10-20T15:28:47.141Z] 8f79b27c4fd2: Verifying Checksum [2020-10-20T15:28:47.141Z] 8f79b27c4fd2: Download complete [2020-10-20T15:28:47.141Z] cbdbe7a5bc2a: Download complete [2020-10-20T15:28:47.721Z] cbdbe7a5bc2a: Pull complete [2020-10-20T15:28:47.991Z] 408f87550127: Pull complete [2020-10-20T15:28:47.991Z] fe522b08c979: Pull complete [2020-10-20T15:28:48.258Z] e5c8dbe1645b: Verifying Checksum [2020-10-20T15:28:48.258Z] e5c8dbe1645b: Download complete [2020-10-20T15:28:49.662Z] 23e8b3b47431: Verifying Checksum [2020-10-20T15:28:49.662Z] 23e8b3b47431: Download complete [2020-10-20T15:28:49.662Z] 5c568d65a230: Verifying Checksum [2020-10-20T15:28:49.662Z] 5c568d65a230: Download complete [2020-10-20T15:28:50.612Z] 221eaa008020: Verifying Checksum [2020-10-20T15:28:50.612Z] 221eaa008020: Download complete [2020-10-20T15:28:57.277Z] 221eaa008020: Pull complete [2020-10-20T15:28:57.277Z] 2a4607e5d6b9: Pull complete [2020-10-20T15:28:57.277Z] 8f79b27c4fd2: Pull complete [2020-10-20T15:28:59.218Z] e5c8dbe1645b: Pull complete [2020-10-20T15:29:02.040Z] 23e8b3b47431: Pull complete [2020-10-20T15:29:03.435Z] 5c568d65a230: Pull complete [2020-10-20T15:29:03.435Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-10-20T15:29:03.435Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-20T15:29:03.435Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-10-20T15:29:03.638Z] prd-centos7-docker-4c-2g-6982 does not seem to be running inside a container [2020-10-20T15:29:03.697Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat [2020-10-20T15:29:05.025Z] $ docker top af33f4117d596365a7772c15f1708bc4232d893e5b86c6f7006d8b30b8e4fd07 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-20T15:29:05.534Z] + snyk monitor '--org=edgex-jenkins' [2020-10-20T15:29:08.884Z] [2020-10-20T15:29:08.884Z] Monitoring /w/workspace/xfoundry_go-mod-messaging_master (github.com/edgexfoundry/go-mod-messaging)... [2020-10-20T15:29:08.884Z] [2020-10-20T15:29:08.884Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/f6e4b672-2be2-4054-abeb-10731c768cda/history/0fdf506d-b332-460f-9ca4-536ccc52024e [2020-10-20T15:29:08.884Z] [2020-10-20T15:29:08.884Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-10-20T15:29:08.884Z] [2020-10-20T15:29:08.884Z] [2020-10-20T15:29:08.884Z] Snyk CLI supports Node.js 8 and higher. [2020-10-20T15:29:08.884Z] 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-20T15:29:08.884Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-10-20T15:29:08.884Z] [2020-10-20T15:29:08.884Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-10-20T15:29:08.884Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [2020-10-20T15:29:08.884Z] You have reached your monthly limit of 300 private tests for your edgex-jenkins org. [2020-10-20T15:29:08.884Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2020-10-20T15:29:08.901Z] $ docker stop --time=1 af33f4117d596365a7772c15f1708bc4232d893e5b86c6f7006d8b30b8e4fd07 [2020-10-20T15:29:11.013Z] $ docker rm -f af33f4117d596365a7772c15f1708bc4232d893e5b86c6f7006d8b30b8e4fd07 [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-20T15:29:13.114Z] + git log --format=format:%s -1 0bdc968e74254c748af0ee463d7309986ee294ed [Pipeline] isUnix [Pipeline] sh [2020-10-20T15:29:13.430Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-20T15:29:13.430Z] . [Pipeline] withDockerContainer [2020-10-20T15:29:13.531Z] prd-centos7-docker-4c-2g-6982 does not seem to be running inside a container [2020-10-20T15:29:13.586Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-messaging_master -v /w/workspace/xfoundry_go-mod-messaging_master:/w/workspace/xfoundry_go-mod-messaging_master:rw,z -v /w/workspace/xfoundry_go-mod-messaging_master@tmp:/w/workspace/xfoundry_go-mod-messaging_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-20T15:29:14.699Z] $ docker top 8ab9aa39bd388cc2ac1c031f8128249332c8f393345bf575b067c1eed20615cf -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-20T15:29:15.012Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-20T15:29:15.012Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-20T15:29:15.245Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-20T15:29:15.249Z] $ docker exec 8ab9aa39bd388cc2ac1c031f8128249332c8f393345bf575b067c1eed20615cf ssh-agent [2020-10-20T15:29:15.419Z] SSH_AUTH_SOCK=/tmp/ssh-n2laeoQqvNhL/agent.11 [2020-10-20T15:29:15.419Z] SSH_AGENT_PID=16 [2020-10-20T15:29:15.430Z] Running ssh-add (command line suppressed) [2020-10-20T15:29:15.569Z] Identity added: /w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_4466124385223763781.key (/w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_4466124385223763781.key) [2020-10-20T15:29:15.619Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-20T15:29:15.958Z] + git semver tag [2020-10-20T15:29:15.958Z] # -> Open(): unable to determine branch for HEAD [2020-10-20T15:29:15.958Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.git [2020-10-20T15:29:15.958Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-messaging_master [2020-10-20T15:29:15.958Z] # $SEMVER_REMOTE_NAME = origin [2020-10-20T15:29:15.958Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-20T15:29:15.958Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-20T15:29:15.958Z] # $SEMVER_BRANCH = master [2020-10-20T15:29:15.958Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.semver [2020-10-20T15:29:15.958Z] # 0bdc968e74254c748af0ee463d7309986ee294ed HEAD [2020-10-20T15:29:15.958Z] # -> Force: false [2020-10-20T15:29:15.958Z] # 74db8c71beb51156e9a42dc4cac0c81a6cb1522b refs/tags/v0.1.28 [Pipeline] } [2020-10-20T15:29:15.971Z] $ docker exec --env ******** --env ******** 8ab9aa39bd388cc2ac1c031f8128249332c8f393345bf575b067c1eed20615cf ssh-agent -k [2020-10-20T15:29:16.091Z] unset SSH_AUTH_SOCK; [2020-10-20T15:29:16.091Z] unset SSH_AGENT_PID; [2020-10-20T15:29:16.091Z] echo Agent pid 16 killed; [2020-10-20T15:29:16.139Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-20T15:29:16.657Z] + git semver [Pipeline] } [2020-10-20T15:29:16.674Z] $ docker stop --time=1 8ab9aa39bd388cc2ac1c031f8128249332c8f393345bf575b067c1eed20615cf [2020-10-20T15:29:18.020Z] $ docker rm -f 8ab9aa39bd388cc2ac1c031f8128249332c8f393345bf575b067c1eed20615cf [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-10-20T15:29:18.676Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-20T15:29:18.676Z] [2020-10-20T15:29:18.676Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-10-20T15:29:19.034Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-20T15:29:19.034Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-10-20T15:29:19.034Z] ab5ef0e58194: Pulling fs layer [2020-10-20T15:29:19.034Z] 9712f1f96733: Pulling fs layer [2020-10-20T15:29:19.034Z] 63f879dbbcfc: Pulling fs layer [2020-10-20T15:29:19.034Z] 0d9ebad4ef96: Pulling fs layer [2020-10-20T15:29:19.034Z] e9a5061849ea: Pulling fs layer [2020-10-20T15:29:19.034Z] d747dcd14b5f: Pulling fs layer [2020-10-20T15:29:19.034Z] 2de7ff778b66: Pulling fs layer [2020-10-20T15:29:19.034Z] 0d9ebad4ef96: Waiting [2020-10-20T15:29:19.034Z] e9a5061849ea: Waiting [2020-10-20T15:29:19.034Z] d747dcd14b5f: Waiting [2020-10-20T15:29:19.034Z] 2de7ff778b66: Waiting [2020-10-20T15:29:19.034Z] 9712f1f96733: Verifying Checksum [2020-10-20T15:29:19.034Z] 9712f1f96733: Download complete [2020-10-20T15:29:20.435Z] 63f879dbbcfc: Verifying Checksum [2020-10-20T15:29:20.435Z] 63f879dbbcfc: Download complete [2020-10-20T15:29:20.700Z] e9a5061849ea: Verifying Checksum [2020-10-20T15:29:20.700Z] e9a5061849ea: Download complete [2020-10-20T15:29:20.700Z] d747dcd14b5f: Verifying Checksum [2020-10-20T15:29:20.700Z] d747dcd14b5f: Download complete [2020-10-20T15:29:21.280Z] 2de7ff778b66: Verifying Checksum [2020-10-20T15:29:21.280Z] 2de7ff778b66: Download complete [2020-10-20T15:29:21.544Z] 0d9ebad4ef96: Verifying Checksum [2020-10-20T15:29:21.544Z] 0d9ebad4ef96: Download complete [2020-10-20T15:29:21.544Z] ab5ef0e58194: Verifying Checksum [2020-10-20T15:29:21.544Z] ab5ef0e58194: Download complete [2020-10-20T15:29:25.803Z] ab5ef0e58194: Pull complete [2020-10-20T15:29:26.067Z] 9712f1f96733: Pull complete [2020-10-20T15:29:28.004Z] 63f879dbbcfc: Pull complete [2020-10-20T15:29:34.648Z] 0d9ebad4ef96: Pull complete [2020-10-20T15:29:34.648Z] e9a5061849ea: Pull complete [2020-10-20T15:29:34.648Z] d747dcd14b5f: Pull complete [2020-10-20T15:29:38.885Z] 2de7ff778b66: Pull complete [2020-10-20T15:29:38.885Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-10-20T15:29:38.885Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-20T15:29:38.885Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-10-20T15:29:39.102Z] prd-centos7-docker-4c-2g-6982 does not seem to be running inside a container [2020-10-20T15:29:39.154Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-10-20T15:29:43.293Z] $ docker top c27269fcb804c92909523a2a00b2ae5d23626a12057720d88279c359360b3d6d -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-10-20T15:29:43.572Z] provisioning config files... [2020-10-20T15:29:43.587Z] copy managed file [sigul-config] to file:/w/workspace/xfoundry_go-mod-messaging_master@tmp/config228376654188485743tmp [2020-10-20T15:29:43.610Z] copy managed file [sigul-password] to file:/w/workspace/xfoundry_go-mod-messaging_master@tmp/config1999014924118558957tmp [2020-10-20T15:29:43.625Z] copy managed file [sigul-pki] to file:/w/workspace/xfoundry_go-mod-messaging_master@tmp/config4602907696879076022tmp [Pipeline] { [Pipeline] echo [2020-10-20T15:29:43.683Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-20T15:29:43.979Z] ---> sigul-configuration.sh [2020-10-20T15:29:43.980Z] gpg: directory `/root/.gnupg' created [2020-10-20T15:29:43.980Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-10-20T15:29:43.980Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-10-20T15:29:43.980Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-10-20T15:29:43.980Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-10-20T15:29:43.980Z] gpg: CAST5 encrypted data [2020-10-20T15:29:44.242Z] gpg: encrypted with 1 passphrase [2020-10-20T15:29:44.242Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-10-20T15:29:44.565Z] + mkdir /home/jenkins [2020-10-20T15:29:44.565Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-10-20T15:29:44.866Z] + 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-20T15:29:44.878Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-20T15:29:45.176Z] ---> sigul-install.sh [2020-10-20T15:29:50.513Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-10-20T15:29:50.819Z] + git tag --list [2020-10-20T15:29:50.819Z] v0.0.0 [2020-10-20T15:29:50.819Z] v0.1.0 [2020-10-20T15:29:50.819Z] v0.1.1 [2020-10-20T15:29:50.819Z] v0.1.10 [2020-10-20T15:29:50.819Z] v0.1.11 [2020-10-20T15:29:50.819Z] v0.1.12 [2020-10-20T15:29:50.819Z] v0.1.13 [2020-10-20T15:29:50.819Z] v0.1.14 [2020-10-20T15:29:50.819Z] v0.1.15 [2020-10-20T15:29:50.819Z] v0.1.16 [2020-10-20T15:29:50.819Z] v0.1.17 [2020-10-20T15:29:50.819Z] v0.1.18 [2020-10-20T15:29:50.819Z] v0.1.19 [2020-10-20T15:29:50.819Z] v0.1.2 [2020-10-20T15:29:50.819Z] v0.1.20 [2020-10-20T15:29:50.819Z] v0.1.21 [2020-10-20T15:29:50.819Z] v0.1.22 [2020-10-20T15:29:50.819Z] v0.1.23 [2020-10-20T15:29:50.819Z] v0.1.24 [2020-10-20T15:29:50.819Z] v0.1.25 [2020-10-20T15:29:50.819Z] v0.1.26 [2020-10-20T15:29:50.819Z] v0.1.27 [2020-10-20T15:29:50.819Z] v0.1.28 [2020-10-20T15:29:50.819Z] v0.1.3 [2020-10-20T15:29:50.819Z] v0.1.4 [2020-10-20T15:29:50.819Z] v0.1.5 [2020-10-20T15:29:50.819Z] v0.1.6 [2020-10-20T15:29:50.819Z] v0.1.7 [2020-10-20T15:29:50.819Z] v0.1.8 [2020-10-20T15:29:50.819Z] v0.1.9 [Pipeline] sh [2020-10-20T15:29:51.194Z] + lftools sign git-tag v0.1.28 [2020-10-20T15:29:52.688Z] Signing Git tag with Sigul... [2020-10-20T15:29:52.688Z] Signing v0.1.28 [Pipeline] echo [2020-10-20T15:29:53.649Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-20T15:29:53.949Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-10-20T15:29:53.959Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-10-20T15:29:54.062Z] $ docker stop --time=1 c27269fcb804c92909523a2a00b2ae5d23626a12057720d88279c359360b3d6d [2020-10-20T15:29:56.084Z] $ docker rm -f c27269fcb804c92909523a2a00b2ae5d23626a12057720d88279c359360b3d6d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-10-20T15:29:56.982Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-20T15:29:56.982Z] . [Pipeline] withDockerContainer [2020-10-20T15:29:57.091Z] prd-centos7-docker-4c-2g-6982 does not seem to be running inside a container [2020-10-20T15:29:57.142Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-messaging_master -v /w/workspace/xfoundry_go-mod-messaging_master:/w/workspace/xfoundry_go-mod-messaging_master:rw,z -v /w/workspace/xfoundry_go-mod-messaging_master@tmp:/w/workspace/xfoundry_go-mod-messaging_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-20T15:29:57.875Z] $ docker top 800ba410b8a31f01b5d4d2089f7a16d2edccfc57362f3d1df66129db7d7cccfd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-20T15:29:58.325Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-20T15:29:58.325Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-20T15:29:58.523Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-20T15:29:58.527Z] $ docker exec 800ba410b8a31f01b5d4d2089f7a16d2edccfc57362f3d1df66129db7d7cccfd ssh-agent [2020-10-20T15:29:58.716Z] SSH_AUTH_SOCK=/tmp/ssh-WMKcNU38Ywjz/agent.12 [2020-10-20T15:29:58.716Z] SSH_AGENT_PID=17 [2020-10-20T15:29:58.723Z] Running ssh-add (command line suppressed) [2020-10-20T15:29:58.858Z] Identity added: /w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_2706040957500324165.key (/w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_2706040957500324165.key) [2020-10-20T15:29:58.916Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-20T15:29:59.255Z] + git semver bump patch [2020-10-20T15:29:59.255Z] # -> Open(): unable to determine branch for HEAD [2020-10-20T15:29:59.255Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.git [2020-10-20T15:29:59.255Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-messaging_master [2020-10-20T15:29:59.255Z] # $SEMVER_REMOTE_NAME = origin [2020-10-20T15:29:59.255Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-20T15:29:59.255Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-20T15:29:59.255Z] # $SEMVER_BRANCH = master [2020-10-20T15:29:59.255Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.semver [2020-10-20T15:29:59.255Z] 0.1.29 [Pipeline] } [2020-10-20T15:29:59.271Z] $ docker exec --env ******** --env ******** 800ba410b8a31f01b5d4d2089f7a16d2edccfc57362f3d1df66129db7d7cccfd ssh-agent -k [2020-10-20T15:29:59.397Z] unset SSH_AUTH_SOCK; [2020-10-20T15:29:59.398Z] unset SSH_AGENT_PID; [2020-10-20T15:29:59.398Z] echo Agent pid 17 killed; [2020-10-20T15:29:59.453Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-20T15:29:59.925Z] + git semver [Pipeline] } [2020-10-20T15:29:59.943Z] $ docker stop --time=1 800ba410b8a31f01b5d4d2089f7a16d2edccfc57362f3d1df66129db7d7cccfd [2020-10-20T15:30:01.311Z] $ docker rm -f 800ba410b8a31f01b5d4d2089f7a16d2edccfc57362f3d1df66129db7d7cccfd [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-20T15:30:01.981Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-20T15:30:01.981Z] . [Pipeline] withDockerContainer [2020-10-20T15:30:02.192Z] prd-centos7-docker-4c-2g-6982 does not seem to be running inside a container [2020-10-20T15:30:02.264Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-messaging_master -v /w/workspace/xfoundry_go-mod-messaging_master:/w/workspace/xfoundry_go-mod-messaging_master:rw,z -v /w/workspace/xfoundry_go-mod-messaging_master@tmp:/w/workspace/xfoundry_go-mod-messaging_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-20T15:30:03.024Z] $ docker top 58f44b38847a8d1c5eab3e1542b08535b7d1fd0a0b71973773f4c90cb8df881f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-20T15:30:03.457Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-20T15:30:03.457Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-20T15:30:03.663Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-20T15:30:03.668Z] $ docker exec 58f44b38847a8d1c5eab3e1542b08535b7d1fd0a0b71973773f4c90cb8df881f ssh-agent [2020-10-20T15:30:03.861Z] SSH_AUTH_SOCK=/tmp/ssh-TsKfAgCYGf8X/agent.11 [2020-10-20T15:30:03.861Z] SSH_AGENT_PID=17 [2020-10-20T15:30:03.870Z] Running ssh-add (command line suppressed) [2020-10-20T15:30:04.007Z] Identity added: /w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_7917726391886896565.key (/w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_7917726391886896565.key) [2020-10-20T15:30:04.070Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-20T15:30:04.426Z] + git semver push [2020-10-20T15:30:04.426Z] # -> Open(): unable to determine branch for HEAD [2020-10-20T15:30:04.426Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.git [2020-10-20T15:30:04.426Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-messaging_master [2020-10-20T15:30:04.426Z] # $SEMVER_REMOTE_NAME = origin [2020-10-20T15:30:04.426Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-20T15:30:04.426Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-20T15:30:04.426Z] # $SEMVER_BRANCH = master [2020-10-20T15:30:04.426Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.semver [Pipeline] } [2020-10-20T15:30:12.599Z] $ docker exec --env ******** --env ******** 58f44b38847a8d1c5eab3e1542b08535b7d1fd0a0b71973773f4c90cb8df881f ssh-agent -k [2020-10-20T15:30:12.774Z] unset SSH_AUTH_SOCK; [2020-10-20T15:30:12.774Z] unset SSH_AGENT_PID; [2020-10-20T15:30:12.774Z] echo Agent pid 17 killed; [2020-10-20T15:30:12.827Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-20T15:30:13.322Z] + git semver [Pipeline] } [2020-10-20T15:30:13.341Z] $ docker stop --time=1 58f44b38847a8d1c5eab3e1542b08535b7d1fd0a0b71973773f4c90cb8df881f [2020-10-20T15:30:14.709Z] $ docker rm -f 58f44b38847a8d1c5eab3e1542b08535b7d1fd0a0b71973773f4c90cb8df881f [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-20T15:30:16.172Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-20T15:30:16.752Z] ---> package-listing.sh [2020-10-20T15:30:16.752Z] ++ facter osfamily [2020-10-20T15:30:16.752Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-20T15:30:16.752Z] + OS_FAMILY=redhat [2020-10-20T15:30:16.752Z] + workspace=/w/workspace/xfoundry_go-mod-messaging_master [2020-10-20T15:30:16.752Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-20T15:30:16.752Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-20T15:30:16.752Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-20T15:30:16.752Z] + PACKAGES=/tmp/packages_start.txt [2020-10-20T15:30:16.752Z] + '[' /w/workspace/xfoundry_go-mod-messaging_master ']' [2020-10-20T15:30:16.752Z] + PACKAGES=/tmp/packages_end.txt [2020-10-20T15:30:16.752Z] + case "${OS_FAMILY}" in [2020-10-20T15:30:16.752Z] + rpm -qa [2020-10-20T15:30:16.752Z] + sort [2020-10-20T15:30:21.000Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-20T15:30:21.000Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-20T15:30:21.000Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-20T15:30:21.000Z] + '[' /w/workspace/xfoundry_go-mod-messaging_master ']' [2020-10-20T15:30:21.000Z] + mkdir -p /w/workspace/xfoundry_go-mod-messaging_master/archives/ [2020-10-20T15:30:21.000Z] + 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-20T15:30:21.013Z] 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-20T15:30:21.304Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-10-20T15:30:21.610Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-20T15:30:21.610Z] [2020-10-20T15:30:21.610Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-10-20T15:30:21.960Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-20T15:30:21.961Z] alpine: Pulling from edgex-lftools-log-publisher [2020-10-20T15:30:21.961Z] df20fa9351a1: Pulling fs layer [2020-10-20T15:30:21.961Z] 36b3adc4ff6f: Pulling fs layer [2020-10-20T15:30:21.961Z] 8ad3a11d3b57: Pulling fs layer [2020-10-20T15:30:21.961Z] 46f8f816bc3b: Pulling fs layer [2020-10-20T15:30:21.961Z] 93b61091891f: Pulling fs layer [2020-10-20T15:30:21.961Z] 93b9cdb0e59b: Pulling fs layer [2020-10-20T15:30:21.961Z] 5e14af77c1be: Pulling fs layer [2020-10-20T15:30:21.961Z] 01666e4c0597: Pulling fs layer [2020-10-20T15:30:21.961Z] aa168da1d23b: Pulling fs layer [2020-10-20T15:30:21.961Z] 46f8f816bc3b: Waiting [2020-10-20T15:30:21.961Z] 93b61091891f: Waiting [2020-10-20T15:30:21.961Z] 5e14af77c1be: Waiting [2020-10-20T15:30:21.961Z] 01666e4c0597: Waiting [2020-10-20T15:30:21.961Z] aa168da1d23b: Waiting [2020-10-20T15:30:21.961Z] 93b9cdb0e59b: Waiting [2020-10-20T15:30:21.961Z] 36b3adc4ff6f: Download complete [2020-10-20T15:30:21.961Z] 46f8f816bc3b: Verifying Checksum [2020-10-20T15:30:21.961Z] 46f8f816bc3b: Download complete [2020-10-20T15:30:21.961Z] df20fa9351a1: Verifying Checksum [2020-10-20T15:30:21.961Z] df20fa9351a1: Download complete [2020-10-20T15:30:21.961Z] 93b9cdb0e59b: Verifying Checksum [2020-10-20T15:30:21.961Z] 93b9cdb0e59b: Download complete [2020-10-20T15:30:22.223Z] 5e14af77c1be: Verifying Checksum [2020-10-20T15:30:22.223Z] 5e14af77c1be: Download complete [2020-10-20T15:30:22.223Z] 01666e4c0597: Verifying Checksum [2020-10-20T15:30:22.223Z] 01666e4c0597: Download complete [2020-10-20T15:30:22.223Z] 93b61091891f: Verifying Checksum [2020-10-20T15:30:22.223Z] 93b61091891f: Download complete [2020-10-20T15:30:22.223Z] 8ad3a11d3b57: Verifying Checksum [2020-10-20T15:30:22.223Z] 8ad3a11d3b57: Download complete [2020-10-20T15:30:22.804Z] df20fa9351a1: Pull complete [2020-10-20T15:30:22.804Z] 36b3adc4ff6f: Pull complete [2020-10-20T15:30:24.212Z] aa168da1d23b: Verifying Checksum [2020-10-20T15:30:24.212Z] aa168da1d23b: Download complete [2020-10-20T15:30:24.212Z] 8ad3a11d3b57: Pull complete [2020-10-20T15:30:24.789Z] 46f8f816bc3b: Pull complete [2020-10-20T15:30:25.053Z] 93b61091891f: Pull complete [2020-10-20T15:30:25.314Z] 93b9cdb0e59b: Pull complete [2020-10-20T15:30:25.314Z] 5e14af77c1be: Pull complete [2020-10-20T15:30:25.314Z] 01666e4c0597: Pull complete [2020-10-20T15:30:31.942Z] aa168da1d23b: Pull complete [2020-10-20T15:30:31.942Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-10-20T15:30:31.942Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-20T15:30:31.942Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-10-20T15:30:32.106Z] prd-centos7-docker-4c-2g-6982 does not seem to be running inside a container [2020-10-20T15:30:32.158Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-10-20T15:30:35.033Z] $ docker top 916ea2c77453dd694ada746ab3527e7244d55dacdee0fdfa64c2113d3a281676 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-20T15:30:35.698Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-10-20T15:30:36.026Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-10-20T15:30:36.427Z] + ls /var/log/sa-host [2020-10-20T15:30:36.427Z] + sadf -c /var/log/sa-host/sa05 [2020-10-20T15:30:36.427Z] file_magic: OK [2020-10-20T15:30:36.427Z] HZ: Using current value: 100 [2020-10-20T15:30:36.427Z] file_header: OK [2020-10-20T15:30:36.427Z] 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-20T15:30:36.427Z] Statistics: [2020-10-20T15:30:36.427Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-20T15:30:36.427Z] File successfully converted to sysstat format version 12.2.1 [2020-10-20T15:30:36.427Z] + sadf -c /var/log/sa-host/sa20 [2020-10-20T15:30:36.427Z] file_magic: OK [2020-10-20T15:30:36.427Z] HZ: Using current value: 100 [2020-10-20T15:30:36.427Z] file_header: OK [2020-10-20T15:30:36.427Z] 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-20T15:30:36.427Z] Statistics: [2020-10-20T15:30:36.427Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-20T15:30:36.427Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-20T15:30:36.648Z] provisioning config files... [2020-10-20T15:30:36.663Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_go-mod-messaging_master@tmp/config3063152457807485997tmp [Pipeline] { [Pipeline] echo [2020-10-20T15:30:36.758Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-20T15:30:37.057Z] ---> create-netrc.sh [Pipeline] } [2020-10-20T15:30:37.067Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-20T15:30:37.164Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-20T15:30:37.468Z] ---> python-tools-install.sh [Pipeline] echo [2020-10-20T15:30:37.479Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-20T15:30:37.777Z] ---> sudo-logs.sh [2020-10-20T15:30:37.777Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-20T15:30:37.793Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-20T15:30:38.092Z] ---> job-cost.sh [2020-10-20T15:30:38.092Z] lf-activate-venv: SKIPPING [2020-10-20T15:30:38.092Z] INFO: No Stack... [2020-10-20T15:30:39.482Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-20T15:30:39.745Z] INFO: Archiving Costs [Pipeline] echo [2020-10-20T15:30:39.759Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-20T15:30:40.057Z] ---> logs-deploy.sh [2020-10-20T15:30:40.057Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-messaging/master/19 [2020-10-20T15:30:40.057Z] INFO: archiving workspace using pattern(s): [2020-10-20T15:30:41.977Z] Archives upload complete. [2020-10-20T15:30:41.977Z] INFO: archiving logs to Nexus