Pull request #384 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of weichou1229 for edgexfoundry/go-mod-core-contracts Loading trusted files from base branch master at 93bcc6a2201236c31d14acbf099dd3f279e68d4d rather than 85d4d6a2a0daf81ba27e7762990535f8af05f231 Obtained Jenkinsfile from 93bcc6a2201236c31d14acbf099dd3f279e68d4d 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 48b313303ce5ba460cd13c4c603c4b280f104d53 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 48b313303ce5ba460cd13c4c603c4b280f104d53 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 48b313303ce5ba460cd13c4c603c4b280f104d53 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 48b313303ce5ba460cd13c4c603c4b280f104d53 # timeout=10 Commit message: "Merge pull request #305 from ernestojeda/revert-go-mod-change" > 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 [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-centos7-docker-4c-2g-15067’ Running on prd-centos7-docker-4c-2g-15069 in /w/workspace/dry_go-mod-core-contracts_PR-384 [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_PR-384 # 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 Merging remotes/origin/master commit 93bcc6a2201236c31d14acbf099dd3f279e68d4d into PR head commit 85d4d6a2a0daf81ba27e7762990535f8af05f231 Merge succeeded, producing 85d4d6a2a0daf81ba27e7762990535f8af05f231 Checking out Revision 85d4d6a2a0daf81ba27e7762990535f8af05f231 (PR-384) > 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/pull/384/head:refs/remotes/origin/PR-384 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 85d4d6a2a0daf81ba27e7762990535f8af05f231 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 93bcc6a2201236c31d14acbf099dd3f279e68d4d # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 85d4d6a2a0daf81ba27e7762990535f8af05f231 # timeout=10 Commit message: "refactor(meta): Remove unnecessary comments" > git rev-list --no-walk 617ea87178ce3d620c3fbe1675060fb397bfaafd # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-12-08T07:44:11.032Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-12-08T07:44:11.373Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-12-08T07:44:11.478Z] ========================================================= [2020-12-08T07:44:11.478Z] EdgeX Global Pipelines Version Info [2020-12-08T07:44:11.478Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-12-08T07:44:12.959Z] ------------------- [2020-12-08T07:44:12.959Z] stable info: [2020-12-08T07:44:12.959Z] ------------------- [2020-12-08T07:44:12.959Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-08T07:44:12.959Z] Commit SHA: 48b313303ce5ba460cd13c4c603c4b280f104d53 [2020-12-08T07:44:12.959Z] Message: update stable to v1.0.171 [2020-12-08T07:44:13.905Z] ------------------- [2020-12-08T07:44:13.905Z] experimental info: [2020-12-08T07:44:13.905Z] ------------------- [2020-12-08T07:44:13.905Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-12-08T07:44:13.905Z] Commit SHA: 48b313303ce5ba460cd13c4c603c4b280f104d53 [2020-12-08T07:44:13.905Z] Message: update experimental to v1.0.171 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-08T07:44:14.189Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo [2020-12-08T07:44:14.307Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo [2020-12-08T07:44:14.422Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-12-08T07:44:14.522Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-12-08T07:44:14.621Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-12-08T07:44:14.724Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-12-08T07:44:14.836Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-12-08T07:44:14.982Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-12-08T07:44:15.086Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-12-08T07:44:15.187Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-12-08T07:44:15.307Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-12-08T07:44:15.411Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo [2020-12-08T07:44:16.668Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-12-08T07:44:16.766Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-12-08T07:44:16.870Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2020-12-08T07:44:16.982Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-12-08T07:44:17.083Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-12-08T07:44:17.193Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-12-08T07:44:17.296Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo [2020-12-08T07:44:17.394Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-12-08T07:44:17.544Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-12-08T07:44:17.642Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-12-08T07:44:17.757Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-12-08T07:44:17.859Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-12-08T07:44:17.958Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2020-12-08T07:44:18.075Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-12-08T07:44:18.178Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-384 [Pipeline] echo [2020-12-08T07:44:18.275Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-384 [Pipeline] echo [2020-12-08T07:44:18.372Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-384 [Pipeline] echo [2020-12-08T07:44:18.470Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 85d4d6a2a0daf81ba27e7762990535f8af05f231 [Pipeline] echo [2020-12-08T07:44:18.567Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 85d4d6a [Pipeline] echo [2020-12-08T07:44:18.762Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-08T07:44:19.466Z] + git log --format=format:%s -1 85d4d6a2a0daf81ba27e7762990535f8af05f231 [Pipeline] echo [2020-12-08T07:44:19.529Z] GIT_COMMIT: 85d4d6a2a0daf81ba27e7762990535f8af05f231, Commit Message: refactor(meta): Remove unnecessary comments [Pipeline] echo [2020-12-08T07:44:19.581Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-12-08T07:44:20.185Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-08T07:44:20.450Z] [2020-12-08T07:44:20.450Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-12-08T07:44:20.824Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-08T07:44:20.824Z] latest: Pulling from edgex-devops/git-semver [2020-12-08T07:44:20.824Z] 31603596830f: Pulling fs layer [2020-12-08T07:44:20.824Z] 2a8b12db71e7: Pulling fs layer [2020-12-08T07:44:20.824Z] 6ca5941a6612: Pulling fs layer [2020-12-08T07:44:20.824Z] ecc8261a40a4: Pulling fs layer [2020-12-08T07:44:20.824Z] ecc8261a40a4: Waiting [2020-12-08T07:44:20.824Z] 2a8b12db71e7: Verifying Checksum [2020-12-08T07:44:20.824Z] 2a8b12db71e7: Download complete [2020-12-08T07:44:21.089Z] 31603596830f: Verifying Checksum [2020-12-08T07:44:21.089Z] 31603596830f: Download complete [2020-12-08T07:44:21.089Z] ecc8261a40a4: Verifying Checksum [2020-12-08T07:44:21.089Z] ecc8261a40a4: Download complete [2020-12-08T07:44:21.356Z] 6ca5941a6612: Verifying Checksum [2020-12-08T07:44:21.356Z] 6ca5941a6612: Download complete [2020-12-08T07:44:21.356Z] 31603596830f: Pull complete [2020-12-08T07:44:21.619Z] 2a8b12db71e7: Pull complete [2020-12-08T07:44:22.194Z] 6ca5941a6612: Pull complete [2020-12-08T07:44:22.455Z] ecc8261a40a4: Pull complete [2020-12-08T07:44:22.716Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-12-08T07:44:22.716Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-08T07:44:22.716Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-12-08T07:44:22.816Z] prd-centos7-docker-4c-2g-15069 does not seem to be running inside a container [2020-12-08T07:44:22.867Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_PR-384 -v /w/workspace/dry_go-mod-core-contracts_PR-384:/w/workspace/dry_go-mod-core-contracts_PR-384:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-384@tmp:/w/workspace/dry_go-mod-core-contracts_PR-384@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-12-08T07:44:25.161Z] $ docker top 7640be7d164af43bc8bff1cfbed809e907424047def16a0a44f1e56c51abfb8e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-08T07:44:25.549Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-08T07:44:25.549Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-08T07:44:25.768Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-08T07:44:25.827Z] $ docker exec 7640be7d164af43bc8bff1cfbed809e907424047def16a0a44f1e56c51abfb8e ssh-agent [2020-12-08T07:44:26.004Z] SSH_AUTH_SOCK=/tmp/ssh-dsTlBzORtQ2o/agent.11 [2020-12-08T07:44:26.005Z] SSH_AGENT_PID=16 [2020-12-08T07:44:26.013Z] Running ssh-add (command line suppressed) [2020-12-08T07:44:26.131Z] Identity added: /w/workspace/dry_go-mod-core-contracts_PR-384@tmp/private_key_5254200801343565201.key (/w/workspace/dry_go-mod-core-contracts_PR-384@tmp/private_key_5254200801343565201.key) [2020-12-08T07:44:26.179Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-08T07:44:26.530Z] + git tag --points-at HEAD [Pipeline] } [2020-12-08T07:44:26.551Z] $ docker exec --env ******** --env ******** 7640be7d164af43bc8bff1cfbed809e907424047def16a0a44f1e56c51abfb8e ssh-agent -k [2020-12-08T07:44:26.662Z] unset SSH_AUTH_SOCK; [2020-12-08T07:44:26.662Z] unset SSH_AGENT_PID; [2020-12-08T07:44:26.662Z] echo Agent pid 16 killed; [2020-12-08T07:44:26.707Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-12-08T07:44:26.890Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-08T07:44:26.890Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-08T07:44:27.049Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-08T07:44:27.054Z] $ docker exec 7640be7d164af43bc8bff1cfbed809e907424047def16a0a44f1e56c51abfb8e ssh-agent [2020-12-08T07:44:27.212Z] SSH_AUTH_SOCK=/tmp/ssh-90sA4UcEB40i/agent.44 [2020-12-08T07:44:27.212Z] SSH_AGENT_PID=49 [2020-12-08T07:44:27.218Z] Running ssh-add (command line suppressed) [2020-12-08T07:44:27.341Z] Identity added: /w/workspace/dry_go-mod-core-contracts_PR-384@tmp/private_key_7141670498022245436.key (/w/workspace/dry_go-mod-core-contracts_PR-384@tmp/private_key_7141670498022245436.key) [2020-12-08T07:44:27.394Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-08T07:44:27.734Z] + git semver init [2020-12-08T07:44:27.734Z] # -> Open(): unable to determine branch for HEAD [2020-12-08T07:44:27.734Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_PR-384/.git [2020-12-08T07:44:27.734Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_PR-384 [2020-12-08T07:44:27.734Z] # $SEMVER_REMOTE_NAME = origin [2020-12-08T07:44:27.734Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-08T07:44:27.734Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-08T07:44:27.734Z] # $SEMVER_BRANCH = PR-384 [2020-12-08T07:44:27.734Z] # $SEMVER_TEMP = /tmp/semver-617016292 [2020-12-08T07:44:27.734Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP [2020-12-08T07:44:28.685Z] # '/tmp/semver-617016292' -> '/w/workspace/dry_go-mod-core-contracts_PR-384/.semver' [2020-12-08T07:44:28.685Z] # -> Force: false [2020-12-08T07:44:28.685Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_PR-384/.semver [Pipeline] } [2020-12-08T07:44:28.700Z] $ docker exec --env ******** --env ******** 7640be7d164af43bc8bff1cfbed809e907424047def16a0a44f1e56c51abfb8e ssh-agent -k [2020-12-08T07:44:28.897Z] unset SSH_AUTH_SOCK; [2020-12-08T07:44:28.897Z] unset SSH_AGENT_PID; [2020-12-08T07:44:28.897Z] echo Agent pid 49 killed; [2020-12-08T07:44:28.960Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-08T07:44:29.456Z] + git semver [Pipeline] } [2020-12-08T07:44:29.476Z] $ docker stop --time=1 7640be7d164af43bc8bff1cfbed809e907424047def16a0a44f1e56c51abfb8e [2020-12-08T07:44:31.354Z] $ docker rm -f 7640be7d164af43bc8bff1cfbed809e907424047def16a0a44f1e56c51abfb8e [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-08T07:44:31.846Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-12-08T07:44:32.235Z] Stashed 1 file(s) [Pipeline] echo [2020-12-08T07:44:32.238Z] [edgeXSemver]: initialized semver on version 0.0.0 [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 [2020-12-08T07:44:47.779Z] Still waiting to schedule task [2020-12-08T07:44:47.780Z] ‘prd-centos7-builder-2c-1g-14365’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-15070’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-13329’ doesn’t have label ‘centos7-docker-4c-2g’ [2020-12-08T07:44:47.782Z] Still waiting to schedule task [2020-12-08T07:44:47.782Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2020-12-08T07:46:33.828Z] Running on prd-centos7-docker-4c-2g-15071 in /w/workspace/dry_go-mod-core-contracts_PR-384 [Pipeline] { [Pipeline] ws [2020-12-08T07:46:33.891Z] Running in /w/workspace/go-mod-core-contracts/2 [Pipeline] { [Pipeline] checkout [2020-12-08T07:46:36.178Z] using credential edgex-jenkins-ssh [2020-12-08T07:46:36.232Z] Cloning the remote Git repository [2020-12-08T07:46:36.030Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-12-08T07:46:36.100Z] > git init /w/workspace/go-mod-core-contracts/2 # timeout=10 [2020-12-08T07:46:36.164Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-12-08T07:46:36.165Z] > git --version # timeout=10 [2020-12-08T07:46:36.172Z] > git --version # 'git version 2.24.3' [2020-12-08T07:46:36.173Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-08T07:46:36.214Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-08T07:46:37.074Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-12-08T07:46:37.084Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-08T07:46:37.097Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-12-08T07:46:37.111Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-12-08T07:46:37.111Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-08T07:46:37.119Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/384/head:refs/remotes/origin/PR-384 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-08T07:46:37.766Z] Merging remotes/origin/master commit 93bcc6a2201236c31d14acbf099dd3f279e68d4d into PR head commit 85d4d6a2a0daf81ba27e7762990535f8af05f231 [2020-12-08T07:46:37.878Z] Merge succeeded, producing 85d4d6a2a0daf81ba27e7762990535f8af05f231 [2020-12-08T07:46:37.878Z] Checking out Revision 85d4d6a2a0daf81ba27e7762990535f8af05f231 (PR-384) [2020-12-08T07:46:37.674Z] > git config core.sparsecheckout # timeout=10 [2020-12-08T07:46:37.681Z] > git checkout -f 85d4d6a2a0daf81ba27e7762990535f8af05f231 # timeout=10 [2020-12-08T07:46:37.747Z] > git remote # timeout=10 [2020-12-08T07:46:37.756Z] > git config --get remote.origin.url # timeout=10 [2020-12-08T07:46:37.763Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-08T07:46:37.766Z] > git merge 93bcc6a2201236c31d14acbf099dd3f279e68d4d # timeout=10 [2020-12-08T07:46:37.780Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-08T07:46:37.790Z] > git config core.sparsecheckout # timeout=10 [2020-12-08T07:46:37.798Z] > git checkout -f 85d4d6a2a0daf81ba27e7762990535f8af05f231 # timeout=10 [2020-12-08T07:46:41.517Z] Commit message: "refactor(meta): Remove unnecessary comments" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-08T07:46:42.939Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2020-12-08T07:46:43.268Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-08T07:46:43.564Z] + sudo service docker restart [2020-12-08T07:46:43.564Z] + true [2020-12-08T07:46:43.564Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo [2020-12-08T07:46:44.634Z] ========================================================= [2020-12-08T07:46:44.634Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-12-08T07:46:44.634Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-08T07:46:45.029Z] + 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 . [2020-12-08T07:46:45.610Z] Sending build context to Docker daemon 1.911MB [2020-12-08T07:46:45.610Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-12-08T07:46:45.610Z] Step 2/7 : FROM ${BASE} [2020-12-08T07:46:45.610Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-12-08T07:46:45.610Z] 188c0c94c7c5: Pulling fs layer [2020-12-08T07:46:45.610Z] 0ef7d3d256c8: Pulling fs layer [2020-12-08T07:46:45.610Z] de9db76c5a1d: Pulling fs layer [2020-12-08T07:46:45.610Z] bca2f99d35d6: Pulling fs layer [2020-12-08T07:46:45.610Z] 93359f2a8cfa: Pulling fs layer [2020-12-08T07:46:45.610Z] 7c6f9722023f: Pulling fs layer [2020-12-08T07:46:45.610Z] a35cf1a2eb13: Pulling fs layer [2020-12-08T07:46:45.610Z] 93359f2a8cfa: Waiting [2020-12-08T07:46:45.610Z] 7c6f9722023f: Waiting [2020-12-08T07:46:45.610Z] a35cf1a2eb13: Waiting [2020-12-08T07:46:45.610Z] bca2f99d35d6: Waiting [2020-12-08T07:46:45.610Z] de9db76c5a1d: Verifying Checksum [2020-12-08T07:46:45.872Z] 0ef7d3d256c8: Verifying Checksum [2020-12-08T07:46:45.872Z] 0ef7d3d256c8: Download complete [2020-12-08T07:46:46.134Z] 188c0c94c7c5: Verifying Checksum [2020-12-08T07:46:46.134Z] 188c0c94c7c5: Download complete [2020-12-08T07:46:46.134Z] 93359f2a8cfa: Verifying Checksum [2020-12-08T07:46:46.134Z] 93359f2a8cfa: Download complete [2020-12-08T07:46:46.134Z] 7c6f9722023f: Verifying Checksum [2020-12-08T07:46:46.134Z] 7c6f9722023f: Download complete [2020-12-08T07:46:46.400Z] 188c0c94c7c5: Pull complete [2020-12-08T07:46:46.663Z] 0ef7d3d256c8: Pull complete [2020-12-08T07:46:46.925Z] de9db76c5a1d: Pull complete [2020-12-08T07:46:47.871Z] a35cf1a2eb13: Verifying Checksum [2020-12-08T07:46:47.871Z] a35cf1a2eb13: Download complete [2020-12-08T07:46:48.820Z] bca2f99d35d6: Verifying Checksum [2020-12-08T07:46:48.820Z] bca2f99d35d6: Download complete [2020-12-08T07:46:54.154Z] bca2f99d35d6: Pull complete [2020-12-08T07:46:54.154Z] 93359f2a8cfa: Pull complete [2020-12-08T07:46:54.154Z] 7c6f9722023f: Pull complete [2020-12-08T07:47:04.200Z] a35cf1a2eb13: Pull complete [2020-12-08T07:47:04.200Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2020-12-08T07:47:04.200Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-12-08T07:47:04.200Z] ---> a62c8e92a672 [2020-12-08T07:47:04.200Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-12-08T07:47:04.200Z] ---> Running in 86b72a08e9b2 [2020-12-08T07:47:04.201Z] Removing intermediate container 86b72a08e9b2 [2020-12-08T07:47:04.201Z] ---> 5e5ac4a97601 [2020-12-08T07:47:04.201Z] Step 4/7 : RUN apk add bash [2020-12-08T07:47:04.201Z] ---> Running in 9d3c58dd0671 [2020-12-08T07:47:04.201Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-08T07:47:04.777Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-08T07:47:06.702Z] OK: 166 MiB in 39 packages [2020-12-08T07:47:06.965Z] Removing intermediate container 9d3c58dd0671 [2020-12-08T07:47:06.965Z] ---> e040309302b8 [2020-12-08T07:47:06.965Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-12-08T07:47:06.965Z] ---> Running in 3224c9b2d567 [2020-12-08T07:47:07.229Z] Removing intermediate container 3224c9b2d567 [2020-12-08T07:47:07.229Z] ---> ae3118db6811 [2020-12-08T07:47:07.229Z] Step 6/7 : COPY go.mod . [2020-12-08T07:47:07.492Z] ---> b9485cdb6e2e [2020-12-08T07:47:07.492Z] Step 7/7 : RUN go mod download [2020-12-08T07:47:07.492Z] ---> Running in be5be0184797 [2020-12-08T07:47:19.779Z] Removing intermediate container be5be0184797 [2020-12-08T07:47:19.779Z] ---> 0a7881316ef4 [2020-12-08T07:47:19.779Z] Successfully built 0a7881316ef4 [2020-12-08T07:47:19.779Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-08T07:47:20.094Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-08T07:47:20.094Z] . [Pipeline] withDockerContainer [2020-12-08T07:47:20.203Z] prd-centos7-docker-4c-2g-15071 does not seem to be running inside a container [2020-12-08T07:47:20.298Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/2 -v /w/workspace/go-mod-core-contracts/2:/w/workspace/go-mod-core-contracts/2:rw,z -v /w/workspace/go-mod-core-contracts/2@tmp:/w/workspace/go-mod-core-contracts/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-12-08T07:47:21.054Z] $ docker top 368a222553d6fb1c0fe5b23dcdf443aec4e8bd690a10168fc759f7260b1cc148 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-08T07:47:21.550Z] + go version [2020-12-08T07:47:21.550Z] go version go1.15.5 linux/amd64 [Pipeline] } [2020-12-08T07:47:21.663Z] $ docker stop --time=1 368a222553d6fb1c0fe5b23dcdf443aec4e8bd690a10168fc759f7260b1cc148 [2020-12-08T07:47:23.095Z] $ docker rm -f 368a222553d6fb1c0fe5b23dcdf443aec4e8bd690a10168fc759f7260b1cc148 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-08T07:47:23.947Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-08T07:47:23.947Z] . [Pipeline] withDockerContainer [2020-12-08T07:47:24.044Z] prd-centos7-docker-4c-2g-15071 does not seem to be running inside a container [2020-12-08T07:47:24.091Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/2 -v /w/workspace/go-mod-core-contracts/2:/w/workspace/go-mod-core-contracts/2:rw,z -v /w/workspace/go-mod-core-contracts/2@tmp:/w/workspace/go-mod-core-contracts/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-12-08T07:47:24.687Z] $ docker top aa24e6b5aba2930d27a4f2fd8fe756266fa511ad809f5cef5e132d0f53d06f65 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-08T07:47:25.181Z] + make test [2020-12-08T07:47:25.181Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-12-08T07:47:31.855Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] [2020-12-08T07:47:32.128Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.024s coverage: 85.7% of statements [2020-12-08T07:47:32.128Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.011s coverage: 100.0% of statements [2020-12-08T07:47:32.717Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.016s coverage: 45.4% of statements [2020-12-08T07:47:32.717Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.016s coverage: 77.8% of statements [2020-12-08T07:47:32.717Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] [2020-12-08T07:47:32.717Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.021s coverage: 6.6% of statements [2020-12-08T07:47:32.983Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.025s coverage: 14.7% of statements [2020-12-08T07:47:33.252Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.006s coverage: 100.0% of statements [2020-12-08T07:47:33.252Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.027s coverage: 91.8% of statements [2020-12-08T07:47:33.252Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] [2020-12-08T07:47:33.252Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] [2020-12-08T07:47:33.252Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.019s coverage: 100.0% of statements [2020-12-08T07:47:35.243Z] ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.005s coverage: 47.8% of statements [2020-12-08T07:47:36.667Z] ok github.com/edgexfoundry/go-mod-core-contracts/models 0.042s coverage: 63.0% of statements [2020-12-08T07:47:36.667Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.045s coverage: 26.3% of statements [2020-12-08T07:47:36.667Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.004s coverage: 15.4% of statements [2020-12-08T07:47:36.667Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.005s coverage: 15.4% of statements [2020-12-08T07:47:36.667Z] ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.010s coverage: 14.3% of statements [2020-12-08T07:47:36.667Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] [2020-12-08T07:47:36.667Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http 0.024s coverage: 81.5% of statements [2020-12-08T07:47:36.667Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http/utils [no test files] [2020-12-08T07:47:36.667Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] [2020-12-08T07:47:36.667Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.028s coverage: 29.9% of statements [2020-12-08T07:47:36.667Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.015s coverage: 100.0% of statements [2020-12-08T07:47:37.244Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.016s coverage: 94.4% of statements [2020-12-08T07:47:37.244Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.008s coverage: 100.0% of statements [2020-12-08T07:47:37.244Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] [2020-12-08T07:47:37.244Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-12-08T07:47:38.656Z] gofmt -l . [2020-12-08T07:47:38.656Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2020-12-08T07:47:38.936Z] $ docker stop --time=1 aa24e6b5aba2930d27a4f2fd8fe756266fa511ad809f5cef5e132d0f53d06f65 [2020-12-08T07:47:41.275Z] $ docker rm -f aa24e6b5aba2930d27a4f2fd8fe756266fa511ad809f5cef5e132d0f53d06f65 [2020-12-08T07:47:41.385Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-15072 in /w/workspace/dry_go-mod-core-contracts_PR-384 [Pipeline] { [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] ws [2020-12-08T07:47:41.669Z] Running in /w/workspace/go-mod-core-contracts/2 [Pipeline] { [Pipeline] checkout [2020-12-08T07:47:41.875Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-12-08T07:47:42.252Z] 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] } [2020-12-08T07:47:46.958Z] using credential edgex-jenkins-ssh [Pipeline] // node [Pipeline] } [2020-12-08T07:47:47.056Z] Cloning the remote Git repository [Pipeline] // stage [Pipeline] } [2020-12-08T07:47:47.136Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-12-08T07:47:47.261Z] > git init /w/workspace/go-mod-core-contracts/2 # timeout=10 [2020-12-08T07:47:47.347Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-12-08T07:47:47.348Z] > git --version # timeout=10 [2020-12-08T07:47:47.371Z] > git --version # 'git version 2.17.1' [2020-12-08T07:47:47.374Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-08T07:47:47.457Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-08T07:47:49.274Z] Merging remotes/origin/master commit 93bcc6a2201236c31d14acbf099dd3f279e68d4d into PR head commit 85d4d6a2a0daf81ba27e7762990535f8af05f231 [2020-12-08T07:47:48.510Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-12-08T07:47:48.531Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-08T07:47:48.567Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-12-08T07:47:48.609Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-12-08T07:47:48.610Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-08T07:47:48.622Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/384/head:refs/remotes/origin/PR-384 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-08T07:47:49.295Z] > git config core.sparsecheckout # timeout=10 [2020-12-08T07:47:49.314Z] > git checkout -f 85d4d6a2a0daf81ba27e7762990535f8af05f231 # timeout=10 [2020-12-08T07:47:49.544Z] Merge succeeded, producing 85d4d6a2a0daf81ba27e7762990535f8af05f231 [2020-12-08T07:47:49.544Z] Checking out Revision 85d4d6a2a0daf81ba27e7762990535f8af05f231 (PR-384) [2020-12-08T07:47:49.438Z] > git remote # timeout=10 [2020-12-08T07:47:49.457Z] > git config --get remote.origin.url # timeout=10 [2020-12-08T07:47:49.487Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-08T07:47:49.499Z] > git merge 93bcc6a2201236c31d14acbf099dd3f279e68d4d # timeout=10 [2020-12-08T07:47:49.523Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-08T07:47:49.554Z] > git config core.sparsecheckout # timeout=10 [2020-12-08T07:47:49.569Z] > git checkout -f 85d4d6a2a0daf81ba27e7762990535f8af05f231 # timeout=10 [2020-12-08T07:47:54.019Z] Commit message: "refactor(meta): Remove unnecessary comments" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-08T07:47:55.555Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2020-12-08T07:47:56.023Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-08T07:47:56.374Z] + + sudotrue [2020-12-08T07:47:56.374Z] service docker restart [Pipeline] unstash [Pipeline] echo [2020-12-08T07:47:59.271Z] ========================================================= [2020-12-08T07:47:59.271Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-12-08T07:47:59.271Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-08T07:47:59.682Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2020-12-08T07:48:00.669Z] Sending build context to Docker daemon 1.91MB [2020-12-08T07:48:00.669Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-12-08T07:48:00.669Z] Step 2/7 : FROM ${BASE} [2020-12-08T07:48:00.943Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-12-08T07:48:00.943Z] 5f621e34cdf4: Pulling fs layer [2020-12-08T07:48:00.943Z] a4357932f1b6: Pulling fs layer [2020-12-08T07:48:00.943Z] 18c013af1878: Pulling fs layer [2020-12-08T07:48:00.943Z] 00ac8860ef70: Pulling fs layer [2020-12-08T07:48:00.943Z] 63d7cb157983: Pulling fs layer [2020-12-08T07:48:00.943Z] b116817d02f9: Pulling fs layer [2020-12-08T07:48:00.943Z] 745a02a5169b: Pulling fs layer [2020-12-08T07:48:00.943Z] 00ac8860ef70: Waiting [2020-12-08T07:48:00.943Z] 63d7cb157983: Waiting [2020-12-08T07:48:00.943Z] b116817d02f9: Waiting [2020-12-08T07:48:00.943Z] 745a02a5169b: Waiting [2020-12-08T07:48:01.219Z] 18c013af1878: Download complete [2020-12-08T07:48:01.219Z] a4357932f1b6: Verifying Checksum [2020-12-08T07:48:01.219Z] a4357932f1b6: Download complete [2020-12-08T07:48:01.219Z] 63d7cb157983: Download complete [2020-12-08T07:48:01.219Z] b116817d02f9: Verifying Checksum [2020-12-08T07:48:01.219Z] b116817d02f9: Download complete [2020-12-08T07:48:01.219Z] 5f621e34cdf4: Verifying Checksum [2020-12-08T07:48:01.219Z] 5f621e34cdf4: Download complete [2020-12-08T07:48:02.221Z] 5f621e34cdf4: Pull complete [2020-12-08T07:48:02.500Z] a4357932f1b6: Pull complete [2020-12-08T07:48:03.102Z] 18c013af1878: Pull complete [2020-12-08T07:48:03.697Z] 745a02a5169b: Verifying Checksum [2020-12-08T07:48:03.697Z] 745a02a5169b: Download complete [2020-12-08T07:48:04.678Z] 00ac8860ef70: Verifying Checksum [2020-12-08T07:48:04.678Z] 00ac8860ef70: Download complete [2020-12-08T07:48:14.864Z] 00ac8860ef70: Pull complete [2020-12-08T07:48:14.864Z] 63d7cb157983: Pull complete [2020-12-08T07:48:14.864Z] b116817d02f9: Pull complete [2020-12-08T07:48:18.250Z] 745a02a5169b: Pull complete [2020-12-08T07:48:18.250Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2020-12-08T07:48:18.250Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-12-08T07:48:18.250Z] ---> b7e6874047d6 [2020-12-08T07:48:18.250Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-12-08T07:48:21.646Z] ---> Running in b397300eaf37 [2020-12-08T07:48:21.646Z] Removing intermediate container b397300eaf37 [2020-12-08T07:48:21.646Z] ---> dcf3e0fca7b0 [2020-12-08T07:48:21.646Z] Step 4/7 : RUN apk add bash [2020-12-08T07:48:21.919Z] ---> Running in b97ab987060b [2020-12-08T07:48:23.355Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-08T07:48:24.790Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-08T07:48:26.763Z] OK: 142 MiB in 39 packages [2020-12-08T07:48:27.745Z] Removing intermediate container b97ab987060b [2020-12-08T07:48:27.745Z] ---> b0447a516784 [2020-12-08T07:48:27.745Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-12-08T07:48:27.745Z] ---> Running in 7ce8a504a23e [2020-12-08T07:48:28.346Z] Removing intermediate container 7ce8a504a23e [2020-12-08T07:48:28.346Z] ---> 0f528b3df859 [2020-12-08T07:48:28.346Z] Step 6/7 : COPY go.mod . [2020-12-08T07:48:29.340Z] ---> 7e1faf5207d8 [2020-12-08T07:48:29.340Z] Step 7/7 : RUN go mod download [2020-12-08T07:48:29.340Z] ---> Running in dc8491b4084f [2020-12-08T07:48:44.450Z] Removing intermediate container dc8491b4084f [2020-12-08T07:48:44.450Z] ---> 69e43b587c06 [2020-12-08T07:48:44.450Z] Successfully built 69e43b587c06 [2020-12-08T07:48:44.450Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-08T07:48:44.808Z] + docker inspect -f . ci-base-image-arm64 [2020-12-08T07:48:44.808Z] . [Pipeline] withDockerContainer [2020-12-08T07:48:45.074Z] prd-ubuntu18.04-docker-arm64-4c-16g-15072 does not seem to be running inside a container [2020-12-08T07:48:45.167Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/2 -v /w/workspace/go-mod-core-contracts/2:/w/workspace/go-mod-core-contracts/2:rw,z -v /w/workspace/go-mod-core-contracts/2@tmp:/w/workspace/go-mod-core-contracts/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-12-08T07:48:46.651Z] $ docker top 6d157c01c342ca03fe5ef320f25a2df203a76ab98d3e2ac152f5a864d6c4ac43 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-08T07:48:47.751Z] + go version [2020-12-08T07:48:47.751Z] go version go1.15.5 linux/arm64 [Pipeline] } [2020-12-08T07:48:47.777Z] $ docker stop --time=1 6d157c01c342ca03fe5ef320f25a2df203a76ab98d3e2ac152f5a864d6c4ac43 [2020-12-08T07:48:49.634Z] $ docker rm -f 6d157c01c342ca03fe5ef320f25a2df203a76ab98d3e2ac152f5a864d6c4ac43 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-08T07:48:50.598Z] + docker inspect -f . ci-base-image-arm64 [2020-12-08T07:48:50.598Z] . [Pipeline] withDockerContainer [2020-12-08T07:48:50.831Z] prd-ubuntu18.04-docker-arm64-4c-16g-15072 does not seem to be running inside a container [2020-12-08T07:48:50.930Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/2 -v /w/workspace/go-mod-core-contracts/2:/w/workspace/go-mod-core-contracts/2:rw,z -v /w/workspace/go-mod-core-contracts/2@tmp:/w/workspace/go-mod-core-contracts/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-12-08T07:48:52.601Z] $ docker top 06adcefc165a71b4a549865c7844a83fb0fb8a2607068ea49c96e77a11474afd -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-08T07:48:53.700Z] + make test [2020-12-08T07:48:53.700Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-12-08T07:49:15.915Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] [2020-12-08T07:49:17.368Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.027s coverage: 85.7% of statements [2020-12-08T07:49:17.368Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.029s coverage: 100.0% of statements [2020-12-08T07:49:19.366Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.053s coverage: 45.4% of statements [2020-12-08T07:49:19.366Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.046s coverage: 77.8% of statements [2020-12-08T07:49:19.366Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] [2020-12-08T07:49:19.366Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.014s coverage: 6.6% of statements [2020-12-08T07:49:21.352Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.045s coverage: 14.7% of statements [2020-12-08T07:49:21.352Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.045s coverage: 100.0% of statements [2020-12-08T07:49:22.351Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.117s coverage: 91.8% of statements [2020-12-08T07:49:22.351Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] [2020-12-08T07:49:22.351Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] [2020-12-08T07:49:22.351Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.038s coverage: 100.0% of statements [2020-12-08T07:49:22.958Z] ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.011s coverage: 47.8% of statements [2020-12-08T07:49:28.402Z] ok github.com/edgexfoundry/go-mod-core-contracts/models 0.134s coverage: 63.0% of statements [2020-12-08T07:49:28.402Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.016s coverage: 26.3% of statements [2020-12-08T07:49:28.402Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.043s coverage: 15.4% of statements [2020-12-08T07:49:28.402Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.054s coverage: 15.4% of statements [2020-12-08T07:49:28.402Z] ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.028s coverage: 14.3% of statements [2020-12-08T07:49:28.402Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] [2020-12-08T07:49:29.008Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http 0.047s coverage: 81.5% of statements [2020-12-08T07:49:29.008Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http/utils [no test files] [2020-12-08T07:49:29.008Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] [2020-12-08T07:49:29.998Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.049s coverage: 29.9% of statements [2020-12-08T07:49:29.998Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.031s coverage: 100.0% of statements [2020-12-08T07:49:31.437Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.059s coverage: 94.4% of statements [2020-12-08T07:49:31.437Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.024s coverage: 100.0% of statements [2020-12-08T07:49:31.437Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] [2020-12-08T07:49:31.437Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-12-08T07:49:36.862Z] gofmt -l . [2020-12-08T07:49:36.862Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2020-12-08T07:49:37.483Z] $ docker stop --time=1 06adcefc165a71b4a549865c7844a83fb0fb8a2607068ea49c96e77a11474afd [2020-12-08T07:49:39.640Z] $ docker rm -f 06adcefc165a71b4a549865c7844a83fb0fb8a2607068ea49c96e77a11474afd [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-08T07:49:40.644Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-12-08T07:49:40.665Z] Warning: overwriting stash ‘coverage-report’ [2020-12-08T07:49:41.489Z] 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 [2020-12-08T07:49:43.562Z] provisioning config files... [2020-12-08T07:49:43.575Z] copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_PR-384@tmp/config6854294343394176597tmp [Pipeline] { [Pipeline] sh [2020-12-08T07:49:43.946Z] + set +x [2020-12-08T07:49:43.946Z] + curl -s https://codecov.io/bash [2020-12-08T07:49:43.946Z] + bash -s -- [2020-12-08T07:49:44.208Z] [2020-12-08T07:49:44.208Z] _____ _ [2020-12-08T07:49:44.208Z] / ____| | | [2020-12-08T07:49:44.208Z] | | ___ __| | ___ ___ _____ __ [2020-12-08T07:49:44.208Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-12-08T07:49:44.208Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-12-08T07:49:44.208Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-12-08T07:49:44.208Z] Bash-20201130-cc6d3fe [2020-12-08T07:49:44.208Z] [2020-12-08T07:49:44.208Z] [2020-12-08T07:49:44.208Z] ==> Jenkins CI detected. [2020-12-08T07:49:44.208Z] project root: . [2020-12-08T07:49:44.208Z] --> token set from env [2020-12-08T07:49:44.208Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-12-08T07:49:44.208Z] ==> Running gcov in . (disable via -X gcov) [2020-12-08T07:49:44.208Z] ==> Python coveragepy not found [2020-12-08T07:49:44.208Z] ==> Searching for coverage reports in: [2020-12-08T07:49:44.208Z] + . [2020-12-08T07:49:44.208Z] -> Found 1 reports [2020-12-08T07:49:44.208Z] ==> Detecting git/mercurial file structure [2020-12-08T07:49:44.209Z] ==> Reading reports [2020-12-08T07:49:44.209Z] + ./coverage.out bytes=106677 [2020-12-08T07:49:44.470Z] ==> Appending adjustments [2020-12-08T07:49:44.470Z] https://docs.codecov.io/docs/fixing-reports [2020-12-08T07:49:45.045Z] + Found adjustments [2020-12-08T07:49:45.045Z] ==> Gzipping contents [2020-12-08T07:49:45.045Z] 20K /tmp/codecov.2lSTOD.gz [2020-12-08T07:49:45.045Z] ==> Uploading reports [2020-12-08T07:49:45.045Z] url: https://codecov.io [2020-12-08T07:49:45.045Z] query: branch=PR-384&commit=85d4d6a2a0daf81ba27e7762990535f8af05f231&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-384%2F2%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=384&job=&cmd_args= [2020-12-08T07:49:45.045Z] -> Pinging Codecov [2020-12-08T07:49:45.045Z] https://codecov.io/upload/v4?package=bash-20201130-cc6d3fe&token=secret&branch=PR-384&commit=85d4d6a2a0daf81ba27e7762990535f8af05f231&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-384%2F2%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=384&job=&cmd_args= [2020-12-08T07:49:45.623Z] -> Uploading to [2020-12-08T07:49:45.623Z] https://storage.googleapis.com/codecov/v4/raw/2020-12-08/71470A77251A30514AAF9C0BB2E5B6CE/85d4d6a2a0daf81ba27e7762990535f8af05f231/52ee2d39-eae9-4128-b2af-f11cc4dffba5.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201208%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201208T074945Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=fd8a621e2d26368e3e77a423c9fbc5891b196548e9ea0af19c5ccf3f4aa37e4f [2020-12-08T07:49:45.623Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-08T07:49:45.623Z] Dload Upload Total Spent Left Speed [2020-12-08T07:49:45.887Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 17328 0 0 100 17328 0 32718 --:--:-- --:--:-- --:--:-- 32694 [2020-12-08T07:49:45.887Z] -> View reports at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/85d4d6a2a0daf81ba27e7762990535f8af05f231 [Pipeline] } [2020-12-08T07:49:45.899Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [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) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" 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 [2020-12-08T07:49:48.859Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-08T07:49:49.168Z] ---> package-listing.sh [2020-12-08T07:49:49.168Z] ++ tr '[:upper:]' '[:lower:]' [2020-12-08T07:49:49.168Z] ++ facter osfamily [2020-12-08T07:49:49.168Z] + OS_FAMILY=redhat [2020-12-08T07:49:49.168Z] + workspace=/w/workspace/dry_go-mod-core-contracts_PR-384 [2020-12-08T07:49:49.168Z] + START_PACKAGES=/tmp/packages_start.txt [2020-12-08T07:49:49.168Z] + END_PACKAGES=/tmp/packages_end.txt [2020-12-08T07:49:49.168Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-12-08T07:49:49.168Z] + PACKAGES=/tmp/packages_start.txt [2020-12-08T07:49:49.168Z] + '[' /w/workspace/dry_go-mod-core-contracts_PR-384 ']' [2020-12-08T07:49:49.168Z] + PACKAGES=/tmp/packages_end.txt [2020-12-08T07:49:49.168Z] + case "${OS_FAMILY}" in [2020-12-08T07:49:49.168Z] + rpm -qa [2020-12-08T07:49:49.168Z] + sort [2020-12-08T07:49:54.480Z] + '[' -f /tmp/packages_start.txt ']' [2020-12-08T07:49:54.480Z] + '[' -f /tmp/packages_end.txt ']' [2020-12-08T07:49:54.480Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-12-08T07:49:54.480Z] + '[' /w/workspace/dry_go-mod-core-contracts_PR-384 ']' [2020-12-08T07:49:54.480Z] + mkdir -p /w/workspace/dry_go-mod-core-contracts_PR-384/archives/ [2020-12-08T07:49:54.480Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_PR-384/archives/ [Pipeline] echo [2020-12-08T07:49:54.494Z] 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_PR-384/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-12-08T07:49:54.786Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-12-08T07:49:55.093Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-08T07:49:55.094Z] [2020-12-08T07:49:55.094Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-12-08T07:49:55.450Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-08T07:49:55.451Z] alpine: Pulling from edgex-lftools-log-publisher [2020-12-08T07:49:55.451Z] df20fa9351a1: Pulling fs layer [2020-12-08T07:49:55.451Z] 36b3adc4ff6f: Pulling fs layer [2020-12-08T07:49:55.451Z] 8ad3a11d3b57: Pulling fs layer [2020-12-08T07:49:55.451Z] 46f8f816bc3b: Pulling fs layer [2020-12-08T07:49:55.451Z] 93b61091891f: Pulling fs layer [2020-12-08T07:49:55.451Z] 93b9cdb0e59b: Pulling fs layer [2020-12-08T07:49:55.451Z] 5e14af77c1be: Pulling fs layer [2020-12-08T07:49:55.451Z] 01666e4c0597: Pulling fs layer [2020-12-08T07:49:55.451Z] aa168da1d23b: Pulling fs layer [2020-12-08T07:49:55.451Z] 46f8f816bc3b: Waiting [2020-12-08T07:49:55.451Z] 5e14af77c1be: Waiting [2020-12-08T07:49:55.451Z] 01666e4c0597: Waiting [2020-12-08T07:49:55.451Z] 93b61091891f: Waiting [2020-12-08T07:49:55.451Z] 93b9cdb0e59b: Waiting [2020-12-08T07:49:55.451Z] aa168da1d23b: Waiting [2020-12-08T07:49:55.451Z] 46f8f816bc3b: Download complete [2020-12-08T07:49:55.722Z] df20fa9351a1: Verifying Checksum [2020-12-08T07:49:55.722Z] 93b61091891f: Download complete [2020-12-08T07:49:55.722Z] 93b9cdb0e59b: Verifying Checksum [2020-12-08T07:49:55.722Z] 93b9cdb0e59b: Download complete [2020-12-08T07:49:55.722Z] 01666e4c0597: Download complete [2020-12-08T07:49:55.722Z] 5e14af77c1be: Verifying Checksum [2020-12-08T07:49:55.722Z] 5e14af77c1be: Download complete [2020-12-08T07:49:55.985Z] 8ad3a11d3b57: Verifying Checksum [2020-12-08T07:49:55.985Z] 8ad3a11d3b57: Download complete [2020-12-08T07:49:55.985Z] df20fa9351a1: Pull complete [2020-12-08T07:49:56.253Z] 36b3adc4ff6f: Pull complete [2020-12-08T07:49:57.213Z] 8ad3a11d3b57: Pull complete [2020-12-08T07:49:57.213Z] 46f8f816bc3b: Pull complete [2020-12-08T07:49:57.794Z] 93b61091891f: Pull complete [2020-12-08T07:49:57.794Z] aa168da1d23b: Verifying Checksum [2020-12-08T07:49:57.794Z] aa168da1d23b: Download complete [2020-12-08T07:49:57.794Z] 93b9cdb0e59b: Pull complete [2020-12-08T07:49:57.794Z] 5e14af77c1be: Pull complete [2020-12-08T07:49:58.064Z] 01666e4c0597: Pull complete [2020-12-08T07:50:04.728Z] aa168da1d23b: Pull complete [2020-12-08T07:50:04.728Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-12-08T07:50:04.728Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-08T07:50:04.728Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-12-08T07:50:04.924Z] prd-centos7-docker-4c-2g-15069 does not seem to be running inside a container [2020-12-08T07:50:04.973Z] $ 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_PR-384/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_PR-384 -v /w/workspace/dry_go-mod-core-contracts_PR-384:/w/workspace/dry_go-mod-core-contracts_PR-384:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-384@tmp:/w/workspace/dry_go-mod-core-contracts_PR-384@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-12-08T07:50:08.488Z] $ docker top 739ce032c5e2a5ae9282b536c302c96f7635f5713af7c35250dc0348ca58bf07 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-08T07:50:08.960Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-12-08T07:50:09.257Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-12-08T07:50:09.556Z] + ls /var/log/sa-host [2020-12-08T07:50:09.556Z] + sadf -c /var/log/sa-host/sa08 [2020-12-08T07:50:09.556Z] file_magic: OK [2020-12-08T07:50:09.556Z] HZ: Using current value: 100 [2020-12-08T07:50:09.556Z] file_header: OK [2020-12-08T07:50:09.556Z] 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 [2020-12-08T07:50:09.556Z] Statistics: [2020-12-08T07:50:09.556Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-12-08T07:50:09.556Z] File successfully converted to sysstat format version 12.2.1 [2020-12-08T07:50:09.556Z] + sadf -c /var/log/sa-host/sa23 [2020-12-08T07:50:09.556Z] file_magic: OK [2020-12-08T07:50:09.556Z] HZ: Using current value: 100 [2020-12-08T07:50:09.556Z] file_header: OK [2020-12-08T07:50:09.556Z] 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 [2020-12-08T07:50:09.556Z] Statistics: [2020-12-08T07:50:09.556Z] Hnuu...uuuununununu... [2020-12-08T07:50:09.556Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-12-08T07:50:10.190Z] provisioning config files... [2020-12-08T07:50:10.207Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-384@tmp/config1749709829716254947tmp [Pipeline] { [Pipeline] echo [2020-12-08T07:50:10.324Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-08T07:50:10.617Z] ---> create-netrc.sh [Pipeline] } [2020-12-08T07:50:10.626Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-12-08T07:50:10.717Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-08T07:50:11.010Z] ---> python-tools-install.sh [Pipeline] echo [2020-12-08T07:50:11.020Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-08T07:50:11.317Z] ---> sudo-logs.sh [2020-12-08T07:50:11.317Z] Archiving 'sudo' log.. [Pipeline] echo [2020-12-08T07:50:11.328Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-08T07:50:11.621Z] ---> job-cost.sh [2020-12-08T07:50:11.621Z] lf-activate-venv: SKIPPING [2020-12-08T07:50:11.621Z] INFO: No Stack... [2020-12-08T07:50:12.566Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-12-08T07:50:12.827Z] INFO: Archiving Costs [Pipeline] echo [2020-12-08T07:50:12.841Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-08T07:50:13.159Z] ---> logs-deploy.sh [2020-12-08T07:50:13.159Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-384/2 [2020-12-08T07:50:13.159Z] INFO: archiving workspace using pattern(s): [2020-12-08T07:50:14.548Z] Archives upload complete. [2020-12-08T07:50:14.809Z] INFO: archiving logs to Nexus [2020-12-08T07:50:15.757Z] ---> uname -a: [2020-12-08T07:50:15.757Z] Linux prd-centos7-docker-4c-2g-15069.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2020-12-08T07:50:15.757Z] [2020-12-08T07:50:15.757Z] [2020-12-08T07:50:15.757Z] ---> lscpu: [2020-12-08T07:50:15.757Z] Architecture: x86_64 [2020-12-08T07:50:15.757Z] CPU op-mode(s): 32-bit, 64-bit [2020-12-08T07:50:15.757Z] Byte Order: Little Endian [2020-12-08T07:50:15.757Z] Address sizes: 40 bits physical, 48 bits virtual [2020-12-08T07:50:15.757Z] CPU(s): 4 [2020-12-08T07:50:15.757Z] On-line CPU(s) list: 0-3 [2020-12-08T07:50:15.757Z] Thread(s) per core: 1 [2020-12-08T07:50:15.757Z] Core(s) per socket: 1 [2020-12-08T07:50:15.757Z] Socket(s): 4 [2020-12-08T07:50:15.757Z] NUMA node(s): 1 [2020-12-08T07:50:15.757Z] Vendor ID: GenuineIntel [2020-12-08T07:50:15.757Z] CPU family: 6 [2020-12-08T07:50:15.757Z] Model: 44 [2020-12-08T07:50:15.757Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-12-08T07:50:15.757Z] Stepping: 1 [2020-12-08T07:50:15.757Z] CPU MHz: 2933.438 [2020-12-08T07:50:15.757Z] BogoMIPS: 5866.87 [2020-12-08T07:50:15.757Z] Virtualization: VT-x [2020-12-08T07:50:15.757Z] Hypervisor vendor: KVM [2020-12-08T07:50:15.757Z] Virtualization type: full [2020-12-08T07:50:15.757Z] L1d cache: 128 KiB [2020-12-08T07:50:15.757Z] L1i cache: 128 KiB [2020-12-08T07:50:15.757Z] L2 cache: 16 MiB [2020-12-08T07:50:15.757Z] L3 cache: 64 MiB [2020-12-08T07:50:15.757Z] NUMA node0 CPU(s): 0-3 [2020-12-08T07:50:15.757Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-12-08T07:50:15.757Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-12-08T07:50:15.757Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-12-08T07:50:15.758Z] Vulnerability Meltdown: Mitigation; PTI [2020-12-08T07:50:15.758Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-12-08T07:50:15.758Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-12-08T07:50:15.758Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-12-08T07:50:15.758Z] Vulnerability Srbds: Not affected [2020-12-08T07:50:15.758Z] Vulnerability Tsx async abort: Not affected [2020-12-08T07:50:15.758Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2020-12-08T07:50:15.758Z] [2020-12-08T07:50:15.758Z] [2020-12-08T07:50:15.758Z] ---> nproc: [2020-12-08T07:50:15.758Z] 4 [2020-12-08T07:50:15.758Z] [2020-12-08T07:50:15.758Z]