Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 30354876fdcc413049c58c02a868a07998fefe6e 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-messaging, buildImage:false, pushImage:false, semverBump:pre] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-messaging-settings PROJECT: go-mod-messaging USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-go-mod-messaging DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-24385 in /w/workspace/xfoundry_go-mod-messaging_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/go-mod-messaging.git > git init /w/workspace/xfoundry_go-mod-messaging_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 30354876fdcc413049c58c02a868a07998fefe6e (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 30354876fdcc413049c58c02a868a07998fefe6e # timeout=10 Commit message: "Merge pull request #86 from edgexfoundry/dependabot/go_modules/github.com/stretchr/testify-1.7.0" > git rev-list --no-walk 0949ba88c49ea3d8d5b965f59bb6f9a4d59e9b95 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-01T18:38:44.204Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-01T18:38:44.469Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-01T18:38:44.571Z] ========================================================= [2021-02-01T18:38:44.572Z] EdgeX Global Pipelines Version Info [2021-02-01T18:38:44.572Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-01T18:38:46.070Z] ------------------- [2021-02-01T18:38:46.070Z] stable info: [2021-02-01T18:38:46.070Z] ------------------- [2021-02-01T18:38:46.070Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-01T18:38:46.070Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-01T18:38:46.070Z] Message: update stable to v1.0.179 [2021-02-01T18:38:47.042Z] ------------------- [2021-02-01T18:38:47.042Z] experimental info: [2021-02-01T18:38:47.042Z] ------------------- [2021-02-01T18:38:47.042Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-01T18:38:47.042Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-01T18:38:47.042Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-01T18:38:47.349Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-messaging-settings [Pipeline] echo [2021-02-01T18:38:47.516Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-messaging [Pipeline] echo [2021-02-01T18:38:47.613Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-01T18:38:47.702Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-01T18:38:47.792Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-01T18:38:47.897Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-01T18:38:47.987Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-01T18:38:48.082Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-01T18:38:48.174Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-02-01T18:38:48.272Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-01T18:38:48.368Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-01T18:38:48.473Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-messaging [Pipeline] echo [2021-02-01T18:38:48.561Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-01T18:38:48.663Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-01T18:38:48.760Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2021-02-01T18:38:48.854Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-02-01T18:38:48.949Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-02-01T18:38:49.058Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-02-01T18:38:49.159Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-01T18:38:49.252Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-02-01T18:38:49.361Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-02-01T18:38:49.458Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-02-01T18:38:49.550Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-02-01T18:38:49.640Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-02-01T18:38:49.778Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2021-02-01T18:38:49.870Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-01T18:38:49.961Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-01T18:38:50.062Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-02-01T18:38:50.153Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-02-01T18:38:50.334Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-02-01T18:38:50.476Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 30354876fdcc413049c58c02a868a07998fefe6e [Pipeline] echo [2021-02-01T18:38:50.619Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 3035487 [Pipeline] echo [2021-02-01T18:38:50.745Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-01T18:38:51.641Z] + git log --format=format:%s -1 30354876fdcc413049c58c02a868a07998fefe6e [Pipeline] echo [2021-02-01T18:38:51.706Z] GIT_COMMIT: 30354876fdcc413049c58c02a868a07998fefe6e, Commit Message: Merge pull request #86 from edgexfoundry/dependabot/go_modules/github.com/stretchr/testify-1.7.0 [Pipeline] echo [2021-02-01T18:38:51.762Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-02-01T18:38:52.411Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-01T18:38:52.675Z] [2021-02-01T18:38:52.675Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-01T18:38:53.073Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-01T18:38:53.074Z] latest: Pulling from edgex-devops/git-semver [2021-02-01T18:38:53.074Z] 31603596830f: Pulling fs layer [2021-02-01T18:38:53.074Z] 2a8b12db71e7: Pulling fs layer [2021-02-01T18:38:53.074Z] 6ca5941a6612: Pulling fs layer [2021-02-01T18:38:53.074Z] ecc8261a40a4: Pulling fs layer [2021-02-01T18:38:53.074Z] ecc8261a40a4: Waiting [2021-02-01T18:38:53.074Z] 2a8b12db71e7: Verifying Checksum [2021-02-01T18:38:53.074Z] 2a8b12db71e7: Download complete [2021-02-01T18:38:53.340Z] 31603596830f: Verifying Checksum [2021-02-01T18:38:53.340Z] 31603596830f: Download complete [2021-02-01T18:38:53.340Z] ecc8261a40a4: Verifying Checksum [2021-02-01T18:38:53.340Z] ecc8261a40a4: Download complete [2021-02-01T18:38:53.340Z] 6ca5941a6612: Verifying Checksum [2021-02-01T18:38:53.340Z] 6ca5941a6612: Download complete [2021-02-01T18:38:53.606Z] 31603596830f: Pull complete [2021-02-01T18:38:53.869Z] 2a8b12db71e7: Pull complete [2021-02-01T18:38:54.825Z] 6ca5941a6612: Pull complete [2021-02-01T18:38:54.825Z] ecc8261a40a4: Pull complete [2021-02-01T18:38:54.825Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-01T18:38:55.091Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-01T18:38:55.091Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-01T18:38:55.266Z] prd-centos7-docker-4c-2g-24385 does not seem to be running inside a container [2021-02-01T18:38:55.337Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-messaging_master -v /w/workspace/xfoundry_go-mod-messaging_master:/w/workspace/xfoundry_go-mod-messaging_master:rw,z -v /w/workspace/xfoundry_go-mod-messaging_master@tmp:/w/workspace/xfoundry_go-mod-messaging_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-01T18:38:57.342Z] $ docker top f3feae62fef73945ddb0d1863bebbcd0f5983f157e1a7c72692bd8cf5bfbc7ac -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-01T18:38:57.699Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-01T18:38:57.699Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-01T18:38:57.955Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-01T18:38:57.962Z] $ docker exec f3feae62fef73945ddb0d1863bebbcd0f5983f157e1a7c72692bd8cf5bfbc7ac ssh-agent [2021-02-01T18:38:58.241Z] SSH_AUTH_SOCK=/tmp/ssh-XzmlxLytbAPj/agent.12 [2021-02-01T18:38:58.241Z] SSH_AGENT_PID=18 [2021-02-01T18:38:58.259Z] Running ssh-add (command line suppressed) [2021-02-01T18:38:58.401Z] Identity added: /w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_2025862122745366855.key (/w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_2025862122745366855.key) [2021-02-01T18:38:58.499Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-01T18:38:58.849Z] + git tag --points-at HEAD [Pipeline] } [2021-02-01T18:38:58.874Z] $ docker exec --env ******** --env ******** f3feae62fef73945ddb0d1863bebbcd0f5983f157e1a7c72692bd8cf5bfbc7ac ssh-agent -k [2021-02-01T18:38:59.002Z] unset SSH_AUTH_SOCK; [2021-02-01T18:38:59.003Z] unset SSH_AGENT_PID; [2021-02-01T18:38:59.003Z] echo Agent pid 18 killed; [2021-02-01T18:38:59.057Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-01T18:38:59.194Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-01T18:38:59.194Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-01T18:38:59.381Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-01T18:38:59.388Z] $ docker exec f3feae62fef73945ddb0d1863bebbcd0f5983f157e1a7c72692bd8cf5bfbc7ac ssh-agent [2021-02-01T18:38:59.558Z] SSH_AUTH_SOCK=/tmp/ssh-J82SphQHH72o/agent.48 [2021-02-01T18:38:59.558Z] SSH_AGENT_PID=53 [2021-02-01T18:38:59.568Z] Running ssh-add (command line suppressed) [2021-02-01T18:38:59.704Z] Identity added: /w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_1198403954367696799.key (/w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_1198403954367696799.key) [2021-02-01T18:38:59.760Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-01T18:39:00.100Z] + git semver init [2021-02-01T18:39:00.100Z] # -> Open(): unable to determine branch for HEAD [2021-02-01T18:39:00.100Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.git [2021-02-01T18:39:00.100Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-messaging_master [2021-02-01T18:39:00.100Z] # $SEMVER_REMOTE_NAME = origin [2021-02-01T18:39:00.100Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-01T18:39:00.100Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-01T18:39:00.100Z] # $SEMVER_BRANCH = master [2021-02-01T18:39:00.100Z] # $SEMVER_TEMP = /tmp/semver-072923172 [2021-02-01T18:39:00.100Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-messaging.git $SEMVER_TEMP [2021-02-01T18:39:00.678Z] # '/tmp/semver-072923172' -> '/w/workspace/xfoundry_go-mod-messaging_master/.semver' [2021-02-01T18:39:00.678Z] # -> Force: false [2021-02-01T18:39:00.678Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.semver [Pipeline] } [2021-02-01T18:39:00.692Z] $ docker exec --env ******** --env ******** f3feae62fef73945ddb0d1863bebbcd0f5983f157e1a7c72692bd8cf5bfbc7ac ssh-agent -k [2021-02-01T18:39:00.827Z] unset SSH_AUTH_SOCK; [2021-02-01T18:39:00.827Z] unset SSH_AGENT_PID; [2021-02-01T18:39:00.827Z] echo Agent pid 53 killed; [2021-02-01T18:39:00.873Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-01T18:39:01.353Z] + git semver [Pipeline] } [2021-02-01T18:39:01.380Z] $ docker stop --time=1 f3feae62fef73945ddb0d1863bebbcd0f5983f157e1a7c72692bd8cf5bfbc7ac [2021-02-01T18:39:02.848Z] $ docker rm -f f3feae62fef73945ddb0d1863bebbcd0f5983f157e1a7c72692bd8cf5bfbc7ac [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-01T18:39:03.378Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-01T18:39:03.784Z] Stashed 1 file(s) [Pipeline] echo [2021-02-01T18:39:03.786Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.2 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2021-02-01T18:39:19.587Z] Still waiting to schedule task [2021-02-01T18:39:19.587Z] ‘prd-centos7-blackbox-4c-2g-24093’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-24371’ is offline; ‘prd-centos7-docker-4c-2g-24374’ is offline; ‘prd-centos7-docker-4c-2g-24381’ is offline; ‘prd-centos7-docker-4c-2g-24387’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-24382’ doesn’t have label ‘centos7-docker-4c-2g’ [2021-02-01T18:39:19.590Z] Still waiting to schedule task [2021-02-01T18:39:19.591Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-02-01T18:40:26.646Z] Running on prd-centos7-docker-4c-2g-24391 in /w/workspace/xfoundry_go-mod-messaging_master [Pipeline] { [Pipeline] ws [2021-02-01T18:40:26.701Z] Running in /w/workspace/go-mod-messaging/24 [Pipeline] { [Pipeline] checkout [2021-02-01T18:40:29.525Z] using credential edgex-jenkins-ssh [2021-02-01T18:40:29.586Z] Cloning the remote Git repository [2021-02-01T18:40:29.622Z] Cloning repository git@github.com:edgexfoundry/go-mod-messaging.git [2021-02-01T18:40:29.692Z] > git init /w/workspace/go-mod-messaging/24 # timeout=10 [2021-02-01T18:40:29.760Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git [2021-02-01T18:40:29.761Z] > git --version # timeout=10 [2021-02-01T18:40:29.767Z] > git --version # 'git version 2.24.3' [2021-02-01T18:40:29.768Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-01T18:40:29.794Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-01T18:40:30.260Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 [2021-02-01T18:40:30.273Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-01T18:40:30.288Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 [2021-02-01T18:40:30.301Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git [2021-02-01T18:40:30.301Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-01T18:40:30.307Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-01T18:40:30.709Z] Checking out Revision 30354876fdcc413049c58c02a868a07998fefe6e (master) [2021-02-01T18:40:30.720Z] > git config core.sparsecheckout # timeout=10 [2021-02-01T18:40:30.727Z] > git checkout -f 30354876fdcc413049c58c02a868a07998fefe6e # timeout=10 [2021-02-01T18:40:34.432Z] Commit message: "Merge pull request #86 from edgexfoundry/dependabot/go_modules/github.com/stretchr/testify-1.7.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-01T18:40:35.896Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-01T18:40:36.249Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-01T18:40:36.571Z] + sudo service docker restart [2021-02-01T18:40:36.571Z] + true [2021-02-01T18:40:36.571Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo [2021-02-01T18:40:37.783Z] ========================================================= [2021-02-01T18:40:37.783Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-01T18:40:37.783Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-01T18:40:38.139Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-02-01T18:40:38.408Z] Sending build context to Docker daemon 495.6kB [2021-02-01T18:40:38.408Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-02-01T18:40:38.408Z] Step 2/7 : FROM ${BASE} [2021-02-01T18:40:38.676Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-01T18:40:38.676Z] 188c0c94c7c5: Pulling fs layer [2021-02-01T18:40:38.676Z] 0ef7d3d256c8: Pulling fs layer [2021-02-01T18:40:38.676Z] de9db76c5a1d: Pulling fs layer [2021-02-01T18:40:38.676Z] bca2f99d35d6: Pulling fs layer [2021-02-01T18:40:38.676Z] 93359f2a8cfa: Pulling fs layer [2021-02-01T18:40:38.676Z] 7c6f9722023f: Pulling fs layer [2021-02-01T18:40:38.676Z] a35cf1a2eb13: Pulling fs layer [2021-02-01T18:40:38.676Z] bca2f99d35d6: Waiting [2021-02-01T18:40:38.676Z] 93359f2a8cfa: Waiting [2021-02-01T18:40:38.676Z] 7c6f9722023f: Waiting [2021-02-01T18:40:38.676Z] a35cf1a2eb13: Waiting [2021-02-01T18:40:38.676Z] de9db76c5a1d: Verifying Checksum [2021-02-01T18:40:38.676Z] de9db76c5a1d: Download complete [2021-02-01T18:40:38.676Z] 0ef7d3d256c8: Download complete [2021-02-01T18:40:38.676Z] 93359f2a8cfa: Verifying Checksum [2021-02-01T18:40:38.676Z] 93359f2a8cfa: Download complete [2021-02-01T18:40:38.676Z] 7c6f9722023f: Verifying Checksum [2021-02-01T18:40:38.676Z] 7c6f9722023f: Download complete [2021-02-01T18:40:38.676Z] 188c0c94c7c5: Verifying Checksum [2021-02-01T18:40:38.676Z] 188c0c94c7c5: Download complete [2021-02-01T18:40:38.956Z] 188c0c94c7c5: Pull complete [2021-02-01T18:40:39.229Z] 0ef7d3d256c8: Pull complete [2021-02-01T18:40:39.553Z] de9db76c5a1d: Pull complete [2021-02-01T18:40:40.972Z] a35cf1a2eb13: Verifying Checksum [2021-02-01T18:40:40.972Z] a35cf1a2eb13: Download complete [2021-02-01T18:40:41.237Z] bca2f99d35d6: Verifying Checksum [2021-02-01T18:40:41.237Z] bca2f99d35d6: Download complete [2021-02-01T18:40:46.590Z] bca2f99d35d6: Pull complete [2021-02-01T18:40:46.855Z] 93359f2a8cfa: Pull complete [2021-02-01T18:40:46.855Z] 7c6f9722023f: Pull complete [2021-02-01T18:40:55.142Z] a35cf1a2eb13: Pull complete [2021-02-01T18:40:55.142Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-01T18:40:55.142Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-01T18:40:55.142Z] ---> a62c8e92a672 [2021-02-01T18:40:55.142Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-02-01T18:40:55.411Z] ---> Running in f3473382354c [2021-02-01T18:40:55.676Z] Removing intermediate container f3473382354c [2021-02-01T18:40:55.676Z] ---> 9e8baae99ccc [2021-02-01T18:40:55.676Z] Step 4/7 : RUN apk add --update --no-cache zeromq-dev bash [2021-02-01T18:40:55.676Z] ---> Running in a04e5263db48 [2021-02-01T18:40:56.273Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T18:40:57.258Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T18:40:57.841Z] (1/5) Installing libsodium (1.0.18-r0) [2021-02-01T18:40:58.106Z] (2/5) Installing libzmq (4.3.3-r0) [2021-02-01T18:40:58.106Z] (3/5) Installing pkgconf (1.7.2-r0) [2021-02-01T18:40:58.384Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2021-02-01T18:40:58.384Z] (5/5) Installing zeromq-dev (4.3.3-r0) [2021-02-01T18:40:58.384Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T18:40:58.384Z] OK: 167 MiB in 44 packages [2021-02-01T18:40:58.966Z] Removing intermediate container a04e5263db48 [2021-02-01T18:40:58.966Z] ---> 83a02a78378c [2021-02-01T18:40:58.966Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-02-01T18:40:59.234Z] ---> Running in a58e60e87008 [2021-02-01T18:40:59.234Z] Removing intermediate container a58e60e87008 [2021-02-01T18:40:59.234Z] ---> f23f3d2b6621 [2021-02-01T18:40:59.234Z] Step 6/7 : COPY go.mod . [2021-02-01T18:40:59.498Z] ---> 76346d9e318c [2021-02-01T18:40:59.498Z] Step 7/7 : RUN go mod download [2021-02-01T18:40:59.498Z] ---> Running in 6f0e2ee9e5cd [2021-02-01T18:41:11.830Z] Removing intermediate container 6f0e2ee9e5cd [2021-02-01T18:41:11.830Z] ---> bee895ccb716 [2021-02-01T18:41:11.830Z] Successfully built bee895ccb716 [2021-02-01T18:41:11.830Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-01T18:41:12.191Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-01T18:41:12.191Z] . [Pipeline] withDockerContainer [2021-02-01T18:41:12.329Z] prd-centos7-docker-4c-2g-24391 does not seem to be running inside a container [2021-02-01T18:41:12.470Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-messaging/24 -v /w/workspace/go-mod-messaging/24:/w/workspace/go-mod-messaging/24:rw,z -v /w/workspace/go-mod-messaging/24@tmp:/w/workspace/go-mod-messaging/24@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-01T18:41:13.520Z] $ docker top 908e49e61d9618475a45ce2944adc95b955fe3b73d7667795320ea9f5bd792ae -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-01T18:41:14.079Z] + go version [2021-02-01T18:41:14.079Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-01T18:41:14.104Z] $ docker stop --time=1 908e49e61d9618475a45ce2944adc95b955fe3b73d7667795320ea9f5bd792ae [2021-02-01T18:41:15.514Z] $ docker rm -f 908e49e61d9618475a45ce2944adc95b955fe3b73d7667795320ea9f5bd792ae [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-01T18:41:16.394Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-01T18:41:16.394Z] . [Pipeline] withDockerContainer [2021-02-01T18:41:16.506Z] prd-centos7-docker-4c-2g-24391 does not seem to be running inside a container [2021-02-01T18:41:16.559Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-messaging/24 -v /w/workspace/go-mod-messaging/24:/w/workspace/go-mod-messaging/24:rw,z -v /w/workspace/go-mod-messaging/24@tmp:/w/workspace/go-mod-messaging/24@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-01T18:41:17.222Z] $ docker top c2d9ab732395f3569ea33f3e2de3e8447cce7bf6566b52b613f7dc9f610af5d8 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-01T18:41:17.750Z] + make test [2021-02-01T18:41:17.750Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-02-01T18:41:23.133Z] ? github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg [no test files] [2021-02-01T18:41:41.479Z] ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/mqtt 15.019s coverage: 89.0% of statements [2021-02-01T18:41:41.479Z] ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/redis/streams 0.008s coverage: 77.1% of statements [2021-02-01T18:41:41.479Z] ? github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/redis/streams/mocks [no test files] [2021-02-01T18:41:49.654Z] ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/zeromq 20.351s coverage: 84.1% of statements [2021-02-01T18:41:49.654Z] ok github.com/edgexfoundry/go-mod-messaging/v2/messaging 0.009s coverage: 85.7% of statements [2021-02-01T18:41:49.654Z] ok github.com/edgexfoundry/go-mod-messaging/v2/messaging/mqtt 0.024s coverage: 100.0% of statements [2021-02-01T18:41:49.654Z] ok github.com/edgexfoundry/go-mod-messaging/v2/messaging/redis 0.005s coverage: 100.0% of statements [2021-02-01T18:41:49.654Z] ok github.com/edgexfoundry/go-mod-messaging/v2/pkg/types 0.009s coverage: 90.9% of statements [2021-02-01T18:41:49.654Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2021-02-01T18:41:51.068Z] gofmt -l . [2021-02-01T18:41:51.068Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-02-01T18:41:51.089Z] $ docker stop --time=1 c2d9ab732395f3569ea33f3e2de3e8447cce7bf6566b52b613f7dc9f610af5d8 [2021-02-01T18:41:52.731Z] $ docker rm -f c2d9ab732395f3569ea33f3e2de3e8447cce7bf6566b52b613f7dc9f610af5d8 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-01T18:41:53.325Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-02-01T18:41:53.637Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-01T18:42:13.786Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-24395 in /w/workspace/xfoundry_go-mod-messaging_master [Pipeline] { [Pipeline] ws [2021-02-01T18:42:13.841Z] Running in /w/workspace/go-mod-messaging/24 [Pipeline] { [Pipeline] checkout [2021-02-01T18:42:19.217Z] using credential edgex-jenkins-ssh [2021-02-01T18:42:19.293Z] Cloning the remote Git repository [2021-02-01T18:42:19.365Z] Cloning repository git@github.com:edgexfoundry/go-mod-messaging.git [2021-02-01T18:42:19.499Z] > git init /w/workspace/go-mod-messaging/24 # timeout=10 [2021-02-01T18:42:19.595Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git [2021-02-01T18:42:19.596Z] > git --version # timeout=10 [2021-02-01T18:42:19.622Z] > git --version # 'git version 2.17.1' [2021-02-01T18:42:19.624Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-01T18:42:19.785Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-01T18:42:21.354Z] Checking out Revision 30354876fdcc413049c58c02a868a07998fefe6e (master) [2021-02-01T18:42:20.714Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 [2021-02-01T18:42:20.733Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-01T18:42:20.771Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 [2021-02-01T18:42:20.870Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git [2021-02-01T18:42:20.872Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-01T18:42:20.895Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-01T18:42:21.383Z] > git config core.sparsecheckout # timeout=10 [2021-02-01T18:42:21.415Z] > git checkout -f 30354876fdcc413049c58c02a868a07998fefe6e # timeout=10 [2021-02-01T18:42:25.885Z] Commit message: "Merge pull request #86 from edgexfoundry/dependabot/go_modules/github.com/stretchr/testify-1.7.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-01T18:42:27.435Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-01T18:42:27.867Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-01T18:42:28.235Z] + true [2021-02-01T18:42:28.235Z] + sudo service docker restart [Pipeline] unstash [Pipeline] echo [2021-02-01T18:42:30.636Z] ========================================================= [2021-02-01T18:42:30.636Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-01T18:42:30.636Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-01T18:42:31.059Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-02-01T18:42:32.055Z] Sending build context to Docker daemon 494.6kB [2021-02-01T18:42:32.055Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-02-01T18:42:32.055Z] Step 2/7 : FROM ${BASE} [2021-02-01T18:42:32.330Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-01T18:42:32.330Z] 5f621e34cdf4: Pulling fs layer [2021-02-01T18:42:32.330Z] a4357932f1b6: Pulling fs layer [2021-02-01T18:42:32.330Z] 18c013af1878: Pulling fs layer [2021-02-01T18:42:32.330Z] 00ac8860ef70: Pulling fs layer [2021-02-01T18:42:32.330Z] 63d7cb157983: Pulling fs layer [2021-02-01T18:42:32.330Z] b116817d02f9: Pulling fs layer [2021-02-01T18:42:32.330Z] 745a02a5169b: Pulling fs layer [2021-02-01T18:42:32.330Z] 63d7cb157983: Waiting [2021-02-01T18:42:32.330Z] b116817d02f9: Waiting [2021-02-01T18:42:32.330Z] 745a02a5169b: Waiting [2021-02-01T18:42:32.330Z] 18c013af1878: Verifying Checksum [2021-02-01T18:42:32.330Z] 18c013af1878: Download complete [2021-02-01T18:42:32.330Z] a4357932f1b6: Verifying Checksum [2021-02-01T18:42:32.330Z] a4357932f1b6: Download complete [2021-02-01T18:42:32.330Z] 63d7cb157983: Verifying Checksum [2021-02-01T18:42:32.330Z] 63d7cb157983: Download complete [2021-02-01T18:42:32.608Z] b116817d02f9: Verifying Checksum [2021-02-01T18:42:32.608Z] b116817d02f9: Download complete [2021-02-01T18:42:32.608Z] 5f621e34cdf4: Verifying Checksum [2021-02-01T18:42:32.608Z] 5f621e34cdf4: Download complete [2021-02-01T18:42:33.218Z] 5f621e34cdf4: Pull complete [2021-02-01T18:42:33.826Z] a4357932f1b6: Pull complete [2021-02-01T18:42:34.103Z] 18c013af1878: Pull complete [2021-02-01T18:42:35.091Z] 745a02a5169b: Verifying Checksum [2021-02-01T18:42:35.091Z] 745a02a5169b: Download complete [2021-02-01T18:42:36.076Z] 00ac8860ef70: Verifying Checksum [2021-02-01T18:42:36.076Z] 00ac8860ef70: Download complete [2021-02-01T18:42:46.892Z] 00ac8860ef70: Pull complete [2021-02-01T18:42:46.892Z] 63d7cb157983: Pull complete [2021-02-01T18:42:46.892Z] b116817d02f9: Pull complete [2021-02-01T18:42:49.521Z] 745a02a5169b: Pull complete [2021-02-01T18:42:49.521Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-01T18:42:49.521Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-01T18:42:49.521Z] ---> b7e6874047d6 [2021-02-01T18:42:49.521Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-02-01T18:42:52.973Z] ---> Running in db09daa062f3 [2021-02-01T18:42:52.973Z] Removing intermediate container db09daa062f3 [2021-02-01T18:42:52.973Z] ---> 9fa0023c9c0d [2021-02-01T18:42:52.973Z] Step 4/7 : RUN apk add --update --no-cache zeromq-dev bash [2021-02-01T18:42:53.248Z] ---> Running in e97d78571546 [2021-02-01T18:42:54.688Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-01T18:42:55.287Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-01T18:42:55.889Z] (1/5) Installing libsodium (1.0.18-r0) [2021-02-01T18:42:56.170Z] (2/5) Installing libzmq (4.3.3-r0) [2021-02-01T18:42:56.170Z] (3/5) Installing pkgconf (1.7.2-r0) [2021-02-01T18:42:56.455Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2021-02-01T18:42:56.455Z] (5/5) Installing zeromq-dev (4.3.3-r0) [2021-02-01T18:42:56.455Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T18:42:56.455Z] OK: 144 MiB in 44 packages [2021-02-01T18:42:57.904Z] Removing intermediate container e97d78571546 [2021-02-01T18:42:57.904Z] ---> 0895ab9680f5 [2021-02-01T18:42:57.904Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-02-01T18:42:58.189Z] ---> Running in 23e862f1c5a6 [2021-02-01T18:42:58.786Z] Removing intermediate container 23e862f1c5a6 [2021-02-01T18:42:58.786Z] ---> 425244f61de9 [2021-02-01T18:42:58.787Z] Step 6/7 : COPY go.mod . [2021-02-01T18:42:59.387Z] ---> acbd637e21fb [2021-02-01T18:42:59.387Z] Step 7/7 : RUN go mod download [2021-02-01T18:42:59.665Z] ---> Running in 021236b2f630 [2021-02-01T18:43:14.866Z] Removing intermediate container 021236b2f630 [2021-02-01T18:43:14.866Z] ---> fd176101d4ce [2021-02-01T18:43:14.866Z] Successfully built fd176101d4ce [2021-02-01T18:43:14.866Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-01T18:43:15.216Z] + docker inspect -f . ci-base-image-arm64 [2021-02-01T18:43:15.216Z] . [Pipeline] withDockerContainer [2021-02-01T18:43:15.469Z] prd-ubuntu18.04-docker-arm64-4c-16g-24395 does not seem to be running inside a container [2021-02-01T18:43:15.560Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-messaging/24 -v /w/workspace/go-mod-messaging/24:/w/workspace/go-mod-messaging/24:rw,z -v /w/workspace/go-mod-messaging/24@tmp:/w/workspace/go-mod-messaging/24@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-01T18:43:17.140Z] $ docker top 7acc9125760e4e5572c41a3e81b2c646c45336d869da6881777fea45fec81cc6 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-01T18:43:18.227Z] + go version [2021-02-01T18:43:18.227Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-01T18:43:18.262Z] $ docker stop --time=1 7acc9125760e4e5572c41a3e81b2c646c45336d869da6881777fea45fec81cc6 [2021-02-01T18:43:20.347Z] $ docker rm -f 7acc9125760e4e5572c41a3e81b2c646c45336d869da6881777fea45fec81cc6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-01T18:43:21.487Z] + docker inspect -f . ci-base-image-arm64 [2021-02-01T18:43:21.487Z] . [Pipeline] withDockerContainer [2021-02-01T18:43:21.787Z] prd-ubuntu18.04-docker-arm64-4c-16g-24395 does not seem to be running inside a container [2021-02-01T18:43:21.900Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-messaging/24 -v /w/workspace/go-mod-messaging/24:/w/workspace/go-mod-messaging/24:rw,z -v /w/workspace/go-mod-messaging/24@tmp:/w/workspace/go-mod-messaging/24@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-01T18:43:23.460Z] $ docker top a12bfec863f2731e6aa22a7733812f598046df2caff4dda48f545af443003eea -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-01T18:43:24.609Z] + make test [2021-02-01T18:43:24.609Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-02-01T18:43:40.003Z] ? github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg [no test files] [2021-02-01T18:44:02.262Z] ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/mqtt 15.049s coverage: 89.0% of statements [2021-02-01T18:44:02.262Z] ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/redis/streams 0.021s coverage: 77.1% of statements [2021-02-01T18:44:02.262Z] ? github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/redis/streams/mocks [no test files] [2021-02-01T18:44:20.571Z] ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/zeromq 20.377s coverage: 84.1% of statements [2021-02-01T18:44:20.571Z] ok github.com/edgexfoundry/go-mod-messaging/v2/messaging 0.018s coverage: 85.7% of statements [2021-02-01T18:44:20.571Z] ok github.com/edgexfoundry/go-mod-messaging/v2/messaging/mqtt 0.017s coverage: 100.0% of statements [2021-02-01T18:44:20.571Z] ok github.com/edgexfoundry/go-mod-messaging/v2/messaging/redis 0.042s coverage: 100.0% of statements [2021-02-01T18:44:20.571Z] ok github.com/edgexfoundry/go-mod-messaging/v2/pkg/types 0.041s coverage: 90.9% of statements [2021-02-01T18:44:20.571Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2021-02-01T18:44:22.031Z] gofmt -l . [2021-02-01T18:44:22.307Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-02-01T18:44:22.336Z] $ docker stop --time=1 a12bfec863f2731e6aa22a7733812f598046df2caff4dda48f545af443003eea [2021-02-01T18:44:24.419Z] $ docker rm -f a12bfec863f2731e6aa22a7733812f598046df2caff4dda48f545af443003eea [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-01T18:44:25.271Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-02-01T18:44:25.341Z] Warning: overwriting stash ‘coverage-report’ [2021-02-01T18:44:26.155Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-02-01T18:44:27.762Z] provisioning config files... [2021-02-01T18:44:27.777Z] copy managed file [go-mod-messaging-codecov-token] to file:/w/workspace/xfoundry_go-mod-messaging_master@tmp/config8453987778919354346tmp [Pipeline] { [Pipeline] sh [2021-02-01T18:44:28.251Z] + set +x [2021-02-01T18:44:28.251Z] + curl -s https://codecov.io/bash [2021-02-01T18:44:28.251Z] + bash -s -- [2021-02-01T18:44:28.515Z] [2021-02-01T18:44:28.515Z] _____ _ [2021-02-01T18:44:28.515Z] / ____| | | [2021-02-01T18:44:28.515Z] | | ___ __| | ___ ___ _____ __ [2021-02-01T18:44:28.515Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-02-01T18:44:28.515Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-02-01T18:44:28.515Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-02-01T18:44:28.515Z] Bash-20210129-7c25fce [2021-02-01T18:44:28.515Z] [2021-02-01T18:44:28.515Z] [2021-02-01T18:44:28.515Z] ==> git version 2.24.3 found [2021-02-01T18:44:28.515Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-02-01T18:44:28.515Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-02-01T18:44:28.515Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-02-01T18:44:28.515Z] ==> Jenkins CI detected. [2021-02-01T18:44:28.515Z] project root: . [2021-02-01T18:44:28.515Z] --> token set from env [2021-02-01T18:44:28.515Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-02-01T18:44:28.515Z] ==> Running gcov in . (disable via -X gcov) [2021-02-01T18:44:28.515Z] ==> Python coveragepy not found [2021-02-01T18:44:28.515Z] ==> Searching for coverage reports in: [2021-02-01T18:44:28.515Z] + . [2021-02-01T18:44:28.515Z] -> Found 1 reports [2021-02-01T18:44:28.515Z] ==> Detecting git/mercurial file structure [2021-02-01T18:44:28.515Z] ==> Reading reports [2021-02-01T18:44:28.515Z] + ./coverage.out bytes=21680 [2021-02-01T18:44:28.515Z] ==> Appending adjustments [2021-02-01T18:44:28.515Z] https://docs.codecov.io/docs/fixing-reports [2021-02-01T18:44:28.779Z] + Found adjustments [2021-02-01T18:44:28.779Z] ==> Gzipping contents [2021-02-01T18:44:28.779Z] 8.0K /tmp/codecov.Vb0u9w.gz [2021-02-01T18:44:28.779Z] ==> Uploading reports [2021-02-01T18:44:28.779Z] url: https://codecov.io [2021-02-01T18:44:28.779Z] query: branch=master&commit=30354876fdcc413049c58c02a868a07998fefe6e&build=24&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-messaging%2Fjob%2Fmaster%2F24%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-messaging&service=jenkins&flags=&pr=&job=&cmd_args= [2021-02-01T18:44:28.779Z] -> Pinging Codecov [2021-02-01T18:44:28.779Z] https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=master&commit=30354876fdcc413049c58c02a868a07998fefe6e&build=24&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-messaging%2Fjob%2Fmaster%2F24%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-messaging&service=jenkins&flags=&pr=&job=&cmd_args= [2021-02-01T18:44:29.363Z] -> Uploading to [2021-02-01T18:44:29.363Z] https://storage.googleapis.com/codecov/v4/raw/2021-02-01/F6E385568367DD0E4001BA4F8F1CB792/30354876fdcc413049c58c02a868a07998fefe6e/9ad58e1b-5d83-4094-b73c-6fa25c8f9b7e.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210201%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210201T184429Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=d5de2f14f8d670152019ee504f42a4bb83b457a41e448d3d97d9b3de8677f32a [2021-02-01T18:44:29.363Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-01T18:44:29.363Z] Dload Upload Total Spent Left Speed [2021-02-01T18:44:29.634Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5253 0 0 100 5253 0 12609 --:--:-- --:--:-- --:--:-- 12627 [2021-02-01T18:44:29.634Z] -> View reports at https://codecov.io/github/edgexfoundry/go-mod-messaging/commit/30354876fdcc413049c58c02a868a07998fefe6e [Pipeline] } [2021-02-01T18:44:29.648Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-02-01T18:44:30.124Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-02-01T18:44:30.228Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-01T18:44:30.606Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-01T18:44:30.607Z] [2021-02-01T18:44:30.607Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-02-01T18:44:30.979Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-01T18:44:30.979Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-02-01T18:44:30.979Z] 188c0c94c7c5: Pulling fs layer [2021-02-01T18:44:30.979Z] 0ef7d3d256c8: Pulling fs layer [2021-02-01T18:44:30.979Z] de9db76c5a1d: Pulling fs layer [2021-02-01T18:44:30.979Z] 0eba1c9be4d2: Pulling fs layer [2021-02-01T18:44:30.979Z] 0d57e429df01: Pulling fs layer [2021-02-01T18:44:30.979Z] 4e4be7b47b0d: Pulling fs layer [2021-02-01T18:44:30.979Z] e1f770b5df2f: Pulling fs layer [2021-02-01T18:44:30.979Z] 85a0685a4137: Pulling fs layer [2021-02-01T18:44:30.979Z] 0eba1c9be4d2: Waiting [2021-02-01T18:44:30.979Z] 0d57e429df01: Waiting [2021-02-01T18:44:30.979Z] e1f770b5df2f: Waiting [2021-02-01T18:44:30.979Z] 4e4be7b47b0d: Waiting [2021-02-01T18:44:30.979Z] 85a0685a4137: Waiting [2021-02-01T18:44:30.979Z] de9db76c5a1d: Verifying Checksum [2021-02-01T18:44:30.979Z] de9db76c5a1d: Download complete [2021-02-01T18:44:31.559Z] 0ef7d3d256c8: Verifying Checksum [2021-02-01T18:44:31.559Z] 0ef7d3d256c8: Download complete [2021-02-01T18:44:31.559Z] 0d57e429df01: Verifying Checksum [2021-02-01T18:44:31.559Z] 0d57e429df01: Download complete [2021-02-01T18:44:31.559Z] 4e4be7b47b0d: Verifying Checksum [2021-02-01T18:44:31.559Z] 4e4be7b47b0d: Download complete [2021-02-01T18:44:31.834Z] 188c0c94c7c5: Verifying Checksum [2021-02-01T18:44:31.834Z] 188c0c94c7c5: Download complete [2021-02-01T18:44:32.107Z] 188c0c94c7c5: Pull complete [2021-02-01T18:44:32.381Z] 0ef7d3d256c8: Pull complete [2021-02-01T18:44:32.381Z] de9db76c5a1d: Pull complete [2021-02-01T18:44:33.793Z] e1f770b5df2f: Verifying Checksum [2021-02-01T18:44:33.793Z] e1f770b5df2f: Download complete [2021-02-01T18:44:36.426Z] 0eba1c9be4d2: Verifying Checksum [2021-02-01T18:44:36.426Z] 0eba1c9be4d2: Download complete [2021-02-01T18:44:36.426Z] 85a0685a4137: Verifying Checksum [2021-02-01T18:44:36.426Z] 85a0685a4137: Download complete [2021-02-01T18:44:43.087Z] 0eba1c9be4d2: Pull complete [2021-02-01T18:44:43.087Z] 0d57e429df01: Pull complete [2021-02-01T18:44:43.087Z] 4e4be7b47b0d: Pull complete [2021-02-01T18:44:44.488Z] e1f770b5df2f: Pull complete [2021-02-01T18:44:51.173Z] 85a0685a4137: Pull complete [2021-02-01T18:44:51.173Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-02-01T18:44:51.173Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-01T18:44:51.449Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-02-01T18:44:51.723Z] prd-centos7-docker-4c-2g-24385 does not seem to be running inside a container [2021-02-01T18:44:51.787Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/xfoundry_go-mod-messaging_master -v /w/workspace/xfoundry_go-mod-messaging_master:/w/workspace/xfoundry_go-mod-messaging_master:rw,z -v /w/workspace/xfoundry_go-mod-messaging_master@tmp:/w/workspace/xfoundry_go-mod-messaging_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-02-01T18:44:52.976Z] $ docker top 57cb682ff6cb64c3331b4f5132f74726eaf239c4cf85351bc6e1aaa189915fdf -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-01T18:44:53.252Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-02-01T18:44:53.569Z] + set -o pipefail [2021-02-01T18:44:53.569Z] + snyk monitor '--org=edgex-jenkins' [2021-02-01T18:45:00.219Z] [2021-02-01T18:45:00.219Z] Monitoring /w/workspace/xfoundry_go-mod-messaging_master (github.com/edgexfoundry/go-mod-messaging/v2)... [2021-02-01T18:45:00.219Z] [2021-02-01T18:45:00.219Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/d23208db-5112-4543-b346-0f70a18311f1/history/c45bbe42-f228-4cd5-949a-62f44ccba6da [2021-02-01T18:45:00.219Z] [2021-02-01T18:45:00.219Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-02-01T18:45:00.219Z] [2021-02-01T18:45:00.219Z] [Pipeline] } [2021-02-01T18:45:00.241Z] $ docker stop --time=1 57cb682ff6cb64c3331b4f5132f74726eaf239c4cf85351bc6e1aaa189915fdf [2021-02-01T18:45:02.267Z] $ docker rm -f 57cb682ff6cb64c3331b4f5132f74726eaf239c4cf85351bc6e1aaa189915fdf [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image 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 [2021-02-01T18:45:04.112Z] + git log --format=format:%s -1 30354876fdcc413049c58c02a868a07998fefe6e [Pipeline] isUnix [Pipeline] sh [2021-02-01T18:45:04.434Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-01T18:45:04.434Z] . [Pipeline] withDockerContainer [2021-02-01T18:45:04.542Z] prd-centos7-docker-4c-2g-24385 does not seem to be running inside a container [2021-02-01T18:45:04.594Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-messaging_master -v /w/workspace/xfoundry_go-mod-messaging_master:/w/workspace/xfoundry_go-mod-messaging_master:rw,z -v /w/workspace/xfoundry_go-mod-messaging_master@tmp:/w/workspace/xfoundry_go-mod-messaging_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-01T18:45:05.377Z] $ docker top 9039b7ae6ba203d1582c3c1fad96dd1a7c0d7042728b5e9c1dafd16dee015e43 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-01T18:45:05.677Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-01T18:45:05.677Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-01T18:45:05.877Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-01T18:45:05.883Z] $ docker exec 9039b7ae6ba203d1582c3c1fad96dd1a7c0d7042728b5e9c1dafd16dee015e43 ssh-agent [2021-02-01T18:45:06.053Z] SSH_AUTH_SOCK=/tmp/ssh-YzE1iravksFj/agent.11 [2021-02-01T18:45:06.053Z] SSH_AGENT_PID=17 [2021-02-01T18:45:06.061Z] Running ssh-add (command line suppressed) [2021-02-01T18:45:06.215Z] Identity added: /w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_3197011839850632622.key (/w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_3197011839850632622.key) [2021-02-01T18:45:06.269Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-01T18:45:06.616Z] + git semver tag [2021-02-01T18:45:06.616Z] # -> Open(): unable to determine branch for HEAD [2021-02-01T18:45:06.616Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.git [2021-02-01T18:45:06.616Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-messaging_master [2021-02-01T18:45:06.616Z] # $SEMVER_REMOTE_NAME = origin [2021-02-01T18:45:06.616Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-01T18:45:06.616Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-01T18:45:06.616Z] # $SEMVER_BRANCH = master [2021-02-01T18:45:06.616Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.semver [2021-02-01T18:45:06.616Z] # 30354876fdcc413049c58c02a868a07998fefe6e HEAD [2021-02-01T18:45:06.616Z] # -> Force: false [2021-02-01T18:45:06.881Z] # 6eccefc3d90bb728a96ad575d293fde862d3963d refs/tags/v2.0.0-dev.2 [Pipeline] } [2021-02-01T18:45:06.900Z] $ docker exec --env ******** --env ******** 9039b7ae6ba203d1582c3c1fad96dd1a7c0d7042728b5e9c1dafd16dee015e43 ssh-agent -k [2021-02-01T18:45:07.031Z] unset SSH_AUTH_SOCK; [2021-02-01T18:45:07.031Z] unset SSH_AGENT_PID; [2021-02-01T18:45:07.031Z] echo Agent pid 17 killed; [2021-02-01T18:45:07.104Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-01T18:45:07.578Z] + git semver [Pipeline] } [2021-02-01T18:45:07.597Z] $ docker stop --time=1 9039b7ae6ba203d1582c3c1fad96dd1a7c0d7042728b5e9c1dafd16dee015e43 [2021-02-01T18:45:08.962Z] $ docker rm -f 9039b7ae6ba203d1582c3c1fad96dd1a7c0d7042728b5e9c1dafd16dee015e43 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-02-01T18:45:09.634Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-01T18:45:09.634Z] [2021-02-01T18:45:09.634Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-02-01T18:45:10.026Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-01T18:45:10.026Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-02-01T18:45:10.026Z] ab5ef0e58194: Pulling fs layer [2021-02-01T18:45:10.026Z] 9712f1f96733: Pulling fs layer [2021-02-01T18:45:10.026Z] 63f879dbbcfc: Pulling fs layer [2021-02-01T18:45:10.026Z] 0d9ebad4ef96: Pulling fs layer [2021-02-01T18:45:10.026Z] e9a5061849ea: Pulling fs layer [2021-02-01T18:45:10.026Z] d747dcd14b5f: Pulling fs layer [2021-02-01T18:45:10.026Z] 2de7ff778b66: Pulling fs layer [2021-02-01T18:45:10.026Z] e9a5061849ea: Waiting [2021-02-01T18:45:10.026Z] d747dcd14b5f: Waiting [2021-02-01T18:45:10.026Z] 2de7ff778b66: Waiting [2021-02-01T18:45:10.026Z] 0d9ebad4ef96: Waiting [2021-02-01T18:45:10.026Z] 9712f1f96733: Verifying Checksum [2021-02-01T18:45:10.026Z] 9712f1f96733: Download complete [2021-02-01T18:45:11.996Z] 63f879dbbcfc: Verifying Checksum [2021-02-01T18:45:11.996Z] 63f879dbbcfc: Download complete [2021-02-01T18:45:11.996Z] e9a5061849ea: Verifying Checksum [2021-02-01T18:45:11.996Z] e9a5061849ea: Download complete [2021-02-01T18:45:11.996Z] d747dcd14b5f: Verifying Checksum [2021-02-01T18:45:11.996Z] d747dcd14b5f: Download complete [2021-02-01T18:45:12.574Z] 2de7ff778b66: Verifying Checksum [2021-02-01T18:45:12.574Z] 2de7ff778b66: Download complete [2021-02-01T18:45:12.574Z] 0d9ebad4ef96: Verifying Checksum [2021-02-01T18:45:12.574Z] 0d9ebad4ef96: Download complete [2021-02-01T18:45:12.843Z] ab5ef0e58194: Verifying Checksum [2021-02-01T18:45:12.843Z] ab5ef0e58194: Download complete [2021-02-01T18:45:18.196Z] ab5ef0e58194: Pull complete [2021-02-01T18:45:18.196Z] 9712f1f96733: Pull complete [2021-02-01T18:45:20.793Z] 63f879dbbcfc: Pull complete [2021-02-01T18:45:27.649Z] 0d9ebad4ef96: Pull complete [2021-02-01T18:45:29.041Z] e9a5061849ea: Pull complete [2021-02-01T18:45:29.304Z] d747dcd14b5f: Pull complete [2021-02-01T18:45:31.866Z] 2de7ff778b66: Pull complete [2021-02-01T18:45:31.866Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-02-01T18:45:31.867Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-01T18:45:31.867Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-02-01T18:45:32.072Z] prd-centos7-docker-4c-2g-24385 does not seem to be running inside a container [2021-02-01T18:45:32.126Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/xfoundry_go-mod-messaging_master -v /w/workspace/xfoundry_go-mod-messaging_master:/w/workspace/xfoundry_go-mod-messaging_master:rw,z -v /w/workspace/xfoundry_go-mod-messaging_master@tmp:/w/workspace/xfoundry_go-mod-messaging_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-02-01T18:45:35.768Z] $ docker top c6711dc39e38febeb17cd103ce5e8f5c3f959469e5675f058d804982ff26b60f -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-02-01T18:45:36.015Z] provisioning config files... [2021-02-01T18:45:36.028Z] copy managed file [sigul-config] to file:/w/workspace/xfoundry_go-mod-messaging_master@tmp/config3321133872796624363tmp [2021-02-01T18:45:36.047Z] copy managed file [sigul-password] to file:/w/workspace/xfoundry_go-mod-messaging_master@tmp/config354376686535955175tmp [2021-02-01T18:45:36.064Z] copy managed file [sigul-pki] to file:/w/workspace/xfoundry_go-mod-messaging_master@tmp/config6894150401823591285tmp [Pipeline] { [Pipeline] echo [2021-02-01T18:45:36.119Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-01T18:45:36.425Z] ---> sigul-configuration.sh [2021-02-01T18:45:36.425Z] gpg: directory `/root/.gnupg' created [2021-02-01T18:45:36.425Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-02-01T18:45:36.425Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-02-01T18:45:36.425Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-02-01T18:45:36.425Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-02-01T18:45:36.425Z] gpg: CAST5 encrypted data [2021-02-01T18:45:36.688Z] gpg: encrypted with 1 passphrase [2021-02-01T18:45:36.688Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-02-01T18:45:36.989Z] + mkdir /home/jenkins [2021-02-01T18:45:36.989Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-02-01T18:45:37.381Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2021-02-01T18:45:37.421Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-01T18:45:37.773Z] ---> sigul-install.sh [2021-02-01T18:45:44.426Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-02-01T18:45:44.744Z] + git tag --list [2021-02-01T18:45:44.744Z] v0.0.0 [2021-02-01T18:45:44.744Z] v0.1.0 [2021-02-01T18:45:44.744Z] v0.1.1 [2021-02-01T18:45:44.744Z] v0.1.10 [2021-02-01T18:45:44.744Z] v0.1.11 [2021-02-01T18:45:44.744Z] v0.1.12 [2021-02-01T18:45:44.744Z] v0.1.13 [2021-02-01T18:45:44.744Z] v0.1.14 [2021-02-01T18:45:44.744Z] v0.1.15 [2021-02-01T18:45:44.744Z] v0.1.16 [2021-02-01T18:45:44.744Z] v0.1.17 [2021-02-01T18:45:44.744Z] v0.1.18 [2021-02-01T18:45:44.744Z] v0.1.19 [2021-02-01T18:45:44.744Z] v0.1.2 [2021-02-01T18:45:44.744Z] v0.1.20 [2021-02-01T18:45:44.744Z] v0.1.21 [2021-02-01T18:45:44.744Z] v0.1.22 [2021-02-01T18:45:44.744Z] v0.1.23 [2021-02-01T18:45:44.744Z] v0.1.24 [2021-02-01T18:45:44.744Z] v0.1.25 [2021-02-01T18:45:44.744Z] v0.1.26 [2021-02-01T18:45:44.744Z] v0.1.27 [2021-02-01T18:45:44.744Z] v0.1.28 [2021-02-01T18:45:44.744Z] v0.1.29 [2021-02-01T18:45:44.744Z] v0.1.3 [2021-02-01T18:45:44.744Z] v0.1.30 [2021-02-01T18:45:44.744Z] v0.1.31 [2021-02-01T18:45:44.744Z] v0.1.4 [2021-02-01T18:45:44.744Z] v0.1.5 [2021-02-01T18:45:44.744Z] v0.1.6 [2021-02-01T18:45:44.744Z] v0.1.7 [2021-02-01T18:45:44.744Z] v0.1.8 [2021-02-01T18:45:44.744Z] v0.1.9 [2021-02-01T18:45:44.744Z] v2.0.0-dev.1 [2021-02-01T18:45:44.744Z] v2.0.0-dev.2 [Pipeline] sh [2021-02-01T18:45:45.055Z] + lftools sign git-tag v2.0.0-dev.2 [2021-02-01T18:45:46.454Z] Signing Git tag with Sigul... [2021-02-01T18:45:46.454Z] Signing v2.0.0-dev.2 [Pipeline] echo [2021-02-01T18:45:47.416Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-01T18:45:47.715Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-02-01T18:45:47.726Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-02-01T18:45:47.835Z] $ docker stop --time=1 c6711dc39e38febeb17cd103ce5e8f5c3f959469e5675f058d804982ff26b60f [2021-02-01T18:45:49.890Z] $ docker rm -f c6711dc39e38febeb17cd103ce5e8f5c3f959469e5675f058d804982ff26b60f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-02-01T18:45:50.974Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-01T18:45:50.974Z] . [Pipeline] withDockerContainer [2021-02-01T18:45:51.090Z] prd-centos7-docker-4c-2g-24385 does not seem to be running inside a container [2021-02-01T18:45:51.145Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-messaging_master -v /w/workspace/xfoundry_go-mod-messaging_master:/w/workspace/xfoundry_go-mod-messaging_master:rw,z -v /w/workspace/xfoundry_go-mod-messaging_master@tmp:/w/workspace/xfoundry_go-mod-messaging_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-01T18:45:52.047Z] $ docker top 12be5348deb7180501ec185b93cf0331d934eb86d663ae7f1b212e065b1dbd56 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-01T18:45:52.387Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-01T18:45:52.387Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-01T18:45:52.676Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-01T18:45:52.682Z] $ docker exec 12be5348deb7180501ec185b93cf0331d934eb86d663ae7f1b212e065b1dbd56 ssh-agent [2021-02-01T18:45:52.876Z] SSH_AUTH_SOCK=/tmp/ssh-76LRPAbT5Ach/agent.12 [2021-02-01T18:45:52.876Z] SSH_AGENT_PID=18 [2021-02-01T18:45:52.885Z] Running ssh-add (command line suppressed) [2021-02-01T18:45:53.037Z] Identity added: /w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_8363369205623729351.key (/w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_8363369205623729351.key) [2021-02-01T18:45:53.100Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-01T18:45:53.447Z] + git semver bump pre [2021-02-01T18:45:53.447Z] # -> Open(): unable to determine branch for HEAD [2021-02-01T18:45:53.447Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.git [2021-02-01T18:45:53.447Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-messaging_master [2021-02-01T18:45:53.447Z] # $SEMVER_REMOTE_NAME = origin [2021-02-01T18:45:53.447Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-01T18:45:53.447Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-01T18:45:53.447Z] # $SEMVER_BRANCH = master [2021-02-01T18:45:53.447Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.semver [2021-02-01T18:45:53.447Z] 2.0.0-dev.3 [Pipeline] } [2021-02-01T18:45:53.463Z] $ docker exec --env ******** --env ******** 12be5348deb7180501ec185b93cf0331d934eb86d663ae7f1b212e065b1dbd56 ssh-agent -k [2021-02-01T18:45:53.613Z] unset SSH_AUTH_SOCK; [2021-02-01T18:45:53.614Z] unset SSH_AGENT_PID; [2021-02-01T18:45:53.614Z] echo Agent pid 18 killed; [2021-02-01T18:45:53.668Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-01T18:45:54.143Z] + git semver [Pipeline] } [2021-02-01T18:45:54.164Z] $ docker stop --time=1 12be5348deb7180501ec185b93cf0331d934eb86d663ae7f1b212e065b1dbd56 [2021-02-01T18:45:55.522Z] $ docker rm -f 12be5348deb7180501ec185b93cf0331d934eb86d663ae7f1b212e065b1dbd56 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-02-01T18:45:56.036Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-01T18:45:56.036Z] . [Pipeline] withDockerContainer [2021-02-01T18:45:56.152Z] prd-centos7-docker-4c-2g-24385 does not seem to be running inside a container [2021-02-01T18:45:56.205Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-messaging_master -v /w/workspace/xfoundry_go-mod-messaging_master:/w/workspace/xfoundry_go-mod-messaging_master:rw,z -v /w/workspace/xfoundry_go-mod-messaging_master@tmp:/w/workspace/xfoundry_go-mod-messaging_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-01T18:45:56.871Z] $ docker top 21f566443acae5cf8daee21ec609aa5647455f5fea7b7c00a19e7b009a5b2fb7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-01T18:45:57.218Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-01T18:45:57.218Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-01T18:45:57.421Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-01T18:45:57.427Z] $ docker exec 21f566443acae5cf8daee21ec609aa5647455f5fea7b7c00a19e7b009a5b2fb7 ssh-agent [2021-02-01T18:45:57.607Z] SSH_AUTH_SOCK=/tmp/ssh-5l5sBLZkcEVt/agent.11 [2021-02-01T18:45:57.607Z] SSH_AGENT_PID=16 [2021-02-01T18:45:57.615Z] Running ssh-add (command line suppressed) [2021-02-01T18:45:57.756Z] Identity added: /w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_6333975282273518094.key (/w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_6333975282273518094.key) [2021-02-01T18:45:57.813Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-01T18:45:58.148Z] + git semver push [2021-02-01T18:45:58.148Z] # -> Open(): unable to determine branch for HEAD [2021-02-01T18:45:58.148Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.git [2021-02-01T18:45:58.148Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-messaging_master [2021-02-01T18:45:58.148Z] # $SEMVER_REMOTE_NAME = origin [2021-02-01T18:45:58.148Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-01T18:45:58.148Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-01T18:45:58.148Z] # $SEMVER_BRANCH = master [2021-02-01T18:45:58.148Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.semver [Pipeline] } [2021-02-01T18:46:04.851Z] $ docker exec --env ******** --env ******** 21f566443acae5cf8daee21ec609aa5647455f5fea7b7c00a19e7b009a5b2fb7 ssh-agent -k [2021-02-01T18:46:05.033Z] unset SSH_AUTH_SOCK; [2021-02-01T18:46:05.033Z] unset SSH_AGENT_PID; [2021-02-01T18:46:05.033Z] echo Agent pid 16 killed; [2021-02-01T18:46:05.102Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-01T18:46:05.584Z] + git semver [Pipeline] } [2021-02-01T18:46:05.607Z] $ docker stop --time=1 21f566443acae5cf8daee21ec609aa5647455f5fea7b7c00a19e7b009a5b2fb7 [2021-02-01T18:46:06.994Z] $ docker rm -f 21f566443acae5cf8daee21ec609aa5647455f5fea7b7c00a19e7b009a5b2fb7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-02-01T18:46:08.351Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-01T18:46:08.921Z] ---> package-listing.sh [2021-02-01T18:46:08.921Z] ++ facter osfamily [2021-02-01T18:46:08.921Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-01T18:46:08.921Z] + OS_FAMILY=redhat [2021-02-01T18:46:08.921Z] + workspace=/w/workspace/xfoundry_go-mod-messaging_master [2021-02-01T18:46:08.921Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-01T18:46:08.921Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-01T18:46:08.921Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-01T18:46:08.921Z] + PACKAGES=/tmp/packages_start.txt [2021-02-01T18:46:08.921Z] + '[' /w/workspace/xfoundry_go-mod-messaging_master ']' [2021-02-01T18:46:08.921Z] + PACKAGES=/tmp/packages_end.txt [2021-02-01T18:46:08.921Z] + case "${OS_FAMILY}" in [2021-02-01T18:46:08.921Z] + rpm -qa [2021-02-01T18:46:08.921Z] + sort [2021-02-01T18:46:14.243Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-01T18:46:14.243Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-01T18:46:14.243Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-01T18:46:14.243Z] + '[' /w/workspace/xfoundry_go-mod-messaging_master ']' [2021-02-01T18:46:14.243Z] + mkdir -p /w/workspace/xfoundry_go-mod-messaging_master/archives/ [2021-02-01T18:46:14.243Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_go-mod-messaging_master/archives/ [Pipeline] echo [2021-02-01T18:46:14.260Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/xfoundry_go-mod-messaging_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-02-01T18:46:14.672Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-01T18:46:15.038Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-01T18:46:15.038Z] [2021-02-01T18:46:15.038Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-01T18:46:15.404Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-01T18:46:15.404Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-01T18:46:15.404Z] df20fa9351a1: Pulling fs layer [2021-02-01T18:46:15.404Z] 36b3adc4ff6f: Pulling fs layer [2021-02-01T18:46:15.404Z] 8ad3a11d3b57: Pulling fs layer [2021-02-01T18:46:15.404Z] 46f8f816bc3b: Pulling fs layer [2021-02-01T18:46:15.404Z] 93b61091891f: Pulling fs layer [2021-02-01T18:46:15.404Z] 93b9cdb0e59b: Pulling fs layer [2021-02-01T18:46:15.404Z] 5e14af77c1be: Pulling fs layer [2021-02-01T18:46:15.404Z] 01666e4c0597: Pulling fs layer [2021-02-01T18:46:15.404Z] aa168da1d23b: Pulling fs layer [2021-02-01T18:46:15.404Z] 93b61091891f: Waiting [2021-02-01T18:46:15.404Z] 93b9cdb0e59b: Waiting [2021-02-01T18:46:15.404Z] 5e14af77c1be: Waiting [2021-02-01T18:46:15.404Z] 01666e4c0597: Waiting [2021-02-01T18:46:15.404Z] aa168da1d23b: Waiting [2021-02-01T18:46:15.404Z] 46f8f816bc3b: Waiting [2021-02-01T18:46:15.404Z] 36b3adc4ff6f: Verifying Checksum [2021-02-01T18:46:15.404Z] 36b3adc4ff6f: Download complete [2021-02-01T18:46:15.404Z] 46f8f816bc3b: Verifying Checksum [2021-02-01T18:46:15.404Z] 46f8f816bc3b: Download complete [2021-02-01T18:46:15.669Z] df20fa9351a1: Verifying Checksum [2021-02-01T18:46:15.669Z] df20fa9351a1: Download complete [2021-02-01T18:46:15.669Z] 93b9cdb0e59b: Verifying Checksum [2021-02-01T18:46:15.669Z] 93b9cdb0e59b: Download complete [2021-02-01T18:46:15.669Z] 93b61091891f: Download complete [2021-02-01T18:46:15.669Z] 5e14af77c1be: Verifying Checksum [2021-02-01T18:46:15.669Z] 5e14af77c1be: Download complete [2021-02-01T18:46:15.669Z] 01666e4c0597: Verifying Checksum [2021-02-01T18:46:15.669Z] 01666e4c0597: Download complete [2021-02-01T18:46:15.669Z] 8ad3a11d3b57: Verifying Checksum [2021-02-01T18:46:15.669Z] 8ad3a11d3b57: Download complete [2021-02-01T18:46:15.931Z] df20fa9351a1: Pull complete [2021-02-01T18:46:16.200Z] 36b3adc4ff6f: Pull complete [2021-02-01T18:46:17.619Z] 8ad3a11d3b57: Pull complete [2021-02-01T18:46:17.886Z] aa168da1d23b: Verifying Checksum [2021-02-01T18:46:17.886Z] aa168da1d23b: Download complete [2021-02-01T18:46:17.886Z] 46f8f816bc3b: Pull complete [2021-02-01T18:46:18.464Z] 93b61091891f: Pull complete [2021-02-01T18:46:18.464Z] 93b9cdb0e59b: Pull complete [2021-02-01T18:46:18.733Z] 5e14af77c1be: Pull complete [2021-02-01T18:46:18.733Z] 01666e4c0597: Pull complete [2021-02-01T18:46:25.376Z] aa168da1d23b: Pull complete [2021-02-01T18:46:25.376Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-01T18:46:25.641Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-01T18:46:25.641Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-01T18:46:25.831Z] prd-centos7-docker-4c-2g-24385 does not seem to be running inside a container [2021-02-01T18:46:25.884Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/xfoundry_go-mod-messaging_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/xfoundry_go-mod-messaging_master -v /w/workspace/xfoundry_go-mod-messaging_master:/w/workspace/xfoundry_go-mod-messaging_master:rw,z -v /w/workspace/xfoundry_go-mod-messaging_master@tmp:/w/workspace/xfoundry_go-mod-messaging_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-02-01T18:46:28.929Z] $ docker top 84e0dc71a5286f443dfa0c7b011f31723ec933caa63965bdff26f4b457fe7536 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-01T18:46:29.424Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-01T18:46:29.732Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-01T18:46:30.055Z] + ls /var/log/sa-host [2021-02-01T18:46:30.055Z] + sadf -c /var/log/sa-host/sa01 [2021-02-01T18:46:30.055Z] file_magic: OK [2021-02-01T18:46:30.055Z] HZ: Using current value: 100 [2021-02-01T18:46:30.055Z] file_header: OK [2021-02-01T18:46:30.055Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-02-01T18:46:30.055Z] Statistics: [2021-02-01T18:46:30.055Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-02-01T18:46:30.055Z] File successfully converted to sysstat format version 12.2.1 [2021-02-01T18:46:30.055Z] + sadf -c /var/log/sa-host/sa23 [2021-02-01T18:46:30.055Z] file_magic: OK [2021-02-01T18:46:30.055Z] HZ: Using current value: 100 [2021-02-01T18:46:30.055Z] file_header: OK [2021-02-01T18:46:30.055Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-02-01T18:46:30.055Z] Statistics: [2021-02-01T18:46:30.055Z] Hnuu...uuuununununu... [2021-02-01T18:46:30.055Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-01T18:46:30.284Z] provisioning config files... [2021-02-01T18:46:30.301Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_go-mod-messaging_master@tmp/config6385963163554503044tmp [Pipeline] { [Pipeline] echo [2021-02-01T18:46:30.391Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-01T18:46:31.003Z] ---> create-netrc.sh [Pipeline] } [2021-02-01T18:46:31.015Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-01T18:46:31.102Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-01T18:46:31.401Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-01T18:46:31.412Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-01T18:46:31.710Z] ---> sudo-logs.sh [2021-02-01T18:46:31.710Z] Archiving 'sudo' log.. [Pipeline] echo [2021-02-01T18:46:31.722Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-01T18:46:32.025Z] ---> job-cost.sh [2021-02-01T18:46:32.025Z] lf-activate-venv: SKIPPING [2021-02-01T18:46:32.025Z] INFO: No Stack... [2021-02-01T18:46:32.973Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-01T18:46:33.550Z] INFO: Archiving Costs [Pipeline] echo [2021-02-01T18:46:33.564Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-01T18:46:33.862Z] ---> logs-deploy.sh [2021-02-01T18:46:33.862Z] lf-activate-venv: SKIPPING [2021-02-01T18:46:33.862Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-messaging/master/24 [2021-02-01T18:46:33.862Z] INFO: archiving workspace using pattern(s): [2021-02-01T18:46:35.782Z] Archives upload complete. [2021-02-01T18:46:35.782Z] INFO: archiving logs to Nexus