Pull request #416 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 7c6cfcc552c7b9bf6bb57adcfe393d54d04dae42 rather than 92e4a24392d6f931e0e96f83a9f61f63e195e615 Obtained Jenkinsfile from 7c6cfcc552c7b9bf6bb57adcfe393d54d04dae42 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 f82e9360b4159668f7e3e090307a6179e9a8e48d 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 f82e9360b4159668f7e3e090307a6179e9a8e48d 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 f82e9360b4159668f7e3e090307a6179e9a8e48d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f82e9360b4159668f7e3e090307a6179e9a8e48d # timeout=10 Commit message: "Merge pull request #311 from ernestojeda/fix-data-binary" > 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 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-20151 in /w/workspace/dry_go-mod-core-contracts_PR-416 [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-416 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/416/head:refs/remotes/origin/PR-416 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 7c6cfcc552c7b9bf6bb57adcfe393d54d04dae42 into PR head commit 92e4a24392d6f931e0e96f83a9f61f63e195e615 Merge succeeded, producing 6dc371c1792ad9ace4736b2e36098965040bbeb3 Checking out Revision 6dc371c1792ad9ace4736b2e36098965040bbeb3 (PR-416) > git config core.sparsecheckout # timeout=10 > git checkout -f 92e4a24392d6f931e0e96f83a9f61f63e195e615 # 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 7c6cfcc552c7b9bf6bb57adcfe393d54d04dae42 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 6dc371c1792ad9ace4736b2e36098965040bbeb3 # timeout=10 Commit message: "Merge commit '7c6cfcc552c7b9bf6bb57adcfe393d54d04dae42' into HEAD" First time build. Skipping changelog. [Pipeline] } > git rev-list --no-walk 244989b68a961b1179f2b4733bab2cc9eb931deb # timeout=10 [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-14T03:38:17.313Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-14T03:38:17.591Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-14T03:38:17.680Z] ========================================================= [2021-01-14T03:38:17.681Z] EdgeX Global Pipelines Version Info [2021-01-14T03:38:17.681Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-14T03:38:20.199Z] ------------------- [2021-01-14T03:38:20.199Z] stable info: [2021-01-14T03:38:20.199Z] ------------------- [2021-01-14T03:38:20.199Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-14T03:38:20.199Z] Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d [2021-01-14T03:38:20.199Z] Message: update stable to v1.0.177 [2021-01-14T03:38:20.780Z] ------------------- [2021-01-14T03:38:20.780Z] experimental info: [2021-01-14T03:38:20.780Z] ------------------- [2021-01-14T03:38:20.780Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-01-14T03:38:20.780Z] Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d [2021-01-14T03:38:20.780Z] Message: update experimental to v1.0.177 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-14T03:38:21.034Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo [2021-01-14T03:38:21.116Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo [2021-01-14T03:38:21.194Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-14T03:38:21.287Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-14T03:38:21.368Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-14T03:38:21.470Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-14T03:38:21.551Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-14T03:38:21.638Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-14T03:38:21.721Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-01-14T03:38:21.809Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-14T03:38:21.908Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-14T03:38:21.992Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo [2021-01-14T03:38:22.074Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-14T03:38:22.153Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-14T03:38:22.235Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2021-01-14T03:38:22.317Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-01-14T03:38:22.400Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-01-14T03:38:22.483Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-01-14T03:38:22.579Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo [2021-01-14T03:38:22.663Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-01-14T03:38:22.743Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-01-14T03:38:22.830Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-01-14T03:38:22.924Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-01-14T03:38:23.011Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-01-14T03:38:23.096Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2021-01-14T03:38:23.176Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-14T03:38:23.256Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-14T03:38:23.369Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-416 [Pipeline] echo [2021-01-14T03:38:23.452Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-416 [Pipeline] echo [2021-01-14T03:38:23.549Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-416 [Pipeline] echo [2021-01-14T03:38:23.630Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 6dc371c1792ad9ace4736b2e36098965040bbeb3 [Pipeline] echo [2021-01-14T03:38:23.740Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 6dc371c [Pipeline] echo [2021-01-14T03:38:23.823Z] [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-14T03:38:24.539Z] + git log --format=format:%s -1 6dc371c1792ad9ace4736b2e36098965040bbeb3 [Pipeline] echo [2021-01-14T03:38:24.659Z] GIT_COMMIT: 6dc371c1792ad9ace4736b2e36098965040bbeb3, Commit Message: Merge commit '7c6cfcc552c7b9bf6bb57adcfe393d54d04dae42' into HEAD [Pipeline] echo [2021-01-14T03:38:24.703Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-01-14T03:38:25.332Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-14T03:38:25.936Z] [2021-01-14T03:38:25.936Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-14T03:38:26.366Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-14T03:38:26.664Z] latest: Pulling from edgex-devops/git-semver [2021-01-14T03:38:26.664Z] 31603596830f: Pulling fs layer [2021-01-14T03:38:26.664Z] 2a8b12db71e7: Pulling fs layer [2021-01-14T03:38:26.664Z] 6ca5941a6612: Pulling fs layer [2021-01-14T03:38:26.664Z] ecc8261a40a4: Pulling fs layer [2021-01-14T03:38:26.664Z] ecc8261a40a4: Waiting [2021-01-14T03:38:26.664Z] 2a8b12db71e7: Verifying Checksum [2021-01-14T03:38:26.664Z] 2a8b12db71e7: Download complete [2021-01-14T03:38:26.970Z] 31603596830f: Verifying Checksum [2021-01-14T03:38:26.970Z] 31603596830f: Download complete [2021-01-14T03:38:27.284Z] ecc8261a40a4: Verifying Checksum [2021-01-14T03:38:27.284Z] ecc8261a40a4: Download complete [2021-01-14T03:38:27.571Z] 6ca5941a6612: Verifying Checksum [2021-01-14T03:38:27.571Z] 6ca5941a6612: Download complete [2021-01-14T03:38:27.571Z] 31603596830f: Pull complete [2021-01-14T03:38:27.866Z] 2a8b12db71e7: Pull complete [2021-01-14T03:38:29.886Z] 6ca5941a6612: Pull complete [2021-01-14T03:38:30.519Z] ecc8261a40a4: Pull complete [2021-01-14T03:38:30.520Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-14T03:38:30.520Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-14T03:38:30.520Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-14T03:38:30.869Z] prd-centos7-docker-4c-2g-20151 does not seem to be running inside a container [2021-01-14T03:38:30.982Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_PR-416 -v /w/workspace/dry_go-mod-core-contracts_PR-416:/w/workspace/dry_go-mod-core-contracts_PR-416:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-416@tmp:/w/workspace/dry_go-mod-core-contracts_PR-416@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 [2021-01-14T03:38:33.556Z] $ docker top c17c860a3154bb857cdbfe72851a37ff293546a337daa407b47550e378ba96a3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-14T03:38:33.997Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-14T03:38:33.997Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-14T03:38:34.354Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-14T03:38:34.360Z] $ docker exec c17c860a3154bb857cdbfe72851a37ff293546a337daa407b47550e378ba96a3 ssh-agent [2021-01-14T03:38:34.734Z] SSH_AUTH_SOCK=/tmp/ssh-ngeD62EZixs8/agent.12 [2021-01-14T03:38:34.734Z] SSH_AGENT_PID=18 [2021-01-14T03:38:34.790Z] Running ssh-add (command line suppressed) [2021-01-14T03:38:35.238Z] Identity added: /w/workspace/dry_go-mod-core-contracts_PR-416@tmp/private_key_5213278651101935597.key (/w/workspace/dry_go-mod-core-contracts_PR-416@tmp/private_key_5213278651101935597.key) [2021-01-14T03:38:35.338Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-14T03:38:36.095Z] + git tag --points-at HEAD [Pipeline] } [2021-01-14T03:38:36.199Z] $ docker exec --env ******** --env ******** c17c860a3154bb857cdbfe72851a37ff293546a337daa407b47550e378ba96a3 ssh-agent -k [2021-01-14T03:38:36.567Z] unset SSH_AUTH_SOCK; [2021-01-14T03:38:36.569Z] unset SSH_AGENT_PID; [2021-01-14T03:38:36.569Z] echo Agent pid 18 killed; [2021-01-14T03:38:36.646Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-14T03:38:36.781Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-14T03:38:36.781Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-14T03:38:37.285Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-14T03:38:37.290Z] $ docker exec c17c860a3154bb857cdbfe72851a37ff293546a337daa407b47550e378ba96a3 ssh-agent [2021-01-14T03:38:37.751Z] SSH_AUTH_SOCK=/tmp/ssh-Fxo61JWgvwfS/agent.46 [2021-01-14T03:38:37.751Z] SSH_AGENT_PID=51 [2021-01-14T03:38:37.771Z] Running ssh-add (command line suppressed) [2021-01-14T03:38:38.043Z] Identity added: /w/workspace/dry_go-mod-core-contracts_PR-416@tmp/private_key_6913985086787550878.key (/w/workspace/dry_go-mod-core-contracts_PR-416@tmp/private_key_6913985086787550878.key) [2021-01-14T03:38:38.163Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-14T03:38:38.618Z] + git semver init [2021-01-14T03:38:38.618Z] # -> Open(): unable to determine branch for HEAD [2021-01-14T03:38:38.618Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_PR-416/.git [2021-01-14T03:38:38.618Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_PR-416 [2021-01-14T03:38:38.618Z] # $SEMVER_REMOTE_NAME = origin [2021-01-14T03:38:38.618Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-14T03:38:38.618Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-14T03:38:38.618Z] # $SEMVER_BRANCH = PR-416 [2021-01-14T03:38:38.618Z] # $SEMVER_TEMP = /tmp/semver-038523499 [2021-01-14T03:38:38.618Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP [2021-01-14T03:38:39.619Z] # '/tmp/semver-038523499' -> '/w/workspace/dry_go-mod-core-contracts_PR-416/.semver' [2021-01-14T03:38:39.619Z] # -> Force: false [2021-01-14T03:38:39.619Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_PR-416/.semver [Pipeline] } [2021-01-14T03:38:39.677Z] $ docker exec --env ******** --env ******** c17c860a3154bb857cdbfe72851a37ff293546a337daa407b47550e378ba96a3 ssh-agent -k [2021-01-14T03:38:40.037Z] unset SSH_AUTH_SOCK; [2021-01-14T03:38:40.038Z] unset SSH_AGENT_PID; [2021-01-14T03:38:40.038Z] echo Agent pid 51 killed; [2021-01-14T03:38:40.201Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-14T03:38:40.995Z] + git semver [Pipeline] } [2021-01-14T03:38:41.064Z] $ docker stop --time=1 c17c860a3154bb857cdbfe72851a37ff293546a337daa407b47550e378ba96a3 [2021-01-14T03:38:43.041Z] $ docker rm -f c17c860a3154bb857cdbfe72851a37ff293546a337daa407b47550e378ba96a3 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-14T03:38:43.703Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-14T03:38:45.230Z] Stashed 1 file(s) [Pipeline] echo [2021-01-14T03:38:45.234Z] [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-14T03:39:00.760Z] Still waiting to schedule task [2021-01-14T03:39:00.760Z] ‘prd-centos7-blackbox-4c-2g-19234’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-15505’ is offline; ‘prd-centos7-docker-4c-2g-20148’ is offline; ‘prd-centos7-docker-4c-2g-20150’ is offline; ‘prd-centos7-docker-4c-2g-20153’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-20149’ doesn’t have label ‘centos7-docker-4c-2g’ [2021-01-14T03:39:00.762Z] Still waiting to schedule task [2021-01-14T03:39:00.762Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-01-14T03:39:06.610Z] Running on prd-centos7-docker-4c-2g-20153 in /w/workspace/dry_go-mod-core-contracts_PR-416 [Pipeline] { [Pipeline] ws [2021-01-14T03:39:06.664Z] Running in /w/workspace/go-mod-core-contracts/12 [Pipeline] { [Pipeline] checkout [2021-01-14T03:39:12.347Z] using credential edgex-jenkins-ssh [2021-01-14T03:39:12.408Z] Cloning the remote Git repository [2021-01-14T03:39:12.494Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-01-14T03:39:12.570Z] > git init /w/workspace/go-mod-core-contracts/12 # timeout=10 [2021-01-14T03:39:12.670Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-01-14T03:39:12.671Z] > git --version # timeout=10 [2021-01-14T03:39:12.689Z] > git --version # 'git version 2.24.3' [2021-01-14T03:39:12.690Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-14T03:39:12.748Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-14T03:39:14.164Z] Merging remotes/origin/master commit 7c6cfcc552c7b9bf6bb57adcfe393d54d04dae42 into PR head commit 92e4a24392d6f931e0e96f83a9f61f63e195e615 [2021-01-14T03:39:13.483Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-01-14T03:39:13.493Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-14T03:39:13.522Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-01-14T03:39:13.545Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-01-14T03:39:13.545Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-14T03:39:13.553Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/416/head:refs/remotes/origin/PR-416 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-14T03:39:14.175Z] > git config core.sparsecheckout # timeout=10 [2021-01-14T03:39:14.270Z] > git checkout -f 92e4a24392d6f931e0e96f83a9f61f63e195e615 # timeout=10 [2021-01-14T03:39:14.396Z] > git remote # timeout=10 [2021-01-14T03:39:14.512Z] Merge succeeded, producing 08187f30a60048b51c9419558087174ca9d7139b [2021-01-14T03:39:14.513Z] Checking out Revision 08187f30a60048b51c9419558087174ca9d7139b (PR-416) [2021-01-14T03:39:14.427Z] > git config --get remote.origin.url # timeout=10 [2021-01-14T03:39:14.444Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-14T03:39:14.450Z] > git merge 7c6cfcc552c7b9bf6bb57adcfe393d54d04dae42 # timeout=10 [2021-01-14T03:39:14.500Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-14T03:39:14.520Z] > git config core.sparsecheckout # timeout=10 [2021-01-14T03:39:14.545Z] > git checkout -f 08187f30a60048b51c9419558087174ca9d7139b # timeout=10 [2021-01-14T03:39:18.681Z] Commit message: "Merge commit '7c6cfcc552c7b9bf6bb57adcfe393d54d04dae42' into HEAD" [2021-01-14T03:39:18.701Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-14T03:39:18.688Z] > git rev-list --no-walk 244989b68a961b1179f2b4733bab2cc9eb931deb # timeout=10 [2021-01-14T03:39:20.330Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-14T03:39:20.680Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-14T03:39:20.989Z] + sudo service docker restart [2021-01-14T03:39:20.989Z] + true [2021-01-14T03:39:20.989Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo [2021-01-14T03:39:22.609Z] ========================================================= [2021-01-14T03:39:22.609Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-14T03:39:22.609Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-14T03:39:23.001Z] + 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-14T03:39:23.608Z] Sending build context to Docker daemon 2.234MB [2021-01-14T03:39:23.888Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-01-14T03:39:23.888Z] Step 2/7 : FROM ${BASE} [2021-01-14T03:39:23.888Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-14T03:39:23.888Z] 188c0c94c7c5: Pulling fs layer [2021-01-14T03:39:23.888Z] 0ef7d3d256c8: Pulling fs layer [2021-01-14T03:39:23.888Z] de9db76c5a1d: Pulling fs layer [2021-01-14T03:39:23.888Z] bca2f99d35d6: Pulling fs layer [2021-01-14T03:39:23.888Z] 93359f2a8cfa: Pulling fs layer [2021-01-14T03:39:23.888Z] 7c6f9722023f: Pulling fs layer [2021-01-14T03:39:23.888Z] a35cf1a2eb13: Pulling fs layer [2021-01-14T03:39:23.888Z] bca2f99d35d6: Waiting [2021-01-14T03:39:23.888Z] 93359f2a8cfa: Waiting [2021-01-14T03:39:23.888Z] 7c6f9722023f: Waiting [2021-01-14T03:39:23.888Z] a35cf1a2eb13: Waiting [2021-01-14T03:39:23.888Z] de9db76c5a1d: Verifying Checksum [2021-01-14T03:39:23.888Z] de9db76c5a1d: Download complete [2021-01-14T03:39:23.888Z] 0ef7d3d256c8: Download complete [2021-01-14T03:39:23.888Z] 93359f2a8cfa: Verifying Checksum [2021-01-14T03:39:23.888Z] 93359f2a8cfa: Download complete [2021-01-14T03:39:24.154Z] 7c6f9722023f: Verifying Checksum [2021-01-14T03:39:24.154Z] 7c6f9722023f: Download complete [2021-01-14T03:39:24.425Z] 188c0c94c7c5: Verifying Checksum [2021-01-14T03:39:24.425Z] 188c0c94c7c5: Download complete [2021-01-14T03:39:25.031Z] 188c0c94c7c5: Pull complete [2021-01-14T03:39:25.308Z] 0ef7d3d256c8: Pull complete [2021-01-14T03:39:25.595Z] de9db76c5a1d: Pull complete [2021-01-14T03:39:27.053Z] a35cf1a2eb13: Verifying Checksum [2021-01-14T03:39:27.053Z] a35cf1a2eb13: Download complete [2021-01-14T03:39:29.797Z] bca2f99d35d6: Verifying Checksum [2021-01-14T03:39:29.797Z] bca2f99d35d6: Download complete [2021-01-14T03:39:40.128Z] bca2f99d35d6: Pull complete [2021-01-14T03:39:40.128Z] 93359f2a8cfa: Pull complete [2021-01-14T03:39:40.128Z] 7c6f9722023f: Pull complete [2021-01-14T03:39:45.655Z] a35cf1a2eb13: Pull complete [2021-01-14T03:39:45.655Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-14T03:39:45.655Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-14T03:39:45.655Z] ---> a62c8e92a672 [2021-01-14T03:39:45.655Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-01-14T03:39:45.655Z] ---> Running in e514dc6c230a [2021-01-14T03:39:45.655Z] Removing intermediate container e514dc6c230a [2021-01-14T03:39:45.655Z] ---> c7cc86888705 [2021-01-14T03:39:45.655Z] Step 4/7 : RUN apk add bash [2021-01-14T03:39:45.655Z] ---> Running in 583167301fd5 [2021-01-14T03:39:46.646Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-14T03:39:47.238Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-14T03:39:47.834Z] OK: 166 MiB in 39 packages [2021-01-14T03:39:48.426Z] Removing intermediate container 583167301fd5 [2021-01-14T03:39:48.426Z] ---> 1e16659893de [2021-01-14T03:39:48.426Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-01-14T03:39:48.693Z] ---> Running in b0d9ebee8b4c [2021-01-14T03:39:48.960Z] Removing intermediate container b0d9ebee8b4c [2021-01-14T03:39:48.960Z] ---> df3c8d9120e6 [2021-01-14T03:39:48.960Z] Step 6/7 : COPY go.mod . [2021-01-14T03:39:49.232Z] ---> e3d43edcb449 [2021-01-14T03:39:49.232Z] Step 7/7 : RUN go mod download [2021-01-14T03:39:49.232Z] ---> Running in 685b8add8a23 [2021-01-14T03:40:04.522Z] Removing intermediate container 685b8add8a23 [2021-01-14T03:40:04.522Z] ---> a11564458195 [2021-01-14T03:40:04.522Z] Successfully built a11564458195 [2021-01-14T03:40:04.522Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-14T03:40:04.871Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-14T03:40:04.872Z] . [Pipeline] withDockerContainer [2021-01-14T03:40:05.073Z] prd-centos7-docker-4c-2g-20153 does not seem to be running inside a container [2021-01-14T03:40:05.685Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/12 -v /w/workspace/go-mod-core-contracts/12:/w/workspace/go-mod-core-contracts/12:rw,z -v /w/workspace/go-mod-core-contracts/12@tmp:/w/workspace/go-mod-core-contracts/12@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-14T03:40:06.968Z] $ docker top a79d654d8fde0327959991b015cd9a1fcb0939764dfb5b0effd9b90a00198b31 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-14T03:40:07.683Z] + go version [2021-01-14T03:40:07.684Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-14T03:40:07.707Z] $ docker stop --time=1 a79d654d8fde0327959991b015cd9a1fcb0939764dfb5b0effd9b90a00198b31 [2021-01-14T03:40:09.232Z] $ docker rm -f a79d654d8fde0327959991b015cd9a1fcb0939764dfb5b0effd9b90a00198b31 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-14T03:40:10.189Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-14T03:40:10.189Z] . [Pipeline] withDockerContainer [2021-01-14T03:40:10.536Z] prd-centos7-docker-4c-2g-20153 does not seem to be running inside a container [2021-01-14T03:40:10.620Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/12 -v /w/workspace/go-mod-core-contracts/12:/w/workspace/go-mod-core-contracts/12:rw,z -v /w/workspace/go-mod-core-contracts/12@tmp:/w/workspace/go-mod-core-contracts/12@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-14T03:40:12.270Z] $ docker top ad7a951794f1f62aaa8b61f306d925ffa93dfc28cc7072715155b07e11521d10 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-14T03:40:13.405Z] + make test [2021-01-14T03:40:13.405Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-01-14T03:40:26.074Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] [2021-01-14T03:40:26.726Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.030s coverage: 85.7% of statements [2021-01-14T03:40:26.726Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.119s coverage: 100.0% of statements [2021-01-14T03:40:27.020Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.078s coverage: 45.4% of statements [2021-01-14T03:40:27.666Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.024s coverage: 77.8% of statements [2021-01-14T03:40:27.666Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] [2021-01-14T03:40:28.735Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.015s coverage: 26.3% of statements [2021-01-14T03:40:29.034Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.050s coverage: 14.7% of statements [2021-01-14T03:40:29.034Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.042s coverage: 100.0% of statements [2021-01-14T03:40:29.666Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.066s coverage: 91.8% of statements [2021-01-14T03:40:29.666Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] [2021-01-14T03:40:29.666Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] [2021-01-14T03:40:29.666Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.026s coverage: 100.0% of statements [2021-01-14T03:40:29.962Z] ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.019s coverage: 47.8% of statements [2021-01-14T03:40:33.624Z] ok github.com/edgexfoundry/go-mod-core-contracts/models 0.069s coverage: 63.0% of statements [2021-01-14T03:40:33.624Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.023s coverage: 26.3% of statements [2021-01-14T03:40:33.624Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.020s coverage: 15.4% of statements [2021-01-14T03:40:33.624Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.022s coverage: 15.4% of statements [2021-01-14T03:40:33.624Z] ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.086s coverage: 14.3% of statements [2021-01-14T03:40:33.624Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] [2021-01-14T03:40:35.745Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http 0.130s coverage: 85.2% of statements [2021-01-14T03:40:35.745Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http/utils [no test files] [2021-01-14T03:40:35.745Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] [2021-01-14T03:40:35.745Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.027s coverage: 44.1% of statements [2021-01-14T03:40:35.745Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.148s coverage: 94.4% of statements [2021-01-14T03:40:35.745Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.119s coverage: 92.9% of statements [2021-01-14T03:40:36.010Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.009s coverage: 100.0% of statements [2021-01-14T03:40:36.010Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] [2021-01-14T03:40:36.290Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-01-14T03:40:39.053Z] gofmt -l . [2021-01-14T03:40:39.347Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-01-14T03:40:39.635Z] $ docker stop --time=1 ad7a951794f1f62aaa8b61f306d925ffa93dfc28cc7072715155b07e11521d10 [2021-01-14T03:40:43.092Z] $ docker rm -f ad7a951794f1f62aaa8b61f306d925ffa93dfc28cc7072715155b07e11521d10 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-14T03:40:43.832Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-14T03:40:44.607Z] 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-14T03:41:41.484Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-20156 in /w/workspace/dry_go-mod-core-contracts_PR-416 [Pipeline] { [Pipeline] ws [2021-01-14T03:41:41.533Z] Running in /w/workspace/go-mod-core-contracts/12 [Pipeline] { [Pipeline] checkout [2021-01-14T03:41:46.562Z] using credential edgex-jenkins-ssh [2021-01-14T03:41:46.632Z] Cloning the remote Git repository [2021-01-14T03:41:46.699Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-01-14T03:41:46.815Z] > git init /w/workspace/go-mod-core-contracts/12 # timeout=10 [2021-01-14T03:41:46.876Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-01-14T03:41:46.876Z] > git --version # timeout=10 [2021-01-14T03:41:46.891Z] > git --version # 'git version 2.17.1' [2021-01-14T03:41:46.893Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-14T03:41:46.970Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-14T03:41:47.941Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-01-14T03:41:47.958Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-14T03:41:47.984Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-01-14T03:41:48.684Z] Merging remotes/origin/master commit 7c6cfcc552c7b9bf6bb57adcfe393d54d04dae42 into PR head commit 92e4a24392d6f931e0e96f83a9f61f63e195e615 [2021-01-14T03:41:49.013Z] Merge succeeded, producing bd82a43fb49e73576a34840292296e9b4addf208 [2021-01-14T03:41:49.014Z] Checking out Revision bd82a43fb49e73576a34840292296e9b4addf208 (PR-416) [2021-01-14T03:41:48.017Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-01-14T03:41:48.018Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-14T03:41:48.030Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/416/head:refs/remotes/origin/PR-416 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-14T03:41:48.705Z] > git config core.sparsecheckout # timeout=10 [2021-01-14T03:41:48.724Z] > git checkout -f 92e4a24392d6f931e0e96f83a9f61f63e195e615 # timeout=10 [2021-01-14T03:41:48.853Z] > git remote # timeout=10 [2021-01-14T03:41:48.869Z] > git config --get remote.origin.url # timeout=10 [2021-01-14T03:41:48.881Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-14T03:41:48.892Z] > git merge 7c6cfcc552c7b9bf6bb57adcfe393d54d04dae42 # timeout=10 [2021-01-14T03:41:49.003Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-14T03:41:49.026Z] > git config core.sparsecheckout # timeout=10 [2021-01-14T03:41:49.035Z] > git checkout -f bd82a43fb49e73576a34840292296e9b4addf208 # timeout=10 [2021-01-14T03:41:53.245Z] Commit message: "Merge commit '7c6cfcc552c7b9bf6bb57adcfe393d54d04dae42' into HEAD" [2021-01-14T03:41:53.267Z] First time build. Skipping changelog. [2021-01-14T03:41:53.256Z] > git rev-list --no-walk 244989b68a961b1179f2b4733bab2cc9eb931deb # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-14T03:41:54.824Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-14T03:41:55.226Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-14T03:41:55.564Z] + true [2021-01-14T03:41:55.564Z] + sudo service docker restart [Pipeline] unstash [Pipeline] echo [2021-01-14T03:41:58.448Z] ========================================================= [2021-01-14T03:41:58.448Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-14T03:41:58.448Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-14T03:41:58.826Z] + 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-14T03:41:59.808Z] Sending build context to Docker daemon 2.232MB [2021-01-14T03:41:59.808Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-01-14T03:41:59.808Z] Step 2/7 : FROM ${BASE} [2021-01-14T03:42:00.082Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-14T03:42:00.082Z] 5f621e34cdf4: Pulling fs layer [2021-01-14T03:42:00.082Z] a4357932f1b6: Pulling fs layer [2021-01-14T03:42:00.082Z] 18c013af1878: Pulling fs layer [2021-01-14T03:42:00.082Z] 00ac8860ef70: Pulling fs layer [2021-01-14T03:42:00.082Z] 63d7cb157983: Pulling fs layer [2021-01-14T03:42:00.082Z] b116817d02f9: Pulling fs layer [2021-01-14T03:42:00.082Z] 745a02a5169b: Pulling fs layer [2021-01-14T03:42:00.082Z] 00ac8860ef70: Waiting [2021-01-14T03:42:00.082Z] 63d7cb157983: Waiting [2021-01-14T03:42:00.082Z] b116817d02f9: Waiting [2021-01-14T03:42:00.082Z] 745a02a5169b: Waiting [2021-01-14T03:42:00.082Z] 18c013af1878: Download complete [2021-01-14T03:42:00.082Z] a4357932f1b6: Verifying Checksum [2021-01-14T03:42:00.082Z] a4357932f1b6: Download complete [2021-01-14T03:42:00.082Z] 63d7cb157983: Verifying Checksum [2021-01-14T03:42:00.082Z] 63d7cb157983: Download complete [2021-01-14T03:42:00.082Z] b116817d02f9: Verifying Checksum [2021-01-14T03:42:00.082Z] b116817d02f9: Download complete [2021-01-14T03:42:00.680Z] 5f621e34cdf4: Verifying Checksum [2021-01-14T03:42:00.680Z] 5f621e34cdf4: Download complete [2021-01-14T03:42:01.286Z] 5f621e34cdf4: Pull complete [2021-01-14T03:42:01.897Z] a4357932f1b6: Pull complete [2021-01-14T03:42:02.498Z] 18c013af1878: Pull complete [2021-01-14T03:42:03.097Z] 745a02a5169b: Verifying Checksum [2021-01-14T03:42:03.097Z] 745a02a5169b: Download complete [2021-01-14T03:42:04.081Z] 00ac8860ef70: Verifying Checksum [2021-01-14T03:42:04.081Z] 00ac8860ef70: Download complete [2021-01-14T03:42:16.511Z] 00ac8860ef70: Pull complete [2021-01-14T03:42:16.511Z] 63d7cb157983: Pull complete [2021-01-14T03:42:16.511Z] b116817d02f9: Pull complete [2021-01-14T03:42:19.147Z] 745a02a5169b: Pull complete [2021-01-14T03:42:19.147Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-14T03:42:19.147Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-14T03:42:19.147Z] ---> b7e6874047d6 [2021-01-14T03:42:19.147Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-01-14T03:42:21.805Z] ---> Running in 85205925f434 [2021-01-14T03:42:22.402Z] Removing intermediate container 85205925f434 [2021-01-14T03:42:22.402Z] ---> 90abf1cdd612 [2021-01-14T03:42:22.402Z] Step 4/7 : RUN apk add bash [2021-01-14T03:42:22.402Z] ---> Running in 2a1e75f7fbc4 [2021-01-14T03:42:23.843Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-14T03:42:24.436Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-14T03:42:25.025Z] OK: 142 MiB in 39 packages [2021-01-14T03:42:26.466Z] Removing intermediate container 2a1e75f7fbc4 [2021-01-14T03:42:26.466Z] ---> 17993b186d1a [2021-01-14T03:42:26.466Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-01-14T03:42:26.466Z] ---> Running in 396bfb2d6396 [2021-01-14T03:42:27.064Z] Removing intermediate container 396bfb2d6396 [2021-01-14T03:42:27.064Z] ---> 70184a34d820 [2021-01-14T03:42:27.064Z] Step 6/7 : COPY go.mod . [2021-01-14T03:42:27.658Z] ---> 157c74209f09 [2021-01-14T03:42:27.658Z] Step 7/7 : RUN go mod download [2021-01-14T03:42:27.940Z] ---> Running in 1c648fe06480 [2021-01-14T03:42:43.039Z] Removing intermediate container 1c648fe06480 [2021-01-14T03:42:43.039Z] ---> 38f54bfd6a24 [2021-01-14T03:42:43.039Z] Successfully built 38f54bfd6a24 [2021-01-14T03:42:43.039Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-14T03:42:43.379Z] + docker inspect -f . ci-base-image-arm64 [2021-01-14T03:42:43.379Z] . [Pipeline] withDockerContainer [2021-01-14T03:42:43.657Z] prd-ubuntu18.04-docker-arm64-4c-16g-20156 does not seem to be running inside a container [2021-01-14T03:42:43.752Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/12 -v /w/workspace/go-mod-core-contracts/12:/w/workspace/go-mod-core-contracts/12:rw,z -v /w/workspace/go-mod-core-contracts/12@tmp:/w/workspace/go-mod-core-contracts/12@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 [2021-01-14T03:42:45.366Z] $ docker top 1df494e250ad60311ef1d356cff6aa532172c7e2f1cb543acf68fe8d486294eb -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-14T03:42:46.452Z] + go version [2021-01-14T03:42:46.452Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-14T03:42:46.480Z] $ docker stop --time=1 1df494e250ad60311ef1d356cff6aa532172c7e2f1cb543acf68fe8d486294eb [2021-01-14T03:42:48.433Z] $ docker rm -f 1df494e250ad60311ef1d356cff6aa532172c7e2f1cb543acf68fe8d486294eb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-14T03:42:49.419Z] + docker inspect -f . ci-base-image-arm64 [2021-01-14T03:42:49.419Z] . [Pipeline] withDockerContainer [2021-01-14T03:42:49.678Z] prd-ubuntu18.04-docker-arm64-4c-16g-20156 does not seem to be running inside a container [2021-01-14T03:42:49.765Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/12 -v /w/workspace/go-mod-core-contracts/12:/w/workspace/go-mod-core-contracts/12:rw,z -v /w/workspace/go-mod-core-contracts/12@tmp:/w/workspace/go-mod-core-contracts/12@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 [2021-01-14T03:42:51.308Z] $ docker top 43b0ea99846c2a16fd9eb2d89ea8cbcb7ae216db5521e4627bf6b2ebd1f9f4a2 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-14T03:42:52.320Z] + make test [2021-01-14T03:42:52.320Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-01-14T03:43:14.532Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] [2021-01-14T03:43:15.982Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.044s coverage: 85.7% of statements [2021-01-14T03:43:15.982Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.028s coverage: 100.0% of statements [2021-01-14T03:43:17.432Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.042s coverage: 45.4% of statements [2021-01-14T03:43:17.432Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.021s coverage: 77.8% of statements [2021-01-14T03:43:17.432Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] [2021-01-14T03:43:17.713Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.015s coverage: 26.3% of statements [2021-01-14T03:43:19.707Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.041s coverage: 14.7% of statements [2021-01-14T03:43:19.707Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.019s coverage: 100.0% of statements [2021-01-14T03:43:20.701Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.066s coverage: 91.8% of statements [2021-01-14T03:43:20.701Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] [2021-01-14T03:43:20.701Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] [2021-01-14T03:43:20.701Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.039s coverage: 100.0% of statements [2021-01-14T03:43:20.701Z] ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.029s coverage: 47.8% of statements [2021-01-14T03:43:27.445Z] ok github.com/edgexfoundry/go-mod-core-contracts/models 0.088s coverage: 63.0% of statements [2021-01-14T03:43:27.445Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.013s coverage: 26.3% of statements [2021-01-14T03:43:27.445Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.033s coverage: 15.4% of statements [2021-01-14T03:43:27.445Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.020s coverage: 15.4% of statements [2021-01-14T03:43:27.445Z] ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.038s coverage: 14.3% of statements [2021-01-14T03:43:27.445Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] [2021-01-14T03:43:27.725Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http 0.229s coverage: 85.2% of statements [2021-01-14T03:43:27.725Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http/utils [no test files] [2021-01-14T03:43:27.725Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] [2021-01-14T03:43:27.725Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.049s coverage: 44.1% of statements [2021-01-14T03:43:28.002Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.065s coverage: 94.4% of statements [2021-01-14T03:43:29.987Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.123s coverage: 92.9% of statements [2021-01-14T03:43:29.987Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.024s coverage: 100.0% of statements [2021-01-14T03:43:29.987Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] [2021-01-14T03:43:29.987Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-01-14T03:43:35.416Z] gofmt -l . [2021-01-14T03:43:35.416Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-01-14T03:43:36.039Z] $ docker stop --time=1 43b0ea99846c2a16fd9eb2d89ea8cbcb7ae216db5521e4627bf6b2ebd1f9f4a2 [2021-01-14T03:43:38.416Z] $ docker rm -f 43b0ea99846c2a16fd9eb2d89ea8cbcb7ae216db5521e4627bf6b2ebd1f9f4a2 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-14T03:43:39.384Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-14T03:43:39.405Z] Warning: overwriting stash ‘coverage-report’ [2021-01-14T03:43:40.298Z] 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-14T03:43:42.184Z] provisioning config files... [2021-01-14T03:43:42.215Z] copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_PR-416@tmp/config7360111305152123881tmp [Pipeline] { [Pipeline] sh [2021-01-14T03:43:42.616Z] + set +x [2021-01-14T03:43:42.616Z] + curl -s https://codecov.io/bash [2021-01-14T03:43:42.616Z] + bash -s -- [2021-01-14T03:43:42.887Z] [2021-01-14T03:43:42.887Z] _____ _ [2021-01-14T03:43:42.887Z] / ____| | | [2021-01-14T03:43:42.887Z] | | ___ __| | ___ ___ _____ __ [2021-01-14T03:43:42.887Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-14T03:43:42.887Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-14T03:43:42.887Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-14T03:43:42.887Z] Bash-20201231-23d4836 [2021-01-14T03:43:42.887Z] [2021-01-14T03:43:42.887Z] [2021-01-14T03:43:42.887Z] ==> git version 2.24.3 found [2021-01-14T03:43:42.887Z] ==> 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-14T03:43:42.887Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-14T03:43:42.887Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-14T03:43:42.887Z] ==> Jenkins CI detected. [2021-01-14T03:43:42.887Z] project root: . [2021-01-14T03:43:42.887Z] --> token set from env [2021-01-14T03:43:42.887Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-14T03:43:42.887Z] ==> Running gcov in . (disable via -X gcov) [2021-01-14T03:43:42.887Z] ==> Python coveragepy not found [2021-01-14T03:43:42.887Z] ==> Searching for coverage reports in: [2021-01-14T03:43:42.887Z] + . [2021-01-14T03:43:43.152Z] -> Found 1 reports [2021-01-14T03:43:43.152Z] ==> Detecting git/mercurial file structure [2021-01-14T03:43:43.152Z] ==> Reading reports [2021-01-14T03:43:43.152Z] + ./coverage.out bytes=123199 [2021-01-14T03:43:43.152Z] ==> Appending adjustments [2021-01-14T03:43:43.152Z] https://docs.codecov.io/docs/fixing-reports [2021-01-14T03:43:44.578Z] + Found adjustments [2021-01-14T03:43:44.579Z] ==> Gzipping contents [2021-01-14T03:43:44.579Z] 20K /tmp/codecov.tpNjVI.gz [2021-01-14T03:43:44.579Z] ==> Uploading reports [2021-01-14T03:43:44.579Z] url: https://codecov.io [2021-01-14T03:43:44.579Z] query: branch=PR-416&commit=6dc371c1792ad9ace4736b2e36098965040bbeb3&build=12&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-416%2F12%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=416&job=&cmd_args= [2021-01-14T03:43:44.579Z] -> Pinging Codecov [2021-01-14T03:43:44.579Z] https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=PR-416&commit=6dc371c1792ad9ace4736b2e36098965040bbeb3&build=12&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-416%2F12%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=416&job=&cmd_args= [2021-01-14T03:43:44.872Z] -> Uploading to [2021-01-14T03:43:44.872Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-14/71470A77251A30514AAF9C0BB2E5B6CE/6dc371c1792ad9ace4736b2e36098965040bbeb3/f9fde4d2-3a2d-4a58-9654-680e0053295b.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210114%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210114T034344Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=27a894e01e35d1098fd6f4f52b2860ce0785e68a503d1a117bfb9d3bf616a3a3 [2021-01-14T03:43:44.872Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-14T03:43:44.872Z] Dload Upload Total Spent Left Speed [2021-01-14T03:43:45.408Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 19462 0 0 100 19462 0 30237 --:--:-- --:--:-- --:--:-- 30220 [2021-01-14T03:43:45.408Z] -> View reports at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/6dc371c1792ad9ace4736b2e36098965040bbeb3 [Pipeline] } [2021-01-14T03:43:45.421Z] 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-14T03:43:47.795Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-14T03:43:48.454Z] ---> package-listing.sh [2021-01-14T03:43:48.454Z] ++ facter osfamily [2021-01-14T03:43:48.454Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-14T03:43:48.730Z] + OS_FAMILY=redhat [2021-01-14T03:43:48.730Z] + workspace=/w/workspace/dry_go-mod-core-contracts_PR-416 [2021-01-14T03:43:48.730Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-14T03:43:48.730Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-14T03:43:48.730Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-14T03:43:48.730Z] + PACKAGES=/tmp/packages_start.txt [2021-01-14T03:43:48.730Z] + '[' /w/workspace/dry_go-mod-core-contracts_PR-416 ']' [2021-01-14T03:43:48.730Z] + PACKAGES=/tmp/packages_end.txt [2021-01-14T03:43:48.730Z] + case "${OS_FAMILY}" in [2021-01-14T03:43:48.730Z] + rpm -qa [2021-01-14T03:43:48.730Z] + sort [2021-01-14T03:43:54.082Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-14T03:43:54.082Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-14T03:43:54.082Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-14T03:43:54.082Z] + '[' /w/workspace/dry_go-mod-core-contracts_PR-416 ']' [2021-01-14T03:43:54.082Z] + mkdir -p /w/workspace/dry_go-mod-core-contracts_PR-416/archives/ [2021-01-14T03:43:54.082Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_PR-416/archives/ [Pipeline] echo [2021-01-14T03:43:54.104Z] 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-416/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-14T03:43:54.535Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-14T03:43:54.886Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-14T03:43:55.159Z] [2021-01-14T03:43:55.159Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-14T03:43:55.522Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-14T03:43:55.522Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-14T03:43:55.522Z] df20fa9351a1: Pulling fs layer [2021-01-14T03:43:55.522Z] 36b3adc4ff6f: Pulling fs layer [2021-01-14T03:43:55.522Z] 8ad3a11d3b57: Pulling fs layer [2021-01-14T03:43:55.522Z] 46f8f816bc3b: Pulling fs layer [2021-01-14T03:43:55.522Z] 93b61091891f: Pulling fs layer [2021-01-14T03:43:55.522Z] 93b9cdb0e59b: Pulling fs layer [2021-01-14T03:43:55.522Z] 5e14af77c1be: Pulling fs layer [2021-01-14T03:43:55.522Z] 01666e4c0597: Pulling fs layer [2021-01-14T03:43:55.522Z] aa168da1d23b: Pulling fs layer [2021-01-14T03:43:55.522Z] 93b9cdb0e59b: Waiting [2021-01-14T03:43:55.522Z] 5e14af77c1be: Waiting [2021-01-14T03:43:55.522Z] 01666e4c0597: Waiting [2021-01-14T03:43:55.522Z] aa168da1d23b: Waiting [2021-01-14T03:43:55.522Z] 46f8f816bc3b: Waiting [2021-01-14T03:43:55.522Z] 93b61091891f: Waiting [2021-01-14T03:43:55.795Z] 36b3adc4ff6f: Verifying Checksum [2021-01-14T03:43:55.795Z] 36b3adc4ff6f: Download complete [2021-01-14T03:43:55.795Z] 46f8f816bc3b: Download complete [2021-01-14T03:43:55.795Z] df20fa9351a1: Verifying Checksum [2021-01-14T03:43:55.795Z] df20fa9351a1: Download complete [2021-01-14T03:43:55.795Z] 93b9cdb0e59b: Verifying Checksum [2021-01-14T03:43:55.795Z] 93b9cdb0e59b: Download complete [2021-01-14T03:43:55.795Z] 5e14af77c1be: Verifying Checksum [2021-01-14T03:43:55.795Z] 5e14af77c1be: Download complete [2021-01-14T03:43:56.067Z] 01666e4c0597: Verifying Checksum [2021-01-14T03:43:56.067Z] 01666e4c0597: Download complete [2021-01-14T03:43:56.067Z] 93b61091891f: Verifying Checksum [2021-01-14T03:43:56.067Z] 93b61091891f: Download complete [2021-01-14T03:43:56.673Z] df20fa9351a1: Pull complete [2021-01-14T03:43:57.290Z] 36b3adc4ff6f: Pull complete [2021-01-14T03:43:57.290Z] 8ad3a11d3b57: Verifying Checksum [2021-01-14T03:43:57.290Z] 8ad3a11d3b57: Download complete [2021-01-14T03:43:59.320Z] 8ad3a11d3b57: Pull complete [2021-01-14T03:43:59.320Z] 46f8f816bc3b: Pull complete [2021-01-14T03:44:00.323Z] 93b61091891f: Pull complete [2021-01-14T03:44:00.615Z] 93b9cdb0e59b: Pull complete [2021-01-14T03:44:00.898Z] 5e14af77c1be: Pull complete [2021-01-14T03:44:01.180Z] 01666e4c0597: Pull complete [2021-01-14T03:44:01.470Z] aa168da1d23b: Verifying Checksum [2021-01-14T03:44:01.470Z] aa168da1d23b: Download complete [2021-01-14T03:44:14.059Z] aa168da1d23b: Pull complete [2021-01-14T03:44:14.059Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-14T03:44:14.060Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-14T03:44:14.060Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-14T03:44:14.371Z] prd-centos7-docker-4c-2g-20151 does not seem to be running inside a container [2021-01-14T03:44:14.449Z] $ 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-416/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-416 -v /w/workspace/dry_go-mod-core-contracts_PR-416:/w/workspace/dry_go-mod-core-contracts_PR-416:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-416@tmp:/w/workspace/dry_go-mod-core-contracts_PR-416@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 [2021-01-14T03:44:17.818Z] $ docker top 8eae8b42e676771602316ff6a893f532f3e9e34554840aa5e23e7dac313009fb -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-14T03:44:18.494Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-14T03:44:18.843Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-14T03:44:19.206Z] + ls /var/log/sa-host [2021-01-14T03:44:19.206Z] + sadf -c /var/log/sa-host/sa14 [2021-01-14T03:44:19.206Z] file_magic: OK [2021-01-14T03:44:19.206Z] HZ: Using current value: 100 [2021-01-14T03:44:19.206Z] file_header: OK [2021-01-14T03:44:19.206Z] 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-14T03:44:19.206Z] Statistics: [2021-01-14T03:44:19.206Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-14T03:44:19.206Z] File successfully converted to sysstat format version 12.2.1 [2021-01-14T03:44:19.206Z] + sadf -c /var/log/sa-host/sa23 [2021-01-14T03:44:19.206Z] file_magic: OK [2021-01-14T03:44:19.206Z] HZ: Using current value: 100 [2021-01-14T03:44:19.206Z] file_header: OK [2021-01-14T03:44:19.206Z] 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-14T03:44:19.206Z] Statistics: [2021-01-14T03:44:19.206Z] Hnuu...uuuununununu... [2021-01-14T03:44:19.206Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-14T03:44:19.421Z] provisioning config files... [2021-01-14T03:44:19.440Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-416@tmp/config3478933763854080512tmp [Pipeline] { [Pipeline] echo [2021-01-14T03:44:19.521Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-14T03:44:19.847Z] ---> create-netrc.sh [Pipeline] } [2021-01-14T03:44:19.861Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-14T03:44:19.959Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-14T03:44:20.304Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-14T03:44:20.318Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-14T03:44:20.664Z] ---> sudo-logs.sh [2021-01-14T03:44:20.664Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-14T03:44:20.959Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-14T03:44:21.341Z] ---> job-cost.sh [2021-01-14T03:44:21.341Z] lf-activate-venv: SKIPPING [2021-01-14T03:44:21.341Z] INFO: No Stack... [2021-01-14T03:44:22.312Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-14T03:44:22.922Z] INFO: Archiving Costs [Pipeline] echo [2021-01-14T03:44:22.939Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-14T03:44:23.297Z] ---> logs-deploy.sh [2021-01-14T03:44:23.297Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-416/12 [2021-01-14T03:44:23.297Z] INFO: archiving workspace using pattern(s): [2021-01-14T03:44:25.911Z] Archives upload complete. [2021-01-14T03:44:25.911Z] INFO: archiving logs to Nexus [2021-01-14T03:44:27.323Z] ---> uname -a: [2021-01-14T03:44:27.323Z] Linux prd-centos7-docker-4c-2g-20151.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-14T03:44:27.323Z] [2021-01-14T03:44:27.323Z] [2021-01-14T03:44:27.323Z] ---> lscpu: [2021-01-14T03:44:27.323Z] Architecture: x86_64 [2021-01-14T03:44:27.323Z] CPU op-mode(s): 32-bit, 64-bit [2021-01-14T03:44:27.323Z] Byte Order: Little Endian [2021-01-14T03:44:27.323Z] Address sizes: 40 bits physical, 48 bits virtual [2021-01-14T03:44:27.323Z] CPU(s): 4 [2021-01-14T03:44:27.323Z] On-line CPU(s) list: 0-3 [2021-01-14T03:44:27.323Z] Thread(s) per core: 1 [2021-01-14T03:44:27.323Z] Core(s) per socket: 1 [2021-01-14T03:44:27.323Z] Socket(s): 4 [2021-01-14T03:44:27.323Z] NUMA node(s): 1 [2021-01-14T03:44:27.323Z] Vendor ID: GenuineIntel [2021-01-14T03:44:27.323Z] CPU family: 6 [2021-01-14T03:44:27.323Z] Model: 44 [2021-01-14T03:44:27.323Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-01-14T03:44:27.323Z] Stepping: 1 [2021-01-14T03:44:27.323Z] CPU MHz: 2933.438 [2021-01-14T03:44:27.323Z] BogoMIPS: 5866.87 [2021-01-14T03:44:27.323Z] Virtualization: VT-x [2021-01-14T03:44:27.323Z] Hypervisor vendor: KVM [2021-01-14T03:44:27.323Z] Virtualization type: full [2021-01-14T03:44:27.323Z] L1d cache: 128 KiB [2021-01-14T03:44:27.323Z] L1i cache: 128 KiB [2021-01-14T03:44:27.323Z] L2 cache: 16 MiB [2021-01-14T03:44:27.323Z] L3 cache: 64 MiB [2021-01-14T03:44:27.323Z] NUMA node0 CPU(s): 0-3 [2021-01-14T03:44:27.323Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-01-14T03:44:27.323Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-01-14T03:44:27.323Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-01-14T03:44:27.323Z] Vulnerability Meltdown: Mitigation; PTI [2021-01-14T03:44:27.323Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-01-14T03:44:27.323Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-01-14T03:44:27.323Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-01-14T03:44:27.323Z] Vulnerability Srbds: Not affected [2021-01-14T03:44:27.323Z] Vulnerability Tsx async abort: Not affected [2021-01-14T03:44:27.323Z] 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-14T03:44:27.323Z] [2021-01-14T03:44:27.323Z] [2021-01-14T03:44:27.323Z] ---> nproc: [2021-01-14T03:44:27.323Z] 4 [2021-01-14T03:44:27.323Z] [2021-01-14T03:44:27.323Z] [2021-01-14T03:44:27.323Z] ---> df -h: [2021-01-14T03:44:27.323Z] Filesystem Size Used Available Use% Mounted on [2021-01-14T03:44:27.323Z] overlay 50.0G 7.3G 42.7G 15% / [2021-01-14T03:44:27.323Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-01-14T03:44:27.323Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-01-14T03:44:27.323Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-01-14T03:44:27.323Z] /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os [2021-01-14T03:44:27.323Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf [2021-01-14T03:44:27.323Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname [2021-01-14T03:44:27.323Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts [2021-01-14T03:44:27.323Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure [2021-01-14T03:44:27.323Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log [2021-01-14T03:44:27.323Z] /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json [2021-01-14T03:44:27.323Z] /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dry_go-mod-core-contracts_PR-416 [2021-01-14T03:44:27.323Z] /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dry_go-mod-core-contracts_PR-416@tmp [2021-01-14T03:44:27.323Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host [2021-01-14T03:44:27.323Z] [2021-01-14T03:44:27.323Z] [2021-01-14T03:44:27.323Z] ---> free -m: [2021-01-14T03:44:27.323Z] total used free shared buff/cache available [2021-01-14T03:44:27.323Z] Mem: 1837 732 95 0 1009 999 [2021-01-14T03:44:27.323Z] Swap: 1023 1 1022 [2021-01-14T03:44:27.323Z] [2021-01-14T03:44:27.323Z] [2021-01-14T03:44:27.323Z] ---> ip addr: [2021-01-14T03:44:27.323Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-01-14T03:44:27.323Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-01-14T03:44:27.323Z] inet 127.0.0.1/8 scope host lo [2021-01-14T03:44:27.323Z] valid_lft forever preferred_lft forever [2021-01-14T03:44:27.323Z] inet6 ::1/128 scope host [2021-01-14T03:44:27.323Z] valid_lft forever preferred_lft forever [2021-01-14T03:44:27.323Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-01-14T03:44:27.323Z] link/ether fa:16:3e:94:66:97 brd ff:ff:ff:ff:ff:ff [2021-01-14T03:44:27.323Z] inet 10.30.122.65/23 brd 10.30.123.255 scope global dynamic eth0 [2021-01-14T03:44:27.323Z] valid_lft 85968sec preferred_lft 85968sec [2021-01-14T03:44:27.323Z] inet6 fe80::f816:3eff:fe94:6697/64 scope link [2021-01-14T03:44:27.323Z] valid_lft forever preferred_lft forever [2021-01-14T03:44:27.323Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-01-14T03:44:27.323Z] link/ether 02:42:af:74:94:23 brd ff:ff:ff:ff:ff:ff [2021-01-14T03:44:27.323Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-01-14T03:44:27.323Z] valid_lft forever preferred_lft forever [2021-01-14T03:44:27.323Z] inet6 fe80::42:afff:fe74:9423/64 scope link [2021-01-14T03:44:27.323Z] valid_lft forever preferred_lft forever [2021-01-14T03:44:27.323Z] [2021-01-14T03:44:27.323Z] [2021-01-14T03:44:27.323Z] ---> sar -b -r -n DEV: [2021-01-14T03:44:27.323Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/14/21 _x86_64_ (4 CPU) [2021-01-14T03:44:27.323Z] [2021-01-14T03:44:27.323Z] 03:37:01 LINUX RESTART (4 CPU) [2021-01-14T03:44:27.323Z] [2021-01-14T03:44:27.323Z] 03:38:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-01-14T03:44:27.323Z] 03:39:02 57.94 15.81 42.13 0.00 4864.36 3776.90 0.00 [2021-01-14T03:44:27.323Z] 03:40:01 1.83 0.00 1.83 0.00 0.00 36.80 0.00 [2021-01-14T03:44:27.323Z] 03:41:01 0.33 0.00 0.33 0.00 0.00 5.96 0.00 [2021-01-14T03:44:27.323Z] 03:42:01 0.17 0.00 0.17 0.00 0.00 1.86 0.00 [2021-01-14T03:44:27.323Z] 03:43:01 0.32 0.00 0.32 0.00 0.00 4.31 0.00 [2021-01-14T03:44:27.323Z] 03:44:01 63.57 50.87 12.70 0.00 4250.84 3476.89 0.00 [2021-01-14T03:44:27.323Z] Average: 20.77 11.15 9.62 0.00 1525.74 1222.20 0.00 [2021-01-14T03:44:27.323Z] [2021-01-14T03:44:27.323Z] 03:38:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-01-14T03:44:27.323Z] 03:39:02 146224 0 640176 34.02 2620 1092524 1153524 39.37 424012 1109960 128 [2021-01-14T03:44:27.323Z] 03:40:01 153304 0 633088 33.65 2620 1092532 1102252 37.62 430904 1097476 20 [2021-01-14T03:44:27.323Z] 03:41:01 155848 0 630540 33.51 2620 1092536 1073600 36.64 429228 1097168 8 [2021-01-14T03:44:27.323Z] 03:42:01 154480 0 631904 33.58 2620 1092540 1073612 36.64 434188 1093668 8 [2021-01-14T03:44:27.323Z] 03:43:01 154756 0 631624 33.57 2620 1092544 1073576 36.64 435800 1091956 16 [2021-01-14T03:44:27.323Z] 03:44:01 86624 0 714928 38.00 2620 1077372 1509960 51.53 502492 1084156 64904 [2021-01-14T03:44:27.323Z] Average: 141873 0 647043 34.39 2620 1090008 1164421 39.74 442771 1095731 10847 [2021-01-14T03:44:27.323Z] [2021-01-14T03:44:27.323Z] 03:38:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-01-14T03:44:27.323Z] 03:39:02 eth0 169.05 130.12 694.74 72.20 0.00 0.00 0.00 0.00 [2021-01-14T03:44:27.323Z] 03:39:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-14T03:44:27.323Z] 03:39:02 docker0 5.90 4.33 1.39 15.55 0.00 0.00 0.00 0.00 [2021-01-14T03:44:27.323Z] 03:40:01 eth0 0.96 0.29 0.32 0.20 0.00 0.00 0.00 0.00 [2021-01-14T03:44:27.323Z] 03:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-14T03:44:27.323Z] 03:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-14T03:44:27.323Z] 03:41:01 eth0 1.20 0.42 0.33 0.21 0.00 0.00 0.00 0.00 [2021-01-14T03:44:27.323Z] 03:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-14T03:44:27.323Z] 03:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-14T03:44:27.323Z] 03:42:01 eth0 0.58 0.33 0.28 0.21 0.00 0.00 0.00 0.00 [2021-01-14T03:44:27.323Z] 03:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-14T03:44:27.323Z] 03:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-14T03:44:27.323Z] 03:43:01 eth0 0.60 0.33 0.34 0.23 0.00 0.00 0.00 0.00 [2021-01-14T03:44:27.323Z] 03:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-14T03:44:27.323Z] 03:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-14T03:44:27.323Z] 03:44:01 eth0 195.79 154.01 2168.63 17.69 0.00 0.00 0.00 0.00 [2021-01-14T03:44:27.323Z] 03:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-14T03:44:27.323Z] 03:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-14T03:44:27.323Z] Average: eth0 61.61 47.78 479.17 15.20 0.00 0.00 0.00 0.00 [2021-01-14T03:44:27.323Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-14T03:44:27.323Z] Average: docker0 0.99 0.73 0.23 2.61 0.00 0.00 0.00 0.00 [2021-01-14T03:44:27.323Z] [2021-01-14T03:44:27.323Z] [2021-01-14T03:44:27.323Z] ---> sar -P ALL: [2021-01-14T03:44:27.323Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/14/21 _x86_64_ (4 CPU) [2021-01-14T03:44:27.323Z] [2021-01-14T03:44:27.323Z] 03:37:01 LINUX RESTART (4 CPU) [2021-01-14T03:44:27.323Z] [2021-01-14T03:44:27.323Z] 03:38:01 CPU %user %nice %system %iowait %steal %idle [2021-01-14T03:44:27.323Z] 03:39:02 all 8.97 0.00 3.35 1.26 13.56 72.86 [2021-01-14T03:44:27.323Z] 03:39:02 0 7.80 0.00 3.82 0.63 13.85 73.90 [2021-01-14T03:44:27.323Z] 03:39:02 1 5.96 0.00 3.36 1.32 14.75 74.61 [2021-01-14T03:44:27.323Z] 03:39:02 2 11.75 0.00 2.98 0.68 12.09 72.51 [2021-01-14T03:44:27.323Z] 03:39:02 3 10.56 0.00 3.25 2.40 13.46 70.33 [2021-01-14T03:44:27.323Z] 03:40:01 all 0.11 0.00 0.07 0.00 0.50 99.32 [2021-01-14T03:44:27.323Z] 03:40:01 0 0.07 0.00 0.08 0.00 0.51 99.34 [2021-01-14T03:44:27.323Z] 03:40:01 1 0.32 0.00 0.05 0.00 0.51 99.12 [2021-01-14T03:44:27.323Z] 03:40:01 2 0.05 0.00 0.07 0.00 0.66 99.22 [2021-01-14T03:44:27.323Z] 03:40:01 3 0.02 0.00 0.08 0.00 0.32 99.58 [2021-01-14T03:44:27.323Z] 03:41:01 all 0.11 0.00 0.14 0.00 1.02 98.74 [2021-01-14T03:44:27.323Z] 03:41:01 0 0.02 0.00 0.27 0.00 0.58 99.14 [2021-01-14T03:44:27.323Z] 03:41:01 1 0.33 0.00 0.07 0.00 1.58 98.02 [2021-01-14T03:44:27.323Z] 03:41:01 2 0.05 0.00 0.05 0.00 0.88 99.02 [2021-01-14T03:44:27.323Z] 03:41:01 3 0.03 0.00 0.17 0.00 1.03 98.78 [2021-01-14T03:44:27.323Z] 03:42:01 all 0.10 0.00 0.05 0.00 0.52 99.33 [2021-01-14T03:44:27.323Z] 03:42:01 0 0.02 0.00 0.03 0.00 0.51 99.44 [2021-01-14T03:44:27.323Z] 03:42:01 1 0.33 0.00 0.05 0.00 0.98 98.64 [2021-01-14T03:44:27.323Z] 03:42:01 2 0.02 0.00 0.08 0.00 0.38 99.52 [2021-01-14T03:44:27.323Z] 03:42:01 3 0.03 0.00 0.05 0.00 0.20 99.72 [2021-01-14T03:44:27.323Z] 03:43:01 all 0.12 0.00 0.23 0.00 0.69 98.95 [2021-01-14T03:44:27.323Z] 03:43:01 0 0.08 0.00 0.10 0.00 0.52 99.30 [2021-01-14T03:44:27.323Z] 03:43:01 1 0.17 0.00 0.17 0.00 1.06 98.61 [2021-01-14T03:44:27.323Z] 03:43:01 2 0.05 0.00 0.28 0.00 0.56 99.10 [2021-01-14T03:44:27.323Z] 03:43:01 3 0.20 0.00 0.38 0.00 0.62 98.80 [2021-01-14T03:44:27.323Z] 03:44:01 all 2.16 0.00 1.57 1.19 4.11 90.98 [2021-01-14T03:44:27.323Z] 03:44:01 0 2.06 0.00 1.63 0.13 3.94 92.24 [2021-01-14T03:44:27.323Z] 03:44:01 1 1.56 0.00 1.29 0.08 4.41 92.65 [2021-01-14T03:44:27.323Z] 03:44:01 2 3.31 0.00 2.27 3.06 4.18 87.19 [2021-01-14T03:44:27.323Z] 03:44:01 3 1.74 0.00 1.08 1.49 3.89 91.80 [2021-01-14T03:44:27.323Z] Average: all 1.94 0.00 0.91 0.41 3.41 93.34 [2021-01-14T03:44:27.323Z] Average: 0 1.67 0.00 0.99 0.13 3.32 93.89 [2021-01-14T03:44:27.323Z] Average: 1 1.48 0.00 0.85 0.24 3.96 93.47 [2021-01-14T03:44:27.323Z] Average: 2 2.51 0.00 0.95 0.62 3.10 92.82 [2021-01-14T03:44:27.323Z] Average: 3 2.10 0.00 0.84 0.65 3.25 93.17 [2021-01-14T03:44:27.323Z] [2021-01-14T03:44:27.323Z] [2021-01-14T03:44:27.323Z]