Pull request #401 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 17bd62774d2a16c58141e8949cc3c0752ba8a77c rather than 82a2310ec686e2280fe4ea9cae2095ebd29d19c0 Obtained Jenkinsfile from 17bd62774d2a16c58141e8949cc3c0752ba8a77c 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 025b6483f761633eb525fab7d6a8b6537d6ee4a4 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 025b6483f761633eb525fab7d6a8b6537d6ee4a4 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 025b6483f761633eb525fab7d6a8b6537d6ee4a4 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 025b6483f761633eb525fab7d6a8b6537d6ee4a4 # timeout=10 Commit message: "Merge pull request #264 from ernestojeda/new-snap-build-script" > 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 ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-16310 in /w/workspace/dry_go-mod-core-contracts_PR-401 [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-401 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 17bd62774d2a16c58141e8949cc3c0752ba8a77c into PR head commit 82a2310ec686e2280fe4ea9cae2095ebd29d19c0 Merge succeeded, producing 82a2310ec686e2280fe4ea9cae2095ebd29d19c0 Checking out Revision 82a2310ec686e2280fe4ea9cae2095ebd29d19c0 (PR-401) > 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/401/head:refs/remotes/origin/PR-401 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 82a2310ec686e2280fe4ea9cae2095ebd29d19c0 # 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 17bd62774d2a16c58141e8949cc3c0752ba8a77c # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 82a2310ec686e2280fe4ea9cae2095ebd29d19c0 # timeout=10 Commit message: "refactor: Extract the valueType checking func as validation Tag" First time build. Skipping changelog. > git rev-list --no-walk 0d1d8e50482601e5103b82a90a1d0c7281665dfe # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-12-16T09:26:35.999Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-12-16T09:26:36.217Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-12-16T09:26:36.344Z] ========================================================= [2020-12-16T09:26:36.344Z] EdgeX Global Pipelines Version Info [2020-12-16T09:26:36.344Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-12-16T09:26:38.331Z] ------------------- [2020-12-16T09:26:38.332Z] stable info: [2020-12-16T09:26:38.332Z] ------------------- [2020-12-16T09:26:38.332Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-16T09:26:38.332Z] Commit SHA: 025b6483f761633eb525fab7d6a8b6537d6ee4a4 [2020-12-16T09:26:38.332Z] Message: update stable to v1.0.172 [2020-12-16T09:26:38.909Z] ------------------- [2020-12-16T09:26:38.909Z] experimental info: [2020-12-16T09:26:38.909Z] ------------------- [2020-12-16T09:26:38.909Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-16T09:26:38.909Z] Commit SHA: 025b6483f761633eb525fab7d6a8b6537d6ee4a4 [2020-12-16T09:26:38.909Z] Message: update experimental to v1.0.172 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-16T09:26:39.157Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo [2020-12-16T09:26:39.243Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo [2020-12-16T09:26:39.373Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-12-16T09:26:39.465Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-12-16T09:26:39.559Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-12-16T09:26:39.653Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-12-16T09:26:39.767Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-12-16T09:26:39.858Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-12-16T09:26:39.952Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-12-16T09:26:40.053Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-12-16T09:26:40.476Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-12-16T09:26:40.577Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo [2020-12-16T09:26:40.739Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-12-16T09:26:40.844Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-12-16T09:26:40.966Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2020-12-16T09:26:41.077Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-12-16T09:26:41.185Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-12-16T09:26:41.282Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-12-16T09:26:41.389Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo [2020-12-16T09:26:41.510Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-12-16T09:26:41.622Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-12-16T09:26:41.716Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-12-16T09:26:41.815Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-12-16T09:26:41.903Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-12-16T09:26:41.994Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2020-12-16T09:26:42.111Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-12-16T09:26:42.228Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-401 [Pipeline] echo [2020-12-16T09:26:42.336Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-401 [Pipeline] echo [2020-12-16T09:26:42.426Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-401 [Pipeline] echo [2020-12-16T09:26:42.531Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 82a2310ec686e2280fe4ea9cae2095ebd29d19c0 [Pipeline] echo [2020-12-16T09:26:42.620Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 82a2310 [Pipeline] echo [2020-12-16T09:26:42.726Z] [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-16T09:26:43.439Z] + git log --format=format:%s -1 82a2310ec686e2280fe4ea9cae2095ebd29d19c0 [Pipeline] echo [2020-12-16T09:26:43.522Z] GIT_COMMIT: 82a2310ec686e2280fe4ea9cae2095ebd29d19c0, Commit Message: refactor: Extract the valueType checking func as validation Tag [Pipeline] echo [2020-12-16T09:26:43.566Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-12-16T09:26:44.197Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-16T09:26:44.471Z] [2020-12-16T09:26:44.471Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-12-16T09:26:44.833Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-16T09:26:44.833Z] latest: Pulling from edgex-devops/git-semver [2020-12-16T09:26:44.833Z] 31603596830f: Pulling fs layer [2020-12-16T09:26:44.833Z] 2a8b12db71e7: Pulling fs layer [2020-12-16T09:26:44.833Z] 6ca5941a6612: Pulling fs layer [2020-12-16T09:26:44.833Z] ecc8261a40a4: Pulling fs layer [2020-12-16T09:26:44.833Z] ecc8261a40a4: Waiting [2020-12-16T09:26:44.833Z] 2a8b12db71e7: Verifying Checksum [2020-12-16T09:26:44.833Z] 2a8b12db71e7: Download complete [2020-12-16T09:26:45.103Z] 31603596830f: Verifying Checksum [2020-12-16T09:26:45.103Z] 31603596830f: Download complete [2020-12-16T09:26:45.103Z] ecc8261a40a4: Verifying Checksum [2020-12-16T09:26:45.103Z] ecc8261a40a4: Download complete [2020-12-16T09:26:45.368Z] 6ca5941a6612: Verifying Checksum [2020-12-16T09:26:45.368Z] 6ca5941a6612: Download complete [2020-12-16T09:26:45.637Z] 31603596830f: Pull complete [2020-12-16T09:26:45.637Z] 2a8b12db71e7: Pull complete [2020-12-16T09:26:46.597Z] 6ca5941a6612: Pull complete [2020-12-16T09:26:46.860Z] ecc8261a40a4: Pull complete [2020-12-16T09:26:46.861Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-12-16T09:26:46.861Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-16T09:26:46.861Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-12-16T09:26:46.971Z] prd-centos7-docker-4c-2g-16310 does not seem to be running inside a container [2020-12-16T09:26:47.033Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_PR-401 -v /w/workspace/dry_go-mod-core-contracts_PR-401:/w/workspace/dry_go-mod-core-contracts_PR-401:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-401@tmp:/w/workspace/dry_go-mod-core-contracts_PR-401@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-12-16T09:26:48.972Z] $ docker top 72770d31e7796692b28c2c55ec751fb7d8d7e9e76dfc01552b31f169638705c2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-16T09:26:49.257Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-16T09:26:49.257Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-16T09:26:49.501Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-16T09:26:49.508Z] $ docker exec 72770d31e7796692b28c2c55ec751fb7d8d7e9e76dfc01552b31f169638705c2 ssh-agent [2020-12-16T09:26:49.694Z] SSH_AUTH_SOCK=/tmp/ssh-Xp2izeFFGToP/agent.11 [2020-12-16T09:26:49.694Z] SSH_AGENT_PID=16 [2020-12-16T09:26:49.743Z] Running ssh-add (command line suppressed) [2020-12-16T09:26:49.872Z] Identity added: /w/workspace/dry_go-mod-core-contracts_PR-401@tmp/private_key_4982787831696581411.key (/w/workspace/dry_go-mod-core-contracts_PR-401@tmp/private_key_4982787831696581411.key) [2020-12-16T09:26:49.926Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-16T09:26:50.262Z] + git tag --points-at HEAD [Pipeline] } [2020-12-16T09:26:50.288Z] $ docker exec --env ******** --env ******** 72770d31e7796692b28c2c55ec751fb7d8d7e9e76dfc01552b31f169638705c2 ssh-agent -k [2020-12-16T09:26:50.404Z] unset SSH_AUTH_SOCK; [2020-12-16T09:26:50.405Z] unset SSH_AGENT_PID; [2020-12-16T09:26:50.405Z] echo Agent pid 16 killed; [2020-12-16T09:26:50.452Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-12-16T09:26:50.605Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-16T09:26:50.605Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-16T09:26:50.799Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-16T09:26:50.807Z] $ docker exec 72770d31e7796692b28c2c55ec751fb7d8d7e9e76dfc01552b31f169638705c2 ssh-agent [2020-12-16T09:26:50.987Z] SSH_AUTH_SOCK=/tmp/ssh-R1BduUKJi2A6/agent.46 [2020-12-16T09:26:50.987Z] SSH_AGENT_PID=51 [2020-12-16T09:26:50.995Z] Running ssh-add (command line suppressed) [2020-12-16T09:26:51.137Z] Identity added: /w/workspace/dry_go-mod-core-contracts_PR-401@tmp/private_key_8368322570126488275.key (/w/workspace/dry_go-mod-core-contracts_PR-401@tmp/private_key_8368322570126488275.key) [2020-12-16T09:26:51.188Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-16T09:26:51.532Z] + git semver init [2020-12-16T09:26:51.532Z] # -> Open(): unable to determine branch for HEAD [2020-12-16T09:26:51.532Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_PR-401/.git [2020-12-16T09:26:51.532Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_PR-401 [2020-12-16T09:26:51.532Z] # $SEMVER_REMOTE_NAME = origin [2020-12-16T09:26:51.532Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-16T09:26:51.532Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-16T09:26:51.532Z] # $SEMVER_BRANCH = PR-401 [2020-12-16T09:26:51.532Z] # $SEMVER_TEMP = /tmp/semver-039526092 [2020-12-16T09:26:51.533Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP [2020-12-16T09:26:52.114Z] # '/tmp/semver-039526092' -> '/w/workspace/dry_go-mod-core-contracts_PR-401/.semver' [2020-12-16T09:26:52.114Z] # -> Force: false [2020-12-16T09:26:52.114Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_PR-401/.semver [Pipeline] } [2020-12-16T09:26:52.130Z] $ docker exec --env ******** --env ******** 72770d31e7796692b28c2c55ec751fb7d8d7e9e76dfc01552b31f169638705c2 ssh-agent -k [2020-12-16T09:26:52.266Z] unset SSH_AUTH_SOCK; [2020-12-16T09:26:52.267Z] unset SSH_AGENT_PID; [2020-12-16T09:26:52.267Z] echo Agent pid 51 killed; [2020-12-16T09:26:52.314Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-16T09:26:52.888Z] + git semver [Pipeline] } [2020-12-16T09:26:52.928Z] $ docker stop --time=1 72770d31e7796692b28c2c55ec751fb7d8d7e9e76dfc01552b31f169638705c2 [2020-12-16T09:26:54.727Z] $ docker rm -f 72770d31e7796692b28c2c55ec751fb7d8d7e9e76dfc01552b31f169638705c2 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-16T09:26:55.286Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-12-16T09:26:55.871Z] Stashed 1 file(s) [Pipeline] echo [2020-12-16T09:26:55.874Z] [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-16T09:27:11.481Z] Still waiting to schedule task [2020-12-16T09:27:11.482Z] ‘prd-centos7-docker-4c-2g-15505’ is offline; ‘prd-centos7-docker-4c-2g-16308’ is offline; ‘prd-centos7-docker-4c-2g-16312’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-16309’ doesn’t have label ‘centos7-docker-4c-2g’ [2020-12-16T09:27:11.485Z] Still waiting to schedule task [2020-12-16T09:27:11.485Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2020-12-16T09:27:18.836Z] Running on prd-centos7-docker-4c-2g-16312 in /w/workspace/dry_go-mod-core-contracts_PR-401 [Pipeline] { [Pipeline] ws [2020-12-16T09:27:18.889Z] Running in /w/workspace/go-mod-core-contracts/4 [Pipeline] { [Pipeline] checkout [2020-12-16T09:27:21.382Z] using credential edgex-jenkins-ssh [2020-12-16T09:27:21.449Z] Cloning the remote Git repository [2020-12-16T09:27:21.485Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-12-16T09:27:21.573Z] > git init /w/workspace/go-mod-core-contracts/4 # timeout=10 [2020-12-16T09:27:21.634Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-12-16T09:27:21.634Z] > git --version # timeout=10 [2020-12-16T09:27:21.653Z] > git --version # 'git version 2.24.3' [2020-12-16T09:27:21.653Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-16T09:27:21.690Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-16T09:27:22.356Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-12-16T09:27:22.363Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-16T09:27:22.377Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-12-16T09:27:22.392Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-12-16T09:27:22.393Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-16T09:27:22.397Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/401/head:refs/remotes/origin/PR-401 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-16T09:27:22.894Z] Merging remotes/origin/master commit 17bd62774d2a16c58141e8949cc3c0752ba8a77c into PR head commit 82a2310ec686e2280fe4ea9cae2095ebd29d19c0 [2020-12-16T09:27:23.014Z] Merge succeeded, producing 82a2310ec686e2280fe4ea9cae2095ebd29d19c0 [2020-12-16T09:27:23.014Z] Checking out Revision 82a2310ec686e2280fe4ea9cae2095ebd29d19c0 (PR-401) [2020-12-16T09:27:22.906Z] > git config core.sparsecheckout # timeout=10 [2020-12-16T09:27:22.913Z] > git checkout -f 82a2310ec686e2280fe4ea9cae2095ebd29d19c0 # timeout=10 [2020-12-16T09:27:22.980Z] > git remote # timeout=10 [2020-12-16T09:27:22.985Z] > git config --get remote.origin.url # timeout=10 [2020-12-16T09:27:22.992Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-16T09:27:22.995Z] > git merge 17bd62774d2a16c58141e8949cc3c0752ba8a77c # timeout=10 [2020-12-16T09:27:23.008Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-16T09:27:23.020Z] > git config core.sparsecheckout # timeout=10 [2020-12-16T09:27:23.026Z] > git checkout -f 82a2310ec686e2280fe4ea9cae2095ebd29d19c0 # timeout=10 [2020-12-16T09:27:26.762Z] Commit message: "refactor: Extract the valueType checking func as validation Tag" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-16T09:27:27.940Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2020-12-16T09:27:28.282Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-16T09:27:28.588Z] + sudo service docker restart [2020-12-16T09:27:28.588Z] + true [2020-12-16T09:27:28.588Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo [2020-12-16T09:27:29.824Z] ========================================================= [2020-12-16T09:27:29.824Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-12-16T09:27:29.824Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-16T09:27:30.180Z] + 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-16T09:27:30.759Z] Sending build context to Docker daemon 2.022MB [2020-12-16T09:27:30.759Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-12-16T09:27:30.759Z] Step 2/7 : FROM ${BASE} [2020-12-16T09:27:30.759Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-12-16T09:27:30.759Z] 188c0c94c7c5: Pulling fs layer [2020-12-16T09:27:30.759Z] 0ef7d3d256c8: Pulling fs layer [2020-12-16T09:27:30.759Z] de9db76c5a1d: Pulling fs layer [2020-12-16T09:27:30.759Z] bca2f99d35d6: Pulling fs layer [2020-12-16T09:27:30.759Z] 93359f2a8cfa: Pulling fs layer [2020-12-16T09:27:30.759Z] 7c6f9722023f: Pulling fs layer [2020-12-16T09:27:30.759Z] a35cf1a2eb13: Pulling fs layer [2020-12-16T09:27:30.759Z] bca2f99d35d6: Waiting [2020-12-16T09:27:30.759Z] 93359f2a8cfa: Waiting [2020-12-16T09:27:30.759Z] 7c6f9722023f: Waiting [2020-12-16T09:27:30.759Z] a35cf1a2eb13: Waiting [2020-12-16T09:27:30.759Z] de9db76c5a1d: Verifying Checksum [2020-12-16T09:27:30.759Z] de9db76c5a1d: Download complete [2020-12-16T09:27:30.759Z] 0ef7d3d256c8: Download complete [2020-12-16T09:27:30.759Z] 93359f2a8cfa: Download complete [2020-12-16T09:27:30.759Z] 7c6f9722023f: Verifying Checksum [2020-12-16T09:27:30.759Z] 7c6f9722023f: Download complete [2020-12-16T09:27:31.718Z] 188c0c94c7c5: Verifying Checksum [2020-12-16T09:27:31.718Z] 188c0c94c7c5: Download complete [2020-12-16T09:27:32.302Z] 188c0c94c7c5: Pull complete [2020-12-16T09:27:32.302Z] 0ef7d3d256c8: Pull complete [2020-12-16T09:27:32.566Z] de9db76c5a1d: Pull complete [2020-12-16T09:27:35.133Z] a35cf1a2eb13: Verifying Checksum [2020-12-16T09:27:35.133Z] a35cf1a2eb13: Download complete [2020-12-16T09:27:35.133Z] bca2f99d35d6: Download complete [2020-12-16T09:27:41.813Z] bca2f99d35d6: Pull complete [2020-12-16T09:27:41.813Z] 93359f2a8cfa: Pull complete [2020-12-16T09:27:41.813Z] 7c6f9722023f: Pull complete [2020-12-16T09:27:46.062Z] a35cf1a2eb13: Pull complete [2020-12-16T09:27:46.062Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2020-12-16T09:27:46.062Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-12-16T09:27:46.062Z] ---> a62c8e92a672 [2020-12-16T09:27:46.062Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-12-16T09:27:46.062Z] ---> Running in cd7290b74d45 [2020-12-16T09:27:46.062Z] Removing intermediate container cd7290b74d45 [2020-12-16T09:27:46.062Z] ---> e0ad0bf24a00 [2020-12-16T09:27:46.062Z] Step 4/7 : RUN apk add bash [2020-12-16T09:27:46.062Z] ---> Running in ef90d9c255bc [2020-12-16T09:27:46.639Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-16T09:27:48.572Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-16T09:27:49.966Z] OK: 166 MiB in 39 packages [2020-12-16T09:27:50.231Z] Removing intermediate container ef90d9c255bc [2020-12-16T09:27:50.231Z] ---> d9e0f009d6b9 [2020-12-16T09:27:50.231Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-12-16T09:27:50.496Z] ---> Running in 580144138f6a [2020-12-16T09:27:50.496Z] Removing intermediate container 580144138f6a [2020-12-16T09:27:50.496Z] ---> 2bce309e9761 [2020-12-16T09:27:50.496Z] Step 6/7 : COPY go.mod . [2020-12-16T09:27:50.759Z] ---> f035114a926a [2020-12-16T09:27:50.759Z] Step 7/7 : RUN go mod download [2020-12-16T09:27:50.759Z] ---> Running in ece0d44cdb19 [2020-12-16T09:28:03.046Z] Removing intermediate container ece0d44cdb19 [2020-12-16T09:28:03.046Z] ---> e0d440be3b3d [2020-12-16T09:28:03.046Z] Successfully built e0d440be3b3d [2020-12-16T09:28:03.046Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-16T09:28:03.372Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-16T09:28:03.372Z] . [Pipeline] withDockerContainer [2020-12-16T09:28:03.499Z] prd-centos7-docker-4c-2g-16312 does not seem to be running inside a container [2020-12-16T09:28:03.555Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/4 -v /w/workspace/go-mod-core-contracts/4:/w/workspace/go-mod-core-contracts/4:rw,z -v /w/workspace/go-mod-core-contracts/4@tmp:/w/workspace/go-mod-core-contracts/4@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-x86_64 cat [2020-12-16T09:28:04.418Z] $ docker top 7797822d7819162c10a9bd6691ce8029d7e3ae03d70b6d0e93b0b8487ea4fe63 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-16T09:28:04.945Z] + go version [2020-12-16T09:28:04.945Z] go version go1.15.5 linux/amd64 [Pipeline] } [2020-12-16T09:28:04.965Z] $ docker stop --time=1 7797822d7819162c10a9bd6691ce8029d7e3ae03d70b6d0e93b0b8487ea4fe63 [2020-12-16T09:28:06.326Z] $ docker rm -f 7797822d7819162c10a9bd6691ce8029d7e3ae03d70b6d0e93b0b8487ea4fe63 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-16T09:28:07.151Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-16T09:28:07.151Z] . [Pipeline] withDockerContainer [2020-12-16T09:28:07.258Z] prd-centos7-docker-4c-2g-16312 does not seem to be running inside a container [2020-12-16T09:28:07.317Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/4 -v /w/workspace/go-mod-core-contracts/4:/w/workspace/go-mod-core-contracts/4:rw,z -v /w/workspace/go-mod-core-contracts/4@tmp:/w/workspace/go-mod-core-contracts/4@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-x86_64 cat [2020-12-16T09:28:07.929Z] $ docker top ae7b4e02b4d5c0ee30d7b9a8e39c1ed4e59247c028a19418d5701acf09eb3615 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-16T09:28:08.572Z] + make test [2020-12-16T09:28:08.572Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-12-16T09:28:16.802Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] [2020-12-16T09:28:16.802Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.034s coverage: 85.7% of statements [2020-12-16T09:28:16.802Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.015s coverage: 100.0% of statements [2020-12-16T09:28:16.802Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.025s coverage: 45.4% of statements [2020-12-16T09:28:16.802Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.026s coverage: 77.8% of statements [2020-12-16T09:28:16.802Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] [2020-12-16T09:28:17.395Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.017s coverage: 18.6% of statements [2020-12-16T09:28:17.668Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.019s coverage: 14.7% of statements [2020-12-16T09:28:17.668Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.013s coverage: 100.0% of statements [2020-12-16T09:28:17.668Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.044s coverage: 91.8% of statements [2020-12-16T09:28:17.668Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] [2020-12-16T09:28:17.668Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] [2020-12-16T09:28:17.668Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.016s coverage: 100.0% of statements [2020-12-16T09:28:18.256Z] ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.014s coverage: 47.8% of statements [2020-12-16T09:28:20.227Z] ok github.com/edgexfoundry/go-mod-core-contracts/models 0.039s coverage: 63.0% of statements [2020-12-16T09:28:20.227Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.018s coverage: 26.3% of statements [2020-12-16T09:28:20.227Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.005s coverage: 15.4% of statements [2020-12-16T09:28:20.227Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.029s coverage: 15.4% of statements [2020-12-16T09:28:20.227Z] ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.025s coverage: 14.3% of statements [2020-12-16T09:28:20.227Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] [2020-12-16T09:28:20.820Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http 0.038s coverage: 85.3% of statements [2020-12-16T09:28:20.820Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http/utils [no test files] [2020-12-16T09:28:20.820Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] [2020-12-16T09:28:20.820Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.013s coverage: 44.6% of statements [2020-12-16T09:28:20.820Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.009s coverage: 100.0% of statements [2020-12-16T09:28:21.084Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.015s coverage: 92.9% of statements [2020-12-16T09:28:21.349Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.008s coverage: 100.0% of statements [2020-12-16T09:28:21.349Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] [2020-12-16T09:28:21.619Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-12-16T09:28:23.032Z] gofmt -l . [2020-12-16T09:28:23.295Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2020-12-16T09:28:23.315Z] $ docker stop --time=1 ae7b4e02b4d5c0ee30d7b9a8e39c1ed4e59247c028a19418d5701acf09eb3615 [2020-12-16T09:28:25.544Z] $ docker rm -f ae7b4e02b4d5c0ee30d7b9a8e39c1ed4e59247c028a19418d5701acf09eb3615 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-16T09:28:26.246Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-12-16T09:28:26.595Z] 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-16T09:29:37.156Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-16313 in /w/workspace/dry_go-mod-core-contracts_PR-401 [Pipeline] { [Pipeline] ws [2020-12-16T09:29:37.237Z] Running in /w/workspace/go-mod-core-contracts/4 [Pipeline] { [Pipeline] checkout [2020-12-16T09:29:42.736Z] using credential edgex-jenkins-ssh [2020-12-16T09:29:42.848Z] Cloning the remote Git repository [2020-12-16T09:29:42.917Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-12-16T09:29:43.037Z] > git init /w/workspace/go-mod-core-contracts/4 # timeout=10 [2020-12-16T09:29:43.125Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-12-16T09:29:43.126Z] > git --version # timeout=10 [2020-12-16T09:29:43.145Z] > git --version # 'git version 2.17.1' [2020-12-16T09:29:43.147Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-16T09:29:43.212Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-16T09:29:44.360Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-12-16T09:29:44.387Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-16T09:29:44.423Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-12-16T09:29:44.478Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-12-16T09:29:44.479Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-16T09:29:44.492Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/401/head:refs/remotes/origin/PR-401 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-16T09:29:45.166Z] Merging remotes/origin/master commit 17bd62774d2a16c58141e8949cc3c0752ba8a77c into PR head commit 82a2310ec686e2280fe4ea9cae2095ebd29d19c0 [2020-12-16T09:29:45.455Z] Merge succeeded, producing 82a2310ec686e2280fe4ea9cae2095ebd29d19c0 [2020-12-16T09:29:45.455Z] Checking out Revision 82a2310ec686e2280fe4ea9cae2095ebd29d19c0 (PR-401) [2020-12-16T09:29:45.193Z] > git config core.sparsecheckout # timeout=10 [2020-12-16T09:29:45.213Z] > git checkout -f 82a2310ec686e2280fe4ea9cae2095ebd29d19c0 # timeout=10 [2020-12-16T09:29:45.361Z] > git remote # timeout=10 [2020-12-16T09:29:45.382Z] > git config --get remote.origin.url # timeout=10 [2020-12-16T09:29:45.402Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-16T09:29:45.413Z] > git merge 17bd62774d2a16c58141e8949cc3c0752ba8a77c # timeout=10 [2020-12-16T09:29:45.439Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-16T09:29:45.468Z] > git config core.sparsecheckout # timeout=10 [2020-12-16T09:29:45.482Z] > git checkout -f 82a2310ec686e2280fe4ea9cae2095ebd29d19c0 # timeout=10 [2020-12-16T09:29:50.107Z] Commit message: "refactor: Extract the valueType checking func as validation Tag" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-16T09:29:52.079Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2020-12-16T09:29:52.515Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-16T09:29:52.887Z] + sudo service docker restart [2020-12-16T09:29:52.887Z] + true [Pipeline] unstash [Pipeline] echo [2020-12-16T09:29:55.239Z] ========================================================= [2020-12-16T09:29:55.239Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-12-16T09:29:55.239Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-16T09:29:55.638Z] + 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-16T09:29:56.646Z] Sending build context to Docker daemon 2.021MB [2020-12-16T09:29:56.646Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-12-16T09:29:56.646Z] Step 2/7 : FROM ${BASE} [2020-12-16T09:29:56.924Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-12-16T09:29:56.924Z] 5f621e34cdf4: Pulling fs layer [2020-12-16T09:29:56.924Z] a4357932f1b6: Pulling fs layer [2020-12-16T09:29:56.924Z] 18c013af1878: Pulling fs layer [2020-12-16T09:29:56.924Z] 00ac8860ef70: Pulling fs layer [2020-12-16T09:29:56.924Z] 63d7cb157983: Pulling fs layer [2020-12-16T09:29:56.924Z] b116817d02f9: Pulling fs layer [2020-12-16T09:29:56.924Z] 745a02a5169b: Pulling fs layer [2020-12-16T09:29:56.924Z] 00ac8860ef70: Waiting [2020-12-16T09:29:56.924Z] 63d7cb157983: Waiting [2020-12-16T09:29:56.924Z] b116817d02f9: Waiting [2020-12-16T09:29:56.924Z] 745a02a5169b: Waiting [2020-12-16T09:29:57.202Z] 18c013af1878: Verifying Checksum [2020-12-16T09:29:57.202Z] 18c013af1878: Download complete [2020-12-16T09:29:57.202Z] a4357932f1b6: Download complete [2020-12-16T09:29:57.202Z] 63d7cb157983: Download complete [2020-12-16T09:29:57.202Z] b116817d02f9: Download complete [2020-12-16T09:29:57.202Z] 5f621e34cdf4: Download complete [2020-12-16T09:29:57.806Z] 5f621e34cdf4: Pull complete [2020-12-16T09:29:58.436Z] a4357932f1b6: Pull complete [2020-12-16T09:29:58.714Z] 18c013af1878: Pull complete [2020-12-16T09:29:59.711Z] 745a02a5169b: Verifying Checksum [2020-12-16T09:29:59.711Z] 745a02a5169b: Download complete [2020-12-16T09:30:01.155Z] 00ac8860ef70: Verifying Checksum [2020-12-16T09:30:01.155Z] 00ac8860ef70: Download complete [2020-12-16T09:30:11.385Z] 00ac8860ef70: Pull complete [2020-12-16T09:30:11.385Z] 63d7cb157983: Pull complete [2020-12-16T09:30:11.385Z] b116817d02f9: Pull complete [2020-12-16T09:30:15.736Z] 745a02a5169b: Pull complete [2020-12-16T09:30:15.736Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2020-12-16T09:30:15.736Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-12-16T09:30:15.736Z] ---> b7e6874047d6 [2020-12-16T09:30:15.736Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-12-16T09:30:18.392Z] ---> Running in 6b27a368d1ae [2020-12-16T09:30:18.677Z] Removing intermediate container 6b27a368d1ae [2020-12-16T09:30:18.677Z] ---> 99e971a8aec1 [2020-12-16T09:30:18.677Z] Step 4/7 : RUN apk add bash [2020-12-16T09:30:18.961Z] ---> Running in 2062c757e195 [2020-12-16T09:30:19.943Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-16T09:30:20.921Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-16T09:30:22.366Z] OK: 142 MiB in 39 packages [2020-12-16T09:30:23.360Z] Removing intermediate container 2062c757e195 [2020-12-16T09:30:23.360Z] ---> 6f02d5fbf52f [2020-12-16T09:30:23.360Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-12-16T09:30:23.360Z] ---> Running in ec3b744e85c8 [2020-12-16T09:30:23.963Z] Removing intermediate container ec3b744e85c8 [2020-12-16T09:30:23.963Z] ---> 4fd2b6a01a75 [2020-12-16T09:30:23.963Z] Step 6/7 : COPY go.mod . [2020-12-16T09:30:24.562Z] ---> 2f54692b2769 [2020-12-16T09:30:24.562Z] Step 7/7 : RUN go mod download [2020-12-16T09:30:24.842Z] ---> Running in 20033d900976 [2020-12-16T09:30:39.969Z] Removing intermediate container 20033d900976 [2020-12-16T09:30:39.969Z] ---> f3dac9a055e2 [2020-12-16T09:30:39.969Z] Successfully built f3dac9a055e2 [2020-12-16T09:30:39.969Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-16T09:30:40.320Z] + docker inspect -f . ci-base-image-arm64 [2020-12-16T09:30:40.320Z] . [Pipeline] withDockerContainer [2020-12-16T09:30:40.632Z] prd-ubuntu18.04-docker-arm64-4c-16g-16313 does not seem to be running inside a container [2020-12-16T09:30:40.735Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/4 -v /w/workspace/go-mod-core-contracts/4:/w/workspace/go-mod-core-contracts/4:rw,z -v /w/workspace/go-mod-core-contracts/4@tmp:/w/workspace/go-mod-core-contracts/4@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-16T09:30:42.337Z] $ docker top b0aa47214ab96fd686b0d5f5269ca6365c55584da389da481483d4ef241581f9 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-16T09:30:43.580Z] + go version [2020-12-16T09:30:43.580Z] go version go1.15.5 linux/arm64 [Pipeline] } [2020-12-16T09:30:43.612Z] $ docker stop --time=1 b0aa47214ab96fd686b0d5f5269ca6365c55584da389da481483d4ef241581f9 [2020-12-16T09:30:45.753Z] $ docker rm -f b0aa47214ab96fd686b0d5f5269ca6365c55584da389da481483d4ef241581f9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-16T09:30:46.749Z] + docker inspect -f . ci-base-image-arm64 [2020-12-16T09:30:46.749Z] . [Pipeline] withDockerContainer [2020-12-16T09:30:47.005Z] prd-ubuntu18.04-docker-arm64-4c-16g-16313 does not seem to be running inside a container [2020-12-16T09:30:47.109Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/4 -v /w/workspace/go-mod-core-contracts/4:/w/workspace/go-mod-core-contracts/4:rw,z -v /w/workspace/go-mod-core-contracts/4@tmp:/w/workspace/go-mod-core-contracts/4@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-16T09:30:48.616Z] $ docker top d8ed471bc5bc5d4bc8d38a46febd83d88d717b6ed108db79156cd1824d14c113 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-16T09:30:49.688Z] + make test [2020-12-16T09:30:49.688Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-12-16T09:31:16.624Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] [2020-12-16T09:31:16.624Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.047s coverage: 85.7% of statements [2020-12-16T09:31:16.624Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.023s coverage: 100.0% of statements [2020-12-16T09:31:16.905Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.069s coverage: 45.4% of statements [2020-12-16T09:31:17.515Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.025s coverage: 77.8% of statements [2020-12-16T09:31:17.515Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] [2020-12-16T09:31:19.519Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.036s coverage: 18.6% of statements [2020-12-16T09:31:20.974Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.050s coverage: 14.7% of statements [2020-12-16T09:31:20.974Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.021s coverage: 100.0% of statements [2020-12-16T09:31:21.970Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.112s coverage: 91.8% of statements [2020-12-16T09:31:21.970Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] [2020-12-16T09:31:21.970Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] [2020-12-16T09:31:21.970Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.033s coverage: 100.0% of statements [2020-12-16T09:31:21.970Z] ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.039s coverage: 47.8% of statements [2020-12-16T09:31:28.749Z] ok github.com/edgexfoundry/go-mod-core-contracts/models 0.079s coverage: 63.0% of statements [2020-12-16T09:31:28.749Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.029s coverage: 26.3% of statements [2020-12-16T09:31:28.749Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.041s coverage: 15.4% of statements [2020-12-16T09:31:28.749Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.037s coverage: 15.4% of statements [2020-12-16T09:31:28.749Z] ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.012s coverage: 14.3% of statements [2020-12-16T09:31:28.749Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] [2020-12-16T09:31:30.768Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http 0.135s coverage: 85.3% of statements [2020-12-16T09:31:30.768Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http/utils [no test files] [2020-12-16T09:31:30.768Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] [2020-12-16T09:31:30.768Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.036s coverage: 44.6% of statements [2020-12-16T09:31:30.768Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.027s coverage: 100.0% of statements [2020-12-16T09:31:31.758Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.067s coverage: 92.9% of statements [2020-12-16T09:31:32.358Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.024s coverage: 100.0% of statements [2020-12-16T09:31:32.358Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] [2020-12-16T09:31:32.636Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-12-16T09:31:38.077Z] gofmt -l . [2020-12-16T09:31:38.351Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2020-12-16T09:31:38.975Z] $ docker stop --time=1 d8ed471bc5bc5d4bc8d38a46febd83d88d717b6ed108db79156cd1824d14c113 [2020-12-16T09:31:41.336Z] $ docker rm -f d8ed471bc5bc5d4bc8d38a46febd83d88d717b6ed108db79156cd1824d14c113 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-16T09:31:42.308Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-12-16T09:31:42.328Z] Warning: overwriting stash ‘coverage-report’ [2020-12-16T09:31:43.237Z] 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-16T09:31:45.368Z] provisioning config files... [2020-12-16T09:31:45.387Z] copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_PR-401@tmp/config6436372746089497304tmp [Pipeline] { [Pipeline] sh [2020-12-16T09:31:45.771Z] + set +x [2020-12-16T09:31:45.771Z] + curl -s https://codecov.io/bash [2020-12-16T09:31:45.771Z] + bash -s -- [2020-12-16T09:31:46.037Z] [2020-12-16T09:31:46.037Z] _____ _ [2020-12-16T09:31:46.037Z] / ____| | | [2020-12-16T09:31:46.037Z] | | ___ __| | ___ ___ _____ __ [2020-12-16T09:31:46.037Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-12-16T09:31:46.037Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-12-16T09:31:46.037Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-12-16T09:31:46.037Z] Bash-20201130-cc6d3fe [2020-12-16T09:31:46.037Z] [2020-12-16T09:31:46.037Z] [2020-12-16T09:31:46.037Z] ==> Jenkins CI detected. [2020-12-16T09:31:46.037Z] project root: . [2020-12-16T09:31:46.037Z] --> token set from env [2020-12-16T09:31:46.037Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-12-16T09:31:46.037Z] ==> Running gcov in . (disable via -X gcov) [2020-12-16T09:31:46.037Z] ==> Python coveragepy not found [2020-12-16T09:31:46.037Z] ==> Searching for coverage reports in: [2020-12-16T09:31:46.037Z] + . [2020-12-16T09:31:46.037Z] -> Found 1 reports [2020-12-16T09:31:46.037Z] ==> Detecting git/mercurial file structure [2020-12-16T09:31:46.310Z] ==> Reading reports [2020-12-16T09:31:46.310Z] + ./coverage.out bytes=112325 [2020-12-16T09:31:46.310Z] ==> Appending adjustments [2020-12-16T09:31:46.310Z] https://docs.codecov.io/docs/fixing-reports [2020-12-16T09:31:46.886Z] + Found adjustments [2020-12-16T09:31:46.886Z] ==> Gzipping contents [2020-12-16T09:31:47.152Z] 20K /tmp/codecov.Sxs5Cx.gz [2020-12-16T09:31:47.152Z] ==> Uploading reports [2020-12-16T09:31:47.152Z] url: https://codecov.io [2020-12-16T09:31:47.152Z] query: branch=PR-401&commit=82a2310ec686e2280fe4ea9cae2095ebd29d19c0&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-401%2F4%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=401&job=&cmd_args= [2020-12-16T09:31:47.152Z] -> Pinging Codecov [2020-12-16T09:31:47.152Z] https://codecov.io/upload/v4?package=bash-20201130-cc6d3fe&token=secret&branch=PR-401&commit=82a2310ec686e2280fe4ea9cae2095ebd29d19c0&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-401%2F4%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=401&job=&cmd_args= [2020-12-16T09:31:47.415Z] -> Uploading to [2020-12-16T09:31:47.415Z] https://storage.googleapis.com/codecov/v4/raw/2020-12-16/71470A77251A30514AAF9C0BB2E5B6CE/82a2310ec686e2280fe4ea9cae2095ebd29d19c0/2f26adaf-7fc1-4d8d-8d8e-5eb1455de6c2.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201216%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201216T093147Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=b5a0fdfd218ec60ab6f76870ad6fc093ac895f71d9cf7279f152224cb7d7a1aa [2020-12-16T09:31:47.415Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-16T09:31:47.415Z] Dload Upload Total Spent Left Speed [2020-12-16T09:31:47.942Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 18083 0 0 100 18083 0 38473 --:--:-- --:--:-- --:--:-- 38474 [2020-12-16T09:31:47.942Z] -> View reports at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/82a2310ec686e2280fe4ea9cae2095ebd29d19c0 [Pipeline] } [2020-12-16T09:31:47.952Z] 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-16T09:31:50.617Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-16T09:31:51.195Z] ---> package-listing.sh [2020-12-16T09:31:51.195Z] ++ tr '[:upper:]' '[:lower:]' [2020-12-16T09:31:51.195Z] ++ facter osfamily [2020-12-16T09:31:51.195Z] + OS_FAMILY=redhat [2020-12-16T09:31:51.195Z] + workspace=/w/workspace/dry_go-mod-core-contracts_PR-401 [2020-12-16T09:31:51.195Z] + START_PACKAGES=/tmp/packages_start.txt [2020-12-16T09:31:51.195Z] + END_PACKAGES=/tmp/packages_end.txt [2020-12-16T09:31:51.195Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-12-16T09:31:51.195Z] + PACKAGES=/tmp/packages_start.txt [2020-12-16T09:31:51.195Z] + '[' /w/workspace/dry_go-mod-core-contracts_PR-401 ']' [2020-12-16T09:31:51.195Z] + PACKAGES=/tmp/packages_end.txt [2020-12-16T09:31:51.195Z] + case "${OS_FAMILY}" in [2020-12-16T09:31:51.195Z] + rpm -qa [2020-12-16T09:31:51.195Z] + sort [2020-12-16T09:31:56.519Z] + '[' -f /tmp/packages_start.txt ']' [2020-12-16T09:31:56.519Z] + '[' -f /tmp/packages_end.txt ']' [2020-12-16T09:31:56.519Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-12-16T09:31:56.519Z] + '[' /w/workspace/dry_go-mod-core-contracts_PR-401 ']' [2020-12-16T09:31:56.519Z] + mkdir -p /w/workspace/dry_go-mod-core-contracts_PR-401/archives/ [2020-12-16T09:31:56.519Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_PR-401/archives/ [Pipeline] echo [2020-12-16T09:31:56.534Z] 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-401/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-12-16T09:31:56.833Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-12-16T09:31:57.151Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-16T09:31:57.152Z] [2020-12-16T09:31:57.152Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-12-16T09:31:57.513Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-16T09:31:57.514Z] alpine: Pulling from edgex-lftools-log-publisher [2020-12-16T09:31:57.514Z] df20fa9351a1: Pulling fs layer [2020-12-16T09:31:57.514Z] 36b3adc4ff6f: Pulling fs layer [2020-12-16T09:31:57.514Z] 8ad3a11d3b57: Pulling fs layer [2020-12-16T09:31:57.514Z] 46f8f816bc3b: Pulling fs layer [2020-12-16T09:31:57.514Z] 93b61091891f: Pulling fs layer [2020-12-16T09:31:57.514Z] 93b9cdb0e59b: Pulling fs layer [2020-12-16T09:31:57.514Z] 5e14af77c1be: Pulling fs layer [2020-12-16T09:31:57.514Z] 01666e4c0597: Pulling fs layer [2020-12-16T09:31:57.514Z] aa168da1d23b: Pulling fs layer [2020-12-16T09:31:57.514Z] 01666e4c0597: Waiting [2020-12-16T09:31:57.514Z] 93b9cdb0e59b: Waiting [2020-12-16T09:31:57.514Z] aa168da1d23b: Waiting [2020-12-16T09:31:57.514Z] 5e14af77c1be: Waiting [2020-12-16T09:31:57.514Z] 46f8f816bc3b: Waiting [2020-12-16T09:31:57.514Z] 93b61091891f: Waiting [2020-12-16T09:31:57.514Z] 36b3adc4ff6f: Download complete [2020-12-16T09:31:57.514Z] df20fa9351a1: Verifying Checksum [2020-12-16T09:31:57.514Z] df20fa9351a1: Download complete [2020-12-16T09:31:57.782Z] 8ad3a11d3b57: Verifying Checksum [2020-12-16T09:31:57.782Z] 8ad3a11d3b57: Download complete [2020-12-16T09:31:57.782Z] 46f8f816bc3b: Download complete [2020-12-16T09:31:57.782Z] 93b9cdb0e59b: Verifying Checksum [2020-12-16T09:31:57.782Z] 93b9cdb0e59b: Download complete [2020-12-16T09:31:57.782Z] 5e14af77c1be: Verifying Checksum [2020-12-16T09:31:57.782Z] 5e14af77c1be: Download complete [2020-12-16T09:31:57.782Z] 01666e4c0597: Download complete [2020-12-16T09:31:58.048Z] 93b61091891f: Verifying Checksum [2020-12-16T09:31:58.048Z] 93b61091891f: Download complete [2020-12-16T09:31:58.048Z] df20fa9351a1: Pull complete [2020-12-16T09:31:58.318Z] 36b3adc4ff6f: Pull complete [2020-12-16T09:31:58.909Z] 8ad3a11d3b57: Pull complete [2020-12-16T09:31:59.183Z] 46f8f816bc3b: Pull complete [2020-12-16T09:31:59.790Z] 93b61091891f: Pull complete [2020-12-16T09:32:00.055Z] aa168da1d23b: Verifying Checksum [2020-12-16T09:32:00.055Z] aa168da1d23b: Download complete [2020-12-16T09:32:00.318Z] 93b9cdb0e59b: Pull complete [2020-12-16T09:32:00.318Z] 5e14af77c1be: Pull complete [2020-12-16T09:32:00.603Z] 01666e4c0597: Pull complete [2020-12-16T09:32:08.829Z] aa168da1d23b: Pull complete [2020-12-16T09:32:08.829Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-12-16T09:32:08.829Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-16T09:32:08.829Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-12-16T09:32:08.995Z] prd-centos7-docker-4c-2g-16310 does not seem to be running inside a container [2020-12-16T09:32:09.055Z] $ 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-401/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-401 -v /w/workspace/dry_go-mod-core-contracts_PR-401:/w/workspace/dry_go-mod-core-contracts_PR-401:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-401@tmp:/w/workspace/dry_go-mod-core-contracts_PR-401@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-12-16T09:32:12.177Z] $ docker top 01808c3e2936e1d5941fbd52069383d730bbe49680dc1405957475ef251aa854 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-16T09:32:12.740Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-12-16T09:32:13.048Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-12-16T09:32:13.364Z] + ls /var/log/sa-host [2020-12-16T09:32:13.364Z] + sadf -c /var/log/sa-host/sa16 [2020-12-16T09:32:13.364Z] file_magic: OK [2020-12-16T09:32:13.364Z] HZ: Using current value: 100 [2020-12-16T09:32:13.364Z] file_header: OK [2020-12-16T09:32:13.364Z] 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-16T09:32:13.364Z] Statistics: [2020-12-16T09:32:13.364Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-12-16T09:32:13.364Z] File successfully converted to sysstat format version 12.2.1 [2020-12-16T09:32:13.364Z] + sadf -c /var/log/sa-host/sa23 [2020-12-16T09:32:13.364Z] file_magic: OK [2020-12-16T09:32:13.364Z] HZ: Using current value: 100 [2020-12-16T09:32:13.364Z] file_header: OK [2020-12-16T09:32:13.364Z] 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-16T09:32:13.364Z] Statistics: [2020-12-16T09:32:13.364Z] Hnuu...uuuununununu... [2020-12-16T09:32:13.364Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-12-16T09:32:13.610Z] provisioning config files... [2020-12-16T09:32:13.628Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-401@tmp/config3022143761415601091tmp [Pipeline] { [Pipeline] echo [2020-12-16T09:32:13.698Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-16T09:32:14.004Z] ---> create-netrc.sh [Pipeline] } [2020-12-16T09:32:14.842Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-12-16T09:32:14.945Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-16T09:32:15.250Z] ---> python-tools-install.sh [Pipeline] echo [2020-12-16T09:32:15.263Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-16T09:32:15.570Z] ---> sudo-logs.sh [2020-12-16T09:32:15.570Z] Archiving 'sudo' log.. [Pipeline] echo [2020-12-16T09:32:15.582Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-16T09:32:15.885Z] ---> job-cost.sh [2020-12-16T09:32:15.885Z] lf-activate-venv: SKIPPING [2020-12-16T09:32:15.885Z] INFO: No Stack... [2020-12-16T09:32:17.278Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-12-16T09:32:17.540Z] INFO: Archiving Costs [Pipeline] echo [2020-12-16T09:32:17.553Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-16T09:32:17.856Z] ---> logs-deploy.sh [2020-12-16T09:32:17.856Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-401/4 [2020-12-16T09:32:17.856Z] INFO: archiving workspace using pattern(s): [2020-12-16T09:32:19.785Z] Archives upload complete. [2020-12-16T09:32:19.786Z] INFO: archiving logs to Nexus [2020-12-16T09:32:21.184Z] ---> uname -a: [2020-12-16T09:32:21.184Z] Linux prd-centos7-docker-4c-2g-16310.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-16T09:32:21.184Z] [2020-12-16T09:32:21.184Z] [2020-12-16T09:32:21.184Z] ---> lscpu: [2020-12-16T09:32:21.184Z] Architecture: x86_64 [2020-12-16T09:32:21.184Z] CPU op-mode(s): 32-bit, 64-bit [2020-12-16T09:32:21.184Z] Byte Order: Little Endian [2020-12-16T09:32:21.184Z] Address sizes: 40 bits physical, 48 bits virtual [2020-12-16T09:32:21.184Z] CPU(s): 4 [2020-12-16T09:32:21.184Z] On-line CPU(s) list: 0-3 [2020-12-16T09:32:21.184Z] Thread(s) per core: 1 [2020-12-16T09:32:21.184Z] Core(s) per socket: 1 [2020-12-16T09:32:21.184Z] Socket(s): 4 [2020-12-16T09:32:21.184Z] NUMA node(s): 1 [2020-12-16T09:32:21.184Z] Vendor ID: GenuineIntel [2020-12-16T09:32:21.184Z] CPU family: 6 [2020-12-16T09:32:21.184Z] Model: 44 [2020-12-16T09:32:21.184Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-12-16T09:32:21.184Z] Stepping: 1 [2020-12-16T09:32:21.184Z] CPU MHz: 2933.436 [2020-12-16T09:32:21.184Z] BogoMIPS: 5866.87 [2020-12-16T09:32:21.184Z] Virtualization: VT-x [2020-12-16T09:32:21.184Z] Hypervisor vendor: KVM [2020-12-16T09:32:21.184Z] Virtualization type: full [2020-12-16T09:32:21.184Z] L1d cache: 128 KiB [2020-12-16T09:32:21.184Z] L1i cache: 128 KiB [2020-12-16T09:32:21.184Z] L2 cache: 16 MiB [2020-12-16T09:32:21.184Z] L3 cache: 64 MiB [2020-12-16T09:32:21.184Z] NUMA node0 CPU(s): 0-3 [2020-12-16T09:32:21.184Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-12-16T09:32:21.184Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-12-16T09:32:21.184Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-12-16T09:32:21.184Z] Vulnerability Meltdown: Mitigation; PTI [2020-12-16T09:32:21.184Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-12-16T09:32:21.184Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-12-16T09:32:21.184Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-12-16T09:32:21.184Z] Vulnerability Srbds: Not affected [2020-12-16T09:32:21.184Z] Vulnerability Tsx async abort: Not affected [2020-12-16T09:32:21.184Z] 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-16T09:32:21.184Z] [2020-12-16T09:32:21.184Z] [2020-12-16T09:32:21.184Z] ---> nproc: [2020-12-16T09:32:21.184Z] 4 [2020-12-16T09:32:21.184Z] [2020-12-16T09:32:21.184Z] [2020-12-16T09:32:21.184Z] ---> df -h: [2020-12-16T09:32:21.184Z] Filesystem Size Used Available Use% Mounted on [2020-12-16T09:32:21.184Z] overlay 50.0G 7.3G 42.7G 15% / [2020-12-16T09:32:21.184Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-12-16T09:32:21.184Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-12-16T09:32:21.184Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-12-16T09:32:21.184Z] /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os [2020-12-16T09:32:21.184Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf [2020-12-16T09:32:21.184Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname [2020-12-16T09:32:21.184Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts [2020-12-16T09:32:21.184Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log [2020-12-16T09:32:21.184Z] /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dry_go-mod-core-contracts_PR-401 [2020-12-16T09:32:21.184Z] /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json [2020-12-16T09:32:21.184Z] /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dry_go-mod-core-contracts_PR-401@tmp [2020-12-16T09:32:21.184Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host [2020-12-16T09:32:21.184Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure [2020-12-16T09:32:21.184Z] [2020-12-16T09:32:21.184Z] [2020-12-16T09:32:21.184Z] ---> free -m: [2020-12-16T09:32:21.184Z] total used free shared buff/cache available [2020-12-16T09:32:21.184Z] Mem: 1837 726 118 0 992 1006 [2020-12-16T09:32:21.184Z] Swap: 1023 1 1022 [2020-12-16T09:32:21.184Z] [2020-12-16T09:32:21.184Z] [2020-12-16T09:32:21.185Z] ---> ip addr: [2020-12-16T09:32:21.185Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-12-16T09:32:21.185Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-12-16T09:32:21.185Z] inet 127.0.0.1/8 scope host lo [2020-12-16T09:32:21.185Z] valid_lft forever preferred_lft forever [2020-12-16T09:32:21.185Z] inet6 ::1/128 scope host [2020-12-16T09:32:21.185Z] valid_lft forever preferred_lft forever [2020-12-16T09:32:21.185Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2020-12-16T09:32:21.185Z] link/ether fa:16:3e:2f:17:f5 brd ff:ff:ff:ff:ff:ff [2020-12-16T09:32:21.185Z] inet 10.30.123.63/23 brd 10.30.123.255 scope global dynamic eth0 [2020-12-16T09:32:21.185Z] valid_lft 86022sec preferred_lft 86022sec [2020-12-16T09:32:21.185Z] inet6 fe80::f816:3eff:fe2f:17f5/64 scope link [2020-12-16T09:32:21.185Z] valid_lft forever preferred_lft forever [2020-12-16T09:32:21.185Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2020-12-16T09:32:21.185Z] link/ether 02:42:ff:9d:8f:fe brd ff:ff:ff:ff:ff:ff [2020-12-16T09:32:21.185Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2020-12-16T09:32:21.185Z] valid_lft forever preferred_lft forever [2020-12-16T09:32:21.185Z] inet6 fe80::42:ffff:fe9d:8ffe/64 scope link [2020-12-16T09:32:21.185Z] valid_lft forever preferred_lft forever [2020-12-16T09:32:21.185Z] [2020-12-16T09:32:21.185Z] [2020-12-16T09:32:21.185Z] ---> sar -b -r -n DEV: [2020-12-16T09:32:21.185Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/16/20 _x86_64_ (4 CPU) [2020-12-16T09:32:21.185Z] [2020-12-16T09:32:21.185Z] 09:25:50 LINUX RESTART (4 CPU) [2020-12-16T09:32:21.185Z] [2020-12-16T09:32:21.185Z] 09:27:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2020-12-16T09:32:21.185Z] 09:28:01 2.56 0.00 2.56 0.00 0.00 61.92 0.00 [2020-12-16T09:32:21.185Z] 09:29:01 0.40 0.00 0.40 0.00 0.00 4.98 0.00 [2020-12-16T09:32:21.185Z] 09:30:01 0.27 0.00 0.27 0.00 0.00 3.38 0.00 [2020-12-16T09:32:21.185Z] 09:31:01 0.33 0.00 0.33 0.00 0.00 5.35 0.00 [2020-12-16T09:32:21.185Z] 09:32:02 71.90 56.80 15.11 0.00 4590.92 5354.47 0.00 [2020-12-16T09:32:21.185Z] Average: 15.10 11.37 3.74 0.00 918.79 1086.73 0.00 [2020-12-16T09:32:21.185Z] [2020-12-16T09:32:21.185Z] 09:27:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-12-16T09:32:21.185Z] 09:28:01 138404 0 630120 33.49 2620 1110400 1105652 37.73 429896 1113368 12 [2020-12-16T09:32:21.185Z] 09:29:01 143188 0 625328 33.23 2620 1110408 1067644 36.44 427212 1112356 12 [2020-12-16T09:32:21.185Z] 09:30:01 140060 0 628452 33.40 2620 1110412 1067860 36.44 437832 1104692 8 [2020-12-16T09:32:21.185Z] 09:31:01 141156 0 627352 33.34 2620 1110416 1067644 36.44 435024 1106328 8 [2020-12-16T09:32:21.185Z] 09:32:02 71848 0 725152 38.54 2620 1081924 1511352 51.58 545336 1045052 92008 [2020-12-16T09:32:21.185Z] Average: 126931 0 647281 34.40 2620 1104712 1164030 39.73 455060 1096359 18410 [2020-12-16T09:32:21.185Z] [2020-12-16T09:32:21.185Z] 09:27:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2020-12-16T09:32:21.185Z] 09:28:01 eth0 0.60 0.32 0.35 0.23 0.00 0.00 0.00 0.00 [2020-12-16T09:32:21.185Z] 09:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-16T09:32:21.185Z] 09:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-16T09:32:21.185Z] 09:29:01 eth0 0.88 0.15 0.07 0.01 0.00 0.00 0.00 0.00 [2020-12-16T09:32:21.185Z] 09:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-16T09:32:21.185Z] 09:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-16T09:32:21.185Z] 09:30:01 eth0 0.83 0.30 0.28 0.20 0.00 0.00 0.00 0.00 [2020-12-16T09:32:21.185Z] 09:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-16T09:32:21.185Z] 09:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-16T09:32:21.185Z] 09:31:01 eth0 1.02 0.07 0.10 0.01 0.00 0.00 0.00 0.00 [2020-12-16T09:32:21.185Z] 09:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-16T09:32:21.185Z] 09:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-16T09:32:21.185Z] 09:32:02 eth0 203.71 162.92 2169.91 17.92 0.00 0.00 0.00 0.00 [2020-12-16T09:32:21.185Z] 09:32:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-16T09:32:21.185Z] 09:32:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-16T09:32:21.185Z] Average: eth0 41.43 32.77 434.43 3.68 0.00 0.00 0.00 0.00 [2020-12-16T09:32:21.185Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-16T09:32:21.185Z] Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-16T09:32:21.185Z] [2020-12-16T09:32:21.185Z] [2020-12-16T09:32:21.185Z] ---> sar -P ALL: [2020-12-16T09:32:21.185Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/16/20 _x86_64_ (4 CPU) [2020-12-16T09:32:21.185Z] [2020-12-16T09:32:21.185Z] 09:25:50 LINUX RESTART (4 CPU) [2020-12-16T09:32:21.185Z] [2020-12-16T09:32:21.185Z] 09:27:01 CPU %user %nice %system %iowait %steal %idle [2020-12-16T09:32:21.185Z] 09:28:01 all 0.20 0.00 0.08 0.00 0.01 99.70 [2020-12-16T09:32:21.185Z] 09:28:01 0 0.08 0.00 0.07 0.00 0.00 99.85 [2020-12-16T09:32:21.185Z] 09:28:01 1 0.10 0.00 0.08 0.00 0.02 99.80 [2020-12-16T09:32:21.185Z] 09:28:01 2 0.37 0.00 0.12 0.00 0.02 99.50 [2020-12-16T09:32:21.185Z] 09:28:01 3 0.27 0.00 0.07 0.00 0.02 99.65 [2020-12-16T09:32:21.185Z] 09:29:01 all 0.18 0.00 0.05 0.00 0.01 99.77 [2020-12-16T09:32:21.185Z] 09:29:01 0 0.07 0.00 0.05 0.00 0.00 99.88 [2020-12-16T09:32:21.185Z] 09:29:01 1 0.05 0.00 0.03 0.00 0.00 99.92 [2020-12-16T09:32:21.185Z] 09:29:01 2 0.12 0.00 0.07 0.00 0.02 99.80 [2020-12-16T09:32:21.185Z] 09:29:01 3 0.47 0.00 0.03 0.00 0.02 99.48 [2020-12-16T09:32:21.185Z] 09:30:01 all 0.15 0.00 0.04 0.00 0.00 99.81 [2020-12-16T09:32:21.185Z] 09:30:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2020-12-16T09:32:21.185Z] 09:30:01 1 0.37 0.00 0.03 0.00 0.02 99.58 [2020-12-16T09:32:21.185Z] 09:30:01 2 0.03 0.00 0.05 0.00 0.00 99.92 [2020-12-16T09:32:21.185Z] 09:30:01 3 0.15 0.00 0.05 0.00 0.00 99.80 [2020-12-16T09:32:21.185Z] 09:31:01 all 0.14 0.00 0.05 0.00 0.00 99.82 [2020-12-16T09:32:21.185Z] 09:31:01 0 0.00 0.00 0.03 0.00 0.00 99.97 [2020-12-16T09:32:21.185Z] 09:31:01 1 0.47 0.00 0.05 0.00 0.00 99.48 [2020-12-16T09:32:21.185Z] 09:31:01 2 0.02 0.00 0.03 0.00 0.00 99.95 [2020-12-16T09:32:21.185Z] 09:31:01 3 0.07 0.00 0.07 0.00 0.00 99.87 [2020-12-16T09:32:21.185Z] 09:32:02 all 3.78 0.00 2.55 1.25 0.10 92.33 [2020-12-16T09:32:21.185Z] 09:32:02 0 3.90 0.00 3.22 1.81 0.05 91.02 [2020-12-16T09:32:21.185Z] 09:32:02 1 3.21 0.00 1.96 0.42 0.07 94.35 [2020-12-16T09:32:21.185Z] 09:32:02 2 3.96 0.00 2.36 1.78 0.12 91.78 [2020-12-16T09:32:21.185Z] 09:32:02 3 4.05 0.00 2.65 0.97 0.15 92.17 [2020-12-16T09:32:21.185Z] Average: all 0.88 0.00 0.55 0.25 0.02 98.29 [2020-12-16T09:32:21.185Z] Average: 0 0.81 0.00 0.68 0.36 0.01 98.14 [2020-12-16T09:32:21.185Z] Average: 1 0.84 0.00 0.43 0.08 0.02 98.63 [2020-12-16T09:32:21.185Z] Average: 2 0.89 0.00 0.52 0.35 0.03 98.20 [2020-12-16T09:32:21.185Z] Average: 3 1.00 0.00 0.57 0.19 0.04 98.20 [2020-12-16T09:32:21.185Z] [2020-12-16T09:32:21.185Z] [2020-12-16T09:32:21.185Z]