Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 4e4c30cdb011fbe016161a067d606eede52a9275 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-7008 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 4e4c30cdb011fbe016161a067d606eede52a9275 (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 4e4c30cdb011fbe016161a067d606eede52a9275 # timeout=10 Commit message: "Merge pull request #345 from cloudxxx8/issue-342" > git rev-list --no-walk 4711beb17f7a8c47134eb464f5723ef02109ef87 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-10-20T16:29:16.570Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-10-20T16:29:16.884Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-20T16:29:16.993Z] ========================================================= [2020-10-20T16:29:16.993Z] EdgeX Global Pipelines Version Info [2020-10-20T16:29:16.993Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-10-20T16:29:18.492Z] ------------------- [2020-10-20T16:29:18.492Z] stable info: [2020-10-20T16:29:18.492Z] ------------------- [2020-10-20T16:29:18.492Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-20T16:29:18.492Z] Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 [2020-10-20T16:29:18.492Z] Message: update stable to v1.0.144 [2020-10-20T16:29:19.439Z] ------------------- [2020-10-20T16:29:19.439Z] experimental info: [2020-10-20T16:29:19.439Z] ------------------- [2020-10-20T16:29:19.439Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-10-20T16:29:19.439Z] Commit SHA: c640cc8e0f176a0a86b153ebfcb15f3e2f33f7bd [2020-10-20T16:29:19.439Z] Message: update experimental to v1.0.145 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-10-20T16:29:19.832Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo [2020-10-20T16:29:19.936Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo [2020-10-20T16:29:20.049Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-20T16:29:20.155Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-20T16:29:20.306Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-20T16:29:20.451Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-20T16:29:20.579Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-20T16:29:20.680Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-20T16:29:20.783Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-10-20T16:29:20.886Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-20T16:29:20.988Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-20T16:29:21.086Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo [2020-10-20T16:29:21.202Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-20T16:29:21.304Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-20T16:29:21.422Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2020-10-20T16:29:21.521Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-10-20T16:29:21.615Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-10-20T16:29:21.717Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-10-20T16:29:21.812Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo [2020-10-20T16:29:22.017Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-10-20T16:29:22.177Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-10-20T16:29:22.270Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-10-20T16:29:22.393Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-10-20T16:29:22.553Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-10-20T16:29:22.660Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2020-10-20T16:29:22.757Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-10-20T16:29:22.849Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-10-20T16:29:22.935Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-10-20T16:29:23.025Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 4e4c30cdb011fbe016161a067d606eede52a9275 [Pipeline] echo [2020-10-20T16:29:23.116Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4e4c30c [Pipeline] echo [2020-10-20T16:29:23.211Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-10-20T16:29:23.864Z] + git log --format=format:%s -1 4e4c30cdb011fbe016161a067d606eede52a9275 [Pipeline] echo [2020-10-20T16:29:23.928Z] GIT_COMMIT: 4e4c30cdb011fbe016161a067d606eede52a9275, Commit Message: Merge pull request #345 from cloudxxx8/issue-342 [Pipeline] echo [2020-10-20T16:29:24.085Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-10-20T16:29:25.106Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-20T16:29:26.509Z] [2020-10-20T16:29:26.509Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-20T16:29:26.865Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-20T16:29:26.865Z] latest: Pulling from edgex-devops/git-semver [2020-10-20T16:29:26.865Z] 31603596830f: Pulling fs layer [2020-10-20T16:29:26.865Z] 2a8b12db71e7: Pulling fs layer [2020-10-20T16:29:26.865Z] 6ca5941a6612: Pulling fs layer [2020-10-20T16:29:26.865Z] ecc8261a40a4: Pulling fs layer [2020-10-20T16:29:26.865Z] ecc8261a40a4: Waiting [2020-10-20T16:29:26.865Z] 2a8b12db71e7: Verifying Checksum [2020-10-20T16:29:26.865Z] 2a8b12db71e7: Download complete [2020-10-20T16:29:27.130Z] 31603596830f: Verifying Checksum [2020-10-20T16:29:27.130Z] 31603596830f: Download complete [2020-10-20T16:29:27.396Z] ecc8261a40a4: Verifying Checksum [2020-10-20T16:29:27.396Z] ecc8261a40a4: Download complete [2020-10-20T16:29:27.396Z] 6ca5941a6612: Verifying Checksum [2020-10-20T16:29:27.396Z] 6ca5941a6612: Download complete [2020-10-20T16:29:27.661Z] 31603596830f: Pull complete [2020-10-20T16:29:27.929Z] 2a8b12db71e7: Pull complete [2020-10-20T16:29:28.505Z] 6ca5941a6612: Pull complete [2020-10-20T16:29:28.773Z] ecc8261a40a4: Pull complete [2020-10-20T16:29:28.773Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-20T16:29:28.773Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-20T16:29:28.773Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-20T16:29:28.887Z] prd-centos7-docker-4c-2g-7008 does not seem to be running inside a container [2020-10-20T16:29:28.941Z] $ 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:29:31.283Z] $ docker top cacf871a26103b4e1fc47bd71bcb15307a419c59730e426609982fc5bb940ef5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-20T16:29:31.718Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-20T16:29:31.718Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-20T16:29:31.937Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-20T16:29:31.943Z] $ docker exec cacf871a26103b4e1fc47bd71bcb15307a419c59730e426609982fc5bb940ef5 ssh-agent [2020-10-20T16:29:32.107Z] SSH_AUTH_SOCK=/tmp/ssh-2L5JHtjrFaoM/agent.11 [2020-10-20T16:29:32.107Z] SSH_AGENT_PID=16 [2020-10-20T16:29:32.118Z] Running ssh-add (command line suppressed) [2020-10-20T16:29:32.240Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_1328465079856883224.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_1328465079856883224.key) [2020-10-20T16:29:32.289Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-20T16:29:32.629Z] + git tag --points-at HEAD [Pipeline] } [2020-10-20T16:29:32.661Z] $ docker exec --env ******** --env ******** cacf871a26103b4e1fc47bd71bcb15307a419c59730e426609982fc5bb940ef5 ssh-agent -k [2020-10-20T16:29:32.869Z] unset SSH_AUTH_SOCK; [2020-10-20T16:29:32.869Z] unset SSH_AGENT_PID; [2020-10-20T16:29:32.869Z] echo Agent pid 16 killed; [2020-10-20T16:29:32.919Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-10-20T16:29:33.115Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-20T16:29:33.115Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-20T16:29:33.278Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-20T16:29:33.283Z] $ docker exec cacf871a26103b4e1fc47bd71bcb15307a419c59730e426609982fc5bb940ef5 ssh-agent [2020-10-20T16:29:33.444Z] SSH_AUTH_SOCK=/tmp/ssh-DliVvcbz9ehQ/agent.46 [2020-10-20T16:29:33.444Z] SSH_AGENT_PID=51 [2020-10-20T16:29:33.453Z] Running ssh-add (command line suppressed) [2020-10-20T16:29:33.572Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_4004031016305959809.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_4004031016305959809.key) [2020-10-20T16:29:33.622Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-20T16:29:33.965Z] + git semver init [2020-10-20T16:29:33.965Z] # -> Open(): unable to determine branch for HEAD [2020-10-20T16:29:33.965Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2020-10-20T16:29:33.965Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2020-10-20T16:29:33.965Z] # $SEMVER_REMOTE_NAME = origin [2020-10-20T16:29:33.965Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-20T16:29:33.965Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-20T16:29:33.965Z] # $SEMVER_BRANCH = master [2020-10-20T16:29:33.965Z] # $SEMVER_TEMP = /tmp/semver-920773160 [2020-10-20T16:29:33.965Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP [2020-10-20T16:29:34.543Z] # '/tmp/semver-920773160' -> '/w/workspace/dry_go-mod-core-contracts_master/.semver' [2020-10-20T16:29:34.543Z] # -> Force: false [2020-10-20T16:29:34.543Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } [2020-10-20T16:29:35.641Z] $ docker exec --env ******** --env ******** cacf871a26103b4e1fc47bd71bcb15307a419c59730e426609982fc5bb940ef5 ssh-agent -k [2020-10-20T16:29:35.830Z] unset SSH_AUTH_SOCK; [2020-10-20T16:29:35.834Z] unset SSH_AGENT_PID; [2020-10-20T16:29:35.834Z] echo Agent pid 51 killed; [2020-10-20T16:29:35.885Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-20T16:29:36.371Z] + git semver [Pipeline] } [2020-10-20T16:29:36.392Z] $ docker stop --time=1 cacf871a26103b4e1fc47bd71bcb15307a419c59730e426609982fc5bb940ef5 [2020-10-20T16:29:38.263Z] $ docker rm -f cacf871a26103b4e1fc47bd71bcb15307a419c59730e426609982fc5bb940ef5 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-20T16:29:38.745Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-10-20T16:29:39.231Z] Stashed 1 file(s) [Pipeline] echo [2020-10-20T16:29:39.234Z] [edgeXSemver]: initialized semver on version 0.1.108 [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:29:54.848Z] Still waiting to schedule task [2020-10-20T16:29:54.848Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-10-20T16:29:54.850Z] Still waiting to schedule task [2020-10-20T16:29:54.850Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-10-20T16:31:58.687Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-7009 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws [2020-10-20T16:31:58.840Z] Running in /w/workspace/go-mod-core-contracts/74 [Pipeline] { [Pipeline] checkout [2020-10-20T16:32:05.107Z] using credential edgex-jenkins-ssh [2020-10-20T16:32:05.184Z] Cloning the remote Git repository [2020-10-20T16:32:05.259Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-10-20T16:32:05.404Z] > git init /w/workspace/go-mod-core-contracts/74 # timeout=10 [2020-10-20T16:32:05.498Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-10-20T16:32:05.499Z] > git --version # timeout=10 [2020-10-20T16:32:05.514Z] > git --version # 'git version 2.17.1' [2020-10-20T16:32:05.516Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-20T16:32:05.583Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-20T16:32:06.559Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-10-20T16:32:06.580Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-20T16:32:06.615Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-10-20T16:32:06.653Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-10-20T16:32:06.654Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-20T16:32:07.157Z] Checking out Revision 4e4c30cdb011fbe016161a067d606eede52a9275 (master) [2020-10-20T16:32:06.667Z] > 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:32:07.188Z] > git config core.sparsecheckout # timeout=10 [2020-10-20T16:32:07.205Z] > git checkout -f 4e4c30cdb011fbe016161a067d606eede52a9275 # timeout=10 [2020-10-20T16:32:11.939Z] Commit message: "Merge pull request #345 from cloudxxx8/issue-342" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-20T16:32:13.140Z] ========================================================= [2020-10-20T16:32:13.140Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-10-20T16:32:13.140Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-20T16:32:14.527Z] + 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:32:15.568Z] Sending build context to Docker daemon 1.769MB [2020-10-20T16:32:15.568Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-20T16:32:15.568Z] Step 2/7 : FROM ${BASE} [2020-10-20T16:32:15.848Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-10-20T16:32:15.848Z] b538f80385f9: Pulling fs layer [2020-10-20T16:32:15.848Z] 74f711af9a0d: Pulling fs layer [2020-10-20T16:32:15.848Z] 99f96fe45779: Pulling fs layer [2020-10-20T16:32:15.848Z] 8529a6b9a6be: Pulling fs layer [2020-10-20T16:32:15.848Z] 45590311c82a: Pulling fs layer [2020-10-20T16:32:15.848Z] 69ca0ff8b7b3: Pulling fs layer [2020-10-20T16:32:15.848Z] 209524e5b208: Pulling fs layer [2020-10-20T16:32:15.848Z] 69ca0ff8b7b3: Waiting [2020-10-20T16:32:15.848Z] 209524e5b208: Waiting [2020-10-20T16:32:15.848Z] 45590311c82a: Waiting [2020-10-20T16:32:15.848Z] 8529a6b9a6be: Waiting [2020-10-20T16:32:15.848Z] 99f96fe45779: Download complete [2020-10-20T16:32:15.848Z] 74f711af9a0d: Download complete [2020-10-20T16:32:15.848Z] 45590311c82a: Verifying Checksum [2020-10-20T16:32:15.848Z] 45590311c82a: Download complete [2020-10-20T16:32:16.477Z] 69ca0ff8b7b3: Download complete [2020-10-20T16:32:16.477Z] b538f80385f9: Verifying Checksum [2020-10-20T16:32:16.477Z] b538f80385f9: Download complete [2020-10-20T16:32:17.093Z] b538f80385f9: Pull complete [2020-10-20T16:32:17.705Z] 74f711af9a0d: Pull complete [2020-10-20T16:32:18.305Z] 99f96fe45779: Pull complete [2020-10-20T16:32:18.583Z] 209524e5b208: Verifying Checksum [2020-10-20T16:32:18.583Z] 209524e5b208: Download complete [2020-10-20T16:32:20.304Z] 8529a6b9a6be: Verifying Checksum [2020-10-20T16:32:20.304Z] 8529a6b9a6be: Download complete [2020-10-20T16:32:30.595Z] 8529a6b9a6be: Pull complete [2020-10-20T16:32:30.871Z] 45590311c82a: Pull complete [2020-10-20T16:32:31.147Z] 69ca0ff8b7b3: Pull complete [2020-10-20T16:32:35.557Z] 209524e5b208: Pull complete [2020-10-20T16:32:35.557Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-10-20T16:32:35.557Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-10-20T16:32:35.557Z] ---> 5bddaf1c2fca [2020-10-20T16:32:35.557Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-10-20T16:32:38.253Z] ---> Running in acbf5ec53df0 [2020-10-20T16:32:38.253Z] Removing intermediate container acbf5ec53df0 [2020-10-20T16:32:38.253Z] ---> 6d757a0b8925 [2020-10-20T16:32:38.253Z] Step 4/7 : RUN apk add bash [2020-10-20T16:32:38.538Z] ---> Running in 299a126b461a [2020-10-20T16:32:40.039Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-20T16:32:41.516Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-20T16:32:43.027Z] OK: 142 MiB in 39 packages [2020-10-20T16:32:44.546Z] Removing intermediate container 299a126b461a [2020-10-20T16:32:44.546Z] ---> 0caea932aef4 [2020-10-20T16:32:44.546Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-10-20T16:32:44.546Z] ---> Running in 7e2abc0dd600 [2020-10-20T16:32:45.197Z] Removing intermediate container 7e2abc0dd600 [2020-10-20T16:32:45.197Z] ---> 0dc6e657bc9a [2020-10-20T16:32:45.197Z] Step 6/7 : COPY go.mod . [2020-10-20T16:32:45.815Z] ---> 70e129d46bea [2020-10-20T16:32:45.815Z] Step 7/7 : RUN go mod download [2020-10-20T16:32:45.815Z] ---> Running in fdb0f3cbdbdd [2020-10-20T16:32:58.235Z] Running on prd-centos7-docker-4c-2g-7010 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws [2020-10-20T16:32:58.300Z] Running in /w/workspace/go-mod-core-contracts/74 [Pipeline] { [Pipeline] checkout [2020-10-20T16:33:01.229Z] Removing intermediate container fdb0f3cbdbdd [2020-10-20T16:33:01.229Z] ---> 470b7881adc1 [2020-10-20T16:33:01.229Z] Successfully built 470b7881adc1 [2020-10-20T16:33:01.229Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-20T16:33:01.807Z] + docker inspect -f . ci-base-image-arm64 [2020-10-20T16:33:01.807Z] . [Pipeline] withDockerContainer [2020-10-20T16:33:02.114Z] prd-ubuntu18.04-docker-arm64-4c-16g-7009 does not seem to be running inside a container [2020-10-20T16:33:02.342Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/74 -v /w/workspace/go-mod-core-contracts/74:/w/workspace/go-mod-core-contracts/74:rw,z -v /w/workspace/go-mod-core-contracts/74@tmp:/w/workspace/go-mod-core-contracts/74@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-10-20T16:33:04.213Z] $ docker top 67c7404663e81278d2fa9dcaccfea7ce37978a2171db1c5ca0650747023dfaf9 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-20T16:33:05.732Z] + go version [2020-10-20T16:33:05.732Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-10-20T16:33:05.789Z] $ docker stop --time=1 67c7404663e81278d2fa9dcaccfea7ce37978a2171db1c5ca0650747023dfaf9 [2020-10-20T16:33:07.774Z] $ docker rm -f 67c7404663e81278d2fa9dcaccfea7ce37978a2171db1c5ca0650747023dfaf9 [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] } [2020-10-20T16:33:09.186Z] using credential edgex-jenkins-ssh [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [2020-10-20T16:33:09.308Z] Cloning the remote Git repository Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [2020-10-20T16:33:09.429Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-10-20T16:33:09.568Z] > git init /w/workspace/go-mod-core-contracts/74 # timeout=10 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-10-20T16:33:09.680Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-10-20T16:33:09.680Z] > git --version # timeout=10 [2020-10-20T16:33:09.689Z] > git --version # 'git version 2.16.5' [2020-10-20T16:33:09.690Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-20T16:33:09.755Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-20T16:33:10.662Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-10-20T16:33:10.728Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-20T16:33:10.789Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-10-20T16:33:10.894Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-10-20T16:33:10.895Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-20T16:33:10.909Z] > 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:33:11.326Z] Checking out Revision 4e4c30cdb011fbe016161a067d606eede52a9275 (master) [2020-10-20T16:33:11.349Z] > git config core.sparsecheckout # timeout=10 [2020-10-20T16:33:11.374Z] > git checkout -f 4e4c30cdb011fbe016161a067d606eede52a9275 # timeout=10 [2020-10-20T16:33:16.267Z] Commit message: "Merge pull request #345 from cloudxxx8/issue-342" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-20T16:33:17.307Z] ========================================================= [2020-10-20T16:33:17.308Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-10-20T16:33:17.308Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-20T16:33:18.751Z] + 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:33:19.401Z] Sending build context to Docker daemon 1.769MB [2020-10-20T16:33:19.401Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-20T16:33:19.401Z] Step 2/7 : FROM ${BASE} [2020-10-20T16:33:19.401Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-10-20T16:33:19.401Z] df20fa9351a1: Pulling fs layer [2020-10-20T16:33:19.401Z] ed8968b2872e: Pulling fs layer [2020-10-20T16:33:19.401Z] a92cc7c5fd73: Pulling fs layer [2020-10-20T16:33:19.401Z] e871e8e8d7a9: Pulling fs layer [2020-10-20T16:33:19.401Z] e73272ec9a57: Pulling fs layer [2020-10-20T16:33:19.401Z] 1e910a182e73: Pulling fs layer [2020-10-20T16:33:19.401Z] 4e634b169226: Pulling fs layer [2020-10-20T16:33:19.401Z] e871e8e8d7a9: Waiting [2020-10-20T16:33:19.401Z] 1e910a182e73: Waiting [2020-10-20T16:33:19.401Z] 4e634b169226: Waiting [2020-10-20T16:33:19.401Z] e73272ec9a57: Waiting [2020-10-20T16:33:19.709Z] a92cc7c5fd73: Verifying Checksum [2020-10-20T16:33:19.709Z] a92cc7c5fd73: Download complete [2020-10-20T16:33:19.709Z] ed8968b2872e: Verifying Checksum [2020-10-20T16:33:19.709Z] ed8968b2872e: Download complete [2020-10-20T16:33:19.709Z] e73272ec9a57: Verifying Checksum [2020-10-20T16:33:19.709Z] e73272ec9a57: Download complete [2020-10-20T16:33:19.709Z] 1e910a182e73: Verifying Checksum [2020-10-20T16:33:19.709Z] 1e910a182e73: Download complete [2020-10-20T16:33:20.033Z] df20fa9351a1: Verifying Checksum [2020-10-20T16:33:20.033Z] df20fa9351a1: Download complete [2020-10-20T16:33:20.357Z] df20fa9351a1: Pull complete [2020-10-20T16:33:20.655Z] ed8968b2872e: Pull complete [2020-10-20T16:33:20.951Z] a92cc7c5fd73: Pull complete [2020-10-20T16:33:25.567Z] 4e634b169226: Verifying Checksum [2020-10-20T16:33:25.567Z] 4e634b169226: Download complete [2020-10-20T16:33:27.716Z] e871e8e8d7a9: Verifying Checksum [2020-10-20T16:33:27.716Z] e871e8e8d7a9: Download complete [2020-10-20T16:33:36.543Z] e871e8e8d7a9: Pull complete [2020-10-20T16:33:36.543Z] e73272ec9a57: Pull complete [2020-10-20T16:33:36.543Z] 1e910a182e73: Pull complete [2020-10-20T16:33:43.580Z] 4e634b169226: Pull complete [2020-10-20T16:33:43.580Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-10-20T16:33:43.580Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-10-20T16:33:43.580Z] ---> f7629b54cfaa [2020-10-20T16:33:43.580Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-10-20T16:33:43.864Z] ---> Running in 7712204f2bb4 [2020-10-20T16:33:44.192Z] Removing intermediate container 7712204f2bb4 [2020-10-20T16:33:44.192Z] ---> b918c68eeda1 [2020-10-20T16:33:44.192Z] Step 4/7 : RUN apk add bash [2020-10-20T16:33:44.192Z] ---> Running in 42d82f5d21a0 [2020-10-20T16:33:45.257Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-20T16:33:46.471Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-20T16:33:47.616Z] OK: 166 MiB in 39 packages [2020-10-20T16:33:48.281Z] Removing intermediate container 42d82f5d21a0 [2020-10-20T16:33:48.281Z] ---> 467d63508459 [2020-10-20T16:33:48.281Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-10-20T16:33:48.281Z] ---> Running in 73b09d564f16 [2020-10-20T16:33:48.568Z] Removing intermediate container 73b09d564f16 [2020-10-20T16:33:48.568Z] ---> bbc518aac357 [2020-10-20T16:33:48.568Z] Step 6/7 : COPY go.mod . [2020-10-20T16:33:48.852Z] ---> ab41297f75f8 [2020-10-20T16:33:48.852Z] Step 7/7 : RUN go mod download [2020-10-20T16:33:48.852Z] ---> Running in 4f7a47af9580 [2020-10-20T16:34:01.555Z] Removing intermediate container 4f7a47af9580 [2020-10-20T16:34:01.555Z] ---> 3d268ae1f631 [2020-10-20T16:34:01.555Z] Successfully built 3d268ae1f631 [2020-10-20T16:34:01.555Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-20T16:34:02.384Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-20T16:34:02.384Z] . [Pipeline] withDockerContainer [2020-10-20T16:34:02.641Z] prd-centos7-docker-4c-2g-7010 does not seem to be running inside a container [2020-10-20T16:34:02.939Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/74 -v /w/workspace/go-mod-core-contracts/74:/w/workspace/go-mod-core-contracts/74:rw,z -v /w/workspace/go-mod-core-contracts/74@tmp:/w/workspace/go-mod-core-contracts/74@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-10-20T16:34:04.070Z] $ docker top 378eec269e0c9985e615f7fc1108da639bd71111c1102051f01ad586776b5e18 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-20T16:34:04.742Z] + go version [2020-10-20T16:34:04.742Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-10-20T16:34:04.796Z] $ docker stop --time=1 378eec269e0c9985e615f7fc1108da639bd71111c1102051f01ad586776b5e18 [2020-10-20T16:34:06.262Z] $ docker rm -f 378eec269e0c9985e615f7fc1108da639bd71111c1102051f01ad586776b5e18 [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:34:09.460Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-10-20T16:34:09.462Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-10-20T16:34:09.520Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-20T16:34:09.875Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-20T16:34:09.875Z] [2020-10-20T16:34:09.875Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-10-20T16:34:10.278Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-20T16:34:10.278Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-10-20T16:34:10.278Z] cbdbe7a5bc2a: Pulling fs layer [2020-10-20T16:34:10.278Z] 408f87550127: Pulling fs layer [2020-10-20T16:34:10.278Z] fe522b08c979: Pulling fs layer [2020-10-20T16:34:10.278Z] 221eaa008020: Pulling fs layer [2020-10-20T16:34:10.278Z] 2a4607e5d6b9: Pulling fs layer [2020-10-20T16:34:10.279Z] 8f79b27c4fd2: Pulling fs layer [2020-10-20T16:34:10.279Z] e5c8dbe1645b: Pulling fs layer [2020-10-20T16:34:10.279Z] 23e8b3b47431: Pulling fs layer [2020-10-20T16:34:10.279Z] 5c568d65a230: Pulling fs layer [2020-10-20T16:34:10.279Z] 23e8b3b47431: Waiting [2020-10-20T16:34:10.279Z] 8f79b27c4fd2: Waiting [2020-10-20T16:34:10.279Z] e5c8dbe1645b: Waiting [2020-10-20T16:34:10.279Z] 2a4607e5d6b9: Waiting [2020-10-20T16:34:10.279Z] 5c568d65a230: Waiting [2020-10-20T16:34:10.279Z] 221eaa008020: Waiting [2020-10-20T16:34:10.279Z] fe522b08c979: Verifying Checksum [2020-10-20T16:34:10.279Z] fe522b08c979: Download complete [2020-10-20T16:34:10.279Z] 408f87550127: Download complete [2020-10-20T16:34:10.279Z] 2a4607e5d6b9: Verifying Checksum [2020-10-20T16:34:10.279Z] 2a4607e5d6b9: Download complete [2020-10-20T16:34:10.279Z] 8f79b27c4fd2: Verifying Checksum [2020-10-20T16:34:10.279Z] 8f79b27c4fd2: Download complete [2020-10-20T16:34:10.279Z] cbdbe7a5bc2a: Verifying Checksum [2020-10-20T16:34:10.279Z] cbdbe7a5bc2a: Download complete [2020-10-20T16:34:10.860Z] cbdbe7a5bc2a: Pull complete [2020-10-20T16:34:10.860Z] 408f87550127: Pull complete [2020-10-20T16:34:11.124Z] fe522b08c979: Pull complete [2020-10-20T16:34:11.388Z] e5c8dbe1645b: Download complete [2020-10-20T16:34:12.786Z] 5c568d65a230: Verifying Checksum [2020-10-20T16:34:12.786Z] 5c568d65a230: Download complete [2020-10-20T16:34:12.786Z] 23e8b3b47431: Verifying Checksum [2020-10-20T16:34:12.786Z] 23e8b3b47431: Download complete [2020-10-20T16:34:13.736Z] 221eaa008020: Verifying Checksum [2020-10-20T16:34:13.736Z] 221eaa008020: Download complete [2020-10-20T16:34:20.375Z] 221eaa008020: Pull complete [2020-10-20T16:34:20.376Z] 2a4607e5d6b9: Pull complete [2020-10-20T16:34:20.376Z] 8f79b27c4fd2: Pull complete [2020-10-20T16:34:21.772Z] e5c8dbe1645b: Pull complete [2020-10-20T16:34:25.098Z] 23e8b3b47431: Pull complete [2020-10-20T16:34:27.671Z] 5c568d65a230: Pull complete [2020-10-20T16:34:27.671Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-10-20T16:34:27.671Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-20T16:34:27.671Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-10-20T16:34:27.877Z] prd-centos7-docker-4c-2g-7008 does not seem to be running inside a container [2020-10-20T16:34:27.929Z] $ 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:34:28.847Z] $ docker top acb106fac7a6e6b488bd2262c757a05bc21820c05bb201c956bb81ef584babbd -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-20T16:34:29.371Z] + snyk monitor '--org=edgex-jenkins' [2020-10-20T16:34:34.686Z] [2020-10-20T16:34:34.686Z] Monitoring /w/workspace/dry_go-mod-core-contracts_master (github.com/edgexfoundry/go-mod-core-contracts)... [2020-10-20T16:34:34.686Z] [2020-10-20T16:34:34.686Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/243e2960-7ed5-4b5f-91e0-06a7d6b193d0/history/932d75e9-4385-41bc-a5db-abe9873901f9 [2020-10-20T16:34:34.686Z] [2020-10-20T16:34:34.686Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-10-20T16:34:34.686Z] [2020-10-20T16:34:34.686Z] [2020-10-20T16:34:34.686Z] Snyk CLI supports Node.js 8 and higher. [2020-10-20T16:34:34.686Z] 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:34:34.687Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-10-20T16:34:34.687Z] [2020-10-20T16:34:34.687Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-10-20T16:34:34.687Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [2020-10-20T16:34:34.687Z] You have reached your monthly limit of 300 private tests for your edgex-jenkins org. [2020-10-20T16:34:34.687Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2020-10-20T16:34:34.703Z] $ docker stop --time=1 acb106fac7a6e6b488bd2262c757a05bc21820c05bb201c956bb81ef584babbd [2020-10-20T16:34:36.746Z] $ docker rm -f acb106fac7a6e6b488bd2262c757a05bc21820c05bb201c956bb81ef584babbd [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:34:38.547Z] + git log --format=format:%s -1 4e4c30cdb011fbe016161a067d606eede52a9275 [Pipeline] isUnix [Pipeline] sh [2020-10-20T16:34:38.865Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-20T16:34:38.865Z] . [Pipeline] withDockerContainer [2020-10-20T16:34:38.964Z] prd-centos7-docker-4c-2g-7008 does not seem to be running inside a container [2020-10-20T16:34:39.010Z] $ 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:34:39.727Z] $ docker top ed1821d42885d28bdc35abe9de827915f681b83ae949dfe65c261e86fcb33c46 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-20T16:34:40.013Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-20T16:34:40.013Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-20T16:34:40.214Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-20T16:34:40.218Z] $ docker exec ed1821d42885d28bdc35abe9de827915f681b83ae949dfe65c261e86fcb33c46 ssh-agent [2020-10-20T16:34:40.378Z] SSH_AUTH_SOCK=/tmp/ssh-E1cXq5d9LQUr/agent.13 [2020-10-20T16:34:40.378Z] SSH_AGENT_PID=19 [2020-10-20T16:34:40.386Z] Running ssh-add (command line suppressed) [2020-10-20T16:34:40.511Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_8904989171794085565.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_8904989171794085565.key) [2020-10-20T16:34:40.563Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-20T16:34:40.899Z] + git semver tag [2020-10-20T16:34:40.899Z] # -> Open(): unable to determine branch for HEAD [2020-10-20T16:34:40.899Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2020-10-20T16:34:40.899Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2020-10-20T16:34:40.899Z] # $SEMVER_REMOTE_NAME = origin [2020-10-20T16:34:40.899Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-20T16:34:40.899Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-20T16:34:40.899Z] # $SEMVER_BRANCH = master [2020-10-20T16:34:40.899Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [2020-10-20T16:34:40.899Z] # 4e4c30cdb011fbe016161a067d606eede52a9275 HEAD [2020-10-20T16:34:40.899Z] # -> Force: false [2020-10-20T16:34:40.899Z] # 0850fcf6bcadf0f34babc6ad4e424bd4c6bc6c8f refs/tags/v0.1.108 [Pipeline] } [2020-10-20T16:34:40.912Z] $ docker exec --env ******** --env ******** ed1821d42885d28bdc35abe9de827915f681b83ae949dfe65c261e86fcb33c46 ssh-agent -k [2020-10-20T16:34:41.033Z] unset SSH_AUTH_SOCK; [2020-10-20T16:34:41.033Z] unset SSH_AGENT_PID; [2020-10-20T16:34:41.033Z] echo Agent pid 19 killed; [2020-10-20T16:34:41.079Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-20T16:34:41.579Z] + git semver [Pipeline] } [2020-10-20T16:34:41.596Z] $ docker stop --time=1 ed1821d42885d28bdc35abe9de827915f681b83ae949dfe65c261e86fcb33c46 [2020-10-20T16:34:42.929Z] $ docker rm -f ed1821d42885d28bdc35abe9de827915f681b83ae949dfe65c261e86fcb33c46 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-10-20T16:34:43.588Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-20T16:34:43.588Z] [2020-10-20T16:34:43.588Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-10-20T16:34:43.937Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-20T16:34:43.937Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-10-20T16:34:43.937Z] ab5ef0e58194: Pulling fs layer [2020-10-20T16:34:43.937Z] 9712f1f96733: Pulling fs layer [2020-10-20T16:34:43.937Z] 63f879dbbcfc: Pulling fs layer [2020-10-20T16:34:43.937Z] 0d9ebad4ef96: Pulling fs layer [2020-10-20T16:34:43.937Z] e9a5061849ea: Pulling fs layer [2020-10-20T16:34:43.937Z] d747dcd14b5f: Pulling fs layer [2020-10-20T16:34:43.937Z] 2de7ff778b66: Pulling fs layer [2020-10-20T16:34:43.937Z] e9a5061849ea: Waiting [2020-10-20T16:34:43.937Z] 0d9ebad4ef96: Waiting [2020-10-20T16:34:43.937Z] d747dcd14b5f: Waiting [2020-10-20T16:34:43.937Z] 2de7ff778b66: Waiting [2020-10-20T16:34:43.937Z] 9712f1f96733: Verifying Checksum [2020-10-20T16:34:43.937Z] 9712f1f96733: Download complete [2020-10-20T16:34:45.871Z] 63f879dbbcfc: Verifying Checksum [2020-10-20T16:34:45.871Z] 63f879dbbcfc: Download complete [2020-10-20T16:34:45.871Z] e9a5061849ea: Verifying Checksum [2020-10-20T16:34:45.871Z] e9a5061849ea: Download complete [2020-10-20T16:34:45.871Z] d747dcd14b5f: Download complete [2020-10-20T16:34:46.453Z] 2de7ff778b66: Verifying Checksum [2020-10-20T16:34:46.453Z] 2de7ff778b66: Download complete [2020-10-20T16:34:46.453Z] 0d9ebad4ef96: Verifying Checksum [2020-10-20T16:34:46.453Z] 0d9ebad4ef96: Download complete [2020-10-20T16:34:46.715Z] ab5ef0e58194: Verifying Checksum [2020-10-20T16:34:46.715Z] ab5ef0e58194: Download complete [2020-10-20T16:34:52.042Z] ab5ef0e58194: Pull complete [2020-10-20T16:34:52.042Z] 9712f1f96733: Pull complete [2020-10-20T16:34:53.435Z] 63f879dbbcfc: Pull complete [2020-10-20T16:35:01.598Z] 0d9ebad4ef96: Pull complete [2020-10-20T16:35:01.598Z] e9a5061849ea: Pull complete [2020-10-20T16:35:01.598Z] d747dcd14b5f: Pull complete [2020-10-20T16:35:04.926Z] 2de7ff778b66: Pull complete [2020-10-20T16:35:04.926Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-10-20T16:35:04.926Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-20T16:35:04.926Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-10-20T16:35:05.143Z] prd-centos7-docker-4c-2g-7008 does not seem to be running inside a container [2020-10-20T16:35:05.190Z] $ 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:35:08.375Z] $ docker top a80359ea68b89bca805bd09992bd6569281789db45ee1f35b9115118ea902e49 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-10-20T16:35:08.617Z] provisioning config files... [2020-10-20T16:35:08.633Z] copy managed file [sigul-config] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config1025707128326504256tmp [2020-10-20T16:35:08.662Z] copy managed file [sigul-password] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config3321729965397566652tmp [2020-10-20T16:35:08.676Z] copy managed file [sigul-pki] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config1725419065269975177tmp [Pipeline] { [Pipeline] echo [2020-10-20T16:35:08.729Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-20T16:35:09.037Z] ---> sigul-configuration.sh [2020-10-20T16:35:09.300Z] gpg: directory `/root/.gnupg' created [2020-10-20T16:35:09.300Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-10-20T16:35:09.300Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-10-20T16:35:09.300Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-10-20T16:35:09.300Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-10-20T16:35:09.300Z] gpg: CAST5 encrypted data [2020-10-20T16:35:09.300Z] gpg: encrypted with 1 passphrase [2020-10-20T16:35:09.300Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-10-20T16:35:09.759Z] + mkdir /home/jenkins [2020-10-20T16:35:09.759Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-10-20T16:35:10.120Z] + 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:35:10.136Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-20T16:35:10.488Z] ---> sigul-install.sh [2020-10-20T16:35:15.796Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-10-20T16:35:16.096Z] + git tag --list [2020-10-20T16:35:16.096Z] v0.0.0 [2020-10-20T16:35:16.096Z] v0.0.1 [2020-10-20T16:35:16.096Z] v0.1.0 [2020-10-20T16:35:16.096Z] v0.1.1 [2020-10-20T16:35:16.096Z] v0.1.10 [2020-10-20T16:35:16.096Z] v0.1.100 [2020-10-20T16:35:16.096Z] v0.1.101 [2020-10-20T16:35:16.096Z] v0.1.102 [2020-10-20T16:35:16.096Z] v0.1.103 [2020-10-20T16:35:16.096Z] v0.1.104 [2020-10-20T16:35:16.096Z] v0.1.105 [2020-10-20T16:35:16.096Z] v0.1.106 [2020-10-20T16:35:16.096Z] v0.1.107 [2020-10-20T16:35:16.096Z] v0.1.108 [2020-10-20T16:35:16.097Z] v0.1.11 [2020-10-20T16:35:16.097Z] v0.1.12 [2020-10-20T16:35:16.097Z] v0.1.13 [2020-10-20T16:35:16.097Z] v0.1.14 [2020-10-20T16:35:16.097Z] v0.1.15 [2020-10-20T16:35:16.097Z] v0.1.16 [2020-10-20T16:35:16.097Z] v0.1.17 [2020-10-20T16:35:16.097Z] v0.1.18 [2020-10-20T16:35:16.097Z] v0.1.19 [2020-10-20T16:35:16.097Z] v0.1.2 [2020-10-20T16:35:16.097Z] v0.1.20 [2020-10-20T16:35:16.097Z] v0.1.21 [2020-10-20T16:35:16.097Z] v0.1.22 [2020-10-20T16:35:16.097Z] v0.1.23 [2020-10-20T16:35:16.097Z] v0.1.24 [2020-10-20T16:35:16.097Z] v0.1.25 [2020-10-20T16:35:16.097Z] v0.1.26 [2020-10-20T16:35:16.097Z] v0.1.27 [2020-10-20T16:35:16.097Z] v0.1.28 [2020-10-20T16:35:16.097Z] v0.1.29 [2020-10-20T16:35:16.097Z] v0.1.3 [2020-10-20T16:35:16.097Z] v0.1.30 [2020-10-20T16:35:16.097Z] v0.1.31 [2020-10-20T16:35:16.097Z] v0.1.32 [2020-10-20T16:35:16.097Z] v0.1.33 [2020-10-20T16:35:16.097Z] v0.1.34 [2020-10-20T16:35:16.097Z] v0.1.35 [2020-10-20T16:35:16.097Z] v0.1.36 [2020-10-20T16:35:16.097Z] v0.1.37 [2020-10-20T16:35:16.097Z] v0.1.38 [2020-10-20T16:35:16.097Z] v0.1.39 [2020-10-20T16:35:16.097Z] v0.1.4 [2020-10-20T16:35:16.097Z] v0.1.40 [2020-10-20T16:35:16.097Z] v0.1.41 [2020-10-20T16:35:16.097Z] v0.1.42 [2020-10-20T16:35:16.097Z] v0.1.43 [2020-10-20T16:35:16.097Z] v0.1.44 [2020-10-20T16:35:16.097Z] v0.1.45 [2020-10-20T16:35:16.097Z] v0.1.46 [2020-10-20T16:35:16.097Z] v0.1.47 [2020-10-20T16:35:16.097Z] v0.1.48 [2020-10-20T16:35:16.097Z] v0.1.49 [2020-10-20T16:35:16.097Z] v0.1.5 [2020-10-20T16:35:16.097Z] v0.1.50 [2020-10-20T16:35:16.097Z] v0.1.51 [2020-10-20T16:35:16.097Z] v0.1.52 [2020-10-20T16:35:16.097Z] v0.1.53 [2020-10-20T16:35:16.097Z] v0.1.54 [2020-10-20T16:35:16.097Z] v0.1.55 [2020-10-20T16:35:16.097Z] v0.1.56 [2020-10-20T16:35:16.097Z] v0.1.57 [2020-10-20T16:35:16.097Z] v0.1.58 [2020-10-20T16:35:16.097Z] v0.1.59 [2020-10-20T16:35:16.097Z] v0.1.6 [2020-10-20T16:35:16.097Z] v0.1.60 [2020-10-20T16:35:16.097Z] v0.1.61 [2020-10-20T16:35:16.097Z] v0.1.62 [2020-10-20T16:35:16.097Z] v0.1.63 [2020-10-20T16:35:16.097Z] v0.1.64 [2020-10-20T16:35:16.097Z] v0.1.65 [2020-10-20T16:35:16.097Z] v0.1.66 [2020-10-20T16:35:16.097Z] v0.1.67 [2020-10-20T16:35:16.097Z] v0.1.68 [2020-10-20T16:35:16.097Z] v0.1.69 [2020-10-20T16:35:16.097Z] v0.1.7 [2020-10-20T16:35:16.097Z] v0.1.70 [2020-10-20T16:35:16.097Z] v0.1.71 [2020-10-20T16:35:16.097Z] v0.1.72 [2020-10-20T16:35:16.097Z] v0.1.73 [2020-10-20T16:35:16.097Z] v0.1.74 [2020-10-20T16:35:16.097Z] v0.1.75 [2020-10-20T16:35:16.097Z] v0.1.76 [2020-10-20T16:35:16.097Z] v0.1.77 [2020-10-20T16:35:16.097Z] v0.1.78 [2020-10-20T16:35:16.097Z] v0.1.79 [2020-10-20T16:35:16.097Z] v0.1.8 [2020-10-20T16:35:16.097Z] v0.1.80 [2020-10-20T16:35:16.097Z] v0.1.81 [2020-10-20T16:35:16.097Z] v0.1.82 [2020-10-20T16:35:16.097Z] v0.1.83 [2020-10-20T16:35:16.097Z] v0.1.84 [2020-10-20T16:35:16.097Z] v0.1.85 [2020-10-20T16:35:16.097Z] v0.1.86 [2020-10-20T16:35:16.097Z] v0.1.87 [2020-10-20T16:35:16.097Z] v0.1.88 [2020-10-20T16:35:16.097Z] v0.1.89 [2020-10-20T16:35:16.097Z] v0.1.9 [2020-10-20T16:35:16.097Z] v0.1.90 [2020-10-20T16:35:16.097Z] v0.1.91 [2020-10-20T16:35:16.097Z] v0.1.92 [2020-10-20T16:35:16.097Z] v0.1.93 [2020-10-20T16:35:16.097Z] v0.1.94 [2020-10-20T16:35:16.097Z] v0.1.95 [2020-10-20T16:35:16.097Z] v0.1.96 [2020-10-20T16:35:16.097Z] v0.1.97 [2020-10-20T16:35:16.097Z] v0.1.98 [2020-10-20T16:35:16.097Z] v0.1.99 [Pipeline] sh [2020-10-20T16:35:16.396Z] + lftools sign git-tag v0.1.108 [2020-10-20T16:35:17.788Z] Signing Git tag with Sigul... [2020-10-20T16:35:17.788Z] Signing v0.1.108 [Pipeline] echo [2020-10-20T16:35:18.753Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-20T16:35:19.050Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-10-20T16:35:19.060Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-10-20T16:35:19.168Z] $ docker stop --time=1 a80359ea68b89bca805bd09992bd6569281789db45ee1f35b9115118ea902e49 [2020-10-20T16:35:21.124Z] $ docker rm -f a80359ea68b89bca805bd09992bd6569281789db45ee1f35b9115118ea902e49 [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:35:22.102Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-20T16:35:22.102Z] . [Pipeline] withDockerContainer [2020-10-20T16:35:22.202Z] prd-centos7-docker-4c-2g-7008 does not seem to be running inside a container [2020-10-20T16:35:22.281Z] $ 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:35:23.064Z] $ docker top bda57559c85d4750faf2c4d123548530f09b093fba7e33bb1d0305568fb623f4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-20T16:35:23.405Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-20T16:35:23.405Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-20T16:35:23.625Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-20T16:35:23.629Z] $ docker exec bda57559c85d4750faf2c4d123548530f09b093fba7e33bb1d0305568fb623f4 ssh-agent [2020-10-20T16:35:23.817Z] SSH_AUTH_SOCK=/tmp/ssh-EcSmnqdM1N3z/agent.11 [2020-10-20T16:35:23.817Z] SSH_AGENT_PID=16 [2020-10-20T16:35:23.825Z] Running ssh-add (command line suppressed) [2020-10-20T16:35:23.953Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_3293924277156392394.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_3293924277156392394.key) [2020-10-20T16:35:24.009Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-20T16:35:24.357Z] + git semver bump patch [2020-10-20T16:35:24.357Z] # -> Open(): unable to determine branch for HEAD [2020-10-20T16:35:24.357Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2020-10-20T16:35:24.357Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2020-10-20T16:35:24.357Z] # $SEMVER_REMOTE_NAME = origin [2020-10-20T16:35:24.357Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-20T16:35:24.357Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-20T16:35:24.357Z] # $SEMVER_BRANCH = master [2020-10-20T16:35:24.357Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [2020-10-20T16:35:24.357Z] 0.1.109 [Pipeline] } [2020-10-20T16:35:24.372Z] $ docker exec --env ******** --env ******** bda57559c85d4750faf2c4d123548530f09b093fba7e33bb1d0305568fb623f4 ssh-agent -k [2020-10-20T16:35:24.494Z] unset SSH_AUTH_SOCK; [2020-10-20T16:35:24.495Z] unset SSH_AGENT_PID; [2020-10-20T16:35:24.495Z] echo Agent pid 16 killed; [2020-10-20T16:35:24.541Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-20T16:35:25.029Z] + git semver [Pipeline] } [2020-10-20T16:35:25.047Z] $ docker stop --time=1 bda57559c85d4750faf2c4d123548530f09b093fba7e33bb1d0305568fb623f4 [2020-10-20T16:35:26.428Z] $ docker rm -f bda57559c85d4750faf2c4d123548530f09b093fba7e33bb1d0305568fb623f4 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-20T16:35:27.039Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-20T16:35:27.039Z] . [Pipeline] withDockerContainer [2020-10-20T16:35:27.139Z] prd-centos7-docker-4c-2g-7008 does not seem to be running inside a container [2020-10-20T16:35:27.191Z] $ 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:35:27.979Z] $ docker top a8327d2bece1c290534adbc6a3ca4dd025f673cfaa28ca44836f0e6ff226dabe -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-20T16:35:28.288Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-20T16:35:28.288Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-20T16:35:28.515Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-20T16:35:28.520Z] $ docker exec a8327d2bece1c290534adbc6a3ca4dd025f673cfaa28ca44836f0e6ff226dabe ssh-agent [2020-10-20T16:35:28.696Z] SSH_AUTH_SOCK=/tmp/ssh-tw0Ot1gftpXJ/agent.12 [2020-10-20T16:35:28.696Z] SSH_AGENT_PID=17 [2020-10-20T16:35:28.704Z] Running ssh-add (command line suppressed) [2020-10-20T16:35:28.837Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_3700176347243683140.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_3700176347243683140.key) [2020-10-20T16:35:28.891Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-20T16:35:29.236Z] + git semver push [2020-10-20T16:35:29.236Z] # -> Open(): unable to determine branch for HEAD [2020-10-20T16:35:29.236Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2020-10-20T16:35:29.236Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2020-10-20T16:35:29.236Z] # $SEMVER_REMOTE_NAME = origin [2020-10-20T16:35:29.236Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-20T16:35:29.236Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-20T16:35:29.236Z] # $SEMVER_BRANCH = master [2020-10-20T16:35:29.236Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } [2020-10-20T16:35:35.860Z] $ docker exec --env ******** --env ******** a8327d2bece1c290534adbc6a3ca4dd025f673cfaa28ca44836f0e6ff226dabe ssh-agent -k [2020-10-20T16:35:35.980Z] unset SSH_AUTH_SOCK; [2020-10-20T16:35:35.980Z] unset SSH_AGENT_PID; [2020-10-20T16:35:35.980Z] echo Agent pid 17 killed; [2020-10-20T16:35:36.032Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-20T16:35:36.577Z] + git semver [Pipeline] } [2020-10-20T16:35:36.595Z] $ docker stop --time=1 a8327d2bece1c290534adbc6a3ca4dd025f673cfaa28ca44836f0e6ff226dabe [2020-10-20T16:35:37.951Z] $ docker rm -f a8327d2bece1c290534adbc6a3ca4dd025f673cfaa28ca44836f0e6ff226dabe [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:35:39.642Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-20T16:35:40.217Z] ---> package-listing.sh [2020-10-20T16:35:40.217Z] ++ facter osfamily [2020-10-20T16:35:40.217Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-20T16:35:40.217Z] + OS_FAMILY=redhat [2020-10-20T16:35:40.217Z] + workspace=/w/workspace/dry_go-mod-core-contracts_master [2020-10-20T16:35:40.217Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-20T16:35:40.217Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-20T16:35:40.217Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-20T16:35:40.217Z] + PACKAGES=/tmp/packages_start.txt [2020-10-20T16:35:40.217Z] + '[' /w/workspace/dry_go-mod-core-contracts_master ']' [2020-10-20T16:35:40.217Z] + PACKAGES=/tmp/packages_end.txt [2020-10-20T16:35:40.217Z] + case "${OS_FAMILY}" in [2020-10-20T16:35:40.217Z] + rpm -qa [2020-10-20T16:35:40.217Z] + sort [2020-10-20T16:35:44.449Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-20T16:35:44.449Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-20T16:35:44.449Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-20T16:35:44.449Z] + '[' /w/workspace/dry_go-mod-core-contracts_master ']' [2020-10-20T16:35:44.449Z] + mkdir -p /w/workspace/dry_go-mod-core-contracts_master/archives/ [2020-10-20T16:35:44.449Z] + 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:35:44.463Z] 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:35:44.755Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-10-20T16:35:45.064Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-20T16:35:45.065Z] [2020-10-20T16:35:45.065Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-10-20T16:35:45.426Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-20T16:35:45.426Z] alpine: Pulling from edgex-lftools-log-publisher [2020-10-20T16:35:45.426Z] df20fa9351a1: Pulling fs layer [2020-10-20T16:35:45.426Z] 36b3adc4ff6f: Pulling fs layer [2020-10-20T16:35:45.426Z] 8ad3a11d3b57: Pulling fs layer [2020-10-20T16:35:45.426Z] 46f8f816bc3b: Pulling fs layer [2020-10-20T16:35:45.426Z] 93b61091891f: Pulling fs layer [2020-10-20T16:35:45.426Z] 93b9cdb0e59b: Pulling fs layer [2020-10-20T16:35:45.426Z] 5e14af77c1be: Pulling fs layer [2020-10-20T16:35:45.426Z] 01666e4c0597: Pulling fs layer [2020-10-20T16:35:45.426Z] aa168da1d23b: Pulling fs layer [2020-10-20T16:35:45.426Z] 93b9cdb0e59b: Waiting [2020-10-20T16:35:45.426Z] 5e14af77c1be: Waiting [2020-10-20T16:35:45.426Z] 01666e4c0597: Waiting [2020-10-20T16:35:45.426Z] aa168da1d23b: Waiting [2020-10-20T16:35:45.426Z] 46f8f816bc3b: Waiting [2020-10-20T16:35:45.426Z] 93b61091891f: Waiting [2020-10-20T16:35:45.426Z] 36b3adc4ff6f: Verifying Checksum [2020-10-20T16:35:45.426Z] 36b3adc4ff6f: Download complete [2020-10-20T16:35:45.426Z] 46f8f816bc3b: Verifying Checksum [2020-10-20T16:35:45.426Z] 46f8f816bc3b: Download complete [2020-10-20T16:35:45.695Z] df20fa9351a1: Download complete [2020-10-20T16:35:45.695Z] 93b9cdb0e59b: Verifying Checksum [2020-10-20T16:35:45.695Z] 93b9cdb0e59b: Download complete [2020-10-20T16:35:45.695Z] 5e14af77c1be: Verifying Checksum [2020-10-20T16:35:45.695Z] 5e14af77c1be: Download complete [2020-10-20T16:35:45.695Z] 01666e4c0597: Verifying Checksum [2020-10-20T16:35:45.695Z] 01666e4c0597: Download complete [2020-10-20T16:35:45.695Z] 93b61091891f: Verifying Checksum [2020-10-20T16:35:45.695Z] 93b61091891f: Download complete [2020-10-20T16:35:45.695Z] 8ad3a11d3b57: Verifying Checksum [2020-10-20T16:35:45.695Z] 8ad3a11d3b57: Download complete [2020-10-20T16:35:45.957Z] df20fa9351a1: Pull complete [2020-10-20T16:35:46.221Z] 36b3adc4ff6f: Pull complete [2020-10-20T16:35:47.179Z] 8ad3a11d3b57: Pull complete [2020-10-20T16:35:47.448Z] 46f8f816bc3b: Pull complete [2020-10-20T16:35:47.712Z] 93b61091891f: Pull complete [2020-10-20T16:35:48.299Z] aa168da1d23b: Verifying Checksum [2020-10-20T16:35:48.299Z] aa168da1d23b: Download complete [2020-10-20T16:35:48.299Z] 93b9cdb0e59b: Pull complete [2020-10-20T16:35:48.567Z] 5e14af77c1be: Pull complete [2020-10-20T16:35:48.567Z] 01666e4c0597: Pull complete [2020-10-20T16:35:55.180Z] aa168da1d23b: Pull complete [2020-10-20T16:35:55.180Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-10-20T16:35:55.180Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-20T16:35:55.180Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-10-20T16:35:55.355Z] prd-centos7-docker-4c-2g-7008 does not seem to be running inside a container [2020-10-20T16:35:55.432Z] $ 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:35:58.653Z] $ docker top 5511b8de73667137360fbd216fa0feae0829f86c32acecb812f103094846b3d8 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-20T16:35:59.274Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-10-20T16:35:59.576Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-10-20T16:35:59.875Z] + ls /var/log/sa-host [2020-10-20T16:35:59.875Z] + sadf -c /var/log/sa-host/sa05 [2020-10-20T16:35:59.876Z] file_magic: OK [2020-10-20T16:35:59.876Z] HZ: Using current value: 100 [2020-10-20T16:35:59.876Z] file_header: OK [2020-10-20T16:35:59.876Z] 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:35:59.876Z] Statistics: [2020-10-20T16:35:59.876Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-20T16:35:59.876Z] File successfully converted to sysstat format version 12.2.1 [2020-10-20T16:35:59.876Z] + sadf -c /var/log/sa-host/sa20 [2020-10-20T16:35:59.876Z] file_magic: OK [2020-10-20T16:35:59.876Z] HZ: Using current value: 100 [2020-10-20T16:35:59.876Z] file_header: OK [2020-10-20T16:35:59.876Z] 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:35:59.876Z] Statistics: [2020-10-20T16:35:59.876Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-20T16:35:59.876Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-20T16:36:00.509Z] provisioning config files... [2020-10-20T16:36:00.527Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config7650545208386276447tmp [Pipeline] { [Pipeline] echo [2020-10-20T16:36:00.658Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-20T16:36:00.956Z] ---> create-netrc.sh [Pipeline] } [2020-10-20T16:36:00.966Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-20T16:36:01.059Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-20T16:36:01.356Z] ---> python-tools-install.sh [Pipeline] echo [2020-10-20T16:36:01.368Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-20T16:36:01.675Z] ---> sudo-logs.sh [2020-10-20T16:36:01.675Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-20T16:36:01.687Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-20T16:36:01.986Z] ---> job-cost.sh [2020-10-20T16:36:01.986Z] lf-activate-venv: SKIPPING [2020-10-20T16:36:01.986Z] INFO: No Stack... [2020-10-20T16:36:02.962Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-20T16:36:03.538Z] INFO: Archiving Costs [Pipeline] echo [2020-10-20T16:36:03.552Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-20T16:36:03.847Z] ---> logs-deploy.sh [2020-10-20T16:36:03.847Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/master/74 [2020-10-20T16:36:03.847Z] INFO: archiving workspace using pattern(s): [2020-10-20T16:36:05.773Z] Archives upload complete. [2020-10-20T16:36:05.773Z] INFO: archiving logs to Nexus