Pull request #271 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 e41c41f925ee804344b3ac15cd9e17d57aac9674+526dc5f10a42b0a0548c6493116ed2250912fbb9 (3265733b1bc58cfb381226779d45f3427c9b9e80) 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 f17c8f7ddcfcae814424951d38f1611fe0b2aacf 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 f17c8f7ddcfcae814424951d38f1611fe0b2aacf 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 f17c8f7ddcfcae814424951d38f1611fe0b2aacf (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f17c8f7ddcfcae814424951d38f1611fe0b2aacf # timeout=10 Commit message: "Merge pull request #232 from ernestojeda/update-snap-agent-c" > 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. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-core-contracts, goVersion:1.13, 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.13 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-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 [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-213’ is offline Running on prd-centos7-docker-4c-2g-804 in /w/workspace/dry_go-mod-core-contracts_PR-271 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Fetching without tags Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git > git init /w/workspace/dry_go-mod-core-contracts_PR-271 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/271/head:refs/remotes/origin/PR-271 +refs/heads/master:refs/remotes/origin/master # 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/pull/271/head:refs/remotes/origin/PR-271 # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # 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 --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/271/head:refs/remotes/origin/PR-271 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 526dc5f10a42b0a0548c6493116ed2250912fbb9 into PR head commit e41c41f925ee804344b3ac15cd9e17d57aac9674 Merge succeeded, producing e41c41f925ee804344b3ac15cd9e17d57aac9674 Checking out Revision e41c41f925ee804344b3ac15cd9e17d57aac9674 (PR-271) > git config core.sparsecheckout # timeout=10 > git checkout -f e41c41f925ee804344b3ac15cd9e17d57aac9674 # 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 526dc5f10a42b0a0548c6493116ed2250912fbb9 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e41c41f925ee804344b3ac15cd9e17d57aac9674 # timeout=10 Commit message: "Merge branch 'tags' of https://github.com/lenny-intel/go-mod-core-contracts into tags" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-08-31T18:10:05.890Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-08-31T18:10:06.129Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { > git rev-list --no-walk ad6bb672a158df7dfc695df618da99a0e2ddc9c3 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-08-31T18:10:06.347Z] ========================================================= [2020-08-31T18:10:06.347Z] EdgeX Global Pipelines Version Info [2020-08-31T18:10:06.347Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-08-31T18:10:07.776Z] ------------------- [2020-08-31T18:10:07.776Z] stable info: [2020-08-31T18:10:07.776Z] ------------------- [2020-08-31T18:10:07.776Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-08-31T18:10:07.776Z] Commit SHA: f17c8f7ddcfcae814424951d38f1611fe0b2aacf [2020-08-31T18:10:07.776Z] Message: update stable to v1.0.114 [2020-08-31T18:10:08.717Z] ------------------- [2020-08-31T18:10:08.717Z] experimental info: [2020-08-31T18:10:08.717Z] ------------------- [2020-08-31T18:10:08.717Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-08-31T18:10:08.717Z] Commit SHA: f17c8f7ddcfcae814424951d38f1611fe0b2aacf [2020-08-31T18:10:08.717Z] Message: update experimental to v1.0.114 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-08-31T18:10:09.011Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo [2020-08-31T18:10:09.092Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo [2020-08-31T18:10:09.162Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-08-31T18:10:09.239Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-08-31T18:10:09.309Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-08-31T18:10:09.383Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.13 [Pipeline] echo [2020-08-31T18:10:09.456Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-08-31T18:10:09.582Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [Pipeline] echo [2020-08-31T18:10:09.657Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-08-31T18:10:09.750Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-08-31T18:10:09.861Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-08-31T18:10:09.945Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo [2020-08-31T18:10:10.035Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-08-31T18:10:10.204Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-08-31T18:10:10.298Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2020-08-31T18:10:10.410Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-08-31T18:10:10.565Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-08-31T18:10:10.678Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-08-31T18:10:10.806Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo [2020-08-31T18:10:10.922Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-08-31T18:10:10.996Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-08-31T18:10:11.067Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-08-31T18:10:11.156Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-271 [Pipeline] echo [2020-08-31T18:10:11.246Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-271 [Pipeline] echo [2020-08-31T18:10:11.322Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-271 [Pipeline] echo [2020-08-31T18:10:11.410Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = e41c41f925ee804344b3ac15cd9e17d57aac9674 [Pipeline] echo [2020-08-31T18:10:11.493Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = e41c41f [Pipeline] echo [2020-08-31T18:10:11.569Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-08-31T18:10:12.193Z] + git log --format=format:%s -1 e41c41f925ee804344b3ac15cd9e17d57aac9674 [Pipeline] echo [2020-08-31T18:10:12.255Z] GIT_COMMIT: e41c41f925ee804344b3ac15cd9e17d57aac9674, Commit Message: Merge branch 'tags' of https://github.com/lenny-intel/go-mod-core-contracts into tags [Pipeline] echo [2020-08-31T18:10:12.351Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-08-31T18:10:13.213Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-31T18:10:14.166Z] [2020-08-31T18:10:14.166Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-08-31T18:10:14.513Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-31T18:10:14.513Z] latest: Pulling from edgex-devops/git-semver [2020-08-31T18:10:14.513Z] 31603596830f: Pulling fs layer [2020-08-31T18:10:14.513Z] 2a8b12db71e7: Pulling fs layer [2020-08-31T18:10:14.513Z] 6ca5941a6612: Pulling fs layer [2020-08-31T18:10:14.513Z] ecc8261a40a4: Pulling fs layer [2020-08-31T18:10:14.513Z] ecc8261a40a4: Waiting [2020-08-31T18:10:14.513Z] 2a8b12db71e7: Verifying Checksum [2020-08-31T18:10:14.513Z] 2a8b12db71e7: Download complete [2020-08-31T18:10:14.775Z] 31603596830f: Verifying Checksum [2020-08-31T18:10:14.775Z] 31603596830f: Download complete [2020-08-31T18:10:14.775Z] ecc8261a40a4: Verifying Checksum [2020-08-31T18:10:14.775Z] ecc8261a40a4: Download complete [2020-08-31T18:10:14.775Z] 6ca5941a6612: Verifying Checksum [2020-08-31T18:10:14.775Z] 6ca5941a6612: Download complete [2020-08-31T18:10:15.037Z] 31603596830f: Pull complete [2020-08-31T18:10:15.037Z] 2a8b12db71e7: Pull complete [2020-08-31T18:10:16.000Z] 6ca5941a6612: Pull complete [2020-08-31T18:10:16.265Z] ecc8261a40a4: Pull complete [2020-08-31T18:10:16.265Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-08-31T18:10:16.265Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-31T18:10:16.265Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-08-31T18:10:16.365Z] prd-centos7-docker-4c-2g-804 does not seem to be running inside a container [2020-08-31T18:10:16.415Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_PR-271 -v /w/workspace/dry_go-mod-core-contracts_PR-271:/w/workspace/dry_go-mod-core-contracts_PR-271:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-271@tmp:/w/workspace/dry_go-mod-core-contracts_PR-271@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-08-31T18:10:18.736Z] $ docker top 3ddaf1f3d3e38b473f4555ee84cc46f10daee16207bd8feab0aeaa123eba1c5b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-31T18:10:18.982Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-31T18:10:18.982Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-31T18:10:19.189Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-31T18:10:19.198Z] $ docker exec 3ddaf1f3d3e38b473f4555ee84cc46f10daee16207bd8feab0aeaa123eba1c5b ssh-agent [2020-08-31T18:10:19.361Z] SSH_AUTH_SOCK=/tmp/ssh-oANXFIfMpvmZ/agent.11 [2020-08-31T18:10:19.361Z] SSH_AGENT_PID=16 [2020-08-31T18:10:19.373Z] Running ssh-add (command line suppressed) [2020-08-31T18:10:19.501Z] Identity added: /w/workspace/dry_go-mod-core-contracts_PR-271@tmp/private_key_2318498061636436742.key (/w/workspace/dry_go-mod-core-contracts_PR-271@tmp/private_key_2318498061636436742.key) [2020-08-31T18:10:19.552Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-31T18:10:19.877Z] + git describe --exact-match --tags HEAD [2020-08-31T18:10:19.877Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-08-31T18:10:19.904Z] $ docker exec --env ******** --env ******** 3ddaf1f3d3e38b473f4555ee84cc46f10daee16207bd8feab0aeaa123eba1c5b ssh-agent -k [2020-08-31T18:10:20.010Z] unset SSH_AUTH_SOCK; [2020-08-31T18:10:20.010Z] unset SSH_AGENT_PID; [2020-08-31T18:10:20.010Z] echo Agent pid 16 killed; [2020-08-31T18:10:20.047Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-08-31T18:10:20.197Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-08-31T18:10:20.197Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-08-31T18:10:20.373Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-31T18:10:20.373Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-31T18:10:20.545Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-31T18:10:20.554Z] $ docker exec 3ddaf1f3d3e38b473f4555ee84cc46f10daee16207bd8feab0aeaa123eba1c5b ssh-agent [2020-08-31T18:10:20.714Z] SSH_AUTH_SOCK=/tmp/ssh-VazkDFH6oIJn/agent.45 [2020-08-31T18:10:20.714Z] SSH_AGENT_PID=50 [2020-08-31T18:10:20.720Z] Running ssh-add (command line suppressed) [2020-08-31T18:10:20.843Z] Identity added: /w/workspace/dry_go-mod-core-contracts_PR-271@tmp/private_key_1886069569159829310.key (/w/workspace/dry_go-mod-core-contracts_PR-271@tmp/private_key_1886069569159829310.key) [2020-08-31T18:10:20.884Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-31T18:10:21.211Z] + git semver init [2020-08-31T18:10:21.211Z] # -> Open(): unable to determine branch for HEAD [2020-08-31T18:10:21.211Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_PR-271/.git [2020-08-31T18:10:21.211Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_PR-271 [2020-08-31T18:10:21.211Z] # $SEMVER_REMOTE_NAME = origin [2020-08-31T18:10:21.211Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-31T18:10:21.211Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-31T18:10:21.211Z] # $SEMVER_BRANCH = PR-271 [2020-08-31T18:10:21.211Z] # $SEMVER_TEMP = /tmp/semver-846250181 [2020-08-31T18:10:21.211Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP [2020-08-31T18:10:21.785Z] # '/tmp/semver-846250181' -> '/w/workspace/dry_go-mod-core-contracts_PR-271/.semver' [2020-08-31T18:10:21.785Z] # -> Force: false [2020-08-31T18:10:21.785Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_PR-271/.semver [Pipeline] } [2020-08-31T18:10:21.801Z] $ docker exec --env ******** --env ******** 3ddaf1f3d3e38b473f4555ee84cc46f10daee16207bd8feab0aeaa123eba1c5b ssh-agent -k [2020-08-31T18:10:21.929Z] unset SSH_AUTH_SOCK; [2020-08-31T18:10:21.929Z] unset SSH_AGENT_PID; [2020-08-31T18:10:21.929Z] echo Agent pid 50 killed; [2020-08-31T18:10:21.972Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-31T18:10:22.412Z] + git semver [Pipeline] } [2020-08-31T18:10:22.433Z] $ docker stop --time=1 3ddaf1f3d3e38b473f4555ee84cc46f10daee16207bd8feab0aeaa123eba1c5b [2020-08-31T18:10:24.147Z] $ docker rm -f 3ddaf1f3d3e38b473f4555ee84cc46f10daee16207bd8feab0aeaa123eba1c5b [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-08-31T18:10:24.975Z] Stashed 89 file(s) [Pipeline] echo [2020-08-31T18:10:24.978Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo [2020-08-31T18:10:25.052Z] Archived original 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-08-31T18:10:40.407Z] Still waiting to schedule task [2020-08-31T18:10:40.407Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-08-31T18:10:40.409Z] Still waiting to schedule task [2020-08-31T18:10:40.409Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-802’ [2020-08-31T18:12:35.245Z] Running on prd-centos7-docker-4c-2g-805 in /w/workspace/dry_go-mod-core-contracts_PR-271 [Pipeline] { [Pipeline] ws [2020-08-31T18:12:35.287Z] Running in /w/workspace/go-mod-core-contracts/3 [Pipeline] { [Pipeline] checkout [2020-08-31T18:12:41.818Z] using credential edgex-jenkins-ssh [2020-08-31T18:12:41.908Z] Cloning the remote Git repository [2020-08-31T18:12:41.908Z] Cloning with configured refspecs honoured and without tags [2020-08-31T18:12:41.961Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-08-31T18:12:42.235Z] > git init /w/workspace/go-mod-core-contracts/3 # timeout=10 [2020-08-31T18:12:42.312Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-08-31T18:12:42.312Z] > git --version # timeout=10 [2020-08-31T18:12:42.353Z] > git --version # 'git version 2.16.5' [2020-08-31T18:12:42.355Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-31T18:12:42.520Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/271/head:refs/remotes/origin/PR-271 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-31T18:12:43.769Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-08-31T18:12:43.785Z] > git config --add remote.origin.fetch +refs/pull/271/head:refs/remotes/origin/PR-271 # timeout=10 [2020-08-31T18:12:43.793Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-31T18:12:43.851Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-08-31T18:12:43.876Z] Fetching without tags [2020-08-31T18:12:44.621Z] Merging remotes/origin/master commit 526dc5f10a42b0a0548c6493116ed2250912fbb9 into PR head commit e41c41f925ee804344b3ac15cd9e17d57aac9674 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-08-31T18:12:45.001Z] Failed in branch amd64 [2020-08-31T18:12:43.883Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-08-31T18:12:43.884Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-31T18:12:43.895Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/271/head:refs/remotes/origin/PR-271 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-31T18:12:44.637Z] > git config core.sparsecheckout # timeout=10 [2020-08-31T18:12:44.647Z] > git checkout -f e41c41f925ee804344b3ac15cd9e17d57aac9674 # timeout=10 [2020-08-31T18:14:26.415Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-807 in /w/workspace/dry_go-mod-core-contracts_PR-271 [Pipeline] { [Pipeline] ws [2020-08-31T18:14:26.467Z] Running in /w/workspace/go-mod-core-contracts/3 [Pipeline] { [Pipeline] checkout [2020-08-31T18:14:31.496Z] using credential edgex-jenkins-ssh [2020-08-31T18:14:31.551Z] Cloning the remote Git repository [2020-08-31T18:14:31.551Z] Cloning with configured refspecs honoured and without tags [2020-08-31T18:14:31.620Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-08-31T18:14:31.721Z] > git init /w/workspace/go-mod-core-contracts/3 # timeout=10 [2020-08-31T18:14:31.789Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-08-31T18:14:31.789Z] > git --version # timeout=10 [2020-08-31T18:14:31.807Z] > git --version # 'git version 2.17.1' [2020-08-31T18:14:31.808Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-31T18:14:31.894Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/271/head:refs/remotes/origin/PR-271 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-31T18:14:32.615Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-08-31T18:14:32.635Z] > git config --add remote.origin.fetch +refs/pull/271/head:refs/remotes/origin/PR-271 # timeout=10 [2020-08-31T18:14:32.679Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-31T18:14:32.707Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-08-31T18:14:32.721Z] Fetching without tags [2020-08-31T18:14:33.244Z] Merging remotes/origin/master commit 526dc5f10a42b0a0548c6493116ed2250912fbb9 into PR head commit e41c41f925ee804344b3ac15cd9e17d57aac9674 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-08-31T18:14:33.644Z] Failed in branch arm64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [2020-08-31T18:14:32.742Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-08-31T18:14:32.743Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-31T18:14:32.753Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/271/head:refs/remotes/origin/PR-271 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-31T18:14:33.276Z] > git config core.sparsecheckout # timeout=10 [2020-08-31T18:14:33.304Z] > git checkout -f e41c41f925ee804344b3ac15cd9e17d57aac9674 # timeout=10 [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-08-31T18:14:35.991Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-31T18:14:36.550Z] ---> package-listing.sh [2020-08-31T18:14:36.550Z] ++ facter osfamily [2020-08-31T18:14:36.550Z] ++ tr '[:upper:]' '[:lower:]' [2020-08-31T18:14:36.550Z] + OS_FAMILY=redhat [2020-08-31T18:14:36.550Z] + workspace=/w/workspace/dry_go-mod-core-contracts_PR-271 [2020-08-31T18:14:36.550Z] + START_PACKAGES=/tmp/packages_start.txt [2020-08-31T18:14:36.550Z] + END_PACKAGES=/tmp/packages_end.txt [2020-08-31T18:14:36.550Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-08-31T18:14:36.550Z] + PACKAGES=/tmp/packages_start.txt [2020-08-31T18:14:36.550Z] + '[' /w/workspace/dry_go-mod-core-contracts_PR-271 ']' [2020-08-31T18:14:36.550Z] + PACKAGES=/tmp/packages_end.txt [2020-08-31T18:14:36.550Z] + case "${OS_FAMILY}" in [2020-08-31T18:14:36.550Z] + rpm -qa [2020-08-31T18:14:36.550Z] + sort [2020-08-31T18:14:40.761Z] + '[' -f /tmp/packages_start.txt ']' [2020-08-31T18:14:40.761Z] + '[' -f /tmp/packages_end.txt ']' [2020-08-31T18:14:40.761Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-08-31T18:14:40.761Z] + '[' /w/workspace/dry_go-mod-core-contracts_PR-271 ']' [2020-08-31T18:14:40.761Z] + mkdir -p /w/workspace/dry_go-mod-core-contracts_PR-271/archives/ [2020-08-31T18:14:40.761Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_PR-271/archives/ [Pipeline] isUnix [Pipeline] sh [2020-08-31T18:14:41.646Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-31T18:14:41.646Z] [2020-08-31T18:14:41.646Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-08-31T18:14:41.990Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-31T18:14:41.990Z] alpine: Pulling from edgex-lftools-log-publisher [2020-08-31T18:14:41.990Z] c9b1b535fdd9: Pulling fs layer [2020-08-31T18:14:41.990Z] 2cc5ad85d9ab: Pulling fs layer [2020-08-31T18:14:41.990Z] 756a868c4378: Pulling fs layer [2020-08-31T18:14:41.990Z] 444b2fc9a129: Pulling fs layer [2020-08-31T18:14:41.990Z] ea15f1150254: Pulling fs layer [2020-08-31T18:14:41.990Z] 41b27a9f41bf: Pulling fs layer [2020-08-31T18:14:41.990Z] 28c525ee5125: Pulling fs layer [2020-08-31T18:14:41.990Z] 094b1ea09ed8: Pulling fs layer [2020-08-31T18:14:41.990Z] 138eaada9080: Pulling fs layer [2020-08-31T18:14:41.990Z] 0622d0fa9048: Pulling fs layer [2020-08-31T18:14:41.990Z] 41b27a9f41bf: Waiting [2020-08-31T18:14:41.990Z] 28c525ee5125: Waiting [2020-08-31T18:14:41.990Z] 094b1ea09ed8: Waiting [2020-08-31T18:14:41.990Z] 0622d0fa9048: Waiting [2020-08-31T18:14:41.990Z] 138eaada9080: Waiting [2020-08-31T18:14:41.990Z] 444b2fc9a129: Waiting [2020-08-31T18:14:41.990Z] ea15f1150254: Waiting [2020-08-31T18:14:41.990Z] 2cc5ad85d9ab: Verifying Checksum [2020-08-31T18:14:41.990Z] 2cc5ad85d9ab: Download complete [2020-08-31T18:14:41.990Z] 444b2fc9a129: Verifying Checksum [2020-08-31T18:14:41.990Z] 444b2fc9a129: Download complete [2020-08-31T18:14:41.990Z] c9b1b535fdd9: Verifying Checksum [2020-08-31T18:14:41.990Z] c9b1b535fdd9: Download complete [2020-08-31T18:14:41.990Z] ea15f1150254: Verifying Checksum [2020-08-31T18:14:41.990Z] ea15f1150254: Download complete [2020-08-31T18:14:41.990Z] 28c525ee5125: Verifying Checksum [2020-08-31T18:14:41.990Z] 28c525ee5125: Download complete [2020-08-31T18:14:42.586Z] 756a868c4378: Verifying Checksum [2020-08-31T18:14:42.586Z] 756a868c4378: Download complete [2020-08-31T18:14:42.586Z] 138eaada9080: Verifying Checksum [2020-08-31T18:14:42.586Z] 138eaada9080: Download complete [2020-08-31T18:14:42.586Z] c9b1b535fdd9: Pull complete [2020-08-31T18:14:42.586Z] 0622d0fa9048: Verifying Checksum [2020-08-31T18:14:42.586Z] 0622d0fa9048: Download complete [2020-08-31T18:14:42.586Z] 094b1ea09ed8: Verifying Checksum [2020-08-31T18:14:42.586Z] 094b1ea09ed8: Download complete [2020-08-31T18:14:43.169Z] 2cc5ad85d9ab: Pull complete [2020-08-31T18:14:43.169Z] 41b27a9f41bf: Verifying Checksum [2020-08-31T18:14:43.169Z] 41b27a9f41bf: Download complete [2020-08-31T18:14:44.571Z] 756a868c4378: Pull complete [2020-08-31T18:14:44.571Z] 444b2fc9a129: Pull complete [2020-08-31T18:14:44.834Z] ea15f1150254: Pull complete [2020-08-31T18:14:49.066Z] 41b27a9f41bf: Pull complete [2020-08-31T18:14:49.066Z] 28c525ee5125: Pull complete [2020-08-31T18:14:52.377Z] 094b1ea09ed8: Pull complete [2020-08-31T18:14:52.637Z] 138eaada9080: Pull complete [2020-08-31T18:14:52.898Z] 0622d0fa9048: Pull complete [2020-08-31T18:14:52.898Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-08-31T18:14:52.898Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-31T18:14:52.898Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-08-31T18:14:53.061Z] prd-centos7-docker-4c-2g-804 does not seem to be running inside a container [2020-08-31T18:14:53.106Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/dry_go-mod-core-contracts_PR-271 -v /w/workspace/dry_go-mod-core-contracts_PR-271:/w/workspace/dry_go-mod-core-contracts_PR-271:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-271@tmp:/w/workspace/dry_go-mod-core-contracts_PR-271@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-08-31T18:14:55.695Z] $ docker top e8fd2349453d659976ff11bef4af51a2858dfe425cf6ca77378b6a9e9877cf25 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-08-31T18:14:55.975Z] provisioning config files... [2020-08-31T18:14:55.994Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-271@tmp/config8541510478572373564tmp [Pipeline] { [Pipeline] echo [2020-08-31T18:14:56.057Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-31T18:14:56.349Z] ---> create-netrc.sh [Pipeline] echo [2020-08-31T18:14:56.358Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-31T18:14:56.650Z] ---> logs-deploy.sh [2020-08-31T18:14:56.650Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-271/3 [2020-08-31T18:14:56.650Z] INFO: archiving workspace using pattern(s): [2020-08-31T18:14:58.039Z] Archives upload complete. [2020-08-31T18:14:58.039Z] INFO: archiving logs to Nexus [2020-08-31T18:14:58.613Z] ---> uname -a: [2020-08-31T18:14:58.613Z] Linux e8fd2349453d 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux [2020-08-31T18:14:58.613Z] [2020-08-31T18:14:58.613Z] [2020-08-31T18:14:58.613Z] ---> lscpu: [2020-08-31T18:14:58.613Z] Architecture: x86_64 [2020-08-31T18:14:58.613Z] CPU op-mode(s): 32-bit, 64-bit [2020-08-31T18:14:58.613Z] Byte Order: Little Endian [2020-08-31T18:14:58.613Z] Address sizes: 40 bits physical, 48 bits virtual [2020-08-31T18:14:58.613Z] CPU(s): 4 [2020-08-31T18:14:58.613Z] On-line CPU(s) list: 0-3 [2020-08-31T18:14:58.613Z] Thread(s) per core: 1 [2020-08-31T18:14:58.613Z] Core(s) per socket: 1 [2020-08-31T18:14:58.613Z] Socket(s): 4 [2020-08-31T18:14:58.613Z] NUMA node(s): 1 [2020-08-31T18:14:58.613Z] Vendor ID: GenuineIntel [2020-08-31T18:14:58.613Z] CPU family: 6 [2020-08-31T18:14:58.613Z] Model: 44 [2020-08-31T18:14:58.613Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-08-31T18:14:58.613Z] Stepping: 1 [2020-08-31T18:14:58.613Z] CPU MHz: 2933.442 [2020-08-31T18:14:58.613Z] BogoMIPS: 5866.88 [2020-08-31T18:14:58.613Z] Virtualization: VT-x [2020-08-31T18:14:58.613Z] Hypervisor vendor: KVM [2020-08-31T18:14:58.613Z] Virtualization type: full [2020-08-31T18:14:58.613Z] L1d cache: 128 KiB [2020-08-31T18:14:58.613Z] L1i cache: 128 KiB [2020-08-31T18:14:58.613Z] L2 cache: 16 MiB [2020-08-31T18:14:58.613Z] L3 cache: 64 MiB [2020-08-31T18:14:58.613Z] NUMA node0 CPU(s): 0-3 [2020-08-31T18:14:58.613Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-08-31T18:14:58.613Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-08-31T18:14:58.613Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-08-31T18:14:58.613Z] Vulnerability Meltdown: Mitigation; PTI [2020-08-31T18:14:58.613Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-08-31T18:14:58.613Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-08-31T18:14:58.613Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-08-31T18:14:58.613Z] Vulnerability Tsx async abort: Not affected [2020-08-31T18:14:58.613Z] 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-08-31T18:14:58.613Z] [2020-08-31T18:14:58.613Z] [2020-08-31T18:14:58.613Z] ---> nproc: [2020-08-31T18:14:58.613Z] 4 [2020-08-31T18:14:58.613Z] [2020-08-31T18:14:58.613Z] [2020-08-31T18:14:58.613Z] ---> df -h: [2020-08-31T18:14:58.613Z] Filesystem Size Used Available Use% Mounted on [2020-08-31T18:14:58.613Z] overlay 50.0G 7.2G 42.8G 14% / [2020-08-31T18:14:58.613Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-08-31T18:14:58.613Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-08-31T18:14:58.613Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-08-31T18:14:58.613Z] /dev/vda1 50.0G 7.2G 42.8G 14% /etc/resolv.conf [2020-08-31T18:14:58.613Z] /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hostname [2020-08-31T18:14:58.613Z] /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hosts [2020-08-31T18:14:58.613Z] /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/sa [2020-08-31T18:14:58.613Z] /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/dry_go-mod-core-contracts_PR-271 [2020-08-31T18:14:58.613Z] /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/dry_go-mod-core-contracts_PR-271@tmp [2020-08-31T18:14:58.613Z] [2020-08-31T18:14:58.613Z] [2020-08-31T18:14:58.613Z] ---> free -m: [2020-08-31T18:14:58.613Z] total used free shared buff/cache available [2020-08-31T18:14:58.613Z] Mem: 1837 628 125 0 1083 1103 [2020-08-31T18:14:58.613Z] Swap: 1023 1 1022 [2020-08-31T18:14:58.613Z] [2020-08-31T18:14:58.613Z] [2020-08-31T18:14:58.613Z] ---> ip addr: [2020-08-31T18:14:58.613Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-08-31T18:14:58.613Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-08-31T18:14:58.613Z] inet 127.0.0.1/8 scope host lo [2020-08-31T18:14:58.613Z] valid_lft forever preferred_lft forever [2020-08-31T18:14:58.613Z] 6: eth0@if7: mtu 1458 qdisc noqueue state UP [2020-08-31T18:14:58.613Z] link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff [2020-08-31T18:14:58.613Z] inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 [2020-08-31T18:14:58.613Z] valid_lft forever preferred_lft forever [2020-08-31T18:14:58.613Z] [2020-08-31T18:14:58.613Z] [2020-08-31T18:14:58.613Z] ---> sar -b -r -n DEV: [2020-08-31T18:14:58.613Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 08/31/20 _x86_64_ (4 CPU) [2020-08-31T18:14:58.613Z] [2020-08-31T18:14:58.613Z] 18:09:21 LINUX RESTART [2020-08-31T18:14:58.613Z] [2020-08-31T18:14:58.613Z] 18:10:02 tps rtps wtps bread/s bwrtn/s [2020-08-31T18:14:58.613Z] 18:11:01 48.78 10.51 38.27 4409.48 2341.05 [2020-08-31T18:14:58.613Z] 18:12:01 1.68 0.00 1.68 0.00 30.69 [2020-08-31T18:14:58.613Z] 18:13:01 0.23 0.00 0.23 0.00 2.85 [2020-08-31T18:14:58.613Z] 18:14:01 0.28 0.00 0.28 0.00 3.51 [2020-08-31T18:14:58.613Z] Average: 12.60 2.60 10.00 1088.96 587.44 [2020-08-31T18:14:58.613Z] [2020-08-31T18:14:58.613Z] 18:10:02 kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-08-31T18:14:58.613Z] 18:11:01 163104 1718452 91.33 2620 1165336 1111656 37.94 428096 1129516 20 [2020-08-31T18:14:58.613Z] 18:12:01 168116 1713440 91.07 2620 1165340 1074992 36.69 426140 1126640 8 [2020-08-31T18:14:58.613Z] 18:13:01 167572 1713984 91.09 2620 1165344 1075240 36.70 428484 1125488 8 [2020-08-31T18:14:58.613Z] 18:14:01 165928 1715628 91.18 2620 1165348 1075252 36.70 430536 1125156 16 [2020-08-31T18:14:58.613Z] Average: 166180 1715376 91.17 2620 1165342 1084285 37.00 428314 1126700 13 [2020-08-31T18:14:58.613Z] [2020-08-31T18:14:58.613Z] 18:10:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s [2020-08-31T18:14:58.613Z] 18:11:01 eth0 133.41 90.61 464.16 52.19 0.00 0.00 0.00 [2020-08-31T18:14:58.613Z] 18:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-31T18:14:58.613Z] 18:11:01 docker0 5.67 3.93 0.97 10.34 0.00 0.00 0.00 [2020-08-31T18:14:58.613Z] 18:12:01 eth0 0.42 0.02 0.03 0.00 0.00 0.00 0.00 [2020-08-31T18:14:58.613Z] 18:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-31T18:14:58.613Z] 18:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-31T18:14:58.613Z] 18:13:01 eth0 0.85 0.38 0.31 0.20 0.00 0.00 0.00 [2020-08-31T18:14:58.613Z] 18:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-31T18:14:58.613Z] 18:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-31T18:14:58.613Z] 18:14:01 eth0 1.50 0.50 0.36 0.21 0.00 0.00 0.00 [2020-08-31T18:14:58.613Z] 18:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-31T18:14:58.613Z] 18:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-31T18:14:58.613Z] Average: eth0 33.64 22.60 114.80 12.99 0.00 0.00 0.00 [2020-08-31T18:14:58.613Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-31T18:14:58.613Z] Average: docker0 1.40 0.97 0.24 2.55 0.00 0.00 0.00 [2020-08-31T18:14:58.613Z] [2020-08-31T18:14:58.613Z] [2020-08-31T18:14:58.613Z] ---> sar -P ALL: [2020-08-31T18:14:58.614Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 08/31/20 _x86_64_ (4 CPU) [2020-08-31T18:14:58.614Z] [2020-08-31T18:14:58.614Z] 18:09:21 LINUX RESTART [2020-08-31T18:14:58.614Z] [2020-08-31T18:14:58.614Z] 18:10:02 CPU %user %nice %system %iowait %steal %idle [2020-08-31T18:14:58.614Z] 18:11:01 all 3.69 0.00 1.89 2.27 0.02 92.13 [2020-08-31T18:14:58.614Z] 18:11:01 0 3.86 0.00 1.97 1.58 0.00 92.58 [2020-08-31T18:14:58.614Z] 18:11:01 1 3.38 0.00 1.60 2.48 0.00 92.54 [2020-08-31T18:14:58.614Z] 18:11:01 2 3.64 0.00 2.12 0.63 0.02 93.59 [2020-08-31T18:14:58.614Z] 18:11:01 3 3.89 0.00 1.87 4.40 0.03 89.80 [2020-08-31T18:14:58.614Z] 18:12:01 all 0.13 0.00 0.05 0.00 0.00 99.82 [2020-08-31T18:14:58.614Z] 18:12:01 0 0.43 0.00 0.05 0.00 0.00 99.52 [2020-08-31T18:14:58.614Z] 18:12:01 1 0.03 0.00 0.05 0.00 0.00 99.92 [2020-08-31T18:14:58.614Z] 18:12:01 2 0.03 0.00 0.05 0.00 0.00 99.92 [2020-08-31T18:14:58.614Z] 18:12:01 3 0.02 0.00 0.03 0.00 0.00 99.95 [2020-08-31T18:14:58.614Z] 18:13:01 all 0.19 0.00 0.03 0.00 0.00 99.78 [2020-08-31T18:14:58.614Z] 18:13:01 0 0.55 0.00 0.02 0.00 0.00 99.43 [2020-08-31T18:14:58.614Z] 18:13:01 1 0.05 0.00 0.05 0.00 0.00 99.90 [2020-08-31T18:14:58.614Z] 18:13:01 2 0.08 0.00 0.02 0.00 0.00 99.90 [2020-08-31T18:14:58.614Z] 18:13:01 3 0.05 0.00 0.05 0.00 0.00 99.90 [2020-08-31T18:14:58.614Z] 18:14:01 all 0.16 0.00 0.03 0.00 0.00 99.81 [2020-08-31T18:14:58.614Z] 18:14:01 0 0.52 0.00 0.03 0.00 0.02 99.43 [2020-08-31T18:14:58.614Z] 18:14:01 1 0.05 0.00 0.03 0.00 0.00 99.92 [2020-08-31T18:14:58.614Z] 18:14:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2020-08-31T18:14:58.614Z] 18:14:01 3 0.03 0.00 0.05 0.00 0.00 99.92 [2020-08-31T18:14:58.614Z] Average: all 1.03 0.00 0.50 0.56 0.01 97.91 [2020-08-31T18:14:58.614Z] Average: 0 1.33 0.00 0.51 0.39 0.00 97.77 [2020-08-31T18:14:58.614Z] Average: 1 0.87 0.00 0.43 0.61 0.00 98.10 [2020-08-31T18:14:58.614Z] Average: 2 0.93 0.00 0.54 0.15 0.00 98.36 [2020-08-31T18:14:58.614Z] Average: 3 0.98 0.00 0.49 1.08 0.01 97.43 [2020-08-31T18:14:58.614Z] [2020-08-31T18:14:58.614Z] [2020-08-31T18:14:58.614Z]