Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 9f18a04425995e91a47311f98a0a925ff51ed9a1 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-25804 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 Checking out Revision 9f18a04425995e91a47311f98a0a925ff51ed9a1 (master) Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 9f18a04425995e91a47311f98a0a925ff51ed9a1 # timeout=10 Commit message: "Merge pull request #507 from judehung/refactor-CoreCommandDTO" > git rev-list --no-walk 730b172098ad48b17893cf52ccc5c62c9f249c04 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-09T17:29:22.373Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-09T17:29:22.649Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-09T17:29:22.753Z] ========================================================= [2021-02-09T17:29:22.753Z] EdgeX Global Pipelines Version Info [2021-02-09T17:29:22.753Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-09T17:29:24.214Z] ------------------- [2021-02-09T17:29:24.214Z] stable info: [2021-02-09T17:29:24.214Z] ------------------- [2021-02-09T17:29:24.214Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-09T17:29:24.214Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-09T17:29:24.214Z] Message: update stable to v1.0.179 [2021-02-09T17:29:25.158Z] ------------------- [2021-02-09T17:29:25.158Z] experimental info: [2021-02-09T17:29:25.158Z] ------------------- [2021-02-09T17:29:25.158Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-09T17:29:25.158Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-09T17:29:25.158Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-09T17:29:25.457Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo [2021-02-09T17:29:25.559Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo [2021-02-09T17:29:25.659Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-09T17:29:25.772Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-09T17:29:25.889Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-09T17:29:26.018Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-09T17:29:26.115Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-09T17:29:26.209Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-09T17:29:26.313Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-02-09T17:29:26.441Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-09T17:29:26.557Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-09T17:29:26.713Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo [2021-02-09T17:29:26.823Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-09T17:29:26.924Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-09T17:29:27.023Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2021-02-09T17:29:27.125Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-02-09T17:29:27.219Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-02-09T17:29:27.324Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-02-09T17:29:27.433Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-09T17:29:27.525Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-02-09T17:29:27.615Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-02-09T17:29:27.703Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-02-09T17:29:27.801Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-02-09T17:29:27.901Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-02-09T17:29:27.988Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2021-02-09T17:29:28.079Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-09T17:29:28.194Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-09T17:29:28.310Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-02-09T17:29:28.403Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-02-09T17:29:28.492Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-02-09T17:29:28.603Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 9f18a04425995e91a47311f98a0a925ff51ed9a1 [Pipeline] echo [2021-02-09T17:29:28.702Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 9f18a04 [Pipeline] echo [2021-02-09T17:29:28.797Z] [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-09T17:29:29.520Z] + git log --format=format:%s -1 9f18a04425995e91a47311f98a0a925ff51ed9a1 [Pipeline] echo [2021-02-09T17:29:29.582Z] GIT_COMMIT: 9f18a04425995e91a47311f98a0a925ff51ed9a1, Commit Message: Merge pull request #507 from judehung/refactor-CoreCommandDTO [Pipeline] echo [2021-02-09T17:29:29.628Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-02-09T17:29:30.586Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-09T17:29:30.849Z] [2021-02-09T17:29:30.849Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-09T17:29:31.206Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-09T17:29:31.206Z] latest: Pulling from edgex-devops/git-semver [2021-02-09T17:29:31.206Z] 31603596830f: Pulling fs layer [2021-02-09T17:29:31.206Z] 2a8b12db71e7: Pulling fs layer [2021-02-09T17:29:31.206Z] 6ca5941a6612: Pulling fs layer [2021-02-09T17:29:31.206Z] ecc8261a40a4: Pulling fs layer [2021-02-09T17:29:31.206Z] ecc8261a40a4: Waiting [2021-02-09T17:29:31.206Z] 2a8b12db71e7: Verifying Checksum [2021-02-09T17:29:31.206Z] 2a8b12db71e7: Download complete [2021-02-09T17:29:31.469Z] 31603596830f: Verifying Checksum [2021-02-09T17:29:31.469Z] 31603596830f: Download complete [2021-02-09T17:29:31.469Z] 6ca5941a6612: Verifying Checksum [2021-02-09T17:29:31.469Z] 6ca5941a6612: Download complete [2021-02-09T17:29:31.469Z] ecc8261a40a4: Verifying Checksum [2021-02-09T17:29:31.469Z] ecc8261a40a4: Download complete [2021-02-09T17:29:32.044Z] 31603596830f: Pull complete [2021-02-09T17:29:32.044Z] 2a8b12db71e7: Pull complete [2021-02-09T17:29:32.993Z] 6ca5941a6612: Pull complete [2021-02-09T17:29:32.993Z] ecc8261a40a4: Pull complete [2021-02-09T17:29:32.993Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-09T17:29:32.993Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-09T17:29:32.993Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-09T17:29:33.109Z] prd-centos7-docker-4c-2g-25804 does not seem to be running inside a container [2021-02-09T17:29:33.154Z] $ 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-09T17:29:35.400Z] $ docker top b6f3e92ed4fefa7815da411223339768c805a90e60f4f25edcbce3783875af83 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-09T17:29:35.843Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-09T17:29:35.843Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-09T17:29:36.078Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-09T17:29:36.079Z] $ docker exec b6f3e92ed4fefa7815da411223339768c805a90e60f4f25edcbce3783875af83 ssh-agent [2021-02-09T17:29:36.263Z] SSH_AUTH_SOCK=/tmp/ssh-sGnImiRz0sGp/agent.11 [2021-02-09T17:29:36.264Z] SSH_AGENT_PID=17 [2021-02-09T17:29:36.277Z] Running ssh-add (command line suppressed) [2021-02-09T17:29:36.393Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_7062264196024479760.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_7062264196024479760.key) [2021-02-09T17:29:36.531Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-09T17:29:36.885Z] + git tag --points-at HEAD [Pipeline] } [2021-02-09T17:29:36.905Z] $ docker exec --env ******** --env ******** b6f3e92ed4fefa7815da411223339768c805a90e60f4f25edcbce3783875af83 ssh-agent -k [2021-02-09T17:29:37.020Z] unset SSH_AUTH_SOCK; [2021-02-09T17:29:37.020Z] unset SSH_AGENT_PID; [2021-02-09T17:29:37.020Z] echo Agent pid 17 killed; [2021-02-09T17:29:37.070Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-09T17:29:37.238Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-09T17:29:37.238Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-09T17:29:37.406Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-09T17:29:37.407Z] $ docker exec b6f3e92ed4fefa7815da411223339768c805a90e60f4f25edcbce3783875af83 ssh-agent [2021-02-09T17:29:37.586Z] SSH_AUTH_SOCK=/tmp/ssh-RGAkiAWoBGVd/agent.47 [2021-02-09T17:29:37.586Z] SSH_AGENT_PID=52 [2021-02-09T17:29:37.593Z] Running ssh-add (command line suppressed) [2021-02-09T17:29:37.716Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_6662877133632297168.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_6662877133632297168.key) [2021-02-09T17:29:37.772Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-09T17:29:38.109Z] + git semver init [2021-02-09T17:29:38.109Z] # -> Open(): unable to determine branch for HEAD [2021-02-09T17:29:38.109Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2021-02-09T17:29:38.109Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2021-02-09T17:29:38.109Z] # $SEMVER_REMOTE_NAME = origin [2021-02-09T17:29:38.109Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-09T17:29:38.109Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-09T17:29:38.109Z] # $SEMVER_BRANCH = master [2021-02-09T17:29:38.109Z] # $SEMVER_TEMP = /tmp/semver-137912439 [2021-02-09T17:29:38.109Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP [2021-02-09T17:29:38.686Z] # '/tmp/semver-137912439' -> '/w/workspace/dry_go-mod-core-contracts_master/.semver' [2021-02-09T17:29:38.686Z] # -> Force: false [2021-02-09T17:29:38.686Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } [2021-02-09T17:29:38.698Z] $ docker exec --env ******** --env ******** b6f3e92ed4fefa7815da411223339768c805a90e60f4f25edcbce3783875af83 ssh-agent -k [2021-02-09T17:29:38.808Z] unset SSH_AUTH_SOCK; [2021-02-09T17:29:38.808Z] unset SSH_AGENT_PID; [2021-02-09T17:29:38.808Z] echo Agent pid 52 killed; [2021-02-09T17:29:38.858Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-09T17:29:39.326Z] + git semver [Pipeline] } [2021-02-09T17:29:39.349Z] $ docker stop --time=1 b6f3e92ed4fefa7815da411223339768c805a90e60f4f25edcbce3783875af83 [2021-02-09T17:29:41.231Z] $ docker rm -f b6f3e92ed4fefa7815da411223339768c805a90e60f4f25edcbce3783875af83 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-09T17:29:41.710Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-09T17:29:42.189Z] Stashed 1 file(s) [Pipeline] echo [2021-02-09T17:29:42.192Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.33 [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-09T17:29:57.794Z] Still waiting to schedule task [2021-02-09T17:29:57.794Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-25804’ [2021-02-09T17:29:57.796Z] Still waiting to schedule task [2021-02-09T17:29:57.796Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-02-09T17:31:50.613Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-25805 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws [2021-02-09T17:31:50.699Z] Running in /w/workspace/go-mod-core-contracts/151 [Pipeline] { [Pipeline] checkout [2021-02-09T17:31:56.054Z] using credential edgex-jenkins-ssh [2021-02-09T17:31:56.114Z] Cloning the remote Git repository [2021-02-09T17:31:56.180Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-02-09T17:31:56.307Z] > git init /w/workspace/go-mod-core-contracts/151 # timeout=10 [2021-02-09T17:31:56.376Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-02-09T17:31:56.377Z] > git --version # timeout=10 [2021-02-09T17:31:56.394Z] > git --version # 'git version 2.17.1' [2021-02-09T17:31:56.395Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-09T17:31:56.469Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-09T17:31:58.169Z] Checking out Revision 9f18a04425995e91a47311f98a0a925ff51ed9a1 (master) [2021-02-09T17:31:57.496Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-02-09T17:31:57.523Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-09T17:31:57.550Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-02-09T17:31:57.588Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-02-09T17:31:57.588Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-09T17:31:57.601Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-09T17:31:58.188Z] > git config core.sparsecheckout # timeout=10 [2021-02-09T17:31:58.217Z] > git checkout -f 9f18a04425995e91a47311f98a0a925ff51ed9a1 # timeout=10 [2021-02-09T17:32:02.989Z] Commit message: "Merge pull request #507 from judehung/refactor-CoreCommandDTO" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-09T17:32:04.695Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-09T17:32:05.111Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-09T17:32:05.524Z] + sudo service docker restart [2021-02-09T17:32:05.524Z] + true [Pipeline] unstash [Pipeline] echo [2021-02-09T17:32:08.421Z] ========================================================= [2021-02-09T17:32:08.421Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-09T17:32:08.421Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-09T17:32:08.808Z] + 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-09T17:32:09.794Z] Sending build context to Docker daemon 2.611MB [2021-02-09T17:32:09.794Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-02-09T17:32:09.794Z] Step 2/7 : FROM ${BASE} [2021-02-09T17:32:10.394Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-09T17:32:10.394Z] 5f621e34cdf4: Pulling fs layer [2021-02-09T17:32:10.394Z] a4357932f1b6: Pulling fs layer [2021-02-09T17:32:10.394Z] 18c013af1878: Pulling fs layer [2021-02-09T17:32:10.394Z] 00ac8860ef70: Pulling fs layer [2021-02-09T17:32:10.394Z] 63d7cb157983: Pulling fs layer [2021-02-09T17:32:10.394Z] b116817d02f9: Pulling fs layer [2021-02-09T17:32:10.394Z] 745a02a5169b: Pulling fs layer [2021-02-09T17:32:10.394Z] 63d7cb157983: Waiting [2021-02-09T17:32:10.394Z] b116817d02f9: Waiting [2021-02-09T17:32:10.394Z] 745a02a5169b: Waiting [2021-02-09T17:32:10.394Z] 00ac8860ef70: Waiting [2021-02-09T17:32:10.394Z] 18c013af1878: Download complete [2021-02-09T17:32:10.394Z] a4357932f1b6: Verifying Checksum [2021-02-09T17:32:10.394Z] a4357932f1b6: Download complete [2021-02-09T17:32:10.394Z] 63d7cb157983: Verifying Checksum [2021-02-09T17:32:10.394Z] 63d7cb157983: Download complete [2021-02-09T17:32:10.394Z] b116817d02f9: Verifying Checksum [2021-02-09T17:32:10.394Z] b116817d02f9: Download complete [2021-02-09T17:32:10.394Z] 5f621e34cdf4: Verifying Checksum [2021-02-09T17:32:10.394Z] 5f621e34cdf4: Download complete [2021-02-09T17:32:11.003Z] 5f621e34cdf4: Pull complete [2021-02-09T17:32:11.605Z] a4357932f1b6: Pull complete [2021-02-09T17:32:12.206Z] 18c013af1878: Pull complete [2021-02-09T17:32:13.196Z] 745a02a5169b: Verifying Checksum [2021-02-09T17:32:13.196Z] 745a02a5169b: Download complete [2021-02-09T17:32:14.185Z] 00ac8860ef70: Verifying Checksum [2021-02-09T17:32:14.185Z] 00ac8860ef70: Download complete [2021-02-09T17:32:24.379Z] 00ac8860ef70: Pull complete [2021-02-09T17:32:24.652Z] 63d7cb157983: Pull complete [2021-02-09T17:32:24.927Z] b116817d02f9: Pull complete [2021-02-09T17:32:29.276Z] 745a02a5169b: Pull complete [2021-02-09T17:32:29.276Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-09T17:32:29.276Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-09T17:32:29.276Z] ---> b7e6874047d6 [2021-02-09T17:32:29.276Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-02-09T17:32:31.904Z] ---> Running in 6f870a6e2ba2 [2021-02-09T17:32:31.904Z] Removing intermediate container 6f870a6e2ba2 [2021-02-09T17:32:31.904Z] ---> a34d3a926ef7 [2021-02-09T17:32:31.904Z] Step 4/7 : RUN apk add bash [2021-02-09T17:32:32.178Z] ---> Running in 97158274c37d [2021-02-09T17:32:33.625Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T17:32:34.245Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T17:32:35.228Z] OK: 142 MiB in 39 packages [2021-02-09T17:32:35.750Z] Running on prd-centos7-docker-4c-2g-25806 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws [2021-02-09T17:32:35.811Z] Running in /w/workspace/go-mod-core-contracts/151 [Pipeline] { [Pipeline] checkout [2021-02-09T17:32:36.255Z] Removing intermediate container 97158274c37d [2021-02-09T17:32:36.255Z] ---> 23dc0fdf1fca [2021-02-09T17:32:36.255Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-02-09T17:32:36.255Z] ---> Running in c65fb30a1814 [2021-02-09T17:32:36.873Z] Removing intermediate container c65fb30a1814 [2021-02-09T17:32:36.873Z] ---> feedd91cc7ec [2021-02-09T17:32:36.873Z] Step 6/7 : COPY go.mod . [2021-02-09T17:32:39.325Z] ---> d64d6ed038cf [2021-02-09T17:32:39.325Z] Step 7/7 : RUN go mod download [2021-02-09T17:32:39.325Z] ---> Running in 2e4bca2fa96f [2021-02-09T17:32:40.428Z] using credential edgex-jenkins-ssh [2021-02-09T17:32:40.482Z] Cloning the remote Git repository [2021-02-09T17:32:40.380Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-02-09T17:32:40.470Z] > git init /w/workspace/go-mod-core-contracts/151 # timeout=10 [2021-02-09T17:32:40.532Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-02-09T17:32:40.533Z] > git --version # timeout=10 [2021-02-09T17:32:40.540Z] > git --version # 'git version 2.24.3' [2021-02-09T17:32:40.540Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-09T17:32:40.573Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-09T17:32:41.291Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-02-09T17:32:41.299Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-09T17:32:41.314Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-02-09T17:32:41.332Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-02-09T17:32:41.333Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-09T17:32:41.338Z] > 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-09T17:32:41.779Z] Checking out Revision 9f18a04425995e91a47311f98a0a925ff51ed9a1 (master) [2021-02-09T17:32:41.767Z] > git config core.sparsecheckout # timeout=10 [2021-02-09T17:32:41.773Z] > git checkout -f 9f18a04425995e91a47311f98a0a925ff51ed9a1 # timeout=10 [2021-02-09T17:32:45.498Z] Commit message: "Merge pull request #507 from judehung/refactor-CoreCommandDTO" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-09T17:32:46.680Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-09T17:32:47.009Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-09T17:32:47.329Z] + sudo service docker restart [2021-02-09T17:32:47.329Z] + true [2021-02-09T17:32:47.329Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo [2021-02-09T17:32:48.441Z] ========================================================= [2021-02-09T17:32:48.441Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-09T17:32:48.441Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-09T17:32:48.805Z] + 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-09T17:32:49.386Z] Sending build context to Docker daemon 2.612MB [2021-02-09T17:32:49.386Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-02-09T17:32:49.386Z] Step 2/7 : FROM ${BASE} [2021-02-09T17:32:49.386Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-09T17:32:49.386Z] 188c0c94c7c5: Pulling fs layer [2021-02-09T17:32:49.386Z] 0ef7d3d256c8: Pulling fs layer [2021-02-09T17:32:49.386Z] de9db76c5a1d: Pulling fs layer [2021-02-09T17:32:49.386Z] bca2f99d35d6: Pulling fs layer [2021-02-09T17:32:49.386Z] 93359f2a8cfa: Pulling fs layer [2021-02-09T17:32:49.386Z] 7c6f9722023f: Pulling fs layer [2021-02-09T17:32:49.386Z] a35cf1a2eb13: Pulling fs layer [2021-02-09T17:32:49.386Z] 7c6f9722023f: Waiting [2021-02-09T17:32:49.387Z] a35cf1a2eb13: Waiting [2021-02-09T17:32:49.387Z] bca2f99d35d6: Waiting [2021-02-09T17:32:49.387Z] 93359f2a8cfa: Waiting [2021-02-09T17:32:49.387Z] de9db76c5a1d: Verifying Checksum [2021-02-09T17:32:49.387Z] de9db76c5a1d: Download complete [2021-02-09T17:32:49.387Z] 0ef7d3d256c8: Download complete [2021-02-09T17:32:49.387Z] 93359f2a8cfa: Verifying Checksum [2021-02-09T17:32:49.387Z] 93359f2a8cfa: Download complete [2021-02-09T17:32:49.387Z] 7c6f9722023f: Verifying Checksum [2021-02-09T17:32:49.387Z] 7c6f9722023f: Download complete [2021-02-09T17:32:49.387Z] 188c0c94c7c5: Verifying Checksum [2021-02-09T17:32:49.387Z] 188c0c94c7c5: Download complete [2021-02-09T17:32:49.652Z] 188c0c94c7c5: Pull complete [2021-02-09T17:32:49.918Z] 0ef7d3d256c8: Pull complete [2021-02-09T17:32:50.182Z] de9db76c5a1d: Pull complete [2021-02-09T17:32:51.137Z] a35cf1a2eb13: Verifying Checksum [2021-02-09T17:32:51.137Z] a35cf1a2eb13: Download complete [2021-02-09T17:32:51.717Z] bca2f99d35d6: Verifying Checksum [2021-02-09T17:32:51.717Z] bca2f99d35d6: Download complete [2021-02-09T17:32:51.774Z] Removing intermediate container 2e4bca2fa96f [2021-02-09T17:32:51.774Z] ---> 34d9b6b68f6b [2021-02-09T17:32:51.774Z] Successfully built 34d9b6b68f6b [2021-02-09T17:32:51.774Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-09T17:32:52.135Z] + docker inspect -f . ci-base-image-arm64 [2021-02-09T17:32:52.135Z] . [Pipeline] withDockerContainer [2021-02-09T17:32:52.417Z] prd-ubuntu18.04-docker-arm64-4c-16g-25805 does not seem to be running inside a container [2021-02-09T17:32:52.505Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/151 -v /w/workspace/go-mod-core-contracts/151:/w/workspace/go-mod-core-contracts/151:rw,z -v /w/workspace/go-mod-core-contracts/151@tmp:/w/workspace/go-mod-core-contracts/151@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-09T17:32:54.025Z] $ docker top 865025a3222201da832936eee3c658097a83c39c0b04af935fe5db583c8de2b3 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-09T17:32:55.084Z] + go version [2021-02-09T17:32:55.084Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-09T17:32:55.112Z] $ docker stop --time=1 865025a3222201da832936eee3c658097a83c39c0b04af935fe5db583c8de2b3 [2021-02-09T17:32:57.050Z] $ docker rm -f 865025a3222201da832936eee3c658097a83c39c0b04af935fe5db583c8de2b3 [2021-02-09T17:32:57.075Z] bca2f99d35d6: Pull complete [2021-02-09T17:32:57.075Z] 93359f2a8cfa: Pull complete [2021-02-09T17:32:57.075Z] 7c6f9722023f: Pull complete [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-09T17:32:58.008Z] + docker inspect -f . ci-base-image-arm64 [2021-02-09T17:32:58.008Z] . [Pipeline] withDockerContainer [2021-02-09T17:32:58.292Z] prd-ubuntu18.04-docker-arm64-4c-16g-25805 does not seem to be running inside a container [2021-02-09T17:32:58.392Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/151 -v /w/workspace/go-mod-core-contracts/151:/w/workspace/go-mod-core-contracts/151:rw,z -v /w/workspace/go-mod-core-contracts/151@tmp:/w/workspace/go-mod-core-contracts/151@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-09T17:32:59.946Z] $ docker top 69e9fd20b8e9eedbe0ba7e582409566550584e66d746d6eac2c99dd44780f7d0 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-09T17:33:00.959Z] + make test [2021-02-09T17:33:00.959Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-02-09T17:33:07.191Z] a35cf1a2eb13: Pull complete [2021-02-09T17:33:07.191Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-09T17:33:07.191Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-09T17:33:07.191Z] ---> a62c8e92a672 [2021-02-09T17:33:07.191Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-02-09T17:33:07.191Z] ---> Running in 15dcd94c366c [2021-02-09T17:33:07.455Z] Removing intermediate container 15dcd94c366c [2021-02-09T17:33:07.455Z] ---> 326bbba94041 [2021-02-09T17:33:07.455Z] Step 4/7 : RUN apk add bash [2021-02-09T17:33:07.455Z] ---> Running in 1caa81505666 [2021-02-09T17:33:08.052Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T17:33:09.000Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T17:33:09.959Z] OK: 166 MiB in 39 packages [2021-02-09T17:33:10.539Z] Removing intermediate container 1caa81505666 [2021-02-09T17:33:10.539Z] ---> 5dd12bd3448b [2021-02-09T17:33:10.539Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-02-09T17:33:10.539Z] ---> Running in 168fff1ffcb9 [2021-02-09T17:33:10.806Z] Removing intermediate container 168fff1ffcb9 [2021-02-09T17:33:10.806Z] ---> 99135b5099db [2021-02-09T17:33:10.806Z] Step 6/7 : COPY go.mod . [2021-02-09T17:33:11.074Z] ---> e710c7d6f0bf [2021-02-09T17:33:11.074Z] Step 7/7 : RUN go mod download [2021-02-09T17:33:11.074Z] ---> Running in 3424d24d1f1e [2021-02-09T17:33:23.362Z] Removing intermediate container 3424d24d1f1e [2021-02-09T17:33:23.362Z] ---> 82b28ba58f71 [2021-02-09T17:33:23.362Z] Successfully built 82b28ba58f71 [2021-02-09T17:33:23.362Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-09T17:33:23.694Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-09T17:33:23.694Z] . [Pipeline] withDockerContainer [2021-02-09T17:33:23.817Z] prd-centos7-docker-4c-2g-25806 does not seem to be running inside a container [2021-02-09T17:33:23.868Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/151 -v /w/workspace/go-mod-core-contracts/151:/w/workspace/go-mod-core-contracts/151:rw,z -v /w/workspace/go-mod-core-contracts/151@tmp:/w/workspace/go-mod-core-contracts/151@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-x86_64 cat [2021-02-09T17:33:24.713Z] $ docker top c027e817ffa24dce019069f436e2cdccfe89496c4bd787d47f8230422cbe64eb -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-09T17:33:25.208Z] + go version [2021-02-09T17:33:25.208Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-09T17:33:25.224Z] $ docker stop --time=1 c027e817ffa24dce019069f436e2cdccfe89496c4bd787d47f8230422cbe64eb [2021-02-09T17:33:26.561Z] $ docker rm -f c027e817ffa24dce019069f436e2cdccfe89496c4bd787d47f8230422cbe64eb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-09T17:33:27.366Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-09T17:33:27.366Z] . [Pipeline] withDockerContainer [2021-02-09T17:33:27.467Z] prd-centos7-docker-4c-2g-25806 does not seem to be running inside a container [2021-02-09T17:33:27.515Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/151 -v /w/workspace/go-mod-core-contracts/151:/w/workspace/go-mod-core-contracts/151:rw,z -v /w/workspace/go-mod-core-contracts/151@tmp:/w/workspace/go-mod-core-contracts/151@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-x86_64 cat [2021-02-09T17:33:27.847Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] [2021-02-09T17:33:27.847Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.035s coverage: 85.7% of statements [2021-02-09T17:33:27.847Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.076s coverage: 100.0% of statements [2021-02-09T17:33:27.847Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.058s coverage: 45.4% of statements [2021-02-09T17:33:27.847Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.052s coverage: 77.8% of statements [2021-02-09T17:33:27.847Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] [2021-02-09T17:33:28.120Z] $ docker top 255be5e6d659bf7cc7588a48fe095a1e33ff1ba72d478cdf97f2e101499af83e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-09T17:33:28.591Z] + make test [2021-02-09T17:33:28.591Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-02-09T17:33:29.837Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.024s coverage: 26.3% of statements [2021-02-09T17:33:29.837Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.057s coverage: 14.7% of statements [2021-02-09T17:33:30.113Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.014s coverage: 100.0% of statements [2021-02-09T17:33:32.120Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.101s coverage: 91.8% of statements [2021-02-09T17:33:32.120Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] [2021-02-09T17:33:32.120Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] [2021-02-09T17:33:32.120Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.010s coverage: 100.0% of statements [2021-02-09T17:33:32.120Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.014s coverage: 36.7% of statements [2021-02-09T17:33:36.452Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.105s coverage: 63.0% of statements [2021-02-09T17:33:36.452Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.022s coverage: 26.3% of statements [2021-02-09T17:33:36.452Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.025s coverage: 15.4% of statements [2021-02-09T17:33:36.452Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.011s coverage: 15.4% of statements [2021-02-09T17:33:36.452Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.027s coverage: 14.3% of statements [2021-02-09T17:33:36.452Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] [2021-02-09T17:33:37.114Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] [2021-02-09T17:33:37.114Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.031s coverage: 85.7% of statements [2021-02-09T17:33:37.114Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.011s coverage: 100.0% of statements [2021-02-09T17:33:37.114Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.091s coverage: 45.4% of statements [2021-02-09T17:33:37.114Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.014s coverage: 77.8% of statements [2021-02-09T17:33:37.114Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] [2021-02-09T17:33:37.398Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.005s coverage: 26.3% of statements [2021-02-09T17:33:38.000Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.017s coverage: 14.7% of statements [2021-02-09T17:33:38.000Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.048s coverage: 100.0% of statements [2021-02-09T17:33:38.266Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.021s coverage: 91.8% of statements [2021-02-09T17:33:38.266Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] [2021-02-09T17:33:38.266Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] [2021-02-09T17:33:38.266Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.009s coverage: 100.0% of statements [2021-02-09T17:33:38.266Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.009s coverage: 36.7% of statements [2021-02-09T17:33:40.233Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.040s coverage: 63.0% of statements [2021-02-09T17:33:40.233Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.004s coverage: 26.3% of statements [2021-02-09T17:33:40.233Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.014s coverage: 15.4% of statements [2021-02-09T17:33:40.233Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.034s coverage: 15.4% of statements [2021-02-09T17:33:40.233Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.023s coverage: 14.3% of statements [2021-02-09T17:33:40.233Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] [2021-02-09T17:33:40.775Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.255s coverage: 84.6% of statements [2021-02-09T17:33:40.775Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] [2021-02-09T17:33:40.775Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] [2021-02-09T17:33:40.775Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] [2021-02-09T17:33:40.775Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.110s coverage: 51.0% of statements [2021-02-09T17:33:40.775Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.049s coverage: 94.7% of statements [2021-02-09T17:33:42.210Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.117s coverage: 84.6% of statements [2021-02-09T17:33:42.210Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] [2021-02-09T17:33:42.210Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] [2021-02-09T17:33:42.210Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] [2021-02-09T17:33:42.211Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.143s coverage: 89.0% of statements [2021-02-09T17:33:42.211Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.022s coverage: 100.0% of statements [2021-02-09T17:33:42.211Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models [no test files] [2021-02-09T17:33:42.211Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-02-09T17:33:42.475Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.017s coverage: 51.0% of statements [2021-02-09T17:33:42.475Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.020s coverage: 94.7% of statements [2021-02-09T17:33:42.737Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.040s coverage: 89.0% of statements [2021-02-09T17:33:42.737Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.008s coverage: 100.0% of statements [2021-02-09T17:33:42.737Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models [no test files] [2021-02-09T17:33:42.737Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-02-09T17:33:44.680Z] gofmt -l . [2021-02-09T17:33:44.680Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-02-09T17:33:44.959Z] $ docker stop --time=1 255be5e6d659bf7cc7588a48fe095a1e33ff1ba72d478cdf97f2e101499af83e [2021-02-09T17:33:47.332Z] $ docker rm -f 255be5e6d659bf7cc7588a48fe095a1e33ff1ba72d478cdf97f2e101499af83e [2021-02-09T17:33:47.619Z] gofmt -l . [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-09T17:33:47.978Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-02-09T17:33:48.212Z] [ "`gofmt -l .`" = "" ] [2021-02-09T17:33:48.365Z] 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] } [2021-02-09T17:33:53.174Z] $ docker stop --time=1 69e9fd20b8e9eedbe0ba7e582409566550584e66d746d6eac2c99dd44780f7d0 [2021-02-09T17:33:55.462Z] $ docker rm -f 69e9fd20b8e9eedbe0ba7e582409566550584e66d746d6eac2c99dd44780f7d0 [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [2021-02-09T17:33:56.306Z] + sudo chown -R jenkins:jenkins . Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] stash [2021-02-09T17:33:56.440Z] Warning: overwriting stash ‘coverage-report’ [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-09T17:33:57.387Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-02-09T17:33:59.230Z] provisioning config files... [2021-02-09T17:33:59.244Z] copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config3488386270608683939tmp [Pipeline] { [Pipeline] sh [2021-02-09T17:33:59.685Z] + set +x [2021-02-09T17:33:59.685Z] + curl -s https://codecov.io/bash [2021-02-09T17:33:59.685Z] + bash -s -- [2021-02-09T17:33:59.950Z] [2021-02-09T17:33:59.950Z] _____ _ [2021-02-09T17:33:59.950Z] / ____| | | [2021-02-09T17:33:59.950Z] | | ___ __| | ___ ___ _____ __ [2021-02-09T17:33:59.950Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-02-09T17:33:59.950Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-02-09T17:33:59.950Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-02-09T17:33:59.950Z] Bash-20210129-7c25fce [2021-02-09T17:33:59.950Z] [2021-02-09T17:33:59.950Z] [2021-02-09T17:33:59.950Z] ==> git version 2.24.3 found [2021-02-09T17:33:59.950Z] ==> 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-09T17:33:59.950Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-02-09T17:33:59.950Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-02-09T17:33:59.950Z] ==> Jenkins CI detected. [2021-02-09T17:33:59.950Z] project root: . [2021-02-09T17:33:59.950Z] --> token set from env [2021-02-09T17:33:59.950Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-02-09T17:33:59.950Z] ==> Running gcov in . (disable via -X gcov) [2021-02-09T17:33:59.950Z] ==> Python coveragepy not found [2021-02-09T17:33:59.950Z] ==> Searching for coverage reports in: [2021-02-09T17:33:59.950Z] + . [2021-02-09T17:33:59.950Z] -> Found 1 reports [2021-02-09T17:33:59.950Z] ==> Detecting git/mercurial file structure [2021-02-09T17:33:59.950Z] ==> Reading reports [2021-02-09T17:33:59.950Z] + ./coverage.out bytes=149058 [2021-02-09T17:33:59.950Z] ==> Appending adjustments [2021-02-09T17:33:59.950Z] https://docs.codecov.io/docs/fixing-reports [2021-02-09T17:34:00.911Z] + Found adjustments [2021-02-09T17:34:00.911Z] ==> Gzipping contents [2021-02-09T17:34:00.911Z] 24K /tmp/codecov.wLLy3L.gz [2021-02-09T17:34:00.911Z] ==> Uploading reports [2021-02-09T17:34:00.911Z] url: https://codecov.io [2021-02-09T17:34:00.911Z] query: branch=master&commit=9f18a04425995e91a47311f98a0a925ff51ed9a1&build=151&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2Fmaster%2F151%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=&job=&cmd_args= [2021-02-09T17:34:00.911Z] -> Pinging Codecov [2021-02-09T17:34:00.911Z] https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=master&commit=9f18a04425995e91a47311f98a0a925ff51ed9a1&build=151&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2Fmaster%2F151%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=&job=&cmd_args= [2021-02-09T17:34:01.490Z] -> Uploading to [2021-02-09T17:34:01.491Z] https://storage.googleapis.com/codecov/v4/raw/2021-02-09/71470A77251A30514AAF9C0BB2E5B6CE/9f18a04425995e91a47311f98a0a925ff51ed9a1/01b9fb5f-2f2e-45b3-8a75-ed1a474e5034.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210209%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210209T173401Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=a8c0ac79802b37791a21d7ed3eb595cd50930e6bbefa44a5db3c02348a2f5bd8 [2021-02-09T17:34:01.491Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-09T17:34:01.491Z] Dload Upload Total Spent Left Speed [2021-02-09T17:34:02.019Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 22693 0 0 100 22693 0 47486 --:--:-- --:--:-- --:--:-- 47474 [2021-02-09T17:34:02.019Z] -> View reports at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/9f18a04425995e91a47311f98a0a925ff51ed9a1 [Pipeline] } [2021-02-09T17:34:02.031Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-02-09T17:34:02.971Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-02-09T17:34:03.046Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-09T17:34:03.405Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-09T17:34:03.405Z] [2021-02-09T17:34:03.405Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-02-09T17:34:03.793Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-09T17:34:03.793Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-02-09T17:34:03.794Z] 188c0c94c7c5: Pulling fs layer [2021-02-09T17:34:03.794Z] 0ef7d3d256c8: Pulling fs layer [2021-02-09T17:34:03.794Z] de9db76c5a1d: Pulling fs layer [2021-02-09T17:34:03.794Z] 0eba1c9be4d2: Pulling fs layer [2021-02-09T17:34:03.794Z] 0d57e429df01: Pulling fs layer [2021-02-09T17:34:03.794Z] 4e4be7b47b0d: Pulling fs layer [2021-02-09T17:34:03.794Z] e1f770b5df2f: Pulling fs layer [2021-02-09T17:34:03.794Z] 85a0685a4137: Pulling fs layer [2021-02-09T17:34:03.794Z] 0eba1c9be4d2: Waiting [2021-02-09T17:34:03.794Z] 0d57e429df01: Waiting [2021-02-09T17:34:03.794Z] 4e4be7b47b0d: Waiting [2021-02-09T17:34:03.794Z] e1f770b5df2f: Waiting [2021-02-09T17:34:03.794Z] 85a0685a4137: Waiting [2021-02-09T17:34:03.794Z] de9db76c5a1d: Verifying Checksum [2021-02-09T17:34:03.794Z] de9db76c5a1d: Download complete [2021-02-09T17:34:03.794Z] 0ef7d3d256c8: Verifying Checksum [2021-02-09T17:34:03.794Z] 0ef7d3d256c8: Download complete [2021-02-09T17:34:03.794Z] 0d57e429df01: Verifying Checksum [2021-02-09T17:34:03.794Z] 0d57e429df01: Download complete [2021-02-09T17:34:03.794Z] 4e4be7b47b0d: Verifying Checksum [2021-02-09T17:34:03.794Z] 4e4be7b47b0d: Download complete [2021-02-09T17:34:03.794Z] 188c0c94c7c5: Verifying Checksum [2021-02-09T17:34:03.794Z] 188c0c94c7c5: Download complete [2021-02-09T17:34:04.383Z] 188c0c94c7c5: Pull complete [2021-02-09T17:34:04.655Z] 0ef7d3d256c8: Pull complete [2021-02-09T17:34:04.655Z] de9db76c5a1d: Pull complete [2021-02-09T17:34:04.922Z] e1f770b5df2f: Verifying Checksum [2021-02-09T17:34:04.922Z] e1f770b5df2f: Download complete [2021-02-09T17:34:06.904Z] 0eba1c9be4d2: Verifying Checksum [2021-02-09T17:34:06.904Z] 0eba1c9be4d2: Download complete [2021-02-09T17:34:07.176Z] 85a0685a4137: Verifying Checksum [2021-02-09T17:34:07.176Z] 85a0685a4137: Download complete [2021-02-09T17:34:13.821Z] 0eba1c9be4d2: Pull complete [2021-02-09T17:34:13.821Z] 0d57e429df01: Pull complete [2021-02-09T17:34:13.821Z] 4e4be7b47b0d: Pull complete [2021-02-09T17:34:15.216Z] e1f770b5df2f: Pull complete [2021-02-09T17:34:23.401Z] 85a0685a4137: Pull complete [2021-02-09T17:34:23.401Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-02-09T17:34:23.401Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-09T17:34:23.401Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-02-09T17:34:23.623Z] prd-centos7-docker-4c-2g-25804 does not seem to be running inside a container [2021-02-09T17:34:23.676Z] $ 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-09T17:34:24.669Z] $ docker top bb6f784a70691647a717b57c27b646a78a240006cfb9e7db9842f3a58988f8a1 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-09T17:34:24.936Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-02-09T17:34:25.235Z] + set -o pipefail [2021-02-09T17:34:25.235Z] + snyk monitor '--org=edgex-jenkins' [2021-02-09T17:34:30.557Z] [2021-02-09T17:34:30.557Z] Monitoring /w/workspace/dry_go-mod-core-contracts_master (github.com/edgexfoundry/go-mod-core-contracts/v2)... [2021-02-09T17:34:30.557Z] [2021-02-09T17:34:30.557Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/3f4394a4-4413-42ba-ada0-473d353def69/history/aca859c5-2cec-4599-bb4f-b04696bdefc5 [2021-02-09T17:34:30.557Z] [2021-02-09T17:34:30.557Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-02-09T17:34:30.557Z] [2021-02-09T17:34:30.557Z] [Pipeline] } [2021-02-09T17:34:30.573Z] $ docker stop --time=1 bb6f784a70691647a717b57c27b646a78a240006cfb9e7db9842f3a58988f8a1 [2021-02-09T17:34:32.937Z] $ docker rm -f bb6f784a70691647a717b57c27b646a78a240006cfb9e7db9842f3a58988f8a1 [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-09T17:34:34.706Z] + git log --format=format:%s -1 9f18a04425995e91a47311f98a0a925ff51ed9a1 [Pipeline] isUnix [Pipeline] sh [2021-02-09T17:34:35.022Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-09T17:34:35.022Z] . [Pipeline] withDockerContainer [2021-02-09T17:34:35.119Z] prd-centos7-docker-4c-2g-25804 does not seem to be running inside a container [2021-02-09T17:34:35.168Z] $ 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-09T17:34:36.156Z] $ docker top aecdf38af8161d4dc6327cd3a75363e1ce31575e7f8d7bfe9ca349eba2585fde -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-09T17:34:36.485Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-09T17:34:36.485Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-09T17:34:36.716Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-09T17:34:36.718Z] $ docker exec aecdf38af8161d4dc6327cd3a75363e1ce31575e7f8d7bfe9ca349eba2585fde ssh-agent [2021-02-09T17:34:36.885Z] SSH_AUTH_SOCK=/tmp/ssh-pLOBG9KdohAC/agent.12 [2021-02-09T17:34:36.885Z] SSH_AGENT_PID=18 [2021-02-09T17:34:36.893Z] Running ssh-add (command line suppressed) [2021-02-09T17:34:37.019Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_5012873927893954229.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_5012873927893954229.key) [2021-02-09T17:34:37.072Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-09T17:34:37.414Z] + git semver tag [2021-02-09T17:34:37.414Z] # -> Open(): unable to determine branch for HEAD [2021-02-09T17:34:37.414Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2021-02-09T17:34:37.414Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2021-02-09T17:34:37.414Z] # $SEMVER_REMOTE_NAME = origin [2021-02-09T17:34:37.414Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-09T17:34:37.414Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-09T17:34:37.414Z] # $SEMVER_BRANCH = master [2021-02-09T17:34:37.414Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [2021-02-09T17:34:37.414Z] # 9f18a04425995e91a47311f98a0a925ff51ed9a1 HEAD [2021-02-09T17:34:37.414Z] # -> Force: false [2021-02-09T17:34:37.414Z] # 7bc0034d89f7ac3fe7d9d45ba6e71d934d4e4e4e refs/tags/v2.0.0-dev.33 [Pipeline] } [2021-02-09T17:34:37.426Z] $ docker exec --env ******** --env ******** aecdf38af8161d4dc6327cd3a75363e1ce31575e7f8d7bfe9ca349eba2585fde ssh-agent -k [2021-02-09T17:34:37.553Z] unset SSH_AUTH_SOCK; [2021-02-09T17:34:37.554Z] unset SSH_AGENT_PID; [2021-02-09T17:34:37.554Z] echo Agent pid 18 killed; [2021-02-09T17:34:37.605Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-09T17:34:38.074Z] + git semver [Pipeline] } [2021-02-09T17:34:38.092Z] $ docker stop --time=1 aecdf38af8161d4dc6327cd3a75363e1ce31575e7f8d7bfe9ca349eba2585fde [2021-02-09T17:34:39.438Z] $ docker rm -f aecdf38af8161d4dc6327cd3a75363e1ce31575e7f8d7bfe9ca349eba2585fde [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-02-09T17:34:40.487Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-09T17:34:40.487Z] [2021-02-09T17:34:40.487Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-02-09T17:34:40.844Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-09T17:34:40.844Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-02-09T17:34:40.844Z] ab5ef0e58194: Pulling fs layer [2021-02-09T17:34:40.844Z] 9712f1f96733: Pulling fs layer [2021-02-09T17:34:40.844Z] 63f879dbbcfc: Pulling fs layer [2021-02-09T17:34:40.844Z] 0d9ebad4ef96: Pulling fs layer [2021-02-09T17:34:40.844Z] e9a5061849ea: Pulling fs layer [2021-02-09T17:34:40.844Z] d747dcd14b5f: Pulling fs layer [2021-02-09T17:34:40.844Z] 2de7ff778b66: Pulling fs layer [2021-02-09T17:34:40.844Z] 0d9ebad4ef96: Waiting [2021-02-09T17:34:40.844Z] e9a5061849ea: Waiting [2021-02-09T17:34:40.844Z] d747dcd14b5f: Waiting [2021-02-09T17:34:40.844Z] 2de7ff778b66: Waiting [2021-02-09T17:34:40.844Z] 9712f1f96733: Download complete [2021-02-09T17:34:42.240Z] 63f879dbbcfc: Verifying Checksum [2021-02-09T17:34:42.240Z] 63f879dbbcfc: Download complete [2021-02-09T17:34:42.502Z] e9a5061849ea: Verifying Checksum [2021-02-09T17:34:42.502Z] e9a5061849ea: Download complete [2021-02-09T17:34:42.502Z] d747dcd14b5f: Verifying Checksum [2021-02-09T17:34:42.502Z] d747dcd14b5f: Download complete [2021-02-09T17:34:42.767Z] 2de7ff778b66: Verifying Checksum [2021-02-09T17:34:42.767Z] 2de7ff778b66: Download complete [2021-02-09T17:34:42.767Z] 0d9ebad4ef96: Verifying Checksum [2021-02-09T17:34:42.767Z] 0d9ebad4ef96: Download complete [2021-02-09T17:34:43.342Z] ab5ef0e58194: Verifying Checksum [2021-02-09T17:34:43.342Z] ab5ef0e58194: Download complete [2021-02-09T17:34:47.596Z] ab5ef0e58194: Pull complete [2021-02-09T17:34:47.596Z] 9712f1f96733: Pull complete [2021-02-09T17:34:49.523Z] 63f879dbbcfc: Pull complete [2021-02-09T17:34:56.176Z] 0d9ebad4ef96: Pull complete [2021-02-09T17:34:56.442Z] e9a5061849ea: Pull complete [2021-02-09T17:34:56.442Z] d747dcd14b5f: Pull complete [2021-02-09T17:35:00.683Z] 2de7ff778b66: Pull complete [2021-02-09T17:35:00.683Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-02-09T17:35:00.683Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-09T17:35:00.683Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-02-09T17:35:00.886Z] prd-centos7-docker-4c-2g-25804 does not seem to be running inside a container [2021-02-09T17:35:00.931Z] $ 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-09T17:35:04.592Z] $ docker top 38f3a271a2eced51d0ee598713c524d14dda945bcfe2ebee922182853ca245d2 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-02-09T17:35:04.902Z] provisioning config files... [2021-02-09T17:35:04.917Z] copy managed file [sigul-config] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config1975774961756302951tmp [2021-02-09T17:35:04.933Z] copy managed file [sigul-password] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config41431199592530936tmp [2021-02-09T17:35:04.948Z] copy managed file [sigul-pki] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config8109638413639807065tmp [Pipeline] { [Pipeline] echo [2021-02-09T17:35:05.028Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-09T17:35:05.396Z] ---> sigul-configuration.sh [2021-02-09T17:35:05.396Z] gpg: directory `/root/.gnupg' created [2021-02-09T17:35:05.396Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-02-09T17:35:05.396Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-02-09T17:35:05.396Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-02-09T17:35:05.396Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-02-09T17:35:05.396Z] gpg: CAST5 encrypted data [2021-02-09T17:35:05.659Z] gpg: encrypted with 1 passphrase [2021-02-09T17:35:05.659Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-02-09T17:35:05.961Z] + mkdir /home/jenkins [2021-02-09T17:35:05.961Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-02-09T17:35:06.259Z] + 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-09T17:35:06.271Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-09T17:35:06.569Z] ---> sigul-install.sh [2021-02-09T17:35:11.872Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-02-09T17:35:12.173Z] + git tag --list [2021-02-09T17:35:12.173Z] v0.0.0 [2021-02-09T17:35:12.173Z] v0.0.1 [2021-02-09T17:35:12.173Z] v0.1.0 [2021-02-09T17:35:12.173Z] v0.1.1 [2021-02-09T17:35:12.173Z] v0.1.10 [2021-02-09T17:35:12.173Z] v0.1.100 [2021-02-09T17:35:12.173Z] v0.1.101 [2021-02-09T17:35:12.173Z] v0.1.102 [2021-02-09T17:35:12.173Z] v0.1.103 [2021-02-09T17:35:12.173Z] v0.1.104 [2021-02-09T17:35:12.173Z] v0.1.105 [2021-02-09T17:35:12.173Z] v0.1.106 [2021-02-09T17:35:12.173Z] v0.1.107 [2021-02-09T17:35:12.173Z] v0.1.108 [2021-02-09T17:35:12.173Z] v0.1.109 [2021-02-09T17:35:12.173Z] v0.1.11 [2021-02-09T17:35:12.173Z] v0.1.110 [2021-02-09T17:35:12.173Z] v0.1.111 [2021-02-09T17:35:12.173Z] v0.1.112 [2021-02-09T17:35:12.173Z] v0.1.113 [2021-02-09T17:35:12.173Z] v0.1.114 [2021-02-09T17:35:12.173Z] v0.1.115 [2021-02-09T17:35:12.173Z] v0.1.116 [2021-02-09T17:35:12.173Z] v0.1.117 [2021-02-09T17:35:12.173Z] v0.1.118 [2021-02-09T17:35:12.173Z] v0.1.119 [2021-02-09T17:35:12.173Z] v0.1.12 [2021-02-09T17:35:12.173Z] v0.1.120 [2021-02-09T17:35:12.173Z] v0.1.121 [2021-02-09T17:35:12.173Z] v0.1.122 [2021-02-09T17:35:12.173Z] v0.1.123 [2021-02-09T17:35:12.173Z] v0.1.124 [2021-02-09T17:35:12.173Z] v0.1.125 [2021-02-09T17:35:12.173Z] v0.1.126 [2021-02-09T17:35:12.173Z] v0.1.127 [2021-02-09T17:35:12.173Z] v0.1.128 [2021-02-09T17:35:12.173Z] v0.1.129 [2021-02-09T17:35:12.173Z] v0.1.13 [2021-02-09T17:35:12.173Z] v0.1.130 [2021-02-09T17:35:12.173Z] v0.1.131 [2021-02-09T17:35:12.173Z] v0.1.132 [2021-02-09T17:35:12.173Z] v0.1.133 [2021-02-09T17:35:12.173Z] v0.1.134 [2021-02-09T17:35:12.173Z] v0.1.135 [2021-02-09T17:35:12.173Z] v0.1.136 [2021-02-09T17:35:12.173Z] v0.1.137 [2021-02-09T17:35:12.173Z] v0.1.138 [2021-02-09T17:35:12.173Z] v0.1.139 [2021-02-09T17:35:12.173Z] v0.1.14 [2021-02-09T17:35:12.173Z] v0.1.140 [2021-02-09T17:35:12.173Z] v0.1.141 [2021-02-09T17:35:12.173Z] v0.1.142 [2021-02-09T17:35:12.173Z] v0.1.143 [2021-02-09T17:35:12.173Z] v0.1.144 [2021-02-09T17:35:12.173Z] v0.1.145 [2021-02-09T17:35:12.173Z] v0.1.146 [2021-02-09T17:35:12.173Z] v0.1.147 [2021-02-09T17:35:12.173Z] v0.1.148 [2021-02-09T17:35:12.173Z] v0.1.149 [2021-02-09T17:35:12.173Z] v0.1.15 [2021-02-09T17:35:12.173Z] v0.1.16 [2021-02-09T17:35:12.173Z] v0.1.17 [2021-02-09T17:35:12.173Z] v0.1.18 [2021-02-09T17:35:12.173Z] v0.1.19 [2021-02-09T17:35:12.173Z] v0.1.2 [2021-02-09T17:35:12.173Z] v0.1.20 [2021-02-09T17:35:12.174Z] v0.1.21 [2021-02-09T17:35:12.174Z] v0.1.22 [2021-02-09T17:35:12.174Z] v0.1.23 [2021-02-09T17:35:12.174Z] v0.1.24 [2021-02-09T17:35:12.174Z] v0.1.25 [2021-02-09T17:35:12.174Z] v0.1.26 [2021-02-09T17:35:12.174Z] v0.1.27 [2021-02-09T17:35:12.174Z] v0.1.28 [2021-02-09T17:35:12.174Z] v0.1.29 [2021-02-09T17:35:12.174Z] v0.1.3 [2021-02-09T17:35:12.174Z] v0.1.30 [2021-02-09T17:35:12.174Z] v0.1.31 [2021-02-09T17:35:12.174Z] v0.1.32 [2021-02-09T17:35:12.174Z] v0.1.33 [2021-02-09T17:35:12.174Z] v0.1.34 [2021-02-09T17:35:12.174Z] v0.1.35 [2021-02-09T17:35:12.174Z] v0.1.36 [2021-02-09T17:35:12.174Z] v0.1.37 [2021-02-09T17:35:12.174Z] v0.1.38 [2021-02-09T17:35:12.174Z] v0.1.39 [2021-02-09T17:35:12.174Z] v0.1.4 [2021-02-09T17:35:12.174Z] v0.1.40 [2021-02-09T17:35:12.174Z] v0.1.41 [2021-02-09T17:35:12.174Z] v0.1.42 [2021-02-09T17:35:12.174Z] v0.1.43 [2021-02-09T17:35:12.174Z] v0.1.44 [2021-02-09T17:35:12.174Z] v0.1.45 [2021-02-09T17:35:12.174Z] v0.1.46 [2021-02-09T17:35:12.174Z] v0.1.47 [2021-02-09T17:35:12.174Z] v0.1.48 [2021-02-09T17:35:12.174Z] v0.1.49 [2021-02-09T17:35:12.174Z] v0.1.5 [2021-02-09T17:35:12.174Z] v0.1.50 [2021-02-09T17:35:12.174Z] v0.1.51 [2021-02-09T17:35:12.174Z] v0.1.52 [2021-02-09T17:35:12.174Z] v0.1.53 [2021-02-09T17:35:12.174Z] v0.1.54 [2021-02-09T17:35:12.174Z] v0.1.55 [2021-02-09T17:35:12.174Z] v0.1.56 [2021-02-09T17:35:12.174Z] v0.1.57 [2021-02-09T17:35:12.174Z] v0.1.58 [2021-02-09T17:35:12.174Z] v0.1.59 [2021-02-09T17:35:12.174Z] v0.1.6 [2021-02-09T17:35:12.174Z] v0.1.60 [2021-02-09T17:35:12.174Z] v0.1.61 [2021-02-09T17:35:12.174Z] v0.1.62 [2021-02-09T17:35:12.174Z] v0.1.63 [2021-02-09T17:35:12.174Z] v0.1.64 [2021-02-09T17:35:12.174Z] v0.1.65 [2021-02-09T17:35:12.174Z] v0.1.66 [2021-02-09T17:35:12.174Z] v0.1.67 [2021-02-09T17:35:12.174Z] v0.1.68 [2021-02-09T17:35:12.174Z] v0.1.69 [2021-02-09T17:35:12.174Z] v0.1.7 [2021-02-09T17:35:12.174Z] v0.1.70 [2021-02-09T17:35:12.174Z] v0.1.71 [2021-02-09T17:35:12.174Z] v0.1.72 [2021-02-09T17:35:12.174Z] v0.1.73 [2021-02-09T17:35:12.174Z] v0.1.74 [2021-02-09T17:35:12.174Z] v0.1.75 [2021-02-09T17:35:12.174Z] v0.1.76 [2021-02-09T17:35:12.174Z] v0.1.77 [2021-02-09T17:35:12.174Z] v0.1.78 [2021-02-09T17:35:12.174Z] v0.1.79 [2021-02-09T17:35:12.174Z] v0.1.8 [2021-02-09T17:35:12.174Z] v0.1.80 [2021-02-09T17:35:12.174Z] v0.1.81 [2021-02-09T17:35:12.174Z] v0.1.82 [2021-02-09T17:35:12.174Z] v0.1.83 [2021-02-09T17:35:12.174Z] v0.1.84 [2021-02-09T17:35:12.174Z] v0.1.85 [2021-02-09T17:35:12.174Z] v0.1.86 [2021-02-09T17:35:12.174Z] v0.1.87 [2021-02-09T17:35:12.174Z] v0.1.88 [2021-02-09T17:35:12.174Z] v0.1.89 [2021-02-09T17:35:12.174Z] v0.1.9 [2021-02-09T17:35:12.174Z] v0.1.90 [2021-02-09T17:35:12.174Z] v0.1.91 [2021-02-09T17:35:12.174Z] v0.1.92 [2021-02-09T17:35:12.174Z] v0.1.93 [2021-02-09T17:35:12.174Z] v0.1.94 [2021-02-09T17:35:12.174Z] v0.1.95 [2021-02-09T17:35:12.174Z] v0.1.96 [2021-02-09T17:35:12.174Z] v0.1.97 [2021-02-09T17:35:12.174Z] v0.1.98 [2021-02-09T17:35:12.174Z] v0.1.99 [2021-02-09T17:35:12.174Z] v2.0.0-dev.1 [2021-02-09T17:35:12.174Z] v2.0.0-dev.10 [2021-02-09T17:35:12.174Z] v2.0.0-dev.11 [2021-02-09T17:35:12.174Z] v2.0.0-dev.12 [2021-02-09T17:35:12.174Z] v2.0.0-dev.13 [2021-02-09T17:35:12.174Z] v2.0.0-dev.14 [2021-02-09T17:35:12.174Z] v2.0.0-dev.15 [2021-02-09T17:35:12.174Z] v2.0.0-dev.16 [2021-02-09T17:35:12.174Z] v2.0.0-dev.17 [2021-02-09T17:35:12.174Z] v2.0.0-dev.18 [2021-02-09T17:35:12.174Z] v2.0.0-dev.19 [2021-02-09T17:35:12.174Z] v2.0.0-dev.2 [2021-02-09T17:35:12.174Z] v2.0.0-dev.20 [2021-02-09T17:35:12.174Z] v2.0.0-dev.21 [2021-02-09T17:35:12.174Z] v2.0.0-dev.22 [2021-02-09T17:35:12.174Z] v2.0.0-dev.23 [2021-02-09T17:35:12.174Z] v2.0.0-dev.24 [2021-02-09T17:35:12.174Z] v2.0.0-dev.25 [2021-02-09T17:35:12.174Z] v2.0.0-dev.26 [2021-02-09T17:35:12.174Z] v2.0.0-dev.27 [2021-02-09T17:35:12.174Z] v2.0.0-dev.28 [2021-02-09T17:35:12.174Z] v2.0.0-dev.29 [2021-02-09T17:35:12.174Z] v2.0.0-dev.3 [2021-02-09T17:35:12.174Z] v2.0.0-dev.30 [2021-02-09T17:35:12.174Z] v2.0.0-dev.31 [2021-02-09T17:35:12.174Z] v2.0.0-dev.32 [2021-02-09T17:35:12.174Z] v2.0.0-dev.33 [2021-02-09T17:35:12.174Z] v2.0.0-dev.4 [2021-02-09T17:35:12.174Z] v2.0.0-dev.5 [2021-02-09T17:35:12.174Z] v2.0.0-dev.6 [2021-02-09T17:35:12.174Z] v2.0.0-dev.7 [2021-02-09T17:35:12.174Z] v2.0.0-dev.8 [2021-02-09T17:35:12.174Z] v2.0.0-dev.9 [Pipeline] sh [2021-02-09T17:35:12.474Z] + lftools sign git-tag v2.0.0-dev.33 [2021-02-09T17:35:13.863Z] Signing Git tag with Sigul... [2021-02-09T17:35:13.863Z] Signing v2.0.0-dev.33 [Pipeline] echo [2021-02-09T17:35:14.821Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-09T17:35:15.115Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-02-09T17:35:15.125Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-02-09T17:35:15.219Z] $ docker stop --time=1 38f3a271a2eced51d0ee598713c524d14dda945bcfe2ebee922182853ca245d2 [2021-02-09T17:35:17.282Z] $ docker rm -f 38f3a271a2eced51d0ee598713c524d14dda945bcfe2ebee922182853ca245d2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-02-09T17:35:18.309Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-09T17:35:18.309Z] . [Pipeline] withDockerContainer [2021-02-09T17:35:18.452Z] prd-centos7-docker-4c-2g-25804 does not seem to be running inside a container [2021-02-09T17:35:18.499Z] $ 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-09T17:35:19.335Z] $ docker top 33baa564fbdaebb2b55eedc123e2341289942c28551aa5786505194fff12d959 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-09T17:35:19.641Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-09T17:35:19.641Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-09T17:35:19.864Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-09T17:35:19.866Z] $ docker exec 33baa564fbdaebb2b55eedc123e2341289942c28551aa5786505194fff12d959 ssh-agent [2021-02-09T17:35:20.049Z] SSH_AUTH_SOCK=/tmp/ssh-xQefV8Y4oN88/agent.13 [2021-02-09T17:35:20.049Z] SSH_AGENT_PID=19 [2021-02-09T17:35:20.059Z] Running ssh-add (command line suppressed) [2021-02-09T17:35:20.182Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_3865240236526327128.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_3865240236526327128.key) [2021-02-09T17:35:20.241Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-09T17:35:20.599Z] + git semver bump pre [2021-02-09T17:35:20.599Z] # -> Open(): unable to determine branch for HEAD [2021-02-09T17:35:20.599Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2021-02-09T17:35:20.599Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2021-02-09T17:35:20.599Z] # $SEMVER_REMOTE_NAME = origin [2021-02-09T17:35:20.599Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-09T17:35:20.599Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-09T17:35:20.599Z] # $SEMVER_BRANCH = master [2021-02-09T17:35:20.599Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [2021-02-09T17:35:20.599Z] 2.0.0-dev.34 [Pipeline] } [2021-02-09T17:35:20.649Z] $ docker exec --env ******** --env ******** 33baa564fbdaebb2b55eedc123e2341289942c28551aa5786505194fff12d959 ssh-agent -k [2021-02-09T17:35:20.767Z] unset SSH_AUTH_SOCK; [2021-02-09T17:35:20.768Z] unset SSH_AGENT_PID; [2021-02-09T17:35:20.768Z] echo Agent pid 19 killed; [2021-02-09T17:35:20.821Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-09T17:35:21.338Z] + git semver [Pipeline] } [2021-02-09T17:35:21.354Z] $ docker stop --time=1 33baa564fbdaebb2b55eedc123e2341289942c28551aa5786505194fff12d959 [2021-02-09T17:35:22.701Z] $ docker rm -f 33baa564fbdaebb2b55eedc123e2341289942c28551aa5786505194fff12d959 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-02-09T17:35:23.248Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-09T17:35:23.248Z] . [Pipeline] withDockerContainer [2021-02-09T17:35:23.348Z] prd-centos7-docker-4c-2g-25804 does not seem to be running inside a container [2021-02-09T17:35:23.394Z] $ 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-09T17:35:23.988Z] $ docker top e03df3c5fdb491a024bb094162b8ae063a8d2344ea22c72a1a28212f936ef859 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-09T17:35:24.329Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-09T17:35:24.330Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-09T17:35:24.519Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-09T17:35:24.521Z] $ docker exec e03df3c5fdb491a024bb094162b8ae063a8d2344ea22c72a1a28212f936ef859 ssh-agent [2021-02-09T17:35:24.701Z] SSH_AUTH_SOCK=/tmp/ssh-RpIstCwoqL4p/agent.11 [2021-02-09T17:35:24.701Z] SSH_AGENT_PID=16 [2021-02-09T17:35:24.708Z] Running ssh-add (command line suppressed) [2021-02-09T17:35:24.831Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_457355091864046342.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_457355091864046342.key) [2021-02-09T17:35:24.893Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-09T17:35:25.230Z] + git semver push [2021-02-09T17:35:25.230Z] # -> Open(): unable to determine branch for HEAD [2021-02-09T17:35:25.230Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2021-02-09T17:35:25.230Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2021-02-09T17:35:25.230Z] # $SEMVER_REMOTE_NAME = origin [2021-02-09T17:35:25.230Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-09T17:35:25.230Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-09T17:35:25.230Z] # $SEMVER_BRANCH = master [2021-02-09T17:35:25.230Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } [2021-02-09T17:35:33.403Z] $ docker exec --env ******** --env ******** e03df3c5fdb491a024bb094162b8ae063a8d2344ea22c72a1a28212f936ef859 ssh-agent -k [2021-02-09T17:35:33.533Z] unset SSH_AUTH_SOCK; [2021-02-09T17:35:33.534Z] unset SSH_AGENT_PID; [2021-02-09T17:35:33.534Z] echo Agent pid 16 killed; [2021-02-09T17:35:33.590Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-09T17:35:34.068Z] + git semver [Pipeline] } [2021-02-09T17:35:34.084Z] $ docker stop --time=1 e03df3c5fdb491a024bb094162b8ae063a8d2344ea22c72a1a28212f936ef859 [2021-02-09T17:35:35.431Z] $ docker rm -f e03df3c5fdb491a024bb094162b8ae063a8d2344ea22c72a1a28212f936ef859 [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-09T17:35:36.938Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-09T17:35:37.505Z] ---> package-listing.sh [2021-02-09T17:35:37.506Z] ++ facter osfamily [2021-02-09T17:35:37.506Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-09T17:35:37.506Z] + OS_FAMILY=redhat [2021-02-09T17:35:37.506Z] + workspace=/w/workspace/dry_go-mod-core-contracts_master [2021-02-09T17:35:37.506Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-09T17:35:37.506Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-09T17:35:37.506Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-09T17:35:37.506Z] + PACKAGES=/tmp/packages_start.txt [2021-02-09T17:35:37.506Z] + '[' /w/workspace/dry_go-mod-core-contracts_master ']' [2021-02-09T17:35:37.506Z] + PACKAGES=/tmp/packages_end.txt [2021-02-09T17:35:37.506Z] + case "${OS_FAMILY}" in [2021-02-09T17:35:37.506Z] + rpm -qa [2021-02-09T17:35:37.506Z] + sort [2021-02-09T17:35:42.836Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-09T17:35:42.836Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-09T17:35:42.836Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-09T17:35:42.836Z] + '[' /w/workspace/dry_go-mod-core-contracts_master ']' [2021-02-09T17:35:42.836Z] + mkdir -p /w/workspace/dry_go-mod-core-contracts_master/archives/ [2021-02-09T17:35:42.836Z] + 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-09T17:35:42.850Z] 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-09T17:35:43.144Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-09T17:35:43.452Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-09T17:35:43.452Z] [2021-02-09T17:35:43.452Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-09T17:35:43.804Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-09T17:35:43.804Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-09T17:35:43.804Z] df20fa9351a1: Pulling fs layer [2021-02-09T17:35:43.804Z] 36b3adc4ff6f: Pulling fs layer [2021-02-09T17:35:43.804Z] 8ad3a11d3b57: Pulling fs layer [2021-02-09T17:35:43.804Z] 46f8f816bc3b: Pulling fs layer [2021-02-09T17:35:43.804Z] 93b61091891f: Pulling fs layer [2021-02-09T17:35:43.804Z] 93b9cdb0e59b: Pulling fs layer [2021-02-09T17:35:43.804Z] 5e14af77c1be: Pulling fs layer [2021-02-09T17:35:43.804Z] 01666e4c0597: Pulling fs layer [2021-02-09T17:35:43.804Z] aa168da1d23b: Pulling fs layer [2021-02-09T17:35:43.804Z] 93b9cdb0e59b: Waiting [2021-02-09T17:35:43.804Z] 5e14af77c1be: Waiting [2021-02-09T17:35:43.804Z] 46f8f816bc3b: Waiting [2021-02-09T17:35:43.804Z] 93b61091891f: Waiting [2021-02-09T17:35:43.804Z] aa168da1d23b: Waiting [2021-02-09T17:35:43.804Z] 36b3adc4ff6f: Verifying Checksum [2021-02-09T17:35:43.804Z] 36b3adc4ff6f: Download complete [2021-02-09T17:35:43.804Z] 46f8f816bc3b: Verifying Checksum [2021-02-09T17:35:43.804Z] 46f8f816bc3b: Download complete [2021-02-09T17:35:44.071Z] df20fa9351a1: Verifying Checksum [2021-02-09T17:35:44.071Z] df20fa9351a1: Download complete [2021-02-09T17:35:44.071Z] 93b9cdb0e59b: Verifying Checksum [2021-02-09T17:35:44.071Z] 93b9cdb0e59b: Download complete [2021-02-09T17:35:44.071Z] 5e14af77c1be: Verifying Checksum [2021-02-09T17:35:44.071Z] 5e14af77c1be: Download complete [2021-02-09T17:35:44.071Z] 93b61091891f: Verifying Checksum [2021-02-09T17:35:44.071Z] 93b61091891f: Download complete [2021-02-09T17:35:44.071Z] 01666e4c0597: Verifying Checksum [2021-02-09T17:35:44.071Z] 01666e4c0597: Download complete [2021-02-09T17:35:44.340Z] 8ad3a11d3b57: Verifying Checksum [2021-02-09T17:35:44.340Z] 8ad3a11d3b57: Download complete [2021-02-09T17:35:44.340Z] df20fa9351a1: Pull complete [2021-02-09T17:35:44.612Z] 36b3adc4ff6f: Pull complete [2021-02-09T17:35:46.539Z] aa168da1d23b: Verifying Checksum [2021-02-09T17:35:46.539Z] aa168da1d23b: Download complete [2021-02-09T17:35:46.539Z] 8ad3a11d3b57: Pull complete [2021-02-09T17:35:46.539Z] 46f8f816bc3b: Pull complete [2021-02-09T17:35:46.804Z] 93b61091891f: Pull complete [2021-02-09T17:35:46.804Z] 93b9cdb0e59b: Pull complete [2021-02-09T17:35:47.070Z] 5e14af77c1be: Pull complete [2021-02-09T17:35:47.070Z] 01666e4c0597: Pull complete [2021-02-09T17:35:55.234Z] aa168da1d23b: Pull complete [2021-02-09T17:35:55.234Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-09T17:35:55.234Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-09T17:35:55.234Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-09T17:35:55.343Z] prd-centos7-docker-4c-2g-25804 does not seem to be running inside a container [2021-02-09T17:35:55.388Z] $ 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-09T17:35:58.141Z] $ docker top 6d033de056dafc5516a874ee4f8e308336c5993b4efd3d5fb4c9b95a64762bc5 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-09T17:35:58.643Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-09T17:35:58.940Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-09T17:35:59.295Z] + ls /var/log/sa-host [2021-02-09T17:35:59.295Z] + sadf -c /var/log/sa-host/sa09 [2021-02-09T17:35:59.295Z] file_magic: OK [2021-02-09T17:35:59.295Z] HZ: Using current value: 100 [2021-02-09T17:35:59.295Z] file_header: OK [2021-02-09T17:35:59.295Z] 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-09T17:35:59.295Z] Statistics: [2021-02-09T17:35:59.295Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-02-09T17:35:59.295Z] File successfully converted to sysstat format version 12.2.1 [2021-02-09T17:35:59.295Z] + sadf -c /var/log/sa-host/sa23 [2021-02-09T17:35:59.295Z] file_magic: OK [2021-02-09T17:35:59.295Z] HZ: Using current value: 100 [2021-02-09T17:35:59.295Z] file_header: OK [2021-02-09T17:35:59.295Z] 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-09T17:35:59.295Z] Statistics: [2021-02-09T17:35:59.295Z] Hnuu...uuuununununu... [2021-02-09T17:35:59.295Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-09T17:35:59.929Z] provisioning config files... [2021-02-09T17:35:59.952Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config3469798055876307734tmp [Pipeline] { [Pipeline] echo [2021-02-09T17:36:00.025Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-09T17:36:00.357Z] ---> create-netrc.sh [Pipeline] } [2021-02-09T17:36:00.368Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-09T17:36:00.462Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-09T17:36:00.756Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-09T17:36:00.767Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-09T17:36:01.065Z] ---> sudo-logs.sh [2021-02-09T17:36:01.065Z] Archiving 'sudo' log.. [Pipeline] echo [2021-02-09T17:36:01.078Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-09T17:36:01.379Z] ---> job-cost.sh [2021-02-09T17:36:01.380Z] lf-activate-venv: SKIPPING [2021-02-09T17:36:01.380Z] INFO: No Stack... [2021-02-09T17:36:02.332Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-09T17:36:02.907Z] INFO: Archiving Costs [Pipeline] echo [2021-02-09T17:36:02.924Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-09T17:36:03.223Z] ---> logs-deploy.sh [2021-02-09T17:36:03.223Z] lf-activate-venv: SKIPPING [2021-02-09T17:36:03.224Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/master/151 [2021-02-09T17:36:03.224Z] INFO: archiving workspace using pattern(s): [2021-02-09T17:36:05.143Z] Archives upload complete. [2021-02-09T17:36:05.143Z] INFO: archiving logs to Nexus