Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from c0e791ce8d89920a1cc47c081dc832321f7746d3 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 f82e9360b4159668f7e3e090307a6179e9a8e48d 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 f82e9360b4159668f7e3e090307a6179e9a8e48d 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 f82e9360b4159668f7e3e090307a6179e9a8e48d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f82e9360b4159668f7e3e090307a6179e9a8e48d # timeout=10 Commit message: "Merge pull request #311 from ernestojeda/fix-data-binary" > 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 SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-15505’ is offline Running on prd-centos7-docker-4c-2g-21040 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 Checking out Revision c0e791ce8d89920a1cc47c081dc832321f7746d3 (master) > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f c0e791ce8d89920a1cc47c081dc832321f7746d3 # timeout=10 Commit message: "Merge pull request #438 from lindseysimple/issue-437" > git rev-list --no-walk edfd204c88fe5109014f0a972b0a2927c208d19d # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-19T02:16:36.755Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-19T02:16:37.130Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-19T02:16:37.237Z] ========================================================= [2021-01-19T02:16:37.237Z] EdgeX Global Pipelines Version Info [2021-01-19T02:16:37.237Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-19T02:16:38.701Z] ------------------- [2021-01-19T02:16:38.701Z] stable info: [2021-01-19T02:16:38.701Z] ------------------- [2021-01-19T02:16:38.701Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-19T02:16:38.702Z] Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d [2021-01-19T02:16:38.702Z] Message: update stable to v1.0.177 [2021-01-19T02:16:39.650Z] ------------------- [2021-01-19T02:16:39.650Z] experimental info: [2021-01-19T02:16:39.650Z] ------------------- [2021-01-19T02:16:39.650Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-01-19T02:16:39.650Z] Commit SHA: e10e8b1c2921d3c8fd668fd9f38a05cab6ea93a3 [2021-01-19T02:16:39.650Z] Message: update experimental to v1.0.178 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-19T02:16:39.929Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo [2021-01-19T02:16:40.026Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo [2021-01-19T02:16:40.151Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-19T02:16:40.261Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-19T02:16:40.384Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-19T02:16:40.496Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-19T02:16:40.593Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-19T02:16:40.688Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-19T02:16:40.857Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-01-19T02:16:40.959Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-19T02:16:41.080Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-19T02:16:41.174Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo [2021-01-19T02:16:41.268Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-19T02:16:41.363Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-19T02:16:41.531Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2021-01-19T02:16:41.631Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-01-19T02:16:41.723Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-01-19T02:16:41.875Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-01-19T02:16:41.973Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo [2021-01-19T02:16:42.074Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-01-19T02:16:42.172Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-01-19T02:16:42.265Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-01-19T02:16:42.353Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-01-19T02:16:42.442Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-01-19T02:16:42.558Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2021-01-19T02:16:42.653Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-19T02:16:42.743Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-19T02:16:42.882Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-01-19T02:16:42.972Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-01-19T02:16:43.059Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-01-19T02:16:43.149Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = c0e791ce8d89920a1cc47c081dc832321f7746d3 [Pipeline] echo [2021-01-19T02:16:43.258Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = c0e791c [Pipeline] echo [2021-01-19T02:16:43.382Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-19T02:16:44.088Z] + git log --format=format:%s -1 c0e791ce8d89920a1cc47c081dc832321f7746d3 [Pipeline] echo [2021-01-19T02:16:44.151Z] GIT_COMMIT: c0e791ce8d89920a1cc47c081dc832321f7746d3, Commit Message: Merge pull request #438 from lindseysimple/issue-437 [Pipeline] echo [2021-01-19T02:16:44.203Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-01-19T02:16:45.338Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-19T02:16:45.599Z] [2021-01-19T02:16:45.599Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-19T02:16:45.962Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-19T02:16:45.962Z] latest: Pulling from edgex-devops/git-semver [2021-01-19T02:16:45.962Z] 31603596830f: Pulling fs layer [2021-01-19T02:16:45.962Z] 2a8b12db71e7: Pulling fs layer [2021-01-19T02:16:45.962Z] 6ca5941a6612: Pulling fs layer [2021-01-19T02:16:45.962Z] ecc8261a40a4: Pulling fs layer [2021-01-19T02:16:45.962Z] ecc8261a40a4: Waiting [2021-01-19T02:16:45.962Z] 2a8b12db71e7: Download complete [2021-01-19T02:16:46.226Z] 31603596830f: Verifying Checksum [2021-01-19T02:16:46.226Z] 31603596830f: Download complete [2021-01-19T02:16:46.226Z] ecc8261a40a4: Verifying Checksum [2021-01-19T02:16:46.226Z] ecc8261a40a4: Download complete [2021-01-19T02:16:46.487Z] 31603596830f: Pull complete [2021-01-19T02:16:46.487Z] 2a8b12db71e7: Pull complete [2021-01-19T02:16:46.487Z] 6ca5941a6612: Verifying Checksum [2021-01-19T02:16:46.487Z] 6ca5941a6612: Download complete [2021-01-19T02:16:47.066Z] 6ca5941a6612: Pull complete [2021-01-19T02:16:47.338Z] ecc8261a40a4: Pull complete [2021-01-19T02:16:47.338Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-19T02:16:47.338Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-19T02:16:47.338Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-19T02:16:47.464Z] prd-centos7-docker-4c-2g-21040 does not seem to be running inside a container [2021-01-19T02:16:47.507Z] $ 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 [2021-01-19T02:16:49.441Z] $ docker top 272d0c83253f12dfdf7da1e18fcb68fe8b30aef319b6bf2657ef376f293e7dda -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-19T02:16:49.740Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-19T02:16:49.740Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-19T02:16:49.926Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-19T02:16:49.929Z] $ docker exec 272d0c83253f12dfdf7da1e18fcb68fe8b30aef319b6bf2657ef376f293e7dda ssh-agent [2021-01-19T02:16:50.085Z] SSH_AUTH_SOCK=/tmp/ssh-lFOb4ShWVknW/agent.11 [2021-01-19T02:16:50.085Z] SSH_AGENT_PID=17 [2021-01-19T02:16:50.093Z] Running ssh-add (command line suppressed) [2021-01-19T02:16:50.209Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_8611142513018485015.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_8611142513018485015.key) [2021-01-19T02:16:50.260Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-19T02:16:50.608Z] + git tag --points-at HEAD [Pipeline] } [2021-01-19T02:16:50.628Z] $ docker exec --env ******** --env ******** 272d0c83253f12dfdf7da1e18fcb68fe8b30aef319b6bf2657ef376f293e7dda ssh-agent -k [2021-01-19T02:16:50.738Z] unset SSH_AUTH_SOCK; [2021-01-19T02:16:50.738Z] unset SSH_AGENT_PID; [2021-01-19T02:16:50.738Z] echo Agent pid 17 killed; [2021-01-19T02:16:50.786Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-19T02:16:50.930Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-19T02:16:50.930Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-19T02:16:51.087Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-19T02:16:51.091Z] $ docker exec 272d0c83253f12dfdf7da1e18fcb68fe8b30aef319b6bf2657ef376f293e7dda ssh-agent [2021-01-19T02:16:51.241Z] SSH_AUTH_SOCK=/tmp/ssh-bIrmJF8ASLBR/agent.45 [2021-01-19T02:16:51.241Z] SSH_AGENT_PID=51 [2021-01-19T02:16:51.247Z] Running ssh-add (command line suppressed) [2021-01-19T02:16:51.356Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_971852290276915533.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_971852290276915533.key) [2021-01-19T02:16:51.416Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-19T02:16:51.754Z] + git semver init [2021-01-19T02:16:51.754Z] # -> Open(): unable to determine branch for HEAD [2021-01-19T02:16:51.754Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2021-01-19T02:16:51.754Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2021-01-19T02:16:51.754Z] # $SEMVER_REMOTE_NAME = origin [2021-01-19T02:16:51.754Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-19T02:16:51.754Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-19T02:16:51.754Z] # $SEMVER_BRANCH = master [2021-01-19T02:16:51.754Z] # $SEMVER_TEMP = /tmp/semver-221390339 [2021-01-19T02:16:51.754Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP [2021-01-19T02:16:52.325Z] # '/tmp/semver-221390339' -> '/w/workspace/dry_go-mod-core-contracts_master/.semver' [2021-01-19T02:16:52.325Z] # -> Force: false [2021-01-19T02:16:52.325Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } [2021-01-19T02:16:52.336Z] $ docker exec --env ******** --env ******** 272d0c83253f12dfdf7da1e18fcb68fe8b30aef319b6bf2657ef376f293e7dda ssh-agent -k [2021-01-19T02:16:52.449Z] unset SSH_AUTH_SOCK; [2021-01-19T02:16:52.450Z] unset SSH_AGENT_PID; [2021-01-19T02:16:52.450Z] echo Agent pid 51 killed; [2021-01-19T02:16:52.493Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-19T02:16:52.997Z] + git semver [Pipeline] } [2021-01-19T02:16:53.016Z] $ docker stop --time=1 272d0c83253f12dfdf7da1e18fcb68fe8b30aef319b6bf2657ef376f293e7dda [2021-01-19T02:16:54.807Z] $ docker rm -f 272d0c83253f12dfdf7da1e18fcb68fe8b30aef319b6bf2657ef376f293e7dda [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-19T02:16:55.263Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-19T02:16:55.679Z] Stashed 1 file(s) [Pipeline] echo [2021-01-19T02:16:55.682Z] [edgeXSemver]: initialized semver on version 0.1.147 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2021-01-19T02:17:11.198Z] Still waiting to schedule task [2021-01-19T02:17:11.198Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-01-19T02:17:11.202Z] Still waiting to schedule task [2021-01-19T02:17:11.202Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline [2021-01-19T02:18:55.018Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-21041 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws [2021-01-19T02:18:55.077Z] Running in /w/workspace/go-mod-core-contracts/116 [Pipeline] { [Pipeline] checkout [2021-01-19T02:19:00.272Z] using credential edgex-jenkins-ssh [2021-01-19T02:19:00.379Z] Cloning the remote Git repository [2021-01-19T02:19:00.446Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-01-19T02:19:00.592Z] > git init /w/workspace/go-mod-core-contracts/116 # timeout=10 [2021-01-19T02:19:00.693Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-01-19T02:19:00.693Z] > git --version # timeout=10 [2021-01-19T02:19:00.711Z] > git --version # 'git version 2.17.1' [2021-01-19T02:19:00.712Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T02:19:00.798Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-19T02:19:02.240Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-01-19T02:19:02.260Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-19T02:19:02.293Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-01-19T02:19:02.331Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-01-19T02:19:02.331Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T02:19:02.347Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-19T02:19:03.696Z] Checking out Revision c0e791ce8d89920a1cc47c081dc832321f7746d3 (master) [2021-01-19T02:19:03.717Z] > git config core.sparsecheckout # timeout=10 [2021-01-19T02:19:03.730Z] > git checkout -f c0e791ce8d89920a1cc47c081dc832321f7746d3 # timeout=10 [2021-01-19T02:19:08.217Z] Commit message: "Merge pull request #438 from lindseysimple/issue-437" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-19T02:19:09.819Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-19T02:19:10.254Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-19T02:19:10.605Z] + sudo service docker restart [2021-01-19T02:19:10.606Z] + true [Pipeline] unstash [Pipeline] echo [2021-01-19T02:19:13.669Z] ========================================================= [2021-01-19T02:19:13.669Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-19T02:19:13.669Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-19T02:19:14.058Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-01-19T02:19:15.045Z] Sending build context to Docker daemon 2.19MB [2021-01-19T02:19:15.321Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-01-19T02:19:15.321Z] Step 2/7 : FROM ${BASE} [2021-01-19T02:19:15.596Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-19T02:19:15.597Z] 5f621e34cdf4: Pulling fs layer [2021-01-19T02:19:15.597Z] a4357932f1b6: Pulling fs layer [2021-01-19T02:19:15.597Z] 18c013af1878: Pulling fs layer [2021-01-19T02:19:15.597Z] 00ac8860ef70: Pulling fs layer [2021-01-19T02:19:15.597Z] 63d7cb157983: Pulling fs layer [2021-01-19T02:19:15.597Z] b116817d02f9: Pulling fs layer [2021-01-19T02:19:15.597Z] 745a02a5169b: Pulling fs layer [2021-01-19T02:19:15.597Z] 63d7cb157983: Waiting [2021-01-19T02:19:15.597Z] b116817d02f9: Waiting [2021-01-19T02:19:15.597Z] 745a02a5169b: Waiting [2021-01-19T02:19:15.597Z] 00ac8860ef70: Waiting [2021-01-19T02:19:15.597Z] 18c013af1878: Download complete [2021-01-19T02:19:15.597Z] a4357932f1b6: Verifying Checksum [2021-01-19T02:19:15.597Z] a4357932f1b6: Download complete [2021-01-19T02:19:15.597Z] 63d7cb157983: Download complete [2021-01-19T02:19:15.597Z] b116817d02f9: Download complete [2021-01-19T02:19:16.192Z] 5f621e34cdf4: Verifying Checksum [2021-01-19T02:19:16.192Z] 5f621e34cdf4: Download complete [2021-01-19T02:19:16.801Z] 5f621e34cdf4: Pull complete [2021-01-19T02:19:17.415Z] a4357932f1b6: Pull complete [2021-01-19T02:19:17.691Z] 18c013af1878: Pull complete [2021-01-19T02:19:19.182Z] 745a02a5169b: Verifying Checksum [2021-01-19T02:19:19.182Z] 745a02a5169b: Download complete [2021-01-19T02:19:20.163Z] 00ac8860ef70: Verifying Checksum [2021-01-19T02:19:20.163Z] 00ac8860ef70: Download complete [2021-01-19T02:19:30.382Z] 00ac8860ef70: Pull complete [2021-01-19T02:19:30.382Z] 63d7cb157983: Pull complete [2021-01-19T02:19:30.656Z] b116817d02f9: Pull complete [2021-01-19T02:19:34.998Z] 745a02a5169b: Pull complete [2021-01-19T02:19:34.998Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-19T02:19:34.998Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-19T02:19:34.998Z] ---> b7e6874047d6 [2021-01-19T02:19:34.998Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-01-19T02:19:37.684Z] ---> Running in 86cce7db4ca5 [2021-01-19T02:19:37.684Z] Removing intermediate container 86cce7db4ca5 [2021-01-19T02:19:37.684Z] ---> e7c47a758ee8 [2021-01-19T02:19:37.684Z] Step 4/7 : RUN apk add bash [2021-01-19T02:19:37.974Z] ---> Running in 9b837b53862a [2021-01-19T02:19:39.486Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T02:19:40.123Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T02:19:40.726Z] OK: 142 MiB in 39 packages [2021-01-19T02:19:42.170Z] Removing intermediate container 9b837b53862a [2021-01-19T02:19:42.170Z] ---> 4f8f82666dd5 [2021-01-19T02:19:42.170Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-01-19T02:19:42.170Z] ---> Running in c3081cc3fed0 [2021-01-19T02:19:42.774Z] Removing intermediate container c3081cc3fed0 [2021-01-19T02:19:42.774Z] ---> 508dedbfbd3a [2021-01-19T02:19:42.774Z] Step 6/7 : COPY go.mod . [2021-01-19T02:19:43.378Z] ---> a1463e1c133d [2021-01-19T02:19:43.378Z] Step 7/7 : RUN go mod download [2021-01-19T02:19:43.663Z] ---> Running in c50a4b08c2a3 [2021-01-19T02:19:54.290Z] Running on prd-centos7-docker-4c-2g-21042 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws [2021-01-19T02:19:54.351Z] Running in /w/workspace/go-mod-core-contracts/116 [Pipeline] { [Pipeline] checkout [2021-01-19T02:19:57.189Z] using credential edgex-jenkins-ssh [2021-01-19T02:19:57.248Z] Cloning the remote Git repository [2021-01-19T02:19:56.871Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-01-19T02:19:56.943Z] > git init /w/workspace/go-mod-core-contracts/116 # timeout=10 [2021-01-19T02:19:57.012Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-01-19T02:19:57.012Z] > git --version # timeout=10 [2021-01-19T02:19:57.020Z] > git --version # 'git version 2.24.3' [2021-01-19T02:19:57.021Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T02:19:57.051Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-19T02:19:58.846Z] Removing intermediate container c50a4b08c2a3 [2021-01-19T02:19:58.846Z] ---> ff0f0b46ad9c [2021-01-19T02:19:58.846Z] Successfully built ff0f0b46ad9c [2021-01-19T02:19:58.846Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-19T02:19:59.194Z] + docker inspect -f . ci-base-image-arm64 [2021-01-19T02:19:59.194Z] . [Pipeline] withDockerContainer [2021-01-19T02:19:59.463Z] prd-ubuntu18.04-docker-arm64-4c-16g-21041 does not seem to be running inside a container [2021-01-19T02:19:59.560Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/116 -v /w/workspace/go-mod-core-contracts/116:/w/workspace/go-mod-core-contracts/116:rw,z -v /w/workspace/go-mod-core-contracts/116@tmp:/w/workspace/go-mod-core-contracts/116@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-19T02:19:59.359Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-01-19T02:19:59.366Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-19T02:19:59.380Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-01-19T02:19:59.393Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-01-19T02:19:59.393Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T02:19:59.398Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-19T02:20:00.018Z] Checking out Revision c0e791ce8d89920a1cc47c081dc832321f7746d3 (master) [2021-01-19T02:20:01.047Z] $ docker top 28a81baea6f06fb9fd1dbb9b1a79af4bbdfb5f3a987d00dc9b1918ec23740394 -eo pid,comm [2021-01-19T02:19:59.851Z] > git config core.sparsecheckout # timeout=10 [2021-01-19T02:19:59.857Z] > git checkout -f c0e791ce8d89920a1cc47c081dc832321f7746d3 # timeout=10 [Pipeline] { [Pipeline] sh [2021-01-19T02:20:02.084Z] + go version [2021-01-19T02:20:02.085Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-19T02:20:02.111Z] $ docker stop --time=1 28a81baea6f06fb9fd1dbb9b1a79af4bbdfb5f3a987d00dc9b1918ec23740394 [2021-01-19T02:20:03.528Z] Commit message: "Merge pull request #438 from lindseysimple/issue-437" [2021-01-19T02:20:04.066Z] $ docker rm -f 28a81baea6f06fb9fd1dbb9b1a79af4bbdfb5f3a987d00dc9b1918ec23740394 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-19T02:20:05.163Z] + docker inspect -f . ci-base-image-arm64 [2021-01-19T02:20:05.164Z] . [Pipeline] withDockerContainer [2021-01-19T02:20:05.716Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [2021-01-19T02:20:05.727Z] prd-ubuntu18.04-docker-arm64-4c-16g-21041 does not seem to be running inside a container [2021-01-19T02:20:05.814Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/116 -v /w/workspace/go-mod-core-contracts/116:/w/workspace/go-mod-core-contracts/116:rw,z -v /w/workspace/go-mod-core-contracts/116@tmp:/w/workspace/go-mod-core-contracts/116@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-19T02:20:07.387Z] $ docker top 5392d8d3990d61a2145ccc5abfc09fd0a424405bb557881bbbac87b1b2b273a3 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh [2021-01-19T02:20:08.028Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-19T02:20:08.344Z] + sudo service docker restart [2021-01-19T02:20:08.344Z] + true [2021-01-19T02:20:08.344Z] Redirecting to /bin/systemctl restart docker.service [2021-01-19T02:20:08.476Z] + make test [2021-01-19T02:20:08.476Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [Pipeline] unstash [Pipeline] echo [2021-01-19T02:20:09.435Z] ========================================================= [2021-01-19T02:20:09.435Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-19T02:20:09.435Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-19T02:20:09.796Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-01-19T02:20:10.392Z] Sending build context to Docker daemon 2.191MB [2021-01-19T02:20:10.392Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-01-19T02:20:10.392Z] Step 2/7 : FROM ${BASE} [2021-01-19T02:20:10.392Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-19T02:20:10.392Z] 188c0c94c7c5: Pulling fs layer [2021-01-19T02:20:10.392Z] 0ef7d3d256c8: Pulling fs layer [2021-01-19T02:20:10.392Z] de9db76c5a1d: Pulling fs layer [2021-01-19T02:20:10.392Z] bca2f99d35d6: Pulling fs layer [2021-01-19T02:20:10.392Z] 93359f2a8cfa: Pulling fs layer [2021-01-19T02:20:10.392Z] 7c6f9722023f: Pulling fs layer [2021-01-19T02:20:10.392Z] a35cf1a2eb13: Pulling fs layer [2021-01-19T02:20:10.392Z] 93359f2a8cfa: Waiting [2021-01-19T02:20:10.392Z] 7c6f9722023f: Waiting [2021-01-19T02:20:10.392Z] a35cf1a2eb13: Waiting [2021-01-19T02:20:10.392Z] bca2f99d35d6: Waiting [2021-01-19T02:20:10.392Z] de9db76c5a1d: Verifying Checksum [2021-01-19T02:20:10.392Z] de9db76c5a1d: Download complete [2021-01-19T02:20:10.392Z] 0ef7d3d256c8: Download complete [2021-01-19T02:20:10.392Z] 93359f2a8cfa: Verifying Checksum [2021-01-19T02:20:10.392Z] 93359f2a8cfa: Download complete [2021-01-19T02:20:10.392Z] 7c6f9722023f: Verifying Checksum [2021-01-19T02:20:10.392Z] 7c6f9722023f: Download complete [2021-01-19T02:20:10.392Z] 188c0c94c7c5: Verifying Checksum [2021-01-19T02:20:10.392Z] 188c0c94c7c5: Download complete [2021-01-19T02:20:10.665Z] 188c0c94c7c5: Pull complete [2021-01-19T02:20:10.933Z] 0ef7d3d256c8: Pull complete [2021-01-19T02:20:11.205Z] de9db76c5a1d: Pull complete [2021-01-19T02:20:13.143Z] a35cf1a2eb13: Verifying Checksum [2021-01-19T02:20:13.143Z] a35cf1a2eb13: Download complete [2021-01-19T02:20:14.599Z] bca2f99d35d6: Download complete [2021-01-19T02:20:19.986Z] bca2f99d35d6: Pull complete [2021-01-19T02:20:20.253Z] 93359f2a8cfa: Pull complete [2021-01-19T02:20:20.253Z] 7c6f9722023f: Pull complete [2021-01-19T02:20:24.545Z] a35cf1a2eb13: Pull complete [2021-01-19T02:20:24.545Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-19T02:20:24.545Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-19T02:20:24.545Z] ---> a62c8e92a672 [2021-01-19T02:20:24.545Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-01-19T02:20:25.125Z] ---> Running in 22149a92b6f9 [2021-01-19T02:20:25.125Z] Removing intermediate container 22149a92b6f9 [2021-01-19T02:20:25.125Z] ---> 6668157789b0 [2021-01-19T02:20:25.125Z] Step 4/7 : RUN apk add bash [2021-01-19T02:20:25.392Z] ---> Running in fbec3a981522 [2021-01-19T02:20:25.977Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T02:20:26.560Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T02:20:27.138Z] OK: 166 MiB in 39 packages [2021-01-19T02:20:27.719Z] Removing intermediate container fbec3a981522 [2021-01-19T02:20:27.719Z] ---> e7c89cc131f4 [2021-01-19T02:20:27.719Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-01-19T02:20:27.719Z] ---> Running in ec5b1e0d8fae [2021-01-19T02:20:27.981Z] Removing intermediate container ec5b1e0d8fae [2021-01-19T02:20:27.981Z] ---> cd7a7d378df3 [2021-01-19T02:20:27.981Z] Step 6/7 : COPY go.mod . [2021-01-19T02:20:28.245Z] ---> 0ef0d601ef53 [2021-01-19T02:20:28.245Z] Step 7/7 : RUN go mod download [2021-01-19T02:20:28.245Z] ---> Running in bda3c948628e [2021-01-19T02:20:30.816Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] [2021-01-19T02:20:30.816Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.021s coverage: 85.7% of statements [2021-01-19T02:20:30.816Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.065s coverage: 100.0% of statements [2021-01-19T02:20:32.887Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.051s coverage: 45.4% of statements [2021-01-19T02:20:32.887Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.041s coverage: 77.8% of statements [2021-01-19T02:20:32.887Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] [2021-01-19T02:20:33.236Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.041s coverage: 26.3% of statements [2021-01-19T02:20:34.840Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.046s coverage: 14.7% of statements [2021-01-19T02:20:35.204Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.024s coverage: 100.0% of statements [2021-01-19T02:20:36.323Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.076s coverage: 91.8% of statements [2021-01-19T02:20:36.323Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] [2021-01-19T02:20:36.323Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] [2021-01-19T02:20:36.323Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.062s coverage: 100.0% of statements [2021-01-19T02:20:36.323Z] ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.017s coverage: 47.8% of statements [2021-01-19T02:20:40.679Z] Removing intermediate container bda3c948628e [2021-01-19T02:20:40.679Z] ---> 5f90b64b5956 [2021-01-19T02:20:40.679Z] Successfully built 5f90b64b5956 [2021-01-19T02:20:40.679Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-19T02:20:41.063Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-19T02:20:41.063Z] . [Pipeline] withDockerContainer [2021-01-19T02:20:41.240Z] prd-centos7-docker-4c-2g-21042 does not seem to be running inside a container [2021-01-19T02:20:41.378Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/116 -v /w/workspace/go-mod-core-contracts/116:/w/workspace/go-mod-core-contracts/116:rw,z -v /w/workspace/go-mod-core-contracts/116@tmp:/w/workspace/go-mod-core-contracts/116@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-x86_64 cat [2021-01-19T02:20:42.003Z] ok github.com/edgexfoundry/go-mod-core-contracts/models 0.097s coverage: 63.0% of statements [2021-01-19T02:20:42.003Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.010s coverage: 26.3% of statements [2021-01-19T02:20:42.003Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.019s coverage: 15.4% of statements [2021-01-19T02:20:42.003Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.033s coverage: 15.4% of statements [2021-01-19T02:20:42.003Z] ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.034s coverage: 14.3% of statements [2021-01-19T02:20:42.003Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] [2021-01-19T02:20:42.109Z] $ docker top c6bd141f2138bc04051d019fb2bf258a283148e9f668fd9b31ac6889abb6a0aa -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T02:20:42.679Z] + go version [2021-01-19T02:20:42.679Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-19T02:20:42.698Z] $ docker stop --time=1 c6bd141f2138bc04051d019fb2bf258a283148e9f668fd9b31ac6889abb6a0aa [2021-01-19T02:20:43.087Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http 0.198s coverage: 85.2% of statements [2021-01-19T02:20:43.087Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http/utils [no test files] [2021-01-19T02:20:43.087Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] [2021-01-19T02:20:43.087Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.087s coverage: 44.1% of statements [2021-01-19T02:20:43.762Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.053s coverage: 94.4% of statements [2021-01-19T02:20:44.083Z] $ docker rm -f c6bd141f2138bc04051d019fb2bf258a283148e9f668fd9b31ac6889abb6a0aa [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T02:20:45.210Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-19T02:20:45.210Z] . [Pipeline] withDockerContainer [2021-01-19T02:20:45.360Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.146s coverage: 92.9% of statements [2021-01-19T02:20:45.361Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.021s coverage: 100.0% of statements [2021-01-19T02:20:45.361Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] [2021-01-19T02:20:45.361Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-01-19T02:20:45.365Z] prd-centos7-docker-4c-2g-21042 does not seem to be running inside a container [2021-01-19T02:20:45.466Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/116 -v /w/workspace/go-mod-core-contracts/116:/w/workspace/go-mod-core-contracts/116:rw,z -v /w/workspace/go-mod-core-contracts/116@tmp:/w/workspace/go-mod-core-contracts/116@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-x86_64 cat [2021-01-19T02:20:46.213Z] $ docker top 9e40315f83c06d9e1479ed799058410d36b852dced79a8c47ae5153b9cc54673 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T02:20:46.963Z] + make test [2021-01-19T02:20:46.963Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-01-19T02:20:49.948Z] gofmt -l . [2021-01-19T02:20:50.567Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-01-19T02:20:51.224Z] $ docker stop --time=1 5392d8d3990d61a2145ccc5abfc09fd0a424405bb557881bbbac87b1b2b273a3 [2021-01-19T02:20:53.409Z] $ docker rm -f 5392d8d3990d61a2145ccc5abfc09fd0a424405bb557881bbbac87b1b2b273a3 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-19T02:20:54.309Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] [2021-01-19T02:20:54.432Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-19T02:20:54.612Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.021s coverage: 85.7% of statements [2021-01-19T02:20:54.612Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.018s coverage: 100.0% of statements [2021-01-19T02:20:55.219Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.016s coverage: 45.4% of statements [2021-01-19T02:20:55.219Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.008s coverage: 77.8% of statements [2021-01-19T02:20:55.219Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] [2021-01-19T02:20:55.588Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [2021-01-19T02:20:55.842Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.017s coverage: 26.3% of statements Stage "Build" skipped due to when conditional [Pipeline] } [2021-01-19T02:20:56.133Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.023s coverage: 14.7% of statements [2021-01-19T02:20:56.133Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.006s coverage: 100.0% of statements [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [2021-01-19T02:20:56.436Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.051s coverage: 91.8% of statements [2021-01-19T02:20:56.436Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] [2021-01-19T02:20:56.436Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] [2021-01-19T02:20:56.436Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.014s coverage: 100.0% of statements Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2021-01-19T02:20:56.723Z] ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.007s coverage: 47.8% of statements [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-19T02:20:59.448Z] ok github.com/edgexfoundry/go-mod-core-contracts/models 0.037s coverage: 63.0% of statements [2021-01-19T02:20:59.448Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.016s coverage: 26.3% of statements [2021-01-19T02:20:59.448Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.009s coverage: 15.4% of statements [2021-01-19T02:20:59.448Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.020s coverage: 15.4% of statements [2021-01-19T02:20:59.448Z] ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.030s coverage: 14.3% of statements [2021-01-19T02:20:59.448Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] [2021-01-19T02:21:00.479Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http 0.054s coverage: 85.2% of statements [2021-01-19T02:21:00.479Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http/utils [no test files] [2021-01-19T02:21:00.479Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] [2021-01-19T02:21:00.479Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.032s coverage: 44.1% of statements [2021-01-19T02:21:00.479Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.044s coverage: 94.4% of statements [2021-01-19T02:21:00.479Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.032s coverage: 92.9% of statements [2021-01-19T02:21:00.479Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.012s coverage: 100.0% of statements [2021-01-19T02:21:00.479Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] [2021-01-19T02:21:00.770Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-01-19T02:21:02.225Z] gofmt -l . [2021-01-19T02:21:02.493Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-01-19T02:21:02.797Z] $ docker stop --time=1 9e40315f83c06d9e1479ed799058410d36b852dced79a8c47ae5153b9cc54673 [2021-01-19T02:21:05.252Z] $ docker rm -f 9e40315f83c06d9e1479ed799058410d36b852dced79a8c47ae5153b9cc54673 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-19T02:21:05.970Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-19T02:21:06.037Z] Warning: overwriting stash ‘coverage-report’ [2021-01-19T02:21:06.479Z] 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 [2021-01-19T02:21:09.603Z] provisioning config files... [2021-01-19T02:21:09.629Z] copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config1198191311507045719tmp [Pipeline] { [Pipeline] sh [2021-01-19T02:21:10.017Z] + set +x [2021-01-19T02:21:10.017Z] + curl -s https://codecov.io/bash [2021-01-19T02:21:10.017Z] + bash -s -- [2021-01-19T02:21:10.017Z] [2021-01-19T02:21:10.017Z] _____ _ [2021-01-19T02:21:10.017Z] / ____| | | [2021-01-19T02:21:10.017Z] | | ___ __| | ___ ___ _____ __ [2021-01-19T02:21:10.017Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-19T02:21:10.017Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-19T02:21:10.017Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-19T02:21:10.017Z] Bash-20210115-cec3c92 [2021-01-19T02:21:10.017Z] [2021-01-19T02:21:10.017Z] [2021-01-19T02:21:10.017Z] ==> git version 2.24.3 found [2021-01-19T02:21:10.017Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-01-19T02:21:10.017Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-19T02:21:10.017Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-19T02:21:10.283Z] ==> Jenkins CI detected. [2021-01-19T02:21:10.283Z] project root: . [2021-01-19T02:21:10.283Z] --> token set from env [2021-01-19T02:21:10.283Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-19T02:21:10.283Z] ==> Running gcov in . (disable via -X gcov) [2021-01-19T02:21:10.283Z] ==> Python coveragepy not found [2021-01-19T02:21:10.283Z] ==> Searching for coverage reports in: [2021-01-19T02:21:10.283Z] + . [2021-01-19T02:21:10.283Z] -> Found 1 reports [2021-01-19T02:21:10.283Z] ==> Detecting git/mercurial file structure [2021-01-19T02:21:10.283Z] ==> Reading reports [2021-01-19T02:21:10.283Z] + ./coverage.out bytes=123199 [2021-01-19T02:21:10.283Z] ==> Appending adjustments [2021-01-19T02:21:10.283Z] https://docs.codecov.io/docs/fixing-reports [2021-01-19T02:21:10.879Z] + Found adjustments [2021-01-19T02:21:10.879Z] ==> Gzipping contents [2021-01-19T02:21:10.879Z] 20K /tmp/codecov.IZ0xux.gz [2021-01-19T02:21:10.879Z] ==> Uploading reports [2021-01-19T02:21:10.879Z] url: https://codecov.io [2021-01-19T02:21:10.879Z] query: branch=master&commit=c0e791ce8d89920a1cc47c081dc832321f7746d3&build=116&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2Fmaster%2F116%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=&job=&cmd_args= [2021-01-19T02:21:10.879Z] -> Pinging Codecov [2021-01-19T02:21:10.879Z] https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=master&commit=c0e791ce8d89920a1cc47c081dc832321f7746d3&build=116&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2Fmaster%2F116%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=&job=&cmd_args= [2021-01-19T02:21:11.478Z] -> Uploading to [2021-01-19T02:21:11.478Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-19/71470A77251A30514AAF9C0BB2E5B6CE/c0e791ce8d89920a1cc47c081dc832321f7746d3/5db0de8b-1014-4a50-b1f1-d7158c27f8c3.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210119%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210119T022111Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=2082397e3adb500c964e219ec4aabc2b0f0310bcdf0c7d4eecf32aee69fb0c3c [2021-01-19T02:21:11.478Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-19T02:21:11.478Z] Dload Upload Total Spent Left Speed [2021-01-19T02:21:12.080Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 19512 0 0 100 19512 0 35186 --:--:-- --:--:-- --:--:-- 35220 [2021-01-19T02:21:12.080Z] -> View reports at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/c0e791ce8d89920a1cc47c081dc832321f7746d3 [Pipeline] } [2021-01-19T02:21:12.094Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-01-19T02:21:13.088Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-01-19T02:21:13.141Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T02:21:13.563Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-19T02:21:13.563Z] [2021-01-19T02:21:13.563Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-01-19T02:21:13.962Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-19T02:21:13.962Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-01-19T02:21:13.962Z] 188c0c94c7c5: Pulling fs layer [2021-01-19T02:21:13.962Z] 0ef7d3d256c8: Pulling fs layer [2021-01-19T02:21:13.962Z] de9db76c5a1d: Pulling fs layer [2021-01-19T02:21:13.962Z] 0eba1c9be4d2: Pulling fs layer [2021-01-19T02:21:13.962Z] 0d57e429df01: Pulling fs layer [2021-01-19T02:21:13.962Z] 4e4be7b47b0d: Pulling fs layer [2021-01-19T02:21:13.962Z] e1f770b5df2f: Pulling fs layer [2021-01-19T02:21:13.962Z] 85a0685a4137: Pulling fs layer [2021-01-19T02:21:13.962Z] 0d57e429df01: Waiting [2021-01-19T02:21:13.962Z] 4e4be7b47b0d: Waiting [2021-01-19T02:21:13.962Z] e1f770b5df2f: Waiting [2021-01-19T02:21:13.962Z] 85a0685a4137: Waiting [2021-01-19T02:21:13.962Z] 0eba1c9be4d2: Waiting [2021-01-19T02:21:13.962Z] de9db76c5a1d: Verifying Checksum [2021-01-19T02:21:13.962Z] de9db76c5a1d: Download complete [2021-01-19T02:21:13.962Z] 0ef7d3d256c8: Verifying Checksum [2021-01-19T02:21:13.962Z] 0ef7d3d256c8: Download complete [2021-01-19T02:21:13.962Z] 0d57e429df01: Verifying Checksum [2021-01-19T02:21:13.962Z] 0d57e429df01: Download complete [2021-01-19T02:21:13.962Z] 4e4be7b47b0d: Verifying Checksum [2021-01-19T02:21:13.962Z] 4e4be7b47b0d: Download complete [2021-01-19T02:21:14.565Z] 188c0c94c7c5: Download complete [2021-01-19T02:21:14.565Z] 188c0c94c7c5: Pull complete [2021-01-19T02:21:15.075Z] 0ef7d3d256c8: Pull complete [2021-01-19T02:21:15.075Z] de9db76c5a1d: Pull complete [2021-01-19T02:21:15.075Z] e1f770b5df2f: Verifying Checksum [2021-01-19T02:21:15.075Z] e1f770b5df2f: Download complete [2021-01-19T02:21:19.618Z] 0eba1c9be4d2: Verifying Checksum [2021-01-19T02:21:19.618Z] 0eba1c9be4d2: Download complete [2021-01-19T02:21:20.240Z] 85a0685a4137: Verifying Checksum [2021-01-19T02:21:20.240Z] 85a0685a4137: Download complete [2021-01-19T02:21:24.541Z] 0eba1c9be4d2: Pull complete [2021-01-19T02:21:24.813Z] 0d57e429df01: Pull complete [2021-01-19T02:21:25.081Z] 4e4be7b47b0d: Pull complete [2021-01-19T02:21:26.706Z] e1f770b5df2f: Pull complete [2021-01-19T02:21:34.931Z] 85a0685a4137: Pull complete [2021-01-19T02:21:34.932Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-01-19T02:21:34.932Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-19T02:21:34.932Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-01-19T02:21:35.137Z] prd-centos7-docker-4c-2g-21040 does not seem to be running inside a container [2021-01-19T02:21:35.239Z] $ 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 [2021-01-19T02:21:36.211Z] $ docker top f445bad89bdec87e42017e478984f9093737f9037ab75448974760f5695341a9 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-19T02:21:36.475Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-01-19T02:21:36.836Z] + set -o pipefail [2021-01-19T02:21:36.836Z] + snyk monitor '--org=edgex-jenkins' [2021-01-19T02:21:52.230Z] [2021-01-19T02:21:52.230Z] Monitoring /w/workspace/dry_go-mod-core-contracts_master (github.com/edgexfoundry/go-mod-core-contracts)... [2021-01-19T02:21:52.230Z] [2021-01-19T02:21:52.230Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/243e2960-7ed5-4b5f-91e0-06a7d6b193d0/history/31dd69c3-4c32-4245-af91-755273ce4aaf [2021-01-19T02:21:52.230Z] [2021-01-19T02:21:52.230Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-01-19T02:21:52.230Z] [2021-01-19T02:21:52.230Z] [Pipeline] } [2021-01-19T02:21:52.266Z] $ docker stop --time=1 f445bad89bdec87e42017e478984f9093737f9037ab75448974760f5695341a9 [2021-01-19T02:21:54.466Z] $ docker rm -f f445bad89bdec87e42017e478984f9093737f9037ab75448974760f5695341a9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-01-19T02:21:56.425Z] + git log --format=format:%s -1 c0e791ce8d89920a1cc47c081dc832321f7746d3 [Pipeline] isUnix [Pipeline] sh [2021-01-19T02:21:56.763Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-19T02:21:56.763Z] . [Pipeline] withDockerContainer [2021-01-19T02:21:56.859Z] prd-centos7-docker-4c-2g-21040 does not seem to be running inside a container [2021-01-19T02:21:56.910Z] $ 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 [2021-01-19T02:21:57.526Z] $ docker top 00bd48b92c4f736114cf454fe1879e10b056c694e805fa6e9cdca199c739a7c3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-19T02:21:57.826Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-19T02:21:57.826Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-19T02:21:58.015Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-19T02:21:58.020Z] $ docker exec 00bd48b92c4f736114cf454fe1879e10b056c694e805fa6e9cdca199c739a7c3 ssh-agent [2021-01-19T02:21:58.180Z] SSH_AUTH_SOCK=/tmp/ssh-LVToA38e2Zfa/agent.11 [2021-01-19T02:21:58.180Z] SSH_AGENT_PID=17 [2021-01-19T02:21:58.192Z] Running ssh-add (command line suppressed) [2021-01-19T02:21:58.315Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_3413640615880874772.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_3413640615880874772.key) [2021-01-19T02:21:58.373Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-19T02:21:58.754Z] + git semver tag [2021-01-19T02:21:58.754Z] # -> Open(): unable to determine branch for HEAD [2021-01-19T02:21:58.754Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2021-01-19T02:21:58.754Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2021-01-19T02:21:58.754Z] # $SEMVER_REMOTE_NAME = origin [2021-01-19T02:21:58.754Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-19T02:21:58.754Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-19T02:21:58.754Z] # $SEMVER_BRANCH = master [2021-01-19T02:21:58.754Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [2021-01-19T02:21:58.754Z] # c0e791ce8d89920a1cc47c081dc832321f7746d3 HEAD [2021-01-19T02:21:58.754Z] # -> Force: false [2021-01-19T02:21:58.754Z] # 37a31a42814a1f90c1368740c92c15a453ab6825 refs/tags/v0.1.147 [Pipeline] } [2021-01-19T02:21:58.775Z] $ docker exec --env ******** --env ******** 00bd48b92c4f736114cf454fe1879e10b056c694e805fa6e9cdca199c739a7c3 ssh-agent -k [2021-01-19T02:21:58.897Z] unset SSH_AUTH_SOCK; [2021-01-19T02:21:58.898Z] unset SSH_AGENT_PID; [2021-01-19T02:21:58.898Z] echo Agent pid 17 killed; [2021-01-19T02:21:58.963Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-19T02:21:59.462Z] + git semver [Pipeline] } [2021-01-19T02:21:59.498Z] $ docker stop --time=1 00bd48b92c4f736114cf454fe1879e10b056c694e805fa6e9cdca199c739a7c3 [2021-01-19T02:22:01.133Z] $ docker rm -f 00bd48b92c4f736114cf454fe1879e10b056c694e805fa6e9cdca199c739a7c3 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-01-19T02:22:01.848Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-19T02:22:01.848Z] [2021-01-19T02:22:01.848Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-01-19T02:22:02.260Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-19T02:22:02.260Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-01-19T02:22:02.260Z] ab5ef0e58194: Pulling fs layer [2021-01-19T02:22:02.260Z] 9712f1f96733: Pulling fs layer [2021-01-19T02:22:02.260Z] 63f879dbbcfc: Pulling fs layer [2021-01-19T02:22:02.260Z] 0d9ebad4ef96: Pulling fs layer [2021-01-19T02:22:02.260Z] e9a5061849ea: Pulling fs layer [2021-01-19T02:22:02.260Z] d747dcd14b5f: Pulling fs layer [2021-01-19T02:22:02.260Z] 2de7ff778b66: Pulling fs layer [2021-01-19T02:22:02.260Z] 0d9ebad4ef96: Waiting [2021-01-19T02:22:02.260Z] e9a5061849ea: Waiting [2021-01-19T02:22:02.260Z] d747dcd14b5f: Waiting [2021-01-19T02:22:02.260Z] 2de7ff778b66: Waiting [2021-01-19T02:22:02.260Z] 9712f1f96733: Verifying Checksum [2021-01-19T02:22:02.260Z] 9712f1f96733: Download complete [2021-01-19T02:22:04.900Z] 63f879dbbcfc: Verifying Checksum [2021-01-19T02:22:04.900Z] 63f879dbbcfc: Download complete [2021-01-19T02:22:04.900Z] e9a5061849ea: Verifying Checksum [2021-01-19T02:22:04.900Z] e9a5061849ea: Download complete [2021-01-19T02:22:05.239Z] d747dcd14b5f: Verifying Checksum [2021-01-19T02:22:05.239Z] d747dcd14b5f: Download complete [2021-01-19T02:22:06.786Z] 2de7ff778b66: Download complete [2021-01-19T02:22:07.504Z] ab5ef0e58194: Verifying Checksum [2021-01-19T02:22:07.504Z] ab5ef0e58194: Download complete [2021-01-19T02:22:07.504Z] 0d9ebad4ef96: Verifying Checksum [2021-01-19T02:22:07.504Z] 0d9ebad4ef96: Download complete [2021-01-19T02:22:10.639Z] ab5ef0e58194: Pull complete [2021-01-19T02:22:11.031Z] 9712f1f96733: Pull complete [2021-01-19T02:22:13.974Z] 63f879dbbcfc: Pull complete [2021-01-19T02:22:19.562Z] 0d9ebad4ef96: Pull complete [2021-01-19T02:22:20.613Z] e9a5061849ea: Pull complete [2021-01-19T02:22:20.613Z] d747dcd14b5f: Pull complete [2021-01-19T02:22:23.293Z] 2de7ff778b66: Pull complete [2021-01-19T02:22:23.293Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-01-19T02:22:23.293Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-19T02:22:23.293Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-01-19T02:22:23.785Z] prd-centos7-docker-4c-2g-21040 does not seem to be running inside a container [2021-01-19T02:22:24.035Z] $ 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 [2021-01-19T02:22:27.360Z] $ docker top 531f496e6ebd074b01247808b0630f238fc014b0916765be261dc5410dc687f9 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-01-19T02:22:27.675Z] provisioning config files... [2021-01-19T02:22:27.687Z] copy managed file [sigul-config] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config4338304081508078452tmp [2021-01-19T02:22:27.733Z] copy managed file [sigul-password] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config6934324408381056035tmp [2021-01-19T02:22:27.756Z] copy managed file [sigul-pki] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config2737772108124362997tmp [Pipeline] { [Pipeline] echo [2021-01-19T02:22:27.826Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T02:22:28.219Z] ---> sigul-configuration.sh [2021-01-19T02:22:28.219Z] gpg: directory `/root/.gnupg' created [2021-01-19T02:22:28.219Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-01-19T02:22:28.219Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-01-19T02:22:28.219Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-01-19T02:22:28.219Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-01-19T02:22:28.219Z] gpg: CAST5 encrypted data [2021-01-19T02:22:28.500Z] gpg: encrypted with 1 passphrase [2021-01-19T02:22:28.500Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-01-19T02:22:28.846Z] + mkdir /home/jenkins [2021-01-19T02:22:28.846Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-01-19T02:22:29.204Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2021-01-19T02:22:29.221Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T02:22:29.566Z] ---> sigul-install.sh [2021-01-19T02:22:36.245Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-01-19T02:22:36.678Z] + git tag --list [2021-01-19T02:22:36.678Z] v0.0.0 [2021-01-19T02:22:36.678Z] v0.0.1 [2021-01-19T02:22:36.678Z] v0.1.0 [2021-01-19T02:22:36.678Z] v0.1.1 [2021-01-19T02:22:36.678Z] v0.1.10 [2021-01-19T02:22:36.678Z] v0.1.100 [2021-01-19T02:22:36.678Z] v0.1.101 [2021-01-19T02:22:36.678Z] v0.1.102 [2021-01-19T02:22:36.678Z] v0.1.103 [2021-01-19T02:22:36.678Z] v0.1.104 [2021-01-19T02:22:36.678Z] v0.1.105 [2021-01-19T02:22:36.678Z] v0.1.106 [2021-01-19T02:22:36.678Z] v0.1.107 [2021-01-19T02:22:36.678Z] v0.1.108 [2021-01-19T02:22:36.678Z] v0.1.109 [2021-01-19T02:22:36.678Z] v0.1.11 [2021-01-19T02:22:36.678Z] v0.1.110 [2021-01-19T02:22:36.678Z] v0.1.111 [2021-01-19T02:22:36.678Z] v0.1.112 [2021-01-19T02:22:36.678Z] v0.1.113 [2021-01-19T02:22:36.678Z] v0.1.114 [2021-01-19T02:22:36.678Z] v0.1.115 [2021-01-19T02:22:36.678Z] v0.1.116 [2021-01-19T02:22:36.678Z] v0.1.117 [2021-01-19T02:22:36.678Z] v0.1.118 [2021-01-19T02:22:36.678Z] v0.1.119 [2021-01-19T02:22:36.678Z] v0.1.12 [2021-01-19T02:22:36.678Z] v0.1.120 [2021-01-19T02:22:36.678Z] v0.1.121 [2021-01-19T02:22:36.678Z] v0.1.122 [2021-01-19T02:22:36.678Z] v0.1.123 [2021-01-19T02:22:36.678Z] v0.1.124 [2021-01-19T02:22:36.678Z] v0.1.125 [2021-01-19T02:22:36.678Z] v0.1.126 [2021-01-19T02:22:36.678Z] v0.1.127 [2021-01-19T02:22:36.678Z] v0.1.128 [2021-01-19T02:22:36.678Z] v0.1.129 [2021-01-19T02:22:36.678Z] v0.1.13 [2021-01-19T02:22:36.678Z] v0.1.130 [2021-01-19T02:22:36.678Z] v0.1.131 [2021-01-19T02:22:36.678Z] v0.1.132 [2021-01-19T02:22:36.678Z] v0.1.133 [2021-01-19T02:22:36.678Z] v0.1.134 [2021-01-19T02:22:36.678Z] v0.1.135 [2021-01-19T02:22:36.678Z] v0.1.136 [2021-01-19T02:22:36.678Z] v0.1.137 [2021-01-19T02:22:36.678Z] v0.1.138 [2021-01-19T02:22:36.678Z] v0.1.139 [2021-01-19T02:22:36.678Z] v0.1.14 [2021-01-19T02:22:36.678Z] v0.1.140 [2021-01-19T02:22:36.678Z] v0.1.141 [2021-01-19T02:22:36.678Z] v0.1.142 [2021-01-19T02:22:36.678Z] v0.1.143 [2021-01-19T02:22:36.678Z] v0.1.144 [2021-01-19T02:22:36.678Z] v0.1.145 [2021-01-19T02:22:36.678Z] v0.1.146 [2021-01-19T02:22:36.678Z] v0.1.147 [2021-01-19T02:22:36.678Z] v0.1.15 [2021-01-19T02:22:36.678Z] v0.1.16 [2021-01-19T02:22:36.678Z] v0.1.17 [2021-01-19T02:22:36.678Z] v0.1.18 [2021-01-19T02:22:36.678Z] v0.1.19 [2021-01-19T02:22:36.678Z] v0.1.2 [2021-01-19T02:22:36.678Z] v0.1.20 [2021-01-19T02:22:36.678Z] v0.1.21 [2021-01-19T02:22:36.678Z] v0.1.22 [2021-01-19T02:22:36.678Z] v0.1.23 [2021-01-19T02:22:36.678Z] v0.1.24 [2021-01-19T02:22:36.678Z] v0.1.25 [2021-01-19T02:22:36.679Z] v0.1.26 [2021-01-19T02:22:36.679Z] v0.1.27 [2021-01-19T02:22:36.679Z] v0.1.28 [2021-01-19T02:22:36.679Z] v0.1.29 [2021-01-19T02:22:36.679Z] v0.1.3 [2021-01-19T02:22:36.679Z] v0.1.30 [2021-01-19T02:22:36.679Z] v0.1.31 [2021-01-19T02:22:36.679Z] v0.1.32 [2021-01-19T02:22:36.679Z] v0.1.33 [2021-01-19T02:22:36.679Z] v0.1.34 [2021-01-19T02:22:36.679Z] v0.1.35 [2021-01-19T02:22:36.679Z] v0.1.36 [2021-01-19T02:22:36.679Z] v0.1.37 [2021-01-19T02:22:36.679Z] v0.1.38 [2021-01-19T02:22:36.679Z] v0.1.39 [2021-01-19T02:22:36.679Z] v0.1.4 [2021-01-19T02:22:36.679Z] v0.1.40 [2021-01-19T02:22:36.679Z] v0.1.41 [2021-01-19T02:22:36.679Z] v0.1.42 [2021-01-19T02:22:36.679Z] v0.1.43 [2021-01-19T02:22:36.679Z] v0.1.44 [2021-01-19T02:22:36.679Z] v0.1.45 [2021-01-19T02:22:36.679Z] v0.1.46 [2021-01-19T02:22:36.679Z] v0.1.47 [2021-01-19T02:22:36.679Z] v0.1.48 [2021-01-19T02:22:36.679Z] v0.1.49 [2021-01-19T02:22:36.679Z] v0.1.5 [2021-01-19T02:22:36.679Z] v0.1.50 [2021-01-19T02:22:36.679Z] v0.1.51 [2021-01-19T02:22:36.679Z] v0.1.52 [2021-01-19T02:22:36.679Z] v0.1.53 [2021-01-19T02:22:36.679Z] v0.1.54 [2021-01-19T02:22:36.679Z] v0.1.55 [2021-01-19T02:22:36.679Z] v0.1.56 [2021-01-19T02:22:36.679Z] v0.1.57 [2021-01-19T02:22:36.679Z] v0.1.58 [2021-01-19T02:22:36.679Z] v0.1.59 [2021-01-19T02:22:36.679Z] v0.1.6 [2021-01-19T02:22:36.679Z] v0.1.60 [2021-01-19T02:22:36.679Z] v0.1.61 [2021-01-19T02:22:36.679Z] v0.1.62 [2021-01-19T02:22:36.679Z] v0.1.63 [2021-01-19T02:22:36.679Z] v0.1.64 [2021-01-19T02:22:36.679Z] v0.1.65 [2021-01-19T02:22:36.679Z] v0.1.66 [2021-01-19T02:22:36.679Z] v0.1.67 [2021-01-19T02:22:36.679Z] v0.1.68 [2021-01-19T02:22:36.679Z] v0.1.69 [2021-01-19T02:22:36.679Z] v0.1.7 [2021-01-19T02:22:36.679Z] v0.1.70 [2021-01-19T02:22:36.679Z] v0.1.71 [2021-01-19T02:22:36.679Z] v0.1.72 [2021-01-19T02:22:36.679Z] v0.1.73 [2021-01-19T02:22:36.679Z] v0.1.74 [2021-01-19T02:22:36.679Z] v0.1.75 [2021-01-19T02:22:36.679Z] v0.1.76 [2021-01-19T02:22:36.679Z] v0.1.77 [2021-01-19T02:22:36.679Z] v0.1.78 [2021-01-19T02:22:36.679Z] v0.1.79 [2021-01-19T02:22:36.679Z] v0.1.8 [2021-01-19T02:22:36.679Z] v0.1.80 [2021-01-19T02:22:36.679Z] v0.1.81 [2021-01-19T02:22:36.679Z] v0.1.82 [2021-01-19T02:22:36.679Z] v0.1.83 [2021-01-19T02:22:36.679Z] v0.1.84 [2021-01-19T02:22:36.679Z] v0.1.85 [2021-01-19T02:22:36.679Z] v0.1.86 [2021-01-19T02:22:36.679Z] v0.1.87 [2021-01-19T02:22:36.679Z] v0.1.88 [2021-01-19T02:22:36.679Z] v0.1.89 [2021-01-19T02:22:36.679Z] v0.1.9 [2021-01-19T02:22:36.679Z] v0.1.90 [2021-01-19T02:22:36.679Z] v0.1.91 [2021-01-19T02:22:36.679Z] v0.1.92 [2021-01-19T02:22:36.679Z] v0.1.93 [2021-01-19T02:22:36.679Z] v0.1.94 [2021-01-19T02:22:36.679Z] v0.1.95 [2021-01-19T02:22:36.679Z] v0.1.96 [2021-01-19T02:22:36.679Z] v0.1.97 [2021-01-19T02:22:36.679Z] v0.1.98 [2021-01-19T02:22:36.679Z] v0.1.99 [Pipeline] sh [2021-01-19T02:22:37.033Z] + lftools sign git-tag v0.1.147 [2021-01-19T02:22:38.266Z] Signing Git tag with Sigul... [2021-01-19T02:22:38.266Z] Signing v0.1.147 [Pipeline] echo [2021-01-19T02:22:38.913Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T02:22:39.279Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-01-19T02:22:39.298Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-01-19T02:22:39.414Z] $ docker stop --time=1 531f496e6ebd074b01247808b0630f238fc014b0916765be261dc5410dc687f9 [2021-01-19T02:22:41.399Z] $ docker rm -f 531f496e6ebd074b01247808b0630f238fc014b0916765be261dc5410dc687f9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-01-19T02:22:42.388Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-19T02:22:42.388Z] . [Pipeline] withDockerContainer [2021-01-19T02:22:42.520Z] prd-centos7-docker-4c-2g-21040 does not seem to be running inside a container [2021-01-19T02:22:42.572Z] $ 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 [2021-01-19T02:22:43.180Z] $ docker top 3077adb0df7c876d2ca4beca2e24540653a3af615ff4fb32c07fcdc1d3740c7d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-19T02:22:43.616Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-19T02:22:43.616Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-19T02:22:43.811Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-19T02:22:43.814Z] $ docker exec 3077adb0df7c876d2ca4beca2e24540653a3af615ff4fb32c07fcdc1d3740c7d ssh-agent [2021-01-19T02:22:43.984Z] SSH_AUTH_SOCK=/tmp/ssh-jb2AqLx0gp23/agent.12 [2021-01-19T02:22:43.984Z] SSH_AGENT_PID=18 [2021-01-19T02:22:43.994Z] Running ssh-add (command line suppressed) [2021-01-19T02:22:44.119Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_3624888884499251326.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_3624888884499251326.key) [2021-01-19T02:22:44.187Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-19T02:22:44.543Z] + git semver bump patch [2021-01-19T02:22:44.543Z] # -> Open(): unable to determine branch for HEAD [2021-01-19T02:22:44.543Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2021-01-19T02:22:44.543Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2021-01-19T02:22:44.543Z] # $SEMVER_REMOTE_NAME = origin [2021-01-19T02:22:44.543Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-19T02:22:44.543Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-19T02:22:44.543Z] # $SEMVER_BRANCH = master [2021-01-19T02:22:44.543Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [2021-01-19T02:22:44.543Z] 0.1.148 [Pipeline] } [2021-01-19T02:22:44.573Z] $ docker exec --env ******** --env ******** 3077adb0df7c876d2ca4beca2e24540653a3af615ff4fb32c07fcdc1d3740c7d ssh-agent -k [2021-01-19T02:22:44.686Z] unset SSH_AUTH_SOCK; [2021-01-19T02:22:44.686Z] unset SSH_AGENT_PID; [2021-01-19T02:22:44.686Z] echo Agent pid 18 killed; [2021-01-19T02:22:44.762Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-19T02:22:45.302Z] + git semver [Pipeline] } [2021-01-19T02:22:45.346Z] $ docker stop --time=1 3077adb0df7c876d2ca4beca2e24540653a3af615ff4fb32c07fcdc1d3740c7d [2021-01-19T02:22:46.686Z] $ docker rm -f 3077adb0df7c876d2ca4beca2e24540653a3af615ff4fb32c07fcdc1d3740c7d [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-01-19T02:22:47.247Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-19T02:22:47.247Z] . [Pipeline] withDockerContainer [2021-01-19T02:22:47.382Z] prd-centos7-docker-4c-2g-21040 does not seem to be running inside a container [2021-01-19T02:22:47.466Z] $ 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 [2021-01-19T02:22:48.120Z] $ docker top 91289fc0b11df11715c481f7cb7a4cde9d7ba20348d115915e606baaf07488da -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-19T02:22:48.520Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-19T02:22:48.521Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-19T02:22:48.733Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-19T02:22:48.760Z] $ docker exec 91289fc0b11df11715c481f7cb7a4cde9d7ba20348d115915e606baaf07488da ssh-agent [2021-01-19T02:22:48.928Z] SSH_AUTH_SOCK=/tmp/ssh-fJ3C0lspfJGo/agent.12 [2021-01-19T02:22:48.928Z] SSH_AGENT_PID=17 [2021-01-19T02:22:48.944Z] Running ssh-add (command line suppressed) [2021-01-19T02:22:49.068Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_8869690529650470004.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_8869690529650470004.key) [2021-01-19T02:22:49.130Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-19T02:22:49.545Z] + git semver push [2021-01-19T02:22:49.545Z] # -> Open(): unable to determine branch for HEAD [2021-01-19T02:22:49.545Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2021-01-19T02:22:49.545Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2021-01-19T02:22:49.545Z] # $SEMVER_REMOTE_NAME = origin [2021-01-19T02:22:49.545Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-19T02:22:49.546Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-19T02:22:49.546Z] # $SEMVER_BRANCH = master [2021-01-19T02:22:49.546Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } [2021-01-19T02:22:57.800Z] $ docker exec --env ******** --env ******** 91289fc0b11df11715c481f7cb7a4cde9d7ba20348d115915e606baaf07488da ssh-agent -k [2021-01-19T02:22:57.913Z] unset SSH_AUTH_SOCK; [2021-01-19T02:22:57.914Z] unset SSH_AGENT_PID; [2021-01-19T02:22:57.914Z] echo Agent pid 17 killed; [2021-01-19T02:22:57.967Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-19T02:22:58.551Z] + git semver [Pipeline] } [2021-01-19T02:22:58.603Z] $ docker stop --time=1 91289fc0b11df11715c481f7cb7a4cde9d7ba20348d115915e606baaf07488da [2021-01-19T02:23:00.282Z] $ docker rm -f 91289fc0b11df11715c481f7cb7a4cde9d7ba20348d115915e606baaf07488da [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-01-19T02:23:02.126Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T02:23:02.734Z] ---> package-listing.sh [2021-01-19T02:23:02.734Z] ++ facter osfamily [2021-01-19T02:23:02.734Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-19T02:23:02.734Z] + OS_FAMILY=redhat [2021-01-19T02:23:02.734Z] + workspace=/w/workspace/dry_go-mod-core-contracts_master [2021-01-19T02:23:02.734Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-19T02:23:02.734Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-19T02:23:02.734Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-19T02:23:02.734Z] + PACKAGES=/tmp/packages_start.txt [2021-01-19T02:23:02.734Z] + '[' /w/workspace/dry_go-mod-core-contracts_master ']' [2021-01-19T02:23:02.734Z] + PACKAGES=/tmp/packages_end.txt [2021-01-19T02:23:02.734Z] + case "${OS_FAMILY}" in [2021-01-19T02:23:02.734Z] + rpm -qa [2021-01-19T02:23:02.734Z] + sort [2021-01-19T02:23:08.140Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-19T02:23:08.140Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-19T02:23:08.140Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-19T02:23:08.140Z] + '[' /w/workspace/dry_go-mod-core-contracts_master ']' [2021-01-19T02:23:08.140Z] + mkdir -p /w/workspace/dry_go-mod-core-contracts_master/archives/ [2021-01-19T02:23:08.140Z] + 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 [2021-01-19T02:23:08.158Z] 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 [2021-01-19T02:23:08.495Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-19T02:23:08.833Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-19T02:23:08.834Z] [2021-01-19T02:23:08.834Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-19T02:23:09.445Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-19T02:23:09.445Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-19T02:23:09.445Z] df20fa9351a1: Pulling fs layer [2021-01-19T02:23:09.445Z] 36b3adc4ff6f: Pulling fs layer [2021-01-19T02:23:09.445Z] 8ad3a11d3b57: Pulling fs layer [2021-01-19T02:23:09.445Z] 46f8f816bc3b: Pulling fs layer [2021-01-19T02:23:09.445Z] 93b61091891f: Pulling fs layer [2021-01-19T02:23:09.445Z] 93b9cdb0e59b: Pulling fs layer [2021-01-19T02:23:09.445Z] 5e14af77c1be: Pulling fs layer [2021-01-19T02:23:09.445Z] 01666e4c0597: Pulling fs layer [2021-01-19T02:23:09.445Z] aa168da1d23b: Pulling fs layer [2021-01-19T02:23:09.445Z] 93b9cdb0e59b: Waiting [2021-01-19T02:23:09.445Z] 5e14af77c1be: Waiting [2021-01-19T02:23:09.445Z] 01666e4c0597: Waiting [2021-01-19T02:23:09.445Z] 46f8f816bc3b: Waiting [2021-01-19T02:23:09.445Z] 93b61091891f: Waiting [2021-01-19T02:23:09.445Z] aa168da1d23b: Waiting [2021-01-19T02:23:09.445Z] 36b3adc4ff6f: Verifying Checksum [2021-01-19T02:23:09.445Z] 36b3adc4ff6f: Download complete [2021-01-19T02:23:09.445Z] 46f8f816bc3b: Verifying Checksum [2021-01-19T02:23:09.445Z] 46f8f816bc3b: Download complete [2021-01-19T02:23:09.762Z] df20fa9351a1: Verifying Checksum [2021-01-19T02:23:09.762Z] df20fa9351a1: Download complete [2021-01-19T02:23:09.762Z] 93b9cdb0e59b: Verifying Checksum [2021-01-19T02:23:09.762Z] 93b9cdb0e59b: Download complete [2021-01-19T02:23:09.762Z] 5e14af77c1be: Verifying Checksum [2021-01-19T02:23:09.762Z] 5e14af77c1be: Download complete [2021-01-19T02:23:09.762Z] 01666e4c0597: Verifying Checksum [2021-01-19T02:23:09.762Z] 01666e4c0597: Download complete [2021-01-19T02:23:09.762Z] 93b61091891f: Verifying Checksum [2021-01-19T02:23:09.762Z] 93b61091891f: Download complete [2021-01-19T02:23:09.762Z] df20fa9351a1: Pull complete [2021-01-19T02:23:10.069Z] 36b3adc4ff6f: Pull complete [2021-01-19T02:23:10.069Z] 8ad3a11d3b57: Verifying Checksum [2021-01-19T02:23:10.069Z] 8ad3a11d3b57: Download complete [2021-01-19T02:23:10.917Z] 8ad3a11d3b57: Pull complete [2021-01-19T02:23:10.917Z] 46f8f816bc3b: Pull complete [2021-01-19T02:23:11.198Z] 93b61091891f: Pull complete [2021-01-19T02:23:11.198Z] 93b9cdb0e59b: Pull complete [2021-01-19T02:23:11.474Z] 5e14af77c1be: Pull complete [2021-01-19T02:23:11.474Z] 01666e4c0597: Pull complete [2021-01-19T02:23:13.475Z] aa168da1d23b: Verifying Checksum [2021-01-19T02:23:13.475Z] aa168da1d23b: Download complete [2021-01-19T02:23:20.344Z] aa168da1d23b: Pull complete [2021-01-19T02:23:20.344Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-19T02:23:20.344Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-19T02:23:20.344Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-19T02:23:20.586Z] prd-centos7-docker-4c-2g-21040 does not seem to be running inside a container [2021-01-19T02:23:20.858Z] $ 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 [2021-01-19T02:23:23.654Z] $ docker top 1b40ab7979e5e5b2233cc8b5f9fda93e8118453cd670f22825d6346d62d79684 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T02:23:24.301Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-19T02:23:24.667Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-19T02:23:25.059Z] + ls /var/log/sa-host [2021-01-19T02:23:25.059Z] + sadf -c /var/log/sa-host/sa19 [2021-01-19T02:23:25.059Z] file_magic: OK [2021-01-19T02:23:25.059Z] HZ: Using current value: 100 [2021-01-19T02:23:25.059Z] file_header: OK [2021-01-19T02:23:25.059Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-19T02:23:25.059Z] Statistics: [2021-01-19T02:23:25.059Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-19T02:23:25.059Z] File successfully converted to sysstat format version 12.2.1 [2021-01-19T02:23:25.059Z] + sadf -c /var/log/sa-host/sa23 [2021-01-19T02:23:25.059Z] file_magic: OK [2021-01-19T02:23:25.059Z] HZ: Using current value: 100 [2021-01-19T02:23:25.059Z] file_header: OK [2021-01-19T02:23:25.059Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-19T02:23:25.059Z] Statistics: [2021-01-19T02:23:25.059Z] Hnuu...uuuununununu... [2021-01-19T02:23:25.059Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-19T02:23:25.811Z] provisioning config files... [2021-01-19T02:23:25.853Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config5339573799811059069tmp [Pipeline] { [Pipeline] echo [2021-01-19T02:23:25.932Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T02:23:26.252Z] ---> create-netrc.sh [Pipeline] } [2021-01-19T02:23:26.263Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-19T02:23:26.359Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T02:23:26.727Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-19T02:23:26.747Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T02:23:27.132Z] ---> sudo-logs.sh [2021-01-19T02:23:27.132Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-19T02:23:27.164Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T02:23:27.547Z] ---> job-cost.sh [2021-01-19T02:23:27.547Z] lf-activate-venv: SKIPPING [2021-01-19T02:23:27.547Z] INFO: No Stack... [2021-01-19T02:23:28.556Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-19T02:23:29.162Z] INFO: Archiving Costs [Pipeline] echo [2021-01-19T02:23:29.194Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T02:23:29.534Z] ---> logs-deploy.sh [2021-01-19T02:23:29.534Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/master/116 [2021-01-19T02:23:29.534Z] INFO: archiving workspace using pattern(s): [2021-01-19T02:23:31.493Z] Archives upload complete. [2021-01-19T02:23:31.761Z] INFO: archiving logs to Nexus