Pull request #333 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 judehung for edgexfoundry/go-mod-core-contracts Obtained Jenkinsfile from 6b72e9b4be770aed383d6fa20983b96800ac4af0+5f961f373d8f09754680a6d099764ec051c090d8 (d2c1d5926e157cc4174b1261725f91971ee3433a) 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 ad104866bbc8c98dca93091e1a8abeb835fd4e4d 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 ad104866bbc8c98dca93091e1a8abeb835fd4e4d 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 ad104866bbc8c98dca93091e1a8abeb835fd4e4d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f ad104866bbc8c98dca93091e1a8abeb835fd4e4d # timeout=10 Commit message: "Merge pull request #251 from ernestojeda/fix-codecov-uploader" > 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 [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-4752 in /w/workspace/dry_go-mod-core-contracts_PR-333 [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-333 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/333/head:refs/remotes/origin/PR-333 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 5f961f373d8f09754680a6d099764ec051c090d8 into PR head commit 6b72e9b4be770aed383d6fa20983b96800ac4af0 Merge succeeded, producing 6b72e9b4be770aed383d6fa20983b96800ac4af0 Checking out Revision 6b72e9b4be770aed383d6fa20983b96800ac4af0 (PR-333) > git config core.sparsecheckout # timeout=10 > git checkout -f 6b72e9b4be770aed383d6fa20983b96800ac4af0 # 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 5f961f373d8f09754680a6d099764ec051c090d8 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 6b72e9b4be770aed383d6fa20983b96800ac4af0 # timeout=10 Commit message: "feat(v2dto): Add new Response DTOs to return an array of objects" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-10-12T07:03:38.644Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-10-12T07:03:38.935Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW > git rev-list --no-walk 262f346575b74133ae438c2bc33ef410f2fdbd2f # timeout=10 [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-12T07:03:39.572Z] ========================================================= [2020-10-12T07:03:39.573Z] EdgeX Global Pipelines Version Info [2020-10-12T07:03:39.573Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-10-12T07:03:42.125Z] ------------------- [2020-10-12T07:03:42.125Z] stable info: [2020-10-12T07:03:42.125Z] ------------------- [2020-10-12T07:03:42.125Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-12T07:03:42.125Z] Commit SHA: ad104866bbc8c98dca93091e1a8abeb835fd4e4d [2020-10-12T07:03:42.125Z] Message: update stable to v1.0.131 [2020-10-12T07:03:44.680Z] ------------------- [2020-10-12T07:03:44.680Z] experimental info: [2020-10-12T07:03:44.680Z] ------------------- [2020-10-12T07:03:44.680Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-10-12T07:03:44.680Z] Commit SHA: 2e6d42a532571151575c80d72899821df0f9b0af [2020-10-12T07:03:44.680Z] Message: update experimental to v1.0.135 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-10-12T07:03:45.155Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo [2020-10-12T07:03:45.280Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo [2020-10-12T07:03:45.661Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-12T07:03:45.996Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-12T07:03:46.096Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-12T07:03:46.204Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-12T07:03:46.305Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-12T07:03:46.403Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-12T07:03:46.513Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-10-12T07:03:46.607Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-12T07:03:46.995Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-12T07:03:47.134Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo [2020-10-12T07:03:47.238Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-12T07:03:47.360Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-12T07:03:47.456Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2020-10-12T07:03:47.805Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-10-12T07:03:47.901Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-10-12T07:03:47.988Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-10-12T07:03:48.086Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo [2020-10-12T07:03:48.193Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-10-12T07:03:48.298Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-10-12T07:03:48.405Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-10-12T07:03:48.522Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-10-12T07:03:49.125Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-10-12T07:03:49.238Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2020-10-12T07:03:49.326Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-333 [Pipeline] echo [2020-10-12T07:03:49.421Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-333 [Pipeline] echo [2020-10-12T07:03:49.517Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-333 [Pipeline] echo [2020-10-12T07:03:49.615Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 6b72e9b4be770aed383d6fa20983b96800ac4af0 [Pipeline] echo [2020-10-12T07:03:49.712Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 6b72e9b [Pipeline] echo [2020-10-12T07:03:49.822Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-10-12T07:03:51.198Z] + git log --format=format:%s -1 6b72e9b4be770aed383d6fa20983b96800ac4af0 [Pipeline] echo [2020-10-12T07:03:51.489Z] GIT_COMMIT: 6b72e9b4be770aed383d6fa20983b96800ac4af0, Commit Message: feat(v2dto): Add new Response DTOs to return an array of objects [Pipeline] echo [2020-10-12T07:03:51.538Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-10-12T07:03:52.815Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-12T07:03:53.078Z] [2020-10-12T07:03:53.078Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-12T07:03:53.447Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-12T07:03:54.840Z] latest: Pulling from edgex-devops/git-semver [2020-10-12T07:03:54.840Z] 31603596830f: Pulling fs layer [2020-10-12T07:03:54.840Z] 2a8b12db71e7: Pulling fs layer [2020-10-12T07:03:54.840Z] 6ca5941a6612: Pulling fs layer [2020-10-12T07:03:54.840Z] ecc8261a40a4: Pulling fs layer [2020-10-12T07:03:54.840Z] ecc8261a40a4: Waiting [2020-10-12T07:03:54.840Z] 2a8b12db71e7: Download complete [2020-10-12T07:03:57.393Z] 31603596830f: Download complete [2020-10-12T07:03:57.393Z] 31603596830f: Pull complete [2020-10-12T07:03:57.393Z] 2a8b12db71e7: Pull complete [2020-10-12T07:03:59.315Z] 6ca5941a6612: Verifying Checksum [2020-10-12T07:03:59.315Z] 6ca5941a6612: Download complete [2020-10-12T07:03:59.315Z] ecc8261a40a4: Verifying Checksum [2020-10-12T07:03:59.315Z] ecc8261a40a4: Download complete [2020-10-12T07:03:59.892Z] 6ca5941a6612: Pull complete [2020-10-12T07:03:59.892Z] ecc8261a40a4: Pull complete [2020-10-12T07:03:59.892Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-12T07:03:59.892Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-12T07:03:59.892Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-12T07:04:00.007Z] prd-centos7-docker-4c-2g-4752 does not seem to be running inside a container [2020-10-12T07:04:00.059Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_PR-333 -v /w/workspace/dry_go-mod-core-contracts_PR-333:/w/workspace/dry_go-mod-core-contracts_PR-333:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-333@tmp:/w/workspace/dry_go-mod-core-contracts_PR-333@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-12T07:04:02.289Z] $ docker top ccc19f8634a98b7cfb82869f1ead3787111b767e3ec1c72c18d13a6a66d63845 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-12T07:04:02.671Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-12T07:04:02.671Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-12T07:04:02.897Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-12T07:04:02.902Z] $ docker exec ccc19f8634a98b7cfb82869f1ead3787111b767e3ec1c72c18d13a6a66d63845 ssh-agent [2020-10-12T07:04:03.065Z] SSH_AUTH_SOCK=/tmp/ssh-rrgDQAKX6p2H/agent.12 [2020-10-12T07:04:03.065Z] SSH_AGENT_PID=18 [2020-10-12T07:04:03.078Z] Running ssh-add (command line suppressed) [2020-10-12T07:04:03.199Z] Identity added: /w/workspace/dry_go-mod-core-contracts_PR-333@tmp/private_key_2957029935411776304.key (/w/workspace/dry_go-mod-core-contracts_PR-333@tmp/private_key_2957029935411776304.key) [2020-10-12T07:04:03.249Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-12T07:04:03.607Z] + git describe --exact-match --tags HEAD [2020-10-12T07:04:03.607Z] fatal: no tag exactly matches '6b72e9b4be770aed383d6fa20983b96800ac4af0' [Pipeline] } [2020-10-12T07:04:03.637Z] $ docker exec --env ******** --env ******** ccc19f8634a98b7cfb82869f1ead3787111b767e3ec1c72c18d13a6a66d63845 ssh-agent -k [2020-10-12T07:04:03.755Z] unset SSH_AUTH_SOCK; [2020-10-12T07:04:03.756Z] unset SSH_AGENT_PID; [2020-10-12T07:04:03.756Z] echo Agent pid 18 killed; [2020-10-12T07:04:03.798Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-10-12T07:04:03.899Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-10-12T07:04:03.899Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-10-12T07:04:04.004Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-12T07:04:04.004Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-12T07:04:04.183Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-12T07:04:04.188Z] $ docker exec ccc19f8634a98b7cfb82869f1ead3787111b767e3ec1c72c18d13a6a66d63845 ssh-agent [2020-10-12T07:04:04.365Z] SSH_AUTH_SOCK=/tmp/ssh-HpuHHHLSWLEw/agent.48 [2020-10-12T07:04:04.365Z] SSH_AGENT_PID=53 [2020-10-12T07:04:04.374Z] Running ssh-add (command line suppressed) [2020-10-12T07:04:04.498Z] Identity added: /w/workspace/dry_go-mod-core-contracts_PR-333@tmp/private_key_6448792732492614471.key (/w/workspace/dry_go-mod-core-contracts_PR-333@tmp/private_key_6448792732492614471.key) [2020-10-12T07:04:04.547Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-12T07:04:04.888Z] + git semver init [2020-10-12T07:04:04.888Z] # -> Open(): unable to determine branch for HEAD [2020-10-12T07:04:04.888Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_PR-333/.git [2020-10-12T07:04:04.888Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_PR-333 [2020-10-12T07:04:04.888Z] # $SEMVER_REMOTE_NAME = origin [2020-10-12T07:04:04.888Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-12T07:04:04.888Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-12T07:04:04.888Z] # $SEMVER_BRANCH = PR-333 [2020-10-12T07:04:04.888Z] # $SEMVER_TEMP = /tmp/semver-328327668 [2020-10-12T07:04:04.888Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP [2020-10-12T07:04:05.464Z] # '/tmp/semver-328327668' -> '/w/workspace/dry_go-mod-core-contracts_PR-333/.semver' [2020-10-12T07:04:05.465Z] # -> Force: false [2020-10-12T07:04:05.465Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_PR-333/.semver [Pipeline] } [2020-10-12T07:04:05.478Z] $ docker exec --env ******** --env ******** ccc19f8634a98b7cfb82869f1ead3787111b767e3ec1c72c18d13a6a66d63845 ssh-agent -k [2020-10-12T07:04:05.606Z] unset SSH_AUTH_SOCK; [2020-10-12T07:04:05.606Z] unset SSH_AGENT_PID; [2020-10-12T07:04:05.606Z] echo Agent pid 53 killed; [2020-10-12T07:04:05.654Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-12T07:04:06.185Z] + git semver [Pipeline] } [2020-10-12T07:04:06.209Z] $ docker stop --time=1 ccc19f8634a98b7cfb82869f1ead3787111b767e3ec1c72c18d13a6a66d63845 [2020-10-12T07:04:08.023Z] $ docker rm -f ccc19f8634a98b7cfb82869f1ead3787111b767e3ec1c72c18d13a6a66d63845 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-10-12T07:04:09.159Z] Stashed 112 file(s) [Pipeline] echo [2020-10-12T07:04:09.163Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo [2020-10-12T07:04:09.292Z] Archived original 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-10-12T07:04:25.039Z] Still waiting to schedule task [2020-10-12T07:04:25.040Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-10-12T07:04:25.042Z] Still waiting to schedule task [2020-10-12T07:04:25.042Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2020-10-12T07:06:01.302Z] Running on prd-centos7-docker-4c-2g-4754 in /w/workspace/dry_go-mod-core-contracts_PR-333 [Pipeline] { [Pipeline] ws [2020-10-12T07:06:01.365Z] Running in /w/workspace/go-mod-core-contracts/2 [Pipeline] { [Pipeline] checkout [2020-10-12T07:06:04.163Z] using credential edgex-jenkins-ssh [2020-10-12T07:06:04.220Z] Cloning the remote Git repository [2020-10-12T07:06:04.252Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-10-12T07:06:04.331Z] > git init /w/workspace/go-mod-core-contracts/2 # timeout=10 [2020-10-12T07:06:04.387Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-10-12T07:06:04.387Z] > git --version # timeout=10 [2020-10-12T07:06:04.394Z] > git --version # 'git version 2.16.5' [2020-10-12T07:06:04.395Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-12T07:06:04.430Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-12T07:06:05.592Z] Merging remotes/origin/master commit 5f961f373d8f09754680a6d099764ec051c090d8 into PR head commit 6b72e9b4be770aed383d6fa20983b96800ac4af0 [2020-10-12T07:06:05.717Z] Merge succeeded, producing 6b72e9b4be770aed383d6fa20983b96800ac4af0 [2020-10-12T07:06:05.718Z] Checking out Revision 6b72e9b4be770aed383d6fa20983b96800ac4af0 (PR-333) [2020-10-12T07:06:05.113Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-10-12T07:06:05.122Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-12T07:06:05.137Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-10-12T07:06:05.156Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-10-12T07:06:05.156Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-12T07:06:05.167Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/333/head:refs/remotes/origin/PR-333 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-12T07:06:05.603Z] > git config core.sparsecheckout # timeout=10 [2020-10-12T07:06:05.607Z] > git checkout -f 6b72e9b4be770aed383d6fa20983b96800ac4af0 # timeout=10 [2020-10-12T07:06:05.669Z] > git remote # timeout=10 [2020-10-12T07:06:05.677Z] > git config --get remote.origin.url # timeout=10 [2020-10-12T07:06:05.685Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-12T07:06:05.689Z] > git merge 5f961f373d8f09754680a6d099764ec051c090d8 # timeout=10 [2020-10-12T07:06:05.713Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-10-12T07:06:05.723Z] > git config core.sparsecheckout # timeout=10 [2020-10-12T07:06:05.727Z] > git checkout -f 6b72e9b4be770aed383d6fa20983b96800ac4af0 # timeout=10 [2020-10-12T07:06:09.378Z] Commit message: "feat(v2dto): Add new Response DTOs to return an array of objects" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-12T07:06:10.516Z] ========================================================= [2020-10-12T07:06:10.516Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-10-12T07:06:10.516Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-12T07:06:11.355Z] + 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-10-12T07:06:12.755Z] Sending build context to Docker daemon 2.61MB [2020-10-12T07:06:12.755Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-12T07:06:12.755Z] Step 2/7 : FROM ${BASE} [2020-10-12T07:06:12.755Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-10-12T07:06:12.755Z] df20fa9351a1: Pulling fs layer [2020-10-12T07:06:12.755Z] ed8968b2872e: Pulling fs layer [2020-10-12T07:06:12.755Z] a92cc7c5fd73: Pulling fs layer [2020-10-12T07:06:12.755Z] e871e8e8d7a9: Pulling fs layer [2020-10-12T07:06:12.755Z] e73272ec9a57: Pulling fs layer [2020-10-12T07:06:12.755Z] 1e910a182e73: Pulling fs layer [2020-10-12T07:06:12.755Z] 4e634b169226: Pulling fs layer [2020-10-12T07:06:12.755Z] 4e634b169226: Waiting [2020-10-12T07:06:12.755Z] e73272ec9a57: Waiting [2020-10-12T07:06:12.755Z] 1e910a182e73: Waiting [2020-10-12T07:06:12.755Z] e871e8e8d7a9: Waiting [2020-10-12T07:06:12.755Z] a92cc7c5fd73: Verifying Checksum [2020-10-12T07:06:12.755Z] a92cc7c5fd73: Download complete [2020-10-12T07:06:12.755Z] ed8968b2872e: Download complete [2020-10-12T07:06:12.755Z] e73272ec9a57: Verifying Checksum [2020-10-12T07:06:12.755Z] e73272ec9a57: Download complete [2020-10-12T07:06:12.755Z] 1e910a182e73: Verifying Checksum [2020-10-12T07:06:12.755Z] 1e910a182e73: Download complete [2020-10-12T07:06:12.755Z] df20fa9351a1: Verifying Checksum [2020-10-12T07:06:12.755Z] df20fa9351a1: Download complete [2020-10-12T07:06:13.018Z] df20fa9351a1: Pull complete [2020-10-12T07:06:13.018Z] ed8968b2872e: Pull complete [2020-10-12T07:06:13.280Z] a92cc7c5fd73: Pull complete [2020-10-12T07:06:15.850Z] 4e634b169226: Verifying Checksum [2020-10-12T07:06:15.850Z] 4e634b169226: Download complete [2020-10-12T07:06:16.430Z] e871e8e8d7a9: Verifying Checksum [2020-10-12T07:06:16.430Z] e871e8e8d7a9: Download complete [2020-10-12T07:06:21.765Z] e871e8e8d7a9: Pull complete [2020-10-12T07:06:21.765Z] e73272ec9a57: Pull complete [2020-10-12T07:06:21.765Z] 1e910a182e73: Pull complete [2020-10-12T07:06:28.387Z] 4e634b169226: Pull complete [2020-10-12T07:06:28.387Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-10-12T07:06:28.387Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-10-12T07:06:28.387Z] ---> f7629b54cfaa [2020-10-12T07:06:28.387Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-10-12T07:06:28.387Z] ---> Running in 54e77a8c6c89 [2020-10-12T07:06:28.655Z] Removing intermediate container 54e77a8c6c89 [2020-10-12T07:06:28.655Z] ---> 7ee02b2889b7 [2020-10-12T07:06:28.655Z] Step 4/7 : RUN apk add bash [2020-10-12T07:06:28.655Z] ---> Running in e2f21c1139c5 [2020-10-12T07:06:29.608Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-12T07:06:31.542Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-12T07:06:32.491Z] OK: 166 MiB in 39 packages [2020-10-12T07:06:33.069Z] Removing intermediate container e2f21c1139c5 [2020-10-12T07:06:33.069Z] ---> 33816a44579e [2020-10-12T07:06:33.069Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-10-12T07:06:33.069Z] ---> Running in 3f34b95fde49 [2020-10-12T07:06:33.069Z] Removing intermediate container 3f34b95fde49 [2020-10-12T07:06:33.069Z] ---> 7860118e14d5 [2020-10-12T07:06:33.069Z] Step 6/7 : COPY go.mod . [2020-10-12T07:06:33.342Z] ---> 83dfe067f747 [2020-10-12T07:06:33.343Z] Step 7/7 : RUN go mod download [2020-10-12T07:06:33.343Z] ---> Running in 8c715558fef9 [2020-10-12T07:06:45.631Z] Removing intermediate container 8c715558fef9 [2020-10-12T07:06:45.631Z] ---> da5ceef91c9e [2020-10-12T07:06:45.631Z] Successfully built da5ceef91c9e [2020-10-12T07:06:45.631Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-12T07:06:45.999Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-12T07:06:45.999Z] . [Pipeline] withDockerContainer [2020-10-12T07:06:46.110Z] prd-centos7-docker-4c-2g-4754 does not seem to be running inside a container [2020-10-12T07:06:46.163Z] $ 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 ******** ci-base-image-x86_64 cat [2020-10-12T07:06:47.027Z] $ docker top 9eaed293c68a2b573dbfa68bd9f09fe1c87edfa301a5d6ec4f343146bf75f5aa -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-12T07:06:47.550Z] + go version [2020-10-12T07:06:47.550Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-10-12T07:06:47.594Z] $ docker stop --time=1 9eaed293c68a2b573dbfa68bd9f09fe1c87edfa301a5d6ec4f343146bf75f5aa [2020-10-12T07:06:49.020Z] $ docker rm -f 9eaed293c68a2b573dbfa68bd9f09fe1c87edfa301a5d6ec4f343146bf75f5aa [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-12T07:06:49.941Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-12T07:06:49.941Z] . [Pipeline] withDockerContainer [2020-10-12T07:06:50.042Z] prd-centos7-docker-4c-2g-4754 does not seem to be running inside a container [2020-10-12T07:06:50.166Z] $ 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 ******** ci-base-image-x86_64 cat [2020-10-12T07:06:50.804Z] $ docker top f5872c0c3792a6e498a03c787f9d1ca19d1b8bccba449e2d365de346bc800ac6 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-12T07:06:51.329Z] + make test [2020-10-12T07:06:51.329Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-10-12T07:06:59.607Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] [2020-10-12T07:06:59.607Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.016s coverage: 85.7% of statements [2020-10-12T07:06:59.607Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.035s coverage: 100.0% of statements [2020-10-12T07:06:59.607Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.015s coverage: 45.4% of statements [2020-10-12T07:06:59.881Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.014s coverage: 77.8% of statements [2020-10-12T07:06:59.881Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] [2020-10-12T07:06:59.881Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.022s coverage: 6.4% of statements [2020-10-12T07:07:00.870Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.021s coverage: 14.7% of statements [2020-10-12T07:07:00.870Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.016s coverage: 100.0% of statements [2020-10-12T07:07:00.870Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.036s coverage: 91.8% of statements [2020-10-12T07:07:00.870Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] [2020-10-12T07:07:00.870Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] [2020-10-12T07:07:00.870Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.043s coverage: 100.0% of statements [2020-10-12T07:07:01.470Z] ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.014s coverage: 50.0% of statements [2020-10-12T07:07:03.474Z] ok github.com/edgexfoundry/go-mod-core-contracts/models 0.034s coverage: 63.0% of statements [2020-10-12T07:07:03.474Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.017s coverage: 26.3% of statements [2020-10-12T07:07:03.474Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.014s coverage: 15.4% of statements [2020-10-12T07:07:03.474Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.011s coverage: 15.4% of statements [2020-10-12T07:07:03.474Z] ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.066s coverage: 14.3% of statements [2020-10-12T07:07:03.474Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] [2020-10-12T07:07:04.075Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.016s coverage: 29.1% of statements [2020-10-12T07:07:04.075Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.008s coverage: 100.0% of statements [2020-10-12T07:07:04.346Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.019s coverage: 94.4% of statements [2020-10-12T07:07:04.346Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.008s coverage: 100.0% of statements [2020-10-12T07:07:04.346Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] [2020-10-12T07:07:04.611Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-10-12T07:07:06.066Z] gofmt -l . [2020-10-12T07:07:06.066Z] [ "`gofmt -l .`" = "" ] [Pipeline] stash [2020-10-12T07:07:06.690Z] Stashed 1 file(s) [Pipeline] } [2020-10-12T07:07:06.700Z] $ docker stop --time=1 f5872c0c3792a6e498a03c787f9d1ca19d1b8bccba449e2d365de346bc800ac6 [2020-10-12T07:07:08.914Z] $ docker rm -f f5872c0c3792a6e498a03c787f9d1ca19d1b8bccba449e2d365de346bc800ac6 [Pipeline] // withDockerContainer [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] } [2020-10-12T07:08:04.976Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-4756 in /w/workspace/dry_go-mod-core-contracts_PR-333 [Pipeline] { [Pipeline] ws [2020-10-12T07:08:05.046Z] Running in /w/workspace/go-mod-core-contracts/2 [Pipeline] { [Pipeline] checkout [2020-10-12T07:08:10.187Z] using credential edgex-jenkins-ssh [2020-10-12T07:08:10.249Z] Cloning the remote Git repository [2020-10-12T07:08:10.327Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-10-12T07:08:10.449Z] > git init /w/workspace/go-mod-core-contracts/2 # timeout=10 [2020-10-12T07:08:10.530Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-10-12T07:08:10.531Z] > git --version # timeout=10 [2020-10-12T07:08:10.547Z] > git --version # 'git version 2.17.1' [2020-10-12T07:08:10.549Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-12T07:08:10.633Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-12T07:08:12.254Z] Merging remotes/origin/master commit 5f961f373d8f09754680a6d099764ec051c090d8 into PR head commit 6b72e9b4be770aed383d6fa20983b96800ac4af0 [2020-10-12T07:08:12.585Z] Merge succeeded, producing 6b72e9b4be770aed383d6fa20983b96800ac4af0 [2020-10-12T07:08:12.585Z] Checking out Revision 6b72e9b4be770aed383d6fa20983b96800ac4af0 (PR-333) [2020-10-12T07:08:11.462Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-10-12T07:08:11.478Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-12T07:08:11.502Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-10-12T07:08:11.534Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-10-12T07:08:11.535Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-12T07:08:11.546Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/333/head:refs/remotes/origin/PR-333 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-12T07:08:12.276Z] > git config core.sparsecheckout # timeout=10 [2020-10-12T07:08:12.336Z] > git checkout -f 6b72e9b4be770aed383d6fa20983b96800ac4af0 # timeout=10 [2020-10-12T07:08:12.490Z] > git remote # timeout=10 [2020-10-12T07:08:12.519Z] > git config --get remote.origin.url # timeout=10 [2020-10-12T07:08:12.542Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-12T07:08:12.553Z] > git merge 5f961f373d8f09754680a6d099764ec051c090d8 # timeout=10 [2020-10-12T07:08:12.575Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-10-12T07:08:12.593Z] > git config core.sparsecheckout # timeout=10 [2020-10-12T07:08:12.602Z] > git checkout -f 6b72e9b4be770aed383d6fa20983b96800ac4af0 # timeout=10 [2020-10-12T07:08:16.884Z] Commit message: "feat(v2dto): Add new Response DTOs to return an array of objects" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-12T07:08:18.138Z] ========================================================= [2020-10-12T07:08:18.138Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-10-12T07:08:18.138Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-12T07:08:19.652Z] + 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-10-12T07:08:20.447Z] Sending build context to Docker daemon 2.61MB [2020-10-12T07:08:20.447Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-12T07:08:20.447Z] Step 2/7 : FROM ${BASE} [2020-10-12T07:08:20.754Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-10-12T07:08:20.754Z] b538f80385f9: Pulling fs layer [2020-10-12T07:08:20.754Z] 74f711af9a0d: Pulling fs layer [2020-10-12T07:08:20.754Z] 99f96fe45779: Pulling fs layer [2020-10-12T07:08:20.754Z] 8529a6b9a6be: Pulling fs layer [2020-10-12T07:08:20.754Z] 45590311c82a: Pulling fs layer [2020-10-12T07:08:20.754Z] 69ca0ff8b7b3: Pulling fs layer [2020-10-12T07:08:20.754Z] 209524e5b208: Pulling fs layer [2020-10-12T07:08:20.754Z] 8529a6b9a6be: Waiting [2020-10-12T07:08:20.754Z] 45590311c82a: Waiting [2020-10-12T07:08:20.754Z] 69ca0ff8b7b3: Waiting [2020-10-12T07:08:20.754Z] 209524e5b208: Waiting [2020-10-12T07:08:20.754Z] 99f96fe45779: Verifying Checksum [2020-10-12T07:08:20.754Z] 99f96fe45779: Download complete [2020-10-12T07:08:20.754Z] 74f711af9a0d: Download complete [2020-10-12T07:08:21.412Z] 45590311c82a: Verifying Checksum [2020-10-12T07:08:21.412Z] 45590311c82a: Download complete [2020-10-12T07:08:21.412Z] 69ca0ff8b7b3: Download complete [2020-10-12T07:08:21.725Z] b538f80385f9: Verifying Checksum [2020-10-12T07:08:21.725Z] b538f80385f9: Download complete [2020-10-12T07:08:22.351Z] b538f80385f9: Pull complete [2020-10-12T07:08:22.969Z] 74f711af9a0d: Pull complete [2020-10-12T07:08:23.250Z] 99f96fe45779: Pull complete [2020-10-12T07:08:25.263Z] 209524e5b208: Verifying Checksum [2020-10-12T07:08:25.263Z] 209524e5b208: Download complete [2020-10-12T07:08:26.266Z] 8529a6b9a6be: Verifying Checksum [2020-10-12T07:08:26.266Z] 8529a6b9a6be: Download complete [2020-10-12T07:08:36.599Z] 8529a6b9a6be: Pull complete [2020-10-12T07:08:36.884Z] 45590311c82a: Pull complete [2020-10-12T07:08:37.169Z] 69ca0ff8b7b3: Pull complete [2020-10-12T07:08:41.515Z] 209524e5b208: Pull complete [2020-10-12T07:08:41.515Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-10-12T07:08:41.515Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-10-12T07:08:41.515Z] ---> 5bddaf1c2fca [2020-10-12T07:08:41.515Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-10-12T07:08:44.161Z] ---> Running in d1753bdbb3b5 [2020-10-12T07:08:44.161Z] Removing intermediate container d1753bdbb3b5 [2020-10-12T07:08:44.161Z] ---> e8ffb676471c [2020-10-12T07:08:44.161Z] Step 4/7 : RUN apk add bash [2020-10-12T07:08:44.161Z] ---> Running in e45137b6c445 [2020-10-12T07:08:45.645Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-12T07:08:46.253Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-12T07:08:47.272Z] OK: 142 MiB in 39 packages [2020-10-12T07:08:48.282Z] Removing intermediate container e45137b6c445 [2020-10-12T07:08:48.282Z] ---> 53e1e1c166cb [2020-10-12T07:08:48.282Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-10-12T07:08:48.282Z] ---> Running in 65a86a353c15 [2020-10-12T07:08:48.885Z] Removing intermediate container 65a86a353c15 [2020-10-12T07:08:48.885Z] ---> 9e15be754184 [2020-10-12T07:08:48.885Z] Step 6/7 : COPY go.mod . [2020-10-12T07:08:49.510Z] ---> 97b18574e91b [2020-10-12T07:08:49.510Z] Step 7/7 : RUN go mod download [2020-10-12T07:08:49.798Z] ---> Running in 4148d5d67d62 [2020-10-12T07:09:05.134Z] Removing intermediate container 4148d5d67d62 [2020-10-12T07:09:05.134Z] ---> 34a9b8ca8a32 [2020-10-12T07:09:05.134Z] Successfully built 34a9b8ca8a32 [2020-10-12T07:09:05.134Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-12T07:09:05.563Z] + docker inspect -f . ci-base-image-arm64 [2020-10-12T07:09:05.563Z] . [Pipeline] withDockerContainer [2020-10-12T07:09:05.850Z] prd-ubuntu18.04-docker-arm64-4c-16g-4756 does not seem to be running inside a container [2020-10-12T07:09:05.945Z] $ 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 ******** ci-base-image-arm64 cat [2020-10-12T07:09:07.827Z] $ docker top 9433896588f98cacd0d52a9eed7f8f40fbd5f97f44351b6ee7e39c57b34499c2 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-12T07:09:09.222Z] + go version [2020-10-12T07:09:09.222Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-10-12T07:09:09.250Z] $ docker stop --time=1 9433896588f98cacd0d52a9eed7f8f40fbd5f97f44351b6ee7e39c57b34499c2 [2020-10-12T07:09:11.182Z] $ docker rm -f 9433896588f98cacd0d52a9eed7f8f40fbd5f97f44351b6ee7e39c57b34499c2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-12T07:09:12.356Z] + docker inspect -f . ci-base-image-arm64 [2020-10-12T07:09:12.357Z] . [Pipeline] withDockerContainer [2020-10-12T07:09:12.625Z] prd-ubuntu18.04-docker-arm64-4c-16g-4756 does not seem to be running inside a container [2020-10-12T07:09:12.712Z] $ 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 ******** ci-base-image-arm64 cat [2020-10-12T07:09:14.748Z] $ docker top f06425fd5f85b0a15c2cc5490fde9b70916dfdc38905edbbcf3ca513aa2e1998 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-12T07:09:16.186Z] + make test [2020-10-12T07:09:16.186Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-10-12T07:09:38.441Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] [2020-10-12T07:09:38.441Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.053s coverage: 85.7% of statements [2020-10-12T07:09:38.441Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.047s coverage: 100.0% of statements [2020-10-12T07:09:40.440Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.060s coverage: 45.4% of statements [2020-10-12T07:09:40.440Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.031s coverage: 77.8% of statements [2020-10-12T07:09:40.440Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] [2020-10-12T07:09:40.440Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.016s coverage: 6.4% of statements [2020-10-12T07:09:42.433Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.046s coverage: 14.7% of statements [2020-10-12T07:09:42.433Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.020s coverage: 100.0% of statements [2020-10-12T07:09:43.036Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.062s coverage: 91.8% of statements [2020-10-12T07:09:43.036Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] [2020-10-12T07:09:43.036Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] [2020-10-12T07:09:43.036Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.054s coverage: 100.0% of statements [2020-10-12T07:09:44.024Z] ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.024s coverage: 50.0% of statements [2020-10-12T07:09:49.456Z] ok github.com/edgexfoundry/go-mod-core-contracts/models 0.087s coverage: 63.0% of statements [2020-10-12T07:09:49.457Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.016s coverage: 26.3% of statements [2020-10-12T07:09:49.457Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.009s coverage: 15.4% of statements [2020-10-12T07:09:49.457Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.030s coverage: 15.4% of statements [2020-10-12T07:09:49.457Z] ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.031s coverage: 14.3% of statements [2020-10-12T07:09:49.457Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] [2020-10-12T07:09:49.457Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.061s coverage: 29.1% of statements [2020-10-12T07:09:49.457Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.048s coverage: 100.0% of statements [2020-10-12T07:09:50.448Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.059s coverage: 94.4% of statements [2020-10-12T07:09:51.044Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.025s coverage: 100.0% of statements [2020-10-12T07:09:51.044Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] [2020-10-12T07:09:51.044Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-10-12T07:09:55.358Z] gofmt -l . [2020-10-12T07:09:55.630Z] [ "`gofmt -l .`" = "" ] [Pipeline] stash [2020-10-12T07:09:56.363Z] Warning: overwriting stash ‘coverage-report’ [2020-10-12T07:09:57.223Z] Stashed 1 file(s) [Pipeline] } [2020-10-12T07:09:57.237Z] $ docker stop --time=1 f06425fd5f85b0a15c2cc5490fde9b70916dfdc38905edbbcf3ca513aa2e1998 [2020-10-12T07:09:59.576Z] $ docker rm -f f06425fd5f85b0a15c2cc5490fde9b70916dfdc38905edbbcf3ca513aa2e1998 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2020-10-12T07:10:02.634Z] provisioning config files... [2020-10-12T07:10:02.649Z] copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_PR-333@tmp/config3001891277425888668tmp [Pipeline] { [Pipeline] sh [2020-10-12T07:10:03.035Z] + set +x [2020-10-12T07:10:03.035Z] + curl -s https://codecov.io/bash [2020-10-12T07:10:03.035Z] + bash -s -- [2020-10-12T07:10:03.298Z] [2020-10-12T07:10:03.298Z] _____ _ [2020-10-12T07:10:03.298Z] / ____| | | [2020-10-12T07:10:03.298Z] | | ___ __| | ___ ___ _____ __ [2020-10-12T07:10:03.298Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-10-12T07:10:03.298Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-10-12T07:10:03.298Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-10-12T07:10:03.298Z] Bash-20201009-048fee3 [2020-10-12T07:10:03.298Z] [2020-10-12T07:10:03.298Z] [2020-10-12T07:10:03.298Z] ==> Jenkins CI detected. [2020-10-12T07:10:03.298Z] project root: . [2020-10-12T07:10:03.298Z] --> token set from env [2020-10-12T07:10:03.298Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-10-12T07:10:03.298Z] ==> Running gcov in . (disable via -X gcov) [2020-10-12T07:10:03.298Z] ==> Python coveragepy not found [2020-10-12T07:10:03.298Z] ==> Searching for coverage reports in: [2020-10-12T07:10:03.298Z] + . [2020-10-12T07:10:03.298Z] -> Found 1 reports [2020-10-12T07:10:03.564Z] ==> Detecting git/mercurial file structure [2020-10-12T07:10:03.564Z] ==> Reading reports [2020-10-12T07:10:03.564Z] + ./coverage.out bytes=106645 [2020-10-12T07:10:03.564Z] ==> Appending adjustments [2020-10-12T07:10:03.564Z] https://docs.codecov.io/docs/fixing-reports [2020-10-12T07:10:04.519Z] + Found adjustments [2020-10-12T07:10:04.519Z] ==> Gzipping contents [2020-10-12T07:10:04.519Z] ==> Uploading reports [2020-10-12T07:10:04.519Z] url: https://codecov.io [2020-10-12T07:10:04.519Z] query: branch=PR-333&commit=6b72e9b4be770aed383d6fa20983b96800ac4af0&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-333%2F2%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=333&job=&cmd_args= [2020-10-12T07:10:04.519Z] -> Pinging Codecov [2020-10-12T07:10:04.519Z] https://codecov.io/upload/v4?package=bash-20201009-048fee3&token=secret&branch=PR-333&commit=6b72e9b4be770aed383d6fa20983b96800ac4af0&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-333%2F2%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=333&job=&cmd_args= [2020-10-12T07:10:04.519Z] -> Uploading to [2020-10-12T07:10:04.519Z] [2020-10-12T07:10:04.519Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-12T07:10:04.519Z] Dload Upload Total Spent Left Speed [2020-10-12T07:10:04.519Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (6) Could not resolve host: ; Unknown error [2020-10-12T07:10:04.519Z] X> Failed to upload [2020-10-12T07:10:04.519Z] ==> Uploading to Codecov [2020-10-12T07:10:04.519Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-12T07:10:04.519Z] Dload Upload Total Spent Left Speed [2020-10-12T07:10:05.364Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 17157 100 118 100 17039 189 27369 --:--:-- --:--:-- --:--:-- 27349 [2020-10-12T07:10:05.364Z] View reports at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/6b72e9b4be770aed383d6fa20983b96800ac4af0 [Pipeline] } [2020-10-12T07:10:05.376Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair 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-10-12T07:10:07.740Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-12T07:10:08.308Z] ---> package-listing.sh [2020-10-12T07:10:08.308Z] ++ facter osfamily [2020-10-12T07:10:08.308Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-12T07:10:08.308Z] + OS_FAMILY=redhat [2020-10-12T07:10:08.308Z] + workspace=/w/workspace/dry_go-mod-core-contracts_PR-333 [2020-10-12T07:10:08.308Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-12T07:10:08.308Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-12T07:10:08.309Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-12T07:10:08.309Z] + PACKAGES=/tmp/packages_start.txt [2020-10-12T07:10:08.309Z] + '[' /w/workspace/dry_go-mod-core-contracts_PR-333 ']' [2020-10-12T07:10:08.309Z] + PACKAGES=/tmp/packages_end.txt [2020-10-12T07:10:08.309Z] + case "${OS_FAMILY}" in [2020-10-12T07:10:08.309Z] + rpm -qa [2020-10-12T07:10:08.309Z] + sort [2020-10-12T07:10:12.533Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-12T07:10:12.533Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-12T07:10:12.533Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-12T07:10:12.533Z] + '[' /w/workspace/dry_go-mod-core-contracts_PR-333 ']' [2020-10-12T07:10:12.533Z] + mkdir -p /w/workspace/dry_go-mod-core-contracts_PR-333/archives/ [2020-10-12T07:10:12.533Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_PR-333/archives/ [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-12T07:10:12.745Z] provisioning config files... [2020-10-12T07:10:12.772Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-333@tmp/config5197873074879255072tmp [Pipeline] { [Pipeline] echo [2020-10-12T07:10:12.839Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-12T07:10:13.149Z] ---> create-netrc.sh [Pipeline] } [2020-10-12T07:10:13.161Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-12T07:10:13.248Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-12T07:10:13.552Z] ---> python-tools-install.sh [2020-10-12T07:10:13.552Z] Generating Requirements File [2020-10-12T07:11:35.179Z] Python 3.6.8 [2020-10-12T07:11:35.179Z] pip 20.2.3 from /home/jenkins/.local/lib/python3.6/site-packages/pip (python 3.6) [2020-10-12T07:11:35.179Z] appdirs==1.4.3 [2020-10-12T07:11:35.179Z] argcomplete==1.12.1 [2020-10-12T07:11:35.179Z] aspy.yaml==1.3.0 [2020-10-12T07:11:35.179Z] attrs==19.3.0 [2020-10-12T07:11:35.179Z] Babel==2.8.0 [2020-10-12T07:11:35.179Z] beautifulsoup4==4.8.2 [2020-10-12T07:11:35.179Z] boto3==1.11.6 [2020-10-12T07:11:35.179Z] botocore==1.14.6 [2020-10-12T07:11:35.179Z] bs4==0.0.1 [2020-10-12T07:11:35.179Z] cachetools==4.1.1 [2020-10-12T07:11:35.179Z] certifi==2019.11.28 [2020-10-12T07:11:35.179Z] cffi==1.14.3 [2020-10-12T07:11:35.179Z] cfgv==2.0.1 [2020-10-12T07:11:35.179Z] chardet==3.0.4 [2020-10-12T07:11:35.179Z] click==7.1 [2020-10-12T07:11:35.179Z] cliff==3.4.0 [2020-10-12T07:11:35.179Z] cmd2==1.3.11 [2020-10-12T07:11:35.179Z] colorama==0.4.3 [2020-10-12T07:11:35.179Z] cryptography==3.1.1 [2020-10-12T07:11:35.179Z] debtcollector==2.2.0 [2020-10-12T07:11:35.179Z] decorator==4.4.2 [2020-10-12T07:11:35.179Z] defusedxml==0.6.0 [2020-10-12T07:11:35.179Z] Deprecated==1.2.7 [2020-10-12T07:11:35.179Z] distlib==0.3.1 [2020-10-12T07:11:35.179Z] distro==1.2.0 [2020-10-12T07:11:35.179Z] dnspython==1.16.0 [2020-10-12T07:11:35.179Z] docker==4.2.0 [2020-10-12T07:11:35.179Z] docutils==0.15.2 [2020-10-12T07:11:35.179Z] dogpile.cache==1.0.2 [2020-10-12T07:11:35.179Z] email-validator==1.0.5 [2020-10-12T07:11:35.179Z] filelock==3.0.12 [2020-10-12T07:11:35.179Z] future==0.18.2 [2020-10-12T07:11:35.179Z] google-auth==1.22.1 [2020-10-12T07:11:35.179Z] httplib2==0.17.0 [2020-10-12T07:11:35.179Z] identify==1.4.11 [2020-10-12T07:11:35.179Z] idna==2.9 [2020-10-12T07:11:35.179Z] importlib-metadata==2.0.0 [2020-10-12T07:11:35.179Z] importlib-resources==1.5.0 [2020-10-12T07:11:35.179Z] iso8601==0.1.13 [2020-10-12T07:11:35.179Z] Jinja2==2.11.1 [2020-10-12T07:11:35.179Z] jmespath==0.10.0 [2020-10-12T07:11:35.179Z] jsonpatch==1.26 [2020-10-12T07:11:35.179Z] jsonpointer==2.0 [2020-10-12T07:11:35.179Z] jsonschema==3.2.0 [2020-10-12T07:11:35.179Z] keystoneauth1==4.2.1 [2020-10-12T07:11:35.179Z] kubernetes==11.0.0 [2020-10-12T07:11:35.179Z] lftools==0.34.2 [2020-10-12T07:11:35.179Z] lxml==4.5.0 [2020-10-12T07:11:35.179Z] MarkupSafe==0.23 [2020-10-12T07:11:35.179Z] msgpack==1.0.0 [2020-10-12T07:11:35.179Z] multi-key-dict==2.0.3 [2020-10-12T07:11:35.179Z] munch==2.5.0 [2020-10-12T07:11:35.179Z] netaddr==0.8.0 [2020-10-12T07:11:35.179Z] netifaces==0.10.9 [2020-10-12T07:11:35.179Z] niet==1.4.2 [2020-10-12T07:11:35.179Z] nodeenv==1.3.5 [2020-10-12T07:11:35.179Z] oauth2client==4.1.3 [2020-10-12T07:11:35.179Z] oauthlib==3.1.0 [2020-10-12T07:11:35.179Z] openstacksdk==0.50.0 [2020-10-12T07:11:35.179Z] os-client-config==2.1.0 [2020-10-12T07:11:35.179Z] os-service-types==1.7.0 [2020-10-12T07:11:35.179Z] osc-lib==2.2.1 [2020-10-12T07:11:35.180Z] oslo.config==8.3.2 [2020-10-12T07:11:35.180Z] oslo.context==3.1.1 [2020-10-12T07:11:35.180Z] oslo.i18n==5.0.1 [2020-10-12T07:11:35.180Z] oslo.log==4.4.0 [2020-10-12T07:11:35.180Z] oslo.serialization==4.0.1 [2020-10-12T07:11:35.180Z] oslo.utils==4.6.0 [2020-10-12T07:11:35.180Z] packaging==20.4 [2020-10-12T07:11:35.180Z] pbr==5.4.4 [2020-10-12T07:11:35.180Z] pluggy==0.13.1 [2020-10-12T07:11:35.180Z] prettytable==0.7.2 [2020-10-12T07:11:35.180Z] py==1.9.0 [2020-10-12T07:11:35.180Z] pyasn1==0.4.8 [2020-10-12T07:11:35.180Z] pyasn1-modules==0.2.8 [2020-10-12T07:11:35.180Z] pycparser==2.20 [2020-10-12T07:11:35.180Z] pygerrit2==2.0.10 [2020-10-12T07:11:35.180Z] PyGithub==1.46 [2020-10-12T07:11:35.180Z] pyinotify==0.9.6 [2020-10-12T07:11:35.180Z] PyJWT==1.7.1 [2020-10-12T07:11:35.180Z] pyparsing==2.4.7 [2020-10-12T07:11:35.180Z] pyperclip==1.8.1 [2020-10-12T07:11:35.180Z] pyroute2==0.4.13 [2020-10-12T07:11:35.180Z] pyrsistent==0.15.7 [2020-10-12T07:11:35.180Z] PySocks==1.6.8 [2020-10-12T07:11:35.180Z] python-cinderclient==7.2.0 [2020-10-12T07:11:35.180Z] python-dateutil==2.8.1 [2020-10-12T07:11:35.180Z] python-heatclient==2.2.1 [2020-10-12T07:11:35.180Z] python-jenkins==1.7.0 [2020-10-12T07:11:35.180Z] python-keystoneclient==4.1.1 [2020-10-12T07:11:35.180Z] python-magnumclient==3.2.1 [2020-10-12T07:11:35.180Z] python-novaclient==17.2.1 [2020-10-12T07:11:35.180Z] python-openstackclient==5.4.0 [2020-10-12T07:11:35.180Z] python-swiftclient==3.10.1 [2020-10-12T07:11:35.180Z] pytz==2020.1 [2020-10-12T07:11:35.180Z] PyYAML==5.3 [2020-10-12T07:11:35.180Z] requests==2.23.0 [2020-10-12T07:11:35.180Z] requests-oauthlib==1.3.0 [2020-10-12T07:11:35.180Z] requestsexceptions==1.4.0 [2020-10-12T07:11:35.180Z] rfc3986==1.4.0 [2020-10-12T07:11:35.180Z] rpm==4.11.3 [2020-10-12T07:11:35.180Z] rsa==4.0 [2020-10-12T07:11:35.180Z] ruamel.yaml==0.16.10 [2020-10-12T07:11:35.180Z] ruamel.yaml.clib==0.2.0 [2020-10-12T07:11:35.180Z] s3transfer==0.3.3 [2020-10-12T07:11:35.180Z] shade==1.27.2 [2020-10-12T07:11:35.180Z] simplejson==3.17.2 [2020-10-12T07:11:35.180Z] six==1.14.0 [2020-10-12T07:11:35.180Z] soupsieve==2.0 [2020-10-12T07:11:35.180Z] stevedore==3.2.2 [2020-10-12T07:11:35.180Z] tabulate==0.8.6 [2020-10-12T07:11:35.180Z] toml==0.10.0 [2020-10-12T07:11:35.180Z] tox==3.20.1 [2020-10-12T07:11:35.180Z] tqdm==4.43.0 [2020-10-12T07:11:35.180Z] urllib3==1.25.8 [2020-10-12T07:11:35.180Z] virtualenv==20.0.33 [2020-10-12T07:11:35.180Z] wcwidth==0.2.5 [2020-10-12T07:11:35.180Z] websocket-client==0.57.0 [2020-10-12T07:11:35.180Z] wrapt==1.12.1 [2020-10-12T07:11:35.180Z] xdg==3.0.2 [2020-10-12T07:11:35.180Z] xmltodict==0.12.0 [2020-10-12T07:11:35.180Z] yq==2.11.1 [2020-10-12T07:11:35.180Z] zipp==3.3.0 [2020-10-12T07:11:35.180Z] Cache entry deserialization failed, entry ignored [2020-10-12T07:11:36.697Z] DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality. [2020-10-12T07:11:40.089Z] Python 2.7.5 [2020-10-12T07:11:40.353Z] pip 20.2.3 from /home/jenkins/.local/lib/python2.7/site-packages/pip (python 2.7) [2020-10-12T07:11:40.929Z] DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality. [2020-10-12T07:11:40.929Z] ansible==2.9.7 [2020-10-12T07:11:40.929Z] Babel==0.9.6 [2020-10-12T07:11:40.929Z] backports.ssl-match-hostname==3.5.0.1 [2020-10-12T07:11:40.929Z] beautifulsoup4==4.4.1 [2020-10-12T07:11:40.929Z] bodhi==2.11.0 [2020-10-12T07:11:40.929Z] bodhi-client==2.11.0 [2020-10-12T07:11:40.929Z] CCColUtils==1.4 [2020-10-12T07:11:40.929Z] cffi==1.6.0 [2020-10-12T07:11:40.929Z] chardet==2.2.1 [2020-10-12T07:11:40.929Z] click==6.7 [2020-10-12T07:11:40.929Z] cloud-init==18.5 [2020-10-12T07:11:40.929Z] configobj==4.7.2 [2020-10-12T07:11:40.929Z] cryptography==1.7.2 [2020-10-12T07:11:40.929Z] decorator==3.4.0 [2020-10-12T07:11:40.929Z] distro==1.2.0 [2020-10-12T07:11:40.929Z] enum34==1.0.4 [2020-10-12T07:11:40.929Z] fedpkg==1.38 [2020-10-12T07:11:40.929Z] futures==3.1.1 [2020-10-12T07:11:40.929Z] gitdb==0.6.4 [2020-10-12T07:11:40.929Z] GitPython==1.0.1 [2020-10-12T07:11:40.929Z] html5lib==0.999 [2020-10-12T07:11:40.929Z] httplib2==0.9.2 [2020-10-12T07:11:40.929Z] idna==2.4 [2020-10-12T07:11:40.929Z] iniparse==0.4 [2020-10-12T07:11:40.929Z] ipaddress==1.0.16 [2020-10-12T07:11:40.929Z] IPy==0.75 [2020-10-12T07:11:40.929Z] javapackages==1.0.0 [2020-10-12T07:11:40.929Z] Jinja2==2.7.2 [2020-10-12T07:11:40.929Z] jmespath==0.9.4 [2020-10-12T07:11:40.929Z] jsonpatch==1.2 [2020-10-12T07:11:40.929Z] jsonpointer==1.9 [2020-10-12T07:11:40.929Z] kerberos==1.1 [2020-10-12T07:11:40.929Z] kitchen==1.1.1 [2020-10-12T07:11:40.929Z] langtable==0.0.31 [2020-10-12T07:11:40.929Z] lockfile==0.9.1 [2020-10-12T07:11:40.929Z] lxml==3.2.1 [2020-10-12T07:11:40.929Z] MarkupSafe==0.11 [2020-10-12T07:11:40.929Z] munch==2.0.2 [2020-10-12T07:11:40.929Z] offtrac==0.1.0 [2020-10-12T07:11:40.929Z] openidc-client==0.6.0 [2020-10-12T07:11:40.929Z] packagedb-cli==2.14.1 [2020-10-12T07:11:40.929Z] paramiko==2.1.1 [2020-10-12T07:11:40.929Z] perf==0.1 [2020-10-12T07:11:40.929Z] ply==3.4 [2020-10-12T07:11:40.929Z] policycoreutils-default-encoding==0.1 [2020-10-12T07:11:40.929Z] prettytable==0.7.2 [2020-10-12T07:11:40.929Z] pyasn1==0.1.9 [2020-10-12T07:11:40.929Z] pycparser==2.14 [2020-10-12T07:11:40.929Z] pycurl==7.19.0 [2020-10-12T07:11:40.929Z] pygobject==3.22.0 [2020-10-12T07:11:40.929Z] pygpgme==0.3 [2020-10-12T07:11:40.929Z] pyliblzma==0.5.3 [2020-10-12T07:11:40.929Z] pyOpenSSL==0.13.1 [2020-10-12T07:11:40.929Z] pyparsing==1.5.6 [2020-10-12T07:11:40.929Z] pyserial==2.6 [2020-10-12T07:11:40.929Z] python-augeas==0.5.0 [2020-10-12T07:11:40.929Z] python-bugzilla==2.3.0 [2020-10-12T07:11:40.929Z] python-dateutil==1.5 [2020-10-12T07:11:40.929Z] python-fedora==0.10.0 [2020-10-12T07:11:40.929Z] python-linux-procfs==0.4.9 [2020-10-12T07:11:40.929Z] python-yubico==1.2.3 [2020-10-12T07:11:40.929Z] pyudev==0.15 [2020-10-12T07:11:40.929Z] pyusb==1.0.0b1 [2020-10-12T07:11:40.929Z] pyxattr==0.5.1 [2020-10-12T07:11:40.929Z] PyYAML==3.10 [2020-10-12T07:11:40.929Z] requests==2.6.0 [2020-10-12T07:11:40.929Z] requests-kerberos==0.7.0 [2020-10-12T07:11:40.929Z] rpkg==1.60 [2020-10-12T07:11:40.929Z] schedutils==0.4 [2020-10-12T07:11:40.929Z] seobject==0.1 [2020-10-12T07:11:40.929Z] sepolicy==1.1 [2020-10-12T07:11:40.929Z] six==1.9.0 [2020-10-12T07:11:40.929Z] smmap==0.9.0 [2020-10-12T07:11:40.929Z] urlgrabber==3.10 [2020-10-12T07:11:40.929Z] urllib3==1.10.2 [2020-10-12T07:11:40.929Z] virtualenv==15.1.0 [2020-10-12T07:11:40.929Z] yum-langpacks==0.4.2 [2020-10-12T07:11:40.929Z] yum-metadata-parser==1.1.4 [Pipeline] echo [2020-10-12T07:11:40.944Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-12T07:11:41.262Z] ---> sudo-logs.sh [2020-10-12T07:11:41.263Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-12T07:11:41.538Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-12T07:11:41.855Z] ---> job-cost.sh [2020-10-12T07:11:41.855Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-YeP6 [2020-10-12T07:11:54.132Z] Cache entry deserialization failed, entry ignored [2020-10-12T07:11:54.132Z] Cache entry deserialization failed, entry ignored [2020-10-12T07:11:57.461Z] Cache entry deserialization failed, entry ignored [2020-10-12T07:11:57.461Z] Cache entry deserialization failed, entry ignored [2020-10-12T07:11:57.461Z] Cache entry deserialization failed, entry ignored [2020-10-12T07:11:57.461Z] Cache entry deserialization failed, entry ignored [2020-10-12T07:11:57.727Z] Cache entry deserialization failed, entry ignored [2020-10-12T07:11:57.727Z] Cache entry deserialization failed, entry ignored [2020-10-12T07:11:58.302Z] Cache entry deserialization failed, entry ignored [2020-10-12T07:11:58.303Z] Cache entry deserialization failed, entry ignored [2020-10-12T07:11:58.565Z] Cache entry deserialization failed, entry ignored [2020-10-12T07:11:58.828Z] Cache entry deserialization failed, entry ignored [2020-10-12T07:11:58.829Z] Cache entry deserialization failed, entry ignored [2020-10-12T07:12:01.400Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2020-10-12T07:12:33.589Z] lf-activate-venv(): INFO: Adding /tmp/venv-YeP6/bin to PATH [2020-10-12T07:12:33.589Z] INFO: No Stack... [2020-10-12T07:12:33.589Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-12T07:12:33.589Z] INFO: Archiving Costs [Pipeline] echo [2020-10-12T07:12:33.611Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-12T07:12:34.163Z] ---> logs-deploy.sh [2020-10-12T07:12:34.163Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-333/2 [2020-10-12T07:12:34.163Z] INFO: archiving workspace using pattern(s): [2020-10-12T07:12:36.093Z] Archives upload complete. [2020-10-12T07:12:36.093Z] INFO: archiving logs to Nexus [2020-10-12T07:12:37.493Z] ---> uname -a: [2020-10-12T07:12:37.493Z] Linux prd-centos7-docker-4c-2g-4752.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux [2020-10-12T07:12:37.493Z] [2020-10-12T07:12:37.493Z] [2020-10-12T07:12:37.493Z] ---> lscpu: [2020-10-12T07:12:37.493Z] Architecture: x86_64 [2020-10-12T07:12:37.493Z] CPU op-mode(s): 32-bit, 64-bit [2020-10-12T07:12:37.493Z] Byte Order: Little Endian [2020-10-12T07:12:37.493Z] CPU(s): 4 [2020-10-12T07:12:37.493Z] On-line CPU(s) list: 0-3 [2020-10-12T07:12:37.493Z] Thread(s) per core: 1 [2020-10-12T07:12:37.493Z] Core(s) per socket: 1 [2020-10-12T07:12:37.493Z] Socket(s): 4 [2020-10-12T07:12:37.493Z] NUMA node(s): 1 [2020-10-12T07:12:37.493Z] Vendor ID: GenuineIntel [2020-10-12T07:12:37.493Z] CPU family: 6 [2020-10-12T07:12:37.493Z] Model: 44 [2020-10-12T07:12:37.493Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-10-12T07:12:37.493Z] Stepping: 1 [2020-10-12T07:12:37.493Z] CPU MHz: 2933.436 [2020-10-12T07:12:37.493Z] BogoMIPS: 5866.87 [2020-10-12T07:12:37.493Z] Virtualization: VT-x [2020-10-12T07:12:37.493Z] Hypervisor vendor: KVM [2020-10-12T07:12:37.493Z] Virtualization type: full [2020-10-12T07:12:37.493Z] L1d cache: 32K [2020-10-12T07:12:37.493Z] L1i cache: 32K [2020-10-12T07:12:37.493Z] L2 cache: 4096K [2020-10-12T07:12:37.493Z] L3 cache: 16384K [2020-10-12T07:12:37.493Z] NUMA node0 CPU(s): 0-3 [2020-10-12T07:12:37.493Z] 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-10-12T07:12:37.493Z] [2020-10-12T07:12:37.493Z] [2020-10-12T07:12:37.493Z] ---> nproc: [2020-10-12T07:12:37.493Z] 4 [2020-10-12T07:12:37.493Z] [2020-10-12T07:12:37.493Z] [2020-10-12T07:12:37.493Z] ---> df -h: [2020-10-12T07:12:37.493Z] Filesystem Size Used Avail Use% Mounted on [2020-10-12T07:12:37.493Z] devtmpfs 887M 0 887M 0% /dev [2020-10-12T07:12:37.493Z] tmpfs 919M 0 919M 0% /dev/shm [2020-10-12T07:12:37.493Z] tmpfs 919M 17M 903M 2% /run [2020-10-12T07:12:37.493Z] tmpfs 919M 0 919M 0% /sys/fs/cgroup [2020-10-12T07:12:37.493Z] /dev/vda1 50G 7.3G 43G 15% / [2020-10-12T07:12:37.493Z] tmpfs 184M 0 184M 0% /run/user/1001 [2020-10-12T07:12:37.493Z] [2020-10-12T07:12:37.493Z] [2020-10-12T07:12:37.493Z] ---> free -m: [2020-10-12T07:12:37.493Z] total used free shared buff/cache available [2020-10-12T07:12:37.493Z] Mem: 1837 585 71 16 1181 1054 [2020-10-12T07:12:37.493Z] Swap: 1023 0 1023 [2020-10-12T07:12:37.493Z] [2020-10-12T07:12:37.493Z] [2020-10-12T07:12:37.493Z] ---> ip addr: [2020-10-12T07:12:37.493Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 [2020-10-12T07:12:37.493Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-10-12T07:12:37.493Z] inet 127.0.0.1/8 scope host lo [2020-10-12T07:12:37.493Z] valid_lft forever preferred_lft forever [2020-10-12T07:12:37.493Z] inet6 ::1/128 scope host [2020-10-12T07:12:37.493Z] valid_lft forever preferred_lft forever [2020-10-12T07:12:37.493Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP group default qlen 1000 [2020-10-12T07:12:37.493Z] link/ether fa:16:3e:36:c5:39 brd ff:ff:ff:ff:ff:ff [2020-10-12T07:12:37.493Z] inet 10.30.122.69/23 brd 10.30.123.255 scope global dynamic eth0 [2020-10-12T07:12:37.493Z] valid_lft 85825sec preferred_lft 85825sec [2020-10-12T07:12:37.493Z] inet6 fe80::f816:3eff:fe36:c539/64 scope link [2020-10-12T07:12:37.493Z] valid_lft forever preferred_lft forever [2020-10-12T07:12:37.493Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN group default [2020-10-12T07:12:37.493Z] link/ether 02:42:cb:64:09:91 brd ff:ff:ff:ff:ff:ff [2020-10-12T07:12:37.493Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2020-10-12T07:12:37.493Z] valid_lft forever preferred_lft forever [2020-10-12T07:12:37.493Z] inet6 fe80::42:cbff:fe64:991/64 scope link [2020-10-12T07:12:37.493Z] valid_lft forever preferred_lft forever [2020-10-12T07:12:37.493Z] [2020-10-12T07:12:37.493Z] [2020-10-12T07:12:37.493Z] ---> sar -b -r -n DEV: [2020-10-12T07:12:37.493Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/12/2020 _x86_64_ (4 CPU) [2020-10-12T07:12:37.493Z] [2020-10-12T07:12:37.493Z] 07:02:43 AM LINUX RESTART [2020-10-12T07:12:37.493Z] [2020-10-12T07:12:37.493Z] 07:04:01 AM tps rtps wtps bread/s bwrtn/s [2020-10-12T07:12:37.493Z] 07:05:01 AM 11.27 3.08 8.19 975.69 209.26 [2020-10-12T07:12:37.493Z] 07:06:01 AM 0.32 0.00 0.32 0.00 4.46 [2020-10-12T07:12:37.493Z] 07:07:01 AM 0.22 0.00 0.22 0.00 2.20 [2020-10-12T07:12:37.493Z] 07:08:01 AM 0.30 0.00 0.30 0.00 3.91 [2020-10-12T07:12:37.493Z] 07:09:01 AM 0.32 0.00 0.32 0.00 4.50 [2020-10-12T07:12:37.493Z] 07:10:01 AM 0.30 0.02 0.28 0.13 3.40 [2020-10-12T07:12:37.493Z] 07:11:01 AM 90.56 60.40 30.16 5381.59 2722.89 [2020-10-12T07:12:37.493Z] 07:12:01 AM 107.13 19.78 87.35 850.07 12773.10 [2020-10-12T07:12:37.493Z] Average: 26.36 10.43 15.93 902.94 1969.88 [2020-10-12T07:12:37.493Z] [2020-10-12T07:12:37.493Z] 07:04:01 AM kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-10-12T07:12:37.493Z] 07:05:01 AM 158636 1722920 91.57 2620 1165908 1119176 38.20 424428 1135496 16 [2020-10-12T07:12:37.493Z] 07:06:01 AM 166780 1714776 91.14 2620 1165912 1070000 36.52 420248 1132100 12 [2020-10-12T07:12:37.493Z] 07:07:01 AM 166700 1714856 91.14 2620 1165920 1070156 36.52 421244 1132104 8 [2020-10-12T07:12:37.493Z] 07:08:01 AM 165368 1716188 91.21 2620 1165920 1070376 36.53 423852 1130504 12 [2020-10-12T07:12:37.493Z] 07:09:01 AM 164276 1717280 91.27 2620 1165924 1070340 36.53 425076 1130504 8 [2020-10-12T07:12:37.493Z] 07:10:01 AM 164384 1717172 91.26 2620 1165936 1070292 36.53 426360 1129352 8 [2020-10-12T07:12:37.493Z] 07:11:01 AM 95072 1786484 94.95 2620 1154308 1130308 38.58 482104 1122100 67036 [2020-10-12T07:12:37.493Z] 07:12:01 AM 86616 1794940 95.40 2620 1127892 1112140 37.96 485560 1075564 23032 [2020-10-12T07:12:37.493Z] Average: 145979 1735577 92.24 2620 1159715 1089098 37.17 438609 1123466 11266 [2020-10-12T07:12:37.493Z] [2020-10-12T07:12:37.493Z] 07:04:01 AM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s [2020-10-12T07:12:37.493Z] 07:05:01 AM eth0 37.06 31.42 34.71 43.36 0.00 0.00 0.00 [2020-10-12T07:12:37.494Z] 07:05:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-12T07:12:37.494Z] 07:05:01 AM docker0 5.84 4.05 1.11 11.76 0.00 0.00 0.00 [2020-10-12T07:12:37.494Z] 07:06:01 AM eth0 0.60 0.08 0.06 0.01 0.00 0.00 0.00 [2020-10-12T07:12:37.494Z] 07:06:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-12T07:12:37.494Z] 07:06:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-12T07:12:37.494Z] 07:07:01 AM eth0 1.37 0.50 0.38 0.21 0.00 0.00 0.00 [2020-10-12T07:12:37.494Z] 07:07:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-12T07:12:37.494Z] 07:07:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-12T07:12:37.494Z] 07:08:01 AM eth0 1.00 0.33 0.32 0.20 0.00 0.00 0.00 [2020-10-12T07:12:37.494Z] 07:08:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-12T07:12:37.494Z] 07:08:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-12T07:12:37.494Z] 07:09:01 AM eth0 0.66 0.42 0.35 0.27 0.00 0.00 0.00 [2020-10-12T07:12:37.494Z] 07:09:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-12T07:12:37.494Z] 07:09:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-12T07:12:37.494Z] 07:10:01 AM eth0 0.85 0.17 0.11 0.01 0.00 0.00 0.00 [2020-10-12T07:12:37.494Z] 07:10:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-12T07:12:37.494Z] 07:10:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-12T07:12:37.494Z] 07:11:01 AM eth0 120.94 89.48 834.41 15.68 0.00 0.00 0.00 [2020-10-12T07:12:37.494Z] 07:11:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-12T07:12:37.494Z] 07:11:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-12T07:12:37.494Z] 07:12:01 AM eth0 56.95 49.54 115.58 9.91 0.00 0.00 0.00 [2020-10-12T07:12:37.494Z] 07:12:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-12T07:12:37.494Z] 07:12:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-12T07:12:37.494Z] Average: eth0 27.49 21.54 123.52 8.72 0.00 0.00 0.00 [2020-10-12T07:12:37.494Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-12T07:12:37.494Z] Average: docker0 0.73 0.51 0.14 1.47 0.00 0.00 0.00 [2020-10-12T07:12:37.494Z] [2020-10-12T07:12:37.494Z]