Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 6ef992542d2ebec3158a6d299b79d768b936a4de Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision f82e9360b4159668f7e3e090307a6179e9a8e48d Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision f82e9360b4159668f7e3e090307a6179e9a8e48d using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision f82e9360b4159668f7e3e090307a6179e9a8e48d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f82e9360b4159668f7e3e090307a6179e9a8e48d # timeout=10 Commit message: "Merge pull request #311 from ernestojeda/fix-data-binary" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-core-contracts, buildImage:false, pushImage:false, semverBump:patch] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-core-contracts-settings PROJECT: go-mod-core-contracts USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-go-mod-core-contracts DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: patch BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task ‘prd-centos7-builder-2c-1g-20773’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-15505’ is offline; ‘prd-centos7-docker-4c-2g-21074’ is offline; ‘prd-centos7-docker-4c-2g-21076’ is offline; ‘prd-centos7-docker-4c-2g-21083’ is offline; ‘prd-centos7-docker-4c-2g-21085’ is offline; ‘prd-centos7-docker-4c-2g-21089’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-21060’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-21087’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-21093 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git > git init /w/workspace/dry_go-mod-core-contracts_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 6ef992542d2ebec3158a6d299b79d768b936a4de (master) > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 6ef992542d2ebec3158a6d299b79d768b936a4de # timeout=10 Commit message: "Merge pull request #435 from edgexfoundry/dependabot/go_modules/github.com/google/uuid-1.1.5" > git rev-list --no-walk c0e791ce8d89920a1cc47c081dc832321f7746d3 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-19T03:20:29.942Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-19T03:20:30.289Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-19T03:20:30.421Z] ========================================================= [2021-01-19T03:20:30.421Z] EdgeX Global Pipelines Version Info [2021-01-19T03:20:30.421Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-19T03:20:32.593Z] ------------------- [2021-01-19T03:20:32.593Z] stable info: [2021-01-19T03:20:32.593Z] ------------------- [2021-01-19T03:20:32.593Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-19T03:20:32.593Z] Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d [2021-01-19T03:20:32.593Z] Message: update stable to v1.0.177 [2021-01-19T03:20:33.169Z] ------------------- [2021-01-19T03:20:33.169Z] experimental info: [2021-01-19T03:20:33.169Z] ------------------- [2021-01-19T03:20:33.169Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-01-19T03:20:33.169Z] Commit SHA: e10e8b1c2921d3c8fd668fd9f38a05cab6ea93a3 [2021-01-19T03:20:33.169Z] Message: update experimental to v1.0.178 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-19T03:20:33.507Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo [2021-01-19T03:20:33.590Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo [2021-01-19T03:20:33.696Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-19T03:20:33.789Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-19T03:20:33.901Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-19T03:20:33.995Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-19T03:20:34.079Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-19T03:20:34.167Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-19T03:20:34.259Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-01-19T03:20:34.353Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-19T03:20:34.474Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-19T03:20:34.560Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo [2021-01-19T03:20:34.660Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-19T03:20:34.767Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-19T03:20:34.854Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2021-01-19T03:20:34.946Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-01-19T03:20:35.068Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-01-19T03:20:35.177Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-01-19T03:20:35.262Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo [2021-01-19T03:20:35.381Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-01-19T03:20:35.654Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-01-19T03:20:35.742Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-01-19T03:20:35.827Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-01-19T03:20:35.917Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-01-19T03:20:36.008Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2021-01-19T03:20:36.126Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-19T03:20:36.218Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-19T03:20:36.330Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-01-19T03:20:36.409Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-01-19T03:20:36.537Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-01-19T03:20:36.651Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 6ef992542d2ebec3158a6d299b79d768b936a4de [Pipeline] echo [2021-01-19T03:20:36.753Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 6ef9925 [Pipeline] echo [2021-01-19T03:20:36.853Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-19T03:20:37.583Z] + git log --format=format:%s -1 6ef992542d2ebec3158a6d299b79d768b936a4de [Pipeline] echo [2021-01-19T03:20:37.653Z] GIT_COMMIT: 6ef992542d2ebec3158a6d299b79d768b936a4de, Commit Message: Merge pull request #435 from edgexfoundry/dependabot/go_modules/github.com/google/uuid-1.1.5 [Pipeline] echo [2021-01-19T03:20:37.702Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-01-19T03:20:38.377Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-19T03:20:38.644Z] [2021-01-19T03:20:38.644Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-19T03:20:39.015Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-19T03:20:39.015Z] latest: Pulling from edgex-devops/git-semver [2021-01-19T03:20:39.015Z] 31603596830f: Pulling fs layer [2021-01-19T03:20:39.015Z] 2a8b12db71e7: Pulling fs layer [2021-01-19T03:20:39.015Z] 6ca5941a6612: Pulling fs layer [2021-01-19T03:20:39.015Z] ecc8261a40a4: Pulling fs layer [2021-01-19T03:20:39.015Z] ecc8261a40a4: Waiting [2021-01-19T03:20:39.015Z] 2a8b12db71e7: Verifying Checksum [2021-01-19T03:20:39.015Z] 2a8b12db71e7: Download complete [2021-01-19T03:20:39.277Z] 31603596830f: Verifying Checksum [2021-01-19T03:20:39.277Z] 31603596830f: Download complete [2021-01-19T03:20:39.277Z] ecc8261a40a4: Verifying Checksum [2021-01-19T03:20:39.277Z] ecc8261a40a4: Download complete [2021-01-19T03:20:39.277Z] 6ca5941a6612: Verifying Checksum [2021-01-19T03:20:39.277Z] 6ca5941a6612: Download complete [2021-01-19T03:20:39.544Z] 31603596830f: Pull complete [2021-01-19T03:20:39.808Z] 2a8b12db71e7: Pull complete [2021-01-19T03:20:40.763Z] 6ca5941a6612: Pull complete [2021-01-19T03:20:40.763Z] ecc8261a40a4: Pull complete [2021-01-19T03:20:40.763Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-19T03:20:41.027Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-19T03:20:41.027Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-19T03:20:41.132Z] prd-centos7-docker-4c-2g-21093 does not seem to be running inside a container [2021-01-19T03:20:41.179Z] $ 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-01-19T03:20:43.787Z] $ docker top ae5aa37596282f27395d9834b161d26bc41d7f63aaac8e21b00def877ea13499 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-19T03:20:44.305Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-19T03:20:44.305Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-19T03:20:44.571Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-19T03:20:44.575Z] $ docker exec ae5aa37596282f27395d9834b161d26bc41d7f63aaac8e21b00def877ea13499 ssh-agent [2021-01-19T03:20:44.770Z] SSH_AUTH_SOCK=/tmp/ssh-8mmIf4s6QKTa/agent.13 [2021-01-19T03:20:44.770Z] SSH_AGENT_PID=18 [2021-01-19T03:20:44.790Z] Running ssh-add (command line suppressed) [2021-01-19T03:20:44.936Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_8904831126550477338.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_8904831126550477338.key) [2021-01-19T03:20:45.014Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-19T03:20:45.362Z] + git tag --points-at HEAD [Pipeline] } [2021-01-19T03:20:45.390Z] $ docker exec --env ******** --env ******** ae5aa37596282f27395d9834b161d26bc41d7f63aaac8e21b00def877ea13499 ssh-agent -k [2021-01-19T03:20:45.518Z] unset SSH_AUTH_SOCK; [2021-01-19T03:20:45.519Z] unset SSH_AGENT_PID; [2021-01-19T03:20:45.519Z] echo Agent pid 18 killed; [2021-01-19T03:20:45.570Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-19T03:20:45.741Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-19T03:20:45.741Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-19T03:20:45.931Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-19T03:20:45.935Z] $ docker exec ae5aa37596282f27395d9834b161d26bc41d7f63aaac8e21b00def877ea13499 ssh-agent [2021-01-19T03:20:46.103Z] SSH_AUTH_SOCK=/tmp/ssh-ZZ2ZVPb3qziP/agent.48 [2021-01-19T03:20:46.103Z] SSH_AGENT_PID=54 [2021-01-19T03:20:46.110Z] Running ssh-add (command line suppressed) [2021-01-19T03:20:46.242Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_8778050250708080671.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_8778050250708080671.key) [2021-01-19T03:20:46.304Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-19T03:20:46.645Z] + git semver init [2021-01-19T03:20:46.645Z] # -> Open(): unable to determine branch for HEAD [2021-01-19T03:20:46.645Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2021-01-19T03:20:46.645Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2021-01-19T03:20:46.645Z] # $SEMVER_REMOTE_NAME = origin [2021-01-19T03:20:46.645Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-19T03:20:46.645Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-19T03:20:46.645Z] # $SEMVER_BRANCH = master [2021-01-19T03:20:46.645Z] # $SEMVER_TEMP = /tmp/semver-019206773 [2021-01-19T03:20:46.645Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP [2021-01-19T03:20:47.603Z] # '/tmp/semver-019206773' -> '/w/workspace/dry_go-mod-core-contracts_master/.semver' [2021-01-19T03:20:47.603Z] # -> Force: false [2021-01-19T03:20:47.603Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } [2021-01-19T03:20:47.617Z] $ docker exec --env ******** --env ******** ae5aa37596282f27395d9834b161d26bc41d7f63aaac8e21b00def877ea13499 ssh-agent -k [2021-01-19T03:20:47.742Z] unset SSH_AUTH_SOCK; [2021-01-19T03:20:47.742Z] unset SSH_AGENT_PID; [2021-01-19T03:20:47.742Z] echo Agent pid 54 killed; [2021-01-19T03:20:47.793Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-19T03:20:48.264Z] + git semver [Pipeline] } [2021-01-19T03:20:48.284Z] $ docker stop --time=1 ae5aa37596282f27395d9834b161d26bc41d7f63aaac8e21b00def877ea13499 [2021-01-19T03:20:50.068Z] $ docker rm -f ae5aa37596282f27395d9834b161d26bc41d7f63aaac8e21b00def877ea13499 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-19T03:20:50.598Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-19T03:20:51.103Z] Stashed 1 file(s) [Pipeline] echo [2021-01-19T03:20:51.106Z] [edgeXSemver]: initialized semver on version 0.1.148 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2021-01-19T03:21:06.712Z] Still waiting to schedule task [2021-01-19T03:21:06.712Z] ‘prd-centos7-builder-2c-1g-20773’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-15505’ is offline; ‘prd-centos7-docker-4c-2g-21074’ is offline; ‘prd-centos7-docker-4c-2g-21076’ is offline; ‘prd-centos7-docker-4c-2g-21078’ is offline; ‘prd-centos7-docker-4c-2g-21083’ is offline; ‘prd-centos7-docker-4c-2g-21084’ is offline; ‘prd-centos7-docker-4c-2g-21085’ is offline; ‘prd-centos7-docker-4c-2g-21097’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-21060’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-21082’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-21087’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-21090’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-21096’ doesn’t have label ‘centos7-docker-4c-2g’ [2021-01-19T03:21:06.716Z] Still waiting to schedule task [2021-01-19T03:21:06.716Z] ‘prd-centos7-builder-2c-1g-20773’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-15505’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-21074’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-21076’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-21078’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-21083’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-21084’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-21085’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-21097’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-21060’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-21082’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-21087’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-21090’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-21096’ is offline [2021-01-19T03:21:47.534Z] Running on prd-centos7-docker-4c-2g-21102 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws [2021-01-19T03:21:47.595Z] Running in /w/workspace/go-mod-core-contracts/117 [Pipeline] { [Pipeline] checkout [2021-01-19T03:21:50.338Z] using credential edgex-jenkins-ssh [2021-01-19T03:21:50.419Z] Cloning the remote Git repository [2021-01-19T03:21:50.441Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-01-19T03:21:50.533Z] > git init /w/workspace/go-mod-core-contracts/117 # timeout=10 [2021-01-19T03:21:50.597Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-01-19T03:21:50.597Z] > git --version # timeout=10 [2021-01-19T03:21:50.604Z] > git --version # 'git version 2.24.3' [2021-01-19T03:21:50.605Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T03:21:50.636Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-19T03:21:52.219Z] Checking out Revision 6ef992542d2ebec3158a6d299b79d768b936a4de (master) [2021-01-19T03:21:51.664Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-01-19T03:21:51.673Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-19T03:21:51.694Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-01-19T03:21:51.707Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-01-19T03:21:51.707Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T03:21:51.712Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-19T03:21:52.224Z] > git config core.sparsecheckout # timeout=10 [2021-01-19T03:21:52.235Z] > git checkout -f 6ef992542d2ebec3158a6d299b79d768b936a4de # timeout=10 [2021-01-19T03:21:55.945Z] Commit message: "Merge pull request #435 from edgexfoundry/dependabot/go_modules/github.com/google/uuid-1.1.5" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-19T03:21:57.194Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-19T03:21:57.527Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-19T03:21:57.830Z] + true [2021-01-19T03:21:57.830Z] + sudo service docker restart [2021-01-19T03:21:57.830Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo [2021-01-19T03:21:59.361Z] ========================================================= [2021-01-19T03:21:59.361Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-19T03:21:59.361Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-19T03:21:59.709Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-01-19T03:22:00.289Z] Sending build context to Docker daemon 2.192MB [2021-01-19T03:22:00.289Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-01-19T03:22:00.289Z] Step 2/7 : FROM ${BASE} [2021-01-19T03:22:00.289Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-19T03:22:00.289Z] 188c0c94c7c5: Pulling fs layer [2021-01-19T03:22:00.289Z] 0ef7d3d256c8: Pulling fs layer [2021-01-19T03:22:00.289Z] de9db76c5a1d: Pulling fs layer [2021-01-19T03:22:00.289Z] bca2f99d35d6: Pulling fs layer [2021-01-19T03:22:00.289Z] 93359f2a8cfa: Pulling fs layer [2021-01-19T03:22:00.289Z] 7c6f9722023f: Pulling fs layer [2021-01-19T03:22:00.289Z] a35cf1a2eb13: Pulling fs layer [2021-01-19T03:22:00.289Z] bca2f99d35d6: Waiting [2021-01-19T03:22:00.289Z] 93359f2a8cfa: Waiting [2021-01-19T03:22:00.289Z] 7c6f9722023f: Waiting [2021-01-19T03:22:00.289Z] a35cf1a2eb13: Waiting [2021-01-19T03:22:00.289Z] de9db76c5a1d: Verifying Checksum [2021-01-19T03:22:00.289Z] de9db76c5a1d: Download complete [2021-01-19T03:22:00.289Z] 0ef7d3d256c8: Verifying Checksum [2021-01-19T03:22:00.289Z] 0ef7d3d256c8: Download complete [2021-01-19T03:22:00.289Z] 93359f2a8cfa: Verifying Checksum [2021-01-19T03:22:00.289Z] 93359f2a8cfa: Download complete [2021-01-19T03:22:00.560Z] 7c6f9722023f: Download complete [2021-01-19T03:22:00.560Z] 188c0c94c7c5: Verifying Checksum [2021-01-19T03:22:00.560Z] 188c0c94c7c5: Download complete [2021-01-19T03:22:00.826Z] 188c0c94c7c5: Pull complete [2021-01-19T03:22:01.089Z] 0ef7d3d256c8: Pull complete [2021-01-19T03:22:01.089Z] de9db76c5a1d: Pull complete [2021-01-19T03:22:02.498Z] a35cf1a2eb13: Verifying Checksum [2021-01-19T03:22:02.498Z] a35cf1a2eb13: Download complete [2021-01-19T03:22:05.083Z] bca2f99d35d6: Verifying Checksum [2021-01-19T03:22:05.083Z] bca2f99d35d6: Download complete [2021-01-19T03:22:11.743Z] bca2f99d35d6: Pull complete [2021-01-19T03:22:11.743Z] 93359f2a8cfa: Pull complete [2021-01-19T03:22:11.743Z] 7c6f9722023f: Pull complete [2021-01-19T03:22:18.423Z] a35cf1a2eb13: Pull complete [2021-01-19T03:22:18.423Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-19T03:22:18.423Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-19T03:22:18.423Z] ---> a62c8e92a672 [2021-01-19T03:22:18.423Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-01-19T03:22:18.423Z] ---> Running in 54bc2e47ed6e [2021-01-19T03:22:18.423Z] Removing intermediate container 54bc2e47ed6e [2021-01-19T03:22:18.423Z] ---> ef1979b15a2a [2021-01-19T03:22:18.423Z] Step 4/7 : RUN apk add bash [2021-01-19T03:22:18.423Z] ---> Running in a3061ada8418 [2021-01-19T03:22:19.419Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T03:22:20.377Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T03:22:21.351Z] OK: 166 MiB in 39 packages [2021-01-19T03:22:21.936Z] Removing intermediate container a3061ada8418 [2021-01-19T03:22:21.936Z] ---> 72674ea3661b [2021-01-19T03:22:21.936Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-01-19T03:22:22.248Z] ---> Running in c8751fa03481 [2021-01-19T03:22:22.248Z] Removing intermediate container c8751fa03481 [2021-01-19T03:22:22.248Z] ---> df79611949bf [2021-01-19T03:22:22.248Z] Step 6/7 : COPY go.mod . [2021-01-19T03:22:22.513Z] ---> ce220c1c7b6f [2021-01-19T03:22:22.513Z] Step 7/7 : RUN go mod download [2021-01-19T03:22:22.513Z] ---> Running in 1d804907080e [2021-01-19T03:22:37.501Z] Removing intermediate container 1d804907080e [2021-01-19T03:22:37.501Z] ---> 06a6a5308938 [2021-01-19T03:22:37.501Z] Successfully built 06a6a5308938 [2021-01-19T03:22:37.501Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-19T03:22:37.825Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-19T03:22:37.826Z] . [Pipeline] withDockerContainer [2021-01-19T03:22:38.114Z] prd-centos7-docker-4c-2g-21102 does not seem to be running inside a container [2021-01-19T03:22:38.201Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/117 -v /w/workspace/go-mod-core-contracts/117:/w/workspace/go-mod-core-contracts/117:rw,z -v /w/workspace/go-mod-core-contracts/117@tmp:/w/workspace/go-mod-core-contracts/117@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-19T03:22:38.994Z] $ docker top 37b9b96405ededf132fe1cf200d9c3acc13171b568262be6cc75489e708d9868 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T03:22:39.533Z] + go version [2021-01-19T03:22:39.533Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-19T03:22:39.545Z] $ docker stop --time=1 37b9b96405ededf132fe1cf200d9c3acc13171b568262be6cc75489e708d9868 [2021-01-19T03:22:40.891Z] $ docker rm -f 37b9b96405ededf132fe1cf200d9c3acc13171b568262be6cc75489e708d9868 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T03:22:41.678Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-19T03:22:41.678Z] . [Pipeline] withDockerContainer [2021-01-19T03:22:41.783Z] prd-centos7-docker-4c-2g-21102 does not seem to be running inside a container [2021-01-19T03:22:41.834Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/117 -v /w/workspace/go-mod-core-contracts/117:/w/workspace/go-mod-core-contracts/117:rw,z -v /w/workspace/go-mod-core-contracts/117@tmp:/w/workspace/go-mod-core-contracts/117@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-19T03:22:42.554Z] $ docker top 39732e3893040cb6889e22c8514c531e571b11855e0377d164fd270973e0c07c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T03:22:43.109Z] + make test [2021-01-19T03:22:43.109Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-01-19T03:22:51.395Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] [2021-01-19T03:22:51.395Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.027s coverage: 85.7% of statements [2021-01-19T03:22:51.395Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.013s coverage: 100.0% of statements [2021-01-19T03:22:51.395Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.034s coverage: 45.4% of statements [2021-01-19T03:22:51.395Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.034s coverage: 77.8% of statements [2021-01-19T03:22:51.395Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] [2021-01-19T03:22:51.988Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.016s coverage: 26.3% of statements [2021-01-19T03:22:52.254Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.022s coverage: 14.7% of statements [2021-01-19T03:22:52.254Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.005s coverage: 100.0% of statements [2021-01-19T03:22:52.536Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.033s coverage: 91.8% of statements [2021-01-19T03:22:52.536Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] [2021-01-19T03:22:52.536Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] [2021-01-19T03:22:52.536Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.047s coverage: 100.0% of statements [2021-01-19T03:22:52.536Z] ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.007s coverage: 47.8% of statements [2021-01-19T03:22:55.161Z] ok github.com/edgexfoundry/go-mod-core-contracts/models 0.024s coverage: 63.0% of statements [2021-01-19T03:22:55.161Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.008s coverage: 26.3% of statements [2021-01-19T03:22:55.161Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.006s coverage: 15.4% of statements [2021-01-19T03:22:55.161Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.005s coverage: 15.4% of statements [2021-01-19T03:22:55.161Z] ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.027s coverage: 14.3% of statements [2021-01-19T03:22:55.161Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] [2021-01-19T03:22:55.434Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http 0.078s coverage: 85.2% of statements [2021-01-19T03:22:55.434Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http/utils [no test files] [2021-01-19T03:22:55.434Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] [2021-01-19T03:22:55.434Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.009s coverage: 44.1% of statements [2021-01-19T03:22:55.434Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.015s coverage: 94.4% of statements [2021-01-19T03:22:56.015Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.034s coverage: 92.9% of statements [2021-01-19T03:22:56.015Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.010s coverage: 100.0% of statements [2021-01-19T03:22:56.015Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] [2021-01-19T03:22:56.015Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-01-19T03:22:57.963Z] gofmt -l . [2021-01-19T03:22:57.964Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-01-19T03:22:58.240Z] $ docker stop --time=1 39732e3893040cb6889e22c8514c531e571b11855e0377d164fd270973e0c07c [2021-01-19T03:23:00.614Z] $ docker rm -f 39732e3893040cb6889e22c8514c531e571b11855e0377d164fd270973e0c07c [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-19T03:23:01.313Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-19T03:23:01.730Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-19T03:23:09.916Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-21103 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws [2021-01-19T03:23:09.966Z] Running in /w/workspace/go-mod-core-contracts/117 [Pipeline] { [Pipeline] checkout [2021-01-19T03:23:15.389Z] using credential edgex-jenkins-ssh [2021-01-19T03:23:15.454Z] Cloning the remote Git repository [2021-01-19T03:23:15.522Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-01-19T03:23:15.625Z] > git init /w/workspace/go-mod-core-contracts/117 # timeout=10 [2021-01-19T03:23:15.697Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-01-19T03:23:15.698Z] > git --version # timeout=10 [2021-01-19T03:23:15.716Z] > git --version # 'git version 2.17.1' [2021-01-19T03:23:15.718Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T03:23:15.805Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-19T03:23:17.521Z] Checking out Revision 6ef992542d2ebec3158a6d299b79d768b936a4de (master) [2021-01-19T03:23:16.877Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-01-19T03:23:16.904Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-19T03:23:16.933Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-01-19T03:23:16.974Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-01-19T03:23:16.974Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T03:23:16.985Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-19T03:23:17.543Z] > git config core.sparsecheckout # timeout=10 [2021-01-19T03:23:17.570Z] > git checkout -f 6ef992542d2ebec3158a6d299b79d768b936a4de # timeout=10 [2021-01-19T03:23:21.999Z] Commit message: "Merge pull request #435 from edgexfoundry/dependabot/go_modules/github.com/google/uuid-1.1.5" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-19T03:23:23.483Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-19T03:23:23.908Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-19T03:23:24.326Z] + sudo service docker restart [2021-01-19T03:23:24.326Z] + true [Pipeline] unstash [Pipeline] echo [2021-01-19T03:23:27.314Z] ========================================================= [2021-01-19T03:23:27.314Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-19T03:23:27.314Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-19T03:23:27.721Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-01-19T03:23:28.711Z] Sending build context to Docker daemon 2.191MB [2021-01-19T03:23:28.711Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-01-19T03:23:28.711Z] Step 2/7 : FROM ${BASE} [2021-01-19T03:23:29.311Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-19T03:23:29.311Z] 5f621e34cdf4: Pulling fs layer [2021-01-19T03:23:29.311Z] a4357932f1b6: Pulling fs layer [2021-01-19T03:23:29.311Z] 18c013af1878: Pulling fs layer [2021-01-19T03:23:29.311Z] 00ac8860ef70: Pulling fs layer [2021-01-19T03:23:29.311Z] 63d7cb157983: Pulling fs layer [2021-01-19T03:23:29.311Z] b116817d02f9: Pulling fs layer [2021-01-19T03:23:29.311Z] 745a02a5169b: Pulling fs layer [2021-01-19T03:23:29.311Z] 63d7cb157983: Waiting [2021-01-19T03:23:29.311Z] b116817d02f9: Waiting [2021-01-19T03:23:29.311Z] 00ac8860ef70: Waiting [2021-01-19T03:23:29.311Z] 745a02a5169b: Waiting [2021-01-19T03:23:29.311Z] 18c013af1878: Download complete [2021-01-19T03:23:29.311Z] a4357932f1b6: Download complete [2021-01-19T03:23:29.311Z] 63d7cb157983: Verifying Checksum [2021-01-19T03:23:29.311Z] 63d7cb157983: Download complete [2021-01-19T03:23:29.311Z] b116817d02f9: Verifying Checksum [2021-01-19T03:23:29.311Z] b116817d02f9: Download complete [2021-01-19T03:23:29.311Z] 5f621e34cdf4: Download complete [2021-01-19T03:23:29.912Z] 5f621e34cdf4: Pull complete [2021-01-19T03:23:30.522Z] a4357932f1b6: Pull complete [2021-01-19T03:23:31.126Z] 18c013af1878: Pull complete [2021-01-19T03:23:32.110Z] 745a02a5169b: Verifying Checksum [2021-01-19T03:23:32.110Z] 745a02a5169b: Download complete [2021-01-19T03:23:33.096Z] 00ac8860ef70: Verifying Checksum [2021-01-19T03:23:33.096Z] 00ac8860ef70: Download complete [2021-01-19T03:23:43.274Z] 00ac8860ef70: Pull complete [2021-01-19T03:23:43.873Z] 63d7cb157983: Pull complete [2021-01-19T03:23:44.147Z] b116817d02f9: Pull complete [2021-01-19T03:23:47.569Z] 745a02a5169b: Pull complete [2021-01-19T03:23:47.569Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-19T03:23:47.569Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-19T03:23:47.569Z] ---> b7e6874047d6 [2021-01-19T03:23:47.569Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-01-19T03:23:50.994Z] ---> Running in 4b0158bd273b [2021-01-19T03:23:51.269Z] Removing intermediate container 4b0158bd273b [2021-01-19T03:23:51.269Z] ---> 02f340e1a28f [2021-01-19T03:23:51.269Z] Step 4/7 : RUN apk add bash [2021-01-19T03:23:51.545Z] ---> Running in 3e747567c3e2 [2021-01-19T03:23:52.990Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T03:23:54.427Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T03:23:56.271Z] OK: 142 MiB in 39 packages [2021-01-19T03:23:57.256Z] Removing intermediate container 3e747567c3e2 [2021-01-19T03:23:57.256Z] ---> b88cf229d4df [2021-01-19T03:23:57.256Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-01-19T03:23:57.531Z] ---> Running in de1178e2fed4 [2021-01-19T03:23:58.129Z] Removing intermediate container de1178e2fed4 [2021-01-19T03:23:58.129Z] ---> 9b5f0d98cb0d [2021-01-19T03:23:58.129Z] Step 6/7 : COPY go.mod . [2021-01-19T03:23:58.729Z] ---> d025fbd75ceb [2021-01-19T03:23:58.730Z] Step 7/7 : RUN go mod download [2021-01-19T03:23:59.007Z] ---> Running in 295516ae5df7 [2021-01-19T03:24:14.097Z] Removing intermediate container 295516ae5df7 [2021-01-19T03:24:14.098Z] ---> 44a971ab509a [2021-01-19T03:24:14.098Z] Successfully built 44a971ab509a [2021-01-19T03:24:14.098Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-19T03:24:14.439Z] + docker inspect -f . ci-base-image-arm64 [2021-01-19T03:24:14.439Z] . [Pipeline] withDockerContainer [2021-01-19T03:24:14.736Z] prd-ubuntu18.04-docker-arm64-4c-16g-21103 does not seem to be running inside a container [2021-01-19T03:24:14.831Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/117 -v /w/workspace/go-mod-core-contracts/117:/w/workspace/go-mod-core-contracts/117:rw,z -v /w/workspace/go-mod-core-contracts/117@tmp:/w/workspace/go-mod-core-contracts/117@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-19T03:24:16.473Z] $ docker top f99937303a6825ac86bae0f4206ed0fba82cf5fba8c8adf963d746597cbbf165 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T03:24:17.548Z] + go version [2021-01-19T03:24:17.548Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-19T03:24:17.570Z] $ docker stop --time=1 f99937303a6825ac86bae0f4206ed0fba82cf5fba8c8adf963d746597cbbf165 [2021-01-19T03:24:19.632Z] $ docker rm -f f99937303a6825ac86bae0f4206ed0fba82cf5fba8c8adf963d746597cbbf165 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T03:24:20.638Z] + docker inspect -f . ci-base-image-arm64 [2021-01-19T03:24:20.638Z] . [Pipeline] withDockerContainer [2021-01-19T03:24:20.914Z] prd-ubuntu18.04-docker-arm64-4c-16g-21103 does not seem to be running inside a container [2021-01-19T03:24:21.003Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/117 -v /w/workspace/go-mod-core-contracts/117:/w/workspace/go-mod-core-contracts/117:rw,z -v /w/workspace/go-mod-core-contracts/117@tmp:/w/workspace/go-mod-core-contracts/117@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-19T03:24:22.514Z] $ docker top 1c2c3db9c8c00143ffce6c12467e309f127174f7016b3c2b6aa040313d43335e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T03:24:23.522Z] + make test [2021-01-19T03:24:23.522Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-01-19T03:24:45.730Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] [2021-01-19T03:24:45.730Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.051s coverage: 85.7% of statements [2021-01-19T03:24:45.730Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.027s coverage: 100.0% of statements [2021-01-19T03:24:47.180Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.045s coverage: 45.4% of statements [2021-01-19T03:24:47.459Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.039s coverage: 77.8% of statements [2021-01-19T03:24:47.459Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] [2021-01-19T03:24:48.909Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.028s coverage: 26.3% of statements [2021-01-19T03:24:50.909Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.043s coverage: 14.7% of statements [2021-01-19T03:24:50.909Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.081s coverage: 100.0% of statements [2021-01-19T03:24:50.909Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.066s coverage: 91.8% of statements [2021-01-19T03:24:50.909Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] [2021-01-19T03:24:50.909Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] [2021-01-19T03:24:50.909Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.023s coverage: 100.0% of statements [2021-01-19T03:24:51.189Z] ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.016s coverage: 47.8% of statements [2021-01-19T03:24:57.948Z] ok github.com/edgexfoundry/go-mod-core-contracts/models 0.075s coverage: 63.0% of statements [2021-01-19T03:24:57.948Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.022s coverage: 26.3% of statements [2021-01-19T03:24:57.948Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.013s coverage: 15.4% of statements [2021-01-19T03:24:57.948Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.009s coverage: 15.4% of statements [2021-01-19T03:24:57.948Z] ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.016s coverage: 14.3% of statements [2021-01-19T03:24:57.948Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] [2021-01-19T03:24:59.394Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http 0.171s coverage: 85.2% of statements [2021-01-19T03:24:59.394Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http/utils [no test files] [2021-01-19T03:24:59.394Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] [2021-01-19T03:24:59.394Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.083s coverage: 44.1% of statements [2021-01-19T03:24:59.394Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.081s coverage: 94.4% of statements [2021-01-19T03:25:00.845Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.127s coverage: 92.9% of statements [2021-01-19T03:25:00.845Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.022s coverage: 100.0% of statements [2021-01-19T03:25:00.845Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] [2021-01-19T03:25:01.124Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-01-19T03:25:06.581Z] gofmt -l . [2021-01-19T03:25:06.581Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-01-19T03:25:06.867Z] $ docker stop --time=1 1c2c3db9c8c00143ffce6c12467e309f127174f7016b3c2b6aa040313d43335e [2021-01-19T03:25:09.074Z] $ docker rm -f 1c2c3db9c8c00143ffce6c12467e309f127174f7016b3c2b6aa040313d43335e [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-19T03:25:09.971Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-19T03:25:09.990Z] Warning: overwriting stash ‘coverage-report’ [2021-01-19T03:25:10.884Z] 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-01-19T03:25:12.674Z] provisioning config files... [2021-01-19T03:25:12.690Z] copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config6673410140621293730tmp [Pipeline] { [Pipeline] sh [2021-01-19T03:25:13.071Z] + set +x [2021-01-19T03:25:13.071Z] + curl -s https://codecov.io/bash [2021-01-19T03:25:13.071Z] + bash -s -- [2021-01-19T03:25:13.071Z] [2021-01-19T03:25:13.071Z] _____ _ [2021-01-19T03:25:13.071Z] / ____| | | [2021-01-19T03:25:13.071Z] | | ___ __| | ___ ___ _____ __ [2021-01-19T03:25:13.071Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-19T03:25:13.071Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-19T03:25:13.071Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-19T03:25:13.071Z] Bash-20210115-cec3c92 [2021-01-19T03:25:13.071Z] [2021-01-19T03:25:13.071Z] [2021-01-19T03:25:13.336Z] ==> git version 2.24.3 found [2021-01-19T03:25:13.336Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-01-19T03:25:13.336Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-19T03:25:13.336Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-19T03:25:13.336Z] ==> Jenkins CI detected. [2021-01-19T03:25:13.336Z] project root: . [2021-01-19T03:25:13.336Z] --> token set from env [2021-01-19T03:25:13.336Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-19T03:25:13.336Z] ==> Running gcov in . (disable via -X gcov) [2021-01-19T03:25:13.336Z] ==> Python coveragepy not found [2021-01-19T03:25:13.336Z] ==> Searching for coverage reports in: [2021-01-19T03:25:13.336Z] + . [2021-01-19T03:25:13.336Z] -> Found 1 reports [2021-01-19T03:25:13.336Z] ==> Detecting git/mercurial file structure [2021-01-19T03:25:13.336Z] ==> Reading reports [2021-01-19T03:25:13.336Z] + ./coverage.out bytes=123199 [2021-01-19T03:25:13.336Z] ==> Appending adjustments [2021-01-19T03:25:13.336Z] https://docs.codecov.io/docs/fixing-reports [2021-01-19T03:25:14.304Z] + Found adjustments [2021-01-19T03:25:14.304Z] ==> Gzipping contents [2021-01-19T03:25:14.304Z] 20K /tmp/codecov.GC8b0b.gz [2021-01-19T03:25:14.304Z] ==> Uploading reports [2021-01-19T03:25:14.304Z] url: https://codecov.io [2021-01-19T03:25:14.304Z] query: branch=master&commit=6ef992542d2ebec3158a6d299b79d768b936a4de&build=117&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2Fmaster%2F117%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=&job=&cmd_args= [2021-01-19T03:25:14.304Z] -> Pinging Codecov [2021-01-19T03:25:14.304Z] https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=master&commit=6ef992542d2ebec3158a6d299b79d768b936a4de&build=117&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2Fmaster%2F117%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=&job=&cmd_args= [2021-01-19T03:25:14.568Z] -> Uploading to [2021-01-19T03:25:14.568Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-19/71470A77251A30514AAF9C0BB2E5B6CE/6ef992542d2ebec3158a6d299b79d768b936a4de/2a360596-1b7d-4dff-bb36-7531c8a2d721.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210119%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210119T032514Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=d85205614c155e73aa188c914f3d3fff6d50f2c73bc655f0348e24c27b50ad5a [2021-01-19T03:25:14.568Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-19T03:25:14.568Z] Dload Upload Total Spent Left Speed [2021-01-19T03:25:15.094Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 19527 0 0 100 19527 0 39518 --:--:-- --:--:-- --:--:-- 39528 [2021-01-19T03:25:15.094Z] -> View reports at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/6ef992542d2ebec3158a6d299b79d768b936a4de [Pipeline] } [2021-01-19T03:25:15.105Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-01-19T03:25:15.566Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-01-19T03:25:15.620Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T03:25:15.970Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-19T03:25:15.971Z] [2021-01-19T03:25:15.971Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-01-19T03:25:16.329Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-19T03:25:16.329Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-01-19T03:25:16.329Z] 188c0c94c7c5: Pulling fs layer [2021-01-19T03:25:16.329Z] 0ef7d3d256c8: Pulling fs layer [2021-01-19T03:25:16.329Z] de9db76c5a1d: Pulling fs layer [2021-01-19T03:25:16.329Z] 0eba1c9be4d2: Pulling fs layer [2021-01-19T03:25:16.329Z] 0d57e429df01: Pulling fs layer [2021-01-19T03:25:16.329Z] 4e4be7b47b0d: Pulling fs layer [2021-01-19T03:25:16.329Z] e1f770b5df2f: Pulling fs layer [2021-01-19T03:25:16.329Z] 85a0685a4137: Pulling fs layer [2021-01-19T03:25:16.329Z] 0eba1c9be4d2: Waiting [2021-01-19T03:25:16.329Z] 4e4be7b47b0d: Waiting [2021-01-19T03:25:16.329Z] e1f770b5df2f: Waiting [2021-01-19T03:25:16.329Z] 0d57e429df01: Waiting [2021-01-19T03:25:16.329Z] de9db76c5a1d: Verifying Checksum [2021-01-19T03:25:16.329Z] de9db76c5a1d: Download complete [2021-01-19T03:25:16.329Z] 0ef7d3d256c8: Download complete [2021-01-19T03:25:16.329Z] 0d57e429df01: Verifying Checksum [2021-01-19T03:25:16.329Z] 0d57e429df01: Download complete [2021-01-19T03:25:16.329Z] 4e4be7b47b0d: Verifying Checksum [2021-01-19T03:25:16.329Z] 4e4be7b47b0d: Download complete [2021-01-19T03:25:16.592Z] 188c0c94c7c5: Verifying Checksum [2021-01-19T03:25:16.858Z] 188c0c94c7c5: Pull complete [2021-01-19T03:25:17.127Z] 0ef7d3d256c8: Pull complete [2021-01-19T03:25:17.391Z] de9db76c5a1d: Pull complete [2021-01-19T03:25:17.969Z] e1f770b5df2f: Verifying Checksum [2021-01-19T03:25:17.969Z] e1f770b5df2f: Download complete [2021-01-19T03:25:21.309Z] 0eba1c9be4d2: Verifying Checksum [2021-01-19T03:25:21.309Z] 0eba1c9be4d2: Download complete [2021-01-19T03:25:21.309Z] 85a0685a4137: Verifying Checksum [2021-01-19T03:25:21.309Z] 85a0685a4137: Download complete [2021-01-19T03:25:26.657Z] 0eba1c9be4d2: Pull complete [2021-01-19T03:25:26.657Z] 0d57e429df01: Pull complete [2021-01-19T03:25:26.657Z] 4e4be7b47b0d: Pull complete [2021-01-19T03:25:29.233Z] e1f770b5df2f: Pull complete [2021-01-19T03:25:37.440Z] 85a0685a4137: Pull complete [2021-01-19T03:25:37.440Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-01-19T03:25:37.440Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-19T03:25:37.440Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-01-19T03:25:37.679Z] prd-centos7-docker-4c-2g-21093 does not seem to be running inside a container [2021-01-19T03:25:37.734Z] $ 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-01-19T03:25:38.850Z] $ docker top 9a4d167cdc4e7055e733752fdefb2f53c17e89893de73b346d10874cccccd315 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-19T03:25:39.085Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-01-19T03:25:39.387Z] + set -o pipefail [2021-01-19T03:25:39.387Z] + snyk monitor '--org=edgex-jenkins' [2021-01-19T03:25:44.710Z] [2021-01-19T03:25:44.710Z] Monitoring /w/workspace/dry_go-mod-core-contracts_master (github.com/edgexfoundry/go-mod-core-contracts)... [2021-01-19T03:25:44.710Z] [2021-01-19T03:25:44.710Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/243e2960-7ed5-4b5f-91e0-06a7d6b193d0/history/05532c86-22cd-4e46-98b3-90188b063462 [2021-01-19T03:25:44.710Z] [2021-01-19T03:25:44.710Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-01-19T03:25:44.710Z] [2021-01-19T03:25:44.710Z] [Pipeline] } [2021-01-19T03:25:44.728Z] $ docker stop --time=1 9a4d167cdc4e7055e733752fdefb2f53c17e89893de73b346d10874cccccd315 [2021-01-19T03:25:47.189Z] $ docker rm -f 9a4d167cdc4e7055e733752fdefb2f53c17e89893de73b346d10874cccccd315 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-01-19T03:25:48.998Z] + git log --format=format:%s -1 6ef992542d2ebec3158a6d299b79d768b936a4de [Pipeline] isUnix [Pipeline] sh [2021-01-19T03:25:49.306Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-19T03:25:49.306Z] . [Pipeline] withDockerContainer [2021-01-19T03:25:49.409Z] prd-centos7-docker-4c-2g-21093 does not seem to be running inside a container [2021-01-19T03:25:49.457Z] $ 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-01-19T03:25:50.278Z] $ docker top 4e743f030b028c6c1cbf7b1be4716ac418826de9fadd7903cd014de073bee830 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-19T03:25:50.606Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-19T03:25:50.606Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-19T03:25:50.834Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-19T03:25:50.837Z] $ docker exec 4e743f030b028c6c1cbf7b1be4716ac418826de9fadd7903cd014de073bee830 ssh-agent [2021-01-19T03:25:51.018Z] SSH_AUTH_SOCK=/tmp/ssh-Vdj4jCEKsjnD/agent.11 [2021-01-19T03:25:51.018Z] SSH_AGENT_PID=16 [2021-01-19T03:25:51.026Z] Running ssh-add (command line suppressed) [2021-01-19T03:25:51.162Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_7396428767925994740.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_7396428767925994740.key) [2021-01-19T03:25:51.226Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-19T03:25:51.568Z] + git semver tag [2021-01-19T03:25:51.568Z] # -> Open(): unable to determine branch for HEAD [2021-01-19T03:25:51.568Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2021-01-19T03:25:51.568Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2021-01-19T03:25:51.568Z] # $SEMVER_REMOTE_NAME = origin [2021-01-19T03:25:51.568Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-19T03:25:51.568Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-19T03:25:51.568Z] # $SEMVER_BRANCH = master [2021-01-19T03:25:51.568Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [2021-01-19T03:25:51.568Z] # 6ef992542d2ebec3158a6d299b79d768b936a4de HEAD [2021-01-19T03:25:51.831Z] # -> Force: false [2021-01-19T03:25:51.831Z] # 466ec990ae856483d49102c631cbdda6c19cd276 refs/tags/v0.1.148 [Pipeline] } [2021-01-19T03:25:51.845Z] $ docker exec --env ******** --env ******** 4e743f030b028c6c1cbf7b1be4716ac418826de9fadd7903cd014de073bee830 ssh-agent -k [2021-01-19T03:25:51.966Z] unset SSH_AUTH_SOCK; [2021-01-19T03:25:51.966Z] unset SSH_AGENT_PID; [2021-01-19T03:25:51.966Z] echo Agent pid 16 killed; [2021-01-19T03:25:52.015Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-19T03:25:52.507Z] + git semver [Pipeline] } [2021-01-19T03:25:52.523Z] $ docker stop --time=1 4e743f030b028c6c1cbf7b1be4716ac418826de9fadd7903cd014de073bee830 [2021-01-19T03:25:53.884Z] $ docker rm -f 4e743f030b028c6c1cbf7b1be4716ac418826de9fadd7903cd014de073bee830 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-01-19T03:25:54.528Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-19T03:25:54.529Z] [2021-01-19T03:25:54.529Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-01-19T03:25:54.965Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-19T03:25:54.965Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-01-19T03:25:54.965Z] ab5ef0e58194: Pulling fs layer [2021-01-19T03:25:54.965Z] 9712f1f96733: Pulling fs layer [2021-01-19T03:25:54.965Z] 63f879dbbcfc: Pulling fs layer [2021-01-19T03:25:54.965Z] 0d9ebad4ef96: Pulling fs layer [2021-01-19T03:25:54.965Z] e9a5061849ea: Pulling fs layer [2021-01-19T03:25:54.965Z] d747dcd14b5f: Pulling fs layer [2021-01-19T03:25:54.965Z] 2de7ff778b66: Pulling fs layer [2021-01-19T03:25:54.965Z] d747dcd14b5f: Waiting [2021-01-19T03:25:54.965Z] 2de7ff778b66: Waiting [2021-01-19T03:25:54.965Z] e9a5061849ea: Waiting [2021-01-19T03:25:54.965Z] 0d9ebad4ef96: Waiting [2021-01-19T03:25:54.965Z] 9712f1f96733: Download complete [2021-01-19T03:25:57.004Z] 63f879dbbcfc: Verifying Checksum [2021-01-19T03:25:57.004Z] 63f879dbbcfc: Download complete [2021-01-19T03:25:57.004Z] e9a5061849ea: Download complete [2021-01-19T03:25:57.004Z] d747dcd14b5f: Verifying Checksum [2021-01-19T03:25:57.004Z] d747dcd14b5f: Download complete [2021-01-19T03:25:57.590Z] 2de7ff778b66: Verifying Checksum [2021-01-19T03:25:57.590Z] 2de7ff778b66: Download complete [2021-01-19T03:25:57.861Z] 0d9ebad4ef96: Verifying Checksum [2021-01-19T03:25:57.861Z] 0d9ebad4ef96: Download complete [2021-01-19T03:25:58.129Z] ab5ef0e58194: Verifying Checksum [2021-01-19T03:25:58.129Z] ab5ef0e58194: Download complete [2021-01-19T03:26:02.429Z] ab5ef0e58194: Pull complete [2021-01-19T03:26:02.429Z] 9712f1f96733: Pull complete [2021-01-19T03:26:05.003Z] 63f879dbbcfc: Pull complete [2021-01-19T03:26:13.210Z] 0d9ebad4ef96: Pull complete [2021-01-19T03:26:13.797Z] e9a5061849ea: Pull complete [2021-01-19T03:26:14.076Z] d747dcd14b5f: Pull complete [2021-01-19T03:26:16.670Z] 2de7ff778b66: Pull complete [2021-01-19T03:26:16.670Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-01-19T03:26:16.670Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-19T03:26:16.670Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-01-19T03:26:16.890Z] prd-centos7-docker-4c-2g-21093 does not seem to be running inside a container [2021-01-19T03:26:16.943Z] $ 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-01-19T03:26:20.629Z] $ docker top 62dab0264fafe2949565783e84c78bfd2743f3fb9820a2e95410a3fa0f000bc1 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-01-19T03:26:20.832Z] provisioning config files... [2021-01-19T03:26:20.847Z] copy managed file [sigul-config] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config8435823473335581010tmp [2021-01-19T03:26:20.864Z] copy managed file [sigul-password] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config871648224536301058tmp [2021-01-19T03:26:20.880Z] copy managed file [sigul-pki] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config3163614596992419994tmp [Pipeline] { [Pipeline] echo [2021-01-19T03:26:20.948Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T03:26:21.250Z] ---> sigul-configuration.sh [2021-01-19T03:26:21.250Z] gpg: directory `/root/.gnupg' created [2021-01-19T03:26:21.250Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-01-19T03:26:21.250Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-01-19T03:26:21.250Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-01-19T03:26:21.250Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-01-19T03:26:21.250Z] gpg: CAST5 encrypted data [2021-01-19T03:26:21.515Z] gpg: encrypted with 1 passphrase [2021-01-19T03:26:21.515Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-01-19T03:26:21.822Z] + mkdir /home/jenkins [2021-01-19T03:26:21.822Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-01-19T03:26:22.145Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2021-01-19T03:26:22.162Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T03:26:22.477Z] ---> sigul-install.sh [2021-01-19T03:26:27.828Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-01-19T03:26:28.131Z] + git tag --list [2021-01-19T03:26:28.131Z] v0.0.0 [2021-01-19T03:26:28.131Z] v0.0.1 [2021-01-19T03:26:28.131Z] v0.1.0 [2021-01-19T03:26:28.131Z] v0.1.1 [2021-01-19T03:26:28.131Z] v0.1.10 [2021-01-19T03:26:28.131Z] v0.1.100 [2021-01-19T03:26:28.131Z] v0.1.101 [2021-01-19T03:26:28.131Z] v0.1.102 [2021-01-19T03:26:28.131Z] v0.1.103 [2021-01-19T03:26:28.131Z] v0.1.104 [2021-01-19T03:26:28.131Z] v0.1.105 [2021-01-19T03:26:28.131Z] v0.1.106 [2021-01-19T03:26:28.131Z] v0.1.107 [2021-01-19T03:26:28.131Z] v0.1.108 [2021-01-19T03:26:28.131Z] v0.1.109 [2021-01-19T03:26:28.131Z] v0.1.11 [2021-01-19T03:26:28.131Z] v0.1.110 [2021-01-19T03:26:28.131Z] v0.1.111 [2021-01-19T03:26:28.131Z] v0.1.112 [2021-01-19T03:26:28.131Z] v0.1.113 [2021-01-19T03:26:28.131Z] v0.1.114 [2021-01-19T03:26:28.131Z] v0.1.115 [2021-01-19T03:26:28.131Z] v0.1.116 [2021-01-19T03:26:28.131Z] v0.1.117 [2021-01-19T03:26:28.131Z] v0.1.118 [2021-01-19T03:26:28.131Z] v0.1.119 [2021-01-19T03:26:28.131Z] v0.1.12 [2021-01-19T03:26:28.131Z] v0.1.120 [2021-01-19T03:26:28.131Z] v0.1.121 [2021-01-19T03:26:28.131Z] v0.1.122 [2021-01-19T03:26:28.131Z] v0.1.123 [2021-01-19T03:26:28.131Z] v0.1.124 [2021-01-19T03:26:28.131Z] v0.1.125 [2021-01-19T03:26:28.131Z] v0.1.126 [2021-01-19T03:26:28.131Z] v0.1.127 [2021-01-19T03:26:28.131Z] v0.1.128 [2021-01-19T03:26:28.131Z] v0.1.129 [2021-01-19T03:26:28.131Z] v0.1.13 [2021-01-19T03:26:28.131Z] v0.1.130 [2021-01-19T03:26:28.131Z] v0.1.131 [2021-01-19T03:26:28.131Z] v0.1.132 [2021-01-19T03:26:28.131Z] v0.1.133 [2021-01-19T03:26:28.131Z] v0.1.134 [2021-01-19T03:26:28.131Z] v0.1.135 [2021-01-19T03:26:28.131Z] v0.1.136 [2021-01-19T03:26:28.131Z] v0.1.137 [2021-01-19T03:26:28.131Z] v0.1.138 [2021-01-19T03:26:28.131Z] v0.1.139 [2021-01-19T03:26:28.131Z] v0.1.14 [2021-01-19T03:26:28.131Z] v0.1.140 [2021-01-19T03:26:28.131Z] v0.1.141 [2021-01-19T03:26:28.131Z] v0.1.142 [2021-01-19T03:26:28.131Z] v0.1.143 [2021-01-19T03:26:28.131Z] v0.1.144 [2021-01-19T03:26:28.131Z] v0.1.145 [2021-01-19T03:26:28.131Z] v0.1.146 [2021-01-19T03:26:28.131Z] v0.1.147 [2021-01-19T03:26:28.131Z] v0.1.148 [2021-01-19T03:26:28.131Z] v0.1.15 [2021-01-19T03:26:28.131Z] v0.1.16 [2021-01-19T03:26:28.131Z] v0.1.17 [2021-01-19T03:26:28.131Z] v0.1.18 [2021-01-19T03:26:28.131Z] v0.1.19 [2021-01-19T03:26:28.131Z] v0.1.2 [2021-01-19T03:26:28.131Z] v0.1.20 [2021-01-19T03:26:28.131Z] v0.1.21 [2021-01-19T03:26:28.131Z] v0.1.22 [2021-01-19T03:26:28.131Z] v0.1.23 [2021-01-19T03:26:28.131Z] v0.1.24 [2021-01-19T03:26:28.131Z] v0.1.25 [2021-01-19T03:26:28.131Z] v0.1.26 [2021-01-19T03:26:28.131Z] v0.1.27 [2021-01-19T03:26:28.131Z] v0.1.28 [2021-01-19T03:26:28.131Z] v0.1.29 [2021-01-19T03:26:28.131Z] v0.1.3 [2021-01-19T03:26:28.131Z] v0.1.30 [2021-01-19T03:26:28.131Z] v0.1.31 [2021-01-19T03:26:28.131Z] v0.1.32 [2021-01-19T03:26:28.131Z] v0.1.33 [2021-01-19T03:26:28.131Z] v0.1.34 [2021-01-19T03:26:28.131Z] v0.1.35 [2021-01-19T03:26:28.131Z] v0.1.36 [2021-01-19T03:26:28.131Z] v0.1.37 [2021-01-19T03:26:28.131Z] v0.1.38 [2021-01-19T03:26:28.131Z] v0.1.39 [2021-01-19T03:26:28.131Z] v0.1.4 [2021-01-19T03:26:28.131Z] v0.1.40 [2021-01-19T03:26:28.131Z] v0.1.41 [2021-01-19T03:26:28.131Z] v0.1.42 [2021-01-19T03:26:28.131Z] v0.1.43 [2021-01-19T03:26:28.131Z] v0.1.44 [2021-01-19T03:26:28.131Z] v0.1.45 [2021-01-19T03:26:28.131Z] v0.1.46 [2021-01-19T03:26:28.131Z] v0.1.47 [2021-01-19T03:26:28.131Z] v0.1.48 [2021-01-19T03:26:28.131Z] v0.1.49 [2021-01-19T03:26:28.131Z] v0.1.5 [2021-01-19T03:26:28.131Z] v0.1.50 [2021-01-19T03:26:28.131Z] v0.1.51 [2021-01-19T03:26:28.131Z] v0.1.52 [2021-01-19T03:26:28.131Z] v0.1.53 [2021-01-19T03:26:28.131Z] v0.1.54 [2021-01-19T03:26:28.131Z] v0.1.55 [2021-01-19T03:26:28.131Z] v0.1.56 [2021-01-19T03:26:28.131Z] v0.1.57 [2021-01-19T03:26:28.131Z] v0.1.58 [2021-01-19T03:26:28.131Z] v0.1.59 [2021-01-19T03:26:28.131Z] v0.1.6 [2021-01-19T03:26:28.131Z] v0.1.60 [2021-01-19T03:26:28.131Z] v0.1.61 [2021-01-19T03:26:28.131Z] v0.1.62 [2021-01-19T03:26:28.131Z] v0.1.63 [2021-01-19T03:26:28.131Z] v0.1.64 [2021-01-19T03:26:28.131Z] v0.1.65 [2021-01-19T03:26:28.131Z] v0.1.66 [2021-01-19T03:26:28.131Z] v0.1.67 [2021-01-19T03:26:28.131Z] v0.1.68 [2021-01-19T03:26:28.131Z] v0.1.69 [2021-01-19T03:26:28.131Z] v0.1.7 [2021-01-19T03:26:28.131Z] v0.1.70 [2021-01-19T03:26:28.131Z] v0.1.71 [2021-01-19T03:26:28.131Z] v0.1.72 [2021-01-19T03:26:28.131Z] v0.1.73 [2021-01-19T03:26:28.131Z] v0.1.74 [2021-01-19T03:26:28.131Z] v0.1.75 [2021-01-19T03:26:28.131Z] v0.1.76 [2021-01-19T03:26:28.131Z] v0.1.77 [2021-01-19T03:26:28.131Z] v0.1.78 [2021-01-19T03:26:28.131Z] v0.1.79 [2021-01-19T03:26:28.131Z] v0.1.8 [2021-01-19T03:26:28.131Z] v0.1.80 [2021-01-19T03:26:28.131Z] v0.1.81 [2021-01-19T03:26:28.131Z] v0.1.82 [2021-01-19T03:26:28.131Z] v0.1.83 [2021-01-19T03:26:28.131Z] v0.1.84 [2021-01-19T03:26:28.131Z] v0.1.85 [2021-01-19T03:26:28.131Z] v0.1.86 [2021-01-19T03:26:28.131Z] v0.1.87 [2021-01-19T03:26:28.131Z] v0.1.88 [2021-01-19T03:26:28.131Z] v0.1.89 [2021-01-19T03:26:28.131Z] v0.1.9 [2021-01-19T03:26:28.131Z] v0.1.90 [2021-01-19T03:26:28.131Z] v0.1.91 [2021-01-19T03:26:28.131Z] v0.1.92 [2021-01-19T03:26:28.131Z] v0.1.93 [2021-01-19T03:26:28.131Z] v0.1.94 [2021-01-19T03:26:28.131Z] v0.1.95 [2021-01-19T03:26:28.131Z] v0.1.96 [2021-01-19T03:26:28.131Z] v0.1.97 [2021-01-19T03:26:28.131Z] v0.1.98 [2021-01-19T03:26:28.131Z] v0.1.99 [Pipeline] sh [2021-01-19T03:26:28.436Z] + lftools sign git-tag v0.1.148 [2021-01-19T03:26:29.837Z] Signing Git tag with Sigul... [2021-01-19T03:26:29.837Z] Signing v0.1.148 [Pipeline] echo [2021-01-19T03:26:30.800Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T03:26:31.103Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-01-19T03:26:31.113Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-01-19T03:26:31.211Z] $ docker stop --time=1 62dab0264fafe2949565783e84c78bfd2743f3fb9820a2e95410a3fa0f000bc1 [2021-01-19T03:26:33.239Z] $ docker rm -f 62dab0264fafe2949565783e84c78bfd2743f3fb9820a2e95410a3fa0f000bc1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-01-19T03:26:34.210Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-19T03:26:34.210Z] . [Pipeline] withDockerContainer [2021-01-19T03:26:34.322Z] prd-centos7-docker-4c-2g-21093 does not seem to be running inside a container [2021-01-19T03:26:34.376Z] $ 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-01-19T03:26:35.260Z] $ docker top ba7a7a414fde973ea51e3cc59f24e775bfe1c9fa3484dee5188202f1057718ce -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-19T03:26:35.566Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-19T03:26:35.566Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-19T03:26:35.800Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-19T03:26:35.804Z] $ docker exec ba7a7a414fde973ea51e3cc59f24e775bfe1c9fa3484dee5188202f1057718ce ssh-agent [2021-01-19T03:26:35.991Z] SSH_AUTH_SOCK=/tmp/ssh-kieti4vd4Zgq/agent.11 [2021-01-19T03:26:35.991Z] SSH_AGENT_PID=16 [2021-01-19T03:26:35.999Z] Running ssh-add (command line suppressed) [2021-01-19T03:26:36.130Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_743258667222203559.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_743258667222203559.key) [2021-01-19T03:26:36.194Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-19T03:26:36.535Z] + git semver bump patch [2021-01-19T03:26:36.535Z] # -> Open(): unable to determine branch for HEAD [2021-01-19T03:26:36.535Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2021-01-19T03:26:36.535Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2021-01-19T03:26:36.535Z] # $SEMVER_REMOTE_NAME = origin [2021-01-19T03:26:36.535Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-19T03:26:36.535Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-19T03:26:36.535Z] # $SEMVER_BRANCH = master [2021-01-19T03:26:36.535Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [2021-01-19T03:26:36.535Z] 0.1.149 [Pipeline] } [2021-01-19T03:26:36.548Z] $ docker exec --env ******** --env ******** ba7a7a414fde973ea51e3cc59f24e775bfe1c9fa3484dee5188202f1057718ce ssh-agent -k [2021-01-19T03:26:36.677Z] unset SSH_AUTH_SOCK; [2021-01-19T03:26:36.678Z] unset SSH_AGENT_PID; [2021-01-19T03:26:36.678Z] echo Agent pid 16 killed; [2021-01-19T03:26:36.733Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-19T03:26:37.203Z] + git semver [Pipeline] } [2021-01-19T03:26:37.223Z] $ docker stop --time=1 ba7a7a414fde973ea51e3cc59f24e775bfe1c9fa3484dee5188202f1057718ce [2021-01-19T03:26:38.576Z] $ docker rm -f ba7a7a414fde973ea51e3cc59f24e775bfe1c9fa3484dee5188202f1057718ce [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-01-19T03:26:39.107Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-19T03:26:39.107Z] . [Pipeline] withDockerContainer [2021-01-19T03:26:39.209Z] prd-centos7-docker-4c-2g-21093 does not seem to be running inside a container [2021-01-19T03:26:39.259Z] $ 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-01-19T03:26:39.903Z] $ docker top 5abcb2dc8cfbdf35cae319d0fae33b52d127fe9d25bd12bddf3a4c427f7be82c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-19T03:26:40.190Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-19T03:26:40.190Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-19T03:26:40.378Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-19T03:26:40.381Z] $ docker exec 5abcb2dc8cfbdf35cae319d0fae33b52d127fe9d25bd12bddf3a4c427f7be82c ssh-agent [2021-01-19T03:26:40.575Z] SSH_AUTH_SOCK=/tmp/ssh-Yamz7YOD9A9M/agent.12 [2021-01-19T03:26:40.575Z] SSH_AGENT_PID=18 [2021-01-19T03:26:40.585Z] Running ssh-add (command line suppressed) [2021-01-19T03:26:40.715Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_2631102778684437712.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_2631102778684437712.key) [2021-01-19T03:26:40.775Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-19T03:26:41.159Z] + git semver push [2021-01-19T03:26:41.159Z] # -> Open(): unable to determine branch for HEAD [2021-01-19T03:26:41.159Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2021-01-19T03:26:41.159Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2021-01-19T03:26:41.159Z] # $SEMVER_REMOTE_NAME = origin [2021-01-19T03:26:41.159Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-19T03:26:41.159Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-19T03:26:41.159Z] # $SEMVER_BRANCH = master [2021-01-19T03:26:41.159Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } [2021-01-19T03:26:49.335Z] $ docker exec --env ******** --env ******** 5abcb2dc8cfbdf35cae319d0fae33b52d127fe9d25bd12bddf3a4c427f7be82c ssh-agent -k [2021-01-19T03:26:49.469Z] unset SSH_AUTH_SOCK; [2021-01-19T03:26:49.470Z] unset SSH_AGENT_PID; [2021-01-19T03:26:49.470Z] echo Agent pid 18 killed; [2021-01-19T03:26:49.533Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-19T03:26:50.033Z] + git semver [Pipeline] } [2021-01-19T03:26:50.050Z] $ docker stop --time=1 5abcb2dc8cfbdf35cae319d0fae33b52d127fe9d25bd12bddf3a4c427f7be82c [2021-01-19T03:26:51.403Z] $ docker rm -f 5abcb2dc8cfbdf35cae319d0fae33b52d127fe9d25bd12bddf3a4c427f7be82c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-01-19T03:26:52.732Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T03:26:53.358Z] ---> package-listing.sh [2021-01-19T03:26:53.358Z] ++ facter osfamily [2021-01-19T03:26:53.358Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-19T03:26:53.358Z] + OS_FAMILY=redhat [2021-01-19T03:26:53.358Z] + workspace=/w/workspace/dry_go-mod-core-contracts_master [2021-01-19T03:26:53.358Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-19T03:26:53.358Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-19T03:26:53.358Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-19T03:26:53.358Z] + PACKAGES=/tmp/packages_start.txt [2021-01-19T03:26:53.358Z] + '[' /w/workspace/dry_go-mod-core-contracts_master ']' [2021-01-19T03:26:53.358Z] + PACKAGES=/tmp/packages_end.txt [2021-01-19T03:26:53.358Z] + case "${OS_FAMILY}" in [2021-01-19T03:26:53.358Z] + rpm -qa [2021-01-19T03:26:53.358Z] + sort [2021-01-19T03:26:58.738Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-19T03:26:58.738Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-19T03:26:58.738Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-19T03:26:58.738Z] + '[' /w/workspace/dry_go-mod-core-contracts_master ']' [2021-01-19T03:26:58.738Z] + mkdir -p /w/workspace/dry_go-mod-core-contracts_master/archives/ [2021-01-19T03:26:58.738Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_master/archives/ [Pipeline] echo [2021-01-19T03:26:58.753Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dry_go-mod-core-contracts_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-19T03:26:59.050Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-19T03:26:59.362Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-19T03:26:59.362Z] [2021-01-19T03:26:59.362Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-19T03:26:59.731Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-19T03:26:59.731Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-19T03:26:59.731Z] df20fa9351a1: Pulling fs layer [2021-01-19T03:26:59.731Z] 36b3adc4ff6f: Pulling fs layer [2021-01-19T03:26:59.731Z] 8ad3a11d3b57: Pulling fs layer [2021-01-19T03:26:59.731Z] 46f8f816bc3b: Pulling fs layer [2021-01-19T03:26:59.731Z] 93b61091891f: Pulling fs layer [2021-01-19T03:26:59.731Z] 93b9cdb0e59b: Pulling fs layer [2021-01-19T03:26:59.731Z] 5e14af77c1be: Pulling fs layer [2021-01-19T03:26:59.731Z] 01666e4c0597: Pulling fs layer [2021-01-19T03:26:59.731Z] aa168da1d23b: Pulling fs layer [2021-01-19T03:26:59.731Z] 93b61091891f: Waiting [2021-01-19T03:26:59.731Z] 93b9cdb0e59b: Waiting [2021-01-19T03:26:59.731Z] 5e14af77c1be: Waiting [2021-01-19T03:26:59.731Z] 01666e4c0597: Waiting [2021-01-19T03:26:59.731Z] aa168da1d23b: Waiting [2021-01-19T03:26:59.731Z] 46f8f816bc3b: Waiting [2021-01-19T03:26:59.731Z] 36b3adc4ff6f: Verifying Checksum [2021-01-19T03:26:59.731Z] 36b3adc4ff6f: Download complete [2021-01-19T03:26:59.731Z] 46f8f816bc3b: Verifying Checksum [2021-01-19T03:26:59.731Z] 46f8f816bc3b: Download complete [2021-01-19T03:26:59.731Z] df20fa9351a1: Verifying Checksum [2021-01-19T03:26:59.731Z] df20fa9351a1: Download complete [2021-01-19T03:26:59.731Z] 93b9cdb0e59b: Verifying Checksum [2021-01-19T03:26:59.731Z] 93b9cdb0e59b: Download complete [2021-01-19T03:26:59.731Z] 5e14af77c1be: Verifying Checksum [2021-01-19T03:26:59.731Z] 5e14af77c1be: Download complete [2021-01-19T03:26:59.731Z] 93b61091891f: Verifying Checksum [2021-01-19T03:26:59.731Z] 93b61091891f: Download complete [2021-01-19T03:27:00.002Z] 01666e4c0597: Verifying Checksum [2021-01-19T03:27:00.002Z] 01666e4c0597: Download complete [2021-01-19T03:27:00.002Z] 8ad3a11d3b57: Verifying Checksum [2021-01-19T03:27:00.002Z] 8ad3a11d3b57: Download complete [2021-01-19T03:27:00.274Z] df20fa9351a1: Pull complete [2021-01-19T03:27:00.541Z] 36b3adc4ff6f: Pull complete [2021-01-19T03:27:02.497Z] 8ad3a11d3b57: Pull complete [2021-01-19T03:27:02.497Z] 46f8f816bc3b: Pull complete [2021-01-19T03:27:02.761Z] aa168da1d23b: Verifying Checksum [2021-01-19T03:27:02.761Z] aa168da1d23b: Download complete [2021-01-19T03:27:02.761Z] 93b61091891f: Pull complete [2021-01-19T03:27:03.025Z] 93b9cdb0e59b: Pull complete [2021-01-19T03:27:03.295Z] 5e14af77c1be: Pull complete [2021-01-19T03:27:03.295Z] 01666e4c0597: Pull complete [2021-01-19T03:27:11.529Z] aa168da1d23b: Pull complete [2021-01-19T03:27:11.529Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-19T03:27:11.529Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-19T03:27:11.529Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-19T03:27:11.767Z] prd-centos7-docker-4c-2g-21093 does not seem to be running inside a container [2021-01-19T03:27:11.816Z] $ 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-01-19T03:27:14.644Z] $ docker top de08f7704b77fbd23e06bae29cc3cb7be7473cc0db60a3e2769d84603aa5d1e2 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T03:27:15.127Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-19T03:27:15.427Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-19T03:27:15.729Z] + ls /var/log/sa-host [2021-01-19T03:27:15.730Z] + sadf -c /var/log/sa-host/sa19 [2021-01-19T03:27:15.730Z] file_magic: OK [2021-01-19T03:27:15.730Z] HZ: Using current value: 100 [2021-01-19T03:27:15.730Z] file_header: OK [2021-01-19T03:27:15.730Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-19T03:27:15.730Z] Statistics: [2021-01-19T03:27:15.730Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-19T03:27:15.730Z] File successfully converted to sysstat format version 12.2.1 [2021-01-19T03:27:15.730Z] + sadf -c /var/log/sa-host/sa23 [2021-01-19T03:27:15.730Z] file_magic: OK [2021-01-19T03:27:15.730Z] HZ: Using current value: 100 [2021-01-19T03:27:15.730Z] file_header: OK [2021-01-19T03:27:15.730Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-19T03:27:15.730Z] Statistics: [2021-01-19T03:27:15.730Z] Hnuu...uuuununununu... [2021-01-19T03:27:15.730Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-19T03:27:15.930Z] provisioning config files... [2021-01-19T03:27:15.945Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config6938272577180433848tmp [Pipeline] { [Pipeline] echo [2021-01-19T03:27:16.014Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T03:27:16.311Z] ---> create-netrc.sh [Pipeline] } [2021-01-19T03:27:16.322Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-19T03:27:16.920Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T03:27:17.221Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-19T03:27:17.233Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T03:27:17.547Z] ---> sudo-logs.sh [2021-01-19T03:27:17.547Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-19T03:27:17.558Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T03:27:17.857Z] ---> job-cost.sh [2021-01-19T03:27:17.857Z] lf-activate-venv: SKIPPING [2021-01-19T03:27:17.857Z] INFO: No Stack... [2021-01-19T03:27:18.800Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-19T03:27:19.374Z] INFO: Archiving Costs [Pipeline] echo [2021-01-19T03:27:19.387Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T03:27:19.683Z] ---> logs-deploy.sh [2021-01-19T03:27:19.683Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/master/117 [2021-01-19T03:27:19.683Z] INFO: archiving workspace using pattern(s): [2021-01-19T03:27:21.608Z] Archives upload complete. [2021-01-19T03:27:21.608Z] INFO: archiving logs to Nexus