Pull request #410 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 lenny-intel for edgexfoundry/go-mod-core-contracts Obtained Jenkinsfile from 3cbb2f4570859fbf541d6f640f98b2e6104810c0+2bd89ab3e4066cad80ccb3641c8ec0d3b0be50de (b285ca41de359887ce80655f2f065e96cd4da78c) Running in Durability level: MAX_SURVIVABILITY 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > 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-17630 in /w/workspace/dry_go-mod-core-contracts_PR-410 [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-410 # 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/410/head:refs/remotes/origin/PR-410 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 2bd89ab3e4066cad80ccb3641c8ec0d3b0be50de into PR head commit 3cbb2f4570859fbf541d6f640f98b2e6104810c0 Merge succeeded, producing 3cbb2f4570859fbf541d6f640f98b2e6104810c0 Checking out Revision 3cbb2f4570859fbf541d6f640f98b2e6104810c0 (PR-410) > git config core.sparsecheckout # timeout=10 > git checkout -f 3cbb2f4570859fbf541d6f640f98b2e6104810c0 # 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 2bd89ab3e4066cad80ccb3641c8ec0d3b0be50de # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3cbb2f4570859fbf541d6f640f98b2e6104810c0 # timeout=10 Commit message: "Merge branch 'master' into remove-remote-logging2" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-12-29T18:42:41.084Z] Timeout set to expire in 6 hr 0 min [Pipeline] { > git rev-list --no-walk 439b4f69bae43b46da852d0155f00c66530eb583 # timeout=10 [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-12-29T18:42:41.504Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-12-29T18:42:41.682Z] ========================================================= [2020-12-29T18:42:41.682Z] EdgeX Global Pipelines Version Info [2020-12-29T18:42:41.682Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-12-29T18:42:43.269Z] ------------------- [2020-12-29T18:42:43.269Z] stable info: [2020-12-29T18:42:43.269Z] ------------------- [2020-12-29T18:42:43.269Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-29T18:42:43.269Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2020-12-29T18:42:43.269Z] Message: update stable to v1.0.173 [2020-12-29T18:42:44.217Z] ------------------- [2020-12-29T18:42:44.217Z] experimental info: [2020-12-29T18:42:44.217Z] ------------------- [2020-12-29T18:42:44.217Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-12-29T18:42:44.217Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2020-12-29T18:42:44.217Z] Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-29T18:42:44.595Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo [2020-12-29T18:42:44.737Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo [2020-12-29T18:42:44.869Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-12-29T18:42:45.002Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-12-29T18:42:45.165Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-12-29T18:42:45.304Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-12-29T18:42:45.453Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-12-29T18:42:45.588Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-12-29T18:42:45.709Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-12-29T18:42:45.843Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-12-29T18:42:45.968Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-12-29T18:42:46.102Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo [2020-12-29T18:42:46.251Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-12-29T18:42:46.384Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-12-29T18:42:46.512Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2020-12-29T18:42:46.641Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-12-29T18:42:46.772Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-12-29T18:42:46.903Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-12-29T18:42:47.033Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo [2020-12-29T18:42:47.160Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-12-29T18:42:47.284Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-12-29T18:42:47.421Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-12-29T18:42:47.546Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-12-29T18:42:47.675Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-12-29T18:42:47.801Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2020-12-29T18:42:47.933Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-12-29T18:42:48.064Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2020-12-29T18:42:48.190Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-410 [Pipeline] echo [2020-12-29T18:42:48.317Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-410 [Pipeline] echo [2020-12-29T18:42:48.448Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-410 [Pipeline] echo [2020-12-29T18:42:48.576Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 3cbb2f4570859fbf541d6f640f98b2e6104810c0 [Pipeline] echo [2020-12-29T18:42:48.746Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 3cbb2f4 [Pipeline] echo [2020-12-29T18:42:48.894Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-29T18:42:49.785Z] + git log --format=format:%s -1 3cbb2f4570859fbf541d6f640f98b2e6104810c0 [Pipeline] echo [2020-12-29T18:42:49.874Z] GIT_COMMIT: 3cbb2f4570859fbf541d6f640f98b2e6104810c0, Commit Message: Merge branch 'master' into remove-remote-logging2 [Pipeline] echo [2020-12-29T18:42:49.956Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-12-29T18:42:50.620Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-29T18:42:50.885Z] [2020-12-29T18:42:50.885Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-12-29T18:42:51.292Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-29T18:42:51.292Z] latest: Pulling from edgex-devops/git-semver [2020-12-29T18:42:51.292Z] 31603596830f: Pulling fs layer [2020-12-29T18:42:51.292Z] 2a8b12db71e7: Pulling fs layer [2020-12-29T18:42:51.292Z] 6ca5941a6612: Pulling fs layer [2020-12-29T18:42:51.292Z] ecc8261a40a4: Pulling fs layer [2020-12-29T18:42:51.292Z] ecc8261a40a4: Waiting [2020-12-29T18:42:51.292Z] 2a8b12db71e7: Verifying Checksum [2020-12-29T18:42:51.292Z] 2a8b12db71e7: Download complete [2020-12-29T18:42:51.292Z] 31603596830f: Verifying Checksum [2020-12-29T18:42:51.292Z] 31603596830f: Download complete [2020-12-29T18:42:51.561Z] 6ca5941a6612: Verifying Checksum [2020-12-29T18:42:51.561Z] 6ca5941a6612: Download complete [2020-12-29T18:42:51.825Z] 31603596830f: Pull complete [2020-12-29T18:42:51.825Z] ecc8261a40a4: Verifying Checksum [2020-12-29T18:42:51.825Z] ecc8261a40a4: Download complete [2020-12-29T18:42:51.825Z] 2a8b12db71e7: Pull complete [2020-12-29T18:42:52.775Z] 6ca5941a6612: Pull complete [2020-12-29T18:42:53.038Z] ecc8261a40a4: Pull complete [2020-12-29T18:42:53.302Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-12-29T18:42:53.302Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-29T18:42:53.302Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-12-29T18:42:53.429Z] prd-centos7-docker-4c-2g-17630 does not seem to be running inside a container [2020-12-29T18:42:53.481Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_PR-410 -v /w/workspace/dry_go-mod-core-contracts_PR-410:/w/workspace/dry_go-mod-core-contracts_PR-410:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-410@tmp:/w/workspace/dry_go-mod-core-contracts_PR-410@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-12-29T18:42:55.903Z] $ docker top ce9df1d32c2482b7b780528e2159ab9bbcc12ef5d565bbdfdcf9d45476a3cf15 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-29T18:42:56.754Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-29T18:42:56.755Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-29T18:42:56.998Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-29T18:42:57.004Z] $ docker exec ce9df1d32c2482b7b780528e2159ab9bbcc12ef5d565bbdfdcf9d45476a3cf15 ssh-agent [2020-12-29T18:42:57.185Z] SSH_AUTH_SOCK=/tmp/ssh-igNDMKCihADe/agent.11 [2020-12-29T18:42:57.185Z] SSH_AGENT_PID=16 [2020-12-29T18:42:57.196Z] Running ssh-add (command line suppressed) [2020-12-29T18:42:57.326Z] Identity added: /w/workspace/dry_go-mod-core-contracts_PR-410@tmp/private_key_3723045441319755774.key (/w/workspace/dry_go-mod-core-contracts_PR-410@tmp/private_key_3723045441319755774.key) [2020-12-29T18:42:57.378Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-29T18:42:58.027Z] + git tag --points-at HEAD [Pipeline] } [2020-12-29T18:42:58.090Z] $ docker exec --env ******** --env ******** ce9df1d32c2482b7b780528e2159ab9bbcc12ef5d565bbdfdcf9d45476a3cf15 ssh-agent -k [2020-12-29T18:42:58.206Z] unset SSH_AUTH_SOCK; [2020-12-29T18:42:58.206Z] unset SSH_AGENT_PID; [2020-12-29T18:42:58.206Z] echo Agent pid 16 killed; [2020-12-29T18:42:58.252Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-12-29T18:42:58.704Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-29T18:42:58.704Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-29T18:42:58.878Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-29T18:42:58.883Z] $ docker exec ce9df1d32c2482b7b780528e2159ab9bbcc12ef5d565bbdfdcf9d45476a3cf15 ssh-agent [2020-12-29T18:42:59.050Z] SSH_AUTH_SOCK=/tmp/ssh-UZFZpsnSTQF7/agent.44 [2020-12-29T18:42:59.050Z] SSH_AGENT_PID=49 [2020-12-29T18:42:59.057Z] Running ssh-add (command line suppressed) [2020-12-29T18:42:59.175Z] Identity added: /w/workspace/dry_go-mod-core-contracts_PR-410@tmp/private_key_5562435594517525249.key (/w/workspace/dry_go-mod-core-contracts_PR-410@tmp/private_key_5562435594517525249.key) [2020-12-29T18:42:59.225Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-29T18:42:59.770Z] + git semver init [2020-12-29T18:42:59.770Z] # -> Open(): unable to determine branch for HEAD [2020-12-29T18:42:59.770Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_PR-410/.git [2020-12-29T18:42:59.770Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_PR-410 [2020-12-29T18:42:59.770Z] # $SEMVER_REMOTE_NAME = origin [2020-12-29T18:42:59.770Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-29T18:42:59.770Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-29T18:42:59.770Z] # $SEMVER_BRANCH = PR-410 [2020-12-29T18:42:59.770Z] # $SEMVER_TEMP = /tmp/semver-633671900 [2020-12-29T18:42:59.770Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP [2020-12-29T18:43:00.354Z] # '/tmp/semver-633671900' -> '/w/workspace/dry_go-mod-core-contracts_PR-410/.semver' [2020-12-29T18:43:00.354Z] # -> Force: false [2020-12-29T18:43:00.354Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_PR-410/.semver [Pipeline] } [2020-12-29T18:43:00.420Z] $ docker exec --env ******** --env ******** ce9df1d32c2482b7b780528e2159ab9bbcc12ef5d565bbdfdcf9d45476a3cf15 ssh-agent -k [2020-12-29T18:43:00.564Z] unset SSH_AUTH_SOCK; [2020-12-29T18:43:00.565Z] unset SSH_AGENT_PID; [2020-12-29T18:43:00.565Z] echo Agent pid 49 killed; [2020-12-29T18:43:00.612Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-29T18:43:01.637Z] + git semver [Pipeline] } [2020-12-29T18:43:01.755Z] $ docker stop --time=1 ce9df1d32c2482b7b780528e2159ab9bbcc12ef5d565bbdfdcf9d45476a3cf15 [2020-12-29T18:43:03.670Z] $ docker rm -f ce9df1d32c2482b7b780528e2159ab9bbcc12ef5d565bbdfdcf9d45476a3cf15 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-29T18:43:04.494Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-12-29T18:43:05.346Z] Stashed 1 file(s) [Pipeline] echo [2020-12-29T18:43:05.479Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2020-12-29T18:43:22.644Z] Still waiting to schedule task [2020-12-29T18:43:22.644Z] ‘prd-centos7-docker-4c-2g-15505’ is offline; ‘prd-centos7-docker-4c-2g-17632’ is offline [2020-12-29T18:43:22.955Z] Still waiting to schedule task [2020-12-29T18:43:22.955Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-12-29T18:43:30.764Z] Running on prd-centos7-docker-4c-2g-17632 in /w/workspace/dry_go-mod-core-contracts_PR-410 [Pipeline] { [Pipeline] ws [2020-12-29T18:43:31.048Z] Running in /w/workspace/go-mod-core-contracts/2 [Pipeline] { [Pipeline] checkout [2020-12-29T18:43:33.659Z] using credential edgex-jenkins-ssh [2020-12-29T18:43:33.826Z] Cloning the remote Git repository [2020-12-29T18:43:33.854Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-12-29T18:43:33.925Z] > git init /w/workspace/go-mod-core-contracts/2 # timeout=10 [2020-12-29T18:43:33.992Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-12-29T18:43:33.992Z] > git --version # timeout=10 [2020-12-29T18:43:34.003Z] > git --version # 'git version 2.24.3' [2020-12-29T18:43:34.004Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-29T18:43:34.038Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-29T18:43:35.462Z] Merging remotes/origin/master commit 2bd89ab3e4066cad80ccb3641c8ec0d3b0be50de into PR head commit 3cbb2f4570859fbf541d6f640f98b2e6104810c0 [2020-12-29T18:43:35.585Z] Merge succeeded, producing 3cbb2f4570859fbf541d6f640f98b2e6104810c0 [2020-12-29T18:43:35.585Z] Checking out Revision 3cbb2f4570859fbf541d6f640f98b2e6104810c0 (PR-410) [2020-12-29T18:43:34.850Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-12-29T18:43:34.860Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-29T18:43:34.873Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-12-29T18:43:34.884Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-12-29T18:43:34.885Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-29T18:43:34.889Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/410/head:refs/remotes/origin/PR-410 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-29T18:43:35.473Z] > git config core.sparsecheckout # timeout=10 [2020-12-29T18:43:35.480Z] > git checkout -f 3cbb2f4570859fbf541d6f640f98b2e6104810c0 # timeout=10 [2020-12-29T18:43:35.550Z] > git remote # timeout=10 [2020-12-29T18:43:35.557Z] > git config --get remote.origin.url # timeout=10 [2020-12-29T18:43:35.565Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-29T18:43:35.569Z] > git merge 2bd89ab3e4066cad80ccb3641c8ec0d3b0be50de # timeout=10 [2020-12-29T18:43:35.580Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-29T18:43:35.590Z] > git config core.sparsecheckout # timeout=10 [2020-12-29T18:43:35.594Z] > git checkout -f 3cbb2f4570859fbf541d6f640f98b2e6104810c0 # timeout=10 [2020-12-29T18:43:39.223Z] Commit message: "Merge branch 'master' into remove-remote-logging2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-29T18:43:41.076Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2020-12-29T18:43:41.496Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-29T18:43:41.856Z] + sudo service docker restart [2020-12-29T18:43:41.856Z] + true [2020-12-29T18:43:41.856Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo [2020-12-29T18:43:43.517Z] ========================================================= [2020-12-29T18:43:43.517Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-12-29T18:43:43.517Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-29T18:43:43.988Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2020-12-29T18:43:44.563Z] Sending build context to Docker daemon 2.069MB [2020-12-29T18:43:44.563Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-12-29T18:43:44.563Z] Step 2/7 : FROM ${BASE} [2020-12-29T18:43:44.563Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-12-29T18:43:44.563Z] 188c0c94c7c5: Pulling fs layer [2020-12-29T18:43:44.563Z] 0ef7d3d256c8: Pulling fs layer [2020-12-29T18:43:44.563Z] de9db76c5a1d: Pulling fs layer [2020-12-29T18:43:44.563Z] bca2f99d35d6: Pulling fs layer [2020-12-29T18:43:44.563Z] 93359f2a8cfa: Pulling fs layer [2020-12-29T18:43:44.563Z] 7c6f9722023f: Pulling fs layer [2020-12-29T18:43:44.563Z] a35cf1a2eb13: Pulling fs layer [2020-12-29T18:43:44.563Z] 93359f2a8cfa: Waiting [2020-12-29T18:43:44.563Z] 7c6f9722023f: Waiting [2020-12-29T18:43:44.563Z] a35cf1a2eb13: Waiting [2020-12-29T18:43:44.563Z] bca2f99d35d6: Waiting [2020-12-29T18:43:44.563Z] de9db76c5a1d: Download complete [2020-12-29T18:43:44.563Z] 0ef7d3d256c8: Verifying Checksum [2020-12-29T18:43:44.563Z] 0ef7d3d256c8: Download complete [2020-12-29T18:43:44.563Z] 93359f2a8cfa: Verifying Checksum [2020-12-29T18:43:44.563Z] 93359f2a8cfa: Download complete [2020-12-29T18:43:44.563Z] 7c6f9722023f: Verifying Checksum [2020-12-29T18:43:44.563Z] 7c6f9722023f: Download complete [2020-12-29T18:43:44.563Z] 188c0c94c7c5: Verifying Checksum [2020-12-29T18:43:44.563Z] 188c0c94c7c5: Download complete [2020-12-29T18:43:44.829Z] 188c0c94c7c5: Pull complete [2020-12-29T18:43:45.094Z] 0ef7d3d256c8: Pull complete [2020-12-29T18:43:45.358Z] de9db76c5a1d: Pull complete [2020-12-29T18:43:46.747Z] a35cf1a2eb13: Verifying Checksum [2020-12-29T18:43:46.747Z] a35cf1a2eb13: Download complete [2020-12-29T18:43:47.711Z] bca2f99d35d6: Verifying Checksum [2020-12-29T18:43:47.711Z] bca2f99d35d6: Download complete [2020-12-29T18:43:53.036Z] bca2f99d35d6: Pull complete [2020-12-29T18:43:53.036Z] 93359f2a8cfa: Pull complete [2020-12-29T18:43:53.036Z] 7c6f9722023f: Pull complete [2020-12-29T18:44:03.083Z] a35cf1a2eb13: Pull complete [2020-12-29T18:44:03.083Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2020-12-29T18:44:03.083Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-12-29T18:44:03.083Z] ---> a62c8e92a672 [2020-12-29T18:44:03.083Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-12-29T18:44:03.083Z] ---> Running in a114b9183c08 [2020-12-29T18:44:03.083Z] Removing intermediate container a114b9183c08 [2020-12-29T18:44:03.083Z] ---> 4b965cdd4f7c [2020-12-29T18:44:03.083Z] Step 4/7 : RUN apk add bash [2020-12-29T18:44:03.083Z] ---> Running in c3c51c5bde65 [2020-12-29T18:44:03.083Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-29T18:44:03.664Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-29T18:44:04.240Z] OK: 166 MiB in 39 packages [2020-12-29T18:44:04.813Z] Removing intermediate container c3c51c5bde65 [2020-12-29T18:44:04.814Z] ---> 8acb4de78e8a [2020-12-29T18:44:04.814Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-12-29T18:44:04.814Z] ---> Running in 34de201adba8 [2020-12-29T18:44:05.077Z] Removing intermediate container 34de201adba8 [2020-12-29T18:44:05.077Z] ---> 1309e6b2752d [2020-12-29T18:44:05.077Z] Step 6/7 : COPY go.mod . [2020-12-29T18:44:05.077Z] ---> 61566414101b [2020-12-29T18:44:05.077Z] Step 7/7 : RUN go mod download [2020-12-29T18:44:05.346Z] ---> Running in e79ed6604f9c [2020-12-29T18:44:17.626Z] Removing intermediate container e79ed6604f9c [2020-12-29T18:44:17.626Z] ---> 87f87750b827 [2020-12-29T18:44:17.626Z] Successfully built 87f87750b827 [2020-12-29T18:44:17.626Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-29T18:44:17.985Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-29T18:44:17.985Z] . [Pipeline] withDockerContainer [2020-12-29T18:44:18.115Z] prd-centos7-docker-4c-2g-17632 does not seem to be running inside a container [2020-12-29T18:44:18.168Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/2 -v /w/workspace/go-mod-core-contracts/2:/w/workspace/go-mod-core-contracts/2:rw,z -v /w/workspace/go-mod-core-contracts/2@tmp:/w/workspace/go-mod-core-contracts/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-12-29T18:44:18.802Z] $ docker top a3ed2105cd50b1ed30c92c1547fc79d7b7ce41bd4ff069bf7094d0c781e04f19 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-29T18:44:19.356Z] + go version [2020-12-29T18:44:19.356Z] go version go1.15.5 linux/amd64 [Pipeline] } [2020-12-29T18:44:19.441Z] $ docker stop --time=1 a3ed2105cd50b1ed30c92c1547fc79d7b7ce41bd4ff069bf7094d0c781e04f19 [2020-12-29T18:44:20.783Z] $ docker rm -f a3ed2105cd50b1ed30c92c1547fc79d7b7ce41bd4ff069bf7094d0c781e04f19 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-29T18:44:21.926Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-29T18:44:21.926Z] . [Pipeline] withDockerContainer [2020-12-29T18:44:22.045Z] prd-centos7-docker-4c-2g-17632 does not seem to be running inside a container [2020-12-29T18:44:22.094Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/2 -v /w/workspace/go-mod-core-contracts/2:/w/workspace/go-mod-core-contracts/2:rw,z -v /w/workspace/go-mod-core-contracts/2@tmp:/w/workspace/go-mod-core-contracts/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-12-29T18:44:22.641Z] $ docker top 8155b39dbcf51ba148f0b89640a7793750efe5dbaa44cdfea00ad44c5e82ea50 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-29T18:44:23.156Z] + make test [2020-12-29T18:44:23.157Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-12-29T18:44:29.822Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] [2020-12-29T18:44:30.090Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.022s coverage: 85.7% of statements [2020-12-29T18:44:30.090Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.013s coverage: 100.0% of statements [2020-12-29T18:44:30.369Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.013s coverage: 45.4% of statements [2020-12-29T18:44:30.369Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.011s coverage: 77.8% of statements [2020-12-29T18:44:30.369Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] [2020-12-29T18:44:31.357Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.014s coverage: 26.3% of statements [2020-12-29T18:44:31.357Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.019s coverage: 14.7% of statements [2020-12-29T18:44:31.357Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.037s coverage: 100.0% of statements [2020-12-29T18:44:31.938Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.024s coverage: 91.8% of statements [2020-12-29T18:44:31.938Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] [2020-12-29T18:44:31.938Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] [2020-12-29T18:44:31.938Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.012s coverage: 100.0% of statements [2020-12-29T18:44:31.938Z] ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.007s coverage: 47.8% of statements [2020-12-29T18:44:33.881Z] ok github.com/edgexfoundry/go-mod-core-contracts/models 0.022s coverage: 63.0% of statements [2020-12-29T18:44:33.881Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.015s coverage: 26.3% of statements [2020-12-29T18:44:33.881Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.023s coverage: 15.4% of statements [2020-12-29T18:44:33.881Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.003s coverage: 15.4% of statements [2020-12-29T18:44:33.881Z] ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.006s coverage: 14.3% of statements [2020-12-29T18:44:33.881Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] [2020-12-29T18:44:34.862Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http 0.069s coverage: 84.8% of statements [2020-12-29T18:44:34.862Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http/utils [no test files] [2020-12-29T18:44:34.862Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] [2020-12-29T18:44:34.862Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.010s coverage: 44.6% of statements [2020-12-29T18:44:34.862Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.012s coverage: 100.0% of statements [2020-12-29T18:44:35.125Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.037s coverage: 93.6% of statements [2020-12-29T18:44:35.125Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.009s coverage: 100.0% of statements [2020-12-29T18:44:35.125Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] [2020-12-29T18:44:35.391Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-12-29T18:44:37.337Z] gofmt -l . [2020-12-29T18:44:37.337Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2020-12-29T18:44:37.373Z] $ docker stop --time=1 8155b39dbcf51ba148f0b89640a7793750efe5dbaa44cdfea00ad44c5e82ea50 [2020-12-29T18:44:39.633Z] $ docker rm -f 8155b39dbcf51ba148f0b89640a7793750efe5dbaa44cdfea00ad44c5e82ea50 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-29T18:44:40.266Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-12-29T18:44:40.653Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-12-29T18:45:12.578Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-17633 in /w/workspace/dry_go-mod-core-contracts_PR-410 [Pipeline] { [Pipeline] ws [2020-12-29T18:45:12.684Z] Running in /w/workspace/go-mod-core-contracts/2 [Pipeline] { [Pipeline] checkout [2020-12-29T18:45:17.825Z] using credential edgex-jenkins-ssh [2020-12-29T18:45:17.887Z] Cloning the remote Git repository [2020-12-29T18:45:17.964Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-12-29T18:45:18.072Z] > git init /w/workspace/go-mod-core-contracts/2 # timeout=10 [2020-12-29T18:45:18.149Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-12-29T18:45:18.150Z] > git --version # timeout=10 [2020-12-29T18:45:18.167Z] > git --version # 'git version 2.17.1' [2020-12-29T18:45:18.168Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-29T18:45:18.226Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-29T18:45:20.038Z] Merging remotes/origin/master commit 2bd89ab3e4066cad80ccb3641c8ec0d3b0be50de into PR head commit 3cbb2f4570859fbf541d6f640f98b2e6104810c0 [2020-12-29T18:45:20.264Z] Merge succeeded, producing 3cbb2f4570859fbf541d6f640f98b2e6104810c0 [2020-12-29T18:45:20.264Z] Checking out Revision 3cbb2f4570859fbf541d6f640f98b2e6104810c0 (PR-410) [2020-12-29T18:45:19.228Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-12-29T18:45:19.255Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-29T18:45:19.326Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-12-29T18:45:19.389Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-12-29T18:45:19.390Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-29T18:45:19.424Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/410/head:refs/remotes/origin/PR-410 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-29T18:45:20.076Z] > git config core.sparsecheckout # timeout=10 [2020-12-29T18:45:20.098Z] > git checkout -f 3cbb2f4570859fbf541d6f640f98b2e6104810c0 # timeout=10 [2020-12-29T18:45:20.214Z] > git remote # timeout=10 [2020-12-29T18:45:20.230Z] > git config --get remote.origin.url # timeout=10 [2020-12-29T18:45:20.243Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-29T18:45:20.252Z] > git merge 2bd89ab3e4066cad80ccb3641c8ec0d3b0be50de # timeout=10 [2020-12-29T18:45:20.270Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-29T18:45:20.292Z] > git config core.sparsecheckout # timeout=10 [2020-12-29T18:45:20.302Z] > git checkout -f 3cbb2f4570859fbf541d6f640f98b2e6104810c0 # timeout=10 [2020-12-29T18:45:24.524Z] Commit message: "Merge branch 'master' into remove-remote-logging2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-29T18:45:26.251Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2020-12-29T18:45:26.675Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-29T18:45:27.034Z] + + sudo service docker restart [2020-12-29T18:45:27.034Z] true [Pipeline] unstash [Pipeline] echo [2020-12-29T18:45:29.957Z] ========================================================= [2020-12-29T18:45:29.957Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-12-29T18:45:29.957Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-29T18:45:30.376Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2020-12-29T18:45:31.357Z] Sending build context to Docker daemon 2.068MB [2020-12-29T18:45:31.357Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-12-29T18:45:31.357Z] Step 2/7 : FROM ${BASE} [2020-12-29T18:45:31.633Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-12-29T18:45:31.633Z] 5f621e34cdf4: Pulling fs layer [2020-12-29T18:45:31.633Z] a4357932f1b6: Pulling fs layer [2020-12-29T18:45:31.633Z] 18c013af1878: Pulling fs layer [2020-12-29T18:45:31.633Z] 00ac8860ef70: Pulling fs layer [2020-12-29T18:45:31.633Z] 63d7cb157983: Pulling fs layer [2020-12-29T18:45:31.633Z] b116817d02f9: Pulling fs layer [2020-12-29T18:45:31.633Z] 745a02a5169b: Pulling fs layer [2020-12-29T18:45:31.633Z] 00ac8860ef70: Waiting [2020-12-29T18:45:31.633Z] 63d7cb157983: Waiting [2020-12-29T18:45:31.633Z] 745a02a5169b: Waiting [2020-12-29T18:45:31.633Z] b116817d02f9: Waiting [2020-12-29T18:45:31.633Z] 18c013af1878: Verifying Checksum [2020-12-29T18:45:31.633Z] 18c013af1878: Download complete [2020-12-29T18:45:31.633Z] a4357932f1b6: Verifying Checksum [2020-12-29T18:45:31.633Z] a4357932f1b6: Download complete [2020-12-29T18:45:31.633Z] 63d7cb157983: Verifying Checksum [2020-12-29T18:45:31.633Z] 63d7cb157983: Download complete [2020-12-29T18:45:31.633Z] b116817d02f9: Verifying Checksum [2020-12-29T18:45:31.633Z] b116817d02f9: Download complete [2020-12-29T18:45:31.633Z] 5f621e34cdf4: Verifying Checksum [2020-12-29T18:45:31.633Z] 5f621e34cdf4: Download complete [2020-12-29T18:45:32.617Z] 5f621e34cdf4: Pull complete [2020-12-29T18:45:33.251Z] a4357932f1b6: Pull complete [2020-12-29T18:45:33.526Z] 18c013af1878: Pull complete [2020-12-29T18:45:34.510Z] 745a02a5169b: Download complete [2020-12-29T18:45:35.497Z] 00ac8860ef70: Verifying Checksum [2020-12-29T18:45:35.497Z] 00ac8860ef70: Download complete [2020-12-29T18:45:45.679Z] 00ac8860ef70: Pull complete [2020-12-29T18:45:45.952Z] 63d7cb157983: Pull complete [2020-12-29T18:45:46.229Z] b116817d02f9: Pull complete [2020-12-29T18:45:49.619Z] 745a02a5169b: Pull complete [2020-12-29T18:45:49.620Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2020-12-29T18:45:49.620Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-12-29T18:45:49.620Z] ---> b7e6874047d6 [2020-12-29T18:45:49.620Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-12-29T18:45:52.249Z] ---> Running in c0d8cc1b7aa9 [2020-12-29T18:45:52.524Z] Removing intermediate container c0d8cc1b7aa9 [2020-12-29T18:45:52.524Z] ---> 4862552c811b [2020-12-29T18:45:52.524Z] Step 4/7 : RUN apk add bash [2020-12-29T18:45:52.799Z] ---> Running in 303a32ed4893 [2020-12-29T18:45:54.240Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-29T18:45:54.832Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-29T18:45:55.817Z] OK: 142 MiB in 39 packages [2020-12-29T18:45:57.340Z] Removing intermediate container 303a32ed4893 [2020-12-29T18:45:57.341Z] ---> 012bf40c8285 [2020-12-29T18:45:57.341Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-12-29T18:45:57.341Z] ---> Running in f061d07c09f2 [2020-12-29T18:45:57.341Z] Removing intermediate container f061d07c09f2 [2020-12-29T18:45:57.341Z] ---> 80641eb6813d [2020-12-29T18:45:57.341Z] Step 6/7 : COPY go.mod . [2020-12-29T18:45:58.314Z] ---> 3a86a57734fe [2020-12-29T18:45:58.314Z] Step 7/7 : RUN go mod download [2020-12-29T18:45:58.314Z] ---> Running in 1d95919e9cee [2020-12-29T18:46:13.409Z] Removing intermediate container 1d95919e9cee [2020-12-29T18:46:13.410Z] ---> 2dba65ea399c [2020-12-29T18:46:13.410Z] Successfully built 2dba65ea399c [2020-12-29T18:46:13.410Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-29T18:46:13.788Z] + docker inspect -f . ci-base-image-arm64 [2020-12-29T18:46:13.788Z] . [Pipeline] withDockerContainer [2020-12-29T18:46:14.078Z] prd-ubuntu18.04-docker-arm64-4c-16g-17633 does not seem to be running inside a container [2020-12-29T18:46:14.175Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/2 -v /w/workspace/go-mod-core-contracts/2:/w/workspace/go-mod-core-contracts/2:rw,z -v /w/workspace/go-mod-core-contracts/2@tmp:/w/workspace/go-mod-core-contracts/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-12-29T18:46:15.928Z] $ docker top e3ca94d765ab399f0153a7c12405240161186feaee42fddfa806b6187e333956 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-29T18:46:17.046Z] + go version [2020-12-29T18:46:17.046Z] go version go1.15.5 linux/arm64 [Pipeline] } [2020-12-29T18:46:17.093Z] $ docker stop --time=1 e3ca94d765ab399f0153a7c12405240161186feaee42fddfa806b6187e333956 [2020-12-29T18:46:19.133Z] $ docker rm -f e3ca94d765ab399f0153a7c12405240161186feaee42fddfa806b6187e333956 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-29T18:46:20.479Z] + docker inspect -f . ci-base-image-arm64 [2020-12-29T18:46:20.479Z] . [Pipeline] withDockerContainer [2020-12-29T18:46:20.776Z] prd-ubuntu18.04-docker-arm64-4c-16g-17633 does not seem to be running inside a container [2020-12-29T18:46:20.866Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/2 -v /w/workspace/go-mod-core-contracts/2:/w/workspace/go-mod-core-contracts/2:rw,z -v /w/workspace/go-mod-core-contracts/2@tmp:/w/workspace/go-mod-core-contracts/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-12-29T18:46:22.407Z] $ docker top b73a8a95c505d1ceb15b3900a42b208b81b632a35834dd21f12ba660d314e224 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-29T18:46:23.492Z] + make test [2020-12-29T18:46:23.493Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-12-29T18:46:45.827Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] [2020-12-29T18:46:45.827Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.043s coverage: 85.7% of statements [2020-12-29T18:46:45.827Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.045s coverage: 100.0% of statements [2020-12-29T18:46:46.433Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.057s coverage: 45.4% of statements [2020-12-29T18:46:47.032Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.021s coverage: 77.8% of statements [2020-12-29T18:46:47.032Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] [2020-12-29T18:46:48.482Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.027s coverage: 26.3% of statements [2020-12-29T18:46:49.940Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.041s coverage: 14.7% of statements [2020-12-29T18:46:49.940Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.014s coverage: 100.0% of statements [2020-12-29T18:46:50.544Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.081s coverage: 91.8% of statements [2020-12-29T18:46:50.544Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] [2020-12-29T18:46:50.544Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] [2020-12-29T18:46:50.544Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.011s coverage: 100.0% of statements [2020-12-29T18:46:50.544Z] ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.026s coverage: 47.8% of statements [2020-12-29T18:46:57.289Z] ok github.com/edgexfoundry/go-mod-core-contracts/models 0.081s coverage: 63.0% of statements [2020-12-29T18:46:57.289Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.017s coverage: 26.3% of statements [2020-12-29T18:46:57.289Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.019s coverage: 15.4% of statements [2020-12-29T18:46:57.289Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.050s coverage: 15.4% of statements [2020-12-29T18:46:57.289Z] ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.015s coverage: 14.3% of statements [2020-12-29T18:46:57.289Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] [2020-12-29T18:46:58.753Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http 0.127s coverage: 84.8% of statements [2020-12-29T18:46:58.753Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http/utils [no test files] [2020-12-29T18:46:58.753Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] [2020-12-29T18:46:58.753Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.027s coverage: 44.6% of statements [2020-12-29T18:46:58.753Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.025s coverage: 100.0% of statements [2020-12-29T18:46:59.737Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.114s coverage: 93.6% of statements [2020-12-29T18:46:59.737Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.022s coverage: 100.0% of statements [2020-12-29T18:46:59.737Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] [2020-12-29T18:47:00.011Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-12-29T18:47:05.449Z] gofmt -l . [2020-12-29T18:47:05.449Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2020-12-29T18:47:06.114Z] $ docker stop --time=1 b73a8a95c505d1ceb15b3900a42b208b81b632a35834dd21f12ba660d314e224 [2020-12-29T18:47:08.346Z] $ docker rm -f b73a8a95c505d1ceb15b3900a42b208b81b632a35834dd21f12ba660d314e224 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-29T18:47:09.263Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-12-29T18:47:09.304Z] Warning: overwriting stash ‘coverage-report’ [2020-12-29T18:47:10.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 [2020-12-29T18:47:12.972Z] provisioning config files... [2020-12-29T18:47:12.987Z] copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_PR-410@tmp/config1438135738998247220tmp [Pipeline] { [Pipeline] sh [2020-12-29T18:47:13.521Z] + set +x [2020-12-29T18:47:13.521Z] + curl -s https://codecov.io/bash [2020-12-29T18:47:13.521Z] + bash -s -- [2020-12-29T18:47:13.785Z] [2020-12-29T18:47:13.785Z] _____ _ [2020-12-29T18:47:13.785Z] / ____| | | [2020-12-29T18:47:13.785Z] | | ___ __| | ___ ___ _____ __ [2020-12-29T18:47:13.785Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-12-29T18:47:13.785Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-12-29T18:47:13.785Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-12-29T18:47:13.785Z] Bash-20201223-5ad85e3 [2020-12-29T18:47:13.785Z] [2020-12-29T18:47:13.785Z] [2020-12-29T18:47:13.785Z] ==> git version 2.24.3 found [2020-12-29T18:47:13.785Z] ==> 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 [2020-12-29T18:47:13.785Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2020-12-29T18:47:13.785Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2020-12-29T18:47:13.785Z] ==> Jenkins CI detected. [2020-12-29T18:47:13.785Z] project root: . [2020-12-29T18:47:13.785Z] --> token set from env [2020-12-29T18:47:13.785Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-12-29T18:47:13.785Z] ==> Running gcov in . (disable via -X gcov) [2020-12-29T18:47:13.785Z] ==> Python coveragepy not found [2020-12-29T18:47:13.785Z] ==> Searching for coverage reports in: [2020-12-29T18:47:13.785Z] + . [2020-12-29T18:47:13.785Z] -> Found 1 reports [2020-12-29T18:47:13.785Z] ==> Detecting git/mercurial file structure [2020-12-29T18:47:13.785Z] ==> Reading reports [2020-12-29T18:47:13.785Z] + ./coverage.out bytes=114401 [2020-12-29T18:47:13.785Z] ==> Appending adjustments [2020-12-29T18:47:13.785Z] https://docs.codecov.io/docs/fixing-reports [2020-12-29T18:47:14.736Z] + Found adjustments [2020-12-29T18:47:14.736Z] ==> Gzipping contents [2020-12-29T18:47:14.736Z] 20K /tmp/codecov.YSCxfF.gz [2020-12-29T18:47:14.736Z] ==> Uploading reports [2020-12-29T18:47:14.736Z] url: https://codecov.io [2020-12-29T18:47:14.736Z] query: branch=PR-410&commit=3cbb2f4570859fbf541d6f640f98b2e6104810c0&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-410%2F2%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=410&job=&cmd_args= [2020-12-29T18:47:14.736Z] -> Pinging Codecov [2020-12-29T18:47:14.736Z] https://codecov.io/upload/v4?package=bash-20201223-5ad85e3&token=secret&branch=PR-410&commit=3cbb2f4570859fbf541d6f640f98b2e6104810c0&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-410%2F2%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=410&job=&cmd_args= [2020-12-29T18:47:14.998Z] -> Uploading to [2020-12-29T18:47:14.998Z] https://storage.googleapis.com/codecov/v4/raw/2020-12-29/71470A77251A30514AAF9C0BB2E5B6CE/3cbb2f4570859fbf541d6f640f98b2e6104810c0/5b33db89-0665-4726-9c25-8576b27a3b23.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201229%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201229T184714Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=016a73c19b999183943201e5394d976fc0d0d316274017cfca932369489fd4f3 [2020-12-29T18:47:14.998Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-29T18:47:14.998Z] Dload Upload Total Spent Left Speed [2020-12-29T18:47:15.946Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 18376 0 0 100 18376 0 28510 --:--:-- --:--:-- --:--:-- 28489 100 18376 0 0 100 18376 0 28502 --:--:-- --:--:-- --:--:-- 28489 [2020-12-29T18:47:15.946Z] -> View reports at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/3cbb2f4570859fbf541d6f640f98b2e6104810c0 [Pipeline] } [2020-12-29T18:47:16.023Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-12-29T18:47:19.499Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-29T18:47:20.111Z] ---> package-listing.sh [2020-12-29T18:47:20.111Z] ++ tr '[:upper:]' '[:lower:]' [2020-12-29T18:47:20.111Z] ++ facter osfamily [2020-12-29T18:47:20.111Z] + OS_FAMILY=redhat [2020-12-29T18:47:20.111Z] + workspace=/w/workspace/dry_go-mod-core-contracts_PR-410 [2020-12-29T18:47:20.111Z] + START_PACKAGES=/tmp/packages_start.txt [2020-12-29T18:47:20.111Z] + END_PACKAGES=/tmp/packages_end.txt [2020-12-29T18:47:20.111Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-12-29T18:47:20.111Z] + PACKAGES=/tmp/packages_start.txt [2020-12-29T18:47:20.111Z] + '[' /w/workspace/dry_go-mod-core-contracts_PR-410 ']' [2020-12-29T18:47:20.111Z] + PACKAGES=/tmp/packages_end.txt [2020-12-29T18:47:20.111Z] + case "${OS_FAMILY}" in [2020-12-29T18:47:20.111Z] + rpm -qa [2020-12-29T18:47:20.111Z] + sort [2020-12-29T18:47:25.419Z] + '[' -f /tmp/packages_start.txt ']' [2020-12-29T18:47:25.419Z] + '[' -f /tmp/packages_end.txt ']' [2020-12-29T18:47:25.419Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-12-29T18:47:25.419Z] + '[' /w/workspace/dry_go-mod-core-contracts_PR-410 ']' [2020-12-29T18:47:25.419Z] + mkdir -p /w/workspace/dry_go-mod-core-contracts_PR-410/archives/ [2020-12-29T18:47:25.419Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_PR-410/archives/ [Pipeline] echo [2020-12-29T18:47:25.454Z] 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-410/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-12-29T18:47:25.763Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-12-29T18:47:26.105Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-29T18:47:26.105Z] [2020-12-29T18:47:26.105Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-12-29T18:47:26.501Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-29T18:47:26.501Z] alpine: Pulling from edgex-lftools-log-publisher [2020-12-29T18:47:26.501Z] df20fa9351a1: Pulling fs layer [2020-12-29T18:47:26.501Z] 36b3adc4ff6f: Pulling fs layer [2020-12-29T18:47:26.501Z] 8ad3a11d3b57: Pulling fs layer [2020-12-29T18:47:26.501Z] 46f8f816bc3b: Pulling fs layer [2020-12-29T18:47:26.501Z] 93b61091891f: Pulling fs layer [2020-12-29T18:47:26.501Z] 93b9cdb0e59b: Pulling fs layer [2020-12-29T18:47:26.501Z] 5e14af77c1be: Pulling fs layer [2020-12-29T18:47:26.501Z] 01666e4c0597: Pulling fs layer [2020-12-29T18:47:26.501Z] aa168da1d23b: Pulling fs layer [2020-12-29T18:47:26.501Z] 5e14af77c1be: Waiting [2020-12-29T18:47:26.501Z] 46f8f816bc3b: Waiting [2020-12-29T18:47:26.501Z] 01666e4c0597: Waiting [2020-12-29T18:47:26.501Z] 93b9cdb0e59b: Waiting [2020-12-29T18:47:26.501Z] 93b61091891f: Waiting [2020-12-29T18:47:26.501Z] aa168da1d23b: Waiting [2020-12-29T18:47:26.501Z] 36b3adc4ff6f: Verifying Checksum [2020-12-29T18:47:26.501Z] 36b3adc4ff6f: Download complete [2020-12-29T18:47:26.501Z] 46f8f816bc3b: Verifying Checksum [2020-12-29T18:47:26.501Z] 46f8f816bc3b: Download complete [2020-12-29T18:47:26.767Z] df20fa9351a1: Verifying Checksum [2020-12-29T18:47:26.767Z] df20fa9351a1: Download complete [2020-12-29T18:47:26.767Z] 93b9cdb0e59b: Verifying Checksum [2020-12-29T18:47:26.767Z] 93b9cdb0e59b: Download complete [2020-12-29T18:47:26.767Z] 5e14af77c1be: Verifying Checksum [2020-12-29T18:47:26.767Z] 5e14af77c1be: Download complete [2020-12-29T18:47:26.767Z] 93b61091891f: Verifying Checksum [2020-12-29T18:47:26.767Z] 93b61091891f: Download complete [2020-12-29T18:47:26.767Z] 01666e4c0597: Verifying Checksum [2020-12-29T18:47:26.767Z] 01666e4c0597: Download complete [2020-12-29T18:47:27.031Z] df20fa9351a1: Pull complete [2020-12-29T18:47:27.295Z] 36b3adc4ff6f: Pull complete [2020-12-29T18:47:27.564Z] 8ad3a11d3b57: Verifying Checksum [2020-12-29T18:47:27.564Z] 8ad3a11d3b57: Download complete [2020-12-29T18:47:28.520Z] 8ad3a11d3b57: Pull complete [2020-12-29T18:47:28.520Z] 46f8f816bc3b: Pull complete [2020-12-29T18:47:29.107Z] aa168da1d23b: Verifying Checksum [2020-12-29T18:47:29.107Z] aa168da1d23b: Download complete [2020-12-29T18:47:30.061Z] 93b61091891f: Pull complete [2020-12-29T18:47:30.061Z] 93b9cdb0e59b: Pull complete [2020-12-29T18:47:30.334Z] 5e14af77c1be: Pull complete [2020-12-29T18:47:30.334Z] 01666e4c0597: Pull complete [2020-12-29T18:47:38.550Z] aa168da1d23b: Pull complete [2020-12-29T18:47:38.550Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-12-29T18:47:38.550Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-29T18:47:38.550Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-12-29T18:47:38.765Z] prd-centos7-docker-4c-2g-17630 does not seem to be running inside a container [2020-12-29T18:47:38.818Z] $ 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-410/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-410 -v /w/workspace/dry_go-mod-core-contracts_PR-410:/w/workspace/dry_go-mod-core-contracts_PR-410:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-410@tmp:/w/workspace/dry_go-mod-core-contracts_PR-410@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-12-29T18:47:41.998Z] $ docker top 126e6d3d3000c97d8b8f082075ea3ae305279bd05f943846bebbb90aac21f7f6 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-29T18:47:42.609Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-12-29T18:47:42.958Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-12-29T18:47:43.281Z] + ls /var/log/sa-host [2020-12-29T18:47:43.281Z] + sadf -c /var/log/sa-host/sa23 [2020-12-29T18:47:43.281Z] file_magic: OK [2020-12-29T18:47:43.281Z] HZ: Using current value: 100 [2020-12-29T18:47:43.281Z] file_header: OK [2020-12-29T18:47:43.281Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-12-29T18:47:43.281Z] Statistics: [2020-12-29T18:47:43.281Z] Hnuu...uuuununununu... [2020-12-29T18:47:43.281Z] File successfully converted to sysstat format version 12.2.1 [2020-12-29T18:47:43.281Z] + sadf -c /var/log/sa-host/sa29 [2020-12-29T18:47:43.281Z] file_magic: OK [2020-12-29T18:47:43.281Z] HZ: Using current value: 100 [2020-12-29T18:47:43.281Z] file_header: OK [2020-12-29T18:47:43.281Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-12-29T18:47:43.281Z] Statistics: [2020-12-29T18:47:43.281Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-12-29T18:47:43.281Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-12-29T18:47:43.551Z] provisioning config files... [2020-12-29T18:47:43.571Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-410@tmp/config7220342788538589507tmp [Pipeline] { [Pipeline] echo [2020-12-29T18:47:43.709Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-29T18:47:44.038Z] ---> create-netrc.sh [Pipeline] } [2020-12-29T18:47:44.060Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-12-29T18:47:44.212Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-29T18:47:44.548Z] ---> python-tools-install.sh [Pipeline] echo [2020-12-29T18:47:44.578Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-29T18:47:44.914Z] ---> sudo-logs.sh [2020-12-29T18:47:44.914Z] Archiving 'sudo' log.. [Pipeline] echo [2020-12-29T18:47:44.968Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-29T18:47:45.296Z] ---> job-cost.sh [2020-12-29T18:47:45.296Z] lf-activate-venv: SKIPPING [2020-12-29T18:47:45.296Z] INFO: No Stack... [2020-12-29T18:47:46.691Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-12-29T18:47:46.955Z] INFO: Archiving Costs [Pipeline] echo [2020-12-29T18:47:46.998Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-29T18:47:47.335Z] ---> logs-deploy.sh [2020-12-29T18:47:47.335Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-410/2 [2020-12-29T18:47:47.335Z] INFO: archiving workspace using pattern(s): [2020-12-29T18:47:49.264Z] Archives upload complete. [2020-12-29T18:47:49.264Z] INFO: archiving logs to Nexus [2020-12-29T18:47:50.212Z] ---> uname -a: [2020-12-29T18:47:50.212Z] Linux prd-centos7-docker-4c-2g-17630.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2020-12-29T18:47:50.212Z] [2020-12-29T18:47:50.212Z] [2020-12-29T18:47:50.212Z] ---> lscpu: [2020-12-29T18:47:50.212Z] Architecture: x86_64 [2020-12-29T18:47:50.212Z] CPU op-mode(s): 32-bit, 64-bit [2020-12-29T18:47:50.212Z] Byte Order: Little Endian [2020-12-29T18:47:50.212Z] Address sizes: 40 bits physical, 48 bits virtual [2020-12-29T18:47:50.212Z] CPU(s): 4 [2020-12-29T18:47:50.212Z] On-line CPU(s) list: 0-3 [2020-12-29T18:47:50.212Z] Thread(s) per core: 1 [2020-12-29T18:47:50.212Z] Core(s) per socket: 1 [2020-12-29T18:47:50.212Z] Socket(s): 4 [2020-12-29T18:47:50.212Z] NUMA node(s): 1 [2020-12-29T18:47:50.212Z] Vendor ID: GenuineIntel [2020-12-29T18:47:50.212Z] CPU family: 6 [2020-12-29T18:47:50.212Z] Model: 44 [2020-12-29T18:47:50.212Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-12-29T18:47:50.212Z] Stepping: 1 [2020-12-29T18:47:50.212Z] CPU MHz: 2933.436 [2020-12-29T18:47:50.212Z] BogoMIPS: 5866.87 [2020-12-29T18:47:50.212Z] Virtualization: VT-x [2020-12-29T18:47:50.212Z] Hypervisor vendor: KVM [2020-12-29T18:47:50.212Z] Virtualization type: full [2020-12-29T18:47:50.212Z] L1d cache: 128 KiB [2020-12-29T18:47:50.212Z] L1i cache: 128 KiB [2020-12-29T18:47:50.212Z] L2 cache: 16 MiB [2020-12-29T18:47:50.212Z] L3 cache: 64 MiB [2020-12-29T18:47:50.212Z] NUMA node0 CPU(s): 0-3 [2020-12-29T18:47:50.212Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-12-29T18:47:50.212Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-12-29T18:47:50.212Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-12-29T18:47:50.212Z] Vulnerability Meltdown: Mitigation; PTI [2020-12-29T18:47:50.212Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-12-29T18:47:50.212Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-12-29T18:47:50.212Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-12-29T18:47:50.212Z] Vulnerability Srbds: Not affected [2020-12-29T18:47:50.212Z] Vulnerability Tsx async abort: Not affected [2020-12-29T18:47:50.213Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2020-12-29T18:47:50.213Z] [2020-12-29T18:47:50.213Z] [2020-12-29T18:47:50.213Z] ---> nproc: [2020-12-29T18:47:50.213Z] 4 [2020-12-29T18:47:50.213Z] [2020-12-29T18:47:50.213Z]