Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 8bb330ce6d692bf7a15b42a58065c12266a2727a 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 a5c854593eac886f27ddeefb8920871132e8ed78 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 a5c854593eac886f27ddeefb8920871132e8ed78 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 a5c854593eac886f27ddeefb8920871132e8ed78 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a5c854593eac886f27ddeefb8920871132e8ed78 # timeout=10 Commit message: "Merge pull request #303 from ernestojeda/fix-docker-login-issue" > 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 SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-centos7-docker-4c-2g-14270’ Running on prd-centos7-docker-4c-2g-14273 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.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > 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 --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 8bb330ce6d692bf7a15b42a58065c12266a2727a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 8bb330ce6d692bf7a15b42a58065c12266a2727a # timeout=10 Commit message: "Merge pull request #380 from judehung/issue-373" > git rev-list --no-walk 2304b5016aad81391b43716f3f84c6095029c758 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-12-03T06:04:47.967Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-12-03T06:04:48.224Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-12-03T06:04:48.423Z] ========================================================= [2020-12-03T06:04:48.423Z] EdgeX Global Pipelines Version Info [2020-12-03T06:04:48.423Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-12-03T06:04:50.351Z] ------------------- [2020-12-03T06:04:50.351Z] stable info: [2020-12-03T06:04:50.351Z] ------------------- [2020-12-03T06:04:50.351Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-03T06:04:50.351Z] Commit SHA: a5c854593eac886f27ddeefb8920871132e8ed78 [2020-12-03T06:04:50.351Z] Message: update stable to v1.0.169 [2020-12-03T06:04:50.925Z] ------------------- [2020-12-03T06:04:50.925Z] experimental info: [2020-12-03T06:04:50.925Z] ------------------- [2020-12-03T06:04:50.925Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-12-03T06:04:50.925Z] Commit SHA: a5c854593eac886f27ddeefb8920871132e8ed78 [2020-12-03T06:04:50.925Z] Message: update experimental to v1.0.169 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-03T06:04:51.207Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo [2020-12-03T06:04:51.363Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo [2020-12-03T06:04:51.479Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-12-03T06:04:51.592Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-12-03T06:04:51.693Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-12-03T06:04:51.820Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-12-03T06:04:51.918Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-12-03T06:04:52.035Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-12-03T06:04:52.161Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-12-03T06:04:52.278Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-12-03T06:04:52.388Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-12-03T06:04:52.510Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo [2020-12-03T06:04:52.618Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-12-03T06:04:52.732Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-12-03T06:04:52.849Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2020-12-03T06:04:52.949Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-12-03T06:04:53.051Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-12-03T06:04:53.159Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-12-03T06:04:53.266Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo [2020-12-03T06:04:53.425Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-12-03T06:04:53.529Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-12-03T06:04:53.626Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-12-03T06:04:53.741Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-12-03T06:04:53.845Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-12-03T06:04:54.013Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2020-12-03T06:04:54.107Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-12-03T06:04:54.202Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-12-03T06:04:54.293Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-12-03T06:04:54.408Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-12-03T06:04:54.508Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 8bb330ce6d692bf7a15b42a58065c12266a2727a [Pipeline] echo [2020-12-03T06:04:54.615Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 8bb330c [Pipeline] echo [2020-12-03T06:04:54.717Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-03T06:04:55.464Z] + git log --format=format:%s -1 8bb330ce6d692bf7a15b42a58065c12266a2727a [Pipeline] echo [2020-12-03T06:04:55.527Z] GIT_COMMIT: 8bb330ce6d692bf7a15b42a58065c12266a2727a, Commit Message: Merge pull request #380 from judehung/issue-373 [Pipeline] echo [2020-12-03T06:04:55.579Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:04:56.194Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-03T06:04:56.461Z] [2020-12-03T06:04:56.461Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:04:56.815Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-03T06:04:56.815Z] latest: Pulling from edgex-devops/git-semver [2020-12-03T06:04:56.815Z] 31603596830f: Pulling fs layer [2020-12-03T06:04:56.815Z] 2a8b12db71e7: Pulling fs layer [2020-12-03T06:04:56.815Z] 6ca5941a6612: Pulling fs layer [2020-12-03T06:04:56.815Z] ecc8261a40a4: Pulling fs layer [2020-12-03T06:04:56.815Z] ecc8261a40a4: Waiting [2020-12-03T06:04:56.815Z] 2a8b12db71e7: Verifying Checksum [2020-12-03T06:04:56.815Z] 2a8b12db71e7: Download complete [2020-12-03T06:04:57.083Z] 31603596830f: Verifying Checksum [2020-12-03T06:04:57.083Z] 31603596830f: Download complete [2020-12-03T06:04:57.083Z] ecc8261a40a4: Verifying Checksum [2020-12-03T06:04:57.083Z] ecc8261a40a4: Download complete [2020-12-03T06:04:57.349Z] 6ca5941a6612: Verifying Checksum [2020-12-03T06:04:57.349Z] 6ca5941a6612: Download complete [2020-12-03T06:04:57.349Z] 31603596830f: Pull complete [2020-12-03T06:04:57.616Z] 2a8b12db71e7: Pull complete [2020-12-03T06:04:58.566Z] 6ca5941a6612: Pull complete [2020-12-03T06:04:58.566Z] ecc8261a40a4: Pull complete [2020-12-03T06:04:58.566Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-12-03T06:04:58.566Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-03T06:04:58.566Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-12-03T06:04:58.668Z] prd-centos7-docker-4c-2g-14273 does not seem to be running inside a container [2020-12-03T06:04:58.720Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-12-03T06:05:00.941Z] $ docker top 0aaa06be753197400afaf64a27360381b4600c4892549e7d129876621b41cfc2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-03T06:05:01.306Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-03T06:05:01.306Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-03T06:05:01.539Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-03T06:05:01.545Z] $ docker exec 0aaa06be753197400afaf64a27360381b4600c4892549e7d129876621b41cfc2 ssh-agent [2020-12-03T06:05:01.715Z] SSH_AUTH_SOCK=/tmp/ssh-n8MeWudJyOXw/agent.12 [2020-12-03T06:05:01.715Z] SSH_AGENT_PID=18 [2020-12-03T06:05:01.726Z] Running ssh-add (command line suppressed) [2020-12-03T06:05:01.871Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_4378204329404220522.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_4378204329404220522.key) [2020-12-03T06:05:01.922Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-03T06:05:02.263Z] + git tag --points-at HEAD [Pipeline] } [2020-12-03T06:05:02.287Z] $ docker exec --env ******** --env ******** 0aaa06be753197400afaf64a27360381b4600c4892549e7d129876621b41cfc2 ssh-agent -k [2020-12-03T06:05:02.406Z] unset SSH_AUTH_SOCK; [2020-12-03T06:05:02.407Z] unset SSH_AGENT_PID; [2020-12-03T06:05:02.407Z] echo Agent pid 18 killed; [2020-12-03T06:05:02.450Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-12-03T06:05:02.608Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-03T06:05:02.608Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-03T06:05:02.770Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-03T06:05:02.775Z] $ docker exec 0aaa06be753197400afaf64a27360381b4600c4892549e7d129876621b41cfc2 ssh-agent [2020-12-03T06:05:02.928Z] SSH_AUTH_SOCK=/tmp/ssh-rdKeCDyn846U/agent.48 [2020-12-03T06:05:02.928Z] SSH_AGENT_PID=53 [2020-12-03T06:05:02.934Z] Running ssh-add (command line suppressed) [2020-12-03T06:05:03.051Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_4180131110847730092.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_4180131110847730092.key) [2020-12-03T06:05:03.100Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-03T06:05:03.443Z] + git semver init [2020-12-03T06:05:03.443Z] # -> Open(): unable to determine branch for HEAD [2020-12-03T06:05:03.443Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2020-12-03T06:05:03.443Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2020-12-03T06:05:03.443Z] # $SEMVER_REMOTE_NAME = origin [2020-12-03T06:05:03.443Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-03T06:05:03.443Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-03T06:05:03.443Z] # $SEMVER_BRANCH = master [2020-12-03T06:05:03.443Z] # $SEMVER_TEMP = /tmp/semver-545972825 [2020-12-03T06:05:03.443Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP [2020-12-03T06:05:04.397Z] # '/tmp/semver-545972825' -> '/w/workspace/dry_go-mod-core-contracts_master/.semver' [2020-12-03T06:05:04.397Z] # -> Force: false [2020-12-03T06:05:04.397Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } [2020-12-03T06:05:04.412Z] $ docker exec --env ******** --env ******** 0aaa06be753197400afaf64a27360381b4600c4892549e7d129876621b41cfc2 ssh-agent -k [2020-12-03T06:05:04.528Z] unset SSH_AUTH_SOCK; [2020-12-03T06:05:04.528Z] unset SSH_AGENT_PID; [2020-12-03T06:05:04.528Z] echo Agent pid 53 killed; [2020-12-03T06:05:04.573Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-03T06:05:05.059Z] + git semver [Pipeline] } [2020-12-03T06:05:05.078Z] $ docker stop --time=1 0aaa06be753197400afaf64a27360381b4600c4892549e7d129876621b41cfc2 [2020-12-03T06:05:06.877Z] $ docker rm -f 0aaa06be753197400afaf64a27360381b4600c4892549e7d129876621b41cfc2 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-03T06:05:07.378Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-12-03T06:05:07.752Z] Stashed 1 file(s) [Pipeline] echo [2020-12-03T06:05:07.755Z] [edgeXSemver]: initialized semver on version 0.1.120 [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-12-03T06:05:23.343Z] Still waiting to schedule task [2020-12-03T06:05:23.343Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-12-03T06:05:23.346Z] Still waiting to schedule task [2020-12-03T06:05:23.346Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2020-12-03T06:09:40.705Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-14277 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws [2020-12-03T06:09:40.815Z] Running in /w/workspace/go-mod-core-contracts/86 [Pipeline] { [Pipeline] checkout [2020-12-03T06:09:46.193Z] using credential edgex-jenkins-ssh [2020-12-03T06:09:46.253Z] Cloning the remote Git repository [2020-12-03T06:09:46.308Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-12-03T06:09:46.424Z] > git init /w/workspace/go-mod-core-contracts/86 # timeout=10 [2020-12-03T06:09:46.500Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-12-03T06:09:46.501Z] > git --version # timeout=10 [2020-12-03T06:09:46.520Z] > git --version # 'git version 2.17.1' [2020-12-03T06:09:46.521Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-03T06:09:46.591Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-03T06:09:48.257Z] Checking out Revision 8bb330ce6d692bf7a15b42a58065c12266a2727a (master) [2020-12-03T06:09:47.603Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-12-03T06:09:47.626Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-03T06:09:47.654Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-12-03T06:09:47.695Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-12-03T06:09:47.696Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-03T06:09:47.709Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-03T06:09:48.276Z] > git config core.sparsecheckout # timeout=10 [2020-12-03T06:09:48.300Z] > git checkout -f 8bb330ce6d692bf7a15b42a58065c12266a2727a # timeout=10 [2020-12-03T06:09:52.908Z] Commit message: "Merge pull request #380 from judehung/issue-373" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-03T06:09:54.582Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2020-12-03T06:09:55.022Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-03T06:09:55.375Z] + sudo service docker restart [2020-12-03T06:09:55.375Z] + true [Pipeline] unstash [Pipeline] echo [2020-12-03T06:09:58.389Z] ========================================================= [2020-12-03T06:09:58.390Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-12-03T06:09:58.390Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:09:58.868Z] + 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-12-03T06:09:59.850Z] Sending build context to Docker daemon 1.871MB [2020-12-03T06:09:59.850Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-12-03T06:09:59.850Z] Step 2/7 : FROM ${BASE} [2020-12-03T06:10:00.124Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-12-03T06:10:00.124Z] 5f621e34cdf4: Pulling fs layer [2020-12-03T06:10:00.124Z] a4357932f1b6: Pulling fs layer [2020-12-03T06:10:00.124Z] 18c013af1878: Pulling fs layer [2020-12-03T06:10:00.124Z] 00ac8860ef70: Pulling fs layer [2020-12-03T06:10:00.124Z] 63d7cb157983: Pulling fs layer [2020-12-03T06:10:00.124Z] b116817d02f9: Pulling fs layer [2020-12-03T06:10:00.124Z] 745a02a5169b: Pulling fs layer [2020-12-03T06:10:00.124Z] 63d7cb157983: Waiting [2020-12-03T06:10:00.124Z] b116817d02f9: Waiting [2020-12-03T06:10:00.124Z] 745a02a5169b: Waiting [2020-12-03T06:10:00.124Z] 00ac8860ef70: Waiting [2020-12-03T06:10:00.124Z] 18c013af1878: Download complete [2020-12-03T06:10:00.124Z] a4357932f1b6: Verifying Checksum [2020-12-03T06:10:00.124Z] a4357932f1b6: Download complete [2020-12-03T06:10:00.124Z] 63d7cb157983: Verifying Checksum [2020-12-03T06:10:00.124Z] 63d7cb157983: Download complete [2020-12-03T06:10:00.124Z] b116817d02f9: Verifying Checksum [2020-12-03T06:10:00.124Z] b116817d02f9: Download complete [2020-12-03T06:10:00.402Z] 5f621e34cdf4: Verifying Checksum [2020-12-03T06:10:00.402Z] 5f621e34cdf4: Download complete [2020-12-03T06:10:01.003Z] 5f621e34cdf4: Pull complete [2020-12-03T06:10:01.610Z] a4357932f1b6: Pull complete [2020-12-03T06:10:01.894Z] 18c013af1878: Pull complete [2020-12-03T06:10:03.341Z] 745a02a5169b: Verifying Checksum [2020-12-03T06:10:03.341Z] 745a02a5169b: Download complete [2020-12-03T06:10:03.938Z] 00ac8860ef70: Verifying Checksum [2020-12-03T06:10:03.939Z] 00ac8860ef70: Download complete [2020-12-03T06:10:14.106Z] 00ac8860ef70: Pull complete [2020-12-03T06:10:14.106Z] 63d7cb157983: Pull complete [2020-12-03T06:10:14.379Z] b116817d02f9: Pull complete [2020-12-03T06:10:17.771Z] 745a02a5169b: Pull complete [2020-12-03T06:10:17.771Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2020-12-03T06:10:17.771Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-12-03T06:10:17.771Z] ---> b7e6874047d6 [2020-12-03T06:10:17.771Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-12-03T06:10:21.163Z] ---> Running in e4c14dfd9113 [2020-12-03T06:10:21.163Z] Removing intermediate container e4c14dfd9113 [2020-12-03T06:10:21.163Z] ---> 4eb88db14170 [2020-12-03T06:10:21.163Z] Step 4/7 : RUN apk add bash [2020-12-03T06:10:21.437Z] ---> Running in c11d6fd0852e [2020-12-03T06:10:22.886Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-03T06:10:23.475Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-03T06:10:24.458Z] OK: 142 MiB in 39 packages [2020-12-03T06:10:25.891Z] Removing intermediate container c11d6fd0852e [2020-12-03T06:10:25.891Z] ---> ddad6aeb2e0e [2020-12-03T06:10:25.891Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-12-03T06:10:25.891Z] ---> Running in fe9742ef4b3c [2020-12-03T06:10:26.485Z] Removing intermediate container fe9742ef4b3c [2020-12-03T06:10:26.485Z] ---> d4f275e758f9 [2020-12-03T06:10:26.485Z] Step 6/7 : COPY go.mod . [2020-12-03T06:10:27.463Z] ---> 0e019734db57 [2020-12-03T06:10:27.463Z] Step 7/7 : RUN go mod download [2020-12-03T06:10:27.463Z] ---> Running in 9297050cbbae [2020-12-03T06:10:42.548Z] Removing intermediate container 9297050cbbae [2020-12-03T06:10:42.548Z] ---> 802d5c103779 [2020-12-03T06:10:42.548Z] Successfully built 802d5c103779 [2020-12-03T06:10:42.548Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:10:42.892Z] + docker inspect -f . ci-base-image-arm64 [2020-12-03T06:10:42.892Z] . [Pipeline] withDockerContainer [2020-12-03T06:10:43.166Z] prd-ubuntu18.04-docker-arm64-4c-16g-14277 does not seem to be running inside a container [2020-12-03T06:10:43.258Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/86 -v /w/workspace/go-mod-core-contracts/86:/w/workspace/go-mod-core-contracts/86:rw,z -v /w/workspace/go-mod-core-contracts/86@tmp:/w/workspace/go-mod-core-contracts/86@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-12-03T06:10:44.727Z] $ docker top a9c091372aa39aea35df340e0683cd4f9f7898ae72d0f4e14b3cf1fe28861733 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-03T06:10:45.776Z] + go version [2020-12-03T06:10:45.776Z] go version go1.15.5 linux/arm64 [Pipeline] } [2020-12-03T06:10:45.803Z] $ docker stop --time=1 a9c091372aa39aea35df340e0683cd4f9f7898ae72d0f4e14b3cf1fe28861733 [2020-12-03T06:10:47.666Z] $ docker rm -f a9c091372aa39aea35df340e0683cd4f9f7898ae72d0f4e14b3cf1fe28861733 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:10:48.697Z] + docker inspect -f . ci-base-image-arm64 [2020-12-03T06:10:48.697Z] . [Pipeline] withDockerContainer [2020-12-03T06:10:48.961Z] prd-ubuntu18.04-docker-arm64-4c-16g-14277 does not seem to be running inside a container [2020-12-03T06:10:49.055Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/86 -v /w/workspace/go-mod-core-contracts/86:/w/workspace/go-mod-core-contracts/86:rw,z -v /w/workspace/go-mod-core-contracts/86@tmp:/w/workspace/go-mod-core-contracts/86@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-12-03T06:10:50.563Z] $ docker top a39a6e076a815c9a8908a850d52d9734991f7787544659ecffd8ac3d2a1de1ef -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-03T06:10:51.582Z] + make test [2020-12-03T06:10:51.582Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-12-03T06:11:13.807Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] [2020-12-03T06:11:14.800Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.034s coverage: 85.7% of statements [2020-12-03T06:11:14.800Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.030s coverage: 100.0% of statements [2020-12-03T06:11:16.247Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.043s coverage: 45.4% of statements [2020-12-03T06:11:16.247Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.032s coverage: 77.8% of statements [2020-12-03T06:11:16.247Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] [2020-12-03T06:11:16.247Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.027s coverage: 6.6% of statements [2020-12-03T06:11:18.256Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.087s coverage: 14.7% of statements [2020-12-03T06:11:18.256Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.043s coverage: 100.0% of statements [2020-12-03T06:11:18.859Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.080s coverage: 91.8% of statements [2020-12-03T06:11:18.859Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] [2020-12-03T06:11:18.859Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] [2020-12-03T06:11:18.859Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.023s coverage: 100.0% of statements [2020-12-03T06:11:19.462Z] ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.031s coverage: 47.8% of statements [2020-12-03T06:11:24.886Z] ok github.com/edgexfoundry/go-mod-core-contracts/models 0.129s coverage: 63.0% of statements [2020-12-03T06:11:24.886Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.034s coverage: 26.3% of statements [2020-12-03T06:11:24.886Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.033s coverage: 15.4% of statements [2020-12-03T06:11:24.886Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.032s coverage: 15.4% of statements [2020-12-03T06:11:24.886Z] ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.031s coverage: 14.3% of statements [2020-12-03T06:11:24.886Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] [2020-12-03T06:11:25.163Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http 0.046s coverage: 81.5% of statements [2020-12-03T06:11:25.163Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http/utils [no test files] [2020-12-03T06:11:25.163Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] [2020-12-03T06:11:26.150Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.029s coverage: 29.6% of statements [2020-12-03T06:11:26.151Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.036s coverage: 100.0% of statements [2020-12-03T06:11:27.603Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.056s coverage: 94.4% of statements [2020-12-03T06:11:27.603Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.024s coverage: 100.0% of statements [2020-12-03T06:11:27.603Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] [2020-12-03T06:11:27.874Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-12-03T06:11:32.230Z] gofmt -l . [2020-12-03T06:11:32.501Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2020-12-03T06:11:33.126Z] $ docker stop --time=1 a39a6e076a815c9a8908a850d52d9734991f7787544659ecffd8ac3d2a1de1ef [2020-12-03T06:11:35.329Z] $ docker rm -f a39a6e076a815c9a8908a850d52d9734991f7787544659ecffd8ac3d2a1de1ef [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-03T06:11:36.218Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-12-03T06:11:37.121Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-12-03T06:15:58.870Z] Running on prd-centos7-docker-4c-2g-14279 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws [2020-12-03T06:15:58.935Z] Running in /w/workspace/go-mod-core-contracts/86 [Pipeline] { [Pipeline] checkout [2020-12-03T06:16:01.281Z] using credential edgex-jenkins-ssh [2020-12-03T06:16:01.353Z] Cloning the remote Git repository [2020-12-03T06:16:01.378Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-12-03T06:16:01.441Z] > git init /w/workspace/go-mod-core-contracts/86 # timeout=10 [2020-12-03T06:16:01.505Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-12-03T06:16:01.505Z] > git --version # timeout=10 [2020-12-03T06:16:01.512Z] > git --version # 'git version 2.24.3' [2020-12-03T06:16:01.512Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-03T06:16:01.537Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-03T06:16:02.421Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-12-03T06:16:02.430Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-03T06:16:02.442Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-12-03T06:16:02.454Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-12-03T06:16:02.455Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-03T06:16:02.460Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-03T06:16:02.917Z] Checking out Revision 8bb330ce6d692bf7a15b42a58065c12266a2727a (master) [2020-12-03T06:16:02.926Z] > git config core.sparsecheckout # timeout=10 [2020-12-03T06:16:02.932Z] > git checkout -f 8bb330ce6d692bf7a15b42a58065c12266a2727a # timeout=10 [2020-12-03T06:16:06.605Z] Commit message: "Merge pull request #380 from judehung/issue-373" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-03T06:16:07.919Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2020-12-03T06:16:08.256Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-03T06:16:08.557Z] + sudo service docker restart [2020-12-03T06:16:08.557Z] + true [2020-12-03T06:16:08.557Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo [2020-12-03T06:16:09.666Z] ========================================================= [2020-12-03T06:16:09.666Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-12-03T06:16:09.666Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:16:10.016Z] + 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-12-03T06:16:10.594Z] Sending build context to Docker daemon 1.872MB [2020-12-03T06:16:10.594Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-12-03T06:16:10.594Z] Step 2/7 : FROM ${BASE} [2020-12-03T06:16:10.594Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-12-03T06:16:10.594Z] 188c0c94c7c5: Pulling fs layer [2020-12-03T06:16:10.594Z] 0ef7d3d256c8: Pulling fs layer [2020-12-03T06:16:10.594Z] de9db76c5a1d: Pulling fs layer [2020-12-03T06:16:10.594Z] bca2f99d35d6: Pulling fs layer [2020-12-03T06:16:10.594Z] 93359f2a8cfa: Pulling fs layer [2020-12-03T06:16:10.594Z] 7c6f9722023f: Pulling fs layer [2020-12-03T06:16:10.594Z] a35cf1a2eb13: Pulling fs layer [2020-12-03T06:16:10.594Z] 93359f2a8cfa: Waiting [2020-12-03T06:16:10.594Z] 7c6f9722023f: Waiting [2020-12-03T06:16:10.594Z] a35cf1a2eb13: Waiting [2020-12-03T06:16:10.594Z] bca2f99d35d6: Waiting [2020-12-03T06:16:10.594Z] de9db76c5a1d: Verifying Checksum [2020-12-03T06:16:10.594Z] de9db76c5a1d: Download complete [2020-12-03T06:16:10.594Z] 0ef7d3d256c8: Verifying Checksum [2020-12-03T06:16:10.594Z] 0ef7d3d256c8: Download complete [2020-12-03T06:16:10.594Z] 93359f2a8cfa: Verifying Checksum [2020-12-03T06:16:10.594Z] 93359f2a8cfa: Download complete [2020-12-03T06:16:10.856Z] 7c6f9722023f: Download complete [2020-12-03T06:16:10.856Z] 188c0c94c7c5: Verifying Checksum [2020-12-03T06:16:10.856Z] 188c0c94c7c5: Download complete [2020-12-03T06:16:11.123Z] 188c0c94c7c5: Pull complete [2020-12-03T06:16:11.386Z] 0ef7d3d256c8: Pull complete [2020-12-03T06:16:11.386Z] de9db76c5a1d: Pull complete [2020-12-03T06:16:13.314Z] a35cf1a2eb13: Verifying Checksum [2020-12-03T06:16:13.314Z] a35cf1a2eb13: Download complete [2020-12-03T06:16:13.576Z] bca2f99d35d6: Verifying Checksum [2020-12-03T06:16:13.576Z] bca2f99d35d6: Download complete [2020-12-03T06:16:18.900Z] bca2f99d35d6: Pull complete [2020-12-03T06:16:18.900Z] 93359f2a8cfa: Pull complete [2020-12-03T06:16:18.900Z] 7c6f9722023f: Pull complete [2020-12-03T06:16:24.257Z] a35cf1a2eb13: Pull complete [2020-12-03T06:16:24.257Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2020-12-03T06:16:24.257Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-12-03T06:16:24.257Z] ---> a62c8e92a672 [2020-12-03T06:16:24.257Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-12-03T06:16:24.257Z] ---> Running in 56c8e2a7158d [2020-12-03T06:16:24.257Z] Removing intermediate container 56c8e2a7158d [2020-12-03T06:16:24.257Z] ---> 92521fba5e70 [2020-12-03T06:16:24.257Z] Step 4/7 : RUN apk add bash [2020-12-03T06:16:24.257Z] ---> Running in 2783493091f5 [2020-12-03T06:16:24.519Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-03T06:16:25.472Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-03T06:16:26.048Z] OK: 166 MiB in 39 packages [2020-12-03T06:16:26.623Z] Removing intermediate container 2783493091f5 [2020-12-03T06:16:26.623Z] ---> 723da65124f8 [2020-12-03T06:16:26.623Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-12-03T06:16:26.623Z] ---> Running in 452cf93d2377 [2020-12-03T06:16:26.623Z] Removing intermediate container 452cf93d2377 [2020-12-03T06:16:26.623Z] ---> a93ff443082b [2020-12-03T06:16:26.623Z] Step 6/7 : COPY go.mod . [2020-12-03T06:16:26.885Z] ---> 90658d9615e7 [2020-12-03T06:16:26.885Z] Step 7/7 : RUN go mod download [2020-12-03T06:16:26.885Z] ---> Running in 4196baae8b9f [2020-12-03T06:16:39.163Z] Removing intermediate container 4196baae8b9f [2020-12-03T06:16:39.163Z] ---> cc5ad61952ef [2020-12-03T06:16:39.163Z] Successfully built cc5ad61952ef [2020-12-03T06:16:39.163Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:16:39.475Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-03T06:16:39.475Z] . [Pipeline] withDockerContainer [2020-12-03T06:16:39.585Z] prd-centos7-docker-4c-2g-14279 does not seem to be running inside a container [2020-12-03T06:16:39.637Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/86 -v /w/workspace/go-mod-core-contracts/86:/w/workspace/go-mod-core-contracts/86:rw,z -v /w/workspace/go-mod-core-contracts/86@tmp:/w/workspace/go-mod-core-contracts/86@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-12-03T06:16:40.251Z] $ docker top b14fc8f1f8354d21c8815fba7f93f2e2be1182c095e125e0fdf579dc28b57c9a -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-03T06:16:40.796Z] + go version [2020-12-03T06:16:40.796Z] go version go1.15.5 linux/amd64 [Pipeline] } [2020-12-03T06:16:40.812Z] $ docker stop --time=1 b14fc8f1f8354d21c8815fba7f93f2e2be1182c095e125e0fdf579dc28b57c9a [2020-12-03T06:16:42.133Z] $ docker rm -f b14fc8f1f8354d21c8815fba7f93f2e2be1182c095e125e0fdf579dc28b57c9a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:16:42.962Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-03T06:16:42.962Z] . [Pipeline] withDockerContainer [2020-12-03T06:16:43.057Z] prd-centos7-docker-4c-2g-14279 does not seem to be running inside a container [2020-12-03T06:16:43.107Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/86 -v /w/workspace/go-mod-core-contracts/86:/w/workspace/go-mod-core-contracts/86:rw,z -v /w/workspace/go-mod-core-contracts/86@tmp:/w/workspace/go-mod-core-contracts/86@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-12-03T06:16:43.753Z] $ docker top 088dd2f1c828862b981351a793f43d68eee7539cc548dcdf2f1af2eb5033a4ea -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-03T06:16:44.262Z] + make test [2020-12-03T06:16:44.262Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-12-03T06:16:50.929Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] [2020-12-03T06:16:50.929Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.011s coverage: 85.7% of statements [2020-12-03T06:16:50.929Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.038s coverage: 100.0% of statements [2020-12-03T06:16:50.929Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.033s coverage: 45.4% of statements [2020-12-03T06:16:51.197Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.021s coverage: 77.8% of statements [2020-12-03T06:16:51.197Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] [2020-12-03T06:16:51.197Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.010s coverage: 6.6% of statements [2020-12-03T06:16:52.454Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.020s coverage: 14.7% of statements [2020-12-03T06:16:52.454Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.012s coverage: 100.0% of statements [2020-12-03T06:16:52.454Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.038s coverage: 91.8% of statements [2020-12-03T06:16:52.454Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] [2020-12-03T06:16:52.454Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] [2020-12-03T06:16:52.454Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.029s coverage: 100.0% of statements [2020-12-03T06:16:54.522Z] ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.029s coverage: 47.8% of statements [2020-12-03T06:16:56.474Z] ok github.com/edgexfoundry/go-mod-core-contracts/models 0.020s coverage: 63.0% of statements [2020-12-03T06:16:56.474Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.021s coverage: 26.3% of statements [2020-12-03T06:16:56.474Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.012s coverage: 15.4% of statements [2020-12-03T06:16:56.474Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.020s coverage: 15.4% of statements [2020-12-03T06:16:56.474Z] ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.054s coverage: 14.3% of statements [2020-12-03T06:16:56.474Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] [2020-12-03T06:16:56.474Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http 0.055s coverage: 81.5% of statements [2020-12-03T06:16:56.474Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http/utils [no test files] [2020-12-03T06:16:56.474Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] [2020-12-03T06:16:56.474Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.032s coverage: 29.6% of statements [2020-12-03T06:16:56.474Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.019s coverage: 100.0% of statements [2020-12-03T06:16:56.474Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.015s coverage: 94.4% of statements [2020-12-03T06:16:56.474Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.007s coverage: 100.0% of statements [2020-12-03T06:16:56.474Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] [2020-12-03T06:16:56.474Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-12-03T06:16:57.881Z] gofmt -l . [2020-12-03T06:16:57.881Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2020-12-03T06:16:57.897Z] $ docker stop --time=1 088dd2f1c828862b981351a793f43d68eee7539cc548dcdf2f1af2eb5033a4ea [2020-12-03T06:17:00.208Z] $ docker rm -f 088dd2f1c828862b981351a793f43d68eee7539cc548dcdf2f1af2eb5033a4ea [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-03T06:17:00.808Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-12-03T06:17:00.821Z] Warning: overwriting stash ‘coverage-report’ [2020-12-03T06:17:01.114Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2020-12-03T06:17:03.352Z] provisioning config files... [2020-12-03T06:17:03.365Z] copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config2026266361472153671tmp [Pipeline] { [Pipeline] sh [2020-12-03T06:17:03.749Z] + set +x [2020-12-03T06:17:03.749Z] + curl -s https://codecov.io/bash [2020-12-03T06:17:03.749Z] + bash -s -- [2020-12-03T06:17:04.011Z] [2020-12-03T06:17:04.011Z] _____ _ [2020-12-03T06:17:04.011Z] / ____| | | [2020-12-03T06:17:04.011Z] | | ___ __| | ___ ___ _____ __ [2020-12-03T06:17:04.011Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-12-03T06:17:04.011Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-12-03T06:17:04.011Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-12-03T06:17:04.011Z] Bash-20201130-cc6d3fe [2020-12-03T06:17:04.011Z] [2020-12-03T06:17:04.011Z] [2020-12-03T06:17:04.011Z] ==> Jenkins CI detected. [2020-12-03T06:17:04.011Z] project root: . [2020-12-03T06:17:04.011Z] --> token set from env [2020-12-03T06:17:04.011Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-12-03T06:17:04.011Z] ==> Running gcov in . (disable via -X gcov) [2020-12-03T06:17:04.011Z] ==> Python coveragepy not found [2020-12-03T06:17:04.011Z] ==> Searching for coverage reports in: [2020-12-03T06:17:04.011Z] + . [2020-12-03T06:17:04.011Z] -> Found 1 reports [2020-12-03T06:17:04.011Z] ==> Detecting git/mercurial file structure [2020-12-03T06:17:04.011Z] ==> Reading reports [2020-12-03T06:17:04.011Z] + ./coverage.out bytes=106873 [2020-12-03T06:17:04.011Z] ==> Appending adjustments [2020-12-03T06:17:04.011Z] https://docs.codecov.io/docs/fixing-reports [2020-12-03T06:17:04.963Z] + Found adjustments [2020-12-03T06:17:04.963Z] ==> Gzipping contents [2020-12-03T06:17:04.963Z] 20K /tmp/codecov.Iewi2O.gz [2020-12-03T06:17:04.963Z] ==> Uploading reports [2020-12-03T06:17:04.963Z] url: https://codecov.io [2020-12-03T06:17:04.963Z] query: branch=master&commit=8bb330ce6d692bf7a15b42a58065c12266a2727a&build=86&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2Fmaster%2F86%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=&job=&cmd_args= [2020-12-03T06:17:04.963Z] -> Pinging Codecov [2020-12-03T06:17:04.963Z] https://codecov.io/upload/v4?package=bash-20201130-cc6d3fe&token=secret&branch=master&commit=8bb330ce6d692bf7a15b42a58065c12266a2727a&build=86&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2Fmaster%2F86%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=&job=&cmd_args= [2020-12-03T06:17:05.539Z] -> Uploading to [2020-12-03T06:17:05.540Z] https://storage.googleapis.com/codecov/v4/raw/2020-12-03/71470A77251A30514AAF9C0BB2E5B6CE/8bb330ce6d692bf7a15b42a58065c12266a2727a/ba4d2a14-35dc-4ae2-a918-1318f15f7006.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201203%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201203T061705Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=5ce26701e6859571615225ae03f561e5550f7959772149d5da6a8e149db94469 [2020-12-03T06:17:05.540Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-03T06:17:05.540Z] Dload Upload Total Spent Left Speed [2020-12-03T06:17:05.802Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 17351 0 0 100 17351 0 37673 --:--:-- --:--:-- --:--:-- 37637 100 17351 0 0 100 17351 0 37659 --:--:-- --:--:-- --:--:-- 37637 [2020-12-03T06:17:05.802Z] -> View reports at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/8bb330ce6d692bf7a15b42a58065c12266a2727a [Pipeline] } [2020-12-03T06:17:05.813Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2020-12-03T06:17:06.772Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2020-12-03T06:17:06.861Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:17:07.202Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-03T06:17:07.202Z] [2020-12-03T06:17:07.202Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:17:07.553Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-03T06:17:07.553Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2020-12-03T06:17:07.553Z] 188c0c94c7c5: Pulling fs layer [2020-12-03T06:17:07.553Z] 0ef7d3d256c8: Pulling fs layer [2020-12-03T06:17:07.553Z] de9db76c5a1d: Pulling fs layer [2020-12-03T06:17:07.553Z] 0eba1c9be4d2: Pulling fs layer [2020-12-03T06:17:07.553Z] 0d57e429df01: Pulling fs layer [2020-12-03T06:17:07.553Z] 4e4be7b47b0d: Pulling fs layer [2020-12-03T06:17:07.553Z] e1f770b5df2f: Pulling fs layer [2020-12-03T06:17:07.553Z] 85a0685a4137: Pulling fs layer [2020-12-03T06:17:07.553Z] 0d57e429df01: Waiting [2020-12-03T06:17:07.553Z] 4e4be7b47b0d: Waiting [2020-12-03T06:17:07.553Z] e1f770b5df2f: Waiting [2020-12-03T06:17:07.553Z] 85a0685a4137: Waiting [2020-12-03T06:17:07.553Z] 0eba1c9be4d2: Waiting [2020-12-03T06:17:07.553Z] de9db76c5a1d: Verifying Checksum [2020-12-03T06:17:07.553Z] de9db76c5a1d: Download complete [2020-12-03T06:17:07.553Z] 0ef7d3d256c8: Download complete [2020-12-03T06:17:07.553Z] 0d57e429df01: Verifying Checksum [2020-12-03T06:17:07.553Z] 0d57e429df01: Download complete [2020-12-03T06:17:07.553Z] 4e4be7b47b0d: Verifying Checksum [2020-12-03T06:17:07.553Z] 4e4be7b47b0d: Download complete [2020-12-03T06:17:07.553Z] 188c0c94c7c5: Verifying Checksum [2020-12-03T06:17:07.553Z] 188c0c94c7c5: Download complete [2020-12-03T06:17:08.144Z] 188c0c94c7c5: Pull complete [2020-12-03T06:17:08.406Z] 0ef7d3d256c8: Pull complete [2020-12-03T06:17:08.406Z] de9db76c5a1d: Pull complete [2020-12-03T06:17:09.810Z] e1f770b5df2f: Verifying Checksum [2020-12-03T06:17:09.810Z] e1f770b5df2f: Download complete [2020-12-03T06:17:11.749Z] 0eba1c9be4d2: Verifying Checksum [2020-12-03T06:17:11.749Z] 0eba1c9be4d2: Download complete [2020-12-03T06:17:12.015Z] 85a0685a4137: Verifying Checksum [2020-12-03T06:17:12.015Z] 85a0685a4137: Download complete [2020-12-03T06:17:17.357Z] 0eba1c9be4d2: Pull complete [2020-12-03T06:17:17.357Z] 0d57e429df01: Pull complete [2020-12-03T06:17:17.357Z] 4e4be7b47b0d: Pull complete [2020-12-03T06:17:22.671Z] e1f770b5df2f: Pull complete [2020-12-03T06:17:29.302Z] 85a0685a4137: Pull complete [2020-12-03T06:17:29.302Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2020-12-03T06:17:29.302Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-03T06:17:29.302Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2020-12-03T06:17:29.553Z] prd-centos7-docker-4c-2g-14273 does not seem to be running inside a container [2020-12-03T06:17:29.607Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-12-03T06:17:30.692Z] $ docker top 807d7b0a86bc844cbc3ff3f164e86b96a13d76d981060c58fc8c161bb2aea006 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-12-03T06:17:30.907Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2020-12-03T06:17:31.205Z] + set -o pipefail [2020-12-03T06:17:31.205Z] + snyk monitor '--org=edgex-jenkins' [2020-12-03T06:17:36.514Z] [2020-12-03T06:17:36.514Z] Monitoring /w/workspace/dry_go-mod-core-contracts_master (github.com/edgexfoundry/go-mod-core-contracts)... [2020-12-03T06:17:36.514Z] [2020-12-03T06:17:36.514Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/243e2960-7ed5-4b5f-91e0-06a7d6b193d0/history/9eb5c177-e0de-40c2-bcf1-925a4f849a18 [2020-12-03T06:17:36.514Z] [2020-12-03T06:17:36.514Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-12-03T06:17:36.514Z] [2020-12-03T06:17:36.514Z] [Pipeline] } [2020-12-03T06:17:36.531Z] $ docker stop --time=1 807d7b0a86bc844cbc3ff3f164e86b96a13d76d981060c58fc8c161bb2aea006 [2020-12-03T06:17:38.852Z] $ docker rm -f 807d7b0a86bc844cbc3ff3f164e86b96a13d76d981060c58fc8c161bb2aea006 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2020-12-03T06:17:40.951Z] + git log --format=format:%s -1 8bb330ce6d692bf7a15b42a58065c12266a2727a [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:17:41.259Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-03T06:17:41.259Z] . [Pipeline] withDockerContainer [2020-12-03T06:17:41.352Z] prd-centos7-docker-4c-2g-14273 does not seem to be running inside a container [2020-12-03T06:17:41.398Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-12-03T06:17:42.234Z] $ docker top 46f43d7f2a3111e153fc2d14745738182e61f1491599fd11b0b54498bb51932f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-03T06:17:42.557Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-03T06:17:42.557Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-03T06:17:42.801Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-03T06:17:42.806Z] $ docker exec 46f43d7f2a3111e153fc2d14745738182e61f1491599fd11b0b54498bb51932f ssh-agent [2020-12-03T06:17:42.995Z] SSH_AUTH_SOCK=/tmp/ssh-EckEMYgscJbo/agent.13 [2020-12-03T06:17:42.995Z] SSH_AGENT_PID=18 [2020-12-03T06:17:43.003Z] Running ssh-add (command line suppressed) [2020-12-03T06:17:43.139Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_3078683702510793021.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_3078683702510793021.key) [2020-12-03T06:17:43.191Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-03T06:17:43.524Z] + git semver tag [2020-12-03T06:17:43.524Z] # -> Open(): unable to determine branch for HEAD [2020-12-03T06:17:43.524Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2020-12-03T06:17:43.524Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2020-12-03T06:17:43.524Z] # $SEMVER_REMOTE_NAME = origin [2020-12-03T06:17:43.524Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-03T06:17:43.524Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-03T06:17:43.524Z] # $SEMVER_BRANCH = master [2020-12-03T06:17:43.524Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [2020-12-03T06:17:43.524Z] # 8bb330ce6d692bf7a15b42a58065c12266a2727a HEAD [2020-12-03T06:17:43.524Z] # -> Force: false [2020-12-03T06:17:43.524Z] # d24321d85b16d005d176168ed5e229202dd243b3 refs/tags/v0.1.120 [Pipeline] } [2020-12-03T06:17:43.539Z] $ docker exec --env ******** --env ******** 46f43d7f2a3111e153fc2d14745738182e61f1491599fd11b0b54498bb51932f ssh-agent -k [2020-12-03T06:17:43.660Z] unset SSH_AUTH_SOCK; [2020-12-03T06:17:43.660Z] unset SSH_AGENT_PID; [2020-12-03T06:17:43.660Z] echo Agent pid 18 killed; [2020-12-03T06:17:43.706Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-03T06:17:44.191Z] + git semver [Pipeline] } [2020-12-03T06:17:44.207Z] $ docker stop --time=1 46f43d7f2a3111e153fc2d14745738182e61f1491599fd11b0b54498bb51932f [2020-12-03T06:17:45.550Z] $ docker rm -f 46f43d7f2a3111e153fc2d14745738182e61f1491599fd11b0b54498bb51932f [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:17:46.198Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-12-03T06:17:46.198Z] [2020-12-03T06:17:46.198Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:17:46.586Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-12-03T06:17:46.586Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-12-03T06:17:46.586Z] ab5ef0e58194: Pulling fs layer [2020-12-03T06:17:46.586Z] 9712f1f96733: Pulling fs layer [2020-12-03T06:17:46.586Z] 63f879dbbcfc: Pulling fs layer [2020-12-03T06:17:46.586Z] 0d9ebad4ef96: Pulling fs layer [2020-12-03T06:17:46.586Z] e9a5061849ea: Pulling fs layer [2020-12-03T06:17:46.586Z] d747dcd14b5f: Pulling fs layer [2020-12-03T06:17:46.586Z] 2de7ff778b66: Pulling fs layer [2020-12-03T06:17:46.586Z] e9a5061849ea: Waiting [2020-12-03T06:17:46.586Z] 2de7ff778b66: Waiting [2020-12-03T06:17:46.586Z] d747dcd14b5f: Waiting [2020-12-03T06:17:46.586Z] 0d9ebad4ef96: Waiting [2020-12-03T06:17:46.586Z] 9712f1f96733: Verifying Checksum [2020-12-03T06:17:46.586Z] 9712f1f96733: Download complete [2020-12-03T06:17:48.514Z] 63f879dbbcfc: Verifying Checksum [2020-12-03T06:17:48.514Z] 63f879dbbcfc: Download complete [2020-12-03T06:17:48.514Z] e9a5061849ea: Verifying Checksum [2020-12-03T06:17:48.514Z] e9a5061849ea: Download complete [2020-12-03T06:17:48.514Z] d747dcd14b5f: Download complete [2020-12-03T06:17:48.778Z] 0d9ebad4ef96: Verifying Checksum [2020-12-03T06:17:48.778Z] 0d9ebad4ef96: Download complete [2020-12-03T06:17:48.778Z] 2de7ff778b66: Verifying Checksum [2020-12-03T06:17:48.778Z] 2de7ff778b66: Download complete [2020-12-03T06:17:49.040Z] ab5ef0e58194: Verifying Checksum [2020-12-03T06:17:49.040Z] ab5ef0e58194: Download complete [2020-12-03T06:17:54.374Z] ab5ef0e58194: Pull complete [2020-12-03T06:17:54.374Z] 9712f1f96733: Pull complete [2020-12-03T06:17:56.298Z] 63f879dbbcfc: Pull complete [2020-12-03T06:18:02.978Z] 0d9ebad4ef96: Pull complete [2020-12-03T06:18:04.370Z] e9a5061849ea: Pull complete [2020-12-03T06:18:04.370Z] d747dcd14b5f: Pull complete [2020-12-03T06:18:06.939Z] 2de7ff778b66: Pull complete [2020-12-03T06:18:06.939Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-12-03T06:18:06.939Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-12-03T06:18:06.939Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-12-03T06:18:07.138Z] prd-centos7-docker-4c-2g-14273 does not seem to be running inside a container [2020-12-03T06:18:07.183Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-12-03T06:18:11.216Z] $ docker top da64e3b5b7dce66fc143040ba4607fb3f348150317836b072dd4e869709177d8 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-12-03T06:18:11.468Z] provisioning config files... [2020-12-03T06:18:11.478Z] copy managed file [sigul-config] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config396406965136186454tmp [2020-12-03T06:18:11.493Z] copy managed file [sigul-password] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config7119135850644667515tmp [2020-12-03T06:18:11.510Z] copy managed file [sigul-pki] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config1505008942011128174tmp [Pipeline] { [Pipeline] echo [2020-12-03T06:18:11.577Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-03T06:18:11.877Z] ---> sigul-configuration.sh [2020-12-03T06:18:11.877Z] gpg: directory `/root/.gnupg' created [2020-12-03T06:18:11.877Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-12-03T06:18:11.877Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-12-03T06:18:11.877Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-12-03T06:18:11.877Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-12-03T06:18:11.877Z] gpg: CAST5 encrypted data [2020-12-03T06:18:12.139Z] gpg: encrypted with 1 passphrase [2020-12-03T06:18:12.139Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-12-03T06:18:12.433Z] + mkdir /home/jenkins [2020-12-03T06:18:12.433Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-12-03T06:18:12.785Z] + 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-12-03T06:18:12.799Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-03T06:18:13.150Z] ---> sigul-install.sh [2020-12-03T06:18:19.821Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-12-03T06:18:20.125Z] + git tag --list [2020-12-03T06:18:20.125Z] v0.0.0 [2020-12-03T06:18:20.125Z] v0.0.1 [2020-12-03T06:18:20.125Z] v0.1.0 [2020-12-03T06:18:20.125Z] v0.1.1 [2020-12-03T06:18:20.125Z] v0.1.10 [2020-12-03T06:18:20.125Z] v0.1.100 [2020-12-03T06:18:20.125Z] v0.1.101 [2020-12-03T06:18:20.125Z] v0.1.102 [2020-12-03T06:18:20.125Z] v0.1.103 [2020-12-03T06:18:20.125Z] v0.1.104 [2020-12-03T06:18:20.125Z] v0.1.105 [2020-12-03T06:18:20.125Z] v0.1.106 [2020-12-03T06:18:20.125Z] v0.1.107 [2020-12-03T06:18:20.125Z] v0.1.108 [2020-12-03T06:18:20.125Z] v0.1.109 [2020-12-03T06:18:20.125Z] v0.1.11 [2020-12-03T06:18:20.125Z] v0.1.110 [2020-12-03T06:18:20.125Z] v0.1.111 [2020-12-03T06:18:20.125Z] v0.1.112 [2020-12-03T06:18:20.125Z] v0.1.113 [2020-12-03T06:18:20.125Z] v0.1.114 [2020-12-03T06:18:20.125Z] v0.1.115 [2020-12-03T06:18:20.125Z] v0.1.116 [2020-12-03T06:18:20.125Z] v0.1.117 [2020-12-03T06:18:20.125Z] v0.1.118 [2020-12-03T06:18:20.125Z] v0.1.119 [2020-12-03T06:18:20.125Z] v0.1.12 [2020-12-03T06:18:20.125Z] v0.1.120 [2020-12-03T06:18:20.125Z] v0.1.13 [2020-12-03T06:18:20.125Z] v0.1.14 [2020-12-03T06:18:20.125Z] v0.1.15 [2020-12-03T06:18:20.125Z] v0.1.16 [2020-12-03T06:18:20.125Z] v0.1.17 [2020-12-03T06:18:20.125Z] v0.1.18 [2020-12-03T06:18:20.125Z] v0.1.19 [2020-12-03T06:18:20.125Z] v0.1.2 [2020-12-03T06:18:20.125Z] v0.1.20 [2020-12-03T06:18:20.125Z] v0.1.21 [2020-12-03T06:18:20.125Z] v0.1.22 [2020-12-03T06:18:20.125Z] v0.1.23 [2020-12-03T06:18:20.125Z] v0.1.24 [2020-12-03T06:18:20.125Z] v0.1.25 [2020-12-03T06:18:20.125Z] v0.1.26 [2020-12-03T06:18:20.125Z] v0.1.27 [2020-12-03T06:18:20.125Z] v0.1.28 [2020-12-03T06:18:20.125Z] v0.1.29 [2020-12-03T06:18:20.125Z] v0.1.3 [2020-12-03T06:18:20.125Z] v0.1.30 [2020-12-03T06:18:20.125Z] v0.1.31 [2020-12-03T06:18:20.125Z] v0.1.32 [2020-12-03T06:18:20.125Z] v0.1.33 [2020-12-03T06:18:20.125Z] v0.1.34 [2020-12-03T06:18:20.125Z] v0.1.35 [2020-12-03T06:18:20.125Z] v0.1.36 [2020-12-03T06:18:20.125Z] v0.1.37 [2020-12-03T06:18:20.125Z] v0.1.38 [2020-12-03T06:18:20.125Z] v0.1.39 [2020-12-03T06:18:20.125Z] v0.1.4 [2020-12-03T06:18:20.125Z] v0.1.40 [2020-12-03T06:18:20.125Z] v0.1.41 [2020-12-03T06:18:20.125Z] v0.1.42 [2020-12-03T06:18:20.125Z] v0.1.43 [2020-12-03T06:18:20.125Z] v0.1.44 [2020-12-03T06:18:20.125Z] v0.1.45 [2020-12-03T06:18:20.125Z] v0.1.46 [2020-12-03T06:18:20.125Z] v0.1.47 [2020-12-03T06:18:20.125Z] v0.1.48 [2020-12-03T06:18:20.125Z] v0.1.49 [2020-12-03T06:18:20.125Z] v0.1.5 [2020-12-03T06:18:20.125Z] v0.1.50 [2020-12-03T06:18:20.125Z] v0.1.51 [2020-12-03T06:18:20.125Z] v0.1.52 [2020-12-03T06:18:20.125Z] v0.1.53 [2020-12-03T06:18:20.125Z] v0.1.54 [2020-12-03T06:18:20.125Z] v0.1.55 [2020-12-03T06:18:20.125Z] v0.1.56 [2020-12-03T06:18:20.125Z] v0.1.57 [2020-12-03T06:18:20.125Z] v0.1.58 [2020-12-03T06:18:20.125Z] v0.1.59 [2020-12-03T06:18:20.125Z] v0.1.6 [2020-12-03T06:18:20.125Z] v0.1.60 [2020-12-03T06:18:20.125Z] v0.1.61 [2020-12-03T06:18:20.125Z] v0.1.62 [2020-12-03T06:18:20.125Z] v0.1.63 [2020-12-03T06:18:20.125Z] v0.1.64 [2020-12-03T06:18:20.125Z] v0.1.65 [2020-12-03T06:18:20.125Z] v0.1.66 [2020-12-03T06:18:20.125Z] v0.1.67 [2020-12-03T06:18:20.125Z] v0.1.68 [2020-12-03T06:18:20.125Z] v0.1.69 [2020-12-03T06:18:20.125Z] v0.1.7 [2020-12-03T06:18:20.125Z] v0.1.70 [2020-12-03T06:18:20.125Z] v0.1.71 [2020-12-03T06:18:20.125Z] v0.1.72 [2020-12-03T06:18:20.125Z] v0.1.73 [2020-12-03T06:18:20.125Z] v0.1.74 [2020-12-03T06:18:20.125Z] v0.1.75 [2020-12-03T06:18:20.125Z] v0.1.76 [2020-12-03T06:18:20.125Z] v0.1.77 [2020-12-03T06:18:20.125Z] v0.1.78 [2020-12-03T06:18:20.125Z] v0.1.79 [2020-12-03T06:18:20.125Z] v0.1.8 [2020-12-03T06:18:20.125Z] v0.1.80 [2020-12-03T06:18:20.125Z] v0.1.81 [2020-12-03T06:18:20.125Z] v0.1.82 [2020-12-03T06:18:20.125Z] v0.1.83 [2020-12-03T06:18:20.125Z] v0.1.84 [2020-12-03T06:18:20.125Z] v0.1.85 [2020-12-03T06:18:20.125Z] v0.1.86 [2020-12-03T06:18:20.125Z] v0.1.87 [2020-12-03T06:18:20.125Z] v0.1.88 [2020-12-03T06:18:20.125Z] v0.1.89 [2020-12-03T06:18:20.125Z] v0.1.9 [2020-12-03T06:18:20.125Z] v0.1.90 [2020-12-03T06:18:20.125Z] v0.1.91 [2020-12-03T06:18:20.125Z] v0.1.92 [2020-12-03T06:18:20.125Z] v0.1.93 [2020-12-03T06:18:20.125Z] v0.1.94 [2020-12-03T06:18:20.125Z] v0.1.95 [2020-12-03T06:18:20.125Z] v0.1.96 [2020-12-03T06:18:20.125Z] v0.1.97 [2020-12-03T06:18:20.125Z] v0.1.98 [2020-12-03T06:18:20.125Z] v0.1.99 [Pipeline] sh [2020-12-03T06:18:20.422Z] + lftools sign git-tag v0.1.120 [2020-12-03T06:18:21.812Z] Signing Git tag with Sigul... [2020-12-03T06:18:21.812Z] Signing v0.1.120 [Pipeline] echo [2020-12-03T06:18:22.770Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-03T06:18:23.067Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-12-03T06:18:23.077Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-12-03T06:18:23.186Z] $ docker stop --time=1 da64e3b5b7dce66fc143040ba4607fb3f348150317836b072dd4e869709177d8 [2020-12-03T06:18:25.168Z] $ docker rm -f da64e3b5b7dce66fc143040ba4607fb3f348150317836b072dd4e869709177d8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:18:27.114Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-03T06:18:27.114Z] . [Pipeline] withDockerContainer [2020-12-03T06:18:27.221Z] prd-centos7-docker-4c-2g-14273 does not seem to be running inside a container [2020-12-03T06:18:27.275Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-12-03T06:18:27.969Z] $ docker top 9f8bb127871a58e25f5a9b8ed9612a17c05d9ef44523b1c35eece3b3eea0955d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-03T06:18:28.311Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-03T06:18:28.311Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-03T06:18:28.514Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-03T06:18:28.519Z] $ docker exec 9f8bb127871a58e25f5a9b8ed9612a17c05d9ef44523b1c35eece3b3eea0955d ssh-agent [2020-12-03T06:18:28.701Z] SSH_AUTH_SOCK=/tmp/ssh-ADNrA154p9ys/agent.12 [2020-12-03T06:18:28.701Z] SSH_AGENT_PID=18 [2020-12-03T06:18:28.708Z] Running ssh-add (command line suppressed) [2020-12-03T06:18:28.832Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_1549735513558723835.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_1549735513558723835.key) [2020-12-03T06:18:28.892Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-03T06:18:29.231Z] + git semver bump patch [2020-12-03T06:18:29.231Z] # -> Open(): unable to determine branch for HEAD [2020-12-03T06:18:29.231Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2020-12-03T06:18:29.231Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2020-12-03T06:18:29.231Z] # $SEMVER_REMOTE_NAME = origin [2020-12-03T06:18:29.231Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-03T06:18:29.231Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-03T06:18:29.231Z] # $SEMVER_BRANCH = master [2020-12-03T06:18:29.231Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [2020-12-03T06:18:29.231Z] 0.1.121 [Pipeline] } [2020-12-03T06:18:29.246Z] $ docker exec --env ******** --env ******** 9f8bb127871a58e25f5a9b8ed9612a17c05d9ef44523b1c35eece3b3eea0955d ssh-agent -k [2020-12-03T06:18:29.367Z] unset SSH_AUTH_SOCK; [2020-12-03T06:18:29.367Z] unset SSH_AGENT_PID; [2020-12-03T06:18:29.367Z] echo Agent pid 18 killed; [2020-12-03T06:18:29.416Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-03T06:18:29.902Z] + git semver [Pipeline] } [2020-12-03T06:18:29.922Z] $ docker stop --time=1 9f8bb127871a58e25f5a9b8ed9612a17c05d9ef44523b1c35eece3b3eea0955d [2020-12-03T06:18:31.368Z] $ docker rm -f 9f8bb127871a58e25f5a9b8ed9612a17c05d9ef44523b1c35eece3b3eea0955d [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:18:31.943Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-03T06:18:31.943Z] . [Pipeline] withDockerContainer [2020-12-03T06:18:32.043Z] prd-centos7-docker-4c-2g-14273 does not seem to be running inside a container [2020-12-03T06:18:32.088Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-12-03T06:18:32.868Z] $ docker top 8c0d0e3bc191f32f2779d7af7b97d7509e5410da2bff218137adbcff2e12034c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-03T06:18:33.168Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-03T06:18:33.168Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-03T06:18:33.361Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-03T06:18:33.365Z] $ docker exec 8c0d0e3bc191f32f2779d7af7b97d7509e5410da2bff218137adbcff2e12034c ssh-agent [2020-12-03T06:18:33.555Z] SSH_AUTH_SOCK=/tmp/ssh-83w1qufCyzhW/agent.12 [2020-12-03T06:18:33.555Z] SSH_AGENT_PID=18 [2020-12-03T06:18:33.562Z] Running ssh-add (command line suppressed) [2020-12-03T06:18:33.690Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_9006319742564340085.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_9006319742564340085.key) [2020-12-03T06:18:33.745Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-03T06:18:34.086Z] + git semver push [2020-12-03T06:18:34.086Z] # -> Open(): unable to determine branch for HEAD [2020-12-03T06:18:34.086Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2020-12-03T06:18:34.086Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2020-12-03T06:18:34.086Z] # $SEMVER_REMOTE_NAME = origin [2020-12-03T06:18:34.086Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-03T06:18:34.086Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-03T06:18:34.086Z] # $SEMVER_BRANCH = master [2020-12-03T06:18:34.086Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } [2020-12-03T06:18:40.701Z] $ docker exec --env ******** --env ******** 8c0d0e3bc191f32f2779d7af7b97d7509e5410da2bff218137adbcff2e12034c ssh-agent -k [2020-12-03T06:18:40.832Z] unset SSH_AUTH_SOCK; [2020-12-03T06:18:40.833Z] unset SSH_AGENT_PID; [2020-12-03T06:18:40.833Z] echo Agent pid 18 killed; [2020-12-03T06:18:40.883Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-03T06:18:41.400Z] + git semver [Pipeline] } [2020-12-03T06:18:41.418Z] $ docker stop --time=1 8c0d0e3bc191f32f2779d7af7b97d7509e5410da2bff218137adbcff2e12034c [2020-12-03T06:18:42.867Z] $ docker rm -f 8c0d0e3bc191f32f2779d7af7b97d7509e5410da2bff218137adbcff2e12034c [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-12-03T06:18:44.382Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-03T06:18:44.948Z] ---> package-listing.sh [2020-12-03T06:18:44.948Z] ++ facter osfamily [2020-12-03T06:18:44.948Z] ++ tr '[:upper:]' '[:lower:]' [2020-12-03T06:18:44.948Z] + OS_FAMILY=redhat [2020-12-03T06:18:44.948Z] + workspace=/w/workspace/dry_go-mod-core-contracts_master [2020-12-03T06:18:44.948Z] + START_PACKAGES=/tmp/packages_start.txt [2020-12-03T06:18:44.948Z] + END_PACKAGES=/tmp/packages_end.txt [2020-12-03T06:18:44.948Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-12-03T06:18:44.948Z] + PACKAGES=/tmp/packages_start.txt [2020-12-03T06:18:44.948Z] + '[' /w/workspace/dry_go-mod-core-contracts_master ']' [2020-12-03T06:18:44.948Z] + PACKAGES=/tmp/packages_end.txt [2020-12-03T06:18:44.948Z] + case "${OS_FAMILY}" in [2020-12-03T06:18:44.948Z] + rpm -qa [2020-12-03T06:18:44.949Z] + sort [2020-12-03T06:18:50.259Z] + '[' -f /tmp/packages_start.txt ']' [2020-12-03T06:18:50.259Z] + '[' -f /tmp/packages_end.txt ']' [2020-12-03T06:18:50.259Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-12-03T06:18:50.259Z] + '[' /w/workspace/dry_go-mod-core-contracts_master ']' [2020-12-03T06:18:50.259Z] + mkdir -p /w/workspace/dry_go-mod-core-contracts_master/archives/ [2020-12-03T06:18:50.259Z] + 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-12-03T06:18:50.273Z] 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-12-03T06:18:50.563Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:18:50.871Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-03T06:18:50.871Z] [2020-12-03T06:18:50.871Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-12-03T06:18:51.217Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-03T06:18:51.217Z] alpine: Pulling from edgex-lftools-log-publisher [2020-12-03T06:18:51.217Z] df20fa9351a1: Pulling fs layer [2020-12-03T06:18:51.217Z] 36b3adc4ff6f: Pulling fs layer [2020-12-03T06:18:51.217Z] 8ad3a11d3b57: Pulling fs layer [2020-12-03T06:18:51.217Z] 46f8f816bc3b: Pulling fs layer [2020-12-03T06:18:51.217Z] 93b61091891f: Pulling fs layer [2020-12-03T06:18:51.217Z] 93b9cdb0e59b: Pulling fs layer [2020-12-03T06:18:51.217Z] 5e14af77c1be: Pulling fs layer [2020-12-03T06:18:51.217Z] 01666e4c0597: Pulling fs layer [2020-12-03T06:18:51.217Z] aa168da1d23b: Pulling fs layer [2020-12-03T06:18:51.217Z] 46f8f816bc3b: Waiting [2020-12-03T06:18:51.217Z] 5e14af77c1be: Waiting [2020-12-03T06:18:51.217Z] 93b61091891f: Waiting [2020-12-03T06:18:51.217Z] 01666e4c0597: Waiting [2020-12-03T06:18:51.217Z] 93b9cdb0e59b: Waiting [2020-12-03T06:18:51.217Z] aa168da1d23b: Waiting [2020-12-03T06:18:51.217Z] 36b3adc4ff6f: Verifying Checksum [2020-12-03T06:18:51.217Z] 36b3adc4ff6f: Download complete [2020-12-03T06:18:51.217Z] 46f8f816bc3b: Download complete [2020-12-03T06:18:51.478Z] df20fa9351a1: Verifying Checksum [2020-12-03T06:18:51.478Z] df20fa9351a1: Download complete [2020-12-03T06:18:51.478Z] 93b9cdb0e59b: Verifying Checksum [2020-12-03T06:18:51.478Z] 93b9cdb0e59b: Download complete [2020-12-03T06:18:51.478Z] 93b61091891f: Verifying Checksum [2020-12-03T06:18:51.478Z] 93b61091891f: Download complete [2020-12-03T06:18:51.478Z] 5e14af77c1be: Verifying Checksum [2020-12-03T06:18:51.478Z] 5e14af77c1be: Download complete [2020-12-03T06:18:51.478Z] 01666e4c0597: Verifying Checksum [2020-12-03T06:18:51.478Z] 01666e4c0597: Download complete [2020-12-03T06:18:51.740Z] df20fa9351a1: Pull complete [2020-12-03T06:18:52.003Z] 36b3adc4ff6f: Pull complete [2020-12-03T06:18:52.269Z] 8ad3a11d3b57: Verifying Checksum [2020-12-03T06:18:52.269Z] 8ad3a11d3b57: Download complete [2020-12-03T06:18:53.672Z] 8ad3a11d3b57: Pull complete [2020-12-03T06:18:53.935Z] aa168da1d23b: Verifying Checksum [2020-12-03T06:18:53.935Z] aa168da1d23b: Download complete [2020-12-03T06:18:54.199Z] 46f8f816bc3b: Pull complete [2020-12-03T06:18:54.462Z] 93b61091891f: Pull complete [2020-12-03T06:18:54.724Z] 93b9cdb0e59b: Pull complete [2020-12-03T06:18:54.724Z] 5e14af77c1be: Pull complete [2020-12-03T06:18:54.988Z] 01666e4c0597: Pull complete [2020-12-03T06:19:03.180Z] aa168da1d23b: Pull complete [2020-12-03T06:19:03.180Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-12-03T06:19:03.180Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-03T06:19:03.180Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-12-03T06:19:03.406Z] prd-centos7-docker-4c-2g-14273 does not seem to be running inside a container [2020-12-03T06:19:03.454Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-12-03T06:19:06.283Z] $ docker top aff871f987a5a2e1c2b61a3aff0fa5337fe9ff6006ba93c97c294f90d7cedb20 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-03T06:19:06.940Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-12-03T06:19:07.257Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-12-03T06:19:07.557Z] + ls /var/log/sa-host [2020-12-03T06:19:07.558Z] + sadf -c /var/log/sa-host/sa03 [2020-12-03T06:19:07.558Z] file_magic: OK [2020-12-03T06:19:07.558Z] HZ: Using current value: 100 [2020-12-03T06:19:07.558Z] file_header: OK [2020-12-03T06:19:07.558Z] 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-12-03T06:19:07.558Z] Statistics: [2020-12-03T06:19:07.558Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-12-03T06:19:07.558Z] File successfully converted to sysstat format version 12.2.1 [2020-12-03T06:19:07.558Z] + sadf -c /var/log/sa-host/sa23 [2020-12-03T06:19:07.558Z] file_magic: OK [2020-12-03T06:19:07.558Z] HZ: Using current value: 100 [2020-12-03T06:19:07.558Z] file_header: OK [2020-12-03T06:19:07.558Z] 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-12-03T06:19:07.558Z] Statistics: [2020-12-03T06:19:07.558Z] Hnuu...uuuununununu... [2020-12-03T06:19:07.558Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-12-03T06:19:08.163Z] provisioning config files... [2020-12-03T06:19:08.178Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config4333559701938505518tmp [Pipeline] { [Pipeline] echo [2020-12-03T06:19:08.249Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-03T06:19:08.546Z] ---> create-netrc.sh [Pipeline] } [2020-12-03T06:19:08.555Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-12-03T06:19:08.664Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-03T06:19:08.959Z] ---> python-tools-install.sh [Pipeline] echo [2020-12-03T06:19:08.970Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-03T06:19:09.264Z] ---> sudo-logs.sh [2020-12-03T06:19:09.265Z] Archiving 'sudo' log.. [Pipeline] echo [2020-12-03T06:19:09.275Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-03T06:19:09.571Z] ---> job-cost.sh [2020-12-03T06:19:09.571Z] lf-activate-venv: SKIPPING [2020-12-03T06:19:09.571Z] INFO: No Stack... [2020-12-03T06:19:11.489Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-12-03T06:19:11.489Z] INFO: Archiving Costs [Pipeline] echo [2020-12-03T06:19:11.507Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-03T06:19:11.801Z] ---> logs-deploy.sh [2020-12-03T06:19:11.801Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/master/86 [2020-12-03T06:19:11.801Z] INFO: archiving workspace using pattern(s): [2020-12-03T06:19:13.719Z] Archives upload complete. [2020-12-03T06:19:13.719Z] INFO: archiving logs to Nexus