Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 4706aac4e49b41a0045cc8175e433a2491b846bc Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-core-contracts, buildImage:false, pushImage:false, semverBump:pre] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-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: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-24568 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git > git init /w/workspace/dry_go-mod-core-contracts_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 4706aac4e49b41a0045cc8175e433a2491b846bc (master) > 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 4706aac4e49b41a0045cc8175e433a2491b846bc # timeout=10 Commit message: "Merge pull request #439 from FelixTing/issue-431" > git rev-list --no-walk 5330e7a1e14f4aae69f926f73cef49e9e128662d # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-02T15:42:33.345Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-02T15:42:33.641Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-02T15:42:33.751Z] ========================================================= [2021-02-02T15:42:33.752Z] EdgeX Global Pipelines Version Info [2021-02-02T15:42:33.752Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-02T15:42:35.313Z] ------------------- [2021-02-02T15:42:35.313Z] stable info: [2021-02-02T15:42:35.313Z] ------------------- [2021-02-02T15:42:35.313Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-02T15:42:35.313Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-02T15:42:35.313Z] Message: update stable to v1.0.179 [2021-02-02T15:42:36.260Z] ------------------- [2021-02-02T15:42:36.260Z] experimental info: [2021-02-02T15:42:36.260Z] ------------------- [2021-02-02T15:42:36.260Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-02T15:42:36.260Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-02T15:42:36.260Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-02T15:42:36.527Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo [2021-02-02T15:42:36.623Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo [2021-02-02T15:42:36.718Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-02T15:42:36.812Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-02T15:42:36.912Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-02T15:42:37.006Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-02T15:42:37.099Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-02T15:42:37.194Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-02T15:42:37.293Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-02-02T15:42:37.389Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-02T15:42:37.486Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-02T15:42:37.593Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo [2021-02-02T15:42:37.688Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-02T15:42:37.783Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-02T15:42:37.876Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2021-02-02T15:42:37.970Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-02-02T15:42:38.063Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-02-02T15:42:38.168Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-02-02T15:42:38.274Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-02T15:42:38.366Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-02-02T15:42:38.461Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-02-02T15:42:38.558Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-02-02T15:42:38.661Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-02-02T15:42:38.750Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-02-02T15:42:38.841Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2021-02-02T15:42:38.949Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-02T15:42:39.039Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-02T15:42:39.176Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-02-02T15:42:39.321Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-02-02T15:42:39.419Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-02-02T15:42:39.510Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 4706aac4e49b41a0045cc8175e433a2491b846bc [Pipeline] echo [2021-02-02T15:42:39.603Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4706aac [Pipeline] echo [2021-02-02T15:42:39.692Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-02T15:42:40.434Z] + git log --format=format:%s -1 4706aac4e49b41a0045cc8175e433a2491b846bc [Pipeline] echo [2021-02-02T15:42:40.506Z] GIT_COMMIT: 4706aac4e49b41a0045cc8175e433a2491b846bc, Commit Message: Merge pull request #439 from FelixTing/issue-431 [Pipeline] echo [2021-02-02T15:42:40.559Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-02-02T15:42:41.543Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-02T15:42:41.806Z] [2021-02-02T15:42:41.806Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-02T15:42:42.159Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-02T15:42:42.159Z] latest: Pulling from edgex-devops/git-semver [2021-02-02T15:42:42.159Z] 31603596830f: Pulling fs layer [2021-02-02T15:42:42.159Z] 2a8b12db71e7: Pulling fs layer [2021-02-02T15:42:42.159Z] 6ca5941a6612: Pulling fs layer [2021-02-02T15:42:42.159Z] ecc8261a40a4: Pulling fs layer [2021-02-02T15:42:42.159Z] ecc8261a40a4: Waiting [2021-02-02T15:42:42.159Z] 2a8b12db71e7: Verifying Checksum [2021-02-02T15:42:42.159Z] 2a8b12db71e7: Download complete [2021-02-02T15:42:42.426Z] 31603596830f: Verifying Checksum [2021-02-02T15:42:42.426Z] 31603596830f: Download complete [2021-02-02T15:42:42.426Z] ecc8261a40a4: Verifying Checksum [2021-02-02T15:42:42.426Z] ecc8261a40a4: Download complete [2021-02-02T15:42:42.426Z] 6ca5941a6612: Verifying Checksum [2021-02-02T15:42:42.426Z] 6ca5941a6612: Download complete [2021-02-02T15:42:42.689Z] 31603596830f: Pull complete [2021-02-02T15:42:42.954Z] 2a8b12db71e7: Pull complete [2021-02-02T15:42:43.532Z] 6ca5941a6612: Pull complete [2021-02-02T15:42:43.795Z] ecc8261a40a4: Pull complete [2021-02-02T15:42:43.795Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-02T15:42:44.057Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-02T15:42:44.057Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-02T15:42:44.170Z] prd-centos7-docker-4c-2g-24568 does not seem to be running inside a container [2021-02-02T15:42:44.218Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-02T15:42:46.147Z] $ docker top 50b73f35169eaa3624ee71a7bfd493c32ec9bab0808971d35721d267143ef952 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-02T15:42:46.460Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-02T15:42:46.460Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-02T15:42:46.655Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-02T15:42:46.660Z] $ docker exec 50b73f35169eaa3624ee71a7bfd493c32ec9bab0808971d35721d267143ef952 ssh-agent [2021-02-02T15:42:46.815Z] SSH_AUTH_SOCK=/tmp/ssh-2AtsXlxGIzyM/agent.11 [2021-02-02T15:42:46.815Z] SSH_AGENT_PID=16 [2021-02-02T15:42:46.825Z] Running ssh-add (command line suppressed) [2021-02-02T15:42:46.940Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_1162815581311774337.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_1162815581311774337.key) [2021-02-02T15:42:46.993Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-02T15:42:47.328Z] + git tag --points-at HEAD [Pipeline] } [2021-02-02T15:42:47.349Z] $ docker exec --env ******** --env ******** 50b73f35169eaa3624ee71a7bfd493c32ec9bab0808971d35721d267143ef952 ssh-agent -k [2021-02-02T15:42:47.504Z] unset SSH_AUTH_SOCK; [2021-02-02T15:42:47.505Z] unset SSH_AGENT_PID; [2021-02-02T15:42:47.505Z] echo Agent pid 16 killed; [2021-02-02T15:42:47.564Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-02T15:42:47.762Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-02T15:42:47.762Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-02T15:42:47.927Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-02T15:42:47.932Z] $ docker exec 50b73f35169eaa3624ee71a7bfd493c32ec9bab0808971d35721d267143ef952 ssh-agent [2021-02-02T15:42:48.092Z] SSH_AUTH_SOCK=/tmp/ssh-JDL7cnrqFEUk/agent.44 [2021-02-02T15:42:48.092Z] SSH_AGENT_PID=50 [2021-02-02T15:42:48.099Z] Running ssh-add (command line suppressed) [2021-02-02T15:42:48.213Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_8674920059394378672.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_8674920059394378672.key) [2021-02-02T15:42:48.260Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-02T15:42:48.593Z] + git semver init [2021-02-02T15:42:48.593Z] # -> Open(): unable to determine branch for HEAD [2021-02-02T15:42:48.593Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2021-02-02T15:42:48.593Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2021-02-02T15:42:48.593Z] # $SEMVER_REMOTE_NAME = origin [2021-02-02T15:42:48.593Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-02T15:42:48.593Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-02T15:42:48.593Z] # $SEMVER_BRANCH = master [2021-02-02T15:42:48.593Z] # $SEMVER_TEMP = /tmp/semver-965747363 [2021-02-02T15:42:48.593Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP [2021-02-02T15:42:49.168Z] # '/tmp/semver-965747363' -> '/w/workspace/dry_go-mod-core-contracts_master/.semver' [2021-02-02T15:42:49.168Z] # -> Force: false [2021-02-02T15:42:49.168Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } [2021-02-02T15:42:49.182Z] $ docker exec --env ******** --env ******** 50b73f35169eaa3624ee71a7bfd493c32ec9bab0808971d35721d267143ef952 ssh-agent -k [2021-02-02T15:42:49.296Z] unset SSH_AUTH_SOCK; [2021-02-02T15:42:49.296Z] unset SSH_AGENT_PID; [2021-02-02T15:42:49.296Z] echo Agent pid 50 killed; [2021-02-02T15:42:49.342Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-02T15:42:49.814Z] + git semver [Pipeline] } [2021-02-02T15:42:49.835Z] $ docker stop --time=1 50b73f35169eaa3624ee71a7bfd493c32ec9bab0808971d35721d267143ef952 [2021-02-02T15:42:51.705Z] $ docker rm -f 50b73f35169eaa3624ee71a7bfd493c32ec9bab0808971d35721d267143ef952 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-02T15:42:52.196Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-02T15:42:52.603Z] Stashed 1 file(s) [Pipeline] echo [2021-02-02T15:42:52.606Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.17 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2021-02-02T15:43:08.097Z] Still waiting to schedule task [2021-02-02T15:43:08.097Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-24568’ [2021-02-02T15:43:08.099Z] Still waiting to schedule task [2021-02-02T15:43:08.099Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-02-02T15:44:57.184Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-24569 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws [2021-02-02T15:44:57.245Z] Running in /w/workspace/go-mod-core-contracts/135 [Pipeline] { [Pipeline] checkout [2021-02-02T15:45:02.376Z] using credential edgex-jenkins-ssh [2021-02-02T15:45:02.488Z] Cloning the remote Git repository [2021-02-02T15:45:02.550Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-02-02T15:45:02.663Z] > git init /w/workspace/go-mod-core-contracts/135 # timeout=10 [2021-02-02T15:45:02.731Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-02-02T15:45:02.732Z] > git --version # timeout=10 [2021-02-02T15:45:02.747Z] > git --version # 'git version 2.17.1' [2021-02-02T15:45:02.749Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-02T15:45:02.827Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-02T15:45:06.196Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-02-02T15:45:06.217Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-02T15:45:06.241Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-02-02T15:45:06.271Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-02-02T15:45:06.272Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-02T15:45:06.289Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-02T15:45:07.205Z] Checking out Revision 4706aac4e49b41a0045cc8175e433a2491b846bc (master) [2021-02-02T15:45:07.231Z] > git config core.sparsecheckout # timeout=10 [2021-02-02T15:45:07.251Z] > git checkout -f 4706aac4e49b41a0045cc8175e433a2491b846bc # timeout=10 [2021-02-02T15:45:11.620Z] Commit message: "Merge pull request #439 from FelixTing/issue-431" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-02T15:45:13.270Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-02T15:45:13.673Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-02T15:45:14.018Z] + sudo+ service docker restart [2021-02-02T15:45:14.018Z] true [Pipeline] unstash [Pipeline] echo [2021-02-02T15:45:16.295Z] ========================================================= [2021-02-02T15:45:16.295Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-02T15:45:16.295Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-02T15:45:16.682Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-02-02T15:45:17.670Z] Sending build context to Docker daemon 2.49MB [2021-02-02T15:45:17.670Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-02-02T15:45:17.670Z] Step 2/7 : FROM ${BASE} [2021-02-02T15:45:17.946Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-02T15:45:17.946Z] 5f621e34cdf4: Pulling fs layer [2021-02-02T15:45:17.946Z] a4357932f1b6: Pulling fs layer [2021-02-02T15:45:17.946Z] 18c013af1878: Pulling fs layer [2021-02-02T15:45:17.946Z] 00ac8860ef70: Pulling fs layer [2021-02-02T15:45:17.946Z] 63d7cb157983: Pulling fs layer [2021-02-02T15:45:17.946Z] b116817d02f9: Pulling fs layer [2021-02-02T15:45:17.946Z] 745a02a5169b: Pulling fs layer [2021-02-02T15:45:17.946Z] 00ac8860ef70: Waiting [2021-02-02T15:45:17.946Z] 63d7cb157983: Waiting [2021-02-02T15:45:17.946Z] b116817d02f9: Waiting [2021-02-02T15:45:17.946Z] 745a02a5169b: Waiting [2021-02-02T15:45:17.946Z] 18c013af1878: Verifying Checksum [2021-02-02T15:45:17.946Z] 18c013af1878: Download complete [2021-02-02T15:45:17.946Z] a4357932f1b6: Verifying Checksum [2021-02-02T15:45:17.946Z] a4357932f1b6: Download complete [2021-02-02T15:45:17.946Z] 63d7cb157983: Verifying Checksum [2021-02-02T15:45:17.946Z] 63d7cb157983: Download complete [2021-02-02T15:45:18.221Z] b116817d02f9: Download complete [2021-02-02T15:45:18.221Z] 5f621e34cdf4: Verifying Checksum [2021-02-02T15:45:18.221Z] 5f621e34cdf4: Download complete [2021-02-02T15:45:18.823Z] 5f621e34cdf4: Pull complete [2021-02-02T15:45:19.426Z] a4357932f1b6: Pull complete [2021-02-02T15:45:19.703Z] 18c013af1878: Pull complete [2021-02-02T15:45:20.680Z] 745a02a5169b: Verifying Checksum [2021-02-02T15:45:20.680Z] 745a02a5169b: Download complete [2021-02-02T15:45:21.662Z] 00ac8860ef70: Verifying Checksum [2021-02-02T15:45:21.662Z] 00ac8860ef70: Download complete [2021-02-02T15:45:31.841Z] 00ac8860ef70: Pull complete [2021-02-02T15:45:32.118Z] 63d7cb157983: Pull complete [2021-02-02T15:45:32.391Z] b116817d02f9: Pull complete [2021-02-02T15:45:36.721Z] 745a02a5169b: Pull complete [2021-02-02T15:45:36.721Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-02T15:45:36.721Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-02T15:45:36.721Z] ---> b7e6874047d6 [2021-02-02T15:45:36.721Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-02-02T15:45:39.347Z] ---> Running in cc121b350547 [2021-02-02T15:45:39.619Z] Removing intermediate container cc121b350547 [2021-02-02T15:45:39.619Z] ---> 360571775f02 [2021-02-02T15:45:39.619Z] Step 4/7 : RUN apk add bash [2021-02-02T15:45:39.619Z] ---> Running in 355cd2fecb70 [2021-02-02T15:45:41.086Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T15:45:41.688Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T15:45:41.779Z] Running on prd-centos7-docker-4c-2g-24570 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws [2021-02-02T15:45:41.837Z] Running in /w/workspace/go-mod-core-contracts/135 [Pipeline] { [Pipeline] checkout [2021-02-02T15:45:42.680Z] OK: 142 MiB in 39 packages [2021-02-02T15:45:43.671Z] Removing intermediate container 355cd2fecb70 [2021-02-02T15:45:43.671Z] ---> 61f3034fce3e [2021-02-02T15:45:43.671Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-02-02T15:45:43.955Z] ---> Running in 28d10dede54c [2021-02-02T15:45:44.311Z] using credential edgex-jenkins-ssh [2021-02-02T15:45:44.369Z] Cloning the remote Git repository [2021-02-02T15:45:44.555Z] Removing intermediate container 28d10dede54c [2021-02-02T15:45:44.555Z] ---> 9156a3734450 [2021-02-02T15:45:44.555Z] Step 6/7 : COPY go.mod . [2021-02-02T15:45:45.155Z] ---> 7b294abfe6ae [2021-02-02T15:45:45.155Z] Step 7/7 : RUN go mod download [2021-02-02T15:45:45.155Z] ---> Running in bf2836ca671e [2021-02-02T15:45:44.407Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-02-02T15:45:44.474Z] > git init /w/workspace/go-mod-core-contracts/135 # timeout=10 [2021-02-02T15:45:44.539Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-02-02T15:45:44.540Z] > git --version # timeout=10 [2021-02-02T15:45:44.549Z] > git --version # 'git version 2.24.3' [2021-02-02T15:45:44.550Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-02T15:45:44.579Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-02T15:45:45.291Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-02-02T15:45:45.299Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-02T15:45:45.314Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-02-02T15:45:45.329Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-02-02T15:45:45.329Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-02T15:45:45.334Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-02T15:45:45.725Z] Checking out Revision 4706aac4e49b41a0045cc8175e433a2491b846bc (master) [2021-02-02T15:45:45.739Z] > git config core.sparsecheckout # timeout=10 [2021-02-02T15:45:45.745Z] > git checkout -f 4706aac4e49b41a0045cc8175e433a2491b846bc # timeout=10 [2021-02-02T15:45:49.434Z] Commit message: "Merge pull request #439 from FelixTing/issue-431" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-02T15:45:50.676Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-02T15:45:51.033Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-02T15:45:51.341Z] + sudo service docker restart [2021-02-02T15:45:51.341Z] + true [2021-02-02T15:45:51.342Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo [2021-02-02T15:45:52.889Z] ========================================================= [2021-02-02T15:45:52.890Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-02T15:45:52.890Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-02T15:45:53.248Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-02-02T15:45:53.830Z] Sending build context to Docker daemon 2.491MB [2021-02-02T15:45:53.830Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-02-02T15:45:53.830Z] Step 2/7 : FROM ${BASE} [2021-02-02T15:45:53.830Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-02T15:45:53.830Z] 188c0c94c7c5: Pulling fs layer [2021-02-02T15:45:53.830Z] 0ef7d3d256c8: Pulling fs layer [2021-02-02T15:45:53.830Z] de9db76c5a1d: Pulling fs layer [2021-02-02T15:45:53.830Z] bca2f99d35d6: Pulling fs layer [2021-02-02T15:45:53.830Z] 93359f2a8cfa: Pulling fs layer [2021-02-02T15:45:53.830Z] 7c6f9722023f: Pulling fs layer [2021-02-02T15:45:53.830Z] a35cf1a2eb13: Pulling fs layer [2021-02-02T15:45:53.830Z] bca2f99d35d6: Waiting [2021-02-02T15:45:53.830Z] 7c6f9722023f: Waiting [2021-02-02T15:45:53.830Z] a35cf1a2eb13: Waiting [2021-02-02T15:45:53.830Z] 93359f2a8cfa: Waiting [2021-02-02T15:45:54.097Z] de9db76c5a1d: Download complete [2021-02-02T15:45:54.097Z] 0ef7d3d256c8: Verifying Checksum [2021-02-02T15:45:54.097Z] 0ef7d3d256c8: Download complete [2021-02-02T15:45:54.097Z] 93359f2a8cfa: Download complete [2021-02-02T15:45:54.097Z] 7c6f9722023f: Verifying Checksum [2021-02-02T15:45:54.097Z] 7c6f9722023f: Download complete [2021-02-02T15:45:54.097Z] 188c0c94c7c5: Verifying Checksum [2021-02-02T15:45:54.097Z] 188c0c94c7c5: Download complete [2021-02-02T15:45:54.366Z] 188c0c94c7c5: Pull complete [2021-02-02T15:45:54.633Z] 0ef7d3d256c8: Pull complete [2021-02-02T15:45:54.904Z] de9db76c5a1d: Pull complete [2021-02-02T15:45:55.900Z] a35cf1a2eb13: Verifying Checksum [2021-02-02T15:45:55.900Z] a35cf1a2eb13: Download complete [2021-02-02T15:45:56.478Z] bca2f99d35d6: Verifying Checksum [2021-02-02T15:45:56.478Z] bca2f99d35d6: Download complete [2021-02-02T15:46:00.246Z] Removing intermediate container bf2836ca671e [2021-02-02T15:46:00.246Z] ---> 555f6e2184bf [2021-02-02T15:46:00.246Z] Successfully built 555f6e2184bf [2021-02-02T15:46:00.246Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-02T15:46:00.584Z] + docker inspect -f . ci-base-image-arm64 [2021-02-02T15:46:00.584Z] . [Pipeline] withDockerContainer [2021-02-02T15:46:00.820Z] prd-ubuntu18.04-docker-arm64-4c-16g-24569 does not seem to be running inside a container [2021-02-02T15:46:00.907Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/135 -v /w/workspace/go-mod-core-contracts/135:/w/workspace/go-mod-core-contracts/135:rw,z -v /w/workspace/go-mod-core-contracts/135@tmp:/w/workspace/go-mod-core-contracts/135@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-02T15:46:01.810Z] bca2f99d35d6: Pull complete [2021-02-02T15:46:02.079Z] 93359f2a8cfa: Pull complete [2021-02-02T15:46:02.343Z] 7c6f9722023f: Pull complete [2021-02-02T15:46:02.369Z] $ docker top e71cfdc1725e23187539fd105eb416f235a482f43feea757deadd191a6c6663c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-02T15:46:03.374Z] + go version [2021-02-02T15:46:03.375Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-02T15:46:03.400Z] $ docker stop --time=1 e71cfdc1725e23187539fd105eb416f235a482f43feea757deadd191a6c6663c [2021-02-02T15:46:05.321Z] $ docker rm -f e71cfdc1725e23187539fd105eb416f235a482f43feea757deadd191a6c6663c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-02T15:46:06.322Z] + docker inspect -f . ci-base-image-arm64 [2021-02-02T15:46:06.322Z] . [Pipeline] withDockerContainer [2021-02-02T15:46:06.583Z] prd-ubuntu18.04-docker-arm64-4c-16g-24569 does not seem to be running inside a container [2021-02-02T15:46:06.669Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/135 -v /w/workspace/go-mod-core-contracts/135:/w/workspace/go-mod-core-contracts/135:rw,z -v /w/workspace/go-mod-core-contracts/135@tmp:/w/workspace/go-mod-core-contracts/135@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-02T15:46:07.731Z] a35cf1a2eb13: Pull complete [2021-02-02T15:46:07.731Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-02T15:46:07.731Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-02T15:46:07.731Z] ---> a62c8e92a672 [2021-02-02T15:46:07.731Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-02-02T15:46:07.731Z] ---> Running in 705c033fc36b [2021-02-02T15:46:07.731Z] Removing intermediate container 705c033fc36b [2021-02-02T15:46:07.731Z] ---> 8e8b300f7183 [2021-02-02T15:46:07.731Z] Step 4/7 : RUN apk add bash [2021-02-02T15:46:07.998Z] ---> Running in 3ef0fb5f3273 [2021-02-02T15:46:08.155Z] $ docker top 7bbd9287af4fdd38b8397e63797f252798f0b94ea3b437669e0b8f071cca65a6 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-02T15:46:08.574Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T15:46:09.150Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T15:46:09.181Z] + make test [2021-02-02T15:46:09.181Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-02-02T15:46:09.730Z] OK: 166 MiB in 39 packages [2021-02-02T15:46:10.318Z] Removing intermediate container 3ef0fb5f3273 [2021-02-02T15:46:10.318Z] ---> 54e42160e322 [2021-02-02T15:46:10.318Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-02-02T15:46:10.318Z] ---> Running in 39dc1af16a75 [2021-02-02T15:46:10.583Z] Removing intermediate container 39dc1af16a75 [2021-02-02T15:46:10.583Z] ---> 5eff1e6bb444 [2021-02-02T15:46:10.583Z] Step 6/7 : COPY go.mod . [2021-02-02T15:46:10.847Z] ---> 3032ee95f8cc [2021-02-02T15:46:10.847Z] Step 7/7 : RUN go mod download [2021-02-02T15:46:10.847Z] ---> Running in 445b7bd0176f [2021-02-02T15:46:23.145Z] Removing intermediate container 445b7bd0176f [2021-02-02T15:46:23.145Z] ---> afc60880ff5a [2021-02-02T15:46:23.145Z] Successfully built afc60880ff5a [2021-02-02T15:46:23.145Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-02T15:46:23.475Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-02T15:46:23.475Z] . [Pipeline] withDockerContainer [2021-02-02T15:46:23.589Z] prd-centos7-docker-4c-2g-24570 does not seem to be running inside a container [2021-02-02T15:46:23.644Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/135 -v /w/workspace/go-mod-core-contracts/135:/w/workspace/go-mod-core-contracts/135:rw,z -v /w/workspace/go-mod-core-contracts/135@tmp:/w/workspace/go-mod-core-contracts/135@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-x86_64 cat [2021-02-02T15:46:24.419Z] $ docker top 18d4fe644e53d81cfad23fee236ab1d90f7917b20895044470cf2a3d78578cb6 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-02T15:46:24.979Z] + go version [2021-02-02T15:46:24.980Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-02T15:46:24.999Z] $ docker stop --time=1 18d4fe644e53d81cfad23fee236ab1d90f7917b20895044470cf2a3d78578cb6 [2021-02-02T15:46:26.370Z] $ docker rm -f 18d4fe644e53d81cfad23fee236ab1d90f7917b20895044470cf2a3d78578cb6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-02T15:46:27.325Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-02T15:46:27.325Z] . [Pipeline] withDockerContainer [2021-02-02T15:46:27.430Z] prd-centos7-docker-4c-2g-24570 does not seem to be running inside a container [2021-02-02T15:46:27.488Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/135 -v /w/workspace/go-mod-core-contracts/135:/w/workspace/go-mod-core-contracts/135:rw,z -v /w/workspace/go-mod-core-contracts/135@tmp:/w/workspace/go-mod-core-contracts/135@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-x86_64 cat [2021-02-02T15:46:28.204Z] $ docker top 869c70a297a056f19dc8a6ef67ced31cf553a14dc0cd454045f1ab67a7db9fa8 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-02T15:46:28.750Z] + make test [2021-02-02T15:46:28.750Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-02-02T15:46:31.380Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] [2021-02-02T15:46:32.824Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.032s coverage: 85.7% of statements [2021-02-02T15:46:32.824Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.034s coverage: 100.0% of statements [2021-02-02T15:46:34.277Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.067s coverage: 45.4% of statements [2021-02-02T15:46:34.277Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.019s coverage: 77.8% of statements [2021-02-02T15:46:34.277Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] [2021-02-02T15:46:36.913Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.028s coverage: 26.3% of statements [2021-02-02T15:46:36.913Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.055s coverage: 14.7% of statements [2021-02-02T15:46:36.913Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.015s coverage: 100.0% of statements [2021-02-02T15:46:37.001Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] [2021-02-02T15:46:37.001Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.014s coverage: 85.7% of statements [2021-02-02T15:46:37.001Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.033s coverage: 100.0% of statements [2021-02-02T15:46:37.001Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.036s coverage: 45.4% of statements [2021-02-02T15:46:37.266Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.009s coverage: 77.8% of statements [2021-02-02T15:46:37.266Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] [2021-02-02T15:46:37.852Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.027s coverage: 26.3% of statements [2021-02-02T15:46:38.366Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.090s coverage: 91.8% of statements [2021-02-02T15:46:38.367Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] [2021-02-02T15:46:38.367Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] [2021-02-02T15:46:38.367Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.029s coverage: 100.0% of statements [2021-02-02T15:46:38.367Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.016s coverage: 36.7% of statements [2021-02-02T15:46:38.437Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.020s coverage: 14.7% of statements [2021-02-02T15:46:38.437Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.007s coverage: 100.0% of statements [2021-02-02T15:46:38.437Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.026s coverage: 91.8% of statements [2021-02-02T15:46:38.437Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] [2021-02-02T15:46:38.437Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] [2021-02-02T15:46:38.437Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.014s coverage: 100.0% of statements [2021-02-02T15:46:38.705Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.025s coverage: 36.7% of statements [2021-02-02T15:46:41.323Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.022s coverage: 63.0% of statements [2021-02-02T15:46:41.323Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.004s coverage: 26.3% of statements [2021-02-02T15:46:41.323Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.007s coverage: 15.4% of statements [2021-02-02T15:46:41.323Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.035s coverage: 15.4% of statements [2021-02-02T15:46:41.323Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.009s coverage: 14.3% of statements [2021-02-02T15:46:41.323Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] [2021-02-02T15:46:42.754Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.084s coverage: 84.8% of statements [2021-02-02T15:46:42.754Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] [2021-02-02T15:46:42.754Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] [2021-02-02T15:46:42.754Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] [2021-02-02T15:46:42.754Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.012s coverage: 49.2% of statements [2021-02-02T15:46:42.754Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.011s coverage: 94.7% of statements [2021-02-02T15:46:43.330Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.047s coverage: 88.7% of statements [2021-02-02T15:46:43.331Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.009s coverage: 100.0% of statements [2021-02-02T15:46:43.331Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models [no test files] [2021-02-02T15:46:43.331Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-02-02T15:46:43.797Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.144s coverage: 63.0% of statements [2021-02-02T15:46:43.798Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.016s coverage: 26.3% of statements [2021-02-02T15:46:43.798Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.019s coverage: 15.4% of statements [2021-02-02T15:46:43.798Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.016s coverage: 15.4% of statements [2021-02-02T15:46:43.798Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.050s coverage: 14.3% of statements [2021-02-02T15:46:43.798Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] [2021-02-02T15:46:45.269Z] gofmt -l . [2021-02-02T15:46:45.269Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-02-02T15:46:45.551Z] $ docker stop --time=1 869c70a297a056f19dc8a6ef67ced31cf553a14dc0cd454045f1ab67a7db9fa8 [2021-02-02T15:46:47.209Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.226s coverage: 84.8% of statements [2021-02-02T15:46:47.210Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] [2021-02-02T15:46:47.210Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] [2021-02-02T15:46:47.210Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] [2021-02-02T15:46:47.210Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.087s coverage: 49.2% of statements [2021-02-02T15:46:47.210Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.041s coverage: 94.7% of statements [2021-02-02T15:46:47.935Z] $ docker rm -f 869c70a297a056f19dc8a6ef67ced31cf553a14dc0cd454045f1ab67a7db9fa8 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-02T15:46:48.608Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-02-02T15:46:48.991Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [2021-02-02T15:46:49.205Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.148s coverage: 88.7% of statements [2021-02-02T15:46:49.205Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.021s coverage: 100.0% of statements [2021-02-02T15:46:49.205Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models [no test files] [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [2021-02-02T15:46:49.479Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-02T15:46:54.908Z] gofmt -l . [2021-02-02T15:46:55.178Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-02-02T15:46:55.794Z] $ docker stop --time=1 7bbd9287af4fdd38b8397e63797f252798f0b94ea3b437669e0b8f071cca65a6 [2021-02-02T15:46:58.095Z] $ docker rm -f 7bbd9287af4fdd38b8397e63797f252798f0b94ea3b437669e0b8f071cca65a6 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-02T15:46:59.001Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-02-02T15:46:59.064Z] Warning: overwriting stash ‘coverage-report’ [2021-02-02T15:46:59.934Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-02-02T15:47:02.002Z] provisioning config files... [2021-02-02T15:47:02.014Z] copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config8201768587146123732tmp [Pipeline] { [Pipeline] sh [2021-02-02T15:47:02.471Z] + set +x [2021-02-02T15:47:02.471Z] + bash -s -- [2021-02-02T15:47:02.471Z] + curl -s https://codecov.io/bash [2021-02-02T15:47:02.734Z] [2021-02-02T15:47:02.734Z] _____ _ [2021-02-02T15:47:02.734Z] / ____| | | [2021-02-02T15:47:02.734Z] | | ___ __| | ___ ___ _____ __ [2021-02-02T15:47:02.734Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-02-02T15:47:02.734Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-02-02T15:47:02.734Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-02-02T15:47:02.734Z] Bash-20210129-7c25fce [2021-02-02T15:47:02.734Z] [2021-02-02T15:47:02.734Z] [2021-02-02T15:47:02.734Z] ==> git version 2.24.3 found [2021-02-02T15:47:02.734Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-02-02T15:47:02.734Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-02-02T15:47:02.734Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-02-02T15:47:02.734Z] ==> Jenkins CI detected. [2021-02-02T15:47:02.734Z] project root: . [2021-02-02T15:47:02.734Z] --> token set from env [2021-02-02T15:47:02.734Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-02-02T15:47:02.734Z] ==> Running gcov in . (disable via -X gcov) [2021-02-02T15:47:02.734Z] ==> Python coveragepy not found [2021-02-02T15:47:02.734Z] ==> Searching for coverage reports in: [2021-02-02T15:47:02.734Z] + . [2021-02-02T15:47:02.734Z] -> Found 1 reports [2021-02-02T15:47:02.734Z] ==> Detecting git/mercurial file structure [2021-02-02T15:47:02.734Z] ==> Reading reports [2021-02-02T15:47:02.734Z] + ./coverage.out bytes=147093 [2021-02-02T15:47:02.734Z] ==> Appending adjustments [2021-02-02T15:47:02.734Z] https://docs.codecov.io/docs/fixing-reports [2021-02-02T15:47:03.681Z] + Found adjustments [2021-02-02T15:47:03.681Z] ==> Gzipping contents [2021-02-02T15:47:03.681Z] 24K /tmp/codecov.Bj4yml.gz [2021-02-02T15:47:03.681Z] ==> Uploading reports [2021-02-02T15:47:03.681Z] url: https://codecov.io [2021-02-02T15:47:03.681Z] query: branch=master&commit=4706aac4e49b41a0045cc8175e433a2491b846bc&build=135&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2Fmaster%2F135%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=&job=&cmd_args= [2021-02-02T15:47:03.681Z] -> Pinging Codecov [2021-02-02T15:47:03.681Z] https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=master&commit=4706aac4e49b41a0045cc8175e433a2491b846bc&build=135&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2Fmaster%2F135%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=&job=&cmd_args= [2021-02-02T15:47:04.255Z] -> Uploading to [2021-02-02T15:47:04.255Z] https://storage.googleapis.com/codecov/v4/raw/2021-02-02/71470A77251A30514AAF9C0BB2E5B6CE/4706aac4e49b41a0045cc8175e433a2491b846bc/6c113e05-d23f-4e33-a899-829539e2a7cf.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210202%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210202T154704Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=0aa80d387758588caf8d022ac1dd5a355b212a1e638c0a9acdccd8964394ae65 [2021-02-02T15:47:04.255Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-02T15:47:04.255Z] Dload Upload Total Spent Left Speed [2021-02-02T15:47:04.832Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 22415 0 0 100 22415 0 49777 --:--:-- --:--:-- --:--:-- 49811 [2021-02-02T15:47:04.832Z] -> View reports at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/4706aac4e49b41a0045cc8175e433a2491b846bc [Pipeline] } [2021-02-02T15:47:04.846Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-02-02T15:47:05.728Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-02-02T15:47:05.785Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-02T15:47:06.119Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-02T15:47:06.119Z] [2021-02-02T15:47:06.119Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-02-02T15:47:06.476Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-02T15:47:06.476Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-02-02T15:47:06.476Z] 188c0c94c7c5: Pulling fs layer [2021-02-02T15:47:06.476Z] 0ef7d3d256c8: Pulling fs layer [2021-02-02T15:47:06.476Z] de9db76c5a1d: Pulling fs layer [2021-02-02T15:47:06.476Z] 0eba1c9be4d2: Pulling fs layer [2021-02-02T15:47:06.476Z] 0d57e429df01: Pulling fs layer [2021-02-02T15:47:06.476Z] 4e4be7b47b0d: Pulling fs layer [2021-02-02T15:47:06.476Z] e1f770b5df2f: Pulling fs layer [2021-02-02T15:47:06.476Z] 85a0685a4137: Pulling fs layer [2021-02-02T15:47:06.476Z] 0eba1c9be4d2: Waiting [2021-02-02T15:47:06.476Z] 0d57e429df01: Waiting [2021-02-02T15:47:06.476Z] 4e4be7b47b0d: Waiting [2021-02-02T15:47:06.476Z] 85a0685a4137: Waiting [2021-02-02T15:47:06.476Z] e1f770b5df2f: Waiting [2021-02-02T15:47:06.476Z] de9db76c5a1d: Download complete [2021-02-02T15:47:06.476Z] 0ef7d3d256c8: Download complete [2021-02-02T15:47:06.477Z] 0d57e429df01: Download complete [2021-02-02T15:47:06.477Z] 4e4be7b47b0d: Verifying Checksum [2021-02-02T15:47:06.477Z] 4e4be7b47b0d: Download complete [2021-02-02T15:47:06.477Z] 188c0c94c7c5: Verifying Checksum [2021-02-02T15:47:06.477Z] 188c0c94c7c5: Download complete [2021-02-02T15:47:07.056Z] 188c0c94c7c5: Pull complete [2021-02-02T15:47:07.056Z] 0ef7d3d256c8: Pull complete [2021-02-02T15:47:07.321Z] de9db76c5a1d: Pull complete [2021-02-02T15:47:07.901Z] e1f770b5df2f: Verifying Checksum [2021-02-02T15:47:07.901Z] e1f770b5df2f: Download complete [2021-02-02T15:47:09.832Z] 0eba1c9be4d2: Verifying Checksum [2021-02-02T15:47:09.832Z] 0eba1c9be4d2: Download complete [2021-02-02T15:47:10.409Z] 85a0685a4137: Verifying Checksum [2021-02-02T15:47:10.409Z] 85a0685a4137: Download complete [2021-02-02T15:47:14.655Z] 0eba1c9be4d2: Pull complete [2021-02-02T15:47:14.655Z] 0d57e429df01: Pull complete [2021-02-02T15:47:14.655Z] 4e4be7b47b0d: Pull complete [2021-02-02T15:47:17.238Z] e1f770b5df2f: Pull complete [2021-02-02T15:47:23.872Z] 85a0685a4137: Pull complete [2021-02-02T15:47:23.872Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-02-02T15:47:23.872Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-02T15:47:23.872Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-02-02T15:47:24.076Z] prd-centos7-docker-4c-2g-24568 does not seem to be running inside a container [2021-02-02T15:47:24.127Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-02-02T15:47:25.022Z] $ docker top 590dc8cf9046bb6ae8b442d4a20415847b40173aa57568e6268fecb4bc33d078 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-02T15:47:25.280Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-02-02T15:47:25.569Z] + set -o pipefail [2021-02-02T15:47:25.569Z] + snyk monitor '--org=edgex-jenkins' [2021-02-02T15:47:35.595Z] [2021-02-02T15:47:35.595Z] Monitoring /w/workspace/dry_go-mod-core-contracts_master (github.com/edgexfoundry/go-mod-core-contracts/v2)... [2021-02-02T15:47:35.595Z] [2021-02-02T15:47:35.595Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/3f4394a4-4413-42ba-ada0-473d353def69/history/2ab0a2ec-37ef-4e86-bbff-33e622fabbfa [2021-02-02T15:47:35.595Z] [2021-02-02T15:47:35.595Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-02-02T15:47:35.595Z] [2021-02-02T15:47:35.595Z] [Pipeline] } [2021-02-02T15:47:35.614Z] $ docker stop --time=1 590dc8cf9046bb6ae8b442d4a20415847b40173aa57568e6268fecb4bc33d078 [2021-02-02T15:47:38.064Z] $ docker rm -f 590dc8cf9046bb6ae8b442d4a20415847b40173aa57568e6268fecb4bc33d078 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-02-02T15:47:39.810Z] + git log --format=format:%s -1 4706aac4e49b41a0045cc8175e433a2491b846bc [Pipeline] isUnix [Pipeline] sh [2021-02-02T15:47:40.117Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-02T15:47:40.117Z] . [Pipeline] withDockerContainer [2021-02-02T15:47:40.206Z] prd-centos7-docker-4c-2g-24568 does not seem to be running inside a container [2021-02-02T15:47:40.250Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-02T15:47:41.003Z] $ docker top 3d60b556a639ba92133bf1aeb019889f15846e1e5ececbd98f5df59e54597bb6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-02T15:47:41.286Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-02T15:47:41.286Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-02T15:47:41.487Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-02T15:47:41.491Z] $ docker exec 3d60b556a639ba92133bf1aeb019889f15846e1e5ececbd98f5df59e54597bb6 ssh-agent [2021-02-02T15:47:41.642Z] SSH_AUTH_SOCK=/tmp/ssh-kFot6mA28rJM/agent.11 [2021-02-02T15:47:41.642Z] SSH_AGENT_PID=16 [2021-02-02T15:47:41.648Z] Running ssh-add (command line suppressed) [2021-02-02T15:47:41.768Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_4582551226162219196.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_4582551226162219196.key) [2021-02-02T15:47:41.826Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-02T15:47:42.155Z] + git semver tag [2021-02-02T15:47:42.155Z] # -> Open(): unable to determine branch for HEAD [2021-02-02T15:47:42.155Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2021-02-02T15:47:42.155Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2021-02-02T15:47:42.155Z] # $SEMVER_REMOTE_NAME = origin [2021-02-02T15:47:42.155Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-02T15:47:42.155Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-02T15:47:42.155Z] # $SEMVER_BRANCH = master [2021-02-02T15:47:42.155Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [2021-02-02T15:47:42.155Z] # 4706aac4e49b41a0045cc8175e433a2491b846bc HEAD [2021-02-02T15:47:42.155Z] # -> Force: false [2021-02-02T15:47:42.155Z] # a3b9b59f71d78e724e6edcfaa6f7fe9576e04529 refs/tags/v2.0.0-dev.17 [Pipeline] } [2021-02-02T15:47:42.168Z] $ docker exec --env ******** --env ******** 3d60b556a639ba92133bf1aeb019889f15846e1e5ececbd98f5df59e54597bb6 ssh-agent -k [2021-02-02T15:47:42.278Z] unset SSH_AUTH_SOCK; [2021-02-02T15:47:42.279Z] unset SSH_AGENT_PID; [2021-02-02T15:47:42.279Z] echo Agent pid 16 killed; [2021-02-02T15:47:42.324Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-02T15:47:42.796Z] + git semver [Pipeline] } [2021-02-02T15:47:42.812Z] $ docker stop --time=1 3d60b556a639ba92133bf1aeb019889f15846e1e5ececbd98f5df59e54597bb6 [2021-02-02T15:47:44.127Z] $ docker rm -f 3d60b556a639ba92133bf1aeb019889f15846e1e5ececbd98f5df59e54597bb6 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-02-02T15:47:44.804Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-02T15:47:44.804Z] [2021-02-02T15:47:44.804Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-02-02T15:47:45.146Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-02T15:47:45.146Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-02-02T15:47:45.146Z] ab5ef0e58194: Pulling fs layer [2021-02-02T15:47:45.146Z] 9712f1f96733: Pulling fs layer [2021-02-02T15:47:45.146Z] 63f879dbbcfc: Pulling fs layer [2021-02-02T15:47:45.146Z] 0d9ebad4ef96: Pulling fs layer [2021-02-02T15:47:45.146Z] e9a5061849ea: Pulling fs layer [2021-02-02T15:47:45.146Z] d747dcd14b5f: Pulling fs layer [2021-02-02T15:47:45.146Z] 2de7ff778b66: Pulling fs layer [2021-02-02T15:47:45.146Z] e9a5061849ea: Waiting [2021-02-02T15:47:45.146Z] d747dcd14b5f: Waiting [2021-02-02T15:47:45.146Z] 2de7ff778b66: Waiting [2021-02-02T15:47:45.146Z] 0d9ebad4ef96: Waiting [2021-02-02T15:47:45.146Z] 9712f1f96733: Download complete [2021-02-02T15:47:46.541Z] 63f879dbbcfc: Verifying Checksum [2021-02-02T15:47:46.541Z] 63f879dbbcfc: Download complete [2021-02-02T15:47:46.810Z] e9a5061849ea: Verifying Checksum [2021-02-02T15:47:46.810Z] e9a5061849ea: Download complete [2021-02-02T15:47:46.810Z] d747dcd14b5f: Verifying Checksum [2021-02-02T15:47:46.810Z] d747dcd14b5f: Download complete [2021-02-02T15:47:47.072Z] 2de7ff778b66: Verifying Checksum [2021-02-02T15:47:47.072Z] 2de7ff778b66: Download complete [2021-02-02T15:47:47.335Z] 0d9ebad4ef96: Verifying Checksum [2021-02-02T15:47:47.335Z] 0d9ebad4ef96: Download complete [2021-02-02T15:47:47.597Z] ab5ef0e58194: Verifying Checksum [2021-02-02T15:47:47.597Z] ab5ef0e58194: Download complete [2021-02-02T15:47:51.826Z] ab5ef0e58194: Pull complete [2021-02-02T15:47:51.826Z] 9712f1f96733: Pull complete [2021-02-02T15:47:53.751Z] 63f879dbbcfc: Pull complete [2021-02-02T15:48:00.415Z] 0d9ebad4ef96: Pull complete [2021-02-02T15:48:00.678Z] e9a5061849ea: Pull complete [2021-02-02T15:48:00.678Z] d747dcd14b5f: Pull complete [2021-02-02T15:48:04.912Z] 2de7ff778b66: Pull complete [2021-02-02T15:48:04.912Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-02-02T15:48:04.912Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-02T15:48:04.912Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-02-02T15:48:05.098Z] prd-centos7-docker-4c-2g-24568 does not seem to be running inside a container [2021-02-02T15:48:05.144Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-02-02T15:48:09.159Z] $ docker top 6e8bcd79f5b2f0d4613ecb027514d570d90d99352ee9d6fd46368c436644845d -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-02-02T15:48:09.388Z] provisioning config files... [2021-02-02T15:48:09.401Z] copy managed file [sigul-config] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config553395601842074688tmp [2021-02-02T15:48:09.417Z] copy managed file [sigul-password] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config3948908644600888114tmp [2021-02-02T15:48:09.431Z] copy managed file [sigul-pki] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config2150093515084040506tmp [Pipeline] { [Pipeline] echo [2021-02-02T15:48:09.489Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-02T15:48:09.788Z] ---> sigul-configuration.sh [2021-02-02T15:48:09.788Z] gpg: directory `/root/.gnupg' created [2021-02-02T15:48:09.788Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-02-02T15:48:09.788Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-02-02T15:48:09.788Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-02-02T15:48:09.788Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-02-02T15:48:09.788Z] gpg: CAST5 encrypted data [2021-02-02T15:48:10.093Z] gpg: encrypted with 1 passphrase [2021-02-02T15:48:10.093Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-02-02T15:48:10.388Z] + mkdir /home/jenkins [2021-02-02T15:48:10.388Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-02-02T15:48:10.686Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2021-02-02T15:48:10.697Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-02T15:48:10.998Z] ---> sigul-install.sh [2021-02-02T15:48:16.303Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-02-02T15:48:16.602Z] + git tag --list [2021-02-02T15:48:16.602Z] v0.0.0 [2021-02-02T15:48:16.602Z] v0.0.1 [2021-02-02T15:48:16.602Z] v0.1.0 [2021-02-02T15:48:16.602Z] v0.1.1 [2021-02-02T15:48:16.602Z] v0.1.10 [2021-02-02T15:48:16.602Z] v0.1.100 [2021-02-02T15:48:16.602Z] v0.1.101 [2021-02-02T15:48:16.602Z] v0.1.102 [2021-02-02T15:48:16.602Z] v0.1.103 [2021-02-02T15:48:16.602Z] v0.1.104 [2021-02-02T15:48:16.602Z] v0.1.105 [2021-02-02T15:48:16.602Z] v0.1.106 [2021-02-02T15:48:16.602Z] v0.1.107 [2021-02-02T15:48:16.602Z] v0.1.108 [2021-02-02T15:48:16.602Z] v0.1.109 [2021-02-02T15:48:16.602Z] v0.1.11 [2021-02-02T15:48:16.602Z] v0.1.110 [2021-02-02T15:48:16.602Z] v0.1.111 [2021-02-02T15:48:16.603Z] v0.1.112 [2021-02-02T15:48:16.603Z] v0.1.113 [2021-02-02T15:48:16.603Z] v0.1.114 [2021-02-02T15:48:16.603Z] v0.1.115 [2021-02-02T15:48:16.603Z] v0.1.116 [2021-02-02T15:48:16.603Z] v0.1.117 [2021-02-02T15:48:16.603Z] v0.1.118 [2021-02-02T15:48:16.603Z] v0.1.119 [2021-02-02T15:48:16.603Z] v0.1.12 [2021-02-02T15:48:16.603Z] v0.1.120 [2021-02-02T15:48:16.603Z] v0.1.121 [2021-02-02T15:48:16.603Z] v0.1.122 [2021-02-02T15:48:16.603Z] v0.1.123 [2021-02-02T15:48:16.603Z] v0.1.124 [2021-02-02T15:48:16.603Z] v0.1.125 [2021-02-02T15:48:16.603Z] v0.1.126 [2021-02-02T15:48:16.603Z] v0.1.127 [2021-02-02T15:48:16.603Z] v0.1.128 [2021-02-02T15:48:16.603Z] v0.1.129 [2021-02-02T15:48:16.603Z] v0.1.13 [2021-02-02T15:48:16.603Z] v0.1.130 [2021-02-02T15:48:16.603Z] v0.1.131 [2021-02-02T15:48:16.603Z] v0.1.132 [2021-02-02T15:48:16.603Z] v0.1.133 [2021-02-02T15:48:16.603Z] v0.1.134 [2021-02-02T15:48:16.603Z] v0.1.135 [2021-02-02T15:48:16.603Z] v0.1.136 [2021-02-02T15:48:16.603Z] v0.1.137 [2021-02-02T15:48:16.603Z] v0.1.138 [2021-02-02T15:48:16.603Z] v0.1.139 [2021-02-02T15:48:16.603Z] v0.1.14 [2021-02-02T15:48:16.603Z] v0.1.140 [2021-02-02T15:48:16.603Z] v0.1.141 [2021-02-02T15:48:16.603Z] v0.1.142 [2021-02-02T15:48:16.603Z] v0.1.143 [2021-02-02T15:48:16.603Z] v0.1.144 [2021-02-02T15:48:16.603Z] v0.1.145 [2021-02-02T15:48:16.603Z] v0.1.146 [2021-02-02T15:48:16.603Z] v0.1.147 [2021-02-02T15:48:16.603Z] v0.1.148 [2021-02-02T15:48:16.603Z] v0.1.149 [2021-02-02T15:48:16.603Z] v0.1.15 [2021-02-02T15:48:16.603Z] v0.1.16 [2021-02-02T15:48:16.603Z] v0.1.17 [2021-02-02T15:48:16.603Z] v0.1.18 [2021-02-02T15:48:16.603Z] v0.1.19 [2021-02-02T15:48:16.603Z] v0.1.2 [2021-02-02T15:48:16.603Z] v0.1.20 [2021-02-02T15:48:16.603Z] v0.1.21 [2021-02-02T15:48:16.603Z] v0.1.22 [2021-02-02T15:48:16.603Z] v0.1.23 [2021-02-02T15:48:16.603Z] v0.1.24 [2021-02-02T15:48:16.603Z] v0.1.25 [2021-02-02T15:48:16.603Z] v0.1.26 [2021-02-02T15:48:16.603Z] v0.1.27 [2021-02-02T15:48:16.603Z] v0.1.28 [2021-02-02T15:48:16.603Z] v0.1.29 [2021-02-02T15:48:16.603Z] v0.1.3 [2021-02-02T15:48:16.603Z] v0.1.30 [2021-02-02T15:48:16.603Z] v0.1.31 [2021-02-02T15:48:16.603Z] v0.1.32 [2021-02-02T15:48:16.603Z] v0.1.33 [2021-02-02T15:48:16.603Z] v0.1.34 [2021-02-02T15:48:16.603Z] v0.1.35 [2021-02-02T15:48:16.603Z] v0.1.36 [2021-02-02T15:48:16.603Z] v0.1.37 [2021-02-02T15:48:16.603Z] v0.1.38 [2021-02-02T15:48:16.603Z] v0.1.39 [2021-02-02T15:48:16.603Z] v0.1.4 [2021-02-02T15:48:16.603Z] v0.1.40 [2021-02-02T15:48:16.603Z] v0.1.41 [2021-02-02T15:48:16.603Z] v0.1.42 [2021-02-02T15:48:16.603Z] v0.1.43 [2021-02-02T15:48:16.603Z] v0.1.44 [2021-02-02T15:48:16.603Z] v0.1.45 [2021-02-02T15:48:16.603Z] v0.1.46 [2021-02-02T15:48:16.603Z] v0.1.47 [2021-02-02T15:48:16.603Z] v0.1.48 [2021-02-02T15:48:16.603Z] v0.1.49 [2021-02-02T15:48:16.603Z] v0.1.5 [2021-02-02T15:48:16.603Z] v0.1.50 [2021-02-02T15:48:16.603Z] v0.1.51 [2021-02-02T15:48:16.603Z] v0.1.52 [2021-02-02T15:48:16.603Z] v0.1.53 [2021-02-02T15:48:16.603Z] v0.1.54 [2021-02-02T15:48:16.603Z] v0.1.55 [2021-02-02T15:48:16.603Z] v0.1.56 [2021-02-02T15:48:16.603Z] v0.1.57 [2021-02-02T15:48:16.603Z] v0.1.58 [2021-02-02T15:48:16.603Z] v0.1.59 [2021-02-02T15:48:16.603Z] v0.1.6 [2021-02-02T15:48:16.603Z] v0.1.60 [2021-02-02T15:48:16.603Z] v0.1.61 [2021-02-02T15:48:16.603Z] v0.1.62 [2021-02-02T15:48:16.603Z] v0.1.63 [2021-02-02T15:48:16.603Z] v0.1.64 [2021-02-02T15:48:16.603Z] v0.1.65 [2021-02-02T15:48:16.603Z] v0.1.66 [2021-02-02T15:48:16.603Z] v0.1.67 [2021-02-02T15:48:16.603Z] v0.1.68 [2021-02-02T15:48:16.603Z] v0.1.69 [2021-02-02T15:48:16.603Z] v0.1.7 [2021-02-02T15:48:16.603Z] v0.1.70 [2021-02-02T15:48:16.603Z] v0.1.71 [2021-02-02T15:48:16.603Z] v0.1.72 [2021-02-02T15:48:16.603Z] v0.1.73 [2021-02-02T15:48:16.603Z] v0.1.74 [2021-02-02T15:48:16.603Z] v0.1.75 [2021-02-02T15:48:16.603Z] v0.1.76 [2021-02-02T15:48:16.603Z] v0.1.77 [2021-02-02T15:48:16.603Z] v0.1.78 [2021-02-02T15:48:16.603Z] v0.1.79 [2021-02-02T15:48:16.603Z] v0.1.8 [2021-02-02T15:48:16.603Z] v0.1.80 [2021-02-02T15:48:16.603Z] v0.1.81 [2021-02-02T15:48:16.603Z] v0.1.82 [2021-02-02T15:48:16.603Z] v0.1.83 [2021-02-02T15:48:16.603Z] v0.1.84 [2021-02-02T15:48:16.603Z] v0.1.85 [2021-02-02T15:48:16.603Z] v0.1.86 [2021-02-02T15:48:16.603Z] v0.1.87 [2021-02-02T15:48:16.603Z] v0.1.88 [2021-02-02T15:48:16.603Z] v0.1.89 [2021-02-02T15:48:16.603Z] v0.1.9 [2021-02-02T15:48:16.603Z] v0.1.90 [2021-02-02T15:48:16.603Z] v0.1.91 [2021-02-02T15:48:16.603Z] v0.1.92 [2021-02-02T15:48:16.603Z] v0.1.93 [2021-02-02T15:48:16.603Z] v0.1.94 [2021-02-02T15:48:16.603Z] v0.1.95 [2021-02-02T15:48:16.603Z] v0.1.96 [2021-02-02T15:48:16.603Z] v0.1.97 [2021-02-02T15:48:16.603Z] v0.1.98 [2021-02-02T15:48:16.603Z] v0.1.99 [2021-02-02T15:48:16.603Z] v2.0.0-dev.1 [2021-02-02T15:48:16.603Z] v2.0.0-dev.10 [2021-02-02T15:48:16.603Z] v2.0.0-dev.11 [2021-02-02T15:48:16.603Z] v2.0.0-dev.12 [2021-02-02T15:48:16.603Z] v2.0.0-dev.13 [2021-02-02T15:48:16.603Z] v2.0.0-dev.14 [2021-02-02T15:48:16.603Z] v2.0.0-dev.15 [2021-02-02T15:48:16.603Z] v2.0.0-dev.16 [2021-02-02T15:48:16.603Z] v2.0.0-dev.17 [2021-02-02T15:48:16.603Z] v2.0.0-dev.2 [2021-02-02T15:48:16.603Z] v2.0.0-dev.3 [2021-02-02T15:48:16.603Z] v2.0.0-dev.4 [2021-02-02T15:48:16.603Z] v2.0.0-dev.5 [2021-02-02T15:48:16.603Z] v2.0.0-dev.6 [2021-02-02T15:48:16.603Z] v2.0.0-dev.7 [2021-02-02T15:48:16.603Z] v2.0.0-dev.8 [2021-02-02T15:48:16.603Z] v2.0.0-dev.9 [Pipeline] sh [2021-02-02T15:48:16.902Z] + lftools sign git-tag v2.0.0-dev.17 [2021-02-02T15:48:18.307Z] Signing Git tag with Sigul... [2021-02-02T15:48:18.307Z] Signing v2.0.0-dev.17 [Pipeline] echo [2021-02-02T15:48:19.267Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-02T15:48:19.567Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-02-02T15:48:19.577Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-02-02T15:48:19.674Z] $ docker stop --time=1 6e8bcd79f5b2f0d4613ecb027514d570d90d99352ee9d6fd46368c436644845d [2021-02-02T15:48:21.725Z] $ docker rm -f 6e8bcd79f5b2f0d4613ecb027514d570d90d99352ee9d6fd46368c436644845d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-02-02T15:48:22.630Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-02T15:48:22.630Z] . [Pipeline] withDockerContainer [2021-02-02T15:48:22.730Z] prd-centos7-docker-4c-2g-24568 does not seem to be running inside a container [2021-02-02T15:48:22.777Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-02T15:48:23.436Z] $ docker top b35f8a45cf61d3cb0639dd095760441d57ec38a5e19443ca44cd3ec6d0158158 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-02T15:48:23.716Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-02T15:48:23.716Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-02T15:48:23.906Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-02T15:48:23.910Z] $ docker exec b35f8a45cf61d3cb0639dd095760441d57ec38a5e19443ca44cd3ec6d0158158 ssh-agent [2021-02-02T15:48:24.078Z] SSH_AUTH_SOCK=/tmp/ssh-wjR93Cz6z9b5/agent.11 [2021-02-02T15:48:24.078Z] SSH_AGENT_PID=16 [2021-02-02T15:48:24.085Z] Running ssh-add (command line suppressed) [2021-02-02T15:48:24.206Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_205673232544141750.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_205673232544141750.key) [2021-02-02T15:48:24.257Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-02T15:48:24.596Z] + git semver bump pre [2021-02-02T15:48:24.596Z] # -> Open(): unable to determine branch for HEAD [2021-02-02T15:48:24.596Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2021-02-02T15:48:24.596Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2021-02-02T15:48:24.596Z] # $SEMVER_REMOTE_NAME = origin [2021-02-02T15:48:24.596Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-02T15:48:24.596Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-02T15:48:24.596Z] # $SEMVER_BRANCH = master [2021-02-02T15:48:24.596Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [2021-02-02T15:48:24.596Z] 2.0.0-dev.18 [Pipeline] } [2021-02-02T15:48:24.610Z] $ docker exec --env ******** --env ******** b35f8a45cf61d3cb0639dd095760441d57ec38a5e19443ca44cd3ec6d0158158 ssh-agent -k [2021-02-02T15:48:24.729Z] unset SSH_AUTH_SOCK; [2021-02-02T15:48:24.729Z] unset SSH_AGENT_PID; [2021-02-02T15:48:24.729Z] echo Agent pid 16 killed; [2021-02-02T15:48:24.778Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-02T15:48:25.268Z] + git semver [Pipeline] } [2021-02-02T15:48:25.292Z] $ docker stop --time=1 b35f8a45cf61d3cb0639dd095760441d57ec38a5e19443ca44cd3ec6d0158158 [2021-02-02T15:48:26.634Z] $ docker rm -f b35f8a45cf61d3cb0639dd095760441d57ec38a5e19443ca44cd3ec6d0158158 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-02-02T15:48:27.142Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-02T15:48:27.142Z] . [Pipeline] withDockerContainer [2021-02-02T15:48:27.237Z] prd-centos7-docker-4c-2g-24568 does not seem to be running inside a container [2021-02-02T15:48:27.280Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-02T15:48:27.879Z] $ docker top f771834c5dd77e7484ff7e07e384f54d0a8f1cc278f92ce7d755404d52b4e42c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-02T15:48:28.153Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-02T15:48:28.153Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-02T15:48:28.324Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-02T15:48:28.328Z] $ docker exec f771834c5dd77e7484ff7e07e384f54d0a8f1cc278f92ce7d755404d52b4e42c ssh-agent [2021-02-02T15:48:28.487Z] SSH_AUTH_SOCK=/tmp/ssh-kLBhaH0nW322/agent.12 [2021-02-02T15:48:28.487Z] SSH_AGENT_PID=18 [2021-02-02T15:48:28.494Z] Running ssh-add (command line suppressed) [2021-02-02T15:48:28.614Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_6847347323210144879.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_6847347323210144879.key) [2021-02-02T15:48:28.666Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-02T15:48:29.000Z] + git semver push [2021-02-02T15:48:29.000Z] # -> Open(): unable to determine branch for HEAD [2021-02-02T15:48:29.000Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2021-02-02T15:48:29.000Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2021-02-02T15:48:29.000Z] # $SEMVER_REMOTE_NAME = origin [2021-02-02T15:48:29.000Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-02T15:48:29.000Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-02T15:48:29.000Z] # $SEMVER_BRANCH = master [2021-02-02T15:48:29.000Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } [2021-02-02T15:48:35.607Z] $ docker exec --env ******** --env ******** f771834c5dd77e7484ff7e07e384f54d0a8f1cc278f92ce7d755404d52b4e42c ssh-agent -k [2021-02-02T15:48:35.717Z] unset SSH_AUTH_SOCK; [2021-02-02T15:48:35.717Z] unset SSH_AGENT_PID; [2021-02-02T15:48:35.717Z] echo Agent pid 18 killed; [2021-02-02T15:48:35.764Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-02T15:48:36.231Z] + git semver [Pipeline] } [2021-02-02T15:48:36.249Z] $ docker stop --time=1 f771834c5dd77e7484ff7e07e384f54d0a8f1cc278f92ce7d755404d52b4e42c [2021-02-02T15:48:37.580Z] $ docker rm -f f771834c5dd77e7484ff7e07e384f54d0a8f1cc278f92ce7d755404d52b4e42c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-02-02T15:48:39.145Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-02T15:48:39.717Z] ---> package-listing.sh [2021-02-02T15:48:39.717Z] ++ facter osfamily [2021-02-02T15:48:39.717Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-02T15:48:39.717Z] + OS_FAMILY=redhat [2021-02-02T15:48:39.717Z] + workspace=/w/workspace/dry_go-mod-core-contracts_master [2021-02-02T15:48:39.717Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-02T15:48:39.717Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-02T15:48:39.717Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-02T15:48:39.717Z] + PACKAGES=/tmp/packages_start.txt [2021-02-02T15:48:39.717Z] + '[' /w/workspace/dry_go-mod-core-contracts_master ']' [2021-02-02T15:48:39.717Z] + PACKAGES=/tmp/packages_end.txt [2021-02-02T15:48:39.717Z] + case "${OS_FAMILY}" in [2021-02-02T15:48:39.717Z] + rpm -qa [2021-02-02T15:48:39.717Z] + sort [2021-02-02T15:48:45.027Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-02T15:48:45.027Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-02T15:48:45.027Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-02T15:48:45.027Z] + '[' /w/workspace/dry_go-mod-core-contracts_master ']' [2021-02-02T15:48:45.027Z] + mkdir -p /w/workspace/dry_go-mod-core-contracts_master/archives/ [2021-02-02T15:48:45.027Z] + 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-02-02T15:48:45.041Z] 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-02-02T15:48:45.336Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-02T15:48:47.034Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-02T15:48:47.034Z] [2021-02-02T15:48:47.034Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-02T15:48:47.389Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-02T15:48:47.389Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-02T15:48:47.389Z] df20fa9351a1: Pulling fs layer [2021-02-02T15:48:47.389Z] 36b3adc4ff6f: Pulling fs layer [2021-02-02T15:48:47.389Z] 8ad3a11d3b57: Pulling fs layer [2021-02-02T15:48:47.389Z] 46f8f816bc3b: Pulling fs layer [2021-02-02T15:48:47.389Z] 93b61091891f: Pulling fs layer [2021-02-02T15:48:47.389Z] 93b9cdb0e59b: Pulling fs layer [2021-02-02T15:48:47.389Z] 5e14af77c1be: Pulling fs layer [2021-02-02T15:48:47.389Z] 01666e4c0597: Pulling fs layer [2021-02-02T15:48:47.389Z] aa168da1d23b: Pulling fs layer [2021-02-02T15:48:47.389Z] 93b61091891f: Waiting [2021-02-02T15:48:47.389Z] 93b9cdb0e59b: Waiting [2021-02-02T15:48:47.389Z] 5e14af77c1be: Waiting [2021-02-02T15:48:47.389Z] 01666e4c0597: Waiting [2021-02-02T15:48:47.389Z] aa168da1d23b: Waiting [2021-02-02T15:48:47.389Z] 46f8f816bc3b: Waiting [2021-02-02T15:48:47.389Z] 36b3adc4ff6f: Verifying Checksum [2021-02-02T15:48:47.389Z] 36b3adc4ff6f: Download complete [2021-02-02T15:48:47.389Z] 46f8f816bc3b: Verifying Checksum [2021-02-02T15:48:47.389Z] 46f8f816bc3b: Download complete [2021-02-02T15:48:47.389Z] df20fa9351a1: Download complete [2021-02-02T15:48:47.389Z] 93b9cdb0e59b: Verifying Checksum [2021-02-02T15:48:47.389Z] 93b9cdb0e59b: Download complete [2021-02-02T15:48:47.389Z] 5e14af77c1be: Verifying Checksum [2021-02-02T15:48:47.389Z] 5e14af77c1be: Download complete [2021-02-02T15:48:47.389Z] 01666e4c0597: Verifying Checksum [2021-02-02T15:48:47.389Z] 01666e4c0597: Download complete [2021-02-02T15:48:47.389Z] 93b61091891f: Verifying Checksum [2021-02-02T15:48:47.389Z] 93b61091891f: Download complete [2021-02-02T15:48:47.651Z] 8ad3a11d3b57: Verifying Checksum [2021-02-02T15:48:47.651Z] 8ad3a11d3b57: Download complete [2021-02-02T15:48:48.311Z] df20fa9351a1: Pull complete [2021-02-02T15:48:48.311Z] 36b3adc4ff6f: Pull complete [2021-02-02T15:48:49.767Z] aa168da1d23b: Verifying Checksum [2021-02-02T15:48:49.767Z] aa168da1d23b: Download complete [2021-02-02T15:48:49.767Z] 8ad3a11d3b57: Pull complete [2021-02-02T15:48:49.767Z] 46f8f816bc3b: Pull complete [2021-02-02T15:48:50.343Z] 93b61091891f: Pull complete [2021-02-02T15:48:50.343Z] 93b9cdb0e59b: Pull complete [2021-02-02T15:48:50.606Z] 5e14af77c1be: Pull complete [2021-02-02T15:48:50.607Z] 01666e4c0597: Pull complete [2021-02-02T15:48:58.804Z] aa168da1d23b: Pull complete [2021-02-02T15:48:58.804Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-02T15:48:58.804Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-02T15:48:58.804Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-02T15:48:58.943Z] prd-centos7-docker-4c-2g-24568 does not seem to be running inside a container [2021-02-02T15:48:59.000Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-02-02T15:49:01.637Z] $ docker top 55cc5c22981bec7552de91c66174e9cf2ec01869dbab1d4adb4e8397e0275ad0 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-02T15:49:02.166Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-02T15:49:02.464Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-02T15:49:02.764Z] + ls /var/log/sa-host [2021-02-02T15:49:02.764Z] + sadf -c /var/log/sa-host/sa02 [2021-02-02T15:49:02.764Z] file_magic: OK [2021-02-02T15:49:02.764Z] HZ: Using current value: 100 [2021-02-02T15:49:02.764Z] file_header: OK [2021-02-02T15:49:02.764Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-02-02T15:49:02.764Z] Statistics: [2021-02-02T15:49:02.764Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-02-02T15:49:02.764Z] File successfully converted to sysstat format version 12.2.1 [2021-02-02T15:49:02.764Z] + sadf -c /var/log/sa-host/sa23 [2021-02-02T15:49:02.764Z] file_magic: OK [2021-02-02T15:49:02.764Z] HZ: Using current value: 100 [2021-02-02T15:49:02.764Z] file_header: OK [2021-02-02T15:49:02.764Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-02-02T15:49:02.764Z] Statistics: [2021-02-02T15:49:02.764Z] Hnuu...uuuununununu... [2021-02-02T15:49:02.764Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-02T15:49:03.357Z] provisioning config files... [2021-02-02T15:49:03.371Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config8073938696095832028tmp [Pipeline] { [Pipeline] echo [2021-02-02T15:49:03.447Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-02T15:49:03.745Z] ---> create-netrc.sh [Pipeline] } [2021-02-02T15:49:03.755Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-02T15:49:03.844Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-02T15:49:04.137Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-02T15:49:04.148Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-02T15:49:04.445Z] ---> sudo-logs.sh [2021-02-02T15:49:04.445Z] Archiving 'sudo' log.. [Pipeline] echo [2021-02-02T15:49:04.458Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-02T15:49:04.753Z] ---> job-cost.sh [2021-02-02T15:49:04.753Z] lf-activate-venv: SKIPPING [2021-02-02T15:49:04.753Z] INFO: No Stack... [2021-02-02T15:49:06.142Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-02T15:49:06.404Z] INFO: Archiving Costs [Pipeline] echo [2021-02-02T15:49:06.417Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-02T15:49:06.710Z] ---> logs-deploy.sh [2021-02-02T15:49:06.710Z] lf-activate-venv: SKIPPING [2021-02-02T15:49:06.711Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/master/135 [2021-02-02T15:49:06.711Z] INFO: archiving workspace using pattern(s): [2021-02-02T15:49:08.103Z] Archives upload complete. [2021-02-02T15:49:08.365Z] INFO: archiving logs to Nexus