Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from bcafc233a11a94553b5bbd90034cf9c597dbd212 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-24758 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git > git init /w/workspace/dry_go-mod-core-contracts_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision bcafc233a11a94553b5bbd90034cf9c597dbd212 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f bcafc233a11a94553b5bbd90034cf9c597dbd212 # timeout=10 Commit message: "Merge pull request #482 from weichou1229/issue-481" > git rev-list --no-walk 3266a8a064ea1e4186ba60e0f0ed5a83c04ee5f2 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-03T18:38:54.520Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-03T18:38:54.807Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-03T18:38:54.902Z] ========================================================= [2021-02-03T18:38:54.903Z] EdgeX Global Pipelines Version Info [2021-02-03T18:38:54.903Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-03T18:38:56.365Z] ------------------- [2021-02-03T18:38:56.365Z] stable info: [2021-02-03T18:38:56.365Z] ------------------- [2021-02-03T18:38:56.365Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-03T18:38:56.365Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-03T18:38:56.365Z] Message: update stable to v1.0.179 [2021-02-03T18:38:57.311Z] ------------------- [2021-02-03T18:38:57.311Z] experimental info: [2021-02-03T18:38:57.311Z] ------------------- [2021-02-03T18:38:57.311Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-03T18:38:57.311Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-03T18:38:57.311Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-03T18:38:57.564Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo [2021-02-03T18:38:57.678Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo [2021-02-03T18:38:57.770Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-03T18:38:57.866Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-03T18:38:57.952Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-03T18:38:58.043Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-03T18:38:58.150Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-03T18:38:58.254Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-03T18:38:58.342Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-02-03T18:38:58.430Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-03T18:38:58.520Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-03T18:38:58.623Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo [2021-02-03T18:38:58.711Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-03T18:38:58.808Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-03T18:38:58.918Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2021-02-03T18:38:59.003Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-02-03T18:38:59.122Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-02-03T18:38:59.262Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-02-03T18:38:59.370Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-03T18:38:59.480Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-02-03T18:38:59.609Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-02-03T18:38:59.745Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-02-03T18:38:59.850Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-02-03T18:38:59.943Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-02-03T18:39:00.033Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2021-02-03T18:39:00.316Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-03T18:39:00.426Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-03T18:39:00.527Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-02-03T18:39:00.623Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-02-03T18:39:00.772Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-02-03T18:39:00.864Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = bcafc233a11a94553b5bbd90034cf9c597dbd212 [Pipeline] echo [2021-02-03T18:39:01.013Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = bcafc23 [Pipeline] echo [2021-02-03T18:39:01.107Z] [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-03T18:39:01.854Z] + git log --format=format:%s -1 bcafc233a11a94553b5bbd90034cf9c597dbd212 [Pipeline] echo [2021-02-03T18:39:01.916Z] GIT_COMMIT: bcafc233a11a94553b5bbd90034cf9c597dbd212, Commit Message: Merge pull request #482 from weichou1229/issue-481 [Pipeline] echo [2021-02-03T18:39:01.965Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-02-03T18:39:02.717Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-03T18:39:02.980Z] [2021-02-03T18:39:02.980Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-03T18:39:03.336Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-03T18:39:03.336Z] latest: Pulling from edgex-devops/git-semver [2021-02-03T18:39:03.336Z] 31603596830f: Pulling fs layer [2021-02-03T18:39:03.336Z] 2a8b12db71e7: Pulling fs layer [2021-02-03T18:39:03.336Z] 6ca5941a6612: Pulling fs layer [2021-02-03T18:39:03.336Z] ecc8261a40a4: Pulling fs layer [2021-02-03T18:39:03.336Z] ecc8261a40a4: Waiting [2021-02-03T18:39:03.336Z] 2a8b12db71e7: Download complete [2021-02-03T18:39:03.598Z] 31603596830f: Verifying Checksum [2021-02-03T18:39:03.598Z] 31603596830f: Download complete [2021-02-03T18:39:03.598Z] ecc8261a40a4: Verifying Checksum [2021-02-03T18:39:03.598Z] ecc8261a40a4: Download complete [2021-02-03T18:39:03.598Z] 6ca5941a6612: Verifying Checksum [2021-02-03T18:39:03.598Z] 6ca5941a6612: Download complete [2021-02-03T18:39:03.860Z] 31603596830f: Pull complete [2021-02-03T18:39:03.860Z] 2a8b12db71e7: Pull complete [2021-02-03T18:39:04.806Z] 6ca5941a6612: Pull complete [2021-02-03T18:39:04.806Z] ecc8261a40a4: Pull complete [2021-02-03T18:39:04.806Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-03T18:39:04.806Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-03T18:39:04.806Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-03T18:39:04.909Z] prd-centos7-docker-4c-2g-24758 does not seem to be running inside a container [2021-02-03T18:39:04.960Z] $ 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-03T18:39:07.000Z] $ docker top 0c6e921d0bbd918268a5df7437d1fed81852591e330eb616d6c2a2aaf273f009 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-03T18:39:07.278Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-03T18:39:07.278Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-03T18:39:07.469Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-03T18:39:07.475Z] $ docker exec 0c6e921d0bbd918268a5df7437d1fed81852591e330eb616d6c2a2aaf273f009 ssh-agent [2021-02-03T18:39:07.636Z] SSH_AUTH_SOCK=/tmp/ssh-aoYPRxmFzzLY/agent.13 [2021-02-03T18:39:07.636Z] SSH_AGENT_PID=18 [2021-02-03T18:39:07.646Z] Running ssh-add (command line suppressed) [2021-02-03T18:39:07.756Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_7838309628904004962.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_7838309628904004962.key) [2021-02-03T18:39:07.806Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-03T18:39:08.135Z] + git tag --points-at HEAD [Pipeline] } [2021-02-03T18:39:08.159Z] $ docker exec --env ******** --env ******** 0c6e921d0bbd918268a5df7437d1fed81852591e330eb616d6c2a2aaf273f009 ssh-agent -k [2021-02-03T18:39:08.263Z] unset SSH_AUTH_SOCK; [2021-02-03T18:39:08.263Z] unset SSH_AGENT_PID; [2021-02-03T18:39:08.263Z] echo Agent pid 18 killed; [2021-02-03T18:39:08.304Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-03T18:39:08.464Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-03T18:39:08.464Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-03T18:39:08.627Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-03T18:39:08.634Z] $ docker exec 0c6e921d0bbd918268a5df7437d1fed81852591e330eb616d6c2a2aaf273f009 ssh-agent [2021-02-03T18:39:08.825Z] SSH_AUTH_SOCK=/tmp/ssh-nlb0PyBSFsS2/agent.49 [2021-02-03T18:39:08.825Z] SSH_AGENT_PID=54 [2021-02-03T18:39:08.832Z] Running ssh-add (command line suppressed) [2021-02-03T18:39:08.944Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_774578260583581452.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_774578260583581452.key) [2021-02-03T18:39:08.988Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-03T18:39:09.325Z] + git semver init [2021-02-03T18:39:09.325Z] # -> Open(): unable to determine branch for HEAD [2021-02-03T18:39:09.325Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2021-02-03T18:39:09.325Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2021-02-03T18:39:09.325Z] # $SEMVER_REMOTE_NAME = origin [2021-02-03T18:39:09.325Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-03T18:39:09.325Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-03T18:39:09.325Z] # $SEMVER_BRANCH = master [2021-02-03T18:39:09.325Z] # $SEMVER_TEMP = /tmp/semver-656096601 [2021-02-03T18:39:09.325Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP [2021-02-03T18:39:09.902Z] # '/tmp/semver-656096601' -> '/w/workspace/dry_go-mod-core-contracts_master/.semver' [2021-02-03T18:39:09.902Z] # -> Force: false [2021-02-03T18:39:09.902Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } [2021-02-03T18:39:09.919Z] $ docker exec --env ******** --env ******** 0c6e921d0bbd918268a5df7437d1fed81852591e330eb616d6c2a2aaf273f009 ssh-agent -k [2021-02-03T18:39:10.027Z] unset SSH_AUTH_SOCK; [2021-02-03T18:39:10.027Z] unset SSH_AGENT_PID; [2021-02-03T18:39:10.027Z] echo Agent pid 54 killed; [2021-02-03T18:39:10.066Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-03T18:39:10.639Z] + git semver [Pipeline] } [2021-02-03T18:39:10.661Z] $ docker stop --time=1 0c6e921d0bbd918268a5df7437d1fed81852591e330eb616d6c2a2aaf273f009 [2021-02-03T18:39:12.495Z] $ docker rm -f 0c6e921d0bbd918268a5df7437d1fed81852591e330eb616d6c2a2aaf273f009 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-03T18:39:12.997Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-03T18:39:13.350Z] Stashed 1 file(s) [Pipeline] echo [2021-02-03T18:39:13.354Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.19 [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-03T18:39:28.893Z] Still waiting to schedule task [2021-02-03T18:39:28.893Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-02-03T18:39:28.896Z] Still waiting to schedule task [2021-02-03T18:39:28.897Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-02-03T18:41:20.545Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-24759 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws [2021-02-03T18:41:20.670Z] Running in /w/workspace/go-mod-core-contracts/137 [Pipeline] { [Pipeline] checkout [2021-02-03T18:41:25.583Z] using credential edgex-jenkins-ssh [2021-02-03T18:41:25.676Z] Cloning the remote Git repository [2021-02-03T18:41:25.729Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-02-03T18:41:25.851Z] > git init /w/workspace/go-mod-core-contracts/137 # timeout=10 [2021-02-03T18:41:25.933Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-02-03T18:41:25.934Z] > git --version # timeout=10 [2021-02-03T18:41:25.957Z] > git --version # 'git version 2.17.1' [2021-02-03T18:41:25.959Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-03T18:41:26.045Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-03T18:41:27.732Z] Checking out Revision bcafc233a11a94553b5bbd90034cf9c597dbd212 (master) [2021-02-03T18:41:27.105Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-02-03T18:41:27.119Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-03T18:41:27.143Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-02-03T18:41:27.186Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-02-03T18:41:27.187Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-03T18:41:27.200Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-03T18:41:27.752Z] > git config core.sparsecheckout # timeout=10 [2021-02-03T18:41:27.778Z] > git checkout -f bcafc233a11a94553b5bbd90034cf9c597dbd212 # timeout=10 [2021-02-03T18:41:32.281Z] Commit message: "Merge pull request #482 from weichou1229/issue-481" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-03T18:41:34.022Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-03T18:41:34.440Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-03T18:41:34.786Z] + + true [2021-02-03T18:41:34.786Z] sudo service docker restart [Pipeline] unstash [Pipeline] echo [2021-02-03T18:41:37.780Z] ========================================================= [2021-02-03T18:41:37.780Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-03T18:41:37.780Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-03T18:41:38.161Z] + 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-03T18:41:39.148Z] Sending build context to Docker daemon 2.51MB [2021-02-03T18:41:39.148Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-02-03T18:41:39.148Z] Step 2/7 : FROM ${BASE} [2021-02-03T18:41:39.743Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-03T18:41:39.743Z] 5f621e34cdf4: Pulling fs layer [2021-02-03T18:41:39.743Z] a4357932f1b6: Pulling fs layer [2021-02-03T18:41:39.743Z] 18c013af1878: Pulling fs layer [2021-02-03T18:41:39.743Z] 00ac8860ef70: Pulling fs layer [2021-02-03T18:41:39.743Z] 63d7cb157983: Pulling fs layer [2021-02-03T18:41:39.743Z] b116817d02f9: Pulling fs layer [2021-02-03T18:41:39.743Z] 745a02a5169b: Pulling fs layer [2021-02-03T18:41:39.743Z] 00ac8860ef70: Waiting [2021-02-03T18:41:39.743Z] 63d7cb157983: Waiting [2021-02-03T18:41:39.743Z] b116817d02f9: Waiting [2021-02-03T18:41:39.743Z] 745a02a5169b: Waiting [2021-02-03T18:41:39.743Z] 18c013af1878: Download complete [2021-02-03T18:41:39.743Z] a4357932f1b6: Verifying Checksum [2021-02-03T18:41:39.743Z] a4357932f1b6: Download complete [2021-02-03T18:41:39.743Z] 63d7cb157983: Verifying Checksum [2021-02-03T18:41:39.743Z] 63d7cb157983: Download complete [2021-02-03T18:41:40.337Z] b116817d02f9: Verifying Checksum [2021-02-03T18:41:40.337Z] b116817d02f9: Download complete [2021-02-03T18:41:40.337Z] 5f621e34cdf4: Verifying Checksum [2021-02-03T18:41:40.337Z] 5f621e34cdf4: Download complete [2021-02-03T18:41:40.939Z] 5f621e34cdf4: Pull complete [2021-02-03T18:41:41.560Z] a4357932f1b6: Pull complete [2021-02-03T18:41:42.167Z] 18c013af1878: Pull complete [2021-02-03T18:41:43.155Z] 745a02a5169b: Verifying Checksum [2021-02-03T18:41:43.155Z] 745a02a5169b: Download complete [2021-02-03T18:41:43.754Z] 00ac8860ef70: Verifying Checksum [2021-02-03T18:41:43.754Z] 00ac8860ef70: Download complete [2021-02-03T18:41:53.948Z] 00ac8860ef70: Pull complete [2021-02-03T18:41:53.948Z] 63d7cb157983: Pull complete [2021-02-03T18:41:54.227Z] b116817d02f9: Pull complete [2021-02-03T18:41:58.558Z] 745a02a5169b: Pull complete [2021-02-03T18:41:58.558Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-03T18:41:58.558Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-03T18:41:58.558Z] ---> b7e6874047d6 [2021-02-03T18:41:58.558Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-02-03T18:42:01.178Z] ---> Running in 9a00e8e32032 [2021-02-03T18:42:01.454Z] Removing intermediate container 9a00e8e32032 [2021-02-03T18:42:01.454Z] ---> 3eb48f7c4c7d [2021-02-03T18:42:01.454Z] Step 4/7 : RUN apk add bash [2021-02-03T18:42:01.727Z] ---> Running in 5027931799d6 [2021-02-03T18:42:03.183Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-03T18:42:03.780Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-03T18:42:04.754Z] OK: 142 MiB in 39 packages [2021-02-03T18:42:06.191Z] Removing intermediate container 5027931799d6 [2021-02-03T18:42:06.191Z] ---> b87fe349fc24 [2021-02-03T18:42:06.191Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-02-03T18:42:06.191Z] ---> Running in 3d1b74e2f0cb [2021-02-03T18:42:06.466Z] Removing intermediate container 3d1b74e2f0cb [2021-02-03T18:42:06.466Z] ---> 7e70dd4d624c [2021-02-03T18:42:06.466Z] Step 6/7 : COPY go.mod . [2021-02-03T18:42:07.060Z] ---> af6a9f7bc3c3 [2021-02-03T18:42:07.060Z] Step 7/7 : RUN go mod download [2021-02-03T18:42:07.332Z] ---> Running in 6bee15c16867 [2021-02-03T18:42:12.654Z] Running on prd-centos7-docker-4c-2g-24760 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws [2021-02-03T18:42:12.708Z] Running in /w/workspace/go-mod-core-contracts/137 [Pipeline] { [Pipeline] checkout [2021-02-03T18:42:19.625Z] using credential edgex-jenkins-ssh [2021-02-03T18:42:19.747Z] Cloning the remote Git repository [2021-02-03T18:42:19.823Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-02-03T18:42:19.906Z] > git init /w/workspace/go-mod-core-contracts/137 # timeout=10 [2021-02-03T18:42:19.985Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-02-03T18:42:19.986Z] > git --version # timeout=10 [2021-02-03T18:42:20.035Z] > git --version # 'git version 2.24.3' [2021-02-03T18:42:20.036Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-03T18:42:20.232Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-03T18:42:21.143Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-02-03T18:42:21.166Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-03T18:42:21.190Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-02-03T18:42:21.722Z] Checking out Revision bcafc233a11a94553b5bbd90034cf9c597dbd212 (master) [2021-02-03T18:42:22.426Z] Removing intermediate container 6bee15c16867 [2021-02-03T18:42:22.426Z] ---> dbc6b1dccc22 [2021-02-03T18:42:22.426Z] Successfully built dbc6b1dccc22 [2021-02-03T18:42:22.426Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-03T18:42:21.236Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-02-03T18:42:21.236Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-03T18:42:21.245Z] > 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-03T18:42:21.740Z] > git config core.sparsecheckout # timeout=10 [2021-02-03T18:42:21.757Z] > git checkout -f bcafc233a11a94553b5bbd90034cf9c597dbd212 # timeout=10 [2021-02-03T18:42:22.778Z] + docker inspect -f . ci-base-image-arm64 [2021-02-03T18:42:22.778Z] . [Pipeline] withDockerContainer [2021-02-03T18:42:23.057Z] prd-ubuntu18.04-docker-arm64-4c-16g-24759 does not seem to be running inside a container [2021-02-03T18:42:23.138Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/137 -v /w/workspace/go-mod-core-contracts/137:/w/workspace/go-mod-core-contracts/137:rw,z -v /w/workspace/go-mod-core-contracts/137@tmp:/w/workspace/go-mod-core-contracts/137@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-03T18:42:24.721Z] $ docker top 687498e14a481419acd92ec906b7e0d66206b9588734bee8907305651e3784a8 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-03T18:42:25.764Z] + go version [2021-02-03T18:42:25.764Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-03T18:42:25.785Z] $ docker stop --time=1 687498e14a481419acd92ec906b7e0d66206b9588734bee8907305651e3784a8 [2021-02-03T18:42:25.830Z] Commit message: "Merge pull request #482 from weichou1229/issue-481" [2021-02-03T18:42:27.754Z] $ docker rm -f 687498e14a481419acd92ec906b7e0d66206b9588734bee8907305651e3784a8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-03T18:42:28.788Z] + docker inspect -f . ci-base-image-arm64 [2021-02-03T18:42:28.788Z] . [Pipeline] withDockerContainer [2021-02-03T18:42:29.382Z] prd-ubuntu18.04-docker-arm64-4c-16g-24759 does not seem to be running inside a container [2021-02-03T18:42:29.416Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [2021-02-03T18:42:29.481Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/137 -v /w/workspace/go-mod-core-contracts/137:/w/workspace/go-mod-core-contracts/137:rw,z -v /w/workspace/go-mod-core-contracts/137@tmp:/w/workspace/go-mod-core-contracts/137@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-03T18:42:31.024Z] $ docker top de8e4f1fe96cba3e06627ecbbd25f69ec497946794024c159089b45a7bcf1bee -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh [2021-02-03T18:42:31.748Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-03T18:42:32.127Z] + sudo service docker restart [2021-02-03T18:42:32.127Z] + true [2021-02-03T18:42:32.127Z] Redirecting to /bin/systemctl restart docker.service [2021-02-03T18:42:32.227Z] + make test [2021-02-03T18:42:32.227Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [Pipeline] unstash [Pipeline] echo [2021-02-03T18:42:33.832Z] ========================================================= [2021-02-03T18:42:33.832Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-03T18:42:33.832Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-03T18:42:34.316Z] + 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-03T18:42:34.903Z] Sending build context to Docker daemon 2.512MB [2021-02-03T18:42:34.903Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-02-03T18:42:34.903Z] Step 2/7 : FROM ${BASE} [2021-02-03T18:42:35.199Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-03T18:42:35.199Z] 188c0c94c7c5: Pulling fs layer [2021-02-03T18:42:35.199Z] 0ef7d3d256c8: Pulling fs layer [2021-02-03T18:42:35.199Z] de9db76c5a1d: Pulling fs layer [2021-02-03T18:42:35.199Z] bca2f99d35d6: Pulling fs layer [2021-02-03T18:42:35.199Z] 93359f2a8cfa: Pulling fs layer [2021-02-03T18:42:35.199Z] 7c6f9722023f: Pulling fs layer [2021-02-03T18:42:35.199Z] a35cf1a2eb13: Pulling fs layer [2021-02-03T18:42:35.199Z] bca2f99d35d6: Waiting [2021-02-03T18:42:35.199Z] 7c6f9722023f: Waiting [2021-02-03T18:42:35.199Z] 93359f2a8cfa: Waiting [2021-02-03T18:42:35.199Z] a35cf1a2eb13: Waiting [2021-02-03T18:42:35.199Z] de9db76c5a1d: Verifying Checksum [2021-02-03T18:42:35.199Z] de9db76c5a1d: Download complete [2021-02-03T18:42:35.199Z] 0ef7d3d256c8: Verifying Checksum [2021-02-03T18:42:35.199Z] 0ef7d3d256c8: Download complete [2021-02-03T18:42:35.199Z] 93359f2a8cfa: Verifying Checksum [2021-02-03T18:42:35.199Z] 93359f2a8cfa: Download complete [2021-02-03T18:42:35.480Z] 7c6f9722023f: Download complete [2021-02-03T18:42:35.756Z] 188c0c94c7c5: Verifying Checksum [2021-02-03T18:42:35.756Z] 188c0c94c7c5: Download complete [2021-02-03T18:42:36.033Z] 188c0c94c7c5: Pull complete [2021-02-03T18:42:36.306Z] 0ef7d3d256c8: Pull complete [2021-02-03T18:42:36.583Z] de9db76c5a1d: Pull complete [2021-02-03T18:42:38.580Z] a35cf1a2eb13: Verifying Checksum [2021-02-03T18:42:38.580Z] a35cf1a2eb13: Download complete [2021-02-03T18:42:39.196Z] bca2f99d35d6: Download complete [2021-02-03T18:42:47.508Z] bca2f99d35d6: Pull complete [2021-02-03T18:42:47.508Z] 93359f2a8cfa: Pull complete [2021-02-03T18:42:47.778Z] 7c6f9722023f: Pull complete [2021-02-03T18:42:53.220Z] a35cf1a2eb13: Pull complete [2021-02-03T18:42:53.220Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-03T18:42:53.220Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-03T18:42:53.220Z] ---> a62c8e92a672 [2021-02-03T18:42:53.220Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-02-03T18:42:53.220Z] ---> Running in ae588c478c99 [2021-02-03T18:42:53.505Z] Removing intermediate container ae588c478c99 [2021-02-03T18:42:53.505Z] ---> 66640776d9cb [2021-02-03T18:42:53.505Z] Step 4/7 : RUN apk add bash [2021-02-03T18:42:53.779Z] ---> Running in 4b83a23e4b12 [2021-02-03T18:42:54.422Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] [2021-02-03T18:42:54.828Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-03T18:42:55.026Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.045s coverage: 85.7% of statements [2021-02-03T18:42:55.027Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.049s coverage: 100.0% of statements [2021-02-03T18:42:55.825Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-03T18:42:56.423Z] OK: 166 MiB in 39 packages [2021-02-03T18:42:57.026Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.051s coverage: 45.4% of statements [2021-02-03T18:42:57.392Z] Removing intermediate container 4b83a23e4b12 [2021-02-03T18:42:57.393Z] ---> a5d7c0a273a7 [2021-02-03T18:42:57.393Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-02-03T18:42:57.393Z] ---> Running in 4da5c9c424c4 [2021-02-03T18:42:57.393Z] Removing intermediate container 4da5c9c424c4 [2021-02-03T18:42:57.393Z] ---> 50de65714b9d [2021-02-03T18:42:57.393Z] Step 6/7 : COPY go.mod . [2021-02-03T18:42:57.640Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.041s coverage: 77.8% of statements [2021-02-03T18:42:57.640Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] [2021-02-03T18:42:57.658Z] ---> ec054c800a72 [2021-02-03T18:42:57.658Z] Step 7/7 : RUN go mod download [2021-02-03T18:42:57.931Z] ---> Running in fd202ccb6d85 [2021-02-03T18:42:59.096Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.020s coverage: 26.3% of statements [2021-02-03T18:43:01.104Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.073s coverage: 14.7% of statements [2021-02-03T18:43:01.104Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.049s coverage: 100.0% of statements [2021-02-03T18:43:01.387Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.101s coverage: 91.8% of statements [2021-02-03T18:43:01.387Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] [2021-02-03T18:43:01.387Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] [2021-02-03T18:43:01.387Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.019s coverage: 100.0% of statements [2021-02-03T18:43:01.387Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.026s coverage: 36.7% of statements [2021-02-03T18:43:06.831Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.115s coverage: 63.0% of statements [2021-02-03T18:43:06.831Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.049s coverage: 26.3% of statements [2021-02-03T18:43:06.831Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.035s coverage: 15.4% of statements [2021-02-03T18:43:06.831Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.039s coverage: 15.4% of statements [2021-02-03T18:43:06.831Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.024s coverage: 14.3% of statements [2021-02-03T18:43:06.831Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] [2021-02-03T18:43:11.178Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.199s coverage: 84.8% of statements [2021-02-03T18:43:11.178Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] [2021-02-03T18:43:11.178Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] [2021-02-03T18:43:11.178Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] [2021-02-03T18:43:11.178Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.068s coverage: 49.2% of statements [2021-02-03T18:43:11.178Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.053s coverage: 94.7% of statements [2021-02-03T18:43:13.173Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.152s coverage: 88.7% of statements [2021-02-03T18:43:13.173Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.023s coverage: 100.0% of statements [2021-02-03T18:43:13.173Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models [no test files] [2021-02-03T18:43:13.173Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-02-03T18:43:13.193Z] Removing intermediate container fd202ccb6d85 [2021-02-03T18:43:13.193Z] ---> 49a4dd709e64 [2021-02-03T18:43:13.193Z] Successfully built 49a4dd709e64 [2021-02-03T18:43:13.193Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-03T18:43:13.556Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-03T18:43:13.557Z] . [Pipeline] withDockerContainer [2021-02-03T18:43:14.019Z] prd-centos7-docker-4c-2g-24760 does not seem to be running inside a container [2021-02-03T18:43:14.167Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/137 -v /w/workspace/go-mod-core-contracts/137:/w/workspace/go-mod-core-contracts/137:rw,z -v /w/workspace/go-mod-core-contracts/137@tmp:/w/workspace/go-mod-core-contracts/137@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-03T18:43:15.946Z] $ docker top 8b0597ce4bfbbe865d78c35c8608fa3d5c9b8c7def7361fcce83143eb52c224c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-03T18:43:16.543Z] + go version [2021-02-03T18:43:16.543Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-03T18:43:16.578Z] $ docker stop --time=1 8b0597ce4bfbbe865d78c35c8608fa3d5c9b8c7def7361fcce83143eb52c224c [2021-02-03T18:43:18.151Z] $ docker rm -f 8b0597ce4bfbbe865d78c35c8608fa3d5c9b8c7def7361fcce83143eb52c224c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-03T18:43:19.089Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-03T18:43:19.089Z] . [Pipeline] withDockerContainer [2021-02-03T18:43:19.259Z] prd-centos7-docker-4c-2g-24760 does not seem to be running inside a container [2021-02-03T18:43:19.339Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/137 -v /w/workspace/go-mod-core-contracts/137:/w/workspace/go-mod-core-contracts/137:rw,z -v /w/workspace/go-mod-core-contracts/137@tmp:/w/workspace/go-mod-core-contracts/137@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-03T18:43:19.906Z] gofmt -l . [2021-02-03T18:43:19.906Z] [ "`gofmt -l .`" = "" ] [2021-02-03T18:43:20.290Z] $ docker top 3febd3107e79dd574a3b988e9fcd0ccc709e0c624e1cf440f243afb86c2e0724 -eo pid,comm [Pipeline] { [Pipeline] } [2021-02-03T18:43:20.632Z] $ docker stop --time=1 de8e4f1fe96cba3e06627ecbbd25f69ec497946794024c159089b45a7bcf1bee [2021-02-03T18:43:22.769Z] $ docker rm -f de8e4f1fe96cba3e06627ecbbd25f69ec497946794024c159089b45a7bcf1bee [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] sh [2021-02-03T18:43:23.605Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-02-03T18:43:23.721Z] + make test [2021-02-03T18:43:23.721Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-02-03T18:43:24.583Z] 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] } [2021-02-03T18:43:36.346Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] [2021-02-03T18:43:37.480Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.062s coverage: 85.7% of statements [2021-02-03T18:43:37.480Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.035s coverage: 100.0% of statements [2021-02-03T18:43:38.143Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.120s coverage: 45.4% of statements [2021-02-03T18:43:38.817Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.077s coverage: 77.8% of statements [2021-02-03T18:43:38.817Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] [2021-02-03T18:43:40.487Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.012s coverage: 26.3% of statements [2021-02-03T18:43:41.113Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.039s coverage: 14.7% of statements [2021-02-03T18:43:41.113Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.010s coverage: 100.0% of statements [2021-02-03T18:43:41.455Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.078s coverage: 91.8% of statements [2021-02-03T18:43:41.455Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] [2021-02-03T18:43:41.455Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] [2021-02-03T18:43:41.455Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.027s coverage: 100.0% of statements [2021-02-03T18:43:41.759Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.041s coverage: 36.7% of statements [2021-02-03T18:43:46.480Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.095s coverage: 63.0% of statements [2021-02-03T18:43:46.480Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.027s coverage: 26.3% of statements [2021-02-03T18:43:46.480Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.022s coverage: 15.4% of statements [2021-02-03T18:43:46.480Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.075s coverage: 15.4% of statements [2021-02-03T18:43:46.480Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.055s coverage: 14.3% of statements [2021-02-03T18:43:46.480Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] [2021-02-03T18:43:49.671Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.203s coverage: 84.8% of statements [2021-02-03T18:43:49.671Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] [2021-02-03T18:43:49.672Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] [2021-02-03T18:43:49.672Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] [2021-02-03T18:43:49.672Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.061s coverage: 49.2% of statements [2021-02-03T18:43:49.672Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.027s coverage: 94.7% of statements [2021-02-03T18:43:50.704Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.076s coverage: 88.7% of statements [2021-02-03T18:43:50.704Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.013s coverage: 100.0% of statements [2021-02-03T18:43:50.704Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models [no test files] [2021-02-03T18:43:51.308Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-02-03T18:43:54.814Z] gofmt -l . [2021-02-03T18:43:54.814Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-02-03T18:43:55.490Z] $ docker stop --time=1 3febd3107e79dd574a3b988e9fcd0ccc709e0c624e1cf440f243afb86c2e0724 [2021-02-03T18:43:58.239Z] $ docker rm -f 3febd3107e79dd574a3b988e9fcd0ccc709e0c624e1cf440f243afb86c2e0724 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-03T18:43:59.250Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-02-03T18:43:59.321Z] Warning: overwriting stash ‘coverage-report’ [2021-02-03T18:43:59.894Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-02-03T18:44:02.137Z] provisioning config files... [2021-02-03T18:44:02.150Z] copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config6017446086861456822tmp [Pipeline] { [Pipeline] sh [2021-02-03T18:44:02.580Z] + set +x [2021-02-03T18:44:02.580Z] + curl -s https://codecov.io/bash [2021-02-03T18:44:02.580Z] + bash -s -- [2021-02-03T18:44:02.842Z] [2021-02-03T18:44:02.842Z] _____ _ [2021-02-03T18:44:02.842Z] / ____| | | [2021-02-03T18:44:02.842Z] | | ___ __| | ___ ___ _____ __ [2021-02-03T18:44:02.842Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-02-03T18:44:02.842Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-02-03T18:44:02.842Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-02-03T18:44:02.842Z] Bash-20210129-7c25fce [2021-02-03T18:44:02.842Z] [2021-02-03T18:44:02.842Z] [2021-02-03T18:44:02.842Z] ==> git version 2.24.3 found [2021-02-03T18:44:02.842Z] ==> 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-03T18:44:02.842Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-02-03T18:44:02.842Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-02-03T18:44:02.842Z] ==> Jenkins CI detected. [2021-02-03T18:44:02.842Z] project root: . [2021-02-03T18:44:02.842Z] --> token set from env [2021-02-03T18:44:02.842Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-02-03T18:44:02.842Z] ==> Running gcov in . (disable via -X gcov) [2021-02-03T18:44:02.842Z] ==> Python coveragepy not found [2021-02-03T18:44:02.842Z] ==> Searching for coverage reports in: [2021-02-03T18:44:02.842Z] + . [2021-02-03T18:44:02.842Z] -> Found 1 reports [2021-02-03T18:44:02.842Z] ==> Detecting git/mercurial file structure [2021-02-03T18:44:02.842Z] ==> Reading reports [2021-02-03T18:44:02.842Z] + ./coverage.out bytes=147060 [2021-02-03T18:44:02.842Z] ==> Appending adjustments [2021-02-03T18:44:02.842Z] https://docs.codecov.io/docs/fixing-reports [2021-02-03T18:44:03.789Z] + Found adjustments [2021-02-03T18:44:03.789Z] ==> Gzipping contents [2021-02-03T18:44:03.789Z] 24K /tmp/codecov.BIM2aE.gz [2021-02-03T18:44:03.789Z] ==> Uploading reports [2021-02-03T18:44:03.789Z] url: https://codecov.io [2021-02-03T18:44:03.789Z] query: branch=master&commit=bcafc233a11a94553b5bbd90034cf9c597dbd212&build=137&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2Fmaster%2F137%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=&job=&cmd_args= [2021-02-03T18:44:03.789Z] -> Pinging Codecov [2021-02-03T18:44:03.789Z] https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=master&commit=bcafc233a11a94553b5bbd90034cf9c597dbd212&build=137&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2Fmaster%2F137%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=&job=&cmd_args= [2021-02-03T18:44:04.051Z] -> Uploading to [2021-02-03T18:44:04.051Z] https://storage.googleapis.com/codecov/v4/raw/2021-02-03/71470A77251A30514AAF9C0BB2E5B6CE/bcafc233a11a94553b5bbd90034cf9c597dbd212/87f1b072-ce67-415d-b428-915ae0055169.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210203%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210203T184403Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=15e2a8742fe7fc917f441331985125947a58cc8f0fc452c4cbddbf86e2b74b4b [2021-02-03T18:44:04.051Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-03T18:44:04.051Z] Dload Upload Total Spent Left Speed [2021-02-03T18:44:04.625Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 22466 0 0 100 22466 0 56782 --:--:-- --:--:-- --:--:-- 56875 [2021-02-03T18:44:04.625Z] -> View reports at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/bcafc233a11a94553b5bbd90034cf9c597dbd212 [Pipeline] } [2021-02-03T18:44:04.635Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-02-03T18:44:05.654Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-02-03T18:44:05.723Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-03T18:44:06.074Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-03T18:44:06.074Z] [2021-02-03T18:44:06.074Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-02-03T18:44:06.435Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-03T18:44:06.435Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-02-03T18:44:06.435Z] 188c0c94c7c5: Pulling fs layer [2021-02-03T18:44:06.435Z] 0ef7d3d256c8: Pulling fs layer [2021-02-03T18:44:06.435Z] de9db76c5a1d: Pulling fs layer [2021-02-03T18:44:06.435Z] 0eba1c9be4d2: Pulling fs layer [2021-02-03T18:44:06.435Z] 0d57e429df01: Pulling fs layer [2021-02-03T18:44:06.435Z] 4e4be7b47b0d: Pulling fs layer [2021-02-03T18:44:06.435Z] e1f770b5df2f: Pulling fs layer [2021-02-03T18:44:06.435Z] 0eba1c9be4d2: Waiting [2021-02-03T18:44:06.435Z] 85a0685a4137: Pulling fs layer [2021-02-03T18:44:06.435Z] 0d57e429df01: Waiting [2021-02-03T18:44:06.435Z] 4e4be7b47b0d: Waiting [2021-02-03T18:44:06.435Z] e1f770b5df2f: Waiting [2021-02-03T18:44:06.435Z] 85a0685a4137: Waiting [2021-02-03T18:44:06.435Z] de9db76c5a1d: Verifying Checksum [2021-02-03T18:44:06.435Z] de9db76c5a1d: Download complete [2021-02-03T18:44:06.435Z] 0ef7d3d256c8: Download complete [2021-02-03T18:44:06.435Z] 0d57e429df01: Verifying Checksum [2021-02-03T18:44:06.435Z] 0d57e429df01: Download complete [2021-02-03T18:44:06.435Z] 4e4be7b47b0d: Download complete [2021-02-03T18:44:06.435Z] 188c0c94c7c5: Verifying Checksum [2021-02-03T18:44:06.435Z] 188c0c94c7c5: Download complete [2021-02-03T18:44:07.009Z] 188c0c94c7c5: Pull complete [2021-02-03T18:44:07.009Z] 0ef7d3d256c8: Pull complete [2021-02-03T18:44:07.272Z] de9db76c5a1d: Pull complete [2021-02-03T18:44:08.225Z] e1f770b5df2f: Verifying Checksum [2021-02-03T18:44:08.225Z] e1f770b5df2f: Download complete [2021-02-03T18:44:10.161Z] 0eba1c9be4d2: Verifying Checksum [2021-02-03T18:44:10.161Z] 0eba1c9be4d2: Download complete [2021-02-03T18:44:10.161Z] 85a0685a4137: Verifying Checksum [2021-02-03T18:44:10.161Z] 85a0685a4137: Download complete [2021-02-03T18:44:15.481Z] 0eba1c9be4d2: Pull complete [2021-02-03T18:44:15.481Z] 0d57e429df01: Pull complete [2021-02-03T18:44:15.481Z] 4e4be7b47b0d: Pull complete [2021-02-03T18:44:17.406Z] e1f770b5df2f: Pull complete [2021-02-03T18:44:24.045Z] 85a0685a4137: Pull complete [2021-02-03T18:44:24.045Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-02-03T18:44:24.045Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-03T18:44:24.045Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-02-03T18:44:24.244Z] prd-centos7-docker-4c-2g-24758 does not seem to be running inside a container [2021-02-03T18:44:24.298Z] $ 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-03T18:44:25.236Z] $ docker top 673bf15ea227b8b38791f644056c186f1d683fcb18d0ddcc59a6b0a6bef7b0a3 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-03T18:44:25.440Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-02-03T18:44:25.732Z] + set -o pipefail [2021-02-03T18:44:25.732Z] + snyk monitor '--org=edgex-jenkins' [2021-02-03T18:44:31.033Z] [2021-02-03T18:44:31.033Z] Monitoring /w/workspace/dry_go-mod-core-contracts_master (github.com/edgexfoundry/go-mod-core-contracts/v2)... [2021-02-03T18:44:31.033Z] [2021-02-03T18:44:31.033Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/3f4394a4-4413-42ba-ada0-473d353def69/history/1fe8b1ec-bcdc-4c35-860e-d78f11c5ea9f [2021-02-03T18:44:31.033Z] [2021-02-03T18:44:31.033Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-02-03T18:44:31.033Z] [2021-02-03T18:44:31.033Z] [Pipeline] } [2021-02-03T18:44:31.052Z] $ docker stop --time=1 673bf15ea227b8b38791f644056c186f1d683fcb18d0ddcc59a6b0a6bef7b0a3 [2021-02-03T18:44:33.254Z] $ docker rm -f 673bf15ea227b8b38791f644056c186f1d683fcb18d0ddcc59a6b0a6bef7b0a3 [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-03T18:44:34.982Z] + git log --format=format:%s -1 bcafc233a11a94553b5bbd90034cf9c597dbd212 [Pipeline] isUnix [Pipeline] sh [2021-02-03T18:44:35.287Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-03T18:44:35.287Z] . [Pipeline] withDockerContainer [2021-02-03T18:44:35.378Z] prd-centos7-docker-4c-2g-24758 does not seem to be running inside a container [2021-02-03T18:44:35.433Z] $ 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-03T18:44:36.126Z] $ docker top 20e3b87031973c54bceb46caea225d56f779548058553977ee30442dce4c0785 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-03T18:44:36.470Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-03T18:44:36.470Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-03T18:44:36.680Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-03T18:44:36.688Z] $ docker exec 20e3b87031973c54bceb46caea225d56f779548058553977ee30442dce4c0785 ssh-agent [2021-02-03T18:44:36.837Z] SSH_AUTH_SOCK=/tmp/ssh-I1v75qA4AqWi/agent.12 [2021-02-03T18:44:36.837Z] SSH_AGENT_PID=17 [2021-02-03T18:44:36.845Z] Running ssh-add (command line suppressed) [2021-02-03T18:44:36.970Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_1679360013774095510.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_1679360013774095510.key) [2021-02-03T18:44:37.021Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-03T18:44:37.358Z] + git semver tag [2021-02-03T18:44:37.358Z] # -> Open(): unable to determine branch for HEAD [2021-02-03T18:44:37.358Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2021-02-03T18:44:37.358Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2021-02-03T18:44:37.358Z] # $SEMVER_REMOTE_NAME = origin [2021-02-03T18:44:37.358Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-03T18:44:37.358Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-03T18:44:37.358Z] # $SEMVER_BRANCH = master [2021-02-03T18:44:37.358Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [2021-02-03T18:44:37.358Z] # bcafc233a11a94553b5bbd90034cf9c597dbd212 HEAD [2021-02-03T18:44:37.358Z] # -> Force: false [2021-02-03T18:44:37.358Z] # 14b803eceacee94dbe4562693fde58fcee1d4ad4 refs/tags/v2.0.0-dev.19 [Pipeline] } [2021-02-03T18:44:37.375Z] $ docker exec --env ******** --env ******** 20e3b87031973c54bceb46caea225d56f779548058553977ee30442dce4c0785 ssh-agent -k [2021-02-03T18:44:37.513Z] unset SSH_AUTH_SOCK; [2021-02-03T18:44:37.513Z] unset SSH_AGENT_PID; [2021-02-03T18:44:37.514Z] echo Agent pid 17 killed; [2021-02-03T18:44:37.562Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-03T18:44:38.079Z] + git semver [Pipeline] } [2021-02-03T18:44:38.101Z] $ docker stop --time=1 20e3b87031973c54bceb46caea225d56f779548058553977ee30442dce4c0785 [2021-02-03T18:44:39.445Z] $ docker rm -f 20e3b87031973c54bceb46caea225d56f779548058553977ee30442dce4c0785 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-02-03T18:44:40.090Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-03T18:44:40.090Z] [2021-02-03T18:44:40.090Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-02-03T18:44:40.446Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-03T18:44:40.446Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-02-03T18:44:40.446Z] ab5ef0e58194: Pulling fs layer [2021-02-03T18:44:40.446Z] 9712f1f96733: Pulling fs layer [2021-02-03T18:44:40.446Z] 63f879dbbcfc: Pulling fs layer [2021-02-03T18:44:40.446Z] 0d9ebad4ef96: Pulling fs layer [2021-02-03T18:44:40.446Z] e9a5061849ea: Pulling fs layer [2021-02-03T18:44:40.446Z] d747dcd14b5f: Pulling fs layer [2021-02-03T18:44:40.446Z] 2de7ff778b66: Pulling fs layer [2021-02-03T18:44:40.446Z] d747dcd14b5f: Waiting [2021-02-03T18:44:40.446Z] e9a5061849ea: Waiting [2021-02-03T18:44:40.446Z] 2de7ff778b66: Waiting [2021-02-03T18:44:40.446Z] 9712f1f96733: Verifying Checksum [2021-02-03T18:44:40.446Z] 9712f1f96733: Download complete [2021-02-03T18:44:42.383Z] 63f879dbbcfc: Verifying Checksum [2021-02-03T18:44:42.383Z] 63f879dbbcfc: Download complete [2021-02-03T18:44:42.383Z] e9a5061849ea: Verifying Checksum [2021-02-03T18:44:42.383Z] e9a5061849ea: Download complete [2021-02-03T18:44:42.383Z] d747dcd14b5f: Verifying Checksum [2021-02-03T18:44:42.383Z] d747dcd14b5f: Download complete [2021-02-03T18:44:42.648Z] 2de7ff778b66: Verifying Checksum [2021-02-03T18:44:42.648Z] 2de7ff778b66: Download complete [2021-02-03T18:44:42.910Z] 0d9ebad4ef96: Verifying Checksum [2021-02-03T18:44:42.910Z] 0d9ebad4ef96: Download complete [2021-02-03T18:44:43.174Z] ab5ef0e58194: Verifying Checksum [2021-02-03T18:44:43.174Z] ab5ef0e58194: Download complete [2021-02-03T18:44:47.397Z] ab5ef0e58194: Pull complete [2021-02-03T18:44:47.397Z] 9712f1f96733: Pull complete [2021-02-03T18:44:49.962Z] 63f879dbbcfc: Pull complete [2021-02-03T18:44:56.589Z] 0d9ebad4ef96: Pull complete [2021-02-03T18:44:57.533Z] e9a5061849ea: Pull complete [2021-02-03T18:44:57.534Z] d747dcd14b5f: Pull complete [2021-02-03T18:45:00.091Z] 2de7ff778b66: Pull complete [2021-02-03T18:45:00.091Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-02-03T18:45:00.091Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-03T18:45:00.091Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-02-03T18:45:00.270Z] prd-centos7-docker-4c-2g-24758 does not seem to be running inside a container [2021-02-03T18:45:00.321Z] $ 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-03T18:45:04.429Z] $ docker top 7066ff912545d83ae788916d8303d50f592b917ef599127b1e91e6fb6182283b -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-02-03T18:45:04.742Z] provisioning config files... [2021-02-03T18:45:04.752Z] copy managed file [sigul-config] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config7562018113238351733tmp [2021-02-03T18:45:04.768Z] copy managed file [sigul-password] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config8426004043955521976tmp [2021-02-03T18:45:04.782Z] copy managed file [sigul-pki] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config3081663104798554090tmp [Pipeline] { [Pipeline] echo [2021-02-03T18:45:04.902Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-03T18:45:05.360Z] ---> sigul-configuration.sh [2021-02-03T18:45:05.360Z] gpg: directory `/root/.gnupg' created [2021-02-03T18:45:05.360Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-02-03T18:45:05.360Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-02-03T18:45:05.360Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-02-03T18:45:05.360Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-02-03T18:45:05.360Z] gpg: CAST5 encrypted data [2021-02-03T18:45:05.637Z] gpg: encrypted with 1 passphrase [2021-02-03T18:45:05.637Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-02-03T18:45:06.042Z] + mkdir /home/jenkins [2021-02-03T18:45:06.042Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-02-03T18:45:06.338Z] + 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-03T18:45:06.349Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-03T18:45:06.644Z] ---> sigul-install.sh [2021-02-03T18:45:11.951Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-02-03T18:45:12.269Z] + git tag --list [2021-02-03T18:45:12.269Z] v0.0.0 [2021-02-03T18:45:12.269Z] v0.0.1 [2021-02-03T18:45:12.269Z] v0.1.0 [2021-02-03T18:45:12.269Z] v0.1.1 [2021-02-03T18:45:12.269Z] v0.1.10 [2021-02-03T18:45:12.269Z] v0.1.100 [2021-02-03T18:45:12.269Z] v0.1.101 [2021-02-03T18:45:12.269Z] v0.1.102 [2021-02-03T18:45:12.269Z] v0.1.103 [2021-02-03T18:45:12.269Z] v0.1.104 [2021-02-03T18:45:12.269Z] v0.1.105 [2021-02-03T18:45:12.269Z] v0.1.106 [2021-02-03T18:45:12.269Z] v0.1.107 [2021-02-03T18:45:12.269Z] v0.1.108 [2021-02-03T18:45:12.269Z] v0.1.109 [2021-02-03T18:45:12.269Z] v0.1.11 [2021-02-03T18:45:12.269Z] v0.1.110 [2021-02-03T18:45:12.269Z] v0.1.111 [2021-02-03T18:45:12.269Z] v0.1.112 [2021-02-03T18:45:12.269Z] v0.1.113 [2021-02-03T18:45:12.269Z] v0.1.114 [2021-02-03T18:45:12.269Z] v0.1.115 [2021-02-03T18:45:12.269Z] v0.1.116 [2021-02-03T18:45:12.269Z] v0.1.117 [2021-02-03T18:45:12.269Z] v0.1.118 [2021-02-03T18:45:12.269Z] v0.1.119 [2021-02-03T18:45:12.269Z] v0.1.12 [2021-02-03T18:45:12.269Z] v0.1.120 [2021-02-03T18:45:12.269Z] v0.1.121 [2021-02-03T18:45:12.269Z] v0.1.122 [2021-02-03T18:45:12.269Z] v0.1.123 [2021-02-03T18:45:12.269Z] v0.1.124 [2021-02-03T18:45:12.269Z] v0.1.125 [2021-02-03T18:45:12.269Z] v0.1.126 [2021-02-03T18:45:12.269Z] v0.1.127 [2021-02-03T18:45:12.269Z] v0.1.128 [2021-02-03T18:45:12.269Z] v0.1.129 [2021-02-03T18:45:12.269Z] v0.1.13 [2021-02-03T18:45:12.269Z] v0.1.130 [2021-02-03T18:45:12.269Z] v0.1.131 [2021-02-03T18:45:12.269Z] v0.1.132 [2021-02-03T18:45:12.269Z] v0.1.133 [2021-02-03T18:45:12.269Z] v0.1.134 [2021-02-03T18:45:12.269Z] v0.1.135 [2021-02-03T18:45:12.269Z] v0.1.136 [2021-02-03T18:45:12.269Z] v0.1.137 [2021-02-03T18:45:12.269Z] v0.1.138 [2021-02-03T18:45:12.269Z] v0.1.139 [2021-02-03T18:45:12.269Z] v0.1.14 [2021-02-03T18:45:12.269Z] v0.1.140 [2021-02-03T18:45:12.269Z] v0.1.141 [2021-02-03T18:45:12.269Z] v0.1.142 [2021-02-03T18:45:12.269Z] v0.1.143 [2021-02-03T18:45:12.269Z] v0.1.144 [2021-02-03T18:45:12.269Z] v0.1.145 [2021-02-03T18:45:12.269Z] v0.1.146 [2021-02-03T18:45:12.269Z] v0.1.147 [2021-02-03T18:45:12.269Z] v0.1.148 [2021-02-03T18:45:12.269Z] v0.1.149 [2021-02-03T18:45:12.269Z] v0.1.15 [2021-02-03T18:45:12.269Z] v0.1.16 [2021-02-03T18:45:12.269Z] v0.1.17 [2021-02-03T18:45:12.269Z] v0.1.18 [2021-02-03T18:45:12.269Z] v0.1.19 [2021-02-03T18:45:12.269Z] v0.1.2 [2021-02-03T18:45:12.269Z] v0.1.20 [2021-02-03T18:45:12.269Z] v0.1.21 [2021-02-03T18:45:12.269Z] v0.1.22 [2021-02-03T18:45:12.269Z] v0.1.23 [2021-02-03T18:45:12.269Z] v0.1.24 [2021-02-03T18:45:12.269Z] v0.1.25 [2021-02-03T18:45:12.269Z] v0.1.26 [2021-02-03T18:45:12.269Z] v0.1.27 [2021-02-03T18:45:12.269Z] v0.1.28 [2021-02-03T18:45:12.269Z] v0.1.29 [2021-02-03T18:45:12.269Z] v0.1.3 [2021-02-03T18:45:12.269Z] v0.1.30 [2021-02-03T18:45:12.269Z] v0.1.31 [2021-02-03T18:45:12.269Z] v0.1.32 [2021-02-03T18:45:12.269Z] v0.1.33 [2021-02-03T18:45:12.269Z] v0.1.34 [2021-02-03T18:45:12.269Z] v0.1.35 [2021-02-03T18:45:12.269Z] v0.1.36 [2021-02-03T18:45:12.269Z] v0.1.37 [2021-02-03T18:45:12.269Z] v0.1.38 [2021-02-03T18:45:12.269Z] v0.1.39 [2021-02-03T18:45:12.269Z] v0.1.4 [2021-02-03T18:45:12.269Z] v0.1.40 [2021-02-03T18:45:12.269Z] v0.1.41 [2021-02-03T18:45:12.269Z] v0.1.42 [2021-02-03T18:45:12.269Z] v0.1.43 [2021-02-03T18:45:12.269Z] v0.1.44 [2021-02-03T18:45:12.269Z] v0.1.45 [2021-02-03T18:45:12.269Z] v0.1.46 [2021-02-03T18:45:12.269Z] v0.1.47 [2021-02-03T18:45:12.269Z] v0.1.48 [2021-02-03T18:45:12.269Z] v0.1.49 [2021-02-03T18:45:12.269Z] v0.1.5 [2021-02-03T18:45:12.269Z] v0.1.50 [2021-02-03T18:45:12.269Z] v0.1.51 [2021-02-03T18:45:12.269Z] v0.1.52 [2021-02-03T18:45:12.269Z] v0.1.53 [2021-02-03T18:45:12.269Z] v0.1.54 [2021-02-03T18:45:12.269Z] v0.1.55 [2021-02-03T18:45:12.269Z] v0.1.56 [2021-02-03T18:45:12.269Z] v0.1.57 [2021-02-03T18:45:12.269Z] v0.1.58 [2021-02-03T18:45:12.269Z] v0.1.59 [2021-02-03T18:45:12.269Z] v0.1.6 [2021-02-03T18:45:12.269Z] v0.1.60 [2021-02-03T18:45:12.269Z] v0.1.61 [2021-02-03T18:45:12.269Z] v0.1.62 [2021-02-03T18:45:12.269Z] v0.1.63 [2021-02-03T18:45:12.269Z] v0.1.64 [2021-02-03T18:45:12.269Z] v0.1.65 [2021-02-03T18:45:12.269Z] v0.1.66 [2021-02-03T18:45:12.269Z] v0.1.67 [2021-02-03T18:45:12.269Z] v0.1.68 [2021-02-03T18:45:12.269Z] v0.1.69 [2021-02-03T18:45:12.269Z] v0.1.7 [2021-02-03T18:45:12.269Z] v0.1.70 [2021-02-03T18:45:12.269Z] v0.1.71 [2021-02-03T18:45:12.269Z] v0.1.72 [2021-02-03T18:45:12.269Z] v0.1.73 [2021-02-03T18:45:12.269Z] v0.1.74 [2021-02-03T18:45:12.269Z] v0.1.75 [2021-02-03T18:45:12.269Z] v0.1.76 [2021-02-03T18:45:12.269Z] v0.1.77 [2021-02-03T18:45:12.269Z] v0.1.78 [2021-02-03T18:45:12.269Z] v0.1.79 [2021-02-03T18:45:12.269Z] v0.1.8 [2021-02-03T18:45:12.269Z] v0.1.80 [2021-02-03T18:45:12.269Z] v0.1.81 [2021-02-03T18:45:12.269Z] v0.1.82 [2021-02-03T18:45:12.269Z] v0.1.83 [2021-02-03T18:45:12.269Z] v0.1.84 [2021-02-03T18:45:12.269Z] v0.1.85 [2021-02-03T18:45:12.269Z] v0.1.86 [2021-02-03T18:45:12.269Z] v0.1.87 [2021-02-03T18:45:12.269Z] v0.1.88 [2021-02-03T18:45:12.269Z] v0.1.89 [2021-02-03T18:45:12.269Z] v0.1.9 [2021-02-03T18:45:12.269Z] v0.1.90 [2021-02-03T18:45:12.269Z] v0.1.91 [2021-02-03T18:45:12.269Z] v0.1.92 [2021-02-03T18:45:12.269Z] v0.1.93 [2021-02-03T18:45:12.269Z] v0.1.94 [2021-02-03T18:45:12.269Z] v0.1.95 [2021-02-03T18:45:12.269Z] v0.1.96 [2021-02-03T18:45:12.269Z] v0.1.97 [2021-02-03T18:45:12.269Z] v0.1.98 [2021-02-03T18:45:12.269Z] v0.1.99 [2021-02-03T18:45:12.269Z] v2.0.0-dev.1 [2021-02-03T18:45:12.269Z] v2.0.0-dev.10 [2021-02-03T18:45:12.269Z] v2.0.0-dev.11 [2021-02-03T18:45:12.269Z] v2.0.0-dev.12 [2021-02-03T18:45:12.269Z] v2.0.0-dev.13 [2021-02-03T18:45:12.269Z] v2.0.0-dev.14 [2021-02-03T18:45:12.269Z] v2.0.0-dev.15 [2021-02-03T18:45:12.269Z] v2.0.0-dev.16 [2021-02-03T18:45:12.269Z] v2.0.0-dev.17 [2021-02-03T18:45:12.269Z] v2.0.0-dev.18 [2021-02-03T18:45:12.269Z] v2.0.0-dev.19 [2021-02-03T18:45:12.269Z] v2.0.0-dev.2 [2021-02-03T18:45:12.269Z] v2.0.0-dev.3 [2021-02-03T18:45:12.269Z] v2.0.0-dev.4 [2021-02-03T18:45:12.269Z] v2.0.0-dev.5 [2021-02-03T18:45:12.269Z] v2.0.0-dev.6 [2021-02-03T18:45:12.269Z] v2.0.0-dev.7 [2021-02-03T18:45:12.269Z] v2.0.0-dev.8 [2021-02-03T18:45:12.269Z] v2.0.0-dev.9 [Pipeline] sh [2021-02-03T18:45:12.567Z] + lftools sign git-tag v2.0.0-dev.19 [2021-02-03T18:45:13.966Z] Signing Git tag with Sigul... [2021-02-03T18:45:13.966Z] Signing v2.0.0-dev.19 [Pipeline] echo [2021-02-03T18:45:14.566Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-03T18:45:14.879Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-02-03T18:45:14.892Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-02-03T18:45:14.999Z] $ docker stop --time=1 7066ff912545d83ae788916d8303d50f592b917ef599127b1e91e6fb6182283b [2021-02-03T18:45:17.025Z] $ docker rm -f 7066ff912545d83ae788916d8303d50f592b917ef599127b1e91e6fb6182283b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-02-03T18:45:17.973Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-03T18:45:17.973Z] . [Pipeline] withDockerContainer [2021-02-03T18:45:18.067Z] prd-centos7-docker-4c-2g-24758 does not seem to be running inside a container [2021-02-03T18:45:18.119Z] $ 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-03T18:45:18.776Z] $ docker top 3fff70d39ca1a33bd0a52e5f8b005a7c549342606ffd9b8eafe343b889100f63 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-03T18:45:19.067Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-03T18:45:19.067Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-03T18:45:19.278Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-03T18:45:19.287Z] $ docker exec 3fff70d39ca1a33bd0a52e5f8b005a7c549342606ffd9b8eafe343b889100f63 ssh-agent [2021-02-03T18:45:19.441Z] SSH_AUTH_SOCK=/tmp/ssh-Genh6PW5LPzE/agent.11 [2021-02-03T18:45:19.441Z] SSH_AGENT_PID=16 [2021-02-03T18:45:19.448Z] Running ssh-add (command line suppressed) [2021-02-03T18:45:19.571Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_7862657644088931861.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_7862657644088931861.key) [2021-02-03T18:45:19.625Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-03T18:45:19.960Z] + git semver bump pre [2021-02-03T18:45:19.960Z] # -> Open(): unable to determine branch for HEAD [2021-02-03T18:45:19.960Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2021-02-03T18:45:19.960Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2021-02-03T18:45:19.960Z] # $SEMVER_REMOTE_NAME = origin [2021-02-03T18:45:19.960Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-03T18:45:19.960Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-03T18:45:19.960Z] # $SEMVER_BRANCH = master [2021-02-03T18:45:19.960Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [2021-02-03T18:45:19.960Z] 2.0.0-dev.20 [Pipeline] } [2021-02-03T18:45:19.977Z] $ docker exec --env ******** --env ******** 3fff70d39ca1a33bd0a52e5f8b005a7c549342606ffd9b8eafe343b889100f63 ssh-agent -k [2021-02-03T18:45:20.086Z] unset SSH_AUTH_SOCK; [2021-02-03T18:45:20.087Z] unset SSH_AGENT_PID; [2021-02-03T18:45:20.087Z] echo Agent pid 16 killed; [2021-02-03T18:45:20.129Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-03T18:45:20.631Z] + git semver [Pipeline] } [2021-02-03T18:45:20.653Z] $ docker stop --time=1 3fff70d39ca1a33bd0a52e5f8b005a7c549342606ffd9b8eafe343b889100f63 [2021-02-03T18:45:22.006Z] $ docker rm -f 3fff70d39ca1a33bd0a52e5f8b005a7c549342606ffd9b8eafe343b889100f63 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-02-03T18:45:22.573Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-03T18:45:22.573Z] . [Pipeline] withDockerContainer [2021-02-03T18:45:22.667Z] prd-centos7-docker-4c-2g-24758 does not seem to be running inside a container [2021-02-03T18:45:22.723Z] $ 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-03T18:45:23.318Z] $ docker top d29c977492176c74ec3d760bc711f43f15bca578fb0356cadc167f0eb05f225f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-03T18:45:23.632Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-03T18:45:23.632Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-03T18:45:23.796Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-03T18:45:23.804Z] $ docker exec d29c977492176c74ec3d760bc711f43f15bca578fb0356cadc167f0eb05f225f ssh-agent [2021-02-03T18:45:23.960Z] SSH_AUTH_SOCK=/tmp/ssh-8IhAhhAFygwG/agent.12 [2021-02-03T18:45:23.960Z] SSH_AGENT_PID=17 [2021-02-03T18:45:23.967Z] Running ssh-add (command line suppressed) [2021-02-03T18:45:24.090Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_8503725607455102169.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_8503725607455102169.key) [2021-02-03T18:45:24.137Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-03T18:45:24.499Z] + git semver push [2021-02-03T18:45:24.499Z] # -> Open(): unable to determine branch for HEAD [2021-02-03T18:45:24.499Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2021-02-03T18:45:24.499Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2021-02-03T18:45:24.499Z] # $SEMVER_REMOTE_NAME = origin [2021-02-03T18:45:24.499Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-03T18:45:24.499Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-03T18:45:24.499Z] # $SEMVER_BRANCH = master [2021-02-03T18:45:24.499Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } [2021-02-03T18:45:32.702Z] $ docker exec --env ******** --env ******** d29c977492176c74ec3d760bc711f43f15bca578fb0356cadc167f0eb05f225f ssh-agent -k [2021-02-03T18:45:32.812Z] unset SSH_AUTH_SOCK; [2021-02-03T18:45:32.812Z] unset SSH_AGENT_PID; [2021-02-03T18:45:32.812Z] echo Agent pid 17 killed; [2021-02-03T18:45:32.855Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-03T18:45:33.357Z] + git semver [Pipeline] } [2021-02-03T18:45:33.381Z] $ docker stop --time=1 d29c977492176c74ec3d760bc711f43f15bca578fb0356cadc167f0eb05f225f [2021-02-03T18:45:34.709Z] $ docker rm -f d29c977492176c74ec3d760bc711f43f15bca578fb0356cadc167f0eb05f225f [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-03T18:45:37.571Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-03T18:45:38.146Z] ---> package-listing.sh [2021-02-03T18:45:38.146Z] ++ facter osfamily [2021-02-03T18:45:38.146Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-03T18:45:38.146Z] + OS_FAMILY=redhat [2021-02-03T18:45:38.146Z] + workspace=/w/workspace/dry_go-mod-core-contracts_master [2021-02-03T18:45:38.146Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-03T18:45:38.146Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-03T18:45:38.146Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-03T18:45:38.146Z] + PACKAGES=/tmp/packages_start.txt [2021-02-03T18:45:38.146Z] + '[' /w/workspace/dry_go-mod-core-contracts_master ']' [2021-02-03T18:45:38.146Z] + PACKAGES=/tmp/packages_end.txt [2021-02-03T18:45:38.146Z] + case "${OS_FAMILY}" in [2021-02-03T18:45:38.146Z] + rpm -qa [2021-02-03T18:45:38.146Z] + sort [2021-02-03T18:45:43.461Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-03T18:45:43.461Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-03T18:45:43.461Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-03T18:45:43.461Z] + '[' /w/workspace/dry_go-mod-core-contracts_master ']' [2021-02-03T18:45:43.461Z] + mkdir -p /w/workspace/dry_go-mod-core-contracts_master/archives/ [2021-02-03T18:45:43.461Z] + 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-03T18:45:43.475Z] 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-03T18:45:43.823Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-03T18:45:44.178Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-03T18:45:44.178Z] [2021-02-03T18:45:44.178Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-03T18:45:44.524Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-03T18:45:44.524Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-03T18:45:44.524Z] df20fa9351a1: Pulling fs layer [2021-02-03T18:45:44.524Z] 36b3adc4ff6f: Pulling fs layer [2021-02-03T18:45:44.524Z] 8ad3a11d3b57: Pulling fs layer [2021-02-03T18:45:44.524Z] 46f8f816bc3b: Pulling fs layer [2021-02-03T18:45:44.524Z] 93b61091891f: Pulling fs layer [2021-02-03T18:45:44.524Z] 93b9cdb0e59b: Pulling fs layer [2021-02-03T18:45:44.524Z] 5e14af77c1be: Pulling fs layer [2021-02-03T18:45:44.524Z] 01666e4c0597: Pulling fs layer [2021-02-03T18:45:44.524Z] aa168da1d23b: Pulling fs layer [2021-02-03T18:45:44.524Z] 93b61091891f: Waiting [2021-02-03T18:45:44.524Z] 93b9cdb0e59b: Waiting [2021-02-03T18:45:44.525Z] 5e14af77c1be: Waiting [2021-02-03T18:45:44.525Z] 01666e4c0597: Waiting [2021-02-03T18:45:44.525Z] aa168da1d23b: Waiting [2021-02-03T18:45:44.525Z] 46f8f816bc3b: Waiting [2021-02-03T18:45:44.525Z] 36b3adc4ff6f: Verifying Checksum [2021-02-03T18:45:44.525Z] 36b3adc4ff6f: Download complete [2021-02-03T18:45:44.525Z] 46f8f816bc3b: Verifying Checksum [2021-02-03T18:45:44.525Z] 46f8f816bc3b: Download complete [2021-02-03T18:45:44.525Z] df20fa9351a1: Verifying Checksum [2021-02-03T18:45:44.525Z] df20fa9351a1: Download complete [2021-02-03T18:45:44.525Z] 93b9cdb0e59b: Verifying Checksum [2021-02-03T18:45:44.525Z] 93b9cdb0e59b: Download complete [2021-02-03T18:45:44.525Z] 93b61091891f: Download complete [2021-02-03T18:45:44.786Z] 5e14af77c1be: Verifying Checksum [2021-02-03T18:45:44.786Z] 5e14af77c1be: Download complete [2021-02-03T18:45:44.786Z] 01666e4c0597: Verifying Checksum [2021-02-03T18:45:44.786Z] 01666e4c0597: Download complete [2021-02-03T18:45:44.786Z] 8ad3a11d3b57: Verifying Checksum [2021-02-03T18:45:44.786Z] 8ad3a11d3b57: Download complete [2021-02-03T18:45:45.048Z] df20fa9351a1: Pull complete [2021-02-03T18:45:45.309Z] 36b3adc4ff6f: Pull complete [2021-02-03T18:45:46.713Z] 8ad3a11d3b57: Pull complete [2021-02-03T18:45:46.713Z] aa168da1d23b: Verifying Checksum [2021-02-03T18:45:46.713Z] aa168da1d23b: Download complete [2021-02-03T18:45:46.977Z] 46f8f816bc3b: Pull complete [2021-02-03T18:45:47.549Z] 93b61091891f: Pull complete [2021-02-03T18:45:47.549Z] 93b9cdb0e59b: Pull complete [2021-02-03T18:45:47.549Z] 5e14af77c1be: Pull complete [2021-02-03T18:45:47.813Z] 01666e4c0597: Pull complete [2021-02-03T18:45:53.136Z] aa168da1d23b: Pull complete [2021-02-03T18:45:53.136Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-03T18:45:53.136Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-03T18:45:53.136Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-03T18:45:53.286Z] prd-centos7-docker-4c-2g-24758 does not seem to be running inside a container [2021-02-03T18:45:53.331Z] $ 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-03T18:45:56.807Z] $ docker top fa586c2cd852afec649d5bb3b4a7f577489cbf71c48afa34628366a495884cbb -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-03T18:45:57.256Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-03T18:45:57.558Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-03T18:45:57.857Z] + ls /var/log/sa-host [2021-02-03T18:45:57.857Z] + sadf -c /var/log/sa-host/sa03 [2021-02-03T18:45:57.857Z] file_magic: OK [2021-02-03T18:45:57.857Z] HZ: Using current value: 100 [2021-02-03T18:45:57.857Z] file_header: OK [2021-02-03T18:45:57.857Z] 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-03T18:45:57.857Z] Statistics: [2021-02-03T18:45:57.857Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-02-03T18:45:57.857Z] File successfully converted to sysstat format version 12.2.1 [2021-02-03T18:45:57.857Z] + sadf -c /var/log/sa-host/sa23 [2021-02-03T18:45:57.857Z] file_magic: OK [2021-02-03T18:45:57.857Z] HZ: Using current value: 100 [2021-02-03T18:45:57.857Z] file_header: OK [2021-02-03T18:45:57.857Z] 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-03T18:45:57.857Z] Statistics: [2021-02-03T18:45:57.857Z] Hnuu...uuuununununu... [2021-02-03T18:45:57.857Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-03T18:45:58.428Z] provisioning config files... [2021-02-03T18:45:58.441Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config1945055246376952371tmp [Pipeline] { [Pipeline] echo [2021-02-03T18:45:58.508Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-03T18:45:58.802Z] ---> create-netrc.sh [Pipeline] } [2021-02-03T18:45:58.811Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-03T18:45:58.896Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-03T18:45:59.211Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-03T18:45:59.221Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-03T18:45:59.515Z] ---> sudo-logs.sh [2021-02-03T18:45:59.515Z] Archiving 'sudo' log.. [Pipeline] echo [2021-02-03T18:45:59.525Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-03T18:45:59.828Z] ---> job-cost.sh [2021-02-03T18:45:59.828Z] lf-activate-venv: SKIPPING [2021-02-03T18:45:59.828Z] INFO: No Stack... [2021-02-03T18:46:00.773Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-03T18:46:01.034Z] INFO: Archiving Costs [Pipeline] echo [2021-02-03T18:46:01.047Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-03T18:46:01.343Z] ---> logs-deploy.sh [2021-02-03T18:46:01.343Z] lf-activate-venv: SKIPPING [2021-02-03T18:46:01.343Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/master/137 [2021-02-03T18:46:01.343Z] INFO: archiving workspace using pattern(s): [2021-02-03T18:46:02.742Z] Archives upload complete. [2021-02-03T18:46:02.742Z] INFO: archiving logs to Nexus