Pull request #493 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 e77b08da5f936ea45b5dd243effb6146996f10bb rather than 6d785b045e230da99e321734a9ae569f8c3c0c4e Obtained Jenkinsfile from e77b08da5f936ea45b5dd243effb6146996f10bb Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-core-contracts, buildImage:false, pushImage:false, semverBump:pre] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-core-contracts-settings PROJECT: go-mod-core-contracts USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-go-mod-core-contracts DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-25463 in /w/workspace/dry_go-mod-core-contracts_PR-493 [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-493 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/493/head:refs/remotes/origin/PR-493 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit e77b08da5f936ea45b5dd243effb6146996f10bb into PR head commit 6d785b045e230da99e321734a9ae569f8c3c0c4e Merge succeeded, producing 6d785b045e230da99e321734a9ae569f8c3c0c4e Checking out Revision 6d785b045e230da99e321734a9ae569f8c3c0c4e (PR-493) > git config core.sparsecheckout # timeout=10 > git checkout -f 6d785b045e230da99e321734a9ae569f8c3c0c4e # 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 e77b08da5f936ea45b5dd243effb6146996f10bb # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 6d785b045e230da99e321734a9ae569f8c3c0c4e # timeout=10 Commit message: "feat(V2): Add factory methods for DeviceServiceRequest DTO" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-08T06:13:34.826Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-08T06:13:35.073Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-08T06:13:35.182Z] ========================================================= [2021-02-08T06:13:35.183Z] EdgeX Global Pipelines Version Info [2021-02-08T06:13:35.183Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-08T06:13:36.794Z] ------------------- [2021-02-08T06:13:36.794Z] stable info: [2021-02-08T06:13:36.794Z] ------------------- [2021-02-08T06:13:36.794Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-08T06:13:36.794Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-08T06:13:36.794Z] Message: update stable to v1.0.179 [2021-02-08T06:13:37.740Z] ------------------- [2021-02-08T06:13:37.740Z] experimental info: [2021-02-08T06:13:37.740Z] ------------------- [2021-02-08T06:13:37.740Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-08T06:13:37.740Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-08T06:13:37.740Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-08T06:13:37.997Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo [2021-02-08T06:13:38.082Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo [2021-02-08T06:13:38.285Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-08T06:13:38.367Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-08T06:13:38.452Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-08T06:13:38.539Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-08T06:13:38.648Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-08T06:13:38.751Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-08T06:13:38.836Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-02-08T06:13:38.928Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-08T06:13:39.017Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-08T06:13:39.167Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo [2021-02-08T06:13:39.273Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-08T06:13:39.355Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-08T06:13:39.448Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2021-02-08T06:13:39.544Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-02-08T06:13:39.638Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-02-08T06:13:39.721Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-02-08T06:13:39.804Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-08T06:13:39.885Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-02-08T06:13:39.976Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-02-08T06:13:40.077Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-02-08T06:13:40.168Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-02-08T06:13:40.262Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-02-08T06:13:40.356Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2021-02-08T06:13:40.441Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-08T06:13:40.530Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-08T06:13:40.649Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-493 [Pipeline] echo [2021-02-08T06:13:40.738Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-493 [Pipeline] echo [2021-02-08T06:13:40.865Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-493 [Pipeline] echo [2021-02-08T06:13:40.974Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 6d785b045e230da99e321734a9ae569f8c3c0c4e [Pipeline] echo [2021-02-08T06:13:41.059Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 6d785b0 [Pipeline] echo [2021-02-08T06:13:41.142Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-08T06:13:41.851Z] + git log --format=format:%s -1 6d785b045e230da99e321734a9ae569f8c3c0c4e [Pipeline] echo [2021-02-08T06:13:41.929Z] GIT_COMMIT: 6d785b045e230da99e321734a9ae569f8c3c0c4e, Commit Message: feat(V2): Add factory methods for DeviceServiceRequest DTO [Pipeline] echo [2021-02-08T06:13:41.981Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-02-08T06:13:42.984Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-08T06:13:43.248Z] [2021-02-08T06:13:43.248Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-08T06:13:43.649Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-08T06:13:43.649Z] latest: Pulling from edgex-devops/git-semver [2021-02-08T06:13:43.649Z] 31603596830f: Pulling fs layer [2021-02-08T06:13:43.649Z] 2a8b12db71e7: Pulling fs layer [2021-02-08T06:13:43.649Z] 6ca5941a6612: Pulling fs layer [2021-02-08T06:13:43.649Z] ecc8261a40a4: Pulling fs layer [2021-02-08T06:13:43.649Z] ecc8261a40a4: Waiting [2021-02-08T06:13:43.649Z] 2a8b12db71e7: Verifying Checksum [2021-02-08T06:13:43.649Z] 2a8b12db71e7: Download complete [2021-02-08T06:13:43.912Z] 31603596830f: Verifying Checksum [2021-02-08T06:13:43.912Z] 31603596830f: Download complete [2021-02-08T06:13:43.912Z] ecc8261a40a4: Verifying Checksum [2021-02-08T06:13:43.912Z] ecc8261a40a4: Download complete [2021-02-08T06:13:43.912Z] 6ca5941a6612: Verifying Checksum [2021-02-08T06:13:43.912Z] 6ca5941a6612: Download complete [2021-02-08T06:13:44.175Z] 31603596830f: Pull complete [2021-02-08T06:13:44.437Z] 2a8b12db71e7: Pull complete [2021-02-08T06:13:45.386Z] 6ca5941a6612: Pull complete [2021-02-08T06:13:45.648Z] ecc8261a40a4: Pull complete [2021-02-08T06:13:45.648Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-08T06:13:45.648Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-08T06:13:45.648Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-08T06:13:45.754Z] prd-centos7-docker-4c-2g-25463 does not seem to be running inside a container [2021-02-08T06:13:45.801Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_PR-493 -v /w/workspace/dry_go-mod-core-contracts_PR-493:/w/workspace/dry_go-mod-core-contracts_PR-493:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-493@tmp:/w/workspace/dry_go-mod-core-contracts_PR-493@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 [2021-02-08T06:13:48.216Z] $ docker top e09831cee0bc6c2ae0c18796a7d6d3a5b7ce58e9395caed6d5903c57aebd8df5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-08T06:13:48.640Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-08T06:13:48.640Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-08T06:13:48.909Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-08T06:13:48.912Z] $ docker exec e09831cee0bc6c2ae0c18796a7d6d3a5b7ce58e9395caed6d5903c57aebd8df5 ssh-agent [2021-02-08T06:13:49.119Z] SSH_AUTH_SOCK=/tmp/ssh-4L8JQAxU5IUZ/agent.12 [2021-02-08T06:13:49.119Z] SSH_AGENT_PID=17 [2021-02-08T06:13:49.135Z] Running ssh-add (command line suppressed) [2021-02-08T06:13:49.268Z] Identity added: /w/workspace/dry_go-mod-core-contracts_PR-493@tmp/private_key_976859054489990684.key (/w/workspace/dry_go-mod-core-contracts_PR-493@tmp/private_key_976859054489990684.key) [2021-02-08T06:13:49.329Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-08T06:13:49.670Z] + git tag --points-at HEAD [Pipeline] } [2021-02-08T06:13:49.695Z] $ docker exec --env ******** --env ******** e09831cee0bc6c2ae0c18796a7d6d3a5b7ce58e9395caed6d5903c57aebd8df5 ssh-agent -k [2021-02-08T06:13:49.811Z] unset SSH_AUTH_SOCK; [2021-02-08T06:13:49.811Z] unset SSH_AGENT_PID; [2021-02-08T06:13:49.811Z] echo Agent pid 17 killed; [2021-02-08T06:13:49.866Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-08T06:13:49.995Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-08T06:13:49.995Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-08T06:13:50.167Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-08T06:13:50.171Z] $ docker exec e09831cee0bc6c2ae0c18796a7d6d3a5b7ce58e9395caed6d5903c57aebd8df5 ssh-agent [2021-02-08T06:13:50.347Z] SSH_AUTH_SOCK=/tmp/ssh-beUKns7Nfw7W/agent.47 [2021-02-08T06:13:50.347Z] SSH_AGENT_PID=52 [2021-02-08T06:13:50.355Z] Running ssh-add (command line suppressed) [2021-02-08T06:13:50.489Z] Identity added: /w/workspace/dry_go-mod-core-contracts_PR-493@tmp/private_key_963601858392185309.key (/w/workspace/dry_go-mod-core-contracts_PR-493@tmp/private_key_963601858392185309.key) [2021-02-08T06:13:50.544Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-08T06:13:50.944Z] + git semver init [2021-02-08T06:13:50.944Z] # -> Open(): unable to determine branch for HEAD [2021-02-08T06:13:50.944Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_PR-493/.git [2021-02-08T06:13:50.944Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_PR-493 [2021-02-08T06:13:50.944Z] # $SEMVER_REMOTE_NAME = origin [2021-02-08T06:13:50.944Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-08T06:13:50.944Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-08T06:13:50.944Z] # $SEMVER_BRANCH = PR-493 [2021-02-08T06:13:50.944Z] # $SEMVER_TEMP = /tmp/semver-222480194 [2021-02-08T06:13:50.944Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP [2021-02-08T06:13:51.530Z] # '/tmp/semver-222480194' -> '/w/workspace/dry_go-mod-core-contracts_PR-493/.semver' [2021-02-08T06:13:51.530Z] # -> Force: false [2021-02-08T06:13:51.530Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_PR-493/.semver [Pipeline] } [2021-02-08T06:13:51.544Z] $ docker exec --env ******** --env ******** e09831cee0bc6c2ae0c18796a7d6d3a5b7ce58e9395caed6d5903c57aebd8df5 ssh-agent -k [2021-02-08T06:13:51.665Z] unset SSH_AUTH_SOCK; [2021-02-08T06:13:51.665Z] unset SSH_AGENT_PID; [2021-02-08T06:13:51.665Z] echo Agent pid 52 killed; [2021-02-08T06:13:51.716Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-08T06:13:52.182Z] + git semver [Pipeline] } [2021-02-08T06:13:52.201Z] $ docker stop --time=1 e09831cee0bc6c2ae0c18796a7d6d3a5b7ce58e9395caed6d5903c57aebd8df5 [2021-02-08T06:13:54.050Z] $ docker rm -f e09831cee0bc6c2ae0c18796a7d6d3a5b7ce58e9395caed6d5903c57aebd8df5 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-08T06:13:54.616Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-08T06:13:55.180Z] Stashed 1 file(s) [Pipeline] echo [2021-02-08T06:13:55.183Z] [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 [2021-02-08T06:13:56.108Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-25460 in /w/workspace/dry_go-mod-core-contracts_PR-493 [Pipeline] { [Pipeline] ws [2021-02-08T06:13:56.202Z] Running in /w/workspace/go-mod-core-contracts/2 [Pipeline] { [Pipeline] checkout [2021-02-08T06:14:00.730Z] using credential edgex-jenkins-ssh [2021-02-08T06:14:00.791Z] Cloning the remote Git repository [2021-02-08T06:14:00.849Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-02-08T06:14:00.956Z] > git init /w/workspace/go-mod-core-contracts/2 # timeout=10 [2021-02-08T06:14:01.046Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-02-08T06:14:01.047Z] > git --version # timeout=10 [2021-02-08T06:14:01.068Z] > git --version # 'git version 2.17.1' [2021-02-08T06:14:01.070Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-08T06:14:01.147Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-08T06:14:02.530Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-02-08T06:14:02.551Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-08T06:14:02.582Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-02-08T06:14:02.617Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-02-08T06:14:02.617Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-08T06:14:02.629Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/493/head:refs/remotes/origin/PR-493 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-08T06:14:04.231Z] Merging remotes/origin/master commit e77b08da5f936ea45b5dd243effb6146996f10bb into PR head commit 6d785b045e230da99e321734a9ae569f8c3c0c4e [2021-02-08T06:14:04.484Z] Merge succeeded, producing 6d785b045e230da99e321734a9ae569f8c3c0c4e [2021-02-08T06:14:04.485Z] Checking out Revision 6d785b045e230da99e321734a9ae569f8c3c0c4e (PR-493) [2021-02-08T06:14:04.257Z] > git config core.sparsecheckout # timeout=10 [2021-02-08T06:14:04.276Z] > git checkout -f 6d785b045e230da99e321734a9ae569f8c3c0c4e # timeout=10 [2021-02-08T06:14:04.410Z] > git remote # timeout=10 [2021-02-08T06:14:04.427Z] > git config --get remote.origin.url # timeout=10 [2021-02-08T06:14:04.444Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-08T06:14:04.455Z] > git merge e77b08da5f936ea45b5dd243effb6146996f10bb # timeout=10 [2021-02-08T06:14:04.478Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-08T06:14:04.499Z] > git config core.sparsecheckout # timeout=10 [2021-02-08T06:14:04.510Z] > git checkout -f 6d785b045e230da99e321734a9ae569f8c3c0c4e # timeout=10 [2021-02-08T06:14:08.900Z] Commit message: "feat(V2): Add factory methods for DeviceServiceRequest DTO" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-08T06:14:10.547Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-08T06:14:10.911Z] Still waiting to schedule task [2021-02-08T06:14:10.911Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-25463’ [2021-02-08T06:14:10.973Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-08T06:14:11.318Z] + sudo service docker restart [2021-02-08T06:14:11.318Z] + true [Pipeline] unstash [Pipeline] echo [2021-02-08T06:14:13.566Z] ========================================================= [2021-02-08T06:14:13.566Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-08T06:14:13.566Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-08T06:14:13.955Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-02-08T06:14:14.942Z] Sending build context to Docker daemon 2.57MB [2021-02-08T06:14:14.942Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-02-08T06:14:14.942Z] Step 2/7 : FROM ${BASE} [2021-02-08T06:14:15.540Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-08T06:14:15.540Z] 5f621e34cdf4: Pulling fs layer [2021-02-08T06:14:15.540Z] a4357932f1b6: Pulling fs layer [2021-02-08T06:14:15.540Z] 18c013af1878: Pulling fs layer [2021-02-08T06:14:15.540Z] 00ac8860ef70: Pulling fs layer [2021-02-08T06:14:15.540Z] 63d7cb157983: Pulling fs layer [2021-02-08T06:14:15.540Z] b116817d02f9: Pulling fs layer [2021-02-08T06:14:15.540Z] 745a02a5169b: Pulling fs layer [2021-02-08T06:14:15.540Z] 63d7cb157983: Waiting [2021-02-08T06:14:15.540Z] 00ac8860ef70: Waiting [2021-02-08T06:14:15.540Z] b116817d02f9: Waiting [2021-02-08T06:14:15.540Z] 745a02a5169b: Waiting [2021-02-08T06:14:15.540Z] 18c013af1878: Verifying Checksum [2021-02-08T06:14:15.540Z] 18c013af1878: Download complete [2021-02-08T06:14:15.540Z] a4357932f1b6: Verifying Checksum [2021-02-08T06:14:15.540Z] a4357932f1b6: Download complete [2021-02-08T06:14:15.540Z] 63d7cb157983: Download complete [2021-02-08T06:14:15.540Z] b116817d02f9: Verifying Checksum [2021-02-08T06:14:15.540Z] b116817d02f9: Download complete [2021-02-08T06:14:15.540Z] 5f621e34cdf4: Verifying Checksum [2021-02-08T06:14:15.540Z] 5f621e34cdf4: Download complete [2021-02-08T06:14:16.141Z] 5f621e34cdf4: Pull complete [2021-02-08T06:14:16.742Z] a4357932f1b6: Pull complete [2021-02-08T06:14:17.014Z] 18c013af1878: Pull complete [2021-02-08T06:14:18.992Z] 745a02a5169b: Verifying Checksum [2021-02-08T06:14:18.992Z] 745a02a5169b: Download complete [2021-02-08T06:14:19.588Z] 00ac8860ef70: Verifying Checksum [2021-02-08T06:14:19.588Z] 00ac8860ef70: Download complete [2021-02-08T06:14:29.758Z] 00ac8860ef70: Pull complete [2021-02-08T06:14:29.758Z] 63d7cb157983: Pull complete [2021-02-08T06:14:30.041Z] b116817d02f9: Pull complete [2021-02-08T06:14:34.384Z] 745a02a5169b: Pull complete [2021-02-08T06:14:34.384Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-08T06:14:34.384Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-08T06:14:34.384Z] ---> b7e6874047d6 [2021-02-08T06:14:34.384Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-02-08T06:14:37.008Z] ---> Running in 55c3c08a7077 [2021-02-08T06:14:37.008Z] Removing intermediate container 55c3c08a7077 [2021-02-08T06:14:37.008Z] ---> 62a0cd3ff893 [2021-02-08T06:14:37.008Z] Step 4/7 : RUN apk add bash [2021-02-08T06:14:37.282Z] ---> Running in 7041634f6cfd [2021-02-08T06:14:38.264Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-08T06:14:39.243Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-08T06:14:40.224Z] OK: 142 MiB in 39 packages [2021-02-08T06:14:41.201Z] Removing intermediate container 7041634f6cfd [2021-02-08T06:14:41.201Z] ---> b431948cece5 [2021-02-08T06:14:41.201Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-02-08T06:14:41.477Z] ---> Running in 07f17ee2410b [2021-02-08T06:14:41.758Z] Removing intermediate container 07f17ee2410b [2021-02-08T06:14:41.759Z] ---> 36d784308bd3 [2021-02-08T06:14:41.759Z] Step 6/7 : COPY go.mod . [2021-02-08T06:14:42.756Z] ---> 384bcbcf2ebc [2021-02-08T06:14:42.756Z] Step 7/7 : RUN go mod download [2021-02-08T06:14:42.756Z] ---> Running in 9b164e200847 [2021-02-08T06:14:57.848Z] Removing intermediate container 9b164e200847 [2021-02-08T06:14:57.848Z] ---> fd474aae2944 [2021-02-08T06:14:57.848Z] Successfully built fd474aae2944 [2021-02-08T06:14:57.848Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-08T06:14:58.190Z] + docker inspect -f . ci-base-image-arm64 [2021-02-08T06:14:58.190Z] . [Pipeline] withDockerContainer [2021-02-08T06:14:58.432Z] prd-ubuntu18.04-docker-arm64-4c-16g-25460 does not seem to be running inside a container [2021-02-08T06:14:58.526Z] $ 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 [2021-02-08T06:15:00.097Z] $ docker top 7a31d6b57fb434513b534969ed8e00e9fc4ea1094495bf8a7c9f87b3154b0690 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-08T06:15:01.178Z] + go version [2021-02-08T06:15:01.178Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-08T06:15:01.210Z] $ docker stop --time=1 7a31d6b57fb434513b534969ed8e00e9fc4ea1094495bf8a7c9f87b3154b0690 [2021-02-08T06:15:03.197Z] $ docker rm -f 7a31d6b57fb434513b534969ed8e00e9fc4ea1094495bf8a7c9f87b3154b0690 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-08T06:15:04.185Z] + docker inspect -f . ci-base-image-arm64 [2021-02-08T06:15:04.186Z] . [Pipeline] withDockerContainer [2021-02-08T06:15:04.478Z] prd-ubuntu18.04-docker-arm64-4c-16g-25460 does not seem to be running inside a container [2021-02-08T06:15:04.578Z] $ 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 [2021-02-08T06:15:06.158Z] $ docker top 20fcd643c55f12ef1ea21b1060f606f598d26f3add4336194ba6d14124bcf163 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-08T06:15:07.167Z] + make test [2021-02-08T06:15:07.167Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-02-08T06:15:29.357Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] [2021-02-08T06:15:30.802Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.025s coverage: 85.7% of statements [2021-02-08T06:15:30.802Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.038s coverage: 100.0% of statements [2021-02-08T06:15:33.430Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.047s coverage: 45.4% of statements [2021-02-08T06:15:33.430Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.025s coverage: 77.8% of statements [2021-02-08T06:15:33.430Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] [2021-02-08T06:15:34.033Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.060s coverage: 26.3% of statements [2021-02-08T06:15:34.033Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.099s coverage: 14.7% of statements [2021-02-08T06:15:35.481Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.026s coverage: 100.0% of statements [2021-02-08T06:15:36.085Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.087s coverage: 91.8% of statements [2021-02-08T06:15:36.085Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] [2021-02-08T06:15:36.085Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] [2021-02-08T06:15:36.085Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.023s coverage: 100.0% of statements [2021-02-08T06:15:36.085Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.020s coverage: 36.7% of statements [2021-02-08T06:15:41.499Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.107s coverage: 63.0% of statements [2021-02-08T06:15:41.499Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.013s coverage: 26.3% of statements [2021-02-08T06:15:41.499Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.040s coverage: 15.4% of statements [2021-02-08T06:15:41.499Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.012s coverage: 15.4% of statements [2021-02-08T06:15:41.499Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.016s coverage: 14.3% of statements [2021-02-08T06:15:41.499Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] [2021-02-08T06:15:45.856Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.271s coverage: 84.6% of statements [2021-02-08T06:15:45.856Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] [2021-02-08T06:15:45.856Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] [2021-02-08T06:15:45.856Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] [2021-02-08T06:15:45.856Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.070s coverage: 51.0% of statements [2021-02-08T06:15:45.856Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.028s coverage: 94.7% of statements [2021-02-08T06:15:47.305Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.151s coverage: 88.9% of statements [2021-02-08T06:15:47.305Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.024s coverage: 100.0% of statements [2021-02-08T06:15:47.305Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models [no test files] [2021-02-08T06:15:47.579Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-02-08T06:15:52.984Z] gofmt -l . [2021-02-08T06:15:53.579Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-02-08T06:15:54.202Z] $ docker stop --time=1 20fcd643c55f12ef1ea21b1060f606f598d26f3add4336194ba6d14124bcf163 [2021-02-08T06:15:56.568Z] $ docker rm -f 20fcd643c55f12ef1ea21b1060f606f598d26f3add4336194ba6d14124bcf163 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-08T06:15:57.512Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-02-08T06:15:58.490Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-08T06:16:50.441Z] Running on prd-centos7-docker-4c-2g-25464 in /w/workspace/dry_go-mod-core-contracts_PR-493 [Pipeline] { [Pipeline] ws [2021-02-08T06:16:50.500Z] Running in /w/workspace/go-mod-core-contracts/2 [Pipeline] { [Pipeline] checkout [2021-02-08T06:17:00.956Z] using credential edgex-jenkins-ssh [2021-02-08T06:17:01.047Z] Cloning the remote Git repository [2021-02-08T06:17:01.196Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-02-08T06:17:01.301Z] > git init /w/workspace/go-mod-core-contracts/2 # timeout=10 [2021-02-08T06:17:01.603Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-02-08T06:17:01.604Z] > git --version # timeout=10 [2021-02-08T06:17:01.758Z] > git --version # 'git version 2.24.3' [2021-02-08T06:17:01.759Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-08T06:17:01.968Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-08T06:17:04.490Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-02-08T06:17:04.576Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-08T06:17:04.669Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-02-08T06:17:04.775Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-02-08T06:17:04.775Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-08T06:17:04.831Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/493/head:refs/remotes/origin/PR-493 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-08T06:17:05.579Z] Merging remotes/origin/master commit e77b08da5f936ea45b5dd243effb6146996f10bb into PR head commit 6d785b045e230da99e321734a9ae569f8c3c0c4e [2021-02-08T06:17:06.244Z] Merge succeeded, producing 6d785b045e230da99e321734a9ae569f8c3c0c4e [2021-02-08T06:17:06.244Z] Checking out Revision 6d785b045e230da99e321734a9ae569f8c3c0c4e (PR-493) [2021-02-08T06:17:05.629Z] > git config core.sparsecheckout # timeout=10 [2021-02-08T06:17:05.694Z] > git checkout -f 6d785b045e230da99e321734a9ae569f8c3c0c4e # timeout=10 [2021-02-08T06:17:05.838Z] > git remote # timeout=10 [2021-02-08T06:17:05.936Z] > git config --get remote.origin.url # timeout=10 [2021-02-08T06:17:06.033Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-08T06:17:06.061Z] > git merge e77b08da5f936ea45b5dd243effb6146996f10bb # timeout=10 [2021-02-08T06:17:06.174Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-08T06:17:06.251Z] > git config core.sparsecheckout # timeout=10 [2021-02-08T06:17:06.279Z] > git checkout -f 6d785b045e230da99e321734a9ae569f8c3c0c4e # timeout=10 [2021-02-08T06:17:11.094Z] Commit message: "feat(V2): Add factory methods for DeviceServiceRequest DTO" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-08T06:17:13.387Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-08T06:17:14.006Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-08T06:17:14.401Z] + sudo service docker restart [2021-02-08T06:17:14.401Z] + true [2021-02-08T06:17:14.401Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo [2021-02-08T06:17:17.451Z] ========================================================= [2021-02-08T06:17:17.451Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-08T06:17:17.451Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-08T06:17:17.910Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-02-08T06:17:19.170Z] Sending build context to Docker daemon 2.571MB [2021-02-08T06:17:19.170Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-02-08T06:17:19.170Z] Step 2/7 : FROM ${BASE} [2021-02-08T06:17:19.497Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-08T06:17:19.497Z] 188c0c94c7c5: Pulling fs layer [2021-02-08T06:17:19.497Z] 0ef7d3d256c8: Pulling fs layer [2021-02-08T06:17:19.497Z] de9db76c5a1d: Pulling fs layer [2021-02-08T06:17:19.497Z] bca2f99d35d6: Pulling fs layer [2021-02-08T06:17:19.497Z] 93359f2a8cfa: Pulling fs layer [2021-02-08T06:17:19.497Z] 7c6f9722023f: Pulling fs layer [2021-02-08T06:17:19.497Z] a35cf1a2eb13: Pulling fs layer [2021-02-08T06:17:19.497Z] 93359f2a8cfa: Waiting [2021-02-08T06:17:19.497Z] 7c6f9722023f: Waiting [2021-02-08T06:17:19.497Z] a35cf1a2eb13: Waiting [2021-02-08T06:17:19.497Z] bca2f99d35d6: Waiting [2021-02-08T06:17:19.497Z] de9db76c5a1d: Verifying Checksum [2021-02-08T06:17:19.497Z] de9db76c5a1d: Download complete [2021-02-08T06:17:19.497Z] 0ef7d3d256c8: Verifying Checksum [2021-02-08T06:17:19.497Z] 0ef7d3d256c8: Download complete [2021-02-08T06:17:19.790Z] 93359f2a8cfa: Verifying Checksum [2021-02-08T06:17:19.790Z] 93359f2a8cfa: Download complete [2021-02-08T06:17:20.406Z] 7c6f9722023f: Verifying Checksum [2021-02-08T06:17:20.406Z] 7c6f9722023f: Download complete [2021-02-08T06:17:20.706Z] 188c0c94c7c5: Download complete [2021-02-08T06:17:21.402Z] 188c0c94c7c5: Pull complete [2021-02-08T06:17:22.033Z] 0ef7d3d256c8: Pull complete [2021-02-08T06:17:22.307Z] de9db76c5a1d: Pull complete [2021-02-08T06:17:23.783Z] a35cf1a2eb13: Verifying Checksum [2021-02-08T06:17:23.783Z] a35cf1a2eb13: Download complete [2021-02-08T06:17:25.241Z] bca2f99d35d6: Verifying Checksum [2021-02-08T06:17:25.241Z] bca2f99d35d6: Download complete [2021-02-08T06:17:40.577Z] bca2f99d35d6: Pull complete [2021-02-08T06:17:40.577Z] 93359f2a8cfa: Pull complete [2021-02-08T06:17:40.577Z] 7c6f9722023f: Pull complete [2021-02-08T06:17:46.112Z] a35cf1a2eb13: Pull complete [2021-02-08T06:17:46.112Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-08T06:17:46.112Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-08T06:17:46.112Z] ---> a62c8e92a672 [2021-02-08T06:17:46.112Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-02-08T06:17:46.112Z] ---> Running in 7a64fde4b001 [2021-02-08T06:17:46.112Z] Removing intermediate container 7a64fde4b001 [2021-02-08T06:17:46.112Z] ---> b4edb6925f61 [2021-02-08T06:17:46.112Z] Step 4/7 : RUN apk add bash [2021-02-08T06:17:46.112Z] ---> Running in 5c5b1e53b623 [2021-02-08T06:17:47.153Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-08T06:17:48.148Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-08T06:17:48.438Z] OK: 166 MiB in 39 packages [2021-02-08T06:17:49.439Z] Removing intermediate container 5c5b1e53b623 [2021-02-08T06:17:49.439Z] ---> ee3444cccae3 [2021-02-08T06:17:49.439Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-02-08T06:17:49.439Z] ---> Running in 889d7306f4e1 [2021-02-08T06:17:49.721Z] Removing intermediate container 889d7306f4e1 [2021-02-08T06:17:49.721Z] ---> f1f89cc503e1 [2021-02-08T06:17:49.721Z] Step 6/7 : COPY go.mod . [2021-02-08T06:17:50.318Z] ---> 0cd9111b06e5 [2021-02-08T06:17:50.318Z] Step 7/7 : RUN go mod download [2021-02-08T06:17:50.318Z] ---> Running in e6b635013504 [2021-02-08T06:18:08.702Z] Removing intermediate container e6b635013504 [2021-02-08T06:18:08.702Z] ---> 8fce08786f2c [2021-02-08T06:18:08.702Z] Successfully built 8fce08786f2c [2021-02-08T06:18:08.702Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-08T06:18:09.089Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-08T06:18:09.373Z] . [Pipeline] withDockerContainer [2021-02-08T06:18:10.142Z] prd-centos7-docker-4c-2g-25464 does not seem to be running inside a container [2021-02-08T06:18:10.483Z] $ 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 [2021-02-08T06:18:12.054Z] $ docker top 66c58a7ae550c97f053083feffd327636b55a2a031667cfbe4553f7552083026 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-08T06:18:13.102Z] + go version [2021-02-08T06:18:13.102Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-08T06:18:13.133Z] $ docker stop --time=1 66c58a7ae550c97f053083feffd327636b55a2a031667cfbe4553f7552083026 [2021-02-08T06:18:14.670Z] $ docker rm -f 66c58a7ae550c97f053083feffd327636b55a2a031667cfbe4553f7552083026 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-08T06:18:15.719Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-08T06:18:15.719Z] . [Pipeline] withDockerContainer [2021-02-08T06:18:15.901Z] prd-centos7-docker-4c-2g-25464 does not seem to be running inside a container [2021-02-08T06:18:15.977Z] $ 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 [2021-02-08T06:18:16.882Z] $ docker top a12756fbaadb22959120bbe61e4f57f1291450ad1e3dade6bcea7330788fcce7 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-08T06:18:17.525Z] + make test [2021-02-08T06:18:17.525Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-02-08T06:18:33.138Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] [2021-02-08T06:18:33.138Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.044s coverage: 85.7% of statements [2021-02-08T06:18:33.138Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.033s coverage: 100.0% of statements [2021-02-08T06:18:33.138Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.138s coverage: 45.4% of statements [2021-02-08T06:18:33.138Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.015s coverage: 77.8% of statements [2021-02-08T06:18:33.138Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] [2021-02-08T06:18:34.229Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.024s coverage: 26.3% of statements [2021-02-08T06:18:35.397Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.051s coverage: 14.7% of statements [2021-02-08T06:18:35.397Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.026s coverage: 100.0% of statements [2021-02-08T06:18:36.051Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.061s coverage: 91.8% of statements [2021-02-08T06:18:36.051Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] [2021-02-08T06:18:36.051Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] [2021-02-08T06:18:36.051Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.006s coverage: 100.0% of statements [2021-02-08T06:18:36.337Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.030s coverage: 36.7% of statements [2021-02-08T06:18:41.174Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.042s coverage: 63.0% of statements [2021-02-08T06:18:41.174Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.023s coverage: 26.3% of statements [2021-02-08T06:18:41.174Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.059s coverage: 15.4% of statements [2021-02-08T06:18:41.174Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.107s coverage: 15.4% of statements [2021-02-08T06:18:41.174Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.023s coverage: 14.3% of statements [2021-02-08T06:18:41.174Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] [2021-02-08T06:18:44.779Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.150s coverage: 84.6% of statements [2021-02-08T06:18:44.779Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] [2021-02-08T06:18:44.779Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] [2021-02-08T06:18:44.779Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] [2021-02-08T06:18:46.266Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.036s coverage: 51.0% of statements [2021-02-08T06:18:46.266Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.040s coverage: 94.7% of statements [2021-02-08T06:18:46.266Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.237s coverage: 88.9% of statements [2021-02-08T06:18:46.266Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.020s coverage: 100.0% of statements [2021-02-08T06:18:46.266Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models [no test files] [2021-02-08T06:18:46.544Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-02-08T06:18:51.212Z] gofmt -l . [2021-02-08T06:18:51.213Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-02-08T06:18:51.238Z] $ docker stop --time=1 a12756fbaadb22959120bbe61e4f57f1291450ad1e3dade6bcea7330788fcce7 [2021-02-08T06:18:54.117Z] $ docker rm -f a12756fbaadb22959120bbe61e4f57f1291450ad1e3dade6bcea7330788fcce7 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-08T06:18:55.056Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-02-08T06:18:55.103Z] Warning: overwriting stash ‘coverage-report’ [2021-02-08T06:18:55.696Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-02-08T06:18:57.862Z] provisioning config files... [2021-02-08T06:18:57.877Z] copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_PR-493@tmp/config6318680949613241944tmp [Pipeline] { [Pipeline] sh [2021-02-08T06:18:58.257Z] + set +x [2021-02-08T06:18:58.257Z] + curl -s https://codecov.io/bash [2021-02-08T06:18:58.257Z] + bash -s -- [2021-02-08T06:18:58.520Z] [2021-02-08T06:18:58.520Z] _____ _ [2021-02-08T06:18:58.520Z] / ____| | | [2021-02-08T06:18:58.520Z] | | ___ __| | ___ ___ _____ __ [2021-02-08T06:18:58.520Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-02-08T06:18:58.520Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-02-08T06:18:58.520Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-02-08T06:18:58.520Z] Bash-20210129-7c25fce [2021-02-08T06:18:58.520Z] [2021-02-08T06:18:58.520Z] [2021-02-08T06:18:58.520Z] ==> git version 2.24.3 found [2021-02-08T06:18:58.520Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-02-08T06:18:58.520Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-02-08T06:18:58.520Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-02-08T06:18:58.520Z] ==> Jenkins CI detected. [2021-02-08T06:18:58.520Z] project root: . [2021-02-08T06:18:58.520Z] --> token set from env [2021-02-08T06:18:58.520Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-02-08T06:18:58.520Z] ==> Running gcov in . (disable via -X gcov) [2021-02-08T06:18:58.520Z] ==> Python coveragepy not found [2021-02-08T06:18:58.520Z] ==> Searching for coverage reports in: [2021-02-08T06:18:58.520Z] + . [2021-02-08T06:18:58.520Z] -> Found 1 reports [2021-02-08T06:18:58.520Z] ==> Detecting git/mercurial file structure [2021-02-08T06:18:58.520Z] ==> Reading reports [2021-02-08T06:18:58.520Z] + ./coverage.out bytes=147781 [2021-02-08T06:18:58.520Z] ==> Appending adjustments [2021-02-08T06:18:58.520Z] https://docs.codecov.io/docs/fixing-reports [2021-02-08T06:18:59.479Z] + Found adjustments [2021-02-08T06:18:59.479Z] ==> Gzipping contents [2021-02-08T06:18:59.479Z] 24K /tmp/codecov.ty5fV1.gz [2021-02-08T06:18:59.479Z] ==> Uploading reports [2021-02-08T06:18:59.479Z] url: https://codecov.io [2021-02-08T06:18:59.479Z] query: branch=PR-493&commit=6d785b045e230da99e321734a9ae569f8c3c0c4e&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-493%2F2%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=493&job=&cmd_args= [2021-02-08T06:18:59.479Z] -> Pinging Codecov [2021-02-08T06:18:59.479Z] https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-493&commit=6d785b045e230da99e321734a9ae569f8c3c0c4e&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-493%2F2%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=493&job=&cmd_args= [2021-02-08T06:19:00.055Z] -> Uploading to [2021-02-08T06:19:00.055Z] https://storage.googleapis.com/codecov/v4/raw/2021-02-08/71470A77251A30514AAF9C0BB2E5B6CE/6d785b045e230da99e321734a9ae569f8c3c0c4e/166d1975-b028-479e-af94-3d0ff411d58c.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210208%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210208T061859Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=34f68617abd6ee6bce8c638f9b4b2e67ef59b885363a80f01437fcaf2ffbeed1 [2021-02-08T06:19:00.055Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-08T06:19:00.055Z] Dload Upload Total Spent Left Speed [2021-02-08T06:19:00.318Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 22490 0 0 100 22490 0 53465 --:--:-- --:--:-- --:--:-- 53547 [2021-02-08T06:19:00.318Z] -> View reports at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/6d785b045e230da99e321734a9ae569f8c3c0c4e [Pipeline] } [2021-02-08T06:19:00.328Z] 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 [2021-02-08T06:19:03.663Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-08T06:19:04.239Z] ---> package-listing.sh [2021-02-08T06:19:04.239Z] ++ facter osfamily [2021-02-08T06:19:04.239Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-08T06:19:04.239Z] + OS_FAMILY=redhat [2021-02-08T06:19:04.239Z] + workspace=/w/workspace/dry_go-mod-core-contracts_PR-493 [2021-02-08T06:19:04.239Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-08T06:19:04.239Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-08T06:19:04.239Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-08T06:19:04.239Z] + PACKAGES=/tmp/packages_start.txt [2021-02-08T06:19:04.239Z] + '[' /w/workspace/dry_go-mod-core-contracts_PR-493 ']' [2021-02-08T06:19:04.239Z] + PACKAGES=/tmp/packages_end.txt [2021-02-08T06:19:04.239Z] + case "${OS_FAMILY}" in [2021-02-08T06:19:04.239Z] + rpm -qa [2021-02-08T06:19:04.239Z] + sort [2021-02-08T06:19:09.554Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-08T06:19:09.554Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-08T06:19:09.554Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-08T06:19:09.554Z] + '[' /w/workspace/dry_go-mod-core-contracts_PR-493 ']' [2021-02-08T06:19:09.554Z] + mkdir -p /w/workspace/dry_go-mod-core-contracts_PR-493/archives/ [2021-02-08T06:19:09.554Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_PR-493/archives/ [Pipeline] echo [2021-02-08T06:19:09.569Z] 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-493/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-02-08T06:19:09.862Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-08T06:19:10.172Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-08T06:19:10.172Z] [2021-02-08T06:19:10.172Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-08T06:19:10.575Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-08T06:19:10.575Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-08T06:19:10.575Z] df20fa9351a1: Pulling fs layer [2021-02-08T06:19:10.575Z] 36b3adc4ff6f: Pulling fs layer [2021-02-08T06:19:10.575Z] 8ad3a11d3b57: Pulling fs layer [2021-02-08T06:19:10.575Z] 46f8f816bc3b: Pulling fs layer [2021-02-08T06:19:10.575Z] 93b61091891f: Pulling fs layer [2021-02-08T06:19:10.575Z] 93b9cdb0e59b: Pulling fs layer [2021-02-08T06:19:10.575Z] 5e14af77c1be: Pulling fs layer [2021-02-08T06:19:10.575Z] 01666e4c0597: Pulling fs layer [2021-02-08T06:19:10.575Z] aa168da1d23b: Pulling fs layer [2021-02-08T06:19:10.575Z] 93b61091891f: Waiting [2021-02-08T06:19:10.575Z] 93b9cdb0e59b: Waiting [2021-02-08T06:19:10.575Z] 5e14af77c1be: Waiting [2021-02-08T06:19:10.575Z] 01666e4c0597: Waiting [2021-02-08T06:19:10.575Z] aa168da1d23b: Waiting [2021-02-08T06:19:10.575Z] 46f8f816bc3b: Waiting [2021-02-08T06:19:10.575Z] 36b3adc4ff6f: Verifying Checksum [2021-02-08T06:19:10.575Z] 36b3adc4ff6f: Download complete [2021-02-08T06:19:10.575Z] 46f8f816bc3b: Download complete [2021-02-08T06:19:10.575Z] df20fa9351a1: Download complete [2021-02-08T06:19:10.838Z] 93b9cdb0e59b: Verifying Checksum [2021-02-08T06:19:10.838Z] 93b9cdb0e59b: Download complete [2021-02-08T06:19:10.838Z] 5e14af77c1be: Verifying Checksum [2021-02-08T06:19:10.838Z] 5e14af77c1be: Download complete [2021-02-08T06:19:10.838Z] 01666e4c0597: Verifying Checksum [2021-02-08T06:19:10.838Z] 01666e4c0597: Download complete [2021-02-08T06:19:10.838Z] 93b61091891f: Verifying Checksum [2021-02-08T06:19:10.838Z] 93b61091891f: Download complete [2021-02-08T06:19:11.101Z] df20fa9351a1: Pull complete [2021-02-08T06:19:11.366Z] 36b3adc4ff6f: Pull complete [2021-02-08T06:19:11.366Z] 8ad3a11d3b57: Verifying Checksum [2021-02-08T06:19:11.366Z] 8ad3a11d3b57: Download complete [2021-02-08T06:19:12.342Z] 8ad3a11d3b57: Pull complete [2021-02-08T06:19:12.342Z] 46f8f816bc3b: Pull complete [2021-02-08T06:19:12.925Z] 93b61091891f: Pull complete [2021-02-08T06:19:13.195Z] 93b9cdb0e59b: Pull complete [2021-02-08T06:19:13.195Z] aa168da1d23b: Verifying Checksum [2021-02-08T06:19:13.195Z] aa168da1d23b: Download complete [2021-02-08T06:19:13.195Z] 5e14af77c1be: Pull complete [2021-02-08T06:19:13.463Z] 01666e4c0597: Pull complete [2021-02-08T06:19:21.723Z] aa168da1d23b: Pull complete [2021-02-08T06:19:21.723Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-08T06:19:21.723Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-08T06:19:21.723Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-08T06:19:21.939Z] prd-centos7-docker-4c-2g-25463 does not seem to be running inside a container [2021-02-08T06:19:21.997Z] $ 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-493/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-493 -v /w/workspace/dry_go-mod-core-contracts_PR-493:/w/workspace/dry_go-mod-core-contracts_PR-493:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-493@tmp:/w/workspace/dry_go-mod-core-contracts_PR-493@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 [2021-02-08T06:19:25.020Z] $ docker top 0af009b0602342a1c9fbc4870238def96773195e660355639597db4ad7119756 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-08T06:19:25.633Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-08T06:19:25.936Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-08T06:19:26.239Z] + ls /var/log/sa-host [2021-02-08T06:19:26.239Z] + sadf -c /var/log/sa-host/sa08 [2021-02-08T06:19:26.239Z] file_magic: OK [2021-02-08T06:19:26.239Z] HZ: Using current value: 100 [2021-02-08T06:19:26.239Z] file_header: OK [2021-02-08T06:19:26.239Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-02-08T06:19:26.239Z] Statistics: [2021-02-08T06:19:26.239Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-02-08T06:19:26.239Z] File successfully converted to sysstat format version 12.2.1 [2021-02-08T06:19:26.239Z] + sadf -c /var/log/sa-host/sa23 [2021-02-08T06:19:26.239Z] file_magic: OK [2021-02-08T06:19:26.239Z] HZ: Using current value: 100 [2021-02-08T06:19:26.239Z] file_header: OK [2021-02-08T06:19:26.239Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-02-08T06:19:26.239Z] Statistics: [2021-02-08T06:19:26.239Z] Hnuu...uuuununununu... [2021-02-08T06:19:26.239Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-08T06:19:26.819Z] provisioning config files... [2021-02-08T06:19:26.834Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-493@tmp/config4353330359976433759tmp [Pipeline] { [Pipeline] echo [2021-02-08T06:19:26.909Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-08T06:19:27.210Z] ---> create-netrc.sh [Pipeline] } [2021-02-08T06:19:27.220Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-08T06:19:27.316Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-08T06:19:27.618Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-08T06:19:27.630Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-08T06:19:27.927Z] ---> sudo-logs.sh [2021-02-08T06:19:27.927Z] Archiving 'sudo' log.. [Pipeline] echo [2021-02-08T06:19:27.937Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-08T06:19:28.234Z] ---> job-cost.sh [2021-02-08T06:19:28.234Z] lf-activate-venv: SKIPPING [2021-02-08T06:19:28.234Z] INFO: No Stack... [2021-02-08T06:19:29.185Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-08T06:19:29.764Z] INFO: Archiving Costs [Pipeline] echo [2021-02-08T06:19:29.778Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-08T06:19:30.106Z] ---> logs-deploy.sh [2021-02-08T06:19:30.106Z] lf-activate-venv: SKIPPING [2021-02-08T06:19:30.106Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-493/2 [2021-02-08T06:19:30.106Z] INFO: archiving workspace using pattern(s): [2021-02-08T06:19:32.038Z] Archives upload complete. [2021-02-08T06:19:32.038Z] INFO: archiving logs to Nexus [2021-02-08T06:19:32.985Z] ---> uname -a: [2021-02-08T06:19:32.985Z] Linux prd-centos7-docker-4c-2g-25463.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-02-08T06:19:32.985Z] [2021-02-08T06:19:32.985Z] [2021-02-08T06:19:32.985Z] ---> lscpu: [2021-02-08T06:19:32.985Z] Architecture: x86_64 [2021-02-08T06:19:32.985Z] CPU op-mode(s): 32-bit, 64-bit [2021-02-08T06:19:32.985Z] Byte Order: Little Endian [2021-02-08T06:19:32.985Z] Address sizes: 40 bits physical, 48 bits virtual [2021-02-08T06:19:32.985Z] CPU(s): 4 [2021-02-08T06:19:32.985Z] On-line CPU(s) list: 0-3 [2021-02-08T06:19:32.985Z] Thread(s) per core: 1 [2021-02-08T06:19:32.985Z] Core(s) per socket: 1 [2021-02-08T06:19:32.985Z] Socket(s): 4 [2021-02-08T06:19:32.985Z] NUMA node(s): 1 [2021-02-08T06:19:32.985Z] Vendor ID: GenuineIntel [2021-02-08T06:19:32.985Z] CPU family: 6 [2021-02-08T06:19:32.985Z] Model: 44 [2021-02-08T06:19:32.985Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-02-08T06:19:32.985Z] Stepping: 1 [2021-02-08T06:19:32.985Z] CPU MHz: 2933.436 [2021-02-08T06:19:32.985Z] BogoMIPS: 5866.87 [2021-02-08T06:19:32.985Z] Virtualization: VT-x [2021-02-08T06:19:32.985Z] Hypervisor vendor: KVM [2021-02-08T06:19:32.985Z] Virtualization type: full [2021-02-08T06:19:32.985Z] L1d cache: 128 KiB [2021-02-08T06:19:32.985Z] L1i cache: 128 KiB [2021-02-08T06:19:32.985Z] L2 cache: 16 MiB [2021-02-08T06:19:32.985Z] L3 cache: 64 MiB [2021-02-08T06:19:32.985Z] NUMA node0 CPU(s): 0-3 [2021-02-08T06:19:32.985Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-02-08T06:19:32.985Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-02-08T06:19:32.985Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-02-08T06:19:32.985Z] Vulnerability Meltdown: Mitigation; PTI [2021-02-08T06:19:32.985Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-02-08T06:19:32.985Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-02-08T06:19:32.985Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-02-08T06:19:32.985Z] Vulnerability Srbds: Not affected [2021-02-08T06:19:32.985Z] Vulnerability Tsx async abort: Not affected [2021-02-08T06:19:32.985Z] 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 [2021-02-08T06:19:32.985Z] [2021-02-08T06:19:32.985Z] [2021-02-08T06:19:32.985Z] ---> nproc: [2021-02-08T06:19:32.985Z] 4 [2021-02-08T06:19:32.985Z] [2021-02-08T06:19:32.985Z] [2021-02-08T06:19:32.985Z] ---> df -h: [2021-02-08T06:19:32.985Z] Filesystem Size Used Available Use% Mounted on [2021-02-08T06:19:32.985Z] overlay 50.0G 7.3G 42.7G 15% / [2021-02-08T06:19:32.985Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-02-08T06:19:32.985Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-02-08T06:19:32.985Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-02-08T06:19:32.985Z] /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os [2021-02-08T06:19:32.985Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf [2021-02-08T06:19:32.985Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname [2021-02-08T06:19:32.985Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts [2021-02-08T06:19:32.985Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host [2021-02-08T06:19:32.985Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure [2021-02-08T06:19:32.985Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log [2021-02-08T06:19:32.985Z] /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json [2021-02-08T06:19:32.985Z] /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dry_go-mod-core-contracts_PR-493 [2021-02-08T06:19:32.985Z] /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dry_go-mod-core-contracts_PR-493@tmp [2021-02-08T06:19:32.985Z] [2021-02-08T06:19:32.985Z] [2021-02-08T06:19:32.985Z] ---> free -m: [2021-02-08T06:19:32.985Z] total used free shared buff/cache available [2021-02-08T06:19:32.985Z] Mem: 1837 732 106 0 998 1000 [2021-02-08T06:19:32.985Z] Swap: 1023 1 1022 [2021-02-08T06:19:32.985Z] [2021-02-08T06:19:32.985Z] [2021-02-08T06:19:32.985Z] ---> ip addr: [2021-02-08T06:19:32.985Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-02-08T06:19:32.985Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-02-08T06:19:32.985Z] inet 127.0.0.1/8 scope host lo [2021-02-08T06:19:32.985Z] valid_lft forever preferred_lft forever [2021-02-08T06:19:32.985Z] inet6 ::1/128 scope host [2021-02-08T06:19:32.985Z] valid_lft forever preferred_lft forever [2021-02-08T06:19:32.985Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-02-08T06:19:32.985Z] link/ether fa:16:3e:f0:e2:a8 brd ff:ff:ff:ff:ff:ff [2021-02-08T06:19:32.985Z] inet 10.30.123.173/23 brd 10.30.123.255 scope global dynamic eth0 [2021-02-08T06:19:32.985Z] valid_lft 86008sec preferred_lft 86008sec [2021-02-08T06:19:32.985Z] inet6 fe80::f816:3eff:fef0:e2a8/64 scope link [2021-02-08T06:19:32.985Z] valid_lft forever preferred_lft forever [2021-02-08T06:19:32.985Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-02-08T06:19:32.985Z] link/ether 02:42:07:51:db:fa brd ff:ff:ff:ff:ff:ff [2021-02-08T06:19:32.985Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-02-08T06:19:32.985Z] valid_lft forever preferred_lft forever [2021-02-08T06:19:32.985Z] inet6 fe80::42:7ff:fe51:dbfa/64 scope link [2021-02-08T06:19:32.985Z] valid_lft forever preferred_lft forever [2021-02-08T06:19:32.985Z] [2021-02-08T06:19:32.985Z] [2021-02-08T06:19:32.985Z] ---> sar -b -r -n DEV: [2021-02-08T06:19:32.985Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/08/21 _x86_64_ (4 CPU) [2021-02-08T06:19:32.985Z] [2021-02-08T06:19:32.985Z] 06:12:49 LINUX RESTART (4 CPU) [2021-02-08T06:19:32.985Z] [2021-02-08T06:19:32.985Z] 06:14:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-02-08T06:19:32.985Z] 06:15:01 2.48 0.00 2.48 0.00 0.00 61.83 0.00 [2021-02-08T06:19:32.985Z] 06:16:01 0.38 0.00 0.38 0.00 0.00 6.05 0.00 [2021-02-08T06:19:32.985Z] 06:17:01 0.25 0.00 0.25 0.00 0.00 3.11 0.00 [2021-02-08T06:19:32.985Z] 06:18:01 0.27 0.00 0.27 0.00 0.00 3.33 0.00 [2021-02-08T06:19:32.985Z] 06:19:01 0.35 0.10 0.25 0.00 7.86 3.73 0.00 [2021-02-08T06:19:32.985Z] Average: 0.75 0.02 0.73 0.00 1.57 15.61 0.00 [2021-02-08T06:19:32.985Z] [2021-02-08T06:19:32.985Z] 06:14:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-02-08T06:19:32.985Z] 06:15:01 151612 0 629612 33.46 2620 1097700 1091004 37.23 410648 1120008 20 [2021-02-08T06:19:32.985Z] 06:16:01 151336 0 629880 33.48 2620 1097708 1079696 36.85 420748 1110560 8 [2021-02-08T06:19:32.985Z] 06:17:01 150492 0 630720 33.52 2620 1097712 1079888 36.85 421916 1110556 8 [2021-02-08T06:19:32.985Z] 06:18:01 150056 0 631156 33.54 2620 1097712 1079696 36.85 429168 1103336 8 [2021-02-08T06:19:32.985Z] 06:19:01 147544 0 633252 33.66 2620 1098128 1080324 36.87 434252 1100616 192 [2021-02-08T06:19:32.985Z] Average: 150208 0 630924 33.53 2620 1097792 1082122 36.93 423346 1109015 47 [2021-02-08T06:19:32.985Z] [2021-02-08T06:19:32.985Z] 06:14:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-02-08T06:19:32.985Z] 06:15:01 eth0 2.71 1.03 2.96 0.08 0.00 0.00 0.00 0.00 [2021-02-08T06:19:32.985Z] 06:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-08T06:19:32.985Z] 06:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-08T06:19:32.985Z] 06:16:01 eth0 0.80 0.08 0.07 0.01 0.00 0.00 0.00 0.00 [2021-02-08T06:19:32.985Z] 06:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-08T06:19:32.985Z] 06:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-08T06:19:32.985Z] 06:17:01 eth0 0.52 0.48 0.27 0.21 0.00 0.00 0.00 0.00 [2021-02-08T06:19:32.985Z] 06:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-08T06:19:32.985Z] 06:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-08T06:19:32.985Z] 06:18:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-02-08T06:19:32.985Z] 06:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-08T06:19:32.985Z] 06:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-08T06:19:32.985Z] 06:19:01 eth0 5.51 3.65 5.25 2.21 0.00 0.00 0.00 0.00 [2021-02-08T06:19:32.985Z] 06:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-08T06:19:32.985Z] 06:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-08T06:19:32.986Z] Average: eth0 1.93 1.07 1.71 0.50 0.00 0.00 0.00 0.00 [2021-02-08T06:19:32.986Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-08T06:19:32.986Z] Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-08T06:19:32.986Z] [2021-02-08T06:19:32.986Z]