Pull request #445 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 FelixTing for edgexfoundry/go-mod-core-contracts Loading trusted files from base branch master at ba458f0e0ccbbc61c175df81145a1fb9b1d16279 rather than b949415aa4ca773943e4dd3ed65f475f60095006 Obtained Jenkinsfile from ba458f0e0ccbbc61c175df81145a1fb9b1d16279 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 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:pre] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-core-contracts-settings PROJECT: go-mod-core-contracts USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-go-mod-core-contracts DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-21986 in /w/workspace/dry_go-mod-core-contracts_PR-445 [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-445 # 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 ba458f0e0ccbbc61c175df81145a1fb9b1d16279 into PR head commit b949415aa4ca773943e4dd3ed65f475f60095006 Merge succeeded, producing b949415aa4ca773943e4dd3ed65f475f60095006 Checking out Revision b949415aa4ca773943e4dd3ed65f475f60095006 (PR-445) > 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/445/head:refs/remotes/origin/PR-445 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b949415aa4ca773943e4dd3ed65f475f60095006 # 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 ba458f0e0ccbbc61c175df81145a1fb9b1d16279 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b949415aa4ca773943e4dd3ed65f475f60095006 # timeout=10 Commit message: "Merge branch 'master' into issue-444" First time build. Skipping changelog. > git rev-list --no-walk 8419ed45d9d1fc036e2350d8597fe21230431b6d # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-21T17:00:19.191Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-21T17:00:19.460Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-21T17:00:19.561Z] ========================================================= [2021-01-21T17:00:19.561Z] EdgeX Global Pipelines Version Info [2021-01-21T17:00:19.561Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-21T17:00:23.057Z] ------------------- [2021-01-21T17:00:23.057Z] stable info: [2021-01-21T17:00:23.057Z] ------------------- [2021-01-21T17:00:23.057Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-21T17:00:23.057Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-21T17:00:23.057Z] Message: update stable to v1.0.179 [2021-01-21T17:00:24.514Z] ------------------- [2021-01-21T17:00:24.514Z] experimental info: [2021-01-21T17:00:24.514Z] ------------------- [2021-01-21T17:00:24.514Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-21T17:00:24.514Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-21T17:00:24.514Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-21T17:00:24.822Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo [2021-01-21T17:00:24.920Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo [2021-01-21T17:00:25.009Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-21T17:00:25.104Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-21T17:00:25.244Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-21T17:00:25.391Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-21T17:00:25.499Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-21T17:00:25.591Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-21T17:00:25.681Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-01-21T17:00:25.775Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-21T17:00:25.866Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-21T17:00:25.954Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo [2021-01-21T17:00:26.045Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-21T17:00:26.163Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-21T17:00:26.252Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2021-01-21T17:00:26.361Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-01-21T17:00:26.469Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-01-21T17:00:26.565Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-01-21T17:00:26.653Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-21T17:00:26.743Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-01-21T17:00:26.832Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-01-21T17:00:26.923Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-01-21T17:00:27.012Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-01-21T17:00:27.128Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-01-21T17:00:27.229Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2021-01-21T17:00:27.338Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-21T17:00:27.438Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-21T17:00:27.530Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-445 [Pipeline] echo [2021-01-21T17:00:27.619Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-445 [Pipeline] echo [2021-01-21T17:00:27.716Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-445 [Pipeline] echo [2021-01-21T17:00:27.812Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b949415aa4ca773943e4dd3ed65f475f60095006 [Pipeline] echo [2021-01-21T17:00:27.908Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b949415 [Pipeline] echo [2021-01-21T17:00:27.998Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-21T17:00:29.097Z] + git log --format=format:%s -1 b949415aa4ca773943e4dd3ed65f475f60095006 [Pipeline] echo [2021-01-21T17:00:29.195Z] GIT_COMMIT: b949415aa4ca773943e4dd3ed65f475f60095006, Commit Message: Merge branch 'master' into issue-444 [Pipeline] echo [2021-01-21T17:00:29.242Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-01-21T17:00:30.339Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-21T17:00:30.925Z] [2021-01-21T17:00:30.926Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-21T17:00:31.572Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-21T17:00:31.572Z] latest: Pulling from edgex-devops/git-semver [2021-01-21T17:00:31.572Z] 31603596830f: Pulling fs layer [2021-01-21T17:00:31.572Z] 2a8b12db71e7: Pulling fs layer [2021-01-21T17:00:31.572Z] 6ca5941a6612: Pulling fs layer [2021-01-21T17:00:31.572Z] ecc8261a40a4: Pulling fs layer [2021-01-21T17:00:31.572Z] ecc8261a40a4: Waiting [2021-01-21T17:00:31.572Z] 2a8b12db71e7: Verifying Checksum [2021-01-21T17:00:31.572Z] 2a8b12db71e7: Download complete [2021-01-21T17:00:32.237Z] 31603596830f: Verifying Checksum [2021-01-21T17:00:32.237Z] 31603596830f: Download complete [2021-01-21T17:00:32.514Z] ecc8261a40a4: Verifying Checksum [2021-01-21T17:00:32.514Z] ecc8261a40a4: Download complete [2021-01-21T17:00:32.514Z] 6ca5941a6612: Verifying Checksum [2021-01-21T17:00:32.514Z] 6ca5941a6612: Download complete [2021-01-21T17:00:32.796Z] 31603596830f: Pull complete [2021-01-21T17:00:33.066Z] 2a8b12db71e7: Pull complete [2021-01-21T17:00:34.602Z] 6ca5941a6612: Pull complete [2021-01-21T17:00:35.227Z] ecc8261a40a4: Pull complete [2021-01-21T17:00:35.498Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-21T17:00:35.498Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-21T17:00:35.498Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-21T17:00:35.688Z] prd-centos7-docker-4c-2g-21986 does not seem to be running inside a container [2021-01-21T17:00:35.774Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_PR-445 -v /w/workspace/dry_go-mod-core-contracts_PR-445:/w/workspace/dry_go-mod-core-contracts_PR-445:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-445@tmp:/w/workspace/dry_go-mod-core-contracts_PR-445@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:10004/edgex-devops/git-semver:latest cat [2021-01-21T17:00:38.190Z] $ docker top a99279cfea42f9da1bb624ebc10848d09298268330b58415de20b399196f8ceb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-21T17:00:38.582Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-21T17:00:38.582Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-21T17:00:38.998Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-21T17:00:39.002Z] $ docker exec a99279cfea42f9da1bb624ebc10848d09298268330b58415de20b399196f8ceb ssh-agent [2021-01-21T17:00:39.324Z] SSH_AUTH_SOCK=/tmp/ssh-lENy5sU3ji0t/agent.11 [2021-01-21T17:00:39.324Z] SSH_AGENT_PID=16 [2021-01-21T17:00:39.342Z] Running ssh-add (command line suppressed) [2021-01-21T17:00:39.589Z] Identity added: /w/workspace/dry_go-mod-core-contracts_PR-445@tmp/private_key_3459472317405635516.key (/w/workspace/dry_go-mod-core-contracts_PR-445@tmp/private_key_3459472317405635516.key) [2021-01-21T17:00:39.773Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-21T17:00:40.124Z] + git tag --points-at HEAD [Pipeline] } [2021-01-21T17:00:40.156Z] $ docker exec --env ******** --env ******** a99279cfea42f9da1bb624ebc10848d09298268330b58415de20b399196f8ceb ssh-agent -k [2021-01-21T17:00:40.444Z] unset SSH_AUTH_SOCK; [2021-01-21T17:00:40.445Z] unset SSH_AGENT_PID; [2021-01-21T17:00:40.445Z] echo Agent pid 16 killed; [2021-01-21T17:00:40.555Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-21T17:00:40.749Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-21T17:00:40.749Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-21T17:00:41.482Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-21T17:00:41.502Z] $ docker exec a99279cfea42f9da1bb624ebc10848d09298268330b58415de20b399196f8ceb ssh-agent [2021-01-21T17:00:41.868Z] SSH_AUTH_SOCK=/tmp/ssh-5aderes2wKKD/agent.44 [2021-01-21T17:00:41.868Z] SSH_AGENT_PID=49 [2021-01-21T17:00:41.877Z] Running ssh-add (command line suppressed) [2021-01-21T17:00:42.298Z] Identity added: /w/workspace/dry_go-mod-core-contracts_PR-445@tmp/private_key_2337697505970948726.key (/w/workspace/dry_go-mod-core-contracts_PR-445@tmp/private_key_2337697505970948726.key) [2021-01-21T17:00:42.414Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-21T17:00:43.142Z] + git semver init [2021-01-21T17:00:43.142Z] # -> Open(): unable to determine branch for HEAD [2021-01-21T17:00:43.142Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_PR-445/.git [2021-01-21T17:00:43.142Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_PR-445 [2021-01-21T17:00:43.142Z] # $SEMVER_REMOTE_NAME = origin [2021-01-21T17:00:43.142Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-21T17:00:43.142Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-21T17:00:43.142Z] # $SEMVER_BRANCH = PR-445 [2021-01-21T17:00:43.142Z] # $SEMVER_TEMP = /tmp/semver-692626387 [2021-01-21T17:00:43.142Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP [2021-01-21T17:00:44.215Z] # '/tmp/semver-692626387' -> '/w/workspace/dry_go-mod-core-contracts_PR-445/.semver' [2021-01-21T17:00:44.215Z] # -> Force: false [2021-01-21T17:00:44.215Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_PR-445/.semver [Pipeline] } [2021-01-21T17:00:44.506Z] $ docker exec --env ******** --env ******** a99279cfea42f9da1bb624ebc10848d09298268330b58415de20b399196f8ceb ssh-agent -k [2021-01-21T17:00:44.782Z] unset SSH_AUTH_SOCK; [2021-01-21T17:00:44.786Z] unset SSH_AGENT_PID; [2021-01-21T17:00:44.786Z] echo Agent pid 49 killed; [2021-01-21T17:00:45.087Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-21T17:00:45.965Z] + git semver [Pipeline] } [2021-01-21T17:00:46.304Z] $ docker stop --time=1 a99279cfea42f9da1bb624ebc10848d09298268330b58415de20b399196f8ceb [2021-01-21T17:00:48.079Z] $ docker rm -f a99279cfea42f9da1bb624ebc10848d09298268330b58415de20b399196f8ceb [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-21T17:00:48.929Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-21T17:00:50.386Z] Stashed 1 file(s) [Pipeline] echo [2021-01-21T17:00:50.389Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2021-01-21T17:01:06.045Z] Still waiting to schedule task [2021-01-21T17:01:06.045Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-01-21T17:01:06.048Z] Still waiting to schedule task [2021-01-21T17:01:06.048Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-01-21T17:02:05.677Z] Running on prd-centos7-docker-4c-2g-21989 in /w/workspace/dry_go-mod-core-contracts_PR-445 [Pipeline] { [Pipeline] ws [2021-01-21T17:02:05.733Z] Running in /w/workspace/go-mod-core-contracts/3 [Pipeline] { [Pipeline] checkout [2021-01-21T17:02:08.124Z] using credential edgex-jenkins-ssh [2021-01-21T17:02:08.175Z] Cloning the remote Git repository [2021-01-21T17:02:07.758Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-01-21T17:02:07.834Z] > git init /w/workspace/go-mod-core-contracts/3 # timeout=10 [2021-01-21T17:02:07.903Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-01-21T17:02:07.903Z] > git --version # timeout=10 [2021-01-21T17:02:07.911Z] > git --version # 'git version 2.24.3' [2021-01-21T17:02:07.911Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-21T17:02:07.938Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-21T17:02:08.656Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-01-21T17:02:08.665Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-21T17:02:08.679Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-01-21T17:02:08.692Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-01-21T17:02:08.692Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-21T17:02:08.697Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/445/head:refs/remotes/origin/PR-445 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-21T17:02:09.546Z] Merging remotes/origin/master commit ba458f0e0ccbbc61c175df81145a1fb9b1d16279 into PR head commit b949415aa4ca773943e4dd3ed65f475f60095006 [2021-01-21T17:02:09.655Z] Merge succeeded, producing b949415aa4ca773943e4dd3ed65f475f60095006 [2021-01-21T17:02:09.656Z] Checking out Revision b949415aa4ca773943e4dd3ed65f475f60095006 (PR-445) [2021-01-21T17:02:09.224Z] > git config core.sparsecheckout # timeout=10 [2021-01-21T17:02:09.230Z] > git checkout -f b949415aa4ca773943e4dd3ed65f475f60095006 # timeout=10 [2021-01-21T17:02:09.299Z] > git remote # timeout=10 [2021-01-21T17:02:09.306Z] > git config --get remote.origin.url # timeout=10 [2021-01-21T17:02:09.313Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-21T17:02:09.317Z] > git merge ba458f0e0ccbbc61c175df81145a1fb9b1d16279 # timeout=10 [2021-01-21T17:02:09.327Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-21T17:02:09.337Z] > git config core.sparsecheckout # timeout=10 [2021-01-21T17:02:09.341Z] > git checkout -f b949415aa4ca773943e4dd3ed65f475f60095006 # timeout=10 [2021-01-21T17:02:13.098Z] Commit message: "Merge branch 'master' into issue-444" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-21T17:02:14.433Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-21T17:02:14.768Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-21T17:02:15.068Z] + sudo service docker restart [2021-01-21T17:02:15.068Z] + true [2021-01-21T17:02:15.068Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo [2021-01-21T17:02:16.668Z] ========================================================= [2021-01-21T17:02:16.668Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-21T17:02:16.668Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-21T17:02:17.028Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-01-21T17:02:17.295Z] Sending build context to Docker daemon 2.304MB [2021-01-21T17:02:17.559Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-01-21T17:02:17.559Z] Step 2/7 : FROM ${BASE} [2021-01-21T17:02:17.559Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-21T17:02:17.559Z] 188c0c94c7c5: Pulling fs layer [2021-01-21T17:02:17.559Z] 0ef7d3d256c8: Pulling fs layer [2021-01-21T17:02:17.559Z] de9db76c5a1d: Pulling fs layer [2021-01-21T17:02:17.559Z] bca2f99d35d6: Pulling fs layer [2021-01-21T17:02:17.559Z] 93359f2a8cfa: Pulling fs layer [2021-01-21T17:02:17.559Z] 7c6f9722023f: Pulling fs layer [2021-01-21T17:02:17.559Z] a35cf1a2eb13: Pulling fs layer [2021-01-21T17:02:17.559Z] bca2f99d35d6: Waiting [2021-01-21T17:02:17.559Z] 93359f2a8cfa: Waiting [2021-01-21T17:02:17.559Z] a35cf1a2eb13: Waiting [2021-01-21T17:02:17.559Z] 7c6f9722023f: Waiting [2021-01-21T17:02:17.559Z] de9db76c5a1d: Verifying Checksum [2021-01-21T17:02:17.559Z] de9db76c5a1d: Download complete [2021-01-21T17:02:17.559Z] 0ef7d3d256c8: Download complete [2021-01-21T17:02:17.559Z] 93359f2a8cfa: Verifying Checksum [2021-01-21T17:02:17.559Z] 93359f2a8cfa: Download complete [2021-01-21T17:02:17.559Z] 188c0c94c7c5: Verifying Checksum [2021-01-21T17:02:17.559Z] 188c0c94c7c5: Download complete [2021-01-21T17:02:17.559Z] 7c6f9722023f: Verifying Checksum [2021-01-21T17:02:17.559Z] 7c6f9722023f: Download complete [2021-01-21T17:02:17.822Z] 188c0c94c7c5: Pull complete [2021-01-21T17:02:18.091Z] 0ef7d3d256c8: Pull complete [2021-01-21T17:02:18.363Z] de9db76c5a1d: Pull complete [2021-01-21T17:02:19.318Z] a35cf1a2eb13: Verifying Checksum [2021-01-21T17:02:19.318Z] a35cf1a2eb13: Download complete [2021-01-21T17:02:20.266Z] bca2f99d35d6: Verifying Checksum [2021-01-21T17:02:20.266Z] bca2f99d35d6: Download complete [2021-01-21T17:02:25.647Z] bca2f99d35d6: Pull complete [2021-01-21T17:02:25.647Z] 93359f2a8cfa: Pull complete [2021-01-21T17:02:25.647Z] 7c6f9722023f: Pull complete [2021-01-21T17:02:30.989Z] a35cf1a2eb13: Pull complete [2021-01-21T17:02:31.252Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-21T17:02:31.252Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-21T17:02:31.253Z] ---> a62c8e92a672 [2021-01-21T17:02:31.253Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-01-21T17:02:31.515Z] ---> Running in 920a8733a809 [2021-01-21T17:02:31.780Z] Removing intermediate container 920a8733a809 [2021-01-21T17:02:31.780Z] ---> 66820b5cb47a [2021-01-21T17:02:31.780Z] Step 4/7 : RUN apk add bash [2021-01-21T17:02:31.780Z] ---> Running in 93139da7d00b [2021-01-21T17:02:32.359Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-21T17:02:33.315Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-21T17:02:35.244Z] OK: 166 MiB in 39 packages [2021-01-21T17:02:35.826Z] Removing intermediate container 93139da7d00b [2021-01-21T17:02:35.826Z] ---> 6aabc67935bc [2021-01-21T17:02:35.826Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-01-21T17:02:35.826Z] ---> Running in e2bcf0af42fe [2021-01-21T17:02:36.090Z] Removing intermediate container e2bcf0af42fe [2021-01-21T17:02:36.090Z] ---> 26ed4203c0a5 [2021-01-21T17:02:36.090Z] Step 6/7 : COPY go.mod . [2021-01-21T17:02:36.352Z] ---> b92e7240d22c [2021-01-21T17:02:36.352Z] Step 7/7 : RUN go mod download [2021-01-21T17:02:36.352Z] ---> Running in 87f788dd4c25 [2021-01-21T17:02:48.657Z] Removing intermediate container 87f788dd4c25 [2021-01-21T17:02:48.657Z] ---> 49f51dec4d06 [2021-01-21T17:02:48.657Z] Successfully built 49f51dec4d06 [2021-01-21T17:02:48.657Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-21T17:02:48.973Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-21T17:02:48.973Z] . [Pipeline] withDockerContainer [2021-01-21T17:02:49.139Z] prd-centos7-docker-4c-2g-21989 does not seem to be running inside a container [2021-01-21T17:02:49.205Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/3 -v /w/workspace/go-mod-core-contracts/3:/w/workspace/go-mod-core-contracts/3:rw,z -v /w/workspace/go-mod-core-contracts/3@tmp:/w/workspace/go-mod-core-contracts/3@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 ******** -e ******** ci-base-image-x86_64 cat [2021-01-21T17:02:49.970Z] $ docker top e1e76e7144d154ca62a676b2081eb888feaf36e3fe4642ca2a8d84a75181a0bb -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-21T17:02:50.499Z] + go version [2021-01-21T17:02:50.499Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-21T17:02:50.517Z] $ docker stop --time=1 e1e76e7144d154ca62a676b2081eb888feaf36e3fe4642ca2a8d84a75181a0bb [2021-01-21T17:02:51.872Z] $ docker rm -f e1e76e7144d154ca62a676b2081eb888feaf36e3fe4642ca2a8d84a75181a0bb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-21T17:02:52.728Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-21T17:02:52.728Z] . [Pipeline] withDockerContainer [2021-01-21T17:02:52.824Z] prd-centos7-docker-4c-2g-21989 does not seem to be running inside a container [2021-01-21T17:02:52.873Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/3 -v /w/workspace/go-mod-core-contracts/3:/w/workspace/go-mod-core-contracts/3:rw,z -v /w/workspace/go-mod-core-contracts/3@tmp:/w/workspace/go-mod-core-contracts/3@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 ******** -e ******** ci-base-image-x86_64 cat [2021-01-21T17:02:53.431Z] $ docker top ed79665eef752f84f3357134d5b9ec4aac9d18c62c12d89cc576bde3db1abab2 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-21T17:02:53.915Z] + make test [2021-01-21T17:02:53.915Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-01-21T17:03:02.194Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] [2021-01-21T17:03:02.194Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.031s coverage: 85.7% of statements [2021-01-21T17:03:02.194Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.020s coverage: 100.0% of statements [2021-01-21T17:03:02.194Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.046s coverage: 45.4% of statements [2021-01-21T17:03:02.194Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.017s coverage: 77.8% of statements [2021-01-21T17:03:02.194Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] [2021-01-21T17:03:02.591Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.056s coverage: 26.3% of statements [2021-01-21T17:03:02.881Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.026s coverage: 14.7% of statements [2021-01-21T17:03:02.881Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.018s coverage: 100.0% of statements [2021-01-21T17:03:03.153Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.030s coverage: 91.8% of statements [2021-01-21T17:03:03.153Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] [2021-01-21T17:03:03.153Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] [2021-01-21T17:03:03.153Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.021s coverage: 100.0% of statements [2021-01-21T17:03:03.433Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.019s coverage: 36.7% of statements [2021-01-21T17:03:05.384Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.021s coverage: 63.0% of statements [2021-01-21T17:03:05.384Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.009s coverage: 26.3% of statements [2021-01-21T17:03:05.384Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.010s coverage: 15.4% of statements [2021-01-21T17:03:05.384Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.005s coverage: 15.4% of statements [2021-01-21T17:03:05.384Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.042s coverage: 14.3% of statements [2021-01-21T17:03:05.384Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] [2021-01-21T17:03:06.354Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.084s coverage: 84.7% of statements [2021-01-21T17:03:06.354Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] [2021-01-21T17:03:06.354Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] [2021-01-21T17:03:06.354Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.012s coverage: 43.6% of statements [2021-01-21T17:03:06.354Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.009s coverage: 94.4% of statements [2021-01-21T17:03:06.662Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.038s coverage: 92.9% of statements [2021-01-21T17:03:06.662Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.009s coverage: 100.0% of statements [2021-01-21T17:03:06.662Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models [no test files] [2021-01-21T17:03:06.662Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-01-21T17:03:08.610Z] gofmt -l . [2021-01-21T17:03:08.610Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-01-21T17:03:08.627Z] $ docker stop --time=1 ed79665eef752f84f3357134d5b9ec4aac9d18c62c12d89cc576bde3db1abab2 [2021-01-21T17:03:10.970Z] $ docker rm -f ed79665eef752f84f3357134d5b9ec4aac9d18c62c12d89cc576bde3db1abab2 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-21T17:03:11.582Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-21T17:03:11.952Z] 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] } [2021-01-21T17:03:30.739Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-21991 in /w/workspace/dry_go-mod-core-contracts_PR-445 [Pipeline] { [Pipeline] ws [2021-01-21T17:03:30.792Z] Running in /w/workspace/go-mod-core-contracts/3 [Pipeline] { [Pipeline] checkout [2021-01-21T17:03:35.799Z] using credential edgex-jenkins-ssh [2021-01-21T17:03:35.863Z] Cloning the remote Git repository [2021-01-21T17:03:35.931Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-01-21T17:03:36.039Z] > git init /w/workspace/go-mod-core-contracts/3 # timeout=10 [2021-01-21T17:03:36.141Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-01-21T17:03:36.142Z] > git --version # timeout=10 [2021-01-21T17:03:36.163Z] > git --version # 'git version 2.17.1' [2021-01-21T17:03:36.165Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-21T17:03:36.234Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-21T17:03:38.182Z] Merging remotes/origin/master commit ba458f0e0ccbbc61c175df81145a1fb9b1d16279 into PR head commit b949415aa4ca773943e4dd3ed65f475f60095006 [2021-01-21T17:03:37.426Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-01-21T17:03:37.457Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-21T17:03:37.482Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-01-21T17:03:37.526Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-01-21T17:03:37.527Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-21T17:03:37.538Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/445/head:refs/remotes/origin/PR-445 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-21T17:03:38.205Z] > git config core.sparsecheckout # timeout=10 [2021-01-21T17:03:38.232Z] > git checkout -f b949415aa4ca773943e4dd3ed65f475f60095006 # timeout=10 [2021-01-21T17:03:38.579Z] Merge succeeded, producing b949415aa4ca773943e4dd3ed65f475f60095006 [2021-01-21T17:03:38.579Z] Checking out Revision b949415aa4ca773943e4dd3ed65f475f60095006 (PR-445) [2021-01-21T17:03:38.424Z] > git remote # timeout=10 [2021-01-21T17:03:38.446Z] > git config --get remote.origin.url # timeout=10 [2021-01-21T17:03:38.486Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-21T17:03:38.503Z] > git merge ba458f0e0ccbbc61c175df81145a1fb9b1d16279 # timeout=10 [2021-01-21T17:03:38.539Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-21T17:03:38.590Z] > git config core.sparsecheckout # timeout=10 [2021-01-21T17:03:38.637Z] > git checkout -f b949415aa4ca773943e4dd3ed65f475f60095006 # timeout=10 [2021-01-21T17:03:43.028Z] Commit message: "Merge branch 'master' into issue-444" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-21T17:03:44.589Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-21T17:03:45.063Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-21T17:03:45.408Z] + sudo service docker restart [2021-01-21T17:03:45.408Z] + true [Pipeline] unstash [Pipeline] echo [2021-01-21T17:03:48.284Z] ========================================================= [2021-01-21T17:03:48.284Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-21T17:03:48.284Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-21T17:03:48.659Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-01-21T17:03:49.655Z] Sending build context to Docker daemon 2.303MB [2021-01-21T17:03:49.655Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-01-21T17:03:49.655Z] Step 2/7 : FROM ${BASE} [2021-01-21T17:03:49.928Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-21T17:03:49.928Z] 5f621e34cdf4: Pulling fs layer [2021-01-21T17:03:49.928Z] a4357932f1b6: Pulling fs layer [2021-01-21T17:03:49.928Z] 18c013af1878: Pulling fs layer [2021-01-21T17:03:49.928Z] 00ac8860ef70: Pulling fs layer [2021-01-21T17:03:49.928Z] 63d7cb157983: Pulling fs layer [2021-01-21T17:03:49.928Z] b116817d02f9: Pulling fs layer [2021-01-21T17:03:49.928Z] 745a02a5169b: Pulling fs layer [2021-01-21T17:03:49.928Z] b116817d02f9: Waiting [2021-01-21T17:03:49.928Z] 745a02a5169b: Waiting [2021-01-21T17:03:49.928Z] 63d7cb157983: Waiting [2021-01-21T17:03:49.928Z] 00ac8860ef70: Waiting [2021-01-21T17:03:49.928Z] 18c013af1878: Verifying Checksum [2021-01-21T17:03:49.928Z] 18c013af1878: Download complete [2021-01-21T17:03:50.203Z] a4357932f1b6: Verifying Checksum [2021-01-21T17:03:50.203Z] a4357932f1b6: Download complete [2021-01-21T17:03:50.203Z] 63d7cb157983: Verifying Checksum [2021-01-21T17:03:50.203Z] 63d7cb157983: Download complete [2021-01-21T17:03:50.203Z] b116817d02f9: Verifying Checksum [2021-01-21T17:03:50.203Z] b116817d02f9: Download complete [2021-01-21T17:03:50.203Z] 5f621e34cdf4: Verifying Checksum [2021-01-21T17:03:50.203Z] 5f621e34cdf4: Download complete [2021-01-21T17:03:50.809Z] 5f621e34cdf4: Pull complete [2021-01-21T17:03:51.428Z] a4357932f1b6: Pull complete [2021-01-21T17:03:51.704Z] 18c013af1878: Pull complete [2021-01-21T17:03:53.141Z] 745a02a5169b: Verifying Checksum [2021-01-21T17:03:53.141Z] 745a02a5169b: Download complete [2021-01-21T17:03:54.121Z] 00ac8860ef70: Verifying Checksum [2021-01-21T17:03:54.121Z] 00ac8860ef70: Download complete [2021-01-21T17:04:04.292Z] 00ac8860ef70: Pull complete [2021-01-21T17:04:04.292Z] 63d7cb157983: Pull complete [2021-01-21T17:04:04.568Z] b116817d02f9: Pull complete [2021-01-21T17:04:07.987Z] 745a02a5169b: Pull complete [2021-01-21T17:04:07.987Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-21T17:04:07.987Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-21T17:04:07.987Z] ---> b7e6874047d6 [2021-01-21T17:04:07.987Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-01-21T17:04:11.388Z] ---> Running in 68257945f006 [2021-01-21T17:04:11.388Z] Removing intermediate container 68257945f006 [2021-01-21T17:04:11.388Z] ---> 62b5027766e5 [2021-01-21T17:04:11.388Z] Step 4/7 : RUN apk add bash [2021-01-21T17:04:11.388Z] ---> Running in 070d76ec908a [2021-01-21T17:04:12.829Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-21T17:04:14.271Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-21T17:04:15.701Z] OK: 142 MiB in 39 packages [2021-01-21T17:04:16.697Z] Removing intermediate container 070d76ec908a [2021-01-21T17:04:16.697Z] ---> 03c9a40f4a0d [2021-01-21T17:04:16.697Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-01-21T17:04:16.987Z] ---> Running in 2b04b0fdbbab [2021-01-21T17:04:17.582Z] Removing intermediate container 2b04b0fdbbab [2021-01-21T17:04:17.582Z] ---> 3537bb67dfeb [2021-01-21T17:04:17.582Z] Step 6/7 : COPY go.mod . [2021-01-21T17:04:18.199Z] ---> 689e9a58bf5b [2021-01-21T17:04:18.200Z] Step 7/7 : RUN go mod download [2021-01-21T17:04:18.200Z] ---> Running in 39dd361750e2 [2021-01-21T17:04:33.297Z] Removing intermediate container 39dd361750e2 [2021-01-21T17:04:33.297Z] ---> 7a9fb7804bc0 [2021-01-21T17:04:33.297Z] Successfully built 7a9fb7804bc0 [2021-01-21T17:04:33.297Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-21T17:04:33.638Z] + docker inspect -f . ci-base-image-arm64 [2021-01-21T17:04:33.638Z] . [Pipeline] withDockerContainer [2021-01-21T17:04:33.890Z] prd-ubuntu18.04-docker-arm64-4c-16g-21991 does not seem to be running inside a container [2021-01-21T17:04:33.978Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/3 -v /w/workspace/go-mod-core-contracts/3:/w/workspace/go-mod-core-contracts/3:rw,z -v /w/workspace/go-mod-core-contracts/3@tmp:/w/workspace/go-mod-core-contracts/3@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 ******** -e ******** ci-base-image-arm64 cat [2021-01-21T17:04:35.427Z] $ docker top 692f91c99418638df201692a040b68c22163cb6d55780a1f0028ab0fc58d7359 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-21T17:04:36.428Z] + go version [2021-01-21T17:04:36.428Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-21T17:04:36.454Z] $ docker stop --time=1 692f91c99418638df201692a040b68c22163cb6d55780a1f0028ab0fc58d7359 [2021-01-21T17:04:38.389Z] $ docker rm -f 692f91c99418638df201692a040b68c22163cb6d55780a1f0028ab0fc58d7359 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-21T17:04:39.381Z] + docker inspect -f . ci-base-image-arm64 [2021-01-21T17:04:39.381Z] . [Pipeline] withDockerContainer [2021-01-21T17:04:39.639Z] prd-ubuntu18.04-docker-arm64-4c-16g-21991 does not seem to be running inside a container [2021-01-21T17:04:39.720Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/3 -v /w/workspace/go-mod-core-contracts/3:/w/workspace/go-mod-core-contracts/3:rw,z -v /w/workspace/go-mod-core-contracts/3@tmp:/w/workspace/go-mod-core-contracts/3@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 ******** -e ******** ci-base-image-arm64 cat [2021-01-21T17:04:41.233Z] $ docker top 298a3517c171b5bd3abeef0a618e014e1a6604f3a7e66808b4184ea02a3dc5f0 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-21T17:04:42.262Z] + make test [2021-01-21T17:04:42.262Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-01-21T17:05:04.511Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] [2021-01-21T17:05:05.115Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.028s coverage: 85.7% of statements [2021-01-21T17:05:05.115Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.048s coverage: 100.0% of statements [2021-01-21T17:05:06.558Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.057s coverage: 45.4% of statements [2021-01-21T17:05:06.558Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.020s coverage: 77.8% of statements [2021-01-21T17:05:06.558Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] [2021-01-21T17:05:07.158Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.015s coverage: 26.3% of statements [2021-01-21T17:05:08.601Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.045s coverage: 14.7% of statements [2021-01-21T17:05:08.601Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.043s coverage: 100.0% of statements [2021-01-21T17:05:10.047Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.070s coverage: 91.8% of statements [2021-01-21T17:05:10.047Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] [2021-01-21T17:05:10.047Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] [2021-01-21T17:05:10.047Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.055s coverage: 100.0% of statements [2021-01-21T17:05:10.047Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.049s coverage: 36.7% of statements [2021-01-21T17:05:16.818Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.119s coverage: 63.0% of statements [2021-01-21T17:05:16.818Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.021s coverage: 26.3% of statements [2021-01-21T17:05:16.818Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.014s coverage: 15.4% of statements [2021-01-21T17:05:16.818Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.030s coverage: 15.4% of statements [2021-01-21T17:05:16.818Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.037s coverage: 14.3% of statements [2021-01-21T17:05:16.818Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] [2021-01-21T17:05:17.096Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.244s coverage: 84.7% of statements [2021-01-21T17:05:17.096Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] [2021-01-21T17:05:17.096Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] [2021-01-21T17:05:17.096Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.029s coverage: 43.6% of statements [2021-01-21T17:05:17.705Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.060s coverage: 94.4% of statements [2021-01-21T17:05:19.140Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.123s coverage: 92.9% of statements [2021-01-21T17:05:19.140Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.024s coverage: 100.0% of statements [2021-01-21T17:05:19.140Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models [no test files] [2021-01-21T17:05:19.140Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-01-21T17:05:24.555Z] gofmt -l . [2021-01-21T17:05:24.555Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-01-21T17:05:24.849Z] $ docker stop --time=1 298a3517c171b5bd3abeef0a618e014e1a6604f3a7e66808b4184ea02a3dc5f0 [2021-01-21T17:05:27.225Z] $ docker rm -f 298a3517c171b5bd3abeef0a618e014e1a6604f3a7e66808b4184ea02a3dc5f0 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-21T17:05:28.140Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-21T17:05:28.207Z] Warning: overwriting stash ‘coverage-report’ [2021-01-21T17:05:29.161Z] 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 [2021-01-21T17:05:30.987Z] provisioning config files... [2021-01-21T17:05:31.033Z] copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_PR-445@tmp/config3545957845957532699tmp [Pipeline] { [Pipeline] sh [2021-01-21T17:05:31.510Z] + set +x [2021-01-21T17:05:31.510Z] + bash -s -- [2021-01-21T17:05:31.510Z] + curl -s https://codecov.io/bash [2021-01-21T17:05:31.799Z] [2021-01-21T17:05:31.799Z] _____ _ [2021-01-21T17:05:31.799Z] / ____| | | [2021-01-21T17:05:31.799Z] | | ___ __| | ___ ___ _____ __ [2021-01-21T17:05:31.799Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-21T17:05:31.799Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-21T17:05:31.799Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-21T17:05:31.799Z] Bash-20210115-cec3c92 [2021-01-21T17:05:31.799Z] [2021-01-21T17:05:31.799Z] [2021-01-21T17:05:31.799Z] ==> git version 2.24.3 found [2021-01-21T17:05:31.799Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-01-21T17:05:31.799Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-21T17:05:31.799Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-21T17:05:31.799Z] ==> Jenkins CI detected. [2021-01-21T17:05:31.799Z] project root: . [2021-01-21T17:05:31.799Z] --> token set from env [2021-01-21T17:05:31.799Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-21T17:05:31.799Z] ==> Running gcov in . (disable via -X gcov) [2021-01-21T17:05:32.079Z] ==> Python coveragepy not found [2021-01-21T17:05:32.079Z] ==> Searching for coverage reports in: [2021-01-21T17:05:32.079Z] + . [2021-01-21T17:05:32.079Z] -> Found 1 reports [2021-01-21T17:05:32.079Z] ==> Detecting git/mercurial file structure [2021-01-21T17:05:32.079Z] ==> Reading reports [2021-01-21T17:05:32.079Z] + ./coverage.out bytes=132307 [2021-01-21T17:05:32.079Z] ==> Appending adjustments [2021-01-21T17:05:32.079Z] https://docs.codecov.io/docs/fixing-reports [2021-01-21T17:05:33.678Z] + Found adjustments [2021-01-21T17:05:33.678Z] ==> Gzipping contents [2021-01-21T17:05:33.678Z] 20K /tmp/codecov.4Ulvm8.gz [2021-01-21T17:05:33.678Z] ==> Uploading reports [2021-01-21T17:05:33.678Z] url: https://codecov.io [2021-01-21T17:05:33.678Z] query: branch=PR-445&commit=b949415aa4ca773943e4dd3ed65f475f60095006&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-445%2F3%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=445&job=&cmd_args= [2021-01-21T17:05:33.678Z] -> Pinging Codecov [2021-01-21T17:05:33.678Z] https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=PR-445&commit=b949415aa4ca773943e4dd3ed65f475f60095006&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-445%2F3%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=445&job=&cmd_args= [2021-01-21T17:05:33.946Z] -> Uploading to [2021-01-21T17:05:33.946Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-21/71470A77251A30514AAF9C0BB2E5B6CE/b949415aa4ca773943e4dd3ed65f475f60095006/2299c3db-349a-41a1-84d3-d760d2ebc942.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210121%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210121T170533Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=c916f5d20f6e0ff5733b820ce6a1878b1ea3e6ba18e72e62314bb8bf6e8e0415 [2021-01-21T17:05:33.946Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-21T17:05:33.946Z] Dload Upload Total Spent Left Speed [2021-01-21T17:05:34.532Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 20151 0 0 100 20151 0 41598 --:--:-- --:--:-- --:--:-- 41634 [2021-01-21T17:05:34.532Z] -> View reports at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/b949415aa4ca773943e4dd3ed65f475f60095006 [Pipeline] } [2021-01-21T17:05:34.546Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-01-21T17:05:37.063Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-21T17:05:37.851Z] ---> package-listing.sh [2021-01-21T17:05:37.851Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-21T17:05:37.851Z] ++ facter osfamily [2021-01-21T17:05:38.131Z] + OS_FAMILY=redhat [2021-01-21T17:05:38.131Z] + workspace=/w/workspace/dry_go-mod-core-contracts_PR-445 [2021-01-21T17:05:38.131Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-21T17:05:38.131Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-21T17:05:38.131Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-21T17:05:38.131Z] + PACKAGES=/tmp/packages_start.txt [2021-01-21T17:05:38.131Z] + '[' /w/workspace/dry_go-mod-core-contracts_PR-445 ']' [2021-01-21T17:05:38.131Z] + PACKAGES=/tmp/packages_end.txt [2021-01-21T17:05:38.131Z] + case "${OS_FAMILY}" in [2021-01-21T17:05:38.131Z] + rpm -qa [2021-01-21T17:05:38.131Z] + sort [2021-01-21T17:05:44.856Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-21T17:05:44.856Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-21T17:05:44.856Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-21T17:05:44.856Z] + '[' /w/workspace/dry_go-mod-core-contracts_PR-445 ']' [2021-01-21T17:05:44.856Z] + mkdir -p /w/workspace/dry_go-mod-core-contracts_PR-445/archives/ [2021-01-21T17:05:44.856Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_PR-445/archives/ [Pipeline] echo [2021-01-21T17:05:44.879Z] 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-445/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-21T17:05:45.218Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-21T17:05:45.888Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-21T17:05:46.168Z] [2021-01-21T17:05:46.168Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-21T17:05:46.554Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-21T17:05:47.527Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-21T17:05:47.527Z] df20fa9351a1: Pulling fs layer [2021-01-21T17:05:47.527Z] 36b3adc4ff6f: Pulling fs layer [2021-01-21T17:05:47.527Z] 8ad3a11d3b57: Pulling fs layer [2021-01-21T17:05:47.527Z] 46f8f816bc3b: Pulling fs layer [2021-01-21T17:05:47.527Z] 93b61091891f: Pulling fs layer [2021-01-21T17:05:47.527Z] 93b9cdb0e59b: Pulling fs layer [2021-01-21T17:05:47.527Z] 5e14af77c1be: Pulling fs layer [2021-01-21T17:05:47.527Z] 01666e4c0597: Pulling fs layer [2021-01-21T17:05:47.527Z] aa168da1d23b: Pulling fs layer [2021-01-21T17:05:47.527Z] 46f8f816bc3b: Waiting [2021-01-21T17:05:47.527Z] 93b61091891f: Waiting [2021-01-21T17:05:47.527Z] 93b9cdb0e59b: Waiting [2021-01-21T17:05:47.527Z] 01666e4c0597: Waiting [2021-01-21T17:05:47.527Z] aa168da1d23b: Waiting [2021-01-21T17:05:47.527Z] 36b3adc4ff6f: Verifying Checksum [2021-01-21T17:05:47.527Z] 36b3adc4ff6f: Download complete [2021-01-21T17:05:47.836Z] 46f8f816bc3b: Verifying Checksum [2021-01-21T17:05:47.836Z] 46f8f816bc3b: Download complete [2021-01-21T17:05:47.836Z] df20fa9351a1: Verifying Checksum [2021-01-21T17:05:47.836Z] 93b9cdb0e59b: Verifying Checksum [2021-01-21T17:05:47.836Z] 93b9cdb0e59b: Download complete [2021-01-21T17:05:47.836Z] 5e14af77c1be: Verifying Checksum [2021-01-21T17:05:47.836Z] 5e14af77c1be: Download complete [2021-01-21T17:05:47.836Z] 01666e4c0597: Verifying Checksum [2021-01-21T17:05:47.836Z] 01666e4c0597: Download complete [2021-01-21T17:05:47.836Z] 93b61091891f: Verifying Checksum [2021-01-21T17:05:47.836Z] 93b61091891f: Download complete [2021-01-21T17:05:48.876Z] df20fa9351a1: Pull complete [2021-01-21T17:05:48.876Z] 8ad3a11d3b57: Verifying Checksum [2021-01-21T17:05:48.876Z] 8ad3a11d3b57: Download complete [2021-01-21T17:05:49.161Z] 36b3adc4ff6f: Pull complete [2021-01-21T17:05:50.857Z] 8ad3a11d3b57: Pull complete [2021-01-21T17:05:51.212Z] 46f8f816bc3b: Pull complete [2021-01-21T17:05:51.950Z] 93b61091891f: Pull complete [2021-01-21T17:05:51.950Z] 93b9cdb0e59b: Pull complete [2021-01-21T17:05:52.570Z] 5e14af77c1be: Pull complete [2021-01-21T17:05:52.874Z] 01666e4c0597: Pull complete [2021-01-21T17:05:54.339Z] aa168da1d23b: Verifying Checksum [2021-01-21T17:05:54.339Z] aa168da1d23b: Download complete [2021-01-21T17:06:14.438Z] aa168da1d23b: Pull complete [2021-01-21T17:06:14.439Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-21T17:06:14.439Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-21T17:06:14.439Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-21T17:06:15.530Z] prd-centos7-docker-4c-2g-21986 does not seem to be running inside a container [2021-01-21T17:06:15.666Z] $ 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-445/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-445 -v /w/workspace/dry_go-mod-core-contracts_PR-445:/w/workspace/dry_go-mod-core-contracts_PR-445:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-445@tmp:/w/workspace/dry_go-mod-core-contracts_PR-445@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-21T17:06:18.530Z] $ docker top 58a0a61f99ce28ea09a544e1e762349fbb99a33932bb33ac9ef48c93b4445159 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-21T17:06:19.817Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-21T17:06:20.200Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-21T17:06:20.998Z] + ls /var/log/sa-host [2021-01-21T17:06:20.998Z] + sadf -c /var/log/sa-host/sa21 [2021-01-21T17:06:20.998Z] file_magic: OK [2021-01-21T17:06:20.998Z] HZ: Using current value: 100 [2021-01-21T17:06:20.998Z] file_header: OK [2021-01-21T17:06:20.998Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-21T17:06:20.998Z] Statistics: [2021-01-21T17:06:20.998Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-21T17:06:20.998Z] File successfully converted to sysstat format version 12.2.1 [2021-01-21T17:06:20.998Z] + sadf -c /var/log/sa-host/sa23 [2021-01-21T17:06:20.998Z] file_magic: OK [2021-01-21T17:06:20.998Z] HZ: Using current value: 100 [2021-01-21T17:06:20.998Z] file_header: OK [2021-01-21T17:06:20.998Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-21T17:06:20.998Z] Statistics: [2021-01-21T17:06:20.998Z] Hnuu...uuuununununu... [2021-01-21T17:06:20.998Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-21T17:06:21.256Z] provisioning config files... [2021-01-21T17:06:21.279Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-445@tmp/config4408167658181497731tmp [Pipeline] { [Pipeline] echo [2021-01-21T17:06:21.396Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-21T17:06:21.783Z] ---> create-netrc.sh [Pipeline] } [2021-01-21T17:06:21.812Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-21T17:06:21.929Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-21T17:06:22.257Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-21T17:06:22.271Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-21T17:06:22.941Z] ---> sudo-logs.sh [2021-01-21T17:06:22.941Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-21T17:06:23.075Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-21T17:06:23.934Z] ---> job-cost.sh [2021-01-21T17:06:23.934Z] lf-activate-venv: SKIPPING [2021-01-21T17:06:23.934Z] INFO: No Stack... [2021-01-21T17:06:25.546Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-21T17:06:25.814Z] INFO: Archiving Costs [Pipeline] echo [2021-01-21T17:06:26.122Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-21T17:06:26.830Z] ---> logs-deploy.sh [2021-01-21T17:06:26.830Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-445/3 [2021-01-21T17:06:26.830Z] INFO: archiving workspace using pattern(s): [2021-01-21T17:06:29.476Z] Archives upload complete. [2021-01-21T17:06:29.795Z] INFO: archiving logs to Nexus [2021-01-21T17:06:31.275Z] ---> uname -a: [2021-01-21T17:06:31.275Z] Linux prd-centos7-docker-4c-2g-21986.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-01-21T17:06:31.275Z] [2021-01-21T17:06:31.275Z] [2021-01-21T17:06:31.275Z] ---> lscpu: [2021-01-21T17:06:31.275Z] Architecture: x86_64 [2021-01-21T17:06:31.275Z] CPU op-mode(s): 32-bit, 64-bit [2021-01-21T17:06:31.275Z] Byte Order: Little Endian [2021-01-21T17:06:31.275Z] Address sizes: 40 bits physical, 48 bits virtual [2021-01-21T17:06:31.275Z] CPU(s): 4 [2021-01-21T17:06:31.275Z] On-line CPU(s) list: 0-3 [2021-01-21T17:06:31.275Z] Thread(s) per core: 1 [2021-01-21T17:06:31.275Z] Core(s) per socket: 1 [2021-01-21T17:06:31.275Z] Socket(s): 4 [2021-01-21T17:06:31.275Z] NUMA node(s): 1 [2021-01-21T17:06:31.275Z] Vendor ID: GenuineIntel [2021-01-21T17:06:31.275Z] CPU family: 6 [2021-01-21T17:06:31.275Z] Model: 44 [2021-01-21T17:06:31.275Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-01-21T17:06:31.275Z] Stepping: 1 [2021-01-21T17:06:31.275Z] CPU MHz: 2933.438 [2021-01-21T17:06:31.275Z] BogoMIPS: 5866.87 [2021-01-21T17:06:31.275Z] Virtualization: VT-x [2021-01-21T17:06:31.275Z] Hypervisor vendor: KVM [2021-01-21T17:06:31.275Z] Virtualization type: full [2021-01-21T17:06:31.275Z] L1d cache: 128 KiB [2021-01-21T17:06:31.275Z] L1i cache: 128 KiB [2021-01-21T17:06:31.275Z] L2 cache: 16 MiB [2021-01-21T17:06:31.275Z] L3 cache: 64 MiB [2021-01-21T17:06:31.275Z] NUMA node0 CPU(s): 0-3 [2021-01-21T17:06:31.275Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-01-21T17:06:31.275Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-01-21T17:06:31.275Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-01-21T17:06:31.275Z] Vulnerability Meltdown: Mitigation; PTI [2021-01-21T17:06:31.275Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-01-21T17:06:31.275Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-01-21T17:06:31.275Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-01-21T17:06:31.275Z] Vulnerability Srbds: Not affected [2021-01-21T17:06:31.275Z] Vulnerability Tsx async abort: Not affected [2021-01-21T17:06:31.275Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2021-01-21T17:06:31.275Z] [2021-01-21T17:06:31.275Z] [2021-01-21T17:06:31.275Z] ---> nproc: [2021-01-21T17:06:31.275Z] 4 [2021-01-21T17:06:31.275Z] [2021-01-21T17:06:31.275Z] [2021-01-21T17:06:31.275Z] ---> df -h: [2021-01-21T17:06:31.275Z] Filesystem Size Used Available Use% Mounted on [2021-01-21T17:06:31.275Z] overlay 50.0G 7.3G 42.7G 15% / [2021-01-21T17:06:31.275Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-01-21T17:06:31.275Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-01-21T17:06:31.275Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-01-21T17:06:31.275Z] /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os [2021-01-21T17:06:31.275Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf [2021-01-21T17:06:31.275Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname [2021-01-21T17:06:31.275Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts [2021-01-21T17:06:31.275Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log [2021-01-21T17:06:31.275Z] /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json [2021-01-21T17:06:31.275Z] /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dry_go-mod-core-contracts_PR-445 [2021-01-21T17:06:31.275Z] /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dry_go-mod-core-contracts_PR-445@tmp [2021-01-21T17:06:31.275Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host [2021-01-21T17:06:31.275Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure [2021-01-21T17:06:31.275Z] [2021-01-21T17:06:31.275Z] [2021-01-21T17:06:31.275Z] ---> free -m: [2021-01-21T17:06:31.275Z] total used free shared buff/cache available [2021-01-21T17:06:31.275Z] Mem: 1837 690 108 0 1038 1042 [2021-01-21T17:06:31.275Z] Swap: 1023 0 1023 [2021-01-21T17:06:31.275Z] [2021-01-21T17:06:31.275Z] [2021-01-21T17:06:31.275Z] ---> ip addr: [2021-01-21T17:06:31.275Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-01-21T17:06:31.275Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-01-21T17:06:31.275Z] inet 127.0.0.1/8 scope host lo [2021-01-21T17:06:31.275Z] valid_lft forever preferred_lft forever [2021-01-21T17:06:31.275Z] inet6 ::1/128 scope host [2021-01-21T17:06:31.275Z] valid_lft forever preferred_lft forever [2021-01-21T17:06:31.275Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-01-21T17:06:31.275Z] link/ether fa:16:3e:5b:e7:73 brd ff:ff:ff:ff:ff:ff [2021-01-21T17:06:31.276Z] inet 10.30.123.191/23 brd 10.30.123.255 scope global dynamic eth0 [2021-01-21T17:06:31.276Z] valid_lft 85973sec preferred_lft 85973sec [2021-01-21T17:06:31.276Z] inet6 fe80::f816:3eff:fe5b:e773/64 scope link [2021-01-21T17:06:31.276Z] valid_lft forever preferred_lft forever [2021-01-21T17:06:31.276Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-01-21T17:06:31.276Z] link/ether 02:42:37:e2:42:7d brd ff:ff:ff:ff:ff:ff [2021-01-21T17:06:31.276Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-01-21T17:06:31.276Z] valid_lft forever preferred_lft forever [2021-01-21T17:06:31.276Z] inet6 fe80::42:37ff:fee2:427d/64 scope link [2021-01-21T17:06:31.276Z] valid_lft forever preferred_lft forever [2021-01-21T17:06:31.276Z] [2021-01-21T17:06:31.276Z] [2021-01-21T17:06:31.276Z] ---> sar -b -r -n DEV: [2021-01-21T17:06:31.276Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/21/21 _x86_64_ (4 CPU) [2021-01-21T17:06:31.276Z] [2021-01-21T17:06:31.276Z] 16:59:11 LINUX RESTART (4 CPU) [2021-01-21T17:06:31.276Z] [2021-01-21T17:06:31.276Z] 17:00:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-01-21T17:06:31.276Z] 17:01:01 59.79 15.94 43.85 0.00 4956.44 3890.84 0.00 [2021-01-21T17:06:31.276Z] 17:02:01 2.64 0.07 2.58 0.00 1.46 64.46 0.00 [2021-01-21T17:06:31.276Z] 17:03:01 0.18 0.00 0.18 0.00 0.00 1.88 0.00 [2021-01-21T17:06:31.276Z] 17:04:01 0.18 0.00 0.18 0.00 0.00 2.28 0.00 [2021-01-21T17:06:31.276Z] 17:05:01 0.25 0.00 0.25 0.00 0.00 3.85 0.00 [2021-01-21T17:06:31.276Z] 17:06:01 78.58 49.92 28.66 0.00 4094.59 7355.73 0.00 [2021-01-21T17:06:31.276Z] Average: 23.54 10.99 12.55 0.00 1501.74 1883.82 0.00 [2021-01-21T17:06:31.276Z] [2021-01-21T17:06:31.276Z] 17:00:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-01-21T17:06:31.276Z] 17:01:01 151532 0 596040 31.68 2620 1131352 1091220 37.24 416064 1111444 132 [2021-01-21T17:06:31.276Z] 17:02:01 156900 0 590544 31.39 2620 1131480 1052932 35.93 421504 1102628 16 [2021-01-21T17:06:31.276Z] 17:03:01 156924 0 590516 31.38 2620 1131484 1052956 35.94 425032 1099252 16 [2021-01-21T17:06:31.276Z] 17:04:01 155624 0 591812 31.45 2620 1131488 1053016 35.94 429656 1096276 16 [2021-01-21T17:06:31.276Z] 17:05:01 157720 0 589712 31.34 2620 1131492 1038564 35.44 435672 1088460 12 [2021-01-21T17:06:31.276Z] 17:06:01 72180 0 693616 36.86 2620 1113128 1474652 50.33 530900 1046732 97416 [2021-01-21T17:06:31.276Z] Average: 141813 0 608707 32.35 2620 1128404 1127223 38.47 443138 1090799 16268 [2021-01-21T17:06:31.276Z] [2021-01-21T17:06:31.276Z] 17:00:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-01-21T17:06:31.276Z] 17:01:01 eth0 175.84 143.09 753.82 80.82 0.00 0.00 0.00 0.00 [2021-01-21T17:06:31.276Z] 17:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-21T17:06:31.276Z] 17:01:01 docker0 6.36 4.88 1.48 16.86 0.00 0.00 0.00 0.00 [2021-01-21T17:06:31.276Z] 17:02:01 eth0 1.51 0.33 0.37 0.21 0.00 0.00 0.00 0.00 [2021-01-21T17:06:31.276Z] 17:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-21T17:06:31.276Z] 17:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-21T17:06:31.276Z] 17:03:01 eth0 2.70 0.55 0.69 0.39 0.00 0.00 0.00 0.00 [2021-01-21T17:06:31.276Z] 17:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-21T17:06:31.276Z] 17:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-21T17:06:31.276Z] 17:04:01 eth0 2.90 0.77 0.96 0.60 0.00 0.00 0.00 0.00 [2021-01-21T17:06:31.276Z] 17:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-21T17:06:31.276Z] 17:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-21T17:06:31.276Z] 17:05:01 eth0 1.22 0.70 0.69 0.48 0.00 0.00 0.00 0.00 [2021-01-21T17:06:31.276Z] 17:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-21T17:06:31.276Z] 17:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-21T17:06:31.276Z] 17:06:01 eth0 204.83 172.97 2170.58 20.65 0.00 0.00 0.00 0.00 [2021-01-21T17:06:31.276Z] 17:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-21T17:06:31.276Z] 17:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-21T17:06:31.276Z] Average: eth0 64.63 52.90 487.83 17.05 0.00 0.00 0.00 0.00 [2021-01-21T17:06:31.276Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-21T17:06:31.276Z] Average: docker0 1.05 0.80 0.24 2.78 0.00 0.00 0.00 0.00 [2021-01-21T17:06:31.276Z] [2021-01-21T17:06:31.276Z] [2021-01-21T17:06:31.276Z] ---> sar -P ALL: [2021-01-21T17:06:31.276Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/21/21 _x86_64_ (4 CPU) [2021-01-21T17:06:31.276Z] [2021-01-21T17:06:31.276Z] 16:59:11 LINUX RESTART (4 CPU) [2021-01-21T17:06:31.276Z] [2021-01-21T17:06:31.276Z] 17:00:02 CPU %user %nice %system %iowait %steal %idle [2021-01-21T17:06:31.276Z] 17:01:01 all 7.68 0.00 2.92 0.96 16.13 72.31 [2021-01-21T17:06:31.276Z] 17:01:01 0 6.38 0.00 2.86 0.40 17.15 73.22 [2021-01-21T17:06:31.276Z] 17:01:01 1 9.21 0.00 2.82 1.52 15.68 70.77 [2021-01-21T17:06:31.276Z] 17:01:01 2 7.63 0.00 3.31 1.37 15.76 71.94 [2021-01-21T17:06:31.276Z] 17:01:01 3 7.51 0.00 2.69 0.56 15.93 73.31 [2021-01-21T17:06:31.276Z] 17:02:01 all 0.08 0.00 0.07 0.00 0.66 99.18 [2021-01-21T17:06:31.276Z] 17:02:01 0 0.00 0.00 0.07 0.00 0.22 99.72 [2021-01-21T17:06:31.276Z] 17:02:01 1 0.02 0.00 0.07 0.00 0.86 99.06 [2021-01-21T17:06:31.276Z] 17:02:01 2 0.02 0.00 0.07 0.02 0.83 99.07 [2021-01-21T17:06:31.276Z] 17:02:01 3 0.28 0.00 0.08 0.00 0.75 98.89 [2021-01-21T17:06:31.276Z] 17:03:01 all 0.07 0.00 0.11 0.00 1.35 98.47 [2021-01-21T17:06:31.276Z] 17:03:01 0 0.03 0.00 0.10 0.00 0.93 98.94 [2021-01-21T17:06:31.276Z] 17:03:01 1 0.03 0.00 0.05 0.00 1.38 98.53 [2021-01-21T17:06:31.276Z] 17:03:01 2 0.03 0.00 0.18 0.00 1.08 98.70 [2021-01-21T17:06:31.276Z] 17:03:01 3 0.16 0.00 0.11 0.00 2.00 97.72 [2021-01-21T17:06:31.276Z] 17:04:01 all 0.08 0.00 0.04 0.00 0.97 98.90 [2021-01-21T17:06:31.276Z] 17:04:01 0 0.03 0.00 0.08 0.00 1.16 98.73 [2021-01-21T17:06:31.276Z] 17:04:01 1 0.23 0.00 0.03 0.00 0.70 99.04 [2021-01-21T17:06:31.276Z] 17:04:01 2 0.05 0.00 0.02 0.00 0.91 99.02 [2021-01-21T17:06:31.276Z] 17:04:01 3 0.02 0.00 0.03 0.00 1.12 98.83 [2021-01-21T17:06:31.276Z] 17:05:01 all 0.08 0.00 0.10 0.00 1.13 98.69 [2021-01-21T17:06:31.276Z] 17:05:01 0 0.02 0.00 0.07 0.00 0.60 99.32 [2021-01-21T17:06:31.276Z] 17:05:01 1 0.22 0.00 0.13 0.00 0.98 98.67 [2021-01-21T17:06:31.276Z] 17:05:01 2 0.05 0.00 0.15 0.00 1.24 98.56 [2021-01-21T17:06:31.276Z] 17:05:01 3 0.05 0.00 0.05 0.00 1.69 98.21 [2021-01-21T17:06:31.276Z] 17:06:01 all 3.08 0.00 2.42 1.52 10.44 82.54 [2021-01-21T17:06:31.276Z] 17:06:01 0 2.63 0.00 1.89 0.05 10.81 84.62 [2021-01-21T17:06:31.276Z] 17:06:01 1 2.85 0.00 2.85 3.72 10.30 80.28 [2021-01-21T17:06:31.276Z] 17:06:01 2 4.34 0.00 2.98 2.29 10.00 80.39 [2021-01-21T17:06:31.276Z] 17:06:01 3 2.50 0.00 1.96 0.06 10.65 84.83 [2021-01-21T17:06:31.276Z] Average: all 1.83 0.00 0.94 0.42 5.10 91.72 [2021-01-21T17:06:31.276Z] Average: 0 1.52 0.00 0.85 0.07 5.15 92.41 [2021-01-21T17:06:31.276Z] Average: 1 2.07 0.00 0.99 0.88 4.96 91.11 [2021-01-21T17:06:31.276Z] Average: 2 2.01 0.00 1.11 0.61 4.94 91.33 [2021-01-21T17:06:31.276Z] Average: 3 1.73 0.00 0.82 0.10 5.33 92.02 [2021-01-21T17:06:31.276Z] [2021-01-21T17:06:31.276Z] [2021-01-21T17:06:31.276Z]