Pull request #385 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of weichou1229 for edgexfoundry/go-mod-core-contracts Loading trusted files from base branch master at 93bcc6a2201236c31d14acbf099dd3f279e68d4d rather than f86ad7d89a7e62baf9886af12a95c5775a996ba2 Obtained Jenkinsfile from 93bcc6a2201236c31d14acbf099dd3f279e68d4d Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 48b313303ce5ba460cd13c4c603c4b280f104d53 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 48b313303ce5ba460cd13c4c603c4b280f104d53 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 48b313303ce5ba460cd13c4c603c4b280f104d53 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 48b313303ce5ba460cd13c4c603c4b280f104d53 # timeout=10 Commit message: "Merge pull request #305 from ernestojeda/revert-go-mod-change" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-core-contracts, buildImage:false, pushImage:false, semverBump:patch] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-core-contracts-settings PROJECT: go-mod-core-contracts USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-go-mod-core-contracts DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: patch BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-centos7-docker-4c-2g-15067’ Running on prd-centos7-docker-4c-2g-15070 in /w/workspace/dry_go-mod-core-contracts_PR-385 [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-385 # 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/385/head:refs/remotes/origin/PR-385 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 93bcc6a2201236c31d14acbf099dd3f279e68d4d into PR head commit f86ad7d89a7e62baf9886af12a95c5775a996ba2 Merge succeeded, producing f86ad7d89a7e62baf9886af12a95c5775a996ba2 Checking out Revision f86ad7d89a7e62baf9886af12a95c5775a996ba2 (PR-385) > git config core.sparsecheckout # timeout=10 > git checkout -f f86ad7d89a7e62baf9886af12a95c5775a996ba2 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 93bcc6a2201236c31d14acbf099dd3f279e68d4d # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f86ad7d89a7e62baf9886af12a95c5775a996ba2 # timeout=10 Commit message: "refactor(meta): V2 Device OperatingState value change" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage > git rev-list --no-walk 15a3b03c0e983418b0e146091d05c8b101f838a6 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-12-08T07:45:00.191Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-12-08T07:45:00.496Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-12-08T07:45:00.618Z] ========================================================= [2020-12-08T07:45:00.618Z] EdgeX Global Pipelines Version Info [2020-12-08T07:45:00.618Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-12-08T07:45:02.107Z] ------------------- [2020-12-08T07:45:02.107Z] stable info: [2020-12-08T07:45:02.107Z] ------------------- [2020-12-08T07:45:02.107Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-08T07:45:02.107Z] Commit SHA: 48b313303ce5ba460cd13c4c603c4b280f104d53 [2020-12-08T07:45:02.107Z] Message: update stable to v1.0.171 [2020-12-08T07:45:03.057Z] ------------------- [2020-12-08T07:45:03.058Z] experimental info: [2020-12-08T07:45:03.058Z] ------------------- [2020-12-08T07:45:03.058Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-12-08T07:45:03.058Z] Commit SHA: 48b313303ce5ba460cd13c4c603c4b280f104d53 [2020-12-08T07:45:03.058Z] Message: update experimental to v1.0.171 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-08T07:45:03.304Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo [2020-12-08T07:45:03.394Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo [2020-12-08T07:45:03.483Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-12-08T07:45:03.569Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-12-08T07:45:03.662Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-12-08T07:45:03.749Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-12-08T07:45:03.865Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-12-08T07:45:03.955Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-12-08T07:45:04.045Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-12-08T07:45:04.141Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-12-08T07:45:04.226Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-12-08T07:45:04.316Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo [2020-12-08T07:45:04.421Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-12-08T07:45:04.519Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-12-08T07:45:04.624Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2020-12-08T07:45:04.747Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-12-08T07:45:04.832Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-12-08T07:45:04.918Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-12-08T07:45:05.022Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo [2020-12-08T07:45:05.117Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-12-08T07:45:05.223Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-12-08T07:45:05.327Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-12-08T07:45:05.436Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-12-08T07:45:05.542Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-12-08T07:45:05.630Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2020-12-08T07:45:05.718Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-12-08T07:45:05.822Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-385 [Pipeline] echo [2020-12-08T07:45:05.912Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-385 [Pipeline] echo [2020-12-08T07:45:05.999Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-385 [Pipeline] echo [2020-12-08T07:45:06.089Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f86ad7d89a7e62baf9886af12a95c5775a996ba2 [Pipeline] echo [2020-12-08T07:45:06.176Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f86ad7d [Pipeline] echo [2020-12-08T07:45:06.264Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-08T07:45:06.937Z] + git log --format=format:%s -1 f86ad7d89a7e62baf9886af12a95c5775a996ba2 [Pipeline] echo [2020-12-08T07:45:07.003Z] GIT_COMMIT: f86ad7d89a7e62baf9886af12a95c5775a996ba2, Commit Message: refactor(meta): V2 Device OperatingState value change [Pipeline] echo [2020-12-08T07:45:07.052Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-12-08T07:45:07.664Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-08T07:45:07.930Z] [2020-12-08T07:45:07.930Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-12-08T07:45:08.284Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-08T07:45:08.284Z] latest: Pulling from edgex-devops/git-semver [2020-12-08T07:45:08.284Z] 31603596830f: Pulling fs layer [2020-12-08T07:45:08.284Z] 2a8b12db71e7: Pulling fs layer [2020-12-08T07:45:08.284Z] 6ca5941a6612: Pulling fs layer [2020-12-08T07:45:08.284Z] ecc8261a40a4: Pulling fs layer [2020-12-08T07:45:08.284Z] ecc8261a40a4: Waiting [2020-12-08T07:45:08.284Z] 2a8b12db71e7: Verifying Checksum [2020-12-08T07:45:08.284Z] 2a8b12db71e7: Download complete [2020-12-08T07:45:08.549Z] 31603596830f: Verifying Checksum [2020-12-08T07:45:08.549Z] 31603596830f: Download complete [2020-12-08T07:45:08.549Z] ecc8261a40a4: Download complete [2020-12-08T07:45:08.549Z] 6ca5941a6612: Verifying Checksum [2020-12-08T07:45:08.549Z] 6ca5941a6612: Download complete [2020-12-08T07:45:08.811Z] 31603596830f: Pull complete [2020-12-08T07:45:09.076Z] 2a8b12db71e7: Pull complete [2020-12-08T07:45:10.037Z] 6ca5941a6612: Pull complete [2020-12-08T07:45:10.037Z] ecc8261a40a4: Pull complete [2020-12-08T07:45:10.037Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-12-08T07:45:10.037Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-08T07:45:10.037Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-12-08T07:45:10.170Z] prd-centos7-docker-4c-2g-15070 does not seem to be running inside a container [2020-12-08T07:45:10.227Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_PR-385 -v /w/workspace/dry_go-mod-core-contracts_PR-385:/w/workspace/dry_go-mod-core-contracts_PR-385:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-385@tmp:/w/workspace/dry_go-mod-core-contracts_PR-385@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-12-08T07:45:12.296Z] $ docker top 93fd7954ddb92e229a6952ac276e83ab9d05d9ef180051cf600c441dc6291a26 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-08T07:45:12.589Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-08T07:45:12.589Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-08T07:45:12.811Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-08T07:45:12.817Z] $ docker exec 93fd7954ddb92e229a6952ac276e83ab9d05d9ef180051cf600c441dc6291a26 ssh-agent [2020-12-08T07:45:12.985Z] SSH_AUTH_SOCK=/tmp/ssh-y7yBHWYD33WT/agent.11 [2020-12-08T07:45:12.985Z] SSH_AGENT_PID=16 [2020-12-08T07:45:12.997Z] Running ssh-add (command line suppressed) [2020-12-08T07:45:13.132Z] Identity added: /w/workspace/dry_go-mod-core-contracts_PR-385@tmp/private_key_7765134741362786261.key (/w/workspace/dry_go-mod-core-contracts_PR-385@tmp/private_key_7765134741362786261.key) [2020-12-08T07:45:13.184Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-08T07:45:13.534Z] + git tag --points-at HEAD [Pipeline] } [2020-12-08T07:45:13.561Z] $ docker exec --env ******** --env ******** 93fd7954ddb92e229a6952ac276e83ab9d05d9ef180051cf600c441dc6291a26 ssh-agent -k [2020-12-08T07:45:13.674Z] unset SSH_AUTH_SOCK; [2020-12-08T07:45:13.674Z] unset SSH_AGENT_PID; [2020-12-08T07:45:13.674Z] echo Agent pid 16 killed; [2020-12-08T07:45:13.720Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-12-08T07:45:13.879Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-08T07:45:13.879Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-08T07:45:14.046Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-08T07:45:14.052Z] $ docker exec 93fd7954ddb92e229a6952ac276e83ab9d05d9ef180051cf600c441dc6291a26 ssh-agent [2020-12-08T07:45:14.210Z] SSH_AUTH_SOCK=/tmp/ssh-NDnLDRZBqXCw/agent.44 [2020-12-08T07:45:14.210Z] SSH_AGENT_PID=50 [2020-12-08T07:45:14.217Z] Running ssh-add (command line suppressed) [2020-12-08T07:45:14.335Z] Identity added: /w/workspace/dry_go-mod-core-contracts_PR-385@tmp/private_key_6622792657323151283.key (/w/workspace/dry_go-mod-core-contracts_PR-385@tmp/private_key_6622792657323151283.key) [2020-12-08T07:45:14.390Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-08T07:45:14.729Z] + git semver init [2020-12-08T07:45:14.730Z] # -> Open(): unable to determine branch for HEAD [2020-12-08T07:45:14.730Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_PR-385/.git [2020-12-08T07:45:14.730Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_PR-385 [2020-12-08T07:45:14.730Z] # $SEMVER_REMOTE_NAME = origin [2020-12-08T07:45:14.730Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-08T07:45:14.730Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-08T07:45:14.730Z] # $SEMVER_BRANCH = PR-385 [2020-12-08T07:45:14.730Z] # $SEMVER_TEMP = /tmp/semver-374793664 [2020-12-08T07:45:14.730Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP [2020-12-08T07:45:15.310Z] # '/tmp/semver-374793664' -> '/w/workspace/dry_go-mod-core-contracts_PR-385/.semver' [2020-12-08T07:45:15.310Z] # -> Force: false [2020-12-08T07:45:15.310Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_PR-385/.semver [Pipeline] } [2020-12-08T07:45:15.326Z] $ docker exec --env ******** --env ******** 93fd7954ddb92e229a6952ac276e83ab9d05d9ef180051cf600c441dc6291a26 ssh-agent -k [2020-12-08T07:45:15.439Z] unset SSH_AUTH_SOCK; [2020-12-08T07:45:15.439Z] unset SSH_AGENT_PID; [2020-12-08T07:45:15.439Z] echo Agent pid 50 killed; [2020-12-08T07:45:15.482Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-08T07:45:15.962Z] + git semver [Pipeline] } [2020-12-08T07:45:16.000Z] $ docker stop --time=1 93fd7954ddb92e229a6952ac276e83ab9d05d9ef180051cf600c441dc6291a26 [2020-12-08T07:45:17.846Z] $ docker rm -f 93fd7954ddb92e229a6952ac276e83ab9d05d9ef180051cf600c441dc6291a26 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-08T07:45:18.319Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-12-08T07:45:18.823Z] Stashed 1 file(s) [Pipeline] echo [2020-12-08T07:45:18.826Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2020-12-08T07:45:34.496Z] Still waiting to schedule task [2020-12-08T07:45:34.496Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-12-08T07:45:34.499Z] Still waiting to schedule task [2020-12-08T07:45:34.499Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2020-12-08T07:47:41.093Z] Running on prd-centos7-docker-4c-2g-15073 in /w/workspace/dry_go-mod-core-contracts_PR-385 [Pipeline] { [Pipeline] ws [2020-12-08T07:47:41.152Z] Running in /w/workspace/go-mod-core-contracts/2 [Pipeline] { [Pipeline] checkout [2020-12-08T07:47:43.652Z] using credential edgex-jenkins-ssh [2020-12-08T07:47:43.715Z] Cloning the remote Git repository [2020-12-08T07:47:43.749Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-12-08T07:47:43.817Z] > git init /w/workspace/go-mod-core-contracts/2 # timeout=10 [2020-12-08T07:47:43.875Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-12-08T07:47:43.876Z] > git --version # timeout=10 [2020-12-08T07:47:43.884Z] > git --version # 'git version 2.24.3' [2020-12-08T07:47:43.884Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-08T07:47:43.914Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-08T07:47:44.590Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-12-08T07:47:44.600Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-08T07:47:44.615Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-12-08T07:47:44.630Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-12-08T07:47:44.630Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-08T07:47:44.634Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/385/head:refs/remotes/origin/PR-385 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-08T07:47:45.117Z] Merging remotes/origin/master commit 93bcc6a2201236c31d14acbf099dd3f279e68d4d into PR head commit f86ad7d89a7e62baf9886af12a95c5775a996ba2 [2020-12-08T07:47:45.238Z] Merge succeeded, producing f86ad7d89a7e62baf9886af12a95c5775a996ba2 [2020-12-08T07:47:45.238Z] Checking out Revision f86ad7d89a7e62baf9886af12a95c5775a996ba2 (PR-385) [2020-12-08T07:47:45.127Z] > git config core.sparsecheckout # timeout=10 [2020-12-08T07:47:45.140Z] > git checkout -f f86ad7d89a7e62baf9886af12a95c5775a996ba2 # timeout=10 [2020-12-08T07:47:45.208Z] > git remote # timeout=10 [2020-12-08T07:47:45.213Z] > git config --get remote.origin.url # timeout=10 [2020-12-08T07:47:45.220Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-08T07:47:45.223Z] > git merge 93bcc6a2201236c31d14acbf099dd3f279e68d4d # timeout=10 [2020-12-08T07:47:45.233Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-08T07:47:45.243Z] > git config core.sparsecheckout # timeout=10 [2020-12-08T07:47:45.248Z] > git checkout -f f86ad7d89a7e62baf9886af12a95c5775a996ba2 # timeout=10 [2020-12-08T07:47:48.941Z] Commit message: "refactor(meta): V2 Device OperatingState value change" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-08T07:47:50.214Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2020-12-08T07:47:50.540Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-08T07:47:50.846Z] + sudo service docker restart [2020-12-08T07:47:50.846Z] + true [2020-12-08T07:47:50.846Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo [2020-12-08T07:47:51.913Z] ========================================================= [2020-12-08T07:47:51.913Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-12-08T07:47:51.913Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-08T07:47:52.256Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2020-12-08T07:47:52.834Z] Sending build context to Docker daemon 1.93MB [2020-12-08T07:47:52.834Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-12-08T07:47:52.834Z] Step 2/7 : FROM ${BASE} [2020-12-08T07:47:52.834Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-12-08T07:47:52.834Z] 188c0c94c7c5: Pulling fs layer [2020-12-08T07:47:52.834Z] 0ef7d3d256c8: Pulling fs layer [2020-12-08T07:47:52.834Z] de9db76c5a1d: Pulling fs layer [2020-12-08T07:47:52.834Z] bca2f99d35d6: Pulling fs layer [2020-12-08T07:47:52.834Z] 93359f2a8cfa: Pulling fs layer [2020-12-08T07:47:52.834Z] 7c6f9722023f: Pulling fs layer [2020-12-08T07:47:52.834Z] a35cf1a2eb13: Pulling fs layer [2020-12-08T07:47:52.834Z] 93359f2a8cfa: Waiting [2020-12-08T07:47:52.834Z] 7c6f9722023f: Waiting [2020-12-08T07:47:52.834Z] bca2f99d35d6: Waiting [2020-12-08T07:47:52.834Z] a35cf1a2eb13: Waiting [2020-12-08T07:47:52.834Z] de9db76c5a1d: Verifying Checksum [2020-12-08T07:47:52.834Z] de9db76c5a1d: Download complete [2020-12-08T07:47:52.834Z] 0ef7d3d256c8: Verifying Checksum [2020-12-08T07:47:52.834Z] 0ef7d3d256c8: Download complete [2020-12-08T07:47:52.834Z] 93359f2a8cfa: Verifying Checksum [2020-12-08T07:47:52.834Z] 93359f2a8cfa: Download complete [2020-12-08T07:47:52.834Z] 7c6f9722023f: Verifying Checksum [2020-12-08T07:47:52.834Z] 7c6f9722023f: Download complete [2020-12-08T07:47:53.099Z] 188c0c94c7c5: Verifying Checksum [2020-12-08T07:47:53.099Z] 188c0c94c7c5: Download complete [2020-12-08T07:47:53.361Z] 188c0c94c7c5: Pull complete [2020-12-08T07:47:53.624Z] 0ef7d3d256c8: Pull complete [2020-12-08T07:47:53.624Z] de9db76c5a1d: Pull complete [2020-12-08T07:47:55.030Z] a35cf1a2eb13: Verifying Checksum [2020-12-08T07:47:55.030Z] a35cf1a2eb13: Download complete [2020-12-08T07:47:55.620Z] bca2f99d35d6: Verifying Checksum [2020-12-08T07:47:55.620Z] bca2f99d35d6: Download complete [2020-12-08T07:48:01.056Z] bca2f99d35d6: Pull complete [2020-12-08T07:48:01.323Z] 93359f2a8cfa: Pull complete [2020-12-08T07:48:01.323Z] 7c6f9722023f: Pull complete [2020-12-08T07:48:06.634Z] a35cf1a2eb13: Pull complete [2020-12-08T07:48:06.634Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2020-12-08T07:48:06.634Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-12-08T07:48:06.635Z] ---> a62c8e92a672 [2020-12-08T07:48:06.635Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-12-08T07:48:06.635Z] ---> Running in ffe86fbf5557 [2020-12-08T07:48:06.635Z] Removing intermediate container ffe86fbf5557 [2020-12-08T07:48:06.635Z] ---> 1eb3bb39c8f2 [2020-12-08T07:48:06.635Z] Step 4/7 : RUN apk add bash [2020-12-08T07:48:06.635Z] ---> Running in 1cd583fbdd37 [2020-12-08T07:48:06.897Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-08T07:48:08.288Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-08T07:48:10.844Z] OK: 166 MiB in 39 packages [2020-12-08T07:48:11.107Z] Removing intermediate container 1cd583fbdd37 [2020-12-08T07:48:11.107Z] ---> 6b0376e6836d [2020-12-08T07:48:11.107Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-12-08T07:48:11.107Z] ---> Running in 599eb73abe4e [2020-12-08T07:48:11.370Z] Removing intermediate container 599eb73abe4e [2020-12-08T07:48:11.370Z] ---> d81393431d14 [2020-12-08T07:48:11.370Z] Step 6/7 : COPY go.mod . [2020-12-08T07:48:11.370Z] ---> 0c78d7271d7a [2020-12-08T07:48:11.370Z] Step 7/7 : RUN go mod download [2020-12-08T07:48:11.633Z] ---> Running in aa13cf3b29f8 [2020-12-08T07:48:23.913Z] Removing intermediate container aa13cf3b29f8 [2020-12-08T07:48:23.913Z] ---> 8235b22ff622 [2020-12-08T07:48:23.913Z] Successfully built 8235b22ff622 [2020-12-08T07:48:23.913Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-08T07:48:24.226Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-08T07:48:24.226Z] . [Pipeline] withDockerContainer [2020-12-08T07:48:24.331Z] prd-centos7-docker-4c-2g-15073 does not seem to be running inside a container [2020-12-08T07:48:24.382Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/2 -v /w/workspace/go-mod-core-contracts/2:/w/workspace/go-mod-core-contracts/2:rw,z -v /w/workspace/go-mod-core-contracts/2@tmp:/w/workspace/go-mod-core-contracts/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-12-08T07:48:25.067Z] $ docker top 22045323b279dc9646a938b1f4ed61ccf82484f67aa37020f29c99aa8807bf26 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-08T07:48:25.589Z] + go version [2020-12-08T07:48:25.589Z] go version go1.15.5 linux/amd64 [Pipeline] } [2020-12-08T07:48:25.608Z] $ docker stop --time=1 22045323b279dc9646a938b1f4ed61ccf82484f67aa37020f29c99aa8807bf26 [2020-12-08T07:48:27.048Z] $ docker rm -f 22045323b279dc9646a938b1f4ed61ccf82484f67aa37020f29c99aa8807bf26 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-08T07:48:27.862Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-08T07:48:27.862Z] . [Pipeline] withDockerContainer [2020-12-08T07:48:27.964Z] prd-centos7-docker-4c-2g-15073 does not seem to be running inside a container [2020-12-08T07:48:28.013Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/2 -v /w/workspace/go-mod-core-contracts/2:/w/workspace/go-mod-core-contracts/2:rw,z -v /w/workspace/go-mod-core-contracts/2@tmp:/w/workspace/go-mod-core-contracts/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-12-08T07:48:28.577Z] $ docker top ee372c2b67f396b21bce48cf9bcdb0532308adf7c7396645f91a92e42093841d -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-08T07:48:29.035Z] + make test [2020-12-08T07:48:29.035Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-12-08T07:48:35.689Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] [2020-12-08T07:48:35.689Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.039s coverage: 85.7% of statements [2020-12-08T07:48:35.689Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.018s coverage: 100.0% of statements [2020-12-08T07:48:36.269Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.014s coverage: 45.4% of statements [2020-12-08T07:48:36.269Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.009s coverage: 77.8% of statements [2020-12-08T07:48:36.269Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] [2020-12-08T07:48:36.269Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.007s coverage: 6.6% of statements [2020-12-08T07:48:37.264Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.014s coverage: 14.7% of statements [2020-12-08T07:48:37.264Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.050s coverage: 100.0% of statements [2020-12-08T07:48:37.264Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.048s coverage: 91.8% of statements [2020-12-08T07:48:37.264Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] [2020-12-08T07:48:37.264Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] [2020-12-08T07:48:37.264Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.023s coverage: 100.0% of statements [2020-12-08T07:48:38.235Z] ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.009s coverage: 47.8% of statements [2020-12-08T07:48:40.193Z] ok github.com/edgexfoundry/go-mod-core-contracts/models 0.030s coverage: 63.0% of statements [2020-12-08T07:48:40.193Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.013s coverage: 26.3% of statements [2020-12-08T07:48:40.193Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.007s coverage: 15.4% of statements [2020-12-08T07:48:40.193Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.026s coverage: 15.4% of statements [2020-12-08T07:48:40.193Z] ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.006s coverage: 14.3% of statements [2020-12-08T07:48:40.193Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] [2020-12-08T07:48:40.193Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http 0.014s coverage: 81.5% of statements [2020-12-08T07:48:40.193Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http/utils [no test files] [2020-12-08T07:48:40.193Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] [2020-12-08T07:48:40.193Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.016s coverage: 29.9% of statements [2020-12-08T07:48:40.193Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.010s coverage: 100.0% of statements [2020-12-08T07:48:40.776Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.016s coverage: 94.4% of statements [2020-12-08T07:48:40.776Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.009s coverage: 100.0% of statements [2020-12-08T07:48:40.776Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] [2020-12-08T07:48:40.776Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-12-08T07:48:42.183Z] gofmt -l . [2020-12-08T07:48:42.446Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2020-12-08T07:48:42.465Z] $ docker stop --time=1 ee372c2b67f396b21bce48cf9bcdb0532308adf7c7396645f91a92e42093841d [2020-12-08T07:48:44.739Z] $ docker rm -f ee372c2b67f396b21bce48cf9bcdb0532308adf7c7396645f91a92e42093841d [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-08T07:48:45.294Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-12-08T07:48:45.676Z] 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] } [2020-12-08T07:48:55.142Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-15074 in /w/workspace/dry_go-mod-core-contracts_PR-385 [Pipeline] { [Pipeline] ws [2020-12-08T07:48:55.193Z] Running in /w/workspace/go-mod-core-contracts/2 [Pipeline] { [Pipeline] checkout [2020-12-08T07:49:00.802Z] using credential edgex-jenkins-ssh [2020-12-08T07:49:00.869Z] Cloning the remote Git repository [2020-12-08T07:49:00.970Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-12-08T07:49:01.097Z] > git init /w/workspace/go-mod-core-contracts/2 # timeout=10 [2020-12-08T07:49:01.188Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-12-08T07:49:01.189Z] > git --version # timeout=10 [2020-12-08T07:49:01.217Z] > git --version # 'git version 2.17.1' [2020-12-08T07:49:01.219Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-08T07:49:01.320Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-08T07:49:04.061Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-12-08T07:49:04.091Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-08T07:49:04.137Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-12-08T07:49:04.190Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-12-08T07:49:04.191Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-08T07:49:04.206Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/385/head:refs/remotes/origin/PR-385 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-08T07:49:05.009Z] Merging remotes/origin/master commit 93bcc6a2201236c31d14acbf099dd3f279e68d4d into PR head commit f86ad7d89a7e62baf9886af12a95c5775a996ba2 [2020-12-08T07:49:05.312Z] Merge succeeded, producing f86ad7d89a7e62baf9886af12a95c5775a996ba2 [2020-12-08T07:49:05.312Z] Checking out Revision f86ad7d89a7e62baf9886af12a95c5775a996ba2 (PR-385) [2020-12-08T07:49:05.050Z] > git config core.sparsecheckout # timeout=10 [2020-12-08T07:49:05.067Z] > git checkout -f f86ad7d89a7e62baf9886af12a95c5775a996ba2 # timeout=10 [2020-12-08T07:49:05.217Z] > git remote # timeout=10 [2020-12-08T07:49:05.242Z] > git config --get remote.origin.url # timeout=10 [2020-12-08T07:49:05.273Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-08T07:49:05.286Z] > git merge 93bcc6a2201236c31d14acbf099dd3f279e68d4d # timeout=10 [2020-12-08T07:49:05.313Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-08T07:49:05.339Z] > git config core.sparsecheckout # timeout=10 [2020-12-08T07:49:05.354Z] > git checkout -f f86ad7d89a7e62baf9886af12a95c5775a996ba2 # timeout=10 [2020-12-08T07:49:10.099Z] Commit message: "refactor(meta): V2 Device OperatingState value change" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-08T07:49:11.723Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2020-12-08T07:49:12.215Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-08T07:49:12.568Z] + sudo service docker restart [2020-12-08T07:49:12.568Z] + true [Pipeline] unstash [Pipeline] echo [2020-12-08T07:49:15.481Z] ========================================================= [2020-12-08T07:49:15.481Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-12-08T07:49:15.481Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-08T07:49:15.878Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2020-12-08T07:49:16.869Z] Sending build context to Docker daemon 1.929MB [2020-12-08T07:49:16.869Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-12-08T07:49:16.869Z] Step 2/7 : FROM ${BASE} [2020-12-08T07:49:17.467Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-12-08T07:49:17.467Z] 5f621e34cdf4: Pulling fs layer [2020-12-08T07:49:17.467Z] a4357932f1b6: Pulling fs layer [2020-12-08T07:49:17.467Z] 18c013af1878: Pulling fs layer [2020-12-08T07:49:17.467Z] 00ac8860ef70: Pulling fs layer [2020-12-08T07:49:17.467Z] 63d7cb157983: Pulling fs layer [2020-12-08T07:49:17.467Z] b116817d02f9: Pulling fs layer [2020-12-08T07:49:17.467Z] 745a02a5169b: Pulling fs layer [2020-12-08T07:49:17.467Z] 00ac8860ef70: Waiting [2020-12-08T07:49:17.467Z] 63d7cb157983: Waiting [2020-12-08T07:49:17.467Z] b116817d02f9: Waiting [2020-12-08T07:49:17.467Z] 745a02a5169b: Waiting [2020-12-08T07:49:17.467Z] 18c013af1878: Download complete [2020-12-08T07:49:17.467Z] a4357932f1b6: Download complete [2020-12-08T07:49:17.467Z] 63d7cb157983: Download complete [2020-12-08T07:49:17.467Z] b116817d02f9: Download complete [2020-12-08T07:49:17.740Z] 5f621e34cdf4: Verifying Checksum [2020-12-08T07:49:17.740Z] 5f621e34cdf4: Download complete [2020-12-08T07:49:18.360Z] 5f621e34cdf4: Pull complete [2020-12-08T07:49:18.969Z] a4357932f1b6: Pull complete [2020-12-08T07:49:19.571Z] 18c013af1878: Pull complete [2020-12-08T07:49:19.847Z] 745a02a5169b: Verifying Checksum [2020-12-08T07:49:19.847Z] 745a02a5169b: Download complete [2020-12-08T07:49:21.823Z] 00ac8860ef70: Verifying Checksum [2020-12-08T07:49:21.823Z] 00ac8860ef70: Download complete [2020-12-08T07:49:31.993Z] 00ac8860ef70: Pull complete [2020-12-08T07:49:31.993Z] 63d7cb157983: Pull complete [2020-12-08T07:49:32.595Z] b116817d02f9: Pull complete [2020-12-08T07:49:36.012Z] 745a02a5169b: Pull complete [2020-12-08T07:49:36.285Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2020-12-08T07:49:36.285Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-12-08T07:49:36.285Z] ---> b7e6874047d6 [2020-12-08T07:49:36.285Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-12-08T07:49:39.661Z] ---> Running in 88923b7a04ce [2020-12-08T07:49:39.661Z] Removing intermediate container 88923b7a04ce [2020-12-08T07:49:39.661Z] ---> 3dae4c928530 [2020-12-08T07:49:39.661Z] Step 4/7 : RUN apk add bash [2020-12-08T07:49:39.661Z] ---> Running in c99603eb127c [2020-12-08T07:49:41.107Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-08T07:49:42.093Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-08T07:49:43.077Z] OK: 142 MiB in 39 packages [2020-12-08T07:49:44.521Z] Removing intermediate container c99603eb127c [2020-12-08T07:49:44.521Z] ---> 5f913e7ef4ba [2020-12-08T07:49:44.521Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-12-08T07:49:44.521Z] ---> Running in aafa813841b0 [2020-12-08T07:49:45.117Z] Removing intermediate container aafa813841b0 [2020-12-08T07:49:45.117Z] ---> 5ca1264aa3e2 [2020-12-08T07:49:45.117Z] Step 6/7 : COPY go.mod . [2020-12-08T07:49:45.742Z] ---> b225b2a96f67 [2020-12-08T07:49:45.742Z] Step 7/7 : RUN go mod download [2020-12-08T07:49:45.742Z] ---> Running in 7864357c46f0 [2020-12-08T07:50:00.850Z] Removing intermediate container 7864357c46f0 [2020-12-08T07:50:00.850Z] ---> 6ca862b02794 [2020-12-08T07:50:00.850Z] Successfully built 6ca862b02794 [2020-12-08T07:50:00.850Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-08T07:50:01.200Z] + docker inspect -f . ci-base-image-arm64 [2020-12-08T07:50:01.200Z] . [Pipeline] withDockerContainer [2020-12-08T07:50:01.459Z] prd-ubuntu18.04-docker-arm64-4c-16g-15074 does not seem to be running inside a container [2020-12-08T07:50:01.568Z] $ 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-arm64 cat [2020-12-08T07:50:02.961Z] $ docker top 48b6bc909d72f964d60fdab6d4a7b56292de80a55e73e535e6b28ee17e8ede07 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-08T07:50:04.015Z] + go version [2020-12-08T07:50:04.016Z] go version go1.15.5 linux/arm64 [Pipeline] } [2020-12-08T07:50:04.065Z] $ docker stop --time=1 48b6bc909d72f964d60fdab6d4a7b56292de80a55e73e535e6b28ee17e8ede07 [2020-12-08T07:50:05.912Z] $ docker rm -f 48b6bc909d72f964d60fdab6d4a7b56292de80a55e73e535e6b28ee17e8ede07 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-08T07:50:06.928Z] + docker inspect -f . ci-base-image-arm64 [2020-12-08T07:50:06.928Z] . [Pipeline] withDockerContainer [2020-12-08T07:50:07.159Z] prd-ubuntu18.04-docker-arm64-4c-16g-15074 does not seem to be running inside a container [2020-12-08T07:50:07.266Z] $ 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-arm64 cat [2020-12-08T07:50:08.692Z] $ docker top 0745cc6f6eb0167dcf7b13eb709cffe3a297e12d70f42651b96230961c973ede -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-08T07:50:09.649Z] + make test [2020-12-08T07:50:09.649Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-12-08T07:50:31.858Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] [2020-12-08T07:50:32.464Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.024s coverage: 85.7% of statements [2020-12-08T07:50:32.464Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.056s coverage: 100.0% of statements [2020-12-08T07:50:34.459Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.037s coverage: 45.4% of statements [2020-12-08T07:50:34.459Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.026s coverage: 77.8% of statements [2020-12-08T07:50:34.459Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] [2020-12-08T07:50:34.459Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.013s coverage: 6.6% of statements [2020-12-08T07:50:35.911Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.072s coverage: 14.7% of statements [2020-12-08T07:50:35.911Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.056s coverage: 100.0% of statements [2020-12-08T07:50:36.518Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.092s coverage: 91.8% of statements [2020-12-08T07:50:36.518Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] [2020-12-08T07:50:36.518Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] [2020-12-08T07:50:36.518Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.036s coverage: 100.0% of statements [2020-12-08T07:50:37.964Z] ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.020s coverage: 47.8% of statements [2020-12-08T07:50:43.410Z] ok github.com/edgexfoundry/go-mod-core-contracts/models 0.082s coverage: 63.0% of statements [2020-12-08T07:50:43.410Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.033s coverage: 26.3% of statements [2020-12-08T07:50:43.410Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.011s coverage: 15.4% of statements [2020-12-08T07:50:43.410Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.027s coverage: 15.4% of statements [2020-12-08T07:50:43.410Z] ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.013s coverage: 14.3% of statements [2020-12-08T07:50:43.410Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] [2020-12-08T07:50:43.410Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http 0.039s coverage: 81.5% of statements [2020-12-08T07:50:43.410Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http/utils [no test files] [2020-12-08T07:50:43.410Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] [2020-12-08T07:50:44.403Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.042s coverage: 29.9% of statements [2020-12-08T07:50:44.403Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.055s coverage: 100.0% of statements [2020-12-08T07:50:45.845Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.055s coverage: 94.4% of statements [2020-12-08T07:50:45.845Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.023s coverage: 100.0% of statements [2020-12-08T07:50:45.845Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] [2020-12-08T07:50:45.845Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-12-08T07:50:50.156Z] gofmt -l . [2020-12-08T07:50:50.751Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2020-12-08T07:50:51.405Z] $ docker stop --time=1 0745cc6f6eb0167dcf7b13eb709cffe3a297e12d70f42651b96230961c973ede [2020-12-08T07:50:53.583Z] $ docker rm -f 0745cc6f6eb0167dcf7b13eb709cffe3a297e12d70f42651b96230961c973ede [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-08T07:50:54.471Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-12-08T07:50:54.535Z] Warning: overwriting stash ‘coverage-report’ [2020-12-08T07:50:55.459Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2020-12-08T07:50:57.153Z] provisioning config files... [2020-12-08T07:50:57.167Z] copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_PR-385@tmp/config881289485522738288tmp [Pipeline] { [Pipeline] sh [2020-12-08T07:50:57.587Z] + set +x [2020-12-08T07:50:57.588Z] + curl -s https://codecov.io/bash [2020-12-08T07:50:57.588Z] + bash -s -- [2020-12-08T07:50:57.850Z] [2020-12-08T07:50:57.850Z] _____ _ [2020-12-08T07:50:57.850Z] / ____| | | [2020-12-08T07:50:57.850Z] | | ___ __| | ___ ___ _____ __ [2020-12-08T07:50:57.850Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-12-08T07:50:57.850Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-12-08T07:50:57.850Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-12-08T07:50:57.850Z] Bash-20201130-cc6d3fe [2020-12-08T07:50:57.850Z] [2020-12-08T07:50:57.850Z] [2020-12-08T07:50:57.850Z] ==> Jenkins CI detected. [2020-12-08T07:50:57.850Z] project root: . [2020-12-08T07:50:57.850Z] --> token set from env [2020-12-08T07:50:57.850Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-12-08T07:50:57.850Z] ==> Running gcov in . (disable via -X gcov) [2020-12-08T07:50:57.850Z] ==> Python coveragepy not found [2020-12-08T07:50:57.850Z] ==> Searching for coverage reports in: [2020-12-08T07:50:57.850Z] + . [2020-12-08T07:50:57.850Z] -> Found 1 reports [2020-12-08T07:50:57.850Z] ==> Detecting git/mercurial file structure [2020-12-08T07:50:57.850Z] ==> Reading reports [2020-12-08T07:50:57.850Z] + ./coverage.out bytes=106677 [2020-12-08T07:50:57.850Z] ==> Appending adjustments [2020-12-08T07:50:57.850Z] https://docs.codecov.io/docs/fixing-reports [2020-12-08T07:50:58.426Z] + Found adjustments [2020-12-08T07:50:58.690Z] ==> Gzipping contents [2020-12-08T07:50:58.690Z] 20K /tmp/codecov.jtTUEW.gz [2020-12-08T07:50:58.690Z] ==> Uploading reports [2020-12-08T07:50:58.690Z] url: https://codecov.io [2020-12-08T07:50:58.690Z] query: branch=PR-385&commit=f86ad7d89a7e62baf9886af12a95c5775a996ba2&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-385%2F2%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=385&job=&cmd_args= [2020-12-08T07:50:58.690Z] -> Pinging Codecov [2020-12-08T07:50:58.690Z] https://codecov.io/upload/v4?package=bash-20201130-cc6d3fe&token=secret&branch=PR-385&commit=f86ad7d89a7e62baf9886af12a95c5775a996ba2&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-385%2F2%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=385&job=&cmd_args= [2020-12-08T07:50:59.267Z] -> Uploading to [2020-12-08T07:50:59.267Z] https://storage.googleapis.com/codecov/v4/raw/2020-12-08/71470A77251A30514AAF9C0BB2E5B6CE/f86ad7d89a7e62baf9886af12a95c5775a996ba2/c056a122-bb2f-4c7a-88bd-c12349a08a74.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201208%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201208T075059Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=cffb6254ac5a6ed74b462e270e5521c04b90d733700c0832969e1a3e2cd20b2f [2020-12-08T07:50:59.267Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-08T07:50:59.267Z] Dload Upload Total Spent Left Speed [2020-12-08T07:50:59.531Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 17312 0 0 100 17312 0 42119 --:--:-- --:--:-- --:--:-- 42224 [2020-12-08T07:50:59.531Z] -> View reports at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/f86ad7d89a7e62baf9886af12a95c5775a996ba2 [Pipeline] } [2020-12-08T07:50:59.541Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-12-08T07:51:02.337Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-08T07:51:02.643Z] ---> package-listing.sh [2020-12-08T07:51:02.643Z] ++ facter osfamily [2020-12-08T07:51:02.643Z] ++ tr '[:upper:]' '[:lower:]' [2020-12-08T07:51:02.643Z] + OS_FAMILY=redhat [2020-12-08T07:51:02.643Z] + workspace=/w/workspace/dry_go-mod-core-contracts_PR-385 [2020-12-08T07:51:02.643Z] + START_PACKAGES=/tmp/packages_start.txt [2020-12-08T07:51:02.643Z] + END_PACKAGES=/tmp/packages_end.txt [2020-12-08T07:51:02.643Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-12-08T07:51:02.643Z] + PACKAGES=/tmp/packages_start.txt [2020-12-08T07:51:02.643Z] + '[' /w/workspace/dry_go-mod-core-contracts_PR-385 ']' [2020-12-08T07:51:02.643Z] + PACKAGES=/tmp/packages_end.txt [2020-12-08T07:51:02.643Z] + case "${OS_FAMILY}" in [2020-12-08T07:51:02.643Z] + rpm -qa [2020-12-08T07:51:02.643Z] + sort [2020-12-08T07:51:07.950Z] + '[' -f /tmp/packages_start.txt ']' [2020-12-08T07:51:07.950Z] + '[' -f /tmp/packages_end.txt ']' [2020-12-08T07:51:07.950Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-12-08T07:51:07.950Z] + '[' /w/workspace/dry_go-mod-core-contracts_PR-385 ']' [2020-12-08T07:51:07.951Z] + mkdir -p /w/workspace/dry_go-mod-core-contracts_PR-385/archives/ [2020-12-08T07:51:07.951Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_PR-385/archives/ [Pipeline] echo [2020-12-08T07:51:07.965Z] 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-385/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-12-08T07:51:08.260Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-12-08T07:51:08.568Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-08T07:51:08.568Z] [2020-12-08T07:51:08.568Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-12-08T07:51:08.923Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-08T07:51:08.923Z] alpine: Pulling from edgex-lftools-log-publisher [2020-12-08T07:51:08.923Z] df20fa9351a1: Pulling fs layer [2020-12-08T07:51:08.923Z] 36b3adc4ff6f: Pulling fs layer [2020-12-08T07:51:08.923Z] 8ad3a11d3b57: Pulling fs layer [2020-12-08T07:51:08.923Z] 46f8f816bc3b: Pulling fs layer [2020-12-08T07:51:08.923Z] 93b61091891f: Pulling fs layer [2020-12-08T07:51:08.923Z] 93b9cdb0e59b: Pulling fs layer [2020-12-08T07:51:08.923Z] 5e14af77c1be: Pulling fs layer [2020-12-08T07:51:08.923Z] 01666e4c0597: Pulling fs layer [2020-12-08T07:51:08.923Z] aa168da1d23b: Pulling fs layer [2020-12-08T07:51:08.923Z] 46f8f816bc3b: Waiting [2020-12-08T07:51:08.923Z] 93b61091891f: Waiting [2020-12-08T07:51:08.923Z] 93b9cdb0e59b: Waiting [2020-12-08T07:51:08.923Z] 5e14af77c1be: Waiting [2020-12-08T07:51:08.923Z] 01666e4c0597: Waiting [2020-12-08T07:51:08.923Z] aa168da1d23b: Waiting [2020-12-08T07:51:08.923Z] 36b3adc4ff6f: Download complete [2020-12-08T07:51:08.923Z] 46f8f816bc3b: Verifying Checksum [2020-12-08T07:51:08.923Z] 46f8f816bc3b: Download complete [2020-12-08T07:51:08.923Z] df20fa9351a1: Verifying Checksum [2020-12-08T07:51:08.923Z] df20fa9351a1: Download complete [2020-12-08T07:51:09.190Z] 93b9cdb0e59b: Verifying Checksum [2020-12-08T07:51:09.190Z] 93b9cdb0e59b: Download complete [2020-12-08T07:51:09.190Z] 93b61091891f: Verifying Checksum [2020-12-08T07:51:09.190Z] 93b61091891f: Download complete [2020-12-08T07:51:09.190Z] 5e14af77c1be: Verifying Checksum [2020-12-08T07:51:09.190Z] 5e14af77c1be: Download complete [2020-12-08T07:51:09.190Z] 01666e4c0597: Verifying Checksum [2020-12-08T07:51:09.190Z] 01666e4c0597: Download complete [2020-12-08T07:51:09.459Z] df20fa9351a1: Pull complete [2020-12-08T07:51:09.728Z] 8ad3a11d3b57: Verifying Checksum [2020-12-08T07:51:09.728Z] 8ad3a11d3b57: Download complete [2020-12-08T07:51:09.728Z] 36b3adc4ff6f: Pull complete [2020-12-08T07:51:10.682Z] 8ad3a11d3b57: Pull complete [2020-12-08T07:51:11.260Z] aa168da1d23b: Verifying Checksum [2020-12-08T07:51:11.260Z] aa168da1d23b: Download complete [2020-12-08T07:51:11.524Z] 46f8f816bc3b: Pull complete [2020-12-08T07:51:12.106Z] 93b61091891f: Pull complete [2020-12-08T07:51:12.106Z] 93b9cdb0e59b: Pull complete [2020-12-08T07:51:12.106Z] 5e14af77c1be: Pull complete [2020-12-08T07:51:12.371Z] 01666e4c0597: Pull complete [2020-12-08T07:51:20.561Z] aa168da1d23b: Pull complete [2020-12-08T07:51:20.561Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-12-08T07:51:20.561Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-08T07:51:20.561Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-12-08T07:51:20.774Z] prd-centos7-docker-4c-2g-15070 does not seem to be running inside a container [2020-12-08T07:51:20.826Z] $ 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-385/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-385 -v /w/workspace/dry_go-mod-core-contracts_PR-385:/w/workspace/dry_go-mod-core-contracts_PR-385:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-385@tmp:/w/workspace/dry_go-mod-core-contracts_PR-385@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-12-08T07:51:23.536Z] $ docker top 500fbbc1184133cd3bc03b44a2b3915801ab057f0e34d632ef85ce76746b5b8d -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-08T07:51:24.049Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-12-08T07:51:24.349Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-12-08T07:51:24.647Z] + ls /var/log/sa-host [2020-12-08T07:51:24.647Z] + sadf -c /var/log/sa-host/sa08 [2020-12-08T07:51:24.647Z] file_magic: OK [2020-12-08T07:51:24.647Z] HZ: Using current value: 100 [2020-12-08T07:51:24.647Z] file_header: OK [2020-12-08T07:51:24.647Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-12-08T07:51:24.647Z] Statistics: [2020-12-08T07:51:24.647Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-12-08T07:51:24.647Z] File successfully converted to sysstat format version 12.2.1 [2020-12-08T07:51:24.647Z] + sadf -c /var/log/sa-host/sa23 [2020-12-08T07:51:24.647Z] file_magic: OK [2020-12-08T07:51:24.647Z] HZ: Using current value: 100 [2020-12-08T07:51:24.647Z] file_header: OK [2020-12-08T07:51:24.647Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-12-08T07:51:24.647Z] Statistics: [2020-12-08T07:51:24.647Z] Hnuu...uuuununununu... [2020-12-08T07:51:24.647Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-12-08T07:51:24.967Z] provisioning config files... [2020-12-08T07:51:24.983Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-385@tmp/config5730832616251367415tmp [Pipeline] { [Pipeline] echo [2020-12-08T07:51:25.053Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-08T07:51:25.355Z] ---> create-netrc.sh [Pipeline] } [2020-12-08T07:51:25.365Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-12-08T07:51:25.493Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-08T07:51:25.794Z] ---> python-tools-install.sh [Pipeline] echo [2020-12-08T07:51:25.808Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-08T07:51:26.107Z] ---> sudo-logs.sh [2020-12-08T07:51:26.107Z] Archiving 'sudo' log.. [Pipeline] echo [2020-12-08T07:51:26.118Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-08T07:51:26.414Z] ---> job-cost.sh [2020-12-08T07:51:26.414Z] lf-activate-venv: SKIPPING [2020-12-08T07:51:26.414Z] INFO: No Stack... [2020-12-08T07:51:26.989Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-12-08T07:51:27.564Z] INFO: Archiving Costs [Pipeline] echo [2020-12-08T07:51:27.577Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-08T07:51:27.872Z] ---> logs-deploy.sh [2020-12-08T07:51:27.872Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-385/2 [2020-12-08T07:51:27.872Z] INFO: archiving workspace using pattern(s): [2020-12-08T07:51:29.792Z] Archives upload complete. [2020-12-08T07:51:29.792Z] INFO: archiving logs to Nexus [2020-12-08T07:51:30.739Z] ---> uname -a: [2020-12-08T07:51:30.739Z] Linux prd-centos7-docker-4c-2g-15070.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2020-12-08T07:51:30.739Z] [2020-12-08T07:51:30.739Z] [2020-12-08T07:51:30.739Z] ---> lscpu: [2020-12-08T07:51:30.739Z] Architecture: x86_64 [2020-12-08T07:51:30.739Z] CPU op-mode(s): 32-bit, 64-bit [2020-12-08T07:51:30.739Z] Byte Order: Little Endian [2020-12-08T07:51:30.739Z] Address sizes: 40 bits physical, 48 bits virtual [2020-12-08T07:51:30.739Z] CPU(s): 4 [2020-12-08T07:51:30.739Z] On-line CPU(s) list: 0-3 [2020-12-08T07:51:30.739Z] Thread(s) per core: 1 [2020-12-08T07:51:30.739Z] Core(s) per socket: 1 [2020-12-08T07:51:30.739Z] Socket(s): 4 [2020-12-08T07:51:30.739Z] NUMA node(s): 1 [2020-12-08T07:51:30.739Z] Vendor ID: GenuineIntel [2020-12-08T07:51:30.739Z] CPU family: 6 [2020-12-08T07:51:30.739Z] Model: 44 [2020-12-08T07:51:30.739Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-12-08T07:51:30.739Z] Stepping: 1 [2020-12-08T07:51:30.739Z] CPU MHz: 2933.436 [2020-12-08T07:51:30.739Z] BogoMIPS: 5866.87 [2020-12-08T07:51:30.739Z] Virtualization: VT-x [2020-12-08T07:51:30.739Z] Hypervisor vendor: KVM [2020-12-08T07:51:30.739Z] Virtualization type: full [2020-12-08T07:51:30.739Z] L1d cache: 128 KiB [2020-12-08T07:51:30.739Z] L1i cache: 128 KiB [2020-12-08T07:51:30.739Z] L2 cache: 16 MiB [2020-12-08T07:51:30.739Z] L3 cache: 64 MiB [2020-12-08T07:51:30.739Z] NUMA node0 CPU(s): 0-3 [2020-12-08T07:51:30.739Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-12-08T07:51:30.739Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-12-08T07:51:30.739Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-12-08T07:51:30.739Z] Vulnerability Meltdown: Mitigation; PTI [2020-12-08T07:51:30.739Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-12-08T07:51:30.739Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-12-08T07:51:30.739Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-12-08T07:51:30.739Z] Vulnerability Srbds: Not affected [2020-12-08T07:51:30.739Z] Vulnerability Tsx async abort: Not affected [2020-12-08T07:51:30.739Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2020-12-08T07:51:30.739Z] [2020-12-08T07:51:30.739Z] [2020-12-08T07:51:30.739Z] ---> nproc: [2020-12-08T07:51:30.739Z] 4 [2020-12-08T07:51:30.739Z] [2020-12-08T07:51:30.739Z] [2020-12-08T07:51:30.739Z] ---> df -h: [2020-12-08T07:51:30.739Z] Filesystem Size Used Available Use% Mounted on [2020-12-08T07:51:30.739Z] overlay 50.0G 7.3G 42.7G 15% / [2020-12-08T07:51:30.739Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-12-08T07:51:30.739Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-12-08T07:51:30.739Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-12-08T07:51:30.739Z] /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os [2020-12-08T07:51:30.739Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf [2020-12-08T07:51:30.739Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname [2020-12-08T07:51:30.739Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts [2020-12-08T07:51:30.739Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log [2020-12-08T07:51:30.739Z] /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json [2020-12-08T07:51:30.739Z] /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dry_go-mod-core-contracts_PR-385 [2020-12-08T07:51:30.739Z] /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dry_go-mod-core-contracts_PR-385@tmp [2020-12-08T07:51:30.739Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host [2020-12-08T07:51:30.739Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure [2020-12-08T07:51:30.739Z] [2020-12-08T07:51:30.739Z] [2020-12-08T07:51:30.739Z] ---> free -m: [2020-12-08T07:51:30.739Z] total used free shared buff/cache available [2020-12-08T07:51:30.739Z] Mem: 1837 718 102 0 1016 1014 [2020-12-08T07:51:30.739Z] Swap: 1023 1 1022 [2020-12-08T07:51:30.739Z] [2020-12-08T07:51:30.739Z] [2020-12-08T07:51:30.739Z] ---> ip addr: [2020-12-08T07:51:30.739Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-12-08T07:51:30.739Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-12-08T07:51:30.739Z] inet 127.0.0.1/8 scope host lo [2020-12-08T07:51:30.739Z] valid_lft forever preferred_lft forever [2020-12-08T07:51:30.739Z] inet6 ::1/128 scope host [2020-12-08T07:51:30.739Z] valid_lft forever preferred_lft forever [2020-12-08T07:51:30.739Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2020-12-08T07:51:30.739Z] link/ether fa:16:3e:5d:a0:f8 brd ff:ff:ff:ff:ff:ff [2020-12-08T07:51:30.739Z] inet 10.30.123.217/23 brd 10.30.123.255 scope global dynamic eth0 [2020-12-08T07:51:30.739Z] valid_lft 85975sec preferred_lft 85975sec [2020-12-08T07:51:30.739Z] inet6 fe80::f816:3eff:fe5d:a0f8/64 scope link [2020-12-08T07:51:30.739Z] valid_lft forever preferred_lft forever [2020-12-08T07:51:30.739Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2020-12-08T07:51:30.739Z] link/ether 02:42:37:6d:bd:6a brd ff:ff:ff:ff:ff:ff [2020-12-08T07:51:30.739Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2020-12-08T07:51:30.739Z] valid_lft forever preferred_lft forever [2020-12-08T07:51:30.739Z] inet6 fe80::42:37ff:fe6d:bd6a/64 scope link [2020-12-08T07:51:30.739Z] valid_lft forever preferred_lft forever [2020-12-08T07:51:30.739Z] [2020-12-08T07:51:30.739Z] [2020-12-08T07:51:30.739Z] ---> sar -b -r -n DEV: [2020-12-08T07:51:30.739Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/08/20 _x86_64_ (4 CPU) [2020-12-08T07:51:30.739Z] [2020-12-08T07:51:30.739Z] 07:44:14 LINUX RESTART (4 CPU) [2020-12-08T07:51:30.739Z] [2020-12-08T07:51:30.739Z] 07:45:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2020-12-08T07:51:30.739Z] 07:46:01 32.42 10.81 21.61 0.00 4286.25 3117.45 0.00 [2020-12-08T07:51:30.739Z] 07:47:01 1.92 0.00 1.92 0.00 0.00 40.48 0.00 [2020-12-08T07:51:30.739Z] 07:48:01 0.25 0.00 0.25 0.00 0.00 2.71 0.00 [2020-12-08T07:51:30.739Z] 07:49:01 0.28 0.00 0.28 0.00 0.00 3.20 0.00 [2020-12-08T07:51:30.739Z] 07:50:01 0.20 0.00 0.20 0.00 0.00 3.01 0.00 [2020-12-08T07:51:30.739Z] 07:51:01 0.37 0.10 0.27 0.00 7.86 3.11 0.00 [2020-12-08T07:51:30.739Z] Average: 5.91 1.82 4.09 0.00 715.78 528.40 0.00 [2020-12-08T07:51:30.739Z] [2020-12-08T07:51:30.739Z] 07:45:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-12-08T07:51:30.739Z] 07:46:01 144484 0 619740 32.94 2620 1114700 1103384 37.66 434804 1102420 20 [2020-12-08T07:51:30.739Z] 07:47:01 148780 0 615436 32.71 2620 1114708 1091200 37.24 432932 1100448 8 [2020-12-08T07:51:30.739Z] 07:48:01 147856 0 616356 32.76 2620 1114712 1081028 36.89 435960 1098504 8 [2020-12-08T07:51:30.739Z] 07:49:01 147676 0 616536 32.77 2620 1114712 1081112 36.90 442252 1092744 16 [2020-12-08T07:51:30.739Z] 07:50:01 147168 0 617036 32.79 2620 1114720 1081004 36.89 440876 1094824 12 [2020-12-08T07:51:30.739Z] 07:51:01 144428 0 619408 32.92 2620 1115088 1081596 36.91 443060 1094852 148 [2020-12-08T07:51:30.739Z] Average: 146732 0 617419 32.81 2620 1114773 1086554 37.08 438314 1097299 35 [2020-12-08T07:51:30.739Z] [2020-12-08T07:51:30.739Z] 07:45:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2020-12-08T07:51:30.739Z] 07:46:01 eth0 78.59 64.72 349.08 35.00 0.00 0.00 0.00 0.00 [2020-12-08T07:51:30.739Z] 07:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-08T07:51:30.739Z] 07:46:01 docker0 7.99 6.11 1.40 13.65 0.00 0.00 0.00 0.00 [2020-12-08T07:51:30.739Z] 07:47:01 eth0 4.90 2.00 3.36 0.31 0.00 0.00 0.00 0.00 [2020-12-08T07:51:30.739Z] 07:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-08T07:51:30.739Z] 07:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-08T07:51:30.739Z] 07:48:01 eth0 1.50 0.30 0.37 0.20 0.00 0.00 0.00 0.00 [2020-12-08T07:51:30.739Z] 07:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-08T07:51:30.739Z] 07:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-08T07:51:30.739Z] 07:49:01 eth0 0.58 0.32 0.28 0.17 0.00 0.00 0.00 0.00 [2020-12-08T07:51:30.739Z] 07:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-08T07:51:30.739Z] 07:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-08T07:51:30.739Z] 07:50:01 eth0 0.32 0.18 0.14 0.10 0.00 0.00 0.00 0.00 [2020-12-08T07:51:30.739Z] 07:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-08T07:51:30.739Z] 07:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-08T07:51:30.739Z] 07:51:01 eth0 5.61 3.81 5.16 2.08 0.00 0.00 0.00 0.00 [2020-12-08T07:51:30.739Z] 07:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-08T07:51:30.739Z] 07:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-08T07:51:30.739Z] Average: eth0 15.25 11.89 59.74 6.31 0.00 0.00 0.00 0.00 [2020-12-08T07:51:30.739Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-08T07:51:30.739Z] Average: docker0 1.33 1.02 0.23 2.28 0.00 0.00 0.00 0.00 [2020-12-08T07:51:30.739Z] [2020-12-08T07:51:30.739Z] [2020-12-08T07:51:30.739Z] ---> sar -P ALL: [2020-12-08T07:51:30.739Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/08/20 _x86_64_ (4 CPU) [2020-12-08T07:51:30.739Z] [2020-12-08T07:51:30.739Z] 07:44:14 LINUX RESTART (4 CPU) [2020-12-08T07:51:30.739Z] [2020-12-08T07:51:30.739Z] 07:45:01 CPU %user %nice %system %iowait %steal %idle [2020-12-08T07:51:30.739Z] 07:46:01 all 2.95 0.00 1.84 0.64 0.03 94.53 [2020-12-08T07:51:30.739Z] 07:46:01 0 2.78 0.00 1.86 1.26 0.03 94.07 [2020-12-08T07:51:30.739Z] 07:46:01 1 2.95 0.00 1.81 0.20 0.03 95.00 [2020-12-08T07:51:30.739Z] 07:46:01 2 2.62 0.00 1.78 0.18 0.03 95.39 [2020-12-08T07:51:30.739Z] 07:46:01 3 3.46 0.00 1.93 0.91 0.03 93.68 [2020-12-08T07:51:30.739Z] 07:47:01 all 0.18 0.00 0.05 0.00 0.00 99.76 [2020-12-08T07:51:30.739Z] 07:47:01 0 0.07 0.00 0.05 0.00 0.00 99.88 [2020-12-08T07:51:30.739Z] 07:47:01 1 0.07 0.00 0.07 0.00 0.00 99.87 [2020-12-08T07:51:30.739Z] 07:47:01 2 0.08 0.00 0.07 0.00 0.00 99.85 [2020-12-08T07:51:30.739Z] 07:47:01 3 0.52 0.00 0.03 0.00 0.00 99.45 [2020-12-08T07:51:30.739Z] 07:48:01 all 0.17 0.00 0.05 0.00 0.00 99.78 [2020-12-08T07:51:30.739Z] 07:48:01 0 0.08 0.00 0.07 0.00 0.00 99.85 [2020-12-08T07:51:30.739Z] 07:48:01 1 0.03 0.00 0.05 0.00 0.00 99.92 [2020-12-08T07:51:30.739Z] 07:48:01 2 0.03 0.00 0.02 0.00 0.02 99.93 [2020-12-08T07:51:30.739Z] 07:48:01 3 0.52 0.00 0.07 0.00 0.00 99.42 [2020-12-08T07:51:30.740Z] 07:49:01 all 0.10 0.00 0.06 0.00 0.00 99.84 [2020-12-08T07:51:30.740Z] 07:49:01 0 0.05 0.00 0.07 0.00 0.00 99.88 [2020-12-08T07:51:30.740Z] 07:49:01 1 0.03 0.00 0.05 0.00 0.00 99.92 [2020-12-08T07:51:30.740Z] 07:49:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2020-12-08T07:51:30.740Z] 07:49:01 3 0.30 0.00 0.10 0.00 0.00 99.60 [2020-12-08T07:51:30.740Z] 07:50:01 all 0.11 0.00 0.07 0.00 0.00 99.82 [2020-12-08T07:51:30.740Z] 07:50:01 0 0.05 0.00 0.05 0.00 0.00 99.90 [2020-12-08T07:51:30.740Z] 07:50:01 1 0.05 0.00 0.08 0.00 0.02 99.85 [2020-12-08T07:51:30.740Z] 07:50:01 2 0.05 0.00 0.07 0.00 0.00 99.88 [2020-12-08T07:51:30.740Z] 07:50:01 3 0.30 0.00 0.07 0.00 0.00 99.63 [2020-12-08T07:51:30.740Z] 07:51:01 all 0.57 0.00 0.35 0.00 0.00 99.08 [2020-12-08T07:51:30.740Z] 07:51:01 0 0.50 0.00 0.48 0.00 0.02 99.00 [2020-12-08T07:51:30.740Z] 07:51:01 1 0.50 0.00 0.37 0.00 0.00 99.13 [2020-12-08T07:51:30.740Z] 07:51:01 2 0.42 0.00 0.27 0.00 0.00 99.32 [2020-12-08T07:51:30.740Z] 07:51:01 3 0.85 0.00 0.28 0.00 0.00 98.87 [2020-12-08T07:51:30.740Z] Average: all 0.68 0.00 0.40 0.11 0.01 98.81 [2020-12-08T07:51:30.740Z] Average: 0 0.59 0.00 0.43 0.21 0.01 98.77 [2020-12-08T07:51:30.740Z] Average: 1 0.60 0.00 0.40 0.03 0.01 98.95 [2020-12-08T07:51:30.740Z] Average: 2 0.53 0.00 0.37 0.03 0.01 99.06 [2020-12-08T07:51:30.740Z] Average: 3 0.99 0.00 0.41 0.15 0.01 98.45 [2020-12-08T07:51:30.740Z] [2020-12-08T07:51:30.740Z] [2020-12-08T07:51:30.740Z]