Pull request #498 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 cdf6f9724aa4f5637705aab0063dc882d2a96c4e rather than dde2e0e3c07ee3688cd04833edc3ba44ae951cfc Obtained Jenkinsfile from cdf6f9724aa4f5637705aab0063dc882d2a96c4e Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-core-contracts, buildImage:false, pushImage:false, semverBump:pre] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-core-contracts-settings PROJECT: go-mod-core-contracts USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-go-mod-core-contracts DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-25552 in /w/workspace/dry_go-mod-core-contracts_PR-498 [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-498 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit cdf6f9724aa4f5637705aab0063dc882d2a96c4e into PR head commit dde2e0e3c07ee3688cd04833edc3ba44ae951cfc Merge succeeded, producing dde2e0e3c07ee3688cd04833edc3ba44ae951cfc Checking out Revision dde2e0e3c07ee3688cd04833edc3ba44ae951cfc (PR-498) > 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/498/head:refs/remotes/origin/PR-498 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f dde2e0e3c07ee3688cd04833edc3ba44ae951cfc # 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 cdf6f9724aa4f5637705aab0063dc882d2a96c4e # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f dde2e0e3c07ee3688cd04833edc3ba44ae951cfc # timeout=10 Commit message: "fix(v2): Correct UpdateSubscription DTO validation tags" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage > git rev-list --no-walk 6a522021b85da70ad354c2c6ba4617949f3cf8e1 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-08T10:32:49.175Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-08T10:32:49.524Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-08T10:32:49.635Z] ========================================================= [2021-02-08T10:32:49.635Z] EdgeX Global Pipelines Version Info [2021-02-08T10:32:49.635Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-08T10:32:51.235Z] ------------------- [2021-02-08T10:32:51.235Z] stable info: [2021-02-08T10:32:51.235Z] ------------------- [2021-02-08T10:32:51.235Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-08T10:32:51.235Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-08T10:32:51.235Z] Message: update stable to v1.0.179 [2021-02-08T10:32:52.192Z] ------------------- [2021-02-08T10:32:52.192Z] experimental info: [2021-02-08T10:32:52.192Z] ------------------- [2021-02-08T10:32:52.192Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-08T10:32:52.192Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-08T10:32:52.192Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-08T10:32:52.481Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo [2021-02-08T10:32:52.591Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo [2021-02-08T10:32:52.699Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-08T10:32:52.815Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-08T10:32:52.917Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-08T10:32:53.017Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-08T10:32:53.111Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-08T10:32:53.209Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-08T10:32:53.323Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-02-08T10:32:53.423Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-08T10:32:53.518Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-08T10:32:53.612Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo [2021-02-08T10:32:53.708Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-08T10:32:53.804Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-08T10:32:53.902Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2021-02-08T10:32:54.010Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-02-08T10:32:54.181Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-02-08T10:32:54.331Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-02-08T10:32:54.434Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-08T10:32:54.540Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-02-08T10:32:54.638Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-02-08T10:32:54.752Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-02-08T10:32:54.849Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-02-08T10:32:54.953Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-02-08T10:32:55.060Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2021-02-08T10:32:55.163Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-08T10:32:55.263Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-08T10:32:55.360Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-498 [Pipeline] echo [2021-02-08T10:32:55.463Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-498 [Pipeline] echo [2021-02-08T10:32:55.552Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-498 [Pipeline] echo [2021-02-08T10:32:55.648Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = dde2e0e3c07ee3688cd04833edc3ba44ae951cfc [Pipeline] echo [2021-02-08T10:32:55.747Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = dde2e0e [Pipeline] echo [2021-02-08T10:32:55.834Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-08T10:32:56.541Z] + git log --format=format:%s -1 dde2e0e3c07ee3688cd04833edc3ba44ae951cfc [Pipeline] echo [2021-02-08T10:32:56.625Z] GIT_COMMIT: dde2e0e3c07ee3688cd04833edc3ba44ae951cfc, Commit Message: fix(v2): Correct UpdateSubscription DTO validation tags [Pipeline] echo [2021-02-08T10:32:56.674Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-02-08T10:32:57.718Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-08T10:32:57.984Z] [2021-02-08T10:32:57.984Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-08T10:32:58.343Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-08T10:32:58.343Z] latest: Pulling from edgex-devops/git-semver [2021-02-08T10:32:58.343Z] 31603596830f: Pulling fs layer [2021-02-08T10:32:58.343Z] 2a8b12db71e7: Pulling fs layer [2021-02-08T10:32:58.343Z] 6ca5941a6612: Pulling fs layer [2021-02-08T10:32:58.343Z] ecc8261a40a4: Pulling fs layer [2021-02-08T10:32:58.343Z] 2a8b12db71e7: Download complete [2021-02-08T10:32:58.610Z] 31603596830f: Verifying Checksum [2021-02-08T10:32:58.610Z] 31603596830f: Download complete [2021-02-08T10:32:58.610Z] ecc8261a40a4: Verifying Checksum [2021-02-08T10:32:58.610Z] ecc8261a40a4: Download complete [2021-02-08T10:32:58.610Z] 6ca5941a6612: Verifying Checksum [2021-02-08T10:32:58.610Z] 6ca5941a6612: Download complete [2021-02-08T10:32:58.875Z] 31603596830f: Pull complete [2021-02-08T10:32:59.140Z] 2a8b12db71e7: Pull complete [2021-02-08T10:33:00.091Z] 6ca5941a6612: Pull complete [2021-02-08T10:33:00.091Z] ecc8261a40a4: Pull complete [2021-02-08T10:33:00.091Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-08T10:33:00.355Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-08T10:33:00.355Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-08T10:33:00.465Z] prd-centos7-docker-4c-2g-25552 does not seem to be running inside a container [2021-02-08T10:33:00.516Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_PR-498 -v /w/workspace/dry_go-mod-core-contracts_PR-498:/w/workspace/dry_go-mod-core-contracts_PR-498:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-498@tmp:/w/workspace/dry_go-mod-core-contracts_PR-498@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-02-08T10:33:02.916Z] $ docker top a43112c396644fbc255e0b794a6bda966f16fc65df4fb52e27b6df5f1e83d469 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-08T10:33:03.242Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-08T10:33:03.243Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-08T10:33:03.471Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-08T10:33:03.475Z] $ docker exec a43112c396644fbc255e0b794a6bda966f16fc65df4fb52e27b6df5f1e83d469 ssh-agent [2021-02-08T10:33:03.646Z] SSH_AUTH_SOCK=/tmp/ssh-bejBknKnUI1N/agent.12 [2021-02-08T10:33:03.646Z] SSH_AGENT_PID=18 [2021-02-08T10:33:03.656Z] Running ssh-add (command line suppressed) [2021-02-08T10:33:03.781Z] Identity added: /w/workspace/dry_go-mod-core-contracts_PR-498@tmp/private_key_6438259800607768447.key (/w/workspace/dry_go-mod-core-contracts_PR-498@tmp/private_key_6438259800607768447.key) [2021-02-08T10:33:03.835Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-08T10:33:04.170Z] + git tag --points-at HEAD [Pipeline] } [2021-02-08T10:33:04.192Z] $ docker exec --env ******** --env ******** a43112c396644fbc255e0b794a6bda966f16fc65df4fb52e27b6df5f1e83d469 ssh-agent -k [2021-02-08T10:33:04.307Z] unset SSH_AUTH_SOCK; [2021-02-08T10:33:04.307Z] unset SSH_AGENT_PID; [2021-02-08T10:33:04.307Z] echo Agent pid 18 killed; [2021-02-08T10:33:04.359Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-08T10:33:04.506Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-08T10:33:04.507Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-08T10:33:04.682Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-08T10:33:04.685Z] $ docker exec a43112c396644fbc255e0b794a6bda966f16fc65df4fb52e27b6df5f1e83d469 ssh-agent [2021-02-08T10:33:04.865Z] SSH_AUTH_SOCK=/tmp/ssh-WMzRJWG5DkuQ/agent.47 [2021-02-08T10:33:04.865Z] SSH_AGENT_PID=52 [2021-02-08T10:33:04.871Z] Running ssh-add (command line suppressed) [2021-02-08T10:33:04.993Z] Identity added: /w/workspace/dry_go-mod-core-contracts_PR-498@tmp/private_key_8825706669669133754.key (/w/workspace/dry_go-mod-core-contracts_PR-498@tmp/private_key_8825706669669133754.key) [2021-02-08T10:33:05.048Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-08T10:33:05.387Z] + git semver init [2021-02-08T10:33:05.387Z] # -> Open(): unable to determine branch for HEAD [2021-02-08T10:33:05.387Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_PR-498/.git [2021-02-08T10:33:05.387Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_PR-498 [2021-02-08T10:33:05.387Z] # $SEMVER_REMOTE_NAME = origin [2021-02-08T10:33:05.387Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-08T10:33:05.387Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-08T10:33:05.387Z] # $SEMVER_BRANCH = PR-498 [2021-02-08T10:33:05.387Z] # $SEMVER_TEMP = /tmp/semver-389955376 [2021-02-08T10:33:05.387Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP [2021-02-08T10:33:06.331Z] # '/tmp/semver-389955376' -> '/w/workspace/dry_go-mod-core-contracts_PR-498/.semver' [2021-02-08T10:33:06.331Z] # -> Force: false [2021-02-08T10:33:06.331Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_PR-498/.semver [Pipeline] } [2021-02-08T10:33:06.343Z] $ docker exec --env ******** --env ******** a43112c396644fbc255e0b794a6bda966f16fc65df4fb52e27b6df5f1e83d469 ssh-agent -k [2021-02-08T10:33:06.466Z] unset SSH_AUTH_SOCK; [2021-02-08T10:33:06.466Z] unset SSH_AGENT_PID; [2021-02-08T10:33:06.467Z] echo Agent pid 52 killed; [2021-02-08T10:33:06.517Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-08T10:33:07.023Z] + git semver [Pipeline] } [2021-02-08T10:33:07.040Z] $ docker stop --time=1 a43112c396644fbc255e0b794a6bda966f16fc65df4fb52e27b6df5f1e83d469 [2021-02-08T10:33:08.868Z] $ docker rm -f a43112c396644fbc255e0b794a6bda966f16fc65df4fb52e27b6df5f1e83d469 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-08T10:33:09.340Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-08T10:33:09.879Z] Stashed 1 file(s) [Pipeline] echo [2021-02-08T10:33:09.882Z] [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-02-08T10:33:25.480Z] Still waiting to schedule task [2021-02-08T10:33:25.480Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-25552’ [2021-02-08T10:33:25.483Z] Still waiting to schedule task [2021-02-08T10:33:25.483Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-02-08T10:35:19.883Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-25553 in /w/workspace/dry_go-mod-core-contracts_PR-498 [Pipeline] { [Pipeline] ws [2021-02-08T10:35:19.943Z] Running in /w/workspace/go-mod-core-contracts/4 [Pipeline] { [Pipeline] checkout [2021-02-08T10:35:24.833Z] using credential edgex-jenkins-ssh [2021-02-08T10:35:24.897Z] Cloning the remote Git repository [2021-02-08T10:35:24.965Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-02-08T10:35:25.072Z] > git init /w/workspace/go-mod-core-contracts/4 # timeout=10 [2021-02-08T10:35:25.147Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-02-08T10:35:25.148Z] > git --version # timeout=10 [2021-02-08T10:35:25.164Z] > git --version # 'git version 2.17.1' [2021-02-08T10:35:25.166Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-08T10:35:25.210Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-08T10:35:26.957Z] Merging remotes/origin/master commit cdf6f9724aa4f5637705aab0063dc882d2a96c4e into PR head commit dde2e0e3c07ee3688cd04833edc3ba44ae951cfc [2021-02-08T10:35:27.247Z] Merge succeeded, producing dde2e0e3c07ee3688cd04833edc3ba44ae951cfc [2021-02-08T10:35:27.247Z] Checking out Revision dde2e0e3c07ee3688cd04833edc3ba44ae951cfc (PR-498) [2021-02-08T10:35:26.242Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-02-08T10:35:26.255Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-08T10:35:26.281Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-02-08T10:35:26.314Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-02-08T10:35:26.315Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-08T10:35:26.326Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/498/head:refs/remotes/origin/PR-498 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-08T10:35:26.981Z] > git config core.sparsecheckout # timeout=10 [2021-02-08T10:35:26.993Z] > git checkout -f dde2e0e3c07ee3688cd04833edc3ba44ae951cfc # timeout=10 [2021-02-08T10:35:27.125Z] > git remote # timeout=10 [2021-02-08T10:35:27.142Z] > git config --get remote.origin.url # timeout=10 [2021-02-08T10:35:27.163Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-08T10:35:27.173Z] > git merge cdf6f9724aa4f5637705aab0063dc882d2a96c4e # timeout=10 [2021-02-08T10:35:27.196Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-08T10:35:27.257Z] > git config core.sparsecheckout # timeout=10 [2021-02-08T10:35:27.308Z] > git checkout -f dde2e0e3c07ee3688cd04833edc3ba44ae951cfc # timeout=10 [2021-02-08T10:35:31.552Z] Commit message: "fix(v2): Correct UpdateSubscription DTO validation tags" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-08T10:35:33.265Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-08T10:35:33.722Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-08T10:35:34.067Z] + true [2021-02-08T10:35:34.067Z] + sudo service docker restart [Pipeline] unstash [Pipeline] echo [2021-02-08T10:35:36.979Z] ========================================================= [2021-02-08T10:35:36.979Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-08T10:35:36.979Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-08T10:35:37.372Z] + 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-02-08T10:35:38.827Z] Sending build context to Docker daemon 2.591MB [2021-02-08T10:35:38.827Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-02-08T10:35:38.827Z] Step 2/7 : FROM ${BASE} [2021-02-08T10:35:38.827Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-08T10:35:38.827Z] 5f621e34cdf4: Pulling fs layer [2021-02-08T10:35:38.827Z] a4357932f1b6: Pulling fs layer [2021-02-08T10:35:38.827Z] 18c013af1878: Pulling fs layer [2021-02-08T10:35:38.827Z] 00ac8860ef70: Pulling fs layer [2021-02-08T10:35:38.827Z] 63d7cb157983: Pulling fs layer [2021-02-08T10:35:38.827Z] b116817d02f9: Pulling fs layer [2021-02-08T10:35:38.827Z] 745a02a5169b: Pulling fs layer [2021-02-08T10:35:38.827Z] 00ac8860ef70: Waiting [2021-02-08T10:35:38.827Z] 63d7cb157983: Waiting [2021-02-08T10:35:38.827Z] b116817d02f9: Waiting [2021-02-08T10:35:38.827Z] 745a02a5169b: Waiting [2021-02-08T10:35:38.827Z] 18c013af1878: Verifying Checksum [2021-02-08T10:35:38.827Z] 18c013af1878: Download complete [2021-02-08T10:35:38.827Z] a4357932f1b6: Verifying Checksum [2021-02-08T10:35:38.827Z] a4357932f1b6: Download complete [2021-02-08T10:35:39.101Z] 63d7cb157983: Verifying Checksum [2021-02-08T10:35:39.101Z] 63d7cb157983: Download complete [2021-02-08T10:35:39.716Z] b116817d02f9: Download complete [2021-02-08T10:35:39.716Z] 5f621e34cdf4: Download complete [2021-02-08T10:35:40.321Z] 5f621e34cdf4: Pull complete [2021-02-08T10:35:40.938Z] a4357932f1b6: Pull complete [2021-02-08T10:35:41.217Z] 18c013af1878: Pull complete [2021-02-08T10:35:41.491Z] 745a02a5169b: Verifying Checksum [2021-02-08T10:35:41.491Z] 745a02a5169b: Download complete [2021-02-08T10:35:42.929Z] 00ac8860ef70: Verifying Checksum [2021-02-08T10:35:42.929Z] 00ac8860ef70: Download complete [2021-02-08T10:35:46.160Z] Running on prd-centos7-docker-4c-2g-25554 in /w/workspace/dry_go-mod-core-contracts_PR-498 [Pipeline] { [Pipeline] ws [2021-02-08T10:35:46.215Z] Running in /w/workspace/go-mod-core-contracts/4 [Pipeline] { [Pipeline] checkout [2021-02-08T10:35:48.654Z] using credential edgex-jenkins-ssh [2021-02-08T10:35:48.714Z] Cloning the remote Git repository [2021-02-08T10:35:48.731Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-02-08T10:35:48.799Z] > git init /w/workspace/go-mod-core-contracts/4 # timeout=10 [2021-02-08T10:35:48.863Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-02-08T10:35:48.864Z] > git --version # timeout=10 [2021-02-08T10:35:48.873Z] > git --version # 'git version 2.24.3' [2021-02-08T10:35:48.873Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-08T10:35:48.902Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-08T10:35:49.600Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-02-08T10:35:49.611Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-08T10:35:49.622Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-02-08T10:35:49.636Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-02-08T10:35:49.636Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-08T10:35:49.641Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/498/head:refs/remotes/origin/PR-498 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-08T10:35:50.164Z] Merging remotes/origin/master commit cdf6f9724aa4f5637705aab0063dc882d2a96c4e into PR head commit dde2e0e3c07ee3688cd04833edc3ba44ae951cfc [2021-02-08T10:35:50.289Z] Merge succeeded, producing dde2e0e3c07ee3688cd04833edc3ba44ae951cfc [2021-02-08T10:35:50.289Z] Checking out Revision dde2e0e3c07ee3688cd04833edc3ba44ae951cfc (PR-498) [2021-02-08T10:35:50.162Z] > git config core.sparsecheckout # timeout=10 [2021-02-08T10:35:50.167Z] > git checkout -f dde2e0e3c07ee3688cd04833edc3ba44ae951cfc # timeout=10 [2021-02-08T10:35:50.236Z] > git remote # timeout=10 [2021-02-08T10:35:50.248Z] > git config --get remote.origin.url # timeout=10 [2021-02-08T10:35:50.257Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-08T10:35:50.261Z] > git merge cdf6f9724aa4f5637705aab0063dc882d2a96c4e # timeout=10 [2021-02-08T10:35:50.272Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-08T10:35:50.281Z] > git config core.sparsecheckout # timeout=10 [2021-02-08T10:35:50.289Z] > git checkout -f dde2e0e3c07ee3688cd04833edc3ba44ae951cfc # timeout=10 [2021-02-08T10:35:53.122Z] 00ac8860ef70: Pull complete [2021-02-08T10:35:53.721Z] 63d7cb157983: Pull complete [2021-02-08T10:35:54.000Z] b116817d02f9: Pull complete [2021-02-08T10:35:54.000Z] Commit message: "fix(v2): Correct UpdateSubscription DTO validation tags" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-08T10:35:55.204Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-08T10:35:55.544Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-08T10:35:55.842Z] + sudo service docker restart [2021-02-08T10:35:55.842Z] + true [2021-02-08T10:35:55.842Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo [2021-02-08T10:35:56.965Z] ========================================================= [2021-02-08T10:35:56.965Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-08T10:35:56.965Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-08T10:35:57.314Z] + 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-02-08T10:35:57.892Z] Sending build context to Docker daemon 2.592MB [2021-02-08T10:35:57.892Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-02-08T10:35:57.892Z] Step 2/7 : FROM ${BASE} [2021-02-08T10:35:57.892Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-08T10:35:57.892Z] 188c0c94c7c5: Pulling fs layer [2021-02-08T10:35:57.892Z] 0ef7d3d256c8: Pulling fs layer [2021-02-08T10:35:57.892Z] de9db76c5a1d: Pulling fs layer [2021-02-08T10:35:57.892Z] bca2f99d35d6: Pulling fs layer [2021-02-08T10:35:57.892Z] 93359f2a8cfa: Pulling fs layer [2021-02-08T10:35:57.892Z] 7c6f9722023f: Pulling fs layer [2021-02-08T10:35:57.892Z] a35cf1a2eb13: Pulling fs layer [2021-02-08T10:35:57.892Z] 93359f2a8cfa: Waiting [2021-02-08T10:35:57.892Z] 7c6f9722023f: Waiting [2021-02-08T10:35:57.892Z] a35cf1a2eb13: Waiting [2021-02-08T10:35:57.892Z] bca2f99d35d6: Waiting [2021-02-08T10:35:57.892Z] de9db76c5a1d: Download complete [2021-02-08T10:35:57.892Z] 0ef7d3d256c8: Download complete [2021-02-08T10:35:57.892Z] 93359f2a8cfa: Verifying Checksum [2021-02-08T10:35:57.892Z] 93359f2a8cfa: Download complete [2021-02-08T10:35:57.892Z] 7c6f9722023f: Verifying Checksum [2021-02-08T10:35:57.892Z] 7c6f9722023f: Download complete [2021-02-08T10:35:58.158Z] 188c0c94c7c5: Verifying Checksum [2021-02-08T10:35:58.158Z] 188c0c94c7c5: Download complete [2021-02-08T10:35:58.348Z] 745a02a5169b: Pull complete [2021-02-08T10:35:58.348Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-08T10:35:58.348Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-08T10:35:58.348Z] ---> b7e6874047d6 [2021-02-08T10:35:58.348Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-02-08T10:35:58.420Z] 188c0c94c7c5: Pull complete [2021-02-08T10:35:58.687Z] 0ef7d3d256c8: Pull complete [2021-02-08T10:35:58.687Z] de9db76c5a1d: Pull complete [2021-02-08T10:35:59.642Z] a35cf1a2eb13: Verifying Checksum [2021-02-08T10:35:59.642Z] a35cf1a2eb13: Download complete [2021-02-08T10:36:00.220Z] bca2f99d35d6: Download complete [2021-02-08T10:36:00.957Z] ---> Running in a606d91b30f1 [2021-02-08T10:36:00.957Z] Removing intermediate container a606d91b30f1 [2021-02-08T10:36:00.957Z] ---> 22bb3b373f1b [2021-02-08T10:36:00.957Z] Step 4/7 : RUN apk add bash [2021-02-08T10:36:01.237Z] ---> Running in d1decc4fc01f [2021-02-08T10:36:02.217Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-08T10:36:03.194Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-08T10:36:04.628Z] OK: 142 MiB in 39 packages [2021-02-08T10:36:05.610Z] Removing intermediate container d1decc4fc01f [2021-02-08T10:36:05.610Z] ---> 17a04a392125 [2021-02-08T10:36:05.610Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-02-08T10:36:05.610Z] ---> Running in 0aebe6d5cb62 [2021-02-08T10:36:06.209Z] Removing intermediate container 0aebe6d5cb62 [2021-02-08T10:36:06.209Z] ---> b4041a872535 [2021-02-08T10:36:06.209Z] Step 6/7 : COPY go.mod . [2021-02-08T10:36:06.811Z] ---> 71c6363f9d74 [2021-02-08T10:36:06.811Z] Step 7/7 : RUN go mod download [2021-02-08T10:36:06.811Z] ---> Running in fdccc433bc03 [2021-02-08T10:36:06.892Z] bca2f99d35d6: Pull complete [2021-02-08T10:36:06.892Z] 93359f2a8cfa: Pull complete [2021-02-08T10:36:06.892Z] 7c6f9722023f: Pull complete [2021-02-08T10:36:13.536Z] a35cf1a2eb13: Pull complete [2021-02-08T10:36:13.536Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-08T10:36:13.536Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-08T10:36:13.536Z] ---> a62c8e92a672 [2021-02-08T10:36:13.536Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-02-08T10:36:13.536Z] ---> Running in 92a9da76615d [2021-02-08T10:36:13.536Z] Removing intermediate container 92a9da76615d [2021-02-08T10:36:13.536Z] ---> f61635d9d29b [2021-02-08T10:36:13.536Z] Step 4/7 : RUN apk add bash [2021-02-08T10:36:13.536Z] ---> Running in 9ae358810dfa [2021-02-08T10:36:14.488Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-08T10:36:15.064Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-08T10:36:16.014Z] OK: 166 MiB in 39 packages [2021-02-08T10:36:16.277Z] Removing intermediate container 9ae358810dfa [2021-02-08T10:36:16.277Z] ---> 5ea6ad2a8b2a [2021-02-08T10:36:16.277Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-02-08T10:36:16.545Z] ---> Running in 22089a9069c8 [2021-02-08T10:36:16.545Z] Removing intermediate container 22089a9069c8 [2021-02-08T10:36:16.545Z] ---> 3a5a9d00acdf [2021-02-08T10:36:16.545Z] Step 6/7 : COPY go.mod . [2021-02-08T10:36:16.810Z] ---> 75cb3f563972 [2021-02-08T10:36:16.810Z] Step 7/7 : RUN go mod download [2021-02-08T10:36:16.810Z] ---> Running in a1b169be3eda [2021-02-08T10:36:21.965Z] Removing intermediate container fdccc433bc03 [2021-02-08T10:36:21.965Z] ---> 6d2e0e0ddf14 [2021-02-08T10:36:21.965Z] Successfully built 6d2e0e0ddf14 [2021-02-08T10:36:21.965Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-08T10:36:22.305Z] + docker inspect -f . ci-base-image-arm64 [2021-02-08T10:36:22.305Z] . [Pipeline] withDockerContainer [2021-02-08T10:36:22.575Z] prd-ubuntu18.04-docker-arm64-4c-16g-25553 does not seem to be running inside a container [2021-02-08T10:36:22.659Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/4 -v /w/workspace/go-mod-core-contracts/4:/w/workspace/go-mod-core-contracts/4:rw,z -v /w/workspace/go-mod-core-contracts/4@tmp:/w/workspace/go-mod-core-contracts/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-08T10:36:24.310Z] $ docker top 15ad8d03e6a48a1a6062772fbd382753b6353cfd41cb355289102bb866e38dc7 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-08T10:36:25.304Z] + go version [2021-02-08T10:36:25.304Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-08T10:36:25.327Z] $ docker stop --time=1 15ad8d03e6a48a1a6062772fbd382753b6353cfd41cb355289102bb866e38dc7 [2021-02-08T10:36:27.220Z] $ docker rm -f 15ad8d03e6a48a1a6062772fbd382753b6353cfd41cb355289102bb866e38dc7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-08T10:36:28.142Z] + docker inspect -f . ci-base-image-arm64 [2021-02-08T10:36:28.142Z] . [Pipeline] withDockerContainer [2021-02-08T10:36:28.363Z] prd-ubuntu18.04-docker-arm64-4c-16g-25553 does not seem to be running inside a container [2021-02-08T10:36:28.438Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/4 -v /w/workspace/go-mod-core-contracts/4:/w/workspace/go-mod-core-contracts/4:rw,z -v /w/workspace/go-mod-core-contracts/4@tmp:/w/workspace/go-mod-core-contracts/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-08T10:36:29.100Z] Removing intermediate container a1b169be3eda [2021-02-08T10:36:29.100Z] ---> 7d7bea2290db [2021-02-08T10:36:29.100Z] Successfully built 7d7bea2290db [2021-02-08T10:36:29.100Z] Successfully tagged ci-base-image-x86_64:latest [2021-02-08T10:36:29.881Z] $ docker top 86d03deefa4873871bd3a88575192efd7640d43ce85e963b0c781b6d8f9023c9 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2021-02-08T10:36:30.709Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-08T10:36:30.709Z] . [Pipeline] withDockerContainer [2021-02-08T10:36:30.830Z] prd-centos7-docker-4c-2g-25554 does not seem to be running inside a container [2021-02-08T10:36:30.886Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/4 -v /w/workspace/go-mod-core-contracts/4:/w/workspace/go-mod-core-contracts/4:rw,z -v /w/workspace/go-mod-core-contracts/4@tmp:/w/workspace/go-mod-core-contracts/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-08T10:36:30.932Z] + make test [2021-02-08T10:36:30.932Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-02-08T10:36:31.690Z] $ docker top 84497e8c414792e345adb3e6cb86fe751d1224813f11c5c0101ecfa84cc4f6f3 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-08T10:36:32.234Z] + go version [2021-02-08T10:36:32.234Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-08T10:36:32.257Z] $ docker stop --time=1 84497e8c414792e345adb3e6cb86fe751d1224813f11c5c0101ecfa84cc4f6f3 [2021-02-08T10:36:33.639Z] $ docker rm -f 84497e8c414792e345adb3e6cb86fe751d1224813f11c5c0101ecfa84cc4f6f3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-08T10:36:34.503Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-08T10:36:34.503Z] . [Pipeline] withDockerContainer [2021-02-08T10:36:34.602Z] prd-centos7-docker-4c-2g-25554 does not seem to be running inside a container [2021-02-08T10:36:34.642Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/4 -v /w/workspace/go-mod-core-contracts/4:/w/workspace/go-mod-core-contracts/4:rw,z -v /w/workspace/go-mod-core-contracts/4@tmp:/w/workspace/go-mod-core-contracts/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-08T10:36:35.631Z] $ docker top 11b2004e717eba640734599a60e1d714e7268307550c6e4fa4cf93645f8bacf2 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-08T10:36:36.172Z] + make test [2021-02-08T10:36:36.172Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-02-08T10:36:44.468Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] [2021-02-08T10:36:44.468Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.021s coverage: 85.7% of statements [2021-02-08T10:36:44.468Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.026s coverage: 100.0% of statements [2021-02-08T10:36:44.468Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.033s coverage: 45.4% of statements [2021-02-08T10:36:44.468Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.017s coverage: 77.8% of statements [2021-02-08T10:36:44.468Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] [2021-02-08T10:36:44.734Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.010s coverage: 26.3% of statements [2021-02-08T10:36:45.320Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.016s coverage: 14.7% of statements [2021-02-08T10:36:45.320Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.011s coverage: 100.0% of statements [2021-02-08T10:36:45.588Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.042s coverage: 91.8% of statements [2021-02-08T10:36:45.588Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] [2021-02-08T10:36:45.588Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] [2021-02-08T10:36:45.588Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.037s coverage: 100.0% of statements [2021-02-08T10:36:45.588Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.008s coverage: 36.7% of statements [2021-02-08T10:36:48.175Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.019s coverage: 63.0% of statements [2021-02-08T10:36:48.175Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.010s coverage: 26.3% of statements [2021-02-08T10:36:48.175Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.007s coverage: 15.4% of statements [2021-02-08T10:36:48.175Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.006s coverage: 15.4% of statements [2021-02-08T10:36:48.175Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.005s coverage: 14.3% of statements [2021-02-08T10:36:48.175Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] [2021-02-08T10:36:49.595Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.061s coverage: 84.6% of statements [2021-02-08T10:36:49.595Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] [2021-02-08T10:36:49.595Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] [2021-02-08T10:36:49.595Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] [2021-02-08T10:36:50.189Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.012s coverage: 51.0% of statements [2021-02-08T10:36:50.189Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.009s coverage: 94.7% of statements [2021-02-08T10:36:50.189Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.039s coverage: 84.6% of statements [2021-02-08T10:36:50.189Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.009s coverage: 100.0% of statements [2021-02-08T10:36:50.189Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models [no test files] [2021-02-08T10:36:50.189Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-02-08T10:36:52.136Z] gofmt -l . [2021-02-08T10:36:52.136Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-02-08T10:36:52.412Z] $ docker stop --time=1 11b2004e717eba640734599a60e1d714e7268307550c6e4fa4cf93645f8bacf2 [2021-02-08T10:36:53.127Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] [2021-02-08T10:36:54.123Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.049s coverage: 85.7% of statements [2021-02-08T10:36:54.123Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.044s coverage: 100.0% of statements [2021-02-08T10:36:54.985Z] $ docker rm -f 11b2004e717eba640734599a60e1d714e7268307550c6e4fa4cf93645f8bacf2 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-08T10:36:55.619Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-02-08T10:36:56.017Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [2021-02-08T10:36:56.142Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.108s coverage: 45.4% of statements [2021-02-08T10:36:56.142Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.027s coverage: 77.8% of statements [2021-02-08T10:36:56.142Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] [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-02-08T10:36:58.149Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.049s coverage: 26.3% of statements [2021-02-08T10:36:59.599Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.075s coverage: 14.7% of statements [2021-02-08T10:36:59.599Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.023s coverage: 100.0% of statements [2021-02-08T10:37:00.596Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.079s coverage: 91.8% of statements [2021-02-08T10:37:00.596Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] [2021-02-08T10:37:00.596Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] [2021-02-08T10:37:00.596Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.012s coverage: 100.0% of statements [2021-02-08T10:37:00.596Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.016s coverage: 36.7% of statements [2021-02-08T10:37:06.030Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.086s coverage: 63.0% of statements [2021-02-08T10:37:06.030Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.015s coverage: 26.3% of statements [2021-02-08T10:37:06.030Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.026s coverage: 15.4% of statements [2021-02-08T10:37:06.030Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.036s coverage: 15.4% of statements [2021-02-08T10:37:06.030Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.036s coverage: 14.3% of statements [2021-02-08T10:37:06.030Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] [2021-02-08T10:37:10.357Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.224s coverage: 84.6% of statements [2021-02-08T10:37:10.357Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] [2021-02-08T10:37:10.357Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] [2021-02-08T10:37:10.357Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] [2021-02-08T10:37:10.357Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.048s coverage: 51.0% of statements [2021-02-08T10:37:10.633Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.027s coverage: 94.7% of statements [2021-02-08T10:37:11.232Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.158s coverage: 84.6% of statements [2021-02-08T10:37:11.822Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.022s coverage: 100.0% of statements [2021-02-08T10:37:11.822Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models [no test files] [2021-02-08T10:37:12.096Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-02-08T10:37:17.488Z] gofmt -l . [2021-02-08T10:37:18.084Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-02-08T10:37:18.702Z] $ docker stop --time=1 86d03deefa4873871bd3a88575192efd7640d43ce85e963b0c781b6d8f9023c9 [2021-02-08T10:37:21.092Z] $ docker rm -f 86d03deefa4873871bd3a88575192efd7640d43ce85e963b0c781b6d8f9023c9 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-08T10:37:22.025Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-02-08T10:37:22.094Z] Warning: overwriting stash ‘coverage-report’ [2021-02-08T10:37:23.167Z] 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-02-08T10:37:24.958Z] provisioning config files... [2021-02-08T10:37:24.972Z] copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_PR-498@tmp/config8120191310083746203tmp [Pipeline] { [Pipeline] sh [2021-02-08T10:37:25.345Z] + set +x [2021-02-08T10:37:25.345Z] + curl -s https://codecov.io/bash [2021-02-08T10:37:25.345Z] + bash -s -- [2021-02-08T10:37:25.609Z] [2021-02-08T10:37:25.609Z] _____ _ [2021-02-08T10:37:25.609Z] / ____| | | [2021-02-08T10:37:25.609Z] | | ___ __| | ___ ___ _____ __ [2021-02-08T10:37:25.609Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-02-08T10:37:25.609Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-02-08T10:37:25.609Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-02-08T10:37:25.609Z] Bash-20210129-7c25fce [2021-02-08T10:37:25.609Z] [2021-02-08T10:37:25.609Z] [2021-02-08T10:37:25.609Z] ==> git version 2.24.3 found [2021-02-08T10:37:25.609Z] ==> 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-02-08T10:37:25.609Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-02-08T10:37:25.609Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-02-08T10:37:25.609Z] ==> Jenkins CI detected. [2021-02-08T10:37:25.609Z] project root: . [2021-02-08T10:37:25.609Z] --> token set from env [2021-02-08T10:37:25.609Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-02-08T10:37:25.609Z] ==> Running gcov in . (disable via -X gcov) [2021-02-08T10:37:25.609Z] ==> Python coveragepy not found [2021-02-08T10:37:25.609Z] ==> Searching for coverage reports in: [2021-02-08T10:37:25.609Z] + . [2021-02-08T10:37:25.609Z] -> Found 1 reports [2021-02-08T10:37:25.609Z] ==> Detecting git/mercurial file structure [2021-02-08T10:37:25.609Z] ==> Reading reports [2021-02-08T10:37:25.609Z] + ./coverage.out bytes=148564 [2021-02-08T10:37:25.609Z] ==> Appending adjustments [2021-02-08T10:37:25.609Z] https://docs.codecov.io/docs/fixing-reports [2021-02-08T10:37:26.559Z] + Found adjustments [2021-02-08T10:37:26.559Z] ==> Gzipping contents [2021-02-08T10:37:26.559Z] 24K /tmp/codecov.9U4nVa.gz [2021-02-08T10:37:26.559Z] ==> Uploading reports [2021-02-08T10:37:26.559Z] url: https://codecov.io [2021-02-08T10:37:26.559Z] query: branch=PR-498&commit=dde2e0e3c07ee3688cd04833edc3ba44ae951cfc&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-498%2F4%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=498&job=&cmd_args= [2021-02-08T10:37:26.559Z] -> Pinging Codecov [2021-02-08T10:37:26.559Z] https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-498&commit=dde2e0e3c07ee3688cd04833edc3ba44ae951cfc&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-498%2F4%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=498&job=&cmd_args= [2021-02-08T10:37:27.509Z] -> Uploading to [2021-02-08T10:37:27.509Z] https://storage.googleapis.com/codecov/v4/raw/2021-02-08/71470A77251A30514AAF9C0BB2E5B6CE/dde2e0e3c07ee3688cd04833edc3ba44ae951cfc/6e6c40a9-4688-42e5-97a5-47b186c2f6bc.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210208%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210208T103727Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=fa933c6c98d8031ab8f82aeb652df73b15a10ddb93b92ae60522b7b3718d4c8c [2021-02-08T10:37:27.509Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-08T10:37:27.509Z] Dload Upload Total Spent Left Speed [2021-02-08T10:37:27.771Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 22656 0 0 100 22656 0 46156 --:--:-- --:--:-- --:--:-- 46142 [2021-02-08T10:37:27.771Z] -> View reports at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/dde2e0e3c07ee3688cd04833edc3ba44ae951cfc [Pipeline] } [2021-02-08T10:37:27.783Z] 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-02-08T10:37:30.136Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-08T10:37:30.445Z] ---> package-listing.sh [2021-02-08T10:37:30.445Z] ++ facter osfamily [2021-02-08T10:37:30.445Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-08T10:37:30.445Z] + OS_FAMILY=redhat [2021-02-08T10:37:30.445Z] + workspace=/w/workspace/dry_go-mod-core-contracts_PR-498 [2021-02-08T10:37:30.445Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-08T10:37:30.445Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-08T10:37:30.445Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-08T10:37:30.445Z] + PACKAGES=/tmp/packages_start.txt [2021-02-08T10:37:30.445Z] + '[' /w/workspace/dry_go-mod-core-contracts_PR-498 ']' [2021-02-08T10:37:30.445Z] + PACKAGES=/tmp/packages_end.txt [2021-02-08T10:37:30.445Z] + case "${OS_FAMILY}" in [2021-02-08T10:37:30.445Z] + rpm -qa [2021-02-08T10:37:30.445Z] + sort [2021-02-08T10:37:34.690Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-08T10:37:34.690Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-08T10:37:34.690Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-08T10:37:34.690Z] + '[' /w/workspace/dry_go-mod-core-contracts_PR-498 ']' [2021-02-08T10:37:34.690Z] + mkdir -p /w/workspace/dry_go-mod-core-contracts_PR-498/archives/ [2021-02-08T10:37:34.690Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_PR-498/archives/ [Pipeline] echo [2021-02-08T10:37:34.706Z] 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-498/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-02-08T10:37:35.002Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-08T10:37:35.309Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-08T10:37:35.309Z] [2021-02-08T10:37:35.309Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-08T10:37:35.664Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-08T10:37:35.664Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-08T10:37:35.664Z] df20fa9351a1: Pulling fs layer [2021-02-08T10:37:35.664Z] 36b3adc4ff6f: Pulling fs layer [2021-02-08T10:37:35.664Z] 8ad3a11d3b57: Pulling fs layer [2021-02-08T10:37:35.664Z] 46f8f816bc3b: Pulling fs layer [2021-02-08T10:37:35.664Z] 93b61091891f: Pulling fs layer [2021-02-08T10:37:35.664Z] 93b9cdb0e59b: Pulling fs layer [2021-02-08T10:37:35.664Z] 5e14af77c1be: Pulling fs layer [2021-02-08T10:37:35.664Z] 01666e4c0597: Pulling fs layer [2021-02-08T10:37:35.664Z] aa168da1d23b: Pulling fs layer [2021-02-08T10:37:35.664Z] 46f8f816bc3b: Waiting [2021-02-08T10:37:35.664Z] 93b61091891f: Waiting [2021-02-08T10:37:35.664Z] 01666e4c0597: Waiting [2021-02-08T10:37:35.664Z] aa168da1d23b: Waiting [2021-02-08T10:37:35.664Z] 93b9cdb0e59b: Waiting [2021-02-08T10:37:35.664Z] 5e14af77c1be: Waiting [2021-02-08T10:37:35.664Z] 36b3adc4ff6f: Verifying Checksum [2021-02-08T10:37:35.664Z] 36b3adc4ff6f: Download complete [2021-02-08T10:37:35.664Z] 46f8f816bc3b: Verifying Checksum [2021-02-08T10:37:35.664Z] 46f8f816bc3b: Download complete [2021-02-08T10:37:35.664Z] df20fa9351a1: Verifying Checksum [2021-02-08T10:37:35.664Z] df20fa9351a1: Download complete [2021-02-08T10:37:35.664Z] 93b9cdb0e59b: Verifying Checksum [2021-02-08T10:37:35.664Z] 93b9cdb0e59b: Download complete [2021-02-08T10:37:35.929Z] 5e14af77c1be: Verifying Checksum [2021-02-08T10:37:35.929Z] 5e14af77c1be: Download complete [2021-02-08T10:37:35.929Z] 93b61091891f: Verifying Checksum [2021-02-08T10:37:35.929Z] 93b61091891f: Download complete [2021-02-08T10:37:35.929Z] 01666e4c0597: Verifying Checksum [2021-02-08T10:37:35.929Z] 01666e4c0597: Download complete [2021-02-08T10:37:35.929Z] 8ad3a11d3b57: Verifying Checksum [2021-02-08T10:37:35.929Z] 8ad3a11d3b57: Download complete [2021-02-08T10:37:36.196Z] df20fa9351a1: Pull complete [2021-02-08T10:37:36.463Z] 36b3adc4ff6f: Pull complete [2021-02-08T10:37:37.869Z] 8ad3a11d3b57: Pull complete [2021-02-08T10:37:37.869Z] 46f8f816bc3b: Pull complete [2021-02-08T10:37:37.869Z] aa168da1d23b: Verifying Checksum [2021-02-08T10:37:37.869Z] aa168da1d23b: Download complete [2021-02-08T10:37:38.448Z] 93b61091891f: Pull complete [2021-02-08T10:37:38.448Z] 93b9cdb0e59b: Pull complete [2021-02-08T10:37:38.712Z] 5e14af77c1be: Pull complete [2021-02-08T10:37:38.712Z] 01666e4c0597: Pull complete [2021-02-08T10:37:45.353Z] aa168da1d23b: Pull complete [2021-02-08T10:37:45.353Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-08T10:37:45.353Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-08T10:37:45.353Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-08T10:37:45.522Z] prd-centos7-docker-4c-2g-25552 does not seem to be running inside a container [2021-02-08T10:37:45.571Z] $ 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-498/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-498 -v /w/workspace/dry_go-mod-core-contracts_PR-498:/w/workspace/dry_go-mod-core-contracts_PR-498:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-498@tmp:/w/workspace/dry_go-mod-core-contracts_PR-498@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-02-08T10:37:48.700Z] $ docker top 67f961b0e1c0d8421deecd22606a6a0ed100c26282f6fa9f9940a5eb6b210989 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-08T10:37:49.328Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-08T10:37:49.631Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-08T10:37:49.940Z] + ls /var/log/sa-host [2021-02-08T10:37:49.940Z] + sadf -c /var/log/sa-host/sa08 [2021-02-08T10:37:49.940Z] file_magic: OK [2021-02-08T10:37:49.940Z] HZ: Using current value: 100 [2021-02-08T10:37:49.940Z] file_header: OK [2021-02-08T10:37:49.940Z] 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-02-08T10:37:49.940Z] Statistics: [2021-02-08T10:37:49.940Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-02-08T10:37:49.940Z] File successfully converted to sysstat format version 12.2.1 [2021-02-08T10:37:49.940Z] + sadf -c /var/log/sa-host/sa23 [2021-02-08T10:37:49.940Z] file_magic: OK [2021-02-08T10:37:49.940Z] HZ: Using current value: 100 [2021-02-08T10:37:49.940Z] file_header: OK [2021-02-08T10:37:49.940Z] 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-02-08T10:37:49.940Z] Statistics: [2021-02-08T10:37:49.940Z] Hnuu...uuuununununu... [2021-02-08T10:37:49.940Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-08T10:37:50.610Z] provisioning config files... [2021-02-08T10:37:50.629Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-498@tmp/config2161516146176679470tmp [Pipeline] { [Pipeline] echo [2021-02-08T10:37:50.715Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-08T10:37:51.016Z] ---> create-netrc.sh [Pipeline] } [2021-02-08T10:37:51.027Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-08T10:37:51.137Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-08T10:37:51.443Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-08T10:37:51.455Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-08T10:37:51.753Z] ---> sudo-logs.sh [2021-02-08T10:37:51.753Z] Archiving 'sudo' log.. [Pipeline] echo [2021-02-08T10:37:51.764Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-08T10:37:52.066Z] ---> job-cost.sh [2021-02-08T10:37:52.067Z] lf-activate-venv: SKIPPING [2021-02-08T10:37:52.067Z] INFO: No Stack... [2021-02-08T10:37:53.019Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-08T10:37:53.593Z] INFO: Archiving Costs [Pipeline] echo [2021-02-08T10:37:53.609Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-08T10:37:53.912Z] ---> logs-deploy.sh [2021-02-08T10:37:53.913Z] lf-activate-venv: SKIPPING [2021-02-08T10:37:53.913Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-498/4 [2021-02-08T10:37:53.913Z] INFO: archiving workspace using pattern(s): [2021-02-08T10:37:55.841Z] Archives upload complete. [2021-02-08T10:37:55.841Z] INFO: archiving logs to Nexus [2021-02-08T10:37:56.792Z] ---> uname -a: [2021-02-08T10:37:56.792Z] Linux prd-centos7-docker-4c-2g-25552.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-02-08T10:37:56.792Z] [2021-02-08T10:37:56.792Z] [2021-02-08T10:37:56.792Z] ---> lscpu: [2021-02-08T10:37:56.792Z] Architecture: x86_64 [2021-02-08T10:37:56.792Z] CPU op-mode(s): 32-bit, 64-bit [2021-02-08T10:37:56.792Z] Byte Order: Little Endian [2021-02-08T10:37:56.792Z] Address sizes: 40 bits physical, 48 bits virtual [2021-02-08T10:37:56.792Z] CPU(s): 4 [2021-02-08T10:37:56.792Z] On-line CPU(s) list: 0-3 [2021-02-08T10:37:56.792Z] Thread(s) per core: 1 [2021-02-08T10:37:56.792Z] Core(s) per socket: 1 [2021-02-08T10:37:56.792Z] Socket(s): 4 [2021-02-08T10:37:56.792Z] NUMA node(s): 1 [2021-02-08T10:37:56.792Z] Vendor ID: GenuineIntel [2021-02-08T10:37:56.792Z] CPU family: 6 [2021-02-08T10:37:56.792Z] Model: 44 [2021-02-08T10:37:56.792Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-02-08T10:37:56.792Z] Stepping: 1 [2021-02-08T10:37:56.792Z] CPU MHz: 2933.442 [2021-02-08T10:37:56.792Z] BogoMIPS: 5866.88 [2021-02-08T10:37:56.792Z] Virtualization: VT-x [2021-02-08T10:37:56.792Z] Hypervisor vendor: KVM [2021-02-08T10:37:56.792Z] Virtualization type: full [2021-02-08T10:37:56.792Z] L1d cache: 128 KiB [2021-02-08T10:37:56.792Z] L1i cache: 128 KiB [2021-02-08T10:37:56.792Z] L2 cache: 16 MiB [2021-02-08T10:37:56.792Z] L3 cache: 64 MiB [2021-02-08T10:37:56.792Z] NUMA node0 CPU(s): 0-3 [2021-02-08T10:37:56.792Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-02-08T10:37:56.792Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-02-08T10:37:56.792Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-02-08T10:37:56.792Z] Vulnerability Meltdown: Mitigation; PTI [2021-02-08T10:37:56.792Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-02-08T10:37:56.792Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-02-08T10:37:56.792Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-02-08T10:37:56.792Z] Vulnerability Srbds: Not affected [2021-02-08T10:37:56.792Z] Vulnerability Tsx async abort: Not affected [2021-02-08T10:37:56.792Z] 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-02-08T10:37:56.792Z] [2021-02-08T10:37:56.792Z] [2021-02-08T10:37:56.792Z] ---> nproc: [2021-02-08T10:37:56.793Z] 4 [2021-02-08T10:37:56.793Z] [2021-02-08T10:37:56.793Z] [2021-02-08T10:37:56.793Z] ---> df -h: [2021-02-08T10:37:56.793Z] Filesystem Size Used Available Use% Mounted on [2021-02-08T10:37:56.793Z] overlay 50.0G 7.3G 42.7G 15% / [2021-02-08T10:37:56.793Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-02-08T10:37:56.793Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-02-08T10:37:56.793Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-02-08T10:37:56.793Z] /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os [2021-02-08T10:37:56.793Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf [2021-02-08T10:37:56.793Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname [2021-02-08T10:37:56.793Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts [2021-02-08T10:37:56.793Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log [2021-02-08T10:37:56.793Z] /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dry_go-mod-core-contracts_PR-498 [2021-02-08T10:37:56.793Z] /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json [2021-02-08T10:37:56.793Z] /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dry_go-mod-core-contracts_PR-498@tmp [2021-02-08T10:37:56.793Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host [2021-02-08T10:37:56.793Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure [2021-02-08T10:37:56.793Z] [2021-02-08T10:37:56.793Z] [2021-02-08T10:37:56.793Z] ---> free -m: [2021-02-08T10:37:56.793Z] total used free shared buff/cache available [2021-02-08T10:37:56.793Z] Mem: 1837 689 112 0 1035 1043 [2021-02-08T10:37:56.793Z] Swap: 1023 1 1022 [2021-02-08T10:37:56.793Z] [2021-02-08T10:37:56.793Z] [2021-02-08T10:37:56.793Z] ---> ip addr: [2021-02-08T10:37:56.793Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-02-08T10:37:56.793Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-02-08T10:37:56.793Z] inet 127.0.0.1/8 scope host lo [2021-02-08T10:37:56.793Z] valid_lft forever preferred_lft forever [2021-02-08T10:37:56.793Z] inet6 ::1/128 scope host [2021-02-08T10:37:56.793Z] valid_lft forever preferred_lft forever [2021-02-08T10:37:56.793Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-02-08T10:37:56.793Z] link/ether fa:16:3e:3a:85:a1 brd ff:ff:ff:ff:ff:ff [2021-02-08T10:37:56.793Z] inet 10.30.122.175/23 brd 10.30.123.255 scope global dynamic eth0 [2021-02-08T10:37:56.793Z] valid_lft 86059sec preferred_lft 86059sec [2021-02-08T10:37:56.793Z] inet6 fe80::f816:3eff:fe3a:85a1/64 scope link [2021-02-08T10:37:56.793Z] valid_lft forever preferred_lft forever [2021-02-08T10:37:56.793Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-02-08T10:37:56.793Z] link/ether 02:42:95:7b:59:18 brd ff:ff:ff:ff:ff:ff [2021-02-08T10:37:56.793Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-02-08T10:37:56.793Z] valid_lft forever preferred_lft forever [2021-02-08T10:37:56.793Z] inet6 fe80::42:95ff:fe7b:5918/64 scope link [2021-02-08T10:37:56.793Z] valid_lft forever preferred_lft forever [2021-02-08T10:37:56.793Z] [2021-02-08T10:37:56.793Z] [2021-02-08T10:37:56.793Z] ---> sar -b -r -n DEV: [2021-02-08T10:37:56.793Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/08/21 _x86_64_ (4 CPU) [2021-02-08T10:37:56.793Z] [2021-02-08T10:37:56.793Z] 10:32:05 LINUX RESTART (4 CPU) [2021-02-08T10:37:56.793Z] [2021-02-08T10:37:56.793Z] 10:33:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-02-08T10:37:56.793Z] 10:34:01 13.25 3.45 9.80 0.00 1001.76 298.17 0.00 [2021-02-08T10:37:56.793Z] 10:35:01 1.86 0.00 1.86 0.00 0.00 39.16 0.00 [2021-02-08T10:37:56.793Z] 10:36:01 0.22 0.00 0.22 0.00 0.00 3.25 0.00 [2021-02-08T10:37:56.793Z] 10:37:01 0.18 0.00 0.18 0.00 0.00 1.88 0.00 [2021-02-08T10:37:56.793Z] Average: 3.84 0.85 2.99 0.00 247.39 84.76 0.00 [2021-02-08T10:37:56.793Z] [2021-02-08T10:37:56.793Z] 10:33:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-02-08T10:37:56.793Z] 10:34:01 123916 0 583328 31.00 2620 1171680 1082996 36.96 395128 1160904 24 [2021-02-08T10:37:56.793Z] 10:35:01 121988 0 585248 31.10 2620 1171688 1083060 36.96 401816 1156132 8 [2021-02-08T10:37:56.793Z] 10:36:01 126792 0 580440 30.85 2620 1171692 1064876 36.34 399120 1154692 12 [2021-02-08T10:37:56.793Z] 10:37:01 127104 0 580128 30.83 2620 1171692 1064708 36.34 399732 1154212 12 [2021-02-08T10:37:56.793Z] Average: 124950 0 582286 30.95 2620 1171688 1073910 36.65 398949 1156485 14 [2021-02-08T10:37:56.793Z] [2021-02-08T10:37:56.793Z] 10:33:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-02-08T10:37:56.793Z] 10:34:01 eth0 33.75 30.86 40.29 24.50 0.00 0.00 0.00 0.00 [2021-02-08T10:37:56.793Z] 10:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-08T10:37:56.793Z] 10:34:01 docker0 11.41 8.67 2.02 19.26 0.00 0.00 0.00 0.00 [2021-02-08T10:37:56.793Z] 10:35:01 eth0 4.03 1.20 3.06 0.08 0.00 0.00 0.00 0.00 [2021-02-08T10:37:56.793Z] 10:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-08T10:37:56.793Z] 10:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-08T10:37:56.793Z] 10:36:01 eth0 1.48 0.58 0.59 0.40 0.00 0.00 0.00 0.00 [2021-02-08T10:37:56.793Z] 10:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-08T10:37:56.793Z] 10:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-08T10:37:56.793Z] 10:37:01 eth0 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2021-02-08T10:37:56.793Z] 10:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-08T10:37:56.793Z] 10:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-08T10:37:56.793Z] Average: eth0 9.74 8.08 10.87 6.17 0.00 0.00 0.00 0.00 [2021-02-08T10:37:56.793Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-08T10:37:56.793Z] Average: docker0 2.82 2.14 0.50 4.76 0.00 0.00 0.00 0.00 [2021-02-08T10:37:56.793Z] [2021-02-08T10:37:56.793Z] [2021-02-08T10:37:56.793Z] ---> sar -P ALL: [2021-02-08T10:37:56.793Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/08/21 _x86_64_ (4 CPU) [2021-02-08T10:37:56.793Z] [2021-02-08T10:37:56.793Z] 10:32:05 LINUX RESTART (4 CPU) [2021-02-08T10:37:56.793Z] [2021-02-08T10:37:56.793Z] 10:33:02 CPU %user %nice %system %iowait %steal %idle [2021-02-08T10:37:56.793Z] 10:34:01 all 1.39 0.00 0.94 0.37 0.02 97.27 [2021-02-08T10:37:56.793Z] 10:34:01 0 1.31 0.00 1.19 0.56 0.02 96.92 [2021-02-08T10:37:56.793Z] 10:34:01 1 1.62 0.00 1.00 0.07 0.03 97.28 [2021-02-08T10:37:56.793Z] 10:34:01 2 1.45 0.00 0.75 0.37 0.02 97.42 [2021-02-08T10:37:56.793Z] 10:34:01 3 1.21 0.00 0.83 0.48 0.00 97.48 [2021-02-08T10:37:56.793Z] 10:35:01 all 0.14 0.00 0.06 0.00 0.00 99.79 [2021-02-08T10:37:56.793Z] 10:35:01 0 0.15 0.00 0.05 0.00 0.00 99.80 [2021-02-08T10:37:56.793Z] 10:35:01 1 0.20 0.00 0.12 0.00 0.02 99.67 [2021-02-08T10:37:56.793Z] 10:35:01 2 0.15 0.00 0.03 0.00 0.00 99.82 [2021-02-08T10:37:56.793Z] 10:35:01 3 0.07 0.00 0.05 0.00 0.00 99.88 [2021-02-08T10:37:56.793Z] 10:36:01 all 0.11 0.00 0.06 0.00 0.00 99.82 [2021-02-08T10:37:56.793Z] 10:36:01 0 0.05 0.00 0.03 0.00 0.00 99.92 [2021-02-08T10:37:56.793Z] 10:36:01 1 0.27 0.00 0.10 0.00 0.00 99.63 [2021-02-08T10:37:56.793Z] 10:36:01 2 0.07 0.00 0.05 0.00 0.00 99.88 [2021-02-08T10:37:56.793Z] 10:36:01 3 0.07 0.00 0.07 0.00 0.02 99.85 [2021-02-08T10:37:56.793Z] 10:37:01 all 0.13 0.00 0.03 0.00 0.00 99.84 [2021-02-08T10:37:56.793Z] 10:37:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-02-08T10:37:56.793Z] 10:37:01 1 0.37 0.00 0.02 0.00 0.00 99.62 [2021-02-08T10:37:56.793Z] 10:37:01 2 0.07 0.00 0.05 0.00 0.02 99.87 [2021-02-08T10:37:56.793Z] 10:37:01 3 0.05 0.00 0.05 0.00 0.00 99.90 [2021-02-08T10:37:56.793Z] Average: all 0.44 0.00 0.27 0.09 0.01 99.19 [2021-02-08T10:37:56.793Z] Average: 0 0.38 0.00 0.32 0.14 0.00 99.16 [2021-02-08T10:37:56.793Z] Average: 1 0.61 0.00 0.31 0.02 0.01 99.06 [2021-02-08T10:37:56.793Z] Average: 2 0.43 0.00 0.22 0.09 0.01 99.25 [2021-02-08T10:37:56.793Z] Average: 3 0.34 0.00 0.25 0.12 0.00 99.29 [2021-02-08T10:37:56.793Z] [2021-02-08T10:37:56.793Z] [2021-02-08T10:37:56.793Z]