Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 4711beb17f7a8c47134eb464f5723ef02109ef87 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision a2cbe11917bfb8801b6bc99aaa80229564ed4294 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision a2cbe11917bfb8801b6bc99aaa80229564ed4294 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision a2cbe11917bfb8801b6bc99aaa80229564ed4294 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a2cbe11917bfb8801b6bc99aaa80229564ed4294 # timeout=10 Commit message: "Merge pull request #273 from ernestojeda/fix-semver-dir-permissions" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-core-contracts, buildImage:false, pushImage:false, semverBump:patch] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-core-contracts-settings PROJECT: go-mod-core-contracts 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-core-contracts DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: patch BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-3642’ is offline Running on prd-centos7-docker-4c-2g-7002 in /w/workspace/dry_go-mod-core-contracts_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-core-contracts.git > git init /w/workspace/dry_go-mod-core-contracts_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 4711beb17f7a8c47134eb464f5723ef02109ef87 (master) > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.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-core-contracts.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4711beb17f7a8c47134eb464f5723ef02109ef87 # timeout=10 Commit message: "Merge pull request #346 from cloudxxx8/issue-309" > git rev-list --no-walk ee20051688ae70d1113833499a5ba5a9398d1a28 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-10-20T16:09:31.257Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-10-20T16:09:31.548Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-20T16:09:31.676Z] ========================================================= [2020-10-20T16:09:31.676Z] EdgeX Global Pipelines Version Info [2020-10-20T16:09:31.676Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-10-20T16:09:33.139Z] ------------------- [2020-10-20T16:09:33.140Z] stable info: [2020-10-20T16:09:33.140Z] ------------------- [2020-10-20T16:09:33.140Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-20T16:09:33.140Z] Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 [2020-10-20T16:09:33.140Z] Message: update stable to v1.0.144 [2020-10-20T16:09:34.088Z] ------------------- [2020-10-20T16:09:34.088Z] experimental info: [2020-10-20T16:09:34.088Z] ------------------- [2020-10-20T16:09:34.088Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-10-20T16:09:34.088Z] Commit SHA: c640cc8e0f176a0a86b153ebfcb15f3e2f33f7bd [2020-10-20T16:09:34.088Z] Message: update experimental to v1.0.145 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-10-20T16:09:34.481Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo [2020-10-20T16:09:34.583Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo [2020-10-20T16:09:34.692Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-20T16:09:34.791Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-20T16:09:34.896Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-20T16:09:34.993Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-20T16:09:35.124Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-20T16:09:35.222Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-20T16:09:35.386Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-10-20T16:09:35.489Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-20T16:09:35.619Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-20T16:09:35.714Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo [2020-10-20T16:09:35.811Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-20T16:09:35.910Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-20T16:09:36.002Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2020-10-20T16:09:36.125Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-10-20T16:09:36.222Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-10-20T16:09:36.320Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-10-20T16:09:36.412Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo [2020-10-20T16:09:36.507Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-10-20T16:09:36.606Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-10-20T16:09:36.709Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-10-20T16:09:36.808Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-10-20T16:09:36.904Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-10-20T16:09:37.014Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2020-10-20T16:09:37.116Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-10-20T16:09:37.275Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-10-20T16:09:37.421Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-10-20T16:09:37.521Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 4711beb17f7a8c47134eb464f5723ef02109ef87 [Pipeline] echo [2020-10-20T16:09:37.613Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4711beb [Pipeline] echo [2020-10-20T16:09:37.712Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-10-20T16:09:38.360Z] + git log --format=format:%s -1 4711beb17f7a8c47134eb464f5723ef02109ef87 [Pipeline] echo [2020-10-20T16:09:38.430Z] GIT_COMMIT: 4711beb17f7a8c47134eb464f5723ef02109ef87, Commit Message: Merge pull request #346 from cloudxxx8/issue-309 [Pipeline] echo [2020-10-20T16:09:38.497Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-10-20T16:09:39.439Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-20T16:09:39.439Z] [2020-10-20T16:09:39.439Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-20T16:09:39.790Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-20T16:09:39.790Z] latest: Pulling from edgex-devops/git-semver [2020-10-20T16:09:39.790Z] 31603596830f: Pulling fs layer [2020-10-20T16:09:39.790Z] 2a8b12db71e7: Pulling fs layer [2020-10-20T16:09:39.790Z] 6ca5941a6612: Pulling fs layer [2020-10-20T16:09:39.790Z] ecc8261a40a4: Pulling fs layer [2020-10-20T16:09:39.790Z] ecc8261a40a4: Waiting [2020-10-20T16:09:39.790Z] 2a8b12db71e7: Verifying Checksum [2020-10-20T16:09:39.790Z] 2a8b12db71e7: Download complete [2020-10-20T16:09:40.053Z] 31603596830f: Verifying Checksum [2020-10-20T16:09:40.053Z] 31603596830f: Download complete [2020-10-20T16:09:40.053Z] ecc8261a40a4: Verifying Checksum [2020-10-20T16:09:40.053Z] ecc8261a40a4: Download complete [2020-10-20T16:09:40.053Z] 6ca5941a6612: Verifying Checksum [2020-10-20T16:09:40.053Z] 6ca5941a6612: Download complete [2020-10-20T16:09:40.317Z] 31603596830f: Pull complete [2020-10-20T16:09:40.317Z] 2a8b12db71e7: Pull complete [2020-10-20T16:09:41.268Z] 6ca5941a6612: Pull complete [2020-10-20T16:09:41.532Z] ecc8261a40a4: Pull complete [2020-10-20T16:09:41.532Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-20T16:09:41.532Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-20T16:09:41.532Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-20T16:09:41.638Z] prd-centos7-docker-4c-2g-7002 does not seem to be running inside a container [2020-10-20T16:09:41.695Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-20T16:09:43.773Z] $ docker top 88b9d137166e47a6162079b0d517d6e319dc1c183415dc2d29a991262bee32b3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-20T16:09:44.104Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-20T16:09:44.104Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-20T16:09:44.318Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-20T16:09:44.322Z] $ docker exec 88b9d137166e47a6162079b0d517d6e319dc1c183415dc2d29a991262bee32b3 ssh-agent [2020-10-20T16:09:44.479Z] SSH_AUTH_SOCK=/tmp/ssh-Lu29GC5rsTkJ/agent.11 [2020-10-20T16:09:44.479Z] SSH_AGENT_PID=17 [2020-10-20T16:09:44.490Z] Running ssh-add (command line suppressed) [2020-10-20T16:09:44.611Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_4942917335099456297.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_4942917335099456297.key) [2020-10-20T16:09:44.664Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-20T16:09:45.000Z] + git tag --points-at HEAD [Pipeline] } [2020-10-20T16:09:45.020Z] $ docker exec --env ******** --env ******** 88b9d137166e47a6162079b0d517d6e319dc1c183415dc2d29a991262bee32b3 ssh-agent -k [2020-10-20T16:09:45.136Z] unset SSH_AUTH_SOCK; [2020-10-20T16:09:45.136Z] unset SSH_AGENT_PID; [2020-10-20T16:09:45.136Z] echo Agent pid 17 killed; [2020-10-20T16:09:45.182Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-10-20T16:09:45.344Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-20T16:09:45.345Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-20T16:09:45.512Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-20T16:09:45.516Z] $ docker exec 88b9d137166e47a6162079b0d517d6e319dc1c183415dc2d29a991262bee32b3 ssh-agent [2020-10-20T16:09:45.676Z] SSH_AUTH_SOCK=/tmp/ssh-2a9CJ26oNJq5/agent.46 [2020-10-20T16:09:45.676Z] SSH_AGENT_PID=51 [2020-10-20T16:09:45.682Z] Running ssh-add (command line suppressed) [2020-10-20T16:09:45.804Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_7517473989896800661.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_7517473989896800661.key) [2020-10-20T16:09:45.854Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-20T16:09:46.197Z] + git semver init [2020-10-20T16:09:46.197Z] # -> Open(): unable to determine branch for HEAD [2020-10-20T16:09:46.197Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2020-10-20T16:09:46.197Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2020-10-20T16:09:46.197Z] # $SEMVER_REMOTE_NAME = origin [2020-10-20T16:09:46.197Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-20T16:09:46.197Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-20T16:09:46.197Z] # $SEMVER_BRANCH = master [2020-10-20T16:09:46.197Z] # $SEMVER_TEMP = /tmp/semver-932452379 [2020-10-20T16:09:46.197Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP [2020-10-20T16:09:46.771Z] # '/tmp/semver-932452379' -> '/w/workspace/dry_go-mod-core-contracts_master/.semver' [2020-10-20T16:09:46.771Z] # -> Force: false [2020-10-20T16:09:46.771Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } [2020-10-20T16:09:46.784Z] $ docker exec --env ******** --env ******** 88b9d137166e47a6162079b0d517d6e319dc1c183415dc2d29a991262bee32b3 ssh-agent -k [2020-10-20T16:09:46.903Z] unset SSH_AUTH_SOCK; [2020-10-20T16:09:46.904Z] unset SSH_AGENT_PID; [2020-10-20T16:09:46.904Z] echo Agent pid 51 killed; [2020-10-20T16:09:46.950Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-20T16:09:47.430Z] + git semver [Pipeline] } [2020-10-20T16:09:47.448Z] $ docker stop --time=1 88b9d137166e47a6162079b0d517d6e319dc1c183415dc2d29a991262bee32b3 [2020-10-20T16:09:49.257Z] $ docker rm -f 88b9d137166e47a6162079b0d517d6e319dc1c183415dc2d29a991262bee32b3 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-20T16:09:49.808Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-10-20T16:09:50.272Z] Stashed 1 file(s) [Pipeline] echo [2020-10-20T16:09:50.275Z] [edgeXSemver]: initialized semver on version 0.1.107 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2020-10-20T16:10:05.881Z] Still waiting to schedule task [2020-10-20T16:10:05.881Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-10-20T16:10:05.883Z] Still waiting to schedule task [2020-10-20T16:10:05.883Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-10-20T16:11:59.755Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-7003 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws [2020-10-20T16:11:59.823Z] Running in /w/workspace/go-mod-core-contracts/73 [Pipeline] { [Pipeline] checkout [2020-10-20T16:12:05.015Z] using credential edgex-jenkins-ssh [2020-10-20T16:12:05.091Z] Cloning the remote Git repository [2020-10-20T16:12:05.150Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-10-20T16:12:05.252Z] > git init /w/workspace/go-mod-core-contracts/73 # timeout=10 [2020-10-20T16:12:05.336Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-10-20T16:12:05.337Z] > git --version # timeout=10 [2020-10-20T16:12:05.366Z] > git --version # 'git version 2.17.1' [2020-10-20T16:12:05.368Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-20T16:12:05.469Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-20T16:12:07.139Z] Checking out Revision 4711beb17f7a8c47134eb464f5723ef02109ef87 (master) [2020-10-20T16:12:06.523Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-10-20T16:12:06.538Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-20T16:12:06.571Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-10-20T16:12:06.612Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-10-20T16:12:06.613Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-20T16:12:06.625Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-20T16:12:07.160Z] > git config core.sparsecheckout # timeout=10 [2020-10-20T16:12:07.180Z] > git checkout -f 4711beb17f7a8c47134eb464f5723ef02109ef87 # timeout=10 [2020-10-20T16:12:11.481Z] Commit message: "Merge pull request #346 from cloudxxx8/issue-309" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-20T16:12:12.559Z] ========================================================= [2020-10-20T16:12:12.559Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-10-20T16:12:12.559Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-20T16:12:13.589Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2020-10-20T16:12:14.584Z] Sending build context to Docker daemon 1.77MB [2020-10-20T16:12:14.584Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-20T16:12:14.584Z] Step 2/7 : FROM ${BASE} [2020-10-20T16:12:14.859Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-10-20T16:12:14.859Z] b538f80385f9: Pulling fs layer [2020-10-20T16:12:14.859Z] 74f711af9a0d: Pulling fs layer [2020-10-20T16:12:14.859Z] 99f96fe45779: Pulling fs layer [2020-10-20T16:12:14.859Z] 8529a6b9a6be: Pulling fs layer [2020-10-20T16:12:14.859Z] 45590311c82a: Pulling fs layer [2020-10-20T16:12:14.859Z] 69ca0ff8b7b3: Pulling fs layer [2020-10-20T16:12:14.859Z] 209524e5b208: Pulling fs layer [2020-10-20T16:12:14.859Z] 45590311c82a: Waiting [2020-10-20T16:12:14.859Z] 69ca0ff8b7b3: Waiting [2020-10-20T16:12:14.859Z] 8529a6b9a6be: Waiting [2020-10-20T16:12:14.859Z] 209524e5b208: Waiting [2020-10-20T16:12:14.859Z] 99f96fe45779: Verifying Checksum [2020-10-20T16:12:14.859Z] 99f96fe45779: Download complete [2020-10-20T16:12:14.859Z] 74f711af9a0d: Verifying Checksum [2020-10-20T16:12:14.859Z] 74f711af9a0d: Download complete [2020-10-20T16:12:14.859Z] 45590311c82a: Verifying Checksum [2020-10-20T16:12:14.859Z] 45590311c82a: Download complete [2020-10-20T16:12:14.859Z] 69ca0ff8b7b3: Verifying Checksum [2020-10-20T16:12:14.859Z] 69ca0ff8b7b3: Download complete [2020-10-20T16:12:15.135Z] b538f80385f9: Verifying Checksum [2020-10-20T16:12:15.135Z] b538f80385f9: Download complete [2020-10-20T16:12:15.735Z] b538f80385f9: Pull complete [2020-10-20T16:12:16.350Z] 74f711af9a0d: Pull complete [2020-10-20T16:12:16.949Z] 99f96fe45779: Pull complete [2020-10-20T16:12:17.543Z] 209524e5b208: Verifying Checksum [2020-10-20T16:12:17.543Z] 209524e5b208: Download complete [2020-10-20T16:12:18.523Z] 8529a6b9a6be: Verifying Checksum [2020-10-20T16:12:18.523Z] 8529a6b9a6be: Download complete [2020-10-20T16:12:28.782Z] 8529a6b9a6be: Pull complete [2020-10-20T16:12:29.056Z] 45590311c82a: Pull complete [2020-10-20T16:12:29.331Z] 69ca0ff8b7b3: Pull complete [2020-10-20T16:12:33.659Z] 209524e5b208: Pull complete [2020-10-20T16:12:33.659Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-10-20T16:12:33.659Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-10-20T16:12:33.659Z] ---> 5bddaf1c2fca [2020-10-20T16:12:33.659Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-10-20T16:12:35.630Z] ---> Running in 7e2d2c60891e [2020-10-20T16:12:36.226Z] Removing intermediate container 7e2d2c60891e [2020-10-20T16:12:36.226Z] ---> a5ca4350a3fa [2020-10-20T16:12:36.226Z] Step 4/7 : RUN apk add bash [2020-10-20T16:12:36.226Z] ---> Running in 069f43591702 [2020-10-20T16:12:37.675Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-20T16:12:38.653Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-20T16:12:39.247Z] OK: 142 MiB in 39 packages [2020-10-20T16:12:40.698Z] Removing intermediate container 069f43591702 [2020-10-20T16:12:40.698Z] ---> 815d86a1eb5b [2020-10-20T16:12:40.698Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-10-20T16:12:40.698Z] ---> Running in 56035007e29a [2020-10-20T16:12:41.310Z] Removing intermediate container 56035007e29a [2020-10-20T16:12:41.310Z] ---> f985fc6d8d00 [2020-10-20T16:12:41.310Z] Step 6/7 : COPY go.mod . [2020-10-20T16:12:41.906Z] ---> ecfd2a6d4b19 [2020-10-20T16:12:41.906Z] Step 7/7 : RUN go mod download [2020-10-20T16:12:42.181Z] ---> Running in 5c79523efd13 [2020-10-20T16:12:57.293Z] Removing intermediate container 5c79523efd13 [2020-10-20T16:12:57.293Z] ---> 50d7f6576497 [2020-10-20T16:12:57.293Z] Successfully built 50d7f6576497 [2020-10-20T16:12:57.293Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-20T16:12:57.703Z] + docker inspect -f . ci-base-image-arm64 [2020-10-20T16:12:57.703Z] . [Pipeline] withDockerContainer [2020-10-20T16:12:57.976Z] prd-ubuntu18.04-docker-arm64-4c-16g-7003 does not seem to be running inside a container [2020-10-20T16:12:58.066Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/73 -v /w/workspace/go-mod-core-contracts/73:/w/workspace/go-mod-core-contracts/73:rw,z -v /w/workspace/go-mod-core-contracts/73@tmp:/w/workspace/go-mod-core-contracts/73@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-10-20T16:12:59.777Z] Running on prd-centos7-docker-4c-2g-7004 in /w/workspace/dry_go-mod-core-contracts_master [2020-10-20T16:12:59.925Z] $ docker top 2068455f63ce1312445e1409d1366f42e61344bf4eca2a0862e41657d7e18a45 -eo pid,comm [Pipeline] { [Pipeline] { [Pipeline] sh [Pipeline] ws [2020-10-20T16:13:00.742Z] Running in /w/workspace/go-mod-core-contracts/73 [Pipeline] { [Pipeline] checkout [2020-10-20T16:13:01.712Z] + go version [2020-10-20T16:13:01.712Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-10-20T16:13:01.742Z] $ docker stop --time=1 2068455f63ce1312445e1409d1366f42e61344bf4eca2a0862e41657d7e18a45 [2020-10-20T16:13:03.713Z] $ docker rm -f 2068455f63ce1312445e1409d1366f42e61344bf4eca2a0862e41657d7e18a45 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-10-20T16:13:06.703Z] using credential edgex-jenkins-ssh [2020-10-20T16:13:06.777Z] Cloning the remote Git repository [2020-10-20T16:13:06.812Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-10-20T16:13:06.894Z] > git init /w/workspace/go-mod-core-contracts/73 # timeout=10 [2020-10-20T16:13:06.959Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-10-20T16:13:06.959Z] > git --version # timeout=10 [2020-10-20T16:13:06.969Z] > git --version # 'git version 2.16.5' [2020-10-20T16:13:06.970Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-20T16:13:07.019Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-20T16:13:07.774Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-10-20T16:13:07.785Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-20T16:13:08.252Z] Checking out Revision 4711beb17f7a8c47134eb464f5723ef02109ef87 (master) [2020-10-20T16:13:07.820Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-10-20T16:13:07.833Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-10-20T16:13:07.834Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-20T16:13:07.840Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-20T16:13:08.271Z] > git config core.sparsecheckout # timeout=10 [2020-10-20T16:13:08.305Z] > git checkout -f 4711beb17f7a8c47134eb464f5723ef02109ef87 # timeout=10 [2020-10-20T16:13:12.373Z] Commit message: "Merge pull request #346 from cloudxxx8/issue-309" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-20T16:13:13.410Z] ========================================================= [2020-10-20T16:13:13.410Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-10-20T16:13:13.410Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-20T16:13:14.359Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2020-10-20T16:13:14.954Z] Sending build context to Docker daemon 1.77MB [2020-10-20T16:13:14.954Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-20T16:13:14.954Z] Step 2/7 : FROM ${BASE} [2020-10-20T16:13:15.261Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-10-20T16:13:15.261Z] df20fa9351a1: Pulling fs layer [2020-10-20T16:13:15.261Z] ed8968b2872e: Pulling fs layer [2020-10-20T16:13:15.261Z] a92cc7c5fd73: Pulling fs layer [2020-10-20T16:13:15.261Z] e871e8e8d7a9: Pulling fs layer [2020-10-20T16:13:15.261Z] e73272ec9a57: Pulling fs layer [2020-10-20T16:13:15.261Z] 1e910a182e73: Pulling fs layer [2020-10-20T16:13:15.261Z] 4e634b169226: Pulling fs layer [2020-10-20T16:13:15.261Z] e73272ec9a57: Waiting [2020-10-20T16:13:15.261Z] 1e910a182e73: Waiting [2020-10-20T16:13:15.261Z] 4e634b169226: Waiting [2020-10-20T16:13:15.261Z] e871e8e8d7a9: Waiting [2020-10-20T16:13:15.261Z] a92cc7c5fd73: Verifying Checksum [2020-10-20T16:13:15.261Z] a92cc7c5fd73: Download complete [2020-10-20T16:13:15.261Z] ed8968b2872e: Download complete [2020-10-20T16:13:15.261Z] e73272ec9a57: Verifying Checksum [2020-10-20T16:13:15.261Z] e73272ec9a57: Download complete [2020-10-20T16:13:15.261Z] 1e910a182e73: Verifying Checksum [2020-10-20T16:13:15.261Z] 1e910a182e73: Download complete [2020-10-20T16:13:15.956Z] df20fa9351a1: Verifying Checksum [2020-10-20T16:13:15.956Z] df20fa9351a1: Download complete [2020-10-20T16:13:16.302Z] df20fa9351a1: Pull complete [2020-10-20T16:13:16.644Z] ed8968b2872e: Pull complete [2020-10-20T16:13:16.936Z] a92cc7c5fd73: Pull complete [2020-10-20T16:13:35.287Z] 4e634b169226: Verifying Checksum [2020-10-20T16:13:35.287Z] 4e634b169226: Download complete [2020-10-20T16:13:36.335Z] e871e8e8d7a9: Verifying Checksum [2020-10-20T16:13:36.335Z] e871e8e8d7a9: Download complete [2020-10-20T16:13:46.653Z] e871e8e8d7a9: Pull complete [2020-10-20T16:13:46.653Z] e73272ec9a57: Pull complete [2020-10-20T16:13:46.653Z] 1e910a182e73: Pull complete [2020-10-20T16:13:52.039Z] 4e634b169226: Pull complete [2020-10-20T16:13:52.310Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-10-20T16:13:52.310Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-10-20T16:13:52.310Z] ---> f7629b54cfaa [2020-10-20T16:13:52.310Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-10-20T16:13:52.630Z] ---> Running in 75145a5c2820 [2020-10-20T16:13:52.630Z] Removing intermediate container 75145a5c2820 [2020-10-20T16:13:52.630Z] ---> 0a7103e2369f [2020-10-20T16:13:52.630Z] Step 4/7 : RUN apk add bash [2020-10-20T16:13:52.906Z] ---> Running in 3bc66b539472 [2020-10-20T16:13:54.339Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-20T16:14:00.017Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-20T16:14:05.354Z] OK: 166 MiB in 39 packages [2020-10-20T16:14:05.942Z] Removing intermediate container 3bc66b539472 [2020-10-20T16:14:05.942Z] ---> 7814cafc2b6d [2020-10-20T16:14:05.942Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-10-20T16:14:06.210Z] ---> Running in 8ceff97131a0 [2020-10-20T16:14:06.210Z] Removing intermediate container 8ceff97131a0 [2020-10-20T16:14:06.210Z] ---> c02cc1794a58 [2020-10-20T16:14:06.210Z] Step 6/7 : COPY go.mod . [2020-10-20T16:14:06.799Z] ---> 7eae6ace99ca [2020-10-20T16:14:06.799Z] Step 7/7 : RUN go mod download [2020-10-20T16:14:06.799Z] ---> Running in 4baaf554e435 [2020-10-20T16:14:19.195Z] Removing intermediate container 4baaf554e435 [2020-10-20T16:14:19.196Z] ---> e7ef97834b18 [2020-10-20T16:14:19.196Z] Successfully built e7ef97834b18 [2020-10-20T16:14:19.196Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-20T16:14:19.971Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-20T16:14:19.972Z] . [Pipeline] withDockerContainer [2020-10-20T16:14:20.350Z] prd-centos7-docker-4c-2g-7004 does not seem to be running inside a container [2020-10-20T16:14:20.508Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/73 -v /w/workspace/go-mod-core-contracts/73:/w/workspace/go-mod-core-contracts/73:rw,z -v /w/workspace/go-mod-core-contracts/73@tmp:/w/workspace/go-mod-core-contracts/73@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-10-20T16:14:21.505Z] $ docker top 98347a6f2b76b0546f23188727ee06d0e58c548ed3c89a536cd455be62d65490 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-20T16:14:22.129Z] + go version [2020-10-20T16:14:22.129Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-10-20T16:14:22.152Z] $ docker stop --time=1 98347a6f2b76b0546f23188727ee06d0e58c548ed3c89a536cd455be62d65490 [2020-10-20T16:14:23.669Z] $ docker rm -f 98347a6f2b76b0546f23188727ee06d0e58c548ed3c89a536cd455be62d65490 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2020-10-20T16:14:26.905Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-10-20T16:14:26.906Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-10-20T16:14:26.972Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-20T16:14:27.327Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-20T16:14:27.327Z] [2020-10-20T16:14:27.327Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-10-20T16:14:27.716Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-20T16:14:27.716Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-10-20T16:14:27.716Z] cbdbe7a5bc2a: Pulling fs layer [2020-10-20T16:14:27.716Z] 408f87550127: Pulling fs layer [2020-10-20T16:14:27.716Z] fe522b08c979: Pulling fs layer [2020-10-20T16:14:27.716Z] 221eaa008020: Pulling fs layer [2020-10-20T16:14:27.716Z] 2a4607e5d6b9: Pulling fs layer [2020-10-20T16:14:27.716Z] 8f79b27c4fd2: Pulling fs layer [2020-10-20T16:14:27.716Z] e5c8dbe1645b: Pulling fs layer [2020-10-20T16:14:27.716Z] 23e8b3b47431: Pulling fs layer [2020-10-20T16:14:27.716Z] 5c568d65a230: Pulling fs layer [2020-10-20T16:14:27.716Z] 221eaa008020: Waiting [2020-10-20T16:14:27.716Z] 8f79b27c4fd2: Waiting [2020-10-20T16:14:27.716Z] 2a4607e5d6b9: Waiting [2020-10-20T16:14:27.716Z] e5c8dbe1645b: Waiting [2020-10-20T16:14:27.716Z] 23e8b3b47431: Waiting [2020-10-20T16:14:27.716Z] 5c568d65a230: Waiting [2020-10-20T16:14:27.716Z] fe522b08c979: Verifying Checksum [2020-10-20T16:14:27.716Z] fe522b08c979: Download complete [2020-10-20T16:14:27.716Z] 408f87550127: Verifying Checksum [2020-10-20T16:14:27.716Z] 408f87550127: Download complete [2020-10-20T16:14:27.716Z] 2a4607e5d6b9: Verifying Checksum [2020-10-20T16:14:27.716Z] 2a4607e5d6b9: Download complete [2020-10-20T16:14:27.716Z] 8f79b27c4fd2: Verifying Checksum [2020-10-20T16:14:27.716Z] 8f79b27c4fd2: Download complete [2020-10-20T16:14:27.716Z] cbdbe7a5bc2a: Verifying Checksum [2020-10-20T16:14:27.716Z] cbdbe7a5bc2a: Download complete [2020-10-20T16:14:27.978Z] cbdbe7a5bc2a: Pull complete [2020-10-20T16:14:28.247Z] 408f87550127: Pull complete [2020-10-20T16:14:28.508Z] fe522b08c979: Pull complete [2020-10-20T16:14:29.088Z] e5c8dbe1645b: Verifying Checksum [2020-10-20T16:14:29.088Z] e5c8dbe1645b: Download complete [2020-10-20T16:14:30.487Z] 23e8b3b47431: Verifying Checksum [2020-10-20T16:14:30.487Z] 23e8b3b47431: Download complete [2020-10-20T16:14:30.487Z] 5c568d65a230: Verifying Checksum [2020-10-20T16:14:30.487Z] 5c568d65a230: Download complete [2020-10-20T16:14:31.878Z] 221eaa008020: Verifying Checksum [2020-10-20T16:14:31.878Z] 221eaa008020: Download complete [2020-10-20T16:14:37.210Z] 221eaa008020: Pull complete [2020-10-20T16:14:37.210Z] 2a4607e5d6b9: Pull complete [2020-10-20T16:14:37.210Z] 8f79b27c4fd2: Pull complete [2020-10-20T16:14:39.144Z] e5c8dbe1645b: Pull complete [2020-10-20T16:14:43.359Z] 23e8b3b47431: Pull complete [2020-10-20T16:14:44.753Z] 5c568d65a230: Pull complete [2020-10-20T16:14:44.753Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-10-20T16:14:44.753Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-20T16:14:44.753Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-10-20T16:14:44.913Z] prd-centos7-docker-4c-2g-7002 does not seem to be running inside a container [2020-10-20T16:14:44.967Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -v /w/workspace/dry_go-mod-core-contracts_master:/ws -w /ws --entrypoint= -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat [2020-10-20T16:14:45.993Z] $ docker top d55e7d8dc6ce1c16617387510b8c8b004e522265f7402cb736111cc7db66bae8 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-20T16:14:46.565Z] + snyk monitor '--org=edgex-jenkins' [2020-10-20T16:14:50.788Z] [2020-10-20T16:14:50.788Z] Monitoring /w/workspace/dry_go-mod-core-contracts_master (github.com/edgexfoundry/go-mod-core-contracts)... [2020-10-20T16:14:50.788Z] [2020-10-20T16:14:50.788Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/243e2960-7ed5-4b5f-91e0-06a7d6b193d0/history/e38a5506-0a28-4662-9180-7aed1ee1122f [2020-10-20T16:14:50.788Z] [2020-10-20T16:14:50.788Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-10-20T16:14:50.788Z] [2020-10-20T16:14:51.050Z] [2020-10-20T16:14:51.050Z] Snyk CLI supports Node.js 8 and higher. [2020-10-20T16:14:51.050Z] Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. [2020-10-20T16:14:51.050Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-10-20T16:14:51.050Z] [2020-10-20T16:14:51.050Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-10-20T16:14:51.050Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [2020-10-20T16:14:51.050Z] You have reached your monthly limit of 300 private tests for your edgex-jenkins org. [2020-10-20T16:14:51.050Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2020-10-20T16:14:51.066Z] $ docker stop --time=1 d55e7d8dc6ce1c16617387510b8c8b004e522265f7402cb736111cc7db66bae8 [2020-10-20T16:14:53.257Z] $ docker rm -f d55e7d8dc6ce1c16617387510b8c8b004e522265f7402cb736111cc7db66bae8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2020-10-20T16:14:55.116Z] + git log --format=format:%s -1 4711beb17f7a8c47134eb464f5723ef02109ef87 [Pipeline] isUnix [Pipeline] sh [2020-10-20T16:14:55.431Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-20T16:14:55.431Z] . [Pipeline] withDockerContainer [2020-10-20T16:14:55.530Z] prd-centos7-docker-4c-2g-7002 does not seem to be running inside a container [2020-10-20T16:14:55.583Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-20T16:14:56.358Z] $ docker top 23bc9aa4a26d5ac50753f1f52b163b5b2865b4f7523512203eb9eae281327e23 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-20T16:14:56.706Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-20T16:14:56.706Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-20T16:14:56.907Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-20T16:14:56.912Z] $ docker exec 23bc9aa4a26d5ac50753f1f52b163b5b2865b4f7523512203eb9eae281327e23 ssh-agent [2020-10-20T16:14:57.087Z] SSH_AUTH_SOCK=/tmp/ssh-Q9oJ2dgKHode/agent.11 [2020-10-20T16:14:57.087Z] SSH_AGENT_PID=16 [2020-10-20T16:14:57.095Z] Running ssh-add (command line suppressed) [2020-10-20T16:14:57.227Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_5952911746388403918.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_5952911746388403918.key) [2020-10-20T16:14:57.275Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-20T16:14:57.618Z] + git semver tag [2020-10-20T16:14:57.618Z] # -> Open(): unable to determine branch for HEAD [2020-10-20T16:14:57.618Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2020-10-20T16:14:57.618Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2020-10-20T16:14:57.618Z] # $SEMVER_REMOTE_NAME = origin [2020-10-20T16:14:57.618Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-20T16:14:57.618Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-20T16:14:57.618Z] # $SEMVER_BRANCH = master [2020-10-20T16:14:57.618Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [2020-10-20T16:14:57.618Z] # 4711beb17f7a8c47134eb464f5723ef02109ef87 HEAD [2020-10-20T16:14:57.618Z] # -> Force: false [2020-10-20T16:14:57.618Z] # 3d2ab40488c5ed5a1eed6757b52b389ae986682c refs/tags/v0.1.107 [Pipeline] } [2020-10-20T16:14:57.632Z] $ docker exec --env ******** --env ******** 23bc9aa4a26d5ac50753f1f52b163b5b2865b4f7523512203eb9eae281327e23 ssh-agent -k [2020-10-20T16:14:57.759Z] unset SSH_AUTH_SOCK; [2020-10-20T16:14:57.760Z] unset SSH_AGENT_PID; [2020-10-20T16:14:57.760Z] echo Agent pid 16 killed; [2020-10-20T16:14:57.805Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-20T16:14:58.319Z] + git semver [Pipeline] } [2020-10-20T16:14:58.338Z] $ docker stop --time=1 23bc9aa4a26d5ac50753f1f52b163b5b2865b4f7523512203eb9eae281327e23 [2020-10-20T16:14:59.704Z] $ docker rm -f 23bc9aa4a26d5ac50753f1f52b163b5b2865b4f7523512203eb9eae281327e23 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-10-20T16:15:00.437Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-20T16:15:00.437Z] [2020-10-20T16:15:00.437Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-10-20T16:15:00.802Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-20T16:15:00.802Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-10-20T16:15:00.802Z] ab5ef0e58194: Pulling fs layer [2020-10-20T16:15:00.802Z] 9712f1f96733: Pulling fs layer [2020-10-20T16:15:00.802Z] 63f879dbbcfc: Pulling fs layer [2020-10-20T16:15:00.802Z] 0d9ebad4ef96: Pulling fs layer [2020-10-20T16:15:00.802Z] e9a5061849ea: Pulling fs layer [2020-10-20T16:15:00.802Z] d747dcd14b5f: Pulling fs layer [2020-10-20T16:15:00.802Z] 2de7ff778b66: Pulling fs layer [2020-10-20T16:15:00.802Z] e9a5061849ea: Waiting [2020-10-20T16:15:00.802Z] 0d9ebad4ef96: Waiting [2020-10-20T16:15:00.802Z] d747dcd14b5f: Waiting [2020-10-20T16:15:00.802Z] 9712f1f96733: Verifying Checksum [2020-10-20T16:15:00.802Z] 9712f1f96733: Download complete [2020-10-20T16:15:02.757Z] 63f879dbbcfc: Verifying Checksum [2020-10-20T16:15:02.757Z] 63f879dbbcfc: Download complete [2020-10-20T16:15:02.757Z] e9a5061849ea: Verifying Checksum [2020-10-20T16:15:02.757Z] e9a5061849ea: Download complete [2020-10-20T16:15:03.022Z] d747dcd14b5f: Verifying Checksum [2020-10-20T16:15:03.022Z] d747dcd14b5f: Download complete [2020-10-20T16:15:03.600Z] 2de7ff778b66: Verifying Checksum [2020-10-20T16:15:03.600Z] 2de7ff778b66: Download complete [2020-10-20T16:15:03.864Z] 0d9ebad4ef96: Verifying Checksum [2020-10-20T16:15:03.864Z] 0d9ebad4ef96: Download complete [2020-10-20T16:15:04.128Z] ab5ef0e58194: Verifying Checksum [2020-10-20T16:15:04.128Z] ab5ef0e58194: Download complete [2020-10-20T16:15:08.366Z] ab5ef0e58194: Pull complete [2020-10-20T16:15:08.366Z] 9712f1f96733: Pull complete [2020-10-20T16:15:11.679Z] 63f879dbbcfc: Pull complete [2020-10-20T16:15:17.006Z] 0d9ebad4ef96: Pull complete [2020-10-20T16:15:18.929Z] e9a5061849ea: Pull complete [2020-10-20T16:15:18.929Z] d747dcd14b5f: Pull complete [2020-10-20T16:15:23.153Z] 2de7ff778b66: Pull complete [2020-10-20T16:15:23.153Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-10-20T16:15:23.153Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-20T16:15:23.153Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-10-20T16:15:23.330Z] prd-centos7-docker-4c-2g-7002 does not seem to be running inside a container [2020-10-20T16:15:23.387Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-10-20T16:15:26.196Z] $ docker top c48a02f471dc04996f0afe98273c2d54e007c0850c63961a921de29810d81d72 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-10-20T16:15:26.536Z] provisioning config files... [2020-10-20T16:15:26.551Z] copy managed file [sigul-config] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config3790917650622939790tmp [2020-10-20T16:15:26.575Z] copy managed file [sigul-password] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config123678542821485936tmp [2020-10-20T16:15:26.590Z] copy managed file [sigul-pki] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config639698765577867488tmp [Pipeline] { [Pipeline] echo [2020-10-20T16:15:26.647Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-20T16:15:27.043Z] ---> sigul-configuration.sh [2020-10-20T16:15:27.043Z] gpg: directory `/root/.gnupg' created [2020-10-20T16:15:27.043Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-10-20T16:15:27.043Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-10-20T16:15:27.043Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-10-20T16:15:27.043Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-10-20T16:15:27.043Z] gpg: CAST5 encrypted data [2020-10-20T16:15:27.043Z] gpg: encrypted with 1 passphrase [2020-10-20T16:15:27.043Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-10-20T16:15:27.712Z] + mkdir /home/jenkins [2020-10-20T16:15:27.712Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-10-20T16:15:28.034Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2020-10-20T16:15:28.046Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-20T16:15:28.344Z] ---> sigul-install.sh [2020-10-20T16:15:33.651Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-10-20T16:15:33.951Z] + git tag --list [2020-10-20T16:15:33.951Z] v0.0.0 [2020-10-20T16:15:33.951Z] v0.0.1 [2020-10-20T16:15:33.951Z] v0.1.0 [2020-10-20T16:15:33.951Z] v0.1.1 [2020-10-20T16:15:33.951Z] v0.1.10 [2020-10-20T16:15:33.951Z] v0.1.100 [2020-10-20T16:15:33.951Z] v0.1.101 [2020-10-20T16:15:33.951Z] v0.1.102 [2020-10-20T16:15:33.951Z] v0.1.103 [2020-10-20T16:15:33.951Z] v0.1.104 [2020-10-20T16:15:33.951Z] v0.1.105 [2020-10-20T16:15:33.951Z] v0.1.106 [2020-10-20T16:15:33.951Z] v0.1.107 [2020-10-20T16:15:33.951Z] v0.1.11 [2020-10-20T16:15:33.951Z] v0.1.12 [2020-10-20T16:15:33.951Z] v0.1.13 [2020-10-20T16:15:33.951Z] v0.1.14 [2020-10-20T16:15:33.951Z] v0.1.15 [2020-10-20T16:15:33.951Z] v0.1.16 [2020-10-20T16:15:33.951Z] v0.1.17 [2020-10-20T16:15:33.951Z] v0.1.18 [2020-10-20T16:15:33.951Z] v0.1.19 [2020-10-20T16:15:33.951Z] v0.1.2 [2020-10-20T16:15:33.951Z] v0.1.20 [2020-10-20T16:15:33.951Z] v0.1.21 [2020-10-20T16:15:33.951Z] v0.1.22 [2020-10-20T16:15:33.951Z] v0.1.23 [2020-10-20T16:15:33.951Z] v0.1.24 [2020-10-20T16:15:33.951Z] v0.1.25 [2020-10-20T16:15:33.951Z] v0.1.26 [2020-10-20T16:15:33.951Z] v0.1.27 [2020-10-20T16:15:33.951Z] v0.1.28 [2020-10-20T16:15:33.951Z] v0.1.29 [2020-10-20T16:15:33.951Z] v0.1.3 [2020-10-20T16:15:33.951Z] v0.1.30 [2020-10-20T16:15:33.951Z] v0.1.31 [2020-10-20T16:15:33.951Z] v0.1.32 [2020-10-20T16:15:33.951Z] v0.1.33 [2020-10-20T16:15:33.951Z] v0.1.34 [2020-10-20T16:15:33.951Z] v0.1.35 [2020-10-20T16:15:33.951Z] v0.1.36 [2020-10-20T16:15:33.951Z] v0.1.37 [2020-10-20T16:15:33.951Z] v0.1.38 [2020-10-20T16:15:33.951Z] v0.1.39 [2020-10-20T16:15:33.951Z] v0.1.4 [2020-10-20T16:15:33.951Z] v0.1.40 [2020-10-20T16:15:33.951Z] v0.1.41 [2020-10-20T16:15:33.951Z] v0.1.42 [2020-10-20T16:15:33.951Z] v0.1.43 [2020-10-20T16:15:33.951Z] v0.1.44 [2020-10-20T16:15:33.951Z] v0.1.45 [2020-10-20T16:15:33.951Z] v0.1.46 [2020-10-20T16:15:33.951Z] v0.1.47 [2020-10-20T16:15:33.951Z] v0.1.48 [2020-10-20T16:15:33.951Z] v0.1.49 [2020-10-20T16:15:33.951Z] v0.1.5 [2020-10-20T16:15:33.951Z] v0.1.50 [2020-10-20T16:15:33.951Z] v0.1.51 [2020-10-20T16:15:33.951Z] v0.1.52 [2020-10-20T16:15:33.951Z] v0.1.53 [2020-10-20T16:15:33.951Z] v0.1.54 [2020-10-20T16:15:33.951Z] v0.1.55 [2020-10-20T16:15:33.951Z] v0.1.56 [2020-10-20T16:15:33.951Z] v0.1.57 [2020-10-20T16:15:33.951Z] v0.1.58 [2020-10-20T16:15:33.951Z] v0.1.59 [2020-10-20T16:15:33.951Z] v0.1.6 [2020-10-20T16:15:33.951Z] v0.1.60 [2020-10-20T16:15:33.951Z] v0.1.61 [2020-10-20T16:15:33.951Z] v0.1.62 [2020-10-20T16:15:33.951Z] v0.1.63 [2020-10-20T16:15:33.951Z] v0.1.64 [2020-10-20T16:15:33.951Z] v0.1.65 [2020-10-20T16:15:33.951Z] v0.1.66 [2020-10-20T16:15:33.951Z] v0.1.67 [2020-10-20T16:15:33.951Z] v0.1.68 [2020-10-20T16:15:33.951Z] v0.1.69 [2020-10-20T16:15:33.951Z] v0.1.7 [2020-10-20T16:15:33.951Z] v0.1.70 [2020-10-20T16:15:33.951Z] v0.1.71 [2020-10-20T16:15:33.951Z] v0.1.72 [2020-10-20T16:15:33.951Z] v0.1.73 [2020-10-20T16:15:33.951Z] v0.1.74 [2020-10-20T16:15:33.951Z] v0.1.75 [2020-10-20T16:15:33.951Z] v0.1.76 [2020-10-20T16:15:33.951Z] v0.1.77 [2020-10-20T16:15:33.951Z] v0.1.78 [2020-10-20T16:15:33.951Z] v0.1.79 [2020-10-20T16:15:33.951Z] v0.1.8 [2020-10-20T16:15:33.951Z] v0.1.80 [2020-10-20T16:15:33.951Z] v0.1.81 [2020-10-20T16:15:33.951Z] v0.1.82 [2020-10-20T16:15:33.951Z] v0.1.83 [2020-10-20T16:15:33.951Z] v0.1.84 [2020-10-20T16:15:33.951Z] v0.1.85 [2020-10-20T16:15:33.951Z] v0.1.86 [2020-10-20T16:15:33.951Z] v0.1.87 [2020-10-20T16:15:33.951Z] v0.1.88 [2020-10-20T16:15:33.951Z] v0.1.89 [2020-10-20T16:15:33.951Z] v0.1.9 [2020-10-20T16:15:33.951Z] v0.1.90 [2020-10-20T16:15:33.951Z] v0.1.91 [2020-10-20T16:15:33.951Z] v0.1.92 [2020-10-20T16:15:33.951Z] v0.1.93 [2020-10-20T16:15:33.951Z] v0.1.94 [2020-10-20T16:15:33.951Z] v0.1.95 [2020-10-20T16:15:33.951Z] v0.1.96 [2020-10-20T16:15:33.951Z] v0.1.97 [2020-10-20T16:15:33.951Z] v0.1.98 [2020-10-20T16:15:33.951Z] v0.1.99 [Pipeline] sh [2020-10-20T16:15:34.252Z] + lftools sign git-tag v0.1.107 [2020-10-20T16:15:35.647Z] Signing Git tag with Sigul... [2020-10-20T16:15:35.647Z] Signing v0.1.107 [Pipeline] echo [2020-10-20T16:15:36.603Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-20T16:15:36.899Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-10-20T16:15:36.913Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-10-20T16:15:37.018Z] $ docker stop --time=1 c48a02f471dc04996f0afe98273c2d54e007c0850c63961a921de29810d81d72 [2020-10-20T16:15:38.980Z] $ docker rm -f c48a02f471dc04996f0afe98273c2d54e007c0850c63961a921de29810d81d72 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-10-20T16:15:40.099Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-20T16:15:40.099Z] . [Pipeline] withDockerContainer [2020-10-20T16:15:40.202Z] prd-centos7-docker-4c-2g-7002 does not seem to be running inside a container [2020-10-20T16:15:40.253Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-20T16:15:40.955Z] $ docker top 52e8700cbdab3a440ea324f843cce40931fd4610d17a0dc29be483e7161ab67f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-20T16:15:41.438Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-20T16:15:41.438Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-20T16:15:41.661Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-20T16:15:41.666Z] $ docker exec 52e8700cbdab3a440ea324f843cce40931fd4610d17a0dc29be483e7161ab67f ssh-agent [2020-10-20T16:15:41.860Z] SSH_AUTH_SOCK=/tmp/ssh-7KDP4WxTHgRT/agent.12 [2020-10-20T16:15:41.860Z] SSH_AGENT_PID=17 [2020-10-20T16:15:41.870Z] Running ssh-add (command line suppressed) [2020-10-20T16:15:42.039Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_3515255552912220373.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_3515255552912220373.key) [2020-10-20T16:15:42.100Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-20T16:15:42.469Z] + git semver bump patch [2020-10-20T16:15:42.469Z] # -> Open(): unable to determine branch for HEAD [2020-10-20T16:15:42.469Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2020-10-20T16:15:42.469Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2020-10-20T16:15:42.469Z] # $SEMVER_REMOTE_NAME = origin [2020-10-20T16:15:42.469Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-20T16:15:42.469Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-20T16:15:42.469Z] # $SEMVER_BRANCH = master [2020-10-20T16:15:42.469Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [2020-10-20T16:15:42.469Z] 0.1.108 [Pipeline] } [2020-10-20T16:15:42.483Z] $ docker exec --env ******** --env ******** 52e8700cbdab3a440ea324f843cce40931fd4610d17a0dc29be483e7161ab67f ssh-agent -k [2020-10-20T16:15:42.602Z] unset SSH_AUTH_SOCK; [2020-10-20T16:15:42.603Z] unset SSH_AGENT_PID; [2020-10-20T16:15:42.603Z] echo Agent pid 17 killed; [2020-10-20T16:15:42.650Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-20T16:15:43.164Z] + git semver [Pipeline] } [2020-10-20T16:15:43.183Z] $ docker stop --time=1 52e8700cbdab3a440ea324f843cce40931fd4610d17a0dc29be483e7161ab67f [2020-10-20T16:15:44.542Z] $ docker rm -f 52e8700cbdab3a440ea324f843cce40931fd4610d17a0dc29be483e7161ab67f [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-20T16:15:45.078Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-20T16:15:45.078Z] . [Pipeline] withDockerContainer [2020-10-20T16:15:45.176Z] prd-centos7-docker-4c-2g-7002 does not seem to be running inside a container [2020-10-20T16:15:45.224Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-20T16:15:45.838Z] $ docker top f43d4a8201b5213dc4fda1abdce7784c4c6735d47d7db03a44ab4e9a5053d850 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-20T16:15:46.145Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-20T16:15:46.145Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-20T16:15:46.319Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-20T16:15:46.324Z] $ docker exec f43d4a8201b5213dc4fda1abdce7784c4c6735d47d7db03a44ab4e9a5053d850 ssh-agent [2020-10-20T16:15:46.493Z] SSH_AUTH_SOCK=/tmp/ssh-8ad6RJONpGKS/agent.12 [2020-10-20T16:15:46.493Z] SSH_AGENT_PID=17 [2020-10-20T16:15:46.499Z] Running ssh-add (command line suppressed) [2020-10-20T16:15:46.620Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_924140876070509079.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_924140876070509079.key) [2020-10-20T16:15:46.674Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-20T16:15:47.016Z] + git semver push [2020-10-20T16:15:47.016Z] # -> Open(): unable to determine branch for HEAD [2020-10-20T16:15:47.016Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2020-10-20T16:15:47.016Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2020-10-20T16:15:47.016Z] # $SEMVER_REMOTE_NAME = origin [2020-10-20T16:15:47.016Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-20T16:15:47.016Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-20T16:15:47.016Z] # $SEMVER_BRANCH = master [2020-10-20T16:15:47.016Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } [2020-10-20T16:15:53.630Z] $ docker exec --env ******** --env ******** f43d4a8201b5213dc4fda1abdce7784c4c6735d47d7db03a44ab4e9a5053d850 ssh-agent -k [2020-10-20T16:15:53.759Z] unset SSH_AUTH_SOCK; [2020-10-20T16:15:53.762Z] unset SSH_AGENT_PID; [2020-10-20T16:15:53.762Z] echo Agent pid 17 killed; [2020-10-20T16:15:53.810Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-20T16:15:54.365Z] + git semver [Pipeline] } [2020-10-20T16:15:54.385Z] $ docker stop --time=1 f43d4a8201b5213dc4fda1abdce7784c4c6735d47d7db03a44ab4e9a5053d850 [2020-10-20T16:15:55.750Z] $ docker rm -f f43d4a8201b5213dc4fda1abdce7784c4c6735d47d7db03a44ab4e9a5053d850 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-10-20T16:15:57.318Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-20T16:15:57.892Z] ---> package-listing.sh [2020-10-20T16:15:57.893Z] ++ facter osfamily [2020-10-20T16:15:57.893Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-20T16:15:57.893Z] + OS_FAMILY=redhat [2020-10-20T16:15:57.893Z] + workspace=/w/workspace/dry_go-mod-core-contracts_master [2020-10-20T16:15:57.893Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-20T16:15:57.893Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-20T16:15:57.893Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-20T16:15:57.893Z] + PACKAGES=/tmp/packages_start.txt [2020-10-20T16:15:57.893Z] + '[' /w/workspace/dry_go-mod-core-contracts_master ']' [2020-10-20T16:15:57.893Z] + PACKAGES=/tmp/packages_end.txt [2020-10-20T16:15:57.893Z] + case "${OS_FAMILY}" in [2020-10-20T16:15:57.893Z] + rpm -qa [2020-10-20T16:15:57.893Z] + sort [2020-10-20T16:16:02.120Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-20T16:16:02.120Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-20T16:16:02.120Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-20T16:16:02.120Z] + '[' /w/workspace/dry_go-mod-core-contracts_master ']' [2020-10-20T16:16:02.120Z] + mkdir -p /w/workspace/dry_go-mod-core-contracts_master/archives/ [2020-10-20T16:16:02.120Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_master/archives/ [Pipeline] echo [2020-10-20T16:16:02.135Z] 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/dry_go-mod-core-contracts_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-10-20T16:16:02.432Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-10-20T16:16:02.739Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-20T16:16:02.740Z] [2020-10-20T16:16:02.740Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-10-20T16:16:03.094Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-20T16:16:03.094Z] alpine: Pulling from edgex-lftools-log-publisher [2020-10-20T16:16:03.094Z] df20fa9351a1: Pulling fs layer [2020-10-20T16:16:03.094Z] 36b3adc4ff6f: Pulling fs layer [2020-10-20T16:16:03.094Z] 8ad3a11d3b57: Pulling fs layer [2020-10-20T16:16:03.094Z] 46f8f816bc3b: Pulling fs layer [2020-10-20T16:16:03.094Z] 93b61091891f: Pulling fs layer [2020-10-20T16:16:03.094Z] 93b9cdb0e59b: Pulling fs layer [2020-10-20T16:16:03.094Z] 5e14af77c1be: Pulling fs layer [2020-10-20T16:16:03.094Z] 01666e4c0597: Pulling fs layer [2020-10-20T16:16:03.094Z] aa168da1d23b: Pulling fs layer [2020-10-20T16:16:03.094Z] 46f8f816bc3b: Waiting [2020-10-20T16:16:03.094Z] 93b61091891f: Waiting [2020-10-20T16:16:03.094Z] 93b9cdb0e59b: Waiting [2020-10-20T16:16:03.094Z] 5e14af77c1be: Waiting [2020-10-20T16:16:03.094Z] 01666e4c0597: Waiting [2020-10-20T16:16:03.094Z] aa168da1d23b: Waiting [2020-10-20T16:16:03.094Z] 36b3adc4ff6f: Verifying Checksum [2020-10-20T16:16:03.094Z] 36b3adc4ff6f: Download complete [2020-10-20T16:16:03.094Z] 46f8f816bc3b: Verifying Checksum [2020-10-20T16:16:03.094Z] 46f8f816bc3b: Download complete [2020-10-20T16:16:03.094Z] df20fa9351a1: Verifying Checksum [2020-10-20T16:16:03.094Z] df20fa9351a1: Download complete [2020-10-20T16:16:03.357Z] 93b9cdb0e59b: Verifying Checksum [2020-10-20T16:16:03.357Z] 93b9cdb0e59b: Download complete [2020-10-20T16:16:03.357Z] 5e14af77c1be: Verifying Checksum [2020-10-20T16:16:03.357Z] 5e14af77c1be: Download complete [2020-10-20T16:16:03.357Z] 93b61091891f: Verifying Checksum [2020-10-20T16:16:03.357Z] 93b61091891f: Download complete [2020-10-20T16:16:03.357Z] 01666e4c0597: Verifying Checksum [2020-10-20T16:16:03.357Z] 01666e4c0597: Download complete [2020-10-20T16:16:03.357Z] 8ad3a11d3b57: Verifying Checksum [2020-10-20T16:16:03.357Z] 8ad3a11d3b57: Download complete [2020-10-20T16:16:03.627Z] df20fa9351a1: Pull complete [2020-10-20T16:16:03.893Z] 36b3adc4ff6f: Pull complete [2020-10-20T16:16:04.480Z] 8ad3a11d3b57: Pull complete [2020-10-20T16:16:05.057Z] 46f8f816bc3b: Pull complete [2020-10-20T16:16:05.630Z] aa168da1d23b: Verifying Checksum [2020-10-20T16:16:05.630Z] aa168da1d23b: Download complete [2020-10-20T16:16:05.630Z] 93b61091891f: Pull complete [2020-10-20T16:16:05.630Z] 93b9cdb0e59b: Pull complete [2020-10-20T16:16:05.892Z] 5e14af77c1be: Pull complete [2020-10-20T16:16:05.892Z] 01666e4c0597: Pull complete [2020-10-20T16:16:12.539Z] aa168da1d23b: Pull complete [2020-10-20T16:16:12.539Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-10-20T16:16:12.539Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-20T16:16:12.539Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-10-20T16:16:12.702Z] prd-centos7-docker-4c-2g-7002 does not seem to be running inside a container [2020-10-20T16:16:12.750Z] $ 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/dry_go-mod-core-contracts_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-10-20T16:16:15.561Z] $ docker top d5ce7bd7b8998e179b0e8587aa3a5685996c9c72e702cbadf71b867dd53b20b5 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-20T16:16:16.070Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-10-20T16:16:16.366Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-10-20T16:16:16.662Z] + ls /var/log/sa-host [2020-10-20T16:16:16.662Z] + sadf -c /var/log/sa-host/sa05 [2020-10-20T16:16:16.662Z] file_magic: OK [2020-10-20T16:16:16.662Z] HZ: Using current value: 100 [2020-10-20T16:16:16.662Z] file_header: OK [2020-10-20T16:16:16.662Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-10-20T16:16:16.662Z] Statistics: [2020-10-20T16:16:16.662Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-20T16:16:16.662Z] File successfully converted to sysstat format version 12.2.1 [2020-10-20T16:16:16.662Z] + sadf -c /var/log/sa-host/sa20 [2020-10-20T16:16:16.662Z] file_magic: OK [2020-10-20T16:16:16.662Z] HZ: Using current value: 100 [2020-10-20T16:16:16.662Z] file_header: OK [2020-10-20T16:16:16.662Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-10-20T16:16:16.662Z] Statistics: [2020-10-20T16:16:16.662Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-20T16:16:16.662Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-20T16:16:17.326Z] provisioning config files... [2020-10-20T16:16:17.343Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config912929930283184783tmp [Pipeline] { [Pipeline] echo [2020-10-20T16:16:17.423Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-20T16:16:17.721Z] ---> create-netrc.sh [Pipeline] } [2020-10-20T16:16:17.730Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-20T16:16:17.825Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-20T16:16:18.122Z] ---> python-tools-install.sh [Pipeline] echo [2020-10-20T16:16:18.133Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-20T16:16:18.430Z] ---> sudo-logs.sh [2020-10-20T16:16:18.430Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-20T16:16:18.442Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-20T16:16:18.739Z] ---> job-cost.sh [2020-10-20T16:16:18.739Z] lf-activate-venv: SKIPPING [2020-10-20T16:16:18.739Z] INFO: No Stack... [2020-10-20T16:16:19.682Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-20T16:16:20.254Z] INFO: Archiving Costs [Pipeline] echo [2020-10-20T16:16:20.268Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-20T16:16:20.563Z] ---> logs-deploy.sh [2020-10-20T16:16:20.563Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/master/73 [2020-10-20T16:16:20.563Z] INFO: archiving workspace using pattern(s): [2020-10-20T16:16:21.956Z] Archives upload complete. [2020-10-20T16:16:22.219Z] INFO: archiving logs to Nexus [2020-10-20T16:16:23.165Z] ---> uname -a: [2020-10-20T16:16:23.165Z] Linux prd-centos7-docker-4c-2g-7002.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux [2020-10-20T16:16:23.165Z] [2020-10-20T16:16:23.165Z] [2020-10-20T16:16:23.165Z] ---> lscpu: [2020-10-20T16:16:23.165Z] Architecture: x86_64 [2020-10-20T16:16:23.165Z] CPU op-mode(s): 32-bit, 64-bit [2020-10-20T16:16:23.165Z] Byte Order: Little Endian [2020-10-20T16:16:23.165Z] Address sizes: 40 bits physical, 48 bits virtual [2020-10-20T16:16:23.165Z] CPU(s): 4 [2020-10-20T16:16:23.165Z] On-line CPU(s) list: 0-3 [2020-10-20T16:16:23.165Z] Thread(s) per core: 1 [2020-10-20T16:16:23.165Z] Core(s) per socket: 1 [2020-10-20T16:16:23.165Z] Socket(s): 4 [2020-10-20T16:16:23.165Z] NUMA node(s): 1 [2020-10-20T16:16:23.165Z] Vendor ID: GenuineIntel [2020-10-20T16:16:23.165Z] CPU family: 6 [2020-10-20T16:16:23.165Z] Model: 44 [2020-10-20T16:16:23.165Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-10-20T16:16:23.165Z] Stepping: 1 [2020-10-20T16:16:23.165Z] CPU MHz: 2933.442 [2020-10-20T16:16:23.165Z] BogoMIPS: 5866.88 [2020-10-20T16:16:23.165Z] Virtualization: VT-x [2020-10-20T16:16:23.165Z] Hypervisor vendor: KVM [2020-10-20T16:16:23.165Z] Virtualization type: full [2020-10-20T16:16:23.165Z] L1d cache: 128 KiB [2020-10-20T16:16:23.165Z] L1i cache: 128 KiB [2020-10-20T16:16:23.165Z] L2 cache: 16 MiB [2020-10-20T16:16:23.165Z] L3 cache: 64 MiB [2020-10-20T16:16:23.165Z] NUMA node0 CPU(s): 0-3 [2020-10-20T16:16:23.165Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-10-20T16:16:23.165Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-10-20T16:16:23.165Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-10-20T16:16:23.165Z] Vulnerability Meltdown: Mitigation; PTI [2020-10-20T16:16:23.165Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-10-20T16:16:23.165Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-10-20T16:16:23.165Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-10-20T16:16:23.165Z] Vulnerability Tsx async abort: Not affected [2020-10-20T16:16:23.165Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2020-10-20T16:16:23.165Z] [2020-10-20T16:16:23.165Z] [2020-10-20T16:16:23.165Z] ---> nproc: [2020-10-20T16:16:23.165Z] 4 [2020-10-20T16:16:23.165Z] [2020-10-20T16:16:23.165Z]